Submission #553738

#TimeUsernameProblemLanguageResultExecution timeMemory
553738Zhora_004Rainforest Jumps (APIO21_jumps)C++17
Compilation error
0 ms0 KiB
#include "jumps.h"

#include <vector>

using namespace std;
int n;
vector<int> h;

void init(int N, std::vector<int> H) {
	n = N;
	h = H;
}

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

Compilation message (stderr)

jumps.cpp: In function 'int minimum_jumps(int, int, int, int)':
jumps.cpp:15:9: error: 'c' was not declared in this scope
   15 |  return c - b;
      |         ^
jumps.cpp:15:13: error: 'b' was not declared in this scope
   15 |  return c - b;
      |             ^