Submission #674249

#TimeUsernameProblemLanguageResultExecution timeMemory
674249Megumin2006Race (IOI11_race)C++14
Compilation error
0 ms0 KiB

#include <bits/stdc++.h>

#define ll long long
#define ull unsigned long long
#define ed '\n'
#define pb push_back
#define int long long
#define ii pair<int,int>
#define fi first
#define se second

using namespace std;


int best_path(int N, int K, int H[][2], int L[]) {
    return 1;
}

Compilation message (stderr)

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