#include using namespace std; using ll = long long; #define rep(i, n) for (int i = 0; i < (ll)(n); i++) #define oke cout << "Yes" << '\n'; #define dame cout << "No" << '\n'; #define all(a) a.begin(), a.end() #define rall(a) a.rbegin(), a.rend() using HaiI = vector>; using Hai2 = vector>; using HaiB = vector>; using Hai3 = vector>>; int main() { ios::sync_with_stdio(false); cin.tie(nullptr); cout << fixed << setprecision(15); int H,W; cin>>H>>W; vectorS(H); HaiB gi(H,vector(W,true)); string mi="yiwiy9"; string hi="9yiwiy"; rep(i,H){ cin>>S[i]; } rep(i,H){ for(int j=0;j