tug.cpp: In function 'void dfs(long long int)':
tug.cpp:18:14: 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]
18 | for(int i=0;i<e[nw].size();i++){
| ~^~~~~~~~~~~~~
tug.cpp: In function 'std::vector<long long int> chok(long long int)':
tug.cpp:34:14: 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]
34 | for(int i=0;i<e[pl].size();i++){
| ~^~~~~~~~~~~~~
tug.cpp: In function 'int main()':
tug.cpp:75:14: 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]
75 | for(int i=0;i<var[0].size();i++){
| ~^~~~~~~~~~~~~~
tug.cpp:78:14: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<std::vector<long long int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
78 | for(int i=1;i<var.size();i++){
| ~^~~~~~~~~~~
tug.cpp:79:18: 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]
79 | for(int j=0;j<var[i].size();j++){
| ~^~~~~~~~~~~~~~