#include<stdio.h>

int main()
/*表示をする*/
{
    printf("hello,world￥n");
return(0);
}