for i := 1 : N while A(i) > 0 do etc. That is, a value is assigned to the loop variable i and only if the while expression is true will the loop body be ...
確定! 回上一頁