fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. printf("hellow world \n");
  6. printf("hellow world \n");
  7. printf("hellow world \n");
  8. printf("hellow world \n");
  9. printf("hellow world \n");
  10. printf("hellow world \n");
  11. return 0;
  12. }
Success #stdin #stdout 0.01s 5408KB
stdin
Standard input is empty
stdout
hellow world 
hellow world 
hellow world 
hellow world 
hellow world 
hellow world