Problem catlunch
User wrizz69
Submission Time 2025-01-11 15:24:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

catlunch.cpp: In function ‘int main()’:
catlunch.cpp:40:49: error: expected ‘;’ before ‘}’ token
40 | if(count < n) {pq.pu(arr[count]);count++}
| ^
| ;