ho_t2.cpp: In function 'void solve()':
ho_t2.cpp:23: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]
23 | for(int i=0; i<S.length(); i++){
| ~^~~~~~~~~~~
ho_t2.cpp:28: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]
28 | while(indeksJ < J.size() && indeksO < O.size() && indeksI < I.size()){
| ~~~~~~~~^~~~~~~~~~
ho_t2.cpp:28: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]
28 | while(indeksJ < J.size() && indeksO < O.size() && indeksI < I.size()){
| ~~~~~~~~^~~~~~~~~~
ho_t2.cpp:28: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]
28 | while(indeksJ < J.size() && indeksO < O.size() && indeksI < I.size()){
| ~~~~~~~~^~~~~~~~~~
ho_t2.cpp:31: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]
31 | if(indeksJ+k-1 >= J.size()) break;
| ~~~~~~~~~~~~^~~~~~~~~~~
ho_t2.cpp:35: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]
35 | if(indeksO+k-1 >= O.size()) break;
| ~~~~~~~~~~~~^~~~~~~~~~~
ho_t2.cpp:39: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]
39 | if(indeksI+k-1 >= I.size()) break;
| ~~~~~~~~~~~~^~~~~~~~~~~
ho_t2.cpp:29:20: warning: variable 'awalO' set but not used [-Wunused-but-set-variable]
29 | int awalJ, awalO, awalI;
| ^~~~~
ho_t2.cpp:29:27: warning: variable 'awalI' set but not used [-Wunused-but-set-variable]
29 | int awalJ, awalO, awalI;
| ^~~~~