QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#699292#1. I/O TestChenHanzhang100 604ms3924kbC++14276b2024-11-02 08:13:532024-11-02 08:13:53

Judging History

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

  • [2024-11-02 08:13:53]
  • 评测
  • 测评结果:100
  • 用时:604ms
  • 内存:3924kb
  • [2024-11-02 08:13:53]
  • 提交

config.txt

10000000 10000000

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: 604ms
memory: 3924kb

input:

10000000
432458950 556827223 736190744 920222654 635540673 973964449 221158983 960202418 212641184 677061965 907900664 422454984 279944359 148304044 786579888 725469209 426710721 142138927 921766600 887949313 341992585 330508704 878433950 550307691 169936139 967753698 273407752 783148592 349865433 9...

output:

5499426573119785

result:

points 1.0 input test passed

Subtask #2:

score: 0
output_test Runtime Error

Test #2:

score: 0
output_test Runtime Error

input:

10000000

output:


result: