Problem whiteboardgame
User YSH2020
Submission Time 2024-12-07 08:59:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

whiteboardgame.cpp: In function ‘int main()’:
whiteboardgame.cpp:36:30: error: ‘up’ was not declared in this scope
36 | for (int i = 0; i < n; i++) up(i, a[i]);
| ^~
whiteboardgame.cpp:37:16: error: ‘qry’ was not declared in this scope
37 | cout << total-qry(0, n-1) << '\n';
| ^~~
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 | }
| ^