Perform a delete operation on the largest heap sequence 95,61,66,9,19,27 (hint: perform a delete operation on the priority queue to delete the top element of the heap by default) and get the largest heap sequence ______ (hint: the heap element delete operation needs to call the AdjustDown method, please indicate the answer as an element sequence, separated by half-centred commas, no spaces in the answer)