#include using namespace std; int main() { string S; cin >> S; int Left=0; int Right=0; for(int i=0;i+1