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