class P{public static void main(String[]_){for(int i=16;i>1;)System.out.println(Integer.toString(16,i--));}}