c#include <bits/stdc++.h> using namespace std; void bfs(); int M, N, K; int area[101][101]; queue<pair<int, int>> bfsQ;
#include <bits/stdc++.h> using namespace std; void bfs(); int M, N, K; int area[101][101]; queue<pair<int, int>> bfsQ;