QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#699246#1. I/O TestChenHanzhang0 616ms3928kbC++14375b2024-11-02 08:00:002024-11-02 08:00:02

Judging History

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

  • [2024-11-02 08:00:02]
  • 评测
  • 测评结果:0
  • 用时:616ms
  • 内存:3928kb
  • [2024-11-02 08:00:00]
  • 提交

config.txt

10000000 10000000

input_test

#include<bits/stdc++.h>
using namespace std;
int main(){
	long long n;
	scanf("%d",&n);
	long long sum=0; 
	while(n--){
		int x;
		scanf("%d",&x);
		sum+=x;
	}
	printf("%d\n",sum);
	return 0;
}

output_test

#include<bits/stdc++.h>
using namespace std;
int main(){
	long long n;
	scanf("%d",&n);
	while(n--){
		printf("%d ",100000000);
	}
	return 0;
}

Details

Tip: Click on the bar to expand more detailed information

Subtask #1:

score: 0
Wrong Answer

Test #1:

score: 0
Wrong Answer
time: 616ms
memory: 3928kb

input:

10000000
118281809 353336119 992959477 604326898 692175850 451261484 748453964 444711177 274771227 902280456 633156734 510080874 322847230 273110637 136695057 537291096 778021052 752225536 883383154 271453041 459093027 150518504 579357120 764357215 451084348 732747179 932127119 418722669 394519856 3...

output:

-1068525018

result:

wrong answer expected 5499532755311142, found -1068525018

Subtask #2:

score: 0
output_test Output Limit Exceeded

Test #2:

score: 0
output_test Output Limit Exceeded

input:

10000000

output:

100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 ...

result: