#include int main() { int H,W; std::cin >> H >> W; std::vector S(H); for(auto&v:S)std::cin >> v; bool ans = false; bool exist = false; for(int y=-H+1;!ans&&y