sS ludicrousRepeat(S word) { new StringBuilder buf; for (char c : characters(word)) buf.append(rep(c, randomIntBetween1And(10))); ret str(buf); }