TGTGInsighttelegram intelligenceLIVE / telegram public index
Innhold
Innholdet i innlegget
// b dan a gacha chiqarish - kamayuvchi sikl // 100 sikl to'xtasin // 1000 - 12 // int a, b; cin>>a>>b; // for (int i=b; i>=a; i--) { // if (i==100) { // break; //siklni to'xtatadi // } // cout << i << " "; // } // 100 bo'sa, 100 ni chiqarmaslik kerak // int a, b; cin>>a>>b; // for (int i=b; i>=a; i--) { // if (i==100) { // continue; // keyin takrorlanishga o'tiladi - skip // } // cout << i << " "; // }