#include using namespace std; int main(){ cin.tie(0),ios::sync_with_stdio(false); string s; cin>>s; int c=0,w=0; for(auto&&i:s)if(i=='c')++c;else++w; cout<