Problem lboard
User ThePwo
Submission Time 2024-12-07 14:02:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lboard.cpp: In function ‘int32_t main()’:
lboard.cpp:31:1: error: expected ‘}’ at end of input
31 | }
| ^
lboard.cpp:12:60: note: to match this ‘{’
12 | for (int i = 0; i <= n; i++) for (int j = 1; j <= m; j++) {
| ^
lboard.cpp:31:1: error: expected ‘}’ at end of input
31 | }
| ^
lboard.cpp:8:16: note: to match this ‘{’
8 | int32_t main() {
| ^