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