#include "gap.h"
#include <bits/stdc++.h>
long long findGap(int T, int N)
{
long long arr[N];
int x = 0;
long long a, b;
a = 0;
b = 1000000000000000005;
while(true){
long long mn, mx;
MinMax(a,b,&mn,&mx);
//printf("%lld %lld\n",mn,mx);
a = mn+1;
b = mx-1;
if(mn == -1) break;
arr[x] = mn;
arr[N-x-1] = mx;
x++;
}
long long mm = 0;
for(int i = 0;i < N-1;i++){
mm = std::max(mm,arr[i+1]-arr[i]);
}
return mm;
}
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
2 ms |
376 KB |
Output isn't correct |
2 |
Runtime error |
2 ms |
376 KB |
Execution failed because the return code was nonzero |
3 |
Runtime error |
2 ms |
376 KB |
Execution failed because the return code was nonzero |
4 |
Runtime error |
2 ms |
376 KB |
Execution failed because the return code was nonzero |
5 |
Runtime error |
2 ms |
376 KB |
Execution failed because the return code was nonzero |
6 |
Incorrect |
2 ms |
376 KB |
Output isn't correct |
7 |
Incorrect |
2 ms |
376 KB |
Output isn't correct |
8 |
Incorrect |
2 ms |
376 KB |
Output isn't correct |
9 |
Incorrect |
2 ms |
376 KB |
Output isn't correct |
10 |
Runtime error |
2 ms |
376 KB |
Execution failed because the return code was nonzero |
11 |
Incorrect |
2 ms |
376 KB |
Output isn't correct |
12 |
Incorrect |
2 ms |
376 KB |
Output isn't correct |
13 |
Incorrect |
17 ms |
376 KB |
Output isn't correct |
14 |
Incorrect |
2 ms |
376 KB |
Output isn't correct |
15 |
Incorrect |
2 ms |
380 KB |
Output isn't correct |
16 |
Incorrect |
13 ms |
760 KB |
Output isn't correct |
17 |
Incorrect |
12 ms |
760 KB |
Output isn't correct |
18 |
Incorrect |
12 ms |
732 KB |
Output isn't correct |
19 |
Incorrect |
12 ms |
760 KB |
Output isn't correct |
20 |
Runtime error |
10 ms |
804 KB |
Execution failed because the return code was nonzero |
21 |
Incorrect |
47 ms |
1912 KB |
Output isn't correct |
22 |
Incorrect |
46 ms |
1912 KB |
Output isn't correct |
23 |
Incorrect |
45 ms |
1912 KB |
Output isn't correct |
24 |
Incorrect |
45 ms |
1912 KB |
Output isn't correct |
25 |
Incorrect |
41 ms |
1912 KB |
Output isn't correct |
26 |
Incorrect |
45 ms |
1912 KB |
Output isn't correct |
27 |
Incorrect |
47 ms |
1912 KB |
Output isn't correct |
28 |
Incorrect |
46 ms |
1912 KB |
Output isn't correct |
29 |
Incorrect |
46 ms |
1916 KB |
Output isn't correct |
30 |
Runtime error |
33 ms |
1916 KB |
Execution failed because the return code was nonzero |
31 |
Runtime error |
2 ms |
376 KB |
Execution failed because the return code was nonzero |
32 |
Runtime error |
2 ms |
376 KB |
Execution failed because the return code was nonzero |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
2 ms |
376 KB |
Output is correct |
2 |
Runtime error |
2 ms |
376 KB |
Execution failed because the return code was nonzero |
3 |
Runtime error |
2 ms |
376 KB |
Execution failed because the return code was nonzero |
4 |
Runtime error |
2 ms |
376 KB |
Execution failed because the return code was nonzero |
5 |
Runtime error |
2 ms |
376 KB |
Execution failed because the return code was nonzero |
6 |
Partially correct |
2 ms |
252 KB |
Partially correct |
7 |
Partially correct |
2 ms |
376 KB |
Partially correct |
8 |
Partially correct |
2 ms |
376 KB |
Partially correct |
9 |
Partially correct |
2 ms |
376 KB |
Partially correct |
10 |
Runtime error |
2 ms |
376 KB |
Execution failed because the return code was nonzero |
11 |
Partially correct |
2 ms |
376 KB |
Partially correct |
12 |
Partially correct |
2 ms |
376 KB |
Partially correct |
13 |
Partially correct |
2 ms |
376 KB |
Partially correct |
14 |
Partially correct |
3 ms |
376 KB |
Partially correct |
15 |
Partially correct |
2 ms |
376 KB |
Partially correct |
16 |
Partially correct |
13 ms |
760 KB |
Partially correct |
17 |
Partially correct |
14 ms |
760 KB |
Partially correct |
18 |
Partially correct |
13 ms |
760 KB |
Partially correct |
19 |
Partially correct |
13 ms |
764 KB |
Partially correct |
20 |
Runtime error |
10 ms |
760 KB |
Execution failed because the return code was nonzero |
21 |
Incorrect |
45 ms |
1912 KB |
Expected int32, but "2500100001" found |
22 |
Incorrect |
45 ms |
1912 KB |
Expected int32, but "2500100001" found |
23 |
Incorrect |
45 ms |
1912 KB |
Expected int32, but "2500100001" found |
24 |
Incorrect |
45 ms |
1912 KB |
Expected int32, but "2500100001" found |
25 |
Incorrect |
39 ms |
1916 KB |
Expected int32, but "2500100001" found |
26 |
Incorrect |
46 ms |
1912 KB |
Expected int32, but "2500100001" found |
27 |
Incorrect |
45 ms |
1912 KB |
Expected int32, but "2500100001" found |
28 |
Incorrect |
45 ms |
1912 KB |
Expected int32, but "2500100001" found |
29 |
Incorrect |
45 ms |
1916 KB |
Expected int32, but "2500100001" found |
30 |
Runtime error |
33 ms |
1848 KB |
Execution failed because the return code was nonzero |
31 |
Runtime error |
2 ms |
380 KB |
Execution failed because the return code was nonzero |
32 |
Runtime error |
2 ms |
376 KB |
Execution failed because the return code was nonzero |