扫雷游戏(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
相关文章
相关标签/搜索