Submission #746152

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

Compilation message (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