PROGRAMMING:Find the largest string
Input 5 strings and output the largest one.
Output format: printf ("Max is% s / N",);
Input and output example: description in brackets, no input and output required
###Input example:
```in
peach
pear
melon
orange
berry
```
###Output example:
```out
Max is: pear
```
answer:If there is no answer, please comment
Output format: printf ("Max is% s / N",);
Input and output example: description in brackets, no input and output required
###Input example:
```in
peach
pear
melon
orange
berry
```
###Output example:
```out
Max is: pear
```
answer:If there is no answer, please comment