QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#61949#1. I/O Testgdf_yhm0 329ms3324kbC++14279b2022-11-16 08:01:262022-11-16 08:01:26

Judging History

你现在查看的是最新测评结果

  • [2023-08-10 23:21:45]
  • System Update: QOJ starts to keep a history of the judgings of all the submissions.
  • [2022-11-16 08:01:26]
  • 评测
  • 测评结果:0
  • 用时:329ms
  • 内存:3324kb
  • [2022-11-16 08:01:26]
  • 提交

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...'