QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#46285#1. I/O TesthuangyuhengCompile Error//C++442b2022-08-28 21:24:062022-08-28 21:24:09

Judging History

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

  • [2023-08-10 23:21:45]
  • System Update: QOJ starts to keep a history of the judgings of all the submissions.
  • [2022-08-28 21:24:09]
  • 评测
  • [2022-08-28 21:24:06]
  • 提交

config.txt

#include<bits/stdc++.h>
using namespace std;
int main(){
	cout<<10000000;
	return 0;
}

input_test

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

output_test

#include<bits/stdc++.h>
using namespace std;
int main(){
	int n;
	cin>>n;
	for(unsigned long long i=100000000;i<=100000000+n-1;i++)
		printf("%lld ",i);
	return 0;
}

Details

Invalid Configuration File: failed to read Nin and Nout