import java.util.*; public class Main { public static void main(String[] args) throws Exception { Scanner in = new Scanner(System.in); int height = in.nextInt(); int width = in.nextInt(); List list = new ArrayList<>(); // insert input into List for(int i=0; i