Python 第一种方式:input 读入单行数据# 读取字符串格式输入a = input() ... break lines = line.split() #转为整型list lines = list(map(int, ...
確定! 回上一頁