题解列表

筛选

1202: 多输入输出练习1

摘要:解题思路:注意事项:参考代码:while True:     try:         l=list(map(int,input().split()))         h=[]       ……