a= raw_input() b,c= a.split(" ") n= map(chr, range(65, 91)) for i in n: print n[0] print b
1 2 2 10 42 11
A A A A A A A A A A A A A A A A A A A A A A A A A A 1
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!