#include<stdio.h>

int main()

{

printf("hello world.wlecome");

return 0;

}

hello world.wlecome

leet.