#include <stdio.h>
void main () {
char B=1;
printf("Hamlet says %c\n", 2*B||!2*B );
}
