摘要: 1.随机产生一个0-99的数,猜猜看, 如果大了,就提示大了点 小了就提示小了点 直到猜对为止。 #include <stdio.h> #include <stdlib.h> #include <time.h> int main(){ int a,n; srand((unsigned)time(NU 阅读全文
posted @ 2021-11-13 18:19 高锦涛 阅读(12) 评论(0) 推荐(0) 编辑