无法正常输入的问题
c语言吧
全部回复
仅看楼主
level 1
问题程序如下:#include
struct student{ int num; float score[3];};typedef struct student STUDENT;main(){ STUDENT stu[30]; int i,j,n; scanf("%d",&n); for(i=0;i
2005年12月19日 08点12分 1
level 7
◆scanf:floating points format not linked:http://post.baidu.com/f?kz=12999839
2005年12月19日 09点12分 2
level 1
我看了,但是那里没有说为什么呀,给解释一下吧!
2005年12月19日 11点12分 3
level 1
结构体好象要赋值给指针再scanf```
2005年12月19日 11点12分 4
1