fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. cout << "hello,friendz!"<<endl;
  6. cout<< "I am samicksha"<<endl;
  7. cout<< "I am software engineer"<<endl<<endl;
  8. cout<<"my monthly salary is 5 lakhs\n";
  9. cout<<"I am rich\n";
  10. cout<<"I am the winner,no one can stop me\n"<<endl;
  11. cout<<"shivan is there for me always\n";
  12. return 0;
  13. }
Success #stdin #stdout 0.01s 5320KB
stdin
Standard input is empty
stdout
hello,friendz!
I am samicksha
I am software engineer

my monthly salary is 5 lakhs
I am rich
I am the winner,no one can stop me

shivan is there for me always