#1408. 多个带空格的字符串

多个带空格的字符串

Description

输入一个 nn,然后输入 nn 个包含空格的字符串,输出它们。

Format

Input

第一行输入一个整数 nn

接下来 nn 行每行一个带空格的字符串。

Output

输出 nn 行每行一个字符串。

Samples

3
hello world
hello world
hello world
hello world
hello world
hello world

Limitation

1n1001\leq n\leq 100