#include using namespace std; int main(){ ios_base::sync_with_stdio(false); cin.tie(nullptr); int H,W; cin >> H >> W; vector X(H),Y(W); for(int i=0; i> s; for(int k=0; k