PROGRAMMING:Maximum
Output the maximum of the two input numbers.
### Input format:
Input two integers separated by space
### Output format:
One integer
###For example
### input:
```
5 6
```
### output:
```
six
```
answer:If there is no answer, please comment
### Input format:
Input two integers separated by space
### Output format:
One integer
###For example
### input:
```
5 6
```
### output:
```
six
```
answer:If there is no answer, please comment