Submission #40682

# Submission time Handle Problem Language Result Execution time Memory
40682 2018-02-06T18:53:53 Z Hassoony Gap (APIO16_gap) C++14
0 / 100
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

gap.cpp: In function 'll findGap(int, int)':
gap.cpp:26:50: warning: operation on 'r' may be undefined [-Wsequence-point]
             MinMax(a[l]+1,a[r]-1,&a[l++],&a[r--]);
                                                  ^
gap.cpp:26:50: warning: operation on 'l' may be undefined [-Wsequence-point]
gap.cpp: At global scope:
gap.cpp:7:13: warning: 'void my_assert(int)' defined but not used [-Wunused-function]
 static void my_assert(int k){ if (!k) exit(1); }
             ^
gap.cpp:9:12: warning: 'subtask_num' defined but not used [-Wunused-variable]
 static int subtask_num, N;
            ^
gap.cpp:9:25: warning: 'N' defined but not used [-Wunused-variable]
 static int subtask_num, N;
                         ^
gap.cpp:10:18: warning: 'A' defined but not used [-Wunused-variable]
 static long long A[100001];
                  ^
gap.cpp:11:18: warning: 'call_count' defined but not used [-Wunused-variable]
 static long long call_count;
                  ^
# Verdict Execution time Memory Grader output
1 Runtime error 1 ms 248 KB Execution failed because the return code was nonzero
2 Runtime error 2 ms 352 KB Execution failed because the return code was nonzero
3 Runtime error 1 ms 404 KB Execution failed because the return code was nonzero
4 Runtime error 1 ms 648 KB Execution failed because the return code was nonzero
5 Runtime error 1 ms 648 KB Execution failed because the return code was nonzero
6 Runtime error 1 ms 648 KB Execution failed because the return code was nonzero
7 Runtime error 2 ms 648 KB Execution failed because the return code was nonzero
8 Runtime error 2 ms 648 KB Execution failed because the return code was nonzero
9 Runtime error 1 ms 648 KB Execution failed because the return code was nonzero
10 Runtime error 1 ms 648 KB Execution failed because the return code was nonzero
11 Runtime error 2 ms 648 KB Execution failed because the return code was nonzero
12 Runtime error 2 ms 648 KB Execution failed because the return code was nonzero
13 Runtime error 2 ms 648 KB Execution failed because the return code was nonzero
14 Runtime error 2 ms 648 KB Execution failed because the return code was nonzero
15 Runtime error 2 ms 648 KB Execution failed because the return code was nonzero
16 Runtime error 8 ms 704 KB Execution failed because the return code was nonzero
17 Runtime error 9 ms 708 KB Execution failed because the return code was nonzero
18 Runtime error 9 ms 748 KB Execution failed because the return code was nonzero
19 Runtime error 8 ms 748 KB Execution failed because the return code was nonzero
20 Runtime error 6 ms 796 KB Execution failed because the return code was nonzero
21 Runtime error 30 ms 1372 KB Execution failed because the return code was nonzero
22 Runtime error 29 ms 1372 KB Execution failed because the return code was nonzero
23 Runtime error 30 ms 1388 KB Execution failed because the return code was nonzero
24 Runtime error 29 ms 1388 KB Execution failed because the return code was nonzero
25 Runtime error 21 ms 1388 KB Execution failed because the return code was nonzero
26 Runtime error 37 ms 1516 KB Execution failed because the return code was nonzero
27 Runtime error 29 ms 1516 KB Execution failed because the return code was nonzero
28 Runtime error 31 ms 1516 KB Execution failed because the return code was nonzero
29 Runtime error 30 ms 1516 KB Execution failed because the return code was nonzero
30 Runtime error 15 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 2 ms 1516 KB Execution failed because the return code was nonzero
# Verdict Execution time Memory Grader output
1 Incorrect 2 ms 1516 KB Output isn't correct
2 Incorrect 2 ms 1516 KB Output isn't correct
3 Incorrect 2 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 1 ms 1516 KB Output isn't correct
7 Incorrect 2 ms 1516 KB Output isn't correct
8 Incorrect 2 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 2 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 8 ms 1516 KB Output isn't correct
19 Incorrect 8 ms 1516 KB Output isn't correct
20 Incorrect 7 ms 1516 KB Output isn't correct
21 Incorrect 32 ms 1516 KB Output isn't correct
22 Incorrect 30 ms 1516 KB Output isn't correct
23 Incorrect 29 ms 1516 KB Output isn't correct
24 Incorrect 28 ms 1516 KB Output isn't correct
25 Incorrect 22 ms 1516 KB Output isn't correct
26 Incorrect 33 ms 1516 KB Output isn't correct
27 Incorrect 28 ms 1516 KB Output isn't correct
28 Incorrect 29 ms 1516 KB Output isn't correct
29 Incorrect 29 ms 1516 KB Output isn't correct
30 Incorrect 18 ms 1516 KB Output isn't correct
31 Incorrect 1 ms 1516 KB Output isn't correct
32 Incorrect 2 ms 1516 KB Output isn't correct