#include <bits/stdc++.h>
#include <windows.h>
#define load() system("")
#define RED "\033[33m"
#define Normal "\033[0m"
#define print(Color,Text) printf(Color),printf(Text)
using namespace std;
int n;
int main(){
load();
printf("\033[1m\033[45;33m HELLO_WORLD \033[0m\n");
return 0;
}