#include using namespace std; using ll=long long; int main(){ cin.tie(nullptr); ios::sync_with_stdio(false); string t; cin>>t; int n=t.size(); if(t[0]=='.')t[0]='G'; for(int i=1;i