QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#699304 | #1. I/O Test | ChenHanzhang | 100 | 611ms | 3928kb | C++14 | 271b | 2024-11-02 08:16:14 | 2024-11-02 08:16:17 |
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: 611ms
memory: 3928kb
input:
10000000 606463596 878847705 197474845 793713707 692658566 103003896 440300331 685324626 400404402 799828347 136612895 599724225 838246536 632490595 394772626 208541576 207997221 987597318 830908341 730563508 898683216 951391874 962776090 972157852 551287284 483391497 424134005 884639221 729796708 6...
output:
5501417925310156
result:
points 1.0 input test passed
Subtask #2:
score: 0
output_test Judgement Failed
Test #2:
score: 0
output_test Judgement Failed
input:
100