program tri_chisla;
var a,b,c: integer;
begin
writeln ('vvedit tri chisla a,b,c');
readln (a,b,c);
if (a< b) and (a< c) then
writeln ('naymenshim chislom e - ',a)
else begin if (b< a) and (b< c) then
writeln ('naymenshim chislom e - ',b)
else begin if (c< b) and (c< a) then
writeln ('naymenshim chislom e - ',c) end; end;
//я немного не понял какую именно блок схему тебе нужно.
readln
end.
Поделитесь своими знаниями, ответьте на вопрос:
Сколько символов можно закодировать 1 байтом