|
||||||||||
Hat’s IEEETime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 1016 Accepted Submission(s): 345 Problem Description Your program will be given floating point numbers (32-bit), and calculate exponent and fraction. IEEE 754: SEEEEEEEEFFFFFFFFFFFFFFFFFFFFFFF S = sign(1) E = exponent(8) F = fraction(23) NOTE: If you donnot know IEEE 754,you can baidu it:) Input Each line contains a numbers. Output For each case, output a line containing two numbers, e (exponent) and f (fraction), by a single space. Fraction must be rounded to six digits after the decimal point. Sample Input
Sample Output
Author 戴帽子的 Source | ||||||||||
|