摘要: 基本操作 输入输出print()自动换行 # 循环读取到文件末尾 try: while True: s = input() except: pass # 读取n,m n, m = map(int,input().split()) # 读取一个数或者一个列表 a = list(map(int,inpu 阅读全文
posted @ 2022-09-19 14:01 chanxe 阅读(120) 评论(0) 推荐(0)