QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#487745 | #1. I/O Test | tad_ao | 1.0E-5 | 1ms | 3620kb | C++14 | 499b | 2024-07-23 09:09:36 | 2024-07-23 09:09:37 |
Judging History
config.txt
1 1 100000001
input_test
#include<bits/stdc++.h>
#define ll long long
using namespace std;
const ll p=10007;
ll m,n,a,b,k,invv[44444444],jc[3333333];
int main(){
cin>>n;
for(int i=1;i<=n;i++){
cin>>a;
b+=a;
}
cout<<b;
return 0;
}
output_test
#include<bits/stdc++.h>
#define ll long long
using namespace std;
const ll p=10007;
ll m,n,a,b,k,invv[44444444],jc[3333333];
int main(){
cin>>n;
for(int i=1;i<=n;i++){
cin>>a;
if(a>=100000000&&a<1000000000)cout<<a<<" ";
}
return 0;
}
Details
Tip: Click on the bar to expand more detailed information
Subtask #1:
score: 1e-05
Acceptable Answer
Test #1:
score: 1e-05
Acceptable Answer
time: 1ms
memory: 3516kb
input:
1 578165150
output:
578165150
result:
points 0.00000010 input test passed
Subtask #2:
score: 0
Wrong Answer
Test #2:
score: 0
Wrong Answer
time: 0ms
memory: 3620kb
input:
1
output:
result:
wrong output format Unexpected end of file - int32 expected