#include #include int main() { std::string in; std::cin >> in; std::cout << (int)abs(in.length() - 10) << std::endl; return 0; }