QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#481194 | #1. I/O Test | wol_qwq | 0 | 560ms | 3740kb | C++20 | 364b | 2024-07-16 21:19:30 | 2024-07-16 21:19:31 |
Judging History
config.txt
10000000 10000000
input_test
#include<bits/stdc++.h>
using namespace std;
int sum,x,n;
int main(){
ios::sync_with_stdio(0);
cin.tie(0),cout.tie(0);
cin>>n;
while(n--)cin>>x,sum+=x;
cout<<sum;
}
output_test
#include<bits/stdc++.h>
using namespace std;
int sum,x,n;
int main(){
ios::sync_with_stdio(0);
cin.tie(0),cout.tie(0);
cin>>n;
while(n--)cout<<"100000000";
}
詳細信息
Subtask #1:
score: 0
Wrong Answer
Test #1:
score: 0
Wrong Answer
time: 560ms
memory: 3668kb
input:
10000000 663125331 888480792 921031310 345823220 992185935 194337953 755345890 231705778 117469061 213100332 513587506 205711540 728616371 839178813 186728096 204837341 968986127 441757451 722461476 399729955 907269315 919621591 829573247 736676872 420794500 179020909 821113096 632824517 324736908 5...
output:
-572239973
result:
wrong answer expected 5500203266494363, found -572239973
Subtask #2:
score: 0
Wrong Answer
Test #2:
score: 0
Wrong Answer
time: 159ms
memory: 3740kb
input:
10000000
output:
100000000100000000100000000100000000100000000100000000100000000100000000100000000100000000100000000100000000100000000100000000100000000100000000100000000100000000100000000100000000100000000100000000100000000100000000100000000100000000100000000100000000100000000100000000100000000100000000100000000100...
result:
wrong output format Length of token exceeds 33554432, token is '100000000100000000100000000100...0100000000100000000100000000100...'