1966: 字符串连接
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:42
Solved:34
Description
输入3个字符串,连接为一个新的字符串,连接后的子串之间使用"~"分隔。
Input
分三行输入3个字符串。字符串长度不超过100。
Output
连接后的字符串
Sample Input Copy
apple
banana
cat
Sample Output Copy
apple~banana~cat