for i in range(int(input())): print(*map(lambda x: int(x) + 1 if x.isdecimal() else x, input().split()))