#E00511. 复读 - IV

复读 - IV

Input a string (possibly containing spaces), output it.

hello, world
hello, world

We do not recommend you read the following content unless you encounter problems.

About input truncationTraditional scanf reads to the space and truncates the input. To read spaces, other methods are needed.
About compile errorAlthough gets did exist, it has been removed due to its security issues since C11. For more information, see here