fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. printf("hellow world6 /n");
  6. printf("hellow world5 /n");
  7. printf("hellow world4 /n");
  8. printf("hellow world3 /n");
  9. printf("hellow world2 /n");
  10. printf("hellow world1 /n");
  11.  
  12. return 0;
  13. }
Success #stdin #stdout 0.01s 5300KB
stdin
Standard input is empty
stdout
hellow world6 /nhellow world5 /nhellow world4 /nhellow world3 /nhellow world2 /nhellow world1 /n