单项选择题

a=2
x=(a+1)/2/a
y=(a+1)/2*a
print(x,y)
那么x,y是一样的?
A、正确
B、错误