#include using namespace std; int main() { cout << "Hello " ; cout << "World!" ; cout << endl; }