Submission #979397

#TimeUsernameProblemLanguageResultExecution timeMemory
979397Muaath_5Rainforest Jumps (APIO21_jumps)C++17
Compilation error
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; }

Compilation message (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){
      |                        ^