PROGRAMMING:Finding the maximum of five numbers
Using array and function overload to find the maximum value of five numbers (considering integer, single precision and long integer respectively).
###Input format:
Input 5 int type integers, 5 float type real numbers and 5 long type positive integers respectively.
###Output format:
Output the maximum values of 5 int type integers, 5 float type real numbers and 5 long type positive integers respectively.
###Input example:
Here is a set of inputs. For example:
```in
11 22 666 44 55
11.11 22.22 33.33 888.88 55.55
1234567 222222 333333 444444 555555
```
###Output example:
The corresponding output is given here. For example:
```out
six hundred and sixty-six
eight hundred and eighty-eight point eight eight
one million two hundred and thirty-four thousand five hundred and sixty-seven
```
answer:If there is no answer, please comment
###Input format:
Input 5 int type integers, 5 float type real numbers and 5 long type positive integers respectively.
###Output format:
Output the maximum values of 5 int type integers, 5 float type real numbers and 5 long type positive integers respectively.
###Input example:
Here is a set of inputs. For example:
```in
11 22 666 44 55
11.11 22.22 33.33 888.88 55.55
1234567 222222 333333 444444 555555
```
###Output example:
The corresponding output is given here. For example:
```out
six hundred and sixty-six
eight hundred and eighty-eight point eight eight
one million two hundred and thirty-four thousand five hundred and sixty-seven
```
answer:If there is no answer, please comment