commuter_pass.cpp: In function 'void Go(long long int)':
commuter_pass.cpp:21:15: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
21 | for(int j=0;j<ds[I].size();j++){
| ~^~~~~~~~~~~~~
commuter_pass.cpp:23:17: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<std::pair<long long int, long long int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
23 | for(int k=0;k<V[v].size();k++){
| ~^~~~~~~~~~~~
commuter_pass.cpp: At global scope:
commuter_pass.cpp:36:7: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
36 | main(){
| ^
commuter_pass.cpp: In function 'int main()':
commuter_pass.cpp:55:17: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<std::pair<long long int, long long int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
55 | for(int j=0;j<V[u].size();j++){
| ~^~~~~~~~~~~~