| Problem | eating |
|---|---|
| User | xyzidk9 |
| Submission Time | 2026-04-18 11:49:37 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
eating.cpp: In function ‘int main()’:
eating.cpp:16:30: error: use of an operand of type ‘bool’ in ‘operator++’ is forbidden in C++17
16 | cout << (seen[{p, b}]++ ? "NO" : "YES") << "\n";
| ^~