fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. // your code goes here
  6. cout << "my name:md.yusuf ali\n";
  7. cout << "my father name md aqbul kalam azad\n";
  8. cout << "my mather name mst raseda bugumm\n";
  9. cout << "also my sister name is mst Arobi\n";
  10. return 0;
  11. }
Success #stdin #stdout 0s 5248KB
stdin
Standard input is empty
stdout
my name:md.yusuf ali
my father name md aqbul kalam azad
my mather name mst raseda bugumm
also my sister name is mst Arobi