Problem catlunch
User ZenTan
Submission Time 2026-07-24 16:43:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

catlunch.cpp: In function ‘int main()’:
catlunch.cpp:4:13: error: expected primary-expression before ‘long’
4 | #define int long long
| ^~~~
catlunch.cpp:33:7: note: in expansion of macro ‘int’
33 | if (int(pq.size()) == k) {
| ^~~
catlunch.cpp:33:7: error: expected ‘)’ before ‘long’
33 | if (int(pq.size()) == k) {
| ~^
| )