#include int main(){ using namespace std; cout << #ifdef ONLINE_JUDGE "HELLO" #else "Hello World!" #endif ; }