QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#405101 | #1. I/O Test | Dinal | Compile Error | / | / | C++14 | 386b | 2024-05-05 11:20:21 | 2024-05-05 11:20:21 |
Judging History
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