#include <stdio.h>

int main(){

  printf("My name ");
  printf("is ");
  printf("Enokida Yuuichiro!");

  return 0;
}
