QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#699256#1. I/O TestChenHanzhang100 624ms3968kbC++14261b2024-11-02 08:05:572024-11-02 08:05:57

Judging History

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

  • [2024-11-02 08:05:57]
  • 评测
  • 测评结果:100
  • 用时:624ms
  • 内存:3968kb
  • [2024-11-02 08:05:57]
  • 提交

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

詳細信息

Subtask #1:

score: 100
Accepted

Test #1:

score: 100
Accepted
time: 624ms
memory: 3968kb

input:

10000000
833550631 139731818 308084068 965647692 196242503 412620742 837122392 888379080 103655752 578992701 753496334 810514031 990355490 264728037 465036231 181696862 724893230 401995312 337161723 282102074 507033640 609174657 554608278 542741833 430292413 993778869 940242819 779028985 244178269 9...

output:

5500281523371094

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: