enum M{M;int i;{for(;i++<100;)System.out.println(i%15<1?8:i*i%15>5?4:i<9?1:2);}}