Problem catlunch
User nlky2seg
Submission Time 2025-02-13 14:07:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

catlunch.cpp: In function ‘int main()’:
catlunch.cpp:26:13: error: expected ‘;’ before ‘cout’
26 | x=mmq.top()
| ^
| ;
27 | cout<<x;
| ~~~~