content
stringlengths 1
1.04M
| input_ids
sequencelengths 1
774k
| ratio_char_token
float64 0.38
22.9
| token_count
int64 1
774k
|
---|---|---|---|
# -*- coding: utf-8 -*-
import re
from scrapy import Spider, Request
from dateutil import parser
from artbot_scraper.items import EventItem
from pytz import timezone
| [
2,
532,
9,
12,
19617,
25,
3384,
69,
12,
23,
532,
9,
12,
198,
11748,
302,
198,
6738,
15881,
88,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1330,
12648,
11,
19390,
198,
6738,
3128,
22602,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1330,
30751,
198,
6738,
1242,
13645,
62,
1416,
38545,
13,
23814,
1330,
8558,
7449,
198,
6738,
12972,
22877,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1330,
640,
11340,
628
] | 2.271739 | 92 |
"""
DBA 1337_TECH, AUSTIN TEXAS © MAY 2021
Proof of Concept code, No liabilities or warranties expressed or implied.
"""
from django import forms
from django.contrib.auth.forms import UserCreationForm
from django.urls import reverse
from .models import User
| [
37811,
198,
35,
4339,
1511,
2718,
62,
51,
25994,
11,
317,
7759,
1268,
309,
6369,
1921,
10673,
26720,
33448,
198,
44683,
286,
26097,
2438,
11,
1400,
25333,
393,
50174,
6241,
393,
17142,
13,
198,
37811,
198,
198,
6738,
42625,
14208,
1330,
5107,
198,
6738,
42625,
14208,
13,
3642,
822,
13,
18439,
13,
23914,
1330,
11787,
12443,
341,
8479,
198,
6738,
42625,
14208,
13,
6371,
82,
1330,
9575,
198,
198,
6738,
764,
27530,
1330,
11787,
628
] | 3.48 | 75 |
# -*- coding: utf-8 -*-
# website: https://loovien.github.io
# author: luowen<[email protected]>
# time: 2018/9/29 21:41
# desc:
from src.tools.video_builder import VideoBuilder
import traceback
import click
import logging
from src.crawl import CrawlFactory
from src.logs import config_logging
from src.pub.bilib import BiliB
from src.config import configs
from src.pub.stream_live import StreamLive
logger = logging.getLogger(__name__)
@click.group()
@entrance.command()
@click.option('--website', type=click.Choice(["weibo", "huaban", "gaoxiaogif"], case_sensitive=False),
default="weibo", help="which website to crawl")
@click.option("--output", default="./output", help="the path of media output ")
@click.option("--count", default=30, help="number of video crawl")
@entrance.command()
@click.option("--target", type=click.Choice(["bili", "weibo"], case_sensitive=False), default="bili",
help="which website to upload")
@click.option("--output", default="./output", help="the path of media output ")
@click.option("--copy", type=click.BOOL, default=False, help="copy from other website or not")
@click.option("--classify", default="生活", help="classify of video")
@click.option("--sub-classify", default="搞笑", help="subset classify of video")
@entrance.command()
@click.option("--source", default=None, help="the images directory")
@click.option("--bgm", default=None, help="the video background music")
@click.option("--framerate", default=0.5, help="the framerate of video to generate")
@click.option("--output", default="output.mp4", help="video name for generate")
@entrance.command()
@click.option("--url",
default="rtmp://live-push.bilivideo.com/live-bvc/?streamname=live_505797972_44307093&key" +
"=69f49942956030afd257668fee1f5497&schedule=rtmp",
help="upstream address")
@click.option("--source", default=None, help="local video file")
@click.option("--db", default="live.db", help="database of live")
@click.option("--daemon", default=True, type=click.BOOL, help="run forever or not")
if __name__ == '__main__':
launch()
| [
2,
532,
9,
12,
19617,
25,
3384,
69,
12,
23,
532,
9,
12,
198,
2,
3052,
25,
3740,
1378,
5439,
709,
2013,
13,
12567,
13,
952,
198,
2,
1772,
25,
300,
84,
322,
268,
27,
14261,
79,
5488,
13,
2290,
78,
31,
14816,
13,
785,
29,
198,
2,
640,
25,
2864,
14,
24,
14,
1959,
2310,
25,
3901,
198,
2,
1715,
25,
198,
198,
6738,
12351,
13,
31391,
13,
15588,
62,
38272,
1330,
7623,
32875,
198,
11748,
12854,
1891,
198,
11748,
3904,
198,
11748,
18931,
198,
6738,
12351,
13,
66,
13132,
1330,
327,
13132,
22810,
198,
6738,
12351,
13,
6404,
82,
1330,
4566,
62,
6404,
2667,
198,
6738,
12351,
13,
12984,
13,
65,
22282,
1330,
347,
2403,
33,
198,
6738,
12351,
13,
11250,
1330,
4566,
82,
198,
6738,
12351,
13,
12984,
13,
5532,
62,
12583,
1330,
13860,
18947,
198,
198,
6404,
1362,
796,
18931,
13,
1136,
11187,
1362,
7,
834,
3672,
834,
8,
628,
198,
31,
12976,
13,
8094,
3419,
628,
198,
31,
298,
8132,
13,
21812,
3419,
198,
31,
12976,
13,
18076,
10786,
438,
732,
12485,
3256,
2099,
28,
12976,
13,
46770,
7,
14692,
732,
26762,
1600,
366,
13415,
45094,
1600,
366,
4908,
1140,
544,
519,
361,
33116,
1339,
62,
30176,
28,
25101,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4277,
2625,
732,
26762,
1600,
1037,
2625,
4758,
3052,
284,
27318,
4943,
198,
31,
12976,
13,
18076,
7203,
438,
22915,
1600,
4277,
28,
1911,
14,
22915,
1600,
1037,
2625,
1169,
3108,
286,
2056,
5072,
366,
8,
198,
31,
12976,
13,
18076,
7203,
438,
9127,
1600,
4277,
28,
1270,
11,
1037,
2625,
17618,
286,
2008,
27318,
4943,
628,
198,
31,
298,
8132,
13,
21812,
3419,
198,
31,
12976,
13,
18076,
7203,
438,
16793,
1600,
2099,
28,
12976,
13,
46770,
7,
14692,
65,
2403,
1600,
366,
732,
26762,
33116,
1339,
62,
30176,
28,
25101,
828,
4277,
2625,
65,
2403,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
2625,
4758,
3052,
284,
9516,
4943,
198,
31,
12976,
13,
18076,
7203,
438,
22915,
1600,
4277,
28,
1911,
14,
22915,
1600,
1037,
2625,
1169,
3108,
286,
2056,
5072,
366,
8,
198,
31,
12976,
13,
18076,
7203,
438,
30073,
1600,
2099,
28,
12976,
13,
8202,
3535,
11,
4277,
28,
25101,
11,
1037,
2625,
30073,
422,
584,
3052,
393,
407,
4943,
198,
31,
12976,
13,
18076,
7203,
438,
4871,
1958,
1600,
4277,
2625,
37955,
162,
112,
119,
1600,
1037,
2625,
4871,
1958,
286,
2008,
4943,
198,
31,
12976,
13,
18076,
7203,
438,
7266,
12,
4871,
1958,
1600,
4277,
2625,
162,
238,
252,
163,
105,
239,
1600,
1037,
2625,
7266,
2617,
36509,
286,
2008,
4943,
628,
198,
31,
298,
8132,
13,
21812,
3419,
198,
31,
12976,
13,
18076,
7203,
438,
10459,
1600,
4277,
28,
14202,
11,
1037,
2625,
1169,
4263,
8619,
4943,
198,
31,
12976,
13,
18076,
7203,
438,
35904,
76,
1600,
4277,
28,
14202,
11,
1037,
2625,
1169,
2008,
4469,
2647,
4943,
198,
31,
12976,
13,
18076,
7203,
438,
19298,
21620,
1600,
4277,
28,
15,
13,
20,
11,
1037,
2625,
1169,
5346,
21620,
286,
2008,
284,
7716,
4943,
198,
31,
12976,
13,
18076,
7203,
438,
22915,
1600,
4277,
2625,
22915,
13,
3149,
19,
1600,
1037,
2625,
15588,
1438,
329,
7716,
4943,
628,
198,
31,
298,
8132,
13,
21812,
3419,
198,
31,
12976,
13,
18076,
7203,
438,
6371,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4277,
2625,
17034,
3149,
1378,
12583,
12,
14689,
13,
33473,
452,
1651,
13,
785,
14,
12583,
12,
65,
28435,
20924,
5532,
3672,
28,
12583,
62,
1120,
41734,
3720,
4761,
62,
2598,
1270,
2154,
6052,
5,
2539,
1,
1343,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
28,
3388,
69,
28324,
11785,
34135,
1270,
1878,
67,
28676,
35809,
39071,
16,
69,
20,
38073,
5,
15952,
5950,
28,
17034,
3149,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
2625,
929,
5532,
2209,
4943,
198,
31,
12976,
13,
18076,
7203,
438,
10459,
1600,
4277,
28,
14202,
11,
1037,
2625,
12001,
2008,
2393,
4943,
198,
31,
12976,
13,
18076,
7203,
438,
9945,
1600,
4277,
2625,
12583,
13,
9945,
1600,
1037,
2625,
48806,
286,
2107,
4943,
198,
31,
12976,
13,
18076,
7203,
438,
6814,
7966,
1600,
4277,
28,
17821,
11,
2099,
28,
12976,
13,
8202,
3535,
11,
1037,
2625,
5143,
8097,
393,
407,
4943,
628,
198,
198,
361,
11593,
3672,
834,
6624,
705,
834,
12417,
834,
10354,
198,
220,
220,
220,
4219,
3419,
198
] | 2.793194 | 764 |
from django.contrib import messages
from django.shortcuts import render
from django.shortcuts import render, get_object_or_404
from django.db.models import Q
from home.models import Comment
from .models import Category, Product, ProductImage
from cart.forms import CartAddProductForm
from django.views.generic import ListView, TemplateView
import plotly.offline as py
import plotly.graph_objects as go
from django.db.models import Sum
import datetime
import numpy as np
# Create your views here.
| [
6738,
42625,
14208,
13,
3642,
822,
1330,
6218,
198,
6738,
42625,
14208,
13,
19509,
23779,
1330,
8543,
198,
6738,
42625,
14208,
13,
19509,
23779,
1330,
8543,
11,
651,
62,
15252,
62,
273,
62,
26429,
198,
6738,
42625,
14208,
13,
9945,
13,
27530,
1330,
1195,
198,
6738,
1363,
13,
27530,
1330,
18957,
198,
6738,
764,
27530,
1330,
21743,
11,
8721,
11,
8721,
5159,
198,
6738,
6383,
13,
23914,
1330,
13690,
4550,
15667,
8479,
198,
6738,
42625,
14208,
13,
33571,
13,
41357,
1330,
7343,
7680,
11,
37350,
7680,
198,
11748,
7110,
306,
13,
2364,
1370,
355,
12972,
198,
11748,
7110,
306,
13,
34960,
62,
48205,
355,
467,
198,
6738,
42625,
14208,
13,
9945,
13,
27530,
1330,
5060,
198,
11748,
4818,
8079,
198,
11748,
299,
32152,
355,
45941,
198,
2,
13610,
534,
5009,
994,
13,
628,
628,
628
] | 3.711111 | 135 |
#!/usr/bin/env python
import turtle
turtle.pen(fillcolor="black", pencolor="red", pensize=10)
| [
2,
48443,
14629,
14,
8800,
14,
24330,
21015,
198,
11748,
28699,
198,
198,
83,
17964,
13,
3617,
7,
20797,
8043,
2625,
13424,
1600,
3112,
8043,
2625,
445,
1600,
29707,
1096,
28,
940,
8,
198
] | 2.794118 | 34 |
from termcolor import cprint, colored
ni = float(input(colored('Primeiro termo da progressão aritmética: ', 'blue')))
pa = float(input(colored('Razão da progressão aritmética: ', 'blue')))
c = 0
p = 10
lp = []
lc = []
np = ni
while c < p:
while c < p:
lp += [str(np)]
ne = len(str(np))
np += pa
c += 1
e = ' ' * (ne - len(str(c)))
lc += [str(c) + e]
lps = ' | '.join(lp)
lcs = ' | '.join(lc)
cprint('Termos: {}'.format(str(lps)), 'green')
cprint('Nº do termo: {}'.format(str(lcs)), 'green')
mp = int(input(colored('\n\nQuantos termos queres ver mais? ', 'cyan')))
p += mp
| [
6738,
3381,
8043,
1330,
269,
4798,
11,
16396,
198,
8461,
796,
12178,
7,
15414,
7,
25717,
10786,
26405,
7058,
3381,
78,
12379,
4371,
28749,
610,
270,
76,
25125,
3970,
25,
46083,
705,
17585,
6,
22305,
198,
8957,
796,
12178,
7,
15414,
7,
25717,
10786,
49,
1031,
28749,
12379,
4371,
28749,
610,
270,
76,
25125,
3970,
25,
46083,
705,
17585,
6,
22305,
198,
66,
796,
657,
198,
79,
796,
838,
198,
34431,
796,
17635,
198,
44601,
796,
17635,
198,
37659,
796,
37628,
198,
4514,
269,
1279,
279,
25,
198,
220,
220,
220,
981,
269,
1279,
279,
25,
198,
220,
220,
220,
220,
220,
220,
220,
300,
79,
15853,
685,
2536,
7,
37659,
15437,
198,
220,
220,
220,
220,
220,
220,
220,
497,
796,
18896,
7,
2536,
7,
37659,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
45941,
15853,
14187,
198,
220,
220,
220,
220,
220,
220,
220,
269,
15853,
352,
198,
220,
220,
220,
220,
220,
220,
220,
304,
796,
705,
705,
1635,
357,
710,
532,
18896,
7,
2536,
7,
66,
22305,
198,
220,
220,
220,
220,
220,
220,
220,
300,
66,
15853,
685,
2536,
7,
66,
8,
1343,
304,
60,
198,
220,
220,
220,
300,
862,
796,
705,
930,
45302,
22179,
7,
34431,
8,
198,
220,
220,
220,
300,
6359,
796,
705,
930,
45302,
22179,
7,
44601,
8,
198,
220,
220,
220,
269,
4798,
10786,
40596,
418,
25,
220,
220,
220,
220,
220,
23884,
4458,
18982,
7,
2536,
7,
75,
862,
36911,
705,
14809,
11537,
198,
220,
220,
220,
269,
4798,
10786,
45,
36165,
466,
3381,
78,
25,
23884,
4458,
18982,
7,
2536,
7,
75,
6359,
36911,
705,
14809,
11537,
198,
220,
220,
220,
29034,
796,
493,
7,
15414,
7,
25717,
10786,
59,
77,
59,
77,
24915,
418,
3381,
418,
8358,
411,
3326,
285,
15152,
30,
46083,
705,
948,
272,
6,
22305,
198,
220,
220,
220,
279,
15853,
29034,
198
] | 2.099678 | 311 |
"""
Cached, database-backed sessions.
"""
import logging
from django.contrib.sessions.backends.db import SessionStore as DBStore
from django.core.cache import cache
from django.core.exceptions import SuspiciousOperation
from django.utils import timezone
from django.utils.encoding import force_text
KEY_PREFIX = "django.contrib.sessions.cached_db"
class SessionStore(DBStore):
"""
Implements cached, database backed sessions.
"""
@property
def flush(self):
"""
Removes the current session data from the database and regenerates the
key.
"""
self.clear()
self.delete(self.session_key)
self.create()
# At bottom to avoid circular import
from django.contrib.sessions.models import Session
| [
37811,
198,
34,
2317,
11,
6831,
12,
17078,
10991,
13,
198,
37811,
198,
198,
11748,
18931,
198,
198,
6738,
42625,
14208,
13,
3642,
822,
13,
82,
6202,
13,
1891,
2412,
13,
9945,
1330,
23575,
22658,
355,
20137,
22658,
198,
6738,
42625,
14208,
13,
7295,
13,
23870,
1330,
12940,
198,
6738,
42625,
14208,
13,
7295,
13,
1069,
11755,
1330,
31922,
6243,
32180,
198,
6738,
42625,
14208,
13,
26791,
1330,
640,
11340,
198,
6738,
42625,
14208,
13,
26791,
13,
12685,
7656,
1330,
2700,
62,
5239,
198,
198,
20373,
62,
47,
31688,
10426,
796,
366,
28241,
14208,
13,
3642,
822,
13,
82,
6202,
13,
66,
2317,
62,
9945,
1,
628,
198,
4871,
23575,
22658,
7,
11012,
22658,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
1846,
1154,
902,
39986,
11,
6831,
9763,
10991,
13,
198,
220,
220,
220,
37227,
628,
220,
220,
220,
2488,
26745,
628,
220,
220,
220,
825,
24773,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
3982,
5241,
262,
1459,
6246,
1366,
422,
262,
6831,
290,
16935,
689,
262,
198,
220,
220,
220,
220,
220,
220,
220,
1994,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
20063,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
33678,
7,
944,
13,
29891,
62,
2539,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
17953,
3419,
628,
198,
2,
1629,
4220,
284,
3368,
18620,
1330,
198,
6738,
42625,
14208,
13,
3642,
822,
13,
82,
6202,
13,
27530,
1330,
23575,
198
] | 2.876866 | 268 |
from azure.identity import AzureCliCredential
from azure.mgmt.resource import ResourceManagementClient
from azure.mgmt.network import NetworkManagementClient
from azure.mgmt.compute import ComputeManagementClient
from azure.mgmt.storage import StorageManagementClient
from azure.common.credentials import ServicePrincipalCredentials
from azure.storage.blob import BlobServiceClient, BlobClient, ContainerClient
import kbr.log_utils as logger
from munch import Munch, munchify
connection = munchify({})
def server_stop(id: str, compute_group:str, **kwargs): # done, needs testing
""" stops a server """
connection.compute_client.virtual_machines.power_off(compute_group, id).result()
logger.debug("Stopped server id:{}".format(id))
| [
6738,
35560,
495,
13,
738,
414,
1330,
22134,
2601,
72,
34,
445,
1843,
198,
6738,
35560,
495,
13,
11296,
16762,
13,
31092,
1330,
20857,
48032,
11792,
198,
6738,
35560,
495,
13,
11296,
16762,
13,
27349,
1330,
7311,
48032,
11792,
198,
6738,
35560,
495,
13,
11296,
16762,
13,
5589,
1133,
1330,
3082,
1133,
48032,
11792,
198,
6738,
35560,
495,
13,
11296,
16762,
13,
35350,
1330,
20514,
48032,
11792,
198,
6738,
35560,
495,
13,
11321,
13,
66,
445,
14817,
1330,
4809,
42904,
8521,
34,
445,
14817,
198,
198,
6738,
35560,
495,
13,
35350,
13,
2436,
672,
1330,
1086,
672,
16177,
11792,
11,
1086,
672,
11792,
11,
43101,
11792,
628,
198,
11748,
479,
1671,
13,
6404,
62,
26791,
355,
49706,
198,
198,
6738,
285,
3316,
1330,
337,
3316,
11,
285,
3316,
1958,
628,
198,
38659,
796,
285,
3316,
1958,
15090,
30072,
628,
628,
628,
628,
198,
4299,
4382,
62,
11338,
7,
312,
25,
965,
11,
24061,
62,
8094,
25,
2536,
11,
12429,
46265,
22046,
2599,
1303,
1760,
11,
2476,
4856,
198,
220,
220,
220,
37227,
9911,
257,
4382,
37227,
628,
220,
220,
220,
4637,
13,
5589,
1133,
62,
16366,
13,
32844,
62,
76,
620,
1127,
13,
6477,
62,
2364,
7,
5589,
1133,
62,
8094,
11,
4686,
737,
20274,
3419,
198,
220,
220,
220,
49706,
13,
24442,
7203,
1273,
38333,
4382,
4686,
29164,
92,
1911,
18982,
7,
312,
4008,
628,
628,
220,
220,
198
] | 3.321739 | 230 |
#!/usr/bin/python3
helpMessage = """
This runs a unit test for dset64/dset64-gccAtomic.hpp.
Invoke with 5 arguments:
- The number of items (vertices).
- The number of union operations (edges).
- The number of threads.
- The number of union operations per batch.
- The random seed.
"""
import shasta
import sys
if not len(sys.argv)==6:
print(helpMessage)
exit(1);
n = int(sys.argv[1])
m = int(sys.argv[2])
threadCount = int(sys.argv[3])
batchSize = int(sys.argv[4])
seed = int(sys.argv[5])
shasta.dset64Test(
n = n,
m = m,
threadCount = threadCount,
batchSize = batchSize,
seed = seed)
| [
2,
48443,
14629,
14,
8800,
14,
29412,
18,
198,
198,
16794,
12837,
796,
37227,
198,
1212,
4539,
257,
4326,
1332,
329,
288,
2617,
2414,
14,
67,
2617,
2414,
12,
70,
535,
2953,
10179,
13,
71,
381,
13,
198,
198,
19904,
2088,
351,
642,
7159,
25,
198,
12,
383,
1271,
286,
3709,
357,
1851,
1063,
737,
198,
12,
383,
1271,
286,
6441,
4560,
357,
276,
3212,
737,
198,
12,
383,
1271,
286,
14390,
13,
198,
12,
383,
1271,
286,
6441,
4560,
583,
15458,
13,
198,
12,
383,
4738,
9403,
13,
198,
37811,
628,
198,
11748,
427,
40197,
198,
11748,
25064,
198,
198,
361,
407,
18896,
7,
17597,
13,
853,
85,
8,
855,
21,
25,
198,
220,
220,
220,
3601,
7,
16794,
12837,
8,
198,
220,
220,
220,
8420,
7,
16,
1776,
198,
220,
220,
220,
220,
198,
77,
796,
493,
7,
17597,
13,
853,
85,
58,
16,
12962,
198,
76,
796,
493,
7,
17597,
13,
853,
85,
58,
17,
12962,
198,
16663,
12332,
796,
493,
7,
17597,
13,
853,
85,
58,
18,
12962,
198,
43501,
10699,
796,
493,
7,
17597,
13,
853,
85,
58,
19,
12962,
198,
28826,
796,
493,
7,
17597,
13,
853,
85,
58,
20,
12962,
628,
198,
1477,
40197,
13,
67,
2617,
2414,
14402,
7,
198,
220,
220,
220,
299,
796,
299,
11,
198,
220,
220,
220,
285,
796,
285,
11,
198,
220,
220,
220,
4704,
12332,
796,
4704,
12332,
11,
198,
220,
220,
220,
15458,
10699,
796,
15458,
10699,
11,
198,
220,
220,
220,
9403,
796,
9403,
8,
628
] | 2.484127 | 252 |
import math
import doctest
def pick(n, k):
"""
Return the number of ways to select k objects from n objects with order
:param n: int
:param k: int
:return: int
>>> pick(1, 0)
1
>>> pick(1, 2)
0
>>> pick(5, 2)
20
"""
return math.factorial(n) // math.factorial(n - k) if n >= k else 0
def choose(n, k):
"""
Return the number of ways to select k objects from n objects without order
:param n: int
:param k: int
:return: int
>>> choose(1, 0)
1
>>> choose(1, 2)
0
>>> choose(5, 2)
10
"""
return pick(n, k) // math.factorial(k) if n >= k else 0
if __name__ == "__main__":
doctest.testmod()
| [
11748,
10688,
198,
11748,
10412,
395,
628,
198,
4299,
2298,
7,
77,
11,
479,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
8229,
262,
1271,
286,
2842,
284,
2922,
479,
5563,
422,
299,
5563,
351,
1502,
198,
220,
220,
220,
1058,
17143,
299,
25,
493,
198,
220,
220,
220,
1058,
17143,
479,
25,
493,
198,
220,
220,
220,
1058,
7783,
25,
493,
198,
220,
220,
220,
13163,
2298,
7,
16,
11,
657,
8,
198,
220,
220,
220,
352,
198,
220,
220,
220,
13163,
2298,
7,
16,
11,
362,
8,
198,
220,
220,
220,
657,
198,
220,
220,
220,
13163,
2298,
7,
20,
11,
362,
8,
198,
220,
220,
220,
1160,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
1441,
10688,
13,
22584,
5132,
7,
77,
8,
3373,
10688,
13,
22584,
5132,
7,
77,
532,
479,
8,
611,
299,
18189,
479,
2073,
657,
628,
198,
4299,
3853,
7,
77,
11,
479,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
8229,
262,
1271,
286,
2842,
284,
2922,
479,
5563,
422,
299,
5563,
1231,
1502,
198,
220,
220,
220,
1058,
17143,
299,
25,
493,
198,
220,
220,
220,
1058,
17143,
479,
25,
493,
198,
220,
220,
220,
1058,
7783,
25,
493,
198,
220,
220,
220,
13163,
3853,
7,
16,
11,
657,
8,
198,
220,
220,
220,
352,
198,
220,
220,
220,
13163,
3853,
7,
16,
11,
362,
8,
198,
220,
220,
220,
657,
198,
220,
220,
220,
13163,
3853,
7,
20,
11,
362,
8,
198,
220,
220,
220,
838,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
1441,
2298,
7,
77,
11,
479,
8,
3373,
10688,
13,
22584,
5132,
7,
74,
8,
611,
299,
18189,
479,
2073,
657,
628,
198,
361,
11593,
3672,
834,
6624,
366,
834,
12417,
834,
1298,
198,
220,
220,
220,
10412,
395,
13,
9288,
4666,
3419,
198
] | 2.296053 | 304 |
"""Utility module for date and time controls."""
# Official Libraries
import datetime
from typing import Union
# Thirdparty Libraries
from dateutil.relativedelta import relativedelta
# My Modules
__all__ = (
'after_day_str_from',
'next_day_str_from',
'next_month_str_from',
)
# Define Constants
INT_STR = Union[int, str]
# Main Functions
| [
37811,
18274,
879,
8265,
329,
3128,
290,
640,
6973,
526,
15931,
628,
198,
2,
15934,
46267,
198,
11748,
4818,
8079,
198,
6738,
19720,
1330,
4479,
198,
198,
2,
10467,
10608,
46267,
198,
6738,
3128,
22602,
13,
2411,
265,
1572,
12514,
1330,
48993,
1572,
12514,
628,
198,
2,
2011,
3401,
5028,
628,
198,
834,
439,
834,
796,
357,
198,
220,
220,
220,
220,
220,
220,
220,
705,
8499,
62,
820,
62,
2536,
62,
6738,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
19545,
62,
820,
62,
2536,
62,
6738,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
19545,
62,
8424,
62,
2536,
62,
6738,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
198,
2,
2896,
500,
4757,
1187,
198,
12394,
62,
18601,
796,
4479,
58,
600,
11,
965,
60,
628,
198,
2,
8774,
40480,
628,
198
] | 2.697183 | 142 |
##########################################################################
#
# pgAdmin 4 - PostgreSQL Tools
#
# Copyright (C) 2013 - 2018, The pgAdmin Development Team
# This software is released under the PostgreSQL Licence
#
##########################################################################
""" Implements Column Node """
import simplejson as json
from functools import wraps
import pgadmin.browser.server_groups.servers.databases as database
from flask import render_template, request, jsonify
from flask_babel import gettext
from pgadmin.browser.collection import CollectionNodeModule
from pgadmin.browser.server_groups.servers.databases.schemas.utils \
import DataTypeReader
from pgadmin.browser.server_groups.servers.utils import parse_priv_from_db, \
parse_priv_to_db
from pgadmin.browser.utils import PGChildNodeView
from pgadmin.utils.ajax import make_json_response, internal_server_error, \
make_response as ajax_response, gone
from pgadmin.utils.driver import get_driver
from config import PG_DEFAULT_DRIVER
from pgadmin.utils import IS_PY2
# If we are in Python3
if not IS_PY2:
unicode = str
class ColumnsModule(CollectionNodeModule):
"""
class ColumnsModule(CollectionNodeModule)
A module class for Column node derived from CollectionNodeModule.
Methods:
-------
* __init__(*args, **kwargs)
- Method is used to initialize the Column and it's base module.
* get_nodes(gid, sid, did, scid, tid)
- Method is used to generate the browser collection node.
* node_inode()
- Method is overridden from its base class to make the node as leaf node.
* script_load()
- Load the module script for schema, when any of the server node is
initialized.
"""
NODE_TYPE = 'column'
COLLECTION_LABEL = gettext("Columns")
def __init__(self, *args, **kwargs):
"""
Method is used to initialize the ColumnModule and it's base module.
Args:
*args:
**kwargs:
"""
self.min_ver = None
self.max_ver = None
super(ColumnsModule, self).__init__(*args, **kwargs)
def get_nodes(self, gid, sid, did, scid, **kwargs):
"""
Generate the collection node
"""
assert ('tid' in kwargs or 'vid' in kwargs)
yield self.generate_browser_collection_node(
kwargs['tid'] if 'tid' in kwargs else kwargs['vid']
)
@property
def script_load(self):
"""
Load the module script for server, when any of the server-group node is
initialized.
"""
return database.DatabaseModule.NODE_TYPE
@property
def node_inode(self):
"""
Load the module node as a leaf node
"""
return False
@property
def module_use_template_javascript(self):
"""
Returns whether Jinja2 template is used for generating the javascript
module.
"""
return False
blueprint = ColumnsModule(__name__)
class ColumnsView(PGChildNodeView, DataTypeReader):
"""
This class is responsible for generating routes for Column node
Methods:
-------
* __init__(**kwargs)
- Method is used to initialize the ColumnView and it's base view.
* module_js()
- This property defines (if javascript) exists for this node.
Override this property for your own logic
* check_precondition()
- This function will behave as a decorator which will checks
database connection before running view, it will also attaches
manager,conn & template_path properties to self
* list()
- This function is used to list all the Column nodes within that
collection.
* nodes()
- This function will used to create all the child node within that
collection, Here it will create all the Column node.
* properties(gid, sid, did, scid, tid, clid)
- This function will show the properties of the selected Column node
* create(gid, sid, did, scid, tid)
- This function will create the new Column object
* update(gid, sid, did, scid, tid, clid)
- This function will update the data for the selected Column node
* delete(self, gid, sid, scid, tid, clid):
- This function will drop the Column object
* msql(gid, sid, did, scid, tid, clid)
- This function is used to return modified SQL for the selected
Column node
* get_sql(data, scid, tid)
- This function will generate sql from model data
* sql(gid, sid, did, scid):
- This function will generate sql to show it in sql pane for the
selected Column node.
* dependency(gid, sid, did, scid):
- This function will generate dependency list show it in dependency
pane for the selected Column node.
* dependent(gid, sid, did, scid):
- This function will generate dependent list to show it in dependent
pane for the selected Column node.
"""
node_type = blueprint.node_type
parent_ids = [
{'type': 'int', 'id': 'gid'},
{'type': 'int', 'id': 'sid'},
{'type': 'int', 'id': 'did'},
{'type': 'int', 'id': 'scid'},
{'type': 'int', 'id': 'tid'}
]
ids = [
# Here we specify type as any because table
# are also has '-' in them if they are system table
{'type': 'string', 'id': 'clid'}
]
operations = dict({
'obj': [
{'get': 'properties', 'delete': 'delete', 'put': 'update'},
{'get': 'list', 'post': 'create'}
],
'children': [{'get': 'children'}],
'nodes': [{'get': 'nodes'}, {'get': 'nodes'}],
'sql': [{'get': 'sql'}],
'msql': [{'get': 'msql'}, {'get': 'msql'}],
'stats': [{'get': 'statistics'}],
'dependency': [{'get': 'dependencies'}],
'dependent': [{'get': 'dependents'}],
'module.js': [{}, {}, {'get': 'module_js'}],
})
def check_precondition(f):
"""
This function will behave as a decorator which will checks
database connection before running view, it will also attaches
manager,conn & template_path properties to self
"""
@wraps(f)
return wrap
@check_precondition
def list(self, gid, sid, did, scid, tid):
"""
This function is used to list all the schema nodes within that collection.
Args:
gid: Server group ID
sid: Server ID
did: Database ID
scid: Schema ID
tid: Table ID
Returns:
JSON of available column nodes
"""
SQL = render_template("/".join([self.template_path,
'properties.sql']), tid=tid,
show_sys_objects=self.blueprint.show_system_objects)
status, res = self.conn.execute_dict(SQL)
if not status:
return internal_server_error(errormsg=res)
return ajax_response(
response=res['rows'],
status=200
)
@check_precondition
def nodes(self, gid, sid, did, scid, tid, clid=None):
"""
This function will used to create all the child node within that collection.
Here it will create all the schema node.
Args:
gid: Server Group ID
sid: Server ID
did: Database ID
scid: Schema ID
tid: Table ID
Returns:
JSON of available schema child nodes
"""
res = []
SQL = render_template(
"/".join([self.template_path, 'nodes.sql']),
tid=tid,
clid=clid,
show_sys_objects=self.blueprint.show_system_objects
)
status, rset = self.conn.execute_2darray(SQL)
if not status:
return internal_server_error(errormsg=rset)
if clid is not None:
if len(rset['rows']) == 0:
return gone(
errormsg=gettext("Could not find the column.")
)
row = rset['rows'][0]
return make_json_response(
data=self.blueprint.generate_browser_node(
row['oid'],
tid,
row['name'],
icon="icon-column",
datatype=row['datatype'] # We need datatype somewhere in
),
status=200
)
for row in rset['rows']:
res.append(
self.blueprint.generate_browser_node(
row['oid'],
tid,
row['name'],
icon="icon-column",
datatype=row['datatype'] # We need datatype somewhere in
)) # exclusion constraint.
return make_json_response(
data=res,
status=200
)
def _formatter(self, scid, tid, clid, data):
"""
Args:
scid: schema oid
tid: table oid
clid: position of column in table
data: dict of query result
Returns:
It will return formatted output of collections
"""
# To check if column is primary key
if 'attnum' in data and 'indkey' in data:
# Current column
attnum = str(data['attnum'])
# Single/List of primary key column(s)
indkey = str(data['indkey'])
# We will check if column is in primary column(s)
if attnum in indkey.split(" "):
data['is_pk'] = True
else:
data['is_pk'] = False
# Find length & precision of column data type
fulltype = self.get_full_type(
data['typnspname'], data['typname'],
data['isdup'], data['attndims'], data['atttypmod']
)
length = False
precision = False
if 'elemoid' in data:
length, precision, typeval = self.get_length_precision(data['elemoid'])
# Set length and precision to None
data['attlen'] = None
data['attprecision'] = None
import re
# If we have length & precision both
if length and precision:
matchObj = re.search(r'(\d+),(\d+)', fulltype)
if matchObj:
data['attlen'] = matchObj.group(1)
data['attprecision'] = matchObj.group(2)
elif length:
# If we have length only
matchObj = re.search(r'(\d+)', fulltype)
if matchObj:
data['attlen'] = matchObj.group(1)
data['attprecision'] = None
# We need to fetch inherited tables for each table
SQL = render_template("/".join([self.template_path,
'get_inherited_tables.sql']),
tid=tid)
status, inh_res = self.conn.execute_dict(SQL)
if not status:
return internal_server_error(errormsg=inh_res)
for row in inh_res['rows']:
if row['attrname'] == data['name']:
data['is_inherited'] = True
data['tbls_inherited'] = row['inhrelname']
# We need to format variables according to client js collection
if 'attoptions' in data and data['attoptions'] is not None:
spcoptions = []
for spcoption in data['attoptions']:
k, v = spcoption.split('=')
spcoptions.append({'name': k, 'value': v})
data['attoptions'] = spcoptions
# Need to format security labels according to client js collection
if 'seclabels' in data and data['seclabels'] is not None:
seclabels = []
for seclbls in data['seclabels']:
k, v = seclbls.split('=')
seclabels.append({'provider': k, 'label': v})
data['seclabels'] = seclabels
# We need to parse & convert ACL coming from database to json format
SQL = render_template("/".join([self.template_path, 'acl.sql']),
tid=tid, clid=clid)
status, acl = self.conn.execute_dict(SQL)
if not status:
return internal_server_error(errormsg=acl)
# We will set get privileges from acl sql so we don't need
# it from properties sql
data['attacl'] = []
for row in acl['rows']:
priv = parse_priv_from_db(row)
data.setdefault(row['deftype'], []).append(priv)
# we are receiving request when in edit mode
# we will send filtered types related to current type
present_type = data['cltype']
type_id = data['atttypid']
SQL = render_template("/".join([self.template_path,
'is_referenced.sql']),
tid=tid, clid=clid)
status, is_reference = self.conn.execute_scalar(SQL)
edit_types_list = list()
# We will need present type in edit mode
if data['typnspname'] == "pg_catalog" or data['typnspname'] == "public":
edit_types_list.append(present_type)
else:
t = self.qtTypeIdent(self.conn, data['typnspname'], present_type)
edit_types_list.append(t)
data['cltype'] = t
if int(is_reference) == 0:
SQL = render_template("/".join([self.template_path,
'edit_mode_types.sql']),
type_id=type_id)
status, rset = self.conn.execute_2darray(SQL)
for row in rset['rows']:
edit_types_list.append(row['typname'])
else:
edit_types_list.append(present_type)
data['edit_types'] = edit_types_list
data['cltype'] = DataTypeReader.parse_type_name(data['cltype'])
return data
@check_precondition
def properties(self, gid, sid, did, scid, tid, clid):
"""
This function will show the properties of the selected schema node.
Args:
gid: Server Group ID
sid: Server ID
did: Database ID
scid: Schema ID
scid: Schema ID
tid: Table ID
clid: Column ID
Returns:
JSON of selected schema node
"""
SQL = render_template("/".join([self.template_path,
'properties.sql']), tid=tid, clid=clid
, show_sys_objects=self.blueprint.show_system_objects)
status, res = self.conn.execute_dict(SQL)
if not status:
return internal_server_error(errormsg=res)
if len(res['rows']) == 0:
return gone(gettext("""Could not find the column in the table."""))
# Making copy of output for future use
data = dict(res['rows'][0])
data = self._formatter(scid, tid, clid, data)
return ajax_response(
response=data,
status=200
)
def _cltype_formatter(self, type):
"""
Args:
data: Type string
Returns:
We need to remove [] from type and append it
after length/precision so we will set flag for
sql template
"""
# We need to add this exceptional case for manually adding " in type
# in json.loads('"char"') is valid json hence it
# converts '"char"' -> 'char' as string but if we
# send the same in collection json.loads() handles it properly in
# Table & Type nodes, This handling handling is Column node specific
if type == 'char':
type = '"char"'
if '[]' in type:
type = type.replace('[]', '')
self.hasSqrBracket = True
else:
self.hasSqrBracket = False
return type
@staticmethod
def convert_length_precision_to_string(data):
"""
This function is used to convert length & precision to string
to handle case like when user gives 0 as length
Args:
data: Data from client
Returns:
Converted data
"""
if 'attlen' in data and data['attlen'] is not None:
data['attlen'] = str(data['attlen'])
if 'attprecision' in data and data['attprecision'] is not None:
data['attprecision'] = str(data['attprecision'])
return data
@check_precondition
def create(self, gid, sid, did, scid, tid):
"""
This function will creates new the schema object
Args:
gid: Server Group ID
sid: Server ID
did: Database ID
scid: Schema ID
tid: Table ID
"""
data = request.form if request.form else json.loads(
request.data, encoding='utf-8'
)
for k, v in data.items():
try:
data[k] = json.loads(v, encoding='utf-8')
except (ValueError, TypeError, KeyError):
data[k] = v
required_args = {
'name': 'Name',
'cltype': 'Type'
}
for arg in required_args:
if arg not in data:
return make_json_response(
status=410,
success=0,
errormsg=gettext(
"Could not find the required parameter (%s)." %
required_args[arg]
)
)
# Parse privilege data coming from client according to database format
if 'attacl' in data:
data['attacl'] = parse_priv_to_db(data['attacl'], self.acl)
# Adding parent into data dict, will be using it while creating sql
data['schema'] = self.schema
data['table'] = self.table
# check type for '[]' in it
data['cltype'] = self._cltype_formatter(data['cltype'])
data['hasSqrBracket'] = self.hasSqrBracket
data = self.convert_length_precision_to_string(data)
SQL = render_template("/".join([self.template_path,
'create.sql']),
data=data, conn=self.conn)
status, res = self.conn.execute_scalar(SQL)
if not status:
return internal_server_error(errormsg=res)
# we need oid to to add object in tree at browser
SQL = render_template(
"/".join([self.template_path, 'get_position.sql']),
tid=tid, data=data
)
status, clid = self.conn.execute_scalar(SQL)
if not status:
return internal_server_error(errormsg=tid)
return jsonify(
node=self.blueprint.generate_browser_node(
clid,
tid,
data['name'],
icon="icon-column"
)
)
@check_precondition
def delete(self, gid, sid, did, scid, tid, clid):
"""
This function will updates existing the schema object
Args:
gid: Server Group ID
sid: Server ID
did: Database ID
scid: Schema ID
tid: Table ID
clid: Column ID
"""
# We will first fetch the column name for current request
# so that we create template for dropping column
try:
SQL = render_template("/".join([self.template_path,
'properties.sql']), tid=tid, clid=clid
, show_sys_objects=self.blueprint.show_system_objects)
status, res = self.conn.execute_dict(SQL)
if not status:
return internal_server_error(errormsg=res)
if not res['rows']:
return make_json_response(
success=0,
errormsg=gettext(
'Error: Object not found.'
),
info=gettext(
'The specified column could not be found.\n'
)
)
data = dict(res['rows'][0])
# We will add table & schema as well
data['schema'] = self.schema
data['table'] = self.table
SQL = render_template("/".join([self.template_path,
'delete.sql']),
data=data, conn=self.conn)
status, res = self.conn.execute_scalar(SQL)
if not status:
return internal_server_error(errormsg=res)
return make_json_response(
success=1,
info=gettext("Column is dropped"),
data={
'id': clid,
'tid': tid
}
)
except Exception as e:
return internal_server_error(errormsg=str(e))
@check_precondition
def update(self, gid, sid, did, scid, tid, clid):
"""
This function will updates existing the schema object
Args:
gid: Server Group ID
sid: Server ID
did: Database ID
scid: Schema ID
tid: Table ID
clid: Column ID
"""
data = request.form if request.form else json.loads(
request.data, encoding='utf-8'
)
# Adding parent into data dict, will be using it while creating sql
data['schema'] = self.schema
data['table'] = self.table
# check type for '[]' in it
if 'cltype' in data:
data['cltype'] = self._cltype_formatter(data['cltype'])
data['hasSqrBracket'] = self.hasSqrBracket
SQL, name = self.get_sql(scid, tid, clid, data)
if not isinstance(SQL, (str, unicode)):
return SQL
SQL = SQL.strip('\n').strip(' ')
status, res = self.conn.execute_scalar(SQL)
if not status:
return internal_server_error(errormsg=res)
return jsonify(
node=self.blueprint.generate_browser_node(
clid,
tid,
name,
icon="icon-%s" % self.node_type
)
)
@check_precondition
def msql(self, gid, sid, did, scid, tid, clid=None):
"""
This function will generates modified sql for schema object
Args:
gid: Server Group ID
sid: Server ID
did: Database ID
scid: Schema ID
tid: Table ID
clid: Column ID (When working with existing column)
"""
data = dict()
for k, v in request.args.items():
try:
data[k] = json.loads(v, encoding='utf-8')
except (ValueError, TypeError, KeyError):
data[k] = v
# Adding parent into data dict, will be using it while creating sql
data['schema'] = self.schema
data['table'] = self.table
# check type for '[]' in it
if 'cltype' in data:
data['cltype'] = self._cltype_formatter(data['cltype'])
data['hasSqrBracket'] = self.hasSqrBracket
try:
SQL, name = self.get_sql(scid, tid, clid, data)
if not isinstance(SQL, (str, unicode)):
return SQL
SQL = SQL.strip('\n').strip(' ')
if SQL == '':
SQL = "--modified SQL"
return make_json_response(
data=SQL,
status=200
)
except Exception as e:
return internal_server_error(errormsg=str(e))
def get_sql(self, scid, tid, clid, data, is_sql=False):
"""
This function will genrate sql from model data
"""
data = self.convert_length_precision_to_string(data)
if clid is not None:
SQL = render_template("/".join([self.template_path,
'properties.sql']), tid=tid, clid=clid
, show_sys_objects=self.blueprint.show_system_objects)
status, res = self.conn.execute_dict(SQL)
if not status:
return internal_server_error(errormsg=res)
if len(res['rows']) == 0:
return gone(
gettext("Could not find the column on the server.")
)
old_data = dict(res['rows'][0])
# We will add table & schema as well
old_data = self._formatter(scid, tid, clid, old_data)
# check type for '[]' in it
if 'cltype' in old_data:
old_data['cltype'] = self._cltype_formatter(old_data['cltype'])
old_data['hasSqrBracket'] = self.hasSqrBracket
# If name is not present in data then
# we will fetch it from old data, we also need schema & table name
if 'name' not in data:
data['name'] = old_data['name']
# Convert acl coming from client in db parsing format
key = 'attacl'
if key in data and data[key] is not None:
if 'added' in data[key]:
data[key]['added'] = parse_priv_to_db(
data[key]['added'], self.acl
)
if 'changed' in data[key]:
data[key]['changed'] = parse_priv_to_db(
data[key]['changed'], self.acl
)
if 'deleted' in data[key]:
data[key]['deleted'] = parse_priv_to_db(
data[key]['deleted'], self.acl
)
SQL = render_template(
"/".join([self.template_path, 'update.sql']),
data=data, o_data=old_data, conn=self.conn
)
else:
required_args = [
'name',
'cltype'
]
for arg in required_args:
if arg not in data:
return gettext('-- definition incomplete')
# We will convert privileges coming from client required
# in server side format
if 'attacl' in data:
data['attacl'] = parse_priv_to_db(data['attacl'],
self.acl)
# If the request for new object which do not have did
SQL = render_template("/".join([self.template_path, 'create.sql']),
data=data, conn=self.conn, is_sql=is_sql)
return SQL, data['name'] if 'name' in data else old_data['name']
@check_precondition
def sql(self, gid, sid, did, scid, tid, clid):
"""
This function will generates reverse engineered sql for schema object
Args:
gid: Server Group ID
sid: Server ID
did: Database ID
scid: Schema ID
tid: Table ID
clid: Column ID
"""
try:
SQL = render_template("/".join([self.template_path,
'properties.sql']), tid=tid, clid=clid
, show_sys_objects=self.blueprint.show_system_objects)
status, res = self.conn.execute_dict(SQL)
if not status:
return internal_server_error(errormsg=res)
if len(res['rows']) == 0:
return gone(
gettext("Could not find the column on the server.")
)
data = dict(res['rows'][0])
# We do not want to display length as -1 in create query
if 'attlen' in data and data['attlen'] == -1:
data['attlen'] = ''
# Adding parent into data dict, will be using it while creating sql
data['schema'] = self.schema
data['table'] = self.table
# check type for '[]' in it
if 'cltype' in data:
data['cltype'] = self._cltype_formatter(data['cltype'])
data['hasSqrBracket'] = self.hasSqrBracket
# We will add table & schema as well
data = self._formatter(scid, tid, clid, data)
SQL, name = self.get_sql(scid, tid, None, data, is_sql=True)
if not isinstance(SQL, (str, unicode)):
return SQL
sql_header = u"-- Column: {0}\n\n-- ".format(self.qtIdent(self.conn,
data['schema'],
data['table'],
data['name']))
sql_header += render_template("/".join([self.template_path,
'delete.sql']),
data=data, conn=self.conn)
SQL = sql_header + '\n\n' + SQL
return ajax_response(response=SQL.strip('\n'))
except Exception as e:
return internal_server_error(errormsg=str(e))
@check_precondition
def dependents(self, gid, sid, did, scid, tid, clid):
"""
This function get the dependents and return ajax response
for the column node.
Args:
gid: Server Group ID
sid: Server ID
did: Database ID
scid: Schema ID
tid: Table ID
clid: Column ID
"""
# Specific condition for column which we need to append
where = "WHERE dep.refobjid={0}::OID AND dep.refobjsubid={1}".format(
tid, clid
)
dependents_result = self.get_dependents(
self.conn, clid, where=where
)
# Specific sql to run againt column to fetch dependents
SQL = render_template("/".join([self.template_path,
'depend.sql']), where=where)
status, res = self.conn.execute_dict(SQL)
if not status:
return internal_server_error(errormsg=res)
for row in res['rows']:
ref_name = row['refname']
if ref_name is None:
continue
dep_type = ''
dep_str = row['deptype']
if dep_str == 'a':
dep_type = 'auto'
elif dep_str == 'n':
dep_type = 'normal'
elif dep_str == 'i':
dep_type = 'internal'
dependents_result.append({'type': 'sequence', 'name': ref_name, 'field': dep_type})
return ajax_response(
response=dependents_result,
status=200
)
@check_precondition
def dependencies(self, gid, sid, did, scid, tid, clid):
"""
This function get the dependencies and return ajax response
for the column node.
Args:
gid: Server Group ID
sid: Server ID
did: Database ID
scid: Schema ID
tid: Table ID
clid: Column ID
"""
# Specific condition for column which we need to append
dependencies_result = self.get_dependencies(
self.conn, clid
)
return ajax_response(
response=dependencies_result,
status=200
)
@check_precondition
def statistics(self, gid, sid, did, scid, tid, clid):
"""
Statistics
Args:
gid: Server Group Id
sid: Server Id
did: Database Id
scid: Schema Id
seid: Sequence Id
Returns the statistics for a particular object if seid is specified
"""
# Fetch column name
SQL = render_template("/".join([self.template_path,
'properties.sql']), tid=tid, clid=clid
, show_sys_objects=self.blueprint.show_system_objects)
status, res = self.conn.execute_dict(SQL)
if not status:
return internal_server_error(errormsg=res)
if len(res['rows']) == 0:
return gone(
gettext("Could not find the column on the server.")
)
data = dict(res['rows'][0])
column = data['name']
status, res = self.conn.execute_dict(
render_template(
"/".join([self.template_path, 'stats.sql']),
conn=self.conn, schema=self.schema,
table=self.table, column=column
)
)
if not status:
return internal_server_error(errormsg=res)
return make_json_response(
data=res,
status=200
)
ColumnsView.register_node_view(blueprint)
| [
29113,
29113,
7804,
2235,
198,
2,
198,
2,
23241,
46787,
604,
532,
2947,
47701,
20003,
198,
2,
198,
2,
15069,
357,
34,
8,
2211,
532,
2864,
11,
383,
23241,
46787,
7712,
4816,
198,
2,
770,
3788,
318,
2716,
739,
262,
2947,
47701,
10483,
594,
198,
2,
198,
29113,
29113,
7804,
2235,
198,
198,
37811,
1846,
1154,
902,
29201,
19081,
37227,
198,
198,
11748,
2829,
17752,
355,
33918,
198,
6738,
1257,
310,
10141,
1330,
27521,
198,
198,
11748,
23241,
28482,
13,
40259,
13,
15388,
62,
24432,
13,
2655,
690,
13,
19608,
18826,
355,
6831,
198,
6738,
42903,
1330,
8543,
62,
28243,
11,
2581,
11,
33918,
1958,
198,
6738,
42903,
62,
65,
9608,
1330,
651,
5239,
198,
6738,
23241,
28482,
13,
40259,
13,
43681,
1330,
12251,
19667,
26796,
198,
6738,
23241,
28482,
13,
40259,
13,
15388,
62,
24432,
13,
2655,
690,
13,
19608,
18826,
13,
1416,
4411,
292,
13,
26791,
3467,
198,
220,
220,
220,
1330,
6060,
6030,
33634,
198,
6738,
23241,
28482,
13,
40259,
13,
15388,
62,
24432,
13,
2655,
690,
13,
26791,
1330,
21136,
62,
13776,
62,
6738,
62,
9945,
11,
3467,
198,
220,
220,
220,
21136,
62,
13776,
62,
1462,
62,
9945,
198,
6738,
23241,
28482,
13,
40259,
13,
26791,
1330,
23842,
16424,
19667,
7680,
198,
6738,
23241,
28482,
13,
26791,
13,
1228,
897,
1330,
787,
62,
17752,
62,
26209,
11,
5387,
62,
15388,
62,
18224,
11,
3467,
198,
220,
220,
220,
787,
62,
26209,
355,
257,
73,
897,
62,
26209,
11,
3750,
198,
6738,
23241,
28482,
13,
26791,
13,
26230,
1330,
651,
62,
26230,
198,
6738,
4566,
1330,
23842,
62,
7206,
38865,
62,
7707,
38757,
198,
6738,
23241,
28482,
13,
26791,
1330,
3180,
62,
47,
56,
17,
198,
2,
1002,
356,
389,
287,
11361,
18,
198,
361,
407,
3180,
62,
47,
56,
17,
25,
198,
220,
220,
220,
28000,
1098,
796,
965,
628,
198,
4871,
29201,
82,
26796,
7,
36307,
19667,
26796,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
1398,
29201,
82,
26796,
7,
36307,
19667,
26796,
8,
628,
220,
220,
220,
220,
220,
220,
220,
317,
8265,
1398,
329,
29201,
10139,
10944,
422,
12251,
19667,
26796,
13,
628,
220,
220,
220,
25458,
25,
198,
220,
220,
220,
35656,
198,
220,
220,
220,
1635,
11593,
15003,
834,
46491,
22046,
11,
12429,
46265,
22046,
8,
198,
220,
220,
220,
220,
220,
532,
11789,
318,
973,
284,
41216,
262,
29201,
290,
340,
338,
2779,
8265,
13,
628,
220,
220,
220,
1635,
651,
62,
77,
4147,
7,
70,
312,
11,
9785,
11,
750,
11,
629,
312,
11,
29770,
8,
198,
220,
220,
220,
220,
220,
532,
11789,
318,
973,
284,
7716,
262,
6444,
4947,
10139,
13,
628,
220,
220,
220,
1635,
10139,
62,
259,
1098,
3419,
198,
220,
220,
220,
220,
220,
532,
11789,
318,
23170,
4651,
422,
663,
2779,
1398,
284,
787,
262,
10139,
355,
12835,
10139,
13,
628,
220,
220,
220,
1635,
4226,
62,
2220,
3419,
198,
220,
220,
220,
220,
220,
532,
8778,
262,
8265,
4226,
329,
32815,
11,
618,
597,
286,
262,
4382,
10139,
318,
198,
220,
220,
220,
220,
220,
220,
220,
23224,
13,
198,
220,
220,
220,
37227,
628,
220,
220,
220,
399,
16820,
62,
25216,
796,
705,
28665,
6,
198,
220,
220,
220,
20444,
16779,
2849,
62,
48780,
3698,
796,
651,
5239,
7203,
39470,
82,
4943,
628,
220,
220,
220,
825,
11593,
15003,
834,
7,
944,
11,
1635,
22046,
11,
12429,
46265,
22046,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
11789,
318,
973,
284,
41216,
262,
29201,
26796,
290,
340,
338,
2779,
8265,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1635,
22046,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12429,
46265,
22046,
25,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
1084,
62,
332,
796,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
9806,
62,
332,
796,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
2208,
7,
39470,
82,
26796,
11,
2116,
737,
834,
15003,
834,
46491,
22046,
11,
12429,
46265,
22046,
8,
628,
220,
220,
220,
825,
651,
62,
77,
4147,
7,
944,
11,
308,
312,
11,
9785,
11,
750,
11,
629,
312,
11,
12429,
46265,
22046,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2980,
378,
262,
4947,
10139,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
19203,
83,
312,
6,
287,
479,
86,
22046,
393,
705,
16921,
6,
287,
479,
86,
22046,
8,
198,
220,
220,
220,
220,
220,
220,
220,
7800,
2116,
13,
8612,
378,
62,
40259,
62,
43681,
62,
17440,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
479,
86,
22046,
17816,
83,
312,
20520,
611,
705,
83,
312,
6,
287,
479,
86,
22046,
2073,
479,
86,
22046,
17816,
16921,
20520,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
2488,
26745,
198,
220,
220,
220,
825,
4226,
62,
2220,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
8778,
262,
8265,
4226,
329,
4382,
11,
618,
597,
286,
262,
4382,
12,
8094,
10139,
318,
198,
220,
220,
220,
220,
220,
220,
220,
23224,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
6831,
13,
38105,
26796,
13,
45,
16820,
62,
25216,
628,
220,
220,
220,
2488,
26745,
198,
220,
220,
220,
825,
10139,
62,
259,
1098,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
8778,
262,
8265,
10139,
355,
257,
12835,
10139,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
10352,
628,
220,
220,
220,
2488,
26745,
198,
220,
220,
220,
825,
8265,
62,
1904,
62,
28243,
62,
37495,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
16409,
1771,
17297,
6592,
17,
11055,
318,
973,
329,
15453,
262,
44575,
198,
220,
220,
220,
220,
220,
220,
220,
8265,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
10352,
628,
198,
17585,
4798,
796,
29201,
82,
26796,
7,
834,
3672,
834,
8,
628,
198,
4871,
29201,
82,
7680,
7,
6968,
16424,
19667,
7680,
11,
6060,
6030,
33634,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
770,
1398,
318,
4497,
329,
15453,
11926,
329,
29201,
10139,
628,
220,
220,
220,
25458,
25,
198,
220,
220,
220,
35656,
198,
220,
220,
220,
1635,
11593,
15003,
834,
7,
1174,
46265,
22046,
8,
198,
220,
220,
220,
220,
220,
532,
11789,
318,
973,
284,
41216,
262,
29201,
7680,
290,
340,
338,
2779,
1570,
13,
628,
220,
220,
220,
1635,
8265,
62,
8457,
3419,
198,
220,
220,
220,
220,
220,
532,
770,
3119,
15738,
357,
361,
44575,
8,
7160,
329,
428,
10139,
13,
198,
220,
220,
220,
220,
220,
220,
220,
3827,
13154,
428,
3119,
329,
534,
898,
9156,
628,
220,
220,
220,
1635,
2198,
62,
3866,
31448,
3419,
198,
220,
220,
220,
220,
220,
532,
770,
2163,
481,
17438,
355,
257,
11705,
1352,
543,
481,
8794,
198,
220,
220,
220,
220,
220,
220,
220,
6831,
4637,
878,
2491,
1570,
11,
340,
481,
635,
48262,
198,
220,
220,
220,
220,
220,
220,
220,
4706,
11,
37043,
1222,
11055,
62,
6978,
6608,
284,
2116,
628,
220,
220,
220,
1635,
1351,
3419,
198,
220,
220,
220,
220,
220,
532,
770,
2163,
318,
973,
284,
1351,
477,
262,
29201,
13760,
1626,
326,
198,
220,
220,
220,
220,
220,
4947,
13,
628,
220,
220,
220,
1635,
13760,
3419,
198,
220,
220,
220,
220,
220,
532,
770,
2163,
481,
973,
284,
2251,
477,
262,
1200,
10139,
1626,
326,
198,
220,
220,
220,
220,
220,
220,
220,
4947,
11,
3423,
340,
481,
2251,
477,
262,
29201,
10139,
13,
628,
220,
220,
220,
1635,
6608,
7,
70,
312,
11,
9785,
11,
750,
11,
629,
312,
11,
29770,
11,
537,
312,
8,
198,
220,
220,
220,
220,
220,
532,
770,
2163,
481,
905,
262,
6608,
286,
262,
6163,
29201,
10139,
628,
220,
220,
220,
1635,
2251,
7,
70,
312,
11,
9785,
11,
750,
11,
629,
312,
11,
29770,
8,
198,
220,
220,
220,
220,
220,
532,
770,
2163,
481,
2251,
262,
649,
29201,
2134,
628,
220,
220,
220,
1635,
4296,
7,
70,
312,
11,
9785,
11,
750,
11,
629,
312,
11,
29770,
11,
537,
312,
8,
198,
220,
220,
220,
220,
220,
532,
770,
2163,
481,
4296,
262,
1366,
329,
262,
6163,
29201,
10139,
628,
220,
220,
220,
1635,
12233,
7,
944,
11,
308,
312,
11,
9785,
11,
629,
312,
11,
29770,
11,
537,
312,
2599,
198,
220,
220,
220,
220,
220,
532,
770,
2163,
481,
4268,
262,
29201,
2134,
628,
220,
220,
220,
1635,
13845,
13976,
7,
70,
312,
11,
9785,
11,
750,
11,
629,
312,
11,
29770,
11,
537,
312,
8,
198,
220,
220,
220,
220,
220,
532,
770,
2163,
318,
973,
284,
1441,
9518,
16363,
329,
262,
6163,
198,
220,
220,
220,
220,
220,
220,
220,
29201,
10139,
628,
220,
220,
220,
1635,
651,
62,
25410,
7,
7890,
11,
629,
312,
11,
29770,
8,
198,
220,
220,
220,
220,
220,
532,
770,
2163,
481,
7716,
44161,
422,
2746,
1366,
628,
220,
220,
220,
1635,
44161,
7,
70,
312,
11,
9785,
11,
750,
11,
629,
312,
2599,
198,
220,
220,
220,
220,
220,
532,
770,
2163,
481,
7716,
44161,
284,
905,
340,
287,
44161,
37218,
329,
262,
198,
220,
220,
220,
220,
220,
220,
220,
6163,
29201,
10139,
13,
628,
220,
220,
220,
1635,
20203,
7,
70,
312,
11,
9785,
11,
750,
11,
629,
312,
2599,
198,
220,
220,
220,
220,
220,
532,
770,
2163,
481,
7716,
20203,
1351,
905,
340,
287,
20203,
198,
220,
220,
220,
220,
220,
220,
220,
37218,
329,
262,
6163,
29201,
10139,
13,
628,
220,
220,
220,
1635,
10795,
7,
70,
312,
11,
9785,
11,
750,
11,
629,
312,
2599,
198,
220,
220,
220,
220,
220,
532,
770,
2163,
481,
7716,
10795,
1351,
284,
905,
340,
287,
10795,
198,
220,
220,
220,
220,
220,
220,
220,
37218,
329,
262,
6163,
29201,
10139,
13,
198,
220,
220,
220,
37227,
628,
220,
220,
220,
10139,
62,
4906,
796,
30881,
13,
17440,
62,
4906,
628,
220,
220,
220,
2560,
62,
2340,
796,
685,
198,
220,
220,
220,
220,
220,
220,
220,
1391,
6,
4906,
10354,
705,
600,
3256,
705,
312,
10354,
705,
70,
312,
6,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
1391,
6,
4906,
10354,
705,
600,
3256,
705,
312,
10354,
705,
30255,
6,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
1391,
6,
4906,
10354,
705,
600,
3256,
705,
312,
10354,
705,
20839,
6,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
1391,
6,
4906,
10354,
705,
600,
3256,
705,
312,
10354,
705,
1416,
312,
6,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
1391,
6,
4906,
10354,
705,
600,
3256,
705,
312,
10354,
705,
83,
312,
6,
92,
198,
220,
220,
220,
2361,
198,
220,
220,
220,
220,
2340,
796,
685,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
3423,
356,
11986,
2099,
355,
597,
780,
3084,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
389,
635,
468,
705,
19355,
287,
606,
611,
484,
389,
1080,
3084,
198,
220,
220,
220,
220,
220,
220,
220,
1391,
6,
4906,
10354,
705,
8841,
3256,
705,
312,
10354,
705,
565,
312,
6,
92,
198,
220,
220,
220,
2361,
628,
220,
220,
220,
4560,
796,
8633,
15090,
198,
220,
220,
220,
220,
220,
220,
220,
705,
26801,
10354,
685,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1391,
6,
1136,
10354,
705,
48310,
3256,
705,
33678,
10354,
705,
33678,
3256,
705,
1996,
10354,
705,
19119,
6,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1391,
6,
1136,
10354,
705,
4868,
3256,
705,
7353,
10354,
705,
17953,
6,
92,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17197,
10354,
685,
90,
6,
1136,
10354,
705,
17197,
6,
92,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
705,
77,
4147,
10354,
685,
90,
6,
1136,
10354,
705,
77,
4147,
6,
5512,
1391,
6,
1136,
10354,
705,
77,
4147,
6,
92,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
705,
25410,
10354,
685,
90,
6,
1136,
10354,
705,
25410,
6,
92,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
705,
907,
13976,
10354,
685,
90,
6,
1136,
10354,
705,
907,
13976,
6,
5512,
1391,
6,
1136,
10354,
705,
907,
13976,
6,
92,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
705,
34242,
10354,
685,
90,
6,
1136,
10354,
705,
14269,
3969,
6,
92,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
705,
45841,
1387,
10354,
685,
90,
6,
1136,
10354,
705,
45841,
3976,
6,
92,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
705,
21186,
10354,
685,
90,
6,
1136,
10354,
705,
45841,
658,
6,
92,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
705,
21412,
13,
8457,
10354,
685,
90,
5512,
1391,
5512,
1391,
6,
1136,
10354,
705,
21412,
62,
8457,
6,
92,
4357,
198,
220,
220,
220,
32092,
628,
220,
220,
220,
825,
2198,
62,
3866,
31448,
7,
69,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
770,
2163,
481,
17438,
355,
257,
11705,
1352,
543,
481,
8794,
198,
220,
220,
220,
220,
220,
220,
220,
6831,
4637,
878,
2491,
1570,
11,
340,
481,
635,
48262,
198,
220,
220,
220,
220,
220,
220,
220,
4706,
11,
37043,
1222,
11055,
62,
6978,
6608,
284,
2116,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
628,
220,
220,
220,
220,
220,
220,
220,
2488,
29988,
862,
7,
69,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
14441,
628,
220,
220,
220,
2488,
9122,
62,
3866,
31448,
198,
220,
220,
220,
825,
1351,
7,
944,
11,
308,
312,
11,
9785,
11,
750,
11,
629,
312,
11,
29770,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
770,
2163,
318,
973,
284,
1351,
477,
262,
32815,
13760,
1626,
326,
4947,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
308,
312,
25,
9652,
1448,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9785,
25,
9652,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
750,
25,
24047,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
629,
312,
25,
10011,
2611,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
29770,
25,
8655,
4522,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
19449,
286,
1695,
5721,
13760,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
628,
220,
220,
220,
220,
220,
220,
220,
16363,
796,
8543,
62,
28243,
7203,
14,
1911,
22179,
26933,
944,
13,
28243,
62,
6978,
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,
705,
48310,
13,
25410,
20520,
828,
29770,
28,
83,
312,
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,
905,
62,
17597,
62,
48205,
28,
944,
13,
17585,
4798,
13,
12860,
62,
10057,
62,
48205,
8,
198,
220,
220,
220,
220,
220,
220,
220,
3722,
11,
581,
796,
2116,
13,
37043,
13,
41049,
62,
11600,
7,
17861,
8,
628,
220,
220,
220,
220,
220,
220,
220,
611,
407,
3722,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
5387,
62,
15388,
62,
18224,
7,
8056,
579,
45213,
28,
411,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
257,
73,
897,
62,
26209,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2882,
28,
411,
17816,
8516,
6,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
28,
2167,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
2488,
9122,
62,
3866,
31448,
198,
220,
220,
220,
825,
13760,
7,
944,
11,
308,
312,
11,
9785,
11,
750,
11,
629,
312,
11,
29770,
11,
537,
312,
28,
14202,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
770,
2163,
481,
973,
284,
2251,
477,
262,
1200,
10139,
1626,
326,
4947,
13,
198,
220,
220,
220,
220,
220,
220,
220,
3423,
340,
481,
2251,
477,
262,
32815,
10139,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
308,
312,
25,
9652,
4912,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9785,
25,
9652,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
750,
25,
24047,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
629,
312,
25,
10011,
2611,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
29770,
25,
8655,
4522,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
19449,
286,
1695,
32815,
1200,
13760,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
581,
796,
17635,
198,
220,
220,
220,
220,
220,
220,
220,
16363,
796,
8543,
62,
28243,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12813,
1911,
22179,
26933,
944,
13,
28243,
62,
6978,
11,
705,
77,
4147,
13,
25410,
20520,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
29770,
28,
83,
312,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
537,
312,
28,
565,
312,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
905,
62,
17597,
62,
48205,
28,
944,
13,
17585,
4798,
13,
12860,
62,
10057,
62,
48205,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
3722,
11,
374,
2617,
796,
2116,
13,
37043,
13,
41049,
62,
17,
67,
18747,
7,
17861,
8,
198,
220,
220,
220,
220,
220,
220,
220,
611,
407,
3722,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
5387,
62,
15388,
62,
18224,
7,
8056,
579,
45213,
28,
81,
2617,
8,
628,
220,
220,
220,
220,
220,
220,
220,
611,
537,
312,
318,
407,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
18896,
7,
81,
2617,
17816,
8516,
6,
12962,
6624,
657,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
3750,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11454,
579,
45213,
28,
1136,
5239,
7203,
23722,
407,
1064,
262,
5721,
19570,
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,
5752,
796,
374,
2617,
17816,
8516,
6,
7131,
15,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
787,
62,
17752,
62,
26209,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
28,
944,
13,
17585,
4798,
13,
8612,
378,
62,
40259,
62,
17440,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5752,
17816,
1868,
6,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
29770,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5752,
17816,
3672,
6,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7196,
2625,
4749,
12,
28665,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4818,
265,
2981,
28,
808,
17816,
19608,
265,
2981,
20520,
220,
1303,
775,
761,
4818,
265,
2981,
7382,
287,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
28,
2167,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
329,
5752,
287,
374,
2617,
17816,
8516,
6,
5974,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
581,
13,
33295,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
17585,
4798,
13,
8612,
378,
62,
40259,
62,
17440,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5752,
17816,
1868,
6,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
29770,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5752,
17816,
3672,
6,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7196,
2625,
4749,
12,
28665,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4818,
265,
2981,
28,
808,
17816,
19608,
265,
2981,
20520,
220,
1303,
775,
761,
4818,
265,
2981,
7382,
287,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15306,
220,
1303,
19328,
32315,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
787,
62,
17752,
62,
26209,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
28,
411,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
28,
2167,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
825,
4808,
687,
1436,
7,
944,
11,
629,
312,
11,
29770,
11,
537,
312,
11,
1366,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
629,
312,
25,
32815,
267,
312,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
29770,
25,
3084,
267,
312,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
537,
312,
25,
2292,
286,
5721,
287,
3084,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
25,
8633,
286,
12405,
1255,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
632,
481,
1441,
39559,
5072,
286,
17268,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
1675,
2198,
611,
5721,
318,
4165,
1994,
198,
220,
220,
220,
220,
220,
220,
220,
611,
705,
1078,
22510,
6,
287,
1366,
290,
705,
521,
2539,
6,
287,
1366,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
9236,
5721,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
708,
22510,
796,
965,
7,
7890,
17816,
1078,
22510,
6,
12962,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
14206,
14,
8053,
286,
4165,
1994,
5721,
7,
82,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
773,
2539,
796,
965,
7,
7890,
17816,
521,
2539,
6,
12962,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
775,
481,
2198,
611,
5721,
318,
287,
4165,
5721,
7,
82,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
708,
22510,
287,
773,
2539,
13,
35312,
7203,
366,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
17816,
271,
62,
79,
74,
20520,
796,
6407,
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,
1366,
17816,
271,
62,
79,
74,
20520,
796,
10352,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
9938,
4129,
1222,
15440,
286,
5721,
1366,
2099,
198,
220,
220,
220,
220,
220,
220,
220,
1336,
4906,
796,
2116,
13,
1136,
62,
12853,
62,
4906,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
17816,
774,
21999,
2777,
3672,
6,
4357,
1366,
17816,
28004,
3672,
6,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
17816,
271,
646,
79,
6,
4357,
1366,
17816,
1078,
358,
12078,
6,
4357,
1366,
17816,
1078,
774,
4426,
375,
20520,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
4129,
796,
10352,
198,
220,
220,
220,
220,
220,
220,
220,
15440,
796,
10352,
198,
220,
220,
220,
220,
220,
220,
220,
611,
705,
68,
10671,
1868,
6,
287,
1366,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4129,
11,
15440,
11,
2099,
2100,
796,
2116,
13,
1136,
62,
13664,
62,
3866,
16005,
7,
7890,
17816,
68,
10671,
1868,
6,
12962,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
5345,
4129,
290,
15440,
284,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
1366,
17816,
1078,
11925,
20520,
796,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
1366,
17816,
1078,
3866,
16005,
20520,
796,
6045,
628,
220,
220,
220,
220,
220,
220,
220,
1330,
302,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
1002,
356,
423,
4129,
1222,
15440,
1111,
198,
220,
220,
220,
220,
220,
220,
220,
611,
4129,
290,
15440,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2872,
49201,
796,
302,
13,
12947,
7,
81,
6,
38016,
67,
10,
828,
38016,
67,
28988,
3256,
1336,
4906,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
2872,
49201,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
17816,
1078,
11925,
20520,
796,
2872,
49201,
13,
8094,
7,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
17816,
1078,
3866,
16005,
20520,
796,
2872,
49201,
13,
8094,
7,
17,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
4129,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
1002,
356,
423,
4129,
691,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2872,
49201,
796,
302,
13,
12947,
7,
81,
6,
38016,
67,
28988,
3256,
1336,
4906,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
2872,
49201,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
17816,
1078,
11925,
20520,
796,
2872,
49201,
13,
8094,
7,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
17816,
1078,
3866,
16005,
20520,
796,
6045,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
775,
761,
284,
21207,
19552,
8893,
329,
1123,
3084,
198,
220,
220,
220,
220,
220,
220,
220,
16363,
796,
8543,
62,
28243,
7203,
14,
1911,
22179,
26933,
944,
13,
28243,
62,
6978,
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,
705,
1136,
62,
259,
372,
863,
62,
83,
2977,
13,
25410,
20520,
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,
29770,
28,
83,
312,
8,
198,
220,
220,
220,
220,
220,
220,
220,
3722,
11,
25783,
62,
411,
796,
2116,
13,
37043,
13,
41049,
62,
11600,
7,
17861,
8,
198,
220,
220,
220,
220,
220,
220,
220,
611,
407,
3722,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
5387,
62,
15388,
62,
18224,
7,
8056,
579,
45213,
28,
259,
71,
62,
411,
8,
198,
220,
220,
220,
220,
220,
220,
220,
329,
5752,
287,
25783,
62,
411,
17816,
8516,
6,
5974,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
5752,
17816,
35226,
3672,
20520,
6624,
1366,
17816,
3672,
6,
5974,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
17816,
271,
62,
259,
372,
863,
20520,
796,
6407,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
17816,
83,
2436,
82,
62,
259,
372,
863,
20520,
796,
5752,
17816,
259,
71,
2411,
3672,
20520,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
775,
761,
284,
5794,
9633,
1864,
284,
5456,
44804,
4947,
198,
220,
220,
220,
220,
220,
220,
220,
611,
705,
1078,
25811,
6,
287,
1366,
290,
1366,
17816,
1078,
25811,
20520,
318,
407,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
599,
66,
25811,
796,
17635,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
599,
66,
18076,
287,
1366,
17816,
1078,
25811,
6,
5974,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
479,
11,
410,
796,
599,
66,
18076,
13,
35312,
10786,
28,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
599,
66,
25811,
13,
33295,
15090,
6,
3672,
10354,
479,
11,
705,
8367,
10354,
410,
30072,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
17816,
1078,
25811,
20520,
796,
599,
66,
25811,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
10664,
284,
5794,
2324,
14722,
1864,
284,
5456,
44804,
4947,
198,
220,
220,
220,
220,
220,
220,
220,
611,
705,
325,
565,
397,
1424,
6,
287,
1366,
290,
1366,
17816,
325,
565,
397,
1424,
20520,
318,
407,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
384,
565,
397,
1424,
796,
17635,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
384,
565,
2436,
82,
287,
1366,
17816,
325,
565,
397,
1424,
6,
5974,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
479,
11,
410,
796,
384,
565,
2436,
82,
13,
35312,
10786,
28,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
384,
565,
397,
1424,
13,
33295,
15090,
6,
15234,
1304,
10354,
479,
11,
705,
18242,
10354,
410,
30072,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
17816,
325,
565,
397,
1424,
20520,
796,
384,
565,
397,
1424,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
775,
761,
284,
21136,
1222,
10385,
17382,
2406,
422,
6831,
284,
33918,
5794,
198,
220,
220,
220,
220,
220,
220,
220,
16363,
796,
8543,
62,
28243,
7203,
14,
1911,
22179,
26933,
944,
13,
28243,
62,
6978,
11,
705,
37779,
13,
25410,
20520,
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,
29770,
28,
83,
312,
11,
537,
312,
28,
565,
312,
8,
198,
220,
220,
220,
220,
220,
220,
220,
3722,
11,
257,
565,
796,
2116,
13,
37043,
13,
41049,
62,
11600,
7,
17861,
8,
628,
220,
220,
220,
220,
220,
220,
220,
611,
407,
3722,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
5387,
62,
15388,
62,
18224,
7,
8056,
579,
45213,
28,
37779,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
775,
481,
900,
651,
18850,
422,
257,
565,
44161,
523,
356,
836,
470,
761,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
340,
422,
6608,
44161,
198,
220,
220,
220,
220,
220,
220,
220,
1366,
17816,
1078,
37779,
20520,
796,
17635,
628,
220,
220,
220,
220,
220,
220,
220,
329,
5752,
287,
257,
565,
17816,
8516,
6,
5974,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1953,
796,
21136,
62,
13776,
62,
6738,
62,
9945,
7,
808,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
13,
2617,
12286,
7,
808,
17816,
2934,
701,
2981,
6,
4357,
17635,
737,
33295,
7,
13776,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
356,
389,
6464,
2581,
618,
287,
4370,
4235,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
356,
481,
3758,
29083,
3858,
3519,
284,
1459,
2099,
198,
220,
220,
220,
220,
220,
220,
220,
1944,
62,
4906,
796,
1366,
17816,
565,
4906,
20520,
198,
220,
220,
220,
220,
220,
220,
220,
2099,
62,
312,
796,
1366,
17816,
1078,
28004,
312,
20520,
628,
220,
220,
220,
220,
220,
220,
220,
16363,
796,
8543,
62,
28243,
7203,
14,
1911,
22179,
26933,
944,
13,
28243,
62,
6978,
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,
705,
271,
62,
5420,
14226,
771,
13,
25410,
20520,
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,
29770,
28,
83,
312,
11,
537,
312,
28,
565,
312,
8,
628,
220,
220,
220,
220,
220,
220,
220,
3722,
11,
318,
62,
35790,
796,
2116,
13,
37043,
13,
41049,
62,
1416,
282,
283,
7,
17861,
8,
628,
220,
220,
220,
220,
220,
220,
220,
4370,
62,
19199,
62,
4868,
796,
1351,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
775,
481,
761,
1944,
2099,
287,
4370,
4235,
198,
220,
220,
220,
220,
220,
220,
220,
611,
1366,
17816,
774,
21999,
2777,
3672,
20520,
6624,
366,
6024,
62,
9246,
11794,
1,
393,
1366,
17816,
774,
21999,
2777,
3672,
20520,
6624,
366,
11377,
1298,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4370,
62,
19199,
62,
4868,
13,
33295,
7,
25579,
62,
4906,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
256,
796,
2116,
13,
39568,
6030,
33234,
7,
944,
13,
37043,
11,
1366,
17816,
774,
21999,
2777,
3672,
6,
4357,
1944,
62,
4906,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4370,
62,
19199,
62,
4868,
13,
33295,
7,
83,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
17816,
565,
4906,
20520,
796,
256,
628,
220,
220,
220,
220,
220,
220,
220,
611,
493,
7,
271,
62,
35790,
8,
6624,
657,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16363,
796,
8543,
62,
28243,
7203,
14,
1911,
22179,
26933,
944,
13,
28243,
62,
6978,
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,
705,
19312,
62,
14171,
62,
19199,
13,
25410,
20520,
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,
2099,
62,
312,
28,
4906,
62,
312,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
11,
374,
2617,
796,
2116,
13,
37043,
13,
41049,
62,
17,
67,
18747,
7,
17861,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
5752,
287,
374,
2617,
17816,
8516,
6,
5974,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4370,
62,
19199,
62,
4868,
13,
33295,
7,
808,
17816,
28004,
3672,
6,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4370,
62,
19199,
62,
4868,
13,
33295,
7,
25579,
62,
4906,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1366,
17816,
19312,
62,
19199,
20520,
796,
4370,
62,
19199,
62,
4868,
628,
220,
220,
220,
220,
220,
220,
220,
1366,
17816,
565,
4906,
20520,
796,
6060,
6030,
33634,
13,
29572,
62,
4906,
62,
3672,
7,
7890,
17816,
565,
4906,
6,
12962,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
1366,
628,
220,
220,
220,
2488,
9122,
62,
3866,
31448,
198,
220,
220,
220,
825,
6608,
7,
944,
11,
308,
312,
11,
9785,
11,
750,
11,
629,
312,
11,
29770,
11,
537,
312,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
770,
2163,
481,
905,
262,
6608,
286,
262,
6163,
32815,
10139,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
308,
312,
25,
9652,
4912,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9785,
25,
9652,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
750,
25,
220,
24047,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
629,
312,
25,
10011,
2611,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
629,
312,
25,
10011,
2611,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
29770,
25,
8655,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
537,
312,
25,
29201,
4522,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
19449,
286,
6163,
32815,
10139,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
628,
220,
220,
220,
220,
220,
220,
220,
16363,
796,
8543,
62,
28243,
7203,
14,
1911,
22179,
26933,
944,
13,
28243,
62,
6978,
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,
705,
48310,
13,
25410,
20520,
828,
29770,
28,
83,
312,
11,
537,
312,
28,
565,
312,
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,
837,
905,
62,
17597,
62,
48205,
28,
944,
13,
17585,
4798,
13,
12860,
62,
10057,
62,
48205,
8,
628,
220,
220,
220,
220,
220,
220,
220,
3722,
11,
581,
796,
2116,
13,
37043,
13,
41049,
62,
11600,
7,
17861,
8,
628,
220,
220,
220,
220,
220,
220,
220,
611,
407,
3722,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
5387,
62,
15388,
62,
18224,
7,
8056,
579,
45213,
28,
411,
8,
628,
220,
220,
220,
220,
220,
220,
220,
611,
18896,
7,
411,
17816,
8516,
6,
12962,
6624,
657,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
3750,
7,
1136,
5239,
7203,
15931,
23722,
407,
1064,
262,
5721,
287,
262,
3084,
526,
15931,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
16427,
4866,
286,
5072,
329,
2003,
779,
198,
220,
220,
220,
220,
220,
220,
220,
1366,
796,
8633,
7,
411,
17816,
8516,
6,
7131,
15,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
1366,
796,
2116,
13557,
687,
1436,
7,
1416,
312,
11,
29770,
11,
537,
312,
11,
1366,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
257,
73,
897,
62,
26209,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2882,
28,
7890,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
28,
2167,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
825,
4808,
565,
4906,
62,
687,
1436,
7,
944,
11,
2099,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
25,
5994,
4731,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
775,
761,
284,
4781,
17635,
422,
2099,
290,
24443,
340,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
706,
4129,
14,
3866,
16005,
523,
356,
481,
900,
6056,
329,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
44161,
11055,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
775,
761,
284,
751,
428,
15313,
1339,
329,
14500,
4375,
366,
287,
2099,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
287,
33918,
13,
46030,
10786,
1,
10641,
1,
11537,
318,
4938,
33918,
12891,
340,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
26161,
705,
1,
10641,
30543,
4613,
705,
10641,
6,
355,
4731,
475,
611,
356,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
3758,
262,
976,
287,
4947,
33918,
13,
46030,
3419,
17105,
340,
6105,
287,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
8655,
1222,
5994,
13760,
11,
770,
9041,
9041,
318,
29201,
10139,
2176,
198,
220,
220,
220,
220,
220,
220,
220,
611,
2099,
6624,
705,
10641,
10354,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2099,
796,
705,
1,
10641,
30543,
628,
220,
220,
220,
220,
220,
220,
220,
611,
705,
21737,
6,
287,
2099,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2099,
796,
2099,
13,
33491,
10786,
21737,
3256,
10148,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
10134,
50,
80,
81,
9414,
8317,
796,
6407,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
10134,
50,
80,
81,
9414,
8317,
796,
10352,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
2099,
628,
220,
220,
220,
2488,
12708,
24396,
198,
220,
220,
220,
825,
10385,
62,
13664,
62,
3866,
16005,
62,
1462,
62,
8841,
7,
7890,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
770,
2163,
318,
973,
284,
10385,
4129,
1222,
15440,
284,
4731,
198,
220,
220,
220,
220,
220,
220,
220,
284,
5412,
1339,
588,
618,
2836,
3607,
657,
355,
4129,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
25,
6060,
422,
5456,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
43433,
1366,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
611,
705,
1078,
11925,
6,
287,
1366,
290,
1366,
17816,
1078,
11925,
20520,
318,
407,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
17816,
1078,
11925,
20520,
796,
965,
7,
7890,
17816,
1078,
11925,
6,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
611,
705,
1078,
3866,
16005,
6,
287,
1366,
290,
1366,
17816,
1078,
3866,
16005,
20520,
318,
407,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
17816,
1078,
3866,
16005,
20520,
796,
965,
7,
7890,
17816,
1078,
3866,
16005,
6,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
1366,
628,
220,
220,
220,
2488,
9122,
62,
3866,
31448,
198,
220,
220,
220,
825,
2251,
7,
944,
11,
308,
312,
11,
9785,
11,
750,
11,
629,
312,
11,
29770,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
770,
2163,
481,
8075,
649,
262,
32815,
2134,
628,
220,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
308,
312,
25,
9652,
4912,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9785,
25,
9652,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
750,
25,
24047,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
629,
312,
25,
10011,
2611,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
29770,
25,
8655,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1366,
796,
2581,
13,
687,
611,
2581,
13,
687,
2073,
33918,
13,
46030,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2581,
13,
7890,
11,
21004,
11639,
40477,
12,
23,
6,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
329,
479,
11,
410,
287,
1366,
13,
23814,
33529,
198,
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,
1366,
58,
74,
60,
796,
33918,
13,
46030,
7,
85,
11,
21004,
11639,
40477,
12,
23,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2845,
357,
11395,
12331,
11,
5994,
12331,
11,
7383,
12331,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
58,
74,
60,
796,
410,
628,
220,
220,
220,
220,
220,
220,
220,
2672,
62,
22046,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
565,
4906,
10354,
705,
6030,
6,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
628,
220,
220,
220,
220,
220,
220,
220,
329,
1822,
287,
2672,
62,
22046,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1822,
407,
287,
1366,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
787,
62,
17752,
62,
26209,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
28,
33289,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1943,
28,
15,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11454,
579,
45213,
28,
1136,
5239,
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,
366,
23722,
407,
1064,
262,
2672,
11507,
37633,
82,
21387,
4064,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2672,
62,
22046,
58,
853,
60,
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,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
2547,
325,
11941,
1366,
2406,
422,
5456,
1864,
284,
6831,
5794,
198,
220,
220,
220,
220,
220,
220,
220,
611,
705,
1078,
37779,
6,
287,
1366,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
17816,
1078,
37779,
20520,
796,
21136,
62,
13776,
62,
1462,
62,
9945,
7,
7890,
17816,
1078,
37779,
6,
4357,
2116,
13,
37779,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
18247,
2560,
656,
1366,
8633,
11,
481,
307,
1262,
340,
981,
4441,
44161,
198,
220,
220,
220,
220,
220,
220,
220,
1366,
17816,
15952,
2611,
20520,
796,
2116,
13,
15952,
2611,
198,
220,
220,
220,
220,
220,
220,
220,
1366,
17816,
11487,
20520,
796,
2116,
13,
11487,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
2198,
2099,
329,
705,
21737,
6,
287,
340,
198,
220,
220,
220,
220,
220,
220,
220,
1366,
17816,
565,
4906,
20520,
796,
2116,
13557,
565,
4906,
62,
687,
1436,
7,
7890,
17816,
565,
4906,
6,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
1366,
17816,
10134,
50,
80,
81,
9414,
8317,
20520,
796,
2116,
13,
10134,
50,
80,
81,
9414,
8317,
198,
220,
220,
220,
220,
220,
220,
220,
1366,
796,
2116,
13,
1102,
1851,
62,
13664,
62,
3866,
16005,
62,
1462,
62,
8841,
7,
7890,
8,
628,
220,
220,
220,
220,
220,
220,
220,
16363,
796,
8543,
62,
28243,
7203,
14,
1911,
22179,
26933,
944,
13,
28243,
62,
6978,
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,
705,
17953,
13,
25410,
20520,
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,
1366,
28,
7890,
11,
48260,
28,
944,
13,
37043,
8,
198,
220,
220,
220,
220,
220,
220,
220,
3722,
11,
581,
796,
2116,
13,
37043,
13,
41049,
62,
1416,
282,
283,
7,
17861,
8,
198,
220,
220,
220,
220,
220,
220,
220,
611,
407,
3722,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
5387,
62,
15388,
62,
18224,
7,
8056,
579,
45213,
28,
411,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
356,
761,
267,
312,
284,
284,
751,
2134,
287,
5509,
379,
6444,
198,
220,
220,
220,
220,
220,
220,
220,
16363,
796,
8543,
62,
28243,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12813,
1911,
22179,
26933,
944,
13,
28243,
62,
6978,
11,
705,
1136,
62,
9150,
13,
25410,
20520,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
29770,
28,
83,
312,
11,
1366,
28,
7890,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
3722,
11,
537,
312,
796,
2116,
13,
37043,
13,
41049,
62,
1416,
282,
283,
7,
17861,
8,
198,
220,
220,
220,
220,
220,
220,
220,
611,
407,
3722,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
5387,
62,
15388,
62,
18224,
7,
8056,
579,
45213,
28,
83,
312,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
33918,
1958,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10139,
28,
944,
13,
17585,
4798,
13,
8612,
378,
62,
40259,
62,
17440,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
537,
312,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
29770,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
17816,
3672,
6,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7196,
2625,
4749,
12,
28665,
1,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
2488,
9122,
62,
3866,
31448,
198,
220,
220,
220,
825,
12233,
7,
944,
11,
308,
312,
11,
9785,
11,
750,
11,
629,
312,
11,
29770,
11,
537,
312,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
770,
2163,
481,
5992,
4683,
262,
32815,
2134,
628,
220,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
308,
312,
25,
9652,
4912,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9785,
25,
9652,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
750,
25,
24047,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
629,
312,
25,
10011,
2611,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
29770,
25,
8655,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
537,
312,
25,
29201,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
775,
481,
717,
21207,
262,
5721,
1438,
329,
1459,
2581,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
523,
326,
356,
2251,
11055,
329,
12047,
5721,
198,
220,
220,
220,
220,
220,
220,
220,
1949,
25,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16363,
796,
8543,
62,
28243,
7203,
14,
1911,
22179,
26933,
944,
13,
28243,
62,
6978,
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,
705,
48310,
13,
25410,
20520,
828,
29770,
28,
83,
312,
11,
537,
312,
28,
565,
312,
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,
837,
905,
62,
17597,
62,
48205,
28,
944,
13,
17585,
4798,
13,
12860,
62,
10057,
62,
48205,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
11,
581,
796,
2116,
13,
37043,
13,
41049,
62,
11600,
7,
17861,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
3722,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
5387,
62,
15388,
62,
18224,
7,
8056,
579,
45213,
28,
411,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
581,
17816,
8516,
6,
5974,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
787,
62,
17752,
62,
26209,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1943,
28,
15,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11454,
579,
45213,
28,
1136,
5239,
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,
705,
12331,
25,
9515,
407,
1043,
2637,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7508,
28,
1136,
5239,
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,
705,
464,
7368,
5721,
714,
407,
307,
1043,
13,
59,
77,
6,
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,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
796,
8633,
7,
411,
17816,
8516,
6,
7131,
15,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
775,
481,
751,
3084,
1222,
32815,
355,
880,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
17816,
15952,
2611,
20520,
796,
2116,
13,
15952,
2611,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
17816,
11487,
20520,
796,
2116,
13,
11487,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16363,
796,
8543,
62,
28243,
7203,
14,
1911,
22179,
26933,
944,
13,
28243,
62,
6978,
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,
705,
33678,
13,
25410,
20520,
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,
1366,
28,
7890,
11,
48260,
28,
944,
13,
37043,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
11,
581,
796,
2116,
13,
37043,
13,
41049,
62,
1416,
282,
283,
7,
17861,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
3722,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
5387,
62,
15388,
62,
18224,
7,
8056,
579,
45213,
28,
411,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
787,
62,
17752,
62,
26209,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1943,
28,
16,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7508,
28,
1136,
5239,
7203,
39470,
318,
5710,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
34758,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
312,
10354,
537,
312,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
83,
312,
10354,
29770,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
2845,
35528,
355,
304,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
5387,
62,
15388,
62,
18224,
7,
8056,
579,
45213,
28,
2536,
7,
68,
4008,
628,
220,
220,
220,
2488,
9122,
62,
3866,
31448,
198,
220,
220,
220,
825,
4296,
7,
944,
11,
308,
312,
11,
9785,
11,
750,
11,
629,
312,
11,
29770,
11,
537,
312,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
770,
2163,
481,
5992,
4683,
262,
32815,
2134,
628,
220,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
308,
312,
25,
9652,
4912,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9785,
25,
9652,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
750,
25,
24047,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
629,
312,
25,
10011,
2611,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
29770,
25,
8655,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
537,
312,
25,
29201,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1366,
796,
2581,
13,
687,
611,
2581,
13,
687,
2073,
33918,
13,
46030,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2581,
13,
7890,
11,
21004,
11639,
40477,
12,
23,
6,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
18247,
2560,
656,
1366,
8633,
11,
481,
307,
1262,
340,
981,
4441,
44161,
198,
220,
220,
220,
220,
220,
220,
220,
1366,
17816,
15952,
2611,
20520,
796,
2116,
13,
15952,
2611,
198,
220,
220,
220,
220,
220,
220,
220,
1366,
17816,
11487,
20520,
796,
2116,
13,
11487,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
2198,
2099,
329,
705,
21737,
6,
287,
340,
198,
220,
220,
220,
220,
220,
220,
220,
611,
705,
565,
4906,
6,
287,
1366,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
17816,
565,
4906,
20520,
796,
2116,
13557,
565,
4906,
62,
687,
1436,
7,
7890,
17816,
565,
4906,
6,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
17816,
10134,
50,
80,
81,
9414,
8317,
20520,
796,
2116,
13,
10134,
50,
80,
81,
9414,
8317,
628,
220,
220,
220,
220,
220,
220,
220,
16363,
11,
1438,
796,
2116,
13,
1136,
62,
25410,
7,
1416,
312,
11,
29770,
11,
537,
312,
11,
1366,
8,
198,
220,
220,
220,
220,
220,
220,
220,
611,
407,
318,
39098,
7,
17861,
11,
357,
2536,
11,
28000,
1098,
8,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
16363,
198,
220,
220,
220,
220,
220,
220,
220,
16363,
796,
16363,
13,
36311,
10786,
59,
77,
27691,
36311,
10786,
705,
8,
198,
220,
220,
220,
220,
220,
220,
220,
3722,
11,
581,
796,
2116,
13,
37043,
13,
41049,
62,
1416,
282,
283,
7,
17861,
8,
198,
220,
220,
220,
220,
220,
220,
220,
611,
407,
3722,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
5387,
62,
15388,
62,
18224,
7,
8056,
579,
45213,
28,
411,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
33918,
1958,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10139,
28,
944,
13,
17585,
4798,
13,
8612,
378,
62,
40259,
62,
17440,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
537,
312,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
29770,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7196,
2625,
4749,
12,
4,
82,
1,
4064,
2116,
13,
17440,
62,
4906,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
2488,
9122,
62,
3866,
31448,
198,
220,
220,
220,
825,
13845,
13976,
7,
944,
11,
308,
312,
11,
9785,
11,
750,
11,
629,
312,
11,
29770,
11,
537,
312,
28,
14202,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
770,
2163,
481,
18616,
9518,
44161,
329,
32815,
2134,
628,
220,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
308,
312,
25,
9652,
4912,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9785,
25,
9652,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
750,
25,
24047,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
629,
312,
25,
10011,
2611,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
29770,
25,
8655,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
537,
312,
25,
29201,
4522,
357,
2215,
1762,
351,
4683,
5721,
8,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1366,
796,
8633,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
329,
479,
11,
410,
287,
2581,
13,
22046,
13,
23814,
33529,
198,
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,
1366,
58,
74,
60,
796,
33918,
13,
46030,
7,
85,
11,
21004,
11639,
40477,
12,
23,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2845,
357,
11395,
12331,
11,
5994,
12331,
11,
7383,
12331,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
58,
74,
60,
796,
410,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
18247,
2560,
656,
1366,
8633,
11,
481,
307,
1262,
340,
981,
4441,
44161,
198,
220,
220,
220,
220,
220,
220,
220,
1366,
17816,
15952,
2611,
20520,
796,
2116,
13,
15952,
2611,
198,
220,
220,
220,
220,
220,
220,
220,
1366,
17816,
11487,
20520,
796,
2116,
13,
11487,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
2198,
2099,
329,
705,
21737,
6,
287,
340,
198,
220,
220,
220,
220,
220,
220,
220,
611,
705,
565,
4906,
6,
287,
1366,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
17816,
565,
4906,
20520,
796,
2116,
13557,
565,
4906,
62,
687,
1436,
7,
7890,
17816,
565,
4906,
6,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
17816,
10134,
50,
80,
81,
9414,
8317,
20520,
796,
2116,
13,
10134,
50,
80,
81,
9414,
8317,
628,
220,
220,
220,
220,
220,
220,
220,
1949,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16363,
11,
1438,
796,
2116,
13,
1136,
62,
25410,
7,
1416,
312,
11,
29770,
11,
537,
312,
11,
1366,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
318,
39098,
7,
17861,
11,
357,
2536,
11,
28000,
1098,
8,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
16363,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16363,
796,
16363,
13,
36311,
10786,
59,
77,
27691,
36311,
10786,
705,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
16363,
6624,
10148,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16363,
796,
366,
438,
41771,
16363,
1,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
787,
62,
17752,
62,
26209,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
28,
17861,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
28,
2167,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
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,
1441,
5387,
62,
15388,
62,
18224,
7,
8056,
579,
45213,
28,
2536,
7,
68,
4008,
628,
220,
220,
220,
825,
651,
62,
25410,
7,
944,
11,
629,
312,
11,
29770,
11,
537,
312,
11,
1366,
11,
318,
62,
25410,
28,
25101,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
770,
2163,
481,
2429,
4873,
44161,
422,
2746,
1366,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1366,
796,
2116,
13,
1102,
1851,
62,
13664,
62,
3866,
16005,
62,
1462,
62,
8841,
7,
7890,
8,
628,
220,
220,
220,
220,
220,
220,
220,
611,
537,
312,
318,
407,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16363,
796,
8543,
62,
28243,
7203,
14,
1911,
22179,
26933,
944,
13,
28243,
62,
6978,
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,
705,
48310,
13,
25410,
20520,
828,
29770,
28,
83,
312,
11,
537,
312,
28,
565,
312,
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,
837,
905,
62,
17597,
62,
48205,
28,
944,
13,
17585,
4798,
13,
12860,
62,
10057,
62,
48205,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
11,
581,
796,
2116,
13,
37043,
13,
41049,
62,
11600,
7,
17861,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
3722,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
5387,
62,
15388,
62,
18224,
7,
8056,
579,
45213,
28,
411,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
18896,
7,
411,
17816,
8516,
6,
12962,
6624,
657,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
3750,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
651,
5239,
7203,
23722,
407,
1064,
262,
5721,
319,
262,
4382,
19570,
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,
1468,
62,
7890,
796,
8633,
7,
411,
17816,
8516,
6,
7131,
15,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
775,
481,
751,
3084,
1222,
32815,
355,
880,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1468,
62,
7890,
796,
2116,
13557,
687,
1436,
7,
1416,
312,
11,
29770,
11,
537,
312,
11,
1468,
62,
7890,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
2198,
2099,
329,
705,
21737,
6,
287,
340,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
705,
565,
4906,
6,
287,
1468,
62,
7890,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1468,
62,
7890,
17816,
565,
4906,
20520,
796,
2116,
13557,
565,
4906,
62,
687,
1436,
7,
727,
62,
7890,
17816,
565,
4906,
6,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1468,
62,
7890,
17816,
10134,
50,
80,
81,
9414,
8317,
20520,
796,
2116,
13,
10134,
50,
80,
81,
9414,
8317,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
1002,
1438,
318,
407,
1944,
287,
1366,
788,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
356,
481,
21207,
340,
422,
1468,
1366,
11,
356,
635,
761,
32815,
1222,
3084,
1438,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
705,
3672,
6,
407,
287,
1366,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
17816,
3672,
20520,
796,
1468,
62,
7890,
17816,
3672,
20520,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
38240,
257,
565,
2406,
422,
5456,
287,
20613,
32096,
5794,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1994,
796,
705,
1078,
37779,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1994,
287,
1366,
290,
1366,
58,
2539,
60,
318,
407,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
705,
29373,
6,
287,
1366,
58,
2539,
5974,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
58,
2539,
7131,
6,
29373,
20520,
796,
21136,
62,
13776,
62,
1462,
62,
9945,
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,
1366,
58,
2539,
7131,
6,
29373,
6,
4357,
2116,
13,
37779,
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,
611,
705,
40985,
6,
287,
1366,
58,
2539,
5974,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
58,
2539,
7131,
6,
40985,
20520,
796,
21136,
62,
13776,
62,
1462,
62,
9945,
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,
1366,
58,
2539,
7131,
6,
40985,
6,
4357,
2116,
13,
37779,
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,
611,
705,
2934,
33342,
6,
287,
1366,
58,
2539,
5974,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
58,
2539,
7131,
6,
2934,
33342,
20520,
796,
21136,
62,
13776,
62,
1462,
62,
9945,
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,
1366,
58,
2539,
7131,
6,
2934,
33342,
6,
4357,
2116,
13,
37779,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16363,
796,
8543,
62,
28243,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12813,
1911,
22179,
26933,
944,
13,
28243,
62,
6978,
11,
705,
19119,
13,
25410,
20520,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
28,
7890,
11,
267,
62,
7890,
28,
727,
62,
7890,
11,
48260,
28,
944,
13,
37043,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2672,
62,
22046,
796,
685,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
565,
4906,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2361,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
1822,
287,
2672,
62,
22046,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1822,
407,
287,
1366,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
651,
5239,
10786,
438,
6770,
17503,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
775,
481,
10385,
18850,
2406,
422,
5456,
2672,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
287,
4382,
1735,
5794,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
705,
1078,
37779,
6,
287,
1366,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
17816,
1078,
37779,
20520,
796,
21136,
62,
13776,
62,
1462,
62,
9945,
7,
7890,
17816,
1078,
37779,
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,
2116,
13,
37779,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
1002,
262,
2581,
329,
649,
2134,
543,
466,
407,
423,
750,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16363,
796,
8543,
62,
28243,
7203,
14,
1911,
22179,
26933,
944,
13,
28243,
62,
6978,
11,
705,
17953,
13,
25410,
20520,
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,
1366,
28,
7890,
11,
48260,
28,
944,
13,
37043,
11,
318,
62,
25410,
28,
271,
62,
25410,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
16363,
11,
1366,
17816,
3672,
20520,
611,
705,
3672,
6,
287,
1366,
2073,
1468,
62,
7890,
17816,
3672,
20520,
628,
220,
220,
220,
2488,
9122,
62,
3866,
31448,
198,
220,
220,
220,
825,
44161,
7,
944,
11,
308,
312,
11,
9785,
11,
750,
11,
629,
312,
11,
29770,
11,
537,
312,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
770,
2163,
481,
18616,
9575,
23371,
44161,
329,
32815,
2134,
628,
220,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
308,
312,
25,
9652,
4912,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9785,
25,
9652,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
750,
25,
24047,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
629,
312,
25,
10011,
2611,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
29770,
25,
8655,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
537,
312,
25,
29201,
4522,
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,
16363,
796,
8543,
62,
28243,
7203,
14,
1911,
22179,
26933,
944,
13,
28243,
62,
6978,
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,
705,
48310,
13,
25410,
20520,
828,
29770,
28,
83,
312,
11,
537,
312,
28,
565,
312,
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,
837,
905,
62,
17597,
62,
48205,
28,
944,
13,
17585,
4798,
13,
12860,
62,
10057,
62,
48205,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
11,
581,
796,
2116,
13,
37043,
13,
41049,
62,
11600,
7,
17861,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
3722,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
5387,
62,
15388,
62,
18224,
7,
8056,
579,
45213,
28,
411,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
18896,
7,
411,
17816,
8516,
6,
12962,
6624,
657,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
3750,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
651,
5239,
7203,
23722,
407,
1064,
262,
5721,
319,
262,
4382,
19570,
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,
220,
220,
220,
220,
1366,
796,
8633,
7,
411,
17816,
8516,
6,
7131,
15,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
775,
466,
407,
765,
284,
3359,
4129,
355,
532,
16,
287,
2251,
12405,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
705,
1078,
11925,
6,
287,
1366,
290,
1366,
17816,
1078,
11925,
20520,
6624,
532,
16,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
17816,
1078,
11925,
20520,
796,
10148,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
18247,
2560,
656,
1366,
8633,
11,
481,
307,
1262,
340,
981,
4441,
44161,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
17816,
15952,
2611,
20520,
796,
2116,
13,
15952,
2611,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
17816,
11487,
20520,
796,
2116,
13,
11487,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
2198,
2099,
329,
705,
21737,
6,
287,
340,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
705,
565,
4906,
6,
287,
1366,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
17816,
565,
4906,
20520,
796,
2116,
13557,
565,
4906,
62,
687,
1436,
7,
7890,
17816,
565,
4906,
6,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
17816,
10134,
50,
80,
81,
9414,
8317,
20520,
796,
2116,
13,
10134,
50,
80,
81,
9414,
8317,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
775,
481,
751,
3084,
1222,
32815,
355,
880,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
796,
2116,
13557,
687,
1436,
7,
1416,
312,
11,
29770,
11,
537,
312,
11,
1366,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16363,
11,
1438,
796,
2116,
13,
1136,
62,
25410,
7,
1416,
312,
11,
29770,
11,
6045,
11,
1366,
11,
318,
62,
25410,
28,
17821,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
318,
39098,
7,
17861,
11,
357,
2536,
11,
28000,
1098,
8,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
16363,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
44161,
62,
25677,
796,
334,
1,
438,
29201,
25,
1391,
15,
32239,
77,
59,
77,
438,
27071,
18982,
7,
944,
13,
39568,
33234,
7,
944,
13,
37043,
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,
220,
220,
220,
220,
220,
1366,
17816,
15952,
2611,
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,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
17816,
11487,
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,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
17816,
3672,
20520,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
44161,
62,
25677,
15853,
8543,
62,
28243,
7203,
14,
1911,
22179,
26933,
944,
13,
28243,
62,
6978,
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,
705,
33678,
13,
25410,
20520,
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,
1366,
28,
7890,
11,
48260,
28,
944,
13,
37043,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16363,
796,
44161,
62,
25677,
1343,
705,
59,
77,
59,
77,
6,
1343,
16363,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
257,
73,
897,
62,
26209,
7,
26209,
28,
17861,
13,
36311,
10786,
59,
77,
6,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
2845,
35528,
355,
304,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
5387,
62,
15388,
62,
18224,
7,
8056,
579,
45213,
28,
2536,
7,
68,
4008,
628,
220,
220,
220,
2488,
9122,
62,
3866,
31448,
198,
220,
220,
220,
825,
4745,
658,
7,
944,
11,
308,
312,
11,
9785,
11,
750,
11,
629,
312,
11,
29770,
11,
537,
312,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
770,
2163,
651,
262,
4745,
658,
290,
1441,
257,
73,
897,
2882,
198,
220,
220,
220,
220,
220,
220,
220,
329,
262,
5721,
10139,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
308,
312,
25,
9652,
4912,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9785,
25,
9652,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
750,
25,
24047,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
629,
312,
25,
10011,
2611,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
29770,
25,
8655,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
537,
312,
25,
29201,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
17377,
4006,
329,
5721,
543,
356,
761,
284,
24443,
198,
220,
220,
220,
220,
220,
220,
220,
810,
796,
366,
47357,
1207,
13,
5420,
26801,
312,
34758,
15,
92,
3712,
46,
2389,
5357,
1207,
13,
5420,
26801,
7266,
312,
34758,
16,
92,
1911,
18982,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
29770,
11,
537,
312,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
4745,
658,
62,
20274,
796,
2116,
13,
1136,
62,
45841,
658,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
37043,
11,
537,
312,
11,
810,
28,
3003,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
17377,
44161,
284,
1057,
757,
83,
5721,
284,
21207,
4745,
658,
198,
220,
220,
220,
220,
220,
220,
220,
16363,
796,
8543,
62,
28243,
7203,
14,
1911,
22179,
26933,
944,
13,
28243,
62,
6978,
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,
705,
45841,
13,
25410,
20520,
828,
810,
28,
3003,
8,
628,
220,
220,
220,
220,
220,
220,
220,
3722,
11,
581,
796,
2116,
13,
37043,
13,
41049,
62,
11600,
7,
17861,
8,
198,
220,
220,
220,
220,
220,
220,
220,
611,
407,
3722,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
5387,
62,
15388,
62,
18224,
7,
8056,
579,
45213,
28,
411,
8,
628,
220,
220,
220,
220,
220,
220,
220,
329,
5752,
287,
581,
17816,
8516,
6,
5974,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1006,
62,
3672,
796,
5752,
17816,
5420,
3672,
20520,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1006,
62,
3672,
318,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2555,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1207,
62,
4906,
796,
10148,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1207,
62,
2536,
796,
5752,
17816,
2934,
457,
2981,
20520,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1207,
62,
2536,
6624,
705,
64,
10354,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1207,
62,
4906,
796,
705,
23736,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
1207,
62,
2536,
6624,
705,
77,
10354,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1207,
62,
4906,
796,
705,
11265,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
1207,
62,
2536,
6624,
705,
72,
10354,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1207,
62,
4906,
796,
705,
32538,
6,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4745,
658,
62,
20274,
13,
33295,
15090,
6,
4906,
10354,
705,
43167,
3256,
705,
3672,
10354,
1006,
62,
3672,
11,
705,
3245,
10354,
1207,
62,
4906,
30072,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
257,
73,
897,
62,
26209,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2882,
28,
45841,
658,
62,
20274,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
28,
2167,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
2488,
9122,
62,
3866,
31448,
198,
220,
220,
220,
825,
20086,
7,
944,
11,
308,
312,
11,
9785,
11,
750,
11,
629,
312,
11,
29770,
11,
537,
312,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
770,
2163,
651,
262,
20086,
290,
1441,
257,
73,
897,
2882,
198,
220,
220,
220,
220,
220,
220,
220,
329,
262,
5721,
10139,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
308,
312,
25,
9652,
4912,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9785,
25,
9652,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
750,
25,
24047,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
629,
312,
25,
10011,
2611,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
29770,
25,
8655,
4522,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
537,
312,
25,
29201,
4522,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
17377,
4006,
329,
5721,
543,
356,
761,
284,
24443,
198,
220,
220,
220,
220,
220,
220,
220,
20086,
62,
20274,
796,
2116,
13,
1136,
62,
45841,
3976,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
37043,
11,
537,
312,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
257,
73,
897,
62,
26209,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2882,
28,
45841,
3976,
62,
20274,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
28,
2167,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
2488,
9122,
62,
3866,
31448,
198,
220,
220,
220,
825,
7869,
7,
944,
11,
308,
312,
11,
9785,
11,
750,
11,
629,
312,
11,
29770,
11,
537,
312,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
14370,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
308,
312,
25,
9652,
4912,
5121,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9785,
25,
9652,
5121,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
750,
25,
24047,
5121,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
629,
312,
25,
10011,
2611,
5121,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
384,
312,
25,
45835,
5121,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
262,
7869,
329,
257,
1948,
2134,
611,
384,
312,
318,
7368,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
376,
7569,
5721,
1438,
198,
220,
220,
220,
220,
220,
220,
220,
16363,
796,
8543,
62,
28243,
7203,
14,
1911,
22179,
26933,
944,
13,
28243,
62,
6978,
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,
705,
48310,
13,
25410,
20520,
828,
29770,
28,
83,
312,
11,
537,
312,
28,
565,
312,
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,
837,
905,
62,
17597,
62,
48205,
28,
944,
13,
17585,
4798,
13,
12860,
62,
10057,
62,
48205,
8,
628,
220,
220,
220,
220,
220,
220,
220,
3722,
11,
581,
796,
2116,
13,
37043,
13,
41049,
62,
11600,
7,
17861,
8,
198,
220,
220,
220,
220,
220,
220,
220,
611,
407,
3722,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
5387,
62,
15388,
62,
18224,
7,
8056,
579,
45213,
28,
411,
8,
198,
220,
220,
220,
220,
220,
220,
220,
611,
18896,
7,
411,
17816,
8516,
6,
12962,
6624,
657,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
3750,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
651,
5239,
7203,
23722,
407,
1064,
262,
5721,
319,
262,
4382,
19570,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
1366,
796,
8633,
7,
411,
17816,
8516,
6,
7131,
15,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
5721,
796,
1366,
17816,
3672,
20520,
628,
220,
220,
220,
220,
220,
220,
220,
3722,
11,
581,
796,
2116,
13,
37043,
13,
41049,
62,
11600,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8543,
62,
28243,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12813,
1911,
22179,
26933,
944,
13,
28243,
62,
6978,
11,
705,
34242,
13,
25410,
20520,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
48260,
28,
944,
13,
37043,
11,
32815,
28,
944,
13,
15952,
2611,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3084,
28,
944,
13,
11487,
11,
5721,
28,
28665,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
611,
407,
3722,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
5387,
62,
15388,
62,
18224,
7,
8056,
579,
45213,
28,
411,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
787,
62,
17752,
62,
26209,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
28,
411,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
28,
2167,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
198,
39470,
82,
7680,
13,
30238,
62,
17440,
62,
1177,
7,
17585,
4798,
8,
198
] | 2.020533 | 16,315 |
"""Module for the xls diffing and CLI.
IndexedVenn
This is a named tuple that is meant to carry information about two
sequences (called "a" and "b"). It has the following ordered members:
- common_a: The index and item of all items in both a and b with the
condition that the item appears exactly once in both. It preserves
the order of what is in a.
- common_a_dup: The index and item of all items in both a and b with
the condition the item appears more than once in either a or b. It
preserves the order of what is in a.
- a_not_b: The index and item of all items in a that are not in b. It
preserves the order of what is in a.
- a_to_b: A map of indices from items in common_a to common_b.
- common_b: Same as common_a but a and b reversed.
- common_b_dup: Same as common_a_dup but a and b reversed.
- b_not_a: Same as a_not_b but a and b reversed.
- b_to_a: Same as a_to_b but a and b reversed.
CellDiff
This is a named tuple with information about cell differences between
workbook "a" and "b".
- cell_a: The cell in a
- cell_b: The cell in b
- row_a: The row number in a
- col_a: The column number in a
- row_b: The row number in b
- col_b: The col number in b
- row_key: The key for the row, e.g. name and type
- col_key: The key for the column, e.g. column header
"""
import argparse
from collections import defaultdict, Counter, namedtuple
import difflib
import os.path
from xlsxwriter.utility import xl_rowcol_to_cell
import pmix.workbook
CellDiff = namedtuple('CellDiff', ['cell_a', 'cell_b', 'row_a', 'col_a',
'row_b', 'col_b', 'row_key', 'col_key'])
IndexedVenn = namedtuple('IndexedVenn', ['common_a', 'common_a_dup', 'a_not_b',
'a_to_b', 'common_b', 'common_b_dup',
'b_not_a', 'b_to_a'])
def indexed_venn(seq1, seq2):
"""Get the intersection and two set differences for two lists.
This could be visualized as a Venn Diagram.
First what is common between the two lists is determined. Then various
lists are created.
The items in the input sequences must be hashable, since they are counted
and retrieved via list.index().
Args:
seq1 (list): The first sequence
seq2 (list): The second sequence
Returns:
IndexedVenn named tuple.
"""
seq1_set = set(seq1)
seq2_set = set(seq2)
common = seq1_set & seq2_set
counted = Counter(seq1) + Counter(seq2)
def build_indexed_a_b(seq_a, seq_b):
"""Build up indexed components for IndexedVenn."""
common_a = []
common_a_dup = []
a_not_b = []
a_to_b = {}
for i, item in enumerate(seq_a):
if item in common:
appearance_count = counted[item]
if appearance_count > 2:
common_a_dup.append((i, item))
else:
common_a.append((i, item))
seq_b_ind = seq_b.index(item)
a_to_b[i] = seq_b_ind
else:
a_not_b.append((i, item))
return common_a, common_a_dup, a_not_b, a_to_b
seq_1_info = build_indexed_a_b(seq1, seq2)
seq_2_info = build_indexed_a_b(seq2, seq1)
return IndexedVenn(*seq_1_info, *seq_2_info)
class XlsDiff:
"""A class to represent a difference between two Excel workbooks.
Class attributes:
sheet_diff_key (dict): A dictionary of sheet names to lists of column
headers. The column headers are what are combined to make unique
row identifiers for those rows.
Instance attributes:
base (Workbook): The base workbook
new (Workbook): The new workbook
simple (bool): True if this should be a simple diff
sheet_venn (IndexedVenn): The Venn diagram of sheetnames
col_venn (dict): Keys are sheetnames. Values are Venn diagrams of
columns in a given sheet
row_venn (dict): Keys are sheetnames. Values are Venn diagrams of
rows in a given sheet
cell_diff (dict): Keys are sheetnames. Values are individual cell
differences between cells sharing the same row, col, and sheet.
"""
sheet_diff_key = {
'survey': ['type', 'name'],
'choices': ['list_name', 'name'],
'external_choices': ['list_name', 'name']
}
def __init__(self, base, new, simple=True, **kwargs):
"""Initialize a diff between worksheets.
Args:
base (Workbook): The base workbook
new (Workbook): The new workbook
simple (bool): True if this should be a simple diff
**kwargs: Anything in kwargs updates the sheet_diff_key map
"""
self.base = base
self.new = new
self.simple = simple
self.sheet_diff_key.update(kwargs)
self.sheet_venn = self.sheet_comparison(base, new)
common_sheets = (s[1] for s in self.sheet_venn.common_a)
self.col_venn = {}
self.row_venn = {}
self.cell_diff = defaultdict(list)
for sheet in common_sheets:
base_sheet = base[sheet]
new_sheet = new[sheet]
col_venn = self.column_comparison(base_sheet, new_sheet, simple)
self.col_venn[sheet] = col_venn
key = None if simple else self.sheet_diff_key.get(sheet)
row_venn = self.row_comparison(base_sheet, new_sheet, key)
self.row_venn[sheet] = row_venn
self._find_cell_diffs(base_sheet, new_sheet)
@classmethod
def from_file(cls, base, new, simple, **kwargs):
"""Initialize XlsDiff from files.
Creates XlsForm objects and returns their diff.
Args:
base (str): A path to an xlsform
new (str): A path to an xlsform
simple (bool): True if this should be a simple diff
**kwargs: Anything in kwargs updates the sheet_diff_key map
"""
base_xlsform = pmix.workbook.Workbook(base, stripstr=False)
new_xlsform = pmix.workbook.Workbook(new, stripstr=False)
xls_diff = cls(base_xlsform, new_xlsform, simple, **kwargs)
return xls_diff
def swap(self):
"""Swap base and the new.
Returns:
A new XlsDiff object with the two workbooks swapped.
"""
return XlsDiff(self.new, self.base, self.simple, **self.sheet_diff_key)
def copy(self):
"""Get a diff of copies of the original workbooks.
Returns:
A new XlsDiff object with copies of the two original workbooks.
"""
base_copy = self.base.copy()
new_copy = self.new.copy()
return XlsDiff(base_copy, new_copy, self.simple, **self.sheet_diff_key)
@staticmethod
def sheet_comparison(base, new):
"""Get the full Venn diagram of sheet names for two workbooks.
Args:
base (Workbook): The base workbook
new (Workbook): The new workbook
"""
base_names = base.sheetnames()
new_names = new.sheetnames()
return indexed_venn(base_names, new_names)
@staticmethod
def column_comparison(base, new, ind=True):
"""Compare two sheet columns.
A simple comparison should compare on column indices.
Args:
base (Worksheet): The base worksheet
new (Worksheet): The new worksheet
ind (bool): If true, compare on column headers, else use indices
"""
if ind:
base_seq = list(range(base.ncol()))
new_seq = list(range(new.ncol()))
else:
base_seq = base.column_headers()
new_seq = new.column_headers()
return indexed_venn(base_seq, new_seq)
@staticmethod
def row_comparison(base, new, key=None):
"""Compare rows in two sheets by key.
Args:
base (Worksheet): The base worksheet
new (Worksheet): The new worksheet
key (seq, int, or str): The column(s) to use for determining unique
rows
"""
if key is None:
base_seq = list(range(len(base)))
new_seq = list(range(len(new)))
else:
base_cols = base.column_key(key)
base_iters = tuple(base.column_str(c) for c in base_cols)
base_seq = list(zip(*base_iters))
new_cols = new.column_key(key)
new_iters = tuple(new.column_str(c) for c in new_cols)
new_seq = list(zip(*new_iters))
return indexed_venn(base_seq, new_seq)
# pylint: disable=too-many-locals
def _find_cell_diffs(self, base_sheet, new_sheet):
"""Find cell differences between two sheets.
Pre-condition: Column and row comparisons should have been performed
first. These should be saved in the instance variables row_venn and
col_venn.
Args:
base_sheet (Worksheet): The base worksheet
new_sheet (Worksheet): The new worksheet
"""
sheet_name = base_sheet.name
common_rows_base = self.row_venn[sheet_name].common_a
common_cols_base = self.col_venn[sheet_name].common_a
rows_base_to_new = self.row_venn[sheet_name].a_to_b
cols_base_to_new = self.col_venn[sheet_name].a_to_b
for row in common_rows_base:
for col in common_cols_base:
base_cell = base_sheet[row[0]][col[0]]
new_row = rows_base_to_new[row[0]]
new_col = cols_base_to_new[col[0]]
new_cell = new_sheet[new_row][new_col]
if base_cell != new_cell:
record = CellDiff(base_cell, new_cell, row[0], col[0],
new_row, new_col, row[1], col[1])
self.cell_diff[sheet_name].append(record)
def write_diff(self, path):
"""Highlight the differences on the new spreadsheet and write out.
The higlighting is as follows:
- Orange shows columns and rows that are added
- Red shows columns and rows that are duplicated based on key
- Green shows columns and rows that are out of order
- Yellow shows cells that are different from common rows and cols
Args:
path (str): The path to the output file
copy (bool): Make a copy of the files first? Highlighting modifies
the original workbook
"""
diff = self.copy()
diff.highlight_all()
diff.new.write_out(path)
def highlight_all(self):
"""Make all highlights for the diff."""
self._highlight_cols_new()
self._highlight_rows_new()
self._highlight_cell_diffs_new()
def _highlight_cols_new(self):
"""Highlight duplicate and new columns."""
for sheet, venn in self.col_venn.items():
for col in venn.b_not_a:
for cell in self.new[sheet].column(col[0]):
cell.set_highlight('HL_ORANGE')
for col in venn.common_b_dup:
for cell in self.new[sheet].column(col[0]):
cell.set_highlight('HL_RED')
def _highlight_rows_new(self):
"""Highlight duplicate, mis-ordered, and new rows."""
for sheet, venn in self.row_venn.items():
for row in venn.b_not_a:
for cell in self.new[sheet][row[0]]:
cell.set_highlight('HL_ORANGE')
for row in venn.common_b_dup:
for cell in self.new[sheet][row[0]]:
cell.set_highlight('HL_RED')
mapping = sorted((k, v) for (k, v) in venn.a_to_b.items())
old = 0
for ind in (a_to_b[1] for a_to_b in mapping):
if ind < old:
for cell in self.new[sheet][ind]:
cell.set_highlight('HL_GREEN')
old = ind
def _highlight_cell_diffs_new(self):
"""Highlight cell differences."""
for _, diffs in self.cell_diff.items():
for cell_diff in diffs:
cell_diff.cell_b.set_highlight()
def report_overview(self):
"""Report an overview of the differences based on indexed Venns."""
inner = '{:^20}'.format('Overview of diff')
outer = '{:*^60}'.format(inner)
print(outer)
print('Base: {}'.format(self.base.file))
print('New: {}'.format(self.new.file))
print('*'*60)
msg = 'Sheets: {} in common, {} in base not new, {} in new not base'
common = len(self.sheet_venn.common_b)
common_dup = len(self.sheet_venn.common_b_dup)
a_not_b = len(self.sheet_venn.a_not_b)
b_not_a = len(self.sheet_venn.b_not_a)
msg = msg.format(common + common_dup, a_not_b, b_not_a)
print(msg)
for sheet in (i[1] for i in self.sheet_venn.common_b):
print(' ---')
self.report_sheet_overview(sheet)
def report_sheet_overview(self, sheetname):
"""Report an overview for the differences in a single sheet.
Args:
sheetname (str): The name of the sheet to report on. Should be a
common sheet name between the base and the new workbook.
"""
msg = ('Sheet "{}" columns: {} in common, {} duplicated, {} in base '
'not new, {} in new not base')
common = len(self.col_venn[sheetname].common_b)
dup = len(self.col_venn[sheetname].common_b_dup)
a_not_b = len(self.col_venn[sheetname].a_not_b)
b_not_a = len(self.col_venn[sheetname].b_not_a)
msg = msg.format(sheetname, common, dup, a_not_b, b_not_a)
print(msg)
msg = ('Sheet "{}" rows: {} in common, {} duplicated, {} in base '
'not new, {} in new not base')
common = len(self.row_venn[sheetname].common_b)
dup = len(self.row_venn[sheetname].common_b_dup)
a_not_b = len(self.row_venn[sheetname].a_not_b)
b_not_a = len(self.row_venn[sheetname].b_not_a)
msg = msg.format(sheetname, common, dup, a_not_b, b_not_a)
print(msg)
msg = 'Sheet "{}" count of cell differences: {}'
msg = msg.format(sheetname, len(self.cell_diff[sheetname]))
print(msg)
# pylint: disable=too-many-locals
def report_cell_diffs(self):
"""Report cell differences."""
inner = '{:^20}'.format('Diff report')
outer = '{:*^60}'.format(inner)
print(outer)
print('Base: {}'.format(self.base.file))
print('New: {}'.format(self.new.file))
print('*'*60)
differ = difflib.Differ()
for sheet, cell_list in self.cell_diff.items():
inner = ' Total diffs on "{}": {} '.format(sheet, len(cell_list))
outer = '{:-^60}'.format(inner)
print(outer)
for record in cell_list:
base_xl_name = xl_rowcol_to_cell(record.row_a, record.col_a)
new_xl_name = xl_rowcol_to_cell(record.row_b, record.col_b)
msg = f'>>> Base[{base_xl_name}] != New[{new_xl_name}]'
print(msg)
cell1_lines = str(record.cell_a).splitlines()
cell2_lines = str(record.cell_b).splitlines()
diff = differ.compare(cell1_lines, cell2_lines)
print('\n'.join(diff))
inner = '{:^20}'.format('End diff report')
outer = '{:*^60}'.format(inner)
print(outer)
def xlsdiff_cli():
"""Run the command line interface for this module."""
prog_desc = 'Create a diff of two Excel workbooks'
parser = argparse.ArgumentParser(description=prog_desc)
file_help = ('Path to source XLSForm. Two must be supplied. The first is '
'treated as the base, the second is treated as the new file.')
parser.add_argument('xlsxfile', help=file_help, nargs=2)
reverse_help = 'Reverse the base file and the new file for processing.'
parser.add_argument('-r', '--reverse', action='store_true',
help=reverse_help)
simple_help = 'Do a simple diff instead of the default ODK diff.'
parser.add_argument('-s', '--simple', action='store_true',
help=simple_help)
out_help = ('Path to write Excel output. If flag is given with no '
'argument then default out path is used. If flag is omitted, '
'then write text output to STDOUT.')
parser.add_argument('-e', '--excel', help=out_help, nargs='?', const=0)
args = parser.parse_args()
file1, file2 = args.xlsxfile
if args.reverse:
file1, file2 = file2, file1
diff = XlsDiff.from_file(file1, file2, args.simple)
diff.report_overview()
if args.excel is None:
diff.report_cell_diffs()
elif isinstance(args.excel, str):
diff.write_diff(args.excel)
else:
filename, extension = os.path.splitext(file2)
outpath = os.path.join(filename+'-diff'+extension)
diff.write_diff(outpath)
if __name__ == '__main__':
xlsdiff_cli()
| [
37811,
26796,
329,
262,
2124,
7278,
814,
278,
290,
43749,
13,
198,
198,
15732,
276,
53,
1697,
198,
220,
220,
220,
770,
318,
257,
3706,
46545,
326,
318,
4001,
284,
3283,
1321,
546,
734,
198,
220,
220,
220,
16311,
357,
7174,
366,
64,
1,
290,
366,
65,
11074,
632,
468,
262,
1708,
6149,
1866,
25,
198,
220,
220,
220,
220,
220,
220,
220,
532,
2219,
62,
64,
25,
383,
6376,
290,
2378,
286,
477,
3709,
287,
1111,
257,
290,
275,
351,
262,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4006,
326,
262,
2378,
3568,
3446,
1752,
287,
1111,
13,
632,
43759,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
262,
1502,
286,
644,
318,
287,
257,
13,
198,
220,
220,
220,
220,
220,
220,
220,
532,
2219,
62,
64,
62,
646,
79,
25,
383,
6376,
290,
2378,
286,
477,
3709,
287,
1111,
257,
290,
275,
351,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
262,
4006,
262,
2378,
3568,
517,
621,
1752,
287,
2035,
257,
393,
275,
13,
632,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
43759,
262,
1502,
286,
644,
318,
287,
257,
13,
198,
220,
220,
220,
220,
220,
220,
220,
532,
257,
62,
1662,
62,
65,
25,
383,
6376,
290,
2378,
286,
477,
3709,
287,
257,
326,
389,
407,
287,
275,
13,
632,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
43759,
262,
1502,
286,
644,
318,
287,
257,
13,
198,
220,
220,
220,
220,
220,
220,
220,
532,
257,
62,
1462,
62,
65,
25,
317,
3975,
286,
36525,
422,
3709,
287,
2219,
62,
64,
284,
2219,
62,
65,
13,
198,
220,
220,
220,
220,
220,
220,
220,
532,
2219,
62,
65,
25,
16766,
355,
2219,
62,
64,
475,
257,
290,
275,
17687,
13,
198,
220,
220,
220,
220,
220,
220,
220,
532,
2219,
62,
65,
62,
646,
79,
25,
16766,
355,
2219,
62,
64,
62,
646,
79,
475,
257,
290,
275,
17687,
13,
198,
220,
220,
220,
220,
220,
220,
220,
532,
275,
62,
1662,
62,
64,
25,
16766,
355,
257,
62,
1662,
62,
65,
475,
257,
290,
275,
17687,
13,
198,
220,
220,
220,
220,
220,
220,
220,
532,
275,
62,
1462,
62,
64,
25,
16766,
355,
257,
62,
1462,
62,
65,
475,
257,
290,
275,
17687,
13,
198,
198,
28780,
28813,
198,
220,
220,
220,
770,
318,
257,
3706,
46545,
351,
1321,
546,
2685,
5400,
1022,
198,
220,
220,
220,
670,
2070,
366,
64,
1,
290,
366,
65,
1911,
198,
220,
220,
220,
220,
220,
220,
220,
532,
2685,
62,
64,
25,
383,
2685,
287,
257,
198,
220,
220,
220,
220,
220,
220,
220,
532,
2685,
62,
65,
25,
383,
2685,
287,
275,
198,
220,
220,
220,
220,
220,
220,
220,
532,
5752,
62,
64,
25,
383,
5752,
1271,
287,
257,
198,
220,
220,
220,
220,
220,
220,
220,
532,
951,
62,
64,
25,
383,
5721,
1271,
287,
257,
198,
220,
220,
220,
220,
220,
220,
220,
532,
5752,
62,
65,
25,
383,
5752,
1271,
287,
275,
198,
220,
220,
220,
220,
220,
220,
220,
532,
951,
62,
65,
25,
383,
951,
1271,
287,
275,
198,
220,
220,
220,
220,
220,
220,
220,
532,
5752,
62,
2539,
25,
383,
1994,
329,
262,
5752,
11,
304,
13,
70,
13,
1438,
290,
2099,
198,
220,
220,
220,
220,
220,
220,
220,
532,
951,
62,
2539,
25,
383,
1994,
329,
262,
5721,
11,
304,
13,
70,
13,
5721,
13639,
198,
37811,
198,
11748,
1822,
29572,
198,
6738,
17268,
1330,
4277,
11600,
11,
15034,
11,
3706,
83,
29291,
198,
11748,
814,
8019,
198,
11748,
28686,
13,
6978,
198,
198,
6738,
2124,
7278,
87,
16002,
13,
315,
879,
1330,
2124,
75,
62,
808,
4033,
62,
1462,
62,
3846,
198,
198,
11748,
9114,
844,
13,
1818,
2070,
628,
198,
28780,
28813,
796,
3706,
83,
29291,
10786,
28780,
28813,
3256,
37250,
3846,
62,
64,
3256,
705,
3846,
62,
65,
3256,
705,
808,
62,
64,
3256,
705,
4033,
62,
64,
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,
220,
220,
220,
220,
705,
808,
62,
65,
3256,
705,
4033,
62,
65,
3256,
705,
808,
62,
2539,
3256,
705,
4033,
62,
2539,
6,
12962,
628,
198,
15732,
276,
53,
1697,
796,
3706,
83,
29291,
10786,
15732,
276,
53,
1697,
3256,
37250,
11321,
62,
64,
3256,
705,
11321,
62,
64,
62,
646,
79,
3256,
705,
64,
62,
1662,
62,
65,
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,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
64,
62,
1462,
62,
65,
3256,
705,
11321,
62,
65,
3256,
705,
11321,
62,
65,
62,
646,
79,
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,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
65,
62,
1662,
62,
64,
3256,
705,
65,
62,
1462,
62,
64,
6,
12962,
628,
198,
4299,
41497,
62,
574,
77,
7,
41068,
16,
11,
33756,
17,
2599,
198,
220,
220,
220,
37227,
3855,
262,
16246,
290,
734,
900,
5400,
329,
734,
8341,
13,
628,
220,
220,
220,
770,
714,
307,
5874,
1143,
355,
257,
569,
1697,
6031,
6713,
13,
628,
220,
220,
220,
3274,
644,
318,
2219,
1022,
262,
734,
8341,
318,
5295,
13,
3244,
2972,
198,
220,
220,
220,
8341,
389,
2727,
13,
628,
220,
220,
220,
383,
3709,
287,
262,
5128,
16311,
1276,
307,
12234,
540,
11,
1201,
484,
389,
14789,
198,
220,
220,
220,
290,
29517,
2884,
1351,
13,
9630,
22446,
628,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
33756,
16,
357,
4868,
2599,
383,
717,
8379,
198,
220,
220,
220,
220,
220,
220,
220,
33756,
17,
357,
4868,
2599,
383,
1218,
8379,
628,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
12901,
276,
53,
1697,
3706,
46545,
13,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
33756,
16,
62,
2617,
796,
900,
7,
41068,
16,
8,
198,
220,
220,
220,
33756,
17,
62,
2617,
796,
900,
7,
41068,
17,
8,
198,
220,
220,
220,
2219,
796,
33756,
16,
62,
2617,
1222,
33756,
17,
62,
2617,
198,
220,
220,
220,
14789,
796,
15034,
7,
41068,
16,
8,
1343,
15034,
7,
41068,
17,
8,
628,
220,
220,
220,
825,
1382,
62,
9630,
276,
62,
64,
62,
65,
7,
41068,
62,
64,
11,
33756,
62,
65,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
15580,
510,
41497,
6805,
329,
12901,
276,
53,
1697,
526,
15931,
198,
220,
220,
220,
220,
220,
220,
220,
2219,
62,
64,
796,
17635,
198,
220,
220,
220,
220,
220,
220,
220,
2219,
62,
64,
62,
646,
79,
796,
17635,
198,
220,
220,
220,
220,
220,
220,
220,
257,
62,
1662,
62,
65,
796,
17635,
198,
220,
220,
220,
220,
220,
220,
220,
257,
62,
1462,
62,
65,
796,
23884,
198,
220,
220,
220,
220,
220,
220,
220,
329,
1312,
11,
2378,
287,
27056,
378,
7,
41068,
62,
64,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
2378,
287,
2219,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5585,
62,
9127,
796,
14789,
58,
9186,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
5585,
62,
9127,
1875,
362,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2219,
62,
64,
62,
646,
79,
13,
33295,
19510,
72,
11,
2378,
4008,
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,
2219,
62,
64,
13,
33295,
19510,
72,
11,
2378,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
33756,
62,
65,
62,
521,
796,
33756,
62,
65,
13,
9630,
7,
9186,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
257,
62,
1462,
62,
65,
58,
72,
60,
796,
33756,
62,
65,
62,
521,
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,
257,
62,
1662,
62,
65,
13,
33295,
19510,
72,
11,
2378,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2219,
62,
64,
11,
2219,
62,
64,
62,
646,
79,
11,
257,
62,
1662,
62,
65,
11,
257,
62,
1462,
62,
65,
198,
220,
220,
220,
33756,
62,
16,
62,
10951,
796,
1382,
62,
9630,
276,
62,
64,
62,
65,
7,
41068,
16,
11,
33756,
17,
8,
198,
220,
220,
220,
33756,
62,
17,
62,
10951,
796,
1382,
62,
9630,
276,
62,
64,
62,
65,
7,
41068,
17,
11,
33756,
16,
8,
628,
220,
220,
220,
1441,
12901,
276,
53,
1697,
46491,
41068,
62,
16,
62,
10951,
11,
1635,
41068,
62,
17,
62,
10951,
8,
628,
198,
4871,
1395,
7278,
28813,
25,
198,
220,
220,
220,
37227,
32,
1398,
284,
2380,
257,
3580,
1022,
734,
24134,
670,
12106,
13,
628,
220,
220,
220,
5016,
12608,
25,
198,
220,
220,
220,
220,
220,
220,
220,
9629,
62,
26069,
62,
2539,
357,
11600,
2599,
317,
22155,
286,
9629,
3891,
284,
8341,
286,
5721,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
24697,
13,
383,
5721,
24697,
389,
644,
389,
5929,
284,
787,
3748,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5752,
42814,
329,
883,
15274,
13,
628,
220,
220,
220,
2262,
590,
12608,
25,
198,
220,
220,
220,
220,
220,
220,
220,
2779,
357,
12468,
2070,
2599,
383,
2779,
670,
2070,
198,
220,
220,
220,
220,
220,
220,
220,
649,
357,
12468,
2070,
2599,
383,
649,
670,
2070,
198,
220,
220,
220,
220,
220,
220,
220,
2829,
357,
30388,
2599,
6407,
611,
428,
815,
307,
257,
2829,
814,
198,
220,
220,
220,
220,
220,
220,
220,
9629,
62,
574,
77,
357,
15732,
276,
53,
1697,
2599,
383,
569,
1697,
16362,
286,
9629,
14933,
198,
220,
220,
220,
220,
220,
220,
220,
951,
62,
574,
77,
357,
11600,
2599,
26363,
389,
9629,
14933,
13,
27068,
389,
569,
1697,
37067,
286,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15180,
287,
257,
1813,
9629,
198,
220,
220,
220,
220,
220,
220,
220,
5752,
62,
574,
77,
357,
11600,
2599,
26363,
389,
9629,
14933,
13,
27068,
389,
569,
1697,
37067,
286,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15274,
287,
257,
1813,
9629,
198,
220,
220,
220,
220,
220,
220,
220,
2685,
62,
26069,
357,
11600,
2599,
26363,
389,
9629,
14933,
13,
27068,
389,
1981,
2685,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5400,
1022,
4778,
7373,
262,
976,
5752,
11,
951,
11,
290,
9629,
13,
198,
220,
220,
220,
37227,
628,
220,
220,
220,
9629,
62,
26069,
62,
2539,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
11793,
3304,
10354,
37250,
4906,
3256,
705,
3672,
6,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
705,
6679,
1063,
10354,
37250,
4868,
62,
3672,
3256,
705,
3672,
6,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
705,
22615,
62,
6679,
1063,
10354,
37250,
4868,
62,
3672,
3256,
705,
3672,
20520,
198,
220,
220,
220,
1782,
628,
220,
220,
220,
825,
11593,
15003,
834,
7,
944,
11,
2779,
11,
649,
11,
2829,
28,
17821,
11,
12429,
46265,
22046,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
24243,
1096,
257,
814,
1022,
2499,
258,
1039,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2779,
357,
12468,
2070,
2599,
383,
2779,
670,
2070,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
649,
357,
12468,
2070,
2599,
383,
649,
670,
2070,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2829,
357,
30388,
2599,
6407,
611,
428,
815,
307,
257,
2829,
814,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12429,
46265,
22046,
25,
21035,
287,
479,
86,
22046,
5992,
262,
9629,
62,
26069,
62,
2539,
3975,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
8692,
796,
2779,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
3605,
796,
649,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
36439,
796,
2829,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
21760,
62,
26069,
62,
2539,
13,
19119,
7,
46265,
22046,
8,
628,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
21760,
62,
574,
77,
796,
2116,
13,
21760,
62,
785,
1845,
1653,
7,
8692,
11,
649,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2219,
62,
42011,
796,
357,
82,
58,
16,
60,
329,
264,
287,
2116,
13,
21760,
62,
574,
77,
13,
11321,
62,
64,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
4033,
62,
574,
77,
796,
23884,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
808,
62,
574,
77,
796,
23884,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
3846,
62,
26069,
796,
4277,
11600,
7,
4868,
8,
198,
220,
220,
220,
220,
220,
220,
220,
329,
9629,
287,
2219,
62,
42011,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2779,
62,
21760,
796,
2779,
58,
21760,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
649,
62,
21760,
796,
649,
58,
21760,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
951,
62,
574,
77,
796,
2116,
13,
28665,
62,
785,
1845,
1653,
7,
8692,
62,
21760,
11,
649,
62,
21760,
11,
2829,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
4033,
62,
574,
77,
58,
21760,
60,
796,
951,
62,
574,
77,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1994,
796,
6045,
611,
2829,
2073,
2116,
13,
21760,
62,
26069,
62,
2539,
13,
1136,
7,
21760,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5752,
62,
574,
77,
796,
2116,
13,
808,
62,
785,
1845,
1653,
7,
8692,
62,
21760,
11,
649,
62,
21760,
11,
1994,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
808,
62,
574,
77,
58,
21760,
60,
796,
5752,
62,
574,
77,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
19796,
62,
3846,
62,
67,
10203,
7,
8692,
62,
21760,
11,
649,
62,
21760,
8,
628,
220,
220,
220,
2488,
4871,
24396,
198,
220,
220,
220,
825,
422,
62,
7753,
7,
565,
82,
11,
2779,
11,
649,
11,
2829,
11,
12429,
46265,
22046,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
24243,
1096,
1395,
7278,
28813,
422,
3696,
13,
628,
220,
220,
220,
220,
220,
220,
220,
7921,
274,
1395,
7278,
8479,
5563,
290,
5860,
511,
814,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2779,
357,
2536,
2599,
317,
3108,
284,
281,
2124,
7278,
687,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
649,
357,
2536,
2599,
317,
3108,
284,
281,
2124,
7278,
687,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2829,
357,
30388,
2599,
6407,
611,
428,
815,
307,
257,
2829,
814,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12429,
46265,
22046,
25,
21035,
287,
479,
86,
22046,
5992,
262,
9629,
62,
26069,
62,
2539,
3975,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2779,
62,
87,
7278,
687,
796,
9114,
844,
13,
1818,
2070,
13,
12468,
2070,
7,
8692,
11,
10283,
2536,
28,
25101,
8,
198,
220,
220,
220,
220,
220,
220,
220,
649,
62,
87,
7278,
687,
796,
9114,
844,
13,
1818,
2070,
13,
12468,
2070,
7,
3605,
11,
10283,
2536,
28,
25101,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
7278,
62,
26069,
796,
537,
82,
7,
8692,
62,
87,
7278,
687,
11,
649,
62,
87,
7278,
687,
11,
2829,
11,
12429,
46265,
22046,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2124,
7278,
62,
26069,
628,
220,
220,
220,
825,
16075,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
10462,
499,
2779,
290,
262,
649,
13,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
649,
1395,
7278,
28813,
2134,
351,
262,
734,
670,
12106,
37245,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
1395,
7278,
28813,
7,
944,
13,
3605,
11,
2116,
13,
8692,
11,
2116,
13,
36439,
11,
12429,
944,
13,
21760,
62,
26069,
62,
2539,
8,
628,
220,
220,
220,
825,
4866,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
3855,
257,
814,
286,
9088,
286,
262,
2656,
670,
12106,
13,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
649,
1395,
7278,
28813,
2134,
351,
9088,
286,
262,
734,
2656,
670,
12106,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2779,
62,
30073,
796,
2116,
13,
8692,
13,
30073,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
649,
62,
30073,
796,
2116,
13,
3605,
13,
30073,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
1395,
7278,
28813,
7,
8692,
62,
30073,
11,
649,
62,
30073,
11,
2116,
13,
36439,
11,
12429,
944,
13,
21760,
62,
26069,
62,
2539,
8,
628,
220,
220,
220,
2488,
12708,
24396,
198,
220,
220,
220,
825,
9629,
62,
785,
1845,
1653,
7,
8692,
11,
649,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
3855,
262,
1336,
569,
1697,
16362,
286,
9629,
3891,
329,
734,
670,
12106,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2779,
357,
12468,
2070,
2599,
383,
2779,
670,
2070,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
649,
357,
12468,
2070,
2599,
383,
649,
670,
2070,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2779,
62,
14933,
796,
2779,
13,
21760,
14933,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
649,
62,
14933,
796,
649,
13,
21760,
14933,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
41497,
62,
574,
77,
7,
8692,
62,
14933,
11,
649,
62,
14933,
8,
628,
220,
220,
220,
2488,
12708,
24396,
198,
220,
220,
220,
825,
5721,
62,
785,
1845,
1653,
7,
8692,
11,
649,
11,
773,
28,
17821,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
41488,
734,
9629,
15180,
13,
628,
220,
220,
220,
220,
220,
220,
220,
317,
2829,
7208,
815,
8996,
319,
5721,
36525,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2779,
357,
23044,
25473,
2599,
383,
2779,
2499,
25473,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
649,
357,
23044,
25473,
2599,
383,
649,
2499,
25473,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
773,
357,
30388,
2599,
1002,
2081,
11,
8996,
319,
5721,
24697,
11,
2073,
779,
36525,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
611,
773,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2779,
62,
41068,
796,
1351,
7,
9521,
7,
8692,
13,
77,
4033,
3419,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
649,
62,
41068,
796,
1351,
7,
9521,
7,
3605,
13,
77,
4033,
3419,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2779,
62,
41068,
796,
2779,
13,
28665,
62,
50145,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
649,
62,
41068,
796,
649,
13,
28665,
62,
50145,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
41497,
62,
574,
77,
7,
8692,
62,
41068,
11,
649,
62,
41068,
8,
628,
220,
220,
220,
2488,
12708,
24396,
198,
220,
220,
220,
825,
5752,
62,
785,
1845,
1653,
7,
8692,
11,
649,
11,
1994,
28,
14202,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
41488,
15274,
287,
734,
15747,
416,
1994,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2779,
357,
23044,
25473,
2599,
383,
2779,
2499,
25473,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
649,
357,
23044,
25473,
2599,
383,
649,
2499,
25473,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1994,
357,
41068,
11,
493,
11,
393,
965,
2599,
383,
5721,
7,
82,
8,
284,
779,
329,
13213,
3748,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15274,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
611,
1994,
318,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2779,
62,
41068,
796,
1351,
7,
9521,
7,
11925,
7,
8692,
22305,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
649,
62,
41068,
796,
1351,
7,
9521,
7,
11925,
7,
3605,
22305,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2779,
62,
4033,
82,
796,
2779,
13,
28665,
62,
2539,
7,
2539,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2779,
62,
270,
364,
796,
46545,
7,
8692,
13,
28665,
62,
2536,
7,
66,
8,
329,
269,
287,
2779,
62,
4033,
82,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2779,
62,
41068,
796,
1351,
7,
13344,
46491,
8692,
62,
270,
364,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
649,
62,
4033,
82,
796,
649,
13,
28665,
62,
2539,
7,
2539,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
649,
62,
270,
364,
796,
46545,
7,
3605,
13,
28665,
62,
2536,
7,
66,
8,
329,
269,
287,
649,
62,
4033,
82,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
649,
62,
41068,
796,
1351,
7,
13344,
46491,
3605,
62,
270,
364,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
41497,
62,
574,
77,
7,
8692,
62,
41068,
11,
649,
62,
41068,
8,
628,
220,
220,
220,
1303,
279,
2645,
600,
25,
15560,
28,
18820,
12,
21834,
12,
17946,
874,
198,
220,
220,
220,
825,
4808,
19796,
62,
3846,
62,
67,
10203,
7,
944,
11,
2779,
62,
21760,
11,
649,
62,
21760,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
16742,
2685,
5400,
1022,
734,
15747,
13,
628,
220,
220,
220,
220,
220,
220,
220,
3771,
12,
31448,
25,
29201,
290,
5752,
17909,
815,
423,
587,
6157,
198,
220,
220,
220,
220,
220,
220,
220,
717,
13,
2312,
815,
307,
7448,
287,
262,
4554,
9633,
5752,
62,
574,
77,
290,
198,
220,
220,
220,
220,
220,
220,
220,
951,
62,
574,
77,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2779,
62,
21760,
357,
23044,
25473,
2599,
383,
2779,
2499,
25473,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
649,
62,
21760,
357,
23044,
25473,
2599,
383,
649,
2499,
25473,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
9629,
62,
3672,
796,
2779,
62,
21760,
13,
3672,
198,
220,
220,
220,
220,
220,
220,
220,
2219,
62,
8516,
62,
8692,
796,
2116,
13,
808,
62,
574,
77,
58,
21760,
62,
3672,
4083,
11321,
62,
64,
198,
220,
220,
220,
220,
220,
220,
220,
2219,
62,
4033,
82,
62,
8692,
796,
2116,
13,
4033,
62,
574,
77,
58,
21760,
62,
3672,
4083,
11321,
62,
64,
198,
220,
220,
220,
220,
220,
220,
220,
15274,
62,
8692,
62,
1462,
62,
3605,
796,
2116,
13,
808,
62,
574,
77,
58,
21760,
62,
3672,
4083,
64,
62,
1462,
62,
65,
198,
220,
220,
220,
220,
220,
220,
220,
951,
82,
62,
8692,
62,
1462,
62,
3605,
796,
2116,
13,
4033,
62,
574,
77,
58,
21760,
62,
3672,
4083,
64,
62,
1462,
62,
65,
198,
220,
220,
220,
220,
220,
220,
220,
329,
5752,
287,
2219,
62,
8516,
62,
8692,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
951,
287,
2219,
62,
4033,
82,
62,
8692,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2779,
62,
3846,
796,
2779,
62,
21760,
58,
808,
58,
15,
60,
7131,
4033,
58,
15,
11907,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
649,
62,
808,
796,
15274,
62,
8692,
62,
1462,
62,
3605,
58,
808,
58,
15,
11907,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
649,
62,
4033,
796,
951,
82,
62,
8692,
62,
1462,
62,
3605,
58,
4033,
58,
15,
11907,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
649,
62,
3846,
796,
649,
62,
21760,
58,
3605,
62,
808,
7131,
3605,
62,
4033,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
2779,
62,
3846,
14512,
649,
62,
3846,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1700,
796,
12440,
28813,
7,
8692,
62,
3846,
11,
649,
62,
3846,
11,
5752,
58,
15,
4357,
951,
58,
15,
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,
649,
62,
808,
11,
649,
62,
4033,
11,
5752,
58,
16,
4357,
951,
58,
16,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
3846,
62,
26069,
58,
21760,
62,
3672,
4083,
33295,
7,
22105,
8,
628,
220,
220,
220,
825,
3551,
62,
26069,
7,
944,
11,
3108,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
11922,
2971,
262,
5400,
319,
262,
649,
30117,
290,
3551,
503,
13,
628,
220,
220,
220,
220,
220,
220,
220,
383,
1880,
43351,
318,
355,
5679,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
532,
11942,
2523,
15180,
290,
15274,
326,
389,
2087,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
532,
2297,
2523,
15180,
290,
15274,
326,
389,
14184,
3474,
1912,
319,
1994,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
532,
3469,
2523,
15180,
290,
15274,
326,
389,
503,
286,
1502,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
532,
12550,
2523,
4778,
326,
389,
1180,
422,
2219,
15274,
290,
951,
82,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
357,
2536,
2599,
383,
3108,
284,
262,
5072,
2393,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4866,
357,
30388,
2599,
6889,
257,
4866,
286,
262,
3696,
717,
30,
3334,
43351,
953,
6945,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
262,
2656,
670,
2070,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
814,
796,
2116,
13,
30073,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
814,
13,
8929,
2971,
62,
439,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
814,
13,
3605,
13,
13564,
62,
448,
7,
6978,
8,
628,
220,
220,
220,
825,
7238,
62,
439,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
12050,
477,
11330,
329,
262,
814,
526,
15931,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
8929,
2971,
62,
4033,
82,
62,
3605,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
8929,
2971,
62,
8516,
62,
3605,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
8929,
2971,
62,
3846,
62,
67,
10203,
62,
3605,
3419,
628,
220,
220,
220,
825,
4808,
8929,
2971,
62,
4033,
82,
62,
3605,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
11922,
2971,
23418,
290,
649,
15180,
526,
15931,
198,
220,
220,
220,
220,
220,
220,
220,
329,
9629,
11,
410,
1697,
287,
2116,
13,
4033,
62,
574,
77,
13,
23814,
33529,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
951,
287,
410,
1697,
13,
65,
62,
1662,
62,
64,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
2685,
287,
2116,
13,
3605,
58,
21760,
4083,
28665,
7,
4033,
58,
15,
60,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2685,
13,
2617,
62,
8929,
2971,
10786,
6581,
62,
1581,
27746,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
951,
287,
410,
1697,
13,
11321,
62,
65,
62,
646,
79,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
2685,
287,
2116,
13,
3605,
58,
21760,
4083,
28665,
7,
4033,
58,
15,
60,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2685,
13,
2617,
62,
8929,
2971,
10786,
6581,
62,
22083,
11537,
628,
220,
220,
220,
825,
4808,
8929,
2971,
62,
8516,
62,
3605,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
11922,
2971,
23418,
11,
2984,
12,
24071,
11,
290,
649,
15274,
526,
15931,
198,
220,
220,
220,
220,
220,
220,
220,
329,
9629,
11,
410,
1697,
287,
2116,
13,
808,
62,
574,
77,
13,
23814,
33529,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
5752,
287,
410,
1697,
13,
65,
62,
1662,
62,
64,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
2685,
287,
2116,
13,
3605,
58,
21760,
7131,
808,
58,
15,
60,
5974,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2685,
13,
2617,
62,
8929,
2971,
10786,
6581,
62,
1581,
27746,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
5752,
287,
410,
1697,
13,
11321,
62,
65,
62,
646,
79,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
2685,
287,
2116,
13,
3605,
58,
21760,
7131,
808,
58,
15,
60,
5974,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2685,
13,
2617,
62,
8929,
2971,
10786,
6581,
62,
22083,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16855,
796,
23243,
19510,
74,
11,
410,
8,
329,
357,
74,
11,
410,
8,
287,
410,
1697,
13,
64,
62,
1462,
62,
65,
13,
23814,
28955,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1468,
796,
657,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
773,
287,
357,
64,
62,
1462,
62,
65,
58,
16,
60,
329,
257,
62,
1462,
62,
65,
287,
16855,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
773,
1279,
1468,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
2685,
287,
2116,
13,
3605,
58,
21760,
7131,
521,
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,
2685,
13,
2617,
62,
8929,
2971,
10786,
6581,
62,
43016,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1468,
796,
773,
628,
220,
220,
220,
825,
4808,
8929,
2971,
62,
3846,
62,
67,
10203,
62,
3605,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
11922,
2971,
2685,
5400,
526,
15931,
198,
220,
220,
220,
220,
220,
220,
220,
329,
4808,
11,
814,
82,
287,
2116,
13,
3846,
62,
26069,
13,
23814,
33529,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
2685,
62,
26069,
287,
814,
82,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2685,
62,
26069,
13,
3846,
62,
65,
13,
2617,
62,
8929,
2971,
3419,
628,
220,
220,
220,
825,
989,
62,
2502,
1177,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
19100,
281,
16700,
286,
262,
5400,
1912,
319,
41497,
569,
1697,
82,
526,
15931,
198,
220,
220,
220,
220,
220,
220,
220,
8434,
796,
705,
90,
25,
61,
1238,
92,
4458,
18982,
10786,
29064,
286,
814,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
12076,
796,
705,
90,
25,
9,
61,
1899,
92,
4458,
18982,
7,
5083,
8,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
7,
39605,
8,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
14881,
25,
23884,
4458,
18982,
7,
944,
13,
8692,
13,
7753,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
3791,
25,
220,
23884,
4458,
18982,
7,
944,
13,
3605,
13,
7753,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
9,
6,
9,
1899,
8,
198,
220,
220,
220,
220,
220,
220,
220,
31456,
796,
705,
3347,
1039,
25,
23884,
287,
2219,
11,
23884,
287,
2779,
407,
649,
11,
23884,
287,
649,
407,
2779,
6,
198,
220,
220,
220,
220,
220,
220,
220,
2219,
796,
18896,
7,
944,
13,
21760,
62,
574,
77,
13,
11321,
62,
65,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2219,
62,
646,
79,
796,
18896,
7,
944,
13,
21760,
62,
574,
77,
13,
11321,
62,
65,
62,
646,
79,
8,
198,
220,
220,
220,
220,
220,
220,
220,
257,
62,
1662,
62,
65,
796,
18896,
7,
944,
13,
21760,
62,
574,
77,
13,
64,
62,
1662,
62,
65,
8,
198,
220,
220,
220,
220,
220,
220,
220,
275,
62,
1662,
62,
64,
796,
18896,
7,
944,
13,
21760,
62,
574,
77,
13,
65,
62,
1662,
62,
64,
8,
198,
220,
220,
220,
220,
220,
220,
220,
31456,
796,
31456,
13,
18982,
7,
11321,
1343,
2219,
62,
646,
79,
11,
257,
62,
1662,
62,
65,
11,
275,
62,
1662,
62,
64,
8,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
7,
19662,
8,
198,
220,
220,
220,
220,
220,
220,
220,
329,
9629,
287,
357,
72,
58,
16,
60,
329,
1312,
287,
2116,
13,
21760,
62,
574,
77,
13,
11321,
62,
65,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
11420,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
13116,
62,
21760,
62,
2502,
1177,
7,
21760,
8,
628,
220,
220,
220,
825,
989,
62,
21760,
62,
2502,
1177,
7,
944,
11,
9629,
3672,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
19100,
281,
16700,
329,
262,
5400,
287,
257,
2060,
9629,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9629,
3672,
357,
2536,
2599,
383,
1438,
286,
262,
9629,
284,
989,
319,
13,
10358,
307,
257,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2219,
9629,
1438,
1022,
262,
2779,
290,
262,
649,
670,
2070,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
31456,
796,
19203,
3347,
316,
45144,
36786,
15180,
25,
23884,
287,
2219,
11,
23884,
14184,
3474,
11,
23884,
287,
2779,
705,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
1662,
649,
11,
23884,
287,
649,
407,
2779,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
2219,
796,
18896,
7,
944,
13,
4033,
62,
574,
77,
58,
21760,
3672,
4083,
11321,
62,
65,
8,
198,
220,
220,
220,
220,
220,
220,
220,
32597,
796,
18896,
7,
944,
13,
4033,
62,
574,
77,
58,
21760,
3672,
4083,
11321,
62,
65,
62,
646,
79,
8,
198,
220,
220,
220,
220,
220,
220,
220,
257,
62,
1662,
62,
65,
796,
18896,
7,
944,
13,
4033,
62,
574,
77,
58,
21760,
3672,
4083,
64,
62,
1662,
62,
65,
8,
198,
220,
220,
220,
220,
220,
220,
220,
275,
62,
1662,
62,
64,
796,
18896,
7,
944,
13,
4033,
62,
574,
77,
58,
21760,
3672,
4083,
65,
62,
1662,
62,
64,
8,
198,
220,
220,
220,
220,
220,
220,
220,
31456,
796,
31456,
13,
18982,
7,
21760,
3672,
11,
2219,
11,
32597,
11,
257,
62,
1662,
62,
65,
11,
275,
62,
1662,
62,
64,
8,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
7,
19662,
8,
198,
220,
220,
220,
220,
220,
220,
220,
31456,
796,
19203,
3347,
316,
45144,
36786,
15274,
25,
23884,
287,
2219,
11,
23884,
14184,
3474,
11,
23884,
287,
2779,
705,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
1662,
649,
11,
23884,
287,
649,
407,
2779,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
2219,
796,
18896,
7,
944,
13,
808,
62,
574,
77,
58,
21760,
3672,
4083,
11321,
62,
65,
8,
198,
220,
220,
220,
220,
220,
220,
220,
32597,
796,
18896,
7,
944,
13,
808,
62,
574,
77,
58,
21760,
3672,
4083,
11321,
62,
65,
62,
646,
79,
8,
198,
220,
220,
220,
220,
220,
220,
220,
257,
62,
1662,
62,
65,
796,
18896,
7,
944,
13,
808,
62,
574,
77,
58,
21760,
3672,
4083,
64,
62,
1662,
62,
65,
8,
198,
220,
220,
220,
220,
220,
220,
220,
275,
62,
1662,
62,
64,
796,
18896,
7,
944,
13,
808,
62,
574,
77,
58,
21760,
3672,
4083,
65,
62,
1662,
62,
64,
8,
198,
220,
220,
220,
220,
220,
220,
220,
31456,
796,
31456,
13,
18982,
7,
21760,
3672,
11,
2219,
11,
32597,
11,
257,
62,
1662,
62,
65,
11,
275,
62,
1662,
62,
64,
8,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
7,
19662,
8,
198,
220,
220,
220,
220,
220,
220,
220,
31456,
796,
705,
3347,
316,
45144,
36786,
954,
286,
2685,
5400,
25,
23884,
6,
198,
220,
220,
220,
220,
220,
220,
220,
31456,
796,
31456,
13,
18982,
7,
21760,
3672,
11,
18896,
7,
944,
13,
3846,
62,
26069,
58,
21760,
3672,
60,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
7,
19662,
8,
628,
220,
220,
220,
1303,
279,
2645,
600,
25,
15560,
28,
18820,
12,
21834,
12,
17946,
874,
198,
220,
220,
220,
825,
989,
62,
3846,
62,
67,
10203,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
19100,
2685,
5400,
526,
15931,
198,
220,
220,
220,
220,
220,
220,
220,
8434,
796,
705,
90,
25,
61,
1238,
92,
4458,
18982,
10786,
28813,
989,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
12076,
796,
705,
90,
25,
9,
61,
1899,
92,
4458,
18982,
7,
5083,
8,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
7,
39605,
8,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
14881,
25,
23884,
4458,
18982,
7,
944,
13,
8692,
13,
7753,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
3791,
25,
220,
23884,
4458,
18982,
7,
944,
13,
3605,
13,
7753,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
9,
6,
9,
1899,
8,
198,
220,
220,
220,
220,
220,
220,
220,
13238,
796,
814,
8019,
13,
28813,
263,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
329,
9629,
11,
2685,
62,
4868,
287,
2116,
13,
3846,
62,
26069,
13,
23814,
33529,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8434,
796,
705,
220,
7472,
814,
82,
319,
45144,
92,
1298,
23884,
220,
45302,
18982,
7,
21760,
11,
18896,
7,
3846,
62,
4868,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12076,
796,
705,
90,
21912,
61,
1899,
92,
4458,
18982,
7,
5083,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
7,
39605,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
1700,
287,
2685,
62,
4868,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2779,
62,
87,
75,
62,
3672,
796,
2124,
75,
62,
808,
4033,
62,
1462,
62,
3846,
7,
22105,
13,
808,
62,
64,
11,
1700,
13,
4033,
62,
64,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
649,
62,
87,
75,
62,
3672,
796,
2124,
75,
62,
808,
4033,
62,
1462,
62,
3846,
7,
22105,
13,
808,
62,
65,
11,
1700,
13,
4033,
62,
65,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
31456,
796,
277,
6,
33409,
7308,
58,
90,
8692,
62,
87,
75,
62,
3672,
92,
60,
14512,
968,
58,
90,
3605,
62,
87,
75,
62,
3672,
92,
49946,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
7,
19662,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2685,
16,
62,
6615,
796,
965,
7,
22105,
13,
3846,
62,
64,
737,
35312,
6615,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2685,
17,
62,
6615,
796,
965,
7,
22105,
13,
3846,
62,
65,
737,
35312,
6615,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
814,
796,
13238,
13,
5589,
533,
7,
3846,
16,
62,
6615,
11,
2685,
17,
62,
6615,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
59,
77,
4458,
22179,
7,
26069,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
8434,
796,
705,
90,
25,
61,
1238,
92,
4458,
18982,
10786,
12915,
814,
989,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
12076,
796,
705,
90,
25,
9,
61,
1899,
92,
4458,
18982,
7,
5083,
8,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
7,
39605,
8,
628,
198,
4299,
2124,
7278,
26069,
62,
44506,
33529,
198,
220,
220,
220,
37227,
10987,
262,
3141,
1627,
7071,
329,
428,
8265,
526,
15931,
198,
220,
220,
220,
1172,
62,
20147,
796,
705,
16447,
257,
814,
286,
734,
24134,
670,
12106,
6,
198,
220,
220,
220,
30751,
796,
1822,
29572,
13,
28100,
1713,
46677,
7,
11213,
28,
1676,
70,
62,
20147,
8,
198,
220,
220,
220,
2393,
62,
16794,
796,
19203,
15235,
284,
2723,
1395,
6561,
8479,
13,
4930,
1276,
307,
14275,
13,
383,
717,
318,
705,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37182,
355,
262,
2779,
11,
262,
1218,
318,
5716,
355,
262,
649,
2393,
2637,
8,
198,
220,
220,
220,
30751,
13,
2860,
62,
49140,
10786,
87,
7278,
87,
7753,
3256,
1037,
28,
7753,
62,
16794,
11,
299,
22046,
28,
17,
8,
198,
220,
220,
220,
9575,
62,
16794,
796,
705,
49,
964,
325,
262,
2779,
2393,
290,
262,
649,
2393,
329,
7587,
2637,
198,
220,
220,
220,
30751,
13,
2860,
62,
49140,
10786,
12,
81,
3256,
705,
438,
50188,
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,
1037,
28,
50188,
62,
16794,
8,
198,
220,
220,
220,
2829,
62,
16794,
796,
705,
5211,
257,
2829,
814,
2427,
286,
262,
4277,
31245,
42,
814,
2637,
198,
220,
220,
220,
30751,
13,
2860,
62,
49140,
10786,
12,
82,
3256,
705,
438,
36439,
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,
1037,
28,
36439,
62,
16794,
8,
198,
220,
220,
220,
503,
62,
16794,
796,
19203,
15235,
284,
3551,
24134,
5072,
13,
1002,
6056,
318,
1813,
351,
645,
705,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
49140,
788,
4277,
503,
3108,
318,
973,
13,
1002,
6056,
318,
22532,
11,
705,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
8524,
3551,
2420,
5072,
284,
48571,
12425,
2637,
8,
198,
220,
220,
220,
30751,
13,
2860,
62,
49140,
10786,
12,
68,
3256,
705,
438,
1069,
5276,
3256,
1037,
28,
448,
62,
16794,
11,
299,
22046,
11639,
30,
3256,
1500,
28,
15,
8,
198,
220,
220,
220,
26498,
796,
30751,
13,
29572,
62,
22046,
3419,
198,
220,
220,
220,
2393,
16,
11,
2393,
17,
796,
26498,
13,
87,
7278,
87,
7753,
198,
220,
220,
220,
611,
26498,
13,
50188,
25,
198,
220,
220,
220,
220,
220,
220,
220,
2393,
16,
11,
2393,
17,
796,
2393,
17,
11,
2393,
16,
198,
220,
220,
220,
814,
796,
1395,
7278,
28813,
13,
6738,
62,
7753,
7,
7753,
16,
11,
2393,
17,
11,
26498,
13,
36439,
8,
198,
220,
220,
220,
814,
13,
13116,
62,
2502,
1177,
3419,
198,
220,
220,
220,
611,
26498,
13,
1069,
5276,
318,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
814,
13,
13116,
62,
3846,
62,
67,
10203,
3419,
198,
220,
220,
220,
1288,
361,
318,
39098,
7,
22046,
13,
1069,
5276,
11,
965,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
814,
13,
13564,
62,
26069,
7,
22046,
13,
1069,
5276,
8,
198,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
29472,
11,
7552,
796,
28686,
13,
6978,
13,
22018,
578,
742,
7,
7753,
17,
8,
198,
220,
220,
220,
220,
220,
220,
220,
503,
6978,
796,
28686,
13,
6978,
13,
22179,
7,
34345,
10,
29001,
26069,
6,
10,
2302,
3004,
8,
198,
220,
220,
220,
220,
220,
220,
220,
814,
13,
13564,
62,
26069,
7,
448,
6978,
8,
628,
198,
361,
11593,
3672,
834,
6624,
705,
834,
12417,
834,
10354,
198,
220,
220,
220,
2124,
7278,
26069,
62,
44506,
3419,
198
] | 2.156733 | 8,020 |
"""
Session: 4
Topic: Conditional: IF statement
"""
x = 200
y = 1000
if (x > y):
print ('x > y is true')
print ('new line 1')
print('new line 11')
print ('new line 2')
"""
if (x < y):
print ('x < y is true')
print ('new line 3')
print ('new line 4')
""" | [
37811,
198,
36044,
25,
604,
198,
33221,
25,
9724,
1859,
25,
16876,
2643,
198,
37811,
198,
87,
796,
939,
198,
88,
796,
8576,
198,
198,
361,
357,
87,
1875,
331,
2599,
198,
220,
220,
220,
3601,
19203,
87,
1875,
331,
318,
2081,
11537,
198,
220,
220,
220,
3601,
19203,
3605,
1627,
352,
11537,
198,
220,
220,
220,
3601,
10786,
3605,
1627,
1367,
11537,
198,
4798,
19203,
3605,
1627,
362,
11537,
198,
198,
37811,
198,
361,
357,
87,
1279,
331,
2599,
198,
220,
220,
220,
3601,
19203,
87,
1279,
331,
318,
2081,
11537,
198,
220,
220,
220,
3601,
19203,
3605,
1627,
513,
11537,
198,
4798,
19203,
3605,
1627,
604,
11537,
198,
37811
] | 2.477477 | 111 |
API_BASE_URL = 'https://min-api.cryptocompare.com/'
DATA_URL = API_BASE_URL + 'data/'
DATA_V2_URL = DATA_URL + 'v2/'
DATA_V3_URL = DATA_URL + 'v3/'
DATA_V3_ALL_URL = DATA_V3_URL + 'all/'
# Specific APIs
# History APIs
DAILY_HISTORY_URL = DATA_V2_URL + 'histoday'
HOURLY_HISTORY_URL = DATA_V2_URL + 'histohour'
MINUTE_HISTORY_URL = DATA_V2_URL + 'minute'
# All the Coins API
COIN_LIST_URL = DATA_URL + 'all/coinlist'
# Social API
SOCIAL_BASE_URL = DATA_URL + 'social/coin/'
SOCIAL_LATEST_URL = SOCIAL_BASE_URL + 'latest'
SOCIAL_HISTORY_BASE_URL = SOCIAL_BASE_URL + 'histo/'
DAILY_SOCIAL_URL = SOCIAL_HISTORY_BASE_URL + 'day'
HOURLY_SOCIAL_URL = SOCIAL_HISTORY_BASE_URL + 'hour'
# Exchange symbols API
ALL_EXCHANGE_URL = DATA_V3_ALL_URL + 'exchanges'
# Exchange General Info API
EXCHANGE_INFO_URL = DATA_URL + 'exchanges/general'
# Blockchain API
BLOCKCHAIN_BASE_URL = DATA_URL + 'blockchain/'
BLOCKCHAIN_AVAILABLE_COINS_URL = BLOCKCHAIN_BASE_URL + 'list'
BLOCKCHAIN_HISTORICAL_DAILY_URL = BLOCKCHAIN_BASE_URL + 'histo/day'
# News API
NEWS_URL = DATA_V2_URL + 'news/'
| [
198,
17614,
62,
33,
11159,
62,
21886,
796,
705,
5450,
1378,
1084,
12,
15042,
13,
29609,
420,
3361,
533,
13,
785,
14,
6,
198,
26947,
62,
21886,
796,
7824,
62,
33,
11159,
62,
21886,
1343,
705,
7890,
14,
6,
198,
26947,
62,
53,
17,
62,
21886,
796,
42865,
62,
21886,
1343,
705,
85,
17,
14,
6,
198,
26947,
62,
53,
18,
62,
21886,
796,
42865,
62,
21886,
1343,
705,
85,
18,
14,
6,
198,
26947,
62,
53,
18,
62,
7036,
62,
21886,
796,
42865,
62,
53,
18,
62,
21886,
1343,
705,
439,
14,
6,
198,
198,
2,
17377,
23113,
198,
198,
2,
7443,
23113,
198,
5631,
33340,
62,
39,
42480,
62,
21886,
796,
42865,
62,
53,
17,
62,
21886,
1343,
705,
10034,
4348,
6,
198,
46685,
7836,
56,
62,
39,
42480,
62,
21886,
796,
42865,
62,
53,
17,
62,
21886,
1343,
705,
10034,
1219,
454,
6,
198,
23678,
37780,
62,
39,
42480,
62,
21886,
796,
42865,
62,
53,
17,
62,
21886,
1343,
705,
11374,
6,
198,
198,
2,
1439,
262,
30108,
7824,
198,
8220,
1268,
62,
45849,
62,
21886,
796,
42865,
62,
21886,
1343,
705,
439,
14,
3630,
4868,
6,
198,
198,
2,
5483,
7824,
198,
50,
4503,
12576,
62,
33,
11159,
62,
21886,
796,
42865,
62,
21886,
1343,
705,
14557,
14,
3630,
14,
6,
198,
50,
4503,
12576,
62,
43,
1404,
6465,
62,
21886,
796,
31430,
12576,
62,
33,
11159,
62,
21886,
1343,
705,
42861,
6,
198,
50,
4503,
12576,
62,
39,
42480,
62,
33,
11159,
62,
21886,
796,
31430,
12576,
62,
33,
11159,
62,
21886,
1343,
705,
10034,
78,
14,
6,
198,
5631,
33340,
62,
50,
4503,
12576,
62,
21886,
796,
31430,
12576,
62,
39,
42480,
62,
33,
11159,
62,
21886,
1343,
705,
820,
6,
198,
46685,
7836,
56,
62,
50,
4503,
12576,
62,
21886,
796,
31430,
12576,
62,
39,
42480,
62,
33,
11159,
62,
21886,
1343,
705,
9769,
6,
198,
198,
2,
12516,
14354,
7824,
198,
7036,
62,
6369,
3398,
27746,
62,
21886,
796,
42865,
62,
53,
18,
62,
7036,
62,
21886,
1343,
705,
1069,
36653,
6,
198,
198,
2,
12516,
3611,
14151,
7824,
198,
6369,
3398,
27746,
62,
10778,
62,
21886,
796,
42865,
62,
21886,
1343,
705,
1069,
36653,
14,
24622,
6,
198,
198,
2,
29724,
7824,
198,
9148,
11290,
3398,
29833,
62,
33,
11159,
62,
21886,
796,
42865,
62,
21886,
1343,
705,
9967,
7983,
14,
6,
198,
9148,
11290,
3398,
29833,
62,
10116,
32,
4146,
17534,
62,
8220,
20913,
62,
21886,
796,
9878,
11290,
3398,
29833,
62,
33,
11159,
62,
21886,
1343,
705,
4868,
6,
198,
9148,
11290,
3398,
29833,
62,
39,
8808,
1581,
20151,
62,
5631,
33340,
62,
21886,
796,
9878,
11290,
3398,
29833,
62,
33,
11159,
62,
21886,
1343,
705,
10034,
78,
14,
820,
6,
198,
198,
2,
3000,
7824,
198,
49597,
62,
21886,
796,
42865,
62,
53,
17,
62,
21886,
1343,
705,
10827,
14,
6,
198
] | 2.267932 | 474 |
import re
import datetime
import dateutil.parser
from bs4 import BeautifulSoup
def from_requests_response(response):
"""Attempts to find a date from a response object.
If a more reliable method can be used, (RSS timestamp) use that
in preference to this.
"""
content_date = from_content(response.content)
url_date = from_url(response.url)
modified_date = from_headers(response)
# TODO: compare the dates properly and figure out which one is more accurate
if content_date:
return content_date
if url_date:
return url_date
if modified_date:
return modified_date
| [
11748,
302,
198,
11748,
4818,
8079,
198,
11748,
3128,
22602,
13,
48610,
198,
6738,
275,
82,
19,
1330,
23762,
50,
10486,
198,
198,
4299,
422,
62,
8897,
3558,
62,
26209,
7,
26209,
2599,
198,
220,
220,
220,
37227,
48452,
284,
1064,
257,
3128,
422,
257,
2882,
2134,
13,
628,
220,
220,
220,
1002,
257,
517,
9314,
2446,
460,
307,
973,
11,
357,
49,
5432,
41033,
8,
779,
326,
198,
220,
220,
220,
287,
12741,
284,
428,
13,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
2695,
62,
4475,
796,
422,
62,
11299,
7,
26209,
13,
11299,
8,
198,
220,
220,
220,
19016,
62,
4475,
796,
422,
62,
6371,
7,
26209,
13,
6371,
8,
198,
220,
220,
220,
9518,
62,
4475,
796,
422,
62,
50145,
7,
26209,
8,
628,
220,
220,
220,
1303,
16926,
46,
25,
8996,
262,
9667,
6105,
290,
3785,
503,
543,
530,
318,
517,
7187,
198,
220,
220,
220,
611,
2695,
62,
4475,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2695,
62,
4475,
198,
220,
220,
220,
611,
19016,
62,
4475,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
19016,
62,
4475,
198,
220,
220,
220,
611,
9518,
62,
4475,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
9518,
62,
4475,
198
] | 2.976415 | 212 |
import torch
from torch.distributions.categorical import Categorical
from torch.distributions.uniform import Uniform
import torch.nn.functional as F
| [
11748,
28034,
198,
6738,
28034,
13,
17080,
2455,
507,
13,
66,
2397,
12409,
1330,
327,
2397,
12409,
198,
6738,
28034,
13,
17080,
2455,
507,
13,
403,
6933,
1330,
35712,
198,
11748,
28034,
13,
20471,
13,
45124,
355,
376,
628
] | 3.846154 | 39 |
from distutils.core import setup
from distutils.extension import Extension
from Cython.Distutils import build_ext
ext_module = Extension(
"pdist",
["pdist.pyx"],
extra_compile_args=['-fopenmp'],
extra_link_args=['-fopenmp'],
)
setup(
name = 'Cython-based sped-up routines',
cmdclass = {'build_ext': build_ext},
ext_modules = [ext_module],
)
| [
6738,
1233,
26791,
13,
7295,
1330,
9058,
198,
6738,
1233,
26791,
13,
2302,
3004,
1330,
27995,
198,
6738,
327,
7535,
13,
20344,
26791,
1330,
1382,
62,
2302,
198,
198,
2302,
62,
21412,
796,
27995,
7,
198,
220,
220,
220,
366,
79,
17080,
1600,
198,
220,
220,
220,
14631,
79,
17080,
13,
9078,
87,
33116,
198,
220,
220,
220,
3131,
62,
5589,
576,
62,
22046,
28,
17816,
12,
69,
9654,
3149,
6,
4357,
198,
220,
220,
220,
3131,
62,
8726,
62,
22046,
28,
17816,
12,
69,
9654,
3149,
6,
4357,
198,
8,
198,
198,
40406,
7,
198,
220,
220,
220,
1438,
796,
705,
34,
7535,
12,
3106,
40424,
12,
929,
31878,
3256,
198,
220,
220,
220,
23991,
4871,
796,
1391,
6,
11249,
62,
2302,
10354,
1382,
62,
2302,
5512,
198,
220,
220,
220,
1070,
62,
18170,
796,
685,
2302,
62,
21412,
4357,
198,
8,
198
] | 2.576389 | 144 |
"""
This demo will draw a few rectangles onto the screen along with some text
on top of that.
This example is for use on (Linux) computers that are using CPython with
Adafruit Blinka to support CircuitPython libraries. CircuitPython does
not support PIL/pillow (python imaging library)!
Author(s): Melissa LeBlanc-Williams for Adafruit Industries
"""
import time
import digitalio
import board
from PIL import Image, ImageDraw, ImageFont
import adafruit_rgb_display.ili9341 as ili9341
import adafruit_rgb_display.st7789 as st7789 # pylint: disable=unused-import
import adafruit_rgb_display.hx8357 as hx8357 # pylint: disable=unused-import
import adafruit_rgb_display.st7735 as st7735 # pylint: disable=unused-import
import adafruit_rgb_display.ssd1351 as ssd1351 # pylint: disable=unused-import
import adafruit_rgb_display.ssd1331 as ssd1331 # pylint: disable=unused-import
#DISPLAY = "1.14 LCD" # Adafruit 1.14" LCD display https://www.adafruit.com/product/4383
DISPLAY = "1.3 LCD" # Adafruit 1.3" LCD display https://www.adafruit.com/product/4313
glyphlist = [ "MLM", "FBM", "SAS", "FAS", "TRH"] # Mandalorian charater sequence that is shown on the display
glyphdelays = [ 0.50, 0.50, 0.50, 0.50, 0.50] # Time that each character group is shown 0.50 is 500 milliseconds, or 1/2 of a second
graphiclist = [ ]
#graphiclist = [ "m1.jpg", "m2.jpg", "m3.jpg", "m4.jpg", "m5.jpg"]
graphicdelays = [ 1.0, 1.0, 1.0, 1.0, 1.0]
# Config for display baudrate (default max is 24mhz):
BAUDRATE = 64000000
#BAUDRATE = 24000000
# Setup SPI bus using hardware SPI:
spi = board.SPI()
# Configuration for CS and DC pins (these are PiTFT defaults):
cs_pin = digitalio.DigitalInOut(board.CE0)
dc_pin = digitalio.DigitalInOut(board.D25)
reset_pin = digitalio.DigitalInOut(board.D24)
# pylint: disable=line-too-long
# Create the display:
if DISPLAY == "1.14 LCD":
FONTSIZE = 124
disp = st7789.ST7789(spi, rotation=90, width=135, height=240, x_offset=53, y_offset=40, cs=cs_pin, dc=dc_pin, rst=reset_pin, baudrate=BAUDRATE)
elif DISPLAY == "1.3 LCD":
FONTSIZE = 180
disp = st7789.ST7789(spi, width=240, height=240, y_offset=80, rotation=0, cs=cs_pin, dc=dc_pin, rst=reset_pin, baudrate=BAUDRATE)
# pylint: enable=line-too-long
# Create blank image for drawing.
# Make sure to create image with mode 'RGB' for full color.
if disp.rotation % 180 == 90:
height = disp.width # we swap height/width to rotate it to landscape!
width = disp.height
else:
width = disp.width # we swap height/width to rotate it to landscape!
height = disp.height
# Load the Mandalorian TrueType Font
font = ImageFont.truetype("./mandalor.ttf", FONTSIZE)
# font rendering function, center text on the screen
# render each sequence of characters using the bitmap font
txtglyphs = []
index = 0
for msg in glyphlist:
txtglyphs.append(Image.new("RGB", (width, height)))
render_font(msg, txtglyphs[index])
index = index + 1
#load images
imgglyphs = []
index = 0
for filename in graphiclist:
imgglyphs.append(Image.open(filename))
# Scale the image to the smaller screen dimension
image_ratio = imgglyphs[index].width / imgglyphs[index].height
screen_ratio = width / height
if screen_ratio < image_ratio:
scaled_width = imgglyphs[index].width * height // imgglyphs[index].height
scaled_height = height
else:
scaled_width = width
scaled_height = imgglyphs[index].height * width // imgglyphs[index].width
imgglyphs[index] = imgglyphs[index].resize((scaled_width, scaled_height), Image.BICUBIC)
# Crop and center the image
x = scaled_width // 2 - width // 2
y = scaled_height // 2 - height // 2
imgglyphs[index] = imgglyphs[index].crop((x, y, x + width, y + height))
index = index + 1
# loop through and display the fonts and images
while True:
index = 0
for glyph in txtglyphs:
disp.image(glyph)
time.sleep(glyphdelays[index])
index = index + 1
index = 0
for img in imgglyphs:
disp.image(img)
time.sleep(graphicdelays[index])
index = index + 1
| [
37811,
201,
198,
1212,
13605,
481,
3197,
257,
1178,
13621,
27787,
4291,
262,
3159,
1863,
351,
617,
2420,
201,
198,
261,
1353,
286,
326,
13,
201,
198,
201,
198,
1212,
1672,
318,
329,
779,
319,
357,
19314,
8,
9061,
326,
389,
1262,
16932,
7535,
351,
201,
198,
2782,
1878,
4872,
41732,
64,
284,
1104,
13588,
37906,
12782,
13,
13588,
37906,
857,
201,
198,
1662,
1104,
350,
4146,
14,
27215,
322,
357,
29412,
19560,
5888,
31520,
201,
198,
201,
198,
13838,
7,
82,
2599,
24164,
1004,
3629,
1192,
12,
27869,
329,
1215,
1878,
4872,
20171,
201,
198,
37811,
201,
198,
11748,
640,
201,
198,
11748,
4875,
952,
201,
198,
11748,
3096,
201,
198,
6738,
350,
4146,
1330,
7412,
11,
7412,
25302,
11,
7412,
23252,
201,
198,
11748,
512,
1878,
4872,
62,
81,
22296,
62,
13812,
13,
2403,
24,
33660,
355,
220,
2403,
24,
33660,
201,
198,
11748,
512,
1878,
4872,
62,
81,
22296,
62,
13812,
13,
301,
3324,
4531,
355,
336,
3324,
4531,
220,
1303,
279,
2645,
600,
25,
15560,
28,
403,
1484,
12,
11748,
201,
198,
11748,
512,
1878,
4872,
62,
81,
22296,
62,
13812,
13,
71,
87,
23,
27277,
355,
289,
87,
23,
27277,
220,
1303,
279,
2645,
600,
25,
15560,
28,
403,
1484,
12,
11748,
201,
198,
11748,
512,
1878,
4872,
62,
81,
22296,
62,
13812,
13,
301,
3324,
2327,
355,
336,
3324,
2327,
220,
1303,
279,
2645,
600,
25,
15560,
28,
403,
1484,
12,
11748,
201,
198,
11748,
512,
1878,
4872,
62,
81,
22296,
62,
13812,
13,
824,
67,
1485,
4349,
355,
264,
21282,
1485,
4349,
220,
1303,
279,
2645,
600,
25,
15560,
28,
403,
1484,
12,
11748,
201,
198,
11748,
512,
1878,
4872,
62,
81,
22296,
62,
13812,
13,
824,
67,
1485,
3132,
355,
264,
21282,
1485,
3132,
220,
1303,
279,
2645,
600,
25,
15560,
28,
403,
1484,
12,
11748,
201,
198,
201,
198,
2,
26288,
31519,
220,
220,
220,
220,
220,
220,
796,
366,
16,
13,
1415,
23598,
1,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
1215,
1878,
4872,
352,
13,
1415,
1,
23598,
3359,
220,
3740,
1378,
2503,
13,
324,
1878,
4872,
13,
785,
14,
11167,
14,
19,
34741,
201,
198,
26288,
31519,
220,
220,
220,
220,
220,
220,
796,
366,
16,
13,
18,
23598,
1,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
1215,
1878,
4872,
352,
13,
18,
1,
23598,
3359,
220,
220,
3740,
1378,
2503,
13,
324,
1878,
4872,
13,
785,
14,
11167,
14,
3559,
1485,
201,
198,
10853,
746,
4868,
220,
220,
220,
220,
796,
685,
366,
5805,
44,
1600,
366,
37,
12261,
1600,
366,
50,
1921,
1600,
366,
37,
1921,
1600,
366,
5446,
39,
8973,
1303,
41715,
22618,
1149,
729,
8379,
326,
318,
3402,
319,
262,
3359,
201,
198,
10853,
746,
12381,
592,
220,
220,
796,
685,
220,
657,
13,
1120,
11,
220,
657,
13,
1120,
11,
220,
657,
13,
1120,
11,
220,
657,
13,
1120,
11,
220,
657,
13,
1120,
60,
1303,
3862,
326,
1123,
2095,
1448,
318,
3402,
657,
13,
1120,
318,
5323,
38694,
11,
393,
352,
14,
17,
286,
257,
1218,
201,
198,
70,
22262,
4868,
220,
220,
796,
685,
2361,
201,
198,
2,
70,
22262,
4868,
220,
220,
796,
685,
366,
76,
16,
13,
9479,
1600,
366,
76,
17,
13,
9479,
1600,
366,
76,
18,
13,
9479,
1600,
366,
76,
19,
13,
9479,
1600,
366,
76,
20,
13,
9479,
8973,
201,
198,
70,
22262,
12381,
592,
796,
685,
220,
220,
220,
220,
220,
352,
13,
15,
11,
220,
220,
220,
220,
220,
352,
13,
15,
11,
220,
220,
220,
220,
220,
352,
13,
15,
11,
220,
220,
220,
220,
220,
352,
13,
15,
11,
220,
220,
220,
220,
220,
352,
13,
15,
60,
201,
198,
201,
198,
2,
17056,
329,
3359,
275,
3885,
4873,
357,
12286,
3509,
318,
1987,
76,
32179,
2599,
201,
198,
4339,
52,
7707,
6158,
796,
5598,
10535,
201,
198,
2,
4339,
52,
7707,
6158,
796,
1987,
10535,
201,
198,
201,
198,
2,
31122,
49091,
1323,
1262,
6890,
49091,
25,
201,
198,
2777,
72,
796,
3096,
13,
4303,
40,
3419,
201,
198,
2,
28373,
329,
9429,
290,
6257,
20567,
357,
27218,
389,
13993,
51,
9792,
26235,
2599,
201,
198,
6359,
62,
11635,
796,
4875,
952,
13,
27640,
818,
7975,
7,
3526,
13,
5222,
15,
8,
201,
198,
17896,
62,
11635,
796,
4875,
952,
13,
27640,
818,
7975,
7,
3526,
13,
35,
1495,
8,
201,
198,
42503,
62,
11635,
796,
4875,
952,
13,
27640,
818,
7975,
7,
3526,
13,
35,
1731,
8,
201,
198,
201,
198,
2,
279,
2645,
600,
25,
15560,
28,
1370,
12,
18820,
12,
6511,
201,
198,
2,
13610,
262,
3359,
25,
201,
198,
361,
13954,
31519,
6624,
366,
16,
13,
1415,
23598,
1298,
201,
198,
220,
376,
1340,
4694,
35400,
796,
19755,
201,
198,
220,
4596,
796,
336,
3324,
4531,
13,
2257,
3324,
4531,
7,
2777,
72,
11,
13179,
28,
3829,
11,
9647,
28,
17059,
11,
6001,
28,
16102,
11,
2124,
62,
28968,
28,
4310,
11,
331,
62,
28968,
28,
1821,
11,
50115,
28,
6359,
62,
11635,
11,
30736,
28,
17896,
62,
11635,
11,
374,
301,
28,
42503,
62,
11635,
11,
275,
3885,
4873,
28,
4339,
52,
7707,
6158,
8,
201,
198,
417,
361,
13954,
31519,
6624,
366,
16,
13,
18,
23598,
1298,
201,
198,
220,
376,
1340,
4694,
35400,
796,
11546,
201,
198,
220,
4596,
796,
336,
3324,
4531,
13,
2257,
3324,
4531,
7,
2777,
72,
11,
9647,
28,
16102,
11,
6001,
28,
16102,
11,
331,
62,
28968,
28,
1795,
11,
13179,
28,
15,
11,
50115,
28,
6359,
62,
11635,
11,
30736,
28,
17896,
62,
11635,
11,
374,
301,
28,
42503,
62,
11635,
11,
275,
3885,
4873,
28,
4339,
52,
7707,
6158,
8,
201,
198,
220,
220,
220,
220,
201,
198,
2,
279,
2645,
600,
25,
7139,
28,
1370,
12,
18820,
12,
6511,
201,
198,
201,
198,
2,
13610,
9178,
2939,
329,
8263,
13,
201,
198,
2,
6889,
1654,
284,
2251,
2939,
351,
4235,
705,
36982,
6,
329,
1336,
3124,
13,
201,
198,
361,
4596,
13,
10599,
341,
4064,
11546,
6624,
4101,
25,
201,
198,
220,
220,
220,
6001,
796,
4596,
13,
10394,
220,
1303,
356,
16075,
6001,
14,
10394,
284,
23064,
340,
284,
10747,
0,
201,
198,
220,
220,
220,
9647,
796,
4596,
13,
17015,
201,
198,
17772,
25,
201,
198,
220,
220,
220,
9647,
796,
4596,
13,
10394,
220,
1303,
356,
16075,
6001,
14,
10394,
284,
23064,
340,
284,
10747,
0,
201,
198,
220,
220,
220,
6001,
796,
4596,
13,
17015,
201,
198,
201,
198,
2,
8778,
262,
41715,
22618,
6407,
6030,
24060,
201,
198,
10331,
796,
7412,
23252,
13,
83,
622,
2963,
431,
7,
1911,
14,
76,
7642,
273,
13,
926,
69,
1600,
376,
1340,
4694,
35400,
8,
201,
198,
201,
198,
2,
10369,
14837,
2163,
11,
3641,
2420,
319,
262,
3159,
201,
198,
201,
198,
2,
8543,
1123,
8379,
286,
3435,
1262,
262,
1643,
8899,
10369,
201,
198,
14116,
10853,
746,
82,
796,
17635,
201,
198,
9630,
796,
657,
201,
198,
1640,
31456,
287,
25874,
4868,
25,
201,
198,
220,
220,
220,
256,
742,
10853,
746,
82,
13,
33295,
7,
5159,
13,
3605,
7203,
36982,
1600,
357,
10394,
11,
6001,
22305,
201,
198,
220,
220,
220,
8543,
62,
10331,
7,
19662,
11,
256,
742,
10853,
746,
82,
58,
9630,
12962,
201,
198,
220,
220,
220,
6376,
796,
6376,
1343,
352,
201,
198,
201,
198,
2,
2220,
4263,
201,
198,
320,
1130,
306,
746,
82,
796,
17635,
201,
198,
9630,
796,
657,
201,
198,
1640,
29472,
287,
13028,
4868,
25,
201,
198,
220,
220,
220,
545,
1130,
306,
746,
82,
13,
33295,
7,
5159,
13,
9654,
7,
34345,
4008,
201,
198,
201,
198,
220,
220,
220,
1303,
21589,
262,
2939,
284,
262,
4833,
3159,
15793,
201,
198,
220,
220,
220,
2939,
62,
10366,
952,
796,
545,
1130,
306,
746,
82,
58,
9630,
4083,
10394,
1220,
545,
1130,
306,
746,
82,
58,
9630,
4083,
17015,
201,
198,
220,
220,
220,
3159,
62,
10366,
952,
796,
9647,
1220,
6001,
201,
198,
220,
220,
220,
611,
3159,
62,
10366,
952,
1279,
2939,
62,
10366,
952,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
27464,
62,
10394,
796,
545,
1130,
306,
746,
82,
58,
9630,
4083,
10394,
1635,
6001,
3373,
545,
1130,
306,
746,
82,
58,
9630,
4083,
17015,
201,
198,
220,
220,
220,
220,
220,
220,
220,
27464,
62,
17015,
796,
6001,
201,
198,
220,
220,
220,
2073,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
27464,
62,
10394,
796,
9647,
201,
198,
220,
220,
220,
220,
220,
220,
220,
27464,
62,
17015,
796,
545,
1130,
306,
746,
82,
58,
9630,
4083,
17015,
1635,
9647,
3373,
545,
1130,
306,
746,
82,
58,
9630,
4083,
10394,
201,
198,
220,
220,
220,
545,
1130,
306,
746,
82,
58,
9630,
60,
796,
545,
1130,
306,
746,
82,
58,
9630,
4083,
411,
1096,
19510,
1416,
3021,
62,
10394,
11,
27464,
62,
17015,
828,
7412,
13,
33,
2149,
10526,
2149,
8,
201,
198,
201,
198,
220,
220,
220,
1303,
327,
1773,
290,
3641,
262,
2939,
201,
198,
220,
220,
220,
2124,
796,
27464,
62,
10394,
3373,
362,
532,
9647,
3373,
362,
201,
198,
220,
220,
220,
331,
796,
27464,
62,
17015,
3373,
362,
532,
6001,
3373,
362,
201,
198,
220,
220,
220,
545,
1130,
306,
746,
82,
58,
9630,
60,
796,
545,
1130,
306,
746,
82,
58,
9630,
4083,
31476,
19510,
87,
11,
331,
11,
2124,
1343,
9647,
11,
331,
1343,
6001,
4008,
201,
198,
220,
220,
220,
6376,
796,
6376,
1343,
352,
201,
198,
201,
198,
2,
9052,
832,
290,
3359,
262,
26806,
290,
4263,
201,
198,
4514,
6407,
25,
201,
198,
220,
220,
220,
6376,
796,
657,
201,
198,
220,
220,
220,
329,
25874,
287,
256,
742,
10853,
746,
82,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
4596,
13,
9060,
7,
10853,
746,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
640,
13,
42832,
7,
10853,
746,
12381,
592,
58,
9630,
12962,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6376,
796,
6376,
1343,
352,
201,
198,
220,
220,
220,
6376,
796,
657,
201,
198,
220,
220,
220,
329,
33705,
287,
545,
1130,
306,
746,
82,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
4596,
13,
9060,
7,
9600,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
640,
13,
42832,
7,
70,
22262,
12381,
592,
58,
9630,
12962,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6376,
796,
6376,
1343,
352,
201,
198
] | 2.438596 | 1,767 |
from urgent.cli import main
main() | [
6738,
18039,
13,
44506,
1330,
1388,
198,
12417,
3419
] | 3.777778 | 9 |
import mnist_loader
import network
training_data, validation_data, test_data = mnist_loader.load_data_wrapper()
# print("training data")
# print(type(training_data))
# print(len(training_data))
# print(training_data[0][0].shape)
# print(training_data[0][1].shape)
net = network.Network([784, 30, 10])
net.SGD(training_data, 30, 10, 3.0, test_data=test_data) | [
11748,
285,
77,
396,
62,
29356,
198,
11748,
3127,
198,
198,
34409,
62,
7890,
11,
21201,
62,
7890,
11,
1332,
62,
7890,
796,
285,
77,
396,
62,
29356,
13,
2220,
62,
7890,
62,
48553,
3419,
198,
2,
3601,
7203,
34409,
1366,
4943,
198,
2,
3601,
7,
4906,
7,
34409,
62,
7890,
4008,
198,
2,
3601,
7,
11925,
7,
34409,
62,
7890,
4008,
198,
2,
3601,
7,
34409,
62,
7890,
58,
15,
7131,
15,
4083,
43358,
8,
198,
2,
3601,
7,
34409,
62,
7890,
58,
15,
7131,
16,
4083,
43358,
8,
198,
198,
3262,
796,
3127,
13,
26245,
26933,
37688,
11,
1542,
11,
838,
12962,
198,
3262,
13,
38475,
35,
7,
34409,
62,
7890,
11,
1542,
11,
838,
11,
513,
13,
15,
11,
1332,
62,
7890,
28,
9288,
62,
7890,
8
] | 2.761538 | 130 |
### Based on https://github.com/pytorch/examples/tree/master/imagenet/main.py
import argparse
import os
import random
import shutil
import time
import warnings
import sys
import torch
import torch.nn as nn
import torch.nn.parallel
import torch.backends.cudnn as cudnn
import torch.distributed as dist
import torch.optim
import torch.multiprocessing as mp
import torch.utils.data
import torch.utils.data.distributed
import torchvision.transforms as transforms
import torchvision.datasets as datasets
import torchvision.models as models
from tensorboardX import SummaryWriter
SUFFIX = ''
OUTPUT_FREQ = 1
SIZE = 224
CENTER_SIZE = 256
import sys
parser = argparse.ArgumentParser(description='PyTorch ImageNet Training')
parser.add_argument('data', metavar='DIR',
help='path to dataset')
parser.add_argument('--module', '-m', metavar='MODU', default='lip_resnet',
help='network module: ' +
' (default: lip_resnet)')
parser.add_argument('--arch', '-a', metavar='ARCH', default='resnet50',
help='model architecture:' +
' (default: resnet50)')
parser.add_argument('-j', '--workers', default=16, type=int, metavar='N',
help='number of data loading workers (default: 4)')
parser.add_argument('--epochs', default=90, type=int, metavar='N',
help='number of total epochs to run')
parser.add_argument('--start-epoch', default=0, type=int, metavar='N',
help='manual epoch number (useful on restarts)')
parser.add_argument('-b', '--batch-size', default=256, type=int,
metavar='N',
help='mini-batch size (default: 256), this is the total '
'batch size of all GPUs on the current node when '
'using Data Parallel or Distributed Data Parallel')
parser.add_argument('--lr', '--learning-rate', default=0.1, type=float,
metavar='LR', help='initial learning rate')
parser.add_argument('--momentum', default=0.9, type=float, metavar='M',
help='momentum')
parser.add_argument('--weight-decay', '--wd', default=1e-4, type=float,
metavar='W', help='weight decay (default: 1e-4)')
parser.add_argument('--print-freq', '-p', default=500, type=int,
metavar='N', help='print frequency (default: 10)')
parser.add_argument('--resume', default='', type=str, metavar='PATH',
help='path to latest checkpoint (default: none)')
parser.add_argument('-e', '--evaluate', dest='evaluate', action='store_true',
help='evaluate model on validation set')
parser.add_argument('--pretrained', dest='pretrained', action='store_true',
help='use pre-trained model')
parser.add_argument('--world-size', default=1, type=int,
help='number of nodes for distributed training')
parser.add_argument('--rank', default=0, type=int,
help='node rank for distributed training')
parser.add_argument('--dist-url', default='tcp://224.66.41.62:23456', type=str,
help='url used to set up distributed training')
parser.add_argument('--dist-backend', default='nccl', type=str,
help='distributed backend')
parser.add_argument('--seed', default=None, type=int,
help='seed for initializing training. ')
parser.add_argument('--gpu', default=None, type=int,
help='GPU id to use.')
parser.add_argument('--num_gpus', default=8, type=int,
help='GPU NUMS.')
parser.add_argument('--multiprocessing-distributed', action='store_true',
help='Use multi-processing distributed training to launch '
'N processes per node, which has N GPUs. This is the '
'fastest way to use PyTorch for either single node or '
'multi node data parallel training')
best_acc1 = 0
class AverageMeter(object):
"""Computes and stores the average and current value"""
def adjust_learning_rate(optimizer, epoch, args):
"""Sets the learning rate to the initial LR decayed by 10 every 30 epochs"""
coeff = 0.0
if epoch < 30:
coeff = 1.0
elif epoch < 60:
coeff = 0.1
elif epoch < 80:
coeff = 0.01
else:
coeff = 0.001
if master(args):
print('Epoch [{}] optimizer summary'.format(epoch))
for idx, param_group in enumerate(optimizer.param_groups):
param_group['lr'] = param_group['init_lr'] * coeff
if master(args):
print('Params #{} lr:{:.4} wd: {:.4}'.format(idx, param_group['lr'], param_group['weight_decay']))
def accuracy(output, target, topk=(1,)):
"""Computes the accuracy over the k top predictions for the specified values of k"""
with torch.no_grad():
maxk = max(topk)
batch_size = target.size(0)
_, pred = output.topk(maxk, 1, True, True)
pred = pred.t()
correct = pred.eq(target.view(1, -1).expand_as(pred))
res = []
for k in topk:
correct_k = correct[:k].view(-1).float().sum(0, keepdim=True)
res.append(correct_k.mul_(100.0 / batch_size))
return res
if __name__ == '__main__':
main()
| [
21017,
13403,
319,
3740,
1378,
12567,
13,
785,
14,
9078,
13165,
354,
14,
1069,
12629,
14,
21048,
14,
9866,
14,
320,
11286,
316,
14,
12417,
13,
9078,
198,
198,
11748,
1822,
29572,
198,
11748,
28686,
198,
11748,
4738,
198,
11748,
4423,
346,
198,
11748,
640,
198,
11748,
14601,
198,
11748,
25064,
198,
198,
11748,
28034,
198,
11748,
28034,
13,
20471,
355,
299,
77,
198,
11748,
28034,
13,
20471,
13,
1845,
29363,
198,
11748,
28034,
13,
1891,
2412,
13,
66,
463,
20471,
355,
269,
463,
20471,
198,
11748,
28034,
13,
17080,
6169,
355,
1233,
198,
11748,
28034,
13,
40085,
198,
11748,
28034,
13,
16680,
541,
305,
919,
278,
355,
29034,
198,
11748,
28034,
13,
26791,
13,
7890,
198,
11748,
28034,
13,
26791,
13,
7890,
13,
17080,
6169,
198,
11748,
28034,
10178,
13,
7645,
23914,
355,
31408,
198,
11748,
28034,
10178,
13,
19608,
292,
1039,
355,
40522,
198,
11748,
28034,
10178,
13,
27530,
355,
4981,
628,
198,
6738,
11192,
273,
3526,
55,
1330,
21293,
34379,
198,
198,
12564,
5777,
10426,
796,
10148,
198,
2606,
7250,
3843,
62,
37,
2200,
48,
796,
352,
198,
198,
33489,
796,
26063,
198,
43960,
1137,
62,
33489,
796,
17759,
198,
198,
11748,
25064,
628,
198,
48610,
796,
1822,
29572,
13,
28100,
1713,
46677,
7,
11213,
11639,
20519,
15884,
354,
7412,
7934,
13614,
11537,
198,
48610,
13,
2860,
62,
49140,
10786,
7890,
3256,
1138,
615,
283,
11639,
34720,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
11639,
6978,
284,
27039,
11537,
198,
48610,
13,
2860,
62,
49140,
10786,
438,
21412,
3256,
705,
12,
76,
3256,
1138,
615,
283,
11639,
33365,
52,
3256,
4277,
11639,
40712,
62,
411,
3262,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
11639,
27349,
8265,
25,
705,
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,
705,
357,
12286,
25,
10645,
62,
411,
3262,
8,
11537,
198,
48610,
13,
2860,
62,
49140,
10786,
438,
998,
3256,
705,
12,
64,
3256,
1138,
615,
283,
11639,
31315,
3256,
4277,
11639,
411,
3262,
1120,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
11639,
19849,
10959,
32105,
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,
705,
357,
12286,
25,
581,
3262,
1120,
8,
11537,
198,
48610,
13,
2860,
62,
49140,
10786,
12,
73,
3256,
705,
438,
22896,
3256,
4277,
28,
1433,
11,
2099,
28,
600,
11,
1138,
615,
283,
11639,
45,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
11639,
17618,
286,
1366,
11046,
3259,
357,
12286,
25,
604,
8,
11537,
198,
48610,
13,
2860,
62,
49140,
10786,
438,
538,
5374,
82,
3256,
4277,
28,
3829,
11,
2099,
28,
600,
11,
1138,
615,
283,
11639,
45,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
11639,
17618,
286,
2472,
36835,
82,
284,
1057,
11537,
198,
48610,
13,
2860,
62,
49140,
10786,
438,
9688,
12,
538,
5374,
3256,
4277,
28,
15,
11,
2099,
28,
600,
11,
1138,
615,
283,
11639,
45,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
11639,
805,
723,
36835,
1271,
357,
1904,
913,
319,
1334,
5889,
8,
11537,
198,
48610,
13,
2860,
62,
49140,
10786,
12,
65,
3256,
705,
438,
43501,
12,
7857,
3256,
4277,
28,
11645,
11,
2099,
28,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1138,
615,
283,
11639,
45,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
11639,
45313,
12,
43501,
2546,
357,
12286,
25,
17759,
828,
428,
318,
262,
2472,
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,
705,
43501,
2546,
286,
477,
32516,
319,
262,
1459,
10139,
618,
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,
705,
3500,
6060,
42945,
393,
4307,
6169,
6060,
42945,
11537,
198,
48610,
13,
2860,
62,
49140,
10786,
438,
14050,
3256,
705,
438,
40684,
12,
4873,
3256,
4277,
28,
15,
13,
16,
11,
2099,
28,
22468,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1138,
615,
283,
11639,
35972,
3256,
1037,
11639,
36733,
4673,
2494,
11537,
198,
48610,
13,
2860,
62,
49140,
10786,
438,
32542,
298,
388,
3256,
4277,
28,
15,
13,
24,
11,
2099,
28,
22468,
11,
1138,
615,
283,
11639,
44,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
11639,
32542,
298,
388,
11537,
198,
48610,
13,
2860,
62,
49140,
10786,
438,
6551,
12,
12501,
323,
3256,
705,
438,
16993,
3256,
4277,
28,
16,
68,
12,
19,
11,
2099,
28,
22468,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1138,
615,
283,
11639,
54,
3256,
1037,
11639,
6551,
22119,
357,
12286,
25,
352,
68,
12,
19,
8,
11537,
198,
48610,
13,
2860,
62,
49140,
10786,
438,
4798,
12,
19503,
80,
3256,
705,
12,
79,
3256,
4277,
28,
4059,
11,
2099,
28,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1138,
615,
283,
11639,
45,
3256,
1037,
11639,
4798,
8373,
357,
12286,
25,
838,
8,
11537,
198,
48610,
13,
2860,
62,
49140,
10786,
438,
411,
2454,
3256,
4277,
11639,
3256,
2099,
28,
2536,
11,
1138,
615,
283,
11639,
34219,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
11639,
6978,
284,
3452,
26954,
357,
12286,
25,
4844,
8,
11537,
198,
48610,
13,
2860,
62,
49140,
10786,
12,
68,
3256,
705,
438,
49786,
3256,
2244,
11639,
49786,
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,
1037,
11639,
49786,
2746,
319,
21201,
900,
11537,
198,
48610,
13,
2860,
62,
49140,
10786,
438,
5310,
13363,
3256,
2244,
11639,
5310,
13363,
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,
1037,
11639,
1904,
662,
12,
35311,
2746,
11537,
198,
48610,
13,
2860,
62,
49140,
10786,
438,
6894,
12,
7857,
3256,
4277,
28,
16,
11,
2099,
28,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
11639,
17618,
286,
13760,
329,
9387,
3047,
11537,
198,
48610,
13,
2860,
62,
49140,
10786,
438,
43027,
3256,
4277,
28,
15,
11,
2099,
28,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
11639,
17440,
4279,
329,
9387,
3047,
11537,
198,
48610,
13,
2860,
62,
49140,
10786,
438,
17080,
12,
6371,
3256,
4277,
11639,
83,
13155,
1378,
24137,
13,
2791,
13,
3901,
13,
5237,
25,
1954,
29228,
3256,
2099,
28,
2536,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
11639,
6371,
973,
284,
900,
510,
9387,
3047,
11537,
198,
48610,
13,
2860,
62,
49140,
10786,
438,
17080,
12,
1891,
437,
3256,
4277,
11639,
77,
535,
75,
3256,
2099,
28,
2536,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
11639,
17080,
6169,
30203,
11537,
198,
48610,
13,
2860,
62,
49140,
10786,
438,
28826,
3256,
4277,
28,
14202,
11,
2099,
28,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
11639,
28826,
329,
4238,
2890,
3047,
13,
705,
8,
198,
48610,
13,
2860,
62,
49140,
10786,
438,
46999,
3256,
4277,
28,
14202,
11,
2099,
28,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
11639,
33346,
4686,
284,
779,
2637,
8,
198,
48610,
13,
2860,
62,
49140,
10786,
438,
22510,
62,
31197,
385,
3256,
4277,
28,
23,
11,
2099,
28,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
11639,
33346,
399,
52,
5653,
2637,
8,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
48610,
13,
2860,
62,
49140,
10786,
438,
16680,
541,
305,
919,
278,
12,
17080,
6169,
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,
1037,
11639,
11041,
5021,
12,
36948,
9387,
3047,
284,
4219,
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,
705,
45,
7767,
583,
10139,
11,
543,
468,
399,
32516,
13,
770,
318,
262,
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,
705,
7217,
395,
835,
284,
779,
9485,
15884,
354,
329,
2035,
2060,
10139,
393,
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,
705,
41684,
10139,
1366,
10730,
3047,
11537,
198,
198,
13466,
62,
4134,
16,
796,
657,
628,
628,
628,
198,
4871,
13475,
44,
2357,
7,
15252,
2599,
198,
220,
220,
220,
37227,
7293,
1769,
290,
7000,
262,
2811,
290,
1459,
1988,
37811,
628,
198,
4299,
4532,
62,
40684,
62,
4873,
7,
40085,
7509,
11,
36835,
11,
26498,
2599,
198,
220,
220,
220,
37227,
50,
1039,
262,
4673,
2494,
284,
262,
4238,
37491,
875,
16548,
416,
838,
790,
1542,
36835,
82,
37811,
198,
220,
220,
220,
763,
14822,
796,
657,
13,
15,
198,
220,
220,
220,
611,
36835,
1279,
1542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
763,
14822,
796,
352,
13,
15,
198,
220,
220,
220,
1288,
361,
36835,
1279,
3126,
25,
198,
220,
220,
220,
220,
220,
220,
220,
763,
14822,
796,
657,
13,
16,
198,
220,
220,
220,
1288,
361,
36835,
1279,
4019,
25,
198,
220,
220,
220,
220,
220,
220,
220,
763,
14822,
796,
657,
13,
486,
198,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
763,
14822,
796,
657,
13,
8298,
628,
220,
220,
220,
611,
4958,
7,
22046,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
13807,
5374,
685,
90,
92,
60,
6436,
7509,
10638,
4458,
18982,
7,
538,
5374,
4008,
628,
220,
220,
220,
329,
4686,
87,
11,
5772,
62,
8094,
287,
27056,
378,
7,
40085,
7509,
13,
17143,
62,
24432,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
5772,
62,
8094,
17816,
14050,
20520,
796,
5772,
62,
8094,
17816,
15003,
62,
14050,
20520,
1635,
763,
14822,
198,
220,
220,
220,
220,
220,
220,
220,
611,
4958,
7,
22046,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
10044,
4105,
1303,
90,
92,
300,
81,
29164,
25,
13,
19,
92,
266,
67,
25,
46110,
13,
19,
92,
4458,
18982,
7,
312,
87,
11,
5772,
62,
8094,
17816,
14050,
6,
4357,
5772,
62,
8094,
17816,
6551,
62,
12501,
323,
20520,
4008,
628,
198,
4299,
9922,
7,
22915,
11,
2496,
11,
1353,
74,
16193,
16,
35751,
2599,
198,
220,
220,
220,
37227,
7293,
1769,
262,
9922,
625,
262,
479,
1353,
16277,
329,
262,
7368,
3815,
286,
479,
37811,
198,
220,
220,
220,
351,
28034,
13,
3919,
62,
9744,
33529,
198,
220,
220,
220,
220,
220,
220,
220,
3509,
74,
796,
3509,
7,
4852,
74,
8,
198,
220,
220,
220,
220,
220,
220,
220,
15458,
62,
7857,
796,
2496,
13,
7857,
7,
15,
8,
628,
220,
220,
220,
220,
220,
220,
220,
4808,
11,
2747,
796,
5072,
13,
4852,
74,
7,
9806,
74,
11,
352,
11,
6407,
11,
6407,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2747,
796,
2747,
13,
83,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
3376,
796,
2747,
13,
27363,
7,
16793,
13,
1177,
7,
16,
11,
532,
16,
737,
11201,
392,
62,
292,
7,
28764,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
581,
796,
17635,
198,
220,
220,
220,
220,
220,
220,
220,
329,
479,
287,
1353,
74,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3376,
62,
74,
796,
3376,
58,
25,
74,
4083,
1177,
32590,
16,
737,
22468,
22446,
16345,
7,
15,
11,
1394,
27740,
28,
17821,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
581,
13,
33295,
7,
30283,
62,
74,
13,
76,
377,
41052,
3064,
13,
15,
1220,
15458,
62,
7857,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
581,
628,
198,
361,
11593,
3672,
834,
6624,
705,
834,
12417,
834,
10354,
198,
220,
220,
220,
1388,
3419,
198
] | 2.335655 | 2,297 |
from setuptools import setup
setup(
name='bp',
version=open('VERSION').read().strip(),
description='A command-line interface for populating Jinja2 templates',
long_description='Populate Jinja2 templates from plaintext JSON, YAML, or'
' TXT files.',
author='Jon McKenzie',
author_email='[email protected]',
url='http://github.com/jcmcken/bp',
packages=['bp'],
scripts=['bin/bp'],
license='BSD',
install_requires=['Jinja2'],
)
| [
6738,
900,
37623,
10141,
1330,
9058,
198,
198,
40406,
7,
198,
220,
220,
220,
1438,
11639,
46583,
3256,
198,
220,
220,
220,
2196,
28,
9654,
10786,
43717,
27691,
961,
22446,
36311,
22784,
198,
220,
220,
220,
6764,
11639,
32,
3141,
12,
1370,
7071,
329,
1461,
8306,
17297,
6592,
17,
24019,
3256,
198,
220,
220,
220,
890,
62,
11213,
11639,
16979,
5039,
17297,
6592,
17,
24019,
422,
8631,
5239,
19449,
11,
575,
2390,
43,
11,
393,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
15326,
51,
3696,
2637,
11,
198,
220,
220,
220,
1772,
11639,
18219,
44311,
3256,
198,
220,
220,
220,
1772,
62,
12888,
11639,
73,
11215,
694,
268,
31,
14816,
13,
785,
3256,
198,
220,
220,
220,
19016,
11639,
4023,
1378,
12567,
13,
785,
14,
73,
11215,
694,
268,
14,
46583,
3256,
198,
220,
220,
220,
10392,
28,
17816,
46583,
6,
4357,
198,
220,
220,
220,
14750,
28,
17816,
8800,
14,
46583,
6,
4357,
198,
220,
220,
220,
5964,
11639,
21800,
3256,
198,
220,
220,
220,
2721,
62,
47911,
28,
17816,
41,
259,
6592,
17,
6,
4357,
198,
8,
198
] | 2.505102 | 196 |
# -*- coding: utf-8 -*-
# This file is code generated, do not make changes here
# If the generated information is not correct for python
# changes can be made in functions_addon.py and they will be
# applied at build time
functions = {
'AbortGeneration': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
],
'documentation': {
'description': '''
Aborts any previously initiated signal generation. Call the
nifgen_InitiateGeneration function to cause the signal generator to
produce a signal again.
''',
},
},
'AdjustSampleClockRelativeDelay': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'adjustmentTime',
'type': 'ViReal64',
'documentation': {
'description': '''
Specifies the amount of time to adjust the Sample Clock delay.
**Units**: Seconds
**Default Value**: 0
''',
},
},
],
'documentation': {
'description': '''
Delays (or phase shifts) the Sample Clock, which delays the generated
signal. Delaying the Sample Clock can be useful when synchronizing the
output of multiple modules or when intentionally phase shifting the
output relative to a fixed reference, such as the PLL Reference Clock.
Adjustment time can be positive or negative, but it must be less than or
equal to the Sample Clock period. The delay takes effect immediately
after this function is called. To delay an external Sample Clock, use
the NIFGEN_ATTR_SAMPLE_CLOCK_ABSOLUTE_DELAY attribute.
''',
},
},
'AllocateNamedWaveform': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the channel name for which you want to allocate the named
waveform.
**Default Value**: "0"
''',
},
},
{
'direction': 'in',
'name': 'waveformName',
'type': 'ViConstString',
'documentation': {
'description': 'Specifies the name to associate with the allocated waveform.',
},
},
{
'direction': 'in',
'name': 'waveformSize',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the size of the waveform to allocate in samples.
**Default Value**: "4096"
''',
},
},
],
'documentation': {
'description': '''
Specifies the size of a named waveform up front so that it can be
allocated in onboard memory before loading the associated data. Data can
then be loaded in smaller blocks with the niFgen Write (Binary16)
Waveform functions.
''',
},
},
'AllocateWaveform': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the channel name for which you want to allocate the waveform.
**Default Value**: "0"
''',
},
},
{
'direction': 'in',
'name': 'waveformSize',
'type': 'ViInt32',
'documentation': {
'description': 'Specifies, in samples, the size of the waveform to allocate.',
},
},
{
'direction': 'out',
'name': 'waveformHandle',
'type': 'ViInt32',
'documentation': {
'description': '''
The handle that identifies the new waveform. This handle is used later
when referring to this waveform.
''',
},
},
],
'documentation': {
'description': '''
Specifies the size of a waveform so that it can be allocated in onboard
memory before loading the associated data. Data can then be loaded in
smaller blocks with the Write Binary 16 Waveform functions.
''',
'note': '''
The signal generator must not be in the Generating state when you call
this function.
''',
},
},
'CalAdjustADC': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the name of the channel being calibrated.
**Default Value**: "0"
''',
},
},
{
'direction': 'in',
'name': 'Configuration',
'type': 'ViInt32',
'documentation': {
'description': 'Specifies the main path configuration.',
},
},
{
'direction': 'in',
'name': 'voltagesMeasuredExternally',
'type': 'ViReal64[]',
'documentation': {
'description': '''
Specifies an array of analog output voltages measured with an external
instrument.
''',
},
},
{
'direction': 'in',
'name': 'voltagesMeasuredWithCaladc',
'type': 'ViReal64[]',
'documentation': {
'description': '''
Specifies an array of analog output voltages measured with the onboard
calibration ADC.
''',
},
},
],
'documentation': {
'description': '''
Calculates calibration constants pertaining to the gain and offset of
the onboard calibration ADC. During external calibration, you can
generate voltages and measure them both externally and with the
calibration ADC. Pass the measured voltages to this function to allow
NI-FGEN to calculate the appropriate calibration constants and store
them in the onboard EEPROM when the calibration session is committed.
''',
},
},
'CalAdjustCalADC': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
nifgen_InitExtCal function and identifies a particular instrument
session.
''',
},
},
{
'direction': 'in',
'name': 'voltagesMeasuredExternally',
'type': 'ViReal64[]',
'documentation': {
'description': '''
Specifies an array of analog output voltages measured with an external
instrument.
''',
},
},
{
'direction': 'in',
'name': 'voltagesMeasuredWithCaladc',
'type': 'ViReal64[]',
'documentation': {
'description': '''
Specifies an array of analog output voltages measured with the onboard
calibration ADC.
''',
},
},
],
'documentation': {
'description': '''
Calculates calibration constants pertaining to the gain and offset of
the onboard calibration ADC. During external calibration, you can
generate voltages and measure them both externally and with the
calibration ADC. Pass the measured voltages to this function to allow
NI-FGEN to calculate the appropriate calibration constants and store
them in the onboard EEPROM when the calibration session is committed.
''',
},
},
'CalAdjustDirectPathGain': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
nifgen_InitExtCal function and identifies a particular instrument
session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the name of the channel being calibrated.
**Default Value**: "0"
''',
},
},
{
'direction': 'in',
'name': 'mainDacValues',
'type': 'ViInt32[]',
'documentation': {
'description': '''
Specifies an array of the values programmed to the main output DAC
during this calibration stage.
''',
},
},
{
'direction': 'in',
'name': 'gainDacValues',
'type': 'ViInt32[]',
'documentation': {
'description': '''
Specifies an array of the values programmed to the gain calibration DAC
during this calibration stage.
''',
},
},
{
'direction': 'in',
'name': 'measuredOutputs',
'type': 'ViReal64[]',
'documentation': {
'description': '''
Specifies an array of the analog output voltages measured during this
calibration stage.
''',
},
},
],
'documentation': {
'description': '''
Calculates calibration constants pertaining to the gain of the direct
analog path. During external calibration, you can put the device in
different configurations; program different gain and main DAC values;
and take measurements of the resulting output voltage. Pass the
configuration data, as well as the measurements, to this function to
allow NI-FGEN to calculate the appropriate calibration constants and
store them in the onboard EEPROM when the calibration session is
committed.
''',
},
},
'CalAdjustDirectPathOutputImpedance': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
nifgen_InitExtCal function and identifies a particular instrument
session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the name of the channel being calibrated.
**Default Value**: "0"
''',
},
},
{
'direction': 'in',
'name': 'Configuration',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the direct path output impedance configuration. Refer to the
nifgen_Related_Documentation for your device for information on what
configurations must be calibrated.
''',
},
},
{
'direction': 'in',
'name': 'loadImpedance',
'type': 'ViReal64',
'documentation': {
'description': '''
Specifies the impedance of the load across which the measurement passed
in as **measuredVoltageAcrossLoad** is taken.
''',
},
},
{
'direction': 'in',
'name': 'measuredSourceVoltage',
'type': 'ViReal64',
'documentation': {
'description': '''
Specifies the analog output voltage measured across a very
high-impedance load.
''',
},
},
{
'direction': 'in',
'name': 'measuredVoltageAcrossLoad',
'type': 'ViReal64',
'documentation': {
'description': '''
Specifies the analog output voltage measured across the load impedance
specified in the **loadImpedance** parameter.
''',
},
},
],
'documentation': {
'description': '''
Calculates calibration constants pertaining to direct analog path output
impedance. During external calibration, you can put the device in
different configurations and take measurements of the resulting output
voltage across different loads. Pass the configuration data, as well as
the measurements, to this function to allow NI-FGEN to calculate the
appropriate calibration constants and store them in the onboard EEPROM
when the calibration session is committed.
''',
},
},
'CalAdjustFlatness': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
nifgen_InitExtCal function and identifies a particular instrument
session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the name of the channel being calibrated.
**Default Value**: "0"
''',
},
},
{
'direction': 'in',
'name': 'Configuration',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the analog path configuration of the device for this stage of
calibration. Refer to the nifgen_Related_Documentation for your device
for information on which configurations must be calibrated.
''',
},
},
{
'direction': 'in',
'name': 'requestedAmplitude',
'type': 'ViReal64',
'documentation': {
'description': '''
Specifies the amplitude, in volts, that was used to configure NI-FGEN to
generate the sine tones at different frequencies.
''',
},
},
{
'direction': 'in',
'name': 'Frequencies',
'type': 'ViReal64[]',
'documentation': {
'description': 'Specifies the frequencies of the output waveform in hertz.',
},
},
{
'direction': 'in',
'name': 'measuredAmplitudes',
'type': 'ViReal64[]',
'documentation': {
'description': '''
Specifies the actual (measured) amplitudes of the output waveform in
volts.
''',
},
},
{
'direction': 'in',
'name': 'numberOfMeasurements',
'type': 'ViInt32',
'documentation': {
'description': 'Specifies the number of measurements to take.',
},
},
],
'documentation': {
'description': '''
During external calibration, the device is configured with the different
analog settings. Measurements are taken of the resulting output voltage
across different frequencies. The configuration data, as well as the
measurements, are passed to this function so that NI-FGEN can calculate
the appropriate calibration constants and, when the calibration session
is committed, store them in the onboard EEPROM.
''',
},
},
'CalAdjustMainPathOutputImpedance': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
nifgen_InitExtCal function and identifies a particular instrument
session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the name of the channel being calibrated.
**Default Value**: "0"
''',
},
},
{
'direction': 'in',
'name': 'Configuration',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the main path output impedance configuration. Refer to the
nifgen_Related_Documentation for your device for information on what
configurations must be calibrated.
''',
},
},
{
'direction': 'in',
'name': 'loadImpedance',
'type': 'ViReal64',
'documentation': {
'description': '''
Specifies the impedance of the load across which the measurement passed
in as **measuredVoltageAcrossLoad** is taken.
''',
},
},
{
'direction': 'in',
'name': 'measuredSourceVoltage',
'type': 'ViReal64',
'documentation': {
'description': '''
Specifies the analog output voltage measured across a very
high-impedance load.
''',
},
},
{
'direction': 'in',
'name': 'measuredVoltageAcrossLoad',
'type': 'ViReal64',
'documentation': {
'description': '''
Specifies the analog output voltage measured across the load impedance
specified in the **loadImpedance** parameter.
''',
},
},
],
'documentation': {
'description': '''
Calculates calibration constants pertaining to main analog path output
impedance. During external calibration, you can put the device in
different configurations and take measurements of the resulting output
voltage across different loads. Pass the configuration data, as well as
the measurements, to this function to allow NI-FGEN to calculate the
appropriate calibration constants and store them in the onboard EEPROM
when the calibration session is committed.
''',
},
},
'CalAdjustMainPathPostAmpGainAndOffset': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
nifgen_InitExtCal function and identifies a particular instrument
session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the name of the channel being calibrated.
**Default Value**: "0"
''',
},
},
{
'direction': 'in',
'name': 'Configuration',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the postamplifier stage configuration. Refer to the
nifgen_Related_Documentation for your device for information on what
configurations must be calibrated.
''',
},
},
{
'direction': 'in',
'name': 'mainDacValues',
'type': 'ViInt32[]',
'documentation': {
'description': '''
Specifies an array of the values programmed to the main output DAC
during this calibration stage.
''',
},
},
{
'direction': 'in',
'name': 'gainDacValues',
'type': 'ViInt32[]',
'documentation': {
'description': '''
Specifies an array of the values programmed to the gain calibration DAC
during this calibration stage.
''',
},
},
{
'direction': 'in',
'name': 'offsetDacValues',
'type': 'ViInt32[]',
'documentation': {
'description': '''
Specifies an array of the values programmed to the offset calibration
DAC during this calibration stage.
''',
},
},
{
'direction': 'in',
'name': 'measuredOutputs',
'type': 'ViReal64[]',
'documentation': {
'description': '''
Specifies an array of the analog output voltages measured during this
calibration stage.
''',
},
},
],
'documentation': {
'description': '''
Calculates calibration constants pertaining to the postamplifier gain
and offset of the main analog path. During external calibration, you can
put the device in different configurations; program different gain,
offset, and main DAC values; and take measurements of the resulting
output voltage. Pass the configuration data, as well as the measurements
to this function to allow NI-FGEN to calculate the appropriate
calibration constants and store them in the onboard EEPROM when the
calibration session is committed.
''',
},
},
'CalAdjustMainPathPreAmpGain': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
nifgen_InitExtCal function and identifies a particular instrument
session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the name of the channel being calibrated.
**Default Value**: "0"
''',
},
},
{
'direction': 'in',
'name': 'Configuration',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the preamplifier stage configuration. Refer to the
nifgen_Related_Documentation for your device for information on what
configurations must be calibrated.
''',
},
},
{
'direction': 'in',
'name': 'mainDacValues',
'type': 'ViInt32[]',
'documentation': {
'description': '''
Specifies an array of the values programmed to the main output DAC
during this calibration stage.
''',
},
},
{
'direction': 'in',
'name': 'gainDacValues',
'type': 'ViInt32[]',
'documentation': {
'description': '''
Specifies an array of the values programmed to the gain calibration DAC
during this calibration stage.
''',
},
},
{
'direction': 'in',
'name': 'offsetDacValues',
'type': 'ViInt32[]',
'documentation': {
'description': '''
Specifies an array of the values programmed to the offset calibration
DAC during this calibration stage.
''',
},
},
{
'direction': 'in',
'name': 'measuredOutputs',
'type': 'ViReal64[]',
'documentation': {
'description': '''
Specifies an array of the analog output voltages measured during this
calibration stage.
''',
},
},
],
'documentation': {
'description': '''
Calculates calibration constants pertaining to the preamplifier gain of
the main analog path. During external calibration, you can put the
device in different configurations; program different gain, offset, and
main DAC values; and take measurements of the resulting output voltage.
Pass the configuration data, as well as the measurements to this
function to allow NI-FGEN to calculate the appropriate calibration
constants and store them in the onboard EEPROM when the calibration
session is committed.
''',
},
},
'CalAdjustMainPathPreAmpOffset': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
nifgen_InitExtCal function and identifies a particular instrument
session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the name of the channel being calibrated.
**Default Value**: "0"
''',
},
},
{
'direction': 'in',
'name': 'Configuration',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the preamplifier stage configuration. Refer to the
nifgen_Related_Documentation for your device for information about
what configurations must be calibrated.
''',
},
},
{
'direction': 'in',
'name': 'gainDacValues',
'type': 'ViInt32[]',
'documentation': {
'description': '''
Specifies an array of the values programmed to the gain calibration DAC
during this calibration stage.
''',
},
},
{
'direction': 'in',
'name': 'offsetDacValues',
'type': 'ViInt32[]',
'documentation': {
'description': '''
Specifies an array of the values programmed to the offset calibration
DAC during this calibration stage.
''',
},
},
{
'direction': 'in',
'name': 'measuredOutputs',
'type': 'ViReal64[]',
'documentation': {
'description': '''
Specifies an array of the analog output voltages measured during this
calibration stage.
''',
},
},
],
'documentation': {
'description': '''
Calculates calibration constants pertaining to the preamplifier offset
of the main analog path. During external calibration, you can put the
device in different configurations; program different gain, offset, and
main DAC values; and take measurements of the resulting output voltage.
Pass the configuration data, as well as the measurements, to this
function to allow NI-FGEN to calculate the appropriate calibration
constants and store them in the onboard EEPROM when the calibration
session is committed.
''',
},
},
'CalAdjustOscillatorFrequency': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
nifgen_InitExtCal function and identifies a particular instrument
session.
''',
},
},
{
'direction': 'in',
'name': 'desiredFrequency',
'type': 'ViReal64',
'documentation': {
'description': 'Specifies the expected frequency of the output waveform.',
},
},
{
'direction': 'in',
'name': 'measuredFrequency',
'type': 'ViReal64',
'documentation': {
'description': 'Specifies the actual measured frequency of the output waveform.',
},
},
],
'documentation': {
'description': '''
Calculates calibration constants pertaining to the VCXO. During external
calibration, you can generate sine waves and take measurements of the
resulting output frequency. Pass the desired and measured frequencies to
this function to allow NI-FGEN to calculate the appropriate calibration
constants and store them in the onboard EEPROM when the calibration
session is committed.
''',
},
},
'ChangeExtCalPassword': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
nifgen_init or the nifgen_InitExtCal function and identifies a
particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'oldPassword',
'type': 'ViConstString',
'documentation': {
'description': 'Specifies the old (current) external calibration password.',
},
},
{
'direction': 'in',
'name': 'newPassword',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the new (desired) external calibration password. The password
may be up to four characters long.
''',
},
},
],
'documentation': {
'description': '''
Changes the password that is required to initialize an external
calibration session. The password may be up to four characters long.
''',
},
},
'CheckAttributeViBoolean': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the name of the channel on which to check the attribute value
if the attribute is channel-based. If the attribute is not
channel-based, then pass VI_NULL or an empty string ("").
**Default Value**: "" (empty string)
''',
},
},
{
'direction': 'in',
'name': 'attributeId',
'type': 'ViAttr',
'documentation': {
'description': 'Specifies the ID of an attribute.',
},
},
{
'direction': 'in',
'name': 'attributeValue',
'type': 'ViBoolean',
'documentation': {
'description': '''
Specifies the value to which you want to set the attribute. **Default
Value**: None
''',
'note': '''
Some of the values might not be valid depending on the current
settings of the instrument session.
''',
},
},
],
'documentation': {
'description': 'Checks the validity of a value you specify for a ViBoolean attribute.',
},
},
'CheckAttributeViInt32': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the name of the channel on which to check the attribute value
if the attribute is channel-based. If the attribute is not
channel-based, then pass VI_NULL or an empty string ("").
**Default Value**: "" (empty string)
''',
},
},
{
'direction': 'in',
'name': 'attributeId',
'type': 'ViAttr',
'documentation': {
'description': 'Specifies the ID of an attribute.',
},
},
{
'direction': 'in',
'name': 'attributeValue',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the value to which you want to set the attribute. **Default
Value**: None
''',
'note': '''
Some of the values might not be valid depending on the current
settings of the instrument session.
''',
},
},
],
'documentation': {
'description': 'Checks the validity of a value you specify for a ViInt32 attribute.',
},
},
'CheckAttributeViInt64': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the name of the channel on which to check the attribute value
if the attribute is channel-based. If the attribute is not
channel-based, then pass VI_NULL or an empty string ("").
**Default Value**: "" (empty string)
''',
},
},
{
'direction': 'in',
'name': 'attributeId',
'type': 'ViAttr',
'documentation': {
'description': 'Specifies the ID of an attribute.',
},
},
{
'direction': 'in',
'name': 'attributeValue',
'type': 'ViInt64',
'documentation': {
'description': '''
Specifies the value to which you want to set the attribute. **Default
Value**: None
''',
'note': '''
Some of the values might not be valid depending on the current
settings of the instrument session.
''',
},
},
],
'documentation': {
'description': 'Checks the validity of a value you specify for a ViInt64 attribute.',
},
},
'CheckAttributeViReal64': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the name of the channel on which to check the attribute value
if the attribute is channel-based. If the attribute is not
channel-based, then pass VI_NULL or an empty string ("").
**Default Value**: "" (empty string)
''',
},
},
{
'direction': 'in',
'name': 'attributeId',
'type': 'ViAttr',
'documentation': {
'description': 'Specifies the ID of an attribute.',
},
},
{
'direction': 'in',
'name': 'attributeValue',
'type': 'ViReal64',
'documentation': {
'description': '''
Specifies the value to which you want to set the attribute. **Default
Value**: None
''',
'note': '''
Some of the values might not be valid depending on the current
settings of the instrument session.
''',
},
},
],
'documentation': {
'description': 'Checks the validity of a value you specify for a ViReal64 attribute.',
},
},
'CheckAttributeViSession': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the name of the channel on which to check the attribute value
if the attribute is channel-based. If the attribute is not
channel-based, then pass VI_NULL or an empty string ("").
**Default Value**: "" (empty string)
''',
},
},
{
'direction': 'in',
'name': 'attributeId',
'type': 'ViAttr',
'documentation': {
'description': 'Specifies the ID of an attribute.',
},
},
{
'direction': 'in',
'name': 'attributeValue',
'type': 'ViSession',
'documentation': {
'description': '''
Specifies the value to which you want to set the attribute. **Default
Value**: None
''',
'note': '''
Some of the values might not be valid depending on the current
settings of the instrument session.
''',
},
},
],
'documentation': {
'description': 'Checks the validity of a value you specify for a ViSession attribute.',
},
},
'CheckAttributeViString': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the name of the channel on which to check the attribute value
if the attribute is channel-based. If the attribute is not
channel-based, then pass VI_NULL or an empty string ("").
**Default Value**: "" (empty string)
''',
},
},
{
'direction': 'in',
'name': 'attributeId',
'type': 'ViAttr',
'documentation': {
'description': 'Specifies the ID of an attribute.',
},
},
{
'direction': 'in',
'name': 'attributeValue',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the value which you want to verify as a valid value for the
attribute.
**Default Value**: None
''',
'note': '''
Some of the values might not be valid depending on the current
settings of the instrument session.
''',
},
},
],
'documentation': {
'description': 'Checks the validity of a value you specify for a ViString attribute.',
},
},
'ClearArbMemory': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
],
'documentation': {
'description': '''
Removes all previously created arbitrary waveforms, sequences, and
scripts from the signal generator memory and invalidates all waveform
handles, sequence handles, and waveform names.
''',
'note': '''
The signal generator must not be in the Generating state when you
call this function.
''',
},
},
'ClearArbSequence': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'sequenceHandle',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the handle of the arbitrary sequence that you want the signal
generator to remove. You can create an arbitrary sequence using the
nifgen_CreateArbSequence or nifgen_CreateAdvancedArbSequence function.
These functions return a handle that you use to identify the sequence.
| **Defined Value**:
| NIFGEN_VAL_ALL_SEQUENCES—Remove all sequences from the signal
generator
**Default Value**: None
''',
},
},
],
'documentation': {
'description': '''
Removes a previously created arbitrary sequence from the signal
generator memory and invalidates the sequence handle.
''',
'note': '''
The signal generator must not be in the Generating state when you
call this function.
''',
},
},
'ClearArbWaveform': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'waveformHandle',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the handle of the arbitrary waveform that you want the signal
generator to remove.
You can create multiple arbitrary waveforms using one of the following
niFgen Create Waveform functions:
- niFgen_CreateWaveformF64
- niFgen_CreateWaveformI16
- niFgen_CreateWaveformFromFileI16
- niFgen_CreateWaveformFromFileF64
- niFgen_CreateWaveformFromFileHWS
**Defined Value**:
NIFGEN_VAL_ALL_WAVEFORMS—Remove all waveforms from the signal
generator.
**Default Value**: None
''',
},
},
],
'documentation': {
'description': '''
Removes a previously created arbitrary waveform from the signal
generator memory and invalidates the waveform handle.
''',
'note': '''
The signal generator must not be in the Generating state when you
call this function.
''',
},
},
'ClearError': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
],
'documentation': {
'description': '''
Clears the error information for the current execution thread and the
IVI session you specify. If you pass VI_NULL for the **vi** parameter,
this function clears the error information only for the current
execution thread.
This function sets the error code to VI_SUCCESS (0), and sets the error
description string to "" (empty string).
The IVI Engine also maintains this error information separately for each
thread. This feature is useful if you do not have a session handle to
pass to the nifgen_ClearError or the nifgen_GetError function. This
situation occurs when a call to the nifgen_init or
nifgen_InitWithOptions function fails.
''',
},
},
'ClearFreqList': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'frequencyListHandle',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the handle of the frequency list you want the signal generator
to remove. You create multiple frequency lists using
niFgen_CreateFreqList. niFgen_CreateFreqList returns a handle that you
use to identify each list. Specify a value of -1 to clear all frequency
lists.
**Defined Value**
NIFGEN_VAL_ALL_FLISTS—Remove all frequency lists from the signal
generator.
**Default Value**: None
''',
},
},
],
'documentation': {
'description': '''
Removes a previously created frequency list from the signal generator
memory and invalidates the frequency list handle.
''',
'note': '''
The signal generator must not be in the Generating state when you
call this function.
''',
},
},
'ClearInterchangeWarnings': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
],
'documentation': {
'description': 'Clears the list of current interchange warnings.',
},
},
'ClearUserStandardWaveform': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the channel name from which you want to clear a user standard
waveform.
**Default Value**: "0"
''',
},
},
],
'documentation': {
'description': '''
Clears the user-defined waveform created by the
nifgen_DefineUserStandardWaveform function.
''',
},
},
'CloseExtCal': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
nifgen_InitExtCal function and identifies a particular instrument
session.
''',
},
},
{
'direction': 'in',
'name': 'Action',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies he action to perform upon closing.
**Defined Values**
**Default Value**: NIFGEN_VAL_EXT_CAL_ABORT
''',
'table_body': [['NIFGEN_VAL_EXT_CAL_ABORT', 'No changes are made to the calibration constants and data in the EEPROM.'], ['NIFGEN_VAL_EXT_CAL_COMMIT', 'The new calibration constants and data determined during the external calibration session are stored in the onboard EEPROM.']],
},
},
],
'documentation': {
'description': '''
Closes an NI-FGEN external calibration session and, if specified, stores
the new calibration constants and calibration data, such as time and
temperature, in the onboard EEPROM.
''',
},
},
'Commit': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
],
'documentation': {
'description': '''
Causes a transition to the Committed state. This function verifies
attribute values, reserves the device, and commits the attribute values
to the device. If the attribute values are all valid, NI-FGEN sets the
device hardware configuration to match the session configuration. This
function does not support the NI 5401/5404/5411/5431 signal generators.
In the Committed state, you can load waveforms, scripts, and sequences
into memory. If any attributes are changed, NI-FGEN implicitly
transitions back to the Idle state, where you can program all session
properties before applying them to the device. This function has no
effect if the device is already in the Committed or Generating state and
returns a successful status value.
Calling this VI before the niFgen Initiate Generation VI is optional but
has the following benefits:
- Routes are committed, so signals are exported or imported.
- Any Reference Clock and external clock circuits are phase-locked.
- A subsequent niFgen_InitiateGeneration function can run faster
because the device is already configured.
''',
},
},
'ConfigureAmplitude': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the channel name for which you want to configure a standard
waveform.
**Default Value**: "0"
''',
},
},
{
'direction': 'in',
'name': 'Amplitude',
'type': 'ViReal64',
'documentation': {
'description': '''
Specifies the amplitude of the standard waveform that you want the
signal generator to produce. This value is the amplitude at the output
terminal. NI-FGEN sets the NIFGEN_ATTR_FUNC_AMPLITUDE attribute to
this value.
For example, to produce a waveform ranging from –5.00 V to +5.00 V, set
the amplitude to 10.00 V.
**Units**: peak-to-peak voltage
**Default Value**: None
''',
'note': '''
This parameter does not affect signal generator behavior when you set
the **waveform** parameter of the niFgen_ConfigureStandardWaveform
function to NIFGEN_VAL_WFM_DC.
''',
},
},
],
'documentation': {
'description': '''
Configures the amplitude of the standard waveform that you want the
signal generator to produce.
''',
},
},
'ConfigureArbSequence': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the channel name from which you want to configure an arbitrary
sequence.
**Default Value**: "0"
''',
},
},
{
'direction': 'in',
'name': 'sequenceHandle',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the handle of the arbitrary sequence that you want the signal
generator to produce. NI-FGEN sets the
NIFGEN_ATTR_ARB_SEQUENCE_HANDLE attribute to this value. You can
create an arbitrary sequence using the niFgen_CreateArbSequence or
niFgen_CreateAdvancedArbSequence function. These functions return a
handle that you use to identify the sequence.
**Default Value**: None
''',
},
},
{
'direction': 'in',
'name': 'Gain',
'type': 'ViReal64',
'documentation': {
'description': '''
Specifies the factor by which the signal generator scales the arbitrary
waveforms in the sequence. When you create an arbitrary waveform, you
must first normalize the data points to a range of –1.00 to +1.00. You
can use this parameter to scale the waveform to other ranges. The gain
is applied before the offset is added.
For example, to configure the output signal to range from –2.00 to
+2.00 V, set **gain** to 2.00.
**Units**: unitless
**Default Value**: None
''',
},
},
{
'direction': 'in',
'name': 'Offset',
'type': 'ViReal64',
'documentation': {
'description': '''
Specifies the value the signal generator adds to the arbitrary waveform
data. When you create arbitrary waveforms, you must first normalize the
data points to a range of –1.00 to +1.00 V. You can use this parameter
to shift the range of the arbitrary waveform. NI-FGEN sets the
NIFGEN_ATTR_ARB_OFFSET attribute to this value.
For example, to configure the output signal to range from 0.00 to 2.00 V
instead of –1.00 to 1.00 V, set the offset to 1.00.
**Units**: volts
**Default Value**: None
''',
},
},
],
'documentation': {
'description': '''
Configures the signal generator attributes that affect arbitrary
sequence generation. Sets the NIFGEN_ATTR_ARB_SEQUENCE_HANDLE,
NIFGEN_ATTR_ARB_GAIN, and NIFGEN_ATTR_ARB_OFFSET attributes.
''',
'note': '''
The signal generator must not be in the Generating state when you call
this function.
''',
},
},
'ConfigureArbWaveform': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the channel name for which you want to configure an arbitrary
waveform.
**Default Value**: "0"
''',
},
},
{
'direction': 'in',
'name': 'waveformHandle',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the handle of the arbitrary waveform you want the signal
generator to produce. NI-FGEN sets the
NIFGEN_ATTR_ARB_WAVEFORM_HANDLE attribute to this value. You can
create an arbitrary waveform using one of the following niFgen Create
Waveform functions:
- niFgen_CreateWaveformF64
- niFgen_CreateWaveformI16
- niFgen_CreateWaveformFromFileI16
- niFgen_CreateWaveformFromFileF64
- niFgen_CreateWaveformFromFileHWS
These functions return a handle that you use to identify the waveform.
**Default Value**: None
''',
},
},
{
'direction': 'in',
'name': 'Gain',
'type': 'ViReal64',
'documentation': {
'description': '''
Specifies the factor by which the signal generator scales the arbitrary
waveforms in the sequence. When you create an arbitrary waveform, you
must first normalize the data points to a range of –1.00 to +1.00. You
can use this parameter to scale the waveform to other ranges. The gain
is applied before the offset is added.
For example, to configure the output signal to range from –2.00 to
+2.00 V, set **gain** to 2.00.
**Units**: unitless
**Default Value**: None
''',
},
},
{
'direction': 'in',
'name': 'Offset',
'type': 'ViReal64',
'documentation': {
'description': '''
Specifies the value the signal generator adds to the arbitrary waveform
data. When you create arbitrary waveforms, you must first normalize the
data points to a range of –1.00 to +1.00 V. You can use this parameter
to shift the range of the arbitrary waveform. NI-FGEN sets the
NIFGEN_ATTR_ARB_OFFSET attribute to this value.
For example, to configure the output signal to range from 0.00 to 2.00 V
instead of –1.00 to 1.00 V, set the offset to 1.00.
**Units**: volts
**Default Value**: None
''',
},
},
],
'documentation': {
'description': '''
Configures the attributes of the signal generator that affect arbitrary
waveform generation. Sets the NIFGEN_ATTR_ARB_WAVEFORM_HANDLE,
NIFGEN_ATTR_ARB_GAIN, and NIFGEN_ATTR_ARB_OFFSET attributes.
''',
'note': '''
The signal generator must not be in the Generating state when you call
this function.
''',
},
},
'ConfigureChannels': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'Channels',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the channel on which all subsequent channel-based attributes
in the session are set. Valid values are non-negative integers. For
example, 0 is the only valid value on devices with one channel, while
devices with two channels support values of 0 and 1. You can specify
more than one channel by inserting commas between values (for example,
0,1).
''',
},
},
],
'documentation': {
'description': '''
Configures the channels to use with the instrument specified in the
**vi** parameter. If you call this function, you must call it
immediately after initializing your session and before configuring
attributes or writing data.
''',
},
},
'ConfigureClockMode': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'clockMode',
'type': 'ViInt32',
'documentation': {
'description': '''
Sets the clock mode of the signal generator.
****Defined Values****
**Default Value**: NIFGEN_VAL_HIGH_RESOLUTION (NI 5450, NI 5451),
NIFGEN_VAL_DIVIDE_DOWN (all other devices)
''',
'table_body': [['NIFGEN_VAL_DIVIDE_DOWN', '**Divide down sampling**—Sample rates are generated by dividing the source frequency.'], ['NIFGEN_VAL_HIGH_RESOLUTION', '**High resolution sampling**—Sample rate is generated by a high-resolution clock source.'], ['NIFGEN_VAL_AUTOMATIC', '**Automatic Selection**—NI-FGEN selects between the divide-down and high-resolution clocking modes.']],
},
},
],
'documentation': {
'description': '''
Selects the clock mode for the signal generator.
Some signal generators allow you to switch the Sample Clock to
High-Resolution or Automatic Sampling mode with this function.
When you select NIFGEN_VAL_DIVIDE_DOWN, NI-FGEN rounds the sample
rate to a frequency that can be achieved by dividing down the board
clock (Sample Clock timebase). However, if you select
NIFGEN_VAL_HIGH_RESOLUTION, you can set the sample rate to any value.
If you select NIFGEN_VAL_AUTOMATIC, NI-FGEN selects the clock mode
based on the sample rate, using divide-down sampling when possible.
''',
'note': '''
The signal generator must not be in the Generating state when you call
this function.
''',
},
},
'ConfigureCustomFIRFilterCoefficients': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the channel name for which you want to configure the operation
mode.
**Defined Value**: "0"
''',
},
},
{
'direction': 'in',
'name': 'numberOfCoefficients',
'type': 'ViInt32',
'documentation': {
'description': 'Specifies the number of coefficients. The NI 5441 requires 95.',
},
},
{
'direction': 'in',
'name': 'coefficientsArray',
'type': 'ViReal64[]',
'documentation': {
'description': '''
Specifies the array of data the onboard signal processor uses for the
FIR filter coefficients. For the NI 5441, provide a symmetric array of
95 coefficients to this parameter. The array must have at least as many
elements as the value that you specify in the **numberOfCoefficients**
parameter in this function.
The coefficients should range between –1.00 and +1.00.
''',
},
},
],
'documentation': {
'description': '''
Sets the FIR filter coefficients used by the onboard signal processing
block. The values are coerced to the closest settings achievable by the
signal generator.
Refer to the *FIR Filter* topic for your device in the *NI Signal
Generators Help* for more information about FIR filter coefficients.
This function is supported only for the NI 5441.
''',
'note': '''
The signal generator must not be in the Generating state when you call
this function.
''',
},
},
'ConfigureDigitalEdgeScriptTrigger': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'triggerId',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the Script Trigger used for triggering.
**Defined Values**
**Default Value**: "ScriptTrigger0"
''',
'table_body': [['"ScriptTrigger0"', 'Script Trigger 0'], ['"ScriptTrigger1"', 'Script Trigger 1'], ['"ScriptTrigger2"', 'Script Trigger 2'], ['"ScriptTrigger3"', 'Script Trigger 3']],
},
},
{
'direction': 'in',
'name': 'Source',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies which trigger source the signal generator uses.
**Defined Values**
**Default Value**: "PFI0"
''',
'table_body': [['"PFI0"', 'PFI 0'], ['"PFI1"', 'PFI 1'], ['"PFI2"', 'PFI 2'], ['"PFI3"', 'PFI 3'], ['"PFI4"', 'PFI 4'], ['"PFI5"', 'PFI 5'], ['"PFI6"', 'PFI 6'], ['"PFI7"', 'PFI 7'], ['"PXI_Trig0"', 'PXI trigger line 0 or RTSI line 0'], ['"PXI_Trig1"', 'PXI trigger line 1 or RTSI line 1'], ['"PXI_Trig2"', 'PXI trigger line 2 or RTSI line 2'], ['"PXI_Trig3"', 'PXI trigger line 3 or RTSI line 3'], ['"PXI_Trig4"', 'PXI trigger line 4 or RTSI line 4'], ['"PXI_Trig5"', 'PXI trigger line 5 or RTSI line 5'], ['"PXI_Trig6"', 'PXI trigger line 6 or RTSI line 6'], ['"PXI_Trig7"', 'PXI trigger line 7 or RTSI line 7'], ['"PXI_Star"', 'PXI star trigger line']],
},
},
{
'direction': 'in',
'name': 'Edge',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the edge to detect.
****Defined Values****
****Default Value**:** NIFGEN_VAL_RISING_EDGE
''',
'table_body': [['NIFGEN_VAL_RISING_EDGE', 'Occurs when the signal transitions from low level to high level.'], ['NIFGEN_VAL_FALLING_EDGE', 'Occurs when the signal transitions from high level to low level.']],
},
},
],
'documentation': {
'description': 'Configures the specified Script Trigger for digital edge triggering.',
},
},
'ConfigureDigitalEdgeStartTrigger': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'Source',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies which trigger source the signal generator uses.
**Defined Values**
**Default Value**: "PFI0"
''',
'table_body': [['"PFI0"', 'PFI 0'], ['"PFI1"', 'PFI 1'], ['"PFI2"', 'PFI 2'], ['"PFI3"', 'PFI 3'], ['"PFI4"', 'PFI 4'], ['"PFI5"', 'PFI 5'], ['"PFI6"', 'PFI 6'], ['"PFI7"', 'PFI 7'], ['"PXI_Trig0"', 'PXI trigger line 0 or RTSI line 0'], ['"PXI_Trig1"', 'PXI trigger line 1 or RTSI line 1'], ['"PXI_Trig2"', 'PXI trigger line 2 or RTSI line 2'], ['"PXI_Trig3"', 'PXI trigger line 3 or RTSI line 3'], ['"PXI_Trig4"', 'PXI trigger line 4 or RTSI line 4'], ['"PXI_Trig5"', 'PXI trigger line 5 or RTSI line 5'], ['"PXI_Trig6"', 'PXI trigger line 6 or RTSI line 6'], ['"PXI_Trig7"', 'PXI trigger line 7 or RTSI line 7'], ['"PXI_Star"', 'PXI star trigger line']],
},
},
{
'direction': 'in',
'name': 'Edge',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the edge to detect.
****Defined Values****
****Default Value**:** NIFGEN_VAL_RISING_EDGE
''',
'table_body': [['NIFGEN_VAL_RISING_EDGE', 'Occurs when the signal transitions from low level to high level.'], ['NIFGEN_VAL_FALLING_EDGE', 'Occurs when the signal transitions from high level to low level.']],
},
},
],
'documentation': {
'description': 'Configures the Start Trigger for digital edge triggering.',
},
},
'ConfigureDigitalLevelScriptTrigger': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'triggerId',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the Script Trigger used for triggering.
**Defined Values**
**Default Value**: "ScriptTrigger0"
''',
'table_body': [['"ScriptTrigger0"', 'Script Trigger 0'], ['"ScriptTrigger1"', 'Script Trigger 1'], ['"ScriptTrigger2"', 'Script Trigger 2'], ['"ScriptTrigger3"', 'Script Trigger 3']],
},
},
{
'direction': 'in',
'name': 'Source',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies which trigger source the signal generator uses.
**Defined Values**
**Default Value**: "PFI0"
''',
'table_body': [['"PFI0"', 'PFI 0'], ['"PFI1"', 'PFI 1'], ['"PFI2"', 'PFI 2'], ['"PFI3"', 'PFI 3'], ['"PFI4"', 'PFI 4'], ['"PFI5"', 'PFI 5'], ['"PFI6"', 'PFI 6'], ['"PFI7"', 'PFI 7'], ['"PXI_Trig0"', 'PXI trigger line 0 or RTSI line 0'], ['"PXI_Trig1"', 'PXI trigger line 1 or RTSI line 1'], ['"PXI_Trig2"', 'PXI trigger line 2 or RTSI line 2'], ['"PXI_Trig3"', 'PXI trigger line 3 or RTSI line 3'], ['"PXI_Trig4"', 'PXI trigger line 4 or RTSI line 4'], ['"PXI_Trig5"', 'PXI trigger line 5 or RTSI line 5'], ['"PXI_Trig6"', 'PXI trigger line 6 or RTSI line 6'], ['"PXI_Trig7"', 'PXI trigger line 7 or RTSI line 7'], ['"PXI_Star"', 'PXI star trigger line']],
},
},
{
'direction': 'in',
'name': 'triggerWhen',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies whether the Script Trigger asserts on a high or low digital
level.
**Defined Values**
**Default Value**: "HighLevel"
''',
'table_body': [['"HighLevel"', 'Script Trigger asserts on a high digital level.'], ['"LowLevel"', 'Script Trigger asserts on a low digital level.']],
},
},
],
'documentation': {
'description': 'Configures the specified Script Trigger for digital level triggering.',
},
},
'ConfigureFreqList': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the channel name for which you want to configure the frequency
list.
**Default Value**: "0"
''',
},
},
{
'direction': 'in',
'name': 'frequencyListHandle',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the handle of the frequency list that you want the signal
generator to produce. NI-FGEN sets the NIFGEN_ATTR_FREQ_LIST_HANDLE
attribute to this value. You can create a frequency list using the
niFgen_CreateFreqList function, which returns a handle that you use to
identify the list.
**Default Value**: None
''',
},
},
{
'direction': 'in',
'name': 'Amplitude',
'type': 'ViReal64',
'documentation': {
'description': '''
Specifies the amplitude of the standard waveform that you want the
signal generator to produce. This value is the amplitude at the output
terminal. NI-FGEN sets the NIFGEN_ATTR_FUNC_AMPLITUDE attribute to
this value.
For example, to produce a waveform ranging from –5.00 V to +5.00 V, set
the amplitude to 10.00 V.
**Units**: peak-to-peak voltage
**Default Value**: None
''',
'note': '''
This parameter does not affect signal generator behavior when you set
the **waveform** parameter of the niFgen_ConfigureStandardWaveform
function to NIFGEN_VAL_WFM_DC.
''',
},
},
{
'direction': 'in',
'name': 'dcOffset',
'type': 'ViReal64',
'documentation': {
'description': '''
Specifies the DC offset of the standard waveform that you want the
signal generator to produce. The value is the offset from ground to the
center of the waveform you specify with the **waveform** parameter,
observed at the output terminal. For example, to configure a waveform
with an amplitude of 10.00 V to range from 0.00 V to +10.00 V, set the
**dcOffset** to 5.00 V. NI-FGEN sets the NIFGEN_ATTR_FUNC_DC_OFFSET
attribute to this value.
**Units**: volts
**Default Value**: None
''',
},
},
{
'direction': 'in',
'name': 'startPhase',
'type': 'ViReal64',
'documentation': {
'description': '''
Specifies the horizontal offset of the standard waveform you want the
signal generator to produce. Specify this attribute in degrees of one
waveform cycle. NI-FGEN sets the NIFGEN_ATTR_FUNC_START_PHASE
attribute to this value. A start phase of 180 degrees means output
generation begins halfway through the waveform. A start phase of 360
degrees offsets the output by an entire waveform cycle, which is
identical to a start phase of 0 degrees.
**Units**: degrees of one cycle
**Default Value**: None degrees
''',
'note': '''
This parameter does not affect signal generator behavior when you set
the **waveform** parameter to NIFGEN_VAL_WFM_DC.
''',
},
},
],
'documentation': {
'description': '''
Configures the attributes of the signal generator that affect frequency
list generation (the NIFGEN_ATTR_FREQ_LIST_HANDLE,
NIFGEN_ATTR_FUNC_AMPLITUDE, NIFGEN_ATTR_FUNC_DC_OFFSET, and
NIFGEN_ATTR_FUNC_START_PHASE attributes).
''',
'note': '''
The signal generator must not be in the Generating state when you call
this function.
''',
},
},
'ConfigureFrequency': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the channel name for which you want to configure a standard
waveform.
**Default Value**: "0"
''',
},
},
{
'direction': 'in',
'name': 'Frequency',
'type': 'ViReal64',
'documentation': {
'description': '''
| Specifies the frequency of the standard waveform that you want the
signal generator to produce. NI-FGEN sets the
NIFGEN_ATTR_FUNC_FREQUENCY attribute to this value.
**Units**: hertz
**Default Value**: None
''',
'note': '''
This parameter does not affect signal generator behavior when you set
the **waveform** parameter of the niFgen_ConfigureStandardWaveform
function to NIFGEN_VAL_WFM_DC.
''',
},
},
],
'documentation': {
'description': '''
Configures the frequency of the standard waveform that you want the
signal generator to produce.
''',
},
},
'ConfigureGain': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the channel name for which you want to configure the gain.
**Default Value**: "0"
''',
},
},
{
'direction': 'in',
'name': 'Gain',
'type': 'ViReal64',
'documentation': {
'description': '''
Specifies the factor by which the signal generator scales the arbitrary
waveforms in the sequence. When you create an arbitrary waveform, you
must first normalize the data points to a range of –1.00 to +1.00. You
can use this parameter to scale the waveform to other ranges. The gain
is applied before the offset is added.
For example, to configure the output signal to range from –2.00 to
+2.00 V, set **gain** to 2.00.
**Units**: unitless
**Default Value**: None
''',
},
},
],
'documentation': {
'description': 'Configures the amount of gain to apply to the waveform.',
'note': '''
The signal generator must not be in the Generating state when you call
this function.
''',
},
},
'ConfigureOperationMode': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the channel name for which you want to configure the operation
mode.
**Defined Value**: "0"
''',
},
},
{
'direction': 'in',
'name': 'operationMode',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the operation mode you want the signal generator to use.
NI-FGEN sets the NIFGEN_ATTR_OPERATION_MODE attribute to this value.
NI-FGEN supports only one value.
**Defined Value**: NIFGEN_VAL_OPERATE_CONTINUOUS
''',
},
},
],
'documentation': {
'description': '''
Determines how the signal generator produces waveforms. NI signal
generators support only Continuous operation mode. To control trigger
mode, use the nifgen_ConfigureTriggerMode function.
''',
},
},
'ConfigureOutputEnabled': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the channel name for which you want to enable the output.
**Default Value**: "0"
''',
},
},
{
'direction': 'in',
'name': 'Enabled',
'type': 'ViBoolean',
'documentation': {
'description': '''
Specifies whether you want to enable or disable the output. NI-FGEN uses
this value to set the NIFGEN_ATTR_OUTPUT_ENABLED attribute.
****Defined Values****
**Default Value**: VI_TRUE
''',
'table_body': [['VI_TRUE', 'Enable the output.'], ['VI_FALSE', 'Disable the output.']],
},
},
],
'documentation': {
'description': '''
Configures the signal generator to generate a signal at the channel
output connector.
''',
},
},
'ConfigureOutputImpedance': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the channel name for which you want to set the output
impedance.
**Default Value**: "0"
''',
},
},
{
'direction': 'in',
'name': 'Impedance',
'type': 'ViReal64',
'documentation': {
'description': '''
Specifies the impedance value that you want the signal generator to use.
NI-FGEN sets the NIFGEN_ATTR_OUTPUT_IMPEDANCE attribute to this
value.
**Units**: Ω (ohms)
****Defined Values****:
**Default Value**: NIFGEN_VAL_50_OHMS
''',
'table_body': [['NIFGEN_VAL_50_OHMS', 'Specifies that 50 Ω of impedance is used'], ['NIFGEN_VAL_75_OHMS', 'Specifies that 75 Ω of impedance is used']],
},
},
],
'documentation': {
'description': 'Configures the output impedance for the channel you specify.',
},
},
'ConfigureOutputMode': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'outputMode',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the output mode that you want the signal generator to use. The
value you specify determines which functions and attributes you can use
to configure the waveform the signal generator produces.
Refer to the NIFGEN_ATTR_OUTPUT_MODE attribute for more information
about setting this parameter.
****Defined Values****
**Default Value**: NIFGEN_VAL_OUTPUT_FUNC
''',
'table_body': [['NIFGEN_VAL_OUTPUT_FUNC', '**Standard Function mode**—Generates standard function waveforms such as sine, square, triangle, and so on.'], ['NIFGEN_VAL_OUTPUT_FREQ_LIST', '**Frequency List mode**—Generates a standard function using a list of frequencies you define.'], ['NIFGEN_VAL_OUTPUT_ARB', '**Arbitrary waveform mode**—Generates waveforms from user-created/provided waveform arrays of numeric data.'], ['NIFGEN_VAL_OUTPUT_SEQ', '**Arbitrary sequence mode**—Generates downloaded waveforms in an order your specify.'], ['NIFGEN_VAL_OUTPUT_SCRIPT', '**Script mode**—Allows you to use scripting to link and loop multiple waveforms in complex combinations.']],
},
},
],
'documentation': {
'description': '''
Configures the output mode of the signal generator. The output mode
determines how the signal generator produces waveforms. For example, you
can select to generate a standard waveform, an arbitrary waveform, or a
sequence of arbitrary waveforms.
''',
'note': '''
The signal generator must not be in the Generating state when you
call this function.
''',
},
},
'ConfigureP2PEndpointFullnessStartTrigger': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'p2pEndpointFullnessLevel',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the quantity of data in the FIFO endpoint that asserts the
trigger. The value –1 specifies that NI-FGEN uses a default value based
on your endpoint configuration.
**Units**: samples per channel
''',
},
},
],
'documentation': {
'description': '''
Configures the Start Trigger for to detect peer-to-peer endpoint
fullness. Generation begins when the number of samples in the
peer-to-peer endpoint reaches the threshold indicated by the
**p2pEndpointFullnessLevel** parameter.
''',
'note': '''
Because there is an additional internal FIFO in the signal generator,
the writer peer must actually write 2,304 bytes more than the quantity
of data specified by this function to satisfy the trigger level.
''',
},
},
'ConfigureRefClockFrequency': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'referenceClockFrequency',
'type': 'ViReal64',
'documentation': {
'description': '''
The reference clock frequency in Hz.
**Default Value**: 10000000
''',
},
},
],
'documentation': {
'description': '''
Configures the signal generator reference clock frequency. The signal
generator uses the reference clock to derive frequencies and sample
rates when generating waveforms.
''',
'note': '''
The signal generator must not be in the Generating state when you
call this function.
''',
},
},
'ConfigureRefClockSource': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'referenceClockSource',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the reference clock source that you want the signal generator
to use. NI-FGEN sets the NIFGEN_ATTR_REF_CLOCK_SOURCE attribute to
this value.
The signal generator derives the frequencies and sample rates that it
uses to generate waveforms from the source you specify.
For example, when you set this parameter to
NIFGEN_VAL_REF_CLOCK_EXTERNAL, the signal generator uses the signal
it receives at its external clock terminal as the reference clock.
****Defined Values****
**Default Value**: NIFGEN_VAL_REF_CLOCK_INTERNAL
''',
'table_body': [['NIFGEN_VAL_REF_CLOCK_INTERNAL', 'Internal clock source'], ['NIFGEN_VAL_REF_CLOCK_EXTERNAL', 'External clock source'], ['NIFGEN_VAL_REF_CLOCK_RTSI_CLOCK', 'RTSI clock'], ['NIFGEN_VAL_REF_CLOCK_TTL7', 'TTL 7'], ['NIFGEN_VAL_PXI_CLK10', 'PXI 10 MHz clock'], ['NIFGEN_VAL_REF_IN', 'External clock source'], ['NIFGEN_VAL_RTSI_0', 'RTSI 0'], ['NIFGEN_VAL_RTSI_1', 'RTSI 1'], ['NIFGEN_VAL_RTSI_2', 'RTSI 2'], ['NIFGEN_VAL_RTSI_3', 'RTSI 3'], ['NIFGEN_VAL_RTSI_4', 'RTSI 4'], ['NIFGEN_VAL_RTSI_5', 'RTSI 5'], ['NIFGEN_VAL_RTSI_6', 'RTSI 6'], ['NIFGEN_VAL_RTSI_7', 'RTSI 7'], ['NIFGEN_VAL_CLK_IN', 'CLK IN front panel connector']],
},
},
],
'documentation': {
'description': '''
Configures the signal generator reference clock source. The signal
generator uses the reference clock to derive frequencies and sample
rates when generating waveforms.
''',
},
},
'ConfigureReferenceClock': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'referenceClockSource',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the source for the Reference Clock. For example, when you set
this parameter to "ClkIn," the signal generator uses the signal it
receives at its CLK IN front panel connector as the Reference Clock. The
Reference Clock phase-locks with the signal generator Sample Clock
timebase to allow the frequency stability and accuracy of the Sample
Clock timebase to match that of the Reference Clock.
****Defined Values****
**Default Value**: "None"
''',
'note': '''
The following **Defined Values** are examples of possible Reference
Clock sources. For a complete list of the Reference Clock sources
available on your device, refer to the Routes topic for your device or
the **Device Routes** tab in MAX.
''',
'table_body': [['"None"', 'No Reference Clock'], ['"PXI_Clk"', '10 MHz backplane Reference Clock'], ['"ClkIn"', 'CLK IN front panel connector'], ['"OnboardReferenceClock"', 'Onboard Reference Clock'], ['"RTSI7"', 'RTSI line 7'], ['"RefIn"', 'REF IN front panel connector']],
},
},
{
'direction': 'in',
'name': 'referenceClockFrequency',
'type': 'ViReal64',
'documentation': {
'description': '''
The Reference Clock frequency in hertz.
**Default Value**: 10000000
''',
},
},
],
'documentation': {
'description': '''
Configures the signal generator Reference Clock source and frequency.
The signal generator uses the Reference Clock to tune the Sample Clock
timebase of the signal generator so that the frequency stability and
accuracy of the Sample Clock timebase matches that of the Reference
Clock.
''',
},
},
'ConfigureSampleClockSource': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'sampleClockSource',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the Sample Clock source the signal generator uses.
****Defined Values****
**Default Value**: "OnboardClock"
''',
'note': '''
The following **Defined Values** are examples of possible Sample
Clock sources. For a complete list of the Sample Clock sources available
on your device, refer to the Routes topic for your device or the
**Device Routes** tab in MAX.
''',
'table_body': [['"OnboardClock"', 'Onboard Clock'], ['"ClkIn"', 'CLK IN front panel connector'], ['"PXI_Star"', 'PXI star trigger line'], ['"PXI_Trig0"', 'PXI trigger line 0 or RTSI line 0'], ['"PXI_Trig1"', 'PXI trigger line 1 or RTSI line 1'], ['"PXI_Trig2"', 'PXI trigger line 2 or RTSI line 2'], ['"PXI_Trig3"', 'PXI trigger line 3 or RTSI line 3'], ['"PXI_Trig4"', 'PXI trigger line 4 or RTSI line 4'], ['"PXI_Trig5"', 'PXI trigger line 5 or RTSI line 5'], ['"PXI_Trig6"', 'PXI trigger line 6 or RTSI line 6'], ['"PXI_Trig7"', 'PXI trigger line 7 or RTSI line 7'], ['"DDC_ClkIn"', 'Sample Clock from DDC connector']],
},
},
],
'documentation': {
'description': '''
Sets the source of the Sample Clock (Update Clock) of the signal
generator.
''',
},
},
'ConfigureSampleRate': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'sampleRate',
'type': 'ViReal64',
'documentation': {
'description': '''
Specifies the sample rate at which you want the signal generator to
generate arbitrary waveforms. NI-FGEN sets the
NIFGEN_ATTR_ARB_SAMPLE_RATE attribute to this value.
**Units**: Samples/s
**Default Value**: None
''',
},
},
],
'documentation': {
'description': '''
Configures the NIFGEN_ATTR_ARB_SAMPLE_RATE attribute, which
determines the rate at which the signal generator produces arbitrary
waveforms. When you configure the signal generator to produce an
arbitrary sequence, this value is the sample rate for all arbitrary
waveforms in the sequence.
''',
'note': '''
The signal generator must not be in the Generating state when you call
this function.
''',
},
},
'ConfigureSoftwareEdgeScriptTrigger': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'triggerId',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the Script Trigger used for triggering.
**Defined Values**
**Default Value**: "ScriptTrigger0"
''',
'table_body': [['"ScriptTrigger0"', 'Script Trigger 0'], ['"ScriptTrigger1"', 'Script Trigger 1'], ['"ScriptTrigger2"', 'Script Trigger 2'], ['"ScriptTrigger3"', 'Script Trigger 3']],
},
},
],
'documentation': {
'description': 'Configures the specified Script Trigger for software edge triggering.',
},
},
'ConfigureSoftwareEdgeStartTrigger': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
],
'documentation': {
'description': 'Configures the Start Trigger for software edge triggering.',
},
},
'ConfigureStandardWaveform': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the channel name for which you want to configure a standard
waveform.
**Default Value**: "0"
''',
},
},
{
'direction': 'in',
'name': 'Waveform',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the standard waveform that you want the signal generator to
produce. NI-FGEN sets the NIFGEN_ATTR_FUNC_WAVEFORM attribute to this
value.
****Defined Values****
**Default Value**: NIFGEN_VAL_WFM_SINE
''',
'table_body': [['NIFGEN_VAL_WFM_SINE', 'Specifies that the signal generator produces a sinusoid waveform.'], ['NIFGEN_VAL_WFM_SQUARE', 'Specifies that the signal generator produces a square waveform.'], ['NIFGEN_VAL_WFM_TRIANGLE', 'Specifies that the signal generator produces a triangle waveform.'], ['NIFGEN_VAL_WFM_RAMP_UP', 'Specifies that the signal generator produces a positive ramp waveform.'], ['NIFGEN_VAL_WFM_RAMP_DOWN', 'Specifies that the signal generator produces a negative ramp waveform.'], ['NIFGEN_VAL_WFM_DC', 'Specifies that the signal generator produces a constant voltage.'], ['NIFGEN_VAL_WFM_NOISE', 'Specifies that the signal generator produces white noise.'], ['NIFGEN_VAL_WFM_USER', 'Specifies that the signal generator produces a user-defined waveform as defined with the nifgen_DefineUserStandardWaveform function.']],
},
},
{
'direction': 'in',
'name': 'Amplitude',
'type': 'ViReal64',
'documentation': {
'description': '''
Specifies the amplitude of the standard waveform that you want the
signal generator to produce. This value is the amplitude at the output
terminal. NI-FGEN sets the NIFGEN_ATTR_FUNC_AMPLITUDE attribute to
this value.
For example, to produce a waveform ranging from –5.00 V to +5.00 V, set
the amplitude to 10.00 V.
**Units**: peak-to-peak voltage
**Default Value**: None
''',
'note': '''
This parameter does not affect signal generator behavior when you set
the **waveform** parameter of the niFgen_ConfigureStandardWaveform
function to NIFGEN_VAL_WFM_DC.
''',
},
},
{
'direction': 'in',
'name': 'dcOffset',
'type': 'ViReal64',
'documentation': {
'description': '''
Specifies the DC offset of the standard waveform that you want the
signal generator to produce. The value is the offset from ground to the
center of the waveform you specify with the **waveform** parameter,
observed at the output terminal. For example, to configure a waveform
with an amplitude of 10.00 V to range from 0.00 V to +10.00 V, set the
**dcOffset** to 5.00 V. NI-FGEN sets the NIFGEN_ATTR_FUNC_DC_OFFSET
attribute to this value.
**Units**: volts
**Default Value**: None
''',
},
},
{
'direction': 'in',
'name': 'Frequency',
'type': 'ViReal64',
'documentation': {
'description': '''
| Specifies the frequency of the standard waveform that you want the
signal generator to produce. NI-FGEN sets the
NIFGEN_ATTR_FUNC_FREQUENCY attribute to this value.
**Units**: hertz
**Default Value**: None
''',
'note': '''
This parameter does not affect signal generator behavior when you set
the **waveform** parameter of the niFgen_ConfigureStandardWaveform
function to NIFGEN_VAL_WFM_DC.
''',
},
},
{
'direction': 'in',
'name': 'startPhase',
'type': 'ViReal64',
'documentation': {
'description': '''
Specifies the horizontal offset of the standard waveform that you want
the signal generator to produce. Specify this parameter in degrees of
one waveform cycle. NI-FGEN sets the NIFGEN_ATTR_FUNC_START_PHASE
attribute to this value. A start phase of 180 degrees means output
generation begins halfway through the waveform. A start phase of 360
degrees offsets the output by an entire waveform cycle, which is
identical to a start phase of 0 degrees.
**Units**: degrees of one cycle
**Default Value**: 0.00
''',
'note': '''
This parameter does not affect signal generator behavior when you set
the **waveform** parameter to NIFGEN_VAL_WFM_DC.
''',
},
},
],
'documentation': {
'description': '''
Configures the following attributes of the signal generator that affect
standard waveform generation:
- NIFGEN_ATTR_FUNC_WAVEFORM
- NIFGEN_ATTR_FUNC_AMPLITUDE
- NIFGEN_ATTR_FUNC_DC_OFFSET
- NIFGEN_ATTR_FUNC_FREQUENCY
- NIFGEN_ATTR_FUNC_START_PHASE
''',
'note': '''
You must call the niFgen_ConfigureOutputMode function with the
**outputMode** parameter set to NIFGEN_VAL_OUTPUT_FUNC before calling
this function.
''',
},
},
'ConfigureSynchronization': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the channel name for which you want to configure the
synchronization signal.
**Default Value**: "0"
''',
},
},
{
'direction': 'in',
'name': 'synchronizationSource',
'type': 'ViInt32',
'documentation': {
'description': '''
Specify the source of the synchronization signal you want to use.
****Defined Values****
**Default Value**: NIFGEN_VAL_NONE
''',
'table_body': [['NIFGEN_VAL_NONE', 'Specifies that no synchronization source is used.'], ['NIFGEN_VAL_RTSI_0', 'Specifies that RTSI 0 or PXI_Trig 0 is used as the synchronization source.'], ['NIFGEN_VAL_RTSI_1', 'Specifies that RTSI 1 or PXI_Trig 1 is used as the synchronization source.'], ['NIFGEN_VAL_RTSI_2', 'Specifies that RTSI 2 or PXI_Trig 2 is used as the synchronization source.'], ['NIFGEN_VAL_RTSI_3', 'Specifies that RTSI 3 or PXI_Trig 3 is used as the synchronization source.'], ['NIFGEN_VAL_RTSI_4', 'Specifies that RTSI 4 or PXI_Trig 4 is used as the synchronization source.'], ['NIFGEN_VAL_RTSI_5', 'Specifies that RTSI 5 or PXI_Trig 5 is used as the synchronization source.'], ['NIFGEN_VAL_RTSI_6', 'Specifies that RTSI 6 or PXI_Trig 6 is used as the synchronization source.'], ['NIFGEN_VAL_TTL0', 'Specifies that TTL 0 is used as the synchronization source.'], ['NIFGEN_VAL_TTL1', 'Specifies that TTL 1 is used as the synchronization source.'], ['NIFGEN_VAL_TTL2', 'Specifies that TTL 2 is used as the synchronization source.'], ['NIFGEN_VAL_TTL3', 'Specifies that TTL 3 is used as the synchronization source.'], ['NIFGEN_VAL_TTL4', 'Specifies that TTL 4 is used as the synchronization source.'], ['NIFGEN_VAL_TTL5', 'Specifies that TTL 5 is used as the synchronization source.'], ['NIFGEN_VAL_TTL6', 'Specifies that TTL 6 is used as the synchronization source.']],
},
},
],
'documentation': {
'description': '''
Sets the signal generator to receive a synchronization signal to
synchronize two or more NI 5401/5411/5431 signal generators. One signal
generator should route a SYNC signal to a RTSI line by calling the
nifgen_ExportSignal function (use the nifgen_RouteSignalOut function
for the NI 5404), and other signal generators should receive the signal
by calling the niFgen_ConfigureSynchronization function.
''',
'note': '''
The signal generator must not be in the Generating state when you call
this function.
Only the NI 5401/5411/5431 signal generators require this function to be
called for proper synchronization.
''',
},
},
'ConfigureTriggerMode': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the channel name for which you want to configure the trigger
mode.
**Default Value**: "0"
''',
},
},
{
'direction': 'in',
'name': 'triggerMode',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the trigger mode.
****Defined Values****
**Default Value**: NIFGEN_VAL_CONTINUOUS
''',
'table_body': [['NIFGEN_VAL_SINGLE', 'The waveform that you describe in the sequence list generates only once by going through the entire staging list. Only one trigger is required to start the waveform generation. You can use Single trigger mode in any output mode. After a trigger is received, the waveform generation starts from the first stage and continues through to the last stage.'], ['NIFGEN_VAL_CONTINUOUS', 'The waveform that you describe in the staging list generates infinitely by repeatedly cycling through the staging list. After a trigger is received, the waveform generation starts from the first stage and continues through to the last stage. After the last stage is completed, the waveform generation loops back to the start of the first stage and continues until it is stopped. Only one trigger is required to start the waveform generation.'], ['NIFGEN_VAL_STEPPED', 'After a Start Trigger is received, the waveform described by the first stage generates. Then, the device waits for the next trigger signal. On the next trigger, the waveform described by the second stage generates, and so on. After the staging list is exhausted, the waveform generation returns to the first stage and continues to repeat the cycle.'], ['NIFGEN_VAL_BURST', 'After a Start Trigger is received, the waveform described by the first stage generates until another trigger is received. At the next trigger, the buffer of the previous stage completes, then the waveform described by the second stage generates. After the staging list is exhausted, the waveform generation returns to the first stage and continues to repeat the cycle. In Frequency List mode, the duration instruction is ignored, and the trigger switches the frequency to the next frequency in the list.']],
},
},
],
'documentation': {
'description': '''
Sets the trigger mode for your device. Refer to the *Trigger Modes*
topic for your device in the *NI Signal Generators Help* for
descriptions of the specific behavior for supported trigger modes.
''',
'note': '''
The signal generator must not be in the Generating state when you call
this function.
In Frequency List output mode, Stepped trigger mode is the same as Burst
trigger mode.
''',
},
},
'ConfigureTriggerSource': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the channel name for which you want to configure the trigger
source.
**Defined Value:**"0"
''',
},
},
{
'direction': 'in',
'name': 'triggerSource',
'type': 'ViInt32',
'documentation': {
'description': '''
Controls which trigger source the signal generator uses.
****Defined Values****
**Default Value**: NIFGEN_VAL_IMMEDIATE
''',
'table_body': [['NIFGEN_VAL_IMMEDIATE', 'Immediate'], ['NIFGEN_VAL_EXTERNAL', 'External (maps to PFI 0)'], ['NIFGEN_VAL_SOFTWARE_TRIG', 'Software trigger'], ['NIFGEN_VAL_PXI_STAR', 'PXI star'], ['NIFGEN_VAL_RTSI_0', 'RTSI 0 or PXI_Trig 0'], ['NIFGEN_VAL_RTSI_1', 'RTSI 1 or PXI_Trig 1'], ['NIFGEN_VAL_RTSI_2', 'RTSI 2 or PXI_Trig 2'], ['NIFGEN_VAL_RTSI_3', 'RTSI 3 or PXI_Trig 3'], ['NIFGEN_VAL_RTSI_4', 'RTSI 4 or PXI_Trig 4'], ['NIFGEN_VAL_RTSI_5', 'RTSI 5 or PXI_Trig 5'], ['NIFGEN_VAL_RTSI_6', 'RTSI 6 or PXI_Trig 6'], ['NIFGEN_VAL_RTSI_7', 'RTSI 7 or PXI_Trig 7'], ['NIFGEN_VAL_TTL0', 'TTL 0'], ['NIFGEN_VAL_TTL1', 'TTL 1'], ['NIFGEN_VAL_TTL2', 'TTL 2'], ['NIFGEN_VAL_TTL3', 'TTL 3'], ['NIFGEN_VAL_TTL4', 'TTL 4'], ['NIFGEN_VAL_TTL5', 'TTL 5'], ['NIFGEN_VAL_TTL6', 'TTL 6'], ['NIFGEN_VAL_PFI_0', 'PFI 0'], ['NIFGEN_VAL_PFI_1', 'PFI 1'], ['NIFGEN_VAL_PFI_2', 'PFI 2'], ['NIFGEN_VAL_PFI_3', 'PFI 3']],
},
},
],
'documentation': {
'description': '''
Configures the trigger source. The signal generator responds to a
trigger depending on the operation mode in which the signal generator is
operating.
''',
'note': '''
The signal generator must not be in the Generating state when you
call this function.
''',
},
},
'ConfigureUpdateClockSource': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'updateClockSource',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the update clock source.
****Defined Values****
**Default Value**: NIFGEN_VAL_INTERNAL
''',
'table_body': [['NIFGEN_VAL_INTERNAL', 'Internal clock source'], ['NIFGEN_VAL_EXTERNAL', 'External clock source'], ['NIFGEN_VAL_PXI_STAR', 'PXI star'], ['NIFGEN_VAL_RTSI_0', 'RTSI 0 or PXI_Trig 0'], ['NIFGEN_VAL_RTSI_1', 'RTSI 1 or PXI_Trig 1'], ['NIFGEN_VAL_RTSI_2', 'RTSI 2 or PXI_Trig 2'], ['NIFGEN_VAL_RTSI_3', 'RTSI 3 or PXI_Trig 3'], ['NIFGEN_VAL_RTSI_4', 'RTSI 4 or PXI_Trig 4'], ['NIFGEN_VAL_RTSI_5', 'RTSI 5 or PXI_Trig 5'], ['NIFGEN_VAL_RTSI_6', 'RTSI 6 or PXI_Trig 6'], ['NIFGEN_VAL_RTSI_7', 'RTSI 7 or PXI_Trig 7'], ['NIFGEN_VAL_CLK_IN', 'CLK IN front panel connector'], ['NIFGEN_VAL_DDC_CLK_IN', 'Digital Data & Control clock in']],
},
},
],
'documentation': {
'description': '''
Sets the source of the update clock of the signal generator. The source
can be internal or external.
''',
},
},
'CreateAdvancedArbSequence': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'sequenceLength',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the number of waveforms in the new arbitrary sequence that you
want to create. The value you pass must be between the minimum and
maximum sequence lengths that the signal generator allows. You can
obtain the minimum and maximum sequence lengths from
**minimumSequenceLength** and **maximumSequenceLength** in the
nifgen_QueryArbSeqCapabilities function.
**Default Value**: None
''',
},
},
{
'direction': 'in',
'name': 'waveformHandlesArray',
'type': 'ViInt32[]',
'documentation': {
'description': '''
Specifies the array of waveform handles from which you want to create a
new arbitrary sequence. The array must have at least as many elements as
the value that you specify in **sequenceLength**. Each
**waveformHandlesArray** element has a corresponding **loopCountsArray**
element that indicates how many times that waveform is repeated. You
obtain waveform handles when you create arbitrary waveforms with the
nifgen_AllocateWaveform function or one of the following niFgen
CreateWaveform functions:
- nifgen_CreateWaveformF64
- nifgen_CreateWaveformI16
- nifgen_CreateWaveformFromFileI16
- nifgen_CreateWaveformFromFileF64
- nifgen_CreateWaveformFromFileHWS
**Default Value**: None
''',
},
},
{
'direction': 'in',
'name': 'loopCountsArray',
'type': 'ViInt32[]',
'documentation': {
'description': '''
Specifies the array of loop counts you want to use to create a new
arbitrary sequence. The array must have at least as many elements as the
value that you specify in the **sequenceLength** parameter. Each
**loopCountsArray** element corresponds to a **waveformHandlesArray**
element and indicates how many times to repeat that waveform. Each
element of the **loopCountsArray** must be less than or equal to the
maximum number of loop counts that the signal generator allows. You can
obtain the maximum loop count from **maximumLoopCount** in the
nifgen_QueryArbSeqCapabilities function.
**Default Value**: None
''',
},
},
{
'direction': 'in',
'name': 'sampleCountsArray',
'type': 'ViInt32[]',
'documentation': {
'description': '''
Specifies the array of sample counts that you want to use to create a
new arbitrary sequence. The array must have at least as many elements as
the value you specify in the **sequenceLength** parameter. Each
**sampleCountsArray** element corresponds to a **waveformHandlesArray**
element and indicates the subset, in samples, of the given waveform to
generate. Each element of the **sampleCountsArray** must be larger than
the minimum waveform size, a multiple of the waveform quantum and no
larger than the number of samples in the corresponding waveform. You can
obtain these values by calling the nifgen_QueryArbWfmCapabilities
function.
**Default Value**: None
''',
},
},
{
'direction': 'in',
'name': 'markerLocationArray',
'type': 'ViInt32[]',
'documentation': {
'description': '''
Specifies the array of marker locations to where you want a marker to be
generated in the sequence. The array must have at least as many elements
as the value you specify in the **sequenceLength** parameter. Each
**markerLocationArray** element corresponds to a
**waveformHandlesArray** element and indicates where in the waveform a
marker is to generate. The marker location must be less than the size of
the waveform the marker is in. The markers are coerced to the nearest
marker quantum and the coerced values are returned in the
**coercedMarkersArray** parameter.
If you do not want a marker generated for a particular sequence stage,
set this parameter to NIFGEN_VAL_NO_MARKER.
**Defined Value**: NIFGEN_VAL_NO_MARKER
**Default Value**: None
''',
},
},
{
'direction': 'out',
'name': 'coercedMarkersArray',
'type': 'ViInt32[]',
'documentation': {
'description': '''
Returns an array of all given markers that are coerced (rounded) to the
nearest marker quantum. Not all devices coerce markers.
**Default Value**: None
''',
},
},
{
'direction': 'out',
'name': 'sequenceHandle',
'type': 'ViInt32',
'documentation': {
'description': '''
Returns the handle that identifies the new arbitrary sequence. You can
pass this handle to nifgen_ConfigureArbSequence to generate the
arbitrary sequence.
''',
},
},
],
'documentation': {
'description': '''
Creates an arbitrary sequence from an array of waveform handles and an
array of corresponding loop counts. This function returns a handle that
identifies the sequence. You pass this handle to the
niFgen_ConfigureArbSequence function to specify what arbitrary sequence
you want the signal generator to produce.
The niFgen_CreateAdvancedArbSequence function extends on the
niFgen_CreateArbSequence function by adding the ability to set the
number of samples in each sequence step and to set marker locations.
An arbitrary sequence consists of multiple waveforms. For each waveform,
you specify the number of times the signal generator produces the
waveform before proceeding to the next waveform. The number of times to
repeat a specific waveform is called the loop count.
''',
'note': '''
The signal generator must not be in the Generating state when you call
this function.
You must call the nifgen_ConfigureOutputMode function to set the
**outputMode** parameter to NIFGEN_VAL_OUTPUT_SEQ before calling this
function.
''',
},
},
'CreateArbSequence': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'sequenceLength',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the number of waveforms in the new arbitrary sequence that you
want to create. The value you pass must be between the minimum and
maximum sequence lengths that the signal generator allows. You can
obtain the minimum and maximum sequence lengths from
**minimumSequenceLength** and **maximumSequenceLength** in the
nifgen_QueryArbSeqCapabilities function.
**Default Value**: None
''',
},
},
{
'direction': 'in',
'name': 'waveformHandlesArray',
'type': 'ViInt32[]',
'documentation': {
'description': '''
Specifies the array of waveform handles from which you want to create a
new arbitrary sequence. The array must have at least as many elements as
the value that you specify in **sequenceLength**. Each
**waveformHandlesArray** element has a corresponding **loopCountsArray**
element that indicates how many times that waveform is repeated. You
obtain waveform handles when you create arbitrary waveforms with the
nifgen_AllocateWaveform function or one of the following niFgen
CreateWaveform functions:
- nifgen_CreateWaveformF64
- nifgen_CreateWaveformI16
- nifgen_CreateWaveformFromFileI16
- nifgen_CreateWaveformFromFileF64
- nifgen_CreateWaveformFromFileHWS
**Default Value**: None
''',
},
},
{
'direction': 'in',
'name': 'loopCountsArray',
'type': 'ViInt32[]',
'documentation': {
'description': '''
Specifies the array of loop counts you want to use to create a new
arbitrary sequence. The array must have at least as many elements as the
value that you specify in the **sequenceLength** parameter. Each
**loopCountsArray** element corresponds to a **waveformHandlesArray**
element and indicates how many times to repeat that waveform. Each
element of the **loopCountsArray** must be less than or equal to the
maximum number of loop counts that the signal generator allows. You can
obtain the maximum loop count from **maximumLoopCount** in the
nifgen_QueryArbSeqCapabilities function.
**Default Value**: None
''',
},
},
{
'direction': 'out',
'name': 'sequenceHandle',
'type': 'ViInt32',
'documentation': {
'description': '''
Returns the handle that identifies the new arbitrary sequence. You can
pass this handle to nifgen_ConfigureArbSequence to generate the
arbitrary sequence.
''',
},
},
],
'documentation': {
'description': '''
Creates an arbitrary sequence from an array of waveform handles and an
array of corresponding loop counts. This function returns a handle that
identifies the sequence. You pass this handle to the
nifgen_ConfigureArbSequence function to specify what arbitrary sequence
you want the signal generator to produce.
An arbitrary sequence consists of multiple waveforms. For each waveform,
you can specify the number of times that the signal generator produces
the waveform before proceeding to the next waveform. The number of times
to repeat a specific waveform is called the loop count.
''',
'note': '''
You must call the nifgen_ConfigureOutputMode function to set the
**outputMode** parameter to NIFGEN_VAL_OUTPUT_SEQ before calling this
function.
''',
},
},
'CreateArbWaveform': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'waveformSize',
'type': 'ViInt32',
'documentation': {
'description': '''
| Specifies the size of the arbitrary waveform that you want created.
| The size must meet the following restrictions:
- The size must be less than or equal to the maximum waveform size that
the device allows.
- The size must be greater than or equal to the minimum waveform size
that the device allows.
- The size must be an integer multiple of the device waveform quantum.
|
| You can obtain these values from the **maximumWaveformSize**,
**minimumWaveformSize**, and **waveformQuantum** parameters in the
nifgen_QueryArbWfmCapabilities function.
| ****Default Value**:** None
''',
},
},
{
'direction': 'in',
'name': 'waveformDataArray',
'type': 'ViReal64[]',
'documentation': {
'description': '''
Specifies the array of data you want to use for the new arbitrary
waveform. The array must have at least as many elements as the value
that you specify in **waveformSize**.
You must normalize the data points in the array to be between –1.00 and
+1.00.
**Default Value**: None
''',
},
},
{
'direction': 'out',
'name': 'waveformHandle',
'type': 'ViInt32',
'documentation': {
'description': '''
The handle that identifies the new waveform. This handle is used later
when referring to this waveform.
''',
},
},
],
'documentation': {
'description': '''
[OBSOLETE] This function is obsolete. Use the nifgen_CreateWaveformF64,
nifgen_CreateWaveformI16, or nifgen_CreateWaveformComplexF64 function
instead of this function.
Creates an arbitrary waveform and returns a handle that identifies that
waveform. You can pass this handle to the nifgen_ConfigureArbWaveform
function to produce that waveform. You can also use the handles this
function returns to specify a sequence of arbitrary waveforms with the
nifgen_CreateArbSequence function.
''',
'note': '''
You must scale the data between –1.00 and +1.00. Use the **arbGain**
parameter to generate different output voltages.
''',
},
},
'CreateBinary16ArbWaveform': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'waveformSize',
'type': 'ViInt32',
'documentation': {
'description': '''
| Specifies the size of the arbitrary waveform that you want created.
| The size must meet the following restrictions:
- The size must be less than or equal to the maximum waveform size that
the device allows.
- The size must be greater than or equal to the minimum waveform size
that the device allows.
- The size must be an integer multiple of the device waveform quantum.
|
| You can obtain these values from the **maximumWaveformSize**,
**minimumWaveformSize**, and **waveformQuantum** parameters in
nifgen_QueryArbWfmCapabilities.
| ****Default Value**:** None
''',
},
},
{
'direction': 'in',
'name': 'waveformDataArray',
'type': 'ViInt16[]',
'documentation': {
'description': '''
Specifies the array of data you want to use for the new arbitrary
waveform. The array must have at least as many elements as the value
that you specify in **waveformSize**.
You must normalize the data points in the array to be between –32768 and
32767.
**Default Value**: None
''',
},
},
{
'direction': 'out',
'name': 'waveformHandle',
'type': 'ViInt32',
'documentation': {
'description': '''
The handle that identifies the new waveform. This handle is used later
when referring to this waveform.
''',
},
},
],
'documentation': {
'description': '''
[OBSOLETE] This function is obsolete. Use the nifgen_CreateWaveformI16
function instead of this function.
Creates an arbitrary waveform from binary data and returns a handle that
identifies that waveform. You can pass this handle to the
nifgen_ConfigureArbWaveform function to produce that waveform. You can
also use the handles this function returns to specify a sequence of
arbitrary waveforms with the nifgen_CreateArbSequence function.
''',
'note': '''
You must set the output mode to NIFGEN_VAL_OUTPUT_ARB or
NIFGEN_VAL_OUTPUT_SEQ before calling this function.
''',
},
},
'CreateFreqList': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'Waveform',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the standard waveform that you want the signal generator to
produce. NI-FGEN sets the NIFGEN_ATTR_FUNC_WAVEFORM attribute to this
value.
****Defined Values****
**Default Value**: NIFGEN_VAL_WFM_SINE
''',
'table_body': [['NIFGEN_VAL_WFM_SINE', 'Specifies that the signal generator produces a sinusoid waveform.'], ['NIFGEN_VAL_WFM_SQUARE', 'Specifies that the signal generator produces a square waveform.'], ['NIFGEN_VAL_WFM_TRIANGLE', 'Specifies that the signal generator produces a triangle waveform.'], ['NIFGEN_VAL_WFM_RAMP_UP', 'Specifies that the signal generator produces a positive ramp waveform.'], ['NIFGEN_VAL_WFM_RAMP_DOWN', 'Specifies that the signal generator produces a negative ramp waveform.'], ['NIFGEN_VAL_WFM_DC', 'Specifies that the signal generator produces a constant voltage.'], ['NIFGEN_VAL_WFM_NOISE', 'Specifies that the signal generator produces white noise.'], ['NIFGEN_VAL_WFM_USER', 'Specifies that the signal generator produces a user-defined waveform as defined with the nifgen_DefineUserStandardWaveform function.']],
},
},
{
'direction': 'in',
'name': 'frequencyListLength',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the number of steps in the frequency list you want to create.
The value must be between the minimum and maximum frequency list lengths
that the signal generator allows. You can obtain the minimum and maximum
frequency list lengths from the **minimumFrequencyListLength** and
**maximumFrequencyListLength** parameters in the
nifgen_QueryFreqListCapabilities function.
**frequency** and **duration** must each be at least as long as this
frequency list length.
**Default Value**: None
''',
},
},
{
'direction': 'in',
'name': 'frequencyArray',
'type': 'ViReal64[]',
'documentation': {
'description': '''
Specifies the array of frequencies to form the frequency list. The array
must have at least as many elements as the value you specify in
**frequencyListLength**. Each **frequencyArray** element has a
corresponding **durationArray** element that indicates how long that
frequency is repeated.
**Units**: hertz
**Default Value**: None
''',
},
},
{
'direction': 'in',
'name': 'durationArray',
'type': 'ViReal64[]',
'documentation': {
'description': '''
Specifies the array of durations to form the frequency list. The array
must have at least as many elements as the value that you specify in
**frequencyListLength**. Each **durationArray** element has a
corresponding **frequencyArray** element and indicates how long in
seconds to generate the corresponding frequency.
**Units**: seconds
**Default Value**: None
''',
},
},
{
'direction': 'out',
'name': 'frequencyListHandle',
'type': 'ViInt32',
'documentation': {
'description': '''
Returns the handle that identifies the new frequency list. You can pass
this handle to nifgen_ConfigureFreqList to generate the arbitrary
sequence.
''',
},
},
],
'documentation': {
'description': '''
Creates a frequency list from an array of frequencies
(**frequencyArray**) and an array of durations (**durationArray**). The
two arrays should have the same number of elements, and this value must
also be the size of the **frequencyListLength**. The function returns a
handle that identifies the frequency list (the **frequencyListHandle**).
You can pass this handle to nifgen_ConfigureFreqList to specify what
frequency list you want the signal generator to produce.
A frequency list consists of a list of frequencies and durations. The
signal generator generates each frequency for the given amount of time
and then proceeds to the next frequency. When the end of the list is
reached, the signal generator starts over at the beginning of the list.
''',
'note': '''
The signal generator must not be in the Generating state when you call
this function.
''',
},
},
'CreateWaveformComplexF64': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the channel name for which you want to create the waveform.
**Default Value**: "0"
''',
},
},
{
'direction': 'in',
'name': 'numberOfSamples',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the size of the arbitrary waveform that you want to create.
The size must meet the following restrictions:
- The size must be less than or equal to the maximum waveform size that
the device allows.
- The size must be greater than or equal to the minimum waveform size
that the device allows.
- The size must be an integer multiple of the device waveform quantum.
You can obtain these values from the **maximumWaveformSize**,
**minimumWaveformSize**, and **waveformQuantum** parameters of the
niFgen_QueryArbWfmCapabilities function.
|
| **Default Value**: None
''',
},
},
{
'direction': 'in',
'name': 'waveformDataArray',
'type': 'NIComplexNumber[]',
'documentation': {
'description': '''
Specifies the array of data you want to use for the new arbitrary
waveform. The array must have at least as many elements as the value
that you specify in **waveformSize**.
You must normalize the data points in the array to be between –1.00 and
+1.00.
**Default Value**: None
''',
},
},
{
'direction': 'out',
'name': 'waveformHandle',
'type': 'ViInt32',
'documentation': {
'description': '''
The handle that identifies the new waveform. This handle is used later
when referring to this waveform.
''',
},
},
],
'documentation': {
'description': '''
Creates an onboard waveform from complex double-precision floating-point
(F64) data for use with the NIFGEN_ATTR_OUTPUT_MODE attribute set to
Arbitrary Waveform or Arbitrary Sequence output mode on devices with the
NIFGEN_ATTR_OUTPUT_ENABLED attribute set to VI_TRUE and the
NIFGEN_ATTR_OSP_DATA_PROCESSING_MODE attribute set to
NIFGEN_VAL_OSP_COMPLEX. The **waveformHandle** returned by the
function can be used later for setting the active waveform, changing the
data in the waveform, building sequences of waveforms, or deleting the
waveform when it is no longer needed.
''',
'note': '''
You must call the nifgen_ConfigureOutputMode function to set the
**outputMode** parameter to NIFGEN_VAL_OUTPUT_ARB or
NIFGEN_VAL_OUTPUT_SEQ before calling this function.
''',
},
},
'CreateWaveformF64': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the channel name for which you want to create the waveform.
**Default Value**: "0"
''',
},
},
{
'direction': 'in',
'name': 'waveformSize',
'type': 'ViInt32',
'documentation': {
'description': '''
| Specifies the size of the arbitrary waveform that you want to create.
| The size must meet the following restrictions:
- The size must be less than or equal to the maximum waveform size that
the device allows.
- The size must be greater than or equal to the minimum waveform size
that the device allows.
- The size must be an integer multiple of the device waveform quantum.
You can obtain these values from the **maximumWaveformSize**,
**minimumWaveformSize**, and **waveformQuantum** parameters of the
nifgen_QueryArbWfmCapabilities function.
| ****Default Value**:** None
''',
},
},
{
'direction': 'in',
'name': 'waveformDataArray',
'type': 'ViReal64[]',
'documentation': {
'description': '''
Specifies the array of data you want to use for the new arbitrary
waveform. The array must have at least as many elements as the value
that you specify in **waveformSize**.
You must normalize the data points in the array to be between –1.00 and
+1.00.
**Default Value**: None
''',
},
},
{
'direction': 'out',
'name': 'waveformHandle',
'type': 'ViInt32',
'documentation': {
'description': '''
The handle that identifies the new waveform. This handle is used later
when referring to this waveform.
''',
},
},
],
'documentation': {
'description': '''
Creates an onboard waveform from binary F64 (floating point double) data
for use in Arbitrary Waveform output mode or Arbitrary Sequence output
mode. The **waveformHandle** returned can later be used for setting the
active waveform, changing the data in the waveform, building sequences
of waveforms, or deleting the waveform when it is no longer needed.
''',
'note': '''
You must call the nifgen_ConfigureOutputMode function to set the
**outputMode** parameter to NIFGEN_VAL_OUTPUT_ARB or
NIFGEN_VAL_OUTPUT_SEQ before calling this function.
''',
},
},
'CreateWaveformFromFileF64': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the channel name for which you want to create the waveform.
**Defined Value**: "0"
**Default Value**: "0"
''',
},
},
{
'direction': 'in',
'name': 'FileName',
'type': 'ViConstString',
'documentation': {
'description': 'The full path and name of the file where the waveform data resides.',
},
},
{
'direction': 'in',
'name': 'byteOrder',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the byte order of the data in the file.
****Defined Values****
|
| ****Default Value**:** NIFGEN_VAL_LITTLE_ENDIAN
''',
'note': '''
Data written by most applications in Windows (including
LabWindows™/CVI™) is in Little Endian format. Data written to a file
from LabVIEW is in Big Endian format by default on all platforms. Big
Endian and Little Endian refer to the way data is stored in memory,
which can differ on different processors.
''',
'table_body': [['NIFGEN_VAL_LITTLE_ENDIAN', 'Little Endian Data—The least significant bit is stored at the lowest address, followed by the other bits, in order of increasing significance.'], ['NIFGEN_VAL_BIG_ENDIAN', 'Big Endian Data—The most significant bit is stored at the lowest address, followed by the other bits, in order of decreasing significance.']],
},
},
{
'direction': 'out',
'name': 'waveformHandle',
'type': 'ViInt32',
'documentation': {
'description': '''
The handle that identifies the new waveform. This handle is used later
when referring to this waveform.
''',
},
},
],
'documentation': {
'description': '''
This function takes the floating point double (F64) data from the
specified file and creates an onboard waveform for use in Arbitrary
Waveform or Arbitrary Sequence output mode. The **waveformHandle**
returned by this function can later be used for setting the active
waveform, changing the data in the waveform, building sequences of
waveforms, or deleting the waveform when it is no longer needed.
''',
'note': '''
The F64 data must be between –1.0 and +1.0 V. Use the
NIFGEN_ATTR_DIGITAL_GAIN attribute to generate different voltage
outputs.
''',
},
},
'CreateWaveformFromFileHWS': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the channel name for which you want to create the waveform.
**Defined Value**: "0"
**Default Value**: "0"
''',
},
},
{
'direction': 'in',
'name': 'FileName',
'type': 'ViConstString',
'documentation': {
'description': 'The full path and name of the file where the waveform data resides.',
},
},
{
'direction': 'in',
'name': 'useRateFromWaveform',
'type': 'ViBoolean',
'documentation': {
'description': '''
| If you set this parameter input to VI_TRUE and if onboard signal
processing (OSP) is enabled, the rate from the waveform is interpreted
as the data rate, and FGEN sets the data rate attribute for you. In
all other cases, it is interpreted as the sample rate, and FGEN sets
the sample rate attribute for you.
****Defined Values****
|
| ****Default Value**:** VI_TRUE
''',
'table_body': [['VI_TRUE', 'Use rate from waveform.'], ['VI_FALSE', 'Do not use rate from waveform.']],
},
},
{
'direction': 'in',
'name': 'useGainAndOffsetFromWaveform',
'type': 'ViBoolean',
'documentation': {
'description': '''
| If this input is set to VI_TRUE, NI-FGEN retrieves the gain and
offset values from the specified HWS file and applies them to the
NI-FGEN driver.
****Defined Values****
|
| ****Default Value**:** VI_TRUE
''',
'table_body': [['VI_TRUE', 'Use gain and offset from waveform.'], ['VI_FALSE', 'Do not use gain and offset from waveform.']],
},
},
{
'direction': 'out',
'name': 'waveformHandle',
'type': 'ViInt32',
'documentation': {
'description': '''
The handle that identifies the new waveform. This handle is used later
when referring to this waveform.
''',
},
},
],
'documentation': {
'description': '''
| Takes the waveform data from the specified HWS (Hierarchical Waveform
Storage) file and creates an onboard waveform for use in Arbitrary
Waveform or Arbitrary Sequence output mode. The **waveformHandle**
returned by this function can be used later for setting the active
waveform, changing the data in the waveform, building sequences of
waveforms, or deleting the waveform when it is no longer needed.
| When the Analog Waveform Editor saves data in an HWS file, it also
stores the rate, gain, and offset with the data. If the
**useRateFromWaveform** and **useGain&OffsetFromWaveform;** parameters
are set to VI_TRUE, this function also sets those properties.
|
''',
'note': '''
If you choose to have this function set the gain and offset properties
for you, you should **not** use the niFgen_ConfigureArbWaveform or
niFgen_ConfigureArbSequence functions, as they also set the gain and
offset, thereby overriding the values set by this function. Instead, use
the NIFGEN_ATTR_ARB_WAVEFORM_HANDLE or
NIFGEN_ATTR_ARB_SEQUENCE_HANDLE attributes.
''',
},
},
'CreateWaveformFromFileI16': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the channel name for which you want to create the waveform.
**Default Value**: "0"
''',
},
},
{
'direction': 'in',
'name': 'FileName',
'type': 'ViConstString',
'documentation': {
'description': 'The full path and name of the file where the waveform data resides.',
},
},
{
'direction': 'in',
'name': 'byteOrder',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the byte order of the data in the file.
****Defined Values****
|
| ****Default Value**:** NIFGEN_VAL_LITTLE_ENDIAN
''',
'note': '''
Data written by most applications in Windows (including
LabWindows™/CVI™) is in Little Endian format. Data written to a file
from LabVIEW is in Big Endian format by default on all platforms. Big
Endian and Little Endian refer to the way data is stored in memory,
which can differ on different processors.
''',
'table_body': [['NIFGEN_VAL_LITTLE_ENDIAN', 'Little Endian Data—The least significant bit is stored at the lowest address, followed by the other bits, in order of increasing significance.'], ['NIFGEN_VAL_BIG_ENDIAN', 'Big Endian Data—The most significant bit is stored at the lowest address, followed by the other bits, in order of decreasing significance.']],
},
},
{
'direction': 'out',
'name': 'waveformHandle',
'type': 'ViInt32',
'documentation': {
'description': '''
The handle that identifies the new waveform. This handle is used later
when referring to this waveform.
''',
},
},
],
'documentation': {
'description': '''
Takes the binary 16-bit signed integer (I16) data from the specified
file and creates an onboard waveform for use in Arbitrary Waveform or
Arbitrary Sequence output mode. The **waveformHandle** returned by this
function can later be used for setting the active waveform, changing the
data in the waveform, building sequences of waveforms, or deleting the
waveform when it is no longer needed.
''',
'note': '''
The I16 data (values between –32768 and +32767) is assumed to
represent –1 to +1 V. Use the NIFGEN_ATTR_DIGITAL_GAIN attribute to
generate different voltage outputs.
''',
},
},
'CreateWaveformI16': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the channel name for which you want to create the waveform.
**Default Value**: "0"
''',
},
},
{
'direction': 'in',
'name': 'waveformSize',
'type': 'ViInt32',
'documentation': {
'description': '''
| Specifies the size of the arbitrary waveform that you want to create.
| The size must meet the following restrictions:
- The size must be less than or equal to the maximum waveform size that
the device allows.
- The size must be greater than or equal to the minimum waveform size
that the device allows.
- The size must be an integer multiple of the device waveform quantum.
You can obtain these values from the **maximumWaveformSize**,
**minimumWaveformSize**, and **waveformQuantum** parameters of the
nifgen_QueryArbWfmCapabilities function.
|
| ****Default Value**:** None
''',
},
},
{
'direction': 'in',
'name': 'waveformDataArray',
'type': 'ViInt16[]',
'documentation': {
'description': '''
Specify the array of data that you want to use for the new arbitrary
waveform. The array must have at least as many elements as the value
that you specify in the Waveform Size parameter.
You must normalize the data points in the array to be between -32768 and
+32767.
****Default Value**:** None
''',
},
},
{
'direction': 'out',
'name': 'waveformHandle',
'type': 'ViInt32',
'documentation': {
'description': '''
The handle that identifies the new waveform. This handle is used later
when referring to this waveform.
''',
},
},
],
'documentation': {
'description': '''
Creates an onboard waveform from binary 16-bit signed integer (I16) data
for use in Arbitrary Waveform or Arbitrary Sequence output mode. The
**waveformHandle** returned can later be used for setting the active
waveform, changing the data in the waveform, building sequences of
waveforms, or deleting the waveform when it is no longer needed.
''',
'note': '''
You must call the nifgen_ConfigureOutputMode function to set the
**outputMode** parameter to NIFGEN_VAL_OUTPUT_ARB or
NIFGEN_VAL_OUTPUT_SEQ before calling this function.
''',
},
},
'DefineUserStandardWaveform': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the channel name for which you want to define a user standard
waveform.
**Default Value**: "0"
''',
},
},
{
'direction': 'in',
'name': 'waveformSize',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the size of the waveform in samples.
**Default Value**: 16384
''',
},
},
{
'direction': 'in',
'name': 'waveformDataArray',
'type': 'ViReal64[]',
'documentation': {
'description': '''
Specifies the array of data you want to use for the new arbitrary
waveform. The array must have at least as many elements as the value
that you specify in **waveformSize**.
You must normalize the data points in the array to be between –1.00 and
+1.00.
**Default Value**: None
''',
},
},
],
'documentation': {
'description': '''
Defines a user waveform for use in either Standard Function or Frequency
List output mode.
To select the waveform, set the **waveform** parameter to
NIFGEN_VAL_WFM_USER with either the nifgen_ConfigureStandardWaveform
or the nifgen_CreateFreqList function.
The waveform data must be scaled between –1.0 and 1.0. Use the
**amplitude** parameter in the niFgen_ConfigureStandardWaveform
function to generate different output voltages.
''',
'note': '''
You must call the nifgen_ConfigureOutputMode function to set the
**outputMode** parameter to NIFGEN_VAL_OUTPUT_FUNC or
NIFGEN_VAL_OUTPUT_FREQ_LIST before calling this function.
''',
},
},
'DeleteNamedWaveform': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the channel onto which the named waveform is loaded.
**Default Value**: "0"
''',
},
},
{
'direction': 'in',
'name': 'waveformName',
'type': 'ViConstString',
'documentation': {
'description': 'Specifies the name to associate with the allocated waveform.',
},
},
],
'documentation': {
'description': '''
Removes a previously created arbitrary waveform from the signal
generator memory and invalidates the waveform handle.
''',
'note': '''
The signal generator must not be in the Generating state when you call
this function.
''',
},
},
'DeleteScript': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the channel onto which the script is loaded.
**Default Value**: "0"
''',
},
},
{
'direction': 'in',
'name': 'scriptName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the name of the script you want to delete. The script name
appears in the text of the script following the script keyword.
''',
},
},
],
'documentation': {
'description': 'Deletes the specified script from onboard memory.',
},
},
'Disable': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
],
'documentation': {
'description': '''
Places the instrument in a quiescent state where it has minimal or no
impact on the system to which it is connected. The analog output and all
exported signals are disabled.
''',
},
},
'DisableAnalogFilter': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the channel name for which you want to disable the analog
filter.
**Default Value**: "0"
''',
},
},
],
'documentation': {
'description': '''
Disables the analog filter. This function sets the
NIFGEN_ATTR_ANALOG_FILTER_ENABLED attribute to VI_FALSE. This
setting can be applied in Arbitrary Waveform, Arbitrary Sequence, or
Script output modes. You also can use this setting in Standard Function
and Frequency List output modes for user-defined waveforms.
''',
},
},
'DisableDigitalFilter': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the channel name for which you want to disable the digital
filter.
**Default Value**: "0"
''',
},
},
],
'documentation': {
'description': '''
Disables the digital filter. This function sets the
NIFGEN_ATTR_DIGITAL_FILTER_ENABLED attribute to VI_FALSE. This
setting can be applied in Arbitrary Waveform, Arbitrary Sequence, or
Script output modes. You also can use this setting in Standard Function
and Frequency List output modes for user-defined waveforms.
''',
},
},
'DisableDigitalPatterning': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the channel name for which you want to disable digital pattern
output.
**Default Value**: "0"
''',
},
},
],
'documentation': {
'description': '''
Disables digital pattern output on the signal generator. This function
sets the NIFGEN_ATTR_DIGITAL_PATTERN_ENABLED attribute to VI_FALSE.
''',
},
},
'DisableScriptTrigger': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'triggerId',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the Script Trigger used for triggering.
**Defined Values**
**Default Value**: "ScriptTrigger0"
''',
'table_body': [['"ScriptTrigger0"', 'Script Trigger 0'], ['"ScriptTrigger1"', 'Script Trigger 1'], ['"ScriptTrigger2"', 'Script Trigger 2'], ['"ScriptTrigger3"', 'Script Trigger 3']],
},
},
],
'documentation': {
'description': 'Disables the specified Script Trigger.',
},
},
'DisableStartTrigger': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
],
'documentation': {
'description': 'Disables the Start Trigger.',
},
},
'EnableAnalogFilter': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the channel name for which you want to enable the analog
filter.
**Default Value**: "0"
''',
},
},
{
'direction': 'in',
'name': 'filterCorrectionFrequency',
'type': 'ViReal64',
'documentation': {
'description': '''
Specifies the filter correction frequency of the analog filter. On the
NI 5411 and NI 5431, NI-FGEN adjusts signal amplitude to compensate for
the filter attenuation at that frequency. To disable amplitude
correction, set **filterCorrectionFrequency** to 0. For Standard
Function output mode, **filterCorrectionFrequency** typically should be
set to the same value as the frequency of the standard waveform.
**Units**: hertz
**Default Value**: 0
''',
},
},
],
'documentation': {
'description': '''
Configures the analog filter for the device. This function sets the
NIFGEN_ATTR_ANALOG_FILTER_ENABLED attribute to VI_TRUE. This
setting can be applied in Arbitrary Waveform, Arbitrary Sequence, or
Script output modes. You also can use this setting in Standard Function
and Frequency List output modes for user-defined waveforms.
''',
},
},
'EnableDigitalFilter': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the channel name for which you want to enable the digital
filter.
**Default Value**: "0"
''',
},
},
],
'documentation': {
'description': '''
Enables the digital filter by setting the
NIFGEN_ATTR_DIGITAL_FILTER_ENABLED attribute to VI_TRUE. This
setting can be applied in Arbitrary Waveform, Arbitrary Sequence, or
Script output modes. You also can use this setting in Standard Function
and Frequency List output modes for user-defined waveforms.
''',
},
},
'EnableDigitalPatterning': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the channel name for which you want to enable the digital
pattern output.
**Default Value**: "0"
''',
},
},
],
'documentation': {
'description': '''
Enables digital pattern output on the signal generator. This function
sets the NIFGEN_ATTR_DIGITAL_PATTERN_ENABLED attribute to VI_TRUE.
''',
},
},
'ErrorHandler': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init or the niFgen_InitWithOptions functions and identifies a
particular instrument session.
You can pass VI_NULL for this parameter. Passing VI_NULL is useful
when one of the initialize functions fails.
**Default Value**: VI_NULL
''',
},
},
{
'direction': 'in',
'name': 'errorCode',
'type': 'ViStatus',
'documentation': {
'description': '''
Specifies the **status** parameter that is returned from any of the
NI-FGEN functions.
**Default Value**: 0 (VI_SUCCESS)
''',
},
},
{
'direction': 'out',
'name': 'errorMessage',
'type': 'ViChar[]',
'documentation': {
'description': '''
Returns the error message string read from the instrument error message
queue.
You must pass a ViChar array with at least 256 bytes.
''',
},
},
],
'documentation': {
'description': '''
Converts a status code returned by an NI-FGEN function into a
user-readable string and returns any error elaborations.
''',
},
},
'ExportSignal': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'Signal',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the source of the signal to route.
****Defined Values****
''',
'table_body': [['NIFGEN_VAL_ONBOARD_REFERENCE_CLOCK', 'Onboard 10 MHz synchronization clock (PCI only)'], ['NIFGEN_VAL_SYNC_OUT', 'SYNC OUT signal The SYNC OUT signal is normally generated on the SYNC OUT front panel connector.'], ['NIFGEN_VAL_START_TRIGGER', 'Start Trigger'], ['NIFGEN_VAL_MARKER_EVENT', 'Marker Event'], ['NIFGEN_VAL_SAMPLE_CLOCK_TIMEBASE', 'The clock from which the Sample Clock is derived'], ['NIFGEN_VAL_SYNCHRONIZATION', 'Synchronization strobe (NI 5404/5411/5431 only) A synchronization strobe is used to guarantee absolute synchronization between two or more signal generators.'], ['NIFGEN_VAL_SAMPLE_CLOCK', 'Sample Clock'], ['NIFGEN_VAL_REFERENCE_CLOCK', 'PLL Reference Clock'], ['NIFGEN_VAL_SCRIPT_TRIGGER', 'Script Trigger'], ['NIFGEN_VAL_READY_FOR_START_EVENT', 'Ready For Start Event'], ['NIFGEN_VAL_STARTED_EVENT', 'Started Event'], ['NIFGEN_VAL_DONE_EVENT', 'Done Event'], ['NIFGEN_VAL_DATA_MARKER_EVENT', 'Data Marker Event']],
},
},
{
'direction': 'in',
'name': 'signalIdentifier',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies which instance of the selected signal to export.
****Defined Values****
''',
'table_body': [['"" (empty string)', 'Default (for non instance-based signals)'], ['"ScriptTrigger0"', 'Script Trigger 0'], ['"ScriptTrigger1"', 'Script Trigger 1'], ['"ScriptTrigger2"', 'Script Trigger 2'], ['"ScriptTrigger3"', 'Script Trigger 3'], ['"Marker0"', 'Marker 0'], ['"Marker1"', 'Marker 1'], ['"Marker2"', 'Marker 2'], ['"Marker3"', 'Marker 3'], ['"DataMarker0"', 'Data Marker 0\\*'], ['"DataMarker1"', 'Data Marker 1\\*'], ['"DataMarker2"', 'Data Marker 2\\*'], ['"DataMarker3"', 'Data Marker 3\\*'], ['\\* These Data Marker values apply only to single-channel devices or to multichannel devices that are configured for single-channel operation. When using a device that is configured for multichannel operation, specify the channel number along with the signal identifier. For example, to export Data Marker 0 on channel 1 of a device configured for multichannel operation, use the value "1/ DataMarker0." If you do not specify a channel when using a device configured for multichannel generation, DataMarker0 generates on all channels.']],
},
},
{
'direction': 'in',
'name': 'outputTerminal',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the output terminal to export the signal.
****Defined Values****
''',
'note': '''
The following **Defined Values** are examples of possible output
terminals. For a complete list of the output terminals available on your
device, refer to the Routes topic for your device or the **Device
Routes** tab in MAX.
''',
'table_body': [['"" (empty string)', 'Do not export signal'], ['"PFI0"', 'PFI line 0'], ['"PFI1"', 'PFI line 1'], ['"PFI4"', 'PFI line 4'], ['"PFI5"', 'PFI line 5'], ['"PXI_Trig0"', 'PXI or RTSI line 0'], ['"PXI_Trig1"', 'PXI or RTSI line 1'], ['"PXI_Trig2"', 'PXI or RTSI line 2'], ['"PXI_Trig3"', 'PXI or RTSI line 3'], ['"PXI_Trig4"', 'PXI or RTSI line 4'], ['"PXI_Trig5"', 'PXI or RTSI line 5'], ['"PXI_Trig6"', 'PXI or RTSI line 6'], ['"PXI_Trig7"', 'PXI or RTSI line 7'], ['"DDC_ClkOut"', 'Clock out from DDC connector'], ['"PXI_Star"', 'PXI star trigger line']],
},
},
],
'documentation': {
'description': '''
Routes signals (clocks, triggers, and events) to the output terminal you
specify.
Any routes created within a session persist after the session closes to
prevent signal glitching. To unconfigure signal routes created in
previous sessions, set **resetDevice** in the niFgen_init function to
VI_TRUE or use the niFgen_ResetDevice function.
If you export a signal with this function and commit the session, the
signal is routed to the output terminal you specify.
''',
},
},
'GetAttributeViBoolean': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the name of the channel on which to check the attribute value
if the attribute is channel-based. If the attribute is not
channel-based, then pass VI_NULL or an empty string ("").
**Default Value**: "" (empty string)
''',
},
},
{
'direction': 'in',
'name': 'attributeId',
'type': 'ViAttr',
'documentation': {
'description': 'Specifies the ID of an attribute.',
},
},
{
'direction': 'out',
'name': 'attributeValue',
'type': 'ViBoolean',
'documentation': {
'description': '''
Returns the current value of the attribute. Pass the address of a
ViBoolean variable.
''',
},
},
],
'documentation': {
'description': '''
Queries the value of a ViBoolean attribute.
You can use this function to get the values of instrument-specific
attributes and inherent IVI attributes. If the attribute represents an
instrument state, this function performs instrument I/O in the following
cases:
- State caching is disabled for the entire session or for the
particular attribute.
- State caching is enabled and the currently cached value is invalid.
''',
},
},
'GetAttributeViInt32': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the name of the channel on which to check the attribute value
if the attribute is channel-based. If the attribute is not
channel-based, then pass VI_NULL or an empty string ("").
**Default Value**: "" (empty string)
''',
},
},
{
'direction': 'in',
'name': 'attributeId',
'type': 'ViAttr',
'documentation': {
'description': 'Specifies the ID of an attribute.',
},
},
{
'direction': 'out',
'name': 'attributeValue',
'type': 'ViInt32',
'documentation': {
'description': '''
Returns the current value of the attribute. Pass the address of a
ViInt32 variable.
''',
},
},
],
'documentation': {
'description': '''
Queries the value of a ViInt32 attribute. You can use this function to
get the values of instrument-specific attributes and inherent IVI
attributes. If the attribute represents an instrument state, this
function performs instrument I/O in the following cases:
- State caching is disabled for the entire session or for the
particular attribute.
- State caching is enabled and the currently cached value is invalid.
''',
},
},
'GetAttributeViInt64': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the name of the channel on which to check the attribute value
if the attribute is channel-based. If the attribute is not
channel-based, then pass VI_NULL or an empty string ("").
**Default Value**: "" (empty string)
''',
},
},
{
'direction': 'in',
'name': 'attributeId',
'type': 'ViAttr',
'documentation': {
'description': 'Specifies the ID of an attribute.',
},
},
{
'direction': 'out',
'name': 'attributeValue',
'type': 'ViInt64',
'documentation': {
'description': '''
Returns the current value of the attribute. Pass the address of a
ViInt64 variable.
''',
},
},
],
'documentation': {
'description': '''
Queries the value of a ViInt64 attribute. You can use this function to
get the values of instrument-specific attributes and inherent IVI
attributes. If the attribute represents an instrument state, this
function performs instrument I/O in the following cases:
- State caching is disabled for the entire session or for the
particular attribute.
- State caching is enabled and the currently cached value is invalid.
''',
},
},
'GetAttributeViReal64': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the name of the channel on which to check the attribute value
if the attribute is channel-based. If the attribute is not
channel-based, then pass VI_NULL or an empty string ("").
**Default Value**: "" (empty string)
''',
},
},
{
'direction': 'in',
'name': 'attributeId',
'type': 'ViAttr',
'documentation': {
'description': 'Specifies the ID of an attribute.',
},
},
{
'direction': 'out',
'name': 'attributeValue',
'type': 'ViReal64',
'documentation': {
'description': '''
Returns the current value of the attribute. Pass the address of a
ViReal64 variable.
''',
},
},
],
'documentation': {
'description': '''
Queries the value of a ViReal64 attribute.
You can use this function to get the values of instrument-specific
attributes and inherent IVI attributes. If the attribute represents an
instrument state, this function performs instrument I/O in the following
cases:
- State caching is disabled for the entire session or for the
particular attribute.
- State caching is enabled and the currently cached value is invalid.
''',
},
},
'GetAttributeViSession': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the name of the channel on which to check the attribute value
if the attribute is channel-based. If the attribute is not
channel-based, then pass VI_NULL or an empty string ("").
**Default Value**: "" (empty string)
''',
},
},
{
'direction': 'in',
'name': 'attributeId',
'type': 'ViAttr',
'documentation': {
'description': 'Specifies the ID of an attribute.',
},
},
{
'direction': 'out',
'name': 'attributeValue',
'type': 'ViSession',
'documentation': {
'description': '''
Returns the current value of the attribute. Pass the address of a
ViSession variable.
''',
},
},
],
'documentation': {
'description': '''
Queries the value of a ViSession attribute.
You can use this function to get the values of instrument-specific
attributes and inherent IVI attributes. If the attribute represents an
instrument state, this function performs instrument I/O in the following
cases:
- State caching is disabled for the entire session or for the
particular attribute.
- State caching is enabled and the currently cached value is invalid.
''',
},
},
'GetAttributeViString': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the name of the channel on which to check the attribute value
if the attribute is channel-based. If the attribute is not
channel-based, then pass VI_NULL or an empty string ("").
**Default Value**: "" (empty string)
''',
},
},
{
'direction': 'in',
'name': 'attributeId',
'type': 'ViAttr',
'documentation': {
'description': 'Specifies the ID of an attribute.',
},
},
{
'direction': 'in',
'name': 'arraySize',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the number of bytes in the ViChar array you specify for the
**attributeValue** parameter.
If the current value of the attribute, including the terminating NUL
byte, contains more bytes than you indicate in this parameter, the
function copies **arraySize** – 1 bytes into the buffer, places an ASCII
NUL byte at the end of the buffer, and returns the array size you must
pass to get the entire value. For example, if the value is 123456 and
**arraySize** is 4, the function places 123 into the buffer and returns
7.
If you pass a negative number, the function copies the value to the
buffer regardless of the number of bytes in the value.
If you pass 0, you can pass VI_NULL for the **attributeValue** buffer
parameter.
''',
},
},
{
'direction': 'out',
'name': 'attributeValue',
'type': 'ViChar[]',
'documentation': {
'description': '''
The buffer in which the function returns the current value of the
attribute. The buffer must be a ViChar data type and have at least as
many bytes as indicated in the **arraySize** parameter.
If the current value of the attribute, including the terminating NUL
byte, contains more bytes than you indicate in this parameter, the
function copies **arraySize** – 1 bytes into the buffer, places an ASCII
NUL byte at the end of the buffer, and returns the array size you must
pass to get the entire value. For example, if the value is 123456 and
**arraySize** is 4, the function places 123 into the buffer and returns
7.
If you specify 0 for the **arraySize** parameter, you can pass VI_NULL
for this parameter.
''',
},
},
],
'documentation': {
'description': '''
Queries the value of a ViString attribute.
You can use this function to get the values of instrument-specific
attributes and inherent IVI attributes. If the attribute represents an
instrument state, this function performs instrument I/O in the following
cases:
- State caching is disabled for the entire session or for the
particular attribute.
- State caching is enabled and the currently cached value is invalid.
You must provide a ViChar array to serve as a buffer for the value. You
pass the number of bytes in the buffer as the **arraySize** parameter.
If the current value of the attribute, including the terminating NUL
byte, is larger than the size you indicate in the **arraySize**
parameter, the function copies **arraySize** – 1 bytes into the buffer,
places an ASCII NUL byte at the end of the buffer, and returns the array
size you must pass to get the entire value. For example, if the value is
123456 and **arraySize** is 4, the function places 123 into the buffer
and returns 7.
If you want to call this function just to get the required array size,
you can pass 0 for **arraySize** and VI_NULL for the **attributeValue**
buffer.
If you want the function to fill in the buffer regardless of the number
of bytes in the value, pass a negative number for the **arraySize**
parameter.
''',
},
},
'GetCalUserDefinedInfo': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
nifgen_init or the nifgen_InitExtCal function and identifies a
particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'Info',
'type': 'ViString',
'documentation': {
'description': '''
Specifies a string into which the user information is copied. This
parameter must point to a character buffer large enough to hold the
information string.
''',
},
},
],
'documentation': {
'description': '''
Retrieves user-defined information from the onboard EEPROM. Call the
nifgen_GetCalUserDefinedInfoMaxSize function to determine the number of
characters that can be retrieved. The buffer you provide should be the
size of the maximum number of characters stored plus one termination
character.
''',
},
},
'GetCalUserDefinedInfoMaxSize': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
nifgen_init or the nifgen_InitExtCal function and identifies a
particular instrument session.
''',
},
},
{
'direction': 'out',
'name': 'infoSize',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the maximum number of characters of user defined info that can
be stored in the onboard EEPROM.
''',
},
},
],
'documentation': {
'description': '''
Returns the maximum number of characters, excluding the termination
character, of user-defined information that can be stored in the onboard
EEPROM.
''',
},
},
'GetError': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init or the nifgen_InitWithOptions functions and identifies a
particular instrument session.
You can pass VI_NULL for this parameter. Passing VI_NULL is useful
when one of the initialize functions fail.
**Default Value**: VI_NULL
''',
},
},
{
'direction': 'out',
'name': 'errorCode',
'type': 'ViStatus',
'documentation': {
'description': '''
The error code for the session or execution thread.
A value of VI_SUCCESS (0) indicates that no error occurred. A positive
value indicates a warning. A negative value indicates an error.
You can call nifgen_error_message to get a text description of the
value.
If you are not interested in this value, you can pass VI_NULL.
''',
},
},
{
'direction': 'in',
'name': 'errorDescriptionBufferSize',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the size of the **errorDescription** array.
You can determine the array size needed to store the entire error
description by setting this parameter to 0. The function then ignores
the **errorDescription** buffer, which may be set to VI_NULL, and gives
as its return value the required buffer size. You can then call the
function a second time using the correct buffer size.
''',
},
},
{
'direction': 'out',
'name': 'errorDescription',
'type': 'ViChar[]',
'documentation': {
'description': '''
The error description string for the session or execution thread. If the
error code is nonzero, the description string can further describe the
error or warning condition.
If you are not interested in this value, you can pass VI_NULL.
Otherwise, you must pass a ViChar array of a size specified with the
**errorDescriptionBufferSize** parameter.
''',
},
},
],
'documentation': {
'description': '''
Returns the error information associated with an IVI session or with the
current execution thread. If you specify a valid IVI session for the
**vi** parameter, this function retrieves and then clears the error
information for the session. If you pass VI_NULL for the **vi**
parameter, this function retrieves and then clears the error information
for the current execution thread.
The IVI Engine also maintains this error information separately for each
thread. This feature is useful if you do not have a session handle to
pass to the niFgen_GetError or nifgen_ClearError functions. This
situation occurs when a call to the nifgen_init or
nifgen_InitWithOptions function fails.
''',
},
},
'GetExtCalLastDateAndTime': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
nifgen_init or the nifgen_InitExtCal function and identifies a
particular instrument session.
''',
},
},
{
'direction': 'out',
'name': 'Year',
'type': 'ViInt32',
'documentation': {
'description': 'Specifies the year of the last successful calibration.',
},
},
{
'direction': 'out',
'name': 'Month',
'type': 'ViInt32',
'documentation': {
'description': 'Specifies the month of the last successful calibration.',
},
},
{
'direction': 'out',
'name': 'Day',
'type': 'ViInt32',
'documentation': {
'description': 'Specifies the day of the last successful calibration.',
},
},
{
'direction': 'out',
'name': 'Hour',
'type': 'ViInt32',
'documentation': {
'description': 'Specifies the hour of the last successful calibration.',
},
},
{
'direction': 'out',
'name': 'Minute',
'type': 'ViInt32',
'documentation': {
'description': 'Specifies the minute of the last successful calibration.',
},
},
],
'documentation': {
'description': '''
Returns the date and time of the last successful external calibration.
The time returned is 24-hour (military) local time; for example, if the
device was calibrated at 2:30 PM, this function returns 14 for the
**hour** parameter and 30 for the **minute** parameter.
''',
},
},
'GetExtCalLastTemp': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
nifgen_init or the nifgen_InitExtCal function and identifies a
particular instrument session.
''',
},
},
{
'direction': 'out',
'name': 'Temperature',
'type': 'ViReal64',
'documentation': {
'description': '''
Specifies the temperature at the last successful calibration in degrees
Celsius.
''',
},
},
],
'documentation': {
'description': '''
Returns the temperature at the last successful external calibration. The
temperature is returned in degrees Celsius.
''',
},
},
'GetExtCalRecommendedInterval': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
nifgen_init or the nifgen_InitExtCal function and identifies a
particular instrument session.
''',
},
},
{
'direction': 'out',
'name': 'Months',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the recommended interval between external calibrations in
months.
''',
},
},
],
'documentation': {
'description': '''
Returns the recommended interval between external calibrations in
months.
''',
},
},
'GetFIRFilterCoefficients': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the channel name for which you want to configure the operation
mode.
**Defined Value**: "0"
''',
},
},
{
'direction': 'in',
'name': 'arraySize',
'type': 'ViInt32',
'documentation': {
'description': 'Specifies the size of the coefficient array',
},
},
{
'direction': 'in',
'name': 'coefficientsArray',
'type': 'ViReal64[]',
'documentation': {
'description': '''
Specifies the array of data the onboard signal processor uses for the
FIR filter coefficients. For the NI 5441, provide a symmetric array of
95 coefficients to this parameter. The array must have at least as many
elements as the value that you specify in the **numberOfCoefficients**
parameter in this function.
The coefficients should range between –1.00 and +1.00.
''',
},
},
{
'direction': 'in',
'name': 'numberOfCoefficientsRead',
'type': 'ViInt32[]',
'documentation': {
'description': '''
Specifies the array of data containing the number of coefficients you
want to read.
''',
},
},
],
'documentation': {
'description': '''
| Returns the FIR filter coefficients used by the onboard signal
processing block. These coefficients are determined by NI-FGEN and
based on the FIR filter type and corresponding attribute (Alpha,
Passband, BT) unless you are using the custom filter. If you are using
a custom filter, the coefficients returned are those set with the
nifgen_ConfigureCustomFIRFilterCoefficients function coerced to the
quantized values used by the device.
| To use this function, first call an instance of the
niFgen_GetFIRFilterCoefficients function with the
**coefficientsArray** parameter set to VI_NULL. Calling the function
in this state returns the current size of the **coefficientsArray** as
the value of the **numberOfCoefficientsRead** parameter. Create an
array of this size, and call the niFgen_GetFIRFilterCoefficients
function a second time, passing the new array as the
**coefficientsArray** parameter and the size as the **arraySize**
parameter. This second function call populates the array with the FIR
filter coefficients.
| Refer to the FIR Filter topic for your device in the *NI Signal
Generators Help* for more information about FIR filter coefficients.
This function is supported only for the NI 5441.
| **Default Value**: None
''',
},
},
'GetHardwareState': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'out',
'name': 'state',
'type': 'ViInt32',
'documentation': {
'description': '''
Returns the hardware state of the signal generator.
**Defined Values**
''',
'table_body': [['NIFGEN_VAL_IDLE', 'The device is in the Idle state.'], ['NIFGEN_VAL_WAITING_FOR_START_TRIGGER', 'The device is waiting for Start Trigger.'], ['NIFGEN_VAL_RUNNING', 'The device is in the Running state.'], ['NIFGEN_VAL_DONE', 'The generation has completed successfully.'], ['NIFGEN_VAL_HARDWARE_ERROR', 'There is a hardware error.']],
},
},
],
'documentation': {
'description': '''
Returns the current hardware state of the device and, if the device is
in the hardware error state, the current hardware error.
''',
'note': 'Hardware states do not necessarily correspond to NI-FGEN states.',
},
},
'GetNextCoercionRecord': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'bufferSize',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the number of bytes in the ViChar array you specify for the
**coercionRecord** parameter.
If the next coercion record string, including the terminating NUL byte,
contains more bytes than you indicate in this parameter, the function
copies **bufferSize** – 1 bytes into the buffer, places an ASCII NUL
byte at the end of the buffer, and returns the buffer size that you must
pass to get the entire value. For example, if the value is 123456 and
the buffer size is 4, the function places 123 into the buffer and
returns 7.
If you pass a negative number, the function copies the value to the
buffer regardless of the number of bytes in the value.
If you pass 0, you can pass VI_NULL for the **coercionRecord** buffer
parameter.
**Default Value**: None
''',
},
},
{
'direction': 'out',
'name': 'coercionRecord',
'type': 'ViChar[]',
'documentation': {
'description': '''
Returns the next coercion record for the IVI session. If there are no
coercion records, the function returns an empty string.
The buffer must contain at least as many elements as the value you
specify with the **bufferSize** parameter. If the next coercion record
string, including the terminating NUL byte, contains more bytes than you
indicate with the **bufferSize** parameter, the function copies
**bufferSize** – 1 bytes into the buffer, places an ASCII NUL byte at
the end of the buffer, and returns the buffer size that you must pass to
get the entire value. For example, if the value is "123456" and
**bufferSize** is 4, the function places "123" into the buffer and
returns 7.
This parameter returns an empty string if no coercion records remain for
the session.
''',
},
},
],
'documentation': {
'description': '''
Returns the coercion information associated with the IVI session. This
function retrieves and clears the oldest instance in which the NI-FGEN
coerced a value you specified to another value.
If you set the NIFGEN_ATTR_RECORD_COERCIONS attribute to VI_TRUE,
NI-FGEN keeps a list of all coercions it makes on ViInt32 or ViReal64
values that you pass to NI-FGEN functions. You use this function to
retrieve information from that list.
If the next coercion record string, including the terminating NUL byte,
contains more bytes than you indicate in this parameter, the function
copies **bufferSize** – 1 bytes into the buffer, places an ASCII NUL
byte at the end of the buffer, and returns the buffer size you must pass
to get the entire value. For example, if the value is 123456 and
**bufferSize** is 4, the function places 123 into the buffer and returns
7.
If you pass a negative number, the function copies the value to the
buffer regardless of the number of bytes in the value.
If you pass 0, you can pass VI_NULL for the **coercionRecord** buffer
parameter.
The function returns an empty string in the **coercionRecord** parameter
if no coercion records remain for the session.
''',
},
},
'GetNextInterchangeWarning': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'bufferSize',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the number of bytes in the ViChar array you specify for the
**interchangeWarning** parameter.
If the next interchangeability warning string, including the terminating
NUL byte, contains more bytes than you indicate in this parameter, the
function copies **bufferSize** – 1 bytes into the buffer, places an
ASCII NUL byte at the end of the buffer, and returns the buffer size
that you must pass to get the entire value. For example, if the value is
123456 and **bufferSize** is 4, the function places 123 into the buffer
and returns 7.
If you pass a negative number, the function copies the value to the
buffer regardless of the number of bytes in the value.
If you pass 0, you can pass VI_NULL for the **interchangeWarning**
buffer parameter.
**Default Value**: None
''',
},
},
{
'direction': 'out',
'name': 'interchangeWarning',
'type': 'ViChar[]',
'documentation': {
'description': '''
Returns the next interchange warning for the IVI session. If there are
no interchange warnings, the function returns an empty string.
The buffer must contain at least as many elements as the value you
specify with the **bufferSize** parameter. If the next
interchangeability warning string, including the terminating NUL byte,
contains more bytes than you indicate with the **bufferSize** parameter,
the function copies **bufferSize** – 1 bytes into the buffer, places an
ASCII NUL byte at the end of the buffer, and returns the buffer size
that you must pass to get the entire value. For example, if the value is
123456 and **bufferSize** is 4, the function places 123 into the buffer
and returns 7.
This parameter returns an empty string if no interchangeability warnings
remain for the session.
''',
},
},
],
'documentation': {
'description': '''
Returns the interchangeability warnings associated with the IVI session.
It retrieves and clears the oldest instance in which the class driver
recorded an interchangeability warning. Interchangeability warnings
indicate that using your application with a different instrument might
cause different behavior. Use this function to retrieve
interchangeability warnings.
NI-FGEN performs interchangeability checking when the
NIFGEN_ATTR_INTERCHANGE_CHECK attribute is set to VI_TRUE.
The function returns an empty string in the **interchangeWarning**
parameter if no interchangeability warnings remain for the session.
In general, NI-FGEN generates interchangeability warnings when an
attribute that affects the behavior of the instrument is in a state that
you did not specify.
''',
},
},
'GetSelfCalLastDateAndTime': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
nifgen_init or the nifgen_InitExtCal function and identifies a
particular instrument session.
''',
},
},
{
'direction': 'out',
'name': 'Year',
'type': 'ViInt32',
'documentation': {
'description': 'Specifies the year of the last successful calibration.',
},
},
{
'direction': 'out',
'name': 'Month',
'type': 'ViInt32',
'documentation': {
'description': 'Specifies the month of the last successful calibration.',
},
},
{
'direction': 'out',
'name': 'Day',
'type': 'ViInt32',
'documentation': {
'description': 'Specifies the day of the last successful calibration.',
},
},
{
'direction': 'out',
'name': 'Hour',
'type': 'ViInt32',
'documentation': {
'description': 'Specifies the hour of the last successful calibration.',
},
},
{
'direction': 'out',
'name': 'Minute',
'type': 'ViInt32',
'documentation': {
'description': 'Specifies the minute of the last successful calibration.',
},
},
],
'documentation': {
'description': '''
Returns the date and time of the last successful self-calibration.
All values are returned as separate parameters. Each parameter is
returned as an integer, including the year, month, day, hour, minute,
and second. For example, if the device is calibrated in September 2013,
this function returns 9 for the **month** parameter and 2013 for the
**year** parameter.
The time returned is 24-hour (military) local time. For example, if the
device was calibrated at 2:30 PM, this function returns 14 for the
**hours** parameter and 30 for the **minutes** parameter.
''',
},
},
'GetSelfCalLastTemp': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
nifgen_init or the nifgen_InitExtCal function and identifies a
particular instrument session.
''',
},
},
{
'direction': 'out',
'name': 'Temperature',
'type': 'ViReal64',
'documentation': {
'description': '''
Specifies the temperature at the last successful calibration in degrees
Celsius.
''',
},
},
],
'documentation': {
'description': '''
Returns the temperature at the last successful self-calibration. The
temperature is returned in degrees Celsius.
''',
},
},
'GetSelfCalSupported': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
nifgen_init or the nifgen_InitWithOptions function and identifies a
particular instrument session.
''',
},
},
{
'direction': 'out',
'name': 'selfCalSupported',
'type': 'ViBoolean',
'documentation': {
'description': '''
Returns whether the device supports self-calibration.
****Defined Values****
''',
'table_body': [['VI_TRUE', 'Self–calibration is supported.'], ['VI_FALSE', 'Self–calibration is not supported.']],
},
},
],
'documentation': {
'description': 'Returns whether the device supports self–calibration.',
},
},
'GetStreamEndpointHandle': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'streamEndpoint',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the stream endpoint FIFO to configure. Refer to the
device-specific documentation for peer-to-peer streaming in the *NI
Signal Generators Help* for more information.
''',
},
},
{
'direction': 'out',
'name': 'readerHandle',
'type': 'void',
'documentation': {
'description': '''
Specifies the reader endpoint handle that is used with NI-P2P to create
a stream with the signal generator as an endpoint.
''',
},
},
],
'documentation': {
'description': '''
Returns a reader endpoint handle that can be used with NI-P2P to
configure a peer-to-peer stream with a signal generator endpoint.
''',
},
},
'InitExtCal': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'resourceName',
'type': 'ViRsrc',
'documentation': {
'caution': '''
Traditional NI-DAQ and NI-DAQmx device names are not case-sensitive.
However, all IVI names, such as logical names, are case-sensitive. If
you use logical names, driver session names, or virtual names in your
program, you must ensure that the name you use matches the name in the
IVI Configuration Store file exactly, without any variations in the case
of the characters.
''',
'description': '''
| Specifies the resource name of the device to initialize.
For Traditional NI-DAQ devices, the syntax is DAQ::\ *n*, where *n* is
the device number assigned by MAX, as shown in Example 1.
For NI-DAQmx devices, the syntax is just the device name specified in
MAX, as shown in Example 2. Typical default names for NI-DAQmx devices
in MAX are Dev1 or PXI1Slot1. You can rename an NI-DAQmx device by
right-clicking on the name in MAX and entering a new name.
An alternate syntax for NI-DAQmx devices consists of DAQ::\ *NI-DAQmx
device name*, as shown in Example 3. This naming convention allows for
the use of an NI-DAQmx device in an application that was originally
designed for a Traditional NI-DAQ device. For example, if the
application expects DAQ::1, you can rename the NI-DAQmx device to 1 in
MAX and pass in DAQ::1 for the resource name, as shown in Example 4.
If you use the DAQ::\ *n* syntax and an NI-DAQmx device name already
exists with that same name, the NI-DAQmx device is matched first.
You can also pass in the name of an IVI logical name or an IVI virtual
name configured with the IVI Configuration utility, as shown in Example
5. A logical name identifies a particular virtual instrument. A virtual
name identifies a specific device and specifies the initial settings for
the session.
''',
'table_body': [['1', 'Traditional NI-DAQ device', 'DAQ::\\ *1*', '(*1* = device number)'], ['2', 'NI-DAQmx device', '*myDAQmxDevice*', '(*myDAQmxDevice* = device name)'], ['3', 'NI-DAQmx device', 'DAQ::\\ *myDAQmxDevice*', '(*myDAQmxDevice* = device name)'], ['4', 'NI-DAQmx device', 'DAQ::\\ *2*', '(*2* = device name)'], ['5', 'IVI logical name or IVI virtual name', '*myLogicalName*', '(*myLogicalName* = name)']],
'table_header': ['Example #', 'Device Type', 'Syntax', 'Variable'],
},
},
{
'direction': 'in',
'name': 'Password',
'type': 'ViConstString',
'documentation': {
'description': '''
The calibration password required to open an external calibration
session to the device.
''',
},
},
{
'direction': 'out',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Returns a session handle that you can use to identify the device in all
subsequent NI-FGEN function calls.
''',
},
},
],
'documentation': {
'description': '''
Creates and initializes a special NI-FGEN external calibration session.
The ViSession returned is an NI-FGEN session that can be used to
configure the device using normal attributes and functions. However,
flags have been set that allow you to program an external calibration
procedure using the special calibration attributes and functions. The
NI 5401/5404/5411/5431 have different calibration functions. Refer to
the nifgen_Related_Documentation for the signal generator for more
information.
''',
},
},
'InitWithOptions': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'resourceName',
'type': 'ViRsrc',
'documentation': {
'caution': '''
Traditional NI-DAQ and NI-DAQmx device names are not case-sensitive.
However, all IVI names, such as logical names, are case-sensitive. If
you use logical names, driver session names, or virtual names in your
program, you must ensure that the name you use matches the name in the
IVI Configuration Store file exactly, without any variations in the case
of the characters.
''',
'description': '''
| Specifies the resource name of the device to initialize.
For Traditional NI-DAQ devices, the syntax is DAQ::\ *n*, where *n* is
the device number assigned by MAX, as shown in Example 1.
For NI-DAQmx devices, the syntax is just the device name specified in
MAX, as shown in Example 2. Typical default names for NI-DAQmx devices
in MAX are Dev1 or PXI1Slot1. You can rename an NI-DAQmx device by
right-clicking on the name in MAX and entering a new name.
An alternate syntax for NI-DAQmx devices consists of DAQ::\ *NI-DAQmx
device name*, as shown in Example 3. This naming convention allows for
the use of an NI-DAQmx device in an application that was originally
designed for a Traditional NI-DAQ device. For example, if the
application expects DAQ::1, you can rename the NI-DAQmx device to 1 in
MAX and pass in DAQ::1 for the resource name, as shown in Example 4.
If you use the DAQ::\ *n* syntax and an NI-DAQmx device name already
exists with that same name, the NI-DAQmx device is matched first.
You can also pass in the name of an IVI logical name or an IVI virtual
name configured with the IVI Configuration utility, as shown in Example
5. A logical name identifies a particular virtual instrument. A virtual
name identifies a specific device and specifies the initial settings for
the session.
''',
'table_body': [['1', 'Traditional NI-DAQ device', 'DAQ::\\ *1*', '(*1* = device number)'], ['2', 'NI-DAQmx device', '*myDAQmxDevice*', '(*myDAQmxDevice* = device name)'], ['3', 'NI-DAQmx device', 'DAQ::\\ *myDAQmxDevice*', '(*myDAQmxDevice* = device name)'], ['4', 'NI-DAQmx device', 'DAQ::\\ *2*', '(*2* = device name)'], ['5', 'IVI logical name or IVI virtual name', '*myLogicalName*', '(*myLogicalName* = name)']],
'table_header': ['Example #', 'Device Type', 'Syntax', 'Variable'],
},
},
{
'direction': 'in',
'name': 'idQuery',
'type': 'ViBoolean',
'documentation': {
'description': '''
Specifies whether you want NI-FGEN to perform an ID query.
When you set this parameter to VI_TRUE, NI-FGEN verifies that the
device that you initialize is a type that it supports.
Circumstances can arise where sending an ID query to the device is
undesirable. When you set this parameter to VI_FALSE, the function
initializes the device without performing an ID query.
****Defined Values****
**Default Value**: VI_TRUE
''',
'table_body': [['VI_TRUE', 'Perform ID query'], ['VI_FALSE', 'Skip ID query']],
},
},
{
'direction': 'in',
'name': 'resetDevice',
'type': 'ViBoolean',
'documentation': {
'description': '''
Specifies whether you want to reset the device during the initialization
procedure. VI_TRUE specifies that the device is reset and performs the
same function as the nifgen_Reset function.
****Defined Values****
**Default Value**: VI_TRUE
''',
'table_body': [['VI_TRUE', 'Reset device'], ['VI_FALSE', 'Do not reset device']],
},
},
{
'direction': 'in',
'name': 'optionString',
'type': 'ViString',
'documentation': {
'description': '''
Sets the initial value of certain session attributes.
The syntax for **optionString** is
<*attributeName*> = <*value*>
where
*attributeName* is the name of the attribute and *value* is the value to
which the attribute is set
To set multiple attributes, separate them with a comma.
If you pass NULL or an empty string for this parameter, the session uses
the default values for these attributes. You can override the default
values by assigning a value explicitly in a string that you pass for
this parameter.
You do not have to specify all of the attributes and may leave any of
them out. However, if you do not specify one of the attributes, its
default value is used.
If simulation is enabled (Simulate=1), you may specify the device that
you want to simulate. To specify a device, enter the following syntax in
**optionString**.
DriverSetup=Model:<*driver model number*>;Channels:<*channel
names*>;BoardType:<*module type*>;MemorySize:<*size of onboard memory in
bytes*>
**Syntax Examples**
**Attributes and **Defined Values****
**Default Values**: "Simulate=0,RangeCheck=1,QueryInstrStatus=1,Cache=1"
''',
'table_body': [['RangeCheck', 'NIFGEN_ATTR_RANGE_CHECK', 'VI_TRUE, VI_FALSE'], ['QueryInstrStatus', 'NIFGEN_ATTR_QUERY_INSTRUMENT_STATUS', 'VI_TRUE, VI_FALSE'], ['Cache', 'NIFGEN_ATTR_CACHE', 'VI_TRUE, VI_FALSE'], ['Simulate', 'NIFGEN_ATTR_SIMULATE', 'VI_TRUE, VI_FALSE']],
'table_header': ['Attribute Name', 'Attribute', 'Values'],
},
},
{
'direction': 'out',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Returns a session handle that you can use to identify the device in all
subsequent NI-FGEN function calls.
''',
},
},
],
'documentation': {
'description': '''
Performs the following initialization actions:
- Creates a new IVI instrument session and optionally sets the initial
state of the following session attributes:
NIFGEN_ATTR_RANGE_CHECK, NIFGEN_ATTR_QUERY_INSTRUMENT_STATUS,
NIFGEN_ATTR_CACHE, NIFGEN_ATTR_SIMULATE, and
NIFGEN_ATTR_RECORD_COERCIONS.
- Opens a session to the specified device using the interface and
address that you specify for **resourceName**.
- If **IDQuery** is set to VI_TRUE, this function queries the device
ID and checks that it is valid for NI-FGEN.
- If **resetDevice** is set to VI_TRUE, this function resets the
device to a known state.
- Sends initialization commands to set the instrument to the state
necessary for NI-FGEN operation.
- Returns a session handle that you can use to identify the device in
all subsequent NI-FGEN function calls.
''',
},
},
'InitializeAnalogOutputCalibration': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
nifgen_InitExtCal function and identifies a particular instrument
session.
''',
},
},
],
'documentation': {
'description': 'Sets up the device to start the analog output calibration.',
},
},
'InitializeCalADCCalibration': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
nifgen_InitExtCal function and identifies a particular instrument
session.
''',
},
},
],
'documentation': {
'description': '''
Initializes an external calibration session for ADC calibration. For the
NI 5421/5422/5441, ADC calibration involves characterizing the gain and
offset of the onboard ADC.
''',
},
},
'InitializeFlatnessCalibration': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
nifgen_InitExtCal function and identifies a particular instrument
session.
''',
},
},
],
'documentation': {
'description': 'Initializes an external calibration session to calibrate flatness.',
},
},
'InitializeOscillatorFrequencyCalibration': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
nifgen_InitExtCal function and identifies a particular instrument
session.
''',
},
},
],
'documentation': {
'description': '''
Sets up the device to start the VCXO calibration.
The session handle should be the handle returned by the
nifgen_InitExtCal function.
''',
},
},
'InitializeWithChannels': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'resourceName',
'type': 'ViRsrc',
'documentation': {
'caution': '''
Traditional NI-DAQ and NI-DAQmx device names are not case-sensitive.
However, all IVI names, such as logical names, are case-sensitive. If
you use logical names, driver session names, or virtual names in your
program, you must ensure that the name you use matches the name in the
IVI Configuration Store file exactly, without any variations in the case
of the characters.
''',
'description': '''
| Specifies the resource name of the device to initialize.
For Traditional NI-DAQ devices, the syntax is DAQ::\ *n*, where *n* is
the device number assigned by MAX, as shown in Example 1.
For NI-DAQmx devices, the syntax is just the device name specified in
MAX, as shown in Example 2. Typical default names for NI-DAQmx devices
in MAX are Dev1 or PXI1Slot1. You can rename an NI-DAQmx device by
right-clicking on the name in MAX and entering a new name.
An alternate syntax for NI-DAQmx devices consists of DAQ::\ *NI-DAQmx
device name*, as shown in Example 3. This naming convention allows for
the use of an NI-DAQmx device in an application that was originally
designed for a Traditional NI-DAQ device. For example, if the
application expects DAQ::1, you can rename the NI-DAQmx device to 1 in
MAX and pass in DAQ::1 for the resource name, as shown in Example 4.
If you use the DAQ::\ *n* syntax and an NI-DAQmx device name already
exists with that same name, the NI-DAQmx device is matched first.
You can also pass in the name of an IVI logical name or an IVI virtual
name configured with the IVI Configuration utility, as shown in Example
5. A logical name identifies a particular virtual instrument. A virtual
name identifies a specific device and specifies the initial settings for
the session.
''',
'table_body': [['1', 'Traditional NI-DAQ device', 'DAQ::\\ *1*', '(*1* = device number)'], ['2', 'NI-DAQmx device', '*myDAQmxDevice*', '(*myDAQmxDevice* = device name)'], ['3', 'NI-DAQmx device', 'DAQ::\\ *myDAQmxDevice*', '(*myDAQmxDevice* = device name)'], ['4', 'NI-DAQmx device', 'DAQ::\\ *2*', '(*2* = device name)'], ['5', 'IVI logical name or IVI virtual name', '*myLogicalName*', '(*myLogicalName* = name)']],
'table_header': ['Example #', 'Device Type', 'Syntax', 'Variable'],
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViString',
'documentation': {
'description': '''
Specifies the channel that this VI uses.
**Default Value**: "0"
''',
},
},
{
'direction': 'in',
'name': 'resetDevice',
'type': 'ViBoolean',
'documentation': {
'description': '''
Specifies whether you want to reset the device during the initialization
procedure. VI_TRUE specifies that the device is reset and performs the
same function as the nifgen_Reset function.
****Defined Values****
**Default Value**: VI_FALSE
''',
'table_body': [['VI_TRUE', 'Reset device'], ['VI_FALSE', 'Do not reset device']],
},
},
{
'direction': 'in',
'name': 'optionString',
'type': 'ViString',
'documentation': {
'description': '''
Sets the initial value of certain session attributes.
The syntax for **optionString** is
<*attributeName*> = <*value*>
where
*attributeName* is the name of the attribute and *value* is the value to
which the attribute is set
To set multiple attributes, separate them with a comma.
If you pass NULL or an empty string for this parameter, the session uses
the default values for these attributes. You can override the default
values by assigning a value explicitly in a string that you pass for
this parameter.
You do not have to specify all of the attributes and may leave any of
them out. However, if you do not specify one of the attributes, its
default value is used.
If simulation is enabled (Simulate=1), you may specify the device that
you want to simulate. To specify a device, enter the following syntax in
**optionString**.
DriverSetup=Model:<*driver model number*>;Channels:<*channel
names*>;BoardType:<*module type*>;MemorySize:<*size of onboard memory in
bytes*>
**Syntax Examples**
**Attributes and **Defined Values****
**Default Values**: "Simulate=0,RangeCheck=1,QueryInstrStatus=1,Cache=1"
''',
'table_body': [['RangeCheck', 'NIFGEN_ATTR_RANGE_CHECK', 'VI_TRUE, VI_FALSE'], ['QueryInstrStatus', 'NIFGEN_ATTR_QUERY_INSTRUMENT_STATUS', 'VI_TRUE, VI_FALSE'], ['Cache', 'NIFGEN_ATTR_CACHE', 'VI_TRUE, VI_FALSE'], ['Simulate', 'NIFGEN_ATTR_SIMULATE', 'VI_TRUE, VI_FALSE']],
'table_header': ['Attribute Name', 'Attribute', 'Values'],
},
},
{
'direction': 'out',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Returns a session handle that you can use to identify the device in all
subsequent NI-FGEN function calls.
''',
},
},
],
'documentation': {
'description': '''
Creates and returns a new NI-FGEN session to the specified channel of a
waveform generator that is used in all subsequent NI-FGEN function
calls.
''',
},
},
'InitiateGeneration': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
],
'documentation': {
'description': '''
Initiates signal generation. If you want to abort signal generation,
call the nifgen_AbortGeneration function. After the signal generation
is aborted, you can call the niFgen_InitiateGeneration function to
cause the signal generator to produce a signal again.
''',
},
},
'IsDone': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'out',
'name': 'Done',
'type': 'ViBoolean',
'documentation': {
'description': '''
Returns information about the completion of waveform generation.
**Defined Values**
''',
'table_body': [['VI_TRUE', 'Generation is complete.'], ['VI_FALSE', 'Generation is not complete.']],
},
},
],
'documentation': {
'description': '''
Determines whether the current generation is complete. This function
sets the **done** parameter to VI_TRUE if the session is in the Idle or
Committed states.
''',
'note': '''
NI-FGEN only reports the **done** parameter as VI_TRUE after the
current generation is complete in Single trigger mode.
''',
},
},
'LockSession': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'out',
'name': 'callerHasLock',
'type': 'ViBoolean',
'documentation': {
'description': '''
Keeps track of whether you obtained a lock and therefore need to unlock
the session. Pass the address of a local ViBoolean variable. In the
declaration of the local variable, initialize it to VI_FALSE. Pass the
address of the same local variable to any other calls you make to the
niFgen_LockSession function or the nifgen_UnlockSession function in
the same function.
This parameter serves as a convenience. If you do not want to use this
parameter, pass VI_NULL.
This parameter is an input/output parameter. The niFgen_LockSession
function and the niFgen_UnlockSession function each inspect the current
value and take the following actions:
- If the value is VI_TRUE, the niFgen_LockSession function does not
lock the session again. If the value is VI_FALSE, the
niFgen_LockSession function obtains the lock and sets the value of
the parameter to VI_TRUE.
- If the value is VI_FALSE, the niFgen_UnlockSession function does
not attempt to unlock the session. If the value is VI_TRUE, the
niFgen_UnlockSession function releases the lock and sets the value
of the parameter to VI_FALSE.
Thus, you can call the niFgen_UnlockSession function at the end of your
function without worrying about whether you actually have the lock.
Example:
ViStatus TestFunc (ViSession vi, ViInt32 flags)
{
ViStatus error = VI_SUCCESS;
ViBoolean haveLock = VI_FALSE;
if (flags & BIT_1)
{
viCheckErr( niFgen_LockSession(vi, &haveLock;));
viCheckErr( TakeAction1(vi));
if (flags & BIT_2)
{
viCheckErr( niFgen_UnlockSession(vi, &haveLock;));
viCheckErr( TakeAction2(vi));
viCheckErr( niFgen_LockSession(vi, &haveLock;);
}
if (flags & BIT_3)
viCheckErr( TakeAction3(vi));
}
Error:
|
/\*
At this point, you cannot really be sure that
you have the lock. Fortunately, the haveLock
variable takes care of that for you.
\*/
niFgen_UnlockSession(vi, &haveLock;);
return error;
| }
''',
},
},
],
'documentation': {
'description': '''
Obtains a multithread lock on the instrument session. Before it does so,
this function waits until all other execution threads have released
their locks on the instrument session.
Other threads might have obtained a lock on this session in the
following ways:
- Your application called the niFgen_LockSession function.
- A call to the NI-FGEN locked the session.
- A call to the IVI Engine locked the session.
After your call to the niFgen_LockSession function returns
successfully, no other threads can access the instrument session until
you call the nifgen_UnlockSession function.
Use the niFgen_LockSession function and the niFgen_UnlockSession
function around a sequence of calls to NI-FGEN functions if you require
that the instrument retain its settings through the end of the sequence.
You can safely make nested calls to the niFgen_LockSession function
within the same thread. To completely unlock the session, you must
balance each call to the niFgen_LockSession function with a call to the
niFgen_UnlockSession function. If, however, you use the
**callerHasLock** parameter in all calls to the niFgen_LockSession
function and the niFgen_UnlockSession function within a function, the
IVI Engine locks the session only once within the function regardless of
the number of calls you make to the niFgen_LockSession function. This
configuration allows you to call the niFgen_UnlockSession function just
once at the end of the function.
''',
},
},
'ManualEnableP2PStream': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'endpointName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the stream endpoint FIFO to configure. Refer to the
`Peer-to-Peer Data
Streaming <REPLACE_DRIVER_SPECIFIC_URL_2(p2p_streaming)>`__
documentation in the *NI Signal Generators Help* for more information.
''',
},
},
],
'documentation': {
'description': 'Enables a peer-to-peer data stream using manual flow control.',
},
},
'QueryArbSeqCapabilities': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'out',
'name': 'maximumNumberOfSequences',
'type': 'ViInt32',
'documentation': {
'description': '''
Returns the maximum number of arbitrary waveform sequences that the
signal generator allows. NI-FGEN obtains this value from the
NIFGEN_ATTR_MAX_NUM_SEQUENCES attribute.
''',
},
},
{
'direction': 'out',
'name': 'minimumSequenceLength',
'type': 'ViInt32',
'documentation': {
'description': '''
Returns the minimum number of arbitrary waveforms the signal generator
allows in a sequence. NI-FGEN obtains this value from the
NIFGEN_ATTR_MIN_SEQUENCE_LENGTH attribute.
''',
},
},
{
'direction': 'out',
'name': 'maximumSequenceLength',
'type': 'ViInt32',
'documentation': {
'description': '''
Returns the maximum number of arbitrary waveforms the signal generator
allows in a sequence. NI-FGEN obtains this value from the
NIFGEN_ATTR_MAX_SEQUENCE_LENGTH attribute.
''',
},
},
{
'direction': 'out',
'name': 'maximumLoopCount',
'type': 'ViInt32',
'documentation': {
'description': '''
Returns the maximum number of times the signal generator can repeat an
arbitrary waveform in a sequence. NI-FGEN obtains this value from the
NIFGEN_ATTR_MAX_LOOP_COUNT attribute.
''',
},
},
],
'documentation': {
'description': '''
Returns the attributes of the signal generator that are related to
creating arbitrary sequences (the NIFGEN_ATTR_MAX_NUM_SEQUENCES,
NIFGEN_ATTR_MIN_SEQUENCE_LENGTH,
NIFGEN_ATTR_MAX_SEQUENCE_LENGTH, and NIFGEN_ATTR_MAX_LOOP_COUNT
attributes).
''',
},
},
'QueryArbWfmCapabilities': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'out',
'name': 'maximumNumberOfWaveforms',
'type': 'ViInt32',
'documentation': {
'description': '''
Returns the maximum number of arbitrary waveforms that the signal
generator allows. NI-FGEN obtains this value from the
NIFGEN_ATTR_MAX_NUM_WAVEFORMS attribute.
''',
},
},
{
'direction': 'out',
'name': 'waveformQuantum',
'type': 'ViInt32',
'documentation': {
'description': '''
The size (number of points) of each waveform must be a multiple of a
constant quantum value. This parameter obtains the quantum value that
the signal generator uses. NI-FGEN returns this value from the
NIFGEN_ATTR_WAVEFORM_QUANTUM attribute.
For example, when this attribute returns a value of 8, all waveform
sizes must be a multiple of 8.
''',
},
},
{
'direction': 'out',
'name': 'minimumWaveformSize',
'type': 'ViInt32',
'documentation': {
'description': '''
Returns the minimum number of points that the signal generator allows in
a waveform. NI-FGEN obtains this value from the
NIFGEN_ATTR_MIN_WAVEFORM_SIZE attribute.
''',
},
},
{
'direction': 'out',
'name': 'maximumWaveformSize',
'type': 'ViInt32',
'documentation': {
'description': '''
Returns the maximum number of points that the signal generator allows in
a waveform. NI-FGEN obtains this value from the
NIFGEN_ATTR_MAX_WAVEFORM_SIZE attribute.
''',
},
},
],
'documentation': {
'description': '''
Returns the attributes of the signal generator that are related to
creating arbitrary waveforms. These attributes are the maximum number of
waveforms, waveform quantum, minimum waveform size, and maximum waveform
size.
''',
'note': '''
If you do not want to obtain the waveform quantum, pass a value of
VI_NULL for this parameter.
''',
},
},
'QueryFreqListCapabilities': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'out',
'name': 'maximumNumberOfFreqLists',
'type': 'ViInt32',
'documentation': {
'description': '''
Returns the maximum number of frequency lists that the signal generator
allows. NI-FGEN obtains this value from the
NIFGEN_ATTR_MAX_NUM_FREQ_LISTS attribute.
''',
},
},
{
'direction': 'out',
'name': 'minimumFrequencyListLength',
'type': 'ViInt32',
'documentation': {
'description': '''
Returns the minimum number of steps that the signal generator allows in
a frequency list. NI-FGEN obtains this value from the
NIFGEN_ATTR_MIN_FREQ_LIST_LENGTH attribute.
''',
},
},
{
'direction': 'out',
'name': 'maximumFrequencyListLength',
'type': 'ViInt32',
'documentation': {
'description': '''
Returns the maximum number of steps that the signal generator allows in
a frequency list. NI-FGEN obtains this value from the
NIFGEN_ATTR_MAX_FREQ_LIST_LENGTH attribute.
''',
},
},
{
'direction': 'out',
'name': 'minimumFrequencyListDuration',
'type': 'ViReal64',
'documentation': {
'description': '''
Returns the minimum duration that the signal generator allows in a step
of a frequency list. NI-FGEN obtains this value from the
NIFGEN_ATTR_MIN_FREQ_LIST_DURATION attribute.
''',
},
},
{
'direction': 'out',
'name': 'maximumFrequencyListDuration',
'type': 'ViReal64',
'documentation': {
'description': '''
Returns the maximum duration that the signal generator allows in a step
of a frequency list. NI-FGEN obtains this value from the
NIFGEN_ATTR_MAX_FREQ_LIST_DURATION attribute.
''',
},
},
{
'direction': 'out',
'name': 'frequencyListDurationQuantum',
'type': 'ViReal64',
'documentation': {
'description': '''
Returns the quantum of which all durations must be a multiple in a
frequency list. NI-FGEN obtains this value from the
NIFGEN_ATTR_FREQ_LIST_DURATION_QUANTUM attribute.
''',
},
},
],
'documentation': {
'description': '''
Returns the attributes of the signal generator that are related to
creating frequency lists. These attributes are
NIFGEN_ATTR_MAX_NUM_FREQ_LISTS,
NIFGEN_ATTR_MIN_FREQ_LIST_LENGTH,
NIFGEN_ATTR_MAX_FREQ_LIST_LENGTH,
NIFGEN_ATTR_MIN_FREQ_LIST_DURATION,
NIFGEN_ATTR_MAX_FREQ_LIST_DURATION, and
NIFGEN_ATTR_FREQ_LIST_DURATION_QUANTUM.
''',
},
},
'ReadCalADC': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
nifgen_init or the nifgen_InitExtCal function and identifies a
particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'numberOfReadsToAverage',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the number of measurements to be taken and averaged to
determine the return value.
''',
},
},
{
'direction': 'in',
'name': 'returnCalibratedValue',
'type': 'ViBoolean',
'documentation': {
'description': '''
Specifies whether the voltage returned from the ADC should be adjusted
to account for the gain and offset of the ADC.
''',
},
},
{
'direction': 'out',
'name': 'calAdcValue',
'type': 'ViReal64',
'documentation': {
'description': '''
Specifies the average of the voltage measurements taken from the onboard
calibration ADC.
''',
},
},
],
'documentation': {
'description': '''
Takes one or more voltage measurements from the onboard calibration ADC
and returns the value or the average value. The signal that the ADC
actually measures can be specified using the
NIFGEN_ATTR_CAL_ADC_INPUT attribute. The ADC has some inherent gain
and offset. These values can be determined during an external
calibration session and stored in the calibration EEPROM.
If the **returnCalibratedValue** parameter is VI_TRUE, NI-FGEN adjusts
the value that is returned to account for the gain and offset of the
ADC. Otherwise, the raw voltage value reported by the ADC is returned.
''',
},
},
'ReadCurrentTemperature': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
nifgen_init or the nifgen_InitExtCal function and identifies a
particular instrument session.
''',
},
},
{
'direction': 'out',
'name': 'Temperature',
'type': 'ViReal64',
'documentation': {
'description': '''
Returns the current temperature read from onboard temperature sensors,
in degrees Celsius.
''',
},
},
],
'documentation': {
'description': '''
Reads the current onboard temperature of the device. The temperature is
returned in degrees Celsius.
''',
},
},
'ResetAttribute': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the name of the channel on which to check the attribute value
if the attribute is channel-based. If the attribute is not
channel-based, then pass VI_NULL or an empty string ("").
**Default Value**: "" (empty string)
''',
},
},
{
'direction': 'in',
'name': 'attributeId',
'type': 'ViAttr',
'documentation': {
'description': 'Specifies the ID of an attribute.',
},
},
],
'documentation': {
'description': 'Resets the attribute to its default value.',
},
},
'ResetDevice': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
],
'documentation': {
'description': '''
Performs a hard reset on the device. Generation is stopped, all routes
are released, external bidirectional terminals are tristated, FPGAs are
reset, hardware is configured to its default state, and all session
attributes are reset to their default states.
''',
},
},
'ResetInterchangeCheck': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
],
'documentation': {
'description': '''
This function tests the current test module for dependencies on the
operation of previously executed test modules. If your module depends on
the operation of previous modules, your test system has less
flexibility.
When developing a complex test system that consists of multiple test
modules, NI recommends that you design the test modules so that they can
run in any order. To do so, ensure that each test module completely
configures the state of each instrument it uses. If a particular test
module does not completely configure the state of an instrument, the
state of the instrument depends on the configuration from a previously
executed test module. If you execute the test modules in a different
order, the behavior of the instrument and the test module may change.
This change in behavior is generally instrument specific and represents
an interchangeability problem.
After you call this function, the interchangeability checking algorithms
in the specific driver ignore all previous configuration operations. By
calling this function at the beginning of a test module, you can
determine whether the test module has dependencies on the operation of
previously executed test modules.
This function does not clear the interchangeability warnings from the
list of previously recorded interchangeability warnings. If you want to
guarantee that the nifgen_GetNextInterchangeWarning function only
returns those interchangeability warnings that are generated after
calling this function, you must clear the list of interchangeability
warnings. You can clear the interchangeability warnings list by
repeatedly calling the niFgen_GetNextInterchangeWarning function until
no more interchangeability warnings are returned. If you are not
interested in the content of those warnings, you can call the
nifgen_ClearInterchangeWarnings function.
''',
},
},
'ResetWithDefaults': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
],
'documentation': {
'description': '''
Resets the instrument and reapplies initial user–specified settings from
the logical name that was used to initialize the session. If the session
was created without a logical name, this function is equivalent to the
nifgen_reset function.
''',
},
},
'RestoreLastExtCalConstants': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
nifgen_InitExtCal function and identifies a particular instrument
session.
''',
},
},
],
'documentation': {
'description': '''
Overwrites the current calibration constants with those from the last
successful external calibration. This action effectively undoes any
self-calibrations performed since the last time an external calibration
was performed. This function should be used if a self-calibration
produced invalid calibration constants.
''',
},
},
'RouteSignalOut': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the channel name for which you want to route a signal.
**Default Value**: "0"
''',
},
},
{
'direction': 'in',
'name': 'routeSignalFrom',
'type': 'ViInt32',
'documentation': {
'description': '''
Various signals can be routed out the RTSI lines.
****Defined Values****
''',
'table_body': [['NIFGEN_VAL_NONE', 'Nothing Sending this value clears the line.'], ['NIFGEN_VAL_MARKER', 'Marker Event'], ['NIFGEN_VAL_SYNC_OUT', 'SYNC signal This signal normally appears on the SYNC OUT front panel connector.'], ['NIFGEN_VAL_OUT_START_TRIGGER', 'Start Trigger The Start Trigger is normally generated at the start of the sequence. Call the nifgen_ConfigureTriggerSource function to receive this trigger.'], ['NIFGEN_VAL_BOARD_CLOCK', 'Signal generator board clock The signal generator board clock is 20 MHz for the NI PCI-5401/5411/5431. The NI PXI-5404 has a 20 MHz board clock, and the NI PXI-5421 has integer divisors of 100 MHz. The NI PXI-5401/5411/5431 does not support routing a Board Clock to RTSI lines or front panel connectors.'], ['NIFGEN_VAL_SYNCHRONIZATION', 'Synchronization strobe A synchronization strobe is used to guarantee absolute synchronization between two or more signal generators. Call the nifgen_ConfigureSynchronization function to receive the strobe.'], ['NIFGEN_VAL_SOFTWARE_TRIG', 'Software trigger'], ['NIFGEN_VAL_OUT_UPDATE', '—'], ['NIFGEN_VAL_REF_OUT', 'Reference Clock out front panel connector'], ['NIFGEN_VAL_PXI_CLK10', 'PXI 10 MHz backplane Reference Clock'], ['NIFGEN_VAL_PXI_STAR', 'PXI star trigger line'], ['NIFGEN_VAL_PFI_0', 'PFI 0'], ['NIFGEN_VAL_RTSI_0', 'RTSI 0 or PXI_Trig 0'], ['NIFGEN_VAL_RTSI_1', 'RTSI 1 or PXI_Trig 1'], ['NIFGEN_VAL_RTSI_2', 'RTSI 2 or PXI_Trig 2'], ['NIFGEN_VAL_RTSI_3', 'RTSI 3 or PXI_Trig 3'], ['NIFGEN_VAL_RTSI_4', 'RTSI 4 or PXI_Trig 4'], ['NIFGEN_VAL_RTSI_5', 'RTSI 5 or PXI_Trig 5'], ['NIFGEN_VAL_RTSI_6', 'RTSI 6 or PXI_Trig 6'], ['NIFGEN_VAL_RTSI_7', 'RTSI 7 or PXI_Trig 7'], ['NIFGEN_VAL_REF_CLOCK_RTSI_CLOCK', 'RTSI clock'], ['NIFGEN_VAL_ONBOARD_REFERENCE_CLOCK', 'Onboard Reference Clock'], ['NIFGEN_VAL_UPDATE_CLOCK', 'Sample Clock'], ['NIFGEN_VAL_PLL_REF_SOURCE', 'PLL Reference Clock']],
},
},
{
'direction': 'in',
'name': 'routeSignalTo',
'type': 'ViInt32',
'documentation': {
'description': '''
The possible RTSI lines to which you can route a signal.
****Defined Values****
''',
'table_body': [['NIFGEN_VAL_RTSI_0', 'RTSI 0 or PXI_Trig 0'], ['NIFGEN_VAL_RTSI_1', 'RTSI 1 or PXI_Trig 1'], ['NIFGEN_VAL_RTSI_2', 'RTSI 2 or PXI_Trig 2'], ['NIFGEN_VAL_RTSI_3', 'RTSI 3 or PXI_Trig 3'], ['NIFGEN_VAL_RTSI_4', 'RTSI 4 or PXI_Trig 4'], ['NIFGEN_VAL_RTSI_5', 'RTSI 5 or PXI_Trig 5'], ['NIFGEN_VAL_RTSI_6', 'RTSI 6 or PXI_Trig 6'], ['NIFGEN_VAL_RTSI_7', 'RTSI 7 or PXI_Trig 7'], ['NIFGEN_VAL_REF_CLOCK_RTSI_CLOCK', 'RTSI clock'], ['NIFGEN_VAL_REF_OUT', 'Reference Clock out front panel connector'], ['NIFGEN_VAL_PFI_0', 'PFI 0'], ['NIFGEN_VAL_PFI_1', 'PFI 1'], ['NIFGEN_VAL_PFI_4', 'PFI 4'], ['NIFGEN_VAL_PFI_5', 'PFI 5'], ['NIFGEN_VAL_PXI_STAR', 'PXI star trigger line'], ['NIFGEN_VAL_PXI_CLK10', 'PXI 10 MHz backplane Reference Clock']],
},
},
],
'documentation': {
'description': '''
Routes various signals in the signal generator to the RTSI lines and
front panel terminals.
''',
'note': '''
The signal generator must not be in the Generating state when you call
this function.
''',
'table_body': [[' ', 'You can clear a previously routed signal by routing NIFGEN_VAL_NONE to the destination terminal.']],
},
},
'SelfCal': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init or the nifgen_InitWithOptions functions and identifies a
particular instrument session.
''',
},
},
],
'documentation': {
'description': '''
Performs a full internal self-calibration on the device. If the
calibration is successful, new calibration data and constants are stored
in the onboard EEPROM.
''',
},
},
'SendSoftwareEdgeTrigger': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'Trigger',
'type': 'ViInt32',
'documentation': {
'description': '''
Sets the clock mode of the signal generator.
****Defined Values****
''',
'table_body': [['NIFGEN_VAL_DIVIDE_DOWN'], ['NIFGEN_VAL_HIGH_RESOLUTION'], ['NIFGEN_VAL_AUTOMATIC']],
},
},
{
'direction': 'in',
'name': 'triggerId',
'type': 'ViString',
},
],
'documentation': {
'description': '''
Sends a command to trigger the signal generator. This VI can act as an
override for an external edge trigger.
''',
'note': '''
This VI does not override external digital edge triggers of the
NI 5401/5411/5431.
''',
},
},
'SendSoftwareTrigger': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
],
'documentation': {
'description': 'Sends a command to trigger the signal generator.',
'note': '''
This function can act as an override for an external edge trigger.
However, the NI 5401/5411/5431 do not support overriding an external
digital edge trigger.
''',
},
},
'SetAttributeViBoolean': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the name of the channel on which to check the attribute value
if the attribute is channel-based. If the attribute is not
channel-based, then pass VI_NULL or "" (empty string).
**Default Value**: "" (empty string)
''',
},
},
{
'direction': 'in',
'name': 'attributeId',
'type': 'ViAttr',
'documentation': {
'description': 'Specifies the ID of an attribute.',
},
},
{
'direction': 'in',
'name': 'attributeValue',
'type': 'ViBoolean',
'documentation': {
'description': '''
Specifies the value to which you want to set the attribute. **Default
Value**: None
''',
'note': '''
Some of the values might not be valid depending on the current
settings of the instrument session.
''',
},
},
],
'documentation': {
'description': '''
Sets the value of a ViBoolean attribute.
This is a low-level function that you can use to set the values of
instrument-specific attributes and inherent IVI attributes. If the
attribute represents an instrument state, this function performs
instrument I/O in the following cases:
- State caching is disabled for the entire session or for the
particular attribute.
- State caching is enabled and the currently cached value is invalid or
is different than the value you specify.
NI-FGEN contains high-level functions that set most of the instrument
attributes. NI recommends that you use the high-level driver functions
as much as possible. They handle order dependencies and multithread
locking for you. In addition, they perform status checking only after
setting all of the attributes. In contrast, when you set multiple
attributes using the Set Attribute functions, the functions check the
instrument status after each call.
Also, when state caching is enabled, the high-level functions that
configure multiple attributes perform instrument I/O only for the
attributes whose value you change. Thus, you can safely call the
high-level functions without the penalty of redundant instrument I/O.
''',
},
},
'SetAttributeViInt32': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the name of the channel on which to check the attribute value
if the attribute is channel-based. If the attribute is not
channel-based, then pass VI_NULL or "" (empty string).
**Default Value**: "" (empty string)
''',
},
},
{
'direction': 'in',
'name': 'attributeId',
'type': 'ViAttr',
'documentation': {
'description': 'Specifies the ID of an attribute.',
},
},
{
'direction': 'in',
'name': 'attributeValue',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the value to which you want to set the attribute. **Default
Value**: None
''',
'note': '''
Some of the values might not be valid depending on the current
settings of the instrument session.
''',
},
},
],
'documentation': {
'description': '''
Sets the value of a ViInt32 attribute.
This is a low-level function that you can use to set the values of
instrument-specific attributes and inherent IVI attributes. If the
attribute represents an instrument state, this function performs
instrument I/O in the following cases:
- State caching is disabled for the entire session or for the
particular attribute.
- State caching is enabled and the currently cached value is invalid or
is different than the value you specify.
NI-FGEN contains high-level functions that set most of the instrument
attributes. NI recommends that you use the high-level driver functions
as much as possible. They handle order dependencies and multithread
locking for you. In addition, they perform status checking only after
setting all of the attributes. In contrast, when you set multiple
attributes using the Set Attribute functions, the functions check the
instrument status after each call.
Also, when state caching is enabled, the high-level functions that
configure multiple attributes perform instrument I/O only for the
attributes whose value you change. Thus, you can safely call the
high-level functions without the penalty of redundant instrument I/O.
''',
},
},
'SetAttributeViInt64': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the name of the channel on which to check the attribute value
if the attribute is channel-based. If the attribute is not
channel-based, then pass VI_NULL or "" (empty string).
**Default Value**: "" (empty string)
''',
},
},
{
'direction': 'in',
'name': 'attributeId',
'type': 'ViAttr',
'documentation': {
'description': 'Specifies the ID of an attribute.',
},
},
{
'direction': 'in',
'name': 'attributeValue',
'type': 'ViInt64',
'documentation': {
'description': '''
Specifies the value to which you want to set the attribute. **Default
Value**: None
''',
'note': '''
Some of the values might not be valid depending on the current
settings of the instrument session.
''',
},
},
],
'documentation': {
'description': '''
Sets the value of a ViInt64 attribute.
This is a low-level function that you can use to set the values of
instrument-specific attributes and inherent IVI attributes. If the
attribute represents an instrument state, this function performs
instrument I/O in the following cases:
- State caching is disabled for the entire session or for the
particular attribute.
- State caching is enabled and the currently cached value is invalid or
is different than the value you specify.
NI-FGEN contains high-level functions that set most of the instrument
attributes. NI recommends that you use the high-level driver functions
as much as possible. They handle order dependencies and multithread
locking for you. In addition, they perform status checking only after
setting all of the attributes. In contrast, when you set multiple
attributes using the Set Attribute functions, the functions check the
instrument status after each call.
Also, when state caching is enabled, the high-level functions that
configure multiple attributes perform instrument I/O only for the
attributes whose value you change. Thus, you can safely call the
high-level functions without the penalty of redundant instrument I/O.
''',
},
},
'SetAttributeViReal64': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the name of the channel on which to check the attribute value
if the attribute is channel-based. If the attribute is not
channel-based, then pass VI_NULL or "" (empty string).
**Default Value**: "" (empty string)
''',
},
},
{
'direction': 'in',
'name': 'attributeId',
'type': 'ViAttr',
'documentation': {
'description': 'Specifies the ID of an attribute.',
},
},
{
'direction': 'in',
'name': 'attributeValue',
'type': 'ViReal64',
'documentation': {
'description': '''
Specifies the value to which you want to set the attribute. **Default
Value**: None
''',
'note': '''
Some of the values might not be valid depending on the current
settings of the instrument session.
''',
},
},
],
'documentation': {
'description': '''
Sets the value of a ViReal64 attribute.
This is a low-level function that you can use to set the values of
instrument-specific attributes and inherent IVI attributes. If the
attribute represents an instrument state, this function performs
instrument I/O in the following cases:
- State caching is disabled for the entire session or for the
particular attribute.
- State caching is enabled and the currently cached value is invalid or
is different than the value you specify.
NI-FGEN contains high-level functions that set most of the instrument
attributes. NI recommends that you use the high-level driver functions
as much as possible. They handle order dependencies and multithread
locking for you. In addition, they perform status checking only after
setting all of the attributes. In contrast, when you set multiple
attributes using the Set Attribute functions, the functions check the
instrument status after each call.
Also, when state caching is enabled, the high-level functions that
configure multiple attributes perform instrument I/O only for the
attributes whose value you change. Thus, you can safely call the
high-level functions without the penalty of redundant instrument I/O.
''',
},
},
'SetAttributeViSession': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the name of the channel on which to check the attribute value
if the attribute is channel-based. If the attribute is not
channel-based, then pass VI_NULL or an empty string ("").
**Default Value**: "" (empty string)
''',
},
},
{
'direction': 'in',
'name': 'attributeId',
'type': 'ViAttr',
'documentation': {
'description': 'Specifies the ID of an attribute.',
},
},
{
'direction': 'in',
'name': 'attributeValue',
'type': 'ViSession',
'documentation': {
'description': '''
Specifies the value to which you want to set the attribute. **Default
Value**: None
''',
'note': '''
Some of the values might not be valid depending on the current
settings of the instrument session.
''',
},
},
],
'documentation': {
'description': '''
Sets the value of a ViSession attribute.
This is a low-level function that you can use to set the values of
instrument-specific attributes and inherent IVI attributes. If the
attribute represents an instrument state, this function performs
instrument I/O in the following cases:
- State caching is disabled for the entire session or for the
particular attribute.
- State caching is enabled and the currently cached value is invalid or
is different than the value you specify.
NI-FGEN contains high-level functions that set most of the instrument
attributes. It is best to use the high-level driver functions as much as
possible. They handle order dependencies and multithread locking for
you. In addition, they perform status checking only after setting all of
the attributes. In contrast, when you set multiple attributes using the
Set Attribute functions, the functions check the instrument status after
each call.
Also, when state caching is enabled, the high-level functions that
configure multiple attributes perform instrument I/O only for the
attributes whose value you change. Thus, you can safely call the
high-level functions without the penalty of redundant instrument I/O.
''',
},
},
'SetAttributeViString': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the name of the channel on which to check the attribute value
if the attribute is channel-based. If the attribute is not
channel-based, then pass VI_NULL or "" (empty string).
**Default Value**: "" (empty string)
''',
},
},
{
'direction': 'in',
'name': 'attributeId',
'type': 'ViAttr',
'documentation': {
'description': 'Specifies the ID of an attribute.',
},
},
{
'direction': 'in',
'name': 'attributeValue',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the value to which you want to set the attribute. **Default
Value**: None
''',
'note': '''
Some of the values might not be valid depending on the current
settings of the instrument session.
''',
},
},
],
'documentation': {
'description': '''
Sets the value of a ViString attribute.
This is a low-level function that you can use to set the values of
instrument-specific attributes and inherent IVI attributes. If the
attribute represents an instrument state, this function performs
instrument I/O in the following cases:
- State caching is disabled for the entire session or for the
particular attribute.
- State caching is enabled and the currently cached value is invalid or
is different than the value you specify.
NI-FGEN contains high-level functions that set most of the instrument
attributes. NI recommends that you use the high-level driver functions
as much as possible. They handle order dependencies and multithread
locking for you. In addition, they perform status checking only after
setting all of the attributes. In contrast, when you set multiple
attributes using the Set Attribute functions, the functions check the
instrument status after each call.
Also, when state caching is enabled, the high-level functions that
configure multiple attributes perform instrument I/O only for the
attributes whose value you change. Thus, you can safely call the
high-level functions without the penalty of redundant instrument I/O.
''',
},
},
'SetCalUserDefinedInfo': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
nifgen_init or the nifgen_InitExtCal function and identifies a
particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'Info',
'type': 'ViConstString',
'documentation': {
'description': 'Specifies the information string that should be stored in the EEPROM.',
},
},
],
'documentation': {
'description': '''
Stores user-defined information in the onboard EEPROM. Call the
nifgen_GetCalUserDefinedInfoMaxSize function to determine the maximum
number of characters that can be stored.
''',
},
},
'SetNamedWaveformNextWritePosition': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the channel onto which the waveform data should be loaded.
**Default Value**: "0"
''',
},
},
{
'direction': 'in',
'name': 'waveformName',
'type': 'ViConstString',
'documentation': {
'description': 'Specifies the name to associate with the allocated waveform.',
},
},
{
'direction': 'in',
'name': 'relativeTo',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the reference position in the waveform. This position and
**offset** together determine where to start loading data into the
waveform.
****Defined Values****
''',
'table_body': [['NIFGEN_VAL_WAVEFORM_POSITION_START (0)', 'Use the start of the waveform as the reference position.'], ['NIFGEN_VAL_WAVEFORM_POSITION_CURRENT (1)', 'Use the current position within the waveform as the reference position.']],
},
},
{
'direction': 'in',
'name': 'offset',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the offset from the **relativeTo** parameter at which to start
loading the data into the waveform.
''',
},
},
],
'documentation': {
'description': '''
Sets the position in the waveform to which data is written at the next
write. This function allows you to write to arbitrary locations within
the waveform. These settings apply only to the next write to the
waveform specified by the **waveformHandle** parameter. Subsequent
writes to that waveform begin where the last write left off, unless this
function is called again. The **waveformHandle** passed in must have
been created with a call to one of the following functions:
- nifgen_AllocateWaveform
- nifgen_CreateWaveformF64
- nifgen_CreateWaveformI16
- nifgen_CreateWaveformFromFileI16
- nifgen_CreateWaveformFromFileF64
- nifgen_CreateWaveformFromFileHWS
''',
},
},
'SetWaveformNextWritePosition': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the channel on which to the waveform data should be loaded.
**Default Value**: "0"
''',
},
},
{
'direction': 'in',
'name': 'waveformHandle',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the handle of the arbitrary waveform previously allocated with
the nifgen_AllocateWaveform function.
''',
},
},
{
'direction': 'in',
'name': 'relativeTo',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the reference position in the waveform. This position and
**offset** together determine where to start loading data into the
waveform.
****Defined Values****
''',
'table_body': [['NIFGEN_VAL_WAVEFORM_POSITION_START (0)', 'Use the start of the waveform as the reference position.'], ['NIFGEN_VAL_WAVEFORM_POSITION_CURRENT (1)', 'Use the current position within the waveform as the reference position.']],
},
},
{
'direction': 'in',
'name': 'offset',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the offset from **relativeTo** at which to start loading the
data into the waveform.
''',
},
},
],
'documentation': {
'description': '''
Sets the position in the waveform at which the next waveform data is
written. This function allows you to write to arbitrary locations within
the waveform. These settings apply only to the next write to the
waveform specified by the waveformHandle parameter. Subsequent writes to
that waveform begin where the last write left off, unless this function
is called again. The waveformHandle passed in must have been created by
a call to the nifgen_AllocateWaveform function or one of the following
niFgen CreateWaveform functions:
- nifgen_CreateWaveformF64
- nifgen_CreateWaveformI16
- nifgen_CreateWaveformFromFileI16
- nifgen_CreateWaveformFromFileF64
- nifgen_CreateWaveformFromFileHWS
''',
},
},
'UnlockSession': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'out',
'name': 'callerHasLock',
'type': 'ViBoolean',
'documentation': {
'description': '''
Keeps track of whether you obtain a lock and therefore need to unlock
the session.
This parameter serves as a convenience. If you do not want to use this
parameter, pass VI_NULL.
Pass the address of a local ViBoolean variable. In the declaration of
the local variable, initialize it to VI_FALSE. Pass the address of the
same local variable to any other calls you make to the
niFgen_LockSession function or the niFgen_UnlockSession function in
the same function.
The parameter is an input/output parameter. The niFgen_LockSession
function and the niFgen_UnlockSession function each inspect the current
value and take the following actions:
- If the value is VI_TRUE, the niFgen_LockSession function does not
lock the session again. If the value is VI_FALSE, the
niFgen_LockSession function obtains the lock and sets the value of
the parameter to VI_TRUE.
- If the value is VI_FALSE, the niFgen_UnlockSession function does
not attempt to unlock the session. If the value is VI_TRUE, the
niFgen_UnlockSession function releases the lock and sets the value
of the parameter to VI_FALSE.
Thus, you can, call the niFgen_UnlockSession function at the end of
your function without worrying about whether you actually have the lock.
Example:
ViStatus TestFunc (ViSession vi, ViInt32 flags)
{
ViStatus error = VI_SUCCESS;
ViBoolean haveLock = VI_FALSE;
if (flags & BIT_1)
{
viCheckErr(niFgen_LockSession(vi, &haveLock;));
viCheckErr( TakeAction1(vi));
if (flags & BIT_2)
{
viCheckErr( niFgen_UnlockSession(vi, &haveLock;));
viCheckErr( TakeAction2(vi));
viCheckErr( niFgen_LockSession(vi, &haveLock;);
}
if (flags & BIT_3)
viCheckErr( TakeAction3(vi));
}
Error:
|
/\*
At this point, you cannot really be sure that
you have the lock. Fortunately, the haveLock
variable takes care of that for you.
\*/
niFgen_UnlockSession(vi, &haveLock;);
return error;
}
''',
},
},
],
'documentation': {
'description': '''
Releases a lock that you acquired on an instrument session using the
nifgen_LockSession function.
''',
},
},
'WaitUntilDone': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'maxTime',
'type': 'ViInt32',
'documentation': {
'description': 'Specifies the timeout value in milliseconds.',
},
},
],
'documentation': {
'description': '''
Waits until the device is done generating or until the maximum time has
expired.
''',
},
},
'WriteBinary16AnalogStaticValue': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
nifgen_InitExtCal function and identifies a particular instrument
session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the channel name for which you want to write the value.
**Default Value**: "0"
''',
},
},
{
'direction': 'in',
'name': 'Value',
'type': 'ViInt16',
'documentation': {
'description': 'The value to write.',
},
},
],
'documentation': {
'description': '''
| Writes the 16-bit value to the DAC, which could be output as a DC
Voltage.
| This function writes to the DAC only when in an external calibration
session.
''',
},
},
'WriteBinary16Waveform': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the channel on which to the waveform data should be loaded.
**Default Value**: "0"
''',
},
},
{
'direction': 'in',
'name': 'waveformHandle',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the handle of the arbitrary waveform previously allocated with
the nifgen_AllocateWaveform function.
''',
},
},
{
'direction': 'in',
'name': 'Size',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the number of samples to load into the waveform.
**Default Value**: 0
''',
},
},
{
'direction': 'in',
'name': 'Data',
'type': 'ViInt16[]',
'documentation': {
'description': '''
Specifies the array of data to load into the waveform. The array must
have at least as many elements as the value in **size**. The binary data
is left-justified.
''',
},
},
],
'documentation': {
'description': '''
Writes binary data to the waveform in onboard memory. The waveform
handle passed must have been created by a call to the
nifgen_AllocateWaveform or the nifgen_CreateWaveformI16 function.
By default, the subsequent call to the niFgen_WriteBinary16Waveform
function continues writing data from the position of the last sample
written. You can set the write position and offset by calling the
nifgen_SetWaveformNextWritePosition function. If streaming is enabled,
you can write more data than the allocated waveform size in onboard
memory. Refer to the
`Streaming <REPLACE_DRIVER_SPECIFIC_URL_2(streaming)>`__ topic for more
information about streaming data.
''',
},
},
'WriteComplexBinary16Waveform': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies channel on which to the waveform data should be loaded.
**Default Value**: "0"
''',
},
},
{
'direction': 'in',
'name': 'waveformHandle',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the handle of the arbitrary waveform previously allocated with
the nifgen_AllocateWaveform function.
''',
},
},
{
'direction': 'in',
'name': 'Size',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the number of samples to load into the waveform.
**Default Value**: 0
''',
},
},
{
'direction': 'in',
'name': 'Data',
'type': 'NIComplexI16[]',
'documentation': {
'description': '''
Specifies the array of data to load into the waveform. The array must
have at least as many elements as the value in **size**. The binary data
is left-justified.
''',
},
},
],
'documentation': {
'description': '''
Writes binary data to the waveform in onboard memory. The waveform
handle passed in must have been created by a call to the
nifgen_AllocateWaveform or the nifgen_CreateWaveformI16 function.
By default, the subsequent call to the
niFgen_WriteComplexBinary16Waveform function continues writing data
from the position of the last sample written. You can set the write
position and offset by calling the nifgen_SetWaveformNextWritePosition
function. If streaming is enabled, you can write more data than the
allocated waveform size in onboard memory. Refer to the
`Streaming <REPLACE_DRIVER_SPECIFIC_URL_2(streaming)>`__ topic for more
information about streaming data.
''',
},
},
'WriteNamedWaveformComplexF64': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the channel onto which the waveform data should be loaded.
**Default Value**: "0"
''',
},
},
{
'direction': 'in',
'name': 'waveformName',
'type': 'ViConstString',
'documentation': {
'description': 'Specifies the name to associate with the allocated waveform.',
},
},
{
'direction': 'in',
'name': 'Size',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the number of samples to load into the waveform.
**Default Value**: 0
''',
},
},
{
'direction': 'in',
'name': 'Data',
'type': 'NIComplexNumber[]',
'documentation': {
'description': '''
Specifies the array of data to load into the waveform. The array must
have at least as many elements as the value in **size**.
''',
},
},
],
'documentation': {
'description': '''
Writes complex floating–point data to the named waveform in onboard
memory on devices with the NIFGEN_ATTR_OSP_ENABLED attribute set to
VI_TRUE and the NIFGEN_ATTR_OSP_DATA_PROCESSING_MODE attribute set
to NIFGEN_VAL_OSP_COMPLEX. The waveform handle passed in must have
been created by a call to the nifgen_AllocateWaveform function or to
one of the following niFgen Create Waveform functions:
- nifgen_CreateWaveformF64
- nifgen_CreateWaveformI16
- nifgen_CreateWaveformFromFileI16
- nifgen_CreateWaveformFromFileF64
- nifgen_CreateWaveformFromFileHWS
By default, the subsequent call to the
niFgen_WriteNamedWaveformComplexF64 function continues writing data
from the position of the last sample written. You can set the write
position and offset by calling the
nifgen_SetNamedWaveformNextWritePosition function. If streaming is
enabled, you can write more data than the allocated waveform size in
onboard memory. Refer to the
`Streaming <REPLACE_DRIVER_SPECIFIC_URL_2(streaming)>`__ topic for more
information about streaming data.
''',
},
},
'WriteNamedWaveformComplexI16': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the channel onto which the waveform data should be loaded.
**Default Value**: "0"
''',
},
},
{
'direction': 'in',
'name': 'waveformName',
'type': 'ViConstString',
'documentation': {
'description': 'Specifies the name to associate with the allocated waveform.',
},
},
{
'direction': 'in',
'name': 'Size',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the number of samples to load into the waveform.
**Default Value**: 0
''',
},
},
{
'direction': 'in',
'name': 'Data',
'type': 'NIComplexI16[]',
'documentation': {
'description': '''
Specifies the array of data to load into the waveform. The array must
have at least as many elements as the value in **size**.
''',
},
},
],
'documentation': {
'description': '''
Writes complex binary data to the named waveform in onboard memory on
devices with the NIFGEN_ATTR_OSP_ENABLED attribute set to VI_TRUE
and the NIFGEN_ATTR_OSP_DATA_PROCESSING_MODE attribute set to
NIFGEN_VAL_OSP_COMPLEX. The waveform handle passed in must have been
created by a call to the nifgen_AllocateWaveform function or to one of
the following niFgen Create Waveform functions:
- nifgen_CreateWaveformF64
- nifgen_CreateWaveformI16
- nifgen_CreateWaveformFromFileI16
- nifgen_CreateWaveformFromFileF64
- nifgen_CreateWaveformFromFileHWS
By default, the subsequent call to the
niFgen_WriteNamedWaveformComplexi16 function continues writing data
from the position of the last sample written. You can set the write
position and offset by calling the
nifgen_SetNamedWaveformNextWritePosition function. If streaming is
enabled, you can write more data than the allocated waveform size in
onboard memory. Refer to the
`Streaming <REPLACE_DRIVER_SPECIFIC_URL_2(streaming)>`__ topic for more
information about streaming data.
''',
},
},
'WriteNamedWaveformF64': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the channel onto which the waveform data should be loaded.
**Default Value**: "0"
''',
},
},
{
'direction': 'in',
'name': 'waveformName',
'type': 'ViConstString',
'documentation': {
'description': 'Specifies the name to associate with the allocated waveform.',
},
},
{
'direction': 'in',
'name': 'Size',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the number of samples to load into the waveform.
**Default Value**: 0
''',
},
},
{
'direction': 'in',
'name': 'Data',
'type': 'ViReal64[]',
'documentation': {
'description': '''
Specifies the array of data to load into the waveform. The array must
have at least as many elements as the value in **size**.
''',
},
},
],
'documentation': {
'description': '''
Writes floating-point data to the waveform in onboard memory. The
waveform handle passed in must have been created by a call to the
nifgen_AllocateWaveform function or to one of the following niFgen
Create Waveform functions:
- nifgen_CreateWaveformF64
- nifgen_CreateWaveformI16
- nifgen_CreateWaveformFromFileI16
- nifgen_CreateWaveformFromFileF64
- nifgen_CreateWaveformFromFileHWS
By default, the subsequent call to the niFgen_WriteNamedWaveformF64
function continues writing data from the position of the last sample
written. You can set the write position and offset by calling the
nifgen_SetNamedWaveformNextWritePosition function. If streaming is
enabled, you can write more data than the allocated waveform size in
onboard memory. Refer to the
`Streaming <REPLACE_DRIVER_SPECIFIC_URL_2(streaming)>`__ topic for more
information about streaming data.
''',
},
},
'WriteNamedWaveformI16': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the channel onto which the waveform data should be loaded.
**Default Value**: "0"
''',
},
},
{
'direction': 'in',
'name': 'waveformName',
'type': 'ViConstString',
'documentation': {
'description': 'Specifies the name to associate with the allocated waveform.',
},
},
{
'direction': 'in',
'name': 'Size',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the number of samples to load into the waveform.
**Default Value**: 0
''',
},
},
{
'direction': 'in',
'name': 'Data',
'type': 'ViInt16[]',
'documentation': {
'description': '''
Specifies the array of data to load into the waveform. The array must
have at least as many elements as the value in **size**.
''',
},
},
],
'documentation': {
'description': '''
Writes binary data to the named waveform in onboard memory.
By default, the subsequent call to the niFgen_WriteNamedWaveformI16
function continues writing data from the position of the last sample
written. You can set the write position and offset by calling the
nifgen_SetNamedWaveformNextWritePosition function. If streaming is
enabled, you can write more data than the allocated waveform size in
onboard memory. Refer to the
`Streaming <REPLACE_DRIVER_SPECIFIC_URL_2(streaming)>`__ topic for more
information about streaming data.
''',
},
},
'WriteP2PEndpointI16': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'endpointName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the name of the FIFO endpoint. Data is written to the endpoint
FIFO.
''',
},
},
{
'direction': 'in',
'name': 'numberOfSamples',
'type': 'ViInt32',
'documentation': {
'description': 'Specifies the number of samples to write into the endpoint FIFO.',
},
},
{
'direction': 'in',
'name': 'endpointData',
'type': 'ViInt16[]',
'documentation': {
'description': '''
Specifies the array of data to write into the endpoint FIFO. The binary
data is left-justified.
''',
},
},
],
'documentation': {
'description': '''
Writes I16 data to the peer-to-peer endpoint. Use this function to write
initial data from the host to the endpoint before starting generation to
avoid an underflow at start.
''',
},
},
'WriteScript': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the channel on which the script is loaded.
**Default Value**: "0"
''',
},
},
{
'direction': 'in',
'name': 'Script',
'type': 'ViConstString',
'documentation': {
'description': '''
Contains the text of the script you want to use for your generation
operation. Refer to `scripting
Instructions <REPLACE_DRIVER_SPECIFIC_URL_2(niscripted.chm',%20'scripting_instructions)>`__
for more information about writing scripts.
''',
},
},
],
'documentation': {
'description': '''
Writes a string containing one or more scripts that govern the
generation of waveforms.
''',
},
},
'WriteWaveform': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
The channel onto which the waveform data should be loaded.
**Default Value**: "0"
''',
},
},
{
'direction': 'in',
'name': 'waveformHandle',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the handle of the arbitrary waveform previously allocated with
the nifgen_AllocateWaveform function.
''',
},
},
{
'direction': 'in',
'name': 'Size',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the number of samples to load into the waveform.
**Default Value**: 0
''',
},
},
{
'direction': 'in',
'name': 'Data',
'type': 'ViReal64[]',
'documentation': {
'description': '''
Specifies the array of data to load into the waveform. The array must
have at least as many elements as the value in **size**.
''',
},
},
],
'documentation': {
'description': '''
Writes floating-point data to the waveform in onboard memory. The
waveform handle passed in must have been created by a call to the
nifgen_AllocateWaveform function or one of the following niFgen
CreateWaveform functions:
- nifgen_CreateWaveformF64
- nifgen_CreateWaveformI16
- nifgen_CreateWaveformFromFileI16
- nifgen_CreateWaveformFromFileF64
- nifgen_CreateWaveformFromFileHWS
By default, the subsequent call to the niFgen_WriteWaveform function
continues writing data from the position of the last sample written. You
can set the write position and offset by calling the
nifgen_SetWaveformNextWritePosition function. If streaming is enabled,
you can write more data than the allocated waveform size in onboard
memory. Refer to the
`Streaming <REPLACE_DRIVER_SPECIFIC_URL_2(streaming)>`__ topic for more
information about streaming data.
''',
},
},
'WriteWaveformComplexF64': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'in',
'name': 'channelName',
'type': 'ViConstString',
'documentation': {
'description': '''
Specifies the channel onto which the waveform data should be loaded.
**Default Value**: "0"
''',
},
},
{
'direction': 'in',
'name': 'numberOfSamples',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the number of samples to load into the waveform.
**Default Value**: 0
''',
},
},
{
'direction': 'in',
'name': 'Data',
'type': 'NIComplexNumber[]',
'documentation': {
'description': '''
Specifies the array of data to load into the waveform. You must
normalize the data points in the array to be between –1.00 and +1.00.
The array must have at least as many elements as the value in the
**numberOfSamples** parameter.
''',
},
},
{
'direction': 'in',
'name': 'waveformHandle',
'type': 'ViInt32',
'documentation': {
'description': '''
Specifies the handle of the arbitrary waveform previously allocated with
the niFgen_AllocateWaveform function.
''',
},
},
],
'documentation': {
'description': '''
Writes complex data to the waveform in onboard memory on devices with
the NIFGEN_ATTR_OUTPUT_ENABLED attribute set to VI_TRUE and the
NIFGEN_ATTR_OSP_DATA_PROCESSING_MODE attribute set to
NIFGEN_VAL_OSP_COMPLEX. The waveform handle passed in must have been
created by a call to the nifgen_AllocateWaveform function or to one of
the following niFgen Create Waveform functions:
- nifgen_CreateWaveformF64
- nifgen_CreateWaveformI16
- nifgen_CreateWaveformFromFileI16
- nifgen_CreateWaveformFromFileF64
- nifgen_CreateWaveformFromFileHWS
By default, the subsequent call to the niFgen_WriteWaveformComplexF64
function continues writing data from the position of the last sample
written. You can set the write position and offset by calling the
nifgen_SetWaveformNextWritePosition function. If streaming is enabled,
you can write more data than the allocated waveform size in onboard
memory. Refer to the
`Streaming <REPLACE_DRIVER_SPECIFIC_URL_2(streaming)>`__ topic for more
information about streaming data.
''',
},
},
'close': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
],
'documentation': {
'description': '''
Performs the following operations:
- Closes the instrument I/O session.
- Destroys the NI-FGEN session and all of its attributes.
- Deallocates any memory resources NI-FGEN uses.
Not all signal routes established by calling the nifgen_ExportSignal
and nifgen_RouteSignalOut functions are released when the NI-FGEN
session is closed. The following table shows what happens to a signal
route on your device when you call the niFgen_close function.
''',
'note': '''
After calling niFgen_close, you cannot use NI-FGEN again until you
call the nifgen_init or nifgen_InitWithOptions functions.
''',
'table_body': [['Front Panel', 'Remain connected', 'Remain connected'], ['RTSI/PXI Backplane', 'Remain connected', 'Disconnected']],
'table_header': ['Routes To', 'NI 5401/5411/5431', 'Other Devices'],
},
},
'error_message': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init or the niFgen_InitWithOptions functions and identifies a
particular instrument session.
You can pass VI_NULL for this parameter. Passing VI_NULL is useful
when one of the initialize functions fails.
**Default Value**: VI_NULL
''',
},
},
{
'direction': 'in',
'name': 'errorCode',
'type': 'ViStatus',
'documentation': {
'description': '''
Specifies the **status** parameter that is returned from any of the
NI-FGEN functions.
**Default Value**: 0 (VI_SUCCESS)
''',
},
},
{
'direction': 'out',
'name': 'errorMessage',
'type': 'ViChar[]',
'documentation': {
'description': '''
Returns the error message string read from the instrument error message
queue.
You must pass a ViChar array with at least 256 bytes.
''',
},
},
],
'documentation': {
'description': '''
Converts a status code returned by an NI-FGEN function into a
user-readable string.
''',
},
},
'error_query': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'out',
'name': 'errorCode',
'type': 'ViInt32',
'documentation': {
'description': 'Returns the error code read from the instrument error queue.',
},
},
{
'direction': 'out',
'name': 'errorMessage',
'type': 'ViChar[]',
'documentation': {
'description': '''
Returns the error message string read from the instrument error message
queue.
You must pass a ViChar array with at least 256 bytes.
''',
},
},
],
'documentation': {
'description': 'Reads an error code and a message from the instrument error queue.',
},
},
'init': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'resourceName',
'type': 'ViRsrc',
'documentation': {
'caution': '''
Traditional NI-DAQ and NI-DAQmx device names are not case-sensitive.
However, all IVI names, such as logical names, are case-sensitive. If
you use logical names, driver session names, or virtual names in your
program, you must ensure that the name you use matches the name in the
IVI Configuration Store file exactly, without any variations in the case
of the characters.
''',
'description': '''
| Specifies the resource name of the device to initialize.
For Traditional NI-DAQ devices, the syntax is DAQ::\ *n*, where *n* is
the device number assigned by MAX, as shown in Example 1.
For NI-DAQmx devices, the syntax is just the device name specified in
MAX, as shown in Example 2. Typical default names for NI-DAQmx devices
in MAX are Dev1 or PXI1Slot1. You can rename an NI-DAQmx device by
right-clicking on the name in MAX and entering a new name.
An alternate syntax for NI-DAQmx devices consists of DAQ::\ *NI-DAQmx
device name*, as shown in Example 3. This naming convention allows for
the use of an NI-DAQmx device in an application that was originally
designed for a Traditional NI-DAQ device. For example, if the
application expects DAQ::1, you can rename the NI-DAQmx device to 1 in
MAX and pass in DAQ::1 for the resource name, as shown in Example 4.
If you use the DAQ::\ *n* syntax and an NI-DAQmx device name already
exists with that same name, the NI-DAQmx device is matched first.
You can also pass in the name of an IVI logical name or an IVI virtual
name configured with the IVI Configuration utility, as shown in Example
5. A logical name identifies a particular virtual instrument. A virtual
name identifies a specific device and specifies the initial settings for
the session.
''',
'table_body': [['1', 'Traditional NI-DAQ device', 'DAQ::\\ *1*', '(*1* = device number)'], ['2', 'NI-DAQmx device', '*myDAQmxDevice*', '(*myDAQmxDevice* = device name)'], ['3', 'NI-DAQmx device', 'DAQ::\\ *myDAQmxDevice*', '(*myDAQmxDevice* = device name)'], ['4', 'NI-DAQmx device', 'DAQ::\\ *2*', '(*2* = device name)'], ['5', 'IVI logical name or IVI virtual name', '*myLogicalName*', '(*myLogicalName* = name)']],
'table_header': ['Example #', 'Device Type', 'Syntax', 'Variable'],
},
},
{
'direction': 'in',
'name': 'idQuery',
'type': 'ViBoolean',
'documentation': {
'description': '''
Specifies whether you want NI-FGEN to perform an ID query.
When you set this parameter to VI_TRUE, NI-FGEN verifies that the
device that you initialize is supported.
Circumstances can arise where sending an ID query to the device is
undesirable. When you set this parameter to VI_FALSE, the function
initializes the device without performing an ID query.
****Defined Values****
**Default Value**: VI_TRUE
''',
'table_body': [['VI_TRUE', 'Perform ID query'], ['VI_FALSE', 'Skip ID query']],
},
},
{
'direction': 'in',
'name': 'resetDevice',
'type': 'ViBoolean',
'documentation': {
'description': '''
Specifies whether you want to reset the device during the initialization
procedure. VI_TRUE specifies that the device is reset and performs the
same function as the nifgen_Reset function.
****Defined Values****
**Default Value**: VI_TRUE
''',
'table_body': [['VI_TRUE', 'Reset device'], ['VI_FALSE', 'Do not reset device']],
},
},
{
'direction': 'out',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Returns a session handle that you can use to identify the device in all
subsequent NI-FGEN function calls.
''',
},
},
],
'documentation': {
'description': '''
Performs the following initialization actions:
- Creates a new IVI instrument driver session.
- Opens a session to the specified device using the interface and
address that you specify for the **resourceName** parameter.
- If the **IDQuery** parameter is set to VI_TRUE, this function
queries the device ID and checks that the ID is valid for NI-FGEN.
- If the **resetDevice** parameter is set to VI_TRUE, this function
resets the device to a known state.
- Sends initialization commands to set the device to the state
necessary for the operation of NI-FGEN.
- Returns a session handle that you can use to identify the device in
all subsequent NI-FGEN function calls.
''',
},
},
'reset': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
],
'documentation': {
'description': '''
Resets the instrument to a known state. This function aborts the
generation, clears all routes, and resets session attributes to the
default values. This function does not, however, commit the session
properties or configure the device hardware to its default state.
''',
'note': '''
For the NI 5401/5404/5411/5431, this function exhibits the same
behavior as the nifgen_ResetDevice function.
''',
},
},
'revision_query': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'out',
'name': 'instrumentDriverRevision',
'type': 'ViChar[]',
'documentation': {
'description': '''
Returns the NI-FGEN software revision numbers in the form of a string.
You must pass a ViChar array with at least 256 bytes.
''',
},
},
{
'direction': 'out',
'name': 'firmwareRevision',
'type': 'ViChar[]',
'documentation': {
'description': '''
Returns the instrument firmware revision numbers in the form of a
string.
You must pass a ViChar array with at least 256 bytes.
''',
},
},
],
'documentation': {
'description': 'Returns the revision numbers of the NI-FGEN and instrument firmware.',
},
},
'self_test': {
'returns': 'ViStatus',
'parameters': [
{
'direction': 'in',
'name': 'vi',
'type': 'ViSession',
'documentation': {
'description': '''
Identifies your instrument session. **vi** is obtained from the
niFgen_init, nifgen_InitWithOptions, or nifgen_InitializeWithChannels
functions and identifies a particular instrument session.
''',
},
},
{
'direction': 'out',
'name': 'selfTestResult',
'type': 'ViInt16',
'documentation': {
'description': '''
Contains the value returned from the instrument self-test. A value of 0
indicates success.
''',
'table_body': [['0', 'Passed self-test'], ['1', 'Self-test failed']],
'table_header': ['Self-Test Code', 'Description'],
},
},
{
'direction': 'out',
'name': 'selfTestMessage',
'type': 'ViChar[]',
'documentation': {
'description': '''
Returns the self-test response string from the instrument.
You must pass a ViChar array with at least 256 bytes.
''',
},
},
],
'documentation': {
'description': 'Runs the instrument self-test routine and returns the test result(s).',
'note': '''
When used on some signal generators, the device is reset after the
niFgen_self_test function runs. If you use the niFgen_self_test
function, your device may not be in its previously configured state
after the function runs.
''',
},
},
}
| [
198,
2,
532,
9,
12,
19617,
25,
3384,
69,
12,
23,
532,
9,
12,
198,
2,
770,
2393,
318,
2438,
7560,
11,
466,
407,
787,
2458,
994,
198,
2,
220,
1002,
262,
7560,
1321,
318,
407,
3376,
329,
21015,
198,
2,
220,
2458,
460,
307,
925,
287,
5499,
62,
48078,
13,
9078,
290,
484,
481,
307,
198,
2,
220,
5625,
379,
1382,
640,
628,
198,
12543,
2733,
796,
1391,
198,
220,
220,
220,
705,
4826,
419,
8645,
341,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
4826,
2096,
597,
4271,
16862,
6737,
5270,
13,
4889,
262,
198,
77,
361,
5235,
62,
818,
8846,
378,
8645,
341,
2163,
284,
2728,
262,
6737,
17301,
284,
198,
18230,
344,
257,
6737,
757,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
39668,
36674,
44758,
6892,
876,
13856,
323,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
23032,
434,
7575,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
2033,
286,
640,
284,
4532,
262,
27565,
21328,
5711,
13,
198,
198,
1174,
3118,
896,
1174,
25,
40876,
198,
198,
1174,
19463,
11052,
1174,
25,
657,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
13856,
592,
357,
273,
7108,
15381,
8,
262,
27565,
21328,
11,
543,
16119,
262,
7560,
198,
12683,
282,
13,
4216,
8369,
262,
27565,
21328,
460,
307,
4465,
618,
18305,
2890,
262,
198,
22915,
286,
3294,
13103,
393,
618,
16464,
7108,
15852,
262,
198,
22915,
3585,
284,
257,
5969,
4941,
11,
884,
355,
262,
350,
3069,
20984,
21328,
13,
198,
198,
39668,
434,
640,
460,
307,
3967,
393,
4633,
11,
475,
340,
1276,
307,
1342,
621,
393,
198,
40496,
284,
262,
27565,
21328,
2278,
13,
383,
5711,
2753,
1245,
3393,
198,
8499,
428,
2163,
318,
1444,
13,
1675,
5711,
281,
7097,
27565,
21328,
11,
779,
198,
1169,
399,
5064,
35353,
62,
1404,
5446,
62,
49302,
16437,
62,
5097,
11290,
62,
32,
4462,
3535,
37780,
62,
35,
3698,
4792,
11688,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
3237,
13369,
45,
2434,
39709,
687,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
6518,
1438,
329,
543,
345,
765,
284,
31935,
262,
3706,
198,
19204,
687,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
19204,
687,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
22882,
6945,
262,
1438,
284,
11602,
351,
262,
19171,
6769,
687,
2637,
11,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
19204,
687,
10699,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
2546,
286,
262,
6769,
687,
284,
31935,
287,
8405,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
1821,
4846,
1,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
2546,
286,
257,
3706,
6769,
687,
510,
2166,
523,
326,
340,
460,
307,
198,
439,
10533,
287,
25863,
4088,
878,
11046,
262,
3917,
1366,
13,
6060,
460,
198,
8524,
307,
9639,
287,
4833,
7021,
351,
262,
37628,
37,
5235,
19430,
357,
33,
3219,
1433,
8,
198,
39709,
687,
5499,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
3237,
13369,
39709,
687,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
6518,
1438,
329,
543,
345,
765,
284,
31935,
262,
6769,
687,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
19204,
687,
10699,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
22882,
6945,
11,
287,
8405,
11,
262,
2546,
286,
262,
6769,
687,
284,
31935,
2637,
11,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
19204,
687,
37508,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
464,
5412,
326,
21079,
262,
649,
6769,
687,
13,
770,
5412,
318,
973,
1568,
198,
12518,
9759,
284,
428,
6769,
687,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
2546,
286,
257,
6769,
687,
523,
326,
340,
460,
307,
19171,
287,
25863,
198,
31673,
878,
11046,
262,
3917,
1366,
13,
6060,
460,
788,
307,
9639,
287,
198,
17470,
263,
7021,
351,
262,
19430,
45755,
1467,
17084,
687,
5499,
13,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
464,
6737,
17301,
1276,
407,
307,
287,
262,
2980,
803,
1181,
618,
345,
869,
198,
5661,
2163,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
9771,
39668,
2885,
34,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1438,
286,
262,
6518,
852,
48050,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
38149,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
22882,
6945,
262,
1388,
3108,
8398,
2637,
11,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
37764,
1095,
5308,
34006,
3109,
30262,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
281,
7177,
286,
15075,
5072,
13161,
1095,
8630,
351,
281,
7097,
198,
259,
43872,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
37764,
1095,
5308,
34006,
3152,
9771,
324,
66,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
281,
7177,
286,
15075,
5072,
13161,
1095,
8630,
351,
262,
25863,
198,
9948,
571,
1358,
49169,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
9771,
3129,
689,
36537,
38491,
27113,
284,
262,
4461,
290,
11677,
286,
198,
1169,
25863,
36537,
49169,
13,
5856,
7097,
36537,
11,
345,
460,
198,
8612,
378,
13161,
1095,
290,
3953,
606,
1111,
45107,
290,
351,
262,
198,
9948,
571,
1358,
49169,
13,
6251,
262,
8630,
13161,
1095,
284,
428,
2163,
284,
1249,
198,
22125,
12,
30386,
1677,
284,
15284,
262,
5035,
36537,
38491,
290,
3650,
198,
18855,
287,
262,
25863,
27254,
4805,
2662,
618,
262,
36537,
6246,
318,
5364,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
9771,
39668,
9771,
2885,
34,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
77,
361,
5235,
62,
31768,
11627,
9771,
2163,
290,
21079,
257,
1948,
8875,
198,
29891,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
37764,
1095,
5308,
34006,
3109,
30262,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
281,
7177,
286,
15075,
5072,
13161,
1095,
8630,
351,
281,
7097,
198,
259,
43872,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
37764,
1095,
5308,
34006,
3152,
9771,
324,
66,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
281,
7177,
286,
15075,
5072,
13161,
1095,
8630,
351,
262,
25863,
198,
9948,
571,
1358,
49169,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
9771,
3129,
689,
36537,
38491,
27113,
284,
262,
4461,
290,
11677,
286,
198,
1169,
25863,
36537,
49169,
13,
5856,
7097,
36537,
11,
345,
460,
198,
8612,
378,
13161,
1095,
290,
3953,
606,
1111,
45107,
290,
351,
262,
198,
9948,
571,
1358,
49169,
13,
6251,
262,
8630,
13161,
1095,
284,
428,
2163,
284,
1249,
198,
22125,
12,
30386,
1677,
284,
15284,
262,
5035,
36537,
38491,
290,
3650,
198,
18855,
287,
262,
25863,
27254,
4805,
2662,
618,
262,
36537,
6246,
318,
5364,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
9771,
39668,
13470,
15235,
38,
391,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
77,
361,
5235,
62,
31768,
11627,
9771,
2163,
290,
21079,
257,
1948,
8875,
198,
29891,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1438,
286,
262,
6518,
852,
48050,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
12417,
35,
330,
40161,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
281,
7177,
286,
262,
3815,
27402,
284,
262,
1388,
5072,
45793,
198,
42122,
428,
36537,
3800,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
48544,
35,
330,
40161,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
281,
7177,
286,
262,
3815,
27402,
284,
262,
4461,
36537,
45793,
198,
42122,
428,
36537,
3800,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
1326,
34006,
26410,
82,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
281,
7177,
286,
262,
15075,
5072,
13161,
1095,
8630,
1141,
428,
198,
9948,
571,
1358,
3800,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
9771,
3129,
689,
36537,
38491,
27113,
284,
262,
4461,
286,
262,
1277,
198,
272,
11794,
3108,
13,
5856,
7097,
36537,
11,
345,
460,
1234,
262,
3335,
287,
198,
39799,
25412,
26,
1430,
1180,
4461,
290,
1388,
45793,
3815,
26,
198,
392,
1011,
13871,
286,
262,
7186,
5072,
15004,
13,
6251,
262,
198,
11250,
3924,
1366,
11,
355,
880,
355,
262,
13871,
11,
284,
428,
2163,
284,
198,
12154,
24947,
12,
30386,
1677,
284,
15284,
262,
5035,
36537,
38491,
290,
198,
8095,
606,
287,
262,
25863,
27254,
4805,
2662,
618,
262,
36537,
6246,
318,
198,
785,
3291,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
9771,
39668,
13470,
15235,
26410,
26950,
276,
590,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
77,
361,
5235,
62,
31768,
11627,
9771,
2163,
290,
21079,
257,
1948,
8875,
198,
29891,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1438,
286,
262,
6518,
852,
48050,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
38149,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1277,
3108,
5072,
47472,
8398,
13,
33973,
284,
262,
198,
77,
361,
5235,
62,
9819,
62,
24941,
341,
329,
534,
3335,
329,
1321,
319,
644,
198,
11250,
20074,
1276,
307,
48050,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
2220,
26950,
276,
590,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
47472,
286,
262,
3440,
1973,
543,
262,
15558,
3804,
198,
259,
355,
12429,
1326,
34006,
53,
5978,
496,
40553,
8912,
1174,
318,
2077,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
1326,
34006,
7416,
53,
5978,
496,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
15075,
5072,
15004,
8630,
1973,
257,
845,
198,
8929,
12,
320,
9124,
590,
3440,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
1326,
34006,
53,
5978,
496,
40553,
8912,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
15075,
5072,
15004,
8630,
1973,
262,
3440,
47472,
198,
23599,
287,
262,
12429,
2220,
26950,
276,
590,
1174,
11507,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
9771,
3129,
689,
36537,
38491,
27113,
284,
1277,
15075,
3108,
5072,
198,
320,
9124,
590,
13,
5856,
7097,
36537,
11,
345,
460,
1234,
262,
3335,
287,
198,
39799,
25412,
290,
1011,
13871,
286,
262,
7186,
5072,
198,
37764,
496,
1973,
1180,
15989,
13,
6251,
262,
8398,
1366,
11,
355,
880,
355,
198,
1169,
13871,
11,
284,
428,
2163,
284,
1249,
24947,
12,
30386,
1677,
284,
15284,
262,
198,
13335,
36537,
38491,
290,
3650,
606,
287,
262,
25863,
27254,
4805,
2662,
198,
12518,
262,
36537,
6246,
318,
5364,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
9771,
39668,
7414,
265,
1108,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
77,
361,
5235,
62,
31768,
11627,
9771,
2163,
290,
21079,
257,
1948,
8875,
198,
29891,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1438,
286,
262,
6518,
852,
48050,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
38149,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
15075,
3108,
8398,
286,
262,
3335,
329,
428,
3800,
286,
198,
9948,
571,
1358,
13,
33973,
284,
262,
299,
361,
5235,
62,
9819,
62,
24941,
341,
329,
534,
3335,
198,
1640,
1321,
319,
543,
25412,
1276,
307,
48050,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
25927,
276,
5840,
489,
3984,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
37188,
11,
287,
46297,
11,
326,
373,
973,
284,
17425,
24947,
12,
30386,
1677,
284,
198,
8612,
378,
262,
264,
500,
23755,
379,
1180,
19998,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
37,
8897,
3976,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
22882,
6945,
262,
19998,
286,
262,
5072,
6769,
687,
287,
607,
22877,
2637,
11,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
1326,
34006,
5840,
489,
10455,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
4036,
357,
1326,
34006,
8,
12306,
10455,
286,
262,
5072,
6769,
687,
287,
198,
10396,
912,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17618,
5189,
47384,
902,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
22882,
6945,
262,
1271,
286,
13871,
284,
1011,
2637,
11,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
7191,
7097,
36537,
11,
262,
3335,
318,
17839,
351,
262,
1180,
198,
272,
11794,
6460,
13,
24291,
902,
389,
2077,
286,
262,
7186,
5072,
15004,
198,
330,
1214,
1180,
19998,
13,
383,
8398,
1366,
11,
355,
880,
355,
262,
198,
1326,
5015,
902,
11,
389,
3804,
284,
428,
2163,
523,
326,
24947,
12,
30386,
1677,
460,
15284,
198,
1169,
5035,
36537,
38491,
290,
11,
618,
262,
36537,
6246,
198,
271,
5364,
11,
3650,
606,
287,
262,
25863,
27254,
4805,
2662,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
9771,
39668,
13383,
15235,
26410,
26950,
276,
590,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
77,
361,
5235,
62,
31768,
11627,
9771,
2163,
290,
21079,
257,
1948,
8875,
198,
29891,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1438,
286,
262,
6518,
852,
48050,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
38149,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1388,
3108,
5072,
47472,
8398,
13,
33973,
284,
262,
198,
77,
361,
5235,
62,
9819,
62,
24941,
341,
329,
534,
3335,
329,
1321,
319,
644,
198,
11250,
20074,
1276,
307,
48050,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
2220,
26950,
276,
590,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
47472,
286,
262,
3440,
1973,
543,
262,
15558,
3804,
198,
259,
355,
12429,
1326,
34006,
53,
5978,
496,
40553,
8912,
1174,
318,
2077,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
1326,
34006,
7416,
53,
5978,
496,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
15075,
5072,
15004,
8630,
1973,
257,
845,
198,
8929,
12,
320,
9124,
590,
3440,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
1326,
34006,
53,
5978,
496,
40553,
8912,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
15075,
5072,
15004,
8630,
1973,
262,
3440,
47472,
198,
23599,
287,
262,
12429,
2220,
26950,
276,
590,
1174,
11507,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
9771,
3129,
689,
36537,
38491,
27113,
284,
1388,
15075,
3108,
5072,
198,
320,
9124,
590,
13,
5856,
7097,
36537,
11,
345,
460,
1234,
262,
3335,
287,
198,
39799,
25412,
290,
1011,
13871,
286,
262,
7186,
5072,
198,
37764,
496,
1973,
1180,
15989,
13,
6251,
262,
8398,
1366,
11,
355,
880,
355,
198,
1169,
13871,
11,
284,
428,
2163,
284,
1249,
24947,
12,
30386,
1677,
284,
15284,
262,
198,
13335,
36537,
38491,
290,
3650,
606,
287,
262,
25863,
27254,
4805,
2662,
198,
12518,
262,
36537,
6246,
318,
5364,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
9771,
39668,
13383,
15235,
6307,
32,
3149,
38,
391,
1870,
34519,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
77,
361,
5235,
62,
31768,
11627,
9771,
2163,
290,
21079,
257,
1948,
8875,
198,
29891,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1438,
286,
262,
6518,
852,
48050,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
38149,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1281,
321,
489,
7483,
3800,
8398,
13,
33973,
284,
262,
198,
77,
361,
5235,
62,
9819,
62,
24941,
341,
329,
534,
3335,
329,
1321,
319,
644,
198,
11250,
20074,
1276,
307,
48050,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
12417,
35,
330,
40161,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
281,
7177,
286,
262,
3815,
27402,
284,
262,
1388,
5072,
45793,
198,
42122,
428,
36537,
3800,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
48544,
35,
330,
40161,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
281,
7177,
286,
262,
3815,
27402,
284,
262,
4461,
36537,
45793,
198,
42122,
428,
36537,
3800,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
28968,
35,
330,
40161,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
281,
7177,
286,
262,
3815,
27402,
284,
262,
11677,
36537,
198,
35,
2246,
1141,
428,
36537,
3800,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
1326,
34006,
26410,
82,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
281,
7177,
286,
262,
15075,
5072,
13161,
1095,
8630,
1141,
428,
198,
9948,
571,
1358,
3800,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
9771,
3129,
689,
36537,
38491,
27113,
284,
262,
1281,
321,
489,
7483,
4461,
198,
392,
11677,
286,
262,
1388,
15075,
3108,
13,
5856,
7097,
36537,
11,
345,
460,
198,
1996,
262,
3335,
287,
1180,
25412,
26,
1430,
1180,
4461,
11,
198,
28968,
11,
290,
1388,
45793,
3815,
26,
290,
1011,
13871,
286,
262,
7186,
198,
22915,
15004,
13,
6251,
262,
8398,
1366,
11,
355,
880,
355,
262,
13871,
198,
1462,
428,
2163,
284,
1249,
24947,
12,
30386,
1677,
284,
15284,
262,
5035,
198,
9948,
571,
1358,
38491,
290,
3650,
606,
287,
262,
25863,
27254,
4805,
2662,
618,
262,
198,
9948,
571,
1358,
6246,
318,
5364,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
9771,
39668,
13383,
15235,
6719,
32,
3149,
38,
391,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
77,
361,
5235,
62,
31768,
11627,
9771,
2163,
290,
21079,
257,
1948,
8875,
198,
29891,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1438,
286,
262,
6518,
852,
48050,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
38149,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
662,
321,
489,
7483,
3800,
8398,
13,
33973,
284,
262,
198,
77,
361,
5235,
62,
9819,
62,
24941,
341,
329,
534,
3335,
329,
1321,
319,
644,
198,
11250,
20074,
1276,
307,
48050,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
12417,
35,
330,
40161,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
281,
7177,
286,
262,
3815,
27402,
284,
262,
1388,
5072,
45793,
198,
42122,
428,
36537,
3800,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
48544,
35,
330,
40161,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
281,
7177,
286,
262,
3815,
27402,
284,
262,
4461,
36537,
45793,
198,
42122,
428,
36537,
3800,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
28968,
35,
330,
40161,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
281,
7177,
286,
262,
3815,
27402,
284,
262,
11677,
36537,
198,
35,
2246,
1141,
428,
36537,
3800,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
1326,
34006,
26410,
82,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
281,
7177,
286,
262,
15075,
5072,
13161,
1095,
8630,
1141,
428,
198,
9948,
571,
1358,
3800,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
9771,
3129,
689,
36537,
38491,
27113,
284,
262,
662,
321,
489,
7483,
4461,
286,
198,
1169,
1388,
15075,
3108,
13,
5856,
7097,
36537,
11,
345,
460,
1234,
262,
198,
25202,
287,
1180,
25412,
26,
1430,
1180,
4461,
11,
11677,
11,
290,
198,
12417,
45793,
3815,
26,
290,
1011,
13871,
286,
262,
7186,
5072,
15004,
13,
198,
14478,
262,
8398,
1366,
11,
355,
880,
355,
262,
13871,
284,
428,
198,
8818,
284,
1249,
24947,
12,
30386,
1677,
284,
15284,
262,
5035,
36537,
198,
9979,
1187,
290,
3650,
606,
287,
262,
25863,
27254,
4805,
2662,
618,
262,
36537,
198,
29891,
318,
5364,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
9771,
39668,
13383,
15235,
6719,
32,
3149,
34519,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
77,
361,
5235,
62,
31768,
11627,
9771,
2163,
290,
21079,
257,
1948,
8875,
198,
29891,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1438,
286,
262,
6518,
852,
48050,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
38149,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
662,
321,
489,
7483,
3800,
8398,
13,
33973,
284,
262,
198,
77,
361,
5235,
62,
9819,
62,
24941,
341,
329,
534,
3335,
329,
1321,
546,
198,
10919,
25412,
1276,
307,
48050,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
48544,
35,
330,
40161,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
281,
7177,
286,
262,
3815,
27402,
284,
262,
4461,
36537,
45793,
198,
42122,
428,
36537,
3800,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
28968,
35,
330,
40161,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
281,
7177,
286,
262,
3815,
27402,
284,
262,
11677,
36537,
198,
35,
2246,
1141,
428,
36537,
3800,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
1326,
34006,
26410,
82,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
281,
7177,
286,
262,
15075,
5072,
13161,
1095,
8630,
1141,
428,
198,
9948,
571,
1358,
3800,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
9771,
3129,
689,
36537,
38491,
27113,
284,
262,
662,
321,
489,
7483,
11677,
198,
1659,
262,
1388,
15075,
3108,
13,
5856,
7097,
36537,
11,
345,
460,
1234,
262,
198,
25202,
287,
1180,
25412,
26,
1430,
1180,
4461,
11,
11677,
11,
290,
198,
12417,
45793,
3815,
26,
290,
1011,
13871,
286,
262,
7186,
5072,
15004,
13,
198,
14478,
262,
8398,
1366,
11,
355,
880,
355,
262,
13871,
11,
284,
428,
198,
8818,
284,
1249,
24947,
12,
30386,
1677,
284,
15284,
262,
5035,
36537,
198,
9979,
1187,
290,
3650,
606,
287,
262,
25863,
27254,
4805,
2662,
618,
262,
36537,
198,
29891,
318,
5364,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
9771,
39668,
46,
22360,
1352,
37,
28707,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
77,
361,
5235,
62,
31768,
11627,
9771,
2163,
290,
21079,
257,
1948,
8875,
198,
29891,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8906,
1202,
37,
28707,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
22882,
6945,
262,
2938,
8373,
286,
262,
5072,
6769,
687,
2637,
11,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
1326,
34006,
37,
28707,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
22882,
6945,
262,
4036,
8630,
8373,
286,
262,
5072,
6769,
687,
2637,
11,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
9771,
3129,
689,
36537,
38491,
27113,
284,
262,
26706,
55,
46,
13,
5856,
7097,
198,
9948,
571,
1358,
11,
345,
460,
7716,
264,
500,
9813,
290,
1011,
13871,
286,
262,
198,
20274,
278,
5072,
8373,
13,
6251,
262,
10348,
290,
8630,
19998,
284,
198,
5661,
2163,
284,
1249,
24947,
12,
30386,
1677,
284,
15284,
262,
5035,
36537,
198,
9979,
1187,
290,
3650,
606,
287,
262,
25863,
27254,
4805,
2662,
618,
262,
36537,
198,
29891,
318,
5364,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
19400,
11627,
9771,
35215,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
77,
361,
5235,
62,
15003,
393,
262,
299,
361,
5235,
62,
31768,
11627,
9771,
2163,
290,
21079,
257,
198,
3911,
13174,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
727,
35215,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
22882,
6945,
262,
1468,
357,
14421,
8,
7097,
36537,
9206,
2637,
11,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
3605,
35215,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
649,
357,
8906,
1202,
8,
7097,
36537,
9206,
13,
383,
9206,
198,
11261,
307,
510,
284,
1440,
3435,
890,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
29238,
262,
9206,
326,
318,
2672,
284,
41216,
281,
7097,
198,
9948,
571,
1358,
6246,
13,
383,
9206,
743,
307,
510,
284,
1440,
3435,
890,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
9787,
33682,
38432,
46120,
13087,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1438,
286,
262,
6518,
319,
543,
284,
2198,
262,
11688,
1988,
198,
361,
262,
11688,
318,
6518,
12,
3106,
13,
1002,
262,
11688,
318,
407,
198,
17620,
12,
3106,
11,
788,
1208,
13889,
62,
33991,
393,
281,
6565,
4731,
5855,
11074,
198,
198,
1174,
19463,
11052,
1174,
25,
13538,
357,
28920,
4731,
8,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
42348,
7390,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
8086,
81,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
22882,
6945,
262,
4522,
286,
281,
11688,
2637,
11,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
42348,
11395,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
46120,
13087,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1988,
284,
543,
345,
765,
284,
900,
262,
11688,
13,
12429,
19463,
198,
11395,
1174,
25,
6045,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
4366,
286,
262,
3815,
1244,
407,
307,
4938,
6906,
319,
262,
1459,
198,
33692,
286,
262,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7376,
4657,
262,
19648,
286,
257,
1988,
345,
11986,
329,
257,
16049,
46120,
13087,
11688,
2637,
11,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
9787,
33682,
38432,
5317,
2624,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1438,
286,
262,
6518,
319,
543,
284,
2198,
262,
11688,
1988,
198,
361,
262,
11688,
318,
6518,
12,
3106,
13,
1002,
262,
11688,
318,
407,
198,
17620,
12,
3106,
11,
788,
1208,
13889,
62,
33991,
393,
281,
6565,
4731,
5855,
11074,
198,
198,
1174,
19463,
11052,
1174,
25,
13538,
357,
28920,
4731,
8,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
42348,
7390,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
8086,
81,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
22882,
6945,
262,
4522,
286,
281,
11688,
2637,
11,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
42348,
11395,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1988,
284,
543,
345,
765,
284,
900,
262,
11688,
13,
12429,
19463,
198,
11395,
1174,
25,
6045,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
4366,
286,
262,
3815,
1244,
407,
307,
4938,
6906,
319,
262,
1459,
198,
33692,
286,
262,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7376,
4657,
262,
19648,
286,
257,
1988,
345,
11986,
329,
257,
16049,
5317,
2624,
11688,
2637,
11,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
9787,
33682,
38432,
5317,
2414,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1438,
286,
262,
6518,
319,
543,
284,
2198,
262,
11688,
1988,
198,
361,
262,
11688,
318,
6518,
12,
3106,
13,
1002,
262,
11688,
318,
407,
198,
17620,
12,
3106,
11,
788,
1208,
13889,
62,
33991,
393,
281,
6565,
4731,
5855,
11074,
198,
198,
1174,
19463,
11052,
1174,
25,
13538,
357,
28920,
4731,
8,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
42348,
7390,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
8086,
81,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
22882,
6945,
262,
4522,
286,
281,
11688,
2637,
11,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
42348,
11395,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2414,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1988,
284,
543,
345,
765,
284,
900,
262,
11688,
13,
12429,
19463,
198,
11395,
1174,
25,
6045,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
4366,
286,
262,
3815,
1244,
407,
307,
4938,
6906,
319,
262,
1459,
198,
33692,
286,
262,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7376,
4657,
262,
19648,
286,
257,
1988,
345,
11986,
329,
257,
16049,
5317,
2414,
11688,
2637,
11,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
9787,
33682,
38432,
15633,
2414,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1438,
286,
262,
6518,
319,
543,
284,
2198,
262,
11688,
1988,
198,
361,
262,
11688,
318,
6518,
12,
3106,
13,
1002,
262,
11688,
318,
407,
198,
17620,
12,
3106,
11,
788,
1208,
13889,
62,
33991,
393,
281,
6565,
4731,
5855,
11074,
198,
198,
1174,
19463,
11052,
1174,
25,
13538,
357,
28920,
4731,
8,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
42348,
7390,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
8086,
81,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
22882,
6945,
262,
4522,
286,
281,
11688,
2637,
11,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
42348,
11395,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1988,
284,
543,
345,
765,
284,
900,
262,
11688,
13,
12429,
19463,
198,
11395,
1174,
25,
6045,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
4366,
286,
262,
3815,
1244,
407,
307,
4938,
6906,
319,
262,
1459,
198,
33692,
286,
262,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7376,
4657,
262,
19648,
286,
257,
1988,
345,
11986,
329,
257,
16049,
15633,
2414,
11688,
2637,
11,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
9787,
33682,
38432,
36044,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1438,
286,
262,
6518,
319,
543,
284,
2198,
262,
11688,
1988,
198,
361,
262,
11688,
318,
6518,
12,
3106,
13,
1002,
262,
11688,
318,
407,
198,
17620,
12,
3106,
11,
788,
1208,
13889,
62,
33991,
393,
281,
6565,
4731,
5855,
11074,
198,
198,
1174,
19463,
11052,
1174,
25,
13538,
357,
28920,
4731,
8,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
42348,
7390,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
8086,
81,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
22882,
6945,
262,
4522,
286,
281,
11688,
2637,
11,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
42348,
11395,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1988,
284,
543,
345,
765,
284,
900,
262,
11688,
13,
12429,
19463,
198,
11395,
1174,
25,
6045,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
4366,
286,
262,
3815,
1244,
407,
307,
4938,
6906,
319,
262,
1459,
198,
33692,
286,
262,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7376,
4657,
262,
19648,
286,
257,
1988,
345,
11986,
329,
257,
16049,
36044,
11688,
2637,
11,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
9787,
33682,
38432,
10100,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1438,
286,
262,
6518,
319,
543,
284,
2198,
262,
11688,
1988,
198,
361,
262,
11688,
318,
6518,
12,
3106,
13,
1002,
262,
11688,
318,
407,
198,
17620,
12,
3106,
11,
788,
1208,
13889,
62,
33991,
393,
281,
6565,
4731,
5855,
11074,
198,
198,
1174,
19463,
11052,
1174,
25,
13538,
357,
28920,
4731,
8,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
42348,
7390,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
8086,
81,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
22882,
6945,
262,
4522,
286,
281,
11688,
2637,
11,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
42348,
11395,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1988,
543,
345,
765,
284,
11767,
355,
257,
4938,
1988,
329,
262,
198,
42348,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
6045,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
4366,
286,
262,
3815,
1244,
407,
307,
4938,
6906,
319,
262,
1459,
198,
33692,
286,
262,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7376,
4657,
262,
19648,
286,
257,
1988,
345,
11986,
329,
257,
16049,
10100,
11688,
2637,
11,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
19856,
3163,
65,
30871,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
8413,
5241,
477,
4271,
2727,
14977,
6769,
23914,
11,
16311,
11,
290,
198,
46521,
422,
262,
6737,
17301,
4088,
290,
12515,
689,
477,
6769,
687,
198,
4993,
829,
11,
8379,
17105,
11,
290,
6769,
687,
3891,
13,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
464,
6737,
17301,
1276,
407,
307,
287,
262,
2980,
803,
1181,
618,
345,
198,
13345,
428,
2163,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
19856,
3163,
65,
44015,
594,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
43167,
37508,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
5412,
286,
262,
14977,
8379,
326,
345,
765,
262,
6737,
198,
8612,
1352,
284,
4781,
13,
921,
460,
2251,
281,
14977,
8379,
1262,
262,
198,
77,
361,
5235,
62,
16447,
3163,
65,
44015,
594,
393,
299,
361,
5235,
62,
16447,
28809,
3163,
65,
44015,
594,
2163,
13,
198,
4711,
5499,
1441,
257,
5412,
326,
345,
779,
284,
5911,
262,
8379,
13,
198,
198,
91,
12429,
7469,
1389,
11052,
1174,
25,
198,
91,
399,
5064,
35353,
62,
23428,
62,
7036,
62,
5188,
10917,
24181,
1546,
960,
27914,
477,
16311,
422,
262,
6737,
198,
220,
17301,
198,
198,
1174,
19463,
11052,
1174,
25,
6045,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
8413,
5241,
257,
4271,
2727,
14977,
8379,
422,
262,
6737,
198,
8612,
1352,
4088,
290,
12515,
689,
262,
8379,
5412,
13,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
464,
6737,
17301,
1276,
407,
307,
287,
262,
2980,
803,
1181,
618,
345,
198,
13345,
428,
2163,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
19856,
3163,
65,
39709,
687,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
19204,
687,
37508,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
5412,
286,
262,
14977,
6769,
687,
326,
345,
765,
262,
6737,
198,
8612,
1352,
284,
4781,
13,
198,
198,
1639,
460,
2251,
3294,
14977,
6769,
23914,
1262,
530,
286,
262,
1708,
198,
8461,
37,
5235,
13610,
17084,
687,
5499,
25,
198,
198,
12,
220,
37628,
37,
5235,
62,
16447,
39709,
687,
37,
2414,
198,
12,
220,
37628,
37,
5235,
62,
16447,
39709,
687,
40,
1433,
198,
12,
220,
37628,
37,
5235,
62,
16447,
39709,
687,
4863,
8979,
40,
1433,
198,
12,
220,
37628,
37,
5235,
62,
16447,
39709,
687,
4863,
8979,
37,
2414,
198,
12,
220,
37628,
37,
5235,
62,
16447,
39709,
687,
4863,
8979,
39,
19416,
198,
198,
1174,
7469,
1389,
11052,
1174,
25,
198,
198,
45,
5064,
35353,
62,
23428,
62,
7036,
62,
15543,
6089,
13775,
5653,
960,
27914,
477,
6769,
23914,
422,
262,
6737,
198,
8612,
1352,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
6045,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
8413,
5241,
257,
4271,
2727,
14977,
6769,
687,
422,
262,
6737,
198,
8612,
1352,
4088,
290,
12515,
689,
262,
6769,
687,
5412,
13,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
464,
6737,
17301,
1276,
407,
307,
287,
262,
2980,
803,
1181,
618,
345,
198,
13345,
428,
2163,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
19856,
12331,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
34349,
945,
262,
4049,
1321,
329,
262,
1459,
9706,
4704,
290,
262,
198,
3824,
40,
6246,
345,
11986,
13,
1002,
345,
1208,
13889,
62,
33991,
329,
262,
12429,
8903,
1174,
11507,
11,
198,
5661,
2163,
37526,
262,
4049,
1321,
691,
329,
262,
1459,
198,
18558,
1009,
4704,
13,
198,
198,
1212,
2163,
5621,
262,
4049,
2438,
284,
13889,
62,
12564,
4093,
7597,
357,
15,
828,
290,
5621,
262,
4049,
198,
11213,
4731,
284,
13538,
357,
28920,
4731,
737,
198,
198,
464,
8363,
40,
7117,
635,
16047,
428,
4049,
1321,
13869,
329,
1123,
198,
16663,
13,
770,
3895,
318,
4465,
611,
345,
466,
407,
423,
257,
6246,
5412,
284,
198,
6603,
284,
262,
299,
361,
5235,
62,
19856,
12331,
393,
262,
299,
361,
5235,
62,
3855,
12331,
2163,
13,
770,
198,
48937,
2288,
8833,
618,
257,
869,
284,
262,
299,
361,
5235,
62,
15003,
393,
198,
77,
361,
5235,
62,
31768,
3152,
29046,
2163,
10143,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
19856,
20366,
80,
8053,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
35324,
8053,
37508,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
5412,
286,
262,
8373,
1351,
345,
765,
262,
6737,
17301,
198,
1462,
4781,
13,
921,
2251,
3294,
8373,
8341,
1262,
198,
8461,
37,
5235,
62,
16447,
20366,
80,
8053,
13,
37628,
37,
5235,
62,
16447,
20366,
80,
8053,
5860,
257,
5412,
326,
345,
198,
1904,
284,
5911,
1123,
1351,
13,
18291,
1958,
257,
1988,
286,
532,
16,
284,
1598,
477,
8373,
198,
20713,
13,
198,
198,
1174,
7469,
1389,
11052,
1174,
198,
198,
45,
5064,
35353,
62,
23428,
62,
7036,
62,
3697,
1797,
4694,
960,
27914,
477,
8373,
8341,
422,
262,
6737,
198,
8612,
1352,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
6045,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
8413,
5241,
257,
4271,
2727,
8373,
1351,
422,
262,
6737,
17301,
198,
31673,
290,
12515,
689,
262,
8373,
1351,
5412,
13,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
464,
6737,
17301,
1276,
407,
307,
287,
262,
2980,
803,
1181,
618,
345,
198,
13345,
428,
2163,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
19856,
9492,
3803,
54,
1501,
654,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
34349,
945,
262,
1351,
286,
1459,
26478,
14601,
2637,
11,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
19856,
12982,
23615,
39709,
687,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
6518,
1438,
422,
543,
345,
765,
284,
1598,
257,
2836,
3210,
198,
19204,
687,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
34349,
945,
262,
2836,
12,
23211,
6769,
687,
2727,
416,
262,
198,
77,
361,
5235,
62,
7469,
500,
12982,
23615,
39709,
687,
2163,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
26125,
11627,
9771,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
77,
361,
5235,
62,
31768,
11627,
9771,
2163,
290,
21079,
257,
1948,
8875,
198,
29891,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
12502,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
339,
2223,
284,
1620,
2402,
9605,
13,
198,
198,
1174,
7469,
1389,
27068,
1174,
198,
198,
1174,
19463,
11052,
1174,
25,
399,
5064,
35353,
62,
23428,
62,
13918,
62,
34,
1847,
62,
6242,
9863,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
6,
45,
5064,
35353,
62,
23428,
62,
13918,
62,
34,
1847,
62,
6242,
9863,
3256,
705,
2949,
2458,
389,
925,
284,
262,
36537,
38491,
290,
1366,
287,
262,
27254,
4805,
2662,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
13918,
62,
34,
1847,
62,
9858,
36393,
3256,
705,
464,
649,
36537,
38491,
290,
1366,
5295,
1141,
262,
7097,
36537,
6246,
389,
8574,
287,
262,
25863,
27254,
4805,
2662,
2637,
60,
4357,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
2601,
4629,
281,
24947,
12,
30386,
1677,
7097,
36537,
6246,
290,
11,
611,
7368,
11,
7000,
198,
1169,
649,
36537,
38491,
290,
36537,
1366,
11,
884,
355,
640,
290,
198,
11498,
21069,
11,
287,
262,
25863,
27254,
4805,
2662,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
6935,
270,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
24334,
2664,
257,
6801,
284,
262,
1520,
2175,
1181,
13,
770,
2163,
3326,
6945,
198,
42348,
3815,
11,
14072,
262,
3335,
11,
290,
23463,
262,
11688,
3815,
198,
1462,
262,
3335,
13,
1002,
262,
11688,
3815,
389,
477,
4938,
11,
24947,
12,
30386,
1677,
5621,
262,
198,
25202,
6890,
8398,
284,
2872,
262,
6246,
8398,
13,
770,
198,
8818,
857,
407,
1104,
262,
24947,
7175,
486,
14,
20,
26429,
14,
4051,
1157,
14,
4051,
3132,
6737,
27298,
13,
198,
198,
818,
262,
1520,
2175,
1181,
11,
345,
460,
3440,
6769,
23914,
11,
14750,
11,
290,
16311,
198,
20424,
4088,
13,
1002,
597,
12608,
389,
3421,
11,
24947,
12,
30386,
1677,
31821,
198,
7645,
1756,
736,
284,
262,
37130,
1181,
11,
810,
345,
460,
1430,
477,
6246,
198,
48310,
878,
11524,
606,
284,
262,
3335,
13,
770,
2163,
468,
645,
198,
10760,
611,
262,
3335,
318,
1541,
287,
262,
1520,
2175,
393,
2980,
803,
1181,
290,
198,
7783,
82,
257,
4388,
3722,
1988,
13,
198,
198,
48593,
428,
13889,
878,
262,
37628,
37,
5235,
16204,
378,
16588,
13889,
318,
11902,
475,
198,
10134,
262,
1708,
4034,
25,
198,
198,
12,
220,
39602,
274,
389,
5364,
11,
523,
10425,
389,
29050,
393,
17392,
13,
198,
12,
220,
4377,
20984,
21328,
290,
7097,
8801,
24907,
389,
7108,
12,
24162,
13,
198,
12,
220,
317,
8840,
37628,
37,
5235,
62,
818,
8846,
378,
8645,
341,
2163,
460,
1057,
5443,
198,
220,
220,
780,
262,
3335,
318,
1541,
17839,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16934,
495,
5840,
489,
3984,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
6518,
1438,
329,
543,
345,
765,
284,
17425,
257,
3210,
198,
19204,
687,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
5840,
489,
3984,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
37188,
286,
262,
3210,
6769,
687,
326,
345,
765,
262,
198,
12683,
282,
17301,
284,
4439,
13,
770,
1988,
318,
262,
37188,
379,
262,
5072,
198,
23705,
282,
13,
24947,
12,
30386,
1677,
5621,
262,
399,
5064,
35353,
62,
1404,
5446,
62,
42296,
34,
62,
2390,
6489,
2043,
52,
7206,
11688,
284,
198,
5661,
1988,
13,
198,
198,
1890,
1672,
11,
284,
4439,
257,
6769,
687,
12897,
422,
784,
20,
13,
405,
569,
284,
1343,
20,
13,
405,
569,
11,
900,
198,
1169,
37188,
284,
838,
13,
405,
569,
13,
198,
198,
1174,
3118,
896,
1174,
25,
9103,
12,
1462,
12,
36729,
15004,
198,
198,
1174,
19463,
11052,
1174,
25,
6045,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
1212,
11507,
857,
407,
2689,
6737,
17301,
4069,
618,
345,
900,
198,
1169,
12429,
19204,
687,
1174,
11507,
286,
262,
37628,
37,
5235,
62,
16934,
495,
23615,
39709,
687,
198,
8818,
284,
399,
5064,
35353,
62,
23428,
62,
54,
23264,
62,
9697,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
16934,
942,
262,
37188,
286,
262,
3210,
6769,
687,
326,
345,
765,
262,
198,
12683,
282,
17301,
284,
4439,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16934,
495,
3163,
65,
44015,
594,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
6518,
1438,
422,
543,
345,
765,
284,
17425,
281,
14977,
198,
43167,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
43167,
37508,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
5412,
286,
262,
14977,
8379,
326,
345,
765,
262,
6737,
198,
8612,
1352,
284,
4439,
13,
24947,
12,
30386,
1677,
5621,
262,
198,
45,
5064,
35353,
62,
1404,
5446,
62,
37304,
62,
5188,
10917,
18310,
62,
39,
6981,
2538,
11688,
284,
428,
1988,
13,
921,
460,
198,
17953,
281,
14977,
8379,
1262,
262,
37628,
37,
5235,
62,
16447,
3163,
65,
44015,
594,
393,
198,
8461,
37,
5235,
62,
16447,
28809,
3163,
65,
44015,
594,
2163,
13,
2312,
5499,
1441,
257,
198,
28144,
326,
345,
779,
284,
5911,
262,
8379,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
6045,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
38,
391,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
5766,
416,
543,
262,
6737,
17301,
16252,
262,
14977,
198,
19204,
23914,
287,
262,
8379,
13,
1649,
345,
2251,
281,
14977,
6769,
687,
11,
345,
198,
27238,
717,
3487,
1096,
262,
1366,
2173,
284,
257,
2837,
286,
784,
16,
13,
405,
284,
1343,
16,
13,
405,
13,
921,
198,
5171,
779,
428,
11507,
284,
5046,
262,
6769,
687,
284,
584,
16069,
13,
383,
4461,
198,
271,
5625,
878,
262,
11677,
318,
2087,
13,
198,
198,
1890,
1672,
11,
284,
17425,
262,
5072,
6737,
284,
2837,
422,
784,
17,
13,
405,
284,
198,
10,
17,
13,
405,
569,
11,
900,
12429,
48544,
1174,
284,
362,
13,
405,
13,
198,
198,
1174,
3118,
896,
1174,
25,
4326,
1203,
198,
198,
1174,
19463,
11052,
1174,
25,
6045,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
34519,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1988,
262,
6737,
17301,
6673,
284,
262,
14977,
6769,
687,
198,
7890,
13,
1649,
345,
2251,
14977,
6769,
23914,
11,
345,
1276,
717,
3487,
1096,
262,
198,
7890,
2173,
284,
257,
2837,
286,
784,
16,
13,
405,
284,
1343,
16,
13,
405,
569,
13,
921,
460,
779,
428,
11507,
198,
1462,
6482,
262,
2837,
286,
262,
14977,
6769,
687,
13,
24947,
12,
30386,
1677,
5621,
262,
198,
45,
5064,
35353,
62,
1404,
5446,
62,
37304,
62,
27977,
28480,
11688,
284,
428,
1988,
13,
198,
198,
1890,
1672,
11,
284,
17425,
262,
5072,
6737,
284,
2837,
422,
657,
13,
405,
284,
362,
13,
405,
569,
198,
38070,
286,
784,
16,
13,
405,
284,
352,
13,
405,
569,
11,
900,
262,
11677,
284,
352,
13,
405,
13,
198,
198,
1174,
3118,
896,
1174,
25,
46297,
198,
198,
1174,
19463,
11052,
1174,
25,
6045,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
16934,
942,
262,
6737,
17301,
12608,
326,
2689,
14977,
198,
43167,
5270,
13,
21394,
262,
399,
5064,
35353,
62,
1404,
5446,
62,
37304,
62,
5188,
10917,
18310,
62,
39,
6981,
2538,
11,
198,
45,
5064,
35353,
62,
1404,
5446,
62,
37304,
62,
9273,
1268,
11,
290,
399,
5064,
35353,
62,
1404,
5446,
62,
37304,
62,
27977,
28480,
12608,
13,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
464,
6737,
17301,
1276,
407,
307,
287,
262,
2980,
803,
1181,
618,
345,
869,
198,
5661,
2163,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16934,
495,
3163,
65,
39709,
687,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
6518,
1438,
329,
543,
345,
765,
284,
17425,
281,
14977,
198,
19204,
687,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
19204,
687,
37508,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
5412,
286,
262,
14977,
6769,
687,
345,
765,
262,
6737,
198,
8612,
1352,
284,
4439,
13,
24947,
12,
30386,
1677,
5621,
262,
198,
45,
5064,
35353,
62,
1404,
5446,
62,
37304,
62,
15543,
6089,
21389,
62,
39,
6981,
2538,
11688,
284,
428,
1988,
13,
921,
460,
198,
17953,
281,
14977,
6769,
687,
1262,
530,
286,
262,
1708,
37628,
37,
5235,
13610,
198,
39709,
687,
5499,
25,
198,
198,
12,
220,
37628,
37,
5235,
62,
16447,
39709,
687,
37,
2414,
198,
12,
220,
37628,
37,
5235,
62,
16447,
39709,
687,
40,
1433,
198,
12,
220,
37628,
37,
5235,
62,
16447,
39709,
687,
4863,
8979,
40,
1433,
198,
12,
220,
37628,
37,
5235,
62,
16447,
39709,
687,
4863,
8979,
37,
2414,
198,
12,
220,
37628,
37,
5235,
62,
16447,
39709,
687,
4863,
8979,
39,
19416,
198,
198,
4711,
5499,
1441,
257,
5412,
326,
345,
779,
284,
5911,
262,
6769,
687,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
6045,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
38,
391,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
5766,
416,
543,
262,
6737,
17301,
16252,
262,
14977,
198,
19204,
23914,
287,
262,
8379,
13,
1649,
345,
2251,
281,
14977,
6769,
687,
11,
345,
198,
27238,
717,
3487,
1096,
262,
1366,
2173,
284,
257,
2837,
286,
784,
16,
13,
405,
284,
1343,
16,
13,
405,
13,
921,
198,
5171,
779,
428,
11507,
284,
5046,
262,
6769,
687,
284,
584,
16069,
13,
383,
4461,
198,
271,
5625,
878,
262,
11677,
318,
2087,
13,
198,
198,
1890,
1672,
11,
284,
17425,
262,
5072,
6737,
284,
2837,
422,
784,
17,
13,
405,
284,
198,
10,
17,
13,
405,
569,
11,
900,
12429,
48544,
1174,
284,
362,
13,
405,
13,
198,
198,
1174,
3118,
896,
1174,
25,
4326,
1203,
198,
198,
1174,
19463,
11052,
1174,
25,
6045,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
34519,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1988,
262,
6737,
17301,
6673,
284,
262,
14977,
6769,
687,
198,
7890,
13,
1649,
345,
2251,
14977,
6769,
23914,
11,
345,
1276,
717,
3487,
1096,
262,
198,
7890,
2173,
284,
257,
2837,
286,
784,
16,
13,
405,
284,
1343,
16,
13,
405,
569,
13,
921,
460,
779,
428,
11507,
198,
1462,
6482,
262,
2837,
286,
262,
14977,
6769,
687,
13,
24947,
12,
30386,
1677,
5621,
262,
198,
45,
5064,
35353,
62,
1404,
5446,
62,
37304,
62,
27977,
28480,
11688,
284,
428,
1988,
13,
198,
198,
1890,
1672,
11,
284,
17425,
262,
5072,
6737,
284,
2837,
422,
657,
13,
405,
284,
362,
13,
405,
569,
198,
38070,
286,
784,
16,
13,
405,
284,
352,
13,
405,
569,
11,
900,
262,
11677,
284,
352,
13,
405,
13,
198,
198,
1174,
3118,
896,
1174,
25,
46297,
198,
198,
1174,
19463,
11052,
1174,
25,
6045,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
16934,
942,
262,
12608,
286,
262,
6737,
17301,
326,
2689,
14977,
198,
19204,
687,
5270,
13,
21394,
262,
399,
5064,
35353,
62,
1404,
5446,
62,
37304,
62,
15543,
6089,
21389,
62,
39,
6981,
2538,
11,
198,
45,
5064,
35353,
62,
1404,
5446,
62,
37304,
62,
9273,
1268,
11,
290,
399,
5064,
35353,
62,
1404,
5446,
62,
37304,
62,
27977,
28480,
12608,
13,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
464,
6737,
17301,
1276,
407,
307,
287,
262,
2980,
803,
1181,
618,
345,
869,
198,
5661,
2163,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16934,
495,
1925,
8961,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
1925,
8961,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
6518,
319,
543,
477,
8840,
6518,
12,
3106,
12608,
198,
259,
262,
6246,
389,
900,
13,
48951,
3815,
389,
1729,
12,
31591,
37014,
13,
1114,
198,
20688,
11,
657,
318,
262,
691,
4938,
1988,
319,
4410,
351,
530,
6518,
11,
981,
198,
42034,
351,
734,
9619,
1104,
3815,
286,
657,
290,
352,
13,
921,
460,
11986,
198,
3549,
621,
530,
6518,
416,
19319,
725,
292,
1022,
3815,
357,
1640,
1672,
11,
198,
15,
11,
16,
737,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
16934,
942,
262,
9619,
284,
779,
351,
262,
8875,
7368,
287,
262,
198,
1174,
8903,
1174,
11507,
13,
1002,
345,
869,
428,
2163,
11,
345,
1276,
869,
340,
198,
320,
23802,
706,
4238,
2890,
534,
6246,
290,
878,
4566,
870,
198,
1078,
7657,
393,
3597,
1366,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16934,
495,
44758,
19076,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
15750,
19076,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
50,
1039,
262,
8801,
4235,
286,
262,
6737,
17301,
13,
198,
198,
2466,
7469,
1389,
27068,
2466,
198,
198,
1174,
19463,
11052,
1174,
25,
399,
5064,
35353,
62,
23428,
62,
39,
18060,
62,
19535,
3535,
35354,
357,
22125,
7175,
1120,
11,
24947,
642,
36330,
828,
198,
45,
5064,
35353,
62,
23428,
62,
33569,
14114,
62,
41925,
357,
439,
584,
4410,
8,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
6,
45,
5064,
35353,
62,
23428,
62,
33569,
14114,
62,
41925,
3256,
705,
1174,
24095,
485,
866,
19232,
1174,
960,
36674,
3965,
389,
7560,
416,
27241,
262,
2723,
8373,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
39,
18060,
62,
19535,
3535,
35354,
3256,
705,
1174,
11922,
6323,
19232,
1174,
960,
36674,
2494,
318,
7560,
416,
257,
1029,
12,
29268,
8801,
2723,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
39371,
2662,
1404,
2149,
3256,
705,
1174,
16541,
13730,
29538,
1174,
960,
22125,
12,
30386,
1677,
40573,
1022,
262,
14083,
12,
2902,
290,
1029,
12,
29268,
537,
8629,
12881,
2637,
60,
4357,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
17563,
82,
262,
8801,
4235,
329,
262,
6737,
17301,
13,
198,
198,
4366,
6737,
27298,
1249,
345,
284,
5078,
262,
27565,
21328,
284,
198,
11922,
12,
4965,
2122,
393,
30199,
3409,
11347,
4235,
351,
428,
2163,
13,
198,
198,
2215,
345,
2922,
399,
5064,
35353,
62,
23428,
62,
33569,
14114,
62,
41925,
11,
24947,
12,
30386,
1677,
9196,
262,
6291,
198,
4873,
284,
257,
8373,
326,
460,
307,
8793,
416,
27241,
866,
262,
3096,
198,
15750,
357,
36674,
21328,
640,
8692,
737,
2102,
11,
611,
345,
2922,
198,
45,
5064,
35353,
62,
23428,
62,
39,
18060,
62,
19535,
3535,
35354,
11,
345,
460,
900,
262,
6291,
2494,
284,
597,
1988,
13,
198,
1532,
345,
2922,
399,
5064,
35353,
62,
23428,
62,
39371,
2662,
1404,
2149,
11,
24947,
12,
30386,
1677,
40573,
262,
8801,
4235,
198,
3106,
319,
262,
6291,
2494,
11,
1262,
14083,
12,
2902,
19232,
618,
1744,
13,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
464,
6737,
17301,
1276,
407,
307,
287,
262,
2980,
803,
1181,
618,
345,
869,
198,
5661,
2163,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16934,
495,
15022,
39776,
22417,
34,
2577,
2108,
2334,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
6518,
1438,
329,
543,
345,
765,
284,
17425,
262,
4905,
198,
14171,
13,
198,
198,
1174,
7469,
1389,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17618,
5189,
34,
2577,
2108,
2334,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
22882,
6945,
262,
1271,
286,
44036,
13,
383,
24947,
642,
39710,
4433,
6957,
2637,
11,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
1073,
41945,
19182,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
7177,
286,
1366,
262,
25863,
6737,
12649,
3544,
329,
262,
198,
39776,
8106,
44036,
13,
1114,
262,
24947,
642,
39710,
11,
2148,
257,
23606,
19482,
7177,
286,
198,
3865,
44036,
284,
428,
11507,
13,
383,
7177,
1276,
423,
379,
1551,
355,
867,
198,
68,
3639,
355,
262,
1988,
326,
345,
11986,
287,
262,
12429,
17618,
5189,
34,
2577,
2108,
2334,
1174,
198,
17143,
2357,
287,
428,
2163,
13,
198,
464,
44036,
815,
2837,
1022,
784,
16,
13,
405,
290,
1343,
16,
13,
405,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
50,
1039,
262,
23703,
8106,
44036,
973,
416,
262,
25863,
6737,
7587,
198,
9967,
13,
383,
3815,
389,
48474,
284,
262,
11706,
6460,
47729,
416,
262,
198,
12683,
282,
17301,
13,
198,
198,
46238,
284,
262,
1635,
39776,
25853,
9,
7243,
329,
534,
3335,
287,
262,
1635,
22125,
26484,
198,
8645,
2024,
10478,
9,
329,
517,
1321,
546,
23703,
8106,
44036,
13,
198,
1212,
2163,
318,
4855,
691,
329,
262,
24947,
642,
39710,
13,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
464,
6737,
17301,
1276,
407,
307,
287,
262,
2980,
803,
1181,
618,
345,
869,
198,
5661,
2163,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16934,
495,
27640,
37021,
7391,
48344,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
46284,
7390,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
12327,
24593,
973,
329,
26555,
13,
198,
198,
1174,
7469,
1389,
27068,
1174,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
7391,
48344,
15,
1,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
29653,
7391,
48344,
15,
1,
3256,
705,
7391,
24593,
657,
6,
4357,
685,
29653,
7391,
48344,
16,
1,
3256,
705,
7391,
24593,
352,
6,
4357,
685,
29653,
7391,
48344,
17,
1,
3256,
705,
7391,
24593,
362,
6,
4357,
685,
29653,
7391,
48344,
18,
1,
3256,
705,
7391,
24593,
513,
20520,
4357,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
7416,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
543,
7616,
2723,
262,
6737,
17301,
3544,
13,
198,
198,
1174,
7469,
1389,
27068,
1174,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
47,
11674,
15,
1,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
29653,
47,
11674,
15,
1,
3256,
705,
47,
11674,
657,
6,
4357,
685,
29653,
47,
11674,
16,
1,
3256,
705,
47,
11674,
352,
6,
4357,
685,
29653,
47,
11674,
17,
1,
3256,
705,
47,
11674,
362,
6,
4357,
685,
29653,
47,
11674,
18,
1,
3256,
705,
47,
11674,
513,
6,
4357,
685,
29653,
47,
11674,
19,
1,
3256,
705,
47,
11674,
604,
6,
4357,
685,
29653,
47,
11674,
20,
1,
3256,
705,
47,
11674,
642,
6,
4357,
685,
29653,
47,
11674,
21,
1,
3256,
705,
47,
11674,
718,
6,
4357,
685,
29653,
47,
11674,
22,
1,
3256,
705,
47,
11674,
767,
6,
4357,
685,
29653,
47,
55,
40,
62,
2898,
328,
15,
1,
3256,
705,
47,
55,
40,
7616,
1627,
657,
393,
371,
4694,
40,
1627,
657,
6,
4357,
685,
29653,
47,
55,
40,
62,
2898,
328,
16,
1,
3256,
705,
47,
55,
40,
7616,
1627,
352,
393,
371,
4694,
40,
1627,
352,
6,
4357,
685,
29653,
47,
55,
40,
62,
2898,
328,
17,
1,
3256,
705,
47,
55,
40,
7616,
1627,
362,
393,
371,
4694,
40,
1627,
362,
6,
4357,
685,
29653,
47,
55,
40,
62,
2898,
328,
18,
1,
3256,
705,
47,
55,
40,
7616,
1627,
513,
393,
371,
4694,
40,
1627,
513,
6,
4357,
685,
29653,
47,
55,
40,
62,
2898,
328,
19,
1,
3256,
705,
47,
55,
40,
7616,
1627,
604,
393,
371,
4694,
40,
1627,
604,
6,
4357,
685,
29653,
47,
55,
40,
62,
2898,
328,
20,
1,
3256,
705,
47,
55,
40,
7616,
1627,
642,
393,
371,
4694,
40,
1627,
642,
6,
4357,
685,
29653,
47,
55,
40,
62,
2898,
328,
21,
1,
3256,
705,
47,
55,
40,
7616,
1627,
718,
393,
371,
4694,
40,
1627,
718,
6,
4357,
685,
29653,
47,
55,
40,
62,
2898,
328,
22,
1,
3256,
705,
47,
55,
40,
7616,
1627,
767,
393,
371,
4694,
40,
1627,
767,
6,
4357,
685,
29653,
47,
55,
40,
62,
8248,
1,
3256,
705,
47,
55,
40,
3491,
7616,
1627,
20520,
4357,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
37021,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
5743,
284,
4886,
13,
198,
198,
2466,
7469,
1389,
27068,
2466,
198,
198,
2466,
19463,
11052,
1174,
25,
1174,
399,
5064,
35353,
62,
23428,
62,
49,
1797,
2751,
62,
1961,
8264,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
6,
45,
5064,
35353,
62,
23428,
62,
49,
1797,
2751,
62,
1961,
8264,
3256,
705,
29223,
1834,
618,
262,
6737,
27188,
422,
1877,
1241,
284,
1029,
1241,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
37,
7036,
2751,
62,
1961,
8264,
3256,
705,
29223,
1834,
618,
262,
6737,
27188,
422,
1029,
1241,
284,
1877,
1241,
2637,
60,
4357,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
16934,
942,
262,
7368,
12327,
24593,
329,
4875,
5743,
26555,
2637,
11,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16934,
495,
27640,
37021,
10434,
48344,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
7416,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
543,
7616,
2723,
262,
6737,
17301,
3544,
13,
198,
198,
1174,
7469,
1389,
27068,
1174,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
47,
11674,
15,
1,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
29653,
47,
11674,
15,
1,
3256,
705,
47,
11674,
657,
6,
4357,
685,
29653,
47,
11674,
16,
1,
3256,
705,
47,
11674,
352,
6,
4357,
685,
29653,
47,
11674,
17,
1,
3256,
705,
47,
11674,
362,
6,
4357,
685,
29653,
47,
11674,
18,
1,
3256,
705,
47,
11674,
513,
6,
4357,
685,
29653,
47,
11674,
19,
1,
3256,
705,
47,
11674,
604,
6,
4357,
685,
29653,
47,
11674,
20,
1,
3256,
705,
47,
11674,
642,
6,
4357,
685,
29653,
47,
11674,
21,
1,
3256,
705,
47,
11674,
718,
6,
4357,
685,
29653,
47,
11674,
22,
1,
3256,
705,
47,
11674,
767,
6,
4357,
685,
29653,
47,
55,
40,
62,
2898,
328,
15,
1,
3256,
705,
47,
55,
40,
7616,
1627,
657,
393,
371,
4694,
40,
1627,
657,
6,
4357,
685,
29653,
47,
55,
40,
62,
2898,
328,
16,
1,
3256,
705,
47,
55,
40,
7616,
1627,
352,
393,
371,
4694,
40,
1627,
352,
6,
4357,
685,
29653,
47,
55,
40,
62,
2898,
328,
17,
1,
3256,
705,
47,
55,
40,
7616,
1627,
362,
393,
371,
4694,
40,
1627,
362,
6,
4357,
685,
29653,
47,
55,
40,
62,
2898,
328,
18,
1,
3256,
705,
47,
55,
40,
7616,
1627,
513,
393,
371,
4694,
40,
1627,
513,
6,
4357,
685,
29653,
47,
55,
40,
62,
2898,
328,
19,
1,
3256,
705,
47,
55,
40,
7616,
1627,
604,
393,
371,
4694,
40,
1627,
604,
6,
4357,
685,
29653,
47,
55,
40,
62,
2898,
328,
20,
1,
3256,
705,
47,
55,
40,
7616,
1627,
642,
393,
371,
4694,
40,
1627,
642,
6,
4357,
685,
29653,
47,
55,
40,
62,
2898,
328,
21,
1,
3256,
705,
47,
55,
40,
7616,
1627,
718,
393,
371,
4694,
40,
1627,
718,
6,
4357,
685,
29653,
47,
55,
40,
62,
2898,
328,
22,
1,
3256,
705,
47,
55,
40,
7616,
1627,
767,
393,
371,
4694,
40,
1627,
767,
6,
4357,
685,
29653,
47,
55,
40,
62,
8248,
1,
3256,
705,
47,
55,
40,
3491,
7616,
1627,
20520,
4357,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
37021,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
5743,
284,
4886,
13,
198,
198,
2466,
7469,
1389,
27068,
2466,
198,
198,
2466,
19463,
11052,
1174,
25,
1174,
399,
5064,
35353,
62,
23428,
62,
49,
1797,
2751,
62,
1961,
8264,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
6,
45,
5064,
35353,
62,
23428,
62,
49,
1797,
2751,
62,
1961,
8264,
3256,
705,
29223,
1834,
618,
262,
6737,
27188,
422,
1877,
1241,
284,
1029,
1241,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
37,
7036,
2751,
62,
1961,
8264,
3256,
705,
29223,
1834,
618,
262,
6737,
27188,
422,
1029,
1241,
284,
1877,
1241,
2637,
60,
4357,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
16934,
942,
262,
7253,
24593,
329,
4875,
5743,
26555,
2637,
11,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16934,
495,
27640,
4971,
7391,
48344,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
46284,
7390,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
12327,
24593,
973,
329,
26555,
13,
198,
198,
1174,
7469,
1389,
27068,
1174,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
7391,
48344,
15,
1,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
29653,
7391,
48344,
15,
1,
3256,
705,
7391,
24593,
657,
6,
4357,
685,
29653,
7391,
48344,
16,
1,
3256,
705,
7391,
24593,
352,
6,
4357,
685,
29653,
7391,
48344,
17,
1,
3256,
705,
7391,
24593,
362,
6,
4357,
685,
29653,
7391,
48344,
18,
1,
3256,
705,
7391,
24593,
513,
20520,
4357,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
7416,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
543,
7616,
2723,
262,
6737,
17301,
3544,
13,
198,
198,
1174,
7469,
1389,
27068,
1174,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
47,
11674,
15,
1,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
29653,
47,
11674,
15,
1,
3256,
705,
47,
11674,
657,
6,
4357,
685,
29653,
47,
11674,
16,
1,
3256,
705,
47,
11674,
352,
6,
4357,
685,
29653,
47,
11674,
17,
1,
3256,
705,
47,
11674,
362,
6,
4357,
685,
29653,
47,
11674,
18,
1,
3256,
705,
47,
11674,
513,
6,
4357,
685,
29653,
47,
11674,
19,
1,
3256,
705,
47,
11674,
604,
6,
4357,
685,
29653,
47,
11674,
20,
1,
3256,
705,
47,
11674,
642,
6,
4357,
685,
29653,
47,
11674,
21,
1,
3256,
705,
47,
11674,
718,
6,
4357,
685,
29653,
47,
11674,
22,
1,
3256,
705,
47,
11674,
767,
6,
4357,
685,
29653,
47,
55,
40,
62,
2898,
328,
15,
1,
3256,
705,
47,
55,
40,
7616,
1627,
657,
393,
371,
4694,
40,
1627,
657,
6,
4357,
685,
29653,
47,
55,
40,
62,
2898,
328,
16,
1,
3256,
705,
47,
55,
40,
7616,
1627,
352,
393,
371,
4694,
40,
1627,
352,
6,
4357,
685,
29653,
47,
55,
40,
62,
2898,
328,
17,
1,
3256,
705,
47,
55,
40,
7616,
1627,
362,
393,
371,
4694,
40,
1627,
362,
6,
4357,
685,
29653,
47,
55,
40,
62,
2898,
328,
18,
1,
3256,
705,
47,
55,
40,
7616,
1627,
513,
393,
371,
4694,
40,
1627,
513,
6,
4357,
685,
29653,
47,
55,
40,
62,
2898,
328,
19,
1,
3256,
705,
47,
55,
40,
7616,
1627,
604,
393,
371,
4694,
40,
1627,
604,
6,
4357,
685,
29653,
47,
55,
40,
62,
2898,
328,
20,
1,
3256,
705,
47,
55,
40,
7616,
1627,
642,
393,
371,
4694,
40,
1627,
642,
6,
4357,
685,
29653,
47,
55,
40,
62,
2898,
328,
21,
1,
3256,
705,
47,
55,
40,
7616,
1627,
718,
393,
371,
4694,
40,
1627,
718,
6,
4357,
685,
29653,
47,
55,
40,
62,
2898,
328,
22,
1,
3256,
705,
47,
55,
40,
7616,
1627,
767,
393,
371,
4694,
40,
1627,
767,
6,
4357,
685,
29653,
47,
55,
40,
62,
8248,
1,
3256,
705,
47,
55,
40,
3491,
7616,
1627,
20520,
4357,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
46284,
2215,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
1771,
262,
12327,
24593,
29348,
319,
257,
1029,
393,
1877,
4875,
198,
5715,
13,
198,
198,
1174,
7469,
1389,
27068,
1174,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
11922,
4971,
1,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
29653,
11922,
4971,
1,
3256,
705,
7391,
24593,
29348,
319,
257,
1029,
4875,
1241,
2637,
4357,
685,
29653,
20535,
4971,
1,
3256,
705,
7391,
24593,
29348,
319,
257,
1877,
4875,
1241,
2637,
60,
4357,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
16934,
942,
262,
7368,
12327,
24593,
329,
4875,
1241,
26555,
2637,
11,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16934,
495,
20366,
80,
8053,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
6518,
1438,
329,
543,
345,
765,
284,
17425,
262,
8373,
198,
4868,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
35324,
8053,
37508,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
5412,
286,
262,
8373,
1351,
326,
345,
765,
262,
6737,
198,
8612,
1352,
284,
4439,
13,
24947,
12,
30386,
1677,
5621,
262,
399,
5064,
35353,
62,
1404,
5446,
62,
37,
2200,
48,
62,
45849,
62,
39,
6981,
2538,
198,
42348,
284,
428,
1988,
13,
921,
460,
2251,
257,
8373,
1351,
1262,
262,
198,
8461,
37,
5235,
62,
16447,
20366,
80,
8053,
2163,
11,
543,
5860,
257,
5412,
326,
345,
779,
284,
198,
738,
1958,
262,
1351,
13,
198,
1174,
19463,
11052,
1174,
25,
6045,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
5840,
489,
3984,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
37188,
286,
262,
3210,
6769,
687,
326,
345,
765,
262,
198,
12683,
282,
17301,
284,
4439,
13,
770,
1988,
318,
262,
37188,
379,
262,
5072,
198,
23705,
282,
13,
24947,
12,
30386,
1677,
5621,
262,
399,
5064,
35353,
62,
1404,
5446,
62,
42296,
34,
62,
2390,
6489,
2043,
52,
7206,
11688,
284,
198,
5661,
1988,
13,
198,
198,
1890,
1672,
11,
284,
4439,
257,
6769,
687,
12897,
422,
784,
20,
13,
405,
569,
284,
1343,
20,
13,
405,
569,
11,
900,
198,
1169,
37188,
284,
838,
13,
405,
569,
13,
198,
198,
1174,
3118,
896,
1174,
25,
9103,
12,
1462,
12,
36729,
15004,
198,
198,
1174,
19463,
11052,
1174,
25,
6045,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
1212,
11507,
857,
407,
2689,
6737,
17301,
4069,
618,
345,
900,
198,
1169,
12429,
19204,
687,
1174,
11507,
286,
262,
37628,
37,
5235,
62,
16934,
495,
23615,
39709,
687,
198,
8818,
284,
399,
5064,
35353,
62,
23428,
62,
54,
23264,
62,
9697,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17896,
34519,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
6257,
11677,
286,
262,
3210,
6769,
687,
326,
345,
765,
262,
198,
12683,
282,
17301,
284,
4439,
13,
383,
1988,
318,
262,
11677,
422,
2323,
284,
262,
198,
16159,
286,
262,
6769,
687,
345,
11986,
351,
262,
12429,
19204,
687,
1174,
11507,
11,
198,
672,
45852,
379,
262,
5072,
12094,
13,
1114,
1672,
11,
284,
17425,
257,
6769,
687,
198,
4480,
281,
37188,
286,
838,
13,
405,
569,
284,
2837,
422,
657,
13,
405,
569,
284,
1343,
940,
13,
405,
569,
11,
900,
262,
198,
1174,
17896,
34519,
1174,
284,
642,
13,
405,
569,
13,
24947,
12,
30386,
1677,
5621,
262,
399,
5064,
35353,
62,
1404,
5446,
62,
42296,
34,
62,
9697,
62,
27977,
28480,
198,
42348,
284,
428,
1988,
13,
198,
198,
1174,
3118,
896,
1174,
25,
46297,
198,
198,
1174,
19463,
11052,
1174,
25,
6045,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
9688,
35645,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
16021,
11677,
286,
262,
3210,
6769,
687,
345,
765,
262,
198,
12683,
282,
17301,
284,
4439,
13,
18291,
1958,
428,
11688,
287,
7370,
286,
530,
198,
19204,
687,
6772,
13,
24947,
12,
30386,
1677,
5621,
262,
399,
5064,
35353,
62,
1404,
5446,
62,
42296,
34,
62,
2257,
7227,
62,
11909,
11159,
198,
42348,
284,
428,
1988,
13,
317,
923,
7108,
286,
11546,
7370,
1724,
5072,
198,
20158,
6140,
19487,
832,
262,
6769,
687,
13,
317,
923,
7108,
286,
11470,
198,
13500,
6037,
49005,
262,
5072,
416,
281,
2104,
6769,
687,
6772,
11,
543,
318,
198,
738,
605,
284,
257,
923,
7108,
286,
657,
7370,
13,
198,
198,
1174,
3118,
896,
1174,
25,
7370,
286,
530,
6772,
198,
198,
1174,
19463,
11052,
1174,
25,
6045,
7370,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
1212,
11507,
857,
407,
2689,
6737,
17301,
4069,
618,
345,
900,
198,
1169,
12429,
19204,
687,
1174,
11507,
284,
399,
5064,
35353,
62,
23428,
62,
54,
23264,
62,
9697,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
16934,
942,
262,
12608,
286,
262,
6737,
17301,
326,
2689,
8373,
198,
4868,
5270,
357,
1169,
399,
5064,
35353,
62,
1404,
5446,
62,
37,
2200,
48,
62,
45849,
62,
39,
6981,
2538,
11,
198,
45,
5064,
35353,
62,
1404,
5446,
62,
42296,
34,
62,
2390,
6489,
2043,
52,
7206,
11,
399,
5064,
35353,
62,
1404,
5446,
62,
42296,
34,
62,
9697,
62,
27977,
28480,
11,
290,
198,
45,
5064,
35353,
62,
1404,
5446,
62,
42296,
34,
62,
2257,
7227,
62,
11909,
11159,
12608,
737,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
464,
6737,
17301,
1276,
407,
307,
287,
262,
2980,
803,
1181,
618,
345,
869,
198,
5661,
2163,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16934,
495,
37,
28707,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
6518,
1438,
329,
543,
345,
765,
284,
17425,
257,
3210,
198,
19204,
687,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
37,
28707,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
91,
18291,
6945,
262,
8373,
286,
262,
3210,
6769,
687,
326,
345,
765,
262,
198,
220,
6737,
17301,
284,
4439,
13,
24947,
12,
30386,
1677,
5621,
262,
198,
220,
399,
5064,
35353,
62,
1404,
5446,
62,
42296,
34,
62,
37,
2200,
10917,
45155,
11688,
284,
428,
1988,
13,
198,
198,
1174,
3118,
896,
1174,
25,
607,
22877,
198,
198,
1174,
19463,
11052,
1174,
25,
6045,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
1212,
11507,
857,
407,
2689,
6737,
17301,
4069,
618,
345,
900,
198,
1169,
12429,
19204,
687,
1174,
11507,
286,
262,
37628,
37,
5235,
62,
16934,
495,
23615,
39709,
687,
198,
8818,
284,
399,
5064,
35353,
62,
23428,
62,
54,
23264,
62,
9697,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
16934,
942,
262,
8373,
286,
262,
3210,
6769,
687,
326,
345,
765,
262,
198,
12683,
282,
17301,
284,
4439,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16934,
495,
38,
391,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
6518,
1438,
329,
543,
345,
765,
284,
17425,
262,
4461,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
38,
391,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
5766,
416,
543,
262,
6737,
17301,
16252,
262,
14977,
198,
19204,
23914,
287,
262,
8379,
13,
1649,
345,
2251,
281,
14977,
6769,
687,
11,
345,
198,
27238,
717,
3487,
1096,
262,
1366,
2173,
284,
257,
2837,
286,
784,
16,
13,
405,
284,
1343,
16,
13,
405,
13,
921,
198,
5171,
779,
428,
11507,
284,
5046,
262,
6769,
687,
284,
584,
16069,
13,
383,
4461,
198,
271,
5625,
878,
262,
11677,
318,
2087,
13,
198,
198,
1890,
1672,
11,
284,
17425,
262,
5072,
6737,
284,
2837,
422,
784,
17,
13,
405,
284,
198,
10,
17,
13,
405,
569,
11,
900,
12429,
48544,
1174,
284,
362,
13,
405,
13,
198,
198,
1174,
3118,
896,
1174,
25,
4326,
1203,
198,
198,
1174,
19463,
11052,
1174,
25,
6045,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
16934,
942,
262,
2033,
286,
4461,
284,
4174,
284,
262,
6769,
687,
2637,
11,
198,
6,
11295,
10354,
705,
7061,
198,
464,
6737,
17301,
1276,
407,
307,
287,
262,
2980,
803,
1181,
618,
345,
869,
198,
5661,
2163,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16934,
495,
32180,
19076,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
6518,
1438,
329,
543,
345,
765,
284,
17425,
262,
4905,
198,
14171,
13,
198,
198,
1174,
7469,
1389,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
27184,
19076,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
4905,
4235,
345,
765,
262,
6737,
17301,
284,
779,
13,
198,
22125,
12,
30386,
1677,
5621,
262,
399,
5064,
35353,
62,
1404,
5446,
62,
31054,
6234,
62,
49058,
11688,
284,
428,
1988,
13,
198,
22125,
12,
30386,
1677,
6971,
691,
530,
1988,
13,
198,
198,
1174,
7469,
1389,
11052,
1174,
25,
399,
5064,
35353,
62,
23428,
62,
31054,
6158,
62,
37815,
1268,
52,
20958,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35,
13221,
274,
703,
262,
6737,
17301,
11073,
6769,
23914,
13,
24947,
6737,
198,
8612,
2024,
1104,
691,
45012,
4905,
4235,
13,
1675,
1630,
7616,
198,
14171,
11,
779,
262,
299,
361,
5235,
62,
16934,
495,
48344,
19076,
2163,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16934,
495,
26410,
20491,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
6518,
1438,
329,
543,
345,
765,
284,
7139,
262,
5072,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
20491,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
46120,
13087,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
1771,
345,
765,
284,
7139,
393,
15560,
262,
5072,
13,
24947,
12,
30386,
1677,
3544,
198,
5661,
1988,
284,
900,
262,
399,
5064,
35353,
62,
1404,
5446,
62,
2606,
7250,
3843,
62,
1677,
6242,
30465,
11688,
13,
198,
198,
2466,
7469,
1389,
27068,
2466,
198,
198,
1174,
19463,
11052,
1174,
25,
13889,
62,
5446,
8924,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
6,
12861,
62,
5446,
8924,
3256,
705,
36695,
262,
5072,
2637,
4357,
37250,
12861,
62,
37,
23719,
3256,
705,
48893,
262,
5072,
2637,
60,
4357,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
16934,
942,
262,
6737,
17301,
284,
7716,
257,
6737,
379,
262,
6518,
198,
22915,
21716,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16934,
495,
26410,
26950,
276,
590,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
6518,
1438,
329,
543,
345,
765,
284,
900,
262,
5072,
198,
320,
9124,
590,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
26950,
276,
590,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
47472,
1988,
326,
345,
765,
262,
6737,
17301,
284,
779,
13,
198,
22125,
12,
30386,
1677,
5621,
262,
399,
5064,
35353,
62,
1404,
5446,
62,
2606,
7250,
3843,
62,
3955,
47,
1961,
19240,
11688,
284,
428,
198,
8367,
13,
198,
198,
1174,
3118,
896,
1174,
25,
2343,
226,
99,
357,
1219,
907,
8,
198,
198,
2466,
7469,
1389,
27068,
2466,
25,
198,
198,
1174,
19463,
11052,
1174,
25,
399,
5064,
35353,
62,
23428,
62,
1120,
62,
12096,
5653,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
6,
45,
5064,
35353,
62,
23428,
62,
1120,
62,
12096,
5653,
3256,
705,
22882,
6945,
326,
2026,
2343,
226,
99,
286,
47472,
318,
973,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
2425,
62,
12096,
5653,
3256,
705,
22882,
6945,
326,
5441,
2343,
226,
99,
286,
47472,
318,
973,
20520,
4357,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
16934,
942,
262,
5072,
47472,
329,
262,
6518,
345,
11986,
2637,
11,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16934,
495,
26410,
19076,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
22915,
19076,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
5072,
4235,
326,
345,
765,
262,
6737,
17301,
284,
779,
13,
383,
198,
8367,
345,
11986,
15947,
543,
5499,
290,
12608,
345,
460,
779,
198,
1462,
17425,
262,
6769,
687,
262,
6737,
17301,
11073,
13,
198,
46238,
284,
262,
399,
5064,
35353,
62,
1404,
5446,
62,
2606,
7250,
3843,
62,
49058,
11688,
329,
517,
1321,
198,
10755,
4634,
428,
11507,
13,
198,
2466,
7469,
1389,
27068,
2466,
198,
1174,
19463,
11052,
1174,
25,
399,
5064,
35353,
62,
23428,
62,
2606,
7250,
3843,
62,
42296,
34,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
6,
45,
5064,
35353,
62,
23428,
62,
2606,
7250,
3843,
62,
42296,
34,
3256,
705,
1174,
23615,
15553,
4235,
1174,
960,
8645,
689,
3210,
2163,
6769,
23914,
884,
355,
264,
500,
11,
6616,
11,
22950,
11,
290,
523,
319,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
2606,
7250,
3843,
62,
37,
2200,
48,
62,
45849,
3256,
705,
1174,
37,
28707,
7343,
4235,
1174,
960,
8645,
689,
257,
3210,
2163,
1262,
257,
1351,
286,
19998,
345,
8160,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
2606,
7250,
3843,
62,
37304,
3256,
705,
1174,
3163,
2545,
11619,
6769,
687,
4235,
1174,
960,
8645,
689,
6769,
23914,
422,
2836,
12,
25598,
14,
41279,
6769,
687,
26515,
286,
35575,
1366,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
2606,
7250,
3843,
62,
5188,
48,
3256,
705,
1174,
3163,
2545,
11619,
8379,
4235,
1174,
960,
8645,
689,
15680,
6769,
23914,
287,
281,
1502,
534,
11986,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
2606,
7250,
3843,
62,
6173,
46023,
3256,
705,
1174,
7391,
4235,
1174,
960,
34934,
345,
284,
779,
36883,
284,
2792,
290,
9052,
3294,
6769,
23914,
287,
3716,
17790,
2637,
60,
4357,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
16934,
942,
262,
5072,
4235,
286,
262,
6737,
17301,
13,
383,
5072,
4235,
198,
67,
13221,
274,
703,
262,
6737,
17301,
11073,
6769,
23914,
13,
1114,
1672,
11,
345,
198,
5171,
2922,
284,
7716,
257,
3210,
6769,
687,
11,
281,
14977,
6769,
687,
11,
393,
257,
198,
43167,
286,
14977,
6769,
23914,
13,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
464,
6737,
17301,
1276,
407,
307,
287,
262,
2980,
803,
1181,
618,
345,
198,
13345,
428,
2163,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16934,
495,
47,
17,
11401,
358,
4122,
13295,
1108,
10434,
48344,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
79,
17,
79,
12915,
4122,
13295,
1108,
4971,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
12040,
286,
1366,
287,
262,
376,
5064,
46,
36123,
326,
29348,
262,
198,
46284,
13,
383,
1988,
784,
16,
26052,
326,
24947,
12,
30386,
1677,
3544,
257,
4277,
1988,
1912,
198,
261,
534,
36123,
8398,
13,
198,
198,
1174,
3118,
896,
1174,
25,
8405,
583,
6518,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
16934,
942,
262,
7253,
24593,
329,
284,
4886,
12720,
12,
1462,
12,
33350,
36123,
198,
12853,
1108,
13,
16588,
6140,
618,
262,
1271,
286,
8405,
287,
262,
198,
33350,
12,
1462,
12,
33350,
36123,
12229,
262,
11387,
8203,
416,
262,
198,
1174,
79,
17,
79,
12915,
4122,
13295,
1108,
4971,
1174,
11507,
13,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
8128,
612,
318,
281,
3224,
5387,
376,
5064,
46,
287,
262,
6737,
17301,
11,
198,
1169,
6260,
12720,
1276,
1682,
3551,
362,
11,
21288,
9881,
517,
621,
262,
12040,
198,
1659,
1366,
7368,
416,
428,
2163,
284,
15959,
262,
7616,
1241,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16934,
495,
8134,
44758,
37,
28707,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
35790,
44758,
37,
28707,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
464,
4941,
8801,
8373,
287,
26109,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
1802,
20483,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
16934,
942,
262,
6737,
17301,
4941,
8801,
8373,
13,
383,
6737,
198,
8612,
1352,
3544,
262,
4941,
8801,
284,
27099,
19998,
290,
6291,
198,
9700,
618,
15453,
6769,
23914,
13,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
464,
6737,
17301,
1276,
407,
307,
287,
262,
2980,
803,
1181,
618,
345,
198,
13345,
428,
2163,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16934,
495,
8134,
44758,
7416,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
35790,
44758,
7416,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
4941,
8801,
2723,
326,
345,
765,
262,
6737,
17301,
198,
1462,
779,
13,
24947,
12,
30386,
1677,
5621,
262,
399,
5064,
35353,
62,
1404,
5446,
62,
31688,
62,
5097,
11290,
62,
47690,
11688,
284,
198,
5661,
1988,
13,
198,
198,
464,
6737,
17301,
37453,
262,
19998,
290,
6291,
3965,
326,
340,
198,
2664,
284,
7716,
6769,
23914,
422,
262,
2723,
345,
11986,
13,
198,
198,
1890,
1672,
11,
618,
345,
900,
428,
11507,
284,
198,
45,
5064,
35353,
62,
23428,
62,
31688,
62,
5097,
11290,
62,
6369,
31800,
1847,
11,
262,
6737,
17301,
3544,
262,
6737,
198,
270,
11583,
379,
663,
7097,
8801,
12094,
355,
262,
4941,
8801,
13,
198,
198,
2466,
7469,
1389,
27068,
2466,
198,
198,
1174,
19463,
11052,
1174,
25,
399,
5064,
35353,
62,
23428,
62,
31688,
62,
5097,
11290,
62,
1268,
31800,
1847,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
6,
45,
5064,
35353,
62,
23428,
62,
31688,
62,
5097,
11290,
62,
1268,
31800,
1847,
3256,
705,
37693,
8801,
2723,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
31688,
62,
5097,
11290,
62,
6369,
31800,
1847,
3256,
705,
41506,
8801,
2723,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
31688,
62,
5097,
11290,
62,
49,
4694,
40,
62,
5097,
11290,
3256,
705,
49,
4694,
40,
8801,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
31688,
62,
5097,
11290,
62,
51,
14990,
22,
3256,
705,
51,
14990,
767,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
47,
55,
40,
62,
5097,
42,
940,
3256,
705,
47,
55,
40,
838,
19805,
8801,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
31688,
62,
1268,
3256,
705,
41506,
8801,
2723,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
49,
4694,
40,
62,
15,
3256,
705,
49,
4694,
40,
657,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
49,
4694,
40,
62,
16,
3256,
705,
49,
4694,
40,
352,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
49,
4694,
40,
62,
17,
3256,
705,
49,
4694,
40,
362,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
49,
4694,
40,
62,
18,
3256,
705,
49,
4694,
40,
513,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
49,
4694,
40,
62,
19,
3256,
705,
49,
4694,
40,
604,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
49,
4694,
40,
62,
20,
3256,
705,
49,
4694,
40,
642,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
49,
4694,
40,
62,
21,
3256,
705,
49,
4694,
40,
718,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
49,
4694,
40,
62,
22,
3256,
705,
49,
4694,
40,
767,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
5097,
42,
62,
1268,
3256,
705,
5097,
42,
3268,
2166,
6103,
21716,
20520,
4357,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
16934,
942,
262,
6737,
17301,
4941,
8801,
2723,
13,
383,
6737,
198,
8612,
1352,
3544,
262,
4941,
8801,
284,
27099,
19998,
290,
6291,
198,
9700,
618,
15453,
6769,
23914,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16934,
495,
26687,
44758,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
35790,
44758,
7416,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
2723,
329,
262,
20984,
21328,
13,
1114,
1672,
11,
618,
345,
900,
198,
5661,
11507,
284,
366,
2601,
74,
818,
553,
262,
6737,
17301,
3544,
262,
6737,
340,
198,
260,
344,
1083,
379,
663,
7852,
42,
3268,
2166,
6103,
21716,
355,
262,
20984,
21328,
13,
383,
198,
26687,
21328,
7108,
12,
28860,
351,
262,
6737,
17301,
27565,
21328,
198,
2435,
8692,
284,
1249,
262,
8373,
10159,
290,
9922,
286,
262,
27565,
198,
44758,
640,
8692,
284,
2872,
326,
286,
262,
20984,
21328,
13,
198,
2466,
7469,
1389,
27068,
2466,
198,
1174,
19463,
11052,
1174,
25,
366,
14202,
1,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
464,
1708,
12429,
7469,
1389,
27068,
1174,
389,
6096,
286,
1744,
20984,
198,
44758,
4237,
13,
1114,
257,
1844,
1351,
286,
262,
20984,
21328,
4237,
198,
15182,
319,
534,
3335,
11,
3522,
284,
262,
39602,
274,
7243,
329,
534,
3335,
393,
198,
1169,
12429,
24728,
39602,
274,
1174,
7400,
287,
25882,
13,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
29653,
14202,
1,
3256,
705,
2949,
20984,
21328,
6,
4357,
685,
29653,
47,
55,
40,
62,
2601,
74,
1,
3256,
705,
940,
19805,
736,
14382,
20984,
21328,
6,
4357,
685,
29653,
2601,
74,
818,
1,
3256,
705,
5097,
42,
3268,
2166,
6103,
21716,
6,
4357,
685,
29653,
2202,
3526,
26687,
44758,
1,
3256,
705,
2202,
3526,
20984,
21328,
6,
4357,
685,
29653,
49,
4694,
40,
22,
1,
3256,
705,
49,
4694,
40,
1627,
767,
6,
4357,
685,
29653,
8134,
818,
1,
3256,
705,
31688,
3268,
2166,
6103,
21716,
20520,
4357,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
35790,
44758,
37,
28707,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
464,
20984,
21328,
8373,
287,
607,
22877,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
1802,
20483,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
16934,
942,
262,
6737,
17301,
20984,
21328,
2723,
290,
8373,
13,
198,
464,
6737,
17301,
3544,
262,
20984,
21328,
284,
14009,
262,
27565,
21328,
198,
2435,
8692,
286,
262,
6737,
17301,
523,
326,
262,
8373,
10159,
290,
198,
4134,
23843,
286,
262,
27565,
21328,
640,
8692,
7466,
326,
286,
262,
20984,
198,
44758,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16934,
495,
36674,
44758,
7416,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
39873,
44758,
7416,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
27565,
21328,
2723,
262,
6737,
17301,
3544,
13,
198,
2466,
7469,
1389,
27068,
2466,
198,
1174,
19463,
11052,
1174,
25,
366,
2202,
3526,
44758,
1,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
464,
1708,
12429,
7469,
1389,
27068,
1174,
389,
6096,
286,
1744,
27565,
198,
44758,
4237,
13,
1114,
257,
1844,
1351,
286,
262,
27565,
21328,
4237,
1695,
198,
261,
534,
3335,
11,
3522,
284,
262,
39602,
274,
7243,
329,
534,
3335,
393,
262,
198,
1174,
24728,
39602,
274,
1174,
7400,
287,
25882,
13,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
29653,
2202,
3526,
44758,
1,
3256,
705,
2202,
3526,
21328,
6,
4357,
685,
29653,
2601,
74,
818,
1,
3256,
705,
5097,
42,
3268,
2166,
6103,
21716,
6,
4357,
685,
29653,
47,
55,
40,
62,
8248,
1,
3256,
705,
47,
55,
40,
3491,
7616,
1627,
6,
4357,
685,
29653,
47,
55,
40,
62,
2898,
328,
15,
1,
3256,
705,
47,
55,
40,
7616,
1627,
657,
393,
371,
4694,
40,
1627,
657,
6,
4357,
685,
29653,
47,
55,
40,
62,
2898,
328,
16,
1,
3256,
705,
47,
55,
40,
7616,
1627,
352,
393,
371,
4694,
40,
1627,
352,
6,
4357,
685,
29653,
47,
55,
40,
62,
2898,
328,
17,
1,
3256,
705,
47,
55,
40,
7616,
1627,
362,
393,
371,
4694,
40,
1627,
362,
6,
4357,
685,
29653,
47,
55,
40,
62,
2898,
328,
18,
1,
3256,
705,
47,
55,
40,
7616,
1627,
513,
393,
371,
4694,
40,
1627,
513,
6,
4357,
685,
29653,
47,
55,
40,
62,
2898,
328,
19,
1,
3256,
705,
47,
55,
40,
7616,
1627,
604,
393,
371,
4694,
40,
1627,
604,
6,
4357,
685,
29653,
47,
55,
40,
62,
2898,
328,
20,
1,
3256,
705,
47,
55,
40,
7616,
1627,
642,
393,
371,
4694,
40,
1627,
642,
6,
4357,
685,
29653,
47,
55,
40,
62,
2898,
328,
21,
1,
3256,
705,
47,
55,
40,
7616,
1627,
718,
393,
371,
4694,
40,
1627,
718,
6,
4357,
685,
29653,
47,
55,
40,
62,
2898,
328,
22,
1,
3256,
705,
47,
55,
40,
7616,
1627,
767,
393,
371,
4694,
40,
1627,
767,
6,
4357,
685,
29653,
35,
9697,
62,
2601,
74,
818,
1,
3256,
705,
36674,
21328,
422,
360,
9697,
21716,
20520,
4357,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
50,
1039,
262,
2723,
286,
262,
27565,
21328,
357,
10260,
21328,
8,
286,
262,
6737,
198,
8612,
1352,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16934,
495,
36674,
32184,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
39873,
32184,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
6291,
2494,
379,
543,
345,
765,
262,
6737,
17301,
284,
198,
8612,
378,
14977,
6769,
23914,
13,
24947,
12,
30386,
1677,
5621,
262,
198,
45,
5064,
35353,
62,
1404,
5446,
62,
37304,
62,
49302,
16437,
62,
49,
6158,
11688,
284,
428,
1988,
13,
198,
198,
1174,
3118,
896,
1174,
25,
3409,
2374,
14,
82,
198,
198,
1174,
19463,
11052,
1174,
25,
6045,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
16934,
942,
262,
399,
5064,
35353,
62,
1404,
5446,
62,
37304,
62,
49302,
16437,
62,
49,
6158,
11688,
11,
543,
198,
67,
13221,
274,
262,
2494,
379,
543,
262,
6737,
17301,
11073,
14977,
198,
19204,
23914,
13,
1649,
345,
17425,
262,
6737,
17301,
284,
4439,
281,
198,
283,
2545,
11619,
8379,
11,
428,
1988,
318,
262,
6291,
2494,
329,
477,
14977,
198,
19204,
23914,
287,
262,
8379,
13,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
464,
6737,
17301,
1276,
407,
307,
287,
262,
2980,
803,
1181,
618,
345,
869,
198,
5661,
2163,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16934,
495,
25423,
37021,
7391,
48344,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
46284,
7390,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
12327,
24593,
973,
329,
26555,
13,
198,
198,
1174,
7469,
1389,
27068,
1174,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
7391,
48344,
15,
1,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
29653,
7391,
48344,
15,
1,
3256,
705,
7391,
24593,
657,
6,
4357,
685,
29653,
7391,
48344,
16,
1,
3256,
705,
7391,
24593,
352,
6,
4357,
685,
29653,
7391,
48344,
17,
1,
3256,
705,
7391,
24593,
362,
6,
4357,
685,
29653,
7391,
48344,
18,
1,
3256,
705,
7391,
24593,
513,
20520,
4357,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
16934,
942,
262,
7368,
12327,
24593,
329,
3788,
5743,
26555,
2637,
11,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16934,
495,
25423,
37021,
10434,
48344,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
16934,
942,
262,
7253,
24593,
329,
3788,
5743,
26555,
2637,
11,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16934,
495,
23615,
39709,
687,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
6518,
1438,
329,
543,
345,
765,
284,
17425,
257,
3210,
198,
19204,
687,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
39709,
687,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
3210,
6769,
687,
326,
345,
765,
262,
6737,
17301,
284,
198,
18230,
344,
13,
24947,
12,
30386,
1677,
5621,
262,
399,
5064,
35353,
62,
1404,
5446,
62,
42296,
34,
62,
15543,
6089,
21389,
11688,
284,
428,
198,
8367,
13,
198,
198,
2466,
7469,
1389,
27068,
2466,
198,
198,
1174,
19463,
11052,
1174,
25,
399,
5064,
35353,
62,
23428,
62,
54,
23264,
62,
50,
8881,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
6,
45,
5064,
35353,
62,
23428,
62,
54,
23264,
62,
50,
8881,
3256,
705,
22882,
6945,
326,
262,
6737,
17301,
11073,
257,
7813,
385,
1868,
6769,
687,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
54,
23264,
62,
50,
10917,
12203,
3256,
705,
22882,
6945,
326,
262,
6737,
17301,
11073,
257,
6616,
6769,
687,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
54,
23264,
62,
5446,
40,
15567,
2538,
3256,
705,
22882,
6945,
326,
262,
6737,
17301,
11073,
257,
22950,
6769,
687,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
54,
23264,
62,
49,
23518,
62,
8577,
3256,
705,
22882,
6945,
326,
262,
6737,
17301,
11073,
257,
3967,
10454,
6769,
687,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
54,
23264,
62,
49,
23518,
62,
41925,
3256,
705,
22882,
6945,
326,
262,
6737,
17301,
11073,
257,
4633,
10454,
6769,
687,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
54,
23264,
62,
9697,
3256,
705,
22882,
6945,
326,
262,
6737,
17301,
11073,
257,
6937,
15004,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
54,
23264,
62,
15285,
24352,
3256,
705,
22882,
6945,
326,
262,
6737,
17301,
11073,
2330,
7838,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
54,
23264,
62,
29904,
3256,
705,
22882,
6945,
326,
262,
6737,
17301,
11073,
257,
2836,
12,
23211,
6769,
687,
355,
5447,
351,
262,
299,
361,
5235,
62,
7469,
500,
12982,
23615,
39709,
687,
2163,
2637,
60,
4357,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
5840,
489,
3984,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
37188,
286,
262,
3210,
6769,
687,
326,
345,
765,
262,
198,
12683,
282,
17301,
284,
4439,
13,
770,
1988,
318,
262,
37188,
379,
262,
5072,
198,
23705,
282,
13,
24947,
12,
30386,
1677,
5621,
262,
399,
5064,
35353,
62,
1404,
5446,
62,
42296,
34,
62,
2390,
6489,
2043,
52,
7206,
11688,
284,
198,
5661,
1988,
13,
198,
198,
1890,
1672,
11,
284,
4439,
257,
6769,
687,
12897,
422,
784,
20,
13,
405,
569,
284,
1343,
20,
13,
405,
569,
11,
900,
198,
1169,
37188,
284,
838,
13,
405,
569,
13,
198,
198,
1174,
3118,
896,
1174,
25,
9103,
12,
1462,
12,
36729,
15004,
198,
198,
1174,
19463,
11052,
1174,
25,
6045,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
1212,
11507,
857,
407,
2689,
6737,
17301,
4069,
618,
345,
900,
198,
1169,
12429,
19204,
687,
1174,
11507,
286,
262,
37628,
37,
5235,
62,
16934,
495,
23615,
39709,
687,
198,
8818,
284,
399,
5064,
35353,
62,
23428,
62,
54,
23264,
62,
9697,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17896,
34519,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
6257,
11677,
286,
262,
3210,
6769,
687,
326,
345,
765,
262,
198,
12683,
282,
17301,
284,
4439,
13,
383,
1988,
318,
262,
11677,
422,
2323,
284,
262,
198,
16159,
286,
262,
6769,
687,
345,
11986,
351,
262,
12429,
19204,
687,
1174,
11507,
11,
198,
672,
45852,
379,
262,
5072,
12094,
13,
1114,
1672,
11,
284,
17425,
257,
6769,
687,
198,
4480,
281,
37188,
286,
838,
13,
405,
569,
284,
2837,
422,
657,
13,
405,
569,
284,
1343,
940,
13,
405,
569,
11,
900,
262,
198,
1174,
17896,
34519,
1174,
284,
642,
13,
405,
569,
13,
24947,
12,
30386,
1677,
5621,
262,
399,
5064,
35353,
62,
1404,
5446,
62,
42296,
34,
62,
9697,
62,
27977,
28480,
198,
42348,
284,
428,
1988,
13,
198,
198,
1174,
3118,
896,
1174,
25,
46297,
198,
198,
1174,
19463,
11052,
1174,
25,
6045,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
37,
28707,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
91,
18291,
6945,
262,
8373,
286,
262,
3210,
6769,
687,
326,
345,
765,
262,
198,
220,
6737,
17301,
284,
4439,
13,
24947,
12,
30386,
1677,
5621,
262,
198,
220,
399,
5064,
35353,
62,
1404,
5446,
62,
42296,
34,
62,
37,
2200,
10917,
45155,
11688,
284,
428,
1988,
13,
198,
198,
1174,
3118,
896,
1174,
25,
607,
22877,
198,
198,
1174,
19463,
11052,
1174,
25,
6045,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
1212,
11507,
857,
407,
2689,
6737,
17301,
4069,
618,
345,
900,
198,
1169,
12429,
19204,
687,
1174,
11507,
286,
262,
37628,
37,
5235,
62,
16934,
495,
23615,
39709,
687,
198,
8818,
284,
399,
5064,
35353,
62,
23428,
62,
54,
23264,
62,
9697,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
9688,
35645,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
16021,
11677,
286,
262,
3210,
6769,
687,
326,
345,
765,
198,
1169,
6737,
17301,
284,
4439,
13,
18291,
1958,
428,
11507,
287,
7370,
286,
198,
505,
6769,
687,
6772,
13,
24947,
12,
30386,
1677,
5621,
262,
399,
5064,
35353,
62,
1404,
5446,
62,
42296,
34,
62,
2257,
7227,
62,
11909,
11159,
198,
42348,
284,
428,
1988,
13,
317,
923,
7108,
286,
11546,
7370,
1724,
5072,
198,
20158,
6140,
19487,
832,
262,
6769,
687,
13,
317,
923,
7108,
286,
11470,
198,
13500,
6037,
49005,
262,
5072,
416,
281,
2104,
6769,
687,
6772,
11,
543,
318,
198,
738,
605,
284,
257,
923,
7108,
286,
657,
7370,
13,
198,
198,
1174,
3118,
896,
1174,
25,
7370,
286,
530,
6772,
198,
198,
1174,
19463,
11052,
1174,
25,
657,
13,
405,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
1212,
11507,
857,
407,
2689,
6737,
17301,
4069,
618,
345,
900,
198,
1169,
12429,
19204,
687,
1174,
11507,
284,
399,
5064,
35353,
62,
23428,
62,
54,
23264,
62,
9697,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
16934,
942,
262,
1708,
12608,
286,
262,
6737,
17301,
326,
2689,
198,
20307,
6769,
687,
5270,
25,
198,
198,
12,
220,
399,
5064,
35353,
62,
1404,
5446,
62,
42296,
34,
62,
15543,
6089,
21389,
198,
12,
220,
399,
5064,
35353,
62,
1404,
5446,
62,
42296,
34,
62,
2390,
6489,
2043,
52,
7206,
198,
12,
220,
399,
5064,
35353,
62,
1404,
5446,
62,
42296,
34,
62,
9697,
62,
27977,
28480,
198,
12,
220,
399,
5064,
35353,
62,
1404,
5446,
62,
42296,
34,
62,
37,
2200,
10917,
45155,
198,
12,
220,
399,
5064,
35353,
62,
1404,
5446,
62,
42296,
34,
62,
2257,
7227,
62,
11909,
11159,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
1639,
1276,
869,
262,
37628,
37,
5235,
62,
16934,
495,
26410,
19076,
2163,
351,
262,
198,
1174,
22915,
19076,
1174,
11507,
900,
284,
399,
5064,
35353,
62,
23428,
62,
2606,
7250,
3843,
62,
42296,
34,
878,
4585,
198,
5661,
2163,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16934,
495,
50,
24871,
1634,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
6518,
1438,
329,
543,
345,
765,
284,
17425,
262,
198,
28869,
11413,
1634,
6737,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
28869,
11413,
1634,
7416,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
1958,
262,
2723,
286,
262,
42133,
6737,
345,
765,
284,
779,
13,
198,
198,
2466,
7469,
1389,
27068,
2466,
198,
198,
1174,
19463,
11052,
1174,
25,
399,
5064,
35353,
62,
23428,
62,
45,
11651,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
6,
45,
5064,
35353,
62,
23428,
62,
45,
11651,
3256,
705,
22882,
6945,
326,
645,
42133,
2723,
318,
973,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
49,
4694,
40,
62,
15,
3256,
705,
22882,
6945,
326,
371,
4694,
40,
657,
393,
350,
55,
40,
62,
2898,
328,
657,
318,
973,
355,
262,
42133,
2723,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
49,
4694,
40,
62,
16,
3256,
705,
22882,
6945,
326,
371,
4694,
40,
352,
393,
350,
55,
40,
62,
2898,
328,
352,
318,
973,
355,
262,
42133,
2723,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
49,
4694,
40,
62,
17,
3256,
705,
22882,
6945,
326,
371,
4694,
40,
362,
393,
350,
55,
40,
62,
2898,
328,
362,
318,
973,
355,
262,
42133,
2723,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
49,
4694,
40,
62,
18,
3256,
705,
22882,
6945,
326,
371,
4694,
40,
513,
393,
350,
55,
40,
62,
2898,
328,
513,
318,
973,
355,
262,
42133,
2723,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
49,
4694,
40,
62,
19,
3256,
705,
22882,
6945,
326,
371,
4694,
40,
604,
393,
350,
55,
40,
62,
2898,
328,
604,
318,
973,
355,
262,
42133,
2723,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
49,
4694,
40,
62,
20,
3256,
705,
22882,
6945,
326,
371,
4694,
40,
642,
393,
350,
55,
40,
62,
2898,
328,
642,
318,
973,
355,
262,
42133,
2723,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
49,
4694,
40,
62,
21,
3256,
705,
22882,
6945,
326,
371,
4694,
40,
718,
393,
350,
55,
40,
62,
2898,
328,
718,
318,
973,
355,
262,
42133,
2723,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
51,
14990,
15,
3256,
705,
22882,
6945,
326,
42654,
657,
318,
973,
355,
262,
42133,
2723,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
51,
14990,
16,
3256,
705,
22882,
6945,
326,
42654,
352,
318,
973,
355,
262,
42133,
2723,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
51,
14990,
17,
3256,
705,
22882,
6945,
326,
42654,
362,
318,
973,
355,
262,
42133,
2723,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
51,
14990,
18,
3256,
705,
22882,
6945,
326,
42654,
513,
318,
973,
355,
262,
42133,
2723,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
51,
14990,
19,
3256,
705,
22882,
6945,
326,
42654,
604,
318,
973,
355,
262,
42133,
2723,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
51,
14990,
20,
3256,
705,
22882,
6945,
326,
42654,
642,
318,
973,
355,
262,
42133,
2723,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
51,
14990,
21,
3256,
705,
22882,
6945,
326,
42654,
718,
318,
973,
355,
262,
42133,
2723,
2637,
60,
4357,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
50,
1039,
262,
6737,
17301,
284,
3328,
257,
42133,
6737,
284,
198,
28869,
11413,
1096,
734,
393,
517,
24947,
7175,
486,
14,
4051,
1157,
14,
4051,
3132,
6737,
27298,
13,
1881,
6737,
198,
8612,
1352,
815,
6339,
257,
19704,
7792,
6737,
284,
257,
371,
4694,
40,
1627,
416,
4585,
262,
198,
77,
361,
5235,
62,
43834,
11712,
282,
2163,
357,
1904,
262,
299,
361,
5235,
62,
43401,
11712,
282,
7975,
2163,
198,
1640,
262,
24947,
642,
26429,
828,
290,
584,
6737,
27298,
815,
3328,
262,
6737,
198,
1525,
4585,
262,
37628,
37,
5235,
62,
16934,
495,
50,
24871,
1634,
2163,
13,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
464,
6737,
17301,
1276,
407,
307,
287,
262,
2980,
803,
1181,
618,
345,
869,
198,
5661,
2163,
13,
198,
10049,
262,
24947,
7175,
486,
14,
4051,
1157,
14,
4051,
3132,
6737,
27298,
2421,
428,
2163,
284,
307,
198,
7174,
329,
1774,
42133,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16934,
495,
48344,
19076,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
6518,
1438,
329,
543,
345,
765,
284,
17425,
262,
7616,
198,
14171,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
46284,
19076,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
7616,
4235,
13,
198,
198,
2466,
7469,
1389,
27068,
2466,
198,
198,
1174,
19463,
11052,
1174,
25,
399,
5064,
35353,
62,
23428,
62,
37815,
1268,
52,
20958,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
6,
45,
5064,
35353,
62,
23428,
62,
50,
2751,
2538,
3256,
705,
464,
6769,
687,
326,
345,
6901,
287,
262,
8379,
1351,
18616,
691,
1752,
416,
1016,
832,
262,
2104,
29475,
1351,
13,
5514,
530,
7616,
318,
2672,
284,
923,
262,
6769,
687,
5270,
13,
921,
460,
779,
14206,
7616,
4235,
287,
597,
5072,
4235,
13,
2293,
257,
7616,
318,
2722,
11,
262,
6769,
687,
5270,
4940,
422,
262,
717,
3800,
290,
4477,
832,
284,
262,
938,
3800,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
37815,
1268,
52,
20958,
3256,
705,
464,
6769,
687,
326,
345,
6901,
287,
262,
29475,
1351,
18616,
32264,
416,
7830,
16259,
832,
262,
29475,
1351,
13,
2293,
257,
7616,
318,
2722,
11,
262,
6769,
687,
5270,
4940,
422,
262,
717,
3800,
290,
4477,
832,
284,
262,
938,
3800,
13,
2293,
262,
938,
3800,
318,
5668,
11,
262,
6769,
687,
5270,
23607,
736,
284,
262,
923,
286,
262,
717,
3800,
290,
4477,
1566,
340,
318,
5025,
13,
5514,
530,
7616,
318,
2672,
284,
923,
262,
6769,
687,
5270,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
42135,
47,
1961,
3256,
705,
3260,
257,
7253,
24593,
318,
2722,
11,
262,
6769,
687,
3417,
416,
262,
717,
3800,
18616,
13,
3244,
11,
262,
3335,
28364,
329,
262,
1306,
7616,
6737,
13,
1550,
262,
1306,
7616,
11,
262,
6769,
687,
3417,
416,
262,
1218,
3800,
18616,
11,
290,
523,
319,
13,
2293,
262,
29475,
1351,
318,
19064,
11,
262,
6769,
687,
5270,
5860,
284,
262,
717,
3800,
290,
4477,
284,
9585,
262,
6772,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
38926,
2257,
3256,
705,
3260,
257,
7253,
24593,
318,
2722,
11,
262,
6769,
687,
3417,
416,
262,
717,
3800,
18616,
1566,
1194,
7616,
318,
2722,
13,
1629,
262,
1306,
7616,
11,
262,
11876,
286,
262,
2180,
3800,
32543,
11,
788,
262,
6769,
687,
3417,
416,
262,
1218,
3800,
18616,
13,
2293,
262,
29475,
1351,
318,
19064,
11,
262,
6769,
687,
5270,
5860,
284,
262,
717,
3800,
290,
4477,
284,
9585,
262,
6772,
13,
554,
31902,
7343,
4235,
11,
262,
9478,
12064,
318,
9514,
11,
290,
262,
7616,
18225,
262,
8373,
284,
262,
1306,
8373,
287,
262,
1351,
2637,
60,
4357,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
50,
1039,
262,
7616,
4235,
329,
534,
3335,
13,
33973,
284,
262,
1635,
48344,
42082,
9,
198,
26652,
329,
534,
3335,
287,
262,
1635,
22125,
26484,
2980,
2024,
10478,
9,
329,
198,
20147,
1968,
507,
286,
262,
2176,
4069,
329,
4855,
7616,
12881,
13,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
464,
6737,
17301,
1276,
407,
307,
287,
262,
2980,
803,
1181,
618,
345,
869,
198,
5661,
2163,
13,
198,
818,
31902,
7343,
5072,
4235,
11,
2441,
1496,
7616,
4235,
318,
262,
976,
355,
30635,
198,
46284,
4235,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16934,
495,
48344,
7416,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
6518,
1438,
329,
543,
345,
765,
284,
17425,
262,
7616,
198,
10459,
13,
198,
198,
1174,
7469,
1389,
11052,
25,
1174,
1,
15,
1,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
46284,
7416,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
15988,
82,
543,
7616,
2723,
262,
6737,
17301,
3544,
13,
198,
198,
2466,
7469,
1389,
27068,
2466,
198,
198,
1174,
19463,
11052,
1174,
25,
399,
5064,
35353,
62,
23428,
62,
3955,
30733,
40,
6158,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
6,
45,
5064,
35353,
62,
23428,
62,
3955,
30733,
40,
6158,
3256,
705,
3546,
13857,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
6369,
31800,
1847,
3256,
705,
41506,
357,
31803,
284,
350,
11674,
657,
33047,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
15821,
37485,
62,
5446,
3528,
3256,
705,
25423,
7616,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
47,
55,
40,
62,
46678,
3256,
705,
47,
55,
40,
3491,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
49,
4694,
40,
62,
15,
3256,
705,
49,
4694,
40,
657,
393,
350,
55,
40,
62,
2898,
328,
657,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
49,
4694,
40,
62,
16,
3256,
705,
49,
4694,
40,
352,
393,
350,
55,
40,
62,
2898,
328,
352,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
49,
4694,
40,
62,
17,
3256,
705,
49,
4694,
40,
362,
393,
350,
55,
40,
62,
2898,
328,
362,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
49,
4694,
40,
62,
18,
3256,
705,
49,
4694,
40,
513,
393,
350,
55,
40,
62,
2898,
328,
513,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
49,
4694,
40,
62,
19,
3256,
705,
49,
4694,
40,
604,
393,
350,
55,
40,
62,
2898,
328,
604,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
49,
4694,
40,
62,
20,
3256,
705,
49,
4694,
40,
642,
393,
350,
55,
40,
62,
2898,
328,
642,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
49,
4694,
40,
62,
21,
3256,
705,
49,
4694,
40,
718,
393,
350,
55,
40,
62,
2898,
328,
718,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
49,
4694,
40,
62,
22,
3256,
705,
49,
4694,
40,
767,
393,
350,
55,
40,
62,
2898,
328,
767,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
51,
14990,
15,
3256,
705,
51,
14990,
657,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
51,
14990,
16,
3256,
705,
51,
14990,
352,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
51,
14990,
17,
3256,
705,
51,
14990,
362,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
51,
14990,
18,
3256,
705,
51,
14990,
513,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
51,
14990,
19,
3256,
705,
51,
14990,
604,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
51,
14990,
20,
3256,
705,
51,
14990,
642,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
51,
14990,
21,
3256,
705,
51,
14990,
718,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
47,
11674,
62,
15,
3256,
705,
47,
11674,
657,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
47,
11674,
62,
16,
3256,
705,
47,
11674,
352,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
47,
11674,
62,
17,
3256,
705,
47,
11674,
362,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
47,
11674,
62,
18,
3256,
705,
47,
11674,
513,
20520,
4357,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
16934,
942,
262,
7616,
2723,
13,
383,
6737,
17301,
20067,
284,
257,
198,
46284,
6906,
319,
262,
4905,
4235,
287,
543,
262,
6737,
17301,
318,
198,
3575,
803,
13,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
464,
6737,
17301,
1276,
407,
307,
287,
262,
2980,
803,
1181,
618,
345,
198,
13345,
428,
2163,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16934,
495,
10260,
44758,
7416,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
19119,
44758,
7416,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
4296,
8801,
2723,
13,
198,
198,
2466,
7469,
1389,
27068,
2466,
198,
198,
1174,
19463,
11052,
1174,
25,
399,
5064,
35353,
62,
23428,
62,
1268,
31800,
1847,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
6,
45,
5064,
35353,
62,
23428,
62,
1268,
31800,
1847,
3256,
705,
37693,
8801,
2723,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
6369,
31800,
1847,
3256,
705,
41506,
8801,
2723,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
47,
55,
40,
62,
46678,
3256,
705,
47,
55,
40,
3491,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
49,
4694,
40,
62,
15,
3256,
705,
49,
4694,
40,
657,
393,
350,
55,
40,
62,
2898,
328,
657,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
49,
4694,
40,
62,
16,
3256,
705,
49,
4694,
40,
352,
393,
350,
55,
40,
62,
2898,
328,
352,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
49,
4694,
40,
62,
17,
3256,
705,
49,
4694,
40,
362,
393,
350,
55,
40,
62,
2898,
328,
362,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
49,
4694,
40,
62,
18,
3256,
705,
49,
4694,
40,
513,
393,
350,
55,
40,
62,
2898,
328,
513,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
49,
4694,
40,
62,
19,
3256,
705,
49,
4694,
40,
604,
393,
350,
55,
40,
62,
2898,
328,
604,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
49,
4694,
40,
62,
20,
3256,
705,
49,
4694,
40,
642,
393,
350,
55,
40,
62,
2898,
328,
642,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
49,
4694,
40,
62,
21,
3256,
705,
49,
4694,
40,
718,
393,
350,
55,
40,
62,
2898,
328,
718,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
49,
4694,
40,
62,
22,
3256,
705,
49,
4694,
40,
767,
393,
350,
55,
40,
62,
2898,
328,
767,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
5097,
42,
62,
1268,
3256,
705,
5097,
42,
3268,
2166,
6103,
21716,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
35,
9697,
62,
5097,
42,
62,
1268,
3256,
705,
27640,
6060,
1222,
6779,
8801,
287,
20520,
4357,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
50,
1039,
262,
2723,
286,
262,
4296,
8801,
286,
262,
6737,
17301,
13,
383,
2723,
198,
5171,
307,
5387,
393,
7097,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16447,
28809,
3163,
65,
44015,
594,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
43167,
24539,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1271,
286,
6769,
23914,
287,
262,
649,
14977,
8379,
326,
345,
198,
42949,
284,
2251,
13,
383,
1988,
345,
1208,
1276,
307,
1022,
262,
5288,
290,
198,
47033,
8379,
20428,
326,
262,
6737,
17301,
3578,
13,
921,
460,
198,
672,
3153,
262,
5288,
290,
5415,
8379,
20428,
422,
198,
1174,
39504,
44015,
594,
24539,
1174,
290,
12429,
47033,
44015,
594,
24539,
1174,
287,
262,
198,
77,
361,
5235,
62,
20746,
3163,
65,
4653,
80,
15610,
5738,
2163,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
6045,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
19204,
687,
12885,
829,
19182,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
7177,
286,
6769,
687,
17105,
422,
543,
345,
765,
284,
2251,
257,
198,
3605,
14977,
8379,
13,
383,
7177,
1276,
423,
379,
1551,
355,
867,
4847,
355,
198,
1169,
1988,
326,
345,
11986,
287,
12429,
43167,
24539,
1174,
13,
5501,
198,
1174,
19204,
687,
12885,
829,
19182,
1174,
5002,
468,
257,
11188,
12429,
26268,
12332,
82,
19182,
1174,
198,
30854,
326,
9217,
703,
867,
1661,
326,
6769,
687,
318,
5100,
13,
921,
198,
672,
3153,
6769,
687,
17105,
618,
345,
2251,
14977,
6769,
23914,
351,
262,
198,
77,
361,
5235,
62,
3237,
13369,
39709,
687,
2163,
393,
530,
286,
262,
1708,
37628,
37,
5235,
198,
16447,
39709,
687,
5499,
25,
198,
198,
12,
220,
299,
361,
5235,
62,
16447,
39709,
687,
37,
2414,
198,
12,
220,
299,
361,
5235,
62,
16447,
39709,
687,
40,
1433,
198,
12,
220,
299,
361,
5235,
62,
16447,
39709,
687,
4863,
8979,
40,
1433,
198,
12,
220,
299,
361,
5235,
62,
16447,
39709,
687,
4863,
8979,
37,
2414,
198,
12,
220,
299,
361,
5235,
62,
16447,
39709,
687,
4863,
8979,
39,
19416,
198,
198,
1174,
19463,
11052,
1174,
25,
6045,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
26268,
12332,
82,
19182,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
7177,
286,
9052,
9853,
345,
765,
284,
779,
284,
2251,
257,
649,
198,
283,
2545,
11619,
8379,
13,
383,
7177,
1276,
423,
379,
1551,
355,
867,
4847,
355,
262,
198,
8367,
326,
345,
11986,
287,
262,
12429,
43167,
24539,
1174,
11507,
13,
5501,
198,
1174,
26268,
12332,
82,
19182,
1174,
5002,
24866,
284,
257,
12429,
19204,
687,
12885,
829,
19182,
1174,
198,
30854,
290,
9217,
703,
867,
1661,
284,
9585,
326,
6769,
687,
13,
5501,
198,
30854,
286,
262,
12429,
26268,
12332,
82,
19182,
1174,
1276,
307,
1342,
621,
393,
4961,
284,
262,
198,
47033,
1271,
286,
9052,
9853,
326,
262,
6737,
17301,
3578,
13,
921,
460,
198,
672,
3153,
262,
5415,
9052,
954,
422,
12429,
47033,
39516,
12332,
1174,
287,
262,
198,
77,
361,
5235,
62,
20746,
3163,
65,
4653,
80,
15610,
5738,
2163,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
6045,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
39873,
12332,
82,
19182,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
7177,
286,
6291,
9853,
326,
345,
765,
284,
779,
284,
2251,
257,
198,
3605,
14977,
8379,
13,
383,
7177,
1276,
423,
379,
1551,
355,
867,
4847,
355,
198,
1169,
1988,
345,
11986,
287,
262,
12429,
43167,
24539,
1174,
11507,
13,
5501,
198,
1174,
39873,
12332,
82,
19182,
1174,
5002,
24866,
284,
257,
12429,
19204,
687,
12885,
829,
19182,
1174,
198,
30854,
290,
9217,
262,
24637,
11,
287,
8405,
11,
286,
262,
1813,
6769,
687,
284,
198,
8612,
378,
13,
5501,
5002,
286,
262,
12429,
39873,
12332,
82,
19182,
1174,
1276,
307,
4025,
621,
198,
1169,
5288,
6769,
687,
2546,
11,
257,
3294,
286,
262,
6769,
687,
14821,
290,
645,
198,
15521,
263,
621,
262,
1271,
286,
8405,
287,
262,
11188,
6769,
687,
13,
921,
460,
198,
672,
3153,
777,
3815,
416,
4585,
262,
299,
361,
5235,
62,
20746,
3163,
65,
54,
38353,
15610,
5738,
198,
8818,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
6045,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
4102,
263,
14749,
19182,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
7177,
286,
18364,
7064,
284,
810,
345,
765,
257,
18364,
284,
307,
198,
27568,
287,
262,
8379,
13,
383,
7177,
1276,
423,
379,
1551,
355,
867,
4847,
198,
292,
262,
1988,
345,
11986,
287,
262,
12429,
43167,
24539,
1174,
11507,
13,
5501,
198,
1174,
4102,
263,
14749,
19182,
1174,
5002,
24866,
284,
257,
198,
1174,
19204,
687,
12885,
829,
19182,
1174,
5002,
290,
9217,
810,
287,
262,
6769,
687,
257,
198,
4102,
263,
318,
284,
7716,
13,
383,
18364,
4067,
1276,
307,
1342,
621,
262,
2546,
286,
198,
1169,
6769,
687,
262,
18364,
318,
287,
13,
383,
19736,
389,
48474,
284,
262,
16936,
198,
4102,
263,
14821,
290,
262,
48474,
3815,
389,
4504,
287,
262,
198,
1174,
1073,
263,
771,
9704,
364,
19182,
1174,
11507,
13,
198,
198,
1532,
345,
466,
407,
765,
257,
18364,
7560,
329,
257,
1948,
8379,
3800,
11,
198,
2617,
428,
11507,
284,
399,
5064,
35353,
62,
23428,
62,
15285,
62,
44,
14175,
1137,
13,
198,
198,
1174,
7469,
1389,
11052,
1174,
25,
399,
5064,
35353,
62,
23428,
62,
15285,
62,
44,
14175,
1137,
198,
198,
1174,
19463,
11052,
1174,
25,
6045,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
1073,
263,
771,
9704,
364,
19182,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
281,
7177,
286,
477,
1813,
19736,
326,
389,
48474,
357,
39262,
8,
284,
262,
198,
710,
12423,
18364,
14821,
13,
1892,
477,
4410,
31255,
344,
19736,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
6045,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
43167,
37508,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
262,
5412,
326,
21079,
262,
649,
14977,
8379,
13,
921,
460,
198,
6603,
428,
5412,
284,
299,
361,
5235,
62,
16934,
495,
3163,
65,
44015,
594,
284,
7716,
262,
198,
283,
2545,
11619,
8379,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
16719,
274,
281,
14977,
8379,
422,
281,
7177,
286,
6769,
687,
17105,
290,
281,
198,
18747,
286,
11188,
9052,
9853,
13,
770,
2163,
5860,
257,
5412,
326,
198,
738,
6945,
262,
8379,
13,
921,
1208,
428,
5412,
284,
262,
198,
8461,
37,
5235,
62,
16934,
495,
3163,
65,
44015,
594,
2163,
284,
11986,
644,
14977,
8379,
198,
5832,
765,
262,
6737,
17301,
284,
4439,
13,
198,
198,
464,
37628,
37,
5235,
62,
16447,
28809,
3163,
65,
44015,
594,
2163,
14582,
319,
262,
198,
8461,
37,
5235,
62,
16447,
3163,
65,
44015,
594,
2163,
416,
4375,
262,
2694,
284,
900,
262,
198,
17618,
286,
8405,
287,
1123,
8379,
2239,
290,
284,
900,
18364,
7064,
13,
198,
198,
2025,
14977,
8379,
10874,
286,
3294,
6769,
23914,
13,
1114,
1123,
6769,
687,
11,
198,
5832,
11986,
262,
1271,
286,
1661,
262,
6737,
17301,
11073,
262,
198,
19204,
687,
878,
18788,
284,
262,
1306,
6769,
687,
13,
383,
1271,
286,
1661,
284,
198,
44754,
257,
2176,
6769,
687,
318,
1444,
262,
9052,
954,
13,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
464,
6737,
17301,
1276,
407,
307,
287,
262,
2980,
803,
1181,
618,
345,
869,
198,
5661,
2163,
13,
198,
1639,
1276,
869,
262,
299,
361,
5235,
62,
16934,
495,
26410,
19076,
2163,
284,
900,
262,
198,
1174,
22915,
19076,
1174,
11507,
284,
399,
5064,
35353,
62,
23428,
62,
2606,
7250,
3843,
62,
5188,
48,
878,
4585,
428,
198,
8818,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16447,
3163,
65,
44015,
594,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
43167,
24539,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1271,
286,
6769,
23914,
287,
262,
649,
14977,
8379,
326,
345,
198,
42949,
284,
2251,
13,
383,
1988,
345,
1208,
1276,
307,
1022,
262,
5288,
290,
198,
47033,
8379,
20428,
326,
262,
6737,
17301,
3578,
13,
921,
460,
198,
672,
3153,
262,
5288,
290,
5415,
8379,
20428,
422,
198,
1174,
39504,
44015,
594,
24539,
1174,
290,
12429,
47033,
44015,
594,
24539,
1174,
287,
262,
198,
77,
361,
5235,
62,
20746,
3163,
65,
4653,
80,
15610,
5738,
2163,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
6045,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
19204,
687,
12885,
829,
19182,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
7177,
286,
6769,
687,
17105,
422,
543,
345,
765,
284,
2251,
257,
198,
3605,
14977,
8379,
13,
383,
7177,
1276,
423,
379,
1551,
355,
867,
4847,
355,
198,
1169,
1988,
326,
345,
11986,
287,
12429,
43167,
24539,
1174,
13,
5501,
198,
1174,
19204,
687,
12885,
829,
19182,
1174,
5002,
468,
257,
11188,
12429,
26268,
12332,
82,
19182,
1174,
198,
30854,
326,
9217,
703,
867,
1661,
326,
6769,
687,
318,
5100,
13,
921,
198,
672,
3153,
6769,
687,
17105,
618,
345,
2251,
14977,
6769,
23914,
351,
262,
198,
77,
361,
5235,
62,
3237,
13369,
39709,
687,
2163,
393,
530,
286,
262,
1708,
37628,
37,
5235,
198,
16447,
39709,
687,
5499,
25,
198,
198,
12,
220,
299,
361,
5235,
62,
16447,
39709,
687,
37,
2414,
198,
12,
220,
299,
361,
5235,
62,
16447,
39709,
687,
40,
1433,
198,
12,
220,
299,
361,
5235,
62,
16447,
39709,
687,
4863,
8979,
40,
1433,
198,
12,
220,
299,
361,
5235,
62,
16447,
39709,
687,
4863,
8979,
37,
2414,
198,
12,
220,
299,
361,
5235,
62,
16447,
39709,
687,
4863,
8979,
39,
19416,
198,
198,
1174,
19463,
11052,
1174,
25,
6045,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
26268,
12332,
82,
19182,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
7177,
286,
9052,
9853,
345,
765,
284,
779,
284,
2251,
257,
649,
198,
283,
2545,
11619,
8379,
13,
383,
7177,
1276,
423,
379,
1551,
355,
867,
4847,
355,
262,
198,
8367,
326,
345,
11986,
287,
262,
12429,
43167,
24539,
1174,
11507,
13,
5501,
198,
1174,
26268,
12332,
82,
19182,
1174,
5002,
24866,
284,
257,
12429,
19204,
687,
12885,
829,
19182,
1174,
198,
30854,
290,
9217,
703,
867,
1661,
284,
9585,
326,
6769,
687,
13,
5501,
198,
30854,
286,
262,
12429,
26268,
12332,
82,
19182,
1174,
1276,
307,
1342,
621,
393,
4961,
284,
262,
198,
47033,
1271,
286,
9052,
9853,
326,
262,
6737,
17301,
3578,
13,
921,
460,
198,
672,
3153,
262,
5415,
9052,
954,
422,
12429,
47033,
39516,
12332,
1174,
287,
262,
198,
77,
361,
5235,
62,
20746,
3163,
65,
4653,
80,
15610,
5738,
2163,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
6045,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
43167,
37508,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
262,
5412,
326,
21079,
262,
649,
14977,
8379,
13,
921,
460,
198,
6603,
428,
5412,
284,
299,
361,
5235,
62,
16934,
495,
3163,
65,
44015,
594,
284,
7716,
262,
198,
283,
2545,
11619,
8379,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
16719,
274,
281,
14977,
8379,
422,
281,
7177,
286,
6769,
687,
17105,
290,
281,
198,
18747,
286,
11188,
9052,
9853,
13,
770,
2163,
5860,
257,
5412,
326,
198,
738,
6945,
262,
8379,
13,
921,
1208,
428,
5412,
284,
262,
198,
77,
361,
5235,
62,
16934,
495,
3163,
65,
44015,
594,
2163,
284,
11986,
644,
14977,
8379,
198,
5832,
765,
262,
6737,
17301,
284,
4439,
13,
198,
198,
2025,
14977,
8379,
10874,
286,
3294,
6769,
23914,
13,
1114,
1123,
6769,
687,
11,
198,
5832,
460,
11986,
262,
1271,
286,
1661,
326,
262,
6737,
17301,
11073,
198,
1169,
6769,
687,
878,
18788,
284,
262,
1306,
6769,
687,
13,
383,
1271,
286,
1661,
198,
1462,
9585,
257,
2176,
6769,
687,
318,
1444,
262,
9052,
954,
13,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
1639,
1276,
869,
262,
299,
361,
5235,
62,
16934,
495,
26410,
19076,
2163,
284,
900,
262,
198,
1174,
22915,
19076,
1174,
11507,
284,
399,
5064,
35353,
62,
23428,
62,
2606,
7250,
3843,
62,
5188,
48,
878,
4585,
428,
198,
8818,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16447,
3163,
65,
39709,
687,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
19204,
687,
10699,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
91,
18291,
6945,
262,
2546,
286,
262,
14977,
6769,
687,
326,
345,
765,
2727,
13,
198,
91,
383,
2546,
1276,
1826,
262,
1708,
8733,
25,
198,
198,
12,
220,
383,
2546,
1276,
307,
1342,
621,
393,
4961,
284,
262,
5415,
6769,
687,
2546,
326,
198,
220,
220,
262,
3335,
3578,
13,
198,
12,
220,
383,
2546,
1276,
307,
3744,
621,
393,
4961,
284,
262,
5288,
6769,
687,
2546,
198,
220,
220,
326,
262,
3335,
3578,
13,
198,
12,
220,
383,
2546,
1276,
307,
281,
18253,
3294,
286,
262,
3335,
6769,
687,
14821,
13,
198,
198,
91,
220,
198,
91,
921,
460,
7330,
777,
3815,
422,
262,
12429,
47033,
39709,
687,
10699,
1174,
11,
198,
220,
12429,
39504,
39709,
687,
10699,
1174,
11,
290,
12429,
19204,
687,
24915,
388,
1174,
10007,
287,
262,
198,
220,
299,
361,
5235,
62,
20746,
3163,
65,
54,
38353,
15610,
5738,
2163,
13,
198,
91,
25998,
19463,
11052,
1174,
25,
1174,
6045,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
19204,
687,
6601,
19182,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
7177,
286,
1366,
345,
765,
284,
779,
329,
262,
649,
14977,
198,
19204,
687,
13,
383,
7177,
1276,
423,
379,
1551,
355,
867,
4847,
355,
262,
1988,
198,
5562,
345,
11986,
287,
12429,
19204,
687,
10699,
1174,
13,
198,
198,
1639,
1276,
3487,
1096,
262,
1366,
2173,
287,
262,
7177,
284,
307,
1022,
784,
16,
13,
405,
290,
198,
10,
16,
13,
405,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
6045,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
19204,
687,
37508,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
464,
5412,
326,
21079,
262,
649,
6769,
687,
13,
770,
5412,
318,
973,
1568,
198,
12518,
9759,
284,
428,
6769,
687,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
58,
46,
4462,
46,
2538,
9328,
60,
770,
2163,
318,
26533,
13,
5765,
262,
299,
361,
5235,
62,
16447,
39709,
687,
37,
2414,
11,
198,
77,
361,
5235,
62,
16447,
39709,
687,
40,
1433,
11,
393,
299,
361,
5235,
62,
16447,
39709,
687,
5377,
11141,
37,
2414,
2163,
198,
38070,
286,
428,
2163,
13,
198,
198,
16719,
274,
281,
14977,
6769,
687,
290,
5860,
257,
5412,
326,
21079,
326,
198,
19204,
687,
13,
921,
460,
1208,
428,
5412,
284,
262,
299,
361,
5235,
62,
16934,
495,
3163,
65,
39709,
687,
198,
8818,
284,
4439,
326,
6769,
687,
13,
921,
460,
635,
779,
262,
17105,
428,
198,
8818,
5860,
284,
11986,
257,
8379,
286,
14977,
6769,
23914,
351,
262,
198,
77,
361,
5235,
62,
16447,
3163,
65,
44015,
594,
2163,
13,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
1639,
1276,
5046,
262,
1366,
1022,
784,
16,
13,
405,
290,
1343,
16,
13,
405,
13,
5765,
262,
12429,
38039,
38,
391,
1174,
198,
17143,
2357,
284,
7716,
1180,
5072,
13161,
1095,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16447,
33,
3219,
1433,
3163,
65,
39709,
687,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
19204,
687,
10699,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
91,
18291,
6945,
262,
2546,
286,
262,
14977,
6769,
687,
326,
345,
765,
2727,
13,
198,
91,
383,
2546,
1276,
1826,
262,
1708,
8733,
25,
198,
198,
12,
220,
383,
2546,
1276,
307,
1342,
621,
393,
4961,
284,
262,
5415,
6769,
687,
2546,
326,
198,
220,
220,
262,
3335,
3578,
13,
198,
12,
220,
383,
2546,
1276,
307,
3744,
621,
393,
4961,
284,
262,
5288,
6769,
687,
2546,
198,
220,
220,
326,
262,
3335,
3578,
13,
198,
12,
220,
383,
2546,
1276,
307,
281,
18253,
3294,
286,
262,
3335,
6769,
687,
14821,
13,
198,
198,
91,
220,
198,
91,
921,
460,
7330,
777,
3815,
422,
262,
12429,
47033,
39709,
687,
10699,
1174,
11,
198,
220,
12429,
39504,
39709,
687,
10699,
1174,
11,
290,
12429,
19204,
687,
24915,
388,
1174,
10007,
287,
198,
220,
299,
361,
5235,
62,
20746,
3163,
65,
54,
38353,
15610,
5738,
13,
198,
91,
25998,
19463,
11052,
1174,
25,
1174,
6045,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
19204,
687,
6601,
19182,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
1433,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
7177,
286,
1366,
345,
765,
284,
779,
329,
262,
649,
14977,
198,
19204,
687,
13,
383,
7177,
1276,
423,
379,
1551,
355,
867,
4847,
355,
262,
1988,
198,
5562,
345,
11986,
287,
12429,
19204,
687,
10699,
1174,
13,
198,
198,
1639,
1276,
3487,
1096,
262,
1366,
2173,
287,
262,
7177,
284,
307,
1022,
784,
34159,
3104,
290,
198,
34159,
3134,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
6045,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
19204,
687,
37508,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
464,
5412,
326,
21079,
262,
649,
6769,
687,
13,
770,
5412,
318,
973,
1568,
198,
12518,
9759,
284,
428,
6769,
687,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
58,
46,
4462,
46,
2538,
9328,
60,
770,
2163,
318,
26533,
13,
5765,
262,
299,
361,
5235,
62,
16447,
39709,
687,
40,
1433,
198,
8818,
2427,
286,
428,
2163,
13,
198,
198,
16719,
274,
281,
14977,
6769,
687,
422,
13934,
1366,
290,
5860,
257,
5412,
326,
198,
738,
6945,
326,
6769,
687,
13,
921,
460,
1208,
428,
5412,
284,
262,
198,
77,
361,
5235,
62,
16934,
495,
3163,
65,
39709,
687,
2163,
284,
4439,
326,
6769,
687,
13,
921,
460,
198,
14508,
779,
262,
17105,
428,
2163,
5860,
284,
11986,
257,
8379,
286,
198,
283,
2545,
11619,
6769,
23914,
351,
262,
299,
361,
5235,
62,
16447,
3163,
65,
44015,
594,
2163,
13,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
1639,
1276,
900,
262,
5072,
4235,
284,
399,
5064,
35353,
62,
23428,
62,
2606,
7250,
3843,
62,
37304,
393,
198,
45,
5064,
35353,
62,
23428,
62,
2606,
7250,
3843,
62,
5188,
48,
878,
4585,
428,
2163,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16447,
20366,
80,
8053,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
39709,
687,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
3210,
6769,
687,
326,
345,
765,
262,
6737,
17301,
284,
198,
18230,
344,
13,
24947,
12,
30386,
1677,
5621,
262,
399,
5064,
35353,
62,
1404,
5446,
62,
42296,
34,
62,
15543,
6089,
21389,
11688,
284,
428,
198,
8367,
13,
198,
198,
2466,
7469,
1389,
27068,
2466,
198,
198,
1174,
19463,
11052,
1174,
25,
399,
5064,
35353,
62,
23428,
62,
54,
23264,
62,
50,
8881,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
6,
45,
5064,
35353,
62,
23428,
62,
54,
23264,
62,
50,
8881,
3256,
705,
22882,
6945,
326,
262,
6737,
17301,
11073,
257,
7813,
385,
1868,
6769,
687,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
54,
23264,
62,
50,
10917,
12203,
3256,
705,
22882,
6945,
326,
262,
6737,
17301,
11073,
257,
6616,
6769,
687,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
54,
23264,
62,
5446,
40,
15567,
2538,
3256,
705,
22882,
6945,
326,
262,
6737,
17301,
11073,
257,
22950,
6769,
687,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
54,
23264,
62,
49,
23518,
62,
8577,
3256,
705,
22882,
6945,
326,
262,
6737,
17301,
11073,
257,
3967,
10454,
6769,
687,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
54,
23264,
62,
49,
23518,
62,
41925,
3256,
705,
22882,
6945,
326,
262,
6737,
17301,
11073,
257,
4633,
10454,
6769,
687,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
54,
23264,
62,
9697,
3256,
705,
22882,
6945,
326,
262,
6737,
17301,
11073,
257,
6937,
15004,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
54,
23264,
62,
15285,
24352,
3256,
705,
22882,
6945,
326,
262,
6737,
17301,
11073,
2330,
7838,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
54,
23264,
62,
29904,
3256,
705,
22882,
6945,
326,
262,
6737,
17301,
11073,
257,
2836,
12,
23211,
6769,
687,
355,
5447,
351,
262,
299,
361,
5235,
62,
7469,
500,
12982,
23615,
39709,
687,
2163,
2637,
60,
4357,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
35324,
8053,
24539,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1271,
286,
4831,
287,
262,
8373,
1351,
345,
765,
284,
2251,
13,
198,
464,
1988,
1276,
307,
1022,
262,
5288,
290,
5415,
8373,
1351,
20428,
198,
5562,
262,
6737,
17301,
3578,
13,
921,
460,
7330,
262,
5288,
290,
5415,
198,
35324,
1351,
20428,
422,
262,
12429,
39504,
37,
28707,
8053,
24539,
1174,
290,
198,
1174,
47033,
37,
28707,
8053,
24539,
1174,
10007,
287,
262,
198,
77,
361,
5235,
62,
20746,
20366,
80,
8053,
15610,
5738,
2163,
13,
198,
198,
1174,
35324,
1174,
290,
12429,
32257,
1174,
1276,
1123,
307,
379,
1551,
355,
890,
355,
428,
198,
35324,
1351,
4129,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
6045,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
35324,
19182,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
7177,
286,
19998,
284,
1296,
262,
8373,
1351,
13,
383,
7177,
198,
27238,
423,
379,
1551,
355,
867,
4847,
355,
262,
1988,
345,
11986,
287,
198,
1174,
35324,
8053,
24539,
1174,
13,
5501,
12429,
35324,
19182,
1174,
5002,
468,
257,
198,
10215,
5546,
278,
12429,
32257,
19182,
1174,
5002,
326,
9217,
703,
890,
326,
198,
35324,
318,
5100,
13,
198,
198,
1174,
3118,
896,
1174,
25,
607,
22877,
198,
198,
1174,
19463,
11052,
1174,
25,
6045,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
32257,
19182,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
7177,
286,
288,
20074,
284,
1296,
262,
8373,
1351,
13,
383,
7177,
198,
27238,
423,
379,
1551,
355,
867,
4847,
355,
262,
1988,
326,
345,
11986,
287,
198,
1174,
35324,
8053,
24539,
1174,
13,
5501,
12429,
32257,
19182,
1174,
5002,
468,
257,
198,
10215,
5546,
278,
12429,
35324,
19182,
1174,
5002,
290,
9217,
703,
890,
287,
198,
43012,
284,
7716,
262,
11188,
8373,
13,
198,
198,
1174,
3118,
896,
1174,
25,
4201,
198,
198,
1174,
19463,
11052,
1174,
25,
6045,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
35324,
8053,
37508,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
262,
5412,
326,
21079,
262,
649,
8373,
1351,
13,
921,
460,
1208,
198,
5661,
5412,
284,
299,
361,
5235,
62,
16934,
495,
20366,
80,
8053,
284,
7716,
262,
14977,
198,
43167,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
16719,
274,
257,
8373,
1351,
422,
281,
7177,
286,
19998,
198,
7,
1174,
35324,
19182,
1174,
8,
290,
281,
7177,
286,
288,
20074,
357,
1174,
32257,
19182,
1174,
737,
383,
198,
11545,
26515,
815,
423,
262,
976,
1271,
286,
4847,
11,
290,
428,
1988,
1276,
198,
14508,
307,
262,
2546,
286,
262,
12429,
35324,
8053,
24539,
1174,
13,
383,
2163,
5860,
257,
198,
28144,
326,
21079,
262,
8373,
1351,
357,
1169,
12429,
35324,
8053,
37508,
1174,
737,
198,
1639,
460,
1208,
428,
5412,
284,
299,
361,
5235,
62,
16934,
495,
20366,
80,
8053,
284,
11986,
644,
198,
35324,
1351,
345,
765,
262,
6737,
17301,
284,
4439,
13,
198,
198,
32,
8373,
1351,
10874,
286,
257,
1351,
286,
19998,
290,
288,
20074,
13,
383,
198,
12683,
282,
17301,
18616,
1123,
8373,
329,
262,
1813,
2033,
286,
640,
198,
392,
788,
15740,
284,
262,
1306,
8373,
13,
1649,
262,
886,
286,
262,
1351,
318,
198,
260,
2317,
11,
262,
6737,
17301,
4940,
625,
379,
262,
3726,
286,
262,
1351,
13,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
464,
6737,
17301,
1276,
407,
307,
287,
262,
2980,
803,
1181,
618,
345,
869,
198,
5661,
2163,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16447,
39709,
687,
5377,
11141,
37,
2414,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
6518,
1438,
329,
543,
345,
765,
284,
2251,
262,
6769,
687,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17618,
5189,
50,
12629,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
2546,
286,
262,
14977,
6769,
687,
326,
345,
765,
284,
2251,
13,
198,
198,
464,
2546,
1276,
1826,
262,
1708,
8733,
25,
198,
198,
12,
220,
383,
2546,
1276,
307,
1342,
621,
393,
4961,
284,
262,
5415,
6769,
687,
2546,
326,
198,
220,
220,
262,
3335,
3578,
13,
198,
12,
220,
383,
2546,
1276,
307,
3744,
621,
393,
4961,
284,
262,
5288,
6769,
687,
2546,
198,
220,
220,
326,
262,
3335,
3578,
13,
198,
12,
220,
383,
2546,
1276,
307,
281,
18253,
3294,
286,
262,
3335,
6769,
687,
14821,
13,
198,
198,
1639,
460,
7330,
777,
3815,
422,
262,
12429,
47033,
39709,
687,
10699,
1174,
11,
198,
1174,
39504,
39709,
687,
10699,
1174,
11,
290,
12429,
19204,
687,
24915,
388,
1174,
10007,
286,
262,
198,
8461,
37,
5235,
62,
20746,
3163,
65,
54,
38353,
15610,
5738,
2163,
13,
198,
198,
91,
220,
198,
91,
12429,
19463,
11052,
1174,
25,
6045,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
19204,
687,
6601,
19182,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
45,
2149,
296,
11141,
15057,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
7177,
286,
1366,
345,
765,
284,
779,
329,
262,
649,
14977,
198,
19204,
687,
13,
383,
7177,
1276,
423,
379,
1551,
355,
867,
4847,
355,
262,
1988,
198,
5562,
345,
11986,
287,
12429,
19204,
687,
10699,
1174,
13,
198,
198,
1639,
1276,
3487,
1096,
262,
1366,
2173,
287,
262,
7177,
284,
307,
1022,
784,
16,
13,
405,
290,
198,
10,
16,
13,
405,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
6045,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
19204,
687,
37508,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
464,
5412,
326,
21079,
262,
649,
6769,
687,
13,
770,
5412,
318,
973,
1568,
198,
12518,
9759,
284,
428,
6769,
687,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
16719,
274,
281,
25863,
6769,
687,
422,
3716,
4274,
12,
3866,
16005,
12462,
12,
4122,
198,
7,
37,
2414,
8,
1366,
329,
779,
351,
262,
399,
5064,
35353,
62,
1404,
5446,
62,
2606,
7250,
3843,
62,
49058,
11688,
900,
284,
198,
3163,
2545,
11619,
17084,
687,
393,
33619,
11619,
45835,
5072,
4235,
319,
4410,
351,
262,
198,
45,
5064,
35353,
62,
1404,
5446,
62,
2606,
7250,
3843,
62,
1677,
6242,
30465,
11688,
900,
284,
13889,
62,
5446,
8924,
290,
262,
198,
45,
5064,
35353,
62,
1404,
5446,
62,
47053,
62,
26947,
62,
4805,
4503,
7597,
2751,
62,
49058,
11688,
900,
284,
198,
45,
5064,
35353,
62,
23428,
62,
47053,
62,
41335,
55,
13,
383,
12429,
19204,
687,
37508,
1174,
4504,
416,
262,
198,
8818,
460,
307,
973,
1568,
329,
4634,
262,
4075,
6769,
687,
11,
5609,
262,
198,
7890,
287,
262,
6769,
687,
11,
2615,
16311,
286,
6769,
23914,
11,
393,
34817,
262,
198,
19204,
687,
618,
340,
318,
645,
2392,
2622,
13,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
1639,
1276,
869,
262,
299,
361,
5235,
62,
16934,
495,
26410,
19076,
2163,
284,
900,
262,
198,
1174,
22915,
19076,
1174,
11507,
284,
399,
5064,
35353,
62,
23428,
62,
2606,
7250,
3843,
62,
37304,
393,
198,
45,
5064,
35353,
62,
23428,
62,
2606,
7250,
3843,
62,
5188,
48,
878,
4585,
428,
2163,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16447,
39709,
687,
37,
2414,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
6518,
1438,
329,
543,
345,
765,
284,
2251,
262,
6769,
687,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
19204,
687,
10699,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
91,
18291,
6945,
262,
2546,
286,
262,
14977,
6769,
687,
326,
345,
765,
284,
2251,
13,
198,
91,
383,
2546,
1276,
1826,
262,
1708,
8733,
25,
198,
198,
12,
220,
383,
2546,
1276,
307,
1342,
621,
393,
4961,
284,
262,
5415,
6769,
687,
2546,
326,
198,
220,
220,
262,
3335,
3578,
13,
198,
12,
220,
383,
2546,
1276,
307,
3744,
621,
393,
4961,
284,
262,
5288,
6769,
687,
2546,
198,
220,
220,
326,
262,
3335,
3578,
13,
198,
12,
220,
383,
2546,
1276,
307,
281,
18253,
3294,
286,
262,
3335,
6769,
687,
14821,
13,
198,
198,
1639,
460,
7330,
777,
3815,
422,
262,
12429,
47033,
39709,
687,
10699,
1174,
11,
198,
1174,
39504,
39709,
687,
10699,
1174,
11,
290,
12429,
19204,
687,
24915,
388,
1174,
10007,
286,
262,
198,
77,
361,
5235,
62,
20746,
3163,
65,
54,
38353,
15610,
5738,
2163,
13,
198,
198,
91,
25998,
19463,
11052,
1174,
25,
1174,
6045,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
19204,
687,
6601,
19182,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
7177,
286,
1366,
345,
765,
284,
779,
329,
262,
649,
14977,
198,
19204,
687,
13,
383,
7177,
1276,
423,
379,
1551,
355,
867,
4847,
355,
262,
1988,
198,
5562,
345,
11986,
287,
12429,
19204,
687,
10699,
1174,
13,
198,
198,
1639,
1276,
3487,
1096,
262,
1366,
2173,
287,
262,
7177,
284,
307,
1022,
784,
16,
13,
405,
290,
198,
10,
16,
13,
405,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
6045,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
19204,
687,
37508,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
464,
5412,
326,
21079,
262,
649,
6769,
687,
13,
770,
5412,
318,
973,
1568,
198,
12518,
9759,
284,
428,
6769,
687,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
16719,
274,
281,
25863,
6769,
687,
422,
13934,
376,
2414,
357,
48679,
803,
966,
4274,
8,
1366,
198,
1640,
779,
287,
33619,
11619,
17084,
687,
5072,
4235,
393,
33619,
11619,
45835,
5072,
198,
14171,
13,
383,
12429,
19204,
687,
37508,
1174,
4504,
460,
1568,
307,
973,
329,
4634,
262,
198,
5275,
6769,
687,
11,
5609,
262,
1366,
287,
262,
6769,
687,
11,
2615,
16311,
198,
1659,
6769,
23914,
11,
393,
34817,
262,
6769,
687,
618,
340,
318,
645,
2392,
2622,
13,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
1639,
1276,
869,
262,
299,
361,
5235,
62,
16934,
495,
26410,
19076,
2163,
284,
900,
262,
198,
1174,
22915,
19076,
1174,
11507,
284,
399,
5064,
35353,
62,
23428,
62,
2606,
7250,
3843,
62,
37304,
393,
198,
45,
5064,
35353,
62,
23428,
62,
2606,
7250,
3843,
62,
5188,
48,
878,
4585,
428,
2163,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16447,
39709,
687,
4863,
8979,
37,
2414,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
6518,
1438,
329,
543,
345,
765,
284,
2251,
262,
6769,
687,
13,
198,
198,
1174,
7469,
1389,
11052,
1174,
25,
366,
15,
1,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8979,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
464,
1336,
3108,
290,
1438,
286,
262,
2393,
810,
262,
6769,
687,
1366,
29076,
2637,
11,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
26327,
18743,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
18022,
1502,
286,
262,
1366,
287,
262,
2393,
13,
198,
198,
2466,
7469,
1389,
27068,
2466,
198,
198,
91,
220,
198,
91,
25998,
19463,
11052,
1174,
25,
1174,
399,
5064,
35353,
62,
23428,
62,
43,
22470,
2538,
62,
10619,
16868,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
6601,
3194,
416,
749,
5479,
287,
3964,
357,
8201,
198,
17822,
11209,
8151,
14,
34,
12861,
8151,
8,
318,
287,
7703,
5268,
666,
5794,
13,
6060,
3194,
284,
257,
2393,
198,
6738,
3498,
28206,
318,
287,
4403,
5268,
666,
5794,
416,
4277,
319,
477,
9554,
13,
4403,
198,
12915,
666,
290,
7703,
5268,
666,
3522,
284,
262,
835,
1366,
318,
8574,
287,
4088,
11,
198,
4758,
460,
13238,
319,
1180,
20399,
13,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
6,
45,
5064,
35353,
62,
23428,
62,
43,
22470,
2538,
62,
10619,
16868,
3256,
705,
22253,
5268,
666,
6060,
960,
464,
1551,
2383,
1643,
318,
8574,
379,
262,
9016,
2209,
11,
3940,
416,
262,
584,
10340,
11,
287,
1502,
286,
3649,
12085,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
3483,
38,
62,
10619,
16868,
3256,
705,
12804,
5268,
666,
6060,
960,
464,
749,
2383,
1643,
318,
8574,
379,
262,
9016,
2209,
11,
3940,
416,
262,
584,
10340,
11,
287,
1502,
286,
24030,
12085,
2637,
60,
4357,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
19204,
687,
37508,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
464,
5412,
326,
21079,
262,
649,
6769,
687,
13,
770,
5412,
318,
973,
1568,
198,
12518,
9759,
284,
428,
6769,
687,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
1212,
2163,
2753,
262,
12462,
966,
4274,
357,
37,
2414,
8,
1366,
422,
262,
198,
23599,
2393,
290,
8075,
281,
25863,
6769,
687,
329,
779,
287,
33619,
11619,
198,
39709,
687,
393,
33619,
11619,
45835,
5072,
4235,
13,
383,
12429,
19204,
687,
37508,
1174,
198,
7783,
276,
416,
428,
2163,
460,
1568,
307,
973,
329,
4634,
262,
4075,
198,
19204,
687,
11,
5609,
262,
1366,
287,
262,
6769,
687,
11,
2615,
16311,
286,
198,
19204,
23914,
11,
393,
34817,
262,
6769,
687,
618,
340,
318,
645,
2392,
2622,
13,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
464,
376,
2414,
1366,
1276,
307,
1022,
784,
16,
13,
15,
290,
1343,
16,
13,
15,
569,
13,
5765,
262,
198,
45,
5064,
35353,
62,
1404,
5446,
62,
35,
3528,
40579,
62,
9273,
1268,
11688,
284,
7716,
1180,
15004,
198,
22915,
82,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16447,
39709,
687,
4863,
8979,
39,
19416,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
6518,
1438,
329,
543,
345,
765,
284,
2251,
262,
6769,
687,
13,
198,
198,
1174,
7469,
1389,
11052,
1174,
25,
366,
15,
1,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8979,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
464,
1336,
3108,
290,
1438,
286,
262,
2393,
810,
262,
6769,
687,
1366,
29076,
2637,
11,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
1904,
32184,
4863,
39709,
687,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
46120,
13087,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
91,
1002,
345,
900,
428,
11507,
5128,
284,
13889,
62,
5446,
8924,
290,
611,
25863,
6737,
198,
220,
7587,
357,
47053,
8,
318,
9343,
11,
262,
2494,
422,
262,
6769,
687,
318,
16173,
198,
220,
355,
262,
1366,
2494,
11,
290,
25503,
1677,
5621,
262,
1366,
2494,
11688,
329,
345,
13,
554,
198,
220,
477,
584,
2663,
11,
340,
318,
16173,
355,
262,
6291,
2494,
11,
290,
25503,
1677,
5621,
198,
220,
262,
6291,
2494,
11688,
329,
345,
13,
198,
198,
2466,
7469,
1389,
27068,
2466,
198,
198,
91,
220,
198,
91,
25998,
19463,
11052,
1174,
25,
1174,
13889,
62,
5446,
8924,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
6,
12861,
62,
5446,
8924,
3256,
705,
11041,
2494,
422,
6769,
687,
2637,
4357,
37250,
12861,
62,
37,
23719,
3256,
705,
5211,
407,
779,
2494,
422,
6769,
687,
2637,
60,
4357,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
1904,
38,
391,
1870,
34519,
4863,
39709,
687,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
46120,
13087,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
91,
1002,
428,
5128,
318,
900,
284,
13889,
62,
5446,
8924,
11,
24947,
12,
30386,
1677,
13236,
1158,
262,
4461,
290,
198,
220,
11677,
3815,
422,
262,
7368,
367,
19416,
2393,
290,
8991,
606,
284,
262,
198,
220,
24947,
12,
30386,
1677,
4639,
13,
198,
198,
2466,
7469,
1389,
27068,
2466,
198,
198,
91,
220,
198,
91,
25998,
19463,
11052,
1174,
25,
1174,
13889,
62,
5446,
8924,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
6,
12861,
62,
5446,
8924,
3256,
705,
11041,
4461,
290,
11677,
422,
6769,
687,
2637,
4357,
37250,
12861,
62,
37,
23719,
3256,
705,
5211,
407,
779,
4461,
290,
11677,
422,
6769,
687,
2637,
60,
4357,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
19204,
687,
37508,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
464,
5412,
326,
21079,
262,
649,
6769,
687,
13,
770,
5412,
318,
973,
1568,
198,
12518,
9759,
284,
428,
6769,
687,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
91,
33687,
262,
6769,
687,
1366,
422,
262,
7368,
367,
19416,
357,
39,
959,
998,
605,
17084,
687,
198,
220,
20514,
8,
2393,
290,
8075,
281,
25863,
6769,
687,
329,
779,
287,
33619,
11619,
198,
220,
17084,
687,
393,
33619,
11619,
45835,
5072,
4235,
13,
383,
12429,
19204,
687,
37508,
1174,
198,
220,
4504,
416,
428,
2163,
460,
307,
973,
1568,
329,
4634,
262,
4075,
198,
220,
6769,
687,
11,
5609,
262,
1366,
287,
262,
6769,
687,
11,
2615,
16311,
286,
198,
220,
6769,
23914,
11,
393,
34817,
262,
6769,
687,
618,
340,
318,
645,
2392,
2622,
13,
198,
91,
1649,
262,
50088,
17084,
687,
12058,
16031,
1366,
287,
281,
367,
19416,
2393,
11,
340,
635,
198,
220,
7000,
262,
2494,
11,
4461,
11,
290,
11677,
351,
262,
1366,
13,
1002,
262,
198,
220,
12429,
1904,
32184,
4863,
39709,
687,
1174,
290,
12429,
1904,
38,
391,
5,
34519,
4863,
39709,
687,
26,
1174,
10007,
198,
220,
389,
900,
284,
13889,
62,
5446,
8924,
11,
428,
2163,
635,
5621,
883,
6608,
13,
198,
198,
91,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
1532,
345,
3853,
284,
423,
428,
2163,
900,
262,
4461,
290,
11677,
6608,
198,
1640,
345,
11,
345,
815,
12429,
1662,
1174,
779,
262,
37628,
37,
5235,
62,
16934,
495,
3163,
65,
39709,
687,
393,
198,
8461,
37,
5235,
62,
16934,
495,
3163,
65,
44015,
594,
5499,
11,
355,
484,
635,
900,
262,
4461,
290,
198,
28968,
11,
12839,
44987,
262,
3815,
900,
416,
428,
2163,
13,
5455,
11,
779,
198,
1169,
399,
5064,
35353,
62,
1404,
5446,
62,
37304,
62,
15543,
6089,
21389,
62,
39,
6981,
2538,
393,
198,
45,
5064,
35353,
62,
1404,
5446,
62,
37304,
62,
5188,
10917,
18310,
62,
39,
6981,
2538,
12608,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16447,
39709,
687,
4863,
8979,
40,
1433,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
6518,
1438,
329,
543,
345,
765,
284,
2251,
262,
6769,
687,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8979,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
464,
1336,
3108,
290,
1438,
286,
262,
2393,
810,
262,
6769,
687,
1366,
29076,
2637,
11,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
26327,
18743,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
18022,
1502,
286,
262,
1366,
287,
262,
2393,
13,
198,
198,
2466,
7469,
1389,
27068,
2466,
198,
198,
91,
220,
198,
91,
25998,
19463,
11052,
1174,
25,
1174,
399,
5064,
35353,
62,
23428,
62,
43,
22470,
2538,
62,
10619,
16868,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
6601,
3194,
416,
749,
5479,
287,
3964,
357,
8201,
198,
17822,
11209,
8151,
14,
34,
12861,
8151,
8,
318,
287,
7703,
5268,
666,
5794,
13,
6060,
3194,
284,
257,
2393,
198,
6738,
3498,
28206,
318,
287,
4403,
5268,
666,
5794,
416,
4277,
319,
477,
9554,
13,
4403,
198,
12915,
666,
290,
7703,
5268,
666,
3522,
284,
262,
835,
1366,
318,
8574,
287,
4088,
11,
198,
4758,
460,
13238,
319,
1180,
20399,
13,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
6,
45,
5064,
35353,
62,
23428,
62,
43,
22470,
2538,
62,
10619,
16868,
3256,
705,
22253,
5268,
666,
6060,
960,
464,
1551,
2383,
1643,
318,
8574,
379,
262,
9016,
2209,
11,
3940,
416,
262,
584,
10340,
11,
287,
1502,
286,
3649,
12085,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
3483,
38,
62,
10619,
16868,
3256,
705,
12804,
5268,
666,
6060,
960,
464,
749,
2383,
1643,
318,
8574,
379,
262,
9016,
2209,
11,
3940,
416,
262,
584,
10340,
11,
287,
1502,
286,
24030,
12085,
2637,
60,
4357,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
19204,
687,
37508,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
464,
5412,
326,
21079,
262,
649,
6769,
687,
13,
770,
5412,
318,
973,
1568,
198,
12518,
9759,
284,
428,
6769,
687,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
51,
1124,
262,
13934,
1467,
12,
2545,
4488,
18253,
357,
40,
1433,
8,
1366,
422,
262,
7368,
198,
7753,
290,
8075,
281,
25863,
6769,
687,
329,
779,
287,
33619,
11619,
17084,
687,
393,
198,
3163,
2545,
11619,
45835,
5072,
4235,
13,
383,
12429,
19204,
687,
37508,
1174,
4504,
416,
428,
198,
8818,
460,
1568,
307,
973,
329,
4634,
262,
4075,
6769,
687,
11,
5609,
262,
198,
7890,
287,
262,
6769,
687,
11,
2615,
16311,
286,
6769,
23914,
11,
393,
34817,
262,
198,
19204,
687,
618,
340,
318,
645,
2392,
2622,
13,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
464,
314,
1433,
1366,
357,
27160,
1022,
784,
34159,
3104,
290,
1343,
34159,
3134,
8,
318,
9672,
284,
198,
15603,
784,
16,
284,
1343,
16,
569,
13,
5765,
262,
399,
5064,
35353,
62,
1404,
5446,
62,
35,
3528,
40579,
62,
9273,
1268,
11688,
284,
198,
8612,
378,
1180,
15004,
23862,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16447,
39709,
687,
40,
1433,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
6518,
1438,
329,
543,
345,
765,
284,
2251,
262,
6769,
687,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
19204,
687,
10699,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
91,
18291,
6945,
262,
2546,
286,
262,
14977,
6769,
687,
326,
345,
765,
284,
2251,
13,
198,
91,
383,
2546,
1276,
1826,
262,
1708,
8733,
25,
198,
198,
12,
220,
383,
2546,
1276,
307,
1342,
621,
393,
4961,
284,
262,
5415,
6769,
687,
2546,
326,
198,
220,
220,
262,
3335,
3578,
13,
198,
12,
220,
383,
2546,
1276,
307,
3744,
621,
393,
4961,
284,
262,
5288,
6769,
687,
2546,
198,
220,
220,
326,
262,
3335,
3578,
13,
198,
12,
220,
383,
2546,
1276,
307,
281,
18253,
3294,
286,
262,
3335,
6769,
687,
14821,
13,
198,
198,
1639,
460,
7330,
777,
3815,
422,
262,
12429,
47033,
39709,
687,
10699,
1174,
11,
198,
1174,
39504,
39709,
687,
10699,
1174,
11,
290,
12429,
19204,
687,
24915,
388,
1174,
10007,
286,
262,
198,
77,
361,
5235,
62,
20746,
3163,
65,
54,
38353,
15610,
5738,
2163,
13,
198,
198,
91,
220,
198,
91,
25998,
19463,
11052,
1174,
25,
1174,
6045,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
19204,
687,
6601,
19182,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
1433,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
1958,
262,
7177,
286,
1366,
326,
345,
765,
284,
779,
329,
262,
649,
14977,
198,
19204,
687,
13,
383,
7177,
1276,
423,
379,
1551,
355,
867,
4847,
355,
262,
1988,
198,
5562,
345,
11986,
287,
262,
17084,
687,
12849,
11507,
13,
198,
1639,
1276,
3487,
1096,
262,
1366,
2173,
287,
262,
7177,
284,
307,
1022,
532,
34159,
3104,
290,
198,
10,
34159,
3134,
13,
198,
2466,
19463,
11052,
1174,
25,
1174,
6045,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
19204,
687,
37508,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
464,
5412,
326,
21079,
262,
649,
6769,
687,
13,
770,
5412,
318,
973,
1568,
198,
12518,
9759,
284,
428,
6769,
687,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
16719,
274,
281,
25863,
6769,
687,
422,
13934,
1467,
12,
2545,
4488,
18253,
357,
40,
1433,
8,
1366,
198,
1640,
779,
287,
33619,
11619,
17084,
687,
393,
33619,
11619,
45835,
5072,
4235,
13,
383,
198,
1174,
19204,
687,
37508,
1174,
4504,
460,
1568,
307,
973,
329,
4634,
262,
4075,
198,
19204,
687,
11,
5609,
262,
1366,
287,
262,
6769,
687,
11,
2615,
16311,
286,
198,
19204,
23914,
11,
393,
34817,
262,
6769,
687,
618,
340,
318,
645,
2392,
2622,
13,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
1639,
1276,
869,
262,
299,
361,
5235,
62,
16934,
495,
26410,
19076,
2163,
284,
900,
262,
198,
1174,
22915,
19076,
1174,
11507,
284,
399,
5064,
35353,
62,
23428,
62,
2606,
7250,
3843,
62,
37304,
393,
198,
45,
5064,
35353,
62,
23428,
62,
2606,
7250,
3843,
62,
5188,
48,
878,
4585,
428,
2163,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
7469,
500,
12982,
23615,
39709,
687,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
6518,
1438,
329,
543,
345,
765,
284,
8160,
257,
2836,
3210,
198,
19204,
687,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
19204,
687,
10699,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
2546,
286,
262,
6769,
687,
287,
8405,
13,
198,
1174,
19463,
11052,
1174,
25,
1467,
22842,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
19204,
687,
6601,
19182,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
7177,
286,
1366,
345,
765,
284,
779,
329,
262,
649,
14977,
198,
19204,
687,
13,
383,
7177,
1276,
423,
379,
1551,
355,
867,
4847,
355,
262,
1988,
198,
5562,
345,
11986,
287,
12429,
19204,
687,
10699,
1174,
13,
198,
198,
1639,
1276,
3487,
1096,
262,
1366,
2173,
287,
262,
7177,
284,
307,
1022,
784,
16,
13,
405,
290,
198,
10,
16,
13,
405,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
6045,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
7469,
1127,
257,
2836,
6769,
687,
329,
779,
287,
2035,
8997,
15553,
393,
31902,
198,
8053,
5072,
4235,
13,
198,
198,
2514,
2922,
262,
6769,
687,
11,
900,
262,
12429,
19204,
687,
1174,
11507,
284,
198,
45,
5064,
35353,
62,
23428,
62,
54,
23264,
62,
29904,
351,
2035,
262,
299,
361,
5235,
62,
16934,
495,
23615,
39709,
687,
198,
273,
262,
299,
361,
5235,
62,
16447,
20366,
80,
8053,
2163,
13,
198,
198,
464,
6769,
687,
1366,
1276,
307,
27464,
1022,
784,
16,
13,
15,
290,
352,
13,
15,
13,
5765,
262,
198,
1174,
321,
489,
3984,
1174,
11507,
287,
262,
37628,
37,
5235,
62,
16934,
495,
23615,
39709,
687,
198,
8818,
284,
7716,
1180,
5072,
13161,
1095,
13,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
1639,
1276,
869,
262,
299,
361,
5235,
62,
16934,
495,
26410,
19076,
2163,
284,
900,
262,
198,
1174,
22915,
19076,
1174,
11507,
284,
399,
5064,
35353,
62,
23428,
62,
2606,
7250,
3843,
62,
42296,
34,
393,
198,
45,
5064,
35353,
62,
23428,
62,
2606,
7250,
3843,
62,
37,
2200,
48,
62,
45849,
878,
4585,
428,
2163,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
38727,
45,
2434,
39709,
687,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
6518,
4291,
543,
262,
3706,
6769,
687,
318,
9639,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
19204,
687,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
22882,
6945,
262,
1438,
284,
11602,
351,
262,
19171,
6769,
687,
2637,
11,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
8413,
5241,
257,
4271,
2727,
14977,
6769,
687,
422,
262,
6737,
198,
8612,
1352,
4088,
290,
12515,
689,
262,
6769,
687,
5412,
13,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
464,
6737,
17301,
1276,
407,
307,
287,
262,
2980,
803,
1181,
618,
345,
869,
198,
5661,
2163,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
38727,
7391,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
6518,
4291,
543,
262,
4226,
318,
9639,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
12048,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1438,
286,
262,
4226,
345,
765,
284,
12233,
13,
383,
4226,
1438,
198,
1324,
4127,
287,
262,
2420,
286,
262,
4226,
1708,
262,
4226,
21179,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
5005,
40676,
262,
7368,
4226,
422,
25863,
4088,
2637,
11,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
48893,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
3646,
2114,
262,
8875,
287,
257,
627,
444,
1087,
1181,
810,
340,
468,
10926,
393,
645,
198,
48240,
319,
262,
1080,
284,
543,
340,
318,
5884,
13,
383,
15075,
5072,
290,
477,
198,
1069,
9213,
10425,
389,
10058,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
48893,
2025,
11794,
22417,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
6518,
1438,
329,
543,
345,
765,
284,
15560,
262,
15075,
198,
24455,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
7279,
2977,
262,
15075,
8106,
13,
770,
2163,
5621,
262,
198,
45,
5064,
35353,
62,
1404,
5446,
62,
1565,
1847,
7730,
62,
46700,
5781,
62,
1677,
6242,
30465,
11688,
284,
13889,
62,
37,
23719,
13,
770,
198,
33990,
460,
307,
5625,
287,
33619,
11619,
17084,
687,
11,
33619,
11619,
45835,
11,
393,
198,
7391,
5072,
12881,
13,
921,
635,
460,
779,
428,
4634,
287,
8997,
15553,
198,
392,
31902,
7343,
5072,
12881,
329,
2836,
12,
23211,
6769,
23914,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
48893,
27640,
22417,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
6518,
1438,
329,
543,
345,
765,
284,
15560,
262,
4875,
198,
24455,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
7279,
2977,
262,
4875,
8106,
13,
770,
2163,
5621,
262,
198,
45,
5064,
35353,
62,
1404,
5446,
62,
35,
3528,
40579,
62,
46700,
5781,
62,
1677,
6242,
30465,
11688,
284,
13889,
62,
37,
23719,
13,
770,
198,
33990,
460,
307,
5625,
287,
33619,
11619,
17084,
687,
11,
33619,
11619,
45835,
11,
393,
198,
7391,
5072,
12881,
13,
921,
635,
460,
779,
428,
4634,
287,
8997,
15553,
198,
392,
31902,
7343,
5072,
12881,
329,
2836,
12,
23211,
6769,
23914,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
48893,
27640,
47546,
278,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
6518,
1438,
329,
543,
345,
765,
284,
15560,
4875,
3912,
198,
22915,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
7279,
2977,
4875,
3912,
5072,
319,
262,
6737,
17301,
13,
770,
2163,
198,
28709,
262,
399,
5064,
35353,
62,
1404,
5446,
62,
35,
3528,
40579,
62,
47,
1404,
31800,
62,
1677,
6242,
30465,
11688,
284,
13889,
62,
37,
23719,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
48893,
7391,
48344,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
46284,
7390,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
12327,
24593,
973,
329,
26555,
13,
198,
198,
1174,
7469,
1389,
27068,
1174,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
7391,
48344,
15,
1,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
29653,
7391,
48344,
15,
1,
3256,
705,
7391,
24593,
657,
6,
4357,
685,
29653,
7391,
48344,
16,
1,
3256,
705,
7391,
24593,
352,
6,
4357,
685,
29653,
7391,
48344,
17,
1,
3256,
705,
7391,
24593,
362,
6,
4357,
685,
29653,
7391,
48344,
18,
1,
3256,
705,
7391,
24593,
513,
20520,
4357,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7279,
2977,
262,
7368,
12327,
24593,
2637,
11,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
48893,
10434,
48344,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7279,
2977,
262,
7253,
24593,
2637,
11,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
36695,
2025,
11794,
22417,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
6518,
1438,
329,
543,
345,
765,
284,
7139,
262,
15075,
198,
24455,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
24455,
43267,
37,
28707,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
8106,
17137,
8373,
286,
262,
15075,
8106,
13,
1550,
262,
198,
22125,
7175,
1157,
290,
24947,
7175,
3132,
11,
24947,
12,
30386,
1677,
46094,
6737,
37188,
284,
21392,
329,
198,
1169,
8106,
31919,
2288,
379,
326,
8373,
13,
1675,
15560,
37188,
198,
10215,
8243,
11,
900,
12429,
24455,
43267,
37,
28707,
1174,
284,
657,
13,
1114,
8997,
198,
22203,
5072,
4235,
11,
12429,
24455,
43267,
37,
28707,
1174,
6032,
815,
307,
198,
2617,
284,
262,
976,
1988,
355,
262,
8373,
286,
262,
3210,
6769,
687,
13,
198,
198,
1174,
3118,
896,
1174,
25,
607,
22877,
198,
198,
1174,
19463,
11052,
1174,
25,
657,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
16934,
942,
262,
15075,
8106,
329,
262,
3335,
13,
770,
2163,
5621,
262,
198,
45,
5064,
35353,
62,
1404,
5446,
62,
1565,
1847,
7730,
62,
46700,
5781,
62,
1677,
6242,
30465,
11688,
284,
13889,
62,
5446,
8924,
13,
770,
198,
33990,
460,
307,
5625,
287,
33619,
11619,
17084,
687,
11,
33619,
11619,
45835,
11,
393,
198,
7391,
5072,
12881,
13,
921,
635,
460,
779,
428,
4634,
287,
8997,
15553,
198,
392,
31902,
7343,
5072,
12881,
329,
2836,
12,
23211,
6769,
23914,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
36695,
27640,
22417,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
6518,
1438,
329,
543,
345,
765,
284,
7139,
262,
4875,
198,
24455,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
4834,
2977,
262,
4875,
8106,
416,
4634,
262,
198,
45,
5064,
35353,
62,
1404,
5446,
62,
35,
3528,
40579,
62,
46700,
5781,
62,
1677,
6242,
30465,
11688,
284,
13889,
62,
5446,
8924,
13,
770,
198,
33990,
460,
307,
5625,
287,
33619,
11619,
17084,
687,
11,
33619,
11619,
45835,
11,
393,
198,
7391,
5072,
12881,
13,
921,
635,
460,
779,
428,
4634,
287,
8997,
15553,
198,
392,
31902,
7343,
5072,
12881,
329,
2836,
12,
23211,
6769,
23914,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
36695,
27640,
47546,
278,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
6518,
1438,
329,
543,
345,
765,
284,
7139,
262,
4875,
198,
33279,
5072,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
4834,
2977,
4875,
3912,
5072,
319,
262,
6737,
17301,
13,
770,
2163,
198,
28709,
262,
399,
5064,
35353,
62,
1404,
5446,
62,
35,
3528,
40579,
62,
47,
1404,
31800,
62,
1677,
6242,
30465,
11688,
284,
13889,
62,
5446,
8924,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
12331,
25060,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
393,
262,
37628,
37,
5235,
62,
31768,
3152,
29046,
5499,
290,
21079,
257,
198,
3911,
13174,
8875,
6246,
13,
198,
198,
1639,
460,
1208,
13889,
62,
33991,
329,
428,
11507,
13,
46389,
13889,
62,
33991,
318,
4465,
198,
12518,
530,
286,
262,
41216,
5499,
10143,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
13889,
62,
33991,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
18224,
10669,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
19580,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
12429,
13376,
1174,
11507,
326,
318,
4504,
422,
597,
286,
262,
198,
22125,
12,
30386,
1677,
5499,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
657,
357,
12861,
62,
12564,
4093,
7597,
8,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
18224,
12837,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
12441,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
262,
4049,
3275,
4731,
1100,
422,
262,
8875,
4049,
3275,
198,
36560,
13,
198,
198,
1639,
1276,
1208,
257,
16049,
12441,
7177,
351,
379,
1551,
17759,
9881,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
3103,
24040,
257,
3722,
2438,
4504,
416,
281,
24947,
12,
30386,
1677,
2163,
656,
257,
198,
7220,
12,
46155,
4731,
290,
5860,
597,
4049,
12628,
602,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
43834,
11712,
282,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
11712,
282,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
2723,
286,
262,
6737,
284,
6339,
13,
198,
2466,
7469,
1389,
27068,
2466,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
6,
45,
5064,
35353,
62,
23428,
62,
1340,
8202,
9795,
62,
2200,
24302,
18310,
62,
5097,
11290,
3256,
705,
2202,
3526,
838,
19805,
42133,
8801,
357,
5662,
40,
691,
33047,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
23060,
7792,
62,
12425,
3256,
705,
23060,
7792,
16289,
6737,
383,
19704,
7792,
16289,
6737,
318,
7685,
7560,
319,
262,
19704,
7792,
16289,
2166,
6103,
21716,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
2257,
7227,
62,
5446,
3528,
30373,
3256,
705,
10434,
24593,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
44,
14175,
1137,
62,
20114,
3525,
3256,
705,
9704,
263,
8558,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
49302,
16437,
62,
5097,
11290,
62,
34694,
33,
11159,
3256,
705,
464,
8801,
422,
543,
262,
27565,
21328,
318,
10944,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
23060,
45,
37846,
1340,
14887,
6234,
3256,
705,
50,
24871,
1634,
9660,
1350,
357,
22125,
642,
26429,
14,
4051,
1157,
14,
4051,
3132,
691,
8,
317,
42133,
9660,
1350,
318,
973,
284,
9149,
4112,
42133,
1022,
734,
393,
517,
6737,
27298,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
49302,
16437,
62,
5097,
11290,
3256,
705,
36674,
21328,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
2200,
24302,
18310,
62,
5097,
11290,
3256,
705,
47,
3069,
20984,
21328,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
6173,
46023,
62,
5446,
3528,
30373,
3256,
705,
7391,
24593,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
15675,
56,
62,
13775,
62,
2257,
7227,
62,
20114,
3525,
3256,
705,
35474,
1114,
7253,
8558,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
2257,
7227,
1961,
62,
20114,
3525,
3256,
705,
10434,
276,
8558,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
35,
11651,
62,
20114,
3525,
3256,
705,
45677,
8558,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
26947,
62,
44,
14175,
1137,
62,
20114,
3525,
3256,
705,
6601,
2940,
263,
8558,
20520,
4357,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
12683,
282,
33234,
7483,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
543,
4554,
286,
262,
6163,
6737,
284,
10784,
13,
198,
2466,
7469,
1389,
27068,
2466,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
6,
15931,
357,
28920,
4731,
8,
3256,
705,
19463,
357,
1640,
1729,
4554,
12,
3106,
10425,
33047,
4357,
685,
29653,
7391,
48344,
15,
1,
3256,
705,
7391,
24593,
657,
6,
4357,
685,
29653,
7391,
48344,
16,
1,
3256,
705,
7391,
24593,
352,
6,
4357,
685,
29653,
7391,
48344,
17,
1,
3256,
705,
7391,
24593,
362,
6,
4357,
685,
29653,
7391,
48344,
18,
1,
3256,
705,
7391,
24593,
513,
6,
4357,
685,
29653,
9704,
263,
15,
1,
3256,
705,
9704,
263,
657,
6,
4357,
685,
29653,
9704,
263,
16,
1,
3256,
705,
9704,
263,
352,
6,
4357,
685,
29653,
9704,
263,
17,
1,
3256,
705,
9704,
263,
362,
6,
4357,
685,
29653,
9704,
263,
18,
1,
3256,
705,
9704,
263,
513,
6,
4357,
685,
29653,
6601,
9704,
263,
15,
1,
3256,
705,
6601,
2940,
263,
657,
6852,
9,
6,
4357,
685,
29653,
6601,
9704,
263,
16,
1,
3256,
705,
6601,
2940,
263,
352,
6852,
9,
6,
4357,
685,
29653,
6601,
9704,
263,
17,
1,
3256,
705,
6601,
2940,
263,
362,
6852,
9,
6,
4357,
685,
29653,
6601,
9704,
263,
18,
1,
3256,
705,
6601,
2940,
263,
513,
6852,
9,
6,
4357,
37250,
6852,
9,
2312,
6060,
2940,
263,
3815,
4174,
691,
284,
2060,
12,
17620,
4410,
393,
284,
1963,
488,
4276,
4410,
326,
389,
17839,
329,
2060,
12,
17620,
4905,
13,
1649,
1262,
257,
3335,
326,
318,
17839,
329,
1963,
488,
4276,
4905,
11,
11986,
262,
6518,
1271,
1863,
351,
262,
6737,
27421,
13,
1114,
1672,
11,
284,
10784,
6060,
2940,
263,
657,
319,
6518,
352,
286,
257,
3335,
17839,
329,
1963,
488,
4276,
4905,
11,
779,
262,
1988,
366,
16,
14,
6060,
9704,
263,
15,
526,
1002,
345,
466,
407,
11986,
257,
6518,
618,
1262,
257,
3335,
17839,
329,
1963,
488,
4276,
5270,
11,
6060,
9704,
263,
15,
18616,
319,
477,
9619,
2637,
60,
4357,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
22915,
44798,
282,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
5072,
12094,
284,
10784,
262,
6737,
13,
198,
2466,
7469,
1389,
27068,
2466,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
464,
1708,
12429,
7469,
1389,
27068,
1174,
389,
6096,
286,
1744,
5072,
198,
23705,
874,
13,
1114,
257,
1844,
1351,
286,
262,
5072,
30237,
1695,
319,
534,
198,
25202,
11,
3522,
284,
262,
39602,
274,
7243,
329,
534,
3335,
393,
262,
12429,
24728,
198,
49,
448,
274,
1174,
7400,
287,
25882,
13,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
6,
15931,
357,
28920,
4731,
8,
3256,
705,
5211,
407,
10784,
6737,
6,
4357,
685,
29653,
47,
11674,
15,
1,
3256,
705,
47,
11674,
1627,
657,
6,
4357,
685,
29653,
47,
11674,
16,
1,
3256,
705,
47,
11674,
1627,
352,
6,
4357,
685,
29653,
47,
11674,
19,
1,
3256,
705,
47,
11674,
1627,
604,
6,
4357,
685,
29653,
47,
11674,
20,
1,
3256,
705,
47,
11674,
1627,
642,
6,
4357,
685,
29653,
47,
55,
40,
62,
2898,
328,
15,
1,
3256,
705,
47,
55,
40,
393,
371,
4694,
40,
1627,
657,
6,
4357,
685,
29653,
47,
55,
40,
62,
2898,
328,
16,
1,
3256,
705,
47,
55,
40,
393,
371,
4694,
40,
1627,
352,
6,
4357,
685,
29653,
47,
55,
40,
62,
2898,
328,
17,
1,
3256,
705,
47,
55,
40,
393,
371,
4694,
40,
1627,
362,
6,
4357,
685,
29653,
47,
55,
40,
62,
2898,
328,
18,
1,
3256,
705,
47,
55,
40,
393,
371,
4694,
40,
1627,
513,
6,
4357,
685,
29653,
47,
55,
40,
62,
2898,
328,
19,
1,
3256,
705,
47,
55,
40,
393,
371,
4694,
40,
1627,
604,
6,
4357,
685,
29653,
47,
55,
40,
62,
2898,
328,
20,
1,
3256,
705,
47,
55,
40,
393,
371,
4694,
40,
1627,
642,
6,
4357,
685,
29653,
47,
55,
40,
62,
2898,
328,
21,
1,
3256,
705,
47,
55,
40,
393,
371,
4694,
40,
1627,
718,
6,
4357,
685,
29653,
47,
55,
40,
62,
2898,
328,
22,
1,
3256,
705,
47,
55,
40,
393,
371,
4694,
40,
1627,
767,
6,
4357,
685,
29653,
35,
9697,
62,
2601,
74,
7975,
1,
3256,
705,
44758,
503,
422,
360,
9697,
21716,
6,
4357,
685,
29653,
47,
55,
40,
62,
8248,
1,
3256,
705,
47,
55,
40,
3491,
7616,
1627,
20520,
4357,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
49,
448,
274,
10425,
357,
565,
3320,
11,
20022,
11,
290,
2995,
8,
284,
262,
5072,
12094,
345,
198,
16684,
1958,
13,
198,
198,
7149,
11926,
2727,
1626,
257,
6246,
21160,
706,
262,
6246,
20612,
284,
198,
3866,
1151,
6737,
1278,
19811,
13,
1675,
555,
11250,
495,
6737,
11926,
2727,
287,
198,
3866,
1442,
10991,
11,
900,
12429,
42503,
24728,
1174,
287,
262,
37628,
37,
5235,
62,
15003,
2163,
284,
198,
12861,
62,
5446,
8924,
393,
779,
262,
37628,
37,
5235,
62,
4965,
316,
24728,
2163,
13,
198,
198,
1532,
345,
10784,
257,
6737,
351,
428,
2163,
290,
4589,
262,
6246,
11,
262,
198,
12683,
282,
318,
42101,
284,
262,
5072,
12094,
345,
11986,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
3855,
33682,
38432,
46120,
13087,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1438,
286,
262,
6518,
319,
543,
284,
2198,
262,
11688,
1988,
198,
361,
262,
11688,
318,
6518,
12,
3106,
13,
1002,
262,
11688,
318,
407,
198,
17620,
12,
3106,
11,
788,
1208,
13889,
62,
33991,
393,
281,
6565,
4731,
5855,
11074,
198,
198,
1174,
19463,
11052,
1174,
25,
13538,
357,
28920,
4731,
8,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
42348,
7390,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
8086,
81,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
22882,
6945,
262,
4522,
286,
281,
11688,
2637,
11,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
42348,
11395,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
46120,
13087,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
262,
1459,
1988,
286,
262,
11688,
13,
6251,
262,
2209,
286,
257,
198,
38432,
46120,
13087,
7885,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
4507,
10640,
262,
1988,
286,
257,
16049,
46120,
13087,
11688,
13,
198,
198,
1639,
460,
779,
428,
2163,
284,
651,
262,
3815,
286,
8875,
12,
11423,
198,
1078,
7657,
290,
11519,
8363,
40,
12608,
13,
1002,
262,
11688,
6870,
281,
198,
259,
43872,
1181,
11,
428,
2163,
17706,
8875,
314,
14,
46,
287,
262,
1708,
198,
33964,
25,
198,
198,
12,
220,
1812,
40918,
318,
10058,
329,
262,
2104,
6246,
393,
329,
262,
198,
220,
220,
1948,
11688,
13,
198,
12,
220,
1812,
40918,
318,
9343,
290,
262,
3058,
39986,
1988,
318,
12515,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
3855,
33682,
38432,
5317,
2624,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1438,
286,
262,
6518,
319,
543,
284,
2198,
262,
11688,
1988,
198,
361,
262,
11688,
318,
6518,
12,
3106,
13,
1002,
262,
11688,
318,
407,
198,
17620,
12,
3106,
11,
788,
1208,
13889,
62,
33991,
393,
281,
6565,
4731,
5855,
11074,
198,
198,
1174,
19463,
11052,
1174,
25,
13538,
357,
28920,
4731,
8,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
42348,
7390,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
8086,
81,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
22882,
6945,
262,
4522,
286,
281,
11688,
2637,
11,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
42348,
11395,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
262,
1459,
1988,
286,
262,
11688,
13,
6251,
262,
2209,
286,
257,
198,
38432,
5317,
2624,
7885,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
4507,
10640,
262,
1988,
286,
257,
16049,
5317,
2624,
11688,
13,
921,
460,
779,
428,
2163,
284,
198,
1136,
262,
3815,
286,
8875,
12,
11423,
12608,
290,
11519,
8363,
40,
198,
1078,
7657,
13,
1002,
262,
11688,
6870,
281,
8875,
1181,
11,
428,
198,
8818,
17706,
8875,
314,
14,
46,
287,
262,
1708,
2663,
25,
198,
198,
12,
220,
1812,
40918,
318,
10058,
329,
262,
2104,
6246,
393,
329,
262,
198,
220,
220,
1948,
11688,
13,
198,
12,
220,
1812,
40918,
318,
9343,
290,
262,
3058,
39986,
1988,
318,
12515,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
3855,
33682,
38432,
5317,
2414,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1438,
286,
262,
6518,
319,
543,
284,
2198,
262,
11688,
1988,
198,
361,
262,
11688,
318,
6518,
12,
3106,
13,
1002,
262,
11688,
318,
407,
198,
17620,
12,
3106,
11,
788,
1208,
13889,
62,
33991,
393,
281,
6565,
4731,
5855,
11074,
198,
198,
1174,
19463,
11052,
1174,
25,
13538,
357,
28920,
4731,
8,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
42348,
7390,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
8086,
81,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
22882,
6945,
262,
4522,
286,
281,
11688,
2637,
11,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
42348,
11395,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2414,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
262,
1459,
1988,
286,
262,
11688,
13,
6251,
262,
2209,
286,
257,
198,
38432,
5317,
2414,
7885,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
4507,
10640,
262,
1988,
286,
257,
16049,
5317,
2414,
11688,
13,
921,
460,
779,
428,
2163,
284,
198,
1136,
262,
3815,
286,
8875,
12,
11423,
12608,
290,
11519,
8363,
40,
198,
1078,
7657,
13,
1002,
262,
11688,
6870,
281,
8875,
1181,
11,
428,
198,
8818,
17706,
8875,
314,
14,
46,
287,
262,
1708,
2663,
25,
198,
198,
12,
220,
1812,
40918,
318,
10058,
329,
262,
2104,
6246,
393,
329,
262,
198,
220,
220,
1948,
11688,
13,
198,
12,
220,
1812,
40918,
318,
9343,
290,
262,
3058,
39986,
1988,
318,
12515,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
3855,
33682,
38432,
15633,
2414,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1438,
286,
262,
6518,
319,
543,
284,
2198,
262,
11688,
1988,
198,
361,
262,
11688,
318,
6518,
12,
3106,
13,
1002,
262,
11688,
318,
407,
198,
17620,
12,
3106,
11,
788,
1208,
13889,
62,
33991,
393,
281,
6565,
4731,
5855,
11074,
198,
198,
1174,
19463,
11052,
1174,
25,
13538,
357,
28920,
4731,
8,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
42348,
7390,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
8086,
81,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
22882,
6945,
262,
4522,
286,
281,
11688,
2637,
11,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
42348,
11395,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
262,
1459,
1988,
286,
262,
11688,
13,
6251,
262,
2209,
286,
257,
198,
38432,
15633,
2414,
7885,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
4507,
10640,
262,
1988,
286,
257,
16049,
15633,
2414,
11688,
13,
198,
198,
1639,
460,
779,
428,
2163,
284,
651,
262,
3815,
286,
8875,
12,
11423,
198,
1078,
7657,
290,
11519,
8363,
40,
12608,
13,
1002,
262,
11688,
6870,
281,
198,
259,
43872,
1181,
11,
428,
2163,
17706,
8875,
314,
14,
46,
287,
262,
1708,
198,
33964,
25,
198,
198,
12,
220,
1812,
40918,
318,
10058,
329,
262,
2104,
6246,
393,
329,
262,
198,
220,
220,
1948,
11688,
13,
198,
12,
220,
1812,
40918,
318,
9343,
290,
262,
3058,
39986,
1988,
318,
12515,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
3855,
33682,
38432,
36044,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1438,
286,
262,
6518,
319,
543,
284,
2198,
262,
11688,
1988,
198,
361,
262,
11688,
318,
6518,
12,
3106,
13,
1002,
262,
11688,
318,
407,
198,
17620,
12,
3106,
11,
788,
1208,
13889,
62,
33991,
393,
281,
6565,
4731,
5855,
11074,
198,
198,
1174,
19463,
11052,
1174,
25,
13538,
357,
28920,
4731,
8,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
42348,
7390,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
8086,
81,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
22882,
6945,
262,
4522,
286,
281,
11688,
2637,
11,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
42348,
11395,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
262,
1459,
1988,
286,
262,
11688,
13,
6251,
262,
2209,
286,
257,
198,
38432,
36044,
7885,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
4507,
10640,
262,
1988,
286,
257,
16049,
36044,
11688,
13,
198,
198,
1639,
460,
779,
428,
2163,
284,
651,
262,
3815,
286,
8875,
12,
11423,
198,
1078,
7657,
290,
11519,
8363,
40,
12608,
13,
1002,
262,
11688,
6870,
281,
198,
259,
43872,
1181,
11,
428,
2163,
17706,
8875,
314,
14,
46,
287,
262,
1708,
198,
33964,
25,
198,
198,
12,
220,
1812,
40918,
318,
10058,
329,
262,
2104,
6246,
393,
329,
262,
198,
220,
220,
1948,
11688,
13,
198,
12,
220,
1812,
40918,
318,
9343,
290,
262,
3058,
39986,
1988,
318,
12515,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
3855,
33682,
38432,
10100,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1438,
286,
262,
6518,
319,
543,
284,
2198,
262,
11688,
1988,
198,
361,
262,
11688,
318,
6518,
12,
3106,
13,
1002,
262,
11688,
318,
407,
198,
17620,
12,
3106,
11,
788,
1208,
13889,
62,
33991,
393,
281,
6565,
4731,
5855,
11074,
198,
198,
1174,
19463,
11052,
1174,
25,
13538,
357,
28920,
4731,
8,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
42348,
7390,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
8086,
81,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
22882,
6945,
262,
4522,
286,
281,
11688,
2637,
11,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
18747,
10699,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1271,
286,
9881,
287,
262,
16049,
12441,
7177,
345,
11986,
329,
262,
198,
1174,
42348,
11395,
1174,
11507,
13,
198,
198,
1532,
262,
1459,
1988,
286,
262,
11688,
11,
1390,
262,
47985,
399,
6239,
198,
26327,
11,
4909,
517,
9881,
621,
345,
7603,
287,
428,
11507,
11,
262,
198,
8818,
9088,
12429,
18747,
10699,
1174,
784,
352,
9881,
656,
262,
11876,
11,
4113,
281,
37101,
198,
45,
6239,
18022,
379,
262,
886,
286,
262,
11876,
11,
290,
5860,
262,
7177,
2546,
345,
1276,
198,
6603,
284,
651,
262,
2104,
1988,
13,
1114,
1672,
11,
611,
262,
1988,
318,
17031,
29228,
290,
198,
1174,
18747,
10699,
1174,
318,
604,
11,
262,
2163,
4113,
17031,
656,
262,
11876,
290,
5860,
198,
22,
13,
198,
198,
1532,
345,
1208,
257,
4633,
1271,
11,
262,
2163,
9088,
262,
1988,
284,
262,
198,
22252,
7692,
286,
262,
1271,
286,
9881,
287,
262,
1988,
13,
198,
198,
1532,
345,
1208,
657,
11,
345,
460,
1208,
13889,
62,
33991,
329,
262,
12429,
42348,
11395,
1174,
11876,
198,
17143,
2357,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
42348,
11395,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
12441,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
464,
11876,
287,
543,
262,
2163,
5860,
262,
1459,
1988,
286,
262,
198,
42348,
13,
383,
11876,
1276,
307,
257,
16049,
12441,
1366,
2099,
290,
423,
379,
1551,
355,
198,
21834,
9881,
355,
8203,
287,
262,
12429,
18747,
10699,
1174,
11507,
13,
198,
198,
1532,
262,
1459,
1988,
286,
262,
11688,
11,
1390,
262,
47985,
399,
6239,
198,
26327,
11,
4909,
517,
9881,
621,
345,
7603,
287,
428,
11507,
11,
262,
198,
8818,
9088,
12429,
18747,
10699,
1174,
784,
352,
9881,
656,
262,
11876,
11,
4113,
281,
37101,
198,
45,
6239,
18022,
379,
262,
886,
286,
262,
11876,
11,
290,
5860,
262,
7177,
2546,
345,
1276,
198,
6603,
284,
651,
262,
2104,
1988,
13,
1114,
1672,
11,
611,
262,
1988,
318,
17031,
29228,
290,
198,
1174,
18747,
10699,
1174,
318,
604,
11,
262,
2163,
4113,
17031,
656,
262,
11876,
290,
5860,
198,
22,
13,
198,
198,
1532,
345,
11986,
657,
329,
262,
12429,
18747,
10699,
1174,
11507,
11,
345,
460,
1208,
13889,
62,
33991,
198,
1640,
428,
11507,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
4507,
10640,
262,
1988,
286,
257,
16049,
10100,
11688,
13,
198,
198,
1639,
460,
779,
428,
2163,
284,
651,
262,
3815,
286,
8875,
12,
11423,
198,
1078,
7657,
290,
11519,
8363,
40,
12608,
13,
1002,
262,
11688,
6870,
281,
198,
259,
43872,
1181,
11,
428,
2163,
17706,
8875,
314,
14,
46,
287,
262,
1708,
198,
33964,
25,
198,
198,
12,
220,
1812,
40918,
318,
10058,
329,
262,
2104,
6246,
393,
329,
262,
198,
220,
220,
1948,
11688,
13,
198,
12,
220,
1812,
40918,
318,
9343,
290,
262,
3058,
39986,
1988,
318,
12515,
13,
198,
198,
1639,
1276,
2148,
257,
16049,
12441,
7177,
284,
4691,
355,
257,
11876,
329,
262,
1988,
13,
921,
198,
6603,
262,
1271,
286,
9881,
287,
262,
11876,
355,
262,
12429,
18747,
10699,
1174,
11507,
13,
198,
1532,
262,
1459,
1988,
286,
262,
11688,
11,
1390,
262,
47985,
399,
6239,
198,
26327,
11,
318,
4025,
621,
262,
2546,
345,
7603,
287,
262,
12429,
18747,
10699,
1174,
198,
17143,
2357,
11,
262,
2163,
9088,
12429,
18747,
10699,
1174,
784,
352,
9881,
656,
262,
11876,
11,
198,
23625,
281,
37101,
399,
6239,
18022,
379,
262,
886,
286,
262,
11876,
11,
290,
5860,
262,
7177,
198,
7857,
345,
1276,
1208,
284,
651,
262,
2104,
1988,
13,
1114,
1672,
11,
611,
262,
1988,
318,
198,
10163,
29228,
290,
12429,
18747,
10699,
1174,
318,
604,
11,
262,
2163,
4113,
17031,
656,
262,
11876,
198,
392,
5860,
767,
13,
198,
198,
1532,
345,
765,
284,
869,
428,
2163,
655,
284,
651,
262,
2672,
7177,
2546,
11,
198,
5832,
460,
1208,
657,
329,
12429,
18747,
10699,
1174,
290,
13889,
62,
33991,
329,
262,
12429,
42348,
11395,
1174,
198,
22252,
13,
198,
198,
1532,
345,
765,
262,
2163,
284,
6070,
287,
262,
11876,
7692,
286,
262,
1271,
198,
1659,
9881,
287,
262,
1988,
11,
1208,
257,
4633,
1271,
329,
262,
12429,
18747,
10699,
1174,
198,
17143,
2357,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
3855,
9771,
12982,
7469,
1389,
12360,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
77,
361,
5235,
62,
15003,
393,
262,
299,
361,
5235,
62,
31768,
11627,
9771,
2163,
290,
21079,
257,
198,
3911,
13174,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
12360,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
257,
4731,
656,
543,
262,
2836,
1321,
318,
18984,
13,
770,
198,
17143,
2357,
1276,
966,
284,
257,
2095,
11876,
1588,
1576,
284,
1745,
262,
198,
17018,
4731,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
9781,
5034,
1158,
2836,
12,
23211,
1321,
422,
262,
25863,
27254,
4805,
2662,
13,
4889,
262,
198,
77,
361,
5235,
62,
3855,
9771,
12982,
7469,
1389,
12360,
11518,
10699,
2163,
284,
5004,
262,
1271,
286,
198,
10641,
19858,
326,
460,
307,
29517,
13,
383,
11876,
345,
2148,
815,
307,
262,
198,
7857,
286,
262,
5415,
1271,
286,
3435,
8574,
5556,
530,
19883,
198,
22769,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
3855,
9771,
12982,
7469,
1389,
12360,
11518,
10699,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
77,
361,
5235,
62,
15003,
393,
262,
299,
361,
5235,
62,
31768,
11627,
9771,
2163,
290,
21079,
257,
198,
3911,
13174,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
10951,
10699,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
5415,
1271,
286,
3435,
286,
2836,
5447,
7508,
326,
460,
198,
1350,
8574,
287,
262,
25863,
27254,
4805,
2662,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
262,
5415,
1271,
286,
3435,
11,
23494,
262,
19883,
198,
22769,
11,
286,
2836,
12,
23211,
1321,
326,
460,
307,
8574,
287,
262,
25863,
198,
6500,
4805,
2662,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
3855,
12331,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
393,
262,
299,
361,
5235,
62,
31768,
3152,
29046,
5499,
290,
21079,
257,
198,
3911,
13174,
8875,
6246,
13,
198,
198,
1639,
460,
1208,
13889,
62,
33991,
329,
428,
11507,
13,
46389,
13889,
62,
33991,
318,
4465,
198,
12518,
530,
286,
262,
41216,
5499,
2038,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
13889,
62,
33991,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
18224,
10669,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
19580,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
464,
4049,
2438,
329,
262,
6246,
393,
9706,
4704,
13,
198,
198,
32,
1988,
286,
13889,
62,
12564,
4093,
7597,
357,
15,
8,
9217,
326,
645,
4049,
5091,
13,
317,
3967,
198,
8367,
9217,
257,
6509,
13,
317,
4633,
1988,
9217,
281,
4049,
13,
198,
198,
1639,
460,
869,
299,
361,
5235,
62,
18224,
62,
20500,
284,
651,
257,
2420,
6764,
286,
262,
198,
8367,
13,
198,
198,
1532,
345,
389,
407,
4609,
287,
428,
1988,
11,
345,
460,
1208,
13889,
62,
33991,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
18224,
11828,
28632,
10699,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
2546,
286,
262,
12429,
18224,
11828,
1174,
7177,
13,
198,
198,
1639,
460,
5004,
262,
7177,
2546,
2622,
284,
3650,
262,
2104,
4049,
198,
11213,
416,
4634,
428,
11507,
284,
657,
13,
383,
2163,
788,
24245,
198,
1169,
12429,
18224,
11828,
1174,
11876,
11,
543,
743,
307,
900,
284,
13889,
62,
33991,
11,
290,
3607,
198,
292,
663,
1441,
1988,
262,
2672,
11876,
2546,
13,
921,
460,
788,
869,
262,
198,
8818,
257,
1218,
640,
1262,
262,
3376,
11876,
2546,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
18224,
11828,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
12441,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
464,
4049,
6764,
4731,
329,
262,
6246,
393,
9706,
4704,
13,
1002,
262,
198,
18224,
2438,
318,
1729,
22570,
11,
262,
6764,
4731,
460,
2252,
6901,
262,
198,
18224,
393,
6509,
4006,
13,
198,
198,
1532,
345,
389,
407,
4609,
287,
428,
1988,
11,
345,
460,
1208,
13889,
62,
33991,
13,
198,
48059,
11,
345,
1276,
1208,
257,
16049,
12441,
7177,
286,
257,
2546,
7368,
351,
262,
198,
1174,
18224,
11828,
28632,
10699,
1174,
11507,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
262,
4049,
1321,
3917,
351,
281,
8363,
40,
6246,
393,
351,
262,
198,
14421,
9706,
4704,
13,
1002,
345,
11986,
257,
4938,
8363,
40,
6246,
329,
262,
198,
1174,
8903,
1174,
11507,
11,
428,
2163,
13236,
1158,
290,
788,
37526,
262,
4049,
198,
17018,
329,
262,
6246,
13,
1002,
345,
1208,
13889,
62,
33991,
329,
262,
12429,
8903,
1174,
198,
17143,
2357,
11,
428,
2163,
13236,
1158,
290,
788,
37526,
262,
4049,
1321,
198,
1640,
262,
1459,
9706,
4704,
13,
198,
198,
464,
8363,
40,
7117,
635,
16047,
428,
4049,
1321,
13869,
329,
1123,
198,
16663,
13,
770,
3895,
318,
4465,
611,
345,
466,
407,
423,
257,
6246,
5412,
284,
198,
6603,
284,
262,
37628,
37,
5235,
62,
3855,
12331,
393,
299,
361,
5235,
62,
19856,
12331,
5499,
13,
770,
198,
48937,
2288,
8833,
618,
257,
869,
284,
262,
299,
361,
5235,
62,
15003,
393,
198,
77,
361,
5235,
62,
31768,
3152,
29046,
2163,
10143,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
3855,
11627,
9771,
5956,
10430,
1870,
7575,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
77,
361,
5235,
62,
15003,
393,
262,
299,
361,
5235,
62,
31768,
11627,
9771,
2163,
290,
21079,
257,
198,
3911,
13174,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17688,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
22882,
6945,
262,
614,
286,
262,
938,
4388,
36537,
2637,
11,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
31948,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
22882,
6945,
262,
1227,
286,
262,
938,
4388,
36537,
2637,
11,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
12393,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
22882,
6945,
262,
1110,
286,
262,
938,
4388,
36537,
2637,
11,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
43223,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
22882,
6945,
262,
1711,
286,
262,
938,
4388,
36537,
2637,
11,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
9452,
1133,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
22882,
6945,
262,
5664,
286,
262,
938,
4388,
36537,
2637,
11,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
262,
3128,
290,
640,
286,
262,
938,
4388,
7097,
36537,
13,
198,
464,
640,
4504,
318,
1987,
12,
9769,
357,
33631,
8,
1957,
640,
26,
329,
1672,
11,
611,
262,
198,
25202,
373,
48050,
379,
362,
25,
1270,
3122,
11,
428,
2163,
5860,
1478,
329,
262,
198,
1174,
9769,
1174,
11507,
290,
1542,
329,
262,
12429,
11374,
1174,
11507,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
3855,
11627,
9771,
5956,
30782,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
77,
361,
5235,
62,
15003,
393,
262,
299,
361,
5235,
62,
31768,
11627,
9771,
2163,
290,
21079,
257,
198,
3911,
13174,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
42492,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
5951,
379,
262,
938,
4388,
36537,
287,
7370,
198,
34,
32495,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
262,
5951,
379,
262,
938,
4388,
7097,
36537,
13,
383,
198,
11498,
21069,
318,
4504,
287,
7370,
34186,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
3855,
11627,
9771,
36171,
9492,
2100,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
77,
361,
5235,
62,
15003,
393,
262,
299,
361,
5235,
62,
31768,
11627,
9771,
2163,
290,
21079,
257,
198,
3911,
13174,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
9069,
9998,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
7151,
16654,
1022,
7097,
33801,
602,
287,
198,
41537,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
262,
7151,
16654,
1022,
7097,
33801,
602,
287,
198,
41537,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
3855,
39776,
22417,
34,
2577,
2108,
2334,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
6518,
1438,
329,
543,
345,
765,
284,
17425,
262,
4905,
198,
14171,
13,
198,
198,
1174,
7469,
1389,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
18747,
10699,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
22882,
6945,
262,
2546,
286,
262,
35381,
7177,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
1073,
41945,
19182,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
7177,
286,
1366,
262,
25863,
6737,
12649,
3544,
329,
262,
198,
39776,
8106,
44036,
13,
1114,
262,
24947,
642,
39710,
11,
2148,
257,
23606,
19482,
7177,
286,
198,
3865,
44036,
284,
428,
11507,
13,
383,
7177,
1276,
423,
379,
1551,
355,
867,
198,
68,
3639,
355,
262,
1988,
326,
345,
11986,
287,
262,
12429,
17618,
5189,
34,
2577,
2108,
2334,
1174,
198,
17143,
2357,
287,
428,
2163,
13,
198,
464,
44036,
815,
2837,
1022,
784,
16,
13,
405,
290,
1343,
16,
13,
405,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17618,
5189,
34,
2577,
2108,
2334,
5569,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
7177,
286,
1366,
7268,
262,
1271,
286,
44036,
345,
198,
42949,
284,
1100,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
91,
16409,
262,
23703,
8106,
44036,
973,
416,
262,
25863,
6737,
198,
220,
7587,
2512,
13,
2312,
44036,
389,
5295,
416,
24947,
12,
30386,
1677,
290,
198,
220,
1912,
319,
262,
23703,
8106,
2099,
290,
11188,
11688,
357,
38077,
11,
198,
220,
6251,
3903,
11,
22205,
8,
4556,
345,
389,
1262,
262,
2183,
8106,
13,
1002,
345,
389,
1262,
198,
220,
257,
2183,
8106,
11,
262,
44036,
4504,
389,
883,
900,
351,
262,
198,
220,
299,
361,
5235,
62,
16934,
495,
15022,
39776,
22417,
34,
2577,
2108,
2334,
2163,
48474,
284,
262,
198,
220,
5554,
1143,
3815,
973,
416,
262,
3335,
13,
198,
91,
1675,
779,
428,
2163,
11,
717,
869,
281,
4554,
286,
262,
198,
220,
37628,
37,
5235,
62,
3855,
39776,
22417,
34,
2577,
2108,
2334,
2163,
351,
262,
198,
220,
12429,
1073,
41945,
19182,
1174,
11507,
900,
284,
13889,
62,
33991,
13,
32677,
262,
2163,
198,
220,
287,
428,
1181,
5860,
262,
1459,
2546,
286,
262,
12429,
1073,
41945,
19182,
1174,
355,
198,
220,
262,
1988,
286,
262,
12429,
17618,
5189,
34,
2577,
2108,
2334,
5569,
1174,
11507,
13,
13610,
281,
198,
220,
7177,
286,
428,
2546,
11,
290,
869,
262,
37628,
37,
5235,
62,
3855,
39776,
22417,
34,
2577,
2108,
2334,
198,
220,
2163,
257,
1218,
640,
11,
6427,
262,
649,
7177,
355,
262,
198,
220,
12429,
1073,
41945,
19182,
1174,
11507,
290,
262,
2546,
355,
262,
12429,
18747,
10699,
1174,
198,
220,
11507,
13,
770,
1218,
2163,
869,
1461,
15968,
262,
7177,
351,
262,
23703,
198,
220,
8106,
44036,
13,
198,
91,
33973,
284,
262,
23703,
25853,
7243,
329,
534,
3335,
287,
262,
1635,
22125,
26484,
198,
220,
2980,
2024,
10478,
9,
329,
517,
1321,
546,
23703,
8106,
44036,
13,
198,
220,
770,
2163,
318,
4855,
691,
329,
262,
24947,
642,
39710,
13,
198,
91,
12429,
19463,
11052,
1174,
25,
6045,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
3855,
49865,
9012,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
5219,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
262,
6890,
1181,
286,
262,
6737,
17301,
13,
198,
198,
1174,
7469,
1389,
27068,
1174,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
6,
45,
5064,
35353,
62,
23428,
62,
2389,
2538,
3256,
705,
464,
3335,
318,
287,
262,
37130,
1181,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
15543,
2043,
2751,
62,
13775,
62,
2257,
7227,
62,
5446,
3528,
30373,
3256,
705,
464,
3335,
318,
4953,
329,
7253,
24593,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
49,
4944,
15871,
3256,
705,
464,
3335,
318,
287,
262,
18162,
1181,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
35,
11651,
3256,
705,
464,
5270,
468,
5668,
7675,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
39,
9795,
33746,
62,
24908,
3256,
705,
1858,
318,
257,
6890,
4049,
2637,
60,
4357,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
262,
1459,
6890,
1181,
286,
262,
3335,
290,
11,
611,
262,
3335,
318,
198,
259,
262,
6890,
4049,
1181,
11,
262,
1459,
6890,
4049,
13,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
49865,
2585,
466,
407,
6646,
6053,
284,
24947,
12,
30386,
1677,
2585,
2637,
11,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
3855,
10019,
7222,
2798,
295,
23739,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
22252,
10699,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1271,
286,
9881,
287,
262,
16049,
12441,
7177,
345,
11986,
329,
262,
198,
1174,
1073,
2798,
295,
23739,
1174,
11507,
13,
198,
198,
1532,
262,
1306,
32000,
1700,
4731,
11,
1390,
262,
47985,
399,
6239,
18022,
11,
198,
3642,
1299,
517,
9881,
621,
345,
7603,
287,
428,
11507,
11,
262,
2163,
198,
22163,
444,
12429,
22252,
10699,
1174,
784,
352,
9881,
656,
262,
11876,
11,
4113,
281,
37101,
399,
6239,
198,
26327,
379,
262,
886,
286,
262,
11876,
11,
290,
5860,
262,
11876,
2546,
326,
345,
1276,
198,
6603,
284,
651,
262,
2104,
1988,
13,
1114,
1672,
11,
611,
262,
1988,
318,
17031,
29228,
290,
198,
1169,
11876,
2546,
318,
604,
11,
262,
2163,
4113,
17031,
656,
262,
11876,
290,
198,
7783,
82,
767,
13,
198,
198,
1532,
345,
1208,
257,
4633,
1271,
11,
262,
2163,
9088,
262,
1988,
284,
262,
198,
22252,
7692,
286,
262,
1271,
286,
9881,
287,
262,
1988,
13,
198,
198,
1532,
345,
1208,
657,
11,
345,
460,
1208,
13889,
62,
33991,
329,
262,
12429,
1073,
2798,
295,
23739,
1174,
11876,
198,
17143,
2357,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
6045,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
1073,
2798,
295,
23739,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
12441,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
262,
1306,
32000,
1700,
329,
262,
8363,
40,
6246,
13,
1002,
612,
389,
645,
198,
1073,
2798,
295,
4406,
11,
262,
2163,
5860,
281,
6565,
4731,
13,
198,
198,
464,
11876,
1276,
3994,
379,
1551,
355,
867,
4847,
355,
262,
1988,
345,
198,
16684,
1958,
351,
262,
12429,
22252,
10699,
1174,
11507,
13,
1002,
262,
1306,
32000,
1700,
198,
8841,
11,
1390,
262,
47985,
399,
6239,
18022,
11,
4909,
517,
9881,
621,
345,
198,
521,
5344,
351,
262,
12429,
22252,
10699,
1174,
11507,
11,
262,
2163,
9088,
198,
1174,
22252,
10699,
1174,
784,
352,
9881,
656,
262,
11876,
11,
4113,
281,
37101,
399,
6239,
18022,
379,
198,
1169,
886,
286,
262,
11876,
11,
290,
5860,
262,
11876,
2546,
326,
345,
1276,
1208,
284,
198,
1136,
262,
2104,
1988,
13,
1114,
1672,
11,
611,
262,
1988,
318,
366,
10163,
29228,
1,
290,
198,
1174,
22252,
10699,
1174,
318,
604,
11,
262,
2163,
4113,
366,
10163,
1,
656,
262,
11876,
290,
198,
7783,
82,
767,
13,
198,
198,
1212,
11507,
5860,
281,
6565,
4731,
611,
645,
32000,
4406,
3520,
329,
198,
1169,
6246,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
262,
32000,
1321,
3917,
351,
262,
8363,
40,
6246,
13,
770,
198,
8818,
13236,
1158,
290,
37526,
262,
13325,
4554,
287,
543,
262,
24947,
12,
30386,
1677,
198,
1073,
263,
771,
257,
1988,
345,
7368,
284,
1194,
1988,
13,
198,
198,
1532,
345,
900,
262,
399,
5064,
35353,
62,
1404,
5446,
62,
38827,
12532,
62,
8220,
47691,
11053,
11688,
284,
13889,
62,
5446,
8924,
11,
198,
22125,
12,
30386,
1677,
7622,
257,
1351,
286,
477,
24029,
507,
340,
1838,
319,
16049,
5317,
2624,
393,
16049,
15633,
2414,
198,
27160,
326,
345,
1208,
284,
24947,
12,
30386,
1677,
5499,
13,
921,
779,
428,
2163,
284,
198,
1186,
30227,
1321,
422,
326,
1351,
13,
198,
198,
1532,
262,
1306,
32000,
1700,
4731,
11,
1390,
262,
47985,
399,
6239,
18022,
11,
198,
3642,
1299,
517,
9881,
621,
345,
7603,
287,
428,
11507,
11,
262,
2163,
198,
22163,
444,
12429,
22252,
10699,
1174,
784,
352,
9881,
656,
262,
11876,
11,
4113,
281,
37101,
399,
6239,
198,
26327,
379,
262,
886,
286,
262,
11876,
11,
290,
5860,
262,
11876,
2546,
345,
1276,
1208,
198,
1462,
651,
262,
2104,
1988,
13,
1114,
1672,
11,
611,
262,
1988,
318,
17031,
29228,
290,
198,
1174,
22252,
10699,
1174,
318,
604,
11,
262,
2163,
4113,
17031,
656,
262,
11876,
290,
5860,
198,
22,
13,
198,
198,
1532,
345,
1208,
257,
4633,
1271,
11,
262,
2163,
9088,
262,
1988,
284,
262,
198,
22252,
7692,
286,
262,
1271,
286,
9881,
287,
262,
1988,
13,
198,
198,
1532,
345,
1208,
657,
11,
345,
460,
1208,
13889,
62,
33991,
329,
262,
12429,
1073,
2798,
295,
23739,
1174,
11876,
198,
17143,
2357,
13,
198,
198,
464,
2163,
5860,
281,
6565,
4731,
287,
262,
12429,
1073,
2798,
295,
23739,
1174,
11507,
198,
361,
645,
32000,
4406,
3520,
329,
262,
6246,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
3855,
10019,
9492,
3803,
20361,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
22252,
10699,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1271,
286,
9881,
287,
262,
16049,
12441,
7177,
345,
11986,
329,
262,
198,
1174,
3849,
3803,
20361,
1174,
11507,
13,
198,
198,
1532,
262,
1306,
26478,
1799,
6509,
4731,
11,
1390,
262,
47985,
198,
45,
6239,
18022,
11,
4909,
517,
9881,
621,
345,
7603,
287,
428,
11507,
11,
262,
198,
8818,
9088,
12429,
22252,
10699,
1174,
784,
352,
9881,
656,
262,
11876,
11,
4113,
281,
198,
42643,
3978,
399,
6239,
18022,
379,
262,
886,
286,
262,
11876,
11,
290,
5860,
262,
11876,
2546,
198,
5562,
345,
1276,
1208,
284,
651,
262,
2104,
1988,
13,
1114,
1672,
11,
611,
262,
1988,
318,
198,
10163,
29228,
290,
12429,
22252,
10699,
1174,
318,
604,
11,
262,
2163,
4113,
17031,
656,
262,
11876,
198,
392,
5860,
767,
13,
198,
198,
1532,
345,
1208,
257,
4633,
1271,
11,
262,
2163,
9088,
262,
1988,
284,
262,
198,
22252,
7692,
286,
262,
1271,
286,
9881,
287,
262,
1988,
13,
198,
198,
1532,
345,
1208,
657,
11,
345,
460,
1208,
13889,
62,
33991,
329,
262,
12429,
3849,
3803,
20361,
1174,
198,
22252,
11507,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
6045,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
3849,
3803,
20361,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
12441,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
262,
1306,
26478,
6509,
329,
262,
8363,
40,
6246,
13,
1002,
612,
389,
198,
3919,
26478,
14601,
11,
262,
2163,
5860,
281,
6565,
4731,
13,
198,
198,
464,
11876,
1276,
3994,
379,
1551,
355,
867,
4847,
355,
262,
1988,
345,
198,
16684,
1958,
351,
262,
12429,
22252,
10699,
1174,
11507,
13,
1002,
262,
1306,
198,
3849,
3803,
1799,
6509,
4731,
11,
1390,
262,
47985,
399,
6239,
18022,
11,
198,
3642,
1299,
517,
9881,
621,
345,
7603,
351,
262,
12429,
22252,
10699,
1174,
11507,
11,
198,
1169,
2163,
9088,
12429,
22252,
10699,
1174,
784,
352,
9881,
656,
262,
11876,
11,
4113,
281,
198,
42643,
3978,
399,
6239,
18022,
379,
262,
886,
286,
262,
11876,
11,
290,
5860,
262,
11876,
2546,
198,
5562,
345,
1276,
1208,
284,
651,
262,
2104,
1988,
13,
1114,
1672,
11,
611,
262,
1988,
318,
198,
10163,
29228,
290,
12429,
22252,
10699,
1174,
318,
604,
11,
262,
2163,
4113,
17031,
656,
262,
11876,
198,
392,
5860,
767,
13,
198,
198,
1212,
11507,
5860,
281,
6565,
4731,
611,
645,
26478,
1799,
14601,
198,
2787,
391,
329,
262,
6246,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
262,
26478,
1799,
14601,
3917,
351,
262,
8363,
40,
6246,
13,
198,
1026,
13236,
1158,
290,
37526,
262,
13325,
4554,
287,
543,
262,
1398,
4639,
198,
47398,
281,
26478,
1799,
6509,
13,
4225,
3803,
1799,
14601,
198,
521,
5344,
326,
1262,
534,
3586,
351,
257,
1180,
8875,
1244,
198,
25587,
1180,
4069,
13,
5765,
428,
2163,
284,
19818,
198,
3849,
3803,
1799,
14601,
13,
198,
198,
22125,
12,
30386,
1677,
17706,
26478,
1799,
10627,
618,
262,
198,
45,
5064,
35353,
62,
1404,
5446,
62,
41358,
3398,
27746,
62,
50084,
11688,
318,
900,
284,
13889,
62,
5446,
8924,
13,
198,
198,
464,
2163,
5860,
281,
6565,
4731,
287,
262,
12429,
3849,
3803,
20361,
1174,
198,
17143,
2357,
611,
645,
26478,
1799,
14601,
3520,
329,
262,
6246,
13,
198,
198,
818,
2276,
11,
24947,
12,
30386,
1677,
18616,
26478,
1799,
14601,
618,
281,
198,
42348,
326,
10975,
262,
4069,
286,
262,
8875,
318,
287,
257,
1181,
326,
198,
5832,
750,
407,
11986,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
3855,
24704,
9771,
5956,
10430,
1870,
7575,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
77,
361,
5235,
62,
15003,
393,
262,
299,
361,
5235,
62,
31768,
11627,
9771,
2163,
290,
21079,
257,
198,
3911,
13174,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17688,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
22882,
6945,
262,
614,
286,
262,
938,
4388,
36537,
2637,
11,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
31948,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
22882,
6945,
262,
1227,
286,
262,
938,
4388,
36537,
2637,
11,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
12393,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
22882,
6945,
262,
1110,
286,
262,
938,
4388,
36537,
2637,
11,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
43223,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
22882,
6945,
262,
1711,
286,
262,
938,
4388,
36537,
2637,
11,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
9452,
1133,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
22882,
6945,
262,
5664,
286,
262,
938,
4388,
36537,
2637,
11,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
262,
3128,
290,
640,
286,
262,
938,
4388,
2116,
12,
9948,
571,
1358,
13,
198,
198,
3237,
3815,
389,
4504,
355,
4553,
10007,
13,
5501,
11507,
318,
198,
7783,
276,
355,
281,
18253,
11,
1390,
262,
614,
11,
1227,
11,
1110,
11,
1711,
11,
5664,
11,
198,
392,
1218,
13,
1114,
1672,
11,
611,
262,
3335,
318,
48050,
287,
2693,
2211,
11,
198,
5661,
2163,
5860,
860,
329,
262,
12429,
8424,
1174,
11507,
290,
2211,
329,
262,
198,
1174,
1941,
1174,
11507,
13,
198,
198,
464,
640,
4504,
318,
1987,
12,
9769,
357,
33631,
8,
1957,
640,
13,
1114,
1672,
11,
611,
262,
198,
25202,
373,
48050,
379,
362,
25,
1270,
3122,
11,
428,
2163,
5860,
1478,
329,
262,
198,
1174,
24425,
1174,
11507,
290,
1542,
329,
262,
12429,
1084,
1769,
1174,
11507,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
3855,
24704,
9771,
5956,
30782,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
77,
361,
5235,
62,
15003,
393,
262,
299,
361,
5235,
62,
31768,
11627,
9771,
2163,
290,
21079,
257,
198,
3911,
13174,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
42492,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
5951,
379,
262,
938,
4388,
36537,
287,
7370,
198,
34,
32495,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
262,
5951,
379,
262,
938,
4388,
2116,
12,
9948,
571,
1358,
13,
383,
198,
11498,
21069,
318,
4504,
287,
7370,
34186,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
3855,
24704,
9771,
48181,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
77,
361,
5235,
62,
15003,
393,
262,
299,
361,
5235,
62,
31768,
3152,
29046,
2163,
290,
21079,
257,
198,
3911,
13174,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
944,
9771,
48181,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
46120,
13087,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
1771,
262,
3335,
6971,
2116,
12,
9948,
571,
1358,
13,
198,
198,
2466,
7469,
1389,
27068,
2466,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
6,
12861,
62,
5446,
8924,
3256,
705,
24704,
1906,
9948,
571,
1358,
318,
4855,
2637,
4357,
37250,
12861,
62,
37,
23719,
3256,
705,
24704,
1906,
9948,
571,
1358,
318,
407,
4855,
2637,
60,
4357,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
35561,
1771,
262,
3335,
6971,
2116,
1906,
9948,
571,
1358,
2637,
11,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
3855,
12124,
12915,
4122,
37508,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
5532,
12915,
4122,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
4269,
36123,
376,
5064,
46,
284,
17425,
13,
33973,
284,
262,
198,
25202,
12,
11423,
10314,
329,
12720,
12,
1462,
12,
33350,
11305,
287,
262,
1635,
22125,
198,
11712,
282,
2980,
2024,
10478,
9,
329,
517,
1321,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
46862,
37508,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
19382,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
9173,
36123,
5412,
326,
318,
973,
351,
24947,
12,
47,
17,
47,
284,
2251,
198,
64,
4269,
351,
262,
6737,
17301,
355,
281,
36123,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
257,
9173,
36123,
5412,
326,
460,
307,
973,
351,
24947,
12,
47,
17,
47,
284,
198,
11250,
495,
257,
12720,
12,
1462,
12,
33350,
4269,
351,
257,
6737,
17301,
36123,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
31768,
11627,
9771,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
31092,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
49,
10677,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
6,
6888,
1009,
10354,
705,
7061,
198,
48485,
24947,
12,
46640,
290,
24947,
12,
46640,
36802,
3335,
3891,
389,
407,
1339,
12,
30176,
13,
198,
4864,
11,
477,
8363,
40,
3891,
11,
884,
355,
12219,
3891,
11,
389,
1339,
12,
30176,
13,
1002,
198,
5832,
779,
12219,
3891,
11,
4639,
6246,
3891,
11,
393,
7166,
3891,
287,
534,
198,
23065,
11,
345,
1276,
4155,
326,
262,
1438,
345,
779,
7466,
262,
1438,
287,
262,
198,
3824,
40,
28373,
9363,
2393,
3446,
11,
1231,
597,
13991,
287,
262,
1339,
198,
1659,
262,
3435,
13,
198,
7061,
3256,
198,
1549,
7260,
10354,
705,
7061,
198,
91,
18291,
6945,
262,
8271,
1438,
286,
262,
3335,
284,
41216,
13,
198,
198,
1890,
29065,
24947,
12,
46640,
4410,
11,
262,
15582,
318,
17051,
48,
3712,
59,
1635,
77,
25666,
810,
1635,
77,
9,
318,
198,
1169,
3335,
1271,
8686,
416,
25882,
11,
355,
3402,
287,
17934,
352,
13,
198,
198,
1890,
24947,
12,
46640,
36802,
4410,
11,
262,
15582,
318,
655,
262,
3335,
1438,
7368,
287,
198,
22921,
11,
355,
3402,
287,
17934,
362,
13,
48752,
4277,
3891,
329,
24947,
12,
46640,
36802,
4410,
198,
259,
25882,
389,
6245,
16,
393,
350,
55,
40,
16,
38963,
16,
13,
921,
460,
36265,
281,
24947,
12,
46640,
36802,
3335,
416,
198,
3506,
12,
565,
7958,
319,
262,
1438,
287,
25882,
290,
8218,
257,
649,
1438,
13,
198,
198,
2025,
13527,
15582,
329,
24947,
12,
46640,
36802,
4410,
10874,
286,
17051,
48,
3712,
59,
1635,
22125,
12,
46640,
36802,
198,
25202,
1438,
25666,
355,
3402,
287,
17934,
513,
13,
770,
19264,
9831,
3578,
329,
198,
1169,
779,
286,
281,
24947,
12,
46640,
36802,
3335,
287,
281,
3586,
326,
373,
6198,
198,
30473,
329,
257,
29065,
24947,
12,
46640,
3335,
13,
1114,
1672,
11,
611,
262,
198,
31438,
13423,
17051,
48,
3712,
16,
11,
345,
460,
36265,
262,
24947,
12,
46640,
36802,
3335,
284,
352,
287,
198,
22921,
290,
1208,
287,
17051,
48,
3712,
16,
329,
262,
8271,
1438,
11,
355,
3402,
287,
17934,
604,
13,
198,
198,
1532,
345,
779,
262,
17051,
48,
3712,
59,
1635,
77,
9,
15582,
290,
281,
24947,
12,
46640,
36802,
3335,
1438,
1541,
198,
1069,
1023,
351,
326,
976,
1438,
11,
262,
24947,
12,
46640,
36802,
3335,
318,
14451,
717,
13,
198,
198,
1639,
460,
635,
1208,
287,
262,
1438,
286,
281,
8363,
40,
12219,
1438,
393,
281,
8363,
40,
7166,
198,
3672,
17839,
351,
262,
8363,
40,
28373,
10361,
11,
355,
3402,
287,
17934,
198,
20,
13,
317,
12219,
1438,
21079,
257,
1948,
7166,
8875,
13,
317,
7166,
198,
3672,
21079,
257,
2176,
3335,
290,
26052,
262,
4238,
6460,
329,
198,
1169,
6246,
13,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
6,
16,
3256,
705,
48485,
24947,
12,
46640,
3335,
3256,
705,
46640,
3712,
6852,
1635,
16,
9,
3256,
29513,
9,
16,
9,
796,
3335,
1271,
33047,
4357,
37250,
17,
3256,
705,
22125,
12,
46640,
36802,
3335,
3256,
705,
9,
1820,
46640,
36802,
24728,
9,
3256,
29513,
9,
1820,
46640,
36802,
24728,
9,
796,
3335,
1438,
33047,
4357,
37250,
18,
3256,
705,
22125,
12,
46640,
36802,
3335,
3256,
705,
46640,
3712,
6852,
1635,
1820,
46640,
36802,
24728,
9,
3256,
29513,
9,
1820,
46640,
36802,
24728,
9,
796,
3335,
1438,
33047,
4357,
37250,
19,
3256,
705,
22125,
12,
46640,
36802,
3335,
3256,
705,
46640,
3712,
6852,
1635,
17,
9,
3256,
29513,
9,
17,
9,
796,
3335,
1438,
33047,
4357,
37250,
20,
3256,
705,
3824,
40,
12219,
1438,
393,
8363,
40,
7166,
1438,
3256,
705,
9,
1820,
11187,
605,
5376,
9,
3256,
29513,
9,
1820,
11187,
605,
5376,
9,
796,
1438,
8,
20520,
4357,
198,
470,
540,
62,
25677,
10354,
37250,
16281,
1303,
3256,
705,
24728,
5994,
3256,
705,
13940,
41641,
3256,
705,
43015,
6,
4357,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
35215,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
464,
36537,
9206,
2672,
284,
1280,
281,
7097,
36537,
198,
29891,
284,
262,
3335,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
257,
6246,
5412,
326,
345,
460,
779,
284,
5911,
262,
3335,
287,
477,
198,
7266,
44399,
24947,
12,
30386,
1677,
2163,
3848,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
16719,
274,
290,
4238,
4340,
257,
2041,
24947,
12,
30386,
1677,
7097,
36537,
6246,
13,
198,
464,
16049,
36044,
4504,
318,
281,
24947,
12,
30386,
1677,
6246,
326,
460,
307,
973,
284,
198,
11250,
495,
262,
3335,
1262,
3487,
12608,
290,
5499,
13,
2102,
11,
198,
33152,
423,
587,
900,
326,
1249,
345,
284,
1430,
281,
7097,
36537,
198,
1676,
771,
495,
1262,
262,
2041,
36537,
12608,
290,
5499,
13,
383,
198,
22125,
7175,
486,
14,
20,
26429,
14,
4051,
1157,
14,
4051,
3132,
423,
1180,
36537,
5499,
13,
33973,
284,
198,
1169,
299,
361,
5235,
62,
9819,
62,
24941,
341,
329,
262,
6737,
17301,
329,
517,
198,
17018,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
31768,
3152,
29046,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
31092,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
49,
10677,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
6,
6888,
1009,
10354,
705,
7061,
198,
48485,
24947,
12,
46640,
290,
24947,
12,
46640,
36802,
3335,
3891,
389,
407,
1339,
12,
30176,
13,
198,
4864,
11,
477,
8363,
40,
3891,
11,
884,
355,
12219,
3891,
11,
389,
1339,
12,
30176,
13,
1002,
198,
5832,
779,
12219,
3891,
11,
4639,
6246,
3891,
11,
393,
7166,
3891,
287,
534,
198,
23065,
11,
345,
1276,
4155,
326,
262,
1438,
345,
779,
7466,
262,
1438,
287,
262,
198,
3824,
40,
28373,
9363,
2393,
3446,
11,
1231,
597,
13991,
287,
262,
1339,
198,
1659,
262,
3435,
13,
198,
7061,
3256,
198,
1549,
7260,
10354,
705,
7061,
198,
91,
18291,
6945,
262,
8271,
1438,
286,
262,
3335,
284,
41216,
13,
198,
198,
1890,
29065,
24947,
12,
46640,
4410,
11,
262,
15582,
318,
17051,
48,
3712,
59,
1635,
77,
25666,
810,
1635,
77,
9,
318,
198,
1169,
3335,
1271,
8686,
416,
25882,
11,
355,
3402,
287,
17934,
352,
13,
198,
198,
1890,
24947,
12,
46640,
36802,
4410,
11,
262,
15582,
318,
655,
262,
3335,
1438,
7368,
287,
198,
22921,
11,
355,
3402,
287,
17934,
362,
13,
48752,
4277,
3891,
329,
24947,
12,
46640,
36802,
4410,
198,
259,
25882,
389,
6245,
16,
393,
350,
55,
40,
16,
38963,
16,
13,
921,
460,
36265,
281,
24947,
12,
46640,
36802,
3335,
416,
198,
3506,
12,
565,
7958,
319,
262,
1438,
287,
25882,
290,
8218,
257,
649,
1438,
13,
198,
198,
2025,
13527,
15582,
329,
24947,
12,
46640,
36802,
4410,
10874,
286,
17051,
48,
3712,
59,
1635,
22125,
12,
46640,
36802,
198,
25202,
1438,
25666,
355,
3402,
287,
17934,
513,
13,
770,
19264,
9831,
3578,
329,
198,
1169,
779,
286,
281,
24947,
12,
46640,
36802,
3335,
287,
281,
3586,
326,
373,
6198,
198,
30473,
329,
257,
29065,
24947,
12,
46640,
3335,
13,
1114,
1672,
11,
611,
262,
198,
31438,
13423,
17051,
48,
3712,
16,
11,
345,
460,
36265,
262,
24947,
12,
46640,
36802,
3335,
284,
352,
287,
198,
22921,
290,
1208,
287,
17051,
48,
3712,
16,
329,
262,
8271,
1438,
11,
355,
3402,
287,
17934,
604,
13,
198,
198,
1532,
345,
779,
262,
17051,
48,
3712,
59,
1635,
77,
9,
15582,
290,
281,
24947,
12,
46640,
36802,
3335,
1438,
1541,
198,
1069,
1023,
351,
326,
976,
1438,
11,
262,
24947,
12,
46640,
36802,
3335,
318,
14451,
717,
13,
198,
198,
1639,
460,
635,
1208,
287,
262,
1438,
286,
281,
8363,
40,
12219,
1438,
393,
281,
8363,
40,
7166,
198,
3672,
17839,
351,
262,
8363,
40,
28373,
10361,
11,
355,
3402,
287,
17934,
198,
20,
13,
317,
12219,
1438,
21079,
257,
1948,
7166,
8875,
13,
317,
7166,
198,
3672,
21079,
257,
2176,
3335,
290,
26052,
262,
4238,
6460,
329,
198,
1169,
6246,
13,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
6,
16,
3256,
705,
48485,
24947,
12,
46640,
3335,
3256,
705,
46640,
3712,
6852,
1635,
16,
9,
3256,
29513,
9,
16,
9,
796,
3335,
1271,
33047,
4357,
37250,
17,
3256,
705,
22125,
12,
46640,
36802,
3335,
3256,
705,
9,
1820,
46640,
36802,
24728,
9,
3256,
29513,
9,
1820,
46640,
36802,
24728,
9,
796,
3335,
1438,
33047,
4357,
37250,
18,
3256,
705,
22125,
12,
46640,
36802,
3335,
3256,
705,
46640,
3712,
6852,
1635,
1820,
46640,
36802,
24728,
9,
3256,
29513,
9,
1820,
46640,
36802,
24728,
9,
796,
3335,
1438,
33047,
4357,
37250,
19,
3256,
705,
22125,
12,
46640,
36802,
3335,
3256,
705,
46640,
3712,
6852,
1635,
17,
9,
3256,
29513,
9,
17,
9,
796,
3335,
1438,
33047,
4357,
37250,
20,
3256,
705,
3824,
40,
12219,
1438,
393,
8363,
40,
7166,
1438,
3256,
705,
9,
1820,
11187,
605,
5376,
9,
3256,
29513,
9,
1820,
11187,
605,
5376,
9,
796,
1438,
8,
20520,
4357,
198,
470,
540,
62,
25677,
10354,
37250,
16281,
1303,
3256,
705,
24728,
5994,
3256,
705,
13940,
41641,
3256,
705,
43015,
6,
4357,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
312,
20746,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
46120,
13087,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
1771,
345,
765,
24947,
12,
30386,
1677,
284,
1620,
281,
4522,
12405,
13,
198,
198,
2215,
345,
900,
428,
11507,
284,
13889,
62,
5446,
8924,
11,
24947,
12,
30386,
1677,
3326,
6945,
326,
262,
198,
25202,
326,
345,
41216,
318,
257,
2099,
326,
340,
6971,
13,
198,
198,
31560,
388,
301,
1817,
460,
15058,
810,
7216,
281,
4522,
12405,
284,
262,
3335,
318,
198,
917,
274,
13194,
13,
1649,
345,
900,
428,
11507,
284,
13889,
62,
37,
23719,
11,
262,
2163,
198,
36733,
4340,
262,
3335,
1231,
9489,
281,
4522,
12405,
13,
198,
198,
2466,
7469,
1389,
27068,
2466,
198,
198,
1174,
19463,
11052,
1174,
25,
13889,
62,
5446,
8924,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
6,
12861,
62,
5446,
8924,
3256,
705,
5990,
687,
4522,
12405,
6,
4357,
37250,
12861,
62,
37,
23719,
3256,
705,
50232,
4522,
12405,
20520,
4357,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
42503,
24728,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
46120,
13087,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
1771,
345,
765,
284,
13259,
262,
3335,
1141,
262,
37588,
198,
1676,
771,
495,
13,
13889,
62,
5446,
8924,
26052,
326,
262,
3335,
318,
13259,
290,
17706,
262,
198,
31642,
2163,
355,
262,
299,
361,
5235,
62,
4965,
316,
2163,
13,
198,
198,
2466,
7469,
1389,
27068,
2466,
198,
198,
1174,
19463,
11052,
1174,
25,
13889,
62,
5446,
8924,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
6,
12861,
62,
5446,
8924,
3256,
705,
4965,
316,
3335,
6,
4357,
37250,
12861,
62,
37,
23719,
3256,
705,
5211,
407,
13259,
3335,
20520,
4357,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
18076,
10100,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
50,
1039,
262,
4238,
1988,
286,
1728,
6246,
12608,
13,
198,
198,
464,
15582,
329,
12429,
18076,
10100,
1174,
318,
198,
198,
27,
9,
42348,
5376,
9,
29,
796,
1279,
9,
8367,
9,
29,
198,
198,
3003,
198,
198,
9,
42348,
5376,
9,
318,
262,
1438,
286,
262,
11688,
290,
1635,
8367,
9,
318,
262,
1988,
284,
198,
4758,
262,
11688,
318,
900,
198,
198,
2514,
900,
3294,
12608,
11,
4553,
606,
351,
257,
39650,
13,
198,
198,
1532,
345,
1208,
15697,
393,
281,
6565,
4731,
329,
428,
11507,
11,
262,
6246,
3544,
198,
1169,
4277,
3815,
329,
777,
12608,
13,
921,
460,
20957,
262,
4277,
198,
27160,
416,
38875,
257,
1988,
11777,
287,
257,
4731,
326,
345,
1208,
329,
198,
5661,
11507,
13,
198,
198,
1639,
466,
407,
423,
284,
11986,
477,
286,
262,
12608,
290,
743,
2666,
597,
286,
198,
18855,
503,
13,
2102,
11,
611,
345,
466,
407,
11986,
530,
286,
262,
12608,
11,
663,
198,
12286,
1988,
318,
973,
13,
198,
198,
1532,
18640,
318,
9343,
357,
8890,
5039,
28,
16,
828,
345,
743,
11986,
262,
3335,
326,
198,
5832,
765,
284,
29308,
13,
1675,
11986,
257,
3335,
11,
3802,
262,
1708,
15582,
287,
198,
1174,
18076,
10100,
1174,
13,
198,
198,
32103,
40786,
28,
17633,
25,
27,
9,
26230,
2746,
1271,
9,
29,
26,
1925,
8961,
25,
27,
9,
17620,
198,
14933,
9,
29,
26,
29828,
6030,
25,
27,
9,
21412,
2099,
9,
29,
26,
30871,
10699,
25,
27,
9,
7857,
286,
25863,
4088,
287,
198,
33661,
9,
29,
198,
198,
1174,
13940,
41641,
21066,
1174,
198,
198,
1174,
29021,
290,
12429,
7469,
1389,
27068,
2466,
198,
198,
1174,
19463,
27068,
1174,
25,
366,
8890,
5039,
28,
15,
11,
17257,
9787,
28,
16,
11,
20746,
818,
2536,
19580,
28,
16,
11,
30562,
28,
16,
1,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
6,
17257,
9787,
3256,
705,
45,
5064,
35353,
62,
1404,
5446,
62,
49,
27746,
62,
50084,
3256,
705,
12861,
62,
5446,
8924,
11,
13889,
62,
37,
23719,
6,
4357,
37250,
20746,
818,
2536,
19580,
3256,
705,
45,
5064,
35353,
62,
1404,
5446,
62,
10917,
19664,
62,
1268,
18601,
5883,
3525,
62,
35744,
2937,
3256,
705,
12861,
62,
5446,
8924,
11,
13889,
62,
37,
23719,
6,
4357,
37250,
30562,
3256,
705,
45,
5064,
35353,
62,
1404,
5446,
62,
34,
2246,
13909,
3256,
705,
12861,
62,
5446,
8924,
11,
13889,
62,
37,
23719,
6,
4357,
37250,
8890,
5039,
3256,
705,
45,
5064,
35353,
62,
1404,
5446,
62,
48913,
6239,
6158,
3256,
705,
12861,
62,
5446,
8924,
11,
13889,
62,
37,
23719,
20520,
4357,
198,
470,
540,
62,
25677,
10354,
37250,
33682,
6530,
3256,
705,
33682,
3256,
705,
40161,
6,
4357,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
257,
6246,
5412,
326,
345,
460,
779,
284,
5911,
262,
3335,
287,
477,
198,
7266,
44399,
24947,
12,
30386,
1677,
2163,
3848,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
5990,
23914,
262,
1708,
37588,
4028,
25,
198,
198,
12,
220,
7921,
274,
257,
649,
8363,
40,
8875,
6246,
290,
42976,
5621,
262,
4238,
198,
220,
220,
1181,
286,
262,
1708,
6246,
12608,
25,
198,
220,
220,
399,
5064,
35353,
62,
1404,
5446,
62,
49,
27746,
62,
50084,
11,
399,
5064,
35353,
62,
1404,
5446,
62,
10917,
19664,
62,
1268,
18601,
5883,
3525,
62,
35744,
2937,
11,
198,
220,
220,
399,
5064,
35353,
62,
1404,
5446,
62,
34,
2246,
13909,
11,
399,
5064,
35353,
62,
1404,
5446,
62,
48913,
6239,
6158,
11,
290,
198,
220,
220,
399,
5064,
35353,
62,
1404,
5446,
62,
38827,
12532,
62,
8220,
47691,
11053,
13,
198,
12,
220,
8670,
641,
257,
6246,
284,
262,
7368,
3335,
1262,
262,
7071,
290,
198,
220,
220,
2209,
326,
345,
11986,
329,
12429,
31092,
5376,
1174,
13,
198,
12,
220,
1002,
12429,
2389,
20746,
1174,
318,
900,
284,
13889,
62,
5446,
8924,
11,
428,
2163,
20743,
262,
3335,
198,
220,
220,
4522,
290,
8794,
326,
340,
318,
4938,
329,
24947,
12,
30386,
1677,
13,
198,
12,
220,
1002,
12429,
42503,
24728,
1174,
318,
900,
284,
13889,
62,
5446,
8924,
11,
428,
2163,
581,
1039,
262,
198,
220,
220,
3335,
284,
257,
1900,
1181,
13,
198,
12,
220,
311,
2412,
37588,
9729,
284,
900,
262,
8875,
284,
262,
1181,
198,
220,
220,
3306,
329,
24947,
12,
30386,
1677,
4905,
13,
198,
12,
220,
16409,
257,
6246,
5412,
326,
345,
460,
779,
284,
5911,
262,
3335,
287,
198,
220,
220,
477,
8840,
24947,
12,
30386,
1677,
2163,
3848,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
24243,
1096,
2025,
11794,
26410,
9771,
571,
1358,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
77,
361,
5235,
62,
31768,
11627,
9771,
2163,
290,
21079,
257,
1948,
8875,
198,
29891,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
50,
1039,
510,
262,
3335,
284,
923,
262,
15075,
5072,
36537,
2637,
11,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
24243,
1096,
9771,
2885,
4093,
282,
571,
1358,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
77,
361,
5235,
62,
31768,
11627,
9771,
2163,
290,
21079,
257,
1948,
8875,
198,
29891,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
24243,
4340,
281,
7097,
36537,
6246,
329,
49169,
36537,
13,
1114,
262,
198,
22125,
7175,
2481,
14,
4051,
1828,
14,
20,
39710,
11,
49169,
36537,
9018,
2095,
2890,
262,
4461,
290,
198,
28968,
286,
262,
25863,
49169,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
24243,
1096,
7414,
265,
1108,
9771,
571,
1358,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
77,
361,
5235,
62,
31768,
11627,
9771,
2163,
290,
21079,
257,
1948,
8875,
198,
29891,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
24243,
4340,
281,
7097,
36537,
6246,
284,
33801,
378,
6228,
1108,
2637,
11,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
24243,
1096,
46,
22360,
1352,
37,
28707,
9771,
571,
1358,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
77,
361,
5235,
62,
31768,
11627,
9771,
2163,
290,
21079,
257,
1948,
8875,
198,
29891,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
50,
1039,
510,
262,
3335,
284,
923,
262,
26706,
55,
46,
36537,
13,
198,
198,
464,
6246,
5412,
815,
307,
262,
5412,
4504,
416,
262,
198,
77,
361,
5235,
62,
31768,
11627,
9771,
2163,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
24243,
1096,
3152,
1925,
8961,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
31092,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
49,
10677,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
6,
6888,
1009,
10354,
705,
7061,
198,
48485,
24947,
12,
46640,
290,
24947,
12,
46640,
36802,
3335,
3891,
389,
407,
1339,
12,
30176,
13,
198,
4864,
11,
477,
8363,
40,
3891,
11,
884,
355,
12219,
3891,
11,
389,
1339,
12,
30176,
13,
1002,
198,
5832,
779,
12219,
3891,
11,
4639,
6246,
3891,
11,
393,
7166,
3891,
287,
534,
198,
23065,
11,
345,
1276,
4155,
326,
262,
1438,
345,
779,
7466,
262,
1438,
287,
262,
198,
3824,
40,
28373,
9363,
2393,
3446,
11,
1231,
597,
13991,
287,
262,
1339,
198,
1659,
262,
3435,
13,
198,
7061,
3256,
198,
1549,
7260,
10354,
705,
7061,
198,
91,
18291,
6945,
262,
8271,
1438,
286,
262,
3335,
284,
41216,
13,
198,
198,
1890,
29065,
24947,
12,
46640,
4410,
11,
262,
15582,
318,
17051,
48,
3712,
59,
1635,
77,
25666,
810,
1635,
77,
9,
318,
198,
1169,
3335,
1271,
8686,
416,
25882,
11,
355,
3402,
287,
17934,
352,
13,
198,
198,
1890,
24947,
12,
46640,
36802,
4410,
11,
262,
15582,
318,
655,
262,
3335,
1438,
7368,
287,
198,
22921,
11,
355,
3402,
287,
17934,
362,
13,
48752,
4277,
3891,
329,
24947,
12,
46640,
36802,
4410,
198,
259,
25882,
389,
6245,
16,
393,
350,
55,
40,
16,
38963,
16,
13,
921,
460,
36265,
281,
24947,
12,
46640,
36802,
3335,
416,
198,
3506,
12,
565,
7958,
319,
262,
1438,
287,
25882,
290,
8218,
257,
649,
1438,
13,
198,
198,
2025,
13527,
15582,
329,
24947,
12,
46640,
36802,
4410,
10874,
286,
17051,
48,
3712,
59,
1635,
22125,
12,
46640,
36802,
198,
25202,
1438,
25666,
355,
3402,
287,
17934,
513,
13,
770,
19264,
9831,
3578,
329,
198,
1169,
779,
286,
281,
24947,
12,
46640,
36802,
3335,
287,
281,
3586,
326,
373,
6198,
198,
30473,
329,
257,
29065,
24947,
12,
46640,
3335,
13,
1114,
1672,
11,
611,
262,
198,
31438,
13423,
17051,
48,
3712,
16,
11,
345,
460,
36265,
262,
24947,
12,
46640,
36802,
3335,
284,
352,
287,
198,
22921,
290,
1208,
287,
17051,
48,
3712,
16,
329,
262,
8271,
1438,
11,
355,
3402,
287,
17934,
604,
13,
198,
198,
1532,
345,
779,
262,
17051,
48,
3712,
59,
1635,
77,
9,
15582,
290,
281,
24947,
12,
46640,
36802,
3335,
1438,
1541,
198,
1069,
1023,
351,
326,
976,
1438,
11,
262,
24947,
12,
46640,
36802,
3335,
318,
14451,
717,
13,
198,
198,
1639,
460,
635,
1208,
287,
262,
1438,
286,
281,
8363,
40,
12219,
1438,
393,
281,
8363,
40,
7166,
198,
3672,
17839,
351,
262,
8363,
40,
28373,
10361,
11,
355,
3402,
287,
17934,
198,
20,
13,
317,
12219,
1438,
21079,
257,
1948,
7166,
8875,
13,
317,
7166,
198,
3672,
21079,
257,
2176,
3335,
290,
26052,
262,
4238,
6460,
329,
198,
1169,
6246,
13,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
6,
16,
3256,
705,
48485,
24947,
12,
46640,
3335,
3256,
705,
46640,
3712,
6852,
1635,
16,
9,
3256,
29513,
9,
16,
9,
796,
3335,
1271,
33047,
4357,
37250,
17,
3256,
705,
22125,
12,
46640,
36802,
3335,
3256,
705,
9,
1820,
46640,
36802,
24728,
9,
3256,
29513,
9,
1820,
46640,
36802,
24728,
9,
796,
3335,
1438,
33047,
4357,
37250,
18,
3256,
705,
22125,
12,
46640,
36802,
3335,
3256,
705,
46640,
3712,
6852,
1635,
1820,
46640,
36802,
24728,
9,
3256,
29513,
9,
1820,
46640,
36802,
24728,
9,
796,
3335,
1438,
33047,
4357,
37250,
19,
3256,
705,
22125,
12,
46640,
36802,
3335,
3256,
705,
46640,
3712,
6852,
1635,
17,
9,
3256,
29513,
9,
17,
9,
796,
3335,
1438,
33047,
4357,
37250,
20,
3256,
705,
3824,
40,
12219,
1438,
393,
8363,
40,
7166,
1438,
3256,
705,
9,
1820,
11187,
605,
5376,
9,
3256,
29513,
9,
1820,
11187,
605,
5376,
9,
796,
1438,
8,
20520,
4357,
198,
470,
540,
62,
25677,
10354,
37250,
16281,
1303,
3256,
705,
24728,
5994,
3256,
705,
13940,
41641,
3256,
705,
43015,
6,
4357,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
6518,
326,
428,
13889,
3544,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
42503,
24728,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
46120,
13087,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
1771,
345,
765,
284,
13259,
262,
3335,
1141,
262,
37588,
198,
1676,
771,
495,
13,
13889,
62,
5446,
8924,
26052,
326,
262,
3335,
318,
13259,
290,
17706,
262,
198,
31642,
2163,
355,
262,
299,
361,
5235,
62,
4965,
316,
2163,
13,
198,
198,
2466,
7469,
1389,
27068,
2466,
198,
198,
1174,
19463,
11052,
1174,
25,
13889,
62,
37,
23719,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
6,
12861,
62,
5446,
8924,
3256,
705,
4965,
316,
3335,
6,
4357,
37250,
12861,
62,
37,
23719,
3256,
705,
5211,
407,
13259,
3335,
20520,
4357,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
18076,
10100,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
50,
1039,
262,
4238,
1988,
286,
1728,
6246,
12608,
13,
198,
198,
464,
15582,
329,
12429,
18076,
10100,
1174,
318,
198,
198,
27,
9,
42348,
5376,
9,
29,
796,
1279,
9,
8367,
9,
29,
198,
198,
3003,
198,
198,
9,
42348,
5376,
9,
318,
262,
1438,
286,
262,
11688,
290,
1635,
8367,
9,
318,
262,
1988,
284,
198,
4758,
262,
11688,
318,
900,
198,
198,
2514,
900,
3294,
12608,
11,
4553,
606,
351,
257,
39650,
13,
198,
198,
1532,
345,
1208,
15697,
393,
281,
6565,
4731,
329,
428,
11507,
11,
262,
6246,
3544,
198,
1169,
4277,
3815,
329,
777,
12608,
13,
921,
460,
20957,
262,
4277,
198,
27160,
416,
38875,
257,
1988,
11777,
287,
257,
4731,
326,
345,
1208,
329,
198,
5661,
11507,
13,
198,
198,
1639,
466,
407,
423,
284,
11986,
477,
286,
262,
12608,
290,
743,
2666,
597,
286,
198,
18855,
503,
13,
2102,
11,
611,
345,
466,
407,
11986,
530,
286,
262,
12608,
11,
663,
198,
12286,
1988,
318,
973,
13,
198,
198,
1532,
18640,
318,
9343,
357,
8890,
5039,
28,
16,
828,
345,
743,
11986,
262,
3335,
326,
198,
5832,
765,
284,
29308,
13,
1675,
11986,
257,
3335,
11,
3802,
262,
1708,
15582,
287,
198,
1174,
18076,
10100,
1174,
13,
198,
198,
32103,
40786,
28,
17633,
25,
27,
9,
26230,
2746,
1271,
9,
29,
26,
1925,
8961,
25,
27,
9,
17620,
198,
14933,
9,
29,
26,
29828,
6030,
25,
27,
9,
21412,
2099,
9,
29,
26,
30871,
10699,
25,
27,
9,
7857,
286,
25863,
4088,
287,
198,
33661,
9,
29,
198,
198,
1174,
13940,
41641,
21066,
1174,
198,
198,
1174,
29021,
290,
12429,
7469,
1389,
27068,
2466,
198,
198,
1174,
19463,
27068,
1174,
25,
366,
8890,
5039,
28,
15,
11,
17257,
9787,
28,
16,
11,
20746,
818,
2536,
19580,
28,
16,
11,
30562,
28,
16,
1,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
6,
17257,
9787,
3256,
705,
45,
5064,
35353,
62,
1404,
5446,
62,
49,
27746,
62,
50084,
3256,
705,
12861,
62,
5446,
8924,
11,
13889,
62,
37,
23719,
6,
4357,
37250,
20746,
818,
2536,
19580,
3256,
705,
45,
5064,
35353,
62,
1404,
5446,
62,
10917,
19664,
62,
1268,
18601,
5883,
3525,
62,
35744,
2937,
3256,
705,
12861,
62,
5446,
8924,
11,
13889,
62,
37,
23719,
6,
4357,
37250,
30562,
3256,
705,
45,
5064,
35353,
62,
1404,
5446,
62,
34,
2246,
13909,
3256,
705,
12861,
62,
5446,
8924,
11,
13889,
62,
37,
23719,
6,
4357,
37250,
8890,
5039,
3256,
705,
45,
5064,
35353,
62,
1404,
5446,
62,
48913,
6239,
6158,
3256,
705,
12861,
62,
5446,
8924,
11,
13889,
62,
37,
23719,
20520,
4357,
198,
470,
540,
62,
25677,
10354,
37250,
33682,
6530,
3256,
705,
33682,
3256,
705,
40161,
6,
4357,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
257,
6246,
5412,
326,
345,
460,
779,
284,
5911,
262,
3335,
287,
477,
198,
7266,
44399,
24947,
12,
30386,
1677,
2163,
3848,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
16719,
274,
290,
5860,
257,
649,
24947,
12,
30386,
1677,
6246,
284,
262,
7368,
6518,
286,
257,
198,
19204,
687,
17301,
326,
318,
973,
287,
477,
8840,
24947,
12,
30386,
1677,
2163,
198,
66,
5691,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
818,
8846,
378,
8645,
341,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
818,
8846,
689,
6737,
5270,
13,
1002,
345,
765,
284,
15614,
6737,
5270,
11,
198,
13345,
262,
299,
361,
5235,
62,
4826,
419,
8645,
341,
2163,
13,
2293,
262,
6737,
5270,
198,
271,
46847,
11,
345,
460,
869,
262,
37628,
37,
5235,
62,
818,
8846,
378,
8645,
341,
2163,
284,
198,
25587,
262,
6737,
17301,
284,
4439,
257,
6737,
757,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
3792,
45677,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
45677,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
46120,
13087,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
1321,
546,
262,
11939,
286,
6769,
687,
5270,
13,
198,
198,
1174,
7469,
1389,
27068,
1174,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
6,
12861,
62,
5446,
8924,
3256,
705,
8645,
341,
318,
1844,
2637,
4357,
37250,
12861,
62,
37,
23719,
3256,
705,
8645,
341,
318,
407,
1844,
2637,
60,
4357,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35,
13221,
274,
1771,
262,
1459,
5270,
318,
1844,
13,
770,
2163,
198,
28709,
262,
12429,
28060,
1174,
11507,
284,
13889,
62,
5446,
8924,
611,
262,
6246,
318,
287,
262,
37130,
393,
198,
6935,
2175,
2585,
13,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
22125,
12,
30386,
1677,
691,
3136,
262,
12429,
28060,
1174,
11507,
355,
13889,
62,
5446,
8924,
706,
262,
198,
14421,
5270,
318,
1844,
287,
14206,
7616,
4235,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
25392,
36044,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
13345,
263,
19242,
25392,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
46120,
13087,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
15597,
82,
2610,
286,
1771,
345,
6492,
257,
5793,
290,
4361,
761,
284,
12116,
198,
1169,
6246,
13,
6251,
262,
2209,
286,
257,
1957,
16049,
46120,
13087,
7885,
13,
554,
262,
198,
32446,
10186,
286,
262,
1957,
7885,
11,
41216,
340,
284,
13889,
62,
37,
23719,
13,
6251,
262,
198,
21975,
286,
262,
976,
1957,
7885,
284,
597,
584,
3848,
345,
787,
284,
262,
198,
8461,
37,
5235,
62,
25392,
36044,
2163,
393,
262,
299,
361,
5235,
62,
3118,
5354,
36044,
2163,
287,
198,
1169,
976,
2163,
13,
198,
198,
1212,
11507,
9179,
355,
257,
15607,
13,
1002,
345,
466,
407,
765,
284,
779,
428,
198,
17143,
2357,
11,
1208,
13889,
62,
33991,
13,
198,
198,
1212,
11507,
318,
281,
5128,
14,
22915,
11507,
13,
383,
37628,
37,
5235,
62,
25392,
36044,
198,
8818,
290,
262,
37628,
37,
5235,
62,
3118,
5354,
36044,
2163,
1123,
10104,
262,
1459,
198,
8367,
290,
1011,
262,
1708,
4028,
25,
198,
198,
12,
220,
1002,
262,
1988,
318,
13889,
62,
5446,
8924,
11,
262,
37628,
37,
5235,
62,
25392,
36044,
2163,
857,
407,
198,
220,
220,
5793,
262,
6246,
757,
13,
1002,
262,
1988,
318,
13889,
62,
37,
23719,
11,
262,
198,
220,
220,
37628,
37,
5235,
62,
25392,
36044,
2163,
909,
12143,
262,
5793,
290,
5621,
262,
1988,
286,
198,
220,
220,
262,
11507,
284,
13889,
62,
5446,
8924,
13,
198,
12,
220,
1002,
262,
1988,
318,
13889,
62,
37,
23719,
11,
262,
37628,
37,
5235,
62,
3118,
5354,
36044,
2163,
857,
198,
220,
220,
407,
2230,
284,
12116,
262,
6246,
13,
1002,
262,
1988,
318,
13889,
62,
5446,
8924,
11,
262,
198,
220,
220,
37628,
37,
5235,
62,
3118,
5354,
36044,
2163,
10050,
262,
5793,
290,
5621,
262,
1988,
198,
220,
220,
286,
262,
11507,
284,
13889,
62,
37,
23719,
13,
198,
198,
19093,
11,
345,
460,
869,
262,
37628,
37,
5235,
62,
3118,
5354,
36044,
2163,
379,
262,
886,
286,
534,
198,
8818,
1231,
18916,
546,
1771,
345,
1682,
423,
262,
5793,
13,
198,
198,
16281,
25,
198,
198,
38432,
19580,
6208,
37,
19524,
357,
38432,
36044,
25357,
11,
16049,
5317,
2624,
9701,
8,
198,
90,
198,
198,
38432,
19580,
4049,
796,
13889,
62,
12564,
4093,
7597,
26,
198,
38432,
46120,
13087,
423,
25392,
796,
13889,
62,
37,
23719,
26,
198,
361,
357,
33152,
1222,
36992,
62,
16,
8,
198,
90,
198,
198,
8903,
9787,
9139,
81,
7,
37628,
37,
5235,
62,
25392,
36044,
7,
8903,
11,
1222,
14150,
25392,
26,
18125,
198,
8903,
9787,
9139,
81,
7,
7214,
12502,
16,
7,
8903,
18125,
198,
361,
357,
33152,
1222,
36992,
62,
17,
8,
198,
90,
628,
25357,
9787,
9139,
81,
7,
37628,
37,
5235,
62,
3118,
5354,
36044,
7,
8903,
11,
1222,
14150,
25392,
26,
18125,
198,
8903,
9787,
9139,
81,
7,
7214,
12502,
17,
7,
8903,
18125,
198,
8903,
9787,
9139,
81,
7,
37628,
37,
5235,
62,
25392,
36044,
7,
8903,
11,
1222,
14150,
25392,
26,
1776,
198,
198,
92,
198,
361,
357,
33152,
1222,
36992,
62,
18,
8,
628,
25357,
9787,
9139,
81,
7,
7214,
12502,
18,
7,
8903,
18125,
198,
198,
92,
198,
198,
12331,
25,
198,
198,
91,
220,
198,
198,
14,
59,
9,
198,
2953,
428,
966,
11,
345,
2314,
1107,
307,
1654,
326,
198,
5832,
423,
262,
5793,
13,
20525,
11,
262,
423,
25392,
198,
45286,
2753,
1337,
286,
326,
329,
345,
13,
198,
59,
16208,
198,
8461,
37,
5235,
62,
3118,
5354,
36044,
7,
8903,
11,
1222,
14150,
25392,
26,
1776,
198,
7783,
4049,
26,
198,
198,
91,
1782,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
5944,
12143,
257,
1963,
342,
961,
5793,
319,
262,
8875,
6246,
13,
7413,
340,
857,
523,
11,
198,
5661,
2163,
28364,
1566,
477,
584,
9706,
14390,
423,
2716,
198,
24571,
19253,
319,
262,
8875,
6246,
13,
198,
198,
6395,
14390,
1244,
423,
6492,
257,
5793,
319,
428,
6246,
287,
262,
198,
27780,
278,
2842,
25,
198,
198,
12,
220,
3406,
3586,
1444,
262,
37628,
37,
5235,
62,
25392,
36044,
2163,
13,
198,
12,
220,
317,
869,
284,
262,
24947,
12,
30386,
1677,
8970,
262,
6246,
13,
198,
12,
220,
317,
869,
284,
262,
8363,
40,
7117,
8970,
262,
6246,
13,
198,
198,
3260,
534,
869,
284,
262,
37628,
37,
5235,
62,
25392,
36044,
2163,
5860,
198,
37351,
11,
645,
584,
14390,
460,
1895,
262,
8875,
6246,
1566,
198,
5832,
869,
262,
299,
361,
5235,
62,
3118,
5354,
36044,
2163,
13,
198,
198,
11041,
262,
37628,
37,
5235,
62,
25392,
36044,
2163,
290,
262,
37628,
37,
5235,
62,
3118,
5354,
36044,
198,
8818,
1088,
257,
8379,
286,
3848,
284,
24947,
12,
30386,
1677,
5499,
611,
345,
2421,
198,
5562,
262,
8875,
12377,
663,
6460,
832,
262,
886,
286,
262,
8379,
13,
198,
198,
1639,
460,
11512,
787,
28376,
3848,
284,
262,
37628,
37,
5235,
62,
25392,
36044,
2163,
198,
33479,
262,
976,
4704,
13,
1675,
3190,
12116,
262,
6246,
11,
345,
1276,
198,
20427,
1123,
869,
284,
262,
37628,
37,
5235,
62,
25392,
36044,
2163,
351,
257,
869,
284,
262,
198,
8461,
37,
5235,
62,
3118,
5354,
36044,
2163,
13,
1002,
11,
2158,
11,
345,
779,
262,
198,
1174,
13345,
263,
19242,
25392,
1174,
11507,
287,
477,
3848,
284,
262,
37628,
37,
5235,
62,
25392,
36044,
198,
8818,
290,
262,
37628,
37,
5235,
62,
3118,
5354,
36044,
2163,
1626,
257,
2163,
11,
262,
198,
3824,
40,
7117,
19253,
262,
6246,
691,
1752,
1626,
262,
2163,
7692,
286,
198,
1169,
1271,
286,
3848,
345,
787,
284,
262,
37628,
37,
5235,
62,
25392,
36044,
2163,
13,
770,
198,
11250,
3924,
3578,
345,
284,
869,
262,
37628,
37,
5235,
62,
3118,
5354,
36044,
2163,
655,
198,
27078,
379,
262,
886,
286,
262,
2163,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
5124,
723,
36695,
47,
17,
47,
12124,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
437,
4122,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
4269,
36123,
376,
5064,
46,
284,
17425,
13,
33973,
284,
262,
198,
63,
6435,
263,
12,
1462,
12,
6435,
263,
6060,
198,
12124,
278,
1279,
2200,
6489,
11598,
62,
7707,
38757,
62,
48451,
30643,
62,
21886,
62,
17,
7,
79,
17,
79,
62,
5532,
278,
8,
29,
63,
834,
198,
22897,
341,
287,
262,
1635,
22125,
26484,
2980,
2024,
10478,
9,
329,
517,
1321,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
4834,
2977,
257,
12720,
12,
1462,
12,
33350,
1366,
4269,
1262,
10107,
5202,
1630,
2637,
11,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
20746,
3163,
65,
4653,
80,
15610,
5738,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
47033,
15057,
5189,
44015,
3007,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
262,
5415,
1271,
286,
14977,
6769,
687,
16311,
326,
262,
198,
12683,
282,
17301,
3578,
13,
24947,
12,
30386,
1677,
909,
12143,
428,
1988,
422,
262,
198,
45,
5064,
35353,
62,
1404,
5446,
62,
22921,
62,
41359,
62,
5188,
10917,
24181,
1546,
11688,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
39504,
44015,
594,
24539,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
262,
5288,
1271,
286,
14977,
6769,
23914,
262,
6737,
17301,
198,
47205,
287,
257,
8379,
13,
24947,
12,
30386,
1677,
909,
12143,
428,
1988,
422,
262,
198,
45,
5064,
35353,
62,
1404,
5446,
62,
23678,
62,
5188,
10917,
18310,
62,
43,
49494,
11688,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
47033,
44015,
594,
24539,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
262,
5415,
1271,
286,
14977,
6769,
23914,
262,
6737,
17301,
198,
47205,
287,
257,
8379,
13,
24947,
12,
30386,
1677,
909,
12143,
428,
1988,
422,
262,
198,
45,
5064,
35353,
62,
1404,
5446,
62,
22921,
62,
5188,
10917,
18310,
62,
43,
49494,
11688,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
47033,
39516,
12332,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
262,
5415,
1271,
286,
1661,
262,
6737,
17301,
460,
9585,
281,
198,
283,
2545,
11619,
6769,
687,
287,
257,
8379,
13,
24947,
12,
30386,
1677,
909,
12143,
428,
1988,
422,
262,
198,
45,
5064,
35353,
62,
1404,
5446,
62,
22921,
62,
21982,
3185,
62,
34,
28270,
11688,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
262,
12608,
286,
262,
6737,
17301,
326,
389,
3519,
284,
198,
20123,
278,
14977,
16311,
357,
1169,
399,
5064,
35353,
62,
1404,
5446,
62,
22921,
62,
41359,
62,
5188,
10917,
24181,
1546,
11,
198,
45,
5064,
35353,
62,
1404,
5446,
62,
23678,
62,
5188,
10917,
18310,
62,
43,
49494,
11,
198,
45,
5064,
35353,
62,
1404,
5446,
62,
22921,
62,
5188,
10917,
18310,
62,
43,
49494,
11,
290,
399,
5064,
35353,
62,
1404,
5446,
62,
22921,
62,
21982,
3185,
62,
34,
28270,
198,
1078,
7657,
737,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
20746,
3163,
65,
54,
38353,
15610,
5738,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
47033,
15057,
5189,
39709,
23914,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
262,
5415,
1271,
286,
14977,
6769,
23914,
326,
262,
6737,
198,
8612,
1352,
3578,
13,
24947,
12,
30386,
1677,
909,
12143,
428,
1988,
422,
262,
198,
45,
5064,
35353,
62,
1404,
5446,
62,
22921,
62,
41359,
62,
15543,
6089,
13775,
5653,
11688,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
19204,
687,
24915,
388,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
464,
2546,
357,
17618,
286,
2173,
8,
286,
1123,
6769,
687,
1276,
307,
257,
3294,
286,
257,
198,
9979,
415,
14821,
1988,
13,
770,
11507,
909,
12143,
262,
14821,
1988,
326,
198,
1169,
6737,
17301,
3544,
13,
24947,
12,
30386,
1677,
5860,
428,
1988,
422,
262,
198,
45,
5064,
35353,
62,
1404,
5446,
62,
15543,
6089,
21389,
62,
10917,
8643,
5883,
11688,
13,
198,
198,
1890,
1672,
11,
618,
428,
11688,
5860,
257,
1988,
286,
807,
11,
477,
6769,
687,
198,
82,
4340,
1276,
307,
257,
3294,
286,
807,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
39504,
39709,
687,
10699,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
262,
5288,
1271,
286,
2173,
326,
262,
6737,
17301,
3578,
287,
198,
64,
6769,
687,
13,
24947,
12,
30386,
1677,
909,
12143,
428,
1988,
422,
262,
198,
45,
5064,
35353,
62,
1404,
5446,
62,
23678,
62,
15543,
6089,
21389,
62,
33489,
11688,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
47033,
39709,
687,
10699,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
262,
5415,
1271,
286,
2173,
326,
262,
6737,
17301,
3578,
287,
198,
64,
6769,
687,
13,
24947,
12,
30386,
1677,
909,
12143,
428,
1988,
422,
262,
198,
45,
5064,
35353,
62,
1404,
5446,
62,
22921,
62,
15543,
6089,
21389,
62,
33489,
11688,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
262,
12608,
286,
262,
6737,
17301,
326,
389,
3519,
284,
198,
20123,
278,
14977,
6769,
23914,
13,
2312,
12608,
389,
262,
5415,
1271,
286,
198,
19204,
23914,
11,
6769,
687,
14821,
11,
5288,
6769,
687,
2546,
11,
290,
5415,
6769,
687,
198,
7857,
13,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
1532,
345,
466,
407,
765,
284,
7330,
262,
6769,
687,
14821,
11,
1208,
257,
1988,
286,
198,
12861,
62,
33991,
329,
428,
11507,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
20746,
20366,
80,
8053,
15610,
5738,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
47033,
15057,
5189,
20366,
80,
43,
1023,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
262,
5415,
1271,
286,
8373,
8341,
326,
262,
6737,
17301,
198,
47205,
13,
24947,
12,
30386,
1677,
909,
12143,
428,
1988,
422,
262,
198,
45,
5064,
35353,
62,
1404,
5446,
62,
22921,
62,
41359,
62,
37,
2200,
48,
62,
43,
1797,
4694,
11688,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
39504,
37,
28707,
8053,
24539,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
262,
5288,
1271,
286,
4831,
326,
262,
6737,
17301,
3578,
287,
198,
64,
8373,
1351,
13,
24947,
12,
30386,
1677,
909,
12143,
428,
1988,
422,
262,
198,
45,
5064,
35353,
62,
1404,
5446,
62,
23678,
62,
37,
2200,
48,
62,
45849,
62,
43,
49494,
11688,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
47033,
37,
28707,
8053,
24539,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
262,
5415,
1271,
286,
4831,
326,
262,
6737,
17301,
3578,
287,
198,
64,
8373,
1351,
13,
24947,
12,
30386,
1677,
909,
12143,
428,
1988,
422,
262,
198,
45,
5064,
35353,
62,
1404,
5446,
62,
22921,
62,
37,
2200,
48,
62,
45849,
62,
43,
49494,
11688,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
39504,
37,
28707,
8053,
26054,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
262,
5288,
9478,
326,
262,
6737,
17301,
3578,
287,
257,
2239,
198,
1659,
257,
8373,
1351,
13,
24947,
12,
30386,
1677,
909,
12143,
428,
1988,
422,
262,
198,
45,
5064,
35353,
62,
1404,
5446,
62,
23678,
62,
37,
2200,
48,
62,
45849,
62,
35,
4261,
6234,
11688,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
47033,
37,
28707,
8053,
26054,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
262,
5415,
9478,
326,
262,
6737,
17301,
3578,
287,
257,
2239,
198,
1659,
257,
8373,
1351,
13,
24947,
12,
30386,
1677,
909,
12143,
428,
1988,
422,
262,
198,
45,
5064,
35353,
62,
1404,
5446,
62,
22921,
62,
37,
2200,
48,
62,
45849,
62,
35,
4261,
6234,
11688,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
35324,
8053,
26054,
24915,
388,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
262,
14821,
286,
543,
477,
288,
20074,
1276,
307,
257,
3294,
287,
257,
198,
35324,
1351,
13,
24947,
12,
30386,
1677,
909,
12143,
428,
1988,
422,
262,
198,
45,
5064,
35353,
62,
1404,
5446,
62,
37,
2200,
48,
62,
45849,
62,
35,
4261,
6234,
62,
10917,
8643,
5883,
11688,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
262,
12608,
286,
262,
6737,
17301,
326,
389,
3519,
284,
198,
20123,
278,
8373,
8341,
13,
2312,
12608,
389,
198,
45,
5064,
35353,
62,
1404,
5446,
62,
22921,
62,
41359,
62,
37,
2200,
48,
62,
43,
1797,
4694,
11,
198,
45,
5064,
35353,
62,
1404,
5446,
62,
23678,
62,
37,
2200,
48,
62,
45849,
62,
43,
49494,
11,
198,
45,
5064,
35353,
62,
1404,
5446,
62,
22921,
62,
37,
2200,
48,
62,
45849,
62,
43,
49494,
11,
198,
45,
5064,
35353,
62,
1404,
5446,
62,
23678,
62,
37,
2200,
48,
62,
45849,
62,
35,
4261,
6234,
11,
198,
45,
5064,
35353,
62,
1404,
5446,
62,
22921,
62,
37,
2200,
48,
62,
45849,
62,
35,
4261,
6234,
11,
290,
198,
45,
5064,
35353,
62,
1404,
5446,
62,
37,
2200,
48,
62,
45849,
62,
35,
4261,
6234,
62,
10917,
8643,
5883,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
5569,
9771,
2885,
34,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
77,
361,
5235,
62,
15003,
393,
262,
299,
361,
5235,
62,
31768,
11627,
9771,
2163,
290,
21079,
257,
198,
3911,
13174,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17618,
5189,
5569,
82,
2514,
26287,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1271,
286,
13871,
284,
307,
2077,
290,
16449,
284,
198,
67,
2357,
3810,
262,
1441,
1988,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
7783,
9771,
2889,
515,
11395,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
46120,
13087,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
1771,
262,
15004,
4504,
422,
262,
49169,
815,
307,
12328,
198,
1462,
1848,
329,
262,
4461,
290,
11677,
286,
262,
49169,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
9948,
2782,
66,
11395,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
2811,
286,
262,
15004,
13871,
2077,
422,
262,
25863,
198,
9948,
571,
1358,
49169,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
51,
1124,
530,
393,
517,
15004,
13871,
422,
262,
25863,
36537,
49169,
198,
392,
5860,
262,
1988,
393,
262,
2811,
1988,
13,
383,
6737,
326,
262,
49169,
198,
37739,
5260,
460,
307,
7368,
1262,
262,
198,
45,
5064,
35353,
62,
1404,
5446,
62,
34,
1847,
62,
2885,
34,
62,
1268,
30076,
11688,
13,
383,
49169,
468,
617,
11519,
4461,
198,
392,
11677,
13,
2312,
3815,
460,
307,
5295,
1141,
281,
7097,
198,
9948,
571,
1358,
6246,
290,
8574,
287,
262,
36537,
27254,
4805,
2662,
13,
198,
198,
1532,
262,
12429,
7783,
9771,
2889,
515,
11395,
1174,
11507,
318,
13889,
62,
5446,
8924,
11,
24947,
12,
30386,
1677,
46094,
198,
1169,
1988,
326,
318,
4504,
284,
1848,
329,
262,
4461,
290,
11677,
286,
262,
198,
2885,
34,
13,
15323,
11,
262,
8246,
15004,
1988,
2098,
416,
262,
49169,
318,
4504,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
5569,
11297,
42492,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
77,
361,
5235,
62,
15003,
393,
262,
299,
361,
5235,
62,
31768,
11627,
9771,
2163,
290,
21079,
257,
198,
3911,
13174,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
42492,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
262,
1459,
5951,
1100,
422,
25863,
5951,
15736,
11,
198,
259,
7370,
34186,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
5569,
82,
262,
1459,
25863,
5951,
286,
262,
3335,
13,
383,
5951,
318,
198,
7783,
276,
287,
7370,
34186,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
4965,
316,
33682,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1438,
286,
262,
6518,
319,
543,
284,
2198,
262,
11688,
1988,
198,
361,
262,
11688,
318,
6518,
12,
3106,
13,
1002,
262,
11688,
318,
407,
198,
17620,
12,
3106,
11,
788,
1208,
13889,
62,
33991,
393,
281,
6565,
4731,
5855,
11074,
198,
198,
1174,
19463,
11052,
1174,
25,
13538,
357,
28920,
4731,
8,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
42348,
7390,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
8086,
81,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
22882,
6945,
262,
4522,
286,
281,
11688,
2637,
11,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
4965,
1039,
262,
11688,
284,
663,
4277,
1988,
2637,
11,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
4965,
316,
24728,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
5990,
23914,
257,
1327,
13259,
319,
262,
3335,
13,
16588,
318,
5025,
11,
477,
11926,
198,
533,
2716,
11,
7097,
8406,
4154,
282,
30237,
389,
491,
396,
515,
11,
376,
6968,
1722,
389,
198,
42503,
11,
6890,
318,
17839,
284,
663,
4277,
1181,
11,
290,
477,
6246,
198,
1078,
7657,
389,
13259,
284,
511,
4277,
2585,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
4965,
316,
9492,
3803,
9787,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
1212,
2163,
5254,
262,
1459,
1332,
8265,
329,
20086,
319,
262,
198,
27184,
286,
4271,
10945,
1332,
13103,
13,
1002,
534,
8265,
8338,
319,
198,
1169,
4905,
286,
2180,
13103,
11,
534,
1332,
1080,
468,
1342,
198,
32880,
2247,
13,
198,
198,
2215,
5922,
257,
3716,
1332,
1080,
326,
10874,
286,
3294,
1332,
198,
18170,
11,
24947,
20829,
326,
345,
1486,
262,
1332,
13103,
523,
326,
484,
460,
198,
5143,
287,
597,
1502,
13,
1675,
466,
523,
11,
4155,
326,
1123,
1332,
8265,
3190,
198,
11250,
942,
262,
1181,
286,
1123,
8875,
340,
3544,
13,
1002,
257,
1948,
1332,
198,
21412,
857,
407,
3190,
17425,
262,
1181,
286,
281,
8875,
11,
262,
198,
5219,
286,
262,
8875,
8338,
319,
262,
8398,
422,
257,
4271,
198,
18558,
7241,
1332,
8265,
13,
1002,
345,
12260,
262,
1332,
13103,
287,
257,
1180,
198,
2875,
11,
262,
4069,
286,
262,
8875,
290,
262,
1332,
8265,
743,
1487,
13,
198,
1212,
1487,
287,
4069,
318,
4143,
8875,
2176,
290,
6870,
198,
272,
26478,
1799,
1917,
13,
198,
198,
3260,
345,
869,
428,
2163,
11,
262,
26478,
1799,
10627,
16113,
198,
259,
262,
2176,
4639,
8856,
477,
2180,
8398,
4560,
13,
2750,
198,
44714,
428,
2163,
379,
262,
3726,
286,
257,
1332,
8265,
11,
345,
460,
198,
67,
2357,
3810,
1771,
262,
1332,
8265,
468,
20086,
319,
262,
4905,
286,
198,
3866,
8647,
10945,
1332,
13103,
13,
198,
198,
1212,
2163,
857,
407,
1598,
262,
26478,
1799,
14601,
422,
262,
198,
4868,
286,
4271,
6264,
26478,
1799,
14601,
13,
1002,
345,
765,
284,
198,
5162,
4741,
1453,
326,
262,
299,
361,
5235,
62,
3855,
10019,
9492,
3803,
20361,
2163,
691,
198,
7783,
82,
883,
26478,
1799,
14601,
326,
389,
7560,
706,
198,
44714,
428,
2163,
11,
345,
1276,
1598,
262,
1351,
286,
26478,
1799,
198,
40539,
654,
13,
921,
460,
1598,
262,
26478,
1799,
14601,
1351,
416,
198,
45956,
515,
306,
4585,
262,
37628,
37,
5235,
62,
3855,
10019,
9492,
3803,
20361,
2163,
1566,
198,
3919,
517,
26478,
1799,
14601,
389,
4504,
13,
1002,
345,
389,
407,
198,
34339,
287,
262,
2695,
286,
883,
14601,
11,
345,
460,
869,
262,
198,
77,
361,
5235,
62,
19856,
9492,
3803,
54,
1501,
654,
2163,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
4965,
316,
3152,
7469,
13185,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
4965,
1039,
262,
8875,
290,
24578,
13508,
4238,
2836,
1906,
23599,
6460,
422,
198,
1169,
12219,
1438,
326,
373,
973,
284,
41216,
262,
6246,
13,
1002,
262,
6246,
198,
9776,
2727,
1231,
257,
12219,
1438,
11,
428,
2163,
318,
7548,
284,
262,
198,
77,
361,
5235,
62,
42503,
2163,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
19452,
382,
5956,
11627,
9771,
34184,
1187,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
77,
361,
5235,
62,
31768,
11627,
9771,
2163,
290,
21079,
257,
1948,
8875,
198,
29891,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
5886,
8933,
274,
262,
1459,
36537,
38491,
351,
883,
422,
262,
938,
198,
17212,
7097,
36537,
13,
770,
2223,
6840,
3318,
3028,
597,
198,
944,
12,
9948,
2889,
602,
6157,
1201,
262,
938,
640,
281,
7097,
36537,
198,
9776,
6157,
13,
770,
2163,
815,
307,
973,
611,
257,
2116,
12,
9948,
571,
1358,
198,
32783,
12515,
36537,
38491,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
43401,
11712,
282,
7975,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
6518,
1438,
329,
543,
345,
765,
284,
6339,
257,
6737,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
38629,
11712,
282,
4863,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
40009,
10425,
460,
307,
42101,
503,
262,
371,
4694,
40,
3951,
13,
198,
198,
2466,
7469,
1389,
27068,
2466,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
6,
45,
5064,
35353,
62,
23428,
62,
45,
11651,
3256,
705,
18465,
32038,
428,
1988,
37526,
262,
1627,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
44,
14175,
1137,
3256,
705,
9704,
263,
8558,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
23060,
7792,
62,
12425,
3256,
705,
23060,
7792,
6737,
770,
6737,
7685,
3568,
319,
262,
19704,
7792,
16289,
2166,
6103,
21716,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
12425,
62,
2257,
7227,
62,
5446,
3528,
30373,
3256,
705,
10434,
24593,
383,
7253,
24593,
318,
7685,
7560,
379,
262,
923,
286,
262,
8379,
13,
4889,
262,
299,
361,
5235,
62,
16934,
495,
48344,
7416,
2163,
284,
3328,
428,
7616,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
8202,
9795,
62,
5097,
11290,
3256,
705,
11712,
282,
17301,
3096,
8801,
383,
6737,
17301,
3096,
8801,
318,
1160,
19805,
329,
262,
24947,
17976,
12,
4051,
486,
14,
4051,
1157,
14,
4051,
3132,
13,
383,
24947,
350,
55,
40,
12,
20,
26429,
468,
257,
1160,
19805,
3096,
8801,
11,
290,
262,
24947,
350,
55,
40,
12,
4051,
2481,
468,
18253,
2659,
271,
669,
286,
1802,
19805,
13,
383,
24947,
350,
55,
40,
12,
4051,
486,
14,
4051,
1157,
14,
4051,
3132,
857,
407,
1104,
28166,
257,
5926,
21328,
284,
371,
4694,
40,
3951,
393,
2166,
6103,
34472,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
23060,
45,
37846,
1340,
14887,
6234,
3256,
705,
50,
24871,
1634,
9660,
1350,
317,
42133,
9660,
1350,
318,
973,
284,
9149,
4112,
42133,
1022,
734,
393,
517,
6737,
27298,
13,
4889,
262,
299,
361,
5235,
62,
16934,
495,
50,
24871,
1634,
2163,
284,
3328,
262,
9660,
1350,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
15821,
37485,
62,
5446,
3528,
3256,
705,
25423,
7616,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
12425,
62,
16977,
3256,
705,
960,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
31688,
62,
12425,
3256,
705,
26687,
21328,
503,
2166,
6103,
21716,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
47,
55,
40,
62,
5097,
42,
940,
3256,
705,
47,
55,
40,
838,
19805,
736,
14382,
20984,
21328,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
47,
55,
40,
62,
46678,
3256,
705,
47,
55,
40,
3491,
7616,
1627,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
47,
11674,
62,
15,
3256,
705,
47,
11674,
657,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
49,
4694,
40,
62,
15,
3256,
705,
49,
4694,
40,
657,
393,
350,
55,
40,
62,
2898,
328,
657,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
49,
4694,
40,
62,
16,
3256,
705,
49,
4694,
40,
352,
393,
350,
55,
40,
62,
2898,
328,
352,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
49,
4694,
40,
62,
17,
3256,
705,
49,
4694,
40,
362,
393,
350,
55,
40,
62,
2898,
328,
362,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
49,
4694,
40,
62,
18,
3256,
705,
49,
4694,
40,
513,
393,
350,
55,
40,
62,
2898,
328,
513,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
49,
4694,
40,
62,
19,
3256,
705,
49,
4694,
40,
604,
393,
350,
55,
40,
62,
2898,
328,
604,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
49,
4694,
40,
62,
20,
3256,
705,
49,
4694,
40,
642,
393,
350,
55,
40,
62,
2898,
328,
642,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
49,
4694,
40,
62,
21,
3256,
705,
49,
4694,
40,
718,
393,
350,
55,
40,
62,
2898,
328,
718,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
49,
4694,
40,
62,
22,
3256,
705,
49,
4694,
40,
767,
393,
350,
55,
40,
62,
2898,
328,
767,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
31688,
62,
5097,
11290,
62,
49,
4694,
40,
62,
5097,
11290,
3256,
705,
49,
4694,
40,
8801,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
1340,
8202,
9795,
62,
2200,
24302,
18310,
62,
5097,
11290,
3256,
705,
2202,
3526,
20984,
21328,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
16977,
62,
5097,
11290,
3256,
705,
36674,
21328,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
47,
3069,
62,
31688,
62,
47690,
3256,
705,
47,
3069,
20984,
21328,
20520,
4357,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
38629,
11712,
282,
2514,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
464,
1744,
371,
4694,
40,
3951,
284,
543,
345,
460,
6339,
257,
6737,
13,
198,
198,
2466,
7469,
1389,
27068,
2466,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
6,
45,
5064,
35353,
62,
23428,
62,
49,
4694,
40,
62,
15,
3256,
705,
49,
4694,
40,
657,
393,
350,
55,
40,
62,
2898,
328,
657,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
49,
4694,
40,
62,
16,
3256,
705,
49,
4694,
40,
352,
393,
350,
55,
40,
62,
2898,
328,
352,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
49,
4694,
40,
62,
17,
3256,
705,
49,
4694,
40,
362,
393,
350,
55,
40,
62,
2898,
328,
362,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
49,
4694,
40,
62,
18,
3256,
705,
49,
4694,
40,
513,
393,
350,
55,
40,
62,
2898,
328,
513,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
49,
4694,
40,
62,
19,
3256,
705,
49,
4694,
40,
604,
393,
350,
55,
40,
62,
2898,
328,
604,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
49,
4694,
40,
62,
20,
3256,
705,
49,
4694,
40,
642,
393,
350,
55,
40,
62,
2898,
328,
642,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
49,
4694,
40,
62,
21,
3256,
705,
49,
4694,
40,
718,
393,
350,
55,
40,
62,
2898,
328,
718,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
49,
4694,
40,
62,
22,
3256,
705,
49,
4694,
40,
767,
393,
350,
55,
40,
62,
2898,
328,
767,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
31688,
62,
5097,
11290,
62,
49,
4694,
40,
62,
5097,
11290,
3256,
705,
49,
4694,
40,
8801,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
31688,
62,
12425,
3256,
705,
26687,
21328,
503,
2166,
6103,
21716,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
47,
11674,
62,
15,
3256,
705,
47,
11674,
657,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
47,
11674,
62,
16,
3256,
705,
47,
11674,
352,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
47,
11674,
62,
19,
3256,
705,
47,
11674,
604,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
47,
11674,
62,
20,
3256,
705,
47,
11674,
642,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
47,
55,
40,
62,
46678,
3256,
705,
47,
55,
40,
3491,
7616,
1627,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
47,
55,
40,
62,
5097,
42,
940,
3256,
705,
47,
55,
40,
838,
19805,
736,
14382,
20984,
21328,
20520,
4357,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
49,
448,
274,
2972,
10425,
287,
262,
6737,
17301,
284,
262,
371,
4694,
40,
3951,
290,
198,
8534,
6103,
30237,
13,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
464,
6737,
17301,
1276,
407,
307,
287,
262,
2980,
803,
1181,
618,
345,
869,
198,
5661,
2163,
13,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
6,
46083,
705,
1639,
460,
1598,
257,
4271,
42101,
6737,
416,
28166,
399,
5064,
35353,
62,
23428,
62,
45,
11651,
284,
262,
10965,
12094,
2637,
60,
4357,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
24704,
9771,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
393,
262,
299,
361,
5235,
62,
31768,
3152,
29046,
5499,
290,
21079,
257,
198,
3911,
13174,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
5990,
23914,
257,
1336,
5387,
2116,
12,
9948,
571,
1358,
319,
262,
3335,
13,
1002,
262,
198,
9948,
571,
1358,
318,
4388,
11,
649,
36537,
1366,
290,
38491,
389,
8574,
198,
259,
262,
25863,
27254,
4805,
2662,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
25206,
25423,
37021,
48344,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
48344,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
50,
1039,
262,
8801,
4235,
286,
262,
6737,
17301,
13,
198,
198,
2466,
7469,
1389,
27068,
2466,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
6,
45,
5064,
35353,
62,
23428,
62,
33569,
14114,
62,
41925,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
39,
18060,
62,
19535,
3535,
35354,
6,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
39371,
2662,
1404,
2149,
20520,
4357,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
46284,
7390,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
10100,
3256,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
50,
2412,
257,
3141,
284,
7616,
262,
6737,
17301,
13,
770,
13889,
460,
719,
355,
281,
198,
2502,
13154,
329,
281,
7097,
5743,
7616,
13,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
1212,
13889,
857,
407,
20957,
7097,
4875,
5743,
20022,
286,
262,
198,
22125,
7175,
486,
14,
4051,
1157,
14,
4051,
3132,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
25206,
25423,
48344,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
50,
2412,
257,
3141,
284,
7616,
262,
6737,
17301,
2637,
11,
198,
6,
11295,
10354,
705,
7061,
198,
1212,
2163,
460,
719,
355,
281,
20957,
329,
281,
7097,
5743,
7616,
13,
198,
4864,
11,
262,
24947,
7175,
486,
14,
4051,
1157,
14,
4051,
3132,
466,
407,
1104,
44987,
281,
7097,
198,
34725,
5743,
7616,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
7248,
33682,
38432,
46120,
13087,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1438,
286,
262,
6518,
319,
543,
284,
2198,
262,
11688,
1988,
198,
361,
262,
11688,
318,
6518,
12,
3106,
13,
1002,
262,
11688,
318,
407,
198,
17620,
12,
3106,
11,
788,
1208,
13889,
62,
33991,
393,
13538,
357,
28920,
4731,
737,
198,
198,
1174,
19463,
11052,
1174,
25,
13538,
357,
28920,
4731,
8,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
42348,
7390,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
8086,
81,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
22882,
6945,
262,
4522,
286,
281,
11688,
2637,
11,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
42348,
11395,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
46120,
13087,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1988,
284,
543,
345,
765,
284,
900,
262,
11688,
13,
12429,
19463,
198,
11395,
1174,
25,
6045,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
4366,
286,
262,
3815,
1244,
407,
307,
4938,
6906,
319,
262,
1459,
198,
33692,
286,
262,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
50,
1039,
262,
1988,
286,
257,
16049,
46120,
13087,
11688,
13,
198,
198,
1212,
318,
257,
1877,
12,
5715,
2163,
326,
345,
460,
779,
284,
900,
262,
3815,
286,
198,
259,
43872,
12,
11423,
12608,
290,
11519,
8363,
40,
12608,
13,
1002,
262,
198,
42348,
6870,
281,
8875,
1181,
11,
428,
2163,
17706,
198,
259,
43872,
314,
14,
46,
287,
262,
1708,
2663,
25,
198,
198,
12,
220,
1812,
40918,
318,
10058,
329,
262,
2104,
6246,
393,
329,
262,
198,
220,
220,
1948,
11688,
13,
198,
12,
220,
1812,
40918,
318,
9343,
290,
262,
3058,
39986,
1988,
318,
12515,
393,
198,
220,
220,
318,
1180,
621,
262,
1988,
345,
11986,
13,
198,
198,
22125,
12,
30386,
1677,
4909,
1029,
12,
5715,
5499,
326,
900,
749,
286,
262,
8875,
198,
1078,
7657,
13,
24947,
20829,
326,
345,
779,
262,
1029,
12,
5715,
4639,
5499,
198,
292,
881,
355,
1744,
13,
1119,
5412,
1502,
20086,
290,
1963,
342,
961,
198,
48331,
329,
345,
13,
554,
3090,
11,
484,
1620,
3722,
10627,
691,
706,
198,
33990,
477,
286,
262,
12608,
13,
554,
6273,
11,
618,
345,
900,
3294,
198,
1078,
7657,
1262,
262,
5345,
3460,
4163,
5499,
11,
262,
5499,
2198,
262,
198,
259,
43872,
3722,
706,
1123,
869,
13,
198,
198,
7583,
11,
618,
1181,
40918,
318,
9343,
11,
262,
1029,
12,
5715,
5499,
326,
198,
11250,
495,
3294,
12608,
1620,
8875,
314,
14,
46,
691,
329,
262,
198,
1078,
7657,
3025,
1988,
345,
1487,
13,
6660,
11,
345,
460,
11512,
869,
262,
198,
8929,
12,
5715,
5499,
1231,
262,
7389,
286,
30806,
8875,
314,
14,
46,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
7248,
33682,
38432,
5317,
2624,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1438,
286,
262,
6518,
319,
543,
284,
2198,
262,
11688,
1988,
198,
361,
262,
11688,
318,
6518,
12,
3106,
13,
1002,
262,
11688,
318,
407,
198,
17620,
12,
3106,
11,
788,
1208,
13889,
62,
33991,
393,
13538,
357,
28920,
4731,
737,
198,
198,
1174,
19463,
11052,
1174,
25,
13538,
357,
28920,
4731,
8,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
42348,
7390,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
8086,
81,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
22882,
6945,
262,
4522,
286,
281,
11688,
2637,
11,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
42348,
11395,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1988,
284,
543,
345,
765,
284,
900,
262,
11688,
13,
12429,
19463,
198,
11395,
1174,
25,
6045,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
4366,
286,
262,
3815,
1244,
407,
307,
4938,
6906,
319,
262,
1459,
198,
33692,
286,
262,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
50,
1039,
262,
1988,
286,
257,
16049,
5317,
2624,
11688,
13,
198,
198,
1212,
318,
257,
1877,
12,
5715,
2163,
326,
345,
460,
779,
284,
900,
262,
3815,
286,
198,
259,
43872,
12,
11423,
12608,
290,
11519,
8363,
40,
12608,
13,
1002,
262,
198,
42348,
6870,
281,
8875,
1181,
11,
428,
2163,
17706,
198,
259,
43872,
314,
14,
46,
287,
262,
1708,
2663,
25,
198,
198,
12,
220,
1812,
40918,
318,
10058,
329,
262,
2104,
6246,
393,
329,
262,
198,
220,
220,
1948,
11688,
13,
198,
12,
220,
1812,
40918,
318,
9343,
290,
262,
3058,
39986,
1988,
318,
12515,
393,
198,
220,
220,
318,
1180,
621,
262,
1988,
345,
11986,
13,
198,
198,
22125,
12,
30386,
1677,
4909,
1029,
12,
5715,
5499,
326,
900,
749,
286,
262,
8875,
198,
1078,
7657,
13,
24947,
20829,
326,
345,
779,
262,
1029,
12,
5715,
4639,
5499,
198,
292,
881,
355,
1744,
13,
1119,
5412,
1502,
20086,
290,
1963,
342,
961,
198,
48331,
329,
345,
13,
554,
3090,
11,
484,
1620,
3722,
10627,
691,
706,
198,
33990,
477,
286,
262,
12608,
13,
554,
6273,
11,
618,
345,
900,
3294,
198,
1078,
7657,
1262,
262,
5345,
3460,
4163,
5499,
11,
262,
5499,
2198,
262,
198,
259,
43872,
3722,
706,
1123,
869,
13,
198,
198,
7583,
11,
618,
1181,
40918,
318,
9343,
11,
262,
1029,
12,
5715,
5499,
326,
198,
11250,
495,
3294,
12608,
1620,
8875,
314,
14,
46,
691,
329,
262,
198,
1078,
7657,
3025,
1988,
345,
1487,
13,
6660,
11,
345,
460,
11512,
869,
262,
198,
8929,
12,
5715,
5499,
1231,
262,
7389,
286,
30806,
8875,
314,
14,
46,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
7248,
33682,
38432,
5317,
2414,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1438,
286,
262,
6518,
319,
543,
284,
2198,
262,
11688,
1988,
198,
361,
262,
11688,
318,
6518,
12,
3106,
13,
1002,
262,
11688,
318,
407,
198,
17620,
12,
3106,
11,
788,
1208,
13889,
62,
33991,
393,
13538,
357,
28920,
4731,
737,
198,
198,
1174,
19463,
11052,
1174,
25,
13538,
357,
28920,
4731,
8,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
42348,
7390,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
8086,
81,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
22882,
6945,
262,
4522,
286,
281,
11688,
2637,
11,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
42348,
11395,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2414,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1988,
284,
543,
345,
765,
284,
900,
262,
11688,
13,
12429,
19463,
198,
11395,
1174,
25,
6045,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
4366,
286,
262,
3815,
1244,
407,
307,
4938,
6906,
319,
262,
1459,
198,
33692,
286,
262,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
50,
1039,
262,
1988,
286,
257,
16049,
5317,
2414,
11688,
13,
198,
198,
1212,
318,
257,
1877,
12,
5715,
2163,
326,
345,
460,
779,
284,
900,
262,
3815,
286,
198,
259,
43872,
12,
11423,
12608,
290,
11519,
8363,
40,
12608,
13,
1002,
262,
198,
42348,
6870,
281,
8875,
1181,
11,
428,
2163,
17706,
198,
259,
43872,
314,
14,
46,
287,
262,
1708,
2663,
25,
198,
198,
12,
220,
1812,
40918,
318,
10058,
329,
262,
2104,
6246,
393,
329,
262,
198,
220,
220,
1948,
11688,
13,
198,
12,
220,
1812,
40918,
318,
9343,
290,
262,
3058,
39986,
1988,
318,
12515,
393,
198,
220,
220,
318,
1180,
621,
262,
1988,
345,
11986,
13,
198,
198,
22125,
12,
30386,
1677,
4909,
1029,
12,
5715,
5499,
326,
900,
749,
286,
262,
8875,
198,
1078,
7657,
13,
24947,
20829,
326,
345,
779,
262,
1029,
12,
5715,
4639,
5499,
198,
292,
881,
355,
1744,
13,
1119,
5412,
1502,
20086,
290,
1963,
342,
961,
198,
48331,
329,
345,
13,
554,
3090,
11,
484,
1620,
3722,
10627,
691,
706,
198,
33990,
477,
286,
262,
12608,
13,
554,
6273,
11,
618,
345,
900,
3294,
198,
1078,
7657,
1262,
262,
5345,
3460,
4163,
5499,
11,
262,
5499,
2198,
262,
198,
259,
43872,
3722,
706,
1123,
869,
13,
198,
198,
7583,
11,
618,
1181,
40918,
318,
9343,
11,
262,
1029,
12,
5715,
5499,
326,
198,
11250,
495,
3294,
12608,
1620,
8875,
314,
14,
46,
691,
329,
262,
198,
1078,
7657,
3025,
1988,
345,
1487,
13,
6660,
11,
345,
460,
11512,
869,
262,
198,
8929,
12,
5715,
5499,
1231,
262,
7389,
286,
30806,
8875,
314,
14,
46,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
7248,
33682,
38432,
15633,
2414,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1438,
286,
262,
6518,
319,
543,
284,
2198,
262,
11688,
1988,
198,
361,
262,
11688,
318,
6518,
12,
3106,
13,
1002,
262,
11688,
318,
407,
198,
17620,
12,
3106,
11,
788,
1208,
13889,
62,
33991,
393,
13538,
357,
28920,
4731,
737,
198,
198,
1174,
19463,
11052,
1174,
25,
13538,
357,
28920,
4731,
8,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
42348,
7390,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
8086,
81,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
22882,
6945,
262,
4522,
286,
281,
11688,
2637,
11,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
42348,
11395,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1988,
284,
543,
345,
765,
284,
900,
262,
11688,
13,
12429,
19463,
198,
11395,
1174,
25,
6045,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
4366,
286,
262,
3815,
1244,
407,
307,
4938,
6906,
319,
262,
1459,
198,
33692,
286,
262,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
50,
1039,
262,
1988,
286,
257,
16049,
15633,
2414,
11688,
13,
198,
198,
1212,
318,
257,
1877,
12,
5715,
2163,
326,
345,
460,
779,
284,
900,
262,
3815,
286,
198,
259,
43872,
12,
11423,
12608,
290,
11519,
8363,
40,
12608,
13,
1002,
262,
198,
42348,
6870,
281,
8875,
1181,
11,
428,
2163,
17706,
198,
259,
43872,
314,
14,
46,
287,
262,
1708,
2663,
25,
198,
198,
12,
220,
1812,
40918,
318,
10058,
329,
262,
2104,
6246,
393,
329,
262,
198,
220,
220,
1948,
11688,
13,
198,
12,
220,
1812,
40918,
318,
9343,
290,
262,
3058,
39986,
1988,
318,
12515,
393,
198,
220,
220,
318,
1180,
621,
262,
1988,
345,
11986,
13,
198,
198,
22125,
12,
30386,
1677,
4909,
1029,
12,
5715,
5499,
326,
900,
749,
286,
262,
8875,
198,
1078,
7657,
13,
24947,
20829,
326,
345,
779,
262,
1029,
12,
5715,
4639,
5499,
198,
292,
881,
355,
1744,
13,
1119,
5412,
1502,
20086,
290,
1963,
342,
961,
198,
48331,
329,
345,
13,
554,
3090,
11,
484,
1620,
3722,
10627,
691,
706,
198,
33990,
477,
286,
262,
12608,
13,
554,
6273,
11,
618,
345,
900,
3294,
198,
1078,
7657,
1262,
262,
5345,
3460,
4163,
5499,
11,
262,
5499,
2198,
262,
198,
259,
43872,
3722,
706,
1123,
869,
13,
198,
198,
7583,
11,
618,
1181,
40918,
318,
9343,
11,
262,
1029,
12,
5715,
5499,
326,
198,
11250,
495,
3294,
12608,
1620,
8875,
314,
14,
46,
691,
329,
262,
198,
1078,
7657,
3025,
1988,
345,
1487,
13,
6660,
11,
345,
460,
11512,
869,
262,
198,
8929,
12,
5715,
5499,
1231,
262,
7389,
286,
30806,
8875,
314,
14,
46,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
7248,
33682,
38432,
36044,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1438,
286,
262,
6518,
319,
543,
284,
2198,
262,
11688,
1988,
198,
361,
262,
11688,
318,
6518,
12,
3106,
13,
1002,
262,
11688,
318,
407,
198,
17620,
12,
3106,
11,
788,
1208,
13889,
62,
33991,
393,
281,
6565,
4731,
5855,
11074,
198,
198,
1174,
19463,
11052,
1174,
25,
13538,
357,
28920,
4731,
8,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
42348,
7390,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
8086,
81,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
22882,
6945,
262,
4522,
286,
281,
11688,
2637,
11,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
42348,
11395,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1988,
284,
543,
345,
765,
284,
900,
262,
11688,
13,
12429,
19463,
198,
11395,
1174,
25,
6045,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
4366,
286,
262,
3815,
1244,
407,
307,
4938,
6906,
319,
262,
1459,
198,
33692,
286,
262,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
50,
1039,
262,
1988,
286,
257,
16049,
36044,
11688,
13,
198,
198,
1212,
318,
257,
1877,
12,
5715,
2163,
326,
345,
460,
779,
284,
900,
262,
3815,
286,
198,
259,
43872,
12,
11423,
12608,
290,
11519,
8363,
40,
12608,
13,
1002,
262,
198,
42348,
6870,
281,
8875,
1181,
11,
428,
2163,
17706,
198,
259,
43872,
314,
14,
46,
287,
262,
1708,
2663,
25,
198,
198,
12,
220,
1812,
40918,
318,
10058,
329,
262,
2104,
6246,
393,
329,
262,
198,
220,
220,
1948,
11688,
13,
198,
12,
220,
1812,
40918,
318,
9343,
290,
262,
3058,
39986,
1988,
318,
12515,
393,
198,
220,
220,
318,
1180,
621,
262,
1988,
345,
11986,
13,
198,
198,
22125,
12,
30386,
1677,
4909,
1029,
12,
5715,
5499,
326,
900,
749,
286,
262,
8875,
198,
1078,
7657,
13,
632,
318,
1266,
284,
779,
262,
1029,
12,
5715,
4639,
5499,
355,
881,
355,
198,
79,
4733,
13,
1119,
5412,
1502,
20086,
290,
1963,
342,
961,
22656,
329,
198,
5832,
13,
554,
3090,
11,
484,
1620,
3722,
10627,
691,
706,
4634,
477,
286,
198,
1169,
12608,
13,
554,
6273,
11,
618,
345,
900,
3294,
12608,
1262,
262,
198,
7248,
3460,
4163,
5499,
11,
262,
5499,
2198,
262,
8875,
3722,
706,
198,
27379,
869,
13,
198,
198,
7583,
11,
618,
1181,
40918,
318,
9343,
11,
262,
1029,
12,
5715,
5499,
326,
198,
11250,
495,
3294,
12608,
1620,
8875,
314,
14,
46,
691,
329,
262,
198,
1078,
7657,
3025,
1988,
345,
1487,
13,
6660,
11,
345,
460,
11512,
869,
262,
198,
8929,
12,
5715,
5499,
1231,
262,
7389,
286,
30806,
8875,
314,
14,
46,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
7248,
33682,
38432,
10100,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1438,
286,
262,
6518,
319,
543,
284,
2198,
262,
11688,
1988,
198,
361,
262,
11688,
318,
6518,
12,
3106,
13,
1002,
262,
11688,
318,
407,
198,
17620,
12,
3106,
11,
788,
1208,
13889,
62,
33991,
393,
13538,
357,
28920,
4731,
737,
198,
198,
1174,
19463,
11052,
1174,
25,
13538,
357,
28920,
4731,
8,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
42348,
7390,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
8086,
81,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
22882,
6945,
262,
4522,
286,
281,
11688,
2637,
11,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
42348,
11395,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1988,
284,
543,
345,
765,
284,
900,
262,
11688,
13,
12429,
19463,
198,
11395,
1174,
25,
6045,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
4366,
286,
262,
3815,
1244,
407,
307,
4938,
6906,
319,
262,
1459,
198,
33692,
286,
262,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
50,
1039,
262,
1988,
286,
257,
16049,
10100,
11688,
13,
198,
198,
1212,
318,
257,
1877,
12,
5715,
2163,
326,
345,
460,
779,
284,
900,
262,
3815,
286,
198,
259,
43872,
12,
11423,
12608,
290,
11519,
8363,
40,
12608,
13,
1002,
262,
198,
42348,
6870,
281,
8875,
1181,
11,
428,
2163,
17706,
198,
259,
43872,
314,
14,
46,
287,
262,
1708,
2663,
25,
198,
198,
12,
220,
1812,
40918,
318,
10058,
329,
262,
2104,
6246,
393,
329,
262,
198,
220,
220,
1948,
11688,
13,
198,
12,
220,
1812,
40918,
318,
9343,
290,
262,
3058,
39986,
1988,
318,
12515,
393,
198,
220,
220,
318,
1180,
621,
262,
1988,
345,
11986,
13,
198,
198,
22125,
12,
30386,
1677,
4909,
1029,
12,
5715,
5499,
326,
900,
749,
286,
262,
8875,
198,
1078,
7657,
13,
24947,
20829,
326,
345,
779,
262,
1029,
12,
5715,
4639,
5499,
198,
292,
881,
355,
1744,
13,
1119,
5412,
1502,
20086,
290,
1963,
342,
961,
198,
48331,
329,
345,
13,
554,
3090,
11,
484,
1620,
3722,
10627,
691,
706,
198,
33990,
477,
286,
262,
12608,
13,
554,
6273,
11,
618,
345,
900,
3294,
198,
1078,
7657,
1262,
262,
5345,
3460,
4163,
5499,
11,
262,
5499,
2198,
262,
198,
259,
43872,
3722,
706,
1123,
869,
13,
198,
198,
7583,
11,
618,
1181,
40918,
318,
9343,
11,
262,
1029,
12,
5715,
5499,
326,
198,
11250,
495,
3294,
12608,
1620,
8875,
314,
14,
46,
691,
329,
262,
198,
1078,
7657,
3025,
1988,
345,
1487,
13,
6660,
11,
345,
460,
11512,
869,
262,
198,
8929,
12,
5715,
5499,
1231,
262,
7389,
286,
30806,
8875,
314,
14,
46,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
7248,
9771,
12982,
7469,
1389,
12360,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
77,
361,
5235,
62,
15003,
393,
262,
299,
361,
5235,
62,
31768,
11627,
9771,
2163,
290,
21079,
257,
198,
3911,
13174,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
12360,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
22882,
6945,
262,
1321,
4731,
326,
815,
307,
8574,
287,
262,
27254,
4805,
2662,
2637,
11,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
1273,
2850,
2836,
12,
23211,
1321,
287,
262,
25863,
27254,
4805,
2662,
13,
4889,
262,
198,
77,
361,
5235,
62,
3855,
9771,
12982,
7469,
1389,
12360,
11518,
10699,
2163,
284,
5004,
262,
5415,
198,
17618,
286,
3435,
326,
460,
307,
8574,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
7248,
45,
2434,
39709,
687,
10019,
16594,
26545,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
6518,
4291,
543,
262,
6769,
687,
1366,
815,
307,
9639,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
19204,
687,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
22882,
6945,
262,
1438,
284,
11602,
351,
262,
19171,
6769,
687,
2637,
11,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
43762,
2514,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
4941,
2292,
287,
262,
6769,
687,
13,
770,
2292,
290,
198,
1174,
28968,
1174,
1978,
5004,
810,
284,
923,
11046,
1366,
656,
262,
198,
19204,
687,
13,
198,
198,
2466,
7469,
1389,
27068,
2466,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
6,
45,
5064,
35353,
62,
23428,
62,
15543,
6089,
21389,
62,
37997,
17941,
62,
2257,
7227,
357,
15,
8,
3256,
705,
11041,
262,
923,
286,
262,
6769,
687,
355,
262,
4941,
2292,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
15543,
6089,
21389,
62,
37997,
17941,
62,
34,
39237,
357,
16,
8,
3256,
705,
11041,
262,
1459,
2292,
1626,
262,
6769,
687,
355,
262,
4941,
2292,
2637,
60,
4357,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
28968,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
11677,
422,
262,
12429,
43762,
2514,
1174,
11507,
379,
543,
284,
923,
198,
25138,
262,
1366,
656,
262,
6769,
687,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
50,
1039,
262,
2292,
287,
262,
6769,
687,
284,
543,
1366,
318,
3194,
379,
262,
1306,
198,
13564,
13,
770,
2163,
3578,
345,
284,
3551,
284,
14977,
7064,
1626,
198,
1169,
6769,
687,
13,
2312,
6460,
4174,
691,
284,
262,
1306,
3551,
284,
262,
198,
19204,
687,
7368,
416,
262,
12429,
19204,
687,
37508,
1174,
11507,
13,
3834,
44399,
198,
8933,
274,
284,
326,
6769,
687,
2221,
810,
262,
938,
3551,
1364,
572,
11,
4556,
428,
198,
8818,
318,
1444,
757,
13,
383,
12429,
19204,
687,
37508,
1174,
3804,
287,
1276,
423,
198,
47436,
2727,
351,
257,
869,
284,
530,
286,
262,
1708,
5499,
25,
198,
198,
12,
220,
299,
361,
5235,
62,
3237,
13369,
39709,
687,
198,
12,
220,
299,
361,
5235,
62,
16447,
39709,
687,
37,
2414,
198,
12,
220,
299,
361,
5235,
62,
16447,
39709,
687,
40,
1433,
198,
12,
220,
299,
361,
5235,
62,
16447,
39709,
687,
4863,
8979,
40,
1433,
198,
12,
220,
299,
361,
5235,
62,
16447,
39709,
687,
4863,
8979,
37,
2414,
198,
12,
220,
299,
361,
5235,
62,
16447,
39709,
687,
4863,
8979,
39,
19416,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
7248,
39709,
687,
10019,
16594,
26545,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
6518,
319,
543,
284,
262,
6769,
687,
1366,
815,
307,
9639,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
19204,
687,
37508,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
5412,
286,
262,
14977,
6769,
687,
4271,
19171,
351,
198,
1169,
299,
361,
5235,
62,
3237,
13369,
39709,
687,
2163,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
43762,
2514,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
4941,
2292,
287,
262,
6769,
687,
13,
770,
2292,
290,
198,
1174,
28968,
1174,
1978,
5004,
810,
284,
923,
11046,
1366,
656,
262,
198,
19204,
687,
13,
198,
198,
2466,
7469,
1389,
27068,
2466,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
6,
45,
5064,
35353,
62,
23428,
62,
15543,
6089,
21389,
62,
37997,
17941,
62,
2257,
7227,
357,
15,
8,
3256,
705,
11041,
262,
923,
286,
262,
6769,
687,
355,
262,
4941,
2292,
2637,
4357,
37250,
45,
5064,
35353,
62,
23428,
62,
15543,
6089,
21389,
62,
37997,
17941,
62,
34,
39237,
357,
16,
8,
3256,
705,
11041,
262,
1459,
2292,
1626,
262,
6769,
687,
355,
262,
4941,
2292,
2637,
60,
4357,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
28968,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
11677,
422,
12429,
43762,
2514,
1174,
379,
543,
284,
923,
11046,
262,
198,
7890,
656,
262,
6769,
687,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
50,
1039,
262,
2292,
287,
262,
6769,
687,
379,
543,
262,
1306,
6769,
687,
1366,
318,
198,
15266,
13,
770,
2163,
3578,
345,
284,
3551,
284,
14977,
7064,
1626,
198,
1169,
6769,
687,
13,
2312,
6460,
4174,
691,
284,
262,
1306,
3551,
284,
262,
198,
19204,
687,
7368,
416,
262,
6769,
687,
37508,
11507,
13,
3834,
44399,
6797,
284,
198,
5562,
6769,
687,
2221,
810,
262,
938,
3551,
1364,
572,
11,
4556,
428,
2163,
198,
271,
1444,
757,
13,
383,
6769,
687,
37508,
3804,
287,
1276,
423,
587,
2727,
416,
198,
64,
869,
284,
262,
299,
361,
5235,
62,
3237,
13369,
39709,
687,
2163,
393,
530,
286,
262,
1708,
198,
8461,
37,
5235,
13610,
39709,
687,
5499,
25,
198,
198,
12,
220,
299,
361,
5235,
62,
16447,
39709,
687,
37,
2414,
198,
12,
220,
299,
361,
5235,
62,
16447,
39709,
687,
40,
1433,
198,
12,
220,
299,
361,
5235,
62,
16447,
39709,
687,
4863,
8979,
40,
1433,
198,
12,
220,
299,
361,
5235,
62,
16447,
39709,
687,
4863,
8979,
37,
2414,
198,
12,
220,
299,
361,
5235,
62,
16447,
39709,
687,
4863,
8979,
39,
19416,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
3118,
5354,
36044,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
13345,
263,
19242,
25392,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
46120,
13087,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
15597,
82,
2610,
286,
1771,
345,
7330,
257,
5793,
290,
4361,
761,
284,
12116,
198,
1169,
6246,
13,
198,
198,
1212,
11507,
9179,
355,
257,
15607,
13,
1002,
345,
466,
407,
765,
284,
779,
428,
198,
17143,
2357,
11,
1208,
13889,
62,
33991,
13,
198,
198,
14478,
262,
2209,
286,
257,
1957,
16049,
46120,
13087,
7885,
13,
554,
262,
14305,
286,
198,
1169,
1957,
7885,
11,
41216,
340,
284,
13889,
62,
37,
23719,
13,
6251,
262,
2209,
286,
262,
198,
31642,
1957,
7885,
284,
597,
584,
3848,
345,
787,
284,
262,
198,
8461,
37,
5235,
62,
25392,
36044,
2163,
393,
262,
37628,
37,
5235,
62,
3118,
5354,
36044,
2163,
287,
198,
1169,
976,
2163,
13,
198,
198,
464,
11507,
318,
281,
5128,
14,
22915,
11507,
13,
383,
37628,
37,
5235,
62,
25392,
36044,
198,
8818,
290,
262,
37628,
37,
5235,
62,
3118,
5354,
36044,
2163,
1123,
10104,
262,
1459,
198,
8367,
290,
1011,
262,
1708,
4028,
25,
198,
198,
12,
220,
1002,
262,
1988,
318,
13889,
62,
5446,
8924,
11,
262,
37628,
37,
5235,
62,
25392,
36044,
2163,
857,
407,
198,
220,
220,
5793,
262,
6246,
757,
13,
1002,
262,
1988,
318,
13889,
62,
37,
23719,
11,
262,
198,
220,
220,
37628,
37,
5235,
62,
25392,
36044,
2163,
909,
12143,
262,
5793,
290,
5621,
262,
1988,
286,
198,
220,
220,
262,
11507,
284,
13889,
62,
5446,
8924,
13,
198,
12,
220,
1002,
262,
1988,
318,
13889,
62,
37,
23719,
11,
262,
37628,
37,
5235,
62,
3118,
5354,
36044,
2163,
857,
198,
220,
220,
407,
2230,
284,
12116,
262,
6246,
13,
1002,
262,
1988,
318,
13889,
62,
5446,
8924,
11,
262,
198,
220,
220,
37628,
37,
5235,
62,
3118,
5354,
36044,
2163,
10050,
262,
5793,
290,
5621,
262,
1988,
198,
220,
220,
286,
262,
11507,
284,
13889,
62,
37,
23719,
13,
198,
198,
19093,
11,
345,
460,
11,
869,
262,
37628,
37,
5235,
62,
3118,
5354,
36044,
2163,
379,
262,
886,
286,
198,
14108,
2163,
1231,
18916,
546,
1771,
345,
1682,
423,
262,
5793,
13,
198,
198,
16281,
25,
198,
198,
38432,
19580,
6208,
37,
19524,
357,
38432,
36044,
25357,
11,
16049,
5317,
2624,
9701,
8,
198,
90,
198,
198,
38432,
19580,
4049,
796,
13889,
62,
12564,
4093,
7597,
26,
198,
38432,
46120,
13087,
423,
25392,
796,
13889,
62,
37,
23719,
26,
198,
361,
357,
33152,
1222,
36992,
62,
16,
8,
198,
90,
198,
198,
8903,
9787,
9139,
81,
7,
8461,
37,
5235,
62,
25392,
36044,
7,
8903,
11,
1222,
14150,
25392,
26,
18125,
198,
8903,
9787,
9139,
81,
7,
7214,
12502,
16,
7,
8903,
18125,
198,
361,
357,
33152,
1222,
36992,
62,
17,
8,
198,
90,
198,
198,
8903,
9787,
9139,
81,
7,
37628,
37,
5235,
62,
3118,
5354,
36044,
7,
8903,
11,
1222,
14150,
25392,
26,
18125,
198,
8903,
9787,
9139,
81,
7,
7214,
12502,
17,
7,
8903,
18125,
198,
8903,
9787,
9139,
81,
7,
37628,
37,
5235,
62,
25392,
36044,
7,
8903,
11,
1222,
14150,
25392,
26,
1776,
198,
198,
92,
198,
361,
357,
33152,
1222,
36992,
62,
18,
8,
628,
25357,
9787,
9139,
81,
7,
7214,
12502,
18,
7,
8903,
18125,
198,
198,
92,
198,
198,
12331,
25,
198,
198,
91,
220,
198,
198,
14,
59,
9,
198,
2953,
428,
966,
11,
345,
2314,
1107,
307,
1654,
326,
198,
5832,
423,
262,
5793,
13,
20525,
11,
262,
423,
25392,
198,
45286,
2753,
1337,
286,
326,
329,
345,
13,
198,
59,
16208,
198,
8461,
37,
5235,
62,
3118,
5354,
36044,
7,
8903,
11,
1222,
14150,
25392,
26,
1776,
198,
7783,
4049,
26,
198,
198,
92,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
3041,
29329,
257,
5793,
326,
345,
9477,
319,
281,
8875,
6246,
1262,
262,
198,
77,
361,
5235,
62,
25392,
36044,
2163,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
21321,
18273,
45677,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
9806,
7575,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
22882,
6945,
262,
26827,
1988,
287,
38694,
2637,
11,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33484,
896,
1566,
262,
3335,
318,
1760,
15453,
393,
1566,
262,
5415,
640,
468,
198,
1069,
6474,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16594,
33,
3219,
1433,
2025,
11794,
45442,
11395,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
77,
361,
5235,
62,
31768,
11627,
9771,
2163,
290,
21079,
257,
1948,
8875,
198,
29891,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
6518,
1438,
329,
543,
345,
765,
284,
3551,
262,
1988,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
11395,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
1433,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
464,
1988,
284,
3551,
2637,
11,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
91,
12257,
274,
262,
1467,
12,
2545,
1988,
284,
262,
45793,
11,
543,
714,
307,
5072,
355,
257,
6257,
198,
220,
45444,
13,
198,
91,
770,
2163,
6797,
284,
262,
45793,
691,
618,
287,
281,
7097,
36537,
198,
220,
6246,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16594,
33,
3219,
1433,
39709,
687,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
6518,
319,
543,
284,
262,
6769,
687,
1366,
815,
307,
9639,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
19204,
687,
37508,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
5412,
286,
262,
14977,
6769,
687,
4271,
19171,
351,
198,
1169,
299,
361,
5235,
62,
3237,
13369,
39709,
687,
2163,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
10699,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1271,
286,
8405,
284,
3440,
656,
262,
6769,
687,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
657,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
6601,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
1433,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
7177,
286,
1366,
284,
3440,
656,
262,
6769,
687,
13,
383,
7177,
1276,
198,
14150,
379,
1551,
355,
867,
4847,
355,
262,
1988,
287,
12429,
7857,
1174,
13,
383,
13934,
1366,
198,
271,
1364,
12,
3137,
1431,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
20257,
274,
13934,
1366,
284,
262,
6769,
687,
287,
25863,
4088,
13,
383,
6769,
687,
198,
28144,
3804,
1276,
423,
587,
2727,
416,
257,
869,
284,
262,
198,
77,
361,
5235,
62,
3237,
13369,
39709,
687,
393,
262,
299,
361,
5235,
62,
16447,
39709,
687,
40,
1433,
2163,
13,
198,
198,
3886,
4277,
11,
262,
8840,
869,
284,
262,
37628,
37,
5235,
62,
16594,
33,
3219,
1433,
39709,
687,
198,
8818,
4477,
3597,
1366,
422,
262,
2292,
286,
262,
938,
6291,
198,
15266,
13,
921,
460,
900,
262,
3551,
2292,
290,
11677,
416,
4585,
262,
198,
77,
361,
5235,
62,
7248,
39709,
687,
10019,
16594,
26545,
2163,
13,
1002,
11305,
318,
9343,
11,
198,
5832,
460,
3551,
517,
1366,
621,
262,
19171,
6769,
687,
2546,
287,
25863,
198,
31673,
13,
33973,
284,
262,
198,
63,
12124,
278,
1279,
2200,
6489,
11598,
62,
7707,
38757,
62,
48451,
30643,
62,
21886,
62,
17,
7,
5532,
278,
8,
29,
63,
834,
7243,
329,
517,
198,
17018,
546,
11305,
1366,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16594,
5377,
11141,
33,
3219,
1433,
39709,
687,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
6518,
319,
543,
284,
262,
6769,
687,
1366,
815,
307,
9639,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
19204,
687,
37508,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
5412,
286,
262,
14977,
6769,
687,
4271,
19171,
351,
198,
1169,
299,
361,
5235,
62,
3237,
13369,
39709,
687,
2163,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
10699,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1271,
286,
8405,
284,
3440,
656,
262,
6769,
687,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
657,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
6601,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
45,
2149,
296,
11141,
40,
1433,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
7177,
286,
1366,
284,
3440,
656,
262,
6769,
687,
13,
383,
7177,
1276,
198,
14150,
379,
1551,
355,
867,
4847,
355,
262,
1988,
287,
12429,
7857,
1174,
13,
383,
13934,
1366,
198,
271,
1364,
12,
3137,
1431,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
20257,
274,
13934,
1366,
284,
262,
6769,
687,
287,
25863,
4088,
13,
383,
6769,
687,
198,
28144,
3804,
287,
1276,
423,
587,
2727,
416,
257,
869,
284,
262,
198,
77,
361,
5235,
62,
3237,
13369,
39709,
687,
393,
262,
299,
361,
5235,
62,
16447,
39709,
687,
40,
1433,
2163,
13,
198,
198,
3886,
4277,
11,
262,
8840,
869,
284,
262,
198,
8461,
37,
5235,
62,
16594,
5377,
11141,
33,
3219,
1433,
39709,
687,
2163,
4477,
3597,
1366,
198,
6738,
262,
2292,
286,
262,
938,
6291,
3194,
13,
921,
460,
900,
262,
3551,
198,
9150,
290,
11677,
416,
4585,
262,
299,
361,
5235,
62,
7248,
39709,
687,
10019,
16594,
26545,
198,
8818,
13,
1002,
11305,
318,
9343,
11,
345,
460,
3551,
517,
1366,
621,
262,
198,
439,
10533,
6769,
687,
2546,
287,
25863,
4088,
13,
33973,
284,
262,
198,
63,
12124,
278,
1279,
2200,
6489,
11598,
62,
7707,
38757,
62,
48451,
30643,
62,
21886,
62,
17,
7,
5532,
278,
8,
29,
63,
834,
7243,
329,
517,
198,
17018,
546,
11305,
1366,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16594,
45,
2434,
39709,
687,
5377,
11141,
37,
2414,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
6518,
4291,
543,
262,
6769,
687,
1366,
815,
307,
9639,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
19204,
687,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
22882,
6945,
262,
1438,
284,
11602,
351,
262,
19171,
6769,
687,
2637,
11,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
10699,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1271,
286,
8405,
284,
3440,
656,
262,
6769,
687,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
657,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
6601,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
45,
2149,
296,
11141,
15057,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
7177,
286,
1366,
284,
3440,
656,
262,
6769,
687,
13,
383,
7177,
1276,
198,
14150,
379,
1551,
355,
867,
4847,
355,
262,
1988,
287,
12429,
7857,
1174,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
20257,
274,
3716,
12462,
1906,
4122,
1366,
284,
262,
3706,
6769,
687,
287,
25863,
198,
31673,
319,
4410,
351,
262,
399,
5064,
35353,
62,
1404,
5446,
62,
47053,
62,
1677,
6242,
30465,
11688,
900,
284,
198,
12861,
62,
5446,
8924,
290,
262,
399,
5064,
35353,
62,
1404,
5446,
62,
47053,
62,
26947,
62,
4805,
4503,
7597,
2751,
62,
49058,
11688,
900,
198,
1462,
399,
5064,
35353,
62,
23428,
62,
47053,
62,
41335,
55,
13,
383,
6769,
687,
5412,
3804,
287,
1276,
423,
198,
47436,
2727,
416,
257,
869,
284,
262,
299,
361,
5235,
62,
3237,
13369,
39709,
687,
2163,
393,
284,
198,
505,
286,
262,
1708,
37628,
37,
5235,
13610,
17084,
687,
5499,
25,
198,
198,
12,
220,
299,
361,
5235,
62,
16447,
39709,
687,
37,
2414,
198,
12,
220,
299,
361,
5235,
62,
16447,
39709,
687,
40,
1433,
198,
12,
220,
299,
361,
5235,
62,
16447,
39709,
687,
4863,
8979,
40,
1433,
198,
12,
220,
299,
361,
5235,
62,
16447,
39709,
687,
4863,
8979,
37,
2414,
198,
12,
220,
299,
361,
5235,
62,
16447,
39709,
687,
4863,
8979,
39,
19416,
198,
198,
3886,
4277,
11,
262,
8840,
869,
284,
262,
198,
8461,
37,
5235,
62,
16594,
45,
2434,
39709,
687,
5377,
11141,
37,
2414,
2163,
4477,
3597,
1366,
198,
6738,
262,
2292,
286,
262,
938,
6291,
3194,
13,
921,
460,
900,
262,
3551,
198,
9150,
290,
11677,
416,
4585,
262,
198,
77,
361,
5235,
62,
7248,
45,
2434,
39709,
687,
10019,
16594,
26545,
2163,
13,
1002,
11305,
318,
198,
25616,
11,
345,
460,
3551,
517,
1366,
621,
262,
19171,
6769,
687,
2546,
287,
198,
261,
3526,
4088,
13,
33973,
284,
262,
198,
63,
12124,
278,
1279,
2200,
6489,
11598,
62,
7707,
38757,
62,
48451,
30643,
62,
21886,
62,
17,
7,
5532,
278,
8,
29,
63,
834,
7243,
329,
517,
198,
17018,
546,
11305,
1366,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16594,
45,
2434,
39709,
687,
5377,
11141,
40,
1433,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
6518,
4291,
543,
262,
6769,
687,
1366,
815,
307,
9639,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
19204,
687,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
22882,
6945,
262,
1438,
284,
11602,
351,
262,
19171,
6769,
687,
2637,
11,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
10699,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1271,
286,
8405,
284,
3440,
656,
262,
6769,
687,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
657,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
6601,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
45,
2149,
296,
11141,
40,
1433,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
7177,
286,
1366,
284,
3440,
656,
262,
6769,
687,
13,
383,
7177,
1276,
198,
14150,
379,
1551,
355,
867,
4847,
355,
262,
1988,
287,
12429,
7857,
1174,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
20257,
274,
3716,
13934,
1366,
284,
262,
3706,
6769,
687,
287,
25863,
4088,
319,
198,
42034,
351,
262,
399,
5064,
35353,
62,
1404,
5446,
62,
47053,
62,
1677,
6242,
30465,
11688,
900,
284,
13889,
62,
5446,
8924,
198,
392,
262,
399,
5064,
35353,
62,
1404,
5446,
62,
47053,
62,
26947,
62,
4805,
4503,
7597,
2751,
62,
49058,
11688,
900,
284,
198,
45,
5064,
35353,
62,
23428,
62,
47053,
62,
41335,
55,
13,
383,
6769,
687,
5412,
3804,
287,
1276,
423,
587,
198,
25598,
416,
257,
869,
284,
262,
299,
361,
5235,
62,
3237,
13369,
39709,
687,
2163,
393,
284,
530,
286,
198,
1169,
1708,
37628,
37,
5235,
13610,
17084,
687,
5499,
25,
198,
198,
12,
220,
299,
361,
5235,
62,
16447,
39709,
687,
37,
2414,
198,
12,
220,
299,
361,
5235,
62,
16447,
39709,
687,
40,
1433,
198,
12,
220,
299,
361,
5235,
62,
16447,
39709,
687,
4863,
8979,
40,
1433,
198,
12,
220,
299,
361,
5235,
62,
16447,
39709,
687,
4863,
8979,
37,
2414,
198,
12,
220,
299,
361,
5235,
62,
16447,
39709,
687,
4863,
8979,
39,
19416,
198,
198,
3886,
4277,
11,
262,
8840,
869,
284,
262,
198,
8461,
37,
5235,
62,
16594,
45,
2434,
39709,
687,
5377,
11141,
72,
1433,
2163,
4477,
3597,
1366,
198,
6738,
262,
2292,
286,
262,
938,
6291,
3194,
13,
921,
460,
900,
262,
3551,
198,
9150,
290,
11677,
416,
4585,
262,
198,
77,
361,
5235,
62,
7248,
45,
2434,
39709,
687,
10019,
16594,
26545,
2163,
13,
1002,
11305,
318,
198,
25616,
11,
345,
460,
3551,
517,
1366,
621,
262,
19171,
6769,
687,
2546,
287,
198,
261,
3526,
4088,
13,
33973,
284,
262,
198,
63,
12124,
278,
1279,
2200,
6489,
11598,
62,
7707,
38757,
62,
48451,
30643,
62,
21886,
62,
17,
7,
5532,
278,
8,
29,
63,
834,
7243,
329,
517,
198,
17018,
546,
11305,
1366,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16594,
45,
2434,
39709,
687,
37,
2414,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
6518,
4291,
543,
262,
6769,
687,
1366,
815,
307,
9639,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
19204,
687,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
22882,
6945,
262,
1438,
284,
11602,
351,
262,
19171,
6769,
687,
2637,
11,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
10699,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1271,
286,
8405,
284,
3440,
656,
262,
6769,
687,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
657,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
6601,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
7177,
286,
1366,
284,
3440,
656,
262,
6769,
687,
13,
383,
7177,
1276,
198,
14150,
379,
1551,
355,
867,
4847,
355,
262,
1988,
287,
12429,
7857,
1174,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
20257,
274,
12462,
12,
4122,
1366,
284,
262,
6769,
687,
287,
25863,
4088,
13,
383,
198,
19204,
687,
5412,
3804,
287,
1276,
423,
587,
2727,
416,
257,
869,
284,
262,
198,
77,
361,
5235,
62,
3237,
13369,
39709,
687,
2163,
393,
284,
530,
286,
262,
1708,
37628,
37,
5235,
198,
16447,
17084,
687,
5499,
25,
198,
198,
12,
220,
299,
361,
5235,
62,
16447,
39709,
687,
37,
2414,
198,
12,
220,
299,
361,
5235,
62,
16447,
39709,
687,
40,
1433,
198,
12,
220,
299,
361,
5235,
62,
16447,
39709,
687,
4863,
8979,
40,
1433,
198,
12,
220,
299,
361,
5235,
62,
16447,
39709,
687,
4863,
8979,
37,
2414,
198,
12,
220,
299,
361,
5235,
62,
16447,
39709,
687,
4863,
8979,
39,
19416,
198,
198,
3886,
4277,
11,
262,
8840,
869,
284,
262,
37628,
37,
5235,
62,
16594,
45,
2434,
39709,
687,
37,
2414,
198,
8818,
4477,
3597,
1366,
422,
262,
2292,
286,
262,
938,
6291,
198,
15266,
13,
921,
460,
900,
262,
3551,
2292,
290,
11677,
416,
4585,
262,
198,
77,
361,
5235,
62,
7248,
45,
2434,
39709,
687,
10019,
16594,
26545,
2163,
13,
1002,
11305,
318,
198,
25616,
11,
345,
460,
3551,
517,
1366,
621,
262,
19171,
6769,
687,
2546,
287,
198,
261,
3526,
4088,
13,
33973,
284,
262,
198,
63,
12124,
278,
1279,
2200,
6489,
11598,
62,
7707,
38757,
62,
48451,
30643,
62,
21886,
62,
17,
7,
5532,
278,
8,
29,
63,
834,
7243,
329,
517,
198,
17018,
546,
11305,
1366,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16594,
45,
2434,
39709,
687,
40,
1433,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
6518,
4291,
543,
262,
6769,
687,
1366,
815,
307,
9639,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
19204,
687,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
22882,
6945,
262,
1438,
284,
11602,
351,
262,
19171,
6769,
687,
2637,
11,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
10699,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1271,
286,
8405,
284,
3440,
656,
262,
6769,
687,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
657,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
6601,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
1433,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
7177,
286,
1366,
284,
3440,
656,
262,
6769,
687,
13,
383,
7177,
1276,
198,
14150,
379,
1551,
355,
867,
4847,
355,
262,
1988,
287,
12429,
7857,
1174,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
20257,
274,
13934,
1366,
284,
262,
3706,
6769,
687,
287,
25863,
4088,
13,
198,
198,
3886,
4277,
11,
262,
8840,
869,
284,
262,
37628,
37,
5235,
62,
16594,
45,
2434,
39709,
687,
40,
1433,
198,
8818,
4477,
3597,
1366,
422,
262,
2292,
286,
262,
938,
6291,
198,
15266,
13,
921,
460,
900,
262,
3551,
2292,
290,
11677,
416,
4585,
262,
198,
77,
361,
5235,
62,
7248,
45,
2434,
39709,
687,
10019,
16594,
26545,
2163,
13,
1002,
11305,
318,
198,
25616,
11,
345,
460,
3551,
517,
1366,
621,
262,
19171,
6769,
687,
2546,
287,
198,
261,
3526,
4088,
13,
33973,
284,
262,
198,
63,
12124,
278,
1279,
2200,
6489,
11598,
62,
7707,
38757,
62,
48451,
30643,
62,
21886,
62,
17,
7,
5532,
278,
8,
29,
63,
834,
7243,
329,
517,
198,
17018,
546,
11305,
1366,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16594,
47,
17,
11401,
358,
4122,
40,
1433,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
437,
4122,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1438,
286,
262,
376,
5064,
46,
36123,
13,
6060,
318,
3194,
284,
262,
36123,
198,
37,
5064,
46,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17618,
5189,
50,
12629,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
22882,
6945,
262,
1271,
286,
8405,
284,
3551,
656,
262,
36123,
376,
5064,
46,
2637,
11,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
437,
4122,
6601,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
1433,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
7177,
286,
1366,
284,
3551,
656,
262,
36123,
376,
5064,
46,
13,
383,
13934,
198,
7890,
318,
1364,
12,
3137,
1431,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
20257,
274,
314,
1433,
1366,
284,
262,
12720,
12,
1462,
12,
33350,
36123,
13,
5765,
428,
2163,
284,
3551,
198,
36733,
1366,
422,
262,
2583,
284,
262,
36123,
878,
3599,
5270,
284,
198,
27080,
281,
739,
11125,
379,
923,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16594,
7391,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
6518,
319,
543,
262,
4226,
318,
9639,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
7391,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
4264,
1299,
262,
2420,
286,
262,
4226,
345,
765,
284,
779,
329,
534,
5270,
198,
27184,
13,
33973,
284,
4600,
12048,
278,
198,
43993,
507,
1279,
2200,
6489,
11598,
62,
7707,
38757,
62,
48451,
30643,
62,
21886,
62,
17,
7,
77,
2304,
1968,
276,
13,
354,
76,
3256,
4,
1238,
338,
6519,
278,
62,
259,
7249,
507,
8,
29,
63,
834,
198,
1640,
517,
1321,
546,
3597,
14750,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
20257,
274,
257,
4731,
7268,
530,
393,
517,
14750,
326,
1089,
262,
198,
20158,
286,
6769,
23914,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16594,
39709,
687,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
464,
6518,
4291,
543,
262,
6769,
687,
1366,
815,
307,
9639,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
19204,
687,
37508,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
5412,
286,
262,
14977,
6769,
687,
4271,
19171,
351,
198,
1169,
299,
361,
5235,
62,
3237,
13369,
39709,
687,
2163,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
10699,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1271,
286,
8405,
284,
3440,
656,
262,
6769,
687,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
657,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
6601,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
15633,
2414,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
7177,
286,
1366,
284,
3440,
656,
262,
6769,
687,
13,
383,
7177,
1276,
198,
14150,
379,
1551,
355,
867,
4847,
355,
262,
1988,
287,
12429,
7857,
1174,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
20257,
274,
12462,
12,
4122,
1366,
284,
262,
6769,
687,
287,
25863,
4088,
13,
383,
198,
19204,
687,
5412,
3804,
287,
1276,
423,
587,
2727,
416,
257,
869,
284,
262,
198,
77,
361,
5235,
62,
3237,
13369,
39709,
687,
2163,
393,
530,
286,
262,
1708,
37628,
37,
5235,
198,
16447,
39709,
687,
5499,
25,
198,
198,
12,
220,
299,
361,
5235,
62,
16447,
39709,
687,
37,
2414,
198,
12,
220,
299,
361,
5235,
62,
16447,
39709,
687,
40,
1433,
198,
12,
220,
299,
361,
5235,
62,
16447,
39709,
687,
4863,
8979,
40,
1433,
198,
12,
220,
299,
361,
5235,
62,
16447,
39709,
687,
4863,
8979,
37,
2414,
198,
12,
220,
299,
361,
5235,
62,
16447,
39709,
687,
4863,
8979,
39,
19416,
198,
198,
3886,
4277,
11,
262,
8840,
869,
284,
262,
37628,
37,
5235,
62,
16594,
39709,
687,
2163,
198,
18487,
947,
3597,
1366,
422,
262,
2292,
286,
262,
938,
6291,
3194,
13,
921,
198,
5171,
900,
262,
3551,
2292,
290,
11677,
416,
4585,
262,
198,
77,
361,
5235,
62,
7248,
39709,
687,
10019,
16594,
26545,
2163,
13,
1002,
11305,
318,
9343,
11,
198,
5832,
460,
3551,
517,
1366,
621,
262,
19171,
6769,
687,
2546,
287,
25863,
198,
31673,
13,
33973,
284,
262,
198,
63,
12124,
278,
1279,
2200,
6489,
11598,
62,
7707,
38757,
62,
48451,
30643,
62,
21886,
62,
17,
7,
5532,
278,
8,
29,
63,
834,
7243,
329,
517,
198,
17018,
546,
11305,
1366,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
16594,
39709,
687,
5377,
11141,
37,
2414,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17620,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
34184,
10100,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
6518,
4291,
543,
262,
6769,
687,
1366,
815,
307,
9639,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
366,
15,
1,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
17618,
5189,
50,
12629,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
1271,
286,
8405,
284,
3440,
656,
262,
6769,
687,
13,
198,
1174,
19463,
11052,
1174,
25,
657,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
6601,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
45,
2149,
296,
11141,
15057,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
7177,
286,
1366,
284,
3440,
656,
262,
6769,
687,
13,
921,
1276,
198,
11265,
1096,
262,
1366,
2173,
287,
262,
7177,
284,
307,
1022,
784,
16,
13,
405,
290,
1343,
16,
13,
405,
13,
198,
464,
7177,
1276,
423,
379,
1551,
355,
867,
4847,
355,
262,
1988,
287,
262,
198,
1174,
17618,
5189,
50,
12629,
1174,
11507,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
19204,
687,
37508,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
5412,
286,
262,
14977,
6769,
687,
4271,
19171,
351,
198,
1169,
37628,
37,
5235,
62,
3237,
13369,
39709,
687,
2163,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
20257,
274,
3716,
1366,
284,
262,
6769,
687,
287,
25863,
4088,
319,
4410,
351,
198,
1169,
399,
5064,
35353,
62,
1404,
5446,
62,
2606,
7250,
3843,
62,
1677,
6242,
30465,
11688,
900,
284,
13889,
62,
5446,
8924,
290,
262,
198,
45,
5064,
35353,
62,
1404,
5446,
62,
47053,
62,
26947,
62,
4805,
4503,
7597,
2751,
62,
49058,
11688,
900,
284,
198,
45,
5064,
35353,
62,
23428,
62,
47053,
62,
41335,
55,
13,
383,
6769,
687,
5412,
3804,
287,
1276,
423,
587,
198,
25598,
416,
257,
869,
284,
262,
299,
361,
5235,
62,
3237,
13369,
39709,
687,
2163,
393,
284,
530,
286,
198,
1169,
1708,
37628,
37,
5235,
13610,
17084,
687,
5499,
25,
198,
198,
12,
220,
299,
361,
5235,
62,
16447,
39709,
687,
37,
2414,
198,
12,
220,
299,
361,
5235,
62,
16447,
39709,
687,
40,
1433,
198,
12,
220,
299,
361,
5235,
62,
16447,
39709,
687,
4863,
8979,
40,
1433,
198,
12,
220,
299,
361,
5235,
62,
16447,
39709,
687,
4863,
8979,
37,
2414,
198,
12,
220,
299,
361,
5235,
62,
16447,
39709,
687,
4863,
8979,
39,
19416,
198,
198,
3886,
4277,
11,
262,
8840,
869,
284,
262,
37628,
37,
5235,
62,
16594,
39709,
687,
5377,
11141,
37,
2414,
198,
8818,
4477,
3597,
1366,
422,
262,
2292,
286,
262,
938,
6291,
198,
15266,
13,
921,
460,
900,
262,
3551,
2292,
290,
11677,
416,
4585,
262,
198,
77,
361,
5235,
62,
7248,
39709,
687,
10019,
16594,
26545,
2163,
13,
1002,
11305,
318,
9343,
11,
198,
5832,
460,
3551,
517,
1366,
621,
262,
19171,
6769,
687,
2546,
287,
25863,
198,
31673,
13,
33973,
284,
262,
198,
63,
12124,
278,
1279,
2200,
6489,
11598,
62,
7707,
38757,
62,
48451,
30643,
62,
21886,
62,
17,
7,
5532,
278,
8,
29,
63,
834,
7243,
329,
517,
198,
17018,
546,
11305,
1366,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
19836,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
5990,
23914,
262,
1708,
4560,
25,
198,
198,
12,
220,
1012,
4629,
262,
8875,
314,
14,
46,
6246,
13,
198,
12,
220,
8145,
305,
893,
262,
24947,
12,
30386,
1677,
6246,
290,
477,
286,
663,
12608,
13,
198,
12,
220,
1024,
32332,
689,
597,
4088,
4133,
24947,
12,
30386,
1677,
3544,
13,
198,
198,
3673,
477,
6737,
11926,
4920,
416,
4585,
262,
299,
361,
5235,
62,
43834,
11712,
282,
198,
392,
299,
361,
5235,
62,
43401,
11712,
282,
7975,
5499,
389,
2716,
618,
262,
24947,
12,
30386,
1677,
198,
29891,
318,
4838,
13,
383,
1708,
3084,
2523,
644,
4325,
284,
257,
6737,
198,
38629,
319,
534,
3335,
618,
345,
869,
262,
37628,
37,
5235,
62,
19836,
2163,
13,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
3260,
4585,
37628,
37,
5235,
62,
19836,
11,
345,
2314,
779,
24947,
12,
30386,
1677,
757,
1566,
345,
198,
13345,
262,
299,
361,
5235,
62,
15003,
393,
299,
361,
5235,
62,
31768,
3152,
29046,
5499,
13,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
6,
25886,
18810,
3256,
705,
8413,
391,
5884,
3256,
705,
8413,
391,
5884,
6,
4357,
37250,
49,
4694,
40,
14,
47,
55,
40,
5157,
14382,
3256,
705,
8413,
391,
5884,
3256,
705,
7279,
15236,
20520,
4357,
198,
470,
540,
62,
25677,
10354,
37250,
49,
448,
274,
1675,
3256,
705,
22125,
7175,
486,
14,
4051,
1157,
14,
4051,
3132,
3256,
705,
6395,
29362,
6,
4357,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
18224,
62,
20500,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
393,
262,
37628,
37,
5235,
62,
31768,
3152,
29046,
5499,
290,
21079,
257,
198,
3911,
13174,
8875,
6246,
13,
198,
198,
1639,
460,
1208,
13889,
62,
33991,
329,
428,
11507,
13,
46389,
13889,
62,
33991,
318,
4465,
198,
12518,
530,
286,
262,
41216,
5499,
10143,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
13889,
62,
33991,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
18224,
10669,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
19580,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
262,
12429,
13376,
1174,
11507,
326,
318,
4504,
422,
597,
286,
262,
198,
22125,
12,
30386,
1677,
5499,
13,
198,
198,
1174,
19463,
11052,
1174,
25,
657,
357,
12861,
62,
12564,
4093,
7597,
8,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
18224,
12837,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
12441,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
262,
4049,
3275,
4731,
1100,
422,
262,
8875,
4049,
3275,
198,
36560,
13,
198,
198,
1639,
1276,
1208,
257,
16049,
12441,
7177,
351,
379,
1551,
17759,
9881,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
3103,
24040,
257,
3722,
2438,
4504,
416,
281,
24947,
12,
30386,
1677,
2163,
656,
257,
198,
7220,
12,
46155,
4731,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
18224,
62,
22766,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
18224,
10669,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
2624,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
35561,
262,
4049,
2438,
1100,
422,
262,
8875,
4049,
16834,
2637,
11,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
18224,
12837,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
12441,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
262,
4049,
3275,
4731,
1100,
422,
262,
8875,
4049,
3275,
198,
36560,
13,
198,
198,
1639,
1276,
1208,
257,
16049,
12441,
7177,
351,
379,
1551,
17759,
9881,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
5569,
82,
281,
4049,
2438,
290,
257,
3275,
422,
262,
8875,
4049,
16834,
2637,
11,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
15003,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
31092,
5376,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
49,
10677,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
6,
6888,
1009,
10354,
705,
7061,
198,
48485,
24947,
12,
46640,
290,
24947,
12,
46640,
36802,
3335,
3891,
389,
407,
1339,
12,
30176,
13,
198,
4864,
11,
477,
8363,
40,
3891,
11,
884,
355,
12219,
3891,
11,
389,
1339,
12,
30176,
13,
1002,
198,
5832,
779,
12219,
3891,
11,
4639,
6246,
3891,
11,
393,
7166,
3891,
287,
534,
198,
23065,
11,
345,
1276,
4155,
326,
262,
1438,
345,
779,
7466,
262,
1438,
287,
262,
198,
3824,
40,
28373,
9363,
2393,
3446,
11,
1231,
597,
13991,
287,
262,
1339,
198,
1659,
262,
3435,
13,
198,
7061,
3256,
198,
1549,
7260,
10354,
705,
7061,
198,
91,
18291,
6945,
262,
8271,
1438,
286,
262,
3335,
284,
41216,
13,
198,
198,
1890,
29065,
24947,
12,
46640,
4410,
11,
262,
15582,
318,
17051,
48,
3712,
59,
1635,
77,
25666,
810,
1635,
77,
9,
318,
198,
1169,
3335,
1271,
8686,
416,
25882,
11,
355,
3402,
287,
17934,
352,
13,
198,
198,
1890,
24947,
12,
46640,
36802,
4410,
11,
262,
15582,
318,
655,
262,
3335,
1438,
7368,
287,
198,
22921,
11,
355,
3402,
287,
17934,
362,
13,
48752,
4277,
3891,
329,
24947,
12,
46640,
36802,
4410,
198,
259,
25882,
389,
6245,
16,
393,
350,
55,
40,
16,
38963,
16,
13,
921,
460,
36265,
281,
24947,
12,
46640,
36802,
3335,
416,
198,
3506,
12,
565,
7958,
319,
262,
1438,
287,
25882,
290,
8218,
257,
649,
1438,
13,
198,
198,
2025,
13527,
15582,
329,
24947,
12,
46640,
36802,
4410,
10874,
286,
17051,
48,
3712,
59,
1635,
22125,
12,
46640,
36802,
198,
25202,
1438,
25666,
355,
3402,
287,
17934,
513,
13,
770,
19264,
9831,
3578,
329,
198,
1169,
779,
286,
281,
24947,
12,
46640,
36802,
3335,
287,
281,
3586,
326,
373,
6198,
198,
30473,
329,
257,
29065,
24947,
12,
46640,
3335,
13,
1114,
1672,
11,
611,
262,
198,
31438,
13423,
17051,
48,
3712,
16,
11,
345,
460,
36265,
262,
24947,
12,
46640,
36802,
3335,
284,
352,
287,
198,
22921,
290,
1208,
287,
17051,
48,
3712,
16,
329,
262,
8271,
1438,
11,
355,
3402,
287,
17934,
604,
13,
198,
198,
1532,
345,
779,
262,
17051,
48,
3712,
59,
1635,
77,
9,
15582,
290,
281,
24947,
12,
46640,
36802,
3335,
1438,
1541,
198,
1069,
1023,
351,
326,
976,
1438,
11,
262,
24947,
12,
46640,
36802,
3335,
318,
14451,
717,
13,
198,
198,
1639,
460,
635,
1208,
287,
262,
1438,
286,
281,
8363,
40,
12219,
1438,
393,
281,
8363,
40,
7166,
198,
3672,
17839,
351,
262,
8363,
40,
28373,
10361,
11,
355,
3402,
287,
17934,
198,
20,
13,
317,
12219,
1438,
21079,
257,
1948,
7166,
8875,
13,
317,
7166,
198,
3672,
21079,
257,
2176,
3335,
290,
26052,
262,
4238,
6460,
329,
198,
1169,
6246,
13,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
6,
16,
3256,
705,
48485,
24947,
12,
46640,
3335,
3256,
705,
46640,
3712,
6852,
1635,
16,
9,
3256,
29513,
9,
16,
9,
796,
3335,
1271,
33047,
4357,
37250,
17,
3256,
705,
22125,
12,
46640,
36802,
3335,
3256,
705,
9,
1820,
46640,
36802,
24728,
9,
3256,
29513,
9,
1820,
46640,
36802,
24728,
9,
796,
3335,
1438,
33047,
4357,
37250,
18,
3256,
705,
22125,
12,
46640,
36802,
3335,
3256,
705,
46640,
3712,
6852,
1635,
1820,
46640,
36802,
24728,
9,
3256,
29513,
9,
1820,
46640,
36802,
24728,
9,
796,
3335,
1438,
33047,
4357,
37250,
19,
3256,
705,
22125,
12,
46640,
36802,
3335,
3256,
705,
46640,
3712,
6852,
1635,
17,
9,
3256,
29513,
9,
17,
9,
796,
3335,
1438,
33047,
4357,
37250,
20,
3256,
705,
3824,
40,
12219,
1438,
393,
8363,
40,
7166,
1438,
3256,
705,
9,
1820,
11187,
605,
5376,
9,
3256,
29513,
9,
1820,
11187,
605,
5376,
9,
796,
1438,
8,
20520,
4357,
198,
470,
540,
62,
25677,
10354,
37250,
16281,
1303,
3256,
705,
24728,
5994,
3256,
705,
13940,
41641,
3256,
705,
43015,
6,
4357,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
312,
20746,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
46120,
13087,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
1771,
345,
765,
24947,
12,
30386,
1677,
284,
1620,
281,
4522,
12405,
13,
198,
198,
2215,
345,
900,
428,
11507,
284,
13889,
62,
5446,
8924,
11,
24947,
12,
30386,
1677,
3326,
6945,
326,
262,
198,
25202,
326,
345,
41216,
318,
4855,
13,
198,
198,
31560,
388,
301,
1817,
460,
15058,
810,
7216,
281,
4522,
12405,
284,
262,
3335,
318,
198,
917,
274,
13194,
13,
1649,
345,
900,
428,
11507,
284,
13889,
62,
37,
23719,
11,
262,
2163,
198,
36733,
4340,
262,
3335,
1231,
9489,
281,
4522,
12405,
13,
198,
198,
2466,
7469,
1389,
27068,
2466,
198,
198,
1174,
19463,
11052,
1174,
25,
13889,
62,
5446,
8924,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
6,
12861,
62,
5446,
8924,
3256,
705,
5990,
687,
4522,
12405,
6,
4357,
37250,
12861,
62,
37,
23719,
3256,
705,
50232,
4522,
12405,
20520,
4357,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
42503,
24728,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
46120,
13087,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
22882,
6945,
1771,
345,
765,
284,
13259,
262,
3335,
1141,
262,
37588,
198,
1676,
771,
495,
13,
13889,
62,
5446,
8924,
26052,
326,
262,
3335,
318,
13259,
290,
17706,
262,
198,
31642,
2163,
355,
262,
299,
361,
5235,
62,
4965,
316,
2163,
13,
198,
198,
2466,
7469,
1389,
27068,
2466,
198,
198,
1174,
19463,
11052,
1174,
25,
13889,
62,
5446,
8924,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
6,
12861,
62,
5446,
8924,
3256,
705,
4965,
316,
3335,
6,
4357,
37250,
12861,
62,
37,
23719,
3256,
705,
5211,
407,
13259,
3335,
20520,
4357,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
257,
6246,
5412,
326,
345,
460,
779,
284,
5911,
262,
3335,
287,
477,
198,
7266,
44399,
24947,
12,
30386,
1677,
2163,
3848,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
5990,
23914,
262,
1708,
37588,
4028,
25,
198,
198,
12,
220,
7921,
274,
257,
649,
8363,
40,
8875,
4639,
6246,
13,
198,
12,
220,
8670,
641,
257,
6246,
284,
262,
7368,
3335,
1262,
262,
7071,
290,
198,
220,
220,
2209,
326,
345,
11986,
329,
262,
12429,
31092,
5376,
1174,
11507,
13,
198,
12,
220,
1002,
262,
12429,
2389,
20746,
1174,
11507,
318,
900,
284,
13889,
62,
5446,
8924,
11,
428,
2163,
198,
220,
220,
20743,
262,
3335,
4522,
290,
8794,
326,
262,
4522,
318,
4938,
329,
24947,
12,
30386,
1677,
13,
198,
12,
220,
1002,
262,
12429,
42503,
24728,
1174,
11507,
318,
900,
284,
13889,
62,
5446,
8924,
11,
428,
2163,
198,
220,
220,
581,
1039,
262,
3335,
284,
257,
1900,
1181,
13,
198,
12,
220,
311,
2412,
37588,
9729,
284,
900,
262,
3335,
284,
262,
1181,
198,
220,
220,
3306,
329,
262,
4905,
286,
24947,
12,
30386,
1677,
13,
198,
12,
220,
16409,
257,
6246,
5412,
326,
345,
460,
779,
284,
5911,
262,
3335,
287,
198,
220,
220,
477,
8840,
24947,
12,
30386,
1677,
2163,
3848,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
42503,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
4965,
1039,
262,
8875,
284,
257,
1900,
1181,
13,
770,
2163,
450,
2096,
262,
198,
20158,
11,
37526,
477,
11926,
11,
290,
581,
1039,
6246,
12608,
284,
262,
198,
12286,
3815,
13,
770,
2163,
857,
407,
11,
2158,
11,
4589,
262,
6246,
198,
48310,
393,
17425,
262,
3335,
6890,
284,
663,
4277,
1181,
13,
198,
7061,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
1890,
262,
24947,
7175,
486,
14,
20,
26429,
14,
4051,
1157,
14,
4051,
3132,
11,
428,
2163,
27508,
262,
976,
198,
46571,
355,
262,
299,
361,
5235,
62,
4965,
316,
24728,
2163,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
260,
10178,
62,
22766,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
259,
43872,
32103,
18009,
1166,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
12441,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
262,
24947,
12,
30386,
1677,
3788,
18440,
3146,
287,
262,
1296,
286,
257,
4731,
13,
198,
198,
1639,
1276,
1208,
257,
16049,
12441,
7177,
351,
379,
1551,
17759,
9881,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
69,
2533,
1574,
18009,
1166,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
12441,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
262,
8875,
18779,
18440,
3146,
287,
262,
1296,
286,
257,
198,
8841,
13,
198,
198,
1639,
1276,
1208,
257,
16049,
12441,
7177,
351,
379,
1551,
17759,
9881,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
35561,
262,
18440,
3146,
286,
262,
24947,
12,
30386,
1677,
290,
8875,
18779,
2637,
11,
198,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
705,
944,
62,
9288,
10354,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7783,
82,
10354,
705,
38432,
19580,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17143,
7307,
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,
37295,
10354,
705,
259,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
8903,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
36044,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
33234,
6945,
534,
8875,
6246,
13,
12429,
8903,
1174,
318,
6492,
422,
262,
198,
8461,
37,
5235,
62,
15003,
11,
299,
361,
5235,
62,
31768,
3152,
29046,
11,
393,
299,
361,
5235,
62,
24243,
1096,
3152,
1925,
8961,
198,
12543,
2733,
290,
21079,
257,
1948,
8875,
6246,
13,
198,
7061,
3256,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
944,
14402,
23004,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
5317,
1433,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
4264,
1299,
262,
1988,
4504,
422,
262,
8875,
2116,
12,
9288,
13,
317,
1988,
286,
657,
198,
521,
16856,
1943,
13,
198,
7061,
3256,
198,
470,
540,
62,
2618,
10354,
16410,
6,
15,
3256,
705,
14478,
276,
2116,
12,
9288,
6,
4357,
37250,
16,
3256,
705,
24704,
12,
9288,
4054,
20520,
4357,
198,
470,
540,
62,
25677,
10354,
37250,
24704,
12,
14402,
6127,
3256,
705,
11828,
6,
4357,
198,
5512,
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,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
37295,
10354,
705,
448,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
705,
944,
14402,
12837,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
38432,
12441,
21737,
3256,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
7061,
198,
35561,
262,
2116,
12,
9288,
2882,
4731,
422,
262,
8875,
13,
198,
198,
1639,
1276,
1208,
257,
16049,
12441,
7177,
351,
379,
1551,
17759,
9881,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
1549,
7990,
341,
10354,
1391,
198,
1549,
7260,
10354,
705,
10987,
82,
262,
8875,
2116,
12,
9288,
8027,
290,
5860,
262,
1332,
1255,
7,
82,
737,
3256,
198,
6,
11295,
10354,
705,
7061,
198,
2215,
973,
319,
617,
6737,
27298,
11,
262,
3335,
318,
13259,
706,
262,
198,
8461,
37,
5235,
62,
944,
62,
9288,
2163,
4539,
13,
1002,
345,
779,
262,
37628,
37,
5235,
62,
944,
62,
9288,
198,
8818,
11,
534,
3335,
743,
407,
307,
287,
663,
4271,
17839,
1181,
198,
8499,
262,
2163,
4539,
13,
198,
7061,
3256,
198,
5512,
198,
220,
220,
220,
8964,
198,
92,
198
] | 2.580995 | 122,514 |
import pytest
from fairing.utils import is_runtime_phase, get_image_full, get_image
REPO_NAME = 'testrepo'
IMAGE_NAME = 'fairing-test'
IMAGE_TAG = 'some-tag'
@pytest.mark.parametrize("runtime_phase", [True, False])
| [
11748,
12972,
9288,
198,
198,
6738,
3148,
278,
13,
26791,
1330,
318,
62,
43282,
62,
40715,
11,
651,
62,
9060,
62,
12853,
11,
651,
62,
9060,
198,
198,
2200,
16402,
62,
20608,
796,
705,
9288,
260,
7501,
6,
198,
3955,
11879,
62,
20608,
796,
705,
22043,
278,
12,
9288,
6,
198,
3955,
11879,
62,
42197,
796,
705,
11246,
12,
12985,
6,
198,
198,
31,
9078,
9288,
13,
4102,
13,
17143,
316,
380,
2736,
7203,
43282,
62,
40715,
1600,
685,
17821,
11,
10352,
12962,
198
] | 2.595238 | 84 |
from transformers import *
from synthesis import *
err_msg = "sparse_coo_tensor(): argument 'size' must be tuple of ints\", ' not NoneTyp"
sentences = err_msg
tokenizer = BertTokenizer.from_pretrained('bert-base-uncased')
model = BertModel.from_pretrained('bert-base-uncased')
sentence_embeddings = tokenizer.encode(err_msg)
word_to_embedding = zip(sentences.split(' '), sentence_embeddings)
for line in word_to_embedding:
print (line)
for sentence, embedding in zip(sentences, sentence_embeddings):
print("Sentence:", sentence)
print("Embedding:", embedding)
print("") | [
6738,
6121,
364,
1330,
1635,
198,
6738,
21263,
1330,
1635,
198,
198,
8056,
62,
19662,
796,
366,
82,
29572,
62,
1073,
78,
62,
83,
22854,
33529,
4578,
705,
7857,
6,
1276,
307,
46545,
286,
493,
82,
34607,
705,
407,
6045,
31467,
1,
198,
198,
34086,
3007,
796,
11454,
62,
19662,
198,
30001,
7509,
796,
22108,
30642,
7509,
13,
6738,
62,
5310,
13363,
10786,
4835,
12,
8692,
12,
19524,
839,
11537,
198,
19849,
796,
22108,
17633,
13,
6738,
62,
5310,
13363,
10786,
4835,
12,
8692,
12,
19524,
839,
11537,
198,
34086,
594,
62,
20521,
67,
654,
796,
11241,
7509,
13,
268,
8189,
7,
8056,
62,
19662,
8,
198,
4775,
62,
1462,
62,
20521,
12083,
796,
19974,
7,
34086,
3007,
13,
35312,
10786,
705,
828,
6827,
62,
20521,
67,
654,
8,
198,
1640,
1627,
287,
1573,
62,
1462,
62,
20521,
12083,
25,
198,
220,
220,
220,
3601,
357,
1370,
8,
198,
198,
1640,
6827,
11,
11525,
12083,
287,
19974,
7,
34086,
3007,
11,
6827,
62,
20521,
67,
654,
2599,
198,
220,
220,
220,
3601,
7203,
31837,
594,
25,
1600,
6827,
8,
198,
220,
220,
220,
3601,
7203,
31567,
6048,
278,
25,
1600,
11525,
12083,
8,
198,
220,
220,
220,
3601,
7203,
4943
] | 2.94 | 200 |
import pandas as pd
import sys
from multiprocessing import Pool
import numpy as np
import cv2
from lib.utils import load_image, info, debug, display_imgs
from lib.config import gen_config
config = gen_config()
# use the ladder trick to make it O(n) instead of O(n^2)
# identical_pair = {
# 'test_id': test_id,
# 'hpa_id': hpa_id,
# 'max_error': np.max(np.abs(test_img - img)),
# 'mean_error': (test_img - img).mean(),
# 'trans': trans,
# }
if __name__ == '__main__':
first_round()
hires_compare()
show_top_imgs()
# i_test = 0
# i_hpa = 0
# identical_pairs = []
# while i_test < len(test_set) and i_hpa < len(hpa_set):
# test_img, test_id = test_set[i_test]
# hpa_img, hpa_id = hpa_set[i_hpa]
# if np.allclose(test_img, hpa_img, rtol=0, atol=1):
# identical_pair = {
# 'test_id': test_id,
# 'hpa_id': hpa_id,
# 'error': (test_img - hpa_img).sum(),
# }
# debug(f'identical_pair =\n{identical_pair}')
# identical_pairs.append(identical_pair)
# i_test +=1
# i_hpa +=1
# continue
# if test_img >
# print(test_set)
# print(hpa_set)
| [
11748,
19798,
292,
355,
279,
67,
198,
11748,
25064,
198,
6738,
18540,
305,
919,
278,
1330,
19850,
198,
11748,
299,
32152,
355,
45941,
198,
11748,
269,
85,
17,
198,
6738,
9195,
13,
26791,
1330,
3440,
62,
9060,
11,
7508,
11,
14257,
11,
3359,
62,
9600,
82,
198,
6738,
9195,
13,
11250,
1330,
2429,
62,
11250,
198,
198,
11250,
796,
2429,
62,
11250,
3419,
198,
198,
2,
779,
262,
18002,
6908,
284,
787,
340,
440,
7,
77,
8,
2427,
286,
440,
7,
77,
61,
17,
8,
628,
628,
628,
628,
628,
198,
198,
2,
10411,
62,
24874,
796,
1391,
198,
2,
220,
220,
220,
220,
705,
9288,
62,
312,
10354,
1332,
62,
312,
11,
198,
2,
220,
220,
220,
220,
705,
71,
8957,
62,
312,
10354,
289,
8957,
62,
312,
11,
198,
2,
220,
220,
220,
220,
705,
9806,
62,
18224,
10354,
45941,
13,
9806,
7,
37659,
13,
8937,
7,
9288,
62,
9600,
532,
33705,
36911,
198,
2,
220,
220,
220,
220,
705,
32604,
62,
18224,
10354,
357,
9288,
62,
9600,
532,
33705,
737,
32604,
22784,
198,
2,
220,
220,
220,
220,
705,
7645,
10354,
1007,
11,
198,
2,
1782,
198,
198,
361,
11593,
3672,
834,
6624,
705,
834,
12417,
834,
10354,
198,
220,
220,
220,
717,
62,
744,
3419,
198,
220,
220,
220,
37097,
62,
5589,
533,
3419,
198,
220,
220,
220,
905,
62,
4852,
62,
9600,
82,
3419,
198,
198,
2,
1312,
62,
9288,
796,
657,
198,
2,
1312,
62,
71,
8957,
796,
657,
198,
2,
10411,
62,
79,
3468,
796,
17635,
198,
2,
981,
1312,
62,
9288,
1279,
18896,
7,
9288,
62,
2617,
8,
290,
1312,
62,
71,
8957,
1279,
18896,
7,
71,
8957,
62,
2617,
2599,
198,
2,
220,
220,
220,
220,
1332,
62,
9600,
11,
1332,
62,
312,
796,
1332,
62,
2617,
58,
72,
62,
9288,
60,
198,
2,
220,
220,
220,
220,
289,
8957,
62,
9600,
11,
289,
8957,
62,
312,
796,
289,
8957,
62,
2617,
58,
72,
62,
71,
8957,
60,
198,
2,
220,
220,
220,
220,
611,
45941,
13,
439,
19836,
7,
9288,
62,
9600,
11,
289,
8957,
62,
9600,
11,
374,
83,
349,
28,
15,
11,
379,
349,
28,
16,
2599,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
10411,
62,
24874,
796,
1391,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
9288,
62,
312,
10354,
1332,
62,
312,
11,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
71,
8957,
62,
312,
10354,
289,
8957,
62,
312,
11,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
18224,
10354,
357,
9288,
62,
9600,
532,
289,
8957,
62,
9600,
737,
16345,
22784,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
14257,
7,
69,
6,
738,
605,
62,
24874,
796,
59,
77,
90,
738,
605,
62,
24874,
92,
11537,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
10411,
62,
79,
3468,
13,
33295,
7,
738,
605,
62,
24874,
8,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
1312,
62,
9288,
15853,
16,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
1312,
62,
71,
8957,
15853,
16,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
2555,
198,
198,
2,
220,
220,
220,
220,
611,
1332,
62,
9600,
1875,
198,
198,
2,
3601,
7,
9288,
62,
2617,
8,
198,
2,
3601,
7,
71,
8957,
62,
2617,
8,
198
] | 2.022222 | 585 |
from ..core.king_geometry import KingGeometry
from matplotlib.pyplot import Line2D
import abc
from matplotlib.transforms import Affine2D
from matplotlib.text import Text
| [
6738,
11485,
7295,
13,
3364,
62,
469,
15748,
1330,
2677,
10082,
15748,
198,
6738,
2603,
29487,
8019,
13,
9078,
29487,
1330,
6910,
17,
35,
198,
11748,
450,
66,
198,
6738,
2603,
29487,
8019,
13,
7645,
23914,
1330,
6708,
500,
17,
35,
198,
6738,
2603,
29487,
8019,
13,
5239,
1330,
8255,
628
] | 3.352941 | 51 |
from pre_processing.features import read_feature_dfs_as_dict
from pre_processing.features import df_dict_to_df_dataframe
from util.helper import pop_labels
from models.ComputedFeaturesFFNN import ComputedFeaturesFFNN
from util.metrics import rmse, correlation_coefficient
from util.constants import LEARNING_SET, FULL_TEST_SET, ENTROPY_FEATURES, ALL_FEATURES
from util.logging import save_latex_aggregated_table
from util.visualization import plot_raw_features
if __name__ == '__main__':
train_svr()
| [
6738,
662,
62,
36948,
13,
40890,
1330,
1100,
62,
30053,
62,
7568,
82,
62,
292,
62,
11600,
198,
6738,
662,
62,
36948,
13,
40890,
1330,
47764,
62,
11600,
62,
1462,
62,
7568,
62,
7890,
14535,
198,
6738,
7736,
13,
2978,
525,
1330,
1461,
62,
23912,
1424,
198,
6738,
4981,
13,
5377,
17128,
23595,
5777,
6144,
1330,
955,
17128,
23595,
5777,
6144,
198,
6738,
7736,
13,
4164,
10466,
1330,
42721,
325,
11,
16096,
62,
1073,
16814,
198,
6738,
7736,
13,
9979,
1187,
1330,
12509,
1503,
15871,
62,
28480,
11,
34958,
62,
51,
6465,
62,
28480,
11,
12964,
5446,
3185,
56,
62,
15112,
47471,
11,
11096,
62,
15112,
47471,
198,
6738,
7736,
13,
6404,
2667,
1330,
3613,
62,
17660,
87,
62,
9460,
2301,
515,
62,
11487,
198,
6738,
7736,
13,
41464,
1634,
1330,
7110,
62,
1831,
62,
40890,
628,
198,
198,
361,
11593,
3672,
834,
6624,
705,
834,
12417,
834,
10354,
198,
220,
220,
220,
4512,
62,
21370,
81,
3419,
198
] | 3.188679 | 159 |
#!/usr/bin/env python
import sys
sys.path.insert(0, '../config/')
from sqlalchemy import create_engine, Table, MetaData, Column, Integer, String, ForeignKey
from sqlalchemy.orm import mapper, relationship, sessionmaker
from config import config
if __name__ == '__main__':
run() | [
2,
48443,
14629,
14,
8800,
14,
24330,
21015,
198,
11748,
25064,
198,
17597,
13,
6978,
13,
28463,
7,
15,
11,
705,
40720,
11250,
14,
11537,
198,
6738,
44161,
282,
26599,
1330,
2251,
62,
18392,
11,
8655,
11,
30277,
6601,
11,
29201,
11,
34142,
11,
10903,
11,
8708,
9218,
198,
6738,
44161,
282,
26599,
13,
579,
1330,
285,
11463,
11,
2776,
11,
6246,
10297,
198,
6738,
4566,
1330,
4566,
628,
628,
198,
361,
11593,
3672,
834,
6624,
705,
834,
12417,
834,
10354,
198,
220,
220,
220,
1057,
3419
] | 3.275862 | 87 |
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import argparse
import sys
import os
import subprocess
import shutil
import logging
import glob
import multiprocessing
import tempfile
from pathlib import Path
from Bio import SeqIO
from Bio.SeqRecord import SeqRecord
from py16db.shared_methods import filter_sraFind, \
extract_16s_from_assembly, run_barrnap, parse_kraken_report, run_kraken2
if __name__ == '__main__':
main()
| [
2,
48443,
14629,
14,
8800,
14,
24330,
21015,
18,
198,
2,
532,
9,
12,
19617,
25,
3384,
69,
12,
23,
532,
9,
12,
198,
198,
11748,
1822,
29572,
198,
11748,
25064,
198,
11748,
28686,
198,
11748,
850,
14681,
198,
11748,
4423,
346,
198,
11748,
18931,
198,
11748,
15095,
198,
11748,
18540,
305,
919,
278,
198,
11748,
20218,
7753,
628,
198,
6738,
3108,
8019,
1330,
10644,
198,
6738,
16024,
1330,
1001,
80,
9399,
198,
6738,
16024,
13,
4653,
80,
23739,
1330,
1001,
80,
23739,
628,
198,
6738,
12972,
1433,
9945,
13,
28710,
62,
24396,
82,
1330,
8106,
62,
82,
430,
16742,
11,
3467,
198,
220,
220,
220,
7925,
62,
1433,
82,
62,
6738,
62,
41873,
11,
1057,
62,
65,
3258,
77,
499,
11,
21136,
62,
74,
430,
3464,
62,
13116,
11,
1057,
62,
74,
430,
3464,
17,
628,
628,
628,
198,
198,
361,
11593,
3672,
834,
6624,
705,
834,
12417,
834,
10354,
198,
220,
220,
220,
1388,
3419,
198
] | 2.810127 | 158 |
"""Supervisr Puppet Apps Config"""
from supervisr.core.apps import SettingBootstrapper, SupervisrAppConfig
class SupervisrPuppetConfig(SupervisrAppConfig):
"""Supervisr Puppet app config"""
name = 'supervisr.puppet'
verbose_name = 'Supervisr Puppet'
navbar_enabled = lambda self, request: request.user.is_superuser
title_modifier = lambda self, request: 'Puppet'
| [
37811,
12442,
4703,
81,
34447,
27710,
17056,
37811,
198,
198,
6738,
2208,
4703,
81,
13,
7295,
13,
18211,
1330,
25700,
36476,
12044,
2848,
11,
3115,
4703,
81,
4677,
16934,
628,
198,
4871,
3115,
4703,
81,
47,
44933,
16934,
7,
12442,
4703,
81,
4677,
16934,
2599,
198,
220,
220,
220,
37227,
12442,
4703,
81,
34447,
598,
4566,
37811,
628,
220,
220,
220,
1438,
796,
705,
16668,
4703,
81,
13,
79,
44933,
6,
198,
220,
220,
220,
15942,
577,
62,
3672,
796,
705,
12442,
4703,
81,
34447,
6,
198,
220,
220,
220,
6812,
5657,
62,
25616,
796,
37456,
2116,
11,
2581,
25,
2581,
13,
7220,
13,
271,
62,
16668,
7220,
198,
220,
220,
220,
3670,
62,
4666,
7483,
796,
37456,
2116,
11,
2581,
25,
705,
47,
44933,
6,
198
] | 3.047244 | 127 |
"""
MSX SDK
MSX SDK client. # noqa: E501
The version of the OpenAPI document: 1.0.9
Generated by: https://openapi-generator.tech
"""
import sys
import unittest
import python_msx_sdk
from python_msx_sdk.model.change_request_summary import ChangeRequestSummary
from python_msx_sdk.model.change_requests_page_all_of import ChangeRequestsPageAllOf
from python_msx_sdk.model.page_header import PageHeader
globals()['ChangeRequestSummary'] = ChangeRequestSummary
globals()['ChangeRequestsPageAllOf'] = ChangeRequestsPageAllOf
globals()['PageHeader'] = PageHeader
from python_msx_sdk.model.change_requests_page import ChangeRequestsPage
class TestChangeRequestsPage(unittest.TestCase):
"""ChangeRequestsPage unit test stubs"""
def testChangeRequestsPage(self):
"""Test ChangeRequestsPage"""
# FIXME: construct object with mandatory attributes with example values
# model = ChangeRequestsPage() # noqa: E501
pass
if __name__ == '__main__':
unittest.main()
| [
37811,
198,
220,
220,
220,
6579,
55,
26144,
628,
220,
220,
220,
6579,
55,
26144,
5456,
13,
220,
1303,
645,
20402,
25,
412,
33548,
628,
220,
220,
220,
383,
2196,
286,
262,
4946,
17614,
3188,
25,
352,
13,
15,
13,
24,
198,
220,
220,
220,
2980,
515,
416,
25,
3740,
1378,
9654,
15042,
12,
8612,
1352,
13,
13670,
198,
37811,
628,
198,
11748,
25064,
198,
11748,
555,
715,
395,
198,
198,
11748,
21015,
62,
907,
87,
62,
21282,
74,
198,
6738,
21015,
62,
907,
87,
62,
21282,
74,
13,
19849,
13,
3803,
62,
25927,
62,
49736,
1330,
9794,
18453,
22093,
198,
6738,
21015,
62,
907,
87,
62,
21282,
74,
13,
19849,
13,
3803,
62,
8897,
3558,
62,
7700,
62,
439,
62,
1659,
1330,
9794,
16844,
3558,
9876,
3237,
5189,
198,
6738,
21015,
62,
907,
87,
62,
21282,
74,
13,
19849,
13,
7700,
62,
25677,
1330,
7873,
39681,
198,
4743,
672,
874,
3419,
17816,
19400,
18453,
22093,
20520,
796,
9794,
18453,
22093,
198,
4743,
672,
874,
3419,
17816,
19400,
16844,
3558,
9876,
3237,
5189,
20520,
796,
9794,
16844,
3558,
9876,
3237,
5189,
198,
4743,
672,
874,
3419,
17816,
9876,
39681,
20520,
796,
7873,
39681,
198,
6738,
21015,
62,
907,
87,
62,
21282,
74,
13,
19849,
13,
3803,
62,
8897,
3558,
62,
7700,
1330,
9794,
16844,
3558,
9876,
628,
198,
4871,
6208,
19400,
16844,
3558,
9876,
7,
403,
715,
395,
13,
14402,
20448,
2599,
198,
220,
220,
220,
37227,
19400,
16844,
3558,
9876,
4326,
1332,
17071,
82,
37811,
628,
220,
220,
220,
825,
1332,
19400,
16844,
3558,
9876,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
14402,
9794,
16844,
3558,
9876,
37811,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
44855,
11682,
25,
5678,
2134,
351,
13677,
12608,
351,
1672,
3815,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
2746,
796,
9794,
16844,
3558,
9876,
3419,
220,
1303,
645,
20402,
25,
412,
33548,
198,
220,
220,
220,
220,
220,
220,
220,
1208,
628,
198,
361,
11593,
3672,
834,
6624,
705,
834,
12417,
834,
10354,
198,
220,
220,
220,
555,
715,
395,
13,
12417,
3419,
198
] | 2.922636 | 349 |
# -*- coding: utf-8 -*-
# Copyright 2016 Objectif Libre
#
# 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.
#
# @author: Stéphane Albert
#
from sqlalchemy.ext import declarative
NAMING_CONVENTION = {
"ix": 'ix_%(column_0_label)s',
"uq": "uq_%(table_name)s_%(column_0_name)s",
"ck": "ck_%(table_name)s_%(constraint_name)s",
"fk": "fk_%(table_name)s_%(column_0_name)s_%(referred_table_name)s",
"pk": "pk_%(table_name)s"}
| [
2,
532,
9,
12,
19617,
25,
3384,
69,
12,
23,
532,
9,
12,
198,
2,
15069,
1584,
9515,
361,
44384,
198,
2,
198,
2,
220,
220,
220,
49962,
739,
262,
24843,
13789,
11,
10628,
362,
13,
15,
357,
1169,
366,
34156,
15341,
345,
743,
198,
2,
220,
220,
220,
407,
779,
428,
2393,
2845,
287,
11846,
351,
262,
13789,
13,
921,
743,
7330,
198,
2,
220,
220,
220,
257,
4866,
286,
262,
13789,
379,
198,
2,
198,
2,
220,
220,
220,
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,
220,
220,
17486,
2672,
416,
9723,
1099,
393,
4987,
284,
287,
3597,
11,
3788,
198,
2,
220,
220,
220,
9387,
739,
262,
13789,
318,
9387,
319,
281,
366,
1921,
3180,
1,
29809,
1797,
11,
42881,
198,
2,
220,
220,
220,
34764,
11015,
6375,
7102,
49828,
11053,
3963,
15529,
509,
12115,
11,
2035,
4911,
393,
17142,
13,
4091,
262,
198,
2,
220,
220,
220,
13789,
329,
262,
2176,
3303,
15030,
21627,
290,
11247,
198,
2,
220,
220,
220,
739,
262,
13789,
13,
198,
2,
198,
2,
2488,
9800,
25,
520,
2634,
746,
1531,
9966,
198,
2,
198,
6738,
44161,
282,
26599,
13,
2302,
1330,
2377,
283,
876,
198,
198,
45,
2390,
2751,
62,
10943,
53,
45589,
796,
1391,
198,
220,
220,
220,
366,
844,
1298,
705,
844,
62,
4,
7,
28665,
62,
15,
62,
18242,
8,
82,
3256,
198,
220,
220,
220,
366,
84,
80,
1298,
366,
84,
80,
62,
4,
7,
11487,
62,
3672,
8,
82,
62,
4,
7,
28665,
62,
15,
62,
3672,
8,
82,
1600,
198,
220,
220,
220,
366,
694,
1298,
366,
694,
62,
4,
7,
11487,
62,
3672,
8,
82,
62,
4,
7,
1102,
2536,
2913,
62,
3672,
8,
82,
1600,
198,
220,
220,
220,
366,
69,
74,
1298,
366,
69,
74,
62,
4,
7,
11487,
62,
3672,
8,
82,
62,
4,
7,
28665,
62,
15,
62,
3672,
8,
82,
62,
4,
7,
260,
18186,
62,
11487,
62,
3672,
8,
82,
1600,
198,
220,
220,
220,
366,
79,
74,
1298,
366,
79,
74,
62,
4,
7,
11487,
62,
3672,
8,
82,
20662,
628
] | 2.631148 | 366 |
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# @Time : 19-4-24 下午8:50
# @Author : MaybeShewill-CV
# @Site : https://github.com/MaybeShewill-CV/lanenet-lane-detection
# @File : lanenet.py
# @IDE: PyCharm
"""
Implement LaneNet Model
"""
import tensorflow as tf
from lanenet_model import lanenet_back_end
from lanenet_model import lanenet_front_end
from semantic_segmentation_zoo import cnn_basenet
class LaneNet(cnn_basenet.CNNBaseModel):
"""
"""
def __init__(self, phase, cfg):
"""
"""
super(LaneNet, self).__init__()
self._cfg = cfg
self._net_flag = self._cfg.MODEL.FRONT_END
self._frontend = lanenet_front_end.LaneNetFrondEnd(
phase=phase, net_flag=self._net_flag, cfg=self._cfg
)
self._backend = lanenet_back_end.LaneNetBackEnd(
phase=phase, cfg=self._cfg
)
def inference(self, input_tensor, name, reuse=False):
"""
:param input_tensor:
:param name:
:param reuse
:return:
"""
with tf.compat.v1.variable_scope(name_or_scope=name, reuse=reuse):
# first extract image features
extract_feats_result = self._frontend.build_model(
input_tensor=input_tensor,
name='{:s}_frontend'.format(self._net_flag),
reuse=reuse
)
# second apply backend process
binary_seg_prediction, instance_seg_prediction = self._backend.inference(
binary_seg_logits=extract_feats_result['binary_segment_logits']['data'],
instance_seg_logits=extract_feats_result['instance_segment_logits']['data'],
name='{:s}_backend'.format(self._net_flag),
reuse=reuse
)
return binary_seg_prediction, instance_seg_prediction
def compute_loss(self, input_tensor, binary_label, instance_label, name, reuse=False):
"""
calculate lanenet loss for training
:param input_tensor:
:param binary_label:
:param instance_label:
:param name:
:param reuse:
:return:
"""
with tf.compat.v1.variable_scope (name_or_scope=name, reuse=reuse):
# first extract image features
extract_feats_result = self._frontend.build_model(
input_tensor=input_tensor,
name='{:s}_frontend'.format(self._net_flag),
reuse=reuse
)
# second apply backend process
calculated_losses = self._backend.compute_loss(
binary_seg_logits=extract_feats_result['binary_segment_logits']['data'],
binary_label=binary_label,
instance_seg_logits=extract_feats_result['instance_segment_logits']['data'],
instance_label=instance_label,
name='{:s}_backend'.format(self._net_flag),
reuse=reuse
)
return calculated_losses
| [
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,
2488,
7575,
220,
220,
220,
1058,
678,
12,
19,
12,
1731,
220,
10310,
233,
39355,
230,
23,
25,
1120,
198,
2,
2488,
13838,
220,
1058,
6674,
3347,
10594,
12,
33538,
198,
2,
2488,
29123,
220,
220,
220,
1058,
3740,
1378,
12567,
13,
785,
14,
13300,
3347,
10594,
12,
33538,
14,
9620,
268,
316,
12,
33533,
12,
15255,
3213,
198,
2,
2488,
8979,
220,
220,
220,
1058,
26992,
268,
316,
13,
9078,
198,
2,
2488,
14114,
25,
9485,
1925,
1670,
198,
37811,
198,
3546,
26908,
15016,
7934,
9104,
198,
37811,
198,
11748,
11192,
273,
11125,
355,
48700,
198,
198,
6738,
26992,
268,
316,
62,
19849,
1330,
26992,
268,
316,
62,
1891,
62,
437,
198,
6738,
26992,
268,
316,
62,
19849,
1330,
26992,
268,
316,
62,
8534,
62,
437,
198,
6738,
37865,
62,
325,
5154,
341,
62,
89,
2238,
1330,
269,
20471,
62,
12093,
268,
316,
628,
198,
4871,
15016,
7934,
7,
66,
20471,
62,
12093,
268,
316,
13,
18474,
14881,
17633,
2599,
198,
220,
220,
220,
37227,
628,
220,
220,
220,
37227,
198,
220,
220,
220,
825,
11593,
15003,
834,
7,
944,
11,
7108,
11,
30218,
70,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2208,
7,
43,
1531,
7934,
11,
2116,
737,
834,
15003,
834,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
37581,
796,
30218,
70,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
3262,
62,
32109,
796,
2116,
13557,
37581,
13,
33365,
3698,
13,
10913,
35830,
62,
10619,
628,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
8534,
437,
796,
26992,
268,
316,
62,
8534,
62,
437,
13,
43,
1531,
7934,
6732,
623,
12915,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7108,
28,
40715,
11,
2010,
62,
32109,
28,
944,
13557,
3262,
62,
32109,
11,
30218,
70,
28,
944,
13557,
37581,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
1891,
437,
796,
26992,
268,
316,
62,
1891,
62,
437,
13,
43,
1531,
7934,
7282,
12915,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7108,
28,
40715,
11,
30218,
70,
28,
944,
13557,
37581,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
825,
32278,
7,
944,
11,
5128,
62,
83,
22854,
11,
1438,
11,
32349,
28,
25101,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
5128,
62,
83,
22854,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
1438,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
32349,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
351,
48700,
13,
5589,
265,
13,
85,
16,
13,
45286,
62,
29982,
7,
3672,
62,
273,
62,
29982,
28,
3672,
11,
32349,
28,
260,
1904,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
717,
7925,
2939,
3033,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7925,
62,
5036,
1381,
62,
20274,
796,
2116,
13557,
8534,
437,
13,
11249,
62,
19849,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5128,
62,
83,
22854,
28,
15414,
62,
83,
22854,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
11639,
90,
25,
82,
92,
62,
8534,
437,
4458,
18982,
7,
944,
13557,
3262,
62,
32109,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
32349,
28,
260,
1904,
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,
1303,
1218,
4174,
30203,
1429,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13934,
62,
325,
70,
62,
28764,
2867,
11,
4554,
62,
325,
70,
62,
28764,
2867,
796,
2116,
13557,
1891,
437,
13,
259,
4288,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13934,
62,
325,
70,
62,
6404,
896,
28,
2302,
974,
62,
5036,
1381,
62,
20274,
17816,
39491,
62,
325,
5154,
62,
6404,
896,
6,
7131,
6,
7890,
6,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4554,
62,
325,
70,
62,
6404,
896,
28,
2302,
974,
62,
5036,
1381,
62,
20274,
17816,
39098,
62,
325,
5154,
62,
6404,
896,
6,
7131,
6,
7890,
6,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
11639,
90,
25,
82,
92,
62,
1891,
437,
4458,
18982,
7,
944,
13557,
3262,
62,
32109,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
32349,
28,
260,
1904,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
13934,
62,
325,
70,
62,
28764,
2867,
11,
4554,
62,
325,
70,
62,
28764,
2867,
628,
220,
220,
220,
825,
24061,
62,
22462,
7,
944,
11,
5128,
62,
83,
22854,
11,
13934,
62,
18242,
11,
4554,
62,
18242,
11,
1438,
11,
32349,
28,
25101,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
15284,
26992,
268,
316,
2994,
329,
3047,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
5128,
62,
83,
22854,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
13934,
62,
18242,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
4554,
62,
18242,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
1438,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
32349,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
351,
48700,
13,
5589,
265,
13,
85,
16,
13,
45286,
62,
29982,
357,
3672,
62,
273,
62,
29982,
28,
3672,
11,
32349,
28,
260,
1904,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
717,
7925,
2939,
3033,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7925,
62,
5036,
1381,
62,
20274,
796,
2116,
13557,
8534,
437,
13,
11249,
62,
19849,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5128,
62,
83,
22854,
28,
15414,
62,
83,
22854,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
11639,
90,
25,
82,
92,
62,
8534,
437,
4458,
18982,
7,
944,
13557,
3262,
62,
32109,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
32349,
28,
260,
1904,
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,
1303,
1218,
4174,
30203,
1429,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10488,
62,
22462,
274,
796,
2116,
13557,
1891,
437,
13,
5589,
1133,
62,
22462,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13934,
62,
325,
70,
62,
6404,
896,
28,
2302,
974,
62,
5036,
1381,
62,
20274,
17816,
39491,
62,
325,
5154,
62,
6404,
896,
6,
7131,
6,
7890,
6,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13934,
62,
18242,
28,
39491,
62,
18242,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4554,
62,
325,
70,
62,
6404,
896,
28,
2302,
974,
62,
5036,
1381,
62,
20274,
17816,
39098,
62,
325,
5154,
62,
6404,
896,
6,
7131,
6,
7890,
6,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4554,
62,
18242,
28,
39098,
62,
18242,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
11639,
90,
25,
82,
92,
62,
1891,
437,
4458,
18982,
7,
944,
13557,
3262,
62,
32109,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
32349,
28,
260,
1904,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
10488,
62,
22462,
274,
198
] | 2.027609 | 1,485 |
from typing import Awaitable, TypeVar, Union
__all__ = ['MaybeAwaitable']
T = TypeVar('T')
MaybeAwaitable = Union[Awaitable[T], T]
| [
6738,
19720,
1330,
5851,
4548,
540,
11,
5994,
19852,
11,
4479,
198,
198,
834,
439,
834,
796,
37250,
13300,
32,
17077,
540,
20520,
628,
198,
51,
796,
5994,
19852,
10786,
51,
11537,
198,
198,
13300,
32,
17077,
540,
796,
4479,
58,
32,
17077,
540,
58,
51,
4357,
309,
60,
198
] | 2.7 | 50 |
from __future__ import annotations
from dataclasses import dataclass
from reamber.base.Timed import Timed
MIN_SV = 0.01
MAX_SV = 10.0
@dataclass | [
6738,
11593,
37443,
834,
1330,
37647,
198,
198,
6738,
4818,
330,
28958,
1330,
4818,
330,
31172,
198,
198,
6738,
302,
7789,
13,
8692,
13,
14967,
276,
1330,
5045,
276,
198,
198,
23678,
62,
50,
53,
796,
657,
13,
486,
198,
22921,
62,
50,
53,
796,
838,
13,
15,
198,
198,
31,
19608,
330,
31172
] | 2.740741 | 54 |
import datetime
import os
from airflow.contrib.operators import dataproc_operator
from airflow.contrib.operators.bigquery_operator import BigQueryOperator
from airflow.contrib.operators.gcs_to_bq import GoogleCloudStorageToBigQueryOperator
from airflow.models import DAG
from airflow.utils import trigger_rule
PROJECT_ID = os.getenv("GCP_PROJECT_ID")
DEPLOY_BUCKET_PREFIX = os.getenv("GCP_DEPLOY_BUCKET_PREFIX")
INPUT_BUCKET = os.getenv("GCP_INPUT_BUCKET")
OUTPUT_BUCKET = os.getenv("GCP_OUTPUT_BUCKET")
REGION = "us-west1"
LATEST_JAR_HASH = "214f4bff2eccb4e9c08578d96bd329409b7111c8"
yesterday = datetime.datetime.combine(
datetime.datetime.today() - datetime.timedelta(1), datetime.datetime.min.time()
)
default_dag_args = {
"start_date": yesterday,
"email_on_failure": False,
"email_on_retry": False,
"email": ["[email protected]"],
}
with DAG(
"gcp_data_platform", schedule_interval=datetime.timedelta(days=1), default_args=default_dag_args
) as dag:
create_dataproc_cluster = dataproc_operator.DataprocClusterCreateOperator(
project_id=PROJECT_ID,
task_id="create_dataproc_cluster",
cluster_name="gcp-data-platform",
num_workers=0,
zone="us-west1a",
master_machine_type="n1-highmem-4",
)
run_dataproc_spark = dataproc_operator.DataProcSparkOperator(
task_id="events_dataproc",
cluster_name="gcp-data-platform",
region=REGION,
main_class="io.dagster.events.EventPipeline",
dataproc_spark_jars=["%s/events-assembly-%s.jar" % (DEPLOY_BUCKET_PREFIX, LATEST_JAR_HASH)],
arguments=[
"--gcs-input-bucket",
INPUT_BUCKET,
"--gcs-output-bucket",
OUTPUT_BUCKET,
"--date",
"{{ ds }}",
],
)
delete_dataproc_cluster = dataproc_operator.DataprocClusterDeleteOperator(
project_id=PROJECT_ID,
task_id="delete_dataproc_cluster",
cluster_name="gcp-data-platform",
trigger_rule=trigger_rule.TriggerRule.ALL_DONE,
)
gcs_to_bigquery = GoogleCloudStorageToBigQueryOperator(
task_id="gcs_to_bigquery",
bucket=OUTPUT_BUCKET,
source_objects=['{{ ds_format(ds, "%Y/%m/%d") }}/*.parquet'],
destination_project_dataset_table="{project_id}.events.events{{ ds_nodash }}".format(
project_id=PROJECT_ID
),
source_format="PARQUET",
create_disposition="CREATE_IF_NEEDED",
write_disposition="WRITE_TRUNCATE",
)
explore_visits_by_hour = BigQueryOperator(
task_id="explore_visits_by_hour",
sql="""
SELECT FORMAT_DATETIME("%F %H:00:00", DATETIME(TIMESTAMP_SECONDS(CAST(timestamp AS INT64)))) AS ts,
COUNT(1) AS num_visits
FROM events.events
WHERE url = '/explore'
GROUP BY ts
ORDER BY ts ASC
""",
destination_dataset_table="aggregations.explore_visits_per_hour",
create_disposition="CREATE_IF_NEEDED",
write_disposition="WRITE_TRUNCATE",
use_legacy_sql=False,
)
# pylint: disable=pointless-statement
(
create_dataproc_cluster
>> run_dataproc_spark
>> delete_dataproc_cluster
>> gcs_to_bigquery
>> explore_visits_by_hour
)
| [
11748,
4818,
8079,
198,
11748,
28686,
198,
198,
6738,
45771,
13,
3642,
822,
13,
3575,
2024,
1330,
4818,
499,
12204,
62,
46616,
198,
6738,
45771,
13,
3642,
822,
13,
3575,
2024,
13,
14261,
22766,
62,
46616,
1330,
4403,
20746,
18843,
1352,
198,
6738,
45771,
13,
3642,
822,
13,
3575,
2024,
13,
70,
6359,
62,
1462,
62,
65,
80,
1330,
3012,
18839,
31425,
2514,
12804,
20746,
18843,
1352,
198,
6738,
45771,
13,
27530,
1330,
360,
4760,
198,
6738,
45771,
13,
26791,
1330,
7616,
62,
25135,
198,
198,
31190,
23680,
62,
2389,
796,
28686,
13,
1136,
24330,
7203,
38,
8697,
62,
31190,
23680,
62,
2389,
4943,
198,
7206,
6489,
21414,
62,
33,
16696,
2767,
62,
47,
31688,
10426,
796,
28686,
13,
1136,
24330,
7203,
38,
8697,
62,
7206,
6489,
21414,
62,
33,
16696,
2767,
62,
47,
31688,
10426,
4943,
198,
1268,
30076,
62,
33,
16696,
2767,
796,
28686,
13,
1136,
24330,
7203,
38,
8697,
62,
1268,
30076,
62,
33,
16696,
2767,
4943,
198,
2606,
7250,
3843,
62,
33,
16696,
2767,
796,
28686,
13,
1136,
24330,
7203,
38,
8697,
62,
2606,
7250,
3843,
62,
33,
16696,
2767,
4943,
198,
198,
31553,
2849,
796,
366,
385,
12,
7038,
16,
1,
198,
43,
1404,
6465,
62,
41,
1503,
62,
39,
11211,
796,
366,
22291,
69,
19,
65,
487,
17,
68,
535,
65,
19,
68,
24,
66,
2919,
38907,
67,
4846,
17457,
37967,
29416,
65,
22,
16243,
66,
23,
1,
198,
198,
8505,
6432,
796,
4818,
8079,
13,
19608,
8079,
13,
24011,
500,
7,
198,
220,
220,
220,
4818,
8079,
13,
19608,
8079,
13,
40838,
3419,
532,
4818,
8079,
13,
16514,
276,
12514,
7,
16,
828,
4818,
8079,
13,
19608,
8079,
13,
1084,
13,
2435,
3419,
198,
8,
198,
198,
12286,
62,
67,
363,
62,
22046,
796,
1391,
198,
220,
220,
220,
366,
9688,
62,
4475,
1298,
7415,
11,
198,
220,
220,
220,
366,
12888,
62,
261,
62,
32165,
495,
1298,
10352,
11,
198,
220,
220,
220,
366,
12888,
62,
261,
62,
1186,
563,
1298,
10352,
11,
198,
220,
220,
220,
366,
12888,
1298,
14631,
958,
11125,
31,
20688,
13,
785,
33116,
198,
92,
198,
198,
4480,
360,
4760,
7,
198,
220,
220,
220,
366,
70,
13155,
62,
7890,
62,
24254,
1600,
7269,
62,
3849,
2100,
28,
19608,
8079,
13,
16514,
276,
12514,
7,
12545,
28,
16,
828,
4277,
62,
22046,
28,
12286,
62,
67,
363,
62,
22046,
198,
8,
355,
48924,
25,
628,
220,
220,
220,
2251,
62,
19608,
499,
12204,
62,
565,
5819,
796,
4818,
499,
12204,
62,
46616,
13,
27354,
499,
12204,
2601,
5819,
16447,
18843,
1352,
7,
198,
220,
220,
220,
220,
220,
220,
220,
1628,
62,
312,
28,
31190,
23680,
62,
2389,
11,
198,
220,
220,
220,
220,
220,
220,
220,
4876,
62,
312,
2625,
17953,
62,
19608,
499,
12204,
62,
565,
5819,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
13946,
62,
3672,
2625,
70,
13155,
12,
7890,
12,
24254,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
997,
62,
22896,
28,
15,
11,
198,
220,
220,
220,
220,
220,
220,
220,
6516,
2625,
385,
12,
7038,
16,
64,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
4958,
62,
30243,
62,
4906,
2625,
77,
16,
12,
8929,
11883,
12,
19,
1600,
198,
220,
220,
220,
1267,
628,
220,
220,
220,
1057,
62,
19608,
499,
12204,
62,
2777,
668,
796,
4818,
499,
12204,
62,
46616,
13,
6601,
2964,
66,
4561,
668,
18843,
1352,
7,
198,
220,
220,
220,
220,
220,
220,
220,
4876,
62,
312,
2625,
31534,
62,
19608,
499,
12204,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
13946,
62,
3672,
2625,
70,
13155,
12,
7890,
12,
24254,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
3814,
28,
31553,
2849,
11,
198,
220,
220,
220,
220,
220,
220,
220,
1388,
62,
4871,
2625,
952,
13,
67,
363,
1706,
13,
31534,
13,
9237,
47,
541,
4470,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
4818,
499,
12204,
62,
2777,
668,
62,
73,
945,
28,
14692,
4,
82,
14,
31534,
12,
41873,
12,
4,
82,
13,
9491,
1,
4064,
357,
7206,
6489,
21414,
62,
33,
16696,
2767,
62,
47,
31688,
10426,
11,
42355,
6465,
62,
41,
1503,
62,
39,
11211,
8,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
7159,
41888,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
438,
70,
6359,
12,
15414,
12,
27041,
316,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3268,
30076,
62,
33,
16696,
2767,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
438,
70,
6359,
12,
22915,
12,
27041,
316,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16289,
30076,
62,
33,
16696,
2767,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
438,
4475,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
27007,
288,
82,
34949,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
1267,
628,
220,
220,
220,
12233,
62,
19608,
499,
12204,
62,
565,
5819,
796,
4818,
499,
12204,
62,
46616,
13,
27354,
499,
12204,
2601,
5819,
38727,
18843,
1352,
7,
198,
220,
220,
220,
220,
220,
220,
220,
1628,
62,
312,
28,
31190,
23680,
62,
2389,
11,
198,
220,
220,
220,
220,
220,
220,
220,
4876,
62,
312,
2625,
33678,
62,
19608,
499,
12204,
62,
565,
5819,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
13946,
62,
3672,
2625,
70,
13155,
12,
7890,
12,
24254,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
7616,
62,
25135,
28,
46284,
62,
25135,
13,
48344,
31929,
13,
7036,
62,
35,
11651,
11,
198,
220,
220,
220,
1267,
628,
220,
220,
220,
308,
6359,
62,
1462,
62,
14261,
22766,
796,
3012,
18839,
31425,
2514,
12804,
20746,
18843,
1352,
7,
198,
220,
220,
220,
220,
220,
220,
220,
4876,
62,
312,
2625,
70,
6359,
62,
1462,
62,
14261,
22766,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
19236,
28,
2606,
7250,
3843,
62,
33,
16696,
2767,
11,
198,
220,
220,
220,
220,
220,
220,
220,
2723,
62,
48205,
28,
17816,
27007,
288,
82,
62,
18982,
7,
9310,
11,
36521,
56,
14,
4,
76,
14,
4,
67,
4943,
34949,
15211,
13,
1845,
21108,
6,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
10965,
62,
16302,
62,
19608,
292,
316,
62,
11487,
2625,
90,
16302,
62,
312,
27422,
31534,
13,
31534,
27007,
288,
82,
62,
77,
375,
1077,
34949,
1911,
18982,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1628,
62,
312,
28,
31190,
23680,
62,
2389,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
2723,
62,
18982,
2625,
27082,
10917,
2767,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
2251,
62,
6381,
9150,
2625,
43387,
6158,
62,
5064,
62,
12161,
1961,
1961,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
3551,
62,
6381,
9150,
2625,
18564,
12709,
62,
5446,
4944,
34,
6158,
1600,
198,
220,
220,
220,
1267,
628,
220,
220,
220,
7301,
62,
4703,
896,
62,
1525,
62,
9769,
796,
4403,
20746,
18843,
1352,
7,
198,
220,
220,
220,
220,
220,
220,
220,
4876,
62,
312,
2625,
20676,
382,
62,
4703,
896,
62,
1525,
62,
9769,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
44161,
2625,
15931,
198,
220,
220,
33493,
7473,
41636,
62,
35,
1404,
2767,
12789,
7203,
4,
37,
4064,
39,
25,
405,
25,
405,
1600,
360,
1404,
2767,
12789,
7,
51,
3955,
6465,
23518,
62,
23683,
1340,
5258,
7,
44647,
7,
16514,
27823,
7054,
17828,
2414,
35514,
7054,
40379,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
28270,
7,
16,
8,
7054,
997,
62,
4703,
896,
198,
220,
220,
220,
220,
16034,
2995,
13,
31534,
198,
220,
220,
220,
33411,
19016,
796,
31051,
20676,
382,
6,
198,
44441,
11050,
40379,
198,
38678,
11050,
40379,
25400,
198,
13538,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
10965,
62,
19608,
292,
316,
62,
11487,
2625,
9460,
2301,
602,
13,
20676,
382,
62,
4703,
896,
62,
525,
62,
9769,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
2251,
62,
6381,
9150,
2625,
43387,
6158,
62,
5064,
62,
12161,
1961,
1961,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
3551,
62,
6381,
9150,
2625,
18564,
12709,
62,
5446,
4944,
34,
6158,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
779,
62,
1455,
1590,
62,
25410,
28,
25101,
11,
198,
220,
220,
220,
1267,
628,
220,
220,
220,
1303,
279,
2645,
600,
25,
15560,
28,
4122,
1203,
12,
26090,
198,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
2251,
62,
19608,
499,
12204,
62,
565,
5819,
198,
220,
220,
220,
220,
220,
220,
220,
9609,
1057,
62,
19608,
499,
12204,
62,
2777,
668,
198,
220,
220,
220,
220,
220,
220,
220,
9609,
12233,
62,
19608,
499,
12204,
62,
565,
5819,
198,
220,
220,
220,
220,
220,
220,
220,
9609,
308,
6359,
62,
1462,
62,
14261,
22766,
198,
220,
220,
220,
220,
220,
220,
220,
9609,
7301,
62,
4703,
896,
62,
1525,
62,
9769,
198,
220,
220,
220,
1267,
198
] | 2.141923 | 1,529 |
from api import serializers as s
from api.vm.base.serializers import VmSerializer as _VmSerializer, ExtendedVmSerializer as _ExtendedVmSerializer
| [
6738,
40391,
1330,
11389,
11341,
355,
264,
198,
6738,
40391,
13,
14761,
13,
8692,
13,
46911,
11341,
1330,
569,
76,
32634,
7509,
355,
4808,
53,
76,
32634,
7509,
11,
24204,
53,
76,
32634,
7509,
355,
4808,
11627,
1631,
53,
76,
32634,
7509,
628,
198
] | 3.363636 | 44 |
import urllib3
import telegram
from bs4 import BeautifulSoup
import time
import requests
from lxml import html
import argparse
from urllib.parse import urlparse
import threading
CHECKING = "Sorry bookings are not open for Movie you wanted, Don't worry i will be checking and will tell you once it is available."
BOOKING_OPEN = "Hurray ! Bookings open for movie you Wanted ! \n \n {}"
DEFAULT = "Hello There, Welcome to movie_reminder_bot send me messages using the following format - MU:url1,url2"
BUTTON_CLASS = "showtimes btn _cuatro"
NO_MESSAGE = "No Messages yet ..."
STD_HEADERS = {"User-Agent": "Magic Browser"}
CONTENT_TYPE = "lxml"
URL_FORMAT = "http"
SENDING = "sending message ..."
THREAD_NAME = "requester"
SNOOZE_TIME = 10
BOOK_MSG = "Booking message sent..."
CHECKING_MSG = "Checking message sent..."
if __name__ == "__main__":
CheckService()
| [
11748,
2956,
297,
571,
18,
198,
11748,
573,
30536,
198,
6738,
275,
82,
19,
1330,
23762,
50,
10486,
198,
11748,
640,
198,
11748,
7007,
198,
6738,
300,
19875,
1330,
27711,
198,
11748,
1822,
29572,
198,
6738,
2956,
297,
571,
13,
29572,
1330,
19016,
29572,
198,
11748,
4704,
278,
628,
198,
50084,
2751,
796,
366,
14385,
1492,
654,
389,
407,
1280,
329,
15875,
345,
2227,
11,
2094,
470,
5490,
1312,
481,
307,
10627,
290,
481,
1560,
345,
1752,
340,
318,
1695,
526,
198,
39453,
2751,
62,
3185,
1677,
796,
366,
42633,
2433,
5145,
4897,
654,
1280,
329,
3807,
345,
41536,
5145,
3467,
77,
3467,
77,
23884,
1,
198,
7206,
38865,
796,
366,
15496,
1318,
11,
19134,
284,
3807,
62,
2787,
5540,
62,
13645,
3758,
502,
6218,
1262,
262,
1708,
5794,
532,
25108,
25,
6371,
16,
11,
6371,
17,
1,
198,
47526,
11357,
62,
31631,
796,
366,
12860,
22355,
275,
34106,
4808,
27399,
47756,
1,
198,
15285,
62,
44,
1546,
4090,
8264,
796,
366,
2949,
43534,
1865,
35713,
198,
32147,
62,
37682,
4877,
796,
19779,
12982,
12,
36772,
1298,
366,
22975,
34270,
20662,
198,
37815,
3525,
62,
25216,
796,
366,
75,
19875,
1,
198,
21886,
62,
21389,
1404,
796,
366,
4023,
1,
198,
50,
10619,
2751,
796,
366,
82,
1571,
3275,
35713,
198,
4221,
15675,
62,
20608,
796,
366,
8897,
7834,
1,
198,
15571,
6684,
21211,
62,
34694,
796,
838,
198,
39453,
62,
5653,
38,
796,
366,
10482,
278,
3275,
1908,
9313,
198,
50084,
2751,
62,
5653,
38,
796,
366,
9787,
278,
3275,
1908,
9313,
628,
628,
198,
361,
11593,
3672,
834,
6624,
366,
834,
12417,
834,
1298,
198,
220,
220,
220,
6822,
16177,
3419,
198
] | 3.160584 | 274 |
""" __init__.py for pyarchops_dnsmasq """
__version__ = '0.0.2'
| [
37811,
11593,
15003,
834,
13,
9078,
329,
12972,
998,
2840,
62,
67,
5907,
5356,
80,
37227,
198,
198,
834,
9641,
834,
796,
705,
15,
13,
15,
13,
17,
6,
198
] | 2.166667 | 30 |
# -*- coding: utf-8 -*-
from importlib import import_module
import sys
from flask_migrate import MigrateCommand
import settings
sys.path.insert(1, settings.BASE_DIR)
sys.path.insert(1, settings.APP_DIR)
api = import_module('api')
manager = api.manager
manager.add_command('db', MigrateCommand)
if __name__ == '__main__':
manager.run()
| [
2,
532,
9,
12,
19617,
25,
3384,
69,
12,
23,
532,
9,
12,
628,
198,
6738,
1330,
8019,
1330,
1330,
62,
21412,
198,
11748,
25064,
198,
198,
6738,
42903,
62,
76,
42175,
1330,
337,
42175,
21575,
198,
198,
11748,
6460,
198,
198,
17597,
13,
6978,
13,
28463,
7,
16,
11,
6460,
13,
33,
11159,
62,
34720,
8,
198,
17597,
13,
6978,
13,
28463,
7,
16,
11,
6460,
13,
24805,
62,
34720,
8,
198,
198,
15042,
796,
1330,
62,
21412,
10786,
15042,
11537,
198,
37153,
796,
40391,
13,
37153,
198,
37153,
13,
2860,
62,
21812,
10786,
9945,
3256,
337,
42175,
21575,
8,
198,
198,
361,
11593,
3672,
834,
6624,
705,
834,
12417,
834,
10354,
198,
220,
220,
220,
4706,
13,
5143,
3419,
198
] | 2.836066 | 122 |
import numpy as np
from collections import OrderedDict
import torch
import torch.optim as optim
import rlkit.torch.pytorch_util as ptu
from rlkit.torch.core import np_to_pytorch_batch
from rlkit.torch.torch_base_algorithm import TorchBaseAlgorithm
| [
11748,
299,
32152,
355,
45941,
198,
6738,
17268,
1330,
14230,
1068,
35,
713,
198,
198,
11748,
28034,
198,
11748,
28034,
13,
40085,
355,
6436,
198,
198,
11748,
374,
75,
15813,
13,
13165,
354,
13,
9078,
13165,
354,
62,
22602,
355,
279,
28047,
198,
6738,
374,
75,
15813,
13,
13165,
354,
13,
7295,
1330,
45941,
62,
1462,
62,
9078,
13165,
354,
62,
43501,
198,
6738,
374,
75,
15813,
13,
13165,
354,
13,
13165,
354,
62,
8692,
62,
282,
42289,
1330,
34868,
14881,
2348,
42289,
628
] | 2.988095 | 84 |
import csv
import glob
import multiprocessing
import os
from fuseq.timer import Timer
from fuseq.base import Base
| [
11748,
269,
21370,
198,
11748,
15095,
198,
11748,
18540,
305,
919,
278,
198,
11748,
28686,
198,
6738,
32738,
80,
13,
45016,
1330,
5045,
263,
198,
6738,
32738,
80,
13,
8692,
1330,
7308,
628
] | 3.484848 | 33 |
# Generated by Django 3.0.7 on 2020-07-01 08:32
from django.db import migrations, models
import django.db.models.deletion
| [
2,
2980,
515,
416,
37770,
513,
13,
15,
13,
22,
319,
12131,
12,
2998,
12,
486,
8487,
25,
2624,
198,
198,
6738,
42625,
14208,
13,
9945,
1330,
15720,
602,
11,
4981,
198,
11748,
42625,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
628
] | 2.818182 | 44 |
#!/usr/bin/python3
import matplotlib.pyplot as plt
import numpy as np
import argparse
parser = argparse.ArgumentParser(
description="Pass path to the data storage location")
parser.add_argument(
"-p",
"--path",
type=str,
help="Path to the result data of run_mandelbrot that should be plotted.")
parser.add_argument(
"-r",
"--result",
type=str,
help="(Path and) Name of the resulting image.")
if __name__ == "__main__":
main()
| [
2,
48443,
14629,
14,
8800,
14,
29412,
18,
198,
198,
11748,
2603,
29487,
8019,
13,
9078,
29487,
355,
458,
83,
198,
11748,
299,
32152,
355,
45941,
198,
11748,
1822,
29572,
198,
198,
48610,
796,
1822,
29572,
13,
28100,
1713,
46677,
7,
198,
220,
220,
220,
6764,
2625,
14478,
3108,
284,
262,
1366,
6143,
4067,
4943,
198,
48610,
13,
2860,
62,
49140,
7,
198,
220,
220,
220,
27444,
79,
1600,
198,
220,
220,
220,
366,
438,
6978,
1600,
198,
220,
220,
220,
2099,
28,
2536,
11,
198,
220,
220,
220,
1037,
2625,
15235,
284,
262,
1255,
1366,
286,
1057,
62,
22249,
417,
7957,
83,
326,
815,
307,
37515,
19570,
198,
48610,
13,
2860,
62,
49140,
7,
198,
220,
220,
220,
27444,
81,
1600,
198,
220,
220,
220,
366,
438,
20274,
1600,
198,
220,
220,
220,
2099,
28,
2536,
11,
198,
220,
220,
220,
1037,
2625,
7,
15235,
290,
8,
6530,
286,
262,
7186,
2939,
19570,
628,
628,
198,
198,
361,
11593,
3672,
834,
6624,
366,
834,
12417,
834,
1298,
198,
220,
220,
220,
1388,
3419,
198
] | 2.702857 | 175 |
import requests
from bs4 import BeautifulSoup
if __name__ == "__main__":
print(ask_catty())
| [
11748,
7007,
198,
6738,
275,
82,
19,
1330,
23762,
50,
10486,
628,
198,
198,
361,
11593,
3672,
834,
6624,
366,
834,
12417,
834,
1298,
198,
220,
220,
220,
3601,
7,
2093,
62,
9246,
774,
28955,
198
] | 2.75 | 36 |
# -*- coding: utf-8 -*-
'''Top-level package for Henchman.
Has the following modules:
diagnostics
learning
selection
plotting
Package is under active development.
'''
__author__ = '''Feature Labs Team'''
__email__ = '[email protected]'
__version__ = '0.0.4'
| [
2,
532,
9,
12,
19617,
25,
3384,
69,
12,
23,
532,
9,
12,
198,
198,
7061,
6,
9126,
12,
5715,
5301,
329,
6752,
354,
805,
13,
198,
19242,
262,
1708,
13103,
25,
198,
220,
220,
220,
220,
220,
220,
220,
6689,
34558,
198,
220,
220,
220,
220,
220,
220,
220,
4673,
198,
220,
220,
220,
220,
220,
220,
220,
6356,
198,
220,
220,
220,
220,
220,
220,
220,
29353,
198,
27813,
318,
739,
4075,
2478,
13,
198,
7061,
6,
198,
198,
834,
9800,
834,
796,
705,
7061,
38816,
23500,
4816,
7061,
6,
198,
834,
12888,
834,
796,
705,
15097,
31,
30053,
75,
8937,
13,
785,
6,
198,
834,
9641,
834,
796,
705,
15,
13,
15,
13,
19,
6,
198
] | 2.478992 | 119 |
"""
this module impplements the morse potential
"""
import copy
from collections import OrderedDict
import numpy as np
from pypospack.potential import PairPotential
from pypospack.potential import determine_symbol_pairs
__author__ = "Eugene J. Ragasa"
__copyright__ = "Copyright (C) 2017"
__license__ = "Simplified BSD License"
__version__ = 20171102
class MorsePotential(PairPotential):
"""Implementation of the morse potential
Args:
symbols(list): a list of chemical symbols.
"""
# this method overrides the parents stub
# this method overrides the parents stub
# this method overrides the parent stub
def evaluate(self, r, parameters, r_cut=None):
"""evaluate the pair potential
This method evaluates the MorsePotential
Args:
r(np.ndarray): A numpy array of interatomic distances which to evaluate.
parameters(OrderedDict): A dictionary of parameters on which to evaluate the interatomic potential.
Notes:
>>> symbols=['Ni']
>>> parameters=OrderedDict([
>>> ('NiNi_D0',0.001114),('NiNi_a',3.429506),('NiNi_r0',2.6813)
>>> ])
>>> o = MorsePotential(symbols = s)
>>> o.evaluate(r,testing_set['parameters'])
"""
# <----------------------------check arguments are correct
#assert isinstance(r,np.ndarray)
assert isinstance(parameters, OrderedDict)
assert type(r_cut) in [int, float, type(None)]
global_rcut = r_cut
# <----------------------------copy a local of the parameters
for k in self.parameters:
self.parameters[k] = parameters[k]
# <----------------------------evaluate the parameters now
self.potential_evaluations = OrderedDict()
for s in self.symbol_pairs:
# <------------------------extract the paramters for symbol pair
D0 = self.parameters['{}{}_D0'.format(s[0], s[1])]
a = self.parameters['{}{}_a'.format(s[0], s[1])]
r0 = self.parameters['{}{}_r0'.format(s[0], s[1])]
# <------------------------determine radial cutoff
if '{}{}_rcut'.format(s[0], s[1]) in self.parameters:
rc = self.parameters['{}{}_rcut'.format(s[0].s[1])]
else:
rc = global_rcut
# <------------------------embedded morse function
func_morse = function_morse_potential
#def func_morse(r,D0,a,r0):
# return D0*(np.exp(-2*a*(r-r0))-2*np.exp(-a*(r-r0)))
_pair_name = '{}{}'.format(s[0], s[1])
if r_cut is None:
_V = func_morse(r, D0, a, r0)
self.potential_evaluations[_pair_name] = copy.deepcopy(_V)
else:
_rcut = np.max(r[np.where(r < r_cut)])
_h = r[1] - r[0]
_V_rc = func_morse(_rcut, D0, a, r0)
_V_rc_p1 = func_morse(_rcut+_h, D0, a, r0)
_V_rc_m1 = func_morse(_rcut-_h, D0, a, r0)
_dVdr_at_rc = (_V_rc_p1-_V_rc)/_h
# <----- calculate morse with cutoff
_V = func_morse(r, D0, a, r0)
# <----- apply the cutoff
_V = _V - _V_rc - _dVdr_at_rc * (r-_rcut)
# <----- V=0, where r <= _rcut
_V[np.where(r >= _rcut)] = 0.0
self.potential_evaluations[_pair_name] = copy.deepcopy(_V)
return self.potential_evaluations
# same as parent class
def lammps_potential_section_to_string(self):
"""needs to be overridden"""
raise NotImplementedError
# same as parent class
def gulp_potential_section_to_string(self):
"""needs to be overridden"""
raise NotImplementedError
# same as parent class
def phonts_potential_section_to_string(self):
"""needs to be overridden"""
raise NotImplementedError
# same as parent class
def write_lammps_potential_file(self):
"""needs to be overridden"""
raise NotImplementedError
# same as parent class
def write_gulp_potential_section(self):
"""needs to be overridden"""
raise NotImplementedError
if __name__ == "__main__":
o = MorsePotential(symbols=['Ni'])
| [
37811,
198,
5661,
8265,
545,
381,
3639,
262,
2146,
325,
2785,
198,
37811,
198,
11748,
4866,
198,
6738,
17268,
1330,
14230,
1068,
35,
713,
198,
11748,
299,
32152,
355,
45941,
198,
6738,
12972,
1930,
8002,
13,
13059,
1843,
1330,
39645,
25396,
1843,
198,
6738,
12972,
1930,
8002,
13,
13059,
1843,
1330,
5004,
62,
1837,
23650,
62,
79,
3468,
198,
834,
9800,
834,
796,
366,
36,
1018,
1734,
449,
13,
38000,
15462,
1,
198,
834,
22163,
4766,
834,
796,
366,
15269,
357,
34,
8,
2177,
1,
198,
834,
43085,
834,
796,
366,
8890,
489,
1431,
347,
10305,
13789,
1,
198,
834,
9641,
834,
796,
2177,
11442,
17,
628,
198,
4871,
44049,
25396,
1843,
7,
47,
958,
25396,
1843,
2599,
198,
220,
220,
220,
37227,
3546,
32851,
286,
262,
2146,
325,
2785,
628,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
14354,
7,
4868,
2599,
257,
1351,
286,
5931,
14354,
13,
198,
220,
220,
220,
37227,
628,
220,
220,
220,
1303,
428,
2446,
23170,
1460,
262,
3397,
17071,
628,
220,
220,
220,
1303,
428,
2446,
23170,
1460,
262,
3397,
17071,
628,
220,
220,
220,
1303,
428,
2446,
23170,
1460,
262,
2560,
17071,
198,
220,
220,
220,
825,
13446,
7,
944,
11,
374,
11,
10007,
11,
374,
62,
8968,
28,
14202,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
49786,
262,
5166,
2785,
628,
220,
220,
220,
220,
220,
220,
220,
770,
2446,
47850,
262,
44049,
25396,
1843,
198,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
374,
7,
37659,
13,
358,
18747,
2599,
317,
299,
32152,
7177,
286,
987,
47116,
18868,
543,
284,
13446,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10007,
7,
35422,
1068,
35,
713,
2599,
317,
22155,
286,
10007,
319,
543,
284,
13446,
262,
987,
47116,
2785,
13,
198,
220,
220,
220,
220,
220,
220,
220,
11822,
25,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13163,
14354,
28,
17816,
34153,
20520,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13163,
10007,
28,
35422,
1068,
35,
713,
26933,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13163,
220,
220,
220,
19203,
34153,
34153,
62,
35,
15,
3256,
15,
13,
405,
1157,
1415,
828,
10786,
34153,
34153,
62,
64,
3256,
18,
13,
11785,
35638,
828,
10786,
34153,
34153,
62,
81,
15,
3256,
17,
13,
3104,
1485,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13163,
220,
33761,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13163,
267,
796,
44049,
25396,
1843,
7,
1837,
2022,
10220,
796,
264,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13163,
267,
13,
49786,
7,
81,
11,
33407,
62,
2617,
17816,
17143,
7307,
6,
12962,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
1279,
1783,
10541,
9122,
7159,
389,
3376,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
30493,
318,
39098,
7,
81,
11,
37659,
13,
358,
18747,
8,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
318,
39098,
7,
17143,
7307,
11,
14230,
1068,
35,
713,
8,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
2099,
7,
81,
62,
8968,
8,
287,
685,
600,
11,
12178,
11,
2099,
7,
14202,
15437,
628,
220,
220,
220,
220,
220,
220,
220,
3298,
62,
6015,
315,
796,
374,
62,
8968,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
1279,
1783,
10541,
30073,
257,
1957,
286,
262,
10007,
198,
220,
220,
220,
220,
220,
220,
220,
329,
479,
287,
2116,
13,
17143,
7307,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
17143,
7307,
58,
74,
60,
796,
10007,
58,
74,
60,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
1279,
1783,
10541,
49786,
262,
10007,
783,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
13059,
1843,
62,
18206,
6055,
796,
14230,
1068,
35,
713,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
329,
264,
287,
2116,
13,
1837,
23650,
62,
79,
3468,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
1279,
22369,
2302,
974,
262,
5772,
1010,
329,
6194,
5166,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
360,
15,
796,
2116,
13,
17143,
7307,
17816,
90,
18477,
92,
62,
35,
15,
4458,
18982,
7,
82,
58,
15,
4357,
264,
58,
16,
12962,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
257,
796,
2116,
13,
17143,
7307,
17816,
90,
18477,
92,
62,
64,
4458,
18982,
7,
82,
58,
15,
4357,
264,
58,
16,
12962,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
374,
15,
796,
2116,
13,
17143,
7307,
17816,
90,
18477,
92,
62,
81,
15,
4458,
18982,
7,
82,
58,
15,
4357,
264,
58,
16,
12962,
60,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
1279,
22369,
67,
2357,
3810,
44503,
45616,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
705,
90,
18477,
92,
62,
6015,
315,
4458,
18982,
7,
82,
58,
15,
4357,
264,
58,
16,
12962,
287,
2116,
13,
17143,
7307,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
48321,
796,
2116,
13,
17143,
7307,
17816,
90,
18477,
92,
62,
6015,
315,
4458,
18982,
7,
82,
58,
15,
4083,
82,
58,
16,
12962,
60,
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,
48321,
796,
3298,
62,
6015,
315,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
1279,
22369,
20521,
9395,
2146,
325,
2163,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
25439,
62,
4491,
325,
796,
2163,
62,
4491,
325,
62,
13059,
1843,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
4299,
25439,
62,
4491,
325,
7,
81,
11,
35,
15,
11,
64,
11,
81,
15,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
220,
220,
220,
1441,
360,
15,
9,
7,
37659,
13,
11201,
32590,
17,
9,
64,
9,
7,
81,
12,
81,
15,
4008,
12,
17,
9,
37659,
13,
11201,
32590,
64,
9,
7,
81,
12,
81,
15,
22305,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4808,
24874,
62,
3672,
796,
705,
90,
18477,
92,
4458,
18982,
7,
82,
58,
15,
4357,
264,
58,
16,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
374,
62,
8968,
318,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4808,
53,
796,
25439,
62,
4491,
325,
7,
81,
11,
360,
15,
11,
257,
11,
374,
15,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
13059,
1843,
62,
18206,
6055,
29795,
24874,
62,
3672,
60,
796,
4866,
13,
22089,
30073,
28264,
53,
8,
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,
4808,
6015,
315,
796,
45941,
13,
9806,
7,
81,
58,
37659,
13,
3003,
7,
81,
1279,
374,
62,
8968,
8,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4808,
71,
796,
374,
58,
16,
60,
532,
374,
58,
15,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4808,
53,
62,
6015,
796,
25439,
62,
4491,
325,
28264,
6015,
315,
11,
360,
15,
11,
257,
11,
374,
15,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4808,
53,
62,
6015,
62,
79,
16,
796,
25439,
62,
4491,
325,
28264,
6015,
315,
10,
62,
71,
11,
360,
15,
11,
257,
11,
374,
15,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4808,
53,
62,
6015,
62,
76,
16,
796,
25439,
62,
4491,
325,
28264,
6015,
315,
12,
62,
71,
11,
360,
15,
11,
257,
11,
374,
15,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4808,
67,
53,
7109,
62,
265,
62,
6015,
796,
44104,
53,
62,
6015,
62,
79,
16,
12,
62,
53,
62,
6015,
20679,
62,
71,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
1279,
30934,
15284,
2146,
325,
351,
45616,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4808,
53,
796,
25439,
62,
4491,
325,
7,
81,
11,
360,
15,
11,
257,
11,
374,
15,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
1279,
30934,
4174,
262,
45616,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4808,
53,
796,
4808,
53,
532,
4808,
53,
62,
6015,
532,
4808,
67,
53,
7109,
62,
265,
62,
6015,
1635,
357,
81,
12,
62,
6015,
315,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
1279,
30934,
569,
28,
15,
11,
810,
374,
19841,
4808,
6015,
315,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4808,
53,
58,
37659,
13,
3003,
7,
81,
18189,
4808,
6015,
315,
15437,
796,
657,
13,
15,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
13059,
1843,
62,
18206,
6055,
29795,
24874,
62,
3672,
60,
796,
4866,
13,
22089,
30073,
28264,
53,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13,
13059,
1843,
62,
18206,
6055,
198,
220,
220,
220,
198,
220,
220,
220,
1303,
976,
355,
2560,
1398,
198,
220,
220,
220,
825,
300,
6475,
862,
62,
13059,
1843,
62,
5458,
62,
1462,
62,
8841,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
50032,
284,
307,
23170,
4651,
37811,
198,
220,
220,
220,
220,
220,
220,
220,
5298,
1892,
3546,
1154,
12061,
12331,
628,
220,
220,
220,
1303,
976,
355,
2560,
1398,
198,
220,
220,
220,
825,
308,
29528,
62,
13059,
1843,
62,
5458,
62,
1462,
62,
8841,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
50032,
284,
307,
23170,
4651,
37811,
198,
220,
220,
220,
220,
220,
220,
220,
5298,
1892,
3546,
1154,
12061,
12331,
628,
220,
220,
220,
1303,
976,
355,
2560,
1398,
198,
220,
220,
220,
825,
872,
756,
82,
62,
13059,
1843,
62,
5458,
62,
1462,
62,
8841,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
50032,
284,
307,
23170,
4651,
37811,
198,
220,
220,
220,
220,
220,
220,
220,
5298,
1892,
3546,
1154,
12061,
12331,
220,
628,
220,
220,
220,
1303,
976,
355,
2560,
1398,
198,
220,
220,
220,
825,
3551,
62,
11199,
862,
62,
13059,
1843,
62,
7753,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
50032,
284,
307,
23170,
4651,
37811,
198,
220,
220,
220,
220,
220,
220,
220,
5298,
1892,
3546,
1154,
12061,
12331,
628,
220,
220,
220,
1303,
976,
355,
2560,
1398,
198,
220,
220,
220,
825,
3551,
62,
70,
29528,
62,
13059,
1843,
62,
5458,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
50032,
284,
307,
23170,
4651,
37811,
198,
220,
220,
220,
220,
220,
220,
220,
5298,
1892,
3546,
1154,
12061,
12331,
198,
198,
361,
11593,
3672,
834,
6624,
366,
834,
12417,
834,
1298,
198,
220,
220,
220,
267,
796,
44049,
25396,
1843,
7,
1837,
2022,
10220,
28,
17816,
34153,
6,
12962,
198
] | 2.146402 | 2,015 |
import logging
import warnings
from dataclasses import dataclass
from fastapi import (
BackgroundTasks,
Depends,
Request
)
from fastapi_mail import (
FastMail,
MessageSchema
)
from ...api.dependencies.mail import MailSenderMarker
from ...resources.mail.subjects import (
CONFIRMATION_MAIL_SUBJECT,
CREDENTIALS_MAIL_SUBJECT
)
from ...schemas.entities.user import UserInResponse
from ...services.authentication.oauth.dataclasses_ import OAuthUserCredentials
__all__ = ['MailService']
warnings.warn(
UserWarning(
'Emails will be built for the LOCAL DEVELOPMENT. '
'For production: programmer has to provide a new implementation!'
)
)
logger = logging.getLogger(__name__)
@dataclass
| [
11748,
18931,
198,
11748,
14601,
198,
6738,
4818,
330,
28958,
1330,
4818,
330,
31172,
198,
198,
6738,
3049,
15042,
1330,
357,
198,
220,
220,
220,
25353,
51,
6791,
11,
198,
220,
220,
220,
2129,
2412,
11,
198,
220,
220,
220,
19390,
198,
8,
198,
6738,
3049,
15042,
62,
4529,
1330,
357,
198,
220,
220,
220,
12549,
25804,
11,
198,
220,
220,
220,
16000,
27054,
2611,
198,
8,
198,
198,
6738,
2644,
15042,
13,
45841,
3976,
13,
4529,
1330,
11099,
50,
2194,
9704,
263,
198,
6738,
2644,
37540,
13,
4529,
13,
32796,
82,
1330,
357,
198,
220,
220,
220,
7102,
39776,
44,
6234,
62,
5673,
4146,
62,
50,
10526,
23680,
11,
198,
220,
220,
220,
8740,
1961,
3525,
12576,
50,
62,
5673,
4146,
62,
50,
10526,
23680,
198,
8,
198,
6738,
2644,
1416,
4411,
292,
13,
298,
871,
13,
7220,
1330,
11787,
818,
31077,
198,
6738,
2644,
30416,
13,
41299,
3299,
13,
12162,
1071,
13,
19608,
330,
28958,
62,
1330,
440,
30515,
12982,
34,
445,
14817,
628,
198,
834,
439,
834,
796,
37250,
25804,
16177,
20520,
628,
198,
40539,
654,
13,
40539,
7,
198,
220,
220,
220,
11787,
20361,
7,
198,
220,
220,
220,
220,
220,
220,
220,
705,
10161,
1768,
481,
307,
3170,
329,
262,
37347,
1847,
5550,
18697,
3185,
10979,
13,
705,
198,
220,
220,
220,
220,
220,
220,
220,
705,
1890,
3227,
25,
24292,
468,
284,
2148,
257,
649,
7822,
13679,
198,
220,
220,
220,
1267,
198,
8,
628,
198,
6404,
1362,
796,
18931,
13,
1136,
11187,
1362,
7,
834,
3672,
834,
8,
628,
198,
31,
19608,
330,
31172,
198
] | 2.828244 | 262 |
# Copyright (C) 2004-present Facebook. All Rights Reserved
from __future__ import division
from __future__ import print_function
from __future__ import unicode_literals
from __future__ import absolute_import
"""Add, change, or delete a route on FBOSS controller
"""
import contextlib
import ipaddr
from argparse import ArgumentParser, ArgumentError
from contextlib import contextmanager
from thrift.transport import TSocket
from thrift.protocol import TBinaryProtocol
from neteng.fboss.ctrl import FbossCtrl
from neteng.fboss.ctrl.ttypes import IpPrefix
from neteng.fboss.ctrl.ttypes import UnicastRoute
from facebook.network.Address.ttypes import BinaryAddress
from libfb.py.net import SSHTunnel
DEFAULT_CLIENTID = 1
@contextlib.contextmanager
if __name__ == '__main__':
ap = ArgumentParser()
ap.add_argument('--port', '-p', type=int, default=5909,
help='the controller thrift port')
ap.add_argument('--client', '-c', type=int, default=DEFAULT_CLIENTID,
help='the client ID used to manipulate the routes')
ap.add_argument('host',
help='the controller hostname')
subparsers = ap.add_subparsers()
flush_parser = subparsers.add_parser(
'flush', help='flush all existing non-interface routes')
flush_parser.set_defaults(func=flush_routes)
add_parser = subparsers.add_parser(
'add', help='add a new route or change an existing route')
add_parser.set_defaults(func=add_route)
add_parser.add_argument(
'prefix', help='the route prefix, i.e. "1.1.1.0/24" or "2001::0/64"')
add_parser.add_argument(
'nexthop', nargs='+',
help='the nexthops of the route, i.e "10.1.1.1" or "2002::1"')
del_parser = subparsers.add_parser(
'delete', help='delete an existing route')
del_parser.set_defaults(func=del_route)
del_parser.add_argument(
'prefix', help='The route prefix, i.e. "1.1.1.0/24" or "2001::0/64"')
args = ap.parse_args()
args.func(args)
| [
2,
15069,
357,
34,
8,
5472,
12,
25579,
3203,
13,
1439,
6923,
33876,
198,
198,
6738,
11593,
37443,
834,
1330,
7297,
198,
6738,
11593,
37443,
834,
1330,
3601,
62,
8818,
198,
6738,
11593,
37443,
834,
1330,
28000,
1098,
62,
17201,
874,
198,
6738,
11593,
37443,
834,
1330,
4112,
62,
11748,
198,
198,
37811,
4550,
11,
1487,
11,
393,
12233,
257,
6339,
319,
13186,
18420,
10444,
198,
37811,
198,
198,
11748,
4732,
8019,
198,
11748,
20966,
29851,
198,
198,
6738,
1822,
29572,
1330,
45751,
46677,
11,
45751,
12331,
198,
6738,
4732,
8019,
1330,
4732,
37153,
198,
6738,
5636,
2135,
13,
7645,
634,
1330,
26136,
5459,
198,
6738,
5636,
2135,
13,
11235,
4668,
1330,
23799,
3219,
19703,
4668,
198,
6738,
2010,
1516,
13,
21855,
793,
13,
44755,
1330,
376,
42820,
40069,
198,
6738,
2010,
1516,
13,
21855,
793,
13,
44755,
13,
83,
19199,
1330,
314,
79,
36698,
844,
198,
6738,
2010,
1516,
13,
21855,
793,
13,
44755,
13,
83,
19199,
1330,
21237,
459,
43401,
198,
6738,
23960,
13,
27349,
13,
20231,
13,
83,
19199,
1330,
45755,
20231,
198,
6738,
9195,
21855,
13,
9078,
13,
3262,
1330,
6723,
6535,
403,
4954,
198,
198,
7206,
38865,
62,
5097,
28495,
2389,
796,
352,
628,
628,
628,
198,
31,
22866,
8019,
13,
22866,
37153,
628,
198,
361,
11593,
3672,
834,
6624,
705,
834,
12417,
834,
10354,
198,
220,
220,
220,
2471,
796,
45751,
46677,
3419,
198,
220,
220,
220,
2471,
13,
2860,
62,
49140,
10786,
438,
634,
3256,
705,
12,
79,
3256,
2099,
28,
600,
11,
4277,
28,
3270,
2931,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
11639,
1169,
10444,
5636,
2135,
2493,
11537,
198,
220,
220,
220,
2471,
13,
2860,
62,
49140,
10786,
438,
16366,
3256,
705,
12,
66,
3256,
2099,
28,
600,
11,
4277,
28,
7206,
38865,
62,
5097,
28495,
2389,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
11639,
1169,
5456,
4522,
973,
284,
18510,
262,
11926,
11537,
198,
220,
220,
220,
2471,
13,
2860,
62,
49140,
10786,
4774,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
11639,
1169,
10444,
2583,
3672,
11537,
198,
220,
220,
220,
22718,
945,
364,
796,
2471,
13,
2860,
62,
7266,
79,
945,
364,
3419,
628,
220,
220,
220,
24773,
62,
48610,
796,
22718,
945,
364,
13,
2860,
62,
48610,
7,
198,
220,
220,
220,
220,
220,
220,
220,
705,
25925,
3256,
1037,
11639,
25925,
477,
4683,
1729,
12,
39994,
11926,
11537,
198,
220,
220,
220,
24773,
62,
48610,
13,
2617,
62,
12286,
82,
7,
20786,
28,
25925,
62,
81,
448,
274,
8,
628,
220,
220,
220,
751,
62,
48610,
796,
22718,
945,
364,
13,
2860,
62,
48610,
7,
198,
220,
220,
220,
220,
220,
220,
220,
705,
2860,
3256,
1037,
11639,
2860,
257,
649,
6339,
393,
1487,
281,
4683,
6339,
11537,
198,
220,
220,
220,
751,
62,
48610,
13,
2617,
62,
12286,
82,
7,
20786,
28,
2860,
62,
38629,
8,
198,
220,
220,
220,
751,
62,
48610,
13,
2860,
62,
49140,
7,
198,
220,
220,
220,
220,
220,
220,
220,
705,
40290,
3256,
1037,
11639,
1169,
6339,
21231,
11,
1312,
13,
68,
13,
366,
16,
13,
16,
13,
16,
13,
15,
14,
1731,
1,
393,
366,
14585,
3712,
15,
14,
2414,
1,
11537,
198,
220,
220,
220,
751,
62,
48610,
13,
2860,
62,
49140,
7,
198,
220,
220,
220,
220,
220,
220,
220,
705,
12413,
400,
404,
3256,
299,
22046,
11639,
10,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
1037,
11639,
1169,
497,
87,
400,
2840,
286,
262,
6339,
11,
1312,
13,
68,
366,
940,
13,
16,
13,
16,
13,
16,
1,
393,
366,
16942,
3712,
16,
1,
11537,
628,
220,
220,
220,
1619,
62,
48610,
796,
22718,
945,
364,
13,
2860,
62,
48610,
7,
198,
220,
220,
220,
220,
220,
220,
220,
705,
33678,
3256,
1037,
11639,
33678,
281,
4683,
6339,
11537,
198,
220,
220,
220,
1619,
62,
48610,
13,
2617,
62,
12286,
82,
7,
20786,
28,
12381,
62,
38629,
8,
198,
220,
220,
220,
1619,
62,
48610,
13,
2860,
62,
49140,
7,
198,
220,
220,
220,
220,
220,
220,
220,
705,
40290,
3256,
1037,
11639,
464,
6339,
21231,
11,
1312,
13,
68,
13,
366,
16,
13,
16,
13,
16,
13,
15,
14,
1731,
1,
393,
366,
14585,
3712,
15,
14,
2414,
1,
11537,
628,
220,
220,
220,
26498,
796,
2471,
13,
29572,
62,
22046,
3419,
198,
220,
220,
220,
26498,
13,
20786,
7,
22046,
8,
198
] | 2.644909 | 766 |
import numpy as np
import pandas as pd
from sklearn.linear_model import Ridge
def batch_scoring(model: Ridge, df: pd.DataFrame) -> np.array:
"""[Batch scoring method]
Args:
model (Ridge): [Model]
df (pd.DataFrame): [Input dataframe for prediction]
Returns:
np.array : Returns predicted values, shape (n_samples,)
"""
result = model.predict(df.values)
return result
| [
11748,
299,
32152,
355,
45941,
198,
11748,
19798,
292,
355,
279,
67,
198,
6738,
1341,
35720,
13,
29127,
62,
19849,
1330,
20614,
628,
198,
4299,
15458,
62,
46536,
7,
19849,
25,
20614,
11,
47764,
25,
279,
67,
13,
6601,
19778,
8,
4613,
45941,
13,
18747,
25,
198,
220,
220,
220,
13538,
17912,
33,
963,
9689,
2446,
60,
628,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
2746,
357,
49,
3130,
2599,
685,
17633,
60,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
357,
30094,
13,
6601,
19778,
2599,
685,
20560,
1366,
14535,
329,
17724,
60,
628,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
45941,
13,
18747,
1058,
16409,
11001,
3815,
11,
5485,
357,
77,
62,
82,
12629,
35751,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
1255,
796,
2746,
13,
79,
17407,
7,
7568,
13,
27160,
8,
198,
220,
220,
220,
1441,
1255,
198
] | 2.639241 | 158 |
from django.urls import include, path
from . import views
urlpatterns = [
# Examples:
# url(r'^$', 'celery_try.views.home', name='home'),
# url(r'^blog/', include('blog.urls')),
path('', views.index,name='index'),
path('poll_state', views.poll_state,name='poll_state'),
]
| [
6738,
42625,
14208,
13,
6371,
82,
1330,
2291,
11,
3108,
198,
6738,
764,
1330,
5009,
198,
198,
6371,
33279,
82,
796,
685,
198,
220,
220,
220,
1303,
21066,
25,
198,
220,
220,
220,
1303,
19016,
7,
81,
6,
61,
3,
3256,
705,
7015,
88,
62,
28311,
13,
33571,
13,
11195,
3256,
1438,
11639,
11195,
33809,
198,
220,
220,
220,
1303,
19016,
7,
81,
6,
61,
14036,
14,
3256,
2291,
10786,
14036,
13,
6371,
82,
11537,
828,
628,
220,
220,
220,
3108,
10786,
3256,
5009,
13,
9630,
11,
3672,
11639,
9630,
33809,
198,
220,
220,
220,
3108,
10786,
30393,
62,
5219,
3256,
5009,
13,
30393,
62,
5219,
11,
3672,
11639,
30393,
62,
5219,
33809,
198,
60,
198
] | 2.534483 | 116 |
# Copyright 2018 SME Virtual Network Contributors. All Rights Reserved.
#
# 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.
# ==============================================================================
"""Django settings for project production environments. These settings are
intended to be used with deploying this project into a Docker container and
on a Google App Engine Flexible environment.
"""
# pylint: disable=C0111,W0232
# Third Party
from configurations import values
from .common import Common
| [
2,
15069,
2864,
9447,
36,
15595,
7311,
25767,
669,
13,
1439,
6923,
33876,
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,
38093,
25609,
28,
198,
37811,
35,
73,
14208,
6460,
329,
1628,
3227,
12493,
13,
2312,
6460,
389,
198,
600,
1631,
284,
307,
973,
351,
29682,
428,
1628,
656,
257,
25716,
9290,
290,
198,
261,
257,
3012,
2034,
7117,
26719,
856,
2858,
13,
198,
37811,
198,
2,
279,
2645,
600,
25,
15560,
28,
34,
486,
1157,
11,
54,
15,
24339,
198,
198,
2,
10467,
3615,
198,
6738,
25412,
1330,
3815,
198,
198,
6738,
764,
11321,
1330,
8070,
628
] | 4.285106 | 235 |
# This sample tests a case where a method calls its own constructor
# with a specialized type that uses its own TypeVar and the expected
# type is a protocol.
from typing import Generic, TypeVar, Protocol
T = TypeVar("T")
| [
2,
770,
6291,
5254,
257,
1339,
810,
257,
2446,
3848,
663,
898,
23772,
198,
2,
351,
257,
16976,
2099,
326,
3544,
663,
898,
5994,
19852,
290,
262,
2938,
198,
2,
2099,
318,
257,
8435,
13,
198,
198,
6738,
19720,
1330,
42044,
11,
5994,
19852,
11,
20497,
198,
198,
51,
796,
5994,
19852,
7203,
51,
4943,
628,
198
] | 3.964912 | 57 |
"""endpoint stuff goes here?"""
import flask
import flask_restful
from . import endpoints
blueprint = flask.Blueprint(
'auth',
__name__,
url_prefix='/auth',
)
api = flask_restful.Api(blueprint)
api.add_resource(endpoints.Login, '/login')
| [
37811,
437,
4122,
3404,
2925,
994,
1701,
15931,
198,
11748,
42903,
198,
11748,
42903,
62,
2118,
913,
198,
198,
6738,
764,
1330,
886,
13033,
198,
198,
17585,
4798,
796,
42903,
13,
14573,
4798,
7,
198,
220,
220,
220,
705,
18439,
3256,
198,
220,
220,
220,
11593,
3672,
834,
11,
198,
220,
220,
220,
19016,
62,
40290,
11639,
14,
18439,
3256,
198,
8,
198,
15042,
796,
42903,
62,
2118,
913,
13,
32,
14415,
7,
17585,
4798,
8,
198,
15042,
13,
2860,
62,
31092,
7,
437,
13033,
13,
47790,
11,
31051,
38235,
11537,
198
] | 2.73913 | 92 |
import unittest
import comandante as cli
import comandante.errors as error
from comandante.inner.test import suppress_output, capture_output
class ArgumentTests(unittest.TestCase):
"""Integration tests for cli-argument passing."""
| [
11748,
555,
715,
395,
198,
198,
11748,
401,
392,
12427,
355,
537,
72,
198,
11748,
401,
392,
12427,
13,
48277,
355,
4049,
198,
6738,
401,
392,
12427,
13,
5083,
13,
9288,
1330,
18175,
62,
22915,
11,
8006,
62,
22915,
628,
198,
198,
4871,
45751,
51,
3558,
7,
403,
715,
395,
13,
14402,
20448,
2599,
198,
220,
220,
220,
37227,
34500,
1358,
5254,
329,
537,
72,
12,
49140,
6427,
526,
15931,
198
] | 3.366197 | 71 |
from __future__ import annotations
import ujson
from .data_model import RefactorRuleSpec
from .log_utils import Console
__all__ = ["load_spec"]
logger = Console(name=__name__).logger
| [
6738,
11593,
37443,
834,
1330,
37647,
198,
198,
11748,
334,
17752,
198,
198,
6738,
764,
7890,
62,
19849,
1330,
6524,
11218,
31929,
22882,
198,
6738,
764,
6404,
62,
26791,
1330,
24371,
198,
198,
834,
439,
834,
796,
14631,
2220,
62,
16684,
8973,
198,
198,
6404,
1362,
796,
24371,
7,
3672,
28,
834,
3672,
834,
737,
6404,
1362,
628
] | 3.241379 | 58 |
from __future__ import absolute_import, division, print_function, unicode_literals
import torch
import torch.nn as nn
from torch.autograd import grad
import logging
logger = logging.getLogger(__name__)
| [
6738,
11593,
37443,
834,
1330,
4112,
62,
11748,
11,
7297,
11,
3601,
62,
8818,
11,
28000,
1098,
62,
17201,
874,
198,
198,
11748,
28034,
198,
11748,
28034,
13,
20471,
355,
299,
77,
198,
6738,
28034,
13,
2306,
519,
6335,
1330,
3915,
198,
11748,
18931,
198,
198,
6404,
1362,
796,
18931,
13,
1136,
11187,
1362,
7,
834,
3672,
834,
8,
628
] | 3.416667 | 60 |
import subprocess
from flask import Flask
app = Flask(__name__)
@app.route("/rce/<string:payload>")
@app.route("/rce/<string:payload>")
@app.route("/rce/<int:payload>")
| [
11748,
850,
14681,
198,
198,
6738,
42903,
1330,
46947,
628,
198,
1324,
796,
46947,
7,
834,
3672,
834,
8,
628,
198,
31,
1324,
13,
38629,
7203,
14,
81,
344,
14,
27,
8841,
25,
15577,
2220,
29,
4943,
628,
198,
31,
1324,
13,
38629,
7203,
14,
81,
344,
14,
27,
8841,
25,
15577,
2220,
29,
4943,
628,
198,
31,
1324,
13,
38629,
7203,
14,
81,
344,
14,
27,
600,
25,
15577,
2220,
29,
4943,
198
] | 2.405405 | 74 |
from ai.go.go_player import GoPlayer
import numpy as np
| [
6738,
257,
72,
13,
2188,
13,
2188,
62,
7829,
1330,
1514,
14140,
201,
198,
11748,
299,
32152,
355,
45941,
201,
198,
201,
198,
201,
198,
201,
198,
201,
198
] | 2.275862 | 29 |
from __future__ import print_function
import PILasOPENCV as Image
import cv2
im = Image.open("lena.jpg")
numpy_image = im.getim()
print(type(numpy_image), numpy_image.shape)
cv2.imshow("numpy_image", numpy_image)
cv2.waitKey(0)
# import numpy image
new_im = Image.new("RGB", (512, 512), "black")
new_im.show()
new_im.setim(numpy_image)
new_im.show() | [
6738,
11593,
37443,
834,
1330,
3601,
62,
8818,
201,
198,
11748,
350,
4146,
292,
3185,
24181,
53,
355,
7412,
201,
198,
11748,
269,
85,
17,
201,
198,
320,
796,
7412,
13,
9654,
7203,
75,
8107,
13,
9479,
4943,
201,
198,
77,
32152,
62,
9060,
796,
545,
13,
1136,
320,
3419,
201,
198,
4798,
7,
4906,
7,
77,
32152,
62,
9060,
828,
299,
32152,
62,
9060,
13,
43358,
8,
201,
198,
33967,
17,
13,
320,
12860,
7203,
77,
32152,
62,
9060,
1600,
299,
32152,
62,
9060,
8,
201,
198,
33967,
17,
13,
17077,
9218,
7,
15,
8,
201,
198,
2,
1330,
299,
32152,
2939,
201,
198,
3605,
62,
320,
796,
7412,
13,
3605,
7203,
36982,
1600,
357,
25836,
11,
22243,
828,
366,
13424,
4943,
201,
198,
3605,
62,
320,
13,
12860,
3419,
201,
198,
3605,
62,
320,
13,
2617,
320,
7,
77,
32152,
62,
9060,
8,
201,
198,
3605,
62,
320,
13,
12860,
3419
] | 2.359477 | 153 |
# -*- coding: utf-8 -*-
"""Common types used across the project."""
import typing
import numpy as np
ArrayLike = typing.Union[typing.List[float], np.ndarray]
| [
2,
532,
9,
12,
19617,
25,
3384,
69,
12,
23,
532,
9,
12,
198,
37811,
17227,
3858,
973,
1973,
262,
1628,
526,
15931,
198,
11748,
19720,
198,
198,
11748,
299,
32152,
355,
45941,
198,
198,
19182,
7594,
796,
19720,
13,
38176,
58,
774,
13886,
13,
8053,
58,
22468,
4357,
45941,
13,
358,
18747,
60,
198
] | 2.909091 | 55 |
'''
This module contains various utilitarian functions used by other modules.
'''
#***************************************
# Imports
#***************************************
import sys
import os
import stat
import threading
import logging, logging.handlers
from dependencies.pefile import pefile
import globs
import BamLogger
#*****************************************
# Local variables
#*****************************************
PEARCH = {
pefile.MACHINE_TYPE['IMAGE_FILE_MACHINE_I386']: 'I386',
pefile.MACHINE_TYPE['IMAGE_FILE_MACHINE_R3000']: 'R3000',
pefile.MACHINE_TYPE['IMAGE_FILE_MACHINE_R4000']: 'R4000',
pefile.MACHINE_TYPE['IMAGE_FILE_MACHINE_R10000']: 'R10000',
pefile.MACHINE_TYPE['IMAGE_FILE_MACHINE_WCEMIPSV2']: 'WCEMIPSV2',
pefile.MACHINE_TYPE['IMAGE_FILE_MACHINE_ALPHA']: 'ALPHA',
pefile.MACHINE_TYPE['IMAGE_FILE_MACHINE_SH3']: 'SH3',
pefile.MACHINE_TYPE['IMAGE_FILE_MACHINE_SH3DSP']: 'SH3DSP',
pefile.MACHINE_TYPE['IMAGE_FILE_MACHINE_SH3E']: 'SH3E',
pefile.MACHINE_TYPE['IMAGE_FILE_MACHINE_SH4']: 'SH4',
pefile.MACHINE_TYPE['IMAGE_FILE_MACHINE_SH5']: 'SH5',
pefile.MACHINE_TYPE['IMAGE_FILE_MACHINE_ARM']: 'ARM',
pefile.MACHINE_TYPE['IMAGE_FILE_MACHINE_THUMB']: 'THUMB',
pefile.MACHINE_TYPE['IMAGE_FILE_MACHINE_ARMNT']: 'ARMNT',
pefile.MACHINE_TYPE['IMAGE_FILE_MACHINE_AM33']: 'AM33',
pefile.MACHINE_TYPE['IMAGE_FILE_MACHINE_POWERPC']: 'POWERPC',
pefile.MACHINE_TYPE['IMAGE_FILE_MACHINE_POWERPCFP']: 'POWERPCFP',
pefile.MACHINE_TYPE['IMAGE_FILE_MACHINE_IA64']: 'IA64',
pefile.MACHINE_TYPE['IMAGE_FILE_MACHINE_MIPS16']: 'MIPS16',
pefile.MACHINE_TYPE['IMAGE_FILE_MACHINE_ALPHA64']: 'ALPHA64_AXP64',
pefile.MACHINE_TYPE['IMAGE_FILE_MACHINE_AXP64']: 'ALPHA64_AXP64',
pefile.MACHINE_TYPE['IMAGE_FILE_MACHINE_MIPSFPU']: 'MIPSFPU',
pefile.MACHINE_TYPE['IMAGE_FILE_MACHINE_MIPSFPU16']: 'MIPSFPU16',
pefile.MACHINE_TYPE['IMAGE_FILE_MACHINE_TRICORE']: 'TRICORE',
pefile.MACHINE_TYPE['IMAGE_FILE_MACHINE_CEF']: 'CEF',
pefile.MACHINE_TYPE['IMAGE_FILE_MACHINE_EBC']: 'EBC',
pefile.MACHINE_TYPE['IMAGE_FILE_MACHINE_AMD64']: 'AMD64',
pefile.MACHINE_TYPE['IMAGE_FILE_MACHINE_M32R']: 'M32R',
pefile.MACHINE_TYPE['IMAGE_FILE_MACHINE_CEE']: 'CEE'
}
_utilLogger = logging.getLogger("BAM.util")
#***********************************************
# Functions
#***********************************************
def exitfunction():
'''
exit process
'''
sys.exit(0)
def rmfile(file):
'''
Remove file and handle RO conditions
'''
if((os.stat(file).st_file_attributes & 0x0000000F) ==
stat.FILE_ATTRIBUTE_READONLY):
os.chmod(file, stat.FILE_ATTRIBUTE_NORMAL)
import contextlib
with contextlib.suppress(FileNotFoundError):
os.remove(file)
def writeperm(pathtodir):
'''
due to python creating directory without write permissions, this function
is used to allow write permissions so that files and folders can be deleted
later.
'''
global _utilLogger
for root, dirs, files in os.walk(pathtodir, topdown=True):
for item in files:
try:
os.chmod(os.path.join(root, item), stat.S_IWRITE)
except FileNotFoundError as dummy:
_utilLogger.log(logging.DEBUG, "writeperm: cannot find " + str(item))
pass
for folder in dirs:
try:
os.chmod(os.path.join(root, folder), stat.S_IWRITE)
except FileNotFoundError as dummy:
_utilLogger.log(logging.DEBUG, "writeperm: cannot find " + str(folder))
pass
os.chmod(pathtodir, stat.S_IWRITE)
def pebinarytype(unknownpefile):
'''
Returns a tuple (file extension, TYPE)
'''
if unknownpefile.is_exe():
return 'EXE', 'application'
elif unknownpefile.is_driver():
return 'SYS', 'system driver'
elif unknownpefile.is_dll():
return 'DLL', 'dynamic-link library'
return 'UNKNOWN', 'UNKNOWN'
def getpearch(unknownpefile):
'''
Find Architecture
'''
foundarch = "UNKNOWN"
machinearch = getattr(unknownpefile.NT_HEADERS.FILE_HEADER, "Machine", None)
if machinearch is not None:
for arch in PEARCH:
if machinearch == arch:
foundarch = PEARCH[arch]
return foundarch
def getpesigwoage(unknownpefile):
'''
PE with no age
'''
guidstr = 'NOTFOUND'
debugentry = getattr(unknownpefile, "DIRECTORY_ENTRY_DEBUG", None)
if debugentry is not None:
for entry in unknownpefile.DIRECTORY_ENTRY_DEBUG:
if entry.struct.dump_dict()['Type']['Value'] == \
pefile.DEBUG_TYPE['IMAGE_DEBUG_TYPE_CODEVIEW']:
pdb2exist = getattr(entry.entry, "CvHeaderSignature", None)
if pdb2exist is not None:
return str(hex(entry.entry.Signature))
pdb7exist = getattr(entry.entry, "CvSignature", None)
if pdb7exist is not None:
data4 = int.from_bytes(entry.entry.Signature_Data4[0:2], byteorder="big")
data5 = int.from_bytes(entry.entry.Signature_Data4[2:8], byteorder="big")
guidstr = ("{:08x}-{:04x}-{:04x}-{:04x}-" +
"{:09x}").format(
entry.entry.Signature_Data1,
entry.entry.Signature_Data2,
entry.entry.Signature_Data3,
data4,
data5)
else:
global _utilLogger
_utilLogger.log(logging.DEBUG, "-- GUID not found....")
return guidstr
def getpeage(unknownpefile):
'''
PE age
'''
age = -1
debugentry = getattr(unknownpefile, "DIRECTORY_ENTRY_DEBUG", None)
if debugentry is not None:
for entry in unknownpefile.DIRECTORY_ENTRY_DEBUG:
if entry.struct.dump_dict()['Type']['Value'] == \
pefile.DEBUG_TYPE['IMAGE_DEBUG_TYPE_CODEVIEW']:
attrage = getattr(entry.entry, "Age", None)
if attrage is None:
return age
age = attrage
else:
global _utilLogger
_utilLogger.log(logging.DEBUG, "-- Age not found....")
return age
def getpepdbfilename(unknownpefile):
'''
pe pdbfilename
'''
pdbfilename = 'NOTFOUND'
debugentry = getattr(unknownpefile, "DIRECTORY_ENTRY_DEBUG", None)
if debugentry is not None:
for entry in unknownpefile.DIRECTORY_ENTRY_DEBUG:
if entry.struct.dump_dict()['Type']['Value'] == \
pefile.DEBUG_TYPE['IMAGE_DEBUG_TYPE_CODEVIEW']:
attrpdbfilename = getattr(entry.entry, "PdbFileName", None)
if attrpdbfilename is None:
return pdbfilename
pdbfilename = ""
try:
pdbfilename = attrpdbfilename.decode('ascii')
pdbfilename = pdbfilename[:pdbfilename.index('\x00')]
except UnicodeDecodeError as dummy:
pdbfilename = attrpdbfilename.decode('utf-8')
pdbfilename = pdbfilename[:pdbfilename.index('\x00')]
except ValueError as dummy:
pass
else:
global _utilLogger
_utilLogger.log(logging.DEBUG, "-- Pdbfilename not found....")
return pdbfilename
def ispe(file):
'''
checks for valid PE file
'''
try:
petemp = pefile.PE(file, fast_load=True)
petemp.close()
except (pefile.PEFormatError, IOError):
return False
return True
def ispedbgstripped(unknownpefile):
'''
checks to see if PE debug information was stripped and placed into dbg file.
'''
filehdr = getattr(unknownpefile, "FILE_HEADER", None)
if filehdr is not None:
characteristics = getattr(unknownpefile, "Characteristics", None)
if characteristics is not None:
# https://docs.microsoft.com/en-us/windows/desktop/api/winnt/ns-winnt-_image_file_header
# IMAGE_FILE_DEBUG_STRIPPED
if (characteristics & 0x0200) == 0x0200:
return True
return False
def ispebuiltwithdebug(unknownpefile):
'''
check to see if PE was built with debug symbols in a pdb file
'''
debugsize = unknownpefile.dump_dict()['Directories'][6]['Size']['Value']
if debugsize == 0:
return False
return True
def validatecab(unknownfile):
'''
validate CAB file
'''
global _utilLogger
if "wsusscan.cab" in unknownfile.lower() or \
"wsusscn2.cab" in unknownfile.lower() or \
"wuresdist.cab" in unknownfile.lower() or \
"muauth.cab" in unknownfile.lower():
_utilLogger.log(logging.DEBUG, "{-} Ignoring " + unknownfile + "...")
return False
elif unknownfile.lower().endswith(".cab") or unknownfile.lower().endswith(".msu"):
try:
with open(unknownfile, 'rb') as file:
magic = file.read(4)
# file signature for MS CABs. Some files ending with .CAB
# may actually be a ZIP file
if not magic == b"\x4d\x53\x43\x46":
return False
else:
return True
except FileNotFoundError as ferror:
_utilLogger.log(logging.DEBUG, "{-} validatecab: Could not open " + str(unknownfile) + " " + \
str(ferror.strerror) + " (" + str(ferror.winerror) + ")")
return False
except OSError as oserror:
_utilLogger.log(logging.DEBUG, "{-} validatezip: Issue found for " + str(unknownfile) + " " + \
str(oserror))
return None
else:
return False
def validatezip(unknownfile):
'''
some CABs/MSUs may exactly be ZIPs
'''
global _utilLogger
if unknownfile.lower().endswith(".cab") or unknownfile.lower().endswith(".msu"):
try:
with open(unknownfile, 'rb') as file:
magic = file.read(4)
# file signature for MS CABs. Some files ending with .CAB
# may actually be a ZIP file
if not (magic == b"\x50\x4b\x03\x04" or \
magic == b"\x50\x4b\x05\x06" or \
magic == b"\x50\x4b\x07\x08"):
return False
else:
return True
except FileNotFoundError as ferror:
_utilLogger.log(logging.DEBUG, "{-} validatezip: Could not open " + str(unknownfile) + " " + \
str(ferror.strerror) + " (" + str(ferror.winerror) + ")")
return False
except OSError as oserror:
_utilLogger.log(logging.DEBUG, "{-} validatezip: Issue found for " + str(unknownfile) + " " + \
str(oserror))
return None
else:
return False
def getfilehashes(jobfile):
'''
return a tuple of string hash values for a file
'''
from hashlib import sha256
from hashlib import sha1
global _utilLogger
hashes = None
try:
with open(str(jobfile), 'rb') as item:
sha256hash = sha256()
sha1hash = sha1()
while True:
chunk = item.read(8192)
if not chunk:
break
sha256hash.update(chunk)
sha1hash.update(chunk)
hashes = (sha256hash.hexdigest(), sha1hash.hexdigest())
except FileNotFoundError as ferror:
_utilLogger.log(logging.DEBUG, "{-} getfilehashes: Could not open " + str(jobfile) + " " + \
str(ferror.strerror) + " (" + str(ferror.winerror) + ")")
return None
except OSError as oserror:
_utilLogger.log(logging.DEBUG, "{-} getfilehashes: Issue found for " + str(jobfile) + " " + \
str(oserror))
return None
return hashes | [
7061,
6,
198,
1212,
8265,
4909,
2972,
48239,
5499,
973,
416,
584,
13103,
13,
198,
7061,
6,
198,
2,
17174,
2466,
8162,
198,
2,
1846,
3742,
198,
2,
17174,
2466,
8162,
198,
11748,
25064,
198,
198,
11748,
28686,
198,
198,
11748,
1185,
198,
198,
11748,
4704,
278,
198,
198,
11748,
18931,
11,
18931,
13,
4993,
8116,
198,
198,
6738,
20086,
13,
431,
7753,
1330,
613,
7753,
198,
198,
11748,
1278,
8158,
198,
198,
11748,
42167,
11187,
1362,
198,
198,
2,
17174,
4557,
9,
198,
2,
10714,
9633,
198,
2,
17174,
4557,
9,
198,
11401,
31315,
796,
1391,
198,
220,
220,
220,
613,
7753,
13,
44,
16219,
8881,
62,
25216,
17816,
3955,
11879,
62,
25664,
62,
44,
16219,
8881,
62,
40,
21734,
6,
5974,
705,
40,
21734,
3256,
198,
220,
220,
220,
613,
7753,
13,
44,
16219,
8881,
62,
25216,
17816,
3955,
11879,
62,
25664,
62,
44,
16219,
8881,
62,
49,
23924,
6,
5974,
705,
49,
23924,
3256,
198,
220,
220,
220,
613,
7753,
13,
44,
16219,
8881,
62,
25216,
17816,
3955,
11879,
62,
25664,
62,
44,
16219,
8881,
62,
49,
27559,
6,
5974,
705,
49,
27559,
3256,
198,
220,
220,
220,
613,
7753,
13,
44,
16219,
8881,
62,
25216,
17816,
3955,
11879,
62,
25664,
62,
44,
16219,
8881,
62,
49,
49388,
6,
5974,
705,
49,
49388,
3256,
198,
220,
220,
220,
613,
7753,
13,
44,
16219,
8881,
62,
25216,
17816,
3955,
11879,
62,
25664,
62,
44,
16219,
8881,
62,
27353,
3620,
47643,
53,
17,
6,
5974,
705,
27353,
3620,
47643,
53,
17,
3256,
198,
220,
220,
220,
613,
7753,
13,
44,
16219,
8881,
62,
25216,
17816,
3955,
11879,
62,
25664,
62,
44,
16219,
8881,
62,
1847,
47,
7801,
6,
5974,
705,
1847,
47,
7801,
3256,
198,
220,
220,
220,
613,
7753,
13,
44,
16219,
8881,
62,
25216,
17816,
3955,
11879,
62,
25664,
62,
44,
16219,
8881,
62,
9693,
18,
6,
5974,
705,
9693,
18,
3256,
198,
220,
220,
220,
613,
7753,
13,
44,
16219,
8881,
62,
25216,
17816,
3955,
11879,
62,
25664,
62,
44,
16219,
8881,
62,
9693,
18,
35,
4303,
6,
5974,
705,
9693,
18,
35,
4303,
3256,
198,
220,
220,
220,
613,
7753,
13,
44,
16219,
8881,
62,
25216,
17816,
3955,
11879,
62,
25664,
62,
44,
16219,
8881,
62,
9693,
18,
36,
6,
5974,
705,
9693,
18,
36,
3256,
198,
220,
220,
220,
613,
7753,
13,
44,
16219,
8881,
62,
25216,
17816,
3955,
11879,
62,
25664,
62,
44,
16219,
8881,
62,
9693,
19,
6,
5974,
705,
9693,
19,
3256,
198,
220,
220,
220,
613,
7753,
13,
44,
16219,
8881,
62,
25216,
17816,
3955,
11879,
62,
25664,
62,
44,
16219,
8881,
62,
9693,
20,
6,
5974,
705,
9693,
20,
3256,
198,
220,
220,
220,
613,
7753,
13,
44,
16219,
8881,
62,
25216,
17816,
3955,
11879,
62,
25664,
62,
44,
16219,
8881,
62,
33456,
6,
5974,
705,
33456,
3256,
198,
220,
220,
220,
613,
7753,
13,
44,
16219,
8881,
62,
25216,
17816,
3955,
11879,
62,
25664,
62,
44,
16219,
8881,
62,
4221,
5883,
33,
6,
5974,
705,
4221,
5883,
33,
3256,
198,
220,
220,
220,
613,
7753,
13,
44,
16219,
8881,
62,
25216,
17816,
3955,
11879,
62,
25664,
62,
44,
16219,
8881,
62,
33456,
11251,
6,
5974,
705,
33456,
11251,
3256,
198,
220,
220,
220,
613,
7753,
13,
44,
16219,
8881,
62,
25216,
17816,
3955,
11879,
62,
25664,
62,
44,
16219,
8881,
62,
2390,
2091,
6,
5974,
705,
2390,
2091,
3256,
198,
220,
220,
220,
613,
7753,
13,
44,
16219,
8881,
62,
25216,
17816,
3955,
11879,
62,
25664,
62,
44,
16219,
8881,
62,
47,
36048,
5662,
6,
5974,
705,
47,
36048,
5662,
3256,
198,
220,
220,
220,
613,
7753,
13,
44,
16219,
8881,
62,
25216,
17816,
3955,
11879,
62,
25664,
62,
44,
16219,
8881,
62,
47,
36048,
5662,
5837,
6,
5974,
705,
47,
36048,
5662,
5837,
3256,
198,
220,
220,
220,
613,
7753,
13,
44,
16219,
8881,
62,
25216,
17816,
3955,
11879,
62,
25664,
62,
44,
16219,
8881,
62,
3539,
2414,
6,
5974,
705,
3539,
2414,
3256,
198,
220,
220,
220,
613,
7753,
13,
44,
16219,
8881,
62,
25216,
17816,
3955,
11879,
62,
25664,
62,
44,
16219,
8881,
62,
8895,
3705,
1433,
6,
5974,
705,
8895,
3705,
1433,
3256,
198,
220,
220,
220,
613,
7753,
13,
44,
16219,
8881,
62,
25216,
17816,
3955,
11879,
62,
25664,
62,
44,
16219,
8881,
62,
1847,
47,
7801,
2414,
6,
5974,
705,
1847,
47,
7801,
2414,
62,
25922,
47,
2414,
3256,
198,
220,
220,
220,
613,
7753,
13,
44,
16219,
8881,
62,
25216,
17816,
3955,
11879,
62,
25664,
62,
44,
16219,
8881,
62,
25922,
47,
2414,
6,
5974,
705,
1847,
47,
7801,
2414,
62,
25922,
47,
2414,
3256,
198,
220,
220,
220,
613,
7753,
13,
44,
16219,
8881,
62,
25216,
17816,
3955,
11879,
62,
25664,
62,
44,
16219,
8881,
62,
8895,
3705,
37,
5105,
6,
5974,
705,
8895,
3705,
37,
5105,
3256,
198,
220,
220,
220,
613,
7753,
13,
44,
16219,
8881,
62,
25216,
17816,
3955,
11879,
62,
25664,
62,
44,
16219,
8881,
62,
8895,
3705,
37,
5105,
1433,
6,
5974,
705,
8895,
3705,
37,
5105,
1433,
3256,
198,
220,
220,
220,
613,
7753,
13,
44,
16219,
8881,
62,
25216,
17816,
3955,
11879,
62,
25664,
62,
44,
16219,
8881,
62,
5446,
2149,
6965,
6,
5974,
705,
5446,
2149,
6965,
3256,
198,
220,
220,
220,
613,
7753,
13,
44,
16219,
8881,
62,
25216,
17816,
3955,
11879,
62,
25664,
62,
44,
16219,
8881,
62,
5222,
37,
6,
5974,
705,
5222,
37,
3256,
198,
220,
220,
220,
613,
7753,
13,
44,
16219,
8881,
62,
25216,
17816,
3955,
11879,
62,
25664,
62,
44,
16219,
8881,
62,
36,
2749,
6,
5974,
705,
36,
2749,
3256,
198,
220,
220,
220,
613,
7753,
13,
44,
16219,
8881,
62,
25216,
17816,
3955,
11879,
62,
25664,
62,
44,
16219,
8881,
62,
28075,
2414,
6,
5974,
705,
28075,
2414,
3256,
198,
220,
220,
220,
613,
7753,
13,
44,
16219,
8881,
62,
25216,
17816,
3955,
11879,
62,
25664,
62,
44,
16219,
8881,
62,
44,
2624,
49,
6,
5974,
705,
44,
2624,
49,
3256,
198,
220,
220,
220,
613,
7753,
13,
44,
16219,
8881,
62,
25216,
17816,
3955,
11879,
62,
25664,
62,
44,
16219,
8881,
62,
5222,
36,
6,
5974,
705,
5222,
36,
6,
198,
92,
198,
198,
62,
22602,
11187,
1362,
796,
18931,
13,
1136,
11187,
1362,
7203,
33,
2390,
13,
22602,
4943,
198,
198,
2,
17174,
46068,
8162,
198,
2,
40480,
198,
2,
17174,
46068,
8162,
628,
198,
4299,
8420,
8818,
33529,
198,
220,
220,
220,
705,
7061,
198,
220,
220,
220,
8420,
1429,
198,
220,
220,
220,
705,
7061,
198,
220,
220,
220,
25064,
13,
37023,
7,
15,
8,
198,
198,
4299,
42721,
7753,
7,
7753,
2599,
198,
220,
220,
220,
705,
7061,
198,
220,
220,
220,
17220,
2393,
290,
5412,
15107,
3403,
198,
220,
220,
220,
705,
7061,
198,
220,
220,
220,
611,
19510,
418,
13,
14269,
7,
7753,
737,
301,
62,
7753,
62,
1078,
7657,
1222,
657,
87,
24598,
37,
8,
6624,
198,
220,
220,
220,
220,
220,
220,
1185,
13,
25664,
62,
1404,
5446,
9865,
37780,
62,
15675,
1340,
11319,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
28686,
13,
354,
4666,
7,
7753,
11,
1185,
13,
25664,
62,
1404,
5446,
9865,
37780,
62,
35510,
42126,
8,
198,
220,
220,
220,
220,
198,
220,
220,
220,
1330,
4732,
8019,
628,
220,
220,
220,
351,
4732,
8019,
13,
18608,
601,
7,
8979,
3673,
21077,
12331,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
28686,
13,
28956,
7,
7753,
8,
198,
198,
4299,
3551,
16321,
7,
6978,
83,
375,
343,
2599,
198,
220,
220,
220,
705,
7061,
198,
220,
220,
220,
2233,
284,
21015,
4441,
8619,
1231,
3551,
21627,
11,
428,
2163,
198,
220,
220,
220,
318,
973,
284,
1249,
3551,
21627,
523,
326,
3696,
290,
24512,
460,
307,
13140,
198,
220,
220,
220,
1568,
13,
198,
220,
220,
220,
705,
7061,
198,
220,
220,
220,
3298,
4808,
22602,
11187,
1362,
198,
220,
220,
220,
329,
6808,
11,
288,
17062,
11,
3696,
287,
28686,
13,
11152,
7,
6978,
83,
375,
343,
11,
1353,
2902,
28,
17821,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
329,
2378,
287,
3696,
25,
198,
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,
28686,
13,
354,
4666,
7,
418,
13,
6978,
13,
22179,
7,
15763,
11,
2378,
828,
1185,
13,
50,
62,
40,
18564,
12709,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2845,
9220,
3673,
21077,
12331,
355,
31548,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4808,
22602,
11187,
1362,
13,
6404,
7,
6404,
2667,
13,
30531,
11,
366,
13564,
16321,
25,
2314,
1064,
366,
1343,
965,
7,
9186,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1208,
198,
220,
220,
220,
220,
220,
220,
220,
329,
9483,
287,
288,
17062,
25,
198,
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,
28686,
13,
354,
4666,
7,
418,
13,
6978,
13,
22179,
7,
15763,
11,
9483,
828,
1185,
13,
50,
62,
40,
18564,
12709,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2845,
9220,
3673,
21077,
12331,
355,
31548,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4808,
22602,
11187,
1362,
13,
6404,
7,
6404,
2667,
13,
30531,
11,
366,
13564,
16321,
25,
2314,
1064,
366,
1343,
965,
7,
43551,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1208,
198,
220,
220,
220,
28686,
13,
354,
4666,
7,
6978,
83,
375,
343,
11,
1185,
13,
50,
62,
40,
18564,
12709,
8,
628,
198,
4299,
613,
39491,
4906,
7,
34680,
431,
7753,
2599,
198,
220,
220,
220,
705,
7061,
198,
220,
220,
220,
16409,
257,
46545,
357,
7753,
7552,
11,
41876,
8,
198,
220,
220,
220,
705,
7061,
198,
220,
220,
220,
611,
6439,
431,
7753,
13,
271,
62,
13499,
33529,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
705,
6369,
36,
3256,
705,
31438,
6,
198,
220,
220,
220,
1288,
361,
6439,
431,
7753,
13,
271,
62,
26230,
33529,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
705,
50,
16309,
3256,
705,
10057,
4639,
6,
198,
220,
220,
220,
1288,
361,
6439,
431,
7753,
13,
271,
62,
12736,
33529,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
705,
35,
3069,
3256,
705,
67,
28995,
12,
8726,
5888,
6,
628,
220,
220,
220,
1441,
705,
4944,
44706,
3256,
705,
4944,
44706,
6,
628,
198,
4299,
651,
431,
998,
7,
34680,
431,
7753,
2599,
198,
220,
220,
220,
705,
7061,
198,
220,
220,
220,
9938,
29778,
198,
220,
220,
220,
705,
7061,
198,
220,
220,
220,
1043,
998,
796,
366,
4944,
44706,
1,
198,
220,
220,
220,
3235,
259,
3679,
796,
651,
35226,
7,
34680,
431,
7753,
13,
11251,
62,
37682,
4877,
13,
25664,
62,
37682,
1137,
11,
366,
37573,
1600,
6045,
8,
628,
220,
220,
220,
611,
3235,
259,
3679,
318,
407,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
329,
3934,
287,
350,
17133,
3398,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
3235,
259,
3679,
6624,
3934,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1043,
998,
796,
350,
17133,
3398,
58,
998,
60,
628,
220,
220,
220,
1441,
1043,
998,
628,
198,
4299,
651,
12272,
328,
21638,
496,
7,
34680,
431,
7753,
2599,
198,
220,
220,
220,
705,
7061,
198,
220,
220,
220,
18468,
351,
645,
2479,
198,
220,
220,
220,
705,
7061,
198,
220,
220,
220,
10103,
2536,
796,
705,
11929,
37,
15919,
6,
198,
220,
220,
220,
14257,
13000,
796,
651,
35226,
7,
34680,
431,
7753,
11,
366,
17931,
23988,
15513,
62,
3525,
18276,
62,
30531,
1600,
6045,
8,
198,
220,
220,
220,
611,
14257,
13000,
318,
407,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
329,
5726,
287,
6439,
431,
7753,
13,
17931,
23988,
15513,
62,
3525,
18276,
62,
30531,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
5726,
13,
7249,
13,
39455,
62,
11600,
3419,
17816,
6030,
6,
7131,
6,
11395,
20520,
6624,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3467,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
613,
7753,
13,
30531,
62,
25216,
17816,
3955,
11879,
62,
30531,
62,
25216,
62,
34,
16820,
28206,
6,
5974,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
279,
9945,
17,
38476,
796,
651,
35226,
7,
13000,
13,
13000,
11,
366,
34,
85,
39681,
11712,
1300,
1600,
6045,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
279,
9945,
17,
38476,
318,
407,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
965,
7,
33095,
7,
13000,
13,
13000,
13,
11712,
1300,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
279,
9945,
22,
38476,
796,
651,
35226,
7,
13000,
13,
13000,
11,
366,
34,
85,
11712,
1300,
1600,
6045,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
279,
9945,
22,
38476,
318,
407,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
19,
796,
493,
13,
6738,
62,
33661,
7,
13000,
13,
13000,
13,
11712,
1300,
62,
6601,
19,
58,
15,
25,
17,
4357,
18022,
2875,
2625,
14261,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
20,
796,
493,
13,
6738,
62,
33661,
7,
13000,
13,
13000,
13,
11712,
1300,
62,
6601,
19,
58,
17,
25,
23,
4357,
18022,
2875,
2625,
14261,
4943,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10103,
2536,
796,
5855,
90,
25,
2919,
87,
92,
12,
90,
25,
3023,
87,
92,
12,
90,
25,
3023,
87,
92,
12,
90,
25,
3023,
87,
92,
21215,
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,
45144,
25,
2931,
87,
92,
11074,
18982,
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,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5726,
13,
13000,
13,
11712,
1300,
62,
6601,
16,
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,
5726,
13,
13000,
13,
11712,
1300,
62,
6601,
17,
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,
5726,
13,
13000,
13,
11712,
1300,
62,
6601,
18,
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,
1366,
19,
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,
1366,
20,
8,
198,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
3298,
4808,
22602,
11187,
1362,
198,
220,
220,
220,
220,
220,
220,
220,
4808,
22602,
11187,
1362,
13,
6404,
7,
6404,
2667,
13,
30531,
11,
366,
438,
19348,
2389,
407,
1043,
1106,
4943,
628,
220,
220,
220,
1441,
10103,
2536,
628,
198,
4299,
651,
431,
496,
7,
34680,
431,
7753,
2599,
198,
220,
220,
220,
705,
7061,
198,
220,
220,
220,
18468,
2479,
198,
220,
220,
220,
705,
7061,
198,
220,
220,
220,
2479,
796,
532,
16,
198,
220,
220,
220,
14257,
13000,
796,
651,
35226,
7,
34680,
431,
7753,
11,
366,
17931,
23988,
15513,
62,
3525,
18276,
62,
30531,
1600,
6045,
8,
198,
220,
220,
220,
611,
14257,
13000,
318,
407,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
329,
5726,
287,
6439,
431,
7753,
13,
17931,
23988,
15513,
62,
3525,
18276,
62,
30531,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
5726,
13,
7249,
13,
39455,
62,
11600,
3419,
17816,
6030,
6,
7131,
6,
11395,
20520,
6624,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3467,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
613,
7753,
13,
30531,
62,
25216,
17816,
3955,
11879,
62,
30531,
62,
25216,
62,
34,
16820,
28206,
6,
5974,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
708,
8394,
796,
651,
35226,
7,
13000,
13,
13000,
11,
366,
23396,
1600,
6045,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
708,
8394,
318,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
2479,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2479,
796,
708,
8394,
198,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
3298,
4808,
22602,
11187,
1362,
198,
220,
220,
220,
220,
220,
220,
220,
4808,
22602,
11187,
1362,
13,
6404,
7,
6404,
2667,
13,
30531,
11,
366,
438,
7129,
407,
1043,
1106,
4943,
628,
220,
220,
220,
1441,
2479,
628,
198,
4299,
651,
431,
79,
9945,
34345,
7,
34680,
431,
7753,
2599,
198,
220,
220,
220,
705,
7061,
198,
220,
220,
220,
613,
279,
9945,
34345,
198,
220,
220,
220,
705,
7061,
198,
220,
220,
220,
279,
9945,
34345,
796,
705,
11929,
37,
15919,
6,
198,
220,
220,
220,
14257,
13000,
796,
651,
35226,
7,
34680,
431,
7753,
11,
366,
17931,
23988,
15513,
62,
3525,
18276,
62,
30531,
1600,
6045,
8,
198,
220,
220,
220,
611,
14257,
13000,
318,
407,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
329,
5726,
287,
6439,
431,
7753,
13,
17931,
23988,
15513,
62,
3525,
18276,
62,
30531,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
5726,
13,
7249,
13,
39455,
62,
11600,
3419,
17816,
6030,
6,
7131,
6,
11395,
20520,
6624,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3467,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
613,
7753,
13,
30531,
62,
25216,
17816,
3955,
11879,
62,
30531,
62,
25216,
62,
34,
16820,
28206,
6,
5974,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
708,
81,
79,
9945,
34345,
796,
651,
35226,
7,
13000,
13,
13000,
11,
366,
47,
9945,
8979,
5376,
1600,
6045,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
708,
81,
79,
9945,
34345,
318,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
279,
9945,
34345,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
279,
9945,
34345,
796,
13538,
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,
279,
9945,
34345,
796,
708,
81,
79,
9945,
34345,
13,
12501,
1098,
10786,
292,
979,
72,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
279,
9945,
34345,
796,
279,
9945,
34345,
58,
25,
79,
9945,
34345,
13,
9630,
10786,
59,
87,
405,
11537,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2845,
34371,
10707,
1098,
12331,
355,
31548,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
279,
9945,
34345,
796,
708,
81,
79,
9945,
34345,
13,
12501,
1098,
10786,
40477,
12,
23,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
279,
9945,
34345,
796,
279,
9945,
34345,
58,
25,
79,
9945,
34345,
13,
9630,
10786,
59,
87,
405,
11537,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2845,
11052,
12331,
355,
31548,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1208,
198,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
3298,
4808,
22602,
11187,
1362,
198,
220,
220,
220,
220,
220,
220,
220,
4808,
22602,
11187,
1362,
13,
6404,
7,
6404,
2667,
13,
30531,
11,
366,
438,
350,
9945,
34345,
407,
1043,
1106,
4943,
628,
220,
220,
220,
1441,
279,
9945,
34345,
198,
198,
4299,
318,
431,
7,
7753,
2599,
198,
220,
220,
220,
705,
7061,
198,
220,
220,
220,
8794,
329,
4938,
18468,
2393,
198,
220,
220,
220,
705,
7061,
198,
220,
220,
220,
1949,
25,
198,
220,
220,
220,
220,
220,
220,
220,
4273,
45787,
796,
613,
7753,
13,
11401,
7,
7753,
11,
3049,
62,
2220,
28,
17821,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4273,
45787,
13,
19836,
3419,
198,
220,
220,
220,
2845,
357,
431,
7753,
13,
11401,
26227,
12331,
11,
24418,
12331,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
10352,
198,
220,
220,
220,
1441,
6407,
628,
198,
4299,
318,
9124,
35904,
33565,
1496,
7,
34680,
431,
7753,
2599,
198,
220,
220,
220,
705,
7061,
198,
220,
220,
220,
8794,
284,
766,
611,
18468,
14257,
1321,
373,
18818,
290,
4624,
656,
20613,
70,
2393,
13,
198,
220,
220,
220,
705,
7061,
628,
220,
220,
220,
2393,
71,
7109,
796,
651,
35226,
7,
34680,
431,
7753,
11,
366,
25664,
62,
37682,
1137,
1600,
6045,
8,
198,
220,
220,
220,
611,
2393,
71,
7109,
318,
407,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
9695,
796,
651,
35226,
7,
34680,
431,
7753,
11,
366,
27275,
3969,
1600,
6045,
8,
628,
220,
220,
220,
220,
220,
220,
220,
611,
9695,
318,
407,
6045,
25,
198,
220,
220,
220,
1303,
3740,
1378,
31628,
13,
40485,
13,
785,
14,
268,
12,
385,
14,
28457,
14,
41375,
14,
15042,
14,
5404,
429,
14,
5907,
12,
5404,
429,
12,
62,
9060,
62,
7753,
62,
25677,
198,
220,
220,
220,
1303,
8959,
11879,
62,
25664,
62,
30531,
62,
18601,
31444,
1961,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
357,
22769,
3969,
1222,
657,
87,
44613,
8,
6624,
657,
87,
44613,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
6407,
198,
220,
220,
220,
1441,
10352,
628,
198,
4299,
318,
431,
18780,
4480,
24442,
7,
34680,
431,
7753,
2599,
198,
220,
220,
220,
705,
7061,
198,
220,
220,
220,
2198,
284,
766,
611,
18468,
373,
3170,
351,
14257,
14354,
287,
257,
279,
9945,
2393,
198,
220,
220,
220,
705,
7061,
628,
220,
220,
220,
14257,
7857,
796,
6439,
431,
7753,
13,
39455,
62,
11600,
3419,
17816,
13470,
1749,
6,
7131,
21,
7131,
6,
10699,
6,
7131,
6,
11395,
20520,
628,
220,
220,
220,
611,
14257,
7857,
6624,
657,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
10352,
198,
220,
220,
220,
1441,
6407,
628,
198,
4299,
26571,
66,
397,
7,
34680,
7753,
2599,
198,
220,
220,
220,
705,
7061,
198,
220,
220,
220,
26571,
327,
6242,
2393,
198,
220,
220,
220,
705,
7061,
198,
220,
220,
220,
3298,
4808,
22602,
11187,
1362,
198,
220,
220,
220,
611,
366,
18504,
1046,
5171,
13,
66,
397,
1,
287,
6439,
7753,
13,
21037,
3419,
393,
220,
220,
220,
220,
3467,
198,
220,
220,
220,
220,
220,
220,
220,
366,
18504,
1046,
31522,
17,
13,
66,
397,
1,
287,
6439,
7753,
13,
21037,
3419,
393,
220,
220,
220,
3467,
198,
220,
220,
220,
220,
220,
220,
220,
366,
86,
942,
17080,
13,
66,
397,
1,
287,
6439,
7753,
13,
21037,
3419,
393,
220,
220,
3467,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
76,
6413,
1071,
13,
66,
397,
1,
287,
6439,
7753,
13,
21037,
33529,
198,
220,
220,
220,
220,
220,
220,
220,
4808,
22602,
11187,
1362,
13,
6404,
7,
6404,
2667,
13,
30531,
11,
45144,
12,
92,
16583,
3255,
366,
1343,
6439,
7753,
1343,
366,
9313,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
10352,
198,
220,
220,
220,
1288,
361,
6439,
7753,
13,
21037,
22446,
437,
2032,
342,
7,
1911,
66,
397,
4943,
393,
6439,
7753,
13,
21037,
22446,
437,
2032,
342,
7,
1911,
907,
84,
1,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
1949,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
351,
1280,
7,
34680,
7753,
11,
705,
26145,
11537,
355,
2393,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5536,
796,
2393,
13,
961,
7,
19,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
2393,
9877,
329,
6579,
327,
6242,
82,
13,
2773,
3696,
7464,
351,
764,
34,
6242,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
743,
1682,
307,
257,
42977,
2393,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
5536,
6624,
275,
1,
59,
87,
19,
67,
59,
87,
4310,
59,
87,
3559,
59,
87,
3510,
1298,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
10352,
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,
6407,
198,
220,
220,
220,
220,
220,
220,
220,
2845,
9220,
3673,
21077,
12331,
355,
11354,
1472,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4808,
22602,
11187,
1362,
13,
6404,
7,
6404,
2667,
13,
30531,
11,
45144,
12,
92,
26571,
66,
397,
25,
10347,
407,
1280,
366,
1343,
965,
7,
34680,
7753,
8,
1343,
366,
366,
1343,
3467,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
965,
7,
2232,
1472,
13,
301,
11751,
1472,
8,
1343,
366,
5855,
1343,
965,
7,
2232,
1472,
13,
5404,
18224,
8,
1343,
366,
8,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
10352,
198,
220,
220,
220,
220,
220,
220,
220,
2845,
440,
5188,
81,
1472,
355,
267,
2655,
1472,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4808,
22602,
11187,
1362,
13,
6404,
7,
6404,
2667,
13,
30531,
11,
45144,
12,
92,
26571,
13344,
25,
18232,
1043,
329,
366,
1343,
965,
7,
34680,
7753,
8,
1343,
366,
366,
1343,
3467,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
965,
7,
13416,
1472,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
6045,
198,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
10352,
198,
198,
4299,
26571,
13344,
7,
34680,
7753,
2599,
198,
220,
220,
220,
705,
7061,
198,
220,
220,
220,
617,
327,
6242,
82,
14,
5653,
5842,
743,
3446,
307,
42977,
82,
198,
220,
220,
220,
705,
7061,
198,
220,
220,
220,
3298,
4808,
22602,
11187,
1362,
628,
220,
220,
220,
611,
6439,
7753,
13,
21037,
22446,
437,
2032,
342,
7,
1911,
66,
397,
4943,
393,
6439,
7753,
13,
21037,
22446,
437,
2032,
342,
7,
1911,
907,
84,
1,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
1949,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
351,
1280,
7,
34680,
7753,
11,
705,
26145,
11537,
355,
2393,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5536,
796,
2393,
13,
961,
7,
19,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
2393,
9877,
329,
6579,
327,
6242,
82,
13,
2773,
3696,
7464,
351,
764,
34,
6242,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
743,
1682,
307,
257,
42977,
2393,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
357,
32707,
6624,
275,
1,
59,
87,
1120,
59,
87,
19,
65,
59,
87,
3070,
59,
87,
3023,
1,
393,
3467,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5536,
6624,
275,
1,
59,
87,
1120,
59,
87,
19,
65,
59,
87,
2713,
59,
87,
3312,
1,
393,
3467,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5536,
6624,
275,
1,
59,
87,
1120,
59,
87,
19,
65,
59,
87,
2998,
59,
87,
2919,
1,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
10352,
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,
6407,
198,
220,
220,
220,
220,
220,
220,
220,
2845,
9220,
3673,
21077,
12331,
355,
11354,
1472,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4808,
22602,
11187,
1362,
13,
6404,
7,
6404,
2667,
13,
30531,
11,
45144,
12,
92,
26571,
13344,
25,
10347,
407,
1280,
366,
1343,
965,
7,
34680,
7753,
8,
1343,
366,
366,
1343,
3467,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
965,
7,
2232,
1472,
13,
301,
11751,
1472,
8,
1343,
366,
5855,
1343,
965,
7,
2232,
1472,
13,
5404,
18224,
8,
1343,
366,
8,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
10352,
198,
220,
220,
220,
220,
220,
220,
220,
2845,
440,
5188,
81,
1472,
355,
267,
2655,
1472,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4808,
22602,
11187,
1362,
13,
6404,
7,
6404,
2667,
13,
30531,
11,
45144,
12,
92,
26571,
13344,
25,
18232,
1043,
329,
366,
1343,
965,
7,
34680,
7753,
8,
1343,
366,
366,
1343,
3467,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
965,
7,
13416,
1472,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
6045,
198,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
10352,
628,
198,
4299,
651,
7753,
71,
7465,
7,
21858,
7753,
2599,
198,
220,
220,
220,
705,
7061,
198,
220,
220,
220,
1441,
257,
46545,
286,
4731,
12234,
3815,
329,
257,
2393,
198,
220,
220,
220,
705,
7061,
198,
220,
220,
220,
422,
12234,
8019,
1330,
427,
64,
11645,
198,
220,
220,
220,
422,
12234,
8019,
1330,
427,
64,
16,
198,
220,
220,
220,
3298,
4808,
22602,
11187,
1362,
628,
220,
220,
220,
46621,
796,
6045,
628,
220,
220,
220,
1949,
25,
198,
220,
220,
220,
220,
220,
220,
220,
351,
1280,
7,
2536,
7,
21858,
7753,
828,
705,
26145,
11537,
355,
2378,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
427,
64,
11645,
17831,
796,
427,
64,
11645,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
427,
64,
16,
17831,
796,
427,
64,
16,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
981,
6407,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16058,
796,
2378,
13,
961,
7,
23,
17477,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
16058,
25,
198,
220,
220,
220,
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,
220,
220,
220,
220,
220,
220,
427,
64,
11645,
17831,
13,
19119,
7,
354,
2954,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
427,
64,
16,
17831,
13,
19119,
7,
354,
2954,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
46621,
796,
357,
26270,
11645,
17831,
13,
33095,
12894,
395,
22784,
427,
64,
16,
17831,
13,
33095,
12894,
395,
28955,
198,
220,
220,
220,
2845,
9220,
3673,
21077,
12331,
355,
11354,
1472,
25,
198,
220,
220,
220,
220,
220,
220,
220,
4808,
22602,
11187,
1362,
13,
6404,
7,
6404,
2667,
13,
30531,
11,
45144,
12,
92,
651,
7753,
71,
7465,
25,
10347,
407,
1280,
366,
1343,
965,
7,
21858,
7753,
8,
1343,
366,
366,
1343,
3467,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
965,
7,
2232,
1472,
13,
301,
11751,
1472,
8,
1343,
366,
5855,
1343,
965,
7,
2232,
1472,
13,
5404,
18224,
8,
1343,
366,
8,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
6045,
198,
220,
220,
220,
2845,
440,
5188,
81,
1472,
355,
267,
2655,
1472,
25,
198,
220,
220,
220,
220,
220,
220,
220,
4808,
22602,
11187,
1362,
13,
6404,
7,
6404,
2667,
13,
30531,
11,
45144,
12,
92,
651,
7753,
71,
7465,
25,
18232,
1043,
329,
366,
1343,
965,
7,
21858,
7753,
8,
1343,
366,
366,
1343,
3467,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
965,
7,
13416,
1472,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
6045,
628,
220,
220,
220,
1441,
46621
] | 2.080462 | 5,804 |
from flask_login import UserMixin | [
6738,
42903,
62,
38235,
1330,
11787,
35608,
259
] | 4.125 | 8 |
#
# Heavily inspired from https://github.com/IINemo/docker-syntaxnet_rus://github.com/IINemo/docker-syntaxnet_rus
# itself inspired from https://github.com/tensorflow/models/blob/master/syntaxnet/syntaxnet/parser_eval.py
# just modified to be able to call wrapper several time for the same process
#
"""A program to annotate a conll file with a tensorflow neural net parser."""
import os, sys
import os.path as path
import contextlib
################################################################################
# Make importable module from syntaxnet path
from syntaxnet_wrapper.src import root_dir, context_path
module_space = path.join(root_dir, 'bazel-bin/syntaxnet/parser_eval.runfiles/')
python_imports = 'protobuf/python'
python_path_entries = CreatePythonPathEntries(python_imports, module_space)
repo_dirs = [os.path.join(module_space, d) for d in os.listdir(module_space)]
repositories = [d for d in repo_dirs if os.path.isdir(d)]
python_path_entries += repositories
sys.path += python_path_entries
################################################################################
# Copy custom context.pbtxt to replace the default one from syntaxnet repo
# The custom context.pbtxt use custom file instead of stdin and stdout
import shutil
shutil.copyfile(path.join(path.dirname(__file__), '../context.pbtxt'), path.join(root_dir, context_path))
################################################################################
import tempfile
import tensorflow as tf
from tensorflow.python.platform import gfile
from google.protobuf import text_format
from syntaxnet.ops import gen_parser_ops
from syntaxnet import task_spec_pb2
from syntaxnet import graph_builder
from syntaxnet import structured_graph_builder
@contextlib.contextmanager
| [
2,
198,
2,
679,
615,
813,
7867,
422,
3740,
1378,
12567,
13,
785,
14,
40,
1268,
41903,
14,
45986,
12,
1837,
41641,
3262,
62,
14932,
1378,
12567,
13,
785,
14,
40,
1268,
41903,
14,
45986,
12,
1837,
41641,
3262,
62,
14932,
198,
2,
2346,
7867,
422,
3740,
1378,
12567,
13,
785,
14,
83,
22854,
11125,
14,
27530,
14,
2436,
672,
14,
9866,
14,
1837,
41641,
3262,
14,
1837,
41641,
3262,
14,
48610,
62,
18206,
13,
9078,
198,
2,
655,
9518,
284,
307,
1498,
284,
869,
29908,
1811,
640,
329,
262,
976,
1429,
198,
2,
198,
198,
37811,
32,
1430,
284,
24708,
378,
257,
369,
297,
2393,
351,
257,
11192,
273,
11125,
17019,
2010,
30751,
526,
15931,
198,
198,
11748,
28686,
11,
25064,
198,
11748,
28686,
13,
6978,
355,
3108,
198,
11748,
4732,
8019,
198,
198,
29113,
29113,
14468,
198,
2,
6889,
1330,
540,
8265,
422,
15582,
3262,
3108,
198,
6738,
15582,
3262,
62,
48553,
13,
10677,
1330,
6808,
62,
15908,
11,
4732,
62,
6978,
628,
198,
21412,
62,
13200,
796,
3108,
13,
22179,
7,
15763,
62,
15908,
11,
705,
65,
41319,
12,
8800,
14,
1837,
41641,
3262,
14,
48610,
62,
18206,
13,
5143,
16624,
14,
11537,
198,
29412,
62,
320,
3742,
796,
705,
11235,
672,
3046,
14,
29412,
6,
198,
29412,
62,
6978,
62,
298,
1678,
796,
13610,
37906,
15235,
14539,
1678,
7,
29412,
62,
320,
3742,
11,
8265,
62,
13200,
8,
198,
198,
260,
7501,
62,
15908,
82,
796,
685,
418,
13,
6978,
13,
22179,
7,
21412,
62,
13200,
11,
288,
8,
329,
288,
287,
28686,
13,
4868,
15908,
7,
21412,
62,
13200,
15437,
198,
260,
1930,
270,
1749,
796,
685,
67,
329,
288,
287,
29924,
62,
15908,
82,
611,
28686,
13,
6978,
13,
9409,
343,
7,
67,
15437,
198,
29412,
62,
6978,
62,
298,
1678,
15853,
38072,
628,
198,
17597,
13,
6978,
15853,
21015,
62,
6978,
62,
298,
1678,
198,
29113,
29113,
14468,
198,
2,
17393,
2183,
4732,
13,
40842,
14116,
284,
6330,
262,
4277,
530,
422,
15582,
3262,
29924,
198,
2,
383,
2183,
4732,
13,
40842,
14116,
779,
2183,
2393,
2427,
286,
14367,
259,
290,
14367,
448,
198,
11748,
4423,
346,
198,
1477,
22602,
13,
30073,
7753,
7,
6978,
13,
22179,
7,
6978,
13,
15908,
3672,
7,
834,
7753,
834,
828,
705,
40720,
22866,
13,
40842,
14116,
33809,
3108,
13,
22179,
7,
15763,
62,
15908,
11,
4732,
62,
6978,
4008,
198,
198,
29113,
29113,
14468,
198,
198,
11748,
20218,
7753,
198,
198,
11748,
11192,
273,
11125,
355,
48700,
198,
198,
6738,
11192,
273,
11125,
13,
29412,
13,
24254,
1330,
308,
7753,
198,
198,
6738,
23645,
13,
11235,
672,
3046,
1330,
2420,
62,
18982,
198,
198,
6738,
15582,
3262,
13,
2840,
1330,
2429,
62,
48610,
62,
2840,
198,
6738,
15582,
3262,
1330,
4876,
62,
16684,
62,
40842,
17,
198,
198,
6738,
15582,
3262,
1330,
4823,
62,
38272,
198,
6738,
15582,
3262,
1330,
20793,
62,
34960,
62,
38272,
628,
628,
628,
628,
198,
31,
22866,
8019,
13,
22866,
37153,
628,
198
] | 3.611789 | 492 |
cores = {'branco':'\033[30m','vermelho':'\033[31m','amarelo':'\033[33m'}
m = float(input('\033[32mDigite uma distância em metros: '))
km = m/1000
hm = m/100
dam = m/10
dm = m*10
c = m*100
mm = m*1000
print(f'{(cores["branco"])}A medida de {(cores["vermelho"])}{m}m {(cores["branco"])}equivale a:\n{(cores["amarelo"])}{km:.2f}km \n{(cores["amarelo"])}{hm:.2f}hm \n{(cores["amarelo"])}{dam:.2f}dam \n{(cores["amarelo"])}{dm:.2f}dm \n{(cores["amarelo"])}{c:.2f}cm \n{(cores["amarelo"])}{mm:.2f}mm')
| [
66,
2850,
796,
1391,
6,
1671,
47699,
10354,
6,
59,
44427,
58,
1270,
76,
41707,
332,
17694,
8873,
10354,
6,
59,
44427,
58,
3132,
76,
41707,
321,
533,
5439,
10354,
6,
59,
44427,
58,
2091,
76,
6,
92,
198,
198,
76,
796,
12178,
7,
15414,
10786,
59,
44427,
58,
2624,
76,
19511,
578,
334,
2611,
1233,
22940,
10782,
544,
795,
1138,
4951,
25,
705,
4008,
198,
13276,
796,
285,
14,
12825,
198,
23940,
796,
285,
14,
3064,
198,
11043,
796,
285,
14,
940,
198,
36020,
796,
285,
9,
940,
198,
66,
796,
285,
9,
3064,
198,
3020,
796,
285,
9,
12825,
198,
4798,
7,
69,
6,
90,
7,
66,
2850,
14692,
1671,
47699,
8973,
38165,
32,
1117,
3755,
390,
1391,
7,
66,
2850,
14692,
332,
17694,
8873,
8973,
8,
18477,
76,
92,
76,
1391,
7,
66,
2850,
14692,
1671,
47699,
8973,
38165,
4853,
452,
1000,
257,
7479,
77,
90,
7,
66,
2850,
14692,
321,
533,
5439,
8973,
8,
18477,
13276,
25,
13,
17,
69,
92,
13276,
3467,
77,
90,
7,
66,
2850,
14692,
321,
533,
5439,
8973,
8,
18477,
23940,
25,
13,
17,
69,
92,
23940,
3467,
77,
90,
7,
66,
2850,
14692,
321,
533,
5439,
8973,
8,
18477,
11043,
25,
13,
17,
69,
92,
11043,
3467,
77,
90,
7,
66,
2850,
14692,
321,
533,
5439,
8973,
8,
18477,
36020,
25,
13,
17,
69,
92,
36020,
3467,
77,
90,
7,
66,
2850,
14692,
321,
533,
5439,
8973,
8,
18477,
66,
25,
13,
17,
69,
92,
11215,
3467,
77,
90,
7,
66,
2850,
14692,
321,
533,
5439,
8973,
8,
18477,
3020,
25,
13,
17,
69,
92,
3020,
11537,
198
] | 1.854478 | 268 |
import inspect
import numpy as np
from primitives_ubc.regCCFS.src.utils.commonUtils import sVT
from primitives_ubc.regCCFS.src.utils.commonUtils import is_numeric
from primitives_ubc.regCCFS.src.utils.commonUtils import fastUnique
from primitives_ubc.regCCFS.src.utils.commonUtils import queryIfColumnsVary
from primitives_ubc.regCCFS.src.utils.commonUtils import queryIfOnlyTwoUniqueRows
from primitives_ubc.regCCFS.src.utils.ccfUtils import regCCA_alt
from primitives_ubc.regCCFS.src.utils.ccfUtils import random_feature_expansion
from primitives_ubc.regCCFS.src.utils.ccfUtils import genFeatureExpansionParameters
from primitives_ubc.regCCFS.src.training_utils.component_analysis import componentAnalysis
from primitives_ubc.regCCFS.src.training_utils.twopoint_max_marginsplit import twoPointMaxMarginSplit
import warnings
warnings.filterwarnings('ignore')
import logging
logger = logging.getLogger(__name__)
#-----------------------------------------------------------------------------#
def setupLeaf(YTrain, bReg, options):
"""
Update tree struct to make node a leaf
"""
tree = {}
tree["bLeaf"] = True
tree["Npoints"] = YTrain.shape[0]
tree["mean"] = np.mean(YTrain, axis=0)
if bReg:
tree["std_dev"] = np.std(YTrain, axis=0, ddof=1)
# If a mapping has been applied, invert it
if not (options["org_stdY"].size == 0):
tree["mean"] = tree["mean"] * options["org_stdY"]
tree["std_dev"] = tree["std_dev"] * options["org_stdY"]
if not (options["org_muY"].size == 0):
tree["mean"] = tree["mean"] + options["org_muY"]
return tree
#-----------------------------------------------------------------------------#
#-----------------------------------------------------------------------------#
#-------------------------------------------------------------------------------
def growCCT(XTrain, YTrain, bReg, options, iFeatureNum, depth):
"""
This function applies greedy splitting according to the CCT algorithm and the
provided options structure. Algorithm either returns a leaf or forms an
internal splitting node in which case the function recursively calls itself
for each of the children, eventually returning the corresponding subtree.
Parameters
----------
XTrain = Array giving training features. Data should be
processed using processInputData before being passed to
CCT
YTrain = Output data after formatting carried out by genCCF
bReg = Whether to perform regression instead of classification.
Default = false (i.e. classification).
options = Options class of type optionsClassCCF. Some fields are
updated during recursion
iFeatureNum = Grouping of features as per processInputData. During
recursion if a feature is found to be identical across
data points, the corresponding values in iFeatureNum are
replaced with NaNs.
depth = Current tree depth (zero based)
Returns
-------
tree = Structure containing learnt tree
"""
# Standard variables
eps = 2.2204e-16
# Set any missing required variables
if (options["mseTotal"]).size == 0:
options["mseTotal"] = YTrain.var(axis=0)
#---------------------------------------------------------------------------
# First do checks for whether we should immediately terminate
#---------------------------------------------------------------------------
N = XTrain.shape[0]
# Return if one training point, pure node or if options for returning
# fulfilled. A little case to deal with a binary YTrain is required.
bStop = (N < (np.amax([2, options["minPointsForSplit"], 2 * options["minPointsLeaf"]]))) or\
(is_numeric(options["maxDepthSplit"]) and depth > options["maxDepthSplit"])
if depth > 490 and (options["maxDepthSplit"] == 'stack'):
bStop = True
logging.warning('Reached maximum depth imposed by stack limitations!')
if bStop:
tree = setupLeaf(YTrain, bReg, options)
return tree
else:
# Check if variance in Y is less than the cut off amount
varY = YTrain.var(axis=0)
if np.all(varY < (options["mseTotal"] * options["mseErrorTolerance"])):
tree = setupLeaf(YTrain, bReg, options)
return tree
#---------------------------------------------------------------------------
# Subsample features as required for hyperplane sampling
#---------------------------------------------------------------------------
iCanBeSelected = fastUnique(X=iFeatureNum)
iCanBeSelected = iCanBeSelected[~np.isnan(iCanBeSelected)]
lambda_ = np.min((iCanBeSelected.size, options["lambda"]))
indFeatIn = np.random.choice(int(iCanBeSelected.size), int(lambda_), replace=False)
iFeatIn = iCanBeSelected[indFeatIn]
bInMat = np.equal((iFeatureNum.flatten(order='F')[np.newaxis]), (np.sort(iFeatIn.flatten(order='F'))[np.newaxis]).T) # 1xk == nx1
iIn = (np.any(bInMat, axis=0)).ravel().nonzero()[0]
# Check for variation along selected dimensions and
# resample features that have no variation
bXVaries = queryIfColumnsVary(X=XTrain[:, iIn], tol=options["XVariationTol"])
if (not np.all(bXVaries)):
iInNew = iIn
nSelected = 0
iIn = iIn[bXVaries]
while (not np.all(bXVaries)) and lambda_ > 0:
iFeatureNum[iInNew[~bXVaries]] = np.nan
bInMat[:, iInNew[~bXVaries]] = False
bRemainsSelected = np.any(bInMat, axis=1)
nSelected = nSelected + bRemainsSelected.sum(axis=0)
iCanBeSelected = np.delete(iCanBeSelected, indFeatIn)
lambda_ = np.min((iCanBeSelected.size, options["lambda"]-nSelected))
if lambda_ < 1:
break
indFeatIn = np.random.choice(iCanBeSelected.size, size=int(lambda_), replace=False)
iFeatIn = iCanBeSelected[indFeatIn]
bInMat = np.equal((iFeatureNum.flatten(order='F')[np.newaxis]), (iFeatIn.flatten(order='F')[np.newaxis].T))
iInNew = (np.any(bInMat, axis=0)).ravel().nonzero()[0]
bXVaries = queryIfColumnsVary(X=XTrain[:, iInNew], tol=options["XVariationTol"])
iIn = np.sort(np.concatenate((iIn, iInNew[bXVaries])))
if iIn.size == 0:
# This means that there was no variation along any feature, therefore exit.
tree = setupLeaf(YTrain, bReg, options)
return tree
#---------------------------------------------------------------------------
# Projection bootstrap if required
#---------------------------------------------------------------------------
if options["bProjBoot"]:
iTrainThis = np.random.randint(N, size=(N, 1))
XTrainBag = XTrain[iTrainThis, iIn]
YTrainBag = YTrain[iTrainThis, :]
if len(YTrainBag.shape) > 2:
YTrainBag = np.squeeze(YTrainBag)
else:
XTrainBag = XTrain[:, iIn]
YTrainBag = YTrain
bXBagVaries = queryIfColumnsVary(X=XTrainBag, tol=options["XVariationTol"])
if (not np.any(bXBagVaries)) or\
(not bReg and YTrainBag.shape[1] > 1 and (np.sum(np.absolute(np.sum(YTrainBag, axis=0)) > 1e-12) < 2)) or\
(not bReg and YTrainBag.shape[1] == 1 and (np.any(np.sum(YTrainBag, axis=0) == np.array([0, YTrainBag.shape[0]])))) or\
(bReg and np.all(np.var(YTrainBag, axis=0) < (options["mseTotal"] * options["mseErrorTolerance"]))):
if (not options["bContinueProjBootDegenerate"]):
tree = setupLeaf(YTrain, bReg, options)
return tree
else:
XTrainBag = XTrain[:, iIn]
YTrainBag = YTrain
#---------------------------------------------------------------------------
# Check for only having two points
#---------------------------------------------------------------------------
if (not (len(options["projections"]) == 0)) and ((XTrainBag.shape[0] == 2) or queryIfOnlyTwoUniqueRows(X=XTrainBag)):
bSplit, projMat, partitionPoint = twoPointMaxMarginSplit(XTrainBag, YTrainBag, options["XVariationTol"])
if (not bSplit):
tree = setupLeaf(YTrain, bReg, options)
return tree
else:
bLessThanTrain = np.dot(XTrain[:, iIn], projMat) <= partitionPoint
iDir = 0
else:
# Generate the new features as required
if options["bRCCA"]:
wZ, bZ = genFeatureExpansionParameters(XTrainBag, options["rccaNFeatures"], options["rccaLengthScale"])
fExp = makeExpansionFunc(wZ, bZ, options["rccaIncludeOriginal"])
XTrainBag = fExp(XTrainBag)
projMat, _, _ = regCCA_alt(XTrainBag, YTrainBag, options["rccaRegLambda"], options["rccaRegLambda"], 1e-8)
if projMat.size == 0:
projMat = np.ones((XTrainBag.shape[1], 1))
UTrain = np.dot(fExp(XTrain[:, iIn]), projMat)
else:
projMat, yprojMat, _, _, _ = componentAnalysis(XTrainBag, YTrainBag, options["projections"], options["epsilonCCA"])
UTrain = np.dot(XTrain[:, iIn], projMat)
#-----------------------------------------------------------------------
# Choose the features to use
#-----------------------------------------------------------------------
# This step catches splits based on no significant variation
bUTrainVaries = queryIfColumnsVary(UTrain, options["XVariationTol"])
if (not np.any(bUTrainVaries)):
tree = setupLeaf(YTrain, bReg, options)
return tree
UTrain = UTrain[:, bUTrainVaries]
projMat = projMat[:, bUTrainVaries]
if options["bUseOutputComponentsMSE"] and bReg and (YTrain.shape[1] > 1) and\
(not (yprojMat.size == 0)) and (options["splitCriterion"] == 'mse'):
VTrain = np.dot(YTrain, yprojMat)
#-----------------------------------------------------------------------
# Search over splits using provided method
#-----------------------------------------------------------------------
nProjDirs = UTrain.shape[1]
splitGains = np.empty((nProjDirs,1))
splitGains.fill(np.nan)
iSplits = np.empty((nProjDirs,1))
iSplits.fill(np.nan)
for nVarAtt in range(nProjDirs):
# Calculate the probabilities of being at each class in each of child
# nodes based on proportion of training data for each of possible
# splits using current projection
sort_UTrain = UTrain[:, nVarAtt].ravel()
UTrainSort = np.sort(sort_UTrain)
iUTrainSort = np.argsort(sort_UTrain)
bUniquePoints_ = np.diff(UTrainSort, n=1, axis=0)
bUniquePoints = np.concatenate((bUniquePoints_ > options["XVariationTol"], np.array([False])))
if options["bUseOutputComponentsMSE"] and bReg and YTrain.shape[1] > 1 and (not (yprojMat.size == 0)) and (options["splitCriterion"] == 'mse'):
VTrainSort = VTrain[iUTrainSort, :]
else:
VTrainSort = YTrain[iUTrainSort, :]
leftCum = np.cumsum(VTrainSort, axis=0)
if (YTrain.shape[1] ==1 or options["bSepPred"]) and (not bReg):
# Convert to [class_doesnt_exist,class_exists]
leftCum = np.concatenate((np.subtract(sVT(X=np.arange(0,N)), leftCum), leftCum))
rightCum = np.subtract(leftCum[-1, :], leftCum)
# Calculate the metric values of the current node and two child nodes
if options["splitCriterion"] == 'mse':
cumSqLeft = np.cumsum(VTrainSort**2)
cumSqLeft = np.expand_dims(cumSqLeft, axis=1)
varData = np.subtract((cumSqLeft[-1]/N), (leftCum[-1, :]/N)**2)
if np.all(varData < (options["mseTotal"] * options["mseErrorTolerance"])):
# Total variation is less then the allowed tolerance so
# terminate and construct a leaf
tree = setupLeaf(YTrain, bReg, options)
return tree
cumtotal_l = np.concatenate((np.zeros((1, VTrainSort.shape[1])), leftCum))
metricLeft = calc_mse(cumtotal=cumtotal_l, cumsq=cumSqLeft, YTrainSort=VTrainSort)
# For calculating the right need to go in additive order again
# so go from other end and then flip
end = cumSqLeft.shape[0] - 1
vend = VTrainSort.shape[0] - 1
metricRight = np.concatenate((np.zeros((1, VTrainSort.shape[1])),\
calc_mse(rightCum[::-1, :],\
np.subtract((cumSqLeft[-1, :][np.newaxis]), cumSqLeft[(end-1)::-1, :]),\
VTrainSort[vend:0:-1, :])))
metricRight = metricRight[::-1, :]
# No need to do the grouping for regression as each must be
# a seperate output anyway.
else:
assert (False), 'Invalid split criterion!'
metricCurrent = np.copy(metricLeft[-1, :])
metricLeft[~bUniquePoints, :] = np.inf
metricRight[~bUniquePoints, :] = np.inf
# Calculate gain in metric for each of possible splits based on current
# metric value minus metric value of child weighted by number of terms
# in each child
metricGain = np.subtract(metricCurrent,\
(np.multiply(sVT(np.arange(1,N+1, 1)), metricLeft)\
+np.multiply(sVT(np.arange(N-1, -1, -1)), metricRight))/N)
metricGain = np.round(metricGain, decimals=4)
# Combine gains if there are mulitple outputs. Note that for gini,
# info and mse, the joint gain is equal to the mean gain, hence
# taking the mean here rather than explicitly calculating joints before.
if metricGain.shape[1] > 1:
if is_numeric(options["taskWeights"]):
# If weights provided, weight task appropriately in terms of importance.
metricGain = np.multiply(metricGain, (options["taskWeights"].flatten(order='F')[np.newaxis])) # (nxk) .* (1*k)
multiTGC = options["multiTaskGainCombination"]
if multiTGC == 'mean':
metricGain = np.mean(metricGain, axis=1, keepdims=True)
elif multiTGC == 'max':
metricGain = np.max(metricGain, axis=1, keepdims=True)
else:
assert (False), 'Invalid option for options.multiTaskGainCombination!'
# Disallow splits that violate the minimum number of leaf points
end = (metricGain.shape[0]-1)
metricGain[0:(options["minPointsLeaf"]-1)] = -np.inf
metricGain[(end-(options["minPointsLeaf"]-1)):] = -np.inf # Note that end is never chosen anyway
# Randomly sample from equally best splits
iSplits[nVarAtt] = np.argmax(metricGain[0:-1])
splitGains[nVarAtt] = np.max(metricGain[0:-1])
iEqualMax = ((np.absolute(metricGain[0:-1] - splitGains[nVarAtt]) < (10*eps)).ravel().nonzero())[0]
if iEqualMax.size == 0:
iEqualMax = np.array([1])
iSplits[nVarAtt] = iEqualMax[np.random.randint(iEqualMax.size)]
# If no split gives a positive gain then stop
if np.max(splitGains) < 0:
tree = setupLeaf(YTrain, bReg, options)
return tree
# Establish between projection direction
maxGain = np.max(splitGains, axis=0)
iEqualMax = ((np.absolute(splitGains - maxGain) < (10 * eps)).ravel().nonzero())[0]
# Use given method to break ties
if options["dirIfEqual"] == 'rand':
iDir = iEqualMax[np.random.randint(iEqualMax.size)]
elif options["dirIfEqual"] == 'first':
if iEqualMax.size == 0:
iDir = 0
else:
iDir = iEqualMax[0]
else:
assert (False), 'invalid dirIfEqual!'
iSplit = (iSplits[iDir]).astype(int)
#-----------------------------------------------------------------------
# Establish partition point and assign to child
#-----------------------------------------------------------------------
UTrain = UTrain[:, iDir, np.newaxis]
UTrainSort = np.sort(UTrain, axis=0)
# The convoluted nature of the below is to avoid numerical errors
uTrainSortLeftPart = UTrainSort[iSplit]
UTrainSort = np.subtract(UTrainSort, uTrainSortLeftPart)
partitionPoint = np.add(np.multiply(UTrainSort[iSplit], 0.5), np.multiply(UTrainSort[iSplit+1], 0.5))
partitionPoint = np.add(partitionPoint, uTrainSortLeftPart)
UTrainSort = np.add(UTrainSort, uTrainSortLeftPart)
bLessThanTrain = (UTrain <= partitionPoint)
if (not np.any(bLessThanTrain)) or np.all(bLessThanTrain):
assert (False), 'Suggested split with empty!'
#-----------------------------------------------------------------------
# Recur tree growth to child nodes and constructs tree struct
#-----------------------------------------------------------------------
tree = {}
tree["bLeaf"] = False
tree["Npoints"] = N
tree["mean"] = np.mean(YTrain, axis=0)
if (not options["org_stdY"].size == 0):
tree["mean"] = tree["mean"] * options["org_stdY"]
if (not options["org_muY"].size == 0):
tree["mean"] = tree["mean"] + options["org_muY"]
if len(bLessThanTrain.shape) > 1:
if bLessThanTrain.shape[1] == 1:
bLessThanTrain = np.squeeze(bLessThanTrain, axis=1)
else:
bLessThanTrain = np.squeeze(bLessThanTrain, axis=0)
treeLeft = growCCT(XTrain[bLessThanTrain, :], YTrain[bLessThanTrain, :], bReg, options, iFeatureNum, depth+1)
treeRight = growCCT(XTrain[~bLessThanTrain,:], YTrain[~bLessThanTrain, :], bReg, options, iFeatureNum, depth+1)
tree["iIn"] = iIn
if options["bRCCA"]:
try:
if inspect.isfunction(fExp):
tree["featureExpansion"] = [wZ, bZ, options['rccaIncludeOriginal']] # Ensure variable is defined
except NameError:
pass
if len(projMat.shape) < 2:
projMat = np.expand_dims(projMat, axis=1)
tree["decisionProjection"] = projMat[:, iDir]
tree["paritionPoint"] = partitionPoint
tree["lessthanChild"] = treeLeft
tree["greaterthanChild"] = treeRight
return tree
| [
11748,
10104,
198,
11748,
299,
32152,
355,
45941,
198,
6738,
2684,
20288,
62,
549,
66,
13,
2301,
4093,
10652,
13,
10677,
13,
26791,
13,
11321,
18274,
4487,
1330,
264,
36392,
198,
6738,
2684,
20288,
62,
549,
66,
13,
2301,
4093,
10652,
13,
10677,
13,
26791,
13,
11321,
18274,
4487,
1330,
318,
62,
77,
39223,
198,
6738,
2684,
20288,
62,
549,
66,
13,
2301,
4093,
10652,
13,
10677,
13,
26791,
13,
11321,
18274,
4487,
1330,
3049,
40257,
198,
6738,
2684,
20288,
62,
549,
66,
13,
2301,
4093,
10652,
13,
10677,
13,
26791,
13,
11321,
18274,
4487,
1330,
12405,
1532,
39470,
82,
53,
560,
198,
6738,
2684,
20288,
62,
549,
66,
13,
2301,
4093,
10652,
13,
10677,
13,
26791,
13,
11321,
18274,
4487,
1330,
12405,
1532,
10049,
7571,
40257,
49,
1666,
198,
6738,
2684,
20288,
62,
549,
66,
13,
2301,
4093,
10652,
13,
10677,
13,
26791,
13,
535,
69,
18274,
4487,
1330,
842,
4093,
32,
62,
2501,
198,
6738,
2684,
20288,
62,
549,
66,
13,
2301,
4093,
10652,
13,
10677,
13,
26791,
13,
535,
69,
18274,
4487,
1330,
4738,
62,
30053,
62,
11201,
5487,
198,
6738,
2684,
20288,
62,
549,
66,
13,
2301,
4093,
10652,
13,
10677,
13,
26791,
13,
535,
69,
18274,
4487,
1330,
2429,
38816,
16870,
5487,
48944,
198,
6738,
2684,
20288,
62,
549,
66,
13,
2301,
4093,
10652,
13,
10677,
13,
34409,
62,
26791,
13,
42895,
62,
20930,
1330,
7515,
32750,
198,
6738,
2684,
20288,
62,
549,
66,
13,
2301,
4093,
10652,
13,
10677,
13,
34409,
62,
26791,
13,
4246,
404,
1563,
62,
9806,
62,
30887,
1040,
489,
270,
1330,
734,
12727,
11518,
24428,
259,
41205,
198,
198,
11748,
14601,
198,
40539,
654,
13,
24455,
40539,
654,
10786,
46430,
11537,
198,
11748,
18931,
198,
6404,
1362,
220,
796,
18931,
13,
1136,
11187,
1362,
7,
834,
3672,
834,
8,
198,
198,
2,
10097,
32501,
2,
198,
4299,
9058,
3123,
1878,
7,
56,
44077,
11,
275,
8081,
11,
3689,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
10133,
5509,
2878,
284,
787,
10139,
257,
12835,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
5509,
796,
23884,
198,
220,
220,
220,
5509,
14692,
65,
3123,
1878,
8973,
220,
220,
796,
6407,
198,
220,
220,
220,
5509,
14692,
45,
13033,
8973,
796,
575,
44077,
13,
43358,
58,
15,
60,
198,
220,
220,
220,
5509,
14692,
32604,
8973,
220,
220,
220,
796,
45941,
13,
32604,
7,
56,
44077,
11,
16488,
28,
15,
8,
628,
220,
220,
220,
611,
275,
8081,
25,
198,
220,
220,
220,
220,
220,
220,
220,
5509,
14692,
19282,
62,
7959,
8973,
796,
45941,
13,
19282,
7,
56,
44077,
11,
16488,
28,
15,
11,
49427,
1659,
28,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
1002,
257,
16855,
468,
587,
5625,
11,
287,
1851,
340,
198,
220,
220,
220,
220,
220,
220,
220,
611,
407,
357,
25811,
14692,
2398,
62,
19282,
56,
1,
4083,
7857,
6624,
657,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5509,
14692,
32604,
8973,
220,
220,
220,
796,
5509,
14692,
32604,
8973,
1635,
3689,
14692,
2398,
62,
19282,
56,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5509,
14692,
19282,
62,
7959,
8973,
796,
5509,
14692,
19282,
62,
7959,
8973,
1635,
3689,
14692,
2398,
62,
19282,
56,
8973,
628,
220,
220,
220,
220,
220,
220,
220,
611,
407,
357,
25811,
14692,
2398,
62,
30300,
56,
1,
4083,
7857,
6624,
657,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5509,
14692,
32604,
8973,
796,
5509,
14692,
32604,
8973,
1343,
3689,
14692,
2398,
62,
30300,
56,
8973,
628,
220,
220,
220,
1441,
5509,
198,
198,
2,
10097,
32501,
2,
628,
198,
2,
10097,
32501,
2,
198,
198,
2,
10097,
24305,
198,
4299,
1663,
4093,
51,
7,
55,
44077,
11,
575,
44077,
11,
275,
8081,
11,
3689,
11,
1312,
38816,
33111,
11,
6795,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
770,
2163,
8991,
31828,
26021,
1864,
284,
262,
327,
4177,
11862,
290,
262,
198,
220,
220,
220,
2810,
3689,
4645,
13,
978,
42289,
2035,
5860,
257,
12835,
393,
5107,
281,
198,
220,
220,
220,
5387,
26021,
10139,
287,
543,
1339,
262,
2163,
664,
1834,
2280,
3848,
2346,
198,
220,
220,
220,
329,
1123,
286,
262,
1751,
11,
4191,
8024,
262,
11188,
13284,
631,
13,
628,
220,
220,
220,
40117,
198,
220,
220,
220,
24200,
438,
198,
220,
220,
220,
1395,
44077,
220,
220,
220,
220,
220,
796,
15690,
3501,
3047,
3033,
13,
220,
6060,
815,
307,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13686,
1262,
1429,
20560,
6601,
878,
852,
3804,
284,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
4177,
198,
220,
220,
220,
575,
44077,
220,
220,
220,
220,
220,
796,
25235,
1366,
706,
33313,
5281,
503,
416,
2429,
4093,
37,
198,
220,
220,
220,
275,
8081,
220,
220,
220,
220,
220,
220,
220,
796,
10127,
284,
1620,
20683,
2427,
286,
17923,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15161,
796,
3991,
357,
72,
13,
68,
13,
17923,
737,
198,
220,
220,
220,
3689,
220,
220,
220,
220,
796,
18634,
1398,
286,
2099,
3689,
9487,
4093,
37,
13,
220,
2773,
7032,
389,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6153,
1141,
664,
24197,
198,
220,
220,
220,
1312,
38816,
33111,
796,
4912,
278,
286,
3033,
355,
583,
1429,
20560,
6601,
13,
220,
5856,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
664,
24197,
611,
257,
3895,
318,
1043,
284,
307,
10411,
1973,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
2173,
11,
262,
11188,
3815,
287,
1312,
38816,
33111,
389,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6928,
351,
11013,
47503,
13,
198,
220,
220,
220,
6795,
220,
220,
220,
220,
220,
220,
796,
9236,
5509,
6795,
357,
22570,
1912,
8,
628,
198,
220,
220,
220,
16409,
198,
220,
220,
220,
35656,
198,
220,
220,
220,
5509,
220,
220,
220,
220,
220,
220,
220,
796,
32522,
7268,
26338,
5509,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
1303,
8997,
9633,
198,
220,
220,
220,
304,
862,
796,
362,
13,
17572,
19,
68,
12,
1433,
628,
220,
220,
220,
1303,
5345,
597,
4814,
2672,
9633,
198,
220,
220,
220,
611,
357,
25811,
14692,
76,
325,
14957,
8973,
737,
7857,
6624,
657,
25,
198,
220,
220,
220,
220,
220,
220,
220,
3689,
14692,
76,
325,
14957,
8973,
796,
575,
44077,
13,
7785,
7,
22704,
28,
15,
8,
628,
220,
220,
220,
1303,
10097,
32284,
198,
220,
220,
220,
1303,
3274,
466,
8794,
329,
1771,
356,
815,
3393,
23654,
198,
220,
220,
220,
1303,
10097,
32284,
198,
220,
220,
220,
399,
796,
1395,
44077,
13,
43358,
58,
15,
60,
198,
220,
220,
220,
1303,
8229,
611,
530,
3047,
966,
11,
5899,
10139,
393,
611,
3689,
329,
8024,
198,
220,
220,
220,
1303,
23085,
13,
220,
317,
1310,
1339,
284,
1730,
351,
257,
13934,
575,
44077,
318,
2672,
13,
198,
220,
220,
220,
275,
19485,
796,
357,
45,
1279,
357,
37659,
13,
321,
897,
26933,
17,
11,
3689,
14692,
1084,
40710,
1890,
41205,
33116,
362,
1635,
3689,
14692,
1084,
40710,
3123,
1878,
8973,
60,
22305,
393,
59,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
271,
62,
77,
39223,
7,
25811,
14692,
9806,
48791,
41205,
8973,
8,
290,
6795,
1875,
3689,
14692,
9806,
48791,
41205,
8973,
8,
628,
220,
220,
220,
611,
6795,
1875,
45601,
290,
357,
25811,
14692,
9806,
48791,
41205,
8973,
6624,
705,
25558,
6,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
275,
19485,
796,
6407,
198,
220,
220,
220,
220,
220,
220,
220,
18931,
13,
43917,
10786,
3041,
2317,
5415,
6795,
10893,
416,
8931,
11247,
0,
11537,
628,
220,
220,
220,
611,
275,
19485,
25,
198,
220,
220,
220,
220,
220,
220,
220,
5509,
796,
9058,
3123,
1878,
7,
56,
44077,
11,
275,
8081,
11,
3689,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
5509,
628,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
6822,
611,
24198,
287,
575,
318,
1342,
621,
262,
2005,
572,
2033,
198,
220,
220,
220,
220,
220,
220,
220,
220,
1401,
56,
796,
575,
44077,
13,
7785,
7,
22704,
28,
15,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
611,
45941,
13,
439,
7,
7785,
56,
1279,
357,
25811,
14692,
76,
325,
14957,
8973,
1635,
3689,
14692,
76,
325,
12331,
51,
37668,
8973,
8,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5509,
796,
9058,
3123,
1878,
7,
56,
44077,
11,
275,
8081,
11,
3689,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
5509,
628,
220,
220,
220,
1303,
10097,
32284,
198,
220,
220,
220,
1303,
3834,
39873,
3033,
355,
2672,
329,
8718,
14382,
19232,
198,
220,
220,
220,
1303,
10097,
32284,
198,
220,
220,
220,
1312,
6090,
3856,
4653,
12609,
796,
3049,
40257,
7,
55,
28,
72,
38816,
33111,
8,
198,
220,
220,
220,
1312,
6090,
3856,
4653,
12609,
796,
1312,
6090,
3856,
4653,
12609,
58,
93,
37659,
13,
271,
12647,
7,
72,
6090,
3856,
4653,
12609,
15437,
198,
220,
220,
220,
37456,
62,
220,
220,
796,
45941,
13,
1084,
19510,
72,
6090,
3856,
4653,
12609,
13,
7857,
11,
3689,
14692,
50033,
8973,
4008,
198,
220,
220,
220,
773,
37,
4098,
818,
796,
45941,
13,
25120,
13,
25541,
7,
600,
7,
72,
6090,
3856,
4653,
12609,
13,
7857,
828,
493,
7,
50033,
62,
828,
6330,
28,
25101,
8,
198,
220,
220,
220,
1312,
37,
4098,
818,
220,
220,
796,
1312,
6090,
3856,
4653,
12609,
58,
521,
37,
4098,
818,
60,
628,
220,
220,
220,
275,
818,
19044,
796,
45941,
13,
40496,
19510,
72,
38816,
33111,
13,
2704,
41769,
7,
2875,
11639,
37,
11537,
58,
37659,
13,
3605,
22704,
46570,
357,
37659,
13,
30619,
7,
72,
37,
4098,
818,
13,
2704,
41769,
7,
2875,
11639,
37,
6,
4008,
58,
37659,
13,
3605,
22704,
35944,
51,
8,
1303,
352,
87,
74,
6624,
299,
87,
16,
198,
220,
220,
220,
1312,
818,
796,
357,
37659,
13,
1092,
7,
65,
818,
19044,
11,
16488,
28,
15,
29720,
25843,
22446,
13159,
22570,
3419,
58,
15,
60,
628,
220,
220,
220,
1303,
6822,
329,
12291,
1863,
6163,
15225,
290,
198,
220,
220,
220,
1303,
581,
1403,
3033,
326,
423,
645,
12291,
198,
220,
220,
220,
275,
55,
53,
3166,
796,
12405,
1532,
39470,
82,
53,
560,
7,
55,
28,
55,
44077,
58,
45299,
1312,
818,
4357,
284,
75,
28,
25811,
14692,
55,
23907,
341,
51,
349,
8973,
8,
628,
220,
220,
220,
611,
357,
1662,
45941,
13,
439,
7,
65,
55,
53,
3166,
8,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
1312,
818,
3791,
220,
220,
220,
796,
1312,
818,
198,
220,
220,
220,
220,
220,
220,
220,
299,
4653,
12609,
796,
657,
198,
220,
220,
220,
220,
220,
220,
220,
1312,
818,
220,
220,
220,
220,
220,
220,
796,
1312,
818,
58,
65,
55,
53,
3166,
60,
628,
220,
220,
220,
220,
220,
220,
220,
981,
357,
1662,
45941,
13,
439,
7,
65,
55,
53,
3166,
4008,
290,
37456,
62,
1875,
657,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1312,
38816,
33111,
58,
72,
818,
3791,
58,
93,
65,
55,
53,
3166,
11907,
796,
45941,
13,
12647,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
275,
818,
19044,
58,
45299,
1312,
818,
3791,
58,
93,
65,
55,
53,
3166,
11907,
796,
10352,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
275,
8413,
1299,
4653,
12609,
796,
45941,
13,
1092,
7,
65,
818,
19044,
11,
16488,
28,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
299,
4653,
12609,
796,
299,
4653,
12609,
1343,
275,
8413,
1299,
4653,
12609,
13,
16345,
7,
22704,
28,
15,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1312,
6090,
3856,
4653,
12609,
796,
45941,
13,
33678,
7,
72,
6090,
3856,
4653,
12609,
11,
773,
37,
4098,
818,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
37456,
62,
220,
220,
796,
45941,
13,
1084,
19510,
72,
6090,
3856,
4653,
12609,
13,
7857,
11,
3689,
14692,
50033,
8973,
12,
77,
4653,
12609,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
37456,
62,
1279,
352,
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,
773,
37,
4098,
818,
796,
45941,
13,
25120,
13,
25541,
7,
72,
6090,
3856,
4653,
12609,
13,
7857,
11,
2546,
28,
600,
7,
50033,
62,
828,
6330,
28,
25101,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1312,
37,
4098,
818,
220,
220,
796,
1312,
6090,
3856,
4653,
12609,
58,
521,
37,
4098,
818,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
275,
818,
19044,
220,
220,
220,
796,
45941,
13,
40496,
19510,
72,
38816,
33111,
13,
2704,
41769,
7,
2875,
11639,
37,
11537,
58,
37659,
13,
3605,
22704,
46570,
357,
72,
37,
4098,
818,
13,
2704,
41769,
7,
2875,
11639,
37,
11537,
58,
37659,
13,
3605,
22704,
4083,
51,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1312,
818,
3791,
220,
220,
220,
796,
357,
37659,
13,
1092,
7,
65,
818,
19044,
11,
16488,
28,
15,
29720,
25843,
22446,
13159,
22570,
3419,
58,
15,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
275,
55,
53,
3166,
220,
796,
12405,
1532,
39470,
82,
53,
560,
7,
55,
28,
55,
44077,
58,
45299,
1312,
818,
3791,
4357,
284,
75,
28,
25811,
14692,
55,
23907,
341,
51,
349,
8973,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1312,
818,
220,
220,
220,
220,
220,
220,
796,
45941,
13,
30619,
7,
37659,
13,
1102,
9246,
268,
378,
19510,
72,
818,
11,
1312,
818,
3791,
58,
65,
55,
53,
3166,
60,
22305,
628,
220,
220,
220,
611,
1312,
818,
13,
7857,
6624,
657,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
770,
1724,
326,
612,
373,
645,
12291,
1863,
597,
3895,
11,
4361,
8420,
13,
198,
220,
220,
220,
220,
220,
220,
220,
5509,
796,
9058,
3123,
1878,
7,
56,
44077,
11,
275,
8081,
11,
3689,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
5509,
628,
220,
220,
220,
1303,
10097,
32284,
198,
220,
220,
220,
1303,
4935,
295,
6297,
26418,
611,
2672,
198,
220,
220,
220,
1303,
10097,
32284,
198,
220,
220,
220,
611,
3689,
14692,
65,
2964,
73,
36476,
1,
5974,
198,
220,
220,
220,
220,
220,
220,
220,
1312,
44077,
1212,
796,
45941,
13,
25120,
13,
25192,
600,
7,
45,
11,
2546,
16193,
45,
11,
352,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
1395,
44077,
33,
363,
220,
796,
1395,
44077,
58,
72,
44077,
1212,
11,
1312,
818,
60,
198,
220,
220,
220,
220,
220,
220,
220,
575,
44077,
33,
363,
220,
796,
575,
44077,
58,
72,
44077,
1212,
11,
1058,
60,
198,
220,
220,
220,
220,
220,
220,
220,
611,
18896,
7,
56,
44077,
33,
363,
13,
43358,
8,
1875,
362,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
575,
44077,
33,
363,
220,
796,
45941,
13,
16485,
1453,
2736,
7,
56,
44077,
33,
363,
8,
198,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1395,
44077,
33,
363,
796,
1395,
44077,
58,
45299,
1312,
818,
60,
198,
220,
220,
220,
220,
220,
220,
220,
575,
44077,
33,
363,
796,
575,
44077,
628,
220,
220,
220,
275,
55,
33,
363,
53,
3166,
796,
12405,
1532,
39470,
82,
53,
560,
7,
55,
28,
55,
44077,
33,
363,
11,
284,
75,
28,
25811,
14692,
55,
23907,
341,
51,
349,
8973,
8,
628,
220,
220,
220,
611,
357,
1662,
45941,
13,
1092,
7,
65,
55,
33,
363,
53,
3166,
4008,
393,
59,
198,
220,
220,
220,
220,
220,
220,
220,
357,
1662,
275,
8081,
290,
575,
44077,
33,
363,
13,
43358,
58,
16,
60,
1875,
352,
220,
290,
357,
37659,
13,
16345,
7,
37659,
13,
48546,
7,
37659,
13,
16345,
7,
56,
44077,
33,
363,
11,
16488,
28,
15,
4008,
1875,
352,
68,
12,
1065,
8,
1279,
362,
4008,
393,
59,
198,
220,
220,
220,
220,
220,
220,
220,
357,
1662,
275,
8081,
290,
575,
44077,
33,
363,
13,
43358,
58,
16,
60,
6624,
352,
290,
357,
37659,
13,
1092,
7,
37659,
13,
16345,
7,
56,
44077,
33,
363,
11,
16488,
28,
15,
8,
6624,
45941,
13,
18747,
26933,
15,
11,
575,
44077,
33,
363,
13,
43358,
58,
15,
11907,
35514,
393,
59,
198,
220,
220,
220,
220,
220,
220,
220,
357,
65,
8081,
290,
45941,
13,
439,
7,
37659,
13,
7785,
7,
56,
44077,
33,
363,
11,
16488,
28,
15,
8,
1279,
357,
25811,
14692,
76,
325,
14957,
8973,
1635,
3689,
14692,
76,
325,
12331,
51,
37668,
8973,
4008,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
611,
357,
1662,
3689,
14692,
65,
29453,
2964,
73,
36476,
35,
1533,
877,
378,
8973,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5509,
796,
9058,
3123,
1878,
7,
56,
44077,
11,
275,
8081,
11,
3689,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
5509,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1395,
44077,
33,
363,
796,
1395,
44077,
58,
45299,
1312,
818,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
575,
44077,
33,
363,
796,
575,
44077,
628,
220,
220,
220,
1303,
10097,
32284,
198,
220,
220,
220,
1303,
6822,
329,
691,
1719,
734,
2173,
198,
220,
220,
220,
1303,
10097,
32284,
198,
220,
220,
220,
611,
357,
1662,
357,
11925,
7,
25811,
14692,
16302,
507,
8973,
8,
6624,
657,
4008,
290,
14808,
55,
44077,
33,
363,
13,
43358,
58,
15,
60,
6624,
362,
8,
393,
12405,
1532,
10049,
7571,
40257,
49,
1666,
7,
55,
28,
55,
44077,
33,
363,
8,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
275,
41205,
11,
386,
73,
19044,
11,
18398,
12727,
796,
734,
12727,
11518,
24428,
259,
41205,
7,
55,
44077,
33,
363,
11,
575,
44077,
33,
363,
11,
3689,
14692,
55,
23907,
341,
51,
349,
8973,
8,
628,
220,
220,
220,
220,
220,
220,
220,
611,
357,
1662,
275,
41205,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5509,
796,
9058,
3123,
1878,
7,
56,
44077,
11,
275,
8081,
11,
3689,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
5509,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
275,
22058,
817,
272,
44077,
796,
45941,
13,
26518,
7,
55,
44077,
58,
45299,
1312,
818,
4357,
386,
73,
19044,
8,
19841,
18398,
12727,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1312,
35277,
796,
657,
198,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
2980,
378,
262,
649,
3033,
355,
2672,
198,
220,
220,
220,
220,
220,
220,
220,
611,
3689,
14692,
65,
49,
4093,
32,
1,
5974,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
266,
57,
11,
275,
57,
220,
220,
220,
796,
2429,
38816,
16870,
5487,
48944,
7,
55,
44077,
33,
363,
11,
3689,
14692,
81,
13227,
21870,
11585,
33116,
3689,
14692,
81,
13227,
24539,
29990,
8973,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
16870,
220,
220,
220,
220,
220,
796,
787,
16870,
5487,
37,
19524,
7,
86,
57,
11,
275,
57,
11,
3689,
14692,
81,
13227,
818,
9152,
20556,
8973,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1395,
44077,
33,
363,
796,
277,
16870,
7,
55,
44077,
33,
363,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
386,
73,
19044,
11,
4808,
11,
4808,
796,
842,
4093,
32,
62,
2501,
7,
55,
44077,
33,
363,
11,
575,
44077,
33,
363,
11,
3689,
14692,
81,
13227,
8081,
43,
4131,
6814,
33116,
3689,
14692,
81,
13227,
8081,
43,
4131,
6814,
33116,
352,
68,
12,
23,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
386,
73,
19044,
13,
7857,
6624,
657,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
386,
73,
19044,
796,
45941,
13,
1952,
19510,
55,
44077,
33,
363,
13,
43358,
58,
16,
4357,
352,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
471,
44077,
796,
45941,
13,
26518,
7,
69,
16870,
7,
55,
44077,
58,
45299,
1312,
818,
46570,
386,
73,
19044,
8,
628,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
386,
73,
19044,
11,
331,
1676,
73,
19044,
11,
4808,
11,
4808,
11,
4808,
796,
7515,
32750,
7,
55,
44077,
33,
363,
11,
575,
44077,
33,
363,
11,
3689,
14692,
16302,
507,
33116,
3689,
14692,
538,
18217,
261,
4093,
32,
8973,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
471,
44077,
796,
45941,
13,
26518,
7,
55,
44077,
58,
45299,
1312,
818,
4357,
386,
73,
19044,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
10097,
26866,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
17489,
262,
3033,
284,
779,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
10097,
26866,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
770,
2239,
17591,
30778,
1912,
319,
645,
2383,
12291,
198,
220,
220,
220,
220,
220,
220,
220,
275,
52,
44077,
53,
3166,
796,
12405,
1532,
39470,
82,
53,
560,
7,
52,
44077,
11,
3689,
14692,
55,
23907,
341,
51,
349,
8973,
8,
628,
220,
220,
220,
220,
220,
220,
220,
611,
357,
1662,
45941,
13,
1092,
7,
65,
52,
44077,
53,
3166,
8,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5509,
796,
9058,
3123,
1878,
7,
56,
44077,
11,
275,
8081,
11,
3689,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
5509,
628,
220,
220,
220,
220,
220,
220,
220,
471,
44077,
220,
796,
471,
44077,
58,
45299,
275,
52,
44077,
53,
3166,
60,
198,
220,
220,
220,
220,
220,
220,
220,
386,
73,
19044,
796,
386,
73,
19044,
58,
45299,
275,
52,
44077,
53,
3166,
60,
628,
220,
220,
220,
220,
220,
220,
220,
611,
3689,
14692,
65,
11041,
26410,
7293,
3906,
44,
5188,
8973,
290,
275,
8081,
290,
357,
56,
44077,
13,
43358,
58,
16,
60,
1875,
352,
8,
290,
59,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
1662,
357,
88,
1676,
73,
19044,
13,
7857,
6624,
657,
4008,
290,
357,
25811,
14692,
35312,
18559,
28019,
8973,
6624,
705,
76,
325,
6,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
569,
44077,
796,
45941,
13,
26518,
7,
56,
44077,
11,
331,
1676,
73,
19044,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
10097,
26866,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
11140,
625,
30778,
1262,
2810,
2446,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
10097,
26866,
198,
220,
220,
220,
220,
220,
220,
220,
299,
2964,
73,
35,
17062,
220,
796,
471,
44077,
13,
43358,
58,
16,
60,
198,
220,
220,
220,
220,
220,
220,
220,
6626,
38,
1299,
796,
45941,
13,
28920,
19510,
77,
2964,
73,
35,
17062,
11,
16,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
6626,
38,
1299,
13,
20797,
7,
37659,
13,
12647,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1312,
26568,
896,
220,
220,
220,
796,
45941,
13,
28920,
19510,
77,
2964,
73,
35,
17062,
11,
16,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
1312,
26568,
896,
13,
20797,
7,
37659,
13,
12647,
8,
628,
220,
220,
220,
220,
220,
220,
220,
329,
299,
19852,
8086,
287,
2837,
7,
77,
2964,
73,
35,
17062,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
27131,
378,
262,
39522,
286,
852,
379,
1123,
1398,
287,
1123,
286,
1200,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
13760,
1912,
319,
9823,
286,
3047,
1366,
329,
1123,
286,
1744,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
30778,
1262,
1459,
20128,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3297,
62,
52,
44077,
220,
220,
796,
471,
44077,
58,
45299,
299,
19852,
8086,
4083,
25843,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
471,
44077,
42758,
220,
220,
220,
796,
45941,
13,
30619,
7,
30619,
62,
52,
44077,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1312,
52,
44077,
42758,
220,
220,
796,
45941,
13,
22046,
419,
7,
30619,
62,
52,
44077,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
275,
40257,
40710,
62,
796,
45941,
13,
26069,
7,
52,
44077,
42758,
11,
299,
28,
16,
11,
16488,
28,
15,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
275,
40257,
40710,
220,
796,
45941,
13,
1102,
9246,
268,
378,
19510,
65,
40257,
40710,
62,
1875,
3689,
14692,
55,
23907,
341,
51,
349,
33116,
45941,
13,
18747,
26933,
25101,
60,
22305,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
3689,
14692,
65,
11041,
26410,
7293,
3906,
44,
5188,
8973,
290,
275,
8081,
290,
575,
44077,
13,
43358,
58,
16,
60,
1875,
352,
290,
357,
1662,
357,
88,
1676,
73,
19044,
13,
7857,
6624,
657,
4008,
290,
357,
25811,
14692,
35312,
18559,
28019,
8973,
6624,
705,
76,
325,
6,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
569,
44077,
42758,
796,
569,
44077,
58,
72,
52,
44077,
42758,
11,
1058,
60,
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,
569,
44077,
42758,
796,
575,
44077,
58,
72,
52,
44077,
42758,
11,
1058,
60,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1364,
34,
388,
796,
45941,
13,
66,
5700,
388,
7,
53,
44077,
42758,
11,
16488,
28,
15,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
357,
56,
44077,
13,
43358,
58,
16,
60,
6624,
16,
393,
3689,
14692,
65,
19117,
39156,
8973,
8,
290,
357,
1662,
275,
8081,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
38240,
284,
685,
4871,
62,
22437,
429,
62,
38476,
11,
4871,
62,
1069,
1023,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1364,
34,
388,
796,
45941,
13,
1102,
9246,
268,
378,
19510,
37659,
13,
7266,
83,
974,
7,
82,
36392,
7,
55,
28,
37659,
13,
283,
858,
7,
15,
11,
45,
36911,
1364,
34,
388,
828,
1364,
34,
388,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
826,
34,
388,
796,
45941,
13,
7266,
83,
974,
7,
9464,
34,
388,
58,
12,
16,
11,
1058,
4357,
1364,
34,
388,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
27131,
378,
262,
18663,
3815,
286,
262,
1459,
10139,
290,
734,
1200,
13760,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
3689,
14692,
35312,
18559,
28019,
8973,
6624,
705,
76,
325,
10354,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10973,
50,
80,
18819,
796,
45941,
13,
66,
5700,
388,
7,
53,
44077,
42758,
1174,
17,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10973,
50,
80,
18819,
796,
45941,
13,
11201,
392,
62,
67,
12078,
7,
36340,
50,
80,
18819,
11,
16488,
28,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1401,
6601,
220,
220,
796,
45941,
13,
7266,
83,
974,
19510,
36340,
50,
80,
18819,
58,
12,
16,
60,
14,
45,
828,
357,
9464,
34,
388,
58,
12,
16,
11,
1058,
60,
14,
45,
8,
1174,
17,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
45941,
13,
439,
7,
7785,
6601,
1279,
357,
25811,
14692,
76,
325,
14957,
8973,
1635,
3689,
14692,
76,
325,
12331,
51,
37668,
8973,
8,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
7472,
12291,
318,
1342,
788,
262,
3142,
15621,
523,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
23654,
290,
5678,
257,
12835,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5509,
796,
9058,
3123,
1878,
7,
56,
44077,
11,
275,
8081,
11,
3689,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
5509,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10973,
23350,
62,
75,
796,
45941,
13,
1102,
9246,
268,
378,
19510,
37659,
13,
9107,
418,
19510,
16,
11,
569,
44077,
42758,
13,
43358,
58,
16,
12962,
828,
1364,
34,
388,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18663,
18819,
796,
42302,
62,
76,
325,
7,
36340,
23350,
28,
36340,
23350,
62,
75,
11,
269,
5700,
80,
28,
36340,
50,
80,
18819,
11,
575,
44077,
42758,
28,
53,
44077,
42758,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
1114,
26019,
262,
826,
761,
284,
467,
287,
38298,
1502,
757,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
523,
467,
422,
584,
886,
290,
788,
14283,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
220,
796,
10973,
50,
80,
18819,
13,
43358,
58,
15,
60,
220,
532,
352,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10817,
796,
569,
44077,
42758,
13,
43358,
58,
15,
60,
532,
352,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18663,
11028,
796,
45941,
13,
1102,
9246,
268,
378,
19510,
37659,
13,
9107,
418,
19510,
16,
11,
569,
44077,
42758,
13,
43358,
58,
16,
12962,
828,
59,
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,
42302,
62,
76,
325,
7,
3506,
34,
388,
58,
3712,
12,
16,
11,
1058,
4357,
59,
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,
45941,
13,
7266,
83,
974,
19510,
36340,
50,
80,
18819,
58,
12,
16,
11,
1058,
7131,
37659,
13,
3605,
22704,
46570,
10973,
50,
80,
18819,
58,
7,
437,
12,
16,
2599,
21912,
16,
11,
1058,
46570,
59,
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,
569,
44077,
42758,
58,
85,
437,
25,
15,
21912,
16,
11,
1058,
60,
22305,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18663,
11028,
796,
18663,
11028,
58,
3712,
12,
16,
11,
1058,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
1400,
761,
284,
466,
262,
36115,
329,
20683,
355,
1123,
1276,
307,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
257,
384,
30052,
5072,
6949,
13,
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,
6818,
357,
25101,
828,
705,
44651,
6626,
34054,
13679,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18663,
11297,
796,
45941,
13,
30073,
7,
4164,
1173,
18819,
58,
12,
16,
11,
1058,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18663,
18819,
58,
93,
65,
40257,
40710,
11,
220,
1058,
60,
796,
45941,
13,
10745,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18663,
11028,
58,
93,
65,
40257,
40710,
11,
1058,
60,
796,
45941,
13,
10745,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
27131,
378,
4461,
287,
18663,
329,
1123,
286,
1744,
30778,
1912,
319,
1459,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
18663,
1988,
20208,
18663,
1988,
286,
1200,
26356,
416,
1271,
286,
2846,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
287,
1123,
1200,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18663,
38,
391,
796,
45941,
13,
7266,
83,
974,
7,
4164,
1173,
11297,
11,
59,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
37659,
13,
16680,
541,
306,
7,
82,
36392,
7,
37659,
13,
283,
858,
7,
16,
11,
45,
10,
16,
11,
352,
36911,
18663,
18819,
19415,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1343,
37659,
13,
16680,
541,
306,
7,
82,
36392,
7,
37659,
13,
283,
858,
7,
45,
12,
16,
11,
532,
16,
11,
532,
16,
36911,
18663,
11028,
4008,
14,
45,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18663,
38,
391,
796,
45941,
13,
744,
7,
4164,
1173,
38,
391,
11,
875,
320,
874,
28,
19,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
29176,
8810,
611,
612,
389,
35971,
270,
1154,
23862,
13,
220,
5740,
326,
329,
308,
5362,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
7508,
290,
285,
325,
11,
262,
6466,
4461,
318,
4961,
284,
262,
1612,
4461,
11,
12891,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
2263,
262,
1612,
994,
2138,
621,
11777,
26019,
24039,
878,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
18663,
38,
391,
13,
43358,
58,
16,
60,
1875,
352,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
318,
62,
77,
39223,
7,
25811,
14692,
35943,
1135,
2337,
8973,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
1002,
19590,
2810,
11,
3463,
4876,
20431,
287,
2846,
286,
6817,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18663,
38,
391,
796,
45941,
13,
16680,
541,
306,
7,
4164,
1173,
38,
391,
11,
357,
25811,
14692,
35943,
1135,
2337,
1,
4083,
2704,
41769,
7,
2875,
11639,
37,
11537,
58,
37659,
13,
3605,
22704,
60,
4008,
1303,
357,
77,
87,
74,
8,
764,
9,
357,
16,
9,
74,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5021,
51,
15916,
796,
3689,
14692,
41684,
25714,
38,
391,
20575,
1883,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
5021,
51,
15916,
6624,
705,
32604,
10354,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18663,
38,
391,
796,
45941,
13,
32604,
7,
4164,
1173,
38,
391,
11,
16488,
28,
16,
11,
1394,
67,
12078,
28,
17821,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
5021,
51,
15916,
6624,
705,
9806,
10354,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18663,
38,
391,
796,
45941,
13,
9806,
7,
4164,
1173,
38,
391,
11,
16488,
28,
16,
11,
1394,
67,
12078,
28,
17821,
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,
6818,
357,
25101,
828,
705,
44651,
3038,
329,
3689,
13,
41684,
25714,
38,
391,
20575,
1883,
13679,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
3167,
12154,
30778,
326,
16967,
262,
5288,
1271,
286,
12835,
2173,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
796,
357,
4164,
1173,
38,
391,
13,
43358,
58,
15,
45297,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18663,
38,
391,
58,
15,
37498,
25811,
14692,
1084,
40710,
3123,
1878,
8973,
12,
16,
15437,
796,
532,
37659,
13,
10745,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18663,
38,
391,
58,
7,
437,
30420,
25811,
14692,
1084,
40710,
3123,
1878,
8973,
12,
16,
8,
2599,
60,
796,
532,
37659,
13,
10745,
1303,
5740,
326,
886,
318,
1239,
7147,
6949,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
14534,
306,
6291,
422,
8603,
1266,
30778,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1312,
26568,
896,
58,
77,
19852,
8086,
60,
220,
220,
220,
796,
45941,
13,
853,
9806,
7,
4164,
1173,
38,
391,
58,
15,
21912,
16,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6626,
38,
1299,
58,
77,
19852,
8086,
60,
796,
45941,
13,
9806,
7,
4164,
1173,
38,
391,
58,
15,
21912,
16,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1312,
36,
13255,
11518,
796,
14808,
37659,
13,
48546,
7,
4164,
1173,
38,
391,
58,
15,
21912,
16,
60,
532,
6626,
38,
1299,
58,
77,
19852,
8086,
12962,
1279,
357,
940,
9,
25386,
29720,
25843,
22446,
13159,
22570,
28955,
58,
15,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1312,
36,
13255,
11518,
13,
7857,
6624,
657,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1312,
36,
13255,
11518,
796,
45941,
13,
18747,
26933,
16,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1312,
26568,
896,
58,
77,
19852,
8086,
60,
796,
1312,
36,
13255,
11518,
58,
37659,
13,
25120,
13,
25192,
600,
7,
72,
36,
13255,
11518,
13,
7857,
15437,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
1002,
645,
6626,
3607,
257,
3967,
4461,
788,
2245,
198,
220,
220,
220,
220,
220,
220,
220,
611,
45941,
13,
9806,
7,
35312,
38,
1299,
8,
1279,
657,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5509,
796,
9058,
3123,
1878,
7,
56,
44077,
11,
275,
8081,
11,
3689,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
5509,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
10062,
17148,
1022,
20128,
4571,
198,
220,
220,
220,
220,
220,
220,
220,
3509,
38,
391,
220,
220,
796,
45941,
13,
9806,
7,
35312,
38,
1299,
11,
16488,
28,
15,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1312,
36,
13255,
11518,
796,
14808,
37659,
13,
48546,
7,
35312,
38,
1299,
532,
3509,
38,
391,
8,
1279,
357,
940,
1635,
304,
862,
29720,
25843,
22446,
13159,
22570,
28955,
58,
15,
60,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
5765,
1813,
2446,
284,
2270,
8470,
198,
220,
220,
220,
220,
220,
220,
220,
611,
3689,
14692,
15908,
1532,
36,
13255,
8973,
6624,
705,
25192,
10354,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1312,
35277,
796,
1312,
36,
13255,
11518,
58,
37659,
13,
25120,
13,
25192,
600,
7,
72,
36,
13255,
11518,
13,
7857,
15437,
198,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
3689,
14692,
15908,
1532,
36,
13255,
8973,
6624,
705,
11085,
10354,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1312,
36,
13255,
11518,
13,
7857,
6624,
657,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1312,
35277,
796,
657,
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,
1312,
35277,
796,
1312,
36,
13255,
11518,
58,
15,
60,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6818,
357,
25101,
828,
705,
259,
12102,
26672,
1532,
36,
13255,
13679,
198,
220,
220,
220,
220,
220,
220,
220,
1312,
41205,
796,
357,
72,
26568,
896,
58,
72,
35277,
35944,
459,
2981,
7,
600,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
10097,
26866,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
10062,
17148,
18398,
966,
290,
8333,
284,
1200,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
10097,
26866,
198,
220,
220,
220,
220,
220,
220,
220,
471,
44077,
796,
471,
44077,
58,
45299,
1312,
35277,
11,
45941,
13,
3605,
22704,
60,
198,
220,
220,
220,
220,
220,
220,
220,
471,
44077,
42758,
796,
45941,
13,
30619,
7,
52,
44077,
11,
16488,
28,
15,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
383,
47370,
3450,
286,
262,
2174,
318,
284,
3368,
29052,
8563,
198,
220,
220,
220,
220,
220,
220,
220,
334,
44077,
42758,
18819,
7841,
796,
471,
44077,
42758,
58,
72,
41205,
60,
198,
220,
220,
220,
220,
220,
220,
220,
471,
44077,
42758,
220,
220,
220,
220,
796,
45941,
13,
7266,
83,
974,
7,
52,
44077,
42758,
11,
334,
44077,
42758,
18819,
7841,
8,
198,
220,
220,
220,
220,
220,
220,
220,
18398,
12727,
796,
45941,
13,
2860,
7,
37659,
13,
16680,
541,
306,
7,
52,
44077,
42758,
58,
72,
41205,
4357,
657,
13,
20,
828,
45941,
13,
16680,
541,
306,
7,
52,
44077,
42758,
58,
72,
41205,
10,
16,
4357,
657,
13,
20,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
18398,
12727,
796,
45941,
13,
2860,
7,
3911,
653,
12727,
11,
334,
44077,
42758,
18819,
7841,
8,
198,
220,
220,
220,
220,
220,
220,
220,
471,
44077,
42758,
220,
220,
220,
220,
796,
45941,
13,
2860,
7,
52,
44077,
42758,
11,
334,
44077,
42758,
18819,
7841,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
275,
22058,
817,
272,
44077,
796,
357,
52,
44077,
19841,
18398,
12727,
8,
628,
220,
220,
220,
220,
220,
220,
220,
611,
357,
1662,
45941,
13,
1092,
7,
65,
22058,
817,
272,
44077,
4008,
393,
45941,
13,
439,
7,
65,
22058,
817,
272,
44077,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6818,
357,
25101,
828,
705,
43857,
276,
6626,
351,
6565,
13679,
628,
220,
220,
220,
1303,
10097,
26866,
198,
220,
220,
220,
1303,
3311,
333,
5509,
3349,
284,
1200,
13760,
290,
34175,
5509,
2878,
198,
220,
220,
220,
1303,
10097,
26866,
198,
220,
220,
220,
5509,
796,
23884,
198,
220,
220,
220,
5509,
14692,
65,
3123,
1878,
8973,
220,
220,
796,
10352,
198,
220,
220,
220,
5509,
14692,
45,
13033,
8973,
796,
399,
198,
220,
220,
220,
5509,
14692,
32604,
8973,
220,
220,
220,
796,
45941,
13,
32604,
7,
56,
44077,
11,
16488,
28,
15,
8,
628,
220,
220,
220,
611,
357,
1662,
3689,
14692,
2398,
62,
19282,
56,
1,
4083,
7857,
6624,
657,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
5509,
14692,
32604,
8973,
796,
5509,
14692,
32604,
8973,
1635,
3689,
14692,
2398,
62,
19282,
56,
8973,
628,
220,
220,
220,
611,
357,
1662,
3689,
14692,
2398,
62,
30300,
56,
1,
4083,
7857,
6624,
657,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
5509,
14692,
32604,
8973,
796,
5509,
14692,
32604,
8973,
1343,
3689,
14692,
2398,
62,
30300,
56,
8973,
628,
220,
220,
220,
611,
18896,
7,
65,
22058,
817,
272,
44077,
13,
43358,
8,
1875,
352,
25,
198,
220,
220,
220,
220,
220,
220,
220,
611,
275,
22058,
817,
272,
44077,
13,
43358,
58,
16,
60,
6624,
352,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
275,
22058,
817,
272,
44077,
796,
45941,
13,
16485,
1453,
2736,
7,
65,
22058,
817,
272,
44077,
11,
16488,
28,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
275,
22058,
817,
272,
44077,
796,
45941,
13,
16485,
1453,
2736,
7,
65,
22058,
817,
272,
44077,
11,
16488,
28,
15,
8,
628,
220,
220,
220,
5509,
18819,
220,
796,
1663,
4093,
51,
7,
55,
44077,
58,
65,
22058,
817,
272,
44077,
11,
1058,
4357,
575,
44077,
58,
65,
22058,
817,
272,
44077,
11,
220,
1058,
4357,
275,
8081,
11,
3689,
11,
1312,
38816,
33111,
11,
6795,
10,
16,
8,
198,
220,
220,
220,
5509,
11028,
796,
1663,
4093,
51,
7,
55,
44077,
58,
93,
65,
22058,
817,
272,
44077,
11,
25,
4357,
575,
44077,
58,
93,
65,
22058,
817,
272,
44077,
11,
1058,
4357,
275,
8081,
11,
3689,
11,
1312,
38816,
33111,
11,
6795,
10,
16,
8,
198,
220,
220,
220,
5509,
14692,
72,
818,
8973,
796,
1312,
818,
628,
220,
220,
220,
611,
3689,
14692,
65,
49,
4093,
32,
1,
5974,
198,
220,
220,
220,
220,
220,
220,
220,
1949,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
10104,
13,
4468,
4575,
7,
69,
16870,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5509,
14692,
30053,
16870,
5487,
8973,
796,
685,
86,
57,
11,
275,
57,
11,
3689,
17816,
81,
13227,
818,
9152,
20556,
6,
11907,
1303,
48987,
7885,
318,
5447,
198,
220,
220,
220,
220,
220,
220,
220,
2845,
6530,
12331,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1208,
628,
220,
220,
220,
611,
18896,
7,
1676,
73,
19044,
13,
43358,
8,
1279,
362,
25,
198,
220,
220,
220,
220,
220,
220,
220,
386,
73,
19044,
796,
45941,
13,
11201,
392,
62,
67,
12078,
7,
1676,
73,
19044,
11,
16488,
28,
16,
8,
628,
220,
220,
220,
5509,
14692,
12501,
1166,
16775,
295,
8973,
796,
386,
73,
19044,
58,
45299,
1312,
35277,
60,
198,
220,
220,
220,
5509,
14692,
1845,
653,
12727,
8973,
220,
220,
220,
220,
220,
796,
18398,
12727,
198,
220,
220,
220,
5509,
14692,
829,
301,
7637,
16424,
8973,
220,
220,
220,
220,
220,
796,
5509,
18819,
198,
220,
220,
220,
5509,
14692,
18223,
263,
14813,
16424,
8973,
220,
220,
796,
5509,
11028,
628,
220,
220,
220,
1441,
5509,
198
] | 2.34368 | 8,054 |
import glob
import os
from math import ceil
from typing import Dict, Any, List, Optional, Sequence
import gym
import numpy as np
import torch
import torch.nn as nn
import torch.optim as optim
from torch.optim.lr_scheduler import LambdaLR
from torchvision import models
from constants import ABS_PATH_OF_TOP_LEVEL_DIR
from core.algorithms.onpolicy_sync.losses import PPO
from core.algorithms.onpolicy_sync.losses.ppo import PPOConfig
from core.base_abstractions.experiment_config import ExperimentConfig, MachineParams
from core.base_abstractions.preprocessor import (
ResNetPreprocessor,
SensorPreprocessorGraph,
)
from core.base_abstractions.sensor import SensorSuite
from core.base_abstractions.task import TaskSampler
from plugins.ithor_plugin.ithor_sensors import RGBSensorThor
from plugins.robothor_plugin.robothor_sensors import GPSCompassSensorRoboThor
from plugins.robothor_plugin.robothor_task_samplers import PointNavDatasetTaskSampler
from plugins.robothor_plugin.robothor_tasks import PointNavTask
from projects.pointnav_baselines.models.point_nav_models import (
ResnetTensorPointNavActorCritic,
)
from utils.experiment_utils import (
Builder,
PipelineStage,
TrainingPipeline,
LinearDecay,
evenly_distribute_count_into_bins,
)
class ObjectNavRoboThorRGBPPOExperimentConfig(ExperimentConfig):
"""A Point Navigation experiment configuration in RoboThor."""
# Task Parameters
MAX_STEPS = 500
REWARD_CONFIG = {
"step_penalty": -0.01,
"goal_success_reward": 10.0,
"failed_stop_reward": 0.0,
"shaping_weight": 1.0,
}
# Simulator Parameters
CAMERA_WIDTH = 640
CAMERA_HEIGHT = 480
SCREEN_SIZE = 224
# Training Engine Parameters
ADVANCE_SCENE_ROLLOUT_PERIOD: Optional[int] = None
NUM_PROCESSES = 60
TRAINING_GPUS = list(range(torch.cuda.device_count()))
VALIDATION_GPUS = [torch.cuda.device_count() - 1]
TESTING_GPUS = [torch.cuda.device_count() - 1]
# Dataset Parameters
TRAIN_DATASET_DIR = os.path.join(
ABS_PATH_OF_TOP_LEVEL_DIR, "datasets/ithor-objectnav/train"
)
VAL_DATASET_DIR = os.path.join(
ABS_PATH_OF_TOP_LEVEL_DIR, "datasets/ithor-objectnav/val"
)
SENSORS = [
RGBSensorThor(
height=SCREEN_SIZE,
width=SCREEN_SIZE,
use_resnet_normalization=True,
uuid="rgb_lowres",
),
GPSCompassSensorRoboThor(),
]
PREPROCESSORS = [
Builder(
ResNetPreprocessor,
{
"input_height": SCREEN_SIZE,
"input_width": SCREEN_SIZE,
"output_width": 7,
"output_height": 7,
"output_dims": 512,
"pool": False,
"torchvision_resnet_model": models.resnet18,
"input_uuids": ["rgb_lowres"],
"output_uuid": "rgb_resnet",
},
),
]
OBSERVATIONS = [
"rgb_resnet",
"target_coordinates_ind",
]
ENV_ARGS = dict(
width=CAMERA_WIDTH,
height=CAMERA_HEIGHT,
rotateStepDegrees=30.0,
visibilityDistance=1.0,
gridSize=0.25,
)
@classmethod
@classmethod
# Define Model
@classmethod
# Define Task Sampler
@classmethod
# Utility Functions for distributing scenes between GPUs
@staticmethod
| [
11748,
15095,
198,
11748,
28686,
198,
6738,
10688,
1330,
2906,
346,
198,
6738,
19720,
1330,
360,
713,
11,
4377,
11,
7343,
11,
32233,
11,
45835,
198,
198,
11748,
11550,
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,
28034,
13,
40085,
13,
14050,
62,
1416,
704,
18173,
1330,
21114,
6814,
35972,
198,
6738,
28034,
10178,
1330,
4981,
198,
198,
6738,
38491,
1330,
29950,
62,
34219,
62,
19238,
62,
35222,
62,
2538,
18697,
62,
34720,
198,
6738,
4755,
13,
282,
7727,
907,
13,
261,
30586,
62,
27261,
13,
22462,
274,
1330,
350,
16402,
198,
6738,
4755,
13,
282,
7727,
907,
13,
261,
30586,
62,
27261,
13,
22462,
274,
13,
16634,
1330,
350,
16402,
16934,
198,
6738,
4755,
13,
8692,
62,
397,
8709,
507,
13,
23100,
3681,
62,
11250,
1330,
29544,
16934,
11,
10850,
10044,
4105,
198,
6738,
4755,
13,
8692,
62,
397,
8709,
507,
13,
3866,
41341,
1330,
357,
198,
220,
220,
220,
1874,
7934,
6719,
41341,
11,
198,
220,
220,
220,
35367,
6719,
41341,
37065,
11,
198,
8,
198,
6738,
4755,
13,
8692,
62,
397,
8709,
507,
13,
82,
22854,
1330,
35367,
5606,
578,
198,
6738,
4755,
13,
8692,
62,
397,
8709,
507,
13,
35943,
1330,
15941,
16305,
20053,
198,
6738,
20652,
13,
342,
273,
62,
33803,
13,
342,
273,
62,
82,
641,
669,
1330,
34359,
4462,
22854,
46765,
198,
6738,
20652,
13,
305,
16885,
273,
62,
33803,
13,
305,
16885,
273,
62,
82,
641,
669,
1330,
15472,
7293,
562,
47864,
14350,
78,
46765,
198,
6738,
20652,
13,
305,
16885,
273,
62,
33803,
13,
305,
16885,
273,
62,
35943,
62,
37687,
489,
364,
1330,
6252,
30575,
27354,
292,
316,
25714,
16305,
20053,
198,
6738,
20652,
13,
305,
16885,
273,
62,
33803,
13,
305,
16885,
273,
62,
83,
6791,
1330,
6252,
30575,
25714,
198,
6738,
4493,
13,
4122,
28341,
62,
12093,
20655,
13,
27530,
13,
4122,
62,
28341,
62,
27530,
1330,
357,
198,
220,
220,
220,
1874,
3262,
51,
22854,
12727,
30575,
40277,
18559,
291,
11,
198,
8,
198,
6738,
3384,
4487,
13,
23100,
3681,
62,
26791,
1330,
357,
198,
220,
220,
220,
35869,
11,
198,
220,
220,
220,
37709,
29391,
11,
198,
220,
220,
220,
13614,
47,
541,
4470,
11,
198,
220,
220,
220,
44800,
10707,
323,
11,
198,
220,
220,
220,
21894,
62,
17080,
4163,
62,
9127,
62,
20424,
62,
65,
1040,
11,
198,
8,
628,
198,
4871,
9515,
30575,
14350,
78,
46765,
36982,
10246,
46,
20468,
3681,
16934,
7,
20468,
3681,
16934,
2599,
198,
220,
220,
220,
37227,
32,
6252,
42115,
6306,
8398,
287,
39702,
46765,
526,
15931,
628,
220,
220,
220,
1303,
15941,
40117,
198,
220,
220,
220,
25882,
62,
30516,
3705,
796,
5323,
198,
220,
220,
220,
4526,
39743,
62,
10943,
16254,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
366,
9662,
62,
3617,
6017,
1298,
532,
15,
13,
486,
11,
198,
220,
220,
220,
220,
220,
220,
220,
366,
35231,
62,
13138,
62,
260,
904,
1298,
838,
13,
15,
11,
198,
220,
220,
220,
220,
220,
220,
220,
366,
47904,
62,
11338,
62,
260,
904,
1298,
657,
13,
15,
11,
198,
220,
220,
220,
220,
220,
220,
220,
366,
1477,
9269,
62,
6551,
1298,
352,
13,
15,
11,
198,
220,
220,
220,
1782,
628,
220,
220,
220,
1303,
13942,
40117,
198,
220,
220,
220,
32421,
46461,
62,
54,
2389,
4221,
796,
33759,
198,
220,
220,
220,
32421,
46461,
62,
13909,
9947,
796,
23487,
198,
220,
220,
220,
6374,
2200,
1677,
62,
33489,
796,
26063,
628,
220,
220,
220,
1303,
13614,
7117,
40117,
198,
220,
220,
220,
43685,
19240,
62,
6173,
39267,
62,
13252,
3069,
12425,
62,
18973,
40,
3727,
25,
32233,
58,
600,
60,
796,
6045,
198,
220,
220,
220,
36871,
62,
4805,
4503,
7597,
1546,
796,
3126,
198,
220,
220,
220,
29125,
1268,
2751,
62,
16960,
2937,
796,
1351,
7,
9521,
7,
13165,
354,
13,
66,
15339,
13,
25202,
62,
9127,
3419,
4008,
198,
220,
220,
220,
26173,
2389,
6234,
62,
16960,
2937,
796,
685,
13165,
354,
13,
66,
15339,
13,
25202,
62,
9127,
3419,
532,
352,
60,
198,
220,
220,
220,
43001,
2751,
62,
16960,
2937,
796,
685,
13165,
354,
13,
66,
15339,
13,
25202,
62,
9127,
3419,
532,
352,
60,
628,
220,
220,
220,
1303,
16092,
292,
316,
40117,
198,
220,
220,
220,
29125,
1268,
62,
35,
1404,
1921,
2767,
62,
34720,
796,
28686,
13,
6978,
13,
22179,
7,
198,
220,
220,
220,
220,
220,
220,
220,
29950,
62,
34219,
62,
19238,
62,
35222,
62,
2538,
18697,
62,
34720,
11,
366,
19608,
292,
1039,
14,
342,
273,
12,
15252,
28341,
14,
27432,
1,
198,
220,
220,
220,
1267,
198,
220,
220,
220,
26173,
62,
35,
1404,
1921,
2767,
62,
34720,
796,
28686,
13,
6978,
13,
22179,
7,
198,
220,
220,
220,
220,
220,
220,
220,
29950,
62,
34219,
62,
19238,
62,
35222,
62,
2538,
18697,
62,
34720,
11,
366,
19608,
292,
1039,
14,
342,
273,
12,
15252,
28341,
14,
2100,
1,
198,
220,
220,
220,
1267,
628,
220,
220,
220,
311,
16938,
20673,
796,
685,
198,
220,
220,
220,
220,
220,
220,
220,
34359,
4462,
22854,
46765,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6001,
28,
6173,
2200,
1677,
62,
33489,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9647,
28,
6173,
2200,
1677,
62,
33489,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
779,
62,
411,
3262,
62,
11265,
1634,
28,
17821,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
334,
27112,
2625,
81,
22296,
62,
9319,
411,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
15472,
7293,
562,
47864,
14350,
78,
46765,
22784,
198,
220,
220,
220,
2361,
628,
220,
220,
220,
22814,
4805,
4503,
7597,
20673,
796,
685,
198,
220,
220,
220,
220,
220,
220,
220,
35869,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1874,
7934,
6719,
41341,
11,
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,
366,
15414,
62,
17015,
1298,
6374,
2200,
1677,
62,
33489,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
15414,
62,
10394,
1298,
6374,
2200,
1677,
62,
33489,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
22915,
62,
10394,
1298,
767,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
22915,
62,
17015,
1298,
767,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
22915,
62,
67,
12078,
1298,
22243,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
7742,
1298,
10352,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
13165,
354,
10178,
62,
411,
3262,
62,
19849,
1298,
4981,
13,
411,
3262,
1507,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
15414,
62,
12303,
2340,
1298,
14631,
81,
22296,
62,
9319,
411,
33116,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
22915,
62,
12303,
312,
1298,
366,
81,
22296,
62,
411,
3262,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
2361,
628,
220,
220,
220,
440,
4462,
1137,
53,
18421,
796,
685,
198,
220,
220,
220,
220,
220,
220,
220,
366,
81,
22296,
62,
411,
3262,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
366,
16793,
62,
37652,
17540,
62,
521,
1600,
198,
220,
220,
220,
2361,
628,
220,
220,
220,
12964,
53,
62,
1503,
14313,
796,
8633,
7,
198,
220,
220,
220,
220,
220,
220,
220,
9647,
28,
34,
2390,
46461,
62,
54,
2389,
4221,
11,
198,
220,
220,
220,
220,
220,
220,
220,
6001,
28,
34,
2390,
46461,
62,
13909,
9947,
11,
198,
220,
220,
220,
220,
220,
220,
220,
23064,
8600,
35,
1533,
6037,
28,
1270,
13,
15,
11,
198,
220,
220,
220,
220,
220,
220,
220,
20742,
45767,
28,
16,
13,
15,
11,
198,
220,
220,
220,
220,
220,
220,
220,
10706,
10699,
28,
15,
13,
1495,
11,
198,
220,
220,
220,
1267,
628,
220,
220,
220,
2488,
4871,
24396,
628,
220,
220,
220,
2488,
4871,
24396,
628,
220,
220,
220,
1303,
2896,
500,
9104,
198,
220,
220,
220,
2488,
4871,
24396,
628,
220,
220,
220,
1303,
2896,
500,
15941,
3409,
20053,
198,
220,
220,
220,
2488,
4871,
24396,
628,
220,
220,
220,
1303,
34030,
40480,
329,
25950,
8188,
1022,
32516,
198,
220,
220,
220,
2488,
12708,
24396,
198
] | 2.285141 | 1,494 |
__author__ = 'Harutya'
__date__ = '2021/07/07'
from app.server import opggApi
from flask import Blueprint
from utils import harutyaResponse
servlet = Blueprint('harutya-lol-api', __name__)
@servlet.route('/tiers')
@servlet.route('/heroes')
@servlet.route('/hero/<string:hero_name>')
| [
834,
9800,
834,
796,
705,
13587,
3935,
64,
6,
198,
834,
4475,
834,
796,
705,
1238,
2481,
14,
2998,
14,
2998,
6,
198,
198,
6738,
598,
13,
15388,
1330,
1034,
1130,
32,
14415,
198,
6738,
42903,
1330,
39932,
198,
6738,
3384,
4487,
1330,
3971,
3935,
64,
31077,
198,
198,
3168,
1616,
796,
39932,
10786,
9869,
3935,
64,
12,
47288,
12,
15042,
3256,
11593,
3672,
834,
8,
628,
198,
31,
3168,
1616,
13,
38629,
10786,
14,
83,
3183,
11537,
628,
198,
31,
3168,
1616,
13,
38629,
10786,
14,
11718,
274,
11537,
628,
198,
31,
3168,
1616,
13,
38629,
10786,
14,
11718,
14,
27,
8841,
25,
11718,
62,
3672,
29,
11537,
198
] | 2.645455 | 110 |
from pycocotools.coco import COCO
import numpy as np
import skimage.io as io
import os.path
import sys
if len(sys.argv) <= 1:
print("Data Type argument needs to be `val2014` or `train2014`.")
sys.exit(1)
dataDir = './data'
dataType = sys.argv[1]
fdir = '%s/%s' % (dataDir, dataType)
if not os.path.exists(fdir):
os.makedirs(fdir)
annotationFile = '%s/annotations/instances_%s.json' % (dataDir, dataType)
coco = COCO(annotationFile)
catIds = coco.getCatIds(catNms=['stop sign']);
imgIds = coco.getImgIds(catIds=catIds);
i = 1
for val in imgIds:
print("%d / %d" % (i, len(imgIds)))
id = str(val)
fname = '%s/COCO_%s_%s.jpg' % (fdir, dataType, "0" * (12-len(id)) + id)
if not os.path.exists(fname):
img = io.imread('http://mscoco.org/images/%s' % (id))
io.imsave(fname, img)
i += 1
print("Download done")
| [
6738,
12972,
66,
420,
313,
10141,
13,
66,
25634,
1330,
327,
4503,
46,
198,
11748,
299,
32152,
355,
45941,
198,
11748,
1341,
9060,
13,
952,
355,
33245,
198,
11748,
28686,
13,
6978,
198,
11748,
25064,
198,
198,
361,
18896,
7,
17597,
13,
853,
85,
8,
19841,
352,
25,
198,
220,
3601,
7203,
6601,
5994,
4578,
2476,
284,
307,
4600,
2100,
4967,
63,
393,
4600,
27432,
4967,
63,
19570,
198,
220,
25064,
13,
37023,
7,
16,
8,
198,
198,
7890,
35277,
796,
705,
19571,
7890,
6,
198,
7890,
6030,
796,
25064,
13,
853,
85,
58,
16,
60,
198,
198,
69,
15908,
796,
705,
4,
82,
14,
4,
82,
6,
4064,
357,
7890,
35277,
11,
1366,
6030,
8,
198,
361,
407,
28686,
13,
6978,
13,
1069,
1023,
7,
69,
15908,
2599,
198,
220,
28686,
13,
76,
4335,
17062,
7,
69,
15908,
8,
198,
198,
1236,
14221,
8979,
796,
705,
4,
82,
14,
34574,
602,
14,
8625,
1817,
62,
4,
82,
13,
17752,
6,
4064,
357,
7890,
35277,
11,
1366,
6030,
8,
198,
198,
66,
25634,
796,
327,
4503,
46,
7,
1236,
14221,
8979,
8,
198,
9246,
7390,
82,
796,
8954,
78,
13,
1136,
21979,
7390,
82,
7,
9246,
45,
907,
28,
17816,
11338,
1051,
20520,
1776,
198,
9600,
7390,
82,
796,
8954,
78,
13,
1136,
3546,
70,
7390,
82,
7,
9246,
7390,
82,
28,
9246,
7390,
82,
1776,
198,
198,
72,
796,
352,
198,
1640,
1188,
287,
33705,
7390,
82,
25,
198,
220,
3601,
7203,
4,
67,
1220,
4064,
67,
1,
4064,
357,
72,
11,
18896,
7,
9600,
7390,
82,
22305,
198,
220,
4686,
796,
965,
7,
2100,
8,
198,
220,
277,
3672,
796,
705,
4,
82,
14,
34,
4503,
46,
62,
4,
82,
62,
4,
82,
13,
9479,
6,
4064,
357,
69,
15908,
11,
1366,
6030,
11,
366,
15,
1,
1635,
357,
1065,
12,
11925,
7,
312,
4008,
1343,
4686,
8,
198,
220,
611,
407,
28686,
13,
6978,
13,
1069,
1023,
7,
69,
3672,
2599,
198,
220,
220,
220,
33705,
796,
33245,
13,
320,
961,
10786,
4023,
1378,
907,
66,
25634,
13,
2398,
14,
17566,
14,
4,
82,
6,
4064,
357,
312,
4008,
198,
220,
220,
220,
33245,
13,
12078,
1015,
7,
69,
3672,
11,
33705,
8,
198,
220,
220,
198,
220,
1312,
15853,
352,
198,
198,
4798,
7203,
10002,
1760,
4943,
198
] | 2.188482 | 382 |
#
# Copyright (c) 2020, NVIDIA 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.
#
import copyreg
import cupy as cp
import cuml
import cudf.comm.serialize # noqa: F401
try:
from distributed.protocol import dask_deserialize, dask_serialize
from distributed.protocol.cuda import cuda_deserialize, cuda_serialize
from distributed.protocol import register_generic
from cuml.naive_bayes.naive_bayes import MultinomialNB
register_generic(MultinomialNB, 'cuda',
cuda_serialize, cuda_deserialize)
register_generic(cuml.Base, 'cuda',
cuda_serialize, cuda_deserialize)
register_generic(MultinomialNB, 'dask',
dask_serialize, dask_deserialize)
register_generic(cuml.Base, 'dask',
dask_serialize, dask_deserialize)
copyreg.pickle(cp.cusparse.MatDescriptor, serialize_mat_descriptor)
except ImportError:
# distributed is probably not installed on the system
pass
| [
2,
198,
2,
15069,
357,
66,
8,
12131,
11,
15127,
23929,
44680,
6234,
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,
4866,
2301,
198,
198,
11748,
6508,
88,
355,
31396,
198,
11748,
10973,
75,
198,
11748,
269,
463,
69,
13,
9503,
13,
46911,
1096,
220,
1303,
645,
20402,
25,
376,
21844,
628,
198,
198,
28311,
25,
198,
220,
220,
220,
422,
9387,
13,
11235,
4668,
1330,
288,
2093,
62,
8906,
48499,
1096,
11,
288,
2093,
62,
46911,
1096,
198,
220,
220,
220,
422,
9387,
13,
11235,
4668,
13,
66,
15339,
1330,
269,
15339,
62,
8906,
48499,
1096,
11,
269,
15339,
62,
46911,
1096,
628,
220,
220,
220,
422,
9387,
13,
11235,
4668,
1330,
7881,
62,
41357,
628,
220,
220,
220,
422,
10973,
75,
13,
2616,
425,
62,
24406,
274,
13,
2616,
425,
62,
24406,
274,
1330,
7854,
259,
49070,
32819,
628,
220,
220,
220,
7881,
62,
41357,
7,
15205,
259,
49070,
32819,
11,
705,
66,
15339,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
15339,
62,
46911,
1096,
11,
269,
15339,
62,
8906,
48499,
1096,
8,
628,
220,
220,
220,
7881,
62,
41357,
7,
36340,
75,
13,
14881,
11,
705,
66,
15339,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
15339,
62,
46911,
1096,
11,
269,
15339,
62,
8906,
48499,
1096,
8,
628,
220,
220,
220,
7881,
62,
41357,
7,
15205,
259,
49070,
32819,
11,
705,
67,
2093,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
288,
2093,
62,
46911,
1096,
11,
288,
2093,
62,
8906,
48499,
1096,
8,
628,
220,
220,
220,
7881,
62,
41357,
7,
36340,
75,
13,
14881,
11,
705,
67,
2093,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
288,
2093,
62,
46911,
1096,
11,
288,
2093,
62,
8906,
48499,
1096,
8,
628,
220,
220,
220,
4866,
2301,
13,
27729,
293,
7,
13155,
13,
9042,
29572,
13,
19044,
24564,
1968,
273,
11,
11389,
1096,
62,
6759,
62,
20147,
1968,
273,
8,
198,
16341,
17267,
12331,
25,
198,
220,
220,
220,
1303,
9387,
318,
2192,
407,
6589,
319,
262,
1080,
198,
220,
220,
220,
1208,
198
] | 2.795158 | 537 |
## TODO: define the convolutional neural network architecture
import torch
import torch.nn as nn
import torch.nn.functional as F
# can use the below import should you choose to initialize the weights of your Net
import torch.nn.init as I
## TODO: define the convolutional neural network architecture
| [
2235,
16926,
46,
25,
8160,
262,
3063,
2122,
282,
17019,
3127,
10959,
198,
198,
11748,
28034,
198,
11748,
28034,
13,
20471,
355,
299,
77,
198,
11748,
28034,
13,
20471,
13,
45124,
355,
376,
198,
2,
460,
779,
262,
2174,
1330,
815,
345,
3853,
284,
41216,
262,
19590,
286,
534,
3433,
198,
11748,
28034,
13,
20471,
13,
15003,
355,
314,
628,
198,
2235,
16926,
46,
25,
8160,
262,
3063,
2122,
282,
17019,
3127,
10959,
628,
220,
220,
220,
220,
220,
220,
220,
628
] | 3.817073 | 82 |
# Jackson Negus | [
2,
6612,
13496,
385
] | 3.75 | 4 |
import gensim
from gensim.models import Word2Vec, word2vec, KeyedVectors
import numpy as np
import os
import sys
import warnings
import string
import multiprocessing
import string
import pickle
import pandas as pd
if not sys.warnoptions:
warnings.simplefilter("ignore")
import nltk
nltk.download('averaged_perceptron_tagger');
nltk.download('punkt');
from nltk import word_tokenize, pos_tag
input_data_folder = sys.argv[1];
model_path = sys.argv[2];
pretrained_embeddings = sys.argv[3];
eval_file_name = sys.argv[4];
target_file_name = sys.argv[5];
eval_file = open(eval_file_name, "r");
input = eval_file.readlines();
output = open(input_data_folder + "dataset.txt", "w");
for line in input:
x = line.strip().replace("<<target>>","$$NILAKSH$$").replace("::::", "$$NILAKSH$$").split("$$NILAKSH$$")
temp = x[0] + x[2] + x[1]+'\n';
output.write(temp);
output.close();
sentences = MySentences(input_data_folder)
model = Word2Vec(sentences,
size = 300,
iter = 10,
sg = 1,
window = 5,
hs = 0,
negative = 5,
ns_exponent = 0.75,
min_count = 0,
workers = multiprocessing.cpu_count());
model.intersect_word2vec_format(pretrained_embeddings, lockf=1.0, binary=True);
model.train(sentences, total_examples=model.corpus_count, epochs=250);
pickle.dump(model, open(model_path, "wb")); | [
11748,
308,
641,
320,
198,
6738,
308,
641,
320,
13,
27530,
1330,
9678,
17,
53,
721,
11,
1573,
17,
35138,
11,
7383,
276,
53,
478,
669,
198,
11748,
299,
32152,
355,
45941,
198,
11748,
28686,
198,
11748,
25064,
198,
11748,
14601,
198,
11748,
4731,
198,
11748,
18540,
305,
919,
278,
198,
11748,
4731,
198,
11748,
2298,
293,
198,
11748,
19798,
292,
355,
279,
67,
198,
361,
407,
25064,
13,
40539,
25811,
25,
198,
197,
40539,
654,
13,
36439,
24455,
7203,
46430,
4943,
198,
198,
11748,
299,
2528,
74,
198,
77,
2528,
74,
13,
15002,
10786,
8770,
1886,
62,
525,
984,
1313,
62,
83,
7928,
24036,
198,
77,
2528,
74,
13,
15002,
10786,
30354,
83,
24036,
198,
6738,
299,
2528,
74,
1330,
1573,
62,
30001,
1096,
11,
1426,
62,
12985,
198,
198,
15414,
62,
7890,
62,
43551,
796,
25064,
13,
853,
85,
58,
16,
11208,
198,
19849,
62,
6978,
796,
25064,
13,
853,
85,
58,
17,
11208,
198,
5310,
13363,
62,
20521,
67,
654,
796,
25064,
13,
853,
85,
58,
18,
11208,
198,
18206,
62,
7753,
62,
3672,
796,
25064,
13,
853,
85,
58,
19,
11208,
198,
16793,
62,
7753,
62,
3672,
796,
25064,
13,
853,
85,
58,
20,
11208,
198,
198,
18206,
62,
7753,
796,
1280,
7,
18206,
62,
7753,
62,
3672,
11,
366,
81,
15341,
198,
15414,
796,
5418,
62,
7753,
13,
961,
6615,
9783,
198,
198,
22915,
796,
1280,
7,
15414,
62,
7890,
62,
43551,
1343,
366,
19608,
292,
316,
13,
14116,
1600,
366,
86,
15341,
198,
198,
1640,
1627,
287,
5128,
25,
198,
197,
87,
796,
1627,
13,
36311,
22446,
33491,
7203,
16791,
16793,
4211,
2430,
13702,
45,
4146,
10206,
9693,
13702,
11074,
33491,
7,
1298,
3712,
25,
1600,
366,
13702,
45,
4146,
10206,
9693,
13702,
11074,
35312,
7203,
13702,
45,
4146,
10206,
9693,
13702,
4943,
198,
197,
29510,
796,
2124,
58,
15,
60,
1343,
2124,
58,
17,
60,
1343,
2124,
58,
16,
48688,
6,
59,
77,
17020,
198,
197,
22915,
13,
13564,
7,
29510,
1776,
198,
22915,
13,
19836,
9783,
198,
197,
197,
197,
197,
198,
34086,
3007,
796,
2011,
31837,
3007,
7,
15414,
62,
7890,
62,
43551,
8,
198,
198,
19849,
796,
9678,
17,
53,
721,
7,
34086,
3007,
11,
220,
198,
197,
197,
197,
197,
2546,
796,
5867,
11,
220,
198,
197,
197,
197,
197,
11629,
796,
838,
11,
220,
198,
197,
197,
197,
197,
264,
70,
796,
352,
11,
220,
198,
197,
197,
197,
197,
4324,
796,
642,
11,
220,
198,
197,
197,
197,
197,
289,
82,
796,
657,
11,
220,
198,
197,
197,
197,
197,
4633,
796,
642,
11,
220,
198,
197,
197,
197,
197,
36545,
62,
11201,
3471,
796,
657,
13,
2425,
11,
220,
198,
197,
197,
197,
197,
949,
62,
9127,
796,
657,
11,
220,
198,
197,
197,
197,
197,
3259,
796,
18540,
305,
919,
278,
13,
36166,
62,
9127,
35430,
198,
198,
19849,
13,
3849,
8831,
62,
4775,
17,
35138,
62,
18982,
7,
5310,
13363,
62,
20521,
67,
654,
11,
5793,
69,
28,
16,
13,
15,
11,
13934,
28,
17821,
1776,
198,
198,
19849,
13,
27432,
7,
34086,
3007,
11,
2472,
62,
1069,
12629,
28,
19849,
13,
10215,
79,
385,
62,
9127,
11,
36835,
82,
28,
9031,
1776,
198,
198,
27729,
293,
13,
39455,
7,
19849,
11,
1280,
7,
19849,
62,
6978,
11,
366,
39346,
4943,
1776
] | 2.45073 | 548 |
from sklearn.model_selection import train_test_split as tts
| [
6738,
1341,
35720,
13,
19849,
62,
49283,
1330,
4512,
62,
9288,
62,
35312,
355,
256,
912,
198
] | 3.529412 | 17 |
from .. import util
import torch
from torch import nn, Tensor
from typing import Union, Tuple, List, Iterable, Dict
from torch.nn import functional as F
class MarginMSELoss(nn.Module):
"""
Computes the Margin MSE loss between the query, positive passage and negative passage. This loss
is used to train dense-models using cross-architecture knowledge distillation setup.
Margin MSE Loss is defined as from (Eq.11) in Sebastian Hofstätter et al. in https://arxiv.org/abs/2010.02666:
Loss(𝑄, 𝑃+, 𝑃−) = MSE(𝑀𝑠(𝑄, 𝑃+) − 𝑀𝑠(𝑄, 𝑃−), 𝑀𝑡(𝑄, 𝑃+) − 𝑀𝑡(𝑄, 𝑃−))
where 𝑄: Query, 𝑃+: Relevant passage, 𝑃−: Non-relevant passage, 𝑀𝑠: Student model, 𝑀𝑡: Teacher model
Remember: Pass the difference in scores of the passages as labels.
"""
| [
6738,
11485,
1330,
7736,
198,
11748,
28034,
198,
6738,
28034,
1330,
299,
77,
11,
309,
22854,
198,
6738,
19720,
1330,
4479,
11,
309,
29291,
11,
7343,
11,
40806,
540,
11,
360,
713,
198,
6738,
28034,
13,
20471,
1330,
10345,
355,
376,
628,
198,
4871,
11899,
259,
5653,
3698,
793,
7,
20471,
13,
26796,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
3082,
1769,
262,
11899,
259,
337,
5188,
2994,
1022,
262,
12405,
11,
3967,
10066,
290,
4633,
10066,
13,
770,
2994,
198,
220,
220,
220,
318,
973,
284,
4512,
15715,
12,
27530,
1262,
3272,
12,
998,
5712,
495,
3725,
1233,
40903,
9058,
13,
220,
628,
220,
220,
220,
11899,
259,
337,
5188,
22014,
318,
5447,
355,
422,
357,
36,
80,
13,
1157,
8,
287,
26190,
37745,
301,
11033,
83,
353,
2123,
435,
13,
287,
3740,
1378,
283,
87,
452,
13,
2398,
14,
8937,
14,
10333,
13,
45987,
2791,
25,
198,
220,
220,
220,
22014,
7,
47728,
239,
226,
11,
220,
47728,
239,
225,
28200,
220,
47728,
239,
225,
14095,
8,
796,
337,
5188,
7,
47728,
239,
222,
47728,
239,
254,
7,
47728,
239,
226,
11,
220,
47728,
239,
225,
28988,
9746,
220,
47728,
239,
222,
47728,
239,
254,
7,
47728,
239,
226,
11,
220,
47728,
239,
225,
14095,
828,
220,
47728,
239,
222,
47728,
239,
94,
7,
47728,
239,
226,
11,
220,
47728,
239,
225,
28988,
9746,
220,
47728,
239,
222,
47728,
239,
94,
7,
47728,
239,
226,
11,
220,
47728,
239,
225,
14095,
4008,
198,
220,
220,
220,
810,
220,
47728,
239,
226,
25,
43301,
11,
220,
47728,
239,
225,
10,
25,
797,
14938,
10066,
11,
220,
47728,
239,
225,
14095,
25,
8504,
12,
49659,
10066,
11,
220,
47728,
239,
222,
47728,
239,
254,
25,
13613,
2746,
11,
220,
47728,
239,
222,
47728,
239,
94,
25,
32019,
2746,
628,
220,
220,
220,
11436,
25,
6251,
262,
3580,
287,
8198,
286,
262,
22674,
355,
14722,
13,
198,
220,
220,
220,
37227,
198
] | 2.342593 | 324 |
import ida_kernwin
import codecs
g_icon_data_ascii = (
b"89504E470D0A1A0A0000000D4948445200000020000000200806000000737A7A",
b"F4000000097048597300000EC300000EC301C76FA8640000001974455874536F",
b"667477617265007777772E696E6B73636170652E6F72679BEE3C1A0000036249",
b"4441545885ADD75B8855651407F0DF346383948E4E99A6537445C2ACB1521421",
b"8C28822E4418965009094120E5180411F6D08588EE3E48D4832464045D686648",
b"7CA8888AB2FBE5A507C12CA8C0ACD46CB2C6D3C3FA367BCF696F3DFB9C59B0F9",
b"F6FEBE75F99FF5ADDBE9D23A0D602596E242CC443FFEC66FD8830FF012BEAAA1",
b"F798342F29FD178D169F2D3871328C2FC1DE1A868BCF9B9D1A9F8BDFDB349E3D",
b"577402E0E50E8D37C4B53D86EEBAC64FC3F8240028C6442D5A5FA26417BE3C06",
b"B083F844F9D52DAF03604B41700C3715CEE6E379917E19CFCFB81733124F8F70",
b"7D11C0737500BC5310BCA782670EAEC2A5985AC1F35A41CFBB75007C2877696F",
b"1DC1269A2FBFB28FCA188EAB109C92D68F85ABDBA5EFF04D7A3FBE0E802C6D0E",
b"75603CA3EF8F66AB0AC091B4362601C0585ABB5A057032CE994400998DD3714A",
b"2B006E431FD6E2AFC2FE62916AEB705689DC3CDC29B26659617F0CB78BE6B4B6",
b"15C40FCB03EF82B43E28326214EFE3808975FE32FC2ADAF128FEC043E96C615A",
b"776173B3B19E1200E305005F8BFE3F844B44BEF7E1228CE0C7C437171B318CF3",
b"71173E171D7167C15655CC4DA021118459FEAFC7F6F43E9C404C15F171BFB896",
b"46DA1BC6B4C4FB7A3A2302700C8F341B2B43B42F09CC4EDF7BC5FD4EC17471BF",
b"0309E4E6F4FC9378FA7071921FC0FEA4E3A4F4837E6AC10196A55F7475FA9E25",
b"EEF7C96464A1A86A6F604DF2C2567C2A0275061E17635A7FD27165D2B9A21500",
b"BD497844EECE4562CE6BE030B661016EC5202EC78BF2B2FB993C134E10B17048",
b"8D316D8D70EB6E137BC1EC02A89B45BD5881D5696FBA6852197589401EC78656",
b"8D67B45AFC9A2515E7AB44F40F094F94D182A4E3962A23474B8BED497851C579",
b"2FCE104DE617B9678AB434ADEFB503601FBEC07515E7BBC5FD9F2BAEE64009CF",
b"35F856DE906AD31D62B01C6CDA9F8967B1438C696F95F09C2DE2E8EE768D1311",
b"FC83706137CEC3D3C2E547F0365EC09FC9D856DC20826F5454CA8EFFA05C2F62",
b"E1A9F43D881B4577CB681AAE4DBC3D22301B26CE921DD1A6A470A38ABE5EA075",
b"C23BB586D02ACAC6A86EE1DE065EC59925BCA7E295C4B34D3E55B53553F68BC6",
b"B15FDE13BA44313928AAE1081EC53322080FA7B30D722FCD12F1F1447A6F8956",
b"8A529C8DD38B9BCEE7E001D10FF68806B303F78969AA4859216A8834FD5F46FC",
b"0777AA1B71191AD8320000000049454E44AE426082",
)
g_icon_data = codecs.decode(b"".join(g_icon_data_ascii), 'hex')
| [
11748,
220,
3755,
62,
74,
1142,
5404,
201,
198,
201,
198,
11748,
40481,
82,
201,
198,
201,
198,
70,
62,
4749,
62,
7890,
62,
292,
979,
72,
796,
357,
201,
198,
220,
220,
220,
275,
1,
4531,
33580,
36,
27790,
35,
15,
32,
16,
32,
15,
32,
24598,
35,
2920,
34137,
2231,
2167,
2388,
2167,
20483,
2167,
37988,
10535,
22,
2718,
32,
22,
32,
1600,
201,
198,
220,
220,
220,
275,
1,
37,
19,
24598,
43587,
2780,
3270,
4790,
20483,
2943,
6200,
830,
2943,
18938,
34,
4304,
7708,
39570,
10535,
40828,
2231,
44617,
2231,
2623,
37,
1600,
201,
198,
220,
220,
220,
275,
1,
28933,
2857,
4304,
1558,
2075,
4059,
3324,
3324,
43571,
36,
38205,
36,
21,
33,
49150,
2623,
17279,
43193,
36,
21,
37,
22,
2075,
3720,
33,
6500,
18,
34,
16,
32,
20483,
2623,
21626,
1600,
201,
198,
220,
220,
220,
275,
1,
30272,
1314,
2231,
44230,
29266,
2425,
33,
3459,
2816,
2996,
1415,
2998,
37,
15,
8068,
30557,
2548,
2670,
2780,
36,
19,
36,
2079,
32,
2996,
31020,
2231,
34,
17,
2246,
33,
17827,
1415,
2481,
1600,
201,
198,
220,
220,
220,
275,
1,
23,
34,
25270,
1828,
36,
2598,
23362,
2996,
28694,
2931,
19,
10232,
36,
44085,
3023,
1157,
37,
21,
35,
2919,
39118,
6500,
18,
36,
2780,
35,
38783,
26912,
1821,
2231,
35,
33808,
34287,
1600,
201,
198,
220,
220,
220,
275,
1,
22,
8141,
3459,
3459,
6242,
17,
37,
12473,
20,
32,
35378,
34,
1065,
8141,
23,
34,
15,
2246,
35,
3510,
23199,
17,
34,
21,
35,
18,
34,
18,
7708,
27824,
2749,
37,
38205,
37,
18,
8068,
33,
24,
34,
3270,
33,
15,
37,
24,
1600,
201,
198,
220,
220,
220,
275,
1,
37,
21,
15112,
12473,
2425,
37,
2079,
5777,
20,
2885,
11012,
36,
24,
35,
1954,
32,
15,
35,
1899,
1495,
4846,
36,
27877,
4093,
34938,
5777,
2943,
2791,
26009,
3459,
1270,
5777,
30206,
12473,
29697,
16,
1600,
201,
198,
220,
220,
220,
275,
1,
37,
43240,
31575,
37,
1959,
26009,
23188,
35,
22172,
37,
17,
35,
32220,
1485,
2078,
34,
17,
4851,
16,
7206,
16,
32,
23,
3104,
2749,
37,
24,
33,
24,
35,
16,
32,
24,
37,
23,
33,
8068,
11012,
27371,
36,
18,
35,
1600,
201,
198,
220,
220,
220,
275,
1,
49447,
32531,
36,
15,
36,
1120,
36,
23,
35,
2718,
34,
19,
33,
4310,
35,
4521,
6500,
33,
2246,
2414,
4851,
18,
37,
23,
1731,
405,
2078,
34,
2414,
3682,
35,
20,
32,
20,
7708,
18897,
1558,
12473,
18,
34,
3312,
1600,
201,
198,
220,
220,
220,
275,
1,
33,
48290,
37,
23,
2598,
37,
24,
35,
4309,
5631,
37,
3070,
31916,
33,
38547,
405,
34,
2718,
1314,
5222,
36,
21,
36,
2718,
2079,
1558,
36,
1129,
34,
4851,
26001,
23,
1558,
2091,
17464,
37,
23,
37,
2154,
1600,
201,
198,
220,
220,
220,
275,
1,
22,
35,
1157,
34,
2998,
22318,
405,
2749,
4310,
940,
2749,
32,
3695,
2075,
2154,
16412,
2943,
17,
32,
3270,
5332,
2246,
16,
37,
2327,
32,
3901,
22495,
15199,
2425,
25816,
34,
2078,
3324,
38205,
37,
1600,
201,
198,
220,
220,
220,
275,
1,
16,
9697,
1065,
3388,
32,
17,
26001,
26001,
2078,
4851,
32,
20356,
36,
6242,
14454,
34,
5892,
35,
3104,
37,
5332,
6242,
35,
4339,
20,
37267,
3023,
35,
22,
32,
18,
37,
12473,
15,
36,
30863,
34,
21,
35,
15,
36,
1600,
201,
198,
220,
220,
220,
275,
1,
2425,
35642,
8141,
18,
25425,
23,
37,
2791,
6242,
15,
2246,
2931,
16,
33,
43690,
2075,
486,
34,
2713,
5332,
6242,
33,
20,
32,
2713,
2154,
2624,
5222,
2079,
2598,
405,
34808,
16458,
2718,
1415,
32,
1600,
201,
198,
220,
220,
220,
275,
1,
17,
33,
28041,
36,
50080,
26009,
21,
36,
17,
32,
4851,
17,
15112,
48602,
1433,
14242,
33,
34801,
40523,
9697,
18,
47667,
1959,
33,
2075,
2996,
4846,
1558,
37,
15,
23199,
3695,
12473,
21,
33,
19,
33,
21,
1600,
201,
198,
220,
220,
220,
275,
1,
1314,
34,
1821,
4851,
33,
3070,
25425,
6469,
33,
3559,
36,
30290,
2075,
22291,
36,
15112,
23734,
4531,
2425,
15112,
2624,
4851,
17,
2885,
8579,
12762,
37,
2943,
48768,
36,
4846,
34,
47007,
32,
1600,
201,
198,
220,
220,
220,
275,
1,
39509,
25399,
33,
18,
33,
1129,
36,
27550,
36,
1270,
4059,
20,
37,
23,
33,
15112,
18,
37,
23,
2598,
33,
2598,
12473,
37,
22,
36,
1065,
2078,
5222,
15,
34,
22,
34,
43284,
27192,
33,
36042,
22495,
18,
1600,
201,
198,
220,
220,
220,
275,
1,
22,
1157,
4790,
36,
27192,
35,
22,
21940,
34,
21599,
2816,
4093,
19,
5631,
2999,
1157,
1507,
33459,
15112,
32,
4851,
22,
37,
21,
37,
3559,
36,
24,
34,
26429,
34,
1314,
37,
27192,
33,
26001,
48712,
1600,
201,
198,
220,
220,
220,
275,
1,
3510,
5631,
16,
2749,
21,
33,
19,
34,
19,
26001,
22,
32,
18,
32,
19214,
1983,
405,
34,
23,
37,
33660,
33,
17,
33,
3559,
33,
3682,
37,
2931,
4093,
19,
1961,
37,
22,
2749,
20,
26009,
19,
2943,
1558,
38339,
29499,
1600,
201,
198,
220,
220,
220,
275,
1,
15,
26895,
36,
19,
36,
21,
37,
19,
4851,
24,
30695,
7708,
24038,
1129,
2481,
4851,
15,
15112,
32,
19,
36,
18,
32,
19,
37,
2780,
2718,
36,
21,
2246,
8784,
4846,
32,
2816,
37,
4524,
2425,
7708,
24,
36,
1495,
1600,
201,
198,
220,
220,
220,
275,
1,
6500,
37,
22,
34,
24,
2414,
2414,
32,
16,
32,
4521,
32,
21,
37,
31916,
8068,
17,
34,
1495,
3134,
34,
17,
32,
44698,
1120,
5333,
36,
24096,
2327,
32,
22,
26009,
1983,
20986,
35,
17,
33,
24,
32,
23349,
405,
1600,
201,
198,
220,
220,
220,
275,
1,
14529,
2920,
3695,
2598,
36,
2943,
36,
2231,
5237,
5222,
21,
12473,
39101,
33,
2791,
27956,
2943,
20,
19004,
2943,
3695,
29499,
17,
33,
17,
26001,
44821,
34,
19880,
36,
940,
33,
17279,
2780,
1600,
201,
198,
220,
220,
220,
275,
1,
23,
35,
33400,
35,
23,
35,
2154,
30195,
21,
36,
19708,
2749,
16,
2943,
2999,
32,
4531,
33,
2231,
14529,
3365,
6659,
35,
20,
38205,
37,
4339,
3104,
4309,
38449,
4531,
21844,
2943,
3695,
37466,
1600,
201,
198,
220,
220,
220,
275,
1,
23,
35,
3134,
33,
2231,
32,
4851,
24,
32,
1495,
1314,
36,
22,
6242,
2598,
37,
1821,
37,
2931,
19,
37,
5824,
35,
24294,
32,
19,
36,
2670,
5237,
32,
1954,
38652,
33,
23,
33,
1961,
2920,
3695,
4349,
34,
41734,
1600,
201,
198,
220,
220,
220,
275,
1,
17,
4851,
36,
13464,
7206,
47941,
33,
24,
30924,
6242,
47101,
19266,
26001,
1120,
2623,
486,
26001,
2943,
46396,
1314,
36,
22,
33833,
20,
26009,
24,
37,
17,
4339,
6500,
2414,
28694,
22495,
1600,
201,
198,
220,
220,
220,
275,
1,
2327,
37,
23,
3980,
7206,
24,
3312,
2885,
3132,
35,
5237,
33,
486,
34,
21,
34,
5631,
24,
37,
4531,
3134,
33,
1415,
2548,
34,
38205,
37,
3865,
37,
2931,
34,
17,
7206,
17,
36,
23,
6500,
30610,
35,
1485,
1157,
1600,
201,
198,
220,
220,
220,
275,
1,
4851,
5999,
35402,
19708,
34,
2943,
18,
35,
18,
34,
17,
36,
20,
2857,
37,
15,
24760,
2943,
2931,
4851,
24,
35,
23,
3980,
9697,
21315,
2075,
37,
20,
34229,
8141,
23,
37267,
32,
2713,
34,
17,
37,
5237,
1600,
201,
198,
220,
220,
220,
275,
1,
36,
16,
32,
24,
37,
3559,
35,
3459,
16,
33,
2231,
3324,
23199,
48564,
3838,
36,
19,
35,
2749,
18,
35,
1828,
18938,
33,
2075,
5222,
24,
2481,
16458,
16,
32,
21,
32,
27790,
32,
2548,
6242,
36,
20,
16412,
46396,
1600,
201,
198,
220,
220,
220,
275,
1,
34,
1954,
15199,
29796,
35,
2999,
2246,
2246,
21,
32,
4521,
6500,
16,
7206,
15,
2996,
2943,
43452,
1495,
2749,
32,
22,
36,
25710,
34,
19,
33,
2682,
35,
18,
36,
2816,
33,
44465,
4310,
37,
3104,
2749,
21,
1600,
201,
198,
220,
220,
220,
275,
1,
33,
1314,
37,
7206,
1485,
4339,
34938,
20219,
2078,
3838,
36,
940,
6659,
2943,
44994,
17572,
1795,
7708,
22,
33,
1270,
35,
22,
1828,
4851,
35,
1065,
37,
16,
37,
1415,
2857,
32,
21,
37,
23,
50148,
1600,
201,
198,
220,
220,
220,
275,
1,
23,
32,
49721,
34,
23,
16458,
2548,
33,
24,
2749,
6500,
22,
36,
8298,
35,
940,
5777,
3104,
37988,
33,
22572,
37,
3695,
38819,
3838,
2780,
3270,
20666,
32,
3459,
2682,
26009,
20,
37,
3510,
4851,
1600,
201,
198,
220,
220,
220,
275,
1,
2998,
3324,
3838,
16,
33,
4869,
26492,
2885,
5999,
2167,
10535,
2920,
34229,
36,
2598,
14242,
3682,
1899,
6469,
1600,
201,
198,
8,
201,
198,
70,
62,
4749,
62,
7890,
796,
40481,
82,
13,
12501,
1098,
7,
65,
1,
1911,
22179,
7,
70,
62,
4749,
62,
7890,
62,
292,
979,
72,
828,
705,
33095,
11537,
201,
198,
201,
198
] | 1.657931 | 1,450 |
import torch
from torch.autograd import Variable
import torch.nn as nn
from scipy.stats import special_ortho_group
| [
11748,
28034,
198,
6738,
28034,
13,
2306,
519,
6335,
1330,
35748,
198,
11748,
28034,
13,
20471,
355,
299,
77,
198,
6738,
629,
541,
88,
13,
34242,
1330,
2041,
62,
1506,
78,
62,
8094,
628,
198
] | 3.342857 | 35 |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#---------------------------------------------------------------------------------
#
# ,--.
# | |-. ,---. ,---. ,--.--.,--,--,
# | .-. '| .-. :| .-. || .--'| \
# | `-' |\ --.' '-' '| | | || |
# `---' `----' `---' `--' `--''--'
#
# file: drop_down_element
# desc: Drop Down Element
#
# This is the Drop Down Element for the Dialog system. This defines a
# drop down that will look like the following on screen:
#
# Drop Down [ line x of drop down ]
# >[ line y of drop down ]
# [ line z of drop down ]
#
# Extra Parameters:
# height = number of lines to display.
#
#
# author: Peter Antoine
# date: 08/01/2014
#---------------------------------------------------------------------------------
# Copyright (c) 2014 Peter Antoine
# All rights Reserved.
# Released Under the MIT Licence
#---------------------------------------------------------------------------------
from beorn_lib.dialog.text_dialog import TextDialog
from beorn_lib.dialog.base import DropDownElement
class TextDropDownElement(DropDownElement):
""" Drop Down Element
This defines the following element:
Drop Down [ line x of drop down ]
>[ line y of drop down ]
[ line z of drop down ]
This box will allow for a list of elements to be selected from.
The list is navigated by the up and down keys. The list will rotate
around the mid-point in the list.
Extra Parameters:
name type description
-------- ---------- -------------------------------------------------
height <number> The number of lines displayed in the drop box, it
not the number of elements in the drop down list.
items <list> NOT OPTIONAL. The list of elements for the list.
default <number> The element that has been selected.
"""
ELEMENT_TYPE = 'DropDown'
def bottomRight(self):
""" Bottom Right
This function will return the bottom right corner of the dialog.
"""
right = self.x + len(self.title) + 3 + self.width
bottom = self.y + self.height
return (right, bottom)
def getCursorPos(self):
""" Get Cursor Position
This function returns the cursor position relative to the start of
the screen.
"""
return (0, 0)
def handleKeyboardInput(self, keypress, screen):
""" Handle Keyboard Input
This function will handle the keyboard input to the element.
What it will do is add the keypress to the output, if the output
is at length then throw the keypress away. If the keypress is
allowed then the screen will be updated.
"""
redraw = False
if TextDialog.isSpecialKey(keypress):
if keypress == TextDialog.DIALOG_SPECIAL_KEYS_UP:
if self.current_line > 0:
self.current_line -= 1
redraw = True
elif keypress == TextDialog.DIALOG_SPECIAL_KEYS_DOWN:
if self.current_line < (len(self.contents) - 1):
self.current_line += 1
redraw = True
self.is_dirty = redraw
return (False, redraw)
def renderElement(self, screen):
""" Render Element
This function will render the drop down list.
"""
self.is_dirty = False
start_item = 0
if len(self.contents) < self.height:
# we dont need to scroll
selected_line = self.current_line
elif self.current_line > (len(self.contents) - self.height + 1):
# remains of the list are in the list
start_item = len(self.contents) - self.height
selected_line = self.current_line - start_item
elif self.current_line > (self.height / 2):
start_item = self.current_line - int (self.height / 2)
selected_line = self.current_line - start_item
else:
selected_line = self.current_line
# write title
for index, char in enumerate(self.title):
screen[self.y][self.x + index] = char
# write the lines in the drop down
for line in range(0, self.height):
box_start = self.x + len(self.title) + 1
# draw markers
screen[self.y + line][box_start] = '['
if line == selected_line:
screen[self.y + line][box_start - 1] = '>'
else:
screen[self.y + line][box_start - 1] = ' '
screen[self.y + line][box_start + 1 + self.width] = ']'
# adjust box start to skip border
box_start += 1
if (line + start_item) < len(self.contents):
# write the text to the screen buffer
for index in range(self.width):
if index < len(self.contents[line + start_item]):
screen[self.y + line][box_start + index] = self.contents[line + start_item][index]
else:
screen[self.y + line][box_start + index] = ' '
else:
for index in range(self.width):
screen[self.y + line][box_start + index] = ' '
def getValue(self):
""" Get Value
This function returns value from the Element.
"""
return (self.name, self.current_line)
# vim: ts=4 sw=4 noexpandtab nocin ai
| [
2,
48443,
14629,
14,
8800,
14,
24330,
21015,
198,
2,
532,
9,
12,
19617,
25,
3384,
69,
12,
23,
532,
9,
12,
198,
2,
10097,
1783,
12,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
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,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
837,
438,
13,
220,
220,
220,
220,
220,
220,
220,
220,
220,
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,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
930,
220,
930,
34507,
220,
837,
6329,
13,
220,
837,
6329,
13,
837,
438,
9816,
1539,
438,
11,
438,
11,
220,
220,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
930,
764,
34507,
705,
91,
764,
34507,
1058,
91,
764,
34507,
8614,
220,
764,
438,
6,
91,
220,
220,
220,
220,
220,
3467,
220,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
930,
4600,
19355,
930,
59,
220,
220,
1377,
2637,
705,
19355,
705,
91,
220,
930,
220,
220,
930,
220,
8614,
220,
930,
220,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4600,
6329,
6,
220,
4600,
650,
6,
4600,
6329,
6,
4600,
438,
6,
220,
220,
4600,
438,
7061,
438,
6,
220,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
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,
2,
220,
220,
220,
2393,
25,
4268,
62,
2902,
62,
30854,
198,
2,
220,
220,
220,
1715,
25,
14258,
5588,
11703,
198,
2,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
770,
318,
262,
14258,
5588,
11703,
329,
262,
21269,
519,
1080,
13,
770,
15738,
257,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4268,
866,
326,
481,
804,
588,
262,
1708,
319,
3159,
25,
198,
2,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
14258,
5588,
685,
1627,
2124,
286,
4268,
866,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2361,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1875,
58,
1627,
331,
286,
4268,
866,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2361,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
1627,
1976,
286,
4268,
866,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2361,
198,
2,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17221,
40117,
25,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
197,
17015,
796,
1271,
286,
3951,
284,
3359,
13,
198,
2,
198,
2,
198,
2,
220,
1772,
25,
5613,
3738,
42722,
198,
2,
220,
220,
220,
3128,
25,
8487,
14,
486,
14,
4967,
198,
2,
10097,
1783,
12,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15069,
357,
66,
8,
1946,
5613,
3738,
42722,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1439,
2489,
33876,
13,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
28728,
4698,
262,
17168,
10483,
594,
198,
2,
10097,
1783,
12,
198,
198,
6738,
307,
1211,
62,
8019,
13,
38969,
519,
13,
5239,
62,
38969,
519,
1330,
8255,
44204,
198,
6738,
307,
1211,
62,
8019,
13,
38969,
519,
13,
8692,
1330,
14258,
8048,
20180,
198,
198,
4871,
8255,
26932,
8048,
20180,
7,
26932,
8048,
20180,
2599,
198,
197,
37811,
14258,
5588,
11703,
628,
197,
197,
1212,
15738,
262,
1708,
5002,
25,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
14258,
5588,
685,
1627,
2124,
286,
4268,
866,
220,
220,
220,
220,
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,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1875,
58,
1627,
331,
286,
4268,
866,
220,
220,
220,
220,
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,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
1627,
1976,
286,
4268,
866,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2361,
628,
197,
197,
1212,
3091,
481,
1249,
329,
257,
1351,
286,
4847,
284,
307,
6163,
422,
13,
628,
197,
197,
464,
1351,
318,
20436,
515,
416,
262,
510,
290,
866,
8251,
13,
383,
1351,
481,
23064,
198,
197,
197,
14145,
262,
3095,
12,
4122,
287,
262,
1351,
13,
628,
198,
197,
197,
27726,
40117,
25,
198,
197,
197,
1438,
220,
220,
220,
220,
2099,
220,
220,
220,
220,
220,
220,
6764,
198,
197,
197,
24200,
24200,
438,
20368,
1783,
12,
198,
197,
197,
6001,
220,
220,
1279,
17618,
29,
220,
220,
383,
1271,
286,
3951,
9066,
287,
262,
4268,
3091,
11,
340,
198,
197,
197,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
407,
262,
1271,
286,
4847,
287,
262,
4268,
866,
1351,
13,
628,
197,
197,
3709,
220,
220,
220,
1279,
4868,
29,
197,
5626,
39852,
2849,
1847,
13,
383,
1351,
286,
4847,
329,
262,
1351,
13,
628,
197,
197,
4277,
220,
1279,
17618,
29,
220,
220,
383,
5002,
326,
468,
587,
6163,
13,
198,
197,
37811,
628,
197,
36,
2538,
10979,
62,
25216,
796,
705,
26932,
8048,
6,
628,
197,
4299,
4220,
11028,
7,
944,
2599,
198,
197,
197,
37811,
24530,
6498,
628,
197,
197,
197,
1212,
2163,
481,
1441,
262,
4220,
826,
5228,
286,
262,
17310,
13,
198,
197,
197,
37811,
198,
197,
197,
3506,
796,
2116,
13,
87,
1343,
18896,
7,
944,
13,
7839,
8,
1343,
513,
1343,
2116,
13,
10394,
198,
197,
197,
22487,
796,
2116,
13,
88,
1343,
2116,
13,
17015,
628,
197,
197,
7783,
357,
3506,
11,
4220,
8,
628,
197,
4299,
651,
34,
21471,
21604,
7,
944,
2599,
198,
197,
197,
37811,
3497,
327,
21471,
23158,
628,
197,
197,
197,
1212,
2163,
5860,
262,
23493,
2292,
3585,
284,
262,
923,
286,
198,
197,
197,
197,
1169,
3159,
13,
198,
197,
197,
37811,
198,
197,
197,
7783,
357,
15,
11,
657,
8,
628,
197,
4299,
5412,
9218,
3526,
20560,
7,
944,
11,
1994,
8439,
11,
3159,
2599,
198,
197,
197,
37811,
33141,
31973,
23412,
628,
197,
197,
197,
1212,
2163,
481,
5412,
262,
10586,
5128,
284,
262,
5002,
13,
628,
197,
197,
197,
2061,
340,
481,
466,
318,
751,
262,
1994,
8439,
284,
262,
5072,
11,
611,
262,
5072,
198,
197,
197,
197,
271,
379,
4129,
788,
3714,
262,
1994,
8439,
1497,
13,
1002,
262,
1994,
8439,
318,
198,
197,
197,
197,
40845,
788,
262,
3159,
481,
307,
6153,
13,
198,
197,
197,
37811,
198,
197,
197,
445,
1831,
796,
10352,
628,
197,
197,
361,
8255,
44204,
13,
39714,
9218,
7,
2539,
8439,
2599,
198,
197,
197,
197,
361,
1994,
8439,
6624,
8255,
44204,
13,
35,
12576,
7730,
62,
48451,
12576,
62,
7336,
16309,
62,
8577,
25,
198,
197,
197,
197,
197,
361,
2116,
13,
14421,
62,
1370,
1875,
657,
25,
198,
197,
197,
197,
197,
197,
944,
13,
14421,
62,
1370,
48185,
352,
198,
197,
197,
197,
197,
197,
445,
1831,
796,
6407,
628,
197,
197,
197,
417,
361,
1994,
8439,
6624,
8255,
44204,
13,
35,
12576,
7730,
62,
48451,
12576,
62,
7336,
16309,
62,
41925,
25,
198,
197,
197,
197,
197,
361,
2116,
13,
14421,
62,
1370,
1279,
357,
11925,
7,
944,
13,
3642,
658,
8,
532,
352,
2599,
198,
197,
197,
197,
197,
197,
944,
13,
14421,
62,
1370,
15853,
352,
198,
197,
197,
197,
197,
197,
445,
1831,
796,
6407,
628,
197,
197,
944,
13,
271,
62,
49075,
796,
2266,
1831,
628,
197,
197,
7783,
357,
25101,
11,
2266,
1831,
8,
628,
197,
4299,
8543,
20180,
7,
944,
11,
3159,
2599,
198,
197,
197,
37811,
46722,
11703,
628,
197,
197,
197,
1212,
2163,
481,
8543,
262,
4268,
866,
1351,
13,
198,
197,
197,
37811,
198,
197,
197,
944,
13,
271,
62,
49075,
796,
10352,
198,
197,
197,
9688,
62,
9186,
796,
657,
628,
197,
197,
361,
18896,
7,
944,
13,
3642,
658,
8,
1279,
2116,
13,
17015,
25,
198,
197,
197,
197,
2,
356,
17666,
761,
284,
10743,
198,
197,
197,
197,
34213,
62,
1370,
796,
2116,
13,
14421,
62,
1370,
628,
197,
197,
417,
361,
2116,
13,
14421,
62,
1370,
1875,
357,
11925,
7,
944,
13,
3642,
658,
8,
532,
2116,
13,
17015,
1343,
352,
2599,
198,
197,
197,
197,
2,
3793,
286,
262,
1351,
389,
287,
262,
1351,
198,
197,
197,
197,
9688,
62,
9186,
220,
220,
220,
796,
18896,
7,
944,
13,
3642,
658,
8,
532,
2116,
13,
17015,
198,
197,
197,
197,
34213,
62,
1370,
796,
2116,
13,
14421,
62,
1370,
532,
923,
62,
9186,
628,
197,
197,
417,
361,
2116,
13,
14421,
62,
1370,
1875,
357,
944,
13,
17015,
1220,
362,
2599,
198,
197,
197,
197,
9688,
62,
9186,
220,
220,
220,
796,
2116,
13,
14421,
62,
1370,
532,
493,
357,
944,
13,
17015,
1220,
362,
8,
198,
197,
197,
197,
34213,
62,
1370,
796,
2116,
13,
14421,
62,
1370,
532,
923,
62,
9186,
628,
197,
197,
17772,
25,
198,
197,
197,
197,
34213,
62,
1370,
796,
2116,
13,
14421,
62,
1370,
628,
197,
197,
2,
3551,
3670,
198,
197,
197,
1640,
6376,
11,
1149,
287,
27056,
378,
7,
944,
13,
7839,
2599,
198,
197,
197,
197,
9612,
58,
944,
13,
88,
7131,
944,
13,
87,
1343,
6376,
60,
796,
1149,
628,
197,
197,
2,
3551,
262,
3951,
287,
262,
4268,
866,
198,
197,
197,
1640,
1627,
287,
2837,
7,
15,
11,
2116,
13,
17015,
2599,
198,
197,
197,
197,
3524,
62,
9688,
796,
2116,
13,
87,
1343,
18896,
7,
944,
13,
7839,
8,
1343,
352,
628,
197,
197,
197,
2,
3197,
19736,
198,
197,
197,
197,
9612,
58,
944,
13,
88,
1343,
1627,
7131,
3524,
62,
9688,
60,
796,
705,
17816,
628,
197,
197,
197,
361,
1627,
6624,
6163,
62,
1370,
25,
198,
197,
197,
197,
197,
9612,
58,
944,
13,
88,
1343,
1627,
7131,
3524,
62,
9688,
532,
352,
60,
796,
705,
29,
6,
198,
197,
197,
197,
17772,
25,
198,
197,
197,
197,
197,
9612,
58,
944,
13,
88,
1343,
1627,
7131,
3524,
62,
9688,
532,
352,
60,
796,
705,
705,
628,
197,
197,
197,
9612,
58,
944,
13,
88,
1343,
1627,
7131,
3524,
62,
9688,
1343,
352,
1343,
2116,
13,
10394,
60,
796,
705,
49946,
628,
197,
197,
197,
2,
4532,
3091,
923,
284,
14267,
4865,
198,
197,
197,
197,
3524,
62,
9688,
15853,
352,
628,
197,
197,
197,
361,
357,
1370,
1343,
923,
62,
9186,
8,
1279,
18896,
7,
944,
13,
3642,
658,
2599,
198,
197,
197,
197,
197,
2,
3551,
262,
2420,
284,
262,
3159,
11876,
198,
197,
197,
197,
197,
1640,
6376,
287,
2837,
7,
944,
13,
10394,
2599,
198,
197,
197,
197,
197,
197,
361,
6376,
1279,
18896,
7,
944,
13,
3642,
658,
58,
1370,
1343,
923,
62,
9186,
60,
2599,
198,
197,
197,
197,
197,
197,
197,
9612,
58,
944,
13,
88,
1343,
1627,
7131,
3524,
62,
9688,
1343,
6376,
60,
796,
2116,
13,
3642,
658,
58,
1370,
1343,
923,
62,
9186,
7131,
9630,
60,
198,
197,
197,
197,
197,
197,
17772,
25,
198,
197,
197,
197,
197,
197,
197,
9612,
58,
944,
13,
88,
1343,
1627,
7131,
3524,
62,
9688,
1343,
6376,
60,
796,
705,
705,
198,
197,
197,
197,
17772,
25,
198,
197,
197,
197,
197,
1640,
6376,
287,
2837,
7,
944,
13,
10394,
2599,
198,
197,
197,
197,
197,
197,
9612,
58,
944,
13,
88,
1343,
1627,
7131,
3524,
62,
9688,
1343,
6376,
60,
796,
705,
705,
628,
197,
4299,
651,
11395,
7,
944,
2599,
198,
197,
197,
37811,
3497,
11052,
628,
197,
197,
197,
1212,
2163,
5860,
1988,
422,
262,
11703,
13,
198,
197,
197,
37811,
198,
197,
197,
7783,
357,
944,
13,
3672,
11,
2116,
13,
14421,
62,
1370,
8,
198,
198,
2,
43907,
25,
40379,
28,
19,
1509,
28,
19,
645,
11201,
392,
8658,
299,
420,
259,
257,
72,
198
] | 2.395683 | 2,224 |
#!/usr/bin/python
# -*- coding: utf-8 -*-
"""
File : resource.py
Author : Zerui Qin
CreateDate : 2018-12-07 10:00:00
Note : 设备资源信息,POST
"""
from flask_restful import Resource
from flask_restful import fields
from flask_restful import marshal_with
from flask_restful import reqparse
from src.restfuls.apps.db_model import AgentResourceLogs
from src.restfuls.apps.db_model import db
from src.restfuls.utils import abort
from src.restfuls.utils.certify import Certify
class AgentResource(Resource):
"""
设备资源信息接口
"""
def __init__(self):
"""
初始化
"""
self.get_parser = reqparse.RequestParser(bundle_errors=True) # 参数解析失败提示所有错误
self.get_parser.add_argument('client_id', required=True, type=str, help='client_id required')
self.get_parser.add_argument('client_secret', required=True, type=str, help='client_secret required')
self.get_parser.add_argument('mac_addr', required=False, type=str)
self.get_parser.add_argument('page', required=True, type=int, help='page required')
self.post_parser = reqparse.RequestParser(bundle_errors=True)
self.post_parser.add_argument('mac_addr', required=True, type=str, help='mac_addr required')
self.post_parser.add_argument('access_token', required=True, type=str, help='access_token required')
self.post_parser.add_argument('cpu_percent', required=False, type=float)
self.post_parser.add_argument('cpu_count', required=False, type=int)
self.post_parser.add_argument('cpu_freq_current', required=False, type=float)
self.post_parser.add_argument('total_memory', required=False, type=int)
self.post_parser.add_argument('available_memory', required=False, type=int)
self.post_parser.add_argument('sensors_battery_percent', required=False, type=int)
self.post_parser.add_argument('boot_time', required=False, type=str)
self.post_parser.add_argument('create_time', required=True, type=str, help='create_time required')
self._PAGE_SIZE = 20
get_resp_template = {
'status': fields.Integer,
'state': fields.String,
'message': fields.Nested(
{'mac_addr': fields.String,
'cpu_percent': fields.Float,
'cpu_count': fields.Integer,
'cpu_freq_current': fields.Float,
'total_memory': fields.Integer,
'available_memory': fields.Integer,
'sensors_battery_percent': fields.Integer,
'boot_time': fields.String,
'create_time': fields.String}
)
}
post_resp_template = {
'status': fields.Integer,
'state': fields.String,
'message': fields.String
}
@marshal_with(get_resp_template)
def get(self):
"""
POST方法
:return:
"""
# 参数验证
args = self.get_parser.parse_args()
client_id = args.get('client_id')
client_secret = args.get('client_secret')
mac_addr = args.get('mac_addr')
page = args.get('page')
flag = Certify.certify_client(client_id, client_secret)
if flag == 1:
if mac_addr:
rt = db.session.query(AgentResourceLogs).filter_by(mac_addr=mac_addr).order_by(
AgentResourceLogs.create_time.desc()).limit(self._PAGE_SIZE).offset(
(page - 1) * self._PAGE_SIZE).all()
else:
rt = db.session.query(AgentResourceLogs).order_by(
AgentResourceLogs.create_time.desc()).limit(self._PAGE_SIZE).offset(
(page - 1) * self._PAGE_SIZE).all()
return {'status': '1', 'state': 'success', 'message': rt}
else:
msg = 'Access denied'
abort.abort_with_msg(403, flag, 'error', msg)
@marshal_with(post_resp_template)
def post(self):
"""
POST方法
:return:
"""
# 参数验证
args = self.post_parser.parse_args()
mac_addr = args.get('mac_addr') # mac_addr参数
access_token = args.get('access_token') # token参数
cpu_percent = args.get('cpu_percent') # cpu_percent参数
cpu_count = args.get('cpu_count') # cpu_count参数
cpu_freq_current = args.get('cpu_freq_current') # cpu_freq_current参数
total_memory = args.get('total_memory') # total_memory参数
available_memory = args.get('available_memory') # available_memory参数
sensors_battery_percent = args.get('sensors_battery_percent') # sensors_battery_percent参数
boot_time = args.get('boot_time') # boot_time参数
create_time = args.get('create_time') # create_time参数
flag = Certify.certify_agent(mac_addr, access_token)
if flag == 1:
row = AgentResourceLogs(mac_addr, cpu_percent, cpu_count, cpu_freq_current, total_memory, available_memory,
sensors_battery_percent, boot_time, create_time)
db.session.add(row) # 新增设备资源信息记录
db.session.commit()
return {'status': '1', 'state': 'success', 'message': 'Record added'}
else:
msg = 'Access denied'
abort.abort_with_msg(403, flag, 'error', msg)
| [
2,
48443,
14629,
14,
8800,
14,
29412,
198,
2,
532,
9,
12,
19617,
25,
3384,
69,
12,
23,
532,
9,
12,
198,
198,
37811,
198,
8979,
1058,
8271,
13,
9078,
198,
13838,
1058,
37028,
9019,
31482,
198,
16447,
10430,
1058,
2864,
12,
1065,
12,
2998,
838,
25,
405,
25,
405,
198,
6425,
1058,
5525,
106,
122,
13783,
229,
164,
113,
226,
162,
118,
238,
46479,
94,
162,
223,
107,
171,
120,
234,
32782,
198,
37811,
198,
198,
6738,
42903,
62,
2118,
913,
1330,
20857,
198,
6738,
42903,
62,
2118,
913,
1330,
7032,
198,
6738,
42903,
62,
2118,
913,
1330,
22397,
282,
62,
4480,
198,
6738,
42903,
62,
2118,
913,
1330,
43089,
29572,
198,
198,
6738,
12351,
13,
2118,
913,
82,
13,
18211,
13,
9945,
62,
19849,
1330,
15906,
26198,
11187,
82,
198,
6738,
12351,
13,
2118,
913,
82,
13,
18211,
13,
9945,
62,
19849,
1330,
20613,
198,
6738,
12351,
13,
2118,
913,
82,
13,
26791,
1330,
15614,
198,
6738,
12351,
13,
2118,
913,
82,
13,
26791,
13,
22583,
1958,
1330,
14965,
1958,
628,
198,
4871,
15906,
26198,
7,
26198,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
5525,
106,
122,
13783,
229,
164,
113,
226,
162,
118,
238,
46479,
94,
162,
223,
107,
162,
236,
98,
20998,
96,
198,
220,
220,
220,
37227,
628,
220,
220,
220,
825,
11593,
15003,
834,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
10263,
230,
251,
34650,
233,
44293,
244,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
1136,
62,
48610,
796,
43089,
29572,
13,
18453,
46677,
7,
65,
31249,
62,
48277,
28,
17821,
8,
220,
1303,
10263,
237,
224,
46763,
108,
164,
100,
96,
162,
252,
238,
13783,
109,
164,
112,
98,
162,
237,
238,
163,
97,
118,
33699,
222,
17312,
231,
165,
242,
247,
46237,
107,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
1136,
62,
48610,
13,
2860,
62,
49140,
10786,
16366,
62,
312,
3256,
2672,
28,
17821,
11,
2099,
28,
2536,
11,
1037,
11639,
16366,
62,
312,
2672,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
1136,
62,
48610,
13,
2860,
62,
49140,
10786,
16366,
62,
21078,
3256,
2672,
28,
17821,
11,
2099,
28,
2536,
11,
1037,
11639,
16366,
62,
21078,
2672,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
1136,
62,
48610,
13,
2860,
62,
49140,
10786,
20285,
62,
29851,
3256,
2672,
28,
25101,
11,
2099,
28,
2536,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
1136,
62,
48610,
13,
2860,
62,
49140,
10786,
7700,
3256,
2672,
28,
17821,
11,
2099,
28,
600,
11,
1037,
11639,
7700,
2672,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
7353,
62,
48610,
796,
43089,
29572,
13,
18453,
46677,
7,
65,
31249,
62,
48277,
28,
17821,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
7353,
62,
48610,
13,
2860,
62,
49140,
10786,
20285,
62,
29851,
3256,
2672,
28,
17821,
11,
2099,
28,
2536,
11,
1037,
11639,
20285,
62,
29851,
2672,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
7353,
62,
48610,
13,
2860,
62,
49140,
10786,
15526,
62,
30001,
3256,
2672,
28,
17821,
11,
2099,
28,
2536,
11,
1037,
11639,
15526,
62,
30001,
2672,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
7353,
62,
48610,
13,
2860,
62,
49140,
10786,
36166,
62,
25067,
3256,
2672,
28,
25101,
11,
2099,
28,
22468,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
7353,
62,
48610,
13,
2860,
62,
49140,
10786,
36166,
62,
9127,
3256,
2672,
28,
25101,
11,
2099,
28,
600,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
7353,
62,
48610,
13,
2860,
62,
49140,
10786,
36166,
62,
19503,
80,
62,
14421,
3256,
2672,
28,
25101,
11,
2099,
28,
22468,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
7353,
62,
48610,
13,
2860,
62,
49140,
10786,
23350,
62,
31673,
3256,
2672,
28,
25101,
11,
2099,
28,
600,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
7353,
62,
48610,
13,
2860,
62,
49140,
10786,
15182,
62,
31673,
3256,
2672,
28,
25101,
11,
2099,
28,
600,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
7353,
62,
48610,
13,
2860,
62,
49140,
10786,
82,
641,
669,
62,
65,
16296,
62,
25067,
3256,
2672,
28,
25101,
11,
2099,
28,
600,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
7353,
62,
48610,
13,
2860,
62,
49140,
10786,
18769,
62,
2435,
3256,
2672,
28,
25101,
11,
2099,
28,
2536,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
7353,
62,
48610,
13,
2860,
62,
49140,
10786,
17953,
62,
2435,
3256,
2672,
28,
17821,
11,
2099,
28,
2536,
11,
1037,
11639,
17953,
62,
2435,
2672,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
4537,
8264,
62,
33489,
796,
1160,
628,
220,
220,
220,
651,
62,
4363,
62,
28243,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
13376,
10354,
7032,
13,
46541,
11,
198,
220,
220,
220,
220,
220,
220,
220,
705,
5219,
10354,
7032,
13,
10100,
11,
198,
220,
220,
220,
220,
220,
220,
220,
705,
20500,
10354,
7032,
13,
45,
7287,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1391,
6,
20285,
62,
29851,
10354,
7032,
13,
10100,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
36166,
62,
25067,
10354,
7032,
13,
43879,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
36166,
62,
9127,
10354,
7032,
13,
46541,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
36166,
62,
19503,
80,
62,
14421,
10354,
7032,
13,
43879,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
23350,
62,
31673,
10354,
7032,
13,
46541,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
15182,
62,
31673,
10354,
7032,
13,
46541,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
82,
641,
669,
62,
65,
16296,
62,
25067,
10354,
7032,
13,
46541,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
18769,
62,
2435,
10354,
7032,
13,
10100,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
17953,
62,
2435,
10354,
7032,
13,
10100,
92,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
1782,
628,
220,
220,
220,
1281,
62,
4363,
62,
28243,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
13376,
10354,
7032,
13,
46541,
11,
198,
220,
220,
220,
220,
220,
220,
220,
705,
5219,
10354,
7032,
13,
10100,
11,
198,
220,
220,
220,
220,
220,
220,
220,
705,
20500,
10354,
7032,
13,
10100,
198,
220,
220,
220,
1782,
628,
220,
220,
220,
2488,
76,
5406,
282,
62,
4480,
7,
1136,
62,
4363,
62,
28243,
8,
198,
220,
220,
220,
825,
651,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
24582,
43095,
37345,
243,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
10263,
237,
224,
46763,
108,
165,
103,
234,
46237,
223,
198,
220,
220,
220,
220,
220,
220,
220,
26498,
796,
2116,
13,
1136,
62,
48610,
13,
29572,
62,
22046,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
5456,
62,
312,
796,
26498,
13,
1136,
10786,
16366,
62,
312,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
5456,
62,
21078,
796,
26498,
13,
1136,
10786,
16366,
62,
21078,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
8352,
62,
29851,
796,
26498,
13,
1136,
10786,
20285,
62,
29851,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
2443,
796,
26498,
13,
1136,
10786,
7700,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
6056,
796,
14965,
1958,
13,
22583,
1958,
62,
16366,
7,
16366,
62,
312,
11,
5456,
62,
21078,
8,
198,
220,
220,
220,
220,
220,
220,
220,
611,
6056,
6624,
352,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
8352,
62,
29851,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
374,
83,
796,
20613,
13,
29891,
13,
22766,
7,
36772,
26198,
11187,
82,
737,
24455,
62,
1525,
7,
20285,
62,
29851,
28,
20285,
62,
29851,
737,
2875,
62,
1525,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15906,
26198,
11187,
82,
13,
17953,
62,
2435,
13,
20147,
3419,
737,
32374,
7,
944,
13557,
4537,
8264,
62,
33489,
737,
28968,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
7700,
532,
352,
8,
1635,
2116,
13557,
4537,
8264,
62,
33489,
737,
439,
3419,
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,
374,
83,
796,
20613,
13,
29891,
13,
22766,
7,
36772,
26198,
11187,
82,
737,
2875,
62,
1525,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15906,
26198,
11187,
82,
13,
17953,
62,
2435,
13,
20147,
3419,
737,
32374,
7,
944,
13557,
4537,
8264,
62,
33489,
737,
28968,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
7700,
532,
352,
8,
1635,
2116,
13557,
4537,
8264,
62,
33489,
737,
439,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
1391,
6,
13376,
10354,
705,
16,
3256,
705,
5219,
10354,
705,
13138,
3256,
705,
20500,
10354,
374,
83,
92,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
31456,
796,
705,
15457,
6699,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15614,
13,
397,
419,
62,
4480,
62,
19662,
7,
31552,
11,
6056,
11,
705,
18224,
3256,
31456,
8,
628,
220,
220,
220,
2488,
76,
5406,
282,
62,
4480,
7,
7353,
62,
4363,
62,
28243,
8,
198,
220,
220,
220,
825,
1281,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
24582,
43095,
37345,
243,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
10263,
237,
224,
46763,
108,
165,
103,
234,
46237,
223,
198,
220,
220,
220,
220,
220,
220,
220,
26498,
796,
2116,
13,
7353,
62,
48610,
13,
29572,
62,
22046,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
8352,
62,
29851,
796,
26498,
13,
1136,
10786,
20285,
62,
29851,
11537,
220,
1303,
8352,
62,
29851,
20998,
224,
46763,
108,
198,
220,
220,
220,
220,
220,
220,
220,
1895,
62,
30001,
796,
26498,
13,
1136,
10786,
15526,
62,
30001,
11537,
220,
1303,
11241,
20998,
224,
46763,
108,
198,
220,
220,
220,
220,
220,
220,
220,
42804,
62,
25067,
796,
26498,
13,
1136,
10786,
36166,
62,
25067,
11537,
220,
1303,
42804,
62,
25067,
20998,
224,
46763,
108,
198,
220,
220,
220,
220,
220,
220,
220,
42804,
62,
9127,
796,
26498,
13,
1136,
10786,
36166,
62,
9127,
11537,
220,
1303,
42804,
62,
9127,
20998,
224,
46763,
108,
198,
220,
220,
220,
220,
220,
220,
220,
42804,
62,
19503,
80,
62,
14421,
796,
26498,
13,
1136,
10786,
36166,
62,
19503,
80,
62,
14421,
11537,
220,
1303,
42804,
62,
19503,
80,
62,
14421,
20998,
224,
46763,
108,
198,
220,
220,
220,
220,
220,
220,
220,
2472,
62,
31673,
796,
26498,
13,
1136,
10786,
23350,
62,
31673,
11537,
220,
1303,
2472,
62,
31673,
20998,
224,
46763,
108,
198,
220,
220,
220,
220,
220,
220,
220,
1695,
62,
31673,
796,
26498,
13,
1136,
10786,
15182,
62,
31673,
11537,
220,
1303,
1695,
62,
31673,
20998,
224,
46763,
108,
198,
220,
220,
220,
220,
220,
220,
220,
15736,
62,
65,
16296,
62,
25067,
796,
26498,
13,
1136,
10786,
82,
641,
669,
62,
65,
16296,
62,
25067,
11537,
220,
1303,
15736,
62,
65,
16296,
62,
25067,
20998,
224,
46763,
108,
198,
220,
220,
220,
220,
220,
220,
220,
6297,
62,
2435,
796,
26498,
13,
1136,
10786,
18769,
62,
2435,
11537,
220,
1303,
6297,
62,
2435,
20998,
224,
46763,
108,
198,
220,
220,
220,
220,
220,
220,
220,
2251,
62,
2435,
796,
26498,
13,
1136,
10786,
17953,
62,
2435,
11537,
220,
1303,
2251,
62,
2435,
20998,
224,
46763,
108,
628,
220,
220,
220,
220,
220,
220,
220,
6056,
796,
14965,
1958,
13,
22583,
1958,
62,
25781,
7,
20285,
62,
29851,
11,
1895,
62,
30001,
8,
198,
220,
220,
220,
220,
220,
220,
220,
611,
6056,
6624,
352,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5752,
796,
15906,
26198,
11187,
82,
7,
20285,
62,
29851,
11,
42804,
62,
25067,
11,
42804,
62,
9127,
11,
42804,
62,
19503,
80,
62,
14421,
11,
2472,
62,
31673,
11,
1695,
62,
31673,
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,
15736,
62,
65,
16296,
62,
25067,
11,
6297,
62,
2435,
11,
2251,
62,
2435,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
20613,
13,
29891,
13,
2860,
7,
808,
8,
220,
1303,
10545,
244,
108,
161,
95,
252,
164,
106,
122,
13783,
229,
164,
113,
226,
162,
118,
238,
46479,
94,
162,
223,
107,
164,
106,
108,
37605,
243,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
20613,
13,
29891,
13,
41509,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
1391,
6,
13376,
10354,
705,
16,
3256,
705,
5219,
10354,
705,
13138,
3256,
705,
20500,
10354,
705,
23739,
2087,
6,
92,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
31456,
796,
705,
15457,
6699,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15614,
13,
397,
419,
62,
4480,
62,
19662,
7,
31552,
11,
6056,
11,
705,
18224,
3256,
31456,
8,
198
] | 2.131675 | 2,453 |
import sys
import pytest
from draconic.exceptions import *
class TestOperations:
"""
Tests the operations with a custom handler:
ast.Add: self._safe_add,
ast.Sub: self._safe_sub,
ast.Mult: self._safe_mult,
ast.Pow: self._safe_power,
ast.LShift: self._safe_lshift,
"""
| [
11748,
25064,
198,
198,
11748,
12972,
9288,
198,
198,
6738,
27733,
291,
13,
1069,
11755,
1330,
1635,
628,
628,
628,
198,
4871,
6208,
18843,
602,
25,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
30307,
262,
4560,
351,
257,
2183,
21360,
25,
628,
220,
220,
220,
6468,
13,
4550,
25,
2116,
13557,
21230,
62,
2860,
11,
198,
220,
220,
220,
6468,
13,
7004,
25,
2116,
13557,
21230,
62,
7266,
11,
198,
220,
220,
220,
6468,
13,
15205,
25,
2116,
13557,
21230,
62,
16680,
11,
198,
220,
220,
220,
6468,
13,
47,
322,
25,
2116,
13557,
21230,
62,
6477,
11,
198,
220,
220,
220,
6468,
13,
43,
33377,
25,
2116,
13557,
21230,
62,
75,
30846,
11,
198,
220,
220,
220,
37227,
628,
628
] | 2.536585 | 123 |
import abc
from dataclasses import dataclass
from datetime import date, datetime, timedelta, timezone
import time
from typing import List, Optional
import asyncio
from github import Github
import pytz
import httpx
import gidgethub.httpx
import matplotlib.pyplot as plt
from bokeh.plotting import figure, output_file, show, save
from bokeh.embed import components
from bokeh.models import HoverTool, Range1d, Title
from bokeh.io import output_notebook
plt.style.use('seaborn-whitegrid')
@dataclass
@dataclass
def get_members(owner:str, repo:str, token:str) -> set:
"""
Get the team members for a repo that have push or admin rights. This is not
public so if you are not in such a team (probably with admin rights) this will fail.
I haven't found a good way to use the GraphQL API for this so still uses REST API.
"""
g = Github(token)
ghrepo = g.get_repo(f'{owner}/{repo}')
rtn = set()
try:
for team in ghrepo.get_teams():
if team.permission not in ["push", "admin"]:
continue
try:
for member in team.get_members():
rtn.add(member.login)
except Exception:
pass
except Exception:
print(f"Couldn't get teams for repo {owner}/{repo}")
return rtn
issues_query = """
query ($owner: String!, $repo: String!, $cursor: String, $chunk: Int) {
rateLimit {
remaining
cost
resetAt
}
repository(owner: $owner, name: $repo) {
issues(states: [OPEN], first: $chunk, after: $cursor) {
totalCount
pageInfo {
endCursor
hasNextPage
}
nodes {
number
title
createdAt
closedAt
author {
login
}
timelineItems(
first: 100
itemTypes: [LABELED_EVENT, UNLABELED_EVENT, ISSUE_COMMENT]
) {
nodes {
__typename
... on LabeledEvent {
label {
name
}
actor {
login
}
createdAt
}
... on UnlabeledEvent {
label {
name
}
actor {
login
}
createdAt
}
... on IssueComment {
author {
login
}
createdAt
lastEditedAt
}
... on AssignedEvent {
assignee {
... on User {
login
}
}
createdAt
}
... on UnassignedEvent {
assignee {
... on User {
login
}
}
createdAt
}
}
}
}
}
}
}
"""
utc=pytz.UTC
| [
11748,
450,
66,
198,
6738,
4818,
330,
28958,
1330,
4818,
330,
31172,
198,
6738,
4818,
8079,
1330,
3128,
11,
4818,
8079,
11,
28805,
12514,
11,
640,
11340,
198,
11748,
640,
198,
6738,
19720,
1330,
7343,
11,
32233,
198,
11748,
30351,
952,
198,
6738,
33084,
1330,
38994,
198,
11748,
12972,
22877,
198,
11748,
2638,
87,
198,
11748,
308,
17484,
40140,
13,
4023,
87,
198,
11748,
2603,
29487,
8019,
13,
9078,
29487,
355,
458,
83,
198,
6738,
1489,
365,
71,
13,
29487,
889,
1330,
3785,
11,
5072,
62,
7753,
11,
905,
11,
3613,
198,
6738,
1489,
365,
71,
13,
20521,
1330,
6805,
198,
6738,
1489,
365,
71,
13,
27530,
1330,
38452,
25391,
11,
13667,
16,
67,
11,
11851,
198,
6738,
1489,
365,
71,
13,
952,
1330,
5072,
62,
11295,
2070,
628,
198,
489,
83,
13,
7635,
13,
1904,
10786,
325,
397,
1211,
12,
11186,
25928,
11537,
628,
198,
31,
19608,
330,
31172,
198,
220,
220,
220,
220,
220,
220,
220,
220,
198,
198,
31,
19608,
330,
31172,
628,
198,
4299,
651,
62,
30814,
7,
18403,
25,
2536,
11,
29924,
25,
2536,
11,
11241,
25,
2536,
8,
4613,
900,
25,
198,
220,
220,
220,
37227,
220,
198,
220,
220,
220,
3497,
262,
1074,
1866,
329,
257,
29924,
326,
423,
4574,
393,
13169,
2489,
13,
770,
318,
407,
198,
220,
220,
220,
1171,
523,
611,
345,
389,
407,
287,
884,
257,
1074,
357,
26949,
351,
13169,
2489,
8,
428,
481,
2038,
13,
198,
220,
220,
220,
314,
4398,
470,
1043,
257,
922,
835,
284,
779,
262,
29681,
9711,
7824,
329,
428,
523,
991,
3544,
30617,
7824,
13,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
308,
796,
38994,
7,
30001,
8,
198,
220,
220,
220,
24997,
260,
7501,
796,
308,
13,
1136,
62,
260,
7501,
7,
69,
6,
90,
18403,
92,
14,
90,
260,
7501,
92,
11537,
220,
220,
220,
220,
198,
220,
220,
220,
374,
34106,
796,
900,
3419,
198,
220,
220,
220,
1949,
25,
198,
220,
220,
220,
220,
220,
220,
220,
329,
1074,
287,
24997,
260,
7501,
13,
1136,
62,
660,
4105,
33529,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1074,
13,
525,
3411,
407,
287,
14631,
14689,
1600,
366,
28482,
1,
5974,
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,
1949,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
2888,
287,
1074,
13,
1136,
62,
30814,
33529,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
374,
34106,
13,
2860,
7,
19522,
13,
38235,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2845,
35528,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1208,
198,
220,
220,
220,
2845,
35528,
25,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
7,
69,
1,
23722,
77,
470,
651,
3466,
329,
29924,
1391,
18403,
92,
14,
90,
260,
7501,
92,
4943,
220,
198,
220,
220,
220,
1441,
374,
34106,
628,
198,
37165,
62,
22766,
796,
37227,
198,
22766,
7198,
18403,
25,
10903,
28265,
720,
260,
7501,
25,
10903,
28265,
720,
66,
21471,
25,
10903,
11,
720,
354,
2954,
25,
2558,
8,
1391,
198,
220,
2494,
39184,
1391,
198,
220,
220,
220,
5637,
198,
220,
220,
220,
1575,
198,
220,
220,
220,
13259,
2953,
198,
220,
1782,
198,
220,
16099,
7,
18403,
25,
720,
18403,
11,
1438,
25,
720,
260,
7501,
8,
1391,
198,
220,
220,
220,
2428,
7,
27219,
25,
685,
3185,
1677,
4357,
717,
25,
720,
354,
2954,
11,
706,
25,
720,
66,
21471,
8,
1391,
198,
220,
220,
220,
220,
220,
2472,
12332,
198,
220,
220,
220,
220,
220,
2443,
12360,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
886,
34,
21471,
198,
220,
220,
220,
220,
220,
220,
220,
468,
10019,
9876,
198,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
13760,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
1271,
198,
220,
220,
220,
220,
220,
220,
220,
3670,
198,
220,
220,
220,
220,
220,
220,
220,
2727,
2953,
198,
220,
220,
220,
220,
220,
220,
220,
4838,
2953,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
1772,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17594,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
15264,
23022,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
717,
25,
1802,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2378,
31431,
25,
685,
48780,
3698,
1961,
62,
20114,
3525,
11,
4725,
48780,
3698,
1961,
62,
20114,
3525,
11,
33805,
8924,
62,
9858,
10979,
60,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13760,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11593,
774,
3617,
480,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2644,
319,
3498,
18449,
9237,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6167,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8674,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17594,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2727,
2953,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2644,
319,
791,
18242,
276,
9237,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6167,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8674,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17594,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2727,
2953,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2644,
319,
18232,
21357,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1772,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17594,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2727,
2953,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
938,
45882,
2953,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2644,
319,
2195,
3916,
9237,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8333,
1453,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2644,
319,
11787,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17594,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2727,
2953,
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,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2644,
319,
791,
562,
3916,
9237,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8333,
1453,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2644,
319,
11787,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17594,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2727,
2953,
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,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
1782,
198,
220,
1782,
198,
92,
198,
37811,
198,
198,
315,
66,
28,
9078,
22877,
13,
17429,
628,
628,
628,
628,
628,
198,
220,
220,
220,
220,
628,
628,
628,
628,
628
] | 1.847059 | 1,615 |
from investing_algorithm_framework import Position
from tests.resources import TestBase
| [
6738,
14771,
62,
282,
42289,
62,
30604,
1330,
23158,
198,
6738,
5254,
13,
37540,
1330,
6208,
14881,
628
] | 4.944444 | 18 |
import cv2
import numpy
from os import path, walk, listdir, makedirs
from __config__ import *
face_detector = cv2.CascadeClassifier(CASCADE_FILE)
face_recognizer = cv2.face.LBPHFaceRecognizer_create()
# build dataset for face recognizer
# train face recognizer
print("building...")
build()
print("training...")
train()
print("done...") | [
11748,
269,
85,
17,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
11748,
299,
32152,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
6738,
28686,
1330,
3108,
11,
2513,
11,
1351,
15908,
11,
285,
4335,
17062,
220,
198,
6738,
11593,
11250,
834,
1330,
1635,
220,
220,
220,
220,
220,
628,
198,
2550,
62,
15255,
9250,
796,
269,
85,
17,
13,
34,
28966,
9487,
7483,
7,
34,
42643,
19266,
62,
25664,
8,
198,
2550,
62,
26243,
7509,
796,
269,
85,
17,
13,
2550,
13,
30501,
11909,
32388,
6690,
2360,
7509,
62,
17953,
3419,
198,
198,
2,
1382,
27039,
329,
1986,
3018,
7509,
628,
198,
2,
4512,
1986,
3018,
7509,
628,
198,
4798,
7203,
16894,
9313,
8,
198,
11249,
3419,
198,
4798,
7203,
34409,
9313,
8,
198,
27432,
3419,
198,
4798,
7203,
28060,
9313,
8
] | 2.487013 | 154 |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
CIE Lab Colourspace
===================
Defines the *CIE Lab* colourspace transformations:
- :func:`XYZ_to_Lab`
- :func:`Lab_to_XYZ`
- :func:`Lab_to_LCHab`
- :func:`LCHab_to_Lab`
See Also
--------
`CIE Lab Colourspace IPython Notebook
<http://nbviewer.ipython.org/github/colour-science/colour-ipython/blob/master/notebooks/models/cie_lab.ipynb>`_ # noqa
References
----------
.. [1] http://en.wikipedia.org/wiki/Lab_color_space
(Last accessed 24 February 2014)
"""
from __future__ import division, unicode_literals
import math
import numpy as np
from colour.colorimetry import ILLUMINANTS
from colour.constants import CIE_E, CIE_K
from colour.models import xy_to_XYZ
__author__ = 'Colour Developers'
__copyright__ = 'Copyright (C) 2013 - 2014 - Colour Developers'
__license__ = 'New BSD License - http://opensource.org/licenses/BSD-3-Clause'
__maintainer__ = 'Colour Developers'
__email__ = '[email protected]'
__status__ = 'Production'
__all__ = ['XYZ_to_Lab',
'Lab_to_XYZ',
'Lab_to_LCHab',
'LCHab_to_Lab']
def XYZ_to_Lab(XYZ,
illuminant=ILLUMINANTS.get(
'CIE 1931 2 Degree Standard Observer').get('D50')):
"""
Converts from *CIE XYZ* colourspace to *CIE Lab* colourspace.
Parameters
----------
XYZ : array_like, (3,)
*CIE XYZ* colourspace matrix.
illuminant : array_like, optional
Reference *illuminant* chromaticity coordinates.
Returns
-------
ndarray, (3,)
*CIE Lab* colourspace matrix.
Notes
-----
- Input *CIE XYZ* is in domain [0, 1].
- Input *illuminant* chromaticity coordinates are in domain [0, 1].
- Output *Lightness* :math:`L^*` is in domain [0, 100].
References
----------
.. [2] http://www.brucelindbloom.com/Eqn_XYZ_to_Lab.html
(Last accessed 24 February 2014)
Examples
--------
>>> XYZ_to_Lab(np.array([0.92193107, 1, 1.03744246])) # doctest: +ELLIPSIS
array([ 100. , -7.4178784..., -15.8574210...])
"""
X, Y, Z = np.ravel(XYZ)
Xr, Yr, Zr = np.ravel(xy_to_XYZ(illuminant))
xr = X / Xr
yr = Y / Yr
zr = Z / Zr
fx = xr ** (1 / 3) if xr > CIE_E else (CIE_K * xr + 16) / 116
fy = yr ** (1 / 3) if yr > CIE_E else (CIE_K * yr + 16) / 116
fz = zr ** (1 / 3) if zr > CIE_E else (CIE_K * zr + 16) / 116
L = 116 * fy - 16
a = 500 * (fx - fy)
b = 200 * (fy - fz)
return np.array([L, a, b])
def Lab_to_XYZ(Lab,
illuminant=ILLUMINANTS.get(
'CIE 1931 2 Degree Standard Observer').get('D50')):
"""
Converts from *CIE Lab* colourspace to *CIE XYZ* colourspace.
Parameters
----------
Lab : array_like, (3,)
*CIE Lab* colourspace matrix.
illuminant : array_like, optional
Reference *illuminant* chromaticity coordinates.
Returns
-------
ndarray, (3,)
*CIE XYZ* colourspace matrix.
Notes
-----
- Input *Lightness* :math:`L^*` is in domain [0, 100].
- Input *illuminant* chromaticity coordinates are in domain [0, 1].
- Output *CIE XYZ* colourspace matrix is in domain [0, 1].
References
----------
.. [3] http://www.brucelindbloom.com/Eqn_Lab_to_XYZ.html
(Last accessed 24 February 2014)
Examples
--------
>>> Lab = np.array([100, -7.41787844, -15.85742105])
>>> Lab_to_XYZ(Lab) # doctest: +ELLIPSIS
array([ 0.9219310..., 1. , 1.0374424...])
"""
L, a, b = np.ravel(Lab)
Xr, Yr, Zr = np.ravel(xy_to_XYZ(illuminant))
fy = (L + 16) / 116
fx = a / 500 + fy
fz = fy - b / 200
xr = fx ** 3 if fx ** 3 > CIE_E else (116 * fx - 16) / CIE_K
yr = ((L + 16) / 116) ** 3 if L > CIE_K * CIE_E else L / CIE_K
zr = fz ** 3 if fz ** 3 > CIE_E else (116 * fz - 16) / CIE_K
X = xr * Xr
Y = yr * Yr
Z = zr * Zr
return np.array([X, Y, Z])
def Lab_to_LCHab(Lab):
"""
Converts from *CIE Lab* colourspace to *CIE LCHab* colourspace.
Parameters
----------
Lab : array_like, (3,)
*CIE Lab* colourspace matrix.
Returns
-------
ndarray, (3,)
*CIE LCHab* colourspace matrix.
Notes
-----
- *Lightness* :math:`L^*` is in domain [0, 100].
References
----------
.. [4] http://www.brucelindbloom.com/Eqn_Lab_to_LCH.html
(Last accessed 24 February 2014)
Examples
--------
>>> Lab = np.array([100, -7.41787844, -15.85742105])
>>> Lab_to_LCHab(Lab) # doctest: +ELLIPSIS
array([ 100. , 17.5066479..., 244.9304684...])
"""
L, a, b = np.ravel(Lab)
H = 180 * math.atan2(b, a) / math.pi
if H < 0:
H += 360
return np.array([L, math.sqrt(a ** 2 + b ** 2), H])
def LCHab_to_Lab(LCHab):
"""
Converts from *CIE LCHab* colourspace to *CIE Lab* colourspace.
Parameters
----------
LCHab : array_like, (3,)
*CIE LCHab* colourspace matrix.
Returns
-------
ndarray, (3,)
*CIE Lab* colourspace matrix.
Notes
-----
- *Lightness* :math:`L^*` is in domain [0, 100].
References
----------
.. [5] http://www.brucelindbloom.com/Eqn_LCH_to_Lab.html
(Last accessed 24 February 2014)
Examples
--------
>>> LCHab = np.array([100, 17.50664796, 244.93046842])
>>> LCHab_to_Lab(LCHab) # doctest: +ELLIPSIS
array([ 100. , -7.4178784..., -15.8574210...])
"""
L, C, H = np.ravel(LCHab)
return np.array([L,
C * math.cos(math.radians(H)),
C * math.sin(math.radians(H))])
| [
2,
48443,
14629,
14,
8800,
14,
24330,
21015,
198,
2,
532,
9,
12,
19617,
25,
3384,
69,
12,
23,
532,
9,
12,
198,
198,
37811,
198,
34,
10008,
3498,
38773,
13200,
198,
4770,
18604,
198,
198,
7469,
1127,
262,
1635,
34,
10008,
3498,
9,
9568,
13200,
38226,
25,
198,
198,
12,
220,
220,
1058,
20786,
25,
63,
34278,
57,
62,
1462,
62,
17822,
63,
198,
12,
220,
220,
1058,
20786,
25,
63,
17822,
62,
1462,
62,
34278,
57,
63,
198,
12,
220,
220,
1058,
20786,
25,
63,
17822,
62,
1462,
62,
43,
3398,
397,
63,
198,
12,
220,
220,
1058,
20786,
25,
63,
43,
3398,
397,
62,
1462,
62,
17822,
63,
198,
198,
6214,
4418,
198,
982,
198,
63,
34,
10008,
3498,
38773,
13200,
6101,
7535,
5740,
2070,
198,
27,
4023,
1378,
46803,
1177,
263,
13,
541,
7535,
13,
2398,
14,
12567,
14,
49903,
12,
16801,
14,
49903,
12,
541,
7535,
14,
2436,
672,
14,
9866,
14,
11295,
12106,
14,
27530,
14,
66,
494,
62,
23912,
13,
541,
2047,
65,
29,
63,
62,
220,
1303,
645,
20402,
198,
198,
19927,
198,
35937,
198,
492,
685,
16,
60,
220,
2638,
1378,
268,
13,
31266,
13,
2398,
14,
15466,
14,
17822,
62,
8043,
62,
13200,
198,
220,
220,
220,
220,
220,
220,
220,
357,
5956,
17535,
1987,
3945,
1946,
8,
198,
37811,
198,
198,
6738,
11593,
37443,
834,
1330,
7297,
11,
28000,
1098,
62,
17201,
874,
198,
198,
11748,
10688,
198,
11748,
299,
32152,
355,
45941,
198,
198,
6738,
9568,
13,
8043,
320,
11973,
1330,
314,
3069,
5883,
1268,
1565,
4694,
198,
6738,
9568,
13,
9979,
1187,
1330,
327,
10008,
62,
36,
11,
327,
10008,
62,
42,
198,
6738,
9568,
13,
27530,
1330,
2124,
88,
62,
1462,
62,
34278,
57,
198,
198,
834,
9800,
834,
796,
705,
5216,
454,
34152,
6,
198,
834,
22163,
4766,
834,
796,
705,
15269,
357,
34,
8,
2211,
532,
1946,
532,
38773,
34152,
6,
198,
834,
43085,
834,
796,
705,
3791,
347,
10305,
13789,
532,
2638,
1378,
44813,
1668,
13,
2398,
14,
677,
4541,
14,
21800,
12,
18,
12,
2601,
682,
6,
198,
834,
76,
2913,
10613,
834,
796,
705,
5216,
454,
34152,
6,
198,
834,
12888,
834,
796,
705,
49903,
12,
16801,
31,
2188,
519,
1455,
14459,
13,
785,
6,
198,
834,
13376,
834,
796,
705,
35027,
6,
198,
198,
834,
439,
834,
796,
37250,
34278,
57,
62,
1462,
62,
17822,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
17822,
62,
1462,
62,
34278,
57,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
17822,
62,
1462,
62,
43,
3398,
397,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
43,
3398,
397,
62,
1462,
62,
17822,
20520,
628,
198,
4299,
41420,
57,
62,
1462,
62,
17822,
7,
34278,
57,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2801,
7230,
415,
28,
8267,
5883,
1268,
1565,
4694,
13,
1136,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
34,
10008,
34625,
362,
34486,
8997,
27058,
27691,
1136,
10786,
35,
1120,
11537,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
1482,
24040,
422,
1635,
34,
10008,
41420,
57,
9,
9568,
13200,
284,
1635,
34,
10008,
3498,
9,
9568,
13200,
13,
628,
220,
220,
220,
40117,
198,
220,
220,
220,
24200,
438,
198,
220,
220,
220,
41420,
57,
1058,
7177,
62,
2339,
11,
357,
18,
35751,
198,
220,
220,
220,
220,
220,
220,
220,
1635,
34,
10008,
41420,
57,
9,
9568,
13200,
17593,
13,
198,
220,
220,
220,
2801,
7230,
415,
1058,
7177,
62,
2339,
11,
11902,
198,
220,
220,
220,
220,
220,
220,
220,
20984,
1635,
359,
7230,
415,
9,
15358,
1512,
414,
22715,
13,
628,
220,
220,
220,
16409,
198,
220,
220,
220,
35656,
198,
220,
220,
220,
299,
67,
18747,
11,
357,
18,
35751,
198,
220,
220,
220,
220,
220,
220,
220,
1635,
34,
10008,
3498,
9,
9568,
13200,
17593,
13,
628,
220,
220,
220,
11822,
198,
220,
220,
220,
37404,
198,
220,
220,
220,
532,
220,
220,
23412,
1635,
34,
10008,
41420,
57,
9,
318,
287,
7386,
685,
15,
11,
352,
4083,
198,
220,
220,
220,
532,
220,
220,
23412,
1635,
359,
7230,
415,
9,
15358,
1512,
414,
22715,
389,
287,
7386,
685,
15,
11,
352,
4083,
198,
220,
220,
220,
532,
220,
220,
25235,
1635,
15047,
1108,
9,
1058,
11018,
25,
63,
43,
61,
9,
63,
318,
287,
7386,
685,
15,
11,
1802,
4083,
628,
220,
220,
220,
31458,
198,
220,
220,
220,
24200,
438,
198,
220,
220,
220,
11485,
685,
17,
60,
220,
2638,
1378,
2503,
13,
65,
622,
5276,
521,
2436,
4207,
13,
785,
14,
36,
80,
77,
62,
34278,
57,
62,
1462,
62,
17822,
13,
6494,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
5956,
17535,
1987,
3945,
1946,
8,
628,
220,
220,
220,
21066,
198,
220,
220,
220,
24200,
198,
220,
220,
220,
13163,
41420,
57,
62,
1462,
62,
17822,
7,
37659,
13,
18747,
26933,
15,
13,
5892,
24943,
15982,
11,
352,
11,
352,
13,
15,
2718,
2598,
26912,
60,
4008,
220,
1303,
10412,
395,
25,
1343,
23304,
47643,
1797,
198,
220,
220,
220,
7177,
26933,
1802,
13,
220,
220,
220,
220,
220,
220,
220,
837,
220,
220,
532,
22,
13,
19,
23188,
37688,
986,
11,
220,
532,
1314,
13,
23,
3553,
3682,
940,
986,
12962,
198,
220,
220,
220,
37227,
628,
220,
220,
220,
1395,
11,
575,
11,
1168,
796,
45941,
13,
25843,
7,
34278,
57,
8,
198,
220,
220,
220,
1395,
81,
11,
575,
81,
11,
1168,
81,
796,
45941,
13,
25843,
7,
5431,
62,
1462,
62,
34278,
57,
7,
359,
7230,
415,
4008,
628,
220,
220,
220,
2124,
81,
796,
1395,
1220,
1395,
81,
198,
220,
220,
220,
42635,
796,
575,
1220,
575,
81,
198,
220,
220,
220,
1976,
81,
796,
1168,
1220,
1168,
81,
628,
220,
220,
220,
277,
87,
796,
2124,
81,
12429,
357,
16,
1220,
513,
8,
611,
2124,
81,
1875,
327,
10008,
62,
36,
2073,
357,
34,
10008,
62,
42,
1635,
2124,
81,
1343,
1467,
8,
1220,
18693,
198,
220,
220,
220,
277,
88,
796,
42635,
12429,
357,
16,
1220,
513,
8,
611,
42635,
1875,
327,
10008,
62,
36,
2073,
357,
34,
10008,
62,
42,
1635,
42635,
1343,
1467,
8,
1220,
18693,
198,
220,
220,
220,
277,
89,
796,
1976,
81,
12429,
357,
16,
1220,
513,
8,
611,
1976,
81,
1875,
327,
10008,
62,
36,
2073,
357,
34,
10008,
62,
42,
1635,
1976,
81,
1343,
1467,
8,
1220,
18693,
628,
220,
220,
220,
406,
796,
18693,
1635,
277,
88,
532,
1467,
198,
220,
220,
220,
257,
796,
5323,
1635,
357,
21373,
532,
277,
88,
8,
198,
220,
220,
220,
275,
796,
939,
1635,
357,
24928,
532,
277,
89,
8,
628,
220,
220,
220,
1441,
45941,
13,
18747,
26933,
43,
11,
257,
11,
275,
12962,
628,
198,
4299,
3498,
62,
1462,
62,
34278,
57,
7,
17822,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2801,
7230,
415,
28,
8267,
5883,
1268,
1565,
4694,
13,
1136,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
34,
10008,
34625,
362,
34486,
8997,
27058,
27691,
1136,
10786,
35,
1120,
11537,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
1482,
24040,
422,
1635,
34,
10008,
3498,
9,
9568,
13200,
284,
1635,
34,
10008,
41420,
57,
9,
9568,
13200,
13,
628,
220,
220,
220,
40117,
198,
220,
220,
220,
24200,
438,
198,
220,
220,
220,
3498,
1058,
7177,
62,
2339,
11,
357,
18,
35751,
198,
220,
220,
220,
220,
220,
220,
220,
1635,
34,
10008,
3498,
9,
9568,
13200,
17593,
13,
198,
220,
220,
220,
2801,
7230,
415,
1058,
7177,
62,
2339,
11,
11902,
198,
220,
220,
220,
220,
220,
220,
220,
20984,
1635,
359,
7230,
415,
9,
15358,
1512,
414,
22715,
13,
628,
220,
220,
220,
16409,
198,
220,
220,
220,
35656,
198,
220,
220,
220,
299,
67,
18747,
11,
357,
18,
35751,
198,
220,
220,
220,
220,
220,
220,
220,
1635,
34,
10008,
41420,
57,
9,
9568,
13200,
17593,
13,
628,
220,
220,
220,
11822,
198,
220,
220,
220,
37404,
198,
220,
220,
220,
532,
220,
220,
23412,
1635,
15047,
1108,
9,
1058,
11018,
25,
63,
43,
61,
9,
63,
318,
287,
7386,
685,
15,
11,
1802,
4083,
198,
220,
220,
220,
532,
220,
220,
23412,
1635,
359,
7230,
415,
9,
15358,
1512,
414,
22715,
389,
287,
7386,
685,
15,
11,
352,
4083,
198,
220,
220,
220,
532,
220,
220,
25235,
1635,
34,
10008,
41420,
57,
9,
9568,
13200,
17593,
318,
287,
7386,
685,
15,
11,
352,
4083,
628,
220,
220,
220,
31458,
198,
220,
220,
220,
24200,
438,
198,
220,
220,
220,
11485,
685,
18,
60,
220,
2638,
1378,
2503,
13,
65,
622,
5276,
521,
2436,
4207,
13,
785,
14,
36,
80,
77,
62,
17822,
62,
1462,
62,
34278,
57,
13,
6494,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
5956,
17535,
1987,
3945,
1946,
8,
628,
220,
220,
220,
21066,
198,
220,
220,
220,
24200,
198,
220,
220,
220,
13163,
3498,
796,
45941,
13,
18747,
26933,
3064,
11,
532,
22,
13,
19,
23188,
3695,
2598,
11,
532,
1314,
13,
23,
3553,
3682,
13348,
12962,
198,
220,
220,
220,
13163,
3498,
62,
1462,
62,
34278,
57,
7,
17822,
8,
220,
1303,
10412,
395,
25,
1343,
23304,
47643,
1797,
198,
220,
220,
220,
7177,
26933,
657,
13,
5892,
24943,
940,
986,
11,
220,
352,
13,
220,
220,
220,
220,
220,
220,
220,
837,
220,
352,
13,
15,
2718,
2598,
1731,
986,
12962,
198,
220,
220,
220,
37227,
628,
220,
220,
220,
406,
11,
257,
11,
275,
796,
45941,
13,
25843,
7,
17822,
8,
198,
220,
220,
220,
1395,
81,
11,
575,
81,
11,
1168,
81,
796,
45941,
13,
25843,
7,
5431,
62,
1462,
62,
34278,
57,
7,
359,
7230,
415,
4008,
628,
220,
220,
220,
277,
88,
796,
357,
43,
1343,
1467,
8,
1220,
18693,
198,
220,
220,
220,
277,
87,
796,
257,
1220,
5323,
1343,
277,
88,
198,
220,
220,
220,
277,
89,
796,
277,
88,
532,
275,
1220,
939,
628,
220,
220,
220,
2124,
81,
796,
277,
87,
12429,
513,
611,
277,
87,
12429,
513,
1875,
327,
10008,
62,
36,
2073,
357,
18298,
1635,
277,
87,
532,
1467,
8,
1220,
327,
10008,
62,
42,
198,
220,
220,
220,
42635,
796,
14808,
43,
1343,
1467,
8,
1220,
18693,
8,
12429,
513,
611,
406,
1875,
327,
10008,
62,
42,
1635,
327,
10008,
62,
36,
2073,
406,
1220,
327,
10008,
62,
42,
198,
220,
220,
220,
1976,
81,
796,
277,
89,
12429,
513,
611,
277,
89,
12429,
513,
1875,
327,
10008,
62,
36,
2073,
357,
18298,
1635,
277,
89,
532,
1467,
8,
1220,
327,
10008,
62,
42,
628,
220,
220,
220,
1395,
796,
2124,
81,
1635,
1395,
81,
198,
220,
220,
220,
575,
796,
42635,
1635,
575,
81,
198,
220,
220,
220,
1168,
796,
1976,
81,
1635,
1168,
81,
628,
220,
220,
220,
1441,
45941,
13,
18747,
26933,
55,
11,
575,
11,
1168,
12962,
628,
198,
4299,
3498,
62,
1462,
62,
43,
3398,
397,
7,
17822,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
1482,
24040,
422,
1635,
34,
10008,
3498,
9,
9568,
13200,
284,
1635,
34,
10008,
406,
3398,
397,
9,
9568,
13200,
13,
628,
220,
220,
220,
40117,
198,
220,
220,
220,
24200,
438,
198,
220,
220,
220,
3498,
1058,
7177,
62,
2339,
11,
357,
18,
35751,
198,
220,
220,
220,
220,
220,
220,
220,
1635,
34,
10008,
3498,
9,
9568,
13200,
17593,
13,
628,
220,
220,
220,
16409,
198,
220,
220,
220,
35656,
198,
220,
220,
220,
299,
67,
18747,
11,
357,
18,
35751,
198,
220,
220,
220,
220,
220,
220,
220,
1635,
34,
10008,
406,
3398,
397,
9,
9568,
13200,
17593,
13,
628,
220,
220,
220,
11822,
198,
220,
220,
220,
37404,
198,
220,
220,
220,
532,
220,
220,
1635,
15047,
1108,
9,
1058,
11018,
25,
63,
43,
61,
9,
63,
318,
287,
7386,
685,
15,
11,
1802,
4083,
628,
220,
220,
220,
31458,
198,
220,
220,
220,
24200,
438,
198,
220,
220,
220,
11485,
685,
19,
60,
220,
2638,
1378,
2503,
13,
65,
622,
5276,
521,
2436,
4207,
13,
785,
14,
36,
80,
77,
62,
17822,
62,
1462,
62,
43,
3398,
13,
6494,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
5956,
17535,
1987,
3945,
1946,
8,
628,
220,
220,
220,
21066,
198,
220,
220,
220,
24200,
198,
220,
220,
220,
13163,
3498,
796,
45941,
13,
18747,
26933,
3064,
11,
532,
22,
13,
19,
23188,
3695,
2598,
11,
532,
1314,
13,
23,
3553,
3682,
13348,
12962,
198,
220,
220,
220,
13163,
3498,
62,
1462,
62,
43,
3398,
397,
7,
17822,
8,
220,
1303,
10412,
395,
25,
1343,
23304,
47643,
1797,
198,
220,
220,
220,
7177,
26933,
1802,
13,
220,
220,
220,
220,
220,
220,
220,
837,
220,
220,
1596,
13,
35638,
2414,
3720,
986,
11,
220,
35264,
13,
24,
21288,
41580,
986,
12962,
198,
220,
220,
220,
37227,
628,
220,
220,
220,
406,
11,
257,
11,
275,
796,
45941,
13,
25843,
7,
17822,
8,
628,
220,
220,
220,
367,
796,
11546,
1635,
10688,
13,
39036,
17,
7,
65,
11,
257,
8,
1220,
10688,
13,
14415,
198,
220,
220,
220,
611,
367,
1279,
657,
25,
198,
220,
220,
220,
220,
220,
220,
220,
367,
15853,
11470,
628,
220,
220,
220,
1441,
45941,
13,
18747,
26933,
43,
11,
10688,
13,
31166,
17034,
7,
64,
12429,
362,
1343,
275,
12429,
362,
828,
367,
12962,
628,
198,
4299,
406,
3398,
397,
62,
1462,
62,
17822,
7,
43,
3398,
397,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
1482,
24040,
422,
1635,
34,
10008,
406,
3398,
397,
9,
9568,
13200,
284,
1635,
34,
10008,
3498,
9,
9568,
13200,
13,
628,
220,
220,
220,
40117,
198,
220,
220,
220,
24200,
438,
198,
220,
220,
220,
406,
3398,
397,
1058,
7177,
62,
2339,
11,
357,
18,
35751,
198,
220,
220,
220,
220,
220,
220,
220,
1635,
34,
10008,
406,
3398,
397,
9,
9568,
13200,
17593,
13,
628,
220,
220,
220,
16409,
198,
220,
220,
220,
35656,
198,
220,
220,
220,
299,
67,
18747,
11,
357,
18,
35751,
198,
220,
220,
220,
220,
220,
220,
220,
1635,
34,
10008,
3498,
9,
9568,
13200,
17593,
13,
628,
220,
220,
220,
11822,
198,
220,
220,
220,
37404,
198,
220,
220,
220,
532,
220,
220,
1635,
15047,
1108,
9,
1058,
11018,
25,
63,
43,
61,
9,
63,
318,
287,
7386,
685,
15,
11,
1802,
4083,
628,
220,
220,
220,
31458,
198,
220,
220,
220,
24200,
438,
198,
220,
220,
220,
11485,
685,
20,
60,
220,
2638,
1378,
2503,
13,
65,
622,
5276,
521,
2436,
4207,
13,
785,
14,
36,
80,
77,
62,
43,
3398,
62,
1462,
62,
17822,
13,
6494,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
5956,
17535,
1987,
3945,
1946,
8,
628,
220,
220,
220,
21066,
198,
220,
220,
220,
24200,
198,
220,
220,
220,
13163,
406,
3398,
397,
796,
45941,
13,
18747,
26933,
3064,
11,
1596,
13,
35638,
2414,
41060,
11,
35264,
13,
24,
21288,
3104,
3682,
12962,
198,
220,
220,
220,
13163,
406,
3398,
397,
62,
1462,
62,
17822,
7,
43,
3398,
397,
8,
220,
1303,
10412,
395,
25,
1343,
23304,
47643,
1797,
198,
220,
220,
220,
7177,
26933,
1802,
13,
220,
220,
220,
220,
220,
220,
220,
837,
220,
220,
532,
22,
13,
19,
23188,
37688,
986,
11,
220,
532,
1314,
13,
23,
3553,
3682,
940,
986,
12962,
198,
220,
220,
220,
37227,
628,
220,
220,
220,
406,
11,
327,
11,
367,
796,
45941,
13,
25843,
7,
43,
3398,
397,
8,
628,
220,
220,
220,
1441,
45941,
13,
18747,
26933,
43,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
1635,
10688,
13,
6966,
7,
11018,
13,
6335,
1547,
7,
39,
36911,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
1635,
10688,
13,
31369,
7,
11018,
13,
6335,
1547,
7,
39,
4008,
12962,
198
] | 2.128338 | 2,696 |
'''
Data used in Section 5.3 of the following article:
S. Bortolomiol, V. Lurkin, M. Bierlaire (2021).
A Simulation-Based Heuristic to Find Approximate Equilibria with
Disaggregate Demand Models. Transportation Science 55(5):1025-1045.
https://doi.org/10.1287/trsc.2021.1071
Discrete choice model derived from the following article:
Cascetta E, Coppola P (2012) An elastic demand schedule-based
multimodal assignment model for the simulation of high speed
rail (HSR) systems. EURO J. Transportation Logist. 1(1-2):3-27.
'''
import copy
import numpy as np
import math
import nested_logit
# Data
import data_HSR_nested_logit
def getData():
'''Construct a dictionary 'dict' containing all the input data'''
# Initialize the output dictionary
dict = {}
# Name of the instance
dict['Instance'] = 'HSR_Schedules_NestedLogit'
# Number of draws
dict['R'] = 50
# 1) Read discrete choice model parameters
# 2) Read supply data
# 3) Read demand data
# 4) Generate groups of customers
# 5) Generate arrival times
data_HSR_nested_logit.data_instance(dict)
# Random term (Gumbel distributed 0,1)
dict['xi'] = np.random.gumbel(size=(dict['I_tot'], dict['N'], dict['R']))
# Define parameters of the algorithm
setAlgorithmParameters(dict)
##########################################################
# Deepcopy of the initial data (for restarts)
##########################################################
dict['initial_data'] = copy.deepcopy(dict)
return dict
if __name__ == '__main__':
# Read instance
data = getData()
# Precompute exogenous part of the utility and beta_cost parameters
preprocessUtilities(data)
if data['DCM'] == 'NestedLogit':
#Calculate initial values of logsum terms
nested_logit.logsumNestedLogit(data)
# Print list of customers
printCustomers(data)
| [
7061,
6,
201,
198,
6601,
973,
287,
7275,
642,
13,
18,
286,
262,
1708,
2708,
25,
201,
198,
50,
13,
347,
419,
349,
296,
1669,
11,
569,
13,
47851,
5116,
11,
337,
13,
347,
959,
5031,
557,
357,
1238,
2481,
737,
201,
198,
32,
41798,
12,
15001,
679,
27915,
284,
9938,
2034,
13907,
1920,
7889,
22282,
7496,
351,
201,
198,
7279,
9460,
49373,
34479,
32329,
13,
15198,
5800,
5996,
7,
20,
2599,
940,
1495,
12,
940,
2231,
13,
201,
198,
5450,
1378,
34023,
13,
2398,
14,
940,
13,
1065,
5774,
14,
2213,
1416,
13,
1238,
2481,
13,
940,
4869,
201,
198,
201,
198,
15642,
8374,
3572,
2746,
10944,
422,
262,
1708,
2708,
25,
201,
198,
34,
3372,
15253,
412,
11,
1766,
381,
5708,
350,
357,
6999,
8,
1052,
27468,
3512,
7269,
12,
3106,
201,
198,
16680,
320,
375,
282,
16237,
2746,
329,
262,
18640,
286,
1029,
2866,
201,
198,
30224,
357,
7998,
49,
8,
3341,
13,
27526,
46,
449,
13,
15198,
5972,
396,
13,
352,
7,
16,
12,
17,
2599,
18,
12,
1983,
13,
201,
198,
7061,
6,
201,
198,
201,
198,
11748,
4866,
201,
198,
11748,
299,
32152,
355,
45941,
201,
198,
11748,
10688,
201,
198,
201,
198,
11748,
28376,
62,
6404,
270,
201,
198,
201,
198,
2,
6060,
201,
198,
11748,
1366,
62,
7998,
49,
62,
77,
7287,
62,
6404,
270,
201,
198,
201,
198,
201,
198,
201,
198,
4299,
651,
6601,
33529,
201,
198,
220,
220,
220,
705,
7061,
42316,
257,
22155,
705,
11600,
6,
7268,
477,
262,
5128,
1366,
7061,
6,
201,
198,
201,
198,
220,
220,
220,
1303,
20768,
1096,
262,
5072,
22155,
201,
198,
220,
220,
220,
8633,
796,
23884,
201,
198,
201,
198,
220,
220,
220,
1303,
6530,
286,
262,
4554,
201,
198,
220,
220,
220,
8633,
17816,
33384,
20520,
796,
705,
7998,
49,
62,
50,
1740,
5028,
62,
45,
7287,
11187,
270,
6,
201,
198,
201,
198,
220,
220,
220,
1303,
7913,
286,
14293,
201,
198,
220,
220,
220,
8633,
17816,
49,
20520,
796,
2026,
201,
198,
201,
198,
220,
220,
220,
1303,
352,
8,
4149,
28810,
3572,
2746,
10007,
201,
198,
220,
220,
220,
1303,
362,
8,
4149,
5127,
1366,
201,
198,
220,
220,
220,
1303,
513,
8,
4149,
3512,
1366,
201,
198,
220,
220,
220,
1303,
604,
8,
2980,
378,
2628,
286,
4297,
201,
198,
220,
220,
220,
1303,
642,
8,
2980,
378,
10325,
1661,
201,
198,
201,
198,
220,
220,
220,
1366,
62,
7998,
49,
62,
77,
7287,
62,
6404,
270,
13,
7890,
62,
39098,
7,
11600,
8,
201,
198,
201,
198,
220,
220,
220,
1303,
14534,
3381,
357,
38,
2178,
417,
9387,
657,
11,
16,
8,
201,
198,
220,
220,
220,
8633,
17816,
29992,
20520,
796,
45941,
13,
25120,
13,
70,
2178,
417,
7,
7857,
16193,
11600,
17816,
40,
62,
83,
313,
6,
4357,
8633,
17816,
45,
6,
4357,
8633,
17816,
49,
20520,
4008,
201,
198,
201,
198,
220,
220,
220,
1303,
2896,
500,
10007,
286,
262,
11862,
201,
198,
220,
220,
220,
900,
2348,
42289,
48944,
7,
11600,
8,
201,
198,
201,
198,
220,
220,
220,
1303,
29113,
14468,
7804,
2,
201,
198,
220,
220,
220,
1303,
10766,
30073,
286,
262,
4238,
1366,
357,
1640,
1334,
5889,
8,
201,
198,
220,
220,
220,
1303,
29113,
14468,
7804,
2,
201,
198,
220,
220,
220,
8633,
17816,
36733,
62,
7890,
20520,
796,
4866,
13,
22089,
30073,
7,
11600,
8,
201,
198,
201,
198,
220,
220,
220,
1441,
8633,
201,
198,
201,
198,
201,
198,
201,
198,
201,
198,
361,
11593,
3672,
834,
6624,
705,
834,
12417,
834,
10354,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
201,
198,
220,
220,
220,
1303,
4149,
4554,
201,
198,
220,
220,
220,
1366,
796,
651,
6601,
3419,
201,
198,
220,
220,
220,
1303,
3771,
5589,
1133,
409,
27897,
636,
286,
262,
10361,
290,
12159,
62,
15805,
10007,
201,
198,
220,
220,
220,
662,
14681,
18274,
2410,
7,
7890,
8,
201,
198,
201,
198,
220,
220,
220,
611,
1366,
17816,
9697,
44,
20520,
6624,
705,
45,
7287,
11187,
270,
10354,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
9771,
3129,
378,
4238,
3815,
286,
2604,
16345,
2846,
201,
198,
220,
220,
220,
220,
220,
220,
220,
28376,
62,
6404,
270,
13,
6404,
16345,
45,
7287,
11187,
270,
7,
7890,
8,
201,
198,
201,
198,
220,
220,
220,
1303,
12578,
1351,
286,
4297,
201,
198,
220,
220,
220,
3601,
15022,
364,
7,
7890,
8,
201,
198
] | 2.703804 | 736 |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright 2010 British Broadcasting Corporation and Kamaelia Contributors(1)
#
# (1) Kamaelia Contributors are listed in the AUTHORS file and at
# http://www.kamaelia.org/AUTHORS - please extend this file,
# not this notice.
#
# 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.
# -------------------------------------------------------------------------
#
# Simple multi-file ogg vorbis streaming system
#
# based on Kamaelia/Examples/example2
# use Kamaelia/Examples/example2/Simple[r]StreamingClient.py to receive
#
import Axon as _Axon
from Kamaelia.Chassis.ConnectedServer import SimpleServer
from Kamaelia.Chassis.Prefab import JoinChooserToCarousel
from Kamaelia.File.Reading import FixedRateControlledReusableFileReader
from Kamaelia.Util.PipelineComponent import pipeline
from Kamaelia.Util.Graphline import Graphline
from Kamaelia.Util.Chooser import ForwardIteratingChooser # InfiniteChooser import InfiniteChooser
#shortfile = "/opt/kde3/share/apps/khangman/sounds/new_game.ogg"
shortfile = "/opt/kde3/share/sounds/KDE_Startup_2.ogg"
FILES_TO_STREAM = [ shortfile, shortfile, shortfile ]# [ file_to_stream, file_to_stream2 ]
BITRATE = 800000 # 38000
CHUNKSIZEBYTES = 512
SERVERPORT = 1500
if __name__ == '__main__':
from Axon.Scheduler import scheduler
filereader = MultiFileReaderProtocol( FILES_TO_STREAM, BITRATE, CHUNKSIZEBYTES)
server = SimpleServer( protocol = filereader, port = SERVERPORT ).activate()
if 0:
from Kamaelia.Internet.TCPClient import TCPClient
from Kamaelia.Util.Introspector import Introspector
pipeline(Introspector(), TCPClient("127.0.0.1",1501)).activate()
scheduler.run.runThreads(slowmo=0)
| [
2,
48443,
14629,
14,
8800,
14,
24330,
21015,
198,
2,
532,
9,
12,
19617,
25,
3384,
69,
12,
23,
532,
9,
12,
198,
2,
198,
2,
15069,
3050,
3517,
32250,
10501,
290,
509,
1689,
25418,
25767,
669,
7,
16,
8,
198,
2,
198,
2,
357,
16,
8,
509,
1689,
25418,
25767,
669,
389,
5610,
287,
262,
37195,
20673,
2393,
290,
379,
198,
2,
220,
220,
220,
220,
2638,
1378,
2503,
13,
74,
1689,
25418,
13,
2398,
14,
32,
24318,
20673,
532,
3387,
9117,
428,
2393,
11,
198,
2,
220,
220,
220,
220,
407,
428,
4003,
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,
16529,
45537,
198,
2,
198,
2,
17427,
5021,
12,
7753,
267,
1130,
410,
27688,
271,
11305,
1080,
198,
2,
198,
2,
1912,
319,
509,
1689,
25418,
14,
27730,
14,
20688,
17,
198,
2,
779,
509,
1689,
25418,
14,
27730,
14,
20688,
17,
14,
26437,
58,
81,
60,
12124,
278,
11792,
13,
9078,
284,
3328,
198,
2,
198,
198,
11748,
12176,
261,
355,
4808,
32,
23813,
198,
6738,
509,
1689,
25418,
13,
1925,
20297,
13,
13313,
276,
10697,
1330,
17427,
10697,
198,
6738,
509,
1689,
25418,
13,
1925,
20297,
13,
36698,
397,
1330,
15251,
22164,
13416,
2514,
9914,
48355,
198,
6738,
509,
1689,
25418,
13,
8979,
13,
36120,
1330,
10832,
32184,
4264,
8375,
3041,
31979,
8979,
33634,
198,
6738,
509,
1689,
25418,
13,
18274,
346,
13,
47,
541,
4470,
21950,
1330,
11523,
198,
6738,
509,
1689,
25418,
13,
18274,
346,
13,
37065,
1370,
1330,
29681,
1370,
198,
6738,
509,
1689,
25418,
13,
18274,
346,
13,
22164,
13416,
1330,
19530,
29993,
803,
22164,
13416,
1303,
22380,
22164,
13416,
1330,
22380,
22164,
13416,
198,
198,
2,
19509,
7753,
796,
12813,
8738,
14,
74,
2934,
18,
14,
20077,
14,
18211,
14,
14636,
648,
805,
14,
82,
3733,
14,
3605,
62,
6057,
13,
10332,
1,
198,
19509,
7753,
796,
12813,
8738,
14,
74,
2934,
18,
14,
20077,
14,
82,
3733,
14,
42,
7206,
62,
10434,
929,
62,
17,
13,
10332,
1,
198,
198,
46700,
1546,
62,
10468,
62,
2257,
32235,
796,
685,
1790,
7753,
11,
1790,
7753,
11,
1790,
7753,
2361,
2,
685,
220,
2393,
62,
1462,
62,
5532,
11,
2393,
62,
1462,
62,
5532,
17,
2361,
198,
26094,
49,
6158,
220,
220,
220,
220,
220,
220,
220,
220,
796,
10460,
830,
1303,
4353,
830,
198,
3398,
4944,
42,
33489,
17513,
51,
1546,
220,
796,
22243,
198,
35009,
5959,
15490,
220,
220,
220,
220,
220,
796,
20007,
628,
628,
198,
361,
11593,
3672,
834,
6624,
705,
834,
12417,
834,
10354,
198,
220,
220,
422,
12176,
261,
13,
50,
1740,
18173,
1330,
6038,
18173,
628,
220,
220,
2393,
46862,
796,
15237,
8979,
33634,
19703,
4668,
7,
34020,
1546,
62,
10468,
62,
2257,
32235,
11,
36992,
49,
6158,
11,
5870,
4944,
42,
33489,
17513,
51,
1546,
8,
628,
220,
220,
4382,
220,
220,
220,
220,
796,
17427,
10697,
7,
8435,
796,
2393,
46862,
11,
2493,
796,
18871,
5959,
15490,
6739,
39022,
3419,
628,
220,
220,
611,
657,
25,
198,
220,
220,
220,
220,
220,
220,
220,
422,
509,
1689,
25418,
13,
28566,
13,
4825,
47,
11792,
1330,
23633,
11792,
198,
220,
220,
220,
220,
220,
220,
220,
422,
509,
1689,
25418,
13,
18274,
346,
13,
5317,
305,
4443,
273,
1330,
37219,
4443,
273,
198,
220,
220,
220,
220,
220,
220,
220,
11523,
7,
5317,
305,
4443,
273,
22784,
23633,
11792,
7203,
16799,
13,
15,
13,
15,
13,
16,
1600,
1314,
486,
29720,
39022,
3419,
198,
220,
220,
220,
198,
220,
220,
6038,
18173,
13,
5143,
13,
5143,
16818,
82,
7,
38246,
5908,
28,
15,
8,
628
] | 3.090535 | 729 |
#
# Copyright (c) 2015-2016 Wind River Systems, Inc.
#
# SPDX-License-Identifier: Apache-2.0
#
import argparse
from netaddr import IPAddress
import signal
import socket
import sys
from wsgiref import simple_server
from nfv_common import config
from nfv_common import debug
from nfv_common import selobj
from nfv_common import timers
from nfv_common.helpers import coroutine
from nfv_vim.api import Application
PROCESS_TICK_INTERVAL_IN_MS = 500
PROCESS_TICK_MAX_DELAY_IN_MS = 2000
PROCESS_TICK_DELAY_DEBOUNCE_IN_MS = 2000
PROCESS_NOT_RUNNING_FILE = '/var/run/.nfv-vim-api.not_running'
DLOG = debug.debug_get_logger('nfv_vim.api')
stay_on = True
do_reload = False
def get_address_family(ip_string):
"""
Get the family for the given ip address string.
"""
ip_address = IPAddress(ip_string)
if ip_address.version == 6:
return socket.AF_INET6
else:
return socket.AF_INET
def process_signal_handler(signum, frame):
"""
Virtual Infrastructure Manager API - Process Signal Handler
"""
global stay_on, do_reload
if signal.SIGTERM == signum:
stay_on = False
elif signal.SIGINT == signum:
stay_on = False
elif signal.SIGHUP == signum:
do_reload = True
else:
print("Ignoring signal" % signum)
@coroutine
def process_event_handler(wsgi):
"""
Virtual Infrastructure Manager API - Event Handler
"""
while True:
select_obj = (yield)
if select_obj == wsgi:
try:
request, client_address = wsgi.get_request()
if wsgi.verify_request(request, client_address):
try:
wsgi.process_request(request, client_address)
except Exception:
wsgi.handle_error(request, client_address)
wsgi.shutdown_request(request)
except socket.error:
pass
def process_initialize():
"""
Virtual Infrastructure Manager API - Initialize
"""
debug.debug_initialize(config.CONF['debug'], 'VIM-API')
selobj.selobj_initialize()
timers.timers_initialize(PROCESS_TICK_INTERVAL_IN_MS,
PROCESS_TICK_MAX_DELAY_IN_MS,
PROCESS_TICK_DELAY_DEBOUNCE_IN_MS)
ip = config.CONF['vim-api']['host']
port = int(config.CONF['vim-api']['port'])
# In order to support IPv6, set the address family before creating the server.
simple_server.WSGIServer.address_family = get_address_family(ip)
wsgi = simple_server.make_server(ip, port, Application(),
handler_class=get_handler_cls())
selobj.selobj_add_read_obj(wsgi, process_event_handler, wsgi)
def process_finalize():
"""
Virtual Infrastructure Manager API - Finalize
"""
timers.timers_finalize()
selobj.selobj_finalize()
debug.debug_finalize()
def process_main():
"""
Virtual Infrastructure Manager API - Main
"""
global do_reload
try:
signal.signal(signal.SIGHUP, process_signal_handler)
signal.signal(signal.SIGINT, process_signal_handler)
signal.signal(signal.SIGTERM, process_signal_handler)
parser = argparse.ArgumentParser()
parser.add_argument('-c', '--config', help='configuration file')
parser.add_argument('-t', '--tox', action="store_true",
help='tox test environment')
args = parser.parse_args()
config.load(args.config)
if args.tox:
# Append the tox root directory to the system path to get
# the config.ini and debug.ini files.
debug_ini = sys.prefix + '/' + config.CONF['debug']['config_file']
config.CONF['debug']['config_file'] = debug_ini
process_initialize()
DLOG.info("Started")
while stay_on:
selobj.selobj_dispatch(PROCESS_TICK_INTERVAL_IN_MS)
timers.timers_schedule()
if do_reload:
debug.debug_reload_config()
do_reload = False
except KeyboardInterrupt:
print("Keyboard Interrupt received.")
except Exception as e:
print(e)
sys.exit(200)
finally:
open(PROCESS_NOT_RUNNING_FILE, 'w').close()
process_finalize()
| [
2,
198,
2,
15069,
357,
66,
8,
1853,
12,
5304,
3086,
5866,
11998,
11,
3457,
13,
198,
2,
198,
2,
30628,
55,
12,
34156,
12,
33234,
7483,
25,
24843,
12,
17,
13,
15,
198,
2,
198,
11748,
1822,
29572,
198,
6738,
2010,
29851,
1330,
27966,
1860,
601,
198,
11748,
6737,
198,
11748,
17802,
198,
11748,
25064,
198,
6738,
266,
45213,
557,
69,
1330,
2829,
62,
15388,
198,
198,
6738,
299,
69,
85,
62,
11321,
1330,
4566,
198,
6738,
299,
69,
85,
62,
11321,
1330,
14257,
198,
6738,
299,
69,
85,
62,
11321,
1330,
384,
75,
26801,
198,
6738,
299,
69,
85,
62,
11321,
1330,
48085,
198,
198,
6738,
299,
69,
85,
62,
11321,
13,
16794,
364,
1330,
1162,
28399,
198,
6738,
299,
69,
85,
62,
31124,
13,
15042,
1330,
15678,
198,
198,
4805,
4503,
7597,
62,
51,
11860,
62,
41358,
23428,
62,
1268,
62,
5653,
796,
5323,
198,
4805,
4503,
7597,
62,
51,
11860,
62,
22921,
62,
35,
3698,
4792,
62,
1268,
62,
5653,
796,
4751,
198,
4805,
4503,
7597,
62,
51,
11860,
62,
35,
3698,
4792,
62,
7206,
33,
19385,
5222,
62,
1268,
62,
5653,
796,
4751,
198,
198,
4805,
4503,
7597,
62,
11929,
62,
49,
4944,
15871,
62,
25664,
796,
31051,
7785,
14,
5143,
11757,
77,
69,
85,
12,
31124,
12,
15042,
13,
1662,
62,
20270,
6,
198,
198,
19260,
7730,
796,
14257,
13,
24442,
62,
1136,
62,
6404,
1362,
10786,
77,
69,
85,
62,
31124,
13,
15042,
11537,
198,
198,
31712,
62,
261,
796,
6407,
198,
4598,
62,
260,
2220,
796,
10352,
628,
198,
4299,
651,
62,
21975,
62,
17989,
7,
541,
62,
8841,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
3497,
262,
1641,
329,
262,
1813,
20966,
2209,
4731,
13,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
20966,
62,
21975,
796,
27966,
1860,
601,
7,
541,
62,
8841,
8,
198,
220,
220,
220,
611,
20966,
62,
21975,
13,
9641,
6624,
718,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
17802,
13,
8579,
62,
1268,
2767,
21,
198,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
17802,
13,
8579,
62,
1268,
2767,
628,
198,
4299,
1429,
62,
12683,
282,
62,
30281,
7,
12683,
388,
11,
5739,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
15595,
33709,
9142,
7824,
532,
10854,
26484,
32412,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
3298,
2652,
62,
261,
11,
466,
62,
260,
2220,
628,
220,
220,
220,
611,
6737,
13,
50,
3528,
5781,
44,
6624,
1051,
388,
25,
198,
220,
220,
220,
220,
220,
220,
220,
2652,
62,
261,
796,
10352,
198,
220,
220,
220,
1288,
361,
6737,
13,
50,
3528,
12394,
6624,
1051,
388,
25,
198,
220,
220,
220,
220,
220,
220,
220,
2652,
62,
261,
796,
10352,
198,
220,
220,
220,
1288,
361,
6737,
13,
50,
18060,
8577,
6624,
1051,
388,
25,
198,
220,
220,
220,
220,
220,
220,
220,
466,
62,
260,
2220,
796,
6407,
198,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
7203,
32916,
3255,
6737,
1,
4064,
1051,
388,
8,
628,
198,
31,
10215,
28399,
198,
4299,
1429,
62,
15596,
62,
30281,
7,
18504,
12397,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
15595,
33709,
9142,
7824,
532,
8558,
32412,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
981,
6407,
25,
198,
220,
220,
220,
220,
220,
220,
220,
2922,
62,
26801,
796,
357,
88,
1164,
8,
198,
220,
220,
220,
220,
220,
220,
220,
611,
2922,
62,
26801,
6624,
266,
82,
12397,
25,
198,
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,
2581,
11,
5456,
62,
21975,
796,
266,
82,
12397,
13,
1136,
62,
25927,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
266,
82,
12397,
13,
332,
1958,
62,
25927,
7,
25927,
11,
5456,
62,
21975,
2599,
198,
220,
220,
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,
220,
220,
220,
220,
266,
82,
12397,
13,
14681,
62,
25927,
7,
25927,
11,
5456,
62,
21975,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2845,
35528,
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,
266,
82,
12397,
13,
28144,
62,
18224,
7,
25927,
11,
5456,
62,
21975,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
266,
82,
12397,
13,
49625,
2902,
62,
25927,
7,
25927,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2845,
17802,
13,
18224,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1208,
628,
198,
198,
4299,
1429,
62,
36733,
1096,
33529,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
15595,
33709,
9142,
7824,
532,
20768,
1096,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
14257,
13,
24442,
62,
36733,
1096,
7,
11250,
13,
10943,
37,
17816,
24442,
6,
4357,
705,
53,
3955,
12,
17614,
11537,
198,
220,
220,
220,
384,
75,
26801,
13,
741,
26801,
62,
36733,
1096,
3419,
198,
220,
220,
220,
48085,
13,
16514,
364,
62,
36733,
1096,
7,
4805,
4503,
7597,
62,
51,
11860,
62,
41358,
23428,
62,
1268,
62,
5653,
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,
41755,
7597,
62,
51,
11860,
62,
22921,
62,
35,
3698,
4792,
62,
1268,
62,
5653,
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,
41755,
7597,
62,
51,
11860,
62,
35,
3698,
4792,
62,
7206,
33,
19385,
5222,
62,
1268,
62,
5653,
8,
628,
220,
220,
220,
20966,
796,
4566,
13,
10943,
37,
17816,
31124,
12,
15042,
6,
7131,
6,
4774,
20520,
198,
220,
220,
220,
2493,
796,
493,
7,
11250,
13,
10943,
37,
17816,
31124,
12,
15042,
6,
7131,
6,
634,
6,
12962,
198,
220,
220,
220,
1303,
554,
1502,
284,
1104,
25961,
21,
11,
900,
262,
2209,
1641,
878,
4441,
262,
4382,
13,
198,
220,
220,
220,
2829,
62,
15388,
13,
19416,
38,
1797,
18497,
13,
21975,
62,
17989,
796,
651,
62,
21975,
62,
17989,
7,
541,
8,
198,
220,
220,
220,
266,
82,
12397,
796,
2829,
62,
15388,
13,
15883,
62,
15388,
7,
541,
11,
2493,
11,
15678,
22784,
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,
21360,
62,
4871,
28,
1136,
62,
30281,
62,
565,
82,
28955,
198,
220,
220,
220,
384,
75,
26801,
13,
741,
26801,
62,
2860,
62,
961,
62,
26801,
7,
18504,
12397,
11,
1429,
62,
15596,
62,
30281,
11,
266,
82,
12397,
8,
628,
198,
4299,
1429,
62,
20311,
1096,
33529,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
15595,
33709,
9142,
7824,
532,
8125,
1096,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
48085,
13,
16514,
364,
62,
20311,
1096,
3419,
198,
220,
220,
220,
384,
75,
26801,
13,
741,
26801,
62,
20311,
1096,
3419,
198,
220,
220,
220,
14257,
13,
24442,
62,
20311,
1096,
3419,
628,
198,
4299,
1429,
62,
12417,
33529,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
15595,
33709,
9142,
7824,
532,
8774,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
3298,
466,
62,
260,
2220,
628,
220,
220,
220,
1949,
25,
198,
220,
220,
220,
220,
220,
220,
220,
6737,
13,
12683,
282,
7,
12683,
282,
13,
50,
18060,
8577,
11,
1429,
62,
12683,
282,
62,
30281,
8,
198,
220,
220,
220,
220,
220,
220,
220,
6737,
13,
12683,
282,
7,
12683,
282,
13,
50,
3528,
12394,
11,
1429,
62,
12683,
282,
62,
30281,
8,
198,
220,
220,
220,
220,
220,
220,
220,
6737,
13,
12683,
282,
7,
12683,
282,
13,
50,
3528,
5781,
44,
11,
1429,
62,
12683,
282,
62,
30281,
8,
628,
220,
220,
220,
220,
220,
220,
220,
30751,
796,
1822,
29572,
13,
28100,
1713,
46677,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
30751,
13,
2860,
62,
49140,
10786,
12,
66,
3256,
705,
438,
11250,
3256,
1037,
11639,
11250,
3924,
2393,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
30751,
13,
2860,
62,
49140,
10786,
12,
83,
3256,
705,
438,
83,
1140,
3256,
2223,
2625,
8095,
62,
7942,
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,
83,
1140,
1332,
2858,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
26498,
796,
30751,
13,
29572,
62,
22046,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
4566,
13,
2220,
7,
22046,
13,
11250,
8,
628,
220,
220,
220,
220,
220,
220,
220,
611,
26498,
13,
83,
1140,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
2034,
437,
262,
8293,
6808,
8619,
284,
262,
1080,
3108,
284,
651,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
262,
4566,
13,
5362,
290,
14257,
13,
5362,
3696,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
14257,
62,
5362,
796,
25064,
13,
40290,
1343,
31051,
6,
1343,
4566,
13,
10943,
37,
17816,
24442,
6,
7131,
6,
11250,
62,
7753,
20520,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4566,
13,
10943,
37,
17816,
24442,
6,
7131,
6,
11250,
62,
7753,
20520,
796,
14257,
62,
5362,
628,
220,
220,
220,
220,
220,
220,
220,
1429,
62,
36733,
1096,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
23641,
7730,
13,
10951,
7203,
10434,
276,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
981,
2652,
62,
261,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
384,
75,
26801,
13,
741,
26801,
62,
6381,
17147,
7,
4805,
4503,
7597,
62,
51,
11860,
62,
41358,
23428,
62,
1268,
62,
5653,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
48085,
13,
16514,
364,
62,
15952,
5950,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
466,
62,
260,
2220,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
14257,
13,
24442,
62,
260,
2220,
62,
11250,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
466,
62,
260,
2220,
796,
10352,
628,
220,
220,
220,
2845,
31973,
9492,
3622,
25,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
7203,
9218,
3526,
4225,
3622,
2722,
19570,
628,
220,
220,
220,
2845,
35528,
355,
304,
25,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
7,
68,
8,
198,
220,
220,
220,
220,
220,
220,
220,
25064,
13,
37023,
7,
2167,
8,
628,
220,
220,
220,
3443,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1280,
7,
4805,
4503,
7597,
62,
11929,
62,
49,
4944,
15871,
62,
25664,
11,
705,
86,
27691,
19836,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1429,
62,
20311,
1096,
3419,
198
] | 2.212647 | 1,961 |
import numpy as np
# w is the vector of weights
w = np.array([0.1, 0.2, 0.3])
# matrices as input datasets
data1 = np.array([0.3, 1.5, 2.8])
data2 = np.array([0.5, 0.4, 0.9])
data3 = np.array([2.3, 3.1, 0.5])
data_in = np.array([data1[0],data2[0],data3[0]])
print('Predicted value: $%.2f' % predict(data_in, w) )
| [
11748,
299,
32152,
355,
45941,
201,
198,
201,
198,
201,
198,
2,
266,
318,
262,
15879,
286,
19590,
201,
198,
86,
796,
45941,
13,
18747,
26933,
15,
13,
16,
11,
657,
13,
17,
11,
657,
13,
18,
12962,
220,
201,
198,
201,
198,
2,
2603,
45977,
355,
5128,
40522,
201,
198,
7890,
16,
796,
45941,
13,
18747,
26933,
15,
13,
18,
11,
352,
13,
20,
11,
362,
13,
23,
12962,
220,
201,
198,
201,
198,
7890,
17,
796,
45941,
13,
18747,
26933,
15,
13,
20,
11,
657,
13,
19,
11,
657,
13,
24,
12962,
220,
201,
198,
201,
198,
7890,
18,
796,
45941,
13,
18747,
26933,
17,
13,
18,
11,
513,
13,
16,
11,
657,
13,
20,
12962,
201,
198,
201,
198,
201,
198,
7890,
62,
259,
796,
45941,
13,
18747,
26933,
7890,
16,
58,
15,
4357,
7890,
17,
58,
15,
4357,
7890,
18,
58,
15,
11907,
8,
220,
201,
198,
201,
198,
4798,
10786,
39156,
5722,
1988,
25,
720,
7225,
17,
69,
6,
4064,
220,
4331,
7,
7890,
62,
259,
11,
266,
8,
1267,
201,
198,
201,
198
] | 1.927374 | 179 |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Ed Mountjoy
#
import sys
import os
import argparse
import pandas as pd
import numpy as np
from sklearn.preprocessing import quantile_transform
import seaborn as sns
import matplotlib.pyplot as plt
from matplotlib import rcParams
# from scipy.stats import rankdata
def weighted_mean_src(grp, score_col, weight_map):
''' Calculate weighted mean using source_id specific weights.
Args:
grp (pd df): group from pd.groupby().apply()
weight_map (dict): dict of weights source_id->weight
Returns:
Weighted mean across score_types
'''
weights = [weight_map[source] for source in grp.source_id]
weighted_mean = np.average(grp[score_col], weights=weights)
return weighted_mean
def quantiles(l, n=10):
''' Converts a list/series of values to quantiles of same shape.
sklearn.quantile_transform() requires data to be reshaped
'''
qt = quantile_transform(X=l.as_matrix().reshape(-1, 1),
n_quantiles=n)
return qt.reshape(1, -1)[0]
def create_score_column(row, vep_map):
''' Returns a score specific to type_id
'''
if row.type_id == 'pchic':
if row.interval_score != 0:
return row.interval_score
else:
return np.nan
elif row.type_id == 'fantom5':
if row.interval_score != 0:
return row.interval_score
else:
return np.nan
elif row.type_id == 'dhscor':
if row.interval_score != 0:
return row.interval_score
else:
return np.nan
elif row.type_id == 'vep':
return vep_map[row.feature]
elif row.type_id == 'eqtl':
return 1 - row.qtl_pval
else:
sys.exit('Error: type_id not recognised {0}'.format(row.type_id))
def load_slice(inf, nrows=None):
'''
Args:
inf (str): file containing slice of v2g
Returns:
pd.df
'''
df = pd.read_csv(inf, sep='\t', header=None, nrows=nrows)
df.columns = [
'chr_id',
'position',
'ref_allele',
'alt_allele',
'variant_id',
'rs_id',
'gene_chr',
'gene_id',
'gene_start',
'gene_end',
'gene_name',
'feature',
'type_id',
'source_id',
'csq_counts',
'qtl_beta',
'qtl_se',
'qtl_pval',
'interval_score']
return df
def parse_args():
""" Load command line args """
parser = argparse.ArgumentParser()
parser.add_argument('--v2g_slice', metavar="<file>", type=str, required=True)
parser.add_argument('--varid', metavar="<file>", type=str)
parser.add_argument('--outpref', metavar="<str>", help='Output prefix', type=str, required=True)
args = parser.parse_args()
return args
if __name__ == '__main__':
main()
| [
2,
48443,
14629,
14,
8800,
14,
24330,
21015,
198,
2,
532,
9,
12,
19617,
25,
3384,
69,
12,
23,
532,
9,
12,
198,
2,
198,
2,
1717,
5628,
2633,
198,
2,
198,
198,
11748,
25064,
198,
11748,
28686,
198,
11748,
1822,
29572,
198,
11748,
19798,
292,
355,
279,
67,
198,
11748,
299,
32152,
355,
45941,
198,
6738,
1341,
35720,
13,
3866,
36948,
1330,
5554,
576,
62,
35636,
198,
11748,
384,
397,
1211,
355,
3013,
82,
198,
11748,
2603,
29487,
8019,
13,
9078,
29487,
355,
458,
83,
198,
6738,
2603,
29487,
8019,
1330,
48321,
10044,
4105,
198,
198,
2,
422,
629,
541,
88,
13,
34242,
1330,
4279,
7890,
198,
198,
4299,
26356,
62,
32604,
62,
10677,
7,
2164,
79,
11,
4776,
62,
4033,
11,
3463,
62,
8899,
2599,
198,
220,
220,
220,
705,
7061,
27131,
378,
26356,
1612,
1262,
2723,
62,
312,
2176,
19590,
13,
198,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1036,
79,
357,
30094,
47764,
2599,
1448,
422,
279,
67,
13,
8094,
1525,
22446,
39014,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
3463,
62,
8899,
357,
11600,
2599,
8633,
286,
19590,
2723,
62,
312,
3784,
6551,
198,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
14331,
276,
1612,
1973,
4776,
62,
19199,
198,
220,
220,
220,
705,
7061,
198,
220,
220,
220,
19590,
796,
685,
6551,
62,
8899,
58,
10459,
60,
329,
2723,
287,
1036,
79,
13,
10459,
62,
312,
60,
198,
220,
220,
220,
26356,
62,
32604,
796,
45941,
13,
23913,
7,
2164,
79,
58,
26675,
62,
4033,
4357,
19590,
28,
43775,
8,
198,
220,
220,
220,
1441,
26356,
62,
32604,
198,
198,
4299,
5554,
2915,
7,
75,
11,
299,
28,
940,
2599,
198,
220,
220,
220,
705,
7061,
1482,
24040,
257,
1351,
14,
25076,
286,
3815,
284,
5554,
2915,
286,
976,
5485,
13,
198,
220,
220,
220,
220,
220,
220,
220,
1341,
35720,
13,
40972,
576,
62,
35636,
3419,
4433,
1366,
284,
307,
27179,
5813,
198,
220,
220,
220,
705,
7061,
198,
220,
220,
220,
10662,
83,
796,
5554,
576,
62,
35636,
7,
55,
28,
75,
13,
292,
62,
6759,
8609,
22446,
3447,
1758,
32590,
16,
11,
352,
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,
299,
62,
40972,
2915,
28,
77,
8,
198,
220,
220,
220,
1441,
10662,
83,
13,
3447,
1758,
7,
16,
11,
532,
16,
38381,
15,
60,
198,
198,
4299,
2251,
62,
26675,
62,
28665,
7,
808,
11,
1569,
79,
62,
8899,
2599,
198,
220,
220,
220,
705,
7061,
16409,
257,
4776,
2176,
284,
2099,
62,
312,
198,
220,
220,
220,
705,
7061,
198,
220,
220,
220,
611,
5752,
13,
4906,
62,
312,
6624,
705,
79,
354,
291,
10354,
198,
220,
220,
220,
220,
220,
220,
220,
611,
5752,
13,
3849,
2100,
62,
26675,
14512,
657,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
5752,
13,
3849,
2100,
62,
26675,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
45941,
13,
12647,
198,
220,
220,
220,
1288,
361,
5752,
13,
4906,
62,
312,
6624,
705,
69,
11456,
20,
10354,
198,
220,
220,
220,
220,
220,
220,
220,
611,
5752,
13,
3849,
2100,
62,
26675,
14512,
657,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
5752,
13,
3849,
2100,
62,
26675,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
45941,
13,
12647,
198,
220,
220,
220,
1288,
361,
5752,
13,
4906,
62,
312,
6624,
705,
34985,
1416,
273,
10354,
198,
220,
220,
220,
220,
220,
220,
220,
611,
5752,
13,
3849,
2100,
62,
26675,
14512,
657,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
5752,
13,
3849,
2100,
62,
26675,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
45941,
13,
12647,
198,
220,
220,
220,
1288,
361,
5752,
13,
4906,
62,
312,
6624,
705,
303,
79,
10354,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
1569,
79,
62,
8899,
58,
808,
13,
30053,
60,
198,
220,
220,
220,
1288,
361,
5752,
13,
4906,
62,
312,
6624,
705,
27363,
28781,
10354,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
352,
532,
5752,
13,
80,
28781,
62,
79,
2100,
198,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
25064,
13,
37023,
10786,
12331,
25,
2099,
62,
312,
407,
20915,
1391,
15,
92,
4458,
18982,
7,
808,
13,
4906,
62,
312,
4008,
198,
198,
4299,
3440,
62,
48369,
7,
10745,
11,
299,
8516,
28,
14202,
2599,
198,
220,
220,
220,
705,
7061,
198,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1167,
357,
2536,
2599,
2393,
7268,
16416,
286,
410,
17,
70,
198,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
279,
67,
13,
7568,
198,
220,
220,
220,
705,
7061,
198,
220,
220,
220,
47764,
796,
279,
67,
13,
961,
62,
40664,
7,
10745,
11,
41767,
11639,
59,
83,
3256,
13639,
28,
14202,
11,
299,
8516,
28,
77,
8516,
8,
198,
220,
220,
220,
47764,
13,
28665,
82,
796,
685,
198,
220,
220,
220,
220,
220,
220,
220,
705,
354,
81,
62,
312,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
9150,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
5420,
62,
6765,
293,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
2501,
62,
6765,
293,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
25641,
415,
62,
312,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
3808,
62,
312,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
70,
1734,
62,
354,
81,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
70,
1734,
62,
312,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
70,
1734,
62,
9688,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
70,
1734,
62,
437,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
70,
1734,
62,
3672,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
30053,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
62,
312,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
10459,
62,
312,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
6359,
80,
62,
9127,
82,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
80,
28781,
62,
31361,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
80,
28781,
62,
325,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
80,
28781,
62,
79,
2100,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
3849,
2100,
62,
26675,
20520,
198,
220,
220,
220,
1441,
47764,
198,
198,
4299,
21136,
62,
22046,
33529,
198,
220,
220,
220,
37227,
8778,
3141,
1627,
26498,
37227,
198,
220,
220,
220,
30751,
796,
1822,
29572,
13,
28100,
1713,
46677,
3419,
198,
220,
220,
220,
30751,
13,
2860,
62,
49140,
10786,
438,
85,
17,
70,
62,
48369,
3256,
1138,
615,
283,
2625,
27,
7753,
29,
1600,
2099,
28,
2536,
11,
2672,
28,
17821,
8,
198,
220,
220,
220,
30751,
13,
2860,
62,
49140,
10786,
438,
7785,
312,
3256,
1138,
615,
283,
2625,
27,
7753,
29,
1600,
2099,
28,
2536,
8,
198,
220,
220,
220,
30751,
13,
2860,
62,
49140,
10786,
438,
448,
3866,
69,
3256,
1138,
615,
283,
2625,
27,
2536,
29,
1600,
1037,
11639,
26410,
21231,
3256,
2099,
28,
2536,
11,
2672,
28,
17821,
8,
198,
220,
220,
220,
26498,
796,
30751,
13,
29572,
62,
22046,
3419,
198,
220,
220,
220,
1441,
26498,
198,
198,
361,
11593,
3672,
834,
6624,
705,
834,
12417,
834,
10354,
628,
220,
220,
220,
1388,
3419,
198
] | 2.143498 | 1,338 |
from twine.cli import dispatch
| [
6738,
665,
500,
13,
44506,
1330,
27965,
628
] | 4 | 8 |
import sys
import subprocess
# from fHDHR.exceptions import TunerError
| [
11748,
25064,
198,
11748,
850,
14681,
198,
198,
2,
422,
277,
10227,
17184,
13,
1069,
11755,
1330,
13932,
263,
12331,
628
] | 3.47619 | 21 |
# 用于显示层view的消息解析与组装的工具模块
# 自报家门数据格式: self:{username}:{any info}
# 请求广播格式:broadcast:{username}:{info wanted to send}, 注:广播消息根据实际到达client的时间排序
# 单播数据报格式: {time of client msg creating}:{friendusername}:{info wanted to send},注:单播消息的数据顺序由接收客户端负责
# 上下文:
# 剩余工作
# 完成该工具模块
# 完成view层的各种事件 | [
2,
13328,
242,
101,
12859,
236,
23626,
122,
163,
97,
118,
161,
109,
224,
1177,
21410,
162,
114,
230,
162,
223,
107,
164,
100,
96,
162,
252,
238,
10310,
236,
163,
119,
226,
35318,
21410,
32432,
98,
17739,
115,
162,
101,
94,
161,
251,
245,
198,
2,
5525,
229,
103,
162,
232,
98,
22522,
114,
29785,
101,
46763,
108,
162,
235,
106,
43718,
120,
28156,
237,
171,
120,
248,
2116,
29164,
29460,
92,
29164,
1092,
7508,
92,
198,
2,
5525,
107,
115,
162,
109,
224,
33176,
123,
162,
240,
255,
43718,
120,
28156,
237,
171,
120,
248,
36654,
2701,
29164,
29460,
92,
29164,
10951,
2227,
284,
3758,
5512,
10545,
111,
101,
171,
120,
248,
33176,
123,
162,
240,
255,
162,
114,
230,
162,
223,
107,
43718,
117,
162,
235,
106,
22522,
252,
165,
247,
227,
26344,
108,
164,
122,
122,
16366,
21410,
33768,
114,
29785,
112,
162,
236,
240,
41753,
237,
198,
2,
10263,
235,
243,
162,
240,
255,
46763,
108,
162,
235,
106,
162,
232,
98,
43718,
120,
28156,
237,
171,
120,
248,
1391,
2435,
286,
5456,
31456,
4441,
92,
29164,
6726,
29460,
92,
29164,
10951,
2227,
284,
3758,
5512,
37345,
101,
171,
120,
248,
39355,
243,
162,
240,
255,
162,
114,
230,
162,
223,
107,
21410,
46763,
108,
162,
235,
106,
165,
94,
118,
41753,
237,
18796,
109,
162,
236,
98,
162,
242,
114,
22522,
95,
22755,
115,
44165,
107,
164,
112,
253,
164,
112,
96,
198,
198,
2,
220,
41468,
10310,
233,
23877,
229,
25,
198,
2,
220,
220,
220,
220,
220,
220,
10263,
231,
102,
19526,
247,
32432,
98,
43291,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10263,
106,
234,
22755,
238,
46237,
98,
32432,
98,
17739,
115,
162,
101,
94,
161,
251,
245,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10263,
106,
234,
22755,
238,
1177,
161,
109,
224,
21410,
28938,
226,
163,
100,
235,
12859,
233,
20015,
114
] | 0.944444 | 324 |
import sys
from colour import Color
from random import random, randint | [
11748,
25064,
198,
6738,
9568,
1330,
5315,
198,
6738,
4738,
1330,
4738,
11,
43720,
600
] | 4.666667 | 15 |
"""Queenbee output types for functions.
For more information on plugins see plugin module.
"""
from typing import Union
from pydantic import constr, Field
from ..common import PathOutput, ItemType
class FunctionFileOutput(PathOutput):
"""Function File output."""
type: constr(regex='^FunctionFileOutput$') = 'FunctionFileOutput'
path: str = Field(
...,
description='Path to the output file relative to where the function command '
'is executed.'
)
@property
class FunctionFolderOutput(PathOutput):
"""Function Folder output."""
type: constr(regex='^FunctionFolderOutput$') = 'FunctionFolderOutput'
path: str = Field(
...,
description='Path to the output folder relative to where the function command '
'is executed.'
)
@property
class FunctionPathOutput(PathOutput):
"""Function Path output."""
type: constr(regex='^FunctionPathOutput$') = 'FunctionPathOutput'
path: str = Field(
...,
description='Path to the output file or folder relative to where the function '
'command is executed.'
)
@property
class FunctionStringOutput(FunctionFileOutput):
"""Function string output.
This output loads the content from a file as a string.
"""
type: constr(regex='^FunctionStringOutput$') = 'FunctionStringOutput'
@property
class FunctionIntegerOutput(FunctionStringOutput):
"""Function integer output.
This output loads the content from a file as an integer.
"""
type: constr(regex='^FunctionIntegerOutput$') = 'FunctionIntegerOutput'
class FunctionNumberOutput(FunctionStringOutput):
"""Function number output.
This output loads the content from a file as a floating number.
"""
type: constr(regex='^FunctionNumberOutput$') = 'FunctionNumberOutput'
class FunctionBooleanOutput(FunctionStringOutput):
"""Function boolean output.
This output loads the content from a file as a boolean.
"""
type: constr(regex='^FunctionBooleanOutput$') = 'FunctionBooleanOutput'
class FunctionArrayOutput(FunctionStringOutput):
"""Function array output.
This output loads the content from a JSON file which must be a JSON Array.
"""
type: constr(regex='^FunctionArrayOutput$') = 'FunctionArrayOutput'
items_type: ItemType = Field(
ItemType.String,
description='Type of items in this array. All the items in an array must be '
'from the same type.'
)
class FunctionJSONObjectOutput(FunctionStringOutput):
"""Function object output.
This output loads the content from a file as a JSON object.
"""
type: constr(regex='^FunctionJSONObjectOutput$') = 'FunctionJSONObjectOutput'
FunctionOutputs = Union[
FunctionStringOutput, FunctionIntegerOutput, FunctionNumberOutput,
FunctionBooleanOutput, FunctionFolderOutput, FunctionFileOutput, FunctionPathOutput,
FunctionArrayOutput, FunctionJSONObjectOutput
]
| [
37811,
32466,
20963,
5072,
3858,
329,
5499,
13,
198,
198,
1890,
517,
1321,
319,
20652,
766,
13877,
8265,
13,
198,
37811,
198,
198,
6738,
19720,
1330,
4479,
198,
6738,
279,
5173,
5109,
1330,
1500,
81,
11,
7663,
198,
198,
6738,
11485,
11321,
1330,
10644,
26410,
11,
9097,
6030,
628,
198,
4871,
15553,
8979,
26410,
7,
15235,
26410,
2599,
198,
220,
220,
220,
37227,
22203,
9220,
5072,
526,
15931,
198,
220,
220,
220,
2099,
25,
1500,
81,
7,
260,
25636,
11639,
61,
22203,
8979,
26410,
3,
11537,
796,
705,
22203,
8979,
26410,
6,
628,
220,
220,
220,
3108,
25,
965,
796,
7663,
7,
198,
220,
220,
220,
220,
220,
220,
220,
2644,
11,
198,
220,
220,
220,
220,
220,
220,
220,
6764,
11639,
15235,
284,
262,
5072,
2393,
3585,
284,
810,
262,
2163,
3141,
705,
198,
220,
220,
220,
220,
220,
220,
220,
705,
271,
10945,
2637,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
2488,
26745,
628,
198,
4871,
15553,
41092,
26410,
7,
15235,
26410,
2599,
198,
220,
220,
220,
37227,
22203,
48107,
5072,
526,
15931,
198,
220,
220,
220,
2099,
25,
1500,
81,
7,
260,
25636,
11639,
61,
22203,
41092,
26410,
3,
11537,
796,
705,
22203,
41092,
26410,
6,
628,
220,
220,
220,
3108,
25,
965,
796,
7663,
7,
198,
220,
220,
220,
220,
220,
220,
220,
2644,
11,
198,
220,
220,
220,
220,
220,
220,
220,
6764,
11639,
15235,
284,
262,
5072,
9483,
3585,
284,
810,
262,
2163,
3141,
705,
198,
220,
220,
220,
220,
220,
220,
220,
705,
271,
10945,
2637,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
2488,
26745,
628,
198,
4871,
15553,
15235,
26410,
7,
15235,
26410,
2599,
198,
220,
220,
220,
37227,
22203,
10644,
5072,
526,
15931,
198,
220,
220,
220,
2099,
25,
1500,
81,
7,
260,
25636,
11639,
61,
22203,
15235,
26410,
3,
11537,
796,
705,
22203,
15235,
26410,
6,
628,
220,
220,
220,
3108,
25,
965,
796,
7663,
7,
198,
220,
220,
220,
220,
220,
220,
220,
2644,
11,
198,
220,
220,
220,
220,
220,
220,
220,
6764,
11639,
15235,
284,
262,
5072,
2393,
393,
9483,
3585,
284,
810,
262,
2163,
705,
198,
220,
220,
220,
220,
220,
220,
220,
705,
21812,
318,
10945,
2637,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
2488,
26745,
628,
198,
4871,
15553,
10100,
26410,
7,
22203,
8979,
26410,
2599,
198,
220,
220,
220,
37227,
22203,
4731,
5072,
13,
628,
220,
220,
220,
770,
5072,
15989,
262,
2695,
422,
257,
2393,
355,
257,
4731,
13,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
2099,
25,
1500,
81,
7,
260,
25636,
11639,
61,
22203,
10100,
26410,
3,
11537,
796,
705,
22203,
10100,
26410,
6,
628,
220,
220,
220,
2488,
26745,
628,
198,
4871,
15553,
46541,
26410,
7,
22203,
10100,
26410,
2599,
198,
220,
220,
220,
37227,
22203,
18253,
5072,
13,
628,
220,
220,
220,
770,
5072,
15989,
262,
2695,
422,
257,
2393,
355,
281,
18253,
13,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
2099,
25,
1500,
81,
7,
260,
25636,
11639,
61,
22203,
46541,
26410,
3,
11537,
796,
705,
22203,
46541,
26410,
6,
628,
198,
4871,
15553,
15057,
26410,
7,
22203,
10100,
26410,
2599,
198,
220,
220,
220,
37227,
22203,
1271,
5072,
13,
628,
220,
220,
220,
770,
5072,
15989,
262,
2695,
422,
257,
2393,
355,
257,
12462,
1271,
13,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
2099,
25,
1500,
81,
7,
260,
25636,
11639,
61,
22203,
15057,
26410,
3,
11537,
796,
705,
22203,
15057,
26410,
6,
628,
198,
4871,
15553,
46120,
13087,
26410,
7,
22203,
10100,
26410,
2599,
198,
220,
220,
220,
37227,
22203,
25131,
5072,
13,
628,
220,
220,
220,
770,
5072,
15989,
262,
2695,
422,
257,
2393,
355,
257,
25131,
13,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
2099,
25,
1500,
81,
7,
260,
25636,
11639,
61,
22203,
46120,
13087,
26410,
3,
11537,
796,
705,
22203,
46120,
13087,
26410,
6,
628,
198,
4871,
15553,
19182,
26410,
7,
22203,
10100,
26410,
2599,
198,
220,
220,
220,
37227,
22203,
7177,
5072,
13,
628,
220,
220,
220,
770,
5072,
15989,
262,
2695,
422,
257,
19449,
2393,
543,
1276,
307,
257,
19449,
15690,
13,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
2099,
25,
1500,
81,
7,
260,
25636,
11639,
61,
22203,
19182,
26410,
3,
11537,
796,
705,
22203,
19182,
26410,
6,
628,
220,
220,
220,
3709,
62,
4906,
25,
9097,
6030,
796,
7663,
7,
198,
220,
220,
220,
220,
220,
220,
220,
9097,
6030,
13,
10100,
11,
198,
220,
220,
220,
220,
220,
220,
220,
6764,
11639,
6030,
286,
3709,
287,
428,
7177,
13,
1439,
262,
3709,
287,
281,
7177,
1276,
307,
705,
198,
220,
220,
220,
220,
220,
220,
220,
705,
6738,
262,
976,
2099,
2637,
198,
220,
220,
220,
1267,
628,
198,
4871,
15553,
40386,
10267,
26410,
7,
22203,
10100,
26410,
2599,
198,
220,
220,
220,
37227,
22203,
2134,
5072,
13,
628,
220,
220,
220,
770,
5072,
15989,
262,
2695,
422,
257,
2393,
355,
257,
19449,
2134,
13,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
2099,
25,
1500,
81,
7,
260,
25636,
11639,
61,
22203,
40386,
10267,
26410,
3,
11537,
796,
705,
22203,
40386,
10267,
26410,
6,
628,
198,
22203,
26410,
82,
796,
4479,
58,
198,
220,
220,
220,
15553,
10100,
26410,
11,
15553,
46541,
26410,
11,
15553,
15057,
26410,
11,
198,
220,
220,
220,
15553,
46120,
13087,
26410,
11,
15553,
41092,
26410,
11,
15553,
8979,
26410,
11,
15553,
15235,
26410,
11,
198,
220,
220,
220,
15553,
19182,
26410,
11,
15553,
40386,
10267,
26410,
198,
60,
198
] | 3.228448 | 928 |
#!/usr/bin/env python
#From Stephanie Greer's github
"""
:Author: Ji Research Group/Stanford Genome Technology Center
:Contact: [email protected]
:Creation date: 24.11.2016
:Description:
This script counts the number of unique barcodes in windows around the SV breakpoints
This script requires:
- all of the python packages listed (imported) below
Revisions:
None to date
CURRENT VERSION: 1.0
"""
cur_version = 1.0
### LOAD THE NECESSARY PACKAGES ###
import sys
import os
import __main__ as main
import argparse
import ast
import sys
import pandas as pd
import pysam
import numpy as np
MIN_MAPQ = 0
PERF_CIGAR = False
#sv_file = "/mnt/ix1/Projects/M002_131217_gastric/P00526/P00526_WG10_150722_gastric/A15_161107_final_svs/metl/phase/tum.sv_bcs.txt"
#bam_file = "/mnt/ix1/Projects/M002_131217_gastric/P00526/P00526_WG10_150722_gastric/A15_161107_final_svs/metl/phase/phased_possorted_bam_2725.bam"
#################################################################
################ ################
################ PARSE THE ARGUMENTS ################
################ ################
#################################################################
### ARGPARSE PARSING ### #
"""def usage():
print "Usage examples:"
print os.path.basename(main.__file__) + " --help"
print os.path.basename(main.__file__) + " -v longranger_svs_tumor.sv_bcs.txt -b longranger_tumor.bam -l 500000 -w 1000"
sys.exit(0)"""
"""def parse_args():
parser = argparse.ArgumentParser(description = "A Python script for annotating the SVs called by longranger")
parser.add_argument("--usage", help="usage example", dest="usage", action='store_true')
parser.add_argument("-v", help="Output file of phase_svs.py (out_prefix.sv_bcs.txt) (REQUIRED)", dest="sv_in")
parser.add_argument("-b", help="BAM file for tumor sample generated by longranger (REQUIRED)", dest="bam_in")
parser.add_argument("-l", help="full window size (default: 500,000)", dest="full_wndw_in", default = int(500000))
parser.add_argument("-w", help="count window size (default: 1000)", dest="count_wndw_in", default = int(1000))
parser.add_argument("--version", action='version', version='%(prog)s ' + str(cur_version))
return parser.parse_args()"""
"""if __name__ == '__main__':
args = parse_args()
if(args.usage):
usage()
if(not args.sv_in or not args.bam_in):
print os.path.basename(main.__file__) + " missing a required input file\n"
usage()
sys.exit(1)"""
### SET THE ARGUMENTS ###
"""sv_file = args.sv_in # -v #out_prefix.sv_bcs.txt
bam_file = args.bam_in # -b #out_prefix.sv_bcs.txt
full_w_size = int(args.full_wndw_in) # -l #500000
small_w_size = int(args.count_wndw_in) # -w #1000"""
## DEFINE FUNCTION TO CREATE WINDOWS AROUND BREAKPOINTS
## DEFINE FUNCTION TO OBTAIN BARCODES FROM BAM FILE FOR SPECIFIC REGIONS
| [
2,
48443,
14629,
14,
8800,
14,
24330,
21015,
198,
198,
2,
4863,
26085,
11955,
263,
338,
33084,
198,
198,
37811,
198,
198,
25,
13838,
25,
29380,
4992,
4912,
14,
32140,
3841,
5215,
462,
8987,
3337,
198,
25,
17829,
25,
264,
16694,
263,
17,
31,
14192,
3841,
13,
15532,
198,
25,
12443,
341,
3128,
25,
1987,
13,
1157,
13,
5304,
198,
25,
11828,
25,
220,
198,
198,
1212,
4226,
9853,
262,
1271,
286,
3748,
2318,
40148,
287,
9168,
1088,
262,
20546,
2270,
13033,
198,
198,
1212,
4226,
4433,
25,
198,
12,
477,
286,
262,
21015,
10392,
5610,
357,
320,
9213,
8,
2174,
198,
198,
18009,
3279,
25,
198,
14202,
284,
3128,
198,
198,
34,
39237,
44156,
2849,
25,
352,
13,
15,
198,
198,
37811,
198,
198,
22019,
62,
9641,
796,
352,
13,
15,
198,
198,
21017,
17579,
2885,
3336,
41804,
7597,
13153,
47035,
25552,
44386,
198,
198,
11748,
25064,
198,
11748,
28686,
198,
11748,
11593,
12417,
834,
355,
1388,
198,
11748,
1822,
29572,
198,
11748,
6468,
198,
198,
11748,
25064,
198,
11748,
19798,
292,
355,
279,
67,
198,
11748,
279,
893,
321,
198,
11748,
299,
32152,
355,
45941,
628,
198,
23678,
62,
33767,
48,
796,
657,
198,
18973,
37,
62,
34,
3528,
1503,
796,
10352,
198,
198,
2,
21370,
62,
7753,
796,
12813,
76,
429,
14,
844,
16,
14,
16775,
82,
14,
44,
21601,
62,
1485,
1065,
1558,
62,
70,
459,
1173,
14,
47,
22544,
2075,
14,
47,
22544,
2075,
62,
54,
38,
940,
62,
8628,
22,
1828,
62,
70,
459,
1173,
14,
32,
1314,
62,
1433,
11442,
22,
62,
20311,
62,
82,
14259,
14,
4164,
75,
14,
40715,
14,
83,
388,
13,
21370,
62,
65,
6359,
13,
14116,
1,
198,
2,
65,
321,
62,
7753,
796,
12813,
76,
429,
14,
844,
16,
14,
16775,
82,
14,
44,
21601,
62,
1485,
1065,
1558,
62,
70,
459,
1173,
14,
47,
22544,
2075,
14,
47,
22544,
2075,
62,
54,
38,
940,
62,
8628,
22,
1828,
62,
70,
459,
1173,
14,
32,
1314,
62,
1433,
11442,
22,
62,
20311,
62,
82,
14259,
14,
4164,
75,
14,
40715,
14,
746,
839,
62,
79,
793,
9741,
62,
65,
321,
62,
1983,
1495,
13,
65,
321,
1,
198,
198,
29113,
29113,
2,
198,
14468,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
7804,
4242,
21017,
198,
14468,
220,
220,
220,
220,
220,
220,
220,
29463,
5188,
3336,
5923,
38,
5883,
15365,
220,
220,
220,
220,
220,
1303,
7804,
4242,
21017,
198,
14468,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
7804,
4242,
21017,
198,
29113,
29113,
2,
198,
198,
21017,
5923,
16960,
1503,
5188,
350,
27415,
2751,
44386,
220,
220,
220,
220,
1303,
198,
198,
37811,
4299,
8748,
33529,
198,
197,
4798,
366,
28350,
6096,
11097,
198,
197,
4798,
28686,
13,
6978,
13,
12093,
12453,
7,
12417,
13,
834,
7753,
834,
8,
1343,
366,
1377,
16794,
1,
198,
197,
4798,
28686,
13,
6978,
13,
12093,
12453,
7,
12417,
13,
834,
7753,
834,
8,
1343,
366,
532,
85,
890,
81,
2564,
62,
82,
14259,
62,
83,
388,
273,
13,
21370,
62,
65,
6359,
13,
14116,
532,
65,
890,
81,
2564,
62,
83,
388,
273,
13,
65,
321,
532,
75,
5323,
830,
532,
86,
8576,
1,
198,
197,
17597,
13,
37023,
7,
15,
8,
37811,
198,
198,
37811,
4299,
21136,
62,
22046,
33529,
198,
197,
48610,
796,
1822,
29572,
13,
28100,
1713,
46677,
7,
11213,
796,
366,
32,
11361,
4226,
329,
24708,
803,
262,
20546,
82,
1444,
416,
890,
81,
2564,
4943,
198,
197,
48610,
13,
2860,
62,
49140,
7203,
438,
26060,
1600,
1037,
2625,
26060,
1672,
1600,
2244,
2625,
26060,
1600,
2223,
11639,
8095,
62,
7942,
11537,
198,
197,
48610,
13,
2860,
62,
49140,
7203,
12,
85,
1600,
1037,
2625,
26410,
2393,
286,
7108,
62,
82,
14259,
13,
9078,
357,
448,
62,
40290,
13,
21370,
62,
65,
6359,
13,
14116,
8,
357,
2200,
10917,
37819,
42501,
2244,
2625,
21370,
62,
259,
4943,
198,
197,
48610,
13,
2860,
62,
49140,
7203,
12,
65,
1600,
1037,
2625,
33,
2390,
2393,
329,
22359,
6291,
7560,
416,
890,
81,
2564,
357,
2200,
10917,
37819,
42501,
2244,
2625,
65,
321,
62,
259,
4943,
198,
197,
48610,
13,
2860,
62,
49140,
7203,
12,
75,
1600,
1037,
2625,
12853,
4324,
2546,
357,
12286,
25,
5323,
11,
830,
42501,
2244,
2625,
12853,
62,
86,
358,
86,
62,
259,
1600,
4277,
796,
493,
7,
4059,
830,
4008,
198,
197,
48610,
13,
2860,
62,
49140,
7203,
12,
86,
1600,
1037,
2625,
9127,
4324,
2546,
357,
12286,
25,
8576,
42501,
2244,
2625,
9127,
62,
86,
358,
86,
62,
259,
1600,
4277,
796,
493,
7,
12825,
4008,
198,
197,
48610,
13,
2860,
62,
49140,
7203,
438,
9641,
1600,
2223,
11639,
9641,
3256,
2196,
11639,
4,
7,
1676,
70,
8,
82,
705,
1343,
965,
7,
22019,
62,
9641,
4008,
197,
198,
197,
7783,
30751,
13,
29572,
62,
22046,
3419,
37811,
628,
198,
37811,
361,
11593,
3672,
834,
6624,
705,
834,
12417,
834,
10354,
198,
197,
22046,
796,
21136,
62,
22046,
3419,
198,
197,
361,
7,
22046,
13,
26060,
2599,
198,
197,
197,
26060,
3419,
198,
197,
361,
7,
1662,
26498,
13,
21370,
62,
259,
393,
407,
26498,
13,
65,
321,
62,
259,
2599,
198,
197,
197,
4798,
28686,
13,
6978,
13,
12093,
12453,
7,
12417,
13,
834,
7753,
834,
8,
1343,
366,
4814,
257,
2672,
5128,
2393,
59,
77,
1,
198,
197,
197,
26060,
3419,
198,
197,
197,
17597,
13,
37023,
7,
16,
8,
37811,
198,
198,
21017,
25823,
3336,
5923,
38,
5883,
15365,
44386,
198,
198,
37811,
21370,
62,
7753,
796,
26498,
13,
21370,
62,
259,
1303,
532,
85,
1303,
448,
62,
40290,
13,
21370,
62,
65,
6359,
13,
14116,
198,
65,
321,
62,
7753,
796,
26498,
13,
65,
321,
62,
259,
1303,
532,
65,
1303,
448,
62,
40290,
13,
21370,
62,
65,
6359,
13,
14116,
198,
12853,
62,
86,
62,
7857,
796,
493,
7,
22046,
13,
12853,
62,
86,
358,
86,
62,
259,
8,
220,
1303,
532,
75,
1303,
4059,
830,
198,
17470,
62,
86,
62,
7857,
796,
493,
7,
22046,
13,
9127,
62,
86,
358,
86,
62,
259,
8,
1303,
532,
86,
1303,
12825,
37811,
628,
198,
2235,
23449,
8881,
29397,
4177,
2849,
5390,
29244,
6158,
370,
12115,
22845,
5923,
15919,
29377,
10206,
16402,
1268,
4694,
198,
198,
2235,
23449,
8881,
29397,
4177,
2849,
5390,
25334,
30339,
347,
25793,
3727,
1546,
16034,
347,
2390,
45811,
7473,
28196,
30643,
23337,
11053,
628,
628
] | 2.626812 | 1,104 |
import FWCore.ParameterSet.Config as cms
process = cms.Process("TEST")
process.load("CondCore.DBCommon.CondDBCommon_cfi")
process.CondDBCommon.connect = 'sqlite_file:testhv.db'
process.CondDBCommon.DBParameters.authenticationPath = '.'
#process.DTHVCheckByAbsoluteValues = cms.Service("DTHVCheckByAbsoluteValues")
process.DTHVCheckWithHysteresis = cms.Service("DTHVCheckWithHysteresis")
process.PoolDBOutputService = cms.Service("PoolDBOutputService",
process.CondDBCommon,
logconnect = cms.untracked.string('sqlite_file:log.db'),
timetype = cms.untracked.string('timestamp'),
toPut = cms.VPSet(cms.PSet(
record = cms.string('DTHVStatusRcd'),
tag = cms.string('hv_test')
))
)
process.source = cms.Source("EmptyIOVSource",
# timetype = cms.string('runnumber'),
timetype = cms.string('timestamp'),
firstValue = cms.uint64(1),
lastValue = cms.uint64(5),
interval = cms.uint64(1)
)
process.hv_o2o = cms.EDAnalyzer("DTHVStatusPopConAnalyzer",
name = cms.untracked.string('DTHVStatus'),
Source = cms.PSet(
DBParameters = cms.PSet(
messageLevel = cms.untracked.int32(0),
authenticationPath = cms.untracked.string('.')
),
onlineDB = cms.string('sqlite_file:dummy_online.db'),
utilDB = cms.string('sqlite_file:dummy_online.db'),
bufferDB = cms.string('sqlite_file:bufferHV.db'),
tag = cms.string('hv_test'),
onlineAuthentication = cms.string('.'),
sinceYear = cms.int32(2009),
sinceMonth = cms.int32( 12),
sinceDay = cms.int32( 6),
sinceHour = cms.int32( 7),
sinceMinute = cms.int32( 0),
sinceSecond = cms.int32( 1),
untilYear = cms.int32(2009),
untilMonth = cms.int32( 12),
untilDay = cms.int32( 6),
untilHour = cms.int32( 17),
untilMinute = cms.int32( 1),
untilSecond = cms.int32( 0),
dumpAtStart = cms.bool(True),
dumpAtEnd = cms.bool(False),
bwdTime = cms.int64(3600),
fwdTime = cms.int64(3600),
minTime = cms.int64( 1),
mapVersion = cms.string('hvChannels_090326'),
splitVersion = cms.string('hvChanSplit_090818')
),
SinceAppendMode = cms.bool(True),
record = cms.string('DTHVStatusRcd'),
loggingOn = cms.untracked.bool(True),
debug = cms.bool(False)
)
process.p = cms.Path(process.hv_o2o)
| [
11748,
48849,
14055,
13,
36301,
7248,
13,
16934,
355,
269,
907,
198,
198,
14681,
796,
269,
907,
13,
18709,
7203,
51,
6465,
4943,
198,
14681,
13,
2220,
7203,
25559,
14055,
13,
35,
2749,
2002,
261,
13,
25559,
35,
2749,
2002,
261,
62,
66,
12463,
4943,
198,
198,
14681,
13,
25559,
35,
2749,
2002,
261,
13,
8443,
796,
705,
25410,
578,
62,
7753,
25,
9288,
71,
85,
13,
9945,
6,
198,
14681,
13,
25559,
35,
2749,
2002,
261,
13,
11012,
48944,
13,
41299,
3299,
15235,
796,
705,
2637,
198,
198,
2,
14681,
13,
35,
4221,
53,
9787,
3886,
24849,
3552,
40161,
796,
269,
907,
13,
16177,
7203,
35,
4221,
53,
9787,
3886,
24849,
3552,
40161,
4943,
198,
14681,
13,
35,
4221,
53,
9787,
3152,
21217,
4169,
411,
271,
796,
269,
907,
13,
16177,
7203,
35,
4221,
53,
9787,
3152,
21217,
4169,
411,
271,
4943,
198,
198,
14681,
13,
27201,
11012,
26410,
16177,
796,
269,
907,
13,
16177,
7203,
27201,
11012,
26410,
16177,
1600,
198,
220,
220,
220,
1429,
13,
25559,
35,
2749,
2002,
261,
11,
198,
220,
220,
220,
2604,
8443,
796,
269,
907,
13,
403,
2213,
6021,
13,
8841,
10786,
25410,
578,
62,
7753,
25,
6404,
13,
9945,
33809,
198,
220,
220,
220,
4628,
2963,
431,
796,
269,
907,
13,
403,
2213,
6021,
13,
8841,
10786,
16514,
27823,
33809,
198,
220,
220,
220,
284,
11588,
796,
269,
907,
13,
53,
3705,
316,
7,
46406,
13,
3705,
316,
7,
198,
220,
220,
220,
220,
220,
220,
220,
1700,
796,
269,
907,
13,
8841,
10786,
35,
4221,
53,
19580,
49,
10210,
33809,
198,
220,
220,
220,
220,
220,
220,
220,
7621,
796,
269,
907,
13,
8841,
10786,
71,
85,
62,
9288,
11537,
198,
220,
220,
220,
15306,
198,
8,
198,
198,
14681,
13,
10459,
796,
269,
907,
13,
7416,
7203,
40613,
40,
8874,
7416,
1600,
198,
2,
220,
220,
220,
4628,
2963,
431,
796,
269,
907,
13,
8841,
10786,
5143,
17618,
33809,
198,
220,
220,
220,
4628,
2963,
431,
796,
269,
907,
13,
8841,
10786,
16514,
27823,
33809,
198,
220,
220,
220,
717,
11395,
796,
269,
907,
13,
28611,
2414,
7,
16,
828,
198,
220,
220,
220,
938,
11395,
220,
796,
269,
907,
13,
28611,
2414,
7,
20,
828,
198,
220,
220,
220,
16654,
220,
220,
796,
269,
907,
13,
28611,
2414,
7,
16,
8,
198,
8,
198,
198,
14681,
13,
71,
85,
62,
78,
17,
78,
796,
269,
907,
13,
1961,
37702,
9107,
7203,
35,
4221,
53,
19580,
16979,
3103,
37702,
9107,
1600,
198,
220,
220,
220,
1438,
796,
269,
907,
13,
403,
2213,
6021,
13,
8841,
10786,
35,
4221,
53,
19580,
33809,
198,
220,
220,
220,
8090,
796,
269,
907,
13,
3705,
316,
7,
198,
220,
220,
220,
220,
220,
220,
220,
20137,
48944,
796,
269,
907,
13,
3705,
316,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3275,
4971,
796,
269,
907,
13,
403,
2213,
6021,
13,
600,
2624,
7,
15,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18239,
15235,
796,
269,
907,
13,
403,
2213,
6021,
13,
8841,
10786,
2637,
8,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
2691,
11012,
796,
269,
907,
13,
8841,
10786,
25410,
578,
62,
7753,
25,
67,
13513,
62,
25119,
13,
9945,
33809,
198,
220,
220,
220,
220,
220,
220,
220,
7736,
11012,
220,
220,
796,
269,
907,
13,
8841,
10786,
25410,
578,
62,
7753,
25,
67,
13513,
62,
25119,
13,
9945,
33809,
198,
220,
220,
220,
220,
220,
220,
220,
11876,
11012,
796,
269,
907,
13,
8841,
10786,
25410,
578,
62,
7753,
25,
22252,
39,
53,
13,
9945,
33809,
198,
220,
220,
220,
220,
220,
220,
220,
7621,
796,
269,
907,
13,
8841,
10786,
71,
85,
62,
9288,
33809,
198,
220,
220,
220,
220,
220,
220,
220,
2691,
47649,
3299,
796,
269,
907,
13,
8841,
10786,
2637,
828,
198,
220,
220,
220,
220,
220,
220,
220,
1201,
17688,
220,
220,
796,
269,
907,
13,
600,
2624,
7,
10531,
828,
198,
220,
220,
220,
220,
220,
220,
220,
1201,
31948,
220,
796,
269,
907,
13,
600,
2624,
7,
220,
1105,
828,
198,
220,
220,
220,
220,
220,
220,
220,
1201,
12393,
220,
220,
220,
796,
269,
907,
13,
600,
2624,
7,
220,
220,
718,
828,
198,
220,
220,
220,
220,
220,
220,
220,
1201,
43223,
220,
220,
796,
269,
907,
13,
600,
2624,
7,
220,
220,
767,
828,
198,
220,
220,
220,
220,
220,
220,
220,
1201,
9452,
1133,
796,
269,
907,
13,
600,
2624,
7,
220,
220,
657,
828,
198,
220,
220,
220,
220,
220,
220,
220,
1201,
12211,
796,
269,
907,
13,
600,
2624,
7,
220,
220,
352,
828,
198,
220,
220,
220,
220,
220,
220,
220,
1566,
17688,
220,
220,
796,
269,
907,
13,
600,
2624,
7,
10531,
828,
198,
220,
220,
220,
220,
220,
220,
220,
1566,
31948,
220,
796,
269,
907,
13,
600,
2624,
7,
220,
1105,
828,
198,
220,
220,
220,
220,
220,
220,
220,
1566,
12393,
220,
220,
220,
796,
269,
907,
13,
600,
2624,
7,
220,
220,
718,
828,
198,
220,
220,
220,
220,
220,
220,
220,
1566,
43223,
220,
220,
796,
269,
907,
13,
600,
2624,
7,
220,
1596,
828,
198,
220,
220,
220,
220,
220,
220,
220,
1566,
9452,
1133,
796,
269,
907,
13,
600,
2624,
7,
220,
220,
352,
828,
198,
220,
220,
220,
220,
220,
220,
220,
1566,
12211,
796,
269,
907,
13,
600,
2624,
7,
220,
220,
657,
828,
198,
220,
220,
220,
220,
220,
220,
220,
10285,
2953,
10434,
796,
269,
907,
13,
30388,
7,
17821,
828,
198,
220,
220,
220,
220,
220,
220,
220,
10285,
2953,
12915,
220,
220,
796,
269,
907,
13,
30388,
7,
25101,
828,
198,
220,
220,
220,
220,
220,
220,
220,
275,
16993,
7575,
220,
220,
220,
220,
220,
796,
269,
907,
13,
600,
2414,
7,
2623,
405,
828,
198,
220,
220,
220,
220,
220,
220,
220,
277,
16993,
7575,
220,
220,
220,
220,
220,
796,
269,
907,
13,
600,
2414,
7,
2623,
405,
828,
198,
220,
220,
220,
220,
220,
220,
220,
949,
7575,
220,
220,
220,
220,
220,
796,
269,
907,
13,
600,
2414,
7,
220,
220,
352,
828,
198,
220,
220,
220,
220,
220,
220,
220,
3975,
14815,
796,
269,
907,
13,
8841,
10786,
71,
85,
1925,
8961,
62,
2931,
3070,
2075,
33809,
198,
220,
220,
220,
220,
220,
220,
220,
6626,
14815,
796,
269,
907,
13,
8841,
10786,
71,
85,
48407,
41205,
62,
2931,
2919,
1507,
11537,
198,
220,
220,
220,
10612,
198,
220,
220,
220,
4619,
4677,
437,
19076,
796,
269,
907,
13,
30388,
7,
17821,
828,
198,
220,
220,
220,
1700,
796,
269,
907,
13,
8841,
10786,
35,
4221,
53,
19580,
49,
10210,
33809,
198,
220,
220,
220,
18931,
2202,
796,
269,
907,
13,
403,
2213,
6021,
13,
30388,
7,
17821,
828,
198,
220,
220,
220,
14257,
796,
269,
907,
13,
30388,
7,
25101,
8,
198,
8,
198,
198,
14681,
13,
79,
796,
269,
907,
13,
15235,
7,
14681,
13,
71,
85,
62,
78,
17,
78,
8,
628
] | 2.105892 | 1,171 |
from flask import jsonify
from flask_restful import Resource
from . import app
| [
6738,
42903,
1330,
33918,
1958,
198,
6738,
42903,
62,
2118,
913,
1330,
20857,
198,
198,
6738,
764,
1330,
598,
628,
198
] | 3.904762 | 21 |
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# =============================================================================
# @file test_generate.py
# @author Albert Puig ([email protected])
# @date 27.02.2019
# =============================================================================
"""Basic dimensionality tests."""
import pytest
import tensorflow as tf
import phasespace
import os
import sys
sys.path.append(os.path.dirname(__file__))
from .helpers import decays
B_AT_REST = decays.B0_AT_REST
BS_AT_REST = tf.stack((0.0, 0.0, 0.0, decays.B0_MASS + 86.8), axis=-1)
PION_MASS = decays.PION_MASS
def test_one_event():
"""Test B->pi pi pi."""
with tf.Session() as sess:
norm_weights, particles = sess.run(phasespace.generate(B_AT_REST,
[PION_MASS, PION_MASS, PION_MASS]))
assert len(norm_weights) == 1
assert all([weight < 1 for weight in norm_weights])
assert len(particles) == 3
assert all([part.shape == (4, 1) for part in particles])
@pytest.mark.parametrize("n_events", argvalues=[5, tf.constant(5), tf.Variable(initial_value=5)])
def test_n_events(n_events):
"""Test 5 B->pi pi pi."""
with tf.Session() as sess:
if isinstance(n_events, tf.Variable):
sess.run(n_events.initializer)
norm_weights, particles = sess.run(phasespace.generate(B_AT_REST,
[PION_MASS, PION_MASS, PION_MASS],
n_events=n_events))
assert len(norm_weights) == 5
assert all([weight < 1 for weight in norm_weights])
assert len(particles) == 3
assert all([part.shape == (4, 5) for part in particles])
def test_n_events_implicit_parent():
"""Test multiple events by passing mutiple parent momenta."""
with tf.Session() as sess:
norm_weights, particles = sess.run(phasespace.generate([B_AT_REST, BS_AT_REST],
[PION_MASS, PION_MASS, PION_MASS]))
assert len(norm_weights) == 2
assert all([weight < 1 for weight in norm_weights])
assert len(particles) == 3
assert all([part.shape == (4, 2) for part in particles])
def test_input_inconsistencies():
"""Test input inconsistencies."""
with tf.Session() as sess:
with pytest.raises(tf.errors.InvalidArgumentError):
sess.run(phasespace.generate([B_AT_REST, BS_AT_REST],
[PION_MASS, PION_MASS, PION_MASS],
n_events=5))
with pytest.raises(tf.errors.InvalidArgumentError):
sess.run(phasespace.generate(B_AT_REST,
[6000.0, PION_MASS, PION_MASS]))
if __name__ == "__main__":
test_one_event()
test_n_events(5)
test_n_events_implicit_parent()
test_input_inconsistencies()
# EOF
| [
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,
38093,
25609,
198,
2,
2488,
7753,
220,
220,
1332,
62,
8612,
378,
13,
9078,
198,
2,
2488,
9800,
9966,
11634,
328,
357,
282,
4835,
13,
19944,
328,
31,
30903,
13,
354,
8,
198,
2,
2488,
4475,
220,
220,
2681,
13,
2999,
13,
23344,
198,
2,
38093,
25609,
198,
37811,
26416,
15793,
1483,
5254,
526,
15931,
198,
198,
11748,
12972,
9288,
198,
198,
11748,
11192,
273,
11125,
355,
48700,
198,
198,
11748,
21164,
10223,
198,
198,
11748,
28686,
198,
11748,
25064,
198,
198,
17597,
13,
6978,
13,
33295,
7,
418,
13,
6978,
13,
15908,
3672,
7,
834,
7753,
834,
4008,
198,
198,
6738,
764,
16794,
364,
1330,
875,
592,
198,
198,
33,
62,
1404,
62,
49,
6465,
796,
875,
592,
13,
33,
15,
62,
1404,
62,
49,
6465,
198,
4462,
62,
1404,
62,
49,
6465,
796,
48700,
13,
25558,
19510,
15,
13,
15,
11,
657,
13,
15,
11,
657,
13,
15,
11,
875,
592,
13,
33,
15,
62,
44,
10705,
1343,
9849,
13,
23,
828,
16488,
10779,
16,
8,
198,
47,
2849,
62,
44,
10705,
796,
875,
592,
13,
47,
2849,
62,
44,
10705,
628,
198,
4299,
1332,
62,
505,
62,
15596,
33529,
198,
220,
220,
220,
37227,
14402,
347,
3784,
14415,
31028,
31028,
526,
15931,
198,
220,
220,
220,
351,
48700,
13,
36044,
3419,
355,
264,
408,
25,
198,
220,
220,
220,
220,
220,
220,
220,
2593,
62,
43775,
11,
13166,
796,
264,
408,
13,
5143,
7,
746,
1386,
10223,
13,
8612,
378,
7,
33,
62,
1404,
62,
49,
6465,
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,
685,
47,
2849,
62,
44,
10705,
11,
350,
2849,
62,
44,
10705,
11,
350,
2849,
62,
44,
10705,
60,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
18896,
7,
27237,
62,
43775,
8,
6624,
352,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
477,
26933,
6551,
1279,
352,
329,
3463,
287,
2593,
62,
43775,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
18896,
7,
3911,
2983,
8,
6624,
513,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
477,
26933,
3911,
13,
43358,
6624,
357,
19,
11,
352,
8,
329,
636,
287,
13166,
12962,
628,
198,
31,
9078,
9288,
13,
4102,
13,
17143,
316,
380,
2736,
7203,
77,
62,
31534,
1600,
1822,
27160,
41888,
20,
11,
48700,
13,
9979,
415,
7,
20,
828,
48700,
13,
43015,
7,
36733,
62,
8367,
28,
20,
8,
12962,
198,
4299,
1332,
62,
77,
62,
31534,
7,
77,
62,
31534,
2599,
198,
220,
220,
220,
37227,
14402,
642,
347,
3784,
14415,
31028,
31028,
526,
15931,
198,
220,
220,
220,
351,
48700,
13,
36044,
3419,
355,
264,
408,
25,
198,
220,
220,
220,
220,
220,
220,
220,
611,
318,
39098,
7,
77,
62,
31534,
11,
48700,
13,
43015,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
264,
408,
13,
5143,
7,
77,
62,
31534,
13,
36733,
7509,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2593,
62,
43775,
11,
13166,
796,
264,
408,
13,
5143,
7,
746,
1386,
10223,
13,
8612,
378,
7,
33,
62,
1404,
62,
49,
6465,
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,
685,
47,
2849,
62,
44,
10705,
11,
350,
2849,
62,
44,
10705,
11,
350,
2849,
62,
44,
10705,
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,
220,
220,
220,
220,
220,
220,
299,
62,
31534,
28,
77,
62,
31534,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
18896,
7,
27237,
62,
43775,
8,
6624,
642,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
477,
26933,
6551,
1279,
352,
329,
3463,
287,
2593,
62,
43775,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
18896,
7,
3911,
2983,
8,
6624,
513,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
477,
26933,
3911,
13,
43358,
6624,
357,
19,
11,
642,
8,
329,
636,
287,
13166,
12962,
628,
198,
4299,
1332,
62,
77,
62,
31534,
62,
23928,
3628,
62,
8000,
33529,
198,
220,
220,
220,
37227,
14402,
3294,
2995,
416,
6427,
4517,
2480,
2560,
2589,
64,
526,
15931,
198,
220,
220,
220,
351,
48700,
13,
36044,
3419,
355,
264,
408,
25,
198,
220,
220,
220,
220,
220,
220,
220,
2593,
62,
43775,
11,
13166,
796,
264,
408,
13,
5143,
7,
746,
1386,
10223,
13,
8612,
378,
26933,
33,
62,
1404,
62,
49,
6465,
11,
24218,
62,
1404,
62,
49,
6465,
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,
220,
220,
220,
220,
220,
220,
685,
47,
2849,
62,
44,
10705,
11,
350,
2849,
62,
44,
10705,
11,
350,
2849,
62,
44,
10705,
60,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
18896,
7,
27237,
62,
43775,
8,
6624,
362,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
477,
26933,
6551,
1279,
352,
329,
3463,
287,
2593,
62,
43775,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
18896,
7,
3911,
2983,
8,
6624,
513,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
477,
26933,
3911,
13,
43358,
6624,
357,
19,
11,
362,
8,
329,
636,
287,
13166,
12962,
628,
198,
4299,
1332,
62,
15414,
62,
1939,
684,
396,
3976,
33529,
198,
220,
220,
220,
37227,
14402,
5128,
40467,
526,
15931,
198,
220,
220,
220,
351,
48700,
13,
36044,
3419,
355,
264,
408,
25,
198,
220,
220,
220,
220,
220,
220,
220,
351,
12972,
9288,
13,
430,
2696,
7,
27110,
13,
48277,
13,
44651,
28100,
1713,
12331,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
264,
408,
13,
5143,
7,
746,
1386,
10223,
13,
8612,
378,
26933,
33,
62,
1404,
62,
49,
6465,
11,
24218,
62,
1404,
62,
49,
6465,
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,
685,
47,
2849,
62,
44,
10705,
11,
350,
2849,
62,
44,
10705,
11,
350,
2849,
62,
44,
10705,
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,
299,
62,
31534,
28,
20,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
351,
12972,
9288,
13,
430,
2696,
7,
27110,
13,
48277,
13,
44651,
28100,
1713,
12331,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
264,
408,
13,
5143,
7,
746,
1386,
10223,
13,
8612,
378,
7,
33,
62,
1404,
62,
49,
6465,
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,
685,
43434,
13,
15,
11,
350,
2849,
62,
44,
10705,
11,
350,
2849,
62,
44,
10705,
60,
4008,
628,
198,
361,
11593,
3672,
834,
6624,
366,
834,
12417,
834,
1298,
198,
220,
220,
220,
1332,
62,
505,
62,
15596,
3419,
198,
220,
220,
220,
1332,
62,
77,
62,
31534,
7,
20,
8,
198,
220,
220,
220,
1332,
62,
77,
62,
31534,
62,
23928,
3628,
62,
8000,
3419,
198,
220,
220,
220,
1332,
62,
15414,
62,
1939,
684,
396,
3976,
3419,
198,
198,
2,
412,
19238,
198
] | 2.070645 | 1,458 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.