| Problem | logs |
|---|---|
| User | marvelhuman |
| Submission Time | 2026-02-02 16:15:58 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
logs.cpp: In function ‘int main()’:
logs.cpp:27:11: error: expected ‘;’ before ‘if’
27 | }M
| ^
| ;
28 | if (st > q) {
| ~~
logs.cpp:30:11: error: ‘else’ without a previous ‘if’
30 | } else {
| ^~~~