Confused on what a challenge is asking?
Confused on what a challenge is asking?
sometimes the wording on specific challenges might be a bit ambiguous or just plain confusing. this is not the intention; while solving the challenge might be tricky, understanding the text should not be. if you have a problem, please mention it here and i'll try to clarify the wording.
thanks,
adum
thanks,
adum
-
- Posts: 273
- Joined: Thu Apr 10, 2008 9:47 pm
A lot of the crypto ones have stumped me. I tried many different cryptography and steganography decryption methods to find the answer to a few of the problems "Ave", "Telecran", "Listen To Me", and "Lucy in the sky with briolettes". (but no answer was found)
I am not sure what to do about "Anybody out there" either
I am not sure what to do about "Anybody out there" either
In general, crypto challenges don't have, like some other challenges, a clear indication of what you're supposed to do. They all behave the same way, however: what's on the challenge page (text, image, sequence, whatever) can be decrypted into a short answer, or answer description (but be aware that this might not always be textual).
In a lot of the crypto challenges, the text of the challenge provides a hint about what to do. Sometimes the NAME of the challenge can also be a clue as to where to look for inspiration...
So far, we have verified that all those crypto challenges CAN be solved using resources available to anyone (you won't need to break into the NSA to use their special equipment) in a short amount of time. Some are definitely trickier than others, but that's hard to judge when you know the answer
Good luck.
In a lot of the crypto challenges, the text of the challenge provides a hint about what to do. Sometimes the NAME of the challenge can also be a clue as to where to look for inspiration...
So far, we have verified that all those crypto challenges CAN be solved using resources available to anyone (you won't need to break into the NSA to use their special equipment) in a short amount of time. Some are definitely trickier than others, but that's hard to judge when you know the answer
Good luck.
thanks
well i ll take all your advice on do my best guys.
thous in need of help let me know and ill do my best to advise you Remember i am not fault for damge you cause this is for learning Purposes only!!! visit http://nongkrong.team-forum.net/
-
- Posts: 115
- Joined: Wed Jun 11, 2008 9:47 pm
need help
I don't think i understand objective of mission 'Pi hates nines'
Does it mean that sequence must be 1 million digits long ( ) or i don't get smth??
Code: Select all
What's the longest continuous sequence not containing a nine in the first million digits? (I want the sequence itself.)
-
- Posts: 273
- Joined: Thu Apr 10, 2008 9:47 pm
-
- Posts: 115
- Joined: Wed Jun 11, 2008 9:47 pm
-
- Posts: 273
- Joined: Thu Apr 10, 2008 9:47 pm
-
- Posts: 2
- Joined: Mon Jul 14, 2008 9:52 pm
- Location: England
Labyrinth Challenge
It is not quite clear to me in which order the maze is stored in memory. I assume it is like this:
0: width (23)
1: height (23)
2: (0,0)
3: (1,0)
...
24: (22,0)
25: (0,1)
26: (1,1)
27: (2,1)
...
Right? And up is (0,+1) and down is (0,-1), left (-1,0), right (+1,0)?
0: width (23)
1: height (23)
2: (0,0)
3: (1,0)
...
24: (22,0)
25: (0,1)
26: (1,1)
27: (2,1)
...
Right? And up is (0,+1) and down is (0,-1), left (-1,0), right (+1,0)?