QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#698977 | #1. I/O Test | TheZone | Compile Error | / | / | C++20 | 396b | 2024-11-01 23:30:14 | 2024-11-01 23:30:16 |
Judging History
config.txt
192823839 192829282
input_test
#include <bits/stdc++.h>
using namespace std;
int main(){
ios::sync_with_stdio(false),cin.tie(0),cout.tie(0);
long long ans=0;
int n;
cin>>n;
for(int i=1;i<=n;i++){
int x;
cin>>x;
ans+=x;
}
cout<<ans<<endl;
return 0;
}
output_test
#include<iostream>
using namespace std;
int main(){
int n;
cin>>n;
for(int i=0;i<n;i++){
cout<<5363262<<' ';
}
return 0;
}
Details
Invalid Configuration File: Nin out of bounds