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