-
Notifications
You must be signed in to change notification settings - Fork 0
/
kasoty.sql
373 lines (360 loc) · 115 KB
/
kasoty.sql
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
-- phpMyAdmin SQL Dump
-- version 4.7.4
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Feb 13, 2019 at 01:38 PM
-- Server version: 10.1.28-MariaDB
-- PHP Version: 7.1.11
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Database: `kasoty`
--
-- --------------------------------------------------------
--
-- Table structure for table `questions`
--
CREATE TABLE `questions` (
`QNO` int(11) NOT NULL,
`CATEGORY` int(100) NOT NULL,
`QUESTION` varchar(5000) NOT NULL,
`ANSWER` varchar(1000) NOT NULL,
`HINTONE` varchar(1000) NOT NULL,
`HINTTWO` varchar(1000) NOT NULL,
`HINTTHREE` varchar(1000) NOT NULL,
`USED` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `questions`
--
INSERT INTO `questions` (`QNO`, `CATEGORY`, `QUESTION`, `ANSWER`, `HINTONE`, `HINTTWO`, `HINTTHREE`, `USED`) VALUES
(1, 2, 'Mass spectrometer is used to determine mass number of isotopes and', 'Relative abundance of isotopes', 'Percentage of a particular isotope', 'Occurs in nature', 'Naturally found on planet', 0),
(2, 2, 'Estimation of amounts of different components in a sample is', 'Quantitative analysis', 'Branch of chemistry that deals with the determination of the amount', 'Percentage of one or more constituents of a sample', 'Estimation refers to the process by which one makes inferences about a population based on information', 0),
(3, 2, 'Animal Charcoal absorbs the coloured', 'Impurities', 'Chemical Substance inside a confined amount of liquid', 'Differ from the chemical composition of the material or compound', 'They are Either naturally occurring or added during synthesis of a chemical or commercial product', 0),
(4, 2, 'Hydrogen Bonding is maximum in', 'HF', 'It is colorless gas', 'It is widely used in the petrochemical industry as a component of superacids', 'It is used in the production of aluminum and chlorofluorocarbons, and in the glass etching and chemical industries', 0),
(5, 2, 'Which type of hybridization is present in Ammonia?', 'Sp3', 'Nitrogen is hybridized.', 'Nitrogen is a member of 5th group', 'Nitrogen has 1 lone pair.', 0),
(6, 2, 'Order of a reaction depends upon', 'Power of concentration of reactions', 'It increases the rate of reaction', 'Its increase may have little noticeable effect of the rate', 'Its increase the rate of reaction', 0),
(7, 2, 'Why does lithium carbonate decompose on heating', 'It is not stable', 'It is related to its properties', 'Molecular characteristics of a chemical or compound', 'Realted to Stability', 0),
(8, 2, 'Why is heat of the earth maintained', 'Due to carbon dioxide and water vapours', 'It is colourless', 'A low concentration the gas is odorless', 'At sufficiently-high concentrations, it has a sharp, acidic odor at standard temperature', 0),
(9, 2, 'Effective collision is responsible for', 'Formation of product', 'Combination of growth rate and cell concentration', 'Activated complex', 'Rates of a given chemical reaction', 0),
(10, 2, 'The value of activation energy is primarily determined by', 'Temperature', 'It increases rate of reaction', 'Speeds up rate of reaction', 'Accelerates the reaction', 0),
(11, 2, 'The energy of activation of forward reaction is less than thatnof backward reaction in', 'Exothermic reaction', 'It may occur spontaneously', 'Denoted by negative heat flow', 'They produce heat', 0),
(12, 2, 'Energy Required to form the transition state is called', 'Activation energy', 'It is required to activate atoms', 'The energy which chemical reactions need to be activated', 'Speeds up the motion of molecules', 0),
(13, 2, 'Energy of activation for backward reaction is less than forward reaction for which reaction', 'Endothermic reaction', 'In this reaction product requires less energy to return back to the reactant', 'Cannot occur spontaneously', 'They are characterized by positive heat flow', 0),
(14, 2, 'Polyster resins are specially used in', 'Clothing', 'Collective term for items worn on the body', 'It is restricted to human beings', 'You are wearing them right now xD', 0),
(15, 2, 'The non-protein part of enzyme is called', 'Co-enzyme', 'They are required by certain enzymes', 'They are used to carry out catalysis', 'Organic Molecules', 0),
(16, 2, 'What is the final product of reaction n-heptane', 'Toluene', 'Colorless', 'Flammable', 'Non-Corrosive', 0),
(17, 2, 'SO2 is harmful to as it act as', 'Lung Irritant', 'They are two in our body', 'They are affected from smoking', 'They are very high and can resist distension', 0),
(18, 2, 'Ecosyestem is smaller unit of', 'Biosphere', 'Part of earth where all organisims live', 'Global ecological system', 'Made up of parts of earth where life exists', 0),
(19, 2, 'In benzene sulphonic acid is attached with benzene ring through', 'Sulphur', 'In nature it occurs as pure element', 'It is infamous For its smell', 'Frequently compare to rotten eggs', 0),
(20, 2, 'Acetophenone is a', 'Ketone', 'It has the carbonyl group with two hydrocarbon groups attached', 'They dont have a hydrogen atom attached to the carbonyl group', 'It is a functional group', 0),
(21, 2, 'Amongst the following, polycyclic compound is', 'Styrene', 'Colourless', 'Toxic liquid', 'Strong aromatic odor', 0),
(22, 2, 'Hydrogenation of benzene in the presence of nickel or platinum produces', 'cyclohexane', 'Clear colorless liquid', 'Petroleum Like Odor', 'Used to make nylon', 0),
(23, 2, 'The Friedal craft reaction will be slowest for', 'Nitro bezene', 'It is water-Insoluble', 'Pale Yellow Oil', 'With an almond like odor', 0),
(24, 2, 'Magnesium metal does not burn in the vessel containing', 'Ne', 'Atomic Number 10', 'It is Colorless odorless inert mono atomic gas', 'It is a noble gas ( Group 8 )', 0),
(25, 2, 'In diaphragm cell , hydrogen is discharged by the reduced of', 'Water', 'Its attraction to polar molecules', 'High-specific heat', 'High polarity', 0),
(26, 2, 'Which Of the following way is used for classification of chromatography', 'Phase', 'Absorption chromatography', 'Partion Chromatography', 'It is a region of space ( a themodynamic system )', 0),
(27, 2, 'What substance expands on cooling?', 'Water.', 'When it freezes it takes up more volume.', 'It is an inorganic compound.', 'It has a pH of 7.', 0),
(28, 2, 'What element in its liquid state defies gravity?', 'Helium.', 'It is called the lambda point for that element.', 'Second most common element after hydrogen.', 'At room temperature it is a tasteless and odorless gas.', 0),
(29, 2, 'What is the rarest natural-occurring element in Earth\'s crust?', 'Astatine.', 'It is named after the Greek word for unstable (astatos).', 'Semi-metal that results from the decay of uranium and thorium.', 'Its atomic number is 85.', 0),
(30, 2, 'Your car\'s airbags are packed with which salt?', 'Sodium Azide.', 'It is a rapidly acting, potentially deadly chemical that exists as an odorless white solid.', 'When it is mixed with water or an acid, it changes rapidly to a toxic gas with a pungent (sharp) odor.', 'It is also a preservative preventing the microbial growth in the buffer.', 0),
(31, 2, 'Which element from the periodic table can easily melt with the warmth of your hand?', 'Gallium.', 'It is extracted from bauxite and sometimes sphalerite.', 'Low melting alloys are used in some medical thermometers as non-toxic substitutes for mercury.', 'Its atomic number is 31.', 0),
(32, 2, 'Lightning strikes produce what?', 'Ozone.', 'It is the reason why lightning produces a \"clean\" smell.', 'It is generally contained mostly within in the stratosphere\'s layer.', 'It acts as a filter for the shorter wavelength.', 0),
(33, 2, 'Which acid is so corrosive that it will dissolve glass?', 'Hydrofluoric acid.', 'It is considered a weak acid.', 'It is an industrial raw material used in the manufacture of products including refrigerants, gasoline and aluminum.', 'It is a precursor to almost all fluorine compounds.', 0),
(34, 2, 'Hot peppers get their heat from a molecule called?', 'Capsaicin.', 'The molecule acts as an irritant to mammals.', 'It may reduce your appetite and help lower blood pressure.', 'It is a phenylpropanoid compound.', 0),
(35, 2, 'Mars is red due to which compound?', 'Iron oxide.', 'Exposure to the fumes can cause metal fume fever.', 'It occurs in nature as the mineral hematite.', 'One of the forms of this compound is rust.', 0),
(36, 2, 'Name the best conductor of heat and electricity?', 'Graphene.', 'Is the thinnest compound known to exist.', 'Also known as miracle metal.', 'Is a single layer of pure carbon atoms bonded together with sp2 bonds.', 0),
(37, 2, 'What is the most common isotope of hydrogen?', 'Protium.', 'It is not radioactive while other two of its isotopes are.', 'It makes up 99.98% of hydrogen of the universe.', 'It has no neutron.', 0),
(38, 2, 'Your blood contains which metal in abundance?', 'Iron.', 'It is metal in first transition series.', 'Most common element on Earth.', 'It has atomic number 26.', 0),
(39, 2, 'Which element except mercury exists in liquid form at room temperature?', 'Bromine.', 'It is the third lightest halogen.', 'It has atomic number 35.', 'It evaporates to form a reddish brown gas.', 0),
(40, 2, '_____________ maintains the pH of blood?', 'Buffer of carbonic acid and bi-carbonates.', 'An aq. solution consisting of carbonates.', 'It contains a weak acid, and its conjugate base.', 'It implies Le Chateliers principle.', 0),
(41, 2, '______________ helps create super conducting magnets in furnace lining?', 'Zirconium.', 'It is transition metal.', 'It is isolated from a mineral.', 'You can find it in poison ivy lotion in a pharmacy.', 0),
(42, 2, 'Which element is used as a bonding agent in alloying steel, and titanium?', 'Vanadium.', 'It is one of the D-block elements.', 'Its atomic number is 23.', 'Its oxide acts as a catalyst in the production of sulfuric acid.', 0),
(43, 2, 'Which organic compound is a fungistatic compound that is widely used as a food preservative?', 'Benzoic acid.', 'It is a constituent of Whitfields ointment, which is used for treatment of fungal skin diseases.', 'Its sodium salt in acidic foods such as salad dressings, and carbonating drinks.', 'It is derived from an organic compound composing of equal number of carbon and hydrogen atoms.', 0),
(44, 2, 'Which synthetic fiber is famous for being bulletproof?', 'Kevlar.', 'It is five times stronger than steel.', 'It is highly heat resistant.', 'It was inspired from the structure of spider webs.', 0),
(45, 2, 'Which industrial process is an artificial nitrogen fixation process?', 'Haber process.', 'Uses iron as catalyst.', 'Uses two gases as reactants.', 'It is used to produce a compound which is a major constituent of fertilizers.', 0),
(46, 2, 'Which element makes the longest chains?', 'Carbon.', 'It has a property called Catenation.', '4th group element.', 'Basis of organic chemistry.', 0),
(47, 2, 'Which is the strongest bond in organic molecules?', 'sp-sp.', 'S-subshell is closest to nucleus.', 'More s character, more bond strength.', 'Sp-sp bond has the least bond length.', 0),
(48, 2, 'The process through which petroleum products are separated is?', 'Distillation.', 'The plant has huge columns.', 'Done on the basis of difference of boiling points.', 'D*******tion', 0),
(49, 3, 'Who published his theories in On the Origin of Species?', 'Charles Darwin', 'He was a naturalist.', 'He sailed around the world describing the animals and plants he saw.', 'He believed that living things evolved.', 0),
(50, 3, 'What does the peripheral nervous system consist of?', 'Nerves', 'specialized cells.', 'The central nervous system consists of brain and spinal cord.', 'They are made of cells called neurons.', 0),
(51, 3, 'What are the arms of a neutron called?', 'Dendrites.', 'The long projecting fibre is called axon.', 'They carry signals.', 'One arm from one neuron and an axon from another meet at a synapse.', 0),
(52, 3, 'How many bones does the thoracic spine consist?', '12', 'They form vertebral spine in the upper trunk.', 'They are the only vertebrae that support ribs.', 'They have overlapping processes.', 0),
(53, 3, 'Compact bone consists of units called?', 'Osteons', 'They are about 1mm across.', 'It is made up of numerous ting rings.', 'They are arranged around a central canal.', 0),
(54, 3, 'In cancellous bone, struts of rigid bone tissues are called?', 'Trabeculae.', 'It is composed of dense collagenous tissue.', 'It can be composed of other materials such as muscle and bone.', 'They are made of three cells, one of which is osteoblasts.', 0),
(55, 3, 'What is the smallest bone in the human body called?', 'Stapes.', 'It in our middle ear.', 'It rests on the oval window.', 'It is the third bone of three ossicles.', 0),
(56, 3, 'What kind of muscle pumps blood from the heart to the lungs?', 'Cardiac muscle.', 'It is made up of a network of branching muscle fiber.', 'Only found in heart.', 'Makes up the bulk of hearts mass.', 0),
(57, 3, 'What type of vessel collects carbon dioxide waste materials?', 'Capillaries.', 'Conduct blood from arterioles to all living cells. ', 'Their walls are only one cell thick.', 'They are the smallest type of vessel.', 0),
(58, 3, 'What lies beneath the epidermis?', 'Dermis.', 'It overlies an insulating layer of fatty tissue.', 'Contains the pits.', 'Thicker than epidermis.', 0),
(59, 3, 'Nails grow from what region of living calls?', 'Germinal matrix.', 'Highly cellular and highly vascularized region.', 'Source of neurons and glial cells.', 'Lies underneath a fold of skin called the cuticle.', 0),
(60, 3, 'Where do nerve signals meet when they leave the eyes?', 'Optic chiasma.', 'An X-shaped structure.', 'It is formed by the crossing of the optic nerves.', 'Because of this each half of the brain receives visual signals from the visual fields of both eyes.', 0),
(61, 3, 'Who came up with the name cell?', 'Robert Hooke.', 'He was an English philosopher.', 'He published the book Micrographia.', 'He is most famous for Hookes Law.', 0),
(62, 3, 'Lymph nodes house what type of white cell?', 'Macrophages.', 'They are found in the liver.', 'Form part of bodys defense system.', 'They come from monocytes.', 0),
(63, 3, 'What is the structure that provides the sense of spatial orientation called?', 'Cupula.', 'Produces nerve impulses.', 'Located within the ampullae.', 'It is a small, inverted cup.', 0),
(64, 3, 'What is the longest internal organ present in human body?', 'Small intestine.', 'It is the size of regular basketball court when unwound.', 'It is present under liver.', 'Its function is absorption of amino acids and digestion.', 0),
(65, 3, 'Name the part present in human eye that controls and focuses the entry of light into eye?', 'Cornea.', 'Acts like eyes outermost lens.', 'Contributes about 65-75% of the eyes total focusing power.', 'It bends the light when it enters.', 0),
(66, 3, 'Which enzyme is mainly responsible for digesting proteins?', 'Pepsin.', 'It is in the stomach.', 'It works in acidic conditions.', 'It works with a coenzyme.', 0),
(67, 3, 'What is the condition of plant cell when it absorbs a lot of water?', 'Turger.', 'Occurs in hypotonic solution.', 'Result of endosmosis.', 'Protoplasm pushes against cell wall.', 0),
(68, 3, 'Which part of brain is located behind the top part of the brain stem?', 'Cerebellum.', 'Receives information from spinal cord.', 'Controls voluntary movements. ', 'Controls balance and motor function speech.', 0),
(69, 3, 'Which part of DNA is responsible for genes replication?', 'Chromatin.', 'It is present in very small volumes.', 'Allows mitosis and meiosis.', 'Prevents chromosome breakage.', 0),
(70, 3, 'What is the name of the pigment responsible for colour in the body?', 'Melanin.', 'The more the pigment, the darker the skin tone.', 'Effective absorbent of UV radiation.', 'Similar to chlorophyll in plants.', 0),
(71, 3, 'Which connective tissue is found in joints?', 'Cartilage.', 'It is a firm tissue, but much softer than bone.', 'It is elastic in nature and is rubber like.', 'Acts as a cushion between the bone.', 0),
(72, 3, 'Which human teeth are sometimes referred to as fangs?', 'Canines.', 'There are four of them in the human mouth.', 'They are long and pointed.', 'They are used for ripping and tearing foods that might be tough.', 0),
(73, 3, 'What is the disorder caused by deficiency of vitamin D, calcium, or phosphate?', 'Rickets.', 'It is a skeletal disorder.', 'Its symptoms include pain in bones, fractures, muscle cramps, and skeletal deformity.', 'It can be cured by exposure to sunlight, and supplements.', 0),
(74, 3, 'A person has a blockage in their bile duct. What will be the result of it?', 'Slower digestion of fats.', 'Related to digestion.', 'Slowing down of a process.', 'Slower digestion of any material.', 0),
(75, 3, 'Water and ions can reach the xylem of a plant root through cell walls, without passing through a cell membrane. How do these substances move through the cell walls?', 'Water by diffusion and ions by diffusion.', 'A process of movement of ions due to concentration gradient.', 'Permeable membrane.', 'Without partially permeable membrane.', 0),
(76, 3, 'An area of grassland becomes flooded with sea-water. Sea-water contains a high concentration of salt. What is the effect of the sea-water on the functions of the root hairs? What is the affect of it on uptake of ion by root hair and uptake of water by root hair.', 'Uptake of ions still occur and uptake of water no longer occurs.', 'Lower water potential.', 'Ion concentration increases in area.', 'Water do not move from low to high concentration.', 0),
(77, 3, 'Which chamber of the heart has the thickest walls?', 'Left ventricle.', 'Heart has 4 chambers.', 'It deals with oxygenated blood.', 'Connected to Aorta.', 0),
(78, 3, 'What are the major products of anaerobic respiration?', 'Lactic acid, carbon dioxide, water.', '3 products majorly.', '2 same as product of aerobic respiration.', '3rd product often causes muscle fatigues.', 0),
(79, 3, 'Which plants are most likely to adapt successfully to a climate change in their environment?', 'Plants that are cross pollinated.', 'X', 'Pollination.', 'Cross.', 0),
(80, 3, 'Which two parts of the flower produce haploid gametes?', 'Ovule and anther.', 'Flower contains both male and female parts.', 'Female part named same as in a woman.', 'Male part', 0),
(81, 3, 'What is the number of chromosomes in normal body cell?', '46.', 'Diploid.', '22 pairs are autosomes.', 'Haploid contains 23.', 0),
(82, 3, 'A chromosome is a molecule of DNA, a fragment of DNA is known as?', 'Gene.', 'Basic functional unit of heredity.', 'Information stored in them to make proteins.', 'A single chromosome can have thousands of it.', 0),
(83, 3, 'What is the main function of the colon?', 'It absorbs water.', 'Colon is part of large intestine.', 'Absorption of an essential nutrient.', 'Body composed of 70% of that nutrient.', 0),
(84, 3, 'What is least likely to increase the transpiration rate in a plant?', 'Increased humidity.', 'Different gradient in and out of a plant.', 'Increases in monsoon season.', 'Increased H******y.', 0),
(85, 3, 'Phloem transports?', 'Organic nutrients to the roots.', 'Xylem transports Water.', 'Phloem is near the external diameter of a tree.', 'It is the food of plant that is to be stored.', 0),
(86, 3, 'Which of the plant cells do not contain chloroplasts?', 'Root cells.', 'Living cell.', 'Lower part of plant.', 'Found beneath the soil.', 0),
(87, 3, 'Which organ receives blood from both arteries and veins?', 'Liver.', 'Site of deamination.', 'RBCs are also matured here.', 'Present beneath diaphragm.', 0),
(88, 3, 'How many molecules of lactic acid will be produced by the breakdown of two molecules of glucose in anaerobic respiration?', '4.', 'Lactic acid only produced in anaerobic respiration.', 'No oxygen involved.', '4 ATP molecules produced.', 0),
(89, 3, 'Which organ excretes most carbon dioxide from the human body?', 'Lungs.', 'Exists in pair.', 'Nearer to heart.', 'Site for oxygenation of blood.', 0),
(90, 3, 'What is process for maintaining constant body environment?', 'Homeostasis.', 'Carries negative feedback.', 'Maintains body temperature.', 'H*********s.', 0),
(91, 3, 'What happens to the ciliary muscle and what happens to the lens when the eye focuses on a distant object?', 'Ciliary muscle relaxes, and lens get thinner.', 'Either lens become thick or thin.', 'Light rays refract slightly.', 'Relaxation of the ciliary muscle puts tension on these fibers and changes the shape of the lens in order to focus light on the retina.', 0),
(92, 3, 'Balance of body is controlled by which part of brain?', 'Cerebellum.', 'Located in the upper part of the cranial cavity.', 'Word starts with C.', '10 lettered word.', 0),
(93, 3, 'Which organisms always obtain their energy from dead organic matter?', 'Decomposers.', 'Important factor to complete life cycles.', 'Feed on organic material mostly.', 'Could be a soil bacterium, fungus, or invertebrate.', 0),
(94, 3, 'Which human activity is likely to contribute most to global warming?', 'Emission from burning fossil fuels.', 'Limited resource.', 'Organic so most of CO2 is given out.', 'Dead remain of animals.', 0),
(95, 3, 'In recent years, important rivers in many parts of the world have become more acidic.What has caused this change?', 'Air pollution by sulfur dioxide.', 'Mostly produced from volcanic eruptions.', 'Highly reactive.', 'An oxide.', 0),
(96, 3, 'AIDS disease is caused by which specie?', 'HIV virus.', 'Can be transmitted from one person to another.', 'Human body acts as a host.', 'A kind of virus.', 0),
(97, 3, 'In a species of plant, the allele for yellow flowers is dominant to the allele for white flowers. Which offspring is it possible to produce from a cross between two plants heterozygous for flower color?', 'Heterozygous yellow, homozygous yellow and homozygous white.', 'Dominant allele always expresses itself.', 'Recessive allele is always expressed when homozygous.', 'Yellow being dominant expresses itself when present with white.', 0),
(98, 3, 'Between day 11-13 of menstrual cycle which hormone is in maximum concentration?', 'Estrogen.', 'High concentration of LH denatures it (lowers its concentration).', 'Low concentration of it benefits progesterone.', 'Its concentration is minimum at start and end of cycle.', 0),
(99, 1, '\0S\0u\0r\0f\0a\0c\0e\0 \0i\0n\0t\0e\0g\0r\0a\0l\0 \0o\0f\0 \0t\0h\0e\0 \0n\0o\0r\0m\0a\0l\0 \0c\0o\0m\0p\0o\0n\0e\0n\0t\0 \0o\0f\0 \0t\0h\0e\0 \0m\0a\0g\0n\0e\0t\0i\0c\0 \0f\0i\0e\0l\0d\0 \0B\0 \0p\0a\0s\0s\0i\0n\0g\0 \0t\0h\0r\0o\0u\0g\0h\0 \0t\0h\0a\0t\0 \0s\0u\0r\0f\0a\0c\0e\0.\0', '\0M\0a\0g\0n\0e\0t\0i\0c\0 \0F\0l\0u\0x\0', '\0t\0h\0r\0o\0u\0g\0h\0 \0a\0 \0c\0l\0o\0s\0e\0d\0 \0s\0u\0r\0f\0a\0c\0e\0 \0i\0s\0 \0a\0l\0w\0a\0y\0s\0 \0z\0e\0r\0o\0', '\0c\0h\0a\0n\0g\0e\0 \0i\0n\0 \0t\0h\0e\0 \0q\0u\0a\0n\0t\0i\0t\0y\0 \0p\0a\0s\0s\0i\0n\0g\0 \0t\0h\0r\0o\0u\0g\0h\0 \0a\0 \0l\0o\0o\0p\0 \0o\0f\0 \0c\0o\0n\0d\0u\0c\0t\0i\0v\0e\0 \0w\0i\0r\0e\0 \0w\0i\0l\0l\0 \0c\0a\0u\0s\0e\0 \0a\0n\0 \0e\0l\0e\0c\0t\0r\0o\0m\0o\0t\0i\0v\0e\0 \0f\0o\0r\0c\0e\0.\0', '\0S\0I\0 \0u\0n\0i\0t\0 \0i\0s\0 \0w\0e\0b\0e\0r\0', 0),
(100, 1, '\0W\0h\0a\0t\0 \0i\0s\0 \0t\0h\0e\0 \0t\0e\0r\0m\0 \0u\0s\0e\0d\0 \0f\0o\0r\0 \0w\0h\0e\0n\0 \0w\0a\0t\0e\0r\0 \0w\0o\0r\0k\0s\0 \0a\0g\0a\0i\0n\0s\0t\0 \0g\0r\0a\0v\0i\0t\0y\0 \0b\0y\0 \0m\0o\0v\0i\0n\0g\0 \0u\0p\0 \0n\0a\0r\0r\0o\0w\0 \0t\0u\0b\0e\0s\0?\0', '\0c\0a\0p\0i\0l\0l\0a\0r\0y\0 \0a\0c\0t\0i\0o\0n\0', '\0I\0t\0 \0i\0s\0 \0t\0h\0e\0 \0r\0e\0a\0s\0o\0n\0 \0f\0o\0r\0 \0r\0i\0s\0e\0 \0o\0f\0 \0o\0i\0l\0 \0i\0n\0 \0t\0h\0e\0 \0w\0i\0c\0k\0 \0o\0f\0 \0t\0h\0e\0 \0l\0a\0m\0p\0', '\0U\0s\0e\0d\0 \0i\0n\0 \0o\0u\0r\0 \0o\0r\0g\0a\0n\0s\0', '\0T\0h\0e\0 \0p\0h\0e\0n\0o\0m\0e\0n\0o\0n\0 \0u\0s\0e\0d\0 \0i\0n\0 \0t\0h\0e\0 \0s\0t\0r\0a\0w\0s\0', 0),
(101, 1, '\0W\0h\0a\0t\0 \0p\0h\0y\0s\0i\0c\0a\0l\0 \0t\0h\0e\0o\0r\0y\0 \0d\0o\0e\0s\0 \0a\0 \0G\0P\0S\0 \0u\0s\0e\0 \0t\0o\0 \0f\0u\0n\0c\0t\0i\0o\0n\0 \0p\0r\0o\0p\0e\0r\0l\0y\0?\0', '\0t\0h\0e\0o\0r\0y\0 \0o\0f\0 \0r\0e\0l\0a\0t\0i\0v\0i\0t\0y\0', '\0I\0t\0 \0e\0n\0c\0o\0m\0p\0a\0s\0s\0e\0s\0 \0t\0w\0o\0 \0i\0n\0t\0e\0r\0r\0e\0l\0a\0t\0e\0d\0 \0t\0h\0e\0o\0r\0i\0e\0s\0 \0b\0y\0 \0E\0i\0n\0s\0t\0e\0i\0n\0', '\0I\0t\0 \0c\0a\0n\0 \0b\0e\0 \0u\0s\0e\0d\0 \0t\0o\0 \0p\0r\0e\0d\0i\0c\0t\0 \0e\0x\0i\0s\0t\0e\0n\0c\0e\0 \0o\0f\0 \0t\0h\0e\0 \0b\0l\0a\0c\0k\0 \0h\0o\0l\0e\0s\0', '\0E\0l\0e\0c\0t\0r\0o\0m\0a\0g\0n\0e\0t\0s\0 \0w\0o\0r\0k\0 \0t\0h\0r\0o\0u\0g\0h\0 \0t\0h\0i\0s\0 \0t\0h\0e\0o\0r\0y\0 \0a\0s\0 \0w\0e\0l\0l\0', 0),
(102, 1, '\0W\0h\0o\0 \0p\0r\0o\0p\0o\0s\0e\0d\0 \0t\0h\0e\0 \0b\0i\0g\0 \0b\0a\0n\0g\0 \0t\0h\0e\0o\0r\0y\0?\0', '\0G\0e\0o\0r\0g\0e\0s\0 \0L\0e\0m\0a\0i\0t\0r\0e\0', '\0H\0e\0 \0w\0a\0s\0 \0a\0 \0c\0a\0t\0h\0o\0l\0i\0c\0 \0p\0r\0i\0e\0s\0t\0', '\0B\0a\0s\0e\0d\0 \0h\0i\0s\0 \0t\0h\0e\0o\0r\0y\0 \0o\0n\0 \0t\0h\0e\0 \0w\0o\0r\0k\0 \0o\0f\0 \0E\0i\0n\0s\0t\0e\0i\0n\0 \0a\0n\0d\0 \0D\0e\0 \0s\0i\0t\0t\0e\0r\0.\0', '\0S\0u\0r\0e\0n\0a\0m\0e\0 \0L\0e\0m\0a\0i\0t\0r\0e\0', 0),
(103, 1, '\0W\0h\0a\0t\0 \0i\0s\0 \0t\0h\0e\0 \0n\0a\0m\0e\0 \0o\0f\0 \0t\0h\0e\0 \0e\0q\0u\0a\0t\0i\0o\0n\0 \0A\0V\0=\0c\0o\0n\0s\0t\0a\0n\0t\0?\0', '\0(\0e\0q\0u\0a\0t\0i\0o\0n\0 \0o\0f\0 \0c\0o\0n\0t\0i\0n\0u\0i\0t\0y\0)\0', '\0I\0t\0 \0d\0e\0s\0c\0r\0i\0b\0e\0s\0 \0t\0h\0e\0 \0t\0r\0a\0n\0s\0p\0o\0r\0t\0 \0o\0f\0 \0s\0o\0m\0e\0 \0q\0u\0a\0n\0t\0i\0t\0y\0', '\0A\0l\0s\0o\0 \0w\0r\0i\0t\0t\0e\0n\0 \0a\0s\0 \0p\0A\0V\0', '\0U\0s\0e\0d\0 \0i\0n\0 \0f\0l\0u\0i\0d\0 \0d\0y\0n\0a\0m\0i\0c\0s\0', 0),
(104, 1, '\0W\0h\0a\0t\0 \0a\0c\0c\0o\0u\0n\0t\0s\0 \0f\0o\0r\0 \0t\0h\0e\0 \0m\0i\0s\0s\0i\0n\0g\0 \0m\0a\0s\0s\0 \0o\0f\0 \0t\0h\0e\0 \0t\0o\0t\0a\0l\0 \0u\0n\0i\0v\0e\0r\0s\0e\0?\0 \0', '\0d\0a\0r\0k\0 \0m\0a\0t\0t\0e\0r\0', '\0H\0y\0p\0o\0t\0h\0e\0t\0i\0c\0a\0l\0 \0f\0o\0r\0m\0 \0o\0f\0 \0m\0a\0t\0t\0e\0r\0', '\0T\0h\0o\0u\0g\0h\0t\0 \0t\0o\0 \0b\0e\0 \0n\0o\0n\0-\0b\0a\0r\0y\0o\0n\0i\0c\0 \0i\0n\0 \0n\0a\0t\0u\0r\0e\0', '\0W\0a\0s\0 \0f\0i\0r\0s\0t\0 \0s\0u\0g\0g\0e\0s\0t\0e\0d\0 \0b\0y\0 \0a\0n\0 \0a\0s\0t\0r\0o\0n\0o\0m\0e\0r\0,\0 \0J\0a\0c\0o\0b\0u\0s\0 \0K\0a\0p\0t\0e\0y\0n\0', 0),
(105, 1, '\0W\0h\0i\0c\0h\0 \0i\0s\0 \0m\0o\0s\0t\0 \0a\0b\0u\0n\0d\0a\0n\0t\0 \0a\0t\0o\0m\0 \0i\0n\0 \0t\0h\0e\0 \0w\0h\0o\0l\0e\0 \0u\0n\0i\0v\0e\0r\0s\0e\0 \0i\0s\0?\0', '\0(\0h\0y\0d\0r\0o\0g\0e\0n\0)\0', '\0N\0e\0a\0r\0l\0y\0 \07\04\0%\0 \0o\0f\0 \0m\0i\0l\0k\0y\0 \0w\0a\0y\0 \0c\0o\0n\0s\0i\0s\0t\0s\0 \0o\0f\0 \0i\0t\0', '\0T\0h\0e\0 \0p\0l\0a\0n\0e\0t\0 \0J\0u\0p\0i\0t\0e\0r\0 \0i\0s\0 \0c\0o\0m\0p\0o\0s\0e\0d\0 \0m\0o\0s\0t\0l\0y\0 \0o\0f\0 \0i\0t\0', '\0I\0t\0 \0i\0s\0 \05\0.\03\0*\01\00\0', 0),
(106, 1, '\0B\0l\0a\0c\0k\0 \0h\0o\0l\0e\0s\0 \0a\0r\0e\0n\0 t\0 \0b\0l\0a\0c\0k\0.\0 \0T\0h\0e\0y\0 \0g\0l\0o\0w\0 \0s\0l\0i\0g\0h\0t\0l\0y\0 \0g\0i\0v\0i\0n\0g\0 \0o\0f\0f\0 \0l\0i\0g\0h\0t\0 \0a\0c\0r\0o\0s\0s\0 \0t\0h\0e\0 \0w\0h\0o\0l\0e\0 \0s\0p\0e\0c\0t\0r\0u\0m\0.\0 \0T\0h\0i\0s\0 \0r\0a\0d\0i\0a\0t\0i\0o\0n\0 \0i\0s\0 \0c\0a\0l\0l\0e\0d\0?\0 \0', '\0(\0H\0a\0w\0k\0i\0n\0g\0 \0r\0a\0d\0i\0a\0t\0i\0o\0n\0)\0', '\0T\0h\0i\0s\0 \0t\0h\0e\0o\0r\0e\0t\0i\0c\0a\0l\0 \0a\0r\0g\0u\0m\0e\0n\0t\0 \0w\0a\0s\0 \0p\0r\0o\0v\0i\0d\0e\0d\0 \0i\0n\0 \01\09\07\04\0', '\0R\0e\0d\0u\0c\0e\0s\0 \0t\0h\0e\0 \0m\0a\0s\0s\0 \0a\0n\0d\0 \0e\0n\0e\0r\0g\0y\0 \0o\0f\0 \0t\0h\0e\0 \0b\0l\0a\0c\0k\0 \0h\0o\0l\0e\0', '\0T\0h\0e\0 \0s\0c\0i\0e\0n\0t\0i\0s\0t\0 \0d\0i\0e\0d\0 \0o\0n\0 \0M\0a\0r\0c\0h\0 \01\04\0,\0 \02\00\01\08\0', 0),
(107, 1, '\0W\0h\0i\0c\0h\0 \0t\0w\0o\0 \0e\0l\0e\0m\0e\0n\0t\0a\0r\0y\0 \0p\0a\0r\0t\0i\0c\0l\0e\0s\0 \0a\0r\0e\0 \0d\0e\0s\0c\0r\0i\0b\0e\0d\0 \0a\0s\0 \0 m\0a\0s\0s\0l\0e\0s\0s\0 ?\0', '\0(\0P\0h\0o\0t\0o\0n\0 \0a\0n\0d\0 \0g\0l\0u\0o\0n\0)\0', '\0B\0o\0t\0h\0 \0a\0r\0e\0 \0e\0x\0c\0h\0a\0n\0g\0e\0 \0p\0a\0r\0t\0i\0c\0l\0e\0s\0.\0', '\0I\0n\0 \0l\0a\0y\0m\0a\0n\0\'\0s\0 \0t\0e\0r\0m\0s\0,\0 \0t\0h\0e\0y\0 \0\"\0g\0l\0u\0e\0\"\0 \0q\0u\0a\0r\0k\0s\0 \0t\0o\0g\0e\0t\0h\0e\0r\0.\0', '\0I\0n\0 \01\09\00\01\0 \0M\0a\0x\0 \0P\0l\0a\0n\0c\0k\0 \0r\0e\0f\0e\0r\0r\0e\0d\0 \0o\0n\0e\0 \0p\0a\0r\0t\0i\0c\0l\0e\0 \0a\0s\0 \0 p\0a\0c\0k\0e\0t\0s\0 \0o\0f\0 \0e\0n\0e\0r\0g\0y\0 ', 0),
(108, 1, '\0W\0h\0o\0 \0e\0a\0r\0n\0e\0d\0 \0n\0o\0b\0l\0e\0 \0p\0r\0i\0z\0e\0 \0f\0o\0r\0 \0t\0h\0e\0 \0d\0i\0s\0c\0o\0v\0e\0r\0y\0 \0o\0f\0 \0n\0e\0u\0t\0r\0i\0n\0o\0 \0o\0s\0c\0i\0l\0l\0a\0t\0i\0o\0n\0s\0,\0 \0w\0h\0i\0c\0h\0 \0s\0h\0o\0w\0s\0 \0t\0h\0a\0t\0 \0n\0e\0u\0t\0r\0i\0n\0o\0s\0 \0h\0a\0v\0e\0 \0m\0a\0s\0s\0?\0', '\0(\0A\0r\0t\0h\0u\0r\0 \0B\0.\0 \0M\0c\0D\0o\0n\0a\0l\0d\0)\0', '\0H\0e\0 \0i\0s\0 \0a\0n\0 \0a\0s\0t\0r\0o\0p\0h\0y\0s\0i\0c\0i\0s\0t\0', '\0G\0o\0t\0 \0n\0o\0b\0l\0e\0 \0p\0r\0i\0z\0e\0 \0i\0n\0 \02\00\01\05\0 \0i\0n\0 \0p\0h\0y\0s\0i\0c\0s\0', '\0F\0i\0r\0s\0t\0 \0n\0a\0m\0e\0 \0A\0r\0t\0h\0u\0r\0', 0),
(109, 1, '\0N\0a\0m\0e\0 \0t\0h\0e\0 \0p\0h\0e\0n\0o\0m\0e\0n\0a\0 \0b\0y\0 \0w\0h\0i\0c\0h\0 \0B\0a\0t\0s\0 \0n\0a\0v\0i\0g\0a\0t\0e\0?\0', '\0(\0e\0c\0h\0o\0 \0l\0o\0c\0a\0t\0i\0o\0n\0)\0', '\0I\0t\0 \0i\0s\0 \0a\0l\0s\0o\0 \0k\0n\0o\0w\0n\0 \0a\0s\0 \0b\0i\0o\0 \0s\0o\0n\0a\0r\0', '\0D\0o\0l\0p\0h\0i\0n\0s\0 \0a\0l\0s\0o\0 \0u\0s\0e\0 \0t\0h\0e\0 \0s\0a\0m\0e\0 \0p\0h\0e\0n\0o\0m\0e\0n\0a\0', '\0S\0o\0u\0n\0d\0 \0r\0e\0f\0l\0e\0c\0t\0i\0o\0n\0', 0),
(110, 1, '\0S\0t\0a\0r\0s\0 \0m\0o\0v\0i\0n\0g\0 \0t\0o\0w\0a\0r\0d\0s\0 \0t\0h\0e\0 \0e\0a\0r\0t\0h\0 \0s\0h\0o\0w\0 \0b\0l\0u\0e\0 \0s\0h\0i\0f\0t\0,\0w\0h\0y\0?\0', '\0(\0D\0o\0p\0p\0l\0e\0r\0 \0E\0f\0f\0e\0c\0t\0)\0', '\0I\0t\0 \0i\0s\0 \0n\0a\0m\0e\0d\0 \0a\0f\0t\0e\0r\0 \0a\0n\0 \0A\0u\0s\0t\0r\0i\0a\0n\0 \0p\0h\0y\0s\0i\0c\0i\0s\0t\0', '\0I\0t\0 \0h\0a\0s\0 \0s\0o\0m\0e\0t\0h\0i\0n\0g\0 \0t\0o\0 \0d\0o\0 \0w\0i\0t\0h\0 \0f\0r\0e\0q\0u\0e\0n\0c\0y\0 \0s\0h\0i\0f\0t\0 \0a\0n\0d\0 \0w\0a\0v\0e\0 \0p\0r\0o\0p\0e\0r\0t\0y\0', '\0A\0m\0b\0u\0l\0a\0n\0c\0e\0 \0s\0i\0r\0e\0n\0 \0s\0o\0u\0n\0d\0 \0d\0i\0f\0f\0e\0r\0e\0n\0t\0 \0w\0h\0e\0n\0 \0i\0t\0 \0p\0a\0s\0s\0b\0y\0', 0),
(111, 1, '\0A\0 \0w\0e\0t\0 \0t\0h\0i\0n\0 \0f\0i\0l\0m\0 \0s\0h\0o\0w\0s\0 \0c\0o\0l\0o\0u\0r\0s\0 \0b\0e\0c\0a\0u\0s\0e\0 \0o\0f\0 \0w\0h\0i\0c\0h\0 \0p\0h\0e\0n\0o\0m\0e\0n\0a\0?\0', '\0I\0n\0t\0e\0r\0f\0e\0r\0e\0n\0c\0e\0 \0o\0f\0 \0l\0i\0g\0h\0t\0)\0', '\0T\0h\0i\0s\0 \0p\0h\0e\0n\0o\0m\0e\0n\0a\0 \0i\0s\0 \0w\0a\0v\0e\0s\0 \0r\0e\0l\0a\0t\0e\0d\0', '\0c\0a\0n\0 \0b\0e\0 \0c\0o\0n\0s\0t\0r\0u\0c\0t\0i\0v\0e\0 \0o\0r\0 \0d\0e\0s\0t\0r\0u\0c\0t\0i\0v\0e\0', '\0c\0a\0u\0s\0e\0d\0 \0w\0h\0e\0n\0 \0w\0a\0v\0e\0s\0 \0s\0u\0p\0e\0r\0p\0o\0s\0e\0', 0),
(112, 1, '\0w\0h\0a\0t\0 \0i\0s\0/\0a\0r\0e\0 \0t\0h\0e\0 \0s\0m\0a\0l\0l\0e\0s\0t\0 \0u\0n\0i\0t\0 \0(\0s\0)\0 \0o\0f\0 \0a\0n\0 \0e\0l\0e\0m\0e\0n\0t\0?\0', '\0(\0q\0u\0a\0r\0k\0s\0 \0a\0n\0d\0 \0l\0e\0p\0t\0o\0n\0s\0)\0', '\0T\0h\0e\0y\0 \0a\0r\0e\0 \0h\0e\0l\0d\0 \0t\0o\0g\0e\0t\0h\0e\0r\0 \0b\0y\0 \0s\0t\0r\0o\0n\0g\0 \0f\0o\0r\0c\0e\0s\0', '\0T\0h\0e\0y\0 \0w\0e\0r\0e\0 \0m\0e\0n\0t\0i\0o\0n\0e\0d\0 \0b\0y\0 \0J\0a\0m\0e\0s\0 \0J\0o\0y\0c\0e\0', '\0A\0 \0n\0e\0u\0t\0r\0o\0n\0 \0i\0s\0 \0m\0a\0d\0e\0 \0u\0p\0 \0o\0f\0 \0t\0h\0r\0e\0e\0 \0o\0f\0 \0t\0h\0e\0s\0e\0', 0),
(113, 1, '\0W\0h\0a\0t\0 \0i\0s\0 \0t\0h\0e\0 \0f\0a\0s\0t\0e\0s\0t\0 \0s\0p\0i\0n\0n\0i\0n\0g\0 \0o\0b\0j\0e\0c\0t\0s\0 \0k\0n\0o\0w\0n\0 \0i\0n\0 \0t\0h\0e\0 \0u\0n\0i\0v\0e\0r\0s\0e\0?\0', '\0(\0N\0e\0u\0t\0r\0o\0n\0 \0s\0t\0a\0r\0s\0)\0', '\0T\0h\0e\0y\0 \0a\0r\0e\0 \0t\0h\0e\0 \0s\0m\0a\0l\0l\0e\0s\0t\0 \0a\0n\0d\0 \0d\0e\0n\0s\0e\0s\0t\0 \0s\0t\0a\0r\0s\0', '\0T\0h\0e\0y\0 \0c\0a\0n\0 \0b\0e\0n\0d\0 \0r\0a\0d\0i\0a\0t\0i\0o\0n\0s\0 \0s\0i\0g\0n\0i\0f\0i\0c\0a\0n\0t\0l\0y\0', '\0T\0h\0i\0s\0 \0s\0t\0a\0r\0 \0c\0r\0e\0a\0t\0e\0s\0 \0n\0e\0u\0t\0r\0o\0n\0', 0),
(114, 1, '\0a\0f\0t\0e\0r\0 \0a\0 \0t\0i\0m\0e\0 \0s\0p\0a\0n\0 \0o\0f\0 \0a\0r\0o\0u\0n\0d\0 \04\0 \0b\0i\0l\0l\0i\0o\0n\0 \0y\0e\0a\0r\0s\0 \0t\0h\0e\0 \0t\0w\0o\0 \0g\0a\0l\0a\0x\0i\0e\0s\0 \0w\0i\0l\0l\0 \0c\0o\0l\0l\0i\0d\0e\0 \0a\0n\0d\0 \0b\0e\0c\0o\0m\0e\0 \0a\0 \0s\0i\0n\0g\0l\0e\0 \0s\0p\0i\0r\0a\0l\0 \0g\0a\0l\0a\0x\0y\0 \0n\0a\0m\0e\0d\0 \0M\0I\0L\0K\0D\0R\0O\0M\0E\0D\0A\0.\0', '\0O\0n\0e\0 \0o\0f\0 \0t\0h\0e\0m\0 \0i\0s\0 \0m\0i\0l\0k\0y\0 \0w\0a\0y\0 \0o\0t\0h\0e\0r\0 \0i\0s\0 \0?\0 \0(\0A\0n\0d\0r\0o\0m\0e\0d\0a\0)\0', '\0I\0t\0 \0i\0s\0 \0t\0h\0e\0 \0l\0a\0r\0g\0e\0s\0t\0 \0g\0a\0l\0a\0x\0y\0.\0', '\0I\0t\0 \0h\0a\0s\0 \0c\0r\0o\0w\0d\0e\0d\0 \0d\0o\0u\0b\0l\0e\0 \0n\0u\0c\0l\0e\0u\0s\0.\0', '\0I\0t\0 \0i\0s\0 \0t\0h\0e\0 \0m\0o\0s\0t\0 \0d\0i\0s\0t\0a\0n\0t\0 \0o\0b\0j\0e\0c\0t\0 \0y\0o\0u\0 \0c\0a\0n\0 \0s\0p\0o\0t\0 \0w\0i\0t\0h\0 \0y\0o\0u\0r\0 \0n\0a\0k\0e\0d\0 \0e\0y\0e\0', 0),
(115, 1, '\0T\0h\0e\0 \0w\0o\0r\0k\0i\0n\0g\0 \0p\0r\0i\0n\0c\0i\0p\0l\0e\0 \0o\0f\0 \0w\0a\0s\0h\0i\0n\0g\0 \0m\0a\0c\0h\0i\0n\0e\0 \0i\0s\0?\0', '\0c\0e\0n\0t\0r\0i\0f\0u\0g\0a\0t\0i\0o\0n\0', '\0I\0t\0 \0i\0s\0 \0a\0l\0s\0o\0 \0u\0s\0e\0d\0 \0i\0n\0 \0c\0e\0l\0l\0 \0s\0e\0p\0a\0r\0a\0t\0i\0o\0n\0.\0', '\0I\0t\0 \0s\0e\0p\0a\0r\0a\0t\0e\0s\0 \0t\0h\0e\0 \0p\0a\0r\0t\0i\0c\0l\0e\0s\0 \0a\0c\0c\0o\0r\0d\0i\0n\0g\0 \0t\0o\0 \0t\0h\0e\0i\0r\0 \0p\0r\0o\0p\0e\0r\0t\0i\0e\0s\0 \0l\0i\0k\0e\0 \0v\0i\0s\0c\0o\0s\0i\0t\0y\0,\0s\0i\0z\0e\0 \0e\0t\0c\0.\0', '\0I\0t\0 \0i\0s\0 \0a\0l\0s\0o\0 \0u\0s\0e\0d\0 \0t\0o\0 \0s\0e\0p\0a\0r\0a\0t\0e\0 \0f\0a\0t\0 \0f\0r\0o\0m\0 \0d\0a\0i\0r\0y\0 \0p\0r\0o\0d\0u\0c\0t\0s\0', 0),
(116, 1, '\0R\0a\0i\0n\0 \0d\0r\0o\0p\0s\0 \0a\0c\0q\0u\0i\0r\0e\0 \0s\0p\0h\0e\0r\0i\0c\0a\0l\0 \0s\0h\0a\0p\0e\0 \0d\0u\0e\0 \0t\0o\0 \0w\0h\0i\0c\0h\0 \0p\0h\0e\0n\0o\0m\0e\0n\0a\0?\0', '\0S\0u\0r\0f\0a\0c\0e\0 \0T\0e\0n\0s\0i\0o\0n\0', '\0I\0t\0 \0i\0s\0 \0a\0 \0t\0y\0p\0e\0 \0o\0f\0 \0f\0o\0r\0c\0e\0.\0', '\0I\0t\0 \0i\0s\0 \0t\0h\0e\0 \0e\0l\0a\0s\0t\0i\0c\0 \0t\0e\0n\0d\0e\0n\0c\0y\0 \0o\0f\0 \0t\0h\0e\0 \0f\0l\0u\0i\0d\0 \0s\0u\0r\0f\0a\0c\0e\0.\0', '\0A\0c\0t\0s\0 \0o\0n\0 \0t\0h\0e\0 \0s\0u\0r\0f\0a\0c\0e\0', 0),
(117, 1, '\0T\0h\0e\0 \0c\0h\0a\0r\0g\0e\0 \0o\0n\0 \0a\0n\0 \0e\0l\0e\0c\0t\0r\0o\0n\0 \0i\0s\0 \0q\0u\0a\0n\0t\0i\0z\0e\0d\0,\0 \0b\0y\0 \0w\0h\0i\0c\0h\0 \0m\0e\0t\0h\0o\0d\0 \0d\0i\0d\0 \0w\0e\0 \0f\0i\0n\0d\0 \0t\0h\0a\0t\0?\0', '\0(\0M\0i\0l\0l\0i\0k\0a\0n\0 s\0 \0o\0i\0l\0 \0d\0r\0o\0p\0 \0m\0e\0t\0h\0o\0d\0)\0', '\0A\0 \0v\0i\0s\0c\0o\0u\0s\0 \0l\0i\0q\0u\0i\0d\0 \0w\0a\0s\0 \0u\0s\0e\0d\0 \0i\0n\0 \0i\0t\0.\0', '\0t\0h\0e\0 \0c\0h\0a\0r\0g\0e\0 \0f\0a\0l\0l\0 \0b\0e\0t\0w\0e\0e\0n\0 \0e\0l\0e\0c\0t\0r\0i\0c\0 \0p\0l\0a\0t\0e\0s\0.\0', '\0P\0e\0r\0f\0o\0r\0m\0e\0d\0 \0b\0y\0 \0R\0o\0b\0e\0r\0t\0 \0A\0n\0d\0r\0e\0w\0s\0 \0M\0i\0l\0l\0i\0k\0a\0n\0', 0),
(118, 1, '\0T\0h\0e\0 \0f\0i\0r\0s\0t\0 \0p\0e\0r\0s\0o\0n\0 \0w\0h\0o\0 \0d\0e\0m\0o\0n\0s\0t\0r\0a\0t\0e\0d\0 \0t\0h\0a\0t\0 \0a\0t\0o\0m\0s\0 \0a\0r\0e\0 \0a\0c\0t\0u\0a\0l\0l\0y\0 \0c\0o\0m\0p\0o\0s\0e\0d\0 \0o\0f\0 \0a\0g\0g\0r\0e\0g\0a\0t\0e\0s\0 \0o\0f\0 \0c\0h\0a\0r\0g\0e\0d\0 \0p\0a\0r\0t\0i\0c\0l\0e\0s\0?\0', '\0(\0J\0.\0J\0 \0T\0h\0o\0m\0s\0o\0n\0)\0', '\0h\0e\0 \0f\0i\0n\0d\0 \0c\0h\0a\0r\0g\0e\0 \0t\0o\0 \0m\0a\0s\0s\0 \0r\0a\0t\0i\0o\0 \0o\0f\0 \0e\0l\0e\0c\0t\0r\0o\0n\0', '\0h\0e\0 \0d\0i\0d\0 \0g\0r\0e\0a\0t\0 \0s\0t\0u\0d\0y\0 \0o\0n\0 \0c\0a\0t\0h\0o\0d\0e\0 \0r\0a\0y\0s\0.\0', '\0h\0e\0 \0p\0r\0o\0p\0o\0s\0e\0d\0 \0t\0h\0e\0 \0p\0l\0u\0m\0 \0p\0u\0d\0d\0i\0n\0g\0 \0m\0o\0d\0e\0l\0', 0),
(119, 1, '\0w\0h\0o\0 \0s\0h\0o\0w\0e\0d\0 \0t\0h\0r\0o\0u\0g\0h\0 \0a\0n\0 \0e\0x\0p\0e\0r\0i\0m\0e\0n\0t\0 \0t\0h\0a\0t\0 \0t\0h\0e\0 \0e\0l\0e\0c\0t\0r\0o\0n\0s\0 \0a\0r\0e\0 \0d\0i\0f\0f\0r\0a\0c\0t\0e\0d\0 \0l\0i\0k\0e\0 \0w\0a\0v\0e\0s\0?\0 \0', '\0(\0D\0a\0v\0i\0s\0s\0i\0o\0n\0 \0a\0n\0d\0 \0G\0e\0r\0m\0e\0r\0)\0', '\0t\0h\0e\0y\0 \0w\0e\0r\0e\0 \0t\0w\0o\0 \0s\0c\0i\0e\0n\0t\0i\0s\0t\0s\0', '\0b\0o\0t\0h\0 \0p\0e\0r\0f\0o\0r\0m\0e\0d\0 \0t\0h\0e\0 \0e\0x\0p\0e\0r\0i\0m\0e\0n\0t\0 \0i\0n\0d\0e\0p\0e\0n\0d\0e\0n\0t\0l\0y\0 \0b\0u\0t\0 \0a\0t\0 \0t\0h\0e\0 \0s\0a\0m\0e\0 \0t\0i\0m\0e\0', '\0B\0o\0t\0h\0 \0s\0h\0a\0r\0e\0d\0 \0t\0h\0e\0 \0N\0o\0b\0e\0l\0 \0p\0r\0i\0z\0e\0', 0),
(120, 1, '\0I\0f\0 \0t\0h\0e\0 \0m\0a\0s\0s\0 \0o\0f\0 \0t\0h\0e\0 \0o\0b\0j\0e\0c\0t\0 \0i\0s\0 \04\0g\0.\0I\0t\0 s\0 \0v\0e\0l\0o\0c\0i\0t\0y\0 \0c\0h\0a\0n\0g\0e\0s\0 \0f\0r\0o\0m\0 \02\0 \0t\0o\0 \03\0 \0k\0m\0/\0s\0 \0w\0h\0a\0t\0 \0i\0s\0 \0t\0h\0e\0 \0w\0o\0r\0k\0 \0d\0o\0n\0e\0?\0 \0', '\0(\00\0.\00\01\0 \0N\0m\0)\0', '\0i\0t\0 \0h\0a\0s\0 \0s\0o\0m\0e\0t\0h\0i\0n\0g\0 \0t\0o\0 \0d\0o\0 \0w\0i\0t\0h\0 \0t\0h\0e\0 \0k\0i\0n\0e\0t\0i\0c\0 \0e\0n\0e\0r\0g\0y\0.\0', '\0w\0o\0r\0k\0-\0e\0n\0e\0r\0g\0y\0 \0t\0h\0e\0o\0r\0e\0m\0', '\0w\0o\0r\0k\0=\0c\0h\0a\0n\0g\0e\0 \0i\0n\0 \0K\0.\0E\0', 0),
(121, 1, '\0W\0h\0i\0c\0h\0 \0p\0h\0a\0s\0e\0 \0c\0h\0a\0n\0g\0e\0 \0r\0e\0s\0u\0l\0t\0s\0 \0i\0n\0 \0r\0e\0l\0e\0a\0s\0e\0 \0o\0f\0 \0e\0n\0e\0r\0g\0y\0?\0 \0', '\0(\0E\0x\0o\0t\0h\0e\0r\0m\0i\0c\0)\0', '\0O\0n\0e\0 \0o\0f\0 \0t\0h\0e\0 \0t\0w\0o\0 \0m\0a\0i\0n\0 \0c\0a\0t\0e\0g\0o\0r\0i\0e\0s\0 \0i\0n\0 \0w\0h\0i\0c\0h\0 \0a\0l\0l\0 \0r\0e\0a\0c\0t\0i\0o\0n\0 \0a\0r\0e\0 \0c\0a\0t\0e\0g\0o\0r\0i\0z\0e\0d\0.\0', '\0T\0h\0i\0s\0 \0p\0h\0a\0s\0e\0 \0c\0h\0a\0n\0g\0e\0 \0a\0l\0s\0o\0 \0o\0c\0c\0u\0r\0s\0 \0i\0n\0 \0C\0o\0m\0b\0u\0s\0t\0i\0o\0n\0.\0', '\0E\0n\0e\0r\0g\0y\0 \0i\0s\0 \0r\0e\0l\0e\0a\0s\0e\0d\0 \0i\0n\0 \0t\0h\0e\0 \0f\0o\0r\0m\0 \0o\0f\0 \0h\0e\0a\0t\0', 0),
(122, 1, '\0w\0h\0o\0 \0s\0h\0a\0r\0e\0d\0 \0t\0h\0e\0 \0N\0o\0b\0e\0l\0 \0p\0r\0i\0z\0e\0 \0i\0n\0 \01\09\07\09\0 \0w\0i\0t\0h\0 \0S\0h\0e\0l\0d\0o\0n\0 \0G\0l\0a\0s\0s\0h\0o\0w\0 \0a\0n\0d\0 \0S\0t\0e\0v\0e\0n\0 \0W\0e\0i\0n\0b\0e\0r\0g\0?\0', '\0A\0b\0d\0u\0s\0-\0S\0a\0l\0a\0m\0', '\0H\0e\0 \0w\0a\0s\0 \0a\0 \0t\0h\0e\0o\0r\0e\0t\0i\0c\0a\0l\0 \0p\0h\0y\0s\0i\0c\0i\0s\0t\0.\0', '\0H\0i\0s\0 \0c\0o\0n\0t\0r\0i\0b\0u\0t\0i\0o\0n\0 \0w\0a\0s\0 \0t\0o\0 \0t\0h\0e\0 \0e\0l\0e\0c\0t\0r\0o\0w\0e\0a\0k\0 \0u\0n\0i\0f\0i\0c\0a\0t\0i\0o\0n\0 \0t\0h\0e\0o\0r\0y\0.\0', '\0H\0e\0 \0w\0a\0s\0 \0a\0 \0P\0a\0k\0i\0s\0t\0a\0n\0i\0', 0),
(123, 1, '\0W\0h\0a\0t\0 \0i\0n\0v\0e\0n\0t\0e\0d\0 \0B\0a\0t\0t\0e\0r\0y\0?\0', '\0A\0l\0e\0s\0s\0a\0n\0d\0r\0o\0 \0V\0o\0l\0t\0a\0', '\0H\0e\0 \0w\0a\0s\0 \0a\0 \0c\0h\0e\0m\0i\0s\0t\0 \0a\0n\0d\0 \0p\0h\0y\0s\0i\0c\0i\0s\0t\0 \0a\0t\0 \0t\0h\0e\0 \0s\0a\0m\0e\0 \0t\0i\0m\0e\0.\0', '\0h\0e\0 \0w\0a\0s\0 \0a\0 \0I\0t\0a\0l\0i\0a\0n\0.\0', '\0h\0e\0 \0a\0l\0s\0o\0 \0d\0i\0s\0c\0o\0v\0e\0r\0e\0d\0 \0m\0e\0t\0h\0a\0n\0e\0 \0g\0a\0s\0', 0),
(124, 1, '\0w\0h\0a\0t\0 \0t\0y\0p\0e\0 \0o\0f\0 \0l\0e\0n\0s\0 \0a\0r\0e\0 \0u\0s\0e\0d\0 \0i\0n\0 \0f\0l\0a\0s\0h\0 \0l\0i\0g\0h\0t\0s\0?\0 \0', '\0(\0C\0o\0n\0c\0a\0v\0e\0 \0l\0e\0n\0s\0)\0', '\0t\0h\0e\0y\0 \0a\0r\0e\0 \0a\0l\0s\0o\0 \0u\0s\0e\0d\0 \0i\0n\0 \0c\0a\0m\0e\0r\0a\0s\0.\0', '\0t\0h\0e\0y\0 \0h\0a\0v\0e\0 \0a\0t\0 \0l\0e\0a\0s\0t\0 \0o\0n\0e\0 \0c\0u\0r\0v\0e\0d\0 \0s\0u\0r\0f\0a\0c\0e\0.\0 \0', '\0t\0h\0e\0y\0 \0m\0a\0g\0n\0i\0f\0y\0 \0t\0h\0e\0 \0l\0i\0g\0h\0t\0 \0p\0r\0o\0d\0u\0c\0e\0d\0 \0b\0y\0 \0t\0h\0e\0 \0s\0o\0u\0r\0c\0e\0', 0),
(125, 1, '\0A\0t\0 \0r\0e\0s\0o\0n\0a\0n\0c\0e\0 \0R\0L\0C\0 \0c\0i\0r\0c\0u\0i\0t\0 \0w\0i\0l\0l\0 \0b\0e\0', '\0P\0u\0r\0e\0l\0y\0 \0r\0e\0s\0i\0s\0t\0i\0v\0e\0', '\0N\0o\0t\0 \0c\0o\0m\0p\0o\0u\0n\0d\0', '\0P\0u\0r\0e\0l\0y\0', '\0V\0=\0I\0R\0', 0),
(126, 1, '\0T\0w\0o\0 \0o\0b\0j\0e\0c\0t\0s\0 \0X\0 \0a\0n\0d\0 \0Y\0 \0h\0a\0v\0e\0 \0s\0i\0m\0i\0l\0a\0r\0 \0c\0h\0a\0r\0g\0e\0s\0 \0q\0,\0 \0t\0h\0e\0y\0 \0e\0x\0e\0r\0t\0 \0a\0 \0f\0o\0r\0c\0e\0 \0F\0 \0o\0n\0 \0e\0a\0c\0h\0 \0o\0t\0h\0e\0r\0,\0 \0i\0f\0 \0Z\0 \0w\0i\0t\0h\0 \0c\0h\0a\0r\0g\0e\0 \0-\02\0q\0 \0t\0o\0u\0c\0h\0e\0s\0 \0X\0 \0a\0n\0d\0 \0t\0h\0e\0n\0 \0r\0e\0m\0o\0v\0e\0d\0 \0t\0h\0e\0n\0 \0w\0h\0a\0t\0 \0i\0s\0 \0t\0h\0e\0 \0f\0o\0r\0c\0e\0 \0b\0e\0t\0w\0e\0e\0n\0 \0X\0 \0a\0n\0d\0 \0Y\0?\0', '\0F\0/\02\0', '\0K\0e\0 \0c\0o\0n\0s\0t\0a\0n\0t\0', '\0C\0o\0l\0o\0u\0m\0b\0s\0 \0l\0a\0w\0', '\0F\0=\0k\0q\0q\0/\0r\0\0', 0),
(127, 1, '\0R\0e\0s\0i\0s\0t\0a\0n\0c\0e\0 \0o\0p\0p\0o\0s\0e\0s\0 \0c\0u\0r\0r\0e\0n\0t\0,\0 \0i\0n\0d\0u\0c\0t\0o\0r\0 \0o\0p\0p\0o\0s\0e\0s\0', '\0C\0h\0a\0n\0g\0e\0 \0i\0n\0 \0C\0u\0r\0r\0e\0n\0t\0', '\0L\0e\0n\0z\0 \0l\0a\0w\0', '\0C\0u\0r\0r\0e\0n\0t\0', '\0F\0l\0u\0c\0t\0u\0a\0t\0e\0', 0),
(128, 1, '\0E\0n\0t\0r\0o\0p\0y\0 \0o\0f\0 \0t\0h\0e\0 \0u\0n\0i\0v\0e\0r\0s\0e\0 \0i\0s\0', '\0I\0n\0c\0r\0e\0a\0s\0i\0n\0g\0', '\0I\0r\0r\0e\0v\0e\0r\0s\0i\0b\0l\0e\0', '\0l\0a\0c\0k\0 \0o\0f\0 \0o\0r\0d\0e\0r\0 \0o\0r\0 \0p\0r\0e\0d\0i\0c\0t\0a\0b\0i\0l\0i\0t\0y\0', '\0U\0n\0i\0v\0e\0r\0s\0e\0 \0i\0s\0 \0E\0x\0p\0a\0n\0d\0i\0n\0g\0', 0),
(129, 1, '\0I\0f\0 \0c\0u\0r\0r\0e\0n\0t\0 \0i\0s\0 \0i\0n\0c\0r\0e\0a\0s\0e\0d\0 \01\00\00\0 \0t\0i\0m\0e\0s\0 \0w\0h\0a\0t\0 \0w\0o\0u\0l\0d\0 \0b\0e\0 \0t\0h\0e\0 \0e\0f\0f\0e\0c\0t\0 \0o\0n\0 \0e\0n\0e\0r\0g\0y\0 \0s\0t\0o\0r\0e\0d\0 \0i\0n\0 \0i\0n\0d\0u\0c\0t\0o\0r\0?\0', '\0I\0n\0c\0r\0e\0a\0s\0e\0 \0t\0o\0 \01\00\00\00\00\0 \0t\0i\0m\0e\0s\0', '\0I\0n\0c\0r\0e\0a\0s\0e\0', '\0D\0i\0r\0e\0c\0t\0 \0r\0e\0l\0a\0t\0i\0o\0n\0', '\0I\0=\0E\0\0', 0),
(130, 1, '\0I\0n\0 \0p\0u\0r\0e\0 \0c\0a\0p\0a\0c\0i\0t\0i\0v\0e\0 \0c\0i\0r\0c\0u\0i\0t\0 \0c\0u\0r\0r\0e\0n\0t\0 \0i\0s\0?\0', '\0L\0e\0a\0d\0i\0n\0g\0 \0t\0h\0e\0 \0v\0o\0l\0t\0a\0g\0e\0', '\0t\0h\0e\0 \0c\0u\0r\0r\0e\0n\0t\0 \0t\0h\0r\0o\0u\0g\0h\0 \0a\0 \0c\0a\0p\0a\0c\0i\0t\0o\0r\0 \0i\0s\0 \0a\0 \0r\0e\0a\0c\0t\0i\0o\0n\0 \0a\0g\0a\0i\0n\0s\0t\0 \0t\0h\0e\0 \0c\0h\0a\0n\0g\0e\0 \0i\0n\0 \0v\0o\0l\0t\0a\0g\0e\0 \0a\0c\0r\0o\0s\0s\0 \0i\0t\0.\0', '\0V\0o\0l\0t\0a\0g\0e\0', '\0C\0u\0r\0r\0e\0n\0t\0 \0i\0s\0 \0i\0n\0 \0f\0r\0o\0n\0t\0', 0),
(131, 1, '\0T\0h\0e\0 \0p\0o\0w\0e\0r\0 \0o\0f\0 \0a\0 \0l\0e\0n\0s\0 \0i\0s\0 \01\00\0 \0d\0i\0o\0p\0t\0e\0r\0s\0.\0 \0W\0h\0a\0t\0 \0i\0s\0 \0t\0h\0e\0 \0f\0o\0c\0a\0l\0 \0l\0e\0n\0g\0t\0h\0?\0', '\01\00\0 \0c\0m\0', '\0T\0h\0e\0 \0f\0o\0c\0a\0l\0 \0l\0e\0n\0g\0t\0h\0 \0o\0f\0 \0a\0n\0 \0o\0p\0t\0i\0c\0a\0l\0 \0s\0y\0s\0t\0e\0m\0 \0i\0s\0 \0a\0 \0m\0e\0a\0s\0u\0r\0e\0 \0o\0f\0 \0h\0o\0w\0 \0s\0t\0r\0o\0n\0g\0l\0y\0 \0t\0h\0e\0 \0s\0y\0s\0t\0e\0m\0 \0c\0o\0n\0v\0e\0r\0g\0e\0s\0 \0o\0r\0 \0d\0i\0v\0e\0r\0g\0e\0s\0 \0l\0i\0g\0h\0t\0.\0', '\0D\0i\0o\0p\0t\0e\0r\0s\0 \0i\0s\0 \0a\0 \0u\0n\0i\0t\0 \0o\0f\0 \0r\0e\0f\0r\0a\0c\0t\0i\0v\0e\0 \0p\0o\0w\0e\0r\0', '\0L\0e\0n\0s\0 \0s\0u\0r\0f\0a\0c\0e\0 \0p\0o\0w\0e\0r\0 \0c\0a\0n\0 \0b\0e\0 \0f\0o\0u\0n\0d\0 \0w\0i\0t\0h\0 \0t\0h\0e\0 \0i\0n\0d\0e\0x\0 \0o\0f\0 \0r\0e\0f\0r\0a\0c\0t\0i\0o\0n\0 \0a\0n\0d\0 \0r\0a\0d\0i\0u\0s\0 \0o\0f\0 \0c\0u\0r\0v\0a\0t\0u\0r\0e\0.\0', 0),
(132, 1, '\0W\0h\0e\0n\0 \0s\0o\0m\0e\0 \0c\0h\0a\0r\0g\0e\0 \0i\0s\0 \0g\0i\0v\0e\0n\0 \0t\0o\0 \0a\0 \0s\0o\0a\0p\0 \0b\0u\0b\0b\0l\0e\0 \0s\0i\0z\0e\0 \0w\0i\0l\0l\0', '\0I\0n\0c\0r\0e\0a\0s\0e\0s\0', '\0t\0h\0e\0 \0c\0h\0a\0r\0g\0e\0d\0 \0p\0a\0r\0t\0i\0c\0l\0e\0s\0 \0u\0n\0i\0f\0o\0r\0m\0l\0y\0 \0d\0i\0s\0t\0r\0i\0b\0u\0t\0e\0d\0 \0o\0n\0 \0i\0t\0', '\0U\0n\0l\0i\0k\0e\0 \0c\0h\0a\0r\0g\0e\0s\0 \0a\0t\0t\0r\0a\0c\0t\0,\0l\0i\0k\0e\0 \0c\0h\0a\0r\0g\0e\0s\0 \0r\0e\0p\0e\0l\0', '\0S\0a\0m\0e\0 \0c\0h\0a\0r\0g\0e\0 \0d\0i\0s\0t\0r\0i\0b\0u\0t\0e\0', 0),
(133, 1, '\0A\0n\0 \0e\0m\0f\0 \0o\0f\0 \01\00\0 \0V\0 \0i\0s\0 \0o\0b\0s\0e\0r\0v\0e\0d\0 \0i\0n\0 \0o\0n\0e\0 \0c\0o\0i\0l\0 \0w\0h\0e\0n\0 \0t\0h\0e\0 \0c\0u\0r\0r\0e\0n\0t\0 \0i\0s\0 \0c\0h\0a\0n\0g\0i\0n\0g\0 \0a\0t\0 \0t\0h\0e\0 \0r\0a\0t\0e\0 \0o\0f\0 \05\0 \0A\0s\0-\01\0 \0i\0n\0 \0t\0h\0e\0 \0o\0t\0h\0e\0r\0 \0c\0o\0i\0l\0.\0 \0W\0h\0a\0t\0 \0i\0s\0 \0t\0h\0e\0 \0m\0u\0t\0u\0a\0l\0 \0i\0n\0d\0u\0c\0t\0a\0n\0c\0e\0 \0o\0f\0 \0t\0h\0e\0 \0c\0o\0i\0l\0?\0', '\02\0H\0', '\0M\0u\0t\0u\0a\0l\0 \0i\0n\0d\0u\0c\0t\0a\0n\0c\0e\0 \0M\0 \0i\0s\0 \0a\0 \0c\0i\0r\0c\0u\0i\0t\0 \0p\0a\0r\0a\0m\0e\0t\0e\0r\0 \0b\0e\0t\0w\0e\0e\0n\0 \0t\0w\0o\0 \0m\0a\0g\0n\0e\0t\0i\0c\0a\0l\0l\0y\0 \0c\0o\0u\0p\0l\0e\0d\0 \0c\0o\0i\0l\0s\0', '\0U\0n\0i\0t\0s\0 \0a\0r\0e\0 \0H\0e\0n\0r\0y\0', '\0E\0m\0f\0 \0i\0s\0 \0p\0r\0o\0p\0o\0t\0i\0o\0n\0a\0l\0 \0t\0o\0 \0M\0(\0D\0i\0/\0D\0t\0)\0', 0),
(134, 1, '\0T\0h\0e\0 \0e\0a\0r\0t\0h\0 \0m\0a\0g\0n\0e\0t\0i\0c\0 \0f\0i\0e\0l\0d\0 \0d\0e\0f\0l\0e\0c\0t\0s\0 \0h\0i\0g\0h\0 \0v\0e\0l\0o\0c\0i\0t\0y\0 \0p\0o\0s\0i\0t\0i\0v\0e\0 \0c\0h\0a\0r\0g\0e\0 \0t\0o\0w\0a\0r\0d\0s\0 \0p\0o\0l\0e\0', '\0N\0o\0r\0t\0h\0', '\0C\0h\0a\0r\0g\0e\0 \0e\0n\0t\0e\0r\0i\0n\0g\0 \0i\0n\0 \0m\0a\0g\0n\0e\0t\0i\0c\0 \0f\0i\0e\0l\0d\0', '\0R\0i\0g\0h\0t\0 \0h\0a\0n\0d\0 \0r\0u\0l\0e\0', '\0M\0a\0g\0n\0e\0t\0i\0c\0 \0f\0i\0e\0l\0d\0 \0l\0i\0n\0e\0s\0 \0g\0o\0e\0s\0 \0f\0r\0o\0m\0 \0n\0o\0r\0t\0h\0 \0t\0o\0 \0s\0o\0u\0t\0h\0', 0),
(135, 1, '\0W\0h\0a\0t\0 \0w\0i\0l\0l\0 \0b\0e\0 \0t\0h\0e\0 \0r\0a\0t\0i\0o\0 \0o\0f\0 \0d\0i\0s\0t\0a\0n\0c\0e\0 \0m\0o\0v\0e\0d\0 \0b\0y\0 \0a\0 \0f\0r\0e\0e\0l\0y\0 \0f\0a\0l\0l\0i\0n\0g\0 \0b\0o\0d\0y\0 \0i\0n\0 \04\0t\0h\0 \0a\0n\0d\0 \05\0t\0h\0 \0s\0e\0c\0o\0n\0d\0 \0o\0f\0 \0i\0t\0s\0 \0j\0o\0u\0r\0n\0e\0y\0?\0', '\01\06\0:\02\05\0', '\0E\0q\0u\0a\0t\0i\0o\0n\0 \0o\0f\0 \0m\0o\0t\0i\0o\0n\0', '\0S\0 \0i\0s\0 \0d\0i\0r\0e\0c\0t\0l\0y\0 \0p\0r\0o\0p\0o\0t\0i\0o\0n\0a\0l\0 \0t\0o\0 \0v\0\0', '\0D\0i\0v\0i\0d\0e\0 \0t\0h\0e\0 \0b\0o\0t\0h\0 \0d\0i\0s\0t\0a\0n\0c\0e\0s\0', 0),
(136, 1, '\0 \0A\0 \01\00\00\0 \0\0F\0 \0c\0a\0p\0a\0c\0i\0t\0o\0r\0 \0w\0i\0t\0h\0 \01\02\0 \0V\0 \0b\0a\0t\0t\0e\0r\0y\0 \0i\0n\0 \0s\0e\0r\0i\0e\0s\0 \0h\0a\0v\0i\0n\0g\0 \0f\0r\0e\0q\0u\0e\0n\0c\0y\0 \05\00\0 \0H\0z\0 \0t\0h\0e\0 \0c\0a\0p\0a\0c\0i\0t\0i\0v\0e\0 \0r\0e\0a\0c\0t\0a\0n\0c\0e\0 \0w\0i\0l\0l\0 \0b\0e\0', '\03\02\0 \0', '\0C\0a\0p\0a\0c\0i\0t\0i\0v\0e\0 \0r\0e\0a\0c\0t\0a\0n\0c\0e\0 \0(\0s\0y\0m\0b\0o\0l\0 \0X\0C\0)\0 \0i\0s\0 \0a\0 \0m\0e\0a\0s\0u\0r\0e\0 \0o\0f\0 \0a\0 \0c\0a\0p\0a\0c\0i\0t\0o\0r\0\'\0s\0 \0o\0p\0p\0o\0s\0i\0t\0i\0o\0n\0 \0t\0o\0 \0A\0C\0', '\0C\0a\0p\0a\0c\0i\0t\0i\0v\0e\0 \0r\0e\0a\0c\0t\0a\0n\0c\0e\0 \0i\0s\0 \0i\0n\0v\0e\0r\0s\0e\0l\0y\0 \0p\0r\0o\0p\0o\0t\0i\0o\0n\0a\0l\0 \0t\0o\0 \0f\0', '\0C\0a\0p\0a\0c\0i\0t\0i\0v\0e\0 \0r\0e\0a\0c\0t\0a\0n\0c\0e\0 \0i\0s\0 \0i\0n\0v\0e\0r\0s\0e\0l\0y\0 \0p\0r\0o\0p\0o\0t\0i\0o\0n\0a\0l\0 \0t\0o\0 \0C\0', 0),
(137, 1, '\0I\0f\0 \0h\0e\0i\0g\0h\0t\0 \0o\0f\0 \0p\0r\0o\0j\0e\0c\0t\0i\0l\0e\0 \0i\0s\0 \0e\0q\0u\0a\0l\0 \0t\0o\0 \0r\0a\0n\0g\0e\0.\0 \0\0T\0h\0e\0 \0a\0n\0g\0l\0e\0 \0o\0f\0 \0p\0r\0o\0j\0e\0c\0t\0i\0o\0n\0 \0i\0s\0 \0A\0', '\07\06\0\0', '\0H\0=\0v\0\0s\0i\0n\0\0\0/\02\0g\0', '\0R\0=\0v\0c\0o\0s\0\0*\0t\0', '\0E\0q\0u\0a\0t\0e\0 \0b\0o\0t\0h\0 \0e\0q\0u\0a\0t\0i\0o\0n\0s\0 \0e\0q\0u\0a\0l\0', 0),
(138, 1, '\0V\0o\0l\0u\0m\0e\0 \0f\0l\0o\0w\0 \0r\0a\0t\0e\0 \0o\0f\0 \03\00\0 \0k\0g\0 \0w\0a\0t\0e\0r\0 \0f\0l\0o\0w\0i\0n\0g\0 \0t\0h\0r\0o\0u\0g\0h\0 \0a\0 \0p\0i\0p\0e\0 \0i\0n\0 \01\0 \0m\0i\0n\0 \0i\0s\0 \0w\0h\0a\0t\0 \0m\03\0/\0s\0', '\05\0 \0x\0 \01\00\0-\01\0', '\0t\0h\0e\0 \0v\0o\0l\0u\0m\0e\0 \0o\0f\0 \0f\0l\0u\0i\0d\0 \0w\0h\0i\0c\0h\0 \0p\0a\0s\0s\0e\0s\0 \0p\0e\0r\0 \0u\0n\0i\0t\0 \0t\0i\0m\0e\0', '\0u\0s\0u\0a\0l\0l\0y\0 \0r\0e\0p\0r\0e\0s\0e\0n\0t\0e\0d\0 \0b\0y\0 \0t\0h\0e\0 \0s\0y\0m\0b\0o\0l\0 \0Q\0', '\0V\0=\0A\0v\0', 0),
(139, 1, '\0T\0h\0e\0 \0f\0r\0e\0q\0u\0e\0n\0c\0y\0 \0o\0f\0 \0A\0C\0 \0b\0e\0i\0n\0g\0 \0u\0s\0e\0d\0 \0i\0n\0 \0P\0a\0k\0i\0s\0t\0a\0n\0', '\06\00\0c\0y\0c\0l\0e\0s\0 \0p\0e\0r\0 \0s\0e\0c\0o\0n\0d\0', '\02\04\00\0V\0 \0v\0o\0l\0t\0a\0g\0e\0 \0i\0s\0 \0u\0s\0e\0d\0', '\0D\0i\0f\0f\0e\0r\0e\0n\0t\0 \0f\0r\0o\0m\0 \0s\0t\0a\0n\0d\0a\0r\0a\0d\0 \0t\0h\0a\0t\0 \0o\0t\0h\0e\0r\0 \0c\0o\0u\0n\0t\0r\0i\0e\0s\0 \0u\0s\0e\0', '\0S\0t\0a\0n\0d\0a\0r\0a\0d\0 \05\00\0 \0h\0e\0r\0t\0z\0', 0),
(140, 1, '\0N\0a\0m\0e\0 \0p\0h\0e\0n\0o\0m\0e\0n\0a\0 \0w\0a\0s\0 \0i\0n\0s\0p\0i\0r\0e\0d\0 \0f\0r\0o\0m\0 \0S\0e\0e\0i\0n\0g\0 \0a\0 \0m\0a\0n\0 \0f\0a\0l\0l\0 \0o\0f\0f\0 \0a\0 \0r\0o\0o\0f\0?\0', '\0(\0g\0e\0n\0e\0r\0a\0l\0 \0r\0e\0l\0a\0t\0i\0v\0i\0t\0y\0)\0', '\0I\0t\0 \0i\0s\0 \0o\0n\0e\0 \0o\0f\0 \0A\0l\0b\0e\0r\0t\0 \0E\0i\0n\0s\0t\0e\0i\0n\0 s\0 \0t\0h\0e\0o\0r\0y\0 \0', '\0p\0a\0r\0t\0 \0o\0f\0 \0t\0h\0e\0 \0i\0n\0s\0p\0i\0r\0a\0t\0i\0o\0n\0 \0c\0a\0m\0e\0 \0f\0r\0o\0m\0 \0a\0 \0n\0e\0i\0g\0h\0b\0o\0u\0r\0h\0o\0o\0d\0 \0m\0i\0s\0h\0a\0p\0.\0', '\0T\0h\0e\0 \0f\0a\0l\0l\0i\0n\0g\0 \0m\0a\0n\0 \0s\0a\0i\0d\0 \0h\0e\0 \0d\0i\0d\0 \0n\0o\0t\0 \0f\0e\0e\0l\0 \0t\0h\0e\0 \0 p\0u\0l\0l\0 \0o\0f\0 \0t\0h\0e\0 \0E\0a\0r\0t\0h\0 \0w\0h\0i\0l\0e\0 \0f\0a\0l\0l\0i\0n\0g\0', 0),
(141, 1, '\0I\0f\0 \0e\0n\0e\0r\0g\0y\0 \0c\0a\0n\0n\0o\0t\0 \0b\0e\0 \0c\0r\0e\0a\0t\0e\0d\0 \0o\0r\0 \0d\0e\0s\0t\0r\0o\0y\0e\0d\0,\0 \0w\0h\0y\0 \0d\0o\0 \0s\0t\0a\0r\0s\0 \0s\0h\0i\0n\0e\0?\0', '\0(\0n\0u\0c\0l\0e\0a\0r\0 \0f\0u\0s\0i\0o\0n\0)\0 \0', '\0t\0h\0e\0 \0a\0n\0s\0w\0e\0r\0 \0l\0i\0e\0s\0 \0d\0e\0e\0p\0 \0i\0n\0s\0i\0d\0e\0 \0t\0h\0e\0 \0c\0o\0r\0e\0 \0o\0f\0 \0t\0h\0e\0 \0s\0u\0n\0', '\0o\0n\0e\0 \0o\0f\0 \0E\0i\0n\0s\0t\0e\0i\0n\0 s\0 \0e\0q\0u\0a\0t\0i\0o\0n\0 \0e\0x\0p\0l\0a\0i\0n\0s\0 \0t\0h\0e\0 \0r\0e\0a\0c\0t\0i\0o\0n\0.\0', '\0I\0t\0 \0h\0a\0s\0 \0t\0o\0 \0d\0o\0 \0w\0i\0t\0h\0 \0t\0h\0e\0 \0e\0q\0u\0a\0t\0i\0o\0n\0 \0E\0=\0m\0c\0', 0),
(142, 1, '\0w\0h\0o\0 \0f\0i\0r\0e\0d\0 \0t\0h\0e\0 \0f\0i\0r\0s\0t\0 \0l\0i\0q\0u\0i\0d\0-\0p\0r\0o\0p\0e\0l\0l\0e\0n\0t\0 \0r\0o\0c\0k\0e\0t\0 \0i\0n\0 \01\09\02\06\0?\0', '\0(\0R\0o\0b\0e\0r\0t\0 \0H\0.\0G\0o\0d\0d\0a\0r\0d\0)\0', '\0H\0e\0 \0w\0a\0s\0 \0a\0n\0 \0A\0m\0e\0r\0i\0c\0a\0n\0 \0e\0n\0g\0i\0n\0e\0e\0r\0', '\0H\0e\0 \0w\0a\0s\0 \0r\0i\0d\0i\0c\0u\0l\0e\0d\0 \0w\0h\0e\0n\0 \0h\0e\0 \0p\0r\0o\0p\0o\0s\0e\0d\0 \0t\0h\0a\0t\0 \0r\0o\0c\0k\0e\0t\0s\0 \0c\0a\0n\0 \0b\0e\0 \0u\0s\0e\0d\0 \0t\0o\0 \0f\0l\0y\0 \0t\0o\0 \0t\0h\0e\0 \0m\0o\0o\0n\0', '\0H\0e\0 \0p\0u\0b\0l\0i\0s\0h\0e\0d\0 \0 A\0 \0m\0e\0t\0h\0o\0d\0 \0o\0f\0 \0r\0e\0a\0c\0h\0i\0n\0g\0 \0e\0x\0t\0r\0e\0m\0e\0 \0A\0l\0t\0i\0t\0u\0d\0e\0s\0 ', 0),
(143, 1, '\0t\0h\0e\0 \0v\0e\0l\0o\0c\0i\0t\0y\0 \0a\0n\0d\0 \0p\0o\0s\0i\0t\0i\0o\0n\0 \0o\0f\0 \0a\0n\0 \0o\0b\0j\0e\0c\0t\0 \0c\0a\0n\0 \0n\0o\0t\0 \0b\0e\0 \0d\0e\0t\0e\0r\0m\0i\0n\0e\0d\0 \0s\0i\0m\0u\0l\0t\0a\0n\0e\0o\0u\0s\0l\0y\0,\0w\0h\0i\0c\0h\0 \0p\0r\0i\0n\0c\0i\0p\0l\0e\0 \0s\0t\0a\0t\0e\0s\0 \0t\0h\0i\0s\0?\0', '\0(\0t\0h\0e\0 \0u\0n\0c\0e\0r\0t\0a\0i\0n\0t\0y\0 \0p\0r\0i\0n\0c\0i\0p\0l\0e\0)\0', '\0M\0o\0s\0t\0 \0f\0a\0m\0o\0u\0s\0 \0a\0n\0d\0 \0m\0i\0s\0u\0n\0d\0e\0r\0s\0t\0o\0o\0d\0 \0i\0d\0e\0a\0s\0 \0i\0n\0 \0p\0h\0y\0s\0i\0c\0s\0', '\0T\0h\0e\0 \0g\0o\0a\0l\0 \0o\0f\0 \0m\0o\0d\0e\0r\0n\0 \0p\0h\0y\0s\0i\0c\0s\0 \0i\0s\0 \0t\0o\0 \0u\0n\0d\0e\0r\0s\0t\0a\0n\0d\0 \0t\0h\0e\0 \0n\0a\0t\0u\0r\0e\0 \0o\0f\0 \0t\0h\0e\0 \0u\0n\0i\0v\0e\0r\0s\0e\0 \0w\0i\0t\0h\0i\0n\0 \0t\0h\0e\0 \0l\0i\0m\0i\0t\0s\0 \0o\0f\0 \0t\0h\0i\0s\0 \0p\0r\0i\0n\0c\0i\0p\0l\0e\0', '\0T\0h\0e\0 \0p\0r\0i\0n\0c\0i\0p\0l\0e\0 \0w\0a\0s\0 \0s\0t\0a\0t\0e\0d\0 \0b\0y\0 \0H\0e\0i\0s\0e\0n\0b\0e\0r\0g\0', 0);
INSERT INTO `questions` (`QNO`, `CATEGORY`, `QUESTION`, `ANSWER`, `HINTONE`, `HINTTWO`, `HINTTHREE`, `USED`) VALUES
(144, 1, '\0A\0 \0p\0e\0r\0s\0o\0n\0 \0c\0a\0r\0r\0i\0e\0s\0 \0a\0 \0b\0o\0x\0 \0o\0f\0 \0m\0a\0s\0s\0 \05\0 \0k\0g\0 \0a\0n\0d\0 \0m\0o\0v\0e\0s\0 \0i\0n\0 \0x\0-\0d\0i\0r\0e\0c\0t\0i\0o\0n\0 \0i\0n\0 \05\0 \0m\0.\0 \0w\0h\0a\0t\0 \0i\0s\0 \0t\0h\0e\0 \0w\0o\0r\0k\0 \0d\0o\0n\0e\0 \0b\0y\0 \0g\0r\0a\0v\0i\0t\0y\0 \0o\0n\0 \0t\0h\0e\0 \0b\0o\0x\0?\0', '\0(\0z\0e\0r\0o\0)\0', '\0w\0o\0r\0k\0 \0i\0s\0 \0d\0o\0t\0 \0p\0r\0o\0d\0u\0c\0t\0.\0', '\0W\0=\0F\0.\0d\0', '\0w\0o\0r\0k\0 \0i\0s\0 \0m\0a\0x\0i\0m\0u\0m\0 \0w\0h\0e\0n\0 \0F\0o\0r\0c\0e\0 \0a\0p\0p\0l\0i\0e\0d\0 \0i\0s\0 \0p\0a\0r\0a\0l\0l\0e\0l\0 \0t\0o\0 \0d\0i\0s\0p\0l\0a\0c\0e\0m\0e\0n\0t\0', 0),
(145, 1, '\0A\0 \0w\0h\0e\0e\0l\0 \0b\0a\0r\0r\0o\0w\0 \0i\0s\0 \0a\0n\0 \0e\0x\0a\0m\0p\0l\0e\0 \0o\0f\0 \0w\0h\0i\0c\0h\0 \0t\0y\0p\0e\0 \0o\0f\0 \0l\0e\0v\0e\0r\0?\0', '\0(\0T\0o\0r\0q\0u\0e\0)\0', '\0I\0t\0 \0h\0a\0s\0 \0s\0o\0m\0e\0t\0h\0i\0n\0g\0 \0t\0o\0 \0d\0o\0 \0w\0i\0t\0h\0 \0t\0h\0e\0 \0m\0o\0m\0e\0n\0t\0 \0o\0f\0 \0f\0o\0r\0c\0e\0s\0.\0', '\0I\0t\0 \0e\0x\0i\0s\0t\0s\0 \0a\0s\0 \0t\0w\0o\0 \0f\0o\0r\0c\0e\0s\0.\0', '\0I\0t\0 \0i\0s\0 \0m\0a\0x\0i\0m\0u\0m\0 \0w\0h\0e\0n\0 \0i\0t\0 s\0 \0c\0o\0m\0p\0o\0n\0e\0n\0t\0s\0 \0a\0r\0e\0 \0p\0e\0r\0p\0e\0n\0d\0i\0c\0u\0l\0a\0r\0', 0),
(146, 1, '\0T\0i\0m\0e\0 \0-\0-\0-\0-\0 \0i\0n\0 \0S\0p\0a\0c\0e\0', '\0s\0t\0o\0p\0s\0', '\0t\0i\0m\0e\0 \0c\0a\0n\0 \0a\0p\0p\0e\0a\0r\0 \0t\0o\0 \0m\0o\0v\0e\0 \0f\0a\0s\0t\0e\0r\0 \0o\0r\0 \0s\0l\0o\0w\0e\0r\0 \0t\0o\0 \0u\0s\0 \0r\0e\0l\0a\0t\0i\0v\0e\0 \0t\0o\0 \0o\0t\0h\0e\0r\0s\0 \0i\0n\0 \0a\0 \0d\0i\0f\0f\0e\0r\0e\0n\0t\0 \0p\0a\0r\0t\0 \0o\0f\0 \0s\0p\0a\0c\0e\0-\0t\0i\0m\0e\0', '\0t\0i\0m\0e\0-\0d\0i\0l\0a\0t\0i\0o\0n\0 \0e\0f\0f\0e\0c\0t\0s\0', '\0P\0e\0o\0p\0l\0e\0 \0g\0e\0t\0 \0t\0o\0 \0a\0g\0e\0 \0j\0u\0s\0t\0 \0a\0 \0t\0i\0n\0y\0 \0b\0i\0t\0 \0s\0l\0o\0w\0e\0r\0 \0t\0h\0a\0n\0 \0p\0e\0o\0p\0l\0e\0 \0o\0n\0 \0E\0a\0r\0t\0h\0', 0),
(147, 1, '\00\0.\00\00\02\09\0 \0i\0s\0 \0v\0a\0l\0u\0e\0 \0o\0f\0 \0w\0h\0i\0c\0h\0 \0c\0o\0n\0s\0t\0a\0n\0t\0', '\0W\0e\0i\0n\0', '\0U\0n\0i\0t\0s\0 \0a\0r\0e\0 \0m\0e\0t\0e\0r\0-\0k\0e\0l\0v\0i\0n\0', '\0 \0T\0h\0e\0 \0p\0r\0o\0d\0u\0c\0t\0 \0o\0f\0 \0t\0h\0e\0 \0t\0h\0e\0r\0m\0o\0d\0y\0n\0a\0m\0i\0c\0 \0t\0e\0m\0p\0e\0r\0a\0t\0u\0r\0e\0 \0o\0f\0 \0a\0 \0b\0l\0a\0c\0k\0 \0b\0o\0d\0y\0 \0i\0n\0 \0k\0e\0l\0v\0i\0n\0 \0s\0,\0 \0a\0n\0d\0 \0t\0h\0e\0 \0w\0a\0v\0e\0l\0e\0n\0g\0t\0h\0 \0o\0f\0 \0i\0t\0s\0 \0p\0e\0a\0k\0 \0e\0n\0e\0r\0g\0y\0 \0o\0u\0t\0p\0u\0t\0 \0i\0n\0 \0m\0e\0t\0e\0r\0', '\0 \0T\0h\0e\0 \0c\0o\0n\0s\0t\0a\0n\0t\0 \0i\0s\0 \0d\0e\0n\0o\0t\0e\0d\0 \0b\0y\0 \0t\0h\0e\0 \0G\0r\0e\0e\0k\0 \0l\0o\0w\0e\0r\0c\0a\0s\0e\0 \0l\0e\0t\0t\0e\0r\0 \0s\0i\0g\0m\0a\0 \0w\0i\0t\0h\0 \0a\0 \0s\0u\0b\0s\0c\0r\0i\0p\0t\0 \0w\0', 0),
(148, 1, '\0A\0n\0g\0l\0e\0 \0w\0h\0i\0c\0h\0 \0g\0i\0v\0e\0n\0 \0v\0e\0c\0t\0o\0r\0 \0m\0a\0k\0e\0s\0 \0w\0i\0t\0h\0 \0y\0-\0a\0x\0i\0s\0 \0X\0=\02\0i\0+\0s\0q\0t\01\02\0j\0 \0', '\03\00\0 \0', '\0 \0n\0o\0t\0 \0X\0-\0a\0x\0i\0s\0 \0', '\0s\0q\0u\0a\0r\0e\0 \0r\0o\0o\0t\0 \0', '\0 \0t\0a\0n\0-\01\0(\0i\0/\0j\0', 0),
(149, 5, 'Who was the first man into space?', 'Yuri Gagarin.', 'Born in Russia.', 'Soviet pilot.', 'Space mission: Vostok.', 0),
(150, 5, 'What is the IMF description?', 'International Monetary Fund.', 'Headquarters: Washington DC.', 'Membership: 189 countries.', 'Provide loans.', 0),
(151, 5, 'Which car company makes the Celica?', 'Toyota.', 'Headquarters: japan.', 'Subsidiaries: Lexus, Subaru corporation.', 'World 6th largest company by revenue.', 0),
(152, 5, 'Who discovered first the blood circulation?', 'William Harvey.', 'Born in United Kingdom.', 'Born on April 1, 1578.', 'Field: anatomy and physiology.', 0),
(153, 5, 'In 1885 who was the President of Congress?', 'W.C. Bainerjee.', 'Born in: India.', 'Died in: London.', 'Occupation: lawyer.', 0),
(154, 5, 'National Right Day is observed on?', '10th December.', 'First Nobel prize awarded.', 'Metric system adopted in France.', 'Martin Luther publically burns edict.', 0),
(155, 5, 'Where was the venue of Olympic 2014?', 'Athens.', 'Currency: Euro.', '10th most populous area in European Union.', 'It was the heart of Ancient Greece.', 0),
(156, 5, 'Why pendulum clocks is slow in the summers?', 'The length of the pendulum increases for summers.', 'Temperature.', 'Thermal expansion.', 'Due to dimensionless quantity.', 0),
(157, 5, 'In eye donation which part of donors eye is utilized?', 'Cornea.', 'Eyes outermost layer.', 'Plays important role in focusing.', 'Transparent.', 0),
(158, 5, 'Which is the worlds second largest desert?', 'Australian.', 'Major city is Sydney.', 'Continent and Country.', 'Island of Tasmania.', 0),
(159, 5, 'What is the best conductor of electricity?', 'Salt water.', 'Solution.', 'Good electrolyte.', 'Solute is essential for nerve and muscle function.', 0),
(160, 5, 'Which is purest form of iron?', 'Wrought iron.', 'Alloy.', 'Cast iron ( 2.1% to 4%).', 'Semi-fused mass of iron with fibrous slag inclusions.', 0),
(161, 5, 'What product uses the most silver?', 'Camera Film.', 'Sheet of transparent plastic.', 'Sensitive to U.V.', 'Silver Halide crystals are used.', 0),
(162, 5, 'What dog has the best eyesight?', 'Greyhound.', 'Origin: British.', 'Life span: 10-12 years.', 'Maximum speed: 70km/h.', 0),
(163, 5, 'After English what\'s the most widely used language on the net?', 'German.', 'Mostly spoken in a Europe country.', 'Second widely taught foreign language.', 'Words of this language is derived from Greek and Latin.', 0),
(164, 5, 'What country used the first aircraft equipped bomber in war?', 'Italy.', 'European country.', 'Famous place: Colosseum.', 'Home to Vatican.', 0),
(165, 5, 'What makes Argon, Neon and Helium unique in chemistry?', 'No compound.', 'Nobel gas.', 'Bond order = 0.', 'Reaction of He with He.', 0),
(166, 5, 'What fruit can be Red Black or White?', 'Currants.', 'Common in fresh cooking.', 'Short life-span.', 'Ribes.', 0),
(167, 5, 'What is the worlds longest race?', 'The Whitbread round the world.', 'Yacht Race.', 'Named after British Whitbread brewing company.', 'First held in 1973.', 0),
(168, 5, 'What country consumes the most meat per capita, 124 lb?', 'Argentina.', 'Bordered by Bolivia and Paraguay.', 'National language is Spanish.', 'Capital is Buenos Aires.', 0),
(169, 5, 'Intergovernmental organization that was tasked to maintain international peace and security?', 'UNO.', 'Headquarters in Manhattan, New York.', '193 members states.', 'Charter signed on 26 June 1945.', 0),
(170, 5, 'In which country did the study of geometry originate?', 'Egypt.', 'Arab Republic.', 'Spanning the northeast corner of Africa and southwest corner of Asia.', 'Black, white and red stripes on flag with an eagle', 0),
(171, 5, 'Where is the worlds largest mine?', 'Carletonville South Africa.', 'Southernmost country in Africa.', 'World\'s 24th-most populous nation.', 'A town in western Gauteng, South Africa.', 0),
(172, 5, 'Which is the oldest walled city in the world?', 'Jericho.', 'Located near the Jordan River in the West Bank.', 'A city in the Palestinian Territories.', 'J*****o.', 0),
(173, 5, 'Logarithm Tables were invented by?', 'John Napier.', 'He made a plain discovery of the whole revelation of St. John.', 'He was ardent Protestant.', 'He was a Scottish.', 0),
(174, 5, 'Entomology is the science that studies?', 'Insects.', 'Have three main body parts: head, thorax, and abdomen.', 'have a pair of antennae on top of their heads.', 'have three pairs of legs.', 0),
(175, 5, 'Eritrea, which became the 182nd member of the UN in 1993, is in the continent of?', 'Africa.', 'World\'s second largest continent.', '2nd most populated continent.', 'It covers earths 6 percent of total area.', 0),
(176, 5, 'Golf player Vijay Singh belongs to which country?', 'Fiji.', 'Country in the South Pacific.', 'It\'s famed for rugged landscapes.', 'Palm-lined beaches and coral reefs with clear lagoons.', 0),
(177, 5, 'First China War was fought between?', 'China and Britain.', 'Made up of England, Scotland, Wales and Northern Ireland.', 'It is an island nation in the world.', 'Includes the island of Great Britain.', 0),
(178, 5, 'Federation Cup, World Cup, Allywyn International Trophy and Challenge Cup are awarded to winners of?', 'Volleyball.', 'Teams of six players are separated by a net.', 'Has been a part of the official program of the Olympic.', 'Was invented by William G. Morgan.', 0),
(179, 5, 'Filaria is caused by?', 'Mosquito.', 'Group of about 3500 species of small insects.', 'It is a Spanish word.', 'Causes Diphtheria too and malae.', 0),
(180, 5, 'Durand Cup is associated with the game of?', 'Football.', 'There are total 12 players.', 'One ball.', 'Two nets.', 0),
(181, 5, 'Headquarters of UNO are situated at?', 'New York USA.', 'Its iconic sites include skyscrapers such as the Empire State Building and sprawling Central.', 'Comprises 5 boroughs sitting where the Hudson River meets the Atlantic Ocean.', 'At its core is Manhattan, a densely populated borough thats among the worlds major commercial, financial and cultural centers.', 0),
(182, 5, 'For galvanizing iron which of the following metals is used?', 'Zinc.', 'Atomic number 30.', 'It is the first element in group 12 of the periodic table.', 'Chemically similar to magnesium.', 0),
(183, 5, 'Smallest continent by area of the world is?', 'Australia.', 'Continent surrounded by the Indian and pacific oceans.', 'Its capital, Canberra, is an island.', 'Country known for its Opera House.', 0),
(184, 5, 'Kerch strait, connects the sea of Azov with which sea?', 'Black Sea.', 'It is a body of water and marginal sea of the Atlantic Ocean between Balkans.', 'It is supplied by a number of major rivers.', 'Water volume is 547,000 km (cube).', 0),
(185, 5, 'Second largest city of Pakistan?', 'Lahore.', 'City of Punjab.', 'It is also the second most populated country in Pakistan.', 'And is one of Pakistans wealthiest cities (Popular For FOOD).', 0),
(186, 5, 'Highest part of earth?', 'Mount Everest.', 'Known in Nepali as Sagarmatha.', 'Is earths highest mountain above sea level.', 'The international border b/w Nepal and China runs across its summit point.', 0),
(187, 5, 'The permanent Secretariat of OIC is located in?', 'Jeddah.', 'A Saudi Arabian port city on the Red sea.', 'Is a modern commercial hub and gateway for pilgrimages to the Islamic holy cities Mecca and Medina.', 'Largest City in Makkah Province.', 0),
(188, 5, 'Worlds Most Famous Bridge Golden Gate is in?', 'San Fransisco.', 'It is in Northern California.', 'Is a Hilly city.', 'Surrounded by Pacific Ocean.', 0),
(189, 5, 'The Lowest Part Of Earth?', 'Dead Sea.', 'Bordering Israel, The west Bank and Jordan.', 'Is a Salt Lake whose banks are more than 400m below sea level.', 'It is rich in Salt.', 0),
(190, 5, 'The Biggest Island Of the World is?', 'Greenland.', 'Its Capital is Nuuk.', 'Much of its land surface is covered in ice.', 'Continent: Northern America.', 0),
(191, 5, 'The headquarter of Transparency International is in?', 'Berlin.', 'Second most populous city proper of the European union after London.', 'Germanys Capital.', 'Dates to the 13th Century.', 0),
(192, 5, 'Melanoma (skin cancer) is caused by?', 'Ozone Depletion.', 'Is a major environmental problem.', 'It has large amount of (UV rays).', 'It has (CFCs) and (HCFCs).', 0),
(193, 5, 'Light bulb was invented by?', 'Thomas Edison.', 'Was an American inventor.', 'He was Deaf.', 'He was also a business man and also invented a Phonograph.', 0),
(194, 5, 'Copper deposits of Pakistan are found mostly in?', 'Chagai district.', 'Largest district of Pakistan.', 'Located in north west corner of Balochistan.', 'Division: Quetta Division.', 0),
(195, 5, 'Largest Producer Of Solar energy?', 'Germany.', 'Western European Country.', 'With a landscape of forests, rivers , mountain ranges and north sea.', 'Its Capital: BERLIN.', 0),
(196, 5, 'The Country which opened its first Agency was?', 'Iran.', 'It is also known as Persia.', 'Known as Islamic republic.', 'Currency: Riyal.', 0),
(197, 5, 'Arab league is headquartered in?', 'Cairo.', 'Is set on Nile River.', 'At its heart is Tahrir square and the Vast Egyptian.', 'Capital of Egypt.', 0),
(198, 5, 'PVC stands for?', 'Polyvinyl Chloride', 'Used in construction of pipes.', 'synthetic polymer.', 'V stands for vinyl.', 0),
(211, 6, 'Who invented the screw for lifting up water from mines or wells?', 'Archimedes.', 'He was a famous ancient Greek mathematician and physicist.', 'He also calculated pi.', '', 0),
(212, 6, 'Who invented modern paper and the paper-making process?', 'Cai Lun.', 'His inventions also include the use of raw materials such as bark, hemp, silk and fishing net.', 'He was a Chinese political administrator.', '', 0),
(213, 6, 'Who invented the optical lens grinder?', 'Leonardo Da Vicini.', 'He was an Italian artist, scientist and polymath.', 'He also invented single-span bridges and the prototype of parachutes.', '', 0),
(214, 6, 'Who invented the improved compass?', 'Galileo.', 'He was Italian scientist.', 'He also developed powerful telescope and confirmed revolutionary theories about the nature of the world.', '', 0),
(215, 6, 'Who invented the reflecting telescope?', 'Newton.', 'He was also a great English physicist and astronomer.', 'Basic laws of physics were stated by him.', '', 0),
(216, 6, 'Who invented the seed drill?', 'Jethro Tull.', 'He also invented horse-drawn hoe.', 'He was English agricultural entrepreneur.', '', 0),
(217, 6, 'Who developed a process for producing large quantities of pig iron from coke?', 'Abraham Darby.', 'He was English Quaker, inventor and businessman.', 'He also introduced cast iron and wrought iron.', '', 0),
(218, 6, 'Who invented the device for measuring longitude at sea?', 'John Harrison.', 'He was English carpenter and clockmaker.', 'He also invented gridiron pendulum.', '', 0),
(219, 6, 'Who invented the technique of treating milk?', 'Louis Pasture.', 'He also discovered the main principles of vaccination.', 'He invented pasteurization.', '', 0),
(220, 6, 'Who invented the lightning rod?', 'Benjamin Franklin.', 'He was an influential American polymath who discovered electricity.', 'He also invented bifocals.', '', 0),
(221, 6, 'Who created the first mechanical computer?', 'Charles Babbage.', 'Modren computers design is based on his prototype.', 'He is known as The Father of computer.', '', 0),
(222, 6, 'Who invented an early form of the Bunsen burner?', 'Michael Faraday.', 'He also discovered benzene.', 'He is English scientist who helped convert electricity into a format that could be easily used.', '', 0),
(223, 6, 'Who is known for inventing the calotype process (using Silver Chloride) of taking photographs?', 'William Henry Talbot.', 'He is British Victorian pioneer of photography.', 'He also invented the first negative, which could make several prints.', '', 0),
(224, 6, 'Who invented fluorescent lighting?', 'Nikola Tesla.', 'He also invented the induction motor.', 'Phase electricity and AC electricity are also among this American physicist invention.', '', 0),
(225, 6, 'Who is credited with inventing the World Wide Web?', 'Tim Berners-Lee.', 'He is also invented the http protocol.', 'He is a British computer scientist who also invented web browser.', '', 0),
(226, 6, 'Who invented wool combing machine?', 'Edmund Cartwright.', 'He is English religious leader too.', 'He also invented power loom.', '', 0),
(227, 6, 'Who is known for introducing Photocopier?', 'James watt.', 'He was a Scottish inventor and mechanical engineer.', 'He invented machine named watts linkage.', '', 0),
(228, 6, 'Who invented the technology used in modern day wi-fi and bluetooth?', 'Hady Lamarr.', 'She was a very famous actress of her days.', 'She worked for British navy in world war 2 as an inventor.', '', 0),
(229, 6, 'Who invented the first family of synthetic fibres?', 'Stephanie Loiuse.', 'She was awarded Lavoisier Medal, only female awarded this award.', 'She became fourth woman to be added to the National Inventors Hall of Flame.', '', 0),
(230, 6, 'Who invented first compiler related tool?', 'Grace Hopper.', 'She was a pioneer of computer programming and rear admiral in U.S navy.', 'She introduced the idea of machine independent programming language.', '', 0),
(231, 6, 'Who invented the barometer?', 'Evangelista Torricelli.', 'He was an Italian physicist and mathematician known for his work in fluid dynamics.', 'He is also known for his work in optics and method of indivisibles.', '', 0),
(232, 6, 'Who invented the method to detect X-rays?', 'Wilhelm Rontgen.', 'He was a German Mechanical Engineer.', 'He earned the first Nobel prize in 1901.', '', 0),
(233, 6, 'Who invented the rail gauge?', 'George Stephenson.', 'He was an English civil engineer and mechanical engineer of the Victorian era.', 'His rail gauge is also known as Stephenson gauge.', '', 0),
(234, 6, 'Who invented the steel-making process?', 'Henry Bessemer.', 'He also played an important role in establishing a major industrial centre.', 'His process is called the Bessemer process.', '', 0),
(235, 6, 'Who invented the transistors?', 'William Shockley, John Bardeen and Walter Brattain.', 'It was invented by Americans.', 'Three inventors played part in inventing it.', '', 0),
(236, 7, 'What did Bill Moggridge invent?', 'Mouse.', 'It is an electronic device.', 'It is a computer component,hardware.', '', 0),
(237, 7, 'It is a computer component,hardware.', 'RAM.', 'It is a computer component,hardware.', 'It is a memory type.', '', 0),
(238, 7, 'What was invented by Bjarne Stroustrup?', 'C++ language.', 'It is a high level language.', 'It also provides low-level memory manipulation.', '', 0),
(239, 7, 'What was invented by Heike Kamerlingh Onnes?', 'Superconductors.', 'Flux exclusion in them allows magnetic levitation of objects.', 'They can carry current indefinitely without losing any energy.', '', 0),
(240, 7, 'What did Percy Spencer invent?', 'Microwave oven.', 'It uses a form of electromagnetic radiations.', 'The radiations used in them lie between IR (far) and Radio waves.', '', 0),
(241, 7, 'Around 3500 BC, Mesopotamians invented what?', 'Wheels.', 'These days are made of rubber.', 'Used in cars.', '', 0),
(242, 7, 'What did the Scottish inventor James Watt invent?', 'Steam engine.', 'It was first used to remove water from mines.', 'Has now been replaced by electricity and the internal combustion engine (gas and diesel).', '', 0),
(243, 7, 'What was developed by Edward Jenner?', 'Vaccination.', 'It was developed for smallpox.', 'Is the administration of antigenic material to stimulate an individual\'s immune system to develop adaptive immunity to a pathogen.', '', 0),
(244, 7, 'Tim Berners-Lee is responsible for creating what?', 'The internet.', 'Helps in communication worldwide.', 'It consisted of 5 Million Terabytes of Data way back in 2010.', '', 0),
(245, 7, 'Lszl Br, a Hungarian newspaper editor, developed what?', 'Ballpoint pen.', 'A more suitable ink and ball socket mechanism to prevent ink drying.', 'The metal commonly used in these is steel, brass, or tungsten carbide.', '', 0),
(246, 7, 'J. Robert Oppenheimer with his team in 1945 invented______?', 'Atomic bomb.', 'A destructive Weapon.', 'Hydrogen used as fuel.', '', 0),
(247, 7, 'What was invented by Robert E. Kahn and Vint Cerf?', 'Internet.', 'Compressed whole world into a fist.', 'Also known a mean of communication.', '', 0),
(248, 7, 'What was invented by Alexander Graham Bell in 1876?', 'Telephone.', 'Most common mean of communication.', 'Word means a system for transmitting voices over a distance using wire or radio, by converting acoustic vibrations to electrical signals.', '', 0),
(249, 7, 'Francois-Louis Cailler in 1819 invented what?', 'Chocolate Bar.', 'Made of cocoa.', 'High sugar content normally.', '', 0),
(250, 7, 'Cornelis Drebbel invented what?', 'Submarine.', 'Remains underwater when in operation.', 'Also used for spying and in wars.', '', 0),
(251, 7, 'Alessandro Volta was an Italian physicist who invented the first chemical __________ in 1800.', 'Battery.', 'A device that converts chemical energy into electrical energy.', 'The device has two electrodes, an anode (the positive end) and a cathode (the negative end).', '', 0),
(252, 7, 'In 1593 Galileo invented the ______________.', 'Thermometer.', 'A very basic type of this device is a fragile one that is even used in homes.', 'A device that measures temperature or a temperature gradient.', '', 0),
(253, 7, ' __________ was discovered in 1898 by the Polish chemist Marie Sklodowska Curie, and a French chemist named Pierre Curie.', 'Radium.', 'It is a chemical element.', 'The chemical symbol of the element is Ra, with an atomic number of 88.', '', 0),
(254, 7, 'Louis Pasteur (1822-1895) was a French chemist and inventor. Pasteur studied the process of ______________.', 'Fermentation.', 'Pasteur postulated that the process was produced by microscopic organisms (other than yeast).', 'The process involves the chemical breakdown of a substance by bacteria, yeasts, or other microorganisms.', '', 0),
(255, 7, 'The first working _________ was invented, designed, and made by the Wright brothers, Wilbur Wright (1867-1912) and Orville Wright (1871-1948).', 'Aircraft.', 'The brothers named the invention Wright Flyer.', 'The advanced version of the invention is now a means of transport by air.', '', 0),
(256, 7, 'Who invented Morse Code?', 'Samuel Morse.', 'American inventor.', 'He also invented single telegraph wire.', '', 0),
(257, 7, 'Who invented the pedal bicycle?', 'Kirkpatrick Macmillan.', 'He lived from 18121878.', 'He was scottish.', '', 0),
(258, 7, 'Who is credited with the invention of nuclear reactor?', 'Enrico Fermi.', 'Italian scientist.', 'He made important discoveries in induced radioactivity.', '', 0),
(259, 7, 'Who invented dynamite?', 'Alfred Nobel.', 'A famous prize is named after him.', 'He was a swedish.', '', 0),
(260, 7, 'Who invented the printing press?', 'Johannes Gutenberg.', 'He was German inventor.', 'He was also a publisher.', '', 0),
(262, 0, '\0C\0r\0i\0t\0i\0c\0a\0l\0 \0p\0o\0i\0n\0t\0 \0c\0o\0r\0r\0e\0s\0p\0o\0n\0d\0s\0 \0t\0o\0 \0m\0a\0x\0 \0v\0a\0l\0u\0e\0', '\0F\0o\0r\0 \0f\0i\0n\0d\0i\0n\0g\0 \0c\0r\0i\0t\0i\0c\0a\0l\0 \0p\0o\0i\0n\0t\0 \0t\0a\0k\0e\0 \0d\0e\0r\0i\0v\0a\0t\0i\0v\0e\0\r\0\n\0M\0A\0T\0H\0S\0', '\0F\0o\0r\0 \0a\0l\0l\0 \0r\0e\0a\0l\0 \0n\0u\0m\0b\0e\0r\0s\0 \0b\0 \0a\0n\0d\0 \0c\0 \0s\0u\0c\0h\0 \0t\0h\0a\0t\0 \0t\0h\0e\0 \0p\0r\0o\0d\0u\0c\0t\0 \0o\0f\0 \0c\0 \0a\0n\0d\0 \03\0 \0i\0s\0 \0b\0,\0 \0w\0h\0i\0c\0h\0 \0e\0x\0p\0r\0e\0s\0s\0i\0o\0n\0 \0r\0e\0p\0r\0e\0s\0e\0n\0t\0s\0 \0t\0h\0e\0 \0s\0u\0m\0 \0o\0f\0 \0c\0 \0a\0n\0d\0 \03\0 \0i\0n\0 \0t\0e\0r\0m\0s\0 \0o\0f\0 \0b\0?\0 \0', '\0A\0n\0s\0:\0 \0b\0/\03\0 \0+\03\0', '\0H\0i\0n\0t\0', 0),
(276, 0, '\0C\0r\0i\0t\0i\0c\0a\0l\0 \0p\0o\0i\0n\0t\0 \0c\0o\0r\0r\0e\0s\0p\0o\0n\0d\0s\0 \0t\0o\0 \0m\0a\0x\0 \0v\0a\0l\0u\0e\0', '\0F\0o\0r\0 \0f\0i\0n\0d\0i\0n\0g\0 \0c\0r\0i\0t\0i\0c\0a\0l\0 \0p\0o\0i\0n\0t\0 \0t\0a\0k\0e\0 \0d\0e\0r\0i\0v\0a\0t\0i\0v\0e\0\r\0\n\0M\0A\0T\0H\0S\0', '\0F\0o\0r\0 \0a\0l\0l\0 \0r\0e\0a\0l\0 \0n\0u\0m\0b\0e\0r\0s\0 \0b\0 \0a\0n\0d\0 \0c\0 \0s\0u\0c\0h\0 \0t\0h\0a\0t\0 \0t\0h\0e\0 \0p\0r\0o\0d\0u\0c\0t\0 \0o\0f\0 \0c\0 \0a\0n\0d\0 \03\0 \0i\0s\0 \0b\0,\0 \0w\0h\0i\0c\0h\0 \0e\0x\0p\0r\0e\0s\0s\0i\0o\0n\0 \0r\0e\0p\0r\0e\0s\0e\0n\0t\0s\0 \0t\0h\0e\0 \0s\0u\0m\0 \0o\0f\0 \0c\0 \0a\0n\0d\0 \03\0 \0i\0n\0 \0t\0e\0r\0m\0s\0 \0o\0f\0 \0b\0?\0 \0', '\0A\0n\0s\0:\0 \0b\0/\03\0 \0+\03\0', '\0H\0i\0n\0t\0', 0),
(285, 0, '\0C\0r\0i\0t\0i\0c\0a\0l\0 \0p\0o\0i\0n\0t\0 \0c\0o\0r\0r\0e\0s\0p\0o\0n\0d\0s\0 \0t\0o\0 \0m\0a\0x\0 \0v\0a\0l\0u\0e\0', '\0F\0o\0r\0 \0f\0i\0n\0d\0i\0n\0g\0 \0c\0r\0i\0t\0i\0c\0a\0l\0 \0p\0o\0i\0n\0t\0 \0t\0a\0k\0e\0 \0d\0e\0r\0i\0v\0a\0t\0i\0v\0e\0\r\0\n\0M\0A\0T\0H\0S\0', '\0F\0o\0r\0 \0a\0l\0l\0 \0r\0e\0a\0l\0 \0n\0u\0m\0b\0e\0r\0s\0 \0b\0 \0a\0n\0d\0 \0c\0 \0s\0u\0c\0h\0 \0t\0h\0a\0t\0 \0t\0h\0e\0 \0p\0r\0o\0d\0u\0c\0t\0 \0o\0f\0 \0c\0 \0a\0n\0d\0 \03\0 \0i\0s\0 \0b\0,\0 \0w\0h\0i\0c\0h\0 \0e\0x\0p\0r\0e\0s\0s\0i\0o\0n\0 \0r\0e\0p\0r\0e\0s\0e\0n\0t\0s\0 \0t\0h\0e\0 \0s\0u\0m\0 \0o\0f\0 \0c\0 \0a\0n\0d\0 \03\0 \0i\0n\0 \0t\0e\0r\0m\0s\0 \0o\0f\0 \0b\0?\0 \0', '\0A\0n\0s\0:\0 \0b\0/\03\0 \0+\03\0', '\0H\0i\0n\0t\0', 0),
(299, 0, '\0C\0r\0i\0t\0i\0c\0a\0l\0 \0p\0o\0i\0n\0t\0 \0c\0o\0r\0r\0e\0s\0p\0o\0n\0d\0s\0 \0t\0o\0 \0m\0a\0x\0 \0v\0a\0l\0u\0e\0', '\0F\0o\0r\0 \0f\0i\0n\0d\0i\0n\0g\0 \0c\0r\0i\0t\0i\0c\0a\0l\0 \0p\0o\0i\0n\0t\0 \0t\0a\0k\0e\0 \0d\0e\0r\0i\0v\0a\0t\0i\0v\0e\0\r\0\n\0M\0A\0T\0H\0S\0', '\0F\0o\0r\0 \0a\0l\0l\0 \0r\0e\0a\0l\0 \0n\0u\0m\0b\0e\0r\0s\0 \0b\0 \0a\0n\0d\0 \0c\0 \0s\0u\0c\0h\0 \0t\0h\0a\0t\0 \0t\0h\0e\0 \0p\0r\0o\0d\0u\0c\0t\0 \0o\0f\0 \0c\0 \0a\0n\0d\0 \03\0 \0i\0s\0 \0b\0,\0 \0w\0h\0i\0c\0h\0 \0e\0x\0p\0r\0e\0s\0s\0i\0o\0n\0 \0r\0e\0p\0r\0e\0s\0e\0n\0t\0s\0 \0t\0h\0e\0 \0s\0u\0m\0 \0o\0f\0 \0c\0 \0a\0n\0d\0 \03\0 \0i\0n\0 \0t\0e\0r\0m\0s\0 \0o\0f\0 \0b\0?\0 \0', '\0A\0n\0s\0:\0 \0b\0/\03\0 \0+\03\0', '\0H\0i\0n\0t\0', 0),
(300, 4, '\0Y\0o\0u\0 \0o\0p\0e\0r\0a\0t\0e\0 \0a\0 \0t\0o\0u\0r\0 \0s\0e\0r\0v\0i\0c\0e\0 \0t\0h\0a\0t\0 \0o\0f\0f\0e\0r\0s\0 \0t\0h\0e\0 \0f\0o\0l\0l\0o\0w\0i\0n\0g\0 \0r\0a\0t\0e\0s\0 \0$\02\00\00\0 \0p\0e\0r\0 \0p\0e\0r\0s\0o\0n\0 \0i\0f\0 \05\00\0 \0p\0e\0o\0p\0l\0e\0 \0(\0t\0h\0e\0 \0m\0i\0n\0i\0m\0u\0m\0 \0n\0u\0m\0b\0e\0r\0 \0t\0o\0 \0b\0o\0o\0k\0 \0t\0h\0e\0 \0t\0o\0u\0r\0)\0 \0g\0o\0 \0o\0n\0 \0t\0h\0e\0 \0t\0o\0u\0r\0.\0 \0F\0o\0r\0 \0e\0a\0c\0h\0 \0a\0d\0d\0i\0t\0i\0o\0n\0a\0l\0 \0p\0e\0r\0s\0o\0n\0,\0 \0u\0p\0 \0t\0o\0 \0a\0 \0m\0a\0x\0i\0m\0u\0m\0 \0o\0f\0 \08\00\0 \0p\0e\0o\0p\0l\0e\0 \0t\0o\0t\0a\0l\0,\0 \0t\0h\0e\0 \0r\0a\0t\0e\0 \0p\0e\0r\0 \0p\0e\0r\0s\0o\0n\0 \0i\0s\0 \0r\0e\0d\0u\0c\0e\0d\0 \0b\0y\0 \0$\02\0.\0 \0I\0t\0 \0c\0o\0s\0t\0s\0 \0$\06\00\00\00\0 \0(\0a\0 \0f\0i\0x\0e\0d\0 \0c\0o\0s\0t\0)\0 \0p\0l\0u\0s\0 \0$\03\02\0 \0p\0e\0r\0 \0p\0e\0r\0s\0o\0n\0 \0t\0o\0 \0c\0o\0n\0d\0u\0c\0t\0 \0t\0h\0e\0 \0t\0o\0u\0r\0.\0 \0H\0o\0w\0 \0m\0a\0n\0y\0 \0p\0e\0o\0p\0l\0e\0 \0d\0o\0e\0s\0 \0i\0t\0 \0t\0a\0k\0e\0 \0t\0o\0 \0m\0a\0x\0i\0m\0i\0z\0e\0 \0y\0o\0u\0r\0 \0p\0r\0o\0f\0i\0t\0?\0', '\06\07\0 \0p\0e\0o\0p\0l\0e\0.\0', '\0L\0e\0t\0 \0x\0 \0r\0e\0p\0r\0e\0s\0e\0n\0t\0 \0t\0h\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0p\0e\0o\0p\0l\0e\0 \0o\0v\0e\0r\0 \05\00\0', '\0S\0o\0l\0v\0i\0n\0g\0 \0p\0 (\0x\0)\0 \0=\0 \00\0', '\0 \0T\0h\0e\0r\0e\0 \0i\0s\0 \0a\0 \0m\0a\0x\0i\0m\0u\0m\0 \0s\0i\0n\0c\0e\0 \0p\0 (\0x\0)\0<\00\0.\0', 0),
(301, 4, '\0A\0 \05\0-\0l\0b\0 \0b\0u\0c\0k\0e\0t\0 \0i\0s\0 \0l\0i\0f\0t\0e\0d\0 \0f\0r\0o\0m\0 \0t\0h\0e\0 \0g\0r\0o\0u\0n\0d\0 \0i\0n\0t\0o\0 \0t\0h\0e\0 \0a\0i\0r\0 \0b\0y\0 \0p\0u\0l\0l\0i\0n\0g\0 \0i\0n\0 \02\00\0f\0t\0 \0o\0f\0 \0r\0o\0p\0e\0 \0a\0t\0 \0a\0 \0c\0o\0n\0s\0t\0a\0n\0t\0 \0s\0p\0e\0e\0d\0 \0.\0T\0h\0e\0 \0r\0o\0p\0e\0 \0w\0e\0i\0g\0h\0s\0 \00\0.\00\08\0 \0l\0b\0/\0f\0t\0.\0 \0H\0o\0w\0 \0m\0u\0c\0h\0 \0w\0o\0r\0k\0 \0w\0a\0s\0 \0s\0p\0e\0n\0t\0 \0l\0i\0f\0t\0i\0n\0g\0 \0t\0h\0e\0 \0b\0u\0c\0k\0e\0t\0 \0a\0n\0d\0 \0r\0o\0p\0e\0?\0', '\01\01\06\0 \0f\0t\0/\0l\0b\0.\0', '\0T\0h\0e\0 \0b\0u\0c\0k\0e\0t\0 \0h\0a\0s\0 \0c\0o\0n\0s\0t\0a\0n\0t\0 \0w\0e\0i\0g\0h\0t\0,\0 \0s\0o\0 \0t\0h\0e\0 \0w\0o\0r\0k\0 \0d\0o\0n\0e\0 \0l\0i\0f\0t\0i\0n\0g\0 \0i\0t\0 \0a\0l\0o\0n\0e\0 \0i\0s\0 \0w\0e\0i\0g\0h\0t\0*\0D\0i\0s\0t\0a\0n\0c\0e\0 \0', '\0T\0h\0e\0 \0w\0e\0i\0g\0h\0t\0 \0o\0f\0 \0t\0h\0e\0 \0r\0o\0p\0e\0 \0v\0a\0r\0i\0e\0s\0 \0w\0i\0t\0h\0 \0t\0h\0e\0 \0b\0u\0c\0k\0e\0t\0 s\0 \0e\0l\0e\0v\0a\0t\0i\0o\0n\0 \0', '\0W\0h\0e\0n\0 \0t\0h\0e\0 \0b\0u\0c\0k\0e\0t\0 \0i\0s\0 \0x\0 \0f\0t\0 \0o\0f\0f\0 \0t\0h\0e\0 \0g\0r\0o\0u\0n\0d\0,\0 \0t\0h\0e\0 \0r\0e\0m\0a\0i\0n\0i\0n\0g\0 \0p\0r\0o\0p\0o\0r\0t\0i\0o\0n\0 \0o\0f\0 \0t\0h\0e\0 \0r\0o\0p\0e\0 \0s\0t\0i\0l\0l\0 \0b\0e\0i\0n\0g\0 \0l\0i\0f\0t\0e\0d\0 \0w\0e\0i\0g\0h\0s\0', 0),
(302, 4, '\0T\0h\0e\0 \0c\0o\0n\0i\0c\0a\0l\0 \0t\0a\0n\0k\0 \0i\0s\0 \0f\0i\0l\0l\0e\0d\0 \0t\0o\0 \0w\0i\0t\0h\0i\0n\0 \02\0 \0f\0t\0 \0o\0f\0 \0t\0h\0e\0 \0t\0o\0p\0 \0w\0i\0t\0h\0 \0o\0l\0i\0v\0e\0 \0o\0i\0l\0 \0w\0e\0i\0g\0h\0i\0n\0g\0 \05\07\0 \0l\0b\0/\0f\0t\03\0.\0 \0H\0o\0w\0 \0m\0u\0c\0h\0 \0w\0o\0r\0k\0 \0d\0o\0e\0s\0 \0i\0t\0 \0t\0a\0k\0e\0 \0t\0o\0 \0p\0u\0m\0p\0 \0t\0h\0e\0 \0o\0i\0l\0 \0t\0o\0 \0t\0h\0e\0 \0r\0i\0m\0 \0o\0f\0 \0t\0h\0e\0 \0t\0a\0n\0k\0?\0', '\0 \03\00\0,\05\06\01\0 \0f\0t\0/\0l\0b\0.\0', '\0W\0e\0 \0i\0m\0a\0g\0i\0n\0e\0 \0t\0h\0e\0 \0o\0i\0l\0 \0d\0i\0v\0i\0d\0e\0d\0 \0i\0n\0t\0o\0 \0t\0h\0i\0n\0 \0s\0l\0a\0b\0s\0 \0b\0y\0 \0p\0l\0a\0n\0e\0s\0 \0p\0e\0r\0p\0e\0n\0d\0i\0c\0u\0l\0a\0r\0 \0t\0o\0 \0t\0h\0e\0 \0y\0-\0a\0x\0i\0s\0 \0a\0t\0 \0t\0h\0e\0 \0p\0o\0i\0n\0t\0s\0 \0o\0f\0 \0a\0 \0p\0a\0r\0t\0i\0t\0i\0o\0n\0 \0o\0f\0 \0t\0h\0e\0 \0i\0n\0t\0e\0r\0v\0a\0l\0 \03\00\0,\0 \08\04\0.\0 \0', '\0V\0 \0=\0(\0r\0a\0d\0i\0u\0s\0)\02\0(\0t\0h\0i\0c\0k\0n\0e\0s\0s\0)\0 \0', '\0T\0h\0e\0 \0f\0o\0r\0c\0e\0 \0F\0(\0y\0)\0 \0r\0e\0q\0u\0i\0r\0e\0d\0 \0t\0o\0 \0l\0i\0f\0t\0 \0t\0h\0i\0s\0 \0s\0l\0a\0b\0 \0i\0s\0 \0e\0q\0u\0a\0l\0 \0t\0o\0 \0i\0t\0s\0 \0w\0e\0i\0g\0h\0t\0', 0),
(303, 4, '\0A\0 \0c\0e\0r\0t\0a\0i\0n\0 \0b\0a\0c\0t\0e\0r\0i\0a\0 \0g\0r\0o\0w\0s\0 \0a\0t\0 \0a\0 \0r\0a\0t\0e\0 \0t\0h\0a\0t\0 \0i\0s\0 \0p\0r\0o\0p\0o\0t\0i\0o\0n\0a\0l\0 \0t\0o\0 \0t\0h\0e\0 \0n\0u\0m\0b\0e\0r\0s\0 \0p\0r\0e\0s\0e\0n\0t\0 \0a\0t\0 \0p\0a\0r\0t\0i\0c\0u\0l\0a\0r\0 \0t\0i\0m\0e\0 \0i\0f\0 \0n\0o\0.\0 \0o\0f\0 \0b\0a\0c\0t\0e\0r\0i\0a\0l\0 \0a\0t\0 \0t\0i\0m\0e\0 \0t\0 \0=\00\0 \0i\0s\0 \0n\0.\0 \0a\0n\0d\0 \0t\0i\0m\0e\0 \0i\0s\0 \01\0 \0h\0r\0 \0t\0h\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0b\0a\0c\0t\0e\0r\0i\0a\0 \0i\0s\0 \05\0n\0/\02\0 \0d\0e\0t\0e\0r\0m\0i\0n\0e\0 \0t\0h\0e\0 \0t\0i\0m\0e\0 \0i\0n\0 \0w\0h\0i\0c\0h\0 \0b\0a\0c\0t\0e\0r\0i\0a\0 \0b\0e\0c\0o\0m\0e\0 \0q\0u\0a\0d\0r\0u\0p\0l\0e\0.\0 \0', '\0 \0 \0 \01\0.\05\01\0 \0h\0r\0 \0', '\0 \0s\0', '\0 \0d\0N\0/\0d\0t\0=\0k\0N\0 \0', '\0R\0e\0d\0u\0c\0e\0 \0e\0q\0 \0t\0o\0 \0s\0e\0p\0a\0r\0a\0b\0e\0 \0f\0o\0r\0m\0 \0', 0),
(304, 4, '\0T\0h\0e\0 \0r\0a\0t\0e\0 \0a\0t\0 \0w\0h\0i\0c\0h\0 \0a\0 \0n\0e\0w\0 \0w\0o\0r\0k\0e\0r\0 \0i\0n\0 \0a\0 \0c\0e\0r\0t\0a\0i\0n\0 \0a\0 \0f\0a\0c\0t\0o\0r\0y\0 \0p\0r\0o\0d\0u\0c\0e\0s\0 \0i\0t\0e\0m\0s\0 \0i\0s\0 \0g\0i\0v\0e\0n\0 \0b\0y\0 \0D\0y\0/\0d\0x\0 \0=\0 \0k\0(\0n\0-\0y\0)\0=\00\0.\02\0(\01\02\05\0-\0y\0)\0 \0F\0i\0n\0d\0 \0m\0a\0x\0 \0p\0r\0o\0d\0u\0c\0t\0i\0o\0n\0?\0 \0', '\01\01\00\0.\08\0', '\0 \0y\0 \0i\0s\0 \0n\0o\0.\0 \0o\0f\0 \0i\0t\0e\0m\0s\0 \0p\0r\0o\0d\0u\0c\0e\0 \0b\0y\0 \0t\0h\0e\0 \0w\0o\0r\0k\0e\0r\0 \0p\0e\0r\0 \0d\0a\0y\0 \0', '\0 \0X\0 \0i\0s\0 \0n\0o\0.\0 \0o\0f\0 \0d\0a\0y\0s\0 \0w\0o\0r\0k\0e\0d\0 \0', '\0A\0s\0s\0u\0m\0e\0 \0t\0h\0a\0t\0 \0t\0h\0e\0 \0w\0o\0r\0k\0e\0r\0 \0p\0r\0o\0d\0u\0c\0e\0d\0 \02\00\0 \0i\0t\0e\0m\0s\0 \0a\0t\0 \0f\0i\0r\0s\0t\0 \0d\0a\0y\0', 0),
(305, 4, '\0F\0i\0n\0d\0 \0t\0h\0e\0 \0d\0i\0m\0e\0n\0s\0i\0o\0n\0 \0o\0f\0 \0r\0i\0g\0h\0t\0 \0c\0i\0r\0c\0u\0l\0a\0r\0 \0c\0y\0l\0i\0n\0d\0e\0r\0 \0o\0f\0 \0m\0a\0x\0i\0m\0u\0m\0 \0v\0o\0l\0u\0m\0e\0 \0t\0h\0a\0t\0 \0c\0a\0n\0 \0b\0e\0 \0i\0n\0s\0c\0r\0i\0b\0e\0d\0 \0i\0n\0 \0a\0 \0s\0p\0h\0e\0r\0e\0 \0o\0f\0 \0r\0a\0d\0i\0u\0s\0 \01\00\0c\0m\0.\0 \0F\0i\0n\0d\0 \0m\0a\0x\0 \0v\0o\0l\0u\0m\0e\0.\0 \0', '\0 \0 \02\04\01\08\0.\04\00\0c\0m\0', '\03\0 \0', '\0 \0-\00\0<\0r\0<\01\00\0', '\0C\0r\0i\0t\0i\0c\0a\0l\0 \0p\0o\0i\0n\0t\0 \0c\0o\0r\0r\0e\0s\0p\0o\0n\0d\0s\0 \0t\0o\0 \0m\0a\0x\0 \0v\0a\0l\0u\0e\0', 0),
(306, 4, '\0F\0o\0r\0 \0a\0l\0l\0 \0r\0e\0a\0l\0 \0n\0u\0m\0b\0e\0r\0s\0 \0b\0 \0a\0n\0d\0 \0c\0 \0s\0u\0c\0h\0 \0t\0h\0a\0t\0 \0t\0h\0e\0 \0p\0r\0o\0d\0u\0c\0t\0 \0o\0f\0 \0c\0 \0a\0n\0d\0 \03\0 \0i\0s\0 \0b\0,\0 \0w\0h\0i\0c\0h\0 \0e\0x\0p\0r\0e\0s\0s\0i\0o\0n\0 \0r\0e\0p\0r\0e\0s\0e\0n\0t\0s\0 \0t\0h\0e\0 \0s\0u\0m\0 \0o\0f\0 \0c\0 \0a\0n\0d\0 \03\0 \0i\0n\0 \0t\0e\0r\0m\0s\0 \0o\0f\0 \0b\0?\0 \0', '\0 \0b\0/\03\0 \0+\03\0', '\0 \0T\0h\0e\0 \0p\0r\0o\0d\0u\0c\0t\0 \0o\0f\0 \0c\0 \0a\0n\0d\0 \03\0 \0i\0s\0 \0b\0.\0', '\03\0c\0=\0b\0', '\0N\0o\0w\0 \0w\0e\0 \0m\0u\0s\0t\0 \0i\0s\0o\0l\0a\0t\0e\0 \0c\0 \0s\0o\0 \0t\0h\0a\0t\0 \0w\0e\0 \0c\0a\0n\0 \0a\0d\0d\0 \0i\0t\0s\0 \0v\0a\0l\0u\0e\0 \0t\0o\0 \03\0.\0', 0),
(307, 4, '\0A\0 \0t\0a\0n\0k\0 \0i\0s\0 \04\0/\05\0 \0f\0u\0l\0l\0 \0o\0f\0 \0w\0a\0t\0e\0r\0.\0 \0A\0f\0t\0e\0r\0 \0t\0a\0k\0i\0n\0g\0 \0o\0u\0t\0 \08\0 \0l\0i\0t\0e\0r\0s\0,\0 \0i\0t\0 \0b\0e\0c\0a\0m\0e\0 \02\0/\03\0 \0f\0u\0l\0l\0.\0 \0H\0o\0w\0 \0m\0a\0n\0y\0 \0l\0i\0t\0e\0r\0s\0 \0o\0f\0 \0w\0a\0t\0e\0r\0 \0d\0o\0e\0s\0 \0t\0h\0e\0 \0t\0a\0n\0k\0 \0c\0o\0n\0t\0a\0i\0n\0 \0w\0h\0e\0n\0 \0f\0u\0l\0l\0?\0', '\0 \0y\0 \0=\0 \02\0/\01\05\0', '\0 \0 y\0 \0i\0s\0 \0t\0h\0e\0 \0t\0a\0n\0k\0 s\0 \0f\0u\0l\0l\0 \0c\0a\0p\0a\0c\0i\0t\0y\0', '\0F\0i\0r\0s\0t\0 \0c\0o\0n\0v\0e\0r\0t\0 \0t\0h\0e\0 \0t\0w\0o\0 \0f\0r\0a\0c\0t\0i\0o\0n\0s\0 \0t\0o\0 \0l\0i\0k\0e\0 \0t\0e\0r\0m\0s\0 \0w\0i\0t\0h\0 \0a\0 \0L\0C\0D\0 \0o\0f\0 \05\0', '\0s\0e\0t\0 \0t\0h\0a\0t\0 \08\0 \0l\0i\0t\0e\0r\0s\0 \0e\0q\0u\0a\0l\0 \0t\0o\0 \0y\0.\0\'\0', 0),
(308, 4, '\0A\0 \0h\0o\0t\0 \0a\0i\0r\0 \0b\0a\0l\0l\0o\0o\0n\0 \0i\0s\0 \0a\0t\0t\0a\0c\0h\0e\0d\0 \0t\0o\0 \0a\0 \0s\0p\0o\0o\0l\0 \0o\0f\0 \0r\0o\0p\0e\0 \0t\0h\0a\0t\0 \0i\0s\0 \01\02\05\0 \0f\0e\0e\0t\0 \0a\0w\0a\0y\0 \0f\0r\0o\0m\0 \0t\0h\0e\0 \0b\0a\0l\0l\0o\0o\0n\0 \0w\0h\0e\0n\0 \0i\0t\0 \0i\0s\0 \0o\0n\0 \0t\0h\0e\0 \0g\0r\0o\0u\0n\0d\0.\0 \0T\0h\0e\0 \0h\0o\0t\0 \0a\0i\0r\0 \0b\0a\0l\0l\0o\0o\0n\0 \0r\0i\0s\0e\0s\0 \0s\0t\0r\0a\0i\0g\0h\0t\0 \0u\0p\0 \0i\0n\0 \0s\0u\0c\0h\0 \0a\0 \0w\0a\0y\0 \0t\0h\0a\0t\0 \0t\0h\0e\0 \0l\0e\0n\0g\0t\0h\0 \0o\0f\0 \0r\0o\0p\0e\0 \0i\0n\0c\0r\0e\0a\0s\0e\0s\0 \0a\0t\0 \0a\0 \0r\0a\0t\0e\0 \0o\0f\0 \01\05\0 \0f\0t\0/\0s\0e\0c\0.\0 \0H\0o\0w\0 \0f\0a\0s\0t\0 \0i\0s\0 \0t\0h\0e\0 \0h\0o\0t\0 \0a\0i\0r\0 \0b\0a\0l\0l\0o\0o\0n\0 \0r\0i\0s\0i\0n\0g\0 \02\00\0 \0s\0e\0c\0o\0n\0d\0s\0 \0a\0f\0t\0e\0r\0 \0i\0s\0 \0l\0i\0f\0t\0s\0 \0o\0f\0f\0?\0 \0', '\0 \0 \0 \01\05\0.\06\09\0 \0f\0t\0/\0s\0e\0c\0', '\0 \0s\0', '\0L\0e\0t\0 \0t\0h\0e\0 \0l\0e\0n\0g\0t\0h\0 \0o\0f\0 \0t\0h\0e\0 \0r\0o\0p\0e\0 \0=\0r\0,\0h\0e\0i\0g\0h\0t\0 \0o\0f\0 \0t\0h\0e\0 \0b\0a\0l\0l\0o\0o\0n\0=\0h\0', '\0d\0r\0/\0d\0t\0 \0=\0 \01\05\0f\0t\0/\0s\0e\0c\0 \0', 0),
(309, 4, '\0F\0i\0n\0d\0 \0t\0h\0e\0 \0f\0a\0m\0i\0l\0y\0 \0o\0f\0 \0l\0i\0n\0e\0s\0 \0t\0h\0r\0o\0u\0g\0h\0 \0t\0h\0e\0 \0p\0o\0i\0n\0t\0s\0 \0o\0f\0 \0i\0n\0t\0e\0r\0s\0e\0c\0t\0i\0o\0n\0 \0o\0f\0 \0t\0h\0e\0 \0l\0i\0n\0e\0s\0 \03\0x\0-\04\0y\0-\01\00\0=\00\0,\0x\0+\02\0y\0-\01\00\0=\00\0.\0f\0i\0n\0d\0 \0t\0h\0e\0 \0m\0e\0m\0b\0e\0r\0 \0o\0f\0 \0f\0a\0m\0i\0l\0y\0 \0w\0h\0i\0c\0h\0 \0i\0s\0 \0(\0i\0)\0-\0 \0p\0e\0r\0p\0e\0n\0d\0i\0c\0u\0l\0a\0r\0 \0t\0o\0 \0t\0h\0e\0 \0l\0i\0n\0e\0 \03\0x\0-\04\0y\0+\01\0=\00\0', '\0 \0 \04\0x\0+\03\0y\0-\03\00\0', '\0W\0h\0e\0n\0 \0l\0i\0n\0e\0s\0 \0a\0r\0e\0 \0p\0a\0r\0a\0l\0l\0e\0l\0 \0m\01\0=\0m\02\0', '\0W\0h\0e\0n\0 \0l\0i\0n\0e\0 \0a\0r\0e\0 \0p\0e\0r\0p\0e\0n\0d\0i\0c\0u\0l\0a\0r\0 \0(\0m\01\0)\0(\0m\02\0)\0=\0-\01\0', '\0F\0a\0m\0i\0l\0y\0 \0o\0f\0 \0s\0t\0r\0a\0i\0g\0h\0t\0 \0l\0i\0n\0e\0s\0 \0L\0 \0L\01\0+\0K\0L\02\0', 0),
(310, 4, '\0I\0f\0 \0t\0w\0o\0 \0v\0e\0r\0t\0i\0c\0e\0s\0 \0o\0f\0 \0a\0n\0 \0e\0q\0u\0a\0l\0e\0t\0r\0a\0l\0 \0t\0r\0i\0a\0n\0g\0l\0e\0 \0a\0r\0e\0 \0A\0(\0-\03\0,\00\0)\0 \0a\0n\0d\0 \0b\0(\03\0,\00\0)\0 \0f\0i\0n\0d\0 \0t\0h\0e\0 \0t\0h\0i\0r\0d\0 \0v\0e\0r\0t\0e\0x\0 \0h\0o\0w\0 \0m\0a\0n\0y\0 \0o\0f\0 \0t\0h\0e\0s\0e\0 \0t\0r\0i\0a\0n\0g\0l\0e\0s\0 \0a\0r\0e\0 \0p\0o\0s\0s\0i\0b\0l\0e\0', '\0 \0 \0s\0C\0(\00\0,\0\03\0)\0,\0N\0o\0 \0o\0f\0 \0t\0r\0i\0a\0n\0g\0l\0e\0s\0=\02\0', '\0 \0s\0', '\0T\0a\0k\0e\0 \0c\0(\0x\0,\0y\0)\0', '\0A\0B\0C\0 \0i\0s\0 \0a\0 \0q\0u\0a\0d\0r\0e\0t\0a\0l\0 \0t\0r\0i\0a\0n\0g\0l\0e\0 \0s\0o\0|\0A\0B\0|\0=\0|\0B\0C\0|\0=\0|\0A\0C\0|\0', 0),
(311, 4, '\0A\0 \0b\0o\0x\0 \0w\0i\0t\0h\0 \0a\0 \0s\0q\0u\0a\0r\0e\0 \0b\0a\0s\0e\0 \0a\0n\0d\0 \0o\0p\0e\0n\0 \0t\0o\0p\0 \0i\0s\0 \0t\0o\0 \0h\0a\0v\0e\0 \0a\0 \0v\0o\0l\0u\0m\0e\0 \0o\0f\0 \04\0 \0c\0u\0b\0i\0c\0 \0d\0m\0.\0 \0f\0i\0n\0d\0 \0t\0h\0e\0 \0d\0i\0m\0e\0n\0s\0i\0o\0n\0 \0o\0f\0 \0t\0h\0e\0 \0b\0o\0x\0 \0w\0h\0i\0c\0h\0 \0w\0i\0l\0l\0 \0r\0q\0u\0i\0r\0e\0 \0t\0h\0e\0 \0l\0e\0a\0s\0t\0 \0m\0a\0t\0e\0r\0i\0a\0l\0', '\0 \0 \0 \0S\0u\0r\0f\0a\0c\0e\0 \0a\0r\0e\0a\0 \0o\0f\0 \0b\0o\0x\0 \0i\0s\0 \0m\0i\0n\0i\0m\0u\0m\0 \0a\0t\0 \02\0,\0L\0e\0n\0g\0t\0h\0 \0o\0f\0 \0b\0o\0x\0=\0b\0r\0e\0a\0d\0t\0h\0 \0o\0f\0 \0b\0o\0x\0=\0x\0d\0m\0=\02\0d\0m\0,\0H\0e\0i\0g\0h\0t\0 \0o\0f\0 \0b\0o\0x\0 \0=\01\0d\0m\0', '\0F\0i\0n\0d\0 \0m\0i\0n\0i\0m\0u\0m\0 \0s\0u\0r\0f\0a\0c\0e\0 \0a\0r\0e\0a\0 \0m\0i\0n\0i\0m\0u\0m\0 \0l\0e\0n\0g\0t\0h\0 \0a\0n\0d\0 \0h\0e\0i\0g\0h\0t\0', '\0V\0o\0l\0u\0m\0e\0 \0o\0f\0 \0b\0o\0x\0 \0=\0l\0e\0n\0g\0t\0h\0*\0b\0r\0e\0a\0t\0h\0*\0h\0e\0i\0g\0h\0t\0', '\0t\0o\0t\0a\0l\0 \0s\0u\0r\0f\0a\0c\0e\0 \0a\0r\0e\0a\0 \0=\0b\0a\0s\0e\0 \0a\0r\0e\0a\0 \0+\04\0(\0a\0r\0e\0a\0 \0o\0f\0 \0a\0n\0y\0 \0s\0i\0e\0)\0', 0),
(312, 4, '\0A\0 \0l\0i\0n\0e\0 \0L\0 \0i\0s\0 \0p\0e\0r\0p\0e\0n\0d\0i\0c\0u\0l\0a\0r\0 \0t\0o\0 \0l\0i\0n\0e\0 \02\0x\0-\05\0y\0-\08\0=\00\0.\0w\0h\0a\0t\0 \0s\0i\0a\0 \0t\0h\0e\0 \0g\0r\0a\0d\0i\0e\0n\0t\0 \0o\0f\0 \0l\0i\0n\0e\0 \0L\0?\0', '\0 \0 \0 \0-\05\0/\02\0', '\0 \0 \0y\0=\0m\0x\0+\0c\0', '\0 \0 \02\0m\01\0*\0m\02\0=\0-\01\0', '\0 \0 \0g\0r\0a\0d\0i\0e\0n\0t\0 \0o\0f\0 \0p\0e\0r\0p\0e\0n\0d\0i\0c\0u\0l\0a\0r\0 \0l\0i\0n\0e\0 \0i\0s\0 \0n\0e\0g\0a\0t\0i\0v\0e\0 \0r\0e\0c\0i\0p\0r\0o\0c\0a\0l\0 \0o\0f\0 \0l\0i\0n\0e\0 \0g\0i\0v\0e\0n\0', 0),
(313, 4, '\0A\0 \0c\0i\0r\0c\0l\0e\0 \0h\0a\0s\0 \0a\0 \0c\0i\0r\0c\0u\0m\0f\0e\0r\0e\0n\0c\0e\0 \0o\0f\0 \01\00\0 \0f\0e\0e\0t\0(\0f\0t\0)\0.\0 \0A\0n\0 \0a\0r\0c\0,\0 \0x\0,\0 \0i\0n\0 \0t\0h\0i\0s\0 \0c\0i\0r\0c\0l\0e\0 \0h\0a\0s\0 \0a\0 \0c\0e\0n\0t\0r\0a\0l\0 \0a\0n\0g\0l\0e\0 \0o\0f\0 \02\06\00\0 \0W\0h\0a\0t\0 \0i\0s\0 \0t\0h\0e\0 \0l\0e\0n\0g\0t\0h\0 \0o\0f\0 \0x\0', '\0 \0 \06\05\0/\09\0 \0f\0t\0', '\0U\0s\0e\0 \0t\0h\0e\0 \0r\0a\0t\0i\0o\0 \0m\0e\0t\0h\0o\0d\0 \0c\0o\0n\0s\0i\0d\0e\0r\0i\0n\0g\0 \0t\0h\0e\0 \0t\0o\0t\0a\0l\0 \0a\0n\0g\0l\0e\0 \0o\0f\0 \0a\0 \0c\0i\0r\0c\0l\0e\0 \0i\0s\0 \03\06\00\0', '\0 \0 \0 \0T\0h\0e\0 \0r\0a\0t\0i\0o\0 \0o\0f\0 \0a\0r\0c\0 \0l\0e\0n\0g\0t\0h\0s\0 \0i\0s\0 \0e\0q\0u\0a\0l\0 \0t\0o\0 \0r\0a\0t\0i\0o\0 \0o\0f\0 \0a\0n\0g\0l\0e\0s\0', '\0 \0S\0i\0m\0p\0l\0i\0f\0y\0 \0t\0h\0e\0 \0e\0x\0p\0r\0e\0s\0s\0i\0o\0n\0 \0a\0n\0d\0 \0f\0i\0n\0d\0 \0x\0', 0),
(314, 4, '\0W\0h\0a\0t\0 \0i\0s\0 \0t\0h\0e\0 \0n\0u\0m\0b\0e\0r\0 \0t\0h\0a\0t\0 \0i\0s\0 \0o\0n\0e\0 \0h\0a\0l\0f\0 \0o\0f\0 \0o\0n\0e\0 \0q\0u\0a\0r\0t\0e\0r\0 \0o\0f\0 \0o\0n\0e\0 \0t\0e\0n\0t\0h\0 \0o\0f\0 \04\08\00\0?\0', '\0 \0 \0 \06\0', '\0 \0 \0 \0E\0x\0p\0r\0e\0s\0s\0 \0t\0h\0e\0 \0s\0t\0a\0t\0e\0m\0e\0n\0t\0 \0i\0n\0t\0o\0 \0a\0 \0m\0a\0t\0h\0e\0m\0a\0t\0i\0c\0a\0l\0 \0e\0q\0u\0a\0t\0i\0o\0n\0', '\0 \0o\0n\0e\0 \0t\0e\0n\0t\0h\0 \0o\0f\0 \04\08\00\0 \0=\0 \01\0/\01\00\0 \0*\0 \04\08\00\0', '\0 \0 \0 \01\0/\02\0\01\0/\04\0\01\0/\01\00\0\04\08\00\0', 0),
(315, 4, '\0I\0t\0 \0t\0a\0k\0e\0s\0 \05\0 \0c\0o\0o\0k\0s\0 \05\0 \0h\0o\0u\0r\0s\0 \0t\0o\0 \0b\0a\0k\0e\0 \05\0 \0p\0i\0e\0s\0.\0 \0A\0s\0s\0u\0m\0i\0n\0g\0 \0n\0o\0 \0c\0h\0a\0n\0g\0e\0 \0o\0f\0 \0r\0a\0t\0e\0,\0 \0h\0o\0w\0 \0m\0a\0n\0y\0 \0h\0o\0u\0r\0s\0 \0w\0i\0l\0l\0 \0i\0t\0 \0t\0a\0k\0e\0 \01\00\0 \0c\0o\0o\0k\0s\0 \0t\0o\0 \0b\0a\0k\0e\0 \01\00\0 \0p\0i\0e\0s\0?\0', '\0 \05\0', '\0 \0T\0h\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0p\0i\0e\0s\0 \0b\0a\0k\0e\0d\0 \0i\0s\0 \0d\0i\0r\0e\0c\0t\0l\0y\0 \0p\0r\0o\0p\0o\0r\0t\0i\0o\0n\0a\0l\0 \0t\0o\0 \0b\0o\0t\0h\0 \0t\0h\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0c\0o\0o\0k\0s\0 \0a\0n\0d\0 \0t\0h\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0h\0o\0u\0r\0s\0.\0', '\0 \0N\0o\0t\0e\0 \0t\0h\0a\0t\0 \0o\0n\0l\0y\0 \0o\0n\0e\0 \0o\0f\0 \0t\0h\0e\0m\0 \0h\0a\0s\0 \0t\0o\0 \0c\0h\0a\0n\0g\0e\0 \0t\0o\0 \0c\0h\0a\0n\0g\0e\0 \0t\0h\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0p\0i\0e\0s\0.\0', '\0 \0I\0f\0 \0w\0e\0 \0d\0o\0u\0b\0l\0e\0 \0t\0h\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0c\0o\0o\0k\0s\0 \0t\0h\0e\0n\0 \0w\0e\0\'\0l\0l\0 \0d\0o\0u\0b\0l\0e\0 \0t\0h\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0p\0i\0e\0s\0 \0m\0a\0d\0e\0 \0i\0n\0 \0t\0h\0e\0 \0s\0a\0m\0e\0 \0a\0m\0o\0u\0n\0t\0 \0o\0f\0 \0t\0i\0m\0e\0.\0', 0),
(316, 4, '\0f\0(\0x\0)\0=\02\0x\02\0-\05\0 \0a\0n\0d\0 \0g\0(\0x\0)\0=\02\0x\0-\01\0.\0 \0t\0h\0e\0 \0v\0a\0l\0u\0e\0 \0o\0f\0 \0g\0(\0f\0(\0-\03\0)\0)\0 \0i\0s\0', '\0 \0 \0 \02\05\0', '\0 \0 \01\0p\0l\0a\0c\0e\0 \0v\0a\0l\0e\0 \0o\0f\0 \0x\0 \0g\0i\0v\0e\0n\0 \0i\0n\0 \0i\0n\0n\0e\0r\0 \0f\0u\0n\0c\0t\0i\0o\0n\0', '\0 \0 \0t\0h\0e\0 \0o\0b\0t\0a\0i\0n\0e\0d\0 \0 \0 \0 \0f\0r\0o\0m\0 \0 \0 \0 \0,\0p\0l\0a\0c\0e\0 \0i\0t\0 \0i\0n\0 \0o\0u\0t\0e\0r\0 \0f\0u\0n\0c\0t\0i\0o\0n\0 \0i\0n\0 \0p\0l\0a\0c\0e\0 \0o\0f\0 \0x\0', '\0t\0a\0k\0e\0 \0x\0=\0-\03\0', 0),
(317, 4, '\0A\0 \0c\0u\0r\0v\0e\0 \0h\0a\0s\0 \0a\0 \0e\0q\0u\0a\0t\0i\0o\0n\0y\0=\03\0x\02\0-\05\0x\0,\0 \0f\0i\0n\0d\0 \0g\0r\0a\0d\0i\0e\0n\0t\0 \0o\0f\0 \0t\0h\0e\0 \0c\0u\0r\0v\0e\0 \0a\0t\0 \0t\0h\0e\0 \0p\0o\0i\0n\0t\0 \0(\0-\01\0,\08\0)\0.\0', '\0 \0 \0 \0-\01\01\0', '\0 \0 \0 \0t\0a\0k\0e\0 \0d\0e\0r\0i\0v\0a\0t\0i\0v\0e\0 \0o\0f\0 \0e\0q\0u\0a\0t\0i\0o\0n\0', '\0 \0 \0p\0l\0a\0c\0e\0 \0d\0y\0/\0d\0x\0=\00\0', '\0 \0 \0 \0s\0o\0l\0v\0e\0 \02\0 \0e\0q\0u\0a\0t\0i\0o\0n\0s\0 \0s\0i\0m\0u\0l\0t\0a\0n\0o\0e\0u\0s\0l\0y\0', 0),
(318, 4, '\03\0x\02\0+\01\02\0x\0-\02\0 \0i\0s\0 \0e\0x\0p\0r\0e\0s\0s\0e\0d\0 \0i\0n\0 \0t\0h\0e\0 \0f\0o\0r\0m\0 \0p\0(\0x\0+\0q\0)\02\0+\0r\0.\0 \0t\0h\0e\0 \0v\0a\0l\0u\0e\0 \0o\0f\0 \0r\0 \0i\0s\0', '\0 \0 \0 \0-\01\04\0', '\0 \0 \0 \0A\0d\0d\0 \0a\0n\0d\0 \0s\0u\0b\0t\0r\0a\0c\0t\0 \0a\0 \0s\0u\0i\0t\0a\0b\0l\0e\0 \0n\0u\0m\0b\0e\0r\0', '\0 \0 \02\0a\02\0+\02\0a\0b\0+\0b\02\0 \0i\0s\0 \0t\0o\0 \0b\0e\0 \0u\0s\0e\0d\0', '\0 \0 \0 \0r\0 \0i\0s\0 \0t\0h\0e\0 \0d\0i\0f\0f\0e\0r\0e\0n\0c\0e\0 \0w\0i\0t\0h\0 \0t\0h\0a\0t\0 \0s\0u\0i\0t\0a\0b\0l\0e\0 \0n\0u\0m\0b\0e\0r\0', 0),
(319, 4, '\0T\0h\0e\0 \0y\0-\0a\0x\0i\0s\0 \0i\0s\0 \0a\0 \0t\0a\0n\0g\0e\0n\0t\0 \0t\0o\0 \0t\0h\0e\0 \0c\0i\0r\0c\0l\0e\0 \0w\0i\0t\0h\0 \0c\0e\0n\0t\0r\0e\0 \0(\0-\04\0,\07\0)\0.\0 \0t\0h\0e\0 \0e\0q\0u\0a\0t\0i\0o\0n\0 \0o\0f\0 \0c\0i\0r\0c\0l\0e\0 \0i\0s\0?\0', '\0 \0 \0 \0(\0x\0+\04\0)\02\0+\0(\0y\0-\07\0)\02\0=\01\06\0', '\0 \0 \0 \0e\0q\0u\0a\0t\0i\0o\0n\0 \0c\0i\0r\0c\0l\0e\0 \0i\0s\0 \0(\0x\0-\0f\0)\02\0+\0(\0y\0-\0g\0)\02\0=\0r\02\0', '\0 \0 \0 \0(\0f\0,\0g\0)\0 \0i\0s\0 \0t\0h\0e\0 \0c\0e\0n\0t\0e\0r\0 \0o\0f\0 \0c\0i\0r\0c\0l\0e\0', '\0 \0 \0 \0r\0=\01\06\0', 0),
(320, 4, '\0L\0e\0t\0 \0a\0,\0 \0b\0,\0 \0c\0,\0 \0a\0n\0d\0 \0d\0 \0b\0e\0 \0f\0o\0u\0r\0 \0n\0u\0m\0b\0e\0r\0s\0 \0w\0i\0t\0h\0 \0a\0<\0b\0 \0a\0n\0d\0 \0c\0<\0d\0.\0 \0T\0h\0e\0 \0a\0v\0e\0r\0a\0g\0e\0 \0o\0f\0 \0a\0 \0a\0n\0d\0 \0b\0 \0i\0s\0 \0c\0.\0 \0T\0h\0e\0 \0a\0v\0e\0r\0a\0g\0e\0 \0o\0f\0 \0c\0 \0a\0n\0d\0 \0d\0 \0i\0s\0 \0b\0.\0 \0I\0f\0 \0d\0\"a\0=\06\00\0,\0 \0w\0h\0a\0t\0 \0i\0s\0 \0t\0h\0e\0 \0v\0a\0l\0u\0e\0 \0o\0f\0 \0b\0\"c\0?\0', '\02\00\0', '\0r\0e\0p\0r\0e\0s\0e\0n\0t\0 \0t\0h\0e\0 \0v\0a\0l\0u\0e\0s\0 \0o\0f\0 \0a\0,\0 \0b\0,\0 \0c\0,\0 \0a\0n\0d\0 \0d\0 \0o\0n\0 \0t\0h\0e\0 \0n\0u\0m\0b\0e\0r\0 \0l\0i\0n\0e\0 \0', '\0a\0,\0 \0b\0,\0 \0c\0,\0 \0a\0n\0d\0 \0d\0 \0a\0r\0e\0 \0e\0q\0u\0a\0l\0l\0y\0 \0s\0p\0a\0c\0e\0d\0 \0o\0n\0 \0t\0h\0e\0 \0n\0u\0m\0b\0e\0r\0 \0l\0i\0n\0e\0.\0', '\0d\0i\0v\0i\0d\0e\0 \0d\0\"a\0 \0b\0y\0 \03\0', 0),
(321, 4, '\0L\0e\0t\0 \0n\0 \0b\0e\0 \0a\0 \0t\0w\0o\0-\0d\0i\0g\0i\0t\0 \0n\0u\0m\0b\0e\0r\0 \0t\0h\0a\0t\0 \0i\0s\0 \0d\0i\0v\0i\0s\0i\0b\0l\0e\0 \0b\0y\0 \09\0.\0 \0W\0h\0e\0n\0 \0t\0h\0e\0 \0d\0i\0g\0i\0t\0s\0 \0o\0f\0 \0n\0 \0a\0r\0e\0 \0r\0e\0v\0e\0r\0s\0e\0d\0,\0 \0t\0h\0e\0 \0n\0u\0m\0b\0e\0r\0 \0f\0o\0r\0m\0e\0d\0 \0i\0s\0 \0d\0i\0v\0i\0s\0i\0b\0l\0e\0 \0b\0y\0 \05\0.\0 \0W\0h\0a\0t\0 \0i\0s\0 \0t\0h\0e\0 \0v\0a\0l\0u\0e\0 \0o\0f\0 \0n\0?\0', '\05\04\0', '\0i\0f\0 \0a\0 \0n\0u\0m\0b\0e\0r\0 \0i\0s\0 \0d\0i\0v\0i\0s\0i\0b\0l\0e\0 \0b\0y\0 \05\0,\0 \0t\0h\0e\0n\0 \0i\0t\0s\0 \0l\0a\0s\0t\0 \0d\0i\0g\0i\0t\0 \0m\0u\0s\0t\0 \0b\0e\0 \0e\0i\0t\0h\0e\0r\0 \00\0 \0o\0r\0 \05\0.\0', '\0S\0i\0n\0c\0e\0 \0t\0h\0e\0 \0n\0u\0m\0b\0e\0r\0 \0i\0s\0 \0d\0i\0v\0i\0s\0i\0b\0l\0e\0 \0b\0y\0 \05\0 \0w\0h\0e\0n\0 \0t\0h\0e\0 \0d\0i\0g\0i\0t\0s\0 \0a\0r\0e\0 \0r\0e\0v\0e\0r\0s\0e\0d\0,\0 \0t\0h\0a\0t\0 \0m\0e\0a\0n\0s\0 \0t\0h\0e\0 \0f\0i\0r\0s\0t\0 \0d\0i\0g\0i\0t\0 \0(\0t\0e\0n\0s\0)\0 \0m\0u\0s\0t\0 \0b\0e\0 \0e\0i\0t\0h\0e\0r\0 \00\0 \0o\0r\0 \05\0.\0 \0I\0t\0 \0c\0a\0n\0\'\0t\0 \0b\0e\0 \00\0 \0s\0i\0n\0c\0e\0 \0t\0h\0a\0t\0 \0w\0o\0u\0l\0d\0n\0\'\0t\0 \0a\0c\0t\0u\0a\0l\0l\0y\0 \0b\0e\0 \0a\0 \0t\0w\0o\0-\0d\0i\0g\0i\0t\0 \0n\0u\0m\0b\0e\0r\0,\0 \0s\0o\0 \0t\0h\0e\0 \0t\0e\0n\0s\0 \0d\0i\0g\0i\0t\0 \0m\0u\0s\0t\0 \0b\0e\0 \05\0.\0', '\0I\0f\0 \0a\0 \0n\0u\0m\0b\0e\0r\0 \0i\0s\0 \0d\0i\0v\0i\0s\0i\0b\0l\0e\0 \0b\0y\0 \09\0,\0 \0t\0h\0e\0 \0s\0u\0m\0 \0o\0f\0 \0t\0h\0e\0 \0d\0i\0g\0i\0t\0s\0 \0m\0u\0s\0t\0 \0b\0e\0 \0d\0i\0v\0i\0s\0i\0b\0l\0e\0 \0b\0y\0 \09\0', 0),
(322, 4, '\0T\0w\0o\0 \0c\0u\0b\0e\0s\0 \0o\0f\0 \0v\0o\0l\0u\0m\0e\0s\0 \0V\0 \0a\0n\0d\0 \0W\0 \0i\0n\0t\0e\0r\0s\0e\0c\0t\0.\0 \0T\0h\0e\0 \0p\0a\0r\0t\0 \0o\0f\0 \0t\0h\0e\0 \0c\0u\0b\0e\0 \0o\0f\0 \0v\0o\0l\0u\0m\0e\0 \0V\0 \0w\0h\0i\0c\0h\0 \0i\0s\0 \0n\0o\0t\0 \0c\0o\0m\0m\0o\0n\0 \0t\0o\0 \0t\0h\0e\0 \0t\0w\0o\0 \0c\0u\0b\0e\0s\0 \0i\0s\0 \09\00\0%\0 \0o\0f\0 \0i\0t\0s\0 \0v\0o\0l\0u\0m\0e\0.\0 \0T\0h\0e\0 \0p\0a\0r\0t\0 \0o\0f\0 \0t\0h\0e\0 \0c\0u\0b\0e\0 \0o\0f\0 \0v\0o\0l\0u\0m\0e\0 \0W\0 \0w\0h\0i\0c\0h\0 \0i\0s\0 \0n\0o\0t\0 \0c\0o\0m\0m\0o\0n\0 \0t\0o\0 \0t\0h\0e\0 \0t\0w\0o\0 \0c\0u\0b\0e\0s\0 \0i\0s\0 \08\05\0%\0 \0o\0f\0 \0i\0t\0s\0 \0v\0o\0l\0u\0m\0e\0.\0 \0W\0h\0a\0t\0 \0i\0s\0 \0t\0h\0e\0 \0r\0e\0l\0a\0t\0i\0o\0n\0s\0h\0i\0p\0 \0b\0e\0t\0w\0e\0e\0n\0 \0V\0 \0a\0n\0d\0 \0W\0?\0', '\01\0.\05\0W\0 \0', '\01\00\0%\0 \0o\0f\0 \0t\0h\0e\0 \0v\0o\0l\0u\0m\0e\0 \0o\0f\0 \0V\0 \0i\0s\0 \0c\0o\0m\0m\0o\0n\0 \0t\0o\0 \0b\0o\0t\0h\0 \0c\0u\0b\0e\0s\0.\0', '\01\05\0%\0 \0o\0f\0 \0t\0h\0e\0 \0v\0o\0l\0u\0m\0e\0 \0o\0f\0 \0W\0 \0i\0s\0 \0c\0o\0m\0m\0o\0n\0 \0t\0o\0 \0b\0o\0t\0h\0 \0c\0u\0b\0e\0s\0.\0', '\0E\0q\0u\0a\0t\0e\0 \0t\0h\0e\0 \0e\0x\0p\0r\0e\0s\0s\0i\0o\0n\0s\0 \0f\0o\0r\0 \0t\0h\0e\0 \0c\0o\0m\0m\0o\0n\0 \0v\0o\0l\0u\0m\0e\0s\0 \0o\0f\0 \0c\0u\0b\0e\0s\0', 0),
(323, 4, '\0m\0 \0a\0n\0d\0 \0n\0 \0a\0r\0e\0 \0t\0h\0e\0 \0r\0o\0o\0t\0s\0 \0o\0f\0 \0e\0q\0u\0a\0t\0i\0o\0n\0 \0x\02\0-\0x\0-\02\00\01\08\0=\00\0.\0 \0w\0h\0a\0t\0 \0i\0s\0 \0t\0h\0e\0 \0v\0a\0l\0u\0e\0 \0o\0f\0 \0n\02\0+\0m\0?\0', '\02\00\01\09\0', '\0U\0s\0e\0 \0q\0u\0a\0d\0r\0a\0t\0i\0c\0 \0e\0q\0u\0a\0t\0i\0o\0n\0.\0', '\0F\0i\0n\0d\0 \0t\0h\0e\0 \0r\0o\0o\0t\0s\0 \0a\0n\0d\0 \0s\0e\0t\0 \0o\0n\0e\0 \0r\0o\0o\0t\0 \0t\0o\0 \0n\0 \0a\0n\0d\0 \0o\0t\0h\0e\0r\0 \0t\0o\0 \0m\0.\0', '\0H\0i\0n\0t\0 \03\0:\0u\0s\0i\0n\0g\0 \0y\0o\0u\0r\0 \0s\0e\0t\0 \0r\0o\0o\0t\0s\0,\0f\0i\0n\0d\0 \0n\02\0+\0m\0?\0', 0),
(324, 4, '\0L\0e\0t\0 \0f\0 \0b\0e\0 \0a\0 \0f\0u\0n\0c\0t\0i\0o\0n\0 \0s\0u\0c\0h\0 \0t\0h\0a\0t\0 \0f\0(\0x\0+\0y\0)\0=\0f\0(\0x\0)\0f\0(\0y\0)\0 \0f\0o\0r\0 \0a\0l\0l\0 \0i\0n\0t\0e\0g\0e\0r\0s\0 \0x\0 \0a\0n\0d\0 \0y\0.\0i\0f\0 \0f\0(\01\0)\0=\01\0/\02\0,\0 \0f\0i\0n\0d\0 \0t\0h\0e\0 \0v\0a\0l\0u\0e\0 \0o\0f\0 \0f\0(\00\0)\0+\0f\0(\01\0)\0+\0f\0(\02\0)\0+\0f\0(\03\0)\0.\0', '\01\05\0/\08\0', '\0H\0i\0n\0t\0 \01\0 \0f\0(\00\0)\0=\0f\0(\00\0)\0f\0(\00\0)\0.\0 \0w\0h\0a\0t\0 \0i\0s\0 \0f\0(\00\0)\0 \0t\0h\0e\0n\0?\0', '\0f\0(\01\0+\01\0)\0=\0f\0(\01\0)\0f\0(\01\0)\0', '\0H\0i\0n\0t\0 \03\0:\0f\0(\02\0+\01\0)\0=\0f\0(\02\0)\0f\0(\01\0)\0', 0),
(325, 4, '\0T\0y\0t\0t\0i\0 \0t\0r\0i\0e\0s\0 \0t\0o\0 \0b\0e\0 \0a\0 \0g\0o\0o\0d\0 \0l\0i\0t\0t\0l\0e\0 \0K\0a\0n\0g\0a\0r\0o\0o\0,\0 \0b\0u\0t\0 \0l\0y\0i\0n\0g\0 \0i\0s\0 \0t\0o\0o\0 \0m\0u\0c\0h\0 \0f\0u\0n\0.\0 \0T\0h\0e\0r\0e\0f\0o\0r\0e\0,\0 \0e\0v\0e\0r\0y\0 \0t\0h\0i\0r\0d\0 \0t\0h\0i\0n\0g\0 \0s\0h\0e\0 \0s\0a\0y\0s\0 \0i\0s\0 \0a\0 \0l\0i\0e\0 \0a\0n\0d\0 \0t\0h\0e\0 \0r\0e\0s\0t\0 \0i\0s\0 \0t\0r\0u\0e\0.\0 \0(\0S\0o\0m\0e\0t\0i\0m\0e\0s\0 \0s\0h\0e\0 \0s\0t\0a\0r\0t\0s\0 \0w\0i\0t\0h\0 \0a\0 \0l\0i\0e\0 \0a\0n\0d\0 \0s\0o\0m\0e\0t\0i\0m\0e\0s\0 \0w\0i\0t\0h\0 \0o\0n\0e\0 \0o\0r\0 \0t\0w\0o\0 \0t\0r\0u\0e\0 \0s\0t\0a\0t\0e\0m\0e\0n\0t\0s\0.\0)\0\r\0\n\0T\0y\0t\0t\0i\0 \0i\0s\0 \0t\0h\0i\0n\0k\0i\0n\0g\0 \0o\0f\0 \0a\0 \02\0-\0d\0i\0g\0i\0t\0 \0n\0u\0m\0b\0e\0r\0 \0a\0n\0d\0 \0i\0s\0 \0t\0e\0l\0l\0i\0n\0g\0 \0h\0e\0r\0 \0f\0r\0i\0e\0n\0d\0 \0a\0b\0o\0u\0t\0 \0i\0t\0:\0\r\0\n\0 O\0n\0e\0 \0o\0f\0 \0i\0t\0s\0 \0d\0i\0g\0i\0t\0 \0i\0s\0 \0a\0 \02\0.\0 \r\0\n\0 I\0t\0 \0i\0s\0 \0l\0a\0r\0g\0e\0r\0 \0t\0h\0a\0n\0 \05\00\0.\0 \r\0\n\0 I\0t\0 \0i\0s\0 \0a\0n\0 \0e\0v\0e\0n\0 \0n\0u\0m\0b\0e\0r\0.\0 \r\0\n\0 I\0t\0 \0i\0s\0 \0l\0e\0s\0s\0 \0t\0h\0a\0n\0 \03\00\0.\0 \r\0\n\0 I\0t\0 \0i\0s\0 \0d\0i\0v\0i\0s\0i\0b\0l\0e\0 \0b\0y\0 \0t\0h\0r\0e\0e\0.\0 \r\0\n\0 O\0n\0e\0 \0o\0f\0 \0i\0t\0s\0 \0d\0i\0g\0i\0t\0s\0 \0i\0s\0 \0a\0 \07\0.\0 \r\0\n\0W\0h\0a\0t\0 \0i\0s\0 \0t\0h\0e\0 \0s\0u\0m\0 \0o\0f\0 \0t\0h\0e\0 \0d\0i\0g\0i\0t\0s\0 \0o\0f\0 \0t\0h\0e\0 \0n\0u\0m\0b\0e\0r\0 \0T\0y\0t\0t\0i\0 \0i\0s\0 \0t\0h\0i\0n\0k\0i\0n\0g\0 \0o\0f\0', '\07\08\0', '\0I\0t\0 \0i\0s\0 \0v\0e\0r\0y\0 \0l\0i\0k\0e\0l\0y\0 \0t\0h\0a\0t\0 \0T\0y\0t\0t\0i\0 \0s\0t\0a\0r\0t\0e\0d\0 \0w\0i\0t\0h\0 \0a\0 \0l\0i\0e\0.\0', '\0T\0h\0e\0 \0n\0u\0m\0b\0e\0r\0 \0i\0s\0 \0n\0o\0t\0 \0l\0e\0s\0s\0 \0t\0h\0a\0n\0 \03\00\0.\0', '\0 \0T\0h\0e\0 \0n\0u\0m\0b\0e\0r\0 \0m\0a\0y\0 \0b\0e\0 \0v\0e\0r\0y\0 \0l\0i\0k\0e\0l\0y\0 \0i\0n\0 \0s\0e\0v\0e\0n\0t\0e\0e\0s\0.\0', 0);
INSERT INTO `questions` (`QNO`, `CATEGORY`, `QUESTION`, `ANSWER`, `HINTONE`, `HINTTWO`, `HINTTHREE`, `USED`) VALUES
(326, 4, '\0O\0n\0 \0t\0h\0e\0 \0f\0a\0c\0e\0s\0 \0o\0f\0 \0a\0 \0g\0i\0v\0e\0n\0 \0d\0i\0c\0e\0 \0t\0h\0e\0s\0e\0 \0n\0u\0m\0b\0e\0r\0 \0a\0p\0p\0e\0a\0r\0:\0 \0-\03\0,\0 \0-\02\0,\0 \0-\01\0,\0 \00\0,\0 \01\0,\0 \02\0.\0 \0I\0f\0 \0y\0o\0u\0 \0t\0h\0r\0o\0w\0 \0i\0t\0 \0t\0w\0i\0c\0e\0 \0a\0n\0d\0 \0m\0u\0l\0t\0i\0p\0l\0y\0 \0t\0h\0e\0 \0r\0e\0s\0u\0l\0t\0s\0,\0 \0w\0h\0a\0t\0 \0i\0s\0 \0t\0h\0e\0 \0p\0r\0o\0b\0a\0b\0i\0l\0i\0t\0y\0 \0t\0h\0a\0t\0 \0t\0h\0e\0 \0p\0r\0o\0d\0u\0c\0t\0 \0i\0s\0 \0n\0e\0g\0a\0t\0i\0v\0e\0?\0', '\01\0/\03\0', '\0T\0h\0e\0r\0e\0 \0a\0r\0e\0 \0t\0o\0t\0a\0l\0 \03\06\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0p\0r\0o\0d\0u\0c\0t\0 \0o\0u\0t\0c\0o\0m\0e\0s\0.\0', '\02\04\0 \0o\0f\0 \0t\0h\0e\0m\0 \0a\0r\0e\0 \0p\0o\0s\0i\0t\0i\0v\0e\0 \0o\0r\0 \00\0 \0o\0f\0 \0t\0h\0e\0m\0.\0', '\0p\0r\0o\0b\0a\0b\0i\0l\0i\0t\0y\0 \0t\0h\0a\0t\0 \0t\0h\0e\0 \0p\0r\0o\0d\0u\0c\0t\0 \0i\0s\0 \0n\0e\0g\0a\0t\0i\0v\0e\0 \0=\0 \0(\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0n\0e\0g\0a\0t\0i\0v\0e\0 \0o\0u\0t\0c\0o\0m\0e\0s\0 \0/\0 \0t\0o\0t\0a\0l\0 \0p\0o\0s\0s\0i\0b\0l\0e\0 \0o\0u\0t\0c\0o\0m\0e\0s\0)\0\r\0\n\0\r\0\n\0M\0a\0t\0h\0s\0', 0),
(327, 4, '\0I\0f\0 \0(\0x\0,\0 \0y\0)\0 \0i\0s\0 \0a\0 \0s\0o\0l\0u\0t\0i\0o\0n\0 \0t\0o\0 \0t\0h\0e\0 \0s\0y\0s\0t\0e\0m\0 \0o\0f\0 \0e\0q\0u\0a\0t\0i\0o\0n\0s\0 \0s\0h\0o\0w\0n\0 \0b\0e\0l\0o\0w\0,\0 \0w\0h\0a\0t\0 \0i\0s\0 \0t\0h\0e\0 \0p\0r\0o\0d\0u\0c\0t\0 \0o\0f\0 \0t\0h\0e\0 \0x\0-\0c\0o\0o\0r\0d\0i\0n\0a\0t\0e\0s\0 \0o\0f\0 \0t\0h\0e\0 \0s\0o\0l\0u\0t\0i\0o\0n\0s\0?\0 \0\r\0\n\0x\0', '\02\0+\0x\0+\05\0=\0y\0\r\0\n\02\0x\0+\07\0=\0y\0\r\0\n\0', '\0-\02\0', '\0E\0l\0i\0m\0i\0n\0a\0t\0e\0 \0y\0', '\0F\0o\0r\0m\0 \0a\0 \0q\0u\0a\0d\0r\0a\0t\0i\0c\0 \0e\0q\0u\0a\0t\0i\0o\0n\0 \0i\0n\0 \0x\0', 0),
(328, 4, '\0 \0 \0A\0 \0c\0i\0r\0c\0l\0e\0 \0h\0a\0s\0 \0a\0 \0c\0i\0r\0c\0u\0m\0f\0e\0r\0e\0n\0c\0e\0 \0o\0f\0 \01\00\0 \0f\0e\0e\0t\0(\0f\0t\0)\0.\0 \0A\0n\0 \0a\0r\0c\0,\0 \0x\0,\0 \0i\0n\0 \0t\0h\0i\0s\0 \0c\0i\0r\0c\0l\0e\0 \0h\0a\0s\0 \0a\0 \0c\0e\0n\0t\0r\0a\0l\0 \0a\0n\0g\0l\0e\0 \0o\0f\0 \02\06\00\0 \0W\0h\0a\0t\0 \0i\0s\0 \0t\0h\0e\0 \0l\0e\0n\0g\0t\0h\0 \0o\0f\0 \0x\0', '\0A\0n\0s\0w\0e\0r\0:\06\05\0/\09\0 \0f\0t\0', '\0U\0s\0e\0 \0t\0h\0e\0 \0r\0a\0t\0i\0o\0 \0m\0e\0t\0h\0o\0d\0 \0c\0o\0n\0s\0i\0d\0e\0r\0i\0n\0g\0 \0t\0h\0e\0 \0t\0o\0t\0a\0l\0 \0a\0n\0g\0l\0e\0 \0o\0f\0 \0a\0 \0c\0i\0r\0c\0l\0e\0 \0i\0s\0 \03\06\00\0', '\0T\0h\0e\0 \0r\0a\0t\0i\0o\0 \0o\0f\0 \0a\0r\0c\0 \0l\0e\0n\0g\0t\0h\0s\0 \0i\0s\0 \0e\0q\0u\0a\0l\0 \0t\0o\0 \0r\0a\0t\0i\0o\0 \0o\0f\0 \0a\0n\0g\0l\0e\0s\0', '\0S\0i\0m\0p\0l\0i\0f\0y\0 \0t\0h\0e\0 \0e\0x\0p\0r\0e\0s\0s\0i\0o\0n\0 \0a\0n\0d\0 \0f\0i\0n\0d\0 \0x\0', 0),
(329, 4, '\0 \0 \0W\0h\0a\0t\0 \0i\0s\0 \0t\0h\0e\0 \0n\0u\0m\0b\0e\0r\0 \0t\0h\0a\0t\0 \0i\0s\0 \0o\0n\0e\0 \0h\0a\0l\0f\0 \0o\0f\0 \0o\0n\0e\0 \0q\0u\0a\0r\0t\0e\0r\0 \0o\0f\0 \0o\0n\0e\0 \0t\0e\0n\0t\0h\0 \0o\0f\0 \04\08\00\0?\0', '\06\0', '\0E\0x\0p\0r\0e\0s\0s\0i\0o\0n\0 \0t\0h\0e\0 \0s\0t\0a\0t\0e\0m\0e\0n\0t\0 \0i\0n\0t\0o\0 \0a\0 \0m\0a\0t\0h\0e\0m\0a\0t\0i\0c\0a\0l\0 \0e\0q\0u\0a\0t\0i\0o\0n\0', '\0o\0n\0e\0 \0t\0e\0n\0t\0h\0 \0o\0f\0 \04\08\00\0 \0=\0 \01\0/\01\00\0 \0*\0 \04\08\00\0', '\01\0/\02\0\01\0/\04\0\01\0/\01\00\0\04\08\00\0', 0),
(330, 4, '\0.\0 \0I\0t\0 \0t\0a\0k\0e\0s\0 \05\0 \0c\0o\0o\0k\0s\0 \05\0 \0h\0o\0u\0r\0s\0 \0t\0o\0 \0b\0a\0k\0e\0 \05\0 \0p\0i\0e\0s\0.\0 \0A\0s\0s\0u\0m\0i\0n\0g\0 \0n\0o\0 \0c\0h\0a\0n\0g\0e\0 \0o\0f\0 \0r\0a\0t\0e\0,\0 \0h\0o\0w\0 \0m\0a\0n\0y\0 \0h\0o\0u\0r\0s\0 \0w\0i\0l\0l\0 \0i\0t\0 \0t\0a\0k\0e\0 \01\00\0 \0c\0o\0o\0k\0s\0 \0t\0o\0 \0b\0a\0k\0e\0 \01\00\0 \0p\0i\0e\0s\0?\0', '\0A\0n\0s\0:\0 \05\0', '\0T\0h\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0p\0i\0e\0s\0 \0b\0a\0k\0e\0d\0 \0i\0s\0 \0d\0i\0r\0e\0c\0t\0l\0y\0 \0p\0r\0o\0p\0o\0r\0t\0i\0o\0n\0a\0l\0 \0t\0o\0 \0b\0o\0t\0h\0 \0t\0h\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0c\0o\0o\0k\0s\0 \0a\0n\0d\0 \0t\0h\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0h\0o\0u\0r\0s\0.\0', '\0 \0N\0o\0t\0e\0 \0t\0h\0a\0t\0 \0o\0n\0l\0y\0 \0o\0n\0e\0 \0o\0f\0 \0t\0h\0e\0m\0 \0h\0a\0s\0 \0t\0o\0 \0c\0h\0a\0n\0g\0e\0 \0t\0o\0 \0c\0h\0a\0n\0g\0e\0 \0t\0h\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0p\0i\0e\0s\0.\0', '\0I\0f\0 \0w\0e\0 \0d\0o\0u\0b\0l\0e\0 \0t\0h\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0c\0o\0o\0k\0s\0 \0t\0h\0e\0n\0 \0w\0e\0\'\0l\0l\0 \0d\0o\0u\0b\0l\0e\0 \0t\0h\0e\0 \0n\0u\0m\0b\0e\0r\0 \0o\0f\0 \0p\0i\0e\0s\0 \0m\0a\0d\0e\0 \0i\0n\0 \0t\0h\0e\0 \0s\0a\0m\0e\0 \0a\0m\0o\0u\0n\0t\0 \0o\0f\0 \0t\0i\0m\0e\0.\0', 0),
(331, 4, '\0.\0 \0L\0e\0t\0 \0n\0 \0b\0e\0 \0a\0 \0t\0w\0o\0-\0d\0i\0g\0i\0t\0 \0n\0u\0m\0b\0e\0r\0 \0t\0h\0a\0t\0 \0i\0s\0 \0d\0i\0v\0i\0s\0i\0b\0l\0e\0 \0b\0y\0 \09\0.\0 \0W\0h\0e\0n\0 \0t\0h\0e\0 \0d\0i\0g\0i\0t\0s\0 \0o\0f\0 \0n\0 \0a\0r\0e\0 \0r\0e\0v\0e\0r\0s\0e\0d\0,\0 \0t\0h\0e\0 \0n\0u\0m\0b\0e\0r\0 \0f\0o\0r\0m\0e\0d\0 \0i\0s\0 \0d\0i\0v\0i\0s\0i\0b\0l\0e\0 \0b\0y\0 \05\0.\0 \0W\0h\0a\0t\0 \0i\0s\0 \0t\0h\0e\0 \0v\0a\0l\0u\0e\0 \0o\0f\0 \0n\0?\0', '\0A\0n\0s\0:\0 \05\04\0', '\0 \0t\0h\0e\0 \0n\0u\0m\0b\0e\0r\0 \0i\0s\0 \0d\0i\0v\0i\0s\0i\0b\0l\0e\0 \0b\0y\0 \05\0 \0w\0h\0e\0n\0 \0t\0h\0e\0 \0d\0i\0g\0i\0t\0s\0 \0a\0r\0e\0 \0r\0e\0v\0e\0r\0s\0e\0d\0,\0 \0t\0h\0a\0t\0 \0m\0e\0a\0n\0s\0 \0t\0h\0e\0 \0f\0i\0r\0s\0t\0 \0d\0i\0g\0i\0t\0 \0(\0t\0e\0n\0s\0)\0 \0m\0u\0s\0t\0 \0b\0e\0 \0e\0i\0t\0h\0e\0r\0 \00\0 \0o\0r\0 \05\0.\0', '\0I\0t\0 \0c\0a\0n\0\'\0t\0 \0b\0e\0 \00\0 \0s\0i\0n\0c\0e\0 \0t\0h\0a\0t\0 \0w\0o\0u\0l\0d\0n\0\'\0t\0 \0a\0c\0t\0u\0a\0l\0l\0y\0 \0b\0e\0 \0a\0 \0t\0w\0o\0-\0d\0i\0g\0i\0t\0 \0n\0u\0m\0b\0e\0r\0,\0 \0s\0o\0 \0t\0h\0e\0 \0t\0e\0n\0s\0 \0d\0i\0g\0i\0t\0 \0m\0u\0s\0t\0 \0b\0e\0 \05\0.\0', '\0I\0f\0 \0a\0 \0n\0u\0m\0b\0e\0r\0 \0i\0s\0 \0d\0i\0v\0i\0s\0i\0b\0l\0e\0 \0b\0y\0 \09\0,\0 \0t\0h\0e\0 \0s\0u\0m\0 \0o\0f\0 \0t\0h\0e\0 \0d\0i\0g\0i\0t\0s\0 \0m\0u\0s\0t\0 \0b\0e\0 \0d\0i\0v\0i\0s\0i\0b\0l\0e\0 \0b\0y\0 \09\0.\0 \0T\0h\0e\0 \0o\0n\0l\0y\0 \0n\0u\0m\0b\0e\0r\0 \0t\0h\0a\0t\0 \0c\0a\0n\0 \0b\0e\0 \0a\0d\0d\0e\0d\0 \0t\0o\0 \05\0 \0t\0o\0 \0g\0e\0t\0 \0a\0 \0m\0u\0l\0t\0i\0p\0l\0e\0 \0o\0f\0 \09\0 \0i\0s\0 \04\0.\0', 0),
(332, 4, '\0W\0h\0a\0t\0 \0i\0s\0 \0t\0h\0e\0 \0s\0a\0m\0p\0l\0e\0 \0s\0p\0a\0c\0e\0 \0w\0h\0e\0n\0 \0t\0w\0o\0 \0f\0a\0i\0r\0 \0c\0o\0i\0n\0s\0 \0a\0r\0e\0 \0t\0o\0s\0s\0e\0d\0 \0s\0i\0m\0u\0l\0t\0a\0n\0e\0o\0u\0s\0l\0y\0?\0', '\0{\0H\0H\0,\0T\0T\0,\0H\0T\0,\0T\0H\0}\0', '\0A\0 \0c\0o\0i\0n\0 \0r\0e\0t\0u\0r\0n\0s\0 \0a\0 \0h\0e\0a\0d\0 \0o\0r\0 \0a\0 \0t\0a\0i\0l\0 \0o\0n\0l\0y\0.\0', '\0I\0t\0 \0h\0a\0s\0 \04\0 \0e\0l\0e\0m\0e\0n\0t\0s\0.\0', '\0{\0H\0H\0,\0T\0T\0,\0_\0_\0,\0_\0_\0}\0.\0', 0),
(333, 4, '\0T\0w\0o\0 \0f\0a\0i\0r\0 \0c\0o\0i\0n\0s\0 \0a\0r\0e\0 \0t\0o\0s\0s\0e\0d\0 \0c\0o\0i\0n\0-\01\0 \0g\0i\0v\0e\0s\0 \0a\0 \0h\0e\0a\0d\0,\0 \0w\0h\0a\0t\0 \0i\0s\0 \0t\0h\0e\0 \0p\0r\0o\0b\0a\0b\0i\0l\0i\0t\0y\0 \0t\0h\0a\0t\0 \0c\0o\0i\0n\0-\02\0 \0w\0i\0l\0l\0 \0a\0l\0s\0o\0 \0r\0e\0t\0u\0r\0n\0 \0a\0 \0h\0e\0a\0d\0?\0', '\01\0/\02\0.\0', '\0B\0o\0t\0h\0 \0e\0v\0e\0n\0t\0s\0 \0a\0r\0e\0 \0i\0n\0d\0e\0p\0e\0n\0d\0e\0n\0t\0.\0', '\0N\0e\0w\0 \0s\0a\0m\0p\0l\0e\0 \0s\0p\0a\0c\0e\0 \0w\0o\0u\0l\0d\0 \0b\0e\0 \0{\0H\0H\0,\0H\0T\0}\0', '\01\0/\04\0*\04\0/\02\0.\0', 0),
(334, 4, '\0A\0 \0b\0a\0t\0 \0a\0n\0d\0 \0b\0a\0l\0l\0 \0c\0o\0s\0t\0 \0o\0n\0e\0 \0d\0o\0l\0l\0a\0r\0 \0a\0n\0d\0 \0t\0e\0n\0 \0c\0e\0n\0t\0s\0.\0 \0T\0h\0e\0 \0b\0a\0t\0 \0c\0o\0s\0t\0s\0 \0o\0n\0e\0 \0d\0o\0l\0l\0a\0r\0 \0m\0o\0r\0e\0 \0t\0h\0a\0n\0 \0t\0h\0e\0 \0b\0a\0l\0l\0.\0 \0H\0o\0w\0 \0m\0u\0c\0h\0 \0d\0o\0e\0s\0 \0t\0h\0e\0 \0b\0a\0l\0l\0 \0c\0o\0s\0t\0?\0', '\05\0 \0c\0e\0n\0t\0s\0.\0', '\0T\0h\0e\0 \0s\0u\0m\0 \0o\0f\0 \0b\0o\0t\0h\0 \0p\0r\0i\0c\0e\0s\0 \0i\0s\0 \0$\01\0.\01\00\0.\0', '\0T\0h\0e\0 \0p\0r\0i\0c\0e\0 \0o\0f\0 \0b\0a\0t\0 \0i\0s\0 \0n\0o\0t\0 \0$\01\0.\0', '\0P\0r\0i\0c\0e\0 \0 \0o\0f\0 \0b\0a\0t\0 \0i\0s\0 \0$\01\0.\05\0.\0', 0),
(335, 4, '\0D\0o\0e\0s\0 \0l\0i\0m\0i\0t\0 \0x\0-\0>\00\0(\01\0/\0x\0)\0 \0e\0x\0i\0s\0t\0s\0?\0', '\0N\0o\0.\0', '\0f\0(\0x\0)\0 \0c\0a\0n\0 \0b\0e\0 \0m\0a\0d\0e\0 \0a\0s\0 \0l\0a\0r\0g\0e\0 \0a\0s\0 \0d\0e\0s\0i\0r\0e\0d\0 \0b\0y\0 \0c\0h\0o\0o\0s\0i\0n\0g\0 \0x\0 \0s\0u\0f\0f\0i\0c\0i\0e\0n\0t\0l\0y\0 \0c\0l\0o\0s\0e\0 \0t\0o\0 \00\0.\0', '\0I\0f\0 \0x\0 \0a\0p\0p\0r\0o\0a\0c\0h\0e\0s\0 \0t\0o\0 \00\0,\0 \0f\0(\0x\0)\0 \0d\0o\0e\0s\0 \0n\0o\0t\0 \0a\0p\0p\0r\0o\0a\0c\0h\0 \0t\0o\0 \0s\0o\0m\0e\0 \0s\0p\0e\0c\0i\0f\0i\0c\0 \0n\0u\0m\0b\0e\0r\0.\0', '\0C\0h\0e\0c\0k\0 \0b\0y\0 \0p\0l\0o\0t\0t\0i\0n\0g\0 \0a\0 \0g\0r\0a\0p\0h\0 \0o\0f\0 \01\0/\0x\0.\0', 0),
(336, 4, '\0W\0h\0a\0t\0 \0i\0s\0 \0l\0i\0m\0i\0t\0 \0x\0-\0>\00\0(\0(\0x\0', '\02\0)\0(\0s\0i\0n\01\0/\0x\0', '\02\0)\0)\0?\0', '\00\0.\0', '\0S\0a\0n\0d\0w\0i\0c\0h\0 \0t\0h\0e\0o\0r\0e\0m\0 \0c\0a\0n\0 \0b\0e\0 \0u\0s\0e\0d\0.\0', 0),
(337, 4, '\0f\0(\0x\0)\0=\0x\0', '\03\0-\01\02\0x\0.\0 \0F\0i\0n\0d\0 \0m\0a\0x\0i\0m\0u\0m\0 \0a\0n\0d\0 \0m\0i\0n\0i\0m\0u\0m\0 \0v\0a\0l\0u\0e\0s\0 \0o\0n\0 \0c\0l\0o\0s\0e\0d\0 \0i\0n\0t\0e\0r\0v\0a\0l\0 \0[\0-\03\0,\05\0]\0?\0', '\0M\0a\0x\0 \0i\0s\0 \0f\0(\05\0)\0=\06\05\0 \0a\0n\0d\0 \0M\0i\0n\0 \0i\0s\0 \0f\0(\02\0)\0=\0-\01\06\0.\0', '\0E\0q\0u\0a\0t\0i\0n\0g\0 \0f\0i\0r\0s\0t\0 \0d\0e\0r\0i\0v\0a\0t\0i\0v\0e\0 \0t\0o\0 \00\0 \0g\0i\0v\0e\0s\0 \0c\0r\0i\0t\0i\0c\0a\0l\0 \0p\0o\0i\0n\0t\0s\0.\0', '\0E\0n\0d\0 \0p\0o\0i\0n\0t\0s\0 \0a\0r\0e\0 \0u\0s\0u\0a\0l\0l\0y\0 \0e\0x\0t\0r\0e\0m\0a\0s\0.\0', 0),
(338, 4, '\0W\0h\0i\0c\0h\0 \0s\0o\0l\0i\0d\0 \0i\0s\0 \0g\0e\0n\0e\0r\0a\0t\0e\0d\0 \0w\0h\0e\0n\0 \0t\0h\0i\0s\0 \0f\0u\0n\0c\0t\0i\0o\0n\0 \0i\0s\0 \0r\0o\0t\0a\0t\0e\0d\0 \0a\0b\0o\0u\0t\0 \0x\0-\0a\0x\0i\0s\0?\0 \0f\0(\0x\0)\0=\01\0/\0x\0,\0 \0x\0=\01\0,\03\0 \0a\0n\0d\0 \0y\0=\00\0.\0', '\0D\0i\0s\0k\0.\0', '\0T\0h\0e\0r\0e\0 \0i\0s\0 \0n\0o\0 \0h\0o\0l\0l\0o\0w\0 \0s\0p\0a\0c\0e\0.\0', '\0T\0h\0e\0r\0e\0 \0i\0s\0 \0o\0n\0l\0y\0 \0o\0n\0e\0 \0r\0a\0d\0i\0u\0s\0.\0', '\0V\0o\0l\0u\0m\0e\0 \0c\0a\0n\0 \0b\0e\0 \0f\0o\0u\0n\0d\0 \0b\0y\0 \0V\0=\0 \0p\0i\0*\0r\0*\0r\0*\0t\0h\0i\0c\0k\0n\0e\0s\0s\0.\0', 0),
(339, 4, '\0S\0u\0m\0 \0n\0 \0g\0o\0e\0s\0 \0f\0r\0o\0m\0 \01\0 \0t\0o\0 \0i\0n\0f\0i\0n\0i\0t\0y\0 \0(\0(\01\0/\05\0', '\0n\0)\0+\0(\01\0/\0n\0)\0)\0 \0D\0o\0e\0s\0 \0t\0h\0e\0 \0s\0e\0r\0i\0e\0s\0 \0d\0i\0v\0e\0r\0g\0e\0 \0o\0r\0 \0c\0o\0n\0v\0e\0r\0g\0e\0?\0', '\0D\0i\0v\0e\0r\0g\0e\0.\0', '\01\0/\0n\0 \0i\0s\0 \0h\0a\0r\0m\0o\0n\0i\0c\0 \0s\0e\0r\0i\0e\0s\0 \0w\0h\0i\0c\0h\0 \0d\0i\0v\0e\0r\0g\0e\0s\0.\0', '\0T\0w\0o\0 \0s\0e\0r\0i\0e\0s\0 \0a\0r\0e\0 \0b\0e\0i\0n\0g\0 \0a\0d\0d\0e\0d\0.\0', 0),
(340, 4, '\0I\0n\0 \0a\0 \0l\0a\0k\0e\0,\0 \0t\0h\0e\0r\0e\0 \0i\0s\0 \0a\0 \0p\0a\0t\0c\0h\0 \0o\0f\0 \0l\0i\0l\0y\0 \0p\0a\0d\0s\0.\0 \0E\0v\0e\0r\0y\0 \0d\0a\0y\0,\0 \0t\0h\0e\0 \0p\0a\0t\0c\0h\0 \0d\0o\0u\0b\0l\0e\0s\0 \0i\0n\0 \0s\0i\0z\0e\0.\0 \0I\0f\0 \0i\0t\0 \0t\0a\0k\0e\0s\0 \04\08\0 \0d\0a\0y\0s\0 \0f\0o\0r\0 \0t\0h\0e\0 \0p\0a\0t\0c\0h\0 \0t\0o\0 \0c\0o\0v\0e\0r\0 \0t\0h\0e\0 \0e\0n\0t\0i\0r\0e\0 \0l\0a\0k\0e\0,\0 \0h\0o\0w\0 \0l\0o\0n\0g\0 \0w\0o\0u\0l\0d\0 \0i\0t\0 \0t\0a\0k\0e\0 \0f\0o\0r\0 \0t\0h\0e\0 \0p\0a\0t\0c\0h\0 \0t\0o\0 \0c\0o\0v\0e\0r\0 \0h\0a\0l\0f\0 \0o\0f\0 \0t\0h\0e\0 \0l\0a\0k\0e\0?\0', '\0 \04\07\0 \0d\0a\0y\0s\0.\0', '\0T\0h\0e\0 \0a\0n\0s\0w\0e\0r\0 \0i\0s\0 \0n\0o\0t\0 \02\04\0!\0.\0', '\0O\0n\0 \0a\0n\0y\0 \0d\0a\0y\0,\0 \0t\0h\0e\0 \0l\0i\0l\0y\0 \0p\0a\0t\0c\0h\0 \0w\0a\0s\0 \0h\0a\0l\0f\0 \0t\0h\0e\0 \0s\0i\0z\0e\0,\0 \0t\0h\0e\0 \0d\0a\0y\0 \0b\0e\0f\0o\0r\0e\0.\0', '\0 \04\0_\0 \0d\0a\0y\0s\0 \0i\0s\0 \0t\0h\0e\0 \0a\0n\0s\0w\0e\0r\0.\0', 0),
(341, 4, '\0I\0f\0 \0A\0 \0i\0s\0 \0a\0n\0y\0 \0e\0v\0e\0n\0t\0 \0i\0n\0 \0S\0a\0m\0p\0l\0e\0 \0s\0p\0a\0c\0e\0,\0 \0t\0h\0e\0n\0 \0P\0(\0A\0 \0r\0a\0i\0s\0e\0d\0 \0t\0o\0 \0a\0 \0b\0a\0r\0)\0 \0=\0?\0', '\01\0-\0P\0(\0A\0)\0.\0', '\0P\0(\0A\0 \0r\0a\0i\0s\0e\0d\0 \0t\0o\0 \0a\0 \0b\0a\0r\0)\0 \0m\0e\0a\0n\0s\0 \0t\0h\0e\0 \0c\0o\0m\0p\0l\0i\0m\0e\0n\0t\0.\0', '\0T\0h\0e\0 \0s\0u\0m\0 \0o\0f\0 \0P\0(\0A\0 \0r\0a\0i\0s\0e\0d\0 \0t\0o\0 \0a\0 \0b\0a\0r\0)\0 \0a\0n\0d\0 \0P\0(\0A\0)\0 \0i\0s\0 \01\0.\0', '\0 \0s\0o\0m\0e\0t\0h\0i\0n\0g\0 \0m\0i\0n\0u\0s\0 \0P\0(\0A\0)\0.\0', 0),
(342, 4, '\0A\0t\0 \0a\0 \0p\0a\0r\0t\0y\0,\0 \0e\0v\0e\0r\0y\0o\0n\0e\0 \0s\0h\0o\0o\0k\0 \0h\0a\0n\0d\0s\0 \0w\0i\0t\0h\0 \0e\0v\0e\0r\0y\0b\0o\0d\0y\0 \0e\0l\0s\0e\0.\0 \0T\0h\0e\0r\0e\0 \0w\0e\0r\0e\0 \06\06\0 \0h\0a\0n\0d\0s\0h\0a\0k\0e\0s\0.\0 \0H\0o\0w\0 \0m\0a\0n\0y\0 \0p\0e\0o\0p\0l\0e\0 \0w\0e\0r\0e\0 \0a\0t\0 \0t\0h\0e\0 \0p\0a\0r\0t\0y\0?\0', '\01\02\0.\0', '\0 \0S\0o\0l\0v\0e\0 \0t\0h\0e\0 \0e\0q\0u\0a\0t\0i\0o\0n\0 \0n\0(\0n\0+\01\0)\0/\02\0 \0=\0 \06\06\0.\0', '\0W\0e\0 \0o\0b\0t\0a\0i\0n\0 \01\01\0 \0a\0s\0 \0t\0h\0e\0 \0a\0n\0s\0w\0e\0r\0 \0f\0r\0o\0m\0 \0t\0h\0e\0 \0e\0q\0u\0a\0t\0i\0o\0n\0.\0', '\0 \0T\0h\0e\0 \01\02\0t\0h\0 \0p\0e\0r\0s\0o\0n\0 \0i\0s\0 \0u\0s\0!\0.\0', 0),
(343, 4, '\0I\0t\0\'\0s\0 \0d\0a\0r\0k\0.\0 \0Y\0o\0u\0 \0h\0a\0v\0e\0 \0t\0e\0n\0 \0g\0r\0e\0y\0 \0s\0o\0c\0k\0s\0 \0a\0n\0d\0 \0t\0e\0n\0 \0b\0l\0u\0e\0 \0s\0o\0c\0k\0s\0 \0y\0o\0u\0 \0w\0a\0n\0t\0 \0t\0o\0 \0p\0u\0t\0 \0i\0n\0t\0o\0 \0p\0a\0i\0r\0s\0.\0 \0A\0l\0l\0 \0s\0o\0c\0k\0s\0 \0a\0r\0e\0 \0e\0x\0a\0c\0t\0l\0y\0 \0t\0h\0e\0 \0s\0a\0m\0e\0 \0e\0x\0c\0e\0p\0t\0 \0f\0o\0r\0 \0t\0h\0e\0i\0r\0 \0c\0o\0l\0o\0u\0r\0.\0 \0H\0o\0w\0 \0m\0a\0n\0y\0 \0s\0o\0c\0k\0s\0 \0w\0o\0u\0l\0d\0 \0y\0o\0u\0 \0n\0e\0e\0d\0 \0t\0o\0 \0t\0a\0k\0e\0 \0w\0i\0t\0h\0 \0y\0o\0u\0 \0t\0o\0 \0e\0n\0s\0u\0r\0e\0 \0y\0o\0u\0 \0h\0a\0d\0 \0a\0t\0 \0l\0e\0a\0s\0t\0 \0a\0 \0p\0a\0i\0r\0?\0', '\03\0.\0', '\0T\0h\0e\0 \0a\0n\0s\0w\0e\0r\0 \0i\0s\0 \0c\0l\0o\0s\0e\0 \0t\0o\0 \00\0.\0', '\0E\0i\0t\0h\0e\0r\0 \0y\0o\0u\0 \0w\0i\0l\0l\0 \0h\0a\0v\0e\0 \0c\0h\0o\0s\0e\0n\0 \0t\0h\0r\0e\0e\0 \0o\0f\0 \0t\0h\0e\0 \0s\0a\0m\0e\0 \0c\0o\0l\0o\0u\0r\0,\0 \0o\0r\0 \0a\0 \0m\0a\0t\0c\0h\0i\0n\0g\0 \0p\0a\0i\0r\0 \0a\0n\0d\0 \0a\0n\0 \0o\0d\0d\0 \0o\0n\0e\0 \0o\0u\0t\0.\0', '\0T\0h\0e\0r\0e\0 \0i\0s\0 \0a\0 \01\00\00\0%\0 \0c\0h\0a\0n\0c\0e\0 \0t\0h\0a\0t\0 \0o\0u\0t\0 \0o\0f\0 \03\0 \0s\0o\0c\0k\0s\0 \0t\0w\0o\0 \0h\0a\0v\0e\0 \0s\0a\0m\0e\0 \0c\0o\0l\0o\0r\0.\0', 0),
(344, 4, '\0T\0h\0e\0 \0p\0e\0r\0i\0o\0d\0 \0o\0f\0 \02\0 \0s\0i\0n\0 \0x\0 \0c\0o\0s\0 \0x\0 \0i\0s\0?\0', '\0p\0i\0.\0', '\02\0s\0i\0n\0x\0c\0o\0s\0x\0 \0i\0s\0 \0e\0q\0u\0a\0l\0 \0t\0o\0 \0s\0i\0n\02\0x\0.\0', '\0i\0t\0\'\0s\0 \0p\0e\0r\0i\0o\0d\0 \0=\0 \02\0p\0i\0/\0k\0.\0(\0k\0=\02\0 \0i\0n\0 \0t\0h\0i\0s\0 \0c\0a\0s\0e\0)\0.\0', '\0 \03\0.\01\04\0.\0', 0),
(345, 4, '\0I\0f\0 \0L\0o\0g\0x\0 \0(\01\0/\08\0)\0=\0 \0-\03\0/\02\0,\0 \0t\0h\0e\0n\0 \0x\0 \0i\0s\0 \0e\0q\0u\0a\0l\0 \0t\0o\0?\0', '\0 \04\0.\0', '\0R\0e\0w\0r\0i\0t\0e\0 \0t\0h\0e\0 \0l\0o\0g\0a\0r\0i\0t\0h\0m\0i\0c\0 \0e\0q\0u\0a\0t\0i\0o\0n\0s\0 \0u\0s\0i\0n\0g\0 \0e\0x\0p\0o\0n\0e\0n\0t\0i\0a\0l\0 \0e\0q\0u\0a\0t\0i\0o\0n\0 \0.\0', '\0(\0\Z\"x\0)\0-\03\0 \0=\0 \02\0-\03\0.\0', '\0\Z\"x\0 \0=\0 \02\0.\0', 0),
(346, 4, '\0A\0 \0p\0a\0n\0t\0 \0n\0o\0r\0m\0a\0l\0l\0y\0 \0s\0e\0l\0l\0s\0 \0f\0o\0r\0 \0$\01\03\08\0,\0 \0b\0u\0t\0 \0i\0s\0 \0o\0n\0 \0s\0a\0l\0e\0 \0f\0o\0r\0 \02\05\0%\0 \0o\0f\0f\0.\0 \0W\0h\0a\0t\0 \0i\0s\0 \0t\0h\0e\0 \0c\0o\0s\0t\0 \0o\0f\0 \0t\0h\0e\0 \0p\0a\0n\0t\0?\0', '\0$\01\00\03\0.\05\00\0.\0', '\0T\0h\0e\0 \0m\0o\0n\0e\0y\0 \0o\0f\0f\0 \0s\0h\0o\0u\0l\0d\0 \0b\0e\0 \0s\0u\0b\0t\0r\0a\0c\0t\0e\0d\0.\0', '\02\05\0%\0 \0o\0f\0 \0$\01\03\08\0 \0i\0s\0 \0$\03\04\0.\05\0.\0', '\0T\0h\0e\0 \0n\0e\0w\0 \0p\0r\0i\0c\0e\0 \0i\0s\0 \0$\01\0_\0_\0.\0_\0_\0.\0', 0),
(347, 4, '\0T\0h\0e\0 \0f\0i\0r\0s\0t\0 \0d\0e\0r\0i\0v\0a\0t\0i\0v\0e\0 \0g\0i\0v\0e\0s\0 \0w\0h\0a\0t\0 \0o\0f\0 \0a\0 \0f\0u\0n\0c\0t\0i\0o\0n\0?\0', '\0S\0l\0o\0p\0e\0.\0', '\0I\0t\0 \0i\0s\0 \0a\0 \0r\0a\0t\0e\0.\0', '\0 \0D\0e\0n\0o\0t\0e\0d\0 \0b\0y\0 \0m\0.\0', '\0 \0S\0l\0_\0_\0_\0.\0', 0),
(348, 4, '\0F\0a\0c\0t\0o\0r\0i\0a\0l\0 \0o\0f\0 \0z\0e\0r\0o\0 \0i\0s\0?\0', '\0 \01\0.\0', '\0 \0I\0t\0 \0i\0s\0 \0n\0o\0t\0 \0z\0e\0r\0o\0.\0', '\0 \0T\0h\0e\0 \0m\0u\0l\0t\0i\0p\0l\0i\0c\0a\0t\0i\0v\0e\0 \0i\0d\0e\0n\0t\0i\0t\0y\0.\0', '\0 \0C\0l\0o\0s\0e\0 \0t\0o\0 \0z\0e\0r\0o\0.\0', 0);
-- --------------------------------------------------------
--
-- Table structure for table `scoreboard`
--
CREATE TABLE `scoreboard` (
`TNO` int(11) NOT NULL,
`TNAME` varchar(500) NOT NULL,
`TSCORE` int(11) DEFAULT NULL,
`PHY` tinyint(1) NOT NULL DEFAULT '0',
`CHEM` tinyint(1) NOT NULL DEFAULT '0',
`BIO` tinyint(1) NOT NULL DEFAULT '0',
`MATH` tinyint(1) NOT NULL DEFAULT '0',
`GENKNOW` tinyint(1) NOT NULL DEFAULT '0',
`INVENTOR` tinyint(1) NOT NULL DEFAULT '0',
`INVENTION` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
COMMIT;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;