Problem catlunch
User XinLoiDuongNgu
Submission Time 2025-08-16 22:16:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

catlunch.cpp: In function ‘int main()’:
catlunch.cpp:3:12: error: expected ‘,’ or ‘;’ before ‘long’
3 | #define ll long long
| ^~~~
catlunch.cpp:24:9: note: in expansion of macro ‘ll’
24 | ll m = pq.top();
| ^~
catlunch.cpp:26:17: error: ‘m’ was not declared in this scope
26 | temp += m;
| ^