QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#139975 | #1. I/O Test | cyc001 | 0.00114 | 0ms | 3420kb | C++23 | 507b | 2023-08-14 20:50:54 | 2023-08-14 20:50:57 |
Judging History
config.txt
114 514
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<<"1145141919 ";
cout<<'\n';
return 0;
}
Details
Tip: Click on the bar to expand more detailed information
Subtask #1:
score: 0.00114
Acceptable Answer
Test #1:
score: 0.00114
Acceptable Answer
time: 0ms
memory: 3420kb
input:
114 264538156 487915439 103189574 986061025 848684056 605148079 416690947 284867823 348418001 432708253 388608354 733364869 476357399 104583160 259278611 992729212 815735982 171362933 736075721 272242652 574965369 373079011 548855199 608710691 647288841 676428496 511094344 867686485 370646368 358934...
output:
58648059919
result:
points 0.00001140 input test passed
Subtask #2:
score: 0
Wrong Answer
Test #2:
score: 0
Wrong Answer
time: 0ms
memory: 3376kb
input:
514
output:
1145141919 1145141919 1145141919 1145141919 1145141919 1145141919 1145141919 1145141919 1145141919 1145141919 1145141919 1145141919 1145141919 1145141919 1145141919 1145141919 1145141919 1145141919 1145141919 1145141919 1145141919 1145141919 1145141919 1145141919 1145141919 1145141919 1145141919 114...
result:
wrong answer Integer 1145141919 violates the range [10^8, 999999999]