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