#include <stdio.h>

int main(void)
{
    if (0)
            printf("buby world");
    else
            printf("Hey");
    printf( "if the world ends");



    return 0;
}
