不好意思,SWITSH下面少了大括号~~

低价游戏点卡http://shop35648628.
#include "stdio.h"
main()
{
int n;
float scores;
n= int( scores/10);
switch( n)
{
case 10:
case 9: printf("优"); break;
case 8: printf("良"); break;
case 7: printf("中"); break;
case 6: printf("及格"); break;
default: printf("不及格");
}
}
就 这个 好了 自己 在 补充 下了