torrent.cpp: In function 'int dfs2(int)':
torrent.cpp:2:40: warning: comparison of integer expressions of different signedness: 'll' {aka 'long long int'} and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
2 | #define Loop(x,l,r) for (ll x = (l); x < (r); ++x)
| ^
torrent.cpp:47:2: note: in expansion of macro 'Loop'
47 | Loop (i,0,timv[v].size())
| ^~~~
torrent.cpp:2:40: warning: comparison of integer expressions of different signedness: 'll' {aka 'long long int'} and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
2 | #define Loop(x,l,r) for (ll x = (l); x < (r); ++x)
| ^
torrent.cpp:49:2: note: in expansion of macro 'Loop'
49 | Loop (i,0,timv[v].size())
| ^~~~
torrent.cpp:2:40: warning: comparison of integer expressions of different signedness: 'll' {aka 'long long int'} and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
2 | #define Loop(x,l,r) for (ll x = (l); x < (r); ++x)
| ^
torrent.cpp:53:2: note: in expansion of macro 'Loop'
53 | Loop (i,0,timv[v].size())
| ^~~~
torrent.cpp: In function 'bool bin(int)':
torrent.cpp:67:10: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
67 | if (p < timv[v].size()) {
| ~~^~~~~~~~~~~~~~~~
torrent.cpp:81:10: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
81 | if (p < timv[v].size()) {
| ~~^~~~~~~~~~~~~~~~