#include using namespace std; int main(){ int h,w; cin >> h >> w; vector s(h); for(int i=0;i> s[i]; } int cnt=0; bool ok=false; if(s[0][0]!='*'){ for(int i=1;i