# |
Submission time |
Handle |
Problem |
Language |
Result |
Execution time |
Memory |
39600 |
2018-01-16T17:34:46 Z |
igzi |
Gap (APIO16_gap) |
C++11 |
|
59 ms |
5800 KB |
#include <bits/stdc++.h>
#include "gap.h"
long long findGap(int t,int n){
long long l=1,d=n-2,x=0,y=1000000000000000005,a[100002],m=0,i;
for(i=0;i<n;i++){
a[i]=-5;
}
MinMax(x,y,&a[0],&a[n-1]);
while(y!=-1){
MinMax(a[l-1]+1,a[d+1]-1,&a[l],&a[d]);
l++; d--;
}
for(i=1;i<n;i++){
if(a[i]!=-5 && a[i-1]!=-5 && a[i]-a[i-1]>m) m=a[i]-a[i-1];
}
return m;
}
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
0 ms |
5800 KB |
Unexpected end of file - int64 expected |
2 |
Incorrect |
0 ms |
5796 KB |
Unexpected end of file - int64 expected |
3 |
Incorrect |
0 ms |
5800 KB |
Unexpected end of file - int64 expected |
4 |
Incorrect |
0 ms |
5800 KB |
Unexpected end of file - int64 expected |
5 |
Incorrect |
0 ms |
5796 KB |
Unexpected end of file - int64 expected |
6 |
Incorrect |
0 ms |
5796 KB |
Unexpected end of file - int64 expected |
7 |
Incorrect |
0 ms |
5796 KB |
Unexpected end of file - int64 expected |
8 |
Incorrect |
0 ms |
5796 KB |
Unexpected end of file - int64 expected |
9 |
Incorrect |
0 ms |
5796 KB |
Unexpected end of file - int64 expected |
10 |
Incorrect |
0 ms |
5796 KB |
Unexpected end of file - int64 expected |
11 |
Incorrect |
0 ms |
5796 KB |
Unexpected end of file - int64 expected |
12 |
Incorrect |
0 ms |
5796 KB |
Unexpected end of file - int64 expected |
13 |
Incorrect |
0 ms |
5792 KB |
Unexpected end of file - int64 expected |
14 |
Incorrect |
0 ms |
5796 KB |
Unexpected end of file - int64 expected |
15 |
Incorrect |
0 ms |
5796 KB |
Unexpected end of file - int64 expected |
16 |
Incorrect |
16 ms |
5796 KB |
Unexpected end of file - int64 expected |
17 |
Incorrect |
13 ms |
5796 KB |
Unexpected end of file - int64 expected |
18 |
Incorrect |
9 ms |
5792 KB |
Unexpected end of file - int64 expected |
19 |
Incorrect |
9 ms |
5796 KB |
Unexpected end of file - int64 expected |
20 |
Incorrect |
9 ms |
5796 KB |
Unexpected end of file - int64 expected |
21 |
Incorrect |
53 ms |
5792 KB |
Unexpected end of file - int64 expected |
22 |
Incorrect |
49 ms |
5792 KB |
Unexpected end of file - int64 expected |
23 |
Incorrect |
56 ms |
5796 KB |
Unexpected end of file - int64 expected |
24 |
Incorrect |
56 ms |
5796 KB |
Unexpected end of file - int64 expected |
25 |
Incorrect |
49 ms |
5800 KB |
Unexpected end of file - int64 expected |
26 |
Incorrect |
49 ms |
5796 KB |
Unexpected end of file - int64 expected |
27 |
Incorrect |
49 ms |
5800 KB |
Unexpected end of file - int64 expected |
28 |
Incorrect |
43 ms |
5796 KB |
Unexpected end of file - int64 expected |
29 |
Incorrect |
56 ms |
5796 KB |
Unexpected end of file - int64 expected |
30 |
Incorrect |
59 ms |
5800 KB |
Unexpected end of file - int64 expected |
31 |
Incorrect |
0 ms |
5796 KB |
Unexpected end of file - int64 expected |
32 |
Incorrect |
0 ms |
5796 KB |
Unexpected end of file - int64 expected |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
0 ms |
5792 KB |
Unexpected end of file - int64 expected |
2 |
Incorrect |
0 ms |
5800 KB |
Unexpected end of file - int64 expected |
3 |
Incorrect |
0 ms |
5800 KB |
Unexpected end of file - int64 expected |
4 |
Incorrect |
0 ms |
5792 KB |
Unexpected end of file - int64 expected |
5 |
Incorrect |
0 ms |
5796 KB |
Unexpected end of file - int64 expected |
6 |
Incorrect |
0 ms |
5792 KB |
Unexpected end of file - int64 expected |
7 |
Incorrect |
0 ms |
5796 KB |
Unexpected end of file - int64 expected |
8 |
Incorrect |
0 ms |
5792 KB |
Unexpected end of file - int64 expected |
9 |
Incorrect |
0 ms |
5796 KB |
Unexpected end of file - int64 expected |
10 |
Incorrect |
0 ms |
5792 KB |
Unexpected end of file - int64 expected |
11 |
Incorrect |
0 ms |
5792 KB |
Unexpected end of file - int64 expected |
12 |
Incorrect |
0 ms |
5792 KB |
Unexpected end of file - int64 expected |
13 |
Incorrect |
0 ms |
5800 KB |
Unexpected end of file - int64 expected |
14 |
Incorrect |
0 ms |
5796 KB |
Unexpected end of file - int64 expected |
15 |
Incorrect |
0 ms |
5792 KB |
Unexpected end of file - int64 expected |
16 |
Incorrect |
13 ms |
5800 KB |
Unexpected end of file - int64 expected |
17 |
Incorrect |
19 ms |
5796 KB |
Unexpected end of file - int64 expected |
18 |
Incorrect |
13 ms |
5796 KB |
Unexpected end of file - int64 expected |
19 |
Incorrect |
13 ms |
5796 KB |
Unexpected end of file - int64 expected |
20 |
Incorrect |
6 ms |
5796 KB |
Unexpected end of file - int64 expected |
21 |
Incorrect |
59 ms |
5796 KB |
Unexpected end of file - int64 expected |
22 |
Incorrect |
56 ms |
5800 KB |
Unexpected end of file - int64 expected |
23 |
Incorrect |
59 ms |
5796 KB |
Unexpected end of file - int64 expected |
24 |
Incorrect |
43 ms |
5800 KB |
Unexpected end of file - int64 expected |
25 |
Incorrect |
43 ms |
5792 KB |
Unexpected end of file - int64 expected |
26 |
Incorrect |
49 ms |
5796 KB |
Unexpected end of file - int64 expected |
27 |
Incorrect |
46 ms |
5796 KB |
Unexpected end of file - int64 expected |
28 |
Incorrect |
46 ms |
5792 KB |
Unexpected end of file - int64 expected |
29 |
Incorrect |
56 ms |
5792 KB |
Unexpected end of file - int64 expected |
30 |
Incorrect |
39 ms |
5792 KB |
Unexpected end of file - int64 expected |
31 |
Incorrect |
0 ms |
5796 KB |
Unexpected end of file - int64 expected |
32 |
Incorrect |
0 ms |
5800 KB |
Unexpected end of file - int64 expected |