program Project2; {$APPTYPE CONSOLE} uses SysUtils; const n=4; var a:array [0..n] of integer;max,i:Integer; begin for i:=0 to n do readln(a[i]); min:=a[0]; for i:=0 to n do if a[i]>max then max:=a[i]; Writeln(max); readln; end.
0,0(0 оценок)
Полный доступ
Позволит учиться лучше и быстрее. Неограниченный доступ к базе и ответам от экспертов и ai-bota
Оформи подписку