回复:计算机程序题 投机取巧的办法(VB)

function nextint(int a)
for i=a to a*2
if i>a then
return i
endif
next
end function

请您先登陆,再发跟帖!