QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#699289#1. I/O TestChenHanzhang100 605ms3912kbC++14282b2024-11-02 08:13:272024-11-02 08:13:27

Judging History

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

  • [2024-11-02 08:13:27]
  • 评测
  • 测评结果:100
  • 用时:605ms
  • 内存:3912kb
  • [2024-11-02 08:13:27]
  • 提交

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 ' * 10 ** 7)

詳細信息

Subtask #1:

score: 100
Accepted

Test #1:

score: 100
Accepted
time: 605ms
memory: 3912kb

input:

10000000
680683425 246921831 736162517 553024716 850452953 616063348 399253651 587923405 977444283 118766289 764694221 620885456 865962936 136617404 700363774 289031716 533066788 304900365 830571544 570942940 324081012 221906942 592518572 464325111 503126322 422012602 132914658 729537498 732748072 2...

output:

5501378185011816

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: