Jeanny
寂兮,寥兮,独立不改,周行而不殆
摘要: t1扫雷 二维数组,方向数组 #include<cstdio> using namespace std; char c[105][105];int a[105][105],n,m; int dx[]={0,1,1,1,0,-1,-1,-1},dy[]={1,1,0,-1,-1,-1,0,1}; in 阅读全文
posted @ 2020-07-22 19:37 Jeanny 阅读(212) 评论(0) 推荐(0)