TGTGInsighttelegram intelligenceLIVE / telegram public index
Innhold
Innholdet i innlegget
// integer 12 // 123 = 1*100+2*10+3 // 321 = 3*100+2*10+1 // int A, B, yuz, on, bir; // cout<<"Uch xonali son: "; cin>>A; // yuz = A/100; // on = A%100/10; // bir = A%10; // B = bir*100+on*10+yuz; // cout<<"Teskari son: "<<B;