fork download
  1.  
  2. #include <stdio.h>
  3.  
  4. main()
  5. {
  6. printf("%d",3);
  7. }
Success #stdin #stdout 0s 5288KB
stdin
Standard input is empty
stdout
3