fork download
  1. #include <stdio.h>
  2.  
  3. int getRandom()
  4. {
  5. int a;
  6. return a;
  7. }
  8.  
  9. int main(void) {
  10.  
  11. for( int i=0; i<10; ++i)
  12. {
  13. printf( "%d\n", getRandom() );
  14. }
  15. return 0;
  16. }
Success #stdin #stdout 0.01s 2680KB
stdin
Standard input is empty
stdout
0
0
0
0
0
0
0
0
0
0