#include using namespace std; int main(){ string S; cin >> S; int N = S.size(); int acnt = 0; for(int i=0;i