QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#405105 | #1. I/O Test | Dinal | 100 | 510ms | 3508kb | C++14 | 358b | 2024-05-05 11:22:52 | 2024-05-05 11:22:53 |
Judging History
config.txt
10000000 10000000
input_test
#include<bits/stdc++.h>
using namespace std;
long long ans;
int n;
int main(){
cin>>n;
for(int i=1;i<=n;++i){
int x;cin>>x;
ans+=x;
}
printf("%lld\n",ans);
return 0;
}
output_test
#include<bits/stdc++.h>
using namespace std;
int n;
int main(){
cin>>n;
for(int i=1;i<=n;++i){
cout<<100001323<<' ';
}
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 591071699 523166506 737755119 177691360 104266798 429612400 177935699 913784554 282112610 535921728 357484250 841851601 683422168 955304771 755469651 245810337 540872754 406663387 649041770 486193725 329807255 139193121 349692652 223806630 190298198 402451094 687343220 367564793 745289545 5...
output:
result:
Subtask #2:
score: 100
Accepted
Test #2:
score: 100
Accepted
time: 510ms
memory: 3508kb
input:
10000000
output:
100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 ...
result:
points 1.0 output test passed