PROGRAMMING:Find the maximum
Judge the maximum of five numbers
###Input format:
Enter 5 integers to get the maximum number. Process to end of file
###Output format:
Output the maximum of 5 numbers
###Input example:
Here is a set of inputs. For example:
```in
1 2 3 4 5
6 7 8 9 10
```
###Output example:
The corresponding output is given here. For example:
```out
five
ten
```
answer:If there is no answer, please comment
###Input format:
Enter 5 integers to get the maximum number. Process to end of file
###Output format:
Output the maximum of 5 numbers
###Input example:
Here is a set of inputs. For example:
```in
1 2 3 4 5
6 7 8 9 10
```
###Output example:
The corresponding output is given here. For example:
```out
five
ten
```
answer:If there is no answer, please comment