fork(1) download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. int j=1;
  6. for(int j=0; j<5; j++){
  7. cout<<"pp";
  8.  
  9.  
  10. }
  11. cout<<"\n"<<j;
  12. return 0;
  13. }
Success #stdin #stdout 0s 5284KB
stdin
Standard input is empty
stdout
pppppppppp
1