fork download
  1. #include <stdio.h>
  2. #include <math.h>
  3. int main()
  4. {
  5. int i=random();
  6. int j=random();
  7. int k=random();
  8. printf("i = %d, j = %d, k = %d",i,j,k);
  9. return 0;
  10.  
  11. }
Success #stdin #stdout 0s 2052KB
stdin
Standard input is empty
stdout
i = 1804289383, j = 846930886, k = 1681692777