#include <iostream> #include <string> using namespace std; string ar; int main() { cin>>ar; cout<<ar.length(); }