题解列表

筛选

1848: 求输入数据绝对值

摘要:解题思路:注意事项:参考代码:while True:     try:         x = input()         print('%.2f'%abs(float(x)……

1798: 汪汪与打针(python)

摘要:while True:     try:         a,b = map(int,input().split())         if a<120: