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