一起答
主观

有如下程序;

a=1: b=2: c=3

a=a+b:b=b+c:c=b+a

If a<>3 Or b<>3 Then

a=b-a:b=C-a:C=b+a

End If

Print a+b+c

运行后,输出的结果是【 】。

参考答案
查看试卷详情