#include using namespace std; int main(){ cout << "Hello this is Patrick" << endl; return 0; }