摘要: 1.随机产生一个0-99的数,猜猜看,如果大了,就显示大了点;如果小了,就显示小了点,直到猜对为止。 #include<stdio.h>#include<stdlib.h>#include<time.h>int main(){ int a,n; srand((unsigned)time(NULL)) 阅读全文
posted @ 2021-11-14 00:08 ๓纯牛奶๓ 阅读(52) 评论(0) 推荐(0)