nivelle.cpp: In function 'int32_t main()':
nivelle.cpp:25:22: 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]
25 | for (int ll = 0; ll < ls.size(); ll++){
| ~~~^~~~~~~~~~~
nivelle.cpp:26:23: 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 | for (int rr = 0; rr < rs.size(); rr++){
| ~~~^~~~~~~~~~~
nivelle.cpp:43:26: warning: 'ansr' may be used uninitialized in this function [-Wmaybe-uninitialized]
43 | cout<<ansl+1<<" "<<ansr+1<<endl;
| ^
nivelle.cpp:43:13: warning: 'ansl' may be used uninitialized in this function [-Wmaybe-uninitialized]
43 | cout<<ansl+1<<" "<<ansr+1<<endl;
| ^