QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#81863 | #1. I/O Test | CCPSDCGK | 200 ✓ | 859ms | 3432kb | C++14 | 336b | 2023-02-26 15:41:28 | 2023-02-26 15:41:30 |
Judging History
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