#include <iostream> #include <string> using namespace std; int main() { string str; while (cin >> str) { for (int i ...