Help me in solving MANCODE problem

My issue

find mistake in my code

My code

# cook your dish here
t=int(input())
for i in range(t):
  x=int(input())
  y=x/%2
  print(x-y,y)

Problem Link: The Man Code Practice Coding Problem