#include using namespace std; int main(){ string ans = "yukicoder"; cout << "Hello World"; return 0; }