QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#481195 | #1. I/O Test | wol_qwq | 20 | 58ms | 3620kb | C++20 | 369b | 2024-07-16 21:20:42 | 2024-07-16 21:20:42 |
Judging History
config.txt
1000000 1000000
input_test
#include<bits/stdc++.h>
using namespace std;
long long sum,x,n;
int main(){
ios::sync_with_stdio(0);
cin.tie(0),cout.tie(0);
cin>>n;
while(n--)cin>>x,sum+=x;
cout<<sum;
}
output_test
#include<bits/stdc++.h>
using namespace std;
int sum,x,n;
int main(){
ios::sync_with_stdio(0);
cin.tie(0),cout.tie(0);
cin>>n;
while(n--)cout<<"100000000 ";
}
詳細信息
Subtask #1:
score: 10
Acceptable Answer
Test #1:
score: 10
Acceptable Answer
time: 58ms
memory: 3608kb
input:
1000000 591207562 681021709 438458197 295140282 644121048 810823721 531504703 609130214 264099857 345529905 428342396 108701553 709769150 725031282 806702468 228558221 101292605 468691849 595476201 651257754 990506122 388689191 782284900 249174728 853534355 209407188 879517748 399590351 731177693 85...
output:
549902754898994
result:
points 0.10 input test passed
Subtask #2:
score: 10
Acceptable Answer
Test #2:
score: 10
Acceptable Answer
time: 19ms
memory: 3620kb
input:
1000000
output:
100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 ...
result:
points 0.10 output test passed