1057 拷贝文件


Submit solution

Points: 100
Time limit: 1.0s
Memory limit: 32M

Problem types
Allowed languages
C, C++, Java, Python

Description

将输入内容原样输出。

Sample

Input

sadas fdf dfd fdf dfdsfds
fdsf df sdfds fdsf 
fd fdfdf d

Output

sadas fdf dfd fdf dfdsfds
fdsf df sdfds fdsf 
fd fdfdf d

Comments

There are no comments at the moment.