import math, strutils let n = parseFloat readLine stdin # 5(3+√5)/12*n^3 echo 5 * (3 + 5.0.sqrt) / 12 * n.pow 3