LeeWong 发表于 2014-10-21 23:54
数组大小未知 你输入的时候就得判断啊 你去看看动态分配数组长度吧 malloc那几个函数 ...
WANGJIAO 发表于 2014-10-22 11:45
那是什么……还没学到那里去
ench44 发表于 2014-10-22 01:42
函数声明得时候要把"{"之前的内容全都声明上:
int max(int score);
int max(int score[]); 你声明的函数不 ...
ench44 发表于 2014-10-22 01:42
函数声明得时候要把"{"之前的内容全都声明上:
int max(int score);
int max(int score[]); 你声明的函数不 ...
欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/) | 黑马程序员IT技术论坛 X3.2 |