x,y= raw_input().split(" ") v= map(chr, range(65, 91)) i=0 while i < 8: print i i=i+1 #print x
1 2 2 10 42 11
0 1 2 3 4 5 6 7
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!