#include <stdio.h>

int main(void) 
{
	printf("heiio");
	return 0;
}
