QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#699279#1. I/O TestChenHanzhang100 610ms3976kbC++14264b2024-11-02 08:11:002024-11-02 08:11:01

Judging History

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

  • [2024-11-02 08:11:01]
  • 评测
  • 测评结果:100
  • 用时:610ms
  • 内存:3976kb
  • [2024-11-02 08:11:00]
  • 提交

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: 610ms
memory: 3976kb

input:

10000000
428589644 140162500 767554300 394708924 845323702 915229882 232309009 118205400 863379652 987270097 852804190 380838133 633211090 843821198 828980899 624160729 607786364 114168430 518502896 669602630 848104893 893403710 269722544 719769590 188070133 151416078 954803808 505750995 771027268 7...

output:

5500068129762888

result:

points 1.0 input test passed

Subtask #2:

score: 0
output_test Judgement Failed

Test #2:

score: 0
output_test Judgement Failed

input:

10000000

output:


result: