package main import . "fmt" import . "slices" func main() { var s string Scan(&s) b:=[]byte(s) Println(Max(b)-Min(b)) }