#include #include using namespace std; //Get on a first name basis with the members of std. int main() { cout << "* * * * * * =====================\n" << " * * * * * =====================\n" << "* * * * * * =====================\n" << " * * * * * =====================\n" << "* * * * * * =====================\n" << "=================================\n" << "=================================\n" << "=========E pluribus unum=========\n" << "=================================\n" << "=================================\n"; return EXIT_SUCCESS; }