papricice.cpp: In function 'void go(long long int, long long int)':
papricice.cpp:12:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
12 | for(int i=0; i<v[x].size(); i++){
| ~^~~~~~~~~~~~
papricice.cpp:19:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
19 | for(int i=0; i<v[x].size(); i++){
| ~^~~~~~~~~~~~
papricice.cpp:24:8: warning: unused variable 'mn' [-Wunused-variable]
24 | ll mn = min(dp[x] , n - ch[x]);
| ^~
papricice.cpp:25:8: warning: unused variable 'mx' [-Wunused-variable]
25 | ll mx = max(ch[x] - dp[x] , n - ch[x]);
| ^~
papricice.cpp: In function 'void ze(long long int, long long int, long long int)':
papricice.cpp:34:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
34 | for(int i=0; i<v[x].size(); i++){
| ~^~~~~~~~~~~~
papricice.cpp:38:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
38 | for(int i=0; i<v[x].size(); i++){
| ~^~~~~~~~~~~~
papricice.cpp:41:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
41 | for(int j=0; j<v[x].size(); j++){
| ~^~~~~~~~~~~~