class A{static{for(int c=31;c++<126;)System.out.printf("%c%c",c,c%16>14?10:32);}}