답안 #917494

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

Compilation message

/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