QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#568906 | #1. I/O Test | ScapeGoatTree | 0 | 681ms | 3688kb | C++14 | 574b | 2024-09-16 19:11:07 | 2024-09-16 19:11:07 |
Judging History
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
詳細信息
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