#include <stdio.h>

int main() {
    int a;
scanf("%d",&a,printf("hai"));
return 0;
}