#B2036. 输出绝对值
输出绝对值
题目描述
输入一个浮点数 ,输出这个浮点数的绝对值。
输入格式
输入一个浮点数 ,其绝对值不超过 。
输出格式
输出 的绝对值,保留到小数点后两位。
-3.14
3.14
输入一个浮点数 n,输出这个浮点数的绝对值。
输入一个浮点数 n,其绝对值不超过 10000。
输出 n 的绝对值,保留到小数点后两位。
-3.14
3.14
By signing up a HFOJ universal account, you can submit code and join discussions in all online judging services provided by us.