1077: n的立方根
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:95
Solved:47
Description
给定一个浮点数 $n$,求它的立方根。
Input
一行,包含一个浮点数 $n$。
Output
一行,包含一个浮点数,表示 $n$ 的立方根。(小数点后保留 $5$ 位)
Sample Input Copy
125.00
Sample Output Copy
5.00000
HINT
数据范围:
$−10000\le n\le10000$
$−10000\le n\le10000$