摘要: 报错原因:input()输入的是字符串,当输入数字时,类型不匹配 解决方法:int(input()) 阅读全文
posted @ 2020-07-13 15:49 楸壳 阅读(1070) 评论(0) 推荐(0) 编辑