mod = 1000000007 eps = 10**-9 def main(): import sys input = sys.stdin.readline x = float(input()) print(x * 42.29) if __name__ == '__main__': main()