PROGRAMMING:Join two strings
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
###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