| Problem | burgers |
|---|---|
| User | highdelao |
| Submission Time | 2025-02-21 00:56:42 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
burgers.cpp:1:1: error: ‘ll’ does not name a type
1 | ll low = 0, high = /* some computed upper bound */, ans = 0;
| ^~
burgers.cpp:2:1: error: expected unqualified-id before ‘while’
2 | while (low <= high) {
| ^~~~~