QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#405102#1. I/O TestDinal0.002 0ms3768kbC++14390b2024-05-05 11:21:142024-05-05 11:21:15

Judging History

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

  • [2024-05-05 11:21:15]
  • 评测
  • 测评结果:0.002
  • 用时:0ms
  • 内存:3768kb
  • [2024-05-05 11:21:14]
  • 提交

config.txt

100 100

input_test

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

int n;
int a[110];
long long ans;
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 a[110];
long long ans;
int main(){
	cin>>n;
	for(int i=1;i<=n;++i){
		cout<<100001323<<' ';
	}
	return 0;
}

详细

Subtask #1:

score: 0.001
Acceptable Answer

Test #1:

score: 0.001
Acceptable Answer
time: 0ms
memory: 3768kb

input:

100
449897951 171946410 149665118 179188378 756898919 477701527 786054147 922846058 309133900 644329152 363831173 786187865 430974963 282506168 523089050 789875304 576726256 133733657 586407722 679217838 629484851 503219709 849223153 410929708 715791064 954947650 283084830 574161566 203447017 990983...

output:

58174312578

result:

points 0.000010 input test passed

Subtask #2:

score: 0.001
Acceptable Answer

Test #2:

score: 0.001
Acceptable Answer
time: 0ms
memory: 3572kb

input:

100

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 0.000010 output test passed