QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#54085 | #1. I/O Test | ZGY | 100 | 284ms | 3580kb | C++ | 290b | 2022-10-06 20:45:04 | 2022-10-06 20:45:06 |
Judging History
config.txt
10000000 10000000
input_test
#include<iostream>
using namespace std;
int n;
long long s,h;
int main(){
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: 0
input_test Time Limit Exceeded
Test #1:
score: 0
input_test Time Limit Exceeded
input:
10000000 351492927 935661323 206453130 455009985 648026037 494295560 854996274 660336606 763522940 849914717 686873816 667814003 995654012 591451179 843993116 400604317 964464301 425750178 189463829 175627177 686308168 517225534 745119436 180199743 269703736 461641140 989017098 925039566 669174188 2...
output:
result:
Subtask #2:
score: 100
Accepted
Test #2:
score: 100
Accepted
time: 284ms
memory: 3580kb
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