Results 1 to 2 of 2
Thread: ...
Hybrid View
-
25th November 2010 22:11 #1
...
,
C++ .
:
for(i = 0; i <= 11; i++){
for (j = 10; j >= i; j--){
if(masiv[j] > masiv[j+1]){
t = masiv[j];
masiv[j] = masiv[j+1];
masiv[j+1] = t;
}
}
}
, ?.
-
25th November 2010 22:37 #2Registered User
Join Date: Oct:2003
Location:
Posts: 4,317
- , ?
- , ?
- , ?
- , ?
, .
, . - , ( ).




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