QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#699292 | #1. I/O Test | ChenHanzhang | 100 | 604ms | 3924kb | C++14 | 276b | 2024-11-02 08:13:53 | 2024-11-02 08:13:53 |
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
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: 604ms
memory: 3924kb
input:
10000000 432458950 556827223 736190744 920222654 635540673 973964449 221158983 960202418 212641184 677061965 907900664 422454984 279944359 148304044 786579888 725469209 426710721 142138927 921766600 887949313 341992585 330508704 878433950 550307691 169936139 967753698 273407752 783148592 349865433 9...
output:
5499426573119785
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