#include using namespace std; int main() { char C[14]; int yasumi=0; int max=0; for(int i=0;i<14;i++){ cin>>C[i]; if(C[i]=='o'){ yasumi++; if(max