Q=int(input()) for _ in range(Q): S=input().strip() print(int(S,0))