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

PROGRAMMING:The maximum of four numbers

Luz5年前 (2021-05-10)题库396
Using relational operation and conditional operation, program input 4 integers and output their maximum value.
#####Input example:
```in
1 2 3 4
```
#####Output example:
```out
four
```
#####Input example:
```in
3 1 4 2
```
#####Output example:
```out
four
```






answer:If there is no answer, please comment