#include using namespace std; int main(){ string S; getline(cin, S); bool ans = true; cout << S.size() << endl; for(int i=0;i