QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#699287#1. I/O TestChenHanzhang100 598ms3916kbC++14264b2024-11-02 08:12:322024-11-02 08:12:33

Judging History

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

  • [2024-11-02 08:12:33]
  • 评测
  • 测评结果:100
  • 用时:598ms
  • 内存:3916kb
  • [2024-11-02 08:12:32]
  • 提交

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

print('100000000 ' * 10 ** 7)

详细

Subtask #1:

score: 100
Accepted

Test #1:

score: 100
Accepted
time: 598ms
memory: 3916kb

input:

10000000
659840391 861989835 510030217 250534950 696700504 135914345 785657227 564845743 893071497 156121162 789766470 403791149 881439898 383409826 834258517 410551452 632732750 794445028 399760830 346004005 508149038 593142472 381325814 994891887 118115555 972357519 893083686 371909032 618686820 4...

output:

5499968370049512

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: