c#include <bits/stdc++.h> using namespace std; int dx[4] = {-1, 0, 1, 0}; int dy[4] = {0, 1,
#include <bits/stdc++.h> using namespace std; int dx[4] = {-1, 0, 1, 0}; int dy[4] = {0, 1,