← Back to List
25991번: Lots of Liquid ↗
Solutions
Python 3
71 B | 71 chars
input();print(sum([*map(lambda s:float(s)**3,input().split())])**(1/3))