Problem lboard
User Yellowflower016
Submission Time 2026-02-21 10:28:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lboard.cpp: In function ‘int main()’:
lboard.cpp:40:26: error: expected ‘;’ before ‘}’ token
40 | max(f_ans, board[i][j])
| ^
| ;
41 | }
| ~