// Another Solution #include #include using namespace std; int main(){ int L; scanf("%d", &L); printf("%.20Lf\n", 0.0481125224324688137111L*L*L); return 0; }