If we take the three puzzles with the lowest success rates, we see that one of them (Lisa’s) requires no knowledge of anything other than how arrays work in your language or how to output text line by line. Even the essence of the task is easy to understand. The second puzzle is even easier, again requiring only the ability to work with arrays, and the task itself is as accessible as possible:
My initial comment on TicTacToe puzzle
BerserkVl
Feb 2025
5021 have started, 2312 have finished
I am wondering why the success rate is so low for such an easy puzzle.
But if we take this problem, you’ll need to know a little about algorithms and have some programming experience. I don’t know, I just sat down, cooled down, thought, and it seems like the solution itself wasn’t difficult, but to come to it, I had to think.