PROGRAMMING:Simple maximum
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
###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