练习专区

今天的一小步就是明天的一大步
Problem 1156 字符串连接
Accepted: 10   Total Submit: 34
Time Limit: 1000ms   Memory Limit: 30720KB
Description
编一程序,将两个字符串连接起来,不要用strcat。流程图见下:
Input
输入有若干行,每行两个字符。
Output
对应输出连接以后的字符串及长度。
Sample Input
ch ina
123 789
Sample Output
china 5
123789 6
Hint
提交     返回