使用scanf()语句读入n个字符,并输出
输入为一行,由一个数字n和n个字符组成(数字和字符之间无空格)
输出为一行,共n个字符
5hello
hello
11hello world
hello world
入门教程