#include <stdlib.h>
int main(){
printf("Hello World!!!!\n");
printf("Dima is the best friend adn Lena is his gourgeus girlfriend!\n");
return 0;
}