QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#81862#1. I/O TestCCPSDCGK0 0ms0kbC++14284b2023-02-26 15:40:222023-02-26 15:40:23

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:40:23]
  • 评测
  • 测评结果:0
  • 用时:0ms
  • 内存:0kb
  • [2023-02-26 15:40:22]
  • 提交

config.txt

10000000 10000000

input_test

#include<iostream>
using namespace std;
int main(){
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;
int main(){
int n;cin>>n;
while(n--) cout<<999999999<<endl;
return 0;
}

詳細信息

Subtask #1:

score: 0
input_test Time Limit Exceeded

Test #1:

score: 0
input_test Time Limit Exceeded

input:

10000000
933552119 329934457 307267522 221444193 531780888 638232467 925530954 631812186 265201669 233773487 782769936 954538091 962876907 284747888 992902972 133514528 866122275 457145619 157991096 563294401 428242939 549357857 251606807 641465635 330059901 727661592 982670303 232595503 426322090 4...

output:


result:


Subtask #2:

score: 0
output_test Time Limit Exceeded

Test #2:

score: 0
output_test Time Limit Exceeded

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: