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

PROGRAMMING:Input two strings, output the larger one.

Luz5年前 (2021-05-10)题库544
Input two strings from the keyboard and output the larger one.
###Input format:
Enter two strings separated by carriage returns.
###Output format:
Output a larger string and wrap it.
###Input sample 1:
```in
abcdefg higklmn
abcdefg123
```
###Output sample 1:
```out
abcdefg123
```
###Input sample 2:
```in
abcd
abc
```
###Output sample 2:
```out
abcd
```






answer:If there is no answer, please comment