import sys n = int(sys.stdin.readline()) for i in range(n): print('{} Abracadabra'.format(i + 1))