#include using namespace std; int main(){ string s; cin>>s; int i=0; while(s[i]!='#') i++; while(s[i+1]!='#'){ i++; cout<