2019年11月18日

实验3

摘要: #include <stdio.h> #include <stdlib.h> #include <time.h> int main() { int guessNumber; // 存放程序运行时生成的1~100之间的随机整数 int ans; // 存放用户猜的数字 srand((time(0))) 阅读全文

posted @ 2019-11-18 12:17 deepone 阅读(137) 评论(0) 推荐(0)

导航