package main import . "fmt" import . "math" func main() { var a, b float64 Scan(&a,&b) Println(int(Round(Log(b/a)/Log(40)))) }