Problem cardtrick
User Sans12345
Submission Time 2023-01-22 10:54:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cardtrick.cpp: In function ‘int main()’:
cardtrick.cpp:20:16: error: ‘ptr’ was not declared in this scope
20 | if(arr[ptr] < curmin) pq.push(arr[ptr]);
| ^~~
cardtrick.cpp:21:11: error: ‘ptr’ was not declared in this scope
21 | ++ptr;
| ^~~