QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#699316#1. I/O TestChenHanzhang100 609ms3872kbC++14381b2024-11-02 08:18:352024-11-02 08:18:35

Judging History

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

  • [2024-11-02 08:18:35]
  • 评测
  • 测评结果:100
  • 用时:609ms
  • 内存:3872kb
  • [2024-11-02 08:18:35]
  • 提交

config.txt

10000000 1

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

#include<bits/stdc++.h>
using namespace std;
int main(){
	long long n;
	scanf("%d",&n);
	while(n--){
		printf("%d\n",100000000);
	}
	return 0;
}

詳細信息

Subtask #1:

score: 100
Accepted

Test #1:

score: 100
Accepted
time: 609ms
memory: 3872kb

input:

10000000
572842387 978877766 155962461 403445154 419980231 176865413 812017934 591889314 947731819 164013896 915574163 903947611 922078895 251363101 460935412 109811093 774264748 188510920 162250717 813645567 364728953 794098363 148864642 317851013 858143688 133861927 443162480 167749617 402299569 2...

output:

5499673329457964

result:

points 1.0 input test passed

Subtask #2:

score: 0
output_test Output Limit Exceeded

Test #2:

score: 0
output_test Output Limit Exceeded

input:

1

output:

100000000
100000000
100000000
100000000
100000000
100000000
100000000
100000000
100000000
100000000
100000000
100000000
100000000
100000000
100000000
100000000
100000000
100000000
100000000
100000000
100000000
100000000
100000000
100000000
100000000
100000000
100000000
100000000
100000000
100000000
...

result: