답안 #564977

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
564977 2022-05-20T06:16:26 Z Garguy22 밀림 점프 (APIO21_jumps) C++17
컴파일 오류
0 ms 0 KB
#include <iostream>
using namespace std;

void init(int N, int[] H){

}

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

Compilation message

jumps.cpp:4:24: error: expected ',' or '...' before 'H'
    4 | void init(int N, int[] H){
      |                        ^