POJ3784 Running Median 题解(作业)
题面题目描述For this problem, you will write a program that reads in a sequence of 32-bit signed integers. After each odd-indexed value is read, output the median (middle value) of the elements received so far.输入The first line of input contains a single in