#include<bits/stdc++.h> using namespace std; int main(){ double N; cin>>N; double T=2.18169499062491237350; printf("%.16f", N*N*N*T); }