#include <stdio.h>

int main()

{

printf("hello wrold");

return 0;

}