fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main () {
  5. //my intro
  6. cout<<"myself samicksha!"<<endl;
  7. cout <<"software engineer\n";
  8. cout<<"monthly salary is 5l"<<endl;
  9. return 0;
  10. }
Success #stdin #stdout 0.01s 5296KB
stdin
Standard input is empty
stdout
myself samicksha!
software engineer
monthly salary is 5l