#include using namespace std; int main() { string text; int count; while (cin >> text >> count) { int height = text.length(); while (height--) { for (int i=0; i