import java.util.*; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int H = sc.nextInt(); int W = sc.nextInt(); String [] S = new String [H]; int [] x = new int [3]; int [] y = new int [3]; int n=0; for(int i=0; i