#include using namespace std; int main(){ char in; int cnt=0,ans=0; while(cin >> in){ if(in=='o') cnt++; else cnt=0; if(ans