intmain{ scanf( "%d%d",&n,&m); for( inti = 1;i <= n;++i) { scanf( "%s",mp [i]+ 1); for( intj = 1;j <= m;++j) { if(mp [i] [j] ...