-
-
Save maheshruparel/8f11dd51e683cd3f07b388b8d5d79a16 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(s=>{p=[];for(i=2;i<s;i++){for(j=f=0;p[j]*p[j]<=i;j++)f|=!(i%p[j]);f||p.push(i)}return p})(10000) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment