Есть ответ 👍

С++, записать программу, , буду безмерно ❤️

176
206
Посмотреть ответы 2

Ответы на вопрос:

Afyz1
4,7(26 оценок)

ответ:

даже нет предположений

объяснение:

ответа нинаю


Var a,b,c: integer; begin readln(a,b,c); if ((a< b) and (a< c)) then writeln(a) else if ((b< a) and (b< c)) then writeln(b) else if ((c< a) and (c< b)) then writeln(c); if ((a> c) and (c> b)) then writeln(c) else if((b> c) and (b< a)) then writeln(b) else if ((b> a) and (a> c)) then writeln(a); if ((a> b) and (a> c)) then writeln(a) else if ((b> c) and (b> a)) then writeln(b) else if ((c> a) and (c> b)) then writeln(c); end.

Популярно: Информатика