Question B-absolute value

Source: Internet
Author: User

Time limit:1000MS Memory Limit:32768KB 64bit IO Format:%i64d &A mp %i64u

Description

The absolute value of a realistic number.

Input

There are several groups of input data, one for each group, and a real number for each row.

Output

For each set of input data, output its absolute value, requiring each set of data output a row, the result is reserved two decimal places.

Sample Input

123-234.00

Sample Output

123.00234.00
 #include <stdio.h> #include  <math.h> int   Main () { double   X;  while  (scanf ( " %LF  , &x)!=eof) { if  (X<0  ) {x  =-x; printf (  %.2lf\n   " ,x);  return  0  ;}

Question B-absolute value

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.