Problem lboard
User SubparNoah
Submission Time 2024-06-28 08:38:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lboard.cpp: In function ‘int main()’:
lboard.cpp:50:30: error: expected primary-expression before ‘.’ token
50 | for (int i=0; i<n; i++) {.
| ^
lboard.cpp:51:9: error: expected unqualified-id before ‘for’
51 | for (int j=0; j<m; j++) {
| ^~~
lboard.cpp:51:23: error: ‘j’ was not declared in this scope
51 | for (int j=0; j<m; j++) {
| ^