package main import ( "fmt" "math" ) func main() { var n, pi float64 pi = 3 fmt.Scan(&n) fmt.Println(int(math.Exp2(n / pi))) }