#include using namespace std; typedef long long ll; int main() { int h,w; cin>>h>>w; string s[h]; vector sx,sy; for (int i=0;i>s[i]; for (int j=0;j