1014_練習(猜數遊戲,折半查找)

1.猜數字遊戲 #define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <stdlib.h> #include <math.h> #include <time.h> //完成猜數字遊戲 //猜數遊戲界面 int Menu(){ printf("-------------------------------\n"); pr
相關文章
相關標籤/搜索