QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#459712#1. I/O TestzhouzhCompile Error//C++20555b2024-06-30 11:55:422024-06-30 11:55:42

Judging History

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

  • [2024-06-30 11:55:42]
  • 评测
  • [2024-06-30 11:55:42]
  • 提交

config.txt

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

input_test

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

output_test

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

詳細信息

Invalid Configuration File: failed to read Nin and Nout