#include <stdio.h>

int main(){
  /* 文字列を表示する実行文 */
  printf("My name is Enokida Yuuichiro!");

}
