#includeint main(void){char a;scanf("%s",&a);printf("%s",a);getchar();}
不才给出个人答案首先得有返回,既然是int main 得有retur 0;但是重点是在char是单字符,,对于输入对个字母当然不行
加个return试试