QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#139976 | #1. I/O Test | cyc001 | 11 | 42ms | 3636kb | C++23 | 513b | 2023-08-14 20:52:28 | 2023-08-14 20:52:28 |
Judging History
config.txt
1000000 100000
input_test
#include<bits/stdc++.h>
#define cir(i,a,b) for(int i=a;i<b;++i)
using lint=long long;
using namespace std;
int main(){
ios::sync_with_stdio(false),cin.tie(0);
int n;cin>>n;
lint cnx=0;
cir(i,0,n){
lint x;cin>>x;
cnx+=x;
}
cout<<cnx<<'\n';
return 0;
}
output_test
#include<bits/stdc++.h>
#define cir(i,a,b) for(int i=a;i<b;++i)
using namespace std;
int main(){
ios::sync_with_stdio(false),cin.tie(0);
int n;cin>>n;
cir(i,0,n) cout<<"114514666 ";
cout<<'\n';
return 0;
}
Details
Tip: Click on the bar to expand more detailed information
Subtask #1:
score: 10
Acceptable Answer
Test #1:
score: 10
Acceptable Answer
time: 42ms
memory: 3636kb
input:
1000000 936528155 929303324 376477549 922906803 537586038 677868285 896992685 702136702 319002218 924990622 132915772 984893743 456489035 216380856 865959094 292036865 474238365 937371787 681575705 710416218 578249738 276489968 219883420 986218261 801862576 974980301 728362133 645115473 134803268 28...
output:
550169458734431
result:
points 0.10 input test passed
Subtask #2:
score: 1
Acceptable Answer
Test #2:
score: 1
Acceptable Answer
time: 4ms
memory: 3600kb
input:
100000
output:
114514666 114514666 114514666 114514666 114514666 114514666 114514666 114514666 114514666 114514666 114514666 114514666 114514666 114514666 114514666 114514666 114514666 114514666 114514666 114514666 114514666 114514666 114514666 114514666 114514666 114514666 114514666 114514666 114514666 114514666 ...
result:
points 0.010 output test passed