#include #include #include int main(void){ const int def = 10; std::string S; std::cin >> S; std::cout << std::abs((int)S.length()-10)<