import java.io.*; import java.util.*; // images stored a[x][y] public class Compress { public static String restExp=null; public static void main(String[] argv) throws IOException { BufferedReader in = new BufferedReader(new InputStreamReader(System.in)); while((restExp = in.readLine())!=null){ char[][] image = getNext(); for(int x=0;x