Advertisement
Guest User

ficlpffTErm,omatpr

a guest
Feb 24th, 2020
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3.  
  4. int main ()
  5. {
  6. time_t t;
  7. n = 5;
  8. srand((unsigned) time(&t));
  9. printf("%d\n", rand() % 100);
  10. return(0);
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement