#include #include using namespace std; int main(){ int a; cin >> a; cout << "Hello World!" << endl; // cout << a + 0.0001*a << endl; return 0; }