QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#81865#1. I/O TestCCPSDCGK200 ✓794ms3284kbC++14369b2023-02-26 15:42:262023-02-26 15:42:34

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:42:34]
  • 评测
  • 测评结果:200
  • 用时:794ms
  • 内存:3284kb
  • [2023-02-26 15:42:26]
  • 提交

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