12703: 课后习题8.6

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:2 Solved:0

Description

写一函数,将两个字符串连接

Input

两行字符串

Output

链接后的字符串

Sample Input Copy

123
abc

Sample Output Copy

123abc