编写题解 2779: 输出绝对值
摘要:解题思路:注意事项:参考代码:print('%.2f'%abs(float(input())))
#print('{:.2f}'.format(abs(float(i……
编写题解 2779: 输出绝对值
摘要:解题思路:注意事项:参考代码:#include<iostream>
#include<iomanip>
using namespace std;
int main()
{
doubl……