Submission #409555

#TimeUsernameProblemLanguageResultExecution timeMemory
409555600MihneaRace (IOI11_race)C++14
Compilation error
0 ms0 KiB
#include <bits/stdc++.h>
#include "race.h"

using namespace std;

typedef long long ll;

int find_best(int nodes, int target, int edges[][2], int len_edges[]) {
  return -1;
}

Compilation message (stderr)

/usr/bin/ld: /tmp/ccXQPepe.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