Problem whiteboardgame
User PrunJuice
Submission Time 2024-12-26 22:38:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

whiteboardgame.cpp: In function ‘int main()’:
whiteboardgame.cpp:25:3: error: ‘WhiteBoardGame’ was not declared in this scope; did you mean ‘WhiteboardGame’?
25 | WhiteBoardGame[a - 1] = b;
| ^~~~~~~~~~~~~~
| WhiteboardGame