QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#481194#1. I/O Testwol_qwq0 560ms3740kbC++20364b2024-07-16 21:19:302024-07-16 21:19:31

Judging History

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

  • [2024-07-16 21:19:31]
  • 评测
  • 测评结果:0
  • 用时:560ms
  • 内存:3740kb
  • [2024-07-16 21:19:30]
  • 提交

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";
}

Details

Tip: Click on the bar to expand more detailed information

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