getchar() putchar()

#include<stdio.h>
void main()
{
char c;blog

 


c=getchar();       //输入
putchar(c);       //输出
}get

 

相关文章
相关标签/搜索