Problem lunchcombo
User user123
Submission Time 2023-12-06 07:50:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchcombo.cpp: In function ‘int main()’:
lunchcombo.cpp:32:23: error: expected ‘;’ before ‘ans’
32 | PII u=q.top(); q.pop()
| ^
| ;
33 | ans+=u.x;
| ~~~