tickets.cpp: In function 'll qaq(std::vector<long long int>)':
tickets.cpp:10:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
10 | for (int i = 0; i < qaqa.size(); i++)
| ~~^~~~~~~~~~~~~
tickets.cpp:13:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
13 | for (int j = 0; j < qaqa.size(); j++)
| ~~^~~~~~~~~~~~~