Submission #719301

#TimeUsernameProblemLanguageResultExecution timeMemory
719301HunterXDRace (IOI11_race)C++17
Compilation error
0 ms0 KiB
#include <bits/stdc++.h>
using namespace std;

using ll = long long;
#define int ll
using db = long double;
using str = string;
using pi = pair<int, int>;
using pl = pair<ll, ll>;
using pd = pair<db, db>;
#define f first
#define s second

int best_path(int n, int k, int h[][2], int l[]) {
  return -1;
}

Compilation message (stderr)

/usr/bin/ld: /tmp/ccn1Gboj.o: in function `main':
grader.cpp:(.text.startup+0x28): undefined reference to `best_path(int, int, int (*) [2], int*)'
collect2: error: ld returned 1 exit status