输入写法程序中有这样一段代码 scanf( "%s ",stu[i].name); scanf( "%f ",stu[i].score); 这样写会不会有问题?[解决办法]scanf( "%f ",&stu[i].score); 第二个要这样写