content
stringlengths 1
1.04M
| input_ids
sequencelengths 1
774k
| ratio_char_token
float64 0.38
22.9
| token_count
int64 1
774k
|
---|---|---|---|
## 1. String Manipulation ##
hello = "hello world"[0:5]
foo = "some string"
password = "password"
print(foo[5:11])
# Your code goes here
fifth = password[4]
last_four = password[len(password)-4:]
## 2. Omitting starting or ending indices ##
hello = "hello world"[:5]
foo = "some string"
print(foo[5:])
my_string = "string slicing is fun!"
# Your code goes here
first_nine = my_string[:9]
remainder = my_string[9:]
## 3. Slicing with a step ##
hlo = "hello world"[:5:2]
my_string = "string slicing is fun!"
# Your code goes here
gibberish = my_string[0:len(my_string):2]
worse_gibberish = my_string[7::3]
## 4. Negative Indexing ##
olleh = "hello world"[4::-1]
able_string = "able was I ere I saw elba"
# Your code goes here
phrase_palindrome = is_palindrome(able_string)
## 6. Checking for Substrings ##
theres_no = "I" in "team"
# Your code goes here
countup_passwords = easy_patterns('1234')
## 7. First-Class Functions ##
ints = list(map(int, [1.5, 2.4, 199.7, 56.0]))
print(ints)
# Your code goes here
floats = list(map(float,not_floats))
## 8. Average Password Length ##
# Your code goes here
password_lengths = list(map(len, passwords))
avg_password_length = sum(password_lengths) / len(passwords)
## 9. More Uses For First-Class Functions ##
# Your code goes here
palindrome_passwords = list(filter(is_palindrome, passwords))
## 10. Lambda Functions ##
numbers = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
evens = list(filter(lambda x : x % 2 == 0, numbers))
print(evens)
# Your code goes here
palindrome_passwords = list(filter(lambda my_string : my_string[::-1] == my_string, passwords))
## 11. Password Strengths ##
numbers = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
evens = list(filter(lambda x : x % 2 == 0, numbers))
print(evens)
# Your code goes here
weak_passwords = list(filter(lambda x : len(x) < 6, passwords))
medium_passwords = list(filter(lambda x : len(x) >= 6 and len(x) <= 10, passwords))
strong_passwords = list(filter(lambda x : len(x) > 10, passwords)) | [
2235,
352,
13,
10903,
35045,
1741,
22492,
198,
198,
31373,
796,
366,
31373,
995,
17912,
15,
25,
20,
60,
198,
21943,
796,
366,
11246,
4731,
1,
198,
28712,
796,
366,
28712,
1,
198,
198,
4798,
7,
21943,
58,
20,
25,
1157,
12962,
198,
198,
2,
3406,
2438,
2925,
994,
198,
43556,
796,
9206,
58,
19,
60,
198,
12957,
62,
14337,
796,
9206,
58,
11925,
7,
28712,
13219,
19,
47715,
198,
198,
2235,
362,
13,
440,
16138,
3599,
393,
7464,
36525,
22492,
198,
198,
31373,
796,
366,
31373,
995,
17912,
25,
20,
60,
198,
21943,
796,
366,
11246,
4731,
1,
198,
4798,
7,
21943,
58,
20,
25,
12962,
198,
198,
1820,
62,
8841,
796,
366,
8841,
49289,
318,
1257,
2474,
198,
2,
3406,
2438,
2925,
994,
198,
11085,
62,
30888,
796,
616,
62,
8841,
58,
25,
24,
60,
198,
2787,
391,
1082,
796,
616,
62,
8841,
58,
24,
47715,
198,
198,
2235,
513,
13,
311,
677,
278,
351,
257,
2239,
22492,
198,
198,
71,
5439,
796,
366,
31373,
995,
17912,
25,
20,
25,
17,
60,
198,
198,
1820,
62,
8841,
796,
366,
8841,
49289,
318,
1257,
2474,
198,
2,
3406,
2438,
2925,
994,
198,
70,
571,
527,
680,
796,
616,
62,
8841,
58,
15,
25,
11925,
7,
1820,
62,
8841,
2599,
17,
60,
198,
198,
86,
7615,
62,
70,
571,
527,
680,
796,
616,
62,
8841,
58,
22,
3712,
18,
60,
198,
198,
2235,
604,
13,
36183,
12901,
278,
22492,
198,
198,
349,
293,
71,
796,
366,
31373,
995,
17912,
19,
3712,
12,
16,
60,
198,
540,
62,
8841,
796,
366,
540,
373,
314,
304,
260,
314,
2497,
1288,
7012,
1,
198,
198,
2,
3406,
2438,
2925,
994,
198,
198,
34675,
62,
18596,
521,
5998,
796,
318,
62,
18596,
521,
5998,
7,
540,
62,
8841,
8,
198,
198,
2235,
718,
13,
39432,
329,
3834,
37336,
22492,
198,
198,
1169,
411,
62,
3919,
796,
366,
40,
1,
287,
366,
15097,
1,
198,
198,
2,
3406,
2438,
2925,
994,
198,
198,
9127,
929,
62,
6603,
10879,
796,
2562,
62,
33279,
82,
10786,
1065,
2682,
11537,
198,
198,
2235,
767,
13,
3274,
12,
9487,
40480,
22492,
198,
198,
29503,
796,
1351,
7,
8899,
7,
600,
11,
685,
16,
13,
20,
11,
362,
13,
19,
11,
1594,
13,
22,
11,
7265,
13,
15,
60,
4008,
198,
4798,
7,
29503,
8,
198,
198,
2,
3406,
2438,
2925,
994,
198,
48679,
1381,
796,
1351,
7,
8899,
7,
22468,
11,
1662,
62,
48679,
1381,
4008,
198,
198,
2235,
807,
13,
13475,
30275,
22313,
22492,
198,
198,
2,
3406,
2438,
2925,
994,
198,
28712,
62,
13664,
82,
796,
1351,
7,
8899,
7,
11925,
11,
21442,
4008,
198,
615,
70,
62,
28712,
62,
13664,
796,
2160,
7,
28712,
62,
13664,
82,
8,
1220,
18896,
7,
6603,
10879,
8,
198,
198,
2235,
860,
13,
3125,
36965,
1114,
3274,
12,
9487,
40480,
22492,
198,
198,
2,
3406,
2438,
2925,
994,
198,
18596,
521,
5998,
62,
6603,
10879,
796,
1351,
7,
24455,
7,
271,
62,
18596,
521,
5998,
11,
21442,
4008,
198,
198,
2235,
838,
13,
21114,
6814,
40480,
22492,
198,
198,
77,
17024,
796,
685,
16,
11,
362,
11,
513,
11,
604,
11,
642,
11,
718,
11,
767,
11,
807,
11,
860,
11,
838,
60,
198,
10197,
82,
796,
1351,
7,
24455,
7,
50033,
2124,
1058,
2124,
4064,
362,
6624,
657,
11,
3146,
4008,
198,
4798,
7,
10197,
82,
8,
198,
198,
2,
3406,
2438,
2925,
994,
198,
18596,
521,
5998,
62,
6603,
10879,
796,
1351,
7,
24455,
7,
50033,
616,
62,
8841,
1058,
616,
62,
8841,
58,
3712,
12,
16,
60,
6624,
616,
62,
8841,
11,
21442,
4008,
198,
198,
2235,
1367,
13,
30275,
9737,
782,
9998,
22492,
198,
198,
77,
17024,
796,
685,
16,
11,
362,
11,
513,
11,
604,
11,
642,
11,
718,
11,
767,
11,
807,
11,
860,
11,
838,
60,
198,
10197,
82,
796,
1351,
7,
24455,
7,
50033,
2124,
1058,
2124,
4064,
362,
6624,
657,
11,
3146,
4008,
198,
4798,
7,
10197,
82,
8,
198,
198,
2,
3406,
2438,
2925,
994,
198,
38695,
62,
6603,
10879,
796,
1351,
7,
24455,
7,
50033,
2124,
1058,
18896,
7,
87,
8,
1279,
718,
11,
21442,
4008,
198,
24132,
62,
6603,
10879,
796,
1351,
7,
24455,
7,
50033,
2124,
1058,
18896,
7,
87,
8,
18189,
718,
290,
18896,
7,
87,
8,
19841,
838,
11,
21442,
4008,
198,
11576,
62,
6603,
10879,
796,
1351,
7,
24455,
7,
50033,
2124,
1058,
18896,
7,
87,
8,
1875,
838,
11,
21442,
4008
] | 2.696477 | 738 |
import discord
from discord.ext import commands
from discord.utils import get
from discord.ext.commands import has_permissions, MissingPermissions
class Moderation(commands.Cog):
""" Moderation commands for discord """
@commands.command(help='Kicks people from the server')
@commands.has_permissions(kick_members=True)
@commands.command(help='Bans members from a server')
@commands.has_permissions(ban_members=True)
@commands.command(help="Gives Help")
| [
11748,
36446,
198,
6738,
36446,
13,
2302,
1330,
9729,
198,
6738,
36446,
13,
26791,
1330,
651,
198,
6738,
36446,
13,
2302,
13,
9503,
1746,
1330,
468,
62,
525,
8481,
11,
25639,
5990,
8481,
198,
198,
4871,
35926,
341,
7,
9503,
1746,
13,
34,
519,
2599,
198,
220,
220,
220,
37227,
35926,
341,
9729,
329,
36446,
37227,
628,
198,
220,
220,
220,
2488,
9503,
1746,
13,
21812,
7,
16794,
11639,
42,
3378,
661,
422,
262,
4382,
11537,
198,
220,
220,
220,
2488,
9503,
1746,
13,
10134,
62,
525,
8481,
7,
24585,
62,
30814,
28,
17821,
8,
628,
628,
220,
220,
220,
2488,
9503,
1746,
13,
21812,
7,
16794,
11639,
33,
504,
1866,
422,
257,
4382,
11537,
198,
220,
220,
220,
2488,
9503,
1746,
13,
10134,
62,
525,
8481,
7,
3820,
62,
30814,
28,
17821,
8,
628,
220,
220,
220,
2488,
9503,
1746,
13,
21812,
7,
16794,
2625,
38,
1083,
10478,
4943,
198
] | 3.205298 | 151 |
import os
import sys
from git import Repo
commits = list(Repo('.').iter_commits('master'))
authors = {}
notable = {}
changelog = {}
for i, c in enumerate(commits):
s = c.summary
tags = []
while s[0] == '[':
r = s.find(']')
tag = s[1:r]
tags.append(tag)
s = s[r + 1:]
s = s.strip()
for tag in tags:
if tag[0].isupper():
tag = tag.lower()
notable[tag] = notable.get(tag, 0) + 1
changelog[tag] = changelog.get(tag, 0) + 1
a = str(c.author).split(' <')[0]
authors[a] = authors.get(a, 0) + 1
print('Authors:')
print_table(authors, 'author')
print('')
print('Highlights:')
print_table(notable, 'tag')
print('')
print('Full changelog:')
print_table(changelog, 'tag')
| [
11748,
28686,
198,
11748,
25064,
198,
198,
6738,
17606,
1330,
1432,
78,
198,
198,
9503,
896,
796,
1351,
7,
6207,
78,
10786,
2637,
737,
2676,
62,
9503,
896,
10786,
9866,
6,
4008,
198,
198,
41617,
796,
23884,
198,
1662,
540,
796,
23884,
198,
354,
8368,
519,
796,
23884,
198,
198,
1640,
1312,
11,
269,
287,
27056,
378,
7,
9503,
896,
2599,
198,
220,
220,
220,
264,
796,
269,
13,
49736,
628,
220,
220,
220,
15940,
796,
17635,
198,
220,
220,
220,
981,
264,
58,
15,
60,
6624,
44438,
10354,
198,
220,
220,
220,
220,
220,
220,
220,
374,
796,
264,
13,
19796,
10786,
60,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
7621,
796,
264,
58,
16,
25,
81,
60,
198,
220,
220,
220,
220,
220,
220,
220,
15940,
13,
33295,
7,
12985,
8,
198,
220,
220,
220,
220,
220,
220,
220,
264,
796,
264,
58,
81,
1343,
352,
47715,
198,
220,
220,
220,
220,
220,
220,
220,
264,
796,
264,
13,
36311,
3419,
628,
220,
220,
220,
329,
7621,
287,
15940,
25,
198,
220,
220,
220,
220,
220,
220,
220,
611,
7621,
58,
15,
4083,
271,
45828,
33529,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7621,
796,
7621,
13,
21037,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12411,
58,
12985,
60,
796,
12411,
13,
1136,
7,
12985,
11,
657,
8,
1343,
352,
198,
220,
220,
220,
220,
220,
220,
220,
1488,
417,
519,
58,
12985,
60,
796,
1488,
417,
519,
13,
1136,
7,
12985,
11,
657,
8,
1343,
352,
628,
220,
220,
220,
257,
796,
965,
7,
66,
13,
9800,
737,
35312,
10786,
1279,
11537,
58,
15,
60,
198,
220,
220,
220,
7035,
58,
64,
60,
796,
7035,
13,
1136,
7,
64,
11,
657,
8,
1343,
352,
628,
198,
198,
4798,
10786,
30515,
669,
25,
11537,
198,
4798,
62,
11487,
7,
41617,
11,
705,
9800,
11537,
198,
4798,
7,
7061,
8,
198,
4798,
10786,
11922,
8091,
25,
11537,
198,
4798,
62,
11487,
7,
1662,
540,
11,
705,
12985,
11537,
198,
4798,
7,
7061,
8,
198,
4798,
10786,
13295,
1488,
417,
519,
25,
11537,
198,
4798,
62,
11487,
7,
354,
8368,
519,
11,
705,
12985,
11537,
198
] | 2.097561 | 369 |
# do not import pylab, because this file may need to be loaded from Python environments that don't necessarily have access to pylab
# from pylab import *
import os
scenes = []
#
# Archinteriors volumes 00-09
#
scenes.append({"name": "ai_001_001", "archive_file": "AI1_001.rar", "asset_file": "01", "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_001_002", "archive_file": "AI1_002.rar", "asset_file": "02", "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_001_003", "archive_file": "AI1_003.rar", "asset_file": "03", "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_001_004", "archive_file": "AI1_004.rar", "asset_file": "04", "normalization_policy": "v1", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_001_005", "archive_file": "AI1_005.rar", "asset_file": "05", "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_001_006", "archive_file": "AI1_006.rar", "asset_file": "06", "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_001_007", "archive_file": "AI1_007.rar", "asset_file": "07", "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_001_008", "archive_file": "AI1_008.rar", "asset_file": "08", "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_001_009", "archive_file": "AI1_009.rar", "asset_file": "09", "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_001_010", "archive_file": "AI1_010.rar", "asset_file": "10", "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_002_001", "archive_file": "AI2_001.rar", "asset_file": "001", "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_002_002", "archive_file": "AI2_002.rar", "asset_file": "002", "normalization_policy": "v1", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_002_003", "archive_file": "AI2_003.rar", "asset_file": "003", "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_002_004", "archive_file": "AI2_004.rar", "asset_file": "004", "normalization_policy": "v1", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_002_005", "archive_file": "AI2_005.rar", "asset_file": "005", "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_002_006", "archive_file": "AI2_006.rar", "asset_file": "006", "normalization_policy": "v1", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_002_007", "archive_file": "AI2_007.rar", "asset_file": "007", "normalization_policy": "v1", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_002_008", "archive_file": "AI2_008.rar", "asset_file": "008", "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_002_009", "archive_file": "AI2_009.rar", "asset_file": "009", "normalization_policy": "v1", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_002_010", "archive_file": "AI2_010.rar", "asset_file": "010", "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_003_001", "archive_file": "AI3_01.rar", "asset_file": "01", "normalization_policy": "v1", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_003_002", "archive_file": "AI3_02.rar", "asset_file": "02", "normalization_policy": "v1", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_003_003", "archive_file": "AI3_03.rar", "asset_file": "03", "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_003_004", "archive_file": "AI3_04.rar", "asset_file": "04", "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_003_005", "archive_file": "AI3_05.rar", "asset_file": "05", "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_003_006", "archive_file": "AI3_06.rar", "asset_file": "06", "normalization_policy": "v1", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_003_007", "archive_file": "AI3_07.rar", "asset_file": "07", "normalization_policy": "v1", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_003_008", "archive_file": "AI3_08.rar", "asset_file": "08", "normalization_policy": "v1", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_003_009", "archive_file": "AI3_09.rar", "asset_file": "09", "normalization_policy": "v1", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_003_010", "archive_file": "AI3_10.rar", "asset_file": "10", "normalization_policy": "v1", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_004_001", "archive_file": "AI4_001.rar", "asset_file": "001", "normalization_policy": "v1", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_004_002", "archive_file": "AI4_002.rar", "asset_file": "002", "normalization_policy": "v1", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_004_003", "archive_file": "AI4_003.rar", "asset_file": "003", "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_004_004", "archive_file": "AI4_004.rar", "asset_file": "004", "normalization_policy": "v1", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_004_005", "archive_file": "AI4_005.rar", "asset_file": "005", "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_004_006", "archive_file": "AI4_006.rar", "asset_file": "006", "normalization_policy": "v1", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_004_007", "archive_file": "AI4_007.rar", "asset_file": "007", "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_004_008", "archive_file": "AI4_008.rar", "asset_file": "008", "normalization_policy": "v1", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_004_009", "archive_file": "AI4_009.rar", "asset_file": "009", "normalization_policy": "v1", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_004_010", "archive_file": "AI4_010.rar", "asset_file": "010", "normalization_policy": "v1", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_005_001", "archive_file": "AI5_001.rar", "asset_file": "SCENE 01", "normalization_policy": "v2", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
# bad lighting
# scenes.append({"name": "ai_005_002", "archive_file": "AI5_002.rar", "asset_file": "SCENE 02", "normalization_policy": "v2", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_005_003", "archive_file": "AI5_003.rar", "asset_file": "SCENE 03", "normalization_policy": "v2", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_005_004", "archive_file": "AI5_004.rar", "asset_file": "SCENE 04", "normalization_policy": "v2", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_005_005", "archive_file": "AI5_005.rar", "asset_file": "SCENE 05", "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_005_006", "archive_file": "AI5_006.rar", "asset_file": "SCENE 06", "normalization_policy": "v2", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_005_007", "archive_file": "AI5_007.rar", "asset_file": "SCENE 07", "normalization_policy": "v2", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_005_008", "archive_file": "AI5_008.rar", "asset_file": "SCENE 08", "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_005_009", "archive_file": "AI5_009.rar", "asset_file": "SCENE 09", "normalization_policy": "v2", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_005_010", "archive_file": "AI5_010.rar", "asset_file": "SCENE 10", "normalization_policy": "v2", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_006_001", "archive_file": "AI6_001.rar", "asset_file": "001", "normalization_policy": "v1", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_006_002", "archive_file": "AI6_002.rar", "asset_file": "002", "normalization_policy": "v2", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_006_003", "archive_file": "AI6_003.rar", "asset_file": "003", "normalization_policy": "v1", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_006_004", "archive_file": "AI6_004.rar", "asset_file": "004", "normalization_policy": "v1", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
# slightly bad lighting
# scenes.append({"name": "ai_006_005", "archive_file": "AI6_005.rar", "asset_file": "005", "normalization_policy": "v2", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_006_006", "archive_file": "AI6_006.rar", "asset_file": "006", "normalization_policy": "v2", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_006_007", "archive_file": "AI6_007.rar", "asset_file": "007", "normalization_policy": "v2", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_006_008", "archive_file": "AI6_008.rar", "asset_file": "008", "normalization_policy": "v2", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_006_009", "archive_file": "AI6_009.rar", "asset_file": "009", "normalization_policy": "v2", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_006_010", "archive_file": "AI6_010.rar", "asset_file": "010", "normalization_policy": "v2", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_007_001", "archive_file": "AI7_01.RAR", "asset_file": "01", "normalization_policy": "v2", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_007_002", "archive_file": "AI7_02.RAR", "asset_file": "02", "normalization_policy": "v2", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
# bad lighting
# scenes.append({"name": "ai_007_003", "archive_file": "AI7_03.RAR", "asset_file": "03", "normalization_policy": "v2", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_007_004", "archive_file": "AI7_04.RAR", "asset_file": "04", "normalization_policy": "v2", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_007_005", "archive_file": "AI7_05.RAR", "asset_file": "05", "normalization_policy": "v2", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_007_006", "archive_file": "AI7_06.RAR", "asset_file": "06", "normalization_policy": "v2", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_007_007", "archive_file": "AI7_07.RAR", "asset_file": "07", "normalization_policy": "v2", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_007_008", "archive_file": "AI7_08.RAR", "asset_file": "08", "normalization_policy": "v2", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_007_009", "archive_file": "AI7_09.RAR", "asset_file": "09", "normalization_policy": "v2", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_007_010", "archive_file": "AI7_10.RAR", "asset_file": "10", "normalization_policy": "v1", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_008_001", "archive_file": "AI8_01.rar", "asset_file": "01", "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_008_002", "archive_file": "AI8_02.rar", "asset_file": "02", "normalization_policy": "v1", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_008_003", "archive_file": "AI8_03.rar", "asset_file": "03", "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_008_004", "archive_file": "AI8_04.rar", "asset_file": "04", "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_008_005", "archive_file": "AI8_05.rar", "asset_file": "05", "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_008_006", "archive_file": "AI8_06.rar", "asset_file": "06", "normalization_policy": "v1", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_008_007", "archive_file": "AI8_07.rar", "asset_file": "07", "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_008_008", "archive_file": "AI8_08.rar", "asset_file": "08", "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_008_009", "archive_file": "AI8_09.rar", "asset_file": "09", "normalization_policy": "v2", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_008_010", "archive_file": "AI8_10.rar", "asset_file": "010", "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_009_001", "archive_file": "AI9_SCENE 01.rar", "asset_file": "SCENE 01", "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_009_002", "archive_file": "AI9_SCENE 02.rar", "asset_file": "SCENE 02", "normalization_policy": "v2", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_009_003", "archive_file": "AI9_SCENE 03.rar", "asset_file": "SCENE 03", "normalization_policy": "v2", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_009_004", "archive_file": "AI9_SCENE 04.rar", "asset_file": "SCENE 04", "normalization_policy": "v1", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_009_005", "archive_file": "AI9_SCENE 05.rar", "asset_file": "SCENE 05", "normalization_policy": "v2", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_009_006", "archive_file": "AI9_SCENE 06.rar", "asset_file": "SCENE 06", "normalization_policy": "v2", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_009_007", "archive_file": "AI9_SCENE 07.rar", "asset_file": "SCENE 07", "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_009_008", "archive_file": "AI9_SCENE 08.rar", "asset_file": "SCENE 08", "normalization_policy": "v2", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_009_009", "archive_file": "AI9_SCENE 09.rar", "asset_file": "SCENE 09", "normalization_policy": "v2", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
# generates error during export: vertex coordinate too big adjust object-scale
# scenes.append({"name": "ai_009_010", "archive_file": "AI9_SCENE 10.rar", "asset_file": "SCENE 10", "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
#
# Archinteriors volumes 10-19
#
scenes.append({"name": "ai_010_001", "archive_file": "AI10_001.RAR", "asset_file": "001", "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_010_002", "archive_file": "AI10_002.RAR", "asset_file": "002", "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_010_003", "archive_file": "AI10_003.RAR", "asset_file": "003", "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_010_004", "archive_file": "AI10_004.RAR", "asset_file": "004", "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_010_005", "archive_file": "AI10_005.RAR", "asset_file": "005", "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_010_006", "archive_file": "AI10_006.RAR", "asset_file": "006", "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_010_007", "archive_file": "AI10_007.RAR", "asset_file": "007", "normalization_policy": "v1", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_010_008", "archive_file": "AI10_008.RAR", "asset_file": "008", "normalization_policy": "v1", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_010_009", "archive_file": "AI10_009.RAR", "asset_file": "009", "normalization_policy": "v1", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
# bad lighting
# scenes.append({"name": "ai_010_010", "archive_file": "AI10_010.RAR", "asset_file": "010", "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_011_001", "archive_file": "AI11_01.rar", "asset_file": "01", "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
# generates error during export: vertex coordinate too big adjust object-scale
# scenes.append({"name": "ai_011_002", "archive_file": "AI11_02.rar", "asset_file": "02", "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_011_003", "archive_file": "AI11_03.rar", "asset_file": "03", "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_011_004", "archive_file": "AI11_04.rar", "asset_file": "04", "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_011_005", "archive_file": "AI11_05.rar", "asset_file": "05", "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_011_006", "archive_file": "AI11_06.rar", "asset_file": "06", "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_011_007", "archive_file": "AI11_07.rar", "asset_file": "07", "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_011_008", "archive_file": "AI11_08.rar", "asset_file": "08", "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_011_009", "archive_file": "AI11_09.rar", "asset_file": "09", "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_011_010", "archive_file": "AI11_10.rar", "asset_file": "10", "normalization_policy": "v1", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_012_001", "archive_file": "archinteriors_vol_012_scene_001.rar", "asset_file": os.path.join("ArchInteriors_12_01", "ArchInteriors_12_01"), "normalization_policy": "v2", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_012_002", "archive_file": "archinteriors_vol_012_scene_002.rar", "asset_file": os.path.join("ArchInteriors_12_02", "ArchInteriors_12_02"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_012_003", "archive_file": "archinteriors_vol_012_scene_003.rar", "asset_file": os.path.join("ArchInteriors_12_03", "ArchInteriors_12_03"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_012_004", "archive_file": "archinteriors_vol_012_scene_004.rar", "asset_file": os.path.join("ArchInteriors_12_04", "ArchInteriors_12_04"), "normalization_policy": "v2", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_012_005", "archive_file": "archinteriors_vol_012_scene_005.rar", "asset_file": os.path.join("ArchInteriors_12_05", "ArchInteriors_12_05"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_012_006", "archive_file": "archinteriors_vol_012_scene_006.rar", "asset_file": os.path.join("ArchInteriors_12_06", "ArchInteriors_12_06"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_012_007", "archive_file": "archinteriors_vol_012_scene_007.rar", "asset_file": os.path.join("ArchInteriors_12_07", "ArchInteriors_12_07"), "normalization_policy": "v1", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_012_008", "archive_file": "archinteriors_vol_012_scene_008.rar", "asset_file": os.path.join("ArchInteriors_12_08", "ArchInteriors_12_08"), "normalization_policy": "v2", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_012_009", "archive_file": "archinteriors_vol_012_scene_009.rar", "asset_file": os.path.join("ArchInteriors_12_09", "ArchInteriors_12_09"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_012_010", "archive_file": "archinteriors_vol_012_scene_010.rar", "asset_file": os.path.join("ArchInteriors_12_10", "ArchInteriors_12_10"), "normalization_policy": "v2", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_013_001", "archive_file": "archinteriors_vol13_01.rar", "asset_file": os.path.join("archinteriors_vol13_01", "001"), "normalization_policy": "v2", "scene_extent_meters": 500.0, "voxel_extent_meters": 1.0})
scenes.append({"name": "ai_013_002", "archive_file": "archinteriors_vol13_02.rar", "asset_file": os.path.join("archinteriors_vol13_02", "002"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_013_003", "archive_file": "archinteriors_vol13_03.rar", "asset_file": os.path.join("archinteriors_vol13_03", "003"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_013_004", "archive_file": "archinteriors_vol13_04.rar", "asset_file": os.path.join("archinteriors_vol13_04", "004"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_013_005", "archive_file": "archinteriors_vol13_05.rar", "asset_file": os.path.join("archinteriors_vol13_05", "005"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_013_006", "archive_file": "archinteriors_vol13_06.rar", "asset_file": os.path.join("archinteriors_vol13_06", "006"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_013_007", "archive_file": "archinteriors_vol13_07.rar", "asset_file": os.path.join("archinteriors_vol13_07", "007"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_013_008", "archive_file": "archinteriors_vol13_08.rar", "asset_file": os.path.join("archinteriors_vol13_08", "008"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_013_009", "archive_file": "archinteriors_vol13_09.rar", "asset_file": os.path.join("archinteriors_vol13_09", "009"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_013_010", "archive_file": "archinteriors_vol13_10.rar", "asset_file": os.path.join("archinteriors_vol13_10", "010"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_014_001", "archive_file": "archinteriors_vol_014_scene_001.rar", "asset_file": os.path.join("ArchInteriors_14_01", "Archinteriors_14_01"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_014_002", "archive_file": "archinteriors_vol_014_scene_002.rar", "asset_file": os.path.join("ArchInteriors_14_02", "Archinteriors_14_02"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_014_003", "archive_file": "archinteriors_vol_014_scene_003.rar", "asset_file": os.path.join("ArchInteriors_14_03", "Archinteriors_14_03"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_014_004", "archive_file": "archinteriors_vol_014_scene_004.rar", "asset_file": os.path.join("ArchInteriors_14_04", "Archinteriors_14_04"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_014_005", "archive_file": "archinteriors_vol_014_scene_005.rar", "asset_file": os.path.join("ArchInteriors_14_05", "Archinteriors_14_05"), "normalization_policy": "v2", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_014_006", "archive_file": "archinteriors_vol_014_scene_006.rar", "asset_file": os.path.join("ArchInteriors_14_06", "Archinteriors_14_06"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
# slightly bad lighting
# scenes.append({"name": "ai_014_007", "archive_file": "archinteriors_vol_014_scene_007.rar", "asset_file": os.path.join("ArchInteriors_14_07", "Archinteriors_14_07"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_014_008", "archive_file": "archinteriors_vol_014_scene_008.rar", "asset_file": os.path.join("ArchInteriors_14_08", "Archinteriors_14_08"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_014_009", "archive_file": "archinteriors_vol_014_scene_009.rar", "asset_file": os.path.join("ArchInteriors_14_09", "Archinteriors_14_09"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_014_010", "archive_file": "archinteriors_vol_014_scene_010.rar", "asset_file": os.path.join("ArchInteriors_14_10", "Archinteriors_14_10"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_015_001", "archive_file": "archinteriors_vol_015_scene_001.rar", "asset_file": os.path.join("001", "archinteriors15_1"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_015_002", "archive_file": "archinteriors_vol_015_scene_002.rar", "asset_file": os.path.join("002", "archinteriors15_2"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_015_003", "archive_file": "archinteriors_vol_015_scene_003.rar", "asset_file": os.path.join("003", "archinteriors15_3"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_015_004", "archive_file": "archinteriors_vol_015_scene_004.rar", "asset_file": os.path.join("004", "archinteriors15_4"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_015_005", "archive_file": "archinteriors_vol_015_scene_005.rar", "asset_file": os.path.join("005", "archinteriors15_5"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_015_006", "archive_file": "archinteriors_vol_015_scene_006.rar", "asset_file": os.path.join("006", "archinteriors15_6"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_015_007", "archive_file": "archinteriors_vol_015_scene_007.rar", "asset_file": os.path.join("007", "archinteriors15_7"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_015_008", "archive_file": "archinteriors_vol_015_scene_008.rar", "asset_file": os.path.join("008", "archinteriors15_8"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_015_009", "archive_file": "archinteriors_vol_015_scene_009.rar", "asset_file": os.path.join("009", "archinteriors15_9"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_015_010", "archive_file": "archinteriors_vol_015_scene_010.rar", "asset_file": os.path.join("010", "archinteriors15_10"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_016_001", "archive_file": "archinteriors_vol_016_scene_001.rar", "asset_file": os.path.join("01", "archinteriors16_1"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_016_002", "archive_file": "archinteriors_vol_016_scene_002.rar", "asset_file": os.path.join("02", "archinteriors16_2"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_016_003", "archive_file": "archinteriors_vol_016_scene_003.rar", "asset_file": os.path.join("03", "archinteriors_16_3"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_016_004", "archive_file": "archinteriors_vol_016_scene_004.rar", "asset_file": os.path.join("04", "archinteriors_16_4"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_016_005", "archive_file": "archinteriors_vol_016_scene_005.rar", "asset_file": os.path.join("05", "archinteriors_15_5"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_016_006", "archive_file": "archinteriors_vol_016_scene_006.rar", "asset_file": os.path.join("06", "archinteriors_16_6"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_016_007", "archive_file": "archinteriors_vol_016_scene_007.rar", "asset_file": os.path.join("07", "archinteriors_16_07"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_016_008", "archive_file": "archinteriors_vol_016_scene_008.rar", "asset_file": os.path.join("08", "archinteriors_16_08"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_016_009", "archive_file": "archinteriors_vol_016_scene_009.rar", "asset_file": os.path.join("09", "archinteriors_16_09"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_016_010", "archive_file": "archinteriors_vol_016_scene_010.rar", "asset_file": os.path.join("10", "archinteriors_16_10"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_017_001", "archive_file": "archinteriors_vol_017_scene_001.rar", "asset_file": os.path.join("archinteriors_vol_017_scene_001", "Archinteriors_17_01"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_017_002", "archive_file": "archinteriors_vol_017_scene_002.rar", "asset_file": os.path.join("archinteriors_vol_017_scene_002", "Archinteriors_17_02"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_017_003", "archive_file": "archinteriors_vol_017_scene_003.rar", "asset_file": os.path.join("archinteriors_vol_017_scene_003", "Archinteriors_17_03"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_017_004", "archive_file": "archinteriors_vol_017_scene_004.rar", "asset_file": os.path.join("archinteriors_vol_017_scene_004", "Archinteriors_17_04"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_017_005", "archive_file": "archinteriors_vol_017_scene_005.rar", "asset_file": os.path.join("archinteriors_vol_017_scene_005", "Archinteriors_17_05"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_017_006", "archive_file": "archinteriors_vol_017_scene_006.rar", "asset_file": os.path.join("archinteriors_vol_017_scene_006", "Archinteriors_17_06"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_017_007", "archive_file": "archinteriors_vol_017_scene_007.rar", "asset_file": os.path.join("archinteriors_vol_017_scene_007", "archinteriors17_07"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_017_008", "archive_file": "archinteriors_vol_017_scene_008.rar", "asset_file": os.path.join("archinteriors_vol_017_scene_008", "archinteriors17_08"), "normalization_policy": "v0", "scene_extent_meters": 50.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_017_009", "archive_file": "archinteriors_vol_017_scene_009.rar", "asset_file": os.path.join("archinteriors_vol_017_scene_009", "archinteriors17_09"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_017_010", "archive_file": "archinteriors_vol_017_scene_010.rar", "asset_file": os.path.join("archinteriors_vol_017_scene_010", "archinteriors17_10"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_018_001", "archive_file": "Archinteriors_vol_18_001.rar", "asset_file": os.path.join("001", "001"), "normalization_policy": "v2", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_018_002", "archive_file": "Archinteriors_vol_18_002.rar", "asset_file": os.path.join("002", "002"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_018_003", "archive_file": "Archinteriors_vol_18_003.rar", "asset_file": "Archinteriors_vol_18_003", "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_018_004", "archive_file": "Archinteriors_vol_18_004.rar", "asset_file": os.path.join("004", "004"), "normalization_policy": "v1", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_018_005", "archive_file": "Archinteriors_vol_18_005.rar", "asset_file": os.path.join("005", "005"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_018_006", "archive_file": "Archinteriors_vol_18_006.rar", "asset_file": os.path.join("006", "006"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_018_007", "archive_file": "Archinteriors_vol_18_007.rar", "asset_file": os.path.join("007", "007"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_018_008", "archive_file": "Archinteriors_vol_18_008.rar", "asset_file": os.path.join("008", "008"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_018_009", "archive_file": "Archinteriors_vol_18_009.rar", "asset_file": os.path.join("009", "009"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_018_010", "archive_file": "Archinteriors_vol_18_010.rar", "asset_file": os.path.join("010", "010"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_019_001", "archive_file": "Archinteriors_19_001.rar", "asset_file": os.path.join("001", "AI19_001"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_019_002", "archive_file": "Archinteriors_19_002.rar", "asset_file": os.path.join("002", "AI19_002"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_019_003", "archive_file": "Archinteriors_19_003.rar", "asset_file": os.path.join("003", "AI19_003"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_019_004", "archive_file": "Archinteriors_19_004.rar", "asset_file": os.path.join("004", "AI19_004"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
# generate_merged_gi_files.py is very slow
# scenes.append({"name": "ai_019_005", "archive_file": "Archinteriors_19_005.rar", "asset_file": os.path.join("005", "AI19_005"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_019_006", "archive_file": "Archinteriors_19_006.rar", "asset_file": os.path.join("006", "AI19_006"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_019_007", "archive_file": "Archinteriors_19_007.rar", "asset_file": os.path.join("007", "AI19_007"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_019_008", "archive_file": "Archinteriors_19_008.rar", "asset_file": os.path.join("008", "AI19_008"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_019_009", "archive_file": "Archinteriors_19_009.rar", "asset_file": os.path.join("009", "AI19_009"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
# generate_merged_gi_files.py is very slow
# scenes.append({"name": "ai_019_010", "archive_file": "Archinteriors_19_010.rar", "asset_file": os.path.join("010", "AI19_010"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
#
# Archinteriors volumes 20-29
#
# Archinteriors volume 20 is not distributed under the "Royalty Free Licence - All Extended Uses" license, so we exclude it
scenes.append({"name": "ai_021_001", "archive_file": "Archinteriors_21_01.rar", "asset_file": os.path.join("01", "01"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_021_002", "archive_file": "Archinteriors_21_02.rar", "asset_file": os.path.join("02", "02"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_021_003", "archive_file": "Archinteriors_21_03.rar", "asset_file": os.path.join("03", "03"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
# bad lighting
# scenes.append({"name": "ai_021_004", "archive_file": "Archinteriors_21_04.rar", "asset_file": os.path.join("04", "04"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
# generate_merged_gi_files.py is very slow
# scenes.append({"name": "ai_021_005", "archive_file": "Archinteriors_21_05.rar", "asset_file": os.path.join("05", "05"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
# bad lighting
# scenes.append({"name": "ai_021_006", "archive_file": "Archinteriors_21_06.rar", "asset_file": os.path.join("06", "06"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_021_007", "archive_file": "Archinteriors_21_07.rar", "asset_file": os.path.join("07", "07"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_021_008", "archive_file": "Archinteriors_21_08.rar", "asset_file": os.path.join("08", "08"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_021_009", "archive_file": "Archinteriors_21_09.rar", "asset_file": os.path.join("09", "09"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_021_010", "archive_file": "Archinteriors_21_10.rar", "asset_file": os.path.join("10", "10"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_022_001", "archive_file": "Archinteriors_22_01.rar", "asset_file": os.path.join("01", "01"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_022_002", "archive_file": "Archinteriors_22_02.rar", "asset_file": os.path.join("02", "02"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_022_003", "archive_file": "Archinteriors_22_03.rar", "asset_file": os.path.join("03", "03"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_022_004", "archive_file": "Archinteriors_22_04.rar", "asset_file": os.path.join("04", "04"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_022_005", "archive_file": "Archinteriors_22_05.rar", "asset_file": os.path.join("05", "05"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_022_006", "archive_file": "Archinteriors_22_06.rar", "asset_file": os.path.join("06", "06"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_022_007", "archive_file": "Archinteriors_22_07.rar", "asset_file": os.path.join("07", "07"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_022_008", "archive_file": "Archinteriors_22_08.rar", "asset_file": os.path.join("08", "08"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_022_009", "archive_file": "Archinteriors_22_09.rar", "asset_file": os.path.join("09", "09"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_022_010", "archive_file": "Archinteriors_22_10.rar", "asset_file": os.path.join("10", "10"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_023_001", "archive_file": "Archinteriors_23_01.part1.rar", "asset_file": os.path.join("01", "01"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_023_002", "archive_file": "Archinteriors_23_02.part1.rar", "asset_file": os.path.join("02", "02"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_023_003", "archive_file": "Archinteriors_23_03.part1.rar", "asset_file": os.path.join("03", "03"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_023_004", "archive_file": "Archinteriors_23_04.part1.rar", "asset_file": os.path.join("04", "04"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_023_005", "archive_file": "Archinteriors_23_05.part1.rar", "asset_file": os.path.join("05", "05"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_023_006", "archive_file": "Archinteriors_23_06.part1.rar", "asset_file": os.path.join("06", "06"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_023_007", "archive_file": "Archinteriors_23_07.rar", "asset_file": os.path.join("07", "07"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_023_008", "archive_file": "Archinteriors_23_08.part1.rar", "asset_file": os.path.join("08", "08"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_023_009", "archive_file": "Archinteriors_23_09.part1.rar", "asset_file": os.path.join("09", "09"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_023_010", "archive_file": "Archinteriors_23_10.part1.rar", "asset_file": os.path.join("10", "10"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_024_001", "archive_file": "Archinteriors24_001.rar", "asset_file": os.path.join("001", "Archinteriors_24_hall_001"), "normalization_policy": "v0", "scene_extent_meters": 50.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_024_002", "archive_file": "Archinteriors24_002.rar", "asset_file": os.path.join("002", "Archinteriors_24_hall_002"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_024_003", "archive_file": "Archinteriors24_003.rar", "asset_file": os.path.join("003", "Archinteriors_24_hall_003"), "normalization_policy": "v0", "scene_extent_meters": 80.0, "voxel_extent_meters": 0.2})
scenes.append({"name": "ai_024_004", "archive_file": "Archinteriors24_004.rar", "asset_file": os.path.join("004", "Archinteriors_24_hall_004"), "normalization_policy": "v0", "scene_extent_meters": 50.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_024_005", "archive_file": "Archinteriors24_005.rar", "asset_file": os.path.join("005", "Archinteriors_24_hall_005"), "normalization_policy": "v0", "scene_extent_meters": 80.0, "voxel_extent_meters": 0.2})
scenes.append({"name": "ai_024_006", "archive_file": "Archinteriors24_006.rar", "asset_file": os.path.join("006", "Archinteriors_024_hall_006"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_024_007", "archive_file": "Archinteriors24_007.rar", "asset_file": os.path.join("007", "Archinteriors_024_hall_007"), "normalization_policy": "v0", "scene_extent_meters": 50.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_024_008", "archive_file": "Archinteriors24_008.rar", "asset_file": os.path.join("008", "Archinteriors_024_hall_08"), "normalization_policy": "v0", "scene_extent_meters": 50.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_024_009", "archive_file": "Archinteriors24_009.rar", "asset_file": os.path.join("009", "Archinteriors_024_hall_009"), "normalization_policy": "v0", "scene_extent_meters": 150.0, "voxel_extent_meters": 0.5})
scenes.append({"name": "ai_024_010", "archive_file": "Archinteriors24_010.rar", "asset_file": os.path.join("010", "Archinteriors_24_hall_010_hall"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_024_011", "archive_file": "Archinteriors24_011.rar", "asset_file": os.path.join("011", "Archinteriors_24_hall_011_hall"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_024_012", "archive_file": "Archinteriors24_012.rar", "asset_file": os.path.join("012", "Archinteriors_24_hall_012_hall"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_024_013", "archive_file": "Archinteriors24_013.rar", "asset_file": os.path.join("013", "Archinteriors_24_hall_013_hall"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_024_014", "archive_file": "Archinteriors24_014.rar", "asset_file": os.path.join("014", "Archinteriors_24_hall_014_hall"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_024_015", "archive_file": "Archinteriors24_015.rar", "asset_file": os.path.join("015", "Archinteriors_24_hall_015_hall"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_024_016", "archive_file": "Archinteriors24_016.rar", "asset_file": os.path.join("016", "Archinteriors_24_hall_016_hall"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_024_017", "archive_file": "Archinteriors24_017.rar", "asset_file": os.path.join("017", "Archinteriors_24_hall_017_hall"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_024_018", "archive_file": "Archinteriors24_018.rar", "asset_file": os.path.join("018", "Archinteriors_24_hall_018_hall"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_024_019", "archive_file": "Archinteriors24_019.rar", "asset_file": os.path.join("019", "Archinteriors_24_hall_019_hall"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
# slightly bad lighting
# scenes.append({"name": "ai_024_020", "archive_file": "Archinteriors24_020.rar", "asset_file": os.path.join("020", "Archinteriors_24_hall_020_hall"), "normalization_policy": "v0", "scene_extent_meters": 50.0, "voxel_extent_meters": 0.1})
# Archinteriors volume 25 is not distributed under the "Royalty Free Licence - All Extended Uses" license, so we exclude it
scenes.append({"name": "ai_026_001", "archive_file": "Archinteriors_26_1.rar", "asset_file": os.path.join("Archinteriors_26_1", "Archinteriors_26_001"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_026_002", "archive_file": "Archinteriors_26_2.rar", "asset_file": os.path.join("Archinteriors_26_2", "Archinteriors_26_002"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_026_003", "archive_file": "Archinteriors_26_3.rar", "asset_file": os.path.join("Archinteriors_26_3", "Archinteriors_26_003"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_026_004", "archive_file": "Archinteriors_26_4.rar", "asset_file": os.path.join("Archinteriors_26_4", "Archinteriors_26_004"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_026_005", "archive_file": "Archinteriors_26_5.rar", "asset_file": os.path.join("Archinteriors_26_5", "Archinteriors_26_005"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_026_006", "archive_file": "Archinteriors_26_6.rar", "asset_file": os.path.join("Archinteriors_26_6", "Archinteriors_26_006"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_026_007", "archive_file": "Archinteriors_26_7.rar", "asset_file": os.path.join("Archinteriors_26_7", "Archinteriors_26_007"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_026_008", "archive_file": "Archinteriors_26_8.rar", "asset_file": os.path.join("Archinteriors_26_8", "Archinteriors_26_008"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_026_009", "archive_file": "Archinteriors_26_9.rar", "asset_file": os.path.join("Archinteriors_26_9", "Archinteriors_26_009"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
# generate_merged_gi_files.py is very slow
# scenes.append({"name": "ai_026_010", "archive_file": "Archinteriors_26_10.rar", "asset_file": os.path.join("Archinteriors_26_10", "Archinteriors_26_010"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_026_011", "archive_file": "Archinteriors_26_11.rar", "asset_file": os.path.join("Archinteriors_26_11", "Archinteriors_26_011"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_026_012", "archive_file": "Archinteriors_26_12.rar", "asset_file": os.path.join("Archinteriors_26_12", "Archinteriors_26_012"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_026_013", "archive_file": "Archinteriors_26_13.rar", "asset_file": os.path.join("Archinteriors_26_13", "Archinteriors_26_013"), "normalization_policy": "v0", "scene_extent_meters": 80.0, "voxel_extent_meters": 0.2})
scenes.append({"name": "ai_026_014", "archive_file": "Archinteriors_26_14.rar", "asset_file": os.path.join("Archinteriors_26_14", "Archinteriors_026_014"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_026_015", "archive_file": "Archinteriors_26_15.rar", "asset_file": os.path.join("Archinteriors_26_15", "Archinteriors_26_015"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_026_016", "archive_file": "Archinteriors_26_16.rar", "asset_file": os.path.join("Archinteriors_26_16", "Archinteriors_26_16"), "normalization_policy": "v0", "scene_extent_meters": 80.0, "voxel_extent_meters": 0.2})
scenes.append({"name": "ai_026_017", "archive_file": "Archinteriors_26_17.rar", "asset_file": os.path.join("Archinteriors_26_17", "Archinteriors_26_017"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_026_018", "archive_file": "Archinteriors_26_18.rar", "asset_file": os.path.join("Archinteriors_26_18", "Archinteriors_26_018"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_026_019", "archive_file": "Archinteriors_26_19.rar", "asset_file": os.path.join("Archinteriors_26_19", "Archinteriors_26_19"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_026_020", "archive_file": "Archinteriors_26_20.rar", "asset_file": os.path.join("Archinteriors_26_20", "Archinteriors_26_020"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_027_001", "archive_file": "Archinteriors_27_001.rar", "asset_file": os.path.join("Archinteriors_27_001", "AI_27_001_cam001_cam002_cam003"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
# crashes during export
# scenes.append({"name": "ai_027_002", "archive_file": "Archinteriors_27_002.rar", "asset_file": os.path.join("Archinteriors_27_002", "AI_027_002_cam001_cam002_cam003"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_027_003", "archive_file": "Archinteriors_27_003.rar", "asset_file": os.path.join("Archinteriors_27_003", "AI_27_003_cam001_cam002_cam003"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_027_004", "archive_file": "Archinteriors_27_004.rar", "asset_file": os.path.join("Archinteriors_27_004", "AI_27_004_cam001_cam002_cam003"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_027_005", "archive_file": "Archinteriors_27_005.rar", "asset_file": os.path.join("Archinteriors_27_005", "AI_27_005_cam001_cam002_cam003"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_027_006", "archive_file": "Archinteriors_27_006.rar", "asset_file": os.path.join("Archinteriors_27_006", "AI_27_006_cam001"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_027_007", "archive_file": "Archinteriors_27_007.rar", "asset_file": os.path.join("Archinteriors_27_007", "AI_27_07_cam001_cam002"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_027_008", "archive_file": "Archinteriors_27_008.rar", "asset_file": os.path.join("Archinteriors_27_008", "AI_027_008_cam001_cam002_cam004"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_027_009", "archive_file": "Archinteriors_27_009.rar", "asset_file": os.path.join("Archinteriors_27_009", "AI_27_009_cam001"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_027_010", "archive_file": "Archinteriors_27_010.rar", "asset_file": os.path.join("Archinteriors_27_010", "AI_27_10_cam001_cam002_cam003"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_028_001", "archive_file": "Archinteriors_28_001.rar", "asset_file": os.path.join("01", "AI28_01"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_028_002", "archive_file": "Archinteriors_28_002.rar", "asset_file": os.path.join("02", "AI28_02"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_028_003", "archive_file": "Archinteriors_28_003.rar", "asset_file": os.path.join("03", "AI28_03"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_028_004", "archive_file": "Archinteriors_28_004.rar", "asset_file": os.path.join("04", "AI28_04"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_028_005", "archive_file": "Archinteriors_28_005.rar", "asset_file": os.path.join("05", "AI28_05"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_028_006", "archive_file": "Archinteriors_28_006.rar", "asset_file": os.path.join("06", "AI28_06"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
# slightly bad lighting
# scenes.append({"name": "ai_028_007", "archive_file": "Archinteriors_28_007.rar", "asset_file": os.path.join("07", "AI28_07"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_028_008", "archive_file": "Archinteriors_28_008.rar", "asset_file": os.path.join("08", "AI28_08"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_028_009", "archive_file": "Archinteriors_28_009.rar", "asset_file": os.path.join("09", "AI28_09"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_028_010", "archive_file": "Archinteriors_28_010.rar", "asset_file": os.path.join("10", "AI28_10"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_029_001", "archive_file": "AI29_Scene_01.rar", "asset_file": os.path.join("Scene_01", "AI29_01_camera_1,2_ver2010"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_029_002", "archive_file": "AI29_Scene_02.rar", "asset_file": os.path.join("Scene_02", "AI29_02_camera_1,2,3_ver2010"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_029_003", "archive_file": "AI29_Scene_03.rar", "asset_file": os.path.join("Scene_03", "AI29_03_camera_1,2,3_ver2010"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_029_004", "archive_file": "AI29_Scene_04.rar", "asset_file": os.path.join("Scene_04", "AI29_04 v2010"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_029_005", "archive_file": "AI29_Scene_05.rar", "asset_file": os.path.join("Scene_05", "AI29_05 v2010"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
#
# Archinteriors volumes 30-39
#
scenes.append({"name": "ai_030_001", "archive_file": "AM30_Scene_001.rar", "asset_file": os.path.join("Scene_001", "AI30_001_camera_1_ver2010"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_030_002", "archive_file": "AM30_Scene_002.rar", "asset_file": os.path.join("Scene_002", "AI30_002_camera_1_2010"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_030_003", "archive_file": "AM30_Scene_003.rar", "asset_file": os.path.join("Scene_003", "AI30_003_camera_1_ver2010"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_030_004", "archive_file": "AM30_Scene_004.rar", "asset_file": os.path.join("Scene_004", "AI30_004_camera_1_ver2010"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_030_005", "archive_file": "AM30_Scene_005.rar", "asset_file": os.path.join("Scene_005", "AI30_005_camera_1_ver2010"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
# bad lighting
# scenes.append({"name": "ai_030_006", "archive_file": "AM30_Scene_006.rar", "asset_file": os.path.join("Scene_006", "AI30_006_camera_1_ver2010"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_030_007", "archive_file": "AM30_Scene_007.rar", "asset_file": os.path.join("Scene_007", "AI30_007_camera_1_ver2010"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_030_008", "archive_file": "AM30_Scene_008.rar", "asset_file": os.path.join("Scene_008", "AI30_008_camera1_ver2010"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_030_009", "archive_file": "AM30_Scene_009.rar", "asset_file": os.path.join("Scene_009", "AI30_009_camera_1_ver2010"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_030_010", "archive_file": "AM30_Scene_010.rar", "asset_file": os.path.join("Scene_010", "AI30_010_camera_1_ver2010"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_031_001", "archive_file": "Archinteriors_31_Scene_001.rar", "asset_file": os.path.join("Scene_001", "AI31_001"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
# generate_merged_gi_files.py is very slow
# scenes.append({"name": "ai_031_002", "archive_file": "Archinteriors_31_Scene_002.rar", "asset_file": os.path.join("Scene_002", "AI31_002"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_031_003", "archive_file": "Archinteriors_31_Scene_003.rar", "asset_file": os.path.join("Scene_003", "AI_003"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_031_004", "archive_file": "Archinteriors_31_Scene_004.rar", "asset_file": os.path.join("Scene_004", "AI31_004"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_031_005", "archive_file": "Archinteriors_31_Scene_005.rar", "asset_file": os.path.join("Scene_005", "AI31_005"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_031_006", "archive_file": "Archinteriors_31_Scene_006.rar", "asset_file": os.path.join("Scene_006", "AI31_006"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_031_007", "archive_file": "Archinteriors_31_Scene_007.rar", "asset_file": os.path.join("Scene_007", "AI31_007"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_031_008", "archive_file": "Archinteriors_31_Scene_008.rar", "asset_file": os.path.join("Scene_008", "AI31_008"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_031_009", "archive_file": "Archinteriors_31_Scene_009.rar", "asset_file": os.path.join("Scene_009", "AI31_009"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_031_010", "archive_file": "Archinteriors_31_Scene_010.rar", "asset_file": os.path.join("Scene_010", "AI31_010"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_032_001", "archive_file": "Archinteriors_32_Scene_001.rar", "asset_file": os.path.join("Scene_001", "AI32_001"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_032_002", "archive_file": "Archinteriors_32_Scene_002.rar", "asset_file": os.path.join("Scene_002", "AI32_002"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_032_003", "archive_file": "Archinteriors_32_Scene_003.rar", "asset_file": os.path.join("Scene_003", "AI32_003"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_032_004", "archive_file": "Archinteriors_32_Scene_004.rar", "asset_file": os.path.join("Scene_004", "AI32_004"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_032_005", "archive_file": "Archinteriors_32_Scene_005.rar", "asset_file": os.path.join("Scene_005", "AI32_005"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
# bad lighting
# scenes.append({"name": "ai_032_006", "archive_file": "Archinteriors_32_Scene_006.rar", "asset_file": os.path.join("Scene_006", "AI32_006"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_032_007", "archive_file": "Archinteriors_32_Scene_007.rar", "asset_file": os.path.join("Scene_007", "AI32_007"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_032_008", "archive_file": "Archinteriors_32_Scene_008.rar", "asset_file": os.path.join("Scene_008", "AM32_008"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_032_009", "archive_file": "Archinteriors_32_Scene_009.rar", "asset_file": os.path.join("Scene_009", "AI32_009"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
# runs out of memory when parsing obj
# scenes.append({"name": "ai_032_010", "archive_file": "Archinteriors_32_Scene_010.rar", "asset_file": os.path.join("Scene_010", "AI32_010"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_033_001", "archive_file": "AI33_Scene_001.rar", "asset_file": os.path.join("Scene_001", "AI33_001"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_033_002", "archive_file": "AI33_Scene_002.rar", "asset_file": os.path.join("Scene_002", "AI33_002"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
# crashes during export
# scenes.append({"name": "ai_033_003", "archive_file": "AI33_Scene_003.rar", "asset_file": os.path.join("Scene_003", "AI33_003"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_033_004", "archive_file": "AI33_Scene_004.rar", "asset_file": os.path.join("Scene_004", "AI33_004"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_033_005", "archive_file": "AI33_Scene_005.rar", "asset_file": os.path.join("Scene_005", "AI33_005"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
# generate_merged_gi_files.py is very slow
# scenes.append({"name": "ai_033_006", "archive_file": "AI33_Scene_006.rar", "asset_file": os.path.join("Scene_006", "AI33_006"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_033_007", "archive_file": "AI33_Scene_007.rar", "asset_file": os.path.join("Scene_007", "AI33_007"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_033_008", "archive_file": "AI33_Scene_008.rar", "asset_file": os.path.join("Scene_008", "AI33_008"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_033_009", "archive_file": "AI33_Scene_009.rar", "asset_file": os.path.join("Scene_009", "AI33_009"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_033_010", "archive_file": "AI33_Scene_010.rar", "asset_file": os.path.join("Scene_010", "AI33_010"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_034_001", "archive_file": "AI34_Scene_001.rar", "asset_file": os.path.join("Scene_001", "AI34_001"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_034_002", "archive_file": "AI34_Scene_002.rar", "asset_file": os.path.join("Scene_002", "AI34_002"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_034_003", "archive_file": "AI34_Scene_003.rar", "asset_file": os.path.join("Scene_003", "AI34_003"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
# generate_merged_gi_files.py is very slow
# scenes.append({"name": "ai_034_004", "archive_file": "AI34_Scene_004.rar", "asset_file": os.path.join("Scene_004", "AI34_004"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_034_005", "archive_file": "AI34_Scene_005.rar", "asset_file": os.path.join("Scene_005", "AI34_005"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_035_001", "archive_file": "AI35_Scene_001.rar", "asset_file": os.path.join("Scene_001", "AI35_001"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_035_002", "archive_file": "AI35_Scene_002.rar", "asset_file": os.path.join("Scene_002", "AI35_002"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_035_003", "archive_file": "AI35_Scene_003.rar", "asset_file": os.path.join("Scene_003", "AI35_003"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_035_004", "archive_file": "AI35_Scene_004.rar", "asset_file": os.path.join("Scene_004", "AI35_004"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_035_005", "archive_file": "AI35_Scene_005.rar", "asset_file": os.path.join("Scene_005", "AI35_005"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_035_006", "archive_file": "AI35_Scene_006.rar", "asset_file": os.path.join("Scene_006", "AI35_006"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_035_007", "archive_file": "AI35_Scene_007.rar", "asset_file": os.path.join("Scene_007", "AI35_007"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_035_008", "archive_file": "AI35_Scene_008.rar", "asset_file": os.path.join("Scene_008", "AI35_008"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_035_009", "archive_file": "AI35_Scene_009.rar", "asset_file": os.path.join("Scene_009", "AI35_009"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_035_010", "archive_file": "AI35_Scene_010.rar", "asset_file": os.path.join("Scene_010", "AI35_010"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_036_001", "archive_file": "AI36_Scene_001.rar", "asset_file": os.path.join("Scene_001", "AI36_001"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_036_002", "archive_file": "AI36_Scene_002.rar", "asset_file": os.path.join("Scene_002", "AI36_002"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_036_003", "archive_file": "AI36_Scene_003.rar", "asset_file": os.path.join("Scene_003", "AI36_003_2011"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
# crashes during export
# scenes.append({"name": "ai_036_004", "archive_file": "AI36_Scene_004.rar", "asset_file": os.path.join("Scene_004", "AI36_004"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_036_005", "archive_file": "AI36_Scene_005.rar", "asset_file": os.path.join("Scene_005", "AI36_005"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_036_006", "archive_file": "AI36_Scene_006.rar", "asset_file": os.path.join("Scene_006", "AI36_006"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_036_007", "archive_file": "AI36_Scene_007.rar", "asset_file": os.path.join("Scene_007", "AI36_007"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_036_008", "archive_file": "AI36_Scene_008.rar", "asset_file": os.path.join("Scene_008", "AI36_008"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_036_009", "archive_file": "AI36_Scene_009.rar", "asset_file": os.path.join("Scene_009", "AI36_009"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_036_010", "archive_file": "AI36_Scene_010.rar", "asset_file": os.path.join("Scene_010", "AI36_010"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_037_001", "archive_file": "AI37_Scene_001.rar", "asset_file": os.path.join("Scene_001", "AI37_001"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_037_002", "archive_file": "AI37_Scene_002.rar", "asset_file": os.path.join("Scene_002", "AI37_002"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_037_003", "archive_file": "AI37_Scene_003.rar", "asset_file": os.path.join("Scene_003", "AI37_003"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_037_004", "archive_file": "AI37_Scene_004.rar", "asset_file": os.path.join("Scene_004", "AI37_004"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_037_005", "archive_file": "AI37_Scene_005.rar", "asset_file": os.path.join("Scene_005", "AI37_005"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_037_006", "archive_file": "AI37_Scene_006.rar", "asset_file": os.path.join("Scene_006", "AI37_006"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_037_007", "archive_file": "AI37_Scene_007.rar", "asset_file": os.path.join("Scene_007", "AI37_007"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_037_008", "archive_file": "AI37_Scene_008.rar", "asset_file": os.path.join("Scene_008", "AI37_008"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_037_009", "archive_file": "AI37_Scene_009.rar", "asset_file": os.path.join("Scene_009", "AI37_009"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_037_010", "archive_file": "AI37_Scene_010.rar", "asset_file": os.path.join("Scene_010", "AI37_010"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_038_001", "archive_file": "AI38_Scene_001.rar", "asset_file": os.path.join("Scene_001", "AI38_001"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_038_002", "archive_file": "AI38_Scene_002.rar", "asset_file": os.path.join("Scene_002", "AI38_002"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_038_003", "archive_file": "AI38_Scene_003.rar", "asset_file": os.path.join("Scene_003", "AI38_003"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_038_004", "archive_file": "AI38_Scene_004.rar", "asset_file": os.path.join("Scene_004", "AI38_004"), "normalization_policy": "v0", "scene_extent_meters": 300.0, "voxel_extent_meters": 1.0})
scenes.append({"name": "ai_038_005", "archive_file": "AI38_Scene_005.rar", "asset_file": os.path.join("Scene_005", "AI38_005"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_038_006", "archive_file": "AI38_Scene_006.rar", "asset_file": os.path.join("Scene_006", "AI38_006"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_038_007", "archive_file": "AI38_Scene_007.rar", "asset_file": os.path.join("Scene_007", "AI38_007"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
# crashes during export
# scenes.append({"name": "ai_038_008", "archive_file": "AI38_Scene_008.rar", "asset_file": os.path.join("Scene_008", "AI38_008"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_038_009", "archive_file": "AI38_Scene_009.rar", "asset_file": os.path.join("Scene_009", "AI38_009"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_038_010", "archive_file": "AI38_Scene_010.rar", "asset_file": os.path.join("Scene_010", "AI_38_010"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_039_001", "archive_file": "AI39_Scene_001.rar", "asset_file": os.path.join("Scene_001", "AI39_001"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_039_002", "archive_file": "AI39_Scene_002.rar", "asset_file": os.path.join("Scene_002", "AI39_002"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_039_003", "archive_file": "AI39_Scene_003.rar", "asset_file": os.path.join("Scene_003", "AI39_003"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_039_004", "archive_file": "AI39_Scene_004.rar", "asset_file": os.path.join("Scene_004", "AI39_004"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_039_005", "archive_file": "AI39_Scene_005.rar", "asset_file": os.path.join("Scene_005", "AI39_005"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_039_006", "archive_file": "AI39_Scene_006.rar", "asset_file": os.path.join("Scene_006", "AI39_006"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_039_007", "archive_file": "AI39_Scene_007.rar", "asset_file": os.path.join("Scene_007", "AI39_007"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_039_008", "archive_file": "AI39_Scene_008.rar", "asset_file": os.path.join("Scene_008", "AI39_008"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_039_009", "archive_file": "AI39_Scene_009.rar", "asset_file": os.path.join("Scene_009", "AI39_009"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_039_010", "archive_file": "AI39_Scene_010.rar", "asset_file": os.path.join("Scene_010", "AI39_010"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
#
# Archinteriors volumes 40-49
#
# Archinteriors volume 40 is not distributed under the "Royalty Free Licence - All Extended Uses" license, so we exclude it
scenes.append({"name": "ai_041_001", "archive_file": "AI41_Scene_001.rar", "asset_file": os.path.join("Scene_001", "AI41_001"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_041_002", "archive_file": "AI41_Scene_002.rar", "asset_file": os.path.join("Scene_002", "AI41_002"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_041_003", "archive_file": "AI41_Scene_003.part1.rar", "asset_file": os.path.join("Scene_003", "AI41_003"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_041_004", "archive_file": "AI41_Scene_004.rar", "asset_file": os.path.join("Scene_004", "AI41_004"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_041_005", "archive_file": "AI41_Scene_005.rar", "asset_file": os.path.join("Scene_005", "AI41_005"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_041_006", "archive_file": "AI41_Scene_006.rar", "asset_file": os.path.join("Scene_006", "AI41_006"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_041_007", "archive_file": "AI41_Scene_007.rar", "asset_file": os.path.join("Scene_007", "AI41_007"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_041_008", "archive_file": "AI41_Scene_008.rar", "asset_file": os.path.join("Scene_008", "AI41_008"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_041_009", "archive_file": "AI41_Scene_009.rar", "asset_file": os.path.join("Scene_009", "AI41_009"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_041_010", "archive_file": "AI41_Scene_010.part1.rar", "asset_file": os.path.join("Scene_010", "AI41_010"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_042_001", "archive_file": "AI42_Scene_001.rar", "asset_file": os.path.join("Scene_001", "AI42_001"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_042_002", "archive_file": "AI42_Scene_002.rar", "asset_file": os.path.join("Scene_002", "AI42_002"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_042_003", "archive_file": "AI42_Scene_003.rar", "asset_file": os.path.join("Scene_003", "AI42_003"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_042_004", "archive_file": "AI42_Scene_004.rar", "asset_file": os.path.join("Scene_004", "AI42_004"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_042_005", "archive_file": "AI42_Scene_005.rar", "asset_file": os.path.join("Scene_005", "AI42_005"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
# crashes during export
# scenes.append({"name": "ai_043_001", "archive_file": "AI43_001.rar", "asset_file": os.path.join("001", "AI43_001"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_043_002", "archive_file": "AI43_002.rar", "asset_file": os.path.join("002", "AI43_002"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_043_003", "archive_file": "AI43_003.rar", "asset_file": os.path.join("003", "AE43_003"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_043_004", "archive_file": "AI43_004.rar", "asset_file": os.path.join("004", "AI43_004"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_043_005", "archive_file": "AI43_005.rar", "asset_file": os.path.join("005", "AI43_005"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_043_006", "archive_file": "AI43_006.rar", "asset_file": os.path.join("006", "AI43_006"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_043_007", "archive_file": "AI43_007.rar", "asset_file": os.path.join("007", "AI43_007"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_043_008", "archive_file": "AI43_008.rar", "asset_file": os.path.join("008", "AI43_008"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_043_009", "archive_file": "AI43_009.rar", "asset_file": os.path.join("009", "AI43_009"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_043_010", "archive_file": "AI43_010.rar", "asset_file": os.path.join("010", "AI43_010"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_044_001", "archive_file": "AI44_Scene_001.rar", "asset_file": os.path.join("Scene_001", "AI44_001"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_044_002", "archive_file": "AI44_Scene_002.rar", "asset_file": os.path.join("Scene_002", "AI44_002"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_044_003", "archive_file": "AI44_Scene_003.part1.rar", "asset_file": os.path.join("Scene_003", "AI44_003"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_044_004", "archive_file": "AI44_Scene_004.rar", "asset_file": os.path.join("Scene_004", "AI44_004"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_044_005", "archive_file": "AI44_Scene_005.rar", "asset_file": os.path.join("Scene_005", "AI44_005"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_044_006", "archive_file": "AI44_Scene_006.rar", "asset_file": os.path.join("Scene_006", "AI44_006"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_044_007", "archive_file": "AI44_Scene_007.rar", "asset_file": os.path.join("Scene_007", "AI44_007"), "normalization_policy": "v0", "scene_extent_meters": 70.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_044_008", "archive_file": "AI44_Scene_008.rar", "asset_file": os.path.join("Scene_008", "AI44_008"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_044_009", "archive_file": "AI44_Scene_009.rar", "asset_file": os.path.join("Scene_009", "AI44_009"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_044_010", "archive_file": "AI44_Scene_010.rar", "asset_file": os.path.join("Scene_010", "AI44_010"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_045_001", "archive_file": "AI45_Scene_001.part1.rar", "asset_file": os.path.join("Scene_001", "AI45_001"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
# crashes during export
# scenes.append({"name": "ai_045_002", "archive_file": "AI45_Scene_002.rar", "asset_file": os.path.join("Scene_002", "AI45_002"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
# crashes during export
# scenes.append({"name": "ai_045_003", "archive_file": "AI45_Scene_003.rar", "asset_file": os.path.join("Scene_003", "AI45_003"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_045_004", "archive_file": "AI45_Scene_004.part1.rar", "asset_file": os.path.join("Scene_004", "AI45_004"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_045_005", "archive_file": "AI45_Scene_005.rar", "asset_file": os.path.join("Scene_005", "AI45_005"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_045_006", "archive_file": "AI45_Scene_006.rar", "asset_file": os.path.join("Scene_006", "AI45_006"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
# crashes during export
# scenes.append({"name": "ai_045_007", "archive_file": "AI45_Scene_007.part1.rar", "asset_file": os.path.join("Scene_007", "AI45_007"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_045_008", "archive_file": "AI45_Scene_008.part1.rar", "asset_file": os.path.join("Scene_008", "AI45_008"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
# crashes during export
# scenes.append({"name": "ai_045_009", "archive_file": "AI45_Scene_009.part1.rar", "asset_file": os.path.join("Scene_009", "AI45_009"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_045_010", "archive_file": "AI45_Scene_010.rar", "asset_file": os.path.join("Scene_010", "AI45_010"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_046_001", "archive_file": "AI46_Scene_001.rar", "asset_file": os.path.join("001", "AI46_001"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_046_002", "archive_file": "AI46_Scene_002.rar", "asset_file": os.path.join("002", "AI46_002"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_046_003", "archive_file": "AI46_Scene_003.rar", "asset_file": os.path.join("003", "AI46_003"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_046_004", "archive_file": "AI46_Scene_004.rar", "asset_file": os.path.join("004", "AI46_004"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_046_005", "archive_file": "AI46_Scene_005.rar", "asset_file": os.path.join("005", "AI46_005"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_046_006", "archive_file": "AI46_Scene_006.rar", "asset_file": os.path.join("006", "AI46_006"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_046_007", "archive_file": "AI46_Scene_007.rar", "asset_file": os.path.join("007", "AI46_007"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_046_008", "archive_file": "AI46_Scene_008.rar", "asset_file": os.path.join("008", "AI46_008"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_046_009", "archive_file": "AI46_Scene_009.rar", "asset_file": os.path.join("009", "AI46_009"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
# crashes during export
# scenes.append({"name": "ai_046_010", "archive_file": "AI46_Scene_010.rar", "asset_file": os.path.join("010", "AI46_010"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_047_001", "archive_file": "AI47_001.rar", "asset_file": os.path.join("001", "AI47_001"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_047_002", "archive_file": "AI47_002.rar", "asset_file": os.path.join("002", "AI47_002"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_047_003", "archive_file": "AI47_003.rar", "asset_file": os.path.join("003", "AI47_003"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_047_004", "archive_file": "AI47_004.rar", "asset_file": os.path.join("004", "AI47_004"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_047_005", "archive_file": "AI47_005.rar", "asset_file": os.path.join("005", "AI47_005"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_047_006", "archive_file": "AI47_006.rar", "asset_file": os.path.join("006", "AI47_006"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_047_007", "archive_file": "AI47_007.rar", "asset_file": os.path.join("007", "AI47_007"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_047_008", "archive_file": "AI47_008.rar", "asset_file": os.path.join("008", "AI47_008"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_047_009", "archive_file": "AI47_009.rar", "asset_file": os.path.join("009", "AI47_009"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
# crashes during export
# scenes.append({"name": "ai_047_010", "archive_file": "AI47_010.rar", "asset_file": os.path.join("010", "AI47_010"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_048_001", "archive_file": "Ai48_001.7z", "asset_file": os.path.join("001", "AI48_001"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_048_002", "archive_file": "Ai48_002.7z", "asset_file": os.path.join("002", "AI48_002"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_048_003", "archive_file": "Ai48_003.7z.001", "asset_file": os.path.join("003", "AI48_003"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_048_004", "archive_file": "Ai48_004.7z", "asset_file": os.path.join("004", "AI48_004"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_048_005", "archive_file": "Ai48_005.7z", "asset_file": os.path.join("005", "AI48_005"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_048_006", "archive_file": "Ai48_006.7z.001", "asset_file": os.path.join("006", "AI48_006"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_048_007", "archive_file": "Ai48_007.7z.001", "asset_file": os.path.join("007", "AI48_007"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_048_008", "archive_file": "Ai48_008.7z", "asset_file": os.path.join("008", "AI48_008"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_048_009", "archive_file": "Ai48_009.7z", "asset_file": os.path.join("009", "AI48_009"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_048_010", "archive_file": "Ai48_010.7z", "asset_file": os.path.join("010", "AI48_010"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
# Archinteriors volume 49 appears to consist mostly of isolated objects rather than scenes, so we exclude it
#
# Archinteriors volumes 50-59
#
scenes.append({"name": "ai_050_001", "archive_file": "AI50_001.7z", "asset_file": os.path.join("001", "AI50_001"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_050_002", "archive_file": "AI50_002.7z", "asset_file": os.path.join("002", "AI50_002"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_050_003", "archive_file": "AI50_003.7z", "asset_file": os.path.join("003", "AI50_003"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_050_004", "archive_file": "AI50_004.7z", "asset_file": os.path.join("004", "AI50_004"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_050_005", "archive_file": "AI50_005.7z", "asset_file": os.path.join("005", "AI50_005"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_051_001", "archive_file": "AI51_001.7z", "asset_file": os.path.join("001", "AI51_001"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_051_002", "archive_file": "AI51_002.7z", "asset_file": os.path.join("002", "AI51_002"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_051_003", "archive_file": "AI51_003.7z.001", "asset_file": os.path.join("003", "AI51_003"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_051_004", "archive_file": "AI51_004.7z.001", "asset_file": os.path.join("004", "AI51_004"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_051_005", "archive_file": "AI51_005.7z.001", "asset_file": os.path.join("005", "AI51_005"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_052_001", "archive_file": "AI52_001.7z.001", "asset_file": os.path.join("001", "AI52_001"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_052_002", "archive_file": "AI52_002.7z.001", "asset_file": os.path.join("002", "AI52_002"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_052_003", "archive_file": "AI52_003.7z.001", "asset_file": os.path.join("003", "AI52_003"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_052_004", "archive_file": "AI52_004.7z.001", "asset_file": os.path.join("004", "AI52_004"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_052_005", "archive_file": "AI52_005.7z.001", "asset_file": os.path.join("005", "AI52_005"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_052_006", "archive_file": "AI52_006.7z.001", "asset_file": os.path.join("006", "AI52_006"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_052_007", "archive_file": "AI52_007.7z.001", "asset_file": os.path.join("007", "AI52_007"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_052_008", "archive_file": "AI52_008.7z.001", "asset_file": os.path.join("008", "AI52_008"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_052_009", "archive_file": "AI52_009.7z.001", "asset_file": os.path.join("009", "AI52_009"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_052_010", "archive_file": "AI52_010.7z.001", "asset_file": os.path.join("010", "AI52_010"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_053_001", "archive_file": "AI53_001.7z", "asset_file": os.path.join("AI53_001", "AI53_001"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_053_002", "archive_file": "AI53_002.7z", "asset_file": os.path.join("AI53_002", "AI53_002"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_053_003", "archive_file": "AI53_003.7z", "asset_file": os.path.join("AI53_003", "AI53_003"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_053_004", "archive_file": "AI53_004.7z", "asset_file": os.path.join("AI53_004", "AI53_004"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_053_005", "archive_file": "AI53_005.7z", "asset_file": os.path.join("AI53_005", "AI53_005"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_053_006", "archive_file": "AI53_006.7z", "asset_file": os.path.join("AI53_006", "AI53_006"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_053_007", "archive_file": "AI53_007.7z", "asset_file": os.path.join("AI53_007", "AI53_007"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_053_008", "archive_file": "AI53_008.7z", "asset_file": os.path.join("AI53_008", "AI53_008"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_053_009", "archive_file": "AI53_009.7z", "asset_file": os.path.join("AI53_009", "AI53_009"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_053_010", "archive_file": "AI53_010.7z", "asset_file": os.path.join("AI53_010", "AI53_010"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_053_011", "archive_file": "AI53_011.7z", "asset_file": os.path.join("AI53_011", "AI53_011"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_053_012", "archive_file": "AI53_012.7z", "asset_file": os.path.join("AI53_012", "AI53_012"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_053_013", "archive_file": "AI53_013.7z", "asset_file": os.path.join("AI53_013", "AI53_013"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_053_014", "archive_file": "AI53_014.7z", "asset_file": os.path.join("AI53_014", "AI53_014"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_053_015", "archive_file": "AI53_015.7z", "asset_file": os.path.join("AI53_015", "AI53_015"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_053_016", "archive_file": "AI53_016.7z", "asset_file": os.path.join("AI53_016", "AI53_016"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_053_017", "archive_file": "AI53_017.7z", "asset_file": os.path.join("AI53_017", "AI53_017"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_053_018", "archive_file": "AI53_018.7z", "asset_file": os.path.join("AI53_018", "AI53_018"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_053_019", "archive_file": "AI53_019.7z", "asset_file": os.path.join("AI53_019", "AI53_019"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_053_020", "archive_file": "AI53_020.7z", "asset_file": os.path.join("AI53_020", "AI53_020"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_054_001", "archive_file": "AI54_001.7z.001", "asset_file": os.path.join("001", "AI54_001"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_054_002", "archive_file": "AI54_002.7z.001", "asset_file": os.path.join("002", "AI54_002"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_054_003", "archive_file": "AI54_003.7z.001", "asset_file": os.path.join("003", "AI54_003"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_054_004", "archive_file": "AI54_004.7z.001", "asset_file": os.path.join("004", "AI54_004"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_054_005", "archive_file": "AI54_005.7z.001", "asset_file": os.path.join("005", "AI54_005"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_054_006", "archive_file": "AI54_006.7z.001", "asset_file": os.path.join("006", "AI54_006"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_054_007", "archive_file": "AI54_007.7z.001", "asset_file": os.path.join("007", "AI54_007"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_054_008", "archive_file": "AI54_008.7z.001", "asset_file": os.path.join("008", "AI54_008"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_054_009", "archive_file": "AI54_009.7z.001", "asset_file": os.path.join("009", "AI54_009"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_054_010", "archive_file": "AI54_010.7z.001", "asset_file": os.path.join("010", "AI54_010"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_055_001", "archive_file": "AI55_001.7z.001", "asset_file": os.path.join("001", "AI55_001"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_055_002", "archive_file": "AI55_002.7z.001", "asset_file": os.path.join("002", "AI55_002"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_055_003", "archive_file": "AI55_003.7z.001", "asset_file": os.path.join("003", "AI55_003"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_055_004", "archive_file": "AI55_004.7z.001", "asset_file": os.path.join("004", "AI55_004"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_055_005", "archive_file": "AI55_005.7z.001", "asset_file": os.path.join("005", "AI55_005"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_055_006", "archive_file": "AI55_006.7z.001", "asset_file": os.path.join("006", "AI55_006"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_055_007", "archive_file": "AI55_007.7z.001", "asset_file": os.path.join("007", "AI55_007"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_055_008", "archive_file": "AI55_008.7z.001", "asset_file": os.path.join("008", "AI55_008"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_055_009", "archive_file": "AI55_009.7z.001", "asset_file": os.path.join("009", "AI55_009"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
scenes.append({"name": "ai_055_010", "archive_file": "AI55_010.7z.001", "asset_file": os.path.join("010", "AI55_010"), "normalization_policy": "v0", "scene_extent_meters": 30.0, "voxel_extent_meters": 0.1})
| [
2,
466,
407,
1330,
279,
2645,
397,
11,
780,
428,
2393,
743,
761,
284,
307,
9639,
422,
11361,
12493,
326,
836,
470,
6646,
423,
1895,
284,
279,
2645,
397,
198,
2,
422,
279,
2645,
397,
1330,
1635,
198,
198,
11748,
28686,
628,
198,
198,
28123,
796,
17635,
628,
198,
198,
2,
198,
2,
5579,
3849,
12706,
15343,
3571,
12,
2931,
198,
2,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
8298,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
16,
62,
8298,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
486,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
8298,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
16,
62,
21601,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
2999,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
8298,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
16,
62,
11245,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
3070,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
8298,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
16,
62,
22914,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
3023,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
16,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
8298,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
16,
62,
22544,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
2713,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
8298,
62,
28041,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
16,
62,
28041,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
3312,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
8298,
62,
25816,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
16,
62,
25816,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
2998,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
8298,
62,
25257,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
16,
62,
25257,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
2919,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
8298,
62,
28694,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
16,
62,
28694,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
2931,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
8298,
62,
20943,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
16,
62,
20943,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
940,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
21601,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
17,
62,
8298,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
21601,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
17,
62,
21601,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
21601,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
16,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
21601,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
17,
62,
11245,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
11245,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
21601,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
17,
62,
22914,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
22914,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
16,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
21601,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
17,
62,
22544,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
22544,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
21601,
62,
28041,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
17,
62,
28041,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
28041,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
16,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
21601,
62,
25816,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
17,
62,
25816,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
25816,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
16,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
21601,
62,
25257,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
17,
62,
25257,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
25257,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
21601,
62,
28694,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
17,
62,
28694,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
28694,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
16,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
21601,
62,
20943,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
17,
62,
20943,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
20943,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
11245,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
18,
62,
486,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
486,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
16,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
11245,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
18,
62,
2999,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
2999,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
16,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
11245,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
18,
62,
3070,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
3070,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
11245,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
18,
62,
3023,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
3023,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
11245,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
18,
62,
2713,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
2713,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
11245,
62,
28041,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
18,
62,
3312,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
3312,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
16,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
11245,
62,
25816,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
18,
62,
2998,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
2998,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
16,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
11245,
62,
25257,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
18,
62,
2919,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
2919,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
16,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
11245,
62,
28694,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
18,
62,
2931,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
2931,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
16,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
11245,
62,
20943,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
18,
62,
940,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
940,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
16,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
22914,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
19,
62,
8298,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
16,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
22914,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
19,
62,
21601,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
21601,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
16,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
22914,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
19,
62,
11245,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
11245,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
22914,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
19,
62,
22914,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
22914,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
16,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
22914,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
19,
62,
22544,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
22544,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
22914,
62,
28041,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
19,
62,
28041,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
28041,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
16,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
22914,
62,
25816,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
19,
62,
25816,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
25816,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
22914,
62,
25257,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
19,
62,
25257,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
25257,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
16,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
22914,
62,
28694,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
19,
62,
28694,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
28694,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
16,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
22914,
62,
20943,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
19,
62,
20943,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
20943,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
16,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
22544,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
20,
62,
8298,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
6173,
39267,
5534,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
17,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
2,
2089,
12019,
198,
2,
8188,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
22544,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
20,
62,
21601,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
6173,
39267,
7816,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
17,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
22544,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
20,
62,
11245,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
6173,
39267,
7643,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
17,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
22544,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
20,
62,
22914,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
6173,
39267,
8702,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
17,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
22544,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
20,
62,
22544,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
6173,
39267,
8870,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
22544,
62,
28041,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
20,
62,
28041,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
6173,
39267,
9130,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
17,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
22544,
62,
25816,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
20,
62,
25816,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
6173,
39267,
8753,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
17,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
22544,
62,
25257,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
20,
62,
25257,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
6173,
39267,
8487,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
22544,
62,
28694,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
20,
62,
28694,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
6173,
39267,
7769,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
17,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
22544,
62,
20943,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
20,
62,
20943,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
6173,
39267,
838,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
17,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
28041,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
21,
62,
8298,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
16,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
28041,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
21,
62,
21601,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
21601,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
17,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
28041,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
21,
62,
11245,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
11245,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
16,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
28041,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
21,
62,
22914,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
22914,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
16,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
2,
4622,
2089,
12019,
198,
2,
8188,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
28041,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
21,
62,
22544,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
22544,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
17,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
28041,
62,
28041,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
21,
62,
28041,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
28041,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
17,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
28041,
62,
25816,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
21,
62,
25816,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
25816,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
17,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
28041,
62,
25257,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
21,
62,
25257,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
25257,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
17,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
28041,
62,
28694,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
21,
62,
28694,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
28694,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
17,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
28041,
62,
20943,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
21,
62,
20943,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
20943,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
17,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
25816,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
22,
62,
486,
13,
49,
1503,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
486,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
17,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
25816,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
22,
62,
2999,
13,
49,
1503,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
2999,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
17,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
2,
2089,
12019,
198,
2,
8188,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
25816,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
22,
62,
3070,
13,
49,
1503,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
3070,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
17,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
25816,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
22,
62,
3023,
13,
49,
1503,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
3023,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
17,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
25816,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
22,
62,
2713,
13,
49,
1503,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
2713,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
17,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
25816,
62,
28041,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
22,
62,
3312,
13,
49,
1503,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
3312,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
17,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
25816,
62,
25816,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
22,
62,
2998,
13,
49,
1503,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
2998,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
17,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
25816,
62,
25257,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
22,
62,
2919,
13,
49,
1503,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
2919,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
17,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
25816,
62,
28694,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
22,
62,
2931,
13,
49,
1503,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
2931,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
17,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
25816,
62,
20943,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
22,
62,
940,
13,
49,
1503,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
940,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
16,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
25257,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
23,
62,
486,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
486,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
25257,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
23,
62,
2999,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
2999,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
16,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
25257,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
23,
62,
3070,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
3070,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
25257,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
23,
62,
3023,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
3023,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
25257,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
23,
62,
2713,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
2713,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
25257,
62,
28041,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
23,
62,
3312,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
3312,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
16,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
25257,
62,
25816,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
23,
62,
2998,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
2998,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
25257,
62,
25257,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
23,
62,
2919,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
2919,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
25257,
62,
28694,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
23,
62,
2931,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
2931,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
17,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
25257,
62,
20943,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
23,
62,
940,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
20943,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
28694,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
24,
62,
6173,
39267,
5534,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
6173,
39267,
5534,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
28694,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
24,
62,
6173,
39267,
7816,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
6173,
39267,
7816,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
17,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
28694,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
24,
62,
6173,
39267,
7643,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
6173,
39267,
7643,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
17,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
28694,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
24,
62,
6173,
39267,
8702,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
6173,
39267,
8702,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
16,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
28694,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
24,
62,
6173,
39267,
8870,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
6173,
39267,
8870,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
17,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
28694,
62,
28041,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
24,
62,
6173,
39267,
9130,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
6173,
39267,
9130,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
17,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
28694,
62,
25816,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
24,
62,
6173,
39267,
8753,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
6173,
39267,
8753,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
28694,
62,
25257,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
24,
62,
6173,
39267,
8487,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
6173,
39267,
8487,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
17,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
28694,
62,
28694,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
24,
62,
6173,
39267,
7769,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
6173,
39267,
7769,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
17,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
2,
18616,
4049,
1141,
10784,
25,
37423,
20435,
1165,
1263,
4532,
2134,
12,
9888,
198,
2,
8188,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
28694,
62,
20943,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
24,
62,
6173,
39267,
838,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
6173,
39267,
838,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
628,
198,
198,
2,
198,
2,
5579,
3849,
12706,
15343,
838,
12,
1129,
198,
2,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
20943,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
940,
62,
8298,
13,
49,
1503,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
20943,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
940,
62,
21601,
13,
49,
1503,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
21601,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
20943,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
940,
62,
11245,
13,
49,
1503,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
11245,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
20943,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
940,
62,
22914,
13,
49,
1503,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
22914,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
20943,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
940,
62,
22544,
13,
49,
1503,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
22544,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
20943,
62,
28041,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
940,
62,
28041,
13,
49,
1503,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
28041,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
20943,
62,
25816,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
940,
62,
25816,
13,
49,
1503,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
25816,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
16,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
20943,
62,
25257,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
940,
62,
25257,
13,
49,
1503,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
25257,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
16,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
20943,
62,
28694,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
940,
62,
28694,
13,
49,
1503,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
28694,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
16,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
2,
2089,
12019,
198,
2,
8188,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
20943,
62,
20943,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
940,
62,
20943,
13,
49,
1503,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
20943,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
28555,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
1157,
62,
486,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
486,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
2,
18616,
4049,
1141,
10784,
25,
37423,
20435,
1165,
1263,
4532,
2134,
12,
9888,
198,
2,
8188,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
28555,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
1157,
62,
2999,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
2999,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
28555,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
1157,
62,
3070,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
3070,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
28555,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
1157,
62,
3023,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
3023,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
28555,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
1157,
62,
2713,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
2713,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
28555,
62,
28041,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
1157,
62,
3312,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
3312,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
28555,
62,
25816,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
1157,
62,
2998,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
2998,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
28555,
62,
25257,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
1157,
62,
2919,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
2919,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
28555,
62,
28694,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
1157,
62,
2931,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
2931,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
28555,
62,
20943,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
1157,
62,
940,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
940,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
16,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
30206,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
30206,
62,
29734,
62,
8298,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
9492,
12706,
62,
1065,
62,
486,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
9492,
12706,
62,
1065,
62,
486,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
17,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
30206,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
30206,
62,
29734,
62,
21601,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
9492,
12706,
62,
1065,
62,
2999,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
9492,
12706,
62,
1065,
62,
2999,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
30206,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
30206,
62,
29734,
62,
11245,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
9492,
12706,
62,
1065,
62,
3070,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
9492,
12706,
62,
1065,
62,
3070,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
30206,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
30206,
62,
29734,
62,
22914,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
9492,
12706,
62,
1065,
62,
3023,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
9492,
12706,
62,
1065,
62,
3023,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
17,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
30206,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
30206,
62,
29734,
62,
22544,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
9492,
12706,
62,
1065,
62,
2713,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
9492,
12706,
62,
1065,
62,
2713,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
30206,
62,
28041,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
30206,
62,
29734,
62,
28041,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
9492,
12706,
62,
1065,
62,
3312,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
9492,
12706,
62,
1065,
62,
3312,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
30206,
62,
25816,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
30206,
62,
29734,
62,
25816,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
9492,
12706,
62,
1065,
62,
2998,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
9492,
12706,
62,
1065,
62,
2998,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
16,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
30206,
62,
25257,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
30206,
62,
29734,
62,
25257,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
9492,
12706,
62,
1065,
62,
2919,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
9492,
12706,
62,
1065,
62,
2919,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
17,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
30206,
62,
28694,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
30206,
62,
29734,
62,
28694,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
9492,
12706,
62,
1065,
62,
2931,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
9492,
12706,
62,
1065,
62,
2931,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
30206,
62,
20943,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
30206,
62,
29734,
62,
20943,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
9492,
12706,
62,
1065,
62,
940,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
9492,
12706,
62,
1065,
62,
940,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
17,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
30273,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
1485,
62,
486,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
998,
3849,
12706,
62,
10396,
1485,
62,
486,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
8298,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
17,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
5323,
13,
15,
11,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
352,
13,
15,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
30273,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
1485,
62,
2999,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
998,
3849,
12706,
62,
10396,
1485,
62,
2999,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
21601,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
30273,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
1485,
62,
3070,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
998,
3849,
12706,
62,
10396,
1485,
62,
3070,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11245,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
30273,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
1485,
62,
3023,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
998,
3849,
12706,
62,
10396,
1485,
62,
3023,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
22914,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
30273,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
1485,
62,
2713,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
998,
3849,
12706,
62,
10396,
1485,
62,
2713,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
22544,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
30273,
62,
28041,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
1485,
62,
3312,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
998,
3849,
12706,
62,
10396,
1485,
62,
3312,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
28041,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
30273,
62,
25816,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
1485,
62,
2998,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
998,
3849,
12706,
62,
10396,
1485,
62,
2998,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
25816,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
30273,
62,
25257,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
1485,
62,
2919,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
998,
3849,
12706,
62,
10396,
1485,
62,
2919,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
25257,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
30273,
62,
28694,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
1485,
62,
2931,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
998,
3849,
12706,
62,
10396,
1485,
62,
2931,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
28694,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
30273,
62,
20943,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
1485,
62,
940,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
998,
3849,
12706,
62,
10396,
1485,
62,
940,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20943,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
28645,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
28645,
62,
29734,
62,
8298,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
9492,
12706,
62,
1415,
62,
486,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
1415,
62,
486,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
28645,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
28645,
62,
29734,
62,
21601,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
9492,
12706,
62,
1415,
62,
2999,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
1415,
62,
2999,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
28645,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
28645,
62,
29734,
62,
11245,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
9492,
12706,
62,
1415,
62,
3070,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
1415,
62,
3070,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
28645,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
28645,
62,
29734,
62,
22914,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
9492,
12706,
62,
1415,
62,
3023,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
1415,
62,
3023,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
28645,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
28645,
62,
29734,
62,
22544,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
9492,
12706,
62,
1415,
62,
2713,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
1415,
62,
2713,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
17,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
28645,
62,
28041,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
28645,
62,
29734,
62,
28041,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
9492,
12706,
62,
1415,
62,
3312,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
1415,
62,
3312,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
2,
4622,
2089,
12019,
198,
2,
8188,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
28645,
62,
25816,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
28645,
62,
29734,
62,
25816,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
9492,
12706,
62,
1415,
62,
2998,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
1415,
62,
2998,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
28645,
62,
25257,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
28645,
62,
29734,
62,
25257,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
9492,
12706,
62,
1415,
62,
2919,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
1415,
62,
2919,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
28645,
62,
28694,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
28645,
62,
29734,
62,
28694,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
9492,
12706,
62,
1415,
62,
2931,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
1415,
62,
2931,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
28645,
62,
20943,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
28645,
62,
29734,
62,
20943,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
9492,
12706,
62,
1415,
62,
940,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
1415,
62,
940,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
25150,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
25150,
62,
29734,
62,
8298,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
998,
3849,
12706,
1314,
62,
16,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
25150,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
25150,
62,
29734,
62,
21601,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
21601,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
998,
3849,
12706,
1314,
62,
17,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
25150,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
25150,
62,
29734,
62,
11245,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
11245,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
998,
3849,
12706,
1314,
62,
18,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
25150,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
25150,
62,
29734,
62,
22914,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
22914,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
998,
3849,
12706,
1314,
62,
19,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
25150,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
25150,
62,
29734,
62,
22544,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
22544,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
998,
3849,
12706,
1314,
62,
20,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
25150,
62,
28041,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
25150,
62,
29734,
62,
28041,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
28041,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
998,
3849,
12706,
1314,
62,
21,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
25150,
62,
25816,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
25150,
62,
29734,
62,
25816,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
25816,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
998,
3849,
12706,
1314,
62,
22,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
25150,
62,
25257,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
25150,
62,
29734,
62,
25257,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
25257,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
998,
3849,
12706,
1314,
62,
23,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
25150,
62,
28694,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
25150,
62,
29734,
62,
28694,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
28694,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
998,
3849,
12706,
1314,
62,
24,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
25150,
62,
20943,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
25150,
62,
29734,
62,
20943,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
20943,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
998,
3849,
12706,
1314,
62,
940,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
27037,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
27037,
62,
29734,
62,
8298,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
486,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
998,
3849,
12706,
1433,
62,
16,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
27037,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
27037,
62,
29734,
62,
21601,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
2999,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
998,
3849,
12706,
1433,
62,
17,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
27037,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
27037,
62,
29734,
62,
11245,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
3070,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
998,
3849,
12706,
62,
1433,
62,
18,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
27037,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
27037,
62,
29734,
62,
22914,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
3023,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
998,
3849,
12706,
62,
1433,
62,
19,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
27037,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
27037,
62,
29734,
62,
22544,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
2713,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
998,
3849,
12706,
62,
1314,
62,
20,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
27037,
62,
28041,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
27037,
62,
29734,
62,
28041,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
3312,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
998,
3849,
12706,
62,
1433,
62,
21,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
27037,
62,
25816,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
27037,
62,
29734,
62,
25816,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
2998,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
998,
3849,
12706,
62,
1433,
62,
2998,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
27037,
62,
25257,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
27037,
62,
29734,
62,
25257,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
2919,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
998,
3849,
12706,
62,
1433,
62,
2919,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
27037,
62,
28694,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
27037,
62,
29734,
62,
28694,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
2931,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
998,
3849,
12706,
62,
1433,
62,
2931,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
27037,
62,
20943,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
27037,
62,
29734,
62,
20943,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
940,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
998,
3849,
12706,
62,
1433,
62,
940,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
29326,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
29326,
62,
29734,
62,
8298,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
998,
3849,
12706,
62,
10396,
62,
29326,
62,
29734,
62,
8298,
1600,
366,
19895,
3849,
12706,
62,
1558,
62,
486,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
29326,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
29326,
62,
29734,
62,
21601,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
998,
3849,
12706,
62,
10396,
62,
29326,
62,
29734,
62,
21601,
1600,
366,
19895,
3849,
12706,
62,
1558,
62,
2999,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
29326,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
29326,
62,
29734,
62,
11245,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
998,
3849,
12706,
62,
10396,
62,
29326,
62,
29734,
62,
11245,
1600,
366,
19895,
3849,
12706,
62,
1558,
62,
3070,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
29326,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
29326,
62,
29734,
62,
22914,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
998,
3849,
12706,
62,
10396,
62,
29326,
62,
29734,
62,
22914,
1600,
366,
19895,
3849,
12706,
62,
1558,
62,
3023,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
29326,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
29326,
62,
29734,
62,
22544,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
998,
3849,
12706,
62,
10396,
62,
29326,
62,
29734,
62,
22544,
1600,
366,
19895,
3849,
12706,
62,
1558,
62,
2713,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
29326,
62,
28041,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
29326,
62,
29734,
62,
28041,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
998,
3849,
12706,
62,
10396,
62,
29326,
62,
29734,
62,
28041,
1600,
366,
19895,
3849,
12706,
62,
1558,
62,
3312,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
29326,
62,
25816,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
29326,
62,
29734,
62,
25816,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
998,
3849,
12706,
62,
10396,
62,
29326,
62,
29734,
62,
25816,
1600,
366,
998,
3849,
12706,
1558,
62,
2998,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
29326,
62,
25257,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
29326,
62,
29734,
62,
25257,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
998,
3849,
12706,
62,
10396,
62,
29326,
62,
29734,
62,
25257,
1600,
366,
998,
3849,
12706,
1558,
62,
2919,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
2026,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
29326,
62,
28694,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
29326,
62,
29734,
62,
28694,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
998,
3849,
12706,
62,
10396,
62,
29326,
62,
29734,
62,
28694,
1600,
366,
998,
3849,
12706,
1558,
62,
2931,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
29326,
62,
20943,
1600,
366,
17474,
62,
7753,
1298,
366,
998,
3849,
12706,
62,
10396,
62,
29326,
62,
29734,
62,
20943,
13,
20040,
1600,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
998,
3849,
12706,
62,
10396,
62,
29326,
62,
29734,
62,
20943,
1600,
366,
998,
3849,
12706,
1558,
62,
940,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
29159,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
10396,
62,
1507,
62,
8298,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
8298,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
17,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
29159,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
10396,
62,
1507,
62,
21601,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
21601,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
21601,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
29159,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
10396,
62,
1507,
62,
11245,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
10396,
62,
1507,
62,
11245,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
29159,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
10396,
62,
1507,
62,
22914,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
22914,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
22914,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
16,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
29159,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
10396,
62,
1507,
62,
22544,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
22544,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
22544,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
29159,
62,
28041,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
10396,
62,
1507,
62,
28041,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
28041,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
28041,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
29159,
62,
25816,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
10396,
62,
1507,
62,
25816,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
25816,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
25816,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
29159,
62,
25257,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
10396,
62,
1507,
62,
25257,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
25257,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
25257,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
29159,
62,
28694,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
10396,
62,
1507,
62,
28694,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
28694,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
28694,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
29159,
62,
20943,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
10396,
62,
1507,
62,
20943,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
20943,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20943,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
30484,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
1129,
62,
8298,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
1129,
62,
8298,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
30484,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
1129,
62,
21601,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
21601,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
1129,
62,
21601,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
30484,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
1129,
62,
11245,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
11245,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
1129,
62,
11245,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
30484,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
1129,
62,
22914,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
22914,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
1129,
62,
22914,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
2,
7716,
62,
647,
2004,
62,
12397,
62,
16624,
13,
9078,
318,
845,
3105,
198,
2,
8188,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
30484,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
1129,
62,
22544,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
22544,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
1129,
62,
22544,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
30484,
62,
28041,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
1129,
62,
28041,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
28041,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
1129,
62,
28041,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
30484,
62,
25816,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
1129,
62,
25816,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
25816,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
1129,
62,
25816,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
30484,
62,
25257,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
1129,
62,
25257,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
25257,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
1129,
62,
25257,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
30484,
62,
28694,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
1129,
62,
28694,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
28694,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
1129,
62,
28694,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
2,
7716,
62,
647,
2004,
62,
12397,
62,
16624,
13,
9078,
318,
845,
3105,
198,
2,
8188,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
30484,
62,
20943,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
1129,
62,
20943,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
20943,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
1129,
62,
20943,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
628,
198,
198,
2,
198,
2,
5579,
3849,
12706,
15343,
1160,
12,
1959,
198,
2,
198,
198,
2,
5579,
3849,
12706,
6115,
1160,
318,
407,
9387,
739,
262,
366,
41861,
774,
3232,
10483,
594,
532,
1439,
24204,
36965,
1,
5964,
11,
523,
356,
19607,
340,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
46821,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2481,
62,
486,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
486,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
486,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
46821,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2481,
62,
2999,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
2999,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
2999,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
46821,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2481,
62,
3070,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
3070,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
3070,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
2,
2089,
12019,
198,
2,
8188,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
46821,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2481,
62,
3023,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
3023,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
3023,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
2,
7716,
62,
647,
2004,
62,
12397,
62,
16624,
13,
9078,
318,
845,
3105,
198,
2,
8188,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
46821,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2481,
62,
2713,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
2713,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
2713,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
2,
2089,
12019,
198,
2,
8188,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
46821,
62,
28041,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2481,
62,
3312,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
3312,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
3312,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
46821,
62,
25816,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2481,
62,
2998,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
2998,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
2998,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
46821,
62,
25257,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2481,
62,
2919,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
2919,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
2919,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
46821,
62,
28694,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2481,
62,
2931,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
2931,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
2931,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
46821,
62,
20943,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2481,
62,
940,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
940,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
940,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
44087,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
1828,
62,
486,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
486,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
486,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
44087,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
1828,
62,
2999,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
2999,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
2999,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
44087,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
1828,
62,
3070,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
3070,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
3070,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
44087,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
1828,
62,
3023,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
3023,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
3023,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
44087,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
1828,
62,
2713,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
2713,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
2713,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
44087,
62,
28041,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
1828,
62,
3312,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
3312,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
3312,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
44087,
62,
25816,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
1828,
62,
2998,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
2998,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
2998,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
44087,
62,
25257,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
1828,
62,
2919,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
2919,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
2919,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
44087,
62,
28694,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
1828,
62,
2931,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
2931,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
2931,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
44087,
62,
20943,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
1828,
62,
940,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
940,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
940,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
45310,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
1954,
62,
486,
13,
3911,
16,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
486,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
486,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
45310,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
1954,
62,
2999,
13,
3911,
16,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
2999,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
2999,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
45310,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
1954,
62,
3070,
13,
3911,
16,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
3070,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
3070,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
45310,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
1954,
62,
3023,
13,
3911,
16,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
3023,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
3023,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
45310,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
1954,
62,
2713,
13,
3911,
16,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
2713,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
2713,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
45310,
62,
28041,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
1954,
62,
3312,
13,
3911,
16,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
3312,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
3312,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
45310,
62,
25816,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
1954,
62,
2998,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
2998,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
2998,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
45310,
62,
25257,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
1954,
62,
2919,
13,
3911,
16,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
2919,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
2919,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
45310,
62,
28694,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
1954,
62,
2931,
13,
3911,
16,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
2931,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
2931,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
45310,
62,
20943,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
1954,
62,
940,
13,
3911,
16,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
940,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
940,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
40839,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
1731,
62,
8298,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
1731,
62,
18323,
62,
8298,
12340,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
2026,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
40839,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
1731,
62,
21601,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
21601,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
1731,
62,
18323,
62,
21601,
12340,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
40839,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
1731,
62,
11245,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
11245,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
1731,
62,
18323,
62,
11245,
12340,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
4019,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
17,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
40839,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
1731,
62,
22914,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
22914,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
1731,
62,
18323,
62,
22914,
12340,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
2026,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
40839,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
1731,
62,
22544,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
22544,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
1731,
62,
18323,
62,
22544,
12340,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
4019,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
17,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
40839,
62,
28041,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
1731,
62,
28041,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
28041,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
40839,
62,
18323,
62,
28041,
12340,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
40839,
62,
25816,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
1731,
62,
25816,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
25816,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
40839,
62,
18323,
62,
25816,
12340,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
2026,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
40839,
62,
25257,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
1731,
62,
25257,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
25257,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
40839,
62,
18323,
62,
2919,
12340,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
2026,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
40839,
62,
28694,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
1731,
62,
28694,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
28694,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
40839,
62,
18323,
62,
28694,
12340,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
6640,
13,
15,
11,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
20,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
40839,
62,
20943,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
1731,
62,
20943,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
20943,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
1731,
62,
18323,
62,
20943,
62,
18323,
12340,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
40839,
62,
28555,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
1731,
62,
28555,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
28555,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
1731,
62,
18323,
62,
28555,
62,
18323,
12340,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
40839,
62,
30206,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
1731,
62,
30206,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
30206,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
1731,
62,
18323,
62,
30206,
62,
18323,
12340,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
40839,
62,
30273,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
1731,
62,
30273,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
30273,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
1731,
62,
18323,
62,
30273,
62,
18323,
12340,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
40839,
62,
28645,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
1731,
62,
28645,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
28645,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
1731,
62,
18323,
62,
28645,
62,
18323,
12340,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
40839,
62,
25150,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
1731,
62,
25150,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
25150,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
1731,
62,
18323,
62,
25150,
62,
18323,
12340,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
40839,
62,
27037,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
1731,
62,
27037,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
27037,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
1731,
62,
18323,
62,
27037,
62,
18323,
12340,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
40839,
62,
29326,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
1731,
62,
29326,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
29326,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
1731,
62,
18323,
62,
29326,
62,
18323,
12340,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
40839,
62,
29159,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
1731,
62,
29159,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
29159,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
1731,
62,
18323,
62,
29159,
62,
18323,
12340,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
40839,
62,
30484,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
1731,
62,
30484,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
30484,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
1731,
62,
18323,
62,
30484,
62,
18323,
12340,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
197,
198,
2,
4622,
2089,
12019,
198,
2,
8188,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
40839,
62,
33618,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
1731,
62,
33618,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
33618,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
1731,
62,
18323,
62,
33618,
62,
18323,
12340,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
2026,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
2,
5579,
3849,
12706,
6115,
1679,
318,
407,
9387,
739,
262,
366,
41861,
774,
3232,
10483,
594,
532,
1439,
24204,
36965,
1,
5964,
11,
523,
356,
19607,
340,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
45987,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2075,
62,
16,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
3849,
12706,
62,
2075,
62,
16,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
2075,
62,
8298,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
45987,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2075,
62,
17,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
3849,
12706,
62,
2075,
62,
17,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
2075,
62,
21601,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
45987,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2075,
62,
18,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
3849,
12706,
62,
2075,
62,
18,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
2075,
62,
11245,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
45987,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2075,
62,
19,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
3849,
12706,
62,
2075,
62,
19,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
2075,
62,
22914,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
45987,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2075,
62,
20,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
3849,
12706,
62,
2075,
62,
20,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
2075,
62,
22544,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
45987,
62,
28041,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2075,
62,
21,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
3849,
12706,
62,
2075,
62,
21,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
2075,
62,
28041,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
45987,
62,
25816,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2075,
62,
22,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
3849,
12706,
62,
2075,
62,
22,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
2075,
62,
25816,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
45987,
62,
25257,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2075,
62,
23,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
3849,
12706,
62,
2075,
62,
23,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
2075,
62,
25257,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
45987,
62,
28694,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2075,
62,
24,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
3849,
12706,
62,
2075,
62,
24,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
2075,
62,
28694,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
2,
7716,
62,
647,
2004,
62,
12397,
62,
16624,
13,
9078,
318,
845,
3105,
198,
2,
8188,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
45987,
62,
20943,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2075,
62,
940,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
3849,
12706,
62,
2075,
62,
940,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
2075,
62,
20943,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
45987,
62,
28555,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2075,
62,
1157,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
3849,
12706,
62,
2075,
62,
1157,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
2075,
62,
28555,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
45987,
62,
30206,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2075,
62,
1065,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
3849,
12706,
62,
2075,
62,
1065,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
2075,
62,
30206,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
45987,
62,
30273,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2075,
62,
1485,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
3849,
12706,
62,
2075,
62,
1485,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
2075,
62,
30273,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
4019,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
17,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
45987,
62,
28645,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2075,
62,
1415,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
3849,
12706,
62,
2075,
62,
1415,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
45987,
62,
28645,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
45987,
62,
25150,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2075,
62,
1314,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
3849,
12706,
62,
2075,
62,
1314,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
2075,
62,
25150,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
45987,
62,
27037,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2075,
62,
1433,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
3849,
12706,
62,
2075,
62,
1433,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
2075,
62,
1433,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
4019,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
17,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
45987,
62,
29326,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2075,
62,
1558,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
3849,
12706,
62,
2075,
62,
1558,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
2075,
62,
29326,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
45987,
62,
29159,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2075,
62,
1507,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
3849,
12706,
62,
2075,
62,
1507,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
2075,
62,
29159,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
45987,
62,
30484,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2075,
62,
1129,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
3849,
12706,
62,
2075,
62,
1129,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
2075,
62,
1129,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
45987,
62,
33618,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2075,
62,
1238,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
3849,
12706,
62,
2075,
62,
1238,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19895,
3849,
12706,
62,
2075,
62,
33618,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
44698,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
1983,
62,
8298,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
3849,
12706,
62,
1983,
62,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
62,
1983,
62,
8298,
62,
20991,
8298,
62,
20991,
21601,
62,
20991,
11245,
12340,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
2,
17616,
1141,
10784,
198,
2,
8188,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
44698,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
1983,
62,
21601,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
3849,
12706,
62,
1983,
62,
21601,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
62,
44698,
62,
21601,
62,
20991,
8298,
62,
20991,
21601,
62,
20991,
11245,
12340,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
44698,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
1983,
62,
11245,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
3849,
12706,
62,
1983,
62,
11245,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
62,
1983,
62,
11245,
62,
20991,
8298,
62,
20991,
21601,
62,
20991,
11245,
12340,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
44698,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
1983,
62,
22914,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
3849,
12706,
62,
1983,
62,
22914,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
62,
1983,
62,
22914,
62,
20991,
8298,
62,
20991,
21601,
62,
20991,
11245,
12340,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
44698,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
1983,
62,
22544,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
3849,
12706,
62,
1983,
62,
22544,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
62,
1983,
62,
22544,
62,
20991,
8298,
62,
20991,
21601,
62,
20991,
11245,
12340,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
44698,
62,
28041,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
1983,
62,
28041,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
3849,
12706,
62,
1983,
62,
28041,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
62,
1983,
62,
28041,
62,
20991,
8298,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
44698,
62,
25816,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
1983,
62,
25816,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
3849,
12706,
62,
1983,
62,
25816,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
62,
1983,
62,
2998,
62,
20991,
8298,
62,
20991,
21601,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
44698,
62,
25257,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
1983,
62,
25257,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
3849,
12706,
62,
1983,
62,
25257,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
62,
44698,
62,
25257,
62,
20991,
8298,
62,
20991,
21601,
62,
20991,
22914,
12340,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
44698,
62,
28694,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
1983,
62,
28694,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
3849,
12706,
62,
1983,
62,
28694,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
62,
1983,
62,
28694,
62,
20991,
8298,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
44698,
62,
20943,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
1983,
62,
20943,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
19895,
3849,
12706,
62,
1983,
62,
20943,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
62,
1983,
62,
940,
62,
20991,
8298,
62,
20991,
21601,
62,
20991,
11245,
12340,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
46957,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2078,
62,
8298,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
486,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2078,
62,
486,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
46957,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2078,
62,
21601,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
2999,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2078,
62,
2999,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
46957,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2078,
62,
11245,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
3070,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2078,
62,
3070,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
46957,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2078,
62,
22914,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
3023,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2078,
62,
3023,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
46957,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2078,
62,
22544,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
2713,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2078,
62,
2713,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
46957,
62,
28041,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2078,
62,
28041,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
3312,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2078,
62,
3312,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
2,
4622,
2089,
12019,
198,
2,
8188,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
46957,
62,
25816,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2078,
62,
25816,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
2998,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2078,
62,
2998,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
46957,
62,
25257,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2078,
62,
25257,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
2919,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2078,
62,
2919,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
46957,
62,
28694,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2078,
62,
28694,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
2931,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2078,
62,
2931,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
46957,
62,
20943,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2078,
62,
20943,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
940,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2078,
62,
940,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
48891,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
1959,
62,
36542,
62,
486,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
486,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
1959,
62,
486,
62,
25695,
62,
16,
11,
17,
62,
332,
10333,
12340,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
48891,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
1959,
62,
36542,
62,
2999,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
2999,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
1959,
62,
2999,
62,
25695,
62,
16,
11,
17,
11,
18,
62,
332,
10333,
12340,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
48891,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
1959,
62,
36542,
62,
3070,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
3070,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
1959,
62,
3070,
62,
25695,
62,
16,
11,
17,
11,
18,
62,
332,
10333,
12340,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
48891,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
1959,
62,
36542,
62,
3023,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
3023,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
1959,
62,
3023,
410,
10333,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
48891,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
1959,
62,
36542,
62,
2713,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
2713,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
1959,
62,
2713,
410,
10333,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
628,
198,
198,
2,
198,
2,
5579,
3849,
12706,
15343,
1542,
12,
2670,
198,
2,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
39101,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
2390,
1270,
62,
36542,
62,
8298,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
1270,
62,
8298,
62,
25695,
62,
16,
62,
332,
10333,
12340,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
39101,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
2390,
1270,
62,
36542,
62,
21601,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
21601,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
1270,
62,
21601,
62,
25695,
62,
16,
62,
10333,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
39101,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
2390,
1270,
62,
36542,
62,
11245,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
11245,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
1270,
62,
11245,
62,
25695,
62,
16,
62,
332,
10333,
12340,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
39101,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
2390,
1270,
62,
36542,
62,
22914,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
22914,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
1270,
62,
22914,
62,
25695,
62,
16,
62,
332,
10333,
12340,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
39101,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
2390,
1270,
62,
36542,
62,
22544,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
22544,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
1270,
62,
22544,
62,
25695,
62,
16,
62,
332,
10333,
12340,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
2,
2089,
12019,
198,
2,
8188,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
39101,
62,
28041,
1600,
366,
17474,
62,
7753,
1298,
366,
2390,
1270,
62,
36542,
62,
28041,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
28041,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
1270,
62,
28041,
62,
25695,
62,
16,
62,
332,
10333,
12340,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
39101,
62,
25816,
1600,
366,
17474,
62,
7753,
1298,
366,
2390,
1270,
62,
36542,
62,
25816,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
25816,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
1270,
62,
25816,
62,
25695,
62,
16,
62,
332,
10333,
12340,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
39101,
62,
25257,
1600,
366,
17474,
62,
7753,
1298,
366,
2390,
1270,
62,
36542,
62,
25257,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
25257,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
1270,
62,
25257,
62,
25695,
16,
62,
332,
10333,
12340,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
39101,
62,
28694,
1600,
366,
17474,
62,
7753,
1298,
366,
2390,
1270,
62,
36542,
62,
28694,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
28694,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
1270,
62,
28694,
62,
25695,
62,
16,
62,
332,
10333,
12340,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
39101,
62,
20943,
1600,
366,
17474,
62,
7753,
1298,
366,
2390,
1270,
62,
36542,
62,
20943,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
20943,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
1270,
62,
20943,
62,
25695,
62,
16,
62,
332,
10333,
12340,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
43637,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
3132,
62,
36542,
62,
8298,
13,
20040,
1600,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
3132,
62,
8298,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
2,
7716,
62,
647,
2004,
62,
12397,
62,
16624,
13,
9078,
318,
845,
3105,
198,
2,
8188,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
43637,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
3132,
62,
36542,
62,
21601,
13,
20040,
1600,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
21601,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
3132,
62,
21601,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
43637,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
3132,
62,
36542,
62,
11245,
13,
20040,
1600,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
11245,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
62,
11245,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
43637,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
3132,
62,
36542,
62,
22914,
13,
20040,
1600,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
22914,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
3132,
62,
22914,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
43637,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
3132,
62,
36542,
62,
22544,
13,
20040,
1600,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
22544,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
3132,
62,
22544,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
43637,
62,
28041,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
3132,
62,
36542,
62,
28041,
13,
20040,
1600,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
28041,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
3132,
62,
28041,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
43637,
62,
25816,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
3132,
62,
36542,
62,
25816,
13,
20040,
1600,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
25816,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
3132,
62,
25816,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
43637,
62,
25257,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
3132,
62,
36542,
62,
25257,
13,
20040,
1600,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
25257,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
3132,
62,
25257,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
43637,
62,
28694,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
3132,
62,
36542,
62,
28694,
13,
20040,
1600,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
28694,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
3132,
62,
28694,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
43637,
62,
20943,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
3132,
62,
36542,
62,
20943,
13,
20040,
1600,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
20943,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
3132,
62,
20943,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
49959,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2624,
62,
36542,
62,
8298,
13,
20040,
1600,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2624,
62,
8298,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
49959,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2624,
62,
36542,
62,
21601,
13,
20040,
1600,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
21601,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2624,
62,
21601,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
49959,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2624,
62,
36542,
62,
11245,
13,
20040,
1600,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
11245,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2624,
62,
11245,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
49959,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2624,
62,
36542,
62,
22914,
13,
20040,
1600,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
22914,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2624,
62,
22914,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
49959,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2624,
62,
36542,
62,
22544,
13,
20040,
1600,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
22544,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2624,
62,
22544,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
2,
2089,
12019,
198,
2,
8188,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
49959,
62,
28041,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2624,
62,
36542,
62,
28041,
13,
20040,
1600,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
28041,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2624,
62,
28041,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
49959,
62,
25816,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2624,
62,
36542,
62,
25816,
13,
20040,
1600,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
25816,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2624,
62,
25816,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
49959,
62,
25257,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2624,
62,
36542,
62,
25257,
13,
20040,
1600,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
25257,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
2390,
2624,
62,
25257,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
49959,
62,
28694,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2624,
62,
36542,
62,
28694,
13,
20040,
1600,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
28694,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2624,
62,
28694,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
2,
4539,
503,
286,
4088,
618,
32096,
26181,
198,
2,
8188,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
49959,
62,
20943,
1600,
366,
17474,
62,
7753,
1298,
366,
19895,
3849,
12706,
62,
2624,
62,
36542,
62,
20943,
13,
20040,
1600,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
20943,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2624,
62,
20943,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
44427,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2091,
62,
36542,
62,
8298,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2091,
62,
8298,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
44427,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2091,
62,
36542,
62,
21601,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
21601,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2091,
62,
21601,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
2,
17616,
1141,
10784,
198,
2,
8188,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
44427,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2091,
62,
36542,
62,
11245,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
11245,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2091,
62,
11245,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
44427,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2091,
62,
36542,
62,
22914,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
22914,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2091,
62,
22914,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
44427,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2091,
62,
36542,
62,
22544,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
22544,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2091,
62,
22544,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
2,
7716,
62,
647,
2004,
62,
12397,
62,
16624,
13,
9078,
318,
845,
3105,
198,
2,
8188,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
44427,
62,
28041,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2091,
62,
36542,
62,
28041,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
28041,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2091,
62,
28041,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
44427,
62,
25816,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2091,
62,
36542,
62,
25816,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
25816,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2091,
62,
25816,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
44427,
62,
25257,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2091,
62,
36542,
62,
25257,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
25257,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2091,
62,
25257,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
44427,
62,
28694,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2091,
62,
36542,
62,
28694,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
28694,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2091,
62,
28694,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
44427,
62,
20943,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2091,
62,
36542,
62,
20943,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
20943,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2091,
62,
20943,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
49841,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2682,
62,
36542,
62,
8298,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2682,
62,
8298,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
49841,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2682,
62,
36542,
62,
21601,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
21601,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2682,
62,
21601,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
49841,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2682,
62,
36542,
62,
11245,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
11245,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2682,
62,
11245,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
2,
7716,
62,
647,
2004,
62,
12397,
62,
16624,
13,
9078,
318,
845,
3105,
198,
2,
8188,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
49841,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2682,
62,
36542,
62,
22914,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
22914,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2682,
62,
22914,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
49841,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2682,
62,
36542,
62,
22544,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
22544,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2682,
62,
22544,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
44215,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2327,
62,
36542,
62,
8298,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2327,
62,
8298,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
44215,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2327,
62,
36542,
62,
21601,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
21601,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2327,
62,
21601,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
44215,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2327,
62,
36542,
62,
11245,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
11245,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2327,
62,
11245,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
44215,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2327,
62,
36542,
62,
22914,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
22914,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2327,
62,
22914,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
44215,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2327,
62,
36542,
62,
22544,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
22544,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2327,
62,
22544,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
44215,
62,
28041,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2327,
62,
36542,
62,
28041,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
28041,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2327,
62,
28041,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
44215,
62,
25816,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2327,
62,
36542,
62,
25816,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
25816,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2327,
62,
25816,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
44215,
62,
25257,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2327,
62,
36542,
62,
25257,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
25257,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2327,
62,
25257,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
44215,
62,
28694,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2327,
62,
36542,
62,
28694,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
28694,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2327,
62,
28694,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
44215,
62,
20943,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2327,
62,
36542,
62,
20943,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
20943,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2327,
62,
20943,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
48597,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2623,
62,
36542,
62,
8298,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2623,
62,
8298,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
48597,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2623,
62,
36542,
62,
21601,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
21601,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2623,
62,
21601,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
48597,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2623,
62,
36542,
62,
11245,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
11245,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2623,
62,
11245,
62,
9804,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
2,
17616,
1141,
10784,
198,
2,
8188,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
48597,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2623,
62,
36542,
62,
22914,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
22914,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2623,
62,
22914,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
48597,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2623,
62,
36542,
62,
22544,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
22544,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2623,
62,
22544,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
48597,
62,
28041,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2623,
62,
36542,
62,
28041,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
28041,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2623,
62,
28041,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
48597,
62,
25816,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2623,
62,
36542,
62,
25816,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
25816,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2623,
62,
25816,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
48597,
62,
25257,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2623,
62,
36542,
62,
25257,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
25257,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2623,
62,
25257,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
48597,
62,
28694,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2623,
62,
36542,
62,
28694,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
28694,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2623,
62,
28694,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
48597,
62,
20943,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2623,
62,
36542,
62,
20943,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
20943,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2623,
62,
20943,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
15,
2718,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2718,
62,
36542,
62,
8298,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2718,
62,
8298,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
15,
2718,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2718,
62,
36542,
62,
21601,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
21601,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2718,
62,
21601,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
15,
2718,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2718,
62,
36542,
62,
11245,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
11245,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2718,
62,
11245,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
15,
2718,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2718,
62,
36542,
62,
22914,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
22914,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2718,
62,
22914,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
15,
2718,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2718,
62,
36542,
62,
22544,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
22544,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2718,
62,
22544,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
15,
2718,
62,
28041,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2718,
62,
36542,
62,
28041,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
28041,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2718,
62,
28041,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
15,
2718,
62,
25816,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2718,
62,
36542,
62,
25816,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
25816,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2718,
62,
25816,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
15,
2718,
62,
25257,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2718,
62,
36542,
62,
25257,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
25257,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2718,
62,
25257,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
15,
2718,
62,
28694,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2718,
62,
36542,
62,
28694,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
28694,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2718,
62,
28694,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
15,
2718,
62,
20943,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2718,
62,
36542,
62,
20943,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
20943,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2718,
62,
20943,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
15,
2548,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2548,
62,
36542,
62,
8298,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2548,
62,
8298,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
15,
2548,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2548,
62,
36542,
62,
21601,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
21601,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2548,
62,
21601,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
15,
2548,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2548,
62,
36542,
62,
11245,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
11245,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2548,
62,
11245,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
15,
2548,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2548,
62,
36542,
62,
22914,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
22914,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2548,
62,
22914,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
5867,
13,
15,
11,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
352,
13,
15,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
15,
2548,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2548,
62,
36542,
62,
22544,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
22544,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2548,
62,
22544,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
15,
2548,
62,
28041,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2548,
62,
36542,
62,
28041,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
28041,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2548,
62,
28041,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
15,
2548,
62,
25816,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2548,
62,
36542,
62,
25816,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
25816,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2548,
62,
25816,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
2,
17616,
1141,
10784,
198,
2,
8188,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
15,
2548,
62,
25257,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2548,
62,
36542,
62,
25257,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
25257,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2548,
62,
25257,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
15,
2548,
62,
28694,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2548,
62,
36542,
62,
28694,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
28694,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2548,
62,
28694,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
15,
2548,
62,
20943,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2548,
62,
36542,
62,
20943,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
20943,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
62,
2548,
62,
20943,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
15,
2670,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2670,
62,
36542,
62,
8298,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2670,
62,
8298,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
15,
2670,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2670,
62,
36542,
62,
21601,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
21601,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2670,
62,
21601,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
15,
2670,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2670,
62,
36542,
62,
11245,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
11245,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2670,
62,
11245,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
15,
2670,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2670,
62,
36542,
62,
22914,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
22914,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2670,
62,
22914,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
15,
2670,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2670,
62,
36542,
62,
22544,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
22544,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2670,
62,
22544,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
15,
2670,
62,
28041,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2670,
62,
36542,
62,
28041,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
28041,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2670,
62,
28041,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
15,
2670,
62,
25816,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2670,
62,
36542,
62,
25816,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
25816,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2670,
62,
25816,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
15,
2670,
62,
25257,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2670,
62,
36542,
62,
25257,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
25257,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2670,
62,
25257,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
15,
2670,
62,
28694,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2670,
62,
36542,
62,
28694,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
28694,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2670,
62,
28694,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
15,
2670,
62,
20943,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2670,
62,
36542,
62,
20943,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
20943,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2670,
62,
20943,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
628,
198,
198,
2,
198,
2,
5579,
3849,
12706,
15343,
2319,
12,
2920,
198,
2,
198,
198,
2,
5579,
3849,
12706,
6115,
2319,
318,
407,
9387,
739,
262,
366,
41861,
774,
3232,
10483,
594,
532,
1439,
24204,
36965,
1,
5964,
11,
523,
356,
19607,
340,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
50049,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
3901,
62,
36542,
62,
8298,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
3901,
62,
8298,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
50049,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
3901,
62,
36542,
62,
21601,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
21601,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
3901,
62,
21601,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
50049,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
3901,
62,
36542,
62,
11245,
13,
3911,
16,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
11245,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
3901,
62,
11245,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
50049,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
3901,
62,
36542,
62,
22914,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
22914,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
3901,
62,
22914,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
50049,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
3901,
62,
36542,
62,
22544,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
22544,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
3901,
62,
22544,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
50049,
62,
28041,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
3901,
62,
36542,
62,
28041,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
28041,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
3901,
62,
28041,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
50049,
62,
25816,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
3901,
62,
36542,
62,
25816,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
25816,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
3901,
62,
25816,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
50049,
62,
25257,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
3901,
62,
36542,
62,
25257,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
25257,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
3901,
62,
25257,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
50049,
62,
28694,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
3901,
62,
36542,
62,
28694,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
28694,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
3901,
62,
28694,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
50049,
62,
20943,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
3901,
62,
36542,
62,
20943,
13,
3911,
16,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
20943,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
3901,
62,
20943,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
3023,
17,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
3682,
62,
36542,
62,
8298,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
3682,
62,
8298,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
3023,
17,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
3682,
62,
36542,
62,
21601,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
21601,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
3682,
62,
21601,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
3023,
17,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
3682,
62,
36542,
62,
11245,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
11245,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
3682,
62,
11245,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
3023,
17,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
3682,
62,
36542,
62,
22914,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
22914,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
3682,
62,
22914,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
3023,
17,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
3682,
62,
36542,
62,
22544,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
22544,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
3682,
62,
22544,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
2,
17616,
1141,
10784,
198,
2,
8188,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
48768,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
3559,
62,
8298,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
3559,
62,
8298,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
48768,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
3559,
62,
21601,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
21601,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
3559,
62,
21601,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
48768,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
3559,
62,
11245,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
11245,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
14242,
3559,
62,
11245,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
48768,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
3559,
62,
22914,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
22914,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
3559,
62,
22914,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
48768,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
3559,
62,
22544,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
22544,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
3559,
62,
22544,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
48768,
62,
28041,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
3559,
62,
28041,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
28041,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
3559,
62,
28041,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
48768,
62,
25816,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
3559,
62,
25816,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
25816,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
3559,
62,
25816,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
48768,
62,
25257,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
3559,
62,
25257,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
25257,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
3559,
62,
25257,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
48768,
62,
28694,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
3559,
62,
28694,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
28694,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
3559,
62,
28694,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
48768,
62,
20943,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
3559,
62,
20943,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
20943,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
3559,
62,
20943,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
43977,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2598,
62,
36542,
62,
8298,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2598,
62,
8298,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
43977,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2598,
62,
36542,
62,
21601,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
21601,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2598,
62,
21601,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
43977,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2598,
62,
36542,
62,
11245,
13,
3911,
16,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
11245,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2598,
62,
11245,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
43977,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2598,
62,
36542,
62,
22914,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
22914,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2598,
62,
22914,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
43977,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2598,
62,
36542,
62,
22544,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
22544,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2598,
62,
22544,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
43977,
62,
28041,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2598,
62,
36542,
62,
28041,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
28041,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2598,
62,
28041,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
43977,
62,
25816,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2598,
62,
36542,
62,
25816,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
25816,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2598,
62,
25816,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
4317,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
43977,
62,
25257,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2598,
62,
36542,
62,
25257,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
25257,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2598,
62,
25257,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
43977,
62,
28694,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2598,
62,
36542,
62,
28694,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
28694,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2598,
62,
28694,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
43977,
62,
20943,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2598,
62,
36542,
62,
20943,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
20943,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2598,
62,
20943,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
40350,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2231,
62,
36542,
62,
8298,
13,
3911,
16,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2231,
62,
8298,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
2,
17616,
1141,
10784,
198,
2,
8188,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
40350,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2231,
62,
36542,
62,
21601,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
21601,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2231,
62,
21601,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
2,
17616,
1141,
10784,
198,
2,
8188,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
40350,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2231,
62,
36542,
62,
11245,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
11245,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2231,
62,
11245,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
40350,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2231,
62,
36542,
62,
22914,
13,
3911,
16,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
22914,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2231,
62,
22914,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
40350,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2231,
62,
36542,
62,
22544,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
22544,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2231,
62,
22544,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
40350,
62,
28041,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2231,
62,
36542,
62,
28041,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
28041,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2231,
62,
28041,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
2,
17616,
1141,
10784,
198,
2,
8188,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
40350,
62,
25816,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2231,
62,
36542,
62,
25816,
13,
3911,
16,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
25816,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2231,
62,
25816,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
40350,
62,
25257,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2231,
62,
36542,
62,
25257,
13,
3911,
16,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
25257,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2231,
62,
25257,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
2,
17616,
1141,
10784,
198,
2,
8188,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
40350,
62,
28694,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2231,
62,
36542,
62,
28694,
13,
3911,
16,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
28694,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2231,
62,
28694,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
40350,
62,
20943,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2231,
62,
36542,
62,
20943,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
36542,
62,
20943,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2231,
62,
20943,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
45438,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
3510,
62,
36542,
62,
8298,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
3510,
62,
8298,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
45438,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
3510,
62,
36542,
62,
21601,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
21601,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
3510,
62,
21601,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
45438,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
3510,
62,
36542,
62,
11245,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
11245,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
3510,
62,
11245,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
45438,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
3510,
62,
36542,
62,
22914,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
22914,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
3510,
62,
22914,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
45438,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
3510,
62,
36542,
62,
22544,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
22544,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
3510,
62,
22544,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
45438,
62,
28041,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
3510,
62,
36542,
62,
28041,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
28041,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
3510,
62,
28041,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
45438,
62,
25816,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
3510,
62,
36542,
62,
25816,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
25816,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
3510,
62,
25816,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
45438,
62,
25257,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
3510,
62,
36542,
62,
25257,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
25257,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
3510,
62,
25257,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
45438,
62,
28694,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
3510,
62,
36542,
62,
28694,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
28694,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
3510,
62,
28694,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
2,
17616,
1141,
10784,
198,
2,
8188,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
45438,
62,
20943,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
3510,
62,
36542,
62,
20943,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
20943,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
3510,
62,
20943,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
48000,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2857,
62,
8298,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2857,
62,
8298,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
48000,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2857,
62,
21601,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
21601,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2857,
62,
21601,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
48000,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2857,
62,
11245,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
11245,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2857,
62,
11245,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
48000,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2857,
62,
22914,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
22914,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2857,
62,
22914,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
48000,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2857,
62,
22544,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
22544,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2857,
62,
22544,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
48000,
62,
28041,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2857,
62,
28041,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
28041,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2857,
62,
28041,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
48000,
62,
25816,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2857,
62,
25816,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
25816,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2857,
62,
25816,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
48000,
62,
25257,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2857,
62,
25257,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
25257,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2857,
62,
25257,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
48000,
62,
28694,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2857,
62,
28694,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
28694,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2857,
62,
28694,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
2,
17616,
1141,
10784,
198,
2,
8188,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
48000,
62,
20943,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2857,
62,
20943,
13,
20040,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
20943,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2857,
62,
20943,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
47202,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
32,
72,
2780,
62,
8298,
13,
22,
89,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2780,
62,
8298,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
47202,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
32,
72,
2780,
62,
21601,
13,
22,
89,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
21601,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2780,
62,
21601,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
47202,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
32,
72,
2780,
62,
11245,
13,
22,
89,
13,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
11245,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2780,
62,
11245,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
47202,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
32,
72,
2780,
62,
22914,
13,
22,
89,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
22914,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2780,
62,
22914,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
47202,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
32,
72,
2780,
62,
22544,
13,
22,
89,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
22544,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2780,
62,
22544,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
47202,
62,
28041,
1600,
366,
17474,
62,
7753,
1298,
366,
32,
72,
2780,
62,
28041,
13,
22,
89,
13,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
28041,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2780,
62,
28041,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
47202,
62,
25816,
1600,
366,
17474,
62,
7753,
1298,
366,
32,
72,
2780,
62,
25816,
13,
22,
89,
13,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
25816,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2780,
62,
25816,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
47202,
62,
25257,
1600,
366,
17474,
62,
7753,
1298,
366,
32,
72,
2780,
62,
25257,
13,
22,
89,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
25257,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2780,
62,
25257,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
47202,
62,
28694,
1600,
366,
17474,
62,
7753,
1298,
366,
32,
72,
2780,
62,
28694,
13,
22,
89,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
28694,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2780,
62,
28694,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
47202,
62,
20943,
1600,
366,
17474,
62,
7753,
1298,
366,
32,
72,
2780,
62,
20943,
13,
22,
89,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
20943,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2780,
62,
20943,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
2,
5579,
3849,
12706,
6115,
5125,
3568,
284,
3473,
4632,
286,
11557,
5563,
2138,
621,
8188,
11,
523,
356,
19607,
340,
628,
198,
198,
2,
198,
2,
5579,
3849,
12706,
15343,
2026,
12,
3270,
198,
2,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
28669,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
1120,
62,
8298,
13,
22,
89,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
1120,
62,
8298,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
28669,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
1120,
62,
21601,
13,
22,
89,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
21601,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
1120,
62,
21601,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
28669,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
1120,
62,
11245,
13,
22,
89,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
11245,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
1120,
62,
11245,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
28669,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
1120,
62,
22914,
13,
22,
89,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
22914,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
1120,
62,
22914,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
28669,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
1120,
62,
22544,
13,
22,
89,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
22544,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
1120,
62,
22544,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
2713,
16,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
4349,
62,
8298,
13,
22,
89,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
4349,
62,
8298,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
2713,
16,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
4349,
62,
21601,
13,
22,
89,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
21601,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
4349,
62,
21601,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
2713,
16,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
4349,
62,
11245,
13,
22,
89,
13,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
11245,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
4349,
62,
11245,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
2713,
16,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
4349,
62,
22914,
13,
22,
89,
13,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
22914,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
4349,
62,
22914,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
2713,
16,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
4349,
62,
22544,
13,
22,
89,
13,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
22544,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
4349,
62,
22544,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
37841,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
4309,
62,
8298,
13,
22,
89,
13,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
4309,
62,
8298,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
37841,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
4309,
62,
21601,
13,
22,
89,
13,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
21601,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
4309,
62,
21601,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
37841,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
4309,
62,
11245,
13,
22,
89,
13,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
11245,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
4309,
62,
11245,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
37841,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
4309,
62,
22914,
13,
22,
89,
13,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
22914,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
4309,
62,
22914,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
37841,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
4309,
62,
22544,
13,
22,
89,
13,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
22544,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
4309,
62,
22544,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
37841,
62,
28041,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
4309,
62,
28041,
13,
22,
89,
13,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
28041,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
4309,
62,
28041,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
37841,
62,
25816,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
4309,
62,
25816,
13,
22,
89,
13,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
25816,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
4309,
62,
25816,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
37841,
62,
25257,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
4309,
62,
25257,
13,
22,
89,
13,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
25257,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
4309,
62,
25257,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
37841,
62,
28694,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
4309,
62,
28694,
13,
22,
89,
13,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
28694,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
4309,
62,
28694,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
37841,
62,
20943,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
4309,
62,
20943,
13,
22,
89,
13,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
20943,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
4309,
62,
20943,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
220,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
2713,
18,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
4310,
62,
8298,
13,
22,
89,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
20185,
4310,
62,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
4310,
62,
8298,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
2713,
18,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
4310,
62,
21601,
13,
22,
89,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
20185,
4310,
62,
21601,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
4310,
62,
21601,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
2713,
18,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
4310,
62,
11245,
13,
22,
89,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
20185,
4310,
62,
11245,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
4310,
62,
11245,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
2713,
18,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
4310,
62,
22914,
13,
22,
89,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
20185,
4310,
62,
22914,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
4310,
62,
22914,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
2713,
18,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
4310,
62,
22544,
13,
22,
89,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
20185,
4310,
62,
22544,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
4310,
62,
22544,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
2713,
18,
62,
28041,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
4310,
62,
28041,
13,
22,
89,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
20185,
4310,
62,
28041,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
4310,
62,
28041,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
2713,
18,
62,
25816,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
4310,
62,
25816,
13,
22,
89,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
20185,
4310,
62,
25816,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
4310,
62,
25816,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
2713,
18,
62,
25257,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
4310,
62,
25257,
13,
22,
89,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
20185,
4310,
62,
25257,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
4310,
62,
25257,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
2713,
18,
62,
28694,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
4310,
62,
28694,
13,
22,
89,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
20185,
4310,
62,
28694,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
4310,
62,
28694,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
2713,
18,
62,
20943,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
4310,
62,
20943,
13,
22,
89,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
20185,
4310,
62,
20943,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
4310,
62,
20943,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
2713,
18,
62,
28555,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
4310,
62,
28555,
13,
22,
89,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
20185,
4310,
62,
28555,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
4310,
62,
28555,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
2713,
18,
62,
30206,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
4310,
62,
30206,
13,
22,
89,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
20185,
4310,
62,
30206,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
4310,
62,
30206,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
2713,
18,
62,
30273,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
4310,
62,
30273,
13,
22,
89,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
20185,
4310,
62,
30273,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
4310,
62,
30273,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
2713,
18,
62,
28645,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
4310,
62,
28645,
13,
22,
89,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
20185,
4310,
62,
28645,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
4310,
62,
28645,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
2713,
18,
62,
25150,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
4310,
62,
25150,
13,
22,
89,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
20185,
4310,
62,
25150,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
4310,
62,
25150,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
2713,
18,
62,
27037,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
4310,
62,
27037,
13,
22,
89,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
20185,
4310,
62,
27037,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
4310,
62,
27037,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
2713,
18,
62,
29326,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
4310,
62,
29326,
13,
22,
89,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
20185,
4310,
62,
29326,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
4310,
62,
29326,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
2713,
18,
62,
29159,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
4310,
62,
29159,
13,
22,
89,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
20185,
4310,
62,
29159,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
4310,
62,
29159,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
2713,
18,
62,
30484,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
4310,
62,
30484,
13,
22,
89,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
20185,
4310,
62,
30484,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
4310,
62,
30484,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
2713,
18,
62,
33618,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
4310,
62,
33618,
13,
22,
89,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
20185,
4310,
62,
33618,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
4310,
62,
33618,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
2713,
19,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
4051,
62,
8298,
13,
22,
89,
13,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
4051,
62,
8298,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
2713,
19,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
4051,
62,
21601,
13,
22,
89,
13,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
21601,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
4051,
62,
21601,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
2713,
19,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
4051,
62,
11245,
13,
22,
89,
13,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
11245,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
4051,
62,
11245,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
2713,
19,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
4051,
62,
22914,
13,
22,
89,
13,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
22914,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
4051,
62,
22914,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
2713,
19,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
4051,
62,
22544,
13,
22,
89,
13,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
22544,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
4051,
62,
22544,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
2713,
19,
62,
28041,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
4051,
62,
28041,
13,
22,
89,
13,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
28041,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
4051,
62,
28041,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
2713,
19,
62,
25816,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
4051,
62,
25816,
13,
22,
89,
13,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
25816,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
4051,
62,
25816,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
2713,
19,
62,
25257,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
4051,
62,
25257,
13,
22,
89,
13,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
25257,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
4051,
62,
25257,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
2713,
19,
62,
28694,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
4051,
62,
28694,
13,
22,
89,
13,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
28694,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
4051,
62,
28694,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
2713,
19,
62,
20943,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
4051,
62,
20943,
13,
22,
89,
13,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
20943,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
4051,
62,
20943,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
47838,
62,
8298,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2816,
62,
8298,
13,
22,
89,
13,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2816,
62,
8298,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
47838,
62,
21601,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2816,
62,
21601,
13,
22,
89,
13,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
21601,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2816,
62,
21601,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
47838,
62,
11245,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2816,
62,
11245,
13,
22,
89,
13,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
11245,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2816,
62,
11245,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
47838,
62,
22914,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2816,
62,
22914,
13,
22,
89,
13,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
22914,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2816,
62,
22914,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
47838,
62,
22544,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2816,
62,
22544,
13,
22,
89,
13,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
22544,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2816,
62,
22544,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
47838,
62,
28041,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2816,
62,
28041,
13,
22,
89,
13,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
28041,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2816,
62,
28041,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
47838,
62,
25816,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2816,
62,
25816,
13,
22,
89,
13,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
25816,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2816,
62,
25816,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
47838,
62,
25257,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2816,
62,
25257,
13,
22,
89,
13,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
25257,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2816,
62,
25257,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
47838,
62,
28694,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2816,
62,
28694,
13,
22,
89,
13,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
28694,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2816,
62,
28694,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198,
28123,
13,
33295,
7,
4895,
3672,
1298,
366,
1872,
62,
47838,
62,
20943,
1600,
366,
17474,
62,
7753,
1298,
366,
20185,
2816,
62,
20943,
13,
22,
89,
13,
8298,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
562,
316,
62,
7753,
1298,
28686,
13,
6978,
13,
22179,
7203,
20943,
1600,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20185,
2816,
62,
20943,
12340,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11265,
1634,
62,
30586,
1298,
366,
85,
15,
1600,
366,
29734,
62,
2302,
298,
62,
4164,
364,
1298,
1542,
13,
15,
11,
366,
85,
1140,
417,
62,
2302,
298,
62,
4164,
364,
1298,
657,
13,
16,
30072,
198
] | 1.809523 | 80,498 |
import json
import logging
from argparse import Namespace
import numpy as np
from fairseq import metrics, search, utils
from fairseq.data import encoders
from fairseq.tasks import register_task
from fairseq.tasks.translation_multi_simple_epoch import TranslationMultiSimpleEpochTask
from fairseq.sequence_generator import SequenceGenerator
EVAL_BLEU_ORDER = 4
logger = logging.getLogger(__name__)
@register_task('translation_multi_simple_epoch_extended')
class TranslationMultiSimpleEpochTaskExtended(TranslationMultiSimpleEpochTask):
"""
Extended version of TranslationMultiSimpleEpochTask to support Validation using BLEU.
"""
@staticmethod
def add_args(parser):
"""Add task-specific arguments to the parser."""
# options for reporting BLEU during validation
TranslationMultiSimpleEpochTask.add_args(parser)
parser.add_argument('--eval-bleu', action='store_true',
help='evaluation with BLEU scores')
parser.add_argument('--eval-bleu-detok', type=str, default="space",
help='detokenize before computing BLEU (e.g., "moses"); '
'required if using --eval-bleu; use "space" to '
'disable detokenization; see fairseq.data.encoders '
'for other options')
parser.add_argument('--eval-bleu-detok-args', type=str, metavar='JSON',
help='args for building the tokenizer, if needed')
parser.add_argument('--eval-tokenized-bleu', action='store_true', default=False,
help='compute tokenized BLEU instead of sacrebleu')
parser.add_argument('--eval-bleu-remove-bpe', nargs='?', const='@@ ', default=None,
help='remove BPE before computing BLEU')
parser.add_argument('--eval-bleu-args', type=str, metavar='JSON',
help='generation args for BLUE scoring, '
'e.g., \'{"beam": 4, "lenpen": 0.6}\'')
parser.add_argument('--eval-bleu-print-samples', action='store_true',
help='print sample generations during validation')
parser.add_argument('--bleu-type', type=str, default='text',
choices=['text', 'code'],
help='compute bleu for text or code')
| [
11748,
33918,
198,
11748,
18931,
198,
6738,
1822,
29572,
1330,
28531,
10223,
198,
198,
11748,
299,
32152,
355,
45941,
198,
6738,
3148,
41068,
1330,
20731,
11,
2989,
11,
3384,
4487,
198,
6738,
3148,
41068,
13,
7890,
1330,
2207,
375,
364,
198,
6738,
3148,
41068,
13,
83,
6791,
1330,
7881,
62,
35943,
198,
6738,
3148,
41068,
13,
83,
6791,
13,
41519,
62,
41684,
62,
36439,
62,
538,
5374,
1330,
33322,
29800,
26437,
13807,
5374,
25714,
198,
6738,
3148,
41068,
13,
43167,
62,
8612,
1352,
1330,
45835,
8645,
1352,
198,
198,
20114,
1847,
62,
19146,
52,
62,
12532,
1137,
796,
604,
198,
198,
6404,
1362,
796,
18931,
13,
1136,
11187,
1362,
7,
834,
3672,
834,
8,
628,
198,
31,
30238,
62,
35943,
10786,
41519,
62,
41684,
62,
36439,
62,
538,
5374,
62,
2302,
1631,
11537,
198,
4871,
33322,
29800,
26437,
13807,
5374,
25714,
11627,
1631,
7,
48313,
29800,
26437,
13807,
5374,
25714,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
24204,
2196,
286,
33322,
29800,
26437,
13807,
5374,
25714,
284,
1104,
3254,
24765,
1262,
347,
2538,
52,
13,
198,
220,
220,
220,
37227,
628,
220,
220,
220,
2488,
12708,
24396,
198,
220,
220,
220,
825,
751,
62,
22046,
7,
48610,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
4550,
4876,
12,
11423,
7159,
284,
262,
30751,
526,
15931,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
3689,
329,
6447,
347,
2538,
52,
1141,
21201,
198,
220,
220,
220,
220,
220,
220,
220,
33322,
29800,
26437,
13807,
5374,
25714,
13,
2860,
62,
22046,
7,
48610,
8,
198,
220,
220,
220,
220,
220,
220,
220,
30751,
13,
2860,
62,
49140,
10786,
438,
18206,
12,
903,
84,
3256,
2223,
11639,
8095,
62,
7942,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
11639,
18206,
2288,
351,
347,
2538,
52,
8198,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
30751,
13,
2860,
62,
49140,
10786,
438,
18206,
12,
903,
84,
12,
15255,
482,
3256,
2099,
28,
2536,
11,
4277,
2625,
13200,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
11639,
15255,
4233,
1096,
878,
14492,
347,
2538,
52,
357,
68,
13,
70,
1539,
366,
76,
4629,
15341,
705,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
35827,
611,
1262,
1377,
18206,
12,
903,
84,
26,
779,
366,
13200,
1,
284,
705,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
40223,
1062,
4233,
1634,
26,
766,
3148,
41068,
13,
7890,
13,
12685,
375,
364,
705,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
1640,
584,
3689,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
30751,
13,
2860,
62,
49140,
10786,
438,
18206,
12,
903,
84,
12,
15255,
482,
12,
22046,
3256,
2099,
28,
2536,
11,
1138,
615,
283,
11639,
40386,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
11639,
22046,
329,
2615,
262,
11241,
7509,
11,
611,
2622,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
30751,
13,
2860,
62,
49140,
10786,
438,
18206,
12,
30001,
1143,
12,
903,
84,
3256,
2223,
11639,
8095,
62,
7942,
3256,
4277,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
11639,
5589,
1133,
11241,
1143,
347,
2538,
52,
2427,
286,
5360,
260,
903,
84,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
30751,
13,
2860,
62,
49140,
10786,
438,
18206,
12,
903,
84,
12,
28956,
12,
65,
431,
3256,
299,
22046,
11639,
30,
3256,
1500,
11639,
12404,
46083,
4277,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
11639,
28956,
347,
11401,
878,
14492,
347,
2538,
52,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
30751,
13,
2860,
62,
49140,
10786,
438,
18206,
12,
903,
84,
12,
22046,
3256,
2099,
28,
2536,
11,
1138,
615,
283,
11639,
40386,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
11639,
20158,
26498,
329,
9878,
8924,
9689,
11,
705,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
68,
13,
70,
1539,
34373,
4895,
40045,
1298,
604,
11,
366,
11925,
3617,
1298,
657,
13,
21,
32239,
7061,
8,
198,
220,
220,
220,
220,
220,
220,
220,
30751,
13,
2860,
62,
49140,
10786,
438,
18206,
12,
903,
84,
12,
4798,
12,
82,
12629,
3256,
2223,
11639,
8095,
62,
7942,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
11639,
4798,
6291,
10439,
1141,
21201,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
30751,
13,
2860,
62,
49140,
10786,
438,
903,
84,
12,
4906,
3256,
2099,
28,
2536,
11,
4277,
11639,
5239,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7747,
28,
17816,
5239,
3256,
705,
8189,
6,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
11639,
5589,
1133,
7245,
84,
329,
2420,
393,
2438,
11537,
198
] | 2.277674 | 1,066 |
import numpy as np
import matplotlib.pyplot as plt
# TODO
def mesh2d_(f,*args):
""" Plot function taking len 2 vector as single argument
f(xs)
"""
mesh2d(g,*args)
def mesh2d(f,*args):
""" Plot function taking two arguments
f(x,y)
"""
fig = plt.figure()
ax = fig.add_subplot(111, projection='3d')
x = y = np.arange(-0.5, 0.5, 0.005)
X, Y = np.meshgrid(x, y)
zs = np.array([ f(x_,y_,*args) for x_,y_ in zip( np.ravel(X), np.ravel(Y)) ])
Z = zs.reshape(X.shape)
ax.plot_surface(X, Y, Z)
ax.set_xlabel('X Label')
ax.set_ylabel('Y Label')
ax.set_zlabel('Z Label')
plt.show() | [
198,
11748,
299,
32152,
355,
45941,
198,
11748,
2603,
29487,
8019,
13,
9078,
29487,
355,
458,
83,
198,
198,
2,
16926,
46,
198,
198,
4299,
19609,
17,
67,
41052,
69,
11,
9,
22046,
2599,
198,
220,
220,
220,
37227,
28114,
2163,
2263,
18896,
362,
15879,
355,
2060,
4578,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
7,
34223,
8,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
19609,
17,
67,
7,
70,
11,
9,
22046,
8,
628,
198,
4299,
19609,
17,
67,
7,
69,
11,
9,
22046,
2599,
198,
220,
220,
220,
37227,
28114,
2163,
2263,
734,
7159,
198,
220,
220,
220,
220,
220,
220,
220,
277,
7,
87,
11,
88,
8,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
2336,
796,
458,
83,
13,
26875,
3419,
198,
220,
220,
220,
7877,
796,
2336,
13,
2860,
62,
7266,
29487,
7,
16243,
11,
20128,
11639,
18,
67,
11537,
198,
220,
220,
220,
2124,
796,
331,
796,
220,
45941,
13,
283,
858,
32590,
15,
13,
20,
11,
657,
13,
20,
11,
657,
13,
22544,
8,
198,
220,
220,
220,
1395,
11,
575,
796,
45941,
13,
76,
5069,
25928,
7,
87,
11,
331,
8,
198,
220,
220,
220,
1976,
82,
796,
45941,
13,
18747,
26933,
277,
7,
87,
62,
11,
88,
62,
11,
9,
22046,
8,
329,
2124,
62,
11,
88,
62,
287,
19974,
7,
45941,
13,
25843,
7,
55,
828,
45941,
13,
25843,
7,
56,
4008,
33761,
198,
220,
220,
220,
1168,
796,
1976,
82,
13,
3447,
1758,
7,
55,
13,
43358,
8,
628,
220,
220,
220,
7877,
13,
29487,
62,
42029,
7,
55,
11,
575,
11,
1168,
8,
628,
220,
220,
220,
7877,
13,
2617,
62,
87,
18242,
10786,
55,
36052,
11537,
198,
220,
220,
220,
7877,
13,
2617,
62,
2645,
9608,
10786,
56,
36052,
11537,
198,
220,
220,
220,
7877,
13,
2617,
62,
89,
18242,
10786,
57,
36052,
11537,
628,
220,
220,
220,
458,
83,
13,
12860,
3419
] | 2.043344 | 323 |
from pyhdl.core import *
from pyhdl.parts.logic import *
@module("NOT4", [ "B4" ], [ "B4" ])
@module("AND4", [ "B4", "B4" ], [ "B4" ])
@module("AND4S", [ "B4", "N" ], [ "B4" ])
@module("OR4", [ "B4", "B4" ], [ "B4" ])
@module("XOR4", [ "B4", "B4" ], [ "B4" ])
@module("XOR4S", [ "B4", "N" ], [ "B4" ])
@module("MUX4", [ "N", "B4", "B4" ], [ "B4" ])
@module("DMUX4", [ "N", "B4" ], [ "B4", "B4" ])
@module("ADC4", [ "B4", "B4", "N" ], [ "B4", "N" ])
@module("INC4", [ "B4", "N" ], [ "B4", "N" ])
@module("SUB4", [ "B4", "B4", "N" ], [ "B4", "N" ])
@module("DEC4", [ "B4", "N" ], [ "B4", "N" ])
@module("IDC4", [ "B4", "N", "N" ], [ "B4", "N" ])
@module("SHL4", [ "B4", "N" ], [ "B4", "N" ])
@module("SHR4", [ "N", "N" ], [ "N", "N" ])
@module("EQZ4", [ "B4" ], [ "N" ])
@module("LTZ4", [ "B4" ], [ "N" ])
@module("LATCH4", [ "N", "B4" ], [ "B4" ])
@module("REG4", [ "N", "N", "B4" ], [ "B4" ])
@module("UCOUNT4", [ "N", "N", "B4", "N" ], [ "B4", "N" ])
@module("DCOUNT4", [ "N", "N", "B4", "N" ], [ "B4", "N" ])
@module("UDCOUNT4", [ "N", "N", "N", "B4", "N" ], [ "B4", "N" ])
@module("SEL4", [ "N", "N", "N", "N" ], [ "N", "N", "N", "N", "N", "N", "N", "N", "N", "N", "N", "N", "N", "N", "N", "N" ])
| [
198,
198,
6738,
12972,
71,
25404,
13,
7295,
220,
220,
220,
220,
220,
220,
220,
1330,
1635,
198,
6738,
12972,
71,
25404,
13,
42632,
13,
6404,
291,
1330,
1635,
628,
198,
198,
31,
21412,
7203,
11929,
19,
1600,
685,
366,
33,
19,
1,
16589,
685,
366,
33,
19,
1,
33761,
628,
198,
198,
31,
21412,
7203,
6981,
19,
1600,
685,
366,
33,
19,
1600,
366,
33,
19,
1,
16589,
685,
366,
33,
19,
1,
33761,
628,
198,
198,
31,
21412,
7203,
6981,
19,
50,
1600,
685,
366,
33,
19,
1600,
366,
45,
1,
16589,
685,
366,
33,
19,
1,
33761,
628,
198,
198,
31,
21412,
7203,
1581,
19,
1600,
685,
366,
33,
19,
1600,
366,
33,
19,
1,
16589,
685,
366,
33,
19,
1,
33761,
628,
198,
198,
31,
21412,
7203,
55,
1581,
19,
1600,
685,
366,
33,
19,
1600,
366,
33,
19,
1,
16589,
685,
366,
33,
19,
1,
33761,
628,
198,
198,
31,
21412,
7203,
55,
1581,
19,
50,
1600,
685,
366,
33,
19,
1600,
366,
45,
1,
16589,
685,
366,
33,
19,
1,
33761,
628,
198,
198,
31,
21412,
7203,
44,
31235,
19,
1600,
685,
366,
45,
1600,
366,
33,
19,
1600,
366,
33,
19,
1,
16589,
685,
366,
33,
19,
1,
33761,
628,
198,
198,
31,
21412,
7203,
23127,
31235,
19,
1600,
685,
366,
45,
1600,
366,
33,
19,
1,
16589,
685,
366,
33,
19,
1600,
366,
33,
19,
1,
33761,
628,
198,
198,
31,
21412,
7203,
2885,
34,
19,
1600,
685,
366,
33,
19,
1600,
366,
33,
19,
1600,
366,
45,
1,
16589,
685,
366,
33,
19,
1600,
366,
45,
1,
33761,
628,
198,
198,
31,
21412,
7203,
30158,
19,
1600,
685,
366,
33,
19,
1600,
366,
45,
1,
16589,
685,
366,
33,
19,
1600,
366,
45,
1,
33761,
628,
198,
198,
31,
21412,
7203,
50,
10526,
19,
1600,
685,
366,
33,
19,
1600,
366,
33,
19,
1600,
366,
45,
1,
16589,
685,
366,
33,
19,
1600,
366,
45,
1,
33761,
628,
198,
198,
31,
21412,
7203,
41374,
19,
1600,
685,
366,
33,
19,
1600,
366,
45,
1,
16589,
685,
366,
33,
19,
1600,
366,
45,
1,
33761,
628,
198,
198,
31,
21412,
7203,
2389,
34,
19,
1600,
685,
366,
33,
19,
1600,
366,
45,
1600,
366,
45,
1,
16589,
685,
366,
33,
19,
1600,
366,
45,
1,
33761,
628,
198,
198,
31,
21412,
7203,
50,
6581,
19,
1600,
685,
366,
33,
19,
1600,
366,
45,
1,
16589,
685,
366,
33,
19,
1600,
366,
45,
1,
33761,
628,
198,
198,
31,
21412,
7203,
9693,
49,
19,
1600,
685,
366,
45,
1600,
366,
45,
1,
16589,
685,
366,
45,
1600,
366,
45,
1,
33761,
628,
198,
198,
31,
21412,
7203,
36,
48,
57,
19,
1600,
685,
366,
33,
19,
1,
16589,
685,
366,
45,
1,
33761,
628,
198,
198,
31,
21412,
7203,
27734,
57,
19,
1600,
685,
366,
33,
19,
1,
16589,
685,
366,
45,
1,
33761,
628,
198,
198,
31,
21412,
7203,
43,
11417,
19,
1600,
685,
366,
45,
1600,
366,
33,
19,
1,
16589,
685,
366,
33,
19,
1,
33761,
628,
198,
198,
31,
21412,
7203,
31553,
19,
1600,
685,
366,
45,
1600,
366,
45,
1600,
366,
33,
19,
1,
16589,
685,
366,
33,
19,
1,
33761,
628,
198,
198,
31,
21412,
7203,
9598,
28270,
19,
1600,
685,
366,
45,
1600,
366,
45,
1600,
366,
33,
19,
1600,
366,
45,
1,
16589,
685,
366,
33,
19,
1600,
366,
45,
1,
33761,
628,
198,
198,
31,
21412,
7203,
9697,
28270,
19,
1600,
685,
366,
45,
1600,
366,
45,
1600,
366,
33,
19,
1600,
366,
45,
1,
16589,
685,
366,
33,
19,
1600,
366,
45,
1,
33761,
628,
198,
198,
31,
21412,
7203,
8322,
34,
28270,
19,
1600,
685,
366,
45,
1600,
366,
45,
1600,
366,
45,
1600,
366,
33,
19,
1600,
366,
45,
1,
16589,
685,
366,
33,
19,
1600,
366,
45,
1,
33761,
628,
198,
198,
31,
21412,
7203,
50,
3698,
19,
1600,
685,
366,
45,
1600,
366,
45,
1600,
366,
45,
1600,
366,
45,
1,
16589,
685,
366,
45,
1600,
366,
45,
1600,
366,
45,
1600,
366,
45,
1600,
366,
45,
1600,
366,
45,
1600,
366,
45,
1600,
366,
45,
1600,
366,
45,
1600,
366,
45,
1600,
366,
45,
1600,
366,
45,
1600,
366,
45,
1600,
366,
45,
1600,
366,
45,
1600,
366,
45,
1,
33761,
628
] | 1.791317 | 714 |
import argparse
import geopandas as gpd
import pandas as pd
from shapely.geometry import MultiPolygon
import sys
import textwrap
sys.path.append('scripts/')
from config import METRICS, CANVAS, PROCESS_METRICS
from grid import Grid, CellCalculator
from metrics import Metric, CMetric, ClusterNumberMetric, MinimumClusterDistanceMetric, \
MetricFactory, ProcessMetricFactory
from polygon import Reader, Collection, Footprint, Iteration, Uniter, Shifter
from visualizer import Visualizer
from writer import JsonWriter, CsvWriter
class CollectionPipeline(Pipeline):
"""
Pipeline that produces a collection from a given shapefile name.
Returns a new collection shifted to (0, 0) as bottom left
"""
# Runs well
# def _run(self):
# df = self.reader.read(self.filename)
# _collection = Collection(Footprint)
# collection = Collection(Footprint)
# for geometry in df:
# _collection.add(Footprint(geometry))
# del df
# for element in _collection:
# collection = Uniter().make(collection, element)
# del _collection
# return Shifter().make(collection)
class MetricsPipeline(Pipeline):
"""
Pipeline that calculates metrics for a particular collection.
Returns dictionary of metrics calculated for a given collection.
"""
class ProcessMetricsPipeline(Pipeline):
"""
Pipeline that calculates metrics for a particular collection.
Returns dictionary of metrics calculated for a given collection.
"""
class IterPipeline(Pipeline):
"""
Pipeline that makes one iteration of growth on a given value.
Returns a new Collection.
"""
class GridPipeline(Pipeline):
"""
Pipeline that makes one iteration of growth on a given value.
Returns a new Collection.
"""
class TestPipeline(Pipeline):
"""
Pipeline to test different ideas.
"""
if __name__ == '__main__':
parser = argparse.ArgumentParser(
formatter_class=argparse.RawDescriptionHelpFormatter,
description=textwrap.dedent('''\
USAGE: python pipeline.py area.shp
------------------------------------------------------------------------
This is an algorithm that runs the metrics calculation for a
chosen area.
------------------------------------------------------------------------
'''), epilog=textwrap.dedent('''\
The algorithm will be updated with the changes made in the strategy.
'''))
parser.add_argument('filename', type=str,
help='path to the shapefile to inspect', default=None)
############################################################################
args = parser.parse_args()
FILE = args.filename
collection = CollectionPipeline(FILE).run()
m_pipe = MetricsPipeline(FILE)
result = m_pipe.run(collection, initial_collection=collection)
writer = CsvWriter(filename=FILE.split('.')[0])
writer.add("{}".format(0), result)
# v = Visualizer(collection, name='{}_iter'.format(n)).visualize()
for i in range(1, 14):
_collection = IterPipeline(FILE, i).run(collection)
result = m_pipe.run(_collection, initial_collection=collection)
writer.add(i, result)
# v = Visualizer(_collection, name='{}_iter'.format(i)).visualize()
# del v
del _collection
del result
process_pipe = ProcessMetricsPipeline(FILE).run(writer.content)
writer.add('whole', process_pipe)
writer.save()
| [
11748,
1822,
29572,
198,
11748,
30324,
392,
292,
355,
27809,
67,
198,
11748,
19798,
292,
355,
279,
67,
198,
6738,
5485,
306,
13,
469,
15748,
1330,
15237,
34220,
14520,
198,
11748,
25064,
198,
11748,
2420,
37150,
198,
198,
17597,
13,
6978,
13,
33295,
10786,
46521,
14,
11537,
198,
6738,
4566,
1330,
31243,
49,
19505,
11,
15628,
53,
1921,
11,
41755,
7597,
62,
47123,
49,
19505,
198,
6738,
10706,
1330,
24846,
11,
12440,
9771,
3129,
1352,
198,
6738,
20731,
1330,
3395,
1173,
11,
327,
9171,
1173,
11,
38279,
15057,
9171,
1173,
11,
26265,
2601,
5819,
45767,
9171,
1173,
11,
3467,
198,
197,
9171,
1173,
22810,
11,
10854,
9171,
1173,
22810,
198,
6738,
7514,
14520,
1330,
25342,
11,
12251,
11,
7870,
4798,
11,
40806,
341,
11,
791,
2676,
11,
911,
18171,
198,
6738,
5874,
7509,
1330,
15612,
7509,
198,
6738,
6260,
1330,
449,
1559,
34379,
11,
327,
21370,
34379,
628,
198,
198,
4871,
12251,
47,
541,
4470,
7,
47,
541,
4470,
2599,
198,
197,
37811,
198,
197,
47,
541,
4470,
326,
11073,
257,
4947,
422,
257,
1813,
5485,
7753,
1438,
13,
198,
197,
35561,
257,
649,
4947,
14869,
284,
357,
15,
11,
657,
8,
355,
4220,
1364,
198,
197,
37811,
198,
197,
2,
44743,
880,
628,
197,
2,
825,
4808,
5143,
7,
944,
2599,
198,
197,
2,
220,
197,
7568,
796,
2116,
13,
46862,
13,
961,
7,
944,
13,
34345,
8,
198,
197,
2,
220,
197,
62,
43681,
796,
12251,
7,
17574,
4798,
8,
198,
197,
2,
220,
197,
43681,
796,
12251,
7,
17574,
4798,
8,
198,
197,
2,
220,
197,
1640,
22939,
287,
47764,
25,
198,
197,
2,
220,
197,
197,
62,
43681,
13,
2860,
7,
17574,
4798,
7,
469,
15748,
4008,
198,
197,
2,
220,
197,
12381,
47764,
198,
197,
2,
220,
197,
1640,
5002,
287,
4808,
43681,
25,
198,
197,
2,
220,
197,
197,
43681,
796,
791,
2676,
22446,
15883,
7,
43681,
11,
5002,
8,
198,
197,
2,
220,
197,
12381,
4808,
43681,
198,
197,
2,
220,
197,
7783,
911,
18171,
22446,
15883,
7,
43681,
8,
628,
198,
4871,
3395,
10466,
47,
541,
4470,
7,
47,
541,
4470,
2599,
198,
197,
37811,
198,
197,
47,
541,
4470,
326,
43707,
20731,
329,
257,
1948,
4947,
13,
198,
197,
35561,
22155,
286,
20731,
10488,
329,
257,
1813,
4947,
13,
198,
197,
37811,
628,
198,
4871,
10854,
9171,
10466,
47,
541,
4470,
7,
47,
541,
4470,
2599,
198,
197,
37811,
198,
197,
47,
541,
4470,
326,
43707,
20731,
329,
257,
1948,
4947,
13,
198,
197,
35561,
22155,
286,
20731,
10488,
329,
257,
1813,
4947,
13,
198,
197,
37811,
628,
198,
4871,
40806,
47,
541,
4470,
7,
47,
541,
4470,
2599,
198,
197,
37811,
198,
197,
47,
541,
4470,
326,
1838,
530,
24415,
286,
3349,
319,
257,
1813,
1988,
13,
198,
197,
35561,
257,
649,
12251,
13,
198,
197,
37811,
628,
198,
4871,
24846,
47,
541,
4470,
7,
47,
541,
4470,
2599,
198,
197,
37811,
198,
197,
47,
541,
4470,
326,
1838,
530,
24415,
286,
3349,
319,
257,
1813,
1988,
13,
198,
197,
35561,
257,
649,
12251,
13,
198,
197,
37811,
628,
198,
198,
4871,
6208,
47,
541,
4470,
7,
47,
541,
4470,
2599,
198,
197,
37811,
198,
197,
47,
541,
4470,
284,
1332,
1180,
4213,
13,
198,
197,
37811,
628,
198,
361,
11593,
3672,
834,
6624,
705,
834,
12417,
834,
10354,
198,
197,
48610,
796,
1822,
29572,
13,
28100,
1713,
46677,
7,
198,
197,
197,
687,
1436,
62,
4871,
28,
853,
29572,
13,
27369,
11828,
22087,
8479,
1436,
11,
198,
197,
197,
11213,
28,
5239,
37150,
13,
9395,
298,
7,
7061,
6,
59,
198,
197,
197,
197,
197,
2937,
11879,
25,
21015,
11523,
13,
9078,
1989,
13,
1477,
79,
628,
197,
197,
197,
197,
10097,
982,
628,
197,
197,
197,
197,
1212,
318,
281,
11862,
326,
4539,
262,
20731,
17952,
329,
257,
220,
198,
197,
197,
197,
197,
354,
5233,
1989,
13,
628,
197,
197,
197,
197,
10097,
982,
628,
197,
197,
197,
197,
7061,
33809,
2462,
346,
519,
28,
5239,
37150,
13,
9395,
298,
7,
7061,
6,
59,
198,
197,
197,
197,
197,
464,
11862,
481,
307,
6153,
351,
262,
2458,
925,
287,
262,
4811,
13,
198,
197,
197,
197,
197,
7061,
6,
4008,
628,
197,
48610,
13,
2860,
62,
49140,
10786,
34345,
3256,
2099,
28,
2536,
11,
198,
197,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
11639,
6978,
284,
262,
5485,
7753,
284,
10104,
3256,
4277,
28,
14202,
8,
628,
197,
29113,
29113,
7804,
4242,
628,
197,
22046,
796,
30751,
13,
29572,
62,
22046,
3419,
628,
197,
25664,
796,
26498,
13,
34345,
628,
197,
43681,
796,
12251,
47,
541,
4470,
7,
25664,
737,
5143,
3419,
198,
197,
76,
62,
34360,
796,
3395,
10466,
47,
541,
4470,
7,
25664,
8,
198,
197,
20274,
796,
285,
62,
34360,
13,
5143,
7,
43681,
11,
4238,
62,
43681,
28,
43681,
8,
628,
197,
16002,
796,
327,
21370,
34379,
7,
34345,
28,
25664,
13,
35312,
10786,
2637,
38381,
15,
12962,
198,
197,
16002,
13,
2860,
7203,
90,
92,
1911,
18982,
7,
15,
828,
1255,
8,
628,
197,
2,
410,
796,
15612,
7509,
7,
43681,
11,
1438,
11639,
90,
92,
62,
2676,
4458,
18982,
7,
77,
29720,
41464,
1096,
3419,
198,
197,
1640,
1312,
287,
2837,
7,
16,
11,
1478,
2599,
198,
197,
197,
62,
43681,
796,
40806,
47,
541,
4470,
7,
25664,
11,
1312,
737,
5143,
7,
43681,
8,
198,
197,
197,
20274,
796,
285,
62,
34360,
13,
5143,
28264,
43681,
11,
4238,
62,
43681,
28,
43681,
8,
198,
197,
197,
16002,
13,
2860,
7,
72,
11,
1255,
8,
198,
197,
197,
2,
410,
796,
15612,
7509,
28264,
43681,
11,
1438,
11639,
90,
92,
62,
2676,
4458,
18982,
7,
72,
29720,
41464,
1096,
3419,
198,
197,
197,
2,
1619,
410,
198,
197,
197,
12381,
4808,
43681,
198,
197,
197,
12381,
1255,
198,
197,
14681,
62,
34360,
796,
10854,
9171,
10466,
47,
541,
4470,
7,
25664,
737,
5143,
7,
16002,
13,
11299,
8,
198,
197,
16002,
13,
2860,
10786,
1929,
2305,
3256,
1429,
62,
34360,
8,
198,
197,
16002,
13,
21928,
3419,
628,
198
] | 3.2364 | 1,011 |
import matplotlib.pyplot as plt | [
11748,
2603,
29487,
8019,
13,
9078,
29487,
355,
458,
83
] | 3.1 | 10 |
from __future__ import absolute_import, unicode_literals
# Taken from the following StackOverflow answer:
# http://stackoverflow.com/a/3703727/199176
SELECT_TYPES_SQL = """
SELECT n.nspname as schema, t.typname as type
FROM pg_type t
LEFT JOIN pg_catalog.pg_namespace n ON n.oid = t.typnamespace
WHERE (t.typrelid = 0 OR (
SELECT c.relkind = 'c'
FROM pg_catalog.pg_class c
WHERE c.oid = t.typrelid)
)
AND NOT EXISTS(
SELECT 1
FROM pg_catalog.pg_type el
WHERE el.oid = t.typelem
AND el.typarray = t.oid
)
AND n.nspname NOT IN ('pg_catalog', 'information_schema')
"""
def get_type_names(connection):
"""Return a list of custom types currently defined and visible
to the application in PostgreSQL.
"""
cursor = connection.cursor()
cursor.execute(SELECT_TYPES_SQL)
rows = cursor.fetchall()
return set([i[1] for i in rows])
def type_exists(connection, type_name):
"""Return True if the given PostgreSQL type exists, False otherwise."""
type_name = type_name.lower()
return type_name in get_type_names(connection)
| [
6738,
11593,
37443,
834,
1330,
4112,
62,
11748,
11,
28000,
1098,
62,
17201,
874,
628,
198,
2,
30222,
422,
262,
1708,
23881,
5886,
11125,
3280,
25,
198,
2,
220,
220,
2638,
1378,
25558,
2502,
11125,
13,
785,
14,
64,
14,
20167,
2718,
1983,
14,
19104,
24096,
198,
46506,
62,
9936,
47,
1546,
62,
17861,
796,
37227,
198,
220,
220,
220,
33493,
299,
13,
77,
2777,
3672,
355,
32815,
11,
256,
13,
28004,
3672,
355,
2099,
220,
198,
220,
220,
220,
220,
220,
16034,
23241,
62,
4906,
256,
220,
198,
12509,
9792,
32357,
1268,
23241,
62,
9246,
11794,
13,
6024,
62,
14933,
10223,
299,
6177,
299,
13,
1868,
796,
256,
13,
28004,
14933,
10223,
220,
198,
220,
220,
220,
220,
33411,
357,
83,
13,
28004,
2411,
312,
796,
657,
6375,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
33493,
269,
13,
2411,
11031,
796,
705,
66,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16034,
23241,
62,
9246,
11794,
13,
6024,
62,
4871,
269,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
33411,
269,
13,
1868,
796,
256,
13,
28004,
2411,
312,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
220,
198,
220,
220,
220,
220,
220,
220,
5357,
5626,
7788,
1797,
4694,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
33493,
352,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16034,
23241,
62,
9246,
11794,
13,
6024,
62,
4906,
1288,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
33411,
1288,
13,
1868,
796,
256,
13,
4906,
10671,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5357,
1288,
13,
774,
1845,
2433,
796,
256,
13,
1868,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
5357,
299,
13,
77,
2777,
3672,
5626,
3268,
19203,
6024,
62,
9246,
11794,
3256,
705,
17018,
62,
15952,
2611,
11537,
198,
37811,
628,
198,
4299,
651,
62,
4906,
62,
14933,
7,
38659,
2599,
198,
220,
220,
220,
37227,
13615,
257,
1351,
286,
2183,
3858,
3058,
5447,
290,
7424,
198,
220,
220,
220,
284,
262,
3586,
287,
2947,
47701,
13,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
23493,
796,
4637,
13,
66,
21471,
3419,
198,
220,
220,
220,
23493,
13,
41049,
7,
46506,
62,
9936,
47,
1546,
62,
17861,
8,
198,
220,
220,
220,
15274,
796,
23493,
13,
69,
7569,
439,
3419,
198,
220,
220,
220,
1441,
900,
26933,
72,
58,
16,
60,
329,
1312,
287,
15274,
12962,
628,
198,
4299,
2099,
62,
1069,
1023,
7,
38659,
11,
2099,
62,
3672,
2599,
198,
220,
220,
220,
37227,
13615,
6407,
611,
262,
1813,
2947,
47701,
2099,
7160,
11,
10352,
4306,
526,
15931,
198,
220,
220,
220,
2099,
62,
3672,
796,
2099,
62,
3672,
13,
21037,
3419,
198,
220,
220,
220,
1441,
2099,
62,
3672,
287,
651,
62,
4906,
62,
14933,
7,
38659,
8,
198
] | 2.346304 | 514 |
import cvxpy as cp
import numpy as np
import mosek
| [
11748,
269,
85,
87,
9078,
355,
31396,
220,
198,
11748,
299,
32152,
355,
45941,
198,
11748,
285,
577,
74,
628,
198
] | 2.571429 | 21 |
from re import match
from io import BytesIO
from lxml import etree
from urllib import request
__CURRENT_QUOTE_URL = "http://rate.bot.com.tw/xrt?Lang=zh-TW"
__HISTORY_QUOTE_URL_PATTERN = "http://rate.bot.com.tw/xrt/quote/{range}/{currency}"
__NAME_DICT = {}
def now_all():
"""取得目前所有幣別的牌告匯率
:rtype: dict
"""
ret = {}
tree = __parse_tree(__CURRENT_QUOTE_URL)
table = tree.xpath(u'//table[@title="牌告匯率"]')[0]
quote_time = tree.xpath(u'//span[@class="time"]/text()')[0]
for row in table.xpath("tbody/tr"):
tds = row.xpath("td")
full_name = (
tds[0].xpath('div/div[@class="visible-phone print_hide"]/text()')[0].strip()
)
key = match(r".*\((\w+)\)", full_name).group(1)
__NAME_DICT[key] = full_name
cash_buy = tds[1].text.strip()
cash_sell = tds[2].text.strip()
rate_buy = tds[3].text.strip()
rate_sell = tds[4].text.strip()
ret[key] = (quote_time, cash_buy, cash_sell, rate_buy, rate_sell)
return ret
def now(currency):
"""取得目前指定幣別的牌告匯率
:param str currency: 貨幣代號
:rtype: list
"""
return now_all()[currency]
def currencies():
"""取得所有幣別代碼
:rtype: list
"""
return list(currency_name_dict().keys())
def currency_name_dict():
"""取得所有幣別的中文名稱
:rtype: dict
"""
if not __NAME_DICT:
now_all()
return dict(__NAME_DICT)
def past_day(currency):
"""取得最近一日的報價
:param str currency: 貨幣代號
:rtype: list
"""
return __parse_history_page(
__HISTORY_QUOTE_URL_PATTERN.format(currency=currency, range="day"),
first_column_is_link=False,
)
def past_six_month(currency):
"""取得最近六個月的報價(包含貨幣名稱)
:param str currency: 貨幣代號
:rtype: list
"""
return __parse_history_page(
__HISTORY_QUOTE_URL_PATTERN.format(currency=currency, range="l6m")
)
def specify_month(currency, year, month):
"""取得指定月份的報價(包含貨幣名稱)
:param str currency: 貨幣代號
:param int year: 年
:param int month: 月
:rtype: list
"""
month_str = "{}-{:02}".format(year, month)
return __parse_history_page(
__HISTORY_QUOTE_URL_PATTERN.format(currency=currency, range=month_str)
)
| [
6738,
302,
1330,
2872,
198,
6738,
33245,
1330,
2750,
4879,
9399,
198,
6738,
300,
19875,
1330,
2123,
631,
198,
6738,
2956,
297,
571,
1330,
2581,
198,
198,
834,
34,
39237,
62,
10917,
23051,
62,
21886,
796,
366,
4023,
1378,
4873,
13,
13645,
13,
785,
13,
4246,
14,
87,
17034,
30,
43,
648,
28,
23548,
12,
34551,
1,
198,
834,
39,
42480,
62,
10917,
23051,
62,
21886,
62,
47,
1404,
31800,
796,
366,
4023,
1378,
4873,
13,
13645,
13,
785,
13,
4246,
14,
87,
17034,
14,
22708,
14,
90,
9521,
92,
14,
90,
34415,
36786,
198,
834,
20608,
62,
35,
18379,
796,
23884,
628,
198,
198,
4299,
783,
62,
439,
33529,
198,
220,
220,
220,
37227,
20998,
244,
36181,
245,
33566,
106,
30298,
235,
33699,
222,
17312,
231,
33176,
96,
26344,
98,
21410,
31965,
234,
37772,
232,
44293,
107,
163,
236,
229,
628,
220,
220,
220,
1058,
81,
4906,
25,
8633,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
1005,
796,
23884,
198,
220,
220,
220,
5509,
796,
11593,
29572,
62,
21048,
7,
834,
34,
39237,
62,
10917,
23051,
62,
21886,
8,
198,
220,
220,
220,
3084,
796,
5509,
13,
87,
6978,
7,
84,
6,
1003,
11487,
58,
31,
7839,
2625,
31965,
234,
37772,
232,
44293,
107,
163,
236,
229,
8973,
11537,
58,
15,
60,
198,
220,
220,
220,
9577,
62,
2435,
796,
5509,
13,
87,
6978,
7,
84,
6,
1003,
12626,
58,
31,
4871,
2625,
2435,
8973,
14,
5239,
3419,
11537,
58,
15,
60,
628,
220,
220,
220,
329,
5752,
287,
3084,
13,
87,
6978,
7203,
83,
2618,
14,
2213,
1,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
256,
9310,
796,
5752,
13,
87,
6978,
7203,
8671,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
1336,
62,
3672,
796,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
256,
9310,
58,
15,
4083,
87,
6978,
10786,
7146,
14,
7146,
58,
31,
4871,
2625,
23504,
12,
4862,
3601,
62,
24717,
8973,
14,
5239,
3419,
11537,
58,
15,
4083,
36311,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
1994,
796,
2872,
7,
81,
1911,
9,
59,
19510,
59,
86,
10,
19415,
42501,
1336,
62,
3672,
737,
8094,
7,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
11593,
20608,
62,
35,
18379,
58,
2539,
60,
796,
1336,
62,
3672,
628,
220,
220,
220,
220,
220,
220,
220,
5003,
62,
17846,
796,
256,
9310,
58,
16,
4083,
5239,
13,
36311,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
5003,
62,
7255,
796,
256,
9310,
58,
17,
4083,
5239,
13,
36311,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
2494,
62,
17846,
796,
256,
9310,
58,
18,
4083,
5239,
13,
36311,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
2494,
62,
7255,
796,
256,
9310,
58,
19,
4083,
5239,
13,
36311,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
1005,
58,
2539,
60,
796,
357,
22708,
62,
2435,
11,
5003,
62,
17846,
11,
5003,
62,
7255,
11,
2494,
62,
17846,
11,
2494,
62,
7255,
8,
628,
220,
220,
220,
1441,
1005,
628,
198,
4299,
783,
7,
34415,
2599,
198,
220,
220,
220,
37227,
20998,
244,
36181,
245,
33566,
106,
30298,
235,
162,
234,
229,
22522,
248,
33176,
96,
26344,
98,
21410,
31965,
234,
37772,
232,
44293,
107,
163,
236,
229,
628,
220,
220,
220,
1058,
17143,
965,
7395,
25,
5525,
110,
101,
33176,
96,
47987,
164,
247,
253,
198,
220,
220,
220,
1058,
81,
4906,
25,
1351,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
1441,
783,
62,
439,
3419,
58,
34415,
60,
628,
198,
4299,
19247,
33529,
198,
220,
220,
220,
37227,
20998,
244,
36181,
245,
33699,
222,
17312,
231,
33176,
96,
26344,
98,
47987,
163,
95,
120,
628,
220,
220,
220,
1058,
81,
4906,
25,
1351,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
1441,
1351,
7,
34415,
62,
3672,
62,
11600,
22446,
13083,
28955,
628,
198,
4299,
7395,
62,
3672,
62,
11600,
33529,
198,
220,
220,
220,
37227,
20998,
244,
36181,
245,
33699,
222,
17312,
231,
33176,
96,
26344,
98,
21410,
40792,
23877,
229,
28938,
235,
163,
101,
109,
628,
220,
220,
220,
1058,
81,
4906,
25,
8633,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
611,
407,
11593,
20608,
62,
35,
18379,
25,
198,
220,
220,
220,
220,
220,
220,
220,
783,
62,
439,
3419,
198,
220,
220,
220,
1441,
8633,
7,
834,
20608,
62,
35,
18379,
8,
628,
198,
198,
4299,
1613,
62,
820,
7,
34415,
2599,
198,
220,
220,
220,
37227,
20998,
244,
36181,
245,
17312,
222,
32573,
239,
31660,
33768,
98,
21410,
161,
254,
109,
161,
225,
117,
628,
220,
220,
220,
1058,
17143,
965,
7395,
25,
5525,
110,
101,
33176,
96,
47987,
164,
247,
253,
198,
220,
220,
220,
1058,
81,
4906,
25,
1351,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
1441,
11593,
29572,
62,
23569,
62,
7700,
7,
198,
220,
220,
220,
220,
220,
220,
220,
11593,
39,
42480,
62,
10917,
23051,
62,
21886,
62,
47,
1404,
31800,
13,
18982,
7,
34415,
28,
34415,
11,
2837,
2625,
820,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
717,
62,
28665,
62,
271,
62,
8726,
28,
25101,
11,
198,
220,
220,
220,
1267,
628,
198,
4299,
1613,
62,
19412,
62,
8424,
7,
34415,
2599,
198,
220,
220,
220,
37227,
20998,
244,
36181,
245,
17312,
222,
32573,
239,
17739,
255,
161,
222,
233,
17312,
230,
21410,
161,
254,
109,
161,
225,
117,
7,
44293,
227,
28938,
104,
164,
110,
101,
33176,
96,
28938,
235,
163,
101,
109,
8,
628,
220,
220,
220,
1058,
17143,
965,
7395,
25,
5525,
110,
101,
33176,
96,
47987,
164,
247,
253,
198,
220,
220,
220,
1058,
81,
4906,
25,
1351,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
1441,
11593,
29572,
62,
23569,
62,
7700,
7,
198,
220,
220,
220,
220,
220,
220,
220,
11593,
39,
42480,
62,
10917,
23051,
62,
21886,
62,
47,
1404,
31800,
13,
18982,
7,
34415,
28,
34415,
11,
2837,
2625,
75,
21,
76,
4943,
198,
220,
220,
220,
1267,
628,
198,
4299,
11986,
62,
8424,
7,
34415,
11,
614,
11,
1227,
2599,
198,
220,
220,
220,
37227,
20998,
244,
36181,
245,
162,
234,
229,
22522,
248,
17312,
230,
20015,
121,
21410,
161,
254,
109,
161,
225,
117,
7,
44293,
227,
28938,
104,
164,
110,
101,
33176,
96,
28938,
235,
163,
101,
109,
8,
628,
220,
220,
220,
1058,
17143,
965,
7395,
25,
5525,
110,
101,
33176,
96,
47987,
164,
247,
253,
198,
220,
220,
220,
1058,
17143,
493,
614,
25,
10263,
117,
112,
198,
220,
220,
220,
1058,
17143,
493,
1227,
25,
42164,
230,
198,
220,
220,
220,
1058,
81,
4906,
25,
1351,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
1227,
62,
2536,
796,
45144,
92,
12,
90,
25,
2999,
92,
1911,
18982,
7,
1941,
11,
1227,
8,
198,
220,
220,
220,
1441,
11593,
29572,
62,
23569,
62,
7700,
7,
198,
220,
220,
220,
220,
220,
220,
220,
11593,
39,
42480,
62,
10917,
23051,
62,
21886,
62,
47,
1404,
31800,
13,
18982,
7,
34415,
28,
34415,
11,
2837,
28,
8424,
62,
2536,
8,
198,
220,
220,
220,
1267,
198
] | 1.868399 | 1,193 |
from moviepy.editor import *
import os
# split("D:/Загрузки/hackathon_part_1.mp4", "D:/datasets/")
| [
6738,
3807,
9078,
13,
35352,
1330,
1635,
198,
11748,
28686,
628,
198,
198,
2,
6626,
7203,
35,
14079,
140,
245,
16142,
140,
111,
21169,
35072,
140,
115,
31583,
18849,
14,
31153,
12938,
62,
3911,
62,
16,
13,
3149,
19,
1600,
366,
35,
14079,
19608,
292,
1039,
14,
4943,
198
] | 2.081633 | 49 |
def spin_words(sentence=None):
"""
Description:
Write a function that takes in a string of one or more words, and returns the same string, but with all five or
more letter words reversed (Just like the name of this Kata). Strings passed in will consist of only letters and
spaces. Spaces will be included only when more than one word is present.
Examples:
spinWords( "Hey fellow warriors" ) => returns "Hey wollef sroirraw"
spinWords( "This is a test") => returns "This is a test"
spinWords( "This is another test" )=> returns "This is rehtona test"
"""
sentence_list = sentence.split()
for i in range(len(sentence_list)):
if len(sentence_list[i]) >= 5:
sentence_list[i] = "".join(reversed(sentence_list[i]))
else:
pass
sentence = " ".join(x for x in sentence_list)
return sentence
if __name__ == "__main__":
spin_words() | [
4299,
7906,
62,
10879,
7,
34086,
594,
28,
14202,
2599,
198,
220,
220,
220,
220,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
12489,
25,
198,
220,
220,
220,
19430,
257,
2163,
326,
2753,
287,
257,
4731,
286,
530,
393,
517,
2456,
11,
290,
5860,
262,
976,
4731,
11,
475,
351,
477,
1936,
393,
220,
198,
220,
220,
220,
517,
3850,
2456,
17687,
357,
5703,
588,
262,
1438,
286,
428,
509,
1045,
737,
4285,
654,
3804,
287,
481,
3473,
286,
691,
7475,
290,
220,
198,
220,
220,
220,
9029,
13,
48086,
481,
307,
3017,
691,
618,
517,
621,
530,
1573,
318,
1944,
13,
628,
220,
220,
220,
21066,
25,
198,
220,
220,
220,
7906,
37117,
7,
366,
10814,
5891,
17119,
1,
1267,
5218,
5860,
366,
10814,
266,
349,
293,
69,
264,
305,
343,
1831,
1,
220,
198,
220,
220,
220,
7906,
37117,
7,
366,
1212,
318,
257,
1332,
4943,
5218,
5860,
366,
1212,
318,
257,
1332,
1,
220,
198,
220,
220,
220,
7906,
37117,
7,
366,
1212,
318,
1194,
1332,
1,
1267,
14804,
5860,
366,
1212,
318,
302,
71,
1122,
64,
1332,
1,
198,
220,
220,
220,
37227,
628,
220,
220,
220,
220,
198,
220,
220,
220,
6827,
62,
4868,
796,
6827,
13,
35312,
3419,
198,
220,
220,
220,
220,
198,
220,
220,
220,
329,
1312,
287,
2837,
7,
11925,
7,
34086,
594,
62,
4868,
8,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
611,
18896,
7,
34086,
594,
62,
4868,
58,
72,
12962,
18189,
642,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6827,
62,
4868,
58,
72,
60,
796,
366,
1911,
22179,
7,
260,
690,
276,
7,
34086,
594,
62,
4868,
58,
72,
60,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1208,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
6827,
796,
366,
27071,
22179,
7,
87,
329,
2124,
287,
6827,
62,
4868,
8,
628,
220,
220,
220,
1441,
6827,
198,
198,
361,
11593,
3672,
834,
6624,
366,
834,
12417,
834,
1298,
198,
220,
220,
220,
7906,
62,
10879,
3419,
220,
220,
220,
220
] | 2.611413 | 368 |
from bioblend.galaxy import GalaxyInstance
from bioblend.galaxy.histories import HistoryClient
from bioblend.galaxy.libraries import LibraryClient
from bioblend.galaxy.tools import ToolClient
from bioblend.galaxy.datasets import DatasetClient
from bioblend.galaxy.jobs import JobsClient
from urllib.parse import urlparse, urlunparse
import urllib.request
import shutil
import json
import uuid
import tempfile
from ftplib import FTP
from collections import namedtuple
import os
import time
from fileop import IOHelper
#gi = GalaxyInstance(url='http://sr-p2irc-big8.usask.ca:8080', key='7483fa940d53add053903042c39f853a')
# r = toolClient.run_tool('a799d38679e985db', 'toolshed.g2.bx.psu.edu/repos/devteam/fastq_groomer/fastq_groomer/1.0.4', params)
#===============================================================================
# run_fastq_groomer
# {"tool_id":"toolshed.g2.bx.psu.edu/repos/devteam/fastq_groomer/fastq_groomer/1.0.4",
# "tool_version":"1.0.4",
# "inputs":{"input_file":{"values":[{"src":"hda","name":"SRR034608.fastq","tags":[],"keep":false,"hid":1,"id":"c9468fdb6dc5c5f1"}],"batch":false},
# "input_type":"sanger","options_type|options_type_selector":"basic"}}
#===============================================================================
#===============================================================================
# run_bwa
# {"tool_id":"toolshed.g2.bx.psu.edu/repos/devteam/bwa/bwa/0.7.15.2","tool_version":"0.7.15.2",
# "inputs":{
# "reference_source|reference_source_selector":"history",
# "reference_source|ref_file":{
# "values":[{
# "src":"hda",
# "name":"all.cDNA",
# "tags":[],
# "keep":false,
# "hid":2,
# "id":"0d72ca01c763d02d"}],
# "batch":false},
# "reference_source|index_a":"auto",
# "input_type|input_type_selector":"paired",
# "input_type|fastq_input1":{
# "values":[{
# "src":"hda",
# "name":"FASTQ Groomer on data 1",
# "tags":[],
# "keep":false,
# "hid":10,
# "id":"4eb81b04b33684fd"}],
# "batch":false
# },
# "input_type|fastq_input2":{
# "values":[{
# "src":"hda",
# "name":"FASTQ Groomer on data 1",
# "tags":[],
# "keep":false,
# "hid":11,
# "id":"5761546ab79a71f2"}],
# "batch":false
# },
# "input_type|adv_pe_options|adv_pe_options_selector":"do_not_set",
# "rg|rg_selector":"do_not_set",
# "analysis_type|analysis_type_selector":"illumina"
# }
#=============================================================================== | [
6738,
3182,
45292,
437,
13,
13528,
6969,
1330,
9252,
33384,
198,
6738,
3182,
45292,
437,
13,
13528,
6969,
13,
10034,
1749,
1330,
7443,
11792,
198,
6738,
3182,
45292,
437,
13,
13528,
6969,
13,
75,
11127,
1330,
10074,
11792,
198,
6738,
3182,
45292,
437,
13,
13528,
6969,
13,
31391,
1330,
16984,
11792,
198,
6738,
3182,
45292,
437,
13,
13528,
6969,
13,
19608,
292,
1039,
1330,
16092,
292,
316,
11792,
198,
6738,
3182,
45292,
437,
13,
13528,
6969,
13,
43863,
1330,
19161,
11792,
198,
198,
6738,
2956,
297,
571,
13,
29572,
1330,
19016,
29572,
11,
19016,
403,
29572,
198,
11748,
2956,
297,
571,
13,
25927,
198,
11748,
4423,
346,
198,
11748,
33918,
198,
11748,
334,
27112,
198,
11748,
20218,
7753,
198,
6738,
10117,
489,
571,
1330,
45854,
198,
6738,
17268,
1330,
3706,
83,
29291,
198,
11748,
28686,
198,
11748,
640,
198,
198,
6738,
2393,
404,
1330,
314,
12096,
417,
525,
198,
198,
2,
12397,
796,
9252,
33384,
7,
6371,
11639,
4023,
1378,
27891,
12,
79,
17,
1980,
12,
14261,
23,
13,
385,
2093,
13,
6888,
25,
1795,
1795,
3256,
1994,
11639,
22,
38783,
13331,
46899,
67,
4310,
2860,
2713,
25964,
1270,
3682,
66,
2670,
69,
23,
4310,
64,
11537,
198,
2,
220,
374,
796,
2891,
11792,
13,
5143,
62,
25981,
10786,
64,
45455,
67,
2548,
37601,
68,
42250,
9945,
3256,
705,
31391,
704,
13,
70,
17,
13,
65,
87,
13,
862,
84,
13,
15532,
14,
260,
1930,
14,
7959,
15097,
14,
7217,
80,
62,
70,
3823,
263,
14,
7217,
80,
62,
70,
3823,
263,
14,
16,
13,
15,
13,
19,
3256,
42287,
8,
628,
198,
2,
23926,
25609,
18604,
198,
2,
1057,
62,
7217,
80,
62,
70,
3823,
263,
198,
2,
19779,
25981,
62,
312,
2404,
31391,
704,
13,
70,
17,
13,
65,
87,
13,
862,
84,
13,
15532,
14,
260,
1930,
14,
7959,
15097,
14,
7217,
80,
62,
70,
3823,
263,
14,
7217,
80,
62,
70,
3823,
263,
14,
16,
13,
15,
13,
19,
1600,
198,
2,
366,
25981,
62,
9641,
2404,
16,
13,
15,
13,
19,
1600,
198,
2,
366,
15414,
82,
8351,
15414,
62,
7753,
8351,
27160,
32509,
10677,
2404,
71,
6814,
2430,
3672,
2404,
12562,
49,
49841,
28688,
13,
7217,
80,
2430,
31499,
20598,
17241,
14894,
1298,
9562,
553,
49675,
1298,
16,
553,
312,
2404,
66,
5824,
3104,
69,
9945,
21,
17896,
20,
66,
20,
69,
16,
42785,
43501,
1298,
9562,
5512,
198,
2,
366,
15414,
62,
4906,
2404,
82,
2564,
2430,
25811,
62,
4906,
91,
25811,
62,
4906,
62,
19738,
273,
2404,
35487,
1,
11709,
198,
2,
23926,
25609,
18604,
628,
198,
2,
23926,
25609,
18604,
198,
2,
1057,
62,
65,
10247,
198,
2,
19779,
25981,
62,
312,
2404,
31391,
704,
13,
70,
17,
13,
65,
87,
13,
862,
84,
13,
15532,
14,
260,
1930,
14,
7959,
15097,
14,
65,
10247,
14,
65,
10247,
14,
15,
13,
22,
13,
1314,
13,
17,
2430,
25981,
62,
9641,
2404,
15,
13,
22,
13,
1314,
13,
17,
1600,
198,
2,
366,
15414,
82,
1298,
90,
198,
2,
220,
220,
220,
220,
366,
35790,
62,
10459,
91,
35790,
62,
10459,
62,
19738,
273,
2404,
23569,
1600,
198,
2,
220,
220,
220,
220,
366,
35790,
62,
10459,
91,
5420,
62,
7753,
1298,
90,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
366,
27160,
20598,
90,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
10677,
2404,
71,
6814,
1600,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
3672,
2404,
439,
13,
66,
28886,
1600,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
31499,
20598,
4357,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
14894,
1298,
9562,
11,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
49675,
1298,
17,
11,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
312,
2404,
15,
67,
4761,
6888,
486,
66,
49641,
67,
2999,
67,
20662,
4357,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
366,
43501,
1298,
9562,
5512,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
366,
35790,
62,
10459,
91,
9630,
62,
64,
2404,
23736,
1600,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
366,
15414,
62,
4906,
91,
15414,
62,
4906,
62,
19738,
273,
2404,
8957,
1202,
1600,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
366,
15414,
62,
4906,
91,
7217,
80,
62,
15414,
16,
1298,
90,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
27160,
20598,
90,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
10677,
2404,
71,
6814,
1600,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
3672,
2404,
37,
11262,
48,
402,
3823,
263,
319,
1366,
352,
1600,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
31499,
20598,
4357,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
14894,
1298,
9562,
11,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
49675,
1298,
940,
11,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
312,
2404,
19,
1765,
6659,
65,
3023,
65,
2091,
41580,
16344,
20662,
4357,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
43501,
1298,
9562,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
2,
220,
220,
220,
220,
366,
15414,
62,
4906,
91,
7217,
80,
62,
15414,
17,
1298,
90,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
366,
27160,
20598,
90,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
10677,
2404,
71,
6814,
1600,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
3672,
2404,
37,
11262,
48,
402,
3823,
263,
319,
1366,
352,
1600,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
31499,
20598,
4357,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
14894,
1298,
9562,
11,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
49675,
1298,
1157,
11,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
312,
2404,
37452,
1314,
3510,
397,
3720,
64,
4869,
69,
17,
20662,
4357,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
366,
43501,
1298,
9562,
198,
2,
220,
220,
220,
220,
8964,
198,
2,
220,
220,
220,
220,
366,
15414,
62,
4906,
91,
32225,
62,
431,
62,
25811,
91,
32225,
62,
431,
62,
25811,
62,
19738,
273,
2404,
4598,
62,
1662,
62,
2617,
1600,
198,
2,
220,
220,
220,
220,
366,
41345,
91,
41345,
62,
19738,
273,
2404,
4598,
62,
1662,
62,
2617,
1600,
198,
2,
220,
220,
220,
220,
366,
20930,
62,
4906,
91,
20930,
62,
4906,
62,
19738,
273,
2404,
359,
388,
1437,
1,
198,
2,
220,
220,
220,
220,
1782,
198,
2,
23926,
25609,
18604
] | 2.238794 | 1,227 |
#!/usr/bin/python3
import struct
import time
import argparse
import ssl
import socket
import sys
import os
from concurrent.futures import ProcessPoolExecutor
class Server:
'''
This class represents a remote server implementing the exobrain
protocol It performs the UI and Display roles of said protocol, to
enable testing of the protocol as spoken by the server. It is
*NOT* intended for use with sensitive data or in a production
environment.
'''
# Process args and build conf, expectations
parser = argparse.ArgumentParser(description="Exobrain Test CLI")
parser.add_argument("--key", required=True)
parser.add_argument("--cert", required=True)
parser.add_argument("--ca", required=True)
parser.add_argument("--tag", action='append', required=True)
parser.add_argument("--pw", action='append', required=True)
parser.add_argument("--server-port", type=int, required=True, dest='sport')
parser.add_argument("--display-port", type=int, required=True, dest='dport')
conf = parser.parse_args(sys.argv[1:])
server = Server(conf)
actual_tags = server.list_tags()
check_tags(actual_tags, conf.tag)
# Each input password is actually a tag:password
expected_passwords = [p.split(':') for p in conf.pw]
for tag,expected in expected_passwords:
actual = server.get_password(tag)
if actual != expected:
print ("Password for tag '%s' was '%s', but should have been '%s'" % (tag, actual, expected))
sys.exit(1)
print ("Test passed")
sys.exit(0)
| [
2,
48443,
14629,
14,
8800,
14,
29412,
18,
198,
198,
11748,
2878,
198,
11748,
640,
198,
11748,
1822,
29572,
198,
11748,
264,
6649,
198,
11748,
17802,
198,
11748,
25064,
198,
11748,
28686,
198,
6738,
24580,
13,
69,
315,
942,
1330,
10854,
27201,
23002,
38409,
198,
198,
4871,
9652,
25,
198,
220,
220,
220,
705,
7061,
198,
220,
220,
220,
770,
1398,
6870,
257,
6569,
4382,
15427,
262,
409,
672,
3201,
198,
220,
220,
220,
8435,
632,
17706,
262,
12454,
290,
16531,
9176,
286,
531,
8435,
11,
284,
198,
220,
220,
220,
7139,
4856,
286,
262,
8435,
355,
9635,
416,
262,
4382,
13,
220,
632,
318,
198,
220,
220,
220,
1635,
11929,
9,
5292,
329,
779,
351,
8564,
1366,
393,
287,
257,
3227,
198,
220,
220,
220,
2858,
13,
198,
220,
220,
220,
705,
7061,
628,
198,
220,
220,
220,
220,
198,
220,
220,
220,
220,
198,
2,
10854,
26498,
290,
1382,
1013,
11,
9027,
198,
48610,
796,
1822,
29572,
13,
28100,
1713,
46677,
7,
11213,
2625,
3109,
672,
3201,
6208,
43749,
4943,
198,
48610,
13,
2860,
62,
49140,
7203,
438,
2539,
1600,
220,
2672,
28,
17821,
8,
198,
48610,
13,
2860,
62,
49140,
7203,
438,
22583,
1600,
2672,
28,
17821,
8,
198,
48610,
13,
2860,
62,
49140,
7203,
438,
6888,
1600,
2672,
28,
17821,
8,
198,
48610,
13,
2860,
62,
49140,
7203,
438,
12985,
1600,
2223,
11639,
33295,
3256,
2672,
28,
17821,
8,
198,
48610,
13,
2860,
62,
49140,
7203,
438,
79,
86,
1600,
2223,
11639,
33295,
3256,
2672,
28,
17821,
8,
198,
48610,
13,
2860,
62,
49140,
7203,
438,
15388,
12,
634,
1600,
2099,
28,
600,
11,
2672,
28,
17821,
11,
2244,
11639,
82,
634,
11537,
198,
48610,
13,
2860,
62,
49140,
7203,
438,
13812,
12,
634,
1600,
2099,
28,
600,
11,
2672,
28,
17821,
11,
2244,
11639,
67,
634,
11537,
198,
10414,
796,
30751,
13,
29572,
62,
22046,
7,
17597,
13,
853,
85,
58,
16,
25,
12962,
198,
198,
15388,
796,
9652,
7,
10414,
8,
198,
198,
50039,
62,
31499,
796,
4382,
13,
4868,
62,
31499,
3419,
198,
9122,
62,
31499,
7,
50039,
62,
31499,
11,
1013,
13,
12985,
8,
198,
198,
2,
5501,
5128,
9206,
318,
1682,
257,
7621,
25,
28712,
198,
40319,
62,
6603,
10879,
796,
685,
79,
13,
35312,
7,
10354,
11537,
329,
279,
287,
1013,
13,
79,
86,
60,
198,
198,
1640,
7621,
11,
40319,
287,
2938,
62,
6603,
10879,
25,
198,
220,
220,
220,
4036,
796,
4382,
13,
1136,
62,
28712,
7,
12985,
8,
198,
220,
220,
220,
611,
4036,
14512,
2938,
25,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
5855,
35215,
329,
7621,
705,
4,
82,
6,
373,
705,
4,
82,
3256,
475,
815,
423,
587,
705,
4,
82,
29653,
4064,
357,
12985,
11,
4036,
11,
2938,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
25064,
13,
37023,
7,
16,
8,
198,
198,
4798,
5855,
14402,
3804,
4943,
198,
17597,
13,
37023,
7,
15,
8,
198
] | 3.088296 | 487 |
# coding: utf-8
# Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
from __future__ import absolute_import
from oci._vendor import requests # noqa: F401
from oci._vendor import six
from oci import retry, circuit_breaker # noqa: F401
from oci.base_client import BaseClient
from oci.config import get_config_value_or_default, validate_config
from oci.signer import Signer
from oci.util import Sentinel, get_signer_from_authentication_type, AUTHENTICATION_TYPE_FIELD_NAME
from .models import mysql_type_mapping
missing = Sentinel("Missing")
class DbSystemClient(object):
"""
The API for the MySQL Database Service
"""
def __init__(self, config, **kwargs):
"""
Creates a new service client
:param dict config:
Configuration keys and values as per `SDK and Tool Configuration <https://docs.cloud.oracle.com/Content/API/Concepts/sdkconfig.htm>`__.
The :py:meth:`~oci.config.from_file` method can be used to load configuration from a file. Alternatively, a ``dict`` can be passed. You can validate_config
the dict using :py:meth:`~oci.config.validate_config`
:param str service_endpoint: (optional)
The endpoint of the service to call using this client. For example ``https://iaas.us-ashburn-1.oraclecloud.com``. If this keyword argument is
not provided then it will be derived using the region in the config parameter. You should only provide this keyword argument if you have an explicit
need to specify a service endpoint.
:param timeout: (optional)
The connection and read timeouts for the client. The default values are connection timeout 10 seconds and read timeout 60 seconds. This keyword argument can be provided
as a single float, in which case the value provided is used for both the read and connection timeouts, or as a tuple of two floats. If
a tuple is provided then the first value is used as the connection timeout and the second value as the read timeout.
:type timeout: float or tuple(float, float)
:param signer: (optional)
The signer to use when signing requests made by the service client. The default is to use a :py:class:`~oci.signer.Signer` based on the values
provided in the config parameter.
One use case for this parameter is for `Instance Principals authentication <https://docs.cloud.oracle.com/Content/Identity/Tasks/callingservicesfrominstances.htm>`__
by passing an instance of :py:class:`~oci.auth.signers.InstancePrincipalsSecurityTokenSigner` as the value for this keyword argument
:type signer: :py:class:`~oci.signer.AbstractBaseSigner`
:param obj retry_strategy: (optional)
A retry strategy to apply to all calls made by this service client (i.e. at the client level). There is no retry strategy applied by default.
Retry strategies can also be applied at the operation level by passing a ``retry_strategy`` keyword argument as part of calling the operation.
Any value provided at the operation level will override whatever is specified at the client level.
This should be one of the strategies available in the :py:mod:`~oci.retry` module. A convenience :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY`
is also available. The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
:param obj circuit_breaker_strategy: (optional)
A circuit breaker strategy to apply to all calls made by this service client (i.e. at the client level).
This client will not have circuit breakers enabled by default, users can use their own circuit breaker strategy or the convenient :py:data:`~oci.circuit_breaker.DEFAULT_CIRCUIT_BREAKER_STRATEGY` provided by the SDK to enable it.
The specifics of circuit breaker strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/circuit_breakers.html>`__.
:param function circuit_breaker_callback: (optional)
Callback function to receive any exceptions triggerred by the circuit breaker.
"""
validate_config(config, signer=kwargs.get('signer'))
if 'signer' in kwargs:
signer = kwargs['signer']
elif AUTHENTICATION_TYPE_FIELD_NAME in config:
signer = get_signer_from_authentication_type(config)
else:
signer = Signer(
tenancy=config["tenancy"],
user=config["user"],
fingerprint=config["fingerprint"],
private_key_file_location=config.get("key_file"),
pass_phrase=get_config_value_or_default(config, "pass_phrase"),
private_key_content=config.get("key_content")
)
base_client_init_kwargs = {
'regional_client': True,
'service_endpoint': kwargs.get('service_endpoint'),
'base_path': '/20190415',
'service_endpoint_template': 'https://mysql.{region}.ocp.{secondLevelDomain}',
'skip_deserialization': kwargs.get('skip_deserialization', False),
'circuit_breaker_strategy': kwargs.get('circuit_breaker_strategy', circuit_breaker.GLOBAL_CIRCUIT_BREAKER_STRATEGY)
}
if 'timeout' in kwargs:
base_client_init_kwargs['timeout'] = kwargs.get('timeout')
self.base_client = BaseClient("db_system", config, signer, mysql_type_mapping, **base_client_init_kwargs)
self.retry_strategy = kwargs.get('retry_strategy')
self.circuit_breaker_callback = kwargs.get('circuit_breaker_callback')
def add_analytics_cluster(self, db_system_id, add_analytics_cluster_details, **kwargs):
"""
DEPRECATED -- please use HeatWave API instead.
Adds an Analytics Cluster to the DB System.
:param str db_system_id: (required)
The DB System `OCID`__.
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
:param oci.mysql.models.AddAnalyticsClusterDetails add_analytics_cluster_details: (required)
Request to add an Analytics Cluster.
:param str if_match: (optional)
For optimistic concurrency control. In the PUT or DELETE call for a
resource, set the `If-Match` header to the value of the etag from a
previous GET or POST response for that resource. The resource will be
updated or deleted only if the etag you provide matches the resource's
current etag value.
:param str opc_request_id: (optional)
Customer-defined unique identifier for the request. If you need to
contact Oracle about a specific request, please provide the request
ID that you supplied in this header with the request.
:param str opc_retry_token: (optional)
A token that uniquely identifies a request so it can be retried in case
of a timeout or server error without risk of executing that same action
again. Retry tokens expire after 24 hours, but can be invalidated before
then due to conflicting operations (for example, if a resource has been
deleted and purged from the system, then a retry of the original
creation request may be rejected).
:param obj retry_strategy: (optional)
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
:return: A :class:`~oci.response.Response` object with data of type :class:`~oci.mysql.models.AnalyticsCluster`
:rtype: :class:`~oci.response.Response`
:example:
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/mysql/add_analytics_cluster.py.html>`__ to see an example of how to use add_analytics_cluster API.
"""
resource_path = "/dbSystems/{dbSystemId}/analyticsCluster/actions/add"
method = "POST"
# Don't accept unknown kwargs
expected_kwargs = [
"retry_strategy",
"if_match",
"opc_request_id",
"opc_retry_token"
]
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
if extra_kwargs:
raise ValueError(
"add_analytics_cluster got unknown kwargs: {!r}".format(extra_kwargs))
path_params = {
"dbSystemId": db_system_id
}
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
for (k, v) in six.iteritems(path_params):
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
raise ValueError('Parameter {} cannot be None, whitespace or empty string'.format(k))
header_params = {
"accept": "application/json",
"content-type": "application/json",
"if-match": kwargs.get("if_match", missing),
"opc-request-id": kwargs.get("opc_request_id", missing),
"opc-retry-token": kwargs.get("opc_retry_token", missing)
}
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
retry_strategy = self.base_client.get_preferred_retry_strategy(
operation_retry_strategy=kwargs.get('retry_strategy'),
client_retry_strategy=self.retry_strategy
)
if retry_strategy:
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
self.base_client.add_opc_retry_token_if_needed(header_params)
self.base_client.add_opc_client_retries_header(header_params)
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
return retry_strategy.make_retrying_call(
self.base_client.call_api,
resource_path=resource_path,
method=method,
path_params=path_params,
header_params=header_params,
body=add_analytics_cluster_details,
response_type="AnalyticsCluster")
else:
return self.base_client.call_api(
resource_path=resource_path,
method=method,
path_params=path_params,
header_params=header_params,
body=add_analytics_cluster_details,
response_type="AnalyticsCluster")
def add_heat_wave_cluster(self, db_system_id, add_heat_wave_cluster_details, **kwargs):
"""
Adds a HeatWave cluster to the DB System.
:param str db_system_id: (required)
The DB System `OCID`__.
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
:param oci.mysql.models.AddHeatWaveClusterDetails add_heat_wave_cluster_details: (required)
Request to add a HeatWave cluster.
:param str if_match: (optional)
For optimistic concurrency control. In the PUT or DELETE call for a
resource, set the `If-Match` header to the value of the etag from a
previous GET or POST response for that resource. The resource will be
updated or deleted only if the etag you provide matches the resource's
current etag value.
:param str opc_request_id: (optional)
Customer-defined unique identifier for the request. If you need to
contact Oracle about a specific request, please provide the request
ID that you supplied in this header with the request.
:param str opc_retry_token: (optional)
A token that uniquely identifies a request so it can be retried in case
of a timeout or server error without risk of executing that same action
again. Retry tokens expire after 24 hours, but can be invalidated before
then due to conflicting operations (for example, if a resource has been
deleted and purged from the system, then a retry of the original
creation request may be rejected).
:param obj retry_strategy: (optional)
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
:return: A :class:`~oci.response.Response` object with data of type :class:`~oci.mysql.models.HeatWaveCluster`
:rtype: :class:`~oci.response.Response`
:example:
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/mysql/add_heat_wave_cluster.py.html>`__ to see an example of how to use add_heat_wave_cluster API.
"""
resource_path = "/dbSystems/{dbSystemId}/heatWaveCluster/actions/add"
method = "POST"
# Don't accept unknown kwargs
expected_kwargs = [
"retry_strategy",
"if_match",
"opc_request_id",
"opc_retry_token"
]
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
if extra_kwargs:
raise ValueError(
"add_heat_wave_cluster got unknown kwargs: {!r}".format(extra_kwargs))
path_params = {
"dbSystemId": db_system_id
}
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
for (k, v) in six.iteritems(path_params):
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
raise ValueError('Parameter {} cannot be None, whitespace or empty string'.format(k))
header_params = {
"accept": "application/json",
"content-type": "application/json",
"if-match": kwargs.get("if_match", missing),
"opc-request-id": kwargs.get("opc_request_id", missing),
"opc-retry-token": kwargs.get("opc_retry_token", missing)
}
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
retry_strategy = self.base_client.get_preferred_retry_strategy(
operation_retry_strategy=kwargs.get('retry_strategy'),
client_retry_strategy=self.retry_strategy
)
if retry_strategy:
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
self.base_client.add_opc_retry_token_if_needed(header_params)
self.base_client.add_opc_client_retries_header(header_params)
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
return retry_strategy.make_retrying_call(
self.base_client.call_api,
resource_path=resource_path,
method=method,
path_params=path_params,
header_params=header_params,
body=add_heat_wave_cluster_details,
response_type="HeatWaveCluster")
else:
return self.base_client.call_api(
resource_path=resource_path,
method=method,
path_params=path_params,
header_params=header_params,
body=add_heat_wave_cluster_details,
response_type="HeatWaveCluster")
def create_db_system(self, create_db_system_details, **kwargs):
"""
Creates and launches a DB System.
:param oci.mysql.models.CreateDbSystemDetails create_db_system_details: (required)
Request to create a DB System.
:param str opc_request_id: (optional)
Customer-defined unique identifier for the request. If you need to
contact Oracle about a specific request, please provide the request
ID that you supplied in this header with the request.
:param str opc_retry_token: (optional)
A token that uniquely identifies a request so it can be retried in case
of a timeout or server error without risk of executing that same action
again. Retry tokens expire after 24 hours, but can be invalidated before
then due to conflicting operations (for example, if a resource has been
deleted and purged from the system, then a retry of the original
creation request may be rejected).
:param obj retry_strategy: (optional)
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
:return: A :class:`~oci.response.Response` object with data of type :class:`~oci.mysql.models.DbSystem`
:rtype: :class:`~oci.response.Response`
:example:
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/mysql/create_db_system.py.html>`__ to see an example of how to use create_db_system API.
"""
resource_path = "/dbSystems"
method = "POST"
# Don't accept unknown kwargs
expected_kwargs = [
"retry_strategy",
"opc_request_id",
"opc_retry_token"
]
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
if extra_kwargs:
raise ValueError(
"create_db_system got unknown kwargs: {!r}".format(extra_kwargs))
header_params = {
"accept": "application/json",
"content-type": "application/json",
"opc-request-id": kwargs.get("opc_request_id", missing),
"opc-retry-token": kwargs.get("opc_retry_token", missing)
}
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
retry_strategy = self.base_client.get_preferred_retry_strategy(
operation_retry_strategy=kwargs.get('retry_strategy'),
client_retry_strategy=self.retry_strategy
)
if retry_strategy:
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
self.base_client.add_opc_retry_token_if_needed(header_params)
self.base_client.add_opc_client_retries_header(header_params)
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
return retry_strategy.make_retrying_call(
self.base_client.call_api,
resource_path=resource_path,
method=method,
header_params=header_params,
body=create_db_system_details,
response_type="DbSystem")
else:
return self.base_client.call_api(
resource_path=resource_path,
method=method,
header_params=header_params,
body=create_db_system_details,
response_type="DbSystem")
def delete_analytics_cluster(self, db_system_id, **kwargs):
"""
DEPRECATED -- please use HeatWave API instead.
Deletes the Analytics Cluster including terminating, detaching, removing, finalizing and
otherwise deleting all related resources.
:param str db_system_id: (required)
The DB System `OCID`__.
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
:param str if_match: (optional)
For optimistic concurrency control. In the PUT or DELETE call for a
resource, set the `If-Match` header to the value of the etag from a
previous GET or POST response for that resource. The resource will be
updated or deleted only if the etag you provide matches the resource's
current etag value.
:param str opc_request_id: (optional)
Customer-defined unique identifier for the request. If you need to
contact Oracle about a specific request, please provide the request
ID that you supplied in this header with the request.
:param obj retry_strategy: (optional)
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
:return: A :class:`~oci.response.Response` object with data of type None
:rtype: :class:`~oci.response.Response`
:example:
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/mysql/delete_analytics_cluster.py.html>`__ to see an example of how to use delete_analytics_cluster API.
"""
resource_path = "/dbSystems/{dbSystemId}/analyticsCluster"
method = "DELETE"
# Don't accept unknown kwargs
expected_kwargs = [
"retry_strategy",
"if_match",
"opc_request_id"
]
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
if extra_kwargs:
raise ValueError(
"delete_analytics_cluster got unknown kwargs: {!r}".format(extra_kwargs))
path_params = {
"dbSystemId": db_system_id
}
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
for (k, v) in six.iteritems(path_params):
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
raise ValueError('Parameter {} cannot be None, whitespace or empty string'.format(k))
header_params = {
"accept": "application/json",
"content-type": "application/json",
"if-match": kwargs.get("if_match", missing),
"opc-request-id": kwargs.get("opc_request_id", missing)
}
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
retry_strategy = self.base_client.get_preferred_retry_strategy(
operation_retry_strategy=kwargs.get('retry_strategy'),
client_retry_strategy=self.retry_strategy
)
if retry_strategy:
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
self.base_client.add_opc_client_retries_header(header_params)
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
return retry_strategy.make_retrying_call(
self.base_client.call_api,
resource_path=resource_path,
method=method,
path_params=path_params,
header_params=header_params)
else:
return self.base_client.call_api(
resource_path=resource_path,
method=method,
path_params=path_params,
header_params=header_params)
def delete_db_system(self, db_system_id, **kwargs):
"""
Delete a DB System, including terminating, detaching,
removing, finalizing and otherwise deleting all related resources.
:param str db_system_id: (required)
The DB System `OCID`__.
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
:param str if_match: (optional)
For optimistic concurrency control. In the PUT or DELETE call for a
resource, set the `If-Match` header to the value of the etag from a
previous GET or POST response for that resource. The resource will be
updated or deleted only if the etag you provide matches the resource's
current etag value.
:param str opc_request_id: (optional)
Customer-defined unique identifier for the request. If you need to
contact Oracle about a specific request, please provide the request
ID that you supplied in this header with the request.
:param obj retry_strategy: (optional)
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
:return: A :class:`~oci.response.Response` object with data of type None
:rtype: :class:`~oci.response.Response`
:example:
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/mysql/delete_db_system.py.html>`__ to see an example of how to use delete_db_system API.
"""
resource_path = "/dbSystems/{dbSystemId}"
method = "DELETE"
# Don't accept unknown kwargs
expected_kwargs = [
"retry_strategy",
"if_match",
"opc_request_id"
]
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
if extra_kwargs:
raise ValueError(
"delete_db_system got unknown kwargs: {!r}".format(extra_kwargs))
path_params = {
"dbSystemId": db_system_id
}
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
for (k, v) in six.iteritems(path_params):
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
raise ValueError('Parameter {} cannot be None, whitespace or empty string'.format(k))
header_params = {
"accept": "application/json",
"content-type": "application/json",
"if-match": kwargs.get("if_match", missing),
"opc-request-id": kwargs.get("opc_request_id", missing)
}
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
retry_strategy = self.base_client.get_preferred_retry_strategy(
operation_retry_strategy=kwargs.get('retry_strategy'),
client_retry_strategy=self.retry_strategy
)
if retry_strategy:
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
self.base_client.add_opc_client_retries_header(header_params)
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
return retry_strategy.make_retrying_call(
self.base_client.call_api,
resource_path=resource_path,
method=method,
path_params=path_params,
header_params=header_params)
else:
return self.base_client.call_api(
resource_path=resource_path,
method=method,
path_params=path_params,
header_params=header_params)
def delete_heat_wave_cluster(self, db_system_id, **kwargs):
"""
Deletes the HeatWave cluster including terminating, detaching, removing, finalizing and
otherwise deleting all related resources.
:param str db_system_id: (required)
The DB System `OCID`__.
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
:param str if_match: (optional)
For optimistic concurrency control. In the PUT or DELETE call for a
resource, set the `If-Match` header to the value of the etag from a
previous GET or POST response for that resource. The resource will be
updated or deleted only if the etag you provide matches the resource's
current etag value.
:param str opc_request_id: (optional)
Customer-defined unique identifier for the request. If you need to
contact Oracle about a specific request, please provide the request
ID that you supplied in this header with the request.
:param obj retry_strategy: (optional)
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
:return: A :class:`~oci.response.Response` object with data of type None
:rtype: :class:`~oci.response.Response`
:example:
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/mysql/delete_heat_wave_cluster.py.html>`__ to see an example of how to use delete_heat_wave_cluster API.
"""
resource_path = "/dbSystems/{dbSystemId}/heatWaveCluster"
method = "DELETE"
# Don't accept unknown kwargs
expected_kwargs = [
"retry_strategy",
"if_match",
"opc_request_id"
]
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
if extra_kwargs:
raise ValueError(
"delete_heat_wave_cluster got unknown kwargs: {!r}".format(extra_kwargs))
path_params = {
"dbSystemId": db_system_id
}
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
for (k, v) in six.iteritems(path_params):
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
raise ValueError('Parameter {} cannot be None, whitespace or empty string'.format(k))
header_params = {
"accept": "application/json",
"content-type": "application/json",
"if-match": kwargs.get("if_match", missing),
"opc-request-id": kwargs.get("opc_request_id", missing)
}
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
retry_strategy = self.base_client.get_preferred_retry_strategy(
operation_retry_strategy=kwargs.get('retry_strategy'),
client_retry_strategy=self.retry_strategy
)
if retry_strategy:
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
self.base_client.add_opc_client_retries_header(header_params)
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
return retry_strategy.make_retrying_call(
self.base_client.call_api,
resource_path=resource_path,
method=method,
path_params=path_params,
header_params=header_params)
else:
return self.base_client.call_api(
resource_path=resource_path,
method=method,
path_params=path_params,
header_params=header_params)
def generate_analytics_cluster_memory_estimate(self, db_system_id, **kwargs):
"""
DEPRECATED -- please use HeatWave API instead.
Sends a request to estimate the memory footprints of user tables when loaded to Analytics Cluster memory.
:param str db_system_id: (required)
The DB System `OCID`__.
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
:param str opc_request_id: (optional)
Customer-defined unique identifier for the request. If you need to
contact Oracle about a specific request, please provide the request
ID that you supplied in this header with the request.
:param str opc_retry_token: (optional)
A token that uniquely identifies a request so it can be retried in case
of a timeout or server error without risk of executing that same action
again. Retry tokens expire after 24 hours, but can be invalidated before
then due to conflicting operations (for example, if a resource has been
deleted and purged from the system, then a retry of the original
creation request may be rejected).
:param obj retry_strategy: (optional)
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
:return: A :class:`~oci.response.Response` object with data of type :class:`~oci.mysql.models.AnalyticsClusterMemoryEstimate`
:rtype: :class:`~oci.response.Response`
:example:
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/mysql/generate_analytics_cluster_memory_estimate.py.html>`__ to see an example of how to use generate_analytics_cluster_memory_estimate API.
"""
resource_path = "/dbSystems/{dbSystemId}/analyticsClusterMemoryEstimate/actions/generate"
method = "POST"
# Don't accept unknown kwargs
expected_kwargs = [
"retry_strategy",
"opc_request_id",
"opc_retry_token"
]
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
if extra_kwargs:
raise ValueError(
"generate_analytics_cluster_memory_estimate got unknown kwargs: {!r}".format(extra_kwargs))
path_params = {
"dbSystemId": db_system_id
}
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
for (k, v) in six.iteritems(path_params):
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
raise ValueError('Parameter {} cannot be None, whitespace or empty string'.format(k))
header_params = {
"accept": "application/json",
"content-type": "application/json",
"opc-request-id": kwargs.get("opc_request_id", missing),
"opc-retry-token": kwargs.get("opc_retry_token", missing)
}
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
retry_strategy = self.base_client.get_preferred_retry_strategy(
operation_retry_strategy=kwargs.get('retry_strategy'),
client_retry_strategy=self.retry_strategy
)
if retry_strategy:
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
self.base_client.add_opc_retry_token_if_needed(header_params)
self.base_client.add_opc_client_retries_header(header_params)
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
return retry_strategy.make_retrying_call(
self.base_client.call_api,
resource_path=resource_path,
method=method,
path_params=path_params,
header_params=header_params,
response_type="AnalyticsClusterMemoryEstimate")
else:
return self.base_client.call_api(
resource_path=resource_path,
method=method,
path_params=path_params,
header_params=header_params,
response_type="AnalyticsClusterMemoryEstimate")
def generate_heat_wave_cluster_memory_estimate(self, db_system_id, **kwargs):
"""
Sends a request to estimate the memory footprints of user tables when loaded to HeatWave cluster memory.
:param str db_system_id: (required)
The DB System `OCID`__.
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
:param str opc_request_id: (optional)
Customer-defined unique identifier for the request. If you need to
contact Oracle about a specific request, please provide the request
ID that you supplied in this header with the request.
:param str opc_retry_token: (optional)
A token that uniquely identifies a request so it can be retried in case
of a timeout or server error without risk of executing that same action
again. Retry tokens expire after 24 hours, but can be invalidated before
then due to conflicting operations (for example, if a resource has been
deleted and purged from the system, then a retry of the original
creation request may be rejected).
:param obj retry_strategy: (optional)
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
:return: A :class:`~oci.response.Response` object with data of type :class:`~oci.mysql.models.HeatWaveClusterMemoryEstimate`
:rtype: :class:`~oci.response.Response`
:example:
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/mysql/generate_heat_wave_cluster_memory_estimate.py.html>`__ to see an example of how to use generate_heat_wave_cluster_memory_estimate API.
"""
resource_path = "/dbSystems/{dbSystemId}/heatWaveClusterMemoryEstimate/actions/generate"
method = "POST"
# Don't accept unknown kwargs
expected_kwargs = [
"retry_strategy",
"opc_request_id",
"opc_retry_token"
]
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
if extra_kwargs:
raise ValueError(
"generate_heat_wave_cluster_memory_estimate got unknown kwargs: {!r}".format(extra_kwargs))
path_params = {
"dbSystemId": db_system_id
}
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
for (k, v) in six.iteritems(path_params):
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
raise ValueError('Parameter {} cannot be None, whitespace or empty string'.format(k))
header_params = {
"accept": "application/json",
"content-type": "application/json",
"opc-request-id": kwargs.get("opc_request_id", missing),
"opc-retry-token": kwargs.get("opc_retry_token", missing)
}
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
retry_strategy = self.base_client.get_preferred_retry_strategy(
operation_retry_strategy=kwargs.get('retry_strategy'),
client_retry_strategy=self.retry_strategy
)
if retry_strategy:
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
self.base_client.add_opc_retry_token_if_needed(header_params)
self.base_client.add_opc_client_retries_header(header_params)
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
return retry_strategy.make_retrying_call(
self.base_client.call_api,
resource_path=resource_path,
method=method,
path_params=path_params,
header_params=header_params,
response_type="HeatWaveClusterMemoryEstimate")
else:
return self.base_client.call_api(
resource_path=resource_path,
method=method,
path_params=path_params,
header_params=header_params,
response_type="HeatWaveClusterMemoryEstimate")
def get_analytics_cluster(self, db_system_id, **kwargs):
"""
DEPRECATED -- please use HeatWave API instead.
Gets information about the Analytics Cluster.
:param str db_system_id: (required)
The DB System `OCID`__.
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
:param str opc_request_id: (optional)
Customer-defined unique identifier for the request. If you need to
contact Oracle about a specific request, please provide the request
ID that you supplied in this header with the request.
:param str if_none_match: (optional)
For conditional requests. In the GET call for a resource, set the
`If-None-Match` header to the value of the ETag from a previous GET (or
POST or PUT) response for that resource. The server will return with
either a 304 Not Modified response if the resource has not changed, or a
200 OK response with the updated representation.
:param obj retry_strategy: (optional)
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
:return: A :class:`~oci.response.Response` object with data of type :class:`~oci.mysql.models.AnalyticsCluster`
:rtype: :class:`~oci.response.Response`
:example:
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/mysql/get_analytics_cluster.py.html>`__ to see an example of how to use get_analytics_cluster API.
"""
resource_path = "/dbSystems/{dbSystemId}/analyticsCluster"
method = "GET"
# Don't accept unknown kwargs
expected_kwargs = [
"retry_strategy",
"opc_request_id",
"if_none_match"
]
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
if extra_kwargs:
raise ValueError(
"get_analytics_cluster got unknown kwargs: {!r}".format(extra_kwargs))
path_params = {
"dbSystemId": db_system_id
}
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
for (k, v) in six.iteritems(path_params):
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
raise ValueError('Parameter {} cannot be None, whitespace or empty string'.format(k))
header_params = {
"accept": "application/json",
"content-type": "application/json",
"opc-request-id": kwargs.get("opc_request_id", missing),
"if-none-match": kwargs.get("if_none_match", missing)
}
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
retry_strategy = self.base_client.get_preferred_retry_strategy(
operation_retry_strategy=kwargs.get('retry_strategy'),
client_retry_strategy=self.retry_strategy
)
if retry_strategy:
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
self.base_client.add_opc_client_retries_header(header_params)
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
return retry_strategy.make_retrying_call(
self.base_client.call_api,
resource_path=resource_path,
method=method,
path_params=path_params,
header_params=header_params,
response_type="AnalyticsCluster")
else:
return self.base_client.call_api(
resource_path=resource_path,
method=method,
path_params=path_params,
header_params=header_params,
response_type="AnalyticsCluster")
def get_analytics_cluster_memory_estimate(self, db_system_id, **kwargs):
"""
DEPRECATED -- please use HeatWave API instead.
Gets the most recent Analytics Cluster memory estimate that can be used to determine a suitable
Analytics Cluster size.
:param str db_system_id: (required)
The DB System `OCID`__.
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
:param str opc_request_id: (optional)
Customer-defined unique identifier for the request. If you need to
contact Oracle about a specific request, please provide the request
ID that you supplied in this header with the request.
:param obj retry_strategy: (optional)
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
:return: A :class:`~oci.response.Response` object with data of type :class:`~oci.mysql.models.AnalyticsClusterMemoryEstimate`
:rtype: :class:`~oci.response.Response`
:example:
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/mysql/get_analytics_cluster_memory_estimate.py.html>`__ to see an example of how to use get_analytics_cluster_memory_estimate API.
"""
resource_path = "/dbSystems/{dbSystemId}/analyticsClusterMemoryEstimate"
method = "GET"
# Don't accept unknown kwargs
expected_kwargs = [
"retry_strategy",
"opc_request_id"
]
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
if extra_kwargs:
raise ValueError(
"get_analytics_cluster_memory_estimate got unknown kwargs: {!r}".format(extra_kwargs))
path_params = {
"dbSystemId": db_system_id
}
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
for (k, v) in six.iteritems(path_params):
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
raise ValueError('Parameter {} cannot be None, whitespace or empty string'.format(k))
header_params = {
"accept": "application/json",
"content-type": "application/json",
"opc-request-id": kwargs.get("opc_request_id", missing)
}
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
retry_strategy = self.base_client.get_preferred_retry_strategy(
operation_retry_strategy=kwargs.get('retry_strategy'),
client_retry_strategy=self.retry_strategy
)
if retry_strategy:
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
self.base_client.add_opc_client_retries_header(header_params)
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
return retry_strategy.make_retrying_call(
self.base_client.call_api,
resource_path=resource_path,
method=method,
path_params=path_params,
header_params=header_params,
response_type="AnalyticsClusterMemoryEstimate")
else:
return self.base_client.call_api(
resource_path=resource_path,
method=method,
path_params=path_params,
header_params=header_params,
response_type="AnalyticsClusterMemoryEstimate")
def get_db_system(self, db_system_id, **kwargs):
"""
Get information about the specified DB System.
:param str db_system_id: (required)
The DB System `OCID`__.
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
:param str opc_request_id: (optional)
Customer-defined unique identifier for the request. If you need to
contact Oracle about a specific request, please provide the request
ID that you supplied in this header with the request.
:param str if_none_match: (optional)
For conditional requests. In the GET call for a resource, set the
`If-None-Match` header to the value of the ETag from a previous GET (or
POST or PUT) response for that resource. The server will return with
either a 304 Not Modified response if the resource has not changed, or a
200 OK response with the updated representation.
:param obj retry_strategy: (optional)
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
:return: A :class:`~oci.response.Response` object with data of type :class:`~oci.mysql.models.DbSystem`
:rtype: :class:`~oci.response.Response`
:example:
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/mysql/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
"""
resource_path = "/dbSystems/{dbSystemId}"
method = "GET"
# Don't accept unknown kwargs
expected_kwargs = [
"retry_strategy",
"opc_request_id",
"if_none_match"
]
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
if extra_kwargs:
raise ValueError(
"get_db_system got unknown kwargs: {!r}".format(extra_kwargs))
path_params = {
"dbSystemId": db_system_id
}
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
for (k, v) in six.iteritems(path_params):
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
raise ValueError('Parameter {} cannot be None, whitespace or empty string'.format(k))
header_params = {
"accept": "application/json",
"content-type": "application/json",
"opc-request-id": kwargs.get("opc_request_id", missing),
"if-none-match": kwargs.get("if_none_match", missing)
}
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
retry_strategy = self.base_client.get_preferred_retry_strategy(
operation_retry_strategy=kwargs.get('retry_strategy'),
client_retry_strategy=self.retry_strategy
)
if retry_strategy:
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
self.base_client.add_opc_client_retries_header(header_params)
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
return retry_strategy.make_retrying_call(
self.base_client.call_api,
resource_path=resource_path,
method=method,
path_params=path_params,
header_params=header_params,
response_type="DbSystem")
else:
return self.base_client.call_api(
resource_path=resource_path,
method=method,
path_params=path_params,
header_params=header_params,
response_type="DbSystem")
def get_heat_wave_cluster(self, db_system_id, **kwargs):
"""
Gets information about the HeatWave cluster.
:param str db_system_id: (required)
The DB System `OCID`__.
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
:param str opc_request_id: (optional)
Customer-defined unique identifier for the request. If you need to
contact Oracle about a specific request, please provide the request
ID that you supplied in this header with the request.
:param str if_none_match: (optional)
For conditional requests. In the GET call for a resource, set the
`If-None-Match` header to the value of the ETag from a previous GET (or
POST or PUT) response for that resource. The server will return with
either a 304 Not Modified response if the resource has not changed, or a
200 OK response with the updated representation.
:param obj retry_strategy: (optional)
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
:return: A :class:`~oci.response.Response` object with data of type :class:`~oci.mysql.models.HeatWaveCluster`
:rtype: :class:`~oci.response.Response`
:example:
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/mysql/get_heat_wave_cluster.py.html>`__ to see an example of how to use get_heat_wave_cluster API.
"""
resource_path = "/dbSystems/{dbSystemId}/heatWaveCluster"
method = "GET"
# Don't accept unknown kwargs
expected_kwargs = [
"retry_strategy",
"opc_request_id",
"if_none_match"
]
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
if extra_kwargs:
raise ValueError(
"get_heat_wave_cluster got unknown kwargs: {!r}".format(extra_kwargs))
path_params = {
"dbSystemId": db_system_id
}
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
for (k, v) in six.iteritems(path_params):
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
raise ValueError('Parameter {} cannot be None, whitespace or empty string'.format(k))
header_params = {
"accept": "application/json",
"content-type": "application/json",
"opc-request-id": kwargs.get("opc_request_id", missing),
"if-none-match": kwargs.get("if_none_match", missing)
}
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
retry_strategy = self.base_client.get_preferred_retry_strategy(
operation_retry_strategy=kwargs.get('retry_strategy'),
client_retry_strategy=self.retry_strategy
)
if retry_strategy:
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
self.base_client.add_opc_client_retries_header(header_params)
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
return retry_strategy.make_retrying_call(
self.base_client.call_api,
resource_path=resource_path,
method=method,
path_params=path_params,
header_params=header_params,
response_type="HeatWaveCluster")
else:
return self.base_client.call_api(
resource_path=resource_path,
method=method,
path_params=path_params,
header_params=header_params,
response_type="HeatWaveCluster")
def get_heat_wave_cluster_memory_estimate(self, db_system_id, **kwargs):
"""
Gets the most recent HeatWave cluster memory estimate that can be used to determine a suitable
HeatWave cluster size.
:param str db_system_id: (required)
The DB System `OCID`__.
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
:param str opc_request_id: (optional)
Customer-defined unique identifier for the request. If you need to
contact Oracle about a specific request, please provide the request
ID that you supplied in this header with the request.
:param obj retry_strategy: (optional)
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
:return: A :class:`~oci.response.Response` object with data of type :class:`~oci.mysql.models.HeatWaveClusterMemoryEstimate`
:rtype: :class:`~oci.response.Response`
:example:
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/mysql/get_heat_wave_cluster_memory_estimate.py.html>`__ to see an example of how to use get_heat_wave_cluster_memory_estimate API.
"""
resource_path = "/dbSystems/{dbSystemId}/heatWaveClusterMemoryEstimate"
method = "GET"
# Don't accept unknown kwargs
expected_kwargs = [
"retry_strategy",
"opc_request_id"
]
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
if extra_kwargs:
raise ValueError(
"get_heat_wave_cluster_memory_estimate got unknown kwargs: {!r}".format(extra_kwargs))
path_params = {
"dbSystemId": db_system_id
}
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
for (k, v) in six.iteritems(path_params):
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
raise ValueError('Parameter {} cannot be None, whitespace or empty string'.format(k))
header_params = {
"accept": "application/json",
"content-type": "application/json",
"opc-request-id": kwargs.get("opc_request_id", missing)
}
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
retry_strategy = self.base_client.get_preferred_retry_strategy(
operation_retry_strategy=kwargs.get('retry_strategy'),
client_retry_strategy=self.retry_strategy
)
if retry_strategy:
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
self.base_client.add_opc_client_retries_header(header_params)
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
return retry_strategy.make_retrying_call(
self.base_client.call_api,
resource_path=resource_path,
method=method,
path_params=path_params,
header_params=header_params,
response_type="HeatWaveClusterMemoryEstimate")
else:
return self.base_client.call_api(
resource_path=resource_path,
method=method,
path_params=path_params,
header_params=header_params,
response_type="HeatWaveClusterMemoryEstimate")
def list_db_systems(self, compartment_id, **kwargs):
"""
Get a list of DB Systems in the specified compartment.
The default sort order is by timeUpdated, descending.
:param str compartment_id: (required)
The compartment `OCID`__.
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
:param str opc_request_id: (optional)
Customer-defined unique identifier for the request. If you need to
contact Oracle about a specific request, please provide the request
ID that you supplied in this header with the request.
:param bool is_analytics_cluster_attached: (optional)
DEPRECATED -- please use HeatWave API instead.
If true, return only DB Systems with an Analytics Cluster attached, if false
return only DB Systems with no Analytics Cluster attached. If not
present, return all DB Systems.
:param bool is_heat_wave_cluster_attached: (optional)
If true, return only DB Systems with a HeatWave cluster attached, if false
return only DB Systems with no HeatWave cluster attached. If not
present, return all DB Systems.
:param str db_system_id: (optional)
The DB System `OCID`__.
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
:param str display_name: (optional)
A filter to return only the resource matching the given display name exactly.
:param str lifecycle_state: (optional)
DbSystem Lifecycle State
Allowed values are: "CREATING", "ACTIVE", "INACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED"
:param str configuration_id: (optional)
The requested Configuration instance.
:param bool is_up_to_date: (optional)
Filter instances if they are using the latest revision of the
Configuration they are associated with.
:param str sort_by: (optional)
The field to sort by. Only one sort order may be provided. Time fields are default ordered as descending. Display name is default ordered as ascending.
Allowed values are: "displayName", "timeCreated"
:param str sort_order: (optional)
The sort order to use (ASC or DESC).
Allowed values are: "ASC", "DESC"
:param int limit: (optional)
The maximum number of items to return in a paginated list call. For information about pagination, see
`List Pagination`__.
__ https://docs.cloud.oracle.com/#API/Concepts/usingapi.htm#List_Pagination
:param str page: (optional)
The value of the `opc-next-page` or `opc-prev-page` response header from
the previous list call. For information about pagination, see `List
Pagination`__.
__ https://docs.cloud.oracle.com/#API/Concepts/usingapi.htm#List_Pagination
:param obj retry_strategy: (optional)
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
:return: A :class:`~oci.response.Response` object with data of type list of :class:`~oci.mysql.models.DbSystemSummary`
:rtype: :class:`~oci.response.Response`
:example:
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/mysql/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
"""
resource_path = "/dbSystems"
method = "GET"
# Don't accept unknown kwargs
expected_kwargs = [
"retry_strategy",
"opc_request_id",
"is_analytics_cluster_attached",
"is_heat_wave_cluster_attached",
"db_system_id",
"display_name",
"lifecycle_state",
"configuration_id",
"is_up_to_date",
"sort_by",
"sort_order",
"limit",
"page"
]
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
if extra_kwargs:
raise ValueError(
"list_db_systems got unknown kwargs: {!r}".format(extra_kwargs))
if 'lifecycle_state' in kwargs:
lifecycle_state_allowed_values = ["CREATING", "ACTIVE", "INACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED"]
if kwargs['lifecycle_state'] not in lifecycle_state_allowed_values:
raise ValueError(
"Invalid value for `lifecycle_state`, must be one of {0}".format(lifecycle_state_allowed_values)
)
if 'sort_by' in kwargs:
sort_by_allowed_values = ["displayName", "timeCreated"]
if kwargs['sort_by'] not in sort_by_allowed_values:
raise ValueError(
"Invalid value for `sort_by`, must be one of {0}".format(sort_by_allowed_values)
)
if 'sort_order' in kwargs:
sort_order_allowed_values = ["ASC", "DESC"]
if kwargs['sort_order'] not in sort_order_allowed_values:
raise ValueError(
"Invalid value for `sort_order`, must be one of {0}".format(sort_order_allowed_values)
)
query_params = {
"isAnalyticsClusterAttached": kwargs.get("is_analytics_cluster_attached", missing),
"isHeatWaveClusterAttached": kwargs.get("is_heat_wave_cluster_attached", missing),
"compartmentId": compartment_id,
"dbSystemId": kwargs.get("db_system_id", missing),
"displayName": kwargs.get("display_name", missing),
"lifecycleState": kwargs.get("lifecycle_state", missing),
"configurationId": kwargs.get("configuration_id", missing),
"isUpToDate": kwargs.get("is_up_to_date", missing),
"sortBy": kwargs.get("sort_by", missing),
"sortOrder": kwargs.get("sort_order", missing),
"limit": kwargs.get("limit", missing),
"page": kwargs.get("page", missing)
}
query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
header_params = {
"accept": "application/json",
"content-type": "application/json",
"opc-request-id": kwargs.get("opc_request_id", missing)
}
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
retry_strategy = self.base_client.get_preferred_retry_strategy(
operation_retry_strategy=kwargs.get('retry_strategy'),
client_retry_strategy=self.retry_strategy
)
if retry_strategy:
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
self.base_client.add_opc_client_retries_header(header_params)
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
return retry_strategy.make_retrying_call(
self.base_client.call_api,
resource_path=resource_path,
method=method,
query_params=query_params,
header_params=header_params,
response_type="list[DbSystemSummary]")
else:
return self.base_client.call_api(
resource_path=resource_path,
method=method,
query_params=query_params,
header_params=header_params,
response_type="list[DbSystemSummary]")
def restart_analytics_cluster(self, db_system_id, **kwargs):
"""
DEPRECATED -- please use HeatWave API instead.
Restarts the Analytics Cluster.
:param str db_system_id: (required)
The DB System `OCID`__.
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
:param str if_match: (optional)
For optimistic concurrency control. In the PUT or DELETE call for a
resource, set the `If-Match` header to the value of the etag from a
previous GET or POST response for that resource. The resource will be
updated or deleted only if the etag you provide matches the resource's
current etag value.
:param str opc_request_id: (optional)
Customer-defined unique identifier for the request. If you need to
contact Oracle about a specific request, please provide the request
ID that you supplied in this header with the request.
:param str opc_retry_token: (optional)
A token that uniquely identifies a request so it can be retried in case
of a timeout or server error without risk of executing that same action
again. Retry tokens expire after 24 hours, but can be invalidated before
then due to conflicting operations (for example, if a resource has been
deleted and purged from the system, then a retry of the original
creation request may be rejected).
:param obj retry_strategy: (optional)
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
:return: A :class:`~oci.response.Response` object with data of type None
:rtype: :class:`~oci.response.Response`
:example:
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/mysql/restart_analytics_cluster.py.html>`__ to see an example of how to use restart_analytics_cluster API.
"""
resource_path = "/dbSystems/{dbSystemId}/analyticsCluster/actions/restart"
method = "POST"
# Don't accept unknown kwargs
expected_kwargs = [
"retry_strategy",
"if_match",
"opc_request_id",
"opc_retry_token"
]
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
if extra_kwargs:
raise ValueError(
"restart_analytics_cluster got unknown kwargs: {!r}".format(extra_kwargs))
path_params = {
"dbSystemId": db_system_id
}
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
for (k, v) in six.iteritems(path_params):
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
raise ValueError('Parameter {} cannot be None, whitespace or empty string'.format(k))
header_params = {
"accept": "application/json",
"content-type": "application/json",
"if-match": kwargs.get("if_match", missing),
"opc-request-id": kwargs.get("opc_request_id", missing),
"opc-retry-token": kwargs.get("opc_retry_token", missing)
}
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
retry_strategy = self.base_client.get_preferred_retry_strategy(
operation_retry_strategy=kwargs.get('retry_strategy'),
client_retry_strategy=self.retry_strategy
)
if retry_strategy:
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
self.base_client.add_opc_retry_token_if_needed(header_params)
self.base_client.add_opc_client_retries_header(header_params)
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
return retry_strategy.make_retrying_call(
self.base_client.call_api,
resource_path=resource_path,
method=method,
path_params=path_params,
header_params=header_params)
else:
return self.base_client.call_api(
resource_path=resource_path,
method=method,
path_params=path_params,
header_params=header_params)
def restart_db_system(self, db_system_id, restart_db_system_details, **kwargs):
"""
Restarts the specified DB System.
:param str db_system_id: (required)
The DB System `OCID`__.
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
:param oci.mysql.models.RestartDbSystemDetails restart_db_system_details: (required)
Optional parameters for the stop portion of the restart action.
:param str if_match: (optional)
For optimistic concurrency control. In the PUT or DELETE call for a
resource, set the `If-Match` header to the value of the etag from a
previous GET or POST response for that resource. The resource will be
updated or deleted only if the etag you provide matches the resource's
current etag value.
:param str opc_request_id: (optional)
Customer-defined unique identifier for the request. If you need to
contact Oracle about a specific request, please provide the request
ID that you supplied in this header with the request.
:param str opc_retry_token: (optional)
A token that uniquely identifies a request so it can be retried in case
of a timeout or server error without risk of executing that same action
again. Retry tokens expire after 24 hours, but can be invalidated before
then due to conflicting operations (for example, if a resource has been
deleted and purged from the system, then a retry of the original
creation request may be rejected).
:param obj retry_strategy: (optional)
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
:return: A :class:`~oci.response.Response` object with data of type None
:rtype: :class:`~oci.response.Response`
:example:
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/mysql/restart_db_system.py.html>`__ to see an example of how to use restart_db_system API.
"""
resource_path = "/dbSystems/{dbSystemId}/actions/restart"
method = "POST"
# Don't accept unknown kwargs
expected_kwargs = [
"retry_strategy",
"if_match",
"opc_request_id",
"opc_retry_token"
]
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
if extra_kwargs:
raise ValueError(
"restart_db_system got unknown kwargs: {!r}".format(extra_kwargs))
path_params = {
"dbSystemId": db_system_id
}
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
for (k, v) in six.iteritems(path_params):
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
raise ValueError('Parameter {} cannot be None, whitespace or empty string'.format(k))
header_params = {
"accept": "application/json",
"content-type": "application/json",
"if-match": kwargs.get("if_match", missing),
"opc-request-id": kwargs.get("opc_request_id", missing),
"opc-retry-token": kwargs.get("opc_retry_token", missing)
}
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
retry_strategy = self.base_client.get_preferred_retry_strategy(
operation_retry_strategy=kwargs.get('retry_strategy'),
client_retry_strategy=self.retry_strategy
)
if retry_strategy:
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
self.base_client.add_opc_retry_token_if_needed(header_params)
self.base_client.add_opc_client_retries_header(header_params)
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
return retry_strategy.make_retrying_call(
self.base_client.call_api,
resource_path=resource_path,
method=method,
path_params=path_params,
header_params=header_params,
body=restart_db_system_details)
else:
return self.base_client.call_api(
resource_path=resource_path,
method=method,
path_params=path_params,
header_params=header_params,
body=restart_db_system_details)
def restart_heat_wave_cluster(self, db_system_id, **kwargs):
"""
Restarts the HeatWave cluster.
:param str db_system_id: (required)
The DB System `OCID`__.
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
:param str if_match: (optional)
For optimistic concurrency control. In the PUT or DELETE call for a
resource, set the `If-Match` header to the value of the etag from a
previous GET or POST response for that resource. The resource will be
updated or deleted only if the etag you provide matches the resource's
current etag value.
:param str opc_request_id: (optional)
Customer-defined unique identifier for the request. If you need to
contact Oracle about a specific request, please provide the request
ID that you supplied in this header with the request.
:param str opc_retry_token: (optional)
A token that uniquely identifies a request so it can be retried in case
of a timeout or server error without risk of executing that same action
again. Retry tokens expire after 24 hours, but can be invalidated before
then due to conflicting operations (for example, if a resource has been
deleted and purged from the system, then a retry of the original
creation request may be rejected).
:param obj retry_strategy: (optional)
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
:return: A :class:`~oci.response.Response` object with data of type None
:rtype: :class:`~oci.response.Response`
:example:
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/mysql/restart_heat_wave_cluster.py.html>`__ to see an example of how to use restart_heat_wave_cluster API.
"""
resource_path = "/dbSystems/{dbSystemId}/heatWaveCluster/actions/restart"
method = "POST"
# Don't accept unknown kwargs
expected_kwargs = [
"retry_strategy",
"if_match",
"opc_request_id",
"opc_retry_token"
]
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
if extra_kwargs:
raise ValueError(
"restart_heat_wave_cluster got unknown kwargs: {!r}".format(extra_kwargs))
path_params = {
"dbSystemId": db_system_id
}
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
for (k, v) in six.iteritems(path_params):
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
raise ValueError('Parameter {} cannot be None, whitespace or empty string'.format(k))
header_params = {
"accept": "application/json",
"content-type": "application/json",
"if-match": kwargs.get("if_match", missing),
"opc-request-id": kwargs.get("opc_request_id", missing),
"opc-retry-token": kwargs.get("opc_retry_token", missing)
}
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
retry_strategy = self.base_client.get_preferred_retry_strategy(
operation_retry_strategy=kwargs.get('retry_strategy'),
client_retry_strategy=self.retry_strategy
)
if retry_strategy:
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
self.base_client.add_opc_retry_token_if_needed(header_params)
self.base_client.add_opc_client_retries_header(header_params)
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
return retry_strategy.make_retrying_call(
self.base_client.call_api,
resource_path=resource_path,
method=method,
path_params=path_params,
header_params=header_params)
else:
return self.base_client.call_api(
resource_path=resource_path,
method=method,
path_params=path_params,
header_params=header_params)
def start_analytics_cluster(self, db_system_id, **kwargs):
"""
DEPRECATED -- please use HeatWave API instead.
Starts the Analytics Cluster.
:param str db_system_id: (required)
The DB System `OCID`__.
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
:param str if_match: (optional)
For optimistic concurrency control. In the PUT or DELETE call for a
resource, set the `If-Match` header to the value of the etag from a
previous GET or POST response for that resource. The resource will be
updated or deleted only if the etag you provide matches the resource's
current etag value.
:param str opc_request_id: (optional)
Customer-defined unique identifier for the request. If you need to
contact Oracle about a specific request, please provide the request
ID that you supplied in this header with the request.
:param str opc_retry_token: (optional)
A token that uniquely identifies a request so it can be retried in case
of a timeout or server error without risk of executing that same action
again. Retry tokens expire after 24 hours, but can be invalidated before
then due to conflicting operations (for example, if a resource has been
deleted and purged from the system, then a retry of the original
creation request may be rejected).
:param obj retry_strategy: (optional)
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
:return: A :class:`~oci.response.Response` object with data of type None
:rtype: :class:`~oci.response.Response`
:example:
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/mysql/start_analytics_cluster.py.html>`__ to see an example of how to use start_analytics_cluster API.
"""
resource_path = "/dbSystems/{dbSystemId}/analyticsCluster/actions/start"
method = "POST"
# Don't accept unknown kwargs
expected_kwargs = [
"retry_strategy",
"if_match",
"opc_request_id",
"opc_retry_token"
]
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
if extra_kwargs:
raise ValueError(
"start_analytics_cluster got unknown kwargs: {!r}".format(extra_kwargs))
path_params = {
"dbSystemId": db_system_id
}
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
for (k, v) in six.iteritems(path_params):
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
raise ValueError('Parameter {} cannot be None, whitespace or empty string'.format(k))
header_params = {
"accept": "application/json",
"content-type": "application/json",
"if-match": kwargs.get("if_match", missing),
"opc-request-id": kwargs.get("opc_request_id", missing),
"opc-retry-token": kwargs.get("opc_retry_token", missing)
}
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
retry_strategy = self.base_client.get_preferred_retry_strategy(
operation_retry_strategy=kwargs.get('retry_strategy'),
client_retry_strategy=self.retry_strategy
)
if retry_strategy:
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
self.base_client.add_opc_retry_token_if_needed(header_params)
self.base_client.add_opc_client_retries_header(header_params)
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
return retry_strategy.make_retrying_call(
self.base_client.call_api,
resource_path=resource_path,
method=method,
path_params=path_params,
header_params=header_params)
else:
return self.base_client.call_api(
resource_path=resource_path,
method=method,
path_params=path_params,
header_params=header_params)
def start_db_system(self, db_system_id, **kwargs):
"""
Start the specified DB System.
:param str db_system_id: (required)
The DB System `OCID`__.
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
:param str if_match: (optional)
For optimistic concurrency control. In the PUT or DELETE call for a
resource, set the `If-Match` header to the value of the etag from a
previous GET or POST response for that resource. The resource will be
updated or deleted only if the etag you provide matches the resource's
current etag value.
:param str opc_request_id: (optional)
Customer-defined unique identifier for the request. If you need to
contact Oracle about a specific request, please provide the request
ID that you supplied in this header with the request.
:param str opc_retry_token: (optional)
A token that uniquely identifies a request so it can be retried in case
of a timeout or server error without risk of executing that same action
again. Retry tokens expire after 24 hours, but can be invalidated before
then due to conflicting operations (for example, if a resource has been
deleted and purged from the system, then a retry of the original
creation request may be rejected).
:param obj retry_strategy: (optional)
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
:return: A :class:`~oci.response.Response` object with data of type None
:rtype: :class:`~oci.response.Response`
:example:
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/mysql/start_db_system.py.html>`__ to see an example of how to use start_db_system API.
"""
resource_path = "/dbSystems/{dbSystemId}/actions/start"
method = "POST"
# Don't accept unknown kwargs
expected_kwargs = [
"retry_strategy",
"if_match",
"opc_request_id",
"opc_retry_token"
]
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
if extra_kwargs:
raise ValueError(
"start_db_system got unknown kwargs: {!r}".format(extra_kwargs))
path_params = {
"dbSystemId": db_system_id
}
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
for (k, v) in six.iteritems(path_params):
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
raise ValueError('Parameter {} cannot be None, whitespace or empty string'.format(k))
header_params = {
"accept": "application/json",
"content-type": "application/json",
"if-match": kwargs.get("if_match", missing),
"opc-request-id": kwargs.get("opc_request_id", missing),
"opc-retry-token": kwargs.get("opc_retry_token", missing)
}
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
retry_strategy = self.base_client.get_preferred_retry_strategy(
operation_retry_strategy=kwargs.get('retry_strategy'),
client_retry_strategy=self.retry_strategy
)
if retry_strategy:
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
self.base_client.add_opc_retry_token_if_needed(header_params)
self.base_client.add_opc_client_retries_header(header_params)
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
return retry_strategy.make_retrying_call(
self.base_client.call_api,
resource_path=resource_path,
method=method,
path_params=path_params,
header_params=header_params)
else:
return self.base_client.call_api(
resource_path=resource_path,
method=method,
path_params=path_params,
header_params=header_params)
def start_heat_wave_cluster(self, db_system_id, **kwargs):
"""
Starts the HeatWave cluster.
:param str db_system_id: (required)
The DB System `OCID`__.
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
:param str if_match: (optional)
For optimistic concurrency control. In the PUT or DELETE call for a
resource, set the `If-Match` header to the value of the etag from a
previous GET or POST response for that resource. The resource will be
updated or deleted only if the etag you provide matches the resource's
current etag value.
:param str opc_request_id: (optional)
Customer-defined unique identifier for the request. If you need to
contact Oracle about a specific request, please provide the request
ID that you supplied in this header with the request.
:param str opc_retry_token: (optional)
A token that uniquely identifies a request so it can be retried in case
of a timeout or server error without risk of executing that same action
again. Retry tokens expire after 24 hours, but can be invalidated before
then due to conflicting operations (for example, if a resource has been
deleted and purged from the system, then a retry of the original
creation request may be rejected).
:param obj retry_strategy: (optional)
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
:return: A :class:`~oci.response.Response` object with data of type None
:rtype: :class:`~oci.response.Response`
:example:
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/mysql/start_heat_wave_cluster.py.html>`__ to see an example of how to use start_heat_wave_cluster API.
"""
resource_path = "/dbSystems/{dbSystemId}/heatWaveCluster/actions/start"
method = "POST"
# Don't accept unknown kwargs
expected_kwargs = [
"retry_strategy",
"if_match",
"opc_request_id",
"opc_retry_token"
]
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
if extra_kwargs:
raise ValueError(
"start_heat_wave_cluster got unknown kwargs: {!r}".format(extra_kwargs))
path_params = {
"dbSystemId": db_system_id
}
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
for (k, v) in six.iteritems(path_params):
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
raise ValueError('Parameter {} cannot be None, whitespace or empty string'.format(k))
header_params = {
"accept": "application/json",
"content-type": "application/json",
"if-match": kwargs.get("if_match", missing),
"opc-request-id": kwargs.get("opc_request_id", missing),
"opc-retry-token": kwargs.get("opc_retry_token", missing)
}
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
retry_strategy = self.base_client.get_preferred_retry_strategy(
operation_retry_strategy=kwargs.get('retry_strategy'),
client_retry_strategy=self.retry_strategy
)
if retry_strategy:
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
self.base_client.add_opc_retry_token_if_needed(header_params)
self.base_client.add_opc_client_retries_header(header_params)
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
return retry_strategy.make_retrying_call(
self.base_client.call_api,
resource_path=resource_path,
method=method,
path_params=path_params,
header_params=header_params)
else:
return self.base_client.call_api(
resource_path=resource_path,
method=method,
path_params=path_params,
header_params=header_params)
def stop_analytics_cluster(self, db_system_id, **kwargs):
"""
DEPRECATED -- please use HeatWave API instead.
Stops the Analytics Cluster.
:param str db_system_id: (required)
The DB System `OCID`__.
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
:param str if_match: (optional)
For optimistic concurrency control. In the PUT or DELETE call for a
resource, set the `If-Match` header to the value of the etag from a
previous GET or POST response for that resource. The resource will be
updated or deleted only if the etag you provide matches the resource's
current etag value.
:param str opc_request_id: (optional)
Customer-defined unique identifier for the request. If you need to
contact Oracle about a specific request, please provide the request
ID that you supplied in this header with the request.
:param str opc_retry_token: (optional)
A token that uniquely identifies a request so it can be retried in case
of a timeout or server error without risk of executing that same action
again. Retry tokens expire after 24 hours, but can be invalidated before
then due to conflicting operations (for example, if a resource has been
deleted and purged from the system, then a retry of the original
creation request may be rejected).
:param obj retry_strategy: (optional)
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
:return: A :class:`~oci.response.Response` object with data of type None
:rtype: :class:`~oci.response.Response`
:example:
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/mysql/stop_analytics_cluster.py.html>`__ to see an example of how to use stop_analytics_cluster API.
"""
resource_path = "/dbSystems/{dbSystemId}/analyticsCluster/actions/stop"
method = "POST"
# Don't accept unknown kwargs
expected_kwargs = [
"retry_strategy",
"if_match",
"opc_request_id",
"opc_retry_token"
]
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
if extra_kwargs:
raise ValueError(
"stop_analytics_cluster got unknown kwargs: {!r}".format(extra_kwargs))
path_params = {
"dbSystemId": db_system_id
}
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
for (k, v) in six.iteritems(path_params):
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
raise ValueError('Parameter {} cannot be None, whitespace or empty string'.format(k))
header_params = {
"accept": "application/json",
"content-type": "application/json",
"if-match": kwargs.get("if_match", missing),
"opc-request-id": kwargs.get("opc_request_id", missing),
"opc-retry-token": kwargs.get("opc_retry_token", missing)
}
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
retry_strategy = self.base_client.get_preferred_retry_strategy(
operation_retry_strategy=kwargs.get('retry_strategy'),
client_retry_strategy=self.retry_strategy
)
if retry_strategy:
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
self.base_client.add_opc_retry_token_if_needed(header_params)
self.base_client.add_opc_client_retries_header(header_params)
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
return retry_strategy.make_retrying_call(
self.base_client.call_api,
resource_path=resource_path,
method=method,
path_params=path_params,
header_params=header_params)
else:
return self.base_client.call_api(
resource_path=resource_path,
method=method,
path_params=path_params,
header_params=header_params)
def stop_db_system(self, db_system_id, stop_db_system_details, **kwargs):
"""
Stops the specified DB System.
A stopped DB System is not billed.
:param str db_system_id: (required)
The DB System `OCID`__.
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
:param oci.mysql.models.StopDbSystemDetails stop_db_system_details: (required)
Optional parameters for the stop action.
:param str if_match: (optional)
For optimistic concurrency control. In the PUT or DELETE call for a
resource, set the `If-Match` header to the value of the etag from a
previous GET or POST response for that resource. The resource will be
updated or deleted only if the etag you provide matches the resource's
current etag value.
:param str opc_request_id: (optional)
Customer-defined unique identifier for the request. If you need to
contact Oracle about a specific request, please provide the request
ID that you supplied in this header with the request.
:param str opc_retry_token: (optional)
A token that uniquely identifies a request so it can be retried in case
of a timeout or server error without risk of executing that same action
again. Retry tokens expire after 24 hours, but can be invalidated before
then due to conflicting operations (for example, if a resource has been
deleted and purged from the system, then a retry of the original
creation request may be rejected).
:param obj retry_strategy: (optional)
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
:return: A :class:`~oci.response.Response` object with data of type None
:rtype: :class:`~oci.response.Response`
:example:
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/mysql/stop_db_system.py.html>`__ to see an example of how to use stop_db_system API.
"""
resource_path = "/dbSystems/{dbSystemId}/actions/stop"
method = "POST"
# Don't accept unknown kwargs
expected_kwargs = [
"retry_strategy",
"if_match",
"opc_request_id",
"opc_retry_token"
]
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
if extra_kwargs:
raise ValueError(
"stop_db_system got unknown kwargs: {!r}".format(extra_kwargs))
path_params = {
"dbSystemId": db_system_id
}
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
for (k, v) in six.iteritems(path_params):
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
raise ValueError('Parameter {} cannot be None, whitespace or empty string'.format(k))
header_params = {
"accept": "application/json",
"content-type": "application/json",
"if-match": kwargs.get("if_match", missing),
"opc-request-id": kwargs.get("opc_request_id", missing),
"opc-retry-token": kwargs.get("opc_retry_token", missing)
}
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
retry_strategy = self.base_client.get_preferred_retry_strategy(
operation_retry_strategy=kwargs.get('retry_strategy'),
client_retry_strategy=self.retry_strategy
)
if retry_strategy:
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
self.base_client.add_opc_retry_token_if_needed(header_params)
self.base_client.add_opc_client_retries_header(header_params)
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
return retry_strategy.make_retrying_call(
self.base_client.call_api,
resource_path=resource_path,
method=method,
path_params=path_params,
header_params=header_params,
body=stop_db_system_details)
else:
return self.base_client.call_api(
resource_path=resource_path,
method=method,
path_params=path_params,
header_params=header_params,
body=stop_db_system_details)
def stop_heat_wave_cluster(self, db_system_id, **kwargs):
"""
Stops the HeatWave cluster.
:param str db_system_id: (required)
The DB System `OCID`__.
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
:param str if_match: (optional)
For optimistic concurrency control. In the PUT or DELETE call for a
resource, set the `If-Match` header to the value of the etag from a
previous GET or POST response for that resource. The resource will be
updated or deleted only if the etag you provide matches the resource's
current etag value.
:param str opc_request_id: (optional)
Customer-defined unique identifier for the request. If you need to
contact Oracle about a specific request, please provide the request
ID that you supplied in this header with the request.
:param str opc_retry_token: (optional)
A token that uniquely identifies a request so it can be retried in case
of a timeout or server error without risk of executing that same action
again. Retry tokens expire after 24 hours, but can be invalidated before
then due to conflicting operations (for example, if a resource has been
deleted and purged from the system, then a retry of the original
creation request may be rejected).
:param obj retry_strategy: (optional)
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
:return: A :class:`~oci.response.Response` object with data of type None
:rtype: :class:`~oci.response.Response`
:example:
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/mysql/stop_heat_wave_cluster.py.html>`__ to see an example of how to use stop_heat_wave_cluster API.
"""
resource_path = "/dbSystems/{dbSystemId}/heatWaveCluster/actions/stop"
method = "POST"
# Don't accept unknown kwargs
expected_kwargs = [
"retry_strategy",
"if_match",
"opc_request_id",
"opc_retry_token"
]
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
if extra_kwargs:
raise ValueError(
"stop_heat_wave_cluster got unknown kwargs: {!r}".format(extra_kwargs))
path_params = {
"dbSystemId": db_system_id
}
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
for (k, v) in six.iteritems(path_params):
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
raise ValueError('Parameter {} cannot be None, whitespace or empty string'.format(k))
header_params = {
"accept": "application/json",
"content-type": "application/json",
"if-match": kwargs.get("if_match", missing),
"opc-request-id": kwargs.get("opc_request_id", missing),
"opc-retry-token": kwargs.get("opc_retry_token", missing)
}
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
retry_strategy = self.base_client.get_preferred_retry_strategy(
operation_retry_strategy=kwargs.get('retry_strategy'),
client_retry_strategy=self.retry_strategy
)
if retry_strategy:
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
self.base_client.add_opc_retry_token_if_needed(header_params)
self.base_client.add_opc_client_retries_header(header_params)
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
return retry_strategy.make_retrying_call(
self.base_client.call_api,
resource_path=resource_path,
method=method,
path_params=path_params,
header_params=header_params)
else:
return self.base_client.call_api(
resource_path=resource_path,
method=method,
path_params=path_params,
header_params=header_params)
def update_analytics_cluster(self, db_system_id, update_analytics_cluster_details, **kwargs):
"""
DEPRECATED -- please use HeatWave API instead.
Updates the Analytics Cluster.
:param str db_system_id: (required)
The DB System `OCID`__.
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
:param oci.mysql.models.UpdateAnalyticsClusterDetails update_analytics_cluster_details: (required)
Request to update an Analytics Cluster.
:param str if_match: (optional)
For optimistic concurrency control. In the PUT or DELETE call for a
resource, set the `If-Match` header to the value of the etag from a
previous GET or POST response for that resource. The resource will be
updated or deleted only if the etag you provide matches the resource's
current etag value.
:param str opc_request_id: (optional)
Customer-defined unique identifier for the request. If you need to
contact Oracle about a specific request, please provide the request
ID that you supplied in this header with the request.
:param obj retry_strategy: (optional)
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
:return: A :class:`~oci.response.Response` object with data of type None
:rtype: :class:`~oci.response.Response`
:example:
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/mysql/update_analytics_cluster.py.html>`__ to see an example of how to use update_analytics_cluster API.
"""
resource_path = "/dbSystems/{dbSystemId}/analyticsCluster"
method = "PUT"
# Don't accept unknown kwargs
expected_kwargs = [
"retry_strategy",
"if_match",
"opc_request_id"
]
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
if extra_kwargs:
raise ValueError(
"update_analytics_cluster got unknown kwargs: {!r}".format(extra_kwargs))
path_params = {
"dbSystemId": db_system_id
}
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
for (k, v) in six.iteritems(path_params):
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
raise ValueError('Parameter {} cannot be None, whitespace or empty string'.format(k))
header_params = {
"accept": "application/json",
"content-type": "application/json",
"if-match": kwargs.get("if_match", missing),
"opc-request-id": kwargs.get("opc_request_id", missing)
}
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
retry_strategy = self.base_client.get_preferred_retry_strategy(
operation_retry_strategy=kwargs.get('retry_strategy'),
client_retry_strategy=self.retry_strategy
)
if retry_strategy:
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
self.base_client.add_opc_client_retries_header(header_params)
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
return retry_strategy.make_retrying_call(
self.base_client.call_api,
resource_path=resource_path,
method=method,
path_params=path_params,
header_params=header_params,
body=update_analytics_cluster_details)
else:
return self.base_client.call_api(
resource_path=resource_path,
method=method,
path_params=path_params,
header_params=header_params,
body=update_analytics_cluster_details)
def update_db_system(self, db_system_id, update_db_system_details, **kwargs):
"""
Update the configuration of a DB System.
Updating different fields in the DB System will have different results
on the uptime of the DB System. For example, changing the displayName of
a DB System will take effect immediately, but changing the shape of a
DB System is an asynchronous operation that involves provisioning new
Compute resources, pausing the DB System and migrating storage
before making the DB System available again.
:param str db_system_id: (required)
The DB System `OCID`__.
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
:param oci.mysql.models.UpdateDbSystemDetails update_db_system_details: (required)
Request to update a DB System.
:param str if_match: (optional)
For optimistic concurrency control. In the PUT or DELETE call for a
resource, set the `If-Match` header to the value of the etag from a
previous GET or POST response for that resource. The resource will be
updated or deleted only if the etag you provide matches the resource's
current etag value.
:param str opc_request_id: (optional)
Customer-defined unique identifier for the request. If you need to
contact Oracle about a specific request, please provide the request
ID that you supplied in this header with the request.
:param obj retry_strategy: (optional)
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
:return: A :class:`~oci.response.Response` object with data of type None
:rtype: :class:`~oci.response.Response`
:example:
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/mysql/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
"""
resource_path = "/dbSystems/{dbSystemId}"
method = "PUT"
# Don't accept unknown kwargs
expected_kwargs = [
"retry_strategy",
"if_match",
"opc_request_id"
]
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
if extra_kwargs:
raise ValueError(
"update_db_system got unknown kwargs: {!r}".format(extra_kwargs))
path_params = {
"dbSystemId": db_system_id
}
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
for (k, v) in six.iteritems(path_params):
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
raise ValueError('Parameter {} cannot be None, whitespace or empty string'.format(k))
header_params = {
"accept": "application/json",
"content-type": "application/json",
"if-match": kwargs.get("if_match", missing),
"opc-request-id": kwargs.get("opc_request_id", missing)
}
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
retry_strategy = self.base_client.get_preferred_retry_strategy(
operation_retry_strategy=kwargs.get('retry_strategy'),
client_retry_strategy=self.retry_strategy
)
if retry_strategy:
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
self.base_client.add_opc_client_retries_header(header_params)
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
return retry_strategy.make_retrying_call(
self.base_client.call_api,
resource_path=resource_path,
method=method,
path_params=path_params,
header_params=header_params,
body=update_db_system_details)
else:
return self.base_client.call_api(
resource_path=resource_path,
method=method,
path_params=path_params,
header_params=header_params,
body=update_db_system_details)
def update_heat_wave_cluster(self, db_system_id, update_heat_wave_cluster_details, **kwargs):
"""
Updates the HeatWave cluster.
:param str db_system_id: (required)
The DB System `OCID`__.
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
:param oci.mysql.models.UpdateHeatWaveClusterDetails update_heat_wave_cluster_details: (required)
Request to update a HeatWave cluster.
:param str if_match: (optional)
For optimistic concurrency control. In the PUT or DELETE call for a
resource, set the `If-Match` header to the value of the etag from a
previous GET or POST response for that resource. The resource will be
updated or deleted only if the etag you provide matches the resource's
current etag value.
:param str opc_request_id: (optional)
Customer-defined unique identifier for the request. If you need to
contact Oracle about a specific request, please provide the request
ID that you supplied in this header with the request.
:param obj retry_strategy: (optional)
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
:return: A :class:`~oci.response.Response` object with data of type None
:rtype: :class:`~oci.response.Response`
:example:
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/latest/mysql/update_heat_wave_cluster.py.html>`__ to see an example of how to use update_heat_wave_cluster API.
"""
resource_path = "/dbSystems/{dbSystemId}/heatWaveCluster"
method = "PUT"
# Don't accept unknown kwargs
expected_kwargs = [
"retry_strategy",
"if_match",
"opc_request_id"
]
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
if extra_kwargs:
raise ValueError(
"update_heat_wave_cluster got unknown kwargs: {!r}".format(extra_kwargs))
path_params = {
"dbSystemId": db_system_id
}
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
for (k, v) in six.iteritems(path_params):
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
raise ValueError('Parameter {} cannot be None, whitespace or empty string'.format(k))
header_params = {
"accept": "application/json",
"content-type": "application/json",
"if-match": kwargs.get("if_match", missing),
"opc-request-id": kwargs.get("opc_request_id", missing)
}
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
retry_strategy = self.base_client.get_preferred_retry_strategy(
operation_retry_strategy=kwargs.get('retry_strategy'),
client_retry_strategy=self.retry_strategy
)
if retry_strategy:
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
self.base_client.add_opc_client_retries_header(header_params)
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
return retry_strategy.make_retrying_call(
self.base_client.call_api,
resource_path=resource_path,
method=method,
path_params=path_params,
header_params=header_params,
body=update_heat_wave_cluster_details)
else:
return self.base_client.call_api(
resource_path=resource_path,
method=method,
path_params=path_params,
header_params=header_params,
body=update_heat_wave_cluster_details)
| [
2,
19617,
25,
3384,
69,
12,
23,
198,
2,
15069,
357,
66,
8,
1584,
11,
33448,
11,
18650,
290,
14,
273,
663,
29116,
13,
220,
1439,
2489,
10395,
13,
198,
2,
770,
3788,
318,
10668,
12,
36612,
284,
345,
739,
262,
14499,
2448,
33532,
13789,
357,
52,
6489,
8,
352,
13,
15,
355,
3402,
379,
3740,
1378,
793,
13,
273,
6008,
13,
785,
14,
677,
4541,
14,
84,
489,
393,
24843,
13789,
362,
13,
15,
355,
3402,
379,
2638,
1378,
2503,
13,
43073,
13,
2398,
14,
677,
4541,
14,
43,
2149,
24290,
12,
17,
13,
15,
13,
921,
743,
3853,
2035,
5964,
13,
198,
198,
6738,
11593,
37443,
834,
1330,
4112,
62,
11748,
198,
198,
6738,
267,
979,
13557,
85,
18738,
1330,
7007,
220,
1303,
645,
20402,
25,
376,
21844,
198,
6738,
267,
979,
13557,
85,
18738,
1330,
2237,
198,
198,
6738,
267,
979,
1330,
1005,
563,
11,
10349,
62,
25766,
220,
1303,
645,
20402,
25,
376,
21844,
198,
6738,
267,
979,
13,
8692,
62,
16366,
1330,
7308,
11792,
198,
6738,
267,
979,
13,
11250,
1330,
651,
62,
11250,
62,
8367,
62,
273,
62,
12286,
11,
26571,
62,
11250,
198,
6738,
267,
979,
13,
12683,
263,
1330,
5865,
263,
198,
6738,
267,
979,
13,
22602,
1330,
26716,
11,
651,
62,
12683,
263,
62,
6738,
62,
41299,
3299,
62,
4906,
11,
37195,
3525,
2149,
6234,
62,
25216,
62,
44603,
62,
20608,
198,
6738,
764,
27530,
1330,
48761,
62,
4906,
62,
76,
5912,
198,
45688,
796,
26716,
7203,
43730,
4943,
628,
198,
4871,
360,
65,
11964,
11792,
7,
15252,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
383,
7824,
329,
262,
33476,
24047,
4809,
198,
220,
220,
220,
37227,
628,
220,
220,
220,
825,
11593,
15003,
834,
7,
944,
11,
4566,
11,
12429,
46265,
22046,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
7921,
274,
257,
649,
2139,
5456,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
8633,
4566,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
28373,
8251,
290,
3815,
355,
583,
4600,
10305,
42,
290,
16984,
28373,
1279,
5450,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
19746,
14,
17614,
14,
3103,
984,
82,
14,
21282,
74,
11250,
13,
19211,
29,
63,
834,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
1058,
9078,
25,
76,
2788,
25,
63,
93,
1733,
13,
11250,
13,
6738,
62,
7753,
63,
2446,
460,
307,
973,
284,
3440,
8398,
422,
257,
2393,
13,
25929,
11,
257,
7559,
11600,
15506,
460,
307,
3804,
13,
921,
460,
26571,
62,
11250,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
262,
8633,
1262,
1058,
9078,
25,
76,
2788,
25,
63,
93,
1733,
13,
11250,
13,
12102,
378,
62,
11250,
63,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
2139,
62,
437,
4122,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
36123,
286,
262,
2139,
284,
869,
1262,
428,
5456,
13,
1114,
1672,
7559,
5450,
1378,
544,
292,
13,
385,
12,
1077,
10899,
12,
16,
13,
273,
6008,
17721,
13,
785,
15506,
13,
1002,
428,
21179,
4578,
318,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
407,
2810,
788,
340,
481,
307,
10944,
1262,
262,
3814,
287,
262,
4566,
11507,
13,
921,
815,
691,
2148,
428,
21179,
4578,
611,
345,
423,
281,
7952,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
761,
284,
11986,
257,
2139,
36123,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
26827,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
4637,
290,
1100,
640,
5269,
329,
262,
5456,
13,
383,
4277,
3815,
389,
4637,
26827,
838,
4201,
290,
1100,
26827,
3126,
4201,
13,
770,
21179,
4578,
460,
307,
2810,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
355,
257,
2060,
12178,
11,
287,
543,
1339,
262,
1988,
2810,
318,
973,
329,
1111,
262,
1100,
290,
4637,
640,
5269,
11,
393,
355,
257,
46545,
286,
734,
36016,
13,
1002,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
257,
46545,
318,
2810,
788,
262,
717,
1988,
318,
973,
355,
262,
4637,
26827,
290,
262,
1218,
1988,
355,
262,
1100,
26827,
13,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
4906,
26827,
25,
12178,
393,
46545,
7,
22468,
11,
12178,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
1051,
263,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
1051,
263,
284,
779,
618,
8415,
7007,
925,
416,
262,
2139,
5456,
13,
383,
4277,
318,
284,
779,
257,
1058,
9078,
25,
4871,
25,
63,
93,
1733,
13,
12683,
263,
13,
11712,
263,
63,
1912,
319,
262,
3815,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2810,
287,
262,
4566,
11507,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1881,
779,
1339,
329,
428,
11507,
318,
329,
4600,
33384,
14117,
541,
874,
18239,
1279,
5450,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
19746,
14,
7390,
26858,
14,
51,
6791,
14,
13345,
654,
712,
1063,
6738,
8625,
1817,
13,
19211,
29,
63,
834,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
416,
6427,
281,
4554,
286,
1058,
9078,
25,
4871,
25,
63,
93,
1733,
13,
18439,
13,
12683,
364,
13,
33384,
42904,
541,
874,
24074,
30642,
11712,
263,
63,
355,
262,
1988,
329,
428,
21179,
4578,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
4906,
1051,
263,
25,
1058,
9078,
25,
4871,
25,
63,
93,
1733,
13,
12683,
263,
13,
23839,
14881,
11712,
263,
63,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
26181,
1005,
563,
62,
2536,
4338,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
1005,
563,
4811,
284,
4174,
284,
477,
3848,
925,
416,
428,
2139,
5456,
357,
72,
13,
68,
13,
379,
262,
5456,
1241,
737,
1318,
318,
645,
1005,
563,
4811,
5625,
416,
4277,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4990,
563,
10064,
460,
635,
307,
5625,
379,
262,
4905,
1241,
416,
6427,
257,
7559,
1186,
563,
62,
2536,
4338,
15506,
21179,
4578,
355,
636,
286,
4585,
262,
4905,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4377,
1988,
2810,
379,
262,
4905,
1241,
481,
20957,
4232,
318,
7368,
379,
262,
5456,
1241,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
770,
815,
307,
530,
286,
262,
10064,
1695,
287,
262,
1058,
9078,
25,
4666,
25,
63,
93,
1733,
13,
1186,
563,
63,
8265,
13,
317,
15607,
1058,
9078,
25,
7890,
25,
63,
93,
1733,
13,
1186,
563,
13,
7206,
38865,
62,
2200,
40405,
62,
18601,
6158,
31212,
63,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
318,
635,
1695,
13,
383,
23514,
286,
262,
4277,
1005,
563,
4811,
389,
3417,
4600,
1456,
1279,
5450,
1378,
31628,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
14,
42861,
14,
21282,
74,
62,
20709,
615,
12706,
14,
1186,
1678,
13,
6494,
29,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
26181,
10349,
62,
25766,
62,
2536,
4338,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
10349,
46408,
4811,
284,
4174,
284,
477,
3848,
925,
416,
428,
2139,
5456,
357,
72,
13,
68,
13,
379,
262,
5456,
1241,
737,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
770,
5456,
481,
407,
423,
10349,
2270,
364,
9343,
416,
4277,
11,
2985,
460,
779,
511,
898,
10349,
46408,
4811,
393,
262,
11282,
1058,
9078,
25,
7890,
25,
63,
93,
1733,
13,
21170,
5013,
62,
25766,
13,
7206,
38865,
62,
34,
4663,
43633,
2043,
62,
40438,
10206,
1137,
62,
18601,
6158,
31212,
63,
2810,
416,
262,
26144,
284,
7139,
340,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
23514,
286,
10349,
46408,
4811,
389,
3417,
4600,
1456,
1279,
5450,
1378,
31628,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
14,
42861,
14,
21282,
74,
62,
20709,
615,
12706,
14,
21170,
5013,
62,
49295,
13,
6494,
29,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
2163,
10349,
62,
25766,
62,
47423,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4889,
1891,
2163,
284,
3328,
597,
13269,
7616,
445,
416,
262,
10349,
46408,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
26571,
62,
11250,
7,
11250,
11,
1051,
263,
28,
46265,
22046,
13,
1136,
10786,
12683,
263,
6,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
611,
705,
12683,
263,
6,
287,
479,
86,
22046,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1051,
263,
796,
479,
86,
22046,
17816,
12683,
263,
20520,
628,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
37195,
3525,
2149,
6234,
62,
25216,
62,
44603,
62,
20608,
287,
4566,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1051,
263,
796,
651,
62,
12683,
263,
62,
6738,
62,
41299,
3299,
62,
4906,
7,
11250,
8,
628,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1051,
263,
796,
5865,
263,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
46543,
28,
11250,
14692,
1452,
3883,
33116,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2836,
28,
11250,
14692,
7220,
33116,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
25338,
28,
11250,
14692,
35461,
4798,
33116,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2839,
62,
2539,
62,
7753,
62,
24886,
28,
11250,
13,
1136,
7203,
2539,
62,
7753,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1208,
62,
34675,
28,
1136,
62,
11250,
62,
8367,
62,
273,
62,
12286,
7,
11250,
11,
366,
6603,
62,
34675,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2839,
62,
2539,
62,
11299,
28,
11250,
13,
1136,
7203,
2539,
62,
11299,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
2779,
62,
16366,
62,
15003,
62,
46265,
22046,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
2301,
1538,
62,
16366,
10354,
6407,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
15271,
62,
437,
4122,
10354,
479,
86,
22046,
13,
1136,
10786,
15271,
62,
437,
4122,
33809,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
8692,
62,
6978,
10354,
31051,
23344,
3023,
1314,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
15271,
62,
437,
4122,
62,
28243,
10354,
705,
5450,
1378,
28744,
13976,
13,
90,
36996,
27422,
420,
79,
13,
90,
12227,
4971,
43961,
92,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
48267,
62,
8906,
48499,
1634,
10354,
479,
86,
22046,
13,
1136,
10786,
48267,
62,
8906,
48499,
1634,
3256,
10352,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
21170,
5013,
62,
25766,
62,
2536,
4338,
10354,
479,
86,
22046,
13,
1136,
10786,
21170,
5013,
62,
25766,
62,
2536,
4338,
3256,
10349,
62,
25766,
13,
8763,
9864,
1847,
62,
34,
4663,
43633,
2043,
62,
40438,
10206,
1137,
62,
18601,
6158,
31212,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
611,
705,
48678,
6,
287,
479,
86,
22046,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2779,
62,
16366,
62,
15003,
62,
46265,
22046,
17816,
48678,
20520,
796,
479,
86,
22046,
13,
1136,
10786,
48678,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
796,
7308,
11792,
7203,
9945,
62,
10057,
1600,
4566,
11,
1051,
263,
11,
48761,
62,
4906,
62,
76,
5912,
11,
12429,
8692,
62,
16366,
62,
15003,
62,
46265,
22046,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
1186,
563,
62,
2536,
4338,
796,
479,
86,
22046,
13,
1136,
10786,
1186,
563,
62,
2536,
4338,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
21170,
5013,
62,
25766,
62,
47423,
796,
479,
86,
22046,
13,
1136,
10786,
21170,
5013,
62,
25766,
62,
47423,
11537,
628,
220,
220,
220,
825,
751,
62,
38200,
14094,
62,
565,
5819,
7,
944,
11,
20613,
62,
10057,
62,
312,
11,
751,
62,
38200,
14094,
62,
565,
5819,
62,
36604,
11,
12429,
46265,
22046,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
5550,
47,
38827,
11617,
1377,
3387,
779,
12308,
39709,
7824,
2427,
13,
198,
220,
220,
220,
220,
220,
220,
220,
34333,
281,
30437,
38279,
284,
262,
20137,
4482,
13,
628,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
20613,
62,
10057,
62,
312,
25,
357,
35827,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
20137,
4482,
4600,
4503,
2389,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11593,
3740,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
19746,
14,
12218,
14,
3103,
984,
82,
14,
738,
13350,
13,
19211,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
267,
979,
13,
28744,
13976,
13,
27530,
13,
4550,
37702,
14094,
2601,
5819,
24259,
751,
62,
38200,
14094,
62,
565,
5819,
62,
36604,
25,
357,
35827,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
19390,
284,
751,
281,
30437,
38279,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
611,
62,
15699,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1114,
16915,
1673,
13382,
1630,
13,
554,
262,
350,
3843,
393,
5550,
2538,
9328,
869,
329,
257,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
11,
900,
262,
4600,
1532,
12,
23850,
63,
13639,
284,
262,
1988,
286,
262,
2123,
363,
422,
257,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2180,
17151,
393,
24582,
2882,
329,
326,
8271,
13,
383,
8271,
481,
307,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6153,
393,
13140,
691,
611,
262,
2123,
363,
345,
2148,
7466,
262,
8271,
338,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1459,
2123,
363,
1988,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
1034,
66,
62,
25927,
62,
312,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
22092,
12,
23211,
3748,
27421,
329,
262,
2581,
13,
1002,
345,
761,
284,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2800,
18650,
546,
257,
2176,
2581,
11,
3387,
2148,
262,
2581,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4522,
326,
345,
14275,
287,
428,
13639,
351,
262,
2581,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
1034,
66,
62,
1186,
563,
62,
30001,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
11241,
326,
24139,
21079,
257,
2581,
523,
340,
460,
307,
1005,
2228,
287,
1339,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
286,
257,
26827,
393,
4382,
4049,
1231,
2526,
286,
23710,
326,
976,
2223,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
757,
13,
4990,
563,
16326,
24264,
706,
1987,
2250,
11,
475,
460,
307,
12515,
515,
878,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
788,
2233,
284,
24916,
4560,
357,
1640,
1672,
11,
611,
257,
8271,
468,
587,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13140,
290,
1308,
2004,
422,
262,
1080,
11,
788,
257,
1005,
563,
286,
262,
2656,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6282,
2581,
743,
307,
8606,
737,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
26181,
1005,
563,
62,
2536,
4338,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
1005,
563,
4811,
284,
4174,
284,
428,
2176,
4905,
14,
13345,
13,
770,
481,
20957,
597,
1005,
563,
4811,
900,
379,
262,
5456,
12,
5715,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
770,
815,
307,
530,
286,
262,
10064,
1695,
287,
262,
1058,
9078,
25,
4666,
25,
63,
93,
1733,
13,
1186,
563,
63,
8265,
13,
770,
4905,
481,
407,
1005,
563,
416,
4277,
11,
2985,
460,
635,
779,
262,
11282,
1058,
9078,
25,
7890,
25,
63,
93,
1733,
13,
1186,
563,
13,
7206,
38865,
62,
2200,
40405,
62,
18601,
6158,
31212,
63,
2810,
416,
262,
26144,
284,
7139,
1005,
1678,
329,
340,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
23514,
286,
262,
4277,
1005,
563,
4811,
389,
3417,
4600,
1456,
1279,
5450,
1378,
31628,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
14,
42861,
14,
21282,
74,
62,
20709,
615,
12706,
14,
1186,
1678,
13,
6494,
29,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1675,
423,
428,
4905,
11777,
407,
1620,
597,
1005,
1678,
11,
1208,
281,
4554,
286,
1058,
9078,
25,
4871,
25,
63,
93,
1733,
13,
1186,
563,
13,
14202,
9781,
563,
13290,
4338,
44646,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
317,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
2134,
351,
1366,
286,
2099,
1058,
4871,
25,
63,
93,
1733,
13,
28744,
13976,
13,
27530,
13,
37702,
14094,
2601,
5819,
63,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
81,
4906,
25,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
20688,
25,
198,
220,
220,
220,
220,
220,
220,
220,
6914,
4600,
1456,
1279,
5450,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
12,
21282,
74,
12,
1069,
12629,
14,
42861,
14,
28744,
13976,
14,
2860,
62,
38200,
14094,
62,
565,
5819,
13,
9078,
13,
6494,
29,
63,
834,
284,
766,
281,
1672,
286,
703,
284,
779,
751,
62,
38200,
14094,
62,
565,
5819,
7824,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
796,
12813,
9945,
11964,
82,
14,
90,
9945,
11964,
7390,
92,
14,
38200,
14094,
2601,
5819,
14,
4658,
14,
2860,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2446,
796,
366,
32782,
1,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
2094,
470,
2453,
6439,
479,
86,
22046,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
62,
46265,
22046,
796,
685,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
1186,
563,
62,
2536,
4338,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
361,
62,
15699,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
62,
25927,
62,
312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
62,
1186,
563,
62,
30001,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2361,
198,
220,
220,
220,
220,
220,
220,
220,
3131,
62,
46265,
22046,
796,
685,
62,
2539,
329,
4808,
2539,
287,
2237,
13,
2676,
13083,
7,
46265,
22046,
8,
611,
4808,
2539,
407,
287,
2938,
62,
46265,
22046,
60,
198,
220,
220,
220,
220,
220,
220,
220,
611,
3131,
62,
46265,
22046,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
2860,
62,
38200,
14094,
62,
565,
5819,
1392,
6439,
479,
86,
22046,
25,
1391,
0,
81,
92,
1911,
18982,
7,
26086,
62,
46265,
22046,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
9945,
11964,
7390,
1298,
20613,
62,
10057,
62,
312,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
628,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
6978,
62,
37266,
8,
611,
410,
318,
407,
4814,
92,
628,
220,
220,
220,
220,
220,
220,
220,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
6978,
62,
37266,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
410,
318,
6045,
393,
357,
271,
39098,
7,
85,
11,
2237,
13,
8841,
62,
19199,
8,
290,
18896,
7,
85,
13,
36311,
28955,
6624,
657,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
10786,
36301,
23884,
2314,
307,
6045,
11,
13216,
10223,
393,
6565,
4731,
4458,
18982,
7,
74,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
13635,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11299,
12,
4906,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
361,
12,
15699,
1298,
479,
86,
22046,
13,
1136,
7203,
361,
62,
15699,
1600,
4814,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
12,
25927,
12,
312,
1298,
479,
86,
22046,
13,
1136,
7203,
404,
66,
62,
25927,
62,
312,
1600,
4814,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
12,
1186,
563,
12,
30001,
1298,
479,
86,
22046,
13,
1136,
7203,
404,
66,
62,
1186,
563,
62,
30001,
1600,
4814,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
25677,
62,
37266,
8,
611,
410,
318,
407,
4814,
290,
410,
318,
407,
6045,
92,
628,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
796,
2116,
13,
8692,
62,
16366,
13,
1136,
62,
3866,
18186,
62,
1186,
563,
62,
2536,
4338,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4905,
62,
1186,
563,
62,
2536,
4338,
28,
46265,
22046,
13,
1136,
10786,
1186,
563,
62,
2536,
4338,
33809,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5456,
62,
1186,
563,
62,
2536,
4338,
28,
944,
13,
1186,
563,
62,
2536,
4338,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
611,
1005,
563,
62,
2536,
4338,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
318,
39098,
7,
1186,
563,
62,
2536,
4338,
11,
1005,
563,
13,
14202,
9781,
563,
13290,
4338,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
2860,
62,
404,
66,
62,
1186,
563,
62,
30001,
62,
361,
62,
27938,
7,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
2860,
62,
404,
66,
62,
16366,
62,
1186,
1678,
62,
25677,
7,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
13,
2860,
62,
21170,
5013,
62,
25766,
62,
47423,
7,
944,
13,
21170,
5013,
62,
25766,
62,
47423,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
1005,
563,
62,
2536,
4338,
13,
15883,
62,
1186,
14992,
62,
13345,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
28,
6978,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1767,
28,
2860,
62,
38200,
14094,
62,
565,
5819,
62,
36604,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2882,
62,
4906,
2625,
37702,
14094,
2601,
5819,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
28,
6978,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1767,
28,
2860,
62,
38200,
14094,
62,
565,
5819,
62,
36604,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2882,
62,
4906,
2625,
37702,
14094,
2601,
5819,
4943,
628,
220,
220,
220,
825,
751,
62,
25080,
62,
19204,
62,
565,
5819,
7,
944,
11,
20613,
62,
10057,
62,
312,
11,
751,
62,
25080,
62,
19204,
62,
565,
5819,
62,
36604,
11,
12429,
46265,
22046,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
34333,
257,
12308,
39709,
13946,
284,
262,
20137,
4482,
13,
628,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
20613,
62,
10057,
62,
312,
25,
357,
35827,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
20137,
4482,
4600,
4503,
2389,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11593,
3740,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
19746,
14,
12218,
14,
3103,
984,
82,
14,
738,
13350,
13,
19211,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
267,
979,
13,
28744,
13976,
13,
27530,
13,
4550,
39596,
39709,
2601,
5819,
24259,
751,
62,
25080,
62,
19204,
62,
565,
5819,
62,
36604,
25,
357,
35827,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
19390,
284,
751,
257,
12308,
39709,
13946,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
611,
62,
15699,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1114,
16915,
1673,
13382,
1630,
13,
554,
262,
350,
3843,
393,
5550,
2538,
9328,
869,
329,
257,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
11,
900,
262,
4600,
1532,
12,
23850,
63,
13639,
284,
262,
1988,
286,
262,
2123,
363,
422,
257,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2180,
17151,
393,
24582,
2882,
329,
326,
8271,
13,
383,
8271,
481,
307,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6153,
393,
13140,
691,
611,
262,
2123,
363,
345,
2148,
7466,
262,
8271,
338,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1459,
2123,
363,
1988,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
1034,
66,
62,
25927,
62,
312,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
22092,
12,
23211,
3748,
27421,
329,
262,
2581,
13,
1002,
345,
761,
284,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2800,
18650,
546,
257,
2176,
2581,
11,
3387,
2148,
262,
2581,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4522,
326,
345,
14275,
287,
428,
13639,
351,
262,
2581,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
1034,
66,
62,
1186,
563,
62,
30001,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
11241,
326,
24139,
21079,
257,
2581,
523,
340,
460,
307,
1005,
2228,
287,
1339,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
286,
257,
26827,
393,
4382,
4049,
1231,
2526,
286,
23710,
326,
976,
2223,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
757,
13,
4990,
563,
16326,
24264,
706,
1987,
2250,
11,
475,
460,
307,
12515,
515,
878,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
788,
2233,
284,
24916,
4560,
357,
1640,
1672,
11,
611,
257,
8271,
468,
587,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13140,
290,
1308,
2004,
422,
262,
1080,
11,
788,
257,
1005,
563,
286,
262,
2656,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6282,
2581,
743,
307,
8606,
737,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
26181,
1005,
563,
62,
2536,
4338,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
1005,
563,
4811,
284,
4174,
284,
428,
2176,
4905,
14,
13345,
13,
770,
481,
20957,
597,
1005,
563,
4811,
900,
379,
262,
5456,
12,
5715,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
770,
815,
307,
530,
286,
262,
10064,
1695,
287,
262,
1058,
9078,
25,
4666,
25,
63,
93,
1733,
13,
1186,
563,
63,
8265,
13,
770,
4905,
481,
407,
1005,
563,
416,
4277,
11,
2985,
460,
635,
779,
262,
11282,
1058,
9078,
25,
7890,
25,
63,
93,
1733,
13,
1186,
563,
13,
7206,
38865,
62,
2200,
40405,
62,
18601,
6158,
31212,
63,
2810,
416,
262,
26144,
284,
7139,
1005,
1678,
329,
340,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
23514,
286,
262,
4277,
1005,
563,
4811,
389,
3417,
4600,
1456,
1279,
5450,
1378,
31628,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
14,
42861,
14,
21282,
74,
62,
20709,
615,
12706,
14,
1186,
1678,
13,
6494,
29,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1675,
423,
428,
4905,
11777,
407,
1620,
597,
1005,
1678,
11,
1208,
281,
4554,
286,
1058,
9078,
25,
4871,
25,
63,
93,
1733,
13,
1186,
563,
13,
14202,
9781,
563,
13290,
4338,
44646,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
317,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
2134,
351,
1366,
286,
2099,
1058,
4871,
25,
63,
93,
1733,
13,
28744,
13976,
13,
27530,
13,
39596,
39709,
2601,
5819,
63,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
81,
4906,
25,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
20688,
25,
198,
220,
220,
220,
220,
220,
220,
220,
6914,
4600,
1456,
1279,
5450,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
12,
21282,
74,
12,
1069,
12629,
14,
42861,
14,
28744,
13976,
14,
2860,
62,
25080,
62,
19204,
62,
565,
5819,
13,
9078,
13,
6494,
29,
63,
834,
284,
766,
281,
1672,
286,
703,
284,
779,
751,
62,
25080,
62,
19204,
62,
565,
5819,
7824,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
796,
12813,
9945,
11964,
82,
14,
90,
9945,
11964,
7390,
92,
14,
25080,
39709,
2601,
5819,
14,
4658,
14,
2860,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2446,
796,
366,
32782,
1,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
2094,
470,
2453,
6439,
479,
86,
22046,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
62,
46265,
22046,
796,
685,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
1186,
563,
62,
2536,
4338,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
361,
62,
15699,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
62,
25927,
62,
312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
62,
1186,
563,
62,
30001,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2361,
198,
220,
220,
220,
220,
220,
220,
220,
3131,
62,
46265,
22046,
796,
685,
62,
2539,
329,
4808,
2539,
287,
2237,
13,
2676,
13083,
7,
46265,
22046,
8,
611,
4808,
2539,
407,
287,
2938,
62,
46265,
22046,
60,
198,
220,
220,
220,
220,
220,
220,
220,
611,
3131,
62,
46265,
22046,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
2860,
62,
25080,
62,
19204,
62,
565,
5819,
1392,
6439,
479,
86,
22046,
25,
1391,
0,
81,
92,
1911,
18982,
7,
26086,
62,
46265,
22046,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
9945,
11964,
7390,
1298,
20613,
62,
10057,
62,
312,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
628,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
6978,
62,
37266,
8,
611,
410,
318,
407,
4814,
92,
628,
220,
220,
220,
220,
220,
220,
220,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
6978,
62,
37266,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
410,
318,
6045,
393,
357,
271,
39098,
7,
85,
11,
2237,
13,
8841,
62,
19199,
8,
290,
18896,
7,
85,
13,
36311,
28955,
6624,
657,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
10786,
36301,
23884,
2314,
307,
6045,
11,
13216,
10223,
393,
6565,
4731,
4458,
18982,
7,
74,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
13635,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11299,
12,
4906,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
361,
12,
15699,
1298,
479,
86,
22046,
13,
1136,
7203,
361,
62,
15699,
1600,
4814,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
12,
25927,
12,
312,
1298,
479,
86,
22046,
13,
1136,
7203,
404,
66,
62,
25927,
62,
312,
1600,
4814,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
12,
1186,
563,
12,
30001,
1298,
479,
86,
22046,
13,
1136,
7203,
404,
66,
62,
1186,
563,
62,
30001,
1600,
4814,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
25677,
62,
37266,
8,
611,
410,
318,
407,
4814,
290,
410,
318,
407,
6045,
92,
628,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
796,
2116,
13,
8692,
62,
16366,
13,
1136,
62,
3866,
18186,
62,
1186,
563,
62,
2536,
4338,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4905,
62,
1186,
563,
62,
2536,
4338,
28,
46265,
22046,
13,
1136,
10786,
1186,
563,
62,
2536,
4338,
33809,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5456,
62,
1186,
563,
62,
2536,
4338,
28,
944,
13,
1186,
563,
62,
2536,
4338,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
611,
1005,
563,
62,
2536,
4338,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
318,
39098,
7,
1186,
563,
62,
2536,
4338,
11,
1005,
563,
13,
14202,
9781,
563,
13290,
4338,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
2860,
62,
404,
66,
62,
1186,
563,
62,
30001,
62,
361,
62,
27938,
7,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
2860,
62,
404,
66,
62,
16366,
62,
1186,
1678,
62,
25677,
7,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
13,
2860,
62,
21170,
5013,
62,
25766,
62,
47423,
7,
944,
13,
21170,
5013,
62,
25766,
62,
47423,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
1005,
563,
62,
2536,
4338,
13,
15883,
62,
1186,
14992,
62,
13345,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
28,
6978,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1767,
28,
2860,
62,
25080,
62,
19204,
62,
565,
5819,
62,
36604,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2882,
62,
4906,
2625,
39596,
39709,
2601,
5819,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
28,
6978,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1767,
28,
2860,
62,
25080,
62,
19204,
62,
565,
5819,
62,
36604,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2882,
62,
4906,
2625,
39596,
39709,
2601,
5819,
4943,
628,
220,
220,
220,
825,
2251,
62,
9945,
62,
10057,
7,
944,
11,
2251,
62,
9945,
62,
10057,
62,
36604,
11,
12429,
46265,
22046,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
7921,
274,
290,
18617,
257,
20137,
4482,
13,
628,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
267,
979,
13,
28744,
13976,
13,
27530,
13,
16447,
43832,
11964,
24259,
2251,
62,
9945,
62,
10057,
62,
36604,
25,
357,
35827,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
19390,
284,
2251,
257,
20137,
4482,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
1034,
66,
62,
25927,
62,
312,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
22092,
12,
23211,
3748,
27421,
329,
262,
2581,
13,
1002,
345,
761,
284,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2800,
18650,
546,
257,
2176,
2581,
11,
3387,
2148,
262,
2581,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4522,
326,
345,
14275,
287,
428,
13639,
351,
262,
2581,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
1034,
66,
62,
1186,
563,
62,
30001,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
11241,
326,
24139,
21079,
257,
2581,
523,
340,
460,
307,
1005,
2228,
287,
1339,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
286,
257,
26827,
393,
4382,
4049,
1231,
2526,
286,
23710,
326,
976,
2223,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
757,
13,
4990,
563,
16326,
24264,
706,
1987,
2250,
11,
475,
460,
307,
12515,
515,
878,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
788,
2233,
284,
24916,
4560,
357,
1640,
1672,
11,
611,
257,
8271,
468,
587,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13140,
290,
1308,
2004,
422,
262,
1080,
11,
788,
257,
1005,
563,
286,
262,
2656,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6282,
2581,
743,
307,
8606,
737,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
26181,
1005,
563,
62,
2536,
4338,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
1005,
563,
4811,
284,
4174,
284,
428,
2176,
4905,
14,
13345,
13,
770,
481,
20957,
597,
1005,
563,
4811,
900,
379,
262,
5456,
12,
5715,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
770,
815,
307,
530,
286,
262,
10064,
1695,
287,
262,
1058,
9078,
25,
4666,
25,
63,
93,
1733,
13,
1186,
563,
63,
8265,
13,
770,
4905,
481,
407,
1005,
563,
416,
4277,
11,
2985,
460,
635,
779,
262,
11282,
1058,
9078,
25,
7890,
25,
63,
93,
1733,
13,
1186,
563,
13,
7206,
38865,
62,
2200,
40405,
62,
18601,
6158,
31212,
63,
2810,
416,
262,
26144,
284,
7139,
1005,
1678,
329,
340,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
23514,
286,
262,
4277,
1005,
563,
4811,
389,
3417,
4600,
1456,
1279,
5450,
1378,
31628,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
14,
42861,
14,
21282,
74,
62,
20709,
615,
12706,
14,
1186,
1678,
13,
6494,
29,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1675,
423,
428,
4905,
11777,
407,
1620,
597,
1005,
1678,
11,
1208,
281,
4554,
286,
1058,
9078,
25,
4871,
25,
63,
93,
1733,
13,
1186,
563,
13,
14202,
9781,
563,
13290,
4338,
44646,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
317,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
2134,
351,
1366,
286,
2099,
1058,
4871,
25,
63,
93,
1733,
13,
28744,
13976,
13,
27530,
13,
43832,
11964,
63,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
81,
4906,
25,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
20688,
25,
198,
220,
220,
220,
220,
220,
220,
220,
6914,
4600,
1456,
1279,
5450,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
12,
21282,
74,
12,
1069,
12629,
14,
42861,
14,
28744,
13976,
14,
17953,
62,
9945,
62,
10057,
13,
9078,
13,
6494,
29,
63,
834,
284,
766,
281,
1672,
286,
703,
284,
779,
2251,
62,
9945,
62,
10057,
7824,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
796,
12813,
9945,
11964,
82,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2446,
796,
366,
32782,
1,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
2094,
470,
2453,
6439,
479,
86,
22046,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
62,
46265,
22046,
796,
685,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
1186,
563,
62,
2536,
4338,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
62,
25927,
62,
312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
62,
1186,
563,
62,
30001,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2361,
198,
220,
220,
220,
220,
220,
220,
220,
3131,
62,
46265,
22046,
796,
685,
62,
2539,
329,
4808,
2539,
287,
2237,
13,
2676,
13083,
7,
46265,
22046,
8,
611,
4808,
2539,
407,
287,
2938,
62,
46265,
22046,
60,
198,
220,
220,
220,
220,
220,
220,
220,
611,
3131,
62,
46265,
22046,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
17953,
62,
9945,
62,
10057,
1392,
6439,
479,
86,
22046,
25,
1391,
0,
81,
92,
1911,
18982,
7,
26086,
62,
46265,
22046,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
13635,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11299,
12,
4906,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
12,
25927,
12,
312,
1298,
479,
86,
22046,
13,
1136,
7203,
404,
66,
62,
25927,
62,
312,
1600,
4814,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
12,
1186,
563,
12,
30001,
1298,
479,
86,
22046,
13,
1136,
7203,
404,
66,
62,
1186,
563,
62,
30001,
1600,
4814,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
25677,
62,
37266,
8,
611,
410,
318,
407,
4814,
290,
410,
318,
407,
6045,
92,
628,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
796,
2116,
13,
8692,
62,
16366,
13,
1136,
62,
3866,
18186,
62,
1186,
563,
62,
2536,
4338,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4905,
62,
1186,
563,
62,
2536,
4338,
28,
46265,
22046,
13,
1136,
10786,
1186,
563,
62,
2536,
4338,
33809,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5456,
62,
1186,
563,
62,
2536,
4338,
28,
944,
13,
1186,
563,
62,
2536,
4338,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
611,
1005,
563,
62,
2536,
4338,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
318,
39098,
7,
1186,
563,
62,
2536,
4338,
11,
1005,
563,
13,
14202,
9781,
563,
13290,
4338,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
2860,
62,
404,
66,
62,
1186,
563,
62,
30001,
62,
361,
62,
27938,
7,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
2860,
62,
404,
66,
62,
16366,
62,
1186,
1678,
62,
25677,
7,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
13,
2860,
62,
21170,
5013,
62,
25766,
62,
47423,
7,
944,
13,
21170,
5013,
62,
25766,
62,
47423,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
1005,
563,
62,
2536,
4338,
13,
15883,
62,
1186,
14992,
62,
13345,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1767,
28,
17953,
62,
9945,
62,
10057,
62,
36604,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2882,
62,
4906,
2625,
43832,
11964,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1767,
28,
17953,
62,
9945,
62,
10057,
62,
36604,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2882,
62,
4906,
2625,
43832,
11964,
4943,
628,
220,
220,
220,
825,
12233,
62,
38200,
14094,
62,
565,
5819,
7,
944,
11,
20613,
62,
10057,
62,
312,
11,
12429,
46265,
22046,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
5550,
47,
38827,
11617,
1377,
3387,
779,
12308,
39709,
7824,
2427,
13,
198,
220,
220,
220,
220,
220,
220,
220,
1024,
40676,
262,
30437,
38279,
1390,
47985,
11,
1062,
8103,
11,
10829,
11,
2457,
2890,
290,
198,
220,
220,
220,
220,
220,
220,
220,
4306,
34817,
477,
3519,
4133,
13,
628,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
20613,
62,
10057,
62,
312,
25,
357,
35827,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
20137,
4482,
4600,
4503,
2389,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11593,
3740,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
19746,
14,
12218,
14,
3103,
984,
82,
14,
738,
13350,
13,
19211,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
611,
62,
15699,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1114,
16915,
1673,
13382,
1630,
13,
554,
262,
350,
3843,
393,
5550,
2538,
9328,
869,
329,
257,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
11,
900,
262,
4600,
1532,
12,
23850,
63,
13639,
284,
262,
1988,
286,
262,
2123,
363,
422,
257,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2180,
17151,
393,
24582,
2882,
329,
326,
8271,
13,
383,
8271,
481,
307,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6153,
393,
13140,
691,
611,
262,
2123,
363,
345,
2148,
7466,
262,
8271,
338,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1459,
2123,
363,
1988,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
1034,
66,
62,
25927,
62,
312,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
22092,
12,
23211,
3748,
27421,
329,
262,
2581,
13,
1002,
345,
761,
284,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2800,
18650,
546,
257,
2176,
2581,
11,
3387,
2148,
262,
2581,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4522,
326,
345,
14275,
287,
428,
13639,
351,
262,
2581,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
26181,
1005,
563,
62,
2536,
4338,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
1005,
563,
4811,
284,
4174,
284,
428,
2176,
4905,
14,
13345,
13,
770,
481,
20957,
597,
1005,
563,
4811,
900,
379,
262,
5456,
12,
5715,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
770,
815,
307,
530,
286,
262,
10064,
1695,
287,
262,
1058,
9078,
25,
4666,
25,
63,
93,
1733,
13,
1186,
563,
63,
8265,
13,
770,
4905,
481,
407,
1005,
563,
416,
4277,
11,
2985,
460,
635,
779,
262,
11282,
1058,
9078,
25,
7890,
25,
63,
93,
1733,
13,
1186,
563,
13,
7206,
38865,
62,
2200,
40405,
62,
18601,
6158,
31212,
63,
2810,
416,
262,
26144,
284,
7139,
1005,
1678,
329,
340,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
23514,
286,
262,
4277,
1005,
563,
4811,
389,
3417,
4600,
1456,
1279,
5450,
1378,
31628,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
14,
42861,
14,
21282,
74,
62,
20709,
615,
12706,
14,
1186,
1678,
13,
6494,
29,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1675,
423,
428,
4905,
11777,
407,
1620,
597,
1005,
1678,
11,
1208,
281,
4554,
286,
1058,
9078,
25,
4871,
25,
63,
93,
1733,
13,
1186,
563,
13,
14202,
9781,
563,
13290,
4338,
44646,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
317,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
2134,
351,
1366,
286,
2099,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
81,
4906,
25,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
20688,
25,
198,
220,
220,
220,
220,
220,
220,
220,
6914,
4600,
1456,
1279,
5450,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
12,
21282,
74,
12,
1069,
12629,
14,
42861,
14,
28744,
13976,
14,
33678,
62,
38200,
14094,
62,
565,
5819,
13,
9078,
13,
6494,
29,
63,
834,
284,
766,
281,
1672,
286,
703,
284,
779,
12233,
62,
38200,
14094,
62,
565,
5819,
7824,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
796,
12813,
9945,
11964,
82,
14,
90,
9945,
11964,
7390,
92,
14,
38200,
14094,
2601,
5819,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2446,
796,
366,
7206,
2538,
9328,
1,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
2094,
470,
2453,
6439,
479,
86,
22046,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
62,
46265,
22046,
796,
685,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
1186,
563,
62,
2536,
4338,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
361,
62,
15699,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
62,
25927,
62,
312,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2361,
198,
220,
220,
220,
220,
220,
220,
220,
3131,
62,
46265,
22046,
796,
685,
62,
2539,
329,
4808,
2539,
287,
2237,
13,
2676,
13083,
7,
46265,
22046,
8,
611,
4808,
2539,
407,
287,
2938,
62,
46265,
22046,
60,
198,
220,
220,
220,
220,
220,
220,
220,
611,
3131,
62,
46265,
22046,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
33678,
62,
38200,
14094,
62,
565,
5819,
1392,
6439,
479,
86,
22046,
25,
1391,
0,
81,
92,
1911,
18982,
7,
26086,
62,
46265,
22046,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
9945,
11964,
7390,
1298,
20613,
62,
10057,
62,
312,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
628,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
6978,
62,
37266,
8,
611,
410,
318,
407,
4814,
92,
628,
220,
220,
220,
220,
220,
220,
220,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
6978,
62,
37266,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
410,
318,
6045,
393,
357,
271,
39098,
7,
85,
11,
2237,
13,
8841,
62,
19199,
8,
290,
18896,
7,
85,
13,
36311,
28955,
6624,
657,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
10786,
36301,
23884,
2314,
307,
6045,
11,
13216,
10223,
393,
6565,
4731,
4458,
18982,
7,
74,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
13635,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11299,
12,
4906,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
361,
12,
15699,
1298,
479,
86,
22046,
13,
1136,
7203,
361,
62,
15699,
1600,
4814,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
12,
25927,
12,
312,
1298,
479,
86,
22046,
13,
1136,
7203,
404,
66,
62,
25927,
62,
312,
1600,
4814,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
25677,
62,
37266,
8,
611,
410,
318,
407,
4814,
290,
410,
318,
407,
6045,
92,
628,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
796,
2116,
13,
8692,
62,
16366,
13,
1136,
62,
3866,
18186,
62,
1186,
563,
62,
2536,
4338,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4905,
62,
1186,
563,
62,
2536,
4338,
28,
46265,
22046,
13,
1136,
10786,
1186,
563,
62,
2536,
4338,
33809,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5456,
62,
1186,
563,
62,
2536,
4338,
28,
944,
13,
1186,
563,
62,
2536,
4338,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
611,
1005,
563,
62,
2536,
4338,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
318,
39098,
7,
1186,
563,
62,
2536,
4338,
11,
1005,
563,
13,
14202,
9781,
563,
13290,
4338,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
2860,
62,
404,
66,
62,
16366,
62,
1186,
1678,
62,
25677,
7,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
13,
2860,
62,
21170,
5013,
62,
25766,
62,
47423,
7,
944,
13,
21170,
5013,
62,
25766,
62,
47423,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
1005,
563,
62,
2536,
4338,
13,
15883,
62,
1186,
14992,
62,
13345,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
28,
6978,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
28,
6978,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
8,
628,
220,
220,
220,
825,
12233,
62,
9945,
62,
10057,
7,
944,
11,
20613,
62,
10057,
62,
312,
11,
12429,
46265,
22046,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
23520,
257,
20137,
4482,
11,
1390,
47985,
11,
1062,
8103,
11,
198,
220,
220,
220,
220,
220,
220,
220,
10829,
11,
2457,
2890,
290,
4306,
34817,
477,
3519,
4133,
13,
628,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
20613,
62,
10057,
62,
312,
25,
357,
35827,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
20137,
4482,
4600,
4503,
2389,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11593,
3740,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
19746,
14,
12218,
14,
3103,
984,
82,
14,
738,
13350,
13,
19211,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
611,
62,
15699,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1114,
16915,
1673,
13382,
1630,
13,
554,
262,
350,
3843,
393,
5550,
2538,
9328,
869,
329,
257,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
11,
900,
262,
4600,
1532,
12,
23850,
63,
13639,
284,
262,
1988,
286,
262,
2123,
363,
422,
257,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2180,
17151,
393,
24582,
2882,
329,
326,
8271,
13,
383,
8271,
481,
307,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6153,
393,
13140,
691,
611,
262,
2123,
363,
345,
2148,
7466,
262,
8271,
338,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1459,
2123,
363,
1988,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
1034,
66,
62,
25927,
62,
312,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
22092,
12,
23211,
3748,
27421,
329,
262,
2581,
13,
1002,
345,
761,
284,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2800,
18650,
546,
257,
2176,
2581,
11,
3387,
2148,
262,
2581,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4522,
326,
345,
14275,
287,
428,
13639,
351,
262,
2581,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
26181,
1005,
563,
62,
2536,
4338,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
1005,
563,
4811,
284,
4174,
284,
428,
2176,
4905,
14,
13345,
13,
770,
481,
20957,
597,
1005,
563,
4811,
900,
379,
262,
5456,
12,
5715,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
770,
815,
307,
530,
286,
262,
10064,
1695,
287,
262,
1058,
9078,
25,
4666,
25,
63,
93,
1733,
13,
1186,
563,
63,
8265,
13,
770,
4905,
481,
407,
1005,
563,
416,
4277,
11,
2985,
460,
635,
779,
262,
11282,
1058,
9078,
25,
7890,
25,
63,
93,
1733,
13,
1186,
563,
13,
7206,
38865,
62,
2200,
40405,
62,
18601,
6158,
31212,
63,
2810,
416,
262,
26144,
284,
7139,
1005,
1678,
329,
340,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
23514,
286,
262,
4277,
1005,
563,
4811,
389,
3417,
4600,
1456,
1279,
5450,
1378,
31628,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
14,
42861,
14,
21282,
74,
62,
20709,
615,
12706,
14,
1186,
1678,
13,
6494,
29,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1675,
423,
428,
4905,
11777,
407,
1620,
597,
1005,
1678,
11,
1208,
281,
4554,
286,
1058,
9078,
25,
4871,
25,
63,
93,
1733,
13,
1186,
563,
13,
14202,
9781,
563,
13290,
4338,
44646,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
317,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
2134,
351,
1366,
286,
2099,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
81,
4906,
25,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
20688,
25,
198,
220,
220,
220,
220,
220,
220,
220,
6914,
4600,
1456,
1279,
5450,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
12,
21282,
74,
12,
1069,
12629,
14,
42861,
14,
28744,
13976,
14,
33678,
62,
9945,
62,
10057,
13,
9078,
13,
6494,
29,
63,
834,
284,
766,
281,
1672,
286,
703,
284,
779,
12233,
62,
9945,
62,
10057,
7824,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
796,
12813,
9945,
11964,
82,
14,
90,
9945,
11964,
7390,
36786,
198,
220,
220,
220,
220,
220,
220,
220,
2446,
796,
366,
7206,
2538,
9328,
1,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
2094,
470,
2453,
6439,
479,
86,
22046,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
62,
46265,
22046,
796,
685,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
1186,
563,
62,
2536,
4338,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
361,
62,
15699,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
62,
25927,
62,
312,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2361,
198,
220,
220,
220,
220,
220,
220,
220,
3131,
62,
46265,
22046,
796,
685,
62,
2539,
329,
4808,
2539,
287,
2237,
13,
2676,
13083,
7,
46265,
22046,
8,
611,
4808,
2539,
407,
287,
2938,
62,
46265,
22046,
60,
198,
220,
220,
220,
220,
220,
220,
220,
611,
3131,
62,
46265,
22046,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
33678,
62,
9945,
62,
10057,
1392,
6439,
479,
86,
22046,
25,
1391,
0,
81,
92,
1911,
18982,
7,
26086,
62,
46265,
22046,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
9945,
11964,
7390,
1298,
20613,
62,
10057,
62,
312,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
628,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
6978,
62,
37266,
8,
611,
410,
318,
407,
4814,
92,
628,
220,
220,
220,
220,
220,
220,
220,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
6978,
62,
37266,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
410,
318,
6045,
393,
357,
271,
39098,
7,
85,
11,
2237,
13,
8841,
62,
19199,
8,
290,
18896,
7,
85,
13,
36311,
28955,
6624,
657,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
10786,
36301,
23884,
2314,
307,
6045,
11,
13216,
10223,
393,
6565,
4731,
4458,
18982,
7,
74,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
13635,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11299,
12,
4906,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
361,
12,
15699,
1298,
479,
86,
22046,
13,
1136,
7203,
361,
62,
15699,
1600,
4814,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
12,
25927,
12,
312,
1298,
479,
86,
22046,
13,
1136,
7203,
404,
66,
62,
25927,
62,
312,
1600,
4814,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
25677,
62,
37266,
8,
611,
410,
318,
407,
4814,
290,
410,
318,
407,
6045,
92,
628,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
796,
2116,
13,
8692,
62,
16366,
13,
1136,
62,
3866,
18186,
62,
1186,
563,
62,
2536,
4338,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4905,
62,
1186,
563,
62,
2536,
4338,
28,
46265,
22046,
13,
1136,
10786,
1186,
563,
62,
2536,
4338,
33809,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5456,
62,
1186,
563,
62,
2536,
4338,
28,
944,
13,
1186,
563,
62,
2536,
4338,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
611,
1005,
563,
62,
2536,
4338,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
318,
39098,
7,
1186,
563,
62,
2536,
4338,
11,
1005,
563,
13,
14202,
9781,
563,
13290,
4338,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
2860,
62,
404,
66,
62,
16366,
62,
1186,
1678,
62,
25677,
7,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
13,
2860,
62,
21170,
5013,
62,
25766,
62,
47423,
7,
944,
13,
21170,
5013,
62,
25766,
62,
47423,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
1005,
563,
62,
2536,
4338,
13,
15883,
62,
1186,
14992,
62,
13345,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
28,
6978,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
28,
6978,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
8,
628,
220,
220,
220,
825,
12233,
62,
25080,
62,
19204,
62,
565,
5819,
7,
944,
11,
20613,
62,
10057,
62,
312,
11,
12429,
46265,
22046,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1024,
40676,
262,
12308,
39709,
13946,
1390,
47985,
11,
1062,
8103,
11,
10829,
11,
2457,
2890,
290,
198,
220,
220,
220,
220,
220,
220,
220,
4306,
34817,
477,
3519,
4133,
13,
628,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
20613,
62,
10057,
62,
312,
25,
357,
35827,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
20137,
4482,
4600,
4503,
2389,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11593,
3740,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
19746,
14,
12218,
14,
3103,
984,
82,
14,
738,
13350,
13,
19211,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
611,
62,
15699,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1114,
16915,
1673,
13382,
1630,
13,
554,
262,
350,
3843,
393,
5550,
2538,
9328,
869,
329,
257,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
11,
900,
262,
4600,
1532,
12,
23850,
63,
13639,
284,
262,
1988,
286,
262,
2123,
363,
422,
257,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2180,
17151,
393,
24582,
2882,
329,
326,
8271,
13,
383,
8271,
481,
307,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6153,
393,
13140,
691,
611,
262,
2123,
363,
345,
2148,
7466,
262,
8271,
338,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1459,
2123,
363,
1988,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
1034,
66,
62,
25927,
62,
312,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
22092,
12,
23211,
3748,
27421,
329,
262,
2581,
13,
1002,
345,
761,
284,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2800,
18650,
546,
257,
2176,
2581,
11,
3387,
2148,
262,
2581,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4522,
326,
345,
14275,
287,
428,
13639,
351,
262,
2581,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
26181,
1005,
563,
62,
2536,
4338,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
1005,
563,
4811,
284,
4174,
284,
428,
2176,
4905,
14,
13345,
13,
770,
481,
20957,
597,
1005,
563,
4811,
900,
379,
262,
5456,
12,
5715,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
770,
815,
307,
530,
286,
262,
10064,
1695,
287,
262,
1058,
9078,
25,
4666,
25,
63,
93,
1733,
13,
1186,
563,
63,
8265,
13,
770,
4905,
481,
407,
1005,
563,
416,
4277,
11,
2985,
460,
635,
779,
262,
11282,
1058,
9078,
25,
7890,
25,
63,
93,
1733,
13,
1186,
563,
13,
7206,
38865,
62,
2200,
40405,
62,
18601,
6158,
31212,
63,
2810,
416,
262,
26144,
284,
7139,
1005,
1678,
329,
340,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
23514,
286,
262,
4277,
1005,
563,
4811,
389,
3417,
4600,
1456,
1279,
5450,
1378,
31628,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
14,
42861,
14,
21282,
74,
62,
20709,
615,
12706,
14,
1186,
1678,
13,
6494,
29,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1675,
423,
428,
4905,
11777,
407,
1620,
597,
1005,
1678,
11,
1208,
281,
4554,
286,
1058,
9078,
25,
4871,
25,
63,
93,
1733,
13,
1186,
563,
13,
14202,
9781,
563,
13290,
4338,
44646,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
317,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
2134,
351,
1366,
286,
2099,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
81,
4906,
25,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
20688,
25,
198,
220,
220,
220,
220,
220,
220,
220,
6914,
4600,
1456,
1279,
5450,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
12,
21282,
74,
12,
1069,
12629,
14,
42861,
14,
28744,
13976,
14,
33678,
62,
25080,
62,
19204,
62,
565,
5819,
13,
9078,
13,
6494,
29,
63,
834,
284,
766,
281,
1672,
286,
703,
284,
779,
12233,
62,
25080,
62,
19204,
62,
565,
5819,
7824,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
796,
12813,
9945,
11964,
82,
14,
90,
9945,
11964,
7390,
92,
14,
25080,
39709,
2601,
5819,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2446,
796,
366,
7206,
2538,
9328,
1,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
2094,
470,
2453,
6439,
479,
86,
22046,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
62,
46265,
22046,
796,
685,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
1186,
563,
62,
2536,
4338,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
361,
62,
15699,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
62,
25927,
62,
312,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2361,
198,
220,
220,
220,
220,
220,
220,
220,
3131,
62,
46265,
22046,
796,
685,
62,
2539,
329,
4808,
2539,
287,
2237,
13,
2676,
13083,
7,
46265,
22046,
8,
611,
4808,
2539,
407,
287,
2938,
62,
46265,
22046,
60,
198,
220,
220,
220,
220,
220,
220,
220,
611,
3131,
62,
46265,
22046,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
33678,
62,
25080,
62,
19204,
62,
565,
5819,
1392,
6439,
479,
86,
22046,
25,
1391,
0,
81,
92,
1911,
18982,
7,
26086,
62,
46265,
22046,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
9945,
11964,
7390,
1298,
20613,
62,
10057,
62,
312,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
628,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
6978,
62,
37266,
8,
611,
410,
318,
407,
4814,
92,
628,
220,
220,
220,
220,
220,
220,
220,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
6978,
62,
37266,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
410,
318,
6045,
393,
357,
271,
39098,
7,
85,
11,
2237,
13,
8841,
62,
19199,
8,
290,
18896,
7,
85,
13,
36311,
28955,
6624,
657,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
10786,
36301,
23884,
2314,
307,
6045,
11,
13216,
10223,
393,
6565,
4731,
4458,
18982,
7,
74,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
13635,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11299,
12,
4906,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
361,
12,
15699,
1298,
479,
86,
22046,
13,
1136,
7203,
361,
62,
15699,
1600,
4814,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
12,
25927,
12,
312,
1298,
479,
86,
22046,
13,
1136,
7203,
404,
66,
62,
25927,
62,
312,
1600,
4814,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
25677,
62,
37266,
8,
611,
410,
318,
407,
4814,
290,
410,
318,
407,
6045,
92,
628,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
796,
2116,
13,
8692,
62,
16366,
13,
1136,
62,
3866,
18186,
62,
1186,
563,
62,
2536,
4338,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4905,
62,
1186,
563,
62,
2536,
4338,
28,
46265,
22046,
13,
1136,
10786,
1186,
563,
62,
2536,
4338,
33809,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5456,
62,
1186,
563,
62,
2536,
4338,
28,
944,
13,
1186,
563,
62,
2536,
4338,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
611,
1005,
563,
62,
2536,
4338,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
318,
39098,
7,
1186,
563,
62,
2536,
4338,
11,
1005,
563,
13,
14202,
9781,
563,
13290,
4338,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
2860,
62,
404,
66,
62,
16366,
62,
1186,
1678,
62,
25677,
7,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
13,
2860,
62,
21170,
5013,
62,
25766,
62,
47423,
7,
944,
13,
21170,
5013,
62,
25766,
62,
47423,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
1005,
563,
62,
2536,
4338,
13,
15883,
62,
1186,
14992,
62,
13345,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
28,
6978,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
28,
6978,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
8,
628,
220,
220,
220,
825,
7716,
62,
38200,
14094,
62,
565,
5819,
62,
31673,
62,
395,
1920,
7,
944,
11,
20613,
62,
10057,
62,
312,
11,
12429,
46265,
22046,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
5550,
47,
38827,
11617,
1377,
3387,
779,
12308,
39709,
7824,
2427,
13,
198,
220,
220,
220,
220,
220,
220,
220,
311,
2412,
257,
2581,
284,
8636,
262,
4088,
48012,
286,
2836,
8893,
618,
9639,
284,
30437,
38279,
4088,
13,
628,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
20613,
62,
10057,
62,
312,
25,
357,
35827,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
20137,
4482,
4600,
4503,
2389,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11593,
3740,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
19746,
14,
12218,
14,
3103,
984,
82,
14,
738,
13350,
13,
19211,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
1034,
66,
62,
25927,
62,
312,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
22092,
12,
23211,
3748,
27421,
329,
262,
2581,
13,
1002,
345,
761,
284,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2800,
18650,
546,
257,
2176,
2581,
11,
3387,
2148,
262,
2581,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4522,
326,
345,
14275,
287,
428,
13639,
351,
262,
2581,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
1034,
66,
62,
1186,
563,
62,
30001,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
11241,
326,
24139,
21079,
257,
2581,
523,
340,
460,
307,
1005,
2228,
287,
1339,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
286,
257,
26827,
393,
4382,
4049,
1231,
2526,
286,
23710,
326,
976,
2223,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
757,
13,
4990,
563,
16326,
24264,
706,
1987,
2250,
11,
475,
460,
307,
12515,
515,
878,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
788,
2233,
284,
24916,
4560,
357,
1640,
1672,
11,
611,
257,
8271,
468,
587,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13140,
290,
1308,
2004,
422,
262,
1080,
11,
788,
257,
1005,
563,
286,
262,
2656,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6282,
2581,
743,
307,
8606,
737,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
26181,
1005,
563,
62,
2536,
4338,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
1005,
563,
4811,
284,
4174,
284,
428,
2176,
4905,
14,
13345,
13,
770,
481,
20957,
597,
1005,
563,
4811,
900,
379,
262,
5456,
12,
5715,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
770,
815,
307,
530,
286,
262,
10064,
1695,
287,
262,
1058,
9078,
25,
4666,
25,
63,
93,
1733,
13,
1186,
563,
63,
8265,
13,
770,
4905,
481,
407,
1005,
563,
416,
4277,
11,
2985,
460,
635,
779,
262,
11282,
1058,
9078,
25,
7890,
25,
63,
93,
1733,
13,
1186,
563,
13,
7206,
38865,
62,
2200,
40405,
62,
18601,
6158,
31212,
63,
2810,
416,
262,
26144,
284,
7139,
1005,
1678,
329,
340,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
23514,
286,
262,
4277,
1005,
563,
4811,
389,
3417,
4600,
1456,
1279,
5450,
1378,
31628,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
14,
42861,
14,
21282,
74,
62,
20709,
615,
12706,
14,
1186,
1678,
13,
6494,
29,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1675,
423,
428,
4905,
11777,
407,
1620,
597,
1005,
1678,
11,
1208,
281,
4554,
286,
1058,
9078,
25,
4871,
25,
63,
93,
1733,
13,
1186,
563,
13,
14202,
9781,
563,
13290,
4338,
44646,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
317,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
2134,
351,
1366,
286,
2099,
1058,
4871,
25,
63,
93,
1733,
13,
28744,
13976,
13,
27530,
13,
37702,
14094,
2601,
5819,
30871,
22362,
1920,
63,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
81,
4906,
25,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
20688,
25,
198,
220,
220,
220,
220,
220,
220,
220,
6914,
4600,
1456,
1279,
5450,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
12,
21282,
74,
12,
1069,
12629,
14,
42861,
14,
28744,
13976,
14,
8612,
378,
62,
38200,
14094,
62,
565,
5819,
62,
31673,
62,
395,
1920,
13,
9078,
13,
6494,
29,
63,
834,
284,
766,
281,
1672,
286,
703,
284,
779,
7716,
62,
38200,
14094,
62,
565,
5819,
62,
31673,
62,
395,
1920,
7824,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
796,
12813,
9945,
11964,
82,
14,
90,
9945,
11964,
7390,
92,
14,
38200,
14094,
2601,
5819,
30871,
22362,
1920,
14,
4658,
14,
8612,
378,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2446,
796,
366,
32782,
1,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
2094,
470,
2453,
6439,
479,
86,
22046,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
62,
46265,
22046,
796,
685,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
1186,
563,
62,
2536,
4338,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
62,
25927,
62,
312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
62,
1186,
563,
62,
30001,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2361,
198,
220,
220,
220,
220,
220,
220,
220,
3131,
62,
46265,
22046,
796,
685,
62,
2539,
329,
4808,
2539,
287,
2237,
13,
2676,
13083,
7,
46265,
22046,
8,
611,
4808,
2539,
407,
287,
2938,
62,
46265,
22046,
60,
198,
220,
220,
220,
220,
220,
220,
220,
611,
3131,
62,
46265,
22046,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
8612,
378,
62,
38200,
14094,
62,
565,
5819,
62,
31673,
62,
395,
1920,
1392,
6439,
479,
86,
22046,
25,
1391,
0,
81,
92,
1911,
18982,
7,
26086,
62,
46265,
22046,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
9945,
11964,
7390,
1298,
20613,
62,
10057,
62,
312,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
628,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
6978,
62,
37266,
8,
611,
410,
318,
407,
4814,
92,
628,
220,
220,
220,
220,
220,
220,
220,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
6978,
62,
37266,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
410,
318,
6045,
393,
357,
271,
39098,
7,
85,
11,
2237,
13,
8841,
62,
19199,
8,
290,
18896,
7,
85,
13,
36311,
28955,
6624,
657,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
10786,
36301,
23884,
2314,
307,
6045,
11,
13216,
10223,
393,
6565,
4731,
4458,
18982,
7,
74,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
13635,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11299,
12,
4906,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
12,
25927,
12,
312,
1298,
479,
86,
22046,
13,
1136,
7203,
404,
66,
62,
25927,
62,
312,
1600,
4814,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
12,
1186,
563,
12,
30001,
1298,
479,
86,
22046,
13,
1136,
7203,
404,
66,
62,
1186,
563,
62,
30001,
1600,
4814,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
25677,
62,
37266,
8,
611,
410,
318,
407,
4814,
290,
410,
318,
407,
6045,
92,
628,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
796,
2116,
13,
8692,
62,
16366,
13,
1136,
62,
3866,
18186,
62,
1186,
563,
62,
2536,
4338,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4905,
62,
1186,
563,
62,
2536,
4338,
28,
46265,
22046,
13,
1136,
10786,
1186,
563,
62,
2536,
4338,
33809,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5456,
62,
1186,
563,
62,
2536,
4338,
28,
944,
13,
1186,
563,
62,
2536,
4338,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
611,
1005,
563,
62,
2536,
4338,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
318,
39098,
7,
1186,
563,
62,
2536,
4338,
11,
1005,
563,
13,
14202,
9781,
563,
13290,
4338,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
2860,
62,
404,
66,
62,
1186,
563,
62,
30001,
62,
361,
62,
27938,
7,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
2860,
62,
404,
66,
62,
16366,
62,
1186,
1678,
62,
25677,
7,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
13,
2860,
62,
21170,
5013,
62,
25766,
62,
47423,
7,
944,
13,
21170,
5013,
62,
25766,
62,
47423,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
1005,
563,
62,
2536,
4338,
13,
15883,
62,
1186,
14992,
62,
13345,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
28,
6978,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2882,
62,
4906,
2625,
37702,
14094,
2601,
5819,
30871,
22362,
1920,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
28,
6978,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2882,
62,
4906,
2625,
37702,
14094,
2601,
5819,
30871,
22362,
1920,
4943,
628,
220,
220,
220,
825,
7716,
62,
25080,
62,
19204,
62,
565,
5819,
62,
31673,
62,
395,
1920,
7,
944,
11,
20613,
62,
10057,
62,
312,
11,
12429,
46265,
22046,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
311,
2412,
257,
2581,
284,
8636,
262,
4088,
48012,
286,
2836,
8893,
618,
9639,
284,
12308,
39709,
13946,
4088,
13,
628,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
20613,
62,
10057,
62,
312,
25,
357,
35827,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
20137,
4482,
4600,
4503,
2389,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11593,
3740,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
19746,
14,
12218,
14,
3103,
984,
82,
14,
738,
13350,
13,
19211,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
1034,
66,
62,
25927,
62,
312,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
22092,
12,
23211,
3748,
27421,
329,
262,
2581,
13,
1002,
345,
761,
284,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2800,
18650,
546,
257,
2176,
2581,
11,
3387,
2148,
262,
2581,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4522,
326,
345,
14275,
287,
428,
13639,
351,
262,
2581,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
1034,
66,
62,
1186,
563,
62,
30001,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
11241,
326,
24139,
21079,
257,
2581,
523,
340,
460,
307,
1005,
2228,
287,
1339,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
286,
257,
26827,
393,
4382,
4049,
1231,
2526,
286,
23710,
326,
976,
2223,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
757,
13,
4990,
563,
16326,
24264,
706,
1987,
2250,
11,
475,
460,
307,
12515,
515,
878,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
788,
2233,
284,
24916,
4560,
357,
1640,
1672,
11,
611,
257,
8271,
468,
587,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13140,
290,
1308,
2004,
422,
262,
1080,
11,
788,
257,
1005,
563,
286,
262,
2656,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6282,
2581,
743,
307,
8606,
737,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
26181,
1005,
563,
62,
2536,
4338,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
1005,
563,
4811,
284,
4174,
284,
428,
2176,
4905,
14,
13345,
13,
770,
481,
20957,
597,
1005,
563,
4811,
900,
379,
262,
5456,
12,
5715,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
770,
815,
307,
530,
286,
262,
10064,
1695,
287,
262,
1058,
9078,
25,
4666,
25,
63,
93,
1733,
13,
1186,
563,
63,
8265,
13,
770,
4905,
481,
407,
1005,
563,
416,
4277,
11,
2985,
460,
635,
779,
262,
11282,
1058,
9078,
25,
7890,
25,
63,
93,
1733,
13,
1186,
563,
13,
7206,
38865,
62,
2200,
40405,
62,
18601,
6158,
31212,
63,
2810,
416,
262,
26144,
284,
7139,
1005,
1678,
329,
340,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
23514,
286,
262,
4277,
1005,
563,
4811,
389,
3417,
4600,
1456,
1279,
5450,
1378,
31628,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
14,
42861,
14,
21282,
74,
62,
20709,
615,
12706,
14,
1186,
1678,
13,
6494,
29,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1675,
423,
428,
4905,
11777,
407,
1620,
597,
1005,
1678,
11,
1208,
281,
4554,
286,
1058,
9078,
25,
4871,
25,
63,
93,
1733,
13,
1186,
563,
13,
14202,
9781,
563,
13290,
4338,
44646,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
317,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
2134,
351,
1366,
286,
2099,
1058,
4871,
25,
63,
93,
1733,
13,
28744,
13976,
13,
27530,
13,
39596,
39709,
2601,
5819,
30871,
22362,
1920,
63,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
81,
4906,
25,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
20688,
25,
198,
220,
220,
220,
220,
220,
220,
220,
6914,
4600,
1456,
1279,
5450,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
12,
21282,
74,
12,
1069,
12629,
14,
42861,
14,
28744,
13976,
14,
8612,
378,
62,
25080,
62,
19204,
62,
565,
5819,
62,
31673,
62,
395,
1920,
13,
9078,
13,
6494,
29,
63,
834,
284,
766,
281,
1672,
286,
703,
284,
779,
7716,
62,
25080,
62,
19204,
62,
565,
5819,
62,
31673,
62,
395,
1920,
7824,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
796,
12813,
9945,
11964,
82,
14,
90,
9945,
11964,
7390,
92,
14,
25080,
39709,
2601,
5819,
30871,
22362,
1920,
14,
4658,
14,
8612,
378,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2446,
796,
366,
32782,
1,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
2094,
470,
2453,
6439,
479,
86,
22046,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
62,
46265,
22046,
796,
685,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
1186,
563,
62,
2536,
4338,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
62,
25927,
62,
312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
62,
1186,
563,
62,
30001,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2361,
198,
220,
220,
220,
220,
220,
220,
220,
3131,
62,
46265,
22046,
796,
685,
62,
2539,
329,
4808,
2539,
287,
2237,
13,
2676,
13083,
7,
46265,
22046,
8,
611,
4808,
2539,
407,
287,
2938,
62,
46265,
22046,
60,
198,
220,
220,
220,
220,
220,
220,
220,
611,
3131,
62,
46265,
22046,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
8612,
378,
62,
25080,
62,
19204,
62,
565,
5819,
62,
31673,
62,
395,
1920,
1392,
6439,
479,
86,
22046,
25,
1391,
0,
81,
92,
1911,
18982,
7,
26086,
62,
46265,
22046,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
9945,
11964,
7390,
1298,
20613,
62,
10057,
62,
312,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
628,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
6978,
62,
37266,
8,
611,
410,
318,
407,
4814,
92,
628,
220,
220,
220,
220,
220,
220,
220,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
6978,
62,
37266,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
410,
318,
6045,
393,
357,
271,
39098,
7,
85,
11,
2237,
13,
8841,
62,
19199,
8,
290,
18896,
7,
85,
13,
36311,
28955,
6624,
657,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
10786,
36301,
23884,
2314,
307,
6045,
11,
13216,
10223,
393,
6565,
4731,
4458,
18982,
7,
74,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
13635,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11299,
12,
4906,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
12,
25927,
12,
312,
1298,
479,
86,
22046,
13,
1136,
7203,
404,
66,
62,
25927,
62,
312,
1600,
4814,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
12,
1186,
563,
12,
30001,
1298,
479,
86,
22046,
13,
1136,
7203,
404,
66,
62,
1186,
563,
62,
30001,
1600,
4814,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
25677,
62,
37266,
8,
611,
410,
318,
407,
4814,
290,
410,
318,
407,
6045,
92,
628,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
796,
2116,
13,
8692,
62,
16366,
13,
1136,
62,
3866,
18186,
62,
1186,
563,
62,
2536,
4338,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4905,
62,
1186,
563,
62,
2536,
4338,
28,
46265,
22046,
13,
1136,
10786,
1186,
563,
62,
2536,
4338,
33809,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5456,
62,
1186,
563,
62,
2536,
4338,
28,
944,
13,
1186,
563,
62,
2536,
4338,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
611,
1005,
563,
62,
2536,
4338,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
318,
39098,
7,
1186,
563,
62,
2536,
4338,
11,
1005,
563,
13,
14202,
9781,
563,
13290,
4338,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
2860,
62,
404,
66,
62,
1186,
563,
62,
30001,
62,
361,
62,
27938,
7,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
2860,
62,
404,
66,
62,
16366,
62,
1186,
1678,
62,
25677,
7,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
13,
2860,
62,
21170,
5013,
62,
25766,
62,
47423,
7,
944,
13,
21170,
5013,
62,
25766,
62,
47423,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
1005,
563,
62,
2536,
4338,
13,
15883,
62,
1186,
14992,
62,
13345,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
28,
6978,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2882,
62,
4906,
2625,
39596,
39709,
2601,
5819,
30871,
22362,
1920,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
28,
6978,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2882,
62,
4906,
2625,
39596,
39709,
2601,
5819,
30871,
22362,
1920,
4943,
628,
220,
220,
220,
825,
651,
62,
38200,
14094,
62,
565,
5819,
7,
944,
11,
20613,
62,
10057,
62,
312,
11,
12429,
46265,
22046,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
5550,
47,
38827,
11617,
1377,
3387,
779,
12308,
39709,
7824,
2427,
13,
198,
220,
220,
220,
220,
220,
220,
220,
29620,
1321,
546,
262,
30437,
38279,
13,
628,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
20613,
62,
10057,
62,
312,
25,
357,
35827,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
20137,
4482,
4600,
4503,
2389,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11593,
3740,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
19746,
14,
12218,
14,
3103,
984,
82,
14,
738,
13350,
13,
19211,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
1034,
66,
62,
25927,
62,
312,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
22092,
12,
23211,
3748,
27421,
329,
262,
2581,
13,
1002,
345,
761,
284,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2800,
18650,
546,
257,
2176,
2581,
11,
3387,
2148,
262,
2581,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4522,
326,
345,
14275,
287,
428,
13639,
351,
262,
2581,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
611,
62,
23108,
62,
15699,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1114,
26340,
7007,
13,
554,
262,
17151,
869,
329,
257,
8271,
11,
900,
262,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4600,
1532,
12,
14202,
12,
23850,
63,
13639,
284,
262,
1988,
286,
262,
12152,
363,
422,
257,
2180,
17151,
357,
273,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
24582,
393,
350,
3843,
8,
2882,
329,
326,
8271,
13,
383,
4382,
481,
1441,
351,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2035,
257,
31672,
1892,
40499,
2882,
611,
262,
8271,
468,
407,
3421,
11,
393,
257,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
939,
7477,
2882,
351,
262,
6153,
10552,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
26181,
1005,
563,
62,
2536,
4338,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
1005,
563,
4811,
284,
4174,
284,
428,
2176,
4905,
14,
13345,
13,
770,
481,
20957,
597,
1005,
563,
4811,
900,
379,
262,
5456,
12,
5715,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
770,
815,
307,
530,
286,
262,
10064,
1695,
287,
262,
1058,
9078,
25,
4666,
25,
63,
93,
1733,
13,
1186,
563,
63,
8265,
13,
770,
4905,
481,
407,
1005,
563,
416,
4277,
11,
2985,
460,
635,
779,
262,
11282,
1058,
9078,
25,
7890,
25,
63,
93,
1733,
13,
1186,
563,
13,
7206,
38865,
62,
2200,
40405,
62,
18601,
6158,
31212,
63,
2810,
416,
262,
26144,
284,
7139,
1005,
1678,
329,
340,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
23514,
286,
262,
4277,
1005,
563,
4811,
389,
3417,
4600,
1456,
1279,
5450,
1378,
31628,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
14,
42861,
14,
21282,
74,
62,
20709,
615,
12706,
14,
1186,
1678,
13,
6494,
29,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1675,
423,
428,
4905,
11777,
407,
1620,
597,
1005,
1678,
11,
1208,
281,
4554,
286,
1058,
9078,
25,
4871,
25,
63,
93,
1733,
13,
1186,
563,
13,
14202,
9781,
563,
13290,
4338,
44646,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
317,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
2134,
351,
1366,
286,
2099,
1058,
4871,
25,
63,
93,
1733,
13,
28744,
13976,
13,
27530,
13,
37702,
14094,
2601,
5819,
63,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
81,
4906,
25,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
20688,
25,
198,
220,
220,
220,
220,
220,
220,
220,
6914,
4600,
1456,
1279,
5450,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
12,
21282,
74,
12,
1069,
12629,
14,
42861,
14,
28744,
13976,
14,
1136,
62,
38200,
14094,
62,
565,
5819,
13,
9078,
13,
6494,
29,
63,
834,
284,
766,
281,
1672,
286,
703,
284,
779,
651,
62,
38200,
14094,
62,
565,
5819,
7824,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
796,
12813,
9945,
11964,
82,
14,
90,
9945,
11964,
7390,
92,
14,
38200,
14094,
2601,
5819,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2446,
796,
366,
18851,
1,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
2094,
470,
2453,
6439,
479,
86,
22046,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
62,
46265,
22046,
796,
685,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
1186,
563,
62,
2536,
4338,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
62,
25927,
62,
312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
361,
62,
23108,
62,
15699,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2361,
198,
220,
220,
220,
220,
220,
220,
220,
3131,
62,
46265,
22046,
796,
685,
62,
2539,
329,
4808,
2539,
287,
2237,
13,
2676,
13083,
7,
46265,
22046,
8,
611,
4808,
2539,
407,
287,
2938,
62,
46265,
22046,
60,
198,
220,
220,
220,
220,
220,
220,
220,
611,
3131,
62,
46265,
22046,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
1136,
62,
38200,
14094,
62,
565,
5819,
1392,
6439,
479,
86,
22046,
25,
1391,
0,
81,
92,
1911,
18982,
7,
26086,
62,
46265,
22046,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
9945,
11964,
7390,
1298,
20613,
62,
10057,
62,
312,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
628,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
6978,
62,
37266,
8,
611,
410,
318,
407,
4814,
92,
628,
220,
220,
220,
220,
220,
220,
220,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
6978,
62,
37266,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
410,
318,
6045,
393,
357,
271,
39098,
7,
85,
11,
2237,
13,
8841,
62,
19199,
8,
290,
18896,
7,
85,
13,
36311,
28955,
6624,
657,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
10786,
36301,
23884,
2314,
307,
6045,
11,
13216,
10223,
393,
6565,
4731,
4458,
18982,
7,
74,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
13635,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11299,
12,
4906,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
12,
25927,
12,
312,
1298,
479,
86,
22046,
13,
1136,
7203,
404,
66,
62,
25927,
62,
312,
1600,
4814,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
361,
12,
23108,
12,
15699,
1298,
479,
86,
22046,
13,
1136,
7203,
361,
62,
23108,
62,
15699,
1600,
4814,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
25677,
62,
37266,
8,
611,
410,
318,
407,
4814,
290,
410,
318,
407,
6045,
92,
628,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
796,
2116,
13,
8692,
62,
16366,
13,
1136,
62,
3866,
18186,
62,
1186,
563,
62,
2536,
4338,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4905,
62,
1186,
563,
62,
2536,
4338,
28,
46265,
22046,
13,
1136,
10786,
1186,
563,
62,
2536,
4338,
33809,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5456,
62,
1186,
563,
62,
2536,
4338,
28,
944,
13,
1186,
563,
62,
2536,
4338,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
611,
1005,
563,
62,
2536,
4338,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
318,
39098,
7,
1186,
563,
62,
2536,
4338,
11,
1005,
563,
13,
14202,
9781,
563,
13290,
4338,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
2860,
62,
404,
66,
62,
16366,
62,
1186,
1678,
62,
25677,
7,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
13,
2860,
62,
21170,
5013,
62,
25766,
62,
47423,
7,
944,
13,
21170,
5013,
62,
25766,
62,
47423,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
1005,
563,
62,
2536,
4338,
13,
15883,
62,
1186,
14992,
62,
13345,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
28,
6978,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2882,
62,
4906,
2625,
37702,
14094,
2601,
5819,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
28,
6978,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2882,
62,
4906,
2625,
37702,
14094,
2601,
5819,
4943,
628,
220,
220,
220,
825,
651,
62,
38200,
14094,
62,
565,
5819,
62,
31673,
62,
395,
1920,
7,
944,
11,
20613,
62,
10057,
62,
312,
11,
12429,
46265,
22046,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
5550,
47,
38827,
11617,
1377,
3387,
779,
12308,
39709,
7824,
2427,
13,
198,
220,
220,
220,
220,
220,
220,
220,
29620,
262,
749,
2274,
30437,
38279,
4088,
8636,
326,
460,
307,
973,
284,
5004,
257,
11080,
198,
220,
220,
220,
220,
220,
220,
220,
30437,
38279,
2546,
13,
628,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
20613,
62,
10057,
62,
312,
25,
357,
35827,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
20137,
4482,
4600,
4503,
2389,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11593,
3740,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
19746,
14,
12218,
14,
3103,
984,
82,
14,
738,
13350,
13,
19211,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
1034,
66,
62,
25927,
62,
312,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
22092,
12,
23211,
3748,
27421,
329,
262,
2581,
13,
1002,
345,
761,
284,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2800,
18650,
546,
257,
2176,
2581,
11,
3387,
2148,
262,
2581,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4522,
326,
345,
14275,
287,
428,
13639,
351,
262,
2581,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
26181,
1005,
563,
62,
2536,
4338,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
1005,
563,
4811,
284,
4174,
284,
428,
2176,
4905,
14,
13345,
13,
770,
481,
20957,
597,
1005,
563,
4811,
900,
379,
262,
5456,
12,
5715,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
770,
815,
307,
530,
286,
262,
10064,
1695,
287,
262,
1058,
9078,
25,
4666,
25,
63,
93,
1733,
13,
1186,
563,
63,
8265,
13,
770,
4905,
481,
407,
1005,
563,
416,
4277,
11,
2985,
460,
635,
779,
262,
11282,
1058,
9078,
25,
7890,
25,
63,
93,
1733,
13,
1186,
563,
13,
7206,
38865,
62,
2200,
40405,
62,
18601,
6158,
31212,
63,
2810,
416,
262,
26144,
284,
7139,
1005,
1678,
329,
340,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
23514,
286,
262,
4277,
1005,
563,
4811,
389,
3417,
4600,
1456,
1279,
5450,
1378,
31628,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
14,
42861,
14,
21282,
74,
62,
20709,
615,
12706,
14,
1186,
1678,
13,
6494,
29,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1675,
423,
428,
4905,
11777,
407,
1620,
597,
1005,
1678,
11,
1208,
281,
4554,
286,
1058,
9078,
25,
4871,
25,
63,
93,
1733,
13,
1186,
563,
13,
14202,
9781,
563,
13290,
4338,
44646,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
317,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
2134,
351,
1366,
286,
2099,
1058,
4871,
25,
63,
93,
1733,
13,
28744,
13976,
13,
27530,
13,
37702,
14094,
2601,
5819,
30871,
22362,
1920,
63,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
81,
4906,
25,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
20688,
25,
198,
220,
220,
220,
220,
220,
220,
220,
6914,
4600,
1456,
1279,
5450,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
12,
21282,
74,
12,
1069,
12629,
14,
42861,
14,
28744,
13976,
14,
1136,
62,
38200,
14094,
62,
565,
5819,
62,
31673,
62,
395,
1920,
13,
9078,
13,
6494,
29,
63,
834,
284,
766,
281,
1672,
286,
703,
284,
779,
651,
62,
38200,
14094,
62,
565,
5819,
62,
31673,
62,
395,
1920,
7824,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
796,
12813,
9945,
11964,
82,
14,
90,
9945,
11964,
7390,
92,
14,
38200,
14094,
2601,
5819,
30871,
22362,
1920,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2446,
796,
366,
18851,
1,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
2094,
470,
2453,
6439,
479,
86,
22046,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
62,
46265,
22046,
796,
685,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
1186,
563,
62,
2536,
4338,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
62,
25927,
62,
312,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2361,
198,
220,
220,
220,
220,
220,
220,
220,
3131,
62,
46265,
22046,
796,
685,
62,
2539,
329,
4808,
2539,
287,
2237,
13,
2676,
13083,
7,
46265,
22046,
8,
611,
4808,
2539,
407,
287,
2938,
62,
46265,
22046,
60,
198,
220,
220,
220,
220,
220,
220,
220,
611,
3131,
62,
46265,
22046,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
1136,
62,
38200,
14094,
62,
565,
5819,
62,
31673,
62,
395,
1920,
1392,
6439,
479,
86,
22046,
25,
1391,
0,
81,
92,
1911,
18982,
7,
26086,
62,
46265,
22046,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
9945,
11964,
7390,
1298,
20613,
62,
10057,
62,
312,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
628,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
6978,
62,
37266,
8,
611,
410,
318,
407,
4814,
92,
628,
220,
220,
220,
220,
220,
220,
220,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
6978,
62,
37266,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
410,
318,
6045,
393,
357,
271,
39098,
7,
85,
11,
2237,
13,
8841,
62,
19199,
8,
290,
18896,
7,
85,
13,
36311,
28955,
6624,
657,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
10786,
36301,
23884,
2314,
307,
6045,
11,
13216,
10223,
393,
6565,
4731,
4458,
18982,
7,
74,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
13635,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11299,
12,
4906,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
12,
25927,
12,
312,
1298,
479,
86,
22046,
13,
1136,
7203,
404,
66,
62,
25927,
62,
312,
1600,
4814,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
25677,
62,
37266,
8,
611,
410,
318,
407,
4814,
290,
410,
318,
407,
6045,
92,
628,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
796,
2116,
13,
8692,
62,
16366,
13,
1136,
62,
3866,
18186,
62,
1186,
563,
62,
2536,
4338,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4905,
62,
1186,
563,
62,
2536,
4338,
28,
46265,
22046,
13,
1136,
10786,
1186,
563,
62,
2536,
4338,
33809,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5456,
62,
1186,
563,
62,
2536,
4338,
28,
944,
13,
1186,
563,
62,
2536,
4338,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
611,
1005,
563,
62,
2536,
4338,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
318,
39098,
7,
1186,
563,
62,
2536,
4338,
11,
1005,
563,
13,
14202,
9781,
563,
13290,
4338,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
2860,
62,
404,
66,
62,
16366,
62,
1186,
1678,
62,
25677,
7,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
13,
2860,
62,
21170,
5013,
62,
25766,
62,
47423,
7,
944,
13,
21170,
5013,
62,
25766,
62,
47423,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
1005,
563,
62,
2536,
4338,
13,
15883,
62,
1186,
14992,
62,
13345,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
28,
6978,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2882,
62,
4906,
2625,
37702,
14094,
2601,
5819,
30871,
22362,
1920,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
28,
6978,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2882,
62,
4906,
2625,
37702,
14094,
2601,
5819,
30871,
22362,
1920,
4943,
628,
220,
220,
220,
825,
651,
62,
9945,
62,
10057,
7,
944,
11,
20613,
62,
10057,
62,
312,
11,
12429,
46265,
22046,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
3497,
1321,
546,
262,
7368,
20137,
4482,
13,
628,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
20613,
62,
10057,
62,
312,
25,
357,
35827,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
20137,
4482,
4600,
4503,
2389,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11593,
3740,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
19746,
14,
12218,
14,
3103,
984,
82,
14,
738,
13350,
13,
19211,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
1034,
66,
62,
25927,
62,
312,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
22092,
12,
23211,
3748,
27421,
329,
262,
2581,
13,
1002,
345,
761,
284,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2800,
18650,
546,
257,
2176,
2581,
11,
3387,
2148,
262,
2581,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4522,
326,
345,
14275,
287,
428,
13639,
351,
262,
2581,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
611,
62,
23108,
62,
15699,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1114,
26340,
7007,
13,
554,
262,
17151,
869,
329,
257,
8271,
11,
900,
262,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4600,
1532,
12,
14202,
12,
23850,
63,
13639,
284,
262,
1988,
286,
262,
12152,
363,
422,
257,
2180,
17151,
357,
273,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
24582,
393,
350,
3843,
8,
2882,
329,
326,
8271,
13,
383,
4382,
481,
1441,
351,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2035,
257,
31672,
1892,
40499,
2882,
611,
262,
8271,
468,
407,
3421,
11,
393,
257,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
939,
7477,
2882,
351,
262,
6153,
10552,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
26181,
1005,
563,
62,
2536,
4338,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
1005,
563,
4811,
284,
4174,
284,
428,
2176,
4905,
14,
13345,
13,
770,
481,
20957,
597,
1005,
563,
4811,
900,
379,
262,
5456,
12,
5715,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
770,
815,
307,
530,
286,
262,
10064,
1695,
287,
262,
1058,
9078,
25,
4666,
25,
63,
93,
1733,
13,
1186,
563,
63,
8265,
13,
770,
4905,
481,
407,
1005,
563,
416,
4277,
11,
2985,
460,
635,
779,
262,
11282,
1058,
9078,
25,
7890,
25,
63,
93,
1733,
13,
1186,
563,
13,
7206,
38865,
62,
2200,
40405,
62,
18601,
6158,
31212,
63,
2810,
416,
262,
26144,
284,
7139,
1005,
1678,
329,
340,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
23514,
286,
262,
4277,
1005,
563,
4811,
389,
3417,
4600,
1456,
1279,
5450,
1378,
31628,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
14,
42861,
14,
21282,
74,
62,
20709,
615,
12706,
14,
1186,
1678,
13,
6494,
29,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1675,
423,
428,
4905,
11777,
407,
1620,
597,
1005,
1678,
11,
1208,
281,
4554,
286,
1058,
9078,
25,
4871,
25,
63,
93,
1733,
13,
1186,
563,
13,
14202,
9781,
563,
13290,
4338,
44646,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
317,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
2134,
351,
1366,
286,
2099,
1058,
4871,
25,
63,
93,
1733,
13,
28744,
13976,
13,
27530,
13,
43832,
11964,
63,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
81,
4906,
25,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
20688,
25,
198,
220,
220,
220,
220,
220,
220,
220,
6914,
4600,
1456,
1279,
5450,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
12,
21282,
74,
12,
1069,
12629,
14,
42861,
14,
28744,
13976,
14,
1136,
62,
9945,
62,
10057,
13,
9078,
13,
6494,
29,
63,
834,
284,
766,
281,
1672,
286,
703,
284,
779,
651,
62,
9945,
62,
10057,
7824,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
796,
12813,
9945,
11964,
82,
14,
90,
9945,
11964,
7390,
36786,
198,
220,
220,
220,
220,
220,
220,
220,
2446,
796,
366,
18851,
1,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
2094,
470,
2453,
6439,
479,
86,
22046,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
62,
46265,
22046,
796,
685,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
1186,
563,
62,
2536,
4338,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
62,
25927,
62,
312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
361,
62,
23108,
62,
15699,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2361,
198,
220,
220,
220,
220,
220,
220,
220,
3131,
62,
46265,
22046,
796,
685,
62,
2539,
329,
4808,
2539,
287,
2237,
13,
2676,
13083,
7,
46265,
22046,
8,
611,
4808,
2539,
407,
287,
2938,
62,
46265,
22046,
60,
198,
220,
220,
220,
220,
220,
220,
220,
611,
3131,
62,
46265,
22046,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
1136,
62,
9945,
62,
10057,
1392,
6439,
479,
86,
22046,
25,
1391,
0,
81,
92,
1911,
18982,
7,
26086,
62,
46265,
22046,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
9945,
11964,
7390,
1298,
20613,
62,
10057,
62,
312,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
628,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
6978,
62,
37266,
8,
611,
410,
318,
407,
4814,
92,
628,
220,
220,
220,
220,
220,
220,
220,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
6978,
62,
37266,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
410,
318,
6045,
393,
357,
271,
39098,
7,
85,
11,
2237,
13,
8841,
62,
19199,
8,
290,
18896,
7,
85,
13,
36311,
28955,
6624,
657,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
10786,
36301,
23884,
2314,
307,
6045,
11,
13216,
10223,
393,
6565,
4731,
4458,
18982,
7,
74,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
13635,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11299,
12,
4906,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
12,
25927,
12,
312,
1298,
479,
86,
22046,
13,
1136,
7203,
404,
66,
62,
25927,
62,
312,
1600,
4814,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
361,
12,
23108,
12,
15699,
1298,
479,
86,
22046,
13,
1136,
7203,
361,
62,
23108,
62,
15699,
1600,
4814,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
25677,
62,
37266,
8,
611,
410,
318,
407,
4814,
290,
410,
318,
407,
6045,
92,
628,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
796,
2116,
13,
8692,
62,
16366,
13,
1136,
62,
3866,
18186,
62,
1186,
563,
62,
2536,
4338,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4905,
62,
1186,
563,
62,
2536,
4338,
28,
46265,
22046,
13,
1136,
10786,
1186,
563,
62,
2536,
4338,
33809,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5456,
62,
1186,
563,
62,
2536,
4338,
28,
944,
13,
1186,
563,
62,
2536,
4338,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
611,
1005,
563,
62,
2536,
4338,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
318,
39098,
7,
1186,
563,
62,
2536,
4338,
11,
1005,
563,
13,
14202,
9781,
563,
13290,
4338,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
2860,
62,
404,
66,
62,
16366,
62,
1186,
1678,
62,
25677,
7,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
13,
2860,
62,
21170,
5013,
62,
25766,
62,
47423,
7,
944,
13,
21170,
5013,
62,
25766,
62,
47423,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
1005,
563,
62,
2536,
4338,
13,
15883,
62,
1186,
14992,
62,
13345,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
28,
6978,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2882,
62,
4906,
2625,
43832,
11964,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
28,
6978,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2882,
62,
4906,
2625,
43832,
11964,
4943,
628,
220,
220,
220,
825,
651,
62,
25080,
62,
19204,
62,
565,
5819,
7,
944,
11,
20613,
62,
10057,
62,
312,
11,
12429,
46265,
22046,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
29620,
1321,
546,
262,
12308,
39709,
13946,
13,
628,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
20613,
62,
10057,
62,
312,
25,
357,
35827,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
20137,
4482,
4600,
4503,
2389,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11593,
3740,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
19746,
14,
12218,
14,
3103,
984,
82,
14,
738,
13350,
13,
19211,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
1034,
66,
62,
25927,
62,
312,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
22092,
12,
23211,
3748,
27421,
329,
262,
2581,
13,
1002,
345,
761,
284,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2800,
18650,
546,
257,
2176,
2581,
11,
3387,
2148,
262,
2581,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4522,
326,
345,
14275,
287,
428,
13639,
351,
262,
2581,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
611,
62,
23108,
62,
15699,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1114,
26340,
7007,
13,
554,
262,
17151,
869,
329,
257,
8271,
11,
900,
262,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4600,
1532,
12,
14202,
12,
23850,
63,
13639,
284,
262,
1988,
286,
262,
12152,
363,
422,
257,
2180,
17151,
357,
273,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
24582,
393,
350,
3843,
8,
2882,
329,
326,
8271,
13,
383,
4382,
481,
1441,
351,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2035,
257,
31672,
1892,
40499,
2882,
611,
262,
8271,
468,
407,
3421,
11,
393,
257,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
939,
7477,
2882,
351,
262,
6153,
10552,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
26181,
1005,
563,
62,
2536,
4338,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
1005,
563,
4811,
284,
4174,
284,
428,
2176,
4905,
14,
13345,
13,
770,
481,
20957,
597,
1005,
563,
4811,
900,
379,
262,
5456,
12,
5715,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
770,
815,
307,
530,
286,
262,
10064,
1695,
287,
262,
1058,
9078,
25,
4666,
25,
63,
93,
1733,
13,
1186,
563,
63,
8265,
13,
770,
4905,
481,
407,
1005,
563,
416,
4277,
11,
2985,
460,
635,
779,
262,
11282,
1058,
9078,
25,
7890,
25,
63,
93,
1733,
13,
1186,
563,
13,
7206,
38865,
62,
2200,
40405,
62,
18601,
6158,
31212,
63,
2810,
416,
262,
26144,
284,
7139,
1005,
1678,
329,
340,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
23514,
286,
262,
4277,
1005,
563,
4811,
389,
3417,
4600,
1456,
1279,
5450,
1378,
31628,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
14,
42861,
14,
21282,
74,
62,
20709,
615,
12706,
14,
1186,
1678,
13,
6494,
29,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1675,
423,
428,
4905,
11777,
407,
1620,
597,
1005,
1678,
11,
1208,
281,
4554,
286,
1058,
9078,
25,
4871,
25,
63,
93,
1733,
13,
1186,
563,
13,
14202,
9781,
563,
13290,
4338,
44646,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
317,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
2134,
351,
1366,
286,
2099,
1058,
4871,
25,
63,
93,
1733,
13,
28744,
13976,
13,
27530,
13,
39596,
39709,
2601,
5819,
63,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
81,
4906,
25,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
20688,
25,
198,
220,
220,
220,
220,
220,
220,
220,
6914,
4600,
1456,
1279,
5450,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
12,
21282,
74,
12,
1069,
12629,
14,
42861,
14,
28744,
13976,
14,
1136,
62,
25080,
62,
19204,
62,
565,
5819,
13,
9078,
13,
6494,
29,
63,
834,
284,
766,
281,
1672,
286,
703,
284,
779,
651,
62,
25080,
62,
19204,
62,
565,
5819,
7824,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
796,
12813,
9945,
11964,
82,
14,
90,
9945,
11964,
7390,
92,
14,
25080,
39709,
2601,
5819,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2446,
796,
366,
18851,
1,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
2094,
470,
2453,
6439,
479,
86,
22046,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
62,
46265,
22046,
796,
685,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
1186,
563,
62,
2536,
4338,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
62,
25927,
62,
312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
361,
62,
23108,
62,
15699,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2361,
198,
220,
220,
220,
220,
220,
220,
220,
3131,
62,
46265,
22046,
796,
685,
62,
2539,
329,
4808,
2539,
287,
2237,
13,
2676,
13083,
7,
46265,
22046,
8,
611,
4808,
2539,
407,
287,
2938,
62,
46265,
22046,
60,
198,
220,
220,
220,
220,
220,
220,
220,
611,
3131,
62,
46265,
22046,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
1136,
62,
25080,
62,
19204,
62,
565,
5819,
1392,
6439,
479,
86,
22046,
25,
1391,
0,
81,
92,
1911,
18982,
7,
26086,
62,
46265,
22046,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
9945,
11964,
7390,
1298,
20613,
62,
10057,
62,
312,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
628,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
6978,
62,
37266,
8,
611,
410,
318,
407,
4814,
92,
628,
220,
220,
220,
220,
220,
220,
220,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
6978,
62,
37266,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
410,
318,
6045,
393,
357,
271,
39098,
7,
85,
11,
2237,
13,
8841,
62,
19199,
8,
290,
18896,
7,
85,
13,
36311,
28955,
6624,
657,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
10786,
36301,
23884,
2314,
307,
6045,
11,
13216,
10223,
393,
6565,
4731,
4458,
18982,
7,
74,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
13635,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11299,
12,
4906,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
12,
25927,
12,
312,
1298,
479,
86,
22046,
13,
1136,
7203,
404,
66,
62,
25927,
62,
312,
1600,
4814,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
361,
12,
23108,
12,
15699,
1298,
479,
86,
22046,
13,
1136,
7203,
361,
62,
23108,
62,
15699,
1600,
4814,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
25677,
62,
37266,
8,
611,
410,
318,
407,
4814,
290,
410,
318,
407,
6045,
92,
628,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
796,
2116,
13,
8692,
62,
16366,
13,
1136,
62,
3866,
18186,
62,
1186,
563,
62,
2536,
4338,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4905,
62,
1186,
563,
62,
2536,
4338,
28,
46265,
22046,
13,
1136,
10786,
1186,
563,
62,
2536,
4338,
33809,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5456,
62,
1186,
563,
62,
2536,
4338,
28,
944,
13,
1186,
563,
62,
2536,
4338,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
611,
1005,
563,
62,
2536,
4338,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
318,
39098,
7,
1186,
563,
62,
2536,
4338,
11,
1005,
563,
13,
14202,
9781,
563,
13290,
4338,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
2860,
62,
404,
66,
62,
16366,
62,
1186,
1678,
62,
25677,
7,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
13,
2860,
62,
21170,
5013,
62,
25766,
62,
47423,
7,
944,
13,
21170,
5013,
62,
25766,
62,
47423,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
1005,
563,
62,
2536,
4338,
13,
15883,
62,
1186,
14992,
62,
13345,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
28,
6978,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2882,
62,
4906,
2625,
39596,
39709,
2601,
5819,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
28,
6978,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2882,
62,
4906,
2625,
39596,
39709,
2601,
5819,
4943,
628,
220,
220,
220,
825,
651,
62,
25080,
62,
19204,
62,
565,
5819,
62,
31673,
62,
395,
1920,
7,
944,
11,
20613,
62,
10057,
62,
312,
11,
12429,
46265,
22046,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
29620,
262,
749,
2274,
12308,
39709,
13946,
4088,
8636,
326,
460,
307,
973,
284,
5004,
257,
11080,
198,
220,
220,
220,
220,
220,
220,
220,
12308,
39709,
13946,
2546,
13,
628,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
20613,
62,
10057,
62,
312,
25,
357,
35827,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
20137,
4482,
4600,
4503,
2389,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11593,
3740,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
19746,
14,
12218,
14,
3103,
984,
82,
14,
738,
13350,
13,
19211,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
1034,
66,
62,
25927,
62,
312,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
22092,
12,
23211,
3748,
27421,
329,
262,
2581,
13,
1002,
345,
761,
284,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2800,
18650,
546,
257,
2176,
2581,
11,
3387,
2148,
262,
2581,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4522,
326,
345,
14275,
287,
428,
13639,
351,
262,
2581,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
26181,
1005,
563,
62,
2536,
4338,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
1005,
563,
4811,
284,
4174,
284,
428,
2176,
4905,
14,
13345,
13,
770,
481,
20957,
597,
1005,
563,
4811,
900,
379,
262,
5456,
12,
5715,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
770,
815,
307,
530,
286,
262,
10064,
1695,
287,
262,
1058,
9078,
25,
4666,
25,
63,
93,
1733,
13,
1186,
563,
63,
8265,
13,
770,
4905,
481,
407,
1005,
563,
416,
4277,
11,
2985,
460,
635,
779,
262,
11282,
1058,
9078,
25,
7890,
25,
63,
93,
1733,
13,
1186,
563,
13,
7206,
38865,
62,
2200,
40405,
62,
18601,
6158,
31212,
63,
2810,
416,
262,
26144,
284,
7139,
1005,
1678,
329,
340,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
23514,
286,
262,
4277,
1005,
563,
4811,
389,
3417,
4600,
1456,
1279,
5450,
1378,
31628,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
14,
42861,
14,
21282,
74,
62,
20709,
615,
12706,
14,
1186,
1678,
13,
6494,
29,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1675,
423,
428,
4905,
11777,
407,
1620,
597,
1005,
1678,
11,
1208,
281,
4554,
286,
1058,
9078,
25,
4871,
25,
63,
93,
1733,
13,
1186,
563,
13,
14202,
9781,
563,
13290,
4338,
44646,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
317,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
2134,
351,
1366,
286,
2099,
1058,
4871,
25,
63,
93,
1733,
13,
28744,
13976,
13,
27530,
13,
39596,
39709,
2601,
5819,
30871,
22362,
1920,
63,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
81,
4906,
25,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
20688,
25,
198,
220,
220,
220,
220,
220,
220,
220,
6914,
4600,
1456,
1279,
5450,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
12,
21282,
74,
12,
1069,
12629,
14,
42861,
14,
28744,
13976,
14,
1136,
62,
25080,
62,
19204,
62,
565,
5819,
62,
31673,
62,
395,
1920,
13,
9078,
13,
6494,
29,
63,
834,
284,
766,
281,
1672,
286,
703,
284,
779,
651,
62,
25080,
62,
19204,
62,
565,
5819,
62,
31673,
62,
395,
1920,
7824,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
796,
12813,
9945,
11964,
82,
14,
90,
9945,
11964,
7390,
92,
14,
25080,
39709,
2601,
5819,
30871,
22362,
1920,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2446,
796,
366,
18851,
1,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
2094,
470,
2453,
6439,
479,
86,
22046,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
62,
46265,
22046,
796,
685,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
1186,
563,
62,
2536,
4338,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
62,
25927,
62,
312,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2361,
198,
220,
220,
220,
220,
220,
220,
220,
3131,
62,
46265,
22046,
796,
685,
62,
2539,
329,
4808,
2539,
287,
2237,
13,
2676,
13083,
7,
46265,
22046,
8,
611,
4808,
2539,
407,
287,
2938,
62,
46265,
22046,
60,
198,
220,
220,
220,
220,
220,
220,
220,
611,
3131,
62,
46265,
22046,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
1136,
62,
25080,
62,
19204,
62,
565,
5819,
62,
31673,
62,
395,
1920,
1392,
6439,
479,
86,
22046,
25,
1391,
0,
81,
92,
1911,
18982,
7,
26086,
62,
46265,
22046,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
9945,
11964,
7390,
1298,
20613,
62,
10057,
62,
312,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
628,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
6978,
62,
37266,
8,
611,
410,
318,
407,
4814,
92,
628,
220,
220,
220,
220,
220,
220,
220,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
6978,
62,
37266,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
410,
318,
6045,
393,
357,
271,
39098,
7,
85,
11,
2237,
13,
8841,
62,
19199,
8,
290,
18896,
7,
85,
13,
36311,
28955,
6624,
657,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
10786,
36301,
23884,
2314,
307,
6045,
11,
13216,
10223,
393,
6565,
4731,
4458,
18982,
7,
74,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
13635,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11299,
12,
4906,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
12,
25927,
12,
312,
1298,
479,
86,
22046,
13,
1136,
7203,
404,
66,
62,
25927,
62,
312,
1600,
4814,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
25677,
62,
37266,
8,
611,
410,
318,
407,
4814,
290,
410,
318,
407,
6045,
92,
628,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
796,
2116,
13,
8692,
62,
16366,
13,
1136,
62,
3866,
18186,
62,
1186,
563,
62,
2536,
4338,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4905,
62,
1186,
563,
62,
2536,
4338,
28,
46265,
22046,
13,
1136,
10786,
1186,
563,
62,
2536,
4338,
33809,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5456,
62,
1186,
563,
62,
2536,
4338,
28,
944,
13,
1186,
563,
62,
2536,
4338,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
611,
1005,
563,
62,
2536,
4338,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
318,
39098,
7,
1186,
563,
62,
2536,
4338,
11,
1005,
563,
13,
14202,
9781,
563,
13290,
4338,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
2860,
62,
404,
66,
62,
16366,
62,
1186,
1678,
62,
25677,
7,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
13,
2860,
62,
21170,
5013,
62,
25766,
62,
47423,
7,
944,
13,
21170,
5013,
62,
25766,
62,
47423,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
1005,
563,
62,
2536,
4338,
13,
15883,
62,
1186,
14992,
62,
13345,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
28,
6978,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2882,
62,
4906,
2625,
39596,
39709,
2601,
5819,
30871,
22362,
1920,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
28,
6978,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2882,
62,
4906,
2625,
39596,
39709,
2601,
5819,
30871,
22362,
1920,
4943,
628,
220,
220,
220,
825,
1351,
62,
9945,
62,
10057,
82,
7,
944,
11,
26247,
62,
312,
11,
12429,
46265,
22046,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
3497,
257,
1351,
286,
20137,
11998,
287,
262,
7368,
26247,
13,
198,
220,
220,
220,
220,
220,
220,
220,
383,
4277,
3297,
1502,
318,
416,
640,
17354,
11,
31491,
13,
628,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
26247,
62,
312,
25,
357,
35827,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
26247,
4600,
4503,
2389,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11593,
3740,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
19746,
14,
12218,
14,
3103,
984,
82,
14,
738,
13350,
13,
19211,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
1034,
66,
62,
25927,
62,
312,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
22092,
12,
23211,
3748,
27421,
329,
262,
2581,
13,
1002,
345,
761,
284,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2800,
18650,
546,
257,
2176,
2581,
11,
3387,
2148,
262,
2581,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4522,
326,
345,
14275,
287,
428,
13639,
351,
262,
2581,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
20512,
318,
62,
38200,
14094,
62,
565,
5819,
62,
1078,
2317,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5550,
47,
38827,
11617,
1377,
3387,
779,
12308,
39709,
7824,
2427,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1002,
2081,
11,
1441,
691,
20137,
11998,
351,
281,
30437,
38279,
7223,
11,
611,
3991,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
691,
20137,
11998,
351,
645,
30437,
38279,
7223,
13,
1002,
407,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1944,
11,
1441,
477,
20137,
11998,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
20512,
318,
62,
25080,
62,
19204,
62,
565,
5819,
62,
1078,
2317,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1002,
2081,
11,
1441,
691,
20137,
11998,
351,
257,
12308,
39709,
13946,
7223,
11,
611,
3991,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
691,
20137,
11998,
351,
645,
12308,
39709,
13946,
7223,
13,
1002,
407,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1944,
11,
1441,
477,
20137,
11998,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
20613,
62,
10057,
62,
312,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
20137,
4482,
4600,
4503,
2389,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11593,
3740,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
19746,
14,
12218,
14,
3103,
984,
82,
14,
738,
13350,
13,
19211,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
3359,
62,
3672,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
8106,
284,
1441,
691,
262,
8271,
12336,
262,
1813,
3359,
1438,
3446,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
3868,
47510,
62,
5219,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
360,
65,
11964,
21073,
47510,
1812,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1439,
6972,
3815,
389,
25,
366,
43387,
33881,
1600,
366,
10659,
9306,
1600,
366,
1268,
10659,
9306,
1600,
366,
52,
5760,
33881,
1600,
366,
7206,
28882,
2751,
1600,
366,
7206,
28882,
1961,
1600,
366,
7708,
4146,
1961,
1,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
8398,
62,
312,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
9167,
28373,
4554,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
20512,
318,
62,
929,
62,
1462,
62,
4475,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
25853,
10245,
611,
484,
389,
1262,
262,
3452,
18440,
286,
262,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
28373,
484,
389,
3917,
351,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
3297,
62,
1525,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
2214,
284,
3297,
416,
13,
5514,
530,
3297,
1502,
743,
307,
2810,
13,
3862,
7032,
389,
4277,
6149,
355,
31491,
13,
16531,
1438,
318,
4277,
6149,
355,
41988,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1439,
6972,
3815,
389,
25,
366,
13812,
5376,
1600,
366,
2435,
41972,
1,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
3297,
62,
2875,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
3297,
1502,
284,
779,
357,
42643,
393,
22196,
34,
737,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1439,
6972,
3815,
389,
25,
366,
42643,
1600,
366,
30910,
34,
1,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
493,
4179,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
5415,
1271,
286,
3709,
284,
1441,
287,
257,
42208,
3898,
1351,
869,
13,
1114,
1321,
546,
42208,
1883,
11,
766,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4600,
8053,
31525,
1883,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11593,
3740,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
31113,
17614,
14,
3103,
984,
82,
14,
3500,
15042,
13,
19211,
2,
8053,
62,
47,
363,
1883,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
2443,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
1988,
286,
262,
4600,
404,
66,
12,
19545,
12,
7700,
63,
393,
4600,
404,
66,
12,
47050,
12,
7700,
63,
2882,
13639,
422,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
262,
2180,
1351,
869,
13,
1114,
1321,
546,
42208,
1883,
11,
766,
4600,
8053,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
31525,
1883,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11593,
3740,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
31113,
17614,
14,
3103,
984,
82,
14,
3500,
15042,
13,
19211,
2,
8053,
62,
47,
363,
1883,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
26181,
1005,
563,
62,
2536,
4338,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
1005,
563,
4811,
284,
4174,
284,
428,
2176,
4905,
14,
13345,
13,
770,
481,
20957,
597,
1005,
563,
4811,
900,
379,
262,
5456,
12,
5715,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
770,
815,
307,
530,
286,
262,
10064,
1695,
287,
262,
1058,
9078,
25,
4666,
25,
63,
93,
1733,
13,
1186,
563,
63,
8265,
13,
770,
4905,
481,
407,
1005,
563,
416,
4277,
11,
2985,
460,
635,
779,
262,
11282,
1058,
9078,
25,
7890,
25,
63,
93,
1733,
13,
1186,
563,
13,
7206,
38865,
62,
2200,
40405,
62,
18601,
6158,
31212,
63,
2810,
416,
262,
26144,
284,
7139,
1005,
1678,
329,
340,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
23514,
286,
262,
4277,
1005,
563,
4811,
389,
3417,
4600,
1456,
1279,
5450,
1378,
31628,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
14,
42861,
14,
21282,
74,
62,
20709,
615,
12706,
14,
1186,
1678,
13,
6494,
29,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1675,
423,
428,
4905,
11777,
407,
1620,
597,
1005,
1678,
11,
1208,
281,
4554,
286,
1058,
9078,
25,
4871,
25,
63,
93,
1733,
13,
1186,
563,
13,
14202,
9781,
563,
13290,
4338,
44646,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
317,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
2134,
351,
1366,
286,
2099,
1351,
286,
1058,
4871,
25,
63,
93,
1733,
13,
28744,
13976,
13,
27530,
13,
43832,
11964,
22093,
63,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
81,
4906,
25,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
20688,
25,
198,
220,
220,
220,
220,
220,
220,
220,
6914,
4600,
1456,
1279,
5450,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
12,
21282,
74,
12,
1069,
12629,
14,
42861,
14,
28744,
13976,
14,
4868,
62,
9945,
62,
10057,
82,
13,
9078,
13,
6494,
29,
63,
834,
284,
766,
281,
1672,
286,
703,
284,
779,
1351,
62,
9945,
62,
10057,
82,
7824,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
796,
12813,
9945,
11964,
82,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2446,
796,
366,
18851,
1,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
2094,
470,
2453,
6439,
479,
86,
22046,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
62,
46265,
22046,
796,
685,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
1186,
563,
62,
2536,
4338,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
62,
25927,
62,
312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
271,
62,
38200,
14094,
62,
565,
5819,
62,
1078,
2317,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
271,
62,
25080,
62,
19204,
62,
565,
5819,
62,
1078,
2317,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
9945,
62,
10057,
62,
312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
13812,
62,
3672,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
36195,
47510,
62,
5219,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11250,
3924,
62,
312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
271,
62,
929,
62,
1462,
62,
4475,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
30619,
62,
1525,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
30619,
62,
2875,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
32374,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
7700,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2361,
198,
220,
220,
220,
220,
220,
220,
220,
3131,
62,
46265,
22046,
796,
685,
62,
2539,
329,
4808,
2539,
287,
2237,
13,
2676,
13083,
7,
46265,
22046,
8,
611,
4808,
2539,
407,
287,
2938,
62,
46265,
22046,
60,
198,
220,
220,
220,
220,
220,
220,
220,
611,
3131,
62,
46265,
22046,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
4868,
62,
9945,
62,
10057,
82,
1392,
6439,
479,
86,
22046,
25,
1391,
0,
81,
92,
1911,
18982,
7,
26086,
62,
46265,
22046,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
611,
705,
36195,
47510,
62,
5219,
6,
287,
479,
86,
22046,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3868,
47510,
62,
5219,
62,
40845,
62,
27160,
796,
14631,
43387,
33881,
1600,
366,
10659,
9306,
1600,
366,
1268,
10659,
9306,
1600,
366,
52,
5760,
33881,
1600,
366,
7206,
28882,
2751,
1600,
366,
7206,
28882,
1961,
1600,
366,
7708,
4146,
1961,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
479,
86,
22046,
17816,
36195,
47510,
62,
5219,
20520,
407,
287,
3868,
47510,
62,
5219,
62,
40845,
62,
27160,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
44651,
1988,
329,
4600,
36195,
47510,
62,
5219,
47671,
1276,
307,
530,
286,
1391,
15,
92,
1911,
18982,
7,
36195,
47510,
62,
5219,
62,
40845,
62,
27160,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
611,
705,
30619,
62,
1525,
6,
287,
479,
86,
22046,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3297,
62,
1525,
62,
40845,
62,
27160,
796,
14631,
13812,
5376,
1600,
366,
2435,
41972,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
479,
86,
22046,
17816,
30619,
62,
1525,
20520,
407,
287,
3297,
62,
1525,
62,
40845,
62,
27160,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
44651,
1988,
329,
4600,
30619,
62,
1525,
47671,
1276,
307,
530,
286,
1391,
15,
92,
1911,
18982,
7,
30619,
62,
1525,
62,
40845,
62,
27160,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
611,
705,
30619,
62,
2875,
6,
287,
479,
86,
22046,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3297,
62,
2875,
62,
40845,
62,
27160,
796,
14631,
42643,
1600,
366,
30910,
34,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
479,
86,
22046,
17816,
30619,
62,
2875,
20520,
407,
287,
3297,
62,
2875,
62,
40845,
62,
27160,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
44651,
1988,
329,
4600,
30619,
62,
2875,
47671,
1276,
307,
530,
286,
1391,
15,
92,
1911,
18982,
7,
30619,
62,
2875,
62,
40845,
62,
27160,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
12405,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
271,
37702,
14094,
2601,
5819,
8086,
2317,
1298,
479,
86,
22046,
13,
1136,
7203,
271,
62,
38200,
14094,
62,
565,
5819,
62,
1078,
2317,
1600,
4814,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
271,
39596,
39709,
2601,
5819,
8086,
2317,
1298,
479,
86,
22046,
13,
1136,
7203,
271,
62,
25080,
62,
19204,
62,
565,
5819,
62,
1078,
2317,
1600,
4814,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
5589,
1823,
7390,
1298,
26247,
62,
312,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
9945,
11964,
7390,
1298,
479,
86,
22046,
13,
1136,
7203,
9945,
62,
10057,
62,
312,
1600,
4814,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
13812,
5376,
1298,
479,
86,
22046,
13,
1136,
7203,
13812,
62,
3672,
1600,
4814,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
36195,
47510,
9012,
1298,
479,
86,
22046,
13,
1136,
7203,
36195,
47510,
62,
5219,
1600,
4814,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11250,
3924,
7390,
1298,
479,
86,
22046,
13,
1136,
7203,
11250,
3924,
62,
312,
1600,
4814,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
271,
4933,
2514,
10430,
1298,
479,
86,
22046,
13,
1136,
7203,
271,
62,
929,
62,
1462,
62,
4475,
1600,
4814,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
30619,
3886,
1298,
479,
86,
22046,
13,
1136,
7203,
30619,
62,
1525,
1600,
4814,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
30619,
18743,
1298,
479,
86,
22046,
13,
1136,
7203,
30619,
62,
2875,
1600,
4814,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
32374,
1298,
479,
86,
22046,
13,
1136,
7203,
32374,
1600,
4814,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
7700,
1298,
479,
86,
22046,
13,
1136,
7203,
7700,
1600,
4814,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
12405,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
22766,
62,
37266,
8,
611,
410,
318,
407,
4814,
290,
410,
318,
407,
6045,
92,
628,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
13635,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11299,
12,
4906,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
12,
25927,
12,
312,
1298,
479,
86,
22046,
13,
1136,
7203,
404,
66,
62,
25927,
62,
312,
1600,
4814,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
25677,
62,
37266,
8,
611,
410,
318,
407,
4814,
290,
410,
318,
407,
6045,
92,
628,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
796,
2116,
13,
8692,
62,
16366,
13,
1136,
62,
3866,
18186,
62,
1186,
563,
62,
2536,
4338,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4905,
62,
1186,
563,
62,
2536,
4338,
28,
46265,
22046,
13,
1136,
10786,
1186,
563,
62,
2536,
4338,
33809,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5456,
62,
1186,
563,
62,
2536,
4338,
28,
944,
13,
1186,
563,
62,
2536,
4338,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
611,
1005,
563,
62,
2536,
4338,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
318,
39098,
7,
1186,
563,
62,
2536,
4338,
11,
1005,
563,
13,
14202,
9781,
563,
13290,
4338,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
2860,
62,
404,
66,
62,
16366,
62,
1186,
1678,
62,
25677,
7,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
13,
2860,
62,
21170,
5013,
62,
25766,
62,
47423,
7,
944,
13,
21170,
5013,
62,
25766,
62,
47423,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
1005,
563,
62,
2536,
4338,
13,
15883,
62,
1186,
14992,
62,
13345,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12405,
62,
37266,
28,
22766,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2882,
62,
4906,
2625,
4868,
58,
43832,
11964,
22093,
60,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12405,
62,
37266,
28,
22766,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2882,
62,
4906,
2625,
4868,
58,
43832,
11964,
22093,
60,
4943,
628,
220,
220,
220,
825,
15765,
62,
38200,
14094,
62,
565,
5819,
7,
944,
11,
20613,
62,
10057,
62,
312,
11,
12429,
46265,
22046,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
5550,
47,
38827,
11617,
1377,
3387,
779,
12308,
39709,
7824,
2427,
13,
198,
220,
220,
220,
220,
220,
220,
220,
8324,
5889,
262,
30437,
38279,
13,
628,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
20613,
62,
10057,
62,
312,
25,
357,
35827,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
20137,
4482,
4600,
4503,
2389,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11593,
3740,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
19746,
14,
12218,
14,
3103,
984,
82,
14,
738,
13350,
13,
19211,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
611,
62,
15699,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1114,
16915,
1673,
13382,
1630,
13,
554,
262,
350,
3843,
393,
5550,
2538,
9328,
869,
329,
257,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
11,
900,
262,
4600,
1532,
12,
23850,
63,
13639,
284,
262,
1988,
286,
262,
2123,
363,
422,
257,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2180,
17151,
393,
24582,
2882,
329,
326,
8271,
13,
383,
8271,
481,
307,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6153,
393,
13140,
691,
611,
262,
2123,
363,
345,
2148,
7466,
262,
8271,
338,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1459,
2123,
363,
1988,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
1034,
66,
62,
25927,
62,
312,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
22092,
12,
23211,
3748,
27421,
329,
262,
2581,
13,
1002,
345,
761,
284,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2800,
18650,
546,
257,
2176,
2581,
11,
3387,
2148,
262,
2581,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4522,
326,
345,
14275,
287,
428,
13639,
351,
262,
2581,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
1034,
66,
62,
1186,
563,
62,
30001,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
11241,
326,
24139,
21079,
257,
2581,
523,
340,
460,
307,
1005,
2228,
287,
1339,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
286,
257,
26827,
393,
4382,
4049,
1231,
2526,
286,
23710,
326,
976,
2223,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
757,
13,
4990,
563,
16326,
24264,
706,
1987,
2250,
11,
475,
460,
307,
12515,
515,
878,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
788,
2233,
284,
24916,
4560,
357,
1640,
1672,
11,
611,
257,
8271,
468,
587,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13140,
290,
1308,
2004,
422,
262,
1080,
11,
788,
257,
1005,
563,
286,
262,
2656,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6282,
2581,
743,
307,
8606,
737,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
26181,
1005,
563,
62,
2536,
4338,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
1005,
563,
4811,
284,
4174,
284,
428,
2176,
4905,
14,
13345,
13,
770,
481,
20957,
597,
1005,
563,
4811,
900,
379,
262,
5456,
12,
5715,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
770,
815,
307,
530,
286,
262,
10064,
1695,
287,
262,
1058,
9078,
25,
4666,
25,
63,
93,
1733,
13,
1186,
563,
63,
8265,
13,
770,
4905,
481,
407,
1005,
563,
416,
4277,
11,
2985,
460,
635,
779,
262,
11282,
1058,
9078,
25,
7890,
25,
63,
93,
1733,
13,
1186,
563,
13,
7206,
38865,
62,
2200,
40405,
62,
18601,
6158,
31212,
63,
2810,
416,
262,
26144,
284,
7139,
1005,
1678,
329,
340,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
23514,
286,
262,
4277,
1005,
563,
4811,
389,
3417,
4600,
1456,
1279,
5450,
1378,
31628,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
14,
42861,
14,
21282,
74,
62,
20709,
615,
12706,
14,
1186,
1678,
13,
6494,
29,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1675,
423,
428,
4905,
11777,
407,
1620,
597,
1005,
1678,
11,
1208,
281,
4554,
286,
1058,
9078,
25,
4871,
25,
63,
93,
1733,
13,
1186,
563,
13,
14202,
9781,
563,
13290,
4338,
44646,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
317,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
2134,
351,
1366,
286,
2099,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
81,
4906,
25,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
20688,
25,
198,
220,
220,
220,
220,
220,
220,
220,
6914,
4600,
1456,
1279,
5450,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
12,
21282,
74,
12,
1069,
12629,
14,
42861,
14,
28744,
13976,
14,
2118,
433,
62,
38200,
14094,
62,
565,
5819,
13,
9078,
13,
6494,
29,
63,
834,
284,
766,
281,
1672,
286,
703,
284,
779,
15765,
62,
38200,
14094,
62,
565,
5819,
7824,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
796,
12813,
9945,
11964,
82,
14,
90,
9945,
11964,
7390,
92,
14,
38200,
14094,
2601,
5819,
14,
4658,
14,
2118,
433,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2446,
796,
366,
32782,
1,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
2094,
470,
2453,
6439,
479,
86,
22046,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
62,
46265,
22046,
796,
685,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
1186,
563,
62,
2536,
4338,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
361,
62,
15699,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
62,
25927,
62,
312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
62,
1186,
563,
62,
30001,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2361,
198,
220,
220,
220,
220,
220,
220,
220,
3131,
62,
46265,
22046,
796,
685,
62,
2539,
329,
4808,
2539,
287,
2237,
13,
2676,
13083,
7,
46265,
22046,
8,
611,
4808,
2539,
407,
287,
2938,
62,
46265,
22046,
60,
198,
220,
220,
220,
220,
220,
220,
220,
611,
3131,
62,
46265,
22046,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
2118,
433,
62,
38200,
14094,
62,
565,
5819,
1392,
6439,
479,
86,
22046,
25,
1391,
0,
81,
92,
1911,
18982,
7,
26086,
62,
46265,
22046,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
9945,
11964,
7390,
1298,
20613,
62,
10057,
62,
312,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
628,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
6978,
62,
37266,
8,
611,
410,
318,
407,
4814,
92,
628,
220,
220,
220,
220,
220,
220,
220,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
6978,
62,
37266,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
410,
318,
6045,
393,
357,
271,
39098,
7,
85,
11,
2237,
13,
8841,
62,
19199,
8,
290,
18896,
7,
85,
13,
36311,
28955,
6624,
657,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
10786,
36301,
23884,
2314,
307,
6045,
11,
13216,
10223,
393,
6565,
4731,
4458,
18982,
7,
74,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
13635,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11299,
12,
4906,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
361,
12,
15699,
1298,
479,
86,
22046,
13,
1136,
7203,
361,
62,
15699,
1600,
4814,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
12,
25927,
12,
312,
1298,
479,
86,
22046,
13,
1136,
7203,
404,
66,
62,
25927,
62,
312,
1600,
4814,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
12,
1186,
563,
12,
30001,
1298,
479,
86,
22046,
13,
1136,
7203,
404,
66,
62,
1186,
563,
62,
30001,
1600,
4814,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
25677,
62,
37266,
8,
611,
410,
318,
407,
4814,
290,
410,
318,
407,
6045,
92,
628,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
796,
2116,
13,
8692,
62,
16366,
13,
1136,
62,
3866,
18186,
62,
1186,
563,
62,
2536,
4338,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4905,
62,
1186,
563,
62,
2536,
4338,
28,
46265,
22046,
13,
1136,
10786,
1186,
563,
62,
2536,
4338,
33809,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5456,
62,
1186,
563,
62,
2536,
4338,
28,
944,
13,
1186,
563,
62,
2536,
4338,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
611,
1005,
563,
62,
2536,
4338,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
318,
39098,
7,
1186,
563,
62,
2536,
4338,
11,
1005,
563,
13,
14202,
9781,
563,
13290,
4338,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
2860,
62,
404,
66,
62,
1186,
563,
62,
30001,
62,
361,
62,
27938,
7,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
2860,
62,
404,
66,
62,
16366,
62,
1186,
1678,
62,
25677,
7,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
13,
2860,
62,
21170,
5013,
62,
25766,
62,
47423,
7,
944,
13,
21170,
5013,
62,
25766,
62,
47423,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
1005,
563,
62,
2536,
4338,
13,
15883,
62,
1186,
14992,
62,
13345,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
28,
6978,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
28,
6978,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
8,
628,
220,
220,
220,
825,
15765,
62,
9945,
62,
10057,
7,
944,
11,
20613,
62,
10057,
62,
312,
11,
15765,
62,
9945,
62,
10057,
62,
36604,
11,
12429,
46265,
22046,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
8324,
5889,
262,
7368,
20137,
4482,
13,
628,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
20613,
62,
10057,
62,
312,
25,
357,
35827,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
20137,
4482,
4600,
4503,
2389,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11593,
3740,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
19746,
14,
12218,
14,
3103,
984,
82,
14,
738,
13350,
13,
19211,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
267,
979,
13,
28744,
13976,
13,
27530,
13,
19452,
433,
43832,
11964,
24259,
15765,
62,
9945,
62,
10057,
62,
36604,
25,
357,
35827,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
32233,
10007,
329,
262,
2245,
6903,
286,
262,
15765,
2223,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
611,
62,
15699,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1114,
16915,
1673,
13382,
1630,
13,
554,
262,
350,
3843,
393,
5550,
2538,
9328,
869,
329,
257,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
11,
900,
262,
4600,
1532,
12,
23850,
63,
13639,
284,
262,
1988,
286,
262,
2123,
363,
422,
257,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2180,
17151,
393,
24582,
2882,
329,
326,
8271,
13,
383,
8271,
481,
307,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6153,
393,
13140,
691,
611,
262,
2123,
363,
345,
2148,
7466,
262,
8271,
338,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1459,
2123,
363,
1988,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
1034,
66,
62,
25927,
62,
312,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
22092,
12,
23211,
3748,
27421,
329,
262,
2581,
13,
1002,
345,
761,
284,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2800,
18650,
546,
257,
2176,
2581,
11,
3387,
2148,
262,
2581,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4522,
326,
345,
14275,
287,
428,
13639,
351,
262,
2581,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
1034,
66,
62,
1186,
563,
62,
30001,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
11241,
326,
24139,
21079,
257,
2581,
523,
340,
460,
307,
1005,
2228,
287,
1339,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
286,
257,
26827,
393,
4382,
4049,
1231,
2526,
286,
23710,
326,
976,
2223,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
757,
13,
4990,
563,
16326,
24264,
706,
1987,
2250,
11,
475,
460,
307,
12515,
515,
878,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
788,
2233,
284,
24916,
4560,
357,
1640,
1672,
11,
611,
257,
8271,
468,
587,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13140,
290,
1308,
2004,
422,
262,
1080,
11,
788,
257,
1005,
563,
286,
262,
2656,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6282,
2581,
743,
307,
8606,
737,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
26181,
1005,
563,
62,
2536,
4338,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
1005,
563,
4811,
284,
4174,
284,
428,
2176,
4905,
14,
13345,
13,
770,
481,
20957,
597,
1005,
563,
4811,
900,
379,
262,
5456,
12,
5715,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
770,
815,
307,
530,
286,
262,
10064,
1695,
287,
262,
1058,
9078,
25,
4666,
25,
63,
93,
1733,
13,
1186,
563,
63,
8265,
13,
770,
4905,
481,
407,
1005,
563,
416,
4277,
11,
2985,
460,
635,
779,
262,
11282,
1058,
9078,
25,
7890,
25,
63,
93,
1733,
13,
1186,
563,
13,
7206,
38865,
62,
2200,
40405,
62,
18601,
6158,
31212,
63,
2810,
416,
262,
26144,
284,
7139,
1005,
1678,
329,
340,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
23514,
286,
262,
4277,
1005,
563,
4811,
389,
3417,
4600,
1456,
1279,
5450,
1378,
31628,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
14,
42861,
14,
21282,
74,
62,
20709,
615,
12706,
14,
1186,
1678,
13,
6494,
29,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1675,
423,
428,
4905,
11777,
407,
1620,
597,
1005,
1678,
11,
1208,
281,
4554,
286,
1058,
9078,
25,
4871,
25,
63,
93,
1733,
13,
1186,
563,
13,
14202,
9781,
563,
13290,
4338,
44646,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
317,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
2134,
351,
1366,
286,
2099,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
81,
4906,
25,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
20688,
25,
198,
220,
220,
220,
220,
220,
220,
220,
6914,
4600,
1456,
1279,
5450,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
12,
21282,
74,
12,
1069,
12629,
14,
42861,
14,
28744,
13976,
14,
2118,
433,
62,
9945,
62,
10057,
13,
9078,
13,
6494,
29,
63,
834,
284,
766,
281,
1672,
286,
703,
284,
779,
15765,
62,
9945,
62,
10057,
7824,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
796,
12813,
9945,
11964,
82,
14,
90,
9945,
11964,
7390,
92,
14,
4658,
14,
2118,
433,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2446,
796,
366,
32782,
1,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
2094,
470,
2453,
6439,
479,
86,
22046,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
62,
46265,
22046,
796,
685,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
1186,
563,
62,
2536,
4338,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
361,
62,
15699,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
62,
25927,
62,
312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
62,
1186,
563,
62,
30001,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2361,
198,
220,
220,
220,
220,
220,
220,
220,
3131,
62,
46265,
22046,
796,
685,
62,
2539,
329,
4808,
2539,
287,
2237,
13,
2676,
13083,
7,
46265,
22046,
8,
611,
4808,
2539,
407,
287,
2938,
62,
46265,
22046,
60,
198,
220,
220,
220,
220,
220,
220,
220,
611,
3131,
62,
46265,
22046,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
2118,
433,
62,
9945,
62,
10057,
1392,
6439,
479,
86,
22046,
25,
1391,
0,
81,
92,
1911,
18982,
7,
26086,
62,
46265,
22046,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
9945,
11964,
7390,
1298,
20613,
62,
10057,
62,
312,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
628,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
6978,
62,
37266,
8,
611,
410,
318,
407,
4814,
92,
628,
220,
220,
220,
220,
220,
220,
220,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
6978,
62,
37266,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
410,
318,
6045,
393,
357,
271,
39098,
7,
85,
11,
2237,
13,
8841,
62,
19199,
8,
290,
18896,
7,
85,
13,
36311,
28955,
6624,
657,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
10786,
36301,
23884,
2314,
307,
6045,
11,
13216,
10223,
393,
6565,
4731,
4458,
18982,
7,
74,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
13635,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11299,
12,
4906,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
361,
12,
15699,
1298,
479,
86,
22046,
13,
1136,
7203,
361,
62,
15699,
1600,
4814,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
12,
25927,
12,
312,
1298,
479,
86,
22046,
13,
1136,
7203,
404,
66,
62,
25927,
62,
312,
1600,
4814,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
12,
1186,
563,
12,
30001,
1298,
479,
86,
22046,
13,
1136,
7203,
404,
66,
62,
1186,
563,
62,
30001,
1600,
4814,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
25677,
62,
37266,
8,
611,
410,
318,
407,
4814,
290,
410,
318,
407,
6045,
92,
628,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
796,
2116,
13,
8692,
62,
16366,
13,
1136,
62,
3866,
18186,
62,
1186,
563,
62,
2536,
4338,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4905,
62,
1186,
563,
62,
2536,
4338,
28,
46265,
22046,
13,
1136,
10786,
1186,
563,
62,
2536,
4338,
33809,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5456,
62,
1186,
563,
62,
2536,
4338,
28,
944,
13,
1186,
563,
62,
2536,
4338,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
611,
1005,
563,
62,
2536,
4338,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
318,
39098,
7,
1186,
563,
62,
2536,
4338,
11,
1005,
563,
13,
14202,
9781,
563,
13290,
4338,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
2860,
62,
404,
66,
62,
1186,
563,
62,
30001,
62,
361,
62,
27938,
7,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
2860,
62,
404,
66,
62,
16366,
62,
1186,
1678,
62,
25677,
7,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
13,
2860,
62,
21170,
5013,
62,
25766,
62,
47423,
7,
944,
13,
21170,
5013,
62,
25766,
62,
47423,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
1005,
563,
62,
2536,
4338,
13,
15883,
62,
1186,
14992,
62,
13345,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
28,
6978,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1767,
28,
2118,
433,
62,
9945,
62,
10057,
62,
36604,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
28,
6978,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1767,
28,
2118,
433,
62,
9945,
62,
10057,
62,
36604,
8,
628,
220,
220,
220,
825,
15765,
62,
25080,
62,
19204,
62,
565,
5819,
7,
944,
11,
20613,
62,
10057,
62,
312,
11,
12429,
46265,
22046,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
8324,
5889,
262,
12308,
39709,
13946,
13,
628,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
20613,
62,
10057,
62,
312,
25,
357,
35827,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
20137,
4482,
4600,
4503,
2389,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11593,
3740,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
19746,
14,
12218,
14,
3103,
984,
82,
14,
738,
13350,
13,
19211,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
611,
62,
15699,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1114,
16915,
1673,
13382,
1630,
13,
554,
262,
350,
3843,
393,
5550,
2538,
9328,
869,
329,
257,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
11,
900,
262,
4600,
1532,
12,
23850,
63,
13639,
284,
262,
1988,
286,
262,
2123,
363,
422,
257,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2180,
17151,
393,
24582,
2882,
329,
326,
8271,
13,
383,
8271,
481,
307,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6153,
393,
13140,
691,
611,
262,
2123,
363,
345,
2148,
7466,
262,
8271,
338,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1459,
2123,
363,
1988,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
1034,
66,
62,
25927,
62,
312,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
22092,
12,
23211,
3748,
27421,
329,
262,
2581,
13,
1002,
345,
761,
284,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2800,
18650,
546,
257,
2176,
2581,
11,
3387,
2148,
262,
2581,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4522,
326,
345,
14275,
287,
428,
13639,
351,
262,
2581,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
1034,
66,
62,
1186,
563,
62,
30001,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
11241,
326,
24139,
21079,
257,
2581,
523,
340,
460,
307,
1005,
2228,
287,
1339,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
286,
257,
26827,
393,
4382,
4049,
1231,
2526,
286,
23710,
326,
976,
2223,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
757,
13,
4990,
563,
16326,
24264,
706,
1987,
2250,
11,
475,
460,
307,
12515,
515,
878,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
788,
2233,
284,
24916,
4560,
357,
1640,
1672,
11,
611,
257,
8271,
468,
587,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13140,
290,
1308,
2004,
422,
262,
1080,
11,
788,
257,
1005,
563,
286,
262,
2656,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6282,
2581,
743,
307,
8606,
737,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
26181,
1005,
563,
62,
2536,
4338,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
1005,
563,
4811,
284,
4174,
284,
428,
2176,
4905,
14,
13345,
13,
770,
481,
20957,
597,
1005,
563,
4811,
900,
379,
262,
5456,
12,
5715,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
770,
815,
307,
530,
286,
262,
10064,
1695,
287,
262,
1058,
9078,
25,
4666,
25,
63,
93,
1733,
13,
1186,
563,
63,
8265,
13,
770,
4905,
481,
407,
1005,
563,
416,
4277,
11,
2985,
460,
635,
779,
262,
11282,
1058,
9078,
25,
7890,
25,
63,
93,
1733,
13,
1186,
563,
13,
7206,
38865,
62,
2200,
40405,
62,
18601,
6158,
31212,
63,
2810,
416,
262,
26144,
284,
7139,
1005,
1678,
329,
340,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
23514,
286,
262,
4277,
1005,
563,
4811,
389,
3417,
4600,
1456,
1279,
5450,
1378,
31628,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
14,
42861,
14,
21282,
74,
62,
20709,
615,
12706,
14,
1186,
1678,
13,
6494,
29,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1675,
423,
428,
4905,
11777,
407,
1620,
597,
1005,
1678,
11,
1208,
281,
4554,
286,
1058,
9078,
25,
4871,
25,
63,
93,
1733,
13,
1186,
563,
13,
14202,
9781,
563,
13290,
4338,
44646,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
317,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
2134,
351,
1366,
286,
2099,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
81,
4906,
25,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
20688,
25,
198,
220,
220,
220,
220,
220,
220,
220,
6914,
4600,
1456,
1279,
5450,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
12,
21282,
74,
12,
1069,
12629,
14,
42861,
14,
28744,
13976,
14,
2118,
433,
62,
25080,
62,
19204,
62,
565,
5819,
13,
9078,
13,
6494,
29,
63,
834,
284,
766,
281,
1672,
286,
703,
284,
779,
15765,
62,
25080,
62,
19204,
62,
565,
5819,
7824,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
796,
12813,
9945,
11964,
82,
14,
90,
9945,
11964,
7390,
92,
14,
25080,
39709,
2601,
5819,
14,
4658,
14,
2118,
433,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2446,
796,
366,
32782,
1,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
2094,
470,
2453,
6439,
479,
86,
22046,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
62,
46265,
22046,
796,
685,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
1186,
563,
62,
2536,
4338,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
361,
62,
15699,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
62,
25927,
62,
312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
62,
1186,
563,
62,
30001,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2361,
198,
220,
220,
220,
220,
220,
220,
220,
3131,
62,
46265,
22046,
796,
685,
62,
2539,
329,
4808,
2539,
287,
2237,
13,
2676,
13083,
7,
46265,
22046,
8,
611,
4808,
2539,
407,
287,
2938,
62,
46265,
22046,
60,
198,
220,
220,
220,
220,
220,
220,
220,
611,
3131,
62,
46265,
22046,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
2118,
433,
62,
25080,
62,
19204,
62,
565,
5819,
1392,
6439,
479,
86,
22046,
25,
1391,
0,
81,
92,
1911,
18982,
7,
26086,
62,
46265,
22046,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
9945,
11964,
7390,
1298,
20613,
62,
10057,
62,
312,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
628,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
6978,
62,
37266,
8,
611,
410,
318,
407,
4814,
92,
628,
220,
220,
220,
220,
220,
220,
220,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
6978,
62,
37266,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
410,
318,
6045,
393,
357,
271,
39098,
7,
85,
11,
2237,
13,
8841,
62,
19199,
8,
290,
18896,
7,
85,
13,
36311,
28955,
6624,
657,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
10786,
36301,
23884,
2314,
307,
6045,
11,
13216,
10223,
393,
6565,
4731,
4458,
18982,
7,
74,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
13635,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11299,
12,
4906,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
361,
12,
15699,
1298,
479,
86,
22046,
13,
1136,
7203,
361,
62,
15699,
1600,
4814,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
12,
25927,
12,
312,
1298,
479,
86,
22046,
13,
1136,
7203,
404,
66,
62,
25927,
62,
312,
1600,
4814,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
12,
1186,
563,
12,
30001,
1298,
479,
86,
22046,
13,
1136,
7203,
404,
66,
62,
1186,
563,
62,
30001,
1600,
4814,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
25677,
62,
37266,
8,
611,
410,
318,
407,
4814,
290,
410,
318,
407,
6045,
92,
628,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
796,
2116,
13,
8692,
62,
16366,
13,
1136,
62,
3866,
18186,
62,
1186,
563,
62,
2536,
4338,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4905,
62,
1186,
563,
62,
2536,
4338,
28,
46265,
22046,
13,
1136,
10786,
1186,
563,
62,
2536,
4338,
33809,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5456,
62,
1186,
563,
62,
2536,
4338,
28,
944,
13,
1186,
563,
62,
2536,
4338,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
611,
1005,
563,
62,
2536,
4338,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
318,
39098,
7,
1186,
563,
62,
2536,
4338,
11,
1005,
563,
13,
14202,
9781,
563,
13290,
4338,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
2860,
62,
404,
66,
62,
1186,
563,
62,
30001,
62,
361,
62,
27938,
7,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
2860,
62,
404,
66,
62,
16366,
62,
1186,
1678,
62,
25677,
7,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
13,
2860,
62,
21170,
5013,
62,
25766,
62,
47423,
7,
944,
13,
21170,
5013,
62,
25766,
62,
47423,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
1005,
563,
62,
2536,
4338,
13,
15883,
62,
1186,
14992,
62,
13345,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
28,
6978,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
28,
6978,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
8,
628,
220,
220,
220,
825,
923,
62,
38200,
14094,
62,
565,
5819,
7,
944,
11,
20613,
62,
10057,
62,
312,
11,
12429,
46265,
22046,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
5550,
47,
38827,
11617,
1377,
3387,
779,
12308,
39709,
7824,
2427,
13,
198,
220,
220,
220,
220,
220,
220,
220,
50181,
262,
30437,
38279,
13,
628,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
20613,
62,
10057,
62,
312,
25,
357,
35827,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
20137,
4482,
4600,
4503,
2389,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11593,
3740,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
19746,
14,
12218,
14,
3103,
984,
82,
14,
738,
13350,
13,
19211,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
611,
62,
15699,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1114,
16915,
1673,
13382,
1630,
13,
554,
262,
350,
3843,
393,
5550,
2538,
9328,
869,
329,
257,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
11,
900,
262,
4600,
1532,
12,
23850,
63,
13639,
284,
262,
1988,
286,
262,
2123,
363,
422,
257,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2180,
17151,
393,
24582,
2882,
329,
326,
8271,
13,
383,
8271,
481,
307,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6153,
393,
13140,
691,
611,
262,
2123,
363,
345,
2148,
7466,
262,
8271,
338,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1459,
2123,
363,
1988,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
1034,
66,
62,
25927,
62,
312,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
22092,
12,
23211,
3748,
27421,
329,
262,
2581,
13,
1002,
345,
761,
284,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2800,
18650,
546,
257,
2176,
2581,
11,
3387,
2148,
262,
2581,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4522,
326,
345,
14275,
287,
428,
13639,
351,
262,
2581,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
1034,
66,
62,
1186,
563,
62,
30001,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
11241,
326,
24139,
21079,
257,
2581,
523,
340,
460,
307,
1005,
2228,
287,
1339,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
286,
257,
26827,
393,
4382,
4049,
1231,
2526,
286,
23710,
326,
976,
2223,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
757,
13,
4990,
563,
16326,
24264,
706,
1987,
2250,
11,
475,
460,
307,
12515,
515,
878,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
788,
2233,
284,
24916,
4560,
357,
1640,
1672,
11,
611,
257,
8271,
468,
587,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13140,
290,
1308,
2004,
422,
262,
1080,
11,
788,
257,
1005,
563,
286,
262,
2656,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6282,
2581,
743,
307,
8606,
737,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
26181,
1005,
563,
62,
2536,
4338,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
1005,
563,
4811,
284,
4174,
284,
428,
2176,
4905,
14,
13345,
13,
770,
481,
20957,
597,
1005,
563,
4811,
900,
379,
262,
5456,
12,
5715,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
770,
815,
307,
530,
286,
262,
10064,
1695,
287,
262,
1058,
9078,
25,
4666,
25,
63,
93,
1733,
13,
1186,
563,
63,
8265,
13,
770,
4905,
481,
407,
1005,
563,
416,
4277,
11,
2985,
460,
635,
779,
262,
11282,
1058,
9078,
25,
7890,
25,
63,
93,
1733,
13,
1186,
563,
13,
7206,
38865,
62,
2200,
40405,
62,
18601,
6158,
31212,
63,
2810,
416,
262,
26144,
284,
7139,
1005,
1678,
329,
340,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
23514,
286,
262,
4277,
1005,
563,
4811,
389,
3417,
4600,
1456,
1279,
5450,
1378,
31628,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
14,
42861,
14,
21282,
74,
62,
20709,
615,
12706,
14,
1186,
1678,
13,
6494,
29,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1675,
423,
428,
4905,
11777,
407,
1620,
597,
1005,
1678,
11,
1208,
281,
4554,
286,
1058,
9078,
25,
4871,
25,
63,
93,
1733,
13,
1186,
563,
13,
14202,
9781,
563,
13290,
4338,
44646,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
317,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
2134,
351,
1366,
286,
2099,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
81,
4906,
25,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
20688,
25,
198,
220,
220,
220,
220,
220,
220,
220,
6914,
4600,
1456,
1279,
5450,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
12,
21282,
74,
12,
1069,
12629,
14,
42861,
14,
28744,
13976,
14,
9688,
62,
38200,
14094,
62,
565,
5819,
13,
9078,
13,
6494,
29,
63,
834,
284,
766,
281,
1672,
286,
703,
284,
779,
923,
62,
38200,
14094,
62,
565,
5819,
7824,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
796,
12813,
9945,
11964,
82,
14,
90,
9945,
11964,
7390,
92,
14,
38200,
14094,
2601,
5819,
14,
4658,
14,
9688,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2446,
796,
366,
32782,
1,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
2094,
470,
2453,
6439,
479,
86,
22046,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
62,
46265,
22046,
796,
685,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
1186,
563,
62,
2536,
4338,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
361,
62,
15699,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
62,
25927,
62,
312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
62,
1186,
563,
62,
30001,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2361,
198,
220,
220,
220,
220,
220,
220,
220,
3131,
62,
46265,
22046,
796,
685,
62,
2539,
329,
4808,
2539,
287,
2237,
13,
2676,
13083,
7,
46265,
22046,
8,
611,
4808,
2539,
407,
287,
2938,
62,
46265,
22046,
60,
198,
220,
220,
220,
220,
220,
220,
220,
611,
3131,
62,
46265,
22046,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
9688,
62,
38200,
14094,
62,
565,
5819,
1392,
6439,
479,
86,
22046,
25,
1391,
0,
81,
92,
1911,
18982,
7,
26086,
62,
46265,
22046,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
9945,
11964,
7390,
1298,
20613,
62,
10057,
62,
312,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
628,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
6978,
62,
37266,
8,
611,
410,
318,
407,
4814,
92,
628,
220,
220,
220,
220,
220,
220,
220,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
6978,
62,
37266,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
410,
318,
6045,
393,
357,
271,
39098,
7,
85,
11,
2237,
13,
8841,
62,
19199,
8,
290,
18896,
7,
85,
13,
36311,
28955,
6624,
657,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
10786,
36301,
23884,
2314,
307,
6045,
11,
13216,
10223,
393,
6565,
4731,
4458,
18982,
7,
74,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
13635,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11299,
12,
4906,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
361,
12,
15699,
1298,
479,
86,
22046,
13,
1136,
7203,
361,
62,
15699,
1600,
4814,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
12,
25927,
12,
312,
1298,
479,
86,
22046,
13,
1136,
7203,
404,
66,
62,
25927,
62,
312,
1600,
4814,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
12,
1186,
563,
12,
30001,
1298,
479,
86,
22046,
13,
1136,
7203,
404,
66,
62,
1186,
563,
62,
30001,
1600,
4814,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
25677,
62,
37266,
8,
611,
410,
318,
407,
4814,
290,
410,
318,
407,
6045,
92,
628,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
796,
2116,
13,
8692,
62,
16366,
13,
1136,
62,
3866,
18186,
62,
1186,
563,
62,
2536,
4338,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4905,
62,
1186,
563,
62,
2536,
4338,
28,
46265,
22046,
13,
1136,
10786,
1186,
563,
62,
2536,
4338,
33809,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5456,
62,
1186,
563,
62,
2536,
4338,
28,
944,
13,
1186,
563,
62,
2536,
4338,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
611,
1005,
563,
62,
2536,
4338,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
318,
39098,
7,
1186,
563,
62,
2536,
4338,
11,
1005,
563,
13,
14202,
9781,
563,
13290,
4338,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
2860,
62,
404,
66,
62,
1186,
563,
62,
30001,
62,
361,
62,
27938,
7,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
2860,
62,
404,
66,
62,
16366,
62,
1186,
1678,
62,
25677,
7,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
13,
2860,
62,
21170,
5013,
62,
25766,
62,
47423,
7,
944,
13,
21170,
5013,
62,
25766,
62,
47423,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
1005,
563,
62,
2536,
4338,
13,
15883,
62,
1186,
14992,
62,
13345,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
28,
6978,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
28,
6978,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
8,
628,
220,
220,
220,
825,
923,
62,
9945,
62,
10057,
7,
944,
11,
20613,
62,
10057,
62,
312,
11,
12429,
46265,
22046,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
7253,
262,
7368,
20137,
4482,
13,
628,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
20613,
62,
10057,
62,
312,
25,
357,
35827,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
20137,
4482,
4600,
4503,
2389,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11593,
3740,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
19746,
14,
12218,
14,
3103,
984,
82,
14,
738,
13350,
13,
19211,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
611,
62,
15699,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1114,
16915,
1673,
13382,
1630,
13,
554,
262,
350,
3843,
393,
5550,
2538,
9328,
869,
329,
257,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
11,
900,
262,
4600,
1532,
12,
23850,
63,
13639,
284,
262,
1988,
286,
262,
2123,
363,
422,
257,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2180,
17151,
393,
24582,
2882,
329,
326,
8271,
13,
383,
8271,
481,
307,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6153,
393,
13140,
691,
611,
262,
2123,
363,
345,
2148,
7466,
262,
8271,
338,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1459,
2123,
363,
1988,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
1034,
66,
62,
25927,
62,
312,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
22092,
12,
23211,
3748,
27421,
329,
262,
2581,
13,
1002,
345,
761,
284,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2800,
18650,
546,
257,
2176,
2581,
11,
3387,
2148,
262,
2581,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4522,
326,
345,
14275,
287,
428,
13639,
351,
262,
2581,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
1034,
66,
62,
1186,
563,
62,
30001,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
11241,
326,
24139,
21079,
257,
2581,
523,
340,
460,
307,
1005,
2228,
287,
1339,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
286,
257,
26827,
393,
4382,
4049,
1231,
2526,
286,
23710,
326,
976,
2223,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
757,
13,
4990,
563,
16326,
24264,
706,
1987,
2250,
11,
475,
460,
307,
12515,
515,
878,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
788,
2233,
284,
24916,
4560,
357,
1640,
1672,
11,
611,
257,
8271,
468,
587,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13140,
290,
1308,
2004,
422,
262,
1080,
11,
788,
257,
1005,
563,
286,
262,
2656,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6282,
2581,
743,
307,
8606,
737,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
26181,
1005,
563,
62,
2536,
4338,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
1005,
563,
4811,
284,
4174,
284,
428,
2176,
4905,
14,
13345,
13,
770,
481,
20957,
597,
1005,
563,
4811,
900,
379,
262,
5456,
12,
5715,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
770,
815,
307,
530,
286,
262,
10064,
1695,
287,
262,
1058,
9078,
25,
4666,
25,
63,
93,
1733,
13,
1186,
563,
63,
8265,
13,
770,
4905,
481,
407,
1005,
563,
416,
4277,
11,
2985,
460,
635,
779,
262,
11282,
1058,
9078,
25,
7890,
25,
63,
93,
1733,
13,
1186,
563,
13,
7206,
38865,
62,
2200,
40405,
62,
18601,
6158,
31212,
63,
2810,
416,
262,
26144,
284,
7139,
1005,
1678,
329,
340,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
23514,
286,
262,
4277,
1005,
563,
4811,
389,
3417,
4600,
1456,
1279,
5450,
1378,
31628,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
14,
42861,
14,
21282,
74,
62,
20709,
615,
12706,
14,
1186,
1678,
13,
6494,
29,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1675,
423,
428,
4905,
11777,
407,
1620,
597,
1005,
1678,
11,
1208,
281,
4554,
286,
1058,
9078,
25,
4871,
25,
63,
93,
1733,
13,
1186,
563,
13,
14202,
9781,
563,
13290,
4338,
44646,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
317,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
2134,
351,
1366,
286,
2099,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
81,
4906,
25,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
20688,
25,
198,
220,
220,
220,
220,
220,
220,
220,
6914,
4600,
1456,
1279,
5450,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
12,
21282,
74,
12,
1069,
12629,
14,
42861,
14,
28744,
13976,
14,
9688,
62,
9945,
62,
10057,
13,
9078,
13,
6494,
29,
63,
834,
284,
766,
281,
1672,
286,
703,
284,
779,
923,
62,
9945,
62,
10057,
7824,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
796,
12813,
9945,
11964,
82,
14,
90,
9945,
11964,
7390,
92,
14,
4658,
14,
9688,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2446,
796,
366,
32782,
1,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
2094,
470,
2453,
6439,
479,
86,
22046,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
62,
46265,
22046,
796,
685,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
1186,
563,
62,
2536,
4338,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
361,
62,
15699,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
62,
25927,
62,
312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
62,
1186,
563,
62,
30001,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2361,
198,
220,
220,
220,
220,
220,
220,
220,
3131,
62,
46265,
22046,
796,
685,
62,
2539,
329,
4808,
2539,
287,
2237,
13,
2676,
13083,
7,
46265,
22046,
8,
611,
4808,
2539,
407,
287,
2938,
62,
46265,
22046,
60,
198,
220,
220,
220,
220,
220,
220,
220,
611,
3131,
62,
46265,
22046,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
9688,
62,
9945,
62,
10057,
1392,
6439,
479,
86,
22046,
25,
1391,
0,
81,
92,
1911,
18982,
7,
26086,
62,
46265,
22046,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
9945,
11964,
7390,
1298,
20613,
62,
10057,
62,
312,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
628,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
6978,
62,
37266,
8,
611,
410,
318,
407,
4814,
92,
628,
220,
220,
220,
220,
220,
220,
220,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
6978,
62,
37266,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
410,
318,
6045,
393,
357,
271,
39098,
7,
85,
11,
2237,
13,
8841,
62,
19199,
8,
290,
18896,
7,
85,
13,
36311,
28955,
6624,
657,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
10786,
36301,
23884,
2314,
307,
6045,
11,
13216,
10223,
393,
6565,
4731,
4458,
18982,
7,
74,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
13635,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11299,
12,
4906,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
361,
12,
15699,
1298,
479,
86,
22046,
13,
1136,
7203,
361,
62,
15699,
1600,
4814,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
12,
25927,
12,
312,
1298,
479,
86,
22046,
13,
1136,
7203,
404,
66,
62,
25927,
62,
312,
1600,
4814,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
12,
1186,
563,
12,
30001,
1298,
479,
86,
22046,
13,
1136,
7203,
404,
66,
62,
1186,
563,
62,
30001,
1600,
4814,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
25677,
62,
37266,
8,
611,
410,
318,
407,
4814,
290,
410,
318,
407,
6045,
92,
628,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
796,
2116,
13,
8692,
62,
16366,
13,
1136,
62,
3866,
18186,
62,
1186,
563,
62,
2536,
4338,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4905,
62,
1186,
563,
62,
2536,
4338,
28,
46265,
22046,
13,
1136,
10786,
1186,
563,
62,
2536,
4338,
33809,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5456,
62,
1186,
563,
62,
2536,
4338,
28,
944,
13,
1186,
563,
62,
2536,
4338,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
611,
1005,
563,
62,
2536,
4338,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
318,
39098,
7,
1186,
563,
62,
2536,
4338,
11,
1005,
563,
13,
14202,
9781,
563,
13290,
4338,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
2860,
62,
404,
66,
62,
1186,
563,
62,
30001,
62,
361,
62,
27938,
7,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
2860,
62,
404,
66,
62,
16366,
62,
1186,
1678,
62,
25677,
7,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
13,
2860,
62,
21170,
5013,
62,
25766,
62,
47423,
7,
944,
13,
21170,
5013,
62,
25766,
62,
47423,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
1005,
563,
62,
2536,
4338,
13,
15883,
62,
1186,
14992,
62,
13345,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
28,
6978,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
28,
6978,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
8,
628,
220,
220,
220,
825,
923,
62,
25080,
62,
19204,
62,
565,
5819,
7,
944,
11,
20613,
62,
10057,
62,
312,
11,
12429,
46265,
22046,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
50181,
262,
12308,
39709,
13946,
13,
628,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
20613,
62,
10057,
62,
312,
25,
357,
35827,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
20137,
4482,
4600,
4503,
2389,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11593,
3740,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
19746,
14,
12218,
14,
3103,
984,
82,
14,
738,
13350,
13,
19211,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
611,
62,
15699,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1114,
16915,
1673,
13382,
1630,
13,
554,
262,
350,
3843,
393,
5550,
2538,
9328,
869,
329,
257,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
11,
900,
262,
4600,
1532,
12,
23850,
63,
13639,
284,
262,
1988,
286,
262,
2123,
363,
422,
257,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2180,
17151,
393,
24582,
2882,
329,
326,
8271,
13,
383,
8271,
481,
307,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6153,
393,
13140,
691,
611,
262,
2123,
363,
345,
2148,
7466,
262,
8271,
338,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1459,
2123,
363,
1988,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
1034,
66,
62,
25927,
62,
312,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
22092,
12,
23211,
3748,
27421,
329,
262,
2581,
13,
1002,
345,
761,
284,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2800,
18650,
546,
257,
2176,
2581,
11,
3387,
2148,
262,
2581,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4522,
326,
345,
14275,
287,
428,
13639,
351,
262,
2581,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
1034,
66,
62,
1186,
563,
62,
30001,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
11241,
326,
24139,
21079,
257,
2581,
523,
340,
460,
307,
1005,
2228,
287,
1339,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
286,
257,
26827,
393,
4382,
4049,
1231,
2526,
286,
23710,
326,
976,
2223,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
757,
13,
4990,
563,
16326,
24264,
706,
1987,
2250,
11,
475,
460,
307,
12515,
515,
878,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
788,
2233,
284,
24916,
4560,
357,
1640,
1672,
11,
611,
257,
8271,
468,
587,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13140,
290,
1308,
2004,
422,
262,
1080,
11,
788,
257,
1005,
563,
286,
262,
2656,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6282,
2581,
743,
307,
8606,
737,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
26181,
1005,
563,
62,
2536,
4338,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
1005,
563,
4811,
284,
4174,
284,
428,
2176,
4905,
14,
13345,
13,
770,
481,
20957,
597,
1005,
563,
4811,
900,
379,
262,
5456,
12,
5715,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
770,
815,
307,
530,
286,
262,
10064,
1695,
287,
262,
1058,
9078,
25,
4666,
25,
63,
93,
1733,
13,
1186,
563,
63,
8265,
13,
770,
4905,
481,
407,
1005,
563,
416,
4277,
11,
2985,
460,
635,
779,
262,
11282,
1058,
9078,
25,
7890,
25,
63,
93,
1733,
13,
1186,
563,
13,
7206,
38865,
62,
2200,
40405,
62,
18601,
6158,
31212,
63,
2810,
416,
262,
26144,
284,
7139,
1005,
1678,
329,
340,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
23514,
286,
262,
4277,
1005,
563,
4811,
389,
3417,
4600,
1456,
1279,
5450,
1378,
31628,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
14,
42861,
14,
21282,
74,
62,
20709,
615,
12706,
14,
1186,
1678,
13,
6494,
29,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1675,
423,
428,
4905,
11777,
407,
1620,
597,
1005,
1678,
11,
1208,
281,
4554,
286,
1058,
9078,
25,
4871,
25,
63,
93,
1733,
13,
1186,
563,
13,
14202,
9781,
563,
13290,
4338,
44646,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
317,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
2134,
351,
1366,
286,
2099,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
81,
4906,
25,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
20688,
25,
198,
220,
220,
220,
220,
220,
220,
220,
6914,
4600,
1456,
1279,
5450,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
12,
21282,
74,
12,
1069,
12629,
14,
42861,
14,
28744,
13976,
14,
9688,
62,
25080,
62,
19204,
62,
565,
5819,
13,
9078,
13,
6494,
29,
63,
834,
284,
766,
281,
1672,
286,
703,
284,
779,
923,
62,
25080,
62,
19204,
62,
565,
5819,
7824,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
796,
12813,
9945,
11964,
82,
14,
90,
9945,
11964,
7390,
92,
14,
25080,
39709,
2601,
5819,
14,
4658,
14,
9688,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2446,
796,
366,
32782,
1,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
2094,
470,
2453,
6439,
479,
86,
22046,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
62,
46265,
22046,
796,
685,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
1186,
563,
62,
2536,
4338,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
361,
62,
15699,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
62,
25927,
62,
312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
62,
1186,
563,
62,
30001,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2361,
198,
220,
220,
220,
220,
220,
220,
220,
3131,
62,
46265,
22046,
796,
685,
62,
2539,
329,
4808,
2539,
287,
2237,
13,
2676,
13083,
7,
46265,
22046,
8,
611,
4808,
2539,
407,
287,
2938,
62,
46265,
22046,
60,
198,
220,
220,
220,
220,
220,
220,
220,
611,
3131,
62,
46265,
22046,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
9688,
62,
25080,
62,
19204,
62,
565,
5819,
1392,
6439,
479,
86,
22046,
25,
1391,
0,
81,
92,
1911,
18982,
7,
26086,
62,
46265,
22046,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
9945,
11964,
7390,
1298,
20613,
62,
10057,
62,
312,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
628,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
6978,
62,
37266,
8,
611,
410,
318,
407,
4814,
92,
628,
220,
220,
220,
220,
220,
220,
220,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
6978,
62,
37266,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
410,
318,
6045,
393,
357,
271,
39098,
7,
85,
11,
2237,
13,
8841,
62,
19199,
8,
290,
18896,
7,
85,
13,
36311,
28955,
6624,
657,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
10786,
36301,
23884,
2314,
307,
6045,
11,
13216,
10223,
393,
6565,
4731,
4458,
18982,
7,
74,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
13635,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11299,
12,
4906,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
361,
12,
15699,
1298,
479,
86,
22046,
13,
1136,
7203,
361,
62,
15699,
1600,
4814,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
12,
25927,
12,
312,
1298,
479,
86,
22046,
13,
1136,
7203,
404,
66,
62,
25927,
62,
312,
1600,
4814,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
12,
1186,
563,
12,
30001,
1298,
479,
86,
22046,
13,
1136,
7203,
404,
66,
62,
1186,
563,
62,
30001,
1600,
4814,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
25677,
62,
37266,
8,
611,
410,
318,
407,
4814,
290,
410,
318,
407,
6045,
92,
628,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
796,
2116,
13,
8692,
62,
16366,
13,
1136,
62,
3866,
18186,
62,
1186,
563,
62,
2536,
4338,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4905,
62,
1186,
563,
62,
2536,
4338,
28,
46265,
22046,
13,
1136,
10786,
1186,
563,
62,
2536,
4338,
33809,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5456,
62,
1186,
563,
62,
2536,
4338,
28,
944,
13,
1186,
563,
62,
2536,
4338,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
611,
1005,
563,
62,
2536,
4338,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
318,
39098,
7,
1186,
563,
62,
2536,
4338,
11,
1005,
563,
13,
14202,
9781,
563,
13290,
4338,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
2860,
62,
404,
66,
62,
1186,
563,
62,
30001,
62,
361,
62,
27938,
7,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
2860,
62,
404,
66,
62,
16366,
62,
1186,
1678,
62,
25677,
7,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
13,
2860,
62,
21170,
5013,
62,
25766,
62,
47423,
7,
944,
13,
21170,
5013,
62,
25766,
62,
47423,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
1005,
563,
62,
2536,
4338,
13,
15883,
62,
1186,
14992,
62,
13345,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
28,
6978,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
28,
6978,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
8,
628,
220,
220,
220,
825,
2245,
62,
38200,
14094,
62,
565,
5819,
7,
944,
11,
20613,
62,
10057,
62,
312,
11,
12429,
46265,
22046,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
5550,
47,
38827,
11617,
1377,
3387,
779,
12308,
39709,
7824,
2427,
13,
198,
220,
220,
220,
220,
220,
220,
220,
520,
2840,
262,
30437,
38279,
13,
628,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
20613,
62,
10057,
62,
312,
25,
357,
35827,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
20137,
4482,
4600,
4503,
2389,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11593,
3740,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
19746,
14,
12218,
14,
3103,
984,
82,
14,
738,
13350,
13,
19211,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
611,
62,
15699,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1114,
16915,
1673,
13382,
1630,
13,
554,
262,
350,
3843,
393,
5550,
2538,
9328,
869,
329,
257,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
11,
900,
262,
4600,
1532,
12,
23850,
63,
13639,
284,
262,
1988,
286,
262,
2123,
363,
422,
257,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2180,
17151,
393,
24582,
2882,
329,
326,
8271,
13,
383,
8271,
481,
307,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6153,
393,
13140,
691,
611,
262,
2123,
363,
345,
2148,
7466,
262,
8271,
338,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1459,
2123,
363,
1988,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
1034,
66,
62,
25927,
62,
312,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
22092,
12,
23211,
3748,
27421,
329,
262,
2581,
13,
1002,
345,
761,
284,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2800,
18650,
546,
257,
2176,
2581,
11,
3387,
2148,
262,
2581,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4522,
326,
345,
14275,
287,
428,
13639,
351,
262,
2581,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
1034,
66,
62,
1186,
563,
62,
30001,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
11241,
326,
24139,
21079,
257,
2581,
523,
340,
460,
307,
1005,
2228,
287,
1339,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
286,
257,
26827,
393,
4382,
4049,
1231,
2526,
286,
23710,
326,
976,
2223,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
757,
13,
4990,
563,
16326,
24264,
706,
1987,
2250,
11,
475,
460,
307,
12515,
515,
878,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
788,
2233,
284,
24916,
4560,
357,
1640,
1672,
11,
611,
257,
8271,
468,
587,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13140,
290,
1308,
2004,
422,
262,
1080,
11,
788,
257,
1005,
563,
286,
262,
2656,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6282,
2581,
743,
307,
8606,
737,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
26181,
1005,
563,
62,
2536,
4338,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
1005,
563,
4811,
284,
4174,
284,
428,
2176,
4905,
14,
13345,
13,
770,
481,
20957,
597,
1005,
563,
4811,
900,
379,
262,
5456,
12,
5715,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
770,
815,
307,
530,
286,
262,
10064,
1695,
287,
262,
1058,
9078,
25,
4666,
25,
63,
93,
1733,
13,
1186,
563,
63,
8265,
13,
770,
4905,
481,
407,
1005,
563,
416,
4277,
11,
2985,
460,
635,
779,
262,
11282,
1058,
9078,
25,
7890,
25,
63,
93,
1733,
13,
1186,
563,
13,
7206,
38865,
62,
2200,
40405,
62,
18601,
6158,
31212,
63,
2810,
416,
262,
26144,
284,
7139,
1005,
1678,
329,
340,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
23514,
286,
262,
4277,
1005,
563,
4811,
389,
3417,
4600,
1456,
1279,
5450,
1378,
31628,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
14,
42861,
14,
21282,
74,
62,
20709,
615,
12706,
14,
1186,
1678,
13,
6494,
29,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1675,
423,
428,
4905,
11777,
407,
1620,
597,
1005,
1678,
11,
1208,
281,
4554,
286,
1058,
9078,
25,
4871,
25,
63,
93,
1733,
13,
1186,
563,
13,
14202,
9781,
563,
13290,
4338,
44646,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
317,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
2134,
351,
1366,
286,
2099,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
81,
4906,
25,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
20688,
25,
198,
220,
220,
220,
220,
220,
220,
220,
6914,
4600,
1456,
1279,
5450,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
12,
21282,
74,
12,
1069,
12629,
14,
42861,
14,
28744,
13976,
14,
11338,
62,
38200,
14094,
62,
565,
5819,
13,
9078,
13,
6494,
29,
63,
834,
284,
766,
281,
1672,
286,
703,
284,
779,
2245,
62,
38200,
14094,
62,
565,
5819,
7824,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
796,
12813,
9945,
11964,
82,
14,
90,
9945,
11964,
7390,
92,
14,
38200,
14094,
2601,
5819,
14,
4658,
14,
11338,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2446,
796,
366,
32782,
1,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
2094,
470,
2453,
6439,
479,
86,
22046,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
62,
46265,
22046,
796,
685,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
1186,
563,
62,
2536,
4338,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
361,
62,
15699,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
62,
25927,
62,
312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
62,
1186,
563,
62,
30001,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2361,
198,
220,
220,
220,
220,
220,
220,
220,
3131,
62,
46265,
22046,
796,
685,
62,
2539,
329,
4808,
2539,
287,
2237,
13,
2676,
13083,
7,
46265,
22046,
8,
611,
4808,
2539,
407,
287,
2938,
62,
46265,
22046,
60,
198,
220,
220,
220,
220,
220,
220,
220,
611,
3131,
62,
46265,
22046,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11338,
62,
38200,
14094,
62,
565,
5819,
1392,
6439,
479,
86,
22046,
25,
1391,
0,
81,
92,
1911,
18982,
7,
26086,
62,
46265,
22046,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
9945,
11964,
7390,
1298,
20613,
62,
10057,
62,
312,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
628,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
6978,
62,
37266,
8,
611,
410,
318,
407,
4814,
92,
628,
220,
220,
220,
220,
220,
220,
220,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
6978,
62,
37266,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
410,
318,
6045,
393,
357,
271,
39098,
7,
85,
11,
2237,
13,
8841,
62,
19199,
8,
290,
18896,
7,
85,
13,
36311,
28955,
6624,
657,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
10786,
36301,
23884,
2314,
307,
6045,
11,
13216,
10223,
393,
6565,
4731,
4458,
18982,
7,
74,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
13635,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11299,
12,
4906,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
361,
12,
15699,
1298,
479,
86,
22046,
13,
1136,
7203,
361,
62,
15699,
1600,
4814,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
12,
25927,
12,
312,
1298,
479,
86,
22046,
13,
1136,
7203,
404,
66,
62,
25927,
62,
312,
1600,
4814,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
12,
1186,
563,
12,
30001,
1298,
479,
86,
22046,
13,
1136,
7203,
404,
66,
62,
1186,
563,
62,
30001,
1600,
4814,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
25677,
62,
37266,
8,
611,
410,
318,
407,
4814,
290,
410,
318,
407,
6045,
92,
628,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
796,
2116,
13,
8692,
62,
16366,
13,
1136,
62,
3866,
18186,
62,
1186,
563,
62,
2536,
4338,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4905,
62,
1186,
563,
62,
2536,
4338,
28,
46265,
22046,
13,
1136,
10786,
1186,
563,
62,
2536,
4338,
33809,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5456,
62,
1186,
563,
62,
2536,
4338,
28,
944,
13,
1186,
563,
62,
2536,
4338,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
611,
1005,
563,
62,
2536,
4338,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
318,
39098,
7,
1186,
563,
62,
2536,
4338,
11,
1005,
563,
13,
14202,
9781,
563,
13290,
4338,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
2860,
62,
404,
66,
62,
1186,
563,
62,
30001,
62,
361,
62,
27938,
7,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
2860,
62,
404,
66,
62,
16366,
62,
1186,
1678,
62,
25677,
7,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
13,
2860,
62,
21170,
5013,
62,
25766,
62,
47423,
7,
944,
13,
21170,
5013,
62,
25766,
62,
47423,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
1005,
563,
62,
2536,
4338,
13,
15883,
62,
1186,
14992,
62,
13345,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
28,
6978,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
28,
6978,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
8,
628,
220,
220,
220,
825,
2245,
62,
9945,
62,
10057,
7,
944,
11,
20613,
62,
10057,
62,
312,
11,
2245,
62,
9945,
62,
10057,
62,
36604,
11,
12429,
46265,
22046,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
520,
2840,
262,
7368,
20137,
4482,
13,
628,
220,
220,
220,
220,
220,
220,
220,
317,
5025,
20137,
4482,
318,
407,
33094,
13,
628,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
20613,
62,
10057,
62,
312,
25,
357,
35827,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
20137,
4482,
4600,
4503,
2389,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11593,
3740,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
19746,
14,
12218,
14,
3103,
984,
82,
14,
738,
13350,
13,
19211,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
267,
979,
13,
28744,
13976,
13,
27530,
13,
19485,
43832,
11964,
24259,
2245,
62,
9945,
62,
10057,
62,
36604,
25,
357,
35827,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
32233,
10007,
329,
262,
2245,
2223,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
611,
62,
15699,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1114,
16915,
1673,
13382,
1630,
13,
554,
262,
350,
3843,
393,
5550,
2538,
9328,
869,
329,
257,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
11,
900,
262,
4600,
1532,
12,
23850,
63,
13639,
284,
262,
1988,
286,
262,
2123,
363,
422,
257,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2180,
17151,
393,
24582,
2882,
329,
326,
8271,
13,
383,
8271,
481,
307,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6153,
393,
13140,
691,
611,
262,
2123,
363,
345,
2148,
7466,
262,
8271,
338,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1459,
2123,
363,
1988,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
1034,
66,
62,
25927,
62,
312,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
22092,
12,
23211,
3748,
27421,
329,
262,
2581,
13,
1002,
345,
761,
284,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2800,
18650,
546,
257,
2176,
2581,
11,
3387,
2148,
262,
2581,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4522,
326,
345,
14275,
287,
428,
13639,
351,
262,
2581,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
1034,
66,
62,
1186,
563,
62,
30001,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
11241,
326,
24139,
21079,
257,
2581,
523,
340,
460,
307,
1005,
2228,
287,
1339,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
286,
257,
26827,
393,
4382,
4049,
1231,
2526,
286,
23710,
326,
976,
2223,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
757,
13,
4990,
563,
16326,
24264,
706,
1987,
2250,
11,
475,
460,
307,
12515,
515,
878,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
788,
2233,
284,
24916,
4560,
357,
1640,
1672,
11,
611,
257,
8271,
468,
587,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13140,
290,
1308,
2004,
422,
262,
1080,
11,
788,
257,
1005,
563,
286,
262,
2656,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6282,
2581,
743,
307,
8606,
737,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
26181,
1005,
563,
62,
2536,
4338,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
1005,
563,
4811,
284,
4174,
284,
428,
2176,
4905,
14,
13345,
13,
770,
481,
20957,
597,
1005,
563,
4811,
900,
379,
262,
5456,
12,
5715,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
770,
815,
307,
530,
286,
262,
10064,
1695,
287,
262,
1058,
9078,
25,
4666,
25,
63,
93,
1733,
13,
1186,
563,
63,
8265,
13,
770,
4905,
481,
407,
1005,
563,
416,
4277,
11,
2985,
460,
635,
779,
262,
11282,
1058,
9078,
25,
7890,
25,
63,
93,
1733,
13,
1186,
563,
13,
7206,
38865,
62,
2200,
40405,
62,
18601,
6158,
31212,
63,
2810,
416,
262,
26144,
284,
7139,
1005,
1678,
329,
340,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
23514,
286,
262,
4277,
1005,
563,
4811,
389,
3417,
4600,
1456,
1279,
5450,
1378,
31628,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
14,
42861,
14,
21282,
74,
62,
20709,
615,
12706,
14,
1186,
1678,
13,
6494,
29,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1675,
423,
428,
4905,
11777,
407,
1620,
597,
1005,
1678,
11,
1208,
281,
4554,
286,
1058,
9078,
25,
4871,
25,
63,
93,
1733,
13,
1186,
563,
13,
14202,
9781,
563,
13290,
4338,
44646,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
317,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
2134,
351,
1366,
286,
2099,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
81,
4906,
25,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
20688,
25,
198,
220,
220,
220,
220,
220,
220,
220,
6914,
4600,
1456,
1279,
5450,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
12,
21282,
74,
12,
1069,
12629,
14,
42861,
14,
28744,
13976,
14,
11338,
62,
9945,
62,
10057,
13,
9078,
13,
6494,
29,
63,
834,
284,
766,
281,
1672,
286,
703,
284,
779,
2245,
62,
9945,
62,
10057,
7824,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
796,
12813,
9945,
11964,
82,
14,
90,
9945,
11964,
7390,
92,
14,
4658,
14,
11338,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2446,
796,
366,
32782,
1,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
2094,
470,
2453,
6439,
479,
86,
22046,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
62,
46265,
22046,
796,
685,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
1186,
563,
62,
2536,
4338,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
361,
62,
15699,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
62,
25927,
62,
312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
62,
1186,
563,
62,
30001,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2361,
198,
220,
220,
220,
220,
220,
220,
220,
3131,
62,
46265,
22046,
796,
685,
62,
2539,
329,
4808,
2539,
287,
2237,
13,
2676,
13083,
7,
46265,
22046,
8,
611,
4808,
2539,
407,
287,
2938,
62,
46265,
22046,
60,
198,
220,
220,
220,
220,
220,
220,
220,
611,
3131,
62,
46265,
22046,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11338,
62,
9945,
62,
10057,
1392,
6439,
479,
86,
22046,
25,
1391,
0,
81,
92,
1911,
18982,
7,
26086,
62,
46265,
22046,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
9945,
11964,
7390,
1298,
20613,
62,
10057,
62,
312,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
628,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
6978,
62,
37266,
8,
611,
410,
318,
407,
4814,
92,
628,
220,
220,
220,
220,
220,
220,
220,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
6978,
62,
37266,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
410,
318,
6045,
393,
357,
271,
39098,
7,
85,
11,
2237,
13,
8841,
62,
19199,
8,
290,
18896,
7,
85,
13,
36311,
28955,
6624,
657,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
10786,
36301,
23884,
2314,
307,
6045,
11,
13216,
10223,
393,
6565,
4731,
4458,
18982,
7,
74,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
13635,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11299,
12,
4906,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
361,
12,
15699,
1298,
479,
86,
22046,
13,
1136,
7203,
361,
62,
15699,
1600,
4814,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
12,
25927,
12,
312,
1298,
479,
86,
22046,
13,
1136,
7203,
404,
66,
62,
25927,
62,
312,
1600,
4814,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
12,
1186,
563,
12,
30001,
1298,
479,
86,
22046,
13,
1136,
7203,
404,
66,
62,
1186,
563,
62,
30001,
1600,
4814,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
25677,
62,
37266,
8,
611,
410,
318,
407,
4814,
290,
410,
318,
407,
6045,
92,
628,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
796,
2116,
13,
8692,
62,
16366,
13,
1136,
62,
3866,
18186,
62,
1186,
563,
62,
2536,
4338,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4905,
62,
1186,
563,
62,
2536,
4338,
28,
46265,
22046,
13,
1136,
10786,
1186,
563,
62,
2536,
4338,
33809,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5456,
62,
1186,
563,
62,
2536,
4338,
28,
944,
13,
1186,
563,
62,
2536,
4338,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
611,
1005,
563,
62,
2536,
4338,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
318,
39098,
7,
1186,
563,
62,
2536,
4338,
11,
1005,
563,
13,
14202,
9781,
563,
13290,
4338,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
2860,
62,
404,
66,
62,
1186,
563,
62,
30001,
62,
361,
62,
27938,
7,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
2860,
62,
404,
66,
62,
16366,
62,
1186,
1678,
62,
25677,
7,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
13,
2860,
62,
21170,
5013,
62,
25766,
62,
47423,
7,
944,
13,
21170,
5013,
62,
25766,
62,
47423,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
1005,
563,
62,
2536,
4338,
13,
15883,
62,
1186,
14992,
62,
13345,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
28,
6978,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1767,
28,
11338,
62,
9945,
62,
10057,
62,
36604,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
28,
6978,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1767,
28,
11338,
62,
9945,
62,
10057,
62,
36604,
8,
628,
220,
220,
220,
825,
2245,
62,
25080,
62,
19204,
62,
565,
5819,
7,
944,
11,
20613,
62,
10057,
62,
312,
11,
12429,
46265,
22046,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
520,
2840,
262,
12308,
39709,
13946,
13,
628,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
20613,
62,
10057,
62,
312,
25,
357,
35827,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
20137,
4482,
4600,
4503,
2389,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11593,
3740,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
19746,
14,
12218,
14,
3103,
984,
82,
14,
738,
13350,
13,
19211,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
611,
62,
15699,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1114,
16915,
1673,
13382,
1630,
13,
554,
262,
350,
3843,
393,
5550,
2538,
9328,
869,
329,
257,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
11,
900,
262,
4600,
1532,
12,
23850,
63,
13639,
284,
262,
1988,
286,
262,
2123,
363,
422,
257,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2180,
17151,
393,
24582,
2882,
329,
326,
8271,
13,
383,
8271,
481,
307,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6153,
393,
13140,
691,
611,
262,
2123,
363,
345,
2148,
7466,
262,
8271,
338,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1459,
2123,
363,
1988,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
1034,
66,
62,
25927,
62,
312,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
22092,
12,
23211,
3748,
27421,
329,
262,
2581,
13,
1002,
345,
761,
284,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2800,
18650,
546,
257,
2176,
2581,
11,
3387,
2148,
262,
2581,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4522,
326,
345,
14275,
287,
428,
13639,
351,
262,
2581,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
1034,
66,
62,
1186,
563,
62,
30001,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
11241,
326,
24139,
21079,
257,
2581,
523,
340,
460,
307,
1005,
2228,
287,
1339,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
286,
257,
26827,
393,
4382,
4049,
1231,
2526,
286,
23710,
326,
976,
2223,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
757,
13,
4990,
563,
16326,
24264,
706,
1987,
2250,
11,
475,
460,
307,
12515,
515,
878,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
788,
2233,
284,
24916,
4560,
357,
1640,
1672,
11,
611,
257,
8271,
468,
587,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13140,
290,
1308,
2004,
422,
262,
1080,
11,
788,
257,
1005,
563,
286,
262,
2656,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6282,
2581,
743,
307,
8606,
737,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
26181,
1005,
563,
62,
2536,
4338,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
1005,
563,
4811,
284,
4174,
284,
428,
2176,
4905,
14,
13345,
13,
770,
481,
20957,
597,
1005,
563,
4811,
900,
379,
262,
5456,
12,
5715,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
770,
815,
307,
530,
286,
262,
10064,
1695,
287,
262,
1058,
9078,
25,
4666,
25,
63,
93,
1733,
13,
1186,
563,
63,
8265,
13,
770,
4905,
481,
407,
1005,
563,
416,
4277,
11,
2985,
460,
635,
779,
262,
11282,
1058,
9078,
25,
7890,
25,
63,
93,
1733,
13,
1186,
563,
13,
7206,
38865,
62,
2200,
40405,
62,
18601,
6158,
31212,
63,
2810,
416,
262,
26144,
284,
7139,
1005,
1678,
329,
340,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
23514,
286,
262,
4277,
1005,
563,
4811,
389,
3417,
4600,
1456,
1279,
5450,
1378,
31628,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
14,
42861,
14,
21282,
74,
62,
20709,
615,
12706,
14,
1186,
1678,
13,
6494,
29,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1675,
423,
428,
4905,
11777,
407,
1620,
597,
1005,
1678,
11,
1208,
281,
4554,
286,
1058,
9078,
25,
4871,
25,
63,
93,
1733,
13,
1186,
563,
13,
14202,
9781,
563,
13290,
4338,
44646,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
317,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
2134,
351,
1366,
286,
2099,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
81,
4906,
25,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
20688,
25,
198,
220,
220,
220,
220,
220,
220,
220,
6914,
4600,
1456,
1279,
5450,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
12,
21282,
74,
12,
1069,
12629,
14,
42861,
14,
28744,
13976,
14,
11338,
62,
25080,
62,
19204,
62,
565,
5819,
13,
9078,
13,
6494,
29,
63,
834,
284,
766,
281,
1672,
286,
703,
284,
779,
2245,
62,
25080,
62,
19204,
62,
565,
5819,
7824,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
796,
12813,
9945,
11964,
82,
14,
90,
9945,
11964,
7390,
92,
14,
25080,
39709,
2601,
5819,
14,
4658,
14,
11338,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2446,
796,
366,
32782,
1,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
2094,
470,
2453,
6439,
479,
86,
22046,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
62,
46265,
22046,
796,
685,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
1186,
563,
62,
2536,
4338,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
361,
62,
15699,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
62,
25927,
62,
312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
62,
1186,
563,
62,
30001,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2361,
198,
220,
220,
220,
220,
220,
220,
220,
3131,
62,
46265,
22046,
796,
685,
62,
2539,
329,
4808,
2539,
287,
2237,
13,
2676,
13083,
7,
46265,
22046,
8,
611,
4808,
2539,
407,
287,
2938,
62,
46265,
22046,
60,
198,
220,
220,
220,
220,
220,
220,
220,
611,
3131,
62,
46265,
22046,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11338,
62,
25080,
62,
19204,
62,
565,
5819,
1392,
6439,
479,
86,
22046,
25,
1391,
0,
81,
92,
1911,
18982,
7,
26086,
62,
46265,
22046,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
9945,
11964,
7390,
1298,
20613,
62,
10057,
62,
312,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
628,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
6978,
62,
37266,
8,
611,
410,
318,
407,
4814,
92,
628,
220,
220,
220,
220,
220,
220,
220,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
6978,
62,
37266,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
410,
318,
6045,
393,
357,
271,
39098,
7,
85,
11,
2237,
13,
8841,
62,
19199,
8,
290,
18896,
7,
85,
13,
36311,
28955,
6624,
657,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
10786,
36301,
23884,
2314,
307,
6045,
11,
13216,
10223,
393,
6565,
4731,
4458,
18982,
7,
74,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
13635,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11299,
12,
4906,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
361,
12,
15699,
1298,
479,
86,
22046,
13,
1136,
7203,
361,
62,
15699,
1600,
4814,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
12,
25927,
12,
312,
1298,
479,
86,
22046,
13,
1136,
7203,
404,
66,
62,
25927,
62,
312,
1600,
4814,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
12,
1186,
563,
12,
30001,
1298,
479,
86,
22046,
13,
1136,
7203,
404,
66,
62,
1186,
563,
62,
30001,
1600,
4814,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
25677,
62,
37266,
8,
611,
410,
318,
407,
4814,
290,
410,
318,
407,
6045,
92,
628,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
796,
2116,
13,
8692,
62,
16366,
13,
1136,
62,
3866,
18186,
62,
1186,
563,
62,
2536,
4338,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4905,
62,
1186,
563,
62,
2536,
4338,
28,
46265,
22046,
13,
1136,
10786,
1186,
563,
62,
2536,
4338,
33809,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5456,
62,
1186,
563,
62,
2536,
4338,
28,
944,
13,
1186,
563,
62,
2536,
4338,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
611,
1005,
563,
62,
2536,
4338,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
318,
39098,
7,
1186,
563,
62,
2536,
4338,
11,
1005,
563,
13,
14202,
9781,
563,
13290,
4338,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
2860,
62,
404,
66,
62,
1186,
563,
62,
30001,
62,
361,
62,
27938,
7,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
2860,
62,
404,
66,
62,
16366,
62,
1186,
1678,
62,
25677,
7,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
13,
2860,
62,
21170,
5013,
62,
25766,
62,
47423,
7,
944,
13,
21170,
5013,
62,
25766,
62,
47423,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
1005,
563,
62,
2536,
4338,
13,
15883,
62,
1186,
14992,
62,
13345,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
28,
6978,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
28,
6978,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
8,
628,
220,
220,
220,
825,
4296,
62,
38200,
14094,
62,
565,
5819,
7,
944,
11,
20613,
62,
10057,
62,
312,
11,
4296,
62,
38200,
14094,
62,
565,
5819,
62,
36604,
11,
12429,
46265,
22046,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
5550,
47,
38827,
11617,
1377,
3387,
779,
12308,
39709,
7824,
2427,
13,
198,
220,
220,
220,
220,
220,
220,
220,
28090,
262,
30437,
38279,
13,
628,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
20613,
62,
10057,
62,
312,
25,
357,
35827,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
20137,
4482,
4600,
4503,
2389,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11593,
3740,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
19746,
14,
12218,
14,
3103,
984,
82,
14,
738,
13350,
13,
19211,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
267,
979,
13,
28744,
13976,
13,
27530,
13,
10260,
37702,
14094,
2601,
5819,
24259,
4296,
62,
38200,
14094,
62,
565,
5819,
62,
36604,
25,
357,
35827,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
19390,
284,
4296,
281,
30437,
38279,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
611,
62,
15699,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1114,
16915,
1673,
13382,
1630,
13,
554,
262,
350,
3843,
393,
5550,
2538,
9328,
869,
329,
257,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
11,
900,
262,
4600,
1532,
12,
23850,
63,
13639,
284,
262,
1988,
286,
262,
2123,
363,
422,
257,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2180,
17151,
393,
24582,
2882,
329,
326,
8271,
13,
383,
8271,
481,
307,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6153,
393,
13140,
691,
611,
262,
2123,
363,
345,
2148,
7466,
262,
8271,
338,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1459,
2123,
363,
1988,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
1034,
66,
62,
25927,
62,
312,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
22092,
12,
23211,
3748,
27421,
329,
262,
2581,
13,
1002,
345,
761,
284,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2800,
18650,
546,
257,
2176,
2581,
11,
3387,
2148,
262,
2581,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4522,
326,
345,
14275,
287,
428,
13639,
351,
262,
2581,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
26181,
1005,
563,
62,
2536,
4338,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
1005,
563,
4811,
284,
4174,
284,
428,
2176,
4905,
14,
13345,
13,
770,
481,
20957,
597,
1005,
563,
4811,
900,
379,
262,
5456,
12,
5715,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
770,
815,
307,
530,
286,
262,
10064,
1695,
287,
262,
1058,
9078,
25,
4666,
25,
63,
93,
1733,
13,
1186,
563,
63,
8265,
13,
770,
4905,
481,
407,
1005,
563,
416,
4277,
11,
2985,
460,
635,
779,
262,
11282,
1058,
9078,
25,
7890,
25,
63,
93,
1733,
13,
1186,
563,
13,
7206,
38865,
62,
2200,
40405,
62,
18601,
6158,
31212,
63,
2810,
416,
262,
26144,
284,
7139,
1005,
1678,
329,
340,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
23514,
286,
262,
4277,
1005,
563,
4811,
389,
3417,
4600,
1456,
1279,
5450,
1378,
31628,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
14,
42861,
14,
21282,
74,
62,
20709,
615,
12706,
14,
1186,
1678,
13,
6494,
29,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1675,
423,
428,
4905,
11777,
407,
1620,
597,
1005,
1678,
11,
1208,
281,
4554,
286,
1058,
9078,
25,
4871,
25,
63,
93,
1733,
13,
1186,
563,
13,
14202,
9781,
563,
13290,
4338,
44646,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
317,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
2134,
351,
1366,
286,
2099,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
81,
4906,
25,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
20688,
25,
198,
220,
220,
220,
220,
220,
220,
220,
6914,
4600,
1456,
1279,
5450,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
12,
21282,
74,
12,
1069,
12629,
14,
42861,
14,
28744,
13976,
14,
19119,
62,
38200,
14094,
62,
565,
5819,
13,
9078,
13,
6494,
29,
63,
834,
284,
766,
281,
1672,
286,
703,
284,
779,
4296,
62,
38200,
14094,
62,
565,
5819,
7824,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
796,
12813,
9945,
11964,
82,
14,
90,
9945,
11964,
7390,
92,
14,
38200,
14094,
2601,
5819,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2446,
796,
366,
30076,
1,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
2094,
470,
2453,
6439,
479,
86,
22046,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
62,
46265,
22046,
796,
685,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
1186,
563,
62,
2536,
4338,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
361,
62,
15699,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
62,
25927,
62,
312,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2361,
198,
220,
220,
220,
220,
220,
220,
220,
3131,
62,
46265,
22046,
796,
685,
62,
2539,
329,
4808,
2539,
287,
2237,
13,
2676,
13083,
7,
46265,
22046,
8,
611,
4808,
2539,
407,
287,
2938,
62,
46265,
22046,
60,
198,
220,
220,
220,
220,
220,
220,
220,
611,
3131,
62,
46265,
22046,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19119,
62,
38200,
14094,
62,
565,
5819,
1392,
6439,
479,
86,
22046,
25,
1391,
0,
81,
92,
1911,
18982,
7,
26086,
62,
46265,
22046,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
9945,
11964,
7390,
1298,
20613,
62,
10057,
62,
312,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
628,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
6978,
62,
37266,
8,
611,
410,
318,
407,
4814,
92,
628,
220,
220,
220,
220,
220,
220,
220,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
6978,
62,
37266,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
410,
318,
6045,
393,
357,
271,
39098,
7,
85,
11,
2237,
13,
8841,
62,
19199,
8,
290,
18896,
7,
85,
13,
36311,
28955,
6624,
657,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
10786,
36301,
23884,
2314,
307,
6045,
11,
13216,
10223,
393,
6565,
4731,
4458,
18982,
7,
74,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
13635,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11299,
12,
4906,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
361,
12,
15699,
1298,
479,
86,
22046,
13,
1136,
7203,
361,
62,
15699,
1600,
4814,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
12,
25927,
12,
312,
1298,
479,
86,
22046,
13,
1136,
7203,
404,
66,
62,
25927,
62,
312,
1600,
4814,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
25677,
62,
37266,
8,
611,
410,
318,
407,
4814,
290,
410,
318,
407,
6045,
92,
628,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
796,
2116,
13,
8692,
62,
16366,
13,
1136,
62,
3866,
18186,
62,
1186,
563,
62,
2536,
4338,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4905,
62,
1186,
563,
62,
2536,
4338,
28,
46265,
22046,
13,
1136,
10786,
1186,
563,
62,
2536,
4338,
33809,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5456,
62,
1186,
563,
62,
2536,
4338,
28,
944,
13,
1186,
563,
62,
2536,
4338,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
611,
1005,
563,
62,
2536,
4338,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
318,
39098,
7,
1186,
563,
62,
2536,
4338,
11,
1005,
563,
13,
14202,
9781,
563,
13290,
4338,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
2860,
62,
404,
66,
62,
16366,
62,
1186,
1678,
62,
25677,
7,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
13,
2860,
62,
21170,
5013,
62,
25766,
62,
47423,
7,
944,
13,
21170,
5013,
62,
25766,
62,
47423,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
1005,
563,
62,
2536,
4338,
13,
15883,
62,
1186,
14992,
62,
13345,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
28,
6978,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1767,
28,
19119,
62,
38200,
14094,
62,
565,
5819,
62,
36604,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
28,
6978,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1767,
28,
19119,
62,
38200,
14094,
62,
565,
5819,
62,
36604,
8,
628,
220,
220,
220,
825,
4296,
62,
9945,
62,
10057,
7,
944,
11,
20613,
62,
10057,
62,
312,
11,
4296,
62,
9945,
62,
10057,
62,
36604,
11,
12429,
46265,
22046,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
10133,
262,
8398,
286,
257,
20137,
4482,
13,
628,
220,
220,
220,
220,
220,
220,
220,
3205,
38734,
1180,
7032,
287,
262,
20137,
4482,
481,
423,
1180,
2482,
198,
220,
220,
220,
220,
220,
220,
220,
319,
262,
18529,
524,
286,
262,
20137,
4482,
13,
1114,
1672,
11,
5609,
262,
3359,
5376,
286,
198,
220,
220,
220,
220,
220,
220,
220,
257,
20137,
4482,
481,
1011,
1245,
3393,
11,
475,
5609,
262,
5485,
286,
257,
198,
220,
220,
220,
220,
220,
220,
220,
20137,
4482,
318,
281,
39354,
4905,
326,
9018,
8287,
278,
649,
198,
220,
220,
220,
220,
220,
220,
220,
3082,
1133,
4133,
11,
14187,
3500,
262,
20137,
4482,
290,
45879,
6143,
198,
220,
220,
220,
220,
220,
220,
220,
878,
1642,
262,
20137,
4482,
1695,
757,
13,
628,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
20613,
62,
10057,
62,
312,
25,
357,
35827,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
20137,
4482,
4600,
4503,
2389,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11593,
3740,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
19746,
14,
12218,
14,
3103,
984,
82,
14,
738,
13350,
13,
19211,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
267,
979,
13,
28744,
13976,
13,
27530,
13,
10260,
43832,
11964,
24259,
4296,
62,
9945,
62,
10057,
62,
36604,
25,
357,
35827,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
19390,
284,
4296,
257,
20137,
4482,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
611,
62,
15699,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1114,
16915,
1673,
13382,
1630,
13,
554,
262,
350,
3843,
393,
5550,
2538,
9328,
869,
329,
257,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
11,
900,
262,
4600,
1532,
12,
23850,
63,
13639,
284,
262,
1988,
286,
262,
2123,
363,
422,
257,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2180,
17151,
393,
24582,
2882,
329,
326,
8271,
13,
383,
8271,
481,
307,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6153,
393,
13140,
691,
611,
262,
2123,
363,
345,
2148,
7466,
262,
8271,
338,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1459,
2123,
363,
1988,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
1034,
66,
62,
25927,
62,
312,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
22092,
12,
23211,
3748,
27421,
329,
262,
2581,
13,
1002,
345,
761,
284,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2800,
18650,
546,
257,
2176,
2581,
11,
3387,
2148,
262,
2581,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4522,
326,
345,
14275,
287,
428,
13639,
351,
262,
2581,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
26181,
1005,
563,
62,
2536,
4338,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
1005,
563,
4811,
284,
4174,
284,
428,
2176,
4905,
14,
13345,
13,
770,
481,
20957,
597,
1005,
563,
4811,
900,
379,
262,
5456,
12,
5715,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
770,
815,
307,
530,
286,
262,
10064,
1695,
287,
262,
1058,
9078,
25,
4666,
25,
63,
93,
1733,
13,
1186,
563,
63,
8265,
13,
770,
4905,
481,
407,
1005,
563,
416,
4277,
11,
2985,
460,
635,
779,
262,
11282,
1058,
9078,
25,
7890,
25,
63,
93,
1733,
13,
1186,
563,
13,
7206,
38865,
62,
2200,
40405,
62,
18601,
6158,
31212,
63,
2810,
416,
262,
26144,
284,
7139,
1005,
1678,
329,
340,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
23514,
286,
262,
4277,
1005,
563,
4811,
389,
3417,
4600,
1456,
1279,
5450,
1378,
31628,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
14,
42861,
14,
21282,
74,
62,
20709,
615,
12706,
14,
1186,
1678,
13,
6494,
29,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1675,
423,
428,
4905,
11777,
407,
1620,
597,
1005,
1678,
11,
1208,
281,
4554,
286,
1058,
9078,
25,
4871,
25,
63,
93,
1733,
13,
1186,
563,
13,
14202,
9781,
563,
13290,
4338,
44646,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
317,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
2134,
351,
1366,
286,
2099,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
81,
4906,
25,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
20688,
25,
198,
220,
220,
220,
220,
220,
220,
220,
6914,
4600,
1456,
1279,
5450,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
12,
21282,
74,
12,
1069,
12629,
14,
42861,
14,
28744,
13976,
14,
19119,
62,
9945,
62,
10057,
13,
9078,
13,
6494,
29,
63,
834,
284,
766,
281,
1672,
286,
703,
284,
779,
4296,
62,
9945,
62,
10057,
7824,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
796,
12813,
9945,
11964,
82,
14,
90,
9945,
11964,
7390,
36786,
198,
220,
220,
220,
220,
220,
220,
220,
2446,
796,
366,
30076,
1,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
2094,
470,
2453,
6439,
479,
86,
22046,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
62,
46265,
22046,
796,
685,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
1186,
563,
62,
2536,
4338,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
361,
62,
15699,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
62,
25927,
62,
312,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2361,
198,
220,
220,
220,
220,
220,
220,
220,
3131,
62,
46265,
22046,
796,
685,
62,
2539,
329,
4808,
2539,
287,
2237,
13,
2676,
13083,
7,
46265,
22046,
8,
611,
4808,
2539,
407,
287,
2938,
62,
46265,
22046,
60,
198,
220,
220,
220,
220,
220,
220,
220,
611,
3131,
62,
46265,
22046,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19119,
62,
9945,
62,
10057,
1392,
6439,
479,
86,
22046,
25,
1391,
0,
81,
92,
1911,
18982,
7,
26086,
62,
46265,
22046,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
9945,
11964,
7390,
1298,
20613,
62,
10057,
62,
312,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
628,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
6978,
62,
37266,
8,
611,
410,
318,
407,
4814,
92,
628,
220,
220,
220,
220,
220,
220,
220,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
6978,
62,
37266,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
410,
318,
6045,
393,
357,
271,
39098,
7,
85,
11,
2237,
13,
8841,
62,
19199,
8,
290,
18896,
7,
85,
13,
36311,
28955,
6624,
657,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
10786,
36301,
23884,
2314,
307,
6045,
11,
13216,
10223,
393,
6565,
4731,
4458,
18982,
7,
74,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
13635,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11299,
12,
4906,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
361,
12,
15699,
1298,
479,
86,
22046,
13,
1136,
7203,
361,
62,
15699,
1600,
4814,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
12,
25927,
12,
312,
1298,
479,
86,
22046,
13,
1136,
7203,
404,
66,
62,
25927,
62,
312,
1600,
4814,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
25677,
62,
37266,
8,
611,
410,
318,
407,
4814,
290,
410,
318,
407,
6045,
92,
628,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
796,
2116,
13,
8692,
62,
16366,
13,
1136,
62,
3866,
18186,
62,
1186,
563,
62,
2536,
4338,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4905,
62,
1186,
563,
62,
2536,
4338,
28,
46265,
22046,
13,
1136,
10786,
1186,
563,
62,
2536,
4338,
33809,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5456,
62,
1186,
563,
62,
2536,
4338,
28,
944,
13,
1186,
563,
62,
2536,
4338,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
611,
1005,
563,
62,
2536,
4338,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
318,
39098,
7,
1186,
563,
62,
2536,
4338,
11,
1005,
563,
13,
14202,
9781,
563,
13290,
4338,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
2860,
62,
404,
66,
62,
16366,
62,
1186,
1678,
62,
25677,
7,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
13,
2860,
62,
21170,
5013,
62,
25766,
62,
47423,
7,
944,
13,
21170,
5013,
62,
25766,
62,
47423,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
1005,
563,
62,
2536,
4338,
13,
15883,
62,
1186,
14992,
62,
13345,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
28,
6978,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1767,
28,
19119,
62,
9945,
62,
10057,
62,
36604,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
28,
6978,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1767,
28,
19119,
62,
9945,
62,
10057,
62,
36604,
8,
628,
220,
220,
220,
825,
4296,
62,
25080,
62,
19204,
62,
565,
5819,
7,
944,
11,
20613,
62,
10057,
62,
312,
11,
4296,
62,
25080,
62,
19204,
62,
565,
5819,
62,
36604,
11,
12429,
46265,
22046,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
28090,
262,
12308,
39709,
13946,
13,
628,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
20613,
62,
10057,
62,
312,
25,
357,
35827,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
20137,
4482,
4600,
4503,
2389,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11593,
3740,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
19746,
14,
12218,
14,
3103,
984,
82,
14,
738,
13350,
13,
19211,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
267,
979,
13,
28744,
13976,
13,
27530,
13,
10260,
39596,
39709,
2601,
5819,
24259,
4296,
62,
25080,
62,
19204,
62,
565,
5819,
62,
36604,
25,
357,
35827,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
19390,
284,
4296,
257,
12308,
39709,
13946,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
611,
62,
15699,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1114,
16915,
1673,
13382,
1630,
13,
554,
262,
350,
3843,
393,
5550,
2538,
9328,
869,
329,
257,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
11,
900,
262,
4600,
1532,
12,
23850,
63,
13639,
284,
262,
1988,
286,
262,
2123,
363,
422,
257,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2180,
17151,
393,
24582,
2882,
329,
326,
8271,
13,
383,
8271,
481,
307,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6153,
393,
13140,
691,
611,
262,
2123,
363,
345,
2148,
7466,
262,
8271,
338,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1459,
2123,
363,
1988,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
1034,
66,
62,
25927,
62,
312,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
22092,
12,
23211,
3748,
27421,
329,
262,
2581,
13,
1002,
345,
761,
284,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2800,
18650,
546,
257,
2176,
2581,
11,
3387,
2148,
262,
2581,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4522,
326,
345,
14275,
287,
428,
13639,
351,
262,
2581,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
26181,
1005,
563,
62,
2536,
4338,
25,
357,
25968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
1005,
563,
4811,
284,
4174,
284,
428,
2176,
4905,
14,
13345,
13,
770,
481,
20957,
597,
1005,
563,
4811,
900,
379,
262,
5456,
12,
5715,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
770,
815,
307,
530,
286,
262,
10064,
1695,
287,
262,
1058,
9078,
25,
4666,
25,
63,
93,
1733,
13,
1186,
563,
63,
8265,
13,
770,
4905,
481,
407,
1005,
563,
416,
4277,
11,
2985,
460,
635,
779,
262,
11282,
1058,
9078,
25,
7890,
25,
63,
93,
1733,
13,
1186,
563,
13,
7206,
38865,
62,
2200,
40405,
62,
18601,
6158,
31212,
63,
2810,
416,
262,
26144,
284,
7139,
1005,
1678,
329,
340,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
23514,
286,
262,
4277,
1005,
563,
4811,
389,
3417,
4600,
1456,
1279,
5450,
1378,
31628,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
14,
42861,
14,
21282,
74,
62,
20709,
615,
12706,
14,
1186,
1678,
13,
6494,
29,
63,
834,
13,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1675,
423,
428,
4905,
11777,
407,
1620,
597,
1005,
1678,
11,
1208,
281,
4554,
286,
1058,
9078,
25,
4871,
25,
63,
93,
1733,
13,
1186,
563,
13,
14202,
9781,
563,
13290,
4338,
44646,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
317,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
2134,
351,
1366,
286,
2099,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
81,
4906,
25,
1058,
4871,
25,
63,
93,
1733,
13,
26209,
13,
31077,
63,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
20688,
25,
198,
220,
220,
220,
220,
220,
220,
220,
6914,
4600,
1456,
1279,
5450,
1378,
31628,
13,
17721,
13,
273,
6008,
13,
785,
14,
268,
12,
385,
14,
544,
292,
14,
31391,
14,
29412,
12,
21282,
74,
12,
1069,
12629,
14,
42861,
14,
28744,
13976,
14,
19119,
62,
25080,
62,
19204,
62,
565,
5819,
13,
9078,
13,
6494,
29,
63,
834,
284,
766,
281,
1672,
286,
703,
284,
779,
4296,
62,
25080,
62,
19204,
62,
565,
5819,
7824,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
796,
12813,
9945,
11964,
82,
14,
90,
9945,
11964,
7390,
92,
14,
25080,
39709,
2601,
5819,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2446,
796,
366,
30076,
1,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
2094,
470,
2453,
6439,
479,
86,
22046,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
62,
46265,
22046,
796,
685,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
1186,
563,
62,
2536,
4338,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
361,
62,
15699,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
62,
25927,
62,
312,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2361,
198,
220,
220,
220,
220,
220,
220,
220,
3131,
62,
46265,
22046,
796,
685,
62,
2539,
329,
4808,
2539,
287,
2237,
13,
2676,
13083,
7,
46265,
22046,
8,
611,
4808,
2539,
407,
287,
2938,
62,
46265,
22046,
60,
198,
220,
220,
220,
220,
220,
220,
220,
611,
3131,
62,
46265,
22046,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19119,
62,
25080,
62,
19204,
62,
565,
5819,
1392,
6439,
479,
86,
22046,
25,
1391,
0,
81,
92,
1911,
18982,
7,
26086,
62,
46265,
22046,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
9945,
11964,
7390,
1298,
20613,
62,
10057,
62,
312,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
628,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
6978,
62,
37266,
8,
611,
410,
318,
407,
4814,
92,
628,
220,
220,
220,
220,
220,
220,
220,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
6978,
62,
37266,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
410,
318,
6045,
393,
357,
271,
39098,
7,
85,
11,
2237,
13,
8841,
62,
19199,
8,
290,
18896,
7,
85,
13,
36311,
28955,
6624,
657,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
10786,
36301,
23884,
2314,
307,
6045,
11,
13216,
10223,
393,
6565,
4731,
4458,
18982,
7,
74,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
13635,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11299,
12,
4906,
1298,
366,
31438,
14,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
361,
12,
15699,
1298,
479,
86,
22046,
13,
1136,
7203,
361,
62,
15699,
1600,
4814,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
404,
66,
12,
25927,
12,
312,
1298,
479,
86,
22046,
13,
1136,
7203,
404,
66,
62,
25927,
62,
312,
1600,
4814,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
796,
1391,
74,
25,
410,
329,
357,
74,
11,
410,
8,
287,
2237,
13,
2676,
23814,
7,
25677,
62,
37266,
8,
611,
410,
318,
407,
4814,
290,
410,
318,
407,
6045,
92,
628,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
796,
2116,
13,
8692,
62,
16366,
13,
1136,
62,
3866,
18186,
62,
1186,
563,
62,
2536,
4338,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4905,
62,
1186,
563,
62,
2536,
4338,
28,
46265,
22046,
13,
1136,
10786,
1186,
563,
62,
2536,
4338,
33809,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5456,
62,
1186,
563,
62,
2536,
4338,
28,
944,
13,
1186,
563,
62,
2536,
4338,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
611,
1005,
563,
62,
2536,
4338,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
318,
39098,
7,
1186,
563,
62,
2536,
4338,
11,
1005,
563,
13,
14202,
9781,
563,
13290,
4338,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
2860,
62,
404,
66,
62,
16366,
62,
1186,
1678,
62,
25677,
7,
25677,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1005,
563,
62,
2536,
4338,
13,
2860,
62,
21170,
5013,
62,
25766,
62,
47423,
7,
944,
13,
21170,
5013,
62,
25766,
62,
47423,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
1005,
563,
62,
2536,
4338,
13,
15883,
62,
1186,
14992,
62,
13345,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
28,
6978,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1767,
28,
19119,
62,
25080,
62,
19204,
62,
565,
5819,
62,
36604,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13,
8692,
62,
16366,
13,
13345,
62,
15042,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8271,
62,
6978,
28,
31092,
62,
6978,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2446,
28,
24396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
62,
37266,
28,
6978,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
62,
37266,
28,
25677,
62,
37266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1767,
28,
19119,
62,
25080,
62,
19204,
62,
565,
5819,
62,
36604,
8,
198
] | 2.343043 | 56,885 |
# -*- coding: utf-8 -*-
"""Operator plugin that inherits a base class and is made available through `type`."""
from __future__ import unicode_literals
from __future__ import print_function
import logging
import json
from typing import Dict
from cookiecutter.operators import BaseOperator
logger = logging.getLogger(__name__)
class JsonOperator(BaseOperator):
"""
Operator for json.
If no `contents` is provided, the operator reads from path. Otherwise it writes
the `contents`.
:param contents: A dict to write
:param path: The path to write the file
:return: When writing, returns path. When reading, returns dict
"""
type: str = 'json'
contents: Dict = None
path: str
| [
2,
532,
9,
12,
19617,
25,
3384,
69,
12,
23,
532,
9,
12,
198,
198,
37811,
18843,
1352,
13877,
326,
10639,
896,
257,
2779,
1398,
290,
318,
925,
1695,
832,
4600,
4906,
63,
526,
15931,
198,
6738,
11593,
37443,
834,
1330,
28000,
1098,
62,
17201,
874,
198,
6738,
11593,
37443,
834,
1330,
3601,
62,
8818,
198,
198,
11748,
18931,
198,
11748,
33918,
198,
6738,
19720,
1330,
360,
713,
198,
198,
6738,
19751,
8968,
353,
13,
3575,
2024,
1330,
7308,
18843,
1352,
198,
198,
6404,
1362,
796,
18931,
13,
1136,
11187,
1362,
7,
834,
3672,
834,
8,
628,
198,
4871,
449,
1559,
18843,
1352,
7,
14881,
18843,
1352,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
35946,
329,
33918,
13,
628,
220,
220,
220,
1002,
645,
4600,
3642,
658,
63,
318,
2810,
11,
262,
10088,
9743,
422,
3108,
13,
15323,
340,
6797,
198,
220,
220,
220,
262,
4600,
3642,
658,
44646,
628,
220,
220,
220,
1058,
17143,
10154,
25,
317,
8633,
284,
3551,
198,
220,
220,
220,
1058,
17143,
3108,
25,
383,
3108,
284,
3551,
262,
2393,
198,
220,
220,
220,
1058,
7783,
25,
1649,
3597,
11,
5860,
3108,
13,
1649,
3555,
11,
5860,
8633,
198,
220,
220,
220,
37227,
628,
220,
220,
220,
2099,
25,
965,
796,
705,
17752,
6,
628,
220,
220,
220,
10154,
25,
360,
713,
796,
6045,
198,
220,
220,
220,
3108,
25,
965,
198
] | 3.147826 | 230 |
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Created on Sun May 17 22:02:56 2020
@author: cuixiwen
"""
#Import essential packages
import requests
import pandas as pd
import time
import datetime
from datetime import timedelta
#def a function to using huobi API to get history Kline data and return a dataframe
#Get current Price | [
2,
48443,
14629,
14,
8800,
14,
24330,
21015,
18,
198,
2,
532,
9,
12,
19617,
25,
3384,
69,
12,
23,
532,
9,
12,
198,
37811,
198,
41972,
319,
3825,
1737,
1596,
2534,
25,
2999,
25,
3980,
12131,
198,
198,
31,
9800,
25,
18912,
844,
14246,
268,
198,
37811,
198,
198,
2,
20939,
6393,
10392,
198,
11748,
7007,
198,
11748,
19798,
292,
355,
279,
67,
198,
11748,
640,
198,
11748,
4818,
8079,
198,
6738,
4818,
8079,
1330,
28805,
12514,
198,
198,
2,
4299,
257,
2163,
284,
1262,
289,
84,
13411,
7824,
284,
651,
2106,
509,
1370,
1366,
290,
1441,
257,
1366,
14535,
198,
198,
2,
3855,
1459,
7886
] | 3.149533 | 107 |
# Copyright (c) 2018 Copyright holder of the paper Generative Adversarial Model Learning
# submitted to NeurIPS 2019 for review
# All rights reserved.
import rllab.misc.logger as logger
from rllab.torch.sampler.torchSampler import TorchBaseSampler
from rllab.sampler import parallel_sampler
from rllab.algos.base import RLAlgorithm
from rllab.torch.algos.trpo import TRPO
from rllab.torch.utils.misc import create_torch_var_from_paths
import torch
from rllab.misc.overrides import overrides
"""
class which is used for GAIL training to imitate a expert policy
"""
| [
2,
15069,
357,
66,
8,
2864,
15069,
15762,
286,
262,
3348,
2980,
876,
1215,
690,
36098,
9104,
18252,
198,
2,
8948,
284,
3169,
333,
47643,
13130,
329,
2423,
198,
2,
1439,
2489,
10395,
13,
198,
198,
11748,
374,
297,
397,
13,
44374,
13,
6404,
1362,
355,
49706,
198,
6738,
374,
297,
397,
13,
13165,
354,
13,
37687,
20053,
13,
13165,
354,
16305,
20053,
1330,
34868,
14881,
16305,
20053,
198,
6738,
374,
297,
397,
13,
37687,
20053,
1330,
10730,
62,
37687,
20053,
198,
6738,
374,
297,
397,
13,
14016,
418,
13,
8692,
1330,
45715,
2348,
42289,
198,
6738,
374,
297,
397,
13,
13165,
354,
13,
14016,
418,
13,
2213,
7501,
1330,
7579,
16402,
198,
6738,
374,
297,
397,
13,
13165,
354,
13,
26791,
13,
44374,
1330,
2251,
62,
13165,
354,
62,
7785,
62,
6738,
62,
6978,
82,
198,
11748,
28034,
198,
6738,
374,
297,
397,
13,
44374,
13,
2502,
81,
1460,
1330,
23170,
1460,
628,
198,
37811,
198,
4871,
543,
318,
973,
329,
14545,
4146,
3047,
284,
44638,
257,
5887,
2450,
198,
37811,
198
] | 3.277457 | 173 |
from django.shortcuts import render, HttpResponseRedirect
from .forms import LoginForm
from django.contrib.auth import get_user_model, authenticate, login, logout
# Create your views here.
| [
6738,
42625,
14208,
13,
19509,
23779,
1330,
8543,
11,
367,
29281,
31077,
7738,
1060,
198,
198,
6738,
764,
23914,
1330,
23093,
8479,
198,
6738,
42625,
14208,
13,
3642,
822,
13,
18439,
1330,
651,
62,
7220,
62,
19849,
11,
8323,
5344,
11,
17594,
11,
2604,
448,
628,
198,
2,
13610,
534,
5009,
994,
13,
628
] | 3.574074 | 54 |
# Copyright 2014 M. A. Zentile, J. Keaveney, L. Weller, D. Whiting,
# C. S. Adams and I. G. Hughes.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# http://www.apache.org/licenses/LICENSE-2.0
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
"""
Simulated annealing fitting routine.
Complete rebuild of the original SA fitting module written by Mark A. Zentile, now using lmfit
Last updated 2018-07-12 MAZ
"""
# py 2.7 compatibility
from __future__ import (division, print_function, absolute_import)
import numpy as np
import matplotlib.pyplot as plt
import warnings
import sys
import copy
import time
import pickle as pickle
import psutil
from multiprocessing import Pool
from elecsus.libs import MLFittingRoutine as ML
import lmfit as lm
from elecsus.libs.spectra import get_spectra
p_dict_bounds_default = {'lcell':1e-3,'Bfield':100., 'T':20.,
'GammaBuf':20., 'shift':100.,
# Polarisation of light
'theta0':10., 'E_x':0.05, 'E_y':0.05, 'E_phase':0.01,
# B-field angle w.r.t. light k-vector
'Btheta':10*3.14/180, 'Bphi':10*3.14/180,
'DoppTemp':20.,
'rb85frac':1, 'K40frac':1, 'K41frac':1,
}
def chisq(yo,ye,err=None):
"""
Evaluate the chi-squared value of a given data/theory combination
Inputs:
yo : observed data
ye : expected (theory) data
err : Optional, error bars - array of length(x)
Returns:
float of chi-squared value
"""
if err is None:
err = np.ones_like(yo)
return (((yo-ye)/err)**2).sum()
def evaluate(args):
""" Evaluate chi-squared value for a given set of parameters """
warnings.simplefilter("ignore")
data = args[0]
p_dict = args[2]
E_in = np.array([p_dict['E_x'],p_dict['E_y']*np.exp(1.j*p_dict['E_phase']),0.])
p_dict_bools = args[3]
data_type = args[4]
theory_vals = get_spectra(data[0],E_in,p_dict,outputs=[data_type])[0].real
chisq_val = chisq(data[1],theory_vals)
return chisq_val, p_dict
def SA_fit(data,E_in,p_dict,p_dict_bools,p_dict_bounds=None,no_evals=None,data_type='S0',verbose=False):
"""
Simulated annealing fitting method.
Before simulated annealing starts, the parameter space is randomly sampled to find good starting conditions for the SA fit.
data: an Nx2 iterable for the x and y data to be fitted
E_in: the initial electric field input. See docstring for the spectra.py module for details.
no_evals: The number of randomly-selected start points for downhill fitting. Defaults to 2**(3+2*nFitParams) where nFitParams is
the number of varying fit parameters
p_dict: dictionary containing all the calculation (initial) parameters
p_dict_bools: dictionary with the same keys as p_dict, with Boolean values representing each parameter that is to be varied in the fitting
p_dict_bounds: dictionary with the same keys as p_dict, with values that represent the deviation each parameter can take in the initial parameter search
NOTE: this works slightly differently to p_dict_bounds in the ML fitting methods. In RR and SA fitting, the bounds
select the range in parameter space that is randomly explored to find good starting parameters for the
SA routine, rather than being strict bounds on the fit parameters.
data_type: Data type to fit experimental data to. Can be one of:
'S0', 'S1', 'S2', 'S3', 'Ix', 'Iy', ...
verbose: Boolean - more print statements provided as the program progresses
"""
if p_dict_bounds is None:
p_dict_bounds = p_dict_bounds_default
print('Starting Simulated Annealing Fitting Routine')
x = np.array(data[0])
y = np.array(data[1])
p_dict['E_x'] = E_in[0]
p_dict['E_y'] = E_in[1][0]
p_dict['E_phase'] = E_in[1][1]
E_in_vector = np.array([p_dict['E_x'],p_dict['E_y']*np.exp(1.j*p_dict['E_phase']),0.])
# count number of fit parameters
nFitParams = 0
for key in p_dict_bools:
if p_dict_bools[key]: nFitParams += 1
# default number of iterations based on number of fit parameters
if no_evals == None:
no_evals = 2**(8+2*nFitParams)
# Create random array of starting parameters based on parameter ranges given in p_dict_bounds dictionary
# Scattered uniformly over the parameter space
#clone the parameter dictionary
p_dict_list = []
for i in range(no_evals):
p_dict_list.append(copy.deepcopy(p_dict))
for key in p_dict_bools:
if p_dict_bools[key]==True:
start_vals = p_dict[key]
#print start_vals
for i in range(len(p_dict_list)):
p_dict_list[i][key] = start_vals + np.random.uniform(-1,1) * p_dict_bounds[key]
if verbose:
print('List of initial parameter dictionaries:')
for pd in p_dict_list:
print(pd)
#print p_dict_list
print('\n\n')
#Do parallel ML fitting by utilising multiple cores
po = Pool() # Pool() uses all cores, Pool(3) uses 3 cores for example.
## use lower process priority so computer is still responsive while calculating!!
parent = psutil.Process()
parent.nice(psutil.BELOW_NORMAL_PRIORITY_CLASS)
for child in parent.children():
child.nice(psutil.IDLE_PRIORITY_CLASS)
args_list = [(data, E_in, p_dict_list[k], p_dict_bools, data_type) for k in range(no_evals)]
Res = po.map_async(evaluate,args_list)
result = Res.get()
po.close()
po.join()
result = np.array(result)
lineMin = np.argmin(result[:,0]) # position of lowest chi-squared value from initial guesses
SA_params = result[lineMin][1] # parameter dictionary associated with lowest chi-squared
best_chi_sq = result[lineMin][0] # lowest chi-squared value
current_chi_sq = best_chi_sq
current_params = copy.deepcopy(SA_params)
print('\n\n Initial parameter space evaluations completed...')
# Measure of how much the chi-squared values change over the parameter space
spread = np.std(result[:,0])
# Initial 'temperature' for the annealing
T = 1500.
# Cold temperature extreme where the algorithm will stop searching
minimum_T = 50.
# sets the effective range of a given temperature
range_scaling = 3
k = abs(spread)/T / range_scaling
# Cooling rate - how much the temperature decreases on each run.
cooling_rate = 7e-6
# Number of times a jump uphill is rejected before switching to ML fit.
uphill_escape_chance = 0
uphill_escape_threshold = 300
# Number of iterations to investigate a plateau in parameter space (i.e. chi-squared does not change)
plateau_escape_chance = 0
plateau_escape_threshold = 300
trial_params = copy.deepcopy(current_params)
best_params = copy.deepcopy(current_params)
best_chi_sq = current_chi_sq
#print trial_params
## testing - log algorithm path
chi_sq_log = [current_chi_sq]
T_log = [trial_params['T']]
B_log = [trial_params['Bfield']]
hot_iterations = 250
iteration = 0
while T > minimum_T:
# Generate a new set of parameters that are close to the last evaluated parameters
for key in p_dict_bools:
if p_dict_bools[key]==True: # (extra check)
## parameters varied over 10% of range specified before...
trial_params[key] = copy.deepcopy(current_params[key]) + np.random.normal(0,p_dict_bounds[key]) # * p_dict_bounds[key] #* 0.1
print('Before calculation:')
print(('Trial: ', trial_params['T'], trial_params['Bfield']))
print(('Current: ', current_params['T'], current_params['Bfield']))
trial_theory = get_spectra(x,E_in_vector,trial_params,outputs=[data_type])[0].real
trial_chi_sq = chisq(data[1],trial_theory)
# log best chi_squared values and parameters
if trial_chi_sq < best_chi_sq:
best_chi_sq = trial_chi_sq
best_params = copy.deepcopy(trial_params)
# Calculate energy difference
delta_chi_sq = trial_chi_sq - current_chi_sq
# and convert to probability of acceptance
if delta_chi_sq < 1e-5:
# if there's no change in chi-squared (i.e. parameter space is locally flat), accept with small (5%) probability
print('WARNING - no change in chi-squared - probably due to plateau in parameter space!')
prob = 0.05
plateau_escape_chance += 1
else:
prob = np.exp(-delta_chi_sq/(k*T))
if verbose:
print(('\n\tBest chi-squared so far:', best_chi_sq))
print(('\tBest Parameters so far (T, B): ', best_params['T'], best_params['Bfield']))
print(('\tCurrent Parameters (T, B): ', current_params['T'], current_params['Bfield']))
print(('\tTrial Parameters (T, B): ', trial_params['T'], trial_params['Bfield']))
print(('\n\tCurrent chi-squared:', current_chi_sq))
print(('\tTrial chi-squared:', trial_chi_sq))
print(('\tChange in chi-squared from previous:', delta_chi_sq))
print(('\tTemperature parameter: ', T))
print(('\tProbability that new parameters will be accepted (>1 == 1):', prob))
if (delta_chi_sq < 0) or (prob > np.random.random()):
# accept downhill movement, or uphill movement with probability prob - update chi_squared and parameters
current_chi_sq = trial_chi_sq
current_params = copy.deepcopy(trial_params)
chi_sq_log.append(trial_chi_sq) ## keep log of chi-squared values (on succesful iterations only)
T_log.append(trial_params['T'])
B_log.append(trial_params['Bfield'])
print('\t...Values accepted. Current parameters updated.')
print('\n')
# reset escape chance
uphill_escape_chance = 0
else:
print(('\t...Values rejected. Escape threshold:', uphill_escape_chance, ' / ', uphill_escape_threshold))
print('\n')
uphill_escape_chance += 1
# Cool system
# Hold T constant for first N iterations
if iteration > hot_iterations:
T = T/(1 + (cooling_rate*T)) #Lundy's Method (http://link.springer.com/article/10.1007/BF01582166)
iteration += 1
# Exit annealing loop if conditions are correct
if (uphill_escape_chance > uphill_escape_threshold):
print(('Simulated annealing completed ( No improvement found after {:d} iterations)'.format(uphill_escape_threshold)))
print('Switching to downhill fit using best found parameters...\n')
break
if (T < minimum_T): #No jumps up hill for a while, or minimum temperature reached
print('Simulated annealing completed ( Temperature reached minimum threshold )')
print('Switching to downhill fit using best found parameters...\n')
break
if (plateau_escape_chance > plateau_escape_threshold):
print('!!!\n\tCAUTION :: Annealing has not converged.')
print('\tAnnealing algorithm found plateau in parameter space')
print('\tSwitching to downhill fit using best found parameters...\n!!!')
break
#### Marquardt-Levenberg fit #####
try:
print(('Downhill fit with initial parameters: (T,B) ', best_params['T'], best_params['Bfield']))
ML_best_params, result = ML.ML_fit(data, E_in, best_params, p_dict_bools, data_type)
MLchi_sq = result.chisqr
if MLchi_sq <= best_chi_sq:
best_params = ML_best_params
final_result = result
success = True
print('Downhill fit converged successfully.\n')
else:
print('Downhill fit did not find further improvement. Continuing with simulated annealing result.\n')
success = False
final_result = 1
except:
print('Downhill fit failed to converge. Continuing with simulated annealing result.\n')
success = False
final_result = 1
return best_params, final_result #, chi_sq_log, T_log, B_log, success
def test_fit2(calc=False):
""" Alternate data set to test """
p_dict = {'elem':'Rb','Dline':'D2','T':80.,'lcell':2e-3,'Bfield':250.,'Btheta':0.,
'Bphi':0.,'GammaBuf':0.,'shift':0.}
# only need to specify parameters that are varied
p_dict_bools = {'T':True,'Bfield':True}
p_dict_bounds = {'T':15,'Bfield':100}
E_in = np.array([1.0,0.0,0.0])
E_in_angle = [E_in[0].real,[abs(E_in[1]),np.angle(E_in[1])]]
print(E_in_angle)
x = np.linspace(-7000,8000,200)
if calc:
[y] = get_spectra(x,E_in,p_dict,outputs=['S0']) + np.random.randn(len(x))*0.02
pickle.dump([x,y],open('pickle_xydata.pkl','wb'))
else:
x,y = pickle.load(open('pickle_xydata.pkl','rb'))
data = [x,y.real]
# Map chi-squared surface:
Tvals = np.linspace(40,120,300)
Bvals = np.linspace(0,500,250)
T2D, B2D = np.meshgrid(Tvals,Bvals)
CSQ_map = np.zeros((len(Tvals),len(Bvals)))
if calc:
for i,TT in enumerate(Tvals):
print((i, len(Tvals)))
for j, BB in enumerate(Bvals):
p_dict['T'] = TT
p_dict['Bfield'] = BB
[ye] = get_spectra(x,E_in,p_dict,outputs=['S0'])
CSQ_map[i,j] = chisq(y,ye)
pickle.dump([T2D,B2D,CSQ_map],open('pickle_CSQmap.pkl','wb'))
else:
T2D, B2D, CSQ_map = pickle.load(open('pickle_CSQmap.pkl','rb'))
fig_map = plt.figure()
ax = plt.subplot2grid((1,14),(0,0),colspan=13)
ax_cb = plt.subplot2grid((1,14),(0,13),colspan=1)
im = ax.imshow(CSQ_map.T,origin='lower',aspect='auto',
extent=(Tvals[0],Tvals[-1],Bvals[0],Bvals[-1]),
cmap=plt.cm.jet,alpha=0.7)
ax.contour(T2D, B2D, CSQ_map.T,7,lw=2,color='k')
cb = fig_map.colorbar(im,cax=ax_cb)
#plt.show()
## Do SA fitting
best_params, result, chi_sq_log, T_log, B_log = SA_fit(data, E_in_angle, p_dict, p_dict_bools,
p_dict_bounds, no_evals = 2, data_type='S0')
report = result.fit_report()
fit = result.best_fit
fig_data = plt.figure()
print(report)
plt.plot(x,y,'ko')
plt.plot(x,fit,'r-',lw=2)
# Chi-squared log with iteration number
fig_chisqlog = plt.figure()
plt.plot(chi_sq_log)
plt.ylabel('Chi_squared value')
plt.xlabel('Iteration')
#plt.show()
ax.plot(T_log, B_log, 'ko', ms=1)
ax.plot(T_log[0], B_log[0], 'rs', ms=6)
ax.plot(T_log[-1], B_log[-1], 'bs', ms=6)
plt.show()
def test_fit3(calc=False):
""" Alternate data set to test """
p_dict = {'elem':'Rb','Dline':'D2','T':155.,'lcell':5e-3,'Bfield':1100.,'Btheta':0.,
'Bphi':0.,'GammaBuf':0.,'shift':0.}
# only need to specify parameters that are varied
p_dict_bools = {'T':True,'Bfield':True}
p_dict_bounds = {'T':25,'Bfield':300}
E_in = np.array([1.0,0.0,0.0])
E_in_angle = [E_in[0].real,[abs(E_in[1]),np.angle(E_in[1])]]
print(E_in_angle)
x = np.linspace(-13000,-6000,150)
if calc:
[y] = get_spectra(x,E_in,p_dict,outputs=['S1']) + np.random.randn(len(x))*0.02
pickle.dump([x,y],open('pickle_xydata.pkl','wb'))
else:
x,y = pickle.load(open('pickle_xydata.pkl','rb'))
data = [x,y.real]
# Map chi-squared surface:
#Tvals = np.linspace(p_dict['T']-p_dict_bounds['T'],p_dict['T']+p_dict_bounds['T'],150)
#Bvals = np.linspace(p_dict['Bfield']-p_dict_bounds['Bfield'],p_dict['Bfield']+p_dict_bounds['Bfield'],125)
Tvals = np.linspace(80,250,450)
Bvals = np.linspace(0,2500,300)
T2D, B2D = np.meshgrid(Tvals,Bvals)
CSQ_map = np.zeros((len(Tvals),len(Bvals)))
if calc:
for i,TT in enumerate(Tvals):
print((i, len(Tvals)))
for j, BB in enumerate(Bvals):
p_dict['T'] = TT
p_dict['Bfield'] = BB
[ye] = get_spectra(x,E_in,p_dict,outputs=['S1'])
CSQ_map[i,j] = chisq(y,ye)
pickle.dump([T2D,B2D,CSQ_map],open('pickle_CSQmap.pkl','wb'))
else:
T2D, B2D, CSQ_map = pickle.load(open('pickle_CSQmap.pkl','rb'))
print(T2D)
print(B2D)
fig_map = plt.figure()
ax = plt.subplot2grid((1,14),(0,0),colspan=13)
ax_cb = plt.subplot2grid((1,14),(0,13),colspan=1)
im = ax.imshow(CSQ_map.T,origin='lower',aspect='auto',
extent=(T2D[0][0],T2D[-1][-1],B2D[0][0],B2D[-1][-1]),
cmap=plt.cm.jet,alpha=0.7)
ax.contour(T2D, B2D, CSQ_map.T,9,lw=2,color='k')
cb = fig_map.colorbar(im,cax=ax_cb)
#plt.show()
## Do SA fitting
best_params, result, chi_sq_log, T_log, B_log, success = SA_fit(data, E_in_angle, p_dict, p_dict_bools,
p_dict_bounds, no_evals = 32, data_type='S1')
if success:
report = result.fit_report()
fit = result.best_fit
print(report)
fig_data = plt.figure()
plt.plot(x,y,'ko')
if success:
plt.plot(x,fit,'r-',lw=2)
# Chi-squared log with iteration number
fig_chisqlog = plt.figure()
plt.plot(chi_sq_log)
plt.ylabel('Chi_squared value')
plt.xlabel('Iteration')
#plt.show()
ax.plot(T_log, B_log, 'ko', ms=1)
ax.plot(T_log, B_log, 'k--', lw=1.5)
ax.plot(T_log[0], B_log[0], 'rs', ms=6)
ax.plot(T_log[-1], B_log[-1], 'bs', ms=6)
plt.show()
def test_fit4(calc=False):
""" Alternate data set to test """
#actual params 110 / 7000
p_dict = {'elem':'Rb','Dline':'D2','T':100.,'lcell':5e-3,'Bfield':6100.,'Btheta':0.,
'Bphi':0.,'GammaBuf':0.,'shift':0.,'rb85frac':1.0}
# only need to specify parameters that are varied
p_dict_bools = {'T':True,'Bfield':True}
p_dict_bounds = {'T':5,'Bfield':400}
E_in = np.array([1.0,0.0,0.0])
E_in_angle = [E_in[0].real,[abs(E_in[1]),np.angle(E_in[1])]]
print(E_in_angle)
x = np.linspace(-21000,-13000,150)
if calc:
[y] = get_spectra(x,E_in,p_dict,outputs=['S0']) + np.random.randn(len(x))*0.02
pickle.dump([x,y],open('pickle_xydata.pkl','wb'))
else:
x,y = pickle.load(open('pickle_xydata.pkl','rb'))
data = [x,y.real]
# Map chi-squared surface:
#Tvals = np.linspace(p_dict['T']-p_dict_bounds['T'],p_dict['T']+p_dict_bounds['T'],150)
#Bvals = np.linspace(p_dict['Bfield']-p_dict_bounds['Bfield'],p_dict['Bfield']+p_dict_bounds['Bfield'],125)
Tvals = np.linspace(70,150,350)
Bvals = np.linspace(5000,10000,300)
T2D, B2D = np.meshgrid(Tvals,Bvals)
CSQ_map = np.zeros((len(Tvals),len(Bvals)))
if calc:
for i,TT in enumerate(Tvals):
print((i, len(Tvals)))
for j, BB in enumerate(Bvals):
p_dict['T'] = TT
p_dict['Bfield'] = BB
[ye] = get_spectra(x,E_in,p_dict,outputs=['S0'])
CSQ_map[i,j] = chisq(y,ye)
pickle.dump([T2D,B2D,CSQ_map],open('pickle_CSQmap.pkl','wb'))
else:
T2D, B2D, CSQ_map = pickle.load(open('pickle_CSQmap.pkl','rb'))
print(T2D)
print(B2D)
fig_map = plt.figure()
ax = plt.subplot2grid((1,14),(0,0),colspan=13)
ax_cb = plt.subplot2grid((1,14),(0,13),colspan=1)
im = ax.imshow(CSQ_map.T,origin='lower',aspect='auto',
extent=(T2D[0][0],T2D[-1][-1],B2D[0][0],B2D[-1][-1]),
cmap=plt.cm.jet,alpha=0.7)
ax.contour(T2D, B2D, CSQ_map.T,9,lw=2,color='k')
cb = fig_map.colorbar(im,cax=ax_cb)
#plt.show()
## Do SA fitting
best_params, result, chi_sq_log, T_log, B_log, success = SA_fit(data, E_in_angle, p_dict, p_dict_bools,
p_dict_bounds, no_evals = 32, data_type='S0')
fig_data = plt.figure()
plt.plot(x,y,'ko')
if success:
report = result.fit_report()
fit = result.best_fit
print(report)
else:
print(best_params)
fit = get_spectra(x,E_in,best_params,outputs=['S0'])[0].real
plt.plot(x,fit,'r-',lw=2)
# Chi-squared log with iteration number
fig_chisqlog = plt.figure()
plt.plot(chi_sq_log)
plt.ylabel('Chi_squared value')
plt.xlabel('Iteration')
#plt.show()
ax.plot(T_log, B_log, 'ko', ms=1)
ax.plot(T_log, B_log, 'k--', lw=1.5)
ax.plot(T_log[0], B_log[0], 'rs', ms=6)
ax.plot(T_log[-1], B_log[-1], 'bs', ms=6)
plt.show()
if __name__ == '__main__':
test_fit4(False)
| [
2,
15069,
1946,
337,
13,
317,
13,
1168,
298,
576,
11,
449,
13,
3873,
4005,
2959,
11,
406,
13,
3894,
263,
11,
360,
13,
854,
1780,
11,
198,
2,
327,
13,
311,
13,
12620,
290,
314,
13,
402,
13,
19712,
13,
198,
198,
2,
49962,
739,
262,
24843,
13789,
11,
10628,
362,
13,
15,
357,
1169,
366,
34156,
15341,
198,
2,
345,
743,
407,
779,
428,
2393,
2845,
287,
11846,
351,
262,
13789,
13,
198,
2,
921,
743,
7330,
257,
4866,
286,
262,
13789,
379,
198,
198,
2,
197,
2638,
1378,
2503,
13,
43073,
13,
2398,
14,
677,
4541,
14,
43,
2149,
24290,
12,
17,
13,
15,
198,
198,
2,
17486,
2672,
416,
9723,
1099,
393,
4987,
284,
287,
3597,
11,
3788,
198,
2,
9387,
739,
262,
13789,
318,
9387,
319,
281,
366,
1921,
3180,
1,
29809,
1797,
11,
198,
2,
42881,
34764,
11015,
6375,
7102,
49828,
11053,
3963,
15529,
509,
12115,
11,
2035,
4911,
393,
17142,
13,
198,
2,
4091,
262,
13789,
329,
262,
2176,
3303,
15030,
21627,
290,
198,
2,
11247,
739,
262,
13789,
13,
198,
198,
37811,
198,
198,
8890,
4817,
281,
710,
4272,
15830,
8027,
13,
220,
198,
198,
20988,
17884,
286,
262,
2656,
14719,
15830,
8265,
3194,
416,
2940,
317,
13,
1168,
298,
576,
11,
783,
1262,
300,
76,
11147,
198,
198,
5956,
6153,
2864,
12,
2998,
12,
1065,
8779,
57,
198,
37811,
198,
2,
12972,
362,
13,
22,
17764,
198,
6738,
11593,
37443,
834,
1330,
357,
21426,
11,
3601,
62,
8818,
11,
4112,
62,
11748,
8,
198,
198,
11748,
299,
32152,
355,
45941,
198,
11748,
2603,
29487,
8019,
13,
9078,
29487,
355,
458,
83,
198,
11748,
14601,
198,
11748,
25064,
198,
11748,
4866,
198,
11748,
640,
198,
198,
11748,
2298,
293,
355,
2298,
293,
198,
198,
11748,
26692,
22602,
198,
6738,
18540,
305,
919,
278,
1330,
19850,
198,
198,
6738,
9766,
6359,
385,
13,
8019,
82,
1330,
10373,
37,
2535,
49,
28399,
355,
10373,
198,
11748,
300,
76,
11147,
355,
300,
76,
198,
198,
6738,
9766,
6359,
385,
13,
8019,
82,
13,
4443,
430,
1330,
651,
62,
4443,
430,
198,
198,
79,
62,
11600,
62,
65,
3733,
62,
12286,
796,
1391,
6,
75,
3846,
10354,
16,
68,
12,
18,
4032,
33,
3245,
10354,
3064,
1539,
705,
51,
10354,
1238,
1539,
220,
198,
197,
197,
197,
197,
197,
197,
197,
6,
34777,
2611,
33,
3046,
10354,
1238,
1539,
705,
30846,
10354,
3064,
1539,
198,
197,
197,
197,
197,
197,
197,
197,
2,
32909,
5612,
286,
1657,
198,
197,
197,
197,
197,
197,
197,
197,
470,
3202,
64,
15,
10354,
940,
1539,
705,
36,
62,
87,
10354,
15,
13,
2713,
11,
705,
36,
62,
88,
10354,
15,
13,
2713,
11,
705,
36,
62,
40715,
10354,
15,
13,
486,
11,
220,
198,
197,
197,
197,
197,
197,
197,
197,
2,
347,
12,
3245,
9848,
266,
13,
81,
13,
83,
13,
1657,
479,
12,
31364,
198,
197,
197,
197,
197,
197,
197,
197,
6,
33,
1169,
8326,
10354,
940,
9,
18,
13,
1415,
14,
15259,
11,
705,
33,
34846,
10354,
940,
9,
18,
13,
1415,
14,
15259,
11,
198,
197,
197,
197,
197,
197,
197,
197,
6,
5211,
381,
30782,
10354,
1238,
1539,
198,
197,
197,
197,
197,
197,
197,
197,
6,
26145,
5332,
31944,
10354,
16,
11,
705,
42,
1821,
31944,
10354,
16,
11,
705,
42,
3901,
31944,
10354,
16,
11,
198,
197,
197,
197,
197,
197,
197,
197,
92,
198,
198,
4299,
442,
271,
80,
7,
8226,
11,
5948,
11,
8056,
28,
14202,
2599,
198,
197,
37811,
220,
198,
197,
36,
2100,
4985,
262,
33166,
12,
16485,
1144,
1988,
286,
257,
1813,
1366,
14,
1169,
652,
6087,
198,
197,
198,
197,
20560,
82,
25,
198,
197,
197,
8226,
1058,
6515,
1366,
198,
197,
197,
5948,
1058,
2938,
357,
1169,
652,
8,
1366,
198,
197,
197,
8056,
1058,
32233,
11,
4049,
9210,
532,
7177,
286,
4129,
7,
87,
8,
198,
197,
198,
197,
35561,
25,
198,
197,
197,
22468,
286,
33166,
12,
16485,
1144,
1988,
198,
197,
37811,
198,
197,
361,
11454,
318,
6045,
25,
198,
197,
197,
8056,
796,
45941,
13,
1952,
62,
2339,
7,
8226,
8,
198,
197,
7783,
14808,
7,
8226,
12,
5948,
20679,
8056,
8,
1174,
17,
737,
16345,
3419,
198,
198,
4299,
13446,
7,
22046,
2599,
198,
197,
37811,
26439,
4985,
33166,
12,
16485,
1144,
1988,
329,
257,
1813,
900,
286,
10007,
37227,
198,
197,
198,
197,
40539,
654,
13,
36439,
24455,
7203,
46430,
4943,
198,
197,
7890,
796,
26498,
58,
15,
60,
198,
197,
198,
197,
79,
62,
11600,
796,
26498,
58,
17,
60,
198,
197,
36,
62,
259,
796,
45941,
13,
18747,
26933,
79,
62,
11600,
17816,
36,
62,
87,
6,
4357,
79,
62,
11600,
17816,
36,
62,
88,
20520,
9,
37659,
13,
11201,
7,
16,
13,
73,
9,
79,
62,
11600,
17816,
36,
62,
40715,
20520,
828,
15,
8183,
8,
198,
197,
79,
62,
11600,
62,
65,
10141,
796,
26498,
58,
18,
60,
198,
197,
7890,
62,
4906,
796,
26498,
58,
19,
60,
198,
197,
1169,
652,
62,
12786,
796,
651,
62,
4443,
430,
7,
7890,
58,
15,
4357,
36,
62,
259,
11,
79,
62,
11600,
11,
22915,
82,
41888,
7890,
62,
4906,
12962,
58,
15,
4083,
5305,
198,
197,
354,
271,
80,
62,
2100,
796,
442,
271,
80,
7,
7890,
58,
16,
4357,
1169,
652,
62,
12786,
8,
628,
197,
7783,
442,
271,
80,
62,
2100,
11,
279,
62,
11600,
198,
198,
4299,
14719,
62,
11147,
7,
7890,
11,
36,
62,
259,
11,
79,
62,
11600,
11,
79,
62,
11600,
62,
65,
10141,
11,
79,
62,
11600,
62,
65,
3733,
28,
14202,
11,
3919,
62,
1990,
874,
28,
14202,
11,
7890,
62,
4906,
11639,
50,
15,
3256,
19011,
577,
28,
25101,
2599,
198,
197,
37811,
198,
197,
8890,
4817,
281,
710,
4272,
15830,
2446,
13,
198,
197,
198,
197,
8421,
28590,
281,
710,
4272,
4940,
11,
262,
11507,
2272,
318,
15456,
35846,
284,
1064,
922,
3599,
3403,
329,
262,
14719,
4197,
13,
628,
197,
7890,
25,
197,
197,
197,
197,
197,
272,
399,
87,
17,
11629,
540,
329,
262,
2124,
290,
331,
1366,
284,
307,
18235,
198,
197,
36,
62,
259,
25,
197,
197,
197,
197,
197,
1169,
4238,
5186,
2214,
5128,
13,
4091,
2205,
8841,
329,
262,
5444,
430,
13,
9078,
8265,
329,
3307,
13,
628,
197,
3919,
62,
1990,
874,
25,
197,
197,
197,
464,
1271,
286,
15456,
12,
34213,
923,
2173,
329,
35390,
15830,
13,
2896,
13185,
284,
362,
1174,
7,
18,
10,
17,
9,
77,
31805,
10044,
4105,
8,
810,
299,
31805,
10044,
4105,
318,
198,
197,
197,
197,
197,
197,
197,
197,
197,
197,
1169,
1271,
286,
15874,
4197,
10007,
198,
197,
198,
197,
79,
62,
11600,
25,
197,
197,
197,
197,
197,
67,
14188,
7268,
477,
262,
17952,
357,
36733,
8,
10007,
198,
197,
79,
62,
11600,
62,
65,
10141,
25,
197,
197,
67,
14188,
351,
262,
976,
8251,
355,
279,
62,
11600,
11,
351,
41146,
3815,
10200,
1123,
11507,
326,
318,
284,
307,
15641,
287,
262,
15830,
198,
197,
79,
62,
11600,
62,
65,
3733,
25,
197,
67,
14188,
351,
262,
976,
8251,
355,
279,
62,
11600,
11,
351,
3815,
326,
2380,
262,
28833,
1123,
11507,
460,
1011,
287,
262,
4238,
11507,
2989,
198,
197,
197,
197,
197,
197,
197,
197,
197,
197,
16580,
25,
428,
2499,
4622,
10338,
284,
279,
62,
11600,
62,
65,
3733,
287,
262,
10373,
15830,
5050,
13,
554,
26067,
290,
14719,
15830,
11,
262,
22303,
198,
197,
197,
197,
197,
197,
197,
197,
197,
197,
19738,
262,
2837,
287,
11507,
2272,
326,
318,
15456,
18782,
284,
1064,
922,
3599,
10007,
329,
262,
220,
198,
197,
197,
197,
197,
197,
197,
197,
197,
197,
4090,
8027,
11,
2138,
621,
852,
7646,
22303,
319,
262,
4197,
10007,
13,
198,
197,
198,
197,
7890,
62,
4906,
25,
197,
197,
197,
6601,
2099,
284,
4197,
11992,
1366,
284,
13,
1680,
307,
530,
286,
25,
198,
197,
197,
197,
197,
197,
197,
197,
197,
197,
6,
50,
15,
3256,
705,
50,
16,
3256,
705,
50,
17,
3256,
705,
50,
18,
3256,
705,
40,
87,
3256,
705,
40,
88,
3256,
2644,
198,
197,
19011,
577,
25,
197,
197,
197,
197,
46120,
13087,
532,
517,
3601,
6299,
2810,
355,
262,
1430,
33226,
198,
197,
198,
197,
37811,
198,
197,
198,
197,
361,
279,
62,
11600,
62,
65,
3733,
318,
6045,
25,
198,
197,
197,
79,
62,
11600,
62,
65,
3733,
796,
279,
62,
11600,
62,
65,
3733,
62,
12286,
198,
197,
198,
197,
4798,
10786,
22851,
3184,
4817,
15397,
4272,
376,
2535,
371,
28399,
11537,
198,
197,
87,
796,
45941,
13,
18747,
7,
7890,
58,
15,
12962,
198,
197,
88,
796,
45941,
13,
18747,
7,
7890,
58,
16,
12962,
628,
197,
79,
62,
11600,
17816,
36,
62,
87,
20520,
796,
412,
62,
259,
58,
15,
60,
198,
197,
79,
62,
11600,
17816,
36,
62,
88,
20520,
796,
412,
62,
259,
58,
16,
7131,
15,
60,
198,
197,
79,
62,
11600,
17816,
36,
62,
40715,
20520,
796,
412,
62,
259,
58,
16,
7131,
16,
60,
198,
197,
36,
62,
259,
62,
31364,
796,
45941,
13,
18747,
26933,
79,
62,
11600,
17816,
36,
62,
87,
6,
4357,
79,
62,
11600,
17816,
36,
62,
88,
20520,
9,
37659,
13,
11201,
7,
16,
13,
73,
9,
79,
62,
11600,
17816,
36,
62,
40715,
20520,
828,
15,
8183,
8,
198,
197,
198,
197,
2,
954,
1271,
286,
4197,
10007,
198,
197,
77,
31805,
10044,
4105,
796,
657,
198,
197,
1640,
1994,
287,
279,
62,
11600,
62,
65,
10141,
25,
198,
197,
197,
361,
279,
62,
11600,
62,
65,
10141,
58,
2539,
5974,
299,
31805,
10044,
4105,
15853,
352,
198,
197,
198,
197,
2,
4277,
1271,
286,
34820,
1912,
319,
1271,
286,
4197,
10007,
198,
197,
361,
645,
62,
1990,
874,
6624,
6045,
25,
198,
197,
197,
3919,
62,
1990,
874,
796,
362,
1174,
7,
23,
10,
17,
9,
77,
31805,
10044,
4105,
8,
198,
197,
197,
198,
197,
2,
13610,
4738,
7177,
286,
3599,
10007,
1912,
319,
11507,
16069,
1813,
287,
279,
62,
11600,
62,
65,
3733,
22155,
198,
197,
2,
1446,
10228,
42096,
625,
262,
11507,
2272,
198,
197,
198,
197,
2,
21018,
262,
11507,
22155,
198,
197,
79,
62,
11600,
62,
4868,
796,
17635,
198,
197,
1640,
1312,
287,
2837,
7,
3919,
62,
1990,
874,
2599,
198,
197,
197,
79,
62,
11600,
62,
4868,
13,
33295,
7,
30073,
13,
22089,
30073,
7,
79,
62,
11600,
4008,
198,
197,
197,
198,
197,
1640,
1994,
287,
279,
62,
11600,
62,
65,
10141,
25,
198,
197,
197,
361,
279,
62,
11600,
62,
65,
10141,
58,
2539,
60,
855,
17821,
25,
198,
197,
197,
197,
9688,
62,
12786,
796,
279,
62,
11600,
58,
2539,
60,
198,
197,
197,
197,
2,
4798,
923,
62,
12786,
198,
197,
197,
197,
1640,
1312,
287,
2837,
7,
11925,
7,
79,
62,
11600,
62,
4868,
8,
2599,
198,
197,
197,
197,
197,
79,
62,
11600,
62,
4868,
58,
72,
7131,
2539,
60,
796,
923,
62,
12786,
1343,
45941,
13,
25120,
13,
403,
6933,
32590,
16,
11,
16,
8,
1635,
279,
62,
11600,
62,
65,
3733,
58,
2539,
60,
198,
197,
197,
197,
197,
198,
197,
361,
15942,
577,
25,
198,
197,
197,
4798,
10786,
8053,
286,
4238,
11507,
48589,
3166,
25,
11537,
198,
197,
197,
1640,
279,
67,
287,
279,
62,
11600,
62,
4868,
25,
198,
197,
197,
197,
4798,
7,
30094,
8,
198,
197,
197,
2,
4798,
279,
62,
11600,
62,
4868,
198,
197,
197,
4798,
10786,
59,
77,
59,
77,
11537,
198,
197,
198,
197,
2,
5211,
10730,
10373,
15830,
416,
7736,
1710,
3294,
21758,
198,
197,
7501,
796,
19850,
3419,
1303,
19850,
3419,
3544,
477,
21758,
11,
19850,
7,
18,
8,
3544,
513,
21758,
329,
1672,
13,
198,
197,
198,
197,
2235,
779,
2793,
1429,
8475,
523,
3644,
318,
991,
21802,
981,
26019,
3228,
198,
197,
8000,
796,
26692,
22602,
13,
18709,
3419,
198,
197,
8000,
13,
44460,
7,
862,
22602,
13,
33,
3698,
3913,
62,
35510,
42126,
62,
4805,
41254,
9050,
62,
31631,
8,
198,
197,
1640,
1200,
287,
2560,
13,
17197,
33529,
198,
197,
197,
9410,
13,
44460,
7,
862,
22602,
13,
2389,
2538,
62,
4805,
41254,
9050,
62,
31631,
8,
198,
197,
198,
197,
22046,
62,
4868,
796,
47527,
7890,
11,
412,
62,
259,
11,
279,
62,
11600,
62,
4868,
58,
74,
4357,
279,
62,
11600,
62,
65,
10141,
11,
1366,
62,
4906,
8,
329,
479,
287,
2837,
7,
3919,
62,
1990,
874,
15437,
198,
197,
198,
197,
4965,
796,
745,
13,
8899,
62,
292,
13361,
7,
49786,
11,
22046,
62,
4868,
8,
198,
197,
20274,
796,
1874,
13,
1136,
3419,
198,
197,
7501,
13,
19836,
3419,
198,
197,
7501,
13,
22179,
3419,
198,
197,
197,
198,
197,
20274,
796,
45941,
13,
18747,
7,
20274,
8,
198,
197,
1370,
9452,
796,
45941,
13,
853,
1084,
7,
20274,
58,
45299,
15,
12962,
1303,
2292,
286,
9016,
33166,
12,
16485,
1144,
1988,
422,
4238,
44774,
198,
197,
4090,
62,
37266,
796,
1255,
58,
1370,
9452,
7131,
16,
60,
1303,
11507,
22155,
3917,
351,
9016,
33166,
12,
16485,
1144,
198,
197,
13466,
62,
11072,
62,
31166,
796,
1255,
58,
1370,
9452,
7131,
15,
60,
1303,
9016,
33166,
12,
16485,
1144,
1988,
198,
197,
14421,
62,
11072,
62,
31166,
796,
1266,
62,
11072,
62,
31166,
198,
197,
14421,
62,
37266,
796,
4866,
13,
22089,
30073,
7,
4090,
62,
37266,
8,
198,
197,
198,
197,
4798,
10786,
59,
77,
59,
77,
20768,
11507,
2272,
34109,
5668,
986,
11537,
198,
197,
198,
197,
2,
24291,
286,
703,
881,
262,
33166,
12,
16485,
1144,
3815,
1487,
625,
262,
11507,
2272,
198,
197,
43639,
796,
45941,
13,
19282,
7,
20274,
58,
45299,
15,
12962,
198,
197,
198,
197,
2,
20768,
705,
11498,
21069,
6,
329,
262,
281,
710,
4272,
198,
197,
51,
796,
20007,
13,
198,
197,
2,
10250,
5951,
3257,
810,
262,
11862,
481,
2245,
10342,
198,
197,
39504,
62,
51,
796,
2026,
13,
198,
197,
198,
197,
2,
5621,
262,
4050,
2837,
286,
257,
1813,
5951,
198,
197,
9521,
62,
1416,
4272,
796,
513,
198,
197,
74,
796,
2352,
7,
43639,
20679,
51,
1220,
2837,
62,
1416,
4272,
628,
197,
2,
15226,
278,
2494,
532,
703,
881,
262,
5951,
20638,
319,
1123,
1057,
13,
198,
197,
24494,
278,
62,
4873,
796,
767,
68,
12,
21,
628,
197,
2,
7913,
286,
1661,
257,
4391,
35256,
318,
8606,
878,
15430,
284,
10373,
4197,
13,
198,
197,
25689,
359,
62,
41915,
62,
39486,
796,
657,
198,
197,
25689,
359,
62,
41915,
62,
400,
10126,
796,
5867,
198,
197,
198,
197,
2,
7913,
286,
34820,
284,
9161,
257,
38008,
287,
11507,
2272,
357,
72,
13,
68,
13,
33166,
12,
16485,
1144,
857,
407,
1487,
8,
198,
197,
6816,
559,
62,
41915,
62,
39486,
796,
657,
198,
197,
6816,
559,
62,
41915,
62,
400,
10126,
796,
5867,
198,
197,
198,
197,
45994,
62,
37266,
796,
4866,
13,
22089,
30073,
7,
14421,
62,
37266,
8,
198,
197,
13466,
62,
37266,
796,
4866,
13,
22089,
30073,
7,
14421,
62,
37266,
8,
198,
197,
13466,
62,
11072,
62,
31166,
796,
1459,
62,
11072,
62,
31166,
198,
197,
2,
4798,
4473,
62,
37266,
198,
197,
198,
197,
2235,
4856,
532,
2604,
11862,
3108,
198,
197,
11072,
62,
31166,
62,
6404,
796,
685,
14421,
62,
11072,
62,
31166,
60,
198,
197,
51,
62,
6404,
796,
685,
45994,
62,
37266,
17816,
51,
6,
11907,
198,
197,
33,
62,
6404,
796,
685,
45994,
62,
37266,
17816,
33,
3245,
6,
11907,
628,
197,
8940,
62,
2676,
602,
796,
8646,
198,
197,
2676,
341,
796,
657,
198,
197,
198,
197,
4514,
309,
1875,
5288,
62,
51,
25,
220,
198,
197,
197,
2,
2980,
378,
257,
649,
900,
286,
10007,
326,
389,
1969,
284,
262,
938,
16726,
10007,
198,
197,
197,
1640,
1994,
287,
279,
62,
11600,
62,
65,
10141,
25,
198,
197,
197,
197,
361,
279,
62,
11600,
62,
65,
10141,
58,
2539,
60,
855,
17821,
25,
1303,
357,
26086,
2198,
8,
198,
197,
197,
197,
197,
2235,
10007,
15641,
625,
838,
4,
286,
2837,
7368,
878,
986,
197,
198,
197,
197,
197,
197,
45994,
62,
37266,
58,
2539,
60,
796,
4866,
13,
22089,
30073,
7,
14421,
62,
37266,
58,
2539,
12962,
1343,
45941,
13,
25120,
13,
11265,
7,
15,
11,
79,
62,
11600,
62,
65,
3733,
58,
2539,
12962,
1303,
1635,
279,
62,
11600,
62,
65,
3733,
58,
2539,
60,
197,
2,
9,
657,
13,
16,
198,
197,
197,
198,
197,
197,
4798,
10786,
8421,
17952,
25,
11537,
198,
197,
197,
4798,
7,
10786,
51,
4454,
25,
46083,
4473,
62,
37266,
17816,
51,
6,
4357,
4473,
62,
37266,
17816,
33,
3245,
20520,
4008,
198,
197,
197,
4798,
7,
10786,
11297,
25,
46083,
1459,
62,
37266,
17816,
51,
6,
4357,
1459,
62,
37266,
17816,
33,
3245,
20520,
4008,
628,
197,
197,
45994,
62,
1169,
652,
796,
651,
62,
4443,
430,
7,
87,
11,
36,
62,
259,
62,
31364,
11,
45994,
62,
37266,
11,
22915,
82,
41888,
7890,
62,
4906,
12962,
58,
15,
4083,
5305,
198,
197,
197,
45994,
62,
11072,
62,
31166,
796,
442,
271,
80,
7,
7890,
58,
16,
4357,
45994,
62,
1169,
652,
8,
198,
197,
197,
198,
197,
197,
2,
2604,
1266,
33166,
62,
16485,
1144,
3815,
290,
10007,
198,
197,
197,
361,
4473,
62,
11072,
62,
31166,
1279,
1266,
62,
11072,
62,
31166,
25,
198,
197,
197,
197,
13466,
62,
11072,
62,
31166,
796,
4473,
62,
11072,
62,
31166,
198,
197,
197,
197,
13466,
62,
37266,
796,
4866,
13,
22089,
30073,
7,
45994,
62,
37266,
8,
198,
197,
197,
198,
197,
197,
2,
27131,
378,
2568,
3580,
198,
197,
197,
67,
12514,
62,
11072,
62,
31166,
796,
4473,
62,
11072,
62,
31166,
532,
1459,
62,
11072,
62,
31166,
628,
197,
197,
2,
290,
10385,
284,
12867,
286,
13427,
198,
197,
197,
361,
25979,
62,
11072,
62,
31166,
1279,
352,
68,
12,
20,
25,
198,
197,
197,
197,
2,
611,
612,
338,
645,
1487,
287,
33166,
12,
16485,
1144,
357,
72,
13,
68,
13,
11507,
2272,
318,
15726,
6228,
828,
2453,
351,
1402,
357,
20,
4407,
12867,
198,
197,
197,
197,
4798,
10786,
31502,
532,
645,
1487,
287,
33166,
12,
16485,
1144,
532,
2192,
2233,
284,
38008,
287,
11507,
2272,
0,
11537,
198,
197,
197,
197,
1676,
65,
796,
657,
13,
2713,
198,
197,
197,
197,
6816,
559,
62,
41915,
62,
39486,
15853,
352,
198,
197,
197,
17772,
25,
198,
197,
197,
197,
1676,
65,
796,
45941,
13,
11201,
32590,
67,
12514,
62,
11072,
62,
31166,
29006,
74,
9,
51,
4008,
198,
197,
197,
198,
197,
197,
361,
15942,
577,
25,
198,
197,
197,
197,
4798,
7,
10786,
59,
77,
59,
83,
13014,
33166,
12,
16485,
1144,
523,
1290,
25,
3256,
1266,
62,
11072,
62,
31166,
4008,
198,
197,
197,
197,
4798,
7,
10786,
59,
83,
13014,
40117,
523,
1290,
357,
51,
11,
347,
2599,
46083,
1266,
62,
37266,
17816,
51,
6,
4357,
1266,
62,
37266,
17816,
33,
3245,
20520,
4008,
628,
197,
197,
197,
4798,
7,
10786,
59,
83,
11297,
40117,
357,
51,
11,
347,
2599,
46083,
1459,
62,
37266,
17816,
51,
6,
4357,
1459,
62,
37266,
17816,
33,
3245,
20520,
4008,
198,
197,
197,
197,
4798,
7,
10786,
59,
83,
51,
4454,
40117,
357,
51,
11,
347,
2599,
46083,
4473,
62,
37266,
17816,
51,
6,
4357,
4473,
62,
37266,
17816,
33,
3245,
20520,
4008,
198,
197,
197,
197,
4798,
7,
10786,
59,
77,
59,
83,
11297,
33166,
12,
16485,
1144,
25,
3256,
1459,
62,
11072,
62,
31166,
4008,
198,
197,
197,
197,
4798,
7,
10786,
59,
83,
51,
4454,
33166,
12,
16485,
1144,
25,
3256,
4473,
62,
11072,
62,
31166,
4008,
198,
197,
197,
197,
4798,
7,
10786,
59,
83,
19400,
287,
33166,
12,
16485,
1144,
422,
2180,
25,
3256,
25979,
62,
11072,
62,
31166,
4008,
198,
197,
197,
197,
4798,
7,
10786,
59,
83,
42492,
11507,
25,
46083,
309,
4008,
198,
197,
197,
197,
4798,
7,
10786,
59,
83,
2964,
65,
1799,
326,
649,
10007,
481,
307,
6292,
45160,
16,
6624,
352,
2599,
3256,
1861,
4008,
198,
197,
197,
198,
197,
197,
361,
357,
67,
12514,
62,
11072,
62,
31166,
1279,
657,
8,
393,
357,
1676,
65,
1875,
45941,
13,
25120,
13,
25120,
3419,
2599,
198,
197,
197,
197,
2,
2453,
35390,
3356,
11,
393,
35256,
3356,
351,
12867,
1861,
532,
4296,
33166,
62,
16485,
1144,
290,
10007,
198,
197,
197,
197,
14421,
62,
11072,
62,
31166,
796,
4473,
62,
11072,
62,
31166,
198,
197,
197,
197,
14421,
62,
37266,
796,
4866,
13,
22089,
30073,
7,
45994,
62,
37266,
8,
198,
197,
197,
197,
198,
197,
197,
197,
11072,
62,
31166,
62,
6404,
13,
33295,
7,
45994,
62,
11072,
62,
31166,
8,
22492,
1394,
2604,
286,
33166,
12,
16485,
1144,
3815,
357,
261,
17458,
274,
913,
34820,
691,
8,
198,
197,
197,
197,
51,
62,
6404,
13,
33295,
7,
45994,
62,
37266,
17816,
51,
6,
12962,
198,
197,
197,
197,
33,
62,
6404,
13,
33295,
7,
45994,
62,
37266,
17816,
33,
3245,
6,
12962,
628,
197,
197,
197,
4798,
10786,
59,
83,
986,
40161,
6292,
13,
9236,
10007,
6153,
2637,
8,
198,
197,
197,
197,
4798,
10786,
59,
77,
11537,
198,
197,
197,
197,
198,
197,
197,
197,
2,
13259,
6654,
2863,
198,
197,
197,
197,
25689,
359,
62,
41915,
62,
39486,
796,
657,
198,
197,
197,
17772,
25,
198,
197,
197,
197,
4798,
7,
10786,
59,
83,
986,
40161,
8606,
13,
14473,
11387,
25,
3256,
35256,
62,
41915,
62,
39486,
11,
705,
1220,
46083,
35256,
62,
41915,
62,
400,
10126,
4008,
198,
197,
197,
197,
4798,
10786,
59,
77,
11537,
198,
197,
197,
197,
25689,
359,
62,
41915,
62,
39486,
15853,
352,
198,
197,
197,
197,
198,
197,
197,
198,
197,
197,
2,
15226,
1080,
198,
197,
197,
2,
9340,
309,
6937,
329,
717,
399,
34820,
198,
197,
197,
361,
24415,
1875,
3024,
62,
2676,
602,
25,
198,
197,
197,
197,
51,
796,
309,
29006,
16,
1343,
357,
24494,
278,
62,
4873,
9,
51,
4008,
1303,
43,
45459,
338,
11789,
357,
4023,
1378,
8726,
13,
34975,
3889,
13,
785,
14,
20205,
14,
940,
13,
44318,
14,
29499,
486,
3365,
20666,
21,
8,
198,
197,
197,
198,
197,
197,
2676,
341,
15853,
352,
198,
197,
197,
198,
197,
197,
2,
29739,
281,
710,
4272,
9052,
611,
3403,
389,
3376,
198,
197,
197,
361,
357,
25689,
359,
62,
41915,
62,
39486,
1875,
35256,
62,
41915,
62,
400,
10126,
2599,
198,
197,
197,
197,
4798,
7,
10786,
8890,
4817,
281,
710,
4272,
5668,
357,
1400,
9025,
1043,
706,
46110,
67,
92,
34820,
8,
4458,
18982,
7,
25689,
359,
62,
41915,
62,
400,
10126,
22305,
198,
197,
197,
197,
4798,
10786,
10462,
19811,
284,
35390,
4197,
1262,
1266,
1043,
10007,
986,
59,
77,
11537,
198,
197,
197,
197,
9032,
628,
197,
197,
198,
197,
197,
361,
357,
51,
1279,
5288,
62,
51,
2599,
1303,
2949,
18045,
510,
12788,
329,
257,
981,
11,
393,
5288,
5951,
4251,
198,
197,
197,
197,
4798,
10786,
8890,
4817,
281,
710,
4272,
5668,
357,
34467,
4251,
5288,
11387,
1267,
11537,
198,
197,
197,
197,
4798,
10786,
10462,
19811,
284,
35390,
4197,
1262,
1266,
1043,
10007,
986,
59,
77,
11537,
198,
197,
197,
197,
9032,
198,
197,
197,
198,
197,
197,
361,
357,
6816,
559,
62,
41915,
62,
39486,
1875,
38008,
62,
41915,
62,
400,
10126,
2599,
198,
197,
197,
197,
4798,
10786,
10185,
59,
77,
59,
83,
8141,
35354,
7904,
15397,
4272,
468,
407,
6718,
2004,
2637,
8,
198,
197,
197,
197,
4798,
10786,
59,
83,
43227,
4272,
11862,
1043,
38008,
287,
11507,
2272,
11537,
198,
197,
197,
197,
4798,
10786,
59,
83,
10462,
19811,
284,
35390,
4197,
1262,
1266,
1043,
10007,
986,
59,
77,
10185,
11537,
198,
197,
197,
197,
9032,
628,
197,
4242,
28382,
446,
83,
12,
3123,
574,
3900,
4197,
46424,
628,
197,
28311,
25,
198,
197,
197,
4798,
7,
10786,
8048,
12639,
4197,
351,
4238,
10007,
25,
357,
51,
11,
33,
8,
46083,
1266,
62,
37266,
17816,
51,
6,
4357,
1266,
62,
37266,
17816,
33,
3245,
20520,
4008,
198,
197,
197,
5805,
62,
13466,
62,
37266,
11,
1255,
796,
10373,
13,
5805,
62,
11147,
7,
7890,
11,
412,
62,
259,
11,
1266,
62,
37266,
11,
279,
62,
11600,
62,
65,
10141,
11,
1366,
62,
4906,
8,
198,
197,
197,
5805,
11072,
62,
31166,
796,
1255,
13,
354,
271,
80,
81,
198,
197,
197,
361,
10373,
11072,
62,
31166,
19841,
1266,
62,
11072,
62,
31166,
25,
198,
197,
197,
197,
13466,
62,
37266,
796,
10373,
62,
13466,
62,
37266,
198,
197,
197,
197,
20311,
62,
20274,
796,
1255,
198,
197,
197,
197,
13138,
796,
6407,
198,
197,
197,
197,
4798,
10786,
8048,
12639,
4197,
6718,
2004,
7675,
13,
59,
77,
11537,
198,
197,
197,
17772,
25,
198,
197,
197,
197,
4798,
10786,
8048,
12639,
4197,
750,
407,
1064,
2252,
9025,
13,
48516,
351,
28590,
281,
710,
4272,
1255,
13,
59,
77,
11537,
198,
197,
197,
197,
13138,
796,
10352,
198,
197,
197,
197,
20311,
62,
20274,
796,
352,
197,
197,
197,
198,
197,
16341,
25,
198,
197,
197,
4798,
10786,
8048,
12639,
4197,
4054,
284,
47873,
13,
48516,
351,
28590,
281,
710,
4272,
1255,
13,
59,
77,
11537,
198,
197,
197,
13138,
796,
10352,
198,
197,
197,
20311,
62,
20274,
796,
352,
198,
197,
197,
198,
197,
7783,
1266,
62,
37266,
11,
2457,
62,
20274,
1303,
11,
33166,
62,
31166,
62,
6404,
11,
309,
62,
6404,
11,
347,
62,
6404,
11,
1943,
198,
198,
4299,
1332,
62,
11147,
17,
7,
9948,
66,
28,
25101,
2599,
198,
197,
37811,
42400,
1366,
900,
284,
1332,
37227,
198,
197,
198,
197,
79,
62,
11600,
796,
1391,
6,
68,
10671,
10354,
6,
49,
65,
41707,
35,
1370,
10354,
6,
35,
17,
41707,
51,
10354,
1795,
1539,
6,
75,
3846,
10354,
17,
68,
12,
18,
4032,
33,
3245,
10354,
9031,
1539,
6,
33,
1169,
8326,
10354,
15,
1539,
198,
197,
197,
6,
33,
34846,
10354,
15,
1539,
6,
34777,
2611,
33,
3046,
10354,
15,
1539,
6,
30846,
10354,
15,
44587,
198,
197,
198,
197,
2,
691,
761,
284,
11986,
10007,
326,
389,
15641,
198,
197,
79,
62,
11600,
62,
65,
10141,
796,
1391,
6,
51,
10354,
17821,
4032,
33,
3245,
10354,
17821,
92,
198,
197,
79,
62,
11600,
62,
65,
3733,
796,
1391,
6,
51,
10354,
1314,
4032,
33,
3245,
10354,
3064,
92,
198,
197,
198,
197,
36,
62,
259,
796,
45941,
13,
18747,
26933,
16,
13,
15,
11,
15,
13,
15,
11,
15,
13,
15,
12962,
198,
197,
36,
62,
259,
62,
9248,
796,
685,
36,
62,
259,
58,
15,
4083,
5305,
17414,
8937,
7,
36,
62,
259,
58,
16,
46570,
37659,
13,
9248,
7,
36,
62,
259,
58,
16,
12962,
11907,
198,
197,
198,
197,
4798,
7,
36,
62,
259,
62,
9248,
8,
198,
197,
198,
197,
87,
796,
45941,
13,
21602,
10223,
32590,
22,
830,
11,
33942,
11,
2167,
8,
198,
197,
361,
42302,
25,
198,
197,
197,
58,
88,
60,
796,
651,
62,
4443,
430,
7,
87,
11,
36,
62,
259,
11,
79,
62,
11600,
11,
22915,
82,
28,
17816,
50,
15,
6,
12962,
1343,
45941,
13,
25120,
13,
25192,
77,
7,
11925,
7,
87,
4008,
9,
15,
13,
2999,
198,
197,
197,
27729,
293,
13,
39455,
26933,
87,
11,
88,
4357,
9654,
10786,
27729,
293,
62,
87,
5173,
1045,
13,
79,
41582,
41707,
39346,
6,
4008,
198,
197,
17772,
25,
198,
197,
197,
87,
11,
88,
796,
2298,
293,
13,
2220,
7,
9654,
10786,
27729,
293,
62,
87,
5173,
1045,
13,
79,
41582,
41707,
26145,
6,
4008,
628,
197,
7890,
796,
685,
87,
11,
88,
13,
5305,
60,
628,
197,
2,
9347,
33166,
12,
16485,
1144,
4417,
25,
198,
197,
51,
12786,
796,
45941,
13,
21602,
10223,
7,
1821,
11,
10232,
11,
6200,
8,
198,
197,
33,
12786,
796,
45941,
13,
21602,
10223,
7,
15,
11,
4059,
11,
9031,
8,
198,
197,
198,
197,
51,
17,
35,
11,
347,
17,
35,
796,
45941,
13,
76,
5069,
25928,
7,
51,
12786,
11,
33,
12786,
8,
198,
197,
7902,
48,
62,
8899,
796,
45941,
13,
9107,
418,
19510,
11925,
7,
51,
12786,
828,
11925,
7,
33,
12786,
22305,
198,
197,
198,
197,
361,
42302,
25,
198,
197,
197,
1640,
1312,
11,
15751,
287,
27056,
378,
7,
51,
12786,
2599,
198,
197,
197,
197,
4798,
19510,
72,
11,
18896,
7,
51,
12786,
22305,
198,
197,
197,
197,
1640,
474,
11,
12597,
287,
27056,
378,
7,
33,
12786,
2599,
198,
197,
197,
197,
197,
79,
62,
11600,
17816,
51,
20520,
796,
26653,
198,
197,
197,
197,
197,
79,
62,
11600,
17816,
33,
3245,
20520,
796,
12597,
198,
197,
197,
197,
197,
58,
5948,
60,
796,
651,
62,
4443,
430,
7,
87,
11,
36,
62,
259,
11,
79,
62,
11600,
11,
22915,
82,
28,
17816,
50,
15,
6,
12962,
198,
197,
197,
197,
197,
7902,
48,
62,
8899,
58,
72,
11,
73,
60,
796,
442,
271,
80,
7,
88,
11,
5948,
8,
198,
197,
197,
27729,
293,
13,
39455,
26933,
51,
17,
35,
11,
33,
17,
35,
11,
7902,
48,
62,
8899,
4357,
9654,
10786,
27729,
293,
62,
7902,
48,
8899,
13,
79,
41582,
41707,
39346,
6,
4008,
198,
197,
17772,
25,
198,
197,
197,
51,
17,
35,
11,
347,
17,
35,
11,
9429,
48,
62,
8899,
796,
2298,
293,
13,
2220,
7,
9654,
10786,
27729,
293,
62,
7902,
48,
8899,
13,
79,
41582,
41707,
26145,
6,
4008,
198,
197,
198,
197,
5647,
62,
8899,
796,
458,
83,
13,
26875,
3419,
198,
197,
897,
796,
458,
83,
13,
7266,
29487,
17,
25928,
19510,
16,
11,
1415,
828,
7,
15,
11,
15,
828,
4033,
12626,
28,
1485,
8,
198,
197,
897,
62,
21101,
796,
458,
83,
13,
7266,
29487,
17,
25928,
19510,
16,
11,
1415,
828,
7,
15,
11,
1485,
828,
4033,
12626,
28,
16,
8,
198,
197,
320,
796,
7877,
13,
320,
12860,
7,
7902,
48,
62,
8899,
13,
51,
11,
47103,
11639,
21037,
3256,
292,
806,
11639,
23736,
3256,
198,
197,
197,
197,
197,
197,
2302,
298,
16193,
51,
12786,
58,
15,
4357,
51,
12786,
58,
12,
16,
4357,
33,
12786,
58,
15,
4357,
33,
12786,
58,
12,
16,
46570,
198,
197,
197,
197,
197,
197,
66,
8899,
28,
489,
83,
13,
11215,
13,
31173,
11,
26591,
28,
15,
13,
22,
8,
198,
197,
897,
13,
3642,
454,
7,
51,
17,
35,
11,
347,
17,
35,
11,
9429,
48,
62,
8899,
13,
51,
11,
22,
11,
75,
86,
28,
17,
11,
8043,
11639,
74,
11537,
198,
197,
198,
197,
21101,
796,
2336,
62,
8899,
13,
8043,
5657,
7,
320,
11,
66,
897,
28,
897,
62,
21101,
8,
198,
197,
198,
197,
2,
489,
83,
13,
12860,
3419,
198,
197,
198,
197,
2235,
2141,
14719,
15830,
198,
197,
13466,
62,
37266,
11,
1255,
11,
33166,
62,
31166,
62,
6404,
11,
309,
62,
6404,
11,
347,
62,
6404,
796,
14719,
62,
11147,
7,
7890,
11,
412,
62,
259,
62,
9248,
11,
279,
62,
11600,
11,
279,
62,
11600,
62,
65,
10141,
11,
198,
197,
197,
197,
197,
197,
197,
197,
197,
197,
197,
197,
197,
197,
197,
197,
197,
197,
197,
197,
197,
197,
79,
62,
11600,
62,
65,
3733,
11,
645,
62,
1990,
874,
796,
362,
11,
1366,
62,
4906,
11639,
50,
15,
11537,
198,
197,
13116,
796,
1255,
13,
11147,
62,
13116,
3419,
198,
197,
11147,
796,
1255,
13,
13466,
62,
11147,
198,
197,
198,
197,
5647,
62,
7890,
796,
458,
83,
13,
26875,
3419,
198,
197,
4798,
7,
13116,
8,
198,
197,
489,
83,
13,
29487,
7,
87,
11,
88,
4032,
7204,
11537,
198,
197,
489,
83,
13,
29487,
7,
87,
11,
11147,
4032,
81,
12,
3256,
75,
86,
28,
17,
8,
198,
197,
198,
197,
2,
21380,
12,
16485,
1144,
2604,
351,
24415,
1271,
198,
197,
5647,
62,
354,
271,
80,
6404,
796,
458,
83,
13,
26875,
3419,
198,
197,
489,
83,
13,
29487,
7,
11072,
62,
31166,
62,
6404,
8,
198,
197,
489,
83,
13,
2645,
9608,
10786,
1925,
72,
62,
16485,
1144,
1988,
11537,
198,
197,
489,
83,
13,
87,
18242,
10786,
29993,
341,
11537,
198,
197,
198,
197,
198,
197,
2,
489,
83,
13,
12860,
3419,
198,
197,
198,
197,
897,
13,
29487,
7,
51,
62,
6404,
11,
347,
62,
6404,
11,
705,
7204,
3256,
13845,
28,
16,
8,
198,
197,
897,
13,
29487,
7,
51,
62,
6404,
58,
15,
4357,
347,
62,
6404,
58,
15,
4357,
705,
3808,
3256,
13845,
28,
21,
8,
198,
197,
897,
13,
29487,
7,
51,
62,
6404,
58,
12,
16,
4357,
347,
62,
6404,
58,
12,
16,
4357,
705,
1443,
3256,
13845,
28,
21,
8,
198,
197,
198,
197,
489,
83,
13,
12860,
3419,
198,
198,
4299,
1332,
62,
11147,
18,
7,
9948,
66,
28,
25101,
2599,
198,
197,
37811,
42400,
1366,
900,
284,
1332,
37227,
198,
197,
198,
197,
79,
62,
11600,
796,
1391,
6,
68,
10671,
10354,
6,
49,
65,
41707,
35,
1370,
10354,
6,
35,
17,
41707,
51,
10354,
18742,
1539,
6,
75,
3846,
10354,
20,
68,
12,
18,
4032,
33,
3245,
10354,
42060,
1539,
6,
33,
1169,
8326,
10354,
15,
1539,
198,
197,
197,
6,
33,
34846,
10354,
15,
1539,
6,
34777,
2611,
33,
3046,
10354,
15,
1539,
6,
30846,
10354,
15,
44587,
198,
197,
198,
197,
2,
691,
761,
284,
11986,
10007,
326,
389,
15641,
198,
197,
79,
62,
11600,
62,
65,
10141,
796,
1391,
6,
51,
10354,
17821,
4032,
33,
3245,
10354,
17821,
92,
198,
197,
79,
62,
11600,
62,
65,
3733,
796,
1391,
6,
51,
10354,
1495,
4032,
33,
3245,
10354,
6200,
92,
198,
197,
198,
197,
36,
62,
259,
796,
45941,
13,
18747,
26933,
16,
13,
15,
11,
15,
13,
15,
11,
15,
13,
15,
12962,
198,
197,
36,
62,
259,
62,
9248,
796,
685,
36,
62,
259,
58,
15,
4083,
5305,
17414,
8937,
7,
36,
62,
259,
58,
16,
46570,
37659,
13,
9248,
7,
36,
62,
259,
58,
16,
12962,
11907,
198,
197,
198,
197,
4798,
7,
36,
62,
259,
62,
9248,
8,
198,
197,
198,
197,
87,
796,
45941,
13,
21602,
10223,
32590,
1485,
830,
12095,
43434,
11,
8628,
8,
198,
197,
361,
42302,
25,
198,
197,
197,
58,
88,
60,
796,
651,
62,
4443,
430,
7,
87,
11,
36,
62,
259,
11,
79,
62,
11600,
11,
22915,
82,
28,
17816,
50,
16,
6,
12962,
1343,
45941,
13,
25120,
13,
25192,
77,
7,
11925,
7,
87,
4008,
9,
15,
13,
2999,
198,
197,
197,
27729,
293,
13,
39455,
26933,
87,
11,
88,
4357,
9654,
10786,
27729,
293,
62,
87,
5173,
1045,
13,
79,
41582,
41707,
39346,
6,
4008,
198,
197,
17772,
25,
198,
197,
197,
87,
11,
88,
796,
2298,
293,
13,
2220,
7,
9654,
10786,
27729,
293,
62,
87,
5173,
1045,
13,
79,
41582,
41707,
26145,
6,
4008,
628,
197,
7890,
796,
685,
87,
11,
88,
13,
5305,
60,
628,
197,
2,
9347,
33166,
12,
16485,
1144,
4417,
25,
198,
197,
2,
51,
12786,
796,
45941,
13,
21602,
10223,
7,
79,
62,
11600,
17816,
51,
20520,
12,
79,
62,
11600,
62,
65,
3733,
17816,
51,
6,
4357,
79,
62,
11600,
17816,
51,
20520,
10,
79,
62,
11600,
62,
65,
3733,
17816,
51,
6,
4357,
8628,
8,
198,
197,
2,
33,
12786,
796,
45941,
13,
21602,
10223,
7,
79,
62,
11600,
17816,
33,
3245,
20520,
12,
79,
62,
11600,
62,
65,
3733,
17816,
33,
3245,
6,
4357,
79,
62,
11600,
17816,
33,
3245,
20520,
10,
79,
62,
11600,
62,
65,
3733,
17816,
33,
3245,
6,
4357,
11623,
8,
198,
197,
198,
197,
51,
12786,
796,
45941,
13,
21602,
10223,
7,
1795,
11,
9031,
11,
17885,
8,
198,
197,
33,
12786,
796,
45941,
13,
21602,
10223,
7,
15,
11,
44688,
11,
6200,
8,
198,
197,
198,
197,
51,
17,
35,
11,
347,
17,
35,
796,
45941,
13,
76,
5069,
25928,
7,
51,
12786,
11,
33,
12786,
8,
198,
197,
7902,
48,
62,
8899,
796,
45941,
13,
9107,
418,
19510,
11925,
7,
51,
12786,
828,
11925,
7,
33,
12786,
22305,
198,
197,
198,
197,
361,
42302,
25,
198,
197,
197,
1640,
1312,
11,
15751,
287,
27056,
378,
7,
51,
12786,
2599,
198,
197,
197,
197,
4798,
19510,
72,
11,
18896,
7,
51,
12786,
22305,
198,
197,
197,
197,
1640,
474,
11,
12597,
287,
27056,
378,
7,
33,
12786,
2599,
198,
197,
197,
197,
197,
79,
62,
11600,
17816,
51,
20520,
796,
26653,
198,
197,
197,
197,
197,
79,
62,
11600,
17816,
33,
3245,
20520,
796,
12597,
198,
197,
197,
197,
197,
58,
5948,
60,
796,
651,
62,
4443,
430,
7,
87,
11,
36,
62,
259,
11,
79,
62,
11600,
11,
22915,
82,
28,
17816,
50,
16,
6,
12962,
198,
197,
197,
197,
197,
7902,
48,
62,
8899,
58,
72,
11,
73,
60,
796,
442,
271,
80,
7,
88,
11,
5948,
8,
198,
197,
197,
27729,
293,
13,
39455,
26933,
51,
17,
35,
11,
33,
17,
35,
11,
7902,
48,
62,
8899,
4357,
9654,
10786,
27729,
293,
62,
7902,
48,
8899,
13,
79,
41582,
41707,
39346,
6,
4008,
198,
197,
17772,
25,
198,
197,
197,
51,
17,
35,
11,
347,
17,
35,
11,
9429,
48,
62,
8899,
796,
2298,
293,
13,
2220,
7,
9654,
10786,
27729,
293,
62,
7902,
48,
8899,
13,
79,
41582,
41707,
26145,
6,
4008,
198,
197,
198,
197,
4798,
7,
51,
17,
35,
8,
198,
197,
4798,
7,
33,
17,
35,
8,
198,
197,
5647,
62,
8899,
796,
458,
83,
13,
26875,
3419,
198,
197,
897,
796,
458,
83,
13,
7266,
29487,
17,
25928,
19510,
16,
11,
1415,
828,
7,
15,
11,
15,
828,
4033,
12626,
28,
1485,
8,
198,
197,
897,
62,
21101,
796,
458,
83,
13,
7266,
29487,
17,
25928,
19510,
16,
11,
1415,
828,
7,
15,
11,
1485,
828,
4033,
12626,
28,
16,
8,
198,
197,
320,
796,
7877,
13,
320,
12860,
7,
7902,
48,
62,
8899,
13,
51,
11,
47103,
11639,
21037,
3256,
292,
806,
11639,
23736,
3256,
198,
197,
197,
197,
197,
197,
2302,
298,
16193,
51,
17,
35,
58,
15,
7131,
15,
4357,
51,
17,
35,
58,
12,
16,
7131,
12,
16,
4357,
33,
17,
35,
58,
15,
7131,
15,
4357,
33,
17,
35,
58,
12,
16,
7131,
12,
16,
46570,
198,
197,
197,
197,
197,
197,
66,
8899,
28,
489,
83,
13,
11215,
13,
31173,
11,
26591,
28,
15,
13,
22,
8,
198,
197,
897,
13,
3642,
454,
7,
51,
17,
35,
11,
347,
17,
35,
11,
9429,
48,
62,
8899,
13,
51,
11,
24,
11,
75,
86,
28,
17,
11,
8043,
11639,
74,
11537,
198,
197,
198,
197,
21101,
796,
2336,
62,
8899,
13,
8043,
5657,
7,
320,
11,
66,
897,
28,
897,
62,
21101,
8,
198,
197,
198,
197,
2,
489,
83,
13,
12860,
3419,
198,
197,
198,
197,
2235,
2141,
14719,
15830,
198,
197,
13466,
62,
37266,
11,
1255,
11,
33166,
62,
31166,
62,
6404,
11,
309,
62,
6404,
11,
347,
62,
6404,
11,
1943,
796,
14719,
62,
11147,
7,
7890,
11,
412,
62,
259,
62,
9248,
11,
279,
62,
11600,
11,
279,
62,
11600,
62,
65,
10141,
11,
198,
197,
197,
197,
197,
197,
197,
197,
197,
197,
197,
197,
197,
197,
197,
197,
197,
197,
197,
197,
197,
197,
79,
62,
11600,
62,
65,
3733,
11,
645,
62,
1990,
874,
796,
3933,
11,
1366,
62,
4906,
11639,
50,
16,
11537,
198,
197,
361,
1943,
25,
198,
197,
197,
13116,
796,
1255,
13,
11147,
62,
13116,
3419,
198,
197,
197,
11147,
796,
1255,
13,
13466,
62,
11147,
198,
197,
197,
4798,
7,
13116,
8,
198,
197,
198,
197,
5647,
62,
7890,
796,
458,
83,
13,
26875,
3419,
198,
197,
489,
83,
13,
29487,
7,
87,
11,
88,
4032,
7204,
11537,
198,
197,
361,
1943,
25,
198,
197,
197,
489,
83,
13,
29487,
7,
87,
11,
11147,
4032,
81,
12,
3256,
75,
86,
28,
17,
8,
198,
197,
198,
197,
2,
21380,
12,
16485,
1144,
2604,
351,
24415,
1271,
198,
197,
5647,
62,
354,
271,
80,
6404,
796,
458,
83,
13,
26875,
3419,
198,
197,
489,
83,
13,
29487,
7,
11072,
62,
31166,
62,
6404,
8,
198,
197,
489,
83,
13,
2645,
9608,
10786,
1925,
72,
62,
16485,
1144,
1988,
11537,
198,
197,
489,
83,
13,
87,
18242,
10786,
29993,
341,
11537,
198,
197,
198,
197,
198,
197,
2,
489,
83,
13,
12860,
3419,
198,
197,
198,
197,
897,
13,
29487,
7,
51,
62,
6404,
11,
347,
62,
6404,
11,
705,
7204,
3256,
13845,
28,
16,
8,
198,
197,
897,
13,
29487,
7,
51,
62,
6404,
11,
347,
62,
6404,
11,
705,
74,
438,
3256,
300,
86,
28,
16,
13,
20,
8,
198,
197,
897,
13,
29487,
7,
51,
62,
6404,
58,
15,
4357,
347,
62,
6404,
58,
15,
4357,
705,
3808,
3256,
13845,
28,
21,
8,
198,
197,
897,
13,
29487,
7,
51,
62,
6404,
58,
12,
16,
4357,
347,
62,
6404,
58,
12,
16,
4357,
705,
1443,
3256,
13845,
28,
21,
8,
198,
197,
198,
197,
489,
83,
13,
12860,
3419,
198,
198,
4299,
1332,
62,
11147,
19,
7,
9948,
66,
28,
25101,
2599,
198,
197,
37811,
42400,
1366,
900,
284,
1332,
37227,
198,
197,
198,
197,
2,
50039,
42287,
9796,
1220,
50205,
198,
197,
198,
197,
79,
62,
11600,
796,
1391,
6,
68,
10671,
10354,
6,
49,
65,
41707,
35,
1370,
10354,
6,
35,
17,
41707,
51,
10354,
3064,
1539,
6,
75,
3846,
10354,
20,
68,
12,
18,
4032,
33,
3245,
10354,
21,
3064,
1539,
6,
33,
1169,
8326,
10354,
15,
1539,
198,
197,
197,
6,
33,
34846,
10354,
15,
1539,
6,
34777,
2611,
33,
3046,
10354,
15,
1539,
6,
30846,
10354,
15,
1539,
6,
26145,
5332,
31944,
10354,
16,
13,
15,
92,
198,
197,
198,
197,
2,
691,
761,
284,
11986,
10007,
326,
389,
15641,
198,
197,
79,
62,
11600,
62,
65,
10141,
796,
1391,
6,
51,
10354,
17821,
4032,
33,
3245,
10354,
17821,
92,
198,
197,
79,
62,
11600,
62,
65,
3733,
796,
1391,
6,
51,
10354,
20,
4032,
33,
3245,
10354,
7029,
92,
198,
197,
198,
197,
36,
62,
259,
796,
45941,
13,
18747,
26933,
16,
13,
15,
11,
15,
13,
15,
11,
15,
13,
15,
12962,
198,
197,
36,
62,
259,
62,
9248,
796,
685,
36,
62,
259,
58,
15,
4083,
5305,
17414,
8937,
7,
36,
62,
259,
58,
16,
46570,
37659,
13,
9248,
7,
36,
62,
259,
58,
16,
12962,
11907,
198,
197,
198,
197,
4798,
7,
36,
62,
259,
62,
9248,
8,
198,
197,
198,
197,
87,
796,
45941,
13,
21602,
10223,
32590,
2481,
830,
12095,
1485,
830,
11,
8628,
8,
198,
197,
361,
42302,
25,
198,
197,
197,
58,
88,
60,
796,
651,
62,
4443,
430,
7,
87,
11,
36,
62,
259,
11,
79,
62,
11600,
11,
22915,
82,
28,
17816,
50,
15,
6,
12962,
1343,
45941,
13,
25120,
13,
25192,
77,
7,
11925,
7,
87,
4008,
9,
15,
13,
2999,
198,
197,
197,
27729,
293,
13,
39455,
26933,
87,
11,
88,
4357,
9654,
10786,
27729,
293,
62,
87,
5173,
1045,
13,
79,
41582,
41707,
39346,
6,
4008,
198,
197,
17772,
25,
198,
197,
197,
87,
11,
88,
796,
2298,
293,
13,
2220,
7,
9654,
10786,
27729,
293,
62,
87,
5173,
1045,
13,
79,
41582,
41707,
26145,
6,
4008,
628,
197,
7890,
796,
685,
87,
11,
88,
13,
5305,
60,
628,
197,
2,
9347,
33166,
12,
16485,
1144,
4417,
25,
198,
197,
2,
51,
12786,
796,
45941,
13,
21602,
10223,
7,
79,
62,
11600,
17816,
51,
20520,
12,
79,
62,
11600,
62,
65,
3733,
17816,
51,
6,
4357,
79,
62,
11600,
17816,
51,
20520,
10,
79,
62,
11600,
62,
65,
3733,
17816,
51,
6,
4357,
8628,
8,
198,
197,
2,
33,
12786,
796,
45941,
13,
21602,
10223,
7,
79,
62,
11600,
17816,
33,
3245,
20520,
12,
79,
62,
11600,
62,
65,
3733,
17816,
33,
3245,
6,
4357,
79,
62,
11600,
17816,
33,
3245,
20520,
10,
79,
62,
11600,
62,
65,
3733,
17816,
33,
3245,
6,
4357,
11623,
8,
198,
197,
198,
197,
51,
12786,
796,
45941,
13,
21602,
10223,
7,
2154,
11,
8628,
11,
14877,
8,
198,
197,
33,
12786,
796,
45941,
13,
21602,
10223,
7,
27641,
11,
49388,
11,
6200,
8,
198,
197,
198,
197,
51,
17,
35,
11,
347,
17,
35,
796,
45941,
13,
76,
5069,
25928,
7,
51,
12786,
11,
33,
12786,
8,
198,
197,
7902,
48,
62,
8899,
796,
45941,
13,
9107,
418,
19510,
11925,
7,
51,
12786,
828,
11925,
7,
33,
12786,
22305,
198,
197,
198,
197,
361,
42302,
25,
198,
197,
197,
1640,
1312,
11,
15751,
287,
27056,
378,
7,
51,
12786,
2599,
198,
197,
197,
197,
4798,
19510,
72,
11,
18896,
7,
51,
12786,
22305,
198,
197,
197,
197,
1640,
474,
11,
12597,
287,
27056,
378,
7,
33,
12786,
2599,
198,
197,
197,
197,
197,
79,
62,
11600,
17816,
51,
20520,
796,
26653,
198,
197,
197,
197,
197,
79,
62,
11600,
17816,
33,
3245,
20520,
796,
12597,
198,
197,
197,
197,
197,
58,
5948,
60,
796,
651,
62,
4443,
430,
7,
87,
11,
36,
62,
259,
11,
79,
62,
11600,
11,
22915,
82,
28,
17816,
50,
15,
6,
12962,
198,
197,
197,
197,
197,
7902,
48,
62,
8899,
58,
72,
11,
73,
60,
796,
442,
271,
80,
7,
88,
11,
5948,
8,
198,
197,
197,
27729,
293,
13,
39455,
26933,
51,
17,
35,
11,
33,
17,
35,
11,
7902,
48,
62,
8899,
4357,
9654,
10786,
27729,
293,
62,
7902,
48,
8899,
13,
79,
41582,
41707,
39346,
6,
4008,
198,
197,
17772,
25,
198,
197,
197,
51,
17,
35,
11,
347,
17,
35,
11,
9429,
48,
62,
8899,
796,
2298,
293,
13,
2220,
7,
9654,
10786,
27729,
293,
62,
7902,
48,
8899,
13,
79,
41582,
41707,
26145,
6,
4008,
198,
197,
198,
197,
4798,
7,
51,
17,
35,
8,
198,
197,
4798,
7,
33,
17,
35,
8,
198,
197,
5647,
62,
8899,
796,
458,
83,
13,
26875,
3419,
198,
197,
897,
796,
458,
83,
13,
7266,
29487,
17,
25928,
19510,
16,
11,
1415,
828,
7,
15,
11,
15,
828,
4033,
12626,
28,
1485,
8,
198,
197,
897,
62,
21101,
796,
458,
83,
13,
7266,
29487,
17,
25928,
19510,
16,
11,
1415,
828,
7,
15,
11,
1485,
828,
4033,
12626,
28,
16,
8,
198,
197,
320,
796,
7877,
13,
320,
12860,
7,
7902,
48,
62,
8899,
13,
51,
11,
47103,
11639,
21037,
3256,
292,
806,
11639,
23736,
3256,
198,
197,
197,
197,
197,
197,
2302,
298,
16193,
51,
17,
35,
58,
15,
7131,
15,
4357,
51,
17,
35,
58,
12,
16,
7131,
12,
16,
4357,
33,
17,
35,
58,
15,
7131,
15,
4357,
33,
17,
35,
58,
12,
16,
7131,
12,
16,
46570,
198,
197,
197,
197,
197,
197,
66,
8899,
28,
489,
83,
13,
11215,
13,
31173,
11,
26591,
28,
15,
13,
22,
8,
198,
197,
897,
13,
3642,
454,
7,
51,
17,
35,
11,
347,
17,
35,
11,
9429,
48,
62,
8899,
13,
51,
11,
24,
11,
75,
86,
28,
17,
11,
8043,
11639,
74,
11537,
198,
197,
198,
197,
21101,
796,
2336,
62,
8899,
13,
8043,
5657,
7,
320,
11,
66,
897,
28,
897,
62,
21101,
8,
198,
197,
198,
197,
2,
489,
83,
13,
12860,
3419,
198,
197,
198,
197,
2235,
2141,
14719,
15830,
198,
197,
13466,
62,
37266,
11,
1255,
11,
33166,
62,
31166,
62,
6404,
11,
309,
62,
6404,
11,
347,
62,
6404,
11,
1943,
796,
14719,
62,
11147,
7,
7890,
11,
412,
62,
259,
62,
9248,
11,
279,
62,
11600,
11,
279,
62,
11600,
62,
65,
10141,
11,
198,
197,
197,
197,
197,
197,
197,
197,
197,
197,
197,
197,
197,
197,
197,
197,
197,
197,
197,
197,
197,
197,
79,
62,
11600,
62,
65,
3733,
11,
645,
62,
1990,
874,
796,
3933,
11,
1366,
62,
4906,
11639,
50,
15,
11537,
198,
197,
197,
198,
197,
5647,
62,
7890,
796,
458,
83,
13,
26875,
3419,
198,
197,
489,
83,
13,
29487,
7,
87,
11,
88,
4032,
7204,
11537,
198,
197,
361,
1943,
25,
198,
197,
197,
13116,
796,
1255,
13,
11147,
62,
13116,
3419,
198,
197,
197,
11147,
796,
1255,
13,
13466,
62,
11147,
198,
197,
197,
4798,
7,
13116,
8,
198,
197,
17772,
25,
198,
197,
197,
4798,
7,
13466,
62,
37266,
8,
198,
197,
197,
11147,
796,
651,
62,
4443,
430,
7,
87,
11,
36,
62,
259,
11,
13466,
62,
37266,
11,
22915,
82,
28,
17816,
50,
15,
6,
12962,
58,
15,
4083,
5305,
628,
197,
489,
83,
13,
29487,
7,
87,
11,
11147,
4032,
81,
12,
3256,
75,
86,
28,
17,
8,
198,
197,
198,
197,
2,
21380,
12,
16485,
1144,
2604,
351,
24415,
1271,
198,
197,
5647,
62,
354,
271,
80,
6404,
796,
458,
83,
13,
26875,
3419,
198,
197,
489,
83,
13,
29487,
7,
11072,
62,
31166,
62,
6404,
8,
198,
197,
489,
83,
13,
2645,
9608,
10786,
1925,
72,
62,
16485,
1144,
1988,
11537,
198,
197,
489,
83,
13,
87,
18242,
10786,
29993,
341,
11537,
198,
197,
198,
197,
198,
197,
2,
489,
83,
13,
12860,
3419,
198,
197,
198,
197,
897,
13,
29487,
7,
51,
62,
6404,
11,
347,
62,
6404,
11,
705,
7204,
3256,
13845,
28,
16,
8,
198,
197,
897,
13,
29487,
7,
51,
62,
6404,
11,
347,
62,
6404,
11,
705,
74,
438,
3256,
300,
86,
28,
16,
13,
20,
8,
198,
197,
897,
13,
29487,
7,
51,
62,
6404,
58,
15,
4357,
347,
62,
6404,
58,
15,
4357,
705,
3808,
3256,
13845,
28,
21,
8,
198,
197,
897,
13,
29487,
7,
51,
62,
6404,
58,
12,
16,
4357,
347,
62,
6404,
58,
12,
16,
4357,
705,
1443,
3256,
13845,
28,
21,
8,
198,
197,
198,
197,
489,
83,
13,
12860,
3419,
198,
197,
198,
361,
11593,
3672,
834,
6624,
705,
834,
12417,
834,
10354,
198,
197,
9288,
62,
11147,
19,
7,
25101,
8,
198,
197
] | 2.33085 | 8,188 |
import pytest
import numpy as np
from factor import OrderFinder, QuantumOrderFinder, FakeQuantumOrderFinder
TEST_RNG = np.random.default_rng(seed=2022)
TEST_N_TRIALS = 3
| [
11748,
12972,
9288,
198,
11748,
299,
32152,
355,
45941,
198,
198,
6738,
5766,
1330,
8284,
37,
5540,
11,
29082,
18743,
37,
5540,
11,
33482,
24915,
388,
18743,
37,
5540,
198,
198,
51,
6465,
62,
49,
10503,
796,
45941,
13,
25120,
13,
12286,
62,
81,
782,
7,
28826,
28,
1238,
1828,
8,
198,
51,
6465,
62,
45,
62,
5446,
12576,
50,
796,
513,
628,
628,
198
] | 2.707692 | 65 |
#!/usr/bin/env python3
# Copyright 2013-present Barefoot Networks, Inc.
# Copyright 2018 VMware, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
""" Contains different eBPF models and specifies their individual behavior
Currently five phases are defined:
1. Invokes the specified compiler on a provided p4 file.
2. Parses an stf file and generates an pcap output.
3. Loads the generated template or compiles it to a runnable binary.
4. Feeds the generated pcap test packets into the P4 "filter"
5. Evaluates the output with the expected result from the .stf file
"""
import os
import sys
from glob import glob
import scapy.utils as scapy_util
from .ebpfstf import create_table_file, parse_stf_file
# path to the tools folder of the compiler
sys.path.insert(0, os.path.dirname(
os.path.realpath(__file__)) + '/../../../tools')
from testutils import *
PCAP_PREFIX = "pcap" # match pattern
PCAP_SUFFIX = ".pcap" # could also be ".pcapng"
class EBPFTarget(object):
""" Parent Object of the EBPF Targets
Defines common functions and variables"""
def filename(self, interface, direction):
""" Constructs the pcap filename from the given interface and
packet stream direction. For example "pcap1_out.pcap" implies
that the given stream contains tx packets from interface 1 """
return (self.tmpdir + "/" + PCAP_PREFIX +
str(interface) + "_" + direction + PCAP_SUFFIX)
def interface_of_filename(self, f):
""" Extracts the interface name out of a pcap filename"""
return int(os.path.basename(f).rstrip(PCAP_SUFFIX).
lstrip(PCAP_PREFIX).rsplit('_', 1)[0])
def compile_p4(self, argv):
# To override
""" Compile the p4 target """
if not os.path.isfile(self.options.p4filename):
report_err(self.outputs["stderr"],
("No such file " + self.options.p4filename))
sys.exit(FAILURE)
# Initialize arguments for the makefile
args = self.get_make_args(self.runtimedir, self.options.target)
# name of the makefile target
args += self.template + ".c "
# name of the output source file
args += "BPFOBJ=" + self.template + ".c "
# location of the P4 input file
args += "P4FILE=" + self.options.p4filename + " "
# location of the P4 compiler
args += "P4C=" + self.compiler
p4_args = ' '.join(map(str, argv))
if (p4_args):
# Remaining arguments
args += " P4ARGS=\"" + p4_args + "\" "
errmsg = "Failed to compile P4:"
result = run_timeout(self.options.verbose, args, TIMEOUT,
self.outputs, errmsg)
if result != SUCCESS:
# If the compiler crashed fail the test
if 'Compiler Bug' in open(self.outputs["stderr"]).readlines():
sys.exit(FAILURE)
# Check if we expect the p4 compilation of the p4 file to fail
expected_error = is_err(self.options.p4filename)
if expected_error:
# We do, so invert the result
if result == SUCCESS:
result = FAILURE
else:
result = SUCCESS
return result, expected_error
def _write_pcap_files(self, iface_pkts_map):
""" Writes the collected packets to their respective interfaces.
This is done by creating a pcap file with the corresponding name. """
for iface, pkts in iface_pkts_map.items():
direction = "in"
infile = self.filename(iface, direction)
# Linktype 1 the Ethernet Link Type, see also 'man pcap-linktype'
fp = scapy_util.RawPcapWriter(infile, linktype=1)
fp._write_header(None)
for pkt_data in pkts:
try:
fp._write_packet(pkt_data)
except ValueError:
report_err(self.outputs["stderr"],
"Invalid packet data", pkt_data)
return FAILURE
fp.flush()
fp.close()
# debug -- the bytes in the pcap file should be identical to the
# hex strings in the STF file
# packets = rdpcap(infile)
# for p in packets:
# print(p.convert_to(Raw).show())
return SUCCESS
def generate_model_inputs(self, stffile):
# To override
""" Parses the stf file and creates a .pcap file with input packets.
It also adds the expected output packets per interface to a global
dictionary.
After parsing the necessary information, it creates a control
header for the runtime, which contains the extracted control
plane commands """
with open(stffile) as raw_stf:
input_pkts, cmds, self.expected = parse_stf_file(
raw_stf)
result, err = create_table_file(cmds, self.tmpdir, "control.h")
if result != SUCCESS:
return result
result = self._write_pcap_files(input_pkts)
if result != SUCCESS:
return result
return SUCCESS
def compile_dataplane(self, argv=""):
# To override
""" Compiles a filter from the previously generated template """
raise NotImplementedError("Method create_filter not implemented!")
def run(self, argv=""):
# To override
""" Runs the filter and feeds attached interfaces with packets """
raise NotImplementedError("Method run() not implemented!")
def check_outputs(self):
""" Checks if the output of the filter matches expectations """
report_output(self.outputs["stdout"],
self.options.verbose, "Comparing outputs")
direction = "out"
for file in glob(self.filename('*', direction)):
report_output(self.outputs["stdout"],
self.options.verbose, "Checking file %s" % file)
interface = self.interface_of_filename(file)
if os.stat(file).st_size == 0:
packets = []
else:
try:
packets = scapy_util.rdpcap(file)
except Exception as e:
report_err(self.outputs["stderr"],
"Corrupt pcap file", file, e)
self.showLog()
return FAILURE
if interface not in self.expected:
expected = []
else:
# Check for expected packets.
if self.expected[interface]["any"]:
if self.expected[interface]["pkts"]:
report_err(self.outputs["stderr"],
("Interface " + interface +
" has both expected with"
" packets and without"))
continue
expected = self.expected[interface]["pkts"]
if len(expected) != len(packets):
report_err(self.outputs["stderr"], "Expected", len(
expected), "packets on port",
str(interface), "got", len(packets))
return FAILURE
for i in range(0, len(expected)):
cmp = compare_pkt(
self.outputs, expected[i], packets[i])
if cmp != SUCCESS:
report_err(self.outputs["stderr"], "Packet", i, "on port",
str(interface), "differs")
return cmp
# Remove successfully checked interfaces
if interface in self.expected:
del self.expected[interface]
if len(self.expected) != 0:
# Didn't find all the expects we were expecting
report_err(self.outputs["stderr"], "Expected packets on port(s)",
list(self.expected.keys()), "not received")
return FAILURE
report_output(self.outputs["stdout"],
self.options.verbose, "All went well.")
return SUCCESS
| [
2,
48443,
14629,
14,
8800,
14,
24330,
21015,
18,
198,
2,
15069,
2211,
12,
25579,
38234,
5898,
27862,
11,
3457,
13,
198,
2,
15069,
2864,
37754,
11,
3457,
13,
198,
2,
198,
2,
49962,
739,
262,
24843,
13789,
11,
10628,
362,
13,
15,
357,
1169,
366,
34156,
15341,
198,
2,
345,
743,
407,
779,
428,
2393,
2845,
287,
11846,
351,
262,
13789,
13,
198,
2,
921,
743,
7330,
257,
4866,
286,
262,
13789,
379,
198,
2,
198,
2,
220,
220,
220,
220,
2638,
1378,
2503,
13,
43073,
13,
2398,
14,
677,
4541,
14,
43,
2149,
24290,
12,
17,
13,
15,
198,
2,
198,
2,
17486,
2672,
416,
9723,
1099,
393,
4987,
284,
287,
3597,
11,
3788,
198,
2,
9387,
739,
262,
13789,
318,
9387,
319,
281,
366,
1921,
3180,
1,
29809,
1797,
11,
198,
2,
42881,
34764,
11015,
6375,
7102,
49828,
11053,
3963,
15529,
509,
12115,
11,
2035,
4911,
393,
17142,
13,
198,
2,
4091,
262,
13789,
329,
262,
2176,
3303,
15030,
21627,
290,
198,
2,
11247,
739,
262,
13789,
13,
198,
198,
37811,
49850,
1180,
304,
20866,
37,
4981,
290,
26052,
511,
1981,
4069,
198,
220,
220,
220,
16888,
1936,
21164,
389,
5447,
25,
198,
220,
220,
352,
13,
10001,
3369,
262,
7368,
17050,
319,
257,
2810,
279,
19,
2393,
13,
198,
220,
220,
362,
13,
23042,
274,
281,
336,
69,
2393,
290,
18616,
281,
279,
11128,
5072,
13,
198,
220,
220,
513,
13,
8778,
82,
262,
7560,
11055,
393,
552,
2915,
340,
284,
257,
1057,
77,
540,
13934,
13,
198,
220,
220,
604,
13,
18272,
82,
262,
7560,
279,
11128,
1332,
24624,
656,
262,
350,
19,
366,
24455,
1,
198,
220,
220,
642,
13,
26439,
12632,
262,
5072,
351,
262,
2938,
1255,
422,
262,
764,
301,
69,
2393,
198,
37811,
198,
198,
11748,
28686,
198,
11748,
25064,
198,
6738,
15095,
1330,
15095,
198,
11748,
629,
12826,
13,
26791,
355,
629,
12826,
62,
22602,
198,
6738,
764,
1765,
79,
69,
301,
69,
1330,
2251,
62,
11487,
62,
7753,
11,
21136,
62,
301,
69,
62,
7753,
198,
2,
3108,
284,
262,
4899,
9483,
286,
262,
17050,
198,
17597,
13,
6978,
13,
28463,
7,
15,
11,
28686,
13,
6978,
13,
15908,
3672,
7,
198,
220,
220,
220,
28686,
13,
6978,
13,
5305,
6978,
7,
834,
7753,
834,
4008,
1343,
31051,
40720,
40720,
40720,
31391,
11537,
198,
6738,
1332,
26791,
1330,
1635,
198,
198,
5662,
2969,
62,
47,
31688,
10426,
796,
366,
79,
11128,
1,
220,
220,
220,
1303,
2872,
3912,
198,
5662,
2969,
62,
12564,
5777,
10426,
796,
27071,
79,
11128,
1,
220,
220,
220,
1303,
714,
635,
307,
27071,
79,
11128,
782,
1,
628,
198,
4871,
412,
20866,
9792,
7641,
7,
15252,
2599,
198,
220,
220,
220,
37227,
16774,
9515,
286,
262,
412,
20866,
37,
31089,
1039,
198,
220,
220,
220,
220,
2896,
1127,
2219,
5499,
290,
9633,
37811,
628,
220,
220,
220,
825,
29472,
7,
944,
11,
7071,
11,
4571,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
28407,
82,
262,
279,
11128,
29472,
422,
262,
1813,
7071,
290,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
19638,
4269,
4571,
13,
1114,
1672,
366,
79,
11128,
16,
62,
448,
13,
79,
11128,
1,
15565,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
326,
262,
1813,
4269,
4909,
27765,
24624,
422,
7071,
352,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
357,
944,
13,
22065,
15908,
1343,
12813,
1,
1343,
4217,
2969,
62,
47,
31688,
10426,
1343,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
965,
7,
39994,
8,
1343,
45434,
1,
1343,
4571,
1343,
4217,
2969,
62,
12564,
5777,
10426,
8,
628,
220,
220,
220,
825,
7071,
62,
1659,
62,
34345,
7,
944,
11,
277,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
29677,
82,
262,
7071,
1438,
503,
286,
257,
279,
11128,
29472,
37811,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
493,
7,
418,
13,
6978,
13,
12093,
12453,
7,
69,
737,
81,
36311,
7,
5662,
2969,
62,
12564,
5777,
10426,
737,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
300,
36311,
7,
5662,
2969,
62,
47,
31688,
10426,
737,
3808,
489,
270,
10786,
62,
3256,
352,
38381,
15,
12962,
628,
220,
220,
220,
825,
17632,
62,
79,
19,
7,
944,
11,
1822,
85,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
1675,
20957,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
3082,
576,
262,
279,
19,
2496,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
611,
407,
28686,
13,
6978,
13,
4468,
576,
7,
944,
13,
25811,
13,
79,
19,
34345,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
989,
62,
8056,
7,
944,
13,
22915,
82,
14692,
301,
1082,
81,
33116,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5855,
2949,
884,
2393,
366,
1343,
2116,
13,
25811,
13,
79,
19,
34345,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
25064,
13,
37023,
7,
7708,
4146,
11335,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
20768,
1096,
7159,
329,
262,
787,
7753,
198,
220,
220,
220,
220,
220,
220,
220,
26498,
796,
2116,
13,
1136,
62,
15883,
62,
22046,
7,
944,
13,
81,
2797,
320,
276,
343,
11,
2116,
13,
25811,
13,
16793,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
1438,
286,
262,
787,
7753,
2496,
198,
220,
220,
220,
220,
220,
220,
220,
26498,
15853,
2116,
13,
28243,
1343,
27071,
66,
366,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
1438,
286,
262,
5072,
2723,
2393,
198,
220,
220,
220,
220,
220,
220,
220,
26498,
15853,
366,
20866,
6080,
33,
41,
2625,
1343,
2116,
13,
28243,
1343,
27071,
66,
366,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
4067,
286,
262,
350,
19,
5128,
2393,
198,
220,
220,
220,
220,
220,
220,
220,
26498,
15853,
366,
47,
19,
25664,
2625,
1343,
2116,
13,
25811,
13,
79,
19,
34345,
1343,
366,
366,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
4067,
286,
262,
350,
19,
17050,
198,
220,
220,
220,
220,
220,
220,
220,
26498,
15853,
366,
47,
19,
34,
2625,
1343,
2116,
13,
5589,
5329,
198,
220,
220,
220,
220,
220,
220,
220,
279,
19,
62,
22046,
796,
705,
45302,
22179,
7,
8899,
7,
2536,
11,
1822,
85,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
611,
357,
79,
19,
62,
22046,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
3982,
1397,
7159,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
26498,
15853,
366,
350,
19,
1503,
14313,
17553,
1,
1343,
279,
19,
62,
22046,
1343,
366,
7879,
366,
198,
220,
220,
220,
220,
220,
220,
220,
11454,
19662,
796,
366,
37,
6255,
284,
17632,
350,
19,
11097,
198,
220,
220,
220,
220,
220,
220,
220,
1255,
796,
1057,
62,
48678,
7,
944,
13,
25811,
13,
19011,
577,
11,
26498,
11,
20460,
12425,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
22915,
82,
11,
11454,
19662,
8,
198,
220,
220,
220,
220,
220,
220,
220,
611,
1255,
14512,
13558,
4093,
7597,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
1002,
262,
17050,
14997,
2038,
262,
1332,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
705,
7293,
5329,
15217,
6,
287,
1280,
7,
944,
13,
22915,
82,
14692,
301,
1082,
81,
8973,
737,
961,
6615,
33529,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
25064,
13,
37023,
7,
7708,
4146,
11335,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
6822,
611,
356,
1607,
262,
279,
19,
23340,
286,
262,
279,
19,
2393,
284,
2038,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
62,
18224,
796,
318,
62,
8056,
7,
944,
13,
25811,
13,
79,
19,
34345,
8,
198,
220,
220,
220,
220,
220,
220,
220,
611,
2938,
62,
18224,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
775,
466,
11,
523,
287,
1851,
262,
1255,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1255,
6624,
13558,
4093,
7597,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1255,
796,
9677,
4146,
11335,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1255,
796,
13558,
4093,
7597,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
1255,
11,
2938,
62,
18224,
628,
220,
220,
220,
825,
4808,
13564,
62,
79,
11128,
62,
16624,
7,
944,
11,
611,
558,
62,
79,
74,
912,
62,
8899,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
12257,
274,
262,
7723,
24624,
284,
511,
11756,
20314,
13,
198,
220,
220,
220,
220,
220,
220,
220,
770,
318,
1760,
416,
4441,
257,
279,
11128,
2393,
351,
262,
11188,
1438,
13,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
329,
611,
558,
11,
279,
74,
912,
287,
611,
558,
62,
79,
74,
912,
62,
8899,
13,
23814,
33529,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4571,
796,
366,
259,
1,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1167,
576,
796,
2116,
13,
34345,
7,
361,
558,
11,
4571,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
7502,
4906,
352,
262,
31903,
7502,
5994,
11,
766,
635,
705,
805,
279,
11128,
12,
8726,
4906,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
79,
796,
629,
12826,
62,
22602,
13,
27369,
47,
11128,
34379,
7,
259,
7753,
11,
2792,
4906,
28,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
79,
13557,
13564,
62,
25677,
7,
14202,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
279,
21841,
62,
7890,
287,
279,
74,
912,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1949,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
79,
13557,
13564,
62,
8002,
316,
7,
79,
21841,
62,
7890,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2845,
11052,
12331,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
989,
62,
8056,
7,
944,
13,
22915,
82,
14692,
301,
1082,
81,
33116,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
44651,
19638,
1366,
1600,
279,
21841,
62,
7890,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
9677,
4146,
11335,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
79,
13,
25925,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
79,
13,
19836,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
14257,
1377,
262,
9881,
287,
262,
279,
11128,
2393,
815,
307,
10411,
284,
262,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
17910,
13042,
287,
262,
3563,
37,
2393,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
24624,
796,
374,
26059,
11128,
7,
259,
7753,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
329,
279,
287,
24624,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
220,
220,
220,
220,
3601,
7,
79,
13,
1102,
1851,
62,
1462,
7,
27369,
737,
12860,
28955,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
13558,
4093,
7597,
628,
220,
220,
220,
825,
7716,
62,
19849,
62,
15414,
82,
7,
944,
11,
336,
487,
576,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
1675,
20957,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
23042,
274,
262,
336,
69,
2393,
290,
8075,
257,
764,
79,
11128,
2393,
351,
5128,
24624,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
632,
635,
6673,
262,
2938,
5072,
24624,
583,
7071,
284,
257,
3298,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
22155,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2293,
32096,
262,
3306,
1321,
11,
340,
8075,
257,
1630,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
329,
262,
19124,
11,
543,
4909,
262,
21242,
1630,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6614,
9729,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
351,
1280,
7,
301,
487,
576,
8,
355,
8246,
62,
301,
69,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5128,
62,
79,
74,
912,
11,
23991,
82,
11,
2116,
13,
40319,
796,
21136,
62,
301,
69,
62,
7753,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8246,
62,
301,
69,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1255,
11,
11454,
796,
2251,
62,
11487,
62,
7753,
7,
28758,
82,
11,
2116,
13,
22065,
15908,
11,
366,
13716,
13,
71,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1255,
14512,
13558,
4093,
7597,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
1255,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1255,
796,
2116,
13557,
13564,
62,
79,
11128,
62,
16624,
7,
15414,
62,
79,
74,
912,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1255,
14512,
13558,
4093,
7597,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
1255,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
13558,
4093,
7597,
628,
220,
220,
220,
825,
17632,
62,
7890,
14382,
7,
944,
11,
1822,
85,
33151,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
1675,
20957,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
3082,
2915,
257,
8106,
422,
262,
4271,
7560,
11055,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
5298,
1892,
3546,
1154,
12061,
12331,
7203,
17410,
2251,
62,
24455,
407,
9177,
2474,
8,
628,
220,
220,
220,
825,
1057,
7,
944,
11,
1822,
85,
33151,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
1675,
20957,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
44743,
262,
8106,
290,
21318,
7223,
20314,
351,
24624,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
5298,
1892,
3546,
1154,
12061,
12331,
7203,
17410,
1057,
3419,
407,
9177,
2474,
8,
628,
220,
220,
220,
825,
2198,
62,
22915,
82,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
47719,
611,
262,
5072,
286,
262,
8106,
7466,
9027,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
989,
62,
22915,
7,
944,
13,
22915,
82,
14692,
19282,
448,
33116,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
25811,
13,
19011,
577,
11,
366,
7293,
1723,
23862,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
4571,
796,
366,
448,
1,
198,
220,
220,
220,
220,
220,
220,
220,
329,
2393,
287,
15095,
7,
944,
13,
34345,
10786,
9,
3256,
4571,
8,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
989,
62,
22915,
7,
944,
13,
22915,
82,
14692,
19282,
448,
33116,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
25811,
13,
19011,
577,
11,
366,
9787,
278,
2393,
4064,
82,
1,
4064,
2393,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7071,
796,
2116,
13,
39994,
62,
1659,
62,
34345,
7,
7753,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
28686,
13,
14269,
7,
7753,
737,
301,
62,
7857,
6624,
657,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
24624,
796,
17635,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1949,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
24624,
796,
629,
12826,
62,
22602,
13,
4372,
79,
11128,
7,
7753,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2845,
35528,
355,
304,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
989,
62,
8056,
7,
944,
13,
22915,
82,
14692,
301,
1082,
81,
33116,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
10606,
3622,
279,
11128,
2393,
1600,
2393,
11,
304,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
12860,
11187,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
9677,
4146,
11335,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7071,
407,
287,
2116,
13,
40319,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2938,
796,
17635,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
6822,
329,
2938,
24624,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
2116,
13,
40319,
58,
39994,
7131,
1,
1092,
1,
5974,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
2116,
13,
40319,
58,
39994,
7131,
1,
79,
74,
912,
1,
5974,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
989,
62,
8056,
7,
944,
13,
22915,
82,
14692,
301,
1082,
81,
33116,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5855,
39317,
366,
1343,
7071,
1343,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
468,
1111,
2938,
351,
1,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
24624,
290,
1231,
48774,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2555,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2938,
796,
2116,
13,
40319,
58,
39994,
7131,
1,
79,
74,
912,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
18896,
7,
40319,
8,
14512,
18896,
7,
8002,
1039,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
989,
62,
8056,
7,
944,
13,
22915,
82,
14692,
301,
1082,
81,
33116,
366,
3109,
7254,
1600,
18896,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2938,
828,
366,
8002,
1039,
319,
2493,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
965,
7,
39994,
828,
366,
23442,
1600,
18896,
7,
8002,
1039,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
9677,
4146,
11335,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
1312,
287,
2837,
7,
15,
11,
18896,
7,
40319,
8,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
3149,
796,
8996,
62,
79,
21841,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
22915,
82,
11,
2938,
58,
72,
4357,
24624,
58,
72,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
269,
3149,
14512,
13558,
4093,
7597,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
989,
62,
8056,
7,
944,
13,
22915,
82,
14692,
301,
1082,
81,
33116,
366,
47,
8317,
1600,
1312,
11,
366,
261,
2493,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
965,
7,
39994,
828,
366,
26069,
364,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
269,
3149,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
17220,
7675,
10667,
20314,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7071,
287,
2116,
13,
40319,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1619,
2116,
13,
40319,
58,
39994,
60,
198,
220,
220,
220,
220,
220,
220,
220,
611,
18896,
7,
944,
13,
40319,
8,
14512,
657,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
31279,
470,
1064,
477,
262,
13423,
356,
547,
12451,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
989,
62,
8056,
7,
944,
13,
22915,
82,
14692,
301,
1082,
81,
33116,
366,
3109,
7254,
24624,
319,
2493,
7,
82,
42501,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1351,
7,
944,
13,
40319,
13,
13083,
3419,
828,
366,
1662,
2722,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
9677,
4146,
11335,
198,
220,
220,
220,
220,
220,
220,
220,
989,
62,
22915,
7,
944,
13,
22915,
82,
14692,
19282,
448,
33116,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
25811,
13,
19011,
577,
11,
366,
3237,
1816,
880,
19570,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
13558,
4093,
7597,
198
] | 2.192076 | 3,988 |
# -*- coding: utf-8 -*-
"""Unit tests for Request class"""
import pytest
from ga4gh.refget.http.request import Request
testdata_header = [
("Content-Type", "appliciation/json"),
("Content-Type", "text/plain"),
("Range", "bytes=25-100")
]
testdata_path = [
("seqid", "ga4gh:SQ.HKyMuwwEWbdUDXfk5o1EGxGeqBmon6Sp"),
("seqid", "1cac8cbb0c0459b7540d77e4e68d441b119ea819a89fa4a9"),
("seqid", "000000ca1658e86c7439f5b4f1c1341c")
]
testdata_query = [
("start", "20"),
("start", "600"),
("end", "999")
]
@pytest.mark.parametrize("key,value", testdata_header)
@pytest.mark.parametrize("key,value", testdata_path)
@pytest.mark.parametrize("key,value", testdata_query)
| [
2,
532,
9,
12,
19617,
25,
3384,
69,
12,
23,
532,
9,
12,
198,
37811,
26453,
5254,
329,
19390,
1398,
37811,
198,
198,
11748,
12972,
9288,
198,
6738,
31986,
19,
456,
13,
5420,
1136,
13,
4023,
13,
25927,
1330,
19390,
198,
198,
9288,
7890,
62,
25677,
796,
685,
198,
220,
220,
220,
5855,
19746,
12,
6030,
1600,
366,
1324,
677,
3920,
14,
17752,
12340,
198,
220,
220,
220,
5855,
19746,
12,
6030,
1600,
366,
5239,
14,
25638,
12340,
198,
220,
220,
220,
5855,
17257,
1600,
366,
33661,
28,
1495,
12,
3064,
4943,
198,
60,
198,
198,
9288,
7890,
62,
6978,
796,
685,
198,
220,
220,
220,
5855,
41068,
312,
1600,
366,
4908,
19,
456,
25,
50,
48,
13,
39,
30630,
33239,
1383,
6217,
17457,
8322,
55,
69,
74,
20,
78,
16,
7156,
87,
10082,
80,
33,
2144,
21,
4561,
12340,
198,
220,
220,
220,
5855,
41068,
312,
1600,
366,
16,
66,
330,
23,
66,
11848,
15,
66,
15,
33459,
65,
2425,
1821,
67,
3324,
68,
19,
68,
3104,
67,
39710,
65,
16315,
18213,
23,
1129,
64,
4531,
13331,
19,
64,
24,
12340,
198,
220,
220,
220,
5855,
41068,
312,
1600,
366,
10535,
6888,
1433,
3365,
68,
4521,
66,
4524,
2670,
69,
20,
65,
19,
69,
16,
66,
1485,
3901,
66,
4943,
198,
60,
198,
198,
9288,
7890,
62,
22766,
796,
685,
198,
220,
220,
220,
5855,
9688,
1600,
366,
1238,
12340,
198,
220,
220,
220,
5855,
9688,
1600,
366,
8054,
12340,
198,
220,
220,
220,
5855,
437,
1600,
366,
17032,
4943,
198,
60,
198,
198,
31,
9078,
9288,
13,
4102,
13,
17143,
316,
380,
2736,
7203,
2539,
11,
8367,
1600,
1332,
7890,
62,
25677,
8,
198,
198,
31,
9078,
9288,
13,
4102,
13,
17143,
316,
380,
2736,
7203,
2539,
11,
8367,
1600,
1332,
7890,
62,
6978,
8,
198,
198,
31,
9078,
9288,
13,
4102,
13,
17143,
316,
380,
2736,
7203,
2539,
11,
8367,
1600,
1332,
7890,
62,
22766,
8,
198
] | 2.184375 | 320 |
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Copyright (c) 2013 Frederik Elwert <[email protected]>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
"""
A to-TCF converter that wraps the SfS web service.
"""
from tcflib.service import RemoteWorker, run_as_cli
if __name__ == '__main__':
run_as_cli(NltkTokenizer)
| [
2,
48443,
14629,
14,
8800,
14,
24330,
21015,
18,
198,
2,
532,
9,
12,
19617,
25,
3384,
69,
12,
23,
532,
9,
12,
198,
2,
198,
2,
15069,
357,
66,
8,
2211,
18669,
1134,
2574,
86,
861,
1279,
39193,
263,
1134,
13,
417,
86,
861,
31,
12384,
13,
2934,
29,
198,
2,
198,
2,
2448,
3411,
318,
29376,
7520,
11,
1479,
286,
3877,
11,
284,
597,
1048,
16727,
257,
4866,
198,
2,
286,
428,
3788,
290,
3917,
10314,
3696,
357,
1169,
366,
25423,
12340,
284,
1730,
198,
2,
287,
262,
10442,
1231,
17504,
11,
1390,
1231,
17385,
262,
2489,
198,
2,
284,
779,
11,
4866,
11,
13096,
11,
20121,
11,
7715,
11,
14983,
11,
850,
43085,
11,
290,
14,
273,
3677,
198,
2,
9088,
286,
262,
10442,
11,
290,
284,
8749,
6506,
284,
4150,
262,
10442,
318,
198,
2,
30760,
284,
466,
523,
11,
2426,
284,
262,
1708,
3403,
25,
198,
2,
198,
2,
383,
2029,
6634,
4003,
290,
428,
7170,
4003,
2236,
307,
3017,
287,
198,
2,
477,
9088,
393,
8904,
16690,
286,
262,
10442,
13,
198,
2,
198,
2,
3336,
47466,
3180,
36592,
2389,
1961,
366,
1921,
3180,
1600,
42881,
34764,
56,
3963,
15529,
509,
12115,
11,
7788,
32761,
6375,
198,
2,
8959,
49094,
11,
47783,
2751,
21728,
5626,
40880,
5390,
3336,
34764,
11015,
3963,
34482,
3398,
1565,
5603,
25382,
11,
198,
2,
376,
46144,
7473,
317,
16652,
2149,
37232,
33079,
48933,
5357,
44521,
1268,
10913,
2751,
12529,
13,
3268,
8005,
49261,
50163,
3336,
198,
2,
37195,
20673,
6375,
27975,
38162,
9947,
367,
15173,
4877,
9348,
43031,
19146,
7473,
15529,
47666,
3955,
11,
29506,
25552,
6375,
25401,
198,
2,
43031,
25382,
11,
7655,
2767,
16879,
3268,
3537,
40282,
3963,
27342,
10659,
11,
309,
9863,
6375,
25401,
54,
24352,
11,
5923,
1797,
2751,
16034,
11,
198,
2,
16289,
3963,
6375,
3268,
7102,
45,
24565,
13315,
3336,
47466,
6375,
3336,
23210,
6375,
25401,
5550,
1847,
20754,
3268,
198,
2,
3336,
47466,
13,
198,
198,
37811,
198,
32,
284,
12,
4825,
37,
38394,
326,
27521,
262,
311,
69,
50,
3992,
2139,
13,
198,
198,
37811,
198,
198,
6738,
37096,
2704,
571,
13,
15271,
1330,
21520,
12468,
263,
11,
1057,
62,
292,
62,
44506,
628,
198,
198,
361,
11593,
3672,
834,
6624,
705,
834,
12417,
834,
10354,
198,
220,
220,
220,
1057,
62,
292,
62,
44506,
7,
45,
2528,
74,
30642,
7509,
8,
220,
220,
220,
220,
198
] | 3.39899 | 396 |
from coinbase.wallet.client import Client
import huobi_main_monitor
import time
import email_client
if __name__ == '__main__':
main() | [
6738,
10752,
8692,
13,
44623,
13,
16366,
1330,
20985,
198,
11748,
289,
84,
13411,
62,
12417,
62,
41143,
198,
11748,
640,
198,
11748,
3053,
62,
16366,
198,
198,
361,
11593,
3672,
834,
6624,
705,
834,
12417,
834,
10354,
198,
220,
220,
220,
1388,
3419
] | 3.136364 | 44 |
# Generated by Django 2.1 on 2020-07-20 05:20
from django.conf import settings
from django.db import migrations, models
import django.db.models.deletion
| [
2,
2980,
515,
416,
37770,
362,
13,
16,
319,
12131,
12,
2998,
12,
1238,
8870,
25,
1238,
198,
198,
6738,
42625,
14208,
13,
10414,
1330,
6460,
198,
6738,
42625,
14208,
13,
9945,
1330,
15720,
602,
11,
4981,
198,
11748,
42625,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
628
] | 3.1 | 50 |
#!/usr/bin/env python3
import helm_generator.generator as gen
import sys
if __name__ == '__main__':
sys.exit(main())
| [
2,
48443,
14629,
14,
8800,
14,
24330,
21015,
18,
198,
198,
11748,
18030,
62,
8612,
1352,
13,
8612,
1352,
355,
2429,
198,
11748,
25064,
628,
198,
361,
11593,
3672,
834,
6624,
705,
834,
12417,
834,
10354,
198,
220,
220,
220,
25064,
13,
37023,
7,
12417,
28955,
198
] | 2.638298 | 47 |
from appJar import gui
app = gui('Internal marks caliculator')
app.setBg('#8b9dc3')
app.addLabel('lb1','Enter your marks')
app.addLabelNumericEntry('class test 1')
app.addLabelNumericEntry('class test 2')
app.addLabelNumericEntry('class test 3')
app.addLabelNumericEntry('class test 4')
app.addLabelNumericEntry('mid 1')
app.addLabelNumericEntry('mid 2')
app.addButton('caliculate',total)
app.setResizable(False)
app.go() | [
6738,
598,
47511,
1330,
11774,
198,
198,
1324,
796,
11774,
10786,
37693,
8849,
2386,
291,
8927,
11537,
198,
1324,
13,
2617,
33,
70,
10786,
2,
23,
65,
24,
17896,
18,
11537,
198,
1324,
13,
2860,
33986,
10786,
23160,
16,
41707,
17469,
534,
8849,
11537,
198,
1324,
13,
2860,
33986,
45,
39223,
30150,
10786,
4871,
1332,
352,
11537,
198,
1324,
13,
2860,
33986,
45,
39223,
30150,
10786,
4871,
1332,
362,
11537,
198,
1324,
13,
2860,
33986,
45,
39223,
30150,
10786,
4871,
1332,
513,
11537,
198,
1324,
13,
2860,
33986,
45,
39223,
30150,
10786,
4871,
1332,
604,
11537,
198,
1324,
13,
2860,
33986,
45,
39223,
30150,
10786,
13602,
352,
11537,
198,
1324,
13,
2860,
33986,
45,
39223,
30150,
10786,
13602,
362,
11537,
628,
198,
1324,
13,
2860,
21864,
10786,
9948,
291,
5039,
3256,
23350,
8,
198,
1324,
13,
2617,
4965,
13821,
7,
25101,
8,
198,
198,
1324,
13,
2188,
3419
] | 2.871622 | 148 |
# # quiz
# # what is a result of following Python code
a = "5"
b = "6"
print( a + b )
# # 1. 11
# # 2. 5
# # 3. 6
# # 4. 56
# # 5. compile error
a=2
b=2
if (a > 5 and b < 3):
print("heheh")
else:
print("hohoho")
a=2
b=2
if (a > 5 or b < 3):
print("heheh")
else:
print("hohoho")
# ## Please code 'xxxx' part
# # please correct to print all lower case of country
country = "CaNaDa"
print( country.lower() )
# # please correct the code to match the conditions
# # I have a farm which has these animals, 4 rabbits and 2 chickens
# no money : hungry
# $1 : candy
# $5 : ice cream
# $10 : burger
# if ( xxxx ):
# print("I can buy a burger")
# xxxx:
# print("I can buy icecream")
# xxxx:
# print("I can buy candy")
# xxxx:
# print("I am hungry")
# =================
money = 5
if money >= 10:
print("I can buy a burger")
elif money >= 5:
print("I can buy an ice cream")
elif money >= 1:
print("I can buy candy")
else:
print("I am hungry")
| [
2,
1303,
38964,
198,
2,
1303,
644,
318,
257,
1255,
286,
1708,
11361,
2438,
198,
64,
796,
366,
20,
1,
198,
65,
796,
366,
21,
1,
198,
4798,
7,
257,
1343,
275,
1267,
198,
198,
2,
1303,
352,
13,
1367,
198,
2,
1303,
362,
13,
642,
198,
2,
1303,
513,
13,
718,
198,
2,
1303,
604,
13,
7265,
198,
2,
1303,
642,
13,
17632,
4049,
628,
198,
64,
28,
17,
198,
65,
28,
17,
198,
361,
357,
64,
1875,
642,
290,
275,
1279,
513,
2599,
198,
220,
220,
220,
3601,
7203,
258,
258,
71,
4943,
198,
17772,
25,
198,
220,
220,
220,
3601,
7203,
71,
1219,
40950,
4943,
198,
198,
64,
28,
17,
198,
65,
28,
17,
198,
361,
357,
64,
1875,
642,
393,
275,
1279,
513,
2599,
198,
220,
220,
220,
3601,
7203,
258,
258,
71,
4943,
198,
17772,
25,
198,
220,
220,
220,
3601,
7203,
71,
1219,
40950,
4943,
628,
198,
2,
22492,
4222,
2438,
705,
12343,
6,
636,
198,
2,
1303,
3387,
3376,
284,
3601,
477,
2793,
1339,
286,
1499,
198,
19315,
796,
366,
24334,
26705,
26531,
1,
198,
4798,
7,
1499,
13,
21037,
3419,
1267,
628,
198,
198,
2,
1303,
3387,
3376,
262,
2438,
284,
2872,
262,
3403,
198,
2,
1303,
314,
423,
257,
5318,
543,
468,
777,
4695,
11,
604,
33043,
290,
362,
25972,
198,
2,
645,
1637,
1058,
14720,
198,
2,
720,
16,
1058,
18550,
198,
2,
720,
20,
1058,
4771,
8566,
198,
2,
720,
940,
1058,
26593,
628,
198,
2,
611,
357,
2124,
31811,
15179,
198,
2,
220,
220,
220,
220,
3601,
7203,
40,
460,
2822,
257,
26593,
4943,
198,
2,
2124,
31811,
25,
198,
2,
220,
220,
220,
220,
3601,
7203,
40,
460,
2822,
4771,
36277,
4943,
198,
2,
2124,
31811,
25,
198,
2,
220,
220,
220,
220,
3601,
7203,
40,
460,
2822,
18550,
4943,
198,
2,
2124,
31811,
25,
198,
2,
220,
220,
220,
220,
3601,
7203,
40,
716,
14720,
4943,
198,
2,
36658,
198,
198,
26316,
796,
642,
198,
198,
361,
1637,
18189,
838,
25,
198,
220,
220,
220,
3601,
7203,
40,
460,
2822,
257,
26593,
4943,
198,
417,
361,
1637,
18189,
642,
25,
198,
220,
220,
220,
3601,
7203,
40,
460,
2822,
281,
4771,
8566,
4943,
198,
417,
361,
1637,
18189,
352,
25,
198,
220,
220,
220,
3601,
7203,
40,
460,
2822,
18550,
4943,
198,
17772,
25,
198,
220,
220,
220,
3601,
7203,
40,
716,
14720,
4943,
198
] | 2.486216 | 399 |
import time
import receiver
if __name__ == '__main__':
recv = receiver.Receiver()
recv.start_thread(12345)
try:
print('Press Ctrl-C to stop')
while True:
while recv.available():
msgs = recv.get()
print(msgs)
time.sleep(1 / 60)
finally:
recv.stop_thread()
| [
11748,
640,
198,
11748,
9733,
198,
198,
361,
11593,
3672,
834,
6624,
705,
834,
12417,
834,
10354,
198,
220,
220,
220,
664,
85,
796,
9733,
13,
3041,
39729,
3419,
198,
220,
220,
220,
664,
85,
13,
9688,
62,
16663,
7,
10163,
2231,
8,
198,
220,
220,
220,
1949,
25,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
13800,
19212,
12,
34,
284,
2245,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
981,
6407,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
981,
664,
85,
13,
15182,
33529,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13845,
14542,
796,
664,
85,
13,
1136,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
7,
907,
14542,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
640,
13,
42832,
7,
16,
1220,
3126,
8,
198,
220,
220,
220,
3443,
25,
198,
220,
220,
220,
220,
220,
220,
220,
664,
85,
13,
11338,
62,
16663,
3419,
198
] | 1.934066 | 182 |
import unittest
from slack_ttt.native.dynamo_db import DynamoDB
from slack_ttt.request_handler import RequestHandler
# NEW GAME USE CASES
# GAME ACCEPT USE CASES
# GAME DECLINE USE CASES
# DISPLAY BOARD TEST CASES
# GAME MOVES TEST CASES
# GAME COMPLETION TEST CASES
# GAME ENDING TEST CASES
if __name__ == '__main__':
unittest.main()
| [
11748,
555,
715,
395,
198,
6738,
30740,
62,
926,
83,
13,
30191,
13,
67,
4989,
78,
62,
9945,
1330,
41542,
11012,
198,
6738,
30740,
62,
926,
83,
13,
25927,
62,
30281,
1330,
19390,
25060,
628,
220,
220,
220,
1303,
12682,
30517,
23210,
35106,
1546,
628,
220,
220,
220,
1303,
30517,
15859,
8905,
51,
23210,
35106,
1546,
628,
220,
220,
220,
1303,
30517,
27196,
24027,
23210,
35106,
1546,
628,
220,
220,
220,
1303,
13954,
31519,
16494,
9795,
43001,
35106,
1546,
628,
220,
220,
220,
1303,
30517,
28184,
1546,
43001,
35106,
1546,
628,
220,
220,
220,
1303,
30517,
49269,
24131,
43001,
35106,
1546,
628,
220,
220,
220,
1303,
30517,
23578,
2751,
43001,
35106,
1546,
198,
198,
361,
11593,
3672,
834,
6624,
705,
834,
12417,
834,
10354,
198,
220,
220,
220,
555,
715,
395,
13,
12417,
3419,
198
] | 2.777778 | 135 |
# Copyright (c) OpenMMLab. All rights reserved.
import argparse
from collections import OrderedDict
import torch
def convert(src, dst):
"""Convert keys in torchvision pretrained MobileNetV2 models to mmcls
style."""
# load pytorch model
blobs = torch.load(src, map_location='cpu')
# convert to pytorch style
state_dict = OrderedDict()
converted_names = set()
for key, weight in blobs.items():
if 'features.0' in key:
convert_conv1(key, weight, state_dict, converted_names)
elif 'classifier' in key:
convert_head(key, weight, state_dict, converted_names)
elif 'features.18' in key:
convert_conv5(key, weight, state_dict, converted_names)
else:
convert_block(key, weight, state_dict, converted_names)
# check if all layers are converted
for key in blobs:
if key not in converted_names:
print(f'not converted: {key}')
# save checkpoint
checkpoint = dict()
checkpoint['state_dict'] = state_dict
torch.save(checkpoint, dst)
if __name__ == '__main__':
main()
| [
2,
15069,
357,
66,
8,
4946,
44,
5805,
397,
13,
1439,
2489,
10395,
13,
198,
11748,
1822,
29572,
198,
6738,
17268,
1330,
14230,
1068,
35,
713,
198,
198,
11748,
28034,
628,
628,
628,
198,
4299,
10385,
7,
10677,
11,
29636,
2599,
198,
220,
220,
220,
37227,
3103,
1851,
8251,
287,
28034,
10178,
2181,
13363,
12173,
7934,
53,
17,
4981,
284,
8085,
565,
82,
198,
220,
220,
220,
3918,
526,
15931,
628,
220,
220,
220,
1303,
3440,
12972,
13165,
354,
2746,
198,
220,
220,
220,
698,
8158,
796,
28034,
13,
2220,
7,
10677,
11,
3975,
62,
24886,
11639,
36166,
11537,
628,
220,
220,
220,
1303,
10385,
284,
12972,
13165,
354,
3918,
198,
220,
220,
220,
1181,
62,
11600,
796,
14230,
1068,
35,
713,
3419,
198,
220,
220,
220,
11513,
62,
14933,
796,
900,
3419,
628,
220,
220,
220,
329,
1994,
11,
3463,
287,
698,
8158,
13,
23814,
33529,
198,
220,
220,
220,
220,
220,
220,
220,
611,
705,
40890,
13,
15,
6,
287,
1994,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10385,
62,
42946,
16,
7,
2539,
11,
3463,
11,
1181,
62,
11600,
11,
11513,
62,
14933,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
705,
4871,
7483,
6,
287,
1994,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10385,
62,
2256,
7,
2539,
11,
3463,
11,
1181,
62,
11600,
11,
11513,
62,
14933,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
705,
40890,
13,
1507,
6,
287,
1994,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10385,
62,
42946,
20,
7,
2539,
11,
3463,
11,
1181,
62,
11600,
11,
11513,
62,
14933,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10385,
62,
9967,
7,
2539,
11,
3463,
11,
1181,
62,
11600,
11,
11513,
62,
14933,
8,
628,
220,
220,
220,
1303,
2198,
611,
477,
11685,
389,
11513,
198,
220,
220,
220,
329,
1994,
287,
698,
8158,
25,
198,
220,
220,
220,
220,
220,
220,
220,
611,
1994,
407,
287,
11513,
62,
14933,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
7,
69,
6,
1662,
11513,
25,
1391,
2539,
92,
11537,
198,
220,
220,
220,
1303,
3613,
26954,
198,
220,
220,
220,
26954,
796,
8633,
3419,
198,
220,
220,
220,
26954,
17816,
5219,
62,
11600,
20520,
796,
1181,
62,
11600,
198,
220,
220,
220,
28034,
13,
21928,
7,
9122,
4122,
11,
29636,
8,
628,
198,
198,
361,
11593,
3672,
834,
6624,
705,
834,
12417,
834,
10354,
198,
220,
220,
220,
1388,
3419,
198
] | 2.532584 | 445 |
from keys.sol6_keys import *
from converters.sol1_flags import *
from keys.sol6_keys import V2MapBase
from mapping_v2 import *
import logging
log = logging.getLogger(__name__)
| [
6738,
8251,
13,
34453,
21,
62,
13083,
1330,
1635,
198,
6738,
6718,
1010,
13,
34453,
16,
62,
33152,
1330,
1635,
198,
6738,
8251,
13,
34453,
21,
62,
13083,
1330,
569,
17,
13912,
14881,
198,
6738,
16855,
62,
85,
17,
1330,
1635,
198,
11748,
18931,
198,
6404,
796,
18931,
13,
1136,
11187,
1362,
7,
834,
3672,
834,
8,
628
] | 3.051724 | 58 |
from aws_api_mock.Entity_Generator_Command_Interface import Entity_Generator_Command_Interface
from aws_api_mock.aws_data_helpers import get_exadecimal_sample
| [
6738,
3253,
82,
62,
15042,
62,
76,
735,
13,
32398,
62,
8645,
1352,
62,
21575,
62,
39317,
1330,
20885,
62,
8645,
1352,
62,
21575,
62,
39317,
198,
6738,
3253,
82,
62,
15042,
62,
76,
735,
13,
8356,
62,
7890,
62,
16794,
364,
1330,
651,
62,
1069,
671,
66,
4402,
62,
39873,
198
] | 3.057692 | 52 |
#!/usr/bin/env python3
import io
import sys
import cv2
import os
import json
import asyncio
import aiohttp
import numpy as np
from PIL import Image
from ai import Detector
from json import JSONEncoder
from datetime import datetime, date
from kafka import KafkaConsumer
#Override the default method
if __name__ == "__main__":
# Put configuration into the environment TODO
worker = Worker(os.getenv("TOPIC", "CAMERA_1"), os.getenv("ENDPOINT_URL", "http://localhost:5000/api"))
asyncio.run(worker.run()) | [
2,
48443,
14629,
14,
8800,
14,
24330,
21015,
18,
198,
198,
11748,
33245,
198,
11748,
25064,
198,
11748,
269,
85,
17,
198,
11748,
28686,
198,
11748,
33918,
198,
11748,
30351,
952,
198,
11748,
257,
952,
4023,
198,
11748,
299,
32152,
355,
45941,
198,
6738,
350,
4146,
1330,
7412,
198,
6738,
257,
72,
1330,
4614,
9250,
198,
6738,
33918,
1330,
19449,
27195,
12342,
198,
6738,
4818,
8079,
1330,
4818,
8079,
11,
3128,
198,
6738,
479,
1878,
4914,
1330,
46906,
49106,
198,
220,
220,
220,
1303,
37961,
262,
4277,
2446,
198,
198,
361,
11593,
3672,
834,
6624,
366,
834,
12417,
834,
1298,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
5930,
8398,
656,
262,
2858,
16926,
46,
198,
220,
220,
220,
220,
220,
220,
220,
8383,
796,
35412,
7,
418,
13,
1136,
24330,
7203,
35222,
2149,
1600,
366,
34,
2390,
46461,
62,
16,
12340,
28686,
13,
1136,
24330,
7203,
1677,
6322,
46,
12394,
62,
21886,
1600,
366,
4023,
1378,
36750,
25,
27641,
14,
15042,
48774,
198,
220,
220,
220,
220,
220,
220,
220,
30351,
952,
13,
5143,
7,
28816,
13,
5143,
28955
] | 2.928177 | 181 |
# jobs.py Class to work with submitted LogicApp jobs
import os,json, sys, requests
from datetime import datetime
from slugify import slugify
class Jobs():
""" system for managing running jobs Usage:
from mljob.job import Jobs
# in app init, put the class inside the app
app.jobs = Jobs
# set the configuration
app.jobs.job_config = app.config # don't need all of the config, but this is easy
# in views
from app import app
def retrieve_job(jobname):
if (app.jobs.job_exists(jobname)):
job = app.jobs(jobname)
"""
# this is set once for all jobs and used during app life cycle
config = {'JOB_PATH' : 'jobs',
'JOB_CONTAINER_FILE_MOUNT': 'jobs',
'JOB_URL': "http://localhost:5000/localjob"}
# job status codes is a simple dictionary mirroring a small subset of http status codes
# these are status codes sent from the api that creates the job, or via the job itself.
# some job status codes are the results of status codes from http trigger of the job launcher (auzre logic app in our case)
# note that 'timeout' is not 'gateway timeout'
job_status_codes = {200:"Completed", 201:"Created", 202:"Accepted", 404:"Not Found", 500:"Internal Server Error", 504:"Timeout"}
jobs_status_descriptions = { 200:"Job completed successfully",
201:"Job was created and may or may not be running",
202:"Job was accepted and is being created",
404:"There is no job with that specification on this server (ID)",
500:"There was a problem with the job creation or a run-time error",
504:"Timeout. There has been no status updates from the job within the expected time, assumed error"
}
@classmethod
def path_friendly_jobname(cls,jobname):
""" job name must be useable to create file paths and other cloud resources, so remove unuesable or unicode characters"""
#rules for conainters: The container name must contain no more than 63 characters and must match the regex '[a-z0-9]([-a-z0-9]*[a-z0-9])?' (e.g. 'my-name')."
# this needs to be idempotent becuase we may call it on an already modified jobname to be safe
# azure containers must have names matching regex '[a-z0-9]([-a-z0-9]*[a-z0-9])?' (e.g. 'my-name')."
# this is more restrictive that file paths.
# For slugify, the regex pattern is what to exclude, so it uses the negation operator ^
# do two passes - one for slugify's chaacter conversion, and one to make it cloud friendly
filefriendly_jobname = slugify(jobname.lower(), lowercase=True)
cloud_container_exclude_pattern=r'[^a-z0-9]([^-a-z0-9]*[^a-z0-9])?'
cloudfriendly_jobname = slugify(filefriendly_jobname, separator='-', regex_pattern=cloud_container_exclude_pattern)
return(cloudfriendly_jobname)
# TODO rename standard job folder
@classmethod
def retrieve_job_folder(cls,jobname):
""" return the job folder based on current config, or empty string if no job folder exists"""
jobname = Jobs.path_friendly_jobname(jobname)
job_folder = os.path.join(cls.config.get("JOB_PATH"), jobname)
if os.path.isdir(job_folder):
return(job_folder)
else:
return('')
@classmethod
def job_exists(cls,jobname):
"""look up job based on job config"""
jobname = cls.path_friendly_jobname(jobname)
jf = cls.retrieve_job_folder(jobname)
if jf:
return(True)
else:
return(False)
@classmethod
def list_all_jobs(cls):
""" given the path where jobs live, pull the list of all jobs """
job_path = cls.config['JOB_PATH']
with os.scandir(job_path) as jobdir:
joblist = [d.name for d in jobdir if d.is_dir() and not d.name.startswith('.')]
return(joblist)
@classmethod
def valid_results_filename(possible_file_name):
"""convert user input into value OS filename, strip out most punctuation and spacing, preserve case.
The goal is to reduce risk of security problems from user input but allow what should be a valid
results file name. This does not limit to what we may know as valid file names"""
file_regex_pattern = r'[^-A-Za-z0-9_\.]+'
slugified_file_name = slugify(possible_file_name, lowercase=False,regex_pattern=file_regex_pattern)
return(slugified_file_name)
#==============
def job_status(self):
""" use methods above to construct and return the state of the job"""
jf = self.retrieve_job_folder()
if not jf:
return('4o4')
def job_json(self):
"""build the data payload for the http trigger """
# TODO remove the hard-coded "jobs" folder here and set as config value
# the job folder ('jobs') must be in sync in the app and the job-runner container setting
# TODO remove all of this cloud config from this app!
# most does not change from job-to-job, so set it when creating the logic app
# these values are set or can be discovered using commands in the CLI script. so perhaps they need to go
# direct into the ARM template (as params to the template), since they don't affect the app.
job_path=f"{Jobs.config.get('JOB_CONTAINER_FILE_MOUNT')}/jobs/"
input_file_name = self.input_file_name()
results_file_name = self.results_file_name()
# "imageName": f"{acrname}.azurecr.io/{Jobs.config.get('JOB_IMAGE_NAME']}:{app_config['JOB_IMAGE_TAG')}",
docker_image_config = {
"imageName": f"{Jobs.config.get('CONTAINER_REGISTRY_URL')}/{Jobs.config.get('JOB_IMAGE_NAME')}:{Jobs.config.get('JOB_IMAGE_TAG')}",
"registry": {
"server": Jobs.config.get('CONTAINER_REGISTRY_URL'),
"username": Jobs.config.get('CONTAINER_REGISTRY_USER'),
"password": Jobs.config.get("CONTAINER_REGISTRY_PW")
}
}
volume_config = {
"name": "geneplexusfiles",
"mountPath": Jobs.config.get('JOB_CONTAINER_FILE_MOUNT'),
"readOnly": False,
"shareName": Jobs.config.get("STORAGE_SHARE_NAME"),
"shareReadOnly": False,
"storageAccountName": Jobs.config.get("STORAGE_ACCOUNT_NAME"),
"storageAccountKey": Jobs.config.get("STORAGE_ACCOUNT_KEY")
}
# TODO see above, set most of this when creating the logic app
# TODO remove the hard-coded data folder, and set this as an env var
envvars = {
"FLASK_ENV": "development",
"FLASK_DEBUG": True,
"GP_NET_TYPE": self.config.get('net_type'),
"GP_FEATURES": self.config.get('features'),
"GP_GSC": self.config.get('GSC'),
"JOBNAME": self.config.get('jobname'),
"JOBID": self.config.get('jobid'),
"DATA_PATH": f"{Jobs.config.get('JOB_CONTAINER_FILE_MOUNT')}/data_backend2/",
"GENE_FILE": f"{job_path}/{self.config.get('jobname')}/{input_file_name}",
"OUTPUT_FILE": f"{job_path}/{self.config.get('jobname')}/{results_file_name}",
"JOB_PATH": job_path
}
# TODO get CPU and ram from job_config
# TODO alter jog config, increase ram depending on network size
#
job_data = {
"aciName": "geneplexus-backend",
"location": "centralus",
"memoryInGB": 16,
"cpu": 2,
"volumeMount": volume_config,
"image": docker_image_config,
"envvars": envvars
}
return json.dumps(job_data)
def launch_job(self,genes):
"""prep job inputs for use with file paths, create JSON data,
save the input file (and json) to the share folder,
then send json to the logic app url that launches the job container
This assumes the application has the following configured
app_config["STORAGE_ACCOUNT_KEY"]
app_config["CONTAINER_REGISTRY_PW"]
app_config["JOB_URL"]
"""
#TODO error checking : are all needed values in app_config?
# prep all the filenames and paths
jobname = Jobs.path_friendly_jobname(self.config.get('jobname'))
# jobid = self.config.get('jobid')
input_file_name = Jobs.create_input_file_name(jobname)
json_file_name = Jobs.create_json_file_name(jobname)
local_job_folder = f"{Jobs.config['JOB_PATH']}/{jobname}"
input_file_path = f"{local_job_folder}/{input_file_name}"
json_file_path = f"{local_job_folder}/{json_file_name}"
#TODO use these tidied-up file names in the job_config
job_data = self.job_json()
# TODO wrap in try/catch
# create new folder and write files into it
if not os.path.isdir(local_job_folder):
os.mkdir(local_job_folder)
# write gene file
with open(input_file_path, 'w') as f:
f.writelines("%s\n" % gene for gene in genes)
# only write the env vars from job data to storage
# otherwise we are writing cloud-specific info (keys, etc) to storage that we don't need for job status
# use this convoluted method json->dict->select one key->new dict->json
job_vars = json.dumps({'envvars':json.loads(job_data)['envvars']})
# write job params ( data sent to azure )
with open(json_file_path, 'w') as f:
f.write(job_vars)
jsonHeaders = {'Content-type': 'application/json', 'Accept': 'text/plain'}
# launch!
response = requests.post(Jobs.config['JOB_URL'],
data=job_data,
headers=jsonHeaders)
print(f"Job data sent for {jobname}. Status code: {response.status_code}", file=sys.stderr)
return response
def results_file_dir(self,data_file_name = None):
"""return to flask the absolute path to a data file to be returned for download,
or nothing if neigher the job path exists, or the file does not exist in the job path
(this is different than retrieve_job_folder)
parameters
jobname = id of job
app_config config dictionary used to find the job path
data_file_name output file to look for
returns
jf directory where files live
data_file_name, same data file name (santized)
"""
# sanitize the input
# use the default name if none given
if not ( data_file_name) :
data_file_name = Jobs.create_results_file_name(self.jobname)
else:
data_file_name = Jobs.valid_results_filename(data_file_name)
# get the path this job
jf = Jobs.retrieve_job_folder(self.jobname) # get path if job exists, or return ''
if jf:
data_file_path = os.path.join(jf, data_file_name)
if os.path.exists(data_file_path):
return(jf)
return(None)
def results_file_path(self,results_file = None):
"""construct the path to the job (for local/mounted file storage)"""
# use the default name if none given
if not ( results_file) :
results_file = self.results_file_name()
jf = self.retrieve_job_folder()
if jf:
return(os.path.join(jf, results_file))
else:
return(None)
def check_results(self, jobname):
"""" return T/F if there is a results file """
fp = Jobs.results_file_path(jobname)
# if results file exists and it's non-zero size, then true
return( os.path.exists(fp) and os.path.getsize(fp) > 0)
def retrieve_job_params(self):
"""construct the path to the job (for local/mounted file storage)"""
job_folder = self.retrieve_job_folder()
if job_folder:
params_file_path = os.path.join(job_folder, self.json_file_name())
else:
return('')
if os.path.exists(params_file_path):
with open(params_file_path) as f:
content = f.read()
params_vars = json.loads(content)
return(params_vars['envvars'])
else:
return('')
def retrieve_results_data(self,data_file_name):
"""get any one of several of the results data files (TSV, JSON, etc)
This does not check if the file name is one of the 'approved' file names to give
flexibility to the job runner during development"""
data_file_name = Jobs.valid_results_filename(data_file_name)
# TODO define standard filenames for various results types and vet data file name as security precaution
jf = self.retrieve_job_folder() # get path if job exists, or return ''
# if the path, and the file both exists, read it and return the contents
if jf:
data_file_path = os.path.join(jf, data_file_name)
if os.path.exists(data_file_path):
try:
with open(data_file_path) as f:
content = f.read()
except OSError:
print(f"OS error trying to read {data_file_path}",file=sys.stderr)
except Exception as err:
print(f"Unexpected error opening {data_file_path} is",repr(err),file=sys.stderr)
else:
return(content)
# otherwise return none
return(None)
def job_info(self):
""" return a dict of job info for jobs table (no results) """
# create default empty dict for consistent rows
job_info = {
'jobname': self.jobname,
'is_job' : False,
'submit_time' : None,
'has_results' : '',
'params' : {},
'status' : 'NOT FOUND'
}
jf = self.retrieve_job_folder()
if jf:
job_info['is_job'] = True
job_info['submit_time'] = datetime.fromtimestamp(os.path.getmtime(jf)).strftime("%Y-%m-%d %H:%M:%S")
job_info['has_results'] = self.check_results()
job_info['params']= self.retrieve_job_params()
job_info['status']= self.retrieve_job_status()
else:
job_info['is_job'] = False
job_info['status'] = 'NOT FOUND'
return(job_info)
# RUNNING LOCALLY: shoud still use a shell script, just like a remote job
# And return control to the app rather than make it wait.
# if Jobs.config['RUN_LOCAL']:
# print("running job locally (may take a while")
# html_output = run_and_render(genes, net_type=self.config.get('net_type'], features=self.config.get('features'), GSC=job_config['GSC'), jobname=jobname, output_path=local_job_folder)
# # TODO find the method here that constructs a results file!
# results_file = os.path.join(local_job_folder, 'results.html')
# with open(results_file, 'w') as f:
# f.write(html_output)
# response = "200" | [
2,
3946,
13,
9078,
220,
5016,
284,
670,
351,
8948,
30146,
4677,
3946,
198,
198,
11748,
28686,
11,
17752,
11,
25064,
11,
7007,
198,
6738,
4818,
8079,
1330,
4818,
8079,
198,
6738,
31065,
1958,
1330,
31065,
1958,
198,
198,
4871,
19161,
33529,
198,
220,
220,
220,
37227,
1080,
329,
11149,
2491,
3946,
220,
29566,
25,
220,
198,
220,
220,
220,
422,
25962,
21858,
13,
21858,
1330,
19161,
628,
220,
220,
220,
1303,
287,
598,
2315,
11,
1234,
262,
1398,
2641,
262,
598,
198,
220,
220,
220,
598,
13,
43863,
796,
19161,
198,
220,
220,
220,
1303,
900,
262,
8398,
198,
220,
220,
220,
598,
13,
43863,
13,
21858,
62,
11250,
796,
598,
13,
11250,
220,
1303,
836,
470,
761,
477,
286,
262,
4566,
11,
475,
428,
318,
2562,
628,
220,
220,
220,
1303,
287,
5009,
628,
220,
220,
220,
422,
598,
1330,
598,
198,
220,
220,
220,
825,
19818,
62,
21858,
7,
21858,
3672,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
611,
357,
1324,
13,
43863,
13,
21858,
62,
1069,
1023,
7,
21858,
3672,
8,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1693,
796,
598,
13,
43863,
7,
21858,
3672,
8,
628,
220,
220,
220,
37227,
198,
220,
220,
220,
1303,
428,
318,
220,
900,
1752,
329,
477,
3946,
290,
973,
1141,
598,
1204,
6772,
198,
220,
220,
220,
4566,
220,
796,
1391,
6,
41,
9864,
62,
34219,
6,
1058,
705,
43863,
3256,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
41,
9864,
62,
10943,
30339,
1137,
62,
25664,
62,
44,
28270,
10354,
705,
43863,
3256,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
41,
9864,
62,
21886,
10354,
366,
4023,
1378,
36750,
25,
27641,
14,
12001,
21858,
20662,
628,
198,
220,
220,
220,
1303,
1693,
3722,
12416,
318,
257,
2829,
22155,
10162,
278,
257,
1402,
24637,
286,
2638,
3722,
12416,
198,
220,
220,
220,
1303,
777,
389,
3722,
12416,
1908,
422,
262,
40391,
326,
8075,
262,
1693,
11,
393,
2884,
262,
1693,
2346,
13,
220,
198,
220,
220,
220,
1303,
617,
1693,
3722,
12416,
389,
262,
2482,
286,
3722,
12416,
422,
2638,
7616,
286,
262,
1693,
24008,
357,
559,
89,
260,
9156,
598,
287,
674,
1339,
8,
198,
220,
220,
220,
1303,
3465,
326,
705,
48678,
6,
318,
407,
705,
10494,
1014,
26827,
6,
198,
220,
220,
220,
1693,
62,
13376,
62,
40148,
796,
1391,
2167,
11097,
43768,
1600,
580,
11097,
41972,
1600,
22131,
11097,
38855,
276,
1600,
32320,
11097,
3673,
4062,
1600,
5323,
11097,
37693,
9652,
13047,
1600,
41612,
11097,
48031,
20662,
628,
220,
220,
220,
3946,
62,
13376,
62,
20147,
1968,
507,
796,
1391,
939,
11097,
33308,
5668,
7675,
1600,
220,
198,
220,
220,
220,
220,
220,
220,
220,
580,
11097,
33308,
373,
2727,
290,
743,
393,
743,
407,
307,
2491,
1600,
220,
198,
220,
220,
220,
220,
220,
220,
220,
22131,
11097,
33308,
373,
6292,
290,
318,
852,
2727,
1600,
220,
198,
220,
220,
220,
220,
220,
220,
220,
32320,
11097,
1858,
318,
645,
1693,
351,
326,
20855,
319,
428,
4382,
357,
2389,
42501,
220,
198,
220,
220,
220,
220,
220,
220,
220,
5323,
11097,
1858,
373,
257,
1917,
351,
262,
1693,
6282,
393,
257,
1057,
12,
2435,
4049,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
41612,
11097,
48031,
13,
220,
1318,
468,
587,
645,
3722,
5992,
422,
262,
1693,
1626,
262,
2938,
640,
11,
9672,
4049,
1,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
628,
220,
220,
220,
2488,
4871,
24396,
198,
220,
220,
220,
825,
3108,
62,
13120,
62,
21858,
3672,
7,
565,
82,
11,
21858,
3672,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
1693,
1438,
1276,
307,
779,
540,
284,
2251,
2393,
13532,
290,
584,
6279,
4133,
11,
523,
4781,
555,
947,
540,
393,
28000,
1098,
3435,
37811,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
38785,
329,
369,
391,
1010,
25,
383,
9290,
1438,
1276,
3994,
645,
517,
621,
8093,
3435,
290,
1276,
2872,
262,
40364,
44438,
64,
12,
89,
15,
12,
24,
16151,
58,
12,
64,
12,
89,
15,
12,
24,
60,
9,
58,
64,
12,
89,
15,
12,
24,
12962,
8348,
357,
68,
13,
70,
13,
705,
1820,
12,
3672,
11537,
526,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
428,
2476,
284,
307,
4686,
368,
13059,
298,
639,
84,
589,
356,
743,
869,
340,
319,
281,
1541,
9518,
1693,
3672,
284,
307,
3338,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
35560,
495,
16472,
1276,
423,
3891,
12336,
40364,
44438,
64,
12,
89,
15,
12,
24,
16151,
58,
12,
64,
12,
89,
15,
12,
24,
60,
9,
58,
64,
12,
89,
15,
12,
24,
12962,
8348,
357,
68,
13,
70,
13,
705,
1820,
12,
3672,
11537,
526,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
428,
318,
220,
517,
26258,
326,
2393,
13532,
13,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
1114,
31065,
1958,
11,
262,
40364,
3912,
318,
644,
284,
19607,
11,
523,
340,
3544,
262,
2469,
341,
10088,
10563,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
466,
734,
8318,
532,
530,
329,
31065,
1958,
338,
17792,
7321,
11315,
11,
290,
530,
284,
787,
340,
6279,
8030,
198,
220,
220,
220,
220,
220,
220,
220,
2393,
13120,
62,
21858,
3672,
796,
31065,
1958,
7,
21858,
3672,
13,
21037,
22784,
2793,
7442,
28,
17821,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
6279,
62,
34924,
62,
1069,
9152,
62,
33279,
28,
81,
6,
58,
61,
64,
12,
89,
15,
12,
24,
16151,
58,
61,
12,
64,
12,
89,
15,
12,
24,
60,
9,
58,
61,
64,
12,
89,
15,
12,
24,
12962,
8348,
198,
220,
220,
220,
220,
220,
220,
220,
6279,
13120,
62,
21858,
3672,
796,
31065,
1958,
7,
7753,
13120,
62,
21858,
3672,
11,
2880,
1352,
11639,
12,
3256,
40364,
62,
33279,
28,
17721,
62,
34924,
62,
1069,
9152,
62,
33279,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
7,
17721,
13120,
62,
21858,
3672,
8,
628,
198,
220,
220,
220,
1303,
16926,
46,
36265,
3210,
1693,
9483,
198,
220,
220,
220,
2488,
4871,
24396,
198,
220,
220,
220,
825,
19818,
62,
21858,
62,
43551,
7,
565,
82,
11,
21858,
3672,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
1441,
262,
1693,
9483,
1912,
319,
1459,
4566,
11,
393,
6565,
4731,
611,
645,
1693,
9483,
7160,
37811,
628,
220,
220,
220,
220,
220,
220,
220,
1693,
3672,
796,
19161,
13,
6978,
62,
13120,
62,
21858,
3672,
7,
21858,
3672,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1693,
62,
43551,
796,
28686,
13,
6978,
13,
22179,
7,
565,
82,
13,
11250,
13,
1136,
7203,
41,
9864,
62,
34219,
12340,
1693,
3672,
8,
198,
220,
220,
220,
220,
220,
220,
220,
611,
28686,
13,
6978,
13,
9409,
343,
7,
21858,
62,
43551,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
7,
21858,
62,
43551,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
7,
7061,
8,
628,
198,
220,
220,
220,
2488,
4871,
24396,
198,
220,
220,
220,
825,
1693,
62,
1069,
1023,
7,
565,
82,
11,
21858,
3672,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
5460,
510,
1693,
1912,
319,
1693,
4566,
37811,
198,
220,
220,
220,
220,
220,
220,
220,
1693,
3672,
796,
537,
82,
13,
6978,
62,
13120,
62,
21858,
3672,
7,
21858,
3672,
8,
198,
220,
220,
220,
220,
220,
220,
220,
474,
69,
796,
537,
82,
13,
1186,
30227,
62,
21858,
62,
43551,
7,
21858,
3672,
8,
198,
220,
220,
220,
220,
220,
220,
220,
611,
474,
69,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
7,
17821,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
7,
25101,
8,
220,
628,
220,
220,
220,
2488,
4871,
24396,
198,
220,
220,
220,
825,
1351,
62,
439,
62,
43863,
7,
565,
82,
2599,
220,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
1813,
262,
3108,
810,
3946,
2107,
11,
2834,
262,
1351,
286,
477,
3946,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1693,
62,
6978,
796,
537,
82,
13,
11250,
17816,
41,
9864,
62,
34219,
20520,
628,
220,
220,
220,
220,
220,
220,
220,
351,
28686,
13,
1416,
392,
343,
7,
21858,
62,
6978,
8,
355,
1693,
15908,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1693,
4868,
796,
685,
67,
13,
3672,
329,
288,
287,
1693,
15908,
611,
288,
13,
271,
62,
15908,
3419,
290,
407,
288,
13,
3672,
13,
9688,
2032,
342,
10786,
2637,
15437,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
7,
21858,
4868,
8,
220,
220,
628,
220,
220,
220,
2488,
4871,
24396,
198,
220,
220,
220,
825,
4938,
62,
43420,
62,
34345,
7,
79,
4733,
62,
7753,
62,
3672,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
1102,
1851,
2836,
5128,
656,
1988,
7294,
29472,
11,
10283,
503,
749,
21025,
2288,
290,
31050,
11,
12201,
1339,
13,
220,
198,
220,
220,
220,
220,
220,
220,
220,
383,
3061,
318,
284,
4646,
2526,
286,
2324,
2761,
422,
2836,
5128,
475,
1249,
644,
815,
307,
257,
4938,
198,
220,
220,
220,
220,
220,
220,
220,
2482,
2393,
1438,
13,
220,
770,
857,
407,
4179,
284,
644,
356,
743,
760,
355,
4938,
2393,
3891,
37811,
628,
220,
220,
220,
220,
220,
220,
220,
2393,
62,
260,
25636,
62,
33279,
796,
374,
6,
58,
61,
12,
32,
12,
57,
64,
12,
89,
15,
12,
24,
62,
59,
8183,
10,
6,
198,
220,
220,
220,
220,
220,
220,
220,
31065,
1431,
62,
7753,
62,
3672,
796,
31065,
1958,
7,
79,
4733,
62,
7753,
62,
3672,
11,
2793,
7442,
28,
25101,
11,
260,
25636,
62,
33279,
28,
7753,
62,
260,
25636,
62,
33279,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
7,
6649,
1018,
1431,
62,
7753,
62,
3672,
8,
628,
198,
198,
2,
25609,
855,
628,
198,
220,
220,
220,
825,
1693,
62,
13376,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
779,
5050,
2029,
284,
5678,
290,
1441,
262,
1181,
286,
262,
1693,
37811,
198,
220,
220,
220,
220,
220,
220,
220,
474,
69,
796,
2116,
13,
1186,
30227,
62,
21858,
62,
43551,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
611,
407,
474,
69,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
10786,
19,
78,
19,
11537,
628,
220,
220,
220,
825,
1693,
62,
17752,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
11249,
262,
1366,
21437,
329,
262,
2638,
7616,
37227,
220,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
16926,
46,
4781,
262,
1327,
12,
40976,
366,
43863,
1,
9483,
994,
290,
900,
355,
4566,
1988,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
262,
1693,
9483,
19203,
43863,
11537,
1276,
307,
287,
17510,
287,
262,
598,
290,
262,
1693,
12,
16737,
9290,
4634,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
16926,
46,
4781,
477,
286,
428,
6279,
4566,
422,
428,
598,
0,
220,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
749,
857,
407,
1487,
422,
1693,
12,
1462,
12,
21858,
11,
523,
900,
340,
618,
4441,
262,
9156,
598,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
777,
3815,
389,
900,
393,
460,
307,
5071,
1262,
9729,
287,
262,
43749,
4226,
13,
523,
3737,
484,
761,
284,
467,
220,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
1277,
656,
262,
20359,
11055,
220,
357,
292,
42287,
284,
262,
11055,
828,
1201,
484,
836,
470,
2689,
262,
598,
13,
220,
628,
220,
220,
220,
220,
220,
220,
220,
1693,
62,
6978,
28,
69,
1,
90,
41,
8158,
13,
11250,
13,
1136,
10786,
41,
9864,
62,
10943,
30339,
1137,
62,
25664,
62,
44,
28270,
11537,
92,
14,
43863,
30487,
198,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
5128,
62,
7753,
62,
3672,
796,
2116,
13,
15414,
62,
7753,
62,
3672,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
2482,
62,
7753,
62,
3672,
796,
2116,
13,
43420,
62,
7753,
62,
3672,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
220,
366,
9060,
5376,
1298,
277,
1,
90,
330,
81,
3672,
27422,
1031,
495,
6098,
13,
952,
14,
90,
41,
8158,
13,
11250,
13,
1136,
10786,
41,
9864,
62,
3955,
11879,
62,
20608,
20520,
92,
29164,
1324,
62,
11250,
17816,
41,
9864,
62,
3955,
11879,
62,
42197,
11537,
92,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
36253,
62,
9060,
62,
11250,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
9060,
5376,
1298,
277,
1,
90,
41,
8158,
13,
11250,
13,
1136,
10786,
10943,
30339,
1137,
62,
31553,
1797,
40405,
62,
21886,
11537,
92,
14,
90,
41,
8158,
13,
11250,
13,
1136,
10786,
41,
9864,
62,
3955,
11879,
62,
20608,
11537,
92,
29164,
41,
8158,
13,
11250,
13,
1136,
10786,
41,
9864,
62,
3955,
11879,
62,
42197,
11537,
92,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
2301,
4592,
1298,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
15388,
1298,
19161,
13,
11250,
13,
1136,
10786,
10943,
30339,
1137,
62,
31553,
1797,
40405,
62,
21886,
33809,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
29460,
1298,
19161,
13,
11250,
13,
1136,
10786,
10943,
30339,
1137,
62,
31553,
1797,
40405,
62,
29904,
33809,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
28712,
1298,
19161,
13,
11250,
13,
1136,
7203,
10943,
30339,
1137,
62,
31553,
1797,
40405,
62,
47,
54,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
628,
220,
220,
220,
220,
220,
220,
220,
6115,
62,
11250,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
3672,
1298,
366,
5235,
538,
2588,
385,
16624,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
14948,
15235,
1298,
19161,
13,
11250,
13,
1136,
10786,
41,
9864,
62,
10943,
30339,
1137,
62,
25664,
62,
44,
28270,
33809,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
961,
10049,
1298,
10352,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20077,
5376,
1298,
19161,
13,
11250,
13,
1136,
7203,
2257,
1581,
11879,
62,
42597,
62,
20608,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20077,
5569,
10049,
1298,
10352,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
35350,
30116,
5376,
1298,
19161,
13,
11250,
13,
1136,
7203,
2257,
1581,
11879,
62,
26861,
28270,
62,
20608,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
35350,
30116,
9218,
1298,
19161,
13,
11250,
13,
1136,
7203,
2257,
1581,
11879,
62,
26861,
28270,
62,
20373,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
16926,
46,
766,
2029,
11,
900,
749,
286,
428,
618,
4441,
262,
9156,
598,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
16926,
46,
4781,
262,
1327,
12,
40976,
1366,
9483,
11,
290,
900,
428,
355,
281,
17365,
1401,
198,
220,
220,
220,
220,
220,
220,
220,
17365,
85,
945,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
3697,
1921,
42,
62,
1677,
53,
1298,
366,
31267,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
3697,
1921,
42,
62,
30531,
1298,
6407,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16960,
62,
12884,
62,
25216,
1298,
2116,
13,
11250,
13,
1136,
10786,
3262,
62,
4906,
33809,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16960,
62,
15112,
47471,
1298,
2116,
13,
11250,
13,
1136,
10786,
40890,
33809,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16960,
62,
38,
6173,
1298,
2116,
13,
11250,
13,
1136,
10786,
38,
6173,
33809,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
41,
9864,
20608,
1298,
2116,
13,
11250,
13,
1136,
10786,
21858,
3672,
33809,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
41,
9864,
2389,
1298,
2116,
13,
11250,
13,
1136,
10786,
21858,
312,
33809,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
26947,
62,
34219,
1298,
277,
1,
90,
41,
8158,
13,
11250,
13,
1136,
10786,
41,
9864,
62,
10943,
30339,
1137,
62,
25664,
62,
44,
28270,
11537,
92,
14,
7890,
62,
1891,
437,
17,
14,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
35353,
36,
62,
25664,
1298,
277,
1,
90,
21858,
62,
6978,
92,
14,
90,
944,
13,
11250,
13,
1136,
10786,
21858,
3672,
11537,
92,
14,
90,
15414,
62,
7753,
62,
3672,
92,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
2606,
7250,
3843,
62,
25664,
1298,
277,
1,
90,
21858,
62,
6978,
92,
14,
90,
944,
13,
11250,
13,
1136,
10786,
21858,
3672,
11537,
92,
14,
90,
43420,
62,
7753,
62,
3672,
92,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
41,
9864,
62,
34219,
1298,
1693,
62,
6978,
628,
220,
220,
220,
220,
220,
220,
220,
1782,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
16926,
46,
651,
9135,
290,
15770,
422,
1693,
62,
11250,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
16926,
46,
8343,
48342,
4566,
11,
2620,
15770,
6906,
319,
3127,
2546,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
1693,
62,
7890,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
32009,
5376,
1298,
366,
5235,
538,
2588,
385,
12,
1891,
437,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
24886,
1298,
366,
31463,
385,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
31673,
818,
4579,
1298,
1467,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
36166,
1298,
362,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
29048,
35452,
1298,
6115,
62,
11250,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
9060,
1298,
36253,
62,
9060,
62,
11250,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
24330,
85,
945,
1298,
17365,
85,
945,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
33918,
13,
67,
8142,
7,
21858,
62,
7890,
8,
628,
198,
220,
220,
220,
825,
4219,
62,
21858,
7,
944,
11,
5235,
274,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
46012,
1693,
17311,
329,
779,
351,
2393,
13532,
11,
2251,
19449,
1366,
11,
220,
198,
220,
220,
220,
220,
220,
220,
220,
3613,
262,
5128,
2393,
357,
392,
33918,
8,
284,
262,
2648,
9483,
11,
220,
198,
220,
220,
220,
220,
220,
220,
220,
788,
3758,
33918,
284,
262,
9156,
598,
19016,
326,
18617,
262,
1693,
9290,
198,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
770,
18533,
262,
3586,
468,
262,
1708,
17839,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
598,
62,
11250,
14692,
2257,
1581,
11879,
62,
26861,
28270,
62,
20373,
8973,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
598,
62,
11250,
14692,
10943,
30339,
1137,
62,
31553,
1797,
40405,
62,
47,
54,
8973,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
598,
62,
11250,
14692,
41,
9864,
62,
21886,
8973,
220,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
51,
3727,
46,
4049,
10627,
1058,
389,
477,
2622,
3815,
287,
598,
62,
11250,
30,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
3143,
477,
262,
1226,
268,
1047,
290,
13532,
198,
220,
220,
220,
220,
220,
220,
220,
1693,
3672,
796,
19161,
13,
6978,
62,
13120,
62,
21858,
3672,
7,
944,
13,
11250,
13,
1136,
10786,
21858,
3672,
6,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
1693,
312,
796,
2116,
13,
11250,
13,
1136,
10786,
21858,
312,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
5128,
62,
7753,
62,
3672,
796,
19161,
13,
17953,
62,
15414,
62,
7753,
62,
3672,
7,
21858,
3672,
8,
198,
220,
220,
220,
220,
220,
220,
220,
33918,
62,
7753,
62,
3672,
796,
19161,
13,
17953,
62,
17752,
62,
7753,
62,
3672,
7,
21858,
3672,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1957,
62,
21858,
62,
43551,
796,
277,
1,
90,
41,
8158,
13,
11250,
17816,
41,
9864,
62,
34219,
20520,
92,
14,
90,
21858,
3672,
36786,
628,
198,
220,
220,
220,
220,
220,
220,
220,
5128,
62,
7753,
62,
6978,
796,
277,
1,
90,
12001,
62,
21858,
62,
43551,
92,
14,
90,
15414,
62,
7753,
62,
3672,
36786,
198,
220,
220,
220,
220,
220,
220,
220,
33918,
62,
7753,
62,
6978,
796,
277,
1,
90,
12001,
62,
21858,
62,
43551,
92,
14,
90,
17752,
62,
7753,
62,
3672,
36786,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
51,
3727,
46,
779,
777,
29770,
798,
12,
929,
2393,
3891,
287,
262,
1693,
62,
11250,
198,
220,
220,
220,
220,
220,
220,
220,
1693,
62,
7890,
796,
2116,
13,
21858,
62,
17752,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
16926,
46,
14441,
287,
1949,
14,
40198,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
2251,
649,
9483,
290,
3551,
3696,
656,
340,
198,
220,
220,
220,
220,
220,
220,
220,
611,
407,
28686,
13,
6978,
13,
9409,
343,
7,
12001,
62,
21858,
62,
43551,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
28686,
13,
28015,
15908,
7,
12001,
62,
21858,
62,
43551,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
3551,
9779,
2393,
198,
220,
220,
220,
220,
220,
220,
220,
351,
1280,
7,
15414,
62,
7753,
62,
6978,
11,
705,
86,
11537,
355,
277,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
13,
8933,
20655,
7203,
4,
82,
59,
77,
1,
4064,
9779,
329,
9779,
287,
10812,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
691,
3551,
262,
17365,
410,
945,
422,
1693,
1366,
284,
6143,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
4306,
356,
389,
3597,
6279,
12,
11423,
7508,
357,
13083,
11,
3503,
8,
284,
6143,
326,
356,
836,
470,
761,
329,
1693,
3722,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
779,
428,
47370,
2446,
33918,
3784,
11600,
3784,
19738,
530,
1994,
3784,
3605,
8633,
3784,
17752,
198,
220,
220,
220,
220,
220,
220,
220,
1693,
62,
85,
945,
796,
33918,
13,
67,
8142,
15090,
6,
24330,
85,
945,
10354,
17752,
13,
46030,
7,
21858,
62,
7890,
8,
17816,
24330,
85,
945,
20520,
30072,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
3551,
1693,
42287,
357,
1366,
1908,
284,
35560,
495,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
351,
1280,
7,
17752,
62,
7753,
62,
6978,
11,
705,
86,
11537,
355,
277,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
13,
13564,
7,
21858,
62,
85,
945,
8,
628,
220,
220,
220,
220,
220,
220,
220,
33918,
13847,
364,
796,
1391,
6,
19746,
12,
4906,
10354,
705,
31438,
14,
17752,
3256,
705,
38855,
10354,
705,
5239,
14,
25638,
6,
92,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
4219,
0,
220,
198,
220,
220,
220,
220,
220,
220,
220,
2882,
796,
7007,
13,
7353,
7,
41,
8158,
13,
11250,
17816,
41,
9864,
62,
21886,
6,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
28,
21858,
62,
7890,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
24697,
28,
17752,
13847,
364,
8,
628,
220,
220,
220,
220,
220,
220,
220,
3601,
7,
69,
1,
33308,
1366,
1908,
329,
1391,
21858,
3672,
27422,
220,
12678,
2438,
25,
1391,
26209,
13,
13376,
62,
8189,
92,
1600,
2393,
28,
17597,
13,
301,
1082,
81,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
2882,
628,
220,
220,
220,
825,
2482,
62,
7753,
62,
15908,
7,
944,
11,
7890,
62,
7753,
62,
3672,
796,
6045,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
7783,
284,
42903,
262,
4112,
3108,
284,
257,
1366,
2393,
284,
307,
4504,
329,
4321,
11,
220,
198,
220,
220,
220,
220,
220,
220,
220,
393,
2147,
611,
497,
328,
372,
262,
1693,
3108,
7160,
11,
393,
262,
2393,
857,
407,
2152,
287,
262,
1693,
3108,
198,
220,
220,
220,
220,
220,
220,
220,
357,
5661,
318,
1180,
621,
19818,
62,
21858,
62,
43551,
8,
198,
220,
220,
220,
220,
220,
220,
220,
10007,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1693,
3672,
796,
4686,
286,
1693,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
598,
62,
11250,
4566,
22155,
973,
284,
1064,
262,
1693,
3108,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
62,
7753,
62,
3672,
220,
5072,
2393,
284,
804,
329,
198,
220,
220,
220,
220,
220,
220,
220,
5860,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
474,
69,
8619,
810,
3696,
2107,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
62,
7753,
62,
3672,
11,
976,
1366,
2393,
1438,
357,
82,
415,
1143,
8,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
5336,
270,
1096,
262,
5128,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
779,
262,
4277,
1438,
611,
4844,
1813,
220,
198,
220,
220,
220,
220,
220,
220,
220,
611,
407,
357,
1366,
62,
7753,
62,
3672,
8,
1058,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
62,
7753,
62,
3672,
796,
19161,
13,
17953,
62,
43420,
62,
7753,
62,
3672,
7,
944,
13,
21858,
3672,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
62,
7753,
62,
3672,
796,
19161,
13,
12102,
62,
43420,
62,
34345,
7,
7890,
62,
7753,
62,
3672,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
651,
262,
3108,
428,
1693,
198,
220,
220,
220,
220,
220,
220,
220,
474,
69,
796,
19161,
13,
1186,
30227,
62,
21858,
62,
43551,
7,
944,
13,
21858,
3672,
8,
1303,
651,
3108,
611,
1693,
7160,
11,
393,
1441,
10148,
198,
220,
220,
220,
220,
220,
220,
220,
611,
474,
69,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
62,
7753,
62,
6978,
796,
28686,
13,
6978,
13,
22179,
7,
73,
69,
11,
1366,
62,
7753,
62,
3672,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
28686,
13,
6978,
13,
1069,
1023,
7,
7890,
62,
7753,
62,
6978,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
7,
73,
69,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
7,
14202,
8,
628,
220,
220,
220,
220,
198,
220,
220,
220,
825,
2482,
62,
7753,
62,
6978,
7,
944,
11,
43420,
62,
7753,
796,
6045,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
41571,
262,
3108,
284,
262,
1693,
357,
1640,
1957,
14,
29728,
2393,
6143,
8,
37811,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
779,
262,
4277,
1438,
611,
4844,
1813,
220,
198,
220,
220,
220,
220,
220,
220,
220,
611,
407,
357,
2482,
62,
7753,
8,
1058,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2482,
62,
7753,
796,
2116,
13,
43420,
62,
7753,
62,
3672,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
474,
69,
796,
2116,
13,
1186,
30227,
62,
21858,
62,
43551,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
611,
474,
69,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
7,
418,
13,
6978,
13,
22179,
7,
73,
69,
11,
2482,
62,
7753,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
7,
14202,
8,
628,
220,
220,
220,
825,
2198,
62,
43420,
7,
944,
11,
1693,
3672,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
13538,
15931,
220,
1441,
309,
14,
37,
611,
612,
318,
257,
2482,
2393,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
277,
79,
796,
19161,
13,
43420,
62,
7753,
62,
6978,
7,
21858,
3672,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
220,
611,
2482,
2393,
7160,
290,
340,
338,
1729,
12,
22570,
2546,
11,
788,
2081,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
7,
28686,
13,
6978,
13,
1069,
1023,
7,
46428,
8,
290,
28686,
13,
6978,
13,
11407,
1096,
7,
46428,
8,
1875,
657,
8,
220,
628,
220,
220,
220,
825,
19818,
62,
21858,
62,
37266,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
41571,
262,
3108,
284,
262,
1693,
357,
1640,
1957,
14,
29728,
2393,
6143,
8,
37811,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
1693,
62,
43551,
796,
2116,
13,
1186,
30227,
62,
21858,
62,
43551,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
611,
1693,
62,
43551,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
42287,
62,
7753,
62,
6978,
796,
28686,
13,
6978,
13,
22179,
7,
21858,
62,
43551,
11,
2116,
13,
17752,
62,
7753,
62,
3672,
28955,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
7,
7061,
8,
628,
220,
220,
220,
220,
220,
220,
220,
611,
28686,
13,
6978,
13,
1069,
1023,
7,
37266,
62,
7753,
62,
6978,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
351,
1280,
7,
37266,
62,
7753,
62,
6978,
8,
355,
277,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2695,
796,
277,
13,
961,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
42287,
62,
85,
945,
796,
33918,
13,
46030,
7,
11299,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
7,
37266,
62,
85,
945,
17816,
24330,
85,
945,
6,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
7,
7061,
8,
628,
198,
220,
220,
220,
825,
19818,
62,
43420,
62,
7890,
7,
944,
11,
7890,
62,
7753,
62,
3672,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
1136,
597,
530,
286,
1811,
286,
262,
2482,
1366,
3696,
357,
4694,
53,
11,
19449,
11,
3503,
8,
198,
220,
220,
220,
220,
220,
220,
220,
770,
857,
407,
2198,
611,
262,
2393,
1438,
318,
530,
286,
262,
705,
29137,
6,
2393,
3891,
284,
1577,
220,
198,
220,
220,
220,
220,
220,
220,
220,
13688,
284,
262,
1693,
17490,
1141,
2478,
37811,
628,
220,
220,
220,
220,
220,
220,
220,
1366,
62,
7753,
62,
3672,
796,
19161,
13,
12102,
62,
43420,
62,
34345,
7,
7890,
62,
7753,
62,
3672,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
16926,
46,
8160,
3210,
1226,
268,
1047,
329,
2972,
2482,
3858,
290,
20202,
1366,
2393,
1438,
355,
2324,
32992,
198,
220,
220,
220,
220,
220,
220,
220,
474,
69,
796,
2116,
13,
1186,
30227,
62,
21858,
62,
43551,
3419,
1303,
651,
3108,
611,
1693,
7160,
11,
393,
1441,
10148,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
611,
262,
3108,
11,
290,
262,
2393,
1111,
7160,
11,
1100,
340,
290,
1441,
262,
10154,
198,
220,
220,
220,
220,
220,
220,
220,
611,
474,
69,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
62,
7753,
62,
6978,
796,
28686,
13,
6978,
13,
22179,
7,
73,
69,
11,
1366,
62,
7753,
62,
3672,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
28686,
13,
6978,
13,
1069,
1023,
7,
7890,
62,
7753,
62,
6978,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1949,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
351,
1280,
7,
7890,
62,
7753,
62,
6978,
8,
355,
277,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2695,
796,
277,
13,
961,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2845,
440,
5188,
81,
1472,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
7,
69,
1,
2640,
4049,
2111,
284,
1100,
1391,
7890,
62,
7753,
62,
6978,
92,
1600,
7753,
28,
17597,
13,
301,
1082,
81,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2845,
35528,
355,
11454,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
7,
69,
1,
52,
42072,
4049,
4756,
1391,
7890,
62,
7753,
62,
6978,
92,
318,
1600,
260,
1050,
7,
8056,
828,
7753,
28,
17597,
13,
301,
1082,
81,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
7,
11299,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
4306,
1441,
4844,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
7,
14202,
8,
628,
628,
220,
220,
220,
825,
1693,
62,
10951,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
1441,
257,
8633,
286,
1693,
7508,
329,
3946,
3084,
357,
3919,
2482,
8,
37227,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
2251,
4277,
6565,
8633,
329,
6414,
15274,
198,
220,
220,
220,
220,
220,
220,
220,
1693,
62,
10951,
796,
1391,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
21858,
3672,
10354,
2116,
13,
21858,
3672,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
271,
62,
21858,
6,
1058,
10352,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
46002,
62,
2435,
6,
1058,
6045,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
10134,
62,
43420,
6,
1058,
705,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37266,
6,
1058,
1391,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
13376,
6,
1058,
705,
11929,
376,
15919,
6,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
628,
220,
220,
220,
220,
220,
220,
220,
474,
69,
796,
2116,
13,
1186,
30227,
62,
21858,
62,
43551,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
611,
474,
69,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1693,
62,
10951,
17816,
271,
62,
21858,
20520,
796,
6407,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1693,
62,
10951,
17816,
46002,
62,
2435,
20520,
796,
4818,
8079,
13,
6738,
16514,
27823,
7,
418,
13,
6978,
13,
1136,
76,
2435,
7,
73,
69,
29720,
2536,
31387,
7203,
4,
56,
12,
4,
76,
12,
4,
67,
4064,
39,
25,
4,
44,
25,
4,
50,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1693,
62,
10951,
17816,
10134,
62,
43420,
20520,
796,
2116,
13,
9122,
62,
43420,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1693,
62,
10951,
17816,
37266,
20520,
28,
2116,
13,
1186,
30227,
62,
21858,
62,
37266,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1693,
62,
10951,
17816,
13376,
20520,
28,
2116,
13,
1186,
30227,
62,
21858,
62,
13376,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1693,
62,
10951,
17816,
271,
62,
21858,
20520,
796,
10352,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1693,
62,
10951,
17816,
13376,
20520,
796,
705,
11929,
376,
15919,
6,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
7,
21858,
62,
10951,
8,
628,
198,
2,
32494,
15871,
37347,
19807,
25,
427,
2778,
991,
779,
257,
7582,
4226,
11,
655,
588,
257,
6569,
1693,
198,
2,
843,
1441,
1630,
284,
262,
598,
2138,
621,
787,
340,
4043,
13,
220,
198,
2,
611,
19161,
13,
11250,
17816,
49,
4944,
62,
29701,
1847,
6,
5974,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
7203,
20270,
1693,
15726,
357,
11261,
1011,
257,
981,
4943,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
27711,
62,
22915,
796,
1057,
62,
392,
62,
13287,
7,
5235,
274,
11,
2010,
62,
4906,
28,
944,
13,
11250,
13,
1136,
10786,
3262,
62,
4906,
6,
4357,
3033,
28,
944,
13,
11250,
13,
1136,
10786,
40890,
33809,
402,
6173,
28,
21858,
62,
11250,
17816,
38,
6173,
33809,
1693,
3672,
28,
21858,
3672,
11,
5072,
62,
6978,
28,
12001,
62,
21858,
62,
43551,
8,
198,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
16926,
46,
1064,
262,
2446,
994,
326,
34175,
257,
2482,
2393,
0,
220,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2482,
62,
7753,
796,
28686,
13,
6978,
13,
22179,
7,
12001,
62,
21858,
62,
43551,
11,
705,
43420,
13,
6494,
11537,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
351,
1280,
7,
43420,
62,
7753,
11,
705,
86,
11537,
355,
277,
25,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
13,
13564,
7,
6494,
62,
22915,
8,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2882,
796,
366,
2167,
1
] | 2.290115 | 6,687 |
# -*- coding: utf-8 -*-
# Generated by Django 1.11.1 on 2017-11-04 20:19
from __future__ import unicode_literals
from django.db import migrations, models
| [
2,
532,
9,
12,
19617,
25,
3384,
69,
12,
23,
532,
9,
12,
198,
2,
2980,
515,
416,
37770,
352,
13,
1157,
13,
16,
319,
2177,
12,
1157,
12,
3023,
1160,
25,
1129,
198,
6738,
11593,
37443,
834,
1330,
28000,
1098,
62,
17201,
874,
198,
198,
6738,
42625,
14208,
13,
9945,
1330,
15720,
602,
11,
4981,
628
] | 2.736842 | 57 |
#!/usr/bin/env python
# coding: utf-8
# In[2]:
#hide
from nbdev_demo.core import *
# # nbdev_demo
#
# > Just my little demo.
# This file will become your README and also the index of your documentation.
# ## Install
# `pip install nbdev_demo`
# ## How to use
# Fill me in please! Don't forget code examples:
# In[3]:
say_hello("Sylvain")
# In[ ]:
| [
2,
48443,
14629,
14,
8800,
14,
24330,
21015,
198,
2,
19617,
25,
3384,
69,
12,
23,
198,
198,
2,
554,
58,
17,
5974,
628,
198,
2,
24717,
198,
6738,
299,
65,
7959,
62,
9536,
78,
13,
7295,
1330,
1635,
628,
198,
2,
1303,
299,
65,
7959,
62,
9536,
78,
198,
2,
220,
198,
2,
1875,
2329,
616,
1310,
13605,
13,
198,
198,
2,
770,
2393,
481,
1716,
534,
20832,
11682,
290,
635,
262,
6376,
286,
534,
10314,
13,
198,
198,
2,
22492,
15545,
198,
198,
2,
4600,
79,
541,
2721,
299,
65,
7959,
62,
9536,
78,
63,
198,
198,
2,
22492,
1374,
284,
779,
198,
198,
2,
27845,
502,
287,
3387,
0,
2094,
470,
6044,
2438,
6096,
25,
198,
198,
2,
554,
58,
18,
5974,
628,
198,
16706,
62,
31373,
7203,
50,
2645,
85,
391,
4943,
628,
198,
2,
554,
58,
2361,
25,
628,
628,
198
] | 2.513699 | 146 |
"""Generates new queries on the JOB-light schema.
For each JOB-light join template, repeat #queries per template:
- sample a tuple from this inner join result via factorized_sampler
- sample #filters, and columns to put these filters on
- query literals: use this tuple's values
- sample ops: {>=, <=, =} for numerical columns and = for categoricals.
Uses either Spark or Postgres for actual execution to obtain true
cardinalities. Both setups require data already be loaded. For Postgres, the
server needs to be live.
Typical usage:
To generate queries:
python make_job_queries.py --output_csv <csv> --num_queries <n>
To print selectivities of already generated queries:
python make_job_queries.py \
--print_sel --output_csv queries/job-light.csv --num_queries 70
"""
import os
import subprocess
import textwrap
import time
from absl import app
from absl import flags
from absl import logging
from mako import template
import numpy as np
import pandas as pd
import psycopg2 as pg
#from pyspark.sql import SparkSession
import common
import datasets
from factorized_sampler import FactorizedSamplerIterDataset
import join_utils
import utils
FLAGS = flags.FLAGS
flags.DEFINE_string(
'job_light_csv', '/home_nfs/peizhi/zizhong/dataset/imdb/job-light-ranges_mm_wisdm.csv',
'Path to the original JOB-light queries; used for loading templates.')
flags.DEFINE_integer(
'num_queries', 10000,
'Number of queries to generate, distributed across templates.')
flags.DEFINE_integer('min_filters', 3,
'Minimum # of filters (inclusive) a query can have.')
flags.DEFINE_integer('max_filters', 8,
'Maximum # of filters (inclusive) a query can have.')
flags.DEFINE_string(
'db', 'dbname=imdb host=127.0.0.1',
'Configs for connecting to Postgres server (must be launched and running).')
flags.DEFINE_string('output_csv', './job-light-range_mm_wisdm_train.csv',
'Path to CSV file to output into.')
flags.DEFINE_string('output_sql', './job-light-range_mm_wisdm_train.sql',
'Path to sql file to output into.')
# Spark configs.
#flags.DEFINE_string('spark_master', 'local[*]', 'spark.master.')
# Print selectivities.
flags.DEFINE_bool(
'print_sel', False, 'If specified, load generated cardinalities from '
'--output_csv and print selectivities.')
JOB_LIGHT_OUTER_CARDINALITY = 2128877229383
def MakeQueries(cursor, num_queries, tables_in_templates, table_names,
join_keys, rng):
"""Sample a tuple from actual join result then place filters."""
#spark.catalog.clearCache()
# TODO: this assumes single equiv class.
join_items = list(join_keys.items())
lhs = join_items[0][1]
join_clauses_list = []
for rhs in join_items[1:]:
rhs = rhs[1]
join_clauses_list.append('{} = {}'.format(lhs, rhs))
lhs = rhs
join_clauses = '\n AND '.join(join_clauses_list)
# Take only the content columns.
content_cols = []
categoricals = []
numericals = []
for table_name in table_names:
categorical_cols = datasets.JoinOrderBenchmark.CATEGORICAL_COLUMNS[
table_name]
for c in categorical_cols:
disambiguated_name = common.JoinTableAndColumnNames(table_name,
c,
sep='.')
content_cols.append(disambiguated_name)
categoricals.append(disambiguated_name)
range_cols = datasets.JoinOrderBenchmark.RANGE_COLUMNS[table_name]
for c in range_cols:
disambiguated_name = common.JoinTableAndColumnNames(table_name,
c,
sep='.')
content_cols.append(disambiguated_name)
numericals.append(disambiguated_name)
# Build a concat table representing the join result schema.
join_keys_list = [join_keys[n] for n in table_names]
join_spec = join_utils.get_join_spec({
"join_tables": table_names,
"join_keys": dict(
zip(table_names, [[k.split(".")[1]] for k in join_keys_list])),
"join_root": "title",
"join_how": "inner",
})
ds = FactorizedSamplerIterDataset(tables_in_templates,
join_spec,
sample_batch_size=num_queries,
disambiguate_column_names=False,
add_full_join_indicators=False,
add_full_join_fanouts=False)
concat_table = common.ConcatTables(tables_in_templates,
join_keys_list,
sample_from_join_dataset=ds)
template_for_execution = template.Template(
textwrap.dedent("""
SELECT COUNT(*)
FROM ${', '.join(table_names)}
WHERE ${join_clauses}
AND ${filter_clauses};
""").strip())
true_inner_join_card = ds.sampler.join_card
true_full_join_card = JOB_LIGHT_OUTER_CARDINALITY
print('True inner join card', true_inner_join_card, 'true full',
true_full_join_card)
ncols = len(content_cols)
queries = []
filter_strings = []
sql_queries = [] # To get true cardinalities.
while len(queries) < num_queries:
sampled_df = ds.sampler.run()[content_cols]
for r in sampled_df.iterrows():
tup = r[1]
num_filters = rng.randint(FLAGS.min_filters,
max(ncols // 2, FLAGS.max_filters))
# Positions where the values are non-null.
non_null_indices = np.argwhere(~pd.isnull(tup).values).reshape(-1,)
if len(non_null_indices) < num_filters:
continue
print('{} filters out of {} content cols'.format(
num_filters, ncols))
# Place {'<=', '>=', '='} on numericals and '=' on categoricals.
idxs = rng.choice(non_null_indices, replace=False, size=num_filters)
vals = tup[idxs].values
cols = np.take(content_cols, idxs)
ops = rng.choice(['<=', '>=', '='], size=num_filters)
sensible_to_do_range = [c in numericals for c in cols]
ops = np.where(sensible_to_do_range, ops, '=')
print('cols', cols, 'ops', ops, 'vals', vals)
queries.append((cols, ops, vals))
filter_strings.append(','.join(
[','.join((c, o, str(v))) for c, o, v in zip(cols, ops, vals)]))
# Quote string literals & leave other literals alone.
filter_clauses = '\n AND '.join([
'{} {} {}'.format(col, op, val)
if concat_table[col].data.dtype in [np.int64, np.float64] else
'{} {} \'{}\''.format(col, op, val)
for col, op, val in zip(cols, ops, vals)
])
sql = template_for_execution.render(table_names=table_names,
join_clauses=join_clauses,
filter_clauses=filter_clauses)
sql_queries.append(sql)
if len(queries) >= num_queries:
break
true_cards = []
for i, sql_query in enumerate(sql_queries):
#DropBufferCache()
#spark.catalog.clearCache()
print(' Query',
i,
'out of',
len(sql_queries),
'[{}]'.format(filter_strings[i]),
end='')
t1 = time.time()
#true_card = ExecuteSql(cursor, sql_query)[0][0]
#cursor.execute(sql_query)
#result = cursor.fetchall()
#true_card = result[0][0]
true_card = 0
dur = time.time() - t1
true_cards.append(true_card)
print(
'...done: {} (inner join sel {}; full sel {}; inner join {}); dur {:.1f}s'
.format(true_card, true_card / true_inner_join_card,
true_card / true_full_join_card, true_inner_join_card, dur))
# if i > 0 and i % 1 == 0:
# spark = StartSpark(spark)
df = pd.DataFrame({
'tables': [','.join(table_names)] * len(true_cards),
'join_conds': [
','.join(map(lambda s: s.replace(' ', ''), join_clauses_list))
] * len(true_cards),
'filters': filter_strings,
'true_cards': true_cards,
})
df.to_csv(FLAGS.output_csv, sep='#', mode='a', index=False, header=False)
print('Template done.')
return queries, true_cards, sql_queries
'''
def StartSpark(spark=None):
spark = SparkSession.builder.appName('make_job_queries')\
.config('spark.master', FLAGS.spark_master)\
.config('spark.driver.memory', '200g')\
.config('spark.eventLog.enabled', 'true')\
.config('spark.sql.warehouse.dir', '/home/ubuntu/spark-sql-warehouse')\
.config('spark.sql.cbo.enabled', 'true')\
.config('spark.memory.fraction', '0.9')\
.config('spark.driver.extraJavaOptions', '-XX:+UseG1GC')\
.config('spark.memory.offHeap.enabled', 'true')\
.config('spark.memory.offHeap.size', '100g')\
.enableHiveSupport()\
.getOrCreate()
print('Launched spark:', spark.sparkContext)
executors = str(
spark.sparkContext._jsc.sc().getExecutorMemoryStatus().keys().mkString(
'\n ')).strip()
print('{} executors:\n'.format(executors.count('\n') + 1), executors)
return spark
def DropBufferCache():
worker_addresses = os.path.expanduser('~/hosts-workers')
if os.path.exists(worker_addresses):
# If distributed, drop each worker.
print(
str(
subprocess.check_output([
'parallel-ssh', '-h', worker_addresses, '--inline-stdout',
'sync && sudo bash -c \'echo 3 > /proc/sys/vm/drop_caches\' && free -h'
])))
else:
# Drop this machine only.
subprocess.check_output(['sync'])
subprocess.check_output(
['sudo', 'sh', '-c', 'echo 3 > /proc/sys/vm/drop_caches'])
subprocess.check_output(['free', '-h'])
'''
if __name__ == '__main__':
app.run(main)
| [
37811,
8645,
689,
649,
20743,
319,
262,
449,
9864,
12,
2971,
32815,
13,
198,
198,
1890,
1123,
449,
9864,
12,
2971,
4654,
11055,
11,
9585,
1303,
421,
10640,
583,
11055,
25,
198,
220,
220,
532,
6291,
257,
46545,
422,
428,
8434,
4654,
1255,
2884,
5766,
1143,
62,
37687,
20053,
198,
220,
220,
532,
6291,
1303,
10379,
1010,
11,
290,
15180,
284,
1234,
777,
16628,
319,
198,
220,
220,
532,
12405,
4187,
874,
25,
779,
428,
46545,
338,
3815,
198,
220,
220,
532,
6291,
39628,
25,
1391,
29,
28,
11,
19841,
11,
796,
92,
329,
29052,
15180,
290,
796,
329,
4253,
12409,
82,
13,
198,
198,
5842,
274,
2035,
17732,
393,
2947,
34239,
329,
4036,
9706,
284,
7330,
2081,
198,
9517,
1292,
871,
13,
220,
5747,
44266,
2421,
1366,
1541,
307,
9639,
13,
220,
1114,
2947,
34239,
11,
262,
198,
15388,
2476,
284,
307,
2107,
13,
198,
198,
31467,
605,
8748,
25,
198,
198,
2514,
7716,
20743,
25,
198,
220,
220,
220,
21015,
787,
62,
21858,
62,
421,
10640,
13,
9078,
1377,
22915,
62,
40664,
1279,
40664,
29,
1377,
22510,
62,
421,
10640,
1279,
77,
29,
198,
198,
2514,
3601,
2922,
28720,
286,
1541,
7560,
20743,
25,
198,
220,
220,
220,
21015,
787,
62,
21858,
62,
421,
10640,
13,
9078,
3467,
198,
220,
220,
220,
220,
220,
1377,
4798,
62,
741,
1377,
22915,
62,
40664,
20743,
14,
21858,
12,
2971,
13,
40664,
1377,
22510,
62,
421,
10640,
4317,
198,
37811,
198,
198,
11748,
28686,
198,
11748,
850,
14681,
198,
11748,
2420,
37150,
198,
11748,
640,
198,
198,
6738,
2352,
75,
1330,
598,
198,
6738,
2352,
75,
1330,
9701,
198,
6738,
2352,
75,
1330,
18931,
198,
6738,
285,
25496,
1330,
11055,
198,
11748,
299,
32152,
355,
45941,
198,
11748,
19798,
292,
355,
279,
67,
198,
11748,
17331,
22163,
70,
17,
355,
23241,
198,
2,
6738,
279,
893,
20928,
13,
25410,
1330,
17732,
36044,
198,
198,
11748,
2219,
198,
11748,
40522,
198,
6738,
5766,
1143,
62,
37687,
20053,
1330,
27929,
1143,
16305,
20053,
29993,
27354,
292,
316,
198,
11748,
4654,
62,
26791,
198,
11748,
3384,
4487,
198,
198,
38948,
50,
796,
9701,
13,
38948,
50,
198,
198,
33152,
13,
7206,
29940,
62,
8841,
7,
198,
220,
220,
220,
705,
21858,
62,
2971,
62,
40664,
3256,
31051,
11195,
62,
77,
9501,
14,
431,
528,
5303,
14,
89,
528,
71,
506,
14,
19608,
292,
316,
14,
320,
9945,
14,
21858,
12,
2971,
12,
81,
6231,
62,
3020,
62,
86,
9409,
76,
13,
40664,
3256,
198,
220,
220,
220,
705,
15235,
284,
262,
2656,
449,
9864,
12,
2971,
20743,
26,
973,
329,
11046,
24019,
2637,
8,
198,
33152,
13,
7206,
29940,
62,
41433,
7,
198,
220,
220,
220,
705,
22510,
62,
421,
10640,
3256,
33028,
11,
198,
220,
220,
220,
705,
15057,
286,
20743,
284,
7716,
11,
9387,
1973,
24019,
2637,
8,
198,
33152,
13,
7206,
29940,
62,
41433,
10786,
1084,
62,
10379,
1010,
3256,
513,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
44046,
1303,
286,
16628,
357,
259,
5731,
8,
257,
12405,
460,
423,
2637,
8,
198,
33152,
13,
7206,
29940,
62,
41433,
10786,
9806,
62,
10379,
1010,
3256,
807,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
40541,
1303,
286,
16628,
357,
259,
5731,
8,
257,
12405,
460,
423,
2637,
8,
198,
33152,
13,
7206,
29940,
62,
8841,
7,
198,
220,
220,
220,
705,
9945,
3256,
705,
9945,
3672,
28,
320,
9945,
2583,
28,
16799,
13,
15,
13,
15,
13,
16,
3256,
198,
220,
220,
220,
705,
16934,
82,
329,
14320,
284,
2947,
34239,
4382,
357,
27238,
307,
5611,
290,
2491,
737,
11537,
198,
33152,
13,
7206,
29940,
62,
8841,
10786,
22915,
62,
40664,
3256,
705,
19571,
21858,
12,
2971,
12,
9521,
62,
3020,
62,
86,
9409,
76,
62,
27432,
13,
40664,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
15235,
284,
44189,
2393,
284,
5072,
656,
2637,
8,
198,
33152,
13,
7206,
29940,
62,
8841,
10786,
22915,
62,
25410,
3256,
705,
19571,
21858,
12,
2971,
12,
9521,
62,
3020,
62,
86,
9409,
76,
62,
27432,
13,
25410,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
15235,
284,
44161,
2393,
284,
5072,
656,
2637,
8,
198,
198,
2,
17732,
4566,
82,
13,
198,
2,
33152,
13,
7206,
29940,
62,
8841,
10786,
2777,
668,
62,
9866,
3256,
705,
12001,
58,
9,
60,
3256,
705,
2777,
668,
13,
9866,
2637,
8,
198,
198,
2,
12578,
2922,
28720,
13,
198,
33152,
13,
7206,
29940,
62,
30388,
7,
198,
220,
220,
220,
705,
4798,
62,
741,
3256,
10352,
11,
705,
1532,
7368,
11,
3440,
7560,
38691,
871,
422,
705,
198,
220,
220,
220,
705,
438,
22915,
62,
40664,
290,
3601,
2922,
28720,
2637,
8,
198,
198,
41,
9864,
62,
43,
9947,
62,
2606,
5781,
62,
34,
9795,
17961,
9050,
796,
23679,
3459,
3324,
23539,
34741,
628,
198,
198,
4299,
6889,
4507,
10640,
7,
66,
21471,
11,
997,
62,
421,
10640,
11,
8893,
62,
259,
62,
11498,
17041,
11,
3084,
62,
14933,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4654,
62,
13083,
11,
374,
782,
2599,
198,
220,
220,
220,
37227,
36674,
257,
46545,
422,
4036,
4654,
1255,
788,
1295,
16628,
526,
15931,
198,
220,
220,
220,
1303,
2777,
668,
13,
9246,
11794,
13,
20063,
30562,
3419,
628,
220,
220,
220,
1303,
16926,
46,
25,
428,
18533,
2060,
1602,
452,
1398,
13,
198,
220,
220,
220,
4654,
62,
23814,
796,
1351,
7,
22179,
62,
13083,
13,
23814,
28955,
198,
220,
220,
220,
300,
11994,
796,
4654,
62,
23814,
58,
15,
7131,
16,
60,
198,
220,
220,
220,
4654,
62,
565,
64,
2664,
62,
4868,
796,
17635,
198,
220,
220,
220,
329,
9529,
82,
287,
4654,
62,
23814,
58,
16,
25,
5974,
198,
220,
220,
220,
220,
220,
220,
220,
9529,
82,
796,
9529,
82,
58,
16,
60,
198,
220,
220,
220,
220,
220,
220,
220,
4654,
62,
565,
64,
2664,
62,
4868,
13,
33295,
10786,
90,
92,
796,
23884,
4458,
18982,
7,
75,
11994,
11,
9529,
82,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
300,
11994,
796,
9529,
82,
198,
220,
220,
220,
4654,
62,
565,
64,
2664,
796,
705,
59,
77,
5357,
45302,
22179,
7,
22179,
62,
565,
64,
2664,
62,
4868,
8,
628,
220,
220,
220,
1303,
7214,
691,
262,
2695,
15180,
13,
198,
220,
220,
220,
2695,
62,
4033,
82,
796,
17635,
198,
220,
220,
220,
4253,
12409,
82,
796,
17635,
198,
220,
220,
220,
5470,
20155,
796,
17635,
198,
220,
220,
220,
329,
3084,
62,
3672,
287,
3084,
62,
14933,
25,
198,
220,
220,
220,
220,
220,
220,
220,
4253,
12409,
62,
4033,
82,
796,
40522,
13,
18234,
18743,
44199,
4102,
13,
34,
6158,
38,
1581,
20151,
62,
25154,
5883,
8035,
58,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3084,
62,
3672,
60,
198,
220,
220,
220,
220,
220,
220,
220,
329,
269,
287,
4253,
12409,
62,
4033,
82,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
595,
4131,
328,
6605,
62,
3672,
796,
2219,
13,
18234,
10962,
1870,
39470,
36690,
7,
11487,
62,
3672,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
41767,
11639,
2637,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2695,
62,
4033,
82,
13,
33295,
7,
6381,
4131,
328,
6605,
62,
3672,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4253,
12409,
82,
13,
33295,
7,
6381,
4131,
328,
6605,
62,
3672,
8,
628,
220,
220,
220,
220,
220,
220,
220,
2837,
62,
4033,
82,
796,
40522,
13,
18234,
18743,
44199,
4102,
13,
49,
27746,
62,
25154,
5883,
8035,
58,
11487,
62,
3672,
60,
198,
220,
220,
220,
220,
220,
220,
220,
329,
269,
287,
2837,
62,
4033,
82,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
595,
4131,
328,
6605,
62,
3672,
796,
2219,
13,
18234,
10962,
1870,
39470,
36690,
7,
11487,
62,
3672,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
41767,
11639,
2637,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2695,
62,
4033,
82,
13,
33295,
7,
6381,
4131,
328,
6605,
62,
3672,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5470,
20155,
13,
33295,
7,
6381,
4131,
328,
6605,
62,
3672,
8,
628,
220,
220,
220,
1303,
10934,
257,
1673,
265,
3084,
10200,
262,
4654,
1255,
32815,
13,
198,
220,
220,
220,
4654,
62,
13083,
62,
4868,
796,
685,
22179,
62,
13083,
58,
77,
60,
329,
299,
287,
3084,
62,
14933,
60,
198,
220,
220,
220,
4654,
62,
16684,
796,
4654,
62,
26791,
13,
1136,
62,
22179,
62,
16684,
15090,
198,
220,
220,
220,
220,
220,
220,
220,
366,
22179,
62,
83,
2977,
1298,
3084,
62,
14933,
11,
198,
220,
220,
220,
220,
220,
220,
220,
366,
22179,
62,
13083,
1298,
8633,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
19974,
7,
11487,
62,
14933,
11,
16410,
74,
13,
35312,
7203,
19570,
58,
16,
11907,
329,
479,
287,
4654,
62,
13083,
62,
4868,
12962,
828,
198,
220,
220,
220,
220,
220,
220,
220,
366,
22179,
62,
15763,
1298,
366,
7839,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
366,
22179,
62,
4919,
1298,
366,
5083,
1600,
198,
220,
220,
220,
32092,
198,
220,
220,
220,
288,
82,
796,
27929,
1143,
16305,
20053,
29993,
27354,
292,
316,
7,
83,
2977,
62,
259,
62,
11498,
17041,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4654,
62,
16684,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6291,
62,
43501,
62,
7857,
28,
22510,
62,
421,
10640,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
595,
4131,
328,
4985,
62,
28665,
62,
14933,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
751,
62,
12853,
62,
22179,
62,
521,
44549,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
751,
62,
12853,
62,
22179,
62,
24408,
5269,
28,
25101,
8,
198,
220,
220,
220,
1673,
265,
62,
11487,
796,
2219,
13,
3103,
9246,
51,
2977,
7,
83,
2977,
62,
259,
62,
11498,
17041,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4654,
62,
13083,
62,
4868,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6291,
62,
6738,
62,
22179,
62,
19608,
292,
316,
28,
9310,
8,
628,
220,
220,
220,
11055,
62,
1640,
62,
18558,
1009,
796,
11055,
13,
30800,
7,
198,
220,
220,
220,
220,
220,
220,
220,
2420,
37150,
13,
9395,
298,
7203,
15931,
198,
220,
220,
220,
220,
220,
220,
220,
33493,
327,
28270,
7,
28104,
198,
220,
220,
220,
220,
220,
220,
220,
16034,
25597,
3256,
45302,
22179,
7,
11487,
62,
14933,
38165,
198,
220,
220,
220,
220,
220,
220,
220,
33411,
25597,
22179,
62,
565,
64,
2664,
92,
198,
220,
220,
220,
220,
220,
220,
220,
5357,
25597,
24455,
62,
565,
64,
2664,
19629,
198,
220,
220,
220,
13538,
11074,
36311,
28955,
628,
220,
220,
220,
2081,
62,
5083,
62,
22179,
62,
9517,
796,
288,
82,
13,
37687,
20053,
13,
22179,
62,
9517,
198,
220,
220,
220,
2081,
62,
12853,
62,
22179,
62,
9517,
796,
449,
9864,
62,
43,
9947,
62,
2606,
5781,
62,
34,
9795,
17961,
9050,
198,
220,
220,
220,
3601,
10786,
17821,
8434,
4654,
2657,
3256,
2081,
62,
5083,
62,
22179,
62,
9517,
11,
705,
7942,
1336,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2081,
62,
12853,
62,
22179,
62,
9517,
8,
628,
220,
220,
220,
299,
4033,
82,
796,
18896,
7,
11299,
62,
4033,
82,
8,
198,
220,
220,
220,
20743,
796,
17635,
198,
220,
220,
220,
8106,
62,
37336,
796,
17635,
198,
220,
220,
220,
44161,
62,
421,
10640,
796,
17635,
220,
1303,
1675,
651,
2081,
38691,
871,
13,
628,
220,
220,
220,
981,
18896,
7,
421,
10640,
8,
1279,
997,
62,
421,
10640,
25,
198,
220,
220,
220,
220,
220,
220,
220,
35846,
62,
7568,
796,
288,
82,
13,
37687,
20053,
13,
5143,
3419,
58,
11299,
62,
4033,
82,
60,
628,
220,
220,
220,
220,
220,
220,
220,
329,
374,
287,
35846,
62,
7568,
13,
2676,
8516,
33529,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
256,
929,
796,
374,
58,
16,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
997,
62,
10379,
1010,
796,
374,
782,
13,
25192,
600,
7,
38948,
50,
13,
1084,
62,
10379,
1010,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3509,
7,
77,
4033,
82,
3373,
362,
11,
9977,
4760,
50,
13,
9806,
62,
10379,
1010,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
18574,
1756,
810,
262,
3815,
389,
1729,
12,
8423,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1729,
62,
8423,
62,
521,
1063,
796,
45941,
13,
853,
3003,
7,
93,
30094,
13,
271,
8423,
7,
83,
929,
737,
27160,
737,
3447,
1758,
32590,
16,
35751,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
18896,
7,
13159,
62,
8423,
62,
521,
1063,
8,
1279,
997,
62,
10379,
1010,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2555,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
90,
92,
16628,
503,
286,
23884,
2695,
951,
82,
4458,
18982,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
997,
62,
10379,
1010,
11,
299,
4033,
82,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
8474,
1391,
6,
27,
28,
3256,
705,
29,
28,
3256,
705,
11639,
92,
319,
5470,
20155,
290,
705,
11639,
319,
4253,
12409,
82,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4686,
34223,
796,
374,
782,
13,
25541,
7,
13159,
62,
8423,
62,
521,
1063,
11,
6330,
28,
25101,
11,
2546,
28,
22510,
62,
10379,
1010,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
410,
874,
796,
256,
929,
58,
312,
34223,
4083,
27160,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
951,
82,
796,
45941,
13,
20657,
7,
11299,
62,
4033,
82,
11,
4686,
34223,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
39628,
796,
374,
782,
13,
25541,
7,
17816,
27,
28,
3256,
705,
29,
28,
3256,
705,
11639,
4357,
2546,
28,
22510,
62,
10379,
1010,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
20586,
62,
1462,
62,
4598,
62,
9521,
796,
685,
66,
287,
5470,
20155,
329,
269,
287,
951,
82,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
39628,
796,
45941,
13,
3003,
7,
82,
27339,
62,
1462,
62,
4598,
62,
9521,
11,
39628,
11,
705,
28,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
4033,
82,
3256,
951,
82,
11,
705,
2840,
3256,
39628,
11,
705,
12786,
3256,
410,
874,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
20743,
13,
33295,
19510,
4033,
82,
11,
39628,
11,
410,
874,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8106,
62,
37336,
13,
33295,
7,
3256,
4458,
22179,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
3256,
4458,
22179,
19510,
66,
11,
267,
11,
965,
7,
85,
22305,
329,
269,
11,
267,
11,
410,
287,
19974,
7,
4033,
82,
11,
39628,
11,
410,
874,
15437,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
19879,
4731,
4187,
874,
1222,
2666,
584,
4187,
874,
3436,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8106,
62,
565,
64,
2664,
796,
705,
59,
77,
5357,
45302,
22179,
26933,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
90,
92,
23884,
23884,
4458,
18982,
7,
4033,
11,
1034,
11,
1188,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1673,
265,
62,
11487,
58,
4033,
4083,
7890,
13,
67,
4906,
287,
685,
37659,
13,
600,
2414,
11,
45941,
13,
22468,
2414,
60,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
90,
92,
23884,
34373,
90,
32239,
35384,
18982,
7,
4033,
11,
1034,
11,
1188,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
951,
11,
1034,
11,
1188,
287,
19974,
7,
4033,
82,
11,
39628,
11,
410,
874,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
33761,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
44161,
796,
11055,
62,
1640,
62,
18558,
1009,
13,
13287,
7,
11487,
62,
14933,
28,
11487,
62,
14933,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4654,
62,
565,
64,
2664,
28,
22179,
62,
565,
64,
2664,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8106,
62,
565,
64,
2664,
28,
24455,
62,
565,
64,
2664,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
44161,
62,
421,
10640,
13,
33295,
7,
25410,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
18896,
7,
421,
10640,
8,
18189,
997,
62,
421,
10640,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2270,
628,
220,
220,
220,
2081,
62,
27761,
796,
17635,
628,
220,
220,
220,
329,
1312,
11,
44161,
62,
22766,
287,
27056,
378,
7,
25410,
62,
421,
10640,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
26932,
28632,
30562,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
2777,
668,
13,
9246,
11794,
13,
20063,
30562,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
220,
43301,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1312,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
448,
286,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18896,
7,
25410,
62,
421,
10640,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
44438,
90,
92,
60,
4458,
18982,
7,
24455,
62,
37336,
58,
72,
46570,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
28,
7061,
8,
628,
220,
220,
220,
220,
220,
220,
220,
256,
16,
796,
640,
13,
2435,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
7942,
62,
9517,
796,
8393,
1133,
50,
13976,
7,
66,
21471,
11,
44161,
62,
22766,
38381,
15,
7131,
15,
60,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
66,
21471,
13,
41049,
7,
25410,
62,
22766,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
20274,
796,
23493,
13,
69,
7569,
439,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
7942,
62,
9517,
796,
1255,
58,
15,
7131,
15,
60,
198,
220,
220,
220,
220,
220,
220,
220,
2081,
62,
9517,
796,
657,
628,
220,
220,
220,
220,
220,
220,
220,
22365,
796,
640,
13,
2435,
3419,
532,
256,
16,
628,
220,
220,
220,
220,
220,
220,
220,
2081,
62,
27761,
13,
33295,
7,
7942,
62,
9517,
8,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
986,
28060,
25,
23884,
357,
5083,
4654,
384,
75,
1391,
19629,
1336,
384,
75,
1391,
19629,
8434,
4654,
1391,
22133,
22365,
46110,
13,
16,
69,
92,
82,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
764,
18982,
7,
7942,
62,
9517,
11,
2081,
62,
9517,
1220,
2081,
62,
5083,
62,
22179,
62,
9517,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2081,
62,
9517,
1220,
2081,
62,
12853,
62,
22179,
62,
9517,
11,
2081,
62,
5083,
62,
22179,
62,
9517,
11,
22365,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
611,
1312,
1875,
657,
290,
1312,
4064,
352,
6624,
657,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
220,
220,
220,
220,
9009,
796,
7253,
4561,
668,
7,
2777,
668,
8,
628,
220,
220,
220,
47764,
796,
279,
67,
13,
6601,
19778,
15090,
198,
220,
220,
220,
220,
220,
220,
220,
705,
83,
2977,
10354,
685,
3256,
4458,
22179,
7,
11487,
62,
14933,
15437,
1635,
18896,
7,
7942,
62,
27761,
828,
198,
220,
220,
220,
220,
220,
220,
220,
705,
22179,
62,
17561,
82,
10354,
685,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4032,
13,
22179,
7,
8899,
7,
50033,
264,
25,
264,
13,
33491,
10786,
46083,
10148,
828,
4654,
62,
565,
64,
2664,
62,
4868,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
2361,
1635,
18896,
7,
7942,
62,
27761,
828,
198,
220,
220,
220,
220,
220,
220,
220,
705,
10379,
1010,
10354,
8106,
62,
37336,
11,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7942,
62,
27761,
10354,
2081,
62,
27761,
11,
198,
220,
220,
220,
32092,
198,
220,
220,
220,
47764,
13,
1462,
62,
40664,
7,
38948,
50,
13,
22915,
62,
40664,
11,
41767,
11639,
2,
3256,
4235,
11639,
64,
3256,
6376,
28,
25101,
11,
13639,
28,
25101,
8,
198,
220,
220,
220,
3601,
10786,
30800,
1760,
2637,
8,
198,
220,
220,
220,
1441,
20743,
11,
2081,
62,
27761,
11,
44161,
62,
421,
10640,
198,
198,
7061,
6,
198,
4299,
7253,
4561,
668,
7,
2777,
668,
28,
14202,
2599,
198,
220,
220,
220,
9009,
796,
17732,
36044,
13,
38272,
13,
1324,
5376,
10786,
15883,
62,
21858,
62,
421,
10640,
11537,
59,
198,
220,
220,
220,
220,
220,
220,
220,
764,
11250,
10786,
2777,
668,
13,
9866,
3256,
9977,
4760,
50,
13,
2777,
668,
62,
9866,
19415,
198,
220,
220,
220,
220,
220,
220,
220,
764,
11250,
10786,
2777,
668,
13,
26230,
13,
31673,
3256,
705,
2167,
70,
11537,
59,
198,
220,
220,
220,
220,
220,
220,
220,
764,
11250,
10786,
2777,
668,
13,
15596,
11187,
13,
25616,
3256,
705,
7942,
11537,
59,
198,
220,
220,
220,
220,
220,
220,
220,
764,
11250,
10786,
2777,
668,
13,
25410,
13,
1574,
4803,
13,
15908,
3256,
31051,
11195,
14,
32230,
14,
2777,
668,
12,
25410,
12,
1574,
4803,
11537,
59,
198,
220,
220,
220,
220,
220,
220,
220,
764,
11250,
10786,
2777,
668,
13,
25410,
13,
66,
2127,
13,
25616,
3256,
705,
7942,
11537,
59,
198,
220,
220,
220,
220,
220,
220,
220,
764,
11250,
10786,
2777,
668,
13,
31673,
13,
69,
7861,
3256,
705,
15,
13,
24,
11537,
59,
198,
220,
220,
220,
220,
220,
220,
220,
764,
11250,
10786,
2777,
668,
13,
26230,
13,
26086,
29584,
29046,
3256,
705,
12,
8051,
25,
10,
11041,
38,
16,
15916,
11537,
59,
198,
220,
220,
220,
220,
220,
220,
220,
764,
11250,
10786,
2777,
668,
13,
31673,
13,
2364,
1544,
499,
13,
25616,
3256,
705,
7942,
11537,
59,
198,
220,
220,
220,
220,
220,
220,
220,
764,
11250,
10786,
2777,
668,
13,
31673,
13,
2364,
1544,
499,
13,
7857,
3256,
705,
3064,
70,
11537,
59,
198,
220,
220,
220,
220,
220,
220,
220,
764,
21633,
39,
425,
15514,
3419,
59,
198,
220,
220,
220,
220,
220,
220,
220,
764,
1136,
5574,
16447,
3419,
628,
220,
220,
220,
3601,
10786,
46182,
1740,
9009,
25,
3256,
9009,
13,
2777,
668,
21947,
8,
198,
220,
220,
220,
3121,
669,
796,
965,
7,
198,
220,
220,
220,
220,
220,
220,
220,
9009,
13,
2777,
668,
21947,
13557,
73,
1416,
13,
1416,
22446,
1136,
23002,
38409,
30871,
19580,
22446,
13083,
22446,
28015,
10100,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
59,
77,
705,
29720,
36311,
3419,
198,
220,
220,
220,
3601,
10786,
90,
92,
3121,
669,
7479,
77,
4458,
18982,
7,
18558,
315,
669,
13,
9127,
10786,
59,
77,
11537,
1343,
352,
828,
3121,
669,
8,
198,
220,
220,
220,
1441,
9009,
198,
4299,
14258,
28632,
30562,
33529,
198,
220,
220,
220,
8383,
62,
2860,
16746,
796,
28686,
13,
6978,
13,
11201,
392,
7220,
10786,
93,
14,
4774,
82,
12,
22896,
11537,
198,
220,
220,
220,
611,
28686,
13,
6978,
13,
1069,
1023,
7,
28816,
62,
2860,
16746,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
1002,
9387,
11,
4268,
1123,
8383,
13,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
965,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
850,
14681,
13,
9122,
62,
22915,
26933,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
1845,
29363,
12,
45824,
3256,
705,
12,
71,
3256,
8383,
62,
2860,
16746,
11,
705,
438,
45145,
12,
19282,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
27261,
11405,
21061,
27334,
532,
66,
220,
34373,
30328,
513,
1875,
1220,
36942,
14,
17597,
14,
14761,
14,
14781,
62,
66,
3694,
43054,
11405,
1479,
532,
71,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2361,
22305,
198,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
14258,
428,
4572,
691,
13,
198,
220,
220,
220,
220,
220,
220,
220,
850,
14681,
13,
9122,
62,
22915,
7,
17816,
27261,
6,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
850,
14681,
13,
9122,
62,
22915,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
37250,
24032,
3256,
705,
1477,
3256,
705,
12,
66,
3256,
705,
30328,
513,
1875,
1220,
36942,
14,
17597,
14,
14761,
14,
14781,
62,
66,
3694,
6,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
850,
14681,
13,
9122,
62,
22915,
7,
17816,
5787,
3256,
705,
12,
71,
6,
12962,
198,
7061,
6,
628,
628,
198,
361,
11593,
3672,
834,
6624,
705,
834,
12417,
834,
10354,
198,
220,
220,
220,
598,
13,
5143,
7,
12417,
8,
198
] | 2.077813 | 5,012 |
"""
Figure 2: Quick look into mostly valency
"""
import numpy as np
from .figureCommon import subplotLabel, setFontSize, getSetup, popCompare
from .figureS2 import vieqPlot
ligConc = np.array([1e-8])
KxStarP = 1e-10
affinity = 1e8 # 7
| [
37811,
198,
11337,
362,
25,
12029,
804,
656,
4632,
1188,
1387,
198,
37811,
198,
11748,
299,
32152,
355,
45941,
198,
6738,
764,
26875,
17227,
1330,
850,
29487,
33986,
11,
900,
38160,
11,
651,
40786,
11,
1461,
41488,
198,
6738,
764,
26875,
50,
17,
1330,
410,
494,
80,
43328,
198,
198,
4604,
3103,
66,
796,
45941,
13,
18747,
26933,
16,
68,
12,
23,
12962,
198,
42,
87,
8248,
47,
796,
352,
68,
12,
940,
198,
2001,
6269,
796,
352,
68,
23,
220,
1303,
767,
628
] | 2.833333 | 84 |
from aws_cdk import(
core,
aws_codepipeline as codepipeline,
aws_codepipeline_actions as cpactions,
aws_codecommit as codecommit,
aws_s3 as s3,
aws_iam as iam,
aws_codebuild as codebuild,
pipelines
)
import json
| [
6738,
3253,
82,
62,
10210,
74,
1330,
7,
198,
220,
4755,
11,
198,
220,
3253,
82,
62,
19815,
538,
541,
4470,
355,
14873,
538,
541,
4470,
11,
198,
220,
3253,
82,
62,
19815,
538,
541,
4470,
62,
4658,
355,
31396,
4658,
11,
198,
220,
3253,
82,
62,
19815,
721,
2002,
270,
355,
40481,
2002,
270,
11,
198,
220,
3253,
82,
62,
82,
18,
355,
264,
18,
11,
198,
220,
3253,
82,
62,
1789,
355,
1312,
321,
11,
198,
220,
3253,
82,
62,
8189,
11249,
355,
2438,
11249,
11,
198,
220,
31108,
198,
8,
198,
198,
11748,
33918,
628,
198,
220,
220,
220,
220,
220,
220,
220,
220,
198
] | 2.222222 | 108 |
# This library is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as
# published by the Free Software Foundation; either version 3 of the
# License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, see
# <http://www.gnu.org/licenses/>.
"""
unit tests for creating/modifying JAR files with python-javatools.
author: Konstantin Shemyak <[email protected]>
license: LGPL v.3
"""
from unittest import TestCase
from shutil import copyfile, copytree, rmtree
import os
from tempfile import NamedTemporaryFile, mkdtemp
from . import get_data_fn
from javatools.jarutil import cli_create_jar, cli_sign_jar, \
cli_verify_jar_signature, verify, VerificationError, \
JarSignatureMissingError, SignatureBlockFileVerificationError, \
JarChecksumError, ManifestChecksumError
# Tests that signature-related files are skipped when the signature is
# verified. The JAR file is a normal signed JAR, plus junk files with
# "signature-related" names.
# The test does not guarantee that no other files are skipped.
#
# The end.
| [
2,
770,
5888,
318,
1479,
3788,
26,
345,
460,
17678,
4163,
340,
290,
14,
273,
13096,
198,
2,
340,
739,
262,
2846,
286,
262,
22961,
12892,
263,
3611,
5094,
13789,
355,
198,
2,
3199,
416,
262,
3232,
10442,
5693,
26,
2035,
2196,
513,
286,
262,
198,
2,
13789,
11,
393,
357,
265,
534,
3038,
8,
597,
1568,
2196,
13,
198,
2,
198,
2,
770,
5888,
318,
9387,
287,
262,
2911,
326,
340,
481,
307,
4465,
11,
475,
198,
2,
42881,
15529,
34764,
56,
26,
1231,
772,
262,
17142,
18215,
286,
198,
2,
34482,
3398,
1565,
5603,
25382,
393,
376,
46144,
7473,
317,
16652,
2149,
37232,
33079,
48933,
13,
220,
4091,
262,
22961,
198,
2,
12892,
263,
3611,
5094,
13789,
329,
517,
3307,
13,
198,
2,
198,
2,
921,
815,
423,
2722,
257,
4866,
286,
262,
22961,
12892,
263,
3611,
5094,
198,
2,
13789,
1863,
351,
428,
5888,
26,
611,
407,
11,
766,
198,
2,
1279,
4023,
1378,
2503,
13,
41791,
13,
2398,
14,
677,
4541,
15913,
13,
628,
198,
37811,
198,
20850,
5254,
329,
4441,
14,
4666,
4035,
449,
1503,
3696,
351,
21015,
12,
73,
615,
265,
10141,
13,
198,
198,
9800,
25,
17431,
18797,
259,
1375,
1820,
461,
220,
1279,
74,
261,
18797,
259,
31,
7091,
1820,
461,
13,
785,
29,
198,
43085,
25,
17370,
6489,
410,
13,
18,
198,
37811,
198,
198,
6738,
555,
715,
395,
1330,
6208,
20448,
198,
6738,
4423,
346,
1330,
4866,
7753,
11,
4866,
21048,
11,
374,
16762,
631,
198,
11748,
28686,
198,
6738,
20218,
7753,
1330,
34441,
12966,
5551,
8979,
11,
33480,
67,
29510,
198,
6738,
764,
1330,
651,
62,
7890,
62,
22184,
198,
198,
6738,
474,
615,
265,
10141,
13,
9491,
22602,
1330,
537,
72,
62,
17953,
62,
9491,
11,
537,
72,
62,
12683,
62,
9491,
11,
3467,
198,
220,
220,
220,
537,
72,
62,
332,
1958,
62,
9491,
62,
12683,
1300,
11,
11767,
11,
4643,
2649,
12331,
11,
3467,
198,
220,
220,
220,
15374,
11712,
1300,
43730,
12331,
11,
34894,
12235,
8979,
13414,
2649,
12331,
11,
3467,
198,
220,
220,
220,
15374,
7376,
4657,
388,
12331,
11,
36757,
7376,
4657,
388,
12331,
628,
628,
220,
220,
220,
1303,
30307,
326,
9877,
12,
5363,
3696,
389,
26684,
618,
262,
9877,
318,
198,
220,
220,
220,
1303,
19000,
13,
383,
449,
1503,
2393,
318,
257,
3487,
4488,
449,
1503,
11,
5556,
18556,
3696,
351,
198,
220,
220,
220,
1303,
366,
12683,
1300,
12,
5363,
1,
3891,
13,
198,
220,
220,
220,
1303,
383,
1332,
857,
407,
9149,
326,
645,
584,
3696,
389,
26684,
13,
628,
628,
198,
198,
2,
198,
2,
383,
886,
13,
198
] | 3.407407 | 432 |
# Copyright 2019-2020 by Peter Cock, The James Hutton Institute.
# All rights reserved.
# This file is part of the THAPBI Phytophthora ITS1 Classifier Tool (PICT),
# and is released under the "MIT License Agreement". Please see the LICENSE
# file that should have been included as part of this package.
"""Code for sample submission to ENA/SRA.
This implements the ``thapbi_pict ena-submit ...`` command.
"""
import os
import shutil
import sys
import tempfile
from .prepare import find_fastq_pairs
from .utils import load_metadata
TABLE_HEADER = (
"sample_alias\tinstrument_model\tlibrary_name\tlibrary_source\t"
"library_selection\tlibrary_strategy\tdesign_description\t"
"library_construction_protocol\tinsert_size\t"
"forward_file_name\tforward_file_md5\t"
"reverse_file_name\treverse_file_md5\n"
)
TABLE_TEMPLATE = "%s\t%s\t%s\tMETAGENOMIC\tPCR\tAMPLICON\t%s\t%s\t%i\t%s\t%s\t%s\t%s\n"
assert TABLE_HEADER.count("\t") == TABLE_TEMPLATE.count("\t")
def load_md5(file_list):
"""Return a dict mapping given filenames to MD5 digests."""
assert file_list, "Nothing to do here."
answer = {}
base_names = {os.path.split(_)[1] for _ in file_list}
if len(base_names) < len(file_list):
# This isn't a problem locally, but will be on upload to ENA
sys.exit("ERROR: Duplicate FASTQ names once folder dropped")
checksum_files = {_ + ".md5" for _ in file_list}
checksum_files.update(
os.path.join(os.path.split(_)[0], "MD5SUM.txt") for _ in file_list
)
for cache in checksum_files:
if os.path.isfile(cache):
with open(cache) as handle:
for line in handle:
md5, filename = line.strip().split()
# If MD5 file contains relative path, interpret it
assert "/" not in filename, filename
filename = os.path.join(os.path.split(cache)[0], filename)
if filename in file_list:
answer[filename] = md5
if not answer:
sys.exit("ERROR: Need to provide MD5SUM.txt or example.fastq.gz.md5 files")
for f in file_list:
if f not in answer:
sys.exit(f"ERROR: Need MD5 for {f} and not in {f}.md5 or MD5SUM.txt")
return answer
def write_table(
handle,
pairs,
meta,
library_name,
instrument_model,
design_description,
library_construction_protocol,
insert_size,
):
"""Write read file table for ENA upload."""
file_list = [_[1] for _ in pairs] + [_[2] for _ in pairs]
md5_dict = load_md5(file_list)
lines = []
for stem, raw_R1, raw_R2 in pairs:
sample = os.path.split(stem)[1]
folder = os.path.split(os.path.split(raw_R1)[0])[1]
lines.append(
TABLE_TEMPLATE
% (
meta[sample] if meta else sample,
instrument_model,
folder if library_name == "-" else library_name,
design_description,
library_construction_protocol,
insert_size,
os.path.split(raw_R1)[1],
md5_dict[raw_R1],
os.path.split(raw_R2)[1],
md5_dict[raw_R2],
)
)
handle.write(TABLE_HEADER)
for line in sorted(lines):
handle.write(line)
def main(
fastq,
output,
metadata_file=None,
metadata_encoding=None,
metadata_cols=None,
metadata_fieldnames=None,
metadata_index=None,
ignore_prefixes=None,
library_name="-",
instrument_model="Illumina MiSeq",
design_description="",
library_construction_protocol="",
insert_size=250,
tmp_dir=None,
debug=False,
):
"""Implement the ``thapbi_pict ena-submit`` command."""
fastq_file_pairs = find_fastq_pairs(fastq, debug=debug)
if not fastq_file_pairs:
sys.exit("ERROR: No FASTQ pairs found")
if debug:
sys.stderr.write("Preparing %i FASTQ pairs\n" % len(fastq_file_pairs))
if tmp_dir:
# Up to the user to remove the files
tmp_obj = None
shared_tmp = tmp_dir
else:
tmp_obj = tempfile.TemporaryDirectory()
shared_tmp = tmp_obj.name
if debug:
sys.stderr.write("DEBUG: Temp folder %s\n" % shared_tmp)
tmp_output = None
if output == "-":
table_handle = sys.stdout
elif os.path.isdir(output):
sys.exit(f"ERROR: Output filename {output} is a directory")
else:
tmp_output = os.path.join(shared_tmp, "experiment_paired_fastq_spreadsheet.tsv")
table_handle = open(tmp_output, "w")
samples = sorted(
os.path.basename(stem) for stem, _raw_R1, _raw_R2 in fastq_file_pairs
)
(metadata, _, meta_names, group_col,) = load_metadata(
metadata_file,
metadata_encoding,
metadata_cols,
None, # i.e. metadata_groups=None,
metadata_fieldnames,
metadata_index,
ignore_prefixes=ignore_prefixes,
debug=debug,
)
if metadata_file and len(meta_names) != 1:
sys.exit(
"Need one and only one column for the -c argument, "
"giving the ENA sample accession or refname."
)
missing_meta = set(samples).difference(metadata)
if metadata_file and missing_meta:
sys.exit(
"ERROR: Loaded %i samples, %i missing metadata, e.g. %s\n"
% (len(samples), len(missing_meta), sorted(missing_meta)[0])
)
if metadata_file:
# Just one column, don't need values as list:
meta = {k: v[0] for k, v in metadata.items()}
else:
meta = None
write_table(
table_handle,
fastq_file_pairs,
meta,
library_name,
instrument_model,
design_description,
library_construction_protocol,
insert_size,
)
if output != "-":
table_handle.close()
shutil.move(tmp_output, output)
| [
2,
15069,
13130,
12,
42334,
416,
5613,
23769,
11,
383,
3700,
367,
21115,
5136,
13,
198,
2,
1439,
2489,
10395,
13,
198,
2,
770,
2393,
318,
636,
286,
262,
2320,
2969,
3483,
1380,
20760,
2522,
34261,
42437,
16,
5016,
7483,
16984,
357,
47,
18379,
828,
198,
2,
290,
318,
2716,
739,
262,
366,
36393,
13789,
12729,
1911,
4222,
766,
262,
38559,
24290,
198,
2,
2393,
326,
815,
423,
587,
3017,
355,
636,
286,
428,
5301,
13,
198,
37811,
10669,
329,
6291,
14498,
284,
412,
4535,
14,
50,
3861,
13,
198,
198,
1212,
23986,
262,
7559,
400,
499,
8482,
62,
18847,
551,
64,
12,
46002,
2644,
15506,
3141,
13,
198,
37811,
198,
11748,
28686,
198,
11748,
4423,
346,
198,
11748,
25064,
198,
11748,
20218,
7753,
198,
198,
6738,
764,
46012,
533,
1330,
1064,
62,
7217,
80,
62,
79,
3468,
198,
6738,
764,
26791,
1330,
3440,
62,
38993,
628,
198,
38148,
62,
37682,
1137,
796,
357,
198,
220,
220,
220,
366,
39873,
62,
26011,
59,
43701,
43872,
62,
19849,
59,
28781,
4115,
62,
3672,
59,
28781,
4115,
62,
10459,
59,
83,
1,
198,
220,
220,
220,
366,
32016,
62,
49283,
59,
28781,
4115,
62,
2536,
4338,
59,
8671,
274,
570,
62,
11213,
59,
83,
1,
198,
220,
220,
220,
366,
32016,
62,
9979,
2762,
62,
11235,
4668,
59,
83,
28463,
62,
7857,
59,
83,
1,
198,
220,
220,
220,
366,
11813,
62,
7753,
62,
3672,
59,
83,
11813,
62,
7753,
62,
9132,
20,
59,
83,
1,
198,
220,
220,
220,
366,
50188,
62,
7753,
62,
3672,
59,
33945,
4399,
62,
7753,
62,
9132,
20,
59,
77,
1,
198,
8,
198,
38148,
62,
51,
3620,
6489,
6158,
796,
36521,
82,
59,
83,
4,
82,
59,
83,
4,
82,
59,
83,
47123,
4760,
1677,
2662,
2149,
59,
83,
5662,
49,
59,
83,
2390,
31484,
1340,
59,
83,
4,
82,
59,
83,
4,
82,
59,
83,
4,
72,
59,
83,
4,
82,
59,
83,
4,
82,
59,
83,
4,
82,
59,
83,
4,
82,
59,
77,
1,
198,
30493,
43679,
62,
37682,
1137,
13,
9127,
7203,
59,
83,
4943,
6624,
43679,
62,
51,
3620,
6489,
6158,
13,
9127,
7203,
59,
83,
4943,
628,
198,
4299,
3440,
62,
9132,
20,
7,
7753,
62,
4868,
2599,
198,
220,
220,
220,
37227,
13615,
257,
8633,
16855,
1813,
1226,
268,
1047,
284,
10670,
20,
3100,
3558,
526,
15931,
198,
220,
220,
220,
6818,
2393,
62,
4868,
11,
366,
18465,
284,
466,
994,
526,
198,
220,
220,
220,
3280,
796,
23884,
198,
220,
220,
220,
2779,
62,
14933,
796,
1391,
418,
13,
6978,
13,
35312,
28264,
38381,
16,
60,
329,
4808,
287,
2393,
62,
4868,
92,
198,
220,
220,
220,
611,
18896,
7,
8692,
62,
14933,
8,
1279,
18896,
7,
7753,
62,
4868,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
770,
2125,
470,
257,
1917,
15726,
11,
475,
481,
307,
319,
9516,
284,
412,
4535,
198,
220,
220,
220,
220,
220,
220,
220,
25064,
13,
37023,
7203,
24908,
25,
49821,
5344,
376,
11262,
48,
3891,
1752,
9483,
5710,
4943,
198,
220,
220,
220,
8794,
388,
62,
16624,
796,
1391,
62,
1343,
27071,
9132,
20,
1,
329,
4808,
287,
2393,
62,
4868,
92,
198,
220,
220,
220,
8794,
388,
62,
16624,
13,
19119,
7,
198,
220,
220,
220,
220,
220,
220,
220,
28686,
13,
6978,
13,
22179,
7,
418,
13,
6978,
13,
35312,
28264,
38381,
15,
4357,
366,
12740,
20,
50,
5883,
13,
14116,
4943,
329,
4808,
287,
2393,
62,
4868,
198,
220,
220,
220,
1267,
198,
220,
220,
220,
329,
12940,
287,
8794,
388,
62,
16624,
25,
198,
220,
220,
220,
220,
220,
220,
220,
611,
28686,
13,
6978,
13,
4468,
576,
7,
23870,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
351,
1280,
7,
23870,
8,
355,
5412,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
1627,
287,
5412,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
45243,
20,
11,
29472,
796,
1627,
13,
36311,
22446,
35312,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
1002,
10670,
20,
2393,
4909,
3585,
3108,
11,
6179,
340,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6818,
12813,
1,
407,
287,
29472,
11,
29472,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
29472,
796,
28686,
13,
6978,
13,
22179,
7,
418,
13,
6978,
13,
35312,
7,
23870,
38381,
15,
4357,
29472,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
29472,
287,
2393,
62,
4868,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3280,
58,
34345,
60,
796,
45243,
20,
198,
220,
220,
220,
611,
407,
3280,
25,
198,
220,
220,
220,
220,
220,
220,
220,
25064,
13,
37023,
7203,
24908,
25,
10664,
284,
2148,
10670,
20,
50,
5883,
13,
14116,
393,
1672,
13,
7217,
80,
13,
34586,
13,
9132,
20,
3696,
4943,
198,
220,
220,
220,
329,
277,
287,
2393,
62,
4868,
25,
198,
220,
220,
220,
220,
220,
220,
220,
611,
277,
407,
287,
3280,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
25064,
13,
37023,
7,
69,
1,
24908,
25,
10664,
10670,
20,
329,
1391,
69,
92,
290,
407,
287,
1391,
69,
27422,
9132,
20,
393,
10670,
20,
50,
5883,
13,
14116,
4943,
198,
220,
220,
220,
1441,
3280,
628,
198,
4299,
3551,
62,
11487,
7,
198,
220,
220,
220,
5412,
11,
198,
220,
220,
220,
14729,
11,
198,
220,
220,
220,
13634,
11,
198,
220,
220,
220,
5888,
62,
3672,
11,
198,
220,
220,
220,
8875,
62,
19849,
11,
198,
220,
220,
220,
1486,
62,
11213,
11,
198,
220,
220,
220,
5888,
62,
9979,
2762,
62,
11235,
4668,
11,
198,
220,
220,
220,
7550,
62,
7857,
11,
198,
2599,
198,
220,
220,
220,
37227,
16594,
1100,
2393,
3084,
329,
412,
4535,
9516,
526,
15931,
198,
220,
220,
220,
2393,
62,
4868,
796,
685,
62,
58,
16,
60,
329,
4808,
287,
14729,
60,
1343,
685,
62,
58,
17,
60,
329,
4808,
287,
14729,
60,
198,
220,
220,
220,
45243,
20,
62,
11600,
796,
3440,
62,
9132,
20,
7,
7753,
62,
4868,
8,
198,
220,
220,
220,
3951,
796,
17635,
198,
220,
220,
220,
329,
10717,
11,
8246,
62,
49,
16,
11,
8246,
62,
49,
17,
287,
14729,
25,
198,
220,
220,
220,
220,
220,
220,
220,
6291,
796,
28686,
13,
6978,
13,
35312,
7,
927,
38381,
16,
60,
198,
220,
220,
220,
220,
220,
220,
220,
9483,
796,
28686,
13,
6978,
13,
35312,
7,
418,
13,
6978,
13,
35312,
7,
1831,
62,
49,
16,
38381,
15,
12962,
58,
16,
60,
198,
220,
220,
220,
220,
220,
220,
220,
3951,
13,
33295,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
43679,
62,
51,
3620,
6489,
6158,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4064,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13634,
58,
39873,
60,
611,
13634,
2073,
6291,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8875,
62,
19849,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9483,
611,
5888,
62,
3672,
6624,
366,
21215,
2073,
5888,
62,
3672,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1486,
62,
11213,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5888,
62,
9979,
2762,
62,
11235,
4668,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7550,
62,
7857,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
28686,
13,
6978,
13,
35312,
7,
1831,
62,
49,
16,
38381,
16,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
45243,
20,
62,
11600,
58,
1831,
62,
49,
16,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
28686,
13,
6978,
13,
35312,
7,
1831,
62,
49,
17,
38381,
16,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
45243,
20,
62,
11600,
58,
1831,
62,
49,
17,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
5412,
13,
13564,
7,
38148,
62,
37682,
1137,
8,
198,
220,
220,
220,
329,
1627,
287,
23243,
7,
6615,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
5412,
13,
13564,
7,
1370,
8,
628,
198,
4299,
1388,
7,
198,
220,
220,
220,
3049,
80,
11,
198,
220,
220,
220,
5072,
11,
198,
220,
220,
220,
20150,
62,
7753,
28,
14202,
11,
198,
220,
220,
220,
20150,
62,
12685,
7656,
28,
14202,
11,
198,
220,
220,
220,
20150,
62,
4033,
82,
28,
14202,
11,
198,
220,
220,
220,
20150,
62,
3245,
14933,
28,
14202,
11,
198,
220,
220,
220,
20150,
62,
9630,
28,
14202,
11,
198,
220,
220,
220,
8856,
62,
40290,
274,
28,
14202,
11,
198,
220,
220,
220,
5888,
62,
3672,
2625,
12,
1600,
198,
220,
220,
220,
8875,
62,
19849,
2625,
21478,
388,
1437,
13756,
4653,
80,
1600,
198,
220,
220,
220,
1486,
62,
11213,
2625,
1600,
198,
220,
220,
220,
5888,
62,
9979,
2762,
62,
11235,
4668,
2625,
1600,
198,
220,
220,
220,
7550,
62,
7857,
28,
9031,
11,
198,
220,
220,
220,
45218,
62,
15908,
28,
14202,
11,
198,
220,
220,
220,
14257,
28,
25101,
11,
198,
2599,
198,
220,
220,
220,
37227,
3546,
26908,
262,
7559,
400,
499,
8482,
62,
18847,
551,
64,
12,
46002,
15506,
3141,
526,
15931,
198,
220,
220,
220,
3049,
80,
62,
7753,
62,
79,
3468,
796,
1064,
62,
7217,
80,
62,
79,
3468,
7,
7217,
80,
11,
14257,
28,
24442,
8,
628,
220,
220,
220,
611,
407,
3049,
80,
62,
7753,
62,
79,
3468,
25,
198,
220,
220,
220,
220,
220,
220,
220,
25064,
13,
37023,
7203,
24908,
25,
1400,
376,
11262,
48,
14729,
1043,
4943,
198,
220,
220,
220,
611,
14257,
25,
198,
220,
220,
220,
220,
220,
220,
220,
25064,
13,
301,
1082,
81,
13,
13564,
7203,
37534,
1723,
4064,
72,
376,
11262,
48,
14729,
59,
77,
1,
4064,
18896,
7,
7217,
80,
62,
7753,
62,
79,
3468,
4008,
628,
220,
220,
220,
611,
45218,
62,
15908,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
3205,
284,
262,
2836,
284,
4781,
262,
3696,
198,
220,
220,
220,
220,
220,
220,
220,
45218,
62,
26801,
796,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
4888,
62,
22065,
796,
45218,
62,
15908,
198,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
45218,
62,
26801,
796,
20218,
7753,
13,
12966,
5551,
43055,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
4888,
62,
22065,
796,
45218,
62,
26801,
13,
3672,
628,
220,
220,
220,
611,
14257,
25,
198,
220,
220,
220,
220,
220,
220,
220,
25064,
13,
301,
1082,
81,
13,
13564,
7203,
30531,
25,
24189,
9483,
4064,
82,
59,
77,
1,
4064,
4888,
62,
22065,
8,
628,
220,
220,
220,
45218,
62,
22915,
796,
6045,
198,
220,
220,
220,
611,
5072,
6624,
27444,
1298,
198,
220,
220,
220,
220,
220,
220,
220,
3084,
62,
28144,
796,
25064,
13,
19282,
448,
198,
220,
220,
220,
1288,
361,
28686,
13,
6978,
13,
9409,
343,
7,
22915,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
25064,
13,
37023,
7,
69,
1,
24908,
25,
25235,
29472,
1391,
22915,
92,
318,
257,
8619,
4943,
198,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
45218,
62,
22915,
796,
28686,
13,
6978,
13,
22179,
7,
28710,
62,
22065,
11,
366,
23100,
3681,
62,
8957,
1202,
62,
7217,
80,
62,
43639,
21760,
13,
912,
85,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
3084,
62,
28144,
796,
1280,
7,
22065,
62,
22915,
11,
366,
86,
4943,
628,
220,
220,
220,
8405,
796,
23243,
7,
198,
220,
220,
220,
220,
220,
220,
220,
28686,
13,
6978,
13,
12093,
12453,
7,
927,
8,
329,
10717,
11,
4808,
1831,
62,
49,
16,
11,
4808,
1831,
62,
49,
17,
287,
3049,
80,
62,
7753,
62,
79,
3468,
198,
220,
220,
220,
1267,
628,
220,
220,
220,
357,
38993,
11,
4808,
11,
13634,
62,
14933,
11,
1448,
62,
4033,
35751,
796,
3440,
62,
38993,
7,
198,
220,
220,
220,
220,
220,
220,
220,
20150,
62,
7753,
11,
198,
220,
220,
220,
220,
220,
220,
220,
20150,
62,
12685,
7656,
11,
198,
220,
220,
220,
220,
220,
220,
220,
20150,
62,
4033,
82,
11,
198,
220,
220,
220,
220,
220,
220,
220,
6045,
11,
220,
1303,
1312,
13,
68,
13,
20150,
62,
24432,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
220,
220,
20150,
62,
3245,
14933,
11,
198,
220,
220,
220,
220,
220,
220,
220,
20150,
62,
9630,
11,
198,
220,
220,
220,
220,
220,
220,
220,
8856,
62,
40290,
274,
28,
46430,
62,
40290,
274,
11,
198,
220,
220,
220,
220,
220,
220,
220,
14257,
28,
24442,
11,
198,
220,
220,
220,
1267,
198,
220,
220,
220,
611,
20150,
62,
7753,
290,
18896,
7,
28961,
62,
14933,
8,
14512,
352,
25,
198,
220,
220,
220,
220,
220,
220,
220,
25064,
13,
37023,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
23037,
530,
290,
691,
530,
5721,
329,
262,
532,
66,
4578,
11,
366,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
13992,
262,
412,
4535,
6291,
1895,
295,
393,
1006,
3672,
526,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
4814,
62,
28961,
796,
900,
7,
82,
12629,
737,
26069,
1945,
7,
38993,
8,
198,
220,
220,
220,
611,
20150,
62,
7753,
290,
4814,
62,
28961,
25,
198,
220,
220,
220,
220,
220,
220,
220,
25064,
13,
37023,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
24908,
25,
42485,
4064,
72,
8405,
11,
4064,
72,
4814,
20150,
11,
304,
13,
70,
13,
4064,
82,
59,
77,
1,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4064,
357,
11925,
7,
82,
12629,
828,
18896,
7,
45688,
62,
28961,
828,
23243,
7,
45688,
62,
28961,
38381,
15,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
611,
20150,
62,
7753,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
2329,
530,
5721,
11,
836,
470,
761,
3815,
355,
1351,
25,
198,
220,
220,
220,
220,
220,
220,
220,
13634,
796,
1391,
74,
25,
410,
58,
15,
60,
329,
479,
11,
410,
287,
20150,
13,
23814,
3419,
92,
198,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
13634,
796,
6045,
628,
220,
220,
220,
3551,
62,
11487,
7,
198,
220,
220,
220,
220,
220,
220,
220,
3084,
62,
28144,
11,
198,
220,
220,
220,
220,
220,
220,
220,
3049,
80,
62,
7753,
62,
79,
3468,
11,
198,
220,
220,
220,
220,
220,
220,
220,
13634,
11,
198,
220,
220,
220,
220,
220,
220,
220,
5888,
62,
3672,
11,
198,
220,
220,
220,
220,
220,
220,
220,
8875,
62,
19849,
11,
198,
220,
220,
220,
220,
220,
220,
220,
1486,
62,
11213,
11,
198,
220,
220,
220,
220,
220,
220,
220,
5888,
62,
9979,
2762,
62,
11235,
4668,
11,
198,
220,
220,
220,
220,
220,
220,
220,
7550,
62,
7857,
11,
198,
220,
220,
220,
1267,
628,
220,
220,
220,
611,
5072,
14512,
27444,
1298,
198,
220,
220,
220,
220,
220,
220,
220,
3084,
62,
28144,
13,
19836,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
4423,
346,
13,
21084,
7,
22065,
62,
22915,
11,
5072,
8,
198
] | 2.198893 | 2,710 |
# PolynomialFeatures(degree=2, interaction_only=False, include_bias=True)
import sys
X = [[1, 2], [3, 4], [5, 6]]
my_poly = PolynomialTools(order=2) #, interactions_only=True, include_bias=False)
my_poly.fit(X)
# print(len(my_poly.__powers_lists))
# print(my_poly.__powers_lists)
print(my_poly.get_features_names(['y0', 'y1']))
print()
sys.exit()
my_poly.transform(X)
for row in my_poly.X_poly:
print(row)
print()
my_poly1 = PolynomialTools(order=2) #, interactions_only=True, include_bias=False)
my_poly1.fit_transform(X)
for row in my_poly1.X_poly:
print(row)
| [
2,
12280,
26601,
498,
23595,
7,
16863,
28,
17,
11,
10375,
62,
8807,
28,
25101,
11,
2291,
62,
65,
4448,
28,
17821,
8,
198,
11748,
25064,
628,
198,
198,
55,
796,
16410,
16,
11,
362,
4357,
685,
18,
11,
604,
4357,
685,
20,
11,
718,
11907,
198,
198,
1820,
62,
35428,
796,
12280,
26601,
498,
33637,
7,
2875,
28,
17,
8,
1303,
11,
12213,
62,
8807,
28,
17821,
11,
2291,
62,
65,
4448,
28,
25101,
8,
198,
1820,
62,
35428,
13,
11147,
7,
55,
8,
198,
198,
2,
3601,
7,
11925,
7,
1820,
62,
35428,
13,
834,
30132,
62,
20713,
4008,
198,
2,
3601,
7,
1820,
62,
35428,
13,
834,
30132,
62,
20713,
8,
198,
4798,
7,
1820,
62,
35428,
13,
1136,
62,
40890,
62,
14933,
7,
17816,
88,
15,
3256,
705,
88,
16,
20520,
4008,
198,
4798,
3419,
198,
17597,
13,
37023,
3419,
198,
198,
1820,
62,
35428,
13,
35636,
7,
55,
8,
198,
198,
1640,
5752,
287,
616,
62,
35428,
13,
55,
62,
35428,
25,
198,
220,
220,
220,
3601,
7,
808,
8,
198,
4798,
3419,
198,
198,
1820,
62,
35428,
16,
796,
12280,
26601,
498,
33637,
7,
2875,
28,
17,
8,
1303,
11,
12213,
62,
8807,
28,
17821,
11,
2291,
62,
65,
4448,
28,
25101,
8,
198,
1820,
62,
35428,
16,
13,
11147,
62,
35636,
7,
55,
8,
198,
198,
1640,
5752,
287,
616,
62,
35428,
16,
13,
55,
62,
35428,
25,
198,
220,
220,
220,
3601,
7,
808,
8,
198
] | 2.372951 | 244 |
import pathlib
import pickle
import numpy as np
import scipy.stats
from horaha import PROJECT_ROOT
| [
11748,
3108,
8019,
198,
11748,
2298,
293,
198,
198,
11748,
299,
32152,
355,
45941,
198,
11748,
629,
541,
88,
13,
34242,
198,
198,
6738,
3076,
12236,
1330,
21965,
23680,
62,
13252,
2394,
628,
628,
198
] | 3 | 35 |
#!/usr/bin/python
# -*- coding: utf-8 -*-
#用于进行http请求,以及MD5加密,生成签名的工具类
import http.client
import urllib
import json
import hashlib
import time
import requests
from urllib.parse import urljoin
from urllib.parse import urlencode
| [
2,
48443,
14629,
14,
8800,
14,
29412,
198,
2,
532,
9,
12,
19617,
25,
3384,
69,
12,
23,
532,
9,
12,
198,
2,
18796,
101,
12859,
236,
32573,
249,
26193,
234,
4023,
46237,
115,
162,
109,
224,
171,
120,
234,
20015,
98,
20998,
232,
12740,
20,
27950,
254,
43380,
228,
171,
120,
234,
37955,
22755,
238,
163,
255,
122,
28938,
235,
21410,
32432,
98,
17739,
115,
163,
109,
119,
198,
198,
11748,
2638,
13,
16366,
198,
11748,
2956,
297,
571,
198,
11748,
33918,
198,
11748,
12234,
8019,
198,
11748,
640,
198,
11748,
7007,
198,
6738,
2956,
297,
571,
13,
29572,
1330,
19016,
22179,
198,
6738,
2956,
297,
571,
13,
29572,
1330,
2956,
11925,
8189,
198,
220,
198
] | 1.965812 | 117 |
"""
TODO
"""
import csv
import StringIO
from flask import current_app
from psqlgraph import Node
from sheepdog.errors import UserError
from sheepdog.utils.transforms.bcr_xml_to_json import (
BcrXmlToJsonParser,
BcrClinicalXmlToJsonParser,
)
def parse_bool_from_string(value):
"""
Return a boolean given a string value *iff* :param:`value` is a valid
string representation of a boolean, otherwise return the original
:param:`value` to be handled by later type checking.
..note:
``bool('maybe') is True``, this is undesirable, but
``parse_bool_from_string('maybe') == 'maybe'``
"""
mapping = {"true": True, "false": False}
return mapping.get(strip(value).lower(), value)
def parse_list_from_string(value):
"""
Handle array fields by converting them to a list.
Example:
1,2,3 -> ['1','2','3']
"""
return [x.strip() for x in value.split(",")]
def set_row_type(row):
"""Get the class for a row dict, setting 'type'. Coerce '' -> None."""
row["type"] = row.get("type", None)
if not row["type"]:
row.pop("type")
return None
return Node.get_subclass(row["type"])
def strip(text):
"""
Strip if the text is a basestring
"""
if not isinstance(text, basestring):
return text
else:
return text.strip()
def strip_whitespace_from_str_dict(dictionary):
"""
Return new dict with leading/trailing whitespace removed from keys and
values.
"""
return {strip(key): strip(value) for key, value in dictionary.iteritems()}
def get_links_from_row(row):
"""Return a dict of key/value pairs that are links."""
return {k: v for k, v in row.iteritems() if "." in k}
def get_props_from_row(row):
"""Return a dict of key/value pairs that are props, not links."""
return {k: v for k, v in row.iteritems() if "." not in k and v != ""}
class DelimitedConverter(object):
"""
TODO
"""
def set_reader(self, _):
"""
Implement this in a subclass to self.reader to be an iterable of rows
given a doc.
"""
msg = "set_reader generator not implemented for {}".format(type(self))
raise NotImplementedError(msg)
def convert(self, doc):
"""
Add an entire document to the converter. Return docs and errors
gathered so far.
"""
try:
self.set_reader(doc)
map(self.add_row, self.reader)
except Exception as e:
current_app.logger.exception(e)
raise UserError("Unable to parse document")
return self.docs, self.errors
@staticmethod
def get_unknown_cls_dict(row):
"""
TODO: What?
Either none or invalid type, don't know what properties
to expect, property types, etc, so add a doc with
non-link properties (i.e. to allow identification the
error report later) and short circuit.
"""
return get_props_from_row(row)
def add_row(self, row):
"""
Add a canonical JSON entity for given a :param:`row`.
Args:
row (dict): column, value for a given row in delimited file
Return:
None
"""
doc, links = {}, {}
row = strip_whitespace_from_str_dict(row)
# Parse type
cls = set_row_type(row)
if cls is None:
return self.docs.append(get_props_from_row(row))
# Add properties
props_dict = get_props_from_row(row)
for key, value in props_dict.iteritems():
if value == "null":
doc[key] = None
else:
converted = self.convert_type(cls, key, value)
if converted is not None:
doc[key] = converted
# Add links
links_dict = get_links_from_row(row)
for key, value in links_dict.iteritems():
self.add_link_value(links, cls, key, value)
doc.update({k: v.values() for k, v in links.iteritems()})
self.docs.append(doc)
def add_link_value(self, links, cls, key, value):
"""
TODO
"""
converted_value = self.convert_type(cls, key, value)
if converted_value is None:
return
if value == "null":
converted_value = None
parsed = key.split(".")
link = parsed[0]
if not link:
error = "Invalid link name: {}".format(key)
return self.record_error(error, columns=[key])
prop = ".".join(parsed[1:])
if not prop:
error = "Invalid link property name: {}".format(key)
return self.record_error(error, columns=[key])
# Add to doc
if "#" in prop:
items = prop.split("#")
if len(items) > 2:
error = "# is not allowed in link identitifer"
return self.record_error(error, columns=[key])
prop = items[0]
link_id = items[1]
else:
link_id = 1
if link in links:
if link_id in links[link]:
if isinstance(links[link][link_id], dict):
links[link][link_id][prop] = converted_value
else:
# this block should never be reached
error = "name collision: name {} specified twice"
return self.record_error(error.format(link), columns=[key, link])
else:
links[link][link_id] = {prop: converted_value}
else:
links[link] = {link_id: {prop: converted_value}}
@staticmethod
def convert_type(to_cls, key, value):
"""
Cast value based on key.
TODO
"""
if value is None:
return None
key, value = strip(key), strip(value)
types = to_cls.__pg_properties__.get(key, (str,))
types = types or (str,)
value_type = types[0]
try:
if value_type == bool:
return parse_bool_from_string(value)
elif value_type == list:
return parse_list_from_string(value)
elif strip(value) == "":
return None
else:
return value_type(value)
except Exception as exception: # pylint: disable=broad-except
current_app.logger.exception(exception)
return value
@property
def is_valid(self):
"""Indicate that the conversion is valid if there are no errors."""
return not self.errors
def record_error(self, message, columns=None, **kwargs):
"""
Record an error message.
Args:
message (str): error message to record
keys (list): which keys in the JSON were invalid
Return:
None
"""
if columns is None:
columns = []
self.errors.append(
dict(message=message, columns=columns, line=self.reader.line_num, **kwargs)
)
| [
37811,
198,
51,
3727,
46,
198,
37811,
198,
198,
11748,
269,
21370,
198,
11748,
10903,
9399,
198,
198,
6738,
42903,
1330,
1459,
62,
1324,
198,
6738,
279,
25410,
34960,
1330,
19081,
198,
198,
6738,
15900,
9703,
13,
48277,
1330,
11787,
12331,
198,
6738,
15900,
9703,
13,
26791,
13,
7645,
23914,
13,
65,
6098,
62,
19875,
62,
1462,
62,
17752,
1330,
357,
198,
220,
220,
220,
347,
6098,
55,
4029,
2514,
41,
1559,
46677,
11,
198,
220,
220,
220,
347,
6098,
2601,
32352,
55,
4029,
2514,
41,
1559,
46677,
11,
198,
8,
628,
198,
4299,
21136,
62,
30388,
62,
6738,
62,
8841,
7,
8367,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
8229,
257,
25131,
1813,
257,
4731,
1988,
1635,
733,
9,
1058,
17143,
25,
63,
8367,
63,
318,
257,
4938,
198,
220,
220,
220,
4731,
10552,
286,
257,
25131,
11,
4306,
1441,
262,
2656,
198,
220,
220,
220,
1058,
17143,
25,
63,
8367,
63,
284,
307,
12118,
416,
1568,
2099,
10627,
13,
628,
220,
220,
220,
11485,
11295,
25,
198,
220,
220,
220,
220,
220,
220,
220,
7559,
30388,
10786,
25991,
11537,
318,
6407,
15506,
11,
428,
318,
38117,
11,
475,
198,
220,
220,
220,
220,
220,
220,
220,
7559,
29572,
62,
30388,
62,
6738,
62,
8841,
10786,
25991,
11537,
6624,
705,
25991,
6,
15506,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
16855,
796,
19779,
7942,
1298,
6407,
11,
366,
9562,
1298,
10352,
92,
198,
220,
220,
220,
1441,
16855,
13,
1136,
7,
36311,
7,
8367,
737,
21037,
22784,
1988,
8,
628,
198,
4299,
21136,
62,
4868,
62,
6738,
62,
8841,
7,
8367,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
33141,
7177,
7032,
416,
23202,
606,
284,
257,
1351,
13,
628,
220,
220,
220,
17934,
25,
198,
220,
220,
220,
220,
220,
220,
220,
352,
11,
17,
11,
18,
4613,
37250,
16,
41707,
17,
41707,
18,
20520,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
1441,
685,
87,
13,
36311,
3419,
329,
2124,
287,
1988,
13,
35312,
7,
2430,
15437,
628,
198,
4299,
900,
62,
808,
62,
4906,
7,
808,
2599,
198,
220,
220,
220,
37227,
3855,
262,
1398,
329,
257,
5752,
8633,
11,
4634,
705,
4906,
4458,
1766,
263,
344,
10148,
4613,
6045,
526,
15931,
198,
220,
220,
220,
5752,
14692,
4906,
8973,
796,
5752,
13,
1136,
7203,
4906,
1600,
6045,
8,
198,
220,
220,
220,
611,
407,
5752,
14692,
4906,
1,
5974,
198,
220,
220,
220,
220,
220,
220,
220,
5752,
13,
12924,
7203,
4906,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
6045,
198,
220,
220,
220,
1441,
19081,
13,
1136,
62,
7266,
4871,
7,
808,
14692,
4906,
8973,
8,
628,
198,
4299,
10283,
7,
5239,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
18508,
611,
262,
2420,
318,
257,
1615,
395,
1806,
198,
220,
220,
220,
37227,
628,
220,
220,
220,
611,
407,
318,
39098,
7,
5239,
11,
1615,
395,
1806,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2420,
628,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2420,
13,
36311,
3419,
628,
198,
4299,
10283,
62,
1929,
2737,
10223,
62,
6738,
62,
2536,
62,
11600,
7,
67,
14188,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
8229,
649,
8633,
351,
3756,
14,
9535,
4386,
13216,
10223,
4615,
422,
8251,
290,
198,
220,
220,
220,
3815,
13,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
1441,
1391,
36311,
7,
2539,
2599,
10283,
7,
8367,
8,
329,
1994,
11,
1988,
287,
22155,
13,
2676,
23814,
3419,
92,
628,
198,
4299,
651,
62,
28751,
62,
6738,
62,
808,
7,
808,
2599,
198,
220,
220,
220,
37227,
13615,
257,
8633,
286,
1994,
14,
8367,
14729,
326,
389,
6117,
526,
15931,
198,
220,
220,
220,
1441,
1391,
74,
25,
410,
329,
479,
11,
410,
287,
5752,
13,
2676,
23814,
3419,
611,
366,
526,
287,
479,
92,
628,
198,
4299,
651,
62,
1676,
862,
62,
6738,
62,
808,
7,
808,
2599,
198,
220,
220,
220,
37227,
13615,
257,
8633,
286,
1994,
14,
8367,
14729,
326,
389,
25744,
11,
407,
6117,
526,
15931,
198,
220,
220,
220,
1441,
1391,
74,
25,
410,
329,
479,
11,
410,
287,
5752,
13,
2676,
23814,
3419,
611,
366,
526,
407,
287,
479,
290,
410,
14512,
13538,
92,
628,
198,
4871,
4216,
320,
863,
3103,
332,
353,
7,
15252,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
16926,
46,
198,
220,
220,
220,
37227,
628,
220,
220,
220,
825,
900,
62,
46862,
7,
944,
11,
4808,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
48282,
428,
287,
257,
47611,
284,
2116,
13,
46862,
284,
307,
281,
11629,
540,
286,
15274,
198,
220,
220,
220,
220,
220,
220,
220,
1813,
257,
2205,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
31456,
796,
366,
2617,
62,
46862,
17301,
407,
9177,
329,
23884,
1911,
18982,
7,
4906,
7,
944,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
5298,
1892,
3546,
1154,
12061,
12331,
7,
19662,
8,
628,
220,
220,
220,
825,
10385,
7,
944,
11,
2205,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
3060,
281,
2104,
3188,
284,
262,
38394,
13,
8229,
34165,
290,
8563,
198,
220,
220,
220,
220,
220,
220,
220,
9272,
523,
1290,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1949,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
2617,
62,
46862,
7,
15390,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3975,
7,
944,
13,
2860,
62,
808,
11,
2116,
13,
46862,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2845,
35528,
355,
304,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1459,
62,
1324,
13,
6404,
1362,
13,
1069,
4516,
7,
68,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11787,
12331,
7203,
3118,
540,
284,
21136,
3188,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13,
31628,
11,
2116,
13,
48277,
628,
220,
220,
220,
2488,
12708,
24396,
198,
220,
220,
220,
825,
651,
62,
34680,
62,
565,
82,
62,
11600,
7,
808,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
16926,
46,
25,
1867,
30,
628,
220,
220,
220,
220,
220,
220,
220,
15467,
4844,
393,
12515,
2099,
11,
836,
470,
760,
644,
6608,
198,
220,
220,
220,
220,
220,
220,
220,
284,
1607,
11,
3119,
3858,
11,
3503,
11,
523,
751,
257,
2205,
351,
198,
220,
220,
220,
220,
220,
220,
220,
1729,
12,
8726,
6608,
357,
72,
13,
68,
13,
284,
1249,
11795,
262,
198,
220,
220,
220,
220,
220,
220,
220,
4049,
989,
1568,
8,
290,
1790,
10349,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
651,
62,
1676,
862,
62,
6738,
62,
808,
7,
808,
8,
628,
220,
220,
220,
825,
751,
62,
808,
7,
944,
11,
5752,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
3060,
257,
40091,
19449,
9312,
329,
1813,
257,
1058,
17143,
25,
63,
808,
44646,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5752,
357,
11600,
2599,
5721,
11,
1988,
329,
257,
1813,
5752,
287,
46728,
863,
2393,
628,
220,
220,
220,
220,
220,
220,
220,
8229,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2205,
11,
6117,
796,
1391,
5512,
23884,
198,
220,
220,
220,
220,
220,
220,
220,
5752,
796,
10283,
62,
1929,
2737,
10223,
62,
6738,
62,
2536,
62,
11600,
7,
808,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
2547,
325,
2099,
198,
220,
220,
220,
220,
220,
220,
220,
537,
82,
796,
900,
62,
808,
62,
4906,
7,
808,
8,
198,
220,
220,
220,
220,
220,
220,
220,
611,
537,
82,
318,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13,
31628,
13,
33295,
7,
1136,
62,
1676,
862,
62,
6738,
62,
808,
7,
808,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
3060,
6608,
198,
220,
220,
220,
220,
220,
220,
220,
25744,
62,
11600,
796,
651,
62,
1676,
862,
62,
6738,
62,
808,
7,
808,
8,
198,
220,
220,
220,
220,
220,
220,
220,
329,
1994,
11,
1988,
287,
25744,
62,
11600,
13,
2676,
23814,
33529,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1988,
6624,
366,
8423,
1298,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2205,
58,
2539,
60,
796,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11513,
796,
2116,
13,
1102,
1851,
62,
4906,
7,
565,
82,
11,
1994,
11,
1988,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
11513,
318,
407,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2205,
58,
2539,
60,
796,
11513,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
3060,
6117,
198,
220,
220,
220,
220,
220,
220,
220,
6117,
62,
11600,
796,
651,
62,
28751,
62,
6738,
62,
808,
7,
808,
8,
198,
220,
220,
220,
220,
220,
220,
220,
329,
1994,
11,
1988,
287,
6117,
62,
11600,
13,
2676,
23814,
33529,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
2860,
62,
8726,
62,
8367,
7,
28751,
11,
537,
82,
11,
1994,
11,
1988,
8,
628,
220,
220,
220,
220,
220,
220,
220,
2205,
13,
19119,
15090,
74,
25,
410,
13,
27160,
3419,
329,
479,
11,
410,
287,
6117,
13,
2676,
23814,
3419,
30072,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
31628,
13,
33295,
7,
15390,
8,
628,
220,
220,
220,
825,
751,
62,
8726,
62,
8367,
7,
944,
11,
6117,
11,
537,
82,
11,
1994,
11,
1988,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
16926,
46,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
11513,
62,
8367,
796,
2116,
13,
1102,
1851,
62,
4906,
7,
565,
82,
11,
1994,
11,
1988,
8,
198,
220,
220,
220,
220,
220,
220,
220,
611,
11513,
62,
8367,
318,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
198,
220,
220,
220,
220,
220,
220,
220,
611,
1988,
6624,
366,
8423,
1298,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11513,
62,
8367,
796,
6045,
628,
220,
220,
220,
220,
220,
220,
220,
44267,
796,
1994,
13,
35312,
7203,
19570,
198,
220,
220,
220,
220,
220,
220,
220,
2792,
796,
44267,
58,
15,
60,
198,
220,
220,
220,
220,
220,
220,
220,
611,
407,
2792,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4049,
796,
366,
44651,
2792,
1438,
25,
23884,
1911,
18982,
7,
2539,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13,
22105,
62,
18224,
7,
18224,
11,
15180,
41888,
2539,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
2632,
796,
366,
526,
13,
22179,
7,
79,
945,
276,
58,
16,
25,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
611,
407,
2632,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4049,
796,
366,
44651,
2792,
3119,
1438,
25,
23884,
1911,
18982,
7,
2539,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13,
22105,
62,
18224,
7,
18224,
11,
15180,
41888,
2539,
12962,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
3060,
284,
2205,
198,
220,
220,
220,
220,
220,
220,
220,
611,
25113,
1,
287,
2632,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3709,
796,
2632,
13,
35312,
7203,
2,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
18896,
7,
23814,
8,
1875,
362,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4049,
796,
25113,
318,
407,
3142,
287,
2792,
1852,
270,
7087,
1,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13,
22105,
62,
18224,
7,
18224,
11,
15180,
41888,
2539,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2632,
796,
3709,
58,
15,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2792,
62,
312,
796,
3709,
58,
16,
60,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2792,
62,
312,
796,
352,
628,
220,
220,
220,
220,
220,
220,
220,
611,
2792,
287,
6117,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
2792,
62,
312,
287,
6117,
58,
8726,
5974,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
318,
39098,
7,
28751,
58,
8726,
7131,
8726,
62,
312,
4357,
8633,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6117,
58,
8726,
7131,
8726,
62,
312,
7131,
22930,
60,
796,
11513,
62,
8367,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
428,
2512,
815,
1239,
307,
4251,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4049,
796,
366,
3672,
17661,
25,
1438,
23884,
7368,
5403,
1,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13,
22105,
62,
18224,
7,
18224,
13,
18982,
7,
8726,
828,
15180,
41888,
2539,
11,
2792,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6117,
58,
8726,
7131,
8726,
62,
312,
60,
796,
1391,
22930,
25,
11513,
62,
8367,
92,
628,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6117,
58,
8726,
60,
796,
1391,
8726,
62,
312,
25,
1391,
22930,
25,
11513,
62,
8367,
11709,
628,
220,
220,
220,
2488,
12708,
24396,
198,
220,
220,
220,
825,
10385,
62,
4906,
7,
1462,
62,
565,
82,
11,
1994,
11,
1988,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
5833,
1988,
1912,
319,
1994,
13,
198,
220,
220,
220,
220,
220,
220,
220,
16926,
46,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
611,
1988,
318,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
6045,
628,
220,
220,
220,
220,
220,
220,
220,
1994,
11,
1988,
796,
10283,
7,
2539,
828,
10283,
7,
8367,
8,
198,
220,
220,
220,
220,
220,
220,
220,
3858,
796,
284,
62,
565,
82,
13,
834,
6024,
62,
48310,
834,
13,
1136,
7,
2539,
11,
357,
2536,
11,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
3858,
796,
3858,
393,
357,
2536,
35751,
198,
220,
220,
220,
220,
220,
220,
220,
1988,
62,
4906,
796,
3858,
58,
15,
60,
198,
220,
220,
220,
220,
220,
220,
220,
1949,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1988,
62,
4906,
6624,
20512,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
21136,
62,
30388,
62,
6738,
62,
8841,
7,
8367,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
1988,
62,
4906,
6624,
1351,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
21136,
62,
4868,
62,
6738,
62,
8841,
7,
8367,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
10283,
7,
8367,
8,
6624,
366,
1298,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
1988,
62,
4906,
7,
8367,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2845,
35528,
355,
6631,
25,
220,
1303,
279,
2645,
600,
25,
15560,
28,
36654,
12,
16341,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1459,
62,
1324,
13,
6404,
1362,
13,
1069,
4516,
7,
1069,
4516,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
1988,
628,
220,
220,
220,
2488,
26745,
198,
220,
220,
220,
825,
318,
62,
12102,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
5497,
5344,
326,
262,
11315,
318,
4938,
611,
612,
389,
645,
8563,
526,
15931,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
407,
2116,
13,
48277,
628,
220,
220,
220,
825,
1700,
62,
18224,
7,
944,
11,
3275,
11,
15180,
28,
14202,
11,
12429,
46265,
22046,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
13266,
281,
4049,
3275,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3275,
357,
2536,
2599,
4049,
3275,
284,
1700,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8251,
357,
4868,
2599,
543,
8251,
287,
262,
19449,
547,
12515,
628,
220,
220,
220,
220,
220,
220,
220,
8229,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
611,
15180,
318,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15180,
796,
17635,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
48277,
13,
33295,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8633,
7,
20500,
28,
20500,
11,
15180,
28,
28665,
82,
11,
1627,
28,
944,
13,
46862,
13,
1370,
62,
22510,
11,
12429,
46265,
22046,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
198
] | 2.19491 | 3,222 |
import sys
import os
import signal
import requests
import json
import queue
import time
import threading
import ntplib
from threading import Thread
from gethongbao import verControl, HongBao, QiangHongBao, get_cookie, update_cookie
from basemodule.logger import logger
from douyu_login import utils as login_utils
from basemodule.config import Config, BASE_DIR
bEXIT = False
if __name__ == '__main__':
signal.signal(signal.SIGINT, quit)
signal.signal(signal.SIGTERM, quit)
verControl()
logger.level("HONGBAO", no=50, color="<red>", icon="🧧")
hongbao_logfile = os.environ.get('HONGBAO_LOGFILE') or 'hongbao.log'
logger.log("HONGBAO", '抢到礼物立即自动赠送[{}] (火箭、飞机除外)', '开启' if Config.AUTO_SEND else '关闭')
logger.log("HONGBAO", '红包的记录文件: {}', os.path.join(BASE_DIR, hongbao_logfile))
logger.log("HONGBAO", '格式: unix时间 房间名 房间号 礼物名')
logger.add(os.path.join(BASE_DIR, hongbao_logfile),
format="<g>{time}</> - <lvl>{message}</>",
level="HONGBAO",
enqueue=True,
rotation="50 MB",
encoding='utf-8')
cookie_douyu = get_cookie()
acf_uid , acf_nickname = login_utils.get_uidAndname(cookie_douyu)
logger.success(f'账号: {acf_nickname}({acf_uid})')
os.system(f"title 账号: {acf_nickname}({acf_uid}) - Powered by obrua.com")
hongbao_queue = queue.Queue()
stock_hongbao = []
got_hongbao = set()
qiang_service = QiangHongBao(_queue=hongbao_queue, cookie_douyu=cookie_douyu, threadNum=6)
hongbao_service = HongBao(_queue=hongbao_queue, cookie_douyu=cookie_douyu,
stock_hongbao=stock_hongbao, got_hongbao=got_hongbao, qiang=qiang_service)
while True:
logger.info('服务健康检查...')
nowThreadsName = [] # 用来保存当前线程名称
for i in threading.enumerate():
nowThreadsName.append(i.getName()) # 保存当前线程名称
logger.info('检查内容: {} [{} {}] [{} {}]', nowThreadsName,
hongbao_service, hongbao_service.get_done() if hongbao_service else 'none',
qiang_service, qiang_service.get_done() if qiang_service else 'none')
isxuqi = False
if hongbao_service and hongbao_service.get_overcookie():
logger.warning('cookie过期, 续期cookie并重启服务')
if hongbao_service:
hongbao_service.stop()
if qiang_service:
qiang_service.stop()
# 重新获取cookie
cookie_douyu = update_cookie(cookie_douyu)
if not cookie_douyu:
logger.error('cookie续期失败, 请重启重新扫码登录')
break
time.sleep(5)
acf_uid , acf_nickname = login_utils.get_uidAndname(cookie_douyu)
logger.success(f'账号: {acf_nickname}({acf_uid})')
isxuqi = True
if not isxuqi and 'HongBao-do' not in nowThreadsName:
logger.error('红包监控线程丢失')
if hongbao_service:
hongbao_service.stop()
logger.error('停止服务 准备重启')
time.sleep(10)
if not isxuqi and 'HongBao-qiang' not in nowThreadsName:
logger.error('抢红包线程丢失')
if qiang_service:
qiang_service.stop()
logger.error('停止服务 准备重启')
time.sleep(10)
if qiang_service and qiang_service.get_done():
# 抢服务中断
logger.warning('抢服务中断 重启')
qiang_service = None
qiang_service = QiangHongBao(_queue=hongbao_queue, cookie_douyu=cookie_douyu, threadNum=6)
elif not qiang_service:
# 抢服务不存在
logger.warning('抢服务丢失 重启')
qiang_service = QiangHongBao(_queue=hongbao_queue, cookie_douyu=cookie_douyu, threadNum=6)
if hongbao_service and hongbao_service.get_done():
# 红包服务中断
logger.warning('红包服务中断 重启')
hongbao_service = None
hongbao_service = HongBao(_queue=hongbao_queue, cookie_douyu=cookie_douyu,
stock_hongbao=stock_hongbao, got_hongbao=got_hongbao, qiang=qiang_service)
elif not hongbao_service:
# 红包服务中断
logger.warning('红包服务丢失 重启')
hongbao_service = HongBao(_queue=hongbao_queue, cookie_douyu=cookie_douyu,
stock_hongbao=stock_hongbao, got_hongbao=got_hongbao, qiang=qiang_service)
if bEXIT:
if hongbao_service:
hongbao_service.stop()
if qiang_service:
qiang_service.stop()
break
for i in range(12*5):
if bEXIT:
break
time.sleep(5)
| [
198,
11748,
25064,
198,
11748,
28686,
198,
11748,
6737,
198,
11748,
7007,
198,
11748,
33918,
198,
11748,
16834,
198,
11748,
640,
198,
11748,
4704,
278,
198,
11748,
299,
83,
489,
571,
198,
6738,
4704,
278,
1330,
14122,
198,
6738,
651,
71,
506,
65,
5488,
1330,
3326,
15988,
11,
9764,
33,
5488,
11,
1195,
15483,
48559,
33,
5488,
11,
651,
62,
44453,
11,
4296,
62,
44453,
198,
6738,
1615,
368,
375,
2261,
13,
6404,
1362,
1330,
49706,
198,
6738,
2255,
24767,
62,
38235,
1330,
3384,
4487,
355,
17594,
62,
26791,
198,
6738,
1615,
368,
375,
2261,
13,
11250,
1330,
17056,
11,
49688,
62,
34720,
198,
198,
65,
6369,
2043,
796,
10352,
628,
198,
198,
361,
11593,
3672,
834,
6624,
705,
834,
12417,
834,
10354,
628,
220,
220,
220,
6737,
13,
12683,
282,
7,
12683,
282,
13,
50,
3528,
12394,
11,
11238,
8,
198,
220,
220,
220,
6737,
13,
12683,
282,
7,
12683,
282,
13,
50,
3528,
5781,
44,
11,
11238,
8,
628,
220,
220,
220,
3326,
15988,
3419,
628,
220,
220,
220,
49706,
13,
5715,
7203,
39,
18494,
4339,
46,
1600,
645,
28,
1120,
11,
3124,
2625,
27,
445,
29,
1600,
7196,
2625,
8582,
100,
100,
4943,
220,
198,
220,
220,
220,
289,
506,
65,
5488,
62,
6404,
7753,
796,
28686,
13,
268,
2268,
13,
1136,
10786,
39,
18494,
4339,
46,
62,
25294,
25664,
11537,
393,
705,
71,
506,
65,
5488,
13,
6404,
6,
198,
220,
220,
220,
49706,
13,
6404,
7203,
39,
18494,
4339,
46,
1600,
705,
162,
232,
95,
26344,
108,
163,
97,
120,
31965,
102,
44165,
233,
39355,
111,
164,
229,
103,
27950,
101,
164,
113,
254,
34460,
223,
58,
90,
92,
60,
357,
163,
43769,
163,
106,
255,
23513,
45617,
252,
17312,
118,
165,
247,
97,
13783,
244,
8,
3256,
705,
28156,
222,
28938,
107,
6,
611,
17056,
13,
39371,
46,
62,
50,
10619,
2073,
705,
17739,
111,
29785,
255,
11537,
198,
220,
220,
220,
49706,
13,
6404,
7203,
39,
18494,
4339,
46,
1600,
705,
163,
118,
95,
44293,
227,
21410,
164,
106,
108,
37605,
243,
23877,
229,
20015,
114,
25,
23884,
3256,
28686,
13,
6978,
13,
22179,
7,
33,
11159,
62,
34720,
11,
289,
506,
65,
5488,
62,
6404,
7753,
4008,
198,
220,
220,
220,
49706,
13,
6404,
7203,
39,
18494,
4339,
46,
1600,
705,
43718,
120,
28156,
237,
25,
555,
844,
33768,
114,
29785,
112,
10545,
230,
123,
29785,
112,
28938,
235,
10545,
230,
123,
29785,
112,
20998,
115,
13328,
97,
120,
31965,
102,
28938,
235,
11537,
198,
220,
220,
220,
49706,
13,
2860,
7,
418,
13,
6978,
13,
22179,
7,
33,
11159,
62,
34720,
11,
289,
506,
65,
5488,
62,
6404,
7753,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5794,
2625,
27,
70,
29,
90,
2435,
92,
3556,
29,
532,
1279,
47147,
29,
90,
20500,
92,
3556,
29,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1241,
2625,
39,
18494,
4339,
46,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
551,
36560,
28,
17821,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13179,
2625,
1120,
10771,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
21004,
11639,
40477,
12,
23,
11537,
628,
198,
220,
220,
220,
19751,
62,
67,
280,
24767,
796,
651,
62,
44453,
3419,
198,
220,
220,
220,
936,
69,
62,
27112,
837,
936,
69,
62,
17172,
3672,
796,
17594,
62,
26791,
13,
1136,
62,
27112,
1870,
3672,
7,
44453,
62,
67,
280,
24767,
8,
198,
220,
220,
220,
49706,
13,
13138,
7,
69,
6,
164,
112,
99,
20998,
115,
25,
1391,
330,
69,
62,
17172,
3672,
92,
15090,
330,
69,
62,
27112,
30072,
11537,
198,
220,
220,
220,
28686,
13,
10057,
7,
69,
1,
7839,
5525,
112,
99,
20998,
115,
25,
1391,
330,
69,
62,
17172,
3672,
92,
15090,
330,
69,
62,
27112,
30072,
532,
45090,
416,
909,
622,
64,
13,
785,
4943,
628,
220,
220,
220,
289,
506,
65,
5488,
62,
36560,
796,
16834,
13,
34991,
3419,
198,
220,
220,
220,
4283,
62,
71,
506,
65,
5488,
796,
17635,
198,
220,
220,
220,
1392,
62,
71,
506,
65,
5488,
796,
900,
3419,
198,
220,
220,
220,
220,
628,
220,
220,
220,
10662,
15483,
62,
15271,
796,
1195,
15483,
48559,
33,
5488,
28264,
36560,
28,
71,
506,
65,
5488,
62,
36560,
11,
19751,
62,
67,
280,
24767,
28,
44453,
62,
67,
280,
24767,
11,
4704,
33111,
28,
21,
8,
198,
220,
220,
220,
289,
506,
65,
5488,
62,
15271,
796,
9764,
33,
5488,
28264,
36560,
28,
71,
506,
65,
5488,
62,
36560,
11,
19751,
62,
67,
280,
24767,
28,
44453,
62,
67,
280,
24767,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4283,
62,
71,
506,
65,
5488,
28,
13578,
62,
71,
506,
65,
5488,
11,
1392,
62,
71,
506,
65,
5488,
28,
23442,
62,
71,
506,
65,
5488,
11,
10662,
15483,
28,
80,
15483,
62,
15271,
8,
198,
220,
220,
220,
981,
6407,
25,
628,
220,
220,
220,
220,
220,
220,
220,
49706,
13,
10951,
10786,
17312,
235,
27950,
94,
161,
223,
98,
41753,
115,
162,
96,
222,
162,
253,
98,
986,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
783,
16818,
82,
5376,
796,
17635,
220,
1303,
13328,
242,
101,
30266,
98,
46479,
251,
27764,
246,
37605,
241,
30298,
235,
163,
118,
123,
163,
101,
233,
28938,
235,
163,
100,
108,
198,
220,
220,
220,
220,
220,
220,
220,
329,
1312,
287,
4704,
278,
13,
268,
6975,
378,
33529,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
783,
16818,
82,
5376,
13,
33295,
7,
72,
13,
1136,
5376,
28955,
220,
1303,
220,
46479,
251,
27764,
246,
37605,
241,
30298,
235,
163,
118,
123,
163,
101,
233,
28938,
235,
163,
100,
108,
628,
220,
220,
220,
220,
220,
220,
220,
49706,
13,
10951,
10786,
162,
96,
222,
162,
253,
98,
37863,
227,
22522,
117,
25,
23884,
685,
90,
92,
23884,
60,
685,
90,
92,
23884,
60,
3256,
783,
16818,
82,
5376,
11,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
289,
506,
65,
5488,
62,
15271,
11,
289,
506,
65,
5488,
62,
15271,
13,
1136,
62,
28060,
3419,
611,
289,
506,
65,
5488,
62,
15271,
2073,
705,
23108,
3256,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10662,
15483,
62,
15271,
11,
10662,
15483,
62,
15271,
13,
1136,
62,
28060,
3419,
611,
10662,
15483,
62,
15271,
2073,
705,
23108,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
318,
87,
84,
40603,
796,
10352,
198,
220,
220,
220,
220,
220,
220,
220,
611,
289,
506,
65,
5488,
62,
15271,
290,
289,
506,
65,
5488,
62,
15271,
13,
1136,
62,
2502,
44453,
33529,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
49706,
13,
43917,
10786,
44453,
32573,
229,
17312,
253,
11,
13328,
119,
255,
17312,
253,
44453,
33176,
114,
34932,
235,
28938,
107,
17312,
235,
27950,
94,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
289,
506,
65,
5488,
62,
15271,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
289,
506,
65,
5488,
62,
15271,
13,
11338,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
10662,
15483,
62,
15271,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10662,
15483,
62,
15271,
13,
11338,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
16268,
229,
235,
23877,
108,
164,
236,
115,
20998,
244,
44453,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
19751,
62,
67,
280,
24767,
796,
4296,
62,
44453,
7,
44453,
62,
67,
280,
24767,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
19751,
62,
67,
280,
24767,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
49706,
13,
18224,
10786,
44453,
163,
119,
255,
17312,
253,
13783,
109,
164,
112,
98,
11,
5525,
107,
115,
34932,
235,
28938,
107,
34932,
235,
23877,
108,
33699,
104,
163,
254,
223,
163,
247,
119,
37605,
243,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2270,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
640,
13,
42832,
7,
20,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
936,
69,
62,
27112,
837,
936,
69,
62,
17172,
3672,
796,
17594,
62,
26791,
13,
1136,
62,
27112,
1870,
3672,
7,
44453,
62,
67,
280,
24767,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
49706,
13,
13138,
7,
69,
6,
164,
112,
99,
20998,
115,
25,
1391,
330,
69,
62,
17172,
3672,
92,
15090,
330,
69,
62,
27112,
30072,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
318,
87,
84,
40603,
796,
6407,
628,
198,
220,
220,
220,
220,
220,
220,
220,
611,
407,
318,
87,
84,
40603,
290,
705,
48559,
33,
5488,
12,
4598,
6,
407,
287,
783,
16818,
82,
5376,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
49706,
13,
18224,
10786,
163,
118,
95,
44293,
227,
33566,
239,
162,
236,
100,
163,
118,
123,
163,
101,
233,
10310,
95,
13783,
109,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
289,
506,
65,
5488,
62,
15271,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
289,
506,
65,
5488,
62,
15271,
13,
11338,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
49706,
13,
18224,
10786,
161,
223,
250,
29826,
95,
17312,
235,
27950,
94,
10263,
229,
228,
13783,
229,
34932,
235,
28938,
107,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
640,
13,
42832,
7,
940,
8,
628,
220,
220,
220,
220,
220,
220,
220,
611,
407,
318,
87,
84,
40603,
290,
705,
48559,
33,
5488,
12,
80,
15483,
6,
407,
287,
783,
16818,
82,
5376,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
49706,
13,
18224,
10786,
162,
232,
95,
163,
118,
95,
44293,
227,
163,
118,
123,
163,
101,
233,
10310,
95,
13783,
109,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
10662,
15483,
62,
15271,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10662,
15483,
62,
15271,
13,
11338,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
49706,
13,
18224,
10786,
161,
223,
250,
29826,
95,
17312,
235,
27950,
94,
10263,
229,
228,
13783,
229,
34932,
235,
28938,
107,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
640,
13,
42832,
7,
940,
8,
628,
198,
220,
220,
220,
220,
220,
220,
220,
611,
10662,
15483,
62,
15271,
290,
10662,
15483,
62,
15271,
13,
1136,
62,
28060,
33529,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
10545,
232,
95,
17312,
235,
27950,
94,
40792,
23877,
255,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
49706,
13,
43917,
10786,
162,
232,
95,
17312,
235,
27950,
94,
40792,
23877,
255,
16268,
229,
235,
28938,
107,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10662,
15483,
62,
15271,
796,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10662,
15483,
62,
15271,
796,
1195,
15483,
48559,
33,
5488,
28264,
36560,
28,
71,
506,
65,
5488,
62,
36560,
11,
19751,
62,
67,
280,
24767,
28,
44453,
62,
67,
280,
24767,
11,
4704,
33111,
28,
21,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
407,
10662,
15483,
62,
15271,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
10545,
232,
95,
17312,
235,
27950,
94,
38834,
27764,
246,
28839,
101,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
49706,
13,
43917,
10786,
162,
232,
95,
17312,
235,
27950,
94,
10310,
95,
13783,
109,
16268,
229,
235,
28938,
107,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10662,
15483,
62,
15271,
796,
1195,
15483,
48559,
33,
5488,
28264,
36560,
28,
71,
506,
65,
5488,
62,
36560,
11,
19751,
62,
67,
280,
24767,
28,
44453,
62,
67,
280,
24767,
11,
4704,
33111,
28,
21,
8,
628,
220,
220,
220,
220,
220,
220,
220,
611,
289,
506,
65,
5488,
62,
15271,
290,
289,
506,
65,
5488,
62,
15271,
13,
1136,
62,
28060,
33529,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
13328,
118,
95,
44293,
227,
17312,
235,
27950,
94,
40792,
23877,
255,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
49706,
13,
43917,
10786,
163,
118,
95,
44293,
227,
17312,
235,
27950,
94,
40792,
23877,
255,
16268,
229,
235,
28938,
107,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
289,
506,
65,
5488,
62,
15271,
796,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
289,
506,
65,
5488,
62,
15271,
796,
9764,
33,
5488,
28264,
36560,
28,
71,
506,
65,
5488,
62,
36560,
11,
19751,
62,
67,
280,
24767,
28,
44453,
62,
67,
280,
24767,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4283,
62,
71,
506,
65,
5488,
28,
13578,
62,
71,
506,
65,
5488,
11,
1392,
62,
71,
506,
65,
5488,
28,
23442,
62,
71,
506,
65,
5488,
11,
10662,
15483,
28,
80,
15483,
62,
15271,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
407,
289,
506,
65,
5488,
62,
15271,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
13328,
118,
95,
44293,
227,
17312,
235,
27950,
94,
40792,
23877,
255,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
49706,
13,
43917,
10786,
163,
118,
95,
44293,
227,
17312,
235,
27950,
94,
10310,
95,
13783,
109,
16268,
229,
235,
28938,
107,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
289,
506,
65,
5488,
62,
15271,
796,
9764,
33,
5488,
28264,
36560,
28,
71,
506,
65,
5488,
62,
36560,
11,
19751,
62,
67,
280,
24767,
28,
44453,
62,
67,
280,
24767,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4283,
62,
71,
506,
65,
5488,
28,
13578,
62,
71,
506,
65,
5488,
11,
1392,
62,
71,
506,
65,
5488,
28,
23442,
62,
71,
506,
65,
5488,
11,
10662,
15483,
28,
80,
15483,
62,
15271,
8,
628,
220,
220,
220,
220,
220,
220,
220,
611,
275,
6369,
2043,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
289,
506,
65,
5488,
62,
15271,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
289,
506,
65,
5488,
62,
15271,
13,
11338,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
10662,
15483,
62,
15271,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10662,
15483,
62,
15271,
13,
11338,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2270,
628,
220,
220,
220,
220,
220,
220,
220,
329,
1312,
287,
2837,
7,
1065,
9,
20,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
275,
6369,
2043,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2270,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
640,
13,
42832,
7,
20,
8,
198
] | 1.70369 | 2,710 |
import cv2
import numpy as np
import skimage.io
from src.software_retina.retina import *
| [
11748,
269,
85,
17,
198,
11748,
299,
32152,
355,
45941,
198,
11748,
1341,
9060,
13,
952,
198,
198,
6738,
12351,
13,
43776,
62,
1186,
1437,
13,
1186,
1437,
1330,
1635,
198
] | 2.903226 | 31 |
"""
Iterating multiple lists at the same time
"""
l1 = [1,2,3]
l2 = [6,7,8,10,20,30]
for a,b in zip(l1, l2):
if (a < b):
print(a)
else:
print(b)
print("____ LEARNING RANGE BUILT IN FUNCTION ____")
"""
Built in function
Creates a sequence of numbers but does not save them in memory
very useful for generating numbers"""
print(list(range(0,10)))
a = range(0,15,3)
print(a)
print(type(a))
print(list(a))
l = [1,2,3]
for num in l:
print(num)
for num in range(1,4,2):
print(num) | [
37811,
198,
29993,
803,
3294,
8341,
379,
262,
976,
640,
198,
37811,
198,
75,
16,
796,
685,
16,
11,
17,
11,
18,
60,
198,
75,
17,
796,
685,
21,
11,
22,
11,
23,
11,
940,
11,
1238,
11,
1270,
60,
198,
1640,
257,
11,
65,
287,
19974,
7,
75,
16,
11,
300,
17,
2599,
198,
220,
220,
220,
611,
357,
64,
1279,
275,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
7,
64,
8,
198,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
7,
65,
8,
198,
198,
4798,
7203,
1427,
12509,
1503,
15871,
371,
27746,
20571,
4146,
51,
3268,
29397,
4177,
2849,
220,
1427,
4943,
198,
37811,
198,
39582,
287,
2163,
198,
16719,
274,
257,
8379,
286,
3146,
475,
857,
407,
3613,
606,
287,
4088,
198,
548,
4465,
329,
15453,
3146,
37811,
198,
4798,
7,
4868,
7,
9521,
7,
15,
11,
940,
22305,
198,
64,
796,
2837,
7,
15,
11,
1314,
11,
18,
8,
198,
4798,
7,
64,
8,
198,
4798,
7,
4906,
7,
64,
4008,
198,
4798,
7,
4868,
7,
64,
4008,
198,
75,
796,
685,
16,
11,
17,
11,
18,
60,
198,
1640,
997,
287,
300,
25,
198,
220,
220,
220,
3601,
7,
22510,
8,
198,
1640,
997,
287,
2837,
7,
16,
11,
19,
11,
17,
2599,
198,
220,
220,
220,
3601,
7,
22510,
8
] | 2.243363 | 226 |
#made by atul narayan. this game is for 4 players.
choice = input('How many players? (1,2 or 3):')
if choice not in range (1,4):
print("enter valid number of players")
if choice in ('1'):
player1 = str(input("Enter Your Name:"))
if choice == '1':
print('welcome', '' ,player1)
import random
number = random.randint(1,100)
attempts = 0
guess = 0
while guess != number:
try:
guess = eval(str(input('Guess number between 1 to 100:')))
except NameError:
print('enter only number')
continue
except SyntaxError:
print('no special characters allowed')
continue
if guess not in range (1,101):
print('enter only numbers between 1 to 100')
continue
attempts += 1
if guess == number:
print ('Correct! You used', attempts, 'attempts!')
break
if guess < number:
print ('Go higher!')
if guess > number:
print ('Go lower!')
if choice in ('2'):
player2=str(input('Enter First Player Name:'))
print('welcome', '' ,player2)
player3=str(input('Enter Second Player Name:'))
print('welcome', '' ,player3)
import random
number = random.randint(1,100)
attempts1 = 0
guess = 0
print(player2,'', 'will play first')
while guess != number:
try:
guess = eval(str(input('Guess number between 1 to 100:')))
except NameError:
print('enter only number')
continue
except SyntaxError:
print('no special characters allowed')
continue
if guess not in range (1,101):
print('enter only numbers between 1 to 100')
continue
attempts1 += 1
if guess < number:
print ('Go higher!')
if guess > number:
print ('Go lower!')
if guess == number:
print ('Correct! You used', attempts1, 'attempts!')
print('now','', player3,'', 'will play')
import random
number = random.randint(1,100)
attempts2 = 0
guess = 0
while guess != number:
try:
guess = eval(str(input('Guess number between 1 to 100:')))
except NameError:
print('enter only number')
continue
except SyntaxError:
print('no special characters allowed')
continue
if guess not in range (1,101):
print('enter only numbers between 1 to 100')
continue
attempts2 += 1
if guess == number:
print ('Correct! You used', attempts2, 'attempts!')
break
if guess < number:
print ('Go higher!')
if guess > number:
print ('Go lower!')
print('now it is result time')
if attempts1 < attempts2:
print(player2, '', "has won and ", player3, "lost")
elif attempts1 == attempts2 :
print('It is a tie')
else:
print(player3, '', "has won and ", player,2, "lost")
if choice in ('3'):
player4=str(input('Enter First Player Name:'))
print('welcome', '' ,player4)
player5=str(input('Enter Second Player Name:'))
print('welcome', '' ,player5)
player6=str(input('Enter Third Player Name:'))
print('welcome', '' ,player6)
import random
number = random.randint(1,100)
attempts3 = 0
guess = 0
print(player4,'', 'will play first')
while guess != number:
try:
guess = eval(str(input('Guess number between 1 to 100:')))
except NameError:
print('enter only number')
continue
except SyntaxError:
print('no special characters allowed')
continue
if guess not in range (1,101):
print('enter only numbers between 1 to 100')
continue
attempts3 += 1
if guess < number:
print ('Go higher!')
if guess > number:
print ('Go lower!')
if guess == number:
print ('Correct! You used', attempts3, 'attempts!')
print('now','', player5,'', 'will play')
import random
number = random.randint(1,100)
attempts4 = 0
guess = 0
while guess != number:
try:
guess = eval(str(input('Guess number between 1 to 100:')))
except NameError:
print('enter only number')
continue
except SyntaxError:
print('no special characters allowed')
continue
if guess not in range (1,101):
print('enter only numbers between 1 to 100')
continue
attempts4 += 1
if guess == number:
print ('Correct! You used', attempts4, 'attempts!')
break
if guess < number:
print ('Go higher!')
if guess > number:
print ('Go lower!')
print('now','', player6,'', 'will play')
import random
number = random.randint(1,100)
attempts5 = 0
guess = 0
while guess != number:
try:
guess = eval(str(input('Guess number between 1 to 100:')))
except NameError:
print('enter only number')
continue
except SyntaxError:
print('no special characters allowed')
continue
if guess not in range (1,101):
print('enter only numbers between 1 to 100')
continue
attempts5 += 1
if guess == number:
print ('Correct! You used', attempts5, 'attempts!')
break
if guess < number:
print ('Go higher!')
if guess > number:
print ('Go lower!')
print('now it is result time')
t = min(attempts3,attempts4,attempts5)
if t == attempts3:
print(player4, '', "has won and ", player5, " and ", player6, "lost" )
if t == attempts4:
print(player5, '', "has won and ", player4, " and ", player6, "lost")
if t == attempts5:
print(player6, '', "has won and ", player4, " and ", player5, "lost")
if attempts3 == attempts4:
print("It is a tie between ", player4, " and ", player5)
if attempts4 == attempts5:
print("It is a tie between ", player5, " and ", player6)
if attempts3 == attempts5:
print("It is a tie between ", player4, " and ", player6)
if attempts3 == attempts5 == attempts4:
print("It is a tie between ", player4, " , ", player5 , " and ", player6 )
| [
2,
9727,
416,
379,
377,
30083,
22931,
13,
428,
983,
318,
329,
604,
1938,
13,
198,
25541,
796,
5128,
10786,
2437,
867,
1938,
30,
357,
16,
11,
17,
393,
513,
2599,
11537,
198,
361,
3572,
407,
287,
2837,
357,
16,
11,
19,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
7203,
9255,
4938,
1271,
286,
1938,
4943,
198,
361,
3572,
287,
19203,
16,
6,
2599,
220,
198,
220,
220,
220,
220,
220,
220,
220,
2137,
16,
796,
965,
7,
15414,
7203,
17469,
3406,
6530,
11097,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
611,
3572,
6624,
705,
16,
10354,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
86,
9571,
3256,
10148,
837,
7829,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1330,
4738,
198,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
1271,
796,
4738,
13,
25192,
600,
7,
16,
11,
3064,
8,
628,
220,
220,
220,
220,
220,
220,
220,
6370,
796,
657,
198,
220,
220,
220,
220,
220,
220,
220,
4724,
796,
657,
198,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
981,
4724,
14512,
1271,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
1949,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4724,
796,
5418,
7,
2536,
7,
15414,
10786,
8205,
408,
1271,
1022,
352,
284,
1802,
32105,
22305,
198,
220,
220,
220,
220,
220,
220,
220,
220,
2845,
6530,
12331,
25,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
9255,
691,
1271,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2555,
198,
220,
220,
220,
220,
220,
220,
220,
220,
2845,
26375,
897,
12331,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
3919,
2041,
3435,
3142,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2555,
198,
220,
220,
220,
220,
220,
220,
220,
220,
611,
4724,
407,
287,
2837,
357,
16,
11,
8784,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
9255,
691,
3146,
1022,
352,
284,
1802,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2555,
628,
198,
220,
220,
220,
220,
220,
220,
220,
220,
6370,
15853,
352,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
611,
4724,
6624,
1271,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
19203,
42779,
0,
921,
973,
3256,
6370,
11,
705,
1078,
1791,
82,
0,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2270,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
611,
4724,
1279,
1271,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
19203,
5247,
2440,
0,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
611,
4724,
1875,
1271,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
19203,
5247,
2793,
0,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
361,
3572,
287,
19203,
17,
6,
2599,
198,
220,
220,
220,
220,
220,
220,
2137,
17,
28,
2536,
7,
15414,
10786,
17469,
3274,
7853,
6530,
32105,
4008,
198,
220,
220,
220,
220,
220,
220,
3601,
10786,
86,
9571,
3256,
10148,
837,
7829,
17,
8,
198,
220,
220,
220,
220,
220,
220,
2137,
18,
28,
2536,
7,
15414,
10786,
17469,
5498,
7853,
6530,
32105,
4008,
198,
220,
220,
220,
220,
220,
220,
3601,
10786,
86,
9571,
3256,
10148,
837,
7829,
18,
8,
198,
220,
220,
220,
220,
220,
220,
1330,
4738,
198,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
1271,
796,
4738,
13,
25192,
600,
7,
16,
11,
3064,
8,
628,
220,
220,
220,
220,
220,
220,
6370,
16,
796,
657,
198,
220,
220,
220,
220,
220,
220,
4724,
796,
657,
198,
220,
220,
220,
220,
220,
220,
3601,
7,
7829,
17,
4032,
3256,
705,
10594,
711,
717,
11537,
198,
220,
220,
220,
220,
220,
220,
981,
4724,
14512,
1271,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
1949,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4724,
796,
5418,
7,
2536,
7,
15414,
10786,
8205,
408,
1271,
1022,
352,
284,
1802,
32105,
22305,
198,
220,
220,
220,
220,
220,
220,
220,
220,
2845,
6530,
12331,
25,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
9255,
691,
1271,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2555,
198,
220,
220,
220,
220,
220,
220,
220,
220,
2845,
26375,
897,
12331,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
3919,
2041,
3435,
3142,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2555,
198,
220,
220,
220,
220,
220,
220,
220,
220,
611,
4724,
407,
287,
2837,
357,
16,
11,
8784,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
9255,
691,
3146,
1022,
352,
284,
1802,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2555,
628,
198,
220,
220,
220,
220,
220,
220,
220,
220,
6370,
16,
15853,
352,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
611,
4724,
1279,
1271,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
19203,
5247,
2440,
0,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
611,
4724,
1875,
1271,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
19203,
5247,
2793,
0,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
220,
611,
4724,
6624,
1271,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
19203,
42779,
0,
921,
973,
3256,
6370,
16,
11,
705,
1078,
1791,
82,
0,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
2197,
41707,
3256,
2137,
18,
4032,
3256,
705,
10594,
711,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1330,
4738,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1271,
796,
4738,
13,
25192,
600,
7,
16,
11,
3064,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6370,
17,
796,
657,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4724,
796,
657,
628,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
981,
4724,
14512,
1271,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1949,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4724,
796,
5418,
7,
2536,
7,
15414,
10786,
8205,
408,
1271,
1022,
352,
284,
1802,
32105,
22305,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2845,
6530,
12331,
25,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
9255,
691,
1271,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2555,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2845,
26375,
897,
12331,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
3919,
2041,
3435,
3142,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2555,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
4724,
407,
287,
2837,
357,
16,
11,
8784,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
9255,
691,
3146,
1022,
352,
284,
1802,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2555,
628,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6370,
17,
15853,
352,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
4724,
6624,
1271,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
19203,
42779,
0,
921,
973,
3256,
6370,
17,
11,
705,
1078,
1791,
82,
0,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2270,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
4724,
1279,
1271,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
19203,
5247,
2440,
0,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
4724,
1875,
1271,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
19203,
5247,
2793,
0,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
628,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
2197,
340,
318,
1255,
640,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
6370,
16,
1279,
6370,
17,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
7,
7829,
17,
11,
705,
3256,
366,
10134,
1839,
290,
33172,
2137,
18,
11,
366,
33224,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
6370,
16,
6624,
6370,
17,
1058,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
1026,
318,
257,
9839,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
7,
7829,
18,
11,
705,
3256,
366,
10134,
1839,
290,
33172,
2137,
11,
17,
11,
366,
33224,
4943,
628,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
361,
3572,
287,
19203,
18,
6,
2599,
198,
220,
220,
220,
220,
220,
220,
2137,
19,
28,
2536,
7,
15414,
10786,
17469,
3274,
7853,
6530,
32105,
4008,
198,
220,
220,
220,
220,
220,
220,
3601,
10786,
86,
9571,
3256,
10148,
837,
7829,
19,
8,
198,
220,
220,
220,
220,
220,
220,
2137,
20,
28,
2536,
7,
15414,
10786,
17469,
5498,
7853,
6530,
32105,
4008,
198,
220,
220,
220,
220,
220,
220,
3601,
10786,
86,
9571,
3256,
10148,
837,
7829,
20,
8,
198,
220,
220,
220,
220,
220,
220,
2137,
21,
28,
2536,
7,
15414,
10786,
17469,
10467,
7853,
6530,
32105,
4008,
198,
220,
220,
220,
220,
220,
220,
3601,
10786,
86,
9571,
3256,
10148,
837,
7829,
21,
8,
628,
198,
220,
220,
220,
220,
220,
220,
1330,
4738,
198,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
1271,
796,
4738,
13,
25192,
600,
7,
16,
11,
3064,
8,
628,
220,
220,
220,
220,
220,
220,
6370,
18,
796,
657,
198,
220,
220,
220,
220,
220,
220,
4724,
796,
657,
198,
220,
220,
220,
220,
220,
220,
3601,
7,
7829,
19,
4032,
3256,
705,
10594,
711,
717,
11537,
198,
220,
220,
220,
220,
220,
220,
981,
4724,
14512,
1271,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
1949,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4724,
796,
5418,
7,
2536,
7,
15414,
10786,
8205,
408,
1271,
1022,
352,
284,
1802,
32105,
22305,
198,
220,
220,
220,
220,
220,
220,
220,
220,
2845,
6530,
12331,
25,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
9255,
691,
1271,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2555,
198,
220,
220,
220,
220,
220,
220,
220,
220,
2845,
26375,
897,
12331,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
3919,
2041,
3435,
3142,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2555,
198,
220,
220,
220,
220,
220,
220,
220,
220,
611,
4724,
407,
287,
2837,
357,
16,
11,
8784,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
9255,
691,
3146,
1022,
352,
284,
1802,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2555,
628,
198,
220,
220,
220,
220,
220,
220,
220,
220,
6370,
18,
15853,
352,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
611,
4724,
1279,
1271,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
19203,
5247,
2440,
0,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
611,
4724,
1875,
1271,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
19203,
5247,
2793,
0,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
220,
611,
4724,
6624,
1271,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
19203,
42779,
0,
921,
973,
3256,
6370,
18,
11,
705,
1078,
1791,
82,
0,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
2197,
41707,
3256,
2137,
20,
4032,
3256,
705,
10594,
711,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1330,
4738,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1271,
796,
4738,
13,
25192,
600,
7,
16,
11,
3064,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6370,
19,
796,
657,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4724,
796,
657,
628,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
981,
4724,
14512,
1271,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1949,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4724,
796,
5418,
7,
2536,
7,
15414,
10786,
8205,
408,
1271,
1022,
352,
284,
1802,
32105,
22305,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2845,
6530,
12331,
25,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
9255,
691,
1271,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2555,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2845,
26375,
897,
12331,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
3919,
2041,
3435,
3142,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2555,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
4724,
407,
287,
2837,
357,
16,
11,
8784,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
9255,
691,
3146,
1022,
352,
284,
1802,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2555,
628,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6370,
19,
15853,
352,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
4724,
6624,
1271,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
19203,
42779,
0,
921,
973,
3256,
6370,
19,
11,
705,
1078,
1791,
82,
0,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2270,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
4724,
1279,
1271,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
19203,
5247,
2440,
0,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
4724,
1875,
1271,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
19203,
5247,
2793,
0,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
2197,
41707,
3256,
2137,
21,
4032,
3256,
705,
10594,
711,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1330,
4738,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1271,
796,
4738,
13,
25192,
600,
7,
16,
11,
3064,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6370,
20,
796,
657,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4724,
796,
657,
628,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
981,
4724,
14512,
1271,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1949,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4724,
796,
5418,
7,
2536,
7,
15414,
10786,
8205,
408,
1271,
1022,
352,
284,
1802,
32105,
22305,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2845,
6530,
12331,
25,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
9255,
691,
1271,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2555,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2845,
26375,
897,
12331,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
3919,
2041,
3435,
3142,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2555,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
4724,
407,
287,
2837,
357,
16,
11,
8784,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
9255,
691,
3146,
1022,
352,
284,
1802,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2555,
628,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6370,
20,
15853,
352,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
4724,
6624,
1271,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
19203,
42779,
0,
921,
973,
3256,
6370,
20,
11,
705,
1078,
1791,
82,
0,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2270,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
4724,
1279,
1271,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
19203,
5247,
2440,
0,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
4724,
1875,
1271,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
19203,
5247,
2793,
0,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
628,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
2197,
340,
318,
1255,
640,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
256,
796,
949,
7,
1078,
1791,
82,
18,
11,
1078,
1791,
82,
19,
11,
1078,
1791,
82,
20,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
256,
6624,
6370,
18,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
7,
7829,
19,
11,
705,
3256,
366,
10134,
1839,
290,
33172,
2137,
20,
11,
366,
290,
33172,
2137,
21,
11,
366,
33224,
1,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
256,
6624,
6370,
19,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
7,
7829,
20,
11,
705,
3256,
366,
10134,
1839,
290,
33172,
2137,
19,
11,
366,
290,
33172,
2137,
21,
11,
366,
33224,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
256,
6624,
6370,
20,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
7,
7829,
21,
11,
705,
3256,
366,
10134,
1839,
290,
33172,
2137,
19,
11,
366,
290,
33172,
2137,
20,
11,
366,
33224,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
6370,
18,
6624,
6370,
19,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
7203,
1026,
318,
257,
9839,
1022,
33172,
2137,
19,
11,
366,
290,
33172,
2137,
20,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
6370,
19,
6624,
6370,
20,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
7203,
1026,
318,
257,
9839,
1022,
33172,
2137,
20,
11,
366,
290,
33172,
2137,
21,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
6370,
18,
6624,
6370,
20,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
7203,
1026,
318,
257,
9839,
1022,
33172,
2137,
19,
11,
366,
290,
33172,
2137,
21,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
6370,
18,
6624,
6370,
20,
6624,
6370,
19,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
7203,
1026,
318,
257,
9839,
1022,
33172,
2137,
19,
11,
366,
837,
33172,
2137,
20,
837,
366,
290,
33172,
2137,
21,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198
] | 1.743548 | 4,921 |
# Generated by Django 2.1.5 on 2019-03-16 09:29
from django.db import migrations
| [
2,
2980,
515,
416,
37770,
362,
13,
16,
13,
20,
319,
13130,
12,
3070,
12,
1433,
7769,
25,
1959,
198,
198,
6738,
42625,
14208,
13,
9945,
1330,
15720,
602,
628
] | 2.766667 | 30 |
"""Authors: Cody Baker and Ben Dichter."""
import spikeextractors as se
from nwb_conversion_tools import NWBConverter, neuroscopedatainterface
from .watsonlfpdatainterface import WatsonLFPInterface
from .watsonbehaviordatainterface import WatsonBehaviorInterface
from .watsonnorecording import WatsonNoRecording
from .watsonsortinginterface import WatsonSortingInterface
import numpy as np
from scipy.io import loadmat
import os
from lxml import etree as et
from datetime import datetime
from dateutil.parser import parse as dateparse
from ..neuroscope import get_clusters_single_shank
| [
37811,
30515,
669,
25,
27035,
14372,
290,
3932,
360,
488,
353,
526,
15931,
198,
11748,
20240,
2302,
974,
669,
355,
384,
198,
6738,
299,
39346,
62,
1102,
9641,
62,
31391,
1330,
21966,
2749,
261,
332,
353,
11,
7669,
1416,
19458,
265,
391,
353,
2550,
198,
6738,
764,
86,
13506,
1652,
79,
19608,
391,
353,
2550,
1330,
14959,
43,
5837,
39317,
198,
6738,
764,
86,
13506,
20709,
15820,
585,
265,
391,
353,
2550,
1330,
14959,
25267,
15759,
39317,
198,
6738,
764,
86,
13506,
77,
382,
66,
1284,
1330,
14959,
2949,
6690,
1284,
198,
6738,
764,
86,
1381,
684,
24707,
39994,
1330,
14959,
50,
24707,
39317,
198,
11748,
299,
32152,
355,
45941,
198,
6738,
629,
541,
88,
13,
952,
1330,
3440,
6759,
198,
11748,
28686,
198,
6738,
300,
19875,
1330,
2123,
631,
355,
2123,
198,
6738,
4818,
8079,
1330,
4818,
8079,
198,
6738,
3128,
22602,
13,
48610,
1330,
21136,
355,
3128,
29572,
198,
6738,
11485,
710,
1434,
29982,
1330,
651,
62,
565,
13654,
62,
29762,
62,
1477,
962,
628
] | 3.51497 | 167 |
"""Abstention loss function classes and associated alpha updater classes for
classification.
loss function classes
---------------------
* DACLoss(tf.keras.losses.Loss):
Modified k-class cross-entropy per-sample loss with spinup, as defined by
Sunil Thulasidasan.
* NotWrongLoss(tf.keras.losses.Loss):
Abstention loss function that highlights being "not wrong", rather than
being right, while penalizing abstentions.
alpha updater classes
---------------------
* Colorado(AlphaUpdater):
Discrete-time PID updater using moving sums of batch counts.
* Minnesota(AlphaUpdater):
Discrete-time PID updater using non-overlapping sets of batch counts.
* Washington(AlphaUpdater):
A PID-like updater based on the code of Sunil Thulasidasan.
Notes
-----
* All abstention loss functions have a penalty term to control the fraction of
abstentions. The penalty term takes the form:
penalty = -alpha * log(likelihood of not abstaining)
* The updater determines how alpha changes throughout the training. The changes
can be systematic, or using control theory to achieve a specified setpoint.
"""
import sys
from abc import ABC, abstractmethod
import tensorflow as tf
__author__ = "Elizabeth A. Barnes and Randal J. Barnes"
__date__ = "22 April 2021"
# =============================================================================
# DAC ABSTENTION LOSS FUNCTIONS CLASSES
# =============================================================================
# -----------------------------------------------------------------------------
class DACLoss(tf.keras.losses.Loss):
"""Modified k-class cross-entropy per-sample loss with spinup.
The standard cross-entropy training loss is computed during the initial
spinup epochs, then the modified k-class cross-entropy per-sample loss
is computed thereafter.
The modified k-class cross-entropy per-sample loss is a direct application
of Thulasidasan, et al. (2019), Equation (1), which is the same as
Thulasidasan (2020), Equation (3.1).
Attributes
----------
updater : an instance of an AlphaUpdater.
spinup_epochs : int
The number of initial spinup epochs.
Requirements
------------
* The abstention category must be the last category.
* The y_pred must be the output from a softmax, so that y_pred sums to 1.
References
----------
* Thulasidasan, S., T. Bhattacharya, J. Bilmes, G. Chennupati, and
J. Mohd-Yusof, 2019, Combating Label Noise in Deep Learning Using
Abstention. arXiv [stat.ML].
* Thulasidasan, S., 2020, Deep Learning with Abstention: Algorithms for
Robust Training and Predictive Uncertainty, PhD Dissertation,
University of Washington.
https://digital.lib.washington.edu/researchworks/handle/1773/45781
"""
# -----------------------------------------------------------------------------
class NotWrongLoss(tf.keras.losses.Loss):
"""Abstention loss function that highlights being "not wrong", rather than
being right, while penalizing abstentions.
Attributes
----------
updater : an instance of an AlphaUpdater.
Requirements
------------
* The abstention category must be the last category.
* The y_pred must be the output from a softmax, so that y_pred sums to 1.
"""
# =============================================================================
# ALPHA UPDATER CLASSES
# =============================================================================
# -----------------------------------------------------------------------------
class AlphaUpdater(ABC):
"""The abstract base class for all alpha updaters.
Attributes
----------
setpoint : float
The abstention setpoint.
alpha : float
The current alpha value.
Requirements
------------
* An instance of an AlphaUpdaterCallBack must be included in the callbacks
of the model.fit.
"""
current_epoch = tf.Variable(0, trainable=False)
current_batch = tf.Variable(0, trainable=False)
def __init__(self, setpoint, alpha_init):
"""The abstract base class for all alpha update classes.
Arguments
---------
setpoint : float
The abstention setpoint.
alpha_init : float
The initial alpha.
"""
self.setpoint = tf.constant(setpoint, dtype=tf.float64)
self.alpha_init = tf.constant(alpha_init, dtype=tf.float64)
self.alpha = tf.Variable(alpha_init, trainable=False, dtype=tf.float64)
@abstractmethod
@abstractmethod
# -----------------------------------------------------------------------------
class Minnesota(AlphaUpdater):
"""Discrete-time PID updater using non-overlapping sets of batch counts.
The penalty factor, alpha, is updated once every <length> batches,
based on the abstention fraction of the previous <length> batches
combined.
The controller is an implementation of a discrete-time PID controller
(velocity algorithm). See, for example, Visioli (2006) Equation (1.38).
Attributes
----------
setpoint : float
The abstention fraction setpoint.
alpha_init : float
The initial alpha.
k : array-like, shape=(3,), dtype=float
The three tuning parameters; e.g. k=(0.50, 0.40, 0.10).
clip_at : array-like, shape=(2,), dtype=float
The lower and upper clip points for defining the maximum change in
alpha on any update; e.g. clip_at=(-0.5, 0.5).
length : int
The number of batches between updates; e.g. length=50.
Requirements
------------
* 0 < setpoint < 1
* 0 <= alpha_init
* k[1] - 2*k[2] > 0
* k[0] - k[1] + k[2] > 0
* k[2] > 0
* clip_at[0] < 0 < clip_at[1]
* length >= 1
Notes
-----
* We can relate the components of the three K tuning parameters to the
standard PID parameters as
[ 0 1 -2 ] [ k[0] ] [ 1 ]
[ 1 -1 1 ] * [ k[1] ] = K_p * [ dt/T_i ]
[ 0 0 1 ] [ k[2] ] [ T_d/dt ]
or equivalently
[ 1 1 1 ] [ 1 ] [ k[0] ]
K_p * [ 1 0 2 ] * [ dt/T_i ] = [ k[1] ]
[ 0 0 1 ] [ T_d/dt ] [ k[2] ]
References
----------
* Visioli, A, 2006, Practical PID Control, Springer, ISBN-13: 9781846285851.
"""
# -----------------------------------------------------------------------------
class Colorado(AlphaUpdater):
"""Discrete-time PID updater using moving averages of batch counts.
The penalty factor, alpha, is updated every batch, based on the abstention
fraction of the previous <length> batches combined.
The controller is an implementation of a discrete-time PID controller
(velocity algorithm). See, for example, Visioli (2006) Equation (1.38).
Attributes
----------
setpoint : float
The abstention fraction setpoint.
alpha_init : float
The initial alpha.
k : array-like, shape=(3,), dtype=float
The three tuning parameters; e.g. k=(0.50, 0.40, 0.10).
clip_at : array-like, shape=(2,), dtype=float
The lower and upper clip points for defining the maximum change in
alpha on any update; e.g. clip_at=(-0.5, 0.5).
length : int
The length of the cyclic queue; e.g. length=50.
Requirements
------------
* 0 < setpoint < 1
* 0 <= alpha_init
* k[1] - 2*k[2] > 0
* k[0] - k[1] + k[2] > 0
* k[2] > 0
* clip_at[0] < 0 < clip_at[1]
* length >= 1
"""
# -----------------------------------------------------------------------------
class Washington(AlphaUpdater):
"""A PID-like updater based on the code of Sunil Thulasidasan.
References
----------
* Thulasidasan, S., 2020, Deep Learning with Abstention: Algorithms for
Robust Training and Predictive Uncertainty, PhD Dissertation,
University of Washington.
https://digital.lib.washington.edu/researchworks/handle/1773/45781
* https://github.com/thulas/dac-label-noise/blob/master/dac_loss.py
"""
# =============================================================================
# CYCLIC QUEUE
# =============================================================================
class CyclicQueue:
"""A tensorflow-compatable, cyclic queue.
Attributes
----------
length : int
The length of the cyclic queue.
queue : array-like, shape=(length,), dtype=int32
The storage for the queued values.
index : int
The index of the current top of the cyclic queue.
"""
# =============================================================================
# ALPHA UPDATER CALLBACK
#
# An instance of an AlphaUpdaterCallBack MUST BE included in the callbacks
# of the model.fit.
# =============================================================================
# -----------------------------------------------------------------------------
| [
37811,
4826,
301,
1463,
2994,
2163,
6097,
290,
3917,
17130,
2325,
729,
6097,
329,
198,
4871,
2649,
13,
198,
198,
22462,
2163,
6097,
198,
19351,
12,
198,
9,
45793,
43,
793,
7,
27110,
13,
6122,
292,
13,
22462,
274,
13,
43,
793,
2599,
198,
220,
220,
220,
40499,
479,
12,
4871,
3272,
12,
298,
28338,
583,
12,
39873,
2994,
351,
7906,
929,
11,
355,
5447,
416,
198,
220,
220,
220,
3825,
346,
536,
25283,
24496,
272,
13,
198,
198,
9,
1892,
39213,
506,
43,
793,
7,
27110,
13,
6122,
292,
13,
22462,
274,
13,
43,
793,
2599,
198,
220,
220,
220,
2275,
301,
1463,
2994,
2163,
326,
11330,
852,
366,
1662,
2642,
1600,
2138,
621,
198,
220,
220,
220,
852,
826,
11,
981,
23634,
2890,
16552,
298,
507,
13,
198,
198,
26591,
2325,
729,
6097,
198,
19351,
12,
198,
9,
7492,
7,
38077,
4933,
67,
729,
2599,
198,
220,
220,
220,
8444,
8374,
12,
2435,
37022,
2325,
729,
1262,
3867,
21784,
286,
15458,
9853,
13,
198,
198,
9,
8919,
7,
38077,
4933,
67,
729,
2599,
198,
220,
220,
220,
8444,
8374,
12,
2435,
37022,
2325,
729,
1262,
1729,
12,
2502,
75,
5912,
5621,
286,
15458,
9853,
13,
198,
198,
9,
2669,
7,
38077,
4933,
67,
729,
2599,
198,
220,
220,
220,
317,
37022,
12,
2339,
2325,
729,
1912,
319,
262,
2438,
286,
3825,
346,
536,
25283,
24496,
272,
13,
198,
198,
16130,
198,
30934,
198,
9,
1439,
16552,
1463,
2994,
5499,
423,
257,
7389,
3381,
284,
1630,
262,
13390,
286,
198,
397,
301,
298,
507,
13,
383,
7389,
3381,
2753,
262,
1296,
25,
628,
220,
220,
220,
7389,
796,
532,
26591,
1635,
2604,
7,
2339,
11935,
286,
407,
16552,
1397,
8,
198,
198,
9,
383,
2325,
729,
15947,
703,
17130,
2458,
3690,
262,
3047,
13,
383,
2458,
198,
5171,
307,
17895,
11,
393,
1262,
1630,
4583,
284,
4620,
257,
7368,
900,
4122,
13,
198,
198,
37811,
198,
11748,
25064,
198,
6738,
450,
66,
1330,
9738,
11,
12531,
24396,
198,
11748,
11192,
273,
11125,
355,
48700,
198,
198,
834,
9800,
834,
796,
366,
43568,
317,
13,
21335,
290,
371,
7642,
449,
13,
21335,
1,
198,
834,
4475,
834,
796,
366,
1828,
3035,
33448,
1,
198,
198,
2,
38093,
25609,
198,
2,
45793,
9564,
2257,
45589,
406,
18420,
29397,
4177,
11053,
42715,
1546,
198,
2,
38093,
25609,
628,
198,
2,
16529,
32501,
198,
4871,
45793,
43,
793,
7,
27110,
13,
6122,
292,
13,
22462,
274,
13,
43,
793,
2599,
198,
220,
220,
220,
37227,
5841,
1431,
479,
12,
4871,
3272,
12,
298,
28338,
583,
12,
39873,
2994,
351,
7906,
929,
13,
628,
220,
220,
220,
383,
3210,
3272,
12,
298,
28338,
3047,
2994,
318,
29231,
1141,
262,
4238,
198,
220,
220,
220,
7906,
929,
36835,
82,
11,
788,
262,
9518,
479,
12,
4871,
3272,
12,
298,
28338,
583,
12,
39873,
2994,
198,
220,
220,
220,
318,
29231,
19547,
13,
628,
220,
220,
220,
383,
9518,
479,
12,
4871,
3272,
12,
298,
28338,
583,
12,
39873,
2994,
318,
257,
1277,
3586,
198,
220,
220,
220,
286,
536,
25283,
24496,
272,
11,
2123,
435,
13,
357,
23344,
828,
7889,
341,
357,
16,
828,
543,
318,
262,
976,
355,
198,
220,
220,
220,
536,
25283,
24496,
272,
357,
42334,
828,
7889,
341,
357,
18,
13,
16,
737,
628,
220,
220,
220,
49213,
198,
220,
220,
220,
24200,
438,
198,
220,
220,
220,
2325,
729,
1058,
281,
4554,
286,
281,
12995,
4933,
67,
729,
13,
628,
220,
220,
220,
7906,
929,
62,
538,
5374,
82,
1058,
493,
198,
220,
220,
220,
220,
220,
220,
220,
383,
1271,
286,
4238,
7906,
929,
36835,
82,
13,
628,
220,
220,
220,
24422,
198,
220,
220,
220,
220,
10541,
198,
220,
220,
220,
1635,
383,
16552,
1463,
6536,
1276,
307,
262,
938,
6536,
13,
198,
220,
220,
220,
1635,
383,
331,
62,
28764,
1276,
307,
262,
5072,
422,
257,
2705,
9806,
11,
523,
326,
331,
62,
28764,
21784,
284,
352,
13,
628,
220,
220,
220,
31458,
198,
220,
220,
220,
24200,
438,
198,
220,
220,
220,
1635,
536,
25283,
24496,
272,
11,
311,
1539,
309,
13,
347,
11653,
620,
43898,
11,
449,
13,
24207,
6880,
11,
402,
13,
12555,
77,
929,
7246,
11,
290,
198,
220,
220,
220,
220,
220,
220,
220,
449,
13,
9719,
67,
12,
56,
385,
1659,
11,
13130,
11,
14336,
803,
36052,
30964,
287,
10766,
18252,
8554,
198,
220,
220,
220,
220,
220,
220,
220,
2275,
301,
1463,
13,
610,
55,
452,
685,
14269,
13,
5805,
4083,
628,
220,
220,
220,
1635,
536,
25283,
24496,
272,
11,
311,
1539,
12131,
11,
10766,
18252,
351,
2275,
301,
1463,
25,
978,
7727,
907,
329,
198,
220,
220,
220,
220,
220,
220,
220,
3851,
436,
13614,
290,
14322,
45279,
28304,
1425,
774,
11,
16394,
35305,
42245,
11,
198,
220,
220,
220,
220,
220,
220,
220,
2059,
286,
2669,
13,
198,
220,
220,
220,
220,
220,
220,
220,
3740,
1378,
34725,
13,
8019,
13,
86,
2542,
13,
15532,
14,
34033,
5225,
14,
28144,
14,
1558,
4790,
14,
2231,
49703,
628,
220,
220,
220,
37227,
628,
198,
2,
16529,
32501,
198,
4871,
1892,
39213,
506,
43,
793,
7,
27110,
13,
6122,
292,
13,
22462,
274,
13,
43,
793,
2599,
198,
220,
220,
220,
37227,
4826,
301,
1463,
2994,
2163,
326,
11330,
852,
366,
1662,
2642,
1600,
2138,
621,
198,
220,
220,
220,
220,
852,
826,
11,
981,
23634,
2890,
16552,
298,
507,
13,
628,
220,
220,
220,
49213,
198,
220,
220,
220,
24200,
438,
198,
220,
220,
220,
2325,
729,
1058,
281,
4554,
286,
281,
12995,
4933,
67,
729,
13,
628,
220,
220,
220,
24422,
198,
220,
220,
220,
220,
10541,
198,
220,
220,
220,
1635,
383,
16552,
1463,
6536,
1276,
307,
262,
938,
6536,
13,
198,
220,
220,
220,
1635,
383,
331,
62,
28764,
1276,
307,
262,
5072,
422,
257,
2705,
9806,
11,
523,
326,
331,
62,
28764,
21784,
284,
352,
13,
628,
220,
220,
220,
37227,
628,
198,
2,
38093,
25609,
198,
2,
42674,
7801,
471,
5760,
23261,
42715,
1546,
198,
2,
38093,
25609,
198,
198,
2,
16529,
32501,
198,
4871,
12995,
4933,
67,
729,
7,
24694,
2599,
198,
220,
220,
220,
37227,
464,
12531,
2779,
1398,
329,
477,
17130,
2325,
8605,
13,
628,
220,
220,
220,
49213,
198,
220,
220,
220,
24200,
438,
198,
220,
220,
220,
900,
4122,
1058,
12178,
198,
220,
220,
220,
220,
220,
220,
220,
383,
16552,
1463,
900,
4122,
13,
628,
220,
220,
220,
17130,
1058,
12178,
198,
220,
220,
220,
220,
220,
220,
220,
383,
1459,
17130,
1988,
13,
628,
220,
220,
220,
24422,
198,
220,
220,
220,
220,
10541,
198,
220,
220,
220,
1635,
1052,
4554,
286,
281,
12995,
4933,
67,
729,
14134,
7282,
1276,
307,
3017,
287,
262,
869,
10146,
198,
220,
220,
220,
286,
262,
2746,
13,
11147,
13,
628,
220,
220,
220,
37227,
198,
220,
220,
220,
1459,
62,
538,
5374,
796,
48700,
13,
43015,
7,
15,
11,
4512,
540,
28,
25101,
8,
198,
220,
220,
220,
1459,
62,
43501,
796,
48700,
13,
43015,
7,
15,
11,
4512,
540,
28,
25101,
8,
628,
220,
220,
220,
825,
11593,
15003,
834,
7,
944,
11,
900,
4122,
11,
17130,
62,
15003,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
464,
12531,
2779,
1398,
329,
477,
17130,
4296,
6097,
13,
628,
220,
220,
220,
220,
220,
220,
220,
20559,
2886,
198,
220,
220,
220,
220,
220,
220,
220,
45337,
198,
220,
220,
220,
220,
220,
220,
220,
900,
4122,
1058,
12178,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
16552,
1463,
900,
4122,
13,
628,
220,
220,
220,
220,
220,
220,
220,
17130,
62,
15003,
1058,
12178,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
4238,
17130,
13,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
2617,
4122,
796,
48700,
13,
9979,
415,
7,
2617,
4122,
11,
288,
4906,
28,
27110,
13,
22468,
2414,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
26591,
62,
15003,
796,
48700,
13,
9979,
415,
7,
26591,
62,
15003,
11,
288,
4906,
28,
27110,
13,
22468,
2414,
8,
628,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
26591,
796,
48700,
13,
43015,
7,
26591,
62,
15003,
11,
4512,
540,
28,
25101,
11,
288,
4906,
28,
27110,
13,
22468,
2414,
8,
628,
220,
220,
220,
2488,
397,
8709,
24396,
628,
220,
220,
220,
2488,
397,
8709,
24396,
628,
198,
2,
16529,
32501,
198,
4871,
8919,
7,
38077,
4933,
67,
729,
2599,
198,
220,
220,
220,
37227,
15642,
8374,
12,
2435,
37022,
2325,
729,
1262,
1729,
12,
2502,
75,
5912,
5621,
286,
15458,
9853,
13,
628,
220,
220,
220,
383,
7389,
5766,
11,
17130,
11,
318,
6153,
1752,
790,
1279,
13664,
29,
37830,
11,
198,
220,
220,
220,
1912,
319,
262,
16552,
1463,
13390,
286,
262,
2180,
1279,
13664,
29,
37830,
198,
220,
220,
220,
5929,
13,
628,
220,
220,
220,
383,
10444,
318,
281,
7822,
286,
257,
28810,
12,
2435,
37022,
10444,
198,
220,
220,
220,
357,
626,
11683,
11862,
737,
4091,
11,
329,
1672,
11,
6911,
1669,
72,
357,
13330,
8,
7889,
341,
357,
16,
13,
2548,
737,
628,
220,
220,
220,
49213,
198,
220,
220,
220,
24200,
438,
198,
220,
220,
220,
900,
4122,
1058,
12178,
198,
220,
220,
220,
220,
220,
220,
220,
383,
16552,
1463,
13390,
900,
4122,
13,
628,
220,
220,
220,
17130,
62,
15003,
1058,
12178,
198,
220,
220,
220,
220,
220,
220,
220,
383,
4238,
17130,
13,
628,
220,
220,
220,
479,
1058,
7177,
12,
2339,
11,
5485,
16193,
18,
11,
828,
288,
4906,
28,
22468,
198,
220,
220,
220,
220,
220,
220,
220,
383,
1115,
24549,
10007,
26,
304,
13,
70,
13,
479,
16193,
15,
13,
1120,
11,
657,
13,
1821,
11,
657,
13,
940,
737,
628,
220,
220,
220,
10651,
62,
265,
1058,
7177,
12,
2339,
11,
5485,
16193,
17,
11,
828,
288,
4906,
28,
22468,
198,
220,
220,
220,
220,
220,
220,
220,
383,
2793,
290,
6727,
10651,
2173,
329,
16215,
262,
5415,
1487,
287,
198,
220,
220,
220,
220,
220,
220,
220,
17130,
319,
597,
4296,
26,
304,
13,
70,
13,
10651,
62,
265,
16193,
12,
15,
13,
20,
11,
657,
13,
20,
737,
628,
220,
220,
220,
4129,
1058,
493,
198,
220,
220,
220,
220,
220,
220,
220,
383,
1271,
286,
37830,
1022,
5992,
26,
304,
13,
70,
13,
4129,
28,
1120,
13,
628,
220,
220,
220,
24422,
198,
220,
220,
220,
220,
10541,
198,
220,
220,
220,
1635,
657,
1279,
900,
4122,
1279,
352,
198,
220,
220,
220,
1635,
657,
19841,
17130,
62,
15003,
198,
220,
220,
220,
1635,
479,
58,
16,
60,
532,
362,
9,
74,
58,
17,
60,
1875,
657,
198,
220,
220,
220,
1635,
479,
58,
15,
60,
532,
479,
58,
16,
60,
1343,
479,
58,
17,
60,
1875,
657,
198,
220,
220,
220,
1635,
479,
58,
17,
60,
1875,
657,
198,
220,
220,
220,
1635,
10651,
62,
265,
58,
15,
60,
1279,
657,
1279,
10651,
62,
265,
58,
16,
60,
198,
220,
220,
220,
1635,
4129,
18189,
352,
628,
220,
220,
220,
11822,
198,
220,
220,
220,
37404,
198,
220,
220,
220,
1635,
775,
460,
15124,
262,
6805,
286,
262,
1115,
509,
24549,
10007,
284,
262,
198,
220,
220,
220,
3210,
37022,
10007,
355,
628,
220,
220,
220,
220,
220,
220,
220,
685,
657,
220,
352,
532,
17,
2361,
220,
220,
685,
479,
58,
15,
60,
2361,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
352,
220,
220,
220,
220,
220,
2361,
198,
220,
220,
220,
220,
220,
220,
220,
685,
352,
532,
16,
220,
352,
2361,
1635,
685,
479,
58,
16,
60,
2361,
220,
796,
220,
509,
62,
79,
1635,
685,
288,
83,
14,
51,
62,
72,
2361,
198,
220,
220,
220,
220,
220,
220,
220,
685,
657,
220,
657,
220,
352,
2361,
220,
220,
685,
479,
58,
17,
60,
2361,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
309,
62,
67,
14,
28664,
2361,
628,
220,
220,
220,
393,
6854,
1473,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
352,
220,
352,
220,
352,
2361,
220,
220,
685,
352,
220,
220,
220,
220,
220,
2361,
220,
220,
220,
220,
685,
479,
58,
15,
60,
2361,
198,
220,
220,
220,
220,
220,
220,
220,
509,
62,
79,
1635,
685,
352,
220,
657,
220,
362,
2361,
1635,
685,
288,
83,
14,
51,
62,
72,
2361,
220,
796,
220,
685,
479,
58,
16,
60,
2361,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
657,
220,
657,
220,
352,
2361,
220,
220,
685,
309,
62,
67,
14,
28664,
2361,
220,
220,
220,
220,
685,
479,
58,
17,
60,
2361,
628,
220,
220,
220,
31458,
198,
220,
220,
220,
24200,
438,
198,
220,
220,
220,
1635,
6911,
1669,
72,
11,
317,
11,
4793,
11,
13672,
605,
37022,
6779,
11,
43100,
11,
32429,
12,
1485,
25,
41417,
1507,
3510,
2078,
3365,
4349,
13,
628,
220,
220,
220,
37227,
628,
198,
2,
16529,
32501,
198,
4871,
7492,
7,
38077,
4933,
67,
729,
2599,
198,
220,
220,
220,
37227,
15642,
8374,
12,
2435,
37022,
2325,
729,
1262,
3867,
25694,
286,
15458,
9853,
13,
628,
220,
220,
220,
383,
7389,
5766,
11,
17130,
11,
318,
6153,
790,
15458,
11,
1912,
319,
262,
16552,
1463,
198,
220,
220,
220,
13390,
286,
262,
2180,
1279,
13664,
29,
37830,
5929,
13,
628,
220,
220,
220,
383,
10444,
318,
281,
7822,
286,
257,
28810,
12,
2435,
37022,
10444,
198,
220,
220,
220,
357,
626,
11683,
11862,
737,
4091,
11,
329,
1672,
11,
6911,
1669,
72,
357,
13330,
8,
7889,
341,
357,
16,
13,
2548,
737,
628,
220,
220,
220,
49213,
198,
220,
220,
220,
24200,
438,
198,
220,
220,
220,
900,
4122,
1058,
12178,
198,
220,
220,
220,
220,
220,
220,
220,
383,
16552,
1463,
13390,
900,
4122,
13,
628,
220,
220,
220,
17130,
62,
15003,
1058,
12178,
198,
220,
220,
220,
220,
220,
220,
220,
383,
4238,
17130,
13,
628,
220,
220,
220,
479,
1058,
7177,
12,
2339,
11,
5485,
16193,
18,
11,
828,
288,
4906,
28,
22468,
198,
220,
220,
220,
220,
220,
220,
220,
383,
1115,
24549,
10007,
26,
304,
13,
70,
13,
479,
16193,
15,
13,
1120,
11,
657,
13,
1821,
11,
657,
13,
940,
737,
628,
220,
220,
220,
10651,
62,
265,
1058,
7177,
12,
2339,
11,
5485,
16193,
17,
11,
828,
288,
4906,
28,
22468,
198,
220,
220,
220,
220,
220,
220,
220,
383,
2793,
290,
6727,
10651,
2173,
329,
16215,
262,
5415,
1487,
287,
198,
220,
220,
220,
220,
220,
220,
220,
17130,
319,
597,
4296,
26,
304,
13,
70,
13,
10651,
62,
265,
16193,
12,
15,
13,
20,
11,
657,
13,
20,
737,
628,
220,
220,
220,
4129,
1058,
493,
198,
220,
220,
220,
220,
220,
220,
220,
383,
4129,
286,
262,
11700,
291,
16834,
26,
304,
13,
70,
13,
4129,
28,
1120,
13,
628,
220,
220,
220,
24422,
198,
220,
220,
220,
220,
10541,
198,
220,
220,
220,
1635,
657,
1279,
900,
4122,
1279,
352,
198,
220,
220,
220,
1635,
657,
19841,
17130,
62,
15003,
198,
220,
220,
220,
1635,
479,
58,
16,
60,
532,
362,
9,
74,
58,
17,
60,
1875,
657,
198,
220,
220,
220,
1635,
479,
58,
15,
60,
532,
479,
58,
16,
60,
1343,
479,
58,
17,
60,
1875,
657,
198,
220,
220,
220,
1635,
479,
58,
17,
60,
1875,
657,
198,
220,
220,
220,
1635,
10651,
62,
265,
58,
15,
60,
1279,
657,
1279,
10651,
62,
265,
58,
16,
60,
198,
220,
220,
220,
1635,
4129,
18189,
352,
628,
220,
220,
220,
37227,
628,
198,
2,
16529,
32501,
198,
4871,
2669,
7,
38077,
4933,
67,
729,
2599,
198,
220,
220,
220,
37227,
32,
37022,
12,
2339,
2325,
729,
1912,
319,
262,
2438,
286,
3825,
346,
536,
25283,
24496,
272,
13,
628,
220,
220,
220,
31458,
198,
220,
220,
220,
24200,
438,
198,
220,
220,
220,
1635,
536,
25283,
24496,
272,
11,
311,
1539,
12131,
11,
10766,
18252,
351,
2275,
301,
1463,
25,
978,
7727,
907,
329,
198,
220,
220,
220,
220,
220,
220,
220,
3851,
436,
13614,
290,
14322,
45279,
28304,
1425,
774,
11,
16394,
35305,
42245,
11,
198,
220,
220,
220,
220,
220,
220,
220,
2059,
286,
2669,
13,
198,
220,
220,
220,
220,
220,
220,
220,
3740,
1378,
34725,
13,
8019,
13,
86,
2542,
13,
15532,
14,
34033,
5225,
14,
28144,
14,
1558,
4790,
14,
2231,
49703,
628,
220,
220,
220,
1635,
3740,
1378,
12567,
13,
785,
14,
400,
25283,
14,
67,
330,
12,
18242,
12,
3919,
786,
14,
2436,
672,
14,
9866,
14,
67,
330,
62,
22462,
13,
9078,
628,
220,
220,
220,
37227,
628,
198,
2,
38093,
25609,
198,
2,
30440,
5097,
2149,
1195,
8924,
8924,
198,
2,
38093,
25609,
198,
198,
4871,
28007,
291,
34991,
25,
198,
220,
220,
220,
37227,
32,
11192,
273,
11125,
12,
5589,
21156,
11,
11700,
291,
16834,
13,
628,
220,
220,
220,
49213,
198,
220,
220,
220,
24200,
438,
198,
220,
220,
220,
4129,
1058,
493,
198,
220,
220,
220,
220,
220,
220,
220,
383,
4129,
286,
262,
11700,
291,
16834,
13,
628,
220,
220,
220,
16834,
1058,
7177,
12,
2339,
11,
5485,
16193,
13664,
11,
828,
288,
4906,
28,
600,
2624,
198,
220,
220,
220,
220,
220,
220,
220,
383,
6143,
329,
262,
8358,
1739,
3815,
13,
628,
220,
220,
220,
6376,
1058,
493,
198,
220,
220,
220,
220,
220,
220,
220,
383,
6376,
286,
262,
1459,
1353,
286,
262,
11700,
291,
16834,
13,
628,
220,
220,
220,
37227,
628,
198,
2,
38093,
25609,
198,
2,
42674,
7801,
471,
5760,
23261,
42815,
31098,
198,
2,
198,
2,
220,
220,
1052,
4554,
286,
281,
12995,
4933,
67,
729,
14134,
7282,
17191,
9348,
3017,
287,
262,
869,
10146,
198,
2,
220,
220,
286,
262,
2746,
13,
11147,
13,
198,
2,
38093,
25609,
198,
198,
2,
16529,
32501,
198
] | 3.04213 | 2,967 |
# Copyright (c) OpenMMLab. All rights reserved.
from .class_names import get_classes, get_palette
from .eval_hooks import DistEvalHook, EvalHook
from .metrics import (eval_metrics, intersect_and_union, mean_dice,
mean_fscore, mean_iou, pre_eval_to_metrics)
__all__ = [
'EvalHook', 'DistEvalHook', 'mean_dice', 'mean_iou', 'mean_fscore',
'eval_metrics', 'get_classes', 'get_palette', 'pre_eval_to_metrics',
'intersect_and_union'
]
| [
2,
15069,
357,
66,
8,
4946,
44,
5805,
397,
13,
1439,
2489,
10395,
13,
198,
6738,
764,
4871,
62,
14933,
1330,
651,
62,
37724,
11,
651,
62,
18596,
5857,
198,
6738,
764,
18206,
62,
25480,
82,
1330,
4307,
36,
2100,
39,
566,
11,
26439,
39,
566,
198,
6738,
764,
4164,
10466,
1330,
357,
18206,
62,
4164,
10466,
11,
36177,
62,
392,
62,
24592,
11,
1612,
62,
67,
501,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1612,
62,
69,
26675,
11,
1612,
62,
72,
280,
11,
662,
62,
18206,
62,
1462,
62,
4164,
10466,
8,
198,
198,
834,
439,
834,
796,
685,
198,
220,
220,
220,
705,
36,
2100,
39,
566,
3256,
705,
20344,
36,
2100,
39,
566,
3256,
705,
32604,
62,
67,
501,
3256,
705,
32604,
62,
72,
280,
3256,
705,
32604,
62,
69,
26675,
3256,
198,
220,
220,
220,
705,
18206,
62,
4164,
10466,
3256,
705,
1136,
62,
37724,
3256,
705,
1136,
62,
18596,
5857,
3256,
705,
3866,
62,
18206,
62,
1462,
62,
4164,
10466,
3256,
198,
220,
220,
220,
705,
3849,
8831,
62,
392,
62,
24592,
6,
198,
60,
198
] | 2.348485 | 198 |
# Copyright (c) 2014, Fundacion Dr. Manuel Sadosky
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# 1. Redistributions of source code must retain the above copyright notice, this
# list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright notice,
# this list of conditions and the following disclaimer in the documentation
# and/or other materials provided with the distribution.
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
from arithmetic import *
from bitwise import *
from control import *
from flag import *
from logical import *
from misc import *
from sse import *
from string import *
from transfer import *
dispatcher = {}
dispatcher.update(arithmetic.dispatcher)
dispatcher.update(bitwise.dispatcher)
dispatcher.update(control.dispatcher)
dispatcher.update(flag.dispatcher)
dispatcher.update(logical.dispatcher)
dispatcher.update(misc.dispatcher)
dispatcher.update(sse.dispatcher)
dispatcher.update(string.dispatcher)
dispatcher.update(transfer.dispatcher)
| [
2,
15069,
357,
66,
8,
1946,
11,
7557,
49443,
1583,
13,
25995,
14668,
418,
2584,
198,
2,
1439,
2489,
10395,
13,
198,
198,
2,
2297,
396,
3890,
290,
779,
287,
2723,
290,
13934,
5107,
11,
351,
393,
1231,
198,
2,
17613,
11,
389,
10431,
2810,
326,
262,
1708,
3403,
389,
1138,
25,
198,
198,
2,
352,
13,
2297,
396,
2455,
507,
286,
2723,
2438,
1276,
12377,
262,
2029,
6634,
4003,
11,
428,
198,
2,
1351,
286,
3403,
290,
262,
1708,
37592,
13,
198,
198,
2,
362,
13,
2297,
396,
2455,
507,
287,
13934,
1296,
1276,
22919,
262,
2029,
6634,
4003,
11,
198,
2,
428,
1351,
286,
3403,
290,
262,
1708,
37592,
287,
262,
10314,
198,
2,
290,
14,
273,
584,
5696,
2810,
351,
262,
6082,
13,
198,
198,
2,
12680,
47466,
3180,
36592,
2389,
1961,
11050,
3336,
27975,
38162,
9947,
367,
15173,
4877,
5357,
27342,
9865,
3843,
20673,
366,
1921,
3180,
1,
198,
2,
5357,
15529,
7788,
32761,
6375,
8959,
49094,
34764,
11015,
11,
47783,
2751,
11,
21728,
5626,
40880,
5390,
11,
3336,
198,
2,
8959,
49094,
34764,
11015,
3963,
34482,
3398,
1565,
5603,
25382,
5357,
376,
46144,
7473,
317,
16652,
2149,
37232,
33079,
48933,
15986,
198,
2,
13954,
48778,
1961,
13,
3268,
8005,
49261,
50163,
3336,
27975,
38162,
9947,
49707,
14418,
6375,
27342,
9865,
3843,
20673,
9348,
43031,
19146,
198,
2,
7473,
15529,
42242,
11,
3268,
17931,
23988,
11,
19387,
25256,
1847,
11,
38846,
11,
7788,
3620,
6489,
13153,
11,
6375,
7102,
5188,
10917,
3525,
12576,
198,
2,
29506,
25552,
357,
1268,
39149,
2751,
11,
21728,
5626,
40880,
5390,
11,
41755,
11335,
10979,
3963,
28932,
2257,
2043,
37780,
21090,
50,
6375,
198,
2,
49254,
26,
406,
18420,
3963,
23210,
11,
42865,
11,
6375,
4810,
19238,
29722,
26,
6375,
43949,
44180,
23255,
49,
8577,
24131,
8,
29630,
36,
5959,
198,
2,
7257,
2937,
1961,
5357,
6177,
15529,
3336,
15513,
3963,
43031,
25382,
11,
7655,
2767,
16879,
3268,
27342,
10659,
11,
19269,
18379,
43031,
25382,
11,
198,
2,
6375,
309,
9863,
357,
1268,
39149,
2751,
399,
7156,
43,
3528,
18310,
6375,
25401,
54,
24352,
8,
5923,
1797,
2751,
3268,
15529,
34882,
16289,
3963,
3336,
23210,
198,
2,
3963,
12680,
47466,
11,
45886,
16876,
5984,
29817,
1961,
3963,
3336,
28069,
11584,
25382,
3963,
13558,
3398,
29506,
11879,
13,
198,
198,
6738,
34768,
1330,
1635,
198,
6738,
1643,
3083,
1330,
1635,
198,
6738,
1630,
1330,
1635,
198,
6738,
6056,
1330,
1635,
198,
6738,
12219,
1330,
1635,
198,
6738,
12747,
1330,
1635,
198,
6738,
264,
325,
1330,
1635,
198,
6738,
4731,
1330,
1635,
198,
6738,
4351,
1330,
1635,
198,
198,
6381,
8071,
2044,
796,
23884,
198,
6381,
8071,
2044,
13,
19119,
7,
283,
29848,
13,
6381,
8071,
2044,
8,
198,
6381,
8071,
2044,
13,
19119,
7,
2545,
3083,
13,
6381,
8071,
2044,
8,
198,
6381,
8071,
2044,
13,
19119,
7,
13716,
13,
6381,
8071,
2044,
8,
198,
6381,
8071,
2044,
13,
19119,
7,
32109,
13,
6381,
8071,
2044,
8,
198,
6381,
8071,
2044,
13,
19119,
7,
6404,
605,
13,
6381,
8071,
2044,
8,
198,
6381,
8071,
2044,
13,
19119,
7,
44374,
13,
6381,
8071,
2044,
8,
198,
6381,
8071,
2044,
13,
19119,
7,
82,
325,
13,
6381,
8071,
2044,
8,
198,
6381,
8071,
2044,
13,
19119,
7,
8841,
13,
6381,
8071,
2044,
8,
198,
6381,
8071,
2044,
13,
19119,
7,
39437,
13,
6381,
8071,
2044,
8,
198
] | 3.415913 | 553 |
#!/usr/bin/env python3
"""infoset classes that manage various configurations."""
import os.path
import os
# Import project libraries
from infoset.utils import general
from infoset.utils import log
class Config(object):
"""Class gathers all configuration information."""
def __init__(self):
"""Function for intializing the class.
Args:
None
Returns:
None
"""
# Initialize key variables
directories = general.config_directories()
self.config_dict = general.read_yaml_files(directories)
self.config_directory = directories[0]
def configuration_directory(self):
"""Determine the configuration_directory.
Args:
None
Returns:
value: configured configuration_directory
"""
# Initialize key variables
value = self.config_directory
return value
def configuration(self):
"""Return configuration.
Args:
None
Returns:
value: configuration
"""
# Initialize key variables
value = self.config_dict
return value
def ingest_cache_directory(self):
"""Determine the ingest_cache_directory.
Args:
None
Returns:
value: configured ingest_cache_directory
"""
# Initialize key variables
key = 'main'
sub_key = 'ingest_cache_directory'
# Process configuration
value = _key_sub_key(key, sub_key, self.config_dict)
# Check if value exists
if os.path.isdir(value) is False:
log_message = (
'ingest_cache_directory: "%s" '
'in configuration doesn\'t exist!') % (value)
log.log2die(1011, log_message)
# Return
return value
def ingest_failures_directory(self):
"""Determine the ingest_failures_directory.
Args:
None
Returns:
value: configured ingest_failures_directory
"""
# Get parameter
value = ('%s/failures') % (self.ingest_cache_directory())
# Check if value exists
if os.path.exists(value) is False:
os.makedirs(value, mode=0o755)
# Return
return value
def db_name(self):
"""Get db_name.
Args:
None
Returns:
result: result
"""
# Initialize key variables
key = 'main'
sub_key = 'db_name'
# Process configuration
result = _key_sub_key(key, sub_key, self.config_dict)
# Get result
return result
def db_username(self):
"""Get db_username.
Args:
None
Returns:
result: result
"""
# Initialize key variables
key = 'main'
sub_key = 'db_username'
# Process configuration
result = _key_sub_key(key, sub_key, self.config_dict)
# Get result
return result
def db_password(self):
"""Get db_password.
Args:
None
Returns:
result: result
"""
# Initialize key variables
key = 'main'
sub_key = 'db_password'
# Process configuration
result = _key_sub_key(key, sub_key, self.config_dict)
# Get result
return result
def db_hostname(self):
"""Get db_hostname.
Args:
None
Returns:
result: result
"""
# Initialize key variables
key = 'main'
sub_key = 'db_hostname'
# Process configuration
result = _key_sub_key(key, sub_key, self.config_dict)
# Get result
return result
def listen_address(self):
"""Get listen_address.
Args:
None
Returns:
result: result
"""
# Get result
key = 'main'
sub_key = 'listen_address'
result = _key_sub_key(key, sub_key, self.config_dict, die=False)
# Default to 0.0.0.0
if result is None:
result = '0.0.0.0'
return result
def username(self):
"""Get username.
Args:
None
Returns:
result: result
"""
# Get result
key = 'main'
sub_key = 'username'
result = _key_sub_key(key, sub_key, self.config_dict, die=False)
# Default to None
if result is None:
result = None
return result
def interval(self):
"""Get interval.
Args:
None
Returns:
result: result
"""
# Get result
key = 'main'
sub_key = 'interval'
intermediate = _key_sub_key(key, sub_key, self.config_dict, die=False)
# Default to 300
if intermediate is None:
result = 300
else:
result = int(intermediate)
return result
def bind_port(self):
"""Get bind_port.
Args:
None
Returns:
result: result
"""
# Get result
key = 'main'
sub_key = 'bind_port'
intermediate = _key_sub_key(key, sub_key, self.config_dict, die=False)
# Default to 6000
if intermediate is None:
result = 6000
else:
result = int(intermediate)
return result
def ingest_pool_size(self):
"""Get ingest_pool_size.
Args:
None
Returns:
result: result
"""
# Get result
key = 'main'
sub_key = 'ingest_pool_size'
intermediate = _key_sub_key(key, sub_key, self.config_dict, die=False)
# Default to 20
if intermediate is None:
result = 20
else:
result = int(intermediate)
return result
def sqlalchemy_pool_size(self):
"""Get sqlalchemy_pool_size.
Args:
None
Returns:
result: result
"""
# Get result
key = 'main'
sub_key = 'sqlalchemy_pool_size'
intermediate = _key_sub_key(key, sub_key, self.config_dict, die=False)
# Set default
if intermediate is None:
result = 10
else:
result = int(intermediate)
return result
def memcached_port(self):
"""Get memcached_port.
Args:
None
Returns:
result: result
"""
# Get result
key = 'main'
sub_key = 'memcached_port'
intermediate = _key_sub_key(key, sub_key, self.config_dict, die=False)
# Set default
if intermediate is None:
result = 11211
else:
result = int(intermediate)
return result
def memcached_hostname(self):
"""Get memcached_hostname.
Args:
None
Returns:
result: result
"""
# Get result
key = 'main'
sub_key = 'memcached_hostname'
result = _key_sub_key(key, sub_key, self.config_dict, die=False)
# Default to localhost
if result is None:
result = 'localhost'
return result
def sqlalchemy_max_overflow(self):
"""Get sqlalchemy_max_overflow.
Args:
None
Returns:
result: result
"""
# Get result
key = 'main'
sub_key = 'sqlalchemy_max_overflow'
intermediate = _key_sub_key(key, sub_key, self.config_dict, die=False)
# Set default
if intermediate is None:
result = 10
else:
result = int(intermediate)
return result
def log_directory(self):
"""Determine the log_directory.
Args:
None
Returns:
value: configured log_directory
"""
# Initialize key variables
key = 'main'
sub_key = 'log_directory'
# Process configuration
value = _key_sub_key(key, sub_key, self.config_dict)
# Check if value exists
if os.path.isdir(value) is False:
log_message = (
'log_directory: "%s" '
'in configuration doesn\'t exist!') % (value)
log.log2die(1030, log_message)
# Return
return value
def log_file(self):
"""Get log_file.
Args:
None
Returns:
result: result
"""
# Get new result
result = ('%s/infoset-ng.log') % (self.log_directory())
# Return
return result
def web_log_file(self):
"""Get web_log_file.
Args:
None
Returns:
result: result
"""
# Get new result
result = ('%s/api-web.log') % (self.log_directory())
# Return
return result
def log_level(self):
"""Get log_level.
Args:
None
Returns:
result: result
"""
# Get result
sub_key = 'log_level'
result = None
key = 'main'
# Get new result
result = _key_sub_key(key, sub_key, self.config_dict)
# Return
return result
def _key_sub_key(key, sub_key, config_dict, die=True):
"""Get config parameter from YAML.
Args:
key: Primary key
sub_key: Secondary key
config_dict: Dictionary to explore
die: Die if true and the result encountered is None
Returns:
result: result
"""
# Get result
result = None
# Verify config_dict is indeed a dict.
# Die safely as log_directory is not defined
if isinstance(config_dict, dict) is False:
log.log2die_safe(1021, 'Invalid configuration file. config_dict: {}'.format(config_dict))
# Get new result
if key in config_dict:
# Make sure we don't have a None value
if config_dict[key] is None:
log_message = (
'Configuration value {}: is blank. Please fix.'
''.format(key))
log.log2die_safe(1129, log_message)
# Get value we need
if sub_key in config_dict[key]:
result = config_dict[key][sub_key]
# Error if not configured
if result is None and die is True:
log_message = (
'%s:%s not defined in configuration') % (key, sub_key)
log.log2die_safe(1016, log_message)
# Return
return result
| [
2,
48443,
14629,
14,
8800,
14,
24330,
21015,
18,
198,
37811,
10745,
418,
316,
6097,
326,
6687,
2972,
25412,
526,
15931,
198,
198,
11748,
28686,
13,
6978,
198,
11748,
28686,
198,
198,
2,
17267,
1628,
12782,
198,
6738,
1167,
418,
316,
13,
26791,
1330,
2276,
198,
6738,
1167,
418,
316,
13,
26791,
1330,
2604,
628,
198,
4871,
17056,
7,
15252,
2599,
198,
220,
220,
220,
37227,
9487,
43609,
477,
8398,
1321,
526,
15931,
628,
220,
220,
220,
825,
11593,
15003,
834,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
22203,
329,
493,
498,
2890,
262,
1398,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6045,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6045,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
20768,
1096,
1994,
9633,
198,
220,
220,
220,
220,
220,
220,
220,
29196,
796,
2276,
13,
11250,
62,
12942,
1749,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
11250,
62,
11600,
796,
2276,
13,
961,
62,
88,
43695,
62,
16624,
7,
12942,
1749,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
11250,
62,
34945,
796,
29196,
58,
15,
60,
628,
220,
220,
220,
825,
8398,
62,
34945,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
35,
2357,
3810,
262,
8398,
62,
34945,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6045,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1988,
25,
17839,
8398,
62,
34945,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
20768,
1096,
1994,
9633,
198,
220,
220,
220,
220,
220,
220,
220,
1988,
796,
2116,
13,
11250,
62,
34945,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
1988,
628,
220,
220,
220,
825,
8398,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
13615,
8398,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6045,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1988,
25,
8398,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
20768,
1096,
1994,
9633,
198,
220,
220,
220,
220,
220,
220,
220,
1988,
796,
2116,
13,
11250,
62,
11600,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
1988,
628,
220,
220,
220,
825,
26151,
62,
23870,
62,
34945,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
35,
2357,
3810,
262,
26151,
62,
23870,
62,
34945,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6045,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1988,
25,
17839,
26151,
62,
23870,
62,
34945,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
20768,
1096,
1994,
9633,
198,
220,
220,
220,
220,
220,
220,
220,
1994,
796,
705,
12417,
6,
198,
220,
220,
220,
220,
220,
220,
220,
850,
62,
2539,
796,
705,
278,
395,
62,
23870,
62,
34945,
6,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
10854,
8398,
198,
220,
220,
220,
220,
220,
220,
220,
1988,
796,
4808,
2539,
62,
7266,
62,
2539,
7,
2539,
11,
850,
62,
2539,
11,
2116,
13,
11250,
62,
11600,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
6822,
611,
1988,
7160,
198,
220,
220,
220,
220,
220,
220,
220,
611,
28686,
13,
6978,
13,
9409,
343,
7,
8367,
8,
318,
10352,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2604,
62,
20500,
796,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
278,
395,
62,
23870,
62,
34945,
25,
36521,
82,
1,
705,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
259,
8398,
1595,
43054,
83,
2152,
0,
11537,
4064,
357,
8367,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2604,
13,
6404,
17,
11979,
7,
8784,
16,
11,
2604,
62,
20500,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
8229,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
1988,
628,
220,
220,
220,
825,
26151,
62,
32165,
942,
62,
34945,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
35,
2357,
3810,
262,
26151,
62,
32165,
942,
62,
34945,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6045,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1988,
25,
17839,
26151,
62,
32165,
942,
62,
34945,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
3497,
11507,
198,
220,
220,
220,
220,
220,
220,
220,
1988,
796,
19203,
4,
82,
14,
32165,
942,
11537,
4064,
357,
944,
13,
278,
395,
62,
23870,
62,
34945,
28955,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
6822,
611,
1988,
7160,
198,
220,
220,
220,
220,
220,
220,
220,
611,
28686,
13,
6978,
13,
1069,
1023,
7,
8367,
8,
318,
10352,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
28686,
13,
76,
4335,
17062,
7,
8367,
11,
4235,
28,
15,
78,
38172,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
8229,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
1988,
628,
220,
220,
220,
825,
20613,
62,
3672,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
3855,
20613,
62,
3672,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6045,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1255,
25,
1255,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
20768,
1096,
1994,
9633,
198,
220,
220,
220,
220,
220,
220,
220,
1994,
796,
705,
12417,
6,
198,
220,
220,
220,
220,
220,
220,
220,
850,
62,
2539,
796,
705,
9945,
62,
3672,
6,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
10854,
8398,
198,
220,
220,
220,
220,
220,
220,
220,
1255,
796,
4808,
2539,
62,
7266,
62,
2539,
7,
2539,
11,
850,
62,
2539,
11,
2116,
13,
11250,
62,
11600,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
3497,
1255,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
1255,
628,
220,
220,
220,
825,
20613,
62,
29460,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
3855,
20613,
62,
29460,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6045,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1255,
25,
1255,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
20768,
1096,
1994,
9633,
198,
220,
220,
220,
220,
220,
220,
220,
1994,
796,
705,
12417,
6,
198,
220,
220,
220,
220,
220,
220,
220,
850,
62,
2539,
796,
705,
9945,
62,
29460,
6,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
10854,
8398,
198,
220,
220,
220,
220,
220,
220,
220,
1255,
796,
4808,
2539,
62,
7266,
62,
2539,
7,
2539,
11,
850,
62,
2539,
11,
2116,
13,
11250,
62,
11600,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
3497,
1255,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
1255,
628,
220,
220,
220,
825,
20613,
62,
28712,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
3855,
20613,
62,
28712,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6045,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1255,
25,
1255,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
20768,
1096,
1994,
9633,
198,
220,
220,
220,
220,
220,
220,
220,
1994,
796,
705,
12417,
6,
198,
220,
220,
220,
220,
220,
220,
220,
850,
62,
2539,
796,
705,
9945,
62,
28712,
6,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
10854,
8398,
198,
220,
220,
220,
220,
220,
220,
220,
1255,
796,
4808,
2539,
62,
7266,
62,
2539,
7,
2539,
11,
850,
62,
2539,
11,
2116,
13,
11250,
62,
11600,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
3497,
1255,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
1255,
628,
220,
220,
220,
825,
20613,
62,
4774,
3672,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
3855,
20613,
62,
4774,
3672,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6045,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1255,
25,
1255,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
20768,
1096,
1994,
9633,
198,
220,
220,
220,
220,
220,
220,
220,
1994,
796,
705,
12417,
6,
198,
220,
220,
220,
220,
220,
220,
220,
850,
62,
2539,
796,
705,
9945,
62,
4774,
3672,
6,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
10854,
8398,
198,
220,
220,
220,
220,
220,
220,
220,
1255,
796,
4808,
2539,
62,
7266,
62,
2539,
7,
2539,
11,
850,
62,
2539,
11,
2116,
13,
11250,
62,
11600,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
3497,
1255,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
1255,
628,
220,
220,
220,
825,
6004,
62,
21975,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
3855,
6004,
62,
21975,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6045,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1255,
25,
1255,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
3497,
1255,
198,
220,
220,
220,
220,
220,
220,
220,
1994,
796,
705,
12417,
6,
198,
220,
220,
220,
220,
220,
220,
220,
850,
62,
2539,
796,
705,
4868,
268,
62,
21975,
6,
198,
220,
220,
220,
220,
220,
220,
220,
1255,
796,
4808,
2539,
62,
7266,
62,
2539,
7,
2539,
11,
850,
62,
2539,
11,
2116,
13,
11250,
62,
11600,
11,
4656,
28,
25101,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
15161,
284,
657,
13,
15,
13,
15,
13,
15,
198,
220,
220,
220,
220,
220,
220,
220,
611,
1255,
318,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1255,
796,
705,
15,
13,
15,
13,
15,
13,
15,
6,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
1255,
628,
220,
220,
220,
825,
20579,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
3855,
20579,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6045,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1255,
25,
1255,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
3497,
1255,
198,
220,
220,
220,
220,
220,
220,
220,
1994,
796,
705,
12417,
6,
198,
220,
220,
220,
220,
220,
220,
220,
850,
62,
2539,
796,
705,
29460,
6,
198,
220,
220,
220,
220,
220,
220,
220,
1255,
796,
4808,
2539,
62,
7266,
62,
2539,
7,
2539,
11,
850,
62,
2539,
11,
2116,
13,
11250,
62,
11600,
11,
4656,
28,
25101,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
15161,
284,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
611,
1255,
318,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1255,
796,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
1255,
628,
220,
220,
220,
825,
16654,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
3855,
16654,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6045,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1255,
25,
1255,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
3497,
1255,
198,
220,
220,
220,
220,
220,
220,
220,
1994,
796,
705,
12417,
6,
198,
220,
220,
220,
220,
220,
220,
220,
850,
62,
2539,
796,
705,
3849,
2100,
6,
198,
220,
220,
220,
220,
220,
220,
220,
19898,
796,
4808,
2539,
62,
7266,
62,
2539,
7,
2539,
11,
850,
62,
2539,
11,
2116,
13,
11250,
62,
11600,
11,
4656,
28,
25101,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
15161,
284,
5867,
198,
220,
220,
220,
220,
220,
220,
220,
611,
19898,
318,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1255,
796,
5867,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1255,
796,
493,
7,
3849,
13857,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
1255,
628,
220,
220,
220,
825,
11007,
62,
634,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
3855,
11007,
62,
634,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6045,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1255,
25,
1255,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
3497,
1255,
198,
220,
220,
220,
220,
220,
220,
220,
1994,
796,
705,
12417,
6,
198,
220,
220,
220,
220,
220,
220,
220,
850,
62,
2539,
796,
705,
21653,
62,
634,
6,
198,
220,
220,
220,
220,
220,
220,
220,
19898,
796,
4808,
2539,
62,
7266,
62,
2539,
7,
2539,
11,
850,
62,
2539,
11,
2116,
13,
11250,
62,
11600,
11,
4656,
28,
25101,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
15161,
284,
39064,
198,
220,
220,
220,
220,
220,
220,
220,
611,
19898,
318,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1255,
796,
39064,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1255,
796,
493,
7,
3849,
13857,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
1255,
628,
220,
220,
220,
825,
26151,
62,
7742,
62,
7857,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
3855,
26151,
62,
7742,
62,
7857,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6045,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1255,
25,
1255,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
3497,
1255,
198,
220,
220,
220,
220,
220,
220,
220,
1994,
796,
705,
12417,
6,
198,
220,
220,
220,
220,
220,
220,
220,
850,
62,
2539,
796,
705,
278,
395,
62,
7742,
62,
7857,
6,
198,
220,
220,
220,
220,
220,
220,
220,
19898,
796,
4808,
2539,
62,
7266,
62,
2539,
7,
2539,
11,
850,
62,
2539,
11,
2116,
13,
11250,
62,
11600,
11,
4656,
28,
25101,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
15161,
284,
1160,
198,
220,
220,
220,
220,
220,
220,
220,
611,
19898,
318,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1255,
796,
1160,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1255,
796,
493,
7,
3849,
13857,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
1255,
628,
220,
220,
220,
825,
44161,
282,
26599,
62,
7742,
62,
7857,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
3855,
44161,
282,
26599,
62,
7742,
62,
7857,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6045,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1255,
25,
1255,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
3497,
1255,
198,
220,
220,
220,
220,
220,
220,
220,
1994,
796,
705,
12417,
6,
198,
220,
220,
220,
220,
220,
220,
220,
850,
62,
2539,
796,
705,
25410,
282,
26599,
62,
7742,
62,
7857,
6,
198,
220,
220,
220,
220,
220,
220,
220,
19898,
796,
4808,
2539,
62,
7266,
62,
2539,
7,
2539,
11,
850,
62,
2539,
11,
2116,
13,
11250,
62,
11600,
11,
4656,
28,
25101,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
5345,
4277,
198,
220,
220,
220,
220,
220,
220,
220,
611,
19898,
318,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1255,
796,
838,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1255,
796,
493,
7,
3849,
13857,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
1255,
628,
220,
220,
220,
825,
1066,
66,
2317,
62,
634,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
3855,
1066,
66,
2317,
62,
634,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6045,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1255,
25,
1255,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
3497,
1255,
198,
220,
220,
220,
220,
220,
220,
220,
1994,
796,
705,
12417,
6,
198,
220,
220,
220,
220,
220,
220,
220,
850,
62,
2539,
796,
705,
11883,
66,
2317,
62,
634,
6,
198,
220,
220,
220,
220,
220,
220,
220,
19898,
796,
4808,
2539,
62,
7266,
62,
2539,
7,
2539,
11,
850,
62,
2539,
11,
2116,
13,
11250,
62,
11600,
11,
4656,
28,
25101,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
5345,
4277,
198,
220,
220,
220,
220,
220,
220,
220,
611,
19898,
318,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1255,
796,
13539,
1157,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1255,
796,
493,
7,
3849,
13857,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
1255,
628,
220,
220,
220,
825,
1066,
66,
2317,
62,
4774,
3672,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
3855,
1066,
66,
2317,
62,
4774,
3672,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6045,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1255,
25,
1255,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
3497,
1255,
198,
220,
220,
220,
220,
220,
220,
220,
1994,
796,
705,
12417,
6,
198,
220,
220,
220,
220,
220,
220,
220,
850,
62,
2539,
796,
705,
11883,
66,
2317,
62,
4774,
3672,
6,
198,
220,
220,
220,
220,
220,
220,
220,
1255,
796,
4808,
2539,
62,
7266,
62,
2539,
7,
2539,
11,
850,
62,
2539,
11,
2116,
13,
11250,
62,
11600,
11,
4656,
28,
25101,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
15161,
284,
1957,
4774,
198,
220,
220,
220,
220,
220,
220,
220,
611,
1255,
318,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1255,
796,
705,
36750,
6,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
1255,
628,
220,
220,
220,
825,
44161,
282,
26599,
62,
9806,
62,
2502,
11125,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
3855,
44161,
282,
26599,
62,
9806,
62,
2502,
11125,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6045,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1255,
25,
1255,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
3497,
1255,
198,
220,
220,
220,
220,
220,
220,
220,
1994,
796,
705,
12417,
6,
198,
220,
220,
220,
220,
220,
220,
220,
850,
62,
2539,
796,
705,
25410,
282,
26599,
62,
9806,
62,
2502,
11125,
6,
198,
220,
220,
220,
220,
220,
220,
220,
19898,
796,
4808,
2539,
62,
7266,
62,
2539,
7,
2539,
11,
850,
62,
2539,
11,
2116,
13,
11250,
62,
11600,
11,
4656,
28,
25101,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
5345,
4277,
198,
220,
220,
220,
220,
220,
220,
220,
611,
19898,
318,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1255,
796,
838,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1255,
796,
493,
7,
3849,
13857,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
1255,
628,
220,
220,
220,
825,
2604,
62,
34945,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
35,
2357,
3810,
262,
2604,
62,
34945,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6045,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1988,
25,
17839,
2604,
62,
34945,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
20768,
1096,
1994,
9633,
198,
220,
220,
220,
220,
220,
220,
220,
1994,
796,
705,
12417,
6,
198,
220,
220,
220,
220,
220,
220,
220,
850,
62,
2539,
796,
705,
6404,
62,
34945,
6,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
10854,
8398,
198,
220,
220,
220,
220,
220,
220,
220,
1988,
796,
4808,
2539,
62,
7266,
62,
2539,
7,
2539,
11,
850,
62,
2539,
11,
2116,
13,
11250,
62,
11600,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
6822,
611,
1988,
7160,
198,
220,
220,
220,
220,
220,
220,
220,
611,
28686,
13,
6978,
13,
9409,
343,
7,
8367,
8,
318,
10352,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2604,
62,
20500,
796,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
6404,
62,
34945,
25,
36521,
82,
1,
705,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
259,
8398,
1595,
43054,
83,
2152,
0,
11537,
4064,
357,
8367,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2604,
13,
6404,
17,
11979,
7,
940,
1270,
11,
2604,
62,
20500,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
8229,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
1988,
628,
220,
220,
220,
825,
2604,
62,
7753,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
3855,
2604,
62,
7753,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6045,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1255,
25,
1255,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
3497,
649,
1255,
198,
220,
220,
220,
220,
220,
220,
220,
1255,
796,
19203,
4,
82,
14,
10745,
418,
316,
12,
782,
13,
6404,
11537,
4064,
357,
944,
13,
6404,
62,
34945,
28955,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
8229,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
1255,
628,
220,
220,
220,
825,
3992,
62,
6404,
62,
7753,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
3855,
3992,
62,
6404,
62,
7753,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6045,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1255,
25,
1255,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
3497,
649,
1255,
198,
220,
220,
220,
220,
220,
220,
220,
1255,
796,
19203,
4,
82,
14,
15042,
12,
12384,
13,
6404,
11537,
4064,
357,
944,
13,
6404,
62,
34945,
28955,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
8229,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
1255,
628,
220,
220,
220,
825,
2604,
62,
5715,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
3855,
2604,
62,
5715,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6045,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1255,
25,
1255,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
3497,
1255,
198,
220,
220,
220,
220,
220,
220,
220,
850,
62,
2539,
796,
705,
6404,
62,
5715,
6,
198,
220,
220,
220,
220,
220,
220,
220,
1255,
796,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
1994,
796,
705,
12417,
6,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
3497,
649,
1255,
198,
220,
220,
220,
220,
220,
220,
220,
1255,
796,
4808,
2539,
62,
7266,
62,
2539,
7,
2539,
11,
850,
62,
2539,
11,
2116,
13,
11250,
62,
11600,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
8229,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
1255,
628,
198,
4299,
4808,
2539,
62,
7266,
62,
2539,
7,
2539,
11,
850,
62,
2539,
11,
4566,
62,
11600,
11,
4656,
28,
17821,
2599,
198,
220,
220,
220,
37227,
3855,
4566,
11507,
422,
575,
2390,
43,
13,
628,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1994,
25,
21087,
1994,
198,
220,
220,
220,
220,
220,
220,
220,
850,
62,
2539,
25,
29521,
1994,
198,
220,
220,
220,
220,
220,
220,
220,
4566,
62,
11600,
25,
28261,
284,
7301,
198,
220,
220,
220,
220,
220,
220,
220,
4656,
25,
6733,
611,
2081,
290,
262,
1255,
12956,
318,
6045,
628,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1255,
25,
1255,
628,
220,
220,
220,
37227,
198,
220,
220,
220,
1303,
3497,
1255,
198,
220,
220,
220,
1255,
796,
6045,
628,
220,
220,
220,
1303,
49899,
4566,
62,
11600,
318,
5600,
257,
8633,
13,
198,
220,
220,
220,
1303,
6733,
11512,
355,
2604,
62,
34945,
318,
407,
5447,
198,
220,
220,
220,
611,
318,
39098,
7,
11250,
62,
11600,
11,
8633,
8,
318,
10352,
25,
198,
220,
220,
220,
220,
220,
220,
220,
2604,
13,
6404,
17,
11979,
62,
21230,
7,
940,
2481,
11,
705,
44651,
8398,
2393,
13,
4566,
62,
11600,
25,
23884,
4458,
18982,
7,
11250,
62,
11600,
4008,
628,
220,
220,
220,
1303,
3497,
649,
1255,
198,
220,
220,
220,
611,
1994,
287,
4566,
62,
11600,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
6889,
1654,
356,
836,
470,
423,
257,
6045,
1988,
198,
220,
220,
220,
220,
220,
220,
220,
611,
4566,
62,
11600,
58,
2539,
60,
318,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2604,
62,
20500,
796,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
38149,
1988,
23884,
25,
318,
9178,
13,
4222,
4259,
2637,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4458,
18982,
7,
2539,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2604,
13,
6404,
17,
11979,
62,
21230,
7,
14686,
24,
11,
2604,
62,
20500,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
3497,
1988,
356,
761,
198,
220,
220,
220,
220,
220,
220,
220,
611,
850,
62,
2539,
287,
4566,
62,
11600,
58,
2539,
5974,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1255,
796,
4566,
62,
11600,
58,
2539,
7131,
7266,
62,
2539,
60,
628,
220,
220,
220,
1303,
13047,
611,
407,
17839,
198,
220,
220,
220,
611,
1255,
318,
6045,
290,
4656,
318,
6407,
25,
198,
220,
220,
220,
220,
220,
220,
220,
2604,
62,
20500,
796,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4,
82,
25,
4,
82,
407,
5447,
287,
8398,
11537,
4064,
357,
2539,
11,
850,
62,
2539,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2604,
13,
6404,
17,
11979,
62,
21230,
7,
27956,
11,
2604,
62,
20500,
8,
628,
220,
220,
220,
1303,
8229,
198,
220,
220,
220,
1441,
1255,
198
] | 2.045158 | 5,204 |
#!/usr/bin/python
# -*- coding: UTF-8 -*-
import maya.cmds as cmds
| [
2,
48443,
14629,
14,
8800,
14,
29412,
201,
198,
2,
532,
9,
12,
19617,
25,
41002,
12,
23,
532,
9,
12,
201,
198,
201,
198,
11748,
743,
64,
13,
28758,
82,
355,
23991,
82,
201,
198,
201,
198,
201,
198,
201,
198,
201,
198,
201,
198
] | 1.782609 | 46 |
from emojitations.emojitypes import EmojiAnnotations
emoji = [
EmojiAnnotations(emoji='😀', codepoints=(128512,), name='sura inayokenua', slug='sura_inayokenua', annotations=frozenset({'kenua', 'uso'})),
EmojiAnnotations(emoji='😁', codepoints=(128513,), name='uso uliokenua na macho yanayotabasamu', slug='uso_uliokenua_na_macho_yanayotabasamu', annotations=frozenset({'tabasamu', 'kenua', 'macho', 'uso'})),
EmojiAnnotations(emoji='😂', codepoints=(128514,), name='uso wenye machozi ya furaha', slug='uso_wenye_machozi_ya_furaha', annotations=frozenset({'cheka', 'uso', 'furaha', 'chozi'})),
EmojiAnnotations(emoji='😃', codepoints=(128515,), name='uso unaotabasamu na mdomo uliofunguliwa', slug='uso_unaotabasamu_na_mdomo_uliofunguliwa', annotations=frozenset({'tabasamu', 'uso', 'mdomo', 'funguliwa'})),
EmojiAnnotations(emoji='😄', codepoints=(128516,), name='uso unaotabasamu unaoonyesha mdomo uliofunguliwa na macho yanayotabasamu', slug='uso_unaotabasamu_unaoonyesha_mdomo_uliofunguliwa_na_macho_yanayotabasamu', annotations=frozenset({'jicho', 'tabasamu', 'uso', 'mdomo', 'funguliwa'})),
EmojiAnnotations(emoji='😅', codepoints=(128517,), name='uso unaotabasamu unaoonyesha mdomo uliofunguliwa na jasho jembamba', slug='uso_unaotabasamu_unaoonyesha_mdomo_uliofunguliwa_na_jasho_jembamba', annotations=frozenset({'jembamba', 'tabasamu', 'jasho', 'uso', 'funguliwa'})),
EmojiAnnotations(emoji='😆', codepoints=(128518,), name='uso unaotabasamu unaoonyesha mdomo ulio wazi na macho yaliyofungwa', slug='uso_unaotabasamu_unaoonyesha_mdomo_ulio_wazi_na_macho_yaliyofungwa', annotations=frozenset({'mdomo', 'tabasamu', 'cheka', 'uso', 'ridhika', 'funguliwa'})),
EmojiAnnotations(emoji='😉', codepoints=(128521,), name='uso unaokonyeza', slug='uso_unaokonyeza', annotations=frozenset({'konyeza', 'uso'})),
EmojiAnnotations(emoji='😊', codepoints=(128522,), name='uso unaotabasamu na macho yanayotabasamu', slug='uso_unaotabasamu_na_macho_yanayotabasamu', annotations=frozenset({'wekundu wa uso', 'jicho', 'tabasamu', 'uso'})),
EmojiAnnotations(emoji='😋', codepoints=(128523,), name='uso unaofurahia chakula kitamu', slug='uso_unaofurahia_chakula_kitamu', annotations=frozenset({'tabasamu', 'kufurahia', 'utamu', 'uso', 'tamu'})),
EmojiAnnotations(emoji='😎', codepoints=(128526,), name='uso unaotabasamu uliovaa miwani', slug='uso_unaotabasamu_uliovaa_miwani', annotations=frozenset({'nzuri', 'tabasamu', "inayong'aa", 'jua', 'uso', 'hali ya hewa', 'jicho', 'wimani ya jua', 'vali la macho'})),
EmojiAnnotations(emoji='😍', codepoints=(128525,), name='uso unaotabasamu ulio na macho ya umbo la moyo', slug='uso_unaotabasamu_ulio_na_macho_ya_umbo_la_moyo', annotations=frozenset({'jicho', 'moyo', 'tabasamu', 'uso', 'upendo'})),
EmojiAnnotations(emoji='😘', codepoints=(128536,), name='uso unaotoa busu', slug='uso_unaotoa_busu', annotations=frozenset({'moyo', 'busu', 'uso'})),
EmojiAnnotations(emoji='😗', codepoints=(128535,), name='uso unaobusu', slug='uso_unaobusu', annotations=frozenset({'busu', 'uso'})),
EmojiAnnotations(emoji='😙', codepoints=(128537,), name='uso unaobusu na macho yanayotabasamu', slug='uso_unaobusu_na_macho_yanayotabasamu', annotations=frozenset({'jicho', 'tabasamu', 'busu', 'uso'})),
EmojiAnnotations(emoji='😚', codepoints=(128538,), name='uso unaobusu na macho yaliyofungwa', slug='uso_unaobusu_na_macho_yaliyofungwa', annotations=frozenset({'jicho', 'iliyofungwa', 'uso', 'busu'})),
EmojiAnnotations(emoji='☺', codepoints=(9786,), name='uso unaotabasamu', slug='uso_unaotabasamu', annotations=frozenset({'tabasamu', 'tulivu', 'uso', 'iliyobainishwa'})),
EmojiAnnotations(emoji='\U0001f642', codepoints=(128578,), name='uso unaotabasamu kwa mbali', slug='uso_unaotabasamu_kwa_mbali', annotations=frozenset({'tabasamu', 'uso'})),
EmojiAnnotations(emoji='\U0001f917', codepoints=(129303,), name='uso unaokumbatia', slug='uso_unaokumbatia', annotations=frozenset({'uso', 'kukumbatia', 'kumbatia'})),
EmojiAnnotations(emoji='😇', codepoints=(128519,), name='uso unaotabasamu ulio na mduara wa mwangaza juu yake', slug='uso_unaotabasamu_ulio_na_mduara_wa_mwangaza_juu_yake', annotations=frozenset({'kichimbakazi', 'asiye na hatia', 'tabasamu', 'duara ya mwangaza', 'malaika', 'njozi', 'uso'})),
EmojiAnnotations(emoji='\U0001f914', codepoints=(129300,), name='uso unaotafakari', slug='uso_unaotafakari', annotations=frozenset({'kufikiri', 'uso'})),
EmojiAnnotations(emoji='😐', codepoints=(128528,), name='uso uliotulia', slug='uso_uliotulia', annotations=frozenset({'uso', 'bila hisia', 'kutulia'})),
EmojiAnnotations(emoji='😑', codepoints=(128529,), name='uso uliojikausha', slug='uso_uliojikausha', annotations=frozenset({'wenye kujikausha', 'uso', 'usioleza chochote', 'usioonyesha hisia'})),
EmojiAnnotations(emoji='😶', codepoints=(128566,), name='uso usio na mdomo', slug='uso_usio_na_mdomo', annotations=frozenset({'uso', 'mdomo', 'kimya'})),
EmojiAnnotations(emoji='\U0001f644', codepoints=(128580,), name='usio wenye macho yanayorembua', slug='usio_wenye_macho_yanayorembua', annotations=frozenset({'macho', 'uso', 'kurembua'})),
EmojiAnnotations(emoji='😏', codepoints=(128527,), name='uso unaobeza', slug='uso_unaobeza', annotations=frozenset({'uso', 'beza'})),
EmojiAnnotations(emoji='😣', codepoints=(128547,), name='uso unaovumilia', slug='uso_unaovumilia', annotations=frozenset({'uso', 'kuvumilia'})),
EmojiAnnotations(emoji='😥', codepoints=(128549,), name='uso uliosikitika lakini unaoonyesha kufarijika', slug='uso_uliosikitika_lakini_unaoonyesha_kufarijika', annotations=frozenset({'kusikitika', 'uso', 'faraja', 'kufarijika'})),
EmojiAnnotations(emoji='😮', codepoints=(128558,), name='uso wenye mdomo ulio wazi', slug='uso_wenye_mdomo_ulio_wazi', annotations=frozenset({'huruma', 'uso', 'mdomo', 'funguliwa'})),
EmojiAnnotations(emoji='\U0001f910', codepoints=(129296,), name='uso uliofungwa mdomo kwa zipu', slug='uso_uliofungwa_mdomo_kwa_zipu', annotations=frozenset({'zipu', 'uso', 'mdomo'})),
EmojiAnnotations(emoji='😯', codepoints=(128559,), name='uso ulionyamaa', slug='uso_ulionyamaa', annotations=frozenset({'uso', 'kushangazwa', 'kunyamaa', 'kustaajabu'})),
EmojiAnnotations(emoji='😪', codepoints=(128554,), name='uso unaosinzia', slug='uso_unaosinzia', annotations=frozenset({'uso', 'usingizi'})),
EmojiAnnotations(emoji='😫', codepoints=(128555,), name='uso uliochoka', slug='uso_uliochoka', annotations=frozenset({'uchovu', 'uso'})),
EmojiAnnotations(emoji='😴', codepoints=(128564,), name='uso unaoonyesha usingizi', slug='uso_unaoonyesha_usingizi', annotations=frozenset({'kusinzia', 'uso', 'usingizi'})),
EmojiAnnotations(emoji='😌', codepoints=(128524,), name='uso uliofarijika', slug='uso_uliofarijika', annotations=frozenset({'uso', 'farijika'})),
EmojiAnnotations(emoji='\U0001f913', codepoints=(129299,), name='uso wa mjuaji', slug='uso_wa_mjuaji', annotations=frozenset({'uso', 'mtaalamu wa mambo', 'mjuzi wa teknolojia'})),
EmojiAnnotations(emoji='😛', codepoints=(128539,), name='uso wenye ulimi nje', slug='uso_wenye_ulimi_nje', annotations=frozenset({'ulimi', 'uso'})),
EmojiAnnotations(emoji='😜', codepoints=(128540,), name='uso unaotoa ulimi nje na jicho lililokonyeza', slug='uso_unaotoa_ulimi_nje_na_jicho_lililokonyeza', annotations=frozenset({'jicho', 'konyeza', 'ulimi', 'uso', 'utani'})),
EmojiAnnotations(emoji='😝', codepoints=(128541,), name='uso unaotoa ulimi nje na macho yaliyofungwa kabisa', slug='uso_unaotoa_ulimi_nje_na_macho_yaliyofungwa_kabisa', annotations=frozenset({'jicho', 'ulimi', 'uso', 'mbaya', 'ladha'})),
EmojiAnnotations(emoji='☹', codepoints=(9785,), name='uso ulionuna', slug='uso_ulionuna', annotations=frozenset({'kununa', 'uso'})),
EmojiAnnotations(emoji='\U0001f641', codepoints=(128577,), name='uso ulionuna kiasi', slug='uso_ulionuna_kiasi', annotations=frozenset({'kununa', 'uso'})),
EmojiAnnotations(emoji='😒', codepoints=(128530,), name='uso usio na furaha', slug='uso_usio_na_furaha', annotations=frozenset({'kutofurahi', 'uso', 'kukosa furaha'})),
EmojiAnnotations(emoji='😓', codepoints=(128531,), name='uso wenye jasho jembamba', slug='uso_wenye_jasho_jembamba', annotations=frozenset({'jembamba', 'uso', 'jasho'})),
EmojiAnnotations(emoji='😔', codepoints=(128532,), name='uso uliozama katika mawazo', slug='uso_uliozama_katika_mawazo', annotations=frozenset({'wenye mawazo', 'uso', 'huzunishwa'})),
EmojiAnnotations(emoji='😕', codepoints=(128533,), name='uso uliochanganyikiwa', slug='uso_uliochanganyikiwa', annotations=frozenset({'uso', 'kuchanganyikiwa'})),
EmojiAnnotations(emoji='😖', codepoints=(128534,), name='uso ulioshangazwa', slug='uso_ulioshangazwa', annotations=frozenset({'uso', 'kushangazwa'})),
EmojiAnnotations(emoji='\U0001f643', codepoints=(128579,), name='uso uliogeuzwa juu chini', slug='uso_uliogeuzwa_juu_chini', annotations=frozenset({'uso', 'kugeuzwa juu chini'})),
EmojiAnnotations(emoji='😷', codepoints=(128567,), name='uso uliovaa barakoa ya matibabu', slug='uso_uliovaa_barakoa_ya_matibabu', annotations=frozenset({'dawa', 'mafua', 'mgonjwa', 'barakoa', 'uso', 'daktari'})),
EmojiAnnotations(emoji='\U0001f912', codepoints=(129298,), name='uso wenye kipimajoto mdomoni', slug='uso_wenye_kipimajoto_mdomoni', annotations=frozenset({'ugonjwa', 'uso', 'ngonjwa', 'pima joto'})),
EmojiAnnotations(emoji='\U0001f915', codepoints=(129301,), name='uso uliofungwa bandeji kichwani', slug='uso_uliofungwa_bandeji_kichwani', annotations=frozenset({'uso', 'bandeji', 'maumivu', 'kuumia'})),
EmojiAnnotations(emoji='\U0001f911', codepoints=(129297,), name='uso unaoonyesha pesa ya noti mdomoni', slug='uso_unaoonyesha_pesa_ya_noti_mdomoni', annotations=frozenset({'uso', 'mdomo', 'pesa'})),
EmojiAnnotations(emoji='😲', codepoints=(128562,), name='uso uliostaajabu', slug='uso_uliostaajabu', annotations=frozenset({'kustaajabishwa', 'kushtuliwa', 'uso', 'kabisa'})),
EmojiAnnotations(emoji='😞', codepoints=(128542,), name='uso uliosikitika', slug='uso_uliosikitika', annotations=frozenset({'uso', 'sikitiko'})),
EmojiAnnotations(emoji='😟', codepoints=(128543,), name='uso ulio na wasiwasi', slug='uso_ulio_na_wasiwasi', annotations=frozenset({'uso', 'wasiwasi'})),
EmojiAnnotations(emoji='😤', codepoints=(128548,), name='uso wenye mvuke unaotoka puani', slug='uso_wenye_mvuke_unaotoka_puani', annotations=frozenset({'ushindi', 'uso', 'shinda'})),
EmojiAnnotations(emoji='😢', codepoints=(128546,), name='uso unaolia', slug='uso_unaolia', annotations=frozenset({'uso', 'lia', 'huzuni', 'chozi'})),
EmojiAnnotations(emoji='😭', codepoints=(128557,), name='uso unaolia kwa sauti', slug='uso_unaolia_kwa_sauti', annotations=frozenset({'uso', 'lia', 'huzuni', 'chozi', 'kulia'})),
EmojiAnnotations(emoji='😦', codepoints=(128550,), name='uso ulionuna wenye mdomo uliofunguliwa', slug='uso_ulionuna_wenye_mdomo_uliofunguliwa', annotations=frozenset({'kununa', 'uso', 'mdomo', 'funguliwa'})),
EmojiAnnotations(emoji='😧', codepoints=(128551,), name='uso unaoonyesha uchungu', slug='uso_unaoonyesha_uchungu', annotations=frozenset({'uso', 'uchungu'})),
EmojiAnnotations(emoji='😨', codepoints=(128552,), name='uso unaoogopa', slug='uso_unaoogopa', annotations=frozenset({'uso', 'woga', 'kuhofu', 'kuogopa'})),
EmojiAnnotations(emoji='😩', codepoints=(128553,), name='uso unaoonyesha uchovu', slug='uso_unaoonyesha_uchovu', annotations=frozenset({'uchovu', 'kuchoka', 'uso'})),
EmojiAnnotations(emoji='😬', codepoints=(128556,), name='uso uliokunjwa', slug='uso_uliokunjwa', annotations=frozenset({'kunja', 'uso'})),
EmojiAnnotations(emoji='😰', codepoints=(128560,), name='uso wenye mdomo uliofunguliwa na jasho jembamba', slug='uso_wenye_mdomo_uliofunguliwa_na_jasho_jembamba', annotations=frozenset({'jasho', 'mdomo', 'sisimka', 'jembamba', 'uso', 'samawati', 'funguliwa'})),
EmojiAnnotations(emoji='😱', codepoints=(128561,), name='uso unaopiga mayowe ya hofu', slug='uso_unaopiga_mayowe_ya_hofu', annotations=frozenset({'kuogopa', 'woga', 'uso', 'kula', 'kuhofu', 'mayowe'})),
EmojiAnnotations(emoji='😳', codepoints=(128563,), name='uso uliojawa msisimko', slug='uso_uliojawa_msisimko', annotations=frozenset({'kizunguzungu', 'sisimka', 'uso'})),
EmojiAnnotations(emoji='😵', codepoints=(128565,), name='uso unaoonyesha kuwa na kizunguzungu', slug='uso_unaoonyesha_kuwa_na_kizunguzungu', annotations=frozenset({'kizunguzungu', 'uso'})),
EmojiAnnotations(emoji='😡', codepoints=(128545,), name='uso uliobibidua midomo', slug='uso_uliobibidua_midomo', annotations=frozenset({'nyekundu', 'bibidua midomo', 'ghadhabu', 'kasirika', 'uso', 'hasira'})),
EmojiAnnotations(emoji='😠', codepoints=(128544,), name='uso uliojaa hasira', slug='uso_uliojaa_hasira', annotations=frozenset({'kasirika', 'uso', 'hasira'})),
EmojiAnnotations(emoji='😈', codepoints=(128520,), name='uso unaotabasamu wenye pembe', slug='uso_unaotabasamu_wenye_pembe', annotations=frozenset({'tabasamu', 'pembe', 'uso', 'njozi', 'kichimbakazi'})),
EmojiAnnotations(emoji='👿', codepoints=(128127,), name='kishetani', slug='kishetani', annotations=frozenset({'pepo', 'uso', 'shetani', 'kichimbakazi', 'njozi'})),
EmojiAnnotations(emoji='👹', codepoints=(128121,), name='zimwi', slug='zimwi', annotations=frozenset({'uso', 'njozi', 'kichimbakazi', 'kiumbe', 'kijapani'})),
EmojiAnnotations(emoji='👺', codepoints=(128122,), name='afriti', slug='afriti', annotations=frozenset({'kichimbakazi', 'kiumbe', 'njozi', 'uso', 'kijapani', 'zimwi'})),
EmojiAnnotations(emoji='💀', codepoints=(128128,), name='fuvu', slug='fuvu', annotations=frozenset({'kifo', 'uso', 'zimwi', 'kichimbakazi', 'mwili'})),
EmojiAnnotations(emoji='☠', codepoints=(9760,), name='fuvu na mifupa', slug='fuvu_na_mifupa', annotations=frozenset({'fuvu', 'kifo', 'mifupa', 'uso', 'mwili', 'zimwi'})),
EmojiAnnotations(emoji='👻', codepoints=(128123,), name='jini', slug='jini', annotations=frozenset({'uso', 'njozi', 'kichimbakazi', 'kiumbe', 'zimwi'})),
EmojiAnnotations(emoji='👽', codepoints=(128125,), name='jitu geni', slug='jitu_geni', annotations=frozenset({'kichimbakazi', 'kiumbe', 'njozi', 'uso', 'anga', 'kitu kisichojulikana kinachopaa hewani', 'zimwi'})),
EmojiAnnotations(emoji='👾', codepoints=(128126,), name='dubwana geni', slug='dubwana_geni', annotations=frozenset({'geni', 'kichimbakazi', 'kiumbe', 'njozi', 'uso', 'anga', 'kitu kisichojulikana kinachopaa hewani', 'jitu geni', 'zimwi'})),
EmojiAnnotations(emoji='\U0001f916', codepoints=(129302,), name='uso wa roboti', slug='uso_wa_roboti', annotations=frozenset({'roboti', 'uso', 'zimwi'})),
EmojiAnnotations(emoji='💩', codepoints=(128169,), name='kinyesi', slug='kinyesi', annotations=frozenset({'mavi', 'uso', 'kibonzo', 'zimwi'})),
EmojiAnnotations(emoji='😺', codepoints=(128570,), name='uso wa paka unaocheka na mdomo uliofunguliwa', slug='uso_wa_paka_unaocheka_na_mdomo_uliofunguliwa', annotations=frozenset({'tabasamu', 'paka', 'uso', 'mdomo', 'funguliwa'})),
EmojiAnnotations(emoji='😸', codepoints=(128568,), name='uso wa paka unaokenua na macho yanayotabasamu', slug='uso_wa_paka_unaokenua_na_macho_yanayotabasamu', annotations=frozenset({'jicho', 'kenua', 'paka', 'uso', 'tabasamu'})),
EmojiAnnotations(emoji='😹', codepoints=(128569,), name='uso wa paka wenye machozi ya furaha', slug='uso_wa_paka_wenye_machozi_ya_furaha', annotations=frozenset({'paka', 'uso', 'furaha', 'chozi'})),
EmojiAnnotations(emoji='😻', codepoints=(128571,), name='uso wa paka unaotabasamu wenye macho yenye umbo la moyo', slug='uso_wa_paka_unaotabasamu_wenye_macho_yenye_umbo_la_moyo', annotations=frozenset({'tabasamu', 'uso', 'jicho', 'moyo', 'paka', 'upendo'})),
EmojiAnnotations(emoji='😼', codepoints=(128572,), name='uso wa paka wenye tabasamu la kulazimisha', slug='uso_wa_paka_wenye_tabasamu_la_kulazimisha', annotations=frozenset({'tabasamu', 'kulazimisha', 'paka', 'uso', 'kejeli'})),
EmojiAnnotations(emoji='😽', codepoints=(128573,), name='uso wa paka wenye busu na macho yaliyofungwa', slug='uso_wa_paka_wenye_busu_na_macho_yaliyofungwa', annotations=frozenset({'jicho', 'paka', 'uso', 'busu'})),
EmojiAnnotations(emoji='🙀', codepoints=(128576,), name='uso wa paka uliochoka', slug='uso_wa_paka_uliochoka', annotations=frozenset({'uchovu', 'loh', 'paka', 'uso', 'shangazwa'})),
EmojiAnnotations(emoji='😿', codepoints=(128575,), name='uso wa paka unaolia', slug='uso_wa_paka_unaolia', annotations=frozenset({'paka', 'uso', 'lia', 'huzuni', 'chozi'})),
EmojiAnnotations(emoji='😾', codepoints=(128574,), name='uso wa paka uliobibidua midomo', slug='uso_wa_paka_uliobibidua_midomo', annotations=frozenset({'paka', 'uso', 'bibidua midomo'})),
EmojiAnnotations(emoji='🙈', codepoints=(128584,), name='uso wenye macho yaliyofunikwa kwa mikono', slug='uso_wenye_macho_yaliyofunikwa_kwa_mikono', annotations=frozenset({'siyo', 'katazwa', 'ishara', 'marufuku', 'tumbili', 'uso', 'hapana', 'angalia', 'uovu'})),
EmojiAnnotations(emoji='🙉', codepoints=(128585,), name='uso wenye masikio yaliyofunikwa kwa mikono', slug='uso_wenye_masikio_yaliyofunikwa_kwa_mikono', annotations=frozenset({'siyo', 'katazwa', 'ishara', 'marufuku', 'tumbili', 'uso', 'hapana', 'uovu'})),
EmojiAnnotations(emoji='🙊', codepoints=(128586,), name='uso wenye mdomo uliofunikwa kwa mikono', slug='uso_wenye_mdomo_uliofunikwa_kwa_mikono', annotations=frozenset({'siyo', 'katazwa', 'ishara', 'marufuku', 'tumbili', 'uso', 'hapana', 'uovu', 'zungumza'})),
EmojiAnnotations(emoji='👧', codepoints=(128103,), name='msichana', slug='msichana', annotations=frozenset({'zodiaki', 'mwali', 'mashuke', 'bikira'})),
EmojiAnnotations(emoji='👴', codepoints=(128116,), name='babu', slug='babu', annotations=frozenset({'mzee', 'mwanamume'})),
EmojiAnnotations(emoji='👵', codepoints=(128117,), name='bibi', slug='bibi', annotations=frozenset({'mzee', 'mwanamke'})),
EmojiAnnotations(emoji='👱', codepoints=(128113,), name='mtu mwenye nywele za rangi ya shaba au kimanjano', slug='mtu_mwenye_nywele_za_rangi_ya_shaba_au_kimanjano', annotations=frozenset({'rangi ya shaba au kimanjano'})),
EmojiAnnotations(emoji='👮', codepoints=(128110,), name='askari polisi', slug='askari_polisi', annotations=frozenset({'afisa', 'polisi'})),
EmojiAnnotations(emoji='👲', codepoints=(128114,), name='mwanamume aliyevaa kofia ya kichina', slug='mwanamume_aliyevaa_kofia_ya_kichina', annotations=frozenset({'kofia', 'gua pi mao', 'mwanamume'})),
EmojiAnnotations(emoji='👳', codepoints=(128115,), name='mwanaume aliyefunga kilemba', slug='mwanaume_aliyefunga_kilemba', annotations=frozenset({'kilemba', 'mwanamume'})),
EmojiAnnotations(emoji='👷', codepoints=(128119,), name='mfanyakazi wa ujenzi', slug='mfanyakazi_wa_ujenzi', annotations=frozenset({'kofia', 'ujenzi', 'mfanyakazi'})),
EmojiAnnotations(emoji='⛑', codepoints=(9937,), name='helmeti iliyo na msalaba mweupe', slug='helmeti_iliyo_na_msalaba_mweupe', annotations=frozenset({'msalaba', 'helmeti', 'kofia', 'uso', 'msaada'})),
EmojiAnnotations(emoji='👸', codepoints=(128120,), name='binti mfalme', slug='binti_mfalme', annotations=frozenset({'njozi', 'kichimbakazi'})),
EmojiAnnotations(emoji='\U0001f575', codepoints=(128373,), name='mpelelezi', slug='mpelelezi', annotations=frozenset({'jasusi'})),
EmojiAnnotations(emoji='🎅', codepoints=(127877,), name='baba krismasi', slug='baba_krismasi', annotations=frozenset({'baba', 'sherehe', 'njozi', 'krismasi', 'kichimbakazi'})),
EmojiAnnotations(emoji='👼', codepoints=(128124,), name='mtoto malaika', slug='mtoto_malaika', annotations=frozenset({'uso', 'malaika', 'kichimbakazi', 'mtoto', 'njozi'})),
EmojiAnnotations(emoji='💆', codepoints=(128134,), name='kukanda uso', slug='kukanda_uso', annotations=frozenset({'kukanda', 'mahali panapotoa huduma zinazohusiana na mitindo'})),
EmojiAnnotations(emoji='💇', codepoints=(128135,), name='kukata nywele', slug='kukata_nywele', annotations=frozenset({'urembo', 'kinyozi', 'ukumbi'})),
EmojiAnnotations(emoji='👰', codepoints=(128112,), name='bi harusi aliyevaa shela', slug='bi_harusi_aliyevaa_shela', annotations=frozenset({'bi harusi', 'harusi', 'shela'})),
EmojiAnnotations(emoji='🙍', codepoints=(128589,), name='mtu anayekunja kipaji cha uso', slug='mtu_anayekunja_kipaji_cha_uso', annotations=frozenset({'chukizwa', 'ishara'})),
EmojiAnnotations(emoji='🙎', codepoints=(128590,), name='mtu aliyebibidua midomo', slug='mtu_aliyebibidua_midomo', annotations=frozenset({'bibidua midomo', 'ishara'})),
EmojiAnnotations(emoji='🙅', codepoints=(128581,), name='mtu anayeonyesha ishara ya kukataa', slug='mtu_anayeonyesha_ishara_ya_kukataa', annotations=frozenset({'siyo', 'katazwa', 'ishara', 'marufuku', 'hapana', 'mkono'})),
EmojiAnnotations(emoji='🙆', codepoints=(128582,), name='mtu anayeonyesha ishara ya kukubali', slug='mtu_anayeonyesha_ishara_ya_kukubali', annotations=frozenset({'mkono', 'ishara', 'sawa'})),
EmojiAnnotations(emoji='💁', codepoints=(128129,), name='mhudumu anayetoa maelezo', slug='mhudumu_anayetoa_maelezo', annotations=frozenset({'mkono', 'maelezo', 'anayejiamini', 'usaidizi'})),
EmojiAnnotations(emoji='🙋', codepoints=(128587,), name='mtu mwenye furaha aliyeinua mkono', slug='mtu_mwenye_furaha_aliyeinua_mkono', annotations=frozenset({'mkono', 'inuliwa', 'furaha', 'ishara'})),
EmojiAnnotations(emoji='🙇', codepoints=(128583,), name='mtu aliyeinama', slug='mtu_aliyeinama', annotations=frozenset({'inama', 'msamaha', 'ishara', 'samahani'})),
EmojiAnnotations(emoji='🙌', codepoints=(128588,), name='mtu aliyeinua mikono', slug='mtu_aliyeinua_mikono', annotations=frozenset({'inuliwa', 'ishara', 'mwili', 'shangwe', 'mkono', 'kusherehekea'})),
EmojiAnnotations(emoji='🙏', codepoints=(128591,), name='mtu aliyekunja mikono', slug='mtu_aliyekunja_mikono', annotations=frozenset({'ishara', 'omba', 'tafadhali', 'mwili', 'uliza', 'mkono', 'asante', 'inama', 'kunjwa'})),
EmojiAnnotations(emoji='\U0001f5e3', codepoints=(128483,), name='kichwa kinachozugumza', slug='kichwa_kinachozugumza', annotations=frozenset({'uso', 'kichwa', 'zungumza', 'kivuli', 'kuzungumza'})),
EmojiAnnotations(emoji='👤', codepoints=(128100,), name='sanamu ya kichwa na mabega ya mtu katika kivuli', slug='sanamu_ya_kichwa_na_mabega_ya_mtu_katika_kivuli', annotations=frozenset({'sanamu ya kichwa na mabega ya mtu', 'kivuli'})),
EmojiAnnotations(emoji='👥', codepoints=(128101,), name='sanamu za kichwa na mabega ya mtu katika kivuli', slug='sanamu_za_kichwa_na_mabega_ya_mtu_katika_kivuli', annotations=frozenset({'sanamu ya kichwa na mabega ya mtu', 'kivuli'})),
EmojiAnnotations(emoji='🚶', codepoints=(128694,), name='mtu anayetembea', slug='mtu_anayetembea', annotations=frozenset({'kutembea', 'kutembea umbali mrefu', 'tembea'})),
EmojiAnnotations(emoji='🏃', codepoints=(127939,), name='mkimbiaji', slug='mkimbiaji', annotations=frozenset({'mbio za masafa marefu', 'kukimbia'})),
EmojiAnnotations(emoji='👯', codepoints=(128111,), name='wanawake wanaosherehekea', slug='wanawake_wanaosherehekea', annotations=frozenset({'sungura', 'mwanamke', 'msichana', 'mcheza dansi', 'sikio'})),
EmojiAnnotations(emoji='\U0001f574', codepoints=(128372,), name='mwanaume aliyevaa suti anaye elea hewani', slug='mwanaume_aliyevaa_suti_anaye_elea_hewani', annotations=frozenset({'biashara', 'suti', 'mwanamume'})),
EmojiAnnotations(emoji='💏', codepoints=(128143,), name='busu', slug='busu', annotations=frozenset({'mapenzi', 'mume na mke'})),
EmojiAnnotations(emoji='💑', codepoints=(128145,), name='mume na muke na ishara ya moyo', slug='mume_na_muke_na_ishara_ya_moyo', annotations=frozenset({'moyo', 'mapenzi', 'mume na mke', 'upendo'})),
EmojiAnnotations(emoji='👪', codepoints=(128106,), name='familia', slug='familia', annotations=frozenset({'baba', 'mama', 'mtoto'})),
EmojiAnnotations(emoji='👫', codepoints=(128107,), name='mwanamume na mwanamke walioshikana mikono', slug='mwanamume_na_mwanamke_walioshikana_mikono', annotations=frozenset({'mkono', 'shikilia', 'mwanamke', 'mume na mke', 'mwanamume'})),
EmojiAnnotations(emoji='👬', codepoints=(128108,), name='wanaume wawili walioshikana mikono', slug='wanaume_wawili_walioshikana_mikono', annotations=frozenset({'mwanamume', 'mume na mke', 'shikilia', 'mapacha', 'mkono', 'zodiaki'})),
EmojiAnnotations(emoji='👭', codepoints=(128109,), name='wanawake wawili walioshikana mikono', slug='wanawake_wawili_walioshikana_mikono', annotations=frozenset({'mkono', 'shikilia', 'mwanamke', 'mume na mke'})),
EmojiAnnotations(emoji='\U0001f3fb', codepoints=(127995,), name='ngozi aina ya-1-2', slug='ngozi_aina_ya_1_2', annotations=frozenset({'fitzpatrick', 'mwonekano', 'gamba', 'kibadilisha emoji'})),
EmojiAnnotations(emoji='\U0001f3fc', codepoints=(127996,), name='ngozi aina ya-3', slug='ngozi_aina_ya_3', annotations=frozenset({'fitzpatrick', 'mwonekano', 'gamba', 'kibadilisha emoji'})),
EmojiAnnotations(emoji='\U0001f3fd', codepoints=(127997,), name='ngozi aina ya-4', slug='ngozi_aina_ya_4', annotations=frozenset({'fitzpatrick', 'mwonekano', 'gamba', 'kibadilisha emoji'})),
EmojiAnnotations(emoji='\U0001f3fe', codepoints=(127998,), name='ngozi aina ya-5', slug='ngozi_aina_ya_5', annotations=frozenset({'fitzpatrick', 'mwonekano', 'gamba', 'kibadilisha emoji'})),
EmojiAnnotations(emoji='\U0001f3ff', codepoints=(127999,), name='ngozi aina ya-6', slug='ngozi_aina_ya_6', annotations=frozenset({'fitzpatrick', 'mwonekano', 'gamba', 'kibadilisha emoji'})),
EmojiAnnotations(emoji='💪', codepoints=(128170,), name='misuli iliyotunishwa', slug='misuli_iliyotunishwa', annotations=frozenset({'musuli', 'misuli za mikono', 'kibonzo', 'mwili', 'tunisha'})),
EmojiAnnotations(emoji='👈', codepoints=(128072,), name='kidole cha kwanza kinachoelekeza kushoto', slug='kidole_cha_kwanza_kinachoelekeza_kushoto', annotations=frozenset({'kidole', 'elekeza', 'mwili', 'mkono', 'cha kwanza', 'nyuma ya mkono'})),
EmojiAnnotations(emoji='👉', codepoints=(128073,), name='kidole cha kwanza kinachoelekeza kulia', slug='kidole_cha_kwanza_kinachoelekeza_kulia', annotations=frozenset({'kidole', 'elekeza', 'mwili', 'mkono', 'cha kwanza', 'nyuma ya mkono'})),
EmojiAnnotations(emoji='☝', codepoints=(9757,), name='kidole cha kwanza kinachoelekeza juu', slug='kidole_cha_kwanza_kinachoelekeza_juu', annotations=frozenset({'kidole', 'elekeza', 'mwili', 'mkono', 'cha kwanza', 'juu'})),
EmojiAnnotations(emoji='👆', codepoints=(128070,), name='kidole cha kwanza kinachoelekeza juu kwa nyuma', slug='kidole_cha_kwanza_kinachoelekeza_juu_kwa_nyuma', annotations=frozenset({'kidole', 'elekeza', 'mwili', 'mkono', 'cha kwanza', 'nyuma ya mkono', 'juu'})),
EmojiAnnotations(emoji='\U0001f595', codepoints=(128405,), name='kidole cha kati', slug='kidole_cha_kati', annotations=frozenset({'mkono', 'kidole', 'mwili'})),
EmojiAnnotations(emoji='👇', codepoints=(128071,), name='kidole cha kwanza kinachoelekeza chini kwa nyuma', slug='kidole_cha_kwanza_kinachoelekeza_chini_kwa_nyuma', annotations=frozenset({'kidole', 'elekeza', 'mwili', 'mkono', 'cha kwanza', 'nyuma ya mkono'})),
EmojiAnnotations(emoji='✌', codepoints=(9996,), name='mkono wa ushindi', slug='mkono_wa_ushindi', annotations=frozenset({'mkono', 'v', 'ushindi', 'mwili'})),
EmojiAnnotations(emoji='\U0001f596', codepoints=(128406,), name='ishara ya vulkani', slug='ishara_ya_vulkani', annotations=frozenset({'mkono', 'spoku', 'vulkani', 'kidole', 'mwili'})),
EmojiAnnotations(emoji='\U0001f918', codepoints=(129304,), name='ishara ya pembe', slug='ishara_ya_pembe', annotations=frozenset({'mkono', 'cheza', 'pembe', 'kidole', 'mwili'})),
EmojiAnnotations(emoji='\U0001f590', codepoints=(128400,), name='mkono ulioinuliwa na vidole vilivyotanuliwa', slug='mkono_ulioinuliwa_na_vidole_vilivyotanuliwa', annotations=frozenset({'mkono', 'kidole', 'mwili', 'tanuliwa'})),
EmojiAnnotations(emoji='✋', codepoints=(9995,), name='mkono ulioinuliwa', slug='mkono_ulioinuliwa', annotations=frozenset({'mkono', 'mwili'})),
EmojiAnnotations(emoji='👌', codepoints=(128076,), name='mkono wa kuonyesha mambo yako shwari', slug='mkono_wa_kuonyesha_mambo_yako_shwari', annotations=frozenset({'mkono', 'mwili', 'sawa'})),
EmojiAnnotations(emoji='👍', codepoints=(128077,), name='dole gumba juu', slug='dole_gumba_juu', annotations=frozenset({'mkono', 'gumba', 'juu', 'mwili', '1'})),
EmojiAnnotations(emoji='👎', codepoints=(128078,), name='dole gumba chini', slug='dole_gumba_chini', annotations=frozenset({'mkono', '-1', 'gumba', 'chini', 'mwili'})),
EmojiAnnotations(emoji='✊', codepoints=(9994,), name='ngumi iliyoinuliwa', slug='ngumi_iliyoinuliwa', annotations=frozenset({'mkono', 'ngumi', 'kunja ngumi', 'mwili', 'konde'})),
EmojiAnnotations(emoji='👊', codepoints=(128074,), name='ngumi uliyonyooshewa', slug='ngumi_uliyonyooshewa', annotations=frozenset({'mkono', 'ngumi', 'kunja ngumi', 'mwili', 'konde'})),
EmojiAnnotations(emoji='👋', codepoints=(128075,), name='mkono unaopunga', slug='mkono_unaopunga', annotations=frozenset({'mkono', 'punga', 'kupunga', 'mwili'})),
EmojiAnnotations(emoji='👏', codepoints=(128079,), name='mikono inayopiga makofi', slug='mikono_inayopiga_makofi', annotations=frozenset({'mkono', 'piga makofi', 'mwili'})),
EmojiAnnotations(emoji='👐', codepoints=(128080,), name='mikono iliyowazi', slug='mikono_iliyowazi', annotations=frozenset({'mkono', 'wazi', 'mwili'})),
EmojiAnnotations(emoji='✍', codepoints=(9997,), name='mkono unaoandika', slug='mkono_unaoandika', annotations=frozenset({'mkono', 'mwili', 'andika'})),
EmojiAnnotations(emoji='💅', codepoints=(128133,), name='rangi ya kupaka kwenye kucha', slug='rangi_ya_kupaka_kwenye_kucha', annotations=frozenset({'rangi', 'kucha', 'tunza', 'vipodozi', 'tengeneza kucha', 'mwili'})),
EmojiAnnotations(emoji='👂', codepoints=(128066,), name='sikio', slug='sikio', annotations=frozenset({'mwili'})),
EmojiAnnotations(emoji='👃', codepoints=(128067,), name='pua', slug='pua', annotations=frozenset({'mwili'})),
EmojiAnnotations(emoji='👣', codepoints=(128099,), name='nyayo', slug='nyayo', annotations=frozenset({'alama', 'mavazi', 'mwili'})),
EmojiAnnotations(emoji='👀', codepoints=(128064,), name='macho', slug='macho', annotations=frozenset({'jicho', 'uso', 'mwili'})),
EmojiAnnotations(emoji='\U0001f441', codepoints=(128065,), name='jicho', slug='jicho', annotations=frozenset({'mwili'})),
EmojiAnnotations(emoji='👅', codepoints=(128069,), name='ulimi', slug='ulimi', annotations=frozenset({'mwili'})),
EmojiAnnotations(emoji='👄', codepoints=(128068,), name='mdomo', slug='mdomo', annotations=frozenset({'midomo', 'mwili'})),
EmojiAnnotations(emoji='💋', codepoints=(128139,), name='alama ya busu', slug='alama_ya_busu', annotations=frozenset({'moyo', 'busu', 'midomo', 'alama', 'mapenzi'})),
EmojiAnnotations(emoji='💘', codepoints=(128152,), name='moyo uliopenyezwa mshale', slug='moyo_uliopenyezwa_mshale', annotations=frozenset({'mshale', 'moyo', 'mapenzi', 'alama ya mapenzi'})),
EmojiAnnotations(emoji='❤', codepoints=(10084,), name='moyo mwekundu', slug='moyo_mwekundu', annotations=frozenset({'moyo'})),
EmojiAnnotations(emoji='💓', codepoints=(128147,), name='moyo unaodunda', slug='moyo_unaodunda', annotations=frozenset({'moyo', 'kupiga', 'mbio', 'mapigo ya moyo'})),
EmojiAnnotations(emoji='💔', codepoints=(128148,), name='moyo uliovunjika', slug='moyo_uliovunjika', annotations=frozenset({'moyo', 'vunja', 'vunjika'})),
EmojiAnnotations(emoji='💕', codepoints=(128149,), name='mioyo miwili', slug='mioyo_miwili', annotations=frozenset({"moyo' upendo"})),
EmojiAnnotations(emoji='💖', codepoints=(128150,), name="moyo unaong'aa", slug="moyo_unaong'aa", annotations=frozenset({'furahia', 'moyo', 'metameta'})),
EmojiAnnotations(emoji='💗', codepoints=(128151,), name='moyo uaokua', slug='moyo_uaokua', annotations=frozenset({'', 'wasiwasi', 'mpaigo ya moyo', 'furahia', 'kukua', 'moyo'})),
EmojiAnnotations(emoji='💙', codepoints=(128153,), name='moyo ya samawati', slug='moyo_ya_samawati', annotations=frozenset({'moyo', 'samawati'})),
EmojiAnnotations(emoji='💚', codepoints=(128154,), name='moyo wa kijani', slug='moyo_wa_kijani', annotations=frozenset({'moyo', 'kijani'})),
EmojiAnnotations(emoji='💛', codepoints=(128155,), name='moyo wa manjano', slug='moyo_wa_manjano', annotations=frozenset({'moyo', 'manjano'})),
EmojiAnnotations(emoji='💜', codepoints=(128156,), name='moyo wa zambarau', slug='moyo_wa_zambarau', annotations=frozenset({'moyo', 'zambarau'})),
EmojiAnnotations(emoji='💝', codepoints=(128157,), name='moyo uliofungwa kwa utepe', slug='moyo_uliofungwa_kwa_utepe', annotations=frozenset({'moyo', 'utepe', 'valentine'})),
EmojiAnnotations(emoji='💞', codepoints=(128158,), name='mioyo inayozunguka', slug='mioyo_inayozunguka', annotations=frozenset({'moyo', 'kuzunguka'})),
EmojiAnnotations(emoji='💟', codepoints=(128159,), name='mapambo ya moyo', slug='mapambo_ya_moyo', annotations=frozenset({'moyo'})),
EmojiAnnotations(emoji='❣', codepoints=(10083,), name='pambo la moyo ulio na alama ya mshangao', slug='pambo_la_moyo_ulio_na_alama_ya_mshangao', annotations=frozenset({'moyo', 'alama', 'mshangao', 'uakifishaji'})),
EmojiAnnotations(emoji='💌', codepoints=(128140,), name='barua ya mapenzi', slug='barua_ya_mapenzi', annotations=frozenset({'moyo', 'mapenzi', 'barua', 'upendo'})),
EmojiAnnotations(emoji='💤', codepoints=(128164,), name='usingizi', slug='usingizi', annotations=frozenset({'kibonzo'})),
EmojiAnnotations(emoji='💢', codepoints=(128162,), name='alama ya hasira', slug='alama_ya_hasira', annotations=frozenset({'hasira', 'kibonzo', 'ghadhabu'})),
EmojiAnnotations(emoji='💣', codepoints=(128163,), name='bomu', slug='bomu', annotations=frozenset({'kibonzo'})),
EmojiAnnotations(emoji='💥', codepoints=(128165,), name='mgongano', slug='mgongano', annotations=frozenset({'kibonzo', 'mlio'})),
EmojiAnnotations(emoji='💦', codepoints=(128166,), name='matone ya jasho', slug='matone_ya_jasho', annotations=frozenset({'kibonzo', 'matone', 'jasho'})),
EmojiAnnotations(emoji='💨', codepoints=(128168,), name='kuharakisha', slug='kuharakisha', annotations=frozenset({'dashi', 'kibonzo', 'kukimbia'})),
EmojiAnnotations(emoji='💫', codepoints=(128171,), name='kizunguzungu', slug='kizunguzungu', annotations=frozenset({'nyota', 'kibonzo'})),
EmojiAnnotations(emoji='💬', codepoints=(128172,), name='kitufe cha usemi', slug='kitufe_cha_usemi', annotations=frozenset({'mazungumzo', 'kibonzo', 'puto', 'ishara', 'usemi'})),
EmojiAnnotations(emoji='\U0001f5e8', codepoints=(128488,), name='kitufe cha usemi cha kushoto', slug='kitufe_cha_usemi_cha_kushoto', annotations=frozenset({'mazungumzo', 'usemi'})),
EmojiAnnotations(emoji='\U0001f5ef', codepoints=(128495,), name='kitufe cha usemi wa hasira cha kulia', slug='kitufe_cha_usemi_wa_hasira_cha_kulia', annotations=frozenset({'hasira', 'puto', 'ishara', 'ghadhabu'})),
EmojiAnnotations(emoji='💭', codepoints=(128173,), name='kitufe cha mawazo', slug='kitufe_cha_mawazo', annotations=frozenset({'wazo', 'kibonzo', 'puto', 'ishara'})),
EmojiAnnotations(emoji='👓', codepoints=(128083,), name='miwani', slug='miwani', annotations=frozenset({'jicho', 'maiwani', 'mavazi', 'miwani ya macho'})),
EmojiAnnotations(emoji='\U0001f576', codepoints=(128374,), name='miwani ya jua', slug='miwani_ya_jua', annotations=frozenset({'jicho', 'nyeusi', 'miwani ya macho', 'miwani'})),
EmojiAnnotations(emoji='👔', codepoints=(128084,), name='tai', slug='tai', annotations=frozenset({'mavazi'})),
EmojiAnnotations(emoji='👕', codepoints=(128085,), name='fulana', slug='fulana', annotations=frozenset({'mavazi', 'shati'})),
EmojiAnnotations(emoji='👖', codepoints=(128086,), name='suruali ya jinzi', slug='suruali_ya_jinzi', annotations=frozenset({'mavazi', 'suruali'})),
EmojiAnnotations(emoji='👗', codepoints=(128087,), name='nguo', slug='nguo', annotations=frozenset({'mavazi'})),
EmojiAnnotations(emoji='👘', codepoints=(128088,), name='kimono', slug='kimono', annotations=frozenset({'mavazi'})),
EmojiAnnotations(emoji='👙', codepoints=(128089,), name='bikini', slug='bikini', annotations=frozenset({'kuogelea', 'mavazi'})),
EmojiAnnotations(emoji='👚', codepoints=(128090,), name='nguo za wanawake', slug='nguo_za_wanawake', annotations=frozenset({'mwanamke', 'mavazi'})),
EmojiAnnotations(emoji='👛', codepoints=(128091,), name='kibeti', slug='kibeti', annotations=frozenset({'sarafu', 'mavazi'})),
EmojiAnnotations(emoji='👜', codepoints=(128092,), name='mfuko', slug='mfuko', annotations=frozenset({'mavazi'})),
EmojiAnnotations(emoji='👝', codepoints=(128093,), name='kipochi', slug='kipochi', annotations=frozenset({'mavazi', 'mkoba'})),
EmojiAnnotations(emoji='\U0001f6cd', codepoints=(128717,), name='mifuko ya kubeba bidhaa baada ya kununua', slug='mifuko_ya_kubeba_bidhaa_baada_ya_kununua', annotations=frozenset({'ununuzi', 'hoteli', 'mkoba'})),
EmojiAnnotations(emoji='🎒', codepoints=(127890,), name='mfuko wa shuleni', slug='mfuko_wa_shuleni', annotations=frozenset({'shule', 'begi', 'mkoba'})),
EmojiAnnotations(emoji='👞', codepoints=(128094,), name='kiatu cha wanaume', slug='kiatu_cha_wanaume', annotations=frozenset({'kiatu', 'mavazi', 'mwanamume'})),
EmojiAnnotations(emoji='👟', codepoints=(128095,), name='kiatu cha kukimbia', slug='kiatu_cha_kukimbia', annotations=frozenset({'raba ya kukimbia', 'mbio', 'kiatu', 'mavazi'})),
EmojiAnnotations(emoji='👠', codepoints=(128096,), name='kiatu chenye kisigino kirefu', slug='kiatu_chenye_kisigino_kirefu', annotations=frozenset({'mwanamke', 'kiatu', 'mavazi', 'kisigino'})),
EmojiAnnotations(emoji='👡', codepoints=(128097,), name='ndara ya mwanamke', slug='ndara_ya_mwanamke', annotations=frozenset({'mwanamke', 'kiatu', 'mavazi', 'ndara'})),
EmojiAnnotations(emoji='👢', codepoints=(128098,), name='buti la mwanamke', slug='buti_la_mwanamke', annotations=frozenset({'buti', 'mwanamke', 'kiatu', 'mavazi'})),
EmojiAnnotations(emoji='👑', codepoints=(128081,), name='taji', slug='taji', annotations=frozenset({'malkia', 'mavazi', 'mfalme'})),
EmojiAnnotations(emoji='👒', codepoints=(128082,), name='kofia ya mwanamke', slug='kofia_ya_mwanamke', annotations=frozenset({'kofia', 'mwanamke', 'mavazi'})),
EmojiAnnotations(emoji='🎩', codepoints=(127913,), name='kofia ya mwanamume', slug='kofia_ya_mwanamume', annotations=frozenset({'kofia', 'mavazi', 'juu'})),
EmojiAnnotations(emoji='🎓', codepoints=(127891,), name='kofia inayovaliwa kwenye sherehe za kuhitimu masomo', slug='kofia_inayovaliwa_kwenye_sherehe_za_kuhitimu_masomo', annotations=frozenset({'kofia', 'hitimu', 'mavazi', 'kusherehekea'})),
EmojiAnnotations(emoji='\U0001f4ff', codepoints=(128255,), name='shanga za maombi', slug='shanga_za_maombi', annotations=frozenset({'mkufu', 'ombi', 'dini', 'mavazi', 'shanga'})),
EmojiAnnotations(emoji='💄', codepoints=(128132,), name='rangi ya midomo', slug='rangi_ya_midomo', annotations=frozenset({'vipodozi', 'urembo'})),
EmojiAnnotations(emoji='💍', codepoints=(128141,), name='pete', slug='pete', annotations=frozenset({'almasi', 'mapenzi'})),
EmojiAnnotations(emoji='💎', codepoints=(128142,), name='kito', slug='kito', annotations=frozenset({'almasi', 'mapenzi'})),
EmojiAnnotations(emoji='🐵', codepoints=(128053,), name='uso wa tumbili', slug='uso_wa_tumbili', annotations=frozenset({'uso', 'tumbili'})),
EmojiAnnotations(emoji='🐶', codepoints=(128054,), name='uso wa mbwa', slug='uso_wa_mbwa', annotations=frozenset({'mnyama kipenzi', 'uso', 'mbwa'})),
EmojiAnnotations(emoji='🐕', codepoints=(128021,), name='mbwa', slug='mbwa', annotations=frozenset({'mnyama kipenzi'})),
EmojiAnnotations(emoji='🐩', codepoints=(128041,), name='kijibwa', slug='kijibwa', annotations=frozenset({'mbwa'})),
EmojiAnnotations(emoji='🐺', codepoints=(128058,), name='uso wa mbwa mwitu', slug='uso_wa_mbwa_mwitu', annotations=frozenset({'uso', 'mbwa mwitu'})),
EmojiAnnotations(emoji='🐱', codepoints=(128049,), name='uso wa paka', slug='uso_wa_paka', annotations=frozenset({'mnyama kipenzi', 'paka', 'uso'})),
EmojiAnnotations(emoji='🐈', codepoints=(128008,), name='paka', slug='paka', annotations=frozenset({'mnyama kipenzi'})),
EmojiAnnotations(emoji='\U0001f981', codepoints=(129409,), name='uso wa simba', slug='uso_wa_simba', annotations=frozenset({'', 'uso'})),
EmojiAnnotations(emoji='🐯', codepoints=(128047,), name='uso wa chui milia', slug='uso_wa_chui_milia', annotations=frozenset({'uso', 'chui milia'})),
EmojiAnnotations(emoji='🐴', codepoints=(128052,), name='uso wa farasi', slug='uso_wa_farasi', annotations=frozenset({'uso', 'farasi'})),
EmojiAnnotations(emoji='🐎', codepoints=(128014,), name='farasi', slug='farasi', annotations=frozenset({'mashindano', 'kuendesha farasi'})),
EmojiAnnotations(emoji='\U0001f984', codepoints=(129412,), name='uso wa mnyama kama farasi mwenye pembe moja', slug='uso_wa_mnyama_kama_farasi_mwenye_pembe_moja', annotations=frozenset({'uso'})),
EmojiAnnotations(emoji='🐮', codepoints=(128046,), name="uso wa ng'ombe", slug="uso_wa_ng'ombe", annotations=frozenset({'uso', "ng'ombe"})),
EmojiAnnotations(emoji='🐂', codepoints=(128002,), name='maksai', slug='maksai', annotations=frozenset({'fahali', 'zodiaki', 'ng', 'ombe'})),
EmojiAnnotations(emoji='🐃', codepoints=(128003,), name='nyati', slug='nyati', annotations=frozenset({'maji'})),
EmojiAnnotations(emoji='🐷', codepoints=(128055,), name='uso wa nguruwe', slug='uso_wa_nguruwe', annotations=frozenset({'nguruwe', 'uso'})),
EmojiAnnotations(emoji='🐖', codepoints=(128022,), name='nguruwe', slug='nguruwe', annotations=frozenset({'nguruwe jike'})),
EmojiAnnotations(emoji='🐗', codepoints=(128023,), name='uso wa nguruwe dume', slug='uso_wa_nguruwe_dume', annotations=frozenset({'nguruwe'})),
EmojiAnnotations(emoji='🐽', codepoints=(128061,), name='pua la nguruwe', slug='pua_la_nguruwe', annotations=frozenset({'pua', 'uso', 'nguruwe'})),
EmojiAnnotations(emoji='🐏', codepoints=(128015,), name='kondoo dume', slug='kondoo_dume', annotations=frozenset({'kondoo', 'zodiaki'})),
EmojiAnnotations(emoji='🐐', codepoints=(128016,), name='mbuzi', slug='mbuzi', annotations=frozenset({'zodiaki'})),
EmojiAnnotations(emoji='🐪', codepoints=(128042,), name='ngamia', slug='ngamia', annotations=frozenset({'nundu', 'ngamia mwenye nundu moja'})),
EmojiAnnotations(emoji='🐫', codepoints=(128043,), name='ngamia mwenye vibyongo viwili', slug='ngamia_mwenye_vibyongo_viwili', annotations=frozenset({'ngamia', 'nundu', 'ngamia mwenye nundu mbili'})),
EmojiAnnotations(emoji='🐘', codepoints=(128024,), name='ndovu', slug='ndovu', annotations=frozenset({'tembo'})),
EmojiAnnotations(emoji='🐭', codepoints=(128045,), name='uso wa panya', slug='uso_wa_panya', annotations=frozenset({'uso', 'panya'})),
EmojiAnnotations(emoji='🐹', codepoints=(128057,), name='uso wa buku', slug='uso_wa_buku', annotations=frozenset({'mnyama kipenzi', 'uso', 'buku'})),
EmojiAnnotations(emoji='🐰', codepoints=(128048,), name='uso wa sungura', slug='uso_wa_sungura', annotations=frozenset({'sungura', 'mnayama kipenzi', 'uso'})),
EmojiAnnotations(emoji='🐇', codepoints=(128007,), name='sungura', slug='sungura', annotations=frozenset({'mnayama kipenzi'})),
EmojiAnnotations(emoji='🐻', codepoints=(128059,), name='uso wa dubu', slug='uso_wa_dubu', annotations=frozenset({'budu', 'uso'})),
EmojiAnnotations(emoji='🐨', codepoints=(128040,), name='koala', slug='koala', annotations=frozenset({'dubu'})),
EmojiAnnotations(emoji='🐼', codepoints=(128060,), name='uso wa panda', slug='uso_wa_panda', annotations=frozenset({'uso', 'panda'})),
EmojiAnnotations(emoji='🐾', codepoints=(128062,), name='nyayo za mnyama', slug='nyayo_za_mnyama', annotations=frozenset({'nyayo', 'nyayo zenye makucha', 'alama'})),
EmojiAnnotations(emoji='🐓', codepoints=(128019,), name='jogoo', slug='jogoo', annotations=frozenset({'jimbi'})),
EmojiAnnotations(emoji='🐣', codepoints=(128035,), name='kifaranga kinachoanguliwa', slug='kifaranga_kinachoanguliwa', annotations=frozenset({'kifaranga', 'mtoto', 'kuanguliwa'})),
EmojiAnnotations(emoji='🐤', codepoints=(128036,), name='kifaranga', slug='kifaranga', annotations=frozenset({'mtoto'})),
EmojiAnnotations(emoji='🐥', codepoints=(128037,), name='kifaranga kinachotazama mbele', slug='kifaranga_kinachotazama_mbele', annotations=frozenset({'kifaranga', 'mtoto'})),
EmojiAnnotations(emoji='\U0001f54a', codepoints=(128330,), name='njiwa', slug='njiwa', annotations=frozenset({'paa', 'amani', 'ndege'})),
EmojiAnnotations(emoji='🐸', codepoints=(128056,), name='uso wa chura', slug='uso_wa_chura', annotations=frozenset({'uso', 'chura'})),
EmojiAnnotations(emoji='🐢', codepoints=(128034,), name='mzee kobe', slug='mzee_kobe', annotations=frozenset({'kobe'})),
EmojiAnnotations(emoji='🐍', codepoints=(128013,), name='nyoka', slug='nyoka', annotations=frozenset({'dubu', 'opichasi', 'joka', 'zodiaki'})),
EmojiAnnotations(emoji='🐲', codepoints=(128050,), name='uso wa dragoni', slug='uso_wa_dragoni', annotations=frozenset({'dragoni', 'uso', 'kichimbakazi'})),
EmojiAnnotations(emoji='🐉', codepoints=(128009,), name='dragoni', slug='dragoni', annotations=frozenset({'kichimbakazi'})),
EmojiAnnotations(emoji='🐳', codepoints=(128051,), name='nyangumi anayerusha maji', slug='nyangumi_anayerusha_maji', annotations=frozenset({'kurusha', 'uso', 'nyangumi'})),
EmojiAnnotations(emoji='🐬', codepoints=(128044,), name='pomboo', slug='pomboo', annotations=frozenset({'kikono'})),
EmojiAnnotations(emoji='🐟', codepoints=(128031,), name='samaki', slug='samaki', annotations=frozenset({'zodiaki'})),
EmojiAnnotations(emoji='🐠', codepoints=(128032,), name='samaki wa tropiki', slug='samaki_wa_tropiki', annotations=frozenset({'tropikali', 'samaki'})),
EmojiAnnotations(emoji='🐡', codepoints=(128033,), name='aina ya samaki', slug='aina_ya_samaki', annotations=frozenset({'samaki'})),
EmojiAnnotations(emoji='🐚', codepoints=(128026,), name='kombe la mzunguko', slug='kombe_la_mzunguko', annotations=frozenset({'mzunguko', 'kombe'})),
EmojiAnnotations(emoji='\U0001f980', codepoints=(129408,), name='kaa', slug='kaa', annotations=frozenset({'zodiaki'})),
EmojiAnnotations(emoji='🐜', codepoints=(128028,), name='siafu', slug='siafu', annotations=frozenset({'mdudu'})),
EmojiAnnotations(emoji='🐝', codepoints=(128029,), name='nyuki', slug='nyuki', annotations=frozenset({'mdudu'})),
EmojiAnnotations(emoji='🐞', codepoints=(128030,), name='kombamwiko', slug='kombamwiko', annotations=frozenset({'mdudu', 'mende'})),
EmojiAnnotations(emoji='\U0001f577', codepoints=(128375,), name='buibui', slug='buibui', annotations=frozenset({'mdudu'})),
EmojiAnnotations(emoji='\U0001f578', codepoints=(128376,), name='tandabui', slug='tandabui', annotations=frozenset({'buibui'})),
EmojiAnnotations(emoji='\U0001f982', codepoints=(129410,), name="ng'e", slug="ng'e", annotations=frozenset({'zodiaki'})),
EmojiAnnotations(emoji='💐', codepoints=(128144,), name='shada la maua', slug='shada_la_maua', annotations=frozenset({'ua', 'mmea', 'mapenzi'})),
EmojiAnnotations(emoji='🌸', codepoints=(127800,), name='ua la mcheri', slug='ua_la_mcheri', annotations=frozenset({'ua', 'mmea', 'cheri', 'chanua'})),
EmojiAnnotations(emoji='💮', codepoints=(128174,), name='ua jeupe', slug='ua_jeupe', annotations=frozenset({'ua'})),
EmojiAnnotations(emoji='\U0001f3f5', codepoints=(127989,), name='waridi', slug='waridi', annotations=frozenset({'mmea'})),
EmojiAnnotations(emoji='🌹', codepoints=(127801,), name='ua la waridi', slug='ua_la_waridi', annotations=frozenset({'ua', 'mmea'})),
EmojiAnnotations(emoji='🌺', codepoints=(127802,), name='haibiskasi', slug='haibiskasi', annotations=frozenset({'ua', 'mmea'})),
EmojiAnnotations(emoji='🌻', codepoints=(127803,), name='alizeti', slug='alizeti', annotations=frozenset({'jua', 'ua', 'mmea'})),
EmojiAnnotations(emoji='🌼', codepoints=(127804,), name='maua mengi', slug='maua_mengi', annotations=frozenset({'ua', 'mmea'})),
EmojiAnnotations(emoji='🌷', codepoints=(127799,), name='tulipu', slug='tulipu', annotations=frozenset({'ua', 'mmea'})),
EmojiAnnotations(emoji='🌱', codepoints=(127793,), name='mche', slug='mche', annotations=frozenset({'mmea'})),
EmojiAnnotations(emoji='🌲', codepoints=(127794,), name='mmea wenye majani mwaka mzima', slug='mmea_wenye_majani_mwaka_mzima', annotations=frozenset({'mmea', 'mti'})),
EmojiAnnotations(emoji='🌳', codepoints=(127795,), name='mti unaopukutika majani yake', slug='mti_unaopukutika_majani_yake', annotations=frozenset({'mmea', 'puputika majani', 'kupuputika', 'mti'})),
EmojiAnnotations(emoji='🌴', codepoints=(127796,), name='mnazi', slug='mnazi', annotations=frozenset({'mmea', 'mti'})),
EmojiAnnotations(emoji='🌵', codepoints=(127797,), name='dungusi kakati', slug='dungusi_kakati', annotations=frozenset({'mmea'})),
EmojiAnnotations(emoji='🌾', codepoints=(127806,), name='shada la mchele', slug='shada_la_mchele', annotations=frozenset({'mchele', 'mmea', 'sikio'})),
EmojiAnnotations(emoji='🌿', codepoints=(127807,), name='mimea ya msimu', slug='mimea_ya_msimu', annotations=frozenset({'tawi', 'mmea'})),
EmojiAnnotations(emoji='☘', codepoints=(9752,), name='shamroki', slug='shamroki', annotations=frozenset({'mmea'})),
EmojiAnnotations(emoji='🍀', codepoints=(127808,), name='klova yenye majani manne', slug='klova_yenye_majani_manne', annotations=frozenset({'4', 'nne', 'tawi', 'mmea', 'klova'})),
EmojiAnnotations(emoji='🍁', codepoints=(127809,), name='jani la mshira', slug='jani_la_mshira', annotations=frozenset({'jani', 'mshira', 'mmea', 'kuanguka'})),
EmojiAnnotations(emoji='🍂', codepoints=(127810,), name='jani lililoanguka', slug='jani_lililoanguka', annotations=frozenset({'majani', 'mmea', 'kuanguka'})),
EmojiAnnotations(emoji='🍃', codepoints=(127811,), name='jani linalopepea kwenye upepo', slug='jani_linalopepea_kwenye_upepo', annotations=frozenset({'pepea', 'tawi', 'mmea', 'upepo', 'puliza'})),
EmojiAnnotations(emoji='🍇', codepoints=(127815,), name='zabibu', slug='zabibu', annotations=frozenset({'tunda', 'mmea'})),
EmojiAnnotations(emoji='🍈', codepoints=(127816,), name='tikiti', slug='tikiti', annotations=frozenset({'tunda', 'mmea'})),
EmojiAnnotations(emoji='🍉', codepoints=(127817,), name='tikitimaji', slug='tikitimaji', annotations=frozenset({'tunda', 'mmea'})),
EmojiAnnotations(emoji='🍊', codepoints=(127818,), name='chenza', slug='chenza', annotations=frozenset({'tunda', 'mmea', 'chungwa'})),
EmojiAnnotations(emoji='🍋', codepoints=(127819,), name='limau', slug='limau', annotations=frozenset({'tunda', 'mmea'})),
EmojiAnnotations(emoji='🍌', codepoints=(127820,), name='ndizi', slug='ndizi', annotations=frozenset({'tunda', 'mmea'})),
EmojiAnnotations(emoji='🍍', codepoints=(127821,), name='nanasi', slug='nanasi', annotations=frozenset({'tunda', 'mmea'})),
EmojiAnnotations(emoji='🍎', codepoints=(127822,), name='tufaha jekundu', slug='tufaha_jekundu', annotations=frozenset({'jekundu', 'tunda', 'mmea', 'tufaha'})),
EmojiAnnotations(emoji='🍏', codepoints=(127823,), name='tufaha la kijani', slug='tufaha_la_kijani', annotations=frozenset({'tunda', 'mmea', 'kijani', 'tufaha'})),
EmojiAnnotations(emoji='🍐', codepoints=(127824,), name='pea', slug='pea', annotations=frozenset({'tunda', 'mmea'})),
EmojiAnnotations(emoji='🍑', codepoints=(127825,), name='pichi', slug='pichi', annotations=frozenset({'tunda', 'mmea'})),
EmojiAnnotations(emoji='🍒', codepoints=(127826,), name='cheri', slug='cheri', annotations=frozenset({'tunda', 'mmea'})),
EmojiAnnotations(emoji='🍓', codepoints=(127827,), name='stroberi', slug='stroberi', annotations=frozenset({'tunda', 'beri', 'mmea'})),
EmojiAnnotations(emoji='🍅', codepoints=(127813,), name='nyanya', slug='nyanya', annotations=frozenset({'mmea', 'mbogamboga'})),
EmojiAnnotations(emoji='🍆', codepoints=(127814,), name='biringanya', slug='biringanya', annotations=frozenset({'mmea', 'mbogamboga'})),
EmojiAnnotations(emoji='🌽', codepoints=(127805,), name='mahindi', slug='mahindi', annotations=frozenset({'tazaa', 'mmea', 'nafaka', 'sikio'})),
EmojiAnnotations(emoji='\U0001f336', codepoints=(127798,), name='pilipili kali', slug='pilipili_kali', annotations=frozenset({'mmea', 'moto', 'pilipili'})),
EmojiAnnotations(emoji='🍄', codepoints=(127812,), name='uyoga', slug='uyoga', annotations=frozenset({'mmea'})),
EmojiAnnotations(emoji='🌰', codepoints=(127792,), name='aina ya njugu', slug='aina_ya_njugu', annotations=frozenset({'mmea'})),
EmojiAnnotations(emoji='\U0001f9c0', codepoints=(129472,), name='kipande cha jibini', slug='kipande_cha_jibini', annotations=frozenset({'jibini'})),
EmojiAnnotations(emoji='🍖', codepoints=(127830,), name='nyama kwenye mfupa', slug='nyama_kwenye_mfupa', annotations=frozenset({'nyama', 'mfupa'})),
EmojiAnnotations(emoji='🍗', codepoints=(127831,), name='paja la kuku', slug='paja_la_kuku', annotations=frozenset({'mguu', 'mfupa', 'ndege wanaofugwa', 'kuku'})),
EmojiAnnotations(emoji='🍔', codepoints=(127828,), name='hambaga', slug='hambaga', annotations=frozenset({'baga'})),
EmojiAnnotations(emoji='🍕', codepoints=(127829,), name='piza', slug='piza', annotations=frozenset({'jibini', 'kipande'})),
EmojiAnnotations(emoji='\U0001f32d', codepoints=(127789,), name='soseji katika mkate', slug='soseji_katika_mkate', annotations=frozenset({'frankfurter', 'soseji'})),
EmojiAnnotations(emoji='\U0001f32e', codepoints=(127790,), name='chapati iliyojazwa vyakula mbalimbali', slug='chapati_iliyojazwa_vyakula_mbalimbali', annotations=frozenset({'meksiko'})),
EmojiAnnotations(emoji='\U0001f32f', codepoints=(127791,), name='mkate wa kimeksiko uliowekwa nyama au maharage ndani', slug='mkate_wa_kimeksiko_uliowekwa_nyama_au_maharage_ndani', annotations=frozenset({'meksiko'})),
EmojiAnnotations(emoji='🍲', codepoints=(127858,), name='chungu cha chakula', slug='chungu_cha_chakula', annotations=frozenset({'chungu', 'mchuzi'})),
EmojiAnnotations(emoji='🍱', codepoints=(127857,), name='boksi ya kuweka chakula', slug='boksi_ya_kuweka_chakula', annotations=frozenset({'boksi', 'bento'})),
EmojiAnnotations(emoji='🍘', codepoints=(127832,), name='chakula kilichotengenezwa kutoka kwa mchele', slug='chakula_kilichotengenezwa_kutoka_kwa_mchele', annotations=frozenset({'mchele'})),
EmojiAnnotations(emoji='🍙', codepoints=(127833,), name='mchele uliotengenezwa kwa mtindo wa tufe', slug='mchele_uliotengenezwa_kwa_mtindo_wa_tufe', annotations=frozenset({'mchele', 'mpira', 'kijapani'})),
EmojiAnnotations(emoji='🍚', codepoints=(127834,), name='wali', slug='wali', annotations=frozenset({'mchele', 'uliopikwa'})),
EmojiAnnotations(emoji='🍛', codepoints=(127835,), name='wali ulio na mchuzi wa viungo', slug='wali_ulio_na_mchuzi_wa_viungo', annotations=frozenset({'mchele', 'mchuzi wa viungo'})),
EmojiAnnotations(emoji='🍜', codepoints=(127836,), name='bakuli yenye tambi', slug='bakuli_yenye_tambi', annotations=frozenset({'kupika kwa mvuke', 'tambi za kijapani', 'tambi', 'bakuli'})),
EmojiAnnotations(emoji='🍠', codepoints=(127840,), name='kiazi kitamu kilichochomwa', slug='kiazi_kitamu_kilichochomwa', annotations=frozenset({'kiazi', 'tamu', 'kuchoma'})),
EmojiAnnotations(emoji='🍢', codepoints=(127842,), name='odeni', slug='odeni', annotations=frozenset({'kibaniko', 'kebabu', 'kijiti', 'chakula cha majini'})),
EmojiAnnotations(emoji='🍤', codepoints=(127844,), name='uduvi iliyokaangwa', slug='uduvi_iliyokaangwa', annotations=frozenset({'tempura', 'karangwa', 'uduvi', 'ushimba'})),
EmojiAnnotations(emoji='🍥', codepoints=(127845,), name='keki ya samaki iliyozingwa', slug='keki_ya_samaki_iliyozingwa', annotations=frozenset({'zinga', 'samaki', 'vitobosha', 'keki'})),
EmojiAnnotations(emoji='🍡', codepoints=(127841,), name='dango', slug='dango', annotations=frozenset({'kibaniko', 'tamu', 'kitindamlo', 'kijapani', 'ijiti'})),
EmojiAnnotations(emoji='🍦', codepoints=(127846,), name='aisikrimu laini', slug='aisikrimu_laini', annotations=frozenset({'krimu', 'kitandamlo', 'barafu', 'laini', 'tamu', 'aisikrimu'})),
EmojiAnnotations(emoji='🍧', codepoints=(127847,), name='aisikrimu iliyotengenezwa kwa barafu iliyokatwakatwa', slug='aisikrimu_iliyotengenezwa_kwa_barafu_iliyokatwakatwa', annotations=frozenset({'barafu', 'katwakatwa', 'tamu', 'kitindamlo'})),
EmojiAnnotations(emoji='🍨', codepoints=(127848,), name='aisikrimu', slug='aisikrimu', annotations=frozenset({'barafu', 'krimu', 'tamu', 'kitindamlo'})),
EmojiAnnotations(emoji='🍩', codepoints=(127849,), name='kitumbua', slug='kitumbua', annotations=frozenset({'tamu', 'kitindamlo'})),
EmojiAnnotations(emoji='🍪', codepoints=(127850,), name='biskuti', slug='biskuti', annotations=frozenset({'peremende', 'kitindamlo'})),
EmojiAnnotations(emoji='🎂', codepoints=(127874,), name='keki ya kusherehekea siku ya kuzaliwa', slug='keki_ya_kusherehekea_siku_ya_kuzaliwa', annotations=frozenset({'vitobosha', 'siku ya kuzaliwa', 'kitindamlo', 'tamu', 'kusherehekea', 'keki'})),
EmojiAnnotations(emoji='🍰', codepoints=(127856,), name='keki', slug='keki', annotations=frozenset({'kipande', 'vitobosha', 'kitindamlo', 'tamu'})),
EmojiAnnotations(emoji='🍫', codepoints=(127851,), name='chokoleti', slug='chokoleti', annotations=frozenset({'mche', 'tamu', 'kitindamlo'})),
EmojiAnnotations(emoji='🍬', codepoints=(127852,), name='peremende', slug='peremende', annotations=frozenset({'kitindamlo'})),
EmojiAnnotations(emoji='🍭', codepoints=(127853,), name='pipi', slug='pipi', annotations=frozenset({'tamu', 'kitindamlo'})),
EmojiAnnotations(emoji='🍮', codepoints=(127854,), name='faluda', slug='faluda', annotations=frozenset({'pudini', 'kitindamlo', 'tamu'})),
EmojiAnnotations(emoji='🍯', codepoints=(127855,), name='chungu cha asali', slug='chungu_cha_asali', annotations=frozenset({'jungu', 'asali', 'tamu'})),
EmojiAnnotations(emoji='🍼', codepoints=(127868,), name='chupa ya maziwa ya mtoto', slug='chupa_ya_maziwa_ya_mtoto', annotations=frozenset({'kinywaji', 'chupa', 'maziwa', 'mtoto'})),
EmojiAnnotations(emoji='☕', codepoints=(9749,), name='kinywaji moto', slug='kinywaji_moto', annotations=frozenset({'kinywaji', 'kahawa', 'moto', 'chai'})),
EmojiAnnotations(emoji='🍵', codepoints=(127861,), name='kikombe kisicho na kishikio', slug='kikombe_kisicho_na_kishikio', annotations=frozenset({'kinywaji', 'kikombe', 'chai', 'kikombe cha chai'})),
EmojiAnnotations(emoji='🍶', codepoints=(127862,), name='kinywaji cha kijapani kinachotengenezwa kwa kuvundika mchele', slug='kinywaji_cha_kijapani_kinachotengenezwa_kwa_kuvundika_mchele', annotations=frozenset({'baa', 'kinywaji', 'chupa', 'kikombe'})),
EmojiAnnotations(emoji='\U0001f37e', codepoints=(127870,), name='chupa yenye kifuniko kilichofunguliwa', slug='chupa_yenye_kifuniko_kilichofunguliwa', annotations=frozenset({'baa', 'kifuniko', 'kinywaji', 'chupa', 'kufungua'})),
EmojiAnnotations(emoji='🍷', codepoints=(127863,), name='glasi ya divai', slug='glasi_ya_divai', annotations=frozenset({'baa', 'kinywaji', 'glasi', 'mvinyo'})),
EmojiAnnotations(emoji='🍸', codepoints=(127864,), name='glasi ya kokteli', slug='glasi_ya_kokteli', annotations=frozenset({'baa', 'kokteli', 'kinywaji', 'glasi'})),
EmojiAnnotations(emoji='🍹', codepoints=(127865,), name='kinywaji cha tropiki', slug='kinywaji_cha_tropiki', annotations=frozenset({'baa', 'kinywaji', 'tropikali'})),
EmojiAnnotations(emoji='🍺', codepoints=(127866,), name='kikombe cha bia', slug='kikombe_cha_bia', annotations=frozenset({'baa', 'kinywaji', 'kukombe', 'bia'})),
EmojiAnnotations(emoji='🍻', codepoints=(127867,), name='vikombe vya bia vilivyogonganishwa', slug='vikombe_vya_bia_vilivyogonganishwa', annotations=frozenset({'baa', 'kinywaji', 'kikombe', 'gonganisha', 'bia'})),
EmojiAnnotations(emoji='\U0001f37d', codepoints=(127869,), name='uma na kisu na sahani', slug='uma_na_kisu_na_sahani', annotations=frozenset({'sahani', 'kupika', 'uma', 'kisu'})),
EmojiAnnotations(emoji='🍴', codepoints=(127860,), name='uma na kisu', slug='uma_na_kisu', annotations=frozenset({'kupika', 'uma', 'kisu'})),
EmojiAnnotations(emoji='🍳', codepoints=(127859,), name='kupika', slug='kupika', annotations=frozenset({"kukaang'a", 'yai', 'sufuria'})),
EmojiAnnotations(emoji='\U0001f3fa', codepoints=(127994,), name='jungu', slug='jungu', annotations=frozenset({'birika', 'kupika', 'silaha', 'ndoo', 'kunywa', 'zodiaki', 'zana'})),
EmojiAnnotations(emoji='🌍', codepoints=(127757,), name='tufe linaloonyesha ulaya-afrika', slug='tufe_linaloonyesha_ulaya_afrika', annotations=frozenset({'tufe', 'afrika', 'dunia', 'ulaya', 'ulimwengu'})),
EmojiAnnotations(emoji='🌎', codepoints=(127758,), name='tufe linaloonyesha amerika', slug='tufe_linaloonyesha_amerika', annotations=frozenset({'tufe', 'marekani', 'dunia', 'ulimwengu'})),
EmojiAnnotations(emoji='🌏', codepoints=(127759,), name='tufe linaloonyesha asia-australia', slug='tufe_linaloonyesha_asia_australia', annotations=frozenset({'tufe', 'australia', 'dunia', 'ulimwengu', 'asia'})),
EmojiAnnotations(emoji='🌐', codepoints=(127760,), name='tufe lenye meridiani', slug='tufe_lenye_meridiani', annotations=frozenset({'tufe', 'dunia', 'ulimwengu', 'meridiani'})),
EmojiAnnotations(emoji='\U0001f5fa', codepoints=(128506,), name='ramani ya dunia', slug='ramani_ya_dunia', annotations=frozenset({'dunia', 'ramani'})),
EmojiAnnotations(emoji='\U0001f3d4', codepoints=(127956,), name='mlima wenye theluji', slug='mlima_wenye_theluji', annotations=frozenset({'baridi', 'theluji', 'mlima'})),
EmojiAnnotations(emoji='🌋', codepoints=(127755,), name='volkano', slug='volkano', annotations=frozenset({'kulipuka', 'hali ya hewa', 'mlima'})),
EmojiAnnotations(emoji='🗻', codepoints=(128507,), name='mlima fuji', slug='mlima_fuji', annotations=frozenset({'fuji', 'mlima'})),
EmojiAnnotations(emoji='\U0001f3d6', codepoints=(127958,), name='ufuo na mwavuli', slug='ufuo_na_mwavuli', annotations=frozenset({'ufuo', 'mwavuli'})),
EmojiAnnotations(emoji='\U0001f3dd', codepoints=(127965,), name='kisiwa cha jangwa', slug='kisiwa_cha_jangwa', annotations=frozenset({'kisiwa', 'jangwa'})),
EmojiAnnotations(emoji='\U0001f3de', codepoints=(127966,), name='mbuga ya taifa ya wanyama', slug='mbuga_ya_taifa_ya_wanyama', annotations=frozenset({'mbuga'})),
EmojiAnnotations(emoji='\U0001f3db', codepoints=(127963,), name='jengo la zamani', slug='jengo_la_zamani', annotations=frozenset({'jengo', 'zamani'})),
EmojiAnnotations(emoji='\U0001f3d7', codepoints=(127959,), name='ujenzi wa jengo', slug='ujenzi_wa_jengo', annotations=frozenset({'jengo', 'ujenzi'})),
EmojiAnnotations(emoji='\U0001f3d8', codepoints=(127960,), name='majengo ya nyumba', slug='majengo_ya_nyumba', annotations=frozenset({'jengo', 'nyumba'})),
EmojiAnnotations(emoji='\U0001f3d9', codepoints=(127961,), name='mwonekano wa jiji', slug='mwonekano_wa_jiji', annotations=frozenset({'jengo', 'jiji'})),
EmojiAnnotations(emoji='\U0001f3da', codepoints=(127962,), name='jengo la nyumba lililochakaa', slug='jengo_la_nyumba_lililochakaa', annotations=frozenset({'jengo', 'nyumba', 'chakaa'})),
EmojiAnnotations(emoji='🏠', codepoints=(127968,), name='jengo la nyumba', slug='jengo_la_nyumba', annotations=frozenset({'jengo', 'nyumbani', 'nyumba'})),
EmojiAnnotations(emoji='🏡', codepoints=(127969,), name='nyumba yenye ua', slug='nyumba_yenye_ua', annotations=frozenset({'jengo', 'nyumbani', 'nyumba', 'bustani'})),
EmojiAnnotations(emoji='⛪', codepoints=(9962,), name='kanisa', slug='kanisa', annotations=frozenset({'ukristo', 'dini', 'jengo', 'msalaba'})),
EmojiAnnotations(emoji='\U0001f54b', codepoints=(128331,), name='kaaba', slug='kaaba', annotations=frozenset({'dini', 'uislamu', 'muislamu'})),
EmojiAnnotations(emoji='\U0001f54c', codepoints=(128332,), name='msikiti', slug='msikiti', annotations=frozenset({'dini', 'uislamu', 'muislamu'})),
EmojiAnnotations(emoji='\U0001f54d', codepoints=(128333,), name='hekalu la kiyahudi', slug='hekalu_la_kiyahudi', annotations=frozenset({'dini', 'uyahudi', 'myahudi', 'hekalu'})),
EmojiAnnotations(emoji='⛩', codepoints=(9961,), name='madhabahu ya shinto', slug='madhabahu_ya_shinto', annotations=frozenset({'dini', 'shinto', 'madhabahu'})),
EmojiAnnotations(emoji='🏢', codepoints=(127970,), name='jengo la ofisi', slug='jengo_la_ofisi', annotations=frozenset({'jengo'})),
EmojiAnnotations(emoji='🏣', codepoints=(127971,), name='posta ya japani', slug='posta_ya_japani', annotations=frozenset({'jengo', 'kijapani', 'posta'})),
EmojiAnnotations(emoji='🏤', codepoints=(127972,), name='posta', slug='posta', annotations=frozenset({'jengo', 'ulaya'})),
EmojiAnnotations(emoji='🏥', codepoints=(127973,), name='hospitali', slug='hospitali', annotations=frozenset({'jengo', 'dawa', 'daktari'})),
EmojiAnnotations(emoji='🏦', codepoints=(127974,), name='benki', slug='benki', annotations=frozenset({'jengo'})),
EmojiAnnotations(emoji='🏨', codepoints=(127976,), name='hoteli', slug='hoteli', annotations=frozenset({'jengo'})),
EmojiAnnotations(emoji='🏩', codepoints=(127977,), name='hoteli ya mapenzi', slug='hoteli_ya_mapenzi', annotations=frozenset({'jengo', 'hoteli', 'upendo'})),
EmojiAnnotations(emoji='🏪', codepoints=(127978,), name='duka la karibu', slug='duka_la_karibu', annotations=frozenset({'jengo', 'duka'})),
EmojiAnnotations(emoji='🏫', codepoints=(127979,), name='shule', slug='shule', annotations=frozenset({'jengo'})),
EmojiAnnotations(emoji='🏬', codepoints=(127980,), name='duka kuu', slug='duka_kuu', annotations=frozenset({'jengo', 'duka'})),
EmojiAnnotations(emoji='🏭', codepoints=(127981,), name='kiwanda', slug='kiwanda', annotations=frozenset({'jengo'})),
EmojiAnnotations(emoji='🏯', codepoints=(127983,), name='kasri la kijapani', slug='kasri_la_kijapani', annotations=frozenset({'kasri', 'jengo', 'kijapani'})),
EmojiAnnotations(emoji='🏰', codepoints=(127984,), name='kasri', slug='kasri', annotations=frozenset({'jengo', 'ulaya'})),
EmojiAnnotations(emoji='💒', codepoints=(128146,), name='harusi', slug='harusi', annotations=frozenset({'kanisa', 'mapenzi'})),
EmojiAnnotations(emoji='🗼', codepoints=(128508,), name='mnara wa tokyo', slug='mnara_wa_tokyo', annotations=frozenset({'tokyo', 'mnara'})),
EmojiAnnotations(emoji='🗽', codepoints=(128509,), name='sanamu ya uhuru', slug='sanamu_ya_uhuru', annotations=frozenset({'uhuru', 'sanamu'})),
EmojiAnnotations(emoji='🗾', codepoints=(128510,), name='ramani ya japani', slug='ramani_ya_japani', annotations=frozenset({'japani', 'ramani'})),
EmojiAnnotations(emoji='⛺', codepoints=(9978,), name='hema', slug='hema', annotations=frozenset({'kupiga kambi'})),
EmojiAnnotations(emoji='🌁', codepoints=(127745,), name='ukungu', slug='ukungu', annotations=frozenset({'hali ya hewa'})),
EmojiAnnotations(emoji='🌃', codepoints=(127747,), name='usiku na nyota', slug='usiku_na_nyota', annotations=frozenset({'nyota', 'hali ya hewa', 'usiku'})),
EmojiAnnotations(emoji='🌄', codepoints=(127748,), name='macheo kwenye milima', slug='macheo_kwenye_milima', annotations=frozenset({'jua', 'macheo', 'asubuhi', 'hali yahewa', 'mlima'})),
EmojiAnnotations(emoji='🌅', codepoints=(127749,), name='macheo', slug='macheo', annotations=frozenset({'jua', 'asubuhi', 'hali ya hewa'})),
EmojiAnnotations(emoji='🌆', codepoints=(127750,), name='mwonekano wa jiji usiku', slug='mwonekano_wa_jiji_usiku', annotations=frozenset({'machweo', 'jiji', 'jua', 'hali ya hewa', 'jioni', 'jengo', 'giza', 'mandhari'})),
EmojiAnnotations(emoji='🌇', codepoints=(127751,), name='machweo', slug='machweo', annotations=frozenset({'jua', 'jengo', 'giza', 'hali ya hewa'})),
EmojiAnnotations(emoji='🌉', codepoints=(127753,), name='daraja usiku', slug='daraja_usiku', annotations=frozenset({'daraja', 'hali ya hewa', 'usiku'})),
EmojiAnnotations(emoji='♨', codepoints=(9832,), name='chemichemi za maji ya moto', slug='chemichemi_za_maji_ya_moto', annotations=frozenset({'moto', 'chemcheni za maji moto', 'chemchemi', 'mvuke'})),
EmojiAnnotations(emoji='🌌', codepoints=(127756,), name='kilimia', slug='kilimia', annotations=frozenset({'hali ya jwa', 'anga'})),
EmojiAnnotations(emoji='🎠', codepoints=(127904,), name='farasi inayozunguka', slug='farasi_inayozunguka', annotations=frozenset({'farasi', 'kuzunguka'})),
EmojiAnnotations(emoji='🎡', codepoints=(127905,), name='gurudumu linalozunguka', slug='gurudumu_linalozunguka', annotations=frozenset({'ferris', 'sehemu za burudani', 'gurudumu'})),
EmojiAnnotations(emoji='🎢', codepoints=(127906,), name='rola kosta', slug='rola_kosta', annotations=frozenset({'viti vinavyozunguka', 'sehemu za burudani', 'gurudumu'})),
EmojiAnnotations(emoji='💈', codepoints=(128136,), name='nguzo ya kinyozi', slug='nguzo_ya_kinyozi', annotations=frozenset({'nguzo', 'kinyozi', 'kunyolewa'})),
EmojiAnnotations(emoji='🎪', codepoints=(127914,), name='hema ya sarakasi', slug='hema_ya_sarakasi', annotations=frozenset({'sarakasi', 'hema'})),
EmojiAnnotations(emoji='🎭', codepoints=(127917,), name='sanaa', slug='sanaa', annotations=frozenset({'ukumbi wa maigizo', 'kuigiza', 'barakoa'})),
EmojiAnnotations(emoji='\U0001f5bc', codepoints=(128444,), name='fremu yenye picha', slug='fremu_yenye_picha', annotations=frozenset({'makumbusho', 'sanaa', 'fremu', 'picha', 'kuchora'})),
EmojiAnnotations(emoji='🎨', codepoints=(127912,), name='paleti ya msanii', slug='paleti_ya_msanii', annotations=frozenset({'makumbusho', 'sanaa', 'paleti', 'kuchora'})),
EmojiAnnotations(emoji='🎰', codepoints=(127920,), name='mashine ya kamari', slug='mashine_ya_kamari', annotations=frozenset({'mchezo'})),
EmojiAnnotations(emoji='🚂', codepoints=(128642,), name='garimoshi', slug='garimoshi', annotations=frozenset({'injini', 'gari', 'reli', 'mvuke', 'treni'})),
EmojiAnnotations(emoji='🚃', codepoints=(128643,), name='gari la moshi', slug='gari_la_moshi', annotations=frozenset({'tramu', 'treni', 'reli', 'gari', 'basi la tramu', 'umeme'})),
EmojiAnnotations(emoji='🚄', codepoints=(128644,), name='treni yenye kasi', slug='treni_yenye_kasi', annotations=frozenset({'gari', 'reli', 'kasi', 'treni', 'shinkansen'})),
EmojiAnnotations(emoji='🚅', codepoints=(128645,), name='treni yenye kasi yenye umbo la risasi', slug='treni_yenye_kasi_yenye_umbo_la_risasi', annotations=frozenset({'treni', 'reli', 'gari', 'risasi', 'kasi', 'shinkansen'})),
EmojiAnnotations(emoji='🚆', codepoints=(128646,), name='treni', slug='treni', annotations=frozenset({'gari', 'reli'})),
EmojiAnnotations(emoji='🚇', codepoints=(128647,), name='metro', slug='metro', annotations=frozenset({'reli ya chini ya ardhi', 'gari'})),
EmojiAnnotations(emoji='🚈', codepoints=(128648,), name='reli nyepesi', slug='reli_nyepesi', annotations=frozenset({'gari', 'reli'})),
EmojiAnnotations(emoji='🚉', codepoints=(128649,), name='kituo', slug='kituo', annotations=frozenset({'gari', 'reli', 'teni'})),
EmojiAnnotations(emoji='🚊', codepoints=(128650,), name='tramu', slug='tramu', annotations=frozenset({'gari', 'basi la tramu'})),
EmojiAnnotations(emoji='🚝', codepoints=(128669,), name='reli moja', slug='reli_moja', annotations=frozenset({'gari'})),
EmojiAnnotations(emoji='🚞', codepoints=(128670,), name='reli ya milimani', slug='reli_ya_milimani', annotations=frozenset({'gari', 'reli', 'mlima'})),
EmojiAnnotations(emoji='🚋', codepoints=(128651,), name='gari la tramu', slug='gari_la_tramu', annotations=frozenset({'tramu', 'gari', 'basi la tramu'})),
EmojiAnnotations(emoji='🚌', codepoints=(128652,), name='basi', slug='basi', annotations=frozenset({'gari'})),
EmojiAnnotations(emoji='🚍', codepoints=(128653,), name='basi linalokuja', slug='basi_linalokuja', annotations=frozenset({'linalokuja', 'gari', 'basi'})),
EmojiAnnotations(emoji='🚎', codepoints=(128654,), name='kiberenge', slug='kiberenge', annotations=frozenset({'tramu', 'gari', 'basi', 'toroli'})),
EmojiAnnotations(emoji='🚏', codepoints=(128655,), name='kituo cha basi', slug='kituo_cha_basi', annotations=frozenset({'gari', 'kituo'})),
EmojiAnnotations(emoji='🚐', codepoints=(128656,), name='basi dogo', slug='basi_dogo', annotations=frozenset({'gari', 'basi'})),
EmojiAnnotations(emoji='🚑', codepoints=(128657,), name='ambulansi', slug='ambulansi', annotations=frozenset({'gari'})),
EmojiAnnotations(emoji='🚒', codepoints=(128658,), name='gari la zimamoto', slug='gari_la_zimamoto', annotations=frozenset({'injini', 'gari', 'moto', 'lori'})),
EmojiAnnotations(emoji='🚓', codepoints=(128659,), name='gari la polisi', slug='gari_la_polisi', annotations=frozenset({'gari', 'polisi', 'ziara'})),
EmojiAnnotations(emoji='🚔', codepoints=(128660,), name='gari la polisi linalokuja', slug='gari_la_polisi_linalokuja', annotations=frozenset({'linalokuja', 'gari', 'polisi'})),
EmojiAnnotations(emoji='🚕', codepoints=(128661,), name='teksi', slug='teksi', annotations=frozenset({'gari'})),
EmojiAnnotations(emoji='🚖', codepoints=(128662,), name='teksi inayokuja', slug='teksi_inayokuja', annotations=frozenset({'linalokuja', 'gari', 'teksi'})),
EmojiAnnotations(emoji='🚗', codepoints=(128663,), name='gari', slug='gari', annotations=frozenset({'motokaa'})),
EmojiAnnotations(emoji='🚘', codepoints=(128664,), name='gari linalokuja', slug='gari_linalokuja', annotations=frozenset({'linalokuja', 'gari', 'motokaa'})),
EmojiAnnotations(emoji='🚙', codepoints=(128665,), name='gari la burudani', slug='gari_la_burudani', annotations=frozenset({'gari', 'rv', 'la burudani'})),
EmojiAnnotations(emoji='🚚', codepoints=(128666,), name='gari la kusafirisha mizigo', slug='gari_la_kusafirisha_mizigo', annotations=frozenset({'gari', 'kusafirisha', 'lori'})),
EmojiAnnotations(emoji='🚛', codepoints=(128667,), name='lori linalobeba mizigo', slug='lori_linalobeba_mizigo', annotations=frozenset({'gari', 'lori', 'lori dogo'})),
EmojiAnnotations(emoji='🚜', codepoints=(128668,), name='trekta', slug='trekta', annotations=frozenset({'gari'})),
EmojiAnnotations(emoji='🚲', codepoints=(128690,), name='baisikeli', slug='baisikeli', annotations=frozenset({'gari'})),
EmojiAnnotations(emoji='⛽', codepoints=(9981,), name='pampu ya mafuta', slug='pampu_ya_mafuta', annotations=frozenset({'pampu', 'mafuta', 'kituo'})),
EmojiAnnotations(emoji='\U0001f6e3', codepoints=(128739,), name='barabara kuu', slug='barabara_kuu', annotations=frozenset({'barabara'})),
EmojiAnnotations(emoji='\U0001f6e4', codepoints=(128740,), name='njia ya reli', slug='njia_ya_reli', annotations=frozenset({'reli', 'treni'})),
EmojiAnnotations(emoji='🚨', codepoints=(128680,), name='taa ya gari la polisi', slug='taa_ya_gari_la_polisi', annotations=frozenset({'mwanga', 'kuzunguka', 'gari', 'polisi', 'taa'})),
EmojiAnnotations(emoji='🚥', codepoints=(128677,), name='taa mlalo ya trafiki', slug='taa_mlalo_ya_trafiki', annotations=frozenset({'trafiki', 'ishara', 'taa'})),
EmojiAnnotations(emoji='🚦', codepoints=(128678,), name='taa wima ya trafiki', slug='taa_wima_ya_trafiki', annotations=frozenset({'trafiki', 'ishara', 'taa'})),
EmojiAnnotations(emoji='🚧', codepoints=(128679,), name='ujenzi', slug='ujenzi', annotations=frozenset({'kizuizi'})),
EmojiAnnotations(emoji='⚓', codepoints=(9875,), name='nanga', slug='nanga', annotations=frozenset({'meli', 'zana'})),
EmojiAnnotations(emoji='⛵', codepoints=(9973,), name='mashua', slug='mashua', annotations=frozenset({'bahari', 'boti', 'gari', 'mashura', 'mahali pa kutembelea watalii'})),
EmojiAnnotations(emoji='🚣', codepoints=(128675,), name='ngalawa', slug='ngalawa', annotations=frozenset({'boti', 'gari'})),
EmojiAnnotations(emoji='🚤', codepoints=(128676,), name='mashua ya kasi', slug='mashua_ya_kasi', annotations=frozenset({'boti', 'gari'})),
EmojiAnnotations(emoji='\U0001f6f3', codepoints=(128755,), name='meli ya abiria', slug='meli_ya_abiria', annotations=frozenset({'gari', 'abiria', 'meli'})),
EmojiAnnotations(emoji='⛴', codepoints=(9972,), name='kivuko', slug='kivuko', annotations=frozenset({'boti'})),
EmojiAnnotations(emoji='\U0001f6e5', codepoints=(128741,), name='motaboti', slug='motaboti', annotations=frozenset({'boti', 'gari'})),
EmojiAnnotations(emoji='🚢', codepoints=(128674,), name='meli', slug='meli', annotations=frozenset({'gari'})),
EmojiAnnotations(emoji='✈', codepoints=(9992,), name='ndege', slug='ndege', annotations=frozenset({'gari'})),
EmojiAnnotations(emoji='\U0001f6e9', codepoints=(128745,), name='ndege ndogo', slug='ndege_ndogo', annotations=frozenset({'gari', 'ndege'})),
EmojiAnnotations(emoji='\U0001f6eb', codepoints=(128747,), name='ndege inayoondoka', slug='ndege_inayoondoka', annotations=frozenset({'kuingia', 'gari', 'kuondoka', 'ndege'})),
EmojiAnnotations(emoji='\U0001f6ec', codepoints=(128748,), name='ndege inayowasili', slug='ndege_inayowasili', annotations=frozenset({'kutua', 'gari', 'kuwasili', 'inaasili', 'ndege'})),
EmojiAnnotations(emoji='🚁', codepoints=(128641,), name='helikopta', slug='helikopta', annotations=frozenset({'gari'})),
EmojiAnnotations(emoji='🚟', codepoints=(128671,), name='reli inayoelea angani', slug='reli_inayoelea_angani', annotations=frozenset({'elea', 'reli', 'gari'})),
EmojiAnnotations(emoji='🚠', codepoints=(128672,), name='gari linalosafiri milimani kwa kamba', slug='gari_linalosafiri_milimani_kwa_kamba', annotations=frozenset({"gari linalosafiri kwenye kamba zilizoning'ing'izwa hewani", 'gari', 'kebo'})),
EmojiAnnotations(emoji='🚡', codepoints=(128673,), name='tramu inayosafiri angani kwa kamba', slug='tramu_inayosafiri_angani_kwa_kamba', annotations=frozenset({"gari linalosafiri kwenye kamba zilizoning'ing'izwa hewani", 'njia ya tramu', 'kebo', 'njia ya kamba', 'gari', 'hewani'})),
EmojiAnnotations(emoji='🚀', codepoints=(128640,), name='roketi', slug='roketi', annotations=frozenset({'gari', 'anga'})),
EmojiAnnotations(emoji='\U0001f6f0', codepoints=(128752,), name='setilaiti', slug='setilaiti', annotations=frozenset({'gari', 'anga'})),
EmojiAnnotations(emoji='\U0001f6ce', codepoints=(128718,), name='kengele ya mwandazi', slug='kengele_ya_mwandazi', annotations=frozenset({'hoteli', 'kengele', 'mwandazi'})),
EmojiAnnotations(emoji='\U0001f6cc', codepoints=(128716,), name='mtu aliyelala kitandani', slug='mtu_aliyelala_kitandani', annotations=frozenset({'lala', 'hoteli'})),
EmojiAnnotations(emoji='\U0001f6cf', codepoints=(128719,), name='kitanda', slug='kitanda', annotations=frozenset({'lala', 'hoteli'})),
EmojiAnnotations(emoji='\U0001f6cb', codepoints=(128715,), name='kochi na taa', slug='kochi_na_taa', annotations=frozenset({'taa', 'hoteli', 'kochi'})),
EmojiAnnotations(emoji='🚿', codepoints=(128703,), name='bafu ya manyunyu', slug='bafu_ya_manyunyu', annotations=frozenset({'maji'})),
EmojiAnnotations(emoji='🛀', codepoints=(128704,), name='mtu anayeoga', slug='mtu_anayeoga', annotations=frozenset({'hodhi', 'bafu'})),
EmojiAnnotations(emoji='⌛', codepoints=(8987,), name='shisha', slug='shisha', annotations=frozenset({'kipima muda', 'mchanga'})),
EmojiAnnotations(emoji='⏳', codepoints=(9203,), name='shisha inayotiririsha mchanga', slug='shisha_inayotiririsha_mchanga', annotations=frozenset({'kipima muda', 'mchanga', 'shisha'})),
EmojiAnnotations(emoji='⏰', codepoints=(9200,), name='kipima muda', slug='kipima_muda', annotations=frozenset({'saa'})),
EmojiAnnotations(emoji='⏱', codepoints=(9201,), name='saa ya michezo', slug='saa_ya_michezo', annotations=frozenset({'saa'})),
EmojiAnnotations(emoji='⏲', codepoints=(9202,), name='saa ya kupima muda', slug='saa_ya_kupima_muda', annotations=frozenset({'kipima muda', 'saa'})),
EmojiAnnotations(emoji='\U0001f570', codepoints=(128368,), name='saa ya mezani', slug='saa_ya_mezani', annotations=frozenset({'saa'})),
EmojiAnnotations(emoji='🕛', codepoints=(128347,), name='saa sita', slug='saa_sita', annotations=frozenset({'saa', 'sita', '00', '12', '12:00'})),
EmojiAnnotations(emoji='🕧', codepoints=(128359,), name='saa sita na nusu', slug='saa_sita_na_nusu', annotations=frozenset({'sita', '12', '12:30', 'saa', 'nusu', '30'})),
EmojiAnnotations(emoji='🕐', codepoints=(128336,), name='saa saba', slug='saa_saba', annotations=frozenset({'saba', '1:00', '00', 'saa', '1'})),
EmojiAnnotations(emoji='🕜', codepoints=(128348,), name='saa saba na nusu', slug='saa_saba_na_nusu', annotations=frozenset({'saba', '1', '1:30', 'saa', 'nusu', '30'})),
EmojiAnnotations(emoji='🕑', codepoints=(128337,), name='saa nane', slug='saa_nane', annotations=frozenset({'2:00', 'nane', '2', '00', 'saa'})),
EmojiAnnotations(emoji='🕝', codepoints=(128349,), name='saa nane na nusu', slug='saa_nane_na_nusu', annotations=frozenset({'2:30', 'saa', 'nusu', 'nane', '2', '30'})),
EmojiAnnotations(emoji='🕒', codepoints=(128338,), name='saa tisa', slug='saa_tisa', annotations=frozenset({'tisa', '3:00', '00', 'saa', '3'})),
EmojiAnnotations(emoji='🕞', codepoints=(128350,), name='saa tisa na nusu', slug='saa_tisa_na_nusu', annotations=frozenset({'tisa', '3', 'saa', 'nusu', '3:30', '30'})),
EmojiAnnotations(emoji='🕓', codepoints=(128339,), name='saa kumi', slug='saa_kumi', annotations=frozenset({'4', '4:00', '00', 'saa', 'kumi'})),
EmojiAnnotations(emoji='🕟', codepoints=(128351,), name='saa kumi na nusu', slug='saa_kumi_na_nusu', annotations=frozenset({'kumi', '4:30', 'saa', '4', 'nusu', '30'})),
EmojiAnnotations(emoji='🕔', codepoints=(128340,), name='saa kumi na moja', slug='saa_kumi_na_moja', annotations=frozenset({'5', 'kumi na moja', '00', '5:00', 'saa'})),
EmojiAnnotations(emoji='🕠', codepoints=(128352,), name='saa kumi na moja na nusu', slug='saa_kumi_na_moja_na_nusu', annotations=frozenset({'5:30', 'kumi na moja', '5', 'saa', 'nusu', '30'})),
EmojiAnnotations(emoji='🕕', codepoints=(128341,), name='saa kumi na mbili', slug='saa_kumi_na_mbili', annotations=frozenset({'kumi na mbili', '6:00', '00', '6', 'saa'})),
EmojiAnnotations(emoji='🕡', codepoints=(128353,), name='sa kumi na mbili na nusu', slug='sa_kumi_na_mbili_na_nusu', annotations=frozenset({'6', 'kumi na mbili', 'saa', 'nusu', '6:30', '30'})),
EmojiAnnotations(emoji='🕖', codepoints=(128342,), name='saa moja', slug='saa_moja', annotations=frozenset({'7', 'moja', '00', '7:00', 'saa'})),
EmojiAnnotations(emoji='🕢', codepoints=(128354,), name='saa moja na nusu', slug='saa_moja_na_nusu', annotations=frozenset({'7', 'moja', '7:30', 'saa', 'nusu', '30'})),
EmojiAnnotations(emoji='🕗', codepoints=(128343,), name='saa mbili', slug='saa_mbili', annotations=frozenset({'8', 'mbili', '00', '8:00', 'saa'})),
EmojiAnnotations(emoji='🕣', codepoints=(128355,), name='saa mbili na nusu', slug='saa_mbili_na_nusu', annotations=frozenset({'mbili', '8:30', 'saa', '8', 'nusu', '30'})),
EmojiAnnotations(emoji='🕘', codepoints=(128344,), name='saa tatu', slug='saa_tatu', annotations=frozenset({'9:00', 'tatu', '00', 'saa', '9'})),
EmojiAnnotations(emoji='🕤', codepoints=(128356,), name='saa tatu na nusu', slug='saa_tatu_na_nusu', annotations=frozenset({'tatu', 'saa', '9', 'nusu', '30', '9:30'})),
EmojiAnnotations(emoji='🕙', codepoints=(128345,), name='saa nne', slug='saa_nne', annotations=frozenset({'nne', '10', '10:00', '00', 'saa'})),
EmojiAnnotations(emoji='🕥', codepoints=(128357,), name='saa nne na nusu', slug='saa_nne_na_nusu', annotations=frozenset({'10', 'nne', '10:30', 'saa', 'nusu', '30'})),
EmojiAnnotations(emoji='🕚', codepoints=(128346,), name='saa tano', slug='saa_tano', annotations=frozenset({'11', 'tano', '00', '11:00', 'saa'})),
EmojiAnnotations(emoji='🕦', codepoints=(128358,), name='saa tano na nusu', slug='saa_tano_na_nusu', annotations=frozenset({'11', 'tano', '11:30', 'saa', 'nusu', '30'})),
EmojiAnnotations(emoji='🌑', codepoints=(127761,), name='mwezi mpya', slug='mwezi_mpya', annotations=frozenset({'mwezi', 'nyeusi', 'hali ya hewa', 'anga'})),
EmojiAnnotations(emoji='🌒', codepoints=(127762,), name='mwezi mwandamo', slug='mwezi_mwandamo', annotations=frozenset({'mwezi', 'hali yahewa', 'kuanza', 'anga'})),
EmojiAnnotations(emoji='🌓', codepoints=(127763,), name='mwezi wa robo ya kwanza', slug='mwezi_wa_robo_ya_kwanza', annotations=frozenset({'mwezi', 'hali ya hewa', 'robo', 'anga'})),
EmojiAnnotations(emoji='🌔', codepoints=(127764,), name='mwezi ulioangazwa zaidi ya nusu unaotanda', slug='mwezi_ulioangazwa_zaidi_ya_nusu_unaotanda', annotations=frozenset({'mwezi', 'kuanza', 'hali ya hewa', 'mwezi ulioangazwa zaidi ya nusu', 'anga'})),
EmojiAnnotations(emoji='🌕', codepoints=(127765,), name='mwezi kamili', slug='mwezi_kamili', annotations=frozenset({'mwezi', 'kamili', 'hali ya hewa', 'anga'})),
EmojiAnnotations(emoji='🌖', codepoints=(127766,), name='mwezi ulioangazwa zaidi ya nusu unaofifia', slug='mwezi_ulioangazwa_zaidi_ya_nusu_unaofifia', annotations=frozenset({'mwezi', 'hali ya hewa', 'mwezi ulioangazwa zaidi ya nusu', 'anga', 'kuisha'})),
EmojiAnnotations(emoji='🌗', codepoints=(127767,), name='mwezi wa robo ya mwisho', slug='mwezi_wa_robo_ya_mwisho', annotations=frozenset({'mwezi', 'hali ya hewa', 'robo', 'anga'})),
EmojiAnnotations(emoji='🌘', codepoints=(127768,), name='mwezi kongo', slug='mwezi_kongo', annotations=frozenset({'mwezi', 'hali yahewa', 'mwezi mwandamo', 'anga', 'kuisha'})),
EmojiAnnotations(emoji='🌙', codepoints=(127769,), name='mwezi unaoandama mwezi mpya', slug='mwezi_unaoandama_mwezi_mpya', annotations=frozenset({'mwezi', 'mwezi mwandamo', 'hali ya hewa', 'anga'})),
EmojiAnnotations(emoji='🌚', codepoints=(127770,), name='uso wa mwezi mpya', slug='uso_wa_mwezi_mpya', annotations=frozenset({'mwezi', 'uso', 'hali ya hewa', 'anga'})),
EmojiAnnotations(emoji='🌛', codepoints=(127771,), name='mwezi wa robo ya kwanza wenye uso', slug='mwezi_wa_robo_ya_kwanza_wenye_uso', annotations=frozenset({'mwezi', 'uso', 'hali ya hewa', 'robo', 'anga'})),
EmojiAnnotations(emoji='🌜', codepoints=(127772,), name='mwezi wa robo ya mwisho wenye uso', slug='mwezi_wa_robo_ya_mwisho_wenye_uso', annotations=frozenset({'mwezi', 'uso', 'hali ya hewa', 'robo', 'anga'})),
EmojiAnnotations(emoji='\U0001f321', codepoints=(127777,), name='pima joto', slug='pima_joto', annotations=frozenset({'hali ya hewa'})),
EmojiAnnotations(emoji='☀', codepoints=(9728,), name='jua', slug='jua', annotations=frozenset({'miali', 'hali ya hewa', 'anga', "kung'aa"})),
EmojiAnnotations(emoji='🌝', codepoints=(127773,), name='uso unaokaa mwezi', slug='uso_unaokaa_mwezi', annotations=frozenset({'kamili', 'uso', 'hali ya hewa', 'anga', "kung'aa"})),
EmojiAnnotations(emoji='🌞', codepoints=(127774,), name='uso unaokaa jua', slug='uso_unaokaa_jua', annotations=frozenset({'anga', 'jua', 'hali ya hewa', 'usi', "kung'aa"})),
EmojiAnnotations(emoji='⭐', codepoints=(11088,), name='nyota nyeupe ya wastani', slug='nyota_nyeupe_ya_wastani', annotations=frozenset({'nyota'})),
EmojiAnnotations(emoji='🌟', codepoints=(127775,), name="nyota inayong'aa", slug="nyota_inayong'aa", annotations=frozenset({'nyota', 'kumetameta', "ng'aa", "kung'ara", 'metameta'})),
EmojiAnnotations(emoji='🌠', codepoints=(127776,), name='kimwondo', slug='kimwondo', annotations=frozenset({'kaunguka', 'nyota', 'anga'})),
EmojiAnnotations(emoji='☁', codepoints=(9729,), name='wingu', slug='wingu', annotations=frozenset({'hali ya hewa'})),
EmojiAnnotations(emoji='⛅', codepoints=(9925,), name='jua nyuma ya wingu', slug='jua_nyuma_ya_wingu', annotations=frozenset({'wingu', 'jua', 'hali ya hewa'})),
EmojiAnnotations(emoji='⛈', codepoints=(9928,), name='wingu pamoja na radi na mvua', slug='wingu_pamoja_na_radi_na_mvua', annotations=frozenset({'wingu', 'ngurumo', 'mvua', 'hali ya hewa'})),
EmojiAnnotations(emoji='\U0001f324', codepoints=(127780,), name='jua nyuma ya wingu dogo', slug='jua_nyuma_ya_wingu_dogo', annotations=frozenset({'wingu', 'jua', 'hali ya hewa'})),
EmojiAnnotations(emoji='\U0001f325', codepoints=(127781,), name='jua nyuma ya wingu kubwa', slug='jua_nyuma_ya_wingu_kubwa', annotations=frozenset({'wingu', 'jua', 'hali ya hewa'})),
EmojiAnnotations(emoji='\U0001f326', codepoints=(127782,), name='jua nyuma ya wingi lenye mvua', slug='jua_nyuma_ya_wingi_lenye_mvua', annotations=frozenset({'wingu', 'jua', 'mvua', 'hali ya jewa'})),
EmojiAnnotations(emoji='\U0001f327', codepoints=(127783,), name='wingu lenye mvua', slug='wingu_lenye_mvua', annotations=frozenset({'wingu', 'hali ya hewa', 'mvua'})),
EmojiAnnotations(emoji='\U0001f328', codepoints=(127784,), name='wingu lenye theluji', slug='wingu_lenye_theluji', annotations=frozenset({'wingu', 'baridi', 'theluji', 'hali ya hewa'})),
EmojiAnnotations(emoji='\U0001f329', codepoints=(127785,), name='wingu lenye radi', slug='wingu_lenye_radi', annotations=frozenset({'wingu', 'hali ya hewa', 'radi'})),
EmojiAnnotations(emoji='\U0001f32a', codepoints=(127786,), name='kimbunga', slug='kimbunga', annotations=frozenset({'wingu', 'hali ya hewa'})),
EmojiAnnotations(emoji='\U0001f32b', codepoints=(127787,), name='ukungu', slug='ukungu', annotations=frozenset({'wingu', 'hali ya hewa'})),
EmojiAnnotations(emoji='\U0001f32c', codepoints=(127788,), name='uso unaopuliza upepo', slug='uso_unaopuliza_upepo', annotations=frozenset({'wingu', 'upepo', 'uso', 'hali ya hewa', 'puliza'})),
EmojiAnnotations(emoji='🌀', codepoints=(127744,), name='tufani', slug='tufani', annotations=frozenset({'kizunguzungu', 'kimbunga', 'hali ya hewa'})),
EmojiAnnotations(emoji='🌈', codepoints=(127752,), name='upinde wa mvua', slug='upinde_wa_mvua', annotations=frozenset({'hali ya hewa', 'mvua'})),
EmojiAnnotations(emoji='🌂', codepoints=(127746,), name='mwavuli uliokunjwa', slug='mwavuli_uliokunjwa', annotations=frozenset({'hali ya hewa', 'mvua', 'mavazi', 'mwavuli'})),
EmojiAnnotations(emoji='☂', codepoints=(9730,), name='mwavuli', slug='mwavuli', annotations=frozenset({'hali ya hewa', 'mvua', 'mavazi'})),
EmojiAnnotations(emoji='☔', codepoints=(9748,), name='mwavuli na matone ya mvua', slug='mwavuli_na_matone_ya_mvua', annotations=frozenset({'tone', 'hali ya hewa', 'mvua', 'mavazi', 'mwavuli'})),
EmojiAnnotations(emoji='⛱', codepoints=(9969,), name='mwavuli ulio kwenye ardhi', slug='mwavuli_ulio_kwenye_ardhi', annotations=frozenset({'jua', 'hali ya hewa', 'mvua', 'mwavuli'})),
EmojiAnnotations(emoji='⚡', codepoints=(9889,), name='volteji ya juu', slug='volteji_ya_juu', annotations=frozenset({'kuungua kwa umeme', 'hatari', 'volteji', 'umeme', 'radi'})),
EmojiAnnotations(emoji='❄', codepoints=(10052,), name='chembe ya theluji', slug='chembe_ya_theluji', annotations=frozenset({'baridi', 'theluji', 'hali ya hewa'})),
EmojiAnnotations(emoji='☃', codepoints=(9731,), name='sanamu ya mtu ya theluji', slug='sanamu_ya_mtu_ya_theluji', annotations=frozenset({'baridi', 'theluji', 'hali ya hewa'})),
EmojiAnnotations(emoji='⛄', codepoints=(9924,), name='sanamu ya mtu ya theluji bila theluji', slug='sanamu_ya_mtu_ya_theluji_bila_theluji', annotations=frozenset({'baridi', 'theluji', 'hali ya hewa'})),
EmojiAnnotations(emoji='☄', codepoints=(9732,), name='kimondo', slug='kimondo', annotations=frozenset({'anga'})),
EmojiAnnotations(emoji='🔥', codepoints=(128293,), name='moto', slug='moto', annotations=frozenset({'mwali', 'zana'})),
EmojiAnnotations(emoji='💧', codepoints=(128167,), name='tone', slug='tone', annotations=frozenset({'jembamba', 'hali ya hewa', 'kibonzo', 'jasho'})),
EmojiAnnotations(emoji='🌊', codepoints=(127754,), name='wimbi la maji', slug='wimbi_la_maji', annotations=frozenset({'bahari', "wimbi' hali ya hewa", 'maji'})),
EmojiAnnotations(emoji='🎃', codepoints=(127875,), name='taa ya malenge yenye umbo la uso wa mtu', slug='taa_ya_malenge_yenye_umbo_la_uso_wa_mtu', annotations=frozenset({'taa', 'halloween', 'kusherehekea', 'jack'})),
EmojiAnnotations(emoji='🎄', codepoints=(127876,), name='mti wa krismasi', slug='mti_wa_krismasi', annotations=frozenset({'sherehe', 'mti', 'krismasi'})),
EmojiAnnotations(emoji='🎆', codepoints=(127878,), name='fataki', slug='fataki', annotations=frozenset({'sherehe'})),
EmojiAnnotations(emoji='🎇', codepoints=(127879,), name='kimetameta', slug='kimetameta', annotations=frozenset({'fataki', 'metameta', 'kusherehekea'})),
EmojiAnnotations(emoji='✨', codepoints=(10024,), name='kumetameta', slug='kumetameta', annotations=frozenset({'nyota', 'metameta'})),
EmojiAnnotations(emoji='🎈', codepoints=(127880,), name='puto', slug='puto', annotations=frozenset({'sherehe'})),
EmojiAnnotations(emoji='🎉', codepoints=(127881,), name='mapambo ya sherehe', slug='mapambo_ya_sherehe', annotations=frozenset({'sherehe', 'puto', 'kusherehekea', 'tada'})),
EmojiAnnotations(emoji='🎊', codepoints=(127882,), name='mpira wa mapambo', slug='mpira_wa_mapambo', annotations=frozenset({'mpira', 'kusherehekea', 'mapambo'})),
EmojiAnnotations(emoji='🎋', codepoints=(127883,), name='mti wa tanabata', slug='mti_wa_tanabata', annotations=frozenset({'mti', 'kijapani', 'bango', 'kusherehekea'})),
EmojiAnnotations(emoji='🎌', codepoints=(127884,), name='bendera mbili zilizopishana', slug='bendera_mbili_zilizopishana', annotations=frozenset({'iliyopishanishwa', 'kijapani', 'kusherehekea', 'pishanisha'})),
EmojiAnnotations(emoji='🎍', codepoints=(127885,), name='mapamabo ya msonobari', slug='mapamabo_ya_msonobari', annotations=frozenset({'msonobari', 'mmea', 'kijapani', 'mwanzi', 'kusherehekea'})),
EmojiAnnotations(emoji='🎎', codepoints=(127886,), name='vidosho vya kijapani', slug='vidosho_vya_kijapani', annotations=frozenset({'sherehe', 'kidosho', 'kijapani', 'kusherehekea'})),
EmojiAnnotations(emoji='🎏', codepoints=(127887,), name='bendera ya kambare mamba', slug='bendera_ya_kambare_mamba', annotations=frozenset({'bendera', 'kambare', 'kusherehekea'})),
EmojiAnnotations(emoji='🎐', codepoints=(127888,), name='kengele ya upepo', slug='kengele_ya_upepo', annotations=frozenset({'kulia', 'upepo', 'kengele', 'kusherehekea'})),
EmojiAnnotations(emoji='🎑', codepoints=(127889,), name='sherehe ya mwezi', slug='sherehe_ya_mwezi', annotations=frozenset({'mwezi', 'sherehe', 'kusherehekea'})),
EmojiAnnotations(emoji='🎀', codepoints=(127872,), name='utepe', slug='utepe', annotations=frozenset({'kusherehekea'})),
EmojiAnnotations(emoji='🎁', codepoints=(127873,), name='zawadi iliyofungwa', slug='zawadi_iliyofungwa', annotations=frozenset({'zawadi', 'iliyofungwa', 'sanduku', 'kusherehekea'})),
EmojiAnnotations(emoji='\U0001f396', codepoints=(127894,), name='tuzo ya kijeshi', slug='tuzo_ya_kijeshi', annotations=frozenset({'jeshi', 'medali', 'kusherehekea'})),
EmojiAnnotations(emoji='\U0001f397', codepoints=(127895,), name='utepe wa ukumbusho', slug='utepe_wa_ukumbusho', annotations=frozenset({'kikumbusho', 'utepe', 'kusherehekea'})),
EmojiAnnotations(emoji='\U0001f39e', codepoints=(127902,), name='fremu za utepe wa filamu', slug='fremu_za_utepe_wa_filamu', annotations=frozenset({'filamu', 'fremu', 'sinema'})),
EmojiAnnotations(emoji='\U0001f39f', codepoints=(127903,), name='tiketi za kuingia', slug='tiketi_za_kuingia', annotations=frozenset({'kuingia', 'tiketi'})),
EmojiAnnotations(emoji='🎫', codepoints=(127915,), name='tiketi', slug='tiketi', annotations=frozenset({'kuingia'})),
EmojiAnnotations(emoji='⚽', codepoints=(9917,), name='mpira wa miguu', slug='mpira_wa_miguu', annotations=frozenset({'soka', 'mpira'})),
EmojiAnnotations(emoji='⚾', codepoints=(9918,), name='mpira wa besibali', slug='mpira_wa_besibali', annotations=frozenset({'mpira'})),
EmojiAnnotations(emoji='🏀', codepoints=(127936,), name='mpira wa kikapu', slug='mpira_wa_kikapu', annotations=frozenset({'mpira', 'kikapu'})),
EmojiAnnotations(emoji='🏈', codepoints=(127944,), name='mpira wa marekani', slug='mpira_wa_marekani', annotations=frozenset({'marekani', 'mpira', 'mpira wa miguu'})),
EmojiAnnotations(emoji='🏉', codepoints=(127945,), name='mpira wa raga', slug='mpira_wa_raga', annotations=frozenset({'raga', 'mpira', 'mpira wa miguu'})),
EmojiAnnotations(emoji='🎾', codepoints=(127934,), name='mpira wa tenisi', slug='mpira_wa_tenisi', annotations=frozenset({'raketi', 'mpira'})),
EmojiAnnotations(emoji='🎱', codepoints=(127921,), name='biliadi', slug='biliadi', annotations=frozenset({'8', 'mchezo', 'mpira 8', 'nane', 'mpira'})),
EmojiAnnotations(emoji='🎳', codepoints=(127923,), name='mchezo wa kuvingirisha matufe chini', slug='mchezo_wa_kuvingirisha_matufe_chini', annotations=frozenset({'mchezo', 'mpira'})),
EmojiAnnotations(emoji='⛳', codepoints=(9971,), name='bendera katika shimo', slug='bendera_katika_shimo', annotations=frozenset({'gofu', 'shimo'})),
EmojiAnnotations(emoji='\U0001f3cc', codepoints=(127948,), name='mcheza gofu', slug='mcheza_gofu', annotations=frozenset({'gofu', 'mpira'})),
EmojiAnnotations(emoji='⛸', codepoints=(9976,), name='viatu vya kuteleza kwenye theluji', slug='viatu_vya_kuteleza_kwenye_theluji', annotations=frozenset({'kuteleza', 'theluji'})),
EmojiAnnotations(emoji='🎣', codepoints=(127907,), name='ndoano ya uvuvi', slug='ndoano_ya_uvuvi', annotations=frozenset({'ndoano', 'samaki'})),
EmojiAnnotations(emoji='🎽', codepoints=(127933,), name='shati ya kukimbia', slug='shati_ya_kukimbia', annotations=frozenset({'shati', 'kukimbia', 'mshipi'})),
EmojiAnnotations(emoji='🎿', codepoints=(127935,), name='ski', slug='ski', annotations=frozenset({'theluji'})),
EmojiAnnotations(emoji='⛷', codepoints=(9975,), name='mtu anayecheza mchezo wa kuskii', slug='mtu_anayecheza_mchezo_wa_kuskii', annotations=frozenset({'ski', 'theluji'})),
EmojiAnnotations(emoji='🏂', codepoints=(127938,), name='mtu anayeteleza kwenye theluji', slug='mtu_anayeteleza_kwenye_theluji', annotations=frozenset({'ski', 'theluji', 'ubao wa kuteleza kwenye theluji'})),
EmojiAnnotations(emoji='🏄', codepoints=(127940,), name='mtu anayeteleza kwenye mawimbi', slug='mtu_anayeteleza_kwenye_mawimbi', annotations=frozenset({'kuteleza kwenye mawimbi'})),
EmojiAnnotations(emoji='🏇', codepoints=(127943,), name='mbio za farasi', slug='mbio_za_farasi', annotations=frozenset({'farasi ya mashindano', 'mashindano', 'farasi', 'mwendesha farasi'})),
EmojiAnnotations(emoji='🏊', codepoints=(127946,), name='mwogeleaji', slug='mwogeleaji', annotations=frozenset({'kuogelea'})),
EmojiAnnotations(emoji='⛹', codepoints=(9977,), name='mtu na mpira', slug='mtu_na_mpira', annotations=frozenset({'mpira'})),
EmojiAnnotations(emoji='\U0001f3cb', codepoints=(127947,), name='mbeba vyuma vizito', slug='mbeba_vyuma_vizito', annotations=frozenset({'uzito', 'mbeba vyuma'})),
EmojiAnnotations(emoji='🚴', codepoints=(128692,), name='mwendesha baisikeli', slug='mwendesha_baisikeli', annotations=frozenset({'baisikeli'})),
EmojiAnnotations(emoji='🚵', codepoints=(128693,), name='mtu anayeendesha baisikeli mlimani', slug='mtu_anayeendesha_baisikeli_mlimani', annotations=frozenset({'baisikeli', 'mwendesha baisikeli', 'mlima'})),
EmojiAnnotations(emoji='\U0001f3ce', codepoints=(127950,), name='gari la mashindano', slug='gari_la_mashindano', annotations=frozenset({'gari', 'mashindano'})),
EmojiAnnotations(emoji='\U0001f3cd', codepoints=(127949,), name='pikipiki', slug='pikipiki', annotations=frozenset({'mashindano'})),
EmojiAnnotations(emoji='\U0001f3c5', codepoints=(127941,), name='medali ya michezo', slug='medali_ya_michezo', annotations=frozenset({'medali'})),
EmojiAnnotations(emoji='🏆', codepoints=(127942,), name='kikombe', slug='kikombe', annotations=frozenset({'zawadi'})),
EmojiAnnotations(emoji='\U0001f3cf', codepoints=(127951,), name='kriketi', slug='kriketi', annotations=frozenset({'mchezo', 'mpira', 'gongo'})),
EmojiAnnotations(emoji='\U0001f3d0', codepoints=(127952,), name='mpira wa wavu', slug='mpira_wa_wavu', annotations=frozenset({'mchezo', 'mpira'})),
EmojiAnnotations(emoji='\U0001f3d1', codepoints=(127953,), name='mpira wa magongo', slug='mpira_wa_magongo', annotations=frozenset({'mchezo', 'kiwanja', 'kijiti', 'mpira'})),
EmojiAnnotations(emoji='\U0001f3d2', codepoints=(127954,), name='kigoe cha hoki ya barafuni', slug='kigoe_cha_hoki_ya_barafuni', annotations=frozenset({'mchezo', 'mpira wa magongo', 'barafu', 'kitufe cha kucheza', 'kijiti'})),
EmojiAnnotations(emoji='\U0001f3d3', codepoints=(127955,), name='ping pong', slug='ping_pong', annotations=frozenset({'mchezo', 'ubao', 'tenisi ya mezani', 'mpira', 'gongo'})),
EmojiAnnotations(emoji='\U0001f3f8', codepoints=(127992,), name='mpira wa vinyoya', slug='mpira_wa_vinyoya', annotations=frozenset({'mpigo mmoja', 'mchezo', 'raketi'})),
EmojiAnnotations(emoji='🎯', codepoints=(127919,), name='kulenga shabaha', slug='kulenga_shabaha', annotations=frozenset({'mchezo', 'kigumba', 'lengo kuu', 'lengo', 'gonga'})),
EmojiAnnotations(emoji='🎮', codepoints=(127918,), name='mchezo wa video', slug='mchezo_wa_video', annotations=frozenset({'mchezo', 'kidhibiti'})),
EmojiAnnotations(emoji='\U0001f579', codepoints=(128377,), name='usukani', slug='usukani', annotations=frozenset({'mchezo', 'mchezo wa video'})),
EmojiAnnotations(emoji='🎲', codepoints=(127922,), name='dadu', slug='dadu', annotations=frozenset({'mchezo'})),
EmojiAnnotations(emoji='♠', codepoints=(9824,), name='shupaza', slug='shupaza', annotations=frozenset({'mchezo', 'kadi', 'karata'})),
EmojiAnnotations(emoji='♥', codepoints=(9829,), name='kopa', slug='kopa', annotations=frozenset({'mchezo', 'kadi', 'karata'})),
EmojiAnnotations(emoji='♦', codepoints=(9830,), name='kisu', slug='kisu', annotations=frozenset({'mchezo', 'kadi', 'visu', 'karata'})),
EmojiAnnotations(emoji='♣', codepoints=(9827,), name='maua', slug='maua', annotations=frozenset({'mchezo', 'kadi', 'karata'})),
EmojiAnnotations(emoji='🃏', codepoints=(127183,), name='jokari', slug='jokari', annotations=frozenset({'mchezo', 'kadi', 'kucheza'})),
EmojiAnnotations(emoji='🀄', codepoints=(126980,), name='dragoni jekundu la mahjong', slug='dragoni_jekundu_la_mahjong', annotations=frozenset({'mchezo', 'mahjong', 'nyekundu'})),
EmojiAnnotations(emoji='🎴', codepoints=(127924,), name='kadi za karata za maua', slug='kadi_za_karata_za_maua', annotations=frozenset({'mchezo', 'kadi', 'kucheza', 'kijapani', 'maua'})),
EmojiAnnotations(emoji='🔇', codepoints=(128263,), name='spika imezimwa', slug='spika_imezimwa', annotations=frozenset({'zima', 'spika', 'kimya', 'sauti'})),
EmojiAnnotations(emoji='🔈', codepoints=(128264,), name='spika', slug='spika', annotations=frozenset({'sauti'})),
EmojiAnnotations(emoji='🔉', codepoints=(128265,), name='spika imewashwa', slug='spika_imewashwa', annotations=frozenset({'wingu', 'spika', 'chini', 'sauti'})),
EmojiAnnotations(emoji='🔊', codepoints=(128266,), name='spika yenye sauti ya juu', slug='spika_yenye_sauti_ya_juu', annotations=frozenset({'juu', 'tatu', 'spika', 'sauti', '3'})),
EmojiAnnotations(emoji='📢', codepoints=(128226,), name='kipaza sauti', slug='kipaza_sauti', annotations=frozenset({'sauti'})),
EmojiAnnotations(emoji='📣', codepoints=(128227,), name='megafoni', slug='megafoni', annotations=frozenset({'kushangilia'})),
EmojiAnnotations(emoji='📯', codepoints=(128239,), name='honi ya posta', slug='honi_ya_posta', annotations=frozenset({'honi', 'posta'})),
EmojiAnnotations(emoji='🔕', codepoints=(128277,), name='kengele yenye alama ya mkato', slug='kengele_yenye_alama_ya_mkato', annotations=frozenset({'siyo', 'katazwa', 'marufuku', 'kimwa', 'zima', 'hapana', 'kimya', 'kengele'})),
EmojiAnnotations(emoji='🎼', codepoints=(127932,), name='karatasi ya muziki', slug='karatasi_ya_muziki', annotations=frozenset({'muziki', 'karatasi ya muziki'})),
EmojiAnnotations(emoji='🎵', codepoints=(127925,), name='noti ya muziki', slug='noti_ya_muziki', annotations=frozenset({'noti', 'muziki'})),
EmojiAnnotations(emoji='🎶', codepoints=(127926,), name='manoti ya muziki', slug='manoti_ya_muziki', annotations=frozenset({'noti', 'muziki', 'manoti'})),
EmojiAnnotations(emoji='\U0001f399', codepoints=(127897,), name='maikrofoni ya studio', slug='maikrofoni_ya_studio', annotations=frozenset({'maikrofoni', 'muziki', 'studio'})),
EmojiAnnotations(emoji='\U0001f39a', codepoints=(127898,), name='kitelezi cha kurekebisha sauti', slug='kitelezi_cha_kurekebisha_sauti', annotations=frozenset({'kiwango', 'muziki', 'kitelezi'})),
EmojiAnnotations(emoji='\U0001f39b', codepoints=(127899,), name='vitufe vya kudhibiti', slug='vitufe_vya_kudhibiti', annotations=frozenset({'vitufe', 'muziki', 'vidhibiti'})),
EmojiAnnotations(emoji='🎤', codepoints=(127908,), name='maikrofoni', slug='maikrofoni', annotations=frozenset({'karaoke'})),
EmojiAnnotations(emoji='🎧', codepoints=(127911,), name='vifaa vya sauti vya masikioni', slug='vifaa_vya_sauti_vya_masikioni', annotations=frozenset({'kifaa cha sauti cha masikioni'})),
EmojiAnnotations(emoji='🎷', codepoints=(127927,), name='saksafoni', slug='saksafoni', annotations=frozenset({'ala', 'muziki'})),
EmojiAnnotations(emoji='🎸', codepoints=(127928,), name='gita', slug='gita', annotations=frozenset({'ala', 'muziki'})),
EmojiAnnotations(emoji='🎹', codepoints=(127929,), name='kinanda', slug='kinanda', annotations=frozenset({'piano', 'ala', 'muziki'})),
EmojiAnnotations(emoji='🎺', codepoints=(127930,), name='tarumbeta', slug='tarumbeta', annotations=frozenset({'ala', 'muziki'})),
EmojiAnnotations(emoji='🎻', codepoints=(127931,), name='fidla', slug='fidla', annotations=frozenset({'ala', 'muziki'})),
EmojiAnnotations(emoji='📻', codepoints=(128251,), name='redio', slug='redio', annotations=frozenset({'video'})),
EmojiAnnotations(emoji='📱', codepoints=(128241,), name='simu ya mkononi', slug='simu_ya_mkononi', annotations=frozenset({'simu', 'simu ya mkononi', 'ya mkononi'})),
EmojiAnnotations(emoji='📲', codepoints=(128242,), name='simu ya mkononi yenye kishale', slug='simu_ya_mkononi_yenye_kishale', annotations=frozenset({'mshale', 'simu ya mkononi', 'piga simu', 'ya mkononi', 'pokea', 'simu'})),
EmojiAnnotations(emoji='📞', codepoints=(128222,), name='mkono wa simu', slug='mkono_wa_simu', annotations=frozenset({'simu'})),
EmojiAnnotations(emoji='📠', codepoints=(128224,), name='mashine ya faksi', slug='mashine_ya_faksi', annotations=frozenset({'faksi'})),
EmojiAnnotations(emoji='🔌', codepoints=(128268,), name='plagi ya umeme', slug='plagi_ya_umeme', annotations=frozenset({'nguvu za umeme', 'umeme', 'plagi'})),
EmojiAnnotations(emoji='💻', codepoints=(128187,), name='kompyuta ndogo', slug='kompyuta_ndogo', annotations=frozenset({'pc', 'binafsi', 'kompyuta'})),
EmojiAnnotations(emoji='\U0001f5a5', codepoints=(128421,), name='kompyuta ya mezani', slug='kompyuta_ya_mezani', annotations=frozenset({'kompyuta'})),
EmojiAnnotations(emoji='\U0001f5a8', codepoints=(128424,), name='printa', slug='printa', annotations=frozenset({'kompyuta'})),
EmojiAnnotations(emoji='⌨', codepoints=(9000,), name='kibodi', slug='kibodi', annotations=frozenset({'kompyuta'})),
EmojiAnnotations(emoji='\U0001f5b1', codepoints=(128433,), name='kipanya cha kompyuta', slug='kipanya_cha_kompyuta', annotations=frozenset({'kipanya', 'tatu', 'kitufe', 'kompyuta', '3'})),
EmojiAnnotations(emoji='\U0001f5b2', codepoints=(128434,), name='kitufe cha kompyuta kinachoendesha kishale', slug='kitufe_cha_kompyuta_kinachoendesha_kishale', annotations=frozenset({'kompyuta'})),
EmojiAnnotations(emoji='💽', codepoints=(128189,), name='diski ndogo', slug='diski_ndogo', annotations=frozenset({'ya macho', 'diski', 'kompyuta'})),
EmojiAnnotations(emoji='💾', codepoints=(128190,), name='diski laini', slug='diski_laini', annotations=frozenset({'diski', 'kompyuta'})),
EmojiAnnotations(emoji='💿', codepoints=(128191,), name='diski', slug='diski', annotations=frozenset({'ya macho', 'dvd', 'cd', 'blu-ray', 'kompyuta'})),
EmojiAnnotations(emoji='📀', codepoints=(128192,), name='diski dijitali', slug='diski_dijitali', annotations=frozenset({'ya macho', 'cd', 'diski', 'blu-ray', 'kompyuta'})),
EmojiAnnotations(emoji='🎥', codepoints=(127909,), name='kamera ya kurekodi filamu', slug='kamera_ya_kurekodi_filamu', annotations=frozenset({'kamera', 'filamu', 'sinema'})),
EmojiAnnotations(emoji='🎬', codepoints=(127916,), name='ubao wa kuanzisha matukio wakati wa kutengeneza filamu', slug='ubao_wa_kuanzisha_matukio_wakati_wa_kutengeneza_filamu', annotations=frozenset({'filamu'})),
EmojiAnnotations(emoji='\U0001f4fd', codepoints=(128253,), name='projekta ya filamu', slug='projekta_ya_filamu', annotations=frozenset({'filamu', 'projekta', 'video', 'sinema'})),
EmojiAnnotations(emoji='📺', codepoints=(128250,), name='runinga', slug='runinga', annotations=frozenset({'video'})),
EmojiAnnotations(emoji='📷', codepoints=(128247,), name='kamera', slug='kamera', annotations=frozenset({'video'})),
EmojiAnnotations(emoji='\U0001f4f8', codepoints=(128248,), name='kamera na mmweko', slug='kamera_na_mmweko', annotations=frozenset({'kamera', 'mmweko', 'video'})),
EmojiAnnotations(emoji='📹', codepoints=(128249,), name='kamera ya kurekodi video', slug='kamera_ya_kurekodi_video', annotations=frozenset({'kamera', 'video'})),
EmojiAnnotations(emoji='📼', codepoints=(128252,), name='kaseti ya video', slug='kaseti_ya_video', annotations=frozenset({'kanda', 'vhs', 'video'})),
EmojiAnnotations(emoji='🔍', codepoints=(128269,), name='kioo cha ukuzaji kinachoelekeza kushoto', slug='kioo_cha_ukuzaji_kinachoelekeza_kushoto', annotations=frozenset({'zana', 'tafuta', 'glasi', 'kukuza'})),
EmojiAnnotations(emoji='🔎', codepoints=(128270,), name='kioo cha ukuzaji kinachoelekeza kulia', slug='kioo_cha_ukuzaji_kinachoelekeza_kulia', annotations=frozenset({'zana', 'tafuta', 'glasi', 'kukuza'})),
EmojiAnnotations(emoji='🔬', codepoints=(128300,), name='hadubini', slug='hadubini', annotations=frozenset({'zana'})),
EmojiAnnotations(emoji='🔭', codepoints=(128301,), name='darubini', slug='darubini', annotations=frozenset({'zana'})),
EmojiAnnotations(emoji='📡', codepoints=(128225,), name='antena ya setilaiti', slug='antena_ya_setilaiti', annotations=frozenset({'ungo', 'setilaiti', 'antena'})),
EmojiAnnotations(emoji='\U0001f56f', codepoints=(128367,), name='mshumaa', slug='mshumaa', annotations=frozenset({'mwanga'})),
EmojiAnnotations(emoji='💡', codepoints=(128161,), name='taa', slug='taa', annotations=frozenset({'wazo', 'kibonzo', 'umeme', 'mwanga'})),
EmojiAnnotations(emoji='🔦', codepoints=(128294,), name='kurunzi', slug='kurunzi', annotations=frozenset({'zana', 'umeme', 'mwanga'})),
EmojiAnnotations(emoji='🏮', codepoints=(127982,), name='taa nyekundu ya karatasi', slug='taa_nyekundu_ya_karatasi', annotations=frozenset({'baa', 'mwanga', 'nyekundu', 'kijapani', 'taa'})),
EmojiAnnotations(emoji='📔', codepoints=(128212,), name='daftari lenye jalada lililopambwa', slug='daftari_lenye_jalada_lililopambwa', annotations=frozenset({'lililopanbwa', 'jalada', 'kitabu', 'daftari'})),
EmojiAnnotations(emoji='📕', codepoints=(128213,), name='kitabu kilichofungwa', slug='kitabu_kilichofungwa', annotations=frozenset({'kufungwa', 'kitabu'})),
EmojiAnnotations(emoji='📖', codepoints=(128214,), name='kitabu kilichofunguliwa', slug='kitabu_kilichofunguliwa', annotations=frozenset({'kufunguliwa', 'kitabu'})),
EmojiAnnotations(emoji='📗', codepoints=(128215,), name='kitabu cha kijani', slug='kitabu_cha_kijani', annotations=frozenset({'kitabu', 'kijani'})),
EmojiAnnotations(emoji='📘', codepoints=(128216,), name='kitabu cha samawati', slug='kitabu_cha_samawati', annotations=frozenset({'samawati', 'kitabu'})),
EmojiAnnotations(emoji='📙', codepoints=(128217,), name='kitabu cha njano', slug='kitabu_cha_njano', annotations=frozenset({'kitabu', 'manjano'})),
EmojiAnnotations(emoji='📚', codepoints=(128218,), name='vitabu', slug='vitabu', annotations=frozenset({'kitabu'})),
EmojiAnnotations(emoji='📒', codepoints=(128210,), name='leja', slug='leja', annotations=frozenset({'daftari'})),
EmojiAnnotations(emoji='📃', codepoints=(128195,), name='ukurasa uliokunjwa', slug='ukurasa_uliokunjwa', annotations=frozenset({'ukurasa', 'kukunja', 'hati'})),
EmojiAnnotations(emoji='📜', codepoints=(128220,), name='hati ya kukunja kwa kuviringisha', slug='hati_ya_kukunja_kwa_kuviringisha', annotations=frozenset({'karatasi'})),
EmojiAnnotations(emoji='📄', codepoints=(128196,), name='ukurasa unaotazama juu', slug='ukurasa_unaotazama_juu', annotations=frozenset({'ukurasa', 'hati'})),
EmojiAnnotations(emoji='📰', codepoints=(128240,), name='gazeti', slug='gazeti', annotations=frozenset({'karatasi', 'habari'})),
EmojiAnnotations(emoji='\U0001f5de', codepoints=(128478,), name='gazeti lililokunjwa', slug='gazeti_lililokunjwa', annotations=frozenset({'gazeti', 'karatasi', 'habari', 'kukunjwa'})),
EmojiAnnotations(emoji='📑', codepoints=(128209,), name='vichupo vya alamisho', slug='vichupo_vya_alamisho', annotations=frozenset({'vichupo', 'alamisho', 'alama', 'weka alama'})),
EmojiAnnotations(emoji='🔖', codepoints=(128278,), name='alamisho', slug='alamisho', annotations=frozenset({'weka alama'})),
EmojiAnnotations(emoji='💰', codepoints=(128176,), name='mfuko wa pesa', slug='mfuko_wa_pesa', annotations=frozenset({'pesa', 'mfuko', 'dola'})),
EmojiAnnotations(emoji='💴', codepoints=(128180,), name='noti ya yeni', slug='noti_ya_yeni', annotations=frozenset({'sarafu', 'pesa', 'noti', 'yeni', 'benki'})),
EmojiAnnotations(emoji='💵', codepoints=(128181,), name='noti ya dola', slug='noti_ya_dola', annotations=frozenset({'sarafu', 'dola', 'noti', 'pesa', 'benki'})),
EmojiAnnotations(emoji='💶', codepoints=(128182,), name='noti ya yuro', slug='noti_ya_yuro', annotations=frozenset({'sarafu', 'pesa', 'noti', 'yuro', 'benki'})),
EmojiAnnotations(emoji='💷', codepoints=(128183,), name='noti ya pauni', slug='noti_ya_pauni', annotations=frozenset({'sarafu', 'pesa', 'noti', 'pauni', 'benki'})),
EmojiAnnotations(emoji='💸', codepoints=(128184,), name='pesa za noti zenye mabawa', slug='pesa_za_noti_zenye_mabawa', annotations=frozenset({'pepea', 'pesa', 'benki', 'dola', 'mabawa', 'noti'})),
EmojiAnnotations(emoji='💳', codepoints=(128179,), name='kadi ya mkopo', slug='kadi_ya_mkopo', annotations=frozenset({'pesa', 'kadi', 'mkopo', 'benki'})),
EmojiAnnotations(emoji='💹', codepoints=(128185,), name='chayi inayopanda yenye yeni', slug='chayi_inayopanda_yenye_yeni', annotations=frozenset({'sarafu', 'soko', 'kupanda', 'ongezeka', 'grafu', 'benki', 'pesa', 'uelekeo', 'chati', 'yeni', 'juu'})),
EmojiAnnotations(emoji='✉', codepoints=(9993,), name='bahasha', slug='bahasha', annotations=frozenset({'barua pepe'})),
EmojiAnnotations(emoji='📧', codepoints=(128231,), name='barua pepe', slug='barua_pepe', annotations=frozenset({'barua'})),
EmojiAnnotations(emoji='📨', codepoints=(128232,), name='bahasha inayoingia', slug='bahasha_inayoingia', annotations=frozenset({'inayoingia', 'barua pepe', 'pokea', 'barua', 'bahasha'})),
EmojiAnnotations(emoji='📩', codepoints=(128233,), name='bahasha na kishale', slug='bahasha_na_kishale', annotations=frozenset({'mshale', 'imetumwa', 'barua', 'barua pepe', 'chini', 'inayotoka', 'bahasha'})),
EmojiAnnotations(emoji='📤', codepoints=(128228,), name='trei ya majalada ya kutoka', slug='trei_ya_majalada_ya_kutoka', annotations=frozenset({'imetumwa', 'sanduku la kutuma', 'sanduku', 'trei', 'barua'})),
EmojiAnnotations(emoji='📥', codepoints=(128229,), name='trei ya majalada ya kuingia', slug='trei_ya_majalada_ya_kuingia', annotations=frozenset({'pokea', 'sanduku', 'sanduku la kupokea', 'barua', 'trei'})),
EmojiAnnotations(emoji='📦', codepoints=(128230,), name='kifurushi', slug='kifurushi', annotations=frozenset({'sanduku'})),
EmojiAnnotations(emoji='📫', codepoints=(128235,), name='sanduku la barua lililofungwa lenye bendera iliyoinuliwa', slug='sanduku_la_barua_lililofungwa_lenye_bendera_iliyoinuliwa', annotations=frozenset({'fungwa', 'sanduku la barua', 'barua', 'sanduku la posta'})),
EmojiAnnotations(emoji='📪', codepoints=(128234,), name='sanduku la barua lililofungwa lenye bendera iliyoshushwa', slug='sanduku_la_barua_lililofungwa_lenye_bendera_iliyoshushwa', annotations=frozenset({'kushushwa', 'fungwa', 'sanduku', 'sanduku la barua', 'sanduku la posta'})),
EmojiAnnotations(emoji='📬', codepoints=(128236,), name='sanduku la barua lililofunguliwa lenye bendera iliyoinuliwa', slug='sanduku_la_barua_lililofunguliwa_lenye_bendera_iliyoinuliwa', annotations=frozenset({'sanduku la posta', 'sanduku la barua', 'barua', 'funguliwa'})),
EmojiAnnotations(emoji='📭', codepoints=(128237,), name='sanduku la barua lililofunguliwa lenye bendera iliyoshushwa', slug='sanduku_la_barua_lililofunguliwa_lenye_bendera_iliyoshushwa', annotations=frozenset({'kushushwa', 'sanduku la posta', 'sanduku la barua', 'barua', 'funguliwa'})),
EmojiAnnotations(emoji='📮', codepoints=(128238,), name='sanduku la barua', slug='sanduku_la_barua', annotations=frozenset({'barua'})),
EmojiAnnotations(emoji='\U0001f5f3', codepoints=(128499,), name='sanduku la kupiga kura na kura', slug='sanduku_la_kupiga_kura_na_kura', annotations=frozenset({'kura', 'sanduku'})),
EmojiAnnotations(emoji='✒', codepoints=(10002,), name='nibu nyeusi', slug='nibu_nyeusi', annotations=frozenset({'nibu', 'kalamu'})),
EmojiAnnotations(emoji='\U0001f58b', codepoints=(128395,), name='kalamu ya wino', slug='kalamu_ya_wino', annotations=frozenset({'kalamu'})),
EmojiAnnotations(emoji='\U0001f58c', codepoints=(128396,), name='brashi ya kupaka rangi', slug='brashi_ya_kupaka_rangi', annotations=frozenset({'kuchora'})),
EmojiAnnotations(emoji='📝', codepoints=(128221,), name='hati', slug='hati', annotations=frozenset({'penseli'})),
EmojiAnnotations(emoji='📁', codepoints=(128193,), name='folda ya faili', slug='folda_ya_faili', annotations=frozenset({'faili', 'folda'})),
EmojiAnnotations(emoji='📂', codepoints=(128194,), name='folda ya faili iliyofunguliwa', slug='folda_ya_faili_iliyofunguliwa', annotations=frozenset({'faili', 'folda', 'funguliwa'})),
EmojiAnnotations(emoji='\U0001f5c2', codepoints=(128450,), name='vigawanishi vya kadi', slug='vigawanishi_vya_kadi', annotations=frozenset({'farahasa', 'kadi', 'vigawanishi'})),
EmojiAnnotations(emoji='📅', codepoints=(128197,), name='kalenda', slug='kalenda', annotations=frozenset({'tarehe'})),
EmojiAnnotations(emoji='📆', codepoints=(128198,), name='kalenda unayoweza kuchana kurasa', slug='kalenda_unayoweza_kuchana_kurasa', annotations=frozenset({'kalenda'})),
EmojiAnnotations(emoji='\U0001f5d2', codepoints=(128466,), name='daftari lililobanwa kwa waya wa mzunguko', slug='daftari_lililobanwa_kwa_waya_wa_mzunguko', annotations=frozenset({'mzunguko', 'dokezo', 'daftari'})),
EmojiAnnotations(emoji='\U0001f5d3', codepoints=(128467,), name='kalenda iliyofungwa kwa waya wa mzunguko', slug='kalenda_iliyofungwa_kwa_waya_wa_mzunguko', annotations=frozenset({'mzunguko', 'daftari', 'kalenda'})),
EmojiAnnotations(emoji='📇', codepoints=(128199,), name='kadi', slug='kadi', annotations=frozenset({'farahasa', 'mwongozo'})),
EmojiAnnotations(emoji='📈', codepoints=(128200,), name='chati inayopanda', slug='chati_inayopanda', annotations=frozenset({'chati', 'juu', 'kukua', 'grafu', 'uelekeo'})),
EmojiAnnotations(emoji='📉', codepoints=(128201,), name='chati inayoshuka', slug='chati_inayoshuka', annotations=frozenset({'chati', 'grafu', 'chini', 'uelekeo'})),
EmojiAnnotations(emoji='📊', codepoints=(128202,), name='chati ya miraba', slug='chati_ya_miraba', annotations=frozenset({'mraba', 'chati', 'grafu'})),
EmojiAnnotations(emoji='📍', codepoints=(128205,), name='pini yenye kichwa cha mduara', slug='pini_yenye_kichwa_cha_mduara', annotations=frozenset({'pini'})),
EmojiAnnotations(emoji='\U0001f587', codepoints=(128391,), name='klipu za karatasi zilizounganishwa', slug='klipu_za_karatasi_zilizounganishwa', annotations=frozenset({'unganisha', 'klipu ya karatasi'})),
EmojiAnnotations(emoji='📏', codepoints=(128207,), name='rula', slug='rula', annotations=frozenset({'ukingo ulionyooka'})),
EmojiAnnotations(emoji='📐', codepoints=(128208,), name='rula ya pembe', slug='rula_ya_pembe', annotations=frozenset({'pembe', 'rula', 'seti'})),
EmojiAnnotations(emoji='✂', codepoints=(9986,), name='makasi', slug='makasi', annotations=frozenset({'zana'})),
EmojiAnnotations(emoji='\U0001f5c3', codepoints=(128451,), name='sanduku la faili', slug='sanduku_la_faili', annotations=frozenset({'kadi', 'faili', 'sanduku'})),
EmojiAnnotations(emoji='\U0001f5c4', codepoints=(128452,), name='kabati la hati', slug='kabati_la_hati', annotations=frozenset({'kabati', 'faili'})),
EmojiAnnotations(emoji='🔒', codepoints=(128274,), name='kufuli', slug='kufuli', annotations=frozenset({'fungwa'})),
EmojiAnnotations(emoji='🔓', codepoints=(128275,), name='kufuli iliyofunguliwa', slug='kufuli_iliyofunguliwa', annotations=frozenset({'funga', 'fungua', 'funguliwa'})),
EmojiAnnotations(emoji='🔏', codepoints=(128271,), name='kufuli na kalamu', slug='kufuli_na_kalamu', annotations=frozenset({'nibu', 'wino', 'kufuli', 'kalamu', 'faragha'})),
EmojiAnnotations(emoji='🔐', codepoints=(128272,), name='kufuli iliyofungwa na ufunguo', slug='kufuli_iliyofungwa_na_ufunguo', annotations=frozenset({'salama', 'fungwa', 'ufunguo', 'kufuli'})),
EmojiAnnotations(emoji='🔑', codepoints=(128273,), name='ufunguo', slug='ufunguo', annotations=frozenset({'kufuli', 'nenosiri'})),
EmojiAnnotations(emoji='\U0001f5dd', codepoints=(128477,), name='ufunguo wa zamani', slug='ufunguo_wa_zamani', annotations=frozenset({'ufunguo', 'dalili', 'kufuli', 'nzee'})),
EmojiAnnotations(emoji='🔨', codepoints=(128296,), name='nyundo', slug='nyundo', annotations=frozenset({'zana'})),
EmojiAnnotations(emoji='⛏', codepoints=(9935,), name='sululu', slug='sululu', annotations=frozenset({'kuchimba mgodi', 'zana'})),
EmojiAnnotations(emoji='⚒', codepoints=(9874,), name='nyundo na sululu', slug='nyundo_na_sululu', annotations=frozenset({'sululu', 'nyundo', 'zana'})),
EmojiAnnotations(emoji='\U0001f6e0', codepoints=(128736,), name='nyundo na spana malaya', slug='nyundo_na_spana_malaya', annotations=frozenset({'nyungo', 'spana malaya', 'zana'})),
EmojiAnnotations(emoji='🔧', codepoints=(128295,), name='spana malaya', slug='spana_malaya', annotations=frozenset({'zana'})),
EmojiAnnotations(emoji='🔩', codepoints=(128297,), name='nati na bolti', slug='nati_na_bolti', annotations=frozenset({'bolti', 'nati', 'zana'})),
EmojiAnnotations(emoji='⚙', codepoints=(9881,), name='gia', slug='gia', annotations=frozenset({'zana'})),
EmojiAnnotations(emoji='\U0001f5dc', codepoints=(128476,), name='kubana', slug='kubana', annotations=frozenset({'jiliwa ya seremala', 'zana'})),
EmojiAnnotations(emoji='⚗', codepoints=(9879,), name='alembiki', slug='alembiki', annotations=frozenset({'kemia', 'zana'})),
EmojiAnnotations(emoji='⚖', codepoints=(9878,), name='mzani', slug='mzani', annotations=frozenset({'mizani', 'pima', 'zodiaki', 'uzito', 'haki', 'zana'})),
EmojiAnnotations(emoji='🔗', codepoints=(128279,), name='pete ya mnyororo', slug='pete_ya_mnyororo', annotations=frozenset({'pete'})),
EmojiAnnotations(emoji='⛓', codepoints=(9939,), name='minyororo', slug='minyororo', annotations=frozenset({'mnyororo'})),
EmojiAnnotations(emoji='💉', codepoints=(128137,), name='bomba la sindano', slug='bomba_la_sindano', annotations=frozenset({'dawa', 'kuchoma sindano', 'mgonjwa', 'sindano', 'daktari', 'zana'})),
EmojiAnnotations(emoji='💊', codepoints=(128138,), name='kidonge', slug='kidonge', annotations=frozenset({'dawa', 'mgonjwa', 'daktari'})),
EmojiAnnotations(emoji='\U0001f5e1', codepoints=(128481,), name='sime', slug='sime', annotations=frozenset({'silaha', 'kisu'})),
EmojiAnnotations(emoji='🔪', codepoints=(128298,), name='kisu kinachotumika jikoni', slug='kisu_kinachotumika_jikoni', annotations=frozenset({'silaha', 'kupika', 'hocho', 'kisu', 'zana'})),
EmojiAnnotations(emoji='⚔', codepoints=(9876,), name='panga zilizopishanishwa', slug='panga_zilizopishanishwa', annotations=frozenset({'sime', 'kupishanishwa', 'silaha'})),
EmojiAnnotations(emoji='🔫', codepoints=(128299,), name='bastola', slug='bastola', annotations=frozenset({'silaha', 'bunduki', 'zana'})),
EmojiAnnotations(emoji='\U0001f6e1', codepoints=(128737,), name='ngao', slug='ngao', annotations=frozenset({'silaha'})),
EmojiAnnotations(emoji='\U0001f3f9', codepoints=(127993,), name='upinde na mshale', slug='upinde_na_mshale', annotations=frozenset({'mshale', 'upinde', 'silaha', 'mpiga mishale', 'zodiaki', 'zana'})),
EmojiAnnotations(emoji='🏁', codepoints=(127937,), name='bendera yenye mirabaraba', slug='bendera_yenye_mirabaraba', annotations=frozenset({'mirabamiraba', 'mashindano ya mbio'})),
EmojiAnnotations(emoji='\U0001f3f3', codepoints=(127987,), name='kupeperusha bendera nyeupe', slug='kupeperusha_bendera_nyeupe', annotations=frozenset({'kupeperusha'})),
EmojiAnnotations(emoji='\U0001f3f4', codepoints=(127988,), name='kupeperusha bendera nyeusi', slug='kupeperusha_bendera_nyeusi', annotations=frozenset({'kupeperusha'})),
EmojiAnnotations(emoji='🚩', codepoints=(128681,), name='bendera yenye pembe', slug='bendera_yenye_pembe', annotations=frozenset({'mlingoti'})),
EmojiAnnotations(emoji='🚬', codepoints=(128684,), name='sigara iliyowashwa', slug='sigara_iliyowashwa', annotations=frozenset({'kuvuta sigara'})),
EmojiAnnotations(emoji='⚰', codepoints=(9904,), name='jeneza', slug='jeneza', annotations=frozenset({'kifo'})),
EmojiAnnotations(emoji='⚱', codepoints=(9905,), name='chombo kirefu cha udongo au madini hasa cha kutilia majivu ya maiti aliyechomwa', slug='chombo_kirefu_cha_udongo_au_madini_hasa_cha_kutilia_majivu_ya_maiti_aliyechomwa', annotations=frozenset({'kifo', 'msiba'})),
EmojiAnnotations(emoji='🗿', codepoints=(128511,), name='kinyago', slug='kinyago', annotations=frozenset({'uso', 'moyai'})),
EmojiAnnotations(emoji='\U0001f6e2', codepoints=(128738,), name='pipa la mafuta', slug='pipa_la_mafuta', annotations=frozenset({'mafuta', 'ngoma'})),
EmojiAnnotations(emoji='🔮', codepoints=(128302,), name='tufe la kioo', slug='tufe_la_kioo', annotations=frozenset({'bahati', 'kichimbakazi', 'kioo', 'mpira', 'njozi', 'zana'})),
EmojiAnnotations(emoji='🏧', codepoints=(127975,), name='alama ya ATM', slug='alama_ya_atm', annotations=frozenset({'atm', 'otomatiki', 'mwenye kuhesabu', 'benki'})),
EmojiAnnotations(emoji='🚮', codepoints=(128686,), name='weka taka kwenye pipa', slug='weka_taka_kwenye_pipa', annotations=frozenset({'taka', 'tupio ya taka'})),
EmojiAnnotations(emoji='🚰', codepoints=(128688,), name='maji safi ya kunywa', slug='maji_safi_ya_kunywa', annotations=frozenset({'safi kwa kunywa', 'kunywa', 'maji'})),
EmojiAnnotations(emoji='♿', codepoints=(9855,), name='kiti cha magurudumu', slug='kiti_cha_magurudumu', annotations=frozenset({'ufikiaji'})),
EmojiAnnotations(emoji='🚹', codepoints=(128697,), name='maliwato ya wanaume', slug='maliwato_ya_wanaume', annotations=frozenset({'mwanamume', 'maliwato'})),
EmojiAnnotations(emoji='🚺', codepoints=(128698,), name='maliwato ya wanawake', slug='maliwato_ya_wanawake', annotations=frozenset({'mwanamke', 'maliwato'})),
EmojiAnnotations(emoji='🚻', codepoints=(128699,), name='maliwato', slug='maliwato', annotations=frozenset({'choo'})),
EmojiAnnotations(emoji='🚼', codepoints=(128700,), name='alama ya mtoto', slug='alama_ya_mtoto', annotations=frozenset({'mtoto', 'kubadilisha nguo'})),
EmojiAnnotations(emoji='🚾', codepoints=(128702,), name='msala', slug='msala', annotations=frozenset({'maji', 'choo', 'maliwato'})),
EmojiAnnotations(emoji='🛂', codepoints=(128706,), name='udhibiti wa pasipoti', slug='udhibiti_wa_pasipoti', annotations=frozenset({'udhibiti', 'pasipoti'})),
EmojiAnnotations(emoji='🛄', codepoints=(128708,), name='madai ya mzigo', slug='madai_ya_mzigo', annotations=frozenset({'mzigo', 'dai'})),
EmojiAnnotations(emoji='🛅', codepoints=(128709,), name='mahali pa kuhifadhi mizigo', slug='mahali_pa_kuhifadhi_mizigo', annotations=frozenset({'mzigo', 'hifadhi'})),
EmojiAnnotations(emoji='🚸', codepoints=(128696,), name='watoto wanavuka barabara', slug='watoto_wanavuka_barabara', annotations=frozenset({'mtembea kwa miguu', 'kuvuka', 'trafiki', 'mtoto'})),
EmojiAnnotations(emoji='⛔', codepoints=(9940,), name='hakuna kuingia', slug='hakuna_kuingia', annotations=frozenset({'siyo', 'katazwa', 'kuingia', 'marufuku', 'trafiki', 'hapana'})),
EmojiAnnotations(emoji='🚫', codepoints=(128683,), name='imepigwa marufuku', slug='imepigwa_marufuku', annotations=frozenset({'siyo', 'kuingia', 'hapana', 'katazwa'})),
EmojiAnnotations(emoji='🚳', codepoints=(128691,), name='baisikeli haziruhusiwi', slug='baisikeli_haziruhusiwi', annotations=frozenset({'siyo', 'baisikeli', 'katazwa', 'marufuku', 'gari', 'hapana'})),
EmojiAnnotations(emoji='🚭', codepoints=(128685,), name='hakuna kuvuta sigara', slug='hakuna_kuvuta_sigara', annotations=frozenset({'siyo', 'kuvuta sigara', 'hapana', 'katazwa', 'marufuku'})),
EmojiAnnotations(emoji='🚯', codepoints=(128687,), name='hakuna kutupa taka', slug='hakuna_kutupa_taka', annotations=frozenset({'kutupa taka', 'siyo', 'hapana', 'katazwa', 'marufuku'})),
EmojiAnnotations(emoji='🚱', codepoints=(128689,), name='maji hayafai kwa matumizi ya kunywa', slug='maji_hayafai_kwa_matumizi_ya_kunywa', annotations=frozenset({'siyo', 'kunywa', 'katazwa', 'maji', 'safi kwa kunywa', 'marufuku', 'hapana'})),
EmojiAnnotations(emoji='🚷', codepoints=(128695,), name='watembea kwa miguu hawaruhusiwi', slug='watembea_kwa_miguu_hawaruhusiwi', annotations=frozenset({'siyo', 'mtembea kwa miguu', 'hapana', 'katazwa', 'marufuku'})),
EmojiAnnotations(emoji='⬆', codepoints=(11014,), name='mshale unaoelekeza juu', slug='mshale_unaoelekeza_juu', annotations=frozenset({'mshale', 'uelekeo', 'kaskazini', 'sehemu kuu ya dira'})),
EmojiAnnotations(emoji='↗', codepoints=(8599,), name='mshale unaoelekeza juu kulia', slug='mshale_unaoelekeza_juu_kulia', annotations=frozenset({'mshale', 'kaskazini mashariki', 'kati ya sehemu kuu ya dira', 'uelekeo'})),
EmojiAnnotations(emoji='➡', codepoints=(10145,), name='mshale unaoelekeza kulia', slug='mshale_unaoelekeza_kulia', annotations=frozenset({'mshale', 'uelekeo', 'mashariki', 'sehemu kuu ya dira'})),
EmojiAnnotations(emoji='↘', codepoints=(8600,), name='mshale unaoelekeza chini kulia', slug='mshale_unaoelekeza_chini_kulia', annotations=frozenset({'mshale', 'kati ya sehemu kuu ya dira', 'kaskazini kusini mashariki', 'uelekeo'})),
EmojiAnnotations(emoji='⬇', codepoints=(11015,), name='mshale unaoelekea chini', slug='mshale_unaoelekea_chini', annotations=frozenset({'mshale', 'uelekeo', 'chini', 'kusini', 'sehemu kuu ya dira'})),
EmojiAnnotations(emoji='↙', codepoints=(8601,), name='mshale unaoelekeza chini kushoto', slug='mshale_unaoelekeza_chini_kushoto', annotations=frozenset({'mshale', 'kati ya sehemu kuu ya dira', 'kusini magharibi', 'uelekeo'})),
EmojiAnnotations(emoji='⬅', codepoints=(11013,), name='mshale unaoelekeza kushoto', slug='mshale_unaoelekeza_kushoto', annotations=frozenset({'mshale', 'uelekeo', 'magharibi', 'sehemu kuu ya dira'})),
EmojiAnnotations(emoji='↖', codepoints=(8598,), name='mshale unaoelekeza juu kushoto', slug='mshale_unaoelekeza_juu_kushoto', annotations=frozenset({'mshale', 'kaskazini magharibi', 'kati ya sehemu kuu ya dira', 'uelekeo'})),
EmojiAnnotations(emoji='↕', codepoints=(8597,), name='mshale unaoelekeza chini na juu', slug='mshale_unaoelekeza_chini_na_juu', annotations=frozenset({'mshale'})),
EmojiAnnotations(emoji='↔', codepoints=(8596,), name='mshale unaoeleza kushoto na kulia', slug='mshale_unaoeleza_kushoto_na_kulia', annotations=frozenset({'mshale'})),
EmojiAnnotations(emoji='↩', codepoints=(8617,), name='mshale wa kulia unaopinda kushoto', slug='mshale_wa_kulia_unaopinda_kushoto', annotations=frozenset({'mshale'})),
EmojiAnnotations(emoji='↪', codepoints=(8618,), name='mshale wa kushoto unaopinda kulia', slug='mshale_wa_kushoto_unaopinda_kulia', annotations=frozenset({'mshale'})),
EmojiAnnotations(emoji='⤴', codepoints=(10548,), name='mshale wa kulia unaopinda juu', slug='mshale_wa_kulia_unaopinda_juu', annotations=frozenset({'mshale'})),
EmojiAnnotations(emoji='⤵', codepoints=(10549,), name='mshale wa kulia unaopinda chini', slug='mshale_wa_kulia_unaopinda_chini', annotations=frozenset({'mshale', 'chini'})),
EmojiAnnotations(emoji='🔃', codepoints=(128259,), name='mishale wima inayoelekeza kwa mzunguko wa akrabu', slug='mishale_wima_inayoelekeza_kwa_mzunguko_wa_akrabu', annotations=frozenset({'mshale', 'mzunguko wa akrabu', 'pakia upya'})),
EmojiAnnotations(emoji='🔄', codepoints=(128260,), name='kitufe cha mishale ya kinyume saa', slug='kitufe_cha_mishale_ya_kinyume_saa', annotations=frozenset({'mshale', 'kinyume saa', 'chakaa'})),
EmojiAnnotations(emoji='🔙', codepoints=(128281,), name='mshale wa nyuma', slug='mshale_wa_nyuma', annotations=frozenset({'mshale', 'nyuma'})),
EmojiAnnotations(emoji='🔚', codepoints=(128282,), name='mshale wa mwisho', slug='mshale_wa_mwisho', annotations=frozenset({'mshale', 'mwisho'})),
EmojiAnnotations(emoji='🔛', codepoints=(128283,), name='mshale wa hewani!', slug='mshale_wa_hewani', annotations=frozenset({'mshale', 'alama', 'hewani'})),
EmojiAnnotations(emoji='🔜', codepoints=(128284,), name='mshale unaoashiria hivi karibuni', slug='mshale_unaoashiria_hivi_karibuni', annotations=frozenset({'mshale', 'hivi karibuni'})),
EmojiAnnotations(emoji='🔝', codepoints=(128285,), name='mshale unaoelekea juu', slug='mshale_unaoelekea_juu', annotations=frozenset({'mshale', 'juu'})),
EmojiAnnotations(emoji='\U0001f6d0', codepoints=(128720,), name='mahali pa kuabudu', slug='mahali_pa_kuabudu', annotations=frozenset({'dini', 'abudu'})),
EmojiAnnotations(emoji='⚛', codepoints=(9883,), name='alama ya atomu', slug='alama_ya_atomu', annotations=frozenset({'asiyemwamini Mungu', 'atomu'})),
EmojiAnnotations(emoji='\U0001f549', codepoints=(128329,), name='omu', slug='omu', annotations=frozenset({'dini', 'kihindi'})),
EmojiAnnotations(emoji='✡', codepoints=(10017,), name='nyota ya daudi', slug='nyota_ya_daudi', annotations=frozenset({'dini', 'daudi', 'nyota', 'uyahudi', 'myahudi'})),
EmojiAnnotations(emoji='☸', codepoints=(9784,), name='gurudumu la dharma', slug='gurudumu_la_dharma', annotations=frozenset({'dini', 'dharma', 'mfuasi wa budha', 'gurudumu'})),
EmojiAnnotations(emoji='☯', codepoints=(9775,), name='yin yang', slug='yin_yang', annotations=frozenset({'yang', 'dini', 'yin', 'tao', 'mfuasi wa tao'})),
EmojiAnnotations(emoji='✝', codepoints=(10013,), name='msalaba wa kilatini', slug='msalaba_wa_kilatini', annotations=frozenset({'mkristo', 'dini', 'msalaba'})),
EmojiAnnotations(emoji='☦', codepoints=(9766,), name='msalaba', slug='msalaba', annotations=frozenset({'mkristo', 'dini'})),
EmojiAnnotations(emoji='☪', codepoints=(9770,), name='nyota na mwezi mwandamo', slug='nyota_na_mwezi_mwandamo', annotations=frozenset({'dini', 'uislamu', 'muislamu'})),
EmojiAnnotations(emoji='☮', codepoints=(9774,), name='alama ya amani', slug='alama_ya_amani', annotations=frozenset({'amani'})),
EmojiAnnotations(emoji='\U0001f54e', codepoints=(128334,), name='menorah', slug='menorah', annotations=frozenset({'kinara cha mishumaa', 'dini', 'kinara cha mishumaa mingi'})),
EmojiAnnotations(emoji='🔯', codepoints=(128303,), name='nyota yenye pembe sita na kitone katikati', slug='nyota_yenye_pembe_sita_na_kitone_katikati', annotations=frozenset({'bahati', 'nyota'})),
EmojiAnnotations(emoji='♻', codepoints=(9851,), name='alama ya kutumia tena', slug='alama_ya_kutumia_tena', annotations=frozenset({'tumia tena'})),
EmojiAnnotations(emoji='📛', codepoints=(128219,), name='beji ya jina', slug='beji_ya_jina', annotations=frozenset({'jina', 'beji'})),
EmojiAnnotations(emoji='🔰', codepoints=(128304,), name='alama ya kijapani ya anayeanza', slug='alama_ya_kijapani_ya_anayeanza', annotations=frozenset({'anayeanza', 'tawi', 'tepe ya V', 'kijani', 'kijapani', 'njano', 'zana'})),
EmojiAnnotations(emoji='🔱', codepoints=(128305,), name='nembo ya chusa chenye ncha tatu; mkuki wa vyembe vitatu', slug='nembo_ya_chusa_chenye_ncha_tatu;_mkuki_wa_vyembe_vitatu', annotations=frozenset({'nembo', 'mkuki wa vyembe vitatu', 'meli', 'nembo ya chusa chenye ncha tatu', 'nanga', 'zana'})),
EmojiAnnotations(emoji='⭕', codepoints=(11093,), name='mduara mkubwa', slug='mduara_mkubwa', annotations=frozenset({'mduara', 'o'})),
EmojiAnnotations(emoji='✅', codepoints=(9989,), name='alama nyeupe ya tiki iliyokolea', slug='alama_nyeupe_ya_tiki_iliyokolea', annotations=frozenset({'tiki', 'alama'})),
EmojiAnnotations(emoji='☑', codepoints=(9745,), name='sanduku la kura lenye alama ya tiki', slug='sanduku_la_kura_lenye_alama_ya_tiki', annotations=frozenset({'kura', 'tiki', 'sanduku'})),
EmojiAnnotations(emoji='✔', codepoints=(10004,), name='alama ya tiki iliyokolea', slug='alama_ya_tiki_iliyokolea', annotations=frozenset({'tiki', 'alama'})),
EmojiAnnotations(emoji='✖', codepoints=(10006,), name='alama ya x iliyokolea', slug='alama_ya_x_iliyokolea', annotations=frozenset({'ghairi', 'x', 'kuzidisha', 'zidisha'})),
EmojiAnnotations(emoji='❌', codepoints=(10060,), name='alama ya kuzidisha', slug='alama_ya_kuzidisha', annotations=frozenset({'ghairi', 'x', 'kuzidisha', 'alama', 'zidisha'})),
EmojiAnnotations(emoji='❎', codepoints=(10062,), name='kitufe cha alama ya kuzidisha', slug='kitufe_cha_alama_ya_kuzidisha', annotations=frozenset({'mraba', 'alama'})),
EmojiAnnotations(emoji='➕', codepoints=(10133,), name='alama ya kuongeza iliyokolea', slug='alama_ya_kuongeza_iliyokolea', annotations=frozenset({'hisabati', 'kuongeza'})),
EmojiAnnotations(emoji='➖', codepoints=(10134,), name='alama ya kutoa iliyokolea', slug='alama_ya_kutoa_iliyokolea', annotations=frozenset({'hisabati', 'kutoa'})),
EmojiAnnotations(emoji='➗', codepoints=(10135,), name='alama ya kugawanya iliyokolea', slug='alama_ya_kugawanya_iliyokolea', annotations=frozenset({'hisabati', 'kugawanya'})),
EmojiAnnotations(emoji='➰', codepoints=(10160,), name='kitanzi kilichopinda', slug='kitanzi_kilichopinda', annotations=frozenset({'pinda', 'kitanzi'})),
EmojiAnnotations(emoji='➿', codepoints=(10175,), name='kitanzi kilichopinda mara mbili', slug='kitanzi_kilichopinda_mara_mbili', annotations=frozenset({'pinda', 'mara mbili', 'kitanzi'})),
EmojiAnnotations(emoji='〽', codepoints=(12349,), name='alama ya mbadala ya sehemu', slug='alama_ya_mbadala_ya_sehemu', annotations=frozenset({'alama', 'sehemu'})),
EmojiAnnotations(emoji='✳', codepoints=(10035,), name='kinyota chenye ncha nane', slug='kinyota_chenye_ncha_nane', annotations=frozenset({'kinyota'})),
EmojiAnnotations(emoji='✴', codepoints=(10036,), name='nyota yenye ncha nane', slug='nyota_yenye_ncha_nane', annotations=frozenset({'nyota'})),
EmojiAnnotations(emoji='💱', codepoints=(128177,), name='sarafu mbalimbali', slug='sarafu_mbalimbali', annotations=frozenset({'sarafu', 'pesa', 'ubadilishaji wa pesa', 'benki'})),
EmojiAnnotations(emoji='💲', codepoints=(128178,), name='alama ya dola', slug='alama_ya_dola', annotations=frozenset({'sarafu', 'pesa', 'dola'})),
EmojiAnnotations(emoji='‼', codepoints=(8252,), name='alama mbili za mshangao', slug='alama_mbili_za_mshangao', annotations=frozenset({'mlio mkubwa', 'alama', 'mshangao', 'uakifishaji'})),
EmojiAnnotations(emoji='⁉', codepoints=(8265,), name='alama ya mshangao na kuuliza', slug='alama_ya_mshangao_na_kuuliza', annotations=frozenset({'swali', 'alama', 'mshangao', 'mlio wa kushtua', 'uakifishaji'})),
EmojiAnnotations(emoji='❓', codepoints=(10067,), name='alama ya kuuliza', slug='alama_ya_kuuliza', annotations=frozenset({'swali', 'alama', 'uakifishaji'})),
EmojiAnnotations(emoji='❔', codepoints=(10068,), name='alama nyeupe ya kuuliza', slug='alama_nyeupe_ya_kuuliza', annotations=frozenset({'uakifishaji', 'swali', 'alama', 'iliyobainishwa'})),
EmojiAnnotations(emoji='❕', codepoints=(10069,), name='alama nyeupe ya mshangao', slug='alama_nyeupe_ya_mshangao', annotations=frozenset({'uakifishaji', 'alama', 'mshangao', 'iliyobainishwa'})),
EmojiAnnotations(emoji='❗', codepoints=(10071,), name='alama ya mshangao', slug='alama_ya_mshangao', annotations=frozenset({'alama', 'mshangao', 'uakifishaji'})),
EmojiAnnotations(emoji='〰', codepoints=(12336,), name='dashi iliyopinda', slug='dashi_iliyopinda', annotations=frozenset({'dashi', 'kupinda', 'uakifishaji'})),
EmojiAnnotations(emoji='®', codepoints=(174,), name='iliyosajiliwa', slug='iliyosajiliwa', annotations=frozenset({'kusajiliwa'})),
EmojiAnnotations(emoji='™', codepoints=(8482,), name='chapa ya biashara', slug='chapa_ya_biashara', annotations=frozenset({'alama', 'alama ya biashara'})),
EmojiAnnotations(emoji='♈', codepoints=(9800,), name='kondoo', slug='kondoo', annotations=frozenset({'zodiaki'})),
EmojiAnnotations(emoji='♉', codepoints=(9801,), name='fahali', slug='fahali', annotations=frozenset({'zodiaki', 'dume'})),
EmojiAnnotations(emoji='♊', codepoints=(9802,), name='mapacha', slug='mapacha', annotations=frozenset({'zodiaki'})),
EmojiAnnotations(emoji='♋', codepoints=(9803,), name='kaa', slug='kaa', annotations=frozenset({'zodiaki'})),
EmojiAnnotations(emoji='♌', codepoints=(9804,), name='simba', slug='simba', annotations=frozenset({'zodiaki'})),
EmojiAnnotations(emoji='♍', codepoints=(9805,), name='mashuke', slug='mashuke', annotations=frozenset({'zodiaki', 'mwali', 'bikira'})),
EmojiAnnotations(emoji='♎', codepoints=(9806,), name='mizani', slug='mizani', annotations=frozenset({'zodiaki', 'pima', 'haki'})),
EmojiAnnotations(emoji='♏', codepoints=(9807,), name="ng'e", slug="ng'e", annotations=frozenset({'zodiaki', 'nge'})),
EmojiAnnotations(emoji='♐', codepoints=(9808,), name='mshale', slug='mshale', annotations=frozenset({'zodiaki', 'mpiga mishale'})),
EmojiAnnotations(emoji='♑', codepoints=(9809,), name='mbuzi', slug='mbuzi', annotations=frozenset({'zodiaki'})),
EmojiAnnotations(emoji='♒', codepoints=(9810,), name='ndoo', slug='ndoo', annotations=frozenset({'maji', 'zodiaki', 'hamali'})),
EmojiAnnotations(emoji='♓', codepoints=(9811,), name='samaki', slug='samaki', annotations=frozenset({'zodiaki'})),
EmojiAnnotations(emoji='⛎', codepoints=(9934,), name='opichasi', slug='opichasi', annotations=frozenset({'zodiaki', 'joka', 'nyoka', 'hamali'})),
EmojiAnnotations(emoji='🔀', codepoints=(128256,), name='kitufe cha kuchanganya njia za reli', slug='kitufe_cha_kuchanganya_njia_za_reli', annotations=frozenset({'mshale', 'kupishanishwa'})),
EmojiAnnotations(emoji='🔁', codepoints=(128257,), name='kitufe cha kurudia', slug='kitufe_cha_kurudia', annotations=frozenset({'mshale', 'rudia', 'mzunguko wa akrabu'})),
EmojiAnnotations(emoji='🔂', codepoints=(128258,), name='kitufe cha kurudia wimbo mmoja', slug='kitufe_cha_kurudia_wimbo_mmoja', annotations=frozenset({'mshale', 'mzunguko wa akrabu', 'mara moja'})),
EmojiAnnotations(emoji='▶', codepoints=(9654,), name='kitufe cha kucheza', slug='kitufe_cha_kucheza', annotations=frozenset({'mshale', 'cheza', 'pembetatu', 'kulia'})),
EmojiAnnotations(emoji='⏩', codepoints=(9193,), name='kitufe cha kupeleka mbele kwa kasi', slug='kitufe_cha_kupeleka_mbele_kwa_kasi', annotations=frozenset({'mshale', 'mbele', 'kasi', 'mbili'})),
EmojiAnnotations(emoji='⏭', codepoints=(9197,), name='kitufe cha kwenda kwenye wimbo unaofuata', slug='kitufe_cha_kwenda_kwenye_wimbo_unaofuata', annotations=frozenset({'mshale', 'wimbo unaofuata', 'pembetatu', 'tukio linalofuata'})),
EmojiAnnotations(emoji='⏯', codepoints=(9199,), name='kitufe cha kucheza au kusitisha', slug='kitufe_cha_kucheza_au_kusitisha', annotations=frozenset({'mshale', 'sitisha', 'cheza', 'pembetatu', 'kulia'})),
EmojiAnnotations(emoji='◀', codepoints=(9664,), name='kitufe cha kurudisha nyuma', slug='kitufe_cha_kurudisha_nyuma', annotations=frozenset({'mshale', 'pembetatu', 'kurudi nyuma', 'kushoto'})),
EmojiAnnotations(emoji='⏪', codepoints=(9194,), name='kitufe cha kurudisha nyuma kwa kasi', slug='kitufe_cha_kurudisha_nyuma_kwa_kasi', annotations=frozenset({'mshale', 'kurudisha nyuma', 'mbili'})),
EmojiAnnotations(emoji='⏮', codepoints=(9198,), name='kitufe cha kurudia wimbo uliopita', slug='kitufe_cha_kurudia_wimbo_uliopita', annotations=frozenset({'mshale', 'pembetatu', 'wimbo uliotangulia', 'tukio lililotangulia'})),
EmojiAnnotations(emoji='🔼', codepoints=(128316,), name='kitufe cha juu', slug='kitufe_cha_juu', annotations=frozenset({'mshale', 'nyekundu', 'kitufe'})),
EmojiAnnotations(emoji='⏫', codepoints=(9195,), name='kitufe cha juu kwa kasi', slug='kitufe_cha_juu_kwa_kasi', annotations=frozenset({'mshale', 'mbili'})),
EmojiAnnotations(emoji='🔽', codepoints=(128317,), name='kitufe cha chini', slug='kitufe_cha_chini', annotations=frozenset({'mshale', 'nyekundu', 'kitufe', 'chini'})),
EmojiAnnotations(emoji='⏬', codepoints=(9196,), name='kitufe cha chini kwa kasi', slug='kitufe_cha_chini_kwa_kasi', annotations=frozenset({'mshale', 'mbili', 'chini'})),
EmojiAnnotations(emoji='\u23f8', codepoints=(9208,), name='kitufe cha kusitisha', slug='kitufe_cha_kusitisha', annotations=frozenset({'sitisha', 'wima', 'upau', 'mbili'})),
EmojiAnnotations(emoji='\u23f9', codepoints=(9209,), name='kitufe cha kusimamisha', slug='kitufe_cha_kusimamisha', annotations=frozenset({'mraba', 'sitisha'})),
EmojiAnnotations(emoji='\u23fa', codepoints=(9210,), name='kitufe cha kurekodi', slug='kitufe_cha_kurekodi', annotations=frozenset({'mduara', 'rekodi'})),
EmojiAnnotations(emoji='⏏', codepoints=(9167,), name='kitufe cha kutoa', slug='kitufe_cha_kutoa', annotations=frozenset({'ondoa'})),
EmojiAnnotations(emoji='🎦', codepoints=(127910,), name='filamu', slug='filamu', annotations=frozenset({'kamera', 'flamu', 'sinema'})),
EmojiAnnotations(emoji='🔅', codepoints=(128261,), name='kitufe cha kufifiza mwanga', slug='kitufe_cha_kufifiza_mwanga', annotations=frozenset({'fifia', 'chini', "kung'aa"})),
EmojiAnnotations(emoji='🔆', codepoints=(128262,), name='kitufe cha kuongeza mwanga', slug='kitufe_cha_kuongeza_mwanga', annotations=frozenset({"mng'ao", "kung'aa"})),
EmojiAnnotations(emoji='📶', codepoints=(128246,), name='pau za antena', slug='pau_za_antena', annotations=frozenset({'simu ya mkononi', 'ishara', 'pau', 'ya mkononi', 'antena', 'simu'})),
EmojiAnnotations(emoji='📵', codepoints=(128245,), name='simu za mkononi haziruhusiwi', slug='simu_za_mkononi_haziruhusiwi', annotations=frozenset({'siyo', 'katazwa', 'somu ya mkononi', 'marufuku', 'hapana', 'ya mkononi', 'simu'})),
EmojiAnnotations(emoji='📳', codepoints=(128243,), name='hali ya mtetemo', slug='hali_ya_mtetemo', annotations=frozenset({'simu', 'mtetemo', 'hali', 'simu ya mkononi', 'ya mkononi'})),
EmojiAnnotations(emoji='📴', codepoints=(128244,), name='zima simu za mkononi', slug='zima_simu_za_mkononi', annotations=frozenset({'imezimwa', 'simu', 'simu ya mkononi', 'ya mkononi'})),
EmojiAnnotations(emoji='{#⃣}', codepoints=(123, 35, 8419, 125), name='kitufe cha nambari', slug='kitufe_cha_nambari', annotations=frozenset({'hashi', 'kitufe', 'alama ya reli'})),
EmojiAnnotations(emoji='{*⃣}', codepoints=(123, 42, 8419, 125), name='kitufe cha nyota', slug='kitufe_cha_nyota', annotations=frozenset({'nyota', 'kitufe', 'kinyota'})),
EmojiAnnotations(emoji='{0⃣}', codepoints=(123, 48, 8419, 125), name='kitufe cha nambari sufuri', slug='kitufe_cha_nambari_sufuri', annotations=frozenset({'0', 'sufuri', 'kitufe'})),
EmojiAnnotations(emoji='{1⃣}', codepoints=(123, 49, 8419, 125), name='kitufe cha nambari moja', slug='kitufe_cha_nambari_moja', annotations=frozenset({'kitufe', 'moja', '1'})),
EmojiAnnotations(emoji='{2⃣}', codepoints=(123, 50, 8419, 125), name='kitufe cha nambari mbili', slug='kitufe_cha_nambari_mbili', annotations=frozenset({'kitufe', '2', 'mbili'})),
EmojiAnnotations(emoji='{3⃣}', codepoints=(123, 51, 8419, 125), name='kitufe cha nambari tatu', slug='kitufe_cha_nambari_tatu', annotations=frozenset({'tatu', 'kitufe', '3'})),
EmojiAnnotations(emoji='{4⃣}', codepoints=(123, 52, 8419, 125), name='kitufe cha nambari nne', slug='kitufe_cha_nambari_nne', annotations=frozenset({'4', 'nne', 'kitufe'})),
EmojiAnnotations(emoji='{5⃣}', codepoints=(123, 53, 8419, 125), name='kitufe cha nambari tano', slug='kitufe_cha_nambari_tano', annotations=frozenset({'tano', '5', 'kitufe'})),
EmojiAnnotations(emoji='{6⃣}', codepoints=(123, 54, 8419, 125), name='kitufe cha nambari sita', slug='kitufe_cha_nambari_sita', annotations=frozenset({'5', 'kitufe', 'sita'})),
EmojiAnnotations(emoji='{7⃣}', codepoints=(123, 55, 8419, 125), name='kitufe cha nambari saba', slug='kitufe_cha_nambari_saba', annotations=frozenset({'7', 'kitufe', 'saba'})),
EmojiAnnotations(emoji='{8⃣}', codepoints=(123, 56, 8419, 125), name='kitufe cha nambari nane', slug='kitufe_cha_nambari_nane', annotations=frozenset({'8', 'nane', 'kitufe'})),
EmojiAnnotations(emoji='{9⃣}', codepoints=(123, 57, 8419, 125), name='kitufe cha nambari tisa', slug='kitufe_cha_nambari_tisa', annotations=frozenset({'kitufe', 'tisa', '9'})),
EmojiAnnotations(emoji='🔟', codepoints=(128287,), name='kitufe cha nambari kumi', slug='kitufe_cha_nambari_kumi', annotations=frozenset({'10', 'kitufe', 'kumi'})),
EmojiAnnotations(emoji='💯', codepoints=(128175,), name='pointi mia moja', slug='pointi_mia_moja', annotations=frozenset({'kamili', 'alama', 'mia moja', '100'})),
EmojiAnnotations(emoji='🔞', codepoints=(128286,), name='chini ya miaka kumi na nani hawaruhusiwi', slug='chini_ya_miaka_kumi_na_nani_hawaruhusiwi', annotations=frozenset({'siyo', '18', 'katazwa', 'chini ya umri unaokubaliwa', 'kikwazo cha umri', 'hapana', 'kumi na nane', 'mafuruku'})),
EmojiAnnotations(emoji='🔠', codepoints=(128288,), name='weka herufi kubwa za kilatini', slug='weka_herufi_kubwa_za_kilatini', annotations=frozenset({'herufi kubwa', 'latini', 'weka', 'herufi'})),
EmojiAnnotations(emoji='🔡', codepoints=(128289,), name='weka hefuri ndogo za kilatini', slug='weka_hefuri_ndogo_za_kilatini', annotations=frozenset({'herufi ndogo', 'latini', 'abcd', 'weka', 'herufi'})),
EmojiAnnotations(emoji='🔢', codepoints=(128290,), name='weka nambari', slug='weka_nambari', annotations=frozenset({'nambari', '1234', 'weka'})),
EmojiAnnotations(emoji='🔣', codepoints=(128291,), name='weka alama', slug='weka_alama', annotations=frozenset({'weka'})),
EmojiAnnotations(emoji='🔤', codepoints=(128292,), name='weka herufi za kilatini', slug='weka_herufi_za_kilatini', annotations=frozenset({'abc', 'alfabeti', 'latini', 'weka', 'herufi'})),
EmojiAnnotations(emoji='🅰', codepoints=(127344,), name='kitufe chenye herufi A', slug='kitufe_chenye_herufi_a', annotations=frozenset({'a', 'damu'})),
EmojiAnnotations(emoji='🆎', codepoints=(127374,), name='kitufe chenye herufi AB', slug='kitufe_chenye_herufi_ab', annotations=frozenset({'damu', 'ab'})),
EmojiAnnotations(emoji='🅱', codepoints=(127345,), name='kitufe chenye herufi B', slug='kitufe_chenye_herufi_b', annotations=frozenset({'b', 'damu'})),
EmojiAnnotations(emoji='🆑', codepoints=(127377,), name='kitufe chenye herufi CL', slug='kitufe_chenye_herufi_cl', annotations=frozenset({'cl'})),
EmojiAnnotations(emoji='🆒', codepoints=(127378,), name='neno cool kwenye mraba', slug='neno_cool_kwenye_mraba', annotations=frozenset({'baridi'})),
EmojiAnnotations(emoji='🆓', codepoints=(127379,), name='neno free kwenye mraba', slug='neno_free_kwenye_mraba', annotations=frozenset({'huru'})),
EmojiAnnotations(emoji='ℹ', codepoints=(8505,), name='kitufe cha maelezo', slug='kitufe_cha_maelezo', annotations=frozenset({'i', 'maelezo'})),
EmojiAnnotations(emoji='🆔', codepoints=(127380,), name='herufi ID kwenye mraba', slug='herufi_id_kwenye_mraba', annotations=frozenset({'utambulisho', 'id'})),
EmojiAnnotations(emoji='Ⓜ', codepoints=(9410,), name='herufi M kwenye mduara', slug='herufi_m_kwenye_mduara', annotations=frozenset({'mduara', 'm'})),
EmojiAnnotations(emoji='🆕', codepoints=(127381,), name='neno new kwenye mraba', slug='neno_new_kwenye_mraba', annotations=frozenset({'mpya'})),
EmojiAnnotations(emoji='🆖', codepoints=(127382,), name='herufi ng kwenye mraba', slug='herufi_ng_kwenye_mraba', annotations=frozenset({'ng'})),
EmojiAnnotations(emoji='🅾', codepoints=(127358,), name='kitufe cha o', slug='kitufe_cha_o', annotations=frozenset({'o', 'damu'})),
EmojiAnnotations(emoji='🆗', codepoints=(127383,), name='neno ok kwenye mraba', slug='neno_ok_kwenye_mraba', annotations=frozenset({'sawa'})),
EmojiAnnotations(emoji='🅿', codepoints=(127359,), name='kitufe cha p', slug='kitufe_cha_p', annotations=frozenset({'maegesho'})),
EmojiAnnotations(emoji='🆘', codepoints=(127384,), name='neno sos kwenye mraba', slug='neno_sos_kwenye_mraba', annotations=frozenset({'sos', 'usaidizi'})),
EmojiAnnotations(emoji='🆙', codepoints=(127385,), name='neno up! kwenye mraba', slug='neno_up_kwenye_mraba', annotations=frozenset({'alama', 'juu'})),
EmojiAnnotations(emoji='🆚', codepoints=(127386,), name='neno vs kwenye mraba', slug='neno_vs_kwenye_mraba', annotations=frozenset({'dhidi ya', 'vs'})),
EmojiAnnotations(emoji='🈁', codepoints=(127489,), name='katakana koko kwenye mraba', slug='katakana_koko_kwenye_mraba', annotations=frozenset({'kijapani'})),
EmojiAnnotations(emoji='🈂', codepoints=(127490,), name='katakana sa kwenye mraba', slug='katakana_sa_kwenye_mraba', annotations=frozenset({'kijapani'})),
EmojiAnnotations(emoji='🈷', codepoints=(127543,), name='idiografu ya mwezi kwenye mraba', slug='idiografu_ya_mwezi_kwenye_mraba', annotations=frozenset({'kijapani'})),
EmojiAnnotations(emoji='🈶', codepoints=(127542,), name='idiografu ya kuwepo kwenye mraba', slug='idiografu_ya_kuwepo_kwenye_mraba', annotations=frozenset({'kijapani'})),
EmojiAnnotations(emoji='🈯', codepoints=(127535,), name='idiografu ya kidole kwenye mraba', slug='idiografu_ya_kidole_kwenye_mraba', annotations=frozenset({'kijapani'})),
EmojiAnnotations(emoji='🉐', codepoints=(127568,), name='idiografu ya manufaa kwenye mduara', slug='idiografu_ya_manufaa_kwenye_mduara', annotations=frozenset({'kijapani'})),
EmojiAnnotations(emoji='🈹', codepoints=(127545,), name='idiografu ya kugawanya kwenye mraba', slug='idiografu_ya_kugawanya_kwenye_mraba', annotations=frozenset({'kijapani'})),
EmojiAnnotations(emoji='🈚', codepoints=(127514,), name='idiografu ya kutoa kwenye mraba', slug='idiografu_ya_kutoa_kwenye_mraba', annotations=frozenset({'kijapani'})),
EmojiAnnotations(emoji='🈲', codepoints=(127538,), name='idiografu ya marufuku kwenye mraba', slug='idiografu_ya_marufuku_kwenye_mraba', annotations=frozenset({'kijapani'})),
EmojiAnnotations(emoji='🉑', codepoints=(127569,), name='idiografu ya kukubali kwenye mduara', slug='idiografu_ya_kukubali_kwenye_mduara', annotations=frozenset({'kichina'})),
EmojiAnnotations(emoji='🈸', codepoints=(127544,), name='idiografu ya kutumia kwenye mraba', slug='idiografu_ya_kutumia_kwenye_mraba', annotations=frozenset({'kichina'})),
EmojiAnnotations(emoji='🈴', codepoints=(127540,), name='idiografu ya pamoja kwenye mraba', slug='idiografu_ya_pamoja_kwenye_mraba', annotations=frozenset({'kichina'})),
EmojiAnnotations(emoji='🈳', codepoints=(127539,), name='idiografu tupu kwenye mraba', slug='idiografu_tupu_kwenye_mraba', annotations=frozenset({'kichina'})),
EmojiAnnotations(emoji='㊗', codepoints=(12951,), name='idiografu ya pongezi kwenye mduara', slug='idiografu_ya_pongezi_kwenye_mduara', annotations=frozenset({'idiografu', 'hongera', 'kichina', 'pongezi'})),
EmojiAnnotations(emoji='㊙', codepoints=(12953,), name='idiografu ya siri kwenye mduara', slug='idiografu_ya_siri_kwenye_mduara', annotations=frozenset({'siri', 'kichina', 'idiografu'})),
EmojiAnnotations(emoji='🈺', codepoints=(127546,), name='idiografu ya kuendesha kwenye mraba', slug='idiografu_ya_kuendesha_kwenye_mraba', annotations=frozenset({'kichina'})),
EmojiAnnotations(emoji='🈵', codepoints=(127541,), name='idiografu ya kujaa kwenye mraba', slug='idiografu_ya_kujaa_kwenye_mraba', annotations=frozenset({'kichina'})),
EmojiAnnotations(emoji='▪', codepoints=(9642,), name='mraba mdogo mweusi', slug='mraba_mdogo_mweusi', annotations=frozenset({'jiometri', 'mraba'})),
EmojiAnnotations(emoji='▫', codepoints=(9643,), name='mraba mdogo mweupe', slug='mraba_mdogo_mweupe', annotations=frozenset({'jiometri', 'mraba'})),
EmojiAnnotations(emoji='◻', codepoints=(9723,), name='mraba wa wastani mweupe', slug='mraba_wa_wastani_mweupe', annotations=frozenset({'jiometri', 'mraba'})),
EmojiAnnotations(emoji='◼', codepoints=(9724,), name='mraba wa wastani mweusi', slug='mraba_wa_wastani_mweusi', annotations=frozenset({'jiometri', 'mraba'})),
EmojiAnnotations(emoji='◽', codepoints=(9725,), name='mraba wastani mdogo mweupe', slug='mraba_wastani_mdogo_mweupe', annotations=frozenset({'jiometri', 'mraba'})),
EmojiAnnotations(emoji='◾', codepoints=(9726,), name='mraba wastani mdogo mweusi', slug='mraba_wastani_mdogo_mweusi', annotations=frozenset({'jiometri', 'mraba'})),
EmojiAnnotations(emoji='⬛', codepoints=(11035,), name='mraba mkubwa mweusi', slug='mraba_mkubwa_mweusi', annotations=frozenset({'jiometri', 'mraba'})),
EmojiAnnotations(emoji='⬜', codepoints=(11036,), name='mraba mkubwa mweupe', slug='mraba_mkubwa_mweupe', annotations=frozenset({'jiometri', 'mraba'})),
EmojiAnnotations(emoji='🔶', codepoints=(128310,), name='almasi kubwa ya njano', slug='almasi_kubwa_ya_njano', annotations=frozenset({'jiometri', 'almasi', 'manjano'})),
EmojiAnnotations(emoji='🔷', codepoints=(128311,), name='almasi kubwa ya samawati', slug='almasi_kubwa_ya_samawati', annotations=frozenset({'jiometri', 'almasi', 'samawati'})),
EmojiAnnotations(emoji='🔸', codepoints=(128312,), name='almasi ndogo ya njano', slug='almasi_ndogo_ya_njano', annotations=frozenset({'jiometri', 'almasi', 'manjano'})),
EmojiAnnotations(emoji='🔹', codepoints=(128313,), name='almasi ndogo ya samawati', slug='almasi_ndogo_ya_samawati', annotations=frozenset({'jiometri', 'almasi', 'samawati'})),
EmojiAnnotations(emoji='🔺', codepoints=(128314,), name='pembetatu inayoelekeza juu', slug='pembetatu_inayoelekeza_juu', annotations=frozenset({'jiometri', 'nyekundu'})),
EmojiAnnotations(emoji='🔻', codepoints=(128315,), name='pembetatu inayoelekeza chini', slug='pembetatu_inayoelekeza_chini', annotations=frozenset({'jiometri', 'nyekundu', 'chini'})),
EmojiAnnotations(emoji='💠', codepoints=(128160,), name='almasi yenye kitone', slug='almasi_yenye_kitone', annotations=frozenset({'jiometri', 'almasi', 'ndani', 'kibonzo'})),
EmojiAnnotations(emoji='🔘', codepoints=(128280,), name='kitufe', slug='kitufe', annotations=frozenset({'jiometri'})),
EmojiAnnotations(emoji='🔲', codepoints=(128306,), name='kitufe cheusi cha mraba', slug='kitufe_cheusi_cha_mraba', annotations=frozenset({'jiometri', 'mraba', 'kitufe'})),
EmojiAnnotations(emoji='🔳', codepoints=(128307,), name='kitufe cheupe cha mraba', slug='kitufe_cheupe_cha_mraba', annotations=frozenset({'jiometri', 'mraba', 'kitufe', 'iliyobainishwa'})),
EmojiAnnotations(emoji='⚪', codepoints=(9898,), name='mduara mweupe', slug='mduara_mweupe', annotations=frozenset({'mduara', 'jiometri'})),
EmojiAnnotations(emoji='⚫', codepoints=(9899,), name='mduara mweusi', slug='mduara_mweusi', annotations=frozenset({'mduara', 'jiometri'})),
EmojiAnnotations(emoji='🔴', codepoints=(128308,), name='mduara mwekundu', slug='mduara_mwekundu', annotations=frozenset({'mduara', 'jiometri', 'nyekundu'})),
EmojiAnnotations(emoji='🔵', codepoints=(128309,), name='mduara wa samawati', slug='mduara_wa_samawati', annotations=frozenset({'mduara', 'jiometri', 'samawati'})),] | [
6738,
795,
13210,
20597,
13,
368,
13210,
414,
12272,
1330,
2295,
31370,
2025,
30078,
198,
368,
31370,
796,
685,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
222,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
1065,
11,
828,
1438,
11639,
82,
5330,
287,
323,
4233,
6413,
3256,
31065,
11639,
82,
5330,
62,
259,
323,
4233,
6413,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
3464,
6413,
3256,
705,
385,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
223,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
1485,
11,
828,
1438,
11639,
385,
78,
334,
4528,
4233,
6413,
12385,
3235,
78,
331,
272,
323,
313,
397,
292,
321,
84,
3256,
31065,
11639,
385,
78,
62,
32176,
4233,
6413,
62,
2616,
62,
76,
43703,
62,
4121,
323,
313,
397,
292,
321,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
8658,
292,
321,
84,
3256,
705,
3464,
6413,
3256,
705,
76,
43703,
3256,
705,
385,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
224,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
1415,
11,
828,
1438,
11639,
385,
78,
266,
268,
5948,
3235,
8590,
72,
21349,
9230,
12236,
3256,
31065,
11639,
385,
78,
62,
21006,
5948,
62,
76,
620,
8590,
72,
62,
3972,
62,
38916,
12236,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
2395,
4914,
3256,
705,
385,
78,
3256,
705,
38916,
12236,
3256,
705,
6679,
17027,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
225,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
1314,
11,
828,
1438,
11639,
385,
78,
555,
64,
313,
397,
292,
321,
84,
12385,
285,
3438,
78,
14856,
952,
69,
2150,
32176,
10247,
3256,
31065,
11639,
385,
78,
62,
9613,
313,
397,
292,
321,
84,
62,
2616,
62,
76,
3438,
78,
62,
377,
952,
69,
2150,
32176,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
8658,
292,
321,
84,
3256,
705,
385,
78,
3256,
705,
76,
3438,
78,
3256,
705,
69,
2150,
32176,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
226,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
1433,
11,
828,
1438,
11639,
385,
78,
555,
64,
313,
397,
292,
321,
84,
555,
5488,
1647,
274,
3099,
285,
3438,
78,
14856,
952,
69,
2150,
32176,
10247,
12385,
3235,
78,
331,
272,
323,
313,
397,
292,
321,
84,
3256,
31065,
11639,
385,
78,
62,
9613,
313,
397,
292,
321,
84,
62,
403,
5488,
1647,
274,
3099,
62,
76,
3438,
78,
62,
377,
952,
69,
2150,
32176,
10247,
62,
2616,
62,
76,
43703,
62,
4121,
323,
313,
397,
292,
321,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
38720,
3256,
705,
8658,
292,
321,
84,
3256,
705,
385,
78,
3256,
705,
76,
3438,
78,
3256,
705,
69,
2150,
32176,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
11805,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
1558,
11,
828,
1438,
11639,
385,
78,
555,
64,
313,
397,
292,
321,
84,
555,
5488,
1647,
274,
3099,
285,
3438,
78,
14856,
952,
69,
2150,
32176,
10247,
12385,
474,
1077,
78,
474,
24419,
31842,
3256,
31065,
11639,
385,
78,
62,
9613,
313,
397,
292,
321,
84,
62,
403,
5488,
1647,
274,
3099,
62,
76,
3438,
78,
62,
377,
952,
69,
2150,
32176,
10247,
62,
2616,
62,
73,
1077,
78,
62,
73,
24419,
31842,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
24419,
31842,
3256,
705,
8658,
292,
321,
84,
3256,
705,
73,
1077,
78,
3256,
705,
385,
78,
3256,
705,
69,
2150,
32176,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
228,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
1507,
11,
828,
1438,
11639,
385,
78,
555,
64,
313,
397,
292,
321,
84,
555,
5488,
1647,
274,
3099,
285,
3438,
78,
14856,
952,
266,
7761,
12385,
3235,
78,
331,
7344,
88,
1659,
2150,
10247,
3256,
31065,
11639,
385,
78,
62,
9613,
313,
397,
292,
321,
84,
62,
403,
5488,
1647,
274,
3099,
62,
76,
3438,
78,
62,
377,
952,
62,
86,
7761,
62,
2616,
62,
76,
43703,
62,
88,
7344,
88,
1659,
2150,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
3438,
78,
3256,
705,
8658,
292,
321,
84,
3256,
705,
2395,
4914,
3256,
705,
385,
78,
3256,
705,
6058,
71,
9232,
3256,
705,
69,
2150,
32176,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
231,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
2481,
11,
828,
1438,
11639,
385,
78,
555,
64,
482,
1647,
68,
4496,
3256,
31065,
11639,
385,
78,
62,
9613,
482,
1647,
68,
4496,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
1647,
68,
4496,
3256,
705,
385,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
232,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
1828,
11,
828,
1438,
11639,
385,
78,
555,
64,
313,
397,
292,
321,
84,
12385,
3235,
78,
331,
272,
323,
313,
397,
292,
321,
84,
3256,
31065,
11639,
385,
78,
62,
9613,
313,
397,
292,
321,
84,
62,
2616,
62,
76,
43703,
62,
4121,
323,
313,
397,
292,
321,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
732,
74,
917,
84,
2082,
514,
78,
3256,
705,
73,
38720,
3256,
705,
8658,
292,
321,
84,
3256,
705,
385,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
233,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
1954,
11,
828,
1438,
11639,
385,
78,
555,
64,
1659,
333,
993,
544,
442,
461,
4712,
6220,
321,
84,
3256,
31065,
11639,
385,
78,
62,
9613,
1659,
333,
993,
544,
62,
354,
461,
4712,
62,
15813,
321,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
8658,
292,
321,
84,
3256,
705,
74,
3046,
333,
993,
544,
3256,
705,
315,
321,
84,
3256,
705,
385,
78,
3256,
705,
83,
321,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
236,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
2075,
11,
828,
1438,
11639,
385,
78,
555,
64,
313,
397,
292,
321,
84,
334,
4528,
709,
7252,
285,
14246,
3216,
3256,
31065,
11639,
385,
78,
62,
9613,
313,
397,
292,
321,
84,
62,
377,
16664,
7252,
62,
11632,
86,
3216,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
27305,
9900,
3256,
705,
8658,
292,
321,
84,
3256,
366,
259,
323,
506,
6,
7252,
1600,
705,
73,
6413,
3256,
705,
385,
78,
3256,
705,
71,
7344,
21349,
339,
10247,
3256,
705,
73,
38720,
3256,
705,
86,
320,
3216,
21349,
474,
6413,
3256,
705,
2100,
72,
8591,
3235,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
235,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
1495,
11,
828,
1438,
11639,
385,
78,
555,
64,
313,
397,
292,
321,
84,
14856,
952,
12385,
3235,
78,
21349,
20810,
78,
8591,
285,
726,
78,
3256,
31065,
11639,
385,
78,
62,
9613,
313,
397,
292,
321,
84,
62,
377,
952,
62,
2616,
62,
76,
43703,
62,
3972,
62,
29309,
62,
5031,
62,
76,
726,
78,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
38720,
3256,
705,
76,
726,
78,
3256,
705,
8658,
292,
321,
84,
3256,
705,
385,
78,
3256,
705,
929,
31110,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
246,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
2623,
11,
828,
1438,
11639,
385,
78,
555,
64,
2069,
64,
1323,
84,
3256,
31065,
11639,
385,
78,
62,
9613,
2069,
64,
62,
10885,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
726,
78,
3256,
705,
10885,
84,
3256,
705,
385,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
245,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
2327,
11,
828,
1438,
11639,
385,
78,
555,
64,
672,
385,
84,
3256,
31065,
11639,
385,
78,
62,
9613,
672,
385,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
10885,
84,
3256,
705,
385,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
247,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
2718,
11,
828,
1438,
11639,
385,
78,
555,
64,
672,
385,
84,
12385,
3235,
78,
331,
272,
323,
313,
397,
292,
321,
84,
3256,
31065,
11639,
385,
78,
62,
9613,
672,
385,
84,
62,
2616,
62,
76,
43703,
62,
4121,
323,
313,
397,
292,
321,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
38720,
3256,
705,
8658,
292,
321,
84,
3256,
705,
10885,
84,
3256,
705,
385,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
248,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
2548,
11,
828,
1438,
11639,
385,
78,
555,
64,
672,
385,
84,
12385,
3235,
78,
331,
7344,
88,
1659,
2150,
10247,
3256,
31065,
11639,
385,
78,
62,
9613,
672,
385,
84,
62,
2616,
62,
76,
43703,
62,
88,
7344,
88,
1659,
2150,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
38720,
3256,
705,
2403,
88,
1659,
2150,
10247,
3256,
705,
385,
78,
3256,
705,
10885,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
24583,
118,
3256,
14873,
538,
1563,
82,
16193,
32196,
21,
11,
828,
1438,
11639,
385,
78,
555,
64,
313,
397,
292,
321,
84,
3256,
31065,
11639,
385,
78,
62,
9613,
313,
397,
292,
321,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
8658,
292,
321,
84,
3256,
705,
83,
377,
452,
84,
3256,
705,
385,
78,
3256,
705,
2403,
88,
672,
391,
680,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
41290,
3256,
14873,
538,
1563,
82,
16193,
12762,
38907,
11,
828,
1438,
11639,
385,
78,
555,
64,
313,
397,
292,
321,
84,
479,
10247,
285,
6893,
72,
3256,
31065,
11639,
385,
78,
62,
9613,
313,
397,
292,
321,
84,
62,
74,
10247,
62,
2022,
7344,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
8658,
292,
321,
84,
3256,
705,
385,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
24,
1558,
3256,
14873,
538,
1563,
82,
16193,
18741,
22572,
11,
828,
1438,
11639,
385,
78,
555,
64,
482,
2178,
265,
544,
3256,
31065,
11639,
385,
78,
62,
9613,
482,
2178,
265,
544,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
385,
78,
3256,
705,
74,
2724,
2178,
265,
544,
3256,
705,
74,
2178,
265,
544,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
229,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
1129,
11,
828,
1438,
11639,
385,
78,
555,
64,
313,
397,
292,
321,
84,
14856,
952,
12385,
285,
646,
3301,
2082,
285,
47562,
7056,
7544,
84,
331,
539,
3256,
31065,
11639,
385,
78,
62,
9613,
313,
397,
292,
321,
84,
62,
377,
952,
62,
2616,
62,
76,
646,
3301,
62,
10247,
62,
76,
47562,
7056,
62,
73,
12303,
62,
88,
539,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
488,
14107,
461,
7761,
3256,
705,
17053,
5948,
12385,
6877,
544,
3256,
705,
8658,
292,
321,
84,
3256,
705,
646,
3301,
21349,
285,
47562,
7056,
3256,
705,
76,
6081,
9232,
3256,
705,
77,
7639,
17027,
3256,
705,
385,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
24,
1415,
3256,
14873,
538,
1563,
82,
16193,
1065,
6052,
405,
11,
828,
1438,
11639,
385,
78,
555,
64,
313,
1878,
461,
2743,
3256,
31065,
11639,
385,
78,
62,
9613,
313,
1878,
461,
2743,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
3046,
1134,
14783,
3256,
705,
385,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
238,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
2078,
11,
828,
1438,
11639,
385,
78,
334,
4528,
313,
43640,
3256,
31065,
11639,
385,
78,
62,
377,
5151,
43640,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
385,
78,
3256,
705,
65,
10102,
465,
544,
3256,
705,
74,
315,
43640,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
239,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
1959,
11,
828,
1438,
11639,
385,
78,
14856,
952,
73,
9232,
46213,
3256,
31065,
11639,
385,
78,
62,
377,
952,
73,
9232,
46213,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
21006,
5948,
479,
23577,
9232,
46213,
3256,
705,
385,
78,
3256,
705,
385,
952,
293,
4496,
1727,
354,
1258,
3256,
705,
385,
952,
1647,
274,
3099,
465,
544,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
114,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
2791,
11,
828,
1438,
11639,
385,
78,
514,
952,
12385,
285,
3438,
78,
3256,
31065,
11639,
385,
78,
62,
385,
952,
62,
2616,
62,
76,
3438,
78,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
385,
78,
3256,
705,
76,
3438,
78,
3256,
705,
74,
320,
3972,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
29173,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
1795,
11,
828,
1438,
11639,
385,
952,
266,
268,
5948,
3235,
78,
331,
272,
323,
382,
2022,
6413,
3256,
31065,
11639,
385,
952,
62,
21006,
5948,
62,
76,
43703,
62,
4121,
323,
382,
2022,
6413,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
43703,
3256,
705,
385,
78,
3256,
705,
74,
495,
2022,
6413,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
237,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
1983,
11,
828,
1438,
11639,
385,
78,
555,
64,
5910,
4496,
3256,
31065,
11639,
385,
78,
62,
9613,
5910,
4496,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
385,
78,
3256,
705,
1350,
4496,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
96,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
2857,
11,
828,
1438,
11639,
385,
78,
555,
64,
709,
388,
17517,
3256,
31065,
11639,
385,
78,
62,
9613,
709,
388,
17517,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
385,
78,
3256,
705,
74,
14795,
388,
17517,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
98,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
2920,
11,
828,
1438,
11639,
385,
78,
14856,
4267,
1134,
270,
9232,
300,
461,
5362,
555,
5488,
1647,
274,
3099,
479,
3046,
39010,
9232,
3256,
31065,
11639,
385,
78,
62,
377,
4267,
1134,
270,
9232,
62,
75,
461,
5362,
62,
403,
5488,
1647,
274,
3099,
62,
74,
3046,
39010,
9232,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
45614,
1134,
270,
9232,
3256,
705,
385,
78,
3256,
705,
16370,
27792,
3256,
705,
74,
3046,
39010,
9232,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
106,
3256,
14873,
538,
1563,
82,
16193,
12762,
40486,
11,
828,
1438,
11639,
385,
78,
266,
268,
5948,
285,
3438,
78,
14856,
952,
266,
7761,
3256,
31065,
11639,
385,
78,
62,
21006,
5948,
62,
76,
3438,
78,
62,
377,
952,
62,
86,
7761,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
48349,
7487,
3256,
705,
385,
78,
3256,
705,
76,
3438,
78,
3256,
705,
69,
2150,
32176,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
43234,
3256,
14873,
538,
1563,
82,
16193,
18741,
27137,
11,
828,
1438,
11639,
385,
78,
14856,
952,
69,
2150,
10247,
285,
3438,
78,
479,
10247,
19974,
84,
3256,
31065,
11639,
385,
78,
62,
377,
952,
69,
2150,
10247,
62,
76,
3438,
78,
62,
74,
10247,
62,
13344,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
13344,
84,
3256,
705,
385,
78,
3256,
705,
76,
3438,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
107,
3256,
14873,
538,
1563,
82,
16193,
12762,
38605,
11,
828,
1438,
11639,
385,
78,
14856,
295,
88,
1689,
64,
3256,
31065,
11639,
385,
78,
62,
377,
295,
88,
1689,
64,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
385,
78,
3256,
705,
74,
1530,
648,
1031,
10247,
3256,
705,
28374,
88,
1689,
64,
3256,
705,
74,
436,
64,
1228,
397,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
103,
3256,
14873,
538,
1563,
82,
16193,
12762,
44218,
11,
828,
1438,
11639,
385,
78,
555,
7495,
259,
89,
544,
3256,
31065,
11639,
385,
78,
62,
403,
7495,
259,
89,
544,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
385,
78,
3256,
705,
3500,
528,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
104,
3256,
14873,
538,
1563,
82,
16193,
12762,
31046,
11,
828,
1438,
11639,
385,
78,
14856,
41097,
17411,
3256,
31065,
11639,
385,
78,
62,
377,
41097,
17411,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
794,
709,
84,
3256,
705,
385,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
112,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
2414,
11,
828,
1438,
11639,
385,
78,
555,
5488,
1647,
274,
3099,
1262,
528,
72,
3256,
31065,
11639,
385,
78,
62,
403,
5488,
1647,
274,
3099,
62,
3500,
528,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
45614,
259,
89,
544,
3256,
705,
385,
78,
3256,
705,
3500,
528,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
234,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
1731,
11,
828,
1438,
11639,
385,
78,
14856,
952,
69,
39010,
9232,
3256,
31065,
11639,
385,
78,
62,
377,
952,
69,
39010,
9232,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
385,
78,
3256,
705,
69,
39010,
9232,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
24,
1485,
3256,
14873,
538,
1563,
82,
16193,
18741,
22579,
11,
828,
1438,
11639,
385,
78,
2082,
285,
14396,
26436,
3256,
31065,
11639,
385,
78,
62,
10247,
62,
76,
14396,
26436,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
385,
78,
3256,
705,
76,
8326,
44949,
84,
2082,
285,
22651,
3256,
705,
76,
73,
10277,
72,
2082,
573,
15418,
349,
13210,
544,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
249,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
2670,
11,
828,
1438,
11639,
385,
78,
266,
268,
5948,
334,
2475,
72,
299,
18015,
3256,
31065,
11639,
385,
78,
62,
21006,
5948,
62,
377,
25236,
62,
77,
18015,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
377,
25236,
3256,
705,
385,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
250,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
1821,
11,
828,
1438,
11639,
385,
78,
555,
64,
2069,
64,
334,
2475,
72,
299,
18015,
12385,
474,
38720,
42280,
346,
482,
1647,
68,
4496,
3256,
31065,
11639,
385,
78,
62,
9613,
2069,
64,
62,
377,
25236,
62,
77,
18015,
62,
2616,
62,
73,
38720,
62,
75,
346,
346,
482,
1647,
68,
4496,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
38720,
3256,
705,
74,
1647,
68,
4496,
3256,
705,
377,
25236,
3256,
705,
385,
78,
3256,
705,
315,
3216,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
251,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
3901,
11,
828,
1438,
11639,
385,
78,
555,
64,
2069,
64,
334,
2475,
72,
299,
18015,
12385,
3235,
78,
331,
7344,
88,
1659,
2150,
10247,
479,
8102,
64,
3256,
31065,
11639,
385,
78,
62,
9613,
2069,
64,
62,
377,
25236,
62,
77,
18015,
62,
2616,
62,
76,
43703,
62,
88,
7344,
88,
1659,
2150,
10247,
62,
74,
8102,
64,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
38720,
3256,
705,
377,
25236,
3256,
705,
385,
78,
3256,
705,
2022,
11729,
3256,
705,
9435,
3099,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
24583,
117,
3256,
14873,
538,
1563,
82,
16193,
32196,
20,
11,
828,
1438,
11639,
385,
78,
14856,
295,
9613,
3256,
31065,
11639,
385,
78,
62,
377,
295,
9613,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
28374,
9613,
3256,
705,
385,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
42759,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
3324,
11,
828,
1438,
11639,
385,
78,
14856,
295,
9613,
479,
4448,
72,
3256,
31065,
11639,
385,
78,
62,
377,
295,
9613,
62,
4106,
17053,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
28374,
9613,
3256,
705,
385,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
240,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
1270,
11,
828,
1438,
11639,
385,
78,
514,
952,
12385,
9230,
12236,
3256,
31065,
11639,
385,
78,
62,
385,
952,
62,
2616,
62,
38916,
12236,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
315,
1659,
333,
32810,
3256,
705,
385,
78,
3256,
705,
74,
2724,
8546,
9230,
12236,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
241,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
3132,
11,
828,
1438,
11639,
385,
78,
266,
268,
5948,
474,
1077,
78,
474,
24419,
31842,
3256,
31065,
11639,
385,
78,
62,
21006,
5948,
62,
73,
1077,
78,
62,
73,
24419,
31842,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
24419,
31842,
3256,
705,
385,
78,
3256,
705,
73,
1077,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
242,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
2624,
11,
828,
1438,
11639,
385,
78,
14856,
952,
89,
1689,
479,
265,
9232,
285,
707,
44299,
3256,
31065,
11639,
385,
78,
62,
377,
952,
89,
1689,
62,
41826,
9232,
62,
76,
707,
44299,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
21006,
5948,
285,
707,
44299,
3256,
705,
385,
78,
3256,
705,
71,
10277,
403,
680,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
243,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
2091,
11,
828,
1438,
11639,
385,
78,
14856,
41097,
648,
1092,
5580,
10247,
3256,
31065,
11639,
385,
78,
62,
377,
41097,
648,
1092,
5580,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
385,
78,
3256,
705,
74,
794,
648,
1092,
5580,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
244,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
2682,
11,
828,
1438,
11639,
385,
78,
334,
4528,
3768,
648,
1031,
10247,
3256,
31065,
11639,
385,
78,
62,
32176,
3768,
648,
1031,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
385,
78,
3256,
705,
74,
1530,
648,
1031,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
41813,
3256,
14873,
538,
1563,
82,
16193,
12762,
41734,
11,
828,
1438,
11639,
385,
78,
14856,
952,
469,
10277,
10247,
7544,
84,
442,
5362,
3256,
31065,
11639,
385,
78,
62,
377,
952,
469,
10277,
10247,
62,
73,
12303,
62,
45045,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
385,
78,
3256,
705,
74,
2217,
10277,
10247,
7544,
84,
442,
5362,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
115,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
3134,
11,
828,
1438,
11639,
385,
78,
334,
4528,
709,
7252,
2318,
461,
12162,
21349,
2603,
571,
397,
84,
3256,
31065,
11639,
385,
78,
62,
377,
16664,
7252,
62,
5657,
461,
12162,
62,
3972,
62,
6759,
571,
397,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
67,
6909,
3256,
705,
76,
1878,
6413,
3256,
705,
11296,
261,
73,
10247,
3256,
705,
5657,
461,
12162,
3256,
705,
385,
78,
3256,
705,
67,
461,
83,
2743,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
24,
1065,
3256,
14873,
538,
1563,
82,
16193,
18741,
27728,
11,
828,
1438,
11639,
385,
78,
266,
268,
5948,
479,
541,
320,
1228,
2069,
285,
3438,
14651,
3256,
31065,
11639,
385,
78,
62,
21006,
5948,
62,
74,
541,
320,
1228,
2069,
62,
76,
3438,
14651,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
1018,
261,
73,
10247,
3256,
705,
385,
78,
3256,
705,
782,
261,
73,
10247,
3256,
705,
79,
8083,
474,
2069,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
40248,
3256,
14873,
538,
1563,
82,
16193,
1065,
6052,
486,
11,
828,
1438,
11639,
385,
78,
14856,
952,
69,
2150,
10247,
4097,
68,
7285,
479,
488,
86,
3216,
3256,
31065,
11639,
385,
78,
62,
377,
952,
69,
2150,
10247,
62,
3903,
68,
7285,
62,
74,
488,
86,
3216,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
385,
78,
3256,
705,
3903,
68,
7285,
3256,
705,
2611,
388,
452,
84,
3256,
705,
74,
13814,
544,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
35549,
3256,
14873,
538,
1563,
82,
16193,
18741,
26561,
11,
828,
1438,
11639,
385,
78,
555,
5488,
1647,
274,
3099,
32317,
64,
21349,
407,
72,
285,
3438,
14651,
3256,
31065,
11639,
385,
78,
62,
403,
5488,
1647,
274,
3099,
62,
12272,
64,
62,
3972,
62,
1662,
72,
62,
76,
3438,
14651,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
385,
78,
3256,
705,
76,
3438,
78,
3256,
705,
12272,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
110,
3256,
14873,
538,
1563,
82,
16193,
12762,
43918,
11,
828,
1438,
11639,
385,
78,
334,
4528,
39818,
1228,
397,
84,
3256,
31065,
11639,
385,
78,
62,
32176,
39818,
1228,
397,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
436,
64,
1228,
397,
680,
10247,
3256,
705,
74,
1530,
83,
32176,
10247,
3256,
705,
385,
78,
3256,
705,
74,
8102,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
252,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
3682,
11,
828,
1438,
11639,
385,
78,
14856,
4267,
1134,
270,
9232,
3256,
31065,
11639,
385,
78,
62,
377,
4267,
1134,
270,
9232,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
385,
78,
3256,
705,
82,
1134,
270,
12125,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
253,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
3559,
11,
828,
1438,
11639,
385,
78,
14856,
952,
12385,
373,
72,
9776,
72,
3256,
31065,
11639,
385,
78,
62,
377,
952,
62,
2616,
62,
9776,
72,
9776,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
385,
78,
3256,
705,
9776,
72,
9776,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
97,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
2780,
11,
828,
1438,
11639,
385,
78,
266,
268,
5948,
285,
85,
4649,
555,
64,
313,
17411,
47574,
3216,
3256,
31065,
11639,
385,
78,
62,
21006,
5948,
62,
76,
85,
4649,
62,
9613,
313,
17411,
62,
19944,
3216,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
1530,
521,
72,
3256,
705,
385,
78,
3256,
705,
1477,
22261,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
95,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
3510,
11,
828,
1438,
11639,
385,
78,
555,
64,
22703,
3256,
31065,
11639,
385,
78,
62,
9613,
22703,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
385,
78,
3256,
705,
24660,
3256,
705,
71,
10277,
35657,
3256,
705,
6679,
17027,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
255,
3256,
14873,
538,
1563,
82,
16193,
12762,
41948,
11,
828,
1438,
11639,
385,
78,
555,
64,
22703,
479,
10247,
473,
47966,
3256,
31065,
11639,
385,
78,
62,
9613,
22703,
62,
74,
10247,
62,
82,
2306,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
385,
78,
3256,
705,
24660,
3256,
705,
71,
10277,
35657,
3256,
705,
6679,
17027,
3256,
705,
74,
43640,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
99,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
1120,
11,
828,
1438,
11639,
385,
78,
14856,
295,
9613,
266,
268,
5948,
285,
3438,
78,
14856,
952,
69,
2150,
32176,
10247,
3256,
31065,
11639,
385,
78,
62,
377,
295,
9613,
62,
21006,
5948,
62,
76,
3438,
78,
62,
377,
952,
69,
2150,
32176,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
28374,
9613,
3256,
705,
385,
78,
3256,
705,
76,
3438,
78,
3256,
705,
69,
2150,
32176,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
100,
3256,
14873,
538,
1563,
82,
16193,
12762,
43697,
11,
828,
1438,
11639,
385,
78,
555,
5488,
1647,
274,
3099,
334,
354,
2150,
84,
3256,
31065,
11639,
385,
78,
62,
403,
5488,
1647,
274,
3099,
62,
794,
2150,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
385,
78,
3256,
705,
794,
2150,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
101,
3256,
14873,
538,
1563,
82,
16193,
12762,
40427,
11,
828,
1438,
11639,
385,
78,
555,
5488,
519,
26186,
3256,
31065,
11639,
385,
78,
62,
403,
5488,
519,
26186,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
385,
78,
3256,
705,
86,
10949,
3256,
705,
74,
7456,
1659,
84,
3256,
705,
23063,
519,
26186,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
102,
3256,
14873,
538,
1563,
82,
16193,
12762,
48096,
11,
828,
1438,
11639,
385,
78,
555,
5488,
1647,
274,
3099,
334,
354,
709,
84,
3256,
31065,
11639,
385,
78,
62,
403,
5488,
1647,
274,
3099,
62,
794,
709,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
794,
709,
84,
3256,
705,
74,
794,
17411,
3256,
705,
385,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
105,
3256,
14873,
538,
1563,
82,
16193,
12762,
37864,
11,
828,
1438,
11639,
385,
78,
334,
4528,
482,
403,
73,
10247,
3256,
31065,
11639,
385,
78,
62,
32176,
482,
403,
73,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
28374,
6592,
3256,
705,
385,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
108,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
1899,
11,
828,
1438,
11639,
385,
78,
266,
268,
5948,
285,
3438,
78,
14856,
952,
69,
2150,
32176,
10247,
12385,
474,
1077,
78,
474,
24419,
31842,
3256,
31065,
11639,
385,
78,
62,
21006,
5948,
62,
76,
3438,
78,
62,
377,
952,
69,
2150,
32176,
10247,
62,
2616,
62,
73,
1077,
78,
62,
73,
24419,
31842,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
1077,
78,
3256,
705,
76,
3438,
78,
3256,
705,
13429,
320,
4914,
3256,
705,
73,
24419,
31842,
3256,
705,
385,
78,
3256,
705,
37687,
707,
7246,
3256,
705,
69,
2150,
32176,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
109,
3256,
14873,
538,
1563,
82,
16193,
12762,
47915,
11,
828,
1438,
11639,
385,
78,
555,
64,
404,
13827,
743,
47097,
21349,
289,
1659,
84,
3256,
31065,
11639,
385,
78,
62,
9613,
404,
13827,
62,
11261,
47097,
62,
3972,
62,
39891,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
23063,
519,
26186,
3256,
705,
86,
10949,
3256,
705,
385,
78,
3256,
705,
74,
4712,
3256,
705,
74,
7456,
1659,
84,
3256,
705,
11261,
47097,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
111,
3256,
14873,
538,
1563,
82,
16193,
12762,
46572,
11,
828,
1438,
11639,
385,
78,
14856,
952,
73,
6909,
285,
13429,
320,
7204,
3256,
31065,
11639,
385,
78,
62,
377,
952,
73,
6909,
62,
907,
271,
320,
7204,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
528,
2150,
10277,
2150,
84,
3256,
705,
13429,
320,
4914,
3256,
705,
385,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
113,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
2996,
11,
828,
1438,
11639,
385,
78,
555,
5488,
1647,
274,
3099,
479,
84,
10247,
12385,
479,
528,
2150,
10277,
2150,
84,
3256,
31065,
11639,
385,
78,
62,
403,
5488,
1647,
274,
3099,
62,
23063,
10247,
62,
2616,
62,
74,
528,
2150,
10277,
2150,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
528,
2150,
10277,
2150,
84,
3256,
705,
385,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
94,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
2231,
11,
828,
1438,
11639,
385,
78,
334,
4528,
672,
571,
312,
6413,
3095,
17902,
3256,
31065,
11639,
385,
78,
62,
32176,
672,
571,
312,
6413,
62,
13602,
17902,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
3281,
988,
917,
84,
3256,
705,
65,
571,
312,
6413,
3095,
17902,
3256,
705,
456,
324,
5976,
84,
3256,
705,
42749,
343,
9232,
3256,
705,
385,
78,
3256,
705,
10134,
8704,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
254,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
2598,
11,
828,
1438,
11639,
385,
78,
14856,
952,
6592,
64,
468,
8704,
3256,
31065,
11639,
385,
78,
62,
377,
952,
6592,
64,
62,
10134,
8704,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
42749,
343,
9232,
3256,
705,
385,
78,
3256,
705,
10134,
8704,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
230,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
1238,
11,
828,
1438,
11639,
385,
78,
555,
64,
313,
397,
292,
321,
84,
266,
268,
5948,
279,
368,
1350,
3256,
31065,
11639,
385,
78,
62,
9613,
313,
397,
292,
321,
84,
62,
21006,
5948,
62,
79,
368,
1350,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
8658,
292,
321,
84,
3256,
705,
79,
368,
1350,
3256,
705,
385,
78,
3256,
705,
77,
7639,
17027,
3256,
705,
74,
488,
14107,
461,
7761,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
123,
3256,
14873,
538,
1563,
82,
16193,
12762,
16799,
11,
828,
1438,
11639,
74,
271,
3202,
3216,
3256,
31065,
11639,
74,
271,
3202,
3216,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
431,
7501,
3256,
705,
385,
78,
3256,
705,
82,
3202,
3216,
3256,
705,
74,
488,
14107,
461,
7761,
3256,
705,
77,
7639,
17027,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
117,
3256,
14873,
538,
1563,
82,
16193,
12762,
19244,
11,
828,
1438,
11639,
89,
320,
37686,
3256,
31065,
11639,
89,
320,
37686,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
385,
78,
3256,
705,
77,
7639,
17027,
3256,
705,
74,
488,
14107,
461,
7761,
3256,
705,
74,
1505,
1350,
3256,
705,
74,
2926,
2674,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
118,
3256,
14873,
538,
1563,
82,
16193,
12762,
18376,
11,
828,
1438,
11639,
1878,
799,
72,
3256,
31065,
11639,
1878,
799,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
488,
14107,
461,
7761,
3256,
705,
74,
1505,
1350,
3256,
705,
77,
7639,
17027,
3256,
705,
385,
78,
3256,
705,
74,
2926,
2674,
72,
3256,
705,
89,
320,
37686,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
222,
3256,
14873,
538,
1563,
82,
16193,
12762,
12762,
11,
828,
1438,
11639,
69,
14795,
84,
3256,
31065,
11639,
69,
14795,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
361,
78,
3256,
705,
385,
78,
3256,
705,
89,
320,
37686,
3256,
705,
74,
488,
14107,
461,
7761,
3256,
705,
76,
86,
2403,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
24583,
254,
3256,
14873,
538,
1563,
82,
16193,
5607,
1899,
11,
828,
1438,
11639,
69,
14795,
84,
12385,
285,
361,
929,
64,
3256,
31065,
11639,
69,
14795,
84,
62,
2616,
62,
76,
361,
929,
64,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
69,
14795,
84,
3256,
705,
74,
361,
78,
3256,
705,
76,
361,
929,
64,
3256,
705,
385,
78,
3256,
705,
76,
86,
2403,
3256,
705,
89,
320,
37686,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
119,
3256,
14873,
538,
1563,
82,
16193,
12762,
10163,
11,
828,
1438,
11639,
73,
5362,
3256,
31065,
11639,
73,
5362,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
385,
78,
3256,
705,
77,
7639,
17027,
3256,
705,
74,
488,
14107,
461,
7761,
3256,
705,
74,
1505,
1350,
3256,
705,
89,
320,
37686,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
121,
3256,
14873,
538,
1563,
82,
16193,
12762,
11623,
11,
828,
1438,
11639,
73,
34272,
2429,
72,
3256,
31065,
11639,
73,
34272,
62,
5235,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
488,
14107,
461,
7761,
3256,
705,
74,
1505,
1350,
3256,
705,
77,
7639,
17027,
3256,
705,
385,
78,
3256,
705,
16484,
3256,
705,
15813,
84,
479,
271,
488,
13210,
377,
1134,
2271,
18967,
620,
404,
7252,
339,
86,
3216,
3256,
705,
89,
320,
37686,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
122,
3256,
14873,
538,
1563,
82,
16193,
12762,
19420,
11,
828,
1438,
11639,
67,
549,
49484,
2429,
72,
3256,
31065,
11639,
67,
549,
49484,
62,
5235,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
5235,
72,
3256,
705,
74,
488,
14107,
461,
7761,
3256,
705,
74,
1505,
1350,
3256,
705,
77,
7639,
17027,
3256,
705,
385,
78,
3256,
705,
16484,
3256,
705,
15813,
84,
479,
271,
488,
13210,
377,
1134,
2271,
18967,
620,
404,
7252,
339,
86,
3216,
3256,
705,
73,
34272,
2429,
72,
3256,
705,
89,
320,
37686,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
48894,
3256,
14873,
538,
1563,
82,
16193,
18741,
22709,
11,
828,
1438,
11639,
385,
78,
2082,
3857,
5092,
3256,
31065,
11639,
385,
78,
62,
10247,
62,
22609,
5092,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
22609,
5092,
3256,
705,
385,
78,
3256,
705,
89,
320,
37686,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
102,
3256,
14873,
538,
1563,
82,
16193,
12762,
22172,
11,
828,
1438,
11639,
74,
3541,
46551,
3256,
31065,
11639,
74,
3541,
46551,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
15820,
3256,
705,
385,
78,
3256,
705,
74,
571,
261,
10872,
3256,
705,
89,
320,
37686,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
118,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
2154,
11,
828,
1438,
11639,
385,
78,
2082,
279,
8130,
555,
64,
30848,
4914,
12385,
285,
3438,
78,
14856,
952,
69,
2150,
32176,
10247,
3256,
31065,
11639,
385,
78,
62,
10247,
62,
79,
8130,
62,
9613,
30848,
4914,
62,
2616,
62,
76,
3438,
78,
62,
377,
952,
69,
2150,
32176,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
8658,
292,
321,
84,
3256,
705,
79,
8130,
3256,
705,
385,
78,
3256,
705,
76,
3438,
78,
3256,
705,
69,
2150,
32176,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
116,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
3104,
11,
828,
1438,
11639,
385,
78,
2082,
279,
8130,
555,
64,
4233,
6413,
12385,
3235,
78,
331,
272,
323,
313,
397,
292,
321,
84,
3256,
31065,
11639,
385,
78,
62,
10247,
62,
79,
8130,
62,
9613,
4233,
6413,
62,
2616,
62,
76,
43703,
62,
4121,
323,
313,
397,
292,
321,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
38720,
3256,
705,
3464,
6413,
3256,
705,
79,
8130,
3256,
705,
385,
78,
3256,
705,
8658,
292,
321,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
117,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
3388,
11,
828,
1438,
11639,
385,
78,
2082,
279,
8130,
266,
268,
5948,
3235,
8590,
72,
21349,
9230,
12236,
3256,
31065,
11639,
385,
78,
62,
10247,
62,
79,
8130,
62,
21006,
5948,
62,
76,
620,
8590,
72,
62,
3972,
62,
38916,
12236,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
79,
8130,
3256,
705,
385,
78,
3256,
705,
38916,
12236,
3256,
705,
6679,
17027,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
119,
3256,
14873,
538,
1563,
82,
16193,
12762,
42875,
11,
828,
1438,
11639,
385,
78,
2082,
279,
8130,
555,
64,
313,
397,
292,
321,
84,
266,
268,
5948,
3235,
78,
28808,
5948,
20810,
78,
8591,
285,
726,
78,
3256,
31065,
11639,
385,
78,
62,
10247,
62,
79,
8130,
62,
9613,
313,
397,
292,
321,
84,
62,
21006,
5948,
62,
76,
43703,
62,
88,
268,
5948,
62,
29309,
62,
5031,
62,
76,
726,
78,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
8658,
292,
321,
84,
3256,
705,
385,
78,
3256,
705,
73,
38720,
3256,
705,
76,
726,
78,
3256,
705,
79,
8130,
3256,
705,
929,
31110,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
120,
3256,
14873,
538,
1563,
82,
16193,
12762,
48724,
11,
828,
1438,
11639,
385,
78,
2082,
279,
8130,
266,
268,
5948,
7400,
292,
321,
84,
8591,
479,
377,
1031,
320,
19388,
3256,
31065,
11639,
385,
78,
62,
10247,
62,
79,
8130,
62,
21006,
5948,
62,
8658,
292,
321,
84,
62,
5031,
62,
74,
377,
1031,
320,
19388,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
8658,
292,
321,
84,
3256,
705,
74,
377,
1031,
320,
19388,
3256,
705,
79,
8130,
3256,
705,
385,
78,
3256,
705,
365,
73,
43733,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
121,
3256,
14873,
538,
1563,
82,
16193,
12762,
48638,
11,
828,
1438,
11639,
385,
78,
2082,
279,
8130,
266,
268,
5948,
1323,
84,
12385,
3235,
78,
331,
7344,
88,
1659,
2150,
10247,
3256,
31065,
11639,
385,
78,
62,
10247,
62,
79,
8130,
62,
21006,
5948,
62,
10885,
84,
62,
2616,
62,
76,
43703,
62,
88,
7344,
88,
1659,
2150,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
38720,
3256,
705,
79,
8130,
3256,
705,
385,
78,
3256,
705,
10885,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
247,
222,
3256,
14873,
538,
1563,
82,
16193,
12762,
37452,
11,
828,
1438,
11639,
385,
78,
2082,
279,
8130,
14856,
41097,
17411,
3256,
31065,
11639,
385,
78,
62,
10247,
62,
79,
8130,
62,
377,
41097,
17411,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
794,
709,
84,
3256,
705,
75,
1219,
3256,
705,
79,
8130,
3256,
705,
385,
78,
3256,
705,
1477,
648,
1031,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
123,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
2425,
11,
828,
1438,
11639,
385,
78,
2082,
279,
8130,
555,
64,
22703,
3256,
31065,
11639,
385,
78,
62,
10247,
62,
79,
8130,
62,
9613,
22703,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
79,
8130,
3256,
705,
385,
78,
3256,
705,
24660,
3256,
705,
71,
10277,
35657,
3256,
705,
6679,
17027,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
47249,
122,
3256,
14873,
538,
1563,
82,
16193,
12762,
46900,
11,
828,
1438,
11639,
385,
78,
2082,
279,
8130,
334,
4528,
672,
571,
312,
6413,
3095,
17902,
3256,
31065,
11639,
385,
78,
62,
10247,
62,
79,
8130,
62,
32176,
672,
571,
312,
6413,
62,
13602,
17902,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
79,
8130,
3256,
705,
385,
78,
3256,
705,
65,
571,
312,
6413,
3095,
17902,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
247,
230,
3256,
14873,
538,
1563,
82,
16193,
12762,
46352,
11,
828,
1438,
11639,
385,
78,
266,
268,
5948,
3235,
78,
331,
7344,
88,
1659,
403,
1134,
10247,
479,
10247,
285,
1134,
29941,
3256,
31065,
11639,
385,
78,
62,
21006,
5948,
62,
76,
43703,
62,
88,
7344,
88,
1659,
403,
1134,
10247,
62,
74,
10247,
62,
76,
1134,
29941,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
82,
7745,
78,
3256,
705,
41826,
1031,
10247,
3256,
705,
680,
3301,
3256,
705,
3876,
3046,
33263,
3256,
705,
83,
2178,
2403,
3256,
705,
385,
78,
3256,
705,
45897,
2271,
3256,
705,
648,
9752,
3256,
705,
84,
709,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
247,
231,
3256,
14873,
538,
1563,
82,
16193,
12762,
38905,
11,
828,
1438,
11639,
385,
78,
266,
268,
5948,
12422,
1134,
952,
331,
7344,
88,
1659,
403,
1134,
10247,
479,
10247,
285,
1134,
29941,
3256,
31065,
11639,
385,
78,
62,
21006,
5948,
62,
5356,
1134,
952,
62,
88,
7344,
88,
1659,
403,
1134,
10247,
62,
74,
10247,
62,
76,
1134,
29941,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
82,
7745,
78,
3256,
705,
41826,
1031,
10247,
3256,
705,
680,
3301,
3256,
705,
3876,
3046,
33263,
3256,
705,
83,
2178,
2403,
3256,
705,
385,
78,
3256,
705,
45897,
2271,
3256,
705,
84,
709,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
247,
232,
3256,
14873,
538,
1563,
82,
16193,
12762,
29796,
11,
828,
1438,
11639,
385,
78,
266,
268,
5948,
285,
3438,
78,
14856,
952,
12543,
1134,
10247,
479,
10247,
285,
1134,
29941,
3256,
31065,
11639,
385,
78,
62,
21006,
5948,
62,
76,
3438,
78,
62,
377,
952,
12543,
1134,
10247,
62,
74,
10247,
62,
76,
1134,
29941,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
82,
7745,
78,
3256,
705,
41826,
1031,
10247,
3256,
705,
680,
3301,
3256,
705,
3876,
3046,
33263,
3256,
705,
83,
2178,
2403,
3256,
705,
385,
78,
3256,
705,
45897,
2271,
3256,
705,
84,
709,
84,
3256,
705,
89,
2150,
388,
4496,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
100,
3256,
14873,
538,
1563,
82,
16193,
12762,
15197,
11,
828,
1438,
11639,
907,
488,
2271,
3256,
31065,
11639,
907,
488,
2271,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
89,
23130,
8182,
3256,
705,
76,
86,
7344,
3256,
705,
76,
1077,
4649,
3256,
705,
65,
1134,
8704,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
112,
3256,
14873,
538,
1563,
82,
16193,
12762,
18298,
11,
828,
1438,
11639,
65,
397,
84,
3256,
31065,
11639,
65,
397,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
42871,
3256,
705,
76,
8149,
321,
2454,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
113,
3256,
14873,
538,
1563,
82,
16193,
12762,
17657,
11,
828,
1438,
11639,
65,
27567,
3256,
31065,
11639,
65,
27567,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
42871,
3256,
705,
76,
8149,
321,
365,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
109,
3256,
14873,
538,
1563,
82,
16193,
12762,
16616,
11,
828,
1438,
11639,
16762,
84,
285,
21006,
5948,
299,
88,
732,
293,
1976,
64,
28077,
72,
21349,
427,
15498,
35851,
479,
24086,
73,
5733,
3256,
31065,
11639,
16762,
84,
62,
76,
21006,
5948,
62,
3281,
732,
293,
62,
4496,
62,
36985,
72,
62,
3972,
62,
1477,
15498,
62,
559,
62,
74,
24086,
73,
5733,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
36985,
72,
21349,
427,
15498,
35851,
479,
24086,
73,
5733,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
106,
3256,
14873,
538,
1563,
82,
16193,
1065,
6659,
940,
11,
828,
1438,
11639,
2093,
2743,
755,
23267,
3256,
31065,
11639,
2093,
2743,
62,
79,
8506,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
1878,
9160,
3256,
705,
79,
8506,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
110,
3256,
14873,
538,
1563,
82,
16193,
12762,
16562,
11,
828,
1438,
11639,
76,
8149,
321,
2454,
435,
7745,
1990,
7252,
479,
1659,
544,
21349,
479,
488,
1437,
3256,
31065,
11639,
76,
8149,
321,
2454,
62,
7344,
88,
1990,
7252,
62,
74,
1659,
544,
62,
3972,
62,
74,
488,
1437,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
1659,
544,
3256,
705,
5162,
64,
31028,
285,
5488,
3256,
705,
76,
8149,
321,
2454,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
111,
3256,
14873,
538,
1563,
82,
16193,
12762,
15363,
11,
828,
1438,
11639,
76,
49484,
2454,
435,
7745,
891,
2150,
64,
479,
576,
2022,
64,
3256,
31065,
11639,
76,
49484,
2454,
62,
7344,
88,
891,
2150,
64,
62,
74,
576,
2022,
64,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
576,
2022,
64,
3256,
705,
76,
8149,
321,
2454,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
115,
3256,
14873,
538,
1563,
82,
16193,
1065,
6659,
1129,
11,
828,
1438,
11639,
76,
69,
1092,
461,
7761,
2082,
334,
48796,
17027,
3256,
31065,
11639,
76,
69,
1092,
461,
7761,
62,
10247,
62,
23577,
268,
17027,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
1659,
544,
3256,
705,
23577,
268,
17027,
3256,
705,
76,
69,
1092,
461,
7761,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
249,
239,
3256,
14873,
538,
1563,
82,
16193,
2079,
2718,
11,
828,
1438,
11639,
2978,
4164,
72,
220,
2403,
8226,
12385,
13845,
282,
15498,
285,
732,
48722,
3256,
31065,
11639,
2978,
4164,
72,
62,
2403,
8226,
62,
2616,
62,
907,
282,
15498,
62,
76,
732,
48722,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
907,
282,
15498,
3256,
705,
2978,
4164,
72,
3256,
705,
74,
1659,
544,
3256,
705,
385,
78,
3256,
705,
907,
64,
4763,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
116,
3256,
14873,
538,
1563,
82,
16193,
12762,
10232,
11,
828,
1438,
11639,
65,
600,
72,
285,
42932,
1326,
3256,
31065,
11639,
65,
600,
72,
62,
76,
42932,
1326,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
77,
7639,
17027,
3256,
705,
74,
488,
14107,
461,
7761,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
36189,
3256,
14873,
538,
1563,
82,
16193,
12762,
34770,
11,
828,
1438,
11639,
76,
431,
293,
293,
17027,
3256,
31065,
11639,
76,
431,
293,
293,
17027,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
28121,
385,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
227,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
3324,
11,
828,
1438,
11639,
65,
15498,
479,
81,
1042,
17053,
3256,
31065,
11639,
65,
15498,
62,
38584,
1042,
17053,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
65,
15498,
3256,
705,
82,
1456,
258,
3256,
705,
77,
7639,
17027,
3256,
705,
38584,
1042,
17053,
3256,
705,
74,
488,
14107,
461,
7761,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
120,
3256,
14873,
538,
1563,
82,
16193,
12762,
17464,
11,
828,
1438,
11639,
16762,
2069,
285,
6081,
9232,
3256,
31065,
11639,
16762,
2069,
62,
76,
6081,
9232,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
385,
78,
3256,
705,
76,
6081,
9232,
3256,
705,
74,
488,
14107,
461,
7761,
3256,
705,
16762,
2069,
3256,
705,
77,
7639,
17027,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
228,
3256,
14873,
538,
1563,
82,
16193,
12762,
19880,
11,
828,
1438,
11639,
74,
2724,
5282,
514,
78,
3256,
31065,
11639,
74,
2724,
5282,
62,
385,
78,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
2724,
5282,
3256,
705,
76,
993,
7344,
3425,
499,
2069,
64,
289,
463,
7487,
1976,
259,
1031,
1219,
385,
7484,
12385,
10255,
521,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
229,
3256,
14873,
538,
1563,
82,
16193,
12762,
17059,
11,
828,
1438,
11639,
74,
2724,
1045,
299,
88,
732,
293,
3256,
31065,
11639,
74,
2724,
1045,
62,
3281,
732,
293,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
495,
2022,
78,
3256,
705,
74,
3541,
8590,
72,
3256,
705,
2724,
2178,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
108,
3256,
14873,
538,
1563,
82,
16193,
1065,
6659,
1065,
11,
828,
1438,
11639,
8482,
3971,
385,
72,
435,
7745,
1990,
7252,
673,
5031,
3256,
31065,
11639,
8482,
62,
9869,
385,
72,
62,
7344,
88,
1990,
7252,
62,
82,
2978,
64,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
8482,
3971,
385,
72,
3256,
705,
9869,
385,
72,
3256,
705,
82,
2978,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
247,
235,
3256,
14873,
538,
1563,
82,
16193,
12762,
44169,
11,
828,
1438,
11639,
16762,
84,
281,
323,
988,
403,
6592,
479,
541,
26436,
17792,
514,
78,
3256,
31065,
11639,
16762,
84,
62,
272,
323,
988,
403,
6592,
62,
74,
541,
26436,
62,
11693,
62,
385,
78,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
46019,
528,
10247,
3256,
705,
680,
3301,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
247,
236,
3256,
14873,
538,
1563,
82,
16193,
12762,
36993,
11,
828,
1438,
11639,
16762,
84,
435,
7745,
1765,
571,
312,
6413,
3095,
17902,
3256,
31065,
11639,
16762,
84,
62,
7344,
88,
1765,
571,
312,
6413,
62,
13602,
17902,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
65,
571,
312,
6413,
3095,
17902,
3256,
705,
680,
3301,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
247,
227,
3256,
14873,
538,
1563,
82,
16193,
12762,
48630,
11,
828,
1438,
11639,
16762,
84,
281,
48822,
1647,
274,
3099,
318,
71,
3301,
21349,
479,
2724,
1045,
64,
3256,
31065,
11639,
16762,
84,
62,
272,
48822,
1647,
274,
3099,
62,
680,
3301,
62,
3972,
62,
74,
2724,
1045,
64,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
82,
7745,
78,
3256,
705,
41826,
1031,
10247,
3256,
705,
680,
3301,
3256,
705,
3876,
3046,
33263,
3256,
705,
45897,
2271,
3256,
705,
28015,
29941,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
247,
228,
3256,
14873,
538,
1563,
82,
16193,
12762,
46044,
11,
828,
1438,
11639,
16762,
84,
281,
48822,
1647,
274,
3099,
318,
71,
3301,
21349,
479,
2724,
549,
7344,
3256,
31065,
11639,
16762,
84,
62,
272,
48822,
1647,
274,
3099,
62,
680,
3301,
62,
3972,
62,
74,
2724,
549,
7344,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
28015,
29941,
3256,
705,
680,
3301,
3256,
705,
82,
6909,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
223,
3256,
14873,
538,
1563,
82,
16193,
12762,
18741,
11,
828,
1438,
11639,
76,
71,
463,
388,
84,
281,
323,
316,
12162,
285,
3609,
293,
10872,
3256,
31065,
11639,
76,
71,
463,
388,
84,
62,
272,
323,
316,
12162,
62,
2611,
11129,
10872,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
28015,
29941,
3256,
705,
2611,
11129,
10872,
3256,
705,
272,
48822,
73,
1789,
5362,
3256,
705,
385,
1698,
528,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
247,
233,
3256,
14873,
538,
1563,
82,
16193,
12762,
44617,
11,
828,
1438,
11639,
16762,
84,
285,
21006,
5948,
9230,
12236,
34965,
5948,
259,
6413,
33480,
29941,
3256,
31065,
11639,
16762,
84,
62,
76,
21006,
5948,
62,
38916,
12236,
62,
7344,
5948,
259,
6413,
62,
28015,
29941,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
28015,
29941,
3256,
705,
259,
32176,
10247,
3256,
705,
38916,
12236,
3256,
705,
680,
3301,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
247,
229,
3256,
14873,
538,
1563,
82,
16193,
12762,
46239,
11,
828,
1438,
11639,
16762,
84,
34965,
5948,
259,
1689,
3256,
31065,
11639,
16762,
84,
62,
7344,
5948,
259,
1689,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
259,
1689,
3256,
705,
907,
321,
12236,
3256,
705,
680,
3301,
3256,
705,
37687,
993,
3216,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
247,
234,
3256,
14873,
538,
1563,
82,
16193,
12762,
39118,
11,
828,
1438,
11639,
16762,
84,
34965,
5948,
259,
6413,
285,
1134,
29941,
3256,
31065,
11639,
16762,
84,
62,
7344,
5948,
259,
6413,
62,
76,
1134,
29941,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
259,
32176,
10247,
3256,
705,
680,
3301,
3256,
705,
76,
86,
2403,
3256,
705,
1477,
648,
732,
3256,
705,
28015,
29941,
3256,
705,
45614,
1456,
258,
365,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
247,
237,
3256,
14873,
538,
1563,
82,
16193,
12762,
48952,
11,
828,
1438,
11639,
16762,
84,
435,
7745,
988,
403,
6592,
285,
1134,
29941,
3256,
31065,
11639,
16762,
84,
62,
7344,
88,
988,
403,
6592,
62,
76,
1134,
29941,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
680,
3301,
3256,
705,
2381,
64,
3256,
705,
83,
1878,
24411,
7344,
3256,
705,
76,
86,
2403,
3256,
705,
377,
23638,
3256,
705,
28015,
29941,
3256,
705,
8775,
68,
3256,
705,
259,
1689,
3256,
705,
28374,
73,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
20,
68,
18,
3256,
14873,
538,
1563,
82,
16193,
12762,
38783,
11,
828,
1438,
11639,
74,
488,
10247,
18967,
620,
8590,
1018,
388,
4496,
3256,
31065,
11639,
74,
488,
10247,
62,
5116,
620,
8590,
1018,
388,
4496,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
385,
78,
3256,
705,
74,
488,
10247,
3256,
705,
89,
2150,
388,
4496,
3256,
705,
74,
452,
32176,
3256,
705,
74,
10277,
2150,
388,
4496,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
97,
3256,
14873,
538,
1563,
82,
16193,
12762,
3064,
11,
828,
1438,
11639,
12807,
321,
84,
21349,
479,
488,
10247,
12385,
285,
397,
26470,
21349,
285,
28047,
479,
265,
9232,
479,
452,
32176,
3256,
31065,
11639,
12807,
321,
84,
62,
3972,
62,
74,
488,
10247,
62,
2616,
62,
76,
397,
26470,
62,
3972,
62,
16762,
84,
62,
41826,
9232,
62,
74,
452,
32176,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
12807,
321,
84,
21349,
479,
488,
10247,
12385,
285,
397,
26470,
21349,
285,
28047,
3256,
705,
74,
452,
32176,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
98,
3256,
14873,
538,
1563,
82,
16193,
1065,
6659,
486,
11,
828,
1438,
11639,
12807,
321,
84,
1976,
64,
479,
488,
10247,
12385,
285,
397,
26470,
21349,
285,
28047,
479,
265,
9232,
479,
452,
32176,
3256,
31065,
11639,
12807,
321,
84,
62,
4496,
62,
74,
488,
10247,
62,
2616,
62,
76,
397,
26470,
62,
3972,
62,
16762,
84,
62,
41826,
9232,
62,
74,
452,
32176,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
12807,
321,
84,
21349,
479,
488,
10247,
12385,
285,
397,
26470,
21349,
285,
28047,
3256,
705,
74,
452,
32176,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
114,
3256,
14873,
538,
1563,
82,
16193,
12762,
45214,
11,
828,
1438,
11639,
16762,
84,
281,
323,
316,
368,
1350,
64,
3256,
31065,
11639,
16762,
84,
62,
272,
323,
316,
368,
1350,
64,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
315,
368,
1350,
64,
3256,
705,
74,
315,
368,
1350,
64,
20810,
7344,
285,
5420,
84,
3256,
705,
11498,
1350,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
237,
225,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
2670,
11,
828,
1438,
11639,
28015,
14107,
544,
7285,
3256,
31065,
11639,
28015,
14107,
544,
7285,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
2022,
952,
1976,
64,
12422,
28485,
285,
533,
20942,
3256,
705,
74,
2724,
14107,
544,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
107,
3256,
14873,
538,
1563,
82,
16193,
12762,
16243,
11,
828,
1438,
11639,
8149,
707,
539,
266,
2271,
418,
1456,
258,
365,
64,
3256,
31065,
11639,
8149,
707,
539,
62,
49484,
418,
1456,
258,
365,
64,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
9854,
5330,
3256,
705,
76,
8149,
321,
365,
3256,
705,
907,
488,
2271,
3256,
705,
76,
2395,
4496,
288,
504,
72,
3256,
705,
82,
1134,
952,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
46900,
3256,
14873,
538,
1563,
82,
16193,
12762,
36720,
11,
828,
1438,
11639,
76,
49484,
2454,
435,
7745,
1990,
7252,
264,
47966,
281,
48822,
9766,
64,
339,
86,
3216,
3256,
31065,
11639,
76,
49484,
2454,
62,
7344,
88,
1990,
7252,
62,
82,
47966,
62,
272,
48822,
62,
11129,
64,
62,
6391,
3216,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
8482,
1077,
3301,
3256,
705,
82,
47966,
3256,
705,
76,
8149,
321,
2454,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
237,
3256,
14873,
538,
1563,
82,
16193,
12762,
21139,
11,
828,
1438,
11639,
10885,
84,
3256,
31065,
11639,
10885,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
8899,
268,
17027,
3256,
705,
76,
2454,
12385,
285,
365,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
239,
3256,
14873,
538,
1563,
82,
16193,
12762,
18781,
11,
828,
1438,
11639,
76,
2454,
12385,
285,
4649,
12385,
318,
71,
3301,
21349,
285,
726,
78,
3256,
31065,
11639,
76,
2454,
62,
2616,
62,
76,
4649,
62,
2616,
62,
680,
3301,
62,
3972,
62,
76,
726,
78,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
726,
78,
3256,
705,
8899,
268,
17027,
3256,
705,
76,
2454,
12385,
285,
365,
3256,
705,
929,
31110,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
103,
3256,
14873,
538,
1563,
82,
16193,
12762,
15801,
11,
828,
1438,
11639,
44769,
17517,
3256,
31065,
11639,
44769,
17517,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
65,
15498,
3256,
705,
76,
1689,
3256,
705,
16762,
2069,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
104,
3256,
14873,
538,
1563,
82,
16193,
12762,
15982,
11,
828,
1438,
11639,
76,
8149,
321,
2454,
12385,
285,
8149,
321,
365,
6514,
72,
3768,
1134,
2271,
285,
1134,
29941,
3256,
31065,
11639,
76,
8149,
321,
2454,
62,
2616,
62,
76,
8149,
321,
365,
62,
86,
7344,
3768,
1134,
2271,
62,
76,
1134,
29941,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
28015,
29941,
3256,
705,
1477,
1134,
17517,
3256,
705,
76,
8149,
321,
365,
3256,
705,
76,
2454,
12385,
285,
365,
3256,
705,
76,
8149,
321,
2454,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
105,
3256,
14873,
538,
1563,
82,
16193,
12762,
15711,
11,
828,
1438,
11639,
49484,
2454,
266,
707,
2403,
6514,
72,
3768,
1134,
2271,
285,
1134,
29941,
3256,
31065,
11639,
49484,
2454,
62,
86,
707,
2403,
62,
86,
7344,
3768,
1134,
2271,
62,
76,
1134,
29941,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
8149,
321,
2454,
3256,
705,
76,
2454,
12385,
285,
365,
3256,
705,
1477,
1134,
17517,
3256,
705,
8899,
34518,
3256,
705,
28015,
29941,
3256,
705,
89,
23130,
8182,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
255,
3256,
14873,
538,
1563,
82,
16193,
12762,
14454,
11,
828,
1438,
11639,
8149,
707,
539,
266,
707,
2403,
6514,
72,
3768,
1134,
2271,
285,
1134,
29941,
3256,
31065,
11639,
8149,
707,
539,
62,
86,
707,
2403,
62,
86,
7344,
3768,
1134,
2271,
62,
76,
1134,
29941,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
28015,
29941,
3256,
705,
1477,
1134,
17517,
3256,
705,
76,
8149,
321,
365,
3256,
705,
76,
2454,
12385,
285,
365,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
18,
21855,
3256,
14873,
538,
1563,
82,
16193,
16799,
33438,
11,
828,
1438,
11639,
782,
8590,
72,
257,
1437,
21349,
12,
16,
12,
17,
3256,
31065,
11639,
782,
8590,
72,
62,
42183,
62,
3972,
62,
16,
62,
17,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
69,
4224,
29615,
3256,
705,
76,
86,
505,
74,
5733,
3256,
705,
70,
31842,
3256,
705,
74,
571,
324,
346,
19388,
44805,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
18,
16072,
3256,
14873,
538,
1563,
82,
16193,
16799,
38565,
11,
828,
1438,
11639,
782,
8590,
72,
257,
1437,
21349,
12,
18,
3256,
31065,
11639,
782,
8590,
72,
62,
42183,
62,
3972,
62,
18,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
69,
4224,
29615,
3256,
705,
76,
86,
505,
74,
5733,
3256,
705,
70,
31842,
3256,
705,
74,
571,
324,
346,
19388,
44805,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
18,
16344,
3256,
14873,
538,
1563,
82,
16193,
16799,
39647,
11,
828,
1438,
11639,
782,
8590,
72,
257,
1437,
21349,
12,
19,
3256,
31065,
11639,
782,
8590,
72,
62,
42183,
62,
3972,
62,
19,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
69,
4224,
29615,
3256,
705,
76,
86,
505,
74,
5733,
3256,
705,
70,
31842,
3256,
705,
74,
571,
324,
346,
19388,
44805,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
18,
5036,
3256,
14873,
538,
1563,
82,
16193,
16799,
34808,
11,
828,
1438,
11639,
782,
8590,
72,
257,
1437,
21349,
12,
20,
3256,
31065,
11639,
782,
8590,
72,
62,
42183,
62,
3972,
62,
20,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
69,
4224,
29615,
3256,
705,
76,
86,
505,
74,
5733,
3256,
705,
70,
31842,
3256,
705,
74,
571,
324,
346,
19388,
44805,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
18,
487,
3256,
14873,
538,
1563,
82,
16193,
16799,
17032,
11,
828,
1438,
11639,
782,
8590,
72,
257,
1437,
21349,
12,
21,
3256,
31065,
11639,
782,
8590,
72,
62,
42183,
62,
3972,
62,
21,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
69,
4224,
29615,
3256,
705,
76,
86,
505,
74,
5733,
3256,
705,
70,
31842,
3256,
705,
74,
571,
324,
346,
19388,
44805,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
103,
3256,
14873,
538,
1563,
82,
16193,
12762,
17279,
11,
828,
1438,
11639,
25413,
32176,
220,
2403,
88,
313,
403,
680,
10247,
3256,
31065,
11639,
25413,
32176,
62,
2403,
88,
313,
403,
680,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
14664,
32176,
3256,
705,
25413,
32176,
1976,
64,
285,
1134,
29941,
3256,
705,
74,
571,
261,
10872,
3256,
705,
76,
86,
2403,
3256,
705,
28286,
19388,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
230,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
4761,
11,
828,
1438,
11639,
38439,
2305,
17792,
479,
8149,
4496,
18967,
620,
2577,
293,
365,
4496,
479,
1530,
2069,
3256,
31065,
11639,
38439,
2305,
62,
11693,
62,
74,
8149,
4496,
62,
5116,
620,
2577,
293,
365,
4496,
62,
74,
1530,
2069,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
38439,
2305,
3256,
705,
11129,
365,
4496,
3256,
705,
76,
86,
2403,
3256,
705,
28015,
29941,
3256,
705,
11693,
479,
8149,
4496,
3256,
705,
3281,
7487,
21349,
33480,
29941,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
231,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
4790,
11,
828,
1438,
11639,
38439,
2305,
17792,
479,
8149,
4496,
18967,
620,
2577,
293,
365,
4496,
479,
43640,
3256,
31065,
11639,
38439,
2305,
62,
11693,
62,
74,
8149,
4496,
62,
5116,
620,
2577,
293,
365,
4496,
62,
74,
43640,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
38439,
2305,
3256,
705,
11129,
365,
4496,
3256,
705,
76,
86,
2403,
3256,
705,
28015,
29941,
3256,
705,
11693,
479,
8149,
4496,
3256,
705,
3281,
7487,
21349,
33480,
29941,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
24583,
251,
3256,
14873,
538,
1563,
82,
16193,
24,
39251,
11,
828,
1438,
11639,
38439,
2305,
17792,
479,
8149,
4496,
18967,
620,
2577,
293,
365,
4496,
7544,
84,
3256,
31065,
11639,
38439,
2305,
62,
11693,
62,
74,
8149,
4496,
62,
5116,
620,
2577,
293,
365,
4496,
62,
73,
12303,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
38439,
2305,
3256,
705,
11129,
365,
4496,
3256,
705,
76,
86,
2403,
3256,
705,
28015,
29941,
3256,
705,
11693,
479,
8149,
4496,
3256,
705,
73,
12303,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
228,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
2154,
11,
828,
1438,
11639,
38439,
2305,
17792,
479,
8149,
4496,
18967,
620,
2577,
293,
365,
4496,
7544,
84,
479,
10247,
299,
88,
7487,
3256,
31065,
11639,
38439,
2305,
62,
11693,
62,
74,
8149,
4496,
62,
5116,
620,
2577,
293,
365,
4496,
62,
73,
12303,
62,
74,
10247,
62,
3281,
7487,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
38439,
2305,
3256,
705,
11129,
365,
4496,
3256,
705,
76,
86,
2403,
3256,
705,
28015,
29941,
3256,
705,
11693,
479,
8149,
4496,
3256,
705,
3281,
7487,
21349,
33480,
29941,
3256,
705,
73,
12303,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
35124,
3256,
14873,
538,
1563,
82,
16193,
12762,
26598,
11,
828,
1438,
11639,
38439,
2305,
17792,
479,
7246,
3256,
31065,
11639,
38439,
2305,
62,
11693,
62,
74,
7246,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
28015,
29941,
3256,
705,
38439,
2305,
3256,
705,
76,
86,
2403,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
229,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
4869,
11,
828,
1438,
11639,
38439,
2305,
17792,
479,
8149,
4496,
18967,
620,
2577,
293,
365,
4496,
442,
5362,
479,
10247,
299,
88,
7487,
3256,
31065,
11639,
38439,
2305,
62,
11693,
62,
74,
8149,
4496,
62,
5116,
620,
2577,
293,
365,
4496,
62,
45045,
62,
74,
10247,
62,
3281,
7487,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
38439,
2305,
3256,
705,
11129,
365,
4496,
3256,
705,
76,
86,
2403,
3256,
705,
28015,
29941,
3256,
705,
11693,
479,
8149,
4496,
3256,
705,
3281,
7487,
21349,
33480,
29941,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
26486,
234,
3256,
14873,
538,
1563,
82,
16193,
2079,
4846,
11,
828,
1438,
11639,
28015,
29941,
2082,
514,
71,
521,
72,
3256,
31065,
11639,
28015,
29941,
62,
10247,
62,
1530,
521,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
28015,
29941,
3256,
705,
85,
3256,
705,
1530,
521,
72,
3256,
705,
76,
86,
2403,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
45734,
3256,
14873,
538,
1563,
82,
16193,
12762,
29703,
11,
828,
1438,
11639,
680,
3301,
21349,
410,
12171,
3216,
3256,
31065,
11639,
680,
3301,
62,
3972,
62,
85,
12171,
3216,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
28015,
29941,
3256,
705,
2777,
11601,
3256,
705,
85,
12171,
3216,
3256,
705,
38439,
2305,
3256,
705,
76,
86,
2403,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
24,
1507,
3256,
14873,
538,
1563,
82,
16193,
18741,
21288,
11,
828,
1438,
11639,
680,
3301,
21349,
279,
368,
1350,
3256,
31065,
11639,
680,
3301,
62,
3972,
62,
79,
368,
1350,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
28015,
29941,
3256,
705,
2395,
4496,
3256,
705,
79,
368,
1350,
3256,
705,
38439,
2305,
3256,
705,
76,
86,
2403,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
36993,
3256,
14873,
538,
1563,
82,
16193,
1065,
5705,
405,
11,
828,
1438,
11639,
28015,
29941,
14856,
952,
259,
32176,
10247,
12385,
410,
312,
2305,
39796,
452,
88,
313,
272,
32176,
10247,
3256,
31065,
11639,
28015,
29941,
62,
377,
952,
259,
32176,
10247,
62,
2616,
62,
16921,
2305,
62,
2991,
452,
88,
313,
272,
32176,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
28015,
29941,
3256,
705,
38439,
2305,
3256,
705,
76,
86,
2403,
3256,
705,
38006,
32176,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
26486,
233,
3256,
14873,
538,
1563,
82,
16193,
2079,
3865,
11,
828,
1438,
11639,
28015,
29941,
14856,
952,
259,
32176,
10247,
3256,
31065,
11639,
28015,
29941,
62,
377,
952,
259,
32176,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
28015,
29941,
3256,
705,
76,
86,
2403,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
234,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
4304,
11,
828,
1438,
11639,
28015,
29941,
2082,
479,
84,
1647,
274,
3099,
285,
22651,
331,
25496,
427,
86,
2743,
3256,
31065,
11639,
28015,
29941,
62,
10247,
62,
23063,
1647,
274,
3099,
62,
76,
22651,
62,
88,
25496,
62,
1477,
86,
2743,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
28015,
29941,
3256,
705,
76,
86,
2403,
3256,
705,
82,
6909,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
235,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
3324,
11,
828,
1438,
11639,
67,
2305,
308,
2178,
64,
7544,
84,
3256,
31065,
11639,
67,
2305,
62,
70,
2178,
64,
62,
73,
12303,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
28015,
29941,
3256,
705,
70,
2178,
64,
3256,
705,
73,
12303,
3256,
705,
76,
86,
2403,
3256,
705,
16,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
236,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
3695,
11,
828,
1438,
11639,
67,
2305,
308,
2178,
64,
442,
5362,
3256,
31065,
11639,
67,
2305,
62,
70,
2178,
64,
62,
45045,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
28015,
29941,
3256,
705,
12,
16,
3256,
705,
70,
2178,
64,
3256,
705,
45045,
3256,
705,
76,
86,
2403,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
26486,
232,
3256,
14873,
538,
1563,
82,
16193,
2079,
5824,
11,
828,
1438,
11639,
782,
12994,
220,
2403,
8226,
259,
32176,
10247,
3256,
31065,
11639,
782,
12994,
62,
2403,
8226,
259,
32176,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
28015,
29941,
3256,
705,
782,
12994,
3256,
705,
28374,
6592,
23370,
12994,
3256,
705,
76,
86,
2403,
3256,
705,
74,
14378,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
232,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
4524,
11,
828,
1438,
11639,
782,
12994,
334,
4528,
88,
1647,
16426,
6391,
64,
3256,
31065,
11639,
782,
12994,
62,
377,
7745,
1647,
16426,
6391,
64,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
28015,
29941,
3256,
705,
782,
12994,
3256,
705,
28374,
6592,
23370,
12994,
3256,
705,
76,
86,
2403,
3256,
705,
74,
14378,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
233,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
2425,
11,
828,
1438,
11639,
28015,
29941,
555,
64,
404,
2150,
64,
3256,
31065,
11639,
28015,
29941,
62,
9613,
404,
2150,
64,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
28015,
29941,
3256,
705,
79,
2150,
64,
3256,
705,
74,
929,
2150,
64,
3256,
705,
76,
86,
2403,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
237,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
3720,
11,
828,
1438,
11639,
76,
1134,
29941,
287,
323,
404,
13827,
285,
461,
39542,
3256,
31065,
11639,
76,
1134,
29941,
62,
259,
323,
404,
13827,
62,
76,
461,
39542,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
28015,
29941,
3256,
705,
79,
13827,
285,
461,
39542,
3256,
705,
76,
86,
2403,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
238,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
1795,
11,
828,
1438,
11639,
76,
1134,
29941,
220,
2403,
88,
322,
7761,
3256,
31065,
11639,
76,
1134,
29941,
62,
2403,
88,
322,
7761,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
28015,
29941,
3256,
705,
86,
7761,
3256,
705,
76,
86,
2403,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
26486,
235,
3256,
14873,
538,
1563,
82,
16193,
2079,
5607,
11,
828,
1438,
11639,
28015,
29941,
555,
5488,
392,
9232,
3256,
31065,
11639,
28015,
29941,
62,
403,
5488,
392,
9232,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
28015,
29941,
3256,
705,
76,
86,
2403,
3256,
705,
392,
9232,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
227,
3256,
14873,
538,
1563,
82,
16193,
12762,
16945,
11,
828,
1438,
11639,
36985,
72,
21349,
479,
929,
8130,
479,
21006,
5948,
479,
48022,
3256,
31065,
11639,
36985,
72,
62,
3972,
62,
74,
929,
8130,
62,
74,
21006,
5948,
62,
74,
48022,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
36985,
72,
3256,
705,
74,
48022,
3256,
705,
28286,
4496,
3256,
705,
85,
541,
375,
8590,
72,
3256,
705,
1452,
70,
1734,
4496,
479,
48022,
3256,
705,
76,
86,
2403,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
224,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
2791,
11,
828,
1438,
11639,
82,
1134,
952,
3256,
31065,
11639,
82,
1134,
952,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
86,
2403,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
225,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
3134,
11,
828,
1438,
11639,
79,
6413,
3256,
31065,
11639,
79,
6413,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
86,
2403,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
96,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
2079,
11,
828,
1438,
11639,
3281,
323,
78,
3256,
31065,
11639,
3281,
323,
78,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
282,
1689,
3256,
705,
76,
615,
7761,
3256,
705,
76,
86,
2403,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
222,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
2414,
11,
828,
1438,
11639,
76,
43703,
3256,
31065,
11639,
76,
43703,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
38720,
3256,
705,
385,
78,
3256,
705,
76,
86,
2403,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
39710,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
2996,
11,
828,
1438,
11639,
73,
38720,
3256,
31065,
11639,
73,
38720,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
86,
2403,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
227,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
3388,
11,
828,
1438,
11639,
377,
25236,
3256,
31065,
11639,
377,
25236,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
86,
2403,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
226,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
3104,
11,
828,
1438,
11639,
76,
3438,
78,
3256,
31065,
11639,
76,
3438,
78,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
13602,
17902,
3256,
705,
76,
86,
2403,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
233,
3256,
14873,
538,
1563,
82,
16193,
12762,
20219,
11,
828,
1438,
11639,
282,
1689,
21349,
1323,
84,
3256,
31065,
11639,
282,
1689,
62,
3972,
62,
10885,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
726,
78,
3256,
705,
10885,
84,
3256,
705,
13602,
17902,
3256,
705,
282,
1689,
3256,
705,
8899,
268,
17027,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
246,
3256,
14873,
538,
1563,
82,
16193,
12762,
17827,
11,
828,
1438,
11639,
76,
726,
78,
334,
4528,
9654,
5948,
89,
10247,
285,
1477,
1000,
3256,
31065,
11639,
76,
726,
78,
62,
32176,
9654,
5948,
89,
10247,
62,
907,
71,
1000,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
907,
71,
1000,
3256,
705,
76,
726,
78,
3256,
705,
8899,
268,
17027,
3256,
705,
282,
1689,
21349,
3975,
268,
17027,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
32391,
97,
3256,
14873,
538,
1563,
82,
16193,
3064,
5705,
11,
828,
1438,
11639,
76,
726,
78,
285,
732,
74,
917,
84,
3256,
31065,
11639,
76,
726,
78,
62,
76,
732,
74,
917,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
726,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
241,
3256,
14873,
538,
1563,
82,
16193,
12762,
20198,
11,
828,
1438,
11639,
76,
726,
78,
555,
64,
375,
46535,
3256,
31065,
11639,
76,
726,
78,
62,
9613,
375,
46535,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
726,
78,
3256,
705,
74,
929,
13827,
3256,
705,
2022,
952,
3256,
705,
8899,
14031,
21349,
285,
726,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
242,
3256,
14873,
538,
1563,
82,
16193,
12762,
18294,
11,
828,
1438,
11639,
76,
726,
78,
334,
4528,
709,
403,
73,
9232,
3256,
31065,
11639,
76,
726,
78,
62,
377,
16664,
403,
73,
9232,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
726,
78,
3256,
705,
85,
403,
6592,
3256,
705,
85,
403,
73,
9232,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
243,
3256,
14873,
538,
1563,
82,
16193,
12762,
19442,
11,
828,
1438,
11639,
11632,
726,
78,
285,
14246,
2403,
3256,
31065,
11639,
11632,
726,
78,
62,
11632,
86,
2403,
3256,
37647,
28,
69,
305,
8247,
316,
7,
4895,
76,
726,
78,
6,
510,
31110,
20662,
36911,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
244,
3256,
14873,
538,
1563,
82,
16193,
1065,
6659,
1120,
11,
828,
1438,
2625,
76,
726,
78,
555,
64,
506,
6,
7252,
1600,
31065,
2625,
76,
726,
78,
62,
9613,
506,
6,
7252,
1600,
37647,
28,
69,
305,
8247,
316,
15090,
6,
38916,
993,
544,
3256,
705,
76,
726,
78,
3256,
705,
4164,
321,
17167,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
245,
3256,
14873,
538,
1563,
82,
16193,
12762,
24309,
11,
828,
1438,
11639,
76,
726,
78,
334,
64,
482,
6413,
3256,
31065,
11639,
76,
726,
78,
62,
6413,
482,
6413,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
3256,
705,
9776,
72,
9776,
72,
3256,
705,
3149,
64,
14031,
21349,
285,
726,
78,
3256,
705,
38916,
993,
544,
3256,
705,
74,
2724,
6413,
3256,
705,
76,
726,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
247,
3256,
14873,
538,
1563,
82,
16193,
12762,
21395,
11,
828,
1438,
11639,
76,
726,
78,
21349,
6072,
707,
7246,
3256,
31065,
11639,
76,
726,
78,
62,
3972,
62,
37687,
707,
7246,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
726,
78,
3256,
705,
37687,
707,
7246,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
248,
3256,
14873,
538,
1563,
82,
16193,
12762,
21526,
11,
828,
1438,
11639,
76,
726,
78,
2082,
479,
2926,
3216,
3256,
31065,
11639,
76,
726,
78,
62,
10247,
62,
74,
2926,
3216,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
726,
78,
3256,
705,
74,
2926,
3216,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
249,
3256,
14873,
538,
1563,
82,
16193,
12762,
18742,
11,
828,
1438,
11639,
76,
726,
78,
2082,
582,
73,
5733,
3256,
31065,
11639,
76,
726,
78,
62,
10247,
62,
805,
73,
5733,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
726,
78,
3256,
705,
805,
73,
5733,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
250,
3256,
14873,
538,
1563,
82,
16193,
12762,
21599,
11,
828,
1438,
11639,
76,
726,
78,
2082,
1976,
4131,
283,
559,
3256,
31065,
11639,
76,
726,
78,
62,
10247,
62,
89,
4131,
283,
559,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
726,
78,
3256,
705,
89,
4131,
283,
559,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
251,
3256,
14873,
538,
1563,
82,
16193,
12762,
18458,
11,
828,
1438,
11639,
76,
726,
78,
14856,
952,
69,
2150,
10247,
479,
10247,
220,
1133,
431,
3256,
31065,
11639,
76,
726,
78,
62,
377,
952,
69,
2150,
10247,
62,
74,
10247,
62,
1133,
431,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
726,
78,
3256,
705,
1133,
431,
3256,
705,
2100,
298,
500,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
252,
3256,
14873,
538,
1563,
82,
16193,
12762,
21273,
11,
828,
1438,
11639,
11632,
726,
78,
287,
323,
8590,
2150,
14852,
3256,
31065,
11639,
11632,
726,
78,
62,
259,
323,
8590,
2150,
14852,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
726,
78,
3256,
705,
74,
10277,
2150,
14852,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
253,
3256,
14873,
538,
1563,
82,
16193,
12762,
19707,
11,
828,
1438,
11639,
8899,
22651,
21349,
285,
726,
78,
3256,
31065,
11639,
8899,
22651,
62,
3972,
62,
76,
726,
78,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
726,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
32391,
96,
3256,
14873,
538,
1563,
82,
16193,
3064,
5999,
11,
828,
1438,
11639,
79,
22651,
8591,
285,
726,
78,
14856,
952,
12385,
435,
1689,
21349,
285,
1477,
648,
5488,
3256,
31065,
11639,
79,
22651,
62,
5031,
62,
76,
726,
78,
62,
377,
952,
62,
2616,
62,
282,
1689,
62,
3972,
62,
907,
33255,
5488,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
726,
78,
3256,
705,
282,
1689,
3256,
705,
907,
33255,
5488,
3256,
705,
84,
461,
361,
680,
26436,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
234,
3256,
14873,
538,
1563,
82,
16193,
12762,
15187,
11,
828,
1438,
11639,
5657,
6413,
21349,
3975,
268,
17027,
3256,
31065,
11639,
5657,
6413,
62,
3972,
62,
8899,
268,
17027,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
726,
78,
3256,
705,
8899,
268,
17027,
3256,
705,
5657,
6413,
3256,
705,
929,
31110,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
97,
3256,
14873,
538,
1563,
82,
16193,
12762,
23237,
11,
828,
1438,
11639,
3500,
528,
72,
3256,
31065,
11639,
3500,
528,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
571,
261,
10872,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
95,
3256,
14873,
538,
1563,
82,
16193,
12762,
25061,
11,
828,
1438,
11639,
282,
1689,
21349,
468,
8704,
3256,
31065,
11639,
282,
1689,
62,
3972,
62,
10134,
8704,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
10134,
8704,
3256,
705,
74,
571,
261,
10872,
3256,
705,
456,
324,
5976,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
96,
3256,
14873,
538,
1563,
82,
16193,
12762,
24136,
11,
828,
1438,
11639,
65,
296,
84,
3256,
31065,
11639,
65,
296,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
571,
261,
10872,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
98,
3256,
14873,
538,
1563,
82,
16193,
12762,
20986,
11,
828,
1438,
11639,
11296,
506,
5733,
3256,
31065,
11639,
11296,
506,
5733,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
571,
261,
10872,
3256,
705,
4029,
952,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
99,
3256,
14873,
538,
1563,
82,
16193,
12762,
23055,
11,
828,
1438,
11639,
6759,
505,
21349,
474,
1077,
78,
3256,
31065,
11639,
6759,
505,
62,
3972,
62,
73,
1077,
78,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
571,
261,
10872,
3256,
705,
6759,
505,
3256,
705,
73,
1077,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
101,
3256,
14873,
538,
1563,
82,
16193,
12762,
14656,
11,
828,
1438,
11639,
74,
7456,
30447,
19388,
3256,
31065,
11639,
74,
7456,
30447,
19388,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
67,
12144,
3256,
705,
74,
571,
261,
10872,
3256,
705,
74,
2724,
14107,
544,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
104,
3256,
14873,
538,
1563,
82,
16193,
12762,
27192,
11,
828,
1438,
11639,
74,
528,
2150,
10277,
2150,
84,
3256,
31065,
11639,
74,
528,
2150,
10277,
2150,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
3281,
4265,
3256,
705,
74,
571,
261,
10872,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
105,
3256,
14873,
538,
1563,
82,
16193,
12762,
23628,
11,
828,
1438,
11639,
15813,
3046,
68,
17792,
779,
11632,
3256,
31065,
11639,
15813,
3046,
68,
62,
11693,
62,
1904,
11632,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
1031,
2150,
388,
10872,
3256,
705,
74,
571,
261,
10872,
3256,
705,
1996,
78,
3256,
705,
680,
3301,
3256,
705,
1904,
11632,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
20,
68,
23,
3256,
14873,
538,
1563,
82,
16193,
12762,
33646,
11,
828,
1438,
11639,
15813,
3046,
68,
17792,
779,
11632,
17792,
479,
1530,
2069,
3256,
31065,
11639,
15813,
3046,
68,
62,
11693,
62,
1904,
11632,
62,
11693,
62,
74,
1530,
2069,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
1031,
2150,
388,
10872,
3256,
705,
1904,
11632,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
20,
891,
3256,
14873,
538,
1563,
82,
16193,
12762,
33781,
11,
828,
1438,
11639,
15813,
3046,
68,
17792,
779,
11632,
2082,
468,
8704,
17792,
479,
43640,
3256,
31065,
11639,
15813,
3046,
68,
62,
11693,
62,
1904,
11632,
62,
10247,
62,
10134,
8704,
62,
11693,
62,
74,
43640,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
10134,
8704,
3256,
705,
1996,
78,
3256,
705,
680,
3301,
3256,
705,
456,
324,
5976,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
255,
3256,
14873,
538,
1563,
82,
16193,
12762,
25399,
11,
828,
1438,
11639,
15813,
3046,
68,
17792,
285,
707,
44299,
3256,
31065,
11639,
15813,
3046,
68,
62,
11693,
62,
76,
707,
44299,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
86,
44299,
3256,
705,
74,
571,
261,
10872,
3256,
705,
1996,
78,
3256,
705,
680,
3301,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
241,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
5999,
11,
828,
1438,
11639,
11632,
86,
3216,
3256,
31065,
11639,
11632,
86,
3216,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
38720,
3256,
705,
76,
1872,
86,
3216,
3256,
705,
76,
615,
7761,
3256,
705,
11632,
86,
3216,
21349,
3235,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
37452,
3256,
14873,
538,
1563,
82,
16193,
12762,
31020,
11,
828,
1438,
11639,
11632,
86,
3216,
21349,
474,
6413,
3256,
31065,
11639,
11632,
86,
3216,
62,
3972,
62,
73,
6413,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
38720,
3256,
705,
3281,
27650,
72,
3256,
705,
11632,
86,
3216,
21349,
3235,
78,
3256,
705,
11632,
86,
3216,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
242,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
5705,
11,
828,
1438,
11639,
83,
1872,
3256,
31065,
11639,
83,
1872,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
615,
7761,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
243,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
5332,
11,
828,
1438,
11639,
913,
2271,
3256,
31065,
11639,
913,
2271,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
615,
7761,
3256,
705,
1477,
7246,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
244,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
4521,
11,
828,
1438,
11639,
11793,
723,
72,
21349,
474,
259,
17027,
3256,
31065,
11639,
11793,
723,
72,
62,
3972,
62,
18594,
17027,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
615,
7761,
3256,
705,
11793,
723,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
245,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
5774,
11,
828,
1438,
11639,
782,
20895,
3256,
31065,
11639,
782,
20895,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
615,
7761,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
246,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
3459,
11,
828,
1438,
11639,
74,
20473,
78,
3256,
31065,
11639,
74,
20473,
78,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
615,
7761,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
247,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
4531,
11,
828,
1438,
11639,
65,
35542,
3256,
31065,
11639,
65,
35542,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
20895,
469,
293,
64,
3256,
705,
76,
615,
7761,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
248,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
3829,
11,
828,
1438,
11639,
782,
20895,
1976,
64,
266,
272,
707,
539,
3256,
31065,
11639,
782,
20895,
62,
4496,
62,
8149,
707,
539,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
8149,
321,
365,
3256,
705,
76,
615,
7761,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
249,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
6420,
11,
828,
1438,
11639,
74,
571,
316,
72,
3256,
31065,
11639,
74,
571,
316,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
82,
283,
1878,
84,
3256,
705,
76,
615,
7761,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
250,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
5892,
11,
828,
1438,
11639,
76,
69,
29794,
3256,
31065,
11639,
76,
69,
29794,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
615,
7761,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
251,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
6052,
11,
828,
1438,
11639,
74,
541,
5374,
72,
3256,
31065,
11639,
74,
541,
5374,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
615,
7761,
3256,
705,
28015,
19981,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
21,
10210,
3256,
14873,
538,
1563,
82,
16193,
1065,
5774,
1558,
11,
828,
1438,
11639,
76,
361,
29794,
21349,
479,
549,
1765,
64,
8406,
3099,
64,
26605,
4763,
21349,
479,
403,
403,
6413,
3256,
31065,
11639,
76,
361,
29794,
62,
3972,
62,
74,
549,
1765,
64,
62,
14065,
3099,
64,
62,
7012,
4763,
62,
3972,
62,
28374,
403,
6413,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
403,
403,
10277,
72,
3256,
705,
8940,
43733,
3256,
705,
28015,
19981,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
240,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
3829,
11,
828,
1438,
11639,
76,
69,
29794,
2082,
427,
377,
43850,
3256,
31065,
11639,
76,
69,
29794,
62,
10247,
62,
1477,
377,
43850,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
1477,
2261,
3256,
705,
1350,
12397,
3256,
705,
28015,
19981,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
252,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
5824,
11,
828,
1438,
11639,
4106,
33419,
17792,
266,
2271,
2454,
3256,
31065,
11639,
4106,
33419,
62,
11693,
62,
49484,
2454,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
4106,
33419,
3256,
705,
76,
615,
7761,
3256,
705,
76,
8149,
321,
2454,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
253,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
3865,
11,
828,
1438,
11639,
4106,
33419,
17792,
479,
2724,
14107,
544,
3256,
31065,
11639,
4106,
33419,
62,
11693,
62,
74,
2724,
14107,
544,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
81,
15498,
21349,
479,
2724,
14107,
544,
3256,
705,
2022,
952,
3256,
705,
4106,
33419,
3256,
705,
76,
615,
7761,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
254,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
4846,
11,
828,
1438,
11639,
4106,
33419,
269,
831,
5948,
479,
271,
328,
2879,
479,
557,
20942,
3256,
31065,
11639,
4106,
33419,
62,
6607,
5948,
62,
74,
271,
328,
2879,
62,
74,
557,
20942,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
8149,
321,
365,
3256,
705,
4106,
33419,
3256,
705,
76,
615,
7761,
3256,
705,
74,
271,
328,
2879,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
94,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
5607,
11,
828,
1438,
11639,
358,
3301,
21349,
285,
8149,
321,
365,
3256,
31065,
11639,
358,
3301,
62,
3972,
62,
76,
8149,
321,
365,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
8149,
321,
365,
3256,
705,
4106,
33419,
3256,
705,
76,
615,
7761,
3256,
705,
358,
3301,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
95,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
4089,
11,
828,
1438,
11639,
4360,
72,
8591,
285,
8149,
321,
365,
3256,
31065,
11639,
4360,
72,
62,
5031,
62,
76,
8149,
321,
365,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
4360,
72,
3256,
705,
76,
8149,
321,
365,
3256,
705,
4106,
33419,
3256,
705,
76,
615,
7761,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
239,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
6659,
11,
828,
1438,
11639,
83,
26436,
3256,
31065,
11639,
83,
26436,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
971,
544,
3256,
705,
76,
615,
7761,
3256,
705,
76,
42932,
1326,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41840,
240,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
6469,
11,
828,
1438,
11639,
74,
1659,
544,
21349,
285,
8149,
321,
365,
3256,
31065,
11639,
74,
1659,
544,
62,
3972,
62,
76,
8149,
321,
365,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
1659,
544,
3256,
705,
76,
8149,
321,
365,
3256,
705,
76,
615,
7761,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
102,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
1485,
11,
828,
1438,
11639,
74,
1659,
544,
21349,
285,
8149,
321,
2454,
3256,
31065,
11639,
74,
1659,
544,
62,
3972,
62,
76,
8149,
321,
2454,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
1659,
544,
3256,
705,
76,
615,
7761,
3256,
705,
73,
12303,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
241,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
6420,
11,
828,
1438,
11639,
74,
1659,
544,
287,
323,
709,
7344,
10247,
479,
21006,
5948,
673,
260,
258,
1976,
64,
479,
7456,
270,
320,
84,
12422,
17902,
3256,
31065,
11639,
74,
1659,
544,
62,
259,
323,
709,
7344,
10247,
62,
74,
21006,
5948,
62,
82,
1456,
258,
62,
4496,
62,
74,
7456,
270,
320,
84,
62,
5356,
17902,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
1659,
544,
3256,
705,
17945,
320,
84,
3256,
705,
76,
615,
7761,
3256,
705,
45614,
1456,
258,
365,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
19,
487,
3256,
14873,
538,
1563,
82,
16193,
12762,
13381,
11,
828,
1438,
11639,
1477,
16484,
1976,
64,
17266,
2381,
72,
3256,
31065,
11639,
1477,
16484,
62,
4496,
62,
2611,
2381,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
28015,
3046,
84,
3256,
705,
2381,
72,
3256,
705,
67,
5362,
3256,
705,
76,
615,
7761,
3256,
705,
1477,
16484,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
226,
3256,
14873,
538,
1563,
82,
16193,
12762,
19924,
11,
828,
1438,
11639,
36985,
72,
21349,
3095,
17902,
3256,
31065,
11639,
36985,
72,
62,
3972,
62,
13602,
17902,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
85,
541,
375,
8590,
72,
3256,
705,
495,
2022,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
235,
3256,
14873,
538,
1563,
82,
16193,
12762,
23756,
11,
828,
1438,
11639,
6449,
68,
3256,
31065,
11639,
6449,
68,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
282,
5356,
72,
3256,
705,
8899,
268,
17027,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
236,
3256,
14873,
538,
1563,
82,
16193,
12762,
23726,
11,
828,
1438,
11639,
74,
10094,
3256,
31065,
11639,
74,
10094,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
282,
5356,
72,
3256,
705,
8899,
268,
17027,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
238,
113,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
4310,
11,
828,
1438,
11639,
385,
78,
2082,
256,
2178,
2403,
3256,
31065,
11639,
385,
78,
62,
10247,
62,
83,
2178,
2403,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
385,
78,
3256,
705,
83,
2178,
2403,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
238,
114,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
4051,
11,
828,
1438,
11639,
385,
78,
2082,
285,
65,
10247,
3256,
31065,
11639,
385,
78,
62,
10247,
62,
2022,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
3281,
1689,
479,
541,
268,
17027,
3256,
705,
385,
78,
3256,
705,
2022,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
238,
243,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
2481,
11,
828,
1438,
11639,
2022,
10247,
3256,
31065,
11639,
2022,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
3281,
1689,
479,
541,
268,
17027,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
238,
102,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
3901,
11,
828,
1438,
11639,
74,
2926,
571,
10247,
3256,
31065,
11639,
74,
2926,
571,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
2022,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
238,
118,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
3365,
11,
828,
1438,
11639,
385,
78,
2082,
285,
65,
10247,
285,
86,
34272,
3256,
31065,
11639,
385,
78,
62,
10247,
62,
2022,
10247,
62,
76,
86,
34272,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
385,
78,
3256,
705,
2022,
10247,
285,
86,
34272,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
238,
109,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
2920,
11,
828,
1438,
11639,
385,
78,
2082,
279,
8130,
3256,
31065,
11639,
385,
78,
62,
10247,
62,
79,
8130,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
3281,
1689,
479,
541,
268,
17027,
3256,
705,
79,
8130,
3256,
705,
385,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
238,
230,
3256,
14873,
538,
1563,
82,
16193,
1065,
7410,
23,
11,
828,
1438,
11639,
79,
8130,
3256,
31065,
11639,
79,
8130,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
3281,
1689,
479,
541,
268,
17027,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
4089,
16,
3256,
14873,
538,
1563,
82,
16193,
18741,
29416,
11,
828,
1438,
11639,
385,
78,
2082,
985,
7012,
3256,
31065,
11639,
385,
78,
62,
10247,
62,
14323,
7012,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
3256,
705,
385,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
238,
107,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
2857,
11,
828,
1438,
11639,
385,
78,
2082,
442,
9019,
1465,
544,
3256,
31065,
11639,
385,
78,
62,
10247,
62,
354,
9019,
62,
76,
17517,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
385,
78,
3256,
705,
354,
9019,
1465,
544,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
238,
112,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
4309,
11,
828,
1438,
11639,
385,
78,
2082,
1290,
17053,
3256,
31065,
11639,
385,
78,
62,
10247,
62,
16370,
17053,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
385,
78,
3256,
705,
16370,
17053,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
238,
236,
3256,
14873,
538,
1563,
82,
16193,
12762,
28645,
11,
828,
1438,
11639,
16370,
17053,
3256,
31065,
11639,
16370,
17053,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
1077,
521,
5733,
3256,
705,
23063,
437,
274,
3099,
1290,
17053,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
4089,
19,
3256,
14873,
538,
1563,
82,
16193,
1065,
5824,
1065,
11,
828,
1438,
11639,
385,
78,
2082,
285,
3281,
1689,
479,
1689,
1290,
17053,
285,
21006,
5948,
279,
368,
1350,
6941,
6592,
3256,
31065,
11639,
385,
78,
62,
10247,
62,
76,
3281,
1689,
62,
74,
1689,
62,
16370,
17053,
62,
76,
21006,
5948,
62,
79,
368,
1350,
62,
5908,
6592,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
385,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
238,
106,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
3510,
11,
828,
1438,
2625,
385,
78,
2082,
23370,
6,
296,
1350,
1600,
31065,
2625,
385,
78,
62,
10247,
62,
782,
6,
296,
1350,
1600,
37647,
28,
69,
305,
8247,
316,
15090,
6,
385,
78,
3256,
366,
782,
6,
296,
1350,
20662,
36911,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
238,
224,
3256,
14873,
538,
1563,
82,
16193,
1065,
7410,
17,
11,
828,
1438,
11639,
76,
4730,
1872,
3256,
31065,
11639,
76,
4730,
1872,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
69,
993,
7344,
3256,
705,
89,
23130,
8182,
3256,
705,
782,
3256,
705,
296,
1350,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
238,
225,
3256,
14873,
538,
1563,
82,
16193,
1065,
7410,
18,
11,
828,
1438,
11639,
3281,
7246,
3256,
31065,
11639,
3281,
7246,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
26436,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
238,
115,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
2816,
11,
828,
1438,
11639,
385,
78,
2082,
23370,
14717,
732,
3256,
31065,
11639,
385,
78,
62,
10247,
62,
782,
14717,
732,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
782,
14717,
732,
3256,
705,
385,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
238,
244,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
1828,
11,
828,
1438,
11639,
782,
14717,
732,
3256,
31065,
11639,
782,
14717,
732,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
782,
14717,
732,
474,
522,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
238,
245,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
1954,
11,
828,
1438,
11639,
385,
78,
2082,
23370,
14717,
732,
288,
2454,
3256,
31065,
11639,
385,
78,
62,
10247,
62,
782,
14717,
732,
62,
67,
2454,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
782,
14717,
732,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
238,
121,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
5333,
11,
828,
1438,
11639,
79,
6413,
8591,
23370,
14717,
732,
3256,
31065,
11639,
79,
6413,
62,
5031,
62,
782,
14717,
732,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
79,
6413,
3256,
705,
385,
78,
3256,
705,
782,
14717,
732,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
238,
237,
3256,
14873,
538,
1563,
82,
16193,
12762,
25150,
11,
828,
1438,
11639,
74,
623,
2238,
288,
2454,
3256,
31065,
11639,
74,
623,
2238,
62,
67,
2454,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
623,
2238,
3256,
705,
89,
23130,
8182,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
238,
238,
3256,
14873,
538,
1563,
82,
16193,
12762,
27037,
11,
828,
1438,
11639,
2022,
10277,
72,
3256,
31065,
11639,
2022,
10277,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
89,
23130,
8182,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
238,
103,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
3682,
11,
828,
1438,
11639,
782,
49442,
3256,
31065,
11639,
782,
49442,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
77,
917,
84,
3256,
705,
782,
49442,
285,
21006,
5948,
299,
917,
84,
6941,
6592,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
238,
104,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
3559,
11,
828,
1438,
11639,
782,
49442,
285,
21006,
5948,
16081,
88,
25162,
410,
14246,
2403,
3256,
31065,
11639,
782,
49442,
62,
76,
21006,
5948,
62,
85,
571,
88,
25162,
62,
8903,
86,
2403,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
782,
49442,
3256,
705,
77,
917,
84,
3256,
705,
782,
49442,
285,
21006,
5948,
299,
917,
84,
285,
65,
2403,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
238,
246,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
1731,
11,
828,
1438,
11639,
358,
709,
84,
3256,
31065,
11639,
358,
709,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
11498,
2127,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
238,
255,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
2231,
11,
828,
1438,
11639,
385,
78,
2082,
279,
34183,
3256,
31065,
11639,
385,
78,
62,
10247,
62,
79,
34183,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
385,
78,
3256,
705,
79,
34183,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
238,
117,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
3553,
11,
828,
1438,
11639,
385,
78,
2082,
809,
23063,
3256,
31065,
11639,
385,
78,
62,
10247,
62,
65,
33263,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
3281,
1689,
479,
541,
268,
17027,
3256,
705,
385,
78,
3256,
705,
65,
33263,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
238,
108,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
2780,
11,
828,
1438,
11639,
385,
78,
2082,
23568,
5330,
3256,
31065,
11639,
385,
78,
62,
10247,
62,
9854,
5330,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
9854,
5330,
3256,
705,
10295,
323,
1689,
479,
541,
268,
17027,
3256,
705,
385,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
238,
229,
3256,
14873,
538,
1563,
82,
16193,
1065,
7410,
22,
11,
828,
1438,
11639,
9854,
5330,
3256,
31065,
11639,
9854,
5330,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
10295,
323,
1689,
479,
541,
268,
17027,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
238,
119,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
3270,
11,
828,
1438,
11639,
385,
78,
2082,
10873,
84,
3256,
31065,
11639,
385,
78,
62,
10247,
62,
67,
549,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
65,
463,
84,
3256,
705,
385,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
238,
101,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
1821,
11,
828,
1438,
11639,
7204,
6081,
3256,
31065,
11639,
7204,
6081,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
67,
549,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
238,
120,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
1899,
11,
828,
1438,
11639,
385,
78,
2082,
279,
5282,
3256,
31065,
11639,
385,
78,
62,
10247,
62,
79,
5282,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
385,
78,
3256,
705,
79,
5282,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
238,
122,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
5237,
11,
828,
1438,
11639,
3281,
323,
78,
1976,
64,
285,
3281,
1689,
3256,
31065,
11639,
3281,
323,
78,
62,
4496,
62,
76,
3281,
1689,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
3281,
323,
78,
3256,
705,
3281,
323,
78,
1976,
268,
5948,
285,
461,
48022,
3256,
705,
282,
1689,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
238,
241,
3256,
14873,
538,
1563,
82,
16193,
12762,
30484,
11,
828,
1438,
11639,
73,
519,
2238,
3256,
31065,
11639,
73,
519,
2238,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
320,
8482,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
238,
96,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
2327,
11,
828,
1438,
11639,
74,
361,
283,
16484,
18967,
43703,
648,
32176,
10247,
3256,
31065,
11639,
74,
361,
283,
16484,
62,
5116,
43703,
648,
32176,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
361,
283,
16484,
3256,
705,
16762,
2069,
3256,
705,
23063,
648,
32176,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
238,
97,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
2623,
11,
828,
1438,
11639,
74,
361,
283,
16484,
3256,
31065,
11639,
74,
361,
283,
16484,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
16762,
2069,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
238,
98,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
2718,
11,
828,
1438,
11639,
74,
361,
283,
16484,
18967,
620,
313,
1031,
1689,
285,
1350,
293,
3256,
31065,
11639,
74,
361,
283,
16484,
62,
5116,
620,
313,
1031,
1689,
62,
76,
1350,
293,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
361,
283,
16484,
3256,
705,
16762,
2069,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
4051,
64,
3256,
14873,
538,
1563,
82,
16193,
1065,
5999,
1270,
11,
828,
1438,
11639,
77,
7285,
10247,
3256,
31065,
11639,
77,
7285,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
79,
7252,
3256,
705,
321,
3216,
3256,
705,
358,
68,
469,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
238,
116,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
3980,
11,
828,
1438,
11639,
385,
78,
2082,
442,
5330,
3256,
31065,
11639,
385,
78,
62,
10247,
62,
354,
5330,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
385,
78,
3256,
705,
354,
5330,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
238,
95,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
2682,
11,
828,
1438,
11639,
76,
42871,
479,
5910,
3256,
31065,
11639,
76,
42871,
62,
74,
5910,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
5910,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
238,
235,
3256,
14873,
538,
1563,
82,
16193,
12762,
30273,
11,
828,
1438,
11639,
3281,
17411,
3256,
31065,
11639,
3281,
17411,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
67,
549,
84,
3256,
705,
404,
488,
17053,
3256,
705,
73,
17411,
3256,
705,
89,
23130,
8182,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
238,
110,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
1120,
11,
828,
1438,
11639,
385,
78,
2082,
10441,
72,
3256,
31065,
11639,
385,
78,
62,
10247,
62,
14844,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
14844,
72,
3256,
705,
385,
78,
3256,
705,
74,
488,
14107,
461,
7761,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
238,
231,
3256,
14873,
538,
1563,
82,
16193,
1065,
7410,
24,
11,
828,
1438,
11639,
14844,
72,
3256,
31065,
11639,
14844,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
488,
14107,
461,
7761,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
238,
111,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
4349,
11,
828,
1438,
11639,
3281,
648,
12994,
281,
2794,
46213,
16486,
72,
3256,
31065,
11639,
3281,
648,
12994,
62,
272,
2794,
46213,
62,
76,
26436,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
333,
46213,
3256,
705,
385,
78,
3256,
705,
3281,
648,
12994,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
238,
105,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
2598,
11,
828,
1438,
11639,
79,
47265,
78,
3256,
31065,
11639,
79,
47265,
78,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
1134,
29941,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
238,
253,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
3132,
11,
828,
1438,
11639,
37687,
8182,
3256,
31065,
11639,
37687,
8182,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
89,
23130,
8182,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
238,
254,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
2624,
11,
828,
1438,
11639,
37687,
8182,
2082,
14673,
5580,
3256,
31065,
11639,
37687,
8182,
62,
10247,
62,
48385,
5580,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
48385,
1134,
7344,
3256,
705,
37687,
8182,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
238,
94,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
2091,
11,
828,
1438,
11639,
42183,
21349,
6072,
8182,
3256,
31065,
11639,
42183,
62,
3972,
62,
37687,
8182,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
37687,
8182,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
238,
248,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
2075,
11,
828,
1438,
11639,
74,
296,
1350,
8591,
285,
89,
2150,
29794,
3256,
31065,
11639,
74,
296,
1350,
62,
5031,
62,
76,
89,
2150,
29794,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
89,
2150,
29794,
3256,
705,
74,
296,
1350,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
40022,
3256,
14873,
538,
1563,
82,
16193,
18741,
26200,
11,
828,
1438,
11639,
4914,
64,
3256,
31065,
11639,
4914,
64,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
89,
23130,
8182,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
238,
250,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
2078,
11,
828,
1438,
11639,
82,
544,
20942,
3256,
31065,
11639,
82,
544,
20942,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
9132,
463,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
238,
251,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
1959,
11,
828,
1438,
11639,
3281,
11308,
3256,
31065,
11639,
3281,
11308,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
9132,
463,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
238,
252,
3256,
14873,
538,
1563,
82,
16193,
1065,
1795,
1270,
11,
828,
1438,
11639,
74,
2381,
321,
86,
12125,
3256,
31065,
11639,
74,
2381,
321,
86,
12125,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
9132,
463,
84,
3256,
705,
76,
38396,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
49447,
3256,
14873,
538,
1563,
82,
16193,
1065,
5999,
2425,
11,
828,
1438,
11639,
11110,
571,
9019,
3256,
31065,
11639,
11110,
571,
9019,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
9132,
463,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
38907,
3256,
14873,
538,
1563,
82,
16193,
12762,
32128,
11,
828,
1438,
11639,
83,
392,
397,
9019,
3256,
31065,
11639,
83,
392,
397,
9019,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
11110,
571,
9019,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
4089,
17,
3256,
14873,
538,
1563,
82,
16193,
1065,
5824,
940,
11,
828,
1438,
2625,
782,
6,
68,
1600,
31065,
2625,
782,
6,
68,
1600,
37647,
28,
69,
305,
8247,
316,
15090,
6,
89,
23130,
8182,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
238,
3256,
14873,
538,
1563,
82,
16193,
12762,
18444,
11,
828,
1438,
11639,
1477,
4763,
8591,
285,
559,
64,
3256,
31065,
11639,
1477,
4763,
62,
5031,
62,
76,
559,
64,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
6413,
3256,
705,
76,
1326,
64,
3256,
705,
8899,
268,
17027,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
234,
116,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
405,
11,
828,
1438,
11639,
6413,
8591,
285,
2044,
72,
3256,
31065,
11639,
6413,
62,
5031,
62,
76,
2044,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
6413,
3256,
705,
76,
1326,
64,
3256,
705,
2044,
72,
3256,
705,
3147,
6413,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
106,
3256,
14873,
538,
1563,
82,
16193,
12762,
22985,
11,
828,
1438,
11639,
6413,
11223,
48722,
3256,
31065,
11639,
6413,
62,
73,
12496,
431,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
6413,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
18,
69,
20,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
4531,
11,
828,
1438,
11639,
5767,
19830,
3256,
31065,
11639,
5767,
19830,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
1326,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
234,
117,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
486,
11,
828,
1438,
11639,
6413,
8591,
1175,
19830,
3256,
31065,
11639,
6413,
62,
5031,
62,
5767,
19830,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
6413,
3256,
705,
76,
1326,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
234,
118,
3256,
14873,
538,
1563,
82,
16193,
16799,
30863,
11,
828,
1438,
11639,
3099,
571,
1984,
17053,
3256,
31065,
11639,
3099,
571,
1984,
17053,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
6413,
3256,
705,
76,
1326,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
234,
119,
3256,
14873,
538,
1563,
82,
16193,
16799,
43564,
11,
828,
1438,
11639,
282,
528,
316,
72,
3256,
31065,
11639,
282,
528,
316,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
6413,
3256,
705,
6413,
3256,
705,
76,
1326,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
234,
120,
3256,
14873,
538,
1563,
82,
16193,
16799,
36088,
11,
828,
1438,
11639,
76,
559,
64,
1450,
12397,
3256,
31065,
11639,
76,
559,
64,
62,
76,
1516,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
6413,
3256,
705,
76,
1326,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
234,
115,
3256,
14873,
538,
1563,
82,
16193,
1065,
3324,
2079,
11,
828,
1438,
11639,
83,
377,
541,
84,
3256,
31065,
11639,
83,
377,
541,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
6413,
3256,
705,
76,
1326,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
234,
109,
3256,
14873,
538,
1563,
82,
16193,
1065,
3324,
6052,
11,
828,
1438,
11639,
76,
2395,
3256,
31065,
11639,
76,
2395,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
1326,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
234,
110,
3256,
14873,
538,
1563,
82,
16193,
1065,
3324,
5824,
11,
828,
1438,
11639,
76,
1326,
64,
266,
268,
5948,
16486,
3216,
285,
86,
8130,
285,
89,
8083,
3256,
31065,
11639,
76,
1326,
64,
62,
21006,
5948,
62,
76,
1228,
3216,
62,
76,
86,
8130,
62,
76,
89,
8083,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
1326,
64,
3256,
705,
16762,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
234,
111,
3256,
14873,
538,
1563,
82,
16193,
1065,
3324,
3865,
11,
828,
1438,
11639,
16762,
72,
555,
64,
404,
2724,
315,
9232,
16486,
3216,
331,
539,
3256,
31065,
11639,
16762,
72,
62,
9613,
404,
2724,
315,
9232,
62,
76,
1228,
3216,
62,
88,
539,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
1326,
64,
3256,
705,
79,
929,
315,
9232,
16486,
3216,
3256,
705,
74,
929,
929,
315,
9232,
3256,
705,
16762,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
234,
112,
3256,
14873,
538,
1563,
82,
16193,
1065,
3324,
4846,
11,
828,
1438,
11639,
10295,
7761,
3256,
31065,
11639,
10295,
7761,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
1326,
64,
3256,
705,
16762,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
234,
113,
3256,
14873,
538,
1563,
82,
16193,
1065,
3324,
5607,
11,
828,
1438,
11639,
67,
2150,
385,
72,
479,
461,
7246,
3256,
31065,
11639,
67,
2150,
385,
72,
62,
74,
461,
7246,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
1326,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
234,
122,
3256,
14873,
538,
1563,
82,
16193,
16799,
37988,
11,
828,
1438,
11639,
1477,
4763,
8591,
285,
2395,
293,
3256,
31065,
11639,
1477,
4763,
62,
5031,
62,
76,
2395,
293,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
2395,
293,
3256,
705,
76,
1326,
64,
3256,
705,
82,
1134,
952,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
234,
123,
3256,
14873,
538,
1563,
82,
16193,
16799,
36928,
11,
828,
1438,
11639,
76,
524,
64,
21349,
13845,
320,
84,
3256,
31065,
11639,
76,
524,
64,
62,
3972,
62,
907,
320,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
83,
23368,
3256,
705,
76,
1326,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
24583,
246,
3256,
14873,
538,
1563,
82,
16193,
42716,
17,
11,
828,
1438,
11639,
1477,
321,
305,
4106,
3256,
31065,
11639,
1477,
321,
305,
4106,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
1326,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
222,
3256,
14873,
538,
1563,
82,
16193,
16799,
28362,
11,
828,
1438,
11639,
41582,
10071,
28808,
5948,
16486,
3216,
582,
710,
3256,
31065,
11639,
41582,
10071,
62,
88,
268,
5948,
62,
76,
1228,
3216,
62,
805,
710,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
19,
3256,
705,
77,
710,
3256,
705,
83,
23368,
3256,
705,
76,
1326,
64,
3256,
705,
41582,
10071,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
223,
3256,
14873,
538,
1563,
82,
16193,
16799,
34583,
11,
828,
1438,
11639,
73,
3216,
8591,
285,
1477,
8704,
3256,
31065,
11639,
73,
3216,
62,
5031,
62,
907,
71,
8704,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
3216,
3256,
705,
907,
71,
8704,
3256,
705,
76,
1326,
64,
3256,
705,
23063,
2303,
4914,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
224,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
940,
11,
828,
1438,
11639,
73,
3216,
42280,
18526,
2303,
4914,
3256,
31065,
11639,
73,
3216,
62,
75,
346,
18526,
2303,
4914,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
1228,
3216,
3256,
705,
76,
1326,
64,
3256,
705,
23063,
2303,
4914,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
225,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
1157,
11,
828,
1438,
11639,
73,
3216,
300,
1292,
3008,
431,
64,
479,
21006,
5948,
334,
431,
7501,
3256,
31065,
11639,
73,
3216,
62,
75,
1292,
3008,
431,
64,
62,
74,
21006,
5948,
62,
48722,
7501,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
431,
431,
64,
3256,
705,
83,
23368,
3256,
705,
76,
1326,
64,
3256,
705,
48722,
7501,
3256,
705,
79,
377,
23638,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
229,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
1314,
11,
828,
1438,
11639,
89,
397,
33828,
3256,
31065,
11639,
89,
397,
33828,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
83,
46535,
3256,
705,
76,
1326,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
230,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
1433,
11,
828,
1438,
11639,
83,
1134,
8846,
3256,
31065,
11639,
83,
1134,
8846,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
83,
46535,
3256,
705,
76,
1326,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
231,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
1558,
11,
828,
1438,
11639,
83,
1134,
270,
320,
26436,
3256,
31065,
11639,
83,
1134,
270,
320,
26436,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
83,
46535,
3256,
705,
76,
1326,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
232,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
1507,
11,
828,
1438,
11639,
6607,
4496,
3256,
31065,
11639,
6607,
4496,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
83,
46535,
3256,
705,
76,
1326,
64,
3256,
705,
354,
2150,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
233,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
1129,
11,
828,
1438,
11639,
2475,
559,
3256,
31065,
11639,
2475,
559,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
83,
46535,
3256,
705,
76,
1326,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
234,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
1238,
11,
828,
1438,
11639,
358,
528,
72,
3256,
31065,
11639,
358,
528,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
83,
46535,
3256,
705,
76,
1326,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
235,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
2481,
11,
828,
1438,
11639,
12647,
17053,
3256,
31065,
11639,
12647,
17053,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
83,
46535,
3256,
705,
76,
1326,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
236,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
1828,
11,
828,
1438,
11639,
83,
3046,
12236,
474,
988,
917,
84,
3256,
31065,
11639,
83,
3046,
12236,
62,
73,
988,
917,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
988,
917,
84,
3256,
705,
83,
46535,
3256,
705,
76,
1326,
64,
3256,
705,
83,
3046,
12236,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
237,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
1954,
11,
828,
1438,
11639,
83,
3046,
12236,
8591,
479,
2926,
3216,
3256,
31065,
11639,
83,
3046,
12236,
62,
5031,
62,
74,
2926,
3216,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
83,
46535,
3256,
705,
76,
1326,
64,
3256,
705,
74,
2926,
3216,
3256,
705,
83,
3046,
12236,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
238,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
1731,
11,
828,
1438,
11639,
431,
64,
3256,
31065,
11639,
431,
64,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
83,
46535,
3256,
705,
76,
1326,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
239,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
1495,
11,
828,
1438,
11639,
79,
16590,
3256,
31065,
11639,
79,
16590,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
83,
46535,
3256,
705,
76,
1326,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
240,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
2075,
11,
828,
1438,
11639,
2044,
72,
3256,
31065,
11639,
2044,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
83,
46535,
3256,
705,
76,
1326,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
241,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
1983,
11,
828,
1438,
11639,
20661,
527,
72,
3256,
31065,
11639,
20661,
527,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
83,
46535,
3256,
705,
527,
72,
3256,
705,
76,
1326,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
227,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
1485,
11,
828,
1438,
11639,
3281,
34183,
3256,
31065,
11639,
3281,
34183,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
1326,
64,
3256,
705,
2022,
519,
4131,
10949,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
228,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
1415,
11,
828,
1438,
11639,
65,
3428,
34183,
3256,
31065,
11639,
65,
3428,
34183,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
1326,
64,
3256,
705,
2022,
519,
4131,
10949,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
234,
121,
3256,
14873,
538,
1563,
82,
16193,
16799,
28256,
11,
828,
1438,
11639,
76,
993,
521,
72,
3256,
31065,
11639,
76,
993,
521,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
83,
7056,
64,
3256,
705,
76,
1326,
64,
3256,
705,
77,
1878,
8130,
3256,
705,
82,
1134,
952,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
29211,
3256,
14873,
538,
1563,
82,
16193,
1065,
3324,
4089,
11,
828,
1438,
11639,
79,
346,
541,
2403,
479,
7344,
3256,
31065,
11639,
79,
346,
541,
2403,
62,
74,
7344,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
1326,
64,
3256,
705,
76,
2069,
3256,
705,
79,
346,
541,
2403,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
226,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
1065,
11,
828,
1438,
11639,
4669,
10949,
3256,
31065,
11639,
4669,
10949,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
1326,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
234,
108,
3256,
14873,
538,
1563,
82,
16193,
1065,
3324,
5892,
11,
828,
1438,
11639,
42183,
21349,
299,
31761,
84,
3256,
31065,
11639,
42183,
62,
3972,
62,
77,
31761,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
1326,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
24,
66,
15,
3256,
14873,
538,
1563,
82,
16193,
18741,
37856,
11,
828,
1438,
11639,
74,
541,
40004,
17792,
474,
571,
5362,
3256,
31065,
11639,
74,
541,
40004,
62,
11693,
62,
73,
571,
5362,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
571,
5362,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
244,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
1270,
11,
828,
1438,
11639,
3281,
1689,
479,
21006,
5948,
285,
69,
929,
64,
3256,
31065,
11639,
3281,
1689,
62,
74,
21006,
5948,
62,
76,
69,
929,
64,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
3281,
1689,
3256,
705,
76,
69,
929,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
245,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
3132,
11,
828,
1438,
11639,
79,
27792,
8591,
479,
33263,
3256,
31065,
11639,
79,
27792,
62,
5031,
62,
74,
33263,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
5162,
84,
3256,
705,
76,
69,
929,
64,
3256,
705,
358,
68,
469,
266,
2271,
1659,
1018,
10247,
3256,
705,
74,
33263,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
242,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
2078,
11,
828,
1438,
11639,
2763,
65,
8126,
3256,
31065,
11639,
2763,
65,
8126,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
65,
8126,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
243,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
1959,
11,
828,
1438,
11639,
79,
23638,
3256,
31065,
11639,
79,
23638,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
571,
5362,
3256,
705,
74,
541,
40004,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
2624,
67,
3256,
14873,
538,
1563,
82,
16193,
1065,
3324,
4531,
11,
828,
1438,
11639,
568,
325,
7285,
479,
265,
9232,
33480,
378,
3256,
31065,
11639,
568,
325,
7285,
62,
41826,
9232,
62,
28015,
378,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
8310,
962,
38916,
353,
3256,
705,
568,
325,
7285,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
2624,
68,
3256,
14873,
538,
1563,
82,
16193,
1065,
3324,
3829,
11,
828,
1438,
11639,
354,
499,
7246,
220,
2403,
8226,
73,
1031,
10247,
410,
88,
461,
4712,
285,
6893,
320,
6893,
72,
3256,
31065,
11639,
354,
499,
7246,
62,
2403,
8226,
73,
1031,
10247,
62,
7670,
461,
4712,
62,
2022,
282,
320,
6893,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
1326,
591,
12125,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
2624,
69,
3256,
14873,
538,
1563,
82,
16193,
1065,
3324,
6420,
11,
828,
1438,
11639,
28015,
378,
2082,
479,
524,
591,
12125,
334,
4528,
322,
988,
10247,
299,
88,
1689,
35851,
285,
37325,
496,
299,
67,
3216,
3256,
31065,
11639,
28015,
378,
62,
10247,
62,
74,
524,
591,
12125,
62,
32176,
322,
988,
10247,
62,
3281,
1689,
62,
559,
62,
76,
37325,
496,
62,
358,
3216,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
1326,
591,
12125,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
110,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
3365,
11,
828,
1438,
11639,
354,
2150,
84,
17792,
442,
461,
4712,
3256,
31065,
11639,
354,
2150,
84,
62,
11693,
62,
354,
461,
4712,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
354,
2150,
84,
3256,
705,
76,
354,
10277,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
109,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
3553,
11,
828,
1438,
11639,
65,
482,
13396,
21349,
479,
84,
732,
4914,
442,
461,
4712,
3256,
31065,
11639,
65,
482,
13396,
62,
3972,
62,
23063,
732,
4914,
62,
354,
461,
4712,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
65,
482,
13396,
3256,
705,
46119,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
246,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
2624,
11,
828,
1438,
11639,
354,
461,
4712,
8769,
488,
313,
1516,
11437,
10247,
479,
315,
17411,
479,
10247,
285,
2395,
293,
3256,
31065,
11639,
354,
461,
4712,
62,
34553,
488,
313,
1516,
11437,
10247,
62,
74,
315,
17411,
62,
74,
10247,
62,
76,
2395,
293,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
2395,
293,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
247,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
2091,
11,
828,
1438,
11639,
76,
2395,
293,
334,
4528,
313,
1516,
11437,
10247,
479,
10247,
45079,
521,
78,
2082,
256,
3046,
68,
3256,
31065,
11639,
76,
2395,
293,
62,
377,
5151,
1516,
11437,
10247,
62,
74,
10247,
62,
16762,
521,
78,
62,
10247,
62,
83,
3046,
68,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
2395,
293,
3256,
705,
3149,
8704,
3256,
705,
74,
2926,
2674,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
248,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
2682,
11,
828,
1438,
11639,
86,
7344,
3256,
31065,
11639,
86,
7344,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
2395,
293,
3256,
705,
377,
14922,
1134,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
249,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
2327,
11,
828,
1438,
11639,
86,
7344,
14856,
952,
12385,
285,
354,
10277,
72,
2082,
25357,
2150,
78,
3256,
31065,
11639,
86,
7344,
62,
377,
952,
62,
2616,
62,
76,
354,
10277,
72,
62,
10247,
62,
8903,
2150,
78,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
2395,
293,
3256,
705,
76,
354,
10277,
72,
2082,
25357,
2150,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
250,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
2623,
11,
828,
1438,
11639,
65,
461,
32176,
28808,
5948,
256,
4131,
72,
3256,
31065,
11639,
65,
461,
32176,
62,
88,
268,
5948,
62,
83,
4131,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
929,
9232,
479,
10247,
285,
85,
4649,
3256,
705,
83,
4131,
72,
1976,
64,
479,
2926,
2674,
72,
3256,
705,
83,
4131,
72,
3256,
705,
65,
461,
32176,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
254,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
1821,
11,
828,
1438,
11639,
74,
544,
17027,
6220,
321,
84,
8769,
488,
5374,
296,
10247,
3256,
31065,
11639,
74,
544,
17027,
62,
15813,
321,
84,
62,
34553,
488,
5374,
296,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
544,
17027,
3256,
705,
83,
321,
84,
3256,
705,
74,
794,
6086,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
95,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
3682,
11,
828,
1438,
11639,
375,
43850,
3256,
31065,
11639,
375,
43850,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
14278,
12125,
3256,
705,
365,
65,
397,
84,
3256,
705,
74,
2926,
8846,
3256,
705,
354,
461,
4712,
17792,
16486,
5362,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
97,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
2598,
11,
828,
1438,
11639,
463,
84,
8903,
220,
2403,
88,
17411,
648,
10247,
3256,
31065,
11639,
463,
84,
8903,
62,
2403,
88,
17411,
648,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
29510,
5330,
3256,
705,
21070,
648,
10247,
3256,
705,
463,
84,
8903,
3256,
705,
1530,
320,
7012,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
98,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
2231,
11,
828,
1438,
11639,
365,
4106,
21349,
6072,
8182,
220,
2403,
8226,
9510,
10247,
3256,
31065,
11639,
365,
4106,
62,
3972,
62,
37687,
8182,
62,
2403,
8226,
9510,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
9510,
64,
3256,
705,
37687,
8182,
3256,
705,
85,
270,
49878,
3099,
3256,
705,
365,
4106,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
94,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
3901,
11,
828,
1438,
11639,
67,
14208,
3256,
31065,
11639,
67,
14208,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
14278,
12125,
3256,
705,
83,
321,
84,
3256,
705,
15813,
521,
321,
5439,
3256,
705,
74,
2926,
2674,
72,
3256,
705,
2926,
8846,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
99,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
3510,
11,
828,
1438,
11639,
15152,
1134,
3036,
84,
300,
391,
72,
3256,
31065,
11639,
15152,
1134,
3036,
84,
62,
34277,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
3036,
84,
3256,
705,
15813,
392,
321,
5439,
3256,
705,
5657,
1878,
84,
3256,
705,
34277,
72,
3256,
705,
83,
321,
84,
3256,
705,
15152,
1134,
3036,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
100,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
2857,
11,
828,
1438,
11639,
15152,
1134,
3036,
84,
220,
2403,
88,
313,
1516,
11437,
10247,
479,
10247,
2318,
1878,
84,
220,
2403,
88,
482,
265,
86,
461,
265,
10247,
3256,
31065,
11639,
15152,
1134,
3036,
84,
62,
2403,
88,
313,
1516,
11437,
10247,
62,
74,
10247,
62,
5657,
1878,
84,
62,
2403,
88,
482,
265,
86,
461,
265,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
5657,
1878,
84,
3256,
705,
41826,
86,
461,
265,
10247,
3256,
705,
83,
321,
84,
3256,
705,
15813,
521,
321,
5439,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
101,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
2780,
11,
828,
1438,
11639,
15152,
1134,
3036,
84,
3256,
31065,
11639,
15152,
1134,
3036,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
5657,
1878,
84,
3256,
705,
74,
3036,
84,
3256,
705,
83,
321,
84,
3256,
705,
15813,
521,
321,
5439,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
102,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
2920,
11,
828,
1438,
11639,
15813,
2178,
6413,
3256,
31065,
11639,
15813,
2178,
6413,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
83,
321,
84,
3256,
705,
15813,
521,
321,
5439,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
103,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
1120,
11,
828,
1438,
11639,
65,
1984,
47966,
3256,
31065,
11639,
65,
1984,
47966,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
431,
2787,
38396,
3256,
705,
15813,
521,
321,
5439,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
224,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
4524,
11,
828,
1438,
11639,
365,
4106,
21349,
479,
385,
1456,
258,
365,
64,
264,
28643,
21349,
479,
10277,
7344,
10247,
3256,
31065,
11639,
365,
4106,
62,
3972,
62,
45614,
1456,
258,
365,
64,
62,
82,
28643,
62,
3972,
62,
74,
10277,
7344,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
85,
270,
49878,
3099,
3256,
705,
82,
28643,
21349,
479,
10277,
7344,
10247,
3256,
705,
15813,
521,
321,
5439,
3256,
705,
83,
321,
84,
3256,
705,
45614,
1456,
258,
365,
64,
3256,
705,
365,
4106,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
108,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
3980,
11,
828,
1438,
11639,
365,
4106,
3256,
31065,
11639,
365,
4106,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
541,
40004,
3256,
705,
85,
270,
49878,
3099,
3256,
705,
15813,
521,
321,
5439,
3256,
705,
83,
321,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
104,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
4349,
11,
828,
1438,
11639,
354,
16044,
1616,
72,
3256,
31065,
11639,
354,
16044,
1616,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
2395,
3256,
705,
83,
321,
84,
3256,
705,
15813,
521,
321,
5439,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
105,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
4309,
11,
828,
1438,
11639,
431,
2787,
38396,
3256,
31065,
11639,
431,
2787,
38396,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
15813,
521,
321,
5439,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
255,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
4310,
11,
828,
1438,
11639,
79,
541,
72,
3256,
31065,
11639,
79,
541,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
83,
321,
84,
3256,
705,
15813,
521,
321,
5439,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
106,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
4051,
11,
828,
1438,
11639,
42932,
15339,
3256,
31065,
11639,
42932,
15339,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
79,
463,
5362,
3256,
705,
15813,
521,
321,
5439,
3256,
705,
83,
321,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
107,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
2816,
11,
828,
1438,
11639,
354,
2150,
84,
17792,
355,
7344,
3256,
31065,
11639,
354,
2150,
84,
62,
11693,
62,
292,
7344,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
2150,
84,
3256,
705,
292,
7344,
3256,
705,
83,
321,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
120,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
3104,
11,
828,
1438,
11639,
354,
929,
64,
21349,
285,
7761,
10247,
21349,
45079,
2069,
3256,
31065,
11639,
354,
929,
64,
62,
3972,
62,
76,
7761,
10247,
62,
3972,
62,
16762,
2069,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
3541,
86,
26436,
3256,
705,
354,
929,
64,
3256,
705,
76,
7761,
10247,
3256,
705,
16762,
2069,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
24583,
243,
3256,
14873,
538,
1563,
82,
16193,
5607,
2920,
11,
828,
1438,
11639,
74,
3541,
86,
26436,
285,
2069,
3256,
31065,
11639,
74,
3541,
86,
26436,
62,
76,
2069,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
3541,
86,
26436,
3256,
705,
74,
993,
6909,
3256,
705,
76,
2069,
3256,
705,
354,
1872,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
113,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
5333,
11,
828,
1438,
11639,
74,
1134,
296,
1350,
479,
271,
38720,
12385,
479,
680,
1134,
952,
3256,
31065,
11639,
74,
1134,
296,
1350,
62,
74,
271,
38720,
62,
2616,
62,
31501,
1134,
952,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
3541,
86,
26436,
3256,
705,
74,
1134,
296,
1350,
3256,
705,
354,
1872,
3256,
705,
74,
1134,
296,
1350,
17792,
442,
1872,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
114,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
5237,
11,
828,
1438,
11639,
74,
3541,
86,
26436,
17792,
479,
2926,
2674,
72,
18967,
620,
313,
1516,
11437,
10247,
479,
10247,
479,
14795,
917,
9232,
285,
2395,
293,
3256,
31065,
11639,
74,
3541,
86,
26436,
62,
11693,
62,
74,
2926,
2674,
72,
62,
5116,
620,
313,
1516,
11437,
10247,
62,
74,
10247,
62,
74,
14795,
917,
9232,
62,
76,
2395,
293,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
7012,
64,
3256,
705,
74,
3541,
86,
26436,
3256,
705,
354,
929,
64,
3256,
705,
74,
1134,
296,
1350,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
2718,
68,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
2154,
11,
828,
1438,
11639,
354,
929,
64,
28808,
5948,
479,
361,
403,
12125,
8769,
488,
1659,
2150,
32176,
10247,
3256,
31065,
11639,
354,
929,
64,
62,
88,
268,
5948,
62,
74,
361,
403,
12125,
62,
34553,
488,
1659,
2150,
32176,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
7012,
64,
3256,
705,
74,
361,
403,
12125,
3256,
705,
74,
3541,
86,
26436,
3256,
705,
354,
929,
64,
3256,
705,
74,
3046,
2150,
6413,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
115,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
5066,
11,
828,
1438,
11639,
14391,
72,
21349,
2659,
1872,
3256,
31065,
11639,
14391,
72,
62,
3972,
62,
7146,
1872,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
7012,
64,
3256,
705,
74,
3541,
86,
26436,
3256,
705,
14391,
72,
3256,
705,
76,
85,
3541,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
116,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
2414,
11,
828,
1438,
11639,
14391,
72,
21349,
479,
482,
37524,
72,
3256,
31065,
11639,
14391,
72,
62,
3972,
62,
32004,
37524,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
7012,
64,
3256,
705,
32004,
37524,
72,
3256,
705,
74,
3541,
86,
26436,
3256,
705,
14391,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
117,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
2996,
11,
828,
1438,
11639,
74,
3541,
86,
26436,
17792,
14673,
5580,
3256,
31065,
11639,
74,
3541,
86,
26436,
62,
11693,
62,
48385,
5580,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
7012,
64,
3256,
705,
74,
3541,
86,
26436,
3256,
705,
48385,
1134,
7344,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
118,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
2791,
11,
828,
1438,
11639,
74,
1134,
296,
1350,
17792,
275,
544,
3256,
31065,
11639,
74,
1134,
296,
1350,
62,
11693,
62,
23339,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
7012,
64,
3256,
705,
74,
3541,
86,
26436,
3256,
705,
74,
2724,
296,
1350,
3256,
705,
23339,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
119,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
3134,
11,
828,
1438,
11639,
28930,
296,
1350,
410,
3972,
275,
544,
39796,
452,
88,
519,
506,
7115,
10247,
3256,
31065,
11639,
28930,
296,
1350,
62,
85,
3972,
62,
23339,
62,
2991,
452,
88,
519,
506,
7115,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
7012,
64,
3256,
705,
74,
3541,
86,
26436,
3256,
705,
74,
1134,
296,
1350,
3256,
705,
70,
506,
7115,
64,
3256,
705,
23339,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
2718,
67,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
3388,
11,
828,
1438,
11639,
7487,
12385,
479,
46313,
12385,
473,
29839,
3256,
31065,
11639,
7487,
62,
2616,
62,
74,
46313,
62,
2616,
62,
82,
993,
3216,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
82,
993,
3216,
3256,
705,
74,
929,
9232,
3256,
705,
7487,
3256,
705,
74,
46313,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
112,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
1899,
11,
828,
1438,
11639,
7487,
12385,
479,
46313,
3256,
31065,
11639,
7487,
62,
2616,
62,
74,
46313,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
929,
9232,
3256,
705,
7487,
3256,
705,
74,
46313,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
235,
111,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
3270,
11,
828,
1438,
11639,
74,
929,
9232,
3256,
31065,
11639,
74,
929,
9232,
3256,
37647,
28,
69,
305,
8247,
316,
7,
4895,
74,
14852,
648,
6,
64,
1600,
705,
88,
1872,
3256,
705,
2385,
69,
34484,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
18,
13331,
3256,
14873,
538,
1563,
82,
16193,
16799,
42691,
11,
828,
1438,
11639,
73,
2150,
84,
3256,
31065,
11639,
73,
2150,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
65,
343,
9232,
3256,
705,
74,
929,
9232,
3256,
705,
18217,
12236,
3256,
705,
358,
2238,
3256,
705,
28374,
88,
10247,
3256,
705,
89,
23130,
8182,
3256,
705,
89,
2271,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
234,
235,
3256,
14873,
538,
1563,
82,
16193,
16799,
39251,
11,
828,
1438,
11639,
83,
3046,
68,
300,
1292,
78,
1647,
274,
3099,
334,
10724,
64,
12,
1878,
28716,
3256,
31065,
11639,
83,
3046,
68,
62,
75,
1292,
78,
1647,
274,
3099,
62,
377,
11729,
62,
1878,
28716,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
83,
3046,
68,
3256,
705,
1878,
28716,
3256,
705,
67,
39934,
3256,
705,
377,
11729,
3256,
705,
377,
320,
86,
13561,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
234,
236,
3256,
14873,
538,
1563,
82,
16193,
16799,
38569,
11,
828,
1438,
11639,
83,
3046,
68,
300,
1292,
78,
1647,
274,
3099,
257,
647,
9232,
3256,
31065,
11639,
83,
3046,
68,
62,
75,
1292,
78,
1647,
274,
3099,
62,
2382,
9232,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
83,
3046,
68,
3256,
705,
11449,
74,
3216,
3256,
705,
67,
39934,
3256,
705,
377,
320,
86,
13561,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
234,
237,
3256,
14873,
538,
1563,
82,
16193,
16799,
38314,
11,
828,
1438,
11639,
83,
3046,
68,
300,
1292,
78,
1647,
274,
3099,
355,
544,
12,
64,
436,
1373,
544,
3256,
31065,
11639,
83,
3046,
68,
62,
75,
1292,
78,
1647,
274,
3099,
62,
23218,
62,
64,
436,
1373,
544,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
83,
3046,
68,
3256,
705,
64,
436,
1373,
544,
3256,
705,
67,
39934,
3256,
705,
377,
320,
86,
13561,
3256,
705,
23218,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
234,
238,
3256,
14873,
538,
1563,
82,
16193,
1065,
3324,
1899,
11,
828,
1438,
11639,
83,
3046,
68,
18896,
5948,
4017,
19825,
72,
3256,
31065,
11639,
83,
3046,
68,
62,
11925,
5948,
62,
647,
19825,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
83,
3046,
68,
3256,
705,
67,
39934,
3256,
705,
377,
320,
86,
13561,
3256,
705,
647,
19825,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
20,
13331,
3256,
14873,
538,
1563,
82,
16193,
12762,
35638,
11,
828,
1438,
11639,
859,
3216,
21349,
12574,
544,
3256,
31065,
11639,
859,
3216,
62,
3972,
62,
67,
39934,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
67,
39934,
3256,
705,
859,
3216,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
18,
67,
19,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
3980,
11,
828,
1438,
11639,
76,
2475,
64,
266,
268,
5948,
262,
2290,
7285,
3256,
31065,
11639,
76,
2475,
64,
62,
21006,
5948,
62,
1169,
2290,
7285,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
5657,
19830,
3256,
705,
1169,
2290,
7285,
3256,
705,
76,
2475,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
234,
233,
3256,
14873,
538,
1563,
82,
16193,
16799,
38172,
11,
828,
1438,
11639,
10396,
74,
5733,
3256,
31065,
11639,
10396,
74,
5733,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
377,
541,
14852,
3256,
705,
71,
7344,
21349,
339,
10247,
3256,
705,
76,
2475,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
245,
119,
3256,
14873,
538,
1563,
82,
16193,
12762,
35378,
11,
828,
1438,
11639,
76,
2475,
64,
14035,
7285,
3256,
31065,
11639,
76,
2475,
64,
62,
20942,
7285,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
20942,
7285,
3256,
705,
76,
2475,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
18,
67,
21,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
3365,
11,
828,
1438,
11639,
3046,
20895,
12385,
285,
45137,
32176,
3256,
31065,
11639,
3046,
20895,
62,
2616,
62,
76,
45137,
32176,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
3046,
20895,
3256,
705,
76,
45137,
32176,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
18,
1860,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
2996,
11,
828,
1438,
11639,
74,
23267,
10247,
17792,
474,
648,
10247,
3256,
31065,
11639,
74,
23267,
10247,
62,
11693,
62,
73,
648,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
23267,
10247,
3256,
705,
73,
648,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
18,
2934,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
2791,
11,
828,
1438,
11639,
2022,
30302,
21349,
20486,
19215,
21349,
266,
1092,
1689,
3256,
31065,
11639,
2022,
30302,
62,
3972,
62,
8326,
19215,
62,
3972,
62,
86,
1092,
1689,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
2022,
30302,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
18,
9945,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
5066,
11,
828,
1438,
11639,
73,
1516,
78,
8591,
1976,
321,
3216,
3256,
31065,
11639,
73,
1516,
78,
62,
5031,
62,
89,
321,
3216,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
1516,
78,
3256,
705,
89,
321,
3216,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
18,
67,
22,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
3270,
11,
828,
1438,
11639,
23577,
268,
17027,
2082,
474,
1516,
78,
3256,
31065,
11639,
23577,
268,
17027,
62,
10247,
62,
73,
1516,
78,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
1516,
78,
3256,
705,
23577,
268,
17027,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
18,
67,
23,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
1899,
11,
828,
1438,
11639,
76,
1228,
1516,
78,
21349,
299,
88,
2178,
64,
3256,
31065,
11639,
76,
1228,
1516,
78,
62,
3972,
62,
3281,
2178,
64,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
1516,
78,
3256,
705,
3281,
2178,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
18,
67,
24,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
5333,
11,
828,
1438,
11639,
76,
86,
505,
74,
5733,
2082,
474,
20770,
3256,
31065,
11639,
76,
86,
505,
74,
5733,
62,
10247,
62,
73,
20770,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
1516,
78,
3256,
705,
73,
20770,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
18,
6814,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
5237,
11,
828,
1438,
11639,
73,
1516,
78,
8591,
299,
88,
2178,
64,
42280,
346,
5374,
461,
7252,
3256,
31065,
11639,
73,
1516,
78,
62,
5031,
62,
3281,
2178,
64,
62,
75,
346,
346,
5374,
461,
7252,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
1516,
78,
3256,
705,
3281,
2178,
64,
3256,
705,
354,
461,
7252,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
237,
254,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
3104,
11,
828,
1438,
11639,
73,
1516,
78,
8591,
299,
88,
2178,
64,
3256,
31065,
11639,
73,
1516,
78,
62,
5031,
62,
3281,
2178,
64,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
1516,
78,
3256,
705,
3281,
2178,
3216,
3256,
705,
3281,
2178,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
237,
94,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
3388,
11,
828,
1438,
11639,
3281,
2178,
64,
28808,
5948,
334,
64,
3256,
31065,
11639,
3281,
2178,
64,
62,
88,
268,
5948,
62,
6413,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
1516,
78,
3256,
705,
3281,
2178,
3216,
3256,
705,
3281,
2178,
64,
3256,
705,
65,
436,
3216,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
249,
103,
3256,
14873,
538,
1563,
82,
16193,
2079,
5237,
11,
828,
1438,
11639,
27541,
9160,
3256,
31065,
11639,
27541,
9160,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
2724,
1585,
78,
3256,
705,
67,
5362,
3256,
705,
73,
1516,
78,
3256,
705,
907,
282,
15498,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
4051,
65,
3256,
14873,
538,
1563,
82,
16193,
12762,
31697,
11,
828,
1438,
11639,
4914,
15498,
3256,
31065,
11639,
4914,
15498,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
67,
5362,
3256,
705,
84,
271,
2543,
84,
3256,
705,
30300,
271,
2543,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
4051,
66,
3256,
14873,
538,
1563,
82,
16193,
12762,
32148,
11,
828,
1438,
11639,
907,
1134,
8846,
3256,
31065,
11639,
907,
1134,
8846,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
67,
5362,
3256,
705,
84,
271,
2543,
84,
3256,
705,
30300,
271,
2543,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
4051,
67,
3256,
14873,
538,
1563,
82,
16193,
12762,
20370,
11,
828,
1438,
11639,
258,
74,
282,
84,
8591,
479,
46398,
47928,
3256,
31065,
11639,
258,
74,
282,
84,
62,
5031,
62,
4106,
46848,
47928,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
67,
5362,
3256,
705,
4669,
993,
47928,
3256,
705,
1820,
993,
47928,
3256,
705,
258,
74,
282,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
249,
102,
3256,
14873,
538,
1563,
82,
16193,
2079,
5333,
11,
828,
1438,
11639,
9937,
5976,
12196,
21349,
427,
20424,
3256,
31065,
11639,
9937,
5976,
12196,
62,
3972,
62,
1477,
20424,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
67,
5362,
3256,
705,
1477,
20424,
3256,
705,
9937,
5976,
12196,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
237,
95,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
2154,
11,
828,
1438,
11639,
73,
1516,
78,
8591,
286,
23267,
3256,
31065,
11639,
73,
1516,
78,
62,
5031,
62,
1659,
23267,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
1516,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
237,
96,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
4869,
11,
828,
1438,
11639,
7353,
64,
21349,
474,
2674,
72,
3256,
31065,
11639,
7353,
64,
62,
3972,
62,
73,
2674,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
1516,
78,
3256,
705,
74,
2926,
2674,
72,
3256,
705,
7353,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
237,
97,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
4761,
11,
828,
1438,
11639,
7353,
64,
3256,
31065,
11639,
7353,
64,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
1516,
78,
3256,
705,
377,
11729,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
237,
98,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
4790,
11,
828,
1438,
11639,
49257,
72,
3256,
31065,
11639,
49257,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
1516,
78,
3256,
705,
67,
6909,
3256,
705,
67,
461,
83,
2743,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
237,
99,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
4524,
11,
828,
1438,
11639,
11722,
4106,
3256,
31065,
11639,
11722,
4106,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
1516,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
237,
101,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
4304,
11,
828,
1438,
11639,
8940,
43733,
3256,
31065,
11639,
8940,
43733,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
1516,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
237,
102,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
3324,
11,
828,
1438,
11639,
8940,
43733,
21349,
3975,
268,
17027,
3256,
31065,
11639,
8940,
43733,
62,
3972,
62,
8899,
268,
17027,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
1516,
78,
3256,
705,
8940,
43733,
3256,
705,
929,
31110,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
237,
103,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
3695,
11,
828,
1438,
11639,
646,
4914,
8591,
479,
283,
33828,
3256,
31065,
11639,
646,
4914,
62,
5031,
62,
21070,
33828,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
1516,
78,
3256,
705,
646,
4914,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
237,
104,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
3720,
11,
828,
1438,
11639,
1477,
2261,
3256,
31065,
11639,
1477,
2261,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
1516,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
237,
105,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
1795,
11,
828,
1438,
11639,
646,
4914,
479,
12303,
3256,
31065,
11639,
646,
4914,
62,
74,
12303,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
1516,
78,
3256,
705,
646,
4914,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
237,
255,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
6659,
11,
828,
1438,
11639,
4106,
86,
5282,
3256,
31065,
11639,
4106,
86,
5282,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
1516,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
237,
107,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
5999,
11,
828,
1438,
11639,
42749,
380,
8591,
479,
2926,
2674,
72,
3256,
31065,
11639,
42749,
380,
62,
5031,
62,
74,
2926,
2674,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
42749,
380,
3256,
705,
73,
1516,
78,
3256,
705,
74,
2926,
2674,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
237,
108,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
5705,
11,
828,
1438,
11639,
42749,
380,
3256,
31065,
11639,
42749,
380,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
1516,
78,
3256,
705,
377,
11729,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
240,
3256,
14873,
538,
1563,
82,
16193,
12762,
20964,
11,
828,
1438,
11639,
9869,
385,
72,
3256,
31065,
11639,
9869,
385,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
27541,
9160,
3256,
705,
8899,
268,
17027,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
245,
120,
3256,
14873,
538,
1563,
82,
16193,
12762,
33042,
11,
828,
1438,
11639,
10295,
3301,
2082,
284,
2584,
78,
3256,
31065,
11639,
10295,
3301,
62,
10247,
62,
83,
482,
8226,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
83,
482,
8226,
3256,
705,
10295,
3301,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
245,
121,
3256,
14873,
538,
1563,
82,
16193,
12762,
29022,
11,
828,
1438,
11639,
12807,
321,
84,
21349,
21480,
14717,
3256,
31065,
11639,
12807,
321,
84,
62,
3972,
62,
7456,
14717,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
7456,
14717,
3256,
705,
12807,
321,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
245,
122,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
940,
11,
828,
1438,
11639,
859,
3216,
21349,
474,
2674,
72,
3256,
31065,
11639,
859,
3216,
62,
3972,
62,
73,
2674,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
2674,
72,
3256,
705,
859,
3216,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
249,
118,
3256,
14873,
538,
1563,
82,
16193,
2079,
3695,
11,
828,
1438,
11639,
258,
2611,
3256,
31065,
11639,
258,
2611,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
929,
13827,
479,
4131,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
234,
223,
3256,
14873,
538,
1563,
82,
16193,
1065,
3324,
2231,
11,
828,
1438,
11639,
2724,
2150,
84,
3256,
31065,
11639,
2724,
2150,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
71,
7344,
21349,
339,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
234,
225,
3256,
14873,
538,
1563,
82,
16193,
1065,
3324,
2857,
11,
828,
1438,
11639,
385,
28643,
12385,
299,
88,
4265,
3256,
31065,
11639,
385,
28643,
62,
2616,
62,
3281,
4265,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
3281,
4265,
3256,
705,
71,
7344,
21349,
339,
10247,
3256,
705,
385,
28643,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
234,
226,
3256,
14873,
538,
1563,
82,
16193,
1065,
3324,
2780,
11,
828,
1438,
11639,
76,
4891,
78,
479,
21006,
5948,
1465,
8083,
3256,
31065,
11639,
76,
4891,
78,
62,
74,
21006,
5948,
62,
25433,
8083,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
6413,
3256,
705,
76,
4891,
78,
3256,
705,
292,
549,
84,
5303,
3256,
705,
71,
7344,
21349,
6391,
64,
3256,
705,
76,
2475,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
234,
227,
3256,
14873,
538,
1563,
82,
16193,
1065,
3324,
2920,
11,
828,
1438,
11639,
76,
4891,
78,
3256,
31065,
11639,
76,
4891,
78,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
6413,
3256,
705,
292,
549,
84,
5303,
3256,
705,
71,
7344,
21349,
339,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
234,
228,
3256,
14873,
538,
1563,
82,
16193,
1065,
3324,
1120,
11,
828,
1438,
11639,
76,
86,
505,
74,
5733,
2082,
474,
20770,
514,
28643,
3256,
31065,
11639,
76,
86,
505,
74,
5733,
62,
10247,
62,
73,
20770,
62,
385,
28643,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
620,
732,
78,
3256,
705,
73,
20770,
3256,
705,
73,
6413,
3256,
705,
71,
7344,
21349,
339,
10247,
3256,
705,
73,
295,
72,
3256,
705,
73,
1516,
78,
3256,
705,
70,
23638,
3256,
705,
22249,
49573,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
234,
229,
3256,
14873,
538,
1563,
82,
16193,
16799,
48365,
11,
828,
1438,
11639,
76,
620,
732,
78,
3256,
31065,
11639,
76,
620,
732,
78,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
6413,
3256,
705,
73,
1516,
78,
3256,
705,
70,
23638,
3256,
705,
71,
7344,
21349,
339,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
234,
231,
3256,
14873,
538,
1563,
82,
16193,
16799,
44550,
11,
828,
1438,
11639,
27455,
27792,
514,
28643,
3256,
31065,
11639,
27455,
27792,
62,
385,
28643,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
27455,
27792,
3256,
705,
71,
7344,
21349,
339,
10247,
3256,
705,
385,
28643,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
17992,
101,
3256,
14873,
538,
1563,
82,
16193,
4089,
2624,
11,
828,
1438,
11639,
2395,
9383,
4411,
72,
1976,
64,
16486,
72,
21349,
285,
2069,
3256,
31065,
11639,
2395,
9383,
4411,
72,
62,
4496,
62,
76,
26436,
62,
3972,
62,
76,
2069,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
2069,
3256,
705,
15245,
6607,
72,
1976,
64,
16486,
72,
285,
2069,
3256,
705,
15245,
2395,
11632,
3256,
705,
76,
85,
4649,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
234,
234,
3256,
14873,
538,
1563,
82,
16193,
16799,
38219,
11,
828,
1438,
11639,
34553,
320,
544,
3256,
31065,
11639,
34553,
320,
544,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
71,
7344,
21349,
474,
10247,
3256,
705,
16484,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
254,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
3023,
11,
828,
1438,
11639,
16370,
17053,
287,
323,
8590,
2150,
14852,
3256,
31065,
11639,
16370,
17053,
62,
259,
323,
8590,
2150,
14852,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
16370,
17053,
3256,
705,
74,
10277,
2150,
14852,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
94,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
2713,
11,
828,
1438,
11639,
45073,
463,
388,
84,
300,
1292,
8590,
2150,
14852,
3256,
31065,
11639,
45073,
463,
388,
84,
62,
75,
1292,
8590,
2150,
14852,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
2232,
2442,
3256,
705,
325,
4411,
84,
1976,
64,
4356,
463,
3216,
3256,
705,
45073,
463,
388,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
95,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
3312,
11,
828,
1438,
11639,
3225,
64,
479,
39818,
3256,
31065,
11639,
3225,
64,
62,
74,
39818,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
85,
8846,
410,
259,
2830,
8590,
2150,
14852,
3256,
705,
325,
4411,
84,
1976,
64,
4356,
463,
3216,
3256,
705,
45073,
463,
388,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
230,
3256,
14873,
538,
1563,
82,
16193,
12762,
20809,
11,
828,
1438,
11639,
782,
10277,
78,
21349,
479,
3541,
8590,
72,
3256,
31065,
11639,
782,
10277,
78,
62,
3972,
62,
74,
3541,
8590,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
782,
10277,
78,
3256,
705,
74,
3541,
8590,
72,
3256,
705,
28374,
88,
2305,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
103,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
1415,
11,
828,
1438,
11639,
258,
2611,
21349,
29008,
461,
17053,
3256,
31065,
11639,
258,
2611,
62,
3972,
62,
82,
30447,
17053,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
82,
30447,
17053,
3256,
705,
258,
2611,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
255,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
1558,
11,
828,
1438,
11639,
82,
2271,
64,
3256,
31065,
11639,
82,
2271,
64,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
2724,
2178,
72,
2082,
17266,
328,
41282,
3256,
705,
23063,
328,
23638,
3256,
705,
5657,
461,
12162,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
20,
15630,
3256,
14873,
538,
1563,
82,
16193,
12762,
30272,
11,
828,
1438,
11639,
69,
2787,
84,
28808,
5948,
279,
488,
64,
3256,
31065,
11639,
69,
2787,
84,
62,
88,
268,
5948,
62,
79,
488,
64,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
461,
2178,
1530,
78,
3256,
705,
82,
2271,
64,
3256,
705,
69,
2787,
84,
3256,
705,
79,
488,
64,
3256,
705,
74,
794,
5799,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
101,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
1065,
11,
828,
1438,
11639,
18596,
316,
72,
21349,
13845,
3216,
72,
3256,
31065,
11639,
18596,
316,
72,
62,
3972,
62,
907,
3216,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
461,
2178,
1530,
78,
3256,
705,
82,
2271,
64,
3256,
705,
18596,
316,
72,
3256,
705,
74,
794,
5799,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
108,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
1238,
11,
828,
1438,
11639,
76,
1077,
500,
21349,
479,
321,
2743,
3256,
31065,
11639,
76,
1077,
500,
62,
3972,
62,
74,
321,
2743,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
2395,
10872,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
224,
3256,
14873,
538,
1563,
82,
16193,
12762,
41290,
11,
828,
1438,
11639,
4563,
320,
13704,
3256,
31065,
11639,
4563,
320,
13704,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
259,
73,
5362,
3256,
705,
70,
2743,
3256,
705,
2411,
72,
3256,
705,
76,
85,
4649,
3256,
705,
83,
918,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
225,
3256,
14873,
538,
1563,
82,
16193,
12762,
41813,
11,
828,
1438,
11639,
70,
2743,
8591,
285,
13704,
3256,
31065,
11639,
70,
2743,
62,
5031,
62,
76,
13704,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
83,
859,
84,
3256,
705,
83,
918,
72,
3256,
705,
2411,
72,
3256,
705,
70,
2743,
3256,
705,
12093,
72,
8591,
29957,
84,
3256,
705,
388,
34755,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
226,
3256,
14873,
538,
1563,
82,
16193,
12762,
29173,
11,
828,
1438,
11639,
83,
918,
72,
28808,
5948,
479,
17053,
3256,
31065,
11639,
83,
918,
72,
62,
88,
268,
5948,
62,
74,
17053,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
70,
2743,
3256,
705,
2411,
72,
3256,
705,
74,
17053,
3256,
705,
83,
918,
72,
3256,
705,
1477,
676,
33807,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
227,
3256,
14873,
538,
1563,
82,
16193,
1065,
4521,
2231,
11,
828,
1438,
11639,
83,
918,
72,
28808,
5948,
479,
17053,
28808,
5948,
20810,
78,
8591,
6106,
17053,
3256,
31065,
11639,
83,
918,
72,
62,
88,
268,
5948,
62,
74,
17053,
62,
88,
268,
5948,
62,
29309,
62,
5031,
62,
2442,
17053,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
83,
918,
72,
3256,
705,
2411,
72,
3256,
705,
70,
2743,
3256,
705,
2442,
17053,
3256,
705,
74,
17053,
3256,
705,
1477,
676,
33807,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
228,
3256,
14873,
538,
1563,
82,
16193,
12762,
27720,
11,
828,
1438,
11639,
83,
918,
72,
3256,
31065,
11639,
83,
918,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
70,
2743,
3256,
705,
2411,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
229,
3256,
14873,
538,
1563,
82,
16193,
12762,
33981,
11,
828,
1438,
11639,
4164,
305,
3256,
31065,
11639,
4164,
305,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
2411,
72,
21349,
442,
5362,
21349,
33848,
5303,
3256,
705,
70,
2743,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
230,
3256,
14873,
538,
1563,
82,
16193,
12762,
34287,
11,
828,
1438,
11639,
2411,
72,
299,
88,
538,
46551,
3256,
31065,
11639,
2411,
72,
62,
3281,
538,
46551,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
70,
2743,
3256,
705,
2411,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
231,
3256,
14873,
538,
1563,
82,
16193,
12762,
33300,
11,
828,
1438,
11639,
15813,
20895,
3256,
31065,
11639,
15813,
20895,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
70,
2743,
3256,
705,
2411,
72,
3256,
705,
1452,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
232,
3256,
14873,
538,
1563,
82,
16193,
1065,
4521,
1120,
11,
828,
1438,
11639,
83,
859,
84,
3256,
31065,
11639,
83,
859,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
70,
2743,
3256,
705,
12093,
72,
8591,
29957,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
251,
3256,
14873,
538,
1563,
82,
16193,
12762,
36657,
11,
828,
1438,
11639,
2411,
72,
6941,
6592,
3256,
31065,
11639,
2411,
72,
62,
5908,
6592,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
70,
2743,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
252,
3256,
14873,
538,
1563,
82,
16193,
1065,
4521,
2154,
11,
828,
1438,
11639,
2411,
72,
21349,
1465,
320,
3216,
3256,
31065,
11639,
2411,
72,
62,
3972,
62,
25433,
320,
3216,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
70,
2743,
3256,
705,
2411,
72,
3256,
705,
76,
2475,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
233,
3256,
14873,
538,
1563,
82,
16193,
12762,
40639,
11,
828,
1438,
11639,
70,
2743,
8591,
29957,
84,
3256,
31065,
11639,
70,
2743,
62,
5031,
62,
83,
859,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
83,
859,
84,
3256,
705,
70,
2743,
3256,
705,
12093,
72,
8591,
29957,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
234,
3256,
14873,
538,
1563,
82,
16193,
12762,
43193,
11,
828,
1438,
11639,
12093,
72,
3256,
31065,
11639,
12093,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
70,
2743,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
235,
3256,
14873,
538,
1563,
82,
16193,
12762,
46435,
11,
828,
1438,
11639,
12093,
72,
300,
1292,
11601,
6592,
3256,
31065,
11639,
12093,
72,
62,
75,
1292,
11601,
6592,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
75,
1292,
11601,
6592,
3256,
705,
70,
2743,
3256,
705,
12093,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
236,
3256,
14873,
538,
1563,
82,
16193,
12762,
39111,
11,
828,
1438,
11639,
74,
571,
14226,
469,
3256,
31065,
11639,
74,
571,
14226,
469,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
83,
859,
84,
3256,
705,
70,
2743,
3256,
705,
12093,
72,
3256,
705,
13165,
11106,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
237,
3256,
14873,
538,
1563,
82,
16193,
1065,
4521,
2816,
11,
828,
1438,
11639,
15813,
20895,
17792,
1615,
72,
3256,
31065,
11639,
15813,
20895,
62,
11693,
62,
12093,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
70,
2743,
3256,
705,
15813,
20895,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
238,
3256,
14873,
538,
1563,
82,
16193,
12762,
37466,
11,
828,
1438,
11639,
12093,
72,
466,
2188,
3256,
31065,
11639,
12093,
72,
62,
9703,
78,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
70,
2743,
3256,
705,
12093,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
239,
3256,
14873,
538,
1563,
82,
16193,
12762,
37680,
11,
828,
1438,
11639,
4131,
377,
504,
72,
3256,
31065,
11639,
4131,
377,
504,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
70,
2743,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
240,
3256,
14873,
538,
1563,
82,
16193,
12762,
38431,
11,
828,
1438,
11639,
70,
2743,
8591,
1976,
320,
25384,
3256,
31065,
11639,
70,
2743,
62,
5031,
62,
89,
320,
25384,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
259,
73,
5362,
3256,
705,
70,
2743,
3256,
705,
76,
2069,
3256,
705,
4685,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
241,
3256,
14873,
538,
1563,
82,
16193,
12762,
36445,
11,
828,
1438,
11639,
70,
2743,
8591,
755,
23267,
3256,
31065,
11639,
70,
2743,
62,
5031,
62,
79,
8506,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
70,
2743,
3256,
705,
79,
8506,
72,
3256,
705,
17027,
3301,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
242,
3256,
14873,
538,
1563,
82,
16193,
1065,
4521,
1899,
11,
828,
1438,
11639,
70,
2743,
8591,
755,
23267,
300,
1292,
11601,
6592,
3256,
31065,
11639,
70,
2743,
62,
5031,
62,
79,
8506,
72,
62,
75,
1292,
11601,
6592,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
75,
1292,
11601,
6592,
3256,
705,
70,
2743,
3256,
705,
79,
8506,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
243,
3256,
14873,
538,
1563,
82,
16193,
12762,
47159,
11,
828,
1438,
11639,
660,
591,
72,
3256,
31065,
11639,
660,
591,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
70,
2743,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
244,
3256,
14873,
538,
1563,
82,
16193,
12762,
39380,
11,
828,
1438,
11639,
660,
591,
72,
287,
323,
11601,
6592,
3256,
31065,
11639,
660,
591,
72,
62,
259,
323,
11601,
6592,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
75,
1292,
11601,
6592,
3256,
705,
70,
2743,
3256,
705,
660,
591,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
245,
3256,
14873,
538,
1563,
82,
16193,
12762,
45791,
11,
828,
1438,
11639,
70,
2743,
3256,
31065,
11639,
70,
2743,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
27926,
482,
7252,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
246,
3256,
14873,
538,
1563,
82,
16193,
1065,
4521,
2414,
11,
828,
1438,
11639,
70,
2743,
300,
1292,
11601,
6592,
3256,
31065,
11639,
70,
2743,
62,
75,
1292,
11601,
6592,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
75,
1292,
11601,
6592,
3256,
705,
70,
2743,
3256,
705,
27926,
482,
7252,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
247,
3256,
14873,
538,
1563,
82,
16193,
12762,
36879,
11,
828,
1438,
11639,
70,
2743,
8591,
4356,
463,
3216,
3256,
31065,
11639,
70,
2743,
62,
5031,
62,
6236,
463,
3216,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
70,
2743,
3256,
705,
81,
85,
3256,
705,
5031,
4356,
463,
3216,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
248,
3256,
14873,
538,
1563,
82,
16193,
12762,
27310,
11,
828,
1438,
11639,
70,
2743,
8591,
479,
385,
1878,
343,
19388,
285,
528,
14031,
3256,
31065,
11639,
70,
2743,
62,
5031,
62,
45614,
1878,
343,
19388,
62,
76,
528,
14031,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
70,
2743,
3256,
705,
45614,
1878,
343,
19388,
3256,
705,
4685,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
249,
3256,
14873,
538,
1563,
82,
16193,
12762,
28933,
11,
828,
1438,
11639,
4685,
72,
300,
1292,
672,
1765,
64,
285,
528,
14031,
3256,
31065,
11639,
4685,
72,
62,
75,
1292,
672,
1765,
64,
62,
76,
528,
14031,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
70,
2743,
3256,
705,
4685,
72,
3256,
705,
4685,
72,
466,
2188,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
250,
3256,
14873,
538,
1563,
82,
16193,
12762,
35809,
11,
828,
1438,
11639,
33945,
74,
8326,
3256,
31065,
11639,
33945,
74,
8326,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
70,
2743,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
110,
3256,
14873,
538,
1563,
82,
16193,
12762,
35844,
11,
828,
1438,
11639,
7012,
271,
522,
4528,
3256,
31065,
11639,
7012,
271,
522,
4528,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
70,
2743,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
249,
121,
3256,
14873,
538,
1563,
82,
16193,
2079,
6659,
11,
828,
1438,
11639,
79,
696,
84,
21349,
285,
1878,
29822,
3256,
31065,
11639,
79,
696,
84,
62,
3972,
62,
76,
1878,
29822,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
79,
696,
84,
3256,
705,
76,
1878,
29822,
3256,
705,
15813,
20895,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
21,
68,
18,
3256,
14873,
538,
1563,
82,
16193,
1065,
5774,
2670,
11,
828,
1438,
11639,
5657,
397,
3301,
479,
12303,
3256,
31065,
11639,
5657,
397,
3301,
62,
74,
12303,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
5657,
397,
3301,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
21,
68,
19,
3256,
14873,
538,
1563,
82,
16193,
1065,
5774,
1821,
11,
828,
1438,
11639,
77,
73,
544,
21349,
823,
72,
3256,
31065,
11639,
77,
73,
544,
62,
3972,
62,
2411,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
2411,
72,
3256,
705,
83,
918,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
101,
3256,
14873,
538,
1563,
82,
16193,
1065,
4521,
1795,
11,
828,
1438,
11639,
83,
7252,
21349,
308,
2743,
8591,
755,
23267,
3256,
31065,
11639,
83,
7252,
62,
3972,
62,
70,
2743,
62,
5031,
62,
79,
8506,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
86,
16484,
3256,
705,
74,
10277,
2150,
14852,
3256,
705,
70,
2743,
3256,
705,
79,
8506,
72,
3256,
705,
83,
7252,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
98,
3256,
14873,
538,
1563,
82,
16193,
12762,
40179,
11,
828,
1438,
11639,
83,
7252,
25962,
7335,
21349,
1291,
69,
5580,
3256,
31065,
11639,
83,
7252,
62,
4029,
7335,
62,
3972,
62,
9535,
69,
5580,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
9535,
69,
5580,
3256,
705,
680,
3301,
3256,
705,
83,
7252,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
99,
3256,
14873,
538,
1563,
82,
16193,
12762,
30924,
11,
828,
1438,
11639,
83,
7252,
266,
8083,
21349,
1291,
69,
5580,
3256,
31065,
11639,
83,
7252,
62,
86,
8083,
62,
3972,
62,
9535,
69,
5580,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
9535,
69,
5580,
3256,
705,
680,
3301,
3256,
705,
83,
7252,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
100,
3256,
14873,
538,
1563,
82,
16193,
12762,
37601,
11,
828,
1438,
11639,
23577,
268,
17027,
3256,
31065,
11639,
23577,
268,
17027,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
47775,
528,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
248,
241,
3256,
14873,
538,
1563,
82,
16193,
4089,
2425,
11,
828,
1438,
11639,
77,
16484,
3256,
31065,
11639,
77,
16484,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
17694,
72,
3256,
705,
89,
2271,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
249,
113,
3256,
14873,
538,
1563,
82,
16193,
2079,
4790,
11,
828,
1438,
11639,
76,
1077,
6413,
3256,
31065,
11639,
76,
1077,
6413,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
47041,
2743,
3256,
705,
65,
5092,
3256,
705,
70,
2743,
3256,
705,
76,
1077,
5330,
3256,
705,
76,
993,
7344,
14187,
479,
315,
368,
1350,
293,
64,
4383,
282,
4178,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
96,
3256,
14873,
538,
1563,
82,
16193,
1065,
4521,
2425,
11,
828,
1438,
11639,
782,
282,
6909,
3256,
31065,
11639,
782,
282,
6909,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
65,
5092,
3256,
705,
70,
2743,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
97,
3256,
14873,
538,
1563,
82,
16193,
12762,
42548,
11,
828,
1438,
11639,
76,
1077,
6413,
21349,
479,
17053,
3256,
31065,
11639,
76,
1077,
6413,
62,
3972,
62,
74,
17053,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
65,
5092,
3256,
705,
70,
2743,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
21,
69,
18,
3256,
14873,
538,
1563,
82,
16193,
12762,
38172,
11,
828,
1438,
11639,
17694,
72,
21349,
450,
343,
544,
3256,
31065,
11639,
17694,
72,
62,
3972,
62,
397,
343,
544,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
70,
2743,
3256,
705,
397,
343,
544,
3256,
705,
17694,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
249,
112,
3256,
14873,
538,
1563,
82,
16193,
2079,
4761,
11,
828,
1438,
11639,
74,
452,
29794,
3256,
31065,
11639,
74,
452,
29794,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
65,
5092,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
21,
68,
20,
3256,
14873,
538,
1563,
82,
16193,
1065,
5774,
3901,
11,
828,
1438,
11639,
27926,
397,
5092,
3256,
31065,
11639,
27926,
397,
5092,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
65,
5092,
3256,
705,
70,
2743,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
95,
3256,
14873,
538,
1563,
82,
16193,
12762,
45385,
11,
828,
1438,
11639,
17694,
72,
3256,
31065,
11639,
17694,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
70,
2743,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
26486,
230,
3256,
14873,
538,
1563,
82,
16193,
2079,
5892,
11,
828,
1438,
11639,
358,
68,
469,
3256,
31065,
11639,
358,
68,
469,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
70,
2743,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
21,
68,
24,
3256,
14873,
538,
1563,
82,
16193,
1065,
5774,
2231,
11,
828,
1438,
11639,
358,
68,
469,
299,
9703,
78,
3256,
31065,
11639,
358,
68,
469,
62,
358,
24076,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
70,
2743,
3256,
705,
358,
68,
469,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
21,
1765,
3256,
14873,
538,
1563,
82,
16193,
1065,
5774,
2857,
11,
828,
1438,
11639,
358,
68,
469,
287,
323,
78,
623,
17411,
3256,
31065,
11639,
358,
68,
469,
62,
259,
323,
78,
623,
17411,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
4250,
544,
3256,
705,
70,
2743,
3256,
705,
23063,
623,
17411,
3256,
705,
358,
68,
469,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
21,
721,
3256,
14873,
538,
1563,
82,
16193,
1065,
5774,
2780,
11,
828,
1438,
11639,
358,
68,
469,
287,
323,
322,
292,
2403,
3256,
31065,
11639,
358,
68,
469,
62,
259,
323,
322,
292,
2403,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
315,
6413,
3256,
705,
70,
2743,
3256,
705,
23063,
9776,
2403,
3256,
705,
1437,
292,
2403,
3256,
705,
358,
68,
469,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
223,
3256,
14873,
538,
1563,
82,
16193,
12762,
42759,
11,
828,
1438,
11639,
2978,
1134,
404,
8326,
3256,
31065,
11639,
2978,
1134,
404,
8326,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
70,
2743,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
253,
3256,
14873,
538,
1563,
82,
16193,
12762,
46250,
11,
828,
1438,
11639,
2411,
72,
287,
323,
2577,
293,
64,
281,
1030,
72,
3256,
31065,
11639,
2411,
72,
62,
259,
323,
2577,
293,
64,
62,
648,
3216,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
11129,
64,
3256,
705,
2411,
72,
3256,
705,
70,
2743,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
254,
3256,
14873,
538,
1563,
82,
16193,
12762,
43864,
11,
828,
1438,
11639,
70,
2743,
300,
1292,
418,
1878,
14783,
1465,
320,
3216,
479,
10247,
479,
31842,
3256,
31065,
11639,
70,
2743,
62,
75,
1292,
418,
1878,
14783,
62,
25433,
320,
3216,
62,
74,
10247,
62,
74,
31842,
3256,
37647,
28,
69,
305,
8247,
316,
7,
4895,
70,
2743,
300,
1292,
418,
1878,
14783,
479,
21006,
5948,
479,
31842,
1976,
346,
8637,
278,
6,
278,
6,
528,
10247,
339,
86,
3216,
1600,
705,
70,
2743,
3256,
705,
365,
2127,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
94,
3256,
14873,
538,
1563,
82,
16193,
12762,
45758,
11,
828,
1438,
11639,
83,
859,
84,
287,
323,
418,
1878,
14783,
281,
1030,
72,
479,
10247,
479,
31842,
3256,
31065,
11639,
83,
859,
84,
62,
259,
323,
418,
1878,
14783,
62,
648,
3216,
62,
74,
10247,
62,
74,
31842,
3256,
37647,
28,
69,
305,
8247,
316,
7,
4895,
70,
2743,
300,
1292,
418,
1878,
14783,
479,
21006,
5948,
479,
31842,
1976,
346,
8637,
278,
6,
278,
6,
528,
10247,
339,
86,
3216,
1600,
705,
77,
73,
544,
21349,
29957,
84,
3256,
705,
365,
2127,
3256,
705,
77,
73,
544,
21349,
479,
31842,
3256,
705,
70,
2743,
3256,
705,
6391,
3216,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
222,
3256,
14873,
538,
1563,
82,
16193,
1065,
4521,
1821,
11,
828,
1438,
11639,
305,
7126,
72,
3256,
31065,
11639,
305,
7126,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
70,
2743,
3256,
705,
16484,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
21,
69,
15,
3256,
14873,
538,
1563,
82,
16193,
12762,
43665,
11,
828,
1438,
11639,
2617,
346,
4548,
72,
3256,
31065,
11639,
2617,
346,
4548,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
70,
2743,
3256,
705,
16484,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
21,
344,
3256,
14873,
538,
1563,
82,
16193,
1065,
5774,
1507,
11,
828,
1438,
11639,
3464,
469,
293,
21349,
285,
86,
392,
7761,
3256,
31065,
11639,
3464,
469,
293,
62,
3972,
62,
76,
86,
392,
7761,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
8940,
43733,
3256,
705,
3464,
469,
293,
3256,
705,
76,
86,
392,
7761,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
21,
535,
3256,
14873,
538,
1563,
82,
16193,
1065,
5774,
1433,
11,
828,
1438,
11639,
16762,
84,
435,
7745,
417,
6081,
6220,
392,
3216,
3256,
31065,
11639,
16762,
84,
62,
7344,
88,
417,
6081,
62,
15813,
392,
3216,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
75,
6081,
3256,
705,
8940,
43733,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
21,
12993,
3256,
14873,
538,
1563,
82,
16193,
1065,
5774,
1129,
11,
828,
1438,
11639,
15813,
5282,
3256,
31065,
11639,
15813,
5282,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
75,
6081,
3256,
705,
8940,
43733,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
21,
21101,
3256,
14873,
538,
1563,
82,
16193,
1065,
5774,
1314,
11,
828,
1438,
11639,
74,
5374,
72,
12385,
256,
7252,
3256,
31065,
11639,
74,
5374,
72,
62,
2616,
62,
83,
7252,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
83,
7252,
3256,
705,
8940,
43733,
3256,
705,
74,
5374,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
123,
3256,
14873,
538,
1563,
82,
16193,
12762,
36809,
11,
828,
1438,
11639,
65,
1878,
84,
21349,
867,
403,
24767,
3256,
31065,
11639,
65,
1878,
84,
62,
3972,
62,
21834,
403,
24767,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
26436,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
249,
222,
3256,
14873,
538,
1563,
82,
16193,
12762,
32869,
11,
828,
1438,
11639,
16762,
84,
281,
48822,
10949,
3256,
31065,
11639,
16762,
84,
62,
272,
48822,
10949,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
2065,
5303,
3256,
705,
65,
1878,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
234,
249,
3256,
14873,
538,
1563,
82,
16193,
23,
44183,
11,
828,
1438,
11639,
1477,
19388,
3256,
31065,
11639,
1477,
19388,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
541,
8083,
285,
15339,
3256,
705,
76,
354,
16484,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
237,
111,
3256,
14873,
538,
1563,
82,
16193,
24,
22416,
11,
828,
1438,
11639,
1477,
19388,
287,
323,
313,
343,
343,
19388,
285,
354,
16484,
3256,
31065,
11639,
1477,
19388,
62,
259,
323,
313,
343,
343,
19388,
62,
76,
354,
16484,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
541,
8083,
285,
15339,
3256,
705,
76,
354,
16484,
3256,
705,
1477,
19388,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
237,
108,
3256,
14873,
538,
1563,
82,
16193,
24,
2167,
11,
828,
1438,
11639,
74,
541,
8083,
285,
15339,
3256,
31065,
11639,
74,
541,
8083,
62,
76,
15339,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
82,
7252,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
237,
109,
3256,
14873,
538,
1563,
82,
16193,
24,
1264,
11,
828,
1438,
11639,
82,
7252,
21349,
12314,
258,
10872,
3256,
31065,
11639,
82,
7252,
62,
3972,
62,
9383,
258,
10872,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
82,
7252,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
237,
110,
3256,
14873,
538,
1563,
82,
16193,
24,
19004,
11,
828,
1438,
11639,
82,
7252,
21349,
479,
929,
8083,
285,
15339,
3256,
31065,
11639,
82,
7252,
62,
3972,
62,
74,
929,
8083,
62,
76,
15339,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
541,
8083,
285,
15339,
3256,
705,
82,
7252,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
39254,
3256,
14873,
538,
1563,
82,
16193,
12762,
27412,
11,
828,
1438,
11639,
82,
7252,
21349,
502,
89,
3216,
3256,
31065,
11639,
82,
7252,
62,
3972,
62,
1326,
89,
3216,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
82,
7252,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
243,
249,
3256,
14873,
538,
1563,
82,
16193,
12762,
30995,
11,
828,
1438,
11639,
82,
7252,
1650,
64,
3256,
31065,
11639,
82,
7252,
62,
82,
5350,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
82,
7252,
3256,
705,
82,
5350,
3256,
705,
405,
3256,
705,
1065,
3256,
705,
1065,
25,
405,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
243,
100,
3256,
14873,
538,
1563,
82,
16193,
12762,
30743,
11,
828,
1438,
11639,
82,
7252,
1650,
64,
12385,
299,
385,
84,
3256,
31065,
11639,
82,
7252,
62,
82,
5350,
62,
2616,
62,
77,
385,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
82,
5350,
3256,
705,
1065,
3256,
705,
1065,
25,
1270,
3256,
705,
82,
7252,
3256,
705,
77,
385,
84,
3256,
705,
1270,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
243,
238,
3256,
14873,
538,
1563,
82,
16193,
12762,
29211,
11,
828,
1438,
11639,
82,
7252,
264,
15498,
3256,
31065,
11639,
82,
7252,
62,
82,
15498,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
82,
15498,
3256,
705,
16,
25,
405,
3256,
705,
405,
3256,
705,
82,
7252,
3256,
705,
16,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
243,
250,
3256,
14873,
538,
1563,
82,
16193,
12762,
28978,
11,
828,
1438,
11639,
82,
7252,
264,
15498,
12385,
299,
385,
84,
3256,
31065,
11639,
82,
7252,
62,
82,
15498,
62,
2616,
62,
77,
385,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
82,
15498,
3256,
705,
16,
3256,
705,
16,
25,
1270,
3256,
705,
82,
7252,
3256,
705,
77,
385,
84,
3256,
705,
1270,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
243,
239,
3256,
14873,
538,
1563,
82,
16193,
12762,
31496,
11,
828,
1438,
11639,
82,
7252,
299,
1531,
3256,
31065,
11639,
82,
7252,
62,
77,
1531,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
17,
25,
405,
3256,
705,
77,
1531,
3256,
705,
17,
3256,
705,
405,
3256,
705,
82,
7252,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
243,
251,
3256,
14873,
538,
1563,
82,
16193,
12762,
27371,
11,
828,
1438,
11639,
82,
7252,
299,
1531,
12385,
299,
385,
84,
3256,
31065,
11639,
82,
7252,
62,
77,
1531,
62,
2616,
62,
77,
385,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
17,
25,
1270,
3256,
705,
82,
7252,
3256,
705,
77,
385,
84,
3256,
705,
77,
1531,
3256,
705,
17,
3256,
705,
1270,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
243,
240,
3256,
14873,
538,
1563,
82,
16193,
12762,
28460,
11,
828,
1438,
11639,
82,
7252,
256,
9160,
3256,
31065,
11639,
82,
7252,
62,
83,
9160,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
83,
9160,
3256,
705,
18,
25,
405,
3256,
705,
405,
3256,
705,
82,
7252,
3256,
705,
18,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
243,
252,
3256,
14873,
538,
1563,
82,
16193,
1065,
5999,
1120,
11,
828,
1438,
11639,
82,
7252,
256,
9160,
12385,
299,
385,
84,
3256,
31065,
11639,
82,
7252,
62,
83,
9160,
62,
2616,
62,
77,
385,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
83,
9160,
3256,
705,
18,
3256,
705,
82,
7252,
3256,
705,
77,
385,
84,
3256,
705,
18,
25,
1270,
3256,
705,
1270,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
243,
241,
3256,
14873,
538,
1563,
82,
16193,
12762,
29626,
11,
828,
1438,
11639,
82,
7252,
479,
12994,
3256,
31065,
11639,
82,
7252,
62,
74,
12994,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
19,
3256,
705,
19,
25,
405,
3256,
705,
405,
3256,
705,
82,
7252,
3256,
705,
74,
12994,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
243,
253,
3256,
14873,
538,
1563,
82,
16193,
12762,
35273,
11,
828,
1438,
11639,
82,
7252,
479,
12994,
12385,
299,
385,
84,
3256,
31065,
11639,
82,
7252,
62,
74,
12994,
62,
2616,
62,
77,
385,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
12994,
3256,
705,
19,
25,
1270,
3256,
705,
82,
7252,
3256,
705,
19,
3256,
705,
77,
385,
84,
3256,
705,
1270,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
243,
242,
3256,
14873,
538,
1563,
82,
16193,
1065,
5999,
1821,
11,
828,
1438,
11639,
82,
7252,
479,
12994,
12385,
6941,
6592,
3256,
31065,
11639,
82,
7252,
62,
74,
12994,
62,
2616,
62,
5908,
6592,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
20,
3256,
705,
74,
12994,
12385,
6941,
6592,
3256,
705,
405,
3256,
705,
20,
25,
405,
3256,
705,
82,
7252,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
243,
254,
3256,
14873,
538,
1563,
82,
16193,
12762,
33394,
11,
828,
1438,
11639,
82,
7252,
479,
12994,
12385,
6941,
6592,
12385,
299,
385,
84,
3256,
31065,
11639,
82,
7252,
62,
74,
12994,
62,
2616,
62,
5908,
6592,
62,
2616,
62,
77,
385,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
20,
25,
1270,
3256,
705,
74,
12994,
12385,
6941,
6592,
3256,
705,
20,
3256,
705,
82,
7252,
3256,
705,
77,
385,
84,
3256,
705,
1270,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
243,
243,
3256,
14873,
538,
1563,
82,
16193,
12762,
33660,
11,
828,
1438,
11639,
82,
7252,
479,
12994,
12385,
285,
65,
2403,
3256,
31065,
11639,
82,
7252,
62,
74,
12994,
62,
2616,
62,
2022,
2403,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
12994,
12385,
285,
65,
2403,
3256,
705,
21,
25,
405,
3256,
705,
405,
3256,
705,
21,
3256,
705,
82,
7252,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
243,
94,
3256,
14873,
538,
1563,
82,
16193,
12762,
33319,
11,
828,
1438,
11639,
11400,
479,
12994,
12385,
285,
65,
2403,
12385,
299,
385,
84,
3256,
31065,
11639,
11400,
62,
74,
12994,
62,
2616,
62,
2022,
2403,
62,
2616,
62,
77,
385,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
21,
3256,
705,
74,
12994,
12385,
285,
65,
2403,
3256,
705,
82,
7252,
3256,
705,
77,
385,
84,
3256,
705,
21,
25,
1270,
3256,
705,
1270,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
243,
244,
3256,
14873,
538,
1563,
82,
16193,
12762,
31575,
11,
828,
1438,
11639,
82,
7252,
6941,
6592,
3256,
31065,
11639,
82,
7252,
62,
5908,
6592,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
22,
3256,
705,
5908,
6592,
3256,
705,
405,
3256,
705,
22,
25,
405,
3256,
705,
82,
7252,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
243,
95,
3256,
14873,
538,
1563,
82,
16193,
12762,
32182,
11,
828,
1438,
11639,
82,
7252,
6941,
6592,
12385,
299,
385,
84,
3256,
31065,
11639,
82,
7252,
62,
5908,
6592,
62,
2616,
62,
77,
385,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
22,
3256,
705,
5908,
6592,
3256,
705,
22,
25,
1270,
3256,
705,
82,
7252,
3256,
705,
77,
385,
84,
3256,
705,
1270,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
243,
245,
3256,
14873,
538,
1563,
82,
16193,
12762,
32118,
11,
828,
1438,
11639,
82,
7252,
285,
65,
2403,
3256,
31065,
11639,
82,
7252,
62,
2022,
2403,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
23,
3256,
705,
2022,
2403,
3256,
705,
405,
3256,
705,
23,
25,
405,
3256,
705,
82,
7252,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
243,
96,
3256,
14873,
538,
1563,
82,
16193,
12762,
28567,
11,
828,
1438,
11639,
82,
7252,
285,
65,
2403,
12385,
299,
385,
84,
3256,
31065,
11639,
82,
7252,
62,
2022,
2403,
62,
2616,
62,
77,
385,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
2022,
2403,
3256,
705,
23,
25,
1270,
3256,
705,
82,
7252,
3256,
705,
23,
3256,
705,
77,
385,
84,
3256,
705,
1270,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
243,
246,
3256,
14873,
538,
1563,
82,
16193,
1065,
5999,
2598,
11,
828,
1438,
11639,
82,
7252,
256,
33419,
3256,
31065,
11639,
82,
7252,
62,
83,
33419,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
24,
25,
405,
3256,
705,
83,
33419,
3256,
705,
405,
3256,
705,
82,
7252,
3256,
705,
24,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
243,
97,
3256,
14873,
538,
1563,
82,
16193,
12762,
32066,
11,
828,
1438,
11639,
82,
7252,
256,
33419,
12385,
299,
385,
84,
3256,
31065,
11639,
82,
7252,
62,
83,
33419,
62,
2616,
62,
77,
385,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
83,
33419,
3256,
705,
82,
7252,
3256,
705,
24,
3256,
705,
77,
385,
84,
3256,
705,
1270,
3256,
705,
24,
25,
1270,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
243,
247,
3256,
14873,
538,
1563,
82,
16193,
1065,
5999,
2231,
11,
828,
1438,
11639,
82,
7252,
299,
710,
3256,
31065,
11639,
82,
7252,
62,
77,
710,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
77,
710,
3256,
705,
940,
3256,
705,
940,
25,
405,
3256,
705,
405,
3256,
705,
82,
7252,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
243,
98,
3256,
14873,
538,
1563,
82,
16193,
12762,
27277,
11,
828,
1438,
11639,
82,
7252,
299,
710,
12385,
299,
385,
84,
3256,
31065,
11639,
82,
7252,
62,
77,
710,
62,
2616,
62,
77,
385,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
940,
3256,
705,
77,
710,
3256,
705,
940,
25,
1270,
3256,
705,
82,
7252,
3256,
705,
77,
385,
84,
3256,
705,
1270,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
243,
248,
3256,
14873,
538,
1563,
82,
16193,
12762,
30557,
11,
828,
1438,
11639,
82,
7252,
256,
5733,
3256,
31065,
11639,
82,
7252,
62,
83,
5733,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
1157,
3256,
705,
83,
5733,
3256,
705,
405,
3256,
705,
1157,
25,
405,
3256,
705,
82,
7252,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
243,
99,
3256,
14873,
538,
1563,
82,
16193,
12762,
31128,
11,
828,
1438,
11639,
82,
7252,
256,
5733,
12385,
299,
385,
84,
3256,
31065,
11639,
82,
7252,
62,
83,
5733,
62,
2616,
62,
77,
385,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
1157,
3256,
705,
83,
5733,
3256,
705,
1157,
25,
1270,
3256,
705,
82,
7252,
3256,
705,
77,
385,
84,
3256,
705,
1270,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
234,
239,
3256,
14873,
538,
1563,
82,
16193,
1065,
3324,
5333,
11,
828,
1438,
11639,
76,
732,
17027,
29034,
3972,
3256,
31065,
11639,
76,
732,
17027,
62,
3149,
3972,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
732,
17027,
3256,
705,
3281,
27650,
72,
3256,
705,
71,
7344,
21349,
339,
10247,
3256,
705,
16484,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
234,
240,
3256,
14873,
538,
1563,
82,
16193,
1065,
3324,
5237,
11,
828,
1438,
11639,
76,
732,
17027,
285,
86,
392,
18811,
3256,
31065,
11639,
76,
732,
17027,
62,
76,
86,
392,
18811,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
732,
17027,
3256,
705,
71,
7344,
21349,
6391,
64,
3256,
705,
74,
7258,
4496,
3256,
705,
16484,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
234,
241,
3256,
14873,
538,
1563,
82,
16193,
1065,
3324,
5066,
11,
828,
1438,
11639,
76,
732,
17027,
2082,
686,
2127,
21349,
479,
8149,
4496,
3256,
31065,
11639,
76,
732,
17027,
62,
10247,
62,
305,
2127,
62,
3972,
62,
74,
8149,
4496,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
732,
17027,
3256,
705,
71,
7344,
21349,
339,
10247,
3256,
705,
305,
2127,
3256,
705,
16484,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
234,
242,
3256,
14873,
538,
1563,
82,
16193,
1065,
3324,
2414,
11,
828,
1438,
11639,
76,
732,
17027,
14856,
952,
648,
1031,
10247,
1976,
1698,
72,
21349,
299,
385,
84,
555,
64,
313,
5282,
3256,
31065,
11639,
76,
732,
17027,
62,
377,
952,
648,
1031,
10247,
62,
89,
1698,
72,
62,
3972,
62,
77,
385,
84,
62,
9613,
313,
5282,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
732,
17027,
3256,
705,
74,
7258,
4496,
3256,
705,
71,
7344,
21349,
339,
10247,
3256,
705,
76,
732,
17027,
14856,
952,
648,
1031,
10247,
1976,
1698,
72,
21349,
299,
385,
84,
3256,
705,
16484,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
234,
243,
3256,
14873,
538,
1563,
82,
16193,
1065,
3324,
2996,
11,
828,
1438,
11639,
76,
732,
17027,
479,
321,
2403,
3256,
31065,
11639,
76,
732,
17027,
62,
74,
321,
2403,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
732,
17027,
3256,
705,
74,
321,
2403,
3256,
705,
71,
7344,
21349,
339,
10247,
3256,
705,
16484,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
234,
244,
3256,
14873,
538,
1563,
82,
16193,
1065,
3324,
2791,
11,
828,
1438,
11639,
76,
732,
17027,
14856,
952,
648,
1031,
10247,
1976,
1698,
72,
21349,
299,
385,
84,
555,
64,
1659,
361,
544,
3256,
31065,
11639,
76,
732,
17027,
62,
377,
952,
648,
1031,
10247,
62,
89,
1698,
72,
62,
3972,
62,
77,
385,
84,
62,
9613,
1659,
361,
544,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
732,
17027,
3256,
705,
71,
7344,
21349,
339,
10247,
3256,
705,
76,
732,
17027,
14856,
952,
648,
1031,
10247,
1976,
1698,
72,
21349,
299,
385,
84,
3256,
705,
16484,
3256,
705,
23063,
19388,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
234,
245,
3256,
14873,
538,
1563,
82,
16193,
1065,
3324,
3134,
11,
828,
1438,
11639,
76,
732,
17027,
2082,
686,
2127,
21349,
285,
86,
680,
78,
3256,
31065,
11639,
76,
732,
17027,
62,
10247,
62,
305,
2127,
62,
3972,
62,
76,
86,
680,
78,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
732,
17027,
3256,
705,
71,
7344,
21349,
339,
10247,
3256,
705,
305,
2127,
3256,
705,
16484,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
234,
246,
3256,
14873,
538,
1563,
82,
16193,
1065,
3324,
3104,
11,
828,
1438,
11639,
76,
732,
17027,
479,
25162,
3256,
31065,
11639,
76,
732,
17027,
62,
74,
25162,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
732,
17027,
3256,
705,
71,
7344,
21349,
6391,
64,
3256,
705,
76,
732,
17027,
285,
86,
392,
18811,
3256,
705,
16484,
3256,
705,
23063,
19388,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
234,
247,
3256,
14873,
538,
1563,
82,
16193,
1065,
3324,
3388,
11,
828,
1438,
11639,
76,
732,
17027,
555,
5488,
392,
1689,
285,
732,
17027,
29034,
3972,
3256,
31065,
11639,
76,
732,
17027,
62,
403,
5488,
392,
1689,
62,
76,
732,
17027,
62,
3149,
3972,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
732,
17027,
3256,
705,
76,
732,
17027,
285,
86,
392,
18811,
3256,
705,
71,
7344,
21349,
339,
10247,
3256,
705,
16484,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
234,
248,
3256,
14873,
538,
1563,
82,
16193,
1065,
3324,
2154,
11,
828,
1438,
11639,
385,
78,
2082,
285,
732,
17027,
29034,
3972,
3256,
31065,
11639,
385,
78,
62,
10247,
62,
76,
732,
17027,
62,
3149,
3972,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
732,
17027,
3256,
705,
385,
78,
3256,
705,
71,
7344,
21349,
339,
10247,
3256,
705,
16484,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
234,
249,
3256,
14873,
538,
1563,
82,
16193,
1065,
3324,
4869,
11,
828,
1438,
11639,
76,
732,
17027,
2082,
686,
2127,
21349,
479,
8149,
4496,
266,
268,
5948,
514,
78,
3256,
31065,
11639,
76,
732,
17027,
62,
10247,
62,
305,
2127,
62,
3972,
62,
74,
8149,
4496,
62,
21006,
5948,
62,
385,
78,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
732,
17027,
3256,
705,
385,
78,
3256,
705,
71,
7344,
21349,
339,
10247,
3256,
705,
305,
2127,
3256,
705,
16484,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
234,
250,
3256,
14873,
538,
1563,
82,
16193,
1065,
3324,
4761,
11,
828,
1438,
11639,
76,
732,
17027,
2082,
686,
2127,
21349,
285,
86,
680,
78,
266,
268,
5948,
514,
78,
3256,
31065,
11639,
76,
732,
17027,
62,
10247,
62,
305,
2127,
62,
3972,
62,
76,
86,
680,
78,
62,
21006,
5948,
62,
385,
78,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
732,
17027,
3256,
705,
385,
78,
3256,
705,
71,
7344,
21349,
339,
10247,
3256,
705,
305,
2127,
3256,
705,
16484,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
36453,
3256,
14873,
538,
1563,
82,
16193,
1065,
3324,
3324,
11,
828,
1438,
11639,
79,
8083,
474,
2069,
3256,
31065,
11639,
79,
8083,
62,
73,
2069,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
71,
7344,
21349,
339,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
24583,
222,
3256,
14873,
538,
1563,
82,
16193,
5607,
2078,
11,
828,
1438,
11639,
73,
6413,
3256,
31065,
11639,
73,
6413,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
498,
72,
3256,
705,
71,
7344,
21349,
339,
10247,
3256,
705,
16484,
3256,
366,
74,
2150,
6,
7252,
20662,
36911,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
234,
251,
3256,
14873,
538,
1563,
82,
16193,
1065,
3324,
4790,
11,
828,
1438,
11639,
385,
78,
555,
64,
482,
7252,
285,
732,
17027,
3256,
31065,
11639,
385,
78,
62,
9613,
482,
7252,
62,
76,
732,
17027,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
321,
2403,
3256,
705,
385,
78,
3256,
705,
71,
7344,
21349,
339,
10247,
3256,
705,
16484,
3256,
366,
74,
2150,
6,
7252,
20662,
36911,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
234,
252,
3256,
14873,
538,
1563,
82,
16193,
1065,
3324,
4524,
11,
828,
1438,
11639,
385,
78,
555,
64,
482,
7252,
474,
6413,
3256,
31065,
11639,
385,
78,
62,
9613,
482,
7252,
62,
73,
6413,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
16484,
3256,
705,
73,
6413,
3256,
705,
71,
7344,
21349,
339,
10247,
3256,
705,
385,
72,
3256,
366,
74,
2150,
6,
7252,
20662,
36911,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
255,
238,
3256,
14873,
538,
1563,
82,
16193,
11442,
3459,
11,
828,
1438,
11639,
3281,
4265,
299,
5948,
48722,
21349,
25057,
3216,
3256,
31065,
11639,
3281,
4265,
62,
3281,
12496,
431,
62,
3972,
62,
86,
459,
3216,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
3281,
4265,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
234,
253,
3256,
14873,
538,
1563,
82,
16193,
1065,
3324,
2425,
11,
828,
1438,
2625,
3281,
4265,
287,
323,
506,
6,
7252,
1600,
31065,
2625,
3281,
4265,
62,
259,
323,
506,
6,
7252,
1600,
37647,
28,
69,
305,
8247,
316,
15090,
6,
3281,
4265,
3256,
705,
74,
388,
316,
321,
17167,
3256,
366,
782,
6,
7252,
1600,
366,
74,
2150,
6,
3301,
1600,
705,
4164,
321,
17167,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
234,
254,
3256,
14873,
538,
1563,
82,
16193,
1065,
3324,
4304,
11,
828,
1438,
11639,
74,
320,
86,
22311,
3256,
31065,
11639,
74,
320,
86,
22311,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
1942,
70,
14852,
3256,
705,
3281,
4265,
3256,
705,
16484,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
24583,
223,
3256,
14873,
538,
1563,
82,
16193,
5607,
1959,
11,
828,
1438,
11639,
5469,
84,
3256,
31065,
11639,
5469,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
71,
7344,
21349,
339,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
249,
227,
3256,
14873,
538,
1563,
82,
16193,
2079,
1495,
11,
828,
1438,
11639,
73,
6413,
299,
88,
7487,
21349,
266,
6680,
3256,
31065,
11639,
73,
6413,
62,
3281,
7487,
62,
3972,
62,
5469,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
5469,
84,
3256,
705,
73,
6413,
3256,
705,
71,
7344,
21349,
339,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
249,
230,
3256,
14873,
538,
1563,
82,
16193,
2079,
2078,
11,
828,
1438,
11639,
5469,
84,
279,
18811,
6592,
12385,
19772,
12385,
285,
85,
6413,
3256,
31065,
11639,
5469,
84,
62,
79,
18811,
6592,
62,
2616,
62,
6335,
72,
62,
2616,
62,
76,
85,
6413,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
5469,
84,
3256,
705,
782,
333,
43712,
3256,
705,
76,
85,
6413,
3256,
705,
71,
7344,
21349,
339,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
33916,
3256,
14873,
538,
1563,
82,
16193,
1065,
3324,
1795,
11,
828,
1438,
11639,
73,
6413,
299,
88,
7487,
21349,
266,
6680,
466,
2188,
3256,
31065,
11639,
73,
6413,
62,
3281,
7487,
62,
3972,
62,
5469,
84,
62,
9703,
78,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
5469,
84,
3256,
705,
73,
6413,
3256,
705,
71,
7344,
21349,
339,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
26582,
3256,
14873,
538,
1563,
82,
16193,
1065,
3324,
6659,
11,
828,
1438,
11639,
73,
6413,
299,
88,
7487,
21349,
266,
6680,
479,
549,
10247,
3256,
31065,
11639,
73,
6413,
62,
3281,
7487,
62,
3972,
62,
5469,
84,
62,
74,
549,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
5469,
84,
3256,
705,
73,
6413,
3256,
705,
71,
7344,
21349,
339,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
39195,
3256,
14873,
538,
1563,
82,
16193,
1065,
3324,
6469,
11,
828,
1438,
11639,
73,
6413,
299,
88,
7487,
21349,
8539,
72,
18896,
5948,
285,
85,
6413,
3256,
31065,
11639,
73,
6413,
62,
3281,
7487,
62,
3972,
62,
5469,
72,
62,
11925,
5948,
62,
76,
85,
6413,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
5469,
84,
3256,
705,
73,
6413,
3256,
705,
76,
85,
6413,
3256,
705,
71,
7344,
21349,
12711,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
34159,
3256,
14873,
538,
1563,
82,
16193,
1065,
3324,
5999,
11,
828,
1438,
11639,
5469,
84,
18896,
5948,
285,
85,
6413,
3256,
31065,
11639,
5469,
84,
62,
11925,
5948,
62,
76,
85,
6413,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
5469,
84,
3256,
705,
71,
7344,
21349,
339,
10247,
3256,
705,
76,
85,
6413,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
34256,
3256,
14873,
538,
1563,
82,
16193,
1065,
3324,
5705,
11,
828,
1438,
11639,
5469,
84,
18896,
5948,
262,
2290,
7285,
3256,
31065,
11639,
5469,
84,
62,
11925,
5948,
62,
1169,
2290,
7285,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
5469,
84,
3256,
705,
5657,
19830,
3256,
705,
1169,
2290,
7285,
3256,
705,
71,
7344,
21349,
339,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
37967,
3256,
14873,
538,
1563,
82,
16193,
1065,
3324,
5332,
11,
828,
1438,
11639,
5469,
84,
18896,
5948,
19772,
3256,
31065,
11639,
5469,
84,
62,
11925,
5948,
62,
6335,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
5469,
84,
3256,
705,
71,
7344,
21349,
339,
10247,
3256,
705,
6335,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
2624,
64,
3256,
14873,
538,
1563,
82,
16193,
1065,
3324,
4521,
11,
828,
1438,
11639,
74,
14107,
2150,
64,
3256,
31065,
11639,
74,
14107,
2150,
64,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
5469,
84,
3256,
705,
71,
7344,
21349,
339,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
2624,
65,
3256,
14873,
538,
1563,
82,
16193,
1065,
3324,
5774,
11,
828,
1438,
11639,
2724,
2150,
84,
3256,
31065,
11639,
2724,
2150,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
5469,
84,
3256,
705,
71,
7344,
21349,
339,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
2624,
66,
3256,
14873,
538,
1563,
82,
16193,
1065,
3324,
3459,
11,
828,
1438,
11639,
385,
78,
555,
64,
404,
377,
23638,
334,
431,
7501,
3256,
31065,
11639,
385,
78,
62,
9613,
404,
377,
23638,
62,
48722,
7501,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
5469,
84,
3256,
705,
48722,
7501,
3256,
705,
385,
78,
3256,
705,
71,
7344,
21349,
339,
10247,
3256,
705,
79,
377,
23638,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
234,
222,
3256,
14873,
538,
1563,
82,
16193,
1065,
3324,
2598,
11,
828,
1438,
11639,
83,
3046,
3216,
3256,
31065,
11639,
83,
3046,
3216,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
528,
2150,
10277,
2150,
84,
3256,
705,
74,
14107,
2150,
64,
3256,
705,
71,
7344,
21349,
339,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
234,
230,
3256,
14873,
538,
1563,
82,
16193,
16799,
43665,
11,
828,
1438,
11639,
929,
521,
68,
2082,
285,
85,
6413,
3256,
31065,
11639,
929,
521,
68,
62,
10247,
62,
76,
85,
6413,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
71,
7344,
21349,
339,
10247,
3256,
705,
76,
85,
6413,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
234,
224,
3256,
14873,
538,
1563,
82,
16193,
1065,
3324,
3510,
11,
828,
1438,
11639,
76,
45137,
32176,
334,
4528,
482,
403,
73,
10247,
3256,
31065,
11639,
76,
45137,
32176,
62,
32176,
482,
403,
73,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
71,
7344,
21349,
339,
10247,
3256,
705,
76,
85,
6413,
3256,
705,
76,
615,
7761,
3256,
705,
76,
45137,
32176,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
24583,
224,
3256,
14873,
538,
1563,
82,
16193,
5607,
1270,
11,
828,
1438,
11639,
76,
45137,
32176,
3256,
31065,
11639,
76,
45137,
32176,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
71,
7344,
21349,
339,
10247,
3256,
705,
76,
85,
6413,
3256,
705,
76,
615,
7761,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
24583,
242,
3256,
14873,
538,
1563,
82,
16193,
5607,
2780,
11,
828,
1438,
11639,
76,
45137,
32176,
12385,
2603,
505,
21349,
285,
85,
6413,
3256,
31065,
11639,
76,
45137,
32176,
62,
2616,
62,
6759,
505,
62,
3972,
62,
76,
85,
6413,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
41527,
3256,
705,
71,
7344,
21349,
339,
10247,
3256,
705,
76,
85,
6413,
3256,
705,
76,
615,
7761,
3256,
705,
76,
45137,
32176,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
249,
109,
3256,
14873,
538,
1563,
82,
16193,
2079,
3388,
11,
828,
1438,
11639,
76,
45137,
32176,
14856,
952,
479,
21006,
5948,
33848,
5303,
3256,
31065,
11639,
76,
45137,
32176,
62,
377,
952,
62,
74,
21006,
5948,
62,
446,
5303,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
6413,
3256,
705,
71,
7344,
21349,
339,
10247,
3256,
705,
76,
85,
6413,
3256,
705,
76,
45137,
32176,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
248,
94,
3256,
14873,
538,
1563,
82,
16193,
24,
39121,
11,
828,
1438,
11639,
10396,
660,
7285,
21349,
7544,
84,
3256,
31065,
11639,
10396,
660,
7285,
62,
3972,
62,
73,
12303,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
23063,
2150,
6413,
479,
10247,
334,
11883,
68,
3256,
705,
5183,
2743,
3256,
705,
10396,
660,
7285,
3256,
705,
388,
34755,
3256,
705,
6335,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
32391,
226,
3256,
14873,
538,
1563,
82,
16193,
3064,
4309,
11,
828,
1438,
11639,
15245,
1350,
21349,
262,
2290,
7285,
3256,
31065,
11639,
15245,
1350,
62,
3972,
62,
1169,
2290,
7285,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
5657,
19830,
3256,
705,
1169,
2290,
7285,
3256,
705,
71,
7344,
21349,
339,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
24583,
225,
3256,
14873,
538,
1563,
82,
16193,
5607,
3132,
11,
828,
1438,
11639,
12807,
321,
84,
21349,
285,
28047,
21349,
262,
2290,
7285,
3256,
31065,
11639,
12807,
321,
84,
62,
3972,
62,
16762,
84,
62,
3972,
62,
1169,
2290,
7285,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
5657,
19830,
3256,
705,
1169,
2290,
7285,
3256,
705,
71,
7344,
21349,
339,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
249,
226,
3256,
14873,
538,
1563,
82,
16193,
2079,
1731,
11,
828,
1438,
11639,
12807,
321,
84,
21349,
285,
28047,
21349,
262,
2290,
7285,
275,
10102,
262,
2290,
7285,
3256,
31065,
11639,
12807,
321,
84,
62,
3972,
62,
16762,
84,
62,
3972,
62,
1169,
2290,
7285,
62,
65,
10102,
62,
1169,
2290,
7285,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
5657,
19830,
3256,
705,
1169,
2290,
7285,
3256,
705,
71,
7344,
21349,
339,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
24583,
226,
3256,
14873,
538,
1563,
82,
16193,
5607,
2624,
11,
828,
1438,
11639,
74,
320,
22311,
3256,
31065,
11639,
74,
320,
22311,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
16484,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
98,
3256,
14873,
538,
1563,
82,
16193,
12762,
31675,
11,
828,
1438,
11639,
76,
2069,
3256,
31065,
11639,
76,
2069,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
86,
7344,
3256,
705,
89,
2271,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
100,
3256,
14873,
538,
1563,
82,
16193,
12762,
21940,
11,
828,
1438,
11639,
41527,
3256,
31065,
11639,
41527,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
24419,
31842,
3256,
705,
71,
7344,
21349,
339,
10247,
3256,
705,
74,
571,
261,
10872,
3256,
705,
73,
1077,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
234,
232,
3256,
14873,
538,
1563,
82,
16193,
16799,
41874,
11,
828,
1438,
11639,
86,
320,
8482,
8591,
16486,
72,
3256,
31065,
11639,
86,
320,
8482,
62,
5031,
62,
76,
26436,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
47041,
2743,
3256,
366,
86,
320,
8482,
6,
289,
7344,
21349,
339,
10247,
1600,
705,
76,
26436,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
225,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
2425,
11,
828,
1438,
11639,
83,
7252,
21349,
6428,
3540,
28808,
5948,
20810,
78,
8591,
514,
78,
2082,
285,
28047,
3256,
31065,
11639,
83,
7252,
62,
3972,
62,
7617,
3540,
62,
88,
268,
5948,
62,
29309,
62,
5031,
62,
385,
78,
62,
10247,
62,
16762,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
83,
7252,
3256,
705,
71,
50107,
3256,
705,
45614,
1456,
258,
365,
64,
3256,
705,
19650,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
226,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
4304,
11,
828,
1438,
11639,
16762,
72,
2082,
479,
81,
1042,
17053,
3256,
31065,
11639,
16762,
72,
62,
10247,
62,
38584,
1042,
17053,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
82,
1456,
258,
3256,
705,
16762,
72,
3256,
705,
38584,
1042,
17053,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
228,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
3695,
11,
828,
1438,
11639,
17359,
8182,
3256,
31065,
11639,
17359,
8182,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
82,
1456,
258,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
229,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
3720,
11,
828,
1438,
11639,
74,
38813,
321,
17167,
3256,
31065,
11639,
74,
38813,
321,
17167,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
17359,
8182,
3256,
705,
4164,
321,
17167,
3256,
705,
45614,
1456,
258,
365,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
26486,
101,
3256,
14873,
538,
1563,
82,
16193,
3064,
1731,
11,
828,
1438,
11639,
74,
388,
316,
321,
17167,
3256,
31065,
11639,
74,
388,
316,
321,
17167,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
3281,
4265,
3256,
705,
4164,
321,
17167,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
230,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
1795,
11,
828,
1438,
11639,
1996,
78,
3256,
31065,
11639,
1996,
78,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
82,
1456,
258,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
231,
3256,
14873,
538,
1563,
82,
16193,
16799,
3459,
16,
11,
828,
1438,
11639,
8899,
22651,
21349,
673,
260,
258,
3256,
31065,
11639,
8899,
22651,
62,
3972,
62,
82,
1456,
258,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
82,
1456,
258,
3256,
705,
1996,
78,
3256,
705,
45614,
1456,
258,
365,
64,
3256,
705,
83,
4763,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
232,
3256,
14873,
538,
1563,
82,
16193,
16799,
42980,
11,
828,
1438,
11639,
3149,
8704,
2082,
3975,
22651,
3256,
31065,
11639,
3149,
8704,
62,
10247,
62,
8899,
22651,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
3149,
8704,
3256,
705,
45614,
1456,
258,
365,
64,
3256,
705,
8899,
22651,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
23329,
3256,
14873,
538,
1563,
82,
16193,
16799,
49287,
11,
828,
1438,
11639,
16762,
72,
2082,
25706,
397,
1045,
3256,
31065,
11639,
16762,
72,
62,
10247,
62,
38006,
397,
1045,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
16762,
72,
3256,
705,
74,
2926,
2674,
72,
3256,
705,
65,
14208,
3256,
705,
45614,
1456,
258,
365,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
234,
3256,
14873,
538,
1563,
82,
16193,
16799,
40353,
11,
828,
1438,
11639,
45666,
64,
285,
65,
2403,
1976,
346,
528,
404,
680,
2271,
3256,
31065,
11639,
45666,
64,
62,
2022,
2403,
62,
89,
346,
528,
404,
680,
2271,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
2403,
88,
404,
680,
7115,
10247,
3256,
705,
74,
2926,
2674,
72,
3256,
705,
45614,
1456,
258,
365,
64,
3256,
705,
79,
680,
7115,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
235,
3256,
14873,
538,
1563,
82,
16193,
16799,
44230,
11,
828,
1438,
11639,
8899,
321,
34748,
21349,
285,
1559,
672,
2743,
3256,
31065,
11639,
8899,
321,
34748,
62,
3972,
62,
24996,
672,
2743,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
24996,
672,
2743,
3256,
705,
76,
1326,
64,
3256,
705,
74,
2926,
2674,
72,
3256,
705,
76,
8149,
17027,
3256,
705,
45614,
1456,
258,
365,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
236,
3256,
14873,
538,
1563,
82,
16193,
16799,
44980,
11,
828,
1438,
11639,
16921,
3768,
78,
410,
3972,
479,
2926,
2674,
72,
3256,
31065,
11639,
16921,
3768,
78,
62,
85,
3972,
62,
74,
2926,
2674,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
82,
1456,
258,
3256,
705,
38439,
3768,
78,
3256,
705,
74,
2926,
2674,
72,
3256,
705,
45614,
1456,
258,
365,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
237,
3256,
14873,
538,
1563,
82,
16193,
16799,
46660,
11,
828,
1438,
11639,
45666,
64,
21349,
479,
4131,
533,
285,
31842,
3256,
31065,
11639,
45666,
64,
62,
3972,
62,
74,
4131,
533,
62,
76,
31842,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
45666,
64,
3256,
705,
74,
4131,
533,
3256,
705,
45614,
1456,
258,
365,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
238,
3256,
14873,
538,
1563,
82,
16193,
16799,
28011,
11,
828,
1438,
11639,
3464,
469,
293,
21349,
334,
431,
7501,
3256,
31065,
11639,
3464,
469,
293,
62,
3972,
62,
48722,
7501,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
43640,
3256,
705,
48722,
7501,
3256,
705,
3464,
469,
293,
3256,
705,
45614,
1456,
258,
365,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
239,
3256,
14873,
538,
1563,
82,
16193,
16799,
39121,
11,
828,
1438,
11639,
82,
1456,
258,
21349,
285,
732,
17027,
3256,
31065,
11639,
82,
1456,
258,
62,
3972,
62,
76,
732,
17027,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
732,
17027,
3256,
705,
82,
1456,
258,
3256,
705,
45614,
1456,
258,
365,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
222,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
4761,
11,
828,
1438,
11639,
1133,
431,
3256,
31065,
11639,
1133,
431,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
45614,
1456,
258,
365,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
223,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
4790,
11,
828,
1438,
11639,
89,
707,
9189,
220,
2403,
88,
1659,
2150,
10247,
3256,
31065,
11639,
89,
707,
9189,
62,
2403,
88,
1659,
2150,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
89,
707,
9189,
3256,
705,
2403,
88,
1659,
2150,
10247,
3256,
705,
38142,
33263,
3256,
705,
45614,
1456,
258,
365,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
34107,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
5824,
11,
828,
1438,
11639,
83,
10277,
78,
21349,
479,
2926,
5069,
72,
3256,
31065,
11639,
83,
10277,
78,
62,
3972,
62,
74,
2926,
5069,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
5069,
72,
3256,
705,
1150,
7344,
3256,
705,
45614,
1456,
258,
365,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
33372,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
3865,
11,
828,
1438,
11639,
1133,
431,
2082,
334,
74,
2178,
1530,
78,
3256,
31065,
11639,
1133,
431,
62,
10247,
62,
2724,
2178,
1530,
78,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
1134,
2178,
1530,
78,
3256,
705,
1133,
431,
3256,
705,
45614,
1456,
258,
365,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
2670,
68,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
2999,
11,
828,
1438,
11639,
69,
2787,
84,
1976,
64,
220,
1133,
431,
2082,
1226,
321,
84,
3256,
31065,
11639,
69,
2787,
84,
62,
4496,
62,
1133,
431,
62,
10247,
62,
10379,
321,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
10379,
321,
84,
3256,
705,
69,
2787,
84,
3256,
705,
82,
7749,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
2670,
69,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
3070,
11,
828,
1438,
11639,
83,
1134,
316,
72,
1976,
64,
479,
4250,
544,
3256,
31065,
11639,
83,
1134,
316,
72,
62,
4496,
62,
74,
4250,
544,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
4250,
544,
3256,
705,
83,
1134,
316,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
104,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
1314,
11,
828,
1438,
11639,
83,
1134,
316,
72,
3256,
31065,
11639,
83,
1134,
316,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
4250,
544,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
248,
121,
3256,
14873,
538,
1563,
82,
16193,
2079,
1558,
11,
828,
1438,
11639,
3149,
8704,
2082,
37011,
12303,
3256,
31065,
11639,
3149,
8704,
62,
10247,
62,
76,
328,
12303,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
82,
17411,
3256,
705,
3149,
8704,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
248,
122,
3256,
14873,
538,
1563,
82,
16193,
2079,
1507,
11,
828,
1438,
11639,
3149,
8704,
2082,
7284,
571,
7344,
3256,
31065,
11639,
3149,
8704,
62,
10247,
62,
12636,
571,
7344,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
3149,
8704,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
237,
222,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
2623,
11,
828,
1438,
11639,
3149,
8704,
2082,
479,
1134,
499,
84,
3256,
31065,
11639,
3149,
8704,
62,
10247,
62,
74,
1134,
499,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
3149,
8704,
3256,
705,
74,
1134,
499,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
237,
230,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
2598,
11,
828,
1438,
11639,
3149,
8704,
2082,
285,
533,
74,
3216,
3256,
31065,
11639,
3149,
8704,
62,
10247,
62,
11449,
74,
3216,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
11449,
74,
3216,
3256,
705,
3149,
8704,
3256,
705,
3149,
8704,
2082,
37011,
12303,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
237,
231,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
2231,
11,
828,
1438,
11639,
3149,
8704,
2082,
374,
8126,
3256,
31065,
11639,
3149,
8704,
62,
10247,
62,
81,
8126,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
81,
8126,
3256,
705,
3149,
8704,
3256,
705,
3149,
8704,
2082,
37011,
12303,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
122,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
2682,
11,
828,
1438,
11639,
3149,
8704,
2082,
3478,
23267,
3256,
31065,
11639,
3149,
8704,
62,
10247,
62,
1452,
23267,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
430,
7126,
72,
3256,
705,
3149,
8704,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
109,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
2481,
11,
828,
1438,
11639,
65,
2403,
9189,
3256,
31065,
11639,
65,
2403,
9189,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
23,
3256,
705,
76,
2395,
10872,
3256,
705,
3149,
8704,
807,
3256,
705,
77,
1531,
3256,
705,
3149,
8704,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
111,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
1954,
11,
828,
1438,
11639,
76,
2395,
10872,
2082,
479,
84,
1075,
343,
19388,
2603,
3046,
68,
442,
5362,
3256,
31065,
11639,
76,
2395,
10872,
62,
10247,
62,
23063,
1075,
343,
19388,
62,
6759,
3046,
68,
62,
45045,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
2395,
10872,
3256,
705,
3149,
8704,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
249,
111,
3256,
14873,
538,
1563,
82,
16193,
2079,
4869,
11,
828,
1438,
11639,
45666,
64,
479,
265,
9232,
427,
25147,
3256,
31065,
11639,
45666,
64,
62,
41826,
9232,
62,
1477,
25147,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
70,
1659,
84,
3256,
705,
1477,
25147,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
18,
535,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
2780,
11,
828,
1438,
11639,
76,
2395,
4496,
467,
20942,
3256,
31065,
11639,
76,
2395,
4496,
62,
70,
1659,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
70,
1659,
84,
3256,
705,
3149,
8704,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
249,
116,
3256,
14873,
538,
1563,
82,
16193,
2079,
4304,
11,
828,
1438,
11639,
85,
5375,
84,
410,
3972,
479,
1133,
293,
4496,
479,
21006,
5948,
262,
2290,
7285,
3256,
31065,
11639,
85,
5375,
84,
62,
85,
3972,
62,
74,
1133,
293,
4496,
62,
74,
21006,
5948,
62,
1169,
2290,
7285,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
1133,
293,
4496,
3256,
705,
1169,
2290,
7285,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
96,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
2998,
11,
828,
1438,
11639,
358,
78,
5733,
21349,
334,
40939,
8903,
3256,
31065,
11639,
358,
78,
5733,
62,
3972,
62,
14795,
84,
8903,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
358,
78,
5733,
3256,
705,
37687,
8182,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
121,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
2091,
11,
828,
1438,
11639,
1477,
7246,
21349,
479,
2724,
14107,
544,
3256,
31065,
11639,
1477,
7246,
62,
3972,
62,
74,
2724,
14107,
544,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
1477,
7246,
3256,
705,
74,
2724,
14107,
544,
3256,
705,
907,
1056,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
123,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
2327,
11,
828,
1438,
11639,
20545,
3256,
31065,
11639,
20545,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
1169,
2290,
7285,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
249,
115,
3256,
14873,
538,
1563,
82,
16193,
2079,
2425,
11,
828,
1438,
11639,
16762,
84,
281,
323,
721,
258,
4496,
285,
2395,
10872,
2082,
479,
385,
4106,
72,
3256,
31065,
11639,
16762,
84,
62,
272,
323,
721,
258,
4496,
62,
76,
2395,
10872,
62,
10247,
62,
45614,
4106,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
20545,
3256,
705,
1169,
2290,
7285,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
237,
224,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
2548,
11,
828,
1438,
11639,
16762,
84,
281,
323,
316,
11129,
4496,
479,
21006,
5948,
262,
2290,
7285,
3256,
31065,
11639,
16762,
84,
62,
272,
323,
316,
11129,
4496,
62,
74,
21006,
5948,
62,
1169,
2290,
7285,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
20545,
3256,
705,
1169,
2290,
7285,
3256,
705,
549,
5488,
2082,
479,
1133,
293,
4496,
479,
21006,
5948,
262,
2290,
7285,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
237,
226,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
1821,
11,
828,
1438,
11639,
16762,
84,
281,
323,
316,
11129,
4496,
479,
21006,
5948,
285,
707,
320,
8482,
3256,
31065,
11639,
16762,
84,
62,
272,
323,
316,
11129,
4496,
62,
74,
21006,
5948,
62,
76,
707,
320,
8482,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
1133,
293,
4496,
479,
21006,
5948,
285,
707,
320,
8482,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
237,
229,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
3559,
11,
828,
1438,
11639,
2022,
952,
1976,
64,
1290,
17053,
3256,
31065,
11639,
2022,
952,
62,
4496,
62,
16370,
17053,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
16370,
17053,
21349,
30407,
521,
5733,
3256,
705,
76,
1077,
521,
5733,
3256,
705,
16370,
17053,
3256,
705,
76,
86,
437,
274,
3099,
1290,
17053,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
237,
232,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
3510,
11,
828,
1438,
11639,
76,
21638,
469,
293,
26436,
3256,
31065,
11639,
76,
21638,
469,
293,
26436,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
20895,
469,
293,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
249,
117,
3256,
14873,
538,
1563,
82,
16193,
2079,
3324,
11,
828,
1438,
11639,
16762,
84,
12385,
285,
4063,
64,
3256,
31065,
11639,
16762,
84,
62,
2616,
62,
3149,
8704,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
3149,
8704,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
18,
21101,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
2857,
11,
828,
1438,
11639,
76,
1350,
7012,
410,
88,
7487,
48569,
10094,
3256,
31065,
11639,
76,
1350,
7012,
62,
7670,
7487,
62,
85,
528,
10094,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
10277,
10094,
3256,
705,
76,
1350,
7012,
410,
88,
7487,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
112,
3256,
14873,
538,
1563,
82,
16193,
12762,
46589,
11,
828,
1438,
11639,
76,
86,
437,
274,
3099,
275,
15152,
522,
4528,
3256,
31065,
11639,
76,
86,
437,
274,
3099,
62,
7012,
271,
522,
4528,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
7012,
271,
522,
4528,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
113,
3256,
14873,
538,
1563,
82,
16193,
12762,
48528,
11,
828,
1438,
11639,
16762,
84,
281,
48822,
437,
274,
3099,
275,
15152,
522,
4528,
285,
2475,
3216,
3256,
31065,
11639,
16762,
84,
62,
272,
48822,
437,
274,
3099,
62,
7012,
271,
522,
4528,
62,
76,
2475,
3216,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
7012,
271,
522,
4528,
3256,
705,
76,
86,
437,
274,
3099,
275,
15152,
522,
4528,
3256,
705,
76,
2475,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
18,
344,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
1120,
11,
828,
1438,
11639,
70,
2743,
8591,
30407,
521,
5733,
3256,
31065,
11639,
70,
2743,
62,
5031,
62,
76,
1077,
521,
5733,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
70,
2743,
3256,
705,
76,
1077,
521,
5733,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
18,
10210,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
2920,
11,
828,
1438,
11639,
79,
1134,
541,
5580,
3256,
31065,
11639,
79,
1134,
541,
5580,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
1077,
521,
5733,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
18,
66,
20,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
3901,
11,
828,
1438,
11639,
1150,
7344,
21349,
12314,
258,
10872,
3256,
31065,
11639,
1150,
7344,
62,
3972,
62,
9383,
258,
10872,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
1150,
7344,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
237,
228,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
3682,
11,
828,
1438,
11639,
74,
1134,
296,
1350,
3256,
31065,
11639,
74,
1134,
296,
1350,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
89,
707,
9189,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
18,
12993,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
4349,
11,
828,
1438,
11639,
74,
380,
7126,
72,
3256,
31065,
11639,
74,
380,
7126,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
2395,
10872,
3256,
705,
3149,
8704,
3256,
705,
70,
25162,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
18,
67,
15,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
4309,
11,
828,
1438,
11639,
3149,
8704,
2082,
266,
615,
84,
3256,
31065,
11639,
3149,
8704,
62,
10247,
62,
45137,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
2395,
10872,
3256,
705,
3149,
8704,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
18,
67,
16,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
4310,
11,
828,
1438,
11639,
3149,
8704,
2082,
2153,
25162,
3256,
31065,
11639,
3149,
8704,
62,
10247,
62,
19726,
25162,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
2395,
10872,
3256,
705,
4106,
8149,
6592,
3256,
705,
74,
2926,
8846,
3256,
705,
3149,
8704,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
18,
67,
17,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
4051,
11,
828,
1438,
11639,
74,
328,
2577,
17792,
289,
18228,
21349,
2318,
1878,
35657,
3256,
31065,
11639,
74,
328,
2577,
62,
11693,
62,
71,
18228,
62,
3972,
62,
5657,
1878,
35657,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
2395,
10872,
3256,
705,
3149,
8704,
2082,
2153,
25162,
3256,
705,
5657,
1878,
84,
3256,
705,
15813,
3046,
68,
17792,
479,
1229,
258,
4496,
3256,
705,
74,
2926,
8846,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
18,
67,
18,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
2816,
11,
828,
1438,
11639,
13886,
279,
506,
3256,
31065,
11639,
13886,
62,
79,
506,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
2395,
10872,
3256,
705,
549,
5488,
3256,
705,
1452,
23267,
21349,
502,
89,
3216,
3256,
705,
3149,
8704,
3256,
705,
70,
25162,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
18,
69,
23,
3256,
14873,
538,
1563,
82,
16193,
16799,
41561,
11,
828,
1438,
11639,
3149,
8704,
2082,
410,
3541,
23790,
3256,
31065,
11639,
3149,
8704,
62,
10247,
62,
85,
3541,
23790,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
3149,
14031,
285,
5908,
6592,
3256,
705,
76,
2395,
10872,
3256,
705,
430,
7126,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
107,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
1129,
11,
828,
1438,
11639,
74,
377,
1516,
64,
427,
397,
12236,
3256,
31065,
11639,
74,
377,
1516,
64,
62,
1477,
397,
12236,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
2395,
10872,
3256,
705,
74,
328,
2178,
64,
3256,
705,
75,
1516,
78,
479,
12303,
3256,
705,
75,
1516,
78,
3256,
705,
70,
44294,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
106,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
1507,
11,
828,
1438,
11639,
76,
2395,
10872,
2082,
2008,
3256,
31065,
11639,
76,
2395,
10872,
62,
10247,
62,
15588,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
2395,
10872,
3256,
705,
38439,
3145,
8846,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
41734,
3256,
14873,
538,
1563,
82,
16193,
12762,
26514,
11,
828,
1438,
11639,
385,
2724,
3216,
3256,
31065,
11639,
385,
2724,
3216,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
2395,
10872,
3256,
705,
76,
2395,
10872,
2082,
2008,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
110,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
1828,
11,
828,
1438,
11639,
47984,
84,
3256,
31065,
11639,
47984,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
2395,
10872,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
17992,
254,
3256,
14873,
538,
1563,
82,
16193,
4089,
1731,
11,
828,
1438,
11639,
1477,
929,
7056,
3256,
31065,
11639,
1477,
929,
7056,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
2395,
10872,
3256,
705,
74,
9189,
3256,
705,
21070,
1045,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
39908,
3256,
14873,
538,
1563,
82,
16193,
4089,
1959,
11,
828,
1438,
11639,
74,
26186,
3256,
31065,
11639,
74,
26186,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
2395,
10872,
3256,
705,
74,
9189,
3256,
705,
21070,
1045,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
41298,
3256,
14873,
538,
1563,
82,
16193,
4089,
1270,
11,
828,
1438,
11639,
74,
46313,
3256,
31065,
11639,
74,
46313,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
2395,
10872,
3256,
705,
74,
9189,
3256,
705,
4703,
84,
3256,
705,
21070,
1045,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
17992,
96,
3256,
14873,
538,
1563,
82,
16193,
4089,
1983,
11,
828,
1438,
11639,
76,
559,
64,
3256,
31065,
11639,
76,
559,
64,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
2395,
10872,
3256,
705,
74,
9189,
3256,
705,
21070,
1045,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
225,
237,
3256,
14873,
538,
1563,
82,
16193,
16799,
24839,
11,
828,
1438,
11639,
73,
482,
2743,
3256,
31065,
11639,
73,
482,
2743,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
2395,
10872,
3256,
705,
74,
9189,
3256,
705,
74,
1229,
258,
4496,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
222,
226,
3256,
14873,
538,
1563,
82,
16193,
1065,
3388,
1795,
11,
828,
1438,
11639,
14844,
72,
474,
988,
917,
84,
8591,
42768,
32428,
3256,
31065,
11639,
14844,
72,
62,
73,
988,
917,
84,
62,
5031,
62,
76,
993,
32428,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
2395,
10872,
3256,
705,
76,
993,
32428,
3256,
705,
3281,
988,
917,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
112,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
1731,
11,
828,
1438,
11639,
74,
9189,
1976,
64,
479,
283,
1045,
1976,
64,
285,
559,
64,
3256,
31065,
11639,
74,
9189,
62,
4496,
62,
21070,
1045,
62,
4496,
62,
76,
559,
64,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
2395,
10872,
3256,
705,
74,
9189,
3256,
705,
74,
1229,
258,
4496,
3256,
705,
74,
2926,
2674,
72,
3256,
705,
76,
559,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
229,
3256,
14873,
538,
1563,
82,
16193,
12762,
29558,
11,
828,
1438,
11639,
2777,
9232,
220,
524,
89,
320,
10247,
3256,
31065,
11639,
2777,
9232,
62,
524,
89,
320,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
89,
8083,
3256,
705,
2777,
9232,
3256,
705,
74,
320,
3972,
3256,
705,
82,
2306,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
230,
3256,
14873,
538,
1563,
82,
16193,
12762,
18897,
11,
828,
1438,
11639,
2777,
9232,
3256,
31065,
11639,
2777,
9232,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
82,
2306,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
231,
3256,
14873,
538,
1563,
82,
16193,
12762,
22980,
11,
828,
1438,
11639,
2777,
9232,
545,
413,
1077,
10247,
3256,
31065,
11639,
2777,
9232,
62,
320,
413,
1077,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
5469,
84,
3256,
705,
2777,
9232,
3256,
705,
45045,
3256,
705,
82,
2306,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
232,
3256,
14873,
538,
1563,
82,
16193,
12762,
25540,
11,
828,
1438,
11639,
2777,
9232,
28808,
5948,
473,
47966,
21349,
7544,
84,
3256,
31065,
11639,
2777,
9232,
62,
88,
268,
5948,
62,
82,
2306,
72,
62,
3972,
62,
73,
12303,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
12303,
3256,
705,
83,
33419,
3256,
705,
2777,
9232,
3256,
705,
82,
2306,
72,
3256,
705,
18,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
95,
3256,
14873,
538,
1563,
82,
16193,
12762,
24909,
11,
828,
1438,
11639,
74,
541,
7056,
473,
47966,
3256,
31065,
11639,
74,
541,
7056,
62,
82,
2306,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
82,
2306,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
96,
3256,
14873,
538,
1563,
82,
16193,
12762,
24403,
11,
828,
1438,
11639,
28917,
1878,
14651,
3256,
31065,
11639,
28917,
1878,
14651,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
1530,
648,
17517,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
107,
3256,
14873,
538,
1563,
82,
16193,
12762,
23516,
11,
828,
1438,
11639,
71,
14651,
21349,
1281,
64,
3256,
31065,
11639,
71,
14651,
62,
3972,
62,
7353,
64,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
71,
14651,
3256,
705,
7353,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
243,
3256,
14873,
538,
1563,
82,
16193,
12762,
27019,
11,
828,
1438,
11639,
3464,
469,
293,
28808,
5948,
435,
1689,
21349,
33480,
5549,
3256,
31065,
11639,
3464,
469,
293,
62,
88,
268,
5948,
62,
282,
1689,
62,
3972,
62,
28015,
5549,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
82,
7745,
78,
3256,
705,
41826,
1031,
10247,
3256,
705,
3876,
3046,
33263,
3256,
705,
74,
320,
10247,
3256,
705,
89,
8083,
3256,
705,
45897,
2271,
3256,
705,
74,
320,
3972,
3256,
705,
3464,
469,
293,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
120,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
2624,
11,
828,
1438,
11639,
21070,
265,
17053,
21349,
285,
10277,
5580,
3256,
31065,
11639,
21070,
265,
17053,
62,
3972,
62,
76,
10277,
5580,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
10277,
5580,
3256,
705,
21070,
265,
17053,
21349,
220,
285,
10277,
5580,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
113,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
1495,
11,
828,
1438,
11639,
1662,
72,
21349,
285,
10277,
5580,
3256,
31065,
11639,
1662,
72,
62,
3972,
62,
76,
10277,
5580,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
1662,
72,
3256,
705,
76,
10277,
5580,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
114,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
2075,
11,
828,
1438,
11639,
805,
5092,
21349,
285,
10277,
5580,
3256,
31065,
11639,
805,
5092,
62,
3972,
62,
76,
10277,
5580,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
1662,
72,
3256,
705,
76,
10277,
5580,
3256,
705,
805,
5092,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
28771,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
5607,
11,
828,
1438,
11639,
2611,
1134,
305,
69,
14651,
21349,
8034,
3256,
31065,
11639,
2611,
1134,
305,
69,
14651,
62,
3972,
62,
19149,
952,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
2611,
1134,
305,
69,
14651,
3256,
705,
76,
10277,
5580,
3256,
705,
19149,
952,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
2670,
64,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
4089,
11,
828,
1438,
11639,
74,
578,
293,
17027,
17792,
479,
495,
365,
65,
19388,
473,
47966,
3256,
31065,
11639,
74,
578,
293,
17027,
62,
11693,
62,
74,
495,
365,
65,
19388,
62,
82,
2306,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
4106,
86,
14208,
3256,
705,
76,
10277,
5580,
3256,
705,
74,
578,
293,
17027,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
2670,
65,
3256,
14873,
538,
1563,
82,
16193,
1065,
3695,
2079,
11,
828,
1438,
11639,
85,
270,
3046,
68,
410,
3972,
479,
463,
3145,
8846,
3256,
31065,
11639,
85,
270,
3046,
68,
62,
85,
3972,
62,
74,
463,
3145,
8846,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
85,
270,
3046,
68,
3256,
705,
76,
10277,
5580,
3256,
705,
16921,
3145,
8846,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
97,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
2919,
11,
828,
1438,
11639,
2611,
1134,
305,
69,
14651,
3256,
31065,
11639,
2611,
1134,
305,
69,
14651,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
3301,
2088,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
100,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
1157,
11,
828,
1438,
11639,
85,
361,
7252,
410,
3972,
473,
47966,
410,
3972,
12422,
1134,
295,
72,
3256,
31065,
11639,
85,
361,
7252,
62,
85,
3972,
62,
82,
2306,
72,
62,
85,
3972,
62,
5356,
1134,
295,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
361,
7252,
17792,
473,
47966,
17792,
12422,
1134,
295,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
115,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
1983,
11,
828,
1438,
11639,
82,
4730,
1878,
14651,
3256,
31065,
11639,
82,
4730,
1878,
14651,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
6081,
3256,
705,
76,
10277,
5580,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
116,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
2078,
11,
828,
1438,
11639,
70,
5350,
3256,
31065,
11639,
70,
5350,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
6081,
3256,
705,
76,
10277,
5580,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
117,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
1959,
11,
828,
1438,
11639,
5116,
5282,
3256,
31065,
11639,
5116,
5282,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
79,
10115,
3256,
705,
6081,
3256,
705,
76,
10277,
5580,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
118,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
1270,
11,
828,
1438,
11639,
18870,
2178,
17167,
3256,
31065,
11639,
18870,
2178,
17167,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
6081,
3256,
705,
76,
10277,
5580,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
119,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
3132,
11,
828,
1438,
11639,
69,
312,
5031,
3256,
31065,
11639,
69,
312,
5031,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
6081,
3256,
705,
76,
10277,
5580,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
119,
3256,
14873,
538,
1563,
82,
16193,
12762,
28072,
11,
828,
1438,
11639,
445,
952,
3256,
31065,
11639,
445,
952,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
15588,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
109,
3256,
14873,
538,
1563,
82,
16193,
12762,
28872,
11,
828,
1438,
11639,
14323,
84,
21349,
33480,
261,
14651,
3256,
31065,
11639,
14323,
84,
62,
3972,
62,
28015,
261,
14651,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
14323,
84,
3256,
705,
14323,
84,
21349,
220,
33480,
261,
14651,
3256,
705,
3972,
33480,
261,
14651,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
110,
3256,
14873,
538,
1563,
82,
16193,
12762,
27877,
11,
828,
1438,
11639,
14323,
84,
21349,
33480,
261,
14651,
28808,
5948,
479,
680,
1000,
3256,
31065,
11639,
14323,
84,
62,
3972,
62,
28015,
261,
14651,
62,
88,
268,
5948,
62,
31501,
1000,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
907,
71,
1000,
3256,
705,
14323,
84,
21349,
33480,
261,
14651,
3256,
705,
79,
13827,
985,
84,
3256,
705,
3972,
33480,
261,
14651,
3256,
705,
35924,
64,
3256,
705,
14323,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
252,
3256,
14873,
538,
1563,
82,
16193,
12762,
23148,
11,
828,
1438,
11639,
28015,
29941,
2082,
985,
84,
3256,
31065,
11639,
28015,
29941,
62,
10247,
62,
14323,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
14323,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
254,
3256,
14873,
538,
1563,
82,
16193,
1065,
6469,
1731,
11,
828,
1438,
11639,
76,
1077,
500,
21349,
277,
4730,
72,
3256,
31065,
11639,
76,
1077,
500,
62,
3972,
62,
69,
4730,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
69,
4730,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
234,
3256,
14873,
538,
1563,
82,
16193,
12762,
25022,
11,
828,
1438,
11639,
489,
18013,
21349,
334,
11883,
68,
3256,
31065,
11639,
489,
18013,
62,
3972,
62,
388,
34755,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
782,
14795,
84,
1976,
64,
334,
11883,
68,
3256,
705,
388,
34755,
3256,
705,
489,
18013,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
119,
3256,
14873,
538,
1563,
82,
16193,
12762,
23451,
11,
828,
1438,
11639,
74,
3361,
88,
29822,
299,
9703,
78,
3256,
31065,
11639,
74,
3361,
88,
29822,
62,
358,
24076,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
14751,
3256,
705,
65,
1437,
9501,
72,
3256,
705,
74,
3361,
88,
29822,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
20,
64,
20,
3256,
14873,
538,
1563,
82,
16193,
1065,
5705,
2481,
11,
828,
1438,
11639,
74,
3361,
88,
29822,
21349,
502,
89,
3216,
3256,
31065,
11639,
74,
3361,
88,
29822,
62,
3972,
62,
1326,
89,
3216,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
3361,
88,
29822,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
20,
64,
23,
3256,
14873,
538,
1563,
82,
16193,
1065,
5705,
1731,
11,
828,
1438,
11639,
4798,
64,
3256,
31065,
11639,
4798,
64,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
3361,
88,
29822,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
234,
101,
3256,
14873,
538,
1563,
82,
16193,
24,
830,
11,
828,
1438,
11639,
74,
571,
23130,
3256,
31065,
11639,
74,
571,
23130,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
3361,
88,
29822,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
20,
65,
16,
3256,
14873,
538,
1563,
82,
16193,
1065,
5705,
2091,
11,
828,
1438,
11639,
74,
541,
34183,
17792,
479,
3361,
88,
29822,
3256,
31065,
11639,
74,
541,
34183,
62,
11693,
62,
74,
3361,
88,
29822,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
541,
34183,
3256,
705,
83,
33419,
3256,
705,
15813,
3046,
68,
3256,
705,
74,
3361,
88,
29822,
3256,
705,
18,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
20,
65,
17,
3256,
14873,
538,
1563,
82,
16193,
1065,
5705,
2682,
11,
828,
1438,
11639,
15813,
3046,
68,
17792,
479,
3361,
88,
29822,
18967,
43703,
437,
274,
3099,
479,
680,
1000,
3256,
31065,
11639,
15813,
3046,
68,
62,
11693,
62,
74,
3361,
88,
29822,
62,
5116,
43703,
437,
274,
3099,
62,
31501,
1000,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
3361,
88,
29822,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
121,
3256,
14873,
538,
1563,
82,
16193,
12762,
23362,
11,
828,
1438,
11639,
39531,
72,
299,
9703,
78,
3256,
31065,
11639,
39531,
72,
62,
358,
24076,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
3972,
3235,
78,
3256,
705,
39531,
72,
3256,
705,
74,
3361,
88,
29822,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
122,
3256,
14873,
538,
1563,
82,
16193,
12762,
19782,
11,
828,
1438,
11639,
39531,
72,
300,
391,
72,
3256,
31065,
11639,
39531,
72,
62,
34277,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
39531,
72,
3256,
705,
74,
3361,
88,
29822,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
123,
3256,
14873,
538,
1563,
82,
16193,
12762,
26492,
11,
828,
1438,
11639,
39531,
72,
3256,
31065,
11639,
39531,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
3972,
3235,
78,
3256,
705,
67,
20306,
3256,
705,
10210,
3256,
705,
65,
2290,
12,
2433,
3256,
705,
74,
3361,
88,
29822,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
222,
3256,
14873,
538,
1563,
82,
16193,
12762,
17477,
11,
828,
1438,
11639,
39531,
72,
2566,
73,
1287,
72,
3256,
31065,
11639,
39531,
72,
62,
67,
2926,
1287,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
3972,
3235,
78,
3256,
705,
10210,
3256,
705,
39531,
72,
3256,
705,
65,
2290,
12,
2433,
3256,
705,
74,
3361,
88,
29822,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
98,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
2931,
11,
828,
1438,
11639,
74,
18144,
21349,
479,
495,
74,
23130,
1226,
321,
84,
3256,
31065,
11639,
74,
18144,
62,
3972,
62,
74,
495,
74,
23130,
62,
10379,
321,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
18144,
3256,
705,
10379,
321,
84,
3256,
705,
82,
7749,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
105,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
1433,
11,
828,
1438,
11639,
549,
5488,
2082,
479,
7258,
89,
19388,
2603,
2724,
952,
266,
461,
7246,
2082,
479,
315,
1516,
1734,
4496,
1226,
321,
84,
3256,
31065,
11639,
549,
5488,
62,
10247,
62,
74,
7258,
89,
19388,
62,
6759,
2724,
952,
62,
86,
461,
7246,
62,
10247,
62,
74,
315,
1516,
1734,
4496,
62,
10379,
321,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
10379,
321,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
19,
16344,
3256,
14873,
538,
1563,
82,
16193,
12762,
28592,
11,
828,
1438,
11639,
1676,
73,
988,
8326,
21349,
1226,
321,
84,
3256,
31065,
11639,
1676,
73,
988,
8326,
62,
3972,
62,
10379,
321,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
10379,
321,
84,
3256,
705,
1676,
73,
988,
8326,
3256,
705,
15588,
3256,
705,
82,
7749,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
118,
3256,
14873,
538,
1563,
82,
16193,
1065,
6469,
1120,
11,
828,
1438,
11639,
5143,
278,
64,
3256,
31065,
11639,
5143,
278,
64,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
15588,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
115,
3256,
14873,
538,
1563,
82,
16193,
12762,
23753,
11,
828,
1438,
11639,
74,
18144,
3256,
31065,
11639,
74,
18144,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
15588,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
19,
69,
23,
3256,
14873,
538,
1563,
82,
16193,
12762,
23045,
11,
828,
1438,
11639,
74,
18144,
12385,
8085,
732,
7204,
3256,
31065,
11639,
74,
18144,
62,
2616,
62,
3020,
732,
7204,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
18144,
3256,
705,
3020,
732,
7204,
3256,
705,
15588,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
117,
3256,
14873,
538,
1563,
82,
16193,
12762,
21626,
11,
828,
1438,
11639,
74,
18144,
21349,
479,
495,
74,
23130,
2008,
3256,
31065,
11639,
74,
18144,
62,
3972,
62,
74,
495,
74,
23130,
62,
15588,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
18144,
3256,
705,
15588,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
120,
3256,
14873,
538,
1563,
82,
16193,
12762,
22800,
11,
828,
1438,
11639,
42749,
316,
72,
21349,
2008,
3256,
31065,
11639,
42749,
316,
72,
62,
3972,
62,
15588,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
5282,
3256,
705,
85,
11994,
3256,
705,
15588,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
235,
3256,
14873,
538,
1563,
82,
16193,
12762,
26276,
11,
828,
1438,
11639,
74,
952,
78,
17792,
334,
74,
10277,
26436,
18967,
620,
2577,
293,
365,
4496,
479,
1530,
2069,
3256,
31065,
11639,
74,
952,
78,
62,
11693,
62,
2724,
10277,
26436,
62,
5116,
620,
2577,
293,
365,
4496,
62,
74,
1530,
2069,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
89,
2271,
3256,
705,
83,
1878,
29822,
3256,
705,
14391,
72,
3256,
705,
74,
33263,
4496,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
236,
3256,
14873,
538,
1563,
82,
16193,
12762,
20233,
11,
828,
1438,
11639,
74,
952,
78,
17792,
334,
74,
10277,
26436,
18967,
620,
2577,
293,
365,
4496,
479,
43640,
3256,
31065,
11639,
74,
952,
78,
62,
11693,
62,
2724,
10277,
26436,
62,
5116,
620,
2577,
293,
365,
4496,
62,
74,
43640,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
89,
2271,
3256,
705,
83,
1878,
29822,
3256,
705,
14391,
72,
3256,
705,
74,
33263,
4496,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
105,
3256,
14873,
538,
1563,
82,
16193,
1065,
5999,
405,
11,
828,
1438,
11639,
18108,
549,
5362,
3256,
31065,
11639,
18108,
549,
5362,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
89,
2271,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
255,
3256,
14873,
538,
1563,
82,
16193,
1065,
5999,
486,
11,
828,
1438,
11639,
27455,
549,
5362,
3256,
31065,
11639,
27455,
549,
5362,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
89,
2271,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
94,
3256,
14873,
538,
1563,
82,
16193,
1065,
6469,
1495,
11,
828,
1438,
11639,
415,
8107,
21349,
900,
346,
4548,
72,
3256,
31065,
11639,
415,
8107,
62,
3972,
62,
2617,
346,
4548,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
2150,
78,
3256,
705,
2617,
346,
4548,
72,
3256,
705,
415,
8107,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
3980,
69,
3256,
14873,
538,
1563,
82,
16193,
12762,
27824,
11,
828,
1438,
11639,
907,
17047,
7252,
3256,
31065,
11639,
907,
17047,
7252,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
86,
16484,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
94,
3256,
14873,
538,
1563,
82,
16193,
12762,
25948,
11,
828,
1438,
11639,
83,
7252,
3256,
31065,
11639,
83,
7252,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
86,
44299,
3256,
705,
74,
571,
261,
10872,
3256,
705,
388,
34755,
3256,
705,
76,
86,
16484,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
99,
3256,
14873,
538,
1563,
82,
16193,
12762,
27696,
11,
828,
1438,
11639,
74,
333,
403,
17027,
3256,
31065,
11639,
74,
333,
403,
17027,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
89,
2271,
3256,
705,
388,
34755,
3256,
705,
76,
86,
16484,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
237,
106,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
6469,
11,
828,
1438,
11639,
83,
7252,
299,
88,
988,
917,
84,
21349,
479,
34174,
17053,
3256,
31065,
11639,
83,
7252,
62,
3281,
988,
917,
84,
62,
3972,
62,
21070,
265,
17053,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
7012,
64,
3256,
705,
76,
86,
16484,
3256,
705,
3281,
988,
917,
84,
3256,
705,
74,
2926,
2674,
72,
3256,
705,
83,
7252,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
242,
3256,
14873,
538,
1563,
82,
16193,
1065,
6469,
1065,
11,
828,
1438,
11639,
6814,
701,
2743,
18896,
5948,
474,
282,
4763,
42280,
346,
404,
4131,
10247,
3256,
31065,
11639,
6814,
701,
2743,
62,
11925,
5948,
62,
73,
282,
4763,
62,
75,
346,
346,
404,
4131,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
75,
346,
346,
404,
272,
65,
10247,
3256,
705,
73,
282,
4763,
3256,
705,
15813,
397,
84,
3256,
705,
6814,
701,
2743,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
243,
3256,
14873,
538,
1563,
82,
16193,
1065,
6469,
1485,
11,
828,
1438,
11639,
15813,
397,
84,
8769,
488,
1659,
2150,
10247,
3256,
31065,
11639,
15813,
397,
84,
62,
34553,
488,
1659,
2150,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
3046,
2150,
10247,
3256,
705,
15813,
397,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
244,
3256,
14873,
538,
1563,
82,
16193,
1065,
6469,
1415,
11,
828,
1438,
11639,
15813,
397,
84,
8769,
488,
1659,
2150,
32176,
10247,
3256,
31065,
11639,
15813,
397,
84,
62,
34553,
488,
1659,
2150,
32176,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
3046,
2150,
32176,
10247,
3256,
705,
15813,
397,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
245,
3256,
14873,
538,
1563,
82,
16193,
1065,
6469,
1314,
11,
828,
1438,
11639,
15813,
397,
84,
17792,
479,
2926,
3216,
3256,
31065,
11639,
15813,
397,
84,
62,
11693,
62,
74,
2926,
3216,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
15813,
397,
84,
3256,
705,
74,
2926,
3216,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
23596,
3256,
14873,
538,
1563,
82,
16193,
1065,
6469,
1433,
11,
828,
1438,
11639,
15813,
397,
84,
17792,
6072,
707,
7246,
3256,
31065,
11639,
15813,
397,
84,
62,
11693,
62,
37687,
707,
7246,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
37687,
707,
7246,
3256,
705,
15813,
397,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
247,
3256,
14873,
538,
1563,
82,
16193,
1065,
6469,
1558,
11,
828,
1438,
11639,
15813,
397,
84,
17792,
299,
73,
5733,
3256,
31065,
11639,
15813,
397,
84,
62,
11693,
62,
77,
73,
5733,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
15813,
397,
84,
3256,
705,
805,
73,
5733,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
248,
3256,
14873,
538,
1563,
82,
16193,
1065,
6469,
1507,
11,
828,
1438,
11639,
85,
270,
397,
84,
3256,
31065,
11639,
85,
270,
397,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
15813,
397,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
240,
3256,
14873,
538,
1563,
82,
16193,
1065,
6469,
940,
11,
828,
1438,
11639,
293,
6592,
3256,
31065,
11639,
293,
6592,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
6814,
701,
2743,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
225,
3256,
14873,
538,
1563,
82,
16193,
12762,
22186,
11,
828,
1438,
11639,
2724,
333,
15462,
334,
4528,
482,
403,
73,
10247,
3256,
31065,
11639,
2724,
333,
15462,
62,
32176,
482,
403,
73,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
2724,
333,
15462,
3256,
705,
74,
2724,
403,
6592,
3256,
705,
5183,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
250,
3256,
14873,
538,
1563,
82,
16193,
1065,
6469,
1238,
11,
828,
1438,
11639,
5183,
72,
21349,
479,
2724,
403,
6592,
479,
10247,
479,
14795,
3428,
19388,
3256,
31065,
11639,
5183,
72,
62,
3972,
62,
74,
2724,
403,
6592,
62,
74,
10247,
62,
74,
14795,
3428,
19388,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
21070,
265,
17053,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
226,
3256,
14873,
538,
1563,
82,
16193,
12762,
25272,
11,
828,
1438,
11639,
2724,
333,
15462,
555,
64,
313,
1031,
1689,
7544,
84,
3256,
31065,
11639,
2724,
333,
15462,
62,
9613,
313,
1031,
1689,
62,
73,
12303,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
2724,
333,
15462,
3256,
705,
5183,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
108,
3256,
14873,
538,
1563,
82,
16193,
12762,
16102,
11,
828,
1438,
11639,
70,
1031,
316,
72,
3256,
31065,
11639,
70,
1031,
316,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
21070,
265,
17053,
3256,
705,
5976,
2743,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
20,
2934,
3256,
14873,
538,
1563,
82,
16193,
12762,
29059,
11,
828,
1438,
11639,
70,
1031,
316,
72,
42280,
346,
482,
403,
73,
10247,
3256,
31065,
11639,
70,
1031,
316,
72,
62,
75,
346,
346,
482,
403,
73,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
70,
1031,
316,
72,
3256,
705,
21070,
265,
17053,
3256,
705,
5976,
2743,
3256,
705,
74,
2724,
403,
73,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
239,
3256,
14873,
538,
1563,
82,
16193,
12762,
22567,
11,
828,
1438,
11639,
49547,
929,
78,
410,
3972,
435,
321,
680,
78,
3256,
31065,
11639,
49547,
929,
78,
62,
85,
3972,
62,
44949,
680,
78,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
49547,
929,
78,
3256,
705,
44949,
680,
78,
3256,
705,
282,
1689,
3256,
705,
732,
4914,
435,
1689,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
244,
3256,
14873,
538,
1563,
82,
16193,
12762,
25870,
11,
828,
1438,
11639,
44949,
680,
78,
3256,
31065,
11639,
44949,
680,
78,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
732,
4914,
435,
1689,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
108,
3256,
14873,
538,
1563,
82,
16193,
12762,
24096,
11,
828,
1438,
11639,
76,
69,
29794,
2082,
32317,
64,
3256,
31065,
11639,
76,
69,
29794,
62,
10247,
62,
12272,
64,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
12272,
64,
3256,
705,
76,
69,
29794,
3256,
705,
67,
5708,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
112,
3256,
14873,
538,
1563,
82,
16193,
12762,
15259,
11,
828,
1438,
11639,
1662,
72,
21349,
28808,
72,
3256,
31065,
11639,
1662,
72,
62,
3972,
62,
88,
43850,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
82,
283,
1878,
84,
3256,
705,
12272,
64,
3256,
705,
1662,
72,
3256,
705,
88,
43850,
3256,
705,
11722,
4106,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
113,
3256,
14873,
538,
1563,
82,
16193,
12762,
27057,
11,
828,
1438,
11639,
1662,
72,
21349,
288,
5708,
3256,
31065,
11639,
1662,
72,
62,
3972,
62,
67,
5708,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
82,
283,
1878,
84,
3256,
705,
67,
5708,
3256,
705,
1662,
72,
3256,
705,
12272,
64,
3256,
705,
11722,
4106,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
114,
3256,
14873,
538,
1563,
82,
16193,
12762,
24294,
11,
828,
1438,
11639,
1662,
72,
21349,
331,
1434,
3256,
31065,
11639,
1662,
72,
62,
3972,
62,
88,
1434,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
82,
283,
1878,
84,
3256,
705,
12272,
64,
3256,
705,
1662,
72,
3256,
705,
88,
1434,
3256,
705,
11722,
4106,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
115,
3256,
14873,
538,
1563,
82,
16193,
12762,
24839,
11,
828,
1438,
11639,
1662,
72,
21349,
279,
1942,
72,
3256,
31065,
11639,
1662,
72,
62,
3972,
62,
79,
1942,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
82,
283,
1878,
84,
3256,
705,
12272,
64,
3256,
705,
1662,
72,
3256,
705,
79,
1942,
72,
3256,
705,
11722,
4106,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
116,
3256,
14873,
538,
1563,
82,
16193,
12762,
22883,
11,
828,
1438,
11639,
12272,
64,
1976,
64,
407,
72,
1976,
268,
5948,
285,
397,
6909,
3256,
31065,
11639,
12272,
64,
62,
4496,
62,
1662,
72,
62,
4801,
5948,
62,
76,
397,
6909,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
431,
431,
64,
3256,
705,
12272,
64,
3256,
705,
11722,
4106,
3256,
705,
67,
5708,
3256,
705,
76,
397,
6909,
3256,
705,
1662,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
111,
3256,
14873,
538,
1563,
82,
16193,
12762,
21738,
11,
828,
1438,
11639,
74,
9189,
21349,
33480,
404,
78,
3256,
31065,
11639,
74,
9189,
62,
3972,
62,
28015,
404,
78,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
12272,
64,
3256,
705,
74,
9189,
3256,
705,
28015,
404,
78,
3256,
705,
11722,
4106,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
117,
3256,
14873,
538,
1563,
82,
16193,
12762,
21652,
11,
828,
1438,
11639,
354,
323,
72,
287,
323,
404,
5282,
28808,
5948,
28808,
72,
3256,
31065,
11639,
354,
323,
72,
62,
259,
323,
404,
5282,
62,
88,
268,
5948,
62,
88,
43850,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
82,
283,
1878,
84,
3256,
705,
82,
16044,
3256,
705,
74,
929,
5282,
3256,
705,
14220,
89,
38001,
3256,
705,
46784,
20942,
3256,
705,
11722,
4106,
3256,
705,
12272,
64,
3256,
705,
518,
293,
365,
78,
3256,
705,
354,
7246,
3256,
705,
88,
43850,
3256,
705,
73,
12303,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
26486,
231,
3256,
14873,
538,
1563,
82,
16193,
2079,
6052,
11,
828,
1438,
11639,
47041,
14715,
3256,
31065,
11639,
47041,
14715,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
5657,
6413,
613,
431,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
100,
3256,
14873,
538,
1563,
82,
16193,
12762,
25667,
11,
828,
1438,
11639,
5657,
6413,
613,
431,
3256,
31065,
11639,
5657,
6413,
62,
431,
431,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
5657,
6413,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
101,
3256,
14873,
538,
1563,
82,
16193,
12762,
24339,
11,
828,
1438,
11639,
47041,
14715,
287,
323,
40519,
544,
3256,
31065,
11639,
47041,
14715,
62,
259,
323,
40519,
544,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
259,
323,
40519,
544,
3256,
705,
5657,
6413,
613,
431,
3256,
705,
35924,
64,
3256,
705,
5657,
6413,
3256,
705,
47041,
14715,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
102,
3256,
14873,
538,
1563,
82,
16193,
12762,
25429,
11,
828,
1438,
11639,
47041,
14715,
12385,
479,
680,
1000,
3256,
31065,
11639,
47041,
14715,
62,
2616,
62,
31501,
1000,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
907,
71,
1000,
3256,
705,
38813,
388,
10247,
3256,
705,
5657,
6413,
3256,
705,
5657,
6413,
613,
431,
3256,
705,
45045,
3256,
705,
259,
323,
313,
17411,
3256,
705,
47041,
14715,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
97,
3256,
14873,
538,
1563,
82,
16193,
12762,
23815,
11,
828,
1438,
11639,
33945,
72,
21349,
16486,
282,
4763,
21349,
479,
315,
17411,
3256,
31065,
11639,
33945,
72,
62,
3972,
62,
76,
1228,
282,
4763,
62,
3972,
62,
74,
315,
17411,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
38813,
388,
10247,
3256,
705,
38142,
33263,
8591,
479,
315,
7487,
3256,
705,
38142,
33263,
3256,
705,
33945,
72,
3256,
705,
5657,
6413,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
98,
3256,
14873,
538,
1563,
82,
16193,
12762,
23539,
11,
828,
1438,
11639,
33945,
72,
21349,
16486,
282,
4763,
21349,
479,
4250,
544,
3256,
31065,
11639,
33945,
72,
62,
3972,
62,
76,
1228,
282,
4763,
62,
3972,
62,
74,
4250,
544,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
35924,
64,
3256,
705,
38142,
33263,
3256,
705,
38142,
33263,
8591,
479,
929,
2088,
64,
3256,
705,
5657,
6413,
3256,
705,
33945,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
99,
3256,
14873,
538,
1563,
82,
16193,
1065,
6469,
1270,
11,
828,
1438,
11639,
74,
361,
333,
17731,
3256,
31065,
11639,
74,
361,
333,
17731,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
38142,
33263,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
104,
3256,
14873,
538,
1563,
82,
16193,
12762,
22370,
11,
828,
1438,
11639,
38142,
33263,
8591,
2318,
6413,
42280,
346,
1659,
2150,
10247,
18896,
5948,
275,
2194,
64,
220,
2403,
8226,
259,
32176,
10247,
3256,
31065,
11639,
38142,
33263,
62,
5031,
62,
5657,
6413,
62,
75,
346,
346,
1659,
2150,
10247,
62,
11925,
5948,
62,
45666,
64,
62,
2403,
8226,
259,
32176,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
69,
2150,
10247,
3256,
705,
38142,
33263,
8591,
2318,
6413,
3256,
705,
5657,
6413,
3256,
705,
38142,
33263,
8591,
1281,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
103,
3256,
14873,
538,
1563,
82,
16193,
12762,
24409,
11,
828,
1438,
11639,
38142,
33263,
8591,
2318,
6413,
42280,
346,
1659,
2150,
10247,
18896,
5948,
275,
2194,
64,
220,
2403,
88,
3768,
1530,
10247,
3256,
31065,
11639,
38142,
33263,
62,
5031,
62,
5657,
6413,
62,
75,
346,
346,
1659,
2150,
10247,
62,
11925,
5948,
62,
45666,
64,
62,
2403,
88,
3768,
1530,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
1530,
1530,
10247,
3256,
705,
69,
2150,
10247,
3256,
705,
38142,
33263,
3256,
705,
38142,
33263,
8591,
2318,
6413,
3256,
705,
38142,
33263,
8591,
1281,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
105,
3256,
14873,
538,
1563,
82,
16193,
12762,
24940,
11,
828,
1438,
11639,
38142,
33263,
8591,
2318,
6413,
42280,
346,
1659,
2150,
32176,
10247,
18896,
5948,
275,
2194,
64,
220,
2403,
8226,
259,
32176,
10247,
3256,
31065,
11639,
38142,
33263,
62,
5031,
62,
5657,
6413,
62,
75,
346,
346,
1659,
2150,
32176,
10247,
62,
11925,
5948,
62,
45666,
64,
62,
2403,
8226,
259,
32176,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
38142,
33263,
8591,
1281,
64,
3256,
705,
38142,
33263,
8591,
2318,
6413,
3256,
705,
5657,
6413,
3256,
705,
69,
2150,
32176,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
255,
3256,
14873,
538,
1563,
82,
16193,
12762,
24693,
11,
828,
1438,
11639,
38142,
33263,
8591,
2318,
6413,
42280,
346,
1659,
2150,
32176,
10247,
18896,
5948,
275,
2194,
64,
220,
2403,
88,
3768,
1530,
10247,
3256,
31065,
11639,
38142,
33263,
62,
5031,
62,
5657,
6413,
62,
75,
346,
346,
1659,
2150,
32176,
10247,
62,
11925,
5948,
62,
45666,
64,
62,
2403,
88,
3768,
1530,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
1530,
1530,
10247,
3256,
705,
38142,
33263,
8591,
1281,
64,
3256,
705,
38142,
33263,
8591,
2318,
6413,
3256,
705,
5657,
6413,
3256,
705,
69,
2150,
32176,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
106,
3256,
14873,
538,
1563,
82,
16193,
12762,
23721,
11,
828,
1438,
11639,
38142,
33263,
8591,
2318,
6413,
3256,
31065,
11639,
38142,
33263,
62,
5031,
62,
5657,
6413,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
5657,
6413,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
20,
69,
18,
3256,
14873,
538,
1563,
82,
16193,
1065,
5705,
2079,
11,
828,
1438,
11639,
38142,
33263,
8591,
479,
929,
13827,
479,
5330,
12385,
479,
5330,
3256,
31065,
11639,
38142,
33263,
62,
5031,
62,
74,
929,
13827,
62,
74,
5330,
62,
2616,
62,
74,
5330,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
5330,
3256,
705,
38142,
33263,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
26486,
240,
3256,
14873,
538,
1563,
82,
16193,
12825,
17,
11,
828,
1438,
11639,
77,
33828,
299,
5948,
385,
72,
3256,
31065,
11639,
77,
33828,
62,
3281,
27650,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
77,
33828,
3256,
705,
74,
44949,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
3365,
65,
3256,
14873,
538,
1563,
82,
16193,
12762,
31010,
11,
828,
1438,
11639,
74,
44949,
84,
21349,
1592,
78,
3256,
31065,
11639,
74,
44949,
84,
62,
3972,
62,
86,
2879,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
44949,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
3365,
66,
3256,
14873,
538,
1563,
82,
16193,
12762,
34107,
11,
828,
1438,
11639,
1671,
12144,
21349,
479,
929,
8130,
28077,
72,
3256,
31065,
11639,
1671,
12144,
62,
3972,
62,
74,
929,
8130,
62,
36985,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
794,
5799,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
251,
3256,
14873,
538,
1563,
82,
16193,
12762,
26115,
11,
828,
1438,
11639,
5183,
72,
3256,
31065,
11639,
5183,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
3617,
741,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
223,
3256,
14873,
538,
1563,
82,
16193,
12762,
24943,
11,
828,
1438,
11639,
11379,
64,
21349,
2038,
72,
3256,
31065,
11639,
11379,
64,
62,
3972,
62,
32165,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
32165,
72,
3256,
705,
11379,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
224,
3256,
14873,
538,
1563,
82,
16193,
12762,
22913,
11,
828,
1438,
11639,
11379,
64,
21349,
2038,
72,
220,
2403,
88,
1659,
2150,
32176,
10247,
3256,
31065,
11639,
11379,
64,
62,
3972,
62,
32165,
72,
62,
2403,
88,
1659,
2150,
32176,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
32165,
72,
3256,
705,
11379,
64,
3256,
705,
69,
2150,
32176,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
20,
66,
17,
3256,
14873,
538,
1563,
82,
16193,
1065,
5705,
1120,
11,
828,
1438,
11639,
85,
328,
707,
7115,
72,
410,
3972,
479,
9189,
3256,
31065,
11639,
85,
328,
707,
7115,
72,
62,
85,
3972,
62,
74,
9189,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
16370,
993,
15462,
3256,
705,
74,
9189,
3256,
705,
85,
328,
707,
7115,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
227,
3256,
14873,
538,
1563,
82,
16193,
12762,
24991,
11,
828,
1438,
11639,
74,
282,
7438,
3256,
31065,
11639,
74,
282,
7438,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
83,
533,
258,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
228,
3256,
14873,
538,
1563,
82,
16193,
12762,
22337,
11,
828,
1438,
11639,
74,
282,
7438,
555,
323,
47097,
4496,
479,
794,
2271,
479,
333,
15462,
3256,
31065,
11639,
74,
282,
7438,
62,
403,
323,
47097,
4496,
62,
74,
794,
2271,
62,
74,
333,
15462,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
282,
7438,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
20,
67,
17,
3256,
14873,
538,
1563,
82,
16193,
1065,
5705,
2791,
11,
828,
1438,
11639,
6814,
701,
2743,
42280,
346,
672,
272,
10247,
479,
10247,
835,
64,
2082,
285,
89,
2150,
29794,
3256,
31065,
11639,
6814,
701,
2743,
62,
75,
346,
346,
672,
272,
10247,
62,
74,
10247,
62,
1014,
64,
62,
10247,
62,
76,
89,
2150,
29794,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
89,
2150,
29794,
3256,
705,
67,
2088,
10872,
3256,
705,
6814,
701,
2743,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
20,
67,
18,
3256,
14873,
538,
1563,
82,
16193,
1065,
5705,
3134,
11,
828,
1438,
11639,
74,
282,
7438,
220,
2403,
88,
1659,
2150,
10247,
479,
10247,
835,
64,
2082,
285,
89,
2150,
29794,
3256,
31065,
11639,
74,
282,
7438,
62,
2403,
88,
1659,
2150,
10247,
62,
74,
10247,
62,
1014,
64,
62,
10247,
62,
76,
89,
2150,
29794,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
89,
2150,
29794,
3256,
705,
6814,
701,
2743,
3256,
705,
74,
282,
7438,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
229,
3256,
14873,
538,
1563,
82,
16193,
12762,
19104,
11,
828,
1438,
11639,
74,
9189,
3256,
31065,
11639,
74,
9189,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
16370,
993,
15462,
3256,
705,
76,
86,
506,
45149,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
230,
3256,
14873,
538,
1563,
82,
16193,
12762,
2167,
11,
828,
1438,
11639,
354,
7246,
287,
323,
404,
5282,
3256,
31065,
11639,
354,
7246,
62,
259,
323,
404,
5282,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
354,
7246,
3256,
705,
73,
12303,
3256,
705,
74,
2724,
6413,
3256,
705,
46784,
20942,
3256,
705,
518,
293,
365,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
231,
3256,
14873,
538,
1563,
82,
16193,
12762,
1264,
11,
828,
1438,
11639,
354,
7246,
287,
323,
3768,
14852,
3256,
31065,
11639,
354,
7246,
62,
259,
323,
3768,
14852,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
354,
7246,
3256,
705,
46784,
20942,
3256,
705,
45045,
3256,
705,
518,
293,
365,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
232,
3256,
14873,
538,
1563,
82,
16193,
12762,
19004,
11,
828,
1438,
11639,
354,
7246,
21349,
5720,
15498,
3256,
31065,
11639,
354,
7246,
62,
3972,
62,
10793,
15498,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
43395,
15498,
3256,
705,
354,
7246,
3256,
705,
46784,
20942,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
235,
3256,
14873,
538,
1563,
82,
16193,
12762,
21261,
11,
828,
1438,
11639,
79,
5362,
28808,
5948,
479,
488,
10247,
17792,
285,
646,
3301,
3256,
31065,
11639,
79,
5362,
62,
88,
268,
5948,
62,
74,
488,
10247,
62,
11693,
62,
76,
646,
3301,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
79,
5362,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
44617,
3256,
14873,
538,
1563,
82,
16193,
12762,
37710,
11,
828,
1438,
11639,
74,
40712,
84,
1976,
64,
479,
34174,
17053,
1976,
346,
528,
280,
782,
7115,
10247,
3256,
31065,
11639,
74,
40712,
84,
62,
4496,
62,
21070,
265,
17053,
62,
89,
346,
528,
280,
782,
7115,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
403,
1030,
19388,
3256,
705,
74,
40712,
84,
21349,
479,
34174,
17053,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
237,
3256,
14873,
538,
1563,
82,
16193,
12762,
22745,
11,
828,
1438,
11639,
81,
4712,
3256,
31065,
11639,
81,
4712,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
2724,
32735,
14856,
295,
88,
566,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
238,
3256,
14873,
538,
1563,
82,
16193,
12762,
21315,
11,
828,
1438,
11639,
81,
4712,
21349,
279,
368,
1350,
3256,
31065,
11639,
81,
4712,
62,
3972,
62,
79,
368,
1350,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
79,
368,
1350,
3256,
705,
81,
4712,
3256,
705,
2617,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
26486,
224,
3256,
14873,
538,
1563,
82,
16193,
2079,
4521,
11,
828,
1438,
11639,
76,
461,
17053,
3256,
31065,
11639,
76,
461,
17053,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
89,
2271,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
20,
66,
18,
3256,
14873,
538,
1563,
82,
16193,
12762,
36330,
11,
828,
1438,
11639,
38142,
33263,
8591,
2038,
72,
3256,
31065,
11639,
38142,
33263,
62,
5031,
62,
32165,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
9189,
3256,
705,
32165,
72,
3256,
705,
38142,
33263,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
20,
66,
19,
3256,
14873,
538,
1563,
82,
16193,
12762,
37730,
11,
828,
1438,
11639,
74,
397,
7246,
8591,
6877,
72,
3256,
31065,
11639,
74,
397,
7246,
62,
5031,
62,
5183,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
397,
7246,
3256,
705,
32165,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
240,
3256,
14873,
538,
1563,
82,
16193,
12762,
28857,
11,
828,
1438,
11639,
23063,
913,
72,
3256,
31065,
11639,
23063,
913,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
69,
2150,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
241,
3256,
14873,
538,
1563,
82,
16193,
12762,
23195,
11,
828,
1438,
11639,
23063,
913,
72,
220,
2403,
88,
1659,
2150,
32176,
10247,
3256,
31065,
11639,
23063,
913,
72,
62,
2403,
88,
1659,
2150,
32176,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
69,
2150,
64,
3256,
705,
69,
2150,
6413,
3256,
705,
69,
2150,
32176,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
237,
3256,
14873,
538,
1563,
82,
16193,
12762,
28977,
11,
828,
1438,
11639,
23063,
913,
72,
12385,
479,
44949,
84,
3256,
31065,
11639,
23063,
913,
72,
62,
2616,
62,
74,
44949,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
77,
33828,
3256,
705,
86,
2879,
3256,
705,
23063,
913,
72,
3256,
705,
74,
44949,
84,
3256,
705,
16370,
363,
3099,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
238,
3256,
14873,
538,
1563,
82,
16193,
12762,
29807,
11,
828,
1438,
11639,
23063,
913,
72,
220,
2403,
88,
1659,
2150,
10247,
12385,
334,
69,
2150,
20895,
3256,
31065,
11639,
23063,
913,
72,
62,
2403,
88,
1659,
2150,
10247,
62,
2616,
62,
3046,
2150,
20895,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
21680,
1689,
3256,
705,
69,
2150,
10247,
3256,
705,
3046,
2150,
20895,
3256,
705,
23063,
913,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
239,
3256,
14873,
538,
1563,
82,
16193,
12762,
27367,
11,
828,
1438,
11639,
3046,
2150,
20895,
3256,
31065,
11639,
3046,
2150,
20895,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
23063,
913,
72,
3256,
705,
77,
28380,
14783,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
20,
1860,
3256,
14873,
538,
1563,
82,
16193,
12762,
32883,
11,
828,
1438,
11639,
3046,
2150,
20895,
2082,
1976,
321,
3216,
3256,
31065,
11639,
3046,
2150,
20895,
62,
10247,
62,
89,
321,
3216,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
3046,
2150,
20895,
3256,
705,
31748,
2403,
3256,
705,
23063,
913,
72,
3256,
705,
27305,
1453,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
101,
3256,
14873,
538,
1563,
82,
16193,
12762,
27137,
11,
828,
1438,
11639,
3281,
41204,
3256,
31065,
11639,
3281,
41204,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
89,
2271,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
249,
237,
3256,
14873,
538,
1563,
82,
16193,
2079,
2327,
11,
828,
1438,
11639,
82,
377,
15712,
3256,
31065,
11639,
82,
377,
15712,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
794,
320,
7012,
10527,
23130,
3256,
705,
89,
2271,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
248,
240,
3256,
14873,
538,
1563,
82,
16193,
4089,
4524,
11,
828,
1438,
11639,
3281,
41204,
12385,
33154,
15712,
3256,
31065,
11639,
3281,
41204,
62,
2616,
62,
82,
377,
15712,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
82,
377,
15712,
3256,
705,
3281,
41204,
3256,
705,
89,
2271,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
21,
68,
15,
3256,
14873,
538,
1563,
82,
16193,
1065,
5774,
2623,
11,
828,
1438,
11639,
3281,
41204,
12385,
599,
2271,
6428,
11729,
3256,
31065,
11639,
3281,
41204,
62,
2616,
62,
2777,
2271,
62,
7617,
11729,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
3281,
2150,
78,
3256,
705,
2777,
2271,
6428,
11729,
3256,
705,
89,
2271,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
100,
3256,
14873,
538,
1563,
82,
16193,
12762,
25710,
11,
828,
1438,
11639,
2777,
2271,
6428,
11729,
3256,
31065,
11639,
2777,
2271,
62,
7617,
11729,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
89,
2271,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
102,
3256,
14873,
538,
1563,
82,
16193,
12762,
26561,
11,
828,
1438,
11639,
77,
7246,
12385,
18100,
72,
3256,
31065,
11639,
77,
7246,
62,
2616,
62,
25593,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
25593,
72,
3256,
705,
77,
7246,
3256,
705,
89,
2271,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
248,
247,
3256,
14873,
538,
1563,
82,
16193,
24,
3459,
16,
11,
828,
1438,
11639,
70,
544,
3256,
31065,
11639,
70,
544,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
89,
2271,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
20,
17896,
3256,
14873,
538,
1563,
82,
16193,
12762,
35435,
11,
828,
1438,
11639,
74,
549,
2271,
3256,
31065,
11639,
74,
549,
2271,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
2403,
10247,
21349,
384,
2787,
6081,
3256,
705,
89,
2271,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
248,
245,
3256,
14873,
538,
1563,
82,
16193,
4089,
3720,
11,
828,
1438,
11639,
282,
24419,
5580,
3256,
31065,
11639,
282,
24419,
5580,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
365,
20730,
3256,
705,
89,
2271,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
248,
244,
3256,
14873,
538,
1563,
82,
16193,
4089,
3695,
11,
828,
1438,
11639,
76,
89,
3216,
3256,
31065,
11639,
76,
89,
3216,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
528,
3216,
3256,
705,
79,
8083,
3256,
705,
89,
23130,
8182,
3256,
705,
10277,
10094,
3256,
705,
71,
8182,
3256,
705,
89,
2271,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
245,
3256,
14873,
538,
1563,
82,
16193,
12762,
26050,
11,
828,
1438,
11639,
6449,
68,
21349,
285,
3281,
273,
16522,
3256,
31065,
11639,
6449,
68,
62,
3972,
62,
76,
3281,
273,
16522,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
6449,
68,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
249,
241,
3256,
14873,
538,
1563,
82,
16193,
2079,
2670,
11,
828,
1438,
11639,
1084,
88,
273,
16522,
3256,
31065,
11639,
1084,
88,
273,
16522,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
3281,
273,
16522,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
231,
3256,
14873,
538,
1563,
82,
16193,
12762,
19708,
11,
828,
1438,
11639,
27657,
64,
8591,
264,
521,
5733,
3256,
31065,
11639,
27657,
64,
62,
5031,
62,
82,
521,
5733,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
67,
6909,
3256,
705,
74,
794,
6086,
264,
521,
5733,
3256,
705,
11296,
261,
73,
10247,
3256,
705,
82,
521,
5733,
3256,
705,
67,
461,
83,
2743,
3256,
705,
89,
2271,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
232,
3256,
14873,
538,
1563,
82,
16193,
12762,
20107,
11,
828,
1438,
11639,
38439,
14220,
3256,
31065,
11639,
38439,
14220,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
67,
6909,
3256,
705,
11296,
261,
73,
10247,
3256,
705,
67,
461,
83,
2743,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
20,
68,
16,
3256,
14873,
538,
1563,
82,
16193,
12762,
40271,
11,
828,
1438,
11639,
82,
524,
3256,
31065,
11639,
82,
524,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
18217,
12236,
3256,
705,
74,
46313,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
103,
3256,
14873,
538,
1563,
82,
16193,
12762,
27728,
11,
828,
1438,
11639,
74,
46313,
18967,
620,
313,
388,
9232,
474,
1134,
14651,
3256,
31065,
11639,
74,
46313,
62,
5116,
620,
313,
388,
9232,
62,
73,
1134,
14651,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
18217,
12236,
3256,
705,
74,
929,
9232,
3256,
705,
71,
5374,
78,
3256,
705,
74,
46313,
3256,
705,
89,
2271,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
248,
242,
3256,
14873,
538,
1563,
82,
16193,
4089,
4304,
11,
828,
1438,
11639,
79,
16484,
1976,
346,
528,
404,
680,
7115,
10247,
3256,
31065,
11639,
79,
16484,
62,
89,
346,
528,
404,
680,
7115,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
82,
524,
3256,
705,
74,
929,
680,
7115,
10247,
3256,
705,
18217,
12236,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
104,
3256,
14873,
538,
1563,
82,
16193,
12762,
22579,
11,
828,
1438,
11639,
65,
459,
5708,
3256,
31065,
11639,
65,
459,
5708,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
18217,
12236,
3256,
705,
65,
917,
11308,
3256,
705,
89,
2271,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
21,
68,
16,
3256,
14873,
538,
1563,
82,
16193,
1065,
5774,
2718,
11,
828,
1438,
11639,
782,
5488,
3256,
31065,
11639,
782,
5488,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
18217,
12236,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
18,
69,
24,
3256,
14873,
538,
1563,
82,
16193,
16799,
44821,
11,
828,
1438,
11639,
929,
521,
68,
12385,
285,
1477,
1000,
3256,
31065,
11639,
929,
521,
68,
62,
2616,
62,
907,
71,
1000,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
907,
71,
1000,
3256,
705,
929,
521,
68,
3256,
705,
18217,
12236,
3256,
705,
3149,
13827,
29406,
1000,
3256,
705,
89,
23130,
8182,
3256,
705,
89,
2271,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
237,
223,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
2718,
11,
828,
1438,
11639,
45666,
64,
28808,
5948,
5720,
397,
283,
15498,
3256,
31065,
11639,
45666,
64,
62,
88,
268,
5948,
62,
10793,
397,
283,
15498,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
10793,
397,
321,
343,
15498,
3256,
705,
76,
1077,
521,
5733,
21349,
285,
65,
952,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
18,
69,
18,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
5774,
11,
828,
1438,
11639,
23063,
431,
525,
46213,
275,
2194,
64,
299,
5948,
48722,
3256,
31065,
11639,
23063,
431,
525,
46213,
62,
45666,
64,
62,
3281,
12496,
431,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
23063,
431,
525,
46213,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
18,
69,
19,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
3459,
11,
828,
1438,
11639,
23063,
431,
525,
46213,
275,
2194,
64,
299,
5948,
385,
72,
3256,
31065,
11639,
23063,
431,
525,
46213,
62,
45666,
64,
62,
3281,
27650,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
23063,
431,
525,
46213,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
102,
3256,
14873,
538,
1563,
82,
16193,
12762,
48564,
11,
828,
1438,
11639,
45666,
64,
28808,
5948,
279,
368,
1350,
3256,
31065,
11639,
45666,
64,
62,
88,
268,
5948,
62,
79,
368,
1350,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
1359,
5092,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
105,
3256,
14873,
538,
1563,
82,
16193,
12762,
41580,
11,
828,
1438,
11639,
82,
328,
3301,
220,
2403,
88,
322,
1077,
10247,
3256,
31065,
11639,
82,
328,
3301,
62,
2403,
88,
322,
1077,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
14795,
29822,
43237,
3301,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
248,
108,
3256,
14873,
538,
1563,
82,
16193,
2079,
3023,
11,
828,
1438,
11639,
73,
1734,
4496,
3256,
31065,
11639,
73,
1734,
4496,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
361,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
248,
109,
3256,
14873,
538,
1563,
82,
16193,
2079,
2713,
11,
828,
1438,
11639,
354,
47265,
479,
557,
20942,
17792,
334,
67,
25162,
35851,
8805,
5362,
468,
64,
17792,
479,
315,
17517,
16486,
452,
84,
21349,
285,
4548,
72,
435,
7745,
3055,
296,
10247,
3256,
31065,
11639,
354,
47265,
62,
74,
557,
20942,
62,
11693,
62,
463,
25162,
62,
559,
62,
9937,
5362,
62,
10134,
64,
62,
11693,
62,
74,
315,
17517,
62,
76,
1228,
452,
84,
62,
3972,
62,
2611,
8846,
62,
7344,
88,
3055,
296,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
361,
78,
3256,
705,
907,
23718,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
245,
123,
3256,
14873,
538,
1563,
82,
16193,
1065,
5332,
1157,
11,
828,
1438,
11639,
74,
3541,
3839,
3256,
31065,
11639,
74,
3541,
3839,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
385,
78,
3256,
705,
76,
726,
1872,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
21,
68,
17,
3256,
14873,
538,
1563,
82,
16193,
1065,
5774,
2548,
11,
828,
1438,
11639,
79,
541,
64,
8591,
285,
1878,
29822,
3256,
31065,
11639,
79,
541,
64,
62,
5031,
62,
76,
1878,
29822,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
1878,
29822,
3256,
705,
782,
6086,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
106,
3256,
14873,
538,
1563,
82,
16193,
12762,
22709,
11,
828,
1438,
11639,
83,
3046,
68,
8591,
479,
952,
78,
3256,
31065,
11639,
83,
3046,
68,
62,
5031,
62,
74,
952,
78,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
47041,
7246,
3256,
705,
74,
488,
14107,
461,
7761,
3256,
705,
74,
952,
78,
3256,
705,
3149,
8704,
3256,
705,
77,
7639,
17027,
3256,
705,
89,
2271,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
237,
100,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
2425,
11,
828,
1438,
11639,
282,
1689,
21349,
30939,
3256,
31065,
11639,
282,
1689,
62,
3972,
62,
265,
76,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
265,
76,
3256,
705,
43125,
265,
5580,
3256,
705,
76,
21006,
5948,
479,
84,
956,
397,
84,
3256,
705,
11722,
4106,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
106,
3256,
14873,
538,
1563,
82,
16193,
12762,
33808,
11,
828,
1438,
11639,
732,
4914,
256,
8130,
479,
21006,
5948,
7347,
64,
3256,
31065,
11639,
732,
4914,
62,
83,
8130,
62,
74,
21006,
5948,
62,
79,
541,
64,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
83,
8130,
3256,
705,
83,
929,
952,
21349,
256,
8130,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
108,
3256,
14873,
538,
1563,
82,
16193,
12762,
34427,
11,
828,
1438,
11639,
76,
26436,
1932,
72,
21349,
479,
403,
88,
10247,
3256,
31065,
11639,
76,
26436,
62,
82,
19910,
62,
3972,
62,
28374,
88,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
82,
19910,
479,
10247,
479,
403,
88,
10247,
3256,
705,
28374,
88,
10247,
3256,
705,
76,
26436,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
17992,
123,
3256,
14873,
538,
1563,
82,
16193,
4089,
2816,
11,
828,
1438,
11639,
74,
8846,
17792,
2153,
333,
463,
388,
84,
3256,
31065,
11639,
74,
8846,
62,
11693,
62,
19726,
333,
463,
388,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
3046,
1134,
544,
7285,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
117,
3256,
14873,
538,
1563,
82,
16193,
12762,
40035,
11,
828,
1438,
11639,
76,
7344,
86,
5549,
21349,
266,
2271,
2454,
3256,
31065,
11639,
76,
7344,
86,
5549,
62,
3972,
62,
49484,
2454,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
8149,
321,
2454,
3256,
705,
76,
7344,
86,
5549,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
118,
3256,
14873,
538,
1563,
82,
16193,
12762,
39357,
11,
828,
1438,
11639,
76,
7344,
86,
5549,
21349,
266,
272,
707,
539,
3256,
31065,
11639,
76,
7344,
86,
5549,
62,
3972,
62,
8149,
707,
539,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
8149,
321,
365,
3256,
705,
76,
7344,
86,
5549,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
119,
3256,
14873,
538,
1563,
82,
16193,
1065,
4521,
2079,
11,
828,
1438,
11639,
76,
7344,
86,
5549,
3256,
31065,
11639,
76,
7344,
86,
5549,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
354,
2238,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
120,
3256,
14873,
538,
1563,
82,
16193,
1065,
5774,
405,
11,
828,
1438,
11639,
282,
1689,
21349,
45079,
2069,
3256,
31065,
11639,
282,
1689,
62,
3972,
62,
16762,
2069,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
16762,
2069,
3256,
705,
74,
549,
324,
346,
19388,
299,
5162,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
122,
3256,
14873,
538,
1563,
82,
16193,
12762,
36680,
11,
828,
1438,
11639,
907,
6081,
3256,
31065,
11639,
907,
6081,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
26436,
3256,
705,
354,
2238,
3256,
705,
76,
7344,
86,
5549,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
249,
224,
3256,
14873,
538,
1563,
82,
16193,
12762,
35402,
11,
828,
1438,
11639,
463,
3145,
8846,
2082,
38836,
541,
5092,
3256,
31065,
11639,
463,
3145,
8846,
62,
10247,
62,
44429,
541,
5092,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
463,
3145,
8846,
3256,
705,
44429,
541,
5092,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
249,
226,
3256,
14873,
538,
1563,
82,
16193,
12762,
32583,
11,
828,
1438,
11639,
9937,
1872,
21349,
285,
89,
14031,
3256,
31065,
11639,
9937,
1872,
62,
3972,
62,
76,
89,
14031,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
89,
14031,
3256,
705,
67,
1872,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
249,
227,
3256,
14873,
538,
1563,
82,
16193,
12762,
31495,
11,
828,
1438,
11639,
76,
993,
7344,
14187,
479,
7456,
361,
324,
5303,
285,
528,
14031,
3256,
31065,
11639,
76,
993,
7344,
62,
8957,
62,
74,
7456,
361,
324,
5303,
62,
76,
528,
14031,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
89,
14031,
3256,
705,
71,
361,
324,
5303,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
116,
3256,
14873,
538,
1563,
82,
16193,
12762,
38205,
11,
828,
1438,
11639,
47261,
2069,
266,
272,
615,
14852,
2318,
397,
3301,
3256,
31065,
11639,
47261,
2069,
62,
8149,
615,
14852,
62,
5657,
397,
3301,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
11498,
1350,
64,
479,
10247,
37011,
12303,
3256,
705,
74,
14795,
14852,
3256,
705,
9535,
69,
5580,
3256,
705,
16762,
2069,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
249,
242,
3256,
14873,
538,
1563,
82,
16193,
2079,
1821,
11,
828,
1438,
11639,
43573,
9613,
479,
4250,
544,
3256,
31065,
11639,
43573,
9613,
62,
74,
4250,
544,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
82,
7745,
78,
3256,
705,
41826,
1031,
10247,
3256,
705,
74,
4250,
544,
3256,
705,
3876,
3046,
33263,
3256,
705,
9535,
69,
5580,
3256,
705,
45897,
2271,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
104,
3256,
14873,
538,
1563,
82,
16193,
12762,
47521,
11,
828,
1438,
11639,
524,
79,
328,
10247,
1667,
3046,
33263,
3256,
31065,
11639,
524,
79,
328,
10247,
62,
3876,
3046,
33263,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
82,
7745,
78,
3256,
705,
74,
4250,
544,
3256,
705,
45897,
2271,
3256,
705,
41826,
1031,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
111,
3256,
14873,
538,
1563,
82,
16193,
12762,
49541,
11,
828,
1438,
11639,
7012,
271,
522,
4528,
11595,
343,
7456,
385,
14246,
72,
3256,
31065,
11639,
7012,
271,
522,
4528,
62,
71,
1031,
343,
7456,
385,
14246,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
82,
7745,
78,
3256,
705,
7012,
271,
522,
4528,
3256,
705,
41826,
1031,
10247,
3256,
705,
3876,
3046,
33263,
3256,
705,
70,
2743,
3256,
705,
45897,
2271,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
255,
3256,
14873,
538,
1563,
82,
16193,
12762,
35978,
11,
828,
1438,
11639,
43573,
9613,
479,
14795,
29822,
43237,
3301,
3256,
31065,
11639,
43573,
9613,
62,
74,
14795,
29822,
62,
82,
328,
3301,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
82,
7745,
78,
3256,
705,
74,
14795,
29822,
43237,
3301,
3256,
705,
45897,
2271,
3256,
705,
41826,
1031,
10247,
3256,
705,
3876,
3046,
33263,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
107,
3256,
14873,
538,
1563,
82,
16193,
12762,
39925,
11,
828,
1438,
11639,
43573,
9613,
479,
315,
929,
64,
256,
8130,
3256,
31065,
11639,
43573,
9613,
62,
74,
315,
929,
64,
62,
83,
8130,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
315,
929,
64,
256,
8130,
3256,
705,
82,
7745,
78,
3256,
705,
45897,
2271,
3256,
705,
41826,
1031,
10247,
3256,
705,
3876,
3046,
33263,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
109,
3256,
14873,
538,
1563,
82,
16193,
12762,
40523,
11,
828,
1438,
11639,
76,
26436,
27678,
1878,
1872,
479,
10247,
2603,
388,
528,
72,
21349,
479,
403,
88,
10247,
3256,
31065,
11639,
76,
26436,
62,
71,
323,
1878,
1872,
62,
74,
10247,
62,
6759,
388,
528,
72,
62,
3972,
62,
28374,
88,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
82,
7745,
78,
3256,
705,
28374,
88,
10247,
3256,
705,
41826,
1031,
10247,
3256,
705,
76,
26436,
3256,
705,
82,
19910,
479,
10247,
479,
403,
88,
10247,
3256,
705,
3876,
3046,
33263,
3256,
705,
45897,
2271,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
248,
115,
3256,
14873,
538,
1563,
82,
16193,
12762,
37381,
11,
828,
1438,
11639,
86,
23900,
1350,
64,
479,
10247,
37011,
12303,
387,
5767,
7456,
385,
14246,
72,
3256,
31065,
11639,
86,
23900,
1350,
64,
62,
74,
10247,
62,
76,
328,
12303,
62,
26615,
283,
7456,
385,
14246,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
82,
7745,
78,
3256,
705,
76,
11498,
1350,
64,
479,
10247,
37011,
12303,
3256,
705,
45897,
2271,
3256,
705,
41826,
1031,
10247,
3256,
705,
3876,
3046,
33263,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
105,
228,
3256,
14873,
538,
1563,
82,
16193,
1157,
28645,
11,
828,
1438,
11639,
907,
71,
1000,
555,
64,
2577,
293,
365,
4496,
7544,
84,
3256,
31065,
11639,
907,
71,
1000,
62,
9613,
2577,
293,
365,
4496,
62,
73,
12303,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
907,
71,
1000,
3256,
705,
518,
293,
365,
78,
3256,
705,
74,
2093,
1031,
5362,
3256,
705,
325,
4411,
84,
479,
12303,
21349,
288,
8704,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
29705,
245,
3256,
14873,
538,
1563,
82,
16193,
5332,
2079,
11,
828,
1438,
11639,
907,
71,
1000,
555,
64,
2577,
293,
365,
4496,
7544,
84,
479,
43640,
3256,
31065,
11639,
907,
71,
1000,
62,
9613,
2577,
293,
365,
4496,
62,
73,
12303,
62,
74,
43640,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
907,
71,
1000,
3256,
705,
74,
2093,
1031,
5362,
30407,
283,
5580,
3256,
705,
74,
7246,
21349,
384,
4411,
84,
479,
12303,
21349,
288,
8704,
3256,
705,
518,
293,
365,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
252,
94,
3256,
14873,
538,
1563,
82,
16193,
8784,
2231,
11,
828,
1438,
11639,
907,
71,
1000,
555,
64,
2577,
293,
365,
4496,
479,
43640,
3256,
31065,
11639,
907,
71,
1000,
62,
9613,
2577,
293,
365,
4496,
62,
74,
43640,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
907,
71,
1000,
3256,
705,
518,
293,
365,
78,
3256,
705,
76,
1077,
283,
5580,
3256,
705,
325,
4411,
84,
479,
12303,
21349,
288,
8704,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
29705,
246,
3256,
14873,
538,
1563,
82,
16193,
4521,
405,
11,
828,
1438,
11639,
907,
71,
1000,
555,
64,
2577,
293,
365,
4496,
442,
5362,
479,
43640,
3256,
31065,
11639,
907,
71,
1000,
62,
9613,
2577,
293,
365,
4496,
62,
45045,
62,
74,
43640,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
907,
71,
1000,
3256,
705,
74,
7246,
21349,
384,
4411,
84,
479,
12303,
21349,
288,
8704,
3256,
705,
74,
2093,
1031,
5362,
479,
385,
5362,
30407,
283,
5580,
3256,
705,
518,
293,
365,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
105,
229,
3256,
14873,
538,
1563,
82,
16193,
1157,
25150,
11,
828,
1438,
11639,
907,
71,
1000,
555,
64,
2577,
293,
365,
64,
442,
5362,
3256,
31065,
11639,
907,
71,
1000,
62,
9613,
2577,
293,
365,
64,
62,
45045,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
907,
71,
1000,
3256,
705,
518,
293,
365,
78,
3256,
705,
45045,
3256,
705,
45614,
5362,
3256,
705,
325,
4411,
84,
479,
12303,
21349,
288,
8704,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
29705,
247,
3256,
14873,
538,
1563,
82,
16193,
4521,
486,
11,
828,
1438,
11639,
907,
71,
1000,
555,
64,
2577,
293,
365,
4496,
442,
5362,
479,
1530,
2069,
3256,
31065,
11639,
907,
71,
1000,
62,
9613,
2577,
293,
365,
4496,
62,
45045,
62,
74,
1530,
2069,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
907,
71,
1000,
3256,
705,
74,
7246,
21349,
384,
4411,
84,
479,
12303,
21349,
288,
8704,
3256,
705,
45614,
5362,
2153,
9869,
27567,
3256,
705,
518,
293,
365,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
105,
227,
3256,
14873,
538,
1563,
82,
16193,
1157,
30273,
11,
828,
1438,
11639,
907,
71,
1000,
555,
64,
2577,
293,
365,
4496,
479,
1530,
2069,
3256,
31065,
11639,
907,
71,
1000,
62,
9613,
2577,
293,
365,
4496,
62,
74,
1530,
2069,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
907,
71,
1000,
3256,
705,
518,
293,
365,
78,
3256,
705,
19726,
9869,
27567,
3256,
705,
325,
4411,
84,
479,
12303,
21349,
288,
8704,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
29705,
244,
3256,
14873,
538,
1563,
82,
16193,
23,
41292,
11,
828,
1438,
11639,
907,
71,
1000,
555,
64,
2577,
293,
365,
4496,
7544,
84,
479,
1530,
2069,
3256,
31065,
11639,
907,
71,
1000,
62,
9613,
2577,
293,
365,
4496,
62,
73,
12303,
62,
74,
1530,
2069,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
907,
71,
1000,
3256,
705,
74,
2093,
1031,
5362,
2153,
9869,
27567,
3256,
705,
74,
7246,
21349,
384,
4411,
84,
479,
12303,
21349,
288,
8704,
3256,
705,
518,
293,
365,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
29705,
243,
3256,
14873,
538,
1563,
82,
16193,
23,
43239,
11,
828,
1438,
11639,
907,
71,
1000,
555,
64,
2577,
293,
365,
4496,
442,
5362,
12385,
7544,
84,
3256,
31065,
11639,
907,
71,
1000,
62,
9613,
2577,
293,
365,
4496,
62,
45045,
62,
2616,
62,
73,
12303,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
907,
71,
1000,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
29705,
242,
3256,
14873,
538,
1563,
82,
16193,
23,
45734,
11,
828,
1438,
11639,
907,
71,
1000,
555,
64,
2577,
293,
4496,
479,
1530,
2069,
12385,
479,
43640,
3256,
31065,
11639,
907,
71,
1000,
62,
9613,
2577,
293,
4496,
62,
74,
1530,
2069,
62,
2616,
62,
74,
43640,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
907,
71,
1000,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
29705,
102,
3256,
14873,
538,
1563,
82,
16193,
4521,
1558,
11,
828,
1438,
11639,
907,
71,
1000,
2082,
479,
43640,
555,
64,
404,
22261,
479,
1530,
2069,
3256,
31065,
11639,
907,
71,
1000,
62,
10247,
62,
74,
43640,
62,
9613,
404,
22261,
62,
74,
1530,
2069,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
907,
71,
1000,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
29705,
103,
3256,
14873,
538,
1563,
82,
16193,
4521,
1507,
11,
828,
1438,
11639,
907,
71,
1000,
2082,
479,
1530,
2069,
555,
64,
404,
22261,
479,
43640,
3256,
31065,
11639,
907,
71,
1000,
62,
10247,
62,
74,
1530,
2069,
62,
9613,
404,
22261,
62,
74,
43640,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
907,
71,
1000,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
97,
112,
3256,
14873,
538,
1563,
82,
16193,
13348,
2780,
11,
828,
1438,
11639,
907,
71,
1000,
2082,
479,
43640,
555,
64,
404,
22261,
7544,
84,
3256,
31065,
11639,
907,
71,
1000,
62,
10247,
62,
74,
43640,
62,
9613,
404,
22261,
62,
73,
12303,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
907,
71,
1000,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
97,
113,
3256,
14873,
538,
1563,
82,
16193,
13348,
2920,
11,
828,
1438,
11639,
907,
71,
1000,
2082,
479,
43640,
555,
64,
404,
22261,
442,
5362,
3256,
31065,
11639,
907,
71,
1000,
62,
10247,
62,
74,
43640,
62,
9613,
404,
22261,
62,
45045,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
907,
71,
1000,
3256,
705,
45045,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
225,
3256,
14873,
538,
1563,
82,
16193,
12762,
25191,
11,
828,
1438,
11639,
76,
680,
1000,
266,
8083,
287,
323,
2577,
293,
365,
4496,
479,
10247,
285,
89,
2150,
29794,
2082,
47594,
25619,
84,
3256,
31065,
11639,
76,
680,
1000,
62,
86,
8083,
62,
259,
323,
2577,
293,
365,
4496,
62,
74,
10247,
62,
76,
89,
2150,
29794,
62,
10247,
62,
461,
25619,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
907,
71,
1000,
3256,
705,
76,
89,
2150,
29794,
2082,
47594,
25619,
84,
3256,
705,
79,
21897,
510,
3972,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
226,
3256,
14873,
538,
1563,
82,
16193,
1065,
6469,
1899,
11,
828,
1438,
11639,
15813,
3046,
68,
17792,
29406,
1000,
21349,
479,
3541,
2454,
473,
64,
3256,
31065,
11639,
15813,
3046,
68,
62,
11693,
62,
76,
680,
1000,
62,
3972,
62,
74,
3541,
2454,
62,
82,
7252,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
907,
71,
1000,
3256,
705,
74,
3541,
2454,
473,
64,
3256,
705,
354,
461,
7252,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
247,
3256,
14873,
538,
1563,
82,
16193,
12762,
30368,
11,
828,
1438,
11639,
907,
71,
1000,
2082,
299,
88,
7487,
3256,
31065,
11639,
907,
71,
1000,
62,
10247,
62,
3281,
7487,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
907,
71,
1000,
3256,
705,
3281,
7487,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
248,
3256,
14873,
538,
1563,
82,
16193,
12762,
32568,
11,
828,
1438,
11639,
907,
71,
1000,
2082,
285,
86,
680,
78,
3256,
31065,
11639,
907,
71,
1000,
62,
10247,
62,
76,
86,
680,
78,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
907,
71,
1000,
3256,
705,
76,
86,
680,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
249,
3256,
14873,
538,
1563,
82,
16193,
12762,
30290,
11,
828,
1438,
11639,
907,
71,
1000,
2082,
339,
86,
3216,
0,
3256,
31065,
11639,
907,
71,
1000,
62,
10247,
62,
6391,
3216,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
907,
71,
1000,
3256,
705,
282,
1689,
3256,
705,
6391,
3216,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
250,
3256,
14873,
538,
1563,
82,
16193,
12762,
30336,
11,
828,
1438,
11639,
907,
71,
1000,
555,
5488,
1077,
343,
544,
289,
452,
72,
479,
283,
571,
35657,
3256,
31065,
11639,
907,
71,
1000,
62,
403,
5488,
1077,
343,
544,
62,
71,
452,
72,
62,
21070,
571,
35657,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
907,
71,
1000,
3256,
705,
71,
452,
72,
479,
283,
571,
35657,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
251,
3256,
14873,
538,
1563,
82,
16193,
12762,
26279,
11,
828,
1438,
11639,
907,
71,
1000,
555,
64,
2577,
293,
365,
64,
7544,
84,
3256,
31065,
11639,
907,
71,
1000,
62,
9613,
2577,
293,
365,
64,
62,
73,
12303,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
907,
71,
1000,
3256,
705,
73,
12303,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
21,
67,
15,
3256,
14873,
538,
1563,
82,
16193,
1065,
5774,
1238,
11,
828,
1438,
11639,
76,
993,
7344,
14187,
479,
84,
397,
463,
84,
3256,
31065,
11639,
76,
993,
7344,
62,
8957,
62,
23063,
397,
463,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
67,
5362,
3256,
705,
397,
463,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
248,
249,
3256,
14873,
538,
1563,
82,
16193,
24,
49287,
11,
828,
1438,
11639,
282,
1689,
21349,
22037,
84,
3256,
31065,
11639,
282,
1689,
62,
3972,
62,
37696,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
292,
7745,
368,
86,
321,
5362,
337,
2150,
84,
3256,
705,
37696,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
44966,
3256,
14873,
538,
1563,
82,
16193,
1065,
5999,
1959,
11,
828,
1438,
11639,
296,
84,
3256,
31065,
11639,
296,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
67,
5362,
3256,
705,
4106,
71,
521,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
26486,
94,
3256,
14873,
538,
1563,
82,
16193,
3064,
1558,
11,
828,
1438,
11639,
3281,
4265,
21349,
288,
31330,
3256,
31065,
11639,
3281,
4265,
62,
3972,
62,
67,
31330,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
67,
5362,
3256,
705,
67,
31330,
3256,
705,
3281,
4265,
3256,
705,
4669,
993,
47928,
3256,
705,
1820,
993,
47928,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
24583,
116,
3256,
14873,
538,
1563,
82,
16193,
32196,
19,
11,
828,
1438,
11639,
45073,
463,
388,
84,
8591,
34590,
10961,
3256,
31065,
11639,
45073,
463,
388,
84,
62,
5031,
62,
34985,
10961,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
67,
5362,
3256,
705,
34985,
10961,
3256,
705,
76,
20942,
17053,
2082,
3600,
3099,
3256,
705,
45073,
463,
388,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
24583,
107,
3256,
14873,
538,
1563,
82,
16193,
5607,
2425,
11,
828,
1438,
11639,
88,
259,
331,
648,
3256,
31065,
11639,
88,
259,
62,
17859,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
17859,
3256,
705,
67,
5362,
3256,
705,
88,
259,
3256,
705,
83,
5488,
3256,
705,
76,
20942,
17053,
2082,
256,
5488,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
26486,
251,
3256,
14873,
538,
1563,
82,
16193,
3064,
1485,
11,
828,
1438,
11639,
907,
282,
15498,
2082,
8769,
265,
5362,
3256,
31065,
11639,
907,
282,
15498,
62,
10247,
62,
34553,
265,
5362,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
28015,
1585,
78,
3256,
705,
67,
5362,
3256,
705,
907,
282,
15498,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
24583,
99,
3256,
14873,
538,
1563,
82,
16193,
5607,
2791,
11,
828,
1438,
11639,
907,
282,
15498,
3256,
31065,
11639,
907,
282,
15498,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
28015,
1585,
78,
3256,
705,
67,
5362,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
24583,
103,
3256,
14873,
538,
1563,
82,
16193,
5607,
2154,
11,
828,
1438,
11639,
3281,
4265,
12385,
285,
732,
17027,
285,
86,
392,
18811,
3256,
31065,
11639,
3281,
4265,
62,
2616,
62,
76,
732,
17027,
62,
76,
86,
392,
18811,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
67,
5362,
3256,
705,
84,
271,
2543,
84,
3256,
705,
30300,
271,
2543,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
24583,
106,
3256,
14873,
538,
1563,
82,
16193,
24,
47582,
11,
828,
1438,
11639,
282,
1689,
21349,
716,
3216,
3256,
31065,
11639,
282,
1689,
62,
3972,
62,
321,
3216,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
321,
3216,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
52,
18005,
69,
4051,
68,
3256,
14873,
538,
1563,
82,
16193,
12762,
31380,
11,
828,
1438,
11639,
3653,
40844,
3256,
31065,
11639,
3653,
40844,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
5116,
3301,
17792,
29406,
388,
7252,
3256,
705,
67,
5362,
3256,
705,
5116,
3301,
17792,
29406,
388,
7252,
42434,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
107,
3256,
14873,
538,
1563,
82,
16193,
12762,
22572,
11,
828,
1438,
11639,
3281,
4265,
28808,
5948,
279,
368,
1350,
1650,
64,
12385,
6220,
505,
479,
265,
1134,
7246,
3256,
31065,
11639,
3281,
4265,
62,
88,
268,
5948,
62,
79,
368,
1350,
62,
82,
5350,
62,
2616,
62,
15813,
505,
62,
41826,
1134,
7246,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
47041,
7246,
3256,
705,
3281,
4265,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
17992,
119,
3256,
14873,
538,
1563,
82,
16193,
4089,
4349,
11,
828,
1438,
11639,
282,
1689,
21349,
479,
315,
388,
544,
3478,
64,
3256,
31065,
11639,
282,
1689,
62,
3972,
62,
74,
315,
388,
544,
62,
1452,
64,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
83,
388,
544,
3478,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
249,
3256,
14873,
538,
1563,
82,
16193,
1065,
6469,
1129,
11,
828,
1438,
11639,
1350,
7285,
21349,
474,
1437,
3256,
31065,
11639,
1350,
7285,
62,
3972,
62,
73,
1437,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
73,
1437,
3256,
705,
1350,
7285,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
108,
3256,
14873,
538,
1563,
82,
16193,
12762,
21288,
11,
828,
1438,
11639,
282,
1689,
21349,
479,
2926,
2674,
72,
21349,
281,
323,
11025,
4496,
3256,
31065,
11639,
282,
1689,
62,
3972,
62,
74,
2926,
2674,
72,
62,
3972,
62,
272,
323,
11025,
4496,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
272,
323,
11025,
4496,
3256,
705,
83,
23368,
3256,
705,
660,
431,
21349,
569,
3256,
705,
74,
2926,
3216,
3256,
705,
74,
2926,
2674,
72,
3256,
705,
77,
73,
5733,
3256,
705,
89,
2271,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
109,
3256,
14873,
538,
1563,
82,
16193,
12762,
22515,
11,
828,
1438,
11639,
77,
368,
2127,
21349,
442,
22064,
269,
831,
5948,
299,
11693,
256,
33419,
26,
33480,
11308,
2082,
410,
88,
368,
1350,
9090,
33419,
3256,
31065,
11639,
77,
368,
2127,
62,
3972,
62,
354,
22064,
62,
6607,
5948,
62,
77,
11693,
62,
83,
33419,
26,
62,
28015,
11308,
62,
10247,
62,
7670,
368,
1350,
62,
85,
270,
33419,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
77,
368,
2127,
3256,
705,
28015,
11308,
2082,
410,
88,
368,
1350,
9090,
33419,
3256,
705,
17694,
72,
3256,
705,
77,
368,
2127,
21349,
442,
22064,
269,
831,
5948,
299,
11693,
256,
33419,
3256,
705,
77,
16484,
3256,
705,
89,
2271,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
255,
243,
3256,
14873,
538,
1563,
82,
16193,
11442,
6052,
11,
828,
1438,
11639,
76,
646,
3301,
33480,
549,
10247,
3256,
31065,
11639,
76,
646,
3301,
62,
28015,
549,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
646,
3301,
3256,
705,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
26486,
227,
3256,
14873,
538,
1563,
82,
16193,
2079,
4531,
11,
828,
1438,
11639,
282,
1689,
299,
5948,
48722,
21349,
256,
5580,
220,
2403,
88,
482,
2305,
64,
3256,
31065,
11639,
282,
1689,
62,
3281,
12496,
431,
62,
3972,
62,
83,
5580,
62,
2403,
88,
482,
2305,
64,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
83,
5580,
3256,
705,
282,
1689,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
24583,
239,
3256,
14873,
538,
1563,
82,
16193,
5607,
2231,
11,
828,
1438,
11639,
38142,
33263,
8591,
479,
5330,
18896,
5948,
435,
1689,
21349,
256,
5580,
3256,
31065,
11639,
38142,
33263,
62,
5031,
62,
74,
5330,
62,
11925,
5948,
62,
282,
1689,
62,
3972,
62,
83,
5580,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
5330,
3256,
705,
83,
5580,
3256,
705,
38142,
33263,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
26486,
242,
3256,
14873,
538,
1563,
82,
16193,
12825,
19,
11,
828,
1438,
11639,
282,
1689,
21349,
256,
5580,
220,
2403,
88,
482,
2305,
64,
3256,
31065,
11639,
282,
1689,
62,
3972,
62,
83,
5580,
62,
2403,
88,
482,
2305,
64,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
83,
5580,
3256,
705,
282,
1689,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
26486,
244,
3256,
14873,
538,
1563,
82,
16193,
12825,
21,
11,
828,
1438,
11639,
282,
1689,
21349,
2124,
220,
2403,
88,
482,
2305,
64,
3256,
31065,
11639,
282,
1689,
62,
3972,
62,
87,
62,
2403,
88,
482,
2305,
64,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
456,
958,
72,
3256,
705,
87,
3256,
705,
74,
10277,
312,
19388,
3256,
705,
89,
312,
19388,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
32391,
234,
3256,
14873,
538,
1563,
82,
16193,
3064,
1899,
11,
828,
1438,
11639,
282,
1689,
21349,
479,
10277,
312,
19388,
3256,
31065,
11639,
282,
1689,
62,
3972,
62,
74,
10277,
312,
19388,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
456,
958,
72,
3256,
705,
87,
3256,
705,
74,
10277,
312,
19388,
3256,
705,
282,
1689,
3256,
705,
89,
312,
19388,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
32391,
236,
3256,
14873,
538,
1563,
82,
16193,
3064,
5237,
11,
828,
1438,
11639,
15813,
3046,
68,
17792,
435,
1689,
21349,
479,
10277,
312,
19388,
3256,
31065,
11639,
15813,
3046,
68,
62,
11693,
62,
282,
1689,
62,
3972,
62,
74,
10277,
312,
19388,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
43395,
15498,
3256,
705,
282,
1689,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
252,
243,
3256,
14873,
538,
1563,
82,
16193,
8784,
2091,
11,
828,
1438,
11639,
282,
1689,
21349,
479,
84,
14220,
4496,
220,
2403,
88,
482,
2305,
64,
3256,
31065,
11639,
282,
1689,
62,
3972,
62,
23063,
14220,
4496,
62,
2403,
88,
482,
2305,
64,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
14363,
397,
7246,
3256,
705,
23063,
14220,
4496,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
252,
244,
3256,
14873,
538,
1563,
82,
16193,
8784,
2682,
11,
828,
1438,
11639,
282,
1689,
21349,
479,
9390,
64,
220,
2403,
88,
482,
2305,
64,
3256,
31065,
11639,
282,
1689,
62,
3972,
62,
74,
9390,
64,
62,
2403,
88,
482,
2305,
64,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
14363,
397,
7246,
3256,
705,
74,
9390,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
252,
245,
3256,
14873,
538,
1563,
82,
16193,
8784,
2327,
11,
828,
1438,
11639,
282,
1689,
21349,
479,
1018,
707,
34183,
220,
2403,
88,
482,
2305,
64,
3256,
31065,
11639,
282,
1689,
62,
3972,
62,
74,
1018,
707,
34183,
62,
2403,
88,
482,
2305,
64,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
14363,
397,
7246,
3256,
705,
74,
1018,
707,
34183,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
252,
108,
3256,
14873,
538,
1563,
82,
16193,
8784,
1899,
11,
828,
1438,
11639,
15813,
272,
17027,
8769,
488,
404,
22261,
3256,
31065,
11639,
15813,
272,
17027,
62,
34553,
488,
404,
22261,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
79,
22261,
3256,
705,
15813,
272,
17027,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
252,
123,
3256,
14873,
538,
1563,
82,
16193,
8784,
2425,
11,
828,
1438,
11639,
15813,
272,
17027,
8769,
488,
404,
22261,
1667,
64,
285,
65,
2403,
3256,
31065,
11639,
15813,
272,
17027,
62,
34553,
488,
404,
22261,
62,
76,
3301,
62,
2022,
2403,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
79,
22261,
3256,
705,
76,
3301,
285,
65,
2403,
3256,
705,
15813,
272,
17027,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
5099,
121,
3256,
14873,
538,
1563,
82,
16193,
1065,
27371,
11,
828,
1438,
11639,
282,
1689,
21349,
285,
14774,
6081,
21349,
384,
4411,
84,
3256,
31065,
11639,
282,
1689,
62,
3972,
62,
2022,
324,
6081,
62,
3972,
62,
325,
4411,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
282,
1689,
3256,
705,
325,
4411,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
26486,
111,
3256,
14873,
538,
1563,
82,
16193,
3064,
2327,
11,
828,
1438,
11639,
74,
3541,
4265,
269,
831,
5948,
299,
11693,
299,
1531,
3256,
31065,
11639,
74,
3541,
4265,
62,
6607,
5948,
62,
77,
11693,
62,
77,
1531,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
3541,
4265,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
26486,
112,
3256,
14873,
538,
1563,
82,
16193,
3064,
2623,
11,
828,
1438,
11639,
3281,
4265,
28808,
5948,
299,
11693,
299,
1531,
3256,
31065,
11639,
3281,
4265,
62,
88,
268,
5948,
62,
77,
11693,
62,
77,
1531,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
3281,
4265,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
109,
3256,
14873,
538,
1563,
82,
16193,
12762,
22413,
11,
828,
1438,
11639,
82,
283,
1878,
84,
285,
6893,
320,
6893,
72,
3256,
31065,
11639,
82,
283,
1878,
84,
62,
2022,
282,
320,
6893,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
82,
283,
1878,
84,
3256,
705,
12272,
64,
3256,
705,
549,
324,
346,
680,
26436,
2082,
32317,
64,
3256,
705,
11722,
4106,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
110,
3256,
14873,
538,
1563,
82,
16193,
12762,
23188,
11,
828,
1438,
11639,
282,
1689,
21349,
288,
5708,
3256,
31065,
11639,
282,
1689,
62,
3972,
62,
67,
5708,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
82,
283,
1878,
84,
3256,
705,
12272,
64,
3256,
705,
67,
5708,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
447,
120,
3256,
14873,
538,
1563,
82,
16193,
23,
22800,
11,
828,
1438,
11639,
282,
1689,
285,
65,
2403,
1976,
64,
285,
1477,
648,
5488,
3256,
31065,
11639,
282,
1689,
62,
2022,
2403,
62,
4496,
62,
907,
33255,
5488,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
4029,
952,
33480,
549,
10247,
3256,
705,
282,
1689,
3256,
705,
907,
33255,
5488,
3256,
705,
84,
461,
361,
680,
26436,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
46256,
231,
3256,
14873,
538,
1563,
82,
16193,
23,
22980,
11,
828,
1438,
11639,
282,
1689,
21349,
285,
1477,
648,
5488,
12385,
479,
84,
377,
23638,
3256,
31065,
11639,
282,
1689,
62,
3972,
62,
907,
33255,
5488,
62,
2616,
62,
23063,
377,
23638,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
2032,
7344,
3256,
705,
282,
1689,
3256,
705,
907,
33255,
5488,
3256,
705,
4029,
952,
2082,
479,
1530,
83,
6413,
3256,
705,
84,
461,
361,
680,
26436,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
32391,
241,
3256,
14873,
538,
1563,
82,
16193,
3064,
3134,
11,
828,
1438,
11639,
282,
1689,
21349,
479,
84,
377,
23638,
3256,
31065,
11639,
282,
1689,
62,
3972,
62,
23063,
377,
23638,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
2032,
7344,
3256,
705,
282,
1689,
3256,
705,
84,
461,
361,
680,
26436,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
32391,
242,
3256,
14873,
538,
1563,
82,
16193,
3064,
3104,
11,
828,
1438,
11639,
282,
1689,
299,
5948,
48722,
21349,
479,
84,
377,
23638,
3256,
31065,
11639,
282,
1689,
62,
3281,
12496,
431,
62,
3972,
62,
23063,
377,
23638,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
84,
461,
361,
680,
26436,
3256,
705,
2032,
7344,
3256,
705,
282,
1689,
3256,
705,
2403,
88,
672,
391,
680,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
32391,
243,
3256,
14873,
538,
1563,
82,
16193,
3064,
3388,
11,
828,
1438,
11639,
282,
1689,
299,
5948,
48722,
21349,
285,
1477,
648,
5488,
3256,
31065,
11639,
282,
1689,
62,
3281,
12496,
431,
62,
3972,
62,
907,
33255,
5488,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
84,
461,
361,
680,
26436,
3256,
705,
282,
1689,
3256,
705,
907,
33255,
5488,
3256,
705,
2403,
88,
672,
391,
680,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
32391,
245,
3256,
14873,
538,
1563,
82,
16193,
3064,
4869,
11,
828,
1438,
11639,
282,
1689,
21349,
285,
1477,
648,
5488,
3256,
31065,
11639,
282,
1689,
62,
3972,
62,
907,
33255,
5488,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
282,
1689,
3256,
705,
907,
33255,
5488,
3256,
705,
84,
461,
361,
680,
26436,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
5099,
108,
3256,
14873,
538,
1563,
82,
16193,
1065,
29211,
11,
828,
1438,
11639,
67,
12144,
220,
2403,
88,
404,
22261,
3256,
31065,
11639,
67,
12144,
62,
2403,
88,
404,
22261,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
67,
12144,
3256,
705,
74,
929,
22261,
3256,
705,
84,
461,
361,
680,
26436,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
7461,
3256,
14873,
538,
1563,
82,
16193,
22985,
11,
828,
1438,
11639,
2403,
88,
418,
1228,
2403,
10247,
3256,
31065,
11639,
2403,
88,
418,
1228,
2403,
10247,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
45614,
1228,
2403,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8151,
3256,
14873,
538,
1563,
82,
16193,
23,
40149,
11,
828,
1438,
11639,
354,
32678,
21349,
3182,
1077,
3301,
3256,
31065,
11639,
354,
32678,
62,
3972,
62,
8482,
1077,
3301,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
282,
1689,
3256,
705,
282,
1689,
21349,
3182,
1077,
3301,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
17992,
230,
3256,
14873,
538,
1563,
82,
16193,
4089,
405,
11,
828,
1438,
11639,
74,
623,
2238,
3256,
31065,
11639,
74,
623,
2238,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
89,
23130,
8182,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
17992,
231,
3256,
14873,
538,
1563,
82,
16193,
4089,
486,
11,
828,
1438,
11639,
69,
993,
7344,
3256,
31065,
11639,
69,
993,
7344,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
89,
23130,
8182,
3256,
705,
67,
2454,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
17992,
232,
3256,
14873,
538,
1563,
82,
16193,
24,
30863,
11,
828,
1438,
11639,
8899,
34518,
3256,
31065,
11639,
8899,
34518,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
89,
23130,
8182,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
17992,
233,
3256,
14873,
538,
1563,
82,
16193,
40022,
18,
11,
828,
1438,
11639,
4914,
64,
3256,
31065,
11639,
4914,
64,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
89,
23130,
8182,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
17992,
234,
3256,
14873,
538,
1563,
82,
16193,
24,
36088,
11,
828,
1438,
11639,
14323,
7012,
3256,
31065,
11639,
14323,
7012,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
89,
23130,
8182,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
17992,
235,
3256,
14873,
538,
1563,
82,
16193,
24,
28256,
11,
828,
1438,
11639,
76,
1077,
4649,
3256,
31065,
11639,
76,
1077,
4649,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
89,
23130,
8182,
3256,
705,
76,
86,
7344,
3256,
705,
65,
1134,
8704,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
17992,
236,
3256,
14873,
538,
1563,
82,
16193,
24,
37988,
11,
828,
1438,
11639,
76,
528,
3216,
3256,
31065,
11639,
76,
528,
3216,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
89,
23130,
8182,
3256,
705,
79,
8083,
3256,
705,
71,
8182,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
17992,
237,
3256,
14873,
538,
1563,
82,
16193,
24,
36928,
11,
828,
1438,
2625,
782,
6,
68,
1600,
31065,
2625,
782,
6,
68,
1600,
37647,
28,
69,
305,
8247,
316,
15090,
6,
89,
23130,
8182,
3256,
705,
77,
469,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
17992,
238,
3256,
14873,
538,
1563,
82,
16193,
24,
28362,
11,
828,
1438,
11639,
907,
71,
1000,
3256,
31065,
11639,
907,
71,
1000,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
89,
23130,
8182,
3256,
705,
3149,
13827,
29406,
1000,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
17992,
239,
3256,
14873,
538,
1563,
82,
16193,
24,
34583,
11,
828,
1438,
11639,
2022,
10277,
72,
3256,
31065,
11639,
2022,
10277,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
89,
23130,
8182,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
17992,
240,
3256,
14873,
538,
1563,
82,
16193,
4089,
940,
11,
828,
1438,
11639,
358,
2238,
3256,
31065,
11639,
358,
2238,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
26436,
3256,
705,
89,
23130,
8182,
3256,
705,
2763,
7344,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
17992,
241,
3256,
14873,
538,
1563,
82,
16193,
4089,
1157,
11,
828,
1438,
11639,
37687,
8182,
3256,
31065,
11639,
37687,
8182,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
89,
23130,
8182,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
249,
236,
3256,
14873,
538,
1563,
82,
16193,
2079,
2682,
11,
828,
1438,
11639,
404,
488,
17053,
3256,
31065,
11639,
404,
488,
17053,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
89,
23130,
8182,
3256,
705,
73,
17411,
3256,
705,
3281,
17411,
3256,
705,
2763,
7344,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
222,
3256,
14873,
538,
1563,
82,
16193,
12762,
11645,
11,
828,
1438,
11639,
15813,
3046,
68,
17792,
479,
794,
648,
34183,
299,
73,
544,
1976,
64,
823,
72,
3256,
31065,
11639,
15813,
3046,
68,
62,
11693,
62,
74,
794,
648,
34183,
62,
77,
73,
544,
62,
4496,
62,
2411,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
907,
71,
1000,
3256,
705,
74,
929,
680,
7115,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
223,
3256,
14873,
538,
1563,
82,
16193,
12762,
28676,
11,
828,
1438,
11639,
15813,
3046,
68,
17792,
479,
333,
463,
544,
3256,
31065,
11639,
15813,
3046,
68,
62,
11693,
62,
74,
333,
463,
544,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
907,
71,
1000,
3256,
705,
81,
463,
544,
3256,
705,
76,
89,
2150,
29794,
2082,
47594,
25619,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
224,
3256,
14873,
538,
1563,
82,
16193,
12762,
25600,
11,
828,
1438,
11639,
15813,
3046,
68,
17792,
479,
333,
463,
544,
266,
320,
2127,
285,
5908,
6592,
3256,
31065,
11639,
15813,
3046,
68,
62,
11693,
62,
74,
333,
463,
544,
62,
86,
320,
2127,
62,
3020,
78,
6592,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
907,
71,
1000,
3256,
705,
76,
89,
2150,
29794,
2082,
47594,
25619,
84,
3256,
705,
76,
3301,
6941,
6592,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
5008,
114,
3256,
14873,
538,
1563,
82,
16193,
24,
39111,
11,
828,
1438,
11639,
15813,
3046,
68,
17792,
479,
1229,
258,
4496,
3256,
31065,
11639,
15813,
3046,
68,
62,
11693,
62,
74,
1229,
258,
4496,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
907,
71,
1000,
3256,
705,
2395,
4496,
3256,
705,
79,
368,
11181,
33419,
3256,
705,
74,
43640,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
237,
102,
3256,
14873,
538,
1563,
82,
16193,
24,
24943,
11,
828,
1438,
11639,
15813,
3046,
68,
17792,
479,
48722,
293,
4914,
285,
1350,
293,
479,
10247,
479,
17053,
3256,
31065,
11639,
15813,
3046,
68,
62,
11693,
62,
23063,
431,
293,
4914,
62,
76,
1350,
293,
62,
74,
10247,
62,
74,
17053,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
907,
71,
1000,
3256,
705,
76,
1350,
293,
3256,
705,
74,
17053,
3256,
705,
2022,
2403,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
237,
255,
3256,
14873,
538,
1563,
82,
16193,
24,
24991,
11,
828,
1438,
11639,
15813,
3046,
68,
17792,
479,
86,
7438,
479,
21006,
5948,
266,
320,
2127,
555,
64,
1659,
84,
1045,
3256,
31065,
11639,
15813,
3046,
68,
62,
11693,
62,
46265,
7438,
62,
74,
21006,
5948,
62,
86,
320,
2127,
62,
9613,
1659,
84,
1045,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
907,
71,
1000,
3256,
705,
86,
320,
2127,
555,
64,
1659,
84,
1045,
3256,
705,
79,
368,
11181,
33419,
3256,
705,
83,
2724,
952,
300,
1292,
1659,
84,
1045,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
237,
107,
3256,
14873,
538,
1563,
82,
16193,
24,
19104,
11,
828,
1438,
11639,
15813,
3046,
68,
17792,
479,
1229,
258,
4496,
35851,
479,
385,
270,
19388,
3256,
31065,
11639,
15813,
3046,
68,
62,
11693,
62,
74,
1229,
258,
4496,
62,
559,
62,
45614,
270,
19388,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
907,
71,
1000,
3256,
705,
48937,
19388,
3256,
705,
2395,
4496,
3256,
705,
79,
368,
11181,
33419,
3256,
705,
74,
43640,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
15926,
222,
3256,
14873,
538,
1563,
82,
16193,
4846,
2414,
11,
828,
1438,
11639,
15813,
3046,
68,
17792,
479,
333,
463,
19388,
299,
88,
7487,
3256,
31065,
11639,
15813,
3046,
68,
62,
11693,
62,
74,
333,
463,
19388,
62,
3281,
7487,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
907,
71,
1000,
3256,
705,
79,
368,
11181,
33419,
3256,
705,
74,
333,
47928,
299,
88,
7487,
3256,
705,
74,
1530,
2069,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
237,
103,
3256,
14873,
538,
1563,
82,
16193,
24,
22913,
11,
828,
1438,
11639,
15813,
3046,
68,
17792,
479,
333,
463,
19388,
299,
88,
7487,
479,
10247,
479,
17053,
3256,
31065,
11639,
15813,
3046,
68,
62,
11693,
62,
74,
333,
463,
19388,
62,
3281,
7487,
62,
74,
10247,
62,
74,
17053,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
907,
71,
1000,
3256,
705,
74,
333,
463,
19388,
299,
88,
7487,
3256,
705,
2022,
2403,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
237,
106,
3256,
14873,
538,
1563,
82,
16193,
24,
22337,
11,
828,
1438,
11639,
15813,
3046,
68,
17792,
479,
333,
463,
544,
266,
320,
2127,
334,
4528,
404,
5350,
3256,
31065,
11639,
15813,
3046,
68,
62,
11693,
62,
74,
333,
463,
544,
62,
86,
320,
2127,
62,
377,
14922,
5350,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
907,
71,
1000,
3256,
705,
79,
368,
11181,
33419,
3256,
705,
86,
320,
2127,
334,
4528,
313,
648,
43640,
3256,
705,
83,
2724,
952,
42280,
23439,
648,
43640,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
120,
3256,
14873,
538,
1563,
82,
16193,
1065,
5999,
1433,
11,
828,
1438,
11639,
15813,
3046,
68,
17792,
7544,
84,
3256,
31065,
11639,
15813,
3046,
68,
62,
11693,
62,
73,
12303,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
907,
71,
1000,
3256,
705,
3281,
988,
917,
84,
3256,
705,
15813,
3046,
68,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
237,
104,
3256,
14873,
538,
1563,
82,
16193,
24,
22186,
11,
828,
1438,
11639,
15813,
3046,
68,
17792,
7544,
84,
479,
10247,
479,
17053,
3256,
31065,
11639,
15813,
3046,
68,
62,
11693,
62,
73,
12303,
62,
74,
10247,
62,
74,
17053,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
907,
71,
1000,
3256,
705,
2022,
2403,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
121,
3256,
14873,
538,
1563,
82,
16193,
1065,
5999,
1558,
11,
828,
1438,
11639,
15813,
3046,
68,
17792,
442,
5362,
3256,
31065,
11639,
15813,
3046,
68,
62,
11693,
62,
45045,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
907,
71,
1000,
3256,
705,
3281,
988,
917,
84,
3256,
705,
15813,
3046,
68,
3256,
705,
45045,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
237,
105,
3256,
14873,
538,
1563,
82,
16193,
24,
25272,
11,
828,
1438,
11639,
15813,
3046,
68,
17792,
442,
5362,
479,
10247,
479,
17053,
3256,
31065,
11639,
15813,
3046,
68,
62,
11693,
62,
45045,
62,
74,
10247,
62,
74,
17053,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
907,
71,
1000,
3256,
705,
2022,
2403,
3256,
705,
45045,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
84,
1954,
69,
23,
3256,
14873,
538,
1563,
82,
16193,
24,
21315,
11,
828,
1438,
11639,
15813,
3046,
68,
17792,
479,
385,
270,
19388,
3256,
31065,
11639,
15813,
3046,
68,
62,
11693,
62,
45614,
270,
19388,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
48937,
19388,
3256,
705,
86,
8083,
3256,
705,
929,
559,
3256,
705,
2022,
2403,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
84,
1954,
69,
24,
3256,
14873,
538,
1563,
82,
16193,
24,
22567,
11,
828,
1438,
11639,
15813,
3046,
68,
17792,
479,
385,
320,
321,
19388,
3256,
31065,
11639,
15813,
3046,
68,
62,
11693,
62,
45614,
320,
321,
19388,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
43395,
15498,
3256,
705,
48937,
19388,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
59,
84,
1954,
13331,
3256,
14873,
538,
1563,
82,
16193,
5892,
940,
11,
828,
1438,
11639,
15813,
3046,
68,
17792,
479,
495,
74,
23130,
3256,
31065,
11639,
15813,
3046,
68,
62,
11693,
62,
74,
495,
74,
23130,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
646,
3301,
3256,
705,
37818,
23130,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
237,
237,
3256,
14873,
538,
1563,
82,
16193,
24,
21940,
11,
828,
1438,
11639,
15813,
3046,
68,
17792,
479,
9390,
64,
3256,
31065,
11639,
15813,
3046,
68,
62,
11693,
62,
74,
9390,
64,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
623,
12162,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
236,
99,
3256,
14873,
538,
1563,
82,
16193,
1065,
3720,
940,
11,
828,
1438,
11639,
10379,
321,
84,
3256,
31065,
11639,
10379,
321,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
18144,
3256,
705,
69,
2543,
84,
3256,
705,
82,
7749,
64,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
227,
3256,
14873,
538,
1563,
82,
16193,
12762,
30057,
11,
828,
1438,
11639,
15813,
3046,
68,
17792,
479,
3046,
361,
23638,
285,
86,
16484,
3256,
31065,
11639,
15813,
3046,
68,
62,
11693,
62,
74,
3046,
361,
23638,
62,
76,
86,
16484,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
32041,
544,
3256,
705,
45045,
3256,
366,
74,
2150,
6,
7252,
20662,
36911,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
228,
3256,
14873,
538,
1563,
82,
16193,
12762,
29119,
11,
828,
1438,
11639,
15813,
3046,
68,
17792,
479,
84,
14220,
4496,
285,
86,
16484,
3256,
31065,
11639,
15813,
3046,
68,
62,
11693,
62,
23063,
14220,
4496,
62,
76,
86,
16484,
3256,
37647,
28,
69,
305,
8247,
316,
7,
4895,
76,
782,
6,
5488,
1600,
366,
74,
2150,
6,
7252,
20662,
36911,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
114,
3256,
14873,
538,
1563,
82,
16193,
12762,
26912,
11,
828,
1438,
11639,
79,
559,
1976,
64,
16943,
64,
3256,
31065,
11639,
79,
559,
62,
4496,
62,
415,
8107,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
14323,
84,
21349,
33480,
261,
14651,
3256,
705,
680,
3301,
3256,
705,
79,
559,
3256,
705,
3972,
33480,
261,
14651,
3256,
705,
415,
8107,
3256,
705,
14323,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
113,
3256,
14873,
538,
1563,
82,
16193,
12762,
22995,
11,
828,
1438,
11639,
14323,
84,
1976,
64,
33480,
261,
14651,
11595,
343,
7456,
385,
14246,
72,
3256,
31065,
11639,
14323,
84,
62,
4496,
62,
28015,
261,
14651,
62,
71,
1031,
343,
7456,
385,
14246,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
82,
7745,
78,
3256,
705,
41826,
1031,
10247,
3256,
705,
82,
296,
84,
21349,
33480,
261,
14651,
3256,
705,
3876,
3046,
33263,
3256,
705,
45897,
2271,
3256,
705,
3972,
33480,
261,
14651,
3256,
705,
14323,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
111,
3256,
14873,
538,
1563,
82,
16193,
12762,
26660,
11,
828,
1438,
11639,
71,
7344,
21349,
45079,
316,
41903,
3256,
31065,
11639,
71,
7344,
62,
3972,
62,
16762,
316,
41903,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
14323,
84,
3256,
705,
16762,
316,
41903,
3256,
705,
71,
7344,
3256,
705,
14323,
84,
21349,
33480,
261,
14651,
3256,
705,
3972,
33480,
261,
14651,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
241,
112,
3256,
14873,
538,
1563,
82,
16193,
12762,
25707,
11,
828,
1438,
11639,
89,
8083,
985,
84,
1976,
64,
33480,
261,
14651,
3256,
31065,
11639,
89,
8083,
62,
14323,
84,
62,
4496,
62,
28015,
261,
14651,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
524,
89,
320,
10247,
3256,
705,
14323,
84,
3256,
705,
14323,
84,
21349,
33480,
261,
14651,
3256,
705,
3972,
33480,
261,
14651,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
90,
2,
158,
225,
96,
92,
3256,
14873,
538,
1563,
82,
16193,
10163,
11,
3439,
11,
9508,
1129,
11,
13151,
828,
1438,
11639,
15813,
3046,
68,
17792,
299,
4131,
2743,
3256,
31065,
11639,
15813,
3046,
68,
62,
11693,
62,
77,
4131,
2743,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
71,
12144,
3256,
705,
15813,
3046,
68,
3256,
705,
282,
1689,
21349,
823,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
90,
9,
158,
225,
96,
92,
3256,
14873,
538,
1563,
82,
16193,
10163,
11,
5433,
11,
9508,
1129,
11,
13151,
828,
1438,
11639,
15813,
3046,
68,
17792,
299,
88,
4265,
3256,
31065,
11639,
15813,
3046,
68,
62,
11693,
62,
3281,
4265,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
3281,
4265,
3256,
705,
15813,
3046,
68,
3256,
705,
74,
3541,
4265,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
90,
15,
158,
225,
96,
92,
3256,
14873,
538,
1563,
82,
16193,
10163,
11,
4764,
11,
9508,
1129,
11,
13151,
828,
1438,
11639,
15813,
3046,
68,
17792,
299,
4131,
2743,
424,
69,
9900,
3256,
31065,
11639,
15813,
3046,
68,
62,
11693,
62,
77,
4131,
2743,
62,
2385,
69,
9900,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
15,
3256,
705,
2385,
69,
9900,
3256,
705,
15813,
3046,
68,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
90,
16,
158,
225,
96,
92,
3256,
14873,
538,
1563,
82,
16193,
10163,
11,
5125,
11,
9508,
1129,
11,
13151,
828,
1438,
11639,
15813,
3046,
68,
17792,
299,
4131,
2743,
6941,
6592,
3256,
31065,
11639,
15813,
3046,
68,
62,
11693,
62,
77,
4131,
2743,
62,
5908,
6592,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
15813,
3046,
68,
3256,
705,
5908,
6592,
3256,
705,
16,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
90,
17,
158,
225,
96,
92,
3256,
14873,
538,
1563,
82,
16193,
10163,
11,
2026,
11,
9508,
1129,
11,
13151,
828,
1438,
11639,
15813,
3046,
68,
17792,
299,
4131,
2743,
285,
65,
2403,
3256,
31065,
11639,
15813,
3046,
68,
62,
11693,
62,
77,
4131,
2743,
62,
2022,
2403,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
15813,
3046,
68,
3256,
705,
17,
3256,
705,
2022,
2403,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
90,
18,
158,
225,
96,
92,
3256,
14873,
538,
1563,
82,
16193,
10163,
11,
6885,
11,
9508,
1129,
11,
13151,
828,
1438,
11639,
15813,
3046,
68,
17792,
299,
4131,
2743,
256,
33419,
3256,
31065,
11639,
15813,
3046,
68,
62,
11693,
62,
77,
4131,
2743,
62,
83,
33419,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
83,
33419,
3256,
705,
15813,
3046,
68,
3256,
705,
18,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
90,
19,
158,
225,
96,
92,
3256,
14873,
538,
1563,
82,
16193,
10163,
11,
6740,
11,
9508,
1129,
11,
13151,
828,
1438,
11639,
15813,
3046,
68,
17792,
299,
4131,
2743,
299,
710,
3256,
31065,
11639,
15813,
3046,
68,
62,
11693,
62,
77,
4131,
2743,
62,
77,
710,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
19,
3256,
705,
77,
710,
3256,
705,
15813,
3046,
68,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
90,
20,
158,
225,
96,
92,
3256,
14873,
538,
1563,
82,
16193,
10163,
11,
7192,
11,
9508,
1129,
11,
13151,
828,
1438,
11639,
15813,
3046,
68,
17792,
299,
4131,
2743,
256,
5733,
3256,
31065,
11639,
15813,
3046,
68,
62,
11693,
62,
77,
4131,
2743,
62,
83,
5733,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
83,
5733,
3256,
705,
20,
3256,
705,
15813,
3046,
68,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
90,
21,
158,
225,
96,
92,
3256,
14873,
538,
1563,
82,
16193,
10163,
11,
7175,
11,
9508,
1129,
11,
13151,
828,
1438,
11639,
15813,
3046,
68,
17792,
299,
4131,
2743,
1650,
64,
3256,
31065,
11639,
15813,
3046,
68,
62,
11693,
62,
77,
4131,
2743,
62,
82,
5350,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
20,
3256,
705,
15813,
3046,
68,
3256,
705,
82,
5350,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
90,
22,
158,
225,
96,
92,
3256,
14873,
538,
1563,
82,
16193,
10163,
11,
5996,
11,
9508,
1129,
11,
13151,
828,
1438,
11639,
15813,
3046,
68,
17792,
299,
4131,
2743,
264,
15498,
3256,
31065,
11639,
15813,
3046,
68,
62,
11693,
62,
77,
4131,
2743,
62,
82,
15498,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
22,
3256,
705,
15813,
3046,
68,
3256,
705,
82,
15498,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
90,
23,
158,
225,
96,
92,
3256,
14873,
538,
1563,
82,
16193,
10163,
11,
7265,
11,
9508,
1129,
11,
13151,
828,
1438,
11639,
15813,
3046,
68,
17792,
299,
4131,
2743,
299,
1531,
3256,
31065,
11639,
15813,
3046,
68,
62,
11693,
62,
77,
4131,
2743,
62,
77,
1531,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
23,
3256,
705,
77,
1531,
3256,
705,
15813,
3046,
68,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
90,
24,
158,
225,
96,
92,
3256,
14873,
538,
1563,
82,
16193,
10163,
11,
7632,
11,
9508,
1129,
11,
13151,
828,
1438,
11639,
15813,
3046,
68,
17792,
299,
4131,
2743,
256,
9160,
3256,
31065,
11639,
15813,
3046,
68,
62,
11693,
62,
77,
4131,
2743,
62,
83,
9160,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
15813,
3046,
68,
3256,
705,
83,
9160,
3256,
705,
24,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
253,
3256,
14873,
538,
1563,
82,
16193,
12762,
27800,
11,
828,
1438,
11639,
15813,
3046,
68,
17792,
299,
4131,
2743,
479,
12994,
3256,
31065,
11639,
15813,
3046,
68,
62,
11693,
62,
77,
4131,
2743,
62,
74,
12994,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
940,
3256,
705,
15813,
3046,
68,
3256,
705,
74,
12994,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
107,
3256,
14873,
538,
1563,
82,
16193,
12762,
17430,
11,
828,
1438,
11639,
4122,
72,
285,
544,
6941,
6592,
3256,
31065,
11639,
4122,
72,
62,
20730,
62,
5908,
6592,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
321,
2403,
3256,
705,
282,
1689,
3256,
705,
20730,
6941,
6592,
3256,
705,
3064,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
252,
3256,
14873,
538,
1563,
82,
16193,
12762,
27033,
11,
828,
1438,
11639,
45045,
21349,
21504,
8130,
479,
12994,
12385,
299,
3216,
387,
5767,
7456,
385,
14246,
72,
3256,
31065,
11639,
45045,
62,
3972,
62,
11632,
8130,
62,
74,
12994,
62,
2616,
62,
77,
3216,
62,
26615,
283,
7456,
385,
14246,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
82,
7745,
78,
3256,
705,
1507,
3256,
705,
41826,
1031,
10247,
3256,
705,
45045,
21349,
23781,
380,
555,
64,
482,
549,
7344,
10247,
3256,
705,
74,
1134,
86,
44299,
17792,
23781,
380,
3256,
705,
45897,
2271,
3256,
705,
74,
12994,
12385,
299,
1531,
3256,
705,
76,
1878,
333,
33263,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
254,
3256,
14873,
538,
1563,
82,
16193,
12762,
25270,
11,
828,
1438,
11639,
732,
4914,
607,
3046,
72,
479,
549,
10247,
1976,
64,
8769,
265,
5362,
3256,
31065,
11639,
732,
4914,
62,
372,
3046,
72,
62,
74,
549,
10247,
62,
4496,
62,
34553,
265,
5362,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
372,
3046,
72,
479,
549,
10247,
3256,
705,
15460,
5362,
3256,
705,
732,
4914,
3256,
705,
372,
3046,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
94,
3256,
14873,
538,
1563,
82,
16193,
12762,
27693,
11,
828,
1438,
11639,
732,
4914,
339,
69,
9900,
299,
9703,
78,
1976,
64,
8769,
265,
5362,
3256,
31065,
11639,
732,
4914,
62,
258,
69,
9900,
62,
358,
24076,
62,
4496,
62,
34553,
265,
5362,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
372,
3046,
72,
299,
9703,
78,
3256,
705,
15460,
5362,
3256,
705,
397,
10210,
3256,
705,
732,
4914,
3256,
705,
372,
3046,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
95,
3256,
14873,
538,
1563,
82,
16193,
12762,
24369,
11,
828,
1438,
11639,
732,
4914,
299,
4131,
2743,
3256,
31065,
11639,
732,
4914,
62,
77,
4131,
2743,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
77,
4131,
2743,
3256,
705,
1065,
2682,
3256,
705,
732,
4914,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
96,
3256,
14873,
538,
1563,
82,
16193,
12762,
33551,
11,
828,
1438,
11639,
732,
4914,
435,
1689,
3256,
31065,
11639,
732,
4914,
62,
282,
1689,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
732,
4914,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
97,
3256,
14873,
538,
1563,
82,
16193,
12762,
32759,
11,
828,
1438,
11639,
732,
4914,
607,
3046,
72,
1976,
64,
8769,
265,
5362,
3256,
31065,
11639,
732,
4914,
62,
372,
3046,
72,
62,
4496,
62,
34553,
265,
5362,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
39305,
3256,
705,
1604,
8380,
72,
3256,
705,
15460,
5362,
3256,
705,
732,
4914,
3256,
705,
372,
3046,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
227,
108,
3256,
14873,
538,
1563,
82,
16193,
1065,
4790,
2598,
11,
828,
1438,
11639,
15813,
3046,
68,
269,
831,
5948,
607,
3046,
72,
317,
3256,
31065,
11639,
15813,
3046,
68,
62,
6607,
5948,
62,
372,
3046,
72,
62,
64,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
64,
3256,
705,
11043,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
228,
236,
3256,
14873,
538,
1563,
82,
16193,
16799,
31020,
11,
828,
1438,
11639,
15813,
3046,
68,
269,
831,
5948,
607,
3046,
72,
9564,
3256,
31065,
11639,
15813,
3046,
68,
62,
6607,
5948,
62,
372,
3046,
72,
62,
397,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
11043,
84,
3256,
705,
397,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
227,
109,
3256,
14873,
538,
1563,
82,
16193,
1065,
4790,
2231,
11,
828,
1438,
11639,
15813,
3046,
68,
269,
831,
5948,
607,
3046,
72,
347,
3256,
31065,
11639,
15813,
3046,
68,
62,
6607,
5948,
62,
372,
3046,
72,
62,
65,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
65,
3256,
705,
11043,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
228,
239,
3256,
14873,
538,
1563,
82,
16193,
16799,
26514,
11,
828,
1438,
11639,
15813,
3046,
68,
269,
831,
5948,
607,
3046,
72,
7852,
3256,
31065,
11639,
15813,
3046,
68,
62,
6607,
5948,
62,
372,
3046,
72,
62,
565,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
565,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
10253,
3256,
14873,
538,
1563,
82,
16193,
16799,
30695,
11,
828,
1438,
11639,
77,
23397,
3608,
479,
21006,
5948,
285,
81,
15498,
3256,
31065,
11639,
77,
23397,
62,
24494,
62,
74,
21006,
5948,
62,
43395,
15498,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
5657,
19830,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
228,
241,
3256,
14873,
538,
1563,
82,
16193,
16799,
29088,
11,
828,
1438,
11639,
77,
23397,
1479,
479,
21006,
5948,
285,
81,
15498,
3256,
31065,
11639,
77,
23397,
62,
5787,
62,
74,
21006,
5948,
62,
43395,
15498,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
71,
14717,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
226,
117,
3256,
14873,
538,
1563,
82,
16193,
25764,
20,
11,
828,
1438,
11639,
15813,
3046,
68,
17792,
285,
3609,
293,
10872,
3256,
31065,
11639,
15813,
3046,
68,
62,
11693,
62,
2611,
11129,
10872,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
72,
3256,
705,
2611,
11129,
10872,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
228,
242,
3256,
14873,
538,
1563,
82,
16193,
1065,
4790,
1795,
11,
828,
1438,
11639,
372,
3046,
72,
4522,
479,
21006,
5948,
285,
81,
15498,
3256,
31065,
11639,
372,
3046,
72,
62,
312,
62,
74,
21006,
5948,
62,
43395,
15498,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
315,
4131,
377,
680,
78,
3256,
705,
312,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
241,
224,
3256,
14873,
538,
1563,
82,
16193,
5824,
940,
11,
828,
1438,
11639,
372,
3046,
72,
337,
479,
21006,
5948,
285,
646,
3301,
3256,
31065,
11639,
372,
3046,
72,
62,
76,
62,
74,
21006,
5948,
62,
76,
646,
3301,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
646,
3301,
3256,
705,
76,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
228,
243,
3256,
14873,
538,
1563,
82,
16193,
16799,
36626,
11,
828,
1438,
11639,
77,
23397,
649,
479,
21006,
5948,
285,
81,
15498,
3256,
31065,
11639,
77,
23397,
62,
3605,
62,
74,
21006,
5948,
62,
43395,
15498,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
3149,
3972,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
228,
244,
3256,
14873,
538,
1563,
82,
16193,
16799,
36243,
11,
828,
1438,
11639,
372,
3046,
72,
23370,
479,
21006,
5948,
285,
81,
15498,
3256,
31065,
11639,
372,
3046,
72,
62,
782,
62,
74,
21006,
5948,
62,
43395,
15498,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
782,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
227,
122,
3256,
14873,
538,
1563,
82,
16193,
16799,
31128,
11,
828,
1438,
11639,
15813,
3046,
68,
17792,
267,
3256,
31065,
11639,
15813,
3046,
68,
62,
11693,
62,
78,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
78,
3256,
705,
11043,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
228,
245,
3256,
14873,
538,
1563,
82,
16193,
16799,
34741,
11,
828,
1438,
11639,
77,
23397,
12876,
479,
21006,
5948,
285,
81,
15498,
3256,
31065,
11639,
77,
23397,
62,
482,
62,
74,
21006,
5948,
62,
43395,
15498,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
82,
6909,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
227,
123,
3256,
14873,
538,
1563,
82,
16193,
16799,
30743,
11,
828,
1438,
11639,
15813,
3046,
68,
17792,
279,
3256,
31065,
11639,
15813,
3046,
68,
62,
11693,
62,
79,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
2611,
1533,
5069,
78,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
228,
246,
3256,
14873,
538,
1563,
82,
16193,
16799,
22842,
11,
828,
1438,
11639,
77,
23397,
264,
418,
479,
21006,
5948,
285,
81,
15498,
3256,
31065,
11639,
77,
23397,
62,
82,
418,
62,
74,
21006,
5948,
62,
43395,
15498,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
82,
418,
3256,
705,
385,
1698,
528,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
228,
247,
3256,
14873,
538,
1563,
82,
16193,
16799,
27203,
11,
828,
1438,
11639,
77,
23397,
510,
0,
479,
21006,
5948,
285,
81,
15498,
3256,
31065,
11639,
77,
23397,
62,
929,
62,
74,
21006,
5948,
62,
43395,
15498,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
282,
1689,
3256,
705,
73,
12303,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
228,
248,
3256,
14873,
538,
1563,
82,
16193,
16799,
21734,
11,
828,
1438,
11639,
77,
23397,
3691,
479,
21006,
5948,
285,
81,
15498,
3256,
31065,
11639,
77,
23397,
62,
14259,
62,
74,
21006,
5948,
62,
43395,
15498,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
34985,
19830,
21349,
3256,
705,
14259,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
230,
223,
3256,
14873,
538,
1563,
82,
16193,
16799,
35890,
11,
828,
1438,
11639,
41826,
461,
2271,
479,
16044,
479,
21006,
5948,
285,
81,
15498,
3256,
31065,
11639,
41826,
461,
2271,
62,
74,
16044,
62,
74,
21006,
5948,
62,
43395,
15498,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
2926,
2674,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
230,
224,
3256,
14873,
538,
1563,
82,
16193,
16799,
31503,
11,
828,
1438,
11639,
41826,
461,
2271,
473,
479,
21006,
5948,
285,
81,
15498,
3256,
31065,
11639,
41826,
461,
2271,
62,
11400,
62,
74,
21006,
5948,
62,
43395,
15498,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
2926,
2674,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
230,
115,
3256,
14873,
538,
1563,
82,
16193,
1065,
2425,
3559,
11,
828,
1438,
11639,
19830,
519,
430,
20942,
21349,
285,
732,
17027,
479,
21006,
5948,
285,
81,
15498,
3256,
31065,
11639,
19830,
519,
430,
20942,
62,
3972,
62,
76,
732,
17027,
62,
74,
21006,
5948,
62,
43395,
15498,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
2926,
2674,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
230,
114,
3256,
14873,
538,
1563,
82,
16193,
1065,
2425,
3682,
11,
828,
1438,
11639,
19830,
519,
430,
20942,
21349,
479,
84,
86,
538,
78,
479,
21006,
5948,
285,
81,
15498,
3256,
31065,
11639,
19830,
519,
430,
20942,
62,
3972,
62,
23063,
86,
538,
78,
62,
74,
21006,
5948,
62,
43395,
15498,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
2926,
2674,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
230,
107,
3256,
14873,
538,
1563,
82,
16193,
1065,
2425,
2327,
11,
828,
1438,
11639,
19830,
519,
430,
20942,
21349,
5141,
2305,
479,
21006,
5948,
285,
81,
15498,
3256,
31065,
11639,
19830,
519,
430,
20942,
62,
3972,
62,
38439,
2305,
62,
74,
21006,
5948,
62,
43395,
15498,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
2926,
2674,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
231,
238,
3256,
14873,
538,
1563,
82,
16193,
1065,
2425,
3104,
11,
828,
1438,
11639,
19830,
519,
430,
20942,
21349,
582,
3046,
7252,
479,
21006,
5948,
285,
646,
3301,
3256,
31065,
11639,
19830,
519,
430,
20942,
62,
3972,
62,
805,
3046,
7252,
62,
74,
21006,
5948,
62,
76,
646,
3301,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
2926,
2674,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
230,
117,
3256,
14873,
538,
1563,
82,
16193,
1065,
2425,
2231,
11,
828,
1438,
11639,
19830,
519,
430,
20942,
21349,
479,
1018,
707,
34183,
479,
21006,
5948,
285,
81,
15498,
3256,
31065,
11639,
19830,
519,
430,
20942,
62,
3972,
62,
74,
1018,
707,
34183,
62,
74,
21006,
5948,
62,
43395,
15498,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
2926,
2674,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
230,
248,
3256,
14873,
538,
1563,
82,
16193,
1065,
2425,
1415,
11,
828,
1438,
11639,
19830,
519,
430,
20942,
21349,
479,
9390,
64,
479,
21006,
5948,
285,
81,
15498,
3256,
31065,
11639,
19830,
519,
430,
20942,
62,
3972,
62,
74,
9390,
64,
62,
74,
21006,
5948,
62,
43395,
15498,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
2926,
2674,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
230,
110,
3256,
14873,
538,
1563,
82,
16193,
1065,
2425,
2548,
11,
828,
1438,
11639,
19830,
519,
430,
20942,
21349,
1667,
3046,
33263,
479,
21006,
5948,
285,
81,
15498,
3256,
31065,
11639,
19830,
519,
430,
20942,
62,
3972,
62,
3876,
3046,
33263,
62,
74,
21006,
5948,
62,
43395,
15498,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
2926,
2674,
72,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
231,
239,
3256,
14873,
538,
1563,
82,
16193,
1065,
2425,
3388,
11,
828,
1438,
11639,
19830,
519,
430,
20942,
21349,
479,
2724,
549,
7344,
479,
21006,
5948,
285,
646,
3301,
3256,
31065,
11639,
19830,
519,
430,
20942,
62,
3972,
62,
74,
2724,
549,
7344,
62,
74,
21006,
5948,
62,
76,
646,
3301,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
488,
1437,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
230,
116,
3256,
14873,
538,
1563,
82,
16193,
1065,
2425,
2598,
11,
828,
1438,
11639,
19830,
519,
430,
20942,
21349,
479,
315,
388,
544,
479,
21006,
5948,
285,
81,
15498,
3256,
31065,
11639,
19830,
519,
430,
20942,
62,
3972,
62,
74,
315,
388,
544,
62,
74,
21006,
5948,
62,
43395,
15498,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
488,
1437,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
230,
112,
3256,
14873,
538,
1563,
82,
16193,
1065,
2425,
1821,
11,
828,
1438,
11639,
19830,
519,
430,
20942,
21349,
279,
18811,
6592,
479,
21006,
5948,
285,
81,
15498,
3256,
31065,
11639,
19830,
519,
430,
20942,
62,
3972,
62,
79,
18811,
6592,
62,
74,
21006,
5948,
62,
43395,
15498,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
488,
1437,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
230,
111,
3256,
14873,
538,
1563,
82,
16193,
1065,
2425,
2670,
11,
828,
1438,
11639,
19830,
519,
430,
20942,
256,
929,
84,
479,
21006,
5948,
285,
81,
15498,
3256,
31065,
11639,
19830,
519,
430,
20942,
62,
83,
929,
84,
62,
74,
21006,
5948,
62,
43395,
15498,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
488,
1437,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
159,
232,
245,
3256,
14873,
538,
1563,
82,
16193,
1065,
50119,
11,
828,
1438,
11639,
19830,
519,
430,
20942,
21349,
279,
14220,
17027,
479,
21006,
5948,
285,
646,
3301,
3256,
31065,
11639,
19830,
519,
430,
20942,
62,
3972,
62,
79,
14220,
17027,
62,
74,
21006,
5948,
62,
76,
646,
3301,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
19830,
519,
430,
20942,
3256,
705,
71,
506,
8607,
3256,
705,
74,
488,
1437,
3256,
705,
79,
14220,
17027,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
159,
232,
247,
3256,
14873,
538,
1563,
82,
16193,
1065,
49649,
11,
828,
1438,
11639,
19830,
519,
430,
20942,
21349,
264,
14783,
479,
21006,
5948,
285,
646,
3301,
3256,
31065,
11639,
19830,
519,
430,
20942,
62,
3972,
62,
82,
14783,
62,
74,
21006,
5948,
62,
76,
646,
3301,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
82,
14783,
3256,
705,
74,
488,
1437,
3256,
705,
19830,
519,
430,
20942,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
230,
118,
3256,
14873,
538,
1563,
82,
16193,
1065,
2425,
3510,
11,
828,
1438,
11639,
19830,
519,
430,
20942,
21349,
479,
84,
437,
274,
3099,
479,
21006,
5948,
285,
81,
15498,
3256,
31065,
11639,
19830,
519,
430,
20942,
62,
3972,
62,
23063,
437,
274,
3099,
62,
74,
21006,
5948,
62,
43395,
15498,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
488,
1437,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
230,
113,
3256,
14873,
538,
1563,
82,
16193,
1065,
2425,
3901,
11,
828,
1438,
11639,
19830,
519,
430,
20942,
21349,
479,
84,
6592,
64,
479,
21006,
5948,
285,
81,
15498,
3256,
31065,
11639,
19830,
519,
430,
20942,
62,
3972,
62,
23063,
6592,
64,
62,
74,
21006,
5948,
62,
43395,
15498,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
74,
488,
1437,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
5008,
103,
3256,
14873,
538,
1563,
82,
16193,
24,
41290,
11,
828,
1438,
11639,
43395,
15498,
285,
9703,
78,
285,
732,
385,
72,
3256,
31065,
11639,
43395,
15498,
62,
9132,
24076,
62,
76,
732,
385,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
7285,
908,
380,
3256,
705,
43395,
15498,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
5008,
104,
3256,
14873,
538,
1563,
82,
16193,
24,
41813,
11,
828,
1438,
11639,
43395,
15498,
285,
9703,
78,
285,
732,
48722,
3256,
31065,
11639,
43395,
15498,
62,
9132,
24076,
62,
76,
732,
48722,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
7285,
908,
380,
3256,
705,
43395,
15498,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
15926,
119,
3256,
14873,
538,
1563,
82,
16193,
5607,
1954,
11,
828,
1438,
11639,
43395,
15498,
2082,
25057,
3216,
285,
732,
48722,
3256,
31065,
11639,
43395,
15498,
62,
10247,
62,
86,
459,
3216,
62,
76,
732,
48722,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
7285,
908,
380,
3256,
705,
43395,
15498,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
48366,
3256,
14873,
538,
1563,
82,
16193,
5607,
1731,
11,
828,
1438,
11639,
43395,
15498,
2082,
25057,
3216,
285,
732,
385,
72,
3256,
31065,
11639,
43395,
15498,
62,
10247,
62,
86,
459,
3216,
62,
76,
732,
385,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
7285,
908,
380,
3256,
705,
43395,
15498,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
15926,
121,
3256,
14873,
538,
1563,
82,
16193,
5607,
1495,
11,
828,
1438,
11639,
43395,
15498,
25057,
3216,
285,
9703,
78,
285,
732,
48722,
3256,
31065,
11639,
43395,
15498,
62,
86,
459,
3216,
62,
9132,
24076,
62,
76,
732,
48722,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
7285,
908,
380,
3256,
705,
43395,
15498,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
15926,
122,
3256,
14873,
538,
1563,
82,
16193,
5607,
2075,
11,
828,
1438,
11639,
43395,
15498,
25057,
3216,
285,
9703,
78,
285,
732,
385,
72,
3256,
31065,
11639,
43395,
15498,
62,
86,
459,
3216,
62,
9132,
24076,
62,
76,
732,
385,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
7285,
908,
380,
3256,
705,
43395,
15498,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
105,
249,
3256,
14873,
538,
1563,
82,
16193,
11442,
2327,
11,
828,
1438,
11639,
43395,
15498,
33480,
549,
10247,
285,
732,
385,
72,
3256,
31065,
11639,
43395,
15498,
62,
28015,
549,
10247,
62,
76,
732,
385,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
7285,
908,
380,
3256,
705,
43395,
15498,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
105,
250,
3256,
14873,
538,
1563,
82,
16193,
11442,
2623,
11,
828,
1438,
11639,
43395,
15498,
33480,
549,
10247,
285,
732,
48722,
3256,
31065,
11639,
43395,
15498,
62,
28015,
549,
10247,
62,
76,
732,
48722,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
7285,
908,
380,
3256,
705,
43395,
15498,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
114,
3256,
14873,
538,
1563,
82,
16193,
1065,
5999,
940,
11,
828,
1438,
11639,
282,
5356,
72,
479,
549,
10247,
21349,
299,
73,
5733,
3256,
31065,
11639,
282,
5356,
72,
62,
74,
549,
10247,
62,
3972,
62,
77,
73,
5733,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
7285,
908,
380,
3256,
705,
282,
5356,
72,
3256,
705,
805,
73,
5733,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
115,
3256,
14873,
538,
1563,
82,
16193,
1065,
5999,
1157,
11,
828,
1438,
11639,
282,
5356,
72,
479,
549,
10247,
21349,
6072,
707,
7246,
3256,
31065,
11639,
282,
5356,
72,
62,
74,
549,
10247,
62,
3972,
62,
37687,
707,
7246,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
7285,
908,
380,
3256,
705,
282,
5356,
72,
3256,
705,
37687,
707,
7246,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
116,
3256,
14873,
538,
1563,
82,
16193,
1065,
5999,
1065,
11,
828,
1438,
11639,
282,
5356,
72,
299,
9703,
78,
21349,
299,
73,
5733,
3256,
31065,
11639,
282,
5356,
72,
62,
358,
24076,
62,
3972,
62,
77,
73,
5733,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
7285,
908,
380,
3256,
705,
282,
5356,
72,
3256,
705,
805,
73,
5733,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
117,
3256,
14873,
538,
1563,
82,
16193,
1065,
5999,
1485,
11,
828,
1438,
11639,
282,
5356,
72,
299,
9703,
78,
21349,
6072,
707,
7246,
3256,
31065,
11639,
282,
5356,
72,
62,
358,
24076,
62,
3972,
62,
37687,
707,
7246,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
7285,
908,
380,
3256,
705,
282,
5356,
72,
3256,
705,
37687,
707,
7246,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
118,
3256,
14873,
538,
1563,
82,
16193,
1065,
5999,
1415,
11,
828,
1438,
11639,
79,
368,
11181,
33419,
287,
323,
2577,
293,
365,
4496,
7544,
84,
3256,
31065,
11639,
79,
368,
11181,
33419,
62,
259,
323,
2577,
293,
365,
4496,
62,
73,
12303,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
7285,
908,
380,
3256,
705,
3281,
988,
917,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
119,
3256,
14873,
538,
1563,
82,
16193,
1065,
5999,
1314,
11,
828,
1438,
11639,
79,
368,
11181,
33419,
287,
323,
2577,
293,
365,
4496,
442,
5362,
3256,
31065,
11639,
79,
368,
11181,
33419,
62,
259,
323,
2577,
293,
365,
4496,
62,
45045,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
7285,
908,
380,
3256,
705,
3281,
988,
917,
84,
3256,
705,
45045,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
240,
254,
3256,
14873,
538,
1563,
82,
16193,
12762,
14198,
11,
828,
1438,
11639,
282,
5356,
72,
28808,
5948,
6220,
505,
3256,
31065,
11639,
282,
5356,
72,
62,
88,
268,
5948,
62,
15813,
505,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
7285,
908,
380,
3256,
705,
282,
5356,
72,
3256,
705,
358,
3216,
3256,
705,
74,
571,
261,
10872,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
246,
3256,
14873,
538,
1563,
82,
16193,
1065,
6469,
1795,
11,
828,
1438,
11639,
15813,
3046,
68,
3256,
31065,
11639,
15813,
3046,
68,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
7285,
908,
380,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
110,
3256,
14873,
538,
1563,
82,
16193,
12762,
20548,
11,
828,
1438,
11639,
15813,
3046,
68,
1125,
385,
72,
17792,
285,
81,
15498,
3256,
31065,
11639,
15813,
3046,
68,
62,
2395,
385,
72,
62,
11693,
62,
43395,
15498,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
7285,
908,
380,
3256,
705,
43395,
15498,
3256,
705,
15813,
3046,
68,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
111,
3256,
14873,
538,
1563,
82,
16193,
12762,
22996,
11,
828,
1438,
11639,
15813,
3046,
68,
1125,
48722,
17792,
285,
81,
15498,
3256,
31065,
11639,
15813,
3046,
68,
62,
2395,
48722,
62,
11693,
62,
43395,
15498,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
7285,
908,
380,
3256,
705,
43395,
15498,
3256,
705,
15813,
3046,
68,
3256,
705,
2403,
88,
672,
391,
680,
10247,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
248,
103,
3256,
14873,
538,
1563,
82,
16193,
4089,
4089,
11,
828,
1438,
11639,
76,
646,
3301,
285,
732,
48722,
3256,
31065,
11639,
76,
646,
3301,
62,
76,
732,
48722,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
646,
3301,
3256,
705,
7285,
908,
380,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
158,
248,
104,
3256,
14873,
538,
1563,
82,
16193,
4089,
2079,
11,
828,
1438,
11639,
76,
646,
3301,
285,
732,
385,
72,
3256,
31065,
11639,
76,
646,
3301,
62,
76,
732,
385,
72,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
646,
3301,
3256,
705,
7285,
908,
380,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
112,
3256,
14873,
538,
1563,
82,
16193,
12762,
21495,
11,
828,
1438,
11639,
76,
646,
3301,
285,
732,
74,
917,
84,
3256,
31065,
11639,
76,
646,
3301,
62,
76,
732,
74,
917,
84,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
646,
3301,
3256,
705,
7285,
908,
380,
3256,
705,
3281,
988,
917,
84,
6,
30072,
828,
198,
220,
2295,
31370,
2025,
30078,
7,
368,
31370,
11639,
8582,
242,
113,
3256,
14873,
538,
1563,
82,
16193,
12762,
26895,
11,
828,
1438,
11639,
76,
646,
3301,
2082,
6072,
707,
7246,
3256,
31065,
11639,
76,
646,
3301,
62,
10247,
62,
37687,
707,
7246,
3256,
37647,
28,
69,
305,
8247,
316,
15090,
6,
76,
646,
3301,
3256,
705,
7285,
908,
380,
3256,
705,
37687,
707,
7246,
6,
30072,
828,
60
] | 2.314958 | 68,641 |
from io import BytesIO
from abc import ABCMeta, abstractmethod
import metric_constant as c
import os
import gzip
import zlib
import base64
import sqs
import enum_type
SENSITIVITY_TYPE = enum_type.create(NONE="Insensitive", ENCRYPT="Sensitive")
"""
Encrypt S3 files (0) or leave unencrypted (1)
""" | [
6738,
33245,
1330,
2750,
4879,
9399,
198,
6738,
450,
66,
1330,
9738,
48526,
11,
12531,
24396,
198,
11748,
18663,
62,
9979,
415,
355,
269,
198,
11748,
28686,
198,
11748,
308,
13344,
198,
11748,
1976,
8019,
198,
11748,
2779,
2414,
198,
11748,
19862,
82,
198,
11748,
33829,
62,
4906,
198,
198,
50,
16938,
2043,
3824,
9050,
62,
25216,
796,
33829,
62,
4906,
13,
17953,
7,
45,
11651,
2625,
20376,
18464,
1600,
412,
7792,
18276,
11571,
2625,
50,
18464,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
198,
198,
37811,
198,
27195,
6012,
311,
18,
3696,
357,
15,
8,
393,
2666,
555,
43628,
357,
16,
8,
198,
37811
] | 2.851852 | 108 |
# coding: utf-8
# 安装Mysql驱动
# pip install mysql-connector-python --allow-external mysql-connector-python
# pip install mysql-connector
# 导入Mysql驱动
import mysql.connector
# 创建数据库连接
conn = mysql.connector.connect(host='192.168.1.64', user='root', password='root', database='test')
# 创建游标
cursor = conn.cursor()
# 创建user表
cursor.execute('create table user(id varchar(20) primary key, name varchar(20))')
# 插入一行数据,注意Mysql的占位符是%s
cursor.execute('insert into user(id, name) values (%s, %s)', ['1', 'Michael'])
print(cursor.rowcount)
# 关闭游标
cursor.close()
# 提交事务
conn.commit()
# 再次创建游标
cursor = conn.cursor()
# 运行查询
cursor.execute('select * from user where id=%s', ('1',))
values = cursor.fetchall()
print(values)
# 关闭游标
cursor.close()
# 关闭数据库连接
conn.close()
| [
2,
19617,
25,
3384,
69,
12,
23,
198,
198,
2,
10263,
106,
231,
35318,
44,
893,
13976,
165,
102,
109,
27950,
101,
198,
2,
7347,
2721,
48761,
12,
8443,
273,
12,
29412,
1377,
12154,
12,
22615,
48761,
12,
8443,
273,
12,
29412,
198,
2,
7347,
2721,
48761,
12,
8443,
273,
198,
198,
2,
10263,
107,
120,
17739,
98,
44,
893,
13976,
165,
102,
109,
27950,
101,
198,
11748,
48761,
13,
8443,
273,
198,
198,
2,
10263,
230,
249,
161,
119,
118,
46763,
108,
162,
235,
106,
41753,
241,
32573,
252,
162,
236,
98,
198,
37043,
796,
48761,
13,
8443,
273,
13,
8443,
7,
4774,
11639,
17477,
13,
14656,
13,
16,
13,
2414,
3256,
2836,
11639,
15763,
3256,
9206,
11639,
15763,
3256,
6831,
11639,
9288,
11537,
198,
2,
10263,
230,
249,
161,
119,
118,
162,
116,
116,
43718,
229,
198,
66,
21471,
796,
48260,
13,
66,
21471,
3419,
198,
2,
10263,
230,
249,
161,
119,
118,
7220,
26193,
101,
198,
66,
21471,
13,
41049,
10786,
17953,
3084,
2836,
7,
312,
410,
998,
283,
7,
1238,
8,
4165,
1994,
11,
1438,
410,
998,
283,
7,
1238,
4008,
11537,
198,
2,
10545,
237,
240,
17739,
98,
31660,
26193,
234,
46763,
108,
162,
235,
106,
171,
120,
234,
37345,
101,
35707,
237,
44,
893,
13976,
21410,
39355,
254,
19526,
235,
163,
105,
99,
42468,
4,
82,
198,
66,
21471,
13,
41049,
10786,
28463,
656,
2836,
7,
312,
11,
1438,
8,
3815,
37633,
82,
11,
4064,
82,
8,
3256,
37250,
16,
3256,
705,
13256,
6,
12962,
198,
4798,
7,
66,
21471,
13,
808,
9127,
8,
198,
2,
10263,
227,
111,
29785,
255,
162,
116,
116,
43718,
229,
198,
66,
21471,
13,
19836,
3419,
198,
2,
10545,
237,
238,
12859,
97,
12859,
233,
27950,
94,
198,
37043,
13,
41509,
3419,
198,
198,
2,
10263,
228,
235,
162,
105,
94,
26344,
249,
161,
119,
118,
162,
116,
116,
43718,
229,
198,
66,
21471,
796,
48260,
13,
66,
21471,
3419,
198,
2,
5525,
123,
238,
26193,
234,
162,
253,
98,
46237,
95,
198,
66,
21471,
13,
41049,
10786,
19738,
1635,
422,
2836,
810,
4686,
28,
4,
82,
3256,
19203,
16,
3256,
4008,
198,
27160,
796,
23493,
13,
69,
7569,
439,
3419,
198,
4798,
7,
27160,
8,
198,
2,
10263,
227,
111,
29785,
255,
162,
116,
116,
43718,
229,
198,
66,
21471,
13,
19836,
3419,
198,
2,
10263,
227,
111,
29785,
255,
46763,
108,
162,
235,
106,
41753,
241,
32573,
252,
162,
236,
98,
198,
37043,
13,
19836,
3419,
198
] | 1.839416 | 411 |
import select
import socket
import threading
import queue
import time
"""
This class is used by both player, trainer, coach and fake monitor for connecting to the server.
""" | [
11748,
2922,
198,
11748,
17802,
198,
11748,
4704,
278,
198,
11748,
16834,
198,
11748,
640,
198,
198,
37811,
198,
1212,
1398,
318,
973,
416,
1111,
2137,
11,
21997,
11,
3985,
290,
8390,
5671,
329,
14320,
284,
262,
4382,
13,
198,
37811
] | 4.268293 | 41 |
import hydroDL
import os
from hydroDL.data import dbCsv
from hydroDL.model import rnn, crit, train
from hydroDL import post
from hydroDL import utils
import numpy as np
rootDB = hydroDL.pathSMAP['DB_L3_NA']
nEpoch = 100
outFolder = os.path.join(hydroDL.pathSMAP['outTest'], 'cnnCond')
ty1 = [20150402, 20160401]
ty2 = [20160401, 20170401]
ty12 = [20150401, 20170401]
ty3 = [20170401, 20180401]
# load data
dfc = hydroDL.data.dbCsv.DataframeCsv(
rootDB=rootDB, subset='CONUSv4f1', tRange=ty1)
xc = dfc.getData(
varT=dbCsv.varForcing, varC=dbCsv.varConst, doNorm=True, rmNan=True)
yc = dfc.getData(varT='SMAP_AM', doNorm=True, rmNan=False)
yc[:, :, 0] = utils.interpNan(yc[:, :, 0])
c = np.concatenate((yc, xc), axis=2)
df = hydroDL.data.dbCsv.DataframeCsv(
rootDB=rootDB, subset='CONUSv4f1', tRange=ty2)
x = df.getData(
varT=dbCsv.varForcing, varC=dbCsv.varConst, doNorm=True, rmNan=True)
y = df.getData(varT='SMAP_AM', doNorm=True, rmNan=False)
nx = x.shape[-1]
ny = 1
model = rnn.CnnCondLstm(nx=nx, ny=ny, ct=365, hiddenSize=64, cnnSize=32, opt=3)
lossFun = crit.RmseLoss()
model = train.trainModel(
model, x, y, lossFun, xc=c, nEpoch=nEpoch, miniBatch=[100, 30])
yOut = train.testModelCnnCond(model, x, y)
# yOut = train.testModel(model, x)
yP = dbCsv.transNorm(
yOut[:, :, 0], rootDB=rootDB, fieldName='SMAP_AM', fromRaw=False)
yT = dbCsv.transNorm(
y[:, model.ct:, 0], rootDB=rootDB, fieldName='SMAP_AM', fromRaw=False)
statDict = post.statError(yP, yT)
statDict['RMSE'].mean()
| [
11748,
17173,
19260,
198,
11748,
28686,
198,
6738,
17173,
19260,
13,
7890,
1330,
20613,
34,
21370,
198,
6738,
17173,
19260,
13,
19849,
1330,
374,
20471,
11,
1955,
11,
4512,
198,
6738,
17173,
19260,
1330,
1281,
198,
6738,
17173,
19260,
1330,
3384,
4487,
198,
11748,
299,
32152,
355,
45941,
198,
198,
15763,
11012,
796,
17173,
19260,
13,
6978,
12310,
2969,
17816,
11012,
62,
43,
18,
62,
4535,
20520,
198,
77,
13807,
5374,
796,
1802,
198,
448,
41092,
796,
28686,
13,
6978,
13,
22179,
7,
15511,
305,
19260,
13,
6978,
12310,
2969,
17816,
448,
14402,
6,
4357,
705,
66,
20471,
25559,
11537,
198,
774,
16,
796,
685,
1264,
1120,
32531,
11,
1584,
3023,
486,
60,
198,
774,
17,
796,
685,
1264,
1899,
21844,
11,
580,
2154,
21844,
60,
198,
774,
1065,
796,
685,
1264,
1120,
21844,
11,
580,
2154,
21844,
60,
198,
774,
18,
796,
685,
1264,
2154,
21844,
11,
580,
1795,
21844,
60,
198,
198,
2,
3440,
1366,
198,
7568,
66,
796,
17173,
19260,
13,
7890,
13,
9945,
34,
21370,
13,
6601,
14535,
34,
21370,
7,
198,
220,
220,
220,
6808,
11012,
28,
15763,
11012,
11,
24637,
11639,
10943,
2937,
85,
19,
69,
16,
3256,
256,
17257,
28,
774,
16,
8,
198,
25306,
796,
288,
16072,
13,
1136,
6601,
7,
198,
220,
220,
220,
1401,
51,
28,
9945,
34,
21370,
13,
7785,
1890,
2259,
11,
1401,
34,
28,
9945,
34,
21370,
13,
7785,
34184,
11,
466,
35393,
28,
17821,
11,
42721,
45,
272,
28,
17821,
8,
198,
88,
66,
796,
288,
16072,
13,
1136,
6601,
7,
7785,
51,
11639,
12310,
2969,
62,
2390,
3256,
466,
35393,
28,
17821,
11,
42721,
45,
272,
28,
25101,
8,
198,
88,
66,
58,
45299,
1058,
11,
657,
60,
796,
3384,
4487,
13,
3849,
79,
45,
272,
7,
88,
66,
58,
45299,
1058,
11,
657,
12962,
198,
66,
796,
45941,
13,
1102,
9246,
268,
378,
19510,
88,
66,
11,
2124,
66,
828,
16488,
28,
17,
8,
198,
7568,
796,
17173,
19260,
13,
7890,
13,
9945,
34,
21370,
13,
6601,
14535,
34,
21370,
7,
198,
220,
220,
220,
6808,
11012,
28,
15763,
11012,
11,
24637,
11639,
10943,
2937,
85,
19,
69,
16,
3256,
256,
17257,
28,
774,
17,
8,
198,
87,
796,
47764,
13,
1136,
6601,
7,
198,
220,
220,
220,
1401,
51,
28,
9945,
34,
21370,
13,
7785,
1890,
2259,
11,
1401,
34,
28,
9945,
34,
21370,
13,
7785,
34184,
11,
466,
35393,
28,
17821,
11,
42721,
45,
272,
28,
17821,
8,
198,
88,
796,
47764,
13,
1136,
6601,
7,
7785,
51,
11639,
12310,
2969,
62,
2390,
3256,
466,
35393,
28,
17821,
11,
42721,
45,
272,
28,
25101,
8,
198,
77,
87,
796,
2124,
13,
43358,
58,
12,
16,
60,
198,
3281,
796,
352,
198,
198,
19849,
796,
374,
20471,
13,
34,
20471,
25559,
43,
301,
76,
7,
77,
87,
28,
77,
87,
11,
299,
88,
28,
3281,
11,
269,
83,
28,
24760,
11,
7104,
10699,
28,
2414,
11,
269,
20471,
10699,
28,
2624,
11,
2172,
28,
18,
8,
198,
22462,
24629,
796,
1955,
13,
49,
76,
325,
43,
793,
3419,
198,
19849,
796,
4512,
13,
27432,
17633,
7,
198,
220,
220,
220,
2746,
11,
2124,
11,
331,
11,
2994,
24629,
11,
2124,
66,
28,
66,
11,
299,
13807,
5374,
28,
77,
13807,
5374,
11,
9927,
33,
963,
41888,
3064,
11,
1542,
12962,
198,
198,
88,
7975,
796,
4512,
13,
9288,
17633,
34,
20471,
25559,
7,
19849,
11,
2124,
11,
331,
8,
198,
2,
331,
7975,
796,
4512,
13,
9288,
17633,
7,
19849,
11,
2124,
8,
198,
88,
47,
796,
20613,
34,
21370,
13,
7645,
35393,
7,
198,
220,
220,
220,
331,
7975,
58,
45299,
1058,
11,
657,
4357,
6808,
11012,
28,
15763,
11012,
11,
2214,
5376,
11639,
12310,
2969,
62,
2390,
3256,
422,
27369,
28,
25101,
8,
198,
88,
51,
796,
20613,
34,
21370,
13,
7645,
35393,
7,
198,
220,
220,
220,
331,
58,
45299,
2746,
13,
310,
45299,
657,
4357,
6808,
11012,
28,
15763,
11012,
11,
2214,
5376,
11639,
12310,
2969,
62,
2390,
3256,
422,
27369,
28,
25101,
8,
198,
14269,
35,
713,
796,
1281,
13,
14269,
12331,
7,
88,
47,
11,
331,
51,
8,
198,
14269,
35,
713,
17816,
29138,
5188,
6,
4083,
32604,
3419,
198
] | 2.184704 | 693 |
from django.contrib import admin
from .models import Note
# Меняем формат вывода даты и времени только для РУССКОЙ локализации
# Для всего сайта надо поместить этот код в `settings.py`
from django.conf.locale.ru import formats as ru_formats
ru_formats.DATETIME_FORMAT = "d.m.Y H:i:s"
@admin.register(Note) | [
6738,
42625,
14208,
13,
3642,
822,
1330,
13169,
198,
198,
6738,
764,
27530,
1330,
5740,
198,
198,
2,
12466,
250,
16843,
22177,
40623,
16843,
43108,
220,
141,
226,
15166,
21169,
43108,
16142,
20375,
12466,
110,
45035,
38857,
25443,
112,
16142,
12466,
112,
16142,
20375,
45035,
12466,
116,
12466,
110,
21169,
16843,
43108,
16843,
22177,
18849,
220,
20375,
25443,
119,
45367,
31583,
15166,
12466,
112,
30143,
40623,
12466,
254,
140,
96,
140,
94,
140,
94,
140,
248,
140,
252,
140,
247,
12466,
119,
25443,
118,
16142,
30143,
18849,
140,
115,
16142,
141,
228,
18849,
18849,
198,
2,
12466,
242,
30143,
40623,
12466,
110,
21727,
16843,
140,
111,
15166,
220,
21727,
16142,
140,
117,
20375,
16142,
12466,
121,
16142,
43666,
15166,
12466,
123,
25443,
120,
16843,
21727,
20375,
18849,
20375,
45367,
220,
141,
235,
20375,
15166,
20375,
12466,
118,
25443,
112,
12466,
110,
4600,
33692,
13,
9078,
63,
198,
6738,
42625,
14208,
13,
10414,
13,
17946,
1000,
13,
622,
1330,
17519,
355,
7422,
62,
687,
1381,
198,
622,
62,
687,
1381,
13,
35,
1404,
2767,
12789,
62,
21389,
1404,
796,
366,
67,
13,
76,
13,
56,
367,
25,
72,
25,
82,
1,
628,
198,
31,
28482,
13,
30238,
7,
6425,
8
] | 1.552764 | 199 |
import pytest
import quake.client as quake
@quake.mpi_task(n_processes=1)
@quake.mpi_task(n_processes=1)
@quake.mpi_task(n_processes=1)
@quake.mpi_task(n_processes=4)
@quake.mpi_task(n_processes=4)
@quake.arg("a", layout="scatter")
@quake.mpi_task(n_processes=8)
@quake.mpi_task(n_processes=2)
| [
11748,
12972,
9288,
198,
198,
11748,
36606,
13,
16366,
355,
36606,
628,
198,
31,
421,
539,
13,
3149,
72,
62,
35943,
7,
77,
62,
14681,
274,
28,
16,
8,
628,
198,
31,
421,
539,
13,
3149,
72,
62,
35943,
7,
77,
62,
14681,
274,
28,
16,
8,
628,
198,
31,
421,
539,
13,
3149,
72,
62,
35943,
7,
77,
62,
14681,
274,
28,
16,
8,
628,
198,
31,
421,
539,
13,
3149,
72,
62,
35943,
7,
77,
62,
14681,
274,
28,
19,
8,
628,
198,
31,
421,
539,
13,
3149,
72,
62,
35943,
7,
77,
62,
14681,
274,
28,
19,
8,
198,
31,
421,
539,
13,
853,
7203,
64,
1600,
12461,
2625,
1416,
1436,
4943,
628,
198,
31,
421,
539,
13,
3149,
72,
62,
35943,
7,
77,
62,
14681,
274,
28,
23,
8,
628,
198,
31,
421,
539,
13,
3149,
72,
62,
35943,
7,
77,
62,
14681,
274,
28,
17,
8,
628,
628,
628
] | 2.038961 | 154 |
import logging
import sys
import os
from mlpiper.components.connectable_component import ConnectableComponent
from datarobot_drum.drum.common import LOGGER_NAME_PREFIX
from datarobot_drum.drum.model_adapter import PythonModelAdapter
from datarobot_drum.drum.utils import shared_fit_preprocessing, make_sure_artifact_is_small
logger = logging.getLogger(LOGGER_NAME_PREFIX + "." + __name__)
| [
11748,
18931,
198,
11748,
25064,
198,
11748,
28686,
198,
198,
6738,
25962,
79,
9346,
13,
5589,
3906,
13,
8443,
540,
62,
42895,
1330,
8113,
540,
21950,
198,
198,
6738,
4818,
283,
672,
313,
62,
67,
6582,
13,
67,
6582,
13,
11321,
1330,
41605,
30373,
62,
20608,
62,
47,
31688,
10426,
198,
6738,
4818,
283,
672,
313,
62,
67,
6582,
13,
67,
6582,
13,
19849,
62,
324,
3429,
1330,
11361,
17633,
47307,
198,
6738,
4818,
283,
672,
313,
62,
67,
6582,
13,
67,
6582,
13,
26791,
1330,
4888,
62,
11147,
62,
3866,
36948,
11,
787,
62,
19532,
62,
433,
29660,
62,
271,
62,
17470,
198,
198,
6404,
1362,
796,
18931,
13,
1136,
11187,
1362,
7,
25294,
30373,
62,
20608,
62,
47,
31688,
10426,
1343,
366,
526,
1343,
11593,
3672,
834,
8,
628
] | 3 | 131 |
import torch
import torch.nn
import linklink as link
from unn.utils.bn_helper import GroupSyncBatchNorm, FrozenBatchNorm2d
from unn.utils.dist_helper import get_world_size
def op32_wrapper(func):
"""Wrapper forward whose input are all tensors and can only handle float"""
return forward
def setup_fp16():
"""Use fp32 for BatchNormal"""
torch.nn.BatchNorm2d.forward = op32_wrapper(torch.nn.BatchNorm2d.forward)
GroupSyncBatchNorm.forward = op32_wrapper(GroupSyncBatchNorm.forward)
FrozenBatchNorm2d.forward = op32_wrapper(FrozenBatchNorm2d.forward)
| [
11748,
28034,
198,
11748,
28034,
13,
20471,
198,
11748,
2792,
8726,
355,
2792,
198,
198,
6738,
41231,
13,
26791,
13,
9374,
62,
2978,
525,
1330,
4912,
28985,
33,
963,
35393,
11,
23673,
33,
963,
35393,
17,
67,
198,
6738,
41231,
13,
26791,
13,
17080,
62,
2978,
525,
1330,
651,
62,
6894,
62,
7857,
198,
198,
4299,
1034,
2624,
62,
48553,
7,
20786,
2599,
198,
220,
220,
220,
37227,
36918,
2848,
2651,
3025,
5128,
389,
477,
11192,
669,
290,
460,
691,
5412,
12178,
37811,
198,
220,
220,
220,
1441,
2651,
198,
198,
4299,
9058,
62,
46428,
1433,
33529,
198,
220,
220,
220,
37227,
11041,
277,
79,
2624,
329,
347,
963,
26447,
37811,
198,
220,
220,
220,
28034,
13,
20471,
13,
33,
963,
35393,
17,
67,
13,
11813,
796,
1034,
2624,
62,
48553,
7,
13165,
354,
13,
20471,
13,
33,
963,
35393,
17,
67,
13,
11813,
8,
198,
220,
220,
220,
4912,
28985,
33,
963,
35393,
13,
11813,
796,
1034,
2624,
62,
48553,
7,
13247,
28985,
33,
963,
35393,
13,
11813,
8,
198,
220,
220,
220,
23673,
33,
963,
35393,
17,
67,
13,
11813,
796,
1034,
2624,
62,
48553,
7,
37,
42005,
33,
963,
35393,
17,
67,
13,
11813,
8,
628,
198
] | 2.885 | 200 |
# -*- coding: utf-8 -*-
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
import csv
import numpy as np
import os
import sys
from observations.util import maybe_download_and_extract
def gaba(path):
"""Effect of pentazocine on post-operative pain (average VAS scores)
The table shows, separately for males and females, the effect of
pentazocine on post-operative pain profiles (average VAS scores), with
(mbac and fbac) and without (mpl and fpl) preoperatively administered
baclofen. Pain scores are recorded every 20 minutes, from 10 minutes to
170 minutes.
A data frame with 9 observations on the following 7 variables.
`min`
a numeric vector
`mbac`
a numeric vector
`mpl`
a numeric vector
`fbac`
a numeric vector
`fpl`
a numeric vector
`avbac`
a numeric vector
`avplac`
a numeric vector
Gordon, N. C. et al.(1995): 'Enhancement of Morphine Analgesia by the
GABA\ *\_B* against Baclofen'. *Neuroscience* 69: 345-349.
Args:
path: str.
Path to directory which either stores file or otherwise file will
be downloaded and extracted there.
Filename is `gaba.csv`.
Returns:
Tuple of np.ndarray `x_train` with 9 rows and 7 columns and
dictionary `metadata` of column headers (feature names).
"""
import pandas as pd
path = os.path.expanduser(path)
filename = 'gaba.csv'
if not os.path.exists(os.path.join(path, filename)):
url = 'http://dustintran.com/data/r/DAAG/gaba.csv'
maybe_download_and_extract(path, url,
save_file_name='gaba.csv',
resume=False)
data = pd.read_csv(os.path.join(path, filename), index_col=0,
parse_dates=True)
x_train = data.values
metadata = {'columns': data.columns}
return x_train, metadata
| [
2,
532,
9,
12,
19617,
25,
3384,
69,
12,
23,
532,
9,
12,
198,
6738,
11593,
37443,
834,
1330,
4112,
62,
11748,
198,
6738,
11593,
37443,
834,
1330,
7297,
198,
6738,
11593,
37443,
834,
1330,
3601,
62,
8818,
198,
198,
11748,
269,
21370,
198,
11748,
299,
32152,
355,
45941,
198,
11748,
28686,
198,
11748,
25064,
198,
198,
6738,
13050,
13,
22602,
1330,
3863,
62,
15002,
62,
392,
62,
2302,
974,
628,
198,
4299,
308,
15498,
7,
6978,
2599,
198,
220,
37227,
18610,
286,
28145,
1031,
420,
500,
319,
1281,
12,
27173,
2356,
357,
23913,
569,
1921,
8198,
8,
628,
220,
383,
3084,
2523,
11,
13869,
329,
10835,
290,
12366,
11,
262,
1245,
286,
198,
220,
28145,
1031,
420,
500,
319,
1281,
12,
27173,
2356,
16545,
357,
23913,
569,
1921,
8198,
828,
351,
198,
220,
357,
2022,
330,
290,
277,
65,
330,
8,
290,
1231,
357,
76,
489,
290,
277,
489,
8,
662,
3575,
9404,
17169,
198,
220,
275,
37779,
1659,
268,
13,
15627,
8198,
389,
6264,
790,
1160,
2431,
11,
422,
838,
2431,
284,
198,
220,
16677,
2431,
13,
628,
220,
317,
1366,
5739,
351,
860,
13050,
319,
262,
1708,
767,
9633,
13,
628,
220,
4600,
1084,
63,
198,
220,
220,
220,
220,
220,
257,
35575,
15879,
628,
220,
4600,
2022,
330,
63,
198,
220,
220,
220,
220,
220,
257,
35575,
15879,
628,
220,
4600,
76,
489,
63,
198,
220,
220,
220,
220,
220,
257,
35575,
15879,
628,
220,
4600,
21855,
330,
63,
198,
220,
220,
220,
220,
220,
257,
35575,
15879,
628,
220,
4600,
69,
489,
63,
198,
220,
220,
220,
220,
220,
257,
35575,
15879,
628,
220,
4600,
615,
65,
330,
63,
198,
220,
220,
220,
220,
220,
257,
35575,
15879,
628,
220,
4600,
615,
489,
330,
63,
198,
220,
220,
220,
220,
220,
257,
35575,
15879,
628,
220,
11646,
11,
399,
13,
327,
13,
2123,
435,
12195,
21908,
2599,
705,
35476,
590,
434,
286,
41170,
500,
1052,
282,
3212,
544,
416,
262,
198,
220,
47046,
59,
1635,
59,
62,
33,
9,
1028,
35583,
75,
1659,
268,
4458,
1635,
8199,
1434,
16801,
9,
8644,
25,
39937,
12,
27371,
13,
628,
220,
943,
14542,
25,
628,
220,
220,
220,
3108,
25,
965,
13,
198,
220,
220,
220,
220,
220,
10644,
284,
8619,
543,
2035,
7000,
2393,
393,
4306,
2393,
481,
198,
220,
220,
220,
220,
220,
307,
15680,
290,
21242,
612,
13,
198,
220,
220,
220,
220,
220,
7066,
12453,
318,
4600,
70,
15498,
13,
40664,
44646,
628,
220,
16409,
25,
628,
220,
220,
220,
309,
29291,
286,
45941,
13,
358,
18747,
4600,
87,
62,
27432,
63,
351,
860,
15274,
290,
767,
15180,
290,
198,
220,
220,
220,
22155,
4600,
38993,
63,
286,
5721,
24697,
357,
30053,
3891,
737,
198,
220,
37227,
198,
220,
1330,
19798,
292,
355,
279,
67,
198,
220,
3108,
796,
28686,
13,
6978,
13,
11201,
392,
7220,
7,
6978,
8,
198,
220,
29472,
796,
705,
70,
15498,
13,
40664,
6,
198,
220,
611,
407,
28686,
13,
6978,
13,
1069,
1023,
7,
418,
13,
6978,
13,
22179,
7,
6978,
11,
29472,
8,
2599,
198,
220,
220,
220,
19016,
796,
705,
4023,
1378,
48859,
600,
2596,
13,
785,
14,
7890,
14,
81,
14,
35,
3838,
38,
14,
70,
15498,
13,
40664,
6,
198,
220,
220,
220,
3863,
62,
15002,
62,
392,
62,
2302,
974,
7,
6978,
11,
19016,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3613,
62,
7753,
62,
3672,
11639,
70,
15498,
13,
40664,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15294,
28,
25101,
8,
628,
220,
1366,
796,
279,
67,
13,
961,
62,
40664,
7,
418,
13,
6978,
13,
22179,
7,
6978,
11,
29472,
828,
6376,
62,
4033,
28,
15,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
21136,
62,
19581,
28,
17821,
8,
198,
220,
2124,
62,
27432,
796,
1366,
13,
27160,
198,
220,
20150,
796,
1391,
6,
28665,
82,
10354,
1366,
13,
28665,
82,
92,
198,
220,
1441,
2124,
62,
27432,
11,
20150,
198
] | 2.665734 | 715 |
# Copyright 1999-2018 Alibaba Group Holding Ltd.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import unittest
import numpy as np
from mars.tensor import tensor
from mars.executor import Executor
try:
import scipy
import scipy.sparse as sps
from scipy.special import gammaln as scipy_gammaln, erf as scipy_erf
from mars.tensor.special import gammaln, erf
except ImportError:
scipy = None
@unittest.skipIf(scipy is None, 'scipy not installed')
| [
2,
15069,
7358,
12,
7908,
41992,
4912,
31703,
12052,
13,
198,
2,
198,
2,
49962,
739,
262,
24843,
13789,
11,
10628,
362,
13,
15,
357,
1169,
366,
34156,
15341,
198,
2,
345,
743,
407,
779,
428,
2393,
2845,
287,
11846,
351,
262,
13789,
13,
198,
2,
921,
743,
7330,
257,
4866,
286,
262,
13789,
379,
198,
2,
198,
2,
220,
220,
220,
220,
220,
2638,
1378,
2503,
13,
43073,
13,
2398,
14,
677,
4541,
14,
43,
2149,
24290,
12,
17,
13,
15,
198,
2,
198,
2,
17486,
2672,
416,
9723,
1099,
393,
4987,
284,
287,
3597,
11,
3788,
198,
2,
9387,
739,
262,
13789,
318,
9387,
319,
281,
366,
1921,
3180,
1,
29809,
1797,
11,
198,
2,
42881,
34764,
11015,
6375,
7102,
49828,
11053,
3963,
15529,
509,
12115,
11,
2035,
4911,
393,
17142,
13,
198,
2,
4091,
262,
13789,
329,
262,
2176,
3303,
15030,
21627,
290,
198,
2,
11247,
739,
262,
13789,
13,
628,
198,
11748,
555,
715,
395,
198,
198,
11748,
299,
32152,
355,
45941,
198,
198,
6738,
48962,
13,
83,
22854,
1330,
11192,
273,
198,
6738,
48962,
13,
18558,
38409,
1330,
8393,
38409,
198,
198,
28311,
25,
198,
220,
220,
220,
1330,
629,
541,
88,
198,
220,
220,
220,
1330,
629,
541,
88,
13,
82,
29572,
355,
599,
82,
198,
220,
220,
220,
422,
629,
541,
88,
13,
20887,
1330,
308,
6475,
282,
77,
355,
629,
541,
88,
62,
70,
6475,
282,
77,
11,
1931,
69,
355,
629,
541,
88,
62,
263,
69,
628,
220,
220,
220,
422,
48962,
13,
83,
22854,
13,
20887,
1330,
308,
6475,
282,
77,
11,
1931,
69,
198,
16341,
17267,
12331,
25,
198,
220,
220,
220,
629,
541,
88,
796,
6045,
628,
198,
31,
403,
715,
395,
13,
48267,
1532,
7,
1416,
541,
88,
318,
6045,
11,
705,
1416,
541,
88,
407,
6589,
11537,
198
] | 3.218543 | 302 |
# Time: O(nlogn)
# Space: O(n)
import collections
| [
2,
3862,
25,
220,
440,
7,
21283,
2360,
8,
198,
2,
4687,
25,
440,
7,
77,
8,
198,
198,
11748,
17268,
628
] | 2.409091 | 22 |
"""Holds client subclass of discord.ext.Bot, and registeres commands."""
from discord.ext import commands as ext
from offthedialbot.commands import register_commands
client = Client(command_prefix='$')
register_commands(client)
| [
37811,
39,
10119,
5456,
47611,
286,
36446,
13,
2302,
13,
20630,
11,
290,
4214,
68,
411,
9729,
526,
15931,
201,
198,
201,
198,
6738,
36446,
13,
2302,
1330,
9729,
355,
1070,
201,
198,
201,
198,
6738,
572,
83,
704,
498,
13645,
13,
9503,
1746,
1330,
7881,
62,
9503,
1746,
201,
198,
201,
198,
201,
198,
201,
198,
16366,
796,
20985,
7,
21812,
62,
40290,
11639,
3,
11537,
201,
198,
30238,
62,
9503,
1746,
7,
16366,
8,
201,
198
] | 3.115385 | 78 |
import argparse
import json
import logging
import os
import time
from collections import Counter
from copy import deepcopy
from sklearn.model_selection import KFold
import metrics
import numpy as np
import torch
import torch.nn as nn
import torch.optim as optim
from pyjarowinkler import distance as jwdistance
from utils import get_clusters, split_into_sets, fixed_split
from common import ControllerBase
from data import read_corpus
parser = argparse.ArgumentParser()
parser.add_argument("--model_name", type=str, default="baseline_senticoref_coref149")
parser.add_argument("--learning_rate", type=float, default=0.005)
parser.add_argument("--num_epochs", type=int, default=50)
parser.add_argument("--dataset", type=str, default="senticoref") # {'senticoref', 'coref149'}
parser.add_argument("--random_seed", type=int, default=13)
parser.add_argument("--fixed_split", action="store_true")
logging.basicConfig(level=logging.INFO)
RANDOM_SEED = None
if RANDOM_SEED:
np.random.seed(RANDOM_SEED)
torch.random.manual_seed(RANDOM_SEED)
# Cache features for single mentions and mention pairs (useful for doing multiple epochs over data)
# Format for single: {doc1_id: {mention_id: <features>, ...}, ...}
_cached_MentionFeatures = {}
# Format for pair: {doc1_id: {(mention1_id, mention2_id): <features>, ...}, ...}
_cached_MentionPairFeatures = {}
if __name__ == "__main__":
args = parser.parse_args()
if args.random_seed:
torch.random.manual_seed(args.random_seed)
np.random.seed(args.random_seed)
documents = read_corpus(args.dataset)
# Train model
if args.dataset == "coref149":
INNER_K, OUTER_K = 3, 10
logging.info(f"Performing {OUTER_K}-fold (outer) and {INNER_K}-fold (inner) CV...")
test_metrics = {"muc_p": [], "muc_r": [], "muc_f1": [],
"b3_p": [], "b3_r": [], "b3_f1": [],
"ceafe_p": [], "ceafe_r": [], "ceafe_f1": [],
"avg_p": [], "avg_r": [], "avg_f1": []}
aio_metrics = deepcopy(test_metrics)
eio_metrics = deepcopy(test_metrics)
for idx_outer_fold, (train_dev_index, test_index) in enumerate(KFold(n_splits=OUTER_K, shuffle=True).split(documents)):
curr_train_dev_docs = [documents[_i] for _i in train_dev_index]
curr_test_docs = [documents[_i] for _i in test_index]
best_metric, best_name = float("inf"), None
for idx_inner_fold, (train_index, dev_index) in enumerate(KFold(n_splits=INNER_K).split(curr_train_dev_docs)):
curr_train_docs = [curr_train_dev_docs[_i] for _i in train_index]
curr_dev_docs = [curr_train_dev_docs[_i] for _i in dev_index]
curr_model = create_model_instance(f"fold{idx_outer_fold}_{idx_inner_fold}")
dev_loss = curr_model.train(epochs=args.num_epochs, train_docs=curr_train_docs, dev_docs=curr_dev_docs)
logging.info(f"Fold {idx_outer_fold}-{idx_inner_fold}: {dev_loss: .5f}")
if dev_loss < best_metric:
best_metric = dev_loss
best_name = curr_model.path_model_dir
logging.info(f"Best model: {best_name}, best loss: {best_metric: .5f}")
curr_model = BaselineController.from_pretrained(best_name)
curr_test_metrics = curr_model.evaluate(curr_test_docs)
curr_model.visualize()
for metric, metric_value in curr_test_metrics.items():
test_metrics[f"{metric}_p"].append(float(metric_value.precision()))
test_metrics[f"{metric}_r"].append(float(metric_value.recall()))
test_metrics[f"{metric}_f1"].append(float(metric_value.f1()))
aio_model = AllInOneModel(curr_model)
curr_aio_metrics = aio_model.evaluate(curr_test_docs)
for metric, metric_value in curr_aio_metrics.items():
aio_metrics[f"{metric}_p"].append(float(metric_value.precision()))
aio_metrics[f"{metric}_r"].append(float(metric_value.recall()))
aio_metrics[f"{metric}_f1"].append(float(metric_value.f1()))
eio_model = EachInOwnModel(curr_model)
curr_eio_metrics = eio_model.evaluate(curr_test_docs)
for metric, metric_value in curr_eio_metrics.items():
eio_metrics[f"{metric}_p"].append(float(metric_value.precision()))
eio_metrics[f"{metric}_r"].append(float(metric_value.recall()))
eio_metrics[f"{metric}_f1"].append(float(metric_value.f1()))
logging.info(f"Final baseline scores (over {OUTER_K} folds)")
for metric, metric_values in test_metrics.items():
logging.info(f"- {metric}: mean={np.mean(metric_values): .4f} +- sd={np.std(metric_values): .4f}\n"
f"\t all fold scores: {metric_values}")
logging.info(f"Final all-in-one scores (over {OUTER_K} folds)")
for metric, metric_values in aio_metrics.items():
logging.info(f"- {metric}: mean={np.mean(metric_values): .4f} +- sd={np.std(metric_values): .4f}\n"
f"\t all fold scores: {metric_values}")
logging.info(f"Final each-in-own scores (over {OUTER_K} folds)")
for metric, metric_values in eio_metrics.items():
logging.info(f"- {metric}: mean={np.mean(metric_values): .4f} +- sd={np.std(metric_values): .4f}\n"
f"\t all fold scores: {metric_values}")
else:
logging.info(f"Using single train/dev/test split...")
if args.fixed_split:
logging.info("Using fixed dataset split")
train_docs, dev_docs, test_docs = fixed_split(documents, args.dataset)
else:
train_docs, dev_docs, test_docs = split_into_sets(documents, train_prop=0.7, dev_prop=0.15,
test_prop=0.15)
model = create_model_instance(args.model_name)
model.train(epochs=args.num_epochs, train_docs=train_docs, dev_docs=dev_docs)
# Reload best checkpoint
model = BaselineController.from_pretrained(model.path_model_dir)
model.evaluate(test_docs)
model.visualize()
aio_model = AllInOneModel(model)
aio_model.evaluate(test_docs)
eio_model = EachInOwnModel(model)
eio_model.evaluate(test_docs)
| [
11748,
1822,
29572,
198,
11748,
33918,
198,
11748,
18931,
198,
11748,
28686,
198,
11748,
640,
198,
6738,
17268,
1330,
15034,
198,
6738,
4866,
1330,
2769,
30073,
198,
198,
6738,
1341,
35720,
13,
19849,
62,
49283,
1330,
509,
37,
727,
198,
198,
11748,
20731,
198,
11748,
299,
32152,
355,
45941,
198,
11748,
28034,
198,
11748,
28034,
13,
20471,
355,
299,
77,
198,
11748,
28034,
13,
40085,
355,
6436,
198,
6738,
12972,
9491,
322,
676,
1754,
1330,
5253,
355,
474,
16993,
9311,
198,
6738,
3384,
4487,
1330,
651,
62,
565,
13654,
11,
6626,
62,
20424,
62,
28709,
11,
5969,
62,
35312,
198,
6738,
2219,
1330,
22741,
14881,
198,
198,
6738,
1366,
1330,
1100,
62,
10215,
79,
385,
198,
198,
48610,
796,
1822,
29572,
13,
28100,
1713,
46677,
3419,
198,
48610,
13,
2860,
62,
49140,
7203,
438,
19849,
62,
3672,
1600,
2099,
28,
2536,
11,
4277,
2625,
12093,
4470,
62,
34086,
291,
382,
69,
62,
7295,
69,
19442,
4943,
198,
48610,
13,
2860,
62,
49140,
7203,
438,
40684,
62,
4873,
1600,
2099,
28,
22468,
11,
4277,
28,
15,
13,
22544,
8,
198,
48610,
13,
2860,
62,
49140,
7203,
438,
22510,
62,
538,
5374,
82,
1600,
2099,
28,
600,
11,
4277,
28,
1120,
8,
198,
48610,
13,
2860,
62,
49140,
7203,
438,
19608,
292,
316,
1600,
2099,
28,
2536,
11,
4277,
2625,
34086,
291,
382,
69,
4943,
220,
1303,
1391,
6,
34086,
291,
382,
69,
3256,
705,
7295,
69,
19442,
6,
92,
198,
48610,
13,
2860,
62,
49140,
7203,
438,
25120,
62,
28826,
1600,
2099,
28,
600,
11,
4277,
28,
1485,
8,
198,
48610,
13,
2860,
62,
49140,
7203,
438,
34021,
62,
35312,
1600,
2223,
2625,
8095,
62,
7942,
4943,
628,
198,
6404,
2667,
13,
35487,
16934,
7,
5715,
28,
6404,
2667,
13,
10778,
8,
628,
198,
49,
6981,
2662,
62,
5188,
1961,
796,
6045,
198,
361,
46920,
2662,
62,
5188,
1961,
25,
198,
220,
220,
220,
45941,
13,
25120,
13,
28826,
7,
49,
6981,
2662,
62,
5188,
1961,
8,
198,
220,
220,
220,
28034,
13,
25120,
13,
805,
723,
62,
28826,
7,
49,
6981,
2662,
62,
5188,
1961,
8,
198,
198,
2,
34088,
3033,
329,
2060,
15802,
290,
3068,
14729,
357,
1904,
913,
329,
1804,
3294,
36835,
82,
625,
1366,
8,
198,
2,
18980,
329,
2060,
25,
1391,
15390,
16,
62,
312,
25,
1391,
434,
295,
62,
312,
25,
1279,
40890,
22330,
2644,
5512,
2644,
92,
198,
62,
66,
2317,
62,
44,
1463,
23595,
796,
23884,
198,
2,
18980,
329,
5166,
25,
220,
220,
1391,
15390,
16,
62,
312,
25,
1391,
7,
434,
295,
16,
62,
312,
11,
3068,
17,
62,
312,
2599,
1279,
40890,
22330,
2644,
5512,
2644,
92,
198,
62,
66,
2317,
62,
44,
1463,
47,
958,
23595,
796,
23884,
628,
628,
628,
198,
198,
361,
11593,
3672,
834,
6624,
366,
834,
12417,
834,
1298,
198,
220,
220,
220,
26498,
796,
30751,
13,
29572,
62,
22046,
3419,
628,
220,
220,
220,
611,
26498,
13,
25120,
62,
28826,
25,
198,
220,
220,
220,
220,
220,
220,
220,
28034,
13,
25120,
13,
805,
723,
62,
28826,
7,
22046,
13,
25120,
62,
28826,
8,
198,
220,
220,
220,
220,
220,
220,
220,
45941,
13,
25120,
13,
28826,
7,
22046,
13,
25120,
62,
28826,
8,
628,
220,
220,
220,
4963,
796,
1100,
62,
10215,
79,
385,
7,
22046,
13,
19608,
292,
316,
8,
628,
198,
220,
220,
220,
1303,
16835,
2746,
198,
220,
220,
220,
611,
26498,
13,
19608,
292,
316,
6624,
366,
7295,
69,
19442,
1298,
198,
220,
220,
220,
220,
220,
220,
220,
3268,
21479,
62,
42,
11,
16289,
1137,
62,
42,
796,
513,
11,
838,
198,
220,
220,
220,
220,
220,
220,
220,
18931,
13,
10951,
7,
69,
1,
5990,
15464,
1391,
2606,
5781,
62,
42,
92,
12,
11379,
357,
39605,
8,
290,
1391,
1268,
21479,
62,
42,
92,
12,
11379,
357,
5083,
8,
26196,
9313,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1332,
62,
4164,
10466,
796,
19779,
76,
1229,
62,
79,
1298,
685,
4357,
366,
76,
1229,
62,
81,
1298,
685,
4357,
366,
76,
1229,
62,
69,
16,
1298,
685,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
65,
18,
62,
79,
1298,
685,
4357,
366,
65,
18,
62,
81,
1298,
685,
4357,
366,
65,
18,
62,
69,
16,
1298,
685,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
344,
8635,
62,
79,
1298,
685,
4357,
366,
344,
8635,
62,
81,
1298,
685,
4357,
366,
344,
8635,
62,
69,
16,
1298,
685,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
615,
70,
62,
79,
1298,
685,
4357,
366,
615,
70,
62,
81,
1298,
685,
4357,
366,
615,
70,
62,
69,
16,
1298,
17635,
92,
198,
220,
220,
220,
220,
220,
220,
220,
257,
952,
62,
4164,
10466,
796,
2769,
30073,
7,
9288,
62,
4164,
10466,
8,
198,
220,
220,
220,
220,
220,
220,
220,
304,
952,
62,
4164,
10466,
796,
2769,
30073,
7,
9288,
62,
4164,
10466,
8,
628,
220,
220,
220,
220,
220,
220,
220,
329,
4686,
87,
62,
39605,
62,
11379,
11,
357,
27432,
62,
7959,
62,
9630,
11,
1332,
62,
9630,
8,
287,
27056,
378,
7,
42,
37,
727,
7,
77,
62,
22018,
896,
28,
2606,
5781,
62,
42,
11,
36273,
28,
17821,
737,
35312,
7,
15390,
2886,
8,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1090,
81,
62,
27432,
62,
7959,
62,
31628,
796,
685,
15390,
2886,
29795,
72,
60,
329,
4808,
72,
287,
4512,
62,
7959,
62,
9630,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1090,
81,
62,
9288,
62,
31628,
796,
685,
15390,
2886,
29795,
72,
60,
329,
4808,
72,
287,
1332,
62,
9630,
60,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1266,
62,
4164,
1173,
11,
1266,
62,
3672,
796,
12178,
7203,
10745,
12340,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
4686,
87,
62,
5083,
62,
11379,
11,
357,
27432,
62,
9630,
11,
1614,
62,
9630,
8,
287,
27056,
378,
7,
42,
37,
727,
7,
77,
62,
22018,
896,
28,
1268,
21479,
62,
42,
737,
35312,
7,
22019,
81,
62,
27432,
62,
7959,
62,
31628,
8,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1090,
81,
62,
27432,
62,
31628,
796,
685,
22019,
81,
62,
27432,
62,
7959,
62,
31628,
29795,
72,
60,
329,
4808,
72,
287,
4512,
62,
9630,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1090,
81,
62,
7959,
62,
31628,
796,
685,
22019,
81,
62,
27432,
62,
7959,
62,
31628,
29795,
72,
60,
329,
4808,
72,
287,
1614,
62,
9630,
60,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1090,
81,
62,
19849,
796,
2251,
62,
19849,
62,
39098,
7,
69,
1,
11379,
90,
312,
87,
62,
39605,
62,
11379,
92,
23330,
312,
87,
62,
5083,
62,
11379,
92,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1614,
62,
22462,
796,
1090,
81,
62,
19849,
13,
27432,
7,
538,
5374,
82,
28,
22046,
13,
22510,
62,
538,
5374,
82,
11,
4512,
62,
31628,
28,
22019,
81,
62,
27432,
62,
31628,
11,
1614,
62,
31628,
28,
22019,
81,
62,
7959,
62,
31628,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18931,
13,
10951,
7,
69,
1,
37,
727,
1391,
312,
87,
62,
39605,
62,
11379,
92,
12,
90,
312,
87,
62,
5083,
62,
11379,
38362,
1391,
7959,
62,
22462,
25,
764,
20,
69,
92,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1614,
62,
22462,
1279,
1266,
62,
4164,
1173,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1266,
62,
4164,
1173,
796,
1614,
62,
22462,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1266,
62,
3672,
796,
1090,
81,
62,
19849,
13,
6978,
62,
19849,
62,
15908,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18931,
13,
10951,
7,
69,
1,
13014,
2746,
25,
1391,
13466,
62,
3672,
5512,
1266,
2994,
25,
1391,
13466,
62,
4164,
1173,
25,
764,
20,
69,
92,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1090,
81,
62,
19849,
796,
6455,
4470,
22130,
13,
6738,
62,
5310,
13363,
7,
13466,
62,
3672,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1090,
81,
62,
9288,
62,
4164,
10466,
796,
1090,
81,
62,
19849,
13,
49786,
7,
22019,
81,
62,
9288,
62,
31628,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1090,
81,
62,
19849,
13,
41464,
1096,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
18663,
11,
18663,
62,
8367,
287,
1090,
81,
62,
9288,
62,
4164,
10466,
13,
23814,
33529,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1332,
62,
4164,
10466,
58,
69,
1,
90,
4164,
1173,
92,
62,
79,
1,
4083,
33295,
7,
22468,
7,
4164,
1173,
62,
8367,
13,
3866,
16005,
3419,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1332,
62,
4164,
10466,
58,
69,
1,
90,
4164,
1173,
92,
62,
81,
1,
4083,
33295,
7,
22468,
7,
4164,
1173,
62,
8367,
13,
8344,
439,
3419,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1332,
62,
4164,
10466,
58,
69,
1,
90,
4164,
1173,
92,
62,
69,
16,
1,
4083,
33295,
7,
22468,
7,
4164,
1173,
62,
8367,
13,
69,
16,
3419,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
257,
952,
62,
19849,
796,
1439,
818,
3198,
17633,
7,
22019,
81,
62,
19849,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1090,
81,
62,
64,
952,
62,
4164,
10466,
796,
257,
952,
62,
19849,
13,
49786,
7,
22019,
81,
62,
9288,
62,
31628,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
18663,
11,
18663,
62,
8367,
287,
1090,
81,
62,
64,
952,
62,
4164,
10466,
13,
23814,
33529,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
257,
952,
62,
4164,
10466,
58,
69,
1,
90,
4164,
1173,
92,
62,
79,
1,
4083,
33295,
7,
22468,
7,
4164,
1173,
62,
8367,
13,
3866,
16005,
3419,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
257,
952,
62,
4164,
10466,
58,
69,
1,
90,
4164,
1173,
92,
62,
81,
1,
4083,
33295,
7,
22468,
7,
4164,
1173,
62,
8367,
13,
8344,
439,
3419,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
257,
952,
62,
4164,
10466,
58,
69,
1,
90,
4164,
1173,
92,
62,
69,
16,
1,
4083,
33295,
7,
22468,
7,
4164,
1173,
62,
8367,
13,
69,
16,
3419,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
304,
952,
62,
19849,
796,
5501,
818,
23858,
17633,
7,
22019,
81,
62,
19849,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1090,
81,
62,
68,
952,
62,
4164,
10466,
796,
304,
952,
62,
19849,
13,
49786,
7,
22019,
81,
62,
9288,
62,
31628,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
18663,
11,
18663,
62,
8367,
287,
1090,
81,
62,
68,
952,
62,
4164,
10466,
13,
23814,
33529,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
304,
952,
62,
4164,
10466,
58,
69,
1,
90,
4164,
1173,
92,
62,
79,
1,
4083,
33295,
7,
22468,
7,
4164,
1173,
62,
8367,
13,
3866,
16005,
3419,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
304,
952,
62,
4164,
10466,
58,
69,
1,
90,
4164,
1173,
92,
62,
81,
1,
4083,
33295,
7,
22468,
7,
4164,
1173,
62,
8367,
13,
8344,
439,
3419,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
304,
952,
62,
4164,
10466,
58,
69,
1,
90,
4164,
1173,
92,
62,
69,
16,
1,
4083,
33295,
7,
22468,
7,
4164,
1173,
62,
8367,
13,
69,
16,
3419,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
18931,
13,
10951,
7,
69,
1,
19006,
14805,
8198,
357,
2502,
1391,
2606,
5781,
62,
42,
92,
38744,
8,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
329,
18663,
11,
18663,
62,
27160,
287,
1332,
62,
4164,
10466,
13,
23814,
33529,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18931,
13,
10951,
7,
69,
26793,
1391,
4164,
1173,
38362,
1612,
34758,
37659,
13,
32604,
7,
4164,
1173,
62,
27160,
2599,
764,
19,
69,
92,
1343,
12,
45647,
34758,
37659,
13,
19282,
7,
4164,
1173,
62,
27160,
2599,
764,
19,
69,
32239,
77,
1,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
1,
59,
83,
477,
5591,
8198,
25,
1391,
4164,
1173,
62,
27160,
92,
4943,
628,
220,
220,
220,
220,
220,
220,
220,
18931,
13,
10951,
7,
69,
1,
19006,
477,
12,
259,
12,
505,
8198,
357,
2502,
1391,
2606,
5781,
62,
42,
92,
38744,
8,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
329,
18663,
11,
18663,
62,
27160,
287,
257,
952,
62,
4164,
10466,
13,
23814,
33529,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18931,
13,
10951,
7,
69,
26793,
1391,
4164,
1173,
38362,
1612,
34758,
37659,
13,
32604,
7,
4164,
1173,
62,
27160,
2599,
764,
19,
69,
92,
1343,
12,
45647,
34758,
37659,
13,
19282,
7,
4164,
1173,
62,
27160,
2599,
764,
19,
69,
32239,
77,
1,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
1,
59,
83,
477,
5591,
8198,
25,
1391,
4164,
1173,
62,
27160,
92,
4943,
628,
220,
220,
220,
220,
220,
220,
220,
18931,
13,
10951,
7,
69,
1,
19006,
1123,
12,
259,
12,
593,
8198,
357,
2502,
1391,
2606,
5781,
62,
42,
92,
38744,
8,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
329,
18663,
11,
18663,
62,
27160,
287,
304,
952,
62,
4164,
10466,
13,
23814,
33529,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18931,
13,
10951,
7,
69,
26793,
1391,
4164,
1173,
38362,
1612,
34758,
37659,
13,
32604,
7,
4164,
1173,
62,
27160,
2599,
764,
19,
69,
92,
1343,
12,
45647,
34758,
37659,
13,
19282,
7,
4164,
1173,
62,
27160,
2599,
764,
19,
69,
32239,
77,
1,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
1,
59,
83,
477,
5591,
8198,
25,
1391,
4164,
1173,
62,
27160,
92,
4943,
198,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
18931,
13,
10951,
7,
69,
1,
12814,
2060,
4512,
14,
7959,
14,
9288,
6626,
9313,
8,
198,
220,
220,
220,
220,
220,
220,
220,
611,
26498,
13,
34021,
62,
35312,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18931,
13,
10951,
7203,
12814,
5969,
27039,
6626,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4512,
62,
31628,
11,
1614,
62,
31628,
11,
1332,
62,
31628,
796,
5969,
62,
35312,
7,
15390,
2886,
11,
26498,
13,
19608,
292,
316,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4512,
62,
31628,
11,
1614,
62,
31628,
11,
1332,
62,
31628,
796,
6626,
62,
20424,
62,
28709,
7,
15390,
2886,
11,
4512,
62,
22930,
28,
15,
13,
22,
11,
1614,
62,
22930,
28,
15,
13,
1314,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1332,
62,
22930,
28,
15,
13,
1314,
8,
628,
220,
220,
220,
220,
220,
220,
220,
2746,
796,
2251,
62,
19849,
62,
39098,
7,
22046,
13,
19849,
62,
3672,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2746,
13,
27432,
7,
538,
5374,
82,
28,
22046,
13,
22510,
62,
538,
5374,
82,
11,
4512,
62,
31628,
28,
27432,
62,
31628,
11,
1614,
62,
31628,
28,
7959,
62,
31628,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
37653,
1266,
26954,
198,
220,
220,
220,
220,
220,
220,
220,
2746,
796,
6455,
4470,
22130,
13,
6738,
62,
5310,
13363,
7,
19849,
13,
6978,
62,
19849,
62,
15908,
8,
628,
220,
220,
220,
220,
220,
220,
220,
2746,
13,
49786,
7,
9288,
62,
31628,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2746,
13,
41464,
1096,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
257,
952,
62,
19849,
796,
1439,
818,
3198,
17633,
7,
19849,
8,
198,
220,
220,
220,
220,
220,
220,
220,
257,
952,
62,
19849,
13,
49786,
7,
9288,
62,
31628,
8,
198,
220,
220,
220,
220,
220,
220,
220,
304,
952,
62,
19849,
796,
5501,
818,
23858,
17633,
7,
19849,
8,
198,
220,
220,
220,
220,
220,
220,
220,
304,
952,
62,
19849,
13,
49786,
7,
9288,
62,
31628,
8,
198
] | 2.112574 | 3,038 |
#!/usr/bin/env python
# -*- python -*-
#BEGIN_LEGAL
#
#Copyright (c) 2019 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
#END_LEGAL
from __future__ import print_function
import sys
import os
import re
import enum_txt_writer
import codegen
import genutil
all_of_pattern = re.compile(r'ALL_OF[(](?P<chip>[A-Z0-9a-z_]+)[)]')
not_pattern = re.compile(r'NOT[(](?P<ext>[A-Z0-9a-z_]+)[)]')
common_subset_pattern = re.compile(r'COMMON_SUBSET[(](?P<chip1>[A-Z0-9a-z_]+),(?P<chip2>[A-Z0-9a-z_]+)[)]')
def parse_lines(input_file_name, lines): # returns a dictionary
"""Return a list of chips and a dictionary indexed by chip containing
lists of isa-sets """
d = {}
chips = []
for line in lines:
if line.find(':') == -1:
_die("reading file {}: missing colon in line: {}".format(
input_file_name, line))
try:
(chip, extensions) = line.split(':')
except:
_die("Bad line: {}".format(line))
chip = chip.strip()
chips.append(chip)
extensions = extensions.split()
if chip in d:
_die("Duplicate definition of %s in %s" %
(chip, input_file_name))
if chip == 'ALL':
_die("Cannot define a chip named 'ALL'." +
" That name is reserved.")
d[chip] = extensions
return (chips,d)
def recursive_expand(d):
'''d is a dict of lists. The lists contain extension names, and 3
operators: ALL_OF(chip), NOT(extension), and
COMMON_SUBSET(chip1,chip2). Before inserting the extensions
from an ALL_OF(x) reference we must remove the all of the
NOT(y) in the extensions of x. This is because chip z might
re-add y and we don't want the NOT(y) from x to mess that up.
'''
for chip in d.keys():
expand_chip(chip,d)
if __name__ == '__main__':
arg = args_t()
arg.input_file_name = 'datafiles/xed-chips.txt'
arg.xeddir = '.'
arg.gendir = 'obj'
files_created,chips,isa_set = work(arg)
print("Created files: %s" % (" ".join(files_created)))
sys.exit(0)
| [
2,
48443,
14629,
14,
8800,
14,
24330,
220,
21015,
198,
2,
532,
9,
12,
21015,
532,
9,
12,
198,
2,
33,
43312,
62,
2538,
38,
1847,
198,
2,
198,
2,
15269,
357,
66,
8,
13130,
8180,
10501,
198,
2,
198,
2,
220,
49962,
739,
262,
24843,
13789,
11,
10628,
362,
13,
15,
357,
1169,
366,
34156,
15341,
198,
2,
220,
345,
743,
407,
779,
428,
2393,
2845,
287,
11846,
351,
262,
13789,
13,
198,
2,
220,
921,
743,
7330,
257,
4866,
286,
262,
13789,
379,
198,
2,
198,
2,
220,
220,
220,
220,
220,
2638,
1378,
2503,
13,
43073,
13,
2398,
14,
677,
4541,
14,
43,
2149,
24290,
12,
17,
13,
15,
198,
2,
198,
2,
220,
17486,
2672,
416,
9723,
1099,
393,
4987,
284,
287,
3597,
11,
3788,
198,
2,
220,
9387,
739,
262,
13789,
318,
9387,
319,
281,
366,
1921,
3180,
1,
29809,
1797,
11,
198,
2,
220,
42881,
34764,
11015,
6375,
7102,
49828,
11053,
3963,
15529,
509,
12115,
11,
2035,
4911,
393,
17142,
13,
198,
2,
220,
4091,
262,
13789,
329,
262,
2176,
3303,
15030,
21627,
290,
198,
2,
220,
11247,
739,
262,
13789,
13,
198,
2,
220,
220,
198,
2,
10619,
62,
2538,
38,
1847,
198,
6738,
11593,
37443,
834,
1330,
3601,
62,
8818,
198,
11748,
25064,
198,
11748,
28686,
198,
11748,
302,
198,
11748,
33829,
62,
14116,
62,
16002,
198,
11748,
2438,
5235,
198,
11748,
2429,
22602,
198,
198,
439,
62,
1659,
62,
33279,
220,
796,
302,
13,
5589,
576,
7,
81,
6,
7036,
62,
19238,
58,
7,
16151,
30,
47,
27,
35902,
36937,
32,
12,
57,
15,
12,
24,
64,
12,
89,
62,
60,
28988,
58,
15437,
11537,
198,
1662,
62,
33279,
220,
796,
302,
13,
5589,
576,
7,
81,
6,
11929,
58,
7,
16151,
30,
47,
27,
2302,
36937,
32,
12,
57,
15,
12,
24,
64,
12,
89,
62,
60,
28988,
58,
15437,
11537,
198,
11321,
62,
7266,
2617,
62,
33279,
220,
796,
302,
13,
5589,
576,
7,
81,
6,
9858,
27857,
62,
12564,
4462,
2767,
58,
7,
16151,
30,
47,
27,
35902,
16,
36937,
32,
12,
57,
15,
12,
24,
64,
12,
89,
62,
48688,
828,
7,
30,
47,
27,
35902,
17,
36937,
32,
12,
57,
15,
12,
24,
64,
12,
89,
62,
60,
28988,
58,
15437,
11537,
628,
198,
4299,
220,
21136,
62,
6615,
7,
15414,
62,
7753,
62,
3672,
11,
3951,
2599,
1303,
5860,
257,
22155,
198,
220,
220,
220,
37227,
13615,
257,
1351,
286,
12014,
290,
257,
22155,
41497,
416,
11594,
7268,
198,
220,
220,
220,
8341,
286,
318,
64,
12,
28709,
220,
220,
220,
37227,
198,
220,
220,
220,
288,
796,
23884,
198,
220,
220,
220,
12014,
796,
17635,
198,
220,
220,
220,
329,
1627,
287,
3951,
25,
198,
220,
220,
220,
220,
220,
220,
220,
611,
1627,
13,
19796,
7,
10354,
11537,
6624,
532,
16,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4808,
11979,
7203,
25782,
2393,
23884,
25,
4814,
7633,
287,
1627,
25,
23884,
1911,
18982,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5128,
62,
7753,
62,
3672,
11,
1627,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
1949,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
35902,
11,
18366,
8,
796,
1627,
13,
35312,
7,
10354,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
2845,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4808,
11979,
7203,
22069,
1627,
25,
23884,
1911,
18982,
7,
1370,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
11594,
796,
11594,
13,
36311,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
12014,
13,
33295,
7,
35902,
8,
198,
220,
220,
220,
220,
220,
220,
220,
18366,
796,
18366,
13,
35312,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
611,
11594,
287,
288,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4808,
11979,
7203,
35660,
489,
5344,
6770,
286,
4064,
82,
287,
4064,
82,
1,
4064,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
35902,
11,
5128,
62,
7753,
62,
3672,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
611,
11594,
6624,
705,
7036,
10354,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4808,
11979,
7203,
34,
34574,
8160,
257,
11594,
3706,
705,
7036,
30827,
1343,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
1320,
1438,
318,
10395,
19570,
198,
220,
220,
220,
220,
220,
220,
220,
288,
58,
35902,
60,
796,
18366,
198,
220,
220,
220,
1441,
357,
354,
2419,
11,
67,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
628,
198,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
198,
4299,
45115,
62,
11201,
392,
7,
67,
2599,
198,
220,
220,
220,
705,
7061,
67,
318,
257,
8633,
286,
8341,
13,
220,
383,
8341,
3994,
7552,
3891,
11,
290,
513,
198,
220,
220,
220,
220,
220,
220,
12879,
25,
11096,
62,
19238,
7,
35902,
828,
5626,
7,
2302,
3004,
828,
290,
198,
220,
220,
220,
220,
220,
220,
22240,
1340,
62,
12564,
4462,
2767,
7,
35902,
16,
11,
35902,
17,
737,
7413,
19319,
262,
18366,
198,
220,
220,
220,
220,
220,
220,
422,
281,
11096,
62,
19238,
7,
87,
8,
4941,
356,
1276,
4781,
262,
477,
286,
262,
198,
220,
220,
220,
220,
220,
220,
5626,
7,
88,
8,
287,
262,
18366,
286,
2124,
13,
770,
318,
780,
11594,
1976,
1244,
198,
220,
220,
220,
220,
220,
220,
302,
12,
2860,
331,
290,
356,
836,
470,
765,
262,
5626,
7,
88,
8,
422,
2124,
284,
2085,
326,
510,
13,
198,
220,
220,
220,
705,
7061,
628,
220,
220,
220,
329,
11594,
287,
288,
13,
13083,
33529,
198,
220,
220,
220,
220,
220,
220,
220,
4292,
62,
35902,
7,
35902,
11,
67,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
628,
220,
220,
220,
220,
198,
198,
361,
11593,
3672,
834,
6624,
705,
834,
12417,
834,
10354,
198,
220,
220,
220,
1822,
796,
26498,
62,
83,
3419,
198,
220,
220,
220,
1822,
13,
15414,
62,
7753,
62,
3672,
796,
705,
7890,
16624,
14,
87,
276,
12,
354,
2419,
13,
14116,
6,
198,
220,
220,
220,
1822,
13,
87,
6048,
343,
796,
705,
2637,
198,
220,
220,
220,
1822,
13,
70,
437,
343,
796,
705,
26801,
6,
198,
220,
220,
220,
3696,
62,
25598,
11,
354,
2419,
11,
9160,
62,
2617,
796,
670,
7,
853,
8,
198,
220,
220,
220,
3601,
7203,
41972,
3696,
25,
4064,
82,
1,
4064,
5855,
27071,
22179,
7,
16624,
62,
25598,
22305,
198,
220,
220,
220,
25064,
13,
37023,
7,
15,
8,
198
] | 2.35248 | 1,149 |
import json
import os
import urllib.parse
import PySimpleGUI as sg
import requests
from bs4 import BeautifulSoup, SoupStrainer
| [
11748,
33918,
198,
11748,
28686,
198,
11748,
2956,
297,
571,
13,
29572,
198,
198,
11748,
9485,
26437,
40156,
355,
264,
70,
198,
11748,
7007,
198,
6738,
275,
82,
19,
1330,
23762,
50,
10486,
11,
34011,
1273,
3201,
263,
198
] | 3.282051 | 39 |
import urllib.request
import shutil
import os
import tarfile
import random
import glob
from TexSoup import TexSoup
def import_resolve(tex, path):
"""Resolve all imports and update the parse tree.
Reads from a tex file and once finished, writes to a tex file.
"""
soup = TexSoup(tex)
dir_path = os.path.dirname(path) + "/"
for _input in soup.find_all('input'):
#print("input statement detected")
path = os.path.join(dir_path, _input.args[0])
if not os.path.exists(path):
path = path + ".tex"
#print("Resolved Path:", path)
_input.replace(*import_resolve(open(path), dir_path).contents)
# CHECK FOLLOWING ONES
# resolve subimports
for subimport in soup.find_all('subimport'):
#print("subimport statement detected")
path = os.path.join(dir_path, subimport.args[0] + subimport.args[1])
if not os.path.exists(path):
path = path + ".tex"
#print("Resolved Path:", path)
subimport.replace(*import_resolve(open(path), dir_path).contents)
# resolve imports
for _import in soup.find_all('import'):
#print("import statement detected")
path = os.path.join(dir_path, _import.args[0])
if not os.path.exists(path):
path = path + ".tex"
#print("Resolved Path:", path)
_import.replace(*import_resolve(open(path), dir_path).contents)
# resolve includes
for include in soup.find_all('include'):
#print("include statement detected")
path = os.path.join(dir_path, include.args[0])
if not os.path.exists(path):
path = path + ".tex"
#print("Resolved Path:", path)
include.replace(*import_resolve(open(path), dir_path).contents)
return soup
DOWNLOAD_FOLDER = "./compressed_paper_folders/"
EXTRACT_FOLDER = "./paper_folders/"
FINAL_FOLDER = "./papers/"
if not os.path.exists(DOWNLOAD_FOLDER):
os.mkdir(DOWNLOAD_FOLDER)
if not os.path.exists(EXTRACT_FOLDER):
os.mkdir(EXTRACT_FOLDER)
if not os.path.exists(FINAL_FOLDER):
os.mkdir(FINAL_FOLDER)
papers = open("selected_papers.txt", "rt")
selected_papers = papers.read().split("\n")
papers.close()
nb_papers = int(len(selected_papers) / 2)
print("number papers:", nb_papers)
papers = open("paperlinks.txt", "rt")
all_papers = papers.read().split("\n")
papers.close()
nb_total_papers = int(len(all_papers) / 2)
print("number total papers:", nb_total_papers)
error_papers_file = open("error_papers.txt", "at")
error_indices = []
for i in range(0, nb_papers, 1):
if not (os.path.exists(FINAL_FOLDER + str(i) + ".tex") or os.path.exists(FINAL_FOLDER + str(i) + "-0.tex")):
print("missing paper %g" % (i))
error_indices.append(i)
paper_link = selected_papers[2*i+1]
error_papers_file.write(paper_link + "\n")
error_papers_file.close()
error_papers_file = open("error_papers.txt", "rt")
error_papers = error_papers_file.read().split("\n")
error_papers_file.close()
for i in error_indices:
new_selection = random.randint(0,nb_total_papers-1)
paper_link = all_papers[2*new_selection+1]
while paper_link in error_papers or paper_link in selected_papers:
new_selection = random.randint(0,nb_total_papers-1)
paper_link = all_papers[2*new_selection+1]
paper_title = all_papers[2*new_selection]
selected_papers[2*i] = paper_title
selected_papers[2*i+1] = paper_link
paper_code = paper_link.split("/")[-1]
paper_source_link = "https://arxiv.org/e-print/" + paper_code
try:
# Download the file from `paper_source_link` and save it locally under `DOWNLOAD_FOLDER+str(i)+".tar.gz"`:
compressed_file_path = DOWNLOAD_FOLDER+str(i)+".tar.gz"
with urllib.request.urlopen(paper_source_link) as response, open(compressed_file_path, 'wb') as out_file:
shutil.copyfileobj(response, out_file)
# Extract from tar the tar file
tar = tarfile.open(compressed_file_path)
paper_folder_dir = EXTRACT_FOLDER + str(i) + "/"
tar.extractall(path=paper_folder_dir)
tar.close()
# Solve Latex Input Statements
paper_folder_dir = EXTRACT_FOLDER + str(i) + "/**/"
extension = "*.tex"
tex_files = glob.glob(paper_folder_dir + extension, recursive=True)
root_files = []
for f_path in tex_files:
with open(f_path) as f:
tex = f.read()
soup = TexSoup(tex)
if soup.documentclass is not None:
latex_object = import_resolve(tex, f_path)
root_files.append(latex_object)
if len(root_files) < 1:
print("no root file?")
elif len(root_files) > 1:
print("writing multiple root files for paper", i)
for j in range(len(root_files)):
with open(FINAL_FOLDER + str(i) + "-" + str(j) + ".tex", "wt") as f:
f.write(str(root_files[j]))
else:
print("writing single root file for paper", i)
with open(FINAL_FOLDER + str(i) + ".tex", "wt") as f:
f.write(str(root_files[0]))
except Exception as e:
print("error at paper %g" % (i))
print(e)
print("progress: %g / %g" % (i,nb_papers), end="\r")
# Rewrite selected_papers_file
selected_papers_file = open("selected_papers.txt", "wt")
for i in range(len(selected_papers)-1):
selected_papers_file.write(selected_papers[i] + "\n")
selected_papers_file.close() | [
198,
11748,
2956,
297,
571,
13,
25927,
198,
11748,
4423,
346,
198,
11748,
28686,
220,
198,
11748,
13422,
7753,
198,
11748,
4738,
198,
11748,
15095,
198,
6738,
3567,
50,
10486,
1330,
3567,
50,
10486,
198,
198,
4299,
1330,
62,
411,
6442,
7,
16886,
11,
3108,
2599,
198,
220,
220,
220,
37227,
4965,
6442,
477,
17944,
290,
4296,
262,
21136,
5509,
13,
198,
220,
220,
220,
4149,
82,
422,
257,
48659,
2393,
290,
1752,
5201,
11,
6797,
284,
257,
48659,
2393,
13,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
17141,
796,
3567,
50,
10486,
7,
16886,
8,
198,
220,
220,
220,
26672,
62,
6978,
796,
28686,
13,
6978,
13,
15908,
3672,
7,
6978,
8,
1343,
12813,
1,
198,
220,
220,
220,
220,
198,
220,
220,
220,
329,
4808,
15414,
287,
17141,
13,
19796,
62,
439,
10786,
15414,
6,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
4798,
7203,
15414,
2643,
12326,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
3108,
796,
28686,
13,
6978,
13,
22179,
7,
15908,
62,
6978,
11,
4808,
15414,
13,
22046,
58,
15,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
611,
407,
28686,
13,
6978,
13,
1069,
1023,
7,
6978,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
796,
3108,
1343,
27071,
16886,
1,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
4798,
7203,
4965,
5634,
10644,
25,
1600,
3108,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4808,
15414,
13,
33491,
46491,
11748,
62,
411,
6442,
7,
9654,
7,
6978,
828,
26672,
62,
6978,
737,
3642,
658,
8,
198,
220,
220,
220,
220,
198,
220,
220,
220,
1303,
5870,
25171,
11895,
44765,
2751,
6177,
1546,
198,
220,
220,
220,
1303,
10568,
850,
320,
3742,
198,
220,
220,
220,
329,
850,
11748,
287,
17141,
13,
19796,
62,
439,
10786,
7266,
11748,
6,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
4798,
7203,
7266,
11748,
2643,
12326,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
3108,
796,
28686,
13,
6978,
13,
22179,
7,
15908,
62,
6978,
11,
850,
11748,
13,
22046,
58,
15,
60,
1343,
850,
11748,
13,
22046,
58,
16,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
611,
407,
28686,
13,
6978,
13,
1069,
1023,
7,
6978,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
796,
3108,
1343,
27071,
16886,
1,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
4798,
7203,
4965,
5634,
10644,
25,
1600,
3108,
8,
198,
220,
220,
220,
220,
220,
220,
220,
850,
11748,
13,
33491,
46491,
11748,
62,
411,
6442,
7,
9654,
7,
6978,
828,
26672,
62,
6978,
737,
3642,
658,
8,
628,
220,
220,
220,
1303,
10568,
17944,
198,
220,
220,
220,
329,
4808,
11748,
287,
17141,
13,
19796,
62,
439,
10786,
11748,
6,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
4798,
7203,
11748,
2643,
12326,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
3108,
796,
28686,
13,
6978,
13,
22179,
7,
15908,
62,
6978,
11,
4808,
11748,
13,
22046,
58,
15,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
611,
407,
28686,
13,
6978,
13,
1069,
1023,
7,
6978,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
796,
3108,
1343,
27071,
16886,
1,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
4798,
7203,
4965,
5634,
10644,
25,
1600,
3108,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4808,
11748,
13,
33491,
46491,
11748,
62,
411,
6442,
7,
9654,
7,
6978,
828,
26672,
62,
6978,
737,
3642,
658,
8,
628,
220,
220,
220,
1303,
10568,
3407,
198,
220,
220,
220,
329,
2291,
287,
17141,
13,
19796,
62,
439,
10786,
17256,
6,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
4798,
7203,
17256,
2643,
12326,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
3108,
796,
28686,
13,
6978,
13,
22179,
7,
15908,
62,
6978,
11,
2291,
13,
22046,
58,
15,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
611,
407,
28686,
13,
6978,
13,
1069,
1023,
7,
6978,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
796,
3108,
1343,
27071,
16886,
1,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
4798,
7203,
4965,
5634,
10644,
25,
1600,
3108,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2291,
13,
33491,
46491,
11748,
62,
411,
6442,
7,
9654,
7,
6978,
828,
26672,
62,
6978,
737,
3642,
658,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
1441,
17141,
198,
198,
41925,
35613,
62,
37,
3535,
14418,
796,
366,
19571,
5589,
2790,
62,
20189,
62,
11379,
364,
30487,
198,
6369,
5446,
10659,
62,
37,
3535,
14418,
796,
366,
19571,
20189,
62,
11379,
364,
30487,
198,
37,
17961,
62,
37,
3535,
14418,
796,
366,
19571,
40491,
30487,
198,
198,
361,
407,
28686,
13,
6978,
13,
1069,
1023,
7,
41925,
35613,
62,
37,
3535,
14418,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
28686,
13,
28015,
15908,
7,
41925,
35613,
62,
37,
3535,
14418,
8,
198,
198,
361,
407,
28686,
13,
6978,
13,
1069,
1023,
7,
6369,
5446,
10659,
62,
37,
3535,
14418,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
28686,
13,
28015,
15908,
7,
6369,
5446,
10659,
62,
37,
3535,
14418,
8,
198,
198,
361,
407,
28686,
13,
6978,
13,
1069,
1023,
7,
37,
17961,
62,
37,
3535,
14418,
2599,
198,
220,
220,
220,
28686,
13,
28015,
15908,
7,
37,
17961,
62,
37,
3535,
14418,
8,
198,
198,
40491,
796,
1280,
7203,
34213,
62,
40491,
13,
14116,
1600,
366,
17034,
4943,
198,
34213,
62,
40491,
796,
9473,
13,
961,
22446,
35312,
7203,
59,
77,
4943,
198,
40491,
13,
19836,
3419,
198,
198,
46803,
62,
40491,
796,
493,
7,
11925,
7,
34213,
62,
40491,
8,
1220,
362,
8,
198,
4798,
7203,
17618,
9473,
25,
1600,
299,
65,
62,
40491,
8,
198,
198,
40491,
796,
1280,
7203,
20189,
28751,
13,
14116,
1600,
366,
17034,
4943,
198,
439,
62,
40491,
796,
9473,
13,
961,
22446,
35312,
7203,
59,
77,
4943,
198,
40491,
13,
19836,
3419,
198,
198,
46803,
62,
23350,
62,
40491,
796,
493,
7,
11925,
7,
439,
62,
40491,
8,
1220,
362,
8,
198,
4798,
7203,
17618,
2472,
9473,
25,
1600,
299,
65,
62,
23350,
62,
40491,
8,
198,
198,
18224,
62,
40491,
62,
7753,
796,
1280,
7203,
18224,
62,
40491,
13,
14116,
1600,
366,
265,
4943,
198,
198,
18224,
62,
521,
1063,
796,
17635,
198,
198,
1640,
1312,
287,
2837,
7,
15,
11,
299,
65,
62,
40491,
11,
352,
2599,
198,
220,
220,
220,
611,
407,
357,
418,
13,
6978,
13,
1069,
1023,
7,
37,
17961,
62,
37,
3535,
14418,
1343,
965,
7,
72,
8,
1343,
27071,
16886,
4943,
393,
28686,
13,
6978,
13,
1069,
1023,
7,
37,
17961,
62,
37,
3535,
14418,
1343,
965,
7,
72,
8,
1343,
27444,
15,
13,
16886,
4943,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
7203,
45688,
3348,
4064,
70,
1,
4064,
357,
72,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
4049,
62,
521,
1063,
13,
33295,
7,
72,
8,
198,
220,
220,
220,
220,
220,
220,
220,
3348,
62,
8726,
796,
6163,
62,
40491,
58,
17,
9,
72,
10,
16,
60,
198,
220,
220,
220,
220,
220,
220,
220,
4049,
62,
40491,
62,
7753,
13,
13564,
7,
20189,
62,
8726,
1343,
37082,
77,
4943,
198,
198,
18224,
62,
40491,
62,
7753,
13,
19836,
3419,
198,
198,
18224,
62,
40491,
62,
7753,
796,
1280,
7203,
18224,
62,
40491,
13,
14116,
1600,
366,
17034,
4943,
198,
18224,
62,
40491,
796,
4049,
62,
40491,
62,
7753,
13,
961,
22446,
35312,
7203,
59,
77,
4943,
198,
18224,
62,
40491,
62,
7753,
13,
19836,
3419,
198,
198,
1640,
1312,
287,
4049,
62,
521,
1063,
25,
198,
220,
220,
220,
649,
62,
49283,
796,
4738,
13,
25192,
600,
7,
15,
11,
46803,
62,
23350,
62,
40491,
12,
16,
8,
198,
220,
220,
220,
3348,
62,
8726,
796,
477,
62,
40491,
58,
17,
9,
3605,
62,
49283,
10,
16,
60,
198,
220,
220,
220,
981,
3348,
62,
8726,
287,
4049,
62,
40491,
393,
3348,
62,
8726,
287,
6163,
62,
40491,
25,
198,
220,
220,
220,
220,
220,
220,
220,
649,
62,
49283,
796,
4738,
13,
25192,
600,
7,
15,
11,
46803,
62,
23350,
62,
40491,
12,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
3348,
62,
8726,
796,
477,
62,
40491,
58,
17,
9,
3605,
62,
49283,
10,
16,
60,
198,
220,
220,
220,
220,
198,
220,
220,
220,
3348,
62,
7839,
796,
477,
62,
40491,
58,
17,
9,
3605,
62,
49283,
60,
198,
220,
220,
220,
6163,
62,
40491,
58,
17,
9,
72,
60,
796,
3348,
62,
7839,
198,
220,
220,
220,
6163,
62,
40491,
58,
17,
9,
72,
10,
16,
60,
796,
3348,
62,
8726,
628,
220,
220,
220,
3348,
62,
8189,
796,
3348,
62,
8726,
13,
35312,
7203,
14,
4943,
58,
12,
16,
60,
198,
220,
220,
220,
3348,
62,
10459,
62,
8726,
796,
366,
5450,
1378,
283,
87,
452,
13,
2398,
14,
68,
12,
4798,
30487,
1343,
3348,
62,
8189,
198,
220,
220,
220,
1949,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
10472,
262,
2393,
422,
4600,
20189,
62,
10459,
62,
8726,
63,
290,
3613,
340,
15726,
739,
4600,
41925,
35613,
62,
37,
3535,
14418,
10,
2536,
7,
72,
47762,
1911,
18870,
13,
34586,
1,
63,
25,
198,
220,
220,
220,
220,
220,
220,
220,
25388,
62,
7753,
62,
6978,
796,
30320,
35613,
62,
37,
3535,
14418,
10,
2536,
7,
72,
47762,
1911,
18870,
13,
34586,
1,
198,
220,
220,
220,
220,
220,
220,
220,
351,
2956,
297,
571,
13,
25927,
13,
6371,
9654,
7,
20189,
62,
10459,
62,
8726,
8,
355,
2882,
11,
1280,
7,
5589,
2790,
62,
7753,
62,
6978,
11,
705,
39346,
11537,
355,
503,
62,
7753,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4423,
346,
13,
30073,
7753,
26801,
7,
26209,
11,
503,
62,
7753,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
29677,
422,
13422,
262,
13422,
2393,
198,
220,
220,
220,
220,
220,
220,
220,
13422,
796,
13422,
7753,
13,
9654,
7,
5589,
2790,
62,
7753,
62,
6978,
8,
198,
220,
220,
220,
220,
220,
220,
220,
3348,
62,
43551,
62,
15908,
796,
7788,
5446,
10659,
62,
37,
3535,
14418,
1343,
965,
7,
72,
8,
1343,
12813,
1,
198,
220,
220,
220,
220,
220,
220,
220,
13422,
13,
2302,
974,
439,
7,
6978,
28,
20189,
62,
43551,
62,
15908,
8,
198,
220,
220,
220,
220,
220,
220,
220,
13422,
13,
19836,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
4294,
303,
18319,
87,
23412,
44936,
198,
220,
220,
220,
220,
220,
220,
220,
3348,
62,
43551,
62,
15908,
796,
7788,
5446,
10659,
62,
37,
3535,
14418,
1343,
965,
7,
72,
8,
1343,
12813,
1174,
30487,
198,
220,
220,
220,
220,
220,
220,
220,
7552,
796,
366,
24620,
16886,
1,
198,
220,
220,
220,
220,
220,
220,
220,
48659,
62,
16624,
796,
15095,
13,
4743,
672,
7,
20189,
62,
43551,
62,
15908,
1343,
7552,
11,
45115,
28,
17821,
8,
628,
220,
220,
220,
220,
220,
220,
220,
6808,
62,
16624,
796,
17635,
628,
220,
220,
220,
220,
220,
220,
220,
329,
277,
62,
6978,
287,
48659,
62,
16624,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
351,
1280,
7,
69,
62,
6978,
8,
355,
277,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
48659,
796,
277,
13,
961,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17141,
796,
3567,
50,
10486,
7,
16886,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
17141,
13,
22897,
4871,
318,
407,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
47038,
62,
15252,
796,
1330,
62,
411,
6442,
7,
16886,
11,
277,
62,
6978,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6808,
62,
16624,
13,
33295,
7,
17660,
87,
62,
15252,
8,
628,
220,
220,
220,
220,
220,
220,
220,
611,
18896,
7,
15763,
62,
16624,
8,
1279,
352,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
7203,
3919,
6808,
2393,
1701,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
18896,
7,
15763,
62,
16624,
8,
1875,
352,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
7203,
16502,
3294,
6808,
3696,
329,
3348,
1600,
1312,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
474,
287,
2837,
7,
11925,
7,
15763,
62,
16624,
8,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
351,
1280,
7,
37,
17961,
62,
37,
3535,
14418,
1343,
965,
7,
72,
8,
1343,
366,
21215,
1343,
965,
7,
73,
8,
1343,
27071,
16886,
1600,
366,
46569,
4943,
355,
277,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
13,
13564,
7,
2536,
7,
15763,
62,
16624,
58,
73,
60,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
7203,
16502,
2060,
6808,
2393,
329,
3348,
1600,
1312,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
351,
1280,
7,
37,
17961,
62,
37,
3535,
14418,
1343,
965,
7,
72,
8,
1343,
27071,
16886,
1600,
366,
46569,
4943,
355,
277,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
13,
13564,
7,
2536,
7,
15763,
62,
16624,
58,
15,
60,
4008,
628,
220,
220,
220,
2845,
35528,
355,
304,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
7203,
18224,
379,
3348,
4064,
70,
1,
4064,
357,
72,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
7,
68,
8,
198,
220,
220,
220,
3601,
7203,
33723,
25,
4064,
70,
1220,
4064,
70,
1,
4064,
357,
72,
11,
46803,
62,
40491,
828,
886,
2625,
59,
81,
4943,
198,
198,
2,
16140,
6525,
6163,
62,
40491,
62,
7753,
198,
34213,
62,
40491,
62,
7753,
796,
1280,
7203,
34213,
62,
40491,
13,
14116,
1600,
366,
46569,
4943,
198,
198,
1640,
1312,
287,
2837,
7,
11925,
7,
34213,
62,
40491,
13219,
16,
2599,
198,
220,
220,
220,
6163,
62,
40491,
62,
7753,
13,
13564,
7,
34213,
62,
40491,
58,
72,
60,
1343,
37082,
77,
4943,
198,
198,
34213,
62,
40491,
62,
7753,
13,
19836,
3419
] | 2.253532 | 2,477 |
from setuptools import setup, find_packages
VERSION = '0.1.11'
DESCRIPTION = 'A mobility analysis package developed at the Swiss Data Science Center'
with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
# Setting up
setup(
# the name must match the folder name 'sdscmob'
name="mobilipy",
version=VERSION,
author="Michal Pleskowicz",
author_email="<[email protected]>",
description=DESCRIPTION,
long_description=long_description,
long_description_content_type='text/markdown',
packages=find_packages(),
install_requires=[], # add any additional packages that
# needs to be installed along with your package. Eg: 'caer'
keywords=['python', 'mobility', 'gps', 'trips', 'first package'],
classifiers= [
"Development Status :: 3 - Alpha",
"Intended Audience :: Education",
"Programming Language :: Python :: 3",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
]
) | [
6738,
900,
37623,
10141,
1330,
9058,
11,
1064,
62,
43789,
198,
198,
43717,
796,
705,
15,
13,
16,
13,
1157,
6,
220,
198,
30910,
40165,
796,
705,
32,
15873,
3781,
5301,
4166,
379,
262,
14780,
6060,
5800,
3337,
6,
198,
198,
4480,
1280,
7203,
15675,
11682,
13,
9132,
1600,
366,
81,
1600,
21004,
2625,
40477,
12,
23,
4943,
355,
277,
71,
25,
198,
220,
220,
220,
890,
62,
11213,
796,
277,
71,
13,
961,
3419,
198,
198,
2,
25700,
510,
198,
40406,
7,
198,
220,
220,
220,
220,
220,
220,
1303,
262,
1438,
1276,
2872,
262,
9483,
1438,
705,
21282,
1416,
39949,
6,
198,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
76,
25898,
541,
88,
1600,
220,
198,
220,
220,
220,
220,
220,
220,
220,
2196,
28,
43717,
11,
198,
220,
220,
220,
220,
220,
220,
220,
1772,
2625,
11180,
282,
48468,
74,
47982,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
1772,
62,
12888,
2625,
27,
76,
488,
282,
13,
2374,
74,
47982,
31,
14816,
13,
785,
29,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
6764,
28,
30910,
40165,
11,
198,
220,
220,
220,
220,
220,
220,
220,
890,
62,
11213,
28,
6511,
62,
11213,
11,
198,
220,
220,
220,
220,
220,
220,
220,
890,
62,
11213,
62,
11299,
62,
4906,
11639,
5239,
14,
4102,
2902,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
10392,
28,
19796,
62,
43789,
22784,
198,
220,
220,
220,
220,
220,
220,
220,
2721,
62,
47911,
41888,
4357,
1303,
751,
597,
3224,
10392,
326,
220,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
2476,
284,
307,
6589,
1863,
351,
534,
5301,
13,
36386,
25,
705,
6888,
263,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
26286,
28,
17816,
29412,
3256,
705,
39949,
879,
3256,
705,
70,
862,
3256,
705,
28461,
862,
3256,
705,
11085,
5301,
6,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
1398,
13350,
28,
685,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
41206,
12678,
7904,
513,
532,
12995,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
5317,
1631,
7591,
1240,
7904,
7868,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
15167,
2229,
15417,
7904,
11361,
7904,
513,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
18843,
803,
4482,
7904,
4100,
2640,
7904,
4100,
2640,
1395,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
18843,
803,
4482,
7904,
5413,
7904,
3964,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
2361,
198,
8
] | 2.501114 | 449 |
#
# Copyright (c) SAS Institute Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
import os
from conary.build import nextversion
from conary.deps import deps
from conary.repository import changeset
from conary.repository import trovesource
from conary import trove
from conary import versions
def makePathId():
"""returns 16 random bytes, for use as a pathId"""
return os.urandom(16)
| [
2,
198,
2,
15069,
357,
66,
8,
35516,
5136,
3457,
13,
198,
2,
198,
2,
49962,
739,
262,
24843,
13789,
11,
10628,
362,
13,
15,
357,
1169,
366,
34156,
15341,
198,
2,
345,
743,
407,
779,
428,
2393,
2845,
287,
11846,
351,
262,
13789,
13,
198,
2,
921,
743,
7330,
257,
4866,
286,
262,
13789,
379,
198,
2,
198,
2,
220,
220,
220,
220,
2638,
1378,
2503,
13,
43073,
13,
2398,
14,
677,
4541,
14,
43,
2149,
24290,
12,
17,
13,
15,
198,
2,
198,
2,
17486,
2672,
416,
9723,
1099,
393,
4987,
284,
287,
3597,
11,
3788,
198,
2,
9387,
739,
262,
13789,
318,
9387,
319,
281,
366,
1921,
3180,
1,
29809,
1797,
11,
198,
2,
42881,
34764,
11015,
6375,
7102,
49828,
11053,
3963,
15529,
509,
12115,
11,
2035,
4911,
393,
17142,
13,
198,
2,
4091,
262,
13789,
329,
262,
2176,
3303,
15030,
21627,
290,
198,
2,
11247,
739,
262,
13789,
13,
198,
2,
628,
198,
11748,
28686,
198,
198,
6738,
369,
560,
13,
11249,
1330,
1306,
9641,
198,
6738,
369,
560,
13,
10378,
82,
1330,
390,
862,
198,
6738,
369,
560,
13,
260,
1930,
37765,
1330,
2458,
316,
198,
6738,
369,
560,
13,
260,
1930,
37765,
1330,
4161,
1158,
1668,
198,
6738,
369,
560,
1330,
42377,
198,
6738,
369,
560,
1330,
6300,
198,
198,
4299,
787,
15235,
7390,
33529,
198,
220,
220,
220,
37227,
7783,
82,
1467,
4738,
9881,
11,
329,
779,
355,
257,
3108,
7390,
37811,
198,
220,
220,
220,
1441,
28686,
13,
333,
3749,
7,
1433,
8,
198
] | 3.56746 | 252 |
radius = int(input("Please Enter Radius of the Circle: "))
Rate = int(input("Please Enter Rate of Fencing: "))
#now calculating the area of circle
area = 3.146 * 3.146 * radius
print("The Area of the Circle is ", area)
#now calculating the circumference
circumference = 3.146 * 2 * radius
print("The Circumference of the Circle is ", circumference)
#now calculating Total Cost of Fencing
Cost = Rate * circumference
print("The total cost of Fencing is ", Cost)
| [
42172,
796,
493,
7,
15414,
7203,
5492,
6062,
48838,
286,
262,
16291,
25,
366,
4008,
201,
198,
32184,
796,
493,
7,
15414,
7203,
5492,
6062,
14806,
286,
376,
9532,
25,
366,
4008,
201,
198,
2,
2197,
26019,
262,
1989,
286,
9197,
201,
198,
20337,
796,
513,
13,
20964,
1635,
513,
13,
20964,
1635,
16874,
201,
198,
4798,
7203,
464,
9498,
286,
262,
16291,
318,
33172,
1989,
8,
201,
198,
2,
2197,
26019,
262,
38447,
201,
198,
21170,
388,
4288,
796,
513,
13,
20964,
1635,
362,
1635,
16874,
201,
198,
4798,
7203,
464,
7672,
388,
4288,
286,
262,
16291,
318,
33172,
38447,
8,
201,
198,
2,
2197,
26019,
7472,
6446,
286,
376,
9532,
201,
198,
13729,
796,
14806,
1635,
38447,
201,
198,
4798,
7203,
464,
2472,
1575,
286,
376,
9532,
318,
33172,
6446,
8,
201,
198
] | 3.496296 | 135 |
import json
from util import build
from output import Output
from method import Method
from executor import Executor
from function import Function
from instance import Instance
from algorithm import Algorithm
if __name__ == '__main__':
args = json.dumps({
'algorithm': {
'mu': 1, 'lmbda': 1,
'size': 8, 'elites': 2,
'slug': 'iterable:elitism',
'limit': {
'value': '1:00:00',
'slug': 'limit:walltime',
},
'selection': {
'slug': 'selection:roulette',
},
'mutation': {
'slug': 'mutation:doer'
},
'crossover': {
'slug': 'crossover:two-point'
}
},
'output': {
'slug': 'output:json',
'path': 'test/s-n-b_6_28.cnf',
},
'instance': {
'slug': 'instance',
'cnf': {
'slug': 'cnf',
'path': 'snb/s-n-b_6_28.cnf'
},
'input_set': {
'slug': 'variables:list',
'_list': [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, 2399, 2400, 2401, 2402, 2403, 2404, 2405,
2406, 2407, 2408, 2409, 2410, 2411, 2412, 2413, 2414, 2415, 2416, 2417, 2418, 2419, 2420,
2421, 2422, 2423, 2424, 2425, 2426, 2427, 2428, 2429, 2430, 2431, 2432, 2433, 2434, 2435,
2436]
}
},
'method': {
'slug': 'method',
'sampling': {
'slug': 'sampling:up_steps',
'min': 4000,
'steps': 3
},
'observer': {
'slug': 'observer:timeout',
}
},
'function': {
'slug': 'function:upgad',
'solver': {
'slug': 'solver:pysat:g3'
},
'measure': {
'slug': 'measure:propagations'
},
'max_n': 20
},
'executor': {
'workers': 2,
'slug': 'executor:process',
'shaping': {
'slug': 'shaping:chunks',
'chunk_rate': 2
},
},
'backdoors': [
{
'slug': 'backdoor:base',
"_list": []
}
],
})
configuration = json.loads(args)
_, algorithm = build(
{Algorithm: [
Output,
Instance,
{Method: [
Function,
Executor
]},
]}, **configuration
)
backdoors = [
algorithm.instance.get_backdoor(**backdoor)
for backdoor in configuration['backdoors']
]
solution = algorithm.start(*backdoors)
| [
11748,
33918,
198,
198,
6738,
7736,
1330,
1382,
198,
6738,
5072,
1330,
25235,
198,
6738,
2446,
1330,
11789,
198,
6738,
3121,
273,
1330,
8393,
38409,
198,
6738,
2163,
1330,
15553,
198,
6738,
4554,
1330,
2262,
590,
198,
6738,
11862,
1330,
978,
42289,
198,
198,
361,
11593,
3672,
834,
6624,
705,
834,
12417,
834,
10354,
198,
220,
220,
220,
26498,
796,
33918,
13,
67,
8142,
15090,
198,
220,
220,
220,
220,
220,
220,
220,
705,
282,
42289,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
30300,
10354,
352,
11,
705,
75,
2022,
6814,
10354,
352,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
7857,
10354,
807,
11,
705,
417,
2737,
10354,
362,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
6649,
1018,
10354,
705,
2676,
540,
25,
417,
18937,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
32374,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
8367,
10354,
705,
16,
25,
405,
25,
405,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
6649,
1018,
10354,
705,
32374,
25,
11930,
2435,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
49283,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
6649,
1018,
10354,
705,
49283,
25,
472,
21348,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
76,
7094,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
6649,
1018,
10354,
705,
76,
7094,
25,
4598,
263,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
66,
23954,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
6649,
1018,
10354,
705,
66,
23954,
25,
11545,
12,
4122,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
705,
22915,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
6649,
1018,
10354,
705,
22915,
25,
17752,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
6978,
10354,
705,
9288,
14,
82,
12,
77,
12,
65,
62,
21,
62,
2078,
13,
31522,
69,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
705,
39098,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
6649,
1018,
10354,
705,
39098,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
31522,
69,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
6649,
1018,
10354,
705,
31522,
69,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
6978,
10354,
705,
16184,
65,
14,
82,
12,
77,
12,
65,
62,
21,
62,
2078,
13,
31522,
69,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
15414,
62,
2617,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
6649,
1018,
10354,
705,
25641,
2977,
25,
4868,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
62,
4868,
10354,
685,
22172,
11,
16677,
11,
28369,
11,
23120,
11,
28174,
11,
27621,
11,
19038,
11,
26937,
11,
26607,
11,
27368,
11,
27228,
11,
11546,
11,
30110,
11,
28581,
11,
28551,
11,
28598,
11,
22855,
11,
28481,
11,
27649,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
27778,
11,
27230,
11,
19884,
11,
31009,
11,
17817,
11,
29691,
11,
30483,
11,
24793,
11,
28817,
11,
29903,
11,
2757,
11,
1594,
11,
939,
11,
580,
11,
22131,
11,
27408,
11,
26956,
11,
22538,
11,
27253,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
27791,
11,
27121,
11,
28815,
11,
20064,
11,
28714,
11,
23679,
11,
28658,
11,
28277,
11,
22951,
11,
26881,
11,
24894,
11,
29217,
11,
30453,
11,
15629,
11,
31566,
11,
27795,
11,
30299,
11,
26063,
11,
18500,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
31510,
11,
30989,
11,
29041,
11,
31064,
11,
18395,
11,
34598,
11,
31773,
11,
30435,
11,
34323,
11,
28878,
11,
34044,
11,
34385,
11,
32544,
11,
32817,
11,
14956,
11,
35150,
11,
34353,
11,
35989,
11,
35264,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
29637,
11,
34951,
11,
30179,
11,
32996,
11,
34620,
11,
8646,
11,
34489,
11,
25264,
11,
32056,
11,
35360,
11,
14280,
11,
17759,
11,
36100,
11,
37528,
11,
37831,
11,
21148,
11,
39166,
11,
35404,
11,
39135,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
32158,
11,
32090,
11,
37737,
11,
37364,
11,
36678,
11,
38249,
11,
20479,
11,
33797,
11,
38107,
11,
38549,
11,
39768,
11,
25829,
11,
38147,
11,
38703,
11,
39174,
11,
39466,
11,
21355,
11,
39882,
11,
41810,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
42032,
11,
40654,
11,
33015,
11,
39697,
11,
38721,
11,
35419,
11,
38902,
11,
26481,
11,
43336,
11,
41569,
11,
37224,
11,
41235,
11,
34772,
11,
41922,
11,
41103,
11,
37576,
11,
31011,
11,
5867,
11,
25643,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
32591,
11,
30727,
11,
31672,
11,
32747,
11,
37255,
11,
38369,
11,
35617,
11,
40286,
11,
28947,
11,
35592,
11,
34465,
11,
35897,
11,
34085,
11,
32647,
11,
34131,
11,
37563,
11,
39320,
11,
40385,
11,
20959,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
39595,
11,
38831,
11,
38446,
11,
38595,
11,
29524,
11,
40660,
11,
36203,
11,
39093,
11,
42141,
11,
25508,
11,
2242,
2079,
11,
48548,
11,
1987,
486,
11,
14956,
17,
11,
14956,
18,
11,
14956,
19,
11,
14956,
20,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
14956,
21,
11,
14956,
22,
11,
14956,
23,
11,
14956,
24,
11,
1987,
940,
11,
1987,
1157,
11,
1987,
1065,
11,
1987,
1485,
11,
1987,
1415,
11,
1987,
1314,
11,
1987,
1433,
11,
1987,
1558,
11,
1987,
1507,
11,
1987,
1129,
11,
1987,
1238,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1987,
2481,
11,
1987,
1828,
11,
1987,
1954,
11,
1987,
1731,
11,
1987,
1495,
11,
1987,
2075,
11,
1987,
1983,
11,
1987,
2078,
11,
1987,
1959,
11,
1987,
1270,
11,
1987,
3132,
11,
1987,
2624,
11,
1987,
2091,
11,
1987,
2682,
11,
1987,
2327,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1987,
2623,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
705,
24396,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
6649,
1018,
10354,
705,
24396,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37687,
11347,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
6649,
1018,
10354,
705,
37687,
11347,
25,
929,
62,
20214,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
1084,
10354,
30123,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
20214,
10354,
513,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
672,
15388,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
6649,
1018,
10354,
705,
672,
15388,
25,
48678,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
705,
8818,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
6649,
1018,
10354,
705,
8818,
25,
929,
70,
324,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
82,
14375,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
6649,
1018,
10354,
705,
82,
14375,
25,
79,
893,
265,
25,
70,
18,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
1326,
5015,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
6649,
1018,
10354,
705,
1326,
5015,
25,
22930,
363,
602,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
9806,
62,
77,
10354,
1160,
198,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
705,
18558,
38409,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
22896,
10354,
362,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
6649,
1018,
10354,
705,
18558,
38409,
25,
14681,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
1477,
9269,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
6649,
1018,
10354,
705,
1477,
9269,
25,
354,
14125,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
354,
2954,
62,
4873,
10354,
362,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
705,
1891,
19559,
10354,
685,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
6649,
1018,
10354,
705,
1891,
9424,
25,
8692,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
45434,
4868,
1298,
17635,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
32092,
198,
220,
220,
220,
8398,
796,
33918,
13,
46030,
7,
22046,
8,
628,
220,
220,
220,
4808,
11,
11862,
796,
1382,
7,
198,
220,
220,
220,
220,
220,
220,
220,
1391,
2348,
42289,
25,
685,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
25235,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2262,
590,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1391,
17410,
25,
685,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15553,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8393,
38409,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2361,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
2361,
5512,
12429,
11250,
3924,
198,
220,
220,
220,
1267,
628,
220,
220,
220,
736,
19559,
796,
685,
198,
220,
220,
220,
220,
220,
220,
220,
11862,
13,
39098,
13,
1136,
62,
1891,
9424,
7,
1174,
1891,
9424,
8,
198,
220,
220,
220,
220,
220,
220,
220,
329,
47758,
287,
8398,
17816,
1891,
19559,
20520,
198,
220,
220,
220,
2361,
198,
220,
220,
220,
4610,
796,
11862,
13,
9688,
46491,
1891,
19559,
8,
198
] | 1.705357 | 2,240 |
from django.contrib import admin
# <HINT> Import any new Models here
from .models import Course, Enrollment, Lesson, Instructor, Learner
from .models import Question, Choice,Submission, Answer
# <HINT> Register QuestionInline and ChoiceInline classes here
# Register your models here.
# <HINT> Register Question and Choice models here
"""
class AnswerAdmin(admin.ModelAdmin):
list_display = ('submission_id', 'choice_id')
"""
"""
class EnrollmentAdmin(admin.ModelAdmin):
list_display = ('user')
"""
admin.site.register(Course, CourseAdmin)
admin.site.register(Question, QuestionAdmin)
admin.site.register(Choice, ChoiceAdmin)
admin.site.register(Lesson, LessonAdmin)
admin.site.register(Instructor)
admin.site.register(Learner)
admin.site.register(Enrollment, EnrollmentAdmin)
admin.site.register(Submission, SubmissionAdmin) | [
6738,
42625,
14208,
13,
3642,
822,
1330,
13169,
198,
2,
1279,
39,
12394,
29,
17267,
597,
649,
32329,
994,
198,
6738,
764,
27530,
1330,
20537,
11,
2039,
48108,
11,
12892,
261,
11,
47839,
11,
8010,
1008,
198,
6738,
764,
27530,
1330,
18233,
11,
18502,
11,
7004,
3411,
11,
23998,
198,
198,
2,
1279,
39,
12394,
29,
17296,
18233,
818,
1370,
290,
18502,
818,
1370,
6097,
994,
628,
198,
2,
17296,
534,
4981,
994,
13,
198,
220,
220,
220,
220,
628,
198,
2,
1279,
39,
12394,
29,
17296,
18233,
290,
18502,
4981,
994,
628,
198,
37811,
198,
4871,
23998,
46787,
7,
28482,
13,
17633,
46787,
2599,
198,
220,
220,
220,
1351,
62,
13812,
796,
19203,
7266,
3411,
62,
312,
3256,
705,
25541,
62,
312,
11537,
198,
37811,
198,
198,
37811,
198,
4871,
2039,
48108,
46787,
7,
28482,
13,
17633,
46787,
2599,
198,
220,
220,
220,
1351,
62,
13812,
796,
19203,
7220,
11537,
198,
37811,
628,
628,
198,
198,
28482,
13,
15654,
13,
30238,
7,
49046,
11,
20537,
46787,
8,
198,
28482,
13,
15654,
13,
30238,
7,
24361,
11,
18233,
46787,
8,
198,
28482,
13,
15654,
13,
30238,
7,
46770,
11,
18502,
46787,
8,
198,
28482,
13,
15654,
13,
30238,
7,
22058,
261,
11,
12892,
261,
46787,
8,
198,
28482,
13,
15654,
13,
30238,
7,
43993,
273,
8,
198,
28482,
13,
15654,
13,
30238,
7,
14961,
1008,
8,
198,
28482,
13,
15654,
13,
30238,
7,
4834,
48108,
11,
2039,
48108,
46787,
8,
198,
28482,
13,
15654,
13,
30238,
7,
7004,
3411,
11,
42641,
46787,
8
] | 3.363636 | 253 |
import io
from bookmark_helper import *
first_file_name = input('Enter first file name, including extension: ')
second_file_name = input('Enter second file name, including extension: ')
first_file = open(first_file_name, 'r')
second_file = open(second_file_name, 'r')
first_file_header = first_file.readline()
second_file_header = second_file.readline()
if not test_header(first_file_header) or not test_header(second_file_header):
print('Files are not bookmark files')
exit()
f_list = list(first_file)
s_list = list(second_file)
first_file.close()
second_file.close()
first_bookmarks, first_folders = create_list(f_list)
second_bookmarks, second_folders = create_list(s_list)
first_bookmarks.extend(second_bookmarks)
first_folders.extend(second_folders)
bookmark_set = set(first_bookmarks)
folder_set = set(first_folders)
ordered_bookmark_list = sorted(bookmark_set, key=get_date)
# # break bookmark_set into its separate folders
# # then rejoin them using .extend(), with the folder name inbetween,
# # then join all elements with ''.join(list) and create a new html file
separated_by_folders = []
##### maybe move unsorted to last in folder_set
for folder in folder_set:
separated_by_folders.append(' <DT><H3>' + folder + '</H3>\n')
separated_by_folders.extend([x[0] for x in ordered_bookmark_list if x[1] == folder])
new_file = open('merged_bookmarks.html', 'w')
new_file.write(header)
for line in separated_by_folders:
new_file.write(line)
new_file.close()
exit()
| [
198,
11748,
33245,
198,
6738,
44007,
62,
2978,
525,
1330,
1635,
198,
198,
11085,
62,
7753,
62,
3672,
796,
5128,
10786,
17469,
717,
2393,
1438,
11,
1390,
7552,
25,
705,
8,
198,
12227,
62,
7753,
62,
3672,
796,
5128,
10786,
17469,
1218,
2393,
1438,
11,
1390,
7552,
25,
705,
8,
198,
198,
11085,
62,
7753,
220,
796,
1280,
7,
11085,
62,
7753,
62,
3672,
11,
705,
81,
11537,
220,
198,
12227,
62,
7753,
796,
1280,
7,
12227,
62,
7753,
62,
3672,
11,
705,
81,
11537,
198,
198,
11085,
62,
7753,
62,
25677,
220,
796,
717,
62,
7753,
13,
961,
1370,
3419,
198,
12227,
62,
7753,
62,
25677,
796,
1218,
62,
7753,
13,
961,
1370,
3419,
198,
198,
361,
407,
1332,
62,
25677,
7,
11085,
62,
7753,
62,
25677,
8,
393,
407,
1332,
62,
25677,
7,
12227,
62,
7753,
62,
25677,
2599,
198,
197,
4798,
10786,
25876,
389,
407,
44007,
3696,
11537,
198,
197,
37023,
3419,
198,
198,
69,
62,
4868,
796,
1351,
7,
11085,
62,
7753,
8,
198,
82,
62,
4868,
796,
1351,
7,
12227,
62,
7753,
8,
198,
198,
11085,
62,
7753,
13,
19836,
3419,
198,
12227,
62,
7753,
13,
19836,
3419,
198,
198,
11085,
62,
2070,
14306,
11,
717,
62,
11379,
364,
220,
220,
796,
2251,
62,
4868,
7,
69,
62,
4868,
8,
198,
12227,
62,
2070,
14306,
11,
1218,
62,
11379,
364,
796,
2251,
62,
4868,
7,
82,
62,
4868,
8,
198,
198,
11085,
62,
2070,
14306,
13,
2302,
437,
7,
12227,
62,
2070,
14306,
8,
198,
11085,
62,
11379,
364,
13,
2302,
437,
7,
12227,
62,
11379,
364,
8,
198,
198,
2070,
4102,
62,
2617,
796,
900,
7,
11085,
62,
2070,
14306,
8,
198,
43551,
62,
2617,
220,
220,
796,
900,
7,
11085,
62,
11379,
364,
8,
198,
198,
24071,
62,
2070,
4102,
62,
4868,
796,
23243,
7,
2070,
4102,
62,
2617,
11,
1994,
28,
1136,
62,
4475,
8,
220,
220,
220,
198,
198,
2,
1303,
2270,
44007,
62,
2617,
656,
663,
4553,
24512,
198,
2,
1303,
788,
302,
22179,
606,
1262,
764,
2302,
437,
22784,
351,
262,
9483,
1438,
287,
23395,
11,
198,
2,
1303,
788,
4654,
477,
4847,
351,
705,
4458,
22179,
7,
4868,
8,
290,
2251,
257,
649,
27711,
2393,
198,
198,
25512,
515,
62,
1525,
62,
11379,
364,
796,
17635,
198,
198,
4242,
2,
3863,
1445,
5576,
9741,
284,
938,
287,
9483,
62,
2617,
198,
1640,
9483,
287,
9483,
62,
2617,
25,
198,
197,
25512,
515,
62,
1525,
62,
11379,
364,
13,
33295,
10786,
220,
220,
220,
1279,
24544,
6927,
39,
18,
29,
6,
1343,
9483,
1343,
705,
3556,
39,
18,
29,
59,
77,
11537,
198,
197,
25512,
515,
62,
1525,
62,
11379,
364,
13,
2302,
437,
26933,
87,
58,
15,
60,
329,
2124,
287,
6149,
62,
2070,
4102,
62,
4868,
611,
2124,
58,
16,
60,
6624,
9483,
12962,
198,
198,
3605,
62,
7753,
796,
1280,
10786,
647,
2004,
62,
2070,
14306,
13,
6494,
3256,
705,
86,
11537,
198,
3605,
62,
7753,
13,
13564,
7,
25677,
8,
198,
198,
1640,
1627,
287,
11266,
62,
1525,
62,
11379,
364,
25,
198,
197,
3605,
62,
7753,
13,
13564,
7,
1370,
8,
198,
198,
3605,
62,
7753,
13,
19836,
3419,
198,
37023,
3419,
628
] | 2.844991 | 529 |
#
# Copyright 2015-2019, Institute for Systems Biology
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
from sys import argv as cmdline_argv
import httplib2
from json import dump as json_dump
from apiclient.discovery import build
from oauth2client.client import GoogleCredentials
from projects import Public_Metadata_Tables
from django.conf import settings
if __name__ == '__main__':
main()
| [
2,
198,
2,
15069,
1853,
12,
23344,
11,
5136,
329,
11998,
24698,
198,
2,
198,
2,
49962,
739,
262,
24843,
13789,
11,
10628,
362,
13,
15,
357,
1169,
366,
34156,
15341,
198,
2,
345,
743,
407,
779,
428,
2393,
2845,
287,
11846,
351,
262,
13789,
13,
198,
2,
921,
743,
7330,
257,
4866,
286,
262,
13789,
379,
198,
2,
198,
2,
220,
220,
220,
2638,
1378,
2503,
13,
43073,
13,
2398,
14,
677,
4541,
14,
43,
2149,
24290,
12,
17,
13,
15,
198,
2,
198,
2,
17486,
2672,
416,
9723,
1099,
393,
4987,
284,
287,
3597,
11,
3788,
198,
2,
9387,
739,
262,
13789,
318,
9387,
319,
281,
366,
1921,
3180,
1,
29809,
1797,
11,
198,
2,
42881,
34764,
11015,
6375,
7102,
49828,
11053,
3963,
15529,
509,
12115,
11,
2035,
4911,
393,
17142,
13,
198,
2,
4091,
262,
13789,
329,
262,
2176,
3303,
15030,
21627,
290,
198,
2,
11247,
739,
262,
13789,
13,
198,
2,
198,
198,
6738,
25064,
1330,
1822,
85,
355,
23991,
1370,
62,
853,
85,
198,
11748,
1841,
489,
571,
17,
198,
6738,
33918,
1330,
10285,
355,
33918,
62,
39455,
198,
6738,
2471,
291,
75,
1153,
13,
67,
40821,
1330,
1382,
198,
6738,
267,
18439,
17,
16366,
13,
16366,
1330,
3012,
34,
445,
14817,
198,
198,
6738,
4493,
1330,
5094,
62,
9171,
14706,
62,
51,
2977,
198,
198,
6738,
42625,
14208,
13,
10414,
1330,
6460,
198,
198,
361,
11593,
3672,
834,
6624,
705,
834,
12417,
834,
10354,
198,
220,
220,
220,
1388,
3419,
198
] | 3.631579 | 247 |
""""""
import asyncio
import hashlib
from typing import Optional
from uuid import uuid4
from .redis import RedisConnection
class LockException(BaseLockException):
""""""
pass
class ReleaseLockException(BaseLockException):
""""""
pass
class Lock(object):
""""""
def __init__(self, lock_key: str = None, lock_duration: int = 10, priority_mode: bool = False, identifier: str = None) -> None:
""""""
self._lock_duration = lock_duration
self._lock_key = lock_key if lock_key else str(uuid4())
self._priority_mode = priority_mode
self._identifier = identifier if identifier else str(uuid4())
@property
@duration.setter
@property
@redis_key.setter
@property
@identifier.setter
@property
@priority_mode.setter
class Locker(object):
""""""
def __init__(self, redis_connection: RedisConnection) -> None:
"""
:param redis_connection: async connector to redis
"""
self._connection = redis_connection
@staticmethod
@staticmethod
async def lock(self, key: str = None, duration: int = 10, force: bool = False) -> Optional[Lock]:
""""""
lock = Lock(
lock_key=key,
lock_duration=duration,
priority_mode=force
)
async with self._connection as conn:
lock_result = await conn.set(
name=lock.redis_key,
value="|".join([lock.identifier, str(int(lock.priority_mode))]),
ex=lock.duration,
nx=not force
)
# print(f"LOCK RESULT {key}: {lock_result}")
if not lock_result:
raise LockException("Cannot to set lock")
expire_result = await conn.expire(name=lock.redis_key, time=duration)
# print(f"EXPIRE RESULT {key}: {expire_result}")
return lock
async def get_current_lock(self, lock_key: str = None) -> Optional[Lock]:
""""""
async with self._connection as conn:
lock_data, ttl = await asyncio.gather(
*[
conn.get(lock_key),
conn.ttl(lock_key)
]
)
if not lock_data:
# ttl == -2 | True
return None
value, priority = lock_data.split("|")
return Lock(
lock_key=lock_key,
lock_duration=ttl,
priority_mode=bool(int(priority)),
identifier=value,
)
async def extend_lock(self, lock: Lock, duration: int = None) -> Optional[Lock]:
""""""
if duration:
lock.duration = duration
async with self._connection as conn:
redis_lock_value = await conn.get(lock.redis_key)
if not redis_lock_value:
raise LockException("Redis key is not exists")
redis_lock_value, priority = redis_lock_value.split("|")
if not redis_lock_value == lock.identifier:
raise LockException("Resource is locked with another identifier")
lock_result = await conn.expire(name=lock.redis_key, time=lock.duration)
if not lock_result:
raise LockException("Redis key is not exists")
return lock
async def release_lock(self, lock: Lock, force: bool = False) -> Optional[Lock]:
""""""
async with self._connection as conn:
redis_lock_value = await conn.get(lock.redis_key)
if not redis_lock_value:
raise LockException("Redis key is not exists")
redis_lock_value, priority = redis_lock_value.split("|")
if not redis_lock_value:
return lock
if not redis_lock_value == lock.identifier and not force:
raise ReleaseLockException("Resource is locked with another identifier")
release_result = await conn.delete(lock.redis_key)
if not release_result:
raise ReleaseLockException("Redis key is not exists")
return lock
return lock
async def master_capture_lock(
self,
lock_key: str,
max_expire_lock_time: int = 5,
duration: int = None,
) -> Optional[Lock]:
""""""
# print(f"Start master lock: {lock_key} | {max_expire_lock_time} | {duration}")
async with self._connection as conn:
lock_data, ttl = await asyncio.gather(
*[
conn.get(lock_key),
conn.ttl(lock_key)
]
)
# print(f"IN REDIS {lock_key}: {lock_data} | {ttl}")
if not lock_data:
# ttl == -2 | True
# print(f"NO LOCK DATA IN REDIS FOR KEY: {lock_key}")
result = await self.lock(
key=lock_key,
duration=duration,
force=True
)
# print(f"Result: {result}")
return result
value, priority = lock_data.split("|")
print(f"Current lock info:\tkey: `{lock_key}`\t|value: `{value}`\t|ttl: `{ttl}`\t|pr: `{priority}`")
if ttl == -1:
# print(f"NO EXPIRE for {lock_key}")
raise LockException(
f"Expire for key `{lock_key}` is not set."
)
elif ttl <= max_expire_lock_time:
result = await self.lock(
key=lock_key,
duration=duration,
force=True
)
# print(f"RESULT: {result}")
return result
else:
raise LockException(
f"Can't get mutex. ttl: `{ttl}`\tmax_expire: `{max_expire_lock_time}`."
)
| [
15931,
15931,
15931,
198,
11748,
30351,
952,
198,
11748,
12234,
8019,
198,
6738,
19720,
1330,
32233,
198,
6738,
334,
27112,
1330,
334,
27112,
19,
198,
198,
6738,
764,
445,
271,
1330,
2297,
271,
32048,
628,
198,
198,
4871,
13656,
16922,
7,
14881,
25392,
16922,
2599,
198,
220,
220,
220,
13538,
15931,
15931,
198,
220,
220,
220,
1208,
628,
198,
4871,
13868,
25392,
16922,
7,
14881,
25392,
16922,
2599,
198,
220,
220,
220,
13538,
15931,
15931,
198,
220,
220,
220,
1208,
628,
198,
4871,
13656,
7,
15252,
2599,
198,
220,
220,
220,
13538,
15931,
15931,
628,
220,
220,
220,
825,
11593,
15003,
834,
7,
944,
11,
5793,
62,
2539,
25,
965,
796,
6045,
11,
5793,
62,
32257,
25,
493,
796,
838,
11,
8475,
62,
14171,
25,
20512,
796,
10352,
11,
27421,
25,
965,
796,
6045,
8,
4613,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
13538,
15931,
15931,
628,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
5354,
62,
32257,
796,
5793,
62,
32257,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
5354,
62,
2539,
796,
5793,
62,
2539,
611,
5793,
62,
2539,
2073,
965,
7,
12303,
312,
19,
28955,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
49336,
62,
14171,
796,
8475,
62,
14171,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
738,
7483,
796,
27421,
611,
27421,
2073,
965,
7,
12303,
312,
19,
28955,
628,
220,
220,
220,
2488,
26745,
628,
220,
220,
220,
2488,
32257,
13,
2617,
353,
628,
220,
220,
220,
2488,
26745,
628,
220,
220,
220,
2488,
445,
271,
62,
2539,
13,
2617,
353,
628,
220,
220,
220,
2488,
26745,
628,
220,
220,
220,
2488,
738,
7483,
13,
2617,
353,
628,
220,
220,
220,
2488,
26745,
628,
220,
220,
220,
2488,
49336,
62,
14171,
13,
2617,
353,
628,
198,
4871,
406,
12721,
7,
15252,
2599,
198,
220,
220,
220,
13538,
15931,
15931,
628,
220,
220,
220,
825,
11593,
15003,
834,
7,
944,
11,
2266,
271,
62,
38659,
25,
2297,
271,
32048,
8,
4613,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
2266,
271,
62,
38659,
25,
30351,
21716,
284,
2266,
271,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
38659,
796,
2266,
271,
62,
38659,
628,
220,
220,
220,
2488,
12708,
24396,
628,
220,
220,
220,
2488,
12708,
24396,
628,
220,
220,
220,
30351,
825,
5793,
7,
944,
11,
1994,
25,
965,
796,
6045,
11,
9478,
25,
493,
796,
838,
11,
2700,
25,
20512,
796,
10352,
8,
4613,
32233,
58,
25392,
5974,
198,
220,
220,
220,
220,
220,
220,
220,
13538,
15931,
15931,
198,
220,
220,
220,
220,
220,
220,
220,
5793,
796,
13656,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5793,
62,
2539,
28,
2539,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5793,
62,
32257,
28,
32257,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8475,
62,
14171,
28,
3174,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
30351,
351,
2116,
13557,
38659,
355,
48260,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5793,
62,
20274,
796,
25507,
48260,
13,
2617,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
28,
5354,
13,
445,
271,
62,
2539,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1988,
2625,
91,
1911,
22179,
26933,
5354,
13,
738,
7483,
11,
965,
7,
600,
7,
5354,
13,
49336,
62,
14171,
4008,
46570,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
409,
28,
5354,
13,
32257,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
299,
87,
28,
1662,
2700,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
3601,
7,
69,
1,
36840,
15731,
16724,
1391,
2539,
38362,
1391,
5354,
62,
20274,
92,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
5793,
62,
20274,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
13656,
16922,
7203,
34,
34574,
284,
900,
5793,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
24264,
62,
20274,
796,
25507,
48260,
13,
1069,
5111,
7,
3672,
28,
5354,
13,
445,
271,
62,
2539,
11,
640,
28,
32257,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
3601,
7,
69,
1,
6369,
11901,
2200,
15731,
16724,
1391,
2539,
38362,
1391,
1069,
5111,
62,
20274,
92,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
5793,
628,
220,
220,
220,
30351,
825,
651,
62,
14421,
62,
5354,
7,
944,
11,
5793,
62,
2539,
25,
965,
796,
6045,
8,
4613,
32233,
58,
25392,
5974,
198,
220,
220,
220,
220,
220,
220,
220,
13538,
15931,
15931,
198,
220,
220,
220,
220,
220,
220,
220,
30351,
351,
2116,
13557,
38659,
355,
48260,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5793,
62,
7890,
11,
256,
28781,
796,
25507,
30351,
952,
13,
70,
1032,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1635,
58,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
48260,
13,
1136,
7,
5354,
62,
2539,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
48260,
13,
926,
75,
7,
5354,
62,
2539,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2361,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
5793,
62,
7890,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
256,
28781,
6624,
532,
17,
930,
6407,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1988,
11,
8475,
796,
5793,
62,
7890,
13,
35312,
7203,
91,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
13656,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5793,
62,
2539,
28,
5354,
62,
2539,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5793,
62,
32257,
28,
926,
75,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8475,
62,
14171,
28,
30388,
7,
600,
7,
49336,
36911,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
27421,
28,
8367,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
30351,
825,
9117,
62,
5354,
7,
944,
11,
5793,
25,
13656,
11,
9478,
25,
493,
796,
6045,
8,
4613,
32233,
58,
25392,
5974,
198,
220,
220,
220,
220,
220,
220,
220,
13538,
15931,
15931,
198,
220,
220,
220,
220,
220,
220,
220,
611,
9478,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5793,
13,
32257,
796,
9478,
198,
220,
220,
220,
220,
220,
220,
220,
30351,
351,
2116,
13557,
38659,
355,
48260,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2266,
271,
62,
5354,
62,
8367,
796,
25507,
48260,
13,
1136,
7,
5354,
13,
445,
271,
62,
2539,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
2266,
271,
62,
5354,
62,
8367,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
13656,
16922,
7203,
7738,
271,
1994,
318,
407,
7160,
4943,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2266,
271,
62,
5354,
62,
8367,
11,
8475,
796,
2266,
271,
62,
5354,
62,
8367,
13,
35312,
7203,
91,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
2266,
271,
62,
5354,
62,
8367,
6624,
5793,
13,
738,
7483,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
13656,
16922,
7203,
26198,
318,
8970,
351,
1194,
27421,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5793,
62,
20274,
796,
25507,
48260,
13,
1069,
5111,
7,
3672,
28,
5354,
13,
445,
271,
62,
2539,
11,
640,
28,
5354,
13,
32257,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
5793,
62,
20274,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
13656,
16922,
7203,
7738,
271,
1994,
318,
407,
7160,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
5793,
628,
220,
220,
220,
30351,
825,
2650,
62,
5354,
7,
944,
11,
5793,
25,
13656,
11,
2700,
25,
20512,
796,
10352,
8,
4613,
32233,
58,
25392,
5974,
198,
220,
220,
220,
220,
220,
220,
220,
13538,
15931,
15931,
198,
220,
220,
220,
220,
220,
220,
220,
30351,
351,
2116,
13557,
38659,
355,
48260,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2266,
271,
62,
5354,
62,
8367,
796,
25507,
48260,
13,
1136,
7,
5354,
13,
445,
271,
62,
2539,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
2266,
271,
62,
5354,
62,
8367,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
13656,
16922,
7203,
7738,
271,
1994,
318,
407,
7160,
4943,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2266,
271,
62,
5354,
62,
8367,
11,
8475,
796,
2266,
271,
62,
5354,
62,
8367,
13,
35312,
7203,
91,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
2266,
271,
62,
5354,
62,
8367,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
5793,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
2266,
271,
62,
5354,
62,
8367,
6624,
5793,
13,
738,
7483,
290,
407,
2700,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
13868,
25392,
16922,
7203,
26198,
318,
8970,
351,
1194,
27421,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2650,
62,
20274,
796,
25507,
48260,
13,
33678,
7,
5354,
13,
445,
271,
62,
2539,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
2650,
62,
20274,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
13868,
25392,
16922,
7203,
7738,
271,
1994,
318,
407,
7160,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
5793,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
5793,
628,
220,
220,
220,
30351,
825,
4958,
62,
27144,
495,
62,
5354,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5793,
62,
2539,
25,
965,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3509,
62,
1069,
5111,
62,
5354,
62,
2435,
25,
493,
796,
642,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9478,
25,
493,
796,
6045,
11,
198,
220,
220,
220,
1267,
4613,
32233,
58,
25392,
5974,
198,
220,
220,
220,
220,
220,
220,
220,
13538,
15931,
15931,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
3601,
7,
69,
1,
10434,
4958,
5793,
25,
1391,
5354,
62,
2539,
92,
930,
1391,
9806,
62,
1069,
5111,
62,
5354,
62,
2435,
92,
930,
1391,
32257,
92,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
30351,
351,
2116,
13557,
38659,
355,
48260,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5793,
62,
7890,
11,
256,
28781,
796,
25507,
30351,
952,
13,
70,
1032,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1635,
58,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
48260,
13,
1136,
7,
5354,
62,
2539,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
48260,
13,
926,
75,
7,
5354,
62,
2539,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2361,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
3601,
7,
69,
1,
1268,
23848,
1797,
1391,
5354,
62,
2539,
38362,
1391,
5354,
62,
7890,
92,
930,
1391,
926,
75,
92,
4943,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
5793,
62,
7890,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
256,
28781,
6624,
532,
17,
930,
6407,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
3601,
7,
69,
1,
15285,
406,
11290,
42865,
3268,
23848,
1797,
7473,
35374,
25,
1391,
5354,
62,
2539,
92,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1255,
796,
25507,
2116,
13,
5354,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1994,
28,
5354,
62,
2539,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9478,
28,
32257,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2700,
28,
17821,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
3601,
7,
69,
1,
23004,
25,
1391,
20274,
92,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
1255,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1988,
11,
8475,
796,
5793,
62,
7890,
13,
35312,
7203,
91,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
7,
69,
1,
11297,
5793,
7508,
7479,
83,
2539,
25,
4600,
90,
5354,
62,
2539,
92,
63,
59,
83,
91,
8367,
25,
4600,
90,
8367,
92,
63,
59,
83,
91,
926,
75,
25,
4600,
90,
926,
75,
92,
63,
59,
83,
91,
1050,
25,
4600,
90,
49336,
92,
63,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
256,
28781,
6624,
532,
16,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
3601,
7,
69,
1,
15285,
7788,
11901,
2200,
329,
1391,
5354,
62,
2539,
92,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
13656,
16922,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
1,
3109,
5111,
329,
1994,
4600,
90,
5354,
62,
2539,
92,
63,
318,
407,
900,
526,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
256,
28781,
19841,
3509,
62,
1069,
5111,
62,
5354,
62,
2435,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1255,
796,
25507,
2116,
13,
5354,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1994,
28,
5354,
62,
2539,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9478,
28,
32257,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2700,
28,
17821,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
3601,
7,
69,
1,
19535,
16724,
25,
1391,
20274,
92,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
1255,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
13656,
16922,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
1,
6090,
470,
651,
4517,
1069,
13,
256,
28781,
25,
4600,
90,
926,
75,
92,
63,
59,
83,
9806,
62,
1069,
5111,
25,
4600,
90,
9806,
62,
1069,
5111,
62,
5354,
62,
2435,
92,
63,
526,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198
] | 1.973492 | 3,018 |
from nameless import longest
from nameless.cli import main
| [
198,
6738,
299,
39942,
1330,
14069,
198,
6738,
299,
39942,
13,
44506,
1330,
1388,
628,
198
] | 3.875 | 16 |
import argparse
import glob
import json
import os
import numpy as np
import requests
import sys
# python get_pythia_caption_and_vsepp_score.py -o youcookII_pythia_json_files -i youcookII_json_files
from pythia.utils.text_utils import tokenize
# annotations_file = "/home/ascott/data/youcookII/YouCookII/annotations/youcookii_annotations_trainval.json"
# fcnn_features_dir = "/home/ascott/data/pythia/youcookII_features/training_features_vmb"
# resnet_features_dir = "/home/ascott/data/pythia/youcookII_features/training_features_resnet"
# input_file = "youcookII_json_files/youcookII_test_annotations.json"
pythia_url = "http://localhost:8080/api"
vsepp_url = "http://localhost:8081/api"
token = ""
class CaptionScoreBuilder:
'''
{
"info": {
"description": "GLAC captions with vsepp scores and scaled ratings"
},
"images": [
{
"id": 410328,
"file_name": "COCO_val2014_000000410328.jpg",
"coco_url": "http://images.cocodataset.org/val2014/COCO_val2014_000000410328.jpg"
},
"annotations": [
{
"image_id": 410328,
"caption": "a baseball player is playing with a ball in the air .",
"vsepp_score": "0.3354490622939134",
"rating": "3"
},
'''
if __name__ == "__main__":
imdb_builder = CaptionScoreBuilder()
imdb_builder.build()
| [
11748,
1822,
29572,
198,
11748,
15095,
198,
11748,
33918,
198,
11748,
28686,
198,
11748,
299,
32152,
355,
45941,
198,
11748,
7007,
198,
11748,
25064,
198,
198,
2,
21015,
651,
62,
79,
5272,
544,
62,
6888,
1159,
62,
392,
62,
85,
325,
381,
62,
26675,
13,
9078,
532,
78,
345,
27916,
3978,
62,
79,
5272,
544,
62,
17752,
62,
16624,
532,
72,
345,
27916,
3978,
62,
17752,
62,
16624,
198,
198,
6738,
279,
5272,
544,
13,
26791,
13,
5239,
62,
26791,
1330,
11241,
1096,
198,
198,
2,
37647,
62,
7753,
796,
12813,
11195,
14,
3372,
1252,
14,
7890,
14,
5832,
27916,
3978,
14,
1639,
28937,
3978,
14,
34574,
602,
14,
5832,
27916,
4178,
62,
34574,
602,
62,
27432,
2100,
13,
17752,
1,
198,
2,
277,
66,
20471,
62,
40890,
62,
15908,
796,
12813,
11195,
14,
3372,
1252,
14,
7890,
14,
79,
5272,
544,
14,
5832,
27916,
3978,
62,
40890,
14,
34409,
62,
40890,
62,
85,
2022,
1,
198,
2,
581,
3262,
62,
40890,
62,
15908,
796,
12813,
11195,
14,
3372,
1252,
14,
7890,
14,
79,
5272,
544,
14,
5832,
27916,
3978,
62,
40890,
14,
34409,
62,
40890,
62,
411,
3262,
1,
198,
198,
2,
5128,
62,
7753,
796,
366,
5832,
27916,
3978,
62,
17752,
62,
16624,
14,
5832,
27916,
3978,
62,
9288,
62,
34574,
602,
13,
17752,
1,
198,
198,
79,
5272,
544,
62,
6371,
796,
366,
4023,
1378,
36750,
25,
1795,
1795,
14,
15042,
1,
198,
85,
325,
381,
62,
6371,
796,
366,
4023,
1378,
36750,
25,
1795,
6659,
14,
15042,
1,
198,
30001,
796,
13538,
198,
198,
4871,
11260,
26595,
32875,
25,
628,
628,
220,
220,
220,
705,
7061,
198,
90,
198,
220,
220,
220,
366,
10951,
1298,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
366,
11213,
1298,
366,
8763,
2246,
3144,
507,
351,
410,
325,
381,
8198,
290,
27464,
10109,
1,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
366,
17566,
1298,
685,
198,
220,
220,
220,
220,
220,
220,
220,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
312,
1298,
604,
15197,
2078,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
7753,
62,
3672,
1298,
366,
34,
4503,
46,
62,
2100,
4967,
62,
10535,
19,
15197,
2078,
13,
9479,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
66,
25634,
62,
6371,
1298,
366,
4023,
1378,
17566,
13,
66,
420,
375,
265,
292,
316,
13,
2398,
14,
2100,
4967,
14,
34,
4503,
46,
62,
2100,
4967,
62,
10535,
19,
15197,
2078,
13,
9479,
1,
198,
220,
220,
220,
220,
220,
220,
220,
8964,
628,
220,
220,
220,
366,
34574,
602,
1298,
685,
198,
220,
220,
220,
220,
220,
220,
220,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
9060,
62,
312,
1298,
604,
15197,
2078,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
6888,
1159,
1298,
366,
64,
9283,
2137,
318,
2712,
351,
257,
2613,
287,
262,
1633,
22135,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
85,
325,
381,
62,
26675,
1298,
366,
15,
13,
27326,
31911,
3312,
23539,
2670,
19880,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
8821,
1298,
366,
18,
1,
198,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
7061,
628,
198,
198,
361,
11593,
3672,
834,
6624,
366,
834,
12417,
834,
1298,
198,
220,
220,
220,
545,
9945,
62,
38272,
796,
11260,
26595,
32875,
3419,
198,
220,
220,
220,
545,
9945,
62,
38272,
13,
11249,
3419,
198
] | 2.299174 | 605 |
import requests
import pause
import json
import time
import datetime
import re
import grequests
import sys
import os
page = "hej"
baseurl = "https://api.github.com/"
# Get token
f = open("token","r")
username = f.readline()
token = f.readline().rstrip('\n')
f.close()
#read data
with open('reposfinal') as data_file:
data = json.load(data_file)
donerepos = []
with open('saved', 'a+') as saveddata:
saveddata.write("")
save = json.load(saveddata)
for saverepo in save:
donerepos.append(saverepo['full_name'])
print "Aleady exists " + saverepo['full_name']
f = open("saved","a+")
f.seek(-2, os.SEEK_END)
f.truncate()
f.write(",")
f.close()
try:
z = 1
for repo in data:
printProgressBar(z,len(data))
z += 1
if repo['full_name'] in donerepos:
continue
if (len(repo['commit']) == 30):
n = 1
lista = []
print checkRateLimit()
while getPage(repo['url'] + "/commits", n) != "[]":
jason = json.loads(page)
for commit in jason:
cleancommit = { 'sha': commit['sha'], 'date': commit['commit']['committer']['date']}
lista.append(cleancommit)
n += 1
repo['commit'] = lista
print "\tDone with" + repo['full_name']
writeJson(repo, "saved")
f = open("saved","a")
f.write(",\n")
f.close()
else:
writeJson(repo, "saved")
f = open("saved","a")
f.write(",\n")
f.close()
except:
f = open("saved","a+")
f.seek(-2, os.SEEK_END)
f.truncate()
f.write("]")
f.close()
pass
| [
11748,
7007,
198,
11748,
14985,
198,
11748,
33918,
198,
11748,
640,
198,
11748,
4818,
8079,
198,
11748,
302,
198,
11748,
308,
8897,
3558,
198,
11748,
25064,
198,
11748,
28686,
198,
198,
7700,
796,
366,
258,
73,
1,
198,
8692,
6371,
796,
366,
5450,
1378,
15042,
13,
12567,
13,
785,
30487,
198,
198,
2,
3497,
11241,
198,
69,
796,
1280,
7203,
30001,
2430,
81,
4943,
198,
29460,
796,
277,
13,
961,
1370,
3419,
198,
30001,
796,
277,
13,
961,
1370,
22446,
81,
36311,
10786,
59,
77,
11537,
198,
69,
13,
19836,
3419,
628,
198,
2,
961,
1366,
198,
4480,
1280,
10786,
260,
1930,
20311,
11537,
355,
1366,
62,
7753,
25,
198,
197,
7890,
796,
33918,
13,
2220,
7,
7890,
62,
7753,
8,
198,
198,
28060,
260,
1930,
796,
17635,
198,
4480,
1280,
10786,
82,
9586,
3256,
705,
64,
10,
11537,
355,
7448,
7890,
25,
198,
197,
39308,
6048,
1045,
13,
13564,
7203,
4943,
198,
197,
21928,
796,
33918,
13,
2220,
7,
39308,
6048,
1045,
8,
198,
197,
1640,
3613,
260,
7501,
287,
3613,
25,
198,
197,
197,
28060,
260,
1930,
13,
33295,
7,
21928,
260,
7501,
17816,
12853,
62,
3672,
6,
12962,
198,
197,
197,
4798,
366,
37474,
4597,
7160,
366,
1343,
3613,
260,
7501,
17816,
12853,
62,
3672,
20520,
198,
198,
69,
796,
1280,
7203,
82,
9586,
2430,
64,
10,
4943,
220,
198,
69,
13,
36163,
32590,
17,
11,
28686,
13,
36078,
42,
62,
10619,
8,
198,
69,
13,
2213,
19524,
378,
3419,
198,
69,
13,
13564,
7,
2430,
8,
198,
69,
13,
19836,
3419,
198,
198,
28311,
25,
198,
197,
89,
796,
352,
198,
197,
1640,
29924,
287,
1366,
25,
198,
197,
197,
4798,
32577,
10374,
7,
89,
11,
11925,
7,
7890,
4008,
198,
197,
197,
89,
15853,
352,
198,
197,
197,
361,
29924,
17816,
12853,
62,
3672,
20520,
287,
1760,
260,
1930,
25,
198,
197,
197,
197,
43043,
198,
197,
197,
361,
357,
11925,
7,
260,
7501,
17816,
41509,
6,
12962,
6624,
1542,
2599,
198,
197,
197,
197,
77,
796,
352,
198,
197,
197,
197,
4868,
64,
796,
17635,
198,
197,
197,
197,
4798,
2198,
32184,
39184,
3419,
198,
197,
197,
197,
4514,
651,
9876,
7,
260,
7501,
17816,
6371,
20520,
1343,
12813,
9503,
896,
1600,
299,
8,
14512,
12878,
60,
1298,
198,
197,
197,
197,
197,
73,
888,
796,
33918,
13,
46030,
7,
7700,
8,
198,
197,
197,
197,
197,
1640,
4589,
287,
474,
888,
25,
198,
197,
197,
197,
197,
197,
27773,
41509,
796,
1391,
705,
26270,
10354,
4589,
17816,
26270,
6,
4357,
705,
4475,
10354,
4589,
17816,
41509,
6,
7131,
6,
9503,
1967,
6,
7131,
6,
4475,
20520,
92,
198,
197,
197,
197,
197,
197,
4868,
64,
13,
33295,
7,
27773,
41509,
8,
198,
197,
197,
197,
197,
197,
77,
15853,
352,
628,
197,
197,
197,
260,
7501,
17816,
41509,
20520,
796,
1351,
64,
198,
197,
197,
197,
4798,
37082,
83,
45677,
351,
1,
1343,
29924,
17816,
12853,
62,
3672,
20520,
198,
197,
197,
197,
13564,
41,
1559,
7,
260,
7501,
11,
366,
82,
9586,
4943,
198,
197,
197,
197,
69,
796,
1280,
7203,
82,
9586,
2430,
64,
4943,
220,
198,
197,
197,
197,
69,
13,
13564,
7,
1600,
59,
77,
4943,
198,
197,
197,
197,
69,
13,
19836,
3419,
628,
197,
197,
17772,
25,
220,
220,
220,
198,
197,
197,
197,
13564,
41,
1559,
7,
260,
7501,
11,
366,
82,
9586,
4943,
198,
197,
197,
197,
69,
796,
1280,
7203,
82,
9586,
2430,
64,
4943,
220,
198,
197,
197,
197,
69,
13,
13564,
7,
1600,
59,
77,
4943,
198,
197,
197,
197,
69,
13,
19836,
3419,
198,
198,
16341,
25,
198,
197,
69,
796,
1280,
7203,
82,
9586,
2430,
64,
10,
4943,
220,
198,
197,
69,
13,
36163,
32590,
17,
11,
28686,
13,
36078,
42,
62,
10619,
8,
198,
197,
69,
13,
2213,
19524,
378,
3419,
198,
197,
69,
13,
13564,
7203,
60,
4943,
198,
197,
69,
13,
19836,
3419,
198,
197,
6603,
198
] | 2.241538 | 650 |
import logging
log = logging.getLogger('fabric.fabalicious.git')
from base import BaseMethod
from fabric.api import *
from lib.utils import validate_dict
from lib.configuration import data_merge
from lib import configuration
| [
11748,
18931,
198,
6404,
796,
18931,
13,
1136,
11187,
1362,
10786,
36434,
1173,
13,
36434,
282,
6243,
13,
18300,
11537,
198,
198,
6738,
2779,
1330,
7308,
17410,
198,
6738,
9664,
13,
15042,
1330,
1635,
198,
6738,
9195,
13,
26791,
1330,
26571,
62,
11600,
198,
6738,
9195,
13,
11250,
3924,
1330,
1366,
62,
647,
469,
198,
6738,
9195,
1330,
8398,
198
] | 3.766667 | 60 |
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: client/transaction/transaction.proto
from google.protobuf import descriptor as _descriptor
from google.protobuf import message as _message
from google.protobuf import reflection as _reflection
from google.protobuf import symbol_database as _symbol_database
# @@protoc_insertion_point(imports)
_sym_db = _symbol_database.Default()
from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
from python_pachyderm.proto.pfs import pfs_pb2 as client_dot_pfs_dot_pfs__pb2
from python_pachyderm.proto.pps import pps_pb2 as client_dot_pps_dot_pps__pb2
DESCRIPTOR = _descriptor.FileDescriptor(
name='client/transaction/transaction.proto',
package='transaction',
syntax='proto3',
serialized_options=b'Z5github.com/pachyderm/pachyderm/src/client/transaction',
serialized_pb=b'\n$client/transaction/transaction.proto\x12\x0btransaction\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x14\x63lient/pfs/pfs.proto\x1a\x14\x63lient/pps/pps.proto\"\x12\n\x10\x44\x65leteAllRequest\"\xca\x03\n\x12TransactionRequest\x12+\n\x0b\x63reate_repo\x18\x01 \x01(\x0b\x32\x16.pfs.CreateRepoRequest\x12+\n\x0b\x64\x65lete_repo\x18\x02 \x01(\x0b\x32\x16.pfs.DeleteRepoRequest\x12-\n\x0cstart_commit\x18\x03 \x01(\x0b\x32\x17.pfs.StartCommitRequest\x12/\n\rfinish_commit\x18\x04 \x01(\x0b\x32\x18.pfs.FinishCommitRequest\x12/\n\rdelete_commit\x18\x05 \x01(\x0b\x32\x18.pfs.DeleteCommitRequest\x12/\n\rcreate_branch\x18\x06 \x01(\x0b\x32\x18.pfs.CreateBranchRequest\x12/\n\rdelete_branch\x18\x07 \x01(\x0b\x32\x18.pfs.DeleteBranchRequest\x12\x34\n\x10update_job_state\x18\x0b \x01(\x0b\x32\x1a.pps.UpdateJobStateRequest\x12\x31\n\ndelete_all\x18\n \x01(\x0b\x32\x1d.transaction.DeleteAllRequest\"2\n\x13TransactionResponse\x12\x1b\n\x06\x63ommit\x18\x02 \x01(\x0b\x32\x0b.pfs.Commit\"\x19\n\x0bTransaction\x12\n\n\x02id\x18\x01 \x01(\t\"\xd5\x01\n\x0fTransactionInfo\x12-\n\x0btransaction\x18\x01 \x01(\x0b\x32\x18.transaction.Transaction\x12\x31\n\x08requests\x18\x02 \x03(\x0b\x32\x1f.transaction.TransactionRequest\x12\x33\n\tresponses\x18\x03 \x03(\x0b\x32 .transaction.TransactionResponse\x12+\n\x07started\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"J\n\x10TransactionInfos\x12\x36\n\x10transaction_info\x18\x01 \x03(\x0b\x32\x1c.transaction.TransactionInfo\"L\n\x17\x42\x61tchTransactionRequest\x12\x31\n\x08requests\x18\x01 \x03(\x0b\x32\x1f.transaction.TransactionRequest\"\x19\n\x17StartTransactionRequest\"J\n\x19InspectTransactionRequest\x12-\n\x0btransaction\x18\x01 \x01(\x0b\x32\x18.transaction.Transaction\"I\n\x18\x44\x65leteTransactionRequest\x12-\n\x0btransaction\x18\x01 \x01(\x0b\x32\x18.transaction.Transaction\"\x18\n\x16ListTransactionRequest\"I\n\x18\x46inishTransactionRequest\x12-\n\x0btransaction\x18\x01 \x01(\x0b\x32\x18.transaction.Transaction2\xe4\x04\n\x03\x41PI\x12X\n\x10\x42\x61tchTransaction\x12$.transaction.BatchTransactionRequest\x1a\x1c.transaction.TransactionInfo\"\x00\x12T\n\x10StartTransaction\x12$.transaction.StartTransactionRequest\x1a\x18.transaction.Transaction\"\x00\x12\\\n\x12InspectTransaction\x12&.transaction.InspectTransactionRequest\x1a\x1c.transaction.TransactionInfo\"\x00\x12T\n\x11\x44\x65leteTransaction\x12%.transaction.DeleteTransactionRequest\x1a\x16.google.protobuf.Empty\"\x00\x12W\n\x0fListTransaction\x12#.transaction.ListTransactionRequest\x1a\x1d.transaction.TransactionInfos\"\x00\x12Z\n\x11\x46inishTransaction\x12%.transaction.FinishTransactionRequest\x1a\x1c.transaction.TransactionInfo\"\x00\x12\x44\n\tDeleteAll\x12\x1d.transaction.DeleteAllRequest\x1a\x16.google.protobuf.Empty\"\x00\x42\x37Z5github.com/pachyderm/pachyderm/src/client/transactionb\x06proto3'
,
dependencies=[google_dot_protobuf_dot_empty__pb2.DESCRIPTOR,google_dot_protobuf_dot_timestamp__pb2.DESCRIPTOR,client_dot_pfs_dot_pfs__pb2.DESCRIPTOR,client_dot_pps_dot_pps__pb2.DESCRIPTOR,])
_DELETEALLREQUEST = _descriptor.Descriptor(
name='DeleteAllRequest',
full_name='transaction.DeleteAllRequest',
filename=None,
file=DESCRIPTOR,
containing_type=None,
fields=[
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=159,
serialized_end=177,
)
_TRANSACTIONREQUEST = _descriptor.Descriptor(
name='TransactionRequest',
full_name='transaction.TransactionRequest',
filename=None,
file=DESCRIPTOR,
containing_type=None,
fields=[
_descriptor.FieldDescriptor(
name='create_repo', full_name='transaction.TransactionRequest.create_repo', index=0,
number=1, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
name='delete_repo', full_name='transaction.TransactionRequest.delete_repo', index=1,
number=2, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
name='start_commit', full_name='transaction.TransactionRequest.start_commit', index=2,
number=3, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
name='finish_commit', full_name='transaction.TransactionRequest.finish_commit', index=3,
number=4, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
name='delete_commit', full_name='transaction.TransactionRequest.delete_commit', index=4,
number=5, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
name='create_branch', full_name='transaction.TransactionRequest.create_branch', index=5,
number=6, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
name='delete_branch', full_name='transaction.TransactionRequest.delete_branch', index=6,
number=7, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
name='update_job_state', full_name='transaction.TransactionRequest.update_job_state', index=7,
number=11, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
name='delete_all', full_name='transaction.TransactionRequest.delete_all', index=8,
number=10, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=180,
serialized_end=638,
)
_TRANSACTIONRESPONSE = _descriptor.Descriptor(
name='TransactionResponse',
full_name='transaction.TransactionResponse',
filename=None,
file=DESCRIPTOR,
containing_type=None,
fields=[
_descriptor.FieldDescriptor(
name='commit', full_name='transaction.TransactionResponse.commit', index=0,
number=2, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=640,
serialized_end=690,
)
_TRANSACTION = _descriptor.Descriptor(
name='Transaction',
full_name='transaction.Transaction',
filename=None,
file=DESCRIPTOR,
containing_type=None,
fields=[
_descriptor.FieldDescriptor(
name='id', full_name='transaction.Transaction.id', index=0,
number=1, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=b"".decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=692,
serialized_end=717,
)
_TRANSACTIONINFO = _descriptor.Descriptor(
name='TransactionInfo',
full_name='transaction.TransactionInfo',
filename=None,
file=DESCRIPTOR,
containing_type=None,
fields=[
_descriptor.FieldDescriptor(
name='transaction', full_name='transaction.TransactionInfo.transaction', index=0,
number=1, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
name='requests', full_name='transaction.TransactionInfo.requests', index=1,
number=2, type=11, cpp_type=10, label=3,
has_default_value=False, default_value=[],
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
name='responses', full_name='transaction.TransactionInfo.responses', index=2,
number=3, type=11, cpp_type=10, label=3,
has_default_value=False, default_value=[],
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
name='started', full_name='transaction.TransactionInfo.started', index=3,
number=4, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=720,
serialized_end=933,
)
_TRANSACTIONINFOS = _descriptor.Descriptor(
name='TransactionInfos',
full_name='transaction.TransactionInfos',
filename=None,
file=DESCRIPTOR,
containing_type=None,
fields=[
_descriptor.FieldDescriptor(
name='transaction_info', full_name='transaction.TransactionInfos.transaction_info', index=0,
number=1, type=11, cpp_type=10, label=3,
has_default_value=False, default_value=[],
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=935,
serialized_end=1009,
)
_BATCHTRANSACTIONREQUEST = _descriptor.Descriptor(
name='BatchTransactionRequest',
full_name='transaction.BatchTransactionRequest',
filename=None,
file=DESCRIPTOR,
containing_type=None,
fields=[
_descriptor.FieldDescriptor(
name='requests', full_name='transaction.BatchTransactionRequest.requests', index=0,
number=1, type=11, cpp_type=10, label=3,
has_default_value=False, default_value=[],
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=1011,
serialized_end=1087,
)
_STARTTRANSACTIONREQUEST = _descriptor.Descriptor(
name='StartTransactionRequest',
full_name='transaction.StartTransactionRequest',
filename=None,
file=DESCRIPTOR,
containing_type=None,
fields=[
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=1089,
serialized_end=1114,
)
_INSPECTTRANSACTIONREQUEST = _descriptor.Descriptor(
name='InspectTransactionRequest',
full_name='transaction.InspectTransactionRequest',
filename=None,
file=DESCRIPTOR,
containing_type=None,
fields=[
_descriptor.FieldDescriptor(
name='transaction', full_name='transaction.InspectTransactionRequest.transaction', index=0,
number=1, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=1116,
serialized_end=1190,
)
_DELETETRANSACTIONREQUEST = _descriptor.Descriptor(
name='DeleteTransactionRequest',
full_name='transaction.DeleteTransactionRequest',
filename=None,
file=DESCRIPTOR,
containing_type=None,
fields=[
_descriptor.FieldDescriptor(
name='transaction', full_name='transaction.DeleteTransactionRequest.transaction', index=0,
number=1, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=1192,
serialized_end=1265,
)
_LISTTRANSACTIONREQUEST = _descriptor.Descriptor(
name='ListTransactionRequest',
full_name='transaction.ListTransactionRequest',
filename=None,
file=DESCRIPTOR,
containing_type=None,
fields=[
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=1267,
serialized_end=1291,
)
_FINISHTRANSACTIONREQUEST = _descriptor.Descriptor(
name='FinishTransactionRequest',
full_name='transaction.FinishTransactionRequest',
filename=None,
file=DESCRIPTOR,
containing_type=None,
fields=[
_descriptor.FieldDescriptor(
name='transaction', full_name='transaction.FinishTransactionRequest.transaction', index=0,
number=1, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=1293,
serialized_end=1366,
)
_TRANSACTIONREQUEST.fields_by_name['create_repo'].message_type = client_dot_pfs_dot_pfs__pb2._CREATEREPOREQUEST
_TRANSACTIONREQUEST.fields_by_name['delete_repo'].message_type = client_dot_pfs_dot_pfs__pb2._DELETEREPOREQUEST
_TRANSACTIONREQUEST.fields_by_name['start_commit'].message_type = client_dot_pfs_dot_pfs__pb2._STARTCOMMITREQUEST
_TRANSACTIONREQUEST.fields_by_name['finish_commit'].message_type = client_dot_pfs_dot_pfs__pb2._FINISHCOMMITREQUEST
_TRANSACTIONREQUEST.fields_by_name['delete_commit'].message_type = client_dot_pfs_dot_pfs__pb2._DELETECOMMITREQUEST
_TRANSACTIONREQUEST.fields_by_name['create_branch'].message_type = client_dot_pfs_dot_pfs__pb2._CREATEBRANCHREQUEST
_TRANSACTIONREQUEST.fields_by_name['delete_branch'].message_type = client_dot_pfs_dot_pfs__pb2._DELETEBRANCHREQUEST
_TRANSACTIONREQUEST.fields_by_name['update_job_state'].message_type = client_dot_pps_dot_pps__pb2._UPDATEJOBSTATEREQUEST
_TRANSACTIONREQUEST.fields_by_name['delete_all'].message_type = _DELETEALLREQUEST
_TRANSACTIONRESPONSE.fields_by_name['commit'].message_type = client_dot_pfs_dot_pfs__pb2._COMMIT
_TRANSACTIONINFO.fields_by_name['transaction'].message_type = _TRANSACTION
_TRANSACTIONINFO.fields_by_name['requests'].message_type = _TRANSACTIONREQUEST
_TRANSACTIONINFO.fields_by_name['responses'].message_type = _TRANSACTIONRESPONSE
_TRANSACTIONINFO.fields_by_name['started'].message_type = google_dot_protobuf_dot_timestamp__pb2._TIMESTAMP
_TRANSACTIONINFOS.fields_by_name['transaction_info'].message_type = _TRANSACTIONINFO
_BATCHTRANSACTIONREQUEST.fields_by_name['requests'].message_type = _TRANSACTIONREQUEST
_INSPECTTRANSACTIONREQUEST.fields_by_name['transaction'].message_type = _TRANSACTION
_DELETETRANSACTIONREQUEST.fields_by_name['transaction'].message_type = _TRANSACTION
_FINISHTRANSACTIONREQUEST.fields_by_name['transaction'].message_type = _TRANSACTION
DESCRIPTOR.message_types_by_name['DeleteAllRequest'] = _DELETEALLREQUEST
DESCRIPTOR.message_types_by_name['TransactionRequest'] = _TRANSACTIONREQUEST
DESCRIPTOR.message_types_by_name['TransactionResponse'] = _TRANSACTIONRESPONSE
DESCRIPTOR.message_types_by_name['Transaction'] = _TRANSACTION
DESCRIPTOR.message_types_by_name['TransactionInfo'] = _TRANSACTIONINFO
DESCRIPTOR.message_types_by_name['TransactionInfos'] = _TRANSACTIONINFOS
DESCRIPTOR.message_types_by_name['BatchTransactionRequest'] = _BATCHTRANSACTIONREQUEST
DESCRIPTOR.message_types_by_name['StartTransactionRequest'] = _STARTTRANSACTIONREQUEST
DESCRIPTOR.message_types_by_name['InspectTransactionRequest'] = _INSPECTTRANSACTIONREQUEST
DESCRIPTOR.message_types_by_name['DeleteTransactionRequest'] = _DELETETRANSACTIONREQUEST
DESCRIPTOR.message_types_by_name['ListTransactionRequest'] = _LISTTRANSACTIONREQUEST
DESCRIPTOR.message_types_by_name['FinishTransactionRequest'] = _FINISHTRANSACTIONREQUEST
_sym_db.RegisterFileDescriptor(DESCRIPTOR)
DeleteAllRequest = _reflection.GeneratedProtocolMessageType('DeleteAllRequest', (_message.Message,), {
'DESCRIPTOR' : _DELETEALLREQUEST,
'__module__' : 'client.transaction.transaction_pb2'
# @@protoc_insertion_point(class_scope:transaction.DeleteAllRequest)
})
_sym_db.RegisterMessage(DeleteAllRequest)
TransactionRequest = _reflection.GeneratedProtocolMessageType('TransactionRequest', (_message.Message,), {
'DESCRIPTOR' : _TRANSACTIONREQUEST,
'__module__' : 'client.transaction.transaction_pb2'
# @@protoc_insertion_point(class_scope:transaction.TransactionRequest)
})
_sym_db.RegisterMessage(TransactionRequest)
TransactionResponse = _reflection.GeneratedProtocolMessageType('TransactionResponse', (_message.Message,), {
'DESCRIPTOR' : _TRANSACTIONRESPONSE,
'__module__' : 'client.transaction.transaction_pb2'
# @@protoc_insertion_point(class_scope:transaction.TransactionResponse)
})
_sym_db.RegisterMessage(TransactionResponse)
Transaction = _reflection.GeneratedProtocolMessageType('Transaction', (_message.Message,), {
'DESCRIPTOR' : _TRANSACTION,
'__module__' : 'client.transaction.transaction_pb2'
# @@protoc_insertion_point(class_scope:transaction.Transaction)
})
_sym_db.RegisterMessage(Transaction)
TransactionInfo = _reflection.GeneratedProtocolMessageType('TransactionInfo', (_message.Message,), {
'DESCRIPTOR' : _TRANSACTIONINFO,
'__module__' : 'client.transaction.transaction_pb2'
# @@protoc_insertion_point(class_scope:transaction.TransactionInfo)
})
_sym_db.RegisterMessage(TransactionInfo)
TransactionInfos = _reflection.GeneratedProtocolMessageType('TransactionInfos', (_message.Message,), {
'DESCRIPTOR' : _TRANSACTIONINFOS,
'__module__' : 'client.transaction.transaction_pb2'
# @@protoc_insertion_point(class_scope:transaction.TransactionInfos)
})
_sym_db.RegisterMessage(TransactionInfos)
BatchTransactionRequest = _reflection.GeneratedProtocolMessageType('BatchTransactionRequest', (_message.Message,), {
'DESCRIPTOR' : _BATCHTRANSACTIONREQUEST,
'__module__' : 'client.transaction.transaction_pb2'
# @@protoc_insertion_point(class_scope:transaction.BatchTransactionRequest)
})
_sym_db.RegisterMessage(BatchTransactionRequest)
StartTransactionRequest = _reflection.GeneratedProtocolMessageType('StartTransactionRequest', (_message.Message,), {
'DESCRIPTOR' : _STARTTRANSACTIONREQUEST,
'__module__' : 'client.transaction.transaction_pb2'
# @@protoc_insertion_point(class_scope:transaction.StartTransactionRequest)
})
_sym_db.RegisterMessage(StartTransactionRequest)
InspectTransactionRequest = _reflection.GeneratedProtocolMessageType('InspectTransactionRequest', (_message.Message,), {
'DESCRIPTOR' : _INSPECTTRANSACTIONREQUEST,
'__module__' : 'client.transaction.transaction_pb2'
# @@protoc_insertion_point(class_scope:transaction.InspectTransactionRequest)
})
_sym_db.RegisterMessage(InspectTransactionRequest)
DeleteTransactionRequest = _reflection.GeneratedProtocolMessageType('DeleteTransactionRequest', (_message.Message,), {
'DESCRIPTOR' : _DELETETRANSACTIONREQUEST,
'__module__' : 'client.transaction.transaction_pb2'
# @@protoc_insertion_point(class_scope:transaction.DeleteTransactionRequest)
})
_sym_db.RegisterMessage(DeleteTransactionRequest)
ListTransactionRequest = _reflection.GeneratedProtocolMessageType('ListTransactionRequest', (_message.Message,), {
'DESCRIPTOR' : _LISTTRANSACTIONREQUEST,
'__module__' : 'client.transaction.transaction_pb2'
# @@protoc_insertion_point(class_scope:transaction.ListTransactionRequest)
})
_sym_db.RegisterMessage(ListTransactionRequest)
FinishTransactionRequest = _reflection.GeneratedProtocolMessageType('FinishTransactionRequest', (_message.Message,), {
'DESCRIPTOR' : _FINISHTRANSACTIONREQUEST,
'__module__' : 'client.transaction.transaction_pb2'
# @@protoc_insertion_point(class_scope:transaction.FinishTransactionRequest)
})
_sym_db.RegisterMessage(FinishTransactionRequest)
DESCRIPTOR._options = None
_API = _descriptor.ServiceDescriptor(
name='API',
full_name='transaction.API',
file=DESCRIPTOR,
index=0,
serialized_options=None,
serialized_start=1369,
serialized_end=1981,
methods=[
_descriptor.MethodDescriptor(
name='BatchTransaction',
full_name='transaction.API.BatchTransaction',
index=0,
containing_service=None,
input_type=_BATCHTRANSACTIONREQUEST,
output_type=_TRANSACTIONINFO,
serialized_options=None,
),
_descriptor.MethodDescriptor(
name='StartTransaction',
full_name='transaction.API.StartTransaction',
index=1,
containing_service=None,
input_type=_STARTTRANSACTIONREQUEST,
output_type=_TRANSACTION,
serialized_options=None,
),
_descriptor.MethodDescriptor(
name='InspectTransaction',
full_name='transaction.API.InspectTransaction',
index=2,
containing_service=None,
input_type=_INSPECTTRANSACTIONREQUEST,
output_type=_TRANSACTIONINFO,
serialized_options=None,
),
_descriptor.MethodDescriptor(
name='DeleteTransaction',
full_name='transaction.API.DeleteTransaction',
index=3,
containing_service=None,
input_type=_DELETETRANSACTIONREQUEST,
output_type=google_dot_protobuf_dot_empty__pb2._EMPTY,
serialized_options=None,
),
_descriptor.MethodDescriptor(
name='ListTransaction',
full_name='transaction.API.ListTransaction',
index=4,
containing_service=None,
input_type=_LISTTRANSACTIONREQUEST,
output_type=_TRANSACTIONINFOS,
serialized_options=None,
),
_descriptor.MethodDescriptor(
name='FinishTransaction',
full_name='transaction.API.FinishTransaction',
index=5,
containing_service=None,
input_type=_FINISHTRANSACTIONREQUEST,
output_type=_TRANSACTIONINFO,
serialized_options=None,
),
_descriptor.MethodDescriptor(
name='DeleteAll',
full_name='transaction.API.DeleteAll',
index=6,
containing_service=None,
input_type=_DELETEALLREQUEST,
output_type=google_dot_protobuf_dot_empty__pb2._EMPTY,
serialized_options=None,
),
])
_sym_db.RegisterServiceDescriptor(_API)
DESCRIPTOR.services_by_name['API'] = _API
# @@protoc_insertion_point(module_scope)
| [
2,
532,
9,
12,
19617,
25,
3384,
69,
12,
23,
532,
9,
12,
198,
2,
2980,
515,
416,
262,
8435,
11876,
17050,
13,
220,
8410,
5626,
48483,
0,
198,
2,
2723,
25,
5456,
14,
7645,
2673,
14,
7645,
2673,
13,
1676,
1462,
198,
198,
6738,
23645,
13,
11235,
672,
3046,
1330,
43087,
355,
4808,
20147,
1968,
273,
198,
6738,
23645,
13,
11235,
672,
3046,
1330,
3275,
355,
4808,
20500,
198,
6738,
23645,
13,
11235,
672,
3046,
1330,
14580,
355,
4808,
5420,
1564,
198,
6738,
23645,
13,
11235,
672,
3046,
1330,
6194,
62,
48806,
355,
4808,
1837,
23650,
62,
48806,
198,
2,
25248,
11235,
420,
62,
28463,
295,
62,
4122,
7,
320,
3742,
8,
198,
198,
62,
37047,
62,
9945,
796,
4808,
1837,
23650,
62,
48806,
13,
19463,
3419,
628,
198,
6738,
23645,
13,
11235,
672,
3046,
1330,
6565,
62,
40842,
17,
355,
23645,
62,
26518,
62,
11235,
672,
3046,
62,
26518,
62,
28920,
834,
40842,
17,
198,
6738,
23645,
13,
11235,
672,
3046,
1330,
41033,
62,
40842,
17,
355,
23645,
62,
26518,
62,
11235,
672,
3046,
62,
26518,
62,
16514,
27823,
834,
40842,
17,
198,
6738,
21015,
62,
79,
35586,
1082,
76,
13,
1676,
1462,
13,
79,
9501,
1330,
279,
9501,
62,
40842,
17,
355,
5456,
62,
26518,
62,
79,
9501,
62,
26518,
62,
79,
9501,
834,
40842,
17,
198,
6738,
21015,
62,
79,
35586,
1082,
76,
13,
1676,
1462,
13,
41799,
1330,
279,
862,
62,
40842,
17,
355,
5456,
62,
26518,
62,
41799,
62,
26518,
62,
41799,
834,
40842,
17,
628,
198,
30910,
36584,
32961,
796,
4808,
20147,
1968,
273,
13,
8979,
24564,
1968,
273,
7,
198,
220,
1438,
11639,
16366,
14,
7645,
2673,
14,
7645,
2673,
13,
1676,
1462,
3256,
198,
220,
5301,
11639,
7645,
2673,
3256,
198,
220,
15582,
11639,
1676,
1462,
18,
3256,
198,
220,
11389,
1143,
62,
25811,
28,
65,
6,
57,
20,
12567,
13,
785,
14,
79,
35586,
1082,
76,
14,
79,
35586,
1082,
76,
14,
10677,
14,
16366,
14,
7645,
2673,
3256,
198,
220,
11389,
1143,
62,
40842,
28,
65,
6,
59,
77,
3,
16366,
14,
7645,
2673,
14,
7645,
2673,
13,
1676,
1462,
59,
87,
1065,
59,
87,
15,
65,
7645,
2673,
59,
87,
16,
64,
59,
87,
16,
65,
13297,
14,
11235,
672,
3046,
14,
28920,
13,
1676,
1462,
59,
87,
16,
64,
59,
87,
16,
69,
13297,
14,
11235,
672,
3046,
14,
16514,
27823,
13,
1676,
1462,
59,
87,
16,
64,
59,
87,
1415,
59,
87,
5066,
75,
1153,
14,
79,
9501,
14,
79,
9501,
13,
1676,
1462,
59,
87,
16,
64,
59,
87,
1415,
59,
87,
5066,
75,
1153,
14,
41799,
14,
41799,
13,
1676,
1462,
7879,
59,
87,
1065,
59,
77,
59,
87,
940,
59,
87,
2598,
59,
87,
2996,
5807,
3237,
18453,
7879,
59,
87,
6888,
59,
87,
3070,
59,
77,
59,
87,
1065,
48720,
18453,
59,
87,
1065,
10,
59,
77,
59,
87,
15,
65,
59,
87,
5066,
260,
378,
62,
260,
7501,
59,
87,
1507,
59,
87,
486,
3467,
87,
486,
38016,
87,
15,
65,
59,
87,
2624,
59,
87,
1433,
13,
79,
9501,
13,
16447,
6207,
78,
18453,
59,
87,
1065,
10,
59,
77,
59,
87,
15,
65,
59,
87,
2414,
59,
87,
2996,
5807,
62,
260,
7501,
59,
87,
1507,
59,
87,
2999,
3467,
87,
486,
38016,
87,
15,
65,
59,
87,
2624,
59,
87,
1433,
13,
79,
9501,
13,
38727,
6207,
78,
18453,
59,
87,
1065,
12,
59,
77,
59,
87,
15,
66,
9688,
62,
41509,
59,
87,
1507,
59,
87,
3070,
3467,
87,
486,
38016,
87,
15,
65,
59,
87,
2624,
59,
87,
1558,
13,
79,
9501,
13,
10434,
6935,
270,
18453,
59,
87,
1065,
14,
59,
77,
59,
81,
15643,
680,
62,
41509,
59,
87,
1507,
59,
87,
3023,
3467,
87,
486,
38016,
87,
15,
65,
59,
87,
2624,
59,
87,
1507,
13,
79,
9501,
13,
48658,
6935,
270,
18453,
59,
87,
1065,
14,
59,
77,
59,
81,
33678,
62,
41509,
59,
87,
1507,
59,
87,
2713,
3467,
87,
486,
38016,
87,
15,
65,
59,
87,
2624,
59,
87,
1507,
13,
79,
9501,
13,
38727,
6935,
270,
18453,
59,
87,
1065,
14,
59,
77,
59,
6015,
260,
378,
62,
1671,
3702,
59,
87,
1507,
59,
87,
3312,
3467,
87,
486,
38016,
87,
15,
65,
59,
87,
2624,
59,
87,
1507,
13,
79,
9501,
13,
16447,
33,
25642,
18453,
59,
87,
1065,
14,
59,
77,
59,
81,
33678,
62,
1671,
3702,
59,
87,
1507,
59,
87,
2998,
3467,
87,
486,
38016,
87,
15,
65,
59,
87,
2624,
59,
87,
1507,
13,
79,
9501,
13,
38727,
33,
25642,
18453,
59,
87,
1065,
59,
87,
2682,
59,
77,
59,
87,
940,
19119,
62,
21858,
62,
5219,
59,
87,
1507,
59,
87,
15,
65,
3467,
87,
486,
38016,
87,
15,
65,
59,
87,
2624,
59,
87,
16,
64,
13,
41799,
13,
10260,
33308,
9012,
18453,
59,
87,
1065,
59,
87,
3132,
59,
77,
59,
358,
68,
5807,
62,
439,
59,
87,
1507,
59,
77,
3467,
87,
486,
38016,
87,
15,
65,
59,
87,
2624,
59,
87,
16,
67,
13,
7645,
2673,
13,
38727,
3237,
18453,
7879,
17,
59,
77,
59,
87,
1485,
48720,
31077,
59,
87,
1065,
59,
87,
16,
65,
59,
77,
59,
87,
3312,
59,
87,
5066,
2002,
270,
59,
87,
1507,
59,
87,
2999,
3467,
87,
486,
38016,
87,
15,
65,
59,
87,
2624,
59,
87,
15,
65,
13,
79,
9501,
13,
6935,
270,
7879,
59,
87,
1129,
59,
77,
59,
87,
15,
65,
48720,
59,
87,
1065,
59,
77,
59,
77,
59,
87,
2999,
312,
59,
87,
1507,
59,
87,
486,
3467,
87,
486,
38016,
83,
7879,
59,
24954,
20,
59,
87,
486,
59,
77,
59,
87,
15,
69,
48720,
12360,
59,
87,
1065,
12,
59,
77,
59,
87,
15,
65,
7645,
2673,
59,
87,
1507,
59,
87,
486,
3467,
87,
486,
38016,
87,
15,
65,
59,
87,
2624,
59,
87,
1507,
13,
7645,
2673,
13,
48720,
59,
87,
1065,
59,
87,
3132,
59,
77,
59,
87,
2919,
8897,
3558,
59,
87,
1507,
59,
87,
2999,
3467,
87,
3070,
38016,
87,
15,
65,
59,
87,
2624,
59,
87,
16,
69,
13,
7645,
2673,
13,
48720,
18453,
59,
87,
1065,
59,
87,
2091,
59,
77,
59,
83,
16733,
274,
59,
87,
1507,
59,
87,
3070,
3467,
87,
3070,
38016,
87,
15,
65,
59,
87,
2624,
764,
7645,
2673,
13,
48720,
31077,
59,
87,
1065,
10,
59,
77,
59,
87,
2998,
46981,
59,
87,
1507,
59,
87,
3023,
3467,
87,
486,
38016,
87,
15,
65,
59,
87,
2624,
59,
87,
16,
64,
13,
13297,
13,
11235,
672,
3046,
13,
14967,
27823,
7879,
41,
59,
77,
59,
87,
940,
48720,
18943,
418,
59,
87,
1065,
59,
87,
2623,
59,
77,
59,
87,
940,
7645,
2673,
62,
10951,
59,
87,
1507,
59,
87,
486,
3467,
87,
3070,
38016,
87,
15,
65,
59,
87,
2624,
59,
87,
16,
66,
13,
7645,
2673,
13,
48720,
12360,
7879,
43,
59,
77,
59,
87,
1558,
59,
87,
3682,
59,
87,
5333,
38664,
48720,
18453,
59,
87,
1065,
59,
87,
3132,
59,
77,
59,
87,
2919,
8897,
3558,
59,
87,
1507,
59,
87,
486,
3467,
87,
3070,
38016,
87,
15,
65,
59,
87,
2624,
59,
87,
16,
69,
13,
7645,
2673,
13,
48720,
18453,
7879,
59,
87,
1129,
59,
77,
59,
87,
1558,
10434,
48720,
18453,
7879,
41,
59,
77,
59,
87,
1129,
818,
4443,
48720,
18453,
59,
87,
1065,
12,
59,
77,
59,
87,
15,
65,
7645,
2673,
59,
87,
1507,
59,
87,
486,
3467,
87,
486,
38016,
87,
15,
65,
59,
87,
2624,
59,
87,
1507,
13,
7645,
2673,
13,
48720,
7879,
40,
59,
77,
59,
87,
1507,
59,
87,
2598,
59,
87,
2996,
5807,
48720,
18453,
59,
87,
1065,
12,
59,
77,
59,
87,
15,
65,
7645,
2673,
59,
87,
1507,
59,
87,
486,
3467,
87,
486,
38016,
87,
15,
65,
59,
87,
2624,
59,
87,
1507,
13,
7645,
2673,
13,
48720,
7879,
59,
87,
1507,
59,
77,
59,
87,
1433,
8053,
48720,
18453,
7879,
40,
59,
77,
59,
87,
1507,
59,
87,
3510,
259,
680,
48720,
18453,
59,
87,
1065,
12,
59,
77,
59,
87,
15,
65,
7645,
2673,
59,
87,
1507,
59,
87,
486,
3467,
87,
486,
38016,
87,
15,
65,
59,
87,
2624,
59,
87,
1507,
13,
7645,
2673,
13,
48720,
17,
59,
27705,
19,
59,
87,
3023,
59,
77,
59,
87,
3070,
59,
87,
3901,
11901,
59,
87,
1065,
55,
59,
77,
59,
87,
940,
59,
87,
3682,
59,
87,
5333,
38664,
48720,
59,
87,
1065,
35307,
7645,
2673,
13,
33,
963,
48720,
18453,
59,
87,
16,
64,
59,
87,
16,
66,
13,
7645,
2673,
13,
48720,
12360,
7879,
59,
87,
405,
59,
87,
1065,
51,
59,
77,
59,
87,
940,
10434,
48720,
59,
87,
1065,
35307,
7645,
2673,
13,
10434,
48720,
18453,
59,
87,
16,
64,
59,
87,
1507,
13,
7645,
2673,
13,
48720,
7879,
59,
87,
405,
59,
87,
1065,
6852,
59,
77,
59,
87,
1065,
818,
4443,
48720,
59,
87,
1065,
5,
13,
7645,
2673,
13,
818,
4443,
48720,
18453,
59,
87,
16,
64,
59,
87,
16,
66,
13,
7645,
2673,
13,
48720,
12360,
7879,
59,
87,
405,
59,
87,
1065,
51,
59,
77,
59,
87,
1157,
59,
87,
2598,
59,
87,
2996,
5807,
48720,
59,
87,
1065,
7225,
7645,
2673,
13,
38727,
48720,
18453,
59,
87,
16,
64,
59,
87,
1433,
13,
13297,
13,
11235,
672,
3046,
13,
40613,
7879,
59,
87,
405,
59,
87,
1065,
54,
59,
77,
59,
87,
15,
69,
8053,
48720,
59,
87,
1065,
2,
13,
7645,
2673,
13,
8053,
48720,
18453,
59,
87,
16,
64,
59,
87,
16,
67,
13,
7645,
2673,
13,
48720,
18943,
418,
7879,
59,
87,
405,
59,
87,
1065,
57,
59,
77,
59,
87,
1157,
59,
87,
3510,
259,
680,
48720,
59,
87,
1065,
7225,
7645,
2673,
13,
48658,
48720,
18453,
59,
87,
16,
64,
59,
87,
16,
66,
13,
7645,
2673,
13,
48720,
12360,
7879,
59,
87,
405,
59,
87,
1065,
59,
87,
2598,
59,
77,
59,
83,
38727,
3237,
59,
87,
1065,
59,
87,
16,
67,
13,
7645,
2673,
13,
38727,
3237,
18453,
59,
87,
16,
64,
59,
87,
1433,
13,
13297,
13,
11235,
672,
3046,
13,
40613,
7879,
59,
87,
405,
59,
87,
3682,
59,
87,
2718,
57,
20,
12567,
13,
785,
14,
79,
35586,
1082,
76,
14,
79,
35586,
1082,
76,
14,
10677,
14,
16366,
14,
7645,
2673,
65,
59,
87,
3312,
1676,
1462,
18,
6,
198,
220,
837,
198,
220,
20086,
41888,
13297,
62,
26518,
62,
11235,
672,
3046,
62,
26518,
62,
28920,
834,
40842,
17,
13,
30910,
36584,
32961,
11,
13297,
62,
26518,
62,
11235,
672,
3046,
62,
26518,
62,
16514,
27823,
834,
40842,
17,
13,
30910,
36584,
32961,
11,
16366,
62,
26518,
62,
79,
9501,
62,
26518,
62,
79,
9501,
834,
40842,
17,
13,
30910,
36584,
32961,
11,
16366,
62,
26518,
62,
41799,
62,
26518,
62,
41799,
834,
40842,
17,
13,
30910,
36584,
32961,
11,
12962,
628,
628,
198,
62,
7206,
2538,
9328,
7036,
2200,
35780,
796,
4808,
20147,
1968,
273,
13,
24564,
1968,
273,
7,
198,
220,
1438,
11639,
38727,
3237,
18453,
3256,
198,
220,
1336,
62,
3672,
11639,
7645,
2673,
13,
38727,
3237,
18453,
3256,
198,
220,
29472,
28,
14202,
11,
198,
220,
2393,
28,
30910,
36584,
32961,
11,
198,
220,
7268,
62,
4906,
28,
14202,
11,
198,
220,
7032,
41888,
198,
220,
16589,
198,
220,
18366,
41888,
198,
220,
16589,
198,
220,
28376,
62,
19199,
41888,
4357,
198,
220,
33829,
62,
19199,
41888,
198,
220,
16589,
198,
220,
11389,
1143,
62,
25811,
28,
14202,
11,
198,
220,
318,
62,
2302,
437,
540,
28,
25101,
11,
198,
220,
15582,
11639,
1676,
1462,
18,
3256,
198,
220,
7552,
62,
81,
6231,
41888,
4357,
198,
220,
530,
1659,
82,
41888,
198,
220,
16589,
198,
220,
11389,
1143,
62,
9688,
28,
19707,
11,
198,
220,
11389,
1143,
62,
437,
28,
22413,
11,
198,
8,
628,
198,
62,
5446,
15037,
44710,
2200,
35780,
796,
4808,
20147,
1968,
273,
13,
24564,
1968,
273,
7,
198,
220,
1438,
11639,
48720,
18453,
3256,
198,
220,
1336,
62,
3672,
11639,
7645,
2673,
13,
48720,
18453,
3256,
198,
220,
29472,
28,
14202,
11,
198,
220,
2393,
28,
30910,
36584,
32961,
11,
198,
220,
7268,
62,
4906,
28,
14202,
11,
198,
220,
7032,
41888,
198,
220,
220,
220,
4808,
20147,
1968,
273,
13,
15878,
24564,
1968,
273,
7,
198,
220,
220,
220,
220,
220,
1438,
11639,
17953,
62,
260,
7501,
3256,
1336,
62,
3672,
11639,
7645,
2673,
13,
48720,
18453,
13,
17953,
62,
260,
7501,
3256,
6376,
28,
15,
11,
198,
220,
220,
220,
220,
220,
1271,
28,
16,
11,
2099,
28,
1157,
11,
269,
381,
62,
4906,
28,
940,
11,
6167,
28,
16,
11,
198,
220,
220,
220,
220,
220,
468,
62,
12286,
62,
8367,
28,
25101,
11,
4277,
62,
8367,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
3275,
62,
4906,
28,
14202,
11,
33829,
62,
4906,
28,
14202,
11,
7268,
62,
4906,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
318,
62,
2302,
3004,
28,
25101,
11,
7552,
62,
29982,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
11389,
1143,
62,
25811,
28,
14202,
11,
2393,
28,
30910,
36584,
32961,
828,
198,
220,
220,
220,
4808,
20147,
1968,
273,
13,
15878,
24564,
1968,
273,
7,
198,
220,
220,
220,
220,
220,
1438,
11639,
33678,
62,
260,
7501,
3256,
1336,
62,
3672,
11639,
7645,
2673,
13,
48720,
18453,
13,
33678,
62,
260,
7501,
3256,
6376,
28,
16,
11,
198,
220,
220,
220,
220,
220,
1271,
28,
17,
11,
2099,
28,
1157,
11,
269,
381,
62,
4906,
28,
940,
11,
6167,
28,
16,
11,
198,
220,
220,
220,
220,
220,
468,
62,
12286,
62,
8367,
28,
25101,
11,
4277,
62,
8367,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
3275,
62,
4906,
28,
14202,
11,
33829,
62,
4906,
28,
14202,
11,
7268,
62,
4906,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
318,
62,
2302,
3004,
28,
25101,
11,
7552,
62,
29982,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
11389,
1143,
62,
25811,
28,
14202,
11,
2393,
28,
30910,
36584,
32961,
828,
198,
220,
220,
220,
4808,
20147,
1968,
273,
13,
15878,
24564,
1968,
273,
7,
198,
220,
220,
220,
220,
220,
1438,
11639,
9688,
62,
41509,
3256,
1336,
62,
3672,
11639,
7645,
2673,
13,
48720,
18453,
13,
9688,
62,
41509,
3256,
6376,
28,
17,
11,
198,
220,
220,
220,
220,
220,
1271,
28,
18,
11,
2099,
28,
1157,
11,
269,
381,
62,
4906,
28,
940,
11,
6167,
28,
16,
11,
198,
220,
220,
220,
220,
220,
468,
62,
12286,
62,
8367,
28,
25101,
11,
4277,
62,
8367,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
3275,
62,
4906,
28,
14202,
11,
33829,
62,
4906,
28,
14202,
11,
7268,
62,
4906,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
318,
62,
2302,
3004,
28,
25101,
11,
7552,
62,
29982,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
11389,
1143,
62,
25811,
28,
14202,
11,
2393,
28,
30910,
36584,
32961,
828,
198,
220,
220,
220,
4808,
20147,
1968,
273,
13,
15878,
24564,
1968,
273,
7,
198,
220,
220,
220,
220,
220,
1438,
11639,
15643,
680,
62,
41509,
3256,
1336,
62,
3672,
11639,
7645,
2673,
13,
48720,
18453,
13,
15643,
680,
62,
41509,
3256,
6376,
28,
18,
11,
198,
220,
220,
220,
220,
220,
1271,
28,
19,
11,
2099,
28,
1157,
11,
269,
381,
62,
4906,
28,
940,
11,
6167,
28,
16,
11,
198,
220,
220,
220,
220,
220,
468,
62,
12286,
62,
8367,
28,
25101,
11,
4277,
62,
8367,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
3275,
62,
4906,
28,
14202,
11,
33829,
62,
4906,
28,
14202,
11,
7268,
62,
4906,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
318,
62,
2302,
3004,
28,
25101,
11,
7552,
62,
29982,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
11389,
1143,
62,
25811,
28,
14202,
11,
2393,
28,
30910,
36584,
32961,
828,
198,
220,
220,
220,
4808,
20147,
1968,
273,
13,
15878,
24564,
1968,
273,
7,
198,
220,
220,
220,
220,
220,
1438,
11639,
33678,
62,
41509,
3256,
1336,
62,
3672,
11639,
7645,
2673,
13,
48720,
18453,
13,
33678,
62,
41509,
3256,
6376,
28,
19,
11,
198,
220,
220,
220,
220,
220,
1271,
28,
20,
11,
2099,
28,
1157,
11,
269,
381,
62,
4906,
28,
940,
11,
6167,
28,
16,
11,
198,
220,
220,
220,
220,
220,
468,
62,
12286,
62,
8367,
28,
25101,
11,
4277,
62,
8367,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
3275,
62,
4906,
28,
14202,
11,
33829,
62,
4906,
28,
14202,
11,
7268,
62,
4906,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
318,
62,
2302,
3004,
28,
25101,
11,
7552,
62,
29982,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
11389,
1143,
62,
25811,
28,
14202,
11,
2393,
28,
30910,
36584,
32961,
828,
198,
220,
220,
220,
4808,
20147,
1968,
273,
13,
15878,
24564,
1968,
273,
7,
198,
220,
220,
220,
220,
220,
1438,
11639,
17953,
62,
1671,
3702,
3256,
1336,
62,
3672,
11639,
7645,
2673,
13,
48720,
18453,
13,
17953,
62,
1671,
3702,
3256,
6376,
28,
20,
11,
198,
220,
220,
220,
220,
220,
1271,
28,
21,
11,
2099,
28,
1157,
11,
269,
381,
62,
4906,
28,
940,
11,
6167,
28,
16,
11,
198,
220,
220,
220,
220,
220,
468,
62,
12286,
62,
8367,
28,
25101,
11,
4277,
62,
8367,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
3275,
62,
4906,
28,
14202,
11,
33829,
62,
4906,
28,
14202,
11,
7268,
62,
4906,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
318,
62,
2302,
3004,
28,
25101,
11,
7552,
62,
29982,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
11389,
1143,
62,
25811,
28,
14202,
11,
2393,
28,
30910,
36584,
32961,
828,
198,
220,
220,
220,
4808,
20147,
1968,
273,
13,
15878,
24564,
1968,
273,
7,
198,
220,
220,
220,
220,
220,
1438,
11639,
33678,
62,
1671,
3702,
3256,
1336,
62,
3672,
11639,
7645,
2673,
13,
48720,
18453,
13,
33678,
62,
1671,
3702,
3256,
6376,
28,
21,
11,
198,
220,
220,
220,
220,
220,
1271,
28,
22,
11,
2099,
28,
1157,
11,
269,
381,
62,
4906,
28,
940,
11,
6167,
28,
16,
11,
198,
220,
220,
220,
220,
220,
468,
62,
12286,
62,
8367,
28,
25101,
11,
4277,
62,
8367,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
3275,
62,
4906,
28,
14202,
11,
33829,
62,
4906,
28,
14202,
11,
7268,
62,
4906,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
318,
62,
2302,
3004,
28,
25101,
11,
7552,
62,
29982,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
11389,
1143,
62,
25811,
28,
14202,
11,
2393,
28,
30910,
36584,
32961,
828,
198,
220,
220,
220,
4808,
20147,
1968,
273,
13,
15878,
24564,
1968,
273,
7,
198,
220,
220,
220,
220,
220,
1438,
11639,
19119,
62,
21858,
62,
5219,
3256,
1336,
62,
3672,
11639,
7645,
2673,
13,
48720,
18453,
13,
19119,
62,
21858,
62,
5219,
3256,
6376,
28,
22,
11,
198,
220,
220,
220,
220,
220,
1271,
28,
1157,
11,
2099,
28,
1157,
11,
269,
381,
62,
4906,
28,
940,
11,
6167,
28,
16,
11,
198,
220,
220,
220,
220,
220,
468,
62,
12286,
62,
8367,
28,
25101,
11,
4277,
62,
8367,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
3275,
62,
4906,
28,
14202,
11,
33829,
62,
4906,
28,
14202,
11,
7268,
62,
4906,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
318,
62,
2302,
3004,
28,
25101,
11,
7552,
62,
29982,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
11389,
1143,
62,
25811,
28,
14202,
11,
2393,
28,
30910,
36584,
32961,
828,
198,
220,
220,
220,
4808,
20147,
1968,
273,
13,
15878,
24564,
1968,
273,
7,
198,
220,
220,
220,
220,
220,
1438,
11639,
33678,
62,
439,
3256,
1336,
62,
3672,
11639,
7645,
2673,
13,
48720,
18453,
13,
33678,
62,
439,
3256,
6376,
28,
23,
11,
198,
220,
220,
220,
220,
220,
1271,
28,
940,
11,
2099,
28,
1157,
11,
269,
381,
62,
4906,
28,
940,
11,
6167,
28,
16,
11,
198,
220,
220,
220,
220,
220,
468,
62,
12286,
62,
8367,
28,
25101,
11,
4277,
62,
8367,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
3275,
62,
4906,
28,
14202,
11,
33829,
62,
4906,
28,
14202,
11,
7268,
62,
4906,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
318,
62,
2302,
3004,
28,
25101,
11,
7552,
62,
29982,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
11389,
1143,
62,
25811,
28,
14202,
11,
2393,
28,
30910,
36584,
32961,
828,
198,
220,
16589,
198,
220,
18366,
41888,
198,
220,
16589,
198,
220,
28376,
62,
19199,
41888,
4357,
198,
220,
33829,
62,
19199,
41888,
198,
220,
16589,
198,
220,
11389,
1143,
62,
25811,
28,
14202,
11,
198,
220,
318,
62,
2302,
437,
540,
28,
25101,
11,
198,
220,
15582,
11639,
1676,
1462,
18,
3256,
198,
220,
7552,
62,
81,
6231,
41888,
4357,
198,
220,
530,
1659,
82,
41888,
198,
220,
16589,
198,
220,
11389,
1143,
62,
9688,
28,
15259,
11,
198,
220,
11389,
1143,
62,
437,
28,
21,
2548,
11,
198,
8,
628,
198,
62,
5446,
15037,
44710,
19535,
47,
1340,
5188,
796,
4808,
20147,
1968,
273,
13,
24564,
1968,
273,
7,
198,
220,
1438,
11639,
48720,
31077,
3256,
198,
220,
1336,
62,
3672,
11639,
7645,
2673,
13,
48720,
31077,
3256,
198,
220,
29472,
28,
14202,
11,
198,
220,
2393,
28,
30910,
36584,
32961,
11,
198,
220,
7268,
62,
4906,
28,
14202,
11,
198,
220,
7032,
41888,
198,
220,
220,
220,
4808,
20147,
1968,
273,
13,
15878,
24564,
1968,
273,
7,
198,
220,
220,
220,
220,
220,
1438,
11639,
41509,
3256,
1336,
62,
3672,
11639,
7645,
2673,
13,
48720,
31077,
13,
41509,
3256,
6376,
28,
15,
11,
198,
220,
220,
220,
220,
220,
1271,
28,
17,
11,
2099,
28,
1157,
11,
269,
381,
62,
4906,
28,
940,
11,
6167,
28,
16,
11,
198,
220,
220,
220,
220,
220,
468,
62,
12286,
62,
8367,
28,
25101,
11,
4277,
62,
8367,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
3275,
62,
4906,
28,
14202,
11,
33829,
62,
4906,
28,
14202,
11,
7268,
62,
4906,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
318,
62,
2302,
3004,
28,
25101,
11,
7552,
62,
29982,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
11389,
1143,
62,
25811,
28,
14202,
11,
2393,
28,
30910,
36584,
32961,
828,
198,
220,
16589,
198,
220,
18366,
41888,
198,
220,
16589,
198,
220,
28376,
62,
19199,
41888,
4357,
198,
220,
33829,
62,
19199,
41888,
198,
220,
16589,
198,
220,
11389,
1143,
62,
25811,
28,
14202,
11,
198,
220,
318,
62,
2302,
437,
540,
28,
25101,
11,
198,
220,
15582,
11639,
1676,
1462,
18,
3256,
198,
220,
7552,
62,
81,
6231,
41888,
4357,
198,
220,
530,
1659,
82,
41888,
198,
220,
16589,
198,
220,
11389,
1143,
62,
9688,
28,
31102,
11,
198,
220,
11389,
1143,
62,
437,
28,
35844,
11,
198,
8,
628,
198,
62,
5446,
15037,
44710,
796,
4808,
20147,
1968,
273,
13,
24564,
1968,
273,
7,
198,
220,
1438,
11639,
48720,
3256,
198,
220,
1336,
62,
3672,
11639,
7645,
2673,
13,
48720,
3256,
198,
220,
29472,
28,
14202,
11,
198,
220,
2393,
28,
30910,
36584,
32961,
11,
198,
220,
7268,
62,
4906,
28,
14202,
11,
198,
220,
7032,
41888,
198,
220,
220,
220,
4808,
20147,
1968,
273,
13,
15878,
24564,
1968,
273,
7,
198,
220,
220,
220,
220,
220,
1438,
11639,
312,
3256,
1336,
62,
3672,
11639,
7645,
2673,
13,
48720,
13,
312,
3256,
6376,
28,
15,
11,
198,
220,
220,
220,
220,
220,
1271,
28,
16,
11,
2099,
28,
24,
11,
269,
381,
62,
4906,
28,
24,
11,
6167,
28,
16,
11,
198,
220,
220,
220,
220,
220,
468,
62,
12286,
62,
8367,
28,
25101,
11,
4277,
62,
8367,
28,
65,
1,
1911,
12501,
1098,
10786,
40477,
12,
23,
33809,
198,
220,
220,
220,
220,
220,
3275,
62,
4906,
28,
14202,
11,
33829,
62,
4906,
28,
14202,
11,
7268,
62,
4906,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
318,
62,
2302,
3004,
28,
25101,
11,
7552,
62,
29982,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
11389,
1143,
62,
25811,
28,
14202,
11,
2393,
28,
30910,
36584,
32961,
828,
198,
220,
16589,
198,
220,
18366,
41888,
198,
220,
16589,
198,
220,
28376,
62,
19199,
41888,
4357,
198,
220,
33829,
62,
19199,
41888,
198,
220,
16589,
198,
220,
11389,
1143,
62,
25811,
28,
14202,
11,
198,
220,
318,
62,
2302,
437,
540,
28,
25101,
11,
198,
220,
15582,
11639,
1676,
1462,
18,
3256,
198,
220,
7552,
62,
81,
6231,
41888,
4357,
198,
220,
530,
1659,
82,
41888,
198,
220,
16589,
198,
220,
11389,
1143,
62,
9688,
28,
46589,
11,
198,
220,
11389,
1143,
62,
437,
28,
22,
1558,
11,
198,
8,
628,
198,
62,
5446,
15037,
44710,
10778,
796,
4808,
20147,
1968,
273,
13,
24564,
1968,
273,
7,
198,
220,
1438,
11639,
48720,
12360,
3256,
198,
220,
1336,
62,
3672,
11639,
7645,
2673,
13,
48720,
12360,
3256,
198,
220,
29472,
28,
14202,
11,
198,
220,
2393,
28,
30910,
36584,
32961,
11,
198,
220,
7268,
62,
4906,
28,
14202,
11,
198,
220,
7032,
41888,
198,
220,
220,
220,
4808,
20147,
1968,
273,
13,
15878,
24564,
1968,
273,
7,
198,
220,
220,
220,
220,
220,
1438,
11639,
7645,
2673,
3256,
1336,
62,
3672,
11639,
7645,
2673,
13,
48720,
12360,
13,
7645,
2673,
3256,
6376,
28,
15,
11,
198,
220,
220,
220,
220,
220,
1271,
28,
16,
11,
2099,
28,
1157,
11,
269,
381,
62,
4906,
28,
940,
11,
6167,
28,
16,
11,
198,
220,
220,
220,
220,
220,
468,
62,
12286,
62,
8367,
28,
25101,
11,
4277,
62,
8367,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
3275,
62,
4906,
28,
14202,
11,
33829,
62,
4906,
28,
14202,
11,
7268,
62,
4906,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
318,
62,
2302,
3004,
28,
25101,
11,
7552,
62,
29982,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
11389,
1143,
62,
25811,
28,
14202,
11,
2393,
28,
30910,
36584,
32961,
828,
198,
220,
220,
220,
4808,
20147,
1968,
273,
13,
15878,
24564,
1968,
273,
7,
198,
220,
220,
220,
220,
220,
1438,
11639,
8897,
3558,
3256,
1336,
62,
3672,
11639,
7645,
2673,
13,
48720,
12360,
13,
8897,
3558,
3256,
6376,
28,
16,
11,
198,
220,
220,
220,
220,
220,
1271,
28,
17,
11,
2099,
28,
1157,
11,
269,
381,
62,
4906,
28,
940,
11,
6167,
28,
18,
11,
198,
220,
220,
220,
220,
220,
468,
62,
12286,
62,
8367,
28,
25101,
11,
4277,
62,
8367,
41888,
4357,
198,
220,
220,
220,
220,
220,
3275,
62,
4906,
28,
14202,
11,
33829,
62,
4906,
28,
14202,
11,
7268,
62,
4906,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
318,
62,
2302,
3004,
28,
25101,
11,
7552,
62,
29982,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
11389,
1143,
62,
25811,
28,
14202,
11,
2393,
28,
30910,
36584,
32961,
828,
198,
220,
220,
220,
4808,
20147,
1968,
273,
13,
15878,
24564,
1968,
273,
7,
198,
220,
220,
220,
220,
220,
1438,
11639,
16733,
274,
3256,
1336,
62,
3672,
11639,
7645,
2673,
13,
48720,
12360,
13,
16733,
274,
3256,
6376,
28,
17,
11,
198,
220,
220,
220,
220,
220,
1271,
28,
18,
11,
2099,
28,
1157,
11,
269,
381,
62,
4906,
28,
940,
11,
6167,
28,
18,
11,
198,
220,
220,
220,
220,
220,
468,
62,
12286,
62,
8367,
28,
25101,
11,
4277,
62,
8367,
41888,
4357,
198,
220,
220,
220,
220,
220,
3275,
62,
4906,
28,
14202,
11,
33829,
62,
4906,
28,
14202,
11,
7268,
62,
4906,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
318,
62,
2302,
3004,
28,
25101,
11,
7552,
62,
29982,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
11389,
1143,
62,
25811,
28,
14202,
11,
2393,
28,
30910,
36584,
32961,
828,
198,
220,
220,
220,
4808,
20147,
1968,
273,
13,
15878,
24564,
1968,
273,
7,
198,
220,
220,
220,
220,
220,
1438,
11639,
46981,
3256,
1336,
62,
3672,
11639,
7645,
2673,
13,
48720,
12360,
13,
46981,
3256,
6376,
28,
18,
11,
198,
220,
220,
220,
220,
220,
1271,
28,
19,
11,
2099,
28,
1157,
11,
269,
381,
62,
4906,
28,
940,
11,
6167,
28,
16,
11,
198,
220,
220,
220,
220,
220,
468,
62,
12286,
62,
8367,
28,
25101,
11,
4277,
62,
8367,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
3275,
62,
4906,
28,
14202,
11,
33829,
62,
4906,
28,
14202,
11,
7268,
62,
4906,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
318,
62,
2302,
3004,
28,
25101,
11,
7552,
62,
29982,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
11389,
1143,
62,
25811,
28,
14202,
11,
2393,
28,
30910,
36584,
32961,
828,
198,
220,
16589,
198,
220,
18366,
41888,
198,
220,
16589,
198,
220,
28376,
62,
19199,
41888,
4357,
198,
220,
33829,
62,
19199,
41888,
198,
220,
16589,
198,
220,
11389,
1143,
62,
25811,
28,
14202,
11,
198,
220,
318,
62,
2302,
437,
540,
28,
25101,
11,
198,
220,
15582,
11639,
1676,
1462,
18,
3256,
198,
220,
7552,
62,
81,
6231,
41888,
4357,
198,
220,
530,
1659,
82,
41888,
198,
220,
16589,
198,
220,
11389,
1143,
62,
9688,
28,
23906,
11,
198,
220,
11389,
1143,
62,
437,
28,
24,
2091,
11,
198,
8,
628,
198,
62,
5446,
15037,
44710,
1268,
37,
2640,
796,
4808,
20147,
1968,
273,
13,
24564,
1968,
273,
7,
198,
220,
1438,
11639,
48720,
18943,
418,
3256,
198,
220,
1336,
62,
3672,
11639,
7645,
2673,
13,
48720,
18943,
418,
3256,
198,
220,
29472,
28,
14202,
11,
198,
220,
2393,
28,
30910,
36584,
32961,
11,
198,
220,
7268,
62,
4906,
28,
14202,
11,
198,
220,
7032,
41888,
198,
220,
220,
220,
4808,
20147,
1968,
273,
13,
15878,
24564,
1968,
273,
7,
198,
220,
220,
220,
220,
220,
1438,
11639,
7645,
2673,
62,
10951,
3256,
1336,
62,
3672,
11639,
7645,
2673,
13,
48720,
18943,
418,
13,
7645,
2673,
62,
10951,
3256,
6376,
28,
15,
11,
198,
220,
220,
220,
220,
220,
1271,
28,
16,
11,
2099,
28,
1157,
11,
269,
381,
62,
4906,
28,
940,
11,
6167,
28,
18,
11,
198,
220,
220,
220,
220,
220,
468,
62,
12286,
62,
8367,
28,
25101,
11,
4277,
62,
8367,
41888,
4357,
198,
220,
220,
220,
220,
220,
3275,
62,
4906,
28,
14202,
11,
33829,
62,
4906,
28,
14202,
11,
7268,
62,
4906,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
318,
62,
2302,
3004,
28,
25101,
11,
7552,
62,
29982,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
11389,
1143,
62,
25811,
28,
14202,
11,
2393,
28,
30910,
36584,
32961,
828,
198,
220,
16589,
198,
220,
18366,
41888,
198,
220,
16589,
198,
220,
28376,
62,
19199,
41888,
4357,
198,
220,
33829,
62,
19199,
41888,
198,
220,
16589,
198,
220,
11389,
1143,
62,
25811,
28,
14202,
11,
198,
220,
318,
62,
2302,
437,
540,
28,
25101,
11,
198,
220,
15582,
11639,
1676,
1462,
18,
3256,
198,
220,
7552,
62,
81,
6231,
41888,
4357,
198,
220,
530,
1659,
82,
41888,
198,
220,
16589,
198,
220,
11389,
1143,
62,
9688,
28,
24,
2327,
11,
198,
220,
11389,
1143,
62,
437,
28,
3064,
24,
11,
198,
8,
628,
198,
62,
33,
11417,
5446,
15037,
44710,
2200,
35780,
796,
4808,
20147,
1968,
273,
13,
24564,
1968,
273,
7,
198,
220,
1438,
11639,
33,
963,
48720,
18453,
3256,
198,
220,
1336,
62,
3672,
11639,
7645,
2673,
13,
33,
963,
48720,
18453,
3256,
198,
220,
29472,
28,
14202,
11,
198,
220,
2393,
28,
30910,
36584,
32961,
11,
198,
220,
7268,
62,
4906,
28,
14202,
11,
198,
220,
7032,
41888,
198,
220,
220,
220,
4808,
20147,
1968,
273,
13,
15878,
24564,
1968,
273,
7,
198,
220,
220,
220,
220,
220,
1438,
11639,
8897,
3558,
3256,
1336,
62,
3672,
11639,
7645,
2673,
13,
33,
963,
48720,
18453,
13,
8897,
3558,
3256,
6376,
28,
15,
11,
198,
220,
220,
220,
220,
220,
1271,
28,
16,
11,
2099,
28,
1157,
11,
269,
381,
62,
4906,
28,
940,
11,
6167,
28,
18,
11,
198,
220,
220,
220,
220,
220,
468,
62,
12286,
62,
8367,
28,
25101,
11,
4277,
62,
8367,
41888,
4357,
198,
220,
220,
220,
220,
220,
3275,
62,
4906,
28,
14202,
11,
33829,
62,
4906,
28,
14202,
11,
7268,
62,
4906,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
318,
62,
2302,
3004,
28,
25101,
11,
7552,
62,
29982,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
11389,
1143,
62,
25811,
28,
14202,
11,
2393,
28,
30910,
36584,
32961,
828,
198,
220,
16589,
198,
220,
18366,
41888,
198,
220,
16589,
198,
220,
28376,
62,
19199,
41888,
4357,
198,
220,
33829,
62,
19199,
41888,
198,
220,
16589,
198,
220,
11389,
1143,
62,
25811,
28,
14202,
11,
198,
220,
318,
62,
2302,
437,
540,
28,
25101,
11,
198,
220,
15582,
11639,
1676,
1462,
18,
3256,
198,
220,
7552,
62,
81,
6231,
41888,
4357,
198,
220,
530,
1659,
82,
41888,
198,
220,
16589,
198,
220,
11389,
1143,
62,
9688,
28,
8784,
16,
11,
198,
220,
11389,
1143,
62,
437,
28,
940,
5774,
11,
198,
8,
628,
198,
62,
2257,
7227,
5446,
15037,
44710,
2200,
35780,
796,
4808,
20147,
1968,
273,
13,
24564,
1968,
273,
7,
198,
220,
1438,
11639,
10434,
48720,
18453,
3256,
198,
220,
1336,
62,
3672,
11639,
7645,
2673,
13,
10434,
48720,
18453,
3256,
198,
220,
29472,
28,
14202,
11,
198,
220,
2393,
28,
30910,
36584,
32961,
11,
198,
220,
7268,
62,
4906,
28,
14202,
11,
198,
220,
7032,
41888,
198,
220,
16589,
198,
220,
18366,
41888,
198,
220,
16589,
198,
220,
28376,
62,
19199,
41888,
4357,
198,
220,
33829,
62,
19199,
41888,
198,
220,
16589,
198,
220,
11389,
1143,
62,
25811,
28,
14202,
11,
198,
220,
318,
62,
2302,
437,
540,
28,
25101,
11,
198,
220,
15582,
11639,
1676,
1462,
18,
3256,
198,
220,
7552,
62,
81,
6231,
41888,
4357,
198,
220,
530,
1659,
82,
41888,
198,
220,
16589,
198,
220,
11389,
1143,
62,
9688,
28,
940,
4531,
11,
198,
220,
11389,
1143,
62,
437,
28,
1157,
1415,
11,
198,
8,
628,
198,
62,
1268,
4303,
9782,
5446,
15037,
44710,
2200,
35780,
796,
4808,
20147,
1968,
273,
13,
24564,
1968,
273,
7,
198,
220,
1438,
11639,
818,
4443,
48720,
18453,
3256,
198,
220,
1336,
62,
3672,
11639,
7645,
2673,
13,
818,
4443,
48720,
18453,
3256,
198,
220,
29472,
28,
14202,
11,
198,
220,
2393,
28,
30910,
36584,
32961,
11,
198,
220,
7268,
62,
4906,
28,
14202,
11,
198,
220,
7032,
41888,
198,
220,
220,
220,
4808,
20147,
1968,
273,
13,
15878,
24564,
1968,
273,
7,
198,
220,
220,
220,
220,
220,
1438,
11639,
7645,
2673,
3256,
1336,
62,
3672,
11639,
7645,
2673,
13,
818,
4443,
48720,
18453,
13,
7645,
2673,
3256,
6376,
28,
15,
11,
198,
220,
220,
220,
220,
220,
1271,
28,
16,
11,
2099,
28,
1157,
11,
269,
381,
62,
4906,
28,
940,
11,
6167,
28,
16,
11,
198,
220,
220,
220,
220,
220,
468,
62,
12286,
62,
8367,
28,
25101,
11,
4277,
62,
8367,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
3275,
62,
4906,
28,
14202,
11,
33829,
62,
4906,
28,
14202,
11,
7268,
62,
4906,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
318,
62,
2302,
3004,
28,
25101,
11,
7552,
62,
29982,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
11389,
1143,
62,
25811,
28,
14202,
11,
2393,
28,
30910,
36584,
32961,
828,
198,
220,
16589,
198,
220,
18366,
41888,
198,
220,
16589,
198,
220,
28376,
62,
19199,
41888,
4357,
198,
220,
33829,
62,
19199,
41888,
198,
220,
16589,
198,
220,
11389,
1143,
62,
25811,
28,
14202,
11,
198,
220,
318,
62,
2302,
437,
540,
28,
25101,
11,
198,
220,
15582,
11639,
1676,
1462,
18,
3256,
198,
220,
7552,
62,
81,
6231,
41888,
4357,
198,
220,
530,
1659,
82,
41888,
198,
220,
16589,
198,
220,
11389,
1143,
62,
9688,
28,
1157,
1433,
11,
198,
220,
11389,
1143,
62,
437,
28,
16315,
15,
11,
198,
8,
628,
198,
62,
7206,
28882,
2767,
49,
15037,
44710,
2200,
35780,
796,
4808,
20147,
1968,
273,
13,
24564,
1968,
273,
7,
198,
220,
1438,
11639,
38727,
48720,
18453,
3256,
198,
220,
1336,
62,
3672,
11639,
7645,
2673,
13,
38727,
48720,
18453,
3256,
198,
220,
29472,
28,
14202,
11,
198,
220,
2393,
28,
30910,
36584,
32961,
11,
198,
220,
7268,
62,
4906,
28,
14202,
11,
198,
220,
7032,
41888,
198,
220,
220,
220,
4808,
20147,
1968,
273,
13,
15878,
24564,
1968,
273,
7,
198,
220,
220,
220,
220,
220,
1438,
11639,
7645,
2673,
3256,
1336,
62,
3672,
11639,
7645,
2673,
13,
38727,
48720,
18453,
13,
7645,
2673,
3256,
6376,
28,
15,
11,
198,
220,
220,
220,
220,
220,
1271,
28,
16,
11,
2099,
28,
1157,
11,
269,
381,
62,
4906,
28,
940,
11,
6167,
28,
16,
11,
198,
220,
220,
220,
220,
220,
468,
62,
12286,
62,
8367,
28,
25101,
11,
4277,
62,
8367,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
3275,
62,
4906,
28,
14202,
11,
33829,
62,
4906,
28,
14202,
11,
7268,
62,
4906,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
318,
62,
2302,
3004,
28,
25101,
11,
7552,
62,
29982,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
11389,
1143,
62,
25811,
28,
14202,
11,
2393,
28,
30910,
36584,
32961,
828,
198,
220,
16589,
198,
220,
18366,
41888,
198,
220,
16589,
198,
220,
28376,
62,
19199,
41888,
4357,
198,
220,
33829,
62,
19199,
41888,
198,
220,
16589,
198,
220,
11389,
1143,
62,
25811,
28,
14202,
11,
198,
220,
318,
62,
2302,
437,
540,
28,
25101,
11,
198,
220,
15582,
11639,
1676,
1462,
18,
3256,
198,
220,
7552,
62,
81,
6231,
41888,
4357,
198,
220,
530,
1659,
82,
41888,
198,
220,
16589,
198,
220,
11389,
1143,
62,
9688,
28,
16315,
17,
11,
198,
220,
11389,
1143,
62,
437,
28,
1065,
2996,
11,
198,
8,
628,
198,
62,
45849,
5446,
15037,
44710,
2200,
35780,
796,
4808,
20147,
1968,
273,
13,
24564,
1968,
273,
7,
198,
220,
1438,
11639,
8053,
48720,
18453,
3256,
198,
220,
1336,
62,
3672,
11639,
7645,
2673,
13,
8053,
48720,
18453,
3256,
198,
220,
29472,
28,
14202,
11,
198,
220,
2393,
28,
30910,
36584,
32961,
11,
198,
220,
7268,
62,
4906,
28,
14202,
11,
198,
220,
7032,
41888,
198,
220,
16589,
198,
220,
18366,
41888,
198,
220,
16589,
198,
220,
28376,
62,
19199,
41888,
4357,
198,
220,
33829,
62,
19199,
41888,
198,
220,
16589,
198,
220,
11389,
1143,
62,
25811,
28,
14202,
11,
198,
220,
318,
62,
2302,
437,
540,
28,
25101,
11,
198,
220,
15582,
11639,
1676,
1462,
18,
3256,
198,
220,
7552,
62,
81,
6231,
41888,
4357,
198,
220,
530,
1659,
82,
41888,
198,
220,
16589,
198,
220,
11389,
1143,
62,
9688,
28,
1065,
3134,
11,
198,
220,
11389,
1143,
62,
437,
28,
1065,
6420,
11,
198,
8,
628,
198,
62,
20032,
18422,
5446,
15037,
44710,
2200,
35780,
796,
4808,
20147,
1968,
273,
13,
24564,
1968,
273,
7,
198,
220,
1438,
11639,
48658,
48720,
18453,
3256,
198,
220,
1336,
62,
3672,
11639,
7645,
2673,
13,
48658,
48720,
18453,
3256,
198,
220,
29472,
28,
14202,
11,
198,
220,
2393,
28,
30910,
36584,
32961,
11,
198,
220,
7268,
62,
4906,
28,
14202,
11,
198,
220,
7032,
41888,
198,
220,
220,
220,
4808,
20147,
1968,
273,
13,
15878,
24564,
1968,
273,
7,
198,
220,
220,
220,
220,
220,
1438,
11639,
7645,
2673,
3256,
1336,
62,
3672,
11639,
7645,
2673,
13,
48658,
48720,
18453,
13,
7645,
2673,
3256,
6376,
28,
15,
11,
198,
220,
220,
220,
220,
220,
1271,
28,
16,
11,
2099,
28,
1157,
11,
269,
381,
62,
4906,
28,
940,
11,
6167,
28,
16,
11,
198,
220,
220,
220,
220,
220,
468,
62,
12286,
62,
8367,
28,
25101,
11,
4277,
62,
8367,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
3275,
62,
4906,
28,
14202,
11,
33829,
62,
4906,
28,
14202,
11,
7268,
62,
4906,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
318,
62,
2302,
3004,
28,
25101,
11,
7552,
62,
29982,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
11389,
1143,
62,
25811,
28,
14202,
11,
2393,
28,
30910,
36584,
32961,
828,
198,
220,
16589,
198,
220,
18366,
41888,
198,
220,
16589,
198,
220,
28376,
62,
19199,
41888,
4357,
198,
220,
33829,
62,
19199,
41888,
198,
220,
16589,
198,
220,
11389,
1143,
62,
25811,
28,
14202,
11,
198,
220,
318,
62,
2302,
437,
540,
28,
25101,
11,
198,
220,
15582,
11639,
1676,
1462,
18,
3256,
198,
220,
7552,
62,
81,
6231,
41888,
4357,
198,
220,
530,
1659,
82,
41888,
198,
220,
16589,
198,
220,
11389,
1143,
62,
9688,
28,
1065,
6052,
11,
198,
220,
11389,
1143,
62,
437,
28,
1485,
2791,
11,
198,
8,
198,
198,
62,
5446,
15037,
44710,
2200,
35780,
13,
25747,
62,
1525,
62,
3672,
17816,
17953,
62,
260,
7501,
6,
4083,
20500,
62,
4906,
796,
5456,
62,
26518,
62,
79,
9501,
62,
26518,
62,
79,
9501,
834,
40842,
17,
13557,
43387,
23261,
8905,
6965,
35780,
198,
62,
5446,
15037,
44710,
2200,
35780,
13,
25747,
62,
1525,
62,
3672,
17816,
33678,
62,
260,
7501,
6,
4083,
20500,
62,
4906,
796,
5456,
62,
26518,
62,
79,
9501,
62,
26518,
62,
79,
9501,
834,
40842,
17,
13557,
7206,
2538,
5781,
8905,
6965,
35780,
198,
62,
5446,
15037,
44710,
2200,
35780,
13,
25747,
62,
1525,
62,
3672,
17816,
9688,
62,
41509,
6,
4083,
20500,
62,
4906,
796,
5456,
62,
26518,
62,
79,
9501,
62,
26518,
62,
79,
9501,
834,
40842,
17,
13557,
46678,
4825,
2662,
36393,
2200,
35780,
198,
62,
5446,
15037,
44710,
2200,
35780,
13,
25747,
62,
1525,
62,
3672,
17816,
15643,
680,
62,
41509,
6,
4083,
20500,
62,
4906,
796,
5456,
62,
26518,
62,
79,
9501,
62,
26518,
62,
79,
9501,
834,
40842,
17,
13557,
20032,
18422,
9858,
36393,
2200,
35780,
198,
62,
5446,
15037,
44710,
2200,
35780,
13,
25747,
62,
1525,
62,
3672,
17816,
33678,
62,
41509,
6,
4083,
20500,
62,
4906,
796,
5456,
62,
26518,
62,
79,
9501,
62,
26518,
62,
79,
9501,
834,
40842,
17,
13557,
7206,
28882,
2943,
2662,
36393,
2200,
35780,
198,
62,
5446,
15037,
44710,
2200,
35780,
13,
25747,
62,
1525,
62,
3672,
17816,
17953,
62,
1671,
3702,
6,
4083,
20500,
62,
4906,
796,
5456,
62,
26518,
62,
79,
9501,
62,
26518,
62,
79,
9501,
834,
40842,
17,
13557,
43387,
6158,
11473,
1565,
3398,
2200,
35780,
198,
62,
5446,
15037,
44710,
2200,
35780,
13,
25747,
62,
1525,
62,
3672,
17816,
33678,
62,
1671,
3702,
6,
4083,
20500,
62,
4906,
796,
5456,
62,
26518,
62,
79,
9501,
62,
26518,
62,
79,
9501,
834,
40842,
17,
13557,
7206,
2538,
9328,
11473,
1565,
3398,
2200,
35780,
198,
62,
5446,
15037,
44710,
2200,
35780,
13,
25747,
62,
1525,
62,
3672,
17816,
19119,
62,
21858,
62,
5219,
6,
4083,
20500,
62,
4906,
796,
5456,
62,
26518,
62,
41799,
62,
26518,
62,
41799,
834,
40842,
17,
13557,
16977,
41,
9864,
35744,
9338,
35780,
198,
62,
5446,
15037,
44710,
2200,
35780,
13,
25747,
62,
1525,
62,
3672,
17816,
33678,
62,
439,
6,
4083,
20500,
62,
4906,
796,
4808,
7206,
2538,
9328,
7036,
2200,
35780,
198,
62,
5446,
15037,
44710,
19535,
47,
1340,
5188,
13,
25747,
62,
1525,
62,
3672,
17816,
41509,
6,
4083,
20500,
62,
4906,
796,
5456,
62,
26518,
62,
79,
9501,
62,
26518,
62,
79,
9501,
834,
40842,
17,
13557,
9858,
36393,
198,
62,
5446,
15037,
44710,
10778,
13,
25747,
62,
1525,
62,
3672,
17816,
7645,
2673,
6,
4083,
20500,
62,
4906,
796,
4808,
5446,
15037,
44710,
198,
62,
5446,
15037,
44710,
10778,
13,
25747,
62,
1525,
62,
3672,
17816,
8897,
3558,
6,
4083,
20500,
62,
4906,
796,
4808,
5446,
15037,
44710,
2200,
35780,
198,
62,
5446,
15037,
44710,
10778,
13,
25747,
62,
1525,
62,
3672,
17816,
16733,
274,
6,
4083,
20500,
62,
4906,
796,
4808,
5446,
15037,
44710,
19535,
47,
1340,
5188,
198,
62,
5446,
15037,
44710,
10778,
13,
25747,
62,
1525,
62,
3672,
17816,
46981,
6,
4083,
20500,
62,
4906,
796,
23645,
62,
26518,
62,
11235,
672,
3046,
62,
26518,
62,
16514,
27823,
834,
40842,
17,
13557,
51,
3955,
6465,
23518,
198,
62,
5446,
15037,
44710,
1268,
37,
2640,
13,
25747,
62,
1525,
62,
3672,
17816,
7645,
2673,
62,
10951,
6,
4083,
20500,
62,
4906,
796,
4808,
5446,
15037,
44710,
10778,
198,
62,
33,
11417,
5446,
15037,
44710,
2200,
35780,
13,
25747,
62,
1525,
62,
3672,
17816,
8897,
3558,
6,
4083,
20500,
62,
4906,
796,
4808,
5446,
15037,
44710,
2200,
35780,
198,
62,
1268,
4303,
9782,
5446,
15037,
44710,
2200,
35780,
13,
25747,
62,
1525,
62,
3672,
17816,
7645,
2673,
6,
4083,
20500,
62,
4906,
796,
4808,
5446,
15037,
44710,
198,
62,
7206,
28882,
2767,
49,
15037,
44710,
2200,
35780,
13,
25747,
62,
1525,
62,
3672,
17816,
7645,
2673,
6,
4083,
20500,
62,
4906,
796,
4808,
5446,
15037,
44710,
198,
62,
20032,
18422,
5446,
15037,
44710,
2200,
35780,
13,
25747,
62,
1525,
62,
3672,
17816,
7645,
2673,
6,
4083,
20500,
62,
4906,
796,
4808,
5446,
15037,
44710,
198,
30910,
36584,
32961,
13,
20500,
62,
19199,
62,
1525,
62,
3672,
17816,
38727,
3237,
18453,
20520,
796,
4808,
7206,
2538,
9328,
7036,
2200,
35780,
198,
30910,
36584,
32961,
13,
20500,
62,
19199,
62,
1525,
62,
3672,
17816,
48720,
18453,
20520,
796,
4808,
5446,
15037,
44710,
2200,
35780,
198,
30910,
36584,
32961,
13,
20500,
62,
19199,
62,
1525,
62,
3672,
17816,
48720,
31077,
20520,
796,
4808,
5446,
15037,
44710,
19535,
47,
1340,
5188,
198,
30910,
36584,
32961,
13,
20500,
62,
19199,
62,
1525,
62,
3672,
17816,
48720,
20520,
796,
4808,
5446,
15037,
44710,
198,
30910,
36584,
32961,
13,
20500,
62,
19199,
62,
1525,
62,
3672,
17816,
48720,
12360,
20520,
796,
4808,
5446,
15037,
44710,
10778,
198,
30910,
36584,
32961,
13,
20500,
62,
19199,
62,
1525,
62,
3672,
17816,
48720,
18943,
418,
20520,
796,
4808,
5446,
15037,
44710,
1268,
37,
2640,
198,
30910,
36584,
32961,
13,
20500,
62,
19199,
62,
1525,
62,
3672,
17816,
33,
963,
48720,
18453,
20520,
796,
4808,
33,
11417,
5446,
15037,
44710,
2200,
35780,
198,
30910,
36584,
32961,
13,
20500,
62,
19199,
62,
1525,
62,
3672,
17816,
10434,
48720,
18453,
20520,
796,
4808,
2257,
7227,
5446,
15037,
44710,
2200,
35780,
198,
30910,
36584,
32961,
13,
20500,
62,
19199,
62,
1525,
62,
3672,
17816,
818,
4443,
48720,
18453,
20520,
796,
4808,
1268,
4303,
9782,
5446,
15037,
44710,
2200,
35780,
198,
30910,
36584,
32961,
13,
20500,
62,
19199,
62,
1525,
62,
3672,
17816,
38727,
48720,
18453,
20520,
796,
4808,
7206,
28882,
2767,
49,
15037,
44710,
2200,
35780,
198,
30910,
36584,
32961,
13,
20500,
62,
19199,
62,
1525,
62,
3672,
17816,
8053,
48720,
18453,
20520,
796,
4808,
45849,
5446,
15037,
44710,
2200,
35780,
198,
30910,
36584,
32961,
13,
20500,
62,
19199,
62,
1525,
62,
3672,
17816,
48658,
48720,
18453,
20520,
796,
4808,
20032,
18422,
5446,
15037,
44710,
2200,
35780,
198,
62,
37047,
62,
9945,
13,
38804,
8979,
24564,
1968,
273,
7,
30910,
36584,
32961,
8,
198,
198,
38727,
3237,
18453,
796,
4808,
5420,
1564,
13,
8645,
515,
19703,
4668,
12837,
6030,
10786,
38727,
3237,
18453,
3256,
44104,
20500,
13,
12837,
11,
828,
1391,
198,
220,
705,
30910,
36584,
32961,
6,
1058,
4808,
7206,
2538,
9328,
7036,
2200,
35780,
11,
198,
220,
705,
834,
21412,
834,
6,
1058,
705,
16366,
13,
7645,
2673,
13,
7645,
2673,
62,
40842,
17,
6,
198,
220,
1303,
25248,
11235,
420,
62,
28463,
295,
62,
4122,
7,
4871,
62,
29982,
25,
7645,
2673,
13,
38727,
3237,
18453,
8,
198,
220,
32092,
198,
62,
37047,
62,
9945,
13,
38804,
12837,
7,
38727,
3237,
18453,
8,
198,
198,
48720,
18453,
796,
4808,
5420,
1564,
13,
8645,
515,
19703,
4668,
12837,
6030,
10786,
48720,
18453,
3256,
44104,
20500,
13,
12837,
11,
828,
1391,
198,
220,
705,
30910,
36584,
32961,
6,
1058,
4808,
5446,
15037,
44710,
2200,
35780,
11,
198,
220,
705,
834,
21412,
834,
6,
1058,
705,
16366,
13,
7645,
2673,
13,
7645,
2673,
62,
40842,
17,
6,
198,
220,
1303,
25248,
11235,
420,
62,
28463,
295,
62,
4122,
7,
4871,
62,
29982,
25,
7645,
2673,
13,
48720,
18453,
8,
198,
220,
32092,
198,
62,
37047,
62,
9945,
13,
38804,
12837,
7,
48720,
18453,
8,
198,
198,
48720,
31077,
796,
4808,
5420,
1564,
13,
8645,
515,
19703,
4668,
12837,
6030,
10786,
48720,
31077,
3256,
44104,
20500,
13,
12837,
11,
828,
1391,
198,
220,
705,
30910,
36584,
32961,
6,
1058,
4808,
5446,
15037,
44710,
19535,
47,
1340,
5188,
11,
198,
220,
705,
834,
21412,
834,
6,
1058,
705,
16366,
13,
7645,
2673,
13,
7645,
2673,
62,
40842,
17,
6,
198,
220,
1303,
25248,
11235,
420,
62,
28463,
295,
62,
4122,
7,
4871,
62,
29982,
25,
7645,
2673,
13,
48720,
31077,
8,
198,
220,
32092,
198,
62,
37047,
62,
9945,
13,
38804,
12837,
7,
48720,
31077,
8,
198,
198,
48720,
796,
4808,
5420,
1564,
13,
8645,
515,
19703,
4668,
12837,
6030,
10786,
48720,
3256,
44104,
20500,
13,
12837,
11,
828,
1391,
198,
220,
705,
30910,
36584,
32961,
6,
1058,
4808,
5446,
15037,
44710,
11,
198,
220,
705,
834,
21412,
834,
6,
1058,
705,
16366,
13,
7645,
2673,
13,
7645,
2673,
62,
40842,
17,
6,
198,
220,
1303,
25248,
11235,
420,
62,
28463,
295,
62,
4122,
7,
4871,
62,
29982,
25,
7645,
2673,
13,
48720,
8,
198,
220,
32092,
198,
62,
37047,
62,
9945,
13,
38804,
12837,
7,
48720,
8,
198,
198,
48720,
12360,
796,
4808,
5420,
1564,
13,
8645,
515,
19703,
4668,
12837,
6030,
10786,
48720,
12360,
3256,
44104,
20500,
13,
12837,
11,
828,
1391,
198,
220,
705,
30910,
36584,
32961,
6,
1058,
4808,
5446,
15037,
44710,
10778,
11,
198,
220,
705,
834,
21412,
834,
6,
1058,
705,
16366,
13,
7645,
2673,
13,
7645,
2673,
62,
40842,
17,
6,
198,
220,
1303,
25248,
11235,
420,
62,
28463,
295,
62,
4122,
7,
4871,
62,
29982,
25,
7645,
2673,
13,
48720,
12360,
8,
198,
220,
32092,
198,
62,
37047,
62,
9945,
13,
38804,
12837,
7,
48720,
12360,
8,
198,
198,
48720,
18943,
418,
796,
4808,
5420,
1564,
13,
8645,
515,
19703,
4668,
12837,
6030,
10786,
48720,
18943,
418,
3256,
44104,
20500,
13,
12837,
11,
828,
1391,
198,
220,
705,
30910,
36584,
32961,
6,
1058,
4808,
5446,
15037,
44710,
1268,
37,
2640,
11,
198,
220,
705,
834,
21412,
834,
6,
1058,
705,
16366,
13,
7645,
2673,
13,
7645,
2673,
62,
40842,
17,
6,
198,
220,
1303,
25248,
11235,
420,
62,
28463,
295,
62,
4122,
7,
4871,
62,
29982,
25,
7645,
2673,
13,
48720,
18943,
418,
8,
198,
220,
32092,
198,
62,
37047,
62,
9945,
13,
38804,
12837,
7,
48720,
18943,
418,
8,
198,
198,
33,
963,
48720,
18453,
796,
4808,
5420,
1564,
13,
8645,
515,
19703,
4668,
12837,
6030,
10786,
33,
963,
48720,
18453,
3256,
44104,
20500,
13,
12837,
11,
828,
1391,
198,
220,
705,
30910,
36584,
32961,
6,
1058,
4808,
33,
11417,
5446,
15037,
44710,
2200,
35780,
11,
198,
220,
705,
834,
21412,
834,
6,
1058,
705,
16366,
13,
7645,
2673,
13,
7645,
2673,
62,
40842,
17,
6,
198,
220,
1303,
25248,
11235,
420,
62,
28463,
295,
62,
4122,
7,
4871,
62,
29982,
25,
7645,
2673,
13,
33,
963,
48720,
18453,
8,
198,
220,
32092,
198,
62,
37047,
62,
9945,
13,
38804,
12837,
7,
33,
963,
48720,
18453,
8,
198,
198,
10434,
48720,
18453,
796,
4808,
5420,
1564,
13,
8645,
515,
19703,
4668,
12837,
6030,
10786,
10434,
48720,
18453,
3256,
44104,
20500,
13,
12837,
11,
828,
1391,
198,
220,
705,
30910,
36584,
32961,
6,
1058,
4808,
2257,
7227,
5446,
15037,
44710,
2200,
35780,
11,
198,
220,
705,
834,
21412,
834,
6,
1058,
705,
16366,
13,
7645,
2673,
13,
7645,
2673,
62,
40842,
17,
6,
198,
220,
1303,
25248,
11235,
420,
62,
28463,
295,
62,
4122,
7,
4871,
62,
29982,
25,
7645,
2673,
13,
10434,
48720,
18453,
8,
198,
220,
32092,
198,
62,
37047,
62,
9945,
13,
38804,
12837,
7,
10434,
48720,
18453,
8,
198,
198,
818,
4443,
48720,
18453,
796,
4808,
5420,
1564,
13,
8645,
515,
19703,
4668,
12837,
6030,
10786,
818,
4443,
48720,
18453,
3256,
44104,
20500,
13,
12837,
11,
828,
1391,
198,
220,
705,
30910,
36584,
32961,
6,
1058,
4808,
1268,
4303,
9782,
5446,
15037,
44710,
2200,
35780,
11,
198,
220,
705,
834,
21412,
834,
6,
1058,
705,
16366,
13,
7645,
2673,
13,
7645,
2673,
62,
40842,
17,
6,
198,
220,
1303,
25248,
11235,
420,
62,
28463,
295,
62,
4122,
7,
4871,
62,
29982,
25,
7645,
2673,
13,
818,
4443,
48720,
18453,
8,
198,
220,
32092,
198,
62,
37047,
62,
9945,
13,
38804,
12837,
7,
818,
4443,
48720,
18453,
8,
198,
198,
38727,
48720,
18453,
796,
4808,
5420,
1564,
13,
8645,
515,
19703,
4668,
12837,
6030,
10786,
38727,
48720,
18453,
3256,
44104,
20500,
13,
12837,
11,
828,
1391,
198,
220,
705,
30910,
36584,
32961,
6,
1058,
4808,
7206,
28882,
2767,
49,
15037,
44710,
2200,
35780,
11,
198,
220,
705,
834,
21412,
834,
6,
1058,
705,
16366,
13,
7645,
2673,
13,
7645,
2673,
62,
40842,
17,
6,
198,
220,
1303,
25248,
11235,
420,
62,
28463,
295,
62,
4122,
7,
4871,
62,
29982,
25,
7645,
2673,
13,
38727,
48720,
18453,
8,
198,
220,
32092,
198,
62,
37047,
62,
9945,
13,
38804,
12837,
7,
38727,
48720,
18453,
8,
198,
198,
8053,
48720,
18453,
796,
4808,
5420,
1564,
13,
8645,
515,
19703,
4668,
12837,
6030,
10786,
8053,
48720,
18453,
3256,
44104,
20500,
13,
12837,
11,
828,
1391,
198,
220,
705,
30910,
36584,
32961,
6,
1058,
4808,
45849,
5446,
15037,
44710,
2200,
35780,
11,
198,
220,
705,
834,
21412,
834,
6,
1058,
705,
16366,
13,
7645,
2673,
13,
7645,
2673,
62,
40842,
17,
6,
198,
220,
1303,
25248,
11235,
420,
62,
28463,
295,
62,
4122,
7,
4871,
62,
29982,
25,
7645,
2673,
13,
8053,
48720,
18453,
8,
198,
220,
32092,
198,
62,
37047,
62,
9945,
13,
38804,
12837,
7,
8053,
48720,
18453,
8,
198,
198,
48658,
48720,
18453,
796,
4808,
5420,
1564,
13,
8645,
515,
19703,
4668,
12837,
6030,
10786,
48658,
48720,
18453,
3256,
44104,
20500,
13,
12837,
11,
828,
1391,
198,
220,
705,
30910,
36584,
32961,
6,
1058,
4808,
20032,
18422,
5446,
15037,
44710,
2200,
35780,
11,
198,
220,
705,
834,
21412,
834,
6,
1058,
705,
16366,
13,
7645,
2673,
13,
7645,
2673,
62,
40842,
17,
6,
198,
220,
1303,
25248,
11235,
420,
62,
28463,
295,
62,
4122,
7,
4871,
62,
29982,
25,
7645,
2673,
13,
48658,
48720,
18453,
8,
198,
220,
32092,
198,
62,
37047,
62,
9945,
13,
38804,
12837,
7,
48658,
48720,
18453,
8,
628,
198,
30910,
36584,
32961,
13557,
25811,
796,
6045,
198,
198,
62,
17614,
796,
4808,
20147,
1968,
273,
13,
16177,
24564,
1968,
273,
7,
198,
220,
1438,
11639,
17614,
3256,
198,
220,
1336,
62,
3672,
11639,
7645,
2673,
13,
17614,
3256,
198,
220,
2393,
28,
30910,
36584,
32961,
11,
198,
220,
6376,
28,
15,
11,
198,
220,
11389,
1143,
62,
25811,
28,
14202,
11,
198,
220,
11389,
1143,
62,
9688,
28,
1485,
3388,
11,
198,
220,
11389,
1143,
62,
437,
28,
35411,
11,
198,
220,
5050,
41888,
198,
220,
4808,
20147,
1968,
273,
13,
17410,
24564,
1968,
273,
7,
198,
220,
220,
220,
1438,
11639,
33,
963,
48720,
3256,
198,
220,
220,
220,
1336,
62,
3672,
11639,
7645,
2673,
13,
17614,
13,
33,
963,
48720,
3256,
198,
220,
220,
220,
6376,
28,
15,
11,
198,
220,
220,
220,
7268,
62,
15271,
28,
14202,
11,
198,
220,
220,
220,
5128,
62,
4906,
28,
62,
33,
11417,
5446,
15037,
44710,
2200,
35780,
11,
198,
220,
220,
220,
5072,
62,
4906,
28,
62,
5446,
15037,
44710,
10778,
11,
198,
220,
220,
220,
11389,
1143,
62,
25811,
28,
14202,
11,
198,
220,
10612,
198,
220,
4808,
20147,
1968,
273,
13,
17410,
24564,
1968,
273,
7,
198,
220,
220,
220,
1438,
11639,
10434,
48720,
3256,
198,
220,
220,
220,
1336,
62,
3672,
11639,
7645,
2673,
13,
17614,
13,
10434,
48720,
3256,
198,
220,
220,
220,
6376,
28,
16,
11,
198,
220,
220,
220,
7268,
62,
15271,
28,
14202,
11,
198,
220,
220,
220,
5128,
62,
4906,
28,
62,
2257,
7227,
5446,
15037,
44710,
2200,
35780,
11,
198,
220,
220,
220,
5072,
62,
4906,
28,
62,
5446,
15037,
44710,
11,
198,
220,
220,
220,
11389,
1143,
62,
25811,
28,
14202,
11,
198,
220,
10612,
198,
220,
4808,
20147,
1968,
273,
13,
17410,
24564,
1968,
273,
7,
198,
220,
220,
220,
1438,
11639,
818,
4443,
48720,
3256,
198,
220,
220,
220,
1336,
62,
3672,
11639,
7645,
2673,
13,
17614,
13,
818,
4443,
48720,
3256,
198,
220,
220,
220,
6376,
28,
17,
11,
198,
220,
220,
220,
7268,
62,
15271,
28,
14202,
11,
198,
220,
220,
220,
5128,
62,
4906,
28,
62,
1268,
4303,
9782,
5446,
15037,
44710,
2200,
35780,
11,
198,
220,
220,
220,
5072,
62,
4906,
28,
62,
5446,
15037,
44710,
10778,
11,
198,
220,
220,
220,
11389,
1143,
62,
25811,
28,
14202,
11,
198,
220,
10612,
198,
220,
4808,
20147,
1968,
273,
13,
17410,
24564,
1968,
273,
7,
198,
220,
220,
220,
1438,
11639,
38727,
48720,
3256,
198,
220,
220,
220,
1336,
62,
3672,
11639,
7645,
2673,
13,
17614,
13,
38727,
48720,
3256,
198,
220,
220,
220,
6376,
28,
18,
11,
198,
220,
220,
220,
7268,
62,
15271,
28,
14202,
11,
198,
220,
220,
220,
5128,
62,
4906,
28,
62,
7206,
28882,
2767,
49,
15037,
44710,
2200,
35780,
11,
198,
220,
220,
220,
5072,
62,
4906,
28,
13297,
62,
26518,
62,
11235,
672,
3046,
62,
26518,
62,
28920,
834,
40842,
17,
13557,
39494,
9936,
11,
198,
220,
220,
220,
11389,
1143,
62,
25811,
28,
14202,
11,
198,
220,
10612,
198,
220,
4808,
20147,
1968,
273,
13,
17410,
24564,
1968,
273,
7,
198,
220,
220,
220,
1438,
11639,
8053,
48720,
3256,
198,
220,
220,
220,
1336,
62,
3672,
11639,
7645,
2673,
13,
17614,
13,
8053,
48720,
3256,
198,
220,
220,
220,
6376,
28,
19,
11,
198,
220,
220,
220,
7268,
62,
15271,
28,
14202,
11,
198,
220,
220,
220,
5128,
62,
4906,
28,
62,
45849,
5446,
15037,
44710,
2200,
35780,
11,
198,
220,
220,
220,
5072,
62,
4906,
28,
62,
5446,
15037,
44710,
1268,
37,
2640,
11,
198,
220,
220,
220,
11389,
1143,
62,
25811,
28,
14202,
11,
198,
220,
10612,
198,
220,
4808,
20147,
1968,
273,
13,
17410,
24564,
1968,
273,
7,
198,
220,
220,
220,
1438,
11639,
48658,
48720,
3256,
198,
220,
220,
220,
1336,
62,
3672,
11639,
7645,
2673,
13,
17614,
13,
48658,
48720,
3256,
198,
220,
220,
220,
6376,
28,
20,
11,
198,
220,
220,
220,
7268,
62,
15271,
28,
14202,
11,
198,
220,
220,
220,
5128,
62,
4906,
28,
62,
20032,
18422,
5446,
15037,
44710,
2200,
35780,
11,
198,
220,
220,
220,
5072,
62,
4906,
28,
62,
5446,
15037,
44710,
10778,
11,
198,
220,
220,
220,
11389,
1143,
62,
25811,
28,
14202,
11,
198,
220,
10612,
198,
220,
4808,
20147,
1968,
273,
13,
17410,
24564,
1968,
273,
7,
198,
220,
220,
220,
1438,
11639,
38727,
3237,
3256,
198,
220,
220,
220,
1336,
62,
3672,
11639,
7645,
2673,
13,
17614,
13,
38727,
3237,
3256,
198,
220,
220,
220,
6376,
28,
21,
11,
198,
220,
220,
220,
7268,
62,
15271,
28,
14202,
11,
198,
220,
220,
220,
5128,
62,
4906,
28,
62,
7206,
2538,
9328,
7036,
2200,
35780,
11,
198,
220,
220,
220,
5072,
62,
4906,
28,
13297,
62,
26518,
62,
11235,
672,
3046,
62,
26518,
62,
28920,
834,
40842,
17,
13557,
39494,
9936,
11,
198,
220,
220,
220,
11389,
1143,
62,
25811,
28,
14202,
11,
198,
220,
10612,
198,
12962,
198,
62,
37047,
62,
9945,
13,
38804,
16177,
24564,
1968,
273,
28264,
17614,
8,
198,
198,
30910,
36584,
32961,
13,
30416,
62,
1525,
62,
3672,
17816,
17614,
20520,
796,
4808,
17614,
198,
198,
2,
25248,
11235,
420,
62,
28463,
295,
62,
4122,
7,
21412,
62,
29982,
8,
198
] | 2.628732 | 9,815 |
# coding=utf-8
import os
import xml.etree.ElementTree as ET
import matplotlib.pyplot as plt
path = os.path.join(os.getcwd(), 'images', 'annotations')
if not os.path.exists(path):
raise ValueError('The images\\annotations firectory does not exist')
else:
files = os.listdir(path)
results = {}
files = [file for file in files if file.endswith('.XML') or file.endswith('.xml')]
for file in files:
objectsDetected = 0
filePath = os.path.join(path, file)
tree = ET.parse(filePath)
root = tree.getroot()
for member in root.findall('object'):
label = member[0].text
if label != 'hoja' and label != 'dano':
objectsDetected = objectsDetected + 1
if objectsDetected in results:
results[objectsDetected] = results[objectsDetected] + 1
else:
results[objectsDetected] = 1
print("Cantidad de objetos, Cantidad de imagenes")
for key, value in results.items():
print("{0},{1}".format(key, value))
plt.bar(list(results.keys()), results.values(), color='g', width=0.9)
plt.ylabel('Cantidad de imágenes')
plt.xlabel('Cantidad de objetos anotados (Excluyendo hojas y daños)')
plt.show() | [
2,
19617,
28,
40477,
12,
23,
198,
198,
11748,
28686,
198,
198,
11748,
35555,
13,
316,
631,
13,
20180,
27660,
355,
12152,
198,
198,
11748,
2603,
29487,
8019,
13,
9078,
29487,
355,
458,
83,
198,
198,
6978,
796,
28686,
13,
6978,
13,
22179,
7,
418,
13,
1136,
66,
16993,
22784,
705,
17566,
3256,
705,
34574,
602,
11537,
198,
198,
361,
407,
28686,
13,
6978,
13,
1069,
1023,
7,
6978,
2599,
198,
220,
220,
220,
5298,
11052,
12331,
10786,
464,
4263,
6852,
34574,
602,
277,
1060,
652,
857,
407,
2152,
11537,
198,
17772,
25,
198,
220,
220,
220,
3696,
796,
28686,
13,
4868,
15908,
7,
6978,
8,
198,
220,
220,
220,
2482,
796,
23884,
198,
220,
220,
220,
3696,
796,
685,
7753,
329,
2393,
287,
3696,
611,
2393,
13,
437,
2032,
342,
7,
4458,
55,
5805,
11537,
393,
2393,
13,
437,
2032,
342,
7,
4458,
19875,
11537,
60,
198,
220,
220,
220,
329,
2393,
287,
3696,
25,
198,
220,
220,
220,
220,
220,
220,
220,
5563,
11242,
11197,
796,
657,
198,
220,
220,
220,
220,
220,
220,
220,
2393,
15235,
796,
28686,
13,
6978,
13,
22179,
7,
6978,
11,
2393,
8,
198,
220,
220,
220,
220,
220,
220,
220,
5509,
796,
12152,
13,
29572,
7,
7753,
15235,
8,
198,
220,
220,
220,
220,
220,
220,
220,
6808,
796,
5509,
13,
1136,
15763,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
329,
2888,
287,
6808,
13,
19796,
439,
10786,
15252,
6,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6167,
796,
2888,
58,
15,
4083,
5239,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
6167,
14512,
705,
8873,
6592,
6,
290,
6167,
14512,
705,
67,
5733,
10354,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5563,
11242,
11197,
796,
5563,
11242,
11197,
1343,
352,
198,
220,
220,
220,
220,
220,
220,
220,
611,
5563,
11242,
11197,
287,
2482,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2482,
58,
48205,
11242,
11197,
60,
796,
2482,
58,
48205,
11242,
11197,
60,
1343,
352,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2482,
58,
48205,
11242,
11197,
60,
796,
352,
628,
220,
220,
220,
3601,
7203,
34,
415,
32482,
390,
26181,
316,
418,
11,
16821,
32482,
390,
3590,
18719,
4943,
198,
220,
220,
220,
329,
1994,
11,
1988,
287,
2482,
13,
23814,
33529,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
7203,
90,
15,
5512,
90,
16,
92,
1911,
18982,
7,
2539,
11,
1988,
4008,
628,
198,
220,
220,
220,
458,
83,
13,
5657,
7,
4868,
7,
43420,
13,
13083,
3419,
828,
2482,
13,
27160,
22784,
3124,
11639,
70,
3256,
9647,
28,
15,
13,
24,
8,
198,
220,
220,
220,
458,
83,
13,
2645,
9608,
10786,
34,
415,
32482,
390,
545,
6557,
5235,
274,
11537,
198,
220,
220,
220,
458,
83,
13,
87,
18242,
10786,
34,
415,
32482,
390,
26181,
316,
418,
281,
313,
22484,
357,
3109,
565,
4669,
31110,
8169,
28121,
331,
12379,
12654,
418,
8,
11537,
198,
220,
220,
220,
458,
83,
13,
12860,
3419
] | 2.346516 | 531 |
import logging
import os
import cv2
import numpy as np
import pickle
import constants
import random
from natsort import natsorted
from tqdm import tqdm
from Isolator.isolator import Isolator
from tensorflow.python.keras.preprocessing.image import ImageDataGenerator
from tensorflow.python.keras.preprocessing.image import array_to_img, img_to_array, load_img
| [
11748,
18931,
198,
11748,
28686,
198,
11748,
269,
85,
17,
198,
11748,
299,
32152,
355,
45941,
198,
11748,
2298,
293,
198,
11748,
38491,
198,
11748,
4738,
198,
6738,
299,
1381,
419,
1330,
299,
1381,
9741,
198,
6738,
256,
80,
36020,
1330,
256,
80,
36020,
198,
6738,
1148,
349,
1352,
13,
30152,
1352,
1330,
1148,
349,
1352,
198,
6738,
11192,
273,
11125,
13,
29412,
13,
6122,
292,
13,
3866,
36948,
13,
9060,
1330,
7412,
6601,
8645,
1352,
198,
6738,
11192,
273,
11125,
13,
29412,
13,
6122,
292,
13,
3866,
36948,
13,
9060,
1330,
7177,
62,
1462,
62,
9600,
11,
33705,
62,
1462,
62,
18747,
11,
3440,
62,
9600,
628
] | 3.333333 | 108 |
import os
import io
from datetime import datetime, timedelta
import uuid
from flask import flash, render_template, request, redirect, url_for, jsonify, send_from_directory, abort
from flask_admin.contrib.sqla import ModelView
from flask_admin.form.upload import FileUploadField
from flask_admin import AdminIndexView
import flask_security as security
from flask_security.utils import encrypt_password
import flask_login as login
from flask_login import login_required
from wtforms.fields import PasswordField
from sqlalchemy import Date, cast
import itertools
import numpy as np
from sklearn.metrics import roc_auc_score, accuracy_score, confusion_matrix
import matplotlib.pyplot as plt
import base64
from app import app, security, db
from models import User, Competition, Submission
@app.route('/')
@app.route('/submission', methods=['GET', 'POST'])
@login_required
# @login_required
def get_scores(filename, competition_id):
"Returns (preview_score, score)"
regex = r'(\d+),(.+)'
# parse files
# filename = "C:\\Users\\jerem\\Documents\\ESTIAM\\UE Datascience\\test_only_labels.csv"
predictions = np.fromregex(filename, regex, [('id', np.int64),
('v0', 'S128')])
groundtruth_filename = os.path.join(
app.config['GROUNDTRUTH_FOLDER'],
Competition.query.get(competition_id).groundtruth)
groundtruth = np.fromregex(
groundtruth_filename,
regex,
[('id', np.int64), ('v0', 'S128')])
# sort data
predictions.sort(order='id')
groundtruth.sort(order='id')
if predictions['id'].size == 0 or not np.array_equal(predictions['id'],
groundtruth['id']):
raise ParsingError("Error parsing the submission file. Make sure it" +
"has the right format and contains the right ids.")
# partition the data indices into two sets and evaluate separately
splitpoint = int(np.round(len(groundtruth) * 0.15))
score_p = accuracy_score(groundtruth['v0'][:splitpoint],
predictions['v0'][:splitpoint])
score_f = accuracy_score(groundtruth['v0'][splitpoint:],
predictions['v0'][splitpoint:])
return (score_p, score_f)
@app.route('/scores', methods=['GET', 'POST'])
@login_required
# @app.route("/plots")
@app.route('/plots', methods=['GET', 'POST'])
@login_required
@app.route('/_get_datas', methods=['POST'])
@login_required
@app.route('/_get_submissions', methods=['POST'])
@login_required
###############
# Admin views #
###############
# def inaccessible_callback(self, name, **kwargs):
# # redirect to login page if user doesn't have access
# return redirect(url_for('security.login', next=request.url))
@login_required
@app.route('/groundtruth/<filename>')
@login_required
@app.route('/submissions/<filename>')
| [
11748,
28686,
198,
11748,
33245,
198,
6738,
4818,
8079,
1330,
4818,
8079,
11,
28805,
12514,
198,
11748,
334,
27112,
198,
198,
6738,
42903,
1330,
7644,
11,
8543,
62,
28243,
11,
2581,
11,
18941,
11,
19016,
62,
1640,
11,
33918,
1958,
11,
3758,
62,
6738,
62,
34945,
11,
15614,
198,
6738,
42903,
62,
28482,
13,
3642,
822,
13,
31166,
5031,
1330,
9104,
7680,
198,
6738,
42903,
62,
28482,
13,
687,
13,
25850,
1330,
9220,
41592,
15878,
198,
6738,
42903,
62,
28482,
1330,
32053,
15732,
7680,
198,
11748,
42903,
62,
12961,
355,
2324,
198,
6738,
42903,
62,
12961,
13,
26791,
1330,
34117,
62,
28712,
198,
11748,
42903,
62,
38235,
355,
17594,
198,
6738,
42903,
62,
38235,
1330,
17594,
62,
35827,
198,
6738,
266,
83,
23914,
13,
25747,
1330,
30275,
15878,
198,
6738,
44161,
282,
26599,
1330,
7536,
11,
3350,
198,
198,
11748,
340,
861,
10141,
198,
11748,
299,
32152,
355,
45941,
198,
6738,
1341,
35720,
13,
4164,
10466,
1330,
686,
66,
62,
14272,
62,
26675,
11,
9922,
62,
26675,
11,
10802,
62,
6759,
8609,
198,
11748,
2603,
29487,
8019,
13,
9078,
29487,
355,
458,
83,
198,
11748,
2779,
2414,
198,
198,
6738,
598,
1330,
598,
11,
2324,
11,
20613,
198,
6738,
4981,
1330,
11787,
11,
27348,
11,
42641,
628,
198,
31,
1324,
13,
38629,
10786,
14,
11537,
628,
198,
31,
1324,
13,
38629,
10786,
14,
7266,
3411,
3256,
5050,
28,
17816,
18851,
3256,
705,
32782,
6,
12962,
198,
31,
38235,
62,
35827,
628,
198,
2,
2488,
38235,
62,
35827,
198,
4299,
651,
62,
1416,
2850,
7,
34345,
11,
5449,
62,
312,
2599,
198,
220,
220,
220,
366,
35561,
357,
3866,
1177,
62,
26675,
11,
4776,
16725,
628,
220,
220,
220,
40364,
796,
374,
6,
38016,
67,
10,
828,
7,
13,
28988,
6,
628,
220,
220,
220,
1303,
21136,
3696,
198,
220,
220,
220,
1303,
29472,
796,
366,
34,
25,
6852,
14490,
6852,
73,
567,
76,
6852,
38354,
6852,
6465,
40,
2390,
6852,
8924,
16092,
292,
4234,
6852,
9288,
62,
8807,
62,
23912,
1424,
13,
40664,
1,
198,
220,
220,
220,
16277,
796,
45941,
13,
6738,
260,
25636,
7,
34345,
11,
40364,
11,
685,
10786,
312,
3256,
45941,
13,
600,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
19203,
85,
15,
3256,
705,
50,
12762,
11537,
12962,
198,
220,
220,
220,
2323,
35310,
62,
34345,
796,
28686,
13,
6978,
13,
22179,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
598,
13,
11250,
17816,
46025,
5446,
24318,
62,
37,
3535,
14418,
6,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
27348,
13,
22766,
13,
1136,
7,
5589,
15620,
62,
312,
737,
2833,
35310,
8,
198,
220,
220,
220,
2323,
35310,
796,
45941,
13,
6738,
260,
25636,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2323,
35310,
62,
34345,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
40364,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
10786,
312,
3256,
45941,
13,
600,
2414,
828,
19203,
85,
15,
3256,
705,
50,
12762,
11537,
12962,
628,
220,
220,
220,
1303,
3297,
1366,
198,
220,
220,
220,
16277,
13,
30619,
7,
2875,
11639,
312,
11537,
198,
220,
220,
220,
2323,
35310,
13,
30619,
7,
2875,
11639,
312,
11537,
628,
220,
220,
220,
611,
16277,
17816,
312,
6,
4083,
7857,
6624,
657,
393,
407,
45941,
13,
18747,
62,
40496,
7,
28764,
9278,
17816,
312,
6,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2323,
35310,
17816,
312,
20520,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
5298,
23042,
278,
12331,
7203,
12331,
32096,
262,
14498,
2393,
13,
6889,
1654,
340,
1,
1343,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
10134,
262,
826,
5794,
290,
4909,
262,
826,
220,
2340,
19570,
628,
220,
220,
220,
1303,
18398,
262,
1366,
36525,
656,
734,
5621,
290,
13446,
13869,
198,
220,
220,
220,
6626,
4122,
796,
493,
7,
37659,
13,
744,
7,
11925,
7,
2833,
35310,
8,
1635,
657,
13,
1314,
4008,
198,
220,
220,
220,
4776,
62,
79,
796,
9922,
62,
26675,
7,
2833,
35310,
17816,
85,
15,
6,
7131,
25,
35312,
4122,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16277,
17816,
85,
15,
6,
7131,
25,
35312,
4122,
12962,
198,
220,
220,
220,
4776,
62,
69,
796,
9922,
62,
26675,
7,
2833,
35310,
17816,
85,
15,
6,
7131,
35312,
4122,
25,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16277,
17816,
85,
15,
6,
7131,
35312,
4122,
25,
12962,
628,
220,
220,
220,
1441,
357,
26675,
62,
79,
11,
4776,
62,
69,
8,
628,
198,
31,
1324,
13,
38629,
10786,
14,
1416,
2850,
3256,
5050,
28,
17816,
18851,
3256,
705,
32782,
6,
12962,
198,
31,
38235,
62,
35827,
628,
198,
2,
2488,
1324,
13,
38629,
7203,
14,
489,
1747,
4943,
628,
198,
31,
1324,
13,
38629,
10786,
14,
489,
1747,
3256,
5050,
28,
17816,
18851,
3256,
705,
32782,
6,
12962,
198,
31,
38235,
62,
35827,
628,
198,
31,
1324,
13,
38629,
10786,
47835,
1136,
62,
19608,
292,
3256,
5050,
28,
17816,
32782,
6,
12962,
198,
31,
38235,
62,
35827,
628,
198,
31,
1324,
13,
38629,
10786,
47835,
1136,
62,
7266,
8481,
3256,
5050,
28,
17816,
32782,
6,
12962,
198,
31,
38235,
62,
35827,
628,
198,
7804,
4242,
21017,
198,
2,
32053,
5009,
1303,
198,
7804,
4242,
21017,
628,
198,
2,
220,
220,
220,
825,
40604,
62,
47423,
7,
944,
11,
1438,
11,
12429,
46265,
22046,
2599,
198,
2,
220,
220,
220,
220,
220,
220,
220,
1303,
18941,
284,
17594,
2443,
611,
2836,
1595,
470,
423,
1895,
198,
2,
220,
220,
220,
220,
220,
220,
220,
1441,
18941,
7,
6371,
62,
1640,
10786,
12961,
13,
38235,
3256,
1306,
28,
25927,
13,
6371,
4008,
628,
628,
198,
31,
38235,
62,
35827,
198,
31,
1324,
13,
38629,
10786,
14,
2833,
35310,
14,
27,
34345,
29,
11537,
628,
198,
31,
38235,
62,
35827,
198,
31,
1324,
13,
38629,
10786,
14,
7266,
8481,
14,
27,
34345,
29,
11537,
628,
198
] | 2.577391 | 1,150 |
# Copyright (c) 2009-2020 Arm Limited
# SPDX-License-Identifier: Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import pytest
from common.device import log
from common.gap_utils import gap_connect, discover_descriptors, discover_user_services, assert_uuid_equals, make_uuid
CHARACTERISTIC_16BIT_UUID = 0xDEAD
DESCRIPTOR_16BIT_UUID = 0xFAAD
PARAM_PROPERTIES = [
("notify", ["notify"]),
("indicate", ["indicate"]),
("notify and indicate", ["notify", "indicate"]),
]
PARAM_CHARACTERISTICS = [
("16bit uuid characteristic", CHARACTERISTIC_16BIT_UUID),
("128bit uuid characteristic", make_uuid())
]
PARAM_DESCRIPTORS = [
("no descriptor", []),
("single 16bit uuid descriptor", [DESCRIPTOR_16BIT_UUID]),
("multiple 16bit uuid descriptors", [DESCRIPTOR_16BIT_UUID + i for i in range(2)]),
("single 128bit uuid descriptor", [make_uuid()]),
("multiple 128bit uuid descriptors", [make_uuid() for i in range(2)])
]
@pytest.mark.ble41
@pytest.mark.parametrize('char_property', PARAM_PROPERTIES)
@pytest.mark.parametrize('descriptor', PARAM_DESCRIPTORS)
@pytest.mark.ble41
@pytest.mark.parametrize('characteristic', PARAM_CHARACTERISTICS)
@pytest.mark.parametrize('descriptor', PARAM_DESCRIPTORS)
| [
2,
15069,
357,
66,
8,
3717,
12,
42334,
7057,
15302,
198,
2,
30628,
55,
12,
34156,
12,
33234,
7483,
25,
24843,
12,
17,
13,
15,
198,
2,
198,
2,
49962,
739,
262,
24843,
13789,
11,
10628,
362,
13,
15,
357,
1169,
366,
34156,
15341,
198,
2,
345,
743,
407,
779,
428,
2393,
2845,
287,
11846,
351,
262,
13789,
13,
198,
2,
921,
743,
7330,
257,
4866,
286,
262,
13789,
379,
198,
2,
198,
2,
2638,
1378,
2503,
13,
43073,
13,
2398,
14,
677,
4541,
14,
43,
2149,
24290,
12,
17,
13,
15,
198,
2,
198,
2,
17486,
2672,
416,
9723,
1099,
393,
4987,
284,
287,
3597,
11,
3788,
198,
2,
9387,
739,
262,
13789,
318,
9387,
319,
281,
366,
1921,
3180,
1,
29809,
1797,
11,
198,
2,
42881,
34764,
11015,
6375,
7102,
49828,
11053,
3963,
15529,
509,
12115,
11,
2035,
4911,
393,
17142,
13,
198,
2,
4091,
262,
13789,
329,
262,
2176,
3303,
15030,
21627,
290,
198,
2,
11247,
739,
262,
13789,
13,
198,
198,
11748,
12972,
9288,
198,
6738,
2219,
13,
25202,
1330,
2604,
198,
6738,
2219,
13,
43554,
62,
26791,
1330,
7625,
62,
8443,
11,
7073,
62,
20147,
1968,
669,
11,
7073,
62,
7220,
62,
30416,
11,
6818,
62,
12303,
312,
62,
4853,
874,
11,
787,
62,
12303,
312,
198,
198,
38019,
2246,
5781,
8808,
2149,
62,
1433,
26094,
62,
52,
27586,
796,
657,
87,
7206,
2885,
198,
30910,
36584,
32961,
62,
1433,
26094,
62,
52,
27586,
796,
657,
87,
7708,
2885,
198,
198,
27082,
2390,
62,
4805,
3185,
17395,
11015,
796,
685,
198,
220,
220,
220,
5855,
1662,
1958,
1600,
14631,
1662,
1958,
8973,
828,
198,
220,
220,
220,
5855,
521,
5344,
1600,
14631,
521,
5344,
8973,
828,
198,
220,
220,
220,
5855,
1662,
1958,
290,
7603,
1600,
14631,
1662,
1958,
1600,
366,
521,
5344,
8973,
828,
198,
60,
198,
198,
27082,
2390,
62,
38019,
2246,
5781,
8808,
19505,
796,
685,
198,
220,
220,
220,
5855,
1433,
2545,
334,
27112,
16704,
1600,
28521,
2246,
5781,
8808,
2149,
62,
1433,
26094,
62,
52,
27586,
828,
198,
220,
220,
220,
5855,
12762,
2545,
334,
27112,
16704,
1600,
787,
62,
12303,
312,
28955,
198,
60,
198,
198,
27082,
2390,
62,
30910,
36584,
51,
20673,
796,
685,
198,
220,
220,
220,
5855,
3919,
43087,
1600,
17635,
828,
198,
220,
220,
220,
5855,
29762,
1467,
2545,
334,
27112,
43087,
1600,
685,
30910,
36584,
32961,
62,
1433,
26094,
62,
52,
27586,
46570,
198,
220,
220,
220,
5855,
48101,
1467,
2545,
334,
27112,
12145,
669,
1600,
685,
30910,
36584,
32961,
62,
1433,
26094,
62,
52,
27586,
1343,
1312,
329,
1312,
287,
2837,
7,
17,
15437,
828,
198,
220,
220,
220,
5855,
29762,
13108,
2545,
334,
27112,
43087,
1600,
685,
15883,
62,
12303,
312,
3419,
46570,
198,
220,
220,
220,
5855,
48101,
13108,
2545,
334,
27112,
12145,
669,
1600,
685,
15883,
62,
12303,
312,
3419,
329,
1312,
287,
2837,
7,
17,
8,
12962,
198,
60,
628,
198,
31,
9078,
9288,
13,
4102,
13,
903,
3901,
198,
31,
9078,
9288,
13,
4102,
13,
17143,
316,
380,
2736,
10786,
10641,
62,
26745,
3256,
29463,
2390,
62,
4805,
3185,
17395,
11015,
8,
198,
31,
9078,
9288,
13,
4102,
13,
17143,
316,
380,
2736,
10786,
20147,
1968,
273,
3256,
29463,
2390,
62,
30910,
36584,
51,
20673,
8,
628,
198,
31,
9078,
9288,
13,
4102,
13,
903,
3901,
198,
31,
9078,
9288,
13,
4102,
13,
17143,
316,
380,
2736,
10786,
22769,
2569,
3256,
29463,
2390,
62,
38019,
2246,
5781,
8808,
19505,
8,
198,
31,
9078,
9288,
13,
4102,
13,
17143,
316,
380,
2736,
10786,
20147,
1968,
273,
3256,
29463,
2390,
62,
30910,
36584,
51,
20673,
8,
198
] | 2.912898 | 597 |
import sys
filename = sys.argv[1]
outfile = sys.argv[2]
lines = open(filename, "r").readlines()
lines = sorted(lines, key = sortByFirstNumber)
ofile = open(outfile, "w")
for num in lines:
ofile.write(str(num))
| [
11748,
25064,
198,
34345,
796,
25064,
13,
853,
85,
58,
16,
60,
198,
448,
7753,
796,
25064,
13,
853,
85,
58,
17,
60,
198,
6615,
796,
1280,
7,
34345,
11,
366,
81,
11074,
961,
6615,
3419,
198,
6615,
796,
23243,
7,
6615,
11,
1994,
796,
3297,
3886,
5962,
15057,
8,
198,
1659,
576,
796,
1280,
7,
448,
7753,
11,
366,
86,
4943,
198,
1640,
997,
287,
3951,
25,
198,
220,
220,
220,
286,
576,
13,
13564,
7,
2536,
7,
22510,
4008,
198,
220,
220,
220,
220
] | 2.534884 | 86 |
import os
import shutil
import numpy as np
from zntrack import Node, ZnTrackProject, zn
class ComputeA(Node):
"""Node stage A"""
inp = zn.params()
out = zn.outs()
def test_stage_addition(tmp_path):
"""Check that the dvc repro works"""
shutil.copy(__file__, tmp_path)
os.chdir(tmp_path)
project = ZnTrackProject()
project.name = "test01"
project.create_dvc_repository()
ComputeA(inp=np.arange(5)).write_graph()
project.run()
project.repro()
finished_stage = ComputeA.load()
np.testing.assert_array_equal(finished_stage.out, np.array([1, 2, 4, 8, 16]))
np.testing.assert_array_equal(finished_stage.inp, np.arange(5))
def test_stage_addition_run(tmp_path):
"""Check that the PyTracks run method works"""
shutil.copy(__file__, tmp_path)
os.chdir(tmp_path)
project = ZnTrackProject()
project.name = "test01"
project.create_dvc_repository()
a = ComputeA(inp=np.arange(5))
a.save() # need to save to access the parameters zn.params
a.run_and_save()
finished_stage = ComputeA.load(lazy=False)
np.testing.assert_array_equal(finished_stage.out, np.array([1, 2, 4, 8, 16]))
np.testing.assert_array_equal(finished_stage.inp, np.arange(5))
| [
11748,
28686,
198,
11748,
4423,
346,
198,
198,
11748,
299,
32152,
355,
45941,
198,
198,
6738,
1976,
429,
39638,
1330,
19081,
11,
1168,
77,
24802,
16775,
11,
1976,
77,
628,
198,
4871,
3082,
1133,
32,
7,
19667,
2599,
198,
220,
220,
220,
37227,
19667,
3800,
317,
37811,
628,
220,
220,
220,
287,
79,
796,
1976,
77,
13,
37266,
3419,
198,
220,
220,
220,
503,
796,
1976,
77,
13,
5269,
3419,
628,
198,
4299,
1332,
62,
14247,
62,
2860,
653,
7,
22065,
62,
6978,
2599,
198,
220,
220,
220,
37227,
9787,
326,
262,
288,
28435,
43969,
2499,
37811,
198,
220,
220,
220,
4423,
346,
13,
30073,
7,
834,
7753,
834,
11,
45218,
62,
6978,
8,
198,
220,
220,
220,
28686,
13,
354,
15908,
7,
22065,
62,
6978,
8,
198,
220,
220,
220,
1628,
796,
1168,
77,
24802,
16775,
3419,
198,
220,
220,
220,
1628,
13,
3672,
796,
366,
9288,
486,
1,
198,
220,
220,
220,
1628,
13,
17953,
62,
67,
28435,
62,
260,
1930,
37765,
3419,
628,
220,
220,
220,
3082,
1133,
32,
7,
259,
79,
28,
37659,
13,
283,
858,
7,
20,
29720,
13564,
62,
34960,
3419,
628,
220,
220,
220,
1628,
13,
5143,
3419,
198,
220,
220,
220,
1628,
13,
260,
1676,
3419,
198,
220,
220,
220,
5201,
62,
14247,
796,
3082,
1133,
32,
13,
2220,
3419,
198,
220,
220,
220,
45941,
13,
33407,
13,
30493,
62,
18747,
62,
40496,
7,
43952,
62,
14247,
13,
448,
11,
45941,
13,
18747,
26933,
16,
11,
362,
11,
604,
11,
807,
11,
1467,
60,
4008,
198,
220,
220,
220,
45941,
13,
33407,
13,
30493,
62,
18747,
62,
40496,
7,
43952,
62,
14247,
13,
259,
79,
11,
45941,
13,
283,
858,
7,
20,
4008,
628,
198,
4299,
1332,
62,
14247,
62,
2860,
653,
62,
5143,
7,
22065,
62,
6978,
2599,
198,
220,
220,
220,
37227,
9787,
326,
262,
9485,
2898,
4595,
1057,
2446,
2499,
37811,
198,
220,
220,
220,
4423,
346,
13,
30073,
7,
834,
7753,
834,
11,
45218,
62,
6978,
8,
198,
220,
220,
220,
28686,
13,
354,
15908,
7,
22065,
62,
6978,
8,
198,
220,
220,
220,
1628,
796,
1168,
77,
24802,
16775,
3419,
198,
220,
220,
220,
1628,
13,
3672,
796,
366,
9288,
486,
1,
198,
220,
220,
220,
1628,
13,
17953,
62,
67,
28435,
62,
260,
1930,
37765,
3419,
628,
220,
220,
220,
257,
796,
3082,
1133,
32,
7,
259,
79,
28,
37659,
13,
283,
858,
7,
20,
4008,
628,
220,
220,
220,
257,
13,
21928,
3419,
220,
1303,
761,
284,
3613,
284,
1895,
262,
10007,
1976,
77,
13,
37266,
198,
220,
220,
220,
257,
13,
5143,
62,
392,
62,
21928,
3419,
628,
220,
220,
220,
5201,
62,
14247,
796,
3082,
1133,
32,
13,
2220,
7,
75,
12582,
28,
25101,
8,
198,
220,
220,
220,
45941,
13,
33407,
13,
30493,
62,
18747,
62,
40496,
7,
43952,
62,
14247,
13,
448,
11,
45941,
13,
18747,
26933,
16,
11,
362,
11,
604,
11,
807,
11,
1467,
60,
4008,
198,
220,
220,
220,
45941,
13,
33407,
13,
30493,
62,
18747,
62,
40496,
7,
43952,
62,
14247,
13,
259,
79,
11,
45941,
13,
283,
858,
7,
20,
4008,
198
] | 2.422481 | 516 |
from django.db.models.query import QuerySet
from graphene import Field, Int
from graphene.relay import Connection, Node
from graphene_django import DjangoConnectionField, DjangoObjectType
from graphene_django.filter import DjangoFilterConnectionField
from graphql.execution.base import ResolveInfo
from promise.promise import Promise
from .filters import ArticleFilter, PublicationFilter, ReporterFilter
from .models import Article, Publication, Reporter
| [
6738,
42625,
14208,
13,
9945,
13,
27530,
13,
22766,
1330,
43301,
7248,
198,
6738,
42463,
1330,
7663,
11,
2558,
198,
6738,
42463,
13,
2411,
323,
1330,
26923,
11,
19081,
198,
6738,
42463,
62,
28241,
14208,
1330,
37770,
32048,
15878,
11,
37770,
10267,
6030,
198,
6738,
42463,
62,
28241,
14208,
13,
24455,
1330,
37770,
22417,
32048,
15878,
198,
6738,
4823,
13976,
13,
18558,
1009,
13,
8692,
1330,
1874,
6442,
12360,
198,
6738,
6991,
13,
16963,
786,
1330,
34920,
198,
198,
6738,
764,
10379,
1010,
1330,
10172,
22417,
11,
45065,
22417,
11,
25869,
22417,
198,
6738,
764,
27530,
1330,
10172,
11,
45065,
11,
25869,
628,
628,
198
] | 4.380952 | 105 |
import numpy as np
import pandas as pd
from pandas.tseries.offsets import BDay
from functools import partial
from pandas.tseries.frequencies import to_offset
from backtester.plotter import generateGraph
from backtester.state_writer import StateWriter
from tensorboardX import SummaryWriter
from datetime import datetime
from backtester.metrics.metrics import Metrics
import os
| [
11748,
299,
32152,
355,
45941,
198,
11748,
19798,
292,
355,
279,
67,
198,
6738,
19798,
292,
13,
912,
10640,
13,
8210,
1039,
1330,
347,
12393,
198,
6738,
1257,
310,
10141,
1330,
13027,
198,
6738,
19798,
292,
13,
912,
10640,
13,
69,
8897,
3976,
1330,
284,
62,
28968,
198,
6738,
736,
4879,
353,
13,
29487,
353,
1330,
7716,
37065,
198,
6738,
736,
4879,
353,
13,
5219,
62,
16002,
1330,
1812,
34379,
198,
6738,
11192,
273,
3526,
55,
1330,
21293,
34379,
198,
6738,
4818,
8079,
1330,
4818,
8079,
198,
6738,
736,
4879,
353,
13,
4164,
10466,
13,
4164,
10466,
1330,
3395,
10466,
198,
11748,
28686,
198,
197,
628
] | 3.584906 | 106 |
import click
from planning_system.cli import add_subcommands
@click.group()
@click.pass_obj
def survey(config):
"""
Survey - related commands.
"""
pass
add_subcommands(survey, __file__, __package__)
| [
11748,
3904,
198,
6738,
5410,
62,
10057,
13,
44506,
1330,
751,
62,
7266,
9503,
1746,
628,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
31,
12976,
13,
8094,
3419,
198,
31,
12976,
13,
6603,
62,
26801,
198,
4299,
5526,
7,
11250,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
13084,
532,
3519,
9729,
13,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
1208,
628,
198,
2860,
62,
7266,
9503,
1746,
7,
11793,
3304,
11,
11593,
7753,
834,
11,
11593,
26495,
834,
8,
628
] | 2.494737 | 95 |
#!/usr/bin/env python3
"""Get the data at path from the provided file.
Copyright Notice
----------------
Copyright (C) HealthTensor, Inc - All Rights Reserved
Unauthorized copying of this file, via any medium is strictly prohibited
Proprietary and confidential
"""
import sys
import yaml
if __name__ == '__main__':
import argparse
parser = argparse.ArgumentParser('lookup key in yaml file')
parser.add_argument('input', help='path to input data file')
parser.add_argument('path', help='data path to select')
parser.add_argument('--default', help='the default value to return')
args = parser.parse_args()
with open(args.input, 'r') as file_:
data = yaml.load(file_)
path_elts = args.path.split('.')
try:
value = get_data_at_path(data, path_elts)
except (KeyError, TypeError):
if args.default:
value = args.default
else:
print('no value found at path', file=sys.stderr)
exit(1)
print(value)
| [
2,
48443,
14629,
14,
8800,
14,
24330,
21015,
18,
198,
37811,
3855,
262,
1366,
379,
3108,
422,
262,
2810,
2393,
13,
198,
198,
15269,
17641,
198,
1783,
198,
15269,
357,
34,
8,
3893,
51,
22854,
11,
3457,
532,
1439,
6923,
33876,
198,
220,
791,
19721,
23345,
286,
428,
2393,
11,
2884,
597,
7090,
318,
14084,
12244,
198,
220,
1041,
3448,
8527,
290,
15279,
198,
198,
37811,
198,
11748,
25064,
198,
11748,
331,
43695,
628,
198,
198,
361,
11593,
3672,
834,
6624,
705,
834,
12417,
834,
10354,
198,
220,
220,
220,
1330,
1822,
29572,
198,
220,
220,
220,
30751,
796,
1822,
29572,
13,
28100,
1713,
46677,
10786,
5460,
929,
1994,
287,
331,
43695,
2393,
11537,
198,
220,
220,
220,
30751,
13,
2860,
62,
49140,
10786,
15414,
3256,
1037,
11639,
6978,
284,
5128,
1366,
2393,
11537,
198,
220,
220,
220,
30751,
13,
2860,
62,
49140,
10786,
6978,
3256,
1037,
11639,
7890,
3108,
284,
2922,
11537,
198,
220,
220,
220,
30751,
13,
2860,
62,
49140,
10786,
438,
12286,
3256,
1037,
11639,
1169,
4277,
1988,
284,
1441,
11537,
198,
220,
220,
220,
26498,
796,
30751,
13,
29572,
62,
22046,
3419,
628,
220,
220,
220,
351,
1280,
7,
22046,
13,
15414,
11,
705,
81,
11537,
355,
2393,
62,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1366,
796,
331,
43695,
13,
2220,
7,
7753,
62,
8,
198,
220,
220,
220,
3108,
62,
417,
912,
796,
26498,
13,
6978,
13,
35312,
10786,
2637,
8,
198,
220,
220,
220,
1949,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1988,
796,
651,
62,
7890,
62,
265,
62,
6978,
7,
7890,
11,
3108,
62,
417,
912,
8,
198,
220,
220,
220,
2845,
357,
9218,
12331,
11,
5994,
12331,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
611,
26498,
13,
12286,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1988,
796,
26498,
13,
12286,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
3919,
1988,
1043,
379,
3108,
3256,
2393,
28,
17597,
13,
301,
1082,
81,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8420,
7,
16,
8,
198,
220,
220,
220,
3601,
7,
8367,
8,
198
] | 2.696 | 375 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.