fork download
  1. num = int(input())
  2. print(2**num)
Success #stdin #stdout 0.04s 9528KB
stdin
5
stdout
32