TGTGInsighttelegram intelligenceLIVE / telegram public index
← Computer Programming
Computer Programming avatar

TGINSIGHT POST

Post #118

@cpp_sirius

Computer Programming

Visninger166Antall visninger
Publisert2. okt.02.10.2025, 17:18
Innhold

Innholdet i innlegget

// Ikkita son berilgan. max? // teng // int a, b, max; // cin >> a >> b; // if (a>b) { // max = a; // cout<<max; // }else if (b>a) { // max = b; // cout<<max; // }else { // cout<<"Ikkalasi teng"; // }