MK
https://pastebin.com/FKrN9nds
In file included from /usr/include/c++/9/queue:64,
from main.cpp:4:
/usr/include/c++/9/bits/stl_queue.h: In instantiation of ‘class std::priority_queue<proc, std::vector<proc>, bool(const proc&, const proc&)>’:
main.cpp:36:71: required from here
/usr/include/c++/9/bits/stl_queue.h:485:16: error: field ‘std::priority_queue<proc, std::vector<proc>, bool(const proc&, const proc&)>::comp’ invalidly declared function type
485 | _Compare comp;
| ^~~~
make: *** [Makefile:11: tmp/main.o] Error 1