#include int main(){ int h,w; scanf("%d%d\n",&h,&w); char s[h][w]; int i,j; int star_count=0,star_x[2],star_y[2]; for(i=0;i