fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. // your code goes here
  5. int i=0;
  6. i++;
  7. if(i<=5)
  8. {
  9. printf("dd");
  10. exit(0);
  11. main();
  12. }
  13. return 0;
  14. }
  15.  
Success #stdin #stdout 0s 9432KB
stdin
Standard input is empty
stdout
dd