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