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

PROGRAMMING:Find the largest of the three strings

Luz5年前 (2021-05-10)题库332
Use 3 × The two-dimensional character array of 20 stores three strings, finds out the largest string and outputs it.
###Input format:
Input 3 strings in 3 lines respectively. Do not use newline, space or tab in the string
###Output format:
Output in the order of "the largest string is: the largest string" in two lines.
###Input example:
```in
as
qwer
zxc
```
###Output example:
```out
The largest string is:
zxc
```






answer:If there is no answer, please comment