Usenet Newsgroups : rec.puzzles Hall of FameThe rec.puzzles Hall of Fame is a compilation of over 500 of the most popular puzzles that have been posted and discussed in the rec.puzzles newsgroup. In most cases a detailed solution has been provided. Many of these puzzles also appear in Braingle's own collection. |
| |||||||||||||||
long a=10000,
b,
c=2800,
d,e,
f[2801],
g;
main()
{
for (;b-c;) f[b++]=a/5;
for (;
d=0,g=c*2;
c-=14, printf("%.4d",e+d/a), e=d%a)
for (b=c;
d+=f[b]*a,f[b]=d%--g,d/=g--,--b;
d*=b);
}
Solution


