QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#699304#1. I/O TestChenHanzhang100 611ms3928kbC++14271b2024-11-02 08:16:142024-11-02 08:16:17

Judging History

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

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

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: 611ms
memory: 3928kb

input:

10000000
606463596 878847705 197474845 793713707 692658566 103003896 440300331 685324626 400404402 799828347 136612895 599724225 838246536 632490595 394772626 208541576 207997221 987597318 830908341 730563508 898683216 951391874 962776090 972157852 551287284 483391497 424134005 884639221 729796708 6...

output:

5501417925310156

result:

points 1.0 input test passed

Subtask #2:

score: 0
output_test Judgement Failed

Test #2:

score: 0
output_test Judgement Failed

input:

100

output:


result: