#include using namespace std; #define ll long long int main() { ios::sync_with_stdio(false); cin.tie(0); cout << "Hello World!" << endl; return 0; }