#include using namespace std; int main() { cout << "Good-bye world!" << endl; return 0; }