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

TGINSIGHT POST

Post #33

@cpp_sirius

Computer Programming

Visninger163Antall visninger
Publisert29. sep.29.09.2025, 17:14
Innhold

Innholdet i innlegget

// begin 11 int a, b, yig, kop, ma, mb; cin >> a >> b; yig = a + b; kop = a * b; ma = abs(a); mb = abs(b); cout<<yig<<endl; cout<<kop<<endl; cout<<ma<<endl; cout<<mb<<endl;