# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
40684 | 2018-02-06T18:54:49 Z | Hassoony | Gap (APIO16_gap) | C++14 | 37 ms | 1516 KB |
#include <stdio.h> #include <stdlib.h> #include<bits/stdc++.h> using namespace std; #include "gap.h" static void my_assert(int k){ if (!k) exit(1); } static int subtask_num, N; static long long A[100001]; static long long call_count; typedef long long ll; typedef double D; const ll inf=(1ll<<61); const ll mod=1e9+7; const int MX=1e5+9; ll l,r,a[MX]; vector<ll>v; ll findGap(int T, int n){ ll ans=0; if(T==1){ l=0,r=n+1; a[l]=-1; a[r]=1e18+1; for(int i=1;i<=(n+1)/2;i++){ MinMax(a[l]+1,a[r]-1,&a[++l],&a[--r]); } for(int i=1;i<n;i++)ans=max(ans,a[i+1]-a[i]); } return ans; }
Compilation message
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Runtime error | 1 ms | 248 KB | Execution failed because the return code was nonzero |
2 | Runtime error | 1 ms | 480 KB | Execution failed because the return code was nonzero |
3 | Runtime error | 1 ms | 552 KB | Execution failed because the return code was nonzero |
4 | Runtime error | 1 ms | 552 KB | Execution failed because the return code was nonzero |
5 | Runtime error | 1 ms | 552 KB | Execution failed because the return code was nonzero |
6 | Runtime error | 1 ms | 552 KB | Execution failed because the return code was nonzero |
7 | Runtime error | 1 ms | 576 KB | Execution failed because the return code was nonzero |
8 | Runtime error | 1 ms | 620 KB | Execution failed because the return code was nonzero |
9 | Runtime error | 1 ms | 620 KB | Execution failed because the return code was nonzero |
10 | Runtime error | 1 ms | 620 KB | Execution failed because the return code was nonzero |
11 | Runtime error | 2 ms | 620 KB | Execution failed because the return code was nonzero |
12 | Runtime error | 2 ms | 624 KB | Execution failed because the return code was nonzero |
13 | Runtime error | 2 ms | 624 KB | Execution failed because the return code was nonzero |
14 | Runtime error | 2 ms | 624 KB | Execution failed because the return code was nonzero |
15 | Runtime error | 2 ms | 624 KB | Execution failed because the return code was nonzero |
16 | Runtime error | 9 ms | 748 KB | Execution failed because the return code was nonzero |
17 | Runtime error | 8 ms | 748 KB | Execution failed because the return code was nonzero |
18 | Runtime error | 8 ms | 788 KB | Execution failed because the return code was nonzero |
19 | Runtime error | 8 ms | 792 KB | Execution failed because the return code was nonzero |
20 | Runtime error | 4 ms | 792 KB | Execution failed because the return code was nonzero |
21 | Runtime error | 28 ms | 1388 KB | Execution failed because the return code was nonzero |
22 | Runtime error | 37 ms | 1388 KB | Execution failed because the return code was nonzero |
23 | Runtime error | 28 ms | 1388 KB | Execution failed because the return code was nonzero |
24 | Runtime error | 28 ms | 1516 KB | Execution failed because the return code was nonzero |
25 | Runtime error | 20 ms | 1516 KB | Execution failed because the return code was nonzero |
26 | Runtime error | 28 ms | 1516 KB | Execution failed because the return code was nonzero |
27 | Runtime error | 28 ms | 1516 KB | Execution failed because the return code was nonzero |
28 | Runtime error | 28 ms | 1516 KB | Execution failed because the return code was nonzero |
29 | Runtime error | 28 ms | 1516 KB | Execution failed because the return code was nonzero |
30 | Runtime error | 14 ms | 1516 KB | Execution failed because the return code was nonzero |
31 | Runtime error | 1 ms | 1516 KB | Execution failed because the return code was nonzero |
32 | Runtime error | 1 ms | 1516 KB | Execution failed because the return code was nonzero |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 1 ms | 1516 KB | Output isn't correct |
2 | Incorrect | 1 ms | 1516 KB | Output isn't correct |
3 | Incorrect | 1 ms | 1516 KB | Output isn't correct |
4 | Incorrect | 1 ms | 1516 KB | Output isn't correct |
5 | Incorrect | 1 ms | 1516 KB | Output isn't correct |
6 | Incorrect | 2 ms | 1516 KB | Output isn't correct |
7 | Incorrect | 1 ms | 1516 KB | Output isn't correct |
8 | Incorrect | 1 ms | 1516 KB | Output isn't correct |
9 | Incorrect | 1 ms | 1516 KB | Output isn't correct |
10 | Incorrect | 1 ms | 1516 KB | Output isn't correct |
11 | Incorrect | 2 ms | 1516 KB | Output isn't correct |
12 | Incorrect | 2 ms | 1516 KB | Output isn't correct |
13 | Incorrect | 2 ms | 1516 KB | Output isn't correct |
14 | Incorrect | 2 ms | 1516 KB | Output isn't correct |
15 | Incorrect | 1 ms | 1516 KB | Output isn't correct |
16 | Incorrect | 8 ms | 1516 KB | Output isn't correct |
17 | Incorrect | 8 ms | 1516 KB | Output isn't correct |
18 | Incorrect | 11 ms | 1516 KB | Output isn't correct |
19 | Incorrect | 8 ms | 1516 KB | Output isn't correct |
20 | Incorrect | 5 ms | 1516 KB | Output isn't correct |
21 | Incorrect | 37 ms | 1516 KB | Output isn't correct |
22 | Incorrect | 28 ms | 1516 KB | Output isn't correct |
23 | Incorrect | 28 ms | 1516 KB | Output isn't correct |
24 | Incorrect | 28 ms | 1516 KB | Output isn't correct |
25 | Incorrect | 24 ms | 1516 KB | Output isn't correct |
26 | Incorrect | 28 ms | 1516 KB | Output isn't correct |
27 | Incorrect | 28 ms | 1516 KB | Output isn't correct |
28 | Incorrect | 28 ms | 1516 KB | Output isn't correct |
29 | Incorrect | 28 ms | 1516 KB | Output isn't correct |
30 | Incorrect | 14 ms | 1516 KB | Output isn't correct |
31 | Incorrect | 1 ms | 1516 KB | Output isn't correct |
32 | Incorrect | 1 ms | 1516 KB | Output isn't correct |