fork download
  1. n = int(input())
  2. print(2 ** n)
Success #stdin #stdout 0.01s 7128KB
stdin
2
stdout
4