QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#405105#1. I/O TestDinal100 510ms3508kbC++14358b2024-05-05 11:22:522024-05-05 11:22:53

Judging History

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

  • [2024-05-05 11:22:53]
  • 评测
  • 测评结果:100
  • 用时:510ms
  • 内存:3508kb
  • [2024-05-05 11:22:52]
  • 提交

config.txt

10000000 10000000

input_test

#include<bits/stdc++.h>
using namespace std;

long long ans;
int n;
int main(){
	cin>>n;
	for(int i=1;i<=n;++i){
		int x;cin>>x;
		ans+=x;
	}
	printf("%lld\n",ans);
	return 0;
}

output_test

#include<bits/stdc++.h>
using namespace std;

int n;
int main(){
	cin>>n;
	for(int i=1;i<=n;++i){
		cout<<100001323<<' ';
	}
	return 0;
}

詳細信息

Subtask #1:

score: 0
input_test Time Limit Exceeded

Test #1:

score: 0
input_test Time Limit Exceeded

input:

10000000
591071699 523166506 737755119 177691360 104266798 429612400 177935699 913784554 282112610 535921728 357484250 841851601 683422168 955304771 755469651 245810337 540872754 406663387 649041770 486193725 329807255 139193121 349692652 223806630 190298198 402451094 687343220 367564793 745289545 5...

output:


result:


Subtask #2:

score: 100
Accepted

Test #2:

score: 100
Accepted
time: 510ms
memory: 3508kb

input:

10000000

output:

100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 ...

result:

points 1.0 output test passed