tug.cpp: In function 'void dfs(long long int)':
tug.cpp:20: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]
20 | for(int i=0;i<e[nw].size();i++){
| ~^~~~~~~~~~~~~
tug.cpp: In function 'std::vector<long long int> chok(long long int)':
tug.cpp:36: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]
36 | for(int i=0;i<e[pl].size();i++){
| ~^~~~~~~~~~~~~
tug.cpp:48: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]
48 | for(int j=0;j<vc.size();j++){
| ~^~~~~~~~~~
tug.cpp: In function 'int main()':
tug.cpp:82: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]
82 | for(int i=0;i<var[0].size();i++){
| ~^~~~~~~~~~~~~~
tug.cpp:91: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]
91 | for(int i=1;i<var.size();i++){
| ~^~~~~~~~~~~
tug.cpp:93: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]
93 | for(int j=0;j<var[i].size();j++){
| ~^~~~~~~~~~~~~~