Problem catlunch
User PGisnotnice5
Submission Time 2025-04-16 16:32:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

catlunch.cpp: In function ‘int main()’:
catlunch.cpp:19:22: error: expected ‘}’ at end of input
19 | pq.push(T[i]); // Always push the next available
| ^
catlunch.cpp:18:33: note: to match this ‘{’
18 | for (int i = 0; i < N; ++i) {
| ^
catlunch.cpp:19:22: error: expected ‘}’ at end of input
19 | pq.push(T[i]); // Always push the next available
| ^
catlunch.cpp:6:12: note: to match this ‘{’
6 | int main() {
| ^