x = float(input()) y = float(input()) z = float(input()) a = "%.2f"%(x ** 3 + y ** 3 + z ** 3) print(a)
有帮助请采纳!