catinatree.cpp: In function 'void S(ll, ll)':
catinatree.cpp:27:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
27 | for(int i=0;i<v[x].size();i++){
| ~^~~~~~~~~~~~
catinatree.cpp:31:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
31 | for(int i=0;i<v[x].size();i++){
| ~^~~~~~~~~~~~
catinatree.cpp:38:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
38 | for(int j=0;j<v[x].size();j++){
| ~^~~~~~~~~~~~
catinatree.cpp:41:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
41 | for(int j=0;j<v[x].size();j++){
| ~^~~~~~~~~~~~