| Problem | dquery |
|---|---|
| User | yc |
| Submission Time | 2026-05-28 11:01:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
dquery.cpp: In function ‘bool yay(std::pair<std::pair<int, int>, int>, std::pair<std::pair<int, int>, int>)’:
dquery.cpp:13:38: error: expected ‘;’ before ‘}’ token
13 | return a.first.second<b.first.second
| ^
| ;
14 | }
| ~