#include using namespace std; string t; string s[100]; int c[26],d[26]; int main(void){ for(int i=0;i<100;i++){ cin>>s[i]; if(s[i]==" ")cout<<"W"<