Problem lboard
User emyz
Submission Time 2024-02-22 16:19:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lboard.cpp: In function ‘int main()’:
lboard.cpp:29:16: error: ‘a’ was not declared in this scope
29 | fakesum+=a[p][k];
| ^
lboard.cpp:34:18: error: ‘a’ was not declared in this scope
34 | othersum+=(a[i][p]-a[i][k];
| ^
lboard.cpp:34:33: error: expected ‘)’ before ‘;’ token
34 | othersum+=(a[i][p]-a[i][k];
| ~ ^
| )