主题:求教
main()
{
char a=97,b=98;
printf("%c,%c\n%d,%d\n",a,b,a,b)
}
这个程序有错吗?为什么编译时显示:unexpected end of file while looking for precompiled header directive这是什么意思?
谢谢哦[em1]
{
char a=97,b=98;
printf("%c,%c\n%d,%d\n",a,b,a,b)
}
这个程序有错吗?为什么编译时显示:unexpected end of file while looking for precompiled header directive这是什么意思?
谢谢哦[em1]