QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#84181 | #1. I/O Test | sinsop90 | 200 ✓ | 983ms | 3520kb | C++14 | 347b | 2023-03-05 21:10:03 | 2023-03-05 21:10:05 |
Judging History
config.txt
10000000 10000000
input_test
#include <bits/stdc++.h>
using namespace std;
int n;
long long res;
int main() {
scanf("%d", &n);
for(int i = 1, x;i <= n;i++) scanf("%d", &x), res += x;
printf("%lld\n", res);
}
output_test
#include <bits/stdc++.h>
using namespace std;
int n;
int main() {
scanf("%d", &n);
for(int i= 1;i <= n;i++) printf("100000000 ");
}
Details
Tip: Click on the bar to expand more detailed information
Subtask #1:
score: 100
Accepted
Test #1:
score: 100
Accepted
time: 983ms
memory: 3520kb
input:
10000000 602069969 509632696 772504543 903710497 273644008 668148317 611711151 480324439 843836338 542541429 863904051 321655523 548719002 624999846 918994863 249574172 105647919 262271275 148076319 976118942 479241171 954346899 223796299 696280919 586738302 723226162 935856678 708996683 515013364 3...
output:
5500483477049810
result:
points 1.0 input test passed
Subtask #2:
score: 100
Accepted
Test #2:
score: 100
Accepted
time: 284ms
memory: 3396kb
input:
10000000
output:
100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 ...
result:
points 1.0 output test passed