QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#699266#1. I/O TestChenHanzhang100 619ms3792kbC++14260b2024-11-02 08:07:392024-11-02 08:07:46

Judging History

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

  • [2024-11-02 08:07:46]
  • 评测
  • 测评结果:100
  • 用时:619ms
  • 内存:3792kb
  • [2024-11-02 08:07:39]
  • 提交

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: 619ms
memory: 3792kb

input:

10000000
232145811 392215160 582944972 175262808 912340917 217347718 686066265 423245904 471297714 466146988 857326912 324018028 733465599 460927678 511714117 971724954 210393792 678586978 716486291 833981835 213418424 745318034 865751544 541950654 531515748 959295099 362308137 263632107 454310825 2...

output:

5498484887929651

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: