#include<iostream> #include<cstring> using namespace std; int main() { string s; getline(cin , s); printf("%d",s.size()); return 0; }