fork(1) download
  1. #include <stdio.h>
  2. #include <string.h>
  3.  
  4. #include <stdio.h>
  5. #include <string.h>
  6.  
  7. int main(){
  8.  
  9. char arr[1];
  10.  
  11. gets(arr);
  12.  
  13. puts(arr);
  14. printf("f");
  15.  
  16. return 0;
  17.  
  18. }
  19.  
  20.  
  21.  
Success #stdin #stdout 0.01s 5316KB
stdin
Standard input is empty
stdout
f