프로그래밍S(I) = 1 Next I For I = 1 To 5 Step 1 For J= 1 To 5 Step 1 If K(I) < K(J) Then S(I) = S(I) + 1 Next J Next I
댓글 1