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