char str; gets (str); puts(str); return 0;输入hello word为什么执行后有两个行Hello world
第一个是键盘输入的,通过gets保存到了str第二个是puts将str的内容输出了