a = int(input())
b = int(input())
print((b**4 + 1) / (33 * a))
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
a = int(input())
b = int(input())
print((b**4 + 1) / (33 * a))