25CFFGHJNRSSUXXYZacgnrsuy <--- 25 ASCII characters

.n. .a. .a. .a. .a. 466
.b. .b. .b. .b. .F. 413
.c. .c. .S. .c. .c. 422
.d. .Y. .d. .d. .d. 392
.e. .e. .e. .X. .e. 476
451 477 449 343 449

If you get them in the right places aaaaa, bbbbb, ccccc, ddddd, eeeee will be giveaway codes (eg
http://www.steamgifts.com/giveaway/aaaaa)

Edit: Each of the 25 ASCII characters goes in one location, the numbers give you a clue what goes where.

Edit2: Ends around 6:40pm 9th April.

Edits: I've added characters to the grid.

Edit: The numbers show you what the characters in each row & column add up to.

Edit: Added 5 (or 6) characters, at least one from each column & row.

12 years ago*

Comment has been collapsed.

don't make it too easy :)

12 years ago
Permalink

Comment has been collapsed.

You're being sarcastic, right?

12 years ago
Permalink

Comment has been collapsed.

at least 3 have found at least 1 link.

12 years ago
Permalink

Comment has been collapsed.

Have you managed to get a perfect solution to it?

12 years ago
Permalink

Comment has been collapsed.

yes (as in 5 valid links)

12 years ago
Permalink

Comment has been collapsed.

Considering the huge amount of possibilities you must have gotten lucky with your first guess, and why you said "don't make it too easy"

12 years ago
Permalink

Comment has been collapsed.

once you get the first (second) valid link, it's quite easy to get the other 3.
to find these links first, you can do it like a boss^h^h^hrute :p

12 years ago
Permalink

Comment has been collapsed.

It really is rather easy once you know how to solve it, does require some knowledge of certain things, though. Also, that wasn't vague, or anything. sorry

12 years ago
Permalink

Comment has been collapsed.

well, this has given me some motivation to program a bit in a special language again, thank you!

12 years ago
Permalink

Comment has been collapsed.

Cool! A lot of my previous giveaways were motivation for me to re-learn PHP.

12 years ago
Permalink

Comment has been collapsed.

yeah, cool to write a program and reveal that there are 3880 possible solutions for the easiest row...

12 years ago
Permalink

Comment has been collapsed.

your program is wrong.

12 years ago
Permalink

Comment has been collapsed.

well my program is just for counting solutions of one row and 3880 solutions for the middle row... The program for the whole puzzle is pretty tough and it is not worth it and there will be much more possible solutions

12 years ago
Permalink

Comment has been collapsed.

you found 3880 ways of adding up 83 & 4 other numbers (of the 24 remaining) to make 422?

12 years ago
Permalink

Comment has been collapsed.

yes

12 years ago
Permalink

Comment has been collapsed.

This is pretty hard puzzle based on pure luck or high mathematical skill, so many possible combinations, too short amount of time, even with two added letters.

12 years ago
Permalink

Comment has been collapsed.

Bleh, recursive programming... oh well, I better get to it :D

12 years ago
Permalink

Comment has been collapsed.

Ooh, what if we had diagonals, too? :D

12 years ago
Permalink

Comment has been collapsed.

Well, I'm considering giving this up, I'm getting really tired. With what I remember from constrained programming with Prolog, I managed to find five different solutions, all matching the criteria (well, technically only four of them, because I got the first one before the hints were published -- my first solution didn't take them into account, but the rest of the numbers was ok). None of them worked. If you want, you can contact me over Steam and I'll send you my solutions.

12 years ago
Permalink

Comment has been collapsed.

(Hmm, this is getting silly. I'm looking at 9 different solutions, everything adds up, but none of the codes work. :-/)

12 years ago
Permalink

Comment has been collapsed.

Ok, officially giving up. I've modified the program to keep displaying solutions as it goes (why didn't I think of the "fail" predicate earlier?), and it started churning out whole pages of what I guess are possible arrangements. From what I've noticed, not even getting one of the lines correctly ensures a unique solution of the rest.

12 years ago
Permalink

Comment has been collapsed.

(...20 minutes later, the modified program is still churning out solutions, at the approximate speed of 3 to 5 solutions per second...)

12 years ago
Permalink

Comment has been collapsed.

at least you are getting results, my program is laughing at me:
?- solve(A2,A3,A4,A5,B1,B2,B3,B4,C1,C2,C4,C5,D1,D3,D4,D5,E1,E2,E3,E5).
false.
(for those without programming knowledge: it says that it can not find any results for the whole riddle)
when I go by single row/column, I can find solutions for all but those with the later added 'n' and 'Y'...
now for the fun part of programming: bug hunting

12 years ago
Permalink

Comment has been collapsed.

Grr, divide and conquer algorithm y u no work.

12 years ago
Permalink

Comment has been collapsed.

Great puzzle. Feel like I'm on the verge of solving this... Come ooonnnn!

That Super MNC key is going to be sooo sweeeetttt ;)

12 years ago
Permalink

Comment has been collapsed.

I build a program with permutations, and it seems to take ages to run... or maybe it's stuck in a loop :p

edit: crap, I shouldn't have used brute-force, I guess back-tracking would've been better... I don't rally want to redo everything so I'll just let it run as long as possible.

edit2: 20^20 permutations is the worst case scenario, I'd say this problem is way harder than I thought it would be :p

12 years ago
Permalink

Comment has been collapsed.

Your worst case scenario probably has something wrong, since if you check all possible permutations you get 25! - still ~15 septillion checks, though.

12 years ago
Permalink

Comment has been collapsed.

25... in 5 pos .. and order is important
P(25,5)=25!/(25-5)!=6'375'600

now count out that you know 5 simbols(basicly 1 in each row)
1'860'480

so yeah if you wish to bruteforce it, it's possible

buuuut there is actualy easy solution to this read posts they discuss prety much how to do this read them all

12 years ago
Permalink

Comment has been collapsed.

It's not 25 in 5 pos is it? It's 25 in 25 pos? Or did I misunderstand the entire puzzle?

12 years ago
Permalink

Comment has been collapsed.

Yay for the first logic based puzzle since this one. nom nom nom

Got them all, thanks :D

12 years ago
Permalink

Comment has been collapsed.

It's been a long time since I had this fun on a puzzle. Thank you for that, and for making me open eclipse to code again (:

12 years ago
Permalink

Comment has been collapsed.

"you found 3880 ways of adding up 83 & 4 other numbers (of the 24 remaining) to make 422?"
and now when i gotta go to work brain sudenly flops in to a solution with **ry c***s*on

12 years ago
Permalink

Comment has been collapsed.

I found ALL 56000+ permutations possible with those characters. Then worked from there.

I am so tired... -_-

12 years ago
Permalink

Comment has been collapsed.

Well, seems like I need to learn some programming, just wish we had some more time :/

12 years ago
Permalink

Comment has been collapsed.

That was fabulous. Thank you.

Spent half a day programming. Finally got down to 600 combinations which helped :)

12 years ago
Permalink

Comment has been collapsed.

Can someone please post a way to solve this without programming after it is over? I tried, but only got to be sure about that two certain characters have to be in a certain column. After that I couldn't deduce anything for certain anymore.

12 years ago
Permalink

Comment has been collapsed.

I did manage one solution without any programming skills but it is a slow process meaning that making a program to do it might be the best idea

12 years ago
Permalink

Comment has been collapsed.

I will be posting the solution when the giveaway has ended(which is noted by the creator). For those who wanted this.

12 years ago
Permalink

Comment has been collapsed.

Isn't it normally the creator who normally posts the solution?

12 years ago
Permalink

Comment has been collapsed.

I've spent ridiculous amounts of time on this (3 projects and 700 lines of code) so yeah, I'd be happy to see a solution :p

12 years ago
Permalink

Comment has been collapsed.

using logic, I narrowed down 1 column to a certain set, but I can't get anywhere with that until I get another limit... also have the general idea for 2 different sets, but yeah, this is definitely the job of a programmer or someone who started this puzzle when it first came up. I wont be able to finish it in time.

12 years ago
Permalink

Comment has been collapsed.

So, no solution yet?

12 years ago
Permalink

Comment has been collapsed.

My head hurts.

12 years ago
Permalink

Comment has been collapsed.

so what was the solution to this?

12 years ago
Permalink

Comment has been collapsed.

I thought the OP would post it, but oh well:
nUa5y
FuRJF
ZSSNX
CYs2G
rgHXc

12 years ago
Permalink

Comment has been collapsed.

Well, I am not really intersted in answers)) I want to know how to solve this without hurting my brain too much^^

12 years ago
Permalink

Comment has been collapsed.

I agree, I'd like some code for this. I didn't solve this because of a lack of trying :p

edit: but from what I can see from the comments, most people had to bruteforce.

12 years ago
Permalink

Comment has been collapsed.

I'd also still like to see a way to solve this, preferably with just logic instead of a program.

12 years ago
Permalink

Comment has been collapsed.

Same, I'd like to know the solution.

12 years ago
Permalink

Comment has been collapsed.

Closed 12 years ago by TheGreatGooglyMoogly.