import java.util.Scanner; public class Main{ public static boolean[][] arr; public static int min = 64; public static void main(String args[]){ Scanner sc = new Scanner(System.in); int N = sc.nextInt(); int M = sc.nextInt(); sc.nextLine(); arr = new boolean[N][M]; for(int i=0; i