2018年6月9日

摘要: ''' 第二题:棋盘 ''' #数组b的最右面少的需要数组a最左边的搬过来 num=int(input()) list1=input().split(' ') list2=input().split(' ') for i in range(len(list1)): list1[i]=int(list 阅读全文
posted @ 2018-06-09 19:29 张博的博客 阅读(249) 评论(0) 推荐(0)

导航