QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#500760 | #1. I/O Test | bribritt | 100 | 159ms | 3604kb | C++14 | 307b | 2024-08-01 19:44:08 | 2024-08-01 19:44:09 |
Judging History
config.txt
10000000 10000000
input_test
#include <bits/stdc++.h>
using namespace std;
#define int long long
main() {
int n; cin >> n;
int s = 0, a;
for(int i=0;i<n;i++) {cin>>a; s+=a;}
cout << s;
}
output_test
#include <bits/stdc++.h>
using namespace std;
main() {
int n; cin >> n;
for(int i=0;i<n;i++) cout<<"121042069 ";
}
Details
Tip: Click on the bar to expand more detailed information
Subtask #1:
score: 0
input_test Time Limit Exceeded
Test #1:
score: 0
input_test Time Limit Exceeded
input:
10000000 509557052 117787654 968571843 198277123 458984637 623591606 992138479 747384839 532022032 652350784 745367442 682853046 505023639 900178882 273105450 472068859 885507863 789845992 972813491 544501580 768344369 301827780 987192021 435900774 154453362 975436539 955061601 964496441 459034256 6...
output:
result:
Subtask #2:
score: 100
Accepted
Test #2:
score: 100
Accepted
time: 159ms
memory: 3604kb
input:
10000000
output:
121042069 121042069 121042069 121042069 121042069 121042069 121042069 121042069 121042069 121042069 121042069 121042069 121042069 121042069 121042069 121042069 121042069 121042069 121042069 121042069 121042069 121042069 121042069 121042069 121042069 121042069 121042069 121042069 121042069 121042069 ...
result:
points 1.0 output test passed