All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > General > Cryptography
Who said to whom and when? (Posted on 2011-06-13) Difficulty: 3 of 5

9 21 944 26 6*575 N0385R7

Distinct digits (0 to 9) and an asterisk (*) represent distinct letters.
The letters N and R were Not Replaced and they appear in their correct locations in the text.

See The Solution Submitted by Ady TZIDON    
Rating: 4.0000 (1 votes)

Comments: ( Back to comment list | You must be logged in to post comments.)
Hints/Tips computer hint | Comment 1 of 3

OPEN "\words\words7.txt" FOR BINARY AS #1
w$ = SPACE$(7)
DO
  GET #1, , w$
  IF EOF(1) THEN EXIT DO
  good = 1
  FOR i = 1 TO 6
    IF INSTR(MID$(w$, i + 1), MID$(w$, i, 1)) THEN good = 0: EXIT FOR
  NEXT
  IF good THEN
    IF LEFT$(w$, 1) = "n" AND MID$(w$, 6, 1) = "r" THEN PRINT w$
  END IF
LOOP
CLOSE

finds that the following words fit the pattern of the final word in the quote:

nailers
nectars
nectary
network
nickers
nudgers
numbers


  Posted by Charlie on 2011-06-13 12:35:00
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (0)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (8)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information