1)
x=int(input())
print("Значення виразу =", 3*(x**6)-6*(x**2)+7)
2)
n,k=map(int,input().split())
print("Загальна сума =", int(n/k)*k)
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
1)
x=int(input())
print("Значення виразу =", 3*(x**6)-6*(x**2)+7)
2)
n,k=map(int,input().split())
print("Загальна сума =", int(n/k)*k)