fork download
  1. n=int(intput())
  2. print(2**n)
Runtime error #stdin #stdout #stderr 0.04s 9356KB
stdin
5
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "./prog.py", line 1, in <module>
NameError: name 'intput' is not defined