package main import ( "fmt" "math" ) func main() { m := "1000000007" var n string fmt.Scan(&n) fmt.Println(math.Abs(float64(len(n)-len(m)))) }