题解列表

筛选

编写题解 2779: 输出绝对值

摘要:解题思路:注意事项:参考代码:print('%.2f'%abs(float(input()))) #print('{:.2f}'.format(abs(float(i……