QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#699305#1. I/O TestChenHanzhang100 620ms3928kbC++14271b2024-11-02 08:16:232024-11-02 08:16:23

Judging History

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

  • [2024-11-02 08:16:23]
  • 评测
  • 测评结果:100
  • 用时:620ms
  • 内存:3928kb
  • [2024-11-02 08:16:23]
  • 提交

config.txt

10000000 100

input_test

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

output_test

n = int(input())
print('100000000 ' * n)

Details

Tip: Click on the bar to expand more detailed information

Subtask #1:

score: 100
Accepted

Test #1:

score: 100
Accepted
time: 620ms
memory: 3928kb

input:

10000000
192376114 576267503 147872430 789017621 494747660 598873000 958357244 549973490 943528202 487016536 231507181 838440649 632264937 393852153 869669692 407368006 624867912 288353084 923101991 779360786 555005950 577460596 842963910 132134314 700886235 346944901 489326838 715687850 586784162 5...

output:

5501056468742585

result:

points 1.0 input test passed

Subtask #2:

score: 0
output_test Runtime Error

Test #2:

score: 0
output_test Runtime Error

input:

100

output:


result: