package main import . "fmt" import . "math/big" func main() { n := new(Int) Scan(n) Println(n.Text(7)) }