제출 #1149963

#제출 시각아이디문제언어결과실행 시간메모리
1149963sasde경주 (Race) (IOI11_race)C++17
컴파일 에러
0 ms0 KiB
#include<bits/stdc++.h>
#define ii pair<int,int>
#define fi first
#define se second
#define int long long
#define task ""
using namespace std;

const int N = 1e6 + 10, mod = 1e9 + 7;
const int oo = 1e18;

int best_path(int N, int K, int H[][2], int L[]){

    return -1;
}

컴파일 시 표준 에러 (stderr) 메시지

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