#include #include using namespace std; int main() { for (int j = 0; j < 3; ++j) { cout << "Lucy in the sky with diamonds\n"; } cout << "Aaaaaaaaaaaaaaaaaaaaaaaaaahhh\n\n"; for (int j = 0; j < 3; ++j) { cout << "Lucy in the sky with diamonds\n"; } cout << "Aaaaaaaaaaaaaaaaaaaaaaaaaahhh\n\n"; for (int j = 0; j < 3; ++j) { cout << "Lucy in the sky with diamonds\n"; } cout << "Aaaaaaaaaaaaaaaaaaaaaaaaaahhh\n\n"; return EXIT_SUCCESS; }