QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#84180 | #1. I/O Test | sinsop90 | 100 | 350ms | 3392kb | C++14 | 347b | 2023-03-05 21:08:35 | 2023-03-05 21:08:37 |
Judging History
config.txt
10000000 10000000
input_test
#inlcude <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: 0
input_test Judgement Failed
Test #1:
score: 0
input_test Judgement Failed
input:
10000000 823650749 137567381 957315333 445201262 557145415 815485385 317867828 824541791 310373478 380571815 256092089 478033187 307222960 624206326 754793544 521172301 178687499 992175679 286522507 733123290 201402854 314649334 107199649 494283407 578794006 210627969 665954166 159594281 180371945 1...
output:
result:
Subtask #2:
score: 100
Accepted
Test #2:
score: 100
Accepted
time: 350ms
memory: 3392kb
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