2003 求绝对值

Posted mered1th

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了2003 求绝对值相关的知识,希望对你有一定的参考价值。

#include<cstdio>
#include<cmath>

int main() {
    double a;
    while (scanf_s("%lf", &a) != EOF) {
        printf("%.2f
", abs(a));
    }
    return 0;
}

 

以上是关于2003 求绝对值的主要内容,如果未能解决你的问题,请参考以下文章

2003 求绝对值

杭电ACM2003--求绝对值

HDU 2003 求绝对值

HDU2003 求绝对值入门

HDU 2003 求绝对值

hdu 2003 求绝对值