제출 #931557

#제출 시각아이디문제언어결과실행 시간메모리
931557nguyentunglamSimurgh (IOI17_simurgh)C++17
컴파일 에러
0 ms0 KiB
#include <vector> std::vector<int> find_roads(int n, std::vector<int> u, std::vector<int> v); int count_common_roads(const std::vector<int>& r);

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

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