#include#include #include using namespace std; int main() { string s; while(getline(cin,s)) { if(s=="#") return 0; set v; string stream; for(int i=0;i ='a'&&s[i]<='z') { stream+=s[i]; times++; i++; } if(times) { v.insert(stream); stream.clear(); } } cout<



