prepare (1/3):
finished
make (2/3):
g++ -g -Wall -O2 -g -o main.o -c main.cpp
In file included from main.cpp:11:0:
unsorted_heap.h: In instantiation of 'const TYPE& unsorted_heap<TYPE, COMP>::get_min() const [with TYPE = std::pair<int, std::pair<int, int> >; COMP = compare_node]':
main.cpp:230:1: required from here
unsorted_heap.h:92:10: warning: reference to local variable 'result' returned [-Wreturn-local-addr]
TYPE result = data[0];
^~~~~~
g++ -g -Wall -O2 -g -o main main.o
finished
clean (3/3):
finished
all task finished, build successfully