import decimal A=decimal.Decimal('2.18169499062491237350') N=int(input()) print(A*N*N*N)