QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#459711#1. I/O TestzhouzhCompile Error//C++14573b2024-06-30 11:54:082024-06-30 11:54:08

Judging History

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

  • [2024-06-30 11:54:08]
  • 评测
  • [2024-06-30 11:54:08]
  • 提交

config.txt

#include<bits/stdc++.h>
using namespace std;
int main() {
	int n;
	cin>>n;
	for(int i=1; i<=n; i++) {
		int x;
		cin>>x;
	}
	for(int i=1; i<=n; i++)
		cout<<1<<" ";
	return 0;
}

input_test

#include<bits/stdc++.h>
using namespace std;
int main() {
	int n;
	cin>>n;
	for(int i=1; i<=n; i++) {
		int x;
		cin>>x;
	}
	for(int i=1; i<=n; i++)
		cout<<1<<" ";
	return 0;
}

output_test

#include<bits/stdc++.h>
using namespace std;
int main() {
	int n;
	cin>>n;
	for(int i=1; i<=n; i++) {
		int x;
		cin>>x;
	}
	for(int i=1; i<=n; i++)
		cout<<1<<" ";
	return 0;
}

详细

Invalid Configuration File: failed to read Nin and Nout