C语言7.19

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

Description

读入两个字符串,并将其连接起来的新字符串输出。要求不要使用strcat函数。

Input

两行不包含空格的字符串。保证每个字符串的长度不超过100。

Output

将第2行的字符串连接在第1行字符串之后的新字符串。
请注意行尾输出换行。

Sample Input

I am a program.
This is a program.

Sample Output

I am a program.This is a program.

Author

Admin
Language: 
Theme: 
Share Code? 

Powered by NB231 | Current Style: .