simurgh.cpp: In function 'std::vector<int> find_roads(int, std::vector<int>, std::vector<int>)':
simurgh.cpp:22:14: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
22 | for(int i=0;i<u.size();i++){
| ~^~~~~~~~~
simurgh.cpp:23:14: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
23 | if(CUR.size()==n-2)
| ~~~~~~~~~~^~~~~
simurgh.cpp:31:14: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
31 | for(int i=0;i<u.size();i++){
| ~^~~~~~~~~
/usr/bin/ld: /tmp/ccY1h6LV.o: in function `count_common_roads(std::vector<int, std::allocator<int> > const&)':
grader.cpp:(.text+0x370): multiple definition of `count_common_roads(std::vector<int, std::allocator<int> > const&)'; /tmp/ccsjFakU.o:simurgh.cpp:(.text+0x440): first defined here
/usr/bin/ld: /tmp/ccY1h6LV.o: in function `main':
grader.cpp:(.text.startup+0x0): multiple definition of `main'; /tmp/ccsjFakU.o:simurgh.cpp:(.text.startup+0x0): first defined here
collect2: error: ld returned 1 exit status