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