#include<stdio.h>
#include<string.h>
#include<stdlib.h>
#include<math.h>
int main()
{
    double a;
    while(scanf("%lf",&a)!=EOF)
    {
         printf("%.2lf\n",fabs(a));
    } 
    //system("pause");
    return 0;
}
posted on 2011-07-15 18:07  枫叶飘泪  阅读(235)  评论(0编辑  收藏  举报