제출 #979397

#제출 시각아이디문제언어결과실행 시간메모리
979397Muaath_5Rainforest Jumps (APIO21_jumps)C++17
컴파일 에러
0 ms0 KiB
#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;
}

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

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){
      |                        ^