Problem gymbadges
User aiden
Submission Time 2026-06-16 14:30:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gymbadges.cpp: In function ‘int main()’:
gymbadges.cpp:20:16: error: expected ‘;’ before ‘if’
20 | pq.push(gain)
| ^
| ;
21 | if(total>deadline){
| ~~