#include using namespace std; int main(){ cerr << "Hello World" << endl; return 0; }