QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#81863#1. I/O TestCCPSDCGK200 ✓859ms3432kbC++14336b2023-02-26 15:41:282023-02-26 15:41:30

Judging History

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

  • [2023-08-10 23:21:45]
  • System Update: QOJ starts to keep a history of the judgings of all the submissions.
  • [2023-02-26 15:41:30]
  • 评测
  • 测评结果:200
  • 用时:859ms
  • 内存:3432kb
  • [2023-02-26 15:41:28]
  • 提交

config.txt

10000000 10000000

input_test

#include<iostream>
using namespace std;
int main(){
cin.tie(0)->sync_with_stdio(0);
int n;cin>>n;long long ans=0;
while(n--){
int x;cin>>x;
ans+=x;
}
cout<<ans;
return 0;
}

output_test

#include<iostream>
using namespace std;
#define endl '\n'
int main(){
int n;cin>>n;
while(n--) cout<<999999999<<endl;
return 0;
}

详细

Subtask #1:

score: 100
Accepted

Test #1:

score: 100
Accepted
time: 859ms
memory: 3432kb

input:

10000000
919198153 718685853 735310463 441062146 663559530 983586169 225021561 774514465 474469265 436665679 280528150 187081553 843027906 369903433 696101052 902894371 976458867 581654885 237495623 728799734 899234007 463399992 408147644 992095079 951984414 215752741 384321923 650398296 321333357 8...

output:

5500444720938425

result:

points 1.0 input test passed

Subtask #2:

score: 100
Accepted

Test #2:

score: 100
Accepted
time: 785ms
memory: 3264kb

input:

10000000

output:

999999999
999999999
999999999
999999999
999999999
999999999
999999999
999999999
999999999
999999999
999999999
999999999
999999999
999999999
999999999
999999999
999999999
999999999
999999999
999999999
999999999
999999999
999999999
999999999
999999999
999999999
999999999
999999999
999999999
999999999
...

result:

points 1.0 output test passed