QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#405101#1. I/O TestDinalCompile Error//C++14386b2024-05-05 11:20:212024-05-05 11:20:21

Judging History

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

  • [2024-05-05 11:20:21]
  • 评测
  • [2024-05-05 11:20:21]
  • 提交

config.txt

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;
}

详细

Invalid Configuration File: failed to read Nin and Nout