QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#61949 | #1. I/O Test | gdf_yhm | 0 | 329ms | 3324kb | C++14 | 279b | 2022-11-16 08:01:26 | 2022-11-16 08:01:26 |
Judging History
config.txt
10000000 10000000
input_test
#include<bits/stdc++.h>
using namespace std;
int main(){
int n,a,ans=0;
cin>>n;
for(int i=1;i<=n;i++)cin>>a,ans+=a;
cout<<ans;
}
output_test
#include<bits/stdc++.h>
using namespace std;
int main(){
int n,a,ans=0;
cin>>n;
for(int i=1;i<=n;i++)cout<<"100000000";
}
详细
Subtask #1:
score: 0
input_test Time Limit Exceeded
Test #1:
score: 0
input_test Time Limit Exceeded
input:
10000000 500501038 698181233 328070972 932450276 415822059 549592179 582322208 205173436 436390499 797262179 289838406 695412597 502247868 112728654 184414159 807485661 814034705 385419478 609435600 716828321 447124128 404603313 931054130 723363415 281079114 761876248 802213874 574161206 943590272 6...
output:
result:
Subtask #2:
score: 0
Wrong Answer
Test #2:
score: 0
Wrong Answer
time: 329ms
memory: 3324kb
input:
10000000
output:
100000000100000000100000000100000000100000000100000000100000000100000000100000000100000000100000000100000000100000000100000000100000000100000000100000000100000000100000000100000000100000000100000000100000000100000000100000000100000000100000000100000000100000000100000000100000000100000000100000000100...
result:
wrong output format Length of token exceeds 33554432, token is '100000000100000000100000000100...0100000000100000000100000000100...'