Spadework 2020. 3. 5. 08:35

* Solved 기준 브론즈2 단순 풀이

for _ in range(int(input())):
	l = input().split(); l[0] = 'god'
	print(''.join(l))