TGTGInsighttelegram intelligenceLIVE / telegram public index
Innhold
Innholdet i innlegget
//endl - endline - qatorning tugashi int a, V, S; cout<<"Enter the side of cube: "; cin>>a; V = pow(a, 3); S = 6*pow(a,2); cout<<"Hajm: "<<V<<endl; cout<<"To'la sirt: "<<S;