#include <iostream>
using namespace std;

int main() {
	// your code goes here
	cout << "my name:md.yusuf ali\n";
	cout << "my father name md aqbul kalam azad\n";
	cout << "my mather name mst raseda bugumm\n";
	cout << "also my sister name is mst Arobi\n";
	return 0;
}