#include int matrika[1000][1000]; int main(){ int w, h; scanf("%i %i", &h, &w); for(int y = 0; y