QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#46285 | #1. I/O Test | huangyuheng | Compile Error | / | / | C++ | 442b | 2022-08-28 21:24:06 | 2022-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]
- 评测
- 测评结果:Compile Error
- 用时:0ms
- 内存:0kb
- [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;
}
详细
Invalid Configuration File: failed to read Nin and Nout