Search found 3 matches

by fuxx
Thu Nov 01, 2012 6:09 pm
Forum: Challenges Solved
Topic: The Powers That Be
Replies: 27
Views: 2902

b:string((17^39)^11), for a : 1 thru slength(b) do (if mod(a, 33)=1 then printf(true, "~c", charat(b, a)))$
by fuxx
Mon Oct 22, 2012 3:59 pm
Forum: Crossflip
Topic: My journey to 643
Replies: 4
Views: 23540

@adum: feel free to delete this post if you think it discloses too much. But i think there's enough chatting about gauss elimination on this forum to the full solution.

BTW on projecteuler.net forum topic on a particular problem would be unavailable until you solve the problem.
by fuxx
Mon Oct 22, 2012 2:35 pm
Forum: Crossflip
Topic: My journey to 643
Replies: 4
Views: 23540

My journey to 643

A friend of mine showed me this site. I tried several puzzles manually and looked at modulo first from programmer's point of view but didn't solve much. Then crossflip catched my attention. It looked quite obvious and simple XORing. My language of choice is pure C. Not using it for work, but i do en...