-->
当前位置:首页 > 题库

PROGRAMMING:Find the largest number out of 10

Luz5年前 (2021-05-10)题库387
Programming. Enter 10 numbers in turn to find the largest number.
###Input format:
There are several groups of test data, which are processed to the end of the file. Each group of test data input 10 floating-point numbers in the same line.
###Output format:
Each group outputs the largest number of the 10 floating-point numbers (with 6 decimal places reserved).
###Input example:
Here is a set of inputs. For example:
```in
9 15 -25 36.5 17 -98.25 18.75 12 10.5 -86
-12.5 108.75 69.6 10 -54.5 -9998.25 28.75 -25.5 79 998.5
```
###Output example:
The corresponding output is given here. For example:
```out
thirty-six point five zero zero zero zero zero
nine hundred and ninety-eight point five zero zero zero zero zero
```







answer:If there is no answer, please comment