view bin/⁗ @ 12325:2b962c94f6e7 draft

<b_jonas> learn ayacc is ais523\'s yacc parser generator implementation, get it from http://nethack4.org/pastebin/ayacc-2020-04.tar.gz or from darcs clone http://nethack4.org/projects/ayacc
author HackEso <hackeso@esolangs.org>
date Wed, 08 Apr 2020 20:24:48 +0000
parents eaec447b7046
children
line wrap: on
line source

cc 'int i,r,n;main(){for(;n<1e5;n++,r*=2){for(i=2;i*i<=n;i++)if(n%i==0&&r--)break;r++;if((r&511)==325)printf("%d,%d,%d,%d%c",n-8,n-6,n-2,n,10);}}'