package main import . "fmt" import . "math/big" func main() { m := new(Int) Scan(m) Println(m.Exp(NewInt(2), NewInt(128), m)) }