码迷,mamicode.com
首页 >  
搜索关键字:学生成绩判断接口    ( 1个结果
学生成绩判断函数接口
#define ret_ok 1 #define ret_err 1int judge_score(int score,char *ch) { if(score > 100 || score < 0) { printf("The score you input should little than 100 and bigger than 0\n");...
分类:其他好文   时间:2015-08-08 09:13:39    阅读次数:144
1条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!