#include <iostream> int main() { std::cout << "Hello World C++\n"; return 0; }
#include <iostream> using namespace std; int main() { cout << "Hello World C++" << endl; return 0; }