| Problem | competition |
|---|---|
| User | j0ashhh |
| Submission Time | 2025-11-11 15:50:58 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
competition.cpp: In function ‘bool comp(std::pair<int, int>, std::pair<int, int>)’:
competition.cpp:4:52: error: expected ‘;’ before ‘}’ token
4 | return (a.first - a.second) < (b.first - b.second)
| ^
| ;
5 | }
| ~