QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#699256 | #1. I/O Test | ChenHanzhang | 100 | 624ms | 3968kb | C++14 | 261b | 2024-11-02 08:05:57 | 2024-11-02 08:05:57 |
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('1000000000 '*10**7)
Details
Tip: Click on the bar to expand more detailed information
Subtask #1:
score: 100
Accepted
Test #1:
score: 100
Accepted
time: 624ms
memory: 3968kb
input:
10000000 833550631 139731818 308084068 965647692 196242503 412620742 837122392 888379080 103655752 578992701 753496334 810514031 990355490 264728037 465036231 181696862 724893230 401995312 337161723 282102074 507033640 609174657 554608278 542741833 430292413 993778869 940242819 779028985 244178269 9...
output:
5500281523371094
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