#include <stdio.h>
int main ()
{
int score=87;
int score=score/10; //这里如果等号前面还是score,VC6是执行不了的。
}
求大神讲解为什么!!!!是不是讲错了!
guozhchun
相关分类