;“ẉbẊWS»,⁸K;;”t
“¤ṁp}œḊṄæ®’b6ị“ʠȷ»ØAç"Y
TryItOnline!
基于56字节版本(以下两个),但更改了单词以删除所有中间字母"u"
s,以便可以将其索引到词典单词"anisole"
*中,这具有将我们需要的所有字母的索引都小于6的便利:(1:a, 2:n 3:i, 4:s, 5:o (6:l), 0:e
请注意,"e"
右边的索引为零[也为7和-7以及与0 mod 7相符的任何其他数字])。它在字典中也很早,因此只有两个而不是更常见的三字节查找索引("anisogamete"
也适用于2)。
*芳香醚甲氧基苯的旧名称,通常用于香水中。
A is for Ant
B is for Bit
C is for Cot
D is for Dot
E is for Eat
F is for Fat
G is for Got
H is for Hat
I is for Ist
J is for Jot
K is for Kit
L is for Lot
M is for Mat
N is for Nit
O is for Oat
P is for Pat
Q is for Qat
R is for Rot
S is for Sit
T is for Tit
U is for Unt
V is for Vet
W is for Wet
X is for Xat
Y is for Yet
Z is for Zit
怎么样?
“¤ṁp}œḊṄæ®’b6ị“ʠȷ»ØAç"Y - Main link: no arguments
“¤ṁp}œḊṄæ®’ - base 250 compressed number -> 75711304811637630759
b6 - convert to base 6 list -----------> [ 2, 3, 5, 5, 1, 1, 5, 1, 4, 5, 3, 5, 1, 3, 1, 1, 1, 5, 3, 3, 2, 0, 0, 1, 0, 3]
“ʠȷ» - word from Jelly's dictionary, "anisole"
ị - index into that ------------------> [ "n" , "i" , "o" , "o" , "a" , "a" , "o" , "a" , "s" , "o" , "i" , "o" , "a" , "i" , "a" , "a" , "a" , "o" , "i" , "i" , "n" , "e" , "e" , "a" , "e" , "i"]
ØA - get the uppercase alphabet
ç" - zip with last link (1) as a dyad -> ["Ant","Bit","Cot","Dot","Eat","Fat","Got","Hat","Ist","Jot","Kit","Lot","Mat","Nit","Oat","Pat","Qat","Rot","Sit","Tit","Unt","Vet","Wet","Xat","Yet","Zit"]
Y - join with line feeds
- implicit print
;“ẉbẊWS»,⁸K;;”t - Link 1, join up the parts: Character, Two-Character-Word-Ending
; - concatenate Character (e.g. "A") with
“ẉbẊWS» - the compressed string " is for" ---> "A is for"
, - pair that with
⁸ - the left argument (Character) -----> ["A is for","A"]
K - join with spaces ------------------> "A is for A"
; - concatenate with right argument ---> "A is for An"
; - concatenate with
”t - "t" ---------------------------> "A is for Ant"
以前的46
“¤ṪŻIð^ƥ’b4ị⁾sap⁾pt¤ØAż,@K¥€“ẉbẊWS»ØAżYF”e272¦
在“ sa”和“ pt”的笛卡尔乘积中,所有单词的第二个字母“ s”或“ a”,最后一个字母“ p”或“ t”使用四进制查找。除了 “ U”字以外,代码将其更改为“ Use”(最后使用相对较大F”e272¦
的字)-如果我可以找到这样的单词列表,且没有此类异常,我们将查看39个字节。
单词表:
Asp, Bat, Cat, Dap, Eat, Fat, Gap, Hat, Ist, Jat, Kat, Lap, Mat, Nap, Oat, Pat, Qat, Rat, Sat, Tap, Use, Vat, Wat, Xat, Yap, Zap
试试这个
前56个字节
”tṁØA⁺,j“niooaauusoioaiuaaoiineeaei”œs3Z,@K¥€“ẉbẊWS»ØAżY
单词表:
Ant, Bit, Cot, Dot, Eat, Fat, Gut, Hut, Ist, Jot, Kit, Lot, Mat, Nit, Out, Pat, Qat, Rot, Sit, Tit, Unt, Vet, Wet, Xat, Yet, Zit
它已格式化,请尝试一下
前一个83字节
“ẉbẊWS»WṁØA⁺żż“¦ịfe$ɲVPġþ¹Øt@ƑƊŀqṁŒƑOɦ⁴ḍẊḤṁr}Ƭ¢b⁻?q&øIụNẎ9eƲi⁸'ıB.;%V,¦İ⁷ẓk½»s5¤K€Y
...让我们玩“发现字母没有动物的地方!” 只有一个,只有一个-注意红色鲱鱼 (一个谎言,红色鲱鱼是氙,这是一种元素,显然不是动物),这里有两个五个字母的单词,它们不是动物(氙是一个) :
Aphid, Bison, Camel, Dingo, Eagle, Finch, Gecko, Heron, Indri, Jabot, Koala, Lemur, Mouse, Nyala, Otter, Panda, Quail, Raven, Sloth, Tapir, Urial, Viper, Whale, Xenon, Yapok, Zebra
(当然,此文件格式正确,请尝试一下 -我只是想节省空间)