Problem bananasmoothie
User R1
Submission Time 2023-09-01 22:27:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bananasmoothie.cpp: In function ‘int main()’:
bananasmoothie.cpp:3:12: error: expected ‘,’ or ‘;’ before ‘long’
3 | #define ll long long int
| ^~~~
bananasmoothie.cpp:16:3: note: in expansion of macro ‘ll’
16 | ll count = 0;
| ^~
bananasmoothie.cpp:19:24: error: invalid types ‘long long int [n][<unresolved overloaded function type>]’ for array subscript
19 | pq.push(arr[count]);
| ^
bananasmoothie.cpp:20:12: error: no post-increment operator for type
20 | count++;
| ^~