function Addition(InputInt)
for i=1 to InputInt
next
Addition=i
End function
缺點,輸入的整數越大,計算的時間越長。
function Addition(InputInt)
for i=1 to InputInt
next
Addition=i
End function
缺點,輸入的整數越大,計算的時間越長。
WENXUECITY.COM does not represent or guarantee the truthfulness, accuracy, or reliability of any of communications posted by other users.
Copyright ©1998-2025 wenxuecity.com All rights reserved. Privacy Statement & Terms of Use & User Privacy Protection Policy