답안 #981170

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
981170 2024-05-13T01:04:14 Z Lib 자매 도시 (APIO20_swap) C++14
컴파일 오류
0 ms 0 KB
#include <bits/stdc++.h>
using namespace std;
int n,m;
void init(int N, int M, vector <int> U, vector <int> V, vector <int> W){
	
}

Compilation message

/usr/bin/ld: /tmp/cc5NZXvg.o: in function `main':
grader.cpp:(.text.startup+0x223): undefined reference to `getMinimumFuelCapacity(int, int)'
collect2: error: ld returned 1 exit status