CU_ASSERT (NULL != InsertHeap(h, 200)); } printf("\n InsertHeap: "); for(i=1; i<=h->cur; i++) { printf("%d ", h->ele[i]); }
確定! 回上一頁