Files

3 lines
72 B
Python

for i in range(int(input())):print("god"+"".join(input().split()[1:]))