2020年5月17日
摘要: s1 = list(map(int,input().strip().split())) s2 = list(map(int,input().strip().split())) num1 = s1 num2 = s2 res = list() if len(num1) < len(num2): s = 阅读全文
posted @ 2020-05-17 11:41 Y_zp 阅读(54) 评论(0) 推荐(0)