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

PROGRAMMING:Simple maximum

Luz5年前 (2021-05-10)题库425
Find the largest of three integers.
###Input format:
Enter three integers a, B, C.
###Output format:
The output content is the largest of a, B, C.
###Input example:
```in
1 2 3
```
###Output example:
```out
three
```







answer:If there is no answer, please comment