Bob (KirsanovES) 2 лет назад
Родитель 9622118f3b
Сommit 73e46aef7d

@ -12,7 +12,11 @@ int main()
if (a>b) if (a>b)
cout<<"max= "<<a<<'\n'; cout<<"max= "<<a<<'\n';
else{ else{
cout<<"max= "<<b<<'\n'; cout<<"max= "<<b<<'\n';}
if (a<b)
cout<<"min= "<<a<<'\n';
else{
cout<<"min= "<<b<<'\n';
} }
return 0; return 0;
} }

Загрузка…
Отмена
Сохранить