#include<iostream> using namespace std; int main() { string str; getline(cin,str); cout<<str.size()<<endl; return 0; }