#include <stdio.h>

int main(void) { 
	printf("Hello wiame! \n");
	printf("How are you farhan? I hope you are doing well \n");
	printf("I am doibg well wiame. How about you? I hope you are doing well too :D \n");
	printf("I am doing great but i am just deep down woried about the report for me because it's not going well I am not motivated to work at all  \n");
	return 0;
}