Problem | blocks |
---|---|
User | r3io4mf |
Submission Time | 2024-03-05 15:47:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
blocks.cpp: In function ‘int findmrb()’:
blocks.cpp:7:8: error: expected ‘(’ before ‘a’
7 | while a < n:
| ^
| (
blocks.cpp:7:12: error: ‘n’ was not declared in this scope
7 | while a < n:
| ^
blocks.cpp:7:13: error: expected ‘)’ before ‘:’ token
7 | while a < n:
| ~ ^
| )
blocks.cpp:7:13: error: expected primary-expression before ‘:’ token
blocks.cpp:9:16: error: ‘res’ was not declared in this scope
9 | answer = max(res, answer);
| ^~~