1538 - 字符串链接
Time Limit : 1 秒
Memory Limit : 32 MB
不用strcat函数,自己编写一个字符串连接函数MyStrcat(char dstStr[],char srcStr[]),注意要单独编成函数,提交的时候提交全部的程序,包括main。
Input
输入包含多组数据,每组测试数据由两个待连接字符串组成,中间用一个空格分隔,字符串内部不含空格,且不为空串,每个字符串不多于20个字符。
Output
输出连接后的字符串。
Examples
Input Format
tian qin
Output Format
tianqin