#include #include #include int main(void){ char str[256]; scanf("%s",str); printf("%d\n",abs(10-strlen(str))); }