码迷,mamicode.com
首页 >  
搜索关键字:函数调用良好应用    ( 1个结果
C语言:编写猜数字游戏,猜一个数字,一直到猜中为止
#include<stdio.h> #include<stdlib.h> #include<time.h> intgame() { intnum=0; intret=0; srand((unsignedint)time(NULL)); ret=rand; ret=ret%100; while(1) { scanf("%d",&num); if(num>ret) { printf("大了,请再猜!\n"); } elseif(num<ret)..
分类:编程语言   时间:2015-10-13 13:58:19    阅读次数:234
1条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!