#include <stdio.h>
main()
{
    printf("He said,\"hello, world\"");
     
}