제출 #917494

#제출 시각아이디문제언어결과실행 시간메모리
917494coding_snorlax자매 도시 (APIO20_swap)C++14
컴파일 에러
0 ms0 KiB
// 題目等價一張N點M邊的帶邊權連通圖,有Q個詢問,給x,y,求至少有一個路徑+多一邊且通過x,y的最小邊權是多少

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

/usr/bin/ld: /tmp/cc5eYHEv.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> >)'
/usr/bin/ld: grader.cpp:(.text.startup+0x223): undefined reference to `getMinimumFuelCapacity(int, int)'
collect2: error: ld returned 1 exit status