摘要: 1. 猜数字随机产生一个0-99的数,猜猜看如果大了 就提示大一点如果小了 就提示小一点直到才对为止 #include<stdio.h> #include<stdlib.h> #include<time.h> int main(){ int a; srand((unsigned)time(NULL) 阅读全文
posted @ 2021-11-22 21:04 崔花钱 阅读(17) 评论(0) 推荐(0) 编辑