我是用Python写的,输入第二行是 [int(i) for i in raw_input().split(' ')]
本地可以测,但是一提交,提示的是输入的错误 invalid iterate int() ...base 10:
求解答~~~