fork download
  1. a= raw_input()
  2.  
  3. b,c= a.split(" ")
  4.  
  5. n= map(chr, range(65, 91))
  6.  
  7. for i in n:
  8. print n[0]
  9.  
  10. print b
Success #stdin #stdout 0.02s 6360KB
stdin
1 2
2
10
42
11
stdout
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