ho_t2.cpp: In function 'int main()':
ho_t2.cpp:27:23: warning: comparison of integer expressions of different signedness: 'std::set<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
27 | if(v[J-'0'].size()<k||v[O-'0'].size()<k||v[I-'0'].size()<k)
| ~~~~~~~~~~~~~~~^~
ho_t2.cpp:27:42: warning: comparison of integer expressions of different signedness: 'std::set<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
27 | if(v[J-'0'].size()<k||v[O-'0'].size()<k||v[I-'0'].size()<k)
| ~~~~~~~~~~~~~~~^~
ho_t2.cpp:27:61: warning: comparison of integer expressions of different signedness: 'std::set<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
27 | if(v[J-'0'].size()<k||v[O-'0'].size()<k||v[I-'0'].size()<k)
| ~~~~~~~~~~~~~~~^~
ho_t2.cpp:34:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::set<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
34 | for(int i=0;i<v[J-'0'].size()-k+1;++i)
| ~^~~~~~~~~~~~~~~~~~~~