0001 #include<iostream> 0002 using namespace std; 0003 0004 #include "_share/util.h" 0005 #include "UniPrint/print.h" 0006 0007 #if defined(DSA_PQ_LEFTHEAP) 0008 #include "PQ_LeftHeap/PQ_LeftHeap.h" 0009 #elif defined(DSA_PQ_COMPLHEAP) 0010 #include "PQ_ComplHeap/PQ_ComplHeap.h" 0011 #elif defined(DSA_PQ_LIST) 0012 #include "PQ_List/PQ_List.h" 0013 #endif