#include <stdio.h>
int
main
(
vdio
)
{
printf
(
"hello word"
);
return
0
;
}