是课本错了吗
#include <stdio.h>
void main()
{
float score;
scanf("%f",@score);
switch(int(score/10))
{
case 10:
case 9:printf("A/n");break;
default:printf("You do not pass the exam/n");
}
}
我学的是谭浩强的C程序,为何用C编译总有十个错误,而用C++则编译通过?盼援!
[此贴子已经被作者于2007-10-27 10:09:18编辑过]