QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#36622 | #1. I/O Test | NlogN | 0 | 152ms | 3692kb | C++ | 306b | 2022-06-28 12:36:28 | 2022-06-28 12:36:30 |
Judging History
config.txt
500000 500000
input_test
#include<iostream>
using namespace std;
int main(){
int n;
cin>>n;
long long sum=0,buf;
while(n--){
cin>>buf;
sum+=buf;
}
cout<<buf;
}
output_test
#include<iostream>
using namespace std;
int main(){
int n;
cin>>n;
long long sum=0,buf;
while(n--){
cout<<"10000000 ";
}
}
Details
Tip: Click on the bar to expand more detailed information
Subtask #1:
score: 0
Wrong Answer
Test #1:
score: 0
Wrong Answer
time: 152ms
memory: 3692kb
input:
500000 450194867 590809085 967188633 515583008 794689425 701207444 471779803 617684968 265151151 263711558 877515399 349079551 195584665 600438256 909253635 835871536 627237096 950458089 408049347 846425894 276300638 259221967 556440439 390386992 108265620 991946786 901362114 455164432 973976735 669...
output:
830731196
result:
wrong answer expected 274884613712633, found 830731196
Subtask #2:
score: 0
Wrong Answer
Test #2:
score: 0
Wrong Answer
time: 21ms
memory: 3520kb
input:
500000
output:
10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 100...
result:
wrong answer Integer 10000000 violates the range [10^8, 999999999]