摘要: #include "stdio.h" #include "stdlib.h" #include "time.h" //随机函数的头文件 main() { int a,game,c=1; while(c) { srand((unsigned)time(NULL)... 阅读全文
posted @ 2016-10-29 14:50 Doublekai 阅读(367) 评论(0) 推荐(0) 编辑