#include<stdio.h>void main(){ char c;
c=getchar(); //输入 putchar(c); //输出}
getchar() putchar()
原文:http://www.cnblogs.com/a12436109/p/4360689.html