답안 #979397

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
979397 2024-05-10T19:24:38 Z Muaath_5 밀림 점프 (APIO21_jumps) C++17
컴파일 오류
0 ms 0 KB
#include <bits/stdc++.h>
void init(int N, vector<int> H){
  
}
int minimum_jumps(int A, int B, int C, int D) {
  return C-D;
}

Compilation message

jumps.cpp:2:18: error: 'vector' has not been declared
    2 | void init(int N, vector<int> H){
      |                  ^~~~~~
jumps.cpp:2:24: error: expected ',' or '...' before '<' token
    2 | void init(int N, vector<int> H){
      |                        ^