QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#568906#1. I/O TestScapeGoatTree0 681ms3688kbC++14574b2024-09-16 19:11:072024-09-16 19:11:07

Judging History

你现在查看的是最新测评结果

  • [2024-09-16 19:11:07]
  • 评测
  • 测评结果:0
  • 用时:681ms
  • 内存:3688kb
  • [2024-09-16 19:11:07]
  • 提交

config.txt

1 1

input_test

#pragma GCC optimize(0)
#include<iostream> 
#include<cstdio> 
#include<cstdlib> 
#include<ctime> 
#include<fstream> 
#include<algorithm> 
#include<map> 
#include<queue> 
#include<deque> 
#include<set> 
#include<vector>
#define ll long long
#define lf double
#define ld long double
using namespace std;
ll tot,tot2,st;
int main(){
	for(int i=0;i<3;i++){
		tot=0;
	    st=clock();
	    for(int i=0;i<100000000;i++)tot++;
	    tot=100000000/((clock()-st)*1.0/CLOCKS_PER_SEC);
	    cout<<tot<<' ';
	    tot2+=tot;
	}
	cout<<tot2/3;
	return 0;
} 

output_test


Details

Tip: Click on the bar to expand more detailed information

Subtask #1:

score: 0
Wrong Answer

Test #1:

score: 0
Wrong Answer
time: 681ms
memory: 3688kb

input:

1
667319937 

output:

439883342 446466441 438619576 441656453

result:

wrong answer expected 667319937, found 439883342

Subtask #2:

score: 0
output_test Judgement Failed

Test #2:

score: 0
output_test Judgement Failed

input:

1

output:


result: