#include #include int main() { using namespace std; string n; cin >> n; int r = n.length() - 10; cout << abs(r) << endl; }