fork(1) download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. // your code goes here
  5.  
  6.  
  7. int a = rand() % 1000;
  8.  
  9. printf("%d ",&a);
  10.  
  11.  
  12.  
  13. return 0;
  14. }
  15.  
Success #stdin #stdout 0s 5320KB
stdin
Standard input is empty
stdout
667903988