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