QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#69754 | #1. I/O Test | chenziyang | 0 | 2ms | 3520kb | C++14 | 381b | 2022-12-31 16:02:17 | 2023-01-22 10:05:40 |
Judging History
config.txt
10000000 10000000
input_test
#include<bits/stdc++.h>
using namespace std;
int main(){
int n,in;
long long ans=0;
n=getchar();
for(int i=1;i<=n;i++){
in=getchar();
ans+=in;
}
printf("%lld",ans);
}
output_test
#include<bits/stdc++.h>
using namespace std;
int main(){
int n;
long long ans=1e7+1;
n=getchar();
for(int i=1;i<=n;i++){
printf("%lld ",ans);
ans++;
}
}
Details
Tip: Click on the bar to expand more detailed information
Subtask #1:
score: 0
Wrong Answer
Test #1:
score: 0
Wrong Answer
time: 2ms
memory: 3520kb
input:
10000000 893439697 240245801 309750843 770002147 320106184 815759869 961064368 860668977 897468821 577473583 352928091 188835889 191694010 857263081 678058868 655449845 426491381 646430151 683350179 223782227 485626935 468395675 305362115 425317281 782959059 753824476 432923329 141519883 142089834 1...
output:
2404
result:
wrong answer expected 5499906131308876, found 2404
Subtask #2:
score: 0
Wrong Answer
Test #2:
score: 0
Wrong Answer
time: 2ms
memory: 3348kb
input:
10000000
output:
10000001 10000002 10000003 10000004 10000005 10000006 10000007 10000008 10000009 10000010 10000011 10000012 10000013 10000014 10000015 10000016 10000017 10000018 10000019 10000020 10000021 10000022 10000023 10000024 10000025 10000026 10000027 10000028 10000029 10000030 10000031 10000032 10000033 100...
result:
wrong answer Integer 10000001 violates the range [10^8, 999999999]