QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#54087 | #1. I/O Test | ZGY | 100 | 386ms | 3440kb | C++ | 293b | 2022-10-06 20:46:58 | 2022-10-06 20:46:59 |
Judging History
config.txt
10000000 10000000
input_test
#include<cstdio>
int n;
long long s,h;
int main(){
scanf("%d",&n);
while(n--)scanf("%lld",&h),s+=h;
printf("%lld",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 184873244 365796954 514694680 782001157 267080713 297870923 433557654 987391496 349382422 153023329 289289811 646003667 701536723 246063290 912667732 664355989 441224520 904421947 816460931 934851074 146805436 864810711 959704204 283413475 496236301 401212790 221674004 555326431 236744764 5...
output:
result:
Subtask #2:
score: 100
Accepted
Test #2:
score: 100
Accepted
time: 386ms
memory: 3440kb
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