QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#69754#1. I/O Testchenziyang0 2ms3520kbC++14381b2022-12-31 16:02:172023-01-22 10:05:40

Judging History

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

  • [2023-08-10 23:21:45]
  • System Update: QOJ starts to keep a history of the judgings of all the submissions.
  • [2023-01-22 10:05:40]
  • 评测
  • 测评结果:0
  • 用时:2ms
  • 内存:3520kb
  • [2022-12-31 16:02:17]
  • 提交

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]