stations.cpp: In function 'int* label(int, int, int*, int*)':
stations.cpp:20:1: warning: control reaches end of non-void function [-Wreturn-type]
20 | }
| ^
/usr/bin/ld: /tmp/cctzTFiA.o: in function `main':
stub.cpp:(.text.startup+0x2b5): undefined reference to `label(int, int, std::vector<int, std::allocator<int> >, std::vector<int, std::allocator<int> >)'
/usr/bin/ld: stub.cpp:(.text.startup+0x4cc): undefined reference to `find_next_station(int, int, std::vector<int, std::allocator<int> >)'
collect2: error: ld returned 1 exit status