fork(1) download
  1. #include <stdio.h>
  2. #include <math.h>
  3. #include <locale.h>
  4.  
  5. int main()
  6. {
  7. char t;
  8. scanf("%s", &t);
  9. return 0;
  10. }
Success #stdin #stdout 0s 5292KB
stdin
Standard input is empty
stdout
Standard output is empty