Problem | lboard |
---|---|
User | 00cqx7 |
Submission Time | 2023-02-17 21:58:23 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lboard.cpp: In function ‘int main()’:
lboard.cpp:20:3: error: expected ‘,’ or ‘;’ before ‘int’
20 | int arr[m];
| ^~~
lboard.cpp:21:3: error: ‘arr’ was not declared in this scope
21 | arr[0] = matrix[0][0];
| ^~~
lboard.cpp:29:18: error: expected ‘;’ before ‘}’ token
29 | else {cout << 10}
| ^
| ;