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

PROGRAMMING:Maximum3

Luz5年前 (2021-05-10)题库456
Output the maximum of the three input numbers.
### Input format:
Input three integers separated by space
### Output format:
One integer
###For example
### input:
```
5 6 7
```
### output:
```
seven
```






answer:If there is no answer, please comment