QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#699252#1. I/O TestChenHanzhang100 607ms3908kbC++14388b2024-11-02 08:03:322024-11-02 08:03:33

Judging History

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

  • [2024-11-02 08:03:33]
  • 评测
  • 测评结果:100
  • 用时:607ms
  • 内存:3908kb
  • [2024-11-02 08:03: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

#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: 607ms
memory: 3908kb

input:

10000000
653403694 468687584 878521480 505174558 747298889 801345146 721934526 990150417 446462492 297283636 473645586 152142071 729543055 203503376 124302082 626856251 793256238 641099848 989774884 817874571 956782379 319713355 423562804 462510762 414670584 563585684 917519213 523704577 594078185 5...

output:

5500334708174333

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:

10000000

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: