Results 1 to 3 of 3
Hybrid View
-
16th August 2009 18:47 #1
: - . :
for i:=1 to y do
for j:=1 to y do
if (i<j) then......
" if (i>j) then"
for i := 1 to y - 1 do
for j := i + 1 to y do
, ?
. . -.
.
-
16th August 2009 20:25 #2
, -, , . .:
, , - , - , .. , . , .. i, 1 y-1, y . , .. j, i+1, (i,i) , y. , , -.
, - :" if (i>j) then"
Code:for i := 2 to y do for j := 1 to i - 1 do
-
17th August 2009 01:13 #3




Reply With Quote
Lenovo ThinkPad 15 IdeaPad 15
5th May 2023, 22:16 in