class b{static{for(int i=50;i>0;i--){System.out.println(""+i+'\n'+(101-i));}}}