QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#54086 | #1. I/O Test | ZGY | 200 ✓ | 850ms | 3520kb | C++ | 335b | 2022-10-06 20:45:57 | 2022-10-06 20:46:00 |
Judging History
config.txt
10000000 10000000
input_test
#include<iostream>
using namespace std;
int n;
long long s,h;
int main(){
ios::sync_with_stdio(false);
cin.tie(0);
cin>>n;
while(n--)cin>>h,s+=h;
cout<<s;
return 0;
}
output_test
#include<iostream>
using namespace std;
int main(){
int n;
cin>>n;
while(n--)cout<<"114514191 ";
return 0;
}
Details
Tip: Click on the bar to expand more detailed information
Subtask #1:
score: 100
Accepted
Test #1:
score: 100
Accepted
time: 850ms
memory: 3520kb
input:
10000000 512173445 573821700 477542380 561299141 277289414 704545179 273514859 681577387 277493901 467723453 979735472 121548839 197197216 874404406 613258753 772732793 219750205 948848348 142348616 965860384 343203197 537597247 784786411 466169849 212117826 526153734 695501619 356620208 115278516 8...
output:
5500584304674356
result:
points 1.0 input test passed
Subtask #2:
score: 100
Accepted
Test #2:
score: 100
Accepted
time: 351ms
memory: 3520kb
input:
10000000
output:
114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 ...
result:
points 1.0 output test passed