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