掃雷遊戲(c語言)

掃雷遊戲(c語言) #define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <time.h> #define ROW 9 #define COL 9 #define MAX_MINE 10 void Init(char show_map[ROW][COL], char mine_map[ROW][COL]) { for (int
相關文章
相關標籤/搜索