제출 #156619

#제출 시각아이디문제언어결과실행 시간메모리
156619a_playerGap (APIO16_gap)C++14
컴파일 에러
0 ms0 KiB
#include <bits/stdc++.h>

#define f first
#define s second
#define mp make_pair
#define pb push_back

using namespace std;

typedef long long ll;
ll mas=0;
llv[100001];
ll findGap(int T,int N){
  if(T==2){
	ll n=-1LL;
	int cont=0;
	while(cont<N){
	ll i=1LL;
	ll a,b;
	MinMax(n+1,n+i+1,a,b);
	while(a==-1LL&&b==-1LL){
		i*=2;
      MinMax(n+1,n+i+1,a,b);
		}
		if(n>=0LL)mas=max(mas,a-n);
		cont++;
		n=a;}
		return mas;}
  	ll a=0,b=1000000000000000000;
  int i=0,j=N-1;
  while(i<=j){
    MinMax(a,b,a,b);
    v[i]=a;
    v[j]=b;
    i++;
    j--;
    a++;
    b--;
  }
  for(int i=0;i<N-1;i++)mas=max(mas,v[i+1]-v[i]);
  
	return mas;
}

컴파일 시 표준 에러 (stderr) 메시지

gap.cpp:12:1: error: 'llv' does not name a type; did you mean 'll'?
 llv[100001];
 ^~~
 ll
gap.cpp: In function 'll findGap(int, int)':
gap.cpp:20:2: error: 'MinMax' was not declared in this scope
  MinMax(n+1,n+i+1,a,b);
  ^~~~~~
gap.cpp:20:2: note: suggested alternative: 'rindex'
  MinMax(n+1,n+i+1,a,b);
  ^~~~~~
  rindex
gap.cpp:32:5: error: 'MinMax' was not declared in this scope
     MinMax(a,b,a,b);
     ^~~~~~
gap.cpp:32:5: note: suggested alternative: 'rindex'
     MinMax(a,b,a,b);
     ^~~~~~
     rindex
gap.cpp:33:5: error: 'v' was not declared in this scope
     v[i]=a;
     ^
gap.cpp:40:37: error: 'v' was not declared in this scope
   for(int i=0;i<N-1;i++)mas=max(mas,v[i+1]-v[i]);
                                     ^