Take as input a list of positive integers. Whenever -1 is given as input, you must output the median of the list, and remove it from the list.
Part of course:
Show admin stats
Take as input a list of positive integers. Whenever -1 is given as input, you must output the median of the list, and remove it from the list.