Search found 1 match

by robitobi
Sat Jun 20, 2009 7:42 pm
Forum: Challenges Solved
Topic: countdown calc
Replies: 20
Views: 3423

By factoring the first 20 numbers I figured out the formula:
(99-k)^4 * ( (88-k)*26 + 236)
Implementing this in Java for k=0 gave me the right result.

I thought the name is a hint, but I didn't get it.
Anyway it's nice to know how to decompile C#-executables now ..