Bob (GaidaiAS) 4 недель назад
Родитель b615f164af bbbfd7e3d8
Сommit eee9211f18

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

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