#include<bits/stdc++.h>
#include<iostream>
#include<cstdio>
#include<cstdlib>
#include<cmath>
#include<cstring>
#include<string>
#include<algorithm>
#include<vector>
#include<map>
#include<set>
#include<list>
#include<queue>
#include<stack>
#include<bitset>
#include<deque>
#include<ctime>

int h(){

    return 'h';
}

int e(){

    return 'e';
}

int l(){

    return 'l';
}

int o(){

    return 'o';
}

int nothing(){

    return ' ';
}

int w(){

    return 'w';
}

int r(){

    return 'r';
}

int d(){

    return 'd';
}

char h1 = h();
char e1 = e();
char l1 = l();
char o1 = o();
char no = nothing();
char w1 = w();
char r1 = r();
char d1 = d();

bool Chaser = true,Of = true,Light = true;

int main(){
	
    if(Chaser == true && Of == true && Light == true){

        std::cout << h1 << e1 << l1 << l1 << o1 << no << w1 << o1 << r1 << l1 << d1;
    }
    
    return 1283 - 'C' - 'h' - 'a' - 's' - 'e' - 'r' - 'O' - 'f' - 'L' - 'i' - 'g' - 'h' - 't';
}

5 comments

  • 1

Information

ID
2
Time
1000ms
Memory
256MiB
Difficulty
7
Tags
# Submissions
938
Accepted
235
Uploaded By