单项选择题

语句段
a=3
b=5
a=b
执行后,结果是()。

A.a值为3,b值为3
B.a值为3,b值为5
C.a值为5,b值为5
D.a值为5,b值为3