#include
<stdio.h>
main
()
{
printf
(
"hello world
\n
"
);
printf
(
"你好世界
\n
"
);
return
0
;
}