#include #include int main() { if(getchar() == 'h' && getchar() == 'o' && getchar() == 'l' && getchar() == 'a') abort(); }