Main.cpp: In function 'int main()':
Main.cpp:32:13: warning: comparison of integer expressions of different signedness: 'll' {aka 'long long int'} and 'std::vector<std::vector<long long int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
32 | while (cur < stuff.size()){
| ~~~~^~~~~~~~~~~~~~
Main.cpp:33:14: warning: comparison of integer expressions of different signedness: 'll' {aka 'long long int'} and 'std::vector<std::vector<long long int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
33 | while (cur < stuff.size() && -stuff[cur][1] <= maxi) cur++;
| ~~~~^~~~~~~~~~~~~~
Main.cpp:34:11: warning: comparison of integer expressions of different signedness: 'll' {aka 'long long int'} and 'std::vector<std::vector<long long int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
34 | if (cur < stuff.size()){
| ~~~~^~~~~~~~~~~~~~