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

PROGRAMMING:Join two strings

Luz5年前 (2021-05-10)题库414
Concatenate two strings. Strcat function is not allowed.
###Input format:
Enter two strings less than 20 in length on both lines.
###Output format:
Output the connected string directly on one line.
###Input example:
```in
abc
one hundred and twenty-three
```
###Output example:
```out
abc123
```






answer:If there is no answer, please comment