#include using namespace std; int main() { cin.tie(0); ios_base::sync_with_stdio(0); cout << "Hello World!\n"; return 0; }