import java.util.*; import java.lang.*; import java.io.*; public class PickingNumber { //***************************************** VARIABLE DECLERATION SECTION ********************************************************************; //static ArrayList al; //static PriorityQueue pq; //static TreeMap tm; //static TreeSet ts; //static ArrayList> graph; // static int[][] dp; //***************************************** VARIABLE DECLERATION ENDS ********************************************************************; //************************************************ MAIN FUNCTION *************************************************************************; public static void main(String[] args) { //al=new ArrayList(); //graph=new ArrayList>();op //pq=new PriorityQueue(); //ts=new TreeSet(); //tm=new TreeMap(); //dp=new int[][]; //System.out.println(""); FastReader scan=new FastReader(); int n=scan.nextInt(); int[] arr=new int[101]; Arrays.fill(arr,0); for(int i=0;i