QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#699266 | #1. I/O Test | ChenHanzhang | 100 | 619ms | 3792kb | C++14 | 260b | 2024-11-02 08:07:39 | 2024-11-02 08:07:46 |
Judging History
config.txt
10000000 10000000
input_test
#include<bits/stdc++.h>
using namespace std;
int main(){
long long n;
scanf("%lld",&n);
long long sum=0;
while(n--){
long long x;
scanf("%lld",&x);
sum+=x;
}
printf("%lld\n",sum);
return 0;
}
output_test
print('100000000 '*10**7)
Details
Tip: Click on the bar to expand more detailed information
Subtask #1:
score: 100
Accepted
Test #1:
score: 100
Accepted
time: 619ms
memory: 3792kb
input:
10000000 232145811 392215160 582944972 175262808 912340917 217347718 686066265 423245904 471297714 466146988 857326912 324018028 733465599 460927678 511714117 971724954 210393792 678586978 716486291 833981835 213418424 745318034 865751544 541950654 531515748 959295099 362308137 263632107 454310825 2...
output:
5498484887929651
result:
points 1.0 input test passed
Subtask #2:
score: 0
output_test Runtime Error
Test #2:
score: 0
output_test Runtime Error
input:
10000000