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