#include using namespace std; int main() { string s; getline(cin, s); int l = s.length(); int ret = 1; for(int i=0; i