QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#481198 | #1. I/O Test | wol_qwq | 100 | 275ms | 3620kb | C++20 | 369b | 2024-07-16 21:21:08 | 2024-07-16 21:21:09 |
Judging History
config.txt
5000000 5000000
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: 50
Acceptable Answer
Test #1:
score: 50
Acceptable Answer
time: 275ms
memory: 3620kb
input:
5000000 542906268 358906298 636414038 184002709 354281500 903739394 583717312 947201840 596117072 490333970 413896338 462709754 163587409 511799028 747043306 566028745 579694320 298881874 741948439 633790200 996459666 523546080 445708094 474864662 696748679 109764111 599244915 462085535 230604648 65...
output:
2749726918070988
result:
points 0.50 input test passed
Subtask #2:
score: 50
Acceptable Answer
Test #2:
score: 50
Acceptable Answer
time: 72ms
memory: 3608kb
input:
5000000
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.50 output test passed