![Тарасов](https://sproshu.net/uploads/ava/2/ava10739.jpg)
Тарасов
4 год назад
Пожалуйста посчитайте С ЛЮБЫМ!ПЛИИИИИИИИИИЗ
![](https://store.sproshu.net/207e/7d7adaa88a9a8d8.jpg)
ОТВЕТЫ
![Анатолий](https://sproshu.net/uploads/ava/3/ava1383.jpg)
Анатолий
Oct 24, 2020
Язык Python
x = int(input())
y = 2 * x**2 + 5
print(y)
x = int(input())
if x > 100:
x = x**0.5
print(x)
elif x == 100:
print("Число равно 100")
else:
x = x / 5
print(x)
a = int(input())
h = int(input())
S = 0.5*a*h
print("Площадь треугольника равна: ", S)
425
Смежные вопросы: