Problem lboard
User Henries
Submission Time 2025-01-22 23:13:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lboard.cpp: In function ‘int main()’:
lboard.cpp:55:55: error: ‘o’ was not declared in this scope
55 | currentbest = max(currentbest + grid[j][i],grid[j][o]);
| ^