QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#699305 | #1. I/O Test | ChenHanzhang | 100 | 620ms | 3928kb | C++14 | 271b | 2024-11-02 08:16:23 | 2024-11-02 08:16:23 |
Judging History
config.txt
10000000 100
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
n = int(input())
print('100000000 ' * n)
Details
Tip: Click on the bar to expand more detailed information
Subtask #1:
score: 100
Accepted
Test #1:
score: 100
Accepted
time: 620ms
memory: 3928kb
input:
10000000 192376114 576267503 147872430 789017621 494747660 598873000 958357244 549973490 943528202 487016536 231507181 838440649 632264937 393852153 869669692 407368006 624867912 288353084 923101991 779360786 555005950 577460596 842963910 132134314 700886235 346944901 489326838 715687850 586784162 5...
output:
5501056468742585
result:
points 1.0 input test passed
Subtask #2:
score: 0
output_test Runtime Error
Test #2:
score: 0
output_test Runtime Error
input:
100