QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#76421 | #1. I/O Test | liuzhenhao09 | 100 | 930ms | 3440kb | C++14 | 347b | 2023-02-09 21:17:04 | 2023-02-09 21:17:05 |
Judging History
config.txt
10000000 10000000
input_test
#include<bits/stdc++.h>
using namespace std;
int s = 0,ss = 0;
int main(){
for(int i = 1; i <= 10000000; i++) scanf("%d",&s),ss += s;
printf("%d",ss);
return 0;
}
output_test
#include<bits/stdc++.h>
using namespace std;
int main(){
int x = 100000000;
for(int i = 1; i <= 10000000; i++) printf("%d ",x);
return 0;
}
Details
Tip: Click on the bar to expand more detailed information
Subtask #1:
score: 0
Wrong Answer
Test #1:
score: 0
Wrong Answer
time: 930ms
memory: 3440kb
input:
10000000 427694295 198957925 768303134 787644911 140862628 184694797 898361804 674074539 213393090 965252147 590585602 726470242 823936008 746556188 359621734 710412307 161901660 338655113 748885631 542467452 586306794 994379740 938239488 773877174 392307865 151011823 717149769 937684449 242218356 8...
output:
-575921058
result:
wrong answer expected 5501337702149334, found -575921058
Subtask #2:
score: 100
Accepted
Test #2:
score: 100
Accepted
time: 747ms
memory: 3316kb
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