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