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

PROGRAMMING:Maximum

Luz5年前 (2021-05-10)题库493
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