#include using namespace std; typedef long long ll; int main(){ cout << "Hello World!" << endl; return 0; }