Problem | whiteboardgame |
---|---|
User | YSH2020 |
Submission Time | 2024-12-07 09:00:27 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
whiteboardgame.cpp: In function ‘int main()’:
whiteboardgame.cpp:43:3: error: ‘up’ was not declared in this scope
43 | up(x-1, y);
| ^~
whiteboardgame.cpp: At global scope:
whiteboardgame.cpp:47:1: error: expected declaration before ‘}’ token
47 | }
| ^