QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#131628#1. I/O Testllzzmm6450 0ms0kbC++14349b2023-07-27 19:31:342023-07-27 19:31:37

Judging History

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

  • [2023-08-10 23:21:45]
  • System Update: QOJ starts to keep a history of the judgings of all the submissions.
  • [2023-07-27 19:31:37]
  • 评测
  • 测评结果:0
  • 用时:0ms
  • 内存:0kb
  • [2023-07-27 19:31:34]
  • 提交

config.txt

10000000 10000000

input_test

#include <stdio.h>
using namesapce std;
int main(){
	int n,a=0;
	scanf("%d",&n);
	for(int i=1;i<=n;i++){
		int x;
		scanf("%d",&x);
		a+=x;
	}
	printf("%d",a);
	return 0;
}

output_test

#include <stdio.h>
using namesapce std;
int main(){
	int n,a=0;
	scanf("%d",&n);
	for(int i=1;i<=n;i++)
		printf("500000000 ");
	return 0;
}

Details

Tip: Click on the bar to expand more detailed information

Subtask #1:

score: 0
input_test Judgement Failed

Test #1:

score: 0
input_test Judgement Failed

input:

10000000
288147874 394841223 911803296 660338648 219832450 429226839 815421639 663195382 678252112 199899113 746319750 977045583 654793580 666108577 434694288 257024163 478912806 967408918 331513908 157610181 300486303 189302121 872178639 575497499 291268405 374706465 579581024 829373989 977959550 4...

output:


result:


Subtask #2:

score: 0
output_test Judgement Failed

Test #2:

score: 0
output_test Judgement Failed

input:

10000000

output:


result: