prepare (1/3):
finished
make (2/3):
g++ -g -Wall -O2 -o main.o -c main.cpp
main.cpp: In function 'int main(int, char**)':
main.cpp:79:9: warning: variable 's' set but not used [-Wunused-but-set-variable]
clock_t s,f;
^
main.cpp:79:11: warning: variable 'f' set but not used [-Wunused-but-set-variable]
clock_t s,f;
^
main.cpp:207:12: warning: 'pq' may be used uninitialized in this function [-Wmaybe-uninitialized]
delete pq;
^~
main.cpp:75:8: warning: 'way' may be used uninitialized in this function [-Wmaybe-uninitialized]
if(*way=='B'){pq = new binary_heap<cell, compare_t>;}
^~~~
g++ -g -Wall -O2 -o main main.o
finished
clean (3/3):
finished
all task finished, build successfully