#include #include using namespace std; int main() { string s; cin>>s; if(s=="#"){ cout << "0 0" << endl; } else { int left=0, right=0; for(int i=0; i