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