单项选择题

下列程序段的执行结果为______。
X=5
Y=-20
If Not X>0 Then X= Y-3 Else Y= X+3
Print X-Y;Y-X

A.-3 3
B.5 -8
C.3 -3
D.25 -25