abc = list(input()) abc_so = sorted(abc) print(int(max(abc_so)) - int(min(abc_so)))