#include #include using namespace std; int main() { string s = "Hello World!"; cout << s << endl; return 0; }