Introduction - If you have any usage issues, please Google them yourself
The use of characters in the array a [N] [N] stored data mine, a [i] [j ]='+' that the location (i, j) is not mine, a [i] [j ]='*' that the location ( i, j) a mine, 0 < = i <m,0<=j<n,m和n是键盘输入的总行数和总列数并且0<m,n<100。设计一个程序,输入m和n,随机初始化布雷数组,并输出布雷数组和每一位置周围的地雷数量,如果该位置是一个地雷,则输出一个’*’。