#include using namespace std; int main() { cin.tie(0)->sync_with_stdio(0); cout << "Hello World!" << endl; return 0; }