#667. C++-C风格IO库与数组的综合运用-编写一个回声器,无论输入什么,都在之前加上 “hi ” 并输出

C++-C风格IO库与数组的综合运用-编写一个回声器,无论输入什么,都在之前加上 “hi ” 并输出

Background

Description

编写一个回声器,无论输入什么,都在之前加上 “hi ” 并输出(使用printf与scanf来输入输出): 输入样例: world 输出样例: hi world image

Format

Input

Output

Samples

world
hi world

Limitation

1s, 1024KiB for each test case.

Statistics

Related

In following contests:

C风格IO库与数组的综合运用