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

PROGRAMMING:Find the largest string

Luz5年前 (2021-05-10)题库429
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