c1083问题求解开

C语言问题

#include
int main()
{
int ta,tb;
int x;
ta=(x/3-50);
tb=(x/1.2);
scanf("%d",x);
if(ta!=tb){
if(ta>tb)printf("Bike\n");
else printf("Walk\n");
}else{
printf("All\n");
}
return 0;
}

c:\windows\system32\qiche.c(2) : fatal error C1083: Cannot open precompiled header file: 'Debug/qiche.pch': No such file or directory

去掉int但不行

能运行

建一个新的项目,里面只有你这个文件。然后再编译,运行。