1014_练习(猜数游戏,折半查找)

1.猜数字游戏 #define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <stdlib.h> #include <math.h> #include <time.h> //完成猜数字游戏 //猜数游戏界面 int Menu(){ printf("-------------------------------\n"); pr
相关文章
相关标签/搜索