#include #include int main() { int n; float s; scanf("%d",&n); s=(5*pow(n,3)*(3+sqrt(5)))/12; // printf("%") printf("%.18f\n",s); }