字符串连接

Time Limit: 1000ms
Memory Limit: 32768KB
64-bit integer IO format: %lld      Java class name: Main

Description

不借用任何字符串库函数实现无冗余地接受两个字符串,然后把它们无冗余的连接起来。

Input

每一行包括两个字符串,长度不超过100。

Output

可能有多组测试数据,对于每组数据,
不借用任何字符串库函数实现无冗余地接受两个字符串,然后把它们无冗余的连接起来。
输出连接后的字符串。

Sample Input

abc def

Sample Output

abcdef

Source

Author

Admin
Language: 
Theme: 
Share Code? 

Powered by NB231 | Current Style: .