ho_t2.cpp: In function 'int main()':
ho_t2.cpp:24:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
24 | if (x + k - 1 >= v[f('J')].size()) break;
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
ho_t2.cpp:26:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
26 | if (y + k - 1 >= v[f('O')].size()) break;
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
ho_t2.cpp:28:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
28 | if (z + k - 1 >= v[f('I')].size()) break;
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~