QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#405108#1. I/O TestDinal200 ✓610ms3788kbC++14366b2024-05-05 11:23:372024-05-05 11:23:38

Judging History

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

  • [2024-05-05 11:23:38]
  • 评测
  • 测评结果:200
  • 用时:610ms
  • 内存:3788kb
  • [2024-05-05 11:23:37]
  • 提交

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;scanf("%d",&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: 100
Accepted

Test #1:

score: 100
Accepted
time: 610ms
memory: 3788kb

input:

10000000
485574140 950523328 669427327 350909316 912571993 941227097 555807816 705320781 194984612 792297210 122255520 822653903 665489093 186682146 112002050 988087936 346470757 636062930 778330103 945922498 906941773 547458484 379614314 337774653 515257443 147484099 431754020 350829533 411928298 4...

output:

5500945335239449

result:

points 1.0 input test passed

Subtask #2:

score: 100
Accepted

Test #2:

score: 100
Accepted
time: 489ms
memory: 3464kb

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