折叠
摘要: 解题代码(部分运行超时及错误 12分): N = int(input()) jiaofeng_list = [] for i in range(N): jiaofeng_list.append(list(map(str,input().rstrip().split()))) def panding( 阅读全文
posted @ 2021-11-23 19:44 Coverpast 阅读(34) 评论(0) 推荐(0) 编辑
摘要: 解题代码: all_list = list(map(int,input().rstrip().split())) Q = all_list[0] // all_list[1] R = all_list[0] % all_list[1] print(Q,end = ' ') print(R,end = 阅读全文
posted @ 2021-11-23 19:42 Coverpast 阅读(15) 评论(0) 推荐(0) 编辑