#include #include int main() { int n; long double s; scanf("%Ld",&n); s=(5*pow(n,3)*(3+sqrt(5)))/12; // printf("%") printf("%.20Lf\n",s); }