제출 #429617

#제출 시각아이디문제언어결과실행 시간메모리
429617Sundavar자매 도시 (APIO20_swap)C++14
컴파일 에러
0 ms0 KiB
#include <bits/stdc++.h> using namespace std; void init(int N, int M, int U[], int V[], int W[]){ } int getMinimumFuelCapacity(int X, int Y){ return -1; }

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

/usr/bin/ld: /tmp/ccYQn2mn.o: in function `main':
grader.cpp:(.text.startup+0x1c3): undefined reference to `init(int, int, std::vector<int, std::allocator<int> >, std::vector<int, std::allocator<int> >, std::vector<int, std::allocator<int> >)'
collect2: error: ld returned 1 exit status