ljetopica.cpp: In function 'int main()':
ljetopica.cpp:19:18: warning: comparison of integer expressions of different signedness: 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
19 | while (l.size() < n)
| ~~~~~~~~~^~~
ljetopica.cpp:21:18: warning: comparison of integer expressions of different signedness: 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
21 | while (r.size() < n)
| ~~~~~~~~~^~~
ljetopica.cpp:35:17: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
35 | for (int j=0;j<i.size();j++)
| ~^~~~~~~~~