#include using namespace std; int main() { // Input string s; cin >> s; // Output sort(s.begin(), s.end()); cout << s.back() - s.front() << endl; }