#include int main() { using namespace std; cout << "Come up and c++ me some time."; cout << endl; cout << "You won't regret it!" << endl; return 0; }