제출 #746152

#제출 시각아이디문제언어결과실행 시간메모리
746152Muaath_5밀림 점프 (APIO21_jumps)C++17
컴파일 에러
0 ms0 KiB
//#include "jumps.h"

#include <bits/stdc++.h>
using namespace std;

int nn;
vector<int> copy_of_the_input_received;

void init(int N, std::vector<int> H) {
	nn = N;
	cop
}

int minimum_jumps(int A, int B, int C, int D) {
  return 0;
}

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

jumps.cpp: In function 'void init(int, std::vector<int>)':
jumps.cpp:11:2: error: 'cop' was not declared in this scope; did you mean 'cos'?
   11 |  cop
      |  ^~~
      |  cos