#include <iostream> using namespace std; int main() { cout << "[Enter Text Here]" << endl; return 0; }