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