作業之考試1

簡單,因爲數據小,可以直接全搜,每搜到一個池塘就消除它,計數就行了。 #include<bits/stdc++.h> using namespace std; int ha[101][101]; int l,m,n; void find(int a,int b){ if(!ha[a][b]) return; if(a<1||a>n||b<1||b>m) return; ha[a][b]=0; fi
相關文章
相關標籤/搜索