QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#699246 | #1. I/O Test | ChenHanzhang | 0 | 616ms | 3928kb | C++14 | 375b | 2024-11-02 08:00:00 | 2024-11-02 08:00:02 |
Judging History
config.txt
10000000 10000000
input_test
#include<bits/stdc++.h>
using namespace std;
int main(){
long long n;
scanf("%d",&n);
long long sum=0;
while(n--){
int x;
scanf("%d",&x);
sum+=x;
}
printf("%d\n",sum);
return 0;
}
output_test
#include<bits/stdc++.h>
using namespace std;
int main(){
long long n;
scanf("%d",&n);
while(n--){
printf("%d ",100000000);
}
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: 616ms
memory: 3928kb
input:
10000000 118281809 353336119 992959477 604326898 692175850 451261484 748453964 444711177 274771227 902280456 633156734 510080874 322847230 273110637 136695057 537291096 778021052 752225536 883383154 271453041 459093027 150518504 579357120 764357215 451084348 732747179 932127119 418722669 394519856 3...
output:
-1068525018
result:
wrong answer expected 5499532755311142, found -1068525018
Subtask #2:
score: 0
output_test Output Limit Exceeded
Test #2:
score: 0
output_test Output Limit Exceeded
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 ...