fork(2) download
  1. liczba = int(raw_input())
  2. print liczba ** 10
Success #stdin #stdout 0.01s 7856KB
stdin
2
stdout
1024