Problem zooqueue
User jmuzhen
Submission Time 2023-12-04 16:53:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

zooqueue.cpp: In function ‘int main()’:
zooqueue.cpp:97:24: error: expected ‘;’ before ‘int’
97 | if (p.value// Max size of tree
| ^
| ;
98 | int tree[2 * N];
| ~~~
zooqueue.cpp:101:6: error: condition declares a function
101 | void build( int arr[])
| ^~~~~