0_0_38751516_28407.cpp: In function 'void Solve()':
0_0_38751516_28407.cpp:42:10: error: 'sort' is not a member of 'std'; did you mean 'qsort'?
42 | std::sort(qry.begin(), qry.end(), [](const Query &a, const Query &b) {
| ^~~~
| qsort
0_0_38751516_28407.cpp:58:10: error: 'sort' is not a member of 'std'; did you mean 'qsort'?
58 | std::sort(qry.begin(), qry.end(), [](const Query &a, const Query &b) {
| ^~~~
| qsort
|