package main
import (
"fmt"
correct "./correct"
)
func main() {
fmt.Println(correct.AtoiBase("111", "01"))
}