fork download
  1. let head=5, count;
  2. 67
  3. count=Math.floor(Math.random()*10);
  4. if (head==count)
  5. {
  6. print("Yes");
  7. head=head +1;
  8. print( head);
  9. }
  10. else print("No");
  11.  
  12.  
Success #stdin #stdout 0.03s 16840KB
stdin
Standard input is empty
stdout
No