#include #include using namespace std; int main() { string str,outstr; cin>>str; for (int i = 0; i < str.length(); ++i) { if(islower(str.at(i))){ cout<