#5224. 字符串拷贝
字符串拷贝
Description
实现功能:将字符串,赋值给字符串
Format
Input
输入一个字符串
Output
将输入的字符串赋值给并输出
Samples
asdf
asdf
Limitation
1s, 1024KiB for each test case.
实现功能:将字符串s,赋值给字符串t
输入一个字符串
将输入的字符串赋值给t并输出
asdf
asdf
1s, 1024KiB for each test case.