vc++6.0 win7.0系统,这个c语言程序为什么编译有问题?
intmain(){floatscore;scanf("%f",score);-Boola,b;a=score>=60;b=score<=70;if(a&&b);prin...
int main()
{float score;
scanf("%f",score);
-Bool a,b;
a=score>=60;
b=score<=70;
if(a&&b);
printf("C");
}
编译错误提示如下:
--------------------Configuration: 4-00 - Win32 Debug--------------------
Compiling...
Error spawning cl.exe
4-00.obj - 1 error(s), 0 warning(s) 展开
{float score;
scanf("%f",score);
-Bool a,b;
a=score>=60;
b=score<=70;
if(a&&b);
printf("C");
}
编译错误提示如下:
--------------------Configuration: 4-00 - Win32 Debug--------------------
Compiling...
Error spawning cl.exe
4-00.obj - 1 error(s), 0 warning(s) 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询