/usr/bin/ld: /tmp/ccJZfYW9.o: in function `count_common_roads(std::vector<int, std::allocator<int> > const&)':
grader.cpp:(.text+0x350): multiple definition of `count_common_roads(std::vector<int, std::allocator<int> > const&)'; /tmp/ccf8LwE9.o:simurgh.cpp:(.text+0xe0): first defined here
/usr/bin/ld: /tmp/ccJZfYW9.o: in function `main':
grader.cpp:(.text.startup+0x0): multiple definition of `main'; /tmp/ccf8LwE9.o:simurgh.cpp:(.text.startup+0x0): first defined here
/usr/bin/ld: /tmp/ccf8LwE9.o: in function `main':
simurgh.cpp:(.text.startup+0x16d): undefined reference to `find_roads(int, std::vector<int, std::allocator<int> >, std::vector<int, std::allocator<int> >)'
/usr/bin/ld: /tmp/ccJZfYW9.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