Помогите пожалуйста...
а в какой программе писать?)
В паскаль
var a,b,c,min: integer;
begin
writeln ('введи возраст спортсменов');
read (a,b,c);
min:=a;
if b
if c
writeln ('самому младшему спортсмену',min,'лет');
end.
#include #include #include using namespace std; int main(){ int a, b, c; cin>>a>>b>>c; cout<<min(min(a,b),c);<br>return 0; }