#include<iostream> #include<cstring> using namespace std; int main(){ char a[1000]; cin>>a; int b=strlen(a); cout<<b; }