系统一直提示我第二行错误
1.把void main()函数改成int main(),并在第6行下面添加一行:return 0;2.第5行的printf中的&c&c改成%c%c
试试这样写:int main()
int main(void)