답안 #330163

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
330163 2020-11-24T04:54:46 Z egas 자매 도시 (APIO20_swap) C++14
컴파일 오류
0 ms 0 KB
#include <bits/stdc++.h>
using namespace std;

int init(int N, int M,vector<int> U,vector<int> V,vector<int> W){
	return 0;
}

int getMinimumFuelCapacity(vector<int> X,vector<int> Y){
	return 0;	
}

Compilation message

/tmp/ccf8nglX.o: In function `main':
grader.cpp:(.text.startup+0x220): undefined reference to `getMinimumFuelCapacity(int, int)'
collect2: error: ld returned 1 exit status