Problem catlunch
User xm0728
Submission Time 2025-05-12 22:28:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

catlunch.cpp: In function ‘int main()’:
catlunch.cpp:18:31: error: expected ‘;’ before ‘index’
18 | pq.emplace(t[index], index)
| ^
| ;
19 | index++;
| ~~~~~