2017年10月8日

C语言——简单的猜数字游戏

摘要: /* Note:Your choice is C IDE */ #include "stdio.h" #include #include void main() { int i,j; srand( (unsigned)time( NULL ) );//生成不重复的随机数 j=rand() % 100;//生成100以内的随机数 while(1) { ... 阅读全文

posted @ 2017-10-08 19:43 梁锦杰 阅读(314) 评论(0) 推荐(0) 编辑

导航

欢迎进入我的博客!