
![[old] Median](https://dk1vwk12q8pjl.cloudfront.net/media/logos/task/middle/median-disabled.png)
[old] Median

中位数是一个可将数值集合划分为相等的上下两部分的一个数值。如果列表数据的个数是奇数,则列表中间那个数据就是列表数据的中位数;如果列表数据的个数是偶数,则列表中间那2个数据的算术平均值就是列表数据的中位数。在这个任务里,你将得到一个含有自然数的非空数组(X)。你必须把它分成上下两部分,找到中位数。 ...
You should be an authorized user in order to see the full description and start solving this mission.