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

PROGRAMMING:String connection

Luz5年前 (2021-05-10)题库413
Realize with linked list: copy the string t to the end of the string s, return the first address of the new string, and write the main program output.
Example: (instructions in brackets)
###Input example:
```in
abc
def
```
###Output example:
```out
abcdef
```






answer:If there is no answer, please comment