import strutils,sequtils,math var N = stdin.readline.parseFloat ans : float64 ans = pow(3 / 4,N) * 4 echo ans.formatBiggestFloat(ffDecimal,12)