#include using namespace std; int main(){ int h,w; cin >> h >> w; vector MAP(h); for (int i=0;i>MAP[i]; } int x,y; x=0; y=0; for (int i=0;i