ho_t2.cpp: In function 'void solve()':
ho_t2.cpp:18:19: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
18 | for(int i=0; i<S.length(); i++){
| ~^~~~~~~~~~~
ho_t2.cpp:23:19: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
23 | while(indeksJ < J.size() && indeksO < O.size() && indeksI < I.size()){
| ~~~~~~~~^~~~~~~~~~
ho_t2.cpp:23:41: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
23 | while(indeksJ < J.size() && indeksO < O.size() && indeksI < I.size()){
| ~~~~~~~~^~~~~~~~~~
ho_t2.cpp:23:63: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
23 | while(indeksJ < J.size() && indeksO < O.size() && indeksI < I.size()){
| ~~~~~~~~^~~~~~~~~~
ho_t2.cpp:26:24: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
26 | if(indeksJ+k-1 >= J.size()) break;
| ~~~~~~~~~~~~^~~~~~~~~~~
ho_t2.cpp:30:24: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
30 | if(indeksO+k-1 >= O.size()) break;
| ~~~~~~~~~~~~^~~~~~~~~~~
ho_t2.cpp:34:24: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
34 | if(indeksI+k-1 >= I.size()) break;
| ~~~~~~~~~~~~^~~~~~~~~~~
ho_t2.cpp:24:20: warning: variable 'awalO' set but not used [-Wunused-but-set-variable]
24 | int awalJ, awalO, awalI;
| ^~~~~
ho_t2.cpp:24:27: warning: variable 'awalI' set but not used [-Wunused-but-set-variable]
24 | int awalJ, awalO, awalI;
| ^~~~~