simurgh.cpp: In function 'std::vector<int> find_roads(int, std::vector<int>, std::vector<int>)':
simurgh.cpp:7:33: warning: comparison of integer expressions of different signedness: 'll' {aka 'int'} and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
7 | #define FOR(i,x,y) for(ll i=x; i<y; i++)
......
34 | FOR(i,0,u.size()){
| ~~~~~~~~~~~~
simurgh.cpp:34:2: note: in expansion of macro 'FOR'
34 | FOR(i,0,u.size()){
| ^~~
simurgh.cpp:47:18: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
47 | if (ans.size() == n-2){
| ~~~~~~~~~~~^~~~~~
simurgh.cpp:65:18: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
65 | if (temp.size() != n-1){
| ~~~~~~~~~~~~^~~~~~