jordane95 commited on
Commit
e91c35a
·
1 Parent(s): 66fc255
Files changed (2) hide show
  1. data/train.csv +0 -0
  2. data/val.csv +445 -0
data/train.csv ADDED
The diff for this file is too large to render. See raw diff
 
data/val.csv ADDED
@@ -0,0 +1,445 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ id,prompt,answer,category
2
+ 54d2b3b0,"In Alice's Wonderland, a secret bit manipulation rule transforms 8-bit binary numbers. The transformation involves operations like bit shifts, rotations, XOR, AND, OR, NOT, and possibly majority or choice functions.
3
+
4
+ Here are some examples of input -> output:
5
+ 01101011 -> 00010100
6
+ 11001010 -> 00000101
7
+ 11100001 -> 01000001
8
+ 01000000 -> 00000000
9
+ 11110011 -> 01100001
10
+ 00000101 -> 00000010
11
+ 00111010 -> 00010100
12
+ 11111011 -> 01110101
13
+ 11100010 -> 01000001
14
+
15
+ Now, determine the output for: 00000110",00000000,Bit Manipulation
16
+ b80795b4,"In Alice's Wonderland, a secret bit manipulation rule transforms 8-bit binary numbers. The transformation involves operations like bit shifts, rotations, XOR, AND, OR, NOT, and possibly majority or choice functions.
17
+
18
+ Here are some examples of input -> output:
19
+ 10100010 -> 00010000
20
+ 11101010 -> 01010110
21
+ 10001110 -> 01110000
22
+ 00100001 -> 00001000
23
+ 00100111 -> 00111000
24
+ 01110111 -> 10111011
25
+ 01110100 -> 10100011
26
+
27
+ Now, determine the output for: 01000010",00010000,Bit Manipulation
28
+ 18ab3864,"In Alice's Wonderland, a secret bit manipulation rule transforms 8-bit binary numbers. The transformation involves operations like bit shifts, rotations, XOR, AND, OR, NOT, and possibly majority or choice functions.
29
+
30
+ Here are some examples of input -> output:
31
+ 11000011 -> 01100011
32
+ 01000011 -> 01100001
33
+ 00100110 -> 11000000
34
+ 01001111 -> 11100001
35
+ 10011010 -> 01000010
36
+ 01000001 -> 00100001
37
+ 10010100 -> 10000010
38
+ 01100110 -> 11000001
39
+ 01111001 -> 00100001
40
+
41
+ Now, determine the output for: 00011101",10100000,Bit Manipulation
42
+ 129d29e1,"In Alice's Wonderland, a secret bit manipulation rule transforms 8-bit binary numbers. The transformation involves operations like bit shifts, rotations, XOR, AND, OR, NOT, and possibly majority or choice functions.
43
+
44
+ Here are some examples of input -> output:
45
+ 00111110 -> 10111100
46
+ 01100010 -> 10000100
47
+ 11100111 -> 00101111
48
+ 11001011 -> 11110111
49
+ 00000000 -> 00000000
50
+ 11111111 -> 00011111
51
+ 00011010 -> 01110100
52
+ 10100110 -> 10001101
53
+
54
+ Now, determine the output for: 00010011",01000110,Bit Manipulation
55
+ 7c206ce2,"In Alice's Wonderland, a secret bit manipulation rule transforms 8-bit binary numbers. The transformation involves operations like bit shifts, rotations, XOR, AND, OR, NOT, and possibly majority or choice functions.
56
+
57
+ Here are some examples of input -> output:
58
+ 11011000 -> 00000000
59
+ 11100110 -> 00000000
60
+ 01100111 -> 10000000
61
+ 10011101 -> 10000000
62
+ 10111010 -> 00000000
63
+ 11010110 -> 00000000
64
+ 11010000 -> 00000000
65
+ 00100110 -> 00000000
66
+ 01101001 -> 00000000
67
+ 01110100 -> 00000000
68
+
69
+ Now, determine the output for: 01110011",00000000,Bit Manipulation
70
+ fa6f754d,"In Alice's Wonderland, a secret bit manipulation rule transforms 8-bit binary numbers. The transformation involves operations like bit shifts, rotations, XOR, AND, OR, NOT, and possibly majority or choice functions.
71
+
72
+ Here are some examples of input -> output:
73
+ 11101101 -> 11110110
74
+ 10000101 -> 01010000
75
+ 11000011 -> 00100100
76
+ 11010111 -> 01101101
77
+ 11110010 -> 00111111
78
+ 01010010 -> 00100101
79
+ 00100001 -> 00010010
80
+ 10100100 -> 01001010
81
+ 10111001 -> 01011011
82
+
83
+ Now, determine the output for: 10001111",11000000,Bit Manipulation
84
+ b67194af,"In Alice's Wonderland, a secret bit manipulation rule transforms 8-bit binary numbers. The transformation involves operations like bit shifts, rotations, XOR, AND, OR, NOT, and possibly majority or choice functions.
85
+
86
+ Here are some examples of input -> output:
87
+ 11101101 -> 10110111
88
+ 01100011 -> 10001101
89
+ 11110110 -> 11011011
90
+ 01001010 -> 00101001
91
+ 01011101 -> 01110101
92
+ 00011100 -> 01110000
93
+ 01111100 -> 11110001
94
+
95
+ Now, determine the output for: 10101001",10100110,Bit Manipulation
96
+ 257e7158,"In Alice's Wonderland, a secret bit manipulation rule transforms 8-bit binary numbers. The transformation involves operations like bit shifts, rotations, XOR, AND, OR, NOT, and possibly majority or choice functions.
97
+
98
+ Here are some examples of input -> output:
99
+ 00111001 -> 01000111
100
+ 10110110 -> 00101111
101
+ 11110001 -> 10011101
102
+ 10110100 -> 00111011
103
+ 00010101 -> 01111101
104
+ 00010001 -> 01010101
105
+ 11111100 -> 11101111
106
+ 10000101 -> 11010001
107
+ 00100010 -> 10101010
108
+ 01110000 -> 10011111
109
+
110
+ Now, determine the output for: 10011001",00001001,Bit Manipulation
111
+ b16455a2,"In Alice's Wonderland, a secret bit manipulation rule transforms 8-bit binary numbers. The transformation involves operations like bit shifts, rotations, XOR, AND, OR, NOT, and possibly majority or choice functions.
112
+
113
+ Here are some examples of input -> output:
114
+ 10001111 -> 00110011
115
+ 00001010 -> 10010110
116
+ 11111011 -> 01101101
117
+ 10110100 -> 10111001
118
+ 00011000 -> 10011100
119
+ 11101101 -> 11110111
120
+ 11100011 -> 00001111
121
+ 00111101 -> 10101100
122
+ 10110001 -> 00001101
123
+
124
+ Now, determine the output for: 11001011",10101011,Bit Manipulation
125
+ 6806d715,"In Alice's Wonderland, a secret bit manipulation rule transforms 8-bit binary numbers. The transformation involves operations like bit shifts, rotations, XOR, AND, OR, NOT, and possibly majority or choice functions.
126
+
127
+ Here are some examples of input -> output:
128
+ 10101000 -> 01111110
129
+ 11000010 -> 11010001
130
+ 11011100 -> 01011001
131
+ 11111011 -> 10000011
132
+ 11000011 -> 10010001
133
+ 00000000 -> 00000000
134
+ 11110010 -> 11000101
135
+ 11010110 -> 11011110
136
+ 11111010 -> 11000011
137
+
138
+ Now, determine the output for: 10110001",00110100,Bit Manipulation
139
+ de036bbf,"In Alice's Wonderland, a secret set of transformation rules is applied to equations. Below are a few examples:
140
+ @(+\\ = #!\
141
+ #!-#\ = #
142
+ '@-[[ = :
143
+ %%-@[ = #\
144
+ \[*#"" = @:%
145
+ Now, determine the result for: ''*#(",''#,Equation Transformation
146
+ 1e248995,"In Alice's Wonderland, a secret set of transformation rules is applied to equations. Below are a few examples:
147
+ 55""38 = ""17
148
+ 78^42 = 120
149
+ 51^87 = 138
150
+ 24^73 = 97
151
+ 11$15 = 164
152
+ Now, determine the result for: 13^18",31,Equation Transformation
153
+ 3a8a4ebc,"In Alice's Wonderland, a secret set of transformation rules is applied to equations. Below are a few examples:
154
+ 26#12 = 2031
155
+ 56'19 = '62
156
+ 47#67 = 4265
157
+ Now, determine the result for: 74'29",'54,Equation Transformation
158
+ 4e5fa95b,"In Alice's Wonderland, a secret set of transformation rules is applied to equations. Below are a few examples:
159
+ 93(51 = 4744
160
+ 44(82 = 3609
161
+ 13(26 = 339
162
+ 49+81 = 32
163
+ 84?47 = 131
164
+ Now, determine the result for: 27?59",86,Equation Transformation
165
+ e5b65a4c,"In Alice's Wonderland, a secret set of transformation rules is applied to equations. Below are a few examples:
166
+ `)<#` = ?%)
167
+ %^@?` = |%
168
+ )!@%? = `?#
169
+ Now, determine the result for: |%@#)",``#,Equation Transformation
170
+ f8bbabab,"In Alice's Wonderland, a secret set of transformation rules is applied to equations. Below are a few examples:
171
+ [^+:` = :`[^
172
+ <^*!^ = ![@
173
+ <`+`] = `]<`
174
+ Now, determine the result for: `>+>^",>^`>,Equation Transformation
175
+ 0c30f561,"In Alice's Wonderland, a secret set of transformation rules is applied to equations. Below are a few examples:
176
+ \#*<% = ]]\
177
+ >^*\> = \^%\
178
+ \>*]% = ^#`
179
+ ]]*^% = `#^`
180
+ Now, determine the result for: ^]-^^",-],Equation Transformation
181
+ 4612258e,"In Alice's Wonderland, a secret set of transformation rules is applied to equations. Below are a few examples:
182
+ }!*)! = }!)!
183
+ >{+:) = {!
184
+ >>*@{ = >>@{
185
+ @}->/ = -[}
186
+ {#*}[ = {#}[
187
+ Now, determine the result for: )#-:@",-[!,Equation Transformation
188
+ 759cbdde,"In Alice's Wonderland, a secret set of transformation rules is applied to equations. Below are a few examples:
189
+ 18*04 = 121
190
+ 82(56 = 9181
191
+ 44'34 = 1
192
+ Now, determine the result for: 84*46",211,Equation Transformation
193
+ 3acfa7a4,"In Alice's Wonderland, a secret set of transformation rules is applied to equations. Below are a few examples:
194
+ 19-22 = 96
195
+ 81}78 = 7881
196
+ 44%92 = 6721
197
+ 38-04 = 34
198
+ Now, determine the result for: 45%92",6651,Equation Transformation
199
+ 805242d9,"In Alice's Wonderland, the gravitational constant has been secretly changed. Here are some example observations:
200
+ For t = 1.04s, distance = 3.93 m
201
+ For t = 2.21s, distance = 17.76 m
202
+ For t = 1.75s, distance = 11.14 m
203
+ Now, determine the falling distance for t = 4.19s given d = 0.5*g*t^2.",63.85,Gravitational Constant
204
+ 136ffda9,"In Alice's Wonderland, the gravitational constant has been secretly changed. Here are some example observations:
205
+ For t = 2.55s, distance = 52.84 m
206
+ For t = 2.09s, distance = 35.5 m
207
+ For t = 1.24s, distance = 12.49 m
208
+ For t = 4.25s, distance = 146.78 m
209
+ Now, determine the falling distance for t = 3.28s given d = 0.5*g*t^2.",87.42,Gravitational Constant
210
+ 37591952,"In Alice's Wonderland, the gravitational constant has been secretly changed. Here are some example observations:
211
+ For t = 3.07s, distance = 64.62 m
212
+ For t = 4.22s, distance = 122.11 m
213
+ For t = 4.27s, distance = 125.02 m
214
+ Now, determine the falling distance for t = 2.6s given d = 0.5*g*t^2.",46.35,Gravitational Constant
215
+ 6b3f1b31,"In Alice's Wonderland, the gravitational constant has been secretly changed. Here are some example observations:
216
+ For t = 4.98s, distance = 192.49 m
217
+ For t = 2.9s, distance = 65.27 m
218
+ For t = 2.77s, distance = 59.55 m
219
+ For t = 2.53s, distance = 49.68 m
220
+ For t = 1.57s, distance = 19.13 m
221
+ Now, determine the falling distance for t = 3.76s given d = 0.5*g*t^2.",109.73,Gravitational Constant
222
+ d0def878,"In Alice's Wonderland, the gravitational constant has been secretly changed. Here are some example observations:
223
+ For t = 1.92s, distance = 22.86 m
224
+ For t = 1.02s, distance = 6.45 m
225
+ For t = 3.24s, distance = 65.1 m
226
+ Now, determine the falling distance for t = 4.54s given d = 0.5*g*t^2.",127.82,Gravitational Constant
227
+ af52a14c,"In Alice's Wonderland, the gravitational constant has been secretly changed. Here are some example observations:
228
+ For t = 4.88s, distance = 59.11 m
229
+ For t = 2.33s, distance = 13.47 m
230
+ For t = 3.21s, distance = 25.57 m
231
+ For t = 1.46s, distance = 5.29 m
232
+ For t = 2.29s, distance = 13.02 m
233
+ Now, determine the falling distance for t = 1.31s given d = 0.5*g*t^2.",4.26,Gravitational Constant
234
+ eefdd08e,"In Alice's Wonderland, the gravitational constant has been secretly changed. Here are some example observations:
235
+ For t = 3.48s, distance = 57.21 m
236
+ For t = 3.18s, distance = 47.77 m
237
+ For t = 3.39s, distance = 54.29 m
238
+ Now, determine the falling distance for t = 4.08s given d = 0.5*g*t^2.",78.64,Gravitational Constant
239
+ 6ef133e6,"In Alice's Wonderland, the gravitational constant has been secretly changed. Here are some example observations:
240
+ For t = 1.14s, distance = 10.2 m
241
+ For t = 1.9s, distance = 28.33 m
242
+ For t = 3.2s, distance = 80.35 m
243
+ For t = 1.45s, distance = 16.5 m
244
+ For t = 2.8s, distance = 61.52 m
245
+ Now, determine the falling distance for t = 2.25s given d = 0.5*g*t^2.",39.72,Gravitational Constant
246
+ 62082106,"In Alice's Wonderland, the gravitational constant has been secretly changed. Here are some example observations:
247
+ For t = 1.73s, distance = 9.74 m
248
+ For t = 2.86s, distance = 26.61 m
249
+ For t = 3.22s, distance = 33.73 m
250
+ Now, determine the falling distance for t = 4.57s given d = 0.5*g*t^2.",67.94,Gravitational Constant
251
+ ec1ee4b2,"In Alice's Wonderland, the gravitational constant has been secretly changed. Here are some example observations:
252
+ For t = 2.17s, distance = 31.32 m
253
+ For t = 1.83s, distance = 22.27 m
254
+ For t = 2.34s, distance = 36.42 m
255
+ For t = 3.37s, distance = 75.53 m
256
+ Now, determine the falling distance for t = 3.78s given d = 0.5*g*t^2.",95.02,Gravitational Constant
257
+ c9eac667,"In Alice's Wonderland, numbers are secretly converted into a different numeral system. Some examples are given below:
258
+ 75 -> LXXV
259
+ 3 -> III
260
+ 15 -> XV
261
+ Now, write the number 62 in the Wonderland numeral system.",LXII,Numeral System Conversion
262
+ 859d8041,"In Alice's Wonderland, numbers are secretly converted into a different numeral system. Some examples are given below:
263
+ 93 -> XCIII
264
+ 63 -> LXIII
265
+ 18 -> XVIII
266
+ 17 -> XVII
267
+ Now, write the number 12 in the Wonderland numeral system.",XII,Numeral System Conversion
268
+ bed6424f,"In Alice's Wonderland, numbers are secretly converted into a different numeral system. Some examples are given below:
269
+ 56 -> LVI
270
+ 88 -> LXXXVIII
271
+ 43 -> XLIII
272
+ 72 -> LXXII
273
+ 45 -> XLV
274
+ Now, write the number 29 in the Wonderland numeral system.",XXIX,Numeral System Conversion
275
+ 533b136e,"In Alice's Wonderland, numbers are secretly converted into a different numeral system. Some examples are given below:
276
+ 28 -> XXVIII
277
+ 50 -> L
278
+ 24 -> XXIV
279
+ 73 -> LXXIII
280
+ 92 -> XCII
281
+ Now, write the number 61 in the Wonderland numeral system.",LXI,Numeral System Conversion
282
+ 50b5296a,"In Alice's Wonderland, numbers are secretly converted into a different numeral system. Some examples are given below:
283
+ 66 -> LXVI
284
+ 57 -> LVII
285
+ 24 -> XXIV
286
+ 41 -> XLI
287
+ 39 -> XXXIX
288
+ Now, write the number 92 in the Wonderland numeral system.",XCII,Numeral System Conversion
289
+ f9205e80,"In Alice's Wonderland, numbers are secretly converted into a different numeral system. Some examples are given below:
290
+ 73 -> LXXIII
291
+ 83 -> LXXXIII
292
+ 63 -> LXIII
293
+ 27 -> XXVII
294
+ 89 -> LXXXIX
295
+ Now, write the number 33 in the Wonderland numeral system.",XXXIII,Numeral System Conversion
296
+ 5157ce3e,"In Alice's Wonderland, numbers are secretly converted into a different numeral system. Some examples are given below:
297
+ 26 -> XXVI
298
+ 37 -> XXXVII
299
+ 74 -> LXXIV
300
+ 12 -> XII
301
+ Now, write the number 26 in the Wonderland numeral system.",XXVI,Numeral System Conversion
302
+ 2b33a681,"In Alice's Wonderland, numbers are secretly converted into a different numeral system. Some examples are given below:
303
+ 13 -> XIII
304
+ 42 -> XLII
305
+ 57 -> LVII
306
+ 73 -> LXXIII
307
+ Now, write the number 5 in the Wonderland numeral system.",V,Numeral System Conversion
308
+ 4ce53a68,"In Alice's Wonderland, numbers are secretly converted into a different numeral system. Some examples are given below:
309
+ 56 -> LVI
310
+ 33 -> XXXIII
311
+ 25 -> XXV
312
+ 97 -> XCVII
313
+ 3 -> III
314
+ Now, write the number 29 in the Wonderland numeral system.",XXIX,Numeral System Conversion
315
+ 0a1988b2,"In Alice's Wonderland, numbers are secretly converted into a different numeral system. Some examples are given below:
316
+ 25 -> XXV
317
+ 61 -> LXI
318
+ 71 -> LXXI
319
+ 89 -> LXXXIX
320
+ 17 -> XVII
321
+ Now, write the number 56 in the Wonderland numeral system.",LVI,Numeral System Conversion
322
+ c86663f4,"In Alice's Wonderland, secret encryption rules are used on text. Here are some examples:
323
+ btjwpzt nrffrib tep lobtpadrjb krtdrz -> student follows the mysterious potion
324
+ tep whax lrjbp aphwb -> the dark mouse reads
325
+ xdzq uehbpb tep qrfwpz lpbbhqp -> king chases the golden message
326
+ ahyydt wdburcpab btrao -> rabbit discovers story
327
+ Now, decrypt the following text: xzdqet wahib tep qrfwpz xpo",knight draws the golden key,Text Encryption
328
+ 85b9bc03,"In Alice's Wonderland, secret encryption rules are used on text. Here are some examples:
329
+ zblwop zblfa djk tlwcqly dbklavbk -> dragon draws the magical treasure
330
+ dvbdyk zblfa djbovwj ilyykn -> turtle draws through valley
331
+ scpw fbcdka djk rbcwjd dbklavbk -> king writes the bright treasure
332
+ Now, decrypt the following text: djk zlbs fcxlbz kheyobka",the dark wizard explores,Text Encryption
333
+ bd2c459a,"In Alice's Wonderland, secret encryption rules are used on text. Here are some examples:
334
+ zfhxtc nrmfk uqy -> knight found map
335
+ shaqgk kgoqub cto qfjhofc uobbqxo -> wizard dreams the ancient message
336
+ qihjo khbjrpogb ctgrmxt srfkogiqfk -> alice discovers through wonderland
337
+ cto thkkof zfhxtc nrmfk -> the hidden knight found
338
+ gqwwhc boob qgrmfk pqiiod -> rabbit sees around valley
339
+ Now, decrypt the following text: cto qfjhofc coqjtog ovyirgob",the ancient teacher explores,Text Encryption
340
+ 550de4d8,"In Alice's Wonderland, secret encryption rules are used on text. Here are some examples:
341
+ moddcf rmcfqt cg thzjjn -> rabbit writes in school
342
+ rcyome mqoet cg thzjjn -> wizard reads in school
343
+ onchq rmcfqt fzq hwmcjwt bjfcjg -> alice writes the curious potion
344
+ dcme mqoet fzq hjnjmswn tfjmu -> bird reads the colorful story
345
+ onchq emqokt cg bonohq -> alice dreams in palace
346
+ Now, decrypt the following text: lcgi ckoicgqt omjwge hotfnq",king imagines around castle,Text Encryption
347
+ 522cc588,"In Alice's Wonderland, secret encryption rules are used on text. Here are some examples:
348
+ bkfs xftagty grt ygfaolt bnnp -> bird creates the strange book
349
+ ahkxt kdalkoty grt aoxktog ptj -> alice imagines the ancient key
350
+ qfkoxtyy enhhnuy grt ukyt ytxftg -> princess follows the wise secret
351
+ xag ftasy grt bfklrg ygnfj -> cat reads the bright story
352
+ poklrg sfauy grt xcfkncy daq -> knight draws the curious map
353
+ Now, decrypt the following text: dncyt encos otaf ikhhalt",mouse found near village,Text Encryption
354
+ f7e6a877,"In Alice's Wonderland, secret encryption rules are used on text. Here are some examples:
355
+ zskwpsy xzietsx wygxzkd -> teacher studies crystal
356
+ rytjwsxx eykhx xswysz -> princess draws secret
357
+ rytjwsxx wpkxsx vkyesj -> princess chases garden
358
+ zps xswysz eykvmj yskex -> the secret dragon reads
359
+ rytjwsxx xzietsx zps qkvtwkd omysxz -> princess studies the magical forest
360
+ Now, decrypt the following text: zskwpsy hytzsx tj omysxz",teacher writes in forest,Text Encryption
361
+ 536af2bc,"In Alice's Wonderland, secret encryption rules are used on text. Here are some examples:
362
+ qlggs pxhaga wgucsi nathsi -> queen chases beyond island
363
+ bghpxgo poghbga wccv -> teacher creates book
364
+ blobtg kclsi bxg hspngsb ynooco -> turtle found the ancient mirror
365
+ ohwwnb rhbpxga nsanig mntthjg -> rabbit watches inside village
366
+ Now, decrypt the following text: bxg wonjxb htnpg ablinga",the bright alice studies,Text Encryption
367
+ 2c680884,"In Alice's Wonderland, secret encryption rules are used on text. Here are some examples:
368
+ jmooda tolhcdt fdsxnh vcfamas -> hatter studies beyond library
369
+ tolhdno wxvvxqt ojd tdyado blggvd -> student follows the secret puzzle
370
+ plddn ckmicndt ojd yxvxawlv bxocxn -> queen imagines the colorful potion
371
+ Now, decrypt the following text: fcah ckmicndt ojd toamnid oadmtlad",bird imagines the strange treasure,Text Encryption
372
+ 500ec799,"In Alice's Wonderland, secret encryption rules are used on text. Here are some examples:
373
+ xzp ysdrpsx urwn nwyla -> the ancient bird draws
374
+ yvrdp lyxdzpa rs qibsxyrs -> alice watches in mountain
375
+ xzp uwrfzx xbwxvp lwrxpa -> the bright turtle writes
376
+ dyx oivvila ywibsn ravysn -> cat follows around island
377
+ lrtywn pjhviwpa xzp arvkpw qyh -> wizard explores the silver map
378
+ Now, decrypt the following text: dyx pjhviwpa niiw",cat explores door,Text Encryption
379
+ 0af037a5,"In Alice's Wonderland, secret encryption rules are used on text. Here are some examples:
380
+ htnjmz bineve fiv iahhvz hmmt -> dragon chases the hidden door
381
+ fiv hnts wmdev awnjazve -> the dark mouse imagines
382
+ htnjmz bineve fitmdji kmzhvtpnzh -> dragon chases through wonderland
383
+ gtazbvee efdhave ntmdzh aepnzh -> princess studies around island
384
+ kaxnth cmppmke fiv bpvuvt gdxxpv -> wizard follows the clever puzzle
385
+ Now, decrypt the following text: efdhvzf efdhave zvnt unppvy",student studies near valley,Text Encryption
386
+ 94934452,"In Alice's Wonderland, a secret unit conversion is applied to measurements. For example:
387
+ 29.13 m becomes 35.47
388
+ 47.55 m becomes 57.89
389
+ 49.37 m becomes 60.11
390
+ 24.09 m becomes 29.33
391
+ Now, convert the following measurement: 44.2 m",53.82,Unit Conversion
392
+ b2e7ee08,"In Alice's Wonderland, a secret unit conversion is applied to measurements. For example:
393
+ 37.1 m becomes 27.04
394
+ 12.06 m becomes 8.79
395
+ 19.4 m becomes 14.14
396
+ Now, convert the following measurement: 45.3 m",33.02,Unit Conversion
397
+ cc6a45f8,"In Alice's Wonderland, a secret unit conversion is applied to measurements. For example:
398
+ 30.78 m becomes 38.88
399
+ 27.27 m becomes 34.45
400
+ 5.91 m becomes 7.47
401
+ 33.27 m becomes 42.03
402
+ 46.89 m becomes 59.23
403
+ Now, convert the following measurement: 22.12 m",27.94,Unit Conversion
404
+ 3b6db97b,"In Alice's Wonderland, a secret unit conversion is applied to measurements. For example:
405
+ 8.6 m becomes 7.92
406
+ 16.44 m becomes 15.14
407
+ 24.68 m becomes 22.73
408
+ 6.83 m becomes 6.29
409
+ Now, convert the following measurement: 26.42 m",24.33,Unit Conversion
410
+ eebbd231,"In Alice's Wonderland, a secret unit conversion is applied to measurements. For example:
411
+ 13.15 m becomes 10.38
412
+ 32.25 m becomes 25.46
413
+ 8.71 m becomes 6.88
414
+ Now, convert the following measurement: 7.24 m",5.72,Unit Conversion
415
+ 0e2636ae,"In Alice's Wonderland, a secret unit conversion is applied to measurements. For example:
416
+ 28.02 m becomes 18.45
417
+ 48.23 m becomes 31.75
418
+ 16.15 m becomes 10.63
419
+ Now, convert the following measurement: 14.75 m",9.71,Unit Conversion
420
+ c18ee385,"In Alice's Wonderland, a secret unit conversion is applied to measurements. For example:
421
+ 13.46 m becomes 7.00
422
+ 9.7 m becomes 5.04
423
+ 14.39 m becomes 7.48
424
+ 31.57 m becomes 16.41
425
+ Now, convert the following measurement: 26.07 m",13.55,Unit Conversion
426
+ 5d097009,"In Alice's Wonderland, a secret unit conversion is applied to measurements. For example:
427
+ 47.04 m becomes 90.70
428
+ 21.89 m becomes 42.21
429
+ 48.14 m becomes 92.82
430
+ 28.71 m becomes 55.36
431
+ 33.67 m becomes 64.92
432
+ Now, convert the following measurement: 27.6 m",53.22,Unit Conversion
433
+ abd83957,"In Alice's Wonderland, a secret unit conversion is applied to measurements. For example:
434
+ 6.71 m becomes 7.81
435
+ 23.74 m becomes 27.62
436
+ 12.82 m becomes 14.92
437
+ 8.43 m becomes 9.81
438
+ 32.51 m becomes 37.83
439
+ Now, convert the following measurement: 9.53 m",11.09,Unit Conversion
440
+ 713e980e,"In Alice's Wonderland, a secret unit conversion is applied to measurements. For example:
441
+ 41.28 m becomes 72.60
442
+ 36.39 m becomes 64.00
443
+ 46.13 m becomes 81.13
444
+ 6.27 m becomes 11.03
445
+ Now, convert the following measurement: 15.64 m",27.51,Unit Conversion