QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#81865 | #1. I/O Test | CCPSDCGK | 200 ✓ | 794ms | 3284kb | C++14 | 369b | 2023-02-26 15:42:26 | 2023-02-26 15:42:34 |
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(){
cin.tie(0)->sync_with_stdio(0);
int n;cin>>n;
while(n--) cout<<999999999<<endl;
return 0;
}
詳細信息
Subtask #1:
score: 100
Accepted
Test #1:
score: 100
Accepted
time: 794ms
memory: 3280kb
input:
10000000 898645900 687139556 675175741 818109544 562290442 809419044 208210416 264649897 843445761 563677854 254885911 137020963 610815495 480276227 519332808 735583437 662357905 445126950 620644211 361848667 887861776 190614947 178098769 872508357 248070450 831075391 290026584 982646090 442198817 3...
output:
5500064700311333
result:
points 1.0 input test passed
Subtask #2:
score: 100
Accepted
Test #2:
score: 100
Accepted
time: 647ms
memory: 3284kb
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