QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#81862 | #1. I/O Test | CCPSDCGK | 0 | 0ms | 0kb | C++14 | 284b | 2023-02-26 15:40:22 | 2023-02-26 15:40:23 |
Judging History
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 ...