Odd words: Difference between revisions

Content added Content deleted
(Added 11l)
(fix description)
Line 1: Line 1:
{{Draft task}}
{{Draft task}}
Given a list of words   (using the words from the dictionary:   [https://web.archive.org/web/20180611003215/http://www.puzzlers.org/pub/wordlists/unixdict.txt unixdict.txt]).
Given a list of words, (use the words from the dictionary [https://web.archive.org/web/20180611003215/http://www.puzzlers.org/pub/wordlists/unixdict.txt unixdict.txt]).


Take odd indices letters from the word,   and if it's in the list,   then display the   ''odd word''   on this page.
Take the letters at odd indices letters from each word. If the result is present in the list, then display the result.
The length of the ''odd word'' should be '''<big>&gt;</big> &nbsp; 4'''.

The length of the &nbsp; ''odd word'' &nbsp; should be &nbsp; '''<big>&gt;</big> &nbsp; 4'''.