什么意思啊,这个循环是怎么循环下去的,而且也没有步长什么的~~~@!!Function gcd(ByVal x As Integer, ByVal y As Integer) As ingeterDo While y <> 0reminder = x Mod yx = yy = reminderLoopgcd = xEnd Function
- 3 回答
- 0 关注
- 133 浏览
添加回答
举报
0/150
提交
取消