回複:計算機程序題 投機取巧的辦法(VB)

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

請您先登陸,再發跟帖!