QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#36622#1. I/O TestNlogN0 152ms3692kbC++306b2022-06-28 12:36:282022-06-28 12:36:30

Judging History

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

  • [2023-08-10 23:21:45]
  • System Update: QOJ starts to keep a history of the judgings of all the submissions.
  • [2022-06-28 12:36:30]
  • 评测
  • 测评结果:0
  • 用时:152ms
  • 内存:3692kb
  • [2022-06-28 12:36:28]
  • 提交

config.txt

500000 500000

input_test

#include<iostream>
using namespace std;
int main(){
	int n;
	cin>>n;
	long long sum=0,buf;
	while(n--){
		cin>>buf;
		sum+=buf;
	}
	cout<<buf;
}

output_test

#include<iostream>
using namespace std;
int main(){
	int n;
	cin>>n;
	long long sum=0,buf;
	while(n--){
		cout<<"10000000 ";
	}
}

Details

Tip: Click on the bar to expand more detailed information

Subtask #1:

score: 0
Wrong Answer

Test #1:

score: 0
Wrong Answer
time: 152ms
memory: 3692kb

input:

500000
450194867 590809085 967188633 515583008 794689425 701207444 471779803 617684968 265151151 263711558 877515399 349079551 195584665 600438256 909253635 835871536 627237096 950458089 408049347 846425894 276300638 259221967 556440439 390386992 108265620 991946786 901362114 455164432 973976735 669...

output:

830731196

result:

wrong answer expected 274884613712633, found 830731196

Subtask #2:

score: 0
Wrong Answer

Test #2:

score: 0
Wrong Answer
time: 21ms
memory: 3520kb

input:

500000

output:

10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 10000000 100...

result:

wrong answer Integer 10000000 violates the range [10^8, 999999999]