#include<stdio.h> #include<conio.h> main() { char a[50]; puts("请输入一个字符串"); a=getch(); puts(a); system("pause"); }