#include #include using namespace std; int main() { string s; cin >> s; if (1<=s.length() || s.length() <= 20) { cout << "Hello World!"; }; }