Lots of Liquid

아직 제출이 없습니다시간 제한1초메모리 제한2048 MB

문제

You work at a warehouse that sells chemical products, where somebody just placed an order for all the Boron Acetate Phosphoric Carbonate (BAPC) that you have in store. This liquid is stored in many separate lots, in cube-shaped containers, but your client requires the order to be delivered in a single cube-shaped container that fits all the BAPC liquid perfectly. What should be the size of this container?

입력

The input consists of:

  • One line with an integer nn (1n1051\leq n\leq 10^5), the number of cube-shaped containers that you have in store.
  • One line with nn floating-point numbers cc (1c1091\leq c\leq 10^9), the length of one of the sides for each of these containers.

출력

Output the length of one of the sides of the cube-shaped container that will contain all the BAPC liquid.

Your answer should have an absolute or relative error of at most 10610^{-6}.