Problem blocks
User r3io4mf
Submission Time 2024-03-05 15:46:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

blocks.cpp: In function ‘int findmrb()’:
blocks.cpp:5:8: error: expected ‘(’ before ‘a’
5 | while a < n:
| ^
| (
blocks.cpp:5:12: error: ‘n’ was not declared in this scope
5 | while a < n:
| ^
blocks.cpp:5:13: error: expected ‘)’ before ‘:’ token
5 | while a < n:
| ~ ^
| )
blocks.cpp:5:13: error: expected primary-expression before ‘:’ token
blocks.cpp:7:16: error: ‘res’ was not declared in this scope
7 | answer = max(res, answer);
| ^~~
blocks.cpp:7:12: error: ‘max’ was not declared in this scope
7 | answer = max(res, answer);
| ^~~