from decimal import Decimal n=int(input ()) x=Decimal('2.18169499062491237350') print((n**3)*x)