摘要: ###1003.Mine Sweeper #include<bits/stdc++.h> using namespace std; typedef long long ll; const int N=25+10; const int mod=1e9+7; int n,m,k; int a[N][N] 阅读全文
posted @ 2020-08-21 11:46 Rynar 阅读(654) 评论(0) 推荐(0)