#A1021. 输出字符串

输出字符串

题目描述

使用输入、输出函数 gets() 和 puts(),输入一个字符串,然后再原样输出。

输入格式

输入一个字符串。

输出格式

输出相应字符串。

样例

hello world!
hello world!