content
stringlengths 1
1.04M
| input_ids
sequencelengths 1
774k
| ratio_char_token
float64 0.38
22.9
| token_count
int64 1
774k
|
---|---|---|---|
from django.shortcuts import redirect
from django.http import HttpResponse
from django.http import HttpResponseBadRequest
from django.http import Http404
import datetime as dt
from shared.Monte import Monte
def simulate(request):
"""
Generates the Monte object from the user input parameters in the request and reponds with an html string.
"""
if request.method == 'GET':
print(request.GET)
ticker = str(request.GET.get("ticker", ''))
sim_amount = int(request.GET.get("sim_amount", ''))
time_steps = int(request.GET.get("time_steps", ''))
start = dt.datetime.strptime((request.GET.get("start", '')), '%Y-%m-%d')
end = dt.datetime.strptime((request.GET.get("end", '')), '%Y-%m-%d')
width = int(float(request.GET.get('width')))
height = int(float(request.GET.get('height')))
dpi = 100
monte_object = Monte(ticker=ticker, sim_amount=sim_amount, time_steps=time_steps, start=start,
end=end, width=width, height=height, dpi=dpi)
monte_object.create_DataFrame()
monte_object.simulate()
html_str1 = monte_object.plot_history()
html_str2 = monte_object.plot_pdf()
html_str3 = monte_object.plot_single()
html_str4 = monte_object.plot_multi()
html_str = monte_object.get_json(html_str1, html_str2, html_str3, html_str4)
#html_dict = monte_object.get_json(html_dict1, html_dict2, html_dict3, html_dict4)
'''
html_file = open("plots.html","w") # writes string to html file
html_file.write(html_str)
html_file.close()
json_file = open("plots.json","w") # writes string to html file
json_file.write(html_dict)
json_file.close()
'''
monte_object.clear_figures()
return HttpResponse(html_str)
return HttpResponseBadRequest()
| [
6738,
42625,
14208,
13,
19509,
23779,
1330,
18941,
198,
6738,
42625,
14208,
13,
4023,
1330,
367,
29281,
31077,
198,
6738,
42625,
14208,
13,
4023,
1330,
367,
29281,
31077,
22069,
18453,
198,
6738,
42625,
14208,
13,
4023,
1330,
367,
29281,
26429,
198,
11748,
4818,
8079,
355,
288,
83,
198,
6738,
4888,
13,
9069,
660,
1330,
22489,
628,
198,
4299,
29308,
7,
25927,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
2980,
689,
262,
22489,
2134,
422,
262,
2836,
5128,
10007,
287,
262,
2581,
290,
1128,
24764,
351,
281,
27711,
4731,
13,
198,
220,
220,
220,
37227,
628,
220,
220,
220,
611,
2581,
13,
24396,
6624,
705,
18851,
10354,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
7,
25927,
13,
18851,
8,
628,
220,
220,
220,
220,
220,
220,
220,
4378,
263,
796,
965,
7,
25927,
13,
18851,
13,
1136,
7203,
83,
15799,
1600,
10148,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
985,
62,
17287,
796,
493,
7,
25927,
13,
18851,
13,
1136,
7203,
14323,
62,
17287,
1600,
10148,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
640,
62,
20214,
796,
493,
7,
25927,
13,
18851,
13,
1136,
7203,
2435,
62,
20214,
1600,
10148,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
923,
796,
288,
83,
13,
19608,
8079,
13,
2536,
457,
524,
19510,
25927,
13,
18851,
13,
1136,
7203,
9688,
1600,
10148,
36911,
705,
4,
56,
12,
4,
76,
12,
4,
67,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
886,
796,
288,
83,
13,
19608,
8079,
13,
2536,
457,
524,
19510,
25927,
13,
18851,
13,
1136,
7203,
437,
1600,
10148,
36911,
705,
4,
56,
12,
4,
76,
12,
4,
67,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
9647,
796,
493,
7,
22468,
7,
25927,
13,
18851,
13,
1136,
10786,
10394,
6,
22305,
198,
220,
220,
220,
220,
220,
220,
220,
6001,
796,
493,
7,
22468,
7,
25927,
13,
18851,
13,
1136,
10786,
17015,
6,
22305,
198,
220,
220,
220,
220,
220,
220,
220,
288,
14415,
796,
1802,
628,
220,
220,
220,
220,
220,
220,
220,
937,
660,
62,
15252,
796,
22489,
7,
83,
15799,
28,
83,
15799,
11,
985,
62,
17287,
28,
14323,
62,
17287,
11,
640,
62,
20214,
28,
2435,
62,
20214,
11,
923,
28,
9688,
11,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
28,
437,
11,
9647,
28,
10394,
11,
6001,
28,
17015,
11,
288,
14415,
28,
67,
14415,
8,
198,
220,
220,
220,
220,
220,
220,
220,
937,
660,
62,
15252,
13,
17953,
62,
6601,
19778,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
937,
660,
62,
15252,
13,
14323,
5039,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
27711,
62,
2536,
16,
796,
937,
660,
62,
15252,
13,
29487,
62,
23569,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
27711,
62,
2536,
17,
796,
937,
660,
62,
15252,
13,
29487,
62,
12315,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
27711,
62,
2536,
18,
796,
937,
660,
62,
15252,
13,
29487,
62,
29762,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
27711,
62,
2536,
19,
796,
937,
660,
62,
15252,
13,
29487,
62,
41684,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
27711,
62,
2536,
796,
937,
660,
62,
15252,
13,
1136,
62,
17752,
7,
6494,
62,
2536,
16,
11,
27711,
62,
2536,
17,
11,
27711,
62,
2536,
18,
11,
27711,
62,
2536,
19,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
6494,
62,
11600,
796,
937,
660,
62,
15252,
13,
1136,
62,
17752,
7,
6494,
62,
11600,
16,
11,
27711,
62,
11600,
17,
11,
27711,
62,
11600,
18,
11,
27711,
62,
11600,
19,
8,
628,
220,
220,
220,
220,
220,
220,
220,
705,
7061,
198,
220,
220,
220,
220,
220,
220,
220,
27711,
62,
7753,
796,
1280,
7203,
489,
1747,
13,
6494,
2430,
86,
4943,
1303,
6797,
4731,
284,
27711,
2393,
198,
220,
220,
220,
220,
220,
220,
220,
27711,
62,
7753,
13,
13564,
7,
6494,
62,
2536,
8,
198,
220,
220,
220,
220,
220,
220,
220,
27711,
62,
7753,
13,
19836,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
33918,
62,
7753,
796,
1280,
7203,
489,
1747,
13,
17752,
2430,
86,
4943,
1303,
6797,
4731,
284,
27711,
2393,
198,
220,
220,
220,
220,
220,
220,
220,
33918,
62,
7753,
13,
13564,
7,
6494,
62,
11600,
8,
198,
220,
220,
220,
220,
220,
220,
220,
33918,
62,
7753,
13,
19836,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7061,
628,
220,
220,
220,
220,
220,
220,
220,
937,
660,
62,
15252,
13,
20063,
62,
5647,
942,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
367,
29281,
31077,
7,
6494,
62,
2536,
8,
198,
220,
220,
220,
1441,
367,
29281,
31077,
22069,
18453,
3419,
198
] | 2.321078 | 816 |
from .core import Variable, Model
# Hodgkin-Huxley Model
V = Variable(name='V', init_value=-60, unit='mV',
ddt='(1/Cm)*(-gk*n**4*(V-Vk)-gna*m**3*h*(V-Vna)-gl*(V-Vl)+Iapp)')
n = Variable(name='n', ddt='alpha_n*(1-n)-beta_n*n', init_value=1/3)
m = Variable(name='m', ddt='alpha_m*(1-m)-beta_m*m', init_value=0)
h = Variable(name='h', ddt='alpha_h*(1-h)-beta_h*h', init_value=2/3)
HH = Model(V, n, m, h, Cm=1, gk=36, gna=120, spike_when='V>=30',
gl=0.3, Vk=-77, Vna=50, Vl=-54.4,
alpha_n='0.01*(-V-55)/(exp((-V-55)/10) -1)',
beta_n='0.125*exp((-V-65)/80)',
alpha_m='0.1*(-V-40)/(exp((-V-40)/10) -1)',
beta_m='4*exp((-V-65)/18)',
alpha_h='0.07*exp((-V-65)/20)',
beta_h='1/(1+exp((-V-36)/10))',
Iapp=0,
simul_method='rk4')
# FitzHugh-Nagumo Model
v = Variable(name='v', ddt='-w+v-(1/3)*v**3+I', init_value=-1.25, unit='mV')
w = Variable(name='w', ddt='(1/tau)*(v+a-b*w)', init_value=-1)
FHN = Model(v, w, spike_when='v>=0', a=0.7, b=1.2, tau=12.5, I=0)
# Izhikievich Model
v = Variable(name='v', ddt='+0.04*v**2+5*v+140-u+I', init_value=-65,
reset_value='c', unit='mV')
u = Variable(name='u', ddt='a*(b*v-u)', init_value=-15, reset_value='u+d')
IZHIKIEVICH = Model(v, u, spike_when='v>=30', max_spike_value=30,
a=0.02, b=0.2, c=-65, d=8, I=0)
# Leaky integrate-and-fire model
u = Variable(name='u', init_value=0, unit='mV',
ddt='(1/tau_m)*(-u+R*I)', reset_value='ur')
LEAKY_INTEGRATE_AND_FIRE = Model(u, spike_when='u>=1', max_spike_value=1,
tau_m=10, R=1, ur=0, I=0)
| [
6738,
764,
7295,
1330,
35748,
11,
9104,
201,
198,
201,
198,
2,
37480,
5116,
12,
39,
2821,
1636,
9104,
201,
198,
53,
796,
35748,
7,
3672,
11639,
53,
3256,
2315,
62,
8367,
10779,
1899,
11,
4326,
11639,
76,
53,
3256,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
288,
28664,
11639,
7,
16,
14,
34,
76,
27493,
32590,
70,
74,
9,
77,
1174,
19,
9,
7,
53,
12,
53,
74,
13219,
70,
2616,
9,
76,
1174,
18,
9,
71,
9,
7,
53,
12,
53,
2616,
13219,
4743,
9,
7,
53,
12,
53,
75,
47762,
40,
1324,
8,
11537,
201,
198,
77,
796,
35748,
7,
3672,
11639,
77,
3256,
288,
28664,
11639,
26591,
62,
77,
9,
7,
16,
12,
77,
13219,
31361,
62,
77,
9,
77,
3256,
2315,
62,
8367,
28,
16,
14,
18,
8,
201,
198,
76,
796,
35748,
7,
3672,
11639,
76,
3256,
288,
28664,
11639,
26591,
62,
76,
9,
7,
16,
12,
76,
13219,
31361,
62,
76,
9,
76,
3256,
2315,
62,
8367,
28,
15,
8,
201,
198,
71,
796,
35748,
7,
3672,
11639,
71,
3256,
288,
28664,
11639,
26591,
62,
71,
9,
7,
16,
12,
71,
13219,
31361,
62,
71,
9,
71,
3256,
2315,
62,
8367,
28,
17,
14,
18,
8,
201,
198,
16768,
796,
9104,
7,
53,
11,
299,
11,
285,
11,
289,
11,
327,
76,
28,
16,
11,
308,
74,
28,
2623,
11,
308,
2616,
28,
10232,
11,
20240,
62,
12518,
11639,
53,
29,
28,
1270,
3256,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1278,
28,
15,
13,
18,
11,
569,
74,
10779,
3324,
11,
569,
2616,
28,
1120,
11,
569,
75,
10779,
4051,
13,
19,
11,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17130,
62,
77,
11639,
15,
13,
486,
9,
32590,
53,
12,
2816,
20679,
7,
11201,
19510,
12,
53,
12,
2816,
20679,
940,
8,
532,
16,
8,
3256,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12159,
62,
77,
11639,
15,
13,
11623,
9,
11201,
19510,
12,
53,
12,
2996,
20679,
1795,
8,
3256,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17130,
62,
76,
11639,
15,
13,
16,
9,
32590,
53,
12,
1821,
20679,
7,
11201,
19510,
12,
53,
12,
1821,
20679,
940,
8,
532,
16,
8,
3256,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12159,
62,
76,
11639,
19,
9,
11201,
19510,
12,
53,
12,
2996,
20679,
1507,
8,
3256,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17130,
62,
71,
11639,
15,
13,
2998,
9,
11201,
19510,
12,
53,
12,
2996,
20679,
1238,
8,
3256,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12159,
62,
71,
11639,
16,
29006,
16,
10,
11201,
19510,
12,
53,
12,
2623,
20679,
940,
4008,
3256,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
314,
1324,
28,
15,
11,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
39698,
62,
24396,
11639,
81,
74,
19,
11537,
201,
198,
201,
198,
2,
16703,
39,
6724,
12,
45,
363,
43712,
9104,
201,
198,
85,
796,
35748,
7,
3672,
11639,
85,
3256,
288,
28664,
11639,
12,
86,
10,
85,
30420,
16,
14,
18,
27493,
85,
1174,
18,
10,
40,
3256,
2315,
62,
8367,
10779,
16,
13,
1495,
11,
4326,
11639,
76,
53,
11537,
201,
198,
86,
796,
35748,
7,
3672,
11639,
86,
3256,
288,
28664,
11639,
7,
16,
14,
83,
559,
27493,
7,
85,
10,
64,
12,
65,
9,
86,
8,
3256,
2315,
62,
8367,
10779,
16,
8,
201,
198,
44602,
45,
796,
9104,
7,
85,
11,
266,
11,
20240,
62,
12518,
11639,
85,
29,
28,
15,
3256,
257,
28,
15,
13,
22,
11,
275,
28,
16,
13,
17,
11,
256,
559,
28,
1065,
13,
20,
11,
314,
28,
15,
8,
201,
198,
201,
198,
2,
314,
23548,
1134,
11203,
488,
9104,
201,
198,
85,
796,
35748,
7,
3672,
11639,
85,
3256,
288,
28664,
11639,
10,
15,
13,
3023,
9,
85,
1174,
17,
10,
20,
9,
85,
10,
15187,
12,
84,
10,
40,
3256,
2315,
62,
8367,
10779,
2996,
11,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13259,
62,
8367,
11639,
66,
3256,
4326,
11639,
76,
53,
11537,
201,
198,
84,
796,
35748,
7,
3672,
11639,
84,
3256,
288,
28664,
11639,
64,
9,
7,
65,
9,
85,
12,
84,
8,
3256,
2315,
62,
8367,
10779,
1314,
11,
13259,
62,
8367,
11639,
84,
10,
67,
11537,
201,
198,
14887,
39,
18694,
10008,
53,
20739,
796,
9104,
7,
85,
11,
334,
11,
20240,
62,
12518,
11639,
85,
29,
28,
1270,
3256,
3509,
62,
2777,
522,
62,
8367,
28,
1270,
11,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
257,
28,
15,
13,
2999,
11,
275,
28,
15,
13,
17,
11,
269,
10779,
2996,
11,
288,
28,
23,
11,
314,
28,
15,
8,
201,
198,
201,
198,
2,
1004,
15492,
19386,
12,
392,
12,
6495,
2746,
201,
198,
84,
796,
35748,
7,
3672,
11639,
84,
3256,
2315,
62,
8367,
28,
15,
11,
4326,
11639,
76,
53,
3256,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
288,
28664,
11639,
7,
16,
14,
83,
559,
62,
76,
27493,
32590,
84,
10,
49,
9,
40,
8,
3256,
13259,
62,
8367,
11639,
333,
11537,
201,
198,
2538,
10206,
56,
62,
12394,
7156,
49,
6158,
62,
6981,
62,
11674,
2200,
796,
9104,
7,
84,
11,
20240,
62,
12518,
11639,
84,
29,
28,
16,
3256,
3509,
62,
2777,
522,
62,
8367,
28,
16,
11,
201,
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,
256,
559,
62,
76,
28,
940,
11,
371,
28,
16,
11,
2956,
28,
15,
11,
314,
28,
15,
8,
201,
198
] | 1.688933 | 1,003 |
import pandas as pd
import numpy as np
from .utils import calculate_ao, calculate_sma, calculate_smma, mad
__version__ = '1.9.0'
class Indicators:
"""
Add technical indicators data to a pandas data frame
Example:
~~~~~~~~
>>> import pandas as pd
>>> from tapy import Indicators
>>> df = pd.read_csv('EURUSD60.csv')
>>> indicators = Indicators(df)
>>> indicators.accelerator_oscillator(column_name='AC')
>>> indicators.sma()
>>> df = indicators.df
>>> df.tail()
Date Time Open High Low Close Volume AC sma
3723 2019.09.20 16:00 1.10022 1.10105 1.10010 1.10070 2888 -0.001155 1.101296
3724 2019.09.20 17:00 1.10068 1.10193 1.10054 1.10184 6116 -0.000820 1.101158
3725 2019.09.20 18:00 1.10186 1.10194 1.10095 1.10144 3757 -0.000400 1.101056
3726 2019.09.20 19:00 1.10146 1.10215 1.10121 1.10188 3069 0.000022 1.101216
3727 2019.09.20 20:00 1.10184 1.10215 1.10147 1.10167 1224 0.000388 1.101506
"""
def __init__(
self,
df,
open_col='Open',
high_col='High',
low_col='Low',
close_col='Close',
volume_col='Volume'
):
"""
Initiate Indicators object
:param pandas data frame df: Should contain OHLC columns and Volume column
:param str open_col: Name of Open column in df
:param str high_col: Name of High column in df
:param str low_col: Name of Low column in df
:param str close_col: Name of Close column in df
:param str volume_col: Name of Volume column in df. This column is optional
and require only if indicator use this data.
"""
self.df = df
self._columns = {
'Open': open_col,
'High': high_col,
'Low': low_col,
'Close': close_col,
'Volume': volume_col
}
def sma(self, period=5, column_name='sma', apply_to='Close'):
"""
Simple Moving Average (SMA)
---------------------
https://www.metatrader4.com/en/trading-platform/help/analytics/tech_indicators/moving_average#simple_moving_average
>>> Indicators.sma(period=5, column_name='sma', apply_to='Close')
:param int period: the number of calculation periods, default: 5
:param str column_name: Column name, default: sma
:param str apply_to: Which column use for calculation.
Can be *"Open"*, *"High"*, *"Low"* and *"Close"*.
**Default**: Close
:return: None
"""
calculate_sma(self.df, period, column_name, apply_to)
def smma(self, period=5, column_name='smma', apply_to='Close'):
"""
Smoothed Moving Average (SMMA)
---------------------
https://www.metatrader4.com/ru/trading-platform/help/analytics/tech_indicators/moving_average#smoothed_moving_average
>>> Indicators.smma(period=5, column_name='smma', apply_to='Close')
:param int period: the number of calculation periods, default: 5
:param str column_name: Column name, default: smma
:param str apply_to: Which column use for calculation.
Can be *"Open"*, *"High"*, *"Low"* and *"Close"*.
**Default**: Close
:return: None
"""
df_smma = calculate_smma(self.df, period, column_name, apply_to)
self.df = self.df.merge(df_smma, left_index=True, right_index=True)
def ema(self, period=5, column_name='ema', apply_to='Close'):
"""
Exponential Moving Average (EMA)
---------------------
https://www.metatrader4.com/en/trading-platform/help/analytics/tech_indicators/moving_average#exponential_moving_average
>>> Indicators.ema(period=5, column_name='ema', apply_to='Close')
:param int period: the number of calculation periods, default: 5
:param str column_name: Column name, default: ema
:param str apply_to: Which column use for calculation.
Can be *"Open"*, *"High"*, *"Low"* and *"Close"*.
**Default**: Close
:return: None
"""
self.df[column_name] = self.df[self._columns[apply_to]].ewm(
span=period, adjust=False).mean()
def awesome_oscillator(self, column_name='ao'):
"""
Awesome Oscillator (AO)
-----------------------
https://www.metatrader4.com/en/trading-platform/help/analytics/tech_indicators/awesome_oscillator
>>> Indicators.awesome_oscillator(column_name='ao')
:param str column_name: Column name, default: ao
:return: None
"""
# Data frame for storing temporary data
df_tmp = pd.DataFrame()
df_tmp['High'] = self.df[self._columns['High']]
df_tmp['Low'] = self.df[self._columns['Low']]
# Calculate Awesome Oscillator
calculate_ao(df_tmp, column_name)
df_tmp = df_tmp[[column_name]]
self.df = self.df.merge(df_tmp, left_index=True, right_index=True)
def accelerator_oscillator(self, column_name='ac'):
"""
Accelerator Oscillator (AC)
-----------------------
https://www.metatrader4.com/en/trading-platform/help/analytics/tech_indicators/accelerator_decelerator
>>> Indicators.accelerator_oscillator(column_name='ac')
:param str column_name: Column name, default: ac
:return: None
"""
pass
# Data frame for storing temporary data
df_tmp = pd.DataFrame()
df_tmp['High'] = self.df[self._columns['High']]
df_tmp['Low'] = self.df[self._columns['Low']]
# Calculate Awesome Oscillator
calculate_ao(df_tmp, 'ao')
# Calculate SMA for Awesome Oscillator
calculate_sma(df_tmp, 5, 'sma_ao', 'ao')
# Calculate Accelerator Oscillator
df_tmp[column_name] = df_tmp['ao'] - df_tmp['sma_ao']
df_tmp = df_tmp[[column_name]]
self.df = self.df.merge(df_tmp, left_index=True, right_index=True)
def accumulation_distribution(self, column_name='a/d'):
"""
Accumulation/Distribution (A/D)
---------------------
https://www.metatrader4.com/en/trading-platform/help/analytics/tech_indicators/accumulation_distribution
>>> Indicators.accumulation_distribution(column_name='a/d')
:param str column_name: Column name, default: a/d
:return: None
"""
# Temporary df
df_tmp = pd.DataFrame()
df_tmp['close'] = self.df[self._columns['Close']]
df_tmp['high'] = self.df[self._columns['High']]
df_tmp['low'] = self.df[self._columns['Low']]
df_tmp['volume'] = self.df[self._columns['Volume']]
df_tmp['calc'] = (
(df_tmp['close'] - df_tmp['low']) - (df_tmp['high'] - df_tmp['close'])
) * df_tmp['volume'] / (df_tmp['high'] - df_tmp['low'])
df_tmp[column_name] = df_tmp['calc'].explode().sum()
df_tmp = df_tmp[[column_name]]
self.df = self.df.merge(df_tmp, left_index=True, right_index=True)
def alligator(self,
period_jaws=13,
period_teeth=8,
period_lips=5,
shift_jaws=8,
shift_teeth=5,
shift_lips=3,
column_name_jaws='alligator_jaws',
column_name_teeth='alligator_teeth',
column_name_lips='alligator_lips'):
"""
Alligator
------------------
https://www.metatrader4.com/en/trading-platform/help/analytics/tech_indicators/alligator
>>> Indicators.alligator(period_jaws=13, period_teeth=8, period_lips=5, shift_jaws=8, shift_teeth=5, shift_lips=3, column_name_jaws='alligator_jaw', column_name_teeth='alligator_teeth', column_name_lips='alligator_lips')
:param int period_jaws: Period for Alligator' Jaws, default: 13
:param int period_teeth: Period for Alligator' Teeth, default: 8
:param int period_lips: Period for Alligator' Lips, default: 5
:param int shift_jaws: Period for Alligator' Jaws, default: 8
:param int shift_teeth: Period for Alligator' Teeth, default: 5
:param int shift_lips: Period for Alligator' Lips, default: 3
:param str column_name_jaws: Column Name for Alligator' Jaws, default: alligator_jaws
:param str column_name_teeth: Column Name for Alligator' Teeth, default: alligator_teeth
:param str column_name_lips: Column Name for Alligator' Lips, default: alligator_lips
:return: None
"""
df_median = self.df[[self._columns['High'], self._columns['Low']]]
median_col = 'median_col'
df_median = df_median.assign(
median_col=lambda x: (x[self._columns['High']] + x[self._columns['Low']]) / 2
)
df_j = calculate_smma(df_median, period_jaws, column_name_jaws, median_col)
df_t = calculate_smma(df_median, period_teeth, column_name_teeth, median_col)
df_l = calculate_smma(df_median, period_lips, column_name_lips, median_col)
# Shift SMMAs
df_j[column_name_jaws] = df_j[column_name_jaws].shift(shift_jaws)
df_t[column_name_teeth] = df_t[column_name_teeth].shift(shift_teeth)
df_l[column_name_lips] = df_l[column_name_lips].shift(shift_lips)
self.df = self.df.merge(df_j, left_index=True, right_index=True)
self.df = self.df.merge(df_t, left_index=True, right_index=True)
self.df = self.df.merge(df_l, left_index=True, right_index=True)
def atr(self, period=14, column_name='atr'):
"""
Average True Range (ATR)
------------------------
https://www.metatrader4.com/en/trading-platform/help/analytics/tech_indicators/average_true_range
>>> Indicators.atr(period=14, column_name='atr')
:param int period: Period, default: 14
:param str column_name: Column name, default: atr
:return: None
"""
df_tmp = self.df[[self._columns['High'], self._columns['Low'], self._columns['Close']]]
df_tmp = df_tmp.assign(max_min=df_tmp[self._columns['High']] - df_tmp[self._columns['Low']])
df_tmp['prev_close-high'] = df_tmp[self._columns['Close']].shift(1) - df_tmp[self._columns['High']]
df_tmp['prev_close-min'] = df_tmp[self._columns['Close']].shift(1) - df_tmp[self._columns['Low']]
df_tmp['max_val'] = df_tmp.apply(lambda x: max([x['max_min'], x['prev_close-high'], x['prev_close-min']]),
axis=1)
calculate_sma(df_tmp, period, column_name, 'max_val')
df_tmp = df_tmp[[column_name]]
self.df = self.df.merge(df_tmp, left_index=True, right_index=True)
def bears_power(self, period=13, column_name='bears_power'):
"""
Bears Power
------------------------
https://www.metatrader4.com/en/trading-platform/help/analytics/tech_indicators/bears_power
>>> Indicators.bears_power(period=13, column_name='bears_power')
:param int period: Period, default: 13
:param str column_name: Column name, default: bears_power
:return: None
"""
df_tmp = self.df[[self._columns['Close'], self._columns['Low']]]
df_tmp = df_tmp.assign(ema=df_tmp[self._columns['Close']].ewm(span=period, adjust=False).mean())
df_tmp[column_name] = df_tmp['ema'] - df_tmp[self._columns['Low']]
df_tmp = df_tmp[[column_name]]
self.df = self.df.merge(df_tmp, left_index=True, right_index=True)
def bollinger_bands(self, period=20, deviation=2, column_name_top='bollinger_top',
column_name_mid='bollinger_mid', column_name_bottom='bollinger_bottom'):
"""
Bollinger Bands
---------------
https://www.metatrader4.com/en/trading-platform/help/analytics/tech_indicators/bollinger_bands
>>> Indicators.bollinger_bands(self, period=20, deviation=2, column_name_top='bollinger_up', column_name_mid='bollinger_mid', column_name_bottom='bollinger_bottom')
:param int period: Period, default 20
:param int deviation: Number of Standard Deviations, default 2
:param str column_name_top: default bollinger_up
:param str column_name_mid: default bollinger_mid
:param str column_name_bottom: default bollinger_down
:return: None
"""
df_tmp = self.df[[self._columns['Close']]]
df_tmp = df_tmp.assign(mid=df_tmp[self._columns['Close']].rolling(window=period).mean())
df_tmp = df_tmp.assign(stdev=df_tmp[self._columns['Close']].rolling(window=period).std(ddof=0))
df_tmp = df_tmp.assign(tl=df_tmp.mid + deviation * df_tmp.stdev)
df_tmp = df_tmp.assign(bl=df_tmp.mid - deviation * df_tmp.stdev)
df_tmp = df_tmp[['mid', 'tl', 'bl']]
df_tmp = df_tmp.rename(columns={'mid': column_name_mid, 'tl': column_name_top, 'bl': column_name_bottom})
self.df = self.df.merge(df_tmp, left_index=True, right_index=True)
def bulls_power(self, period=13, column_name='bulls_power'):
"""
Bulls Power
------------------------
https://www.metatrader4.com/en/trading-platform/help/analytics/tech_indicators/bulls_power
>>> Indicators.bulls_power(period=13, column_name='bulls_power')
:param int period: Period, default: 13
:param str column_name: Column name, default: bulls_power
:return: None
"""
df_tmp = self.df[[self._columns['Close'], self._columns['High']]]
df_tmp = df_tmp.assign(ema=df_tmp[self._columns['Close']].ewm(span=period, adjust=False).mean())
df_tmp[column_name] = df_tmp[self._columns['High']] - df_tmp['ema']
df_tmp = df_tmp[[column_name]]
self.df = self.df.merge(df_tmp, left_index=True, right_index=True)
def cci(self, period=14, column_name='cci'):
"""
Commodity Channel Index (CCI)
-----------------------------
https://www.metatrader4.com/en/trading-platform/help/analytics/tech_indicators/commodity_channel_index
>>> Indicators.cci(period=14, column_name='cci')
:param int period: Period, default: 14
:param str column_name: Column name, default: cci
:return: None
"""
pd.set_option('display.max_columns', 500)
df_tmp = self.df[[self._columns['High'], self._columns['Low'], self._columns['Close']]]
df_tmp = df_tmp.assign(tp=(df_tmp[self._columns['High']]
+ df_tmp[self._columns['Low']]
+ df_tmp[self._columns['Close']]) / 3)
df_tmp = df_tmp.assign(tp_sma=df_tmp.tp.rolling(window=period).mean())
df_tmp = df_tmp.assign(tp_mad=df_tmp.tp.rolling(window=period).apply(mad, raw=False))
df_tmp = df_tmp.assign(tp_min_sma=df_tmp.tp - df_tmp.tp_sma)
df_tmp = df_tmp.assign(cci=(1 / 0.015) * (df_tmp.tp_min_sma / df_tmp.tp_mad))
df_tmp = df_tmp[['cci']]
df_tmp = df_tmp.rename(columns={'cci': column_name})
self.df = self.df.merge(df_tmp, left_index=True, right_index=True)
def de_marker(self, period=14, column_name='dem'):
"""
DeMarker (DeM)
--------------
https://www.metatrader4.com/en/trading-platform/help/analytics/tech_indicators/demarker
>>> Indicators.de_marker(period=14, column_name='dem')
:param int period: Period, default: 14
:param str column_name: Column name, default: dem
:return: None
"""
df_tmp = self.df[[self._columns['High'], self._columns['Low']]]
df_tmp = df_tmp.assign(
hdif=(df_tmp[self._columns['High']] > df_tmp[self._columns['High']].shift(1)).astype(int))
df_tmp = df_tmp.assign(hsub=df_tmp[self._columns['High']] - df_tmp[self._columns['High']].shift(1))
df_tmp = df_tmp.assign(demax=np.where(df_tmp.hdif == 0, 0, df_tmp.hsub))
df_tmp = df_tmp.assign(ldif=(df_tmp[self._columns['Low']] < df_tmp[self._columns['Low']].shift(1)).astype(int))
df_tmp = df_tmp.assign(lsub=df_tmp[self._columns['Low']].shift(1) - df_tmp[self._columns['Low']])
df_tmp = df_tmp.assign(demin=np.where(df_tmp.ldif == 0, 0, df_tmp.lsub))
df_tmp['sma_demax'] = df_tmp['demax'].rolling(window=period).mean()
df_tmp['sma_demin'] = df_tmp['demin'].rolling(window=period).mean()
df_tmp = df_tmp.assign(dem=df_tmp.sma_demax / (df_tmp.sma_demax + df_tmp.sma_demin))
df_tmp = df_tmp[['dem']]
df_tmp = df_tmp.rename(columns={'dem': column_name})
self.df = self.df.merge(df_tmp, left_index=True, right_index=True)
def force_index(self, period=13, method='sma', apply_to='Close', column_name='frc'):
"""
Force Index (FRC)
------------------
https://www.metatrader4.com/en/trading-platform/help/analytics/tech_indicators/force_index
>>> Indicators.force_index(period=13, method='sma', apply_to='Close', column_name='frc')
:param int period: Period, default: 13
:param str method: Moving average method. Can be 'sma', 'smma' or 'ema'. Default: sma
:param str apply_to: Apply indicator to column, default: Close
:param str column_name: Column name, default: frc
:return: None
"""
df_tmp = self.df[[apply_to, self._columns['Volume']]]
if method == 'sma':
df_tmp = df_tmp.assign(ma=df_tmp[apply_to].rolling(window=period).mean())
elif method == 'smma':
df_tmp_smma = calculate_smma(df_tmp, period, 'ma', apply_to)
df_tmp = df_tmp.merge(df_tmp_smma, left_index=True, right_index=True)
elif method == 'ema':
df_tmp = df_tmp.assign(ma=df_tmp[apply_to].ewm(span=period, adjust=False).mean())
else:
raise ValueError('The "method" can be only "sma", "ema" or "smma"')
df_tmp = df_tmp.assign(frc=(df_tmp.ma - df_tmp.ma.shift(1)) * df_tmp[self._columns['Volume']])
df_tmp = df_tmp[['frc']]
df_tmp = df_tmp.rename(columns={'frc': column_name})
self.df = self.df.merge(df_tmp, left_index=True, right_index=True)
def fractals(self, column_name_high='fractals_high', column_name_low='fractals_low'):
"""
Fractals
---------
https://www.metatrader4.com/en/trading-platform/help/analytics/tech_indicators/fractals
>>> Indicators.fractals(column_name_high='fractals_high', column_name_low='fractals_low')
:param str column_name_high: Column name for High values, default: fractals_high
:param str column_name_low: Column name for Low values, default: fractals_low
:return: None
"""
df_tmp = self.df[[self._columns['High'], self._columns['Low']]]
df_tmp = df_tmp.assign(fh=np.where(
(df_tmp[self._columns['High']] > df_tmp[self._columns['High']].shift(1)) &
(df_tmp[self._columns['High']] > df_tmp[self._columns['High']].shift(2)) &
(df_tmp[self._columns['High']] > df_tmp[self._columns['High']].shift(-1)) &
(df_tmp[self._columns['High']] > df_tmp[self._columns['High']].shift(-2)),
True, False
))
df_tmp = df_tmp.assign(fl=np.where(
(df_tmp[self._columns['Low']] < df_tmp[self._columns['Low']].shift(1)) &
(df_tmp[self._columns['Low']] < df_tmp[self._columns['Low']].shift(2)) &
(df_tmp[self._columns['Low']] < df_tmp[self._columns['Low']].shift(-1)) &
(df_tmp[self._columns['Low']] < df_tmp[self._columns['Low']].shift(-2)),
True, False
))
df_tmp = df_tmp[['fh', 'fl']]
df_tmp = df_tmp.rename(columns={'fh': column_name_high, 'fl': column_name_low})
self.df = self.df.merge(df_tmp, left_index=True, right_index=True)
def gator(self,
period_jaws=13,
period_teeth=8,
period_lips=5,
shift_jaws=8,
shift_teeth=5,
shift_lips=3,
column_name_val1='value1',
column_name_val2='value2'):
"""
Gator Oscillator
-----------------
https://www.metatrader4.com/en/trading-platform/help/analytics/tech_indicators/gator_oscillator
>>> Indicators.gator(period_jaws=13, period_teeth=8, period_lips=5, shift_jaws=8, shift_teeth=5, shift_lips=3, column_name_val1='value1', column_name_val2='value2')
:param int period_jaws: Jaws period, default: 13
:param int period_teeth: Teeth period, default: 8
:param int period_lips: Lips period, default: 5
:param int shift_jaws: Jaws shift, default: 8
:param int shift_teeth: Teeth shift, default: 5
:param int shift_lips: Lips shift, default: 3
:param str column_name_val1: Column name for Value1, default value1
:param str column_name_val2: Column name for Value2, default value2
:return: None
"""
df_tmp = self.df[[self._columns['High'], self._columns['Low']]]
df_tmp = df_tmp.assign(hc=(df_tmp[self._columns['High']] + df_tmp[self._columns['Low']]) / 2)
df_j = calculate_smma(df_tmp, period_jaws, 'jaws', 'hc')
df_t = calculate_smma(df_tmp, period_teeth, 'teeth', 'hc')
df_l = calculate_smma(df_tmp, period_lips, 'lips', 'hc')
# Shift SMMAs
df_j['jaws'] = df_j['jaws'].shift(shift_jaws)
df_t['teeth'] = df_t['teeth'].shift(shift_teeth)
df_l['lips'] = df_l['lips'].shift(shift_lips)
df_tmp = df_tmp.merge(df_j, left_index=True, right_index=True)
df_tmp = df_tmp.merge(df_t, left_index=True, right_index=True)
df_tmp = df_tmp.merge(df_l, left_index=True, right_index=True)
df_tmp = df_tmp.assign(val1=df_tmp['jaws'] - df_tmp['teeth'])
df_tmp = df_tmp.assign(val2=-(df_tmp['teeth'] - df_tmp['lips']))
df_tmp = df_tmp[['val1', 'val2']]
df_tmp = df_tmp.rename(columns={'val1': column_name_val1, 'val2': column_name_val2})
self.df = self.df.merge(df_tmp, left_index=True, right_index=True)
def ichimoku_kinko_hyo(
self,
period_tenkan_sen=9,
period_kijun_sen=26,
period_senkou_span_b=52,
column_name_chikou_span='chikou_span',
column_name_tenkan_sen='tenkan_sen',
column_name_kijun_sen='kijun_sen',
column_name_senkou_span_a='senkou_span_a',
column_name_senkou_span_b='senkou_span_b'
):
"""
Ichimoku Kinko Hyo
------------------
https://www.metatrader4.com/en/trading-platform/help/analytics/tech_indicators/ichimoku
>>> Indicators.ichimoku_kinko_hyo(period_tenkan_sen=9, period_kijun_sen=26, period_senkou_span_b=52, column_name_chikou_span='chikou_span', column_name_tenkan_sen='tenkan_sen', column_name_kijun_sen='kijun_sen', column_name_senkou_span_a='senkou_span_a', column_name_senkou_span_b='senkou_span_b')
:param int period_tenkan_sen: Period for Tenkan-sen, default: 9
:param int period_kijun_sen: Period for Kijun-sen, default: 26
:param int period_senkou_span_b: Period for Senkou-span, default: 52
:param str column_name_chikou_span: Column name for Chikou-span, default: chikou_span
:param str column_name_tenkan_sen: Column name for Tenkan-sen, default: tenkan_sen
:param str column_name_kijun_sen: Column name for Kijun-sen, default: kijun_sen
:param str column_name_senkou_span_a: Column name for Senkou Span A, default: senkou_span_a
:param str column_name_senkou_span_b: Column name for Senkou Span B, default: senkou_span_b
:return: None
"""
df_tmp = self.df[[self._columns['High'], self._columns['Low'], self._columns['Close']]]
df_tmp = df_tmp.assign(tenkan_h=df_tmp[self._columns['High']].rolling(window=period_tenkan_sen).max())
df_tmp = df_tmp.assign(tenkan_l=df_tmp[self._columns['Low']].rolling(window=period_tenkan_sen).min())
df_tmp = df_tmp.assign(tenkan=(df_tmp.tenkan_h + df_tmp.tenkan_l) / 2)
del df_tmp['tenkan_h']
del df_tmp['tenkan_l']
df_tmp = df_tmp.assign(kijun_h=df_tmp[self._columns['High']].rolling(window=period_kijun_sen).max())
df_tmp = df_tmp.assign(kijun_l=df_tmp[self._columns['Low']].rolling(window=period_kijun_sen).min())
df_tmp = df_tmp.assign(kijun=(df_tmp.kijun_h + df_tmp.kijun_l) / 2)
del df_tmp['kijun_h']
del df_tmp['kijun_l']
df_tmp = df_tmp.assign(ssa=((df_tmp.tenkan + df_tmp.kijun) / 2).shift(period_kijun_sen))
df_tmp = df_tmp.assign(ssb_h=df_tmp[self._columns['High']].rolling(window=period_senkou_span_b).max())
df_tmp = df_tmp.assign(ssb_l=df_tmp[self._columns['Low']].rolling(window=period_senkou_span_b).min())
df_tmp = df_tmp.assign(ssb=((df_tmp.ssb_h + df_tmp.ssb_l) / 2).shift(period_kijun_sen))
del df_tmp['ssb_h']
del df_tmp['ssb_l']
df_tmp = df_tmp.assign(chikou=df_tmp[self._columns['Close']].shift(-period_kijun_sen))
df_tmp = df_tmp[['tenkan', 'kijun', 'ssa', 'ssb', 'chikou']]
df_tmp = df_tmp.rename(columns={
'tenkan': column_name_tenkan_sen,
'kijun': column_name_kijun_sen,
'ssa': column_name_senkou_span_a,
'ssb': column_name_senkou_span_b,
'chikou': column_name_chikou_span
})
self.df = self.df.merge(df_tmp, left_index=True, right_index=True)
def bw_mfi(self, column_name='bw_mfi'):
"""
Market Facilitation Index (BW MFI)
----------------------------------
https://www.metatrader4.com/en/trading-platform/help/analytics/tech_indicators/market_facilitation_index
>>> Indicators.bw_mfi(column_name='bw_mfi')
:param str column_name: Column name, default: bw_mfi
:return: None
"""
df_tmp = self.df[[self._columns['High'], self._columns['Low'], self._columns['Volume']]]
df_tmp = df_tmp.assign(
bw=(df_tmp[self._columns['High']] - df_tmp[self._columns['Low']]) / df_tmp[self._columns['Volume']] * 100000
)
df_tmp = df_tmp[['bw']]
df_tmp = df_tmp.rename(columns={'bw': column_name})
self.df = self.df.merge(df_tmp, left_index=True, right_index=True)
def momentum(self, period=14, column_name='momentum'):
"""
Momentum
--------
https://www.metatrader4.com/ru/trading-platform/help/analytics/tech_indicators/momentum
>>> Indicators.momentum(period=14, column_name='momentum')
:param int period: Period, default: 14
:param strr column_name: Column name, default: momentum
:return:
"""
close = self._columns['Close']
df_tmp = self.df[[close]]
df_tmp = df_tmp.assign(
m=df_tmp[close] / df_tmp[close].shift(period) * 100
)
df_tmp = df_tmp[['m']]
df_tmp = df_tmp.rename(columns={'m': column_name})
self.df = self.df.merge(df_tmp, left_index=True, right_index=True)
def mfi(self, period=5, column_name='mfi'):
"""
Money Flow Index (MFI)
-----------------------
https://www.metatrader4.com/en/trading-platform/help/analytics/tech_indicators/money_flow_index
>>> Indicators.mfi(period=5, column_name='mfi')
:param int period: Period, default: 5
:param str column_name: Column name, default: mfi
:return: None
"""
high, low, close, volume = self._columns['High'], self._columns['Low'], self._columns['Close'], self._columns[
'Volume']
df_tmp = self.df[[high, low, close, volume]]
df_tmp = df_tmp.assign(tp=(df_tmp[high] + df_tmp[low] + df_tmp[close]) / 3)
df_tmp = df_tmp.assign(mf=df_tmp['tp'] * df_tmp[volume])
df_tmp = df_tmp.assign(
pmf=np.where(
df_tmp['tp'] > df_tmp['tp'].shift(1),
df_tmp['mf'],
0.0
)
)
df_tmp = df_tmp.assign(
nmf=np.where(
df_tmp['tp'] < df_tmp['tp'].shift(1),
df_tmp['mf'],
0.0
)
)
df_tmp['pmfs'] = df_tmp.pmf.rolling(window=period).sum()
df_tmp['nmfs'] = df_tmp.nmf.rolling(window=period).sum()
del df_tmp['tp']
del df_tmp['mf']
del df_tmp['pmf']
del df_tmp['nmf']
df_tmp = df_tmp.round(decimals=10)
df_tmp = df_tmp.assign(mr=df_tmp.pmfs / df_tmp.nmfs)
df_tmp = df_tmp.assign(mfi=100 - (100 / (1 + df_tmp.mr)))
df_tmp = df_tmp[['mfi']]
df_tmp = df_tmp.rename(columns={'mfi': column_name})
self.df = self.df.merge(df_tmp, left_index=True, right_index=True)
def macd(
self,
period_fast=12,
period_slow=26,
period_signal=9,
column_name_value='macd_value',
column_name_signal='macd_signal'
):
"""
Moving Average Convergence/Divergence (MACD)
--------------------------------------------
https://www.metatrader4.com/en/trading-platform/help/analytics/tech_indicators/macd
>>> Indicators.macd(self, period_fast=12, period_slow=26, period_signal=9, column_name_value='macd_value', column_name_signal='macd_signal')
:param int period_fast: Period for Fast EMA, default: 12
:param int period_slow: Period for Slow EMA, default: 26
:param int period_signal: Period for Signal Line, default 9
:param str column_name_value: Column name for MACD Value, default macd_value
:param str column_name_signal: Column name for MACD Signal, default macd_signal
:return: None
"""
close = self._columns['Close']
df_tmp = self.df[[close]]
df_tmp = df_tmp.assign(fast=df_tmp[close].ewm(span=period_fast, adjust=False).mean())
df_tmp = df_tmp.assign(slow=df_tmp[close].ewm(span=period_slow, adjust=False).mean())
df_tmp = df_tmp.assign(value=df_tmp['fast'] - df_tmp['slow'])
df_tmp = df_tmp.assign(signal=df_tmp['value'].rolling(window=period_signal).mean())
df_tmp = df_tmp[['value', 'signal']]
df_tmp = df_tmp.rename(columns={'value': column_name_value, 'signal': column_name_signal})
self.df = self.df.merge(df_tmp, left_index=True, right_index=True)
| [
11748,
19798,
292,
355,
279,
67,
198,
11748,
299,
32152,
355,
45941,
198,
198,
6738,
764,
26791,
1330,
15284,
62,
5488,
11,
15284,
62,
82,
2611,
11,
15284,
62,
5796,
2611,
11,
8805,
198,
198,
834,
9641,
834,
796,
705,
16,
13,
24,
13,
15,
6,
628,
198,
4871,
1423,
44549,
25,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
3060,
6276,
21337,
1366,
284,
257,
19798,
292,
1366,
5739,
628,
220,
220,
220,
17934,
25,
198,
220,
220,
220,
220,
15116,
198,
220,
220,
220,
220,
220,
220,
220,
13163,
1330,
19798,
292,
355,
279,
67,
198,
220,
220,
220,
220,
220,
220,
220,
13163,
422,
9814,
88,
1330,
1423,
44549,
198,
220,
220,
220,
220,
220,
220,
220,
13163,
47764,
796,
279,
67,
13,
961,
62,
40664,
10786,
36,
4261,
29072,
1899,
13,
40664,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
13163,
21337,
796,
1423,
44549,
7,
7568,
8,
198,
220,
220,
220,
220,
220,
220,
220,
13163,
21337,
13,
330,
7015,
1352,
62,
17500,
359,
1352,
7,
28665,
62,
3672,
11639,
2246,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
13163,
21337,
13,
82,
2611,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
13163,
47764,
796,
21337,
13,
7568,
198,
220,
220,
220,
220,
220,
220,
220,
13163,
47764,
13,
13199,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7536,
220,
220,
3862,
220,
220,
220,
220,
4946,
220,
220,
220,
220,
3334,
220,
220,
220,
220,
220,
7754,
220,
220,
220,
13872,
220,
14701,
220,
220,
220,
220,
220,
220,
220,
7125,
220,
220,
220,
220,
220,
220,
895,
64,
198,
220,
220,
220,
220,
220,
220,
220,
5214,
1954,
220,
13130,
13,
2931,
13,
1238,
220,
1467,
25,
405,
220,
352,
13,
3064,
1828,
220,
352,
13,
8784,
2713,
220,
352,
13,
3064,
940,
220,
352,
13,
3064,
2154,
220,
220,
220,
2579,
3459,
532,
15,
13,
405,
1157,
2816,
220,
352,
13,
8784,
27137,
198,
220,
220,
220,
220,
220,
220,
220,
5214,
1731,
220,
13130,
13,
2931,
13,
1238,
220,
1596,
25,
405,
220,
352,
13,
3064,
3104,
220,
352,
13,
8784,
6052,
220,
352,
13,
3064,
4051,
220,
352,
13,
8784,
5705,
220,
220,
220,
718,
18298,
532,
15,
13,
830,
41739,
220,
352,
13,
8784,
21273,
198,
220,
220,
220,
220,
220,
220,
220,
5214,
1495,
220,
13130,
13,
2931,
13,
1238,
220,
1248,
25,
405,
220,
352,
13,
8784,
4521,
220,
352,
13,
8784,
5824,
220,
352,
13,
3064,
3865,
220,
352,
13,
8784,
2598,
220,
220,
220,
29414,
22,
532,
15,
13,
830,
7029,
220,
352,
13,
8784,
2713,
21,
198,
220,
220,
220,
220,
220,
220,
220,
5214,
2075,
220,
13130,
13,
2931,
13,
1238,
220,
678,
25,
405,
220,
352,
13,
8784,
3510,
220,
352,
13,
15377,
1314,
220,
352,
13,
8784,
2481,
220,
352,
13,
8784,
3459,
220,
220,
220,
1542,
3388,
220,
657,
13,
2388,
1828,
220,
352,
13,
8784,
20666,
198,
220,
220,
220,
220,
220,
220,
220,
5214,
1983,
220,
13130,
13,
2931,
13,
1238,
220,
1160,
25,
405,
220,
352,
13,
8784,
5705,
220,
352,
13,
15377,
1314,
220,
352,
13,
8784,
2857,
220,
352,
13,
8784,
3134,
220,
220,
220,
1105,
1731,
220,
657,
13,
830,
30460,
220,
352,
13,
8784,
35638,
198,
220,
220,
220,
37227,
628,
220,
220,
220,
825,
11593,
15003,
834,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
47764,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1280,
62,
4033,
11639,
11505,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1029,
62,
4033,
11639,
11922,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1877,
62,
4033,
11639,
20535,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1969,
62,
4033,
11639,
26125,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6115,
62,
4033,
11639,
31715,
6,
198,
220,
220,
220,
15179,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
16204,
378,
1423,
44549,
2134,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
19798,
292,
1366,
5739,
47764,
25,
10358,
3994,
18723,
5639,
15180,
290,
14701,
5721,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
1280,
62,
4033,
25,
6530,
286,
4946,
5721,
287,
47764,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
1029,
62,
4033,
25,
6530,
286,
3334,
5721,
287,
47764,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
1877,
62,
4033,
25,
6530,
286,
7754,
5721,
287,
47764,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
1969,
62,
4033,
25,
6530,
286,
13872,
5721,
287,
47764,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
6115,
62,
4033,
25,
6530,
286,
14701,
5721,
287,
47764,
13,
770,
5721,
318,
11902,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
290,
2421,
691,
611,
16916,
779,
428,
1366,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
7568,
796,
47764,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
28665,
82,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
11505,
10354,
1280,
62,
4033,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
11922,
10354,
1029,
62,
4033,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
20535,
10354,
1877,
62,
4033,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
26125,
10354,
1969,
62,
4033,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
31715,
10354,
6115,
62,
4033,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
628,
220,
220,
220,
825,
895,
64,
7,
944,
11,
2278,
28,
20,
11,
5721,
62,
3672,
11639,
82,
2611,
3256,
4174,
62,
1462,
11639,
26125,
6,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
17427,
26768,
13475,
357,
50,
5673,
8,
198,
220,
220,
220,
220,
220,
220,
220,
41436,
12,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3740,
1378,
2503,
13,
4164,
265,
81,
5067,
19,
13,
785,
14,
268,
14,
2213,
4980,
12,
24254,
14,
16794,
14,
38200,
14094,
14,
13670,
62,
521,
44549,
14,
31462,
62,
23913,
2,
36439,
62,
31462,
62,
23913,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13163,
1423,
44549,
13,
82,
2611,
7,
41007,
28,
20,
11,
5721,
62,
3672,
11639,
82,
2611,
3256,
4174,
62,
1462,
11639,
26125,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
493,
2278,
25,
262,
1271,
286,
17952,
9574,
11,
4277,
25,
642,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
5721,
62,
3672,
25,
29201,
1438,
11,
4277,
25,
895,
64,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
4174,
62,
1462,
25,
9022,
5721,
779,
329,
17952,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1680,
307,
1635,
1,
11505,
1,
25666,
1635,
1,
11922,
1,
25666,
1635,
1,
20535,
1,
9,
290,
1635,
1,
26125,
1,
24620,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12429,
19463,
1174,
25,
13872,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
6045,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
15284,
62,
82,
2611,
7,
944,
13,
7568,
11,
2278,
11,
5721,
62,
3672,
11,
4174,
62,
1462,
8,
628,
220,
220,
220,
825,
895,
2611,
7,
944,
11,
2278,
28,
20,
11,
5721,
62,
3672,
11639,
5796,
2611,
3256,
4174,
62,
1462,
11639,
26125,
6,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2439,
1025,
704,
26768,
13475,
357,
12310,
5673,
8,
198,
220,
220,
220,
220,
220,
220,
220,
41436,
12,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3740,
1378,
2503,
13,
4164,
265,
81,
5067,
19,
13,
785,
14,
622,
14,
2213,
4980,
12,
24254,
14,
16794,
14,
38200,
14094,
14,
13670,
62,
521,
44549,
14,
31462,
62,
23913,
2,
5796,
1025,
704,
62,
31462,
62,
23913,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13163,
1423,
44549,
13,
5796,
2611,
7,
41007,
28,
20,
11,
5721,
62,
3672,
11639,
5796,
2611,
3256,
4174,
62,
1462,
11639,
26125,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
493,
2278,
25,
262,
1271,
286,
17952,
9574,
11,
4277,
25,
642,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
5721,
62,
3672,
25,
29201,
1438,
11,
4277,
25,
895,
2611,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
4174,
62,
1462,
25,
9022,
5721,
779,
329,
17952,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1680,
307,
1635,
1,
11505,
1,
25666,
1635,
1,
11922,
1,
25666,
1635,
1,
20535,
1,
9,
290,
1635,
1,
26125,
1,
24620,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12429,
19463,
1174,
25,
13872,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
6045,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
5796,
2611,
796,
15284,
62,
5796,
2611,
7,
944,
13,
7568,
11,
2278,
11,
5721,
62,
3672,
11,
4174,
62,
1462,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
7568,
796,
2116,
13,
7568,
13,
647,
469,
7,
7568,
62,
5796,
2611,
11,
1364,
62,
9630,
28,
17821,
11,
826,
62,
9630,
28,
17821,
8,
628,
220,
220,
220,
825,
795,
64,
7,
944,
11,
2278,
28,
20,
11,
5721,
62,
3672,
11639,
19687,
3256,
4174,
62,
1462,
11639,
26125,
6,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
5518,
35470,
26768,
13475,
357,
27630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
41436,
12,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3740,
1378,
2503,
13,
4164,
265,
81,
5067,
19,
13,
785,
14,
268,
14,
2213,
4980,
12,
24254,
14,
16794,
14,
38200,
14094,
14,
13670,
62,
521,
44549,
14,
31462,
62,
23913,
2,
11201,
35470,
62,
31462,
62,
23913,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13163,
1423,
44549,
13,
19687,
7,
41007,
28,
20,
11,
5721,
62,
3672,
11639,
19687,
3256,
4174,
62,
1462,
11639,
26125,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
493,
2278,
25,
262,
1271,
286,
17952,
9574,
11,
4277,
25,
642,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
5721,
62,
3672,
25,
29201,
1438,
11,
4277,
25,
795,
64,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
4174,
62,
1462,
25,
9022,
5721,
779,
329,
17952,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1680,
307,
1635,
1,
11505,
1,
25666,
1635,
1,
11922,
1,
25666,
1635,
1,
20535,
1,
9,
290,
1635,
1,
26125,
1,
24620,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12429,
19463,
1174,
25,
13872,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
6045,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
7568,
58,
28665,
62,
3672,
60,
796,
2116,
13,
7568,
58,
944,
13557,
28665,
82,
58,
39014,
62,
1462,
60,
4083,
413,
76,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11506,
28,
41007,
11,
4532,
28,
25101,
737,
32604,
3419,
628,
220,
220,
220,
825,
7427,
62,
17500,
359,
1352,
7,
944,
11,
5721,
62,
3672,
11639,
5488,
6,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
25020,
440,
22360,
1352,
357,
32,
46,
8,
198,
220,
220,
220,
220,
220,
220,
220,
41436,
6329,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3740,
1378,
2503,
13,
4164,
265,
81,
5067,
19,
13,
785,
14,
268,
14,
2213,
4980,
12,
24254,
14,
16794,
14,
38200,
14094,
14,
13670,
62,
521,
44549,
14,
707,
5927,
62,
17500,
359,
1352,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13163,
1423,
44549,
13,
707,
5927,
62,
17500,
359,
1352,
7,
28665,
62,
3672,
11639,
5488,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
5721,
62,
3672,
25,
29201,
1438,
11,
4277,
25,
257,
78,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
6060,
5739,
329,
23069,
8584,
1366,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
279,
67,
13,
6601,
19778,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
17816,
11922,
20520,
796,
2116,
13,
7568,
58,
944,
13557,
28665,
82,
17816,
11922,
6,
11907,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
17816,
20535,
20520,
796,
2116,
13,
7568,
58,
944,
13557,
28665,
82,
17816,
20535,
6,
11907,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
27131,
378,
25020,
440,
22360,
1352,
198,
220,
220,
220,
220,
220,
220,
220,
15284,
62,
5488,
7,
7568,
62,
22065,
11,
5721,
62,
3672,
8,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
30109,
28665,
62,
3672,
11907,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
7568,
796,
2116,
13,
7568,
13,
647,
469,
7,
7568,
62,
22065,
11,
1364,
62,
9630,
28,
17821,
11,
826,
62,
9630,
28,
17821,
8,
628,
220,
220,
220,
825,
44219,
62,
17500,
359,
1352,
7,
944,
11,
5721,
62,
3672,
11639,
330,
6,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
29805,
1352,
440,
22360,
1352,
357,
2246,
8,
198,
220,
220,
220,
220,
220,
220,
220,
41436,
6329,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3740,
1378,
2503,
13,
4164,
265,
81,
5067,
19,
13,
785,
14,
268,
14,
2213,
4980,
12,
24254,
14,
16794,
14,
38200,
14094,
14,
13670,
62,
521,
44549,
14,
330,
7015,
1352,
62,
2934,
7015,
1352,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13163,
1423,
44549,
13,
330,
7015,
1352,
62,
17500,
359,
1352,
7,
28665,
62,
3672,
11639,
330,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
5721,
62,
3672,
25,
29201,
1438,
11,
4277,
25,
936,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1208,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
6060,
5739,
329,
23069,
8584,
1366,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
279,
67,
13,
6601,
19778,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
17816,
11922,
20520,
796,
2116,
13,
7568,
58,
944,
13557,
28665,
82,
17816,
11922,
6,
11907,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
17816,
20535,
20520,
796,
2116,
13,
7568,
58,
944,
13557,
28665,
82,
17816,
20535,
6,
11907,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
27131,
378,
25020,
440,
22360,
1352,
198,
220,
220,
220,
220,
220,
220,
220,
15284,
62,
5488,
7,
7568,
62,
22065,
11,
705,
5488,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
27131,
378,
311,
5673,
329,
25020,
440,
22360,
1352,
198,
220,
220,
220,
220,
220,
220,
220,
15284,
62,
82,
2611,
7,
7568,
62,
22065,
11,
642,
11,
705,
82,
2611,
62,
5488,
3256,
705,
5488,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
27131,
378,
29805,
1352,
440,
22360,
1352,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
58,
28665,
62,
3672,
60,
796,
47764,
62,
22065,
17816,
5488,
20520,
532,
47764,
62,
22065,
17816,
82,
2611,
62,
5488,
20520,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
30109,
28665,
62,
3672,
11907,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
7568,
796,
2116,
13,
7568,
13,
647,
469,
7,
7568,
62,
22065,
11,
1364,
62,
9630,
28,
17821,
11,
826,
62,
9630,
28,
17821,
8,
628,
220,
220,
220,
825,
24106,
62,
17080,
3890,
7,
944,
11,
5721,
62,
3672,
11639,
64,
14,
67,
6,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
6366,
388,
1741,
14,
20344,
3890,
357,
32,
14,
35,
8,
198,
220,
220,
220,
220,
220,
220,
220,
41436,
12,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3740,
1378,
2503,
13,
4164,
265,
81,
5067,
19,
13,
785,
14,
268,
14,
2213,
4980,
12,
24254,
14,
16794,
14,
38200,
14094,
14,
13670,
62,
521,
44549,
14,
4134,
388,
1741,
62,
17080,
3890,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13163,
1423,
44549,
13,
4134,
388,
1741,
62,
17080,
3890,
7,
28665,
62,
3672,
11639,
64,
14,
67,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
5721,
62,
3672,
25,
29201,
1438,
11,
4277,
25,
257,
14,
67,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
6045,
628,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
46042,
47764,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
279,
67,
13,
6601,
19778,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
17816,
19836,
20520,
796,
2116,
13,
7568,
58,
944,
13557,
28665,
82,
17816,
26125,
6,
11907,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
17816,
8929,
20520,
796,
2116,
13,
7568,
58,
944,
13557,
28665,
82,
17816,
11922,
6,
11907,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
17816,
9319,
20520,
796,
2116,
13,
7568,
58,
944,
13557,
28665,
82,
17816,
20535,
6,
11907,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
17816,
29048,
20520,
796,
2116,
13,
7568,
58,
944,
13557,
28665,
82,
17816,
31715,
6,
11907,
628,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
17816,
9948,
66,
20520,
796,
357,
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,
357,
7568,
62,
22065,
17816,
19836,
20520,
532,
47764,
62,
22065,
17816,
9319,
6,
12962,
532,
357,
7568,
62,
22065,
17816,
8929,
20520,
532,
47764,
62,
22065,
17816,
19836,
6,
12962,
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,
1267,
1635,
47764,
62,
22065,
17816,
29048,
20520,
1220,
357,
7568,
62,
22065,
17816,
8929,
20520,
532,
47764,
62,
22065,
17816,
9319,
6,
12962,
628,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
58,
28665,
62,
3672,
60,
796,
47764,
62,
22065,
17816,
9948,
66,
6,
4083,
20676,
1098,
22446,
16345,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
30109,
28665,
62,
3672,
11907,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
7568,
796,
2116,
13,
7568,
13,
647,
469,
7,
7568,
62,
22065,
11,
1364,
62,
9630,
28,
17821,
11,
826,
62,
9630,
28,
17821,
8,
628,
220,
220,
220,
825,
477,
23823,
7,
944,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2278,
62,
73,
8356,
28,
1485,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2278,
62,
660,
2788,
28,
23,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2278,
62,
75,
2419,
28,
20,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6482,
62,
73,
8356,
28,
23,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6482,
62,
660,
2788,
28,
20,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6482,
62,
75,
2419,
28,
18,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5721,
62,
3672,
62,
73,
8356,
11639,
439,
23823,
62,
73,
8356,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5721,
62,
3672,
62,
660,
2788,
11639,
439,
23823,
62,
660,
2788,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5721,
62,
3672,
62,
75,
2419,
11639,
439,
23823,
62,
75,
2419,
6,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1439,
23823,
198,
220,
220,
220,
220,
220,
220,
220,
34400,
438,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3740,
1378,
2503,
13,
4164,
265,
81,
5067,
19,
13,
785,
14,
268,
14,
2213,
4980,
12,
24254,
14,
16794,
14,
38200,
14094,
14,
13670,
62,
521,
44549,
14,
439,
23823,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13163,
1423,
44549,
13,
439,
23823,
7,
41007,
62,
73,
8356,
28,
1485,
11,
2278,
62,
660,
2788,
28,
23,
11,
2278,
62,
75,
2419,
28,
20,
11,
6482,
62,
73,
8356,
28,
23,
11,
6482,
62,
660,
2788,
28,
20,
11,
6482,
62,
75,
2419,
28,
18,
11,
5721,
62,
3672,
62,
73,
8356,
11639,
439,
23823,
62,
73,
707,
3256,
5721,
62,
3672,
62,
660,
2788,
11639,
439,
23823,
62,
660,
2788,
3256,
5721,
62,
3672,
62,
75,
2419,
11639,
439,
23823,
62,
75,
2419,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
493,
2278,
62,
73,
8356,
25,
18581,
329,
1439,
23823,
6,
449,
8356,
11,
4277,
25,
1511,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
493,
2278,
62,
660,
2788,
25,
18581,
329,
1439,
23823,
6,
1665,
2788,
11,
4277,
25,
807,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
493,
2278,
62,
75,
2419,
25,
18581,
329,
1439,
23823,
6,
406,
2419,
11,
4277,
25,
642,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
493,
6482,
62,
73,
8356,
25,
18581,
329,
1439,
23823,
6,
449,
8356,
11,
4277,
25,
807,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
493,
6482,
62,
660,
2788,
25,
18581,
329,
1439,
23823,
6,
1665,
2788,
11,
4277,
25,
642,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
493,
6482,
62,
75,
2419,
25,
18581,
329,
1439,
23823,
6,
406,
2419,
11,
4277,
25,
513,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
5721,
62,
3672,
62,
73,
8356,
25,
29201,
6530,
329,
1439,
23823,
6,
449,
8356,
11,
4277,
25,
477,
23823,
62,
73,
8356,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
5721,
62,
3672,
62,
660,
2788,
25,
29201,
6530,
329,
1439,
23823,
6,
1665,
2788,
11,
4277,
25,
477,
23823,
62,
660,
2788,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
5721,
62,
3672,
62,
75,
2419,
25,
29201,
6530,
329,
1439,
23823,
6,
406,
2419,
11,
4277,
25,
477,
23823,
62,
75,
2419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
1150,
666,
796,
2116,
13,
7568,
30109,
944,
13557,
28665,
82,
17816,
11922,
6,
4357,
2116,
13557,
28665,
82,
17816,
20535,
6,
11907,
60,
198,
220,
220,
220,
220,
220,
220,
220,
14288,
62,
4033,
796,
705,
1150,
666,
62,
4033,
6,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
1150,
666,
796,
47764,
62,
1150,
666,
13,
562,
570,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
14288,
62,
4033,
28,
50033,
2124,
25,
357,
87,
58,
944,
13557,
28665,
82,
17816,
11922,
6,
11907,
1343,
2124,
58,
944,
13557,
28665,
82,
17816,
20535,
6,
11907,
8,
1220,
362,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
73,
796,
15284,
62,
5796,
2611,
7,
7568,
62,
1150,
666,
11,
2278,
62,
73,
8356,
11,
5721,
62,
3672,
62,
73,
8356,
11,
14288,
62,
4033,
8,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
83,
796,
15284,
62,
5796,
2611,
7,
7568,
62,
1150,
666,
11,
2278,
62,
660,
2788,
11,
5721,
62,
3672,
62,
660,
2788,
11,
14288,
62,
4033,
8,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
75,
796,
15284,
62,
5796,
2611,
7,
7568,
62,
1150,
666,
11,
2278,
62,
75,
2419,
11,
5721,
62,
3672,
62,
75,
2419,
11,
14288,
62,
4033,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
15576,
9447,
44,
1722,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
73,
58,
28665,
62,
3672,
62,
73,
8356,
60,
796,
47764,
62,
73,
58,
28665,
62,
3672,
62,
73,
8356,
4083,
30846,
7,
30846,
62,
73,
8356,
8,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
83,
58,
28665,
62,
3672,
62,
660,
2788,
60,
796,
47764,
62,
83,
58,
28665,
62,
3672,
62,
660,
2788,
4083,
30846,
7,
30846,
62,
660,
2788,
8,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
75,
58,
28665,
62,
3672,
62,
75,
2419,
60,
796,
47764,
62,
75,
58,
28665,
62,
3672,
62,
75,
2419,
4083,
30846,
7,
30846,
62,
75,
2419,
8,
628,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
7568,
796,
2116,
13,
7568,
13,
647,
469,
7,
7568,
62,
73,
11,
1364,
62,
9630,
28,
17821,
11,
826,
62,
9630,
28,
17821,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
7568,
796,
2116,
13,
7568,
13,
647,
469,
7,
7568,
62,
83,
11,
1364,
62,
9630,
28,
17821,
11,
826,
62,
9630,
28,
17821,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
7568,
796,
2116,
13,
7568,
13,
647,
469,
7,
7568,
62,
75,
11,
1364,
62,
9630,
28,
17821,
11,
826,
62,
9630,
28,
17821,
8,
628,
220,
220,
220,
825,
379,
81,
7,
944,
11,
2278,
28,
1415,
11,
5721,
62,
3672,
11639,
265,
81,
6,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
13475,
6407,
13667,
357,
1404,
49,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
22369,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3740,
1378,
2503,
13,
4164,
265,
81,
5067,
19,
13,
785,
14,
268,
14,
2213,
4980,
12,
24254,
14,
16794,
14,
38200,
14094,
14,
13670,
62,
521,
44549,
14,
23913,
62,
7942,
62,
9521,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13163,
1423,
44549,
13,
265,
81,
7,
41007,
28,
1415,
11,
5721,
62,
3672,
11639,
265,
81,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
493,
2278,
25,
18581,
11,
4277,
25,
1478,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
5721,
62,
3672,
25,
29201,
1438,
11,
4277,
25,
379,
81,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
2116,
13,
7568,
30109,
944,
13557,
28665,
82,
17816,
11922,
6,
4357,
2116,
13557,
28665,
82,
17816,
20535,
6,
4357,
2116,
13557,
28665,
82,
17816,
26125,
6,
11907,
60,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
9806,
62,
1084,
28,
7568,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
11922,
6,
11907,
532,
47764,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
20535,
6,
11907,
8,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
17816,
47050,
62,
19836,
12,
8929,
20520,
796,
47764,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
26125,
20520,
4083,
30846,
7,
16,
8,
532,
47764,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
11922,
6,
11907,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
17816,
47050,
62,
19836,
12,
1084,
20520,
796,
47764,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
26125,
20520,
4083,
30846,
7,
16,
8,
532,
47764,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
20535,
6,
11907,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
17816,
9806,
62,
2100,
20520,
796,
47764,
62,
22065,
13,
39014,
7,
50033,
2124,
25,
3509,
26933,
87,
17816,
9806,
62,
1084,
6,
4357,
2124,
17816,
47050,
62,
19836,
12,
8929,
6,
4357,
2124,
17816,
47050,
62,
19836,
12,
1084,
6,
11907,
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,
16488,
28,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
15284,
62,
82,
2611,
7,
7568,
62,
22065,
11,
2278,
11,
5721,
62,
3672,
11,
705,
9806,
62,
2100,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
30109,
28665,
62,
3672,
11907,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
7568,
796,
2116,
13,
7568,
13,
647,
469,
7,
7568,
62,
22065,
11,
1364,
62,
9630,
28,
17821,
11,
826,
62,
9630,
28,
17821,
8,
628,
220,
220,
220,
825,
13062,
62,
6477,
7,
944,
11,
2278,
28,
1485,
11,
5721,
62,
3672,
11639,
65,
4127,
62,
6477,
6,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
15682,
4333,
198,
220,
220,
220,
220,
220,
220,
220,
220,
22369,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3740,
1378,
2503,
13,
4164,
265,
81,
5067,
19,
13,
785,
14,
268,
14,
2213,
4980,
12,
24254,
14,
16794,
14,
38200,
14094,
14,
13670,
62,
521,
44549,
14,
65,
4127,
62,
6477,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13163,
1423,
44549,
13,
65,
4127,
62,
6477,
7,
41007,
28,
1485,
11,
5721,
62,
3672,
11639,
65,
4127,
62,
6477,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
493,
2278,
25,
18581,
11,
4277,
25,
1511,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
5721,
62,
3672,
25,
29201,
1438,
11,
4277,
25,
13062,
62,
6477,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
2116,
13,
7568,
30109,
944,
13557,
28665,
82,
17816,
26125,
6,
4357,
2116,
13557,
28665,
82,
17816,
20535,
6,
11907,
60,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
19687,
28,
7568,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
26125,
20520,
4083,
413,
76,
7,
12626,
28,
41007,
11,
4532,
28,
25101,
737,
32604,
28955,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
58,
28665,
62,
3672,
60,
796,
47764,
62,
22065,
17816,
19687,
20520,
532,
47764,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
20535,
6,
11907,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
30109,
28665,
62,
3672,
11907,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
7568,
796,
2116,
13,
7568,
13,
647,
469,
7,
7568,
62,
22065,
11,
1364,
62,
9630,
28,
17821,
11,
826,
62,
9630,
28,
17821,
8,
628,
220,
220,
220,
825,
275,
692,
3889,
62,
21397,
7,
944,
11,
2278,
28,
1238,
11,
28833,
28,
17,
11,
5721,
62,
3672,
62,
4852,
11639,
65,
692,
3889,
62,
4852,
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,
5721,
62,
3672,
62,
13602,
11639,
65,
692,
3889,
62,
13602,
3256,
5721,
62,
3672,
62,
22487,
11639,
65,
692,
3889,
62,
22487,
6,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
43479,
3889,
347,
1746,
198,
220,
220,
220,
220,
220,
220,
220,
220,
24305,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3740,
1378,
2503,
13,
4164,
265,
81,
5067,
19,
13,
785,
14,
268,
14,
2213,
4980,
12,
24254,
14,
16794,
14,
38200,
14094,
14,
13670,
62,
521,
44549,
14,
65,
692,
3889,
62,
21397,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13163,
1423,
44549,
13,
65,
692,
3889,
62,
21397,
7,
944,
11,
2278,
28,
1238,
11,
28833,
28,
17,
11,
5721,
62,
3672,
62,
4852,
11639,
65,
692,
3889,
62,
929,
3256,
5721,
62,
3672,
62,
13602,
11639,
65,
692,
3889,
62,
13602,
3256,
5721,
62,
3672,
62,
22487,
11639,
65,
692,
3889,
62,
22487,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
493,
2278,
25,
18581,
11,
4277,
1160,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
493,
28833,
25,
7913,
286,
8997,
6245,
40356,
11,
4277,
362,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
5721,
62,
3672,
62,
4852,
25,
4277,
275,
692,
3889,
62,
929,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
5721,
62,
3672,
62,
13602,
25,
4277,
275,
692,
3889,
62,
13602,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
5721,
62,
3672,
62,
22487,
25,
4277,
275,
692,
3889,
62,
2902,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
2116,
13,
7568,
30109,
944,
13557,
28665,
82,
17816,
26125,
6,
11907,
60,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
13602,
28,
7568,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
26125,
20520,
4083,
18886,
7,
17497,
28,
41007,
737,
32604,
28955,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
301,
7959,
28,
7568,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
26125,
20520,
4083,
18886,
7,
17497,
28,
41007,
737,
19282,
7,
1860,
1659,
28,
15,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
28781,
28,
7568,
62,
22065,
13,
13602,
1343,
28833,
1635,
47764,
62,
22065,
13,
301,
7959,
8,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
2436,
28,
7568,
62,
22065,
13,
13602,
532,
28833,
1635,
47764,
62,
22065,
13,
301,
7959,
8,
628,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
58,
17816,
13602,
3256,
705,
28781,
3256,
705,
2436,
6,
11907,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
918,
480,
7,
28665,
82,
34758,
6,
13602,
10354,
5721,
62,
3672,
62,
13602,
11,
705,
28781,
10354,
5721,
62,
3672,
62,
4852,
11,
705,
2436,
10354,
5721,
62,
3672,
62,
22487,
30072,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
7568,
796,
2116,
13,
7568,
13,
647,
469,
7,
7568,
62,
22065,
11,
1364,
62,
9630,
28,
17821,
11,
826,
62,
9630,
28,
17821,
8,
628,
220,
220,
220,
825,
40317,
62,
6477,
7,
944,
11,
2278,
28,
1485,
11,
5721,
62,
3672,
11639,
16308,
82,
62,
6477,
6,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
18075,
4333,
198,
220,
220,
220,
220,
220,
220,
220,
220,
22369,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3740,
1378,
2503,
13,
4164,
265,
81,
5067,
19,
13,
785,
14,
268,
14,
2213,
4980,
12,
24254,
14,
16794,
14,
38200,
14094,
14,
13670,
62,
521,
44549,
14,
16308,
82,
62,
6477,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13163,
1423,
44549,
13,
16308,
82,
62,
6477,
7,
41007,
28,
1485,
11,
5721,
62,
3672,
11639,
16308,
82,
62,
6477,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
493,
2278,
25,
18581,
11,
4277,
25,
1511,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
5721,
62,
3672,
25,
29201,
1438,
11,
4277,
25,
40317,
62,
6477,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
2116,
13,
7568,
30109,
944,
13557,
28665,
82,
17816,
26125,
6,
4357,
2116,
13557,
28665,
82,
17816,
11922,
6,
11907,
60,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
19687,
28,
7568,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
26125,
20520,
4083,
413,
76,
7,
12626,
28,
41007,
11,
4532,
28,
25101,
737,
32604,
28955,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
58,
28665,
62,
3672,
60,
796,
47764,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
11922,
6,
11907,
532,
47764,
62,
22065,
17816,
19687,
20520,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
30109,
28665,
62,
3672,
11907,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
7568,
796,
2116,
13,
7568,
13,
647,
469,
7,
7568,
62,
22065,
11,
1364,
62,
9630,
28,
17821,
11,
826,
62,
9630,
28,
17821,
8,
628,
220,
220,
220,
825,
269,
979,
7,
944,
11,
2278,
28,
1415,
11,
5721,
62,
3672,
11639,
35764,
6,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1520,
375,
414,
11102,
12901,
357,
4093,
40,
8,
198,
220,
220,
220,
220,
220,
220,
220,
34400,
32501,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3740,
1378,
2503,
13,
4164,
265,
81,
5067,
19,
13,
785,
14,
268,
14,
2213,
4980,
12,
24254,
14,
16794,
14,
38200,
14094,
14,
13670,
62,
521,
44549,
14,
785,
4666,
414,
62,
17620,
62,
9630,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13163,
1423,
44549,
13,
35764,
7,
41007,
28,
1415,
11,
5721,
62,
3672,
11639,
35764,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
493,
2278,
25,
18581,
11,
4277,
25,
1478,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
5721,
62,
3672,
25,
29201,
1438,
11,
4277,
25,
269,
979,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
279,
67,
13,
2617,
62,
18076,
10786,
13812,
13,
9806,
62,
28665,
82,
3256,
5323,
8,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
2116,
13,
7568,
30109,
944,
13557,
28665,
82,
17816,
11922,
6,
4357,
2116,
13557,
28665,
82,
17816,
20535,
6,
4357,
2116,
13557,
28665,
82,
17816,
26125,
6,
11907,
60,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
34788,
16193,
7568,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
11922,
6,
11907,
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,
1343,
47764,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
20535,
6,
11907,
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,
1343,
47764,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
26125,
6,
11907,
8,
1220,
513,
8,
628,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
34788,
62,
82,
2611,
28,
7568,
62,
22065,
13,
34788,
13,
18886,
7,
17497,
28,
41007,
737,
32604,
28955,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
34788,
62,
9937,
28,
7568,
62,
22065,
13,
34788,
13,
18886,
7,
17497,
28,
41007,
737,
39014,
7,
9937,
11,
8246,
28,
25101,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
34788,
62,
1084,
62,
82,
2611,
28,
7568,
62,
22065,
13,
34788,
532,
47764,
62,
22065,
13,
34788,
62,
82,
2611,
8,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
35764,
16193,
16,
1220,
657,
13,
25150,
8,
1635,
357,
7568,
62,
22065,
13,
34788,
62,
1084,
62,
82,
2611,
1220,
47764,
62,
22065,
13,
34788,
62,
9937,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
58,
17816,
35764,
6,
11907,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
918,
480,
7,
28665,
82,
34758,
6,
35764,
10354,
5721,
62,
3672,
30072,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
7568,
796,
2116,
13,
7568,
13,
647,
469,
7,
7568,
62,
22065,
11,
1364,
62,
9630,
28,
17821,
11,
826,
62,
9630,
28,
17821,
8,
628,
220,
220,
220,
825,
390,
62,
4102,
263,
7,
944,
11,
2278,
28,
1415,
11,
5721,
62,
3672,
11639,
9536,
6,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1024,
9704,
263,
357,
5005,
44,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
26171,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3740,
1378,
2503,
13,
4164,
265,
81,
5067,
19,
13,
785,
14,
268,
14,
2213,
4980,
12,
24254,
14,
16794,
14,
38200,
14094,
14,
13670,
62,
521,
44549,
14,
9536,
668,
263,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13163,
1423,
44549,
13,
2934,
62,
4102,
263,
7,
41007,
28,
1415,
11,
5721,
62,
3672,
11639,
9536,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
493,
2278,
25,
18581,
11,
4277,
25,
1478,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
5721,
62,
3672,
25,
29201,
1438,
11,
4277,
25,
1357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
2116,
13,
7568,
30109,
944,
13557,
28665,
82,
17816,
11922,
6,
4357,
2116,
13557,
28665,
82,
17816,
20535,
6,
11907,
60,
628,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
289,
67,
361,
16193,
7568,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
11922,
6,
11907,
1875,
47764,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
11922,
20520,
4083,
30846,
7,
16,
29720,
459,
2981,
7,
600,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
71,
7266,
28,
7568,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
11922,
6,
11907,
532,
47764,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
11922,
20520,
4083,
30846,
7,
16,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
9536,
897,
28,
37659,
13,
3003,
7,
7568,
62,
22065,
13,
31298,
361,
6624,
657,
11,
657,
11,
47764,
62,
22065,
13,
71,
7266,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
335,
361,
16193,
7568,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
20535,
6,
11907,
1279,
47764,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
20535,
20520,
4083,
30846,
7,
16,
29720,
459,
2981,
7,
600,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
75,
7266,
28,
7568,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
20535,
20520,
4083,
30846,
7,
16,
8,
532,
47764,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
20535,
6,
11907,
8,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
9536,
259,
28,
37659,
13,
3003,
7,
7568,
62,
22065,
13,
335,
361,
6624,
657,
11,
657,
11,
47764,
62,
22065,
13,
75,
7266,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
17816,
82,
2611,
62,
9536,
897,
20520,
796,
47764,
62,
22065,
17816,
9536,
897,
6,
4083,
18886,
7,
17497,
28,
41007,
737,
32604,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
17816,
82,
2611,
62,
9536,
259,
20520,
796,
47764,
62,
22065,
17816,
9536,
259,
6,
4083,
18886,
7,
17497,
28,
41007,
737,
32604,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
9536,
28,
7568,
62,
22065,
13,
82,
2611,
62,
9536,
897,
1220,
357,
7568,
62,
22065,
13,
82,
2611,
62,
9536,
897,
1343,
47764,
62,
22065,
13,
82,
2611,
62,
9536,
259,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
58,
17816,
9536,
6,
11907,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
918,
480,
7,
28665,
82,
34758,
6,
9536,
10354,
5721,
62,
3672,
30072,
628,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
7568,
796,
2116,
13,
7568,
13,
647,
469,
7,
7568,
62,
22065,
11,
1364,
62,
9630,
28,
17821,
11,
826,
62,
9630,
28,
17821,
8,
628,
220,
220,
220,
825,
2700,
62,
9630,
7,
944,
11,
2278,
28,
1485,
11,
2446,
11639,
82,
2611,
3256,
4174,
62,
1462,
11639,
26125,
3256,
5721,
62,
3672,
11639,
69,
6015,
6,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
5221,
12901,
357,
37,
7397,
8,
198,
220,
220,
220,
220,
220,
220,
220,
34400,
438,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3740,
1378,
2503,
13,
4164,
265,
81,
5067,
19,
13,
785,
14,
268,
14,
2213,
4980,
12,
24254,
14,
16794,
14,
38200,
14094,
14,
13670,
62,
521,
44549,
14,
3174,
62,
9630,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13163,
1423,
44549,
13,
3174,
62,
9630,
7,
41007,
28,
1485,
11,
2446,
11639,
82,
2611,
3256,
4174,
62,
1462,
11639,
26125,
3256,
5721,
62,
3672,
11639,
69,
6015,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
493,
2278,
25,
18581,
11,
4277,
25,
1511,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
2446,
25,
26768,
2811,
2446,
13,
1680,
307,
705,
82,
2611,
3256,
705,
5796,
2611,
6,
393,
705,
19687,
4458,
15161,
25,
895,
64,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
4174,
62,
1462,
25,
27967,
16916,
284,
5721,
11,
4277,
25,
13872,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
5721,
62,
3672,
25,
29201,
1438,
11,
4277,
25,
1216,
66,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
2116,
13,
7568,
30109,
39014,
62,
1462,
11,
2116,
13557,
28665,
82,
17816,
31715,
6,
11907,
60,
198,
220,
220,
220,
220,
220,
220,
220,
611,
2446,
6624,
705,
82,
2611,
10354,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
2611,
28,
7568,
62,
22065,
58,
39014,
62,
1462,
4083,
18886,
7,
17497,
28,
41007,
737,
32604,
28955,
198,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
2446,
6624,
705,
5796,
2611,
10354,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
62,
5796,
2611,
796,
15284,
62,
5796,
2611,
7,
7568,
62,
22065,
11,
2278,
11,
705,
2611,
3256,
4174,
62,
1462,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
647,
469,
7,
7568,
62,
22065,
62,
5796,
2611,
11,
1364,
62,
9630,
28,
17821,
11,
826,
62,
9630,
28,
17821,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
2446,
6624,
705,
19687,
10354,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
2611,
28,
7568,
62,
22065,
58,
39014,
62,
1462,
4083,
413,
76,
7,
12626,
28,
41007,
11,
4532,
28,
25101,
737,
32604,
28955,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
10786,
464,
366,
24396,
1,
460,
307,
691,
366,
82,
2611,
1600,
366,
19687,
1,
393,
366,
5796,
2611,
1,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
69,
6015,
16193,
7568,
62,
22065,
13,
2611,
532,
47764,
62,
22065,
13,
2611,
13,
30846,
7,
16,
4008,
1635,
47764,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
31715,
6,
11907,
8,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
58,
17816,
69,
6015,
6,
11907,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
918,
480,
7,
28665,
82,
34758,
6,
69,
6015,
10354,
5721,
62,
3672,
30072,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
7568,
796,
2116,
13,
7568,
13,
647,
469,
7,
7568,
62,
22065,
11,
1364,
62,
9630,
28,
17821,
11,
826,
62,
9630,
28,
17821,
8,
628,
220,
220,
220,
825,
12999,
874,
7,
944,
11,
5721,
62,
3672,
62,
8929,
11639,
69,
974,
874,
62,
8929,
3256,
5721,
62,
3672,
62,
9319,
11639,
69,
974,
874,
62,
9319,
6,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
40548,
874,
198,
220,
220,
220,
220,
220,
220,
220,
45337,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3740,
1378,
2503,
13,
4164,
265,
81,
5067,
19,
13,
785,
14,
268,
14,
2213,
4980,
12,
24254,
14,
16794,
14,
38200,
14094,
14,
13670,
62,
521,
44549,
14,
69,
974,
874,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13163,
1423,
44549,
13,
69,
974,
874,
7,
28665,
62,
3672,
62,
8929,
11639,
69,
974,
874,
62,
8929,
3256,
5721,
62,
3672,
62,
9319,
11639,
69,
974,
874,
62,
9319,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
5721,
62,
3672,
62,
8929,
25,
29201,
1438,
329,
3334,
3815,
11,
4277,
25,
12999,
874,
62,
8929,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
5721,
62,
3672,
62,
9319,
25,
29201,
1438,
329,
7754,
3815,
11,
4277,
25,
12999,
874,
62,
9319,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
2116,
13,
7568,
30109,
944,
13557,
28665,
82,
17816,
11922,
6,
4357,
2116,
13557,
28665,
82,
17816,
20535,
6,
11907,
60,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
69,
71,
28,
37659,
13,
3003,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
7568,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
11922,
6,
11907,
1875,
47764,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
11922,
20520,
4083,
30846,
7,
16,
4008,
1222,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
7568,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
11922,
6,
11907,
1875,
47764,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
11922,
20520,
4083,
30846,
7,
17,
4008,
1222,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
7568,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
11922,
6,
11907,
1875,
47764,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
11922,
20520,
4083,
30846,
32590,
16,
4008,
1222,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
7568,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
11922,
6,
11907,
1875,
47764,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
11922,
20520,
4083,
30846,
32590,
17,
36911,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6407,
11,
10352,
198,
220,
220,
220,
220,
220,
220,
220,
15306,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
2704,
28,
37659,
13,
3003,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
7568,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
20535,
6,
11907,
1279,
47764,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
20535,
20520,
4083,
30846,
7,
16,
4008,
1222,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
7568,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
20535,
6,
11907,
1279,
47764,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
20535,
20520,
4083,
30846,
7,
17,
4008,
1222,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
7568,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
20535,
6,
11907,
1279,
47764,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
20535,
20520,
4083,
30846,
32590,
16,
4008,
1222,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
7568,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
20535,
6,
11907,
1279,
47764,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
20535,
20520,
4083,
30846,
32590,
17,
36911,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6407,
11,
10352,
198,
220,
220,
220,
220,
220,
220,
220,
15306,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
58,
17816,
69,
71,
3256,
705,
2704,
6,
11907,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
918,
480,
7,
28665,
82,
34758,
6,
69,
71,
10354,
5721,
62,
3672,
62,
8929,
11,
705,
2704,
10354,
5721,
62,
3672,
62,
9319,
30072,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
7568,
796,
2116,
13,
7568,
13,
647,
469,
7,
7568,
62,
22065,
11,
1364,
62,
9630,
28,
17821,
11,
826,
62,
9630,
28,
17821,
8,
628,
220,
220,
220,
825,
308,
1352,
7,
944,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2278,
62,
73,
8356,
28,
1485,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2278,
62,
660,
2788,
28,
23,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2278,
62,
75,
2419,
28,
20,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6482,
62,
73,
8356,
28,
23,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6482,
62,
660,
2788,
28,
20,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6482,
62,
75,
2419,
28,
18,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5721,
62,
3672,
62,
2100,
16,
11639,
8367,
16,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5721,
62,
3672,
62,
2100,
17,
11639,
8367,
17,
6,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
402,
1352,
440,
22360,
1352,
198,
220,
220,
220,
220,
220,
220,
220,
34400,
12,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3740,
1378,
2503,
13,
4164,
265,
81,
5067,
19,
13,
785,
14,
268,
14,
2213,
4980,
12,
24254,
14,
16794,
14,
38200,
14094,
14,
13670,
62,
521,
44549,
14,
70,
1352,
62,
17500,
359,
1352,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13163,
1423,
44549,
13,
70,
1352,
7,
41007,
62,
73,
8356,
28,
1485,
11,
2278,
62,
660,
2788,
28,
23,
11,
2278,
62,
75,
2419,
28,
20,
11,
6482,
62,
73,
8356,
28,
23,
11,
6482,
62,
660,
2788,
28,
20,
11,
6482,
62,
75,
2419,
28,
18,
11,
5721,
62,
3672,
62,
2100,
16,
11639,
8367,
16,
3256,
5721,
62,
3672,
62,
2100,
17,
11639,
8367,
17,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
493,
2278,
62,
73,
8356,
25,
449,
8356,
2278,
11,
4277,
25,
1511,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
493,
2278,
62,
660,
2788,
25,
1665,
2788,
2278,
11,
4277,
25,
807,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
493,
2278,
62,
75,
2419,
25,
406,
2419,
2278,
11,
4277,
25,
642,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
493,
6482,
62,
73,
8356,
25,
449,
8356,
6482,
11,
4277,
25,
807,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
493,
6482,
62,
660,
2788,
25,
1665,
2788,
6482,
11,
4277,
25,
642,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
493,
6482,
62,
75,
2419,
25,
406,
2419,
6482,
11,
4277,
25,
513,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
5721,
62,
3672,
62,
2100,
16,
25,
29201,
1438,
329,
11052,
16,
11,
4277,
1988,
16,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
5721,
62,
3672,
62,
2100,
17,
25,
29201,
1438,
329,
11052,
17,
11,
4277,
1988,
17,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
2116,
13,
7568,
30109,
944,
13557,
28665,
82,
17816,
11922,
6,
4357,
2116,
13557,
28665,
82,
17816,
20535,
6,
11907,
60,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
71,
66,
16193,
7568,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
11922,
6,
11907,
1343,
47764,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
20535,
6,
11907,
8,
1220,
362,
8,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
73,
796,
15284,
62,
5796,
2611,
7,
7568,
62,
22065,
11,
2278,
62,
73,
8356,
11,
705,
73,
8356,
3256,
705,
71,
66,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
83,
796,
15284,
62,
5796,
2611,
7,
7568,
62,
22065,
11,
2278,
62,
660,
2788,
11,
705,
660,
2788,
3256,
705,
71,
66,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
75,
796,
15284,
62,
5796,
2611,
7,
7568,
62,
22065,
11,
2278,
62,
75,
2419,
11,
705,
75,
2419,
3256,
705,
71,
66,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
15576,
9447,
44,
1722,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
73,
17816,
73,
8356,
20520,
796,
47764,
62,
73,
17816,
73,
8356,
6,
4083,
30846,
7,
30846,
62,
73,
8356,
8,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
83,
17816,
660,
2788,
20520,
796,
47764,
62,
83,
17816,
660,
2788,
6,
4083,
30846,
7,
30846,
62,
660,
2788,
8,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
75,
17816,
75,
2419,
20520,
796,
47764,
62,
75,
17816,
75,
2419,
6,
4083,
30846,
7,
30846,
62,
75,
2419,
8,
628,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
647,
469,
7,
7568,
62,
73,
11,
1364,
62,
9630,
28,
17821,
11,
826,
62,
9630,
28,
17821,
8,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
647,
469,
7,
7568,
62,
83,
11,
1364,
62,
9630,
28,
17821,
11,
826,
62,
9630,
28,
17821,
8,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
647,
469,
7,
7568,
62,
75,
11,
1364,
62,
9630,
28,
17821,
11,
826,
62,
9630,
28,
17821,
8,
628,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
2100,
16,
28,
7568,
62,
22065,
17816,
73,
8356,
20520,
532,
47764,
62,
22065,
17816,
660,
2788,
6,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
2100,
17,
10779,
7,
7568,
62,
22065,
17816,
660,
2788,
20520,
532,
47764,
62,
22065,
17816,
75,
2419,
20520,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
58,
17816,
2100,
16,
3256,
705,
2100,
17,
6,
11907,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
918,
480,
7,
28665,
82,
34758,
6,
2100,
16,
10354,
5721,
62,
3672,
62,
2100,
16,
11,
705,
2100,
17,
10354,
5721,
62,
3672,
62,
2100,
17,
30072,
628,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
7568,
796,
2116,
13,
7568,
13,
647,
469,
7,
7568,
62,
22065,
11,
1364,
62,
9630,
28,
17821,
11,
826,
62,
9630,
28,
17821,
8,
628,
220,
220,
220,
825,
220,
488,
320,
11601,
62,
74,
676,
78,
62,
71,
8226,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2278,
62,
1452,
27541,
62,
6248,
28,
24,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2278,
62,
74,
2926,
403,
62,
6248,
28,
2075,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2278,
62,
6248,
74,
280,
62,
12626,
62,
65,
28,
4309,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5721,
62,
3672,
62,
354,
1134,
280,
62,
12626,
11639,
354,
1134,
280,
62,
12626,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5721,
62,
3672,
62,
1452,
27541,
62,
6248,
11639,
1452,
27541,
62,
6248,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5721,
62,
3672,
62,
74,
2926,
403,
62,
6248,
11639,
74,
2926,
403,
62,
6248,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5721,
62,
3672,
62,
6248,
74,
280,
62,
12626,
62,
64,
11639,
6248,
74,
280,
62,
12626,
62,
64,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5721,
62,
3672,
62,
6248,
74,
280,
62,
12626,
62,
65,
11639,
6248,
74,
280,
62,
12626,
62,
65,
6,
198,
220,
220,
220,
15179,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
26364,
320,
11601,
509,
676,
78,
6707,
78,
198,
220,
220,
220,
220,
220,
220,
220,
34400,
438,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3740,
1378,
2503,
13,
4164,
265,
81,
5067,
19,
13,
785,
14,
268,
14,
2213,
4980,
12,
24254,
14,
16794,
14,
38200,
14094,
14,
13670,
62,
521,
44549,
14,
488,
320,
11601,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13163,
1423,
44549,
13,
488,
320,
11601,
62,
74,
676,
78,
62,
71,
8226,
7,
41007,
62,
1452,
27541,
62,
6248,
28,
24,
11,
2278,
62,
74,
2926,
403,
62,
6248,
28,
2075,
11,
2278,
62,
6248,
74,
280,
62,
12626,
62,
65,
28,
4309,
11,
5721,
62,
3672,
62,
354,
1134,
280,
62,
12626,
11639,
354,
1134,
280,
62,
12626,
3256,
5721,
62,
3672,
62,
1452,
27541,
62,
6248,
11639,
1452,
27541,
62,
6248,
3256,
5721,
62,
3672,
62,
74,
2926,
403,
62,
6248,
11639,
74,
2926,
403,
62,
6248,
3256,
5721,
62,
3672,
62,
6248,
74,
280,
62,
12626,
62,
64,
11639,
6248,
74,
280,
62,
12626,
62,
64,
3256,
5721,
62,
3672,
62,
6248,
74,
280,
62,
12626,
62,
65,
11639,
6248,
74,
280,
62,
12626,
62,
65,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
493,
2278,
62,
1452,
27541,
62,
6248,
25,
18581,
329,
9368,
27541,
12,
6248,
11,
4277,
25,
860,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
493,
2278,
62,
74,
2926,
403,
62,
6248,
25,
18581,
329,
509,
2926,
403,
12,
6248,
11,
4277,
25,
2608,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
493,
2278,
62,
6248,
74,
280,
62,
12626,
62,
65,
25,
18581,
329,
2311,
74,
280,
12,
12626,
11,
4277,
25,
6740,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
5721,
62,
3672,
62,
354,
1134,
280,
62,
12626,
25,
29201,
1438,
329,
609,
1134,
280,
12,
12626,
11,
4277,
25,
442,
1134,
280,
62,
12626,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
5721,
62,
3672,
62,
1452,
27541,
62,
6248,
25,
29201,
1438,
329,
9368,
27541,
12,
6248,
11,
4277,
25,
3478,
27541,
62,
6248,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
5721,
62,
3672,
62,
74,
2926,
403,
62,
6248,
25,
29201,
1438,
329,
509,
2926,
403,
12,
6248,
11,
4277,
25,
479,
2926,
403,
62,
6248,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
5721,
62,
3672,
62,
6248,
74,
280,
62,
12626,
62,
64,
25,
29201,
1438,
329,
2311,
74,
280,
49101,
317,
11,
4277,
25,
3308,
74,
280,
62,
12626,
62,
64,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
5721,
62,
3672,
62,
6248,
74,
280,
62,
12626,
62,
65,
25,
29201,
1438,
329,
2311,
74,
280,
49101,
347,
11,
4277,
25,
3308,
74,
280,
62,
12626,
62,
65,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
2116,
13,
7568,
30109,
944,
13557,
28665,
82,
17816,
11922,
6,
4357,
2116,
13557,
28665,
82,
17816,
20535,
6,
4357,
2116,
13557,
28665,
82,
17816,
26125,
6,
11907,
60,
628,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
1452,
27541,
62,
71,
28,
7568,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
11922,
20520,
4083,
18886,
7,
17497,
28,
41007,
62,
1452,
27541,
62,
6248,
737,
9806,
28955,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
1452,
27541,
62,
75,
28,
7568,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
20535,
20520,
4083,
18886,
7,
17497,
28,
41007,
62,
1452,
27541,
62,
6248,
737,
1084,
28955,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
1452,
27541,
16193,
7568,
62,
22065,
13,
1452,
27541,
62,
71,
1343,
47764,
62,
22065,
13,
1452,
27541,
62,
75,
8,
1220,
362,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1619,
47764,
62,
22065,
17816,
1452,
27541,
62,
71,
20520,
198,
220,
220,
220,
220,
220,
220,
220,
1619,
47764,
62,
22065,
17816,
1452,
27541,
62,
75,
20520,
628,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
74,
2926,
403,
62,
71,
28,
7568,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
11922,
20520,
4083,
18886,
7,
17497,
28,
41007,
62,
74,
2926,
403,
62,
6248,
737,
9806,
28955,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
74,
2926,
403,
62,
75,
28,
7568,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
20535,
20520,
4083,
18886,
7,
17497,
28,
41007,
62,
74,
2926,
403,
62,
6248,
737,
1084,
28955,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
74,
2926,
403,
16193,
7568,
62,
22065,
13,
74,
2926,
403,
62,
71,
1343,
47764,
62,
22065,
13,
74,
2926,
403,
62,
75,
8,
1220,
362,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1619,
47764,
62,
22065,
17816,
74,
2926,
403,
62,
71,
20520,
198,
220,
220,
220,
220,
220,
220,
220,
1619,
47764,
62,
22065,
17816,
74,
2926,
403,
62,
75,
20520,
628,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
824,
64,
16193,
7,
7568,
62,
22065,
13,
1452,
27541,
1343,
47764,
62,
22065,
13,
74,
2926,
403,
8,
1220,
362,
737,
30846,
7,
41007,
62,
74,
2926,
403,
62,
6248,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
824,
65,
62,
71,
28,
7568,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
11922,
20520,
4083,
18886,
7,
17497,
28,
41007,
62,
6248,
74,
280,
62,
12626,
62,
65,
737,
9806,
28955,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
824,
65,
62,
75,
28,
7568,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
20535,
20520,
4083,
18886,
7,
17497,
28,
41007,
62,
6248,
74,
280,
62,
12626,
62,
65,
737,
1084,
28955,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
824,
65,
16193,
7,
7568,
62,
22065,
13,
824,
65,
62,
71,
1343,
47764,
62,
22065,
13,
824,
65,
62,
75,
8,
1220,
362,
737,
30846,
7,
41007,
62,
74,
2926,
403,
62,
6248,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
1619,
47764,
62,
22065,
17816,
824,
65,
62,
71,
20520,
198,
220,
220,
220,
220,
220,
220,
220,
1619,
47764,
62,
22065,
17816,
824,
65,
62,
75,
20520,
628,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
354,
1134,
280,
28,
7568,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
26125,
20520,
4083,
30846,
32590,
41007,
62,
74,
2926,
403,
62,
6248,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
58,
17816,
1452,
27541,
3256,
705,
74,
2926,
403,
3256,
705,
824,
64,
3256,
705,
824,
65,
3256,
705,
354,
1134,
280,
6,
11907,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
918,
480,
7,
28665,
82,
34758,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
1452,
27541,
10354,
5721,
62,
3672,
62,
1452,
27541,
62,
6248,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
74,
2926,
403,
10354,
5721,
62,
3672,
62,
74,
2926,
403,
62,
6248,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
824,
64,
10354,
5721,
62,
3672,
62,
6248,
74,
280,
62,
12626,
62,
64,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
824,
65,
10354,
5721,
62,
3672,
62,
6248,
74,
280,
62,
12626,
62,
65,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
354,
1134,
280,
10354,
5721,
62,
3672,
62,
354,
1134,
280,
62,
12626,
198,
220,
220,
220,
220,
220,
220,
220,
32092,
628,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
7568,
796,
2116,
13,
7568,
13,
647,
469,
7,
7568,
62,
22065,
11,
1364,
62,
9630,
28,
17821,
11,
826,
62,
9630,
28,
17821,
8,
628,
220,
220,
220,
825,
275,
86,
62,
76,
12463,
7,
944,
11,
5721,
62,
3672,
11639,
65,
86,
62,
76,
12463,
6,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
5991,
13585,
18194,
12901,
357,
48802,
337,
11674,
8,
198,
220,
220,
220,
220,
220,
220,
220,
20368,
438,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3740,
1378,
2503,
13,
4164,
265,
81,
5067,
19,
13,
785,
14,
268,
14,
2213,
4980,
12,
24254,
14,
16794,
14,
38200,
14094,
14,
13670,
62,
521,
44549,
14,
10728,
62,
38942,
18194,
62,
9630,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13163,
1423,
44549,
13,
65,
86,
62,
76,
12463,
7,
28665,
62,
3672,
11639,
65,
86,
62,
76,
12463,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
5721,
62,
3672,
25,
29201,
1438,
11,
4277,
25,
275,
86,
62,
76,
12463,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
2116,
13,
7568,
30109,
944,
13557,
28665,
82,
17816,
11922,
6,
4357,
2116,
13557,
28665,
82,
17816,
20535,
6,
4357,
2116,
13557,
28665,
82,
17816,
31715,
6,
11907,
60,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
275,
86,
16193,
7568,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
11922,
6,
11907,
532,
47764,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
20535,
6,
11907,
8,
1220,
47764,
62,
22065,
58,
944,
13557,
28665,
82,
17816,
31715,
6,
11907,
1635,
1802,
830,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
58,
17816,
65,
86,
6,
11907,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
918,
480,
7,
28665,
82,
34758,
6,
65,
86,
10354,
5721,
62,
3672,
30072,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
7568,
796,
2116,
13,
7568,
13,
647,
469,
7,
7568,
62,
22065,
11,
1364,
62,
9630,
28,
17821,
11,
826,
62,
9630,
28,
17821,
8,
628,
220,
220,
220,
825,
12858,
7,
944,
11,
2278,
28,
1415,
11,
5721,
62,
3672,
11639,
32542,
298,
388,
6,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
29278,
388,
198,
220,
220,
220,
220,
220,
220,
220,
24200,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3740,
1378,
2503,
13,
4164,
265,
81,
5067,
19,
13,
785,
14,
622,
14,
2213,
4980,
12,
24254,
14,
16794,
14,
38200,
14094,
14,
13670,
62,
521,
44549,
14,
32542,
298,
388,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13163,
1423,
44549,
13,
32542,
298,
388,
7,
41007,
28,
1415,
11,
5721,
62,
3672,
11639,
32542,
298,
388,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
493,
2278,
25,
18581,
11,
4277,
25,
1478,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
81,
5721,
62,
3672,
25,
29201,
1438,
11,
4277,
25,
12858,
198,
220,
220,
220,
220,
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,
1969,
796,
2116,
13557,
28665,
82,
17816,
26125,
20520,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
2116,
13,
7568,
30109,
19836,
11907,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
28,
7568,
62,
22065,
58,
19836,
60,
1220,
47764,
62,
22065,
58,
19836,
4083,
30846,
7,
41007,
8,
1635,
1802,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
58,
17816,
76,
6,
11907,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
918,
480,
7,
28665,
82,
34758,
6,
76,
10354,
5721,
62,
3672,
30072,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
7568,
796,
2116,
13,
7568,
13,
647,
469,
7,
7568,
62,
22065,
11,
1364,
62,
9630,
28,
17821,
11,
826,
62,
9630,
28,
17821,
8,
628,
220,
220,
220,
825,
285,
12463,
7,
944,
11,
2278,
28,
20,
11,
5721,
62,
3672,
11639,
76,
12463,
6,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
12911,
27782,
12901,
357,
44,
11674,
8,
198,
220,
220,
220,
220,
220,
220,
220,
41436,
6329,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3740,
1378,
2503,
13,
4164,
265,
81,
5067,
19,
13,
785,
14,
268,
14,
2213,
4980,
12,
24254,
14,
16794,
14,
38200,
14094,
14,
13670,
62,
521,
44549,
14,
26316,
62,
11125,
62,
9630,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13163,
1423,
44549,
13,
76,
12463,
7,
41007,
28,
20,
11,
5721,
62,
3672,
11639,
76,
12463,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
493,
2278,
25,
18581,
11,
4277,
25,
642,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
5721,
62,
3672,
25,
29201,
1438,
11,
4277,
25,
285,
12463,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1029,
11,
1877,
11,
1969,
11,
6115,
796,
2116,
13557,
28665,
82,
17816,
11922,
6,
4357,
2116,
13557,
28665,
82,
17816,
20535,
6,
4357,
2116,
13557,
28665,
82,
17816,
26125,
6,
4357,
2116,
13557,
28665,
82,
58,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
31715,
20520,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
2116,
13,
7568,
30109,
8929,
11,
1877,
11,
1969,
11,
6115,
11907,
628,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
34788,
16193,
7568,
62,
22065,
58,
8929,
60,
1343,
47764,
62,
22065,
58,
9319,
60,
1343,
47764,
62,
22065,
58,
19836,
12962,
1220,
513,
8,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
76,
69,
28,
7568,
62,
22065,
17816,
34788,
20520,
1635,
47764,
62,
22065,
58,
29048,
12962,
628,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9114,
69,
28,
37659,
13,
3003,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
17816,
34788,
20520,
1875,
47764,
62,
22065,
17816,
34788,
6,
4083,
30846,
7,
16,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
17816,
76,
69,
6,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
657,
13,
15,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
28642,
69,
28,
37659,
13,
3003,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
17816,
34788,
20520,
1279,
47764,
62,
22065,
17816,
34788,
6,
4083,
30846,
7,
16,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
17816,
76,
69,
6,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
657,
13,
15,
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,
47764,
62,
22065,
17816,
4426,
9501,
20520,
796,
47764,
62,
22065,
13,
4426,
69,
13,
18886,
7,
17497,
28,
41007,
737,
16345,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
17816,
21533,
9501,
20520,
796,
47764,
62,
22065,
13,
21533,
69,
13,
18886,
7,
17497,
28,
41007,
737,
16345,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
1619,
47764,
62,
22065,
17816,
34788,
20520,
198,
220,
220,
220,
220,
220,
220,
220,
1619,
47764,
62,
22065,
17816,
76,
69,
20520,
198,
220,
220,
220,
220,
220,
220,
220,
1619,
47764,
62,
22065,
17816,
4426,
69,
20520,
198,
220,
220,
220,
220,
220,
220,
220,
1619,
47764,
62,
22065,
17816,
21533,
69,
20520,
628,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
744,
7,
12501,
320,
874,
28,
940,
8,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
43395,
28,
7568,
62,
22065,
13,
4426,
9501,
1220,
47764,
62,
22065,
13,
21533,
9501,
8,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
76,
12463,
28,
3064,
532,
357,
3064,
1220,
357,
16,
1343,
47764,
62,
22065,
13,
43395,
22305,
628,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
58,
17816,
76,
12463,
6,
11907,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
918,
480,
7,
28665,
82,
34758,
6,
76,
12463,
10354,
5721,
62,
3672,
30072,
628,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
7568,
796,
2116,
13,
7568,
13,
647,
469,
7,
7568,
62,
22065,
11,
1364,
62,
9630,
28,
17821,
11,
826,
62,
9630,
28,
17821,
8,
628,
220,
220,
220,
825,
8352,
67,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2278,
62,
7217,
28,
1065,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2278,
62,
38246,
28,
2075,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2278,
62,
12683,
282,
28,
24,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5721,
62,
3672,
62,
8367,
11639,
20285,
67,
62,
8367,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5721,
62,
3672,
62,
12683,
282,
11639,
20285,
67,
62,
12683,
282,
6,
198,
220,
220,
220,
15179,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
26768,
13475,
35602,
12745,
14,
35,
1428,
12745,
357,
44721,
35,
8,
198,
220,
220,
220,
220,
220,
220,
220,
20368,
10541,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3740,
1378,
2503,
13,
4164,
265,
81,
5067,
19,
13,
785,
14,
268,
14,
2213,
4980,
12,
24254,
14,
16794,
14,
38200,
14094,
14,
13670,
62,
521,
44549,
14,
20285,
67,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13163,
1423,
44549,
13,
20285,
67,
7,
944,
11,
2278,
62,
7217,
28,
1065,
11,
2278,
62,
38246,
28,
2075,
11,
2278,
62,
12683,
282,
28,
24,
11,
5721,
62,
3672,
62,
8367,
11639,
20285,
67,
62,
8367,
3256,
5721,
62,
3672,
62,
12683,
282,
11639,
20285,
67,
62,
12683,
282,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
493,
2278,
62,
7217,
25,
18581,
329,
12549,
412,
5673,
11,
4277,
25,
1105,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
493,
2278,
62,
38246,
25,
18581,
329,
19054,
412,
5673,
11,
4277,
25,
2608,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
493,
2278,
62,
12683,
282,
25,
18581,
329,
26484,
6910,
11,
4277,
860,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
5721,
62,
3672,
62,
8367,
25,
29201,
1438,
329,
20582,
35,
11052,
11,
4277,
8352,
67,
62,
8367,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
965,
5721,
62,
3672,
62,
12683,
282,
25,
29201,
1438,
329,
20582,
35,
26484,
11,
4277,
8352,
67,
62,
12683,
282,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
7783,
25,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1969,
796,
2116,
13557,
28665,
82,
17816,
26125,
20520,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
2116,
13,
7568,
30109,
19836,
11907,
628,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
7217,
28,
7568,
62,
22065,
58,
19836,
4083,
413,
76,
7,
12626,
28,
41007,
62,
7217,
11,
4532,
28,
25101,
737,
32604,
28955,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
38246,
28,
7568,
62,
22065,
58,
19836,
4083,
413,
76,
7,
12626,
28,
41007,
62,
38246,
11,
4532,
28,
25101,
737,
32604,
28955,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
8367,
28,
7568,
62,
22065,
17816,
7217,
20520,
532,
47764,
62,
22065,
17816,
38246,
6,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
562,
570,
7,
12683,
282,
28,
7568,
62,
22065,
17816,
8367,
6,
4083,
18886,
7,
17497,
28,
41007,
62,
12683,
282,
737,
32604,
28955,
628,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
58,
17816,
8367,
3256,
705,
12683,
282,
6,
11907,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
62,
22065,
796,
47764,
62,
22065,
13,
918,
480,
7,
28665,
82,
34758,
6,
8367,
10354,
5721,
62,
3672,
62,
8367,
11,
705,
12683,
282,
10354,
5721,
62,
3672,
62,
12683,
282,
30072,
628,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
7568,
796,
2116,
13,
7568,
13,
647,
469,
7,
7568,
62,
22065,
11,
1364,
62,
9630,
28,
17821,
11,
826,
62,
9630,
28,
17821,
8,
198
] | 2.07911 | 15,017 |
default_app_config = 'info_transportation.apps.InfoTransportationConfig'
| [
12286,
62,
1324,
62,
11250,
796,
705,
10951,
62,
7645,
10189,
13,
18211,
13,
12360,
8291,
10189,
16934,
6,
198
] | 3.65 | 20 |
# Copyright 2019 Jeremy Schulman, [email protected]
#
# 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.
"""
This file provides the pytest framework and test functions used to dynamically
load NRFU optic-inventory test-cases based on the --nrfu-testcasedir command
line option. This file retrieves the device specific "show" directly from the
device.
"""
import json
import pytest
# import the EOS specific NRFU optic inventory module so the functions in this
# file can generate the test-case names and invoke the actual NRFU validation
# function.
import nrfupytesteos.nrfu_optic_inventory as nrfu
@pytest.fixture(scope='module')
def device_inventory(device):
"""
This fixture is used to return the EOS result of the "show inventory"
command as structured data.
Parameters
----------
device : Device instance
Returns
-------
dict
The dictionary output of the "show inventory" command
"""
return nrfu.snapshot_testdata(device)
def pytest_generate_tests(metafunc):
"""
pytest will invoke this hook allowing us to dynamically load the device
specific optic status test cases based on the directory the User provided
as the --nrfu-testcasedir command line argument.
Parameters
----------
metafunc : Metafunc instance used to parametrize the test function
"""
testcases_file = metafunc.config._nrfu.testcases_dir.joinpath(
f'{nrfu.TEST_CASE_NAME}.json')
metafunc.parametrize('testcase',
json.load(testcases_file.open()),
ids=nrfu.name_test)
def test_optic_inventory(device, device_inventory, testcase):
"""
pytest will call this function for each test-case item loaded via the
pytest_generate_tests hook function. This function will in turn call the
actual NRFU EOS specific test function `nrfu.test_optic_inventory` that
will validate the specific `testcase` against the actual data
`device_inventory`. If `nrfu.test_optic_inventory` detects a failure it
will raise a specific NRFU exception. The pytest framework will catch that
exception and report the test as failed.
Parameters
----------
device : Device instance
device_inventory : dict
The EOS structured output of the "show inventory" command
testcase : dict
A specific test-case from the list of all test-cases loaded.
Raises
------
See `nrfu.test_optic_inventory` docs for details
"""
nrfu.test_optic_inventory(
device=device,
actual=device_inventory,
testcase=testcase)
| [
2,
220,
15069,
13130,
11753,
3059,
377,
805,
11,
299,
43021,
2306,
296,
3216,
330,
31,
14816,
13,
785,
198,
2,
198,
2,
220,
49962,
739,
262,
24843,
13789,
11,
10628,
362,
13,
15,
357,
1169,
366,
34156,
15341,
198,
2,
220,
345,
743,
407,
779,
428,
2393,
2845,
287,
11846,
351,
262,
13789,
13,
198,
2,
220,
921,
743,
7330,
257,
4866,
286,
262,
13789,
379,
198,
2,
198,
2,
220,
220,
220,
220,
220,
2638,
1378,
2503,
13,
43073,
13,
2398,
14,
677,
4541,
14,
43,
2149,
24290,
12,
17,
13,
15,
198,
2,
198,
2,
220,
17486,
2672,
416,
9723,
1099,
393,
4987,
284,
287,
3597,
11,
3788,
198,
2,
220,
9387,
739,
262,
13789,
318,
9387,
319,
281,
366,
1921,
3180,
1,
29809,
1797,
11,
198,
2,
220,
42881,
34764,
11015,
6375,
7102,
49828,
11053,
3963,
15529,
509,
12115,
11,
2035,
4911,
393,
17142,
13,
198,
2,
220,
4091,
262,
13789,
329,
262,
2176,
3303,
15030,
21627,
290,
198,
2,
220,
11247,
739,
262,
13789,
13,
198,
37811,
198,
1212,
2393,
3769,
262,
12972,
9288,
9355,
290,
1332,
5499,
973,
284,
32366,
198,
2220,
23057,
38989,
43151,
12,
24807,
1332,
12,
33964,
1912,
319,
262,
1377,
48624,
20942,
12,
9288,
66,
839,
343,
3141,
198,
1370,
3038,
13,
220,
770,
2393,
13236,
1158,
262,
3335,
2176,
366,
12860,
1,
3264,
422,
262,
198,
25202,
13,
198,
37811,
198,
198,
11748,
33918,
198,
11748,
12972,
9288,
198,
198,
2,
1330,
262,
412,
2640,
2176,
23057,
38989,
43151,
13184,
8265,
523,
262,
5499,
287,
428,
198,
2,
2393,
460,
7716,
262,
1332,
12,
7442,
3891,
290,
26342,
262,
4036,
23057,
38989,
21201,
198,
2,
2163,
13,
198,
198,
11748,
299,
41871,
929,
88,
9288,
68,
418,
13,
48624,
20942,
62,
8738,
291,
62,
24807,
355,
299,
81,
20942,
628,
198,
31,
9078,
9288,
13,
69,
9602,
7,
29982,
11639,
21412,
11537,
198,
4299,
3335,
62,
24807,
7,
25202,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
770,
29220,
318,
973,
284,
1441,
262,
412,
2640,
1255,
286,
262,
366,
12860,
13184,
1,
198,
220,
220,
220,
3141,
355,
20793,
1366,
13,
628,
220,
220,
220,
40117,
198,
220,
220,
220,
24200,
438,
198,
220,
220,
220,
3335,
1058,
16232,
4554,
628,
220,
220,
220,
16409,
198,
220,
220,
220,
35656,
198,
220,
220,
220,
8633,
198,
220,
220,
220,
220,
220,
220,
220,
383,
22155,
5072,
286,
262,
366,
12860,
13184,
1,
3141,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
1441,
299,
81,
20942,
13,
45380,
9442,
62,
9288,
7890,
7,
25202,
8,
628,
198,
4299,
12972,
9288,
62,
8612,
378,
62,
41989,
7,
4164,
1878,
19524,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
12972,
9288,
481,
26342,
428,
8011,
5086,
514,
284,
32366,
3440,
262,
3335,
198,
220,
220,
220,
2176,
43151,
3722,
1332,
2663,
1912,
319,
262,
8619,
262,
11787,
2810,
198,
220,
220,
220,
355,
262,
1377,
48624,
20942,
12,
9288,
66,
839,
343,
3141,
1627,
4578,
13,
628,
220,
220,
220,
40117,
198,
220,
220,
220,
24200,
438,
198,
220,
220,
220,
1138,
1878,
19524,
1058,
3395,
1878,
19524,
4554,
973,
284,
5772,
316,
380,
2736,
262,
1332,
2163,
198,
220,
220,
220,
37227,
628,
220,
220,
220,
1332,
33964,
62,
7753,
796,
1138,
1878,
19524,
13,
11250,
13557,
48624,
20942,
13,
9288,
33964,
62,
15908,
13,
22179,
6978,
7,
198,
220,
220,
220,
220,
220,
220,
220,
277,
6,
90,
48624,
20942,
13,
51,
6465,
62,
34,
11159,
62,
20608,
27422,
17752,
11537,
628,
220,
220,
220,
1138,
1878,
19524,
13,
17143,
316,
380,
2736,
10786,
9288,
7442,
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,
33918,
13,
2220,
7,
9288,
33964,
62,
7753,
13,
9654,
3419,
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,
2340,
28,
48624,
20942,
13,
3672,
62,
9288,
8,
628,
198,
4299,
1332,
62,
8738,
291,
62,
24807,
7,
25202,
11,
3335,
62,
24807,
11,
1332,
7442,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
12972,
9288,
481,
869,
428,
2163,
329,
1123,
1332,
12,
7442,
2378,
9639,
2884,
262,
198,
220,
220,
220,
12972,
9288,
62,
8612,
378,
62,
41989,
8011,
2163,
13,
220,
770,
2163,
481,
287,
1210,
869,
262,
198,
220,
220,
220,
4036,
23057,
38989,
412,
2640,
2176,
1332,
2163,
4600,
48624,
20942,
13,
9288,
62,
8738,
291,
62,
24807,
63,
326,
198,
220,
220,
220,
481,
26571,
262,
2176,
4600,
9288,
7442,
63,
1028,
262,
4036,
1366,
198,
220,
220,
220,
4600,
25202,
62,
24807,
44646,
220,
1002,
4600,
48624,
20942,
13,
9288,
62,
8738,
291,
62,
24807,
63,
39382,
257,
5287,
340,
198,
220,
220,
220,
481,
5298,
257,
2176,
23057,
38989,
6631,
13,
220,
383,
12972,
9288,
9355,
481,
4929,
326,
198,
220,
220,
220,
6631,
290,
989,
262,
1332,
355,
4054,
13,
628,
220,
220,
220,
40117,
198,
220,
220,
220,
24200,
438,
198,
220,
220,
220,
3335,
1058,
16232,
4554,
628,
220,
220,
220,
3335,
62,
24807,
1058,
8633,
198,
220,
220,
220,
220,
220,
220,
220,
383,
412,
2640,
20793,
5072,
286,
262,
366,
12860,
13184,
1,
3141,
628,
220,
220,
220,
1332,
7442,
1058,
8633,
198,
220,
220,
220,
220,
220,
220,
220,
317,
2176,
1332,
12,
7442,
422,
262,
1351,
286,
477,
1332,
12,
33964,
9639,
13,
628,
220,
220,
220,
7567,
2696,
198,
220,
220,
220,
40103,
198,
220,
220,
220,
4091,
4600,
48624,
20942,
13,
9288,
62,
8738,
291,
62,
24807,
63,
34165,
329,
3307,
198,
220,
220,
220,
37227,
628,
220,
220,
220,
299,
81,
20942,
13,
9288,
62,
8738,
291,
62,
24807,
7,
198,
220,
220,
220,
220,
220,
220,
220,
3335,
28,
25202,
11,
198,
220,
220,
220,
220,
220,
220,
220,
4036,
28,
25202,
62,
24807,
11,
198,
220,
220,
220,
220,
220,
220,
220,
1332,
7442,
28,
9288,
7442,
8,
198
] | 3.097222 | 1,008 |
# Copyright (c) 2021, Moritz E. Beber.
#
# 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
#
# https://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.
"""Provide an abstract interface for a sequence alignment service."""
from abc import ABC, abstractmethod
from Bio.Seq import Seq
from ..model import SequenceAlignment
class SequenceAlignmentService(ABC):
"""Define the abstract interface for a sequence alignment service."""
@classmethod
@abstractmethod
def align(
cls,
query: Seq,
target: Seq,
gap_open_penalty: float = 2.0,
gap_extension_penalty: float = 10.0,
**kwargs,
) -> SequenceAlignment:
"""Return a local alignment of two given sequences."""
| [
2,
15069,
357,
66,
8,
33448,
11,
3461,
4224,
412,
13,
1355,
527,
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,
3740,
1378,
2503,
13,
43073,
13,
2398,
14,
677,
4541,
14,
43,
2149,
24290,
12,
17,
13,
15,
198,
2,
198,
2,
17486,
2672,
416,
9723,
1099,
393,
4987,
284,
287,
3597,
11,
3788,
198,
2,
9387,
739,
262,
13789,
318,
9387,
319,
281,
366,
1921,
3180,
1,
29809,
1797,
11,
198,
2,
42881,
34764,
11015,
6375,
7102,
49828,
11053,
3963,
15529,
509,
12115,
11,
2035,
4911,
393,
17142,
13,
198,
2,
4091,
262,
13789,
329,
262,
2176,
3303,
15030,
21627,
290,
198,
2,
11247,
739,
262,
13789,
13,
628,
198,
37811,
15946,
485,
281,
12531,
7071,
329,
257,
8379,
19114,
2139,
526,
15931,
628,
198,
6738,
450,
66,
1330,
9738,
11,
12531,
24396,
198,
198,
6738,
16024,
13,
4653,
80,
1330,
1001,
80,
198,
198,
6738,
11485,
19849,
1330,
45835,
2348,
16747,
628,
198,
4871,
45835,
2348,
16747,
16177,
7,
24694,
2599,
198,
220,
220,
220,
37227,
7469,
500,
262,
12531,
7071,
329,
257,
8379,
19114,
2139,
526,
15931,
628,
220,
220,
220,
2488,
4871,
24396,
198,
220,
220,
220,
2488,
397,
8709,
24396,
198,
220,
220,
220,
825,
10548,
7,
198,
220,
220,
220,
220,
220,
220,
220,
537,
82,
11,
198,
220,
220,
220,
220,
220,
220,
220,
12405,
25,
1001,
80,
11,
198,
220,
220,
220,
220,
220,
220,
220,
2496,
25,
1001,
80,
11,
198,
220,
220,
220,
220,
220,
220,
220,
7625,
62,
9654,
62,
3617,
6017,
25,
12178,
796,
362,
13,
15,
11,
198,
220,
220,
220,
220,
220,
220,
220,
7625,
62,
2302,
3004,
62,
3617,
6017,
25,
12178,
796,
838,
13,
15,
11,
198,
220,
220,
220,
220,
220,
220,
220,
12429,
46265,
22046,
11,
198,
220,
220,
220,
1267,
4613,
45835,
2348,
16747,
25,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
13615,
257,
1957,
19114,
286,
734,
1813,
16311,
526,
15931,
198
] | 3.161725 | 371 |
import sys
input_path = './partial_lihkg.txt'
output_path = './partial_lihkg_no_dup.txt'
seen = set()
with open(input_path,encoding='utf-8',mode='r') as fin, open(output_path,mode='w',encoding='utf-8') as fout:
while True:
line = str(fin.readline())
if len(line) == 0:
break
line_hash = hash(line)
if line_hash not in seen:
fout.write(line)
seen.add(line_hash)
print(sys.getsizeof(seen))
| [
11748,
25064,
198,
198,
15414,
62,
6978,
796,
705,
19571,
47172,
62,
75,
4449,
10025,
13,
14116,
6,
198,
22915,
62,
6978,
796,
705,
19571,
47172,
62,
75,
4449,
10025,
62,
3919,
62,
646,
79,
13,
14116,
6,
198,
198,
15898,
796,
900,
3419,
198,
4480,
1280,
7,
15414,
62,
6978,
11,
12685,
7656,
11639,
40477,
12,
23,
3256,
14171,
11639,
81,
11537,
355,
957,
11,
1280,
7,
22915,
62,
6978,
11,
14171,
11639,
86,
3256,
12685,
7656,
11639,
40477,
12,
23,
11537,
355,
277,
448,
25,
198,
220,
220,
220,
981,
6407,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1627,
796,
965,
7,
15643,
13,
961,
1370,
28955,
198,
220,
220,
220,
220,
220,
220,
220,
611,
18896,
7,
1370,
8,
6624,
657,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2270,
198,
220,
220,
220,
220,
220,
220,
220,
1627,
62,
17831,
796,
12234,
7,
1370,
8,
198,
220,
220,
220,
220,
220,
220,
220,
611,
1627,
62,
17831,
407,
287,
1775,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
448,
13,
13564,
7,
1370,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1775,
13,
2860,
7,
1370,
62,
17831,
8,
198,
198,
4798,
7,
17597,
13,
11407,
1096,
1659,
7,
15898,
4008,
198
] | 2.066964 | 224 |
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
###Author
#Nathaniel Watson
#2017-09-18
#[email protected]
###
"""
Clones the specified CrisprModification onto the desired biosamples.
"""
import argparse
import pdb
import pulsarpy.models as models
import pulsarpy.utils
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,
21017,
13838,
198,
2,
45,
776,
6321,
14959,
198,
2,
5539,
12,
2931,
12,
1507,
198,
2,
77,
776,
962,
86,
31,
14192,
3841,
13,
15532,
198,
21017,
198,
198,
37811,
198,
2601,
1952,
262,
7368,
15088,
1050,
5841,
2649,
4291,
262,
10348,
37140,
12629,
13,
198,
37811,
198,
11748,
1822,
29572,
198,
198,
11748,
279,
9945,
198,
11748,
22271,
5117,
88,
13,
27530,
355,
4981,
198,
11748,
22271,
5117,
88,
13,
26791,
628,
198,
361,
11593,
3672,
834,
6624,
366,
834,
12417,
834,
1298,
198,
220,
220,
220,
1388,
3419,
198
] | 2.700855 | 117 |
import json
from os import path
from django.conf import settings
from web3 import Web3
from web3.middleware import geth_poa_middleware
from fluctua_nft_backend.nfts import models
# load abi
abi_path = path.join(
path.dirname(__file__), "..", "..", "contracts", "RumiaNFT.json"
)
with open(abi_path) as f:
abi = json.load(f)["abi"]
# new mint tx
w3 = Web3(Web3.HTTPProvider(settings.ETHEREUM_NODE_URL, request_kwargs={'timeout': 60}))
w3.middleware_onion.inject(geth_poa_middleware, layer=0)
nft_contract = w3.eth.contract(address=settings.NFT_ADDRESS, abi=abi)
nft_total_supply = nft_contract.functions.totalSupply().call()
# iterate all nfts
for contract_id in range(nft_total_supply):
token_uri = nft_contract.functions.tokenURI(contract_id).call()
# update the nft with the same token URI with the contract_id, we assume only one token uri per nft
# is used in the contract level, eventhough that's not enforced
nfts = models.Nft.objects.get(metadata_ipfs_uri=token_uri).update(contract_id=contract_id)
| [
11748,
33918,
198,
6738,
28686,
1330,
3108,
198,
198,
6738,
42625,
14208,
13,
10414,
1330,
6460,
198,
6738,
3992,
18,
1330,
5313,
18,
198,
6738,
3992,
18,
13,
27171,
1574,
1330,
651,
71,
62,
7501,
64,
62,
27171,
1574,
198,
198,
6738,
19180,
6413,
62,
77,
701,
62,
1891,
437,
13,
77,
35594,
1330,
4981,
198,
198,
2,
3440,
450,
72,
198,
17914,
62,
6978,
796,
3108,
13,
22179,
7,
198,
220,
220,
220,
3108,
13,
15908,
3672,
7,
834,
7753,
834,
828,
366,
492,
1600,
366,
492,
1600,
366,
28484,
82,
1600,
366,
47127,
544,
45,
9792,
13,
17752,
1,
198,
8,
198,
4480,
1280,
7,
17914,
62,
6978,
8,
355,
277,
25,
198,
220,
220,
220,
450,
72,
796,
33918,
13,
2220,
7,
69,
8,
14692,
17914,
8973,
198,
198,
2,
649,
21043,
27765,
198,
86,
18,
796,
5313,
18,
7,
13908,
18,
13,
40717,
29495,
7,
33692,
13,
20702,
9338,
5883,
62,
45,
16820,
62,
21886,
11,
2581,
62,
46265,
22046,
34758,
6,
48678,
10354,
3126,
92,
4008,
198,
86,
18,
13,
27171,
1574,
62,
261,
295,
13,
259,
752,
7,
1136,
71,
62,
7501,
64,
62,
27171,
1574,
11,
7679,
28,
15,
8,
198,
77,
701,
62,
28484,
796,
266,
18,
13,
2788,
13,
28484,
7,
21975,
28,
33692,
13,
45,
9792,
62,
2885,
7707,
7597,
11,
450,
72,
28,
17914,
8,
198,
198,
77,
701,
62,
23350,
62,
18608,
306,
796,
299,
701,
62,
28484,
13,
12543,
2733,
13,
23350,
15979,
306,
22446,
13345,
3419,
198,
198,
2,
11629,
378,
477,
299,
35594,
198,
1640,
2775,
62,
312,
287,
2837,
7,
77,
701,
62,
23350,
62,
18608,
306,
2599,
198,
220,
220,
220,
11241,
62,
9900,
796,
299,
701,
62,
28484,
13,
12543,
2733,
13,
30001,
47269,
7,
28484,
62,
312,
737,
13345,
3419,
198,
220,
220,
220,
1303,
4296,
262,
299,
701,
351,
262,
976,
11241,
43975,
351,
262,
2775,
62,
312,
11,
356,
7048,
691,
530,
11241,
2956,
72,
583,
299,
701,
198,
220,
220,
220,
1303,
318,
973,
287,
262,
2775,
1241,
11,
1785,
71,
619,
326,
338,
407,
20326,
198,
220,
220,
220,
299,
35594,
796,
4981,
13,
45,
701,
13,
48205,
13,
1136,
7,
38993,
62,
541,
9501,
62,
9900,
28,
30001,
62,
9900,
737,
19119,
7,
28484,
62,
312,
28,
28484,
62,
312,
8,
628
] | 2.686528 | 386 |
import gi
gi.require_version('Gst', '1.0')
from gi.repository import GObject, Gst, Gtk
# Initializing threads used by the Gst various elements
GObject.threads_init()
#Initializes the GStreamer library, setting up internal path lists, registering built-in elements, and loading standard plugins.
Gst.init(None)
#handler taking care of linking the decoder's newly created source pad to the sink
#running the shit
start=Main()
start.run()
| [
11748,
308,
72,
198,
12397,
13,
46115,
62,
9641,
10786,
38,
301,
3256,
705,
16,
13,
15,
11537,
198,
6738,
308,
72,
13,
260,
1930,
37765,
1330,
402,
10267,
11,
402,
301,
11,
402,
30488,
198,
198,
2,
20768,
2890,
14390,
973,
416,
262,
402,
301,
2972,
4847,
198,
38,
10267,
13,
16663,
82,
62,
15003,
3419,
198,
2,
24243,
4340,
262,
402,
28696,
5888,
11,
4634,
510,
5387,
3108,
8341,
11,
28336,
3170,
12,
259,
4847,
11,
290,
11046,
3210,
20652,
13,
198,
38,
301,
13,
15003,
7,
14202,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
1303,
30281,
2263,
1337,
286,
17795,
262,
875,
12342,
338,
8308,
2727,
2723,
14841,
284,
262,
14595,
198,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
1303,
20270,
262,
7510,
198,
198,
9688,
28,
13383,
3419,
198,
9688,
13,
5143,
3419,
198
] | 3.038961 | 154 |
from decimal import Decimal
import pytest
import dask.dataframe as dd
from dask.dataframe.utils import assert_eq, PANDAS_VERSION
pd = pytest.importorskip("pandas", minversion="0.23.4")
from pandas.tests.extension.decimal.array import DecimalArray, DecimalDtype
from dask.dataframe.extensions import make_array_nonempty, make_scalar
@make_array_nonempty.register(DecimalDtype)
@make_scalar.register(Decimal)
| [
6738,
32465,
1330,
4280,
4402,
198,
11748,
12972,
9288,
198,
198,
11748,
288,
2093,
13,
7890,
14535,
355,
49427,
198,
6738,
288,
2093,
13,
7890,
14535,
13,
26791,
1330,
6818,
62,
27363,
11,
350,
6981,
1921,
62,
43717,
198,
198,
30094,
796,
12972,
9288,
13,
11748,
669,
74,
541,
7203,
79,
392,
292,
1600,
949,
9641,
2625,
15,
13,
1954,
13,
19,
4943,
198,
198,
6738,
19798,
292,
13,
41989,
13,
2302,
3004,
13,
12501,
4402,
13,
18747,
1330,
4280,
4402,
19182,
11,
4280,
4402,
35,
4906,
198,
6738,
288,
2093,
13,
7890,
14535,
13,
2302,
5736,
1330,
787,
62,
18747,
62,
13159,
28920,
11,
787,
62,
1416,
282,
283,
628,
198,
31,
15883,
62,
18747,
62,
13159,
28920,
13,
30238,
7,
10707,
4402,
35,
4906,
8,
628,
198,
31,
15883,
62,
1416,
282,
283,
13,
30238,
7,
10707,
4402,
8,
628,
628
] | 2.916084 | 143 |
from setuptools import setup, find_packages
setup(
name="phyllo",
version="0.1",
description="PHilologicallY Linguistic LegwOrk.",
author="Jordan Nguyen, Christan Grant",
author_email="[email protected], [email protected]",
url="https://github.com/oudalab/phyllo",
download_url="https://github.com/oudalab/phyllo",
license='GPLv3',
#packages=["phyllo", "phyllo.extractors"],
packages=find_packages(exclude=('tests', 'docs')),
keywords=["latin", "search"],
install_requires=[
"cltk",
"beautifulsoup4",
"html5lib"
],
setup_requires=['pytest-runner'],
tests_require=['pytest'],
classifiers=[
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Topic :: Text Processing :: Linguistic",
],
long_description="""\
TBD...
"""
)
| [
198,
6738,
900,
37623,
10141,
1330,
9058,
11,
1064,
62,
43789,
198,
198,
40406,
7,
198,
220,
220,
220,
1438,
2625,
6883,
18798,
1600,
198,
220,
220,
220,
2196,
2625,
15,
13,
16,
1600,
198,
220,
220,
220,
6764,
2625,
11909,
346,
20781,
439,
56,
406,
6680,
2569,
3564,
86,
5574,
74,
33283,
198,
220,
220,
220,
1772,
2625,
34522,
42379,
11,
1951,
272,
12181,
1600,
198,
220,
220,
220,
1772,
62,
12888,
2625,
34522,
13,
45,
39922,
12,
16,
31,
280,
13,
15532,
11,
269,
2164,
415,
31,
280,
13,
15532,
1600,
198,
220,
220,
220,
19016,
2625,
5450,
1378,
12567,
13,
785,
14,
2778,
282,
397,
14,
6883,
18798,
1600,
198,
220,
220,
220,
4321,
62,
6371,
2625,
5450,
1378,
12567,
13,
785,
14,
2778,
282,
397,
14,
6883,
18798,
1600,
198,
220,
220,
220,
5964,
11639,
38,
6489,
85,
18,
3256,
198,
220,
220,
220,
1303,
43789,
28,
14692,
6883,
18798,
1600,
366,
6883,
18798,
13,
2302,
974,
669,
33116,
198,
220,
220,
220,
10392,
28,
19796,
62,
43789,
7,
1069,
9152,
28,
10786,
41989,
3256,
705,
31628,
11537,
828,
198,
220,
220,
220,
26286,
28,
14692,
75,
10680,
1600,
366,
12947,
33116,
198,
220,
220,
220,
2721,
62,
47911,
41888,
198,
220,
220,
220,
220,
220,
220,
220,
366,
565,
30488,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
366,
40544,
4135,
82,
10486,
19,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
366,
6494,
20,
8019,
1,
198,
220,
220,
220,
16589,
198,
220,
220,
220,
9058,
62,
47911,
28,
17816,
9078,
9288,
12,
16737,
6,
4357,
198,
220,
220,
220,
5254,
62,
46115,
28,
17816,
9078,
9288,
6,
4357,
198,
220,
220,
220,
1398,
13350,
41888,
198,
220,
220,
220,
220,
220,
220,
220,
366,
15167,
2229,
15417,
7904,
11361,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
366,
15167,
2229,
15417,
7904,
11361,
7904,
513,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
366,
33221,
7904,
8255,
28403,
7904,
406,
6680,
2569,
1600,
198,
220,
220,
220,
16589,
198,
220,
220,
220,
890,
62,
11213,
2625,
15931,
59,
198,
51,
14529,
986,
198,
37811,
198,
8,
198
] | 2.416201 | 358 |
import pygame as pg
import random
from settings import *
from main import *
import os
vec = pg.math.Vector2
Game = Game()
Game.show_start_screen()
while Game.running:
Game.level1()
Game.show_go_screen()
pg.quit()
| [
11748,
12972,
6057,
355,
23241,
198,
11748,
4738,
198,
6738,
6460,
1330,
1635,
198,
6738,
1388,
1330,
1635,
198,
11748,
28686,
198,
35138,
796,
23241,
13,
11018,
13,
38469,
17,
628,
198,
8777,
796,
3776,
3419,
198,
8777,
13,
12860,
62,
9688,
62,
9612,
3419,
198,
4514,
3776,
13,
20270,
25,
198,
220,
220,
220,
3776,
13,
5715,
16,
3419,
198,
220,
220,
220,
3776,
13,
12860,
62,
2188,
62,
9612,
3419,
198,
198,
6024,
13,
47391,
3419,
628
] | 2.848101 | 79 |
# -*- coding: utf-8 -*-
from .database import *
from .lessons import *
from .news import *
from .organization import *
from .topics import *
from .users import * | [
2,
532,
9,
12,
19617,
25,
3384,
69,
12,
23,
532,
9,
12,
198,
198,
6738,
764,
48806,
1330,
1635,
198,
6738,
764,
1203,
684,
1330,
1635,
198,
6738,
764,
10827,
1330,
1635,
198,
6738,
764,
9971,
1634,
1330,
1635,
198,
6738,
764,
4852,
873,
1330,
1635,
198,
6738,
764,
18417,
1330,
1635
] | 3.056604 | 53 |
from unittest import TestCase
from fireant import (
Dimension,
Metric,
)
from fireant.slicer.dimensions import DisplayDimension
from .mocks import slicer
| [
6738,
555,
715,
395,
1330,
6208,
20448,
198,
198,
6738,
2046,
415,
1330,
357,
198,
220,
220,
220,
34024,
11,
198,
220,
220,
220,
3395,
1173,
11,
198,
8,
198,
6738,
2046,
415,
13,
82,
677,
263,
13,
27740,
5736,
1330,
16531,
29271,
3004,
198,
6738,
764,
76,
3320,
1330,
14369,
263,
628
] | 3.09434 | 53 |
# Divide and Conquer Algorithm for finding the maximum sub array sum
arr = [-2,-5,6,-2,-3,1,5,-6]
print("Maximum Sub Array Sum")
print(maxSubArraySum(arr,0,len(arr)-1))
print()
# Similar problem: Given a sum find the pair of numbers which add upto the sum
arr = [6,8,2,3,10,11]
print("Two sum problem")
print(twoSumProblemSort(arr,10))
print()
'''
1. Highly depends on the pivot element i.e. the middle element.
2. If the middle element is smaller than both its neighbours, it will tend to finding the element in the left sub half
3. Otherwise right half's left part will get pre-dominance.
'''
arr = [2,20,19,21,23,90,67]
n = len(arr)
print("Find peak element")
print(findPeakEle(arr,0,n-1,n))
print() | [
2,
46894,
290,
40963,
978,
42289,
329,
4917,
262,
5415,
850,
7177,
2160,
198,
198,
3258,
796,
25915,
17,
12095,
20,
11,
21,
12095,
17,
12095,
18,
11,
16,
11,
20,
12095,
21,
60,
198,
4798,
7203,
40541,
3834,
15690,
5060,
4943,
198,
4798,
7,
9806,
7004,
19182,
13065,
7,
3258,
11,
15,
11,
11925,
7,
3258,
13219,
16,
4008,
198,
4798,
3419,
198,
198,
2,
11014,
1917,
25,
11259,
257,
2160,
1064,
262,
5166,
286,
3146,
543,
751,
18529,
78,
262,
2160,
198,
198,
3258,
796,
685,
21,
11,
23,
11,
17,
11,
18,
11,
940,
11,
1157,
60,
198,
4798,
7203,
7571,
2160,
1917,
4943,
198,
4798,
7,
11545,
13065,
40781,
42758,
7,
3258,
11,
940,
4008,
198,
4798,
3419,
628,
198,
7061,
6,
198,
16,
13,
38254,
8338,
319,
262,
30355,
5002,
1312,
13,
68,
13,
262,
3504,
5002,
13,
220,
198,
17,
13,
1002,
262,
3504,
5002,
318,
4833,
621,
1111,
663,
23788,
11,
340,
481,
4327,
284,
4917,
262,
5002,
287,
262,
1364,
850,
2063,
198,
18,
13,
15323,
826,
2063,
338,
1364,
636,
481,
651,
662,
12,
3438,
14149,
13,
198,
198,
7061,
6,
628,
198,
3258,
796,
685,
17,
11,
1238,
11,
1129,
11,
2481,
11,
1954,
11,
3829,
11,
3134,
60,
198,
77,
796,
18896,
7,
3258,
8,
198,
4798,
7203,
16742,
9103,
5002,
4943,
198,
4798,
7,
19796,
6435,
461,
28827,
7,
3258,
11,
15,
11,
77,
12,
16,
11,
77,
4008,
197,
197,
198,
4798,
3419
] | 2.898374 | 246 |
from threeML.plugins.OGIPLike import OGIPLike
__instrument_name = "Swift XRT"
# At the moment this is just another name for the GenericOGIPLike spectrum
| [
6738,
1115,
5805,
13,
37390,
13,
7730,
4061,
7594,
1330,
34498,
4061,
7594,
198,
198,
834,
259,
43872,
62,
3672,
796,
366,
10462,
2135,
1395,
14181,
1,
628,
198,
2,
1629,
262,
2589,
428,
318,
655,
1194,
1438,
329,
262,
42044,
7730,
4061,
7594,
10958,
198
] | 3.391304 | 46 |
import unittest
from pyalink.alink import *
import numpy as np
import pandas as pd | [
11748,
555,
715,
395,
198,
6738,
12972,
282,
676,
13,
282,
676,
1330,
1635,
198,
11748,
299,
32152,
355,
45941,
198,
11748,
19798,
292,
355,
279,
67
] | 3.037037 | 27 |
#!/usr/bin/env python
'''
TLE propagation with SGP4
============================
This shows that TLEs really should be propagated as TLEs, not as states.
'''
import numpy as np
import matplotlib.pyplot as plt
from mpl_toolkits.mplot3d import Axes3D
from sorts.propagator import SGP4
from sgp4.api import Satrec
# Uncomment this to see what is actually recovered as mean elements from just one point
# def print_args(func):
# def pfunc(*args, **kwargs):
# #print the arguments, except the "self"
# print(args[1:])
# return func(*args, **kwargs)
# return pfunc
# #hook the sgp4init to print its input elements
# Satrec.sgp4init = print_args(Satrec.sgp4init)
prop = SGP4(
settings = dict(
out_frame='ITRS',
tle_input=True,
),
)
print(prop)
l1 = '1 5U 58002B 20251.29381767 +.00000045 +00000-0 +68424-4 0 9990'
l2 = '2 5 034.2510 336.1746 1845948 000.5952 359.6376 10.84867629214144'
#JD epoch calculated from lines
epoch = 2459099.79381767
t = np.linspace(0,3600*24.0,num=5000)
states_tle = prop.propagate(t, [l1, l2])
prop.set(
tle_input=False,
in_frame='ITRS',
epoch_format = 'jd',
)
states_teme = prop.propagate(t, states_tle[:,0], epoch=epoch, A=1.0, C_R = 1.0, C_D = 1.0)
fig = plt.figure(figsize=(15,15))
ax = fig.add_subplot(111, projection='3d')
ax.plot(states_tle[0,:], states_tle[1,:], states_tle[2,:],"-b")
ax.plot(states_teme[0,:], states_teme[1,:], states_teme[2,:],"-r")
ax.set_title('TLE versus State propagation /w SGP4')
ax2 = fig.add_axes([0.1, 0.1, 0.6, 0.3])
ax2.plot(t/3600.0, np.linalg.norm(states_tle[:3,:] - states_teme[:3,:], axis=0)*1e-3)
ax2.set_ylabel('Absolute position difference [km]')
ax2.set_xlabel('Time [h]')
plt.show() | [
2,
48443,
14629,
14,
8800,
14,
24330,
21015,
198,
198,
7061,
6,
198,
51,
2538,
43594,
351,
311,
16960,
19,
198,
4770,
25609,
198,
198,
1212,
2523,
326,
309,
2538,
82,
1107,
815,
307,
8928,
515,
355,
309,
2538,
82,
11,
407,
355,
2585,
13,
220,
198,
198,
7061,
6,
198,
198,
11748,
299,
32152,
355,
45941,
198,
11748,
2603,
29487,
8019,
13,
9078,
29487,
355,
458,
83,
198,
6738,
285,
489,
62,
25981,
74,
896,
13,
76,
29487,
18,
67,
1330,
12176,
274,
18,
35,
198,
198,
6738,
10524,
13,
22930,
363,
1352,
1330,
311,
16960,
19,
198,
198,
6738,
264,
31197,
19,
13,
15042,
1330,
7031,
8344,
198,
198,
2,
791,
23893,
428,
284,
766,
644,
318,
1682,
11911,
355,
1612,
4847,
422,
655,
530,
966,
198,
2,
825,
3601,
62,
22046,
7,
20786,
2599,
198,
2,
220,
220,
220,
220,
825,
279,
20786,
46491,
22046,
11,
12429,
46265,
22046,
2599,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
4798,
262,
7159,
11,
2845,
262,
366,
944,
1,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
7,
22046,
58,
16,
25,
12962,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
25439,
46491,
22046,
11,
12429,
46265,
22046,
8,
198,
2,
220,
220,
220,
220,
1441,
279,
20786,
198,
198,
2,
1303,
25480,
262,
264,
31197,
19,
15003,
284,
3601,
663,
5128,
4847,
198,
2,
7031,
8344,
13,
82,
31197,
19,
15003,
796,
3601,
62,
22046,
7,
20245,
8344,
13,
82,
31197,
19,
15003,
8,
198,
198,
22930,
796,
311,
16960,
19,
7,
198,
220,
220,
220,
6460,
796,
8633,
7,
198,
220,
220,
220,
220,
220,
220,
220,
503,
62,
14535,
11639,
2043,
6998,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
256,
293,
62,
15414,
28,
17821,
11,
198,
220,
220,
220,
10612,
198,
8,
198,
198,
4798,
7,
22930,
8,
198,
198,
75,
16,
796,
705,
16,
220,
220,
220,
220,
642,
52,
642,
7410,
17,
33,
220,
220,
1160,
28072,
13,
1959,
2548,
1558,
3134,
1343,
13,
10535,
2231,
1343,
20483,
12,
15,
1343,
3104,
40090,
12,
19,
657,
220,
860,
34155,
6,
198,
75,
17,
796,
705,
17,
220,
220,
220,
220,
642,
657,
2682,
13,
1495,
940,
38867,
13,
1558,
3510,
1248,
33459,
2780,
12877,
13,
3270,
4309,
41934,
13,
21,
32128,
838,
13,
23,
2780,
42548,
1959,
22291,
18444,
6,
198,
198,
2,
37882,
36835,
10488,
422,
3951,
198,
538,
5374,
796,
1987,
36993,
2079,
13,
3720,
2548,
1558,
3134,
198,
198,
83,
796,
45941,
13,
21602,
10223,
7,
15,
11,
2623,
405,
9,
1731,
13,
15,
11,
22510,
28,
27641,
8,
198,
198,
27219,
62,
7100,
796,
2632,
13,
22930,
37861,
7,
83,
11,
685,
75,
16,
11,
300,
17,
12962,
198,
198,
22930,
13,
2617,
7,
198,
220,
220,
220,
256,
293,
62,
15414,
28,
25101,
11,
220,
198,
220,
220,
220,
287,
62,
14535,
11639,
2043,
6998,
3256,
198,
220,
220,
220,
36835,
62,
18982,
796,
705,
73,
67,
3256,
198,
8,
198,
27219,
62,
11498,
68,
796,
2632,
13,
22930,
37861,
7,
83,
11,
2585,
62,
7100,
58,
45299,
15,
4357,
36835,
28,
538,
5374,
11,
317,
28,
16,
13,
15,
11,
327,
62,
49,
796,
352,
13,
15,
11,
327,
62,
35,
796,
352,
13,
15,
8,
628,
198,
5647,
796,
458,
83,
13,
26875,
7,
5647,
7857,
16193,
1314,
11,
1314,
4008,
198,
897,
796,
2336,
13,
2860,
62,
7266,
29487,
7,
16243,
11,
20128,
11639,
18,
67,
11537,
198,
897,
13,
29487,
7,
27219,
62,
7100,
58,
15,
11,
25,
4357,
2585,
62,
7100,
58,
16,
11,
25,
4357,
2585,
62,
7100,
58,
17,
11,
25,
17241,
12,
65,
4943,
198,
897,
13,
29487,
7,
27219,
62,
11498,
68,
58,
15,
11,
25,
4357,
2585,
62,
11498,
68,
58,
16,
11,
25,
4357,
2585,
62,
11498,
68,
58,
17,
11,
25,
17241,
12,
81,
4943,
198,
897,
13,
2617,
62,
7839,
10786,
51,
2538,
9051,
1812,
43594,
1220,
86,
311,
16960,
19,
11537,
198,
198,
897,
17,
796,
2336,
13,
2860,
62,
897,
274,
26933,
15,
13,
16,
11,
657,
13,
16,
11,
657,
13,
21,
11,
657,
13,
18,
12962,
198,
897,
17,
13,
29487,
7,
83,
14,
2623,
405,
13,
15,
11,
45941,
13,
75,
1292,
70,
13,
27237,
7,
27219,
62,
7100,
58,
25,
18,
11,
47715,
532,
2585,
62,
11498,
68,
58,
25,
18,
11,
25,
4357,
16488,
28,
15,
27493,
16,
68,
12,
18,
8,
198,
897,
17,
13,
2617,
62,
2645,
9608,
10786,
24849,
3552,
2292,
3580,
685,
13276,
60,
11537,
198,
897,
17,
13,
2617,
62,
87,
18242,
10786,
7575,
685,
71,
60,
11537,
198,
198,
489,
83,
13,
12860,
3419
] | 2.236271 | 783 |
#!/usr/bin/env python3
import database
import http
import subprocess
db = database.Database()
# Delete old tokens and qr images from the server
# Command for testing:
# SELECT token, UNIX_TIMESTAMP(CURRENT_TIMESTAMP) - UNIX_TIMESTAMP(creation_time) FROM join_token WHERE(UNIX_TIMESTAMP(CURRENT_TIMESTAMP) - UNIX_TIMESTAMP(creation_time) > 300);
del_condition = "UNIX_TIMESTAMP(CURRENT_TIMESTAMP) - UNIX_TIMESTAMP(creation_time) > 300"
sql = "SELECT token, creation_time FROM join_token WHERE(" + del_condition + ");"
db.cur.execute(sql)
result = db.cur.fetchall()
# Delete images and database entries
# This is a bit inefficient, but I didn't to end up in a situation where a database entry was removed
# and an image left behind
for row in result:
path = "/var/www/html/img/" + row[0] + ".png"
subprocess.call(["rm", path])
sql = "DELETE FROM join_token WHERE(token = '" + row[0] + "')";
db.cur.execute(sql)
# Delete database entries
#sql = "DELETE FROM join_token WHERE(" + del_condition + ");"
#database.cur.execute(sql);
| [
2,
48443,
14629,
14,
8800,
14,
24330,
21015,
18,
198,
198,
11748,
6831,
198,
11748,
2638,
198,
11748,
850,
14681,
198,
198,
9945,
796,
6831,
13,
38105,
3419,
198,
198,
2,
23520,
1468,
16326,
290,
10662,
81,
4263,
422,
262,
4382,
198,
2,
9455,
329,
4856,
25,
198,
2,
33493,
11241,
11,
4725,
10426,
62,
51,
3955,
6465,
23518,
7,
34,
39237,
62,
51,
3955,
6465,
23518,
8,
532,
4725,
10426,
62,
51,
3955,
6465,
23518,
7,
38793,
62,
2435,
8,
16034,
4654,
62,
30001,
33411,
7,
4944,
10426,
62,
51,
3955,
6465,
23518,
7,
34,
39237,
62,
51,
3955,
6465,
23518,
8,
532,
4725,
10426,
62,
51,
3955,
6465,
23518,
7,
38793,
62,
2435,
8,
1875,
5867,
1776,
198,
12381,
62,
31448,
796,
366,
4944,
10426,
62,
51,
3955,
6465,
23518,
7,
34,
39237,
62,
51,
3955,
6465,
23518,
8,
532,
4725,
10426,
62,
51,
3955,
6465,
23518,
7,
38793,
62,
2435,
8,
1875,
5867,
1,
198,
25410,
796,
366,
46506,
11241,
11,
6282,
62,
2435,
16034,
4654,
62,
30001,
33411,
7203,
1343,
1619,
62,
31448,
1343,
366,
1776,
1,
198,
9945,
13,
22019,
13,
41049,
7,
25410,
8,
198,
20274,
796,
20613,
13,
22019,
13,
69,
7569,
439,
3419,
198,
2,
23520,
4263,
290,
6831,
12784,
198,
2,
770,
318,
257,
1643,
30904,
11,
475,
314,
1422,
470,
284,
886,
510,
287,
257,
3074,
810,
257,
6831,
5726,
373,
4615,
198,
2,
290,
281,
2939,
1364,
2157,
198,
1640,
5752,
287,
1255,
25,
198,
220,
220,
220,
3108,
796,
12813,
7785,
14,
2503,
14,
6494,
14,
9600,
30487,
1343,
5752,
58,
15,
60,
1343,
27071,
11134,
1,
198,
220,
220,
220,
850,
14681,
13,
13345,
7,
14692,
26224,
1600,
3108,
12962,
198,
220,
220,
220,
44161,
796,
366,
7206,
2538,
9328,
16034,
4654,
62,
30001,
33411,
7,
30001,
796,
705,
1,
1343,
5752,
58,
15,
60,
1343,
366,
11537,
8172,
198,
220,
220,
220,
20613,
13,
22019,
13,
41049,
7,
25410,
8,
198,
2,
23520,
6831,
12784,
198,
2,
25410,
796,
366,
7206,
2538,
9328,
16034,
4654,
62,
30001,
33411,
7203,
1343,
1619,
62,
31448,
1343,
366,
1776,
1,
198,
2,
48806,
13,
22019,
13,
41049,
7,
25410,
1776,
198
] | 2.883978 | 362 |
# 题意:剪绳子,给你一根长度为 n 的绳子,请把绳子剪成整数长度的 m 段(m、n都是整数,n>1并且m>1),每段绳子的长度记为 k[0],k[1]...k[m-1] 。请问 k[0]*k[1]*...*k[m-1] 可能的最大乘积是多少?
# 例如,当绳子的长度是8时,我们把它剪成长度分别为2、3、3的三段,此时得到的最大乘积是18。
# 题解1: 动态规划。注意到我们所求的乘积可以当作动态规划中的状态。设置1-n的状态数组dp[n]在存,动态归化的状态方程是:dp[i] = max(dp[i-j]*j, (i-j)*j)即对于一段长度i的绳子,其最大乘积dp[i]
# 可以分为对这一段进行裁剪和不裁剪两种情形,对于裁剪情形,我们可以设置另一个指针去循环,得到的中间结果存入dp对以后的判别都有用。dp实际上也是一个查表算数的过程。
# 题解2: 数学方法,通过不等式原理可以知道一段绳子分成尽可能等长时乘积最大,通过求导证明得当这个等长为3的时候最优。所以接下来需要考虑的就是若不能整除3余数分别为12时候的情形。
| [
2,
16268,
95,
246,
35707,
237,
171,
120,
248,
30298,
103,
163,
119,
111,
36310,
171,
120,
234,
163,
119,
247,
19526,
254,
31660,
43718,
117,
165,
243,
123,
41753,
99,
10310,
118,
299,
13328,
248,
226,
163,
119,
111,
36310,
171,
120,
234,
46237,
115,
162,
232,
232,
163,
119,
111,
36310,
30298,
103,
22755,
238,
46763,
112,
46763,
108,
165,
243,
123,
41753,
99,
21410,
285,
10545,
106,
113,
171,
120,
230,
76,
23513,
77,
32849,
121,
42468,
46763,
112,
46763,
108,
171,
120,
234,
77,
29,
16,
33176,
114,
10310,
242,
76,
29,
16,
171,
120,
231,
171,
120,
234,
162,
107,
237,
162,
106,
113,
163,
119,
111,
36310,
21410,
165,
243,
123,
41753,
99,
164,
106,
108,
10310,
118,
479,
58,
15,
4357,
74,
58,
16,
60,
986,
74,
58,
76,
12,
16,
60,
220,
16764,
46237,
115,
29785,
106,
479,
58,
15,
60,
9,
74,
58,
16,
60,
9,
986,
9,
74,
58,
76,
12,
16,
60,
10263,
237,
107,
47797,
121,
21410,
17312,
222,
32014,
20046,
246,
163,
100,
107,
42468,
13783,
248,
22887,
239,
171,
120,
253,
198,
2,
220,
160,
122,
233,
36685,
224,
171,
120,
234,
37605,
241,
163,
119,
111,
36310,
21410,
165,
243,
123,
41753,
99,
42468,
23,
33768,
114,
171,
120,
234,
22755,
239,
20015,
105,
162,
232,
232,
22522,
225,
30298,
103,
22755,
238,
165,
243,
123,
41753,
99,
26344,
228,
26344,
104,
10310,
118,
17,
23513,
18,
23513,
18,
21410,
49011,
162,
106,
113,
171,
120,
234,
29826,
97,
33768,
114,
36181,
245,
26344,
108,
21410,
17312,
222,
32014,
20046,
246,
163,
100,
107,
42468,
1507,
16764,
198,
2,
16268,
95,
246,
164,
100,
96,
16,
25,
10263,
232,
101,
45250,
223,
164,
100,
226,
161,
7134,
16764,
37345,
101,
35707,
237,
26344,
108,
22755,
239,
20015,
105,
33699,
222,
162,
109,
224,
21410,
20046,
246,
163,
100,
107,
20998,
107,
20015,
98,
37605,
241,
43291,
27950,
101,
45250,
223,
164,
100,
226,
161,
7134,
40792,
21410,
163,
232,
35050,
222,
223,
16764,
164,
106,
122,
163,
121,
106,
16,
12,
77,
21410,
163,
232,
35050,
222,
223,
46763,
108,
163,
119,
226,
26059,
58,
77,
60,
28839,
101,
27764,
246,
171,
120,
234,
27950,
101,
45250,
223,
37605,
240,
44293,
244,
21410,
163,
232,
35050,
222,
223,
43095,
163,
101,
233,
42468,
171,
120,
248,
26059,
58,
72,
60,
796,
3509,
7,
26059,
58,
72,
12,
73,
60,
9,
73,
11,
357,
72,
12,
73,
27493,
73,
8,
39355,
111,
43380,
117,
12859,
236,
31660,
162,
106,
113,
165,
243,
123,
41753,
99,
72,
21410,
163,
119,
111,
36310,
171,
120,
234,
17739,
114,
17312,
222,
32014,
20046,
246,
163,
100,
107,
26059,
58,
72,
60,
198,
2,
220,
220,
220,
220,
220,
220,
10263,
237,
107,
20015,
98,
26344,
228,
10310,
118,
43380,
117,
32573,
247,
31660,
162,
106,
113,
32573,
249,
26193,
234,
32518,
223,
30298,
103,
161,
240,
234,
38834,
32518,
223,
30298,
103,
10310,
97,
163,
100,
235,
46349,
227,
37605,
95,
171,
120,
234,
43380,
117,
12859,
236,
32518,
223,
30298,
103,
46349,
227,
37605,
95,
171,
120,
234,
22755,
239,
20015,
105,
20998,
107,
20015,
98,
164,
106,
122,
163,
121,
106,
20998,
99,
31660,
10310,
103,
162,
234,
229,
165,
240,
230,
43889,
119,
36181,
103,
163,
236,
107,
171,
120,
234,
36181,
245,
26344,
108,
21410,
40792,
29785,
112,
163,
119,
241,
162,
252,
250,
27764,
246,
17739,
98,
26059,
43380,
117,
20015,
98,
28938,
236,
21410,
26344,
97,
26344,
104,
32849,
121,
17312,
231,
18796,
101,
16764,
26059,
22522,
252,
165,
247,
227,
41468,
20046,
253,
42468,
31660,
10310,
103,
162,
253,
98,
26193,
101,
163,
106,
245,
46763,
108,
21410,
32573,
229,
163,
101,
233,
16764,
198,
2,
16268,
95,
246,
164,
100,
96,
17,
25,
10545,
243,
108,
27764,
99,
43095,
37345,
243,
171,
120,
234,
34460,
248,
32573,
229,
38834,
163,
255,
231,
28156,
237,
43889,
253,
49426,
228,
20998,
107,
20015,
98,
163,
253,
98,
34402,
241,
31660,
162,
106,
113,
163,
119,
111,
36310,
26344,
228,
22755,
238,
22887,
121,
20998,
107,
47797,
121,
163,
255,
231,
165,
243,
123,
33768,
114,
20046,
246,
163,
100,
107,
17312,
222,
32014,
171,
120,
234,
34460,
248,
32573,
229,
162,
109,
224,
43380,
120,
46237,
223,
23626,
236,
36181,
245,
37605,
241,
32573,
247,
10310,
103,
163,
255,
231,
165,
243,
123,
10310,
118,
18,
21410,
33768,
114,
161,
222,
247,
17312,
222,
27670,
246,
16764,
33699,
222,
20015,
98,
162,
236,
98,
10310,
233,
30266,
98,
165,
250,
222,
17358,
223,
32003,
225,
164,
247,
239,
21410,
22887,
109,
42468,
164,
233,
98,
38834,
47797,
121,
46763,
112,
165,
247,
97,
18,
19526,
247,
46763,
108,
26344,
228,
26344,
104,
10310,
118,
1065,
33768,
114,
161,
222,
247,
21410,
46349,
227,
37605,
95,
16764,
628
] | 0.588308 | 804 |
# Copyright 2018-2020 Xanadu Quantum Technologies Inc.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# http://www.apache.org/licenses/LICENSE-2.0
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
"""Unit tests for the tf interface"""
import pytest
tf = pytest.importorskip("tensorflow", minversion="2.1")
import numpy as np
import pennylane as qml
from pennylane.qnode_old import qnode, QNode
from pennylane.tape import JacobianTape
@pytest.mark.parametrize(
"dev_name,diff_method",
[
["default.qubit", "finite-diff"],
["default.qubit", "parameter-shift"],
["default.qubit", "backprop"],
["default.qubit", "adjoint"],
],
)
class TestQNode:
"""Tests the tensorflow interface used with a QNode."""
def test_import_error(self, dev_name, diff_method, mocker):
"""Test that an exception is caught on import error"""
if diff_method == "backprop":
pytest.skip("Test does not support backprop")
mock = mocker.patch("pennylane.interfaces.tf.TFInterface.apply")
mock.side_effect = ImportError()
dev = qml.device(dev_name, wires=2)
qn = QNode(func, dev, interface="tf", diff_method=diff_method)
with pytest.raises(
qml.QuantumFunctionError,
match="TensorFlow not found. Please install the latest version of TensorFlow to enable the 'tf' interface",
):
qn(0.1, 0.1)
def test_execution_no_interface(self, dev_name, diff_method):
"""Test execution works without an interface, and that trainable parameters
are correctly inferred within a gradient tape."""
if diff_method == "backprop":
pytest.skip("Test does not support backprop")
dev = qml.device(dev_name, wires=1)
@qnode(dev, diff_method=diff_method)
a = tf.Variable(0.1)
with tf.GradientTape() as tape:
res = circuit(a)
assert circuit.qtape.interface == "autograd"
# without the interface, the tape simply returns an array of results
assert isinstance(res, np.ndarray)
assert res.shape == tuple()
# without the interface, the tape is unable to deduce
# trainable parameters
assert circuit.qtape.trainable_params == [0]
# gradients should cause an error
with pytest.raises(AttributeError, match="has no attribute '_id'"):
assert tape.gradient(res, a) is None
def test_execution_with_interface(self, dev_name, diff_method):
"""Test execution works with the interface"""
if diff_method == "backprop":
pytest.skip("Test does not support backprop")
dev = qml.device(dev_name, wires=1)
@qnode(dev, interface="tf", diff_method=diff_method)
a = tf.Variable(0.1)
circuit(a)
# if executing outside a gradient tape, the number of trainable parameters
# cannot be determined by TensorFlow
assert circuit.qtape.trainable_params == []
with tf.GradientTape() as tape:
res = circuit(a)
assert circuit.qtape.interface == "tf"
# with the interface, the tape returns tensorflow tensors
assert isinstance(res, tf.Tensor)
assert res.shape == tuple()
# the tape is able to deduce trainable parameters
assert circuit.qtape.trainable_params == [0]
# gradients should work
grad = tape.gradient(res, a)
assert isinstance(grad, tf.Tensor)
assert grad.shape == tuple()
def test_interface_swap(self, dev_name, diff_method, tol):
"""Test that the TF interface can be applied to a QNode
with a pre-existing interface"""
if diff_method == "backprop":
pytest.skip("Test does not support backprop")
dev = qml.device(dev_name, wires=1)
@qnode(dev, interface="autograd", diff_method=diff_method)
from pennylane import numpy as anp
a = anp.array(0.1, requires_grad=True)
res1 = circuit(a)
grad_fn = qml.grad(circuit)
grad1 = grad_fn(a)
# switch to TF interface
circuit.to_tf()
a = tf.Variable(0.1, dtype=tf.float64)
with tf.GradientTape() as tape:
res2 = circuit(a)
grad2 = tape.gradient(res2, a)
assert np.allclose(res1, res2, atol=tol, rtol=0)
assert np.allclose(grad1, grad2, atol=tol, rtol=0)
def test_drawing(self, dev_name, diff_method):
"""Test circuit drawing when using the TF interface"""
x = tf.Variable(0.1, dtype=tf.float64)
y = tf.Variable([0.2, 0.3], dtype=tf.float64)
z = tf.Variable(0.4, dtype=tf.float64)
dev = qml.device(dev_name, wires=2)
@qnode(dev, interface="tf", diff_method=diff_method)
circuit(p1=x, p3=z)
result = circuit.draw()
expected = """\
0: ──RX(0.1)───RX(0.4)──╭C──╭┤ State
1: ──RY(0.06)───────────╰X──╰┤ State
"""
assert result == expected
def test_jacobian(self, dev_name, diff_method, mocker, tol):
"""Test jacobian calculation"""
spy = mocker.spy(JacobianTape, "jacobian")
a = tf.Variable(0.1, dtype=tf.float64)
b = tf.Variable(0.2, dtype=tf.float64)
dev = qml.device(dev_name, wires=2)
@qnode(dev, diff_method=diff_method, interface="tf")
with tf.GradientTape() as tape:
res = circuit(a, b)
assert circuit.qtape.trainable_params == [0, 1]
assert isinstance(res, tf.Tensor)
assert res.shape == (2,)
expected = [tf.cos(a), -tf.cos(a) * tf.sin(b)]
assert np.allclose(res, expected, atol=tol, rtol=0)
res = tape.jacobian(res, [a, b])
expected = [[-tf.sin(a), tf.sin(a) * tf.sin(b)], [0, -tf.cos(a) * tf.cos(b)]]
assert np.allclose(res, expected, atol=tol, rtol=0)
if diff_method == "finite-diff":
spy.assert_called()
elif diff_method == "backprop":
spy.assert_not_called()
def test_jacobian_dtype(self, dev_name, diff_method, tol):
"""Test calculating the jacobian with a different datatype"""
if diff_method == "backprop":
pytest.skip("Test does not support backprop")
a = tf.Variable(0.1, dtype=tf.float32)
b = tf.Variable(0.2, dtype=tf.float32)
dev = qml.device("default.qubit", wires=2)
@qnode(dev, diff_method=diff_method)
circuit.to_tf(dtype=tf.float32)
assert circuit.dtype is tf.float32
with tf.GradientTape() as tape:
res = circuit(a, b)
assert circuit.qtape.interface == "tf"
assert circuit.qtape.trainable_params == [0, 1]
assert isinstance(res, tf.Tensor)
assert res.shape == (2,)
assert res.dtype is tf.float32
res = tape.jacobian(res, [a, b])
assert [r.dtype is tf.float32 for r in res]
def test_jacobian_options(self, dev_name, diff_method, mocker, tol):
"""Test setting finite-difference jacobian options"""
if diff_method != "finite-diff":
pytest.skip("Test only works with finite diff")
spy = mocker.spy(JacobianTape, "numeric_pd")
a = tf.Variable([0.1, 0.2])
dev = qml.device("default.qubit", wires=1)
@qnode(dev, interface="tf", h=1e-8, order=2, diff_method=diff_method)
with tf.GradientTape() as tape:
res = circuit(a)
tape.jacobian(res, a)
for args in spy.call_args_list:
assert args[1]["order"] == 2
assert args[1]["h"] == 1e-8
def test_changing_trainability(self, dev_name, diff_method, mocker, tol):
"""Test changing the trainability of parameters changes the
number of differentiation requests made"""
if diff_method == "backprop":
pytest.skip("Test does not support backprop")
a = tf.Variable(0.1, dtype=tf.float64)
b = tf.Variable(0.2, dtype=tf.float64)
dev = qml.device("default.qubit", wires=2)
@qnode(dev, interface="tf", diff_method="finite-diff")
with tf.GradientTape() as tape:
res = circuit(a, b)
# the tape has reported both gate arguments as trainable
assert circuit.qtape.trainable_params == [0, 1]
expected = [tf.cos(a), -tf.cos(a) * tf.sin(b)]
assert np.allclose(res, expected, atol=tol, rtol=0)
spy = mocker.spy(JacobianTape, "numeric_pd")
jac = tape.jacobian(res, [a, b])
expected = [
[-tf.sin(a), tf.sin(a) * tf.sin(b)],
[0, -tf.cos(a) * tf.cos(b)],
]
assert np.allclose(jac, expected, atol=tol, rtol=0)
# JacobianTape.numeric_pd has been called for each argument
assert len(spy.call_args_list) == 2
# make the second QNode argument a constant
a = tf.Variable(0.54, dtype=tf.float64)
b = tf.constant(0.8, dtype=tf.float64)
with tf.GradientTape() as tape:
res = circuit(a, b)
# the tape has reported only the first argument as trainable
assert circuit.qtape.trainable_params == [0]
expected = [tf.cos(a), -tf.cos(a) * tf.sin(b)]
assert np.allclose(res, expected, atol=tol, rtol=0)
spy.call_args_list = []
jac = tape.jacobian(res, a)
expected = [-tf.sin(a), tf.sin(a) * tf.sin(b)]
assert np.allclose(jac, expected, atol=tol, rtol=0)
# JacobianTape.numeric_pd has been called only once
assert len(spy.call_args_list) == 1
def test_classical_processing(self, dev_name, diff_method, tol):
"""Test classical processing within the quantum tape"""
a = tf.Variable(0.1, dtype=tf.float64)
b = tf.constant(0.2, dtype=tf.float64)
c = tf.Variable(0.3, dtype=tf.float64)
dev = qml.device(dev_name, wires=1)
@qnode(dev, diff_method=diff_method, interface="tf")
with tf.GradientTape() as tape:
res = circuit(a, b, c)
if diff_method == "finite-diff":
assert circuit.qtape.trainable_params == [0, 2]
assert circuit.qtape.get_parameters() == [a * c, c + c**2 + tf.sin(a)]
res = tape.jacobian(res, [a, b, c])
assert isinstance(res[0], tf.Tensor)
assert res[1] is None
assert isinstance(res[2], tf.Tensor)
def test_no_trainable_parameters(self, dev_name, diff_method, tol):
"""Test evaluation if there are no trainable parameters"""
dev = qml.device(dev_name, wires=2)
@qnode(dev, diff_method=diff_method, interface="tf")
a = 0.1
b = tf.constant(0.2, dtype=tf.float64)
with tf.GradientTape() as tape:
res = circuit(a, b)
if diff_method == "finite-diff":
assert circuit.qtape.trainable_params == []
assert res.shape == (2,)
assert isinstance(res, tf.Tensor)
@pytest.mark.parametrize("U", [tf.constant([[0, 1], [1, 0]]), np.array([[0, 1], [1, 0]])])
def test_matrix_parameter(self, dev_name, diff_method, U, tol):
"""Test that the TF interface works correctly
with a matrix parameter"""
a = tf.Variable(0.1, dtype=tf.float64)
dev = qml.device(dev_name, wires=2)
@qnode(dev, diff_method=diff_method, interface="tf")
with tf.GradientTape() as tape:
res = circuit(U, a)
if diff_method == "finite-diff":
assert circuit.qtape.trainable_params == [1]
assert np.allclose(res, -tf.cos(a), atol=tol, rtol=0)
res = tape.jacobian(res, a)
assert np.allclose(res, tf.sin(a), atol=tol, rtol=0)
def test_differentiable_expand(self, dev_name, diff_method, tol):
"""Test that operation and nested tapes expansion
is differentiable"""
dev = qml.device(dev_name, wires=1)
a = np.array(0.1)
p = tf.Variable([0.1, 0.2, 0.3], dtype=tf.float64)
@qnode(dev, diff_method=diff_method, interface="tf")
with tf.GradientTape() as tape:
res = circuit(a, p)
assert circuit.qtape.trainable_params == [1, 2, 3, 4]
assert [i.name for i in circuit.qtape.operations] == ["RX", "Rot", "PhaseShift"]
assert np.all(circuit.qtape.get_parameters() == [p[2], p[0], -p[2], p[1] + p[2]])
expected = tf.cos(a) * tf.cos(p[1]) * tf.sin(p[0]) + tf.sin(a) * (
tf.cos(p[2]) * tf.sin(p[1]) + tf.cos(p[0]) * tf.cos(p[1]) * tf.sin(p[2])
)
assert np.allclose(res, expected, atol=tol, rtol=0)
res = tape.jacobian(res, p)
expected = np.array(
[
tf.cos(p[1]) * (tf.cos(a) * tf.cos(p[0]) - tf.sin(a) * tf.sin(p[0]) * tf.sin(p[2])),
tf.cos(p[1]) * tf.cos(p[2]) * tf.sin(a)
- tf.sin(p[1])
* (tf.cos(a) * tf.sin(p[0]) + tf.cos(p[0]) * tf.sin(a) * tf.sin(p[2])),
tf.sin(a)
* (tf.cos(p[0]) * tf.cos(p[1]) * tf.cos(p[2]) - tf.sin(p[1]) * tf.sin(p[2])),
]
)
assert np.allclose(res, expected, atol=tol, rtol=0)
def test_probability_differentiation(self, dev_name, diff_method, tol):
"""Tests correct output shape and evaluation for a tape
with multiple probs outputs"""
if diff_method == "adjoint":
pytest.skip("The adjoint method does not currently support returning probabilities")
dev = qml.device(dev_name, wires=2)
x = tf.Variable(0.543, dtype=tf.float64)
y = tf.Variable(-0.654, dtype=tf.float64)
@qnode(dev, diff_method=diff_method, interface="tf")
with tf.GradientTape() as tape:
res = circuit(x, y)
expected = np.array(
[
[tf.cos(x / 2) ** 2, tf.sin(x / 2) ** 2],
[(1 + tf.cos(x) * tf.cos(y)) / 2, (1 - tf.cos(x) * tf.cos(y)) / 2],
]
)
assert np.allclose(res, expected, atol=tol, rtol=0)
res = tape.jacobian(res, [x, y])
expected = np.array(
[
[
[-tf.sin(x) / 2, tf.sin(x) / 2],
[-tf.sin(x) * tf.cos(y) / 2, tf.cos(y) * tf.sin(x) / 2],
],
[
[0, 0],
[-tf.cos(x) * tf.sin(y) / 2, tf.cos(x) * tf.sin(y) / 2],
],
]
)
assert np.allclose(res, expected, atol=tol, rtol=0)
def test_ragged_differentiation(self, dev_name, diff_method, tol):
"""Tests correct output shape and evaluation for a tape
with prob and expval outputs"""
if diff_method == "adjoint":
pytest.skip("The adjoint method does not currently support returning probabilities")
dev = qml.device(dev_name, wires=2)
x = tf.Variable(0.543, dtype=tf.float64)
y = tf.Variable(-0.654, dtype=tf.float64)
@qnode(dev, diff_method=diff_method, interface="tf")
with tf.GradientTape() as tape:
res = circuit(x, y)
expected = np.array(
[
tf.cos(x),
(1 + tf.cos(x) * tf.cos(y)) / 2,
(1 - tf.cos(x) * tf.cos(y)) / 2,
]
)
assert np.allclose(res, expected, atol=tol, rtol=0)
res = tape.jacobian(res, [x, y])
expected = np.array(
[
[-tf.sin(x), -tf.sin(x) * tf.cos(y) / 2, tf.cos(y) * tf.sin(x) / 2],
[0, -tf.cos(x) * tf.sin(y) / 2, tf.cos(x) * tf.sin(y) / 2],
]
)
assert np.allclose(res, expected, atol=tol, rtol=0)
def test_sampling(self, dev_name, diff_method):
"""Test sampling works as expected"""
if diff_method == "backprop":
pytest.skip("Sampling not possible with backprop differentiation.")
dev = qml.device(dev_name, wires=2, shots=10)
@qnode(dev, diff_method=diff_method, interface="tf")
with tf.GradientTape() as tape:
res = circuit()
assert res.shape == (2, 10)
assert isinstance(res, tf.Tensor)
def test_second_derivative(self, dev_name, diff_method, mocker, tol):
"""Test second derivative calculation of a scalar valued QNode"""
if diff_method not in {"parameter-shift", "backprop"}:
pytest.skip("Test only supports parameter-shift or backprop")
dev = qml.device(dev_name, wires=1)
@qnode(dev, diff_method=diff_method, interface="tf")
x = tf.Variable([1.0, 2.0], dtype=tf.float64)
with tf.GradientTape() as tape1:
with tf.GradientTape() as tape2:
res = circuit(x)
g = tape2.gradient(res, x)
res2 = tf.reduce_sum(g)
spy = mocker.spy(JacobianTape, "hessian")
g2 = tape1.gradient(res2, x)
if diff_method == "parameter-shift":
spy.assert_called_once()
elif diff_method == "backprop":
spy.assert_not_called()
a, b = x * 1.0
expected_res = tf.cos(a) * tf.cos(b)
assert np.allclose(res, expected_res, atol=tol, rtol=0)
expected_g = [-tf.sin(a) * tf.cos(b), -tf.cos(a) * tf.sin(b)]
assert np.allclose(g, expected_g, atol=tol, rtol=0)
expected_g2 = [
-tf.cos(a) * tf.cos(b) + tf.sin(a) * tf.sin(b),
tf.sin(a) * tf.sin(b) - tf.cos(a) * tf.cos(b),
]
assert np.allclose(g2, expected_g2, atol=tol, rtol=0)
def test_hessian(self, dev_name, diff_method, mocker, tol):
"""Test hessian calculation of a scalar valued QNode"""
if diff_method not in {"parameter-shift", "backprop"}:
pytest.skip("Test only supports parameter-shift or backprop")
dev = qml.device(dev_name, wires=1)
@qnode(dev, diff_method=diff_method, interface="tf")
x = tf.Variable([1.0, 2.0], dtype=tf.float64)
with tf.GradientTape() as tape1:
with tf.GradientTape() as tape2:
res = circuit(x)
g = tape2.gradient(res, x)
spy = mocker.spy(JacobianTape, "hessian")
hess = tape1.jacobian(g, x)
if diff_method == "parameter-shift":
spy.assert_called_once()
elif diff_method == "backprop":
spy.assert_not_called()
a, b = x * 1.0
expected_res = tf.cos(a) * tf.cos(b)
assert np.allclose(res, expected_res, atol=tol, rtol=0)
expected_g = [-tf.sin(a) * tf.cos(b), -tf.cos(a) * tf.sin(b)]
assert np.allclose(g, expected_g, atol=tol, rtol=0)
expected_hess = [
[-tf.cos(a) * tf.cos(b), tf.sin(a) * tf.sin(b)],
[tf.sin(a) * tf.sin(b), -tf.cos(a) * tf.cos(b)],
]
assert np.allclose(hess, expected_hess, atol=tol, rtol=0)
def test_hessian_vector_valued(self, dev_name, diff_method, mocker, tol):
"""Test hessian calculation of a vector valued QNode"""
if diff_method not in {"parameter-shift", "backprop"}:
pytest.skip("Test only supports parameter-shift or backprop")
dev = qml.device(dev_name, wires=1)
@qnode(dev, diff_method=diff_method, interface="tf")
x = tf.Variable([1.0, 2.0], dtype=tf.float64)
with tf.GradientTape(persistent=True) as tape1:
with tf.GradientTape(persistent=True) as tape2:
res = circuit(x)
spy = mocker.spy(JacobianTape, "hessian")
g = tape2.jacobian(res, x, experimental_use_pfor=False)
hess = tape1.jacobian(g, x, experimental_use_pfor=False)
if diff_method == "parameter-shift":
spy.assert_called_once()
elif diff_method == "backprop":
spy.assert_not_called()
a, b = x * 1.0
expected_res = [
0.5 + 0.5 * tf.cos(a) * tf.cos(b),
0.5 - 0.5 * tf.cos(a) * tf.cos(b),
]
assert np.allclose(res, expected_res, atol=tol, rtol=0)
expected_g = [
[-0.5 * tf.sin(a) * tf.cos(b), -0.5 * tf.cos(a) * tf.sin(b)],
[0.5 * tf.sin(a) * tf.cos(b), 0.5 * tf.cos(a) * tf.sin(b)],
]
assert np.allclose(g, expected_g, atol=tol, rtol=0)
expected_hess = [
[
[-0.5 * tf.cos(a) * tf.cos(b), 0.5 * tf.sin(a) * tf.sin(b)],
[0.5 * tf.sin(a) * tf.sin(b), -0.5 * tf.cos(a) * tf.cos(b)],
],
[
[0.5 * tf.cos(a) * tf.cos(b), -0.5 * tf.sin(a) * tf.sin(b)],
[-0.5 * tf.sin(a) * tf.sin(b), 0.5 * tf.cos(a) * tf.cos(b)],
],
]
np.testing.assert_allclose(hess, expected_hess, atol=tol, rtol=0, verbose=True)
def test_hessian_vector_valued_postprocessing(self, dev_name, diff_method, mocker, tol):
"""Test hessian calculation of a vector valued QNode with post-processing"""
if diff_method not in {"parameter-shift", "backprop"}:
pytest.skip("Test only supports parameter-shift or backprop")
dev = qml.device(dev_name, wires=1)
@qnode(dev, diff_method=diff_method, interface="tf")
x = tf.Variable([0.76, -0.87], dtype=tf.float64)
with tf.GradientTape(persistent=True) as tape1:
with tf.GradientTape(persistent=True) as tape2:
res = tf.tensordot(x, circuit(x), axes=[0, 0])
spy = mocker.spy(JacobianTape, "hessian")
g = tape2.jacobian(res, x, experimental_use_pfor=False)
hess = tape1.jacobian(g, x, experimental_use_pfor=False)
if diff_method == "parameter-shift":
spy.assert_called_once()
elif diff_method == "backprop":
spy.assert_not_called()
a, b = x * 1.0
expected_res = a * tf.cos(a) * tf.cos(b) + b * tf.cos(a) * tf.cos(b)
assert np.allclose(res, expected_res, atol=tol, rtol=0)
expected_g = [
tf.cos(b) * (tf.cos(a) - (a + b) * tf.sin(a)),
tf.cos(a) * (tf.cos(b) - (a + b) * tf.sin(b)),
]
assert np.allclose(g, expected_g, atol=tol, rtol=0)
expected_hess = [
[
-(tf.cos(b) * ((a + b) * tf.cos(a) + 2 * tf.sin(a))),
-(tf.cos(b) * tf.sin(a)) + (-tf.cos(a) + (a + b) * tf.sin(a)) * tf.sin(b),
],
[
-(tf.cos(b) * tf.sin(a)) + (-tf.cos(a) + (a + b) * tf.sin(a)) * tf.sin(b),
-(tf.cos(a) * ((a + b) * tf.cos(b) + 2 * tf.sin(b))),
],
]
assert np.allclose(hess, expected_hess, atol=tol, rtol=0)
def test_hessian_ragged(self, dev_name, diff_method, mocker, tol):
"""Test hessian calculation of a ragged QNode"""
if diff_method not in {"parameter-shift", "backprop"}:
pytest.skip("Test only supports parameter-shift or backprop")
dev = qml.device(dev_name, wires=2)
@qnode(dev, diff_method=diff_method, interface="tf")
x = tf.Variable([1.0, 2.0], dtype=tf.float64)
res = circuit(x)
with tf.GradientTape(persistent=True) as tape1:
with tf.GradientTape(persistent=True) as tape2:
res = circuit(x)
spy = mocker.spy(JacobianTape, "hessian")
g = tape2.jacobian(res, x, experimental_use_pfor=False)
hess = tape1.jacobian(g, x, experimental_use_pfor=False)
if diff_method == "parameter-shift":
spy.assert_called_once()
elif diff_method == "backprop":
spy.assert_not_called()
a, b = x * 1.0
expected_res = [
tf.cos(a) * tf.cos(b),
0.5 + 0.5 * tf.cos(a) * tf.cos(b),
0.5 - 0.5 * tf.cos(a) * tf.cos(b),
]
assert np.allclose(res, expected_res, atol=tol, rtol=0)
expected_g = [
[-tf.sin(a) * tf.cos(b), -tf.cos(a) * tf.sin(b)],
[-0.5 * tf.sin(a) * tf.cos(b), -0.5 * tf.cos(a) * tf.sin(b)],
[0.5 * tf.sin(a) * tf.cos(b), 0.5 * tf.cos(a) * tf.sin(b)],
]
assert np.allclose(g, expected_g, atol=tol, rtol=0)
expected_hess = [
[
[-tf.cos(a) * tf.cos(b), tf.sin(a) * tf.sin(b)],
[tf.sin(a) * tf.sin(b), -tf.cos(a) * tf.cos(b)],
],
[
[-0.5 * tf.cos(a) * tf.cos(b), 0.5 * tf.sin(a) * tf.sin(b)],
[0.5 * tf.sin(a) * tf.sin(b), -0.5 * tf.cos(a) * tf.cos(b)],
],
[
[0.5 * tf.cos(a) * tf.cos(b), -0.5 * tf.sin(a) * tf.sin(b)],
[-0.5 * tf.sin(a) * tf.sin(b), 0.5 * tf.cos(a) * tf.cos(b)],
],
]
np.testing.assert_allclose(hess, expected_hess, atol=tol, rtol=0, verbose=True)
def qtransform(qnode, a, framework=tf):
"""Transforms every RY(y) gate in a circuit to RX(-a*cos(y))"""
def construct(self, args, kwargs):
"""New quantum tape construct method, that performs
the transform on the tape in a define-by-run manner"""
# the following global variable is defined simply for testing
# purposes, so that we can easily extract the transformed operations
# for verification.
global t_op
t_op = []
QNode.construct(self, args, kwargs)
new_ops = []
for o in self.qtape.operations:
# here, we loop through all tape operations, and make
# the transformation if a RY gate is encountered.
if isinstance(o, qml.RY):
t_op.append(qml.RX(-a * framework.cos(o.data[0]), wires=o.wires))
new_ops.append(t_op[-1])
else:
new_ops.append(o)
self.qtape._ops = new_ops
self.qtape._update()
import copy
new_qnode = copy.deepcopy(qnode)
new_qnode.construct = construct.__get__(new_qnode, QNode)
return new_qnode
@pytest.mark.parametrize(
"dev_name,diff_method",
[("default.qubit", "finite-diff"), ("default.qubit.tf", "backprop")],
)
def test_transform(dev_name, diff_method, tol):
"""Test an example transform"""
dev = qml.device(dev_name, wires=1)
@qnode(dev, interface="tf", diff_method=diff_method)
weights = tf.Variable([0.32, 0.543], dtype=tf.float64)
a = tf.Variable(0.5, dtype=tf.float64)
with tf.GradientTape(persistent=True) as tape:
# transform the circuit QNode with trainable weight 'a'
new_qnode = qtransform(circuit, a)
# evaluate the transformed QNode
res = new_qnode(weights)
# evaluate the original QNode with pre-processed parameters
res2 = circuit(tf.sin(weights))
# the loss is the sum of the two QNode evaluations
loss = res + res2
# verify that the transformed QNode has the expected operations
assert circuit.qtape.operations == [op1, op2]
assert new_qnode.qtape.operations[0] == t_op[0]
assert new_qnode.qtape.operations[1].name == op2.name
assert new_qnode.qtape.operations[1].wires == op2.wires
# check that the incident gate arguments of both QNode tapes are correct
assert np.all(circuit.qtape.get_parameters() == tf.sin(weights))
assert np.all(new_qnode.qtape.get_parameters() == [-a * tf.cos(weights[0]), weights[1]])
# verify that the gradient has the correct shape
grad = tape.gradient(loss, [weights, a])
assert len(grad) == 2
assert grad[0].shape == weights.shape
assert grad[1].shape == a.shape
# compare against the expected values
assert np.allclose(loss, 1.8244501889992706, atol=tol, rtol=0)
assert np.allclose(grad[0], [-0.26610258, -0.47053553], atol=tol, rtol=0)
assert np.allclose(grad[1], 0.06486032, atol=tol, rtol=0)
| [
2,
15069,
2864,
12,
42334,
47482,
324,
84,
29082,
21852,
3457,
13,
201,
198,
201,
198,
2,
49962,
739,
262,
24843,
13789,
11,
10628,
362,
13,
15,
357,
1169,
366,
34156,
15341,
201,
198,
2,
345,
743,
407,
779,
428,
2393,
2845,
287,
11846,
351,
262,
13789,
13,
201,
198,
2,
921,
743,
7330,
257,
4866,
286,
262,
13789,
379,
201,
198,
201,
198,
2,
220,
220,
220,
220,
2638,
1378,
2503,
13,
43073,
13,
2398,
14,
677,
4541,
14,
43,
2149,
24290,
12,
17,
13,
15,
201,
198,
201,
198,
2,
17486,
2672,
416,
9723,
1099,
393,
4987,
284,
287,
3597,
11,
3788,
201,
198,
2,
9387,
739,
262,
13789,
318,
9387,
319,
281,
366,
1921,
3180,
1,
29809,
1797,
11,
201,
198,
2,
42881,
34764,
11015,
6375,
7102,
49828,
11053,
3963,
15529,
509,
12115,
11,
2035,
4911,
393,
17142,
13,
201,
198,
2,
4091,
262,
13789,
329,
262,
2176,
3303,
15030,
21627,
290,
201,
198,
2,
11247,
739,
262,
13789,
13,
201,
198,
37811,
26453,
5254,
329,
262,
48700,
7071,
37811,
201,
198,
11748,
12972,
9288,
201,
198,
201,
198,
27110,
796,
12972,
9288,
13,
11748,
669,
74,
541,
7203,
83,
22854,
11125,
1600,
949,
9641,
2625,
17,
13,
16,
4943,
201,
198,
201,
198,
11748,
299,
32152,
355,
45941,
201,
198,
201,
198,
11748,
22429,
2645,
1531,
355,
10662,
4029,
201,
198,
6738,
22429,
2645,
1531,
13,
80,
17440,
62,
727,
1330,
10662,
17440,
11,
1195,
19667,
201,
198,
6738,
22429,
2645,
1531,
13,
83,
1758,
1330,
12806,
666,
51,
1758,
201,
198,
201,
198,
201,
198,
31,
9078,
9288,
13,
4102,
13,
17143,
316,
380,
2736,
7,
201,
198,
220,
220,
220,
366,
7959,
62,
3672,
11,
26069,
62,
24396,
1600,
201,
198,
220,
220,
220,
685,
201,
198,
220,
220,
220,
220,
220,
220,
220,
14631,
12286,
13,
421,
2545,
1600,
366,
69,
9504,
12,
26069,
33116,
201,
198,
220,
220,
220,
220,
220,
220,
220,
14631,
12286,
13,
421,
2545,
1600,
366,
17143,
2357,
12,
30846,
33116,
201,
198,
220,
220,
220,
220,
220,
220,
220,
14631,
12286,
13,
421,
2545,
1600,
366,
1891,
22930,
33116,
201,
198,
220,
220,
220,
220,
220,
220,
220,
14631,
12286,
13,
421,
2545,
1600,
366,
41255,
1563,
33116,
201,
198,
220,
220,
220,
16589,
201,
198,
8,
201,
198,
4871,
6208,
48,
19667,
25,
201,
198,
220,
220,
220,
37227,
51,
3558,
262,
11192,
273,
11125,
7071,
973,
351,
257,
1195,
19667,
526,
15931,
201,
198,
201,
198,
220,
220,
220,
825,
1332,
62,
11748,
62,
18224,
7,
944,
11,
1614,
62,
3672,
11,
814,
62,
24396,
11,
285,
12721,
2599,
201,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
14402,
326,
281,
6631,
318,
4978,
319,
1330,
4049,
37811,
201,
198,
220,
220,
220,
220,
220,
220,
220,
611,
814,
62,
24396,
6624,
366,
1891,
22930,
1298,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12972,
9288,
13,
48267,
7203,
14402,
857,
407,
1104,
736,
22930,
4943,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
15290,
796,
285,
12721,
13,
17147,
7203,
79,
1697,
2645,
1531,
13,
3849,
32186,
13,
27110,
13,
10234,
39317,
13,
39014,
4943,
201,
198,
220,
220,
220,
220,
220,
220,
220,
15290,
13,
1589,
62,
10760,
796,
17267,
12331,
3419,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1614,
796,
10662,
4029,
13,
25202,
7,
7959,
62,
3672,
11,
19474,
28,
17,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
10662,
77,
796,
1195,
19667,
7,
20786,
11,
1614,
11,
7071,
2625,
27110,
1600,
814,
62,
24396,
28,
26069,
62,
24396,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
351,
12972,
9288,
13,
430,
2696,
7,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10662,
4029,
13,
24915,
388,
22203,
12331,
11,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2872,
2625,
51,
22854,
37535,
407,
1043,
13,
4222,
2721,
262,
3452,
2196,
286,
309,
22854,
37535,
284,
7139,
262,
705,
27110,
6,
7071,
1600,
201,
198,
220,
220,
220,
220,
220,
220,
220,
15179,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10662,
77,
7,
15,
13,
16,
11,
657,
13,
16,
8,
201,
198,
201,
198,
220,
220,
220,
825,
1332,
62,
18558,
1009,
62,
3919,
62,
39994,
7,
944,
11,
1614,
62,
3672,
11,
814,
62,
24396,
2599,
201,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
14402,
9706,
2499,
1231,
281,
7071,
11,
290,
326,
4512,
540,
10007,
201,
198,
220,
220,
220,
220,
220,
220,
220,
389,
9380,
41240,
1626,
257,
31312,
9154,
526,
15931,
201,
198,
220,
220,
220,
220,
220,
220,
220,
611,
814,
62,
24396,
6624,
366,
1891,
22930,
1298,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12972,
9288,
13,
48267,
7203,
14402,
857,
407,
1104,
736,
22930,
4943,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1614,
796,
10662,
4029,
13,
25202,
7,
7959,
62,
3672,
11,
19474,
28,
16,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
80,
17440,
7,
7959,
11,
814,
62,
24396,
28,
26069,
62,
24396,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
257,
796,
48700,
13,
43015,
7,
15,
13,
16,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
351,
48700,
13,
42731,
1153,
51,
1758,
3419,
355,
9154,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
581,
796,
10349,
7,
64,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
10349,
13,
39568,
1758,
13,
39994,
6624,
366,
2306,
519,
6335,
1,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
1231,
262,
7071,
11,
262,
9154,
2391,
5860,
281,
7177,
286,
2482,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
318,
39098,
7,
411,
11,
45941,
13,
358,
18747,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
581,
13,
43358,
6624,
46545,
3419,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
1231,
262,
7071,
11,
262,
9154,
318,
5906,
284,
4648,
7234,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
4512,
540,
10007,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
10349,
13,
39568,
1758,
13,
27432,
540,
62,
37266,
6624,
685,
15,
60,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
3915,
2334,
815,
2728,
281,
4049,
201,
198,
220,
220,
220,
220,
220,
220,
220,
351,
12972,
9288,
13,
430,
2696,
7,
33682,
12331,
11,
2872,
2625,
10134,
645,
11688,
705,
62,
312,
29653,
2599,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6818,
9154,
13,
49607,
7,
411,
11,
257,
8,
318,
6045,
201,
198,
201,
198,
220,
220,
220,
825,
1332,
62,
18558,
1009,
62,
4480,
62,
39994,
7,
944,
11,
1614,
62,
3672,
11,
814,
62,
24396,
2599,
201,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
14402,
9706,
2499,
351,
262,
7071,
37811,
201,
198,
220,
220,
220,
220,
220,
220,
220,
611,
814,
62,
24396,
6624,
366,
1891,
22930,
1298,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12972,
9288,
13,
48267,
7203,
14402,
857,
407,
1104,
736,
22930,
4943,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1614,
796,
10662,
4029,
13,
25202,
7,
7959,
62,
3672,
11,
19474,
28,
16,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
80,
17440,
7,
7959,
11,
7071,
2625,
27110,
1600,
814,
62,
24396,
28,
26069,
62,
24396,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
257,
796,
48700,
13,
43015,
7,
15,
13,
16,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
10349,
7,
64,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
611,
23710,
2354,
257,
31312,
9154,
11,
262,
1271,
286,
4512,
540,
10007,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
2314,
307,
5295,
416,
309,
22854,
37535,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
10349,
13,
39568,
1758,
13,
27432,
540,
62,
37266,
6624,
17635,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
351,
48700,
13,
42731,
1153,
51,
1758,
3419,
355,
9154,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
581,
796,
10349,
7,
64,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
10349,
13,
39568,
1758,
13,
39994,
6624,
366,
27110,
1,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
351,
262,
7071,
11,
262,
9154,
5860,
11192,
273,
11125,
11192,
669,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
318,
39098,
7,
411,
11,
48700,
13,
51,
22854,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
581,
13,
43358,
6624,
46545,
3419,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
262,
9154,
318,
1498,
284,
4648,
7234,
4512,
540,
10007,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
10349,
13,
39568,
1758,
13,
27432,
540,
62,
37266,
6624,
685,
15,
60,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
3915,
2334,
815,
670,
201,
198,
220,
220,
220,
220,
220,
220,
220,
3915,
796,
9154,
13,
49607,
7,
411,
11,
257,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
318,
39098,
7,
9744,
11,
48700,
13,
51,
22854,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
3915,
13,
43358,
6624,
46545,
3419,
201,
198,
201,
198,
220,
220,
220,
825,
1332,
62,
39994,
62,
2032,
499,
7,
944,
11,
1614,
62,
3672,
11,
814,
62,
24396,
11,
284,
75,
2599,
201,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
14402,
326,
262,
24958,
7071,
460,
307,
5625,
284,
257,
1195,
19667,
201,
198,
220,
220,
220,
220,
220,
220,
220,
351,
257,
662,
12,
25687,
7071,
37811,
201,
198,
220,
220,
220,
220,
220,
220,
220,
611,
814,
62,
24396,
6624,
366,
1891,
22930,
1298,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12972,
9288,
13,
48267,
7203,
14402,
857,
407,
1104,
736,
22930,
4943,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1614,
796,
10662,
4029,
13,
25202,
7,
7959,
62,
3672,
11,
19474,
28,
16,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
80,
17440,
7,
7959,
11,
7071,
2625,
2306,
519,
6335,
1600,
814,
62,
24396,
28,
26069,
62,
24396,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
422,
22429,
2645,
1531,
1330,
299,
32152,
355,
281,
79,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
257,
796,
281,
79,
13,
18747,
7,
15,
13,
16,
11,
4433,
62,
9744,
28,
17821,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
581,
16,
796,
10349,
7,
64,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
3915,
62,
22184,
796,
10662,
4029,
13,
9744,
7,
21170,
5013,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
3915,
16,
796,
3915,
62,
22184,
7,
64,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
5078,
284,
24958,
7071,
201,
198,
220,
220,
220,
220,
220,
220,
220,
10349,
13,
1462,
62,
27110,
3419,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
257,
796,
48700,
13,
43015,
7,
15,
13,
16,
11,
288,
4906,
28,
27110,
13,
22468,
2414,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
351,
48700,
13,
42731,
1153,
51,
1758,
3419,
355,
9154,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
581,
17,
796,
10349,
7,
64,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
3915,
17,
796,
9154,
13,
49607,
7,
411,
17,
11,
257,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
45941,
13,
439,
19836,
7,
411,
16,
11,
581,
17,
11,
379,
349,
28,
83,
349,
11,
374,
83,
349,
28,
15,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
45941,
13,
439,
19836,
7,
9744,
16,
11,
3915,
17,
11,
379,
349,
28,
83,
349,
11,
374,
83,
349,
28,
15,
8,
201,
198,
201,
198,
220,
220,
220,
825,
1332,
62,
19334,
278,
7,
944,
11,
1614,
62,
3672,
11,
814,
62,
24396,
2599,
201,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
14402,
10349,
8263,
618,
1262,
262,
24958,
7071,
37811,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
796,
48700,
13,
43015,
7,
15,
13,
16,
11,
288,
4906,
28,
27110,
13,
22468,
2414,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
331,
796,
48700,
13,
43015,
26933,
15,
13,
17,
11,
657,
13,
18,
4357,
288,
4906,
28,
27110,
13,
22468,
2414,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1976,
796,
48700,
13,
43015,
7,
15,
13,
19,
11,
288,
4906,
28,
27110,
13,
22468,
2414,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1614,
796,
10662,
4029,
13,
25202,
7,
7959,
62,
3672,
11,
19474,
28,
17,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
80,
17440,
7,
7959,
11,
7071,
2625,
27110,
1600,
814,
62,
24396,
28,
26069,
62,
24396,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
10349,
7,
79,
16,
28,
87,
11,
279,
18,
28,
89,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1255,
796,
10349,
13,
19334,
3419,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
796,
37227,
59,
201,
198,
657,
25,
13305,
222,
7280,
49,
55,
7,
15,
13,
16,
8,
8418,
7280,
49,
55,
7,
15,
13,
19,
8,
8418,
22880,
255,
34,
8418,
22880,
255,
6552,
97,
1812,
220,
201,
198,
352,
25,
13305,
222,
7280,
18276,
7,
15,
13,
3312,
8,
28542,
8418,
7280,
22880,
108,
55,
8418,
22880,
108,
6552,
97,
1812,
220,
201,
198,
37811,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
1255,
6624,
2938,
201,
198,
201,
198,
220,
220,
220,
825,
1332,
62,
30482,
672,
666,
7,
944,
11,
1614,
62,
3672,
11,
814,
62,
24396,
11,
285,
12721,
11,
284,
75,
2599,
201,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
14402,
474,
330,
672,
666,
17952,
37811,
201,
198,
220,
220,
220,
220,
220,
220,
220,
13997,
796,
285,
12721,
13,
2777,
88,
7,
46751,
666,
51,
1758,
11,
366,
30482,
672,
666,
4943,
201,
198,
220,
220,
220,
220,
220,
220,
220,
257,
796,
48700,
13,
43015,
7,
15,
13,
16,
11,
288,
4906,
28,
27110,
13,
22468,
2414,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
275,
796,
48700,
13,
43015,
7,
15,
13,
17,
11,
288,
4906,
28,
27110,
13,
22468,
2414,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1614,
796,
10662,
4029,
13,
25202,
7,
7959,
62,
3672,
11,
19474,
28,
17,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
80,
17440,
7,
7959,
11,
814,
62,
24396,
28,
26069,
62,
24396,
11,
7071,
2625,
27110,
4943,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
351,
48700,
13,
42731,
1153,
51,
1758,
3419,
355,
9154,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
581,
796,
10349,
7,
64,
11,
275,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
10349,
13,
39568,
1758,
13,
27432,
540,
62,
37266,
6624,
685,
15,
11,
352,
60,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
318,
39098,
7,
411,
11,
48700,
13,
51,
22854,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
581,
13,
43358,
6624,
357,
17,
35751,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
796,
685,
27110,
13,
6966,
7,
64,
828,
532,
27110,
13,
6966,
7,
64,
8,
1635,
48700,
13,
31369,
7,
65,
15437,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
45941,
13,
439,
19836,
7,
411,
11,
2938,
11,
379,
349,
28,
83,
349,
11,
374,
83,
349,
28,
15,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
581,
796,
9154,
13,
30482,
672,
666,
7,
411,
11,
685,
64,
11,
275,
12962,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
796,
16410,
12,
27110,
13,
31369,
7,
64,
828,
48700,
13,
31369,
7,
64,
8,
1635,
48700,
13,
31369,
7,
65,
8,
4357,
685,
15,
11,
532,
27110,
13,
6966,
7,
64,
8,
1635,
48700,
13,
6966,
7,
65,
8,
11907,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
45941,
13,
439,
19836,
7,
411,
11,
2938,
11,
379,
349,
28,
83,
349,
11,
374,
83,
349,
28,
15,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
611,
814,
62,
24396,
6624,
366,
69,
9504,
12,
26069,
1298,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13997,
13,
30493,
62,
7174,
3419,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
814,
62,
24396,
6624,
366,
1891,
22930,
1298,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13997,
13,
30493,
62,
1662,
62,
7174,
3419,
201,
198,
201,
198,
220,
220,
220,
825,
1332,
62,
30482,
672,
666,
62,
67,
4906,
7,
944,
11,
1614,
62,
3672,
11,
814,
62,
24396,
11,
284,
75,
2599,
201,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
14402,
26019,
262,
474,
330,
672,
666,
351,
257,
1180,
4818,
265,
2981,
37811,
201,
198,
220,
220,
220,
220,
220,
220,
220,
611,
814,
62,
24396,
6624,
366,
1891,
22930,
1298,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12972,
9288,
13,
48267,
7203,
14402,
857,
407,
1104,
736,
22930,
4943,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
257,
796,
48700,
13,
43015,
7,
15,
13,
16,
11,
288,
4906,
28,
27110,
13,
22468,
2624,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
275,
796,
48700,
13,
43015,
7,
15,
13,
17,
11,
288,
4906,
28,
27110,
13,
22468,
2624,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1614,
796,
10662,
4029,
13,
25202,
7203,
12286,
13,
421,
2545,
1600,
19474,
28,
17,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
80,
17440,
7,
7959,
11,
814,
62,
24396,
28,
26069,
62,
24396,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
10349,
13,
1462,
62,
27110,
7,
67,
4906,
28,
27110,
13,
22468,
2624,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
10349,
13,
67,
4906,
318,
48700,
13,
22468,
2624,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
351,
48700,
13,
42731,
1153,
51,
1758,
3419,
355,
9154,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
581,
796,
10349,
7,
64,
11,
275,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
10349,
13,
39568,
1758,
13,
39994,
6624,
366,
27110,
1,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
10349,
13,
39568,
1758,
13,
27432,
540,
62,
37266,
6624,
685,
15,
11,
352,
60,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
318,
39098,
7,
411,
11,
48700,
13,
51,
22854,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
581,
13,
43358,
6624,
357,
17,
35751,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
581,
13,
67,
4906,
318,
48700,
13,
22468,
2624,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
581,
796,
9154,
13,
30482,
672,
666,
7,
411,
11,
685,
64,
11,
275,
12962,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
685,
81,
13,
67,
4906,
318,
48700,
13,
22468,
2624,
329,
374,
287,
581,
60,
201,
198,
201,
198,
220,
220,
220,
825,
1332,
62,
30482,
672,
666,
62,
25811,
7,
944,
11,
1614,
62,
3672,
11,
814,
62,
24396,
11,
285,
12721,
11,
284,
75,
2599,
201,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
14402,
4634,
27454,
12,
26069,
1945,
474,
330,
672,
666,
3689,
37811,
201,
198,
220,
220,
220,
220,
220,
220,
220,
611,
814,
62,
24396,
14512,
366,
69,
9504,
12,
26069,
1298,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12972,
9288,
13,
48267,
7203,
14402,
691,
2499,
351,
27454,
814,
4943,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
13997,
796,
285,
12721,
13,
2777,
88,
7,
46751,
666,
51,
1758,
11,
366,
77,
39223,
62,
30094,
4943,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
257,
796,
48700,
13,
43015,
26933,
15,
13,
16,
11,
657,
13,
17,
12962,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1614,
796,
10662,
4029,
13,
25202,
7203,
12286,
13,
421,
2545,
1600,
19474,
28,
16,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
80,
17440,
7,
7959,
11,
7071,
2625,
27110,
1600,
289,
28,
16,
68,
12,
23,
11,
1502,
28,
17,
11,
814,
62,
24396,
28,
26069,
62,
24396,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
351,
48700,
13,
42731,
1153,
51,
1758,
3419,
355,
9154,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
581,
796,
10349,
7,
64,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
9154,
13,
30482,
672,
666,
7,
411,
11,
257,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
329,
26498,
287,
13997,
13,
13345,
62,
22046,
62,
4868,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6818,
26498,
58,
16,
7131,
1,
2875,
8973,
6624,
362,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6818,
26498,
58,
16,
7131,
1,
71,
8973,
6624,
352,
68,
12,
23,
201,
198,
201,
198,
220,
220,
220,
825,
1332,
62,
22954,
62,
27432,
1799,
7,
944,
11,
1614,
62,
3672,
11,
814,
62,
24396,
11,
285,
12721,
11,
284,
75,
2599,
201,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
14402,
5609,
262,
4512,
1799,
286,
10007,
2458,
262,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1271,
286,
32488,
7007,
925,
37811,
201,
198,
220,
220,
220,
220,
220,
220,
220,
611,
814,
62,
24396,
6624,
366,
1891,
22930,
1298,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12972,
9288,
13,
48267,
7203,
14402,
857,
407,
1104,
736,
22930,
4943,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
257,
796,
48700,
13,
43015,
7,
15,
13,
16,
11,
288,
4906,
28,
27110,
13,
22468,
2414,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
275,
796,
48700,
13,
43015,
7,
15,
13,
17,
11,
288,
4906,
28,
27110,
13,
22468,
2414,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1614,
796,
10662,
4029,
13,
25202,
7203,
12286,
13,
421,
2545,
1600,
19474,
28,
17,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
80,
17440,
7,
7959,
11,
7071,
2625,
27110,
1600,
814,
62,
24396,
2625,
69,
9504,
12,
26069,
4943,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
351,
48700,
13,
42731,
1153,
51,
1758,
3419,
355,
9154,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
581,
796,
10349,
7,
64,
11,
275,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
262,
9154,
468,
2098,
1111,
8946,
7159,
355,
4512,
540,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
10349,
13,
39568,
1758,
13,
27432,
540,
62,
37266,
6624,
685,
15,
11,
352,
60,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
796,
685,
27110,
13,
6966,
7,
64,
828,
532,
27110,
13,
6966,
7,
64,
8,
1635,
48700,
13,
31369,
7,
65,
15437,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
45941,
13,
439,
19836,
7,
411,
11,
2938,
11,
379,
349,
28,
83,
349,
11,
374,
83,
349,
28,
15,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
13997,
796,
285,
12721,
13,
2777,
88,
7,
46751,
666,
51,
1758,
11,
366,
77,
39223,
62,
30094,
4943,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
474,
330,
796,
9154,
13,
30482,
672,
666,
7,
411,
11,
685,
64,
11,
275,
12962,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
796,
685,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
25915,
27110,
13,
31369,
7,
64,
828,
48700,
13,
31369,
7,
64,
8,
1635,
48700,
13,
31369,
7,
65,
8,
4357,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
15,
11,
532,
27110,
13,
6966,
7,
64,
8,
1635,
48700,
13,
6966,
7,
65,
8,
4357,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2361,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
45941,
13,
439,
19836,
7,
30482,
11,
2938,
11,
379,
349,
28,
83,
349,
11,
374,
83,
349,
28,
15,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
12806,
666,
51,
1758,
13,
77,
39223,
62,
30094,
468,
587,
1444,
329,
1123,
4578,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
18896,
7,
2777,
88,
13,
13345,
62,
22046,
62,
4868,
8,
6624,
362,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
787,
262,
1218,
1195,
19667,
4578,
257,
6937,
201,
198,
220,
220,
220,
220,
220,
220,
220,
257,
796,
48700,
13,
43015,
7,
15,
13,
4051,
11,
288,
4906,
28,
27110,
13,
22468,
2414,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
275,
796,
48700,
13,
9979,
415,
7,
15,
13,
23,
11,
288,
4906,
28,
27110,
13,
22468,
2414,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
351,
48700,
13,
42731,
1153,
51,
1758,
3419,
355,
9154,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
581,
796,
10349,
7,
64,
11,
275,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
262,
9154,
468,
2098,
691,
262,
717,
4578,
355,
4512,
540,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
10349,
13,
39568,
1758,
13,
27432,
540,
62,
37266,
6624,
685,
15,
60,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
796,
685,
27110,
13,
6966,
7,
64,
828,
532,
27110,
13,
6966,
7,
64,
8,
1635,
48700,
13,
31369,
7,
65,
15437,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
45941,
13,
439,
19836,
7,
411,
11,
2938,
11,
379,
349,
28,
83,
349,
11,
374,
83,
349,
28,
15,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
13997,
13,
13345,
62,
22046,
62,
4868,
796,
17635,
201,
198,
220,
220,
220,
220,
220,
220,
220,
474,
330,
796,
9154,
13,
30482,
672,
666,
7,
411,
11,
257,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
796,
25915,
27110,
13,
31369,
7,
64,
828,
48700,
13,
31369,
7,
64,
8,
1635,
48700,
13,
31369,
7,
65,
15437,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
45941,
13,
439,
19836,
7,
30482,
11,
2938,
11,
379,
349,
28,
83,
349,
11,
374,
83,
349,
28,
15,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
12806,
666,
51,
1758,
13,
77,
39223,
62,
30094,
468,
587,
1444,
691,
1752,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
18896,
7,
2777,
88,
13,
13345,
62,
22046,
62,
4868,
8,
6624,
352,
201,
198,
201,
198,
220,
220,
220,
825,
1332,
62,
4871,
605,
62,
36948,
7,
944,
11,
1614,
62,
3672,
11,
814,
62,
24396,
11,
284,
75,
2599,
201,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
14402,
15993,
7587,
1626,
262,
14821,
9154,
37811,
201,
198,
220,
220,
220,
220,
220,
220,
220,
257,
796,
48700,
13,
43015,
7,
15,
13,
16,
11,
288,
4906,
28,
27110,
13,
22468,
2414,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
275,
796,
48700,
13,
9979,
415,
7,
15,
13,
17,
11,
288,
4906,
28,
27110,
13,
22468,
2414,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
269,
796,
48700,
13,
43015,
7,
15,
13,
18,
11,
288,
4906,
28,
27110,
13,
22468,
2414,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1614,
796,
10662,
4029,
13,
25202,
7,
7959,
62,
3672,
11,
19474,
28,
16,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
80,
17440,
7,
7959,
11,
814,
62,
24396,
28,
26069,
62,
24396,
11,
7071,
2625,
27110,
4943,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
351,
48700,
13,
42731,
1153,
51,
1758,
3419,
355,
9154,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
581,
796,
10349,
7,
64,
11,
275,
11,
269,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
611,
814,
62,
24396,
6624,
366,
69,
9504,
12,
26069,
1298,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6818,
10349,
13,
39568,
1758,
13,
27432,
540,
62,
37266,
6624,
685,
15,
11,
362,
60,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6818,
10349,
13,
39568,
1758,
13,
1136,
62,
17143,
7307,
3419,
6624,
685,
64,
1635,
269,
11,
269,
1343,
269,
1174,
17,
1343,
48700,
13,
31369,
7,
64,
15437,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
581,
796,
9154,
13,
30482,
672,
666,
7,
411,
11,
685,
64,
11,
275,
11,
269,
12962,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
318,
39098,
7,
411,
58,
15,
4357,
48700,
13,
51,
22854,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
581,
58,
16,
60,
318,
6045,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
318,
39098,
7,
411,
58,
17,
4357,
48700,
13,
51,
22854,
8,
201,
198,
201,
198,
220,
220,
220,
825,
1332,
62,
3919,
62,
27432,
540,
62,
17143,
7307,
7,
944,
11,
1614,
62,
3672,
11,
814,
62,
24396,
11,
284,
75,
2599,
201,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
14402,
12660,
611,
612,
389,
645,
4512,
540,
10007,
37811,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1614,
796,
10662,
4029,
13,
25202,
7,
7959,
62,
3672,
11,
19474,
28,
17,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
80,
17440,
7,
7959,
11,
814,
62,
24396,
28,
26069,
62,
24396,
11,
7071,
2625,
27110,
4943,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
257,
796,
657,
13,
16,
201,
198,
220,
220,
220,
220,
220,
220,
220,
275,
796,
48700,
13,
9979,
415,
7,
15,
13,
17,
11,
288,
4906,
28,
27110,
13,
22468,
2414,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
351,
48700,
13,
42731,
1153,
51,
1758,
3419,
355,
9154,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
581,
796,
10349,
7,
64,
11,
275,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
611,
814,
62,
24396,
6624,
366,
69,
9504,
12,
26069,
1298,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6818,
10349,
13,
39568,
1758,
13,
27432,
540,
62,
37266,
6624,
17635,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
581,
13,
43358,
6624,
357,
17,
35751,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
318,
39098,
7,
411,
11,
48700,
13,
51,
22854,
8,
201,
198,
201,
198,
220,
220,
220,
2488,
9078,
9288,
13,
4102,
13,
17143,
316,
380,
2736,
7203,
52,
1600,
685,
27110,
13,
9979,
415,
26933,
58,
15,
11,
352,
4357,
685,
16,
11,
657,
11907,
828,
45941,
13,
18747,
26933,
58,
15,
11,
352,
4357,
685,
16,
11,
657,
11907,
8,
12962,
201,
198,
220,
220,
220,
825,
1332,
62,
6759,
8609,
62,
17143,
2357,
7,
944,
11,
1614,
62,
3672,
11,
814,
62,
24396,
11,
471,
11,
284,
75,
2599,
201,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
14402,
326,
262,
24958,
7071,
2499,
9380,
201,
198,
220,
220,
220,
220,
220,
220,
220,
351,
257,
17593,
11507,
37811,
201,
198,
220,
220,
220,
220,
220,
220,
220,
257,
796,
48700,
13,
43015,
7,
15,
13,
16,
11,
288,
4906,
28,
27110,
13,
22468,
2414,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1614,
796,
10662,
4029,
13,
25202,
7,
7959,
62,
3672,
11,
19474,
28,
17,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
80,
17440,
7,
7959,
11,
814,
62,
24396,
28,
26069,
62,
24396,
11,
7071,
2625,
27110,
4943,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
351,
48700,
13,
42731,
1153,
51,
1758,
3419,
355,
9154,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
581,
796,
10349,
7,
52,
11,
257,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
611,
814,
62,
24396,
6624,
366,
69,
9504,
12,
26069,
1298,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6818,
10349,
13,
39568,
1758,
13,
27432,
540,
62,
37266,
6624,
685,
16,
60,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
45941,
13,
439,
19836,
7,
411,
11,
532,
27110,
13,
6966,
7,
64,
828,
379,
349,
28,
83,
349,
11,
374,
83,
349,
28,
15,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
581,
796,
9154,
13,
30482,
672,
666,
7,
411,
11,
257,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
45941,
13,
439,
19836,
7,
411,
11,
48700,
13,
31369,
7,
64,
828,
379,
349,
28,
83,
349,
11,
374,
83,
349,
28,
15,
8,
201,
198,
201,
198,
220,
220,
220,
825,
1332,
62,
39799,
3379,
62,
11201,
392,
7,
944,
11,
1614,
62,
3672,
11,
814,
62,
24396,
11,
284,
75,
2599,
201,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
14402,
326,
4905,
290,
28376,
23695,
7118,
201,
198,
220,
220,
220,
220,
220,
220,
220,
318,
1180,
3379,
37811,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1614,
796,
10662,
4029,
13,
25202,
7,
7959,
62,
3672,
11,
19474,
28,
16,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
257,
796,
45941,
13,
18747,
7,
15,
13,
16,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
279,
796,
48700,
13,
43015,
26933,
15,
13,
16,
11,
657,
13,
17,
11,
657,
13,
18,
4357,
288,
4906,
28,
27110,
13,
22468,
2414,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
80,
17440,
7,
7959,
11,
814,
62,
24396,
28,
26069,
62,
24396,
11,
7071,
2625,
27110,
4943,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
351,
48700,
13,
42731,
1153,
51,
1758,
3419,
355,
9154,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
581,
796,
10349,
7,
64,
11,
279,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
10349,
13,
39568,
1758,
13,
27432,
540,
62,
37266,
6624,
685,
16,
11,
362,
11,
513,
11,
604,
60,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
685,
72,
13,
3672,
329,
1312,
287,
10349,
13,
39568,
1758,
13,
3575,
602,
60,
6624,
14631,
49,
55,
1600,
366,
24864,
1600,
366,
35645,
33377,
8973,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
45941,
13,
439,
7,
21170,
5013,
13,
39568,
1758,
13,
1136,
62,
17143,
7307,
3419,
6624,
685,
79,
58,
17,
4357,
279,
58,
15,
4357,
532,
79,
58,
17,
4357,
279,
58,
16,
60,
1343,
279,
58,
17,
11907,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
796,
48700,
13,
6966,
7,
64,
8,
1635,
48700,
13,
6966,
7,
79,
58,
16,
12962,
1635,
48700,
13,
31369,
7,
79,
58,
15,
12962,
1343,
48700,
13,
31369,
7,
64,
8,
1635,
357,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
48700,
13,
6966,
7,
79,
58,
17,
12962,
1635,
48700,
13,
31369,
7,
79,
58,
16,
12962,
1343,
48700,
13,
6966,
7,
79,
58,
15,
12962,
1635,
48700,
13,
6966,
7,
79,
58,
16,
12962,
1635,
48700,
13,
31369,
7,
79,
58,
17,
12962,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
45941,
13,
439,
19836,
7,
411,
11,
2938,
11,
379,
349,
28,
83,
349,
11,
374,
83,
349,
28,
15,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
581,
796,
9154,
13,
30482,
672,
666,
7,
411,
11,
279,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
796,
45941,
13,
18747,
7,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
48700,
13,
6966,
7,
79,
58,
16,
12962,
1635,
357,
27110,
13,
6966,
7,
64,
8,
1635,
48700,
13,
6966,
7,
79,
58,
15,
12962,
532,
48700,
13,
31369,
7,
64,
8,
1635,
48700,
13,
31369,
7,
79,
58,
15,
12962,
1635,
48700,
13,
31369,
7,
79,
58,
17,
12962,
828,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
48700,
13,
6966,
7,
79,
58,
16,
12962,
1635,
48700,
13,
6966,
7,
79,
58,
17,
12962,
1635,
48700,
13,
31369,
7,
64,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
532,
48700,
13,
31369,
7,
79,
58,
16,
12962,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1635,
357,
27110,
13,
6966,
7,
64,
8,
1635,
48700,
13,
31369,
7,
79,
58,
15,
12962,
1343,
48700,
13,
6966,
7,
79,
58,
15,
12962,
1635,
48700,
13,
31369,
7,
64,
8,
1635,
48700,
13,
31369,
7,
79,
58,
17,
12962,
828,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
48700,
13,
31369,
7,
64,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1635,
357,
27110,
13,
6966,
7,
79,
58,
15,
12962,
1635,
48700,
13,
6966,
7,
79,
58,
16,
12962,
1635,
48700,
13,
6966,
7,
79,
58,
17,
12962,
532,
48700,
13,
31369,
7,
79,
58,
16,
12962,
1635,
48700,
13,
31369,
7,
79,
58,
17,
12962,
828,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2361,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
45941,
13,
439,
19836,
7,
411,
11,
2938,
11,
379,
349,
28,
83,
349,
11,
374,
83,
349,
28,
15,
8,
201,
198,
201,
198,
220,
220,
220,
825,
1332,
62,
1676,
65,
1799,
62,
39799,
3920,
7,
944,
11,
1614,
62,
3672,
11,
814,
62,
24396,
11,
284,
75,
2599,
201,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
51,
3558,
3376,
5072,
5485,
290,
12660,
329,
257,
9154,
201,
198,
220,
220,
220,
220,
220,
220,
220,
351,
3294,
386,
1443,
23862,
37811,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
611,
814,
62,
24396,
6624,
366,
41255,
1563,
1298,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12972,
9288,
13,
48267,
7203,
464,
9224,
1563,
2446,
857,
407,
3058,
1104,
8024,
39522,
4943,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1614,
796,
10662,
4029,
13,
25202,
7,
7959,
62,
3672,
11,
19474,
28,
17,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
796,
48700,
13,
43015,
7,
15,
13,
20,
3559,
11,
288,
4906,
28,
27110,
13,
22468,
2414,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
331,
796,
48700,
13,
43015,
32590,
15,
13,
39111,
11,
288,
4906,
28,
27110,
13,
22468,
2414,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
80,
17440,
7,
7959,
11,
814,
62,
24396,
28,
26069,
62,
24396,
11,
7071,
2625,
27110,
4943,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
351,
48700,
13,
42731,
1153,
51,
1758,
3419,
355,
9154,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
581,
796,
10349,
7,
87,
11,
331,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
796,
45941,
13,
18747,
7,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
27110,
13,
6966,
7,
87,
1220,
362,
8,
12429,
362,
11,
48700,
13,
31369,
7,
87,
1220,
362,
8,
12429,
362,
4357,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
47527,
16,
1343,
48700,
13,
6966,
7,
87,
8,
1635,
48700,
13,
6966,
7,
88,
4008,
1220,
362,
11,
357,
16,
532,
48700,
13,
6966,
7,
87,
8,
1635,
48700,
13,
6966,
7,
88,
4008,
1220,
362,
4357,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2361,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
45941,
13,
439,
19836,
7,
411,
11,
2938,
11,
379,
349,
28,
83,
349,
11,
374,
83,
349,
28,
15,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
581,
796,
9154,
13,
30482,
672,
666,
7,
411,
11,
685,
87,
11,
331,
12962,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
796,
45941,
13,
18747,
7,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
25915,
27110,
13,
31369,
7,
87,
8,
1220,
362,
11,
48700,
13,
31369,
7,
87,
8,
1220,
362,
4357,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
25915,
27110,
13,
31369,
7,
87,
8,
1635,
48700,
13,
6966,
7,
88,
8,
1220,
362,
11,
48700,
13,
6966,
7,
88,
8,
1635,
48700,
13,
31369,
7,
87,
8,
1220,
362,
4357,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
15,
11,
657,
4357,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
25915,
27110,
13,
6966,
7,
87,
8,
1635,
48700,
13,
31369,
7,
88,
8,
1220,
362,
11,
48700,
13,
6966,
7,
87,
8,
1635,
48700,
13,
31369,
7,
88,
8,
1220,
362,
4357,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2361,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
45941,
13,
439,
19836,
7,
411,
11,
2938,
11,
379,
349,
28,
83,
349,
11,
374,
83,
349,
28,
15,
8,
201,
198,
201,
198,
220,
220,
220,
825,
1332,
62,
81,
14655,
62,
39799,
3920,
7,
944,
11,
1614,
62,
3672,
11,
814,
62,
24396,
11,
284,
75,
2599,
201,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
51,
3558,
3376,
5072,
5485,
290,
12660,
329,
257,
9154,
201,
198,
220,
220,
220,
220,
220,
220,
220,
351,
1861,
290,
1033,
2100,
23862,
37811,
201,
198,
220,
220,
220,
220,
220,
220,
220,
611,
814,
62,
24396,
6624,
366,
41255,
1563,
1298,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12972,
9288,
13,
48267,
7203,
464,
9224,
1563,
2446,
857,
407,
3058,
1104,
8024,
39522,
4943,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1614,
796,
10662,
4029,
13,
25202,
7,
7959,
62,
3672,
11,
19474,
28,
17,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
796,
48700,
13,
43015,
7,
15,
13,
20,
3559,
11,
288,
4906,
28,
27110,
13,
22468,
2414,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
331,
796,
48700,
13,
43015,
32590,
15,
13,
39111,
11,
288,
4906,
28,
27110,
13,
22468,
2414,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
80,
17440,
7,
7959,
11,
814,
62,
24396,
28,
26069,
62,
24396,
11,
7071,
2625,
27110,
4943,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
351,
48700,
13,
42731,
1153,
51,
1758,
3419,
355,
9154,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
581,
796,
10349,
7,
87,
11,
331,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
796,
45941,
13,
18747,
7,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
48700,
13,
6966,
7,
87,
828,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
16,
1343,
48700,
13,
6966,
7,
87,
8,
1635,
48700,
13,
6966,
7,
88,
4008,
1220,
362,
11,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
16,
532,
48700,
13,
6966,
7,
87,
8,
1635,
48700,
13,
6966,
7,
88,
4008,
1220,
362,
11,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2361,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
45941,
13,
439,
19836,
7,
411,
11,
2938,
11,
379,
349,
28,
83,
349,
11,
374,
83,
349,
28,
15,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
581,
796,
9154,
13,
30482,
672,
666,
7,
411,
11,
685,
87,
11,
331,
12962,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
796,
45941,
13,
18747,
7,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
25915,
27110,
13,
31369,
7,
87,
828,
532,
27110,
13,
31369,
7,
87,
8,
1635,
48700,
13,
6966,
7,
88,
8,
1220,
362,
11,
48700,
13,
6966,
7,
88,
8,
1635,
48700,
13,
31369,
7,
87,
8,
1220,
362,
4357,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
15,
11,
532,
27110,
13,
6966,
7,
87,
8,
1635,
48700,
13,
31369,
7,
88,
8,
1220,
362,
11,
48700,
13,
6966,
7,
87,
8,
1635,
48700,
13,
31369,
7,
88,
8,
1220,
362,
4357,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2361,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
45941,
13,
439,
19836,
7,
411,
11,
2938,
11,
379,
349,
28,
83,
349,
11,
374,
83,
349,
28,
15,
8,
201,
198,
201,
198,
220,
220,
220,
825,
1332,
62,
37687,
11347,
7,
944,
11,
1614,
62,
3672,
11,
814,
62,
24396,
2599,
201,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
14402,
19232,
2499,
355,
2938,
37811,
201,
198,
220,
220,
220,
220,
220,
220,
220,
611,
814,
62,
24396,
6624,
366,
1891,
22930,
1298,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12972,
9288,
13,
48267,
7203,
16305,
11347,
407,
1744,
351,
736,
22930,
32488,
19570,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1614,
796,
10662,
4029,
13,
25202,
7,
7959,
62,
3672,
11,
19474,
28,
17,
11,
6934,
28,
940,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
80,
17440,
7,
7959,
11,
814,
62,
24396,
28,
26069,
62,
24396,
11,
7071,
2625,
27110,
4943,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
351,
48700,
13,
42731,
1153,
51,
1758,
3419,
355,
9154,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
581,
796,
10349,
3419,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
581,
13,
43358,
6624,
357,
17,
11,
838,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
318,
39098,
7,
411,
11,
48700,
13,
51,
22854,
8,
201,
198,
201,
198,
220,
220,
220,
825,
1332,
62,
12227,
62,
1082,
452,
876,
7,
944,
11,
1614,
62,
3672,
11,
814,
62,
24396,
11,
285,
12721,
11,
284,
75,
2599,
201,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
14402,
1218,
27255,
17952,
286,
257,
16578,
283,
17560,
1195,
19667,
37811,
201,
198,
220,
220,
220,
220,
220,
220,
220,
611,
814,
62,
24396,
407,
287,
19779,
17143,
2357,
12,
30846,
1600,
366,
1891,
22930,
20662,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12972,
9288,
13,
48267,
7203,
14402,
691,
6971,
11507,
12,
30846,
393,
736,
22930,
4943,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1614,
796,
10662,
4029,
13,
25202,
7,
7959,
62,
3672,
11,
19474,
28,
16,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
80,
17440,
7,
7959,
11,
814,
62,
24396,
28,
26069,
62,
24396,
11,
7071,
2625,
27110,
4943,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
796,
48700,
13,
43015,
26933,
16,
13,
15,
11,
362,
13,
15,
4357,
288,
4906,
28,
27110,
13,
22468,
2414,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
351,
48700,
13,
42731,
1153,
51,
1758,
3419,
355,
9154,
16,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
351,
48700,
13,
42731,
1153,
51,
1758,
3419,
355,
9154,
17,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
581,
796,
10349,
7,
87,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
308,
796,
9154,
17,
13,
49607,
7,
411,
11,
2124,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
581,
17,
796,
48700,
13,
445,
7234,
62,
16345,
7,
70,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
13997,
796,
285,
12721,
13,
2777,
88,
7,
46751,
666,
51,
1758,
11,
366,
33979,
666,
4943,
201,
198,
220,
220,
220,
220,
220,
220,
220,
308,
17,
796,
9154,
16,
13,
49607,
7,
411,
17,
11,
2124,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
611,
814,
62,
24396,
6624,
366,
17143,
2357,
12,
30846,
1298,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13997,
13,
30493,
62,
7174,
62,
27078,
3419,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
814,
62,
24396,
6624,
366,
1891,
22930,
1298,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13997,
13,
30493,
62,
1662,
62,
7174,
3419,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
257,
11,
275,
796,
2124,
1635,
352,
13,
15,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
62,
411,
796,
48700,
13,
6966,
7,
64,
8,
1635,
48700,
13,
6966,
7,
65,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
45941,
13,
439,
19836,
7,
411,
11,
2938,
62,
411,
11,
379,
349,
28,
83,
349,
11,
374,
83,
349,
28,
15,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
62,
70,
796,
25915,
27110,
13,
31369,
7,
64,
8,
1635,
48700,
13,
6966,
7,
65,
828,
532,
27110,
13,
6966,
7,
64,
8,
1635,
48700,
13,
31369,
7,
65,
15437,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
45941,
13,
439,
19836,
7,
70,
11,
2938,
62,
70,
11,
379,
349,
28,
83,
349,
11,
374,
83,
349,
28,
15,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
62,
70,
17,
796,
685,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
532,
27110,
13,
6966,
7,
64,
8,
1635,
48700,
13,
6966,
7,
65,
8,
1343,
48700,
13,
31369,
7,
64,
8,
1635,
48700,
13,
31369,
7,
65,
828,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
48700,
13,
31369,
7,
64,
8,
1635,
48700,
13,
31369,
7,
65,
8,
532,
48700,
13,
6966,
7,
64,
8,
1635,
48700,
13,
6966,
7,
65,
828,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2361,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
45941,
13,
439,
19836,
7,
70,
17,
11,
2938,
62,
70,
17,
11,
379,
349,
28,
83,
349,
11,
374,
83,
349,
28,
15,
8,
201,
198,
201,
198,
220,
220,
220,
825,
1332,
62,
33979,
666,
7,
944,
11,
1614,
62,
3672,
11,
814,
62,
24396,
11,
285,
12721,
11,
284,
75,
2599,
201,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
14402,
339,
824,
666,
17952,
286,
257,
16578,
283,
17560,
1195,
19667,
37811,
201,
198,
220,
220,
220,
220,
220,
220,
220,
611,
814,
62,
24396,
407,
287,
19779,
17143,
2357,
12,
30846,
1600,
366,
1891,
22930,
20662,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12972,
9288,
13,
48267,
7203,
14402,
691,
6971,
11507,
12,
30846,
393,
736,
22930,
4943,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1614,
796,
10662,
4029,
13,
25202,
7,
7959,
62,
3672,
11,
19474,
28,
16,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
80,
17440,
7,
7959,
11,
814,
62,
24396,
28,
26069,
62,
24396,
11,
7071,
2625,
27110,
4943,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
796,
48700,
13,
43015,
26933,
16,
13,
15,
11,
362,
13,
15,
4357,
288,
4906,
28,
27110,
13,
22468,
2414,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
351,
48700,
13,
42731,
1153,
51,
1758,
3419,
355,
9154,
16,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
351,
48700,
13,
42731,
1153,
51,
1758,
3419,
355,
9154,
17,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
581,
796,
10349,
7,
87,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
308,
796,
9154,
17,
13,
49607,
7,
411,
11,
2124,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
13997,
796,
285,
12721,
13,
2777,
88,
7,
46751,
666,
51,
1758,
11,
366,
33979,
666,
4943,
201,
198,
220,
220,
220,
220,
220,
220,
220,
339,
824,
796,
9154,
16,
13,
30482,
672,
666,
7,
70,
11,
2124,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
611,
814,
62,
24396,
6624,
366,
17143,
2357,
12,
30846,
1298,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13997,
13,
30493,
62,
7174,
62,
27078,
3419,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
814,
62,
24396,
6624,
366,
1891,
22930,
1298,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13997,
13,
30493,
62,
1662,
62,
7174,
3419,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
257,
11,
275,
796,
2124,
1635,
352,
13,
15,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
62,
411,
796,
48700,
13,
6966,
7,
64,
8,
1635,
48700,
13,
6966,
7,
65,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
45941,
13,
439,
19836,
7,
411,
11,
2938,
62,
411,
11,
379,
349,
28,
83,
349,
11,
374,
83,
349,
28,
15,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
62,
70,
796,
25915,
27110,
13,
31369,
7,
64,
8,
1635,
48700,
13,
6966,
7,
65,
828,
532,
27110,
13,
6966,
7,
64,
8,
1635,
48700,
13,
31369,
7,
65,
15437,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
45941,
13,
439,
19836,
7,
70,
11,
2938,
62,
70,
11,
379,
349,
28,
83,
349,
11,
374,
83,
349,
28,
15,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
62,
33979,
796,
685,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
25915,
27110,
13,
6966,
7,
64,
8,
1635,
48700,
13,
6966,
7,
65,
828,
48700,
13,
31369,
7,
64,
8,
1635,
48700,
13,
31369,
7,
65,
8,
4357,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
27110,
13,
31369,
7,
64,
8,
1635,
48700,
13,
31369,
7,
65,
828,
532,
27110,
13,
6966,
7,
64,
8,
1635,
48700,
13,
6966,
7,
65,
8,
4357,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2361,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
45941,
13,
439,
19836,
7,
33979,
11,
2938,
62,
33979,
11,
379,
349,
28,
83,
349,
11,
374,
83,
349,
28,
15,
8,
201,
198,
201,
198,
220,
220,
220,
825,
1332,
62,
33979,
666,
62,
31364,
62,
39728,
7,
944,
11,
1614,
62,
3672,
11,
814,
62,
24396,
11,
285,
12721,
11,
284,
75,
2599,
201,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
14402,
339,
824,
666,
17952,
286,
257,
15879,
17560,
1195,
19667,
37811,
201,
198,
220,
220,
220,
220,
220,
220,
220,
611,
814,
62,
24396,
407,
287,
19779,
17143,
2357,
12,
30846,
1600,
366,
1891,
22930,
20662,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12972,
9288,
13,
48267,
7203,
14402,
691,
6971,
11507,
12,
30846,
393,
736,
22930,
4943,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1614,
796,
10662,
4029,
13,
25202,
7,
7959,
62,
3672,
11,
19474,
28,
16,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
80,
17440,
7,
7959,
11,
814,
62,
24396,
28,
26069,
62,
24396,
11,
7071,
2625,
27110,
4943,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
796,
48700,
13,
43015,
26933,
16,
13,
15,
11,
362,
13,
15,
4357,
288,
4906,
28,
27110,
13,
22468,
2414,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
351,
48700,
13,
42731,
1153,
51,
1758,
7,
19276,
7609,
28,
17821,
8,
355,
9154,
16,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
351,
48700,
13,
42731,
1153,
51,
1758,
7,
19276,
7609,
28,
17821,
8,
355,
9154,
17,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
581,
796,
10349,
7,
87,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13997,
796,
285,
12721,
13,
2777,
88,
7,
46751,
666,
51,
1758,
11,
366,
33979,
666,
4943,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
308,
796,
9154,
17,
13,
30482,
672,
666,
7,
411,
11,
2124,
11,
11992,
62,
1904,
62,
79,
1640,
28,
25101,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
339,
824,
796,
9154,
16,
13,
30482,
672,
666,
7,
70,
11,
2124,
11,
11992,
62,
1904,
62,
79,
1640,
28,
25101,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
611,
814,
62,
24396,
6624,
366,
17143,
2357,
12,
30846,
1298,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13997,
13,
30493,
62,
7174,
62,
27078,
3419,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
814,
62,
24396,
6624,
366,
1891,
22930,
1298,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13997,
13,
30493,
62,
1662,
62,
7174,
3419,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
257,
11,
275,
796,
2124,
1635,
352,
13,
15,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
62,
411,
796,
685,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
657,
13,
20,
1343,
657,
13,
20,
1635,
48700,
13,
6966,
7,
64,
8,
1635,
48700,
13,
6966,
7,
65,
828,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
657,
13,
20,
532,
657,
13,
20,
1635,
48700,
13,
6966,
7,
64,
8,
1635,
48700,
13,
6966,
7,
65,
828,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2361,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
45941,
13,
439,
19836,
7,
411,
11,
2938,
62,
411,
11,
379,
349,
28,
83,
349,
11,
374,
83,
349,
28,
15,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
62,
70,
796,
685,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
25915,
15,
13,
20,
1635,
48700,
13,
31369,
7,
64,
8,
1635,
48700,
13,
6966,
7,
65,
828,
532,
15,
13,
20,
1635,
48700,
13,
6966,
7,
64,
8,
1635,
48700,
13,
31369,
7,
65,
8,
4357,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
15,
13,
20,
1635,
48700,
13,
31369,
7,
64,
8,
1635,
48700,
13,
6966,
7,
65,
828,
657,
13,
20,
1635,
48700,
13,
6966,
7,
64,
8,
1635,
48700,
13,
31369,
7,
65,
8,
4357,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2361,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
45941,
13,
439,
19836,
7,
70,
11,
2938,
62,
70,
11,
379,
349,
28,
83,
349,
11,
374,
83,
349,
28,
15,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
62,
33979,
796,
685,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
25915,
15,
13,
20,
1635,
48700,
13,
6966,
7,
64,
8,
1635,
48700,
13,
6966,
7,
65,
828,
657,
13,
20,
1635,
48700,
13,
31369,
7,
64,
8,
1635,
48700,
13,
31369,
7,
65,
8,
4357,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
15,
13,
20,
1635,
48700,
13,
31369,
7,
64,
8,
1635,
48700,
13,
31369,
7,
65,
828,
532,
15,
13,
20,
1635,
48700,
13,
6966,
7,
64,
8,
1635,
48700,
13,
6966,
7,
65,
8,
4357,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
15,
13,
20,
1635,
48700,
13,
6966,
7,
64,
8,
1635,
48700,
13,
6966,
7,
65,
828,
532,
15,
13,
20,
1635,
48700,
13,
31369,
7,
64,
8,
1635,
48700,
13,
31369,
7,
65,
8,
4357,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
25915,
15,
13,
20,
1635,
48700,
13,
31369,
7,
64,
8,
1635,
48700,
13,
31369,
7,
65,
828,
657,
13,
20,
1635,
48700,
13,
6966,
7,
64,
8,
1635,
48700,
13,
6966,
7,
65,
8,
4357,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2361,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
45941,
13,
33407,
13,
30493,
62,
439,
19836,
7,
33979,
11,
2938,
62,
33979,
11,
379,
349,
28,
83,
349,
11,
374,
83,
349,
28,
15,
11,
15942,
577,
28,
17821,
8,
201,
198,
201,
198,
220,
220,
220,
825,
1332,
62,
33979,
666,
62,
31364,
62,
39728,
62,
7353,
36948,
7,
944,
11,
1614,
62,
3672,
11,
814,
62,
24396,
11,
285,
12721,
11,
284,
75,
2599,
201,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
14402,
339,
824,
666,
17952,
286,
257,
15879,
17560,
1195,
19667,
351,
1281,
12,
36948,
37811,
201,
198,
220,
220,
220,
220,
220,
220,
220,
611,
814,
62,
24396,
407,
287,
19779,
17143,
2357,
12,
30846,
1600,
366,
1891,
22930,
20662,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12972,
9288,
13,
48267,
7203,
14402,
691,
6971,
11507,
12,
30846,
393,
736,
22930,
4943,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1614,
796,
10662,
4029,
13,
25202,
7,
7959,
62,
3672,
11,
19474,
28,
16,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
80,
17440,
7,
7959,
11,
814,
62,
24396,
28,
26069,
62,
24396,
11,
7071,
2625,
27110,
4943,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
796,
48700,
13,
43015,
26933,
15,
13,
4304,
11,
532,
15,
13,
5774,
4357,
288,
4906,
28,
27110,
13,
22468,
2414,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
351,
48700,
13,
42731,
1153,
51,
1758,
7,
19276,
7609,
28,
17821,
8,
355,
9154,
16,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
351,
48700,
13,
42731,
1153,
51,
1758,
7,
19276,
7609,
28,
17821,
8,
355,
9154,
17,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
581,
796,
48700,
13,
83,
641,
585,
313,
7,
87,
11,
10349,
7,
87,
828,
34197,
41888,
15,
11,
657,
12962,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13997,
796,
285,
12721,
13,
2777,
88,
7,
46751,
666,
51,
1758,
11,
366,
33979,
666,
4943,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
308,
796,
9154,
17,
13,
30482,
672,
666,
7,
411,
11,
2124,
11,
11992,
62,
1904,
62,
79,
1640,
28,
25101,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
339,
824,
796,
9154,
16,
13,
30482,
672,
666,
7,
70,
11,
2124,
11,
11992,
62,
1904,
62,
79,
1640,
28,
25101,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
611,
814,
62,
24396,
6624,
366,
17143,
2357,
12,
30846,
1298,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13997,
13,
30493,
62,
7174,
62,
27078,
3419,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
814,
62,
24396,
6624,
366,
1891,
22930,
1298,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13997,
13,
30493,
62,
1662,
62,
7174,
3419,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
257,
11,
275,
796,
2124,
1635,
352,
13,
15,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
62,
411,
796,
257,
1635,
48700,
13,
6966,
7,
64,
8,
1635,
48700,
13,
6966,
7,
65,
8,
1343,
275,
1635,
48700,
13,
6966,
7,
64,
8,
1635,
48700,
13,
6966,
7,
65,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
45941,
13,
439,
19836,
7,
411,
11,
2938,
62,
411,
11,
379,
349,
28,
83,
349,
11,
374,
83,
349,
28,
15,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
62,
70,
796,
685,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
48700,
13,
6966,
7,
65,
8,
1635,
357,
27110,
13,
6966,
7,
64,
8,
532,
357,
64,
1343,
275,
8,
1635,
48700,
13,
31369,
7,
64,
36911,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
48700,
13,
6966,
7,
64,
8,
1635,
357,
27110,
13,
6966,
7,
65,
8,
532,
357,
64,
1343,
275,
8,
1635,
48700,
13,
31369,
7,
65,
36911,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2361,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
45941,
13,
439,
19836,
7,
70,
11,
2938,
62,
70,
11,
379,
349,
28,
83,
349,
11,
374,
83,
349,
28,
15,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
62,
33979,
796,
685,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
532,
7,
27110,
13,
6966,
7,
65,
8,
1635,
14808,
64,
1343,
275,
8,
1635,
48700,
13,
6966,
7,
64,
8,
1343,
362,
1635,
48700,
13,
31369,
7,
64,
4008,
828,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
532,
7,
27110,
13,
6966,
7,
65,
8,
1635,
48700,
13,
31369,
7,
64,
4008,
1343,
13841,
27110,
13,
6966,
7,
64,
8,
1343,
357,
64,
1343,
275,
8,
1635,
48700,
13,
31369,
7,
64,
4008,
1635,
48700,
13,
31369,
7,
65,
828,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
532,
7,
27110,
13,
6966,
7,
65,
8,
1635,
48700,
13,
31369,
7,
64,
4008,
1343,
13841,
27110,
13,
6966,
7,
64,
8,
1343,
357,
64,
1343,
275,
8,
1635,
48700,
13,
31369,
7,
64,
4008,
1635,
48700,
13,
31369,
7,
65,
828,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
532,
7,
27110,
13,
6966,
7,
64,
8,
1635,
14808,
64,
1343,
275,
8,
1635,
48700,
13,
6966,
7,
65,
8,
1343,
362,
1635,
48700,
13,
31369,
7,
65,
4008,
828,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2361,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
45941,
13,
439,
19836,
7,
33979,
11,
2938,
62,
33979,
11,
379,
349,
28,
83,
349,
11,
374,
83,
349,
28,
15,
8,
201,
198,
201,
198,
220,
220,
220,
825,
1332,
62,
33979,
666,
62,
81,
14655,
7,
944,
11,
1614,
62,
3672,
11,
814,
62,
24396,
11,
285,
12721,
11,
284,
75,
2599,
201,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
14402,
339,
824,
666,
17952,
286,
257,
374,
14655,
1195,
19667,
37811,
201,
198,
220,
220,
220,
220,
220,
220,
220,
611,
814,
62,
24396,
407,
287,
19779,
17143,
2357,
12,
30846,
1600,
366,
1891,
22930,
20662,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12972,
9288,
13,
48267,
7203,
14402,
691,
6971,
11507,
12,
30846,
393,
736,
22930,
4943,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1614,
796,
10662,
4029,
13,
25202,
7,
7959,
62,
3672,
11,
19474,
28,
17,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
80,
17440,
7,
7959,
11,
814,
62,
24396,
28,
26069,
62,
24396,
11,
7071,
2625,
27110,
4943,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
796,
48700,
13,
43015,
26933,
16,
13,
15,
11,
362,
13,
15,
4357,
288,
4906,
28,
27110,
13,
22468,
2414,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
581,
796,
10349,
7,
87,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
351,
48700,
13,
42731,
1153,
51,
1758,
7,
19276,
7609,
28,
17821,
8,
355,
9154,
16,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
351,
48700,
13,
42731,
1153,
51,
1758,
7,
19276,
7609,
28,
17821,
8,
355,
9154,
17,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
581,
796,
10349,
7,
87,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13997,
796,
285,
12721,
13,
2777,
88,
7,
46751,
666,
51,
1758,
11,
366,
33979,
666,
4943,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
308,
796,
9154,
17,
13,
30482,
672,
666,
7,
411,
11,
2124,
11,
11992,
62,
1904,
62,
79,
1640,
28,
25101,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
339,
824,
796,
9154,
16,
13,
30482,
672,
666,
7,
70,
11,
2124,
11,
11992,
62,
1904,
62,
79,
1640,
28,
25101,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
611,
814,
62,
24396,
6624,
366,
17143,
2357,
12,
30846,
1298,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13997,
13,
30493,
62,
7174,
62,
27078,
3419,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
814,
62,
24396,
6624,
366,
1891,
22930,
1298,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13997,
13,
30493,
62,
1662,
62,
7174,
3419,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
257,
11,
275,
796,
2124,
1635,
352,
13,
15,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
62,
411,
796,
685,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
48700,
13,
6966,
7,
64,
8,
1635,
48700,
13,
6966,
7,
65,
828,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
657,
13,
20,
1343,
657,
13,
20,
1635,
48700,
13,
6966,
7,
64,
8,
1635,
48700,
13,
6966,
7,
65,
828,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
657,
13,
20,
532,
657,
13,
20,
1635,
48700,
13,
6966,
7,
64,
8,
1635,
48700,
13,
6966,
7,
65,
828,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2361,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
45941,
13,
439,
19836,
7,
411,
11,
2938,
62,
411,
11,
379,
349,
28,
83,
349,
11,
374,
83,
349,
28,
15,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
62,
70,
796,
685,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
25915,
27110,
13,
31369,
7,
64,
8,
1635,
48700,
13,
6966,
7,
65,
828,
532,
27110,
13,
6966,
7,
64,
8,
1635,
48700,
13,
31369,
7,
65,
8,
4357,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
25915,
15,
13,
20,
1635,
48700,
13,
31369,
7,
64,
8,
1635,
48700,
13,
6966,
7,
65,
828,
532,
15,
13,
20,
1635,
48700,
13,
6966,
7,
64,
8,
1635,
48700,
13,
31369,
7,
65,
8,
4357,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
15,
13,
20,
1635,
48700,
13,
31369,
7,
64,
8,
1635,
48700,
13,
6966,
7,
65,
828,
657,
13,
20,
1635,
48700,
13,
6966,
7,
64,
8,
1635,
48700,
13,
31369,
7,
65,
8,
4357,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2361,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
45941,
13,
439,
19836,
7,
70,
11,
2938,
62,
70,
11,
379,
349,
28,
83,
349,
11,
374,
83,
349,
28,
15,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2938,
62,
33979,
796,
685,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
25915,
27110,
13,
6966,
7,
64,
8,
1635,
48700,
13,
6966,
7,
65,
828,
48700,
13,
31369,
7,
64,
8,
1635,
48700,
13,
31369,
7,
65,
8,
4357,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
27110,
13,
31369,
7,
64,
8,
1635,
48700,
13,
31369,
7,
65,
828,
532,
27110,
13,
6966,
7,
64,
8,
1635,
48700,
13,
6966,
7,
65,
8,
4357,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
25915,
15,
13,
20,
1635,
48700,
13,
6966,
7,
64,
8,
1635,
48700,
13,
6966,
7,
65,
828,
657,
13,
20,
1635,
48700,
13,
31369,
7,
64,
8,
1635,
48700,
13,
31369,
7,
65,
8,
4357,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
15,
13,
20,
1635,
48700,
13,
31369,
7,
64,
8,
1635,
48700,
13,
31369,
7,
65,
828,
532,
15,
13,
20,
1635,
48700,
13,
6966,
7,
64,
8,
1635,
48700,
13,
6966,
7,
65,
8,
4357,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
15,
13,
20,
1635,
48700,
13,
6966,
7,
64,
8,
1635,
48700,
13,
6966,
7,
65,
828,
532,
15,
13,
20,
1635,
48700,
13,
31369,
7,
64,
8,
1635,
48700,
13,
31369,
7,
65,
8,
4357,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
25915,
15,
13,
20,
1635,
48700,
13,
31369,
7,
64,
8,
1635,
48700,
13,
31369,
7,
65,
828,
657,
13,
20,
1635,
48700,
13,
6966,
7,
64,
8,
1635,
48700,
13,
6966,
7,
65,
8,
4357,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2361,
201,
198,
220,
220,
220,
220,
220,
220,
220,
45941,
13,
33407,
13,
30493,
62,
439,
19836,
7,
33979,
11,
2938,
62,
33979,
11,
379,
349,
28,
83,
349,
11,
374,
83,
349,
28,
15,
11,
15942,
577,
28,
17821,
8,
201,
198,
201,
198,
201,
198,
201,
198,
4299,
10662,
35636,
7,
80,
17440,
11,
257,
11,
9355,
28,
27110,
2599,
201,
198,
220,
220,
220,
37227,
8291,
23914,
790,
371,
56,
7,
88,
8,
8946,
287,
257,
10349,
284,
24202,
32590,
64,
9,
6966,
7,
88,
4008,
37811,
201,
198,
201,
198,
220,
220,
220,
825,
5678,
7,
944,
11,
26498,
11,
479,
86,
22046,
2599,
201,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
3791,
14821,
9154,
5678,
2446,
11,
326,
17706,
201,
198,
220,
220,
220,
220,
220,
220,
220,
262,
6121,
319,
262,
9154,
287,
257,
8160,
12,
1525,
12,
5143,
5642,
37811,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
262,
1708,
3298,
7885,
318,
5447,
2391,
329,
4856,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
4959,
11,
523,
326,
356,
460,
3538,
7925,
262,
14434,
4560,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
329,
19637,
13,
201,
198,
220,
220,
220,
220,
220,
220,
220,
3298,
256,
62,
404,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
256,
62,
404,
796,
17635,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1195,
19667,
13,
41571,
7,
944,
11,
26498,
11,
479,
86,
22046,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
649,
62,
2840,
796,
17635,
201,
198,
220,
220,
220,
220,
220,
220,
220,
329,
267,
287,
2116,
13,
39568,
1758,
13,
3575,
602,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
994,
11,
356,
9052,
832,
477,
9154,
4560,
11,
290,
787,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
262,
13389,
611,
257,
371,
56,
8946,
318,
12956,
13,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
318,
39098,
7,
78,
11,
10662,
4029,
13,
18276,
2599,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
256,
62,
404,
13,
33295,
7,
80,
4029,
13,
49,
55,
32590,
64,
1635,
9355,
13,
6966,
7,
78,
13,
7890,
58,
15,
46570,
19474,
28,
78,
13,
86,
2387,
4008,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
649,
62,
2840,
13,
33295,
7,
83,
62,
404,
58,
12,
16,
12962,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
649,
62,
2840,
13,
33295,
7,
78,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
39568,
1758,
13557,
2840,
796,
649,
62,
2840,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
39568,
1758,
13557,
19119,
3419,
201,
198,
201,
198,
220,
220,
220,
1330,
4866,
201,
198,
201,
198,
220,
220,
220,
649,
62,
80,
17440,
796,
4866,
13,
22089,
30073,
7,
80,
17440,
8,
201,
198,
220,
220,
220,
649,
62,
80,
17440,
13,
41571,
796,
5678,
13,
834,
1136,
834,
7,
3605,
62,
80,
17440,
11,
1195,
19667,
8,
201,
198,
220,
220,
220,
1441,
649,
62,
80,
17440,
201,
198,
201,
198,
201,
198,
31,
9078,
9288,
13,
4102,
13,
17143,
316,
380,
2736,
7,
201,
198,
220,
220,
220,
366,
7959,
62,
3672,
11,
26069,
62,
24396,
1600,
201,
198,
220,
220,
220,
685,
7203,
12286,
13,
421,
2545,
1600,
366,
69,
9504,
12,
26069,
12340,
5855,
12286,
13,
421,
2545,
13,
27110,
1600,
366,
1891,
22930,
4943,
4357,
201,
198,
8,
201,
198,
4299,
1332,
62,
35636,
7,
7959,
62,
3672,
11,
814,
62,
24396,
11,
284,
75,
2599,
201,
198,
220,
220,
220,
37227,
14402,
281,
1672,
6121,
37811,
201,
198,
201,
198,
220,
220,
220,
1614,
796,
10662,
4029,
13,
25202,
7,
7959,
62,
3672,
11,
19474,
28,
16,
8,
201,
198,
201,
198,
220,
220,
220,
2488,
80,
17440,
7,
7959,
11,
7071,
2625,
27110,
1600,
814,
62,
24396,
28,
26069,
62,
24396,
8,
201,
198,
201,
198,
220,
220,
220,
19590,
796,
48700,
13,
43015,
26933,
15,
13,
2624,
11,
657,
13,
20,
3559,
4357,
288,
4906,
28,
27110,
13,
22468,
2414,
8,
201,
198,
220,
220,
220,
257,
796,
48700,
13,
43015,
7,
15,
13,
20,
11,
288,
4906,
28,
27110,
13,
22468,
2414,
8,
201,
198,
201,
198,
220,
220,
220,
351,
48700,
13,
42731,
1153,
51,
1758,
7,
19276,
7609,
28,
17821,
8,
355,
9154,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
6121,
262,
10349,
1195,
19667,
351,
4512,
540,
3463,
705,
64,
6,
201,
198,
220,
220,
220,
220,
220,
220,
220,
649,
62,
80,
17440,
796,
10662,
35636,
7,
21170,
5013,
11,
257,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
13446,
262,
14434,
1195,
19667,
201,
198,
220,
220,
220,
220,
220,
220,
220,
581,
796,
649,
62,
80,
17440,
7,
43775,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
13446,
262,
2656,
1195,
19667,
351,
662,
12,
14681,
276,
10007,
201,
198,
220,
220,
220,
220,
220,
220,
220,
581,
17,
796,
10349,
7,
27110,
13,
31369,
7,
43775,
4008,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
262,
2994,
318,
262,
2160,
286,
262,
734,
1195,
19667,
34109,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2994,
796,
581,
1343,
581,
17,
201,
198,
201,
198,
220,
220,
220,
1303,
11767,
326,
262,
14434,
1195,
19667,
468,
262,
2938,
4560,
201,
198,
220,
220,
220,
6818,
10349,
13,
39568,
1758,
13,
3575,
602,
6624,
685,
404,
16,
11,
1034,
17,
60,
201,
198,
220,
220,
220,
6818,
649,
62,
80,
17440,
13,
39568,
1758,
13,
3575,
602,
58,
15,
60,
6624,
256,
62,
404,
58,
15,
60,
201,
198,
220,
220,
220,
6818,
649,
62,
80,
17440,
13,
39568,
1758,
13,
3575,
602,
58,
16,
4083,
3672,
6624,
1034,
17,
13,
3672,
201,
198,
220,
220,
220,
6818,
649,
62,
80,
17440,
13,
39568,
1758,
13,
3575,
602,
58,
16,
4083,
86,
2387,
6624,
1034,
17,
13,
86,
2387,
201,
198,
201,
198,
220,
220,
220,
1303,
2198,
326,
262,
4519,
8946,
7159,
286,
1111,
1195,
19667,
23695,
389,
3376,
201,
198,
220,
220,
220,
6818,
45941,
13,
439,
7,
21170,
5013,
13,
39568,
1758,
13,
1136,
62,
17143,
7307,
3419,
6624,
48700,
13,
31369,
7,
43775,
4008,
201,
198,
220,
220,
220,
6818,
45941,
13,
439,
7,
3605,
62,
80,
17440,
13,
39568,
1758,
13,
1136,
62,
17143,
7307,
3419,
6624,
25915,
64,
1635,
48700,
13,
6966,
7,
43775,
58,
15,
46570,
19590,
58,
16,
11907,
8,
201,
198,
201,
198,
220,
220,
220,
1303,
11767,
326,
262,
31312,
468,
262,
3376,
5485,
201,
198,
220,
220,
220,
3915,
796,
9154,
13,
49607,
7,
22462,
11,
685,
43775,
11,
257,
12962,
201,
198,
220,
220,
220,
6818,
18896,
7,
9744,
8,
6624,
362,
201,
198,
220,
220,
220,
6818,
3915,
58,
15,
4083,
43358,
6624,
19590,
13,
43358,
201,
198,
220,
220,
220,
6818,
3915,
58,
16,
4083,
43358,
6624,
257,
13,
43358,
201,
198,
201,
198,
220,
220,
220,
1303,
8996,
1028,
262,
2938,
3815,
201,
198,
220,
220,
220,
6818,
45941,
13,
439,
19836,
7,
22462,
11,
352,
13,
23,
1731,
2231,
486,
3459,
17032,
1983,
3312,
11,
379,
349,
28,
83,
349,
11,
374,
83,
349,
28,
15,
8,
201,
198,
220,
220,
220,
6818,
45941,
13,
439,
19836,
7,
9744,
58,
15,
4357,
25915,
15,
13,
25540,
940,
25600,
11,
532,
15,
13,
27790,
44465,
4310,
4357,
379,
349,
28,
83,
349,
11,
374,
83,
349,
28,
15,
8,
201,
198,
220,
220,
220,
6818,
45941,
13,
439,
19836,
7,
9744,
58,
16,
4357,
657,
13,
15,
34287,
1899,
2624,
11,
379,
349,
28,
83,
349,
11,
374,
83,
349,
28,
15,
8,
201,
198
] | 1.974771 | 14,626 |
# -*- coding: utf-8 -*-
"""
Created by Pierluigi on 2020-02-01
project: elasticizefiles
"""
import logging
import os
import re
from datetime import datetime
from hashlib import sha256
from multiprocessing import cpu_count
from time import time
from joblib import Parallel
from joblib import delayed
from elasticizefiles.base import Elastic
from elasticizefiles.utils.files import explore_path
from elasticizefiles.utils.files import filestat
from elasticizefiles.utils.files import get_hash
from elasticizefiles.utils.files import get_machine_info
class ElasticizeEngine(object):
""" The main engine to scan, process and store files
:param path: the path to be scanned
:param rules: the rules to be applied
:param elastic_hosts: list of nodes ['{host}:{port}', ...]
:param elastic_index: an index name
:param elastic_doc_type: the elastic doc_type name
:param index_create_if_not_exists: if True create the index if not exists
:param index_drop_if_exists: if True drop the existing index
:param index_config: additional config params to create the index
:param index_mapping: the data type mapping for the current index
:param index_alias_name: an alias name for this index
"""
def crawl_and_process(self, n_jobs=-1):
""" Crawl files and apply extractor on them.
:param n_jobs: number of parallel job, if -1 will be automatically set
to the number of cpus available
"""
if n_jobs < 1:
n_jobs = cpu_count()
tot = 0
buffer = []
tik = time()
for dirname, filename in explore_path(self._path):
full_filename = os.path.abspath(os.path.join(dirname, filename)).replace('\\', '/')
exts = []
for rule_name, rule in self._rules.items():
for pattern in rule['pattern']:
if re.match(pattern, full_filename):
logging.debug(f'matched: {full_filename}')
for extractor in rule['extractor']:
for n, e in extractor.items():
exts.append({f'{rule_name}.{n}': e})
if len(exts) > 0:
buffer.append((full_filename, exts))
if len(buffer) >= 5 * n_jobs:
Parallel(n_jobs=n_jobs, verbose=1, backend='threading')(map(delayed(self._applier), buffer))
tot += len(buffer)
logging.info(f'completed: {tot} files ({(time() - tik) / tot:.2f}s per file)')
buffer = []
if len(buffer) > 0:
Parallel(n_jobs=n_jobs, verbose=1, backend='threading')(map(delayed(self._applier), buffer))
tot += len(buffer)
logging.info(f'completed: {tot} files ({(time() - tik) / tot:.2f}s per file)')
logging.info(f'completed {tot} in {(time() - tik):.2f}s')
@staticmethod
def _check_rules(rules):
""" Check the `rules` to ensure patterns and extractors.
:raise: exceptions if `patterns` are not regex or `extractors` are not
derived from :class:`Extractor`.
"""
c = {
'rules': 0,
'patterns': 0,
'extractors': 0,
}
for _, r in rules.items():
c['rules'] += 1
for p in r['pattern']:
c['patterns'] += 1
re.compile(p)
for e in r['extractor']:
c['extractors'] += 1
for _, obj in e.items():
if not (hasattr(obj, 'extract') and callable(obj.extract)):
logging.warning(f'{type(obj)} does not implement extract seems not to be an Extractor')
raise Exception(f'{type(obj)} seems not to be an Extractor')
for k, v in c.items():
logging.info(f'checked: {v} {k}')
@staticmethod
| [
2,
532,
9,
12,
19617,
25,
3384,
69,
12,
23,
532,
9,
12,
198,
37811,
198,
41972,
416,
13762,
2290,
25754,
319,
12131,
12,
2999,
12,
486,
198,
16302,
25,
27468,
528,
891,
2915,
198,
37811,
198,
11748,
18931,
198,
11748,
28686,
198,
11748,
302,
198,
6738,
4818,
8079,
1330,
4818,
8079,
198,
6738,
12234,
8019,
1330,
427,
64,
11645,
198,
6738,
18540,
305,
919,
278,
1330,
42804,
62,
9127,
198,
6738,
640,
1330,
640,
198,
198,
6738,
1693,
8019,
1330,
42945,
198,
6738,
1693,
8019,
1330,
11038,
198,
198,
6738,
27468,
528,
891,
2915,
13,
8692,
1330,
48567,
198,
6738,
27468,
528,
891,
2915,
13,
26791,
13,
16624,
1330,
7301,
62,
6978,
198,
6738,
27468,
528,
891,
2915,
13,
26791,
13,
16624,
1330,
1226,
395,
265,
198,
6738,
27468,
528,
891,
2915,
13,
26791,
13,
16624,
1330,
651,
62,
17831,
198,
6738,
27468,
528,
891,
2915,
13,
26791,
13,
16624,
1330,
651,
62,
30243,
62,
10951,
628,
198,
4871,
48567,
1096,
13798,
7,
15252,
2599,
198,
220,
220,
220,
37227,
383,
1388,
3113,
284,
9367,
11,
1429,
290,
3650,
3696,
628,
220,
220,
220,
1058,
17143,
3108,
25,
262,
3108,
284,
307,
28660,
198,
220,
220,
220,
1058,
17143,
3173,
25,
262,
3173,
284,
307,
5625,
198,
220,
220,
220,
1058,
17143,
27468,
62,
4774,
82,
25,
1351,
286,
13760,
37250,
90,
4774,
92,
29164,
634,
92,
3256,
2644,
60,
198,
220,
220,
220,
1058,
17143,
27468,
62,
9630,
25,
281,
6376,
1438,
198,
220,
220,
220,
1058,
17143,
27468,
62,
15390,
62,
4906,
25,
262,
27468,
2205,
62,
4906,
1438,
198,
220,
220,
220,
1058,
17143,
6376,
62,
17953,
62,
361,
62,
1662,
62,
1069,
1023,
25,
611,
6407,
2251,
262,
6376,
611,
407,
7160,
198,
220,
220,
220,
1058,
17143,
6376,
62,
14781,
62,
361,
62,
1069,
1023,
25,
611,
6407,
4268,
262,
4683,
6376,
198,
220,
220,
220,
1058,
17143,
6376,
62,
11250,
25,
3224,
4566,
42287,
284,
2251,
262,
6376,
198,
220,
220,
220,
1058,
17143,
6376,
62,
76,
5912,
25,
262,
1366,
2099,
16855,
329,
262,
1459,
6376,
198,
220,
220,
220,
1058,
17143,
6376,
62,
26011,
62,
3672,
25,
281,
16144,
1438,
329,
428,
6376,
198,
220,
220,
220,
37227,
628,
220,
220,
220,
825,
27318,
62,
392,
62,
14681,
7,
944,
11,
299,
62,
43863,
10779,
16,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
327,
13132,
3696,
290,
4174,
7925,
273,
319,
606,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
299,
62,
43863,
25,
1271,
286,
10730,
1693,
11,
611,
532,
16,
481,
307,
6338,
900,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
284,
262,
1271,
286,
31396,
385,
1695,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
611,
299,
62,
43863,
1279,
352,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
299,
62,
43863,
796,
42804,
62,
9127,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
2006,
796,
657,
198,
220,
220,
220,
220,
220,
220,
220,
11876,
796,
17635,
198,
220,
220,
220,
220,
220,
220,
220,
256,
1134,
796,
640,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
329,
26672,
3672,
11,
29472,
287,
7301,
62,
6978,
7,
944,
13557,
6978,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1336,
62,
34345,
796,
28686,
13,
6978,
13,
397,
2777,
776,
7,
418,
13,
6978,
13,
22179,
7,
15908,
3672,
11,
29472,
29720,
33491,
10786,
6852,
3256,
31051,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
409,
912,
796,
17635,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
3896,
62,
3672,
11,
3896,
287,
2116,
13557,
38785,
13,
23814,
33529,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
3912,
287,
3896,
17816,
33279,
6,
5974,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
302,
13,
15699,
7,
33279,
11,
1336,
62,
34345,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18931,
13,
24442,
7,
69,
1101,
14265,
25,
1391,
12853,
62,
34345,
92,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
7925,
273,
287,
3896,
17816,
2302,
40450,
6,
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,
220,
220,
220,
220,
329,
299,
11,
304,
287,
7925,
273,
13,
23814,
33529,
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,
409,
912,
13,
33295,
15090,
69,
6,
90,
25135,
62,
3672,
27422,
90,
77,
92,
10354,
304,
30072,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
18896,
7,
2302,
82,
8,
1875,
657,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11876,
13,
33295,
19510,
12853,
62,
34345,
11,
409,
912,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
18896,
7,
22252,
8,
18189,
642,
1635,
299,
62,
43863,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
42945,
7,
77,
62,
43863,
28,
77,
62,
43863,
11,
15942,
577,
28,
16,
11,
30203,
11639,
16663,
278,
6,
5769,
8899,
7,
12381,
16548,
7,
944,
13557,
1324,
2505,
828,
11876,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2006,
15853,
18896,
7,
22252,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18931,
13,
10951,
7,
69,
6,
785,
16838,
25,
1391,
83,
313,
92,
3696,
37913,
7,
2435,
3419,
532,
256,
1134,
8,
1220,
2006,
25,
13,
17,
69,
92,
82,
583,
2393,
8,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11876,
796,
17635,
198,
220,
220,
220,
220,
220,
220,
220,
611,
18896,
7,
22252,
8,
1875,
657,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
42945,
7,
77,
62,
43863,
28,
77,
62,
43863,
11,
15942,
577,
28,
16,
11,
30203,
11639,
16663,
278,
6,
5769,
8899,
7,
12381,
16548,
7,
944,
13557,
1324,
2505,
828,
11876,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2006,
15853,
18896,
7,
22252,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18931,
13,
10951,
7,
69,
6,
785,
16838,
25,
1391,
83,
313,
92,
3696,
37913,
7,
2435,
3419,
532,
256,
1134,
8,
1220,
2006,
25,
13,
17,
69,
92,
82,
583,
2393,
8,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
18931,
13,
10951,
7,
69,
6,
785,
16838,
1391,
83,
313,
92,
287,
1391,
7,
2435,
3419,
532,
256,
1134,
2599,
13,
17,
69,
92,
82,
11537,
628,
220,
220,
220,
2488,
12708,
24396,
198,
220,
220,
220,
825,
4808,
9122,
62,
38785,
7,
38785,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
6822,
262,
4600,
38785,
63,
284,
4155,
7572,
290,
7925,
669,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
40225,
25,
13269,
611,
4600,
33279,
82,
63,
389,
407,
40364,
393,
4600,
2302,
974,
669,
63,
389,
407,
198,
220,
220,
220,
220,
220,
220,
220,
10944,
422,
1058,
4871,
25,
63,
11627,
40450,
44646,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
269,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
38785,
10354,
657,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
33279,
82,
10354,
657,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
2302,
974,
669,
10354,
657,
11,
198,
220,
220,
220,
220,
220,
220,
220,
1782,
198,
220,
220,
220,
220,
220,
220,
220,
329,
4808,
11,
374,
287,
3173,
13,
23814,
33529,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
17816,
38785,
20520,
15853,
352,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
279,
287,
374,
17816,
33279,
6,
5974,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
17816,
33279,
82,
20520,
15853,
352,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
302,
13,
5589,
576,
7,
79,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
304,
287,
374,
17816,
2302,
40450,
6,
5974,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
17816,
2302,
974,
669,
20520,
15853,
352,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
4808,
11,
26181,
287,
304,
13,
23814,
33529,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
357,
10134,
35226,
7,
26801,
11,
705,
2302,
974,
11537,
290,
869,
540,
7,
26801,
13,
2302,
974,
8,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18931,
13,
43917,
7,
69,
6,
90,
4906,
7,
26801,
38165,
857,
407,
3494,
7925,
2331,
407,
284,
307,
281,
29677,
273,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
35528,
7,
69,
6,
90,
4906,
7,
26801,
38165,
2331,
407,
284,
307,
281,
29677,
273,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
329,
479,
11,
410,
287,
269,
13,
23814,
33529,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18931,
13,
10951,
7,
69,
6,
26752,
25,
1391,
85,
92,
1391,
74,
92,
11537,
628,
220,
220,
220,
2488,
12708,
24396,
198
] | 2.222476 | 1,753 |
"""
TODO:
問題ごとに階層クラスタリングをlinkage()で実行。
fcluster()でクたスター番号の索引付けを行う。
"""
import os
import mysql.connector as cn
from pyquery import PyQuery as pq
from enum import Enum
import re
import subprocess
import sys
import csv
import pandas as pd
import copy
import matplotlib.pyplot as plt
import sys
from pandas.plotting import scatter_matrix
from scipy.cluster.hierarchy import linkage, dendrogram
import numpy as np
from scipy.cluster.hierarchy import fcluster
sys.setrecursionlimit(10000)
# グローバル変数
cnx = cn.connect(
host='127.0.0.1',
user='kosuke',
password='localhost',
port='3306',
database='codeforces'
)
cur = cnx.cursor(buffered=True, dictionary=True)
path_src = r'./../../Database/src_original/src_original/'
path_input_files = r'./../input_files/'
path_output_files = r'./../output_files/'
path_vector_files = r'./../vector_files/'
path_plot_results = r'./../plot_results/'
num_clusters = 8
# problem_idを引数にして、クラスタリングを実行する
# 改善の余地あり
if __name__ == "__main__":
main() | [
37811,
201,
198,
51,
3727,
46,
25,
201,
198,
161,
243,
237,
165,
94,
234,
2515,
242,
30201,
28618,
49694,
236,
161,
109,
97,
14099,
9263,
8943,
23376,
12675,
6527,
26095,
31758,
8726,
496,
3419,
30640,
22522,
253,
26193,
234,
16764,
201,
198,
69,
565,
5819,
3419,
30640,
14099,
25224,
8943,
23376,
6312,
45911,
103,
20998,
115,
17683,
112,
95,
28156,
243,
20015,
246,
2515,
239,
31758,
26193,
234,
29557,
16764,
201,
198,
37811,
201,
198,
201,
198,
11748,
28686,
201,
198,
11748,
48761,
13,
8443,
273,
355,
269,
77,
201,
198,
6738,
12972,
22766,
1330,
9485,
20746,
355,
279,
80,
201,
198,
6738,
33829,
1330,
220,
2039,
388,
201,
198,
11748,
302,
201,
198,
11748,
850,
14681,
201,
198,
11748,
25064,
201,
198,
11748,
269,
21370,
201,
198,
11748,
19798,
292,
355,
279,
67,
201,
198,
11748,
4866,
201,
198,
11748,
2603,
29487,
8019,
13,
9078,
29487,
355,
458,
83,
201,
198,
11748,
25064,
201,
198,
6738,
19798,
292,
13,
29487,
889,
1330,
41058,
62,
6759,
8609,
201,
198,
6738,
629,
541,
88,
13,
565,
5819,
13,
71,
959,
9282,
1330,
45945,
11,
288,
437,
39529,
201,
198,
11748,
299,
32152,
355,
45941,
201,
198,
6738,
629,
541,
88,
13,
565,
5819,
13,
71,
959,
9282,
1330,
277,
565,
5819,
201,
198,
201,
198,
17597,
13,
2617,
8344,
24197,
32374,
7,
49388,
8,
201,
198,
201,
198,
2,
17433,
108,
16253,
12045,
238,
9202,
13783,
231,
46763,
108,
201,
198,
31522,
87,
796,
269,
77,
13,
8443,
7,
201,
198,
220,
220,
220,
2583,
11639,
16799,
13,
15,
13,
15,
13,
16,
3256,
201,
198,
220,
220,
220,
2836,
11639,
74,
45914,
3256,
201,
198,
220,
220,
220,
9206,
11639,
36750,
3256,
201,
198,
220,
220,
220,
2493,
11639,
18,
20548,
3256,
201,
198,
220,
220,
220,
6831,
11639,
19815,
891,
273,
728,
6,
201,
198,
8,
201,
198,
22019,
796,
269,
77,
87,
13,
66,
21471,
7,
36873,
1068,
28,
17821,
11,
22155,
28,
17821,
8,
201,
198,
201,
198,
6978,
62,
10677,
796,
374,
4458,
14,
40720,
40720,
38105,
14,
10677,
62,
14986,
14,
10677,
62,
14986,
14,
6,
201,
198,
6978,
62,
15414,
62,
16624,
796,
374,
4458,
14,
40720,
15414,
62,
16624,
14,
6,
201,
198,
6978,
62,
22915,
62,
16624,
796,
374,
4458,
14,
40720,
22915,
62,
16624,
14,
6,
201,
198,
6978,
62,
31364,
62,
16624,
796,
374,
4458,
14,
40720,
31364,
62,
16624,
14,
6,
201,
198,
6978,
62,
29487,
62,
43420,
796,
374,
4458,
14,
40720,
29487,
62,
43420,
14,
6,
201,
198,
22510,
62,
565,
13654,
796,
807,
201,
198,
201,
198,
201,
198,
201,
198,
201,
198,
2,
1917,
62,
312,
31758,
28156,
243,
46763,
108,
28618,
22180,
28134,
23513,
14099,
9263,
8943,
23376,
12675,
6527,
26095,
31758,
22522,
253,
26193,
234,
33623,
25748,
201,
198,
2,
10545,
242,
117,
161,
244,
226,
5641,
19526,
247,
28839,
108,
40948,
28255,
201,
198,
201,
198,
201,
198,
220,
220,
220,
220,
201,
198,
201,
198,
201,
198,
201,
198,
361,
11593,
3672,
834,
6624,
366,
834,
12417,
834,
1298,
201,
198,
220,
220,
220,
1388,
3419
] | 2.063953 | 516 |
# Define a function that helps to calculate the area of circle with different radius and print the area only when the area is divisible by 4
# 23.48, 56.78, 45.67, 78.28 Please consider the unit of these values as cm
# Define a function using Python that helps to find the first five character of string in all the possible ways
string = HAPPY CODING
string[9:len(string)]
string[9:]
string[-3:]
# Define a function using Python that helps to find the last 3 character of string in all the possible ways
for i in range(5, 51):
print(1)
i = 5
while i <= 50:
print(i)
i = i + 5
#Design a function that accept 6 values & find the average of those values which are only divisible by 6.
avg = sum / count
print(avg)
| [
2,
2896,
500,
257,
2163,
326,
5419,
284,
15284,
262,
1989,
286,
9197,
351,
1180,
16874,
290,
3601,
262,
1989,
691,
618,
262,
1989,
318,
2659,
12843,
416,
604,
198,
198,
2,
2242,
13,
2780,
11,
7265,
13,
3695,
11,
4153,
13,
3134,
11,
8699,
13,
2078,
4222,
2074,
262,
4326,
286,
777,
3815,
355,
12067,
628,
628,
198,
198,
2,
2896,
500,
257,
2163,
1262,
11361,
326,
5419,
284,
1064,
262,
717,
1936,
2095,
286,
4731,
287,
477,
262,
1744,
2842,
198,
198,
8841,
796,
367,
24805,
56,
327,
3727,
2751,
198,
198,
8841,
58,
24,
25,
11925,
7,
8841,
15437,
198,
198,
8841,
58,
24,
47715,
198,
198,
8841,
58,
12,
18,
47715,
198,
198,
2,
2896,
500,
257,
2163,
1262,
11361,
326,
5419,
284,
1064,
262,
938,
513,
2095,
286,
4731,
287,
477,
262,
1744,
2842,
628,
198,
1640,
1312,
287,
2837,
7,
20,
11,
6885,
2599,
198,
197,
4798,
7,
16,
8,
628,
198,
72,
796,
642,
198,
4514,
1312,
19841,
2026,
25,
198,
197,
4798,
7,
72,
8,
198,
197,
72,
796,
1312,
1343,
642,
198,
198,
2,
23067,
257,
2163,
326,
2453,
718,
3815,
1222,
1064,
262,
2811,
286,
883,
3815,
543,
389,
691,
2659,
12843,
416,
718,
13,
628,
220,
220,
220,
42781,
796,
2160,
1220,
954,
628,
220,
220,
220,
3601,
7,
615,
70,
8,
198,
197,
628,
628,
628
] | 3.276316 | 228 |
#!/usr/bin/env python
# coding: utf-8
#
# This script converts xrdb (X11) color scheme format to PuTTY registry
# file which creates a new session with proper colors.
#
# Usage:
# xrdb2putty.py path/to/xrdb/files -d path/to/putty/files
#
# Author: Caesar Kabalan <[email protected]>
# Adapted from xrdb2konsole by Stéphane Travostino
# Adapted from xrdb2terminator by Xabier Larrakoetxea
import os
import sys
import re
import argparse
# Takes #000A0B and returns (0, 10, 11)
if __name__ == "__main__":
parser = argparse.ArgumentParser(
description='Translate X color schemes to termiantor format')
parser.add_argument('xrdb_path', type=str, help='path to xrdb files')
parser.add_argument('-d', '--out-directory', type=str, dest='output_path',
help='path where putty config files will be' +
' created, if not provided then will be printed')
args = parser.parse_args()
main(args.xrdb_path, args.output_path)
| [
2,
48443,
14629,
14,
8800,
14,
24330,
21015,
198,
2,
19617,
25,
3384,
69,
12,
23,
198,
2,
198,
2,
770,
4226,
26161,
2124,
4372,
65,
357,
55,
1157,
8,
3124,
7791,
5794,
284,
11634,
51,
9936,
20478,
220,
198,
2,
2393,
543,
8075,
257,
649,
6246,
351,
1774,
7577,
13,
198,
2,
198,
2,
29566,
25,
198,
2,
2124,
4372,
65,
17,
1996,
774,
13,
9078,
3108,
14,
1462,
14,
87,
4372,
65,
14,
16624,
532,
67,
3108,
14,
1462,
14,
1996,
774,
14,
16624,
198,
2,
198,
2,
6434,
25,
24088,
28793,
25786,
1279,
6888,
18964,
13,
74,
397,
25786,
31,
14816,
13,
785,
29,
198,
2,
30019,
276,
422,
2124,
4372,
65,
17,
74,
261,
6753,
416,
520,
2634,
746,
1531,
309,
4108,
455,
2879,
198,
2,
30019,
276,
422,
2124,
4372,
65,
17,
23705,
1352,
416,
1395,
397,
959,
25577,
430,
7204,
316,
87,
18213,
198,
198,
11748,
28686,
198,
11748,
25064,
198,
11748,
302,
198,
11748,
1822,
29572,
198,
198,
2,
33687,
1303,
830,
32,
15,
33,
290,
5860,
357,
15,
11,
838,
11,
1367,
8,
198,
198,
361,
11593,
3672,
834,
6624,
366,
834,
12417,
834,
1298,
628,
197,
48610,
796,
1822,
29572,
13,
28100,
1713,
46677,
7,
198,
197,
197,
11213,
11639,
8291,
17660,
1395,
3124,
16546,
284,
3381,
3014,
273,
5794,
11537,
198,
197,
48610,
13,
2860,
62,
49140,
10786,
87,
4372,
65,
62,
6978,
3256,
2099,
28,
2536,
11,
1037,
11639,
6978,
284,
2124,
4372,
65,
3696,
11537,
198,
197,
48610,
13,
2860,
62,
49140,
10786,
12,
67,
3256,
705,
438,
448,
12,
34945,
3256,
2099,
28,
2536,
11,
2244,
11639,
22915,
62,
6978,
3256,
198,
197,
197,
16794,
11639,
6978,
810,
1234,
774,
4566,
3696,
481,
307,
6,
1343,
198,
197,
197,
6,
2727,
11,
611,
407,
2810,
788,
481,
307,
10398,
11537,
628,
197,
22046,
796,
30751,
13,
29572,
62,
22046,
3419,
198,
197,
12417,
7,
22046,
13,
87,
4372,
65,
62,
6978,
11,
26498,
13,
22915,
62,
6978,
8,
628,
198
] | 2.798799 | 333 |
from django.apps import AppConfig
from django.conf import settings
from prometheus_client import start_http_server
import django_prometheus_metrics
| [
6738,
42625,
14208,
13,
18211,
1330,
2034,
16934,
198,
6738,
42625,
14208,
13,
10414,
1330,
6460,
198,
6738,
1552,
36916,
62,
16366,
1330,
923,
62,
4023,
62,
15388,
198,
11748,
42625,
14208,
62,
16963,
36916,
62,
4164,
10466,
198
] | 3.794872 | 39 |
# Copyright 2009 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
from datetime import datetime
from google.appengine.ext import db
from google.appengine.ext import webapp
from google.appengine.ext.webapp.util import run_wsgi_app
from appsec import APPSEC
from model import ContactInfo
if __name__ == '__main__':
application = _CreateApplication()
main()
| [
2,
15069,
3717,
3012,
3457,
13,
198,
2,
198,
2,
49962,
739,
262,
24843,
13789,
11,
10628,
362,
13,
15,
357,
1169,
366,
34156,
15341,
198,
2,
345,
743,
407,
779,
428,
2393,
2845,
287,
11846,
351,
262,
13789,
13,
198,
2,
921,
743,
7330,
257,
4866,
286,
262,
13789,
379,
198,
2,
198,
2,
220,
220,
220,
220,
2638,
1378,
2503,
13,
43073,
13,
2398,
14,
677,
4541,
14,
43,
2149,
24290,
12,
17,
13,
15,
198,
2,
198,
2,
17486,
2672,
416,
9723,
1099,
393,
4987,
284,
287,
3597,
11,
3788,
198,
2,
9387,
739,
262,
13789,
318,
9387,
319,
281,
366,
1921,
3180,
1,
29809,
1797,
11,
198,
2,
42881,
34764,
11015,
6375,
7102,
49828,
11053,
3963,
15529,
509,
12115,
11,
2035,
4911,
393,
17142,
13,
198,
2,
4091,
262,
13789,
329,
262,
2176,
3303,
15030,
21627,
290,
198,
2,
11247,
739,
262,
13789,
13,
198,
198,
6738,
4818,
8079,
1330,
4818,
8079,
198,
6738,
23645,
13,
1324,
18392,
13,
2302,
1330,
20613,
198,
6738,
23645,
13,
1324,
18392,
13,
2302,
1330,
3992,
1324,
198,
6738,
23645,
13,
1324,
18392,
13,
2302,
13,
12384,
1324,
13,
22602,
1330,
1057,
62,
18504,
12397,
62,
1324,
198,
198,
6738,
598,
2363,
1330,
3486,
3705,
2943,
198,
6738,
2746,
1330,
14039,
12360,
198,
198,
361,
11593,
3672,
834,
6624,
705,
834,
12417,
834,
10354,
198,
220,
3586,
796,
4808,
16447,
23416,
3419,
198,
220,
1388,
3419,
198
] | 3.675105 | 237 |
try:
from matplotlib import pyplot as plt
import matplotlib
except:
import matplotlib
matplotlib.rcParams['backend'] = 'TkAgg'
from matplotlib import pyplot as plt
import numpy as np
import pdb
class DataPlt():
'''
Dynamic plot context, intended for displaying geometries.
like removing axes, equal axis, dynamically tune your figure and save it.
Args:
figsize (tuple, default=(6,4)): figure size.
filename (filename, str): filename to store generated figure, if None, it will not save a figure.
Attributes:
figsize (tuple, default=(6,4)): figure size.
filename (filename, str): filename to store generated figure, if None, it will not save a figure.
ax (Axes): matplotlib Axes instance.
Examples:
with DynamicShow() as ds:
c = Circle([2, 2], radius=1.0)
ds.ax.add_patch(c)
'''
class NoBoxPlt():
'''
Dynamic plot context, intended for displaying geometries.
like removing axes, equal axis, dynamically tune your figure and save it.
Args:
figsize (tuple, default=(6,4)): figure size.
filename (filename, str): filename to store generated figure, if None, it will not save a figure.
Attributes:
figsize (tuple, default=(6,4)): figure size.
graph_layout (tuple|None): number of graphs, None for single graph.
filename (filename, str): filename to store generated figure, if None, it will not save a figure.
ax (Axes): matplotlib Axes instance.
Examples:
with DynamicShow() as ds:
c = Circle([2, 2], radius=1.0)
ds.ax.add_patch(c)
'''
def _setup_mpl():
'''customize matplotlib.'''
plt.rcParams['lines.linewidth'] = 2
plt.rcParams['axes.labelsize'] = 16
plt.rcParams['axes.titlesize'] = 18
plt.rcParams['font.family'] = 'serif'
plt.rcParams['font.serif'] = 'Ubuntu'
plt.rcParams["mathtext.fontset"] = "dejavuserif"
plt.rcParams['font.monospace'] = 'Ubuntu Mono'
plt.rcParams['axes.labelweight'] = 'bold'
plt.rcParams['xtick.labelsize'] = 16
plt.rcParams['ytick.labelsize'] = 16
plt.rcParams['legend.fontsize'] = 14
plt.rcParams['figure.titlesize'] = 18
| [
28311,
25,
198,
220,
220,
220,
422,
2603,
29487,
8019,
1330,
12972,
29487,
355,
458,
83,
198,
220,
220,
220,
1330,
2603,
29487,
8019,
198,
16341,
25,
198,
220,
220,
220,
1330,
2603,
29487,
8019,
198,
220,
220,
220,
2603,
29487,
8019,
13,
6015,
10044,
4105,
17816,
1891,
437,
20520,
796,
705,
51,
74,
46384,
6,
198,
220,
220,
220,
422,
2603,
29487,
8019,
1330,
12972,
29487,
355,
458,
83,
198,
11748,
299,
32152,
355,
45941,
198,
11748,
279,
9945,
198,
198,
4871,
6060,
47,
2528,
33529,
198,
220,
220,
220,
705,
7061,
198,
220,
220,
220,
26977,
7110,
4732,
11,
5292,
329,
19407,
4903,
908,
1678,
13,
198,
220,
220,
220,
588,
10829,
34197,
11,
4961,
16488,
11,
32366,
14009,
534,
3785,
290,
3613,
340,
13,
628,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
2336,
7857,
357,
83,
29291,
11,
4277,
16193,
21,
11,
19,
8,
2599,
3785,
2546,
13,
198,
220,
220,
220,
220,
220,
220,
220,
29472,
357,
34345,
11,
965,
2599,
29472,
284,
3650,
7560,
3785,
11,
611,
6045,
11,
340,
481,
407,
3613,
257,
3785,
13,
628,
220,
220,
220,
49213,
25,
198,
220,
220,
220,
220,
220,
220,
220,
2336,
7857,
357,
83,
29291,
11,
4277,
16193,
21,
11,
19,
8,
2599,
3785,
2546,
13,
198,
220,
220,
220,
220,
220,
220,
220,
29472,
357,
34345,
11,
965,
2599,
29472,
284,
3650,
7560,
3785,
11,
611,
6045,
11,
340,
481,
407,
3613,
257,
3785,
13,
198,
220,
220,
220,
220,
220,
220,
220,
7877,
357,
31554,
274,
2599,
2603,
29487,
8019,
12176,
274,
4554,
13,
628,
220,
220,
220,
21066,
25,
198,
220,
220,
220,
220,
220,
220,
220,
351,
26977,
15307,
3419,
355,
288,
82,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
796,
16291,
26933,
17,
11,
362,
4357,
16874,
28,
16,
13,
15,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
288,
82,
13,
897,
13,
2860,
62,
17147,
7,
66,
8,
198,
220,
220,
220,
705,
7061,
628,
198,
4871,
1400,
14253,
47,
2528,
33529,
198,
220,
220,
220,
705,
7061,
198,
220,
220,
220,
26977,
7110,
4732,
11,
5292,
329,
19407,
4903,
908,
1678,
13,
198,
220,
220,
220,
588,
10829,
34197,
11,
4961,
16488,
11,
32366,
14009,
534,
3785,
290,
3613,
340,
13,
628,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
2336,
7857,
357,
83,
29291,
11,
4277,
16193,
21,
11,
19,
8,
2599,
3785,
2546,
13,
198,
220,
220,
220,
220,
220,
220,
220,
29472,
357,
34345,
11,
965,
2599,
29472,
284,
3650,
7560,
3785,
11,
611,
6045,
11,
340,
481,
407,
3613,
257,
3785,
13,
628,
220,
220,
220,
49213,
25,
198,
220,
220,
220,
220,
220,
220,
220,
2336,
7857,
357,
83,
29291,
11,
4277,
16193,
21,
11,
19,
8,
2599,
3785,
2546,
13,
198,
220,
220,
220,
220,
220,
220,
220,
4823,
62,
39786,
357,
83,
29291,
91,
14202,
2599,
1271,
286,
28770,
11,
6045,
329,
2060,
4823,
13,
198,
220,
220,
220,
220,
220,
220,
220,
29472,
357,
34345,
11,
965,
2599,
29472,
284,
3650,
7560,
3785,
11,
611,
6045,
11,
340,
481,
407,
3613,
257,
3785,
13,
198,
220,
220,
220,
220,
220,
220,
220,
7877,
357,
31554,
274,
2599,
2603,
29487,
8019,
12176,
274,
4554,
13,
628,
220,
220,
220,
21066,
25,
198,
220,
220,
220,
220,
220,
220,
220,
351,
26977,
15307,
3419,
355,
288,
82,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
796,
16291,
26933,
17,
11,
362,
4357,
16874,
28,
16,
13,
15,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
288,
82,
13,
897,
13,
2860,
62,
17147,
7,
66,
8,
198,
220,
220,
220,
705,
7061,
628,
198,
4299,
4808,
40406,
62,
76,
489,
33529,
198,
220,
220,
220,
705,
7061,
23144,
1096,
2603,
29487,
8019,
2637,
7061,
198,
220,
220,
220,
458,
83,
13,
6015,
10044,
4105,
17816,
6615,
13,
2815,
413,
5649,
20520,
796,
362,
198,
220,
220,
220,
458,
83,
13,
6015,
10044,
4105,
17816,
897,
274,
13,
23912,
1424,
1096,
20520,
796,
1467,
198,
220,
220,
220,
458,
83,
13,
6015,
10044,
4105,
17816,
897,
274,
13,
83,
30540,
1096,
20520,
796,
1248,
198,
220,
220,
220,
458,
83,
13,
6015,
10044,
4105,
17816,
10331,
13,
17989,
20520,
796,
705,
2655,
361,
6,
198,
220,
220,
220,
458,
83,
13,
6015,
10044,
4105,
17816,
10331,
13,
2655,
361,
20520,
796,
705,
36609,
11157,
6,
198,
220,
220,
220,
458,
83,
13,
6015,
10044,
4105,
14692,
11018,
5239,
13,
10331,
2617,
8973,
796,
366,
2934,
73,
615,
7220,
361,
1,
198,
220,
220,
220,
458,
83,
13,
6015,
10044,
4105,
17816,
10331,
13,
2144,
24912,
20520,
796,
705,
36609,
11157,
34879,
6,
198,
220,
220,
220,
458,
83,
13,
6015,
10044,
4105,
17816,
897,
274,
13,
18242,
6551,
20520,
796,
705,
36575,
6,
198,
220,
220,
220,
458,
83,
13,
6015,
10044,
4105,
17816,
742,
624,
13,
23912,
1424,
1096,
20520,
796,
1467,
198,
220,
220,
220,
458,
83,
13,
6015,
10044,
4105,
17816,
20760,
624,
13,
23912,
1424,
1096,
20520,
796,
1467,
198,
220,
220,
220,
458,
83,
13,
6015,
10044,
4105,
17816,
1455,
437,
13,
10331,
7857,
20520,
796,
1478,
198,
220,
220,
220,
458,
83,
13,
6015,
10044,
4105,
17816,
26875,
13,
83,
30540,
1096,
20520,
796,
1248,
628,
628
] | 2.471885 | 907 |
from unittest.mock import patch
import pytest
from pinga.config import BadConfigException, get_kafka_config, get_pg_uri, get_sites_list
@pytest.mark.parametrize(
"sites_file, error_msg", [
("", "Configured sites_list file '' does not exist"),
("notexists.json", "Configured sites_list file 'notexists.json' does not exist"),
("tests/config/sites-test-bad.json",
"Required configuration is missing or malformed: 'sites' is a required property"),
("tests/config/sites-test-bad2.json",
"Configured file tests/config/sites-test-bad2.json is not a valid JSON")
]
)
@patch("pinga.config.ConfigParser.get")
| [
6738,
555,
715,
395,
13,
76,
735,
1330,
8529,
198,
198,
11748,
12972,
9288,
198,
6738,
29400,
64,
13,
11250,
1330,
7772,
16934,
16922,
11,
651,
62,
74,
1878,
4914,
62,
11250,
11,
651,
62,
6024,
62,
9900,
11,
651,
62,
49315,
62,
4868,
628,
198,
31,
9078,
9288,
13,
4102,
13,
17143,
316,
380,
2736,
7,
198,
220,
220,
220,
366,
49315,
62,
7753,
11,
4049,
62,
19662,
1600,
685,
198,
220,
220,
220,
220,
220,
220,
220,
5855,
1600,
366,
16934,
1522,
5043,
62,
4868,
2393,
10148,
857,
407,
2152,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
5855,
1662,
1069,
1023,
13,
17752,
1600,
366,
16934,
1522,
5043,
62,
4868,
2393,
705,
1662,
1069,
1023,
13,
17752,
6,
857,
407,
2152,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
5855,
41989,
14,
11250,
14,
49315,
12,
9288,
12,
14774,
13,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
37374,
8398,
318,
4814,
393,
6428,
12214,
25,
705,
49315,
6,
318,
257,
2672,
3119,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
5855,
41989,
14,
11250,
14,
49315,
12,
9288,
12,
14774,
17,
13,
17752,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16934,
1522,
2393,
5254,
14,
11250,
14,
49315,
12,
9288,
12,
14774,
17,
13,
17752,
318,
407,
257,
4938,
19449,
4943,
198,
220,
220,
220,
2361,
198,
8,
198,
31,
17147,
7203,
13886,
64,
13,
11250,
13,
16934,
46677,
13,
1136,
4943,
628,
628,
628,
198
] | 2.618677 | 257 |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import json
from alipay.aop.api.constant.ParamConstants import *
from alipay.aop.api.domain.TuitionISVAgentInfoDTO import TuitionISVAgentInfoDTO
| [
2,
48443,
14629,
14,
8800,
14,
24330,
21015,
198,
2,
532,
9,
12,
19617,
25,
3384,
69,
12,
23,
532,
9,
12,
198,
11748,
33918,
198,
198,
6738,
435,
541,
323,
13,
64,
404,
13,
15042,
13,
9979,
415,
13,
22973,
34184,
1187,
1330,
1635,
198,
6738,
435,
541,
323,
13,
64,
404,
13,
15042,
13,
27830,
13,
47247,
653,
1797,
11731,
6783,
12360,
35,
10468,
1330,
16749,
653,
1797,
11731,
6783,
12360,
35,
10468,
628,
628
] | 2.532468 | 77 |
# Encoding: UTF-8
import argparse
import numpy as np
import torch
import cv2
import os
from src.model import SketchKeras
import src.image_cutter as img_ctr
import src.image_stitcher as img_str
import random
from tqdm import tqdm
# import copy
# import glob
# import time
device = "cuda" if torch.cuda.is_available() else "cpu"
# def cv_imread(file_path):
# cv_img = cv2.imdecode(np.fromfile(file_path,dtype=np.uint8),-1)
# return cv_img
#
#
# def cv_imwrite(filename, src):
# cv2.imencode('.jpg', src)[1].tofile(filename)
if __name__ == "__main__":
args = parse_args()
model = SketchKeras().to(device)
dir_check()
names = os.listdir(args.input)
names2 = os.listdir(args.output + 'train/sketch/') + os.listdir(args.output + 'val/sketch/')
total_number = len(names)
total_train = 0
total_val = 0
# random.shuffle(names)
# names.sort()
# names2.sort()
if len(args.weight) > 0:
model.load_state_dict(torch.load(args.weight))
print(f"{args.weight} loaded..")
for num_of_img in tqdm(range(len(names))):
name = names[num_of_img]
if name not in names2:
try:
img = cv2.imread(args.input + '/' + name)
if (args.size_limit < img.shape[0]) or (args.size_limit < img.shape[1]):
img = resize_img(img, args.size_limit)
img_height = img.shape[0]
img_width = img.shape[1]
except AttributeError:
print(name + ' 读取失败')
else:
train_not_val = random.random() < args.ratio
# 彩图处理部分
if train_not_val:
cv2.imwrite(
args.output + '/train/color/' + name,
img
)
else:
cv2.imwrite(
args.output + '/val/color/' + name,
img
)
# 黑白处理部分
if train_not_val:
cv2.imwrite(
args.output + '/train/gray/' + name,
cv2.cvtColor(img, cv2.COLOR_BGR2GRAY)
)
else:
cv2.imwrite(
args.output + '/val/gray/' + name,
cv2.cvtColor(img, cv2.COLOR_BGR2GRAY)
)
# 线稿处理部分
part, num_width, num_height = img_ctr.main(img)
new_part = np.zeros((num_height - 1, num_width - 1, 512, 512), dtype=np.uint8)
for i in range(num_height - 1):
for j in range(num_width - 1):
img = part[i][j]
# preprocess
img = preprocess(img)
x = img.reshape(1, *img.shape).transpose(3, 0, 1, 2)
x = torch.tensor(x).float()
# feed into the network
with torch.no_grad():
pred = model(x.to(device))
pred = pred.squeeze()
# postprocess
output = pred.cpu().detach().numpy()
output = postprocess(output, thresh=0.1, smooth=False)
new_part[i][j] = output
'''# cv2.namedWindow('test', cv2.WINDOW_NORMAL)
# cv2.imshow('test', new_part[i][j])
# cv2.waitKey(0)
# cv2.destroyAllWindows()
# input()
# cv2.imwrite(
# args.output + '/' + '%s%s_' % (i, j) + name,
# new_part[i][j]
# )'''
new_img = np.zeros((256 * num_height, 256 * num_width), dtype=np.uint8)
'''下面逻辑比较复杂,调好了就别瞎鸡儿动了 之所以i是-1,j是-2是因为组合rows比组合每一行的part晚一步,
因为part已经全有了,但是跑一轮才能有第一个row。所以处理part和row的逻辑不统一,这里可以改但没必要'''
# 从上到下合并每行
for i in range(num_height - 1):
new_row = np.zeros((512, 256 * num_width), dtype=np.uint8)
# 先把这一行中的第一幅图片粘贴到应有的位置准备就绪
# new_row[0:512, 0:512] = new_part[i][0]
# 从左到右合并一行中的每张图片
for j in range(num_width - 2):
if j == 0:
new_row[0:512, 0:((j + 3) * 256)] = \
img_str.main(
new_part[i][0],
new_part[i][j + 1],
True
)
'''cv2.namedWindow('0+1', cv2.WINDOW_NORMAL)
cv2.imshow('0+1', new_row[0:512, 0:((j + 3) * 256)])
cv2.waitKey(0)
cv2.destroyAllWindows()
input()'''
else:
# 很坑爹,必须用deepcopy不然不是复制一份数据而是复制的索引!!!(然而之后发现问题似乎并不是出在这里
# tmp = copy.deepcopy(new_row[0:512, 0:((j + 2) * 256)])
new_row[0:512, 0:((j + 3) * 256)] = \
img_str.main(
new_row[0:512, 0:((j + 2) * 256)],
new_part[i][j + 1],
True
)
'''# cv2.imwrite(
# args.output + '/' + '%s' % j + name,
# new_row[0:512, 0:((j + 3) * 256)]
# )
# cv2.namedWindow('a full row', cv2.WINDOW_NORMAL)
# cv2.imshow('a full row', new_row)
# cv2.waitKey(0)
# cv2.destroyAllWindows()
# input()'''
if i == 0:
new_img[0:512, 0:256 * num_width] = new_row
else:
# tmp = copy.deepcopy(new_img[0:512 + 256 * (i - 1), 0:256 * num_width])
new_img[0:512 + 256 * i, 0:256 * num_width] = \
img_str.main(
new_img[0:512 + 256 * (i - 1), 0:256 * num_width],
new_row,
False
)
'''# cv2.namedWindow('a full img', cv2.WINDOW_NORMAL)
# cv2.imshow('a full img', new_img[256:256 + img_height, 256:256 + img_width])
# cv2.waitKey(0)
# cv2.destroyAllWindows()
# input()'''
if train_not_val:
cv2.imwrite(
args.output + '/train/sketch/' + name,
new_img[256:256 + img_height, 256:256 + img_width]
)
print(name + '处理完成,为train')
total_train += 1
else:
cv2.imwrite(
args.output + '/val/sketch/' + name,
new_img[256:256 + img_height, 256:256 + img_width]
)
print(name + '处理完成,为val')
total_val += 1
print('全部', total_number, '张图片处理完成,其中', total_train, '张为train,', total_val, '张为val')
| [
2,
14711,
7656,
25,
41002,
12,
23,
198,
11748,
1822,
29572,
198,
11748,
299,
32152,
355,
45941,
198,
11748,
28034,
198,
11748,
269,
85,
17,
198,
11748,
28686,
198,
6738,
12351,
13,
19849,
1330,
17001,
42,
263,
292,
198,
11748,
12351,
13,
9060,
62,
8968,
353,
355,
33705,
62,
24087,
198,
11748,
12351,
13,
9060,
62,
301,
23640,
355,
33705,
62,
2536,
198,
11748,
4738,
198,
6738,
256,
80,
36020,
1330,
256,
80,
36020,
198,
198,
2,
1330,
4866,
198,
2,
1330,
15095,
198,
2,
1330,
640,
198,
198,
25202,
796,
366,
66,
15339,
1,
611,
28034,
13,
66,
15339,
13,
271,
62,
15182,
3419,
2073,
366,
36166,
1,
628,
198,
2,
825,
269,
85,
62,
320,
961,
7,
7753,
62,
6978,
2599,
198,
2,
220,
220,
220,
220,
269,
85,
62,
9600,
796,
269,
85,
17,
13,
320,
12501,
1098,
7,
37659,
13,
6738,
7753,
7,
7753,
62,
6978,
11,
67,
4906,
28,
37659,
13,
28611,
23,
828,
12,
16,
8,
198,
2,
220,
220,
220,
220,
1441,
269,
85,
62,
9600,
198,
2,
198,
2,
198,
2,
825,
269,
85,
62,
320,
13564,
7,
34345,
11,
12351,
2599,
198,
2,
220,
220,
220,
220,
269,
85,
17,
13,
19027,
8189,
7,
4458,
9479,
3256,
12351,
38381,
16,
4083,
1462,
7753,
7,
34345,
8,
628,
628,
628,
198,
198,
361,
11593,
3672,
834,
6624,
366,
834,
12417,
834,
1298,
198,
220,
220,
220,
26498,
796,
21136,
62,
22046,
3419,
198,
220,
220,
220,
2746,
796,
17001,
42,
263,
292,
22446,
1462,
7,
25202,
8,
198,
220,
220,
220,
26672,
62,
9122,
3419,
628,
220,
220,
220,
3891,
796,
28686,
13,
4868,
15908,
7,
22046,
13,
15414,
8,
198,
220,
220,
220,
3891,
17,
796,
28686,
13,
4868,
15908,
7,
22046,
13,
22915,
1343,
705,
27432,
14,
82,
7126,
354,
14,
11537,
1343,
28686,
13,
4868,
15908,
7,
22046,
13,
22915,
1343,
705,
2100,
14,
82,
7126,
354,
14,
11537,
628,
220,
220,
220,
2472,
62,
17618,
796,
18896,
7,
14933,
8,
198,
220,
220,
220,
2472,
62,
27432,
796,
657,
198,
220,
220,
220,
2472,
62,
2100,
796,
657,
198,
220,
220,
220,
1303,
4738,
13,
1477,
18137,
7,
14933,
8,
628,
220,
220,
220,
1303,
3891,
13,
30619,
3419,
198,
220,
220,
220,
1303,
3891,
17,
13,
30619,
3419,
628,
220,
220,
220,
611,
18896,
7,
22046,
13,
6551,
8,
1875,
657,
25,
198,
220,
220,
220,
220,
220,
220,
220,
2746,
13,
2220,
62,
5219,
62,
11600,
7,
13165,
354,
13,
2220,
7,
22046,
13,
6551,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
7,
69,
1,
90,
22046,
13,
6551,
92,
9639,
492,
4943,
628,
220,
220,
220,
329,
997,
62,
1659,
62,
9600,
287,
256,
80,
36020,
7,
9521,
7,
11925,
7,
14933,
4008,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
1438,
796,
3891,
58,
22510,
62,
1659,
62,
9600,
60,
198,
220,
220,
220,
220,
220,
220,
220,
611,
1438,
407,
287,
3891,
17,
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,
33705,
796,
269,
85,
17,
13,
320,
961,
7,
22046,
13,
15414,
1343,
31051,
6,
1343,
1438,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
357,
22046,
13,
7857,
62,
32374,
1279,
33705,
13,
43358,
58,
15,
12962,
393,
357,
22046,
13,
7857,
62,
32374,
1279,
33705,
13,
43358,
58,
16,
60,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
33705,
796,
47558,
62,
9600,
7,
9600,
11,
26498,
13,
7857,
62,
32374,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
33705,
62,
17015,
796,
33705,
13,
43358,
58,
15,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
33705,
62,
10394,
796,
33705,
13,
43358,
58,
16,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2845,
3460,
4163,
12331,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
7,
3672,
1343,
705,
5525,
107,
119,
20998,
244,
13783,
109,
164,
112,
98,
11537,
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,
4512,
62,
1662,
62,
2100,
796,
4738,
13,
25120,
3419,
1279,
26498,
13,
10366,
952,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
10263,
121,
102,
32368,
122,
13783,
226,
49426,
228,
32849,
101,
26344,
228,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
4512,
62,
1662,
62,
2100,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
85,
17,
13,
320,
13564,
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,
26498,
13,
22915,
1343,
31051,
27432,
14,
8043,
14,
6,
1343,
1438,
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,
33705,
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,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
85,
17,
13,
320,
13564,
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,
26498,
13,
22915,
1343,
31051,
2100,
14,
8043,
14,
6,
1343,
1438,
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,
33705,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
16268,
119,
239,
163,
50159,
13783,
226,
49426,
228,
32849,
101,
26344,
228,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
4512,
62,
1662,
62,
2100,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
85,
17,
13,
320,
13564,
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,
26498,
13,
22915,
1343,
31051,
27432,
14,
44605,
14,
6,
1343,
1438,
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,
269,
85,
17,
13,
33967,
83,
10258,
7,
9600,
11,
269,
85,
17,
13,
46786,
62,
33,
10761,
17,
38,
30631,
8,
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,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
85,
17,
13,
320,
13564,
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,
26498,
13,
22915,
1343,
31051,
2100,
14,
44605,
14,
6,
1343,
1438,
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,
269,
85,
17,
13,
33967,
83,
10258,
7,
9600,
11,
269,
85,
17,
13,
46786,
62,
33,
10761,
17,
38,
30631,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
13328,
118,
123,
163,
101,
123,
13783,
226,
49426,
228,
32849,
101,
26344,
228,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
636,
11,
997,
62,
10394,
11,
997,
62,
17015,
796,
33705,
62,
24087,
13,
12417,
7,
9600,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
649,
62,
3911,
796,
45941,
13,
9107,
418,
19510,
22510,
62,
17015,
532,
352,
11,
997,
62,
10394,
532,
352,
11,
22243,
11,
22243,
828,
288,
4906,
28,
37659,
13,
28611,
23,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
1312,
287,
2837,
7,
22510,
62,
17015,
532,
352,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
474,
287,
2837,
7,
22510,
62,
10394,
532,
352,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
33705,
796,
636,
58,
72,
7131,
73,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
662,
14681,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
33705,
796,
662,
14681,
7,
9600,
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,
2124,
796,
33705,
13,
3447,
1758,
7,
16,
11,
1635,
9600,
13,
43358,
737,
7645,
3455,
7,
18,
11,
657,
11,
352,
11,
362,
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,
2124,
796,
28034,
13,
83,
22854,
7,
87,
737,
22468,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
3745,
656,
262,
3127,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
351,
28034,
13,
3919,
62,
9744,
33529,
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,
2747,
796,
2746,
7,
87,
13,
1462,
7,
25202,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2747,
796,
2747,
13,
16485,
1453,
2736,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
1281,
14681,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5072,
796,
2747,
13,
36166,
22446,
15255,
620,
22446,
77,
32152,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5072,
796,
1281,
14681,
7,
22915,
11,
294,
3447,
28,
15,
13,
16,
11,
7209,
28,
25101,
8,
628,
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,
3911,
58,
72,
7131,
73,
60,
796,
5072,
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,
7061,
2,
269,
85,
17,
13,
13190,
27703,
10786,
9288,
3256,
269,
85,
17,
13,
28929,
3913,
62,
35510,
42126,
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,
1303,
269,
85,
17,
13,
320,
12860,
10786,
9288,
3256,
649,
62,
3911,
58,
72,
7131,
73,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
269,
85,
17,
13,
17077,
9218,
7,
15,
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,
1303,
269,
85,
17,
13,
41659,
3237,
11209,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
5128,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
269,
85,
17,
13,
320,
13564,
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,
1303,
220,
220,
220,
220,
26498,
13,
22915,
1343,
31051,
6,
1343,
705,
4,
82,
4,
82,
62,
6,
4064,
357,
72,
11,
474,
8,
1343,
1438,
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,
1303,
220,
220,
220,
220,
649,
62,
3911,
58,
72,
7131,
73,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
1267,
7061,
6,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
649,
62,
9600,
796,
45941,
13,
9107,
418,
19510,
11645,
1635,
997,
62,
17015,
11,
17759,
1635,
997,
62,
10394,
828,
288,
4906,
28,
37659,
13,
28611,
23,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
7061,
10310,
233,
165,
251,
95,
34460,
119,
164,
122,
239,
162,
107,
242,
164,
122,
225,
13783,
235,
30266,
224,
171,
120,
234,
164,
108,
225,
25001,
121,
12859,
228,
22887,
109,
26344,
104,
163,
252,
236,
165,
116,
94,
161,
226,
123,
27950,
101,
12859,
228,
220,
45298,
33699,
222,
20015,
98,
72,
42468,
12,
16,
171,
120,
234,
73,
42468,
12,
17,
42468,
32368,
254,
10310,
118,
163,
119,
226,
28938,
230,
8516,
162,
107,
242,
163,
119,
226,
28938,
230,
162,
107,
237,
31660,
26193,
234,
21410,
3911,
162,
247,
248,
31660,
29826,
98,
171,
120,
234,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10263,
249,
254,
10310,
118,
3911,
32432,
110,
163,
119,
237,
17739,
101,
17312,
231,
12859,
228,
171,
120,
234,
19526,
228,
42468,
164,
115,
239,
31660,
164,
121,
106,
33699,
235,
47797,
121,
17312,
231,
163,
105,
105,
31660,
10310,
103,
808,
16764,
33699,
222,
20015,
98,
13783,
226,
49426,
228,
3911,
161,
240,
234,
808,
21410,
34460,
119,
164,
122,
239,
38834,
163,
119,
253,
31660,
171,
120,
234,
32573,
247,
34932,
234,
20998,
107,
20015,
98,
162,
242,
117,
19526,
228,
162,
110,
94,
33232,
227,
17358,
223,
7061,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
220,
20015,
236,
41468,
26344,
108,
10310,
233,
28938,
230,
33176,
35050,
107,
237,
26193,
234,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
1312,
287,
2837,
7,
22510,
62,
17015,
532,
352,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
649,
62,
808,
796,
45941,
13,
9107,
418,
19510,
25836,
11,
17759,
1635,
997,
62,
10394,
828,
288,
4906,
28,
37659,
13,
28611,
23,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
10263,
227,
230,
162,
232,
232,
32573,
247,
31660,
26193,
234,
40792,
21410,
163,
105,
105,
31660,
33176,
227,
32368,
122,
31965,
229,
163,
110,
246,
164,
112,
112,
26344,
108,
41753,
242,
17312,
231,
21410,
19526,
235,
163,
121,
106,
49035,
228,
13783,
229,
22887,
109,
163,
119,
103,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
649,
62,
808,
58,
15,
25,
25836,
11,
657,
25,
25836,
60,
796,
649,
62,
3911,
58,
72,
7131,
15,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
220,
20015,
236,
32432,
99,
26344,
108,
20998,
111,
28938,
230,
33176,
114,
31660,
26193,
234,
40792,
21410,
162,
107,
237,
28156,
254,
32368,
122,
31965,
229,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
474,
287,
2837,
7,
22510,
62,
10394,
532,
362,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
474,
6624,
657,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
649,
62,
808,
58,
15,
25,
25836,
11,
657,
25,
19510,
73,
1343,
513,
8,
1635,
17759,
15437,
796,
3467,
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,
33705,
62,
2536,
13,
12417,
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,
220,
649,
62,
3911,
58,
72,
7131,
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,
649,
62,
3911,
58,
72,
7131,
73,
1343,
352,
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,
6407,
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,
1267,
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,
705,
7061,
33967,
17,
13,
13190,
27703,
10786,
15,
10,
16,
3256,
269,
85,
17,
13,
28929,
3913,
62,
35510,
42126,
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,
220,
220,
220,
220,
269,
85,
17,
13,
320,
12860,
10786,
15,
10,
16,
3256,
649,
62,
808,
58,
15,
25,
25836,
11,
657,
25,
19510,
73,
1343,
513,
8,
1635,
17759,
8,
12962,
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,
269,
85,
17,
13,
17077,
9218,
7,
15,
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,
220,
220,
220,
220,
269,
85,
17,
13,
41659,
3237,
11209,
3419,
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,
5128,
3419,
7061,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
10263,
122,
230,
161,
251,
239,
163,
230,
117,
171,
120,
234,
33232,
227,
165,
94,
119,
18796,
101,
22089,
30073,
38834,
47078,
114,
38834,
42468,
13783,
235,
26344,
114,
31660,
20015,
121,
46763,
108,
162,
235,
106,
32003,
234,
42468,
13783,
235,
26344,
114,
21410,
163,
112,
95,
28156,
243,
171,
120,
223,
171,
120,
223,
171,
120,
223,
171,
120,
230,
47078,
114,
32003,
234,
45298,
28938,
236,
20998,
239,
163,
236,
108,
29785,
106,
165,
95,
246,
27670,
120,
20046,
236,
33176,
114,
38834,
42468,
49035,
118,
28839,
101,
32573,
247,
34932,
234,
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,
1303,
45218,
796,
4866,
13,
22089,
30073,
7,
3605,
62,
808,
58,
15,
25,
25836,
11,
657,
25,
19510,
73,
1343,
362,
8,
1635,
17759,
8,
12962,
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,
649,
62,
808,
58,
15,
25,
25836,
11,
657,
25,
19510,
73,
1343,
513,
8,
1635,
17759,
15437,
796,
3467,
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,
33705,
62,
2536,
13,
12417,
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,
220,
649,
62,
808,
58,
15,
25,
25836,
11,
657,
25,
19510,
73,
1343,
362,
8,
1635,
17759,
8,
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,
649,
62,
3911,
58,
72,
7131,
73,
1343,
352,
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,
6407,
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,
1267,
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,
7061,
2,
269,
85,
17,
13,
320,
13564,
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,
1303,
220,
220,
220,
220,
26498,
13,
22915,
1343,
31051,
6,
1343,
705,
4,
82,
6,
4064,
474,
1343,
1438,
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,
1303,
220,
220,
220,
220,
649,
62,
808,
58,
15,
25,
25836,
11,
657,
25,
19510,
73,
1343,
513,
8,
1635,
17759,
15437,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
269,
85,
17,
13,
13190,
27703,
10786,
64,
1336,
5752,
3256,
269,
85,
17,
13,
28929,
3913,
62,
35510,
42126,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
269,
85,
17,
13,
320,
12860,
10786,
64,
1336,
5752,
3256,
649,
62,
808,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
269,
85,
17,
13,
17077,
9218,
7,
15,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
269,
85,
17,
13,
41659,
3237,
11209,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
5128,
3419,
7061,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1312,
6624,
657,
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,
649,
62,
9600,
58,
15,
25,
25836,
11,
657,
25,
11645,
1635,
997,
62,
10394,
60,
796,
649,
62,
808,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
45218,
796,
4866,
13,
22089,
30073,
7,
3605,
62,
9600,
58,
15,
25,
25836,
1343,
17759,
1635,
357,
72,
532,
352,
828,
657,
25,
11645,
1635,
997,
62,
10394,
12962,
198,
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,
9600,
58,
15,
25,
25836,
1343,
17759,
1635,
1312,
11,
657,
25,
11645,
1635,
997,
62,
10394,
60,
796,
3467,
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,
33705,
62,
2536,
13,
12417,
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,
649,
62,
9600,
58,
15,
25,
25836,
1343,
17759,
1635,
357,
72,
532,
352,
828,
657,
25,
11645,
1635,
997,
62,
10394,
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,
649,
62,
808,
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,
10352,
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,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
7061,
2,
269,
85,
17,
13,
13190,
27703,
10786,
64,
1336,
33705,
3256,
269,
85,
17,
13,
28929,
3913,
62,
35510,
42126,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
269,
85,
17,
13,
320,
12860,
10786,
64,
1336,
33705,
3256,
649,
62,
9600,
58,
11645,
25,
11645,
1343,
33705,
62,
17015,
11,
17759,
25,
11645,
1343,
33705,
62,
10394,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
269,
85,
17,
13,
17077,
9218,
7,
15,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
269,
85,
17,
13,
41659,
3237,
11209,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
5128,
3419,
7061,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
4512,
62,
1662,
62,
2100,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
85,
17,
13,
320,
13564,
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,
26498,
13,
22915,
1343,
31051,
27432,
14,
82,
7126,
354,
14,
6,
1343,
1438,
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,
649,
62,
9600,
58,
11645,
25,
11645,
1343,
33705,
62,
17015,
11,
17759,
25,
11645,
1343,
33705,
62,
10394,
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,
220,
220,
220,
220,
3601,
7,
3672,
1343,
705,
13783,
226,
49426,
228,
22522,
234,
22755,
238,
171,
120,
234,
10310,
118,
27432,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2472,
62,
27432,
15853,
352,
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,
269,
85,
17,
13,
320,
13564,
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,
26498,
13,
22915,
1343,
31051,
2100,
14,
82,
7126,
354,
14,
6,
1343,
1438,
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,
649,
62,
9600,
58,
11645,
25,
11645,
1343,
33705,
62,
17015,
11,
17759,
25,
11645,
1343,
33705,
62,
10394,
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,
220,
220,
220,
220,
3601,
7,
3672,
1343,
705,
13783,
226,
49426,
228,
22522,
234,
22755,
238,
171,
120,
234,
10310,
118,
2100,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2472,
62,
2100,
15853,
352,
628,
220,
220,
220,
3601,
10786,
17739,
101,
32849,
101,
3256,
2472,
62,
17618,
11,
705,
28156,
254,
32368,
122,
31965,
229,
13783,
226,
49426,
228,
22522,
234,
22755,
238,
171,
120,
234,
17739,
114,
40792,
3256,
2472,
62,
27432,
11,
705,
28156,
254,
10310,
118,
27432,
171,
120,
234,
3256,
2472,
62,
2100,
11,
705,
28156,
254,
10310,
118,
2100,
11537,
198
] | 1.43768 | 5,207 |
from __future__ import absolute_import, print_function, with_statement
import Crypto.Hash.MD5
| [
6738,
11593,
37443,
834,
1330,
4112,
62,
11748,
11,
3601,
62,
8818,
11,
351,
62,
26090,
198,
198,
11748,
36579,
13,
26257,
13,
12740,
20,
198
] | 3.653846 | 26 |
#!/usr/bin/env python
import sys
if(sys.stdin.isatty()):
print("Usage: cat <annotation file> | ./countannots.py")
quit()
ids_to_counts = dict()
# Parse input
for line in sys.stdin:
line_list = line.strip().split("\t")
seqid = line_list[0]
if ids_to_counts.has_key(seqid):
ids_to_counts[seqid] = ids_to_counts[seqid] + 1
else:
ids_to_counts[seqid] = 1
# Print dict contents
ids_list = ids_to_counts.keys()
for seqid in ids_list:
count = ids_to_counts[seqid]
print(str(count) + "\t" + seqid)
| [
2,
48443,
14629,
14,
8800,
14,
24330,
21015,
198,
11748,
25064,
198,
198,
361,
7,
17597,
13,
19282,
259,
13,
271,
265,
774,
3419,
2599,
198,
220,
220,
220,
3601,
7203,
28350,
25,
3797,
1279,
1236,
14221,
2393,
29,
930,
24457,
9127,
1236,
1747,
13,
9078,
4943,
198,
220,
220,
220,
11238,
3419,
198,
198,
2340,
62,
1462,
62,
9127,
82,
796,
8633,
3419,
198,
198,
2,
2547,
325,
5128,
198,
1640,
1627,
287,
25064,
13,
19282,
259,
25,
198,
220,
220,
220,
1627,
62,
4868,
796,
1627,
13,
36311,
22446,
35312,
7203,
59,
83,
4943,
198,
220,
220,
220,
33756,
312,
796,
1627,
62,
4868,
58,
15,
60,
198,
220,
220,
220,
611,
220,
2340,
62,
1462,
62,
9127,
82,
13,
10134,
62,
2539,
7,
41068,
312,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
2340,
62,
1462,
62,
9127,
82,
58,
41068,
312,
60,
796,
220,
2340,
62,
1462,
62,
9127,
82,
58,
41068,
312,
60,
1343,
352,
198,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
2340,
62,
1462,
62,
9127,
82,
58,
41068,
312,
60,
796,
352,
198,
198,
2,
12578,
8633,
10154,
198,
2340,
62,
4868,
796,
220,
2340,
62,
1462,
62,
9127,
82,
13,
13083,
3419,
198,
1640,
33756,
312,
287,
220,
2340,
62,
4868,
25,
198,
220,
220,
220,
954,
796,
220,
2340,
62,
1462,
62,
9127,
82,
58,
41068,
312,
60,
198,
220,
220,
220,
3601,
7,
2536,
7,
9127,
8,
1343,
37082,
83,
1,
1343,
33756,
312,
8,
628,
198
] | 2.116732 | 257 |
from __future__ import absolute_import
import unittest
from main.maincontroller import MainController
from tests.xroad_local_group import xroad_local_group
class XroadRemoveLocalGroupMembers(unittest.TestCase):
"""
UC SERVICE_27 Remove Members from a Local Group
RIA URL: https://jira.ria.ee/browse/XT-284, https://jira.ria.ee/browse/XTKB-154
Depends on finishing other test(s): None
Requires helper scenarios:
xroad_client_registration_in_ss_221\XroadSecurityServerClientRegistration.py
xroad_configure_service_222\XroadConfigureService.py
X-Road version: 6.16.0
"""
| [
6738,
11593,
37443,
834,
1330,
4112,
62,
11748,
198,
198,
11748,
555,
715,
395,
198,
198,
6738,
1388,
13,
12417,
36500,
1330,
8774,
22130,
198,
6738,
5254,
13,
87,
6344,
62,
12001,
62,
8094,
1330,
2124,
6344,
62,
12001,
62,
8094,
628,
198,
4871,
1395,
6344,
27914,
14565,
13247,
25341,
7,
403,
715,
395,
13,
14402,
20448,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
14417,
47453,
62,
1983,
17220,
12688,
422,
257,
10714,
4912,
198,
220,
220,
220,
371,
3539,
10289,
25,
3740,
1378,
73,
8704,
13,
7496,
13,
1453,
14,
25367,
325,
14,
25010,
12,
30336,
11,
3740,
1378,
73,
8704,
13,
7496,
13,
1453,
14,
25367,
325,
14,
25010,
22764,
12,
21526,
198,
220,
220,
220,
2129,
2412,
319,
12848,
584,
1332,
7,
82,
2599,
6045,
198,
220,
220,
220,
26848,
31904,
13858,
25,
198,
220,
220,
220,
2124,
6344,
62,
16366,
62,
2301,
33397,
62,
259,
62,
824,
62,
26115,
59,
55,
6344,
24074,
10697,
11792,
47133,
13,
9078,
198,
220,
220,
220,
2124,
6344,
62,
11250,
495,
62,
15271,
62,
23148,
59,
55,
6344,
16934,
495,
16177,
13,
9078,
198,
220,
220,
220,
1395,
12,
29197,
2196,
25,
718,
13,
1433,
13,
15,
198,
220,
220,
220,
37227,
198
] | 2.951456 | 206 |
import os
import json
import datetime
import logging
import pathlib
import jinja2
import networkx
import importlib.resources as pkg_resources
from collections import Counter
from . import templates, format_logger
from .objects import force_partial_parse
from .parsers import fullprogram
class sasProgram(object):
"""
Abstracted SAS program class.
This class represents a .sas program file. Initialised with a valid file path
to the .sas file, the parser will then parse any valid SAS object it can find
within the file and return them to a list in the contents attribute.
The percentage of complete parsing will also be stored in the parsedRate attribute.
Attributes
----------
path : pathlib.Path
File path to the source of the SAS program
contents : list
List of parsed sasdocs.objects found in the program
failedLoad : int
Flag if there was a failure to load/parse the program file
raw : str
Raw string version of the program file
parsedRate : float
Percentage of the program file successfully parsed
"""
def load_file(self, path):
"""
load_file(path)
Attempt to load the given path and parse into a sasProgram object. Errors logged on failure
to resolve path, read file and parse.
Sets values of path, raw, contents and parsed rate if successful.
Parameters
----------
path : str
Filepath to the SAS file to be parsed.
"""
try:
self.path = pathlib.Path(path).resolve(strict=True)
except Exception as e:
self.path = pathlib.Path(path)
self.logger.error("Unable to resolve path: {}".format(e))
return False
try:
with open(self.path,'r') as f :
self.raw = f.read()
except Exception as e:
self.logger.exception("Unable to read file: {}".format(e))
return False
try:
self.contents, self.parsedRate = force_partial_parse(fullprogram, self.raw, stats=True, mark=True)
except Exception as e:
self.logger.exception("Unable to parse file: {}".format(e))
return False
def get_objects(self, object=None, objectType=None):
"""
get_objects(object=None, objectType=None)
Recursively loop through parsed objects in the programs contents, yielding each object. If the object
is a macro object, enter and yield sas objects found in the macro's contents.
This function will never return a macro object.
If passed with optional objectType, this function will only yield objects of type equal to objectType.
Parameters
----------
object : None, macro
Recursion parameter, if none loop through self.contents else loop through object.contents
objectType : str
If not none, only yield objects where the object is of type objectType.
Yields
------
sasdocs.object
"""
if object is None:
object = self
for obj in object.contents:
if type(obj).__name__ == 'macro':
if objectType == 'macro':
yield obj
yield from self.get_objects(obj, objectType=objectType)
elif objectType is not None:
if type(obj).__name__ == objectType:
yield obj
else:
yield obj
def get_data_objects(self):
"""
get_data_objects
Loop through all datasteps and procedures and add any valid dataobjects
to a list self.dataObjects
"""
self.dataObjects = {}
for validObject in ('dataStep', 'procedure'):
for proc in self.get_objects(objectType=validObject):
for dataset in proc.inputs + proc.outputs:
if dataset.UID not in self.dataObjects.keys():
self.dataObjects[dataset.UID] = [{'obj':dataset, 'start':proc.start, 'end':proc.end}]
else:
self.dataObjects[dataset.UID].append({'obj':dataset, 'start':proc.start, 'end':proc.end})
def build_network(self):
"""
build_network
Generate a JSON containing the network diagram for the SAS code and add to class variable self.networkJSON
Add class varaible self.hasNodes containing a bool as to whether this code contains any valid data objects.
"""
self.networkGraph = networkx.DiGraph()
for validObject in ('dataStep','procedure'):
for obj in self.get_objects(objectType=validObject):
for input in obj.inputs:
if self.networkGraph.has_node(input.UID) is False:
self.networkGraph.add_node(input.UID, library=input._lib, dataset=input._ds, line=obj.start[0])
for output in obj.outputs:
if self.networkGraph.has_node(output.UID) is False:
self.networkGraph.add_node(output.UID, library=output._lib, dataset=output._ds, line=obj.start[0])
if input.UID != output.UID:
if hasattr(obj,'type'):
self.networkGraph.add_edge(input.UID, output.UID, label=f'proc {obj.type}')
else:
self.networkGraph.add_edge(input.UID, output.UID)
network = networkx.readwrite.json_graph.node_link_data(self.networkGraph)
self.hasNodes = len(network['nodes']) > 0
self.networkJSON = json.dumps(network)
def summarise_objects(self, object=None):
"""
summarise_objects(object=None)
Recursively loop through parsed objects in the programs contents, counting each object by object type.
This function will count macros and the contents of said macros.
Parameters
----------
object : None, macro
Recursion parameter, if none loop through self.contents else loop through object.contents
Returns
-------
Counter
Collections Counter object for all sasdoc.object types found in program.
"""
if object is None:
object = self
counter = Counter(type(obj).__name__ for obj in object.contents)
for obj in object.contents:
if type(obj).__name__ == 'macro':
counter += self.summarise_objects(obj)
return counter
def get_extended_info(self):
"""
get_extended_info()
Creates class attributes for extended information about the parsed SAS code.
.. code-block:: rst
name : Filename of the SAS code,
path : Full path to the SAS code,
lines : Number of lines in the SAS code,
lastEdit : Timestamp for the last edit of the SAS code,
summary : Counter object returned by summarise_objects,
parsed : Percentage of the SAS code succesfully parsed
"""
self.name = self.path.stem
self.nameURL = self.name.replace(' ','%20')
self.lines = self.raw.count('\n')
self.lastEdit = "{:%Y-%m-%d %H:%M}".format(datetime.datetime.fromtimestamp(os.stat(self.path).st_mtime))
self.summary = dict(self.summarise_objects())
self.parsed = "{:.2%}".format(self.parsedRate)
def parse_code_documentation(self):
"""
parse_code_documentation
Generate class variables self.documentation and self.documented containing the first set of
comments in the SAS program.
self.documentation: str
The first parsed comments.
self.documented: bool
True if the first object parsed in the SAS code is a comment.
"""
cmnts = []
for obj in self.contents:
if type(obj).__name__ == 'comment':
cmnts.append(obj)
else:
break
if len(cmnts) == 0:
self.documentation = 'No documentation found.'
self.documented = False
else:
self.documentation = '\n'.join([comment.text for comment in cmnts])
self.documented = True
def generate_documentation(self, template='program.md'):
"""
generate_documentation
Generate documentation for the program using the jinja2 template
Returns
-------
str
jinja2 templated version of this program
"""
template = jinja2.Template(pkg_resources.read_text(templates, template))
return template.render(program=self)
| [
11748,
28686,
201,
198,
11748,
33918,
201,
198,
11748,
4818,
8079,
220,
201,
198,
11748,
18931,
201,
198,
11748,
3108,
8019,
201,
198,
11748,
474,
259,
6592,
17,
201,
198,
11748,
3127,
87,
201,
198,
11748,
1330,
8019,
13,
37540,
355,
279,
10025,
62,
37540,
201,
198,
201,
198,
6738,
17268,
1330,
15034,
201,
198,
201,
198,
6738,
764,
1330,
24019,
11,
5794,
62,
6404,
1362,
201,
198,
6738,
764,
48205,
1330,
2700,
62,
47172,
62,
29572,
201,
198,
6738,
764,
79,
945,
364,
1330,
1336,
23065,
201,
198,
201,
198,
201,
198,
4871,
264,
292,
15167,
7,
15252,
2599,
201,
198,
220,
220,
220,
37227,
201,
198,
220,
220,
220,
27741,
276,
35516,
1430,
1398,
13,
201,
198,
220,
220,
220,
220,
201,
198,
220,
220,
220,
770,
1398,
6870,
257,
764,
82,
292,
1430,
2393,
13,
20768,
1417,
351,
257,
4938,
2393,
3108,
220,
201,
198,
220,
220,
220,
284,
262,
764,
82,
292,
2393,
11,
262,
30751,
481,
788,
21136,
597,
4938,
35516,
2134,
340,
460,
1064,
220,
201,
198,
220,
220,
220,
1626,
262,
2393,
290,
1441,
606,
284,
257,
1351,
287,
262,
10154,
11688,
13,
220,
201,
198,
201,
198,
220,
220,
220,
383,
5873,
286,
1844,
32096,
481,
635,
307,
8574,
287,
262,
44267,
32184,
11688,
13,
220,
201,
198,
201,
198,
220,
220,
220,
49213,
201,
198,
220,
220,
220,
24200,
438,
201,
198,
220,
220,
220,
3108,
1058,
3108,
8019,
13,
15235,
201,
198,
220,
220,
220,
220,
220,
220,
220,
9220,
3108,
284,
262,
2723,
286,
262,
35516,
1430,
201,
198,
220,
220,
220,
10154,
1058,
1351,
201,
198,
220,
220,
220,
220,
220,
220,
220,
7343,
286,
44267,
264,
292,
31628,
13,
48205,
1043,
287,
262,
1430,
201,
198,
220,
220,
220,
4054,
8912,
1058,
493,
201,
198,
220,
220,
220,
220,
220,
220,
220,
19762,
611,
612,
373,
257,
5287,
284,
3440,
14,
29572,
262,
1430,
2393,
201,
198,
220,
220,
220,
8246,
1058,
965,
201,
198,
220,
220,
220,
220,
220,
220,
220,
16089,
4731,
2196,
286,
262,
1430,
2393,
201,
198,
220,
220,
220,
44267,
32184,
1058,
12178,
201,
198,
220,
220,
220,
220,
220,
220,
220,
36013,
286,
262,
1430,
2393,
7675,
44267,
220,
201,
198,
220,
220,
220,
37227,
201,
198,
201,
198,
220,
220,
220,
825,
3440,
62,
7753,
7,
944,
11,
3108,
2599,
201,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
201,
198,
220,
220,
220,
220,
220,
220,
220,
3440,
62,
7753,
7,
6978,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
25770,
284,
3440,
262,
1813,
3108,
290,
21136,
656,
257,
264,
292,
15167,
2134,
13,
44225,
18832,
319,
5287,
201,
198,
220,
220,
220,
220,
220,
220,
220,
284,
10568,
3108,
11,
1100,
2393,
290,
21136,
13,
220,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
21394,
3815,
286,
3108,
11,
8246,
11,
10154,
290,
44267,
2494,
611,
4388,
13,
220,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
40117,
201,
198,
220,
220,
220,
220,
220,
220,
220,
24200,
438,
201,
198,
220,
220,
220,
220,
220,
220,
220,
3108,
1058,
965,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9220,
6978,
284,
262,
35516,
2393,
284,
307,
44267,
13,
201,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1949,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
6978,
796,
3108,
8019,
13,
15235,
7,
6978,
737,
411,
6442,
7,
301,
2012,
28,
17821,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2845,
35528,
355,
304,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
6978,
796,
3108,
8019,
13,
15235,
7,
6978,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
6404,
1362,
13,
18224,
7203,
3118,
540,
284,
10568,
3108,
25,
23884,
1911,
18982,
7,
68,
4008,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
10352,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1949,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
351,
1280,
7,
944,
13,
6978,
4032,
81,
11537,
355,
277,
1058,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
1831,
796,
277,
13,
961,
3419,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2845,
35528,
355,
304,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
6404,
1362,
13,
1069,
4516,
7203,
3118,
540,
284,
1100,
2393,
25,
23884,
1911,
18982,
7,
68,
4008,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
10352,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1949,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
3642,
658,
11,
2116,
13,
79,
945,
276,
32184,
796,
2700,
62,
47172,
62,
29572,
7,
12853,
23065,
11,
2116,
13,
1831,
11,
9756,
28,
17821,
11,
1317,
28,
17821,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2845,
35528,
355,
304,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
6404,
1362,
13,
1069,
4516,
7203,
3118,
540,
284,
21136,
2393,
25,
23884,
1911,
18982,
7,
68,
4008,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
10352,
201,
198,
201,
198,
220,
220,
220,
825,
651,
62,
48205,
7,
944,
11,
2134,
28,
14202,
11,
2134,
6030,
28,
14202,
2599,
201,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
201,
198,
220,
220,
220,
220,
220,
220,
220,
651,
62,
48205,
7,
15252,
28,
14202,
11,
2134,
6030,
28,
14202,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
3311,
1834,
2280,
9052,
832,
44267,
5563,
287,
262,
4056,
10154,
11,
39127,
1123,
2134,
13,
1002,
262,
2134,
220,
201,
198,
220,
220,
220,
220,
220,
220,
220,
318,
257,
15021,
2134,
11,
3802,
290,
7800,
264,
292,
5563,
1043,
287,
262,
15021,
338,
10154,
13,
220,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
770,
2163,
481,
1239,
1441,
257,
15021,
2134,
13,
220,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1002,
3804,
351,
11902,
2134,
6030,
11,
428,
2163,
481,
691,
7800,
5563,
286,
2099,
4961,
284,
2134,
6030,
13,
220,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
40117,
201,
198,
220,
220,
220,
220,
220,
220,
220,
24200,
438,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2134,
1058,
6045,
11,
15021,
220,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3311,
24197,
11507,
11,
611,
4844,
9052,
832,
2116,
13,
3642,
658,
2073,
9052,
832,
2134,
13,
3642,
658,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2134,
6030,
1058,
965,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1002,
407,
4844,
11,
691,
7800,
5563,
810,
262,
2134,
318,
286,
2099,
2134,
6030,
13,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
201,
198,
220,
220,
220,
220,
220,
220,
220,
575,
1164,
82,
201,
198,
220,
220,
220,
220,
220,
220,
220,
40103,
201,
198,
220,
220,
220,
220,
220,
220,
220,
264,
292,
31628,
13,
15252,
220,
201,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
201,
198,
220,
220,
220,
220,
220,
220,
220,
611,
2134,
318,
6045,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2134,
796,
2116,
201,
198,
220,
220,
220,
220,
220,
220,
220,
329,
26181,
287,
2134,
13,
3642,
658,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
2099,
7,
26801,
737,
834,
3672,
834,
6624,
705,
20285,
305,
10354,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
2134,
6030,
6624,
705,
20285,
305,
10354,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7800,
26181,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7800,
422,
2116,
13,
1136,
62,
48205,
7,
26801,
11,
2134,
6030,
28,
15252,
6030,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1288,
361,
2134,
6030,
318,
407,
6045,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
2099,
7,
26801,
737,
834,
3672,
834,
6624,
2134,
6030,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7800,
26181,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7800,
26181,
201,
198,
220,
220,
220,
220,
201,
198,
220,
220,
220,
825,
651,
62,
7890,
62,
48205,
7,
944,
2599,
201,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
201,
198,
220,
220,
220,
220,
220,
220,
220,
651,
62,
7890,
62,
48205,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
26304,
832,
477,
4818,
459,
25386,
290,
9021,
290,
751,
597,
4938,
1366,
48205,
201,
198,
220,
220,
220,
220,
220,
220,
220,
284,
257,
1351,
2116,
13,
7890,
10267,
82,
201,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
7890,
10267,
82,
796,
23884,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
329,
4938,
10267,
287,
19203,
7890,
8600,
3256,
705,
1676,
771,
495,
6,
2599,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
13834,
287,
2116,
13,
1136,
62,
48205,
7,
15252,
6030,
28,
12102,
10267,
2599,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
27039,
287,
13834,
13,
15414,
82,
1343,
13834,
13,
22915,
82,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
27039,
13,
27586,
407,
287,
2116,
13,
7890,
10267,
82,
13,
13083,
33529,
201,
198,
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,
7890,
10267,
82,
58,
19608,
292,
316,
13,
27586,
60,
796,
685,
90,
6,
26801,
10354,
19608,
292,
316,
11,
705,
9688,
10354,
36942,
13,
9688,
11,
705,
437,
10354,
36942,
13,
437,
92,
60,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
201,
198,
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,
7890,
10267,
82,
58,
19608,
292,
316,
13,
27586,
4083,
33295,
15090,
6,
26801,
10354,
19608,
292,
316,
11,
705,
9688,
10354,
36942,
13,
9688,
11,
705,
437,
10354,
36942,
13,
437,
30072,
220,
220,
220,
220,
201,
198,
201,
198,
220,
220,
220,
825,
1382,
62,
27349,
7,
944,
2599,
201,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1382,
62,
27349,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2980,
378,
257,
19449,
7268,
262,
3127,
16362,
329,
262,
35516,
2438,
290,
751,
284,
1398,
7885,
2116,
13,
27349,
40386,
201,
198,
220,
220,
220,
220,
220,
220,
220,
3060,
1398,
1401,
64,
856,
2116,
13,
10134,
45,
4147,
7268,
257,
20512,
355,
284,
1771,
428,
2438,
4909,
597,
4938,
1366,
5563,
13,
201,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
27349,
37065,
796,
3127,
87,
13,
18683,
37065,
3419,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
329,
4938,
10267,
287,
19203,
7890,
8600,
41707,
1676,
771,
495,
6,
2599,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
26181,
287,
2116,
13,
1136,
62,
48205,
7,
15252,
6030,
28,
12102,
10267,
2599,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
5128,
287,
26181,
13,
15414,
82,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
2116,
13,
27349,
37065,
13,
10134,
62,
17440,
7,
15414,
13,
27586,
8,
318,
10352,
25,
201,
198,
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,
27349,
37065,
13,
2860,
62,
17440,
7,
15414,
13,
27586,
11,
5888,
28,
15414,
13557,
8019,
11,
27039,
28,
15414,
13557,
9310,
11,
1627,
28,
26801,
13,
9688,
58,
15,
12962,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
5072,
287,
26181,
13,
22915,
82,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
2116,
13,
27349,
37065,
13,
10134,
62,
17440,
7,
22915,
13,
27586,
8,
318,
10352,
25,
201,
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,
2116,
13,
27349,
37065,
13,
2860,
62,
17440,
7,
22915,
13,
27586,
11,
5888,
28,
22915,
13557,
8019,
11,
27039,
28,
22915,
13557,
9310,
11,
1627,
28,
26801,
13,
9688,
58,
15,
12962,
201,
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,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
5128,
13,
27586,
14512,
5072,
13,
27586,
25,
201,
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,
611,
468,
35226,
7,
26801,
4032,
4906,
6,
2599,
201,
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,
2116,
13,
27349,
37065,
13,
2860,
62,
14907,
7,
15414,
13,
27586,
11,
5072,
13,
27586,
11,
6167,
28,
69,
6,
36942,
1391,
26801,
13,
4906,
92,
11537,
201,
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,
2073,
25,
201,
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,
2116,
13,
27349,
37065,
13,
2860,
62,
14907,
7,
15414,
13,
27586,
11,
5072,
13,
27586,
8,
201,
198,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
3127,
796,
3127,
87,
13,
961,
13564,
13,
17752,
62,
34960,
13,
17440,
62,
8726,
62,
7890,
7,
944,
13,
27349,
37065,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
10134,
45,
4147,
796,
18896,
7,
27349,
17816,
77,
4147,
6,
12962,
1875,
657,
220,
220,
220,
220,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
27349,
40386,
796,
33918,
13,
67,
8142,
7,
27349,
8,
201,
198,
201,
198,
201,
198,
201,
198,
220,
220,
220,
825,
15676,
786,
62,
48205,
7,
944,
11,
2134,
28,
14202,
2599,
201,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
201,
198,
220,
220,
220,
220,
220,
220,
220,
15676,
786,
62,
48205,
7,
15252,
28,
14202,
8,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
3311,
1834,
2280,
9052,
832,
44267,
5563,
287,
262,
4056,
10154,
11,
14143,
1123,
2134,
416,
2134,
2099,
13,
201,
198,
220,
220,
220,
220,
220,
220,
220,
770,
2163,
481,
954,
34749,
290,
262,
10154,
286,
531,
34749,
13,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
40117,
201,
198,
220,
220,
220,
220,
220,
220,
220,
24200,
438,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2134,
1058,
6045,
11,
15021,
220,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3311,
24197,
11507,
11,
611,
4844,
9052,
832,
2116,
13,
3642,
658,
2073,
9052,
832,
2134,
13,
3642,
658,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
201,
198,
220,
220,
220,
220,
220,
220,
220,
16409,
201,
198,
220,
220,
220,
220,
220,
220,
220,
35656,
201,
198,
220,
220,
220,
220,
220,
220,
220,
15034,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
50004,
15034,
2134,
329,
477,
264,
292,
15390,
13,
15252,
3858,
1043,
287,
1430,
13,
201,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
201,
198,
220,
220,
220,
220,
220,
220,
220,
611,
2134,
318,
6045,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2134,
796,
2116,
201,
198,
220,
220,
220,
220,
220,
220,
220,
3753,
796,
15034,
7,
4906,
7,
26801,
737,
834,
3672,
834,
329,
26181,
287,
2134,
13,
3642,
658,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
329,
26181,
287,
2134,
13,
3642,
658,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
2099,
7,
26801,
737,
834,
3672,
834,
6624,
705,
20285,
305,
10354,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3753,
15853,
2116,
13,
16345,
3876,
786,
62,
48205,
7,
26801,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
3753,
201,
198,
201,
198,
220,
220,
220,
825,
651,
62,
2302,
1631,
62,
10951,
7,
944,
2599,
201,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
201,
198,
220,
220,
220,
220,
220,
220,
220,
651,
62,
2302,
1631,
62,
10951,
3419,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
7921,
274,
1398,
12608,
329,
7083,
1321,
546,
262,
44267,
35516,
2438,
13,
220,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
201,
198,
220,
220,
220,
220,
220,
220,
220,
11485,
2438,
12,
9967,
3712,
374,
301,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
1058,
7066,
12453,
286,
262,
35516,
2438,
11,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3108,
1058,
6462,
3108,
284,
262,
35516,
2438,
11,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3951,
1058,
7913,
286,
3951,
287,
262,
35516,
2438,
11,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
938,
18378,
1058,
5045,
27823,
329,
262,
938,
4370,
286,
262,
35516,
2438,
11,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10638,
1058,
15034,
2134,
4504,
416,
15676,
786,
62,
48205,
11,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
44267,
1058,
36013,
286,
262,
35516,
2438,
17458,
274,
2759,
44267,
201,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
3672,
796,
2116,
13,
6978,
13,
927,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
3672,
21886,
796,
2116,
13,
3672,
13,
33491,
10786,
705,
4032,
4,
1238,
11537,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
6615,
796,
2116,
13,
1831,
13,
9127,
10786,
59,
77,
11537,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
12957,
18378,
796,
45144,
25,
4,
56,
12,
4,
76,
12,
4,
67,
4064,
39,
25,
4,
44,
92,
1911,
18982,
7,
19608,
8079,
13,
19608,
8079,
13,
6738,
16514,
27823,
7,
418,
13,
14269,
7,
944,
13,
6978,
737,
301,
62,
76,
2435,
4008,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
49736,
796,
8633,
7,
944,
13,
16345,
3876,
786,
62,
48205,
28955,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
79,
945,
276,
796,
45144,
25,
13,
17,
4,
92,
1911,
18982,
7,
944,
13,
79,
945,
276,
32184,
8,
201,
198,
220,
220,
220,
220,
201,
198,
201,
198,
220,
220,
220,
825,
21136,
62,
8189,
62,
22897,
341,
7,
944,
2599,
201,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
201,
198,
220,
220,
220,
220,
220,
220,
220,
21136,
62,
8189,
62,
22897,
341,
220,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2980,
378,
1398,
9633,
2116,
13,
22897,
341,
290,
2116,
13,
47045,
7268,
262,
717,
900,
286,
220,
201,
198,
220,
220,
220,
220,
220,
220,
220,
3651,
287,
262,
35516,
1430,
13,
220,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
22897,
341,
25,
965,
220,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
383,
717,
44267,
3651,
13,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
47045,
25,
20512,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6407,
611,
262,
717,
2134,
44267,
287,
262,
35516,
2438,
318,
257,
2912,
13,
220,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
201,
198,
220,
220,
220,
220,
220,
220,
220,
12067,
429,
82,
796,
17635,
201,
198,
220,
220,
220,
220,
220,
220,
220,
329,
26181,
287,
2116,
13,
3642,
658,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
2099,
7,
26801,
737,
834,
3672,
834,
6624,
705,
23893,
10354,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12067,
429,
82,
13,
33295,
7,
26801,
8,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2270,
201,
198,
220,
220,
220,
220,
220,
220,
220,
611,
18896,
7,
11215,
429,
82,
8,
6624,
657,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
22897,
341,
796,
705,
2949,
10314,
1043,
2637,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
47045,
796,
10352,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
22897,
341,
796,
705,
59,
77,
4458,
22179,
26933,
23893,
13,
5239,
329,
2912,
287,
12067,
429,
82,
12962,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
47045,
796,
6407,
201,
198,
220,
220,
220,
220,
201,
198,
220,
220,
220,
825,
7716,
62,
22897,
341,
7,
944,
11,
11055,
11639,
23065,
13,
9132,
6,
2599,
201,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
201,
198,
220,
220,
220,
220,
220,
220,
220,
7716,
62,
22897,
341,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2980,
378,
10314,
329,
262,
1430,
1262,
262,
474,
259,
6592,
17,
11055,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
16409,
201,
198,
220,
220,
220,
220,
220,
220,
220,
35656,
201,
198,
220,
220,
220,
220,
220,
220,
220,
965,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
474,
259,
6592,
17,
2169,
489,
515,
2196,
286,
428,
1430,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
11055,
796,
474,
259,
6592,
17,
13,
30800,
7,
35339,
62,
37540,
13,
961,
62,
5239,
7,
11498,
17041,
11,
11055,
4008,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
11055,
13,
13287,
7,
23065,
28,
944,
8,
201,
198,
201,
198,
201,
198,
201,
198,
201,
198
] | 2.201299 | 4,158 |
import unittest
from collections import Counter
from libs.TfidfModel import TFIDFModel
from libs.nlp_length_functions import NLPLengths
from libs.review_db import ReviewDB
| [
11748,
555,
715,
395,
198,
6738,
17268,
1330,
15034,
198,
6738,
9195,
82,
13,
51,
69,
312,
69,
17633,
1330,
24958,
2389,
37,
17633,
198,
6738,
9195,
82,
13,
21283,
79,
62,
13664,
62,
12543,
2733,
1330,
22879,
6489,
3286,
82,
198,
6738,
9195,
82,
13,
19023,
62,
9945,
1330,
6602,
11012,
628,
198
] | 3.222222 | 54 |
from Player import Player
from ClassicCardGame import ClassicCardGame
| [
6738,
7853,
1330,
7853,
198,
6738,
13449,
16962,
8777,
1330,
13449,
16962,
8777,
198
] | 5 | 14 |
from django.urls import path, include
#importamos de la primer app lo relacionado
#a las vistas
from pagina1app import views
from django.conf import settings
from django.conf.urls.static import static
from django.contrib import admin
from django.contrib.auth import views as auth_views #Password reset
urlpatterns = [
path('',views.home, name="Home"),
path('servicios/',views.servicios, name="Servicios"),
path('albergue/',views.albergue, name="Albergue"),
#path('iniciosesion',views.iniciosesion, name="Inicio de sesión"),
path('contacto/',views.contacto, name="Contacto"),
path('registro_y_adopcion/',views.registro_y_adopcion, name="Formularios registro y adopcion"),
path('formulario_registro_mascota/',views.formulario_registro_mascota, name="Formulario registro"),
path('formulario_adopcion/',views.formulario_adopcion, name="Formulario adopcion"),
path('registro/',views.registro, name="Formulario Registro"),
#Configurando restablecer contraseña
#Video: https://www.youtube.com/watch?v=sFPcd6myZrY&ab_channel=DennisIvy
#Documentación actualizada: https://docs.djangoproject.com/en/4.0/topics/auth/default/
path('accounts/password_reset/',
auth_views.PasswordResetView.as_view(template_name="accounts/password_reset.html"),
name = "password_reset"),
path('accounts/password_reset/done/',
auth_views.PasswordResetDoneView.as_view(template_name="accounts/password_reset_sent.html"),
name = "password_reset_done"),
path('accounts/reset/<uidb64>/<token>/',
auth_views.PasswordResetConfirmView.as_view(template_name="accounts/password_reset_form.html"),
name = "password_reset_confirm"),
path('accounts/reset/done/',
auth_views.PasswordResetCompleteView.as_view(template_name="accounts/password_reset_done.html"),
name = "password_reset_complete"),
#Personalizando tema en admin
#path('jet/', include('jet.urls', 'jet')),
#path('admin/', include(admin.site.urls)),
#path('jet/dashboard/', include('jet.dashboard.urls', 'jet-dashboard'))
]
urlpatterns += static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
'''
1 - Submit email form //PasswordResetView.as_view()
2 - Email sent succes massage //PasswordResetDoneView.as_view()
3 - Link to password Reset form in email //PasswordResetConfirmView.as_view()
4 - Password succesfully changed message //PasswordResetCompleteVies.as_view()
'''
| [
6738,
42625,
14208,
13,
6371,
82,
1330,
3108,
11,
2291,
198,
2,
11748,
321,
418,
390,
8591,
33270,
598,
2376,
823,
49443,
4533,
198,
2,
64,
39990,
410,
37503,
198,
6738,
42208,
1437,
16,
1324,
1330,
5009,
198,
6738,
42625,
14208,
13,
10414,
1330,
6460,
198,
6738,
42625,
14208,
13,
10414,
13,
6371,
82,
13,
12708,
1330,
9037,
198,
6738,
42625,
14208,
13,
3642,
822,
1330,
13169,
198,
198,
6738,
42625,
14208,
13,
3642,
822,
13,
18439,
1330,
5009,
355,
6284,
62,
33571,
1303,
35215,
13259,
198,
198,
6371,
33279,
82,
796,
685,
628,
220,
220,
220,
3108,
10786,
3256,
33571,
13,
11195,
11,
1438,
2625,
16060,
12340,
198,
220,
220,
220,
3108,
10786,
3168,
291,
4267,
14,
3256,
33571,
13,
3168,
291,
4267,
11,
1438,
2625,
11838,
291,
4267,
12340,
198,
220,
220,
220,
3108,
10786,
282,
3900,
518,
14,
3256,
33571,
13,
282,
3900,
518,
11,
1438,
2625,
2348,
3900,
518,
12340,
198,
220,
220,
220,
1303,
6978,
10786,
47277,
4267,
274,
295,
3256,
33571,
13,
47277,
4267,
274,
295,
11,
1438,
2625,
818,
46441,
390,
264,
46551,
18840,
12340,
198,
220,
220,
220,
3108,
10786,
32057,
78,
14,
3256,
33571,
13,
32057,
78,
11,
1438,
2625,
17829,
78,
12340,
198,
220,
220,
220,
3108,
10786,
2301,
396,
305,
62,
88,
62,
324,
404,
66,
295,
14,
3256,
33571,
13,
2301,
396,
305,
62,
88,
62,
324,
404,
66,
295,
11,
1438,
2625,
8479,
934,
4267,
4214,
305,
331,
4344,
66,
295,
12340,
198,
220,
220,
220,
3108,
10786,
687,
934,
952,
62,
2301,
396,
305,
62,
76,
3372,
4265,
14,
3256,
33571,
13,
687,
934,
952,
62,
2301,
396,
305,
62,
76,
3372,
4265,
11,
1438,
2625,
8479,
934,
952,
4214,
305,
12340,
198,
220,
220,
220,
3108,
10786,
687,
934,
952,
62,
324,
404,
66,
295,
14,
3256,
33571,
13,
687,
934,
952,
62,
324,
404,
66,
295,
11,
1438,
2625,
8479,
934,
952,
4344,
66,
295,
12340,
198,
220,
220,
220,
3108,
10786,
2301,
396,
305,
14,
3256,
33571,
13,
2301,
396,
305,
11,
1438,
2625,
8479,
934,
952,
13811,
305,
12340,
628,
220,
220,
220,
1303,
16934,
333,
25440,
1334,
540,
2189,
3445,
589,
30644,
198,
220,
220,
220,
1303,
10798,
25,
3740,
1378,
2503,
13,
11604,
13,
785,
14,
8340,
30,
85,
28,
82,
5837,
10210,
21,
1820,
57,
81,
56,
5,
397,
62,
17620,
28,
35,
10679,
40,
7670,
198,
220,
220,
220,
1303,
24941,
32009,
18840,
4036,
528,
4763,
25,
3740,
1378,
31628,
13,
28241,
648,
404,
305,
752,
13,
785,
14,
268,
14,
19,
13,
15,
14,
4852,
873,
14,
18439,
14,
12286,
14,
198,
220,
220,
220,
3108,
10786,
23317,
82,
14,
28712,
62,
42503,
14,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
6284,
62,
33571,
13,
35215,
4965,
316,
7680,
13,
292,
62,
1177,
7,
28243,
62,
3672,
2625,
23317,
82,
14,
28712,
62,
42503,
13,
6494,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
1438,
796,
366,
28712,
62,
42503,
12340,
628,
220,
220,
220,
3108,
10786,
23317,
82,
14,
28712,
62,
42503,
14,
28060,
14,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
6284,
62,
33571,
13,
35215,
4965,
316,
45677,
7680,
13,
292,
62,
1177,
7,
28243,
62,
3672,
2625,
23317,
82,
14,
28712,
62,
42503,
62,
34086,
13,
6494,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
1438,
796,
366,
28712,
62,
42503,
62,
28060,
12340,
628,
220,
220,
220,
3108,
10786,
23317,
82,
14,
42503,
14,
27,
27112,
65,
2414,
29,
14,
27,
30001,
29,
14,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
6284,
62,
33571,
13,
35215,
4965,
316,
18546,
2533,
7680,
13,
292,
62,
1177,
7,
28243,
62,
3672,
2625,
23317,
82,
14,
28712,
62,
42503,
62,
687,
13,
6494,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
1438,
796,
366,
28712,
62,
42503,
62,
10414,
2533,
12340,
628,
220,
220,
220,
3108,
10786,
23317,
82,
14,
42503,
14,
28060,
14,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
6284,
62,
33571,
13,
35215,
4965,
316,
20988,
7680,
13,
292,
62,
1177,
7,
28243,
62,
3672,
2625,
23317,
82,
14,
28712,
62,
42503,
62,
28060,
13,
6494,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
1438,
796,
366,
28712,
62,
42503,
62,
20751,
12340,
628,
198,
220,
220,
220,
1303,
30228,
528,
25440,
2169,
64,
551,
13169,
198,
220,
220,
220,
1303,
6978,
10786,
31173,
14,
3256,
2291,
10786,
31173,
13,
6371,
82,
3256,
705,
31173,
11537,
828,
198,
220,
220,
220,
1303,
6978,
10786,
28482,
14,
3256,
2291,
7,
28482,
13,
15654,
13,
6371,
82,
36911,
198,
220,
220,
220,
1303,
6978,
10786,
31173,
14,
42460,
3526,
14,
3256,
2291,
10786,
31173,
13,
42460,
3526,
13,
6371,
82,
3256,
705,
31173,
12,
42460,
3526,
6,
4008,
198,
198,
60,
628,
198,
6371,
33279,
82,
15853,
9037,
7,
33692,
13,
30733,
3539,
62,
21886,
11,
3188,
62,
15763,
28,
33692,
13,
30733,
3539,
62,
13252,
2394,
8,
628,
198,
7061,
6,
198,
16,
532,
39900,
3053,
1296,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3373,
35215,
4965,
316,
7680,
13,
292,
62,
1177,
3419,
198,
17,
532,
9570,
1908,
17458,
274,
26900,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3373,
35215,
4965,
316,
45677,
7680,
13,
292,
62,
1177,
3419,
198,
18,
532,
7502,
284,
9206,
30027,
1296,
287,
3053,
220,
220,
220,
220,
220,
220,
220,
3373,
35215,
4965,
316,
18546,
2533,
7680,
13,
292,
62,
1177,
3419,
198,
19,
532,
30275,
17458,
274,
2759,
3421,
3275,
220,
220,
220,
220,
220,
220,
220,
3373,
35215,
4965,
316,
20988,
53,
444,
13,
292,
62,
1177,
3419,
198,
7061,
6,
198
] | 2.592784 | 970 |
from microbit import *
from ultrasonic import *
rf = Rangefinder(pin1)
display.show(Image.YES)
while True:
dist = rf.distance_cm()
print((dist,))
sleep(10)
| [
6738,
4580,
2545,
1330,
1635,
198,
6738,
23212,
30189,
1330,
1635,
198,
198,
41871,
796,
13667,
22805,
7,
11635,
16,
8,
198,
198,
13812,
13,
12860,
7,
5159,
13,
43335,
8,
198,
198,
4514,
6407,
25,
198,
220,
220,
220,
1233,
796,
374,
69,
13,
30246,
62,
11215,
3419,
198,
220,
220,
220,
3601,
19510,
17080,
11,
4008,
198,
220,
220,
220,
3993,
7,
940,
8,
198
] | 2.552239 | 67 |
# Copyright 2022 MosaicML Composer authors
# SPDX-License-Identifier: Apache-2.0
"""Functional API for applying algorithms in your own training loop.
.. code-block:: python
from composer import functional as cf
from torchvision import models
model = models.resnet50()
# replace some layers with blurpool
cf.apply_blurpool(model)
# replace some layers with squeeze-excite
cf.apply_squeeze_excite(model, latent_channels=64, min_channels=128)
"""
from composer.algorithms.agc import apply_agc
from composer.algorithms.alibi.alibi import apply_alibi
from composer.algorithms.augmix import augmix_image
from composer.algorithms.blurpool import apply_blurpool
from composer.algorithms.channels_last import apply_channels_last
from composer.algorithms.colout import colout_batch
from composer.algorithms.cutmix import cutmix_batch
from composer.algorithms.cutout import cutout_batch
from composer.algorithms.ema import compute_ema
from composer.algorithms.factorize import apply_factorization
from composer.algorithms.ghost_batchnorm.ghost_batchnorm import apply_ghost_batchnorm
from composer.algorithms.label_smoothing import smooth_labels
from composer.algorithms.layer_freezing import freeze_layers
from composer.algorithms.mixup import mixup_batch
from composer.algorithms.progressive_resizing import resize_batch
from composer.algorithms.randaugment import randaugment_image
from composer.algorithms.selective_backprop import select_using_loss, should_selective_backprop
from composer.algorithms.seq_length_warmup import set_batch_sequence_length
from composer.algorithms.squeeze_excite import apply_squeeze_excite
from composer.algorithms.stochastic_depth import apply_stochastic_depth
# All must be manually defined so sphinx automodule will work properly
__all__ = [
'apply_agc',
'apply_alibi',
'augmix_image',
'apply_blurpool',
'apply_channels_last',
'colout_batch',
'compute_ema',
'cutmix_batch',
'cutout_batch',
'apply_factorization',
'apply_ghost_batchnorm',
'smooth_labels',
'freeze_layers',
'mixup_batch',
'resize_batch',
'randaugment_image',
'should_selective_backprop',
'select_using_loss',
'set_batch_sequence_length',
'apply_squeeze_excite',
'apply_stochastic_depth',
]
| [
2,
15069,
33160,
5826,
18452,
5805,
29936,
263,
7035,
198,
2,
30628,
55,
12,
34156,
12,
33234,
7483,
25,
24843,
12,
17,
13,
15,
198,
198,
37811,
22203,
282,
7824,
329,
11524,
16113,
287,
534,
898,
3047,
9052,
13,
198,
198,
492,
2438,
12,
9967,
3712,
21015,
628,
220,
220,
220,
422,
26777,
1330,
10345,
355,
30218,
198,
220,
220,
220,
422,
28034,
10178,
1330,
4981,
628,
220,
220,
220,
2746,
796,
4981,
13,
411,
3262,
1120,
3419,
628,
220,
220,
220,
1303,
6330,
617,
11685,
351,
23671,
7742,
198,
220,
220,
220,
30218,
13,
39014,
62,
2436,
333,
7742,
7,
19849,
8,
198,
220,
220,
220,
1303,
6330,
617,
11685,
351,
21229,
12,
41194,
578,
198,
220,
220,
220,
30218,
13,
39014,
62,
16485,
1453,
2736,
62,
41194,
578,
7,
19849,
11,
41270,
62,
354,
8961,
28,
2414,
11,
949,
62,
354,
8961,
28,
12762,
8,
198,
37811,
198,
6738,
26777,
13,
282,
7727,
907,
13,
363,
66,
1330,
4174,
62,
363,
66,
198,
6738,
26777,
13,
282,
7727,
907,
13,
282,
27567,
13,
282,
27567,
1330,
4174,
62,
282,
27567,
198,
6738,
26777,
13,
282,
7727,
907,
13,
7493,
19816,
1330,
16339,
19816,
62,
9060,
198,
6738,
26777,
13,
282,
7727,
907,
13,
2436,
333,
7742,
1330,
4174,
62,
2436,
333,
7742,
198,
6738,
26777,
13,
282,
7727,
907,
13,
354,
8961,
62,
12957,
1330,
4174,
62,
354,
8961,
62,
12957,
198,
6738,
26777,
13,
282,
7727,
907,
13,
4033,
448,
1330,
951,
448,
62,
43501,
198,
6738,
26777,
13,
282,
7727,
907,
13,
8968,
19816,
1330,
2005,
19816,
62,
43501,
198,
6738,
26777,
13,
282,
7727,
907,
13,
8968,
448,
1330,
2005,
448,
62,
43501,
198,
6738,
26777,
13,
282,
7727,
907,
13,
19687,
1330,
24061,
62,
19687,
198,
6738,
26777,
13,
282,
7727,
907,
13,
31412,
1096,
1330,
4174,
62,
31412,
1634,
198,
6738,
26777,
13,
282,
7727,
907,
13,
38933,
62,
43501,
27237,
13,
38933,
62,
43501,
27237,
1330,
4174,
62,
38933,
62,
43501,
27237,
198,
6738,
26777,
13,
282,
7727,
907,
13,
18242,
62,
5796,
1025,
722,
1330,
7209,
62,
23912,
1424,
198,
6738,
26777,
13,
282,
7727,
907,
13,
29289,
62,
5787,
9510,
1330,
16611,
62,
75,
6962,
198,
6738,
26777,
13,
282,
7727,
907,
13,
19816,
929,
1330,
5022,
929,
62,
43501,
198,
6738,
26777,
13,
282,
7727,
907,
13,
1676,
19741,
62,
411,
2890,
1330,
47558,
62,
43501,
198,
6738,
26777,
13,
282,
7727,
907,
13,
25192,
559,
5154,
1330,
43720,
559,
5154,
62,
9060,
198,
6738,
26777,
13,
282,
7727,
907,
13,
19738,
425,
62,
1891,
22930,
1330,
2922,
62,
3500,
62,
22462,
11,
815,
62,
19738,
425,
62,
1891,
22930,
198,
6738,
26777,
13,
282,
7727,
907,
13,
41068,
62,
13664,
62,
31975,
929,
1330,
900,
62,
43501,
62,
43167,
62,
13664,
198,
6738,
26777,
13,
282,
7727,
907,
13,
16485,
1453,
2736,
62,
41194,
578,
1330,
4174,
62,
16485,
1453,
2736,
62,
41194,
578,
198,
6738,
26777,
13,
282,
7727,
907,
13,
301,
5374,
3477,
62,
18053,
1330,
4174,
62,
301,
5374,
3477,
62,
18053,
198,
198,
2,
1439,
1276,
307,
14500,
5447,
523,
599,
20079,
87,
3557,
375,
2261,
481,
670,
6105,
198,
834,
439,
834,
796,
685,
198,
220,
220,
220,
705,
39014,
62,
363,
66,
3256,
198,
220,
220,
220,
705,
39014,
62,
282,
27567,
3256,
198,
220,
220,
220,
705,
7493,
19816,
62,
9060,
3256,
198,
220,
220,
220,
705,
39014,
62,
2436,
333,
7742,
3256,
198,
220,
220,
220,
705,
39014,
62,
354,
8961,
62,
12957,
3256,
198,
220,
220,
220,
705,
4033,
448,
62,
43501,
3256,
198,
220,
220,
220,
705,
5589,
1133,
62,
19687,
3256,
198,
220,
220,
220,
705,
8968,
19816,
62,
43501,
3256,
198,
220,
220,
220,
705,
8968,
448,
62,
43501,
3256,
198,
220,
220,
220,
705,
39014,
62,
31412,
1634,
3256,
198,
220,
220,
220,
705,
39014,
62,
38933,
62,
43501,
27237,
3256,
198,
220,
220,
220,
705,
5796,
5226,
62,
23912,
1424,
3256,
198,
220,
220,
220,
705,
5787,
2736,
62,
75,
6962,
3256,
198,
220,
220,
220,
705,
19816,
929,
62,
43501,
3256,
198,
220,
220,
220,
705,
411,
1096,
62,
43501,
3256,
198,
220,
220,
220,
705,
25192,
559,
5154,
62,
9060,
3256,
198,
220,
220,
220,
705,
21754,
62,
19738,
425,
62,
1891,
22930,
3256,
198,
220,
220,
220,
705,
19738,
62,
3500,
62,
22462,
3256,
198,
220,
220,
220,
705,
2617,
62,
43501,
62,
43167,
62,
13664,
3256,
198,
220,
220,
220,
705,
39014,
62,
16485,
1453,
2736,
62,
41194,
578,
3256,
198,
220,
220,
220,
705,
39014,
62,
301,
5374,
3477,
62,
18053,
3256,
198,
60,
198
] | 3.001305 | 766 |
"""
Скрипт, отправляющий хэш-сумму файла для проверки на VirusTotal.
Для работы необходим ключ доступа к API сервиса VirusTotal. Ключ можно получить
после регистрации на VirusTotal. Для корректной работы скрипта ключ необходимо
прописать в переменную среды VT_API_KEY. В качестве параметра скрипту передается
md5, sha1 или sha256 хэш файла, который необходимо отправить.
Пример использования:
python get_virustotal_info.py 44d88612fea8a8f36de82e1278abb02f
"""
import sys
import os
import requests
if 'VT_API_KEY' in os.environ:
vt_api_key = os.environ['VT_API_KEY']
else:
print('Не задан ключ доступа к API VirusTotal.')
sys.exit(0)
api_url = 'https://www.virustotal.com/vtapi/v2/file/report'
try:
params = dict(apikey=vt_api_key, resource=str(sys.argv[1]))
except IndexError:
print('Неверные аргументы.')
sys.exit(0)
response = requests.get(api_url, params=params)
if response.status_code == 200:
result=response.json()
if result['response_code'] == 1:
print('Обнаружено:', result['positives'], '/', result['total'])
print('Результаты сканирования:')
for key in result['scans']:
print('\t' + key, '==>', result['scans'][key]['result'])
elif result['response_code'] == -2:
print('Запрашиваемый объект находится в очереди на анализ.')
elif result['response_code'] == 0:
print('Запрашиваемый объект отсутствует в базе VirusTotal.')
else:
print('Ошибка ответа VirusTotal.')
elif response.status_code == 204:
print('Превышено максимально допустимое количество запросов.')
elif response.status_code == 400:
print('Неверный формат запроса.')
elif response.status_code == 403:
print('Неверный ключ доступа к API VirusTotal.')
else:
print('Ошибка ответа VirusTotal.')
| [
37811,
201,
198,
140,
94,
31583,
21169,
18849,
140,
123,
20375,
11,
12466,
122,
20375,
140,
123,
21169,
16142,
38857,
30143,
40623,
141,
236,
141,
231,
18849,
140,
117,
220,
141,
227,
141,
235,
141,
230,
12,
21727,
35072,
43108,
43108,
35072,
220,
141,
226,
16142,
140,
117,
30143,
16142,
12466,
112,
30143,
40623,
12466,
123,
21169,
25443,
110,
16843,
21169,
31583,
18849,
12466,
121,
16142,
40584,
14957,
13,
201,
198,
201,
198,
140,
242,
30143,
40623,
220,
21169,
16142,
140,
109,
15166,
20375,
45035,
12466,
121,
16843,
25443,
109,
141,
227,
25443,
112,
18849,
43108,
12466,
118,
30143,
141,
236,
141,
229,
12466,
112,
15166,
21727,
20375,
35072,
140,
123,
16142,
12466,
118,
7824,
220,
21727,
16843,
21169,
38857,
18849,
21727,
16142,
40584,
14957,
13,
12466,
248,
30143,
141,
236,
141,
229,
12466,
120,
25443,
114,
22177,
15166,
12466,
123,
25443,
119,
35072,
141,
229,
18849,
20375,
45367,
201,
198,
140,
123,
15166,
21727,
30143,
16843,
220,
21169,
16843,
140,
111,
18849,
21727,
20375,
21169,
16142,
141,
228,
18849,
18849,
12466,
121,
16142,
40584,
14957,
13,
12466,
242,
30143,
40623,
12466,
118,
15166,
21169,
21169,
16843,
31583,
20375,
22177,
25443,
117,
220,
21169,
16142,
140,
109,
15166,
20375,
45035,
220,
21727,
31583,
21169,
18849,
140,
123,
20375,
16142,
12466,
118,
30143,
141,
236,
141,
229,
12466,
121,
16843,
25443,
109,
141,
227,
25443,
112,
18849,
43108,
15166,
201,
198,
140,
123,
21169,
25443,
123,
18849,
21727,
16142,
20375,
45367,
12466,
110,
12466,
123,
16843,
21169,
16843,
43108,
16843,
22177,
22177,
35072,
141,
236,
220,
21727,
21169,
16843,
43666,
45035,
32751,
62,
17614,
62,
20373,
13,
12466,
240,
12466,
118,
16142,
141,
229,
16843,
21727,
20375,
38857,
16843,
12466,
123,
16142,
21169,
16142,
43108,
16843,
20375,
21169,
16142,
220,
21727,
31583,
21169,
18849,
140,
123,
20375,
35072,
12466,
123,
16843,
21169,
16843,
43666,
16142,
16843,
20375,
21727,
40623,
201,
198,
9132,
20,
11,
427,
64,
16,
12466,
116,
30143,
18849,
427,
64,
11645,
220,
141,
227,
141,
235,
141,
230,
220,
141,
226,
16142,
140,
117,
30143,
16142,
11,
12466,
118,
15166,
20375,
15166,
21169,
45035,
140,
117,
12466,
121,
16843,
25443,
109,
141,
227,
25443,
112,
18849,
43108,
15166,
12466,
122,
20375,
140,
123,
21169,
16142,
38857,
18849,
20375,
45367,
13,
201,
198,
201,
198,
140,
253,
21169,
18849,
43108,
16843,
21169,
12466,
116,
21727,
140,
123,
25443,
119,
45367,
140,
115,
25443,
110,
16142,
22177,
18849,
40623,
25,
201,
198,
201,
198,
220,
220,
220,
21015,
651,
62,
37040,
436,
4997,
62,
10951,
13,
9078,
5846,
67,
3459,
43610,
5036,
64,
23,
64,
23,
69,
2623,
2934,
6469,
68,
1065,
3695,
6485,
2999,
69,
201,
198,
37811,
201,
198,
201,
198,
11748,
25064,
201,
198,
11748,
28686,
201,
198,
11748,
7007,
201,
198,
201,
198,
361,
705,
36392,
62,
17614,
62,
20373,
6,
287,
28686,
13,
268,
2268,
25,
201,
198,
220,
220,
220,
410,
83,
62,
15042,
62,
2539,
796,
28686,
13,
268,
2268,
17816,
36392,
62,
17614,
62,
20373,
20520,
201,
198,
17772,
25,
201,
198,
220,
220,
220,
3601,
10786,
140,
251,
16843,
12466,
115,
16142,
43666,
16142,
22177,
12466,
118,
30143,
141,
236,
141,
229,
12466,
112,
15166,
21727,
20375,
35072,
140,
123,
16142,
12466,
118,
7824,
40584,
14957,
2637,
8,
201,
198,
220,
220,
220,
25064,
13,
37023,
7,
15,
8,
201,
198,
15042,
62,
6371,
796,
705,
5450,
1378,
2503,
13,
37040,
436,
4997,
13,
785,
14,
36540,
15042,
14,
85,
17,
14,
7753,
14,
13116,
6,
201,
198,
28311,
25,
201,
198,
220,
220,
220,
42287,
796,
8633,
7,
499,
522,
88,
28,
36540,
62,
15042,
62,
2539,
11,
8271,
28,
2536,
7,
17597,
13,
853,
85,
58,
16,
60,
4008,
201,
198,
16341,
12901,
12331,
25,
201,
198,
220,
220,
220,
3601,
10786,
140,
251,
16843,
38857,
16843,
21169,
22177,
45035,
16843,
12466,
108,
21169,
140,
111,
35072,
43108,
16843,
22177,
20375,
45035,
2637,
8,
201,
198,
220,
220,
220,
25064,
13,
37023,
7,
15,
8,
201,
198,
26209,
796,
7007,
13,
1136,
7,
15042,
62,
6371,
11,
42287,
28,
37266,
8,
201,
198,
361,
2882,
13,
13376,
62,
8189,
6624,
939,
25,
201,
198,
220,
220,
220,
1255,
28,
26209,
13,
17752,
3419,
201,
198,
220,
220,
220,
611,
1255,
17816,
26209,
62,
8189,
20520,
6624,
352,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
140,
252,
140,
109,
22177,
16142,
21169,
35072,
140,
114,
16843,
22177,
15166,
25,
3256,
1255,
17816,
1930,
20288,
6,
4357,
31051,
3256,
1255,
17816,
23350,
6,
12962,
201,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
140,
254,
16843,
140,
115,
35072,
30143,
45367,
20375,
16142,
20375,
45035,
220,
21727,
31583,
16142,
22177,
18849,
21169,
25443,
110,
16142,
22177,
18849,
40623,
25,
11537,
201,
198,
220,
220,
220,
220,
220,
220,
220,
329,
1994,
287,
1255,
17816,
1416,
504,
6,
5974,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
59,
83,
6,
1343,
1994,
11,
705,
855,
29,
3256,
1255,
17816,
1416,
504,
6,
7131,
2539,
7131,
6,
20274,
6,
12962,
201,
198,
220,
220,
220,
1288,
361,
1255,
17816,
26209,
62,
8189,
20520,
6624,
532,
17,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
140,
245,
16142,
140,
123,
21169,
16142,
141,
230,
18849,
38857,
16142,
16843,
43108,
45035,
140,
117,
12466,
122,
140,
109,
141,
232,
16843,
31583,
20375,
12466,
121,
16142,
141,
227,
25443,
112,
18849,
20375,
21727,
40623,
12466,
110,
12466,
122,
141,
229,
16843,
21169,
16843,
43666,
18849,
12466,
121,
16142,
12466,
108,
22177,
16142,
30143,
18849,
140,
115,
2637,
8,
201,
198,
220,
220,
220,
1288,
361,
1255,
17816,
26209,
62,
8189,
20520,
6624,
657,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
140,
245,
16142,
140,
123,
21169,
16142,
141,
230,
18849,
38857,
16142,
16843,
43108,
45035,
140,
117,
12466,
122,
140,
109,
141,
232,
16843,
31583,
20375,
12466,
122,
20375,
21727,
35072,
20375,
21727,
20375,
38857,
35072,
16843,
20375,
12466,
110,
12466,
109,
16142,
140,
115,
16843,
40584,
14957,
2637,
8,
201,
198,
220,
220,
220,
2073,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
10786,
140,
252,
141,
230,
18849,
140,
109,
31583,
16142,
12466,
122,
20375,
38857,
16843,
20375,
16142,
40584,
14957,
2637,
8,
201,
198,
417,
361,
2882,
13,
13376,
62,
8189,
6624,
26956,
25,
201,
198,
220,
220,
220,
3601,
10786,
140,
253,
21169,
16843,
38857,
45035,
141,
230,
16843,
22177,
15166,
12466,
120,
16142,
31583,
21727,
18849,
43108,
16142,
30143,
45367,
22177,
15166,
12466,
112,
25443,
123,
35072,
21727,
20375,
18849,
43108,
15166,
16843,
12466,
118,
25443,
119,
18849,
141,
229,
16843,
21727,
20375,
38857,
15166,
12466,
115,
16142,
140,
123,
21169,
15166,
21727,
25443,
110,
2637,
8,
201,
198,
417,
361,
2882,
13,
13376,
62,
8189,
6624,
7337,
25,
201,
198,
220,
220,
220,
3601,
10786,
140,
251,
16843,
38857,
16843,
21169,
22177,
45035,
140,
117,
220,
141,
226,
15166,
21169,
43108,
16142,
20375,
12466,
115,
16142,
140,
123,
21169,
15166,
21727,
16142,
2637,
8,
201,
198,
417,
361,
2882,
13,
13376,
62,
8189,
6624,
38210,
25,
201,
198,
220,
220,
220,
3601,
10786,
140,
251,
16843,
38857,
16843,
21169,
22177,
45035,
140,
117,
12466,
118,
30143,
141,
236,
141,
229,
12466,
112,
15166,
21727,
20375,
35072,
140,
123,
16142,
12466,
118,
7824,
40584,
14957,
2637,
8,
201,
198,
17772,
25,
201,
198,
220,
220,
220,
3601,
10786,
140,
252,
141,
230,
18849,
140,
109,
31583,
16142,
12466,
122,
20375,
38857,
16843,
20375,
16142,
40584,
14957,
2637,
8,
201,
198
] | 1.465339 | 1,255 |
#!/usr/bin/python
from functools import total_ordering
@total_ordering
class Event:
"""The class defining an event."""
LEFT = 0 # BentleyOttmann, ShamosHoey
CROSSING = 1 # BentleyOttmann
RIGHT = 2 # BentleyOttmann, ShamosHoey
HORIZONTAL = 3 # HorizontalVertical
VERTICAL = 4 # HorizontalVertical
BOTTOM = 5 # HorizontalVertical
TOP = 6 # HorizontalVertical
def __eq__(self, other):
"""Comparison of events (event1 == event2)."""
return self.point == other.point
def __ne__(self, other):
"""Comparison of events (event1 != event2)."""
return self.point != other.point
def __lt__(self, other):
"""Comparison of events (event1 < event2)."""
return (self.point.x, self.point.y) < (other.point.x, other.point.y)
def __hash__(self):
"""Hashable events."""
return hash((self.point.x, self.point.y, self.type)) # hash based on tuple
| [
2,
48443,
14629,
14,
8800,
14,
29412,
198,
198,
6738,
1257,
310,
10141,
1330,
2472,
62,
34555,
198,
198,
31,
23350,
62,
34555,
198,
4871,
8558,
25,
198,
220,
220,
220,
37227,
464,
1398,
16215,
281,
1785,
526,
15931,
198,
220,
220,
220,
12509,
9792,
796,
657,
220,
220,
1303,
38881,
49092,
9038,
11,
27957,
418,
39,
2577,
88,
198,
220,
220,
220,
8740,
18420,
2751,
796,
352,
220,
220,
1303,
38881,
49092,
9038,
198,
220,
220,
220,
33621,
796,
362,
220,
220,
1303,
38881,
49092,
9038,
11,
27957,
418,
39,
2577,
88,
198,
220,
220,
220,
48345,
14887,
35830,
1847,
796,
513,
220,
220,
1303,
220,
6075,
38342,
42369,
605,
198,
220,
220,
220,
569,
17395,
20151,
796,
604,
220,
220,
1303,
220,
6075,
38342,
42369,
605,
198,
220,
220,
220,
347,
29089,
2662,
796,
642,
220,
220,
1303,
220,
6075,
38342,
42369,
605,
198,
220,
220,
220,
28662,
796,
718,
220,
220,
1303,
220,
6075,
38342,
42369,
605,
628,
220,
220,
220,
825,
11593,
27363,
834,
7,
944,
11,
584,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
50249,
1653,
286,
2995,
357,
15596,
16,
6624,
1785,
17,
21387,
15931,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13,
4122,
6624,
584,
13,
4122,
628,
220,
220,
220,
825,
11593,
710,
834,
7,
944,
11,
584,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
50249,
1653,
286,
2995,
357,
15596,
16,
14512,
1785,
17,
21387,
15931,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13,
4122,
14512,
584,
13,
4122,
628,
220,
220,
220,
825,
11593,
2528,
834,
7,
944,
11,
584,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
50249,
1653,
286,
2995,
357,
15596,
16,
1279,
1785,
17,
21387,
15931,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
357,
944,
13,
4122,
13,
87,
11,
2116,
13,
4122,
13,
88,
8,
1279,
357,
847,
13,
4122,
13,
87,
11,
584,
13,
4122,
13,
88,
8,
628,
220,
220,
220,
825,
11593,
17831,
834,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
26257,
540,
2995,
526,
15931,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
12234,
19510,
944,
13,
4122,
13,
87,
11,
2116,
13,
4122,
13,
88,
11,
2116,
13,
4906,
4008,
220,
220,
1303,
12234,
1912,
319,
46545,
198
] | 2.469231 | 390 |
# Containing API to load the count matrix data
import anndata
import numpy as np
import pandas as pd
from scipy.sparse import csc_matrix
from anndata import read_h5ad
from .gtf_utils import load_genes as read_gff
def convert_to_annData(Rmat_dict, effLen_tensor, cell_note, gene_note,
fill_missing=True):
"""Convert matrices and annotation to annData
"""
Rmat = {}
for _key in Rmat_dict:
Rmat[_key] = Rmat_dict[_key].astype(np.float32)#.toarray()
Rmat.keys()
if fill_missing:
_input_keys = list(Rmat.keys())
_shape = Rmat[_input_keys[0]].shape
for _key in ['0', '1', '2', '3']:
if _key not in _input_keys:
print("key %s not exist in .mtx file, fill with zeros." %(_key))
Rmat[_key] = np.zeros(_shape, dtype=np.float32)
X = Rmat['1'] + Rmat['2'] + Rmat['3']
layers = {}
layers['isoform1'] = Rmat['1']
layers['isoform2'] = Rmat['2']
layers['ambiguous'] = Rmat['3']
layers['poorQual'] = Rmat['0']
obs = pd.DataFrame(cell_note[1:, :],
index = cell_note[1:, 0],
columns = cell_note[0, :])
var = pd.DataFrame(gene_note[1:, :],
index = gene_note[1:, 0],
columns = gene_note[0, :])
Prob_tensor = effLen_tensor / effLen_tensor.sum(2, keepdims=True)
varm = {}
varm['effLen'] = np.append(effLen_tensor[:, 0, :],
effLen_tensor[:, 1, :], axis=1)
varm['p_ambiguous'] = Prob_tensor[:, :, 2]
adata = anndata.AnnData(X=X, obs=obs, var=var, varm=varm,
layers=layers, dtype='float32')
return adata
def read_npz(path):
"""Read count data in the npz format into anaData
"""
brie_dat = np.load(path, allow_pickle=True)
cell_note = brie_dat['cell_note']
gene_note = brie_dat['gene_note']
Rmat_dict = brie_dat['Rmat_dict'].item()
effLen_tensor = brie_dat['effLen_tensor']
adata = convert_to_annData(Rmat_dict, effLen_tensor, cell_note, gene_note)
return adata
def read_brieMM(path):
"""Read brie count generated Market martrix: dictionary-format
sparse count matrix
"""
fid = open(path, 'r')
lines = fid.readlines()
fid.close()
# check mtx file format
n_gene, n_cell, size = lines[1].strip().split("\t")
n_gene, n_cell, size = int(n_gene), int(n_cell), int(size)
dat_dict = {}
for _line in lines[2:]:
i, j, _str = _line.strip().split("\t")
_dat = eval(_str)
for _key in _dat:
if _key not in dat_dict:
dat_dict[_key] = []
dat_dict[_key].append([i, j, _dat[_key]])
mat_dict = {}
for _key in dat_dict:
_mat = np.array(dat_dict[_key], dtype='int')
_mat[:, :2] -= 1 # 0-based index
mat_dict[_key] = csc_matrix(
(_mat[:, 2], (_mat[:, 0], _mat[:, 1])),
shape=(n_gene, n_cell)
)
return mat_dict
def fetch_gene_info(genes, fraglen=None, out_file=None):
"""
Extract the isoform information from a list of Gene
"""
out_all = []
for g in genes:
tran_ids, tran_lens = [], []
for t in g.trans:
tran_ids.append(t.tranID)
tran_lens.append(str(t.tranL))
out_list = [g.geneID, g.geneName, ",".join(tran_lens),
",".join(tran_ids)]
out_all.append(out_list)
if out_file is not None:
fid = open(out_dir + "/gene_note.tsv", "w")
fid.writelines("GeneID\tGeneName\tTranLens\tTranIDs\n")
for _line_val in out_all:
fid.writelines("\t".join(_line_val) + "\n")
fid.close()
return out_all
def dump_results(adata):
"""Dump splicing phenotype detection results to pandas.DataFrame
"""
df = adata.var[['n_counts', 'n_counts_uniq']].copy()
df['n_counts'] = df['n_counts'].astype(int)
df['n_counts_uniq'] = df['n_counts_uniq'].astype(int)
df['cdr'] = np.array((adata.X > 0).mean(0))[0, :]
cdr = np.array((adata.X > 0).mean(0))[0, :]
if 'intercept' in adata.varm:
df['intercept'] = adata.varm['intercept'][:, 0]
else:
df['intercept'] = [None] * adata.shape[1]
if 'sigma' in adata.varm:
df['sigma'] = adata.varm['sigma'][:, 0]
else:
df['sigma'] = [None] * adata.shape[1]
if 'brie_param' in adata.uns:
LRT_index = adata.uns['brie_param']['LRT_index']
else:
LRT_index = []
## feature columns
for i in range(len(LRT_index)):
_idx = LRT_index[i]
if 'Xc_ids' in adata.uns and adata.uns['Xc_ids'] is not None:
_Xc_ids = adata.uns['Xc_ids'][_idx]
else:
_Xc_ids = 'X%d' %i
df[_Xc_ids + '_ceoff'] = adata.varm['cell_coeff'][:, i]
df[_Xc_ids + '_ELBO_gain'] = adata.varm['ELBO_gain'][:, i]
df[_Xc_ids + '_pval'] = adata.varm['pval'][:, i]
df[_Xc_ids + '_FDR'] = adata.varm['fdr'][:, i]
return df
| [
2,
2345,
1397,
7824,
284,
3440,
262,
954,
17593,
1366,
198,
198,
11748,
281,
358,
1045,
198,
11748,
299,
32152,
355,
45941,
198,
11748,
19798,
292,
355,
279,
67,
198,
6738,
629,
541,
88,
13,
82,
29572,
1330,
269,
1416,
62,
6759,
8609,
198,
198,
6738,
281,
358,
1045,
1330,
1100,
62,
71,
20,
324,
198,
6738,
764,
13655,
69,
62,
26791,
1330,
3440,
62,
5235,
274,
355,
1100,
62,
70,
487,
628,
198,
4299,
10385,
62,
1462,
62,
1236,
6601,
7,
49,
6759,
62,
11600,
11,
914,
30659,
62,
83,
22854,
11,
2685,
62,
11295,
11,
9779,
62,
11295,
11,
220,
198,
220,
220,
220,
6070,
62,
45688,
28,
17821,
2599,
198,
220,
220,
220,
37227,
3103,
1851,
2603,
45977,
290,
23025,
284,
1529,
6601,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
371,
6759,
796,
23884,
198,
220,
220,
220,
329,
4808,
2539,
287,
371,
6759,
62,
11600,
25,
198,
220,
220,
220,
220,
220,
220,
220,
371,
6759,
29795,
2539,
60,
796,
371,
6759,
62,
11600,
29795,
2539,
4083,
459,
2981,
7,
37659,
13,
22468,
2624,
8,
2,
13,
1462,
18747,
3419,
198,
220,
220,
220,
371,
6759,
13,
13083,
3419,
628,
220,
220,
220,
611,
6070,
62,
45688,
25,
198,
220,
220,
220,
220,
220,
220,
220,
4808,
15414,
62,
13083,
796,
1351,
7,
49,
6759,
13,
13083,
28955,
198,
220,
220,
220,
220,
220,
220,
220,
4808,
43358,
796,
371,
6759,
29795,
15414,
62,
13083,
58,
15,
60,
4083,
43358,
198,
220,
220,
220,
220,
220,
220,
220,
329,
4808,
2539,
287,
37250,
15,
3256,
705,
16,
3256,
705,
17,
3256,
705,
18,
6,
5974,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
4808,
2539,
407,
287,
4808,
15414,
62,
13083,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
7203,
2539,
4064,
82,
407,
2152,
287,
764,
16762,
87,
2393,
11,
6070,
351,
1976,
27498,
526,
4064,
28264,
2539,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
371,
6759,
29795,
2539,
60,
796,
45941,
13,
9107,
418,
28264,
43358,
11,
288,
4906,
28,
37659,
13,
22468,
2624,
8,
198,
220,
220,
220,
220,
198,
220,
220,
220,
1395,
796,
371,
6759,
17816,
16,
20520,
1343,
371,
6759,
17816,
17,
20520,
1343,
371,
6759,
17816,
18,
20520,
198,
220,
220,
220,
11685,
796,
23884,
198,
220,
220,
220,
11685,
17816,
26786,
687,
16,
20520,
220,
796,
371,
6759,
17816,
16,
20520,
198,
220,
220,
220,
11685,
17816,
26786,
687,
17,
20520,
220,
796,
371,
6759,
17816,
17,
20520,
198,
220,
220,
220,
11685,
17816,
4131,
29709,
20520,
796,
371,
6759,
17816,
18,
20520,
198,
220,
220,
220,
11685,
17816,
36672,
46181,
20520,
220,
796,
371,
6759,
17816,
15,
20520,
198,
220,
220,
220,
220,
198,
220,
220,
220,
10201,
796,
279,
67,
13,
6601,
19778,
7,
3846,
62,
11295,
58,
16,
45299,
1058,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
796,
2685,
62,
11295,
58,
16,
45299,
657,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15180,
796,
2685,
62,
11295,
58,
15,
11,
1058,
12962,
198,
220,
220,
220,
220,
198,
220,
220,
220,
1401,
796,
279,
67,
13,
6601,
19778,
7,
70,
1734,
62,
11295,
58,
16,
45299,
1058,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
796,
9779,
62,
11295,
58,
16,
45299,
657,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15180,
796,
9779,
62,
11295,
58,
15,
11,
1058,
12962,
198,
220,
220,
220,
220,
198,
220,
220,
220,
30873,
62,
83,
22854,
796,
914,
30659,
62,
83,
22854,
1220,
914,
30659,
62,
83,
22854,
13,
16345,
7,
17,
11,
1394,
67,
12078,
28,
17821,
8,
198,
220,
220,
220,
220,
198,
220,
220,
220,
1401,
76,
796,
23884,
198,
220,
220,
220,
1401,
76,
17816,
14822,
30659,
20520,
796,
45941,
13,
33295,
7,
14822,
30659,
62,
83,
22854,
58,
45299,
657,
11,
1058,
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,
914,
30659,
62,
83,
22854,
58,
45299,
352,
11,
1058,
4357,
16488,
28,
16,
8,
198,
220,
220,
220,
1401,
76,
17816,
79,
62,
4131,
29709,
20520,
796,
30873,
62,
83,
22854,
58,
45299,
1058,
11,
362,
60,
198,
220,
220,
220,
220,
198,
220,
220,
220,
512,
1045,
796,
281,
358,
1045,
13,
18858,
6601,
7,
55,
28,
55,
11,
10201,
28,
8158,
11,
1401,
28,
7785,
11,
1401,
76,
28,
85,
1670,
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,
11685,
28,
75,
6962,
11,
288,
4906,
11639,
22468,
2624,
11537,
198,
220,
220,
220,
1441,
512,
1045,
628,
198,
4299,
1100,
62,
37659,
89,
7,
6978,
2599,
198,
220,
220,
220,
37227,
5569,
954,
1366,
287,
262,
45941,
89,
5794,
656,
44763,
6601,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
275,
5034,
62,
19608,
796,
45941,
13,
2220,
7,
6978,
11,
1249,
62,
27729,
293,
28,
17821,
8,
198,
220,
220,
220,
2685,
62,
11295,
796,
275,
5034,
62,
19608,
17816,
3846,
62,
11295,
20520,
198,
220,
220,
220,
9779,
62,
11295,
796,
275,
5034,
62,
19608,
17816,
70,
1734,
62,
11295,
20520,
198,
220,
220,
220,
371,
6759,
62,
11600,
796,
275,
5034,
62,
19608,
17816,
49,
6759,
62,
11600,
6,
4083,
9186,
3419,
198,
220,
220,
220,
914,
30659,
62,
83,
22854,
796,
275,
5034,
62,
19608,
17816,
14822,
30659,
62,
83,
22854,
20520,
198,
220,
220,
220,
220,
198,
220,
220,
220,
512,
1045,
796,
10385,
62,
1462,
62,
1236,
6601,
7,
49,
6759,
62,
11600,
11,
914,
30659,
62,
83,
22854,
11,
2685,
62,
11295,
11,
9779,
62,
11295,
8,
198,
220,
220,
220,
1441,
512,
1045,
628,
198,
4299,
1100,
62,
65,
5034,
12038,
7,
6978,
2599,
198,
220,
220,
220,
37227,
5569,
275,
5034,
954,
7560,
5991,
11277,
8609,
25,
22155,
12,
18982,
220,
198,
220,
220,
220,
29877,
954,
17593,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
49909,
796,
1280,
7,
6978,
11,
705,
81,
11537,
198,
220,
220,
220,
3951,
796,
49909,
13,
961,
6615,
3419,
198,
220,
220,
220,
49909,
13,
19836,
3419,
198,
220,
220,
220,
220,
198,
220,
220,
220,
1303,
2198,
285,
17602,
2393,
5794,
198,
220,
220,
220,
299,
62,
70,
1734,
11,
299,
62,
3846,
11,
2546,
796,
3951,
58,
16,
4083,
36311,
22446,
35312,
7203,
59,
83,
4943,
198,
220,
220,
220,
299,
62,
70,
1734,
11,
299,
62,
3846,
11,
2546,
796,
493,
7,
77,
62,
70,
1734,
828,
493,
7,
77,
62,
3846,
828,
493,
7,
7857,
8,
628,
220,
220,
220,
4818,
62,
11600,
796,
23884,
198,
220,
220,
220,
329,
4808,
1370,
287,
3951,
58,
17,
25,
5974,
198,
220,
220,
220,
220,
220,
220,
220,
1312,
11,
474,
11,
4808,
2536,
796,
4808,
1370,
13,
36311,
22446,
35312,
7203,
59,
83,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
4808,
19608,
796,
5418,
28264,
2536,
8,
198,
220,
220,
220,
220,
220,
220,
220,
329,
4808,
2539,
287,
4808,
19608,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
4808,
2539,
407,
287,
4818,
62,
11600,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4818,
62,
11600,
29795,
2539,
60,
796,
17635,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4818,
62,
11600,
29795,
2539,
4083,
33295,
26933,
72,
11,
474,
11,
4808,
19608,
29795,
2539,
11907,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
2603,
62,
11600,
796,
23884,
198,
220,
220,
220,
329,
4808,
2539,
287,
4818,
62,
11600,
25,
198,
220,
220,
220,
220,
220,
220,
220,
4808,
6759,
796,
45941,
13,
18747,
7,
19608,
62,
11600,
29795,
2539,
4357,
288,
4906,
11639,
600,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
4808,
6759,
58,
45299,
1058,
17,
60,
48185,
352,
1303,
657,
12,
3106,
6376,
198,
220,
220,
220,
220,
220,
220,
220,
2603,
62,
11600,
29795,
2539,
60,
796,
269,
1416,
62,
6759,
8609,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
44104,
6759,
58,
45299,
362,
4357,
44104,
6759,
58,
45299,
657,
4357,
4808,
6759,
58,
45299,
352,
12962,
828,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5485,
16193,
77,
62,
70,
1734,
11,
299,
62,
3846,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
1441,
2603,
62,
11600,
628,
198,
4299,
21207,
62,
70,
1734,
62,
10951,
7,
5235,
274,
11,
7956,
11925,
28,
14202,
11,
503,
62,
7753,
28,
14202,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
29677,
262,
47279,
687,
1321,
422,
257,
1351,
286,
13005,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
503,
62,
439,
796,
17635,
198,
220,
220,
220,
329,
308,
287,
10812,
25,
198,
220,
220,
220,
220,
220,
220,
220,
491,
272,
62,
2340,
11,
491,
272,
62,
75,
641,
796,
685,
4357,
17635,
198,
220,
220,
220,
220,
220,
220,
220,
329,
256,
287,
308,
13,
7645,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
491,
272,
62,
2340,
13,
33295,
7,
83,
13,
2213,
272,
2389,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
491,
272,
62,
75,
641,
13,
33295,
7,
2536,
7,
83,
13,
2213,
272,
43,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
503,
62,
4868,
796,
685,
70,
13,
70,
1734,
2389,
11,
308,
13,
70,
1734,
5376,
11,
366,
553,
13,
22179,
7,
2213,
272,
62,
75,
641,
828,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
553,
13,
22179,
7,
2213,
272,
62,
2340,
15437,
198,
220,
220,
220,
220,
220,
220,
220,
503,
62,
439,
13,
33295,
7,
448,
62,
4868,
8,
628,
220,
220,
220,
611,
503,
62,
7753,
318,
407,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
49909,
796,
1280,
7,
448,
62,
15908,
1343,
12813,
70,
1734,
62,
11295,
13,
912,
85,
1600,
366,
86,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
49909,
13,
8933,
20655,
7203,
39358,
2389,
59,
83,
39358,
5376,
59,
83,
51,
2596,
49479,
59,
83,
51,
2596,
47954,
59,
77,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
329,
4808,
1370,
62,
2100,
287,
503,
62,
439,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
49909,
13,
8933,
20655,
7203,
59,
83,
1911,
22179,
28264,
1370,
62,
2100,
8,
1343,
37082,
77,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
49909,
13,
19836,
3419,
628,
220,
220,
220,
1441,
503,
62,
439,
628,
198,
4299,
10285,
62,
43420,
7,
14706,
2599,
198,
220,
220,
220,
37227,
35,
931,
4328,
6345,
47174,
13326,
2482,
284,
19798,
292,
13,
6601,
19778,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
47764,
796,
512,
1045,
13,
7785,
58,
17816,
77,
62,
9127,
82,
3256,
705,
77,
62,
9127,
82,
62,
403,
25011,
20520,
4083,
30073,
3419,
198,
220,
220,
220,
47764,
17816,
77,
62,
9127,
82,
20520,
796,
47764,
17816,
77,
62,
9127,
82,
6,
4083,
459,
2981,
7,
600,
8,
198,
220,
220,
220,
47764,
17816,
77,
62,
9127,
82,
62,
403,
25011,
20520,
796,
47764,
17816,
77,
62,
9127,
82,
62,
403,
25011,
6,
4083,
459,
2981,
7,
600,
8,
198,
220,
220,
220,
47764,
17816,
66,
7109,
20520,
796,
45941,
13,
18747,
19510,
14706,
13,
55,
1875,
657,
737,
32604,
7,
15,
4008,
58,
15,
11,
1058,
60,
198,
220,
220,
220,
220,
198,
220,
220,
220,
269,
7109,
796,
45941,
13,
18747,
19510,
14706,
13,
55,
1875,
657,
737,
32604,
7,
15,
4008,
58,
15,
11,
1058,
60,
198,
220,
220,
220,
611,
705,
3849,
984,
6,
287,
512,
1045,
13,
85,
1670,
25,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
17816,
3849,
984,
20520,
796,
512,
1045,
13,
85,
1670,
17816,
3849,
984,
6,
7131,
45299,
657,
60,
198,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
17816,
3849,
984,
20520,
796,
685,
14202,
60,
1635,
512,
1045,
13,
43358,
58,
16,
60,
198,
220,
220,
220,
611,
705,
82,
13495,
6,
287,
512,
1045,
13,
85,
1670,
25,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
17816,
82,
13495,
20520,
796,
512,
1045,
13,
85,
1670,
17816,
82,
13495,
6,
7131,
45299,
657,
60,
198,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
17816,
82,
13495,
20520,
796,
685,
14202,
60,
1635,
512,
1045,
13,
43358,
58,
16,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
611,
705,
65,
5034,
62,
17143,
6,
287,
512,
1045,
13,
13271,
25,
198,
220,
220,
220,
220,
220,
220,
220,
406,
14181,
62,
9630,
796,
512,
1045,
13,
13271,
17816,
65,
5034,
62,
17143,
6,
7131,
6,
43,
14181,
62,
9630,
20520,
198,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
406,
14181,
62,
9630,
796,
17635,
198,
220,
220,
220,
220,
198,
220,
220,
220,
22492,
3895,
15180,
198,
220,
220,
220,
329,
1312,
287,
2837,
7,
11925,
7,
43,
14181,
62,
9630,
8,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
4808,
312,
87,
796,
406,
14181,
62,
9630,
58,
72,
60,
198,
220,
220,
220,
220,
220,
220,
220,
611,
705,
55,
66,
62,
2340,
6,
287,
512,
1045,
13,
13271,
290,
512,
1045,
13,
13271,
17816,
55,
66,
62,
2340,
20520,
318,
407,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4808,
55,
66,
62,
2340,
796,
512,
1045,
13,
13271,
17816,
55,
66,
62,
2340,
6,
7131,
62,
312,
87,
60,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4808,
55,
66,
62,
2340,
796,
705,
55,
4,
67,
6,
4064,
72,
198,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
29795,
55,
66,
62,
2340,
1343,
705,
62,
344,
2364,
20520,
796,
512,
1045,
13,
85,
1670,
17816,
3846,
62,
1073,
14822,
6,
7131,
45299,
1312,
60,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
29795,
55,
66,
62,
2340,
1343,
705,
62,
3698,
8202,
62,
48544,
20520,
796,
512,
1045,
13,
85,
1670,
17816,
3698,
8202,
62,
48544,
6,
7131,
45299,
1312,
60,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
29795,
55,
66,
62,
2340,
1343,
705,
62,
79,
2100,
20520,
796,
512,
1045,
13,
85,
1670,
17816,
79,
2100,
6,
7131,
45299,
1312,
60,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
29795,
55,
66,
62,
2340,
1343,
705,
62,
37,
7707,
20520,
796,
512,
1045,
13,
85,
1670,
17816,
69,
7109,
6,
7131,
45299,
1312,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
1441,
47764,
198
] | 1.93959 | 2,632 |
import argparse
import os
import time
import sqlite3
from tqdm.auto import tqdm
import funcx
from coffea.processor.funcx.detail import MappedFuncXFuture
funcx.set_file_logger('funcx.log')
client = funcx.sdk.client.FuncXClient(funcx_service_address='https://dev.funcx.org/api/v1')
parser = argparse.ArgumentParser()
parser.add_argument("--tasks_per_core", default=10, help="number of cores per task")
parser.add_argument("--sleep", default=60, help="number of cores per task")
parser.add_argument("--tag", default='after yadu updates (ndcrc)', help="any extra info to save to DB")
parser.add_argument("--cores_per_manager", default=16)
# parser.add_argument("--endpoint", default='07ad6996-3505-4b86-b95a-aa33acf842d8')
parser.add_argument("--endpoint", default='8bd5cb36-1eec-4769-b001-6b34fa8f9dc7') # ndcrc
parser.add_argument("--batch_size", default=5000)
args = parser.parse_args()
db = sqlite3.connect('data.db')
db.execute("""create table if not exists analyses(
tag text,
start_submit,
end_submit,
returned int,
tasks int,
connected_managers int,
cores_per_manager int,
sleep_seconds int
)""")
db.commit()
db.close()
if not os.path.isfile('sleep_uuid.txt'):
sleep_uuid = client.register_function(sleep)
with open('sleep_uuid.txt', 'w') as f:
print(sleep_uuid, file=f)
else:
with open('sleep_uuid.txt', 'r') as f:
sleep_uuid = f.read().strip()
fake_args = [
('VBFHToBB_M_125_13TeV_powheg_pythia8_weightfix',
'root://cmseos.fnal.gov//eos/uscms/store/user/lpcbacon/dazsle/zprimebits-v15.01/skim/VBFHToBB_M_125_13TeV_powheg_pythia8_weightfix_0.root',
'otree',
59309,
0),
'file:///scratch365/awoodard/funcx'
]
with open(os.path.expanduser('~/connected_managers'), 'r') as f:
connected_managers = int(f.read())
cores = connected_managers * args.cores_per_manager
tasks = int(args.tasks_per_core * cores)
task_args = [fake_args for _ in range(tasks)]
batched_args = [task_args[i:i + args.batch_size] for i in range(0, len(task_args), args.batch_size)]
start_submit = time.time()
futures = []
for batch in batched_args:
futures += [MappedFuncXFuture(
batch,
args.endpoint,
sleep_uuid
)
]
print('submitted batch of {} tasks'.format(len(batch)))
end_submit = time.time()
print([f.result() for f in futures])
returned = time.time()
print('finished in {:.0f}s'.format(returned - start_submit))
db = sqlite3.connect('data.db')
db.execute("""insert into analyses(
tag,
start_submit,
end_submit,
returned,
tasks,
connected_managers,
cores_per_manager,
sleep_seconds
)
values (?, ?, ?, ?, ?, ?, ?, ?)""", (
args.tag,
start_submit,
end_submit,
returned,
tasks,
connected_managers,
args.cores_per_manager,
args.sleep
)
)
db.commit()
db.close()
| [
11748,
1822,
29572,
198,
11748,
28686,
198,
11748,
640,
198,
11748,
44161,
578,
18,
198,
6738,
256,
80,
36020,
13,
23736,
1330,
256,
80,
36020,
198,
198,
11748,
25439,
87,
198,
6738,
763,
16658,
64,
13,
41341,
13,
20786,
87,
13,
49170,
1330,
337,
6320,
37,
19524,
55,
29783,
198,
20786,
87,
13,
2617,
62,
7753,
62,
6404,
1362,
10786,
20786,
87,
13,
6404,
11537,
198,
198,
16366,
796,
25439,
87,
13,
21282,
74,
13,
16366,
13,
37,
19524,
55,
11792,
7,
20786,
87,
62,
15271,
62,
21975,
11639,
5450,
1378,
7959,
13,
20786,
87,
13,
2398,
14,
15042,
14,
85,
16,
11537,
198,
198,
48610,
796,
1822,
29572,
13,
28100,
1713,
46677,
3419,
198,
48610,
13,
2860,
62,
49140,
7203,
438,
83,
6791,
62,
525,
62,
7295,
1600,
4277,
28,
940,
11,
1037,
2625,
17618,
286,
21758,
583,
4876,
4943,
198,
48610,
13,
2860,
62,
49140,
7203,
438,
42832,
1600,
4277,
28,
1899,
11,
1037,
2625,
17618,
286,
21758,
583,
4876,
4943,
198,
48610,
13,
2860,
62,
49140,
7203,
438,
12985,
1600,
4277,
11639,
8499,
331,
324,
84,
5992,
357,
358,
66,
6015,
8,
3256,
1037,
2625,
1092,
3131,
7508,
284,
3613,
284,
20137,
4943,
198,
48610,
13,
2860,
62,
49140,
7203,
438,
66,
2850,
62,
525,
62,
37153,
1600,
4277,
28,
1433,
8,
198,
2,
30751,
13,
2860,
62,
49140,
7203,
438,
437,
4122,
1600,
4277,
11639,
2998,
324,
21,
38565,
12,
14877,
20,
12,
19,
65,
4521,
12,
65,
3865,
64,
12,
7252,
2091,
330,
69,
23,
3682,
67,
23,
11537,
198,
48610,
13,
2860,
62,
49140,
7203,
438,
437,
4122,
1600,
4277,
11639,
23,
17457,
20,
21101,
2623,
12,
16,
68,
721,
12,
2857,
3388,
12,
65,
8298,
12,
21,
65,
2682,
13331,
23,
69,
24,
17896,
22,
11537,
1303,
299,
17896,
6015,
198,
48610,
13,
2860,
62,
49140,
7203,
438,
43501,
62,
7857,
1600,
4277,
28,
27641,
8,
198,
198,
22046,
796,
30751,
13,
29572,
62,
22046,
3419,
198,
198,
9945,
796,
44161,
578,
18,
13,
8443,
10786,
7890,
13,
9945,
11537,
198,
9945,
13,
41049,
7203,
15931,
17953,
3084,
611,
407,
7160,
13523,
7,
198,
220,
220,
220,
7621,
2420,
11,
198,
220,
220,
220,
923,
62,
46002,
11,
198,
220,
220,
220,
886,
62,
46002,
11,
198,
220,
220,
220,
4504,
493,
11,
198,
220,
220,
220,
8861,
493,
11,
198,
220,
220,
220,
5884,
62,
805,
10321,
493,
11,
198,
220,
220,
220,
21758,
62,
525,
62,
37153,
493,
11,
198,
220,
220,
220,
3993,
62,
43012,
493,
198,
220,
220,
220,
1267,
15931,
4943,
198,
9945,
13,
41509,
3419,
198,
9945,
13,
19836,
3419,
198,
198,
361,
407,
28686,
13,
6978,
13,
4468,
576,
10786,
42832,
62,
12303,
312,
13,
14116,
6,
2599,
198,
220,
220,
220,
3993,
62,
12303,
312,
796,
5456,
13,
30238,
62,
8818,
7,
42832,
8,
198,
220,
220,
220,
351,
1280,
10786,
42832,
62,
12303,
312,
13,
14116,
3256,
705,
86,
11537,
355,
277,
25,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
7,
42832,
62,
12303,
312,
11,
2393,
28,
69,
8,
198,
17772,
25,
198,
220,
220,
220,
351,
1280,
10786,
42832,
62,
12303,
312,
13,
14116,
3256,
705,
81,
11537,
355,
277,
25,
198,
220,
220,
220,
220,
220,
220,
220,
3993,
62,
12303,
312,
796,
277,
13,
961,
22446,
36311,
3419,
198,
198,
30706,
62,
22046,
796,
685,
198,
220,
220,
220,
220,
220,
220,
220,
19203,
53,
29499,
39,
2514,
15199,
62,
44,
62,
11623,
62,
1485,
6767,
53,
62,
79,
322,
258,
70,
62,
79,
5272,
544,
23,
62,
6551,
13049,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
15763,
1378,
11215,
325,
418,
13,
22184,
282,
13,
9567,
1003,
68,
418,
14,
16241,
907,
14,
8095,
14,
7220,
14,
75,
14751,
65,
7807,
14,
67,
1031,
26738,
14,
89,
35505,
9895,
12,
85,
1314,
13,
486,
14,
8135,
320,
14,
53,
29499,
39,
2514,
15199,
62,
44,
62,
11623,
62,
1485,
6767,
53,
62,
79,
322,
258,
70,
62,
79,
5272,
544,
23,
62,
6551,
13049,
62,
15,
13,
15763,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
313,
631,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
7863,
26895,
11,
198,
220,
220,
220,
220,
220,
220,
220,
657,
828,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7753,
1378,
14,
1416,
36722,
24760,
14,
707,
702,
446,
14,
20786,
87,
6,
198,
60,
198,
198,
4480,
1280,
7,
418,
13,
6978,
13,
11201,
392,
7220,
10786,
93,
14,
15236,
62,
805,
10321,
33809,
705,
81,
11537,
355,
277,
25,
198,
220,
220,
220,
5884,
62,
805,
10321,
796,
493,
7,
69,
13,
961,
28955,
198,
198,
66,
2850,
796,
5884,
62,
805,
10321,
1635,
26498,
13,
66,
2850,
62,
525,
62,
37153,
198,
83,
6791,
796,
493,
7,
22046,
13,
83,
6791,
62,
525,
62,
7295,
1635,
21758,
8,
198,
35943,
62,
22046,
796,
685,
30706,
62,
22046,
329,
4808,
287,
2837,
7,
83,
6791,
15437,
198,
8664,
1740,
62,
22046,
796,
685,
35943,
62,
22046,
58,
72,
25,
72,
1343,
26498,
13,
43501,
62,
7857,
60,
329,
1312,
287,
2837,
7,
15,
11,
18896,
7,
35943,
62,
22046,
828,
26498,
13,
43501,
62,
7857,
15437,
198,
198,
9688,
62,
46002,
796,
640,
13,
2435,
3419,
198,
69,
315,
942,
796,
17635,
198,
1640,
15458,
287,
7365,
1740,
62,
22046,
25,
198,
220,
220,
220,
25650,
15853,
685,
44,
6320,
37,
19524,
55,
29783,
7,
198,
220,
220,
220,
220,
220,
220,
220,
15458,
11,
198,
220,
220,
220,
220,
220,
220,
220,
26498,
13,
437,
4122,
11,
198,
220,
220,
220,
220,
220,
220,
220,
3993,
62,
12303,
312,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
2361,
198,
220,
220,
220,
3601,
10786,
7266,
3291,
15458,
286,
23884,
8861,
4458,
18982,
7,
11925,
7,
43501,
22305,
198,
198,
437,
62,
46002,
796,
640,
13,
2435,
3419,
198,
198,
4798,
26933,
69,
13,
20274,
3419,
329,
277,
287,
25650,
12962,
198,
198,
7783,
276,
796,
640,
13,
2435,
3419,
198,
4798,
10786,
43952,
287,
46110,
13,
15,
69,
92,
82,
4458,
18982,
7,
7783,
276,
532,
923,
62,
46002,
4008,
198,
198,
9945,
796,
44161,
578,
18,
13,
8443,
10786,
7890,
13,
9945,
11537,
198,
9945,
13,
41049,
7203,
15931,
28463,
656,
13523,
7,
198,
220,
220,
220,
7621,
11,
198,
220,
220,
220,
923,
62,
46002,
11,
198,
220,
220,
220,
886,
62,
46002,
11,
198,
220,
220,
220,
4504,
11,
198,
220,
220,
220,
8861,
11,
198,
220,
220,
220,
5884,
62,
805,
10321,
11,
198,
220,
220,
220,
21758,
62,
525,
62,
37153,
11,
198,
220,
220,
220,
3993,
62,
43012,
198,
220,
220,
220,
1267,
198,
220,
220,
220,
3815,
32843,
5633,
11,
5633,
11,
5633,
11,
5633,
11,
5633,
11,
5633,
11,
41349,
15931,
1600,
357,
198,
220,
220,
220,
220,
220,
220,
220,
26498,
13,
12985,
11,
198,
220,
220,
220,
220,
220,
220,
220,
923,
62,
46002,
11,
198,
220,
220,
220,
220,
220,
220,
220,
886,
62,
46002,
11,
198,
220,
220,
220,
220,
220,
220,
220,
4504,
11,
198,
220,
220,
220,
220,
220,
220,
220,
8861,
11,
198,
220,
220,
220,
220,
220,
220,
220,
5884,
62,
805,
10321,
11,
198,
220,
220,
220,
220,
220,
220,
220,
26498,
13,
66,
2850,
62,
525,
62,
37153,
11,
198,
220,
220,
220,
220,
220,
220,
220,
26498,
13,
42832,
198,
220,
220,
220,
1267,
198,
8,
198,
9945,
13,
41509,
3419,
198,
9945,
13,
19836,
3419,
198
] | 2.328275 | 1,252 |
[
{
'date': '2017-01-01',
'description': 'Nieuwjaarsdag',
'locale': 'nl-NL',
'notes': '',
'region': '',
'type': 'NF'
},
{
'date': '2017-04-14',
'description': 'Goede Vrijdag',
'locale': 'nl-NL',
'notes': '',
'region': '',
'type': 'NRV'
},
{
'date': '2017-04-16',
'description': 'Eerste Paasdag',
'locale': 'nl-NL',
'notes': '',
'region': '',
'type': 'NRV'
},
{
'date': '2017-04-17',
'description': 'Tweede Paasdag',
'locale': 'nl-NL',
'notes': '',
'region': '',
'type': 'NRV'
},
{
'date': '2017-04-27',
'description': 'Koningsdag',
'locale': 'nl-NL',
'notes': '',
'region': '',
'type': 'NV'
},
{
'date': '2017-05-04',
'description': 'Dodenherdenking',
'locale': 'nl-NL',
'notes': '',
'region': '',
'type': 'F'
},
{
'date': '2017-05-05',
'description': 'Bevrijdingsdag',
'locale': 'nl-NL',
'notes': '',
'region': '',
'type': 'NF'
},
{
'date': '2017-05-25',
'description': 'Hemelvaartsdag',
'locale': 'nl-NL',
'notes': '',
'region': '',
'type': 'NRV'
},
{
'date': '2017-06-04',
'description': 'Eerste Pinksterdag',
'locale': 'nl-NL',
'notes': '',
'region': '',
'type': 'NRV'
},
{
'date': '2017-06-05',
'description': 'Tweede Pinksterdag',
'locale': 'nl-NL',
'notes': '',
'region': '',
'type': 'NRV'
},
{
'date': '2017-12-05',
'description': 'Sinterklaas',
'locale': 'nl-NL',
'notes': '',
'region': '',
'type': 'RF'
},
{
'date': '2017-12-15',
'description': 'Koninkrijksdag',
'locale': 'nl-NL',
'notes': '',
'region': '',
'type': 'NV'
},
{
'date': '2017-12-25',
'description': 'Eerste Kerstdag',
'locale': 'nl-NL',
'notes': '',
'region': '',
'type': 'NRF'
},
{
'date': '2017-12-26',
'description': 'Tweede Kerstdag',
'locale': 'nl-NL',
'notes': '',
'region': '',
'type': 'NRF'
}
] | [
58,
198,
220,
220,
220,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
4475,
10354,
705,
5539,
12,
486,
12,
486,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
11213,
10354,
705,
45,
22304,
86,
6592,
945,
67,
363,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17946,
1000,
10354,
705,
21283,
12,
32572,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17815,
10354,
705,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
36996,
10354,
705,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
21870,
6,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
4475,
10354,
705,
5539,
12,
3023,
12,
1415,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
11213,
10354,
705,
5247,
18654,
569,
380,
73,
67,
363,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17946,
1000,
10354,
705,
21283,
12,
32572,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17815,
10354,
705,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
36996,
10354,
705,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
24723,
53,
6,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
4475,
10354,
705,
5539,
12,
3023,
12,
1433,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
11213,
10354,
705,
36,
263,
4169,
11243,
292,
67,
363,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17946,
1000,
10354,
705,
21283,
12,
32572,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17815,
10354,
705,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
36996,
10354,
705,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
24723,
53,
6,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
4475,
10354,
705,
5539,
12,
3023,
12,
1558,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
11213,
10354,
705,
32665,
18654,
11243,
292,
67,
363,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17946,
1000,
10354,
705,
21283,
12,
32572,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17815,
10354,
705,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
36996,
10354,
705,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
24723,
53,
6,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
4475,
10354,
705,
5539,
12,
3023,
12,
1983,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
11213,
10354,
705,
42,
261,
654,
67,
363,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17946,
1000,
10354,
705,
21283,
12,
32572,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17815,
10354,
705,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
36996,
10354,
705,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
27159,
6,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
4475,
10354,
705,
5539,
12,
2713,
12,
3023,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
11213,
10354,
705,
35,
375,
268,
372,
6559,
3364,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17946,
1000,
10354,
705,
21283,
12,
32572,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17815,
10354,
705,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
36996,
10354,
705,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
37,
6,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
4475,
10354,
705,
5539,
12,
2713,
12,
2713,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
11213,
10354,
705,
33,
1990,
380,
73,
67,
654,
67,
363,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17946,
1000,
10354,
705,
21283,
12,
32572,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17815,
10354,
705,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
36996,
10354,
705,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
21870,
6,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
4475,
10354,
705,
5539,
12,
2713,
12,
1495,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
11213,
10354,
705,
39,
368,
417,
6862,
5889,
67,
363,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17946,
1000,
10354,
705,
21283,
12,
32572,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17815,
10354,
705,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
36996,
10354,
705,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
24723,
53,
6,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
4475,
10354,
705,
5539,
12,
3312,
12,
3023,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
11213,
10354,
705,
36,
263,
4169,
14657,
1706,
67,
363,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17946,
1000,
10354,
705,
21283,
12,
32572,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17815,
10354,
705,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
36996,
10354,
705,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
24723,
53,
6,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
4475,
10354,
705,
5539,
12,
3312,
12,
2713,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
11213,
10354,
705,
32665,
18654,
14657,
1706,
67,
363,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17946,
1000,
10354,
705,
21283,
12,
32572,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17815,
10354,
705,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
36996,
10354,
705,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
24723,
53,
6,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
4475,
10354,
705,
5539,
12,
1065,
12,
2713,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
11213,
10354,
705,
50,
3849,
74,
5031,
292,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17946,
1000,
10354,
705,
21283,
12,
32572,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17815,
10354,
705,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
36996,
10354,
705,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
32754,
6,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
4475,
10354,
705,
5539,
12,
1065,
12,
1314,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
11213,
10354,
705,
42,
261,
676,
380,
73,
591,
67,
363,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17946,
1000,
10354,
705,
21283,
12,
32572,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17815,
10354,
705,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
36996,
10354,
705,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
27159,
6,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
4475,
10354,
705,
5539,
12,
1065,
12,
1495,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
11213,
10354,
705,
36,
263,
4169,
17337,
19282,
363,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17946,
1000,
10354,
705,
21283,
12,
32572,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17815,
10354,
705,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
36996,
10354,
705,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
24723,
37,
6,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
705,
4475,
10354,
705,
5539,
12,
1065,
12,
2075,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
11213,
10354,
705,
32665,
18654,
17337,
19282,
363,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17946,
1000,
10354,
705,
21283,
12,
32572,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
17815,
10354,
705,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
36996,
10354,
705,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
705,
4906,
10354,
705,
24723,
37,
6,
198,
220,
220,
220,
1782,
198,
60
] | 1.67074 | 1,473 |
# Faça um programa que leia três números e mostre qual é o maior e qual é o menor.
a = int(input('Digite primeiro valor: '))
b = int(input('Digite segundo valor: '))
c = int(input('Digite terceiro valor: '))
#Verificar quem é o menor número
menor = a
if b < a and b < c:
menor = b
if c < a and c < b:
menor = c
# verificar quem é o maior numero
maior = a
if b > a and b > c:
maior = b
if c > a and c > b:
maior = c
print ('O menor valor digitado foi {}'.format(menor))
print ('O maior valor digitado foi {}'.format(maior)) | [
2,
18350,
50041,
23781,
1430,
64,
8358,
443,
544,
491,
25792,
82,
299,
21356,
647,
418,
304,
749,
260,
4140,
38251,
267,
17266,
1504,
304,
4140,
38251,
267,
1450,
273,
13,
198,
198,
64,
796,
493,
7,
15414,
10786,
19511,
578,
6994,
7058,
1188,
273,
25,
705,
4008,
198,
65,
796,
493,
7,
15414,
10786,
19511,
578,
384,
70,
41204,
1188,
273,
25,
705,
4008,
198,
66,
796,
493,
7,
15414,
10786,
19511,
578,
1059,
344,
7058,
1188,
273,
25,
705,
4008,
198,
2,
13414,
811,
283,
627,
368,
38251,
267,
1450,
273,
299,
21356,
647,
78,
198,
3653,
273,
796,
257,
198,
361,
275,
1279,
257,
290,
275,
1279,
269,
25,
198,
220,
220,
220,
1450,
273,
796,
275,
198,
361,
269,
1279,
257,
290,
269,
1279,
275,
25,
198,
220,
220,
220,
1450,
273,
796,
269,
198,
2,
3326,
811,
283,
627,
368,
38251,
267,
17266,
1504,
997,
3529,
198,
2611,
1504,
796,
257,
198,
361,
275,
1875,
257,
290,
275,
1875,
269,
25,
198,
220,
220,
220,
17266,
1504,
796,
275,
198,
361,
269,
1875,
257,
290,
269,
1875,
275,
25,
198,
220,
220,
220,
17266,
1504,
796,
269,
198,
4798,
19203,
46,
1450,
273,
1188,
273,
16839,
4533,
11511,
72,
23884,
4458,
18982,
7,
3653,
273,
4008,
198,
4798,
19203,
46,
17266,
1504,
1188,
273,
16839,
4533,
11511,
72,
23884,
4458,
18982,
7,
2611,
1504,
4008
] | 2.343478 | 230 |
from random import randint
from time import sleep
jogo = dict()
print('-=' * 25)
print(f'{"Jogo de dados":^50}')
print('-=' * 25)
n = input('\nJogador 1 aperte [Q] e [ENTER] para jogar o dado: ')
jogo['jogador1'] = randint(1, 6)
rolar_dados()
print(f'O dado caiu no {jogo["jogador1"]}')
print('-' * 50)
n = input('\nJogador 2 aperte [Q] e [ENTER] para jogar o dado: ')
jogo['jogador2'] = randint(1, 6)
rolar_dados()
print(f'O dado caiu no {jogo["jogador2"]}')
print('-' * 50)
n = input('\nJogador 3 aperte [Q] e [ENTER] para jogar o dado: ')
jogo['jogador3'] = randint(1, 6)
rolar_dados()
print(f'O dado caiu no {jogo["jogador3"]}')
print('-' * 50)
n = input('\nJogador 4 aperte [Q] e [ENTER] para jogar o dado: ')
jogo['jogador4'] = randint(1, 6)
rolar_dados()
print(f'O dado caiu no {jogo["jogador4"]}')
print('-' * 50)
print(f'{"Resultados":^50}')
print('-' * 50)
cont = 0
for k, v in sorted(jogo.items(), key=lambda item: item[1], reverse=True):
cont += 1
print(f' {cont}º lugar - O {k} tirou o numero {v}')
print('-' * 50) | [
6738,
4738,
1330,
43720,
600,
198,
6738,
640,
1330,
3993,
198,
198,
73,
24076,
796,
8633,
3419,
198,
198,
4798,
10786,
12,
11639,
1635,
1679,
8,
198,
4798,
7,
69,
6,
4895,
41,
24076,
390,
9955,
418,
1298,
61,
1120,
92,
11537,
198,
4798,
10786,
12,
11639,
1635,
1679,
8,
198,
198,
77,
796,
5128,
10786,
59,
77,
41,
519,
7079,
352,
257,
525,
660,
685,
48,
60,
304,
685,
3525,
1137,
60,
31215,
48342,
283,
267,
288,
4533,
25,
705,
8,
198,
73,
24076,
17816,
73,
519,
7079,
16,
20520,
796,
43720,
600,
7,
16,
11,
718,
8,
198,
3225,
283,
62,
67,
22484,
3419,
198,
4798,
7,
69,
6,
46,
288,
4533,
1275,
16115,
645,
1391,
73,
24076,
14692,
73,
519,
7079,
16,
8973,
92,
11537,
198,
198,
4798,
10786,
19355,
1635,
2026,
8,
198,
198,
77,
796,
5128,
10786,
59,
77,
41,
519,
7079,
362,
257,
525,
660,
685,
48,
60,
304,
685,
3525,
1137,
60,
31215,
48342,
283,
267,
288,
4533,
25,
705,
8,
198,
73,
24076,
17816,
73,
519,
7079,
17,
20520,
796,
43720,
600,
7,
16,
11,
718,
8,
198,
3225,
283,
62,
67,
22484,
3419,
198,
4798,
7,
69,
6,
46,
288,
4533,
1275,
16115,
645,
1391,
73,
24076,
14692,
73,
519,
7079,
17,
8973,
92,
11537,
198,
198,
4798,
10786,
19355,
1635,
2026,
8,
198,
198,
77,
796,
5128,
10786,
59,
77,
41,
519,
7079,
513,
257,
525,
660,
685,
48,
60,
304,
685,
3525,
1137,
60,
31215,
48342,
283,
267,
288,
4533,
25,
705,
8,
198,
73,
24076,
17816,
73,
519,
7079,
18,
20520,
796,
43720,
600,
7,
16,
11,
718,
8,
198,
3225,
283,
62,
67,
22484,
3419,
198,
4798,
7,
69,
6,
46,
288,
4533,
1275,
16115,
645,
1391,
73,
24076,
14692,
73,
519,
7079,
18,
8973,
92,
11537,
198,
198,
4798,
10786,
19355,
1635,
2026,
8,
198,
198,
77,
796,
5128,
10786,
59,
77,
41,
519,
7079,
604,
257,
525,
660,
685,
48,
60,
304,
685,
3525,
1137,
60,
31215,
48342,
283,
267,
288,
4533,
25,
705,
8,
198,
73,
24076,
17816,
73,
519,
7079,
19,
20520,
796,
43720,
600,
7,
16,
11,
718,
8,
198,
3225,
283,
62,
67,
22484,
3419,
198,
4798,
7,
69,
6,
46,
288,
4533,
1275,
16115,
645,
1391,
73,
24076,
14692,
73,
519,
7079,
19,
8973,
92,
11537,
198,
198,
4798,
10786,
19355,
1635,
2026,
8,
198,
4798,
7,
69,
6,
4895,
23004,
22484,
1298,
61,
1120,
92,
11537,
198,
4798,
10786,
19355,
1635,
2026,
8,
198,
198,
3642,
796,
657,
198,
1640,
479,
11,
410,
287,
23243,
7,
73,
24076,
13,
23814,
22784,
1994,
28,
50033,
2378,
25,
2378,
58,
16,
4357,
9575,
28,
17821,
2599,
198,
220,
220,
220,
542,
15853,
352,
198,
220,
220,
220,
3601,
7,
69,
6,
1391,
3642,
92,
36165,
300,
35652,
532,
440,
1391,
74,
92,
48965,
280,
267,
997,
3529,
1391,
85,
92,
11537,
198,
198,
4798,
10786,
19355,
1635,
2026,
8
] | 2.145492 | 488 |
"""
Script for aggregation of IDEA events. Aggregates are marked in json IDEA message and send to output kafka topic.
Example of marking: {..., '_aida’:{'Duplicate’: 'true’, 'Continuing’: <first_idea_id>}, ...}
"""
import os
import sys
import argparse
import ujson as json
from idea import Idea
from kafka import KafkaProducer
from pyspark import SparkConf
from pyspark import SparkContext
from pyspark import AccumulatorParam
from pyspark.streaming.kafka import KafkaUtils
from pyspark.streaming import StreamingContext
class IDAccumulatorParam(AccumulatorParam):
"""
Custom accumulator for duplicate/continuous events
- for each key there is a tuple (ID, DetectTime)
"""
def get_args():
"""
Argument parser
"""
argp = argparse.ArgumentParser(
description="Set Kafka topic, zookeeper for input and output")
argp.add_argument("-i", "--input",
default="input",
dest="input",
action="store",
help="set Kafka input topic name")
argp.add_argument("-o", "--output",
default="aggregated",
dest="output",
action="store",
help="set Kafka output topic name")
argp.add_argument("-zi", "--zookeeper-in",
default="localhost:2181",
dest="zookeeper_in",
action="store",
help="set zookeeper of input for Kafka")
argp.add_argument("--kafka-brokers-out",
default="localhost:9092",
dest="kafka_brokers_out",
action="store",
help="set Kafka brokers for output topic")
argp.add_argument("-of", "--offset",
default="offset01",
dest="offset",
action="store",
help="set offset of Kafka topic")
return argp.parse_args()
def sendToKafka(producer, topic_out, list):
"""
Save idea messages to kafka topic
:param producer: producer for output topic
:param topic_out: topic to which will be messages sent
:param list: list with idea messages
"""
for idea in list:
if idea:
producer.send(topic_out, json.dumps(idea).encode('utf-8'))
def leaveOlder(x, y):
"""
In reduceByKey, leave idea with older DetectTime (x[1]/y[1])
:param x: first element in reduce process
:param y: second element in reduce process
"""
if x[1] <= y[1]:
return x
else:
return y
def markDuplicate(key, idea, oldest_idea_id):
"""
Mark duplicate. Mark is for statistics purpose.
:return: marked key, IDEA
"""
# If idea is present
if idea:
# Equality of ID's in tuple and idea, if true mark will be added
if oldest_idea_id != idea.id:
# Add True mark for duplicate event
idea.aida_duplicate='True'
# Return tuple: key for next deduplication phase and IDEA
return (key[0:4], idea)
def markContinuing(key, idea, oldest_idea_id, oldest_idea_detect_time, accum):
"""
Mark IDEA as continuing event.
:return: marked key, IDEA
"""
# If idea is present
if idea:
# Equality of ID's in tuple and idea, if true mark will be added
if oldest_idea_id != idea.id:
# Add {key: (ID, DetectTime)} to accumulator
accum.add(dict([(key, (oldest_idea_id, oldest_idea_detect_time))]))
# Add id mark for continuing event
idea.aida_continuing=oldest_idea_id
# Return tuple: key for next deduplication phase and IDEA
return (key[0:3], idea)
def markOverlapp(key, idea, oldest_idea_id, oldest_idea_node_name):
"""
Mark IDEA as overlapping event.
:return: marked key, IDEA
"""
# If idea is present
if idea:
# Node.Name has to be different, if true mark will be added
if oldest_idea_node_name != idea.node_name:
# Add id mark for overlapping event
idea.aida_overlapping=oldest_idea_id
# Return tuple: key for next deduplication phase and IDEA
return (key[0:2], idea)
def markNonoverlapp(idea, oldest_idea_id, oldest_idea_node_name, oldest_idea_target):
"""
Mark IDEA as non-overlapping event.
:return: marked IDEA
"""
# If idea is present
if idea:
# Node.Name and Target has to be different, if true mark will be added
if oldest_idea_node_name != idea.node_name and oldest_idea_target != idea.target_ip4:
# Add id mark for non-overlapping event
idea.aida_non_overlapping=oldest_idea_id
# Return only IDEA
return idea
def getAccumulatorValue(accum):
"""
Make array of objects which will be then parallelized to RDD
:param acc: value of accumulator is key:(ID, DetectTime) of duplicates in last batch
:return rddQueue: list of tuples which will be parallized into RDD and joined with DStream
"""
rddQueue = accum.value.items()
# Content of accum is going to be joined with current DStream - current content is not needed anymore
accum.add('del')
return rddQueue
if __name__ == '__main__':
args = get_args()
# Creating Kafka stuffs
topic_in = args.input
topic_out = args.output
zookeper_in = args.zookeeper_in
kafka_brokers_out = args.kafka_brokers_out
offset = args.offset
# Windows and batch
# Slide windows has to be the same size as bacth, otherwise applying window on first tuples is needed
batch_size = 60
slide_size = 60
window_duplicate = 300
window_continuing = 4200
window_overlapping = 300
window_nonoverlapping = 300
# Creating Spark/Streaming context and conf
sc = SparkContext(appName=" ".join(sys.argv[0:]))
ssc = StreamingContext(sc, batch_size)
# Creating accumulator
accum = sc.accumulator({}, IDAccumulatorParam())
""" Kafka init producer and load messages from topic """
# Producer for topic_out
producer = KafkaProducer(bootstrap_servers=kafka_brokers_out)
# Kafka messages are input, groupId (id8641233) has to be unique - if 2 consumers are present
kafkaStream = KafkaUtils.createStream(ssc, zookeper_in, offset, {topic_in: 1})
""" Mark duplicates """
# Build key:(category, source_ip, target_ip, node_name, detect_time) !Do not change order! and value:idea
tuples = kafkaStream.map(lambda message: Idea(message[1])). \
map(lambda idea: ((idea.category,
idea.source_ip4,
idea.target_ip4,
idea.node_name,
idea.detect_time), idea))
# Reduce current batch
batch_reduced = tuples.mapValues(lambda idea: (idea.id, idea.detect_time)). \
reduceByKey(lambda x, y: leaveOlder(x, y))
# Apply window and leave only needed idea values (id, detect_time) then reduce
reduced = batch_reduced.window(window_duplicate, slide_size). \
reduceByKey(lambda x, y: leaveOlder(x, y))
# Join reduced and raw IDEA with key, apply marking function (see def for tuple members) and filter None
tuples = reduced.leftOuterJoin(tuples). \
map(lambda tuple: markDuplicate(tuple[0], tuple[1][1], tuple[1][0][0])). \
filter(lambda x: x)
# Filter duplicates and map to take only idea (without key)
duplicates = tuples.filter(lambda tuple: tuple[1].aida_duplicate). \
map(lambda tuple: tuple[1])
# Filter non-duplicates and leave key
tuples = tuples.filter(lambda tuple: not tuple[1].aida_duplicate)
""" Mark continuing events """
# Leave only needed idea values and union with keys in accumulator
joined = tuples.mapValues(lambda idea: (idea.id, idea.detect_time)). \
transform(lambda rdd: rdd.union(sc.parallelize(getAccumulatorValue(accum))))
# Reduce current batch
batch_reduced = joined.reduceByKey(lambda x, y: leaveOlder(x, y))
# Apply window and reduce
window_reduced = batch_reduced.window(window_continuing, slide_size). \
reduceByKey(lambda x, y: leaveOlder(x, y))
# Join reduced and raw IDEA with key, apply marking function and filter None
tuples = window_reduced.leftOuterJoin(tuples). \
map(lambda tuple: markContinuing(tuple[0], tuple[1][1], tuple[1][0][0], tuple[1][0][1], accum)). \
filter(lambda x: x)
""" Overlapping sensors """
# Reduce current batch
batch_reduced = tuples.mapValues(lambda idea: (idea.id, idea.detect_time, idea.node_name)). \
reduceByKey(lambda x, y: leaveOlder(x, y))
# Apply window and leave only needed idea values then reduce
reduced = batch_reduced.window(window_overlapping, slide_size). \
reduceByKey(lambda x, y: leaveOlder(x, y))
# Join reduced and raw IDEA with key, apply marking function and filter None
tuples = reduced.leftOuterJoin(tuples). \
map(lambda tuple: markOverlapp(tuple[0], tuple[1][1], tuple[1][0][0], tuple[1][0][2])). \
filter(lambda x: x)
""" Non-overlapping sensors """
# Reduce current batch
batch_reduced = tuples.mapValues(lambda idea: (idea.id, idea.detect_time, idea.node_name, idea.target_ip4)). \
reduceByKey(lambda x, y: leaveOlder(x, y))
# Apply window and leave only needed idea values then reduce
reduced = batch_reduced.window(window_nonoverlapping, slide_size). \
reduceByKey(lambda x, y: leaveOlder(x, y))
# Join reduced and raw IDEA with key, apply marking,filter None, union with duplicates, make json and send to Kafka
reduced.leftOuterJoin(tuples). \
map(lambda tuple: markNonoverlapp(tuple[1][1], tuple[1][0][0], tuple[1][0][2], tuple[1][0][3])). \
filter(lambda x: x). \
union(duplicates). \
map(lambda idea: idea.json). \
foreachRDD(lambda rdd: sendToKafka(producer, topic_out, rdd.collect()))
ssc.start()
ssc.awaitTermination()
| [
37811,
201,
198,
12327,
329,
46500,
286,
4522,
16412,
2995,
13,
19015,
2301,
689,
389,
7498,
287,
33918,
4522,
16412,
3275,
290,
3758,
284,
5072,
479,
1878,
4914,
7243,
13,
201,
198,
17934,
286,
18730,
25,
1391,
986,
11,
705,
62,
30546,
447,
247,
29164,
6,
35660,
489,
5344,
447,
247,
25,
705,
7942,
447,
247,
11,
705,
17875,
4250,
447,
247,
25,
1279,
11085,
62,
485,
64,
62,
312,
29,
5512,
2644,
92,
201,
198,
37811,
201,
198,
201,
198,
11748,
28686,
201,
198,
11748,
25064,
201,
198,
11748,
1822,
29572,
201,
198,
11748,
334,
17752,
355,
33918,
201,
198,
201,
198,
6738,
2126,
1330,
37560,
201,
198,
6738,
479,
1878,
4914,
1330,
46906,
11547,
2189,
201,
198,
6738,
279,
893,
20928,
1330,
17732,
18546,
201,
198,
6738,
279,
893,
20928,
1330,
17732,
21947,
201,
198,
6738,
279,
893,
20928,
1330,
6366,
388,
8927,
22973,
201,
198,
6738,
279,
893,
20928,
13,
5532,
278,
13,
74,
1878,
4914,
1330,
46906,
18274,
4487,
201,
198,
6738,
279,
893,
20928,
13,
5532,
278,
1330,
43124,
21947,
201,
198,
201,
198,
201,
198,
4871,
4522,
17320,
388,
8927,
22973,
7,
17320,
388,
8927,
22973,
2599,
201,
198,
220,
220,
220,
37227,
201,
198,
220,
220,
220,
8562,
10507,
8927,
329,
23418,
14,
18487,
5623,
2995,
201,
198,
220,
220,
220,
220,
220,
220,
220,
532,
329,
1123,
1994,
612,
318,
257,
46545,
357,
2389,
11,
35874,
7575,
8,
201,
198,
220,
220,
220,
37227,
201,
198,
201,
198,
201,
198,
4299,
651,
62,
22046,
33529,
201,
198,
220,
220,
220,
37227,
201,
198,
220,
220,
220,
45751,
30751,
201,
198,
220,
220,
220,
37227,
201,
198,
201,
198,
220,
220,
220,
1822,
79,
796,
1822,
29572,
13,
28100,
1713,
46677,
7,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6764,
2625,
7248,
46906,
7243,
11,
40565,
2088,
5723,
329,
5128,
290,
5072,
4943,
201,
198,
220,
220,
220,
1822,
79,
13,
2860,
62,
49140,
7203,
12,
72,
1600,
366,
438,
15414,
1600,
201,
198,
220,
220,
220,
220,
220,
220,
220,
4277,
2625,
15414,
1600,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2244,
2625,
15414,
1600,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2223,
2625,
8095,
1600,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1037,
2625,
2617,
46906,
5128,
7243,
1438,
4943,
201,
198,
220,
220,
220,
1822,
79,
13,
2860,
62,
49140,
7203,
12,
78,
1600,
366,
438,
22915,
1600,
201,
198,
220,
220,
220,
220,
220,
220,
220,
4277,
2625,
9460,
2301,
515,
1600,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2244,
2625,
22915,
1600,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2223,
2625,
8095,
1600,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1037,
2625,
2617,
46906,
5072,
7243,
1438,
4943,
201,
198,
220,
220,
220,
1822,
79,
13,
2860,
62,
49140,
7203,
12,
17027,
1600,
366,
438,
10872,
2088,
5723,
12,
259,
1600,
201,
198,
220,
220,
220,
220,
220,
220,
220,
4277,
2625,
36750,
25,
17,
27057,
1600,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2244,
2625,
10872,
2088,
5723,
62,
259,
1600,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2223,
2625,
8095,
1600,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1037,
2625,
2617,
40565,
2088,
5723,
286,
5128,
329,
46906,
4943,
201,
198,
220,
220,
220,
1822,
79,
13,
2860,
62,
49140,
7203,
438,
74,
1878,
4914,
12,
7957,
15949,
12,
448,
1600,
201,
198,
220,
220,
220,
220,
220,
220,
220,
4277,
2625,
36750,
25,
44675,
17,
1600,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2244,
2625,
74,
1878,
4914,
62,
7957,
15949,
62,
448,
1600,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2223,
2625,
8095,
1600,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1037,
2625,
2617,
46906,
36139,
329,
5072,
7243,
4943,
201,
198,
220,
220,
220,
1822,
79,
13,
2860,
62,
49140,
7203,
12,
1659,
1600,
366,
438,
28968,
1600,
201,
198,
220,
220,
220,
220,
220,
220,
220,
4277,
2625,
28968,
486,
1600,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2244,
2625,
28968,
1600,
201,
198,
220,
220,
220,
220,
220,
220,
220,
2223,
2625,
8095,
1600,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1037,
2625,
2617,
11677,
286,
46906,
7243,
4943,
201,
198,
201,
198,
220,
220,
220,
1441,
1822,
79,
13,
29572,
62,
22046,
3419,
201,
198,
201,
198,
201,
198,
4299,
3758,
2514,
42,
1878,
4914,
7,
18230,
2189,
11,
7243,
62,
448,
11,
1351,
2599,
201,
198,
220,
220,
220,
37227,
201,
198,
220,
220,
220,
12793,
2126,
6218,
284,
479,
1878,
4914,
7243,
201,
198,
220,
220,
220,
1058,
17143,
9920,
25,
9920,
329,
5072,
7243,
201,
198,
220,
220,
220,
1058,
17143,
7243,
62,
448,
25,
7243,
284,
543,
481,
307,
6218,
1908,
201,
198,
220,
220,
220,
1058,
17143,
1351,
25,
1351,
351,
2126,
6218,
201,
198,
220,
220,
220,
37227,
201,
198,
201,
198,
220,
220,
220,
329,
2126,
287,
1351,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
611,
2126,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9920,
13,
21280,
7,
26652,
62,
448,
11,
33918,
13,
67,
8142,
7,
485,
64,
737,
268,
8189,
10786,
40477,
12,
23,
6,
4008,
201,
198,
201,
198,
201,
198,
4299,
2666,
46,
6499,
7,
87,
11,
331,
2599,
201,
198,
220,
220,
220,
37227,
201,
198,
220,
220,
220,
554,
4646,
3886,
9218,
11,
2666,
2126,
351,
4697,
35874,
7575,
357,
87,
58,
16,
60,
14,
88,
58,
16,
12962,
201,
198,
220,
220,
220,
1058,
17143,
2124,
25,
717,
5002,
287,
4646,
1429,
201,
198,
220,
220,
220,
1058,
17143,
331,
25,
1218,
5002,
287,
4646,
1429,
201,
198,
220,
220,
220,
37227,
201,
198,
220,
220,
220,
611,
2124,
58,
16,
60,
19841,
331,
58,
16,
5974,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2124,
201,
198,
220,
220,
220,
2073,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
331,
201,
198,
201,
198,
201,
198,
4299,
1317,
35660,
489,
5344,
7,
2539,
11,
2126,
11,
13325,
62,
485,
64,
62,
312,
2599,
201,
198,
220,
220,
220,
37227,
201,
198,
220,
220,
220,
2940,
23418,
13,
2940,
318,
329,
7869,
4007,
13,
201,
198,
220,
220,
220,
1058,
7783,
25,
7498,
1994,
11,
4522,
16412,
201,
198,
220,
220,
220,
37227,
201,
198,
220,
220,
220,
1303,
1002,
2126,
318,
1944,
201,
198,
220,
220,
220,
611,
2126,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
31428,
286,
4522,
338,
287,
46545,
290,
2126,
11,
611,
2081,
1317,
481,
307,
2087,
201,
198,
220,
220,
220,
220,
220,
220,
220,
611,
13325,
62,
485,
64,
62,
312,
14512,
2126,
13,
312,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
3060,
6407,
1317,
329,
23418,
1785,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2126,
13,
30546,
62,
646,
489,
5344,
11639,
17821,
6,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
8229,
46545,
25,
1994,
329,
1306,
4648,
84,
489,
3299,
7108,
290,
4522,
16412,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
357,
2539,
58,
15,
25,
19,
4357,
2126,
8,
201,
198,
201,
198,
201,
198,
4299,
1317,
17875,
4250,
7,
2539,
11,
2126,
11,
13325,
62,
485,
64,
62,
312,
11,
13325,
62,
485,
64,
62,
15255,
478,
62,
2435,
11,
10507,
2599,
201,
198,
220,
220,
220,
37227,
201,
198,
220,
220,
220,
2940,
4522,
16412,
355,
8282,
1785,
13,
201,
198,
220,
220,
220,
1058,
7783,
25,
7498,
1994,
11,
4522,
16412,
201,
198,
220,
220,
220,
37227,
201,
198,
220,
220,
220,
1303,
1002,
2126,
318,
1944,
201,
198,
220,
220,
220,
611,
2126,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
31428,
286,
4522,
338,
287,
46545,
290,
2126,
11,
611,
2081,
1317,
481,
307,
2087,
201,
198,
220,
220,
220,
220,
220,
220,
220,
611,
13325,
62,
485,
64,
62,
312,
14512,
2126,
13,
312,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
3060,
1391,
2539,
25,
357,
2389,
11,
35874,
7575,
38165,
284,
10507,
8927,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10507,
13,
2860,
7,
11600,
26933,
7,
2539,
11,
357,
727,
395,
62,
485,
64,
62,
312,
11,
13325,
62,
485,
64,
62,
15255,
478,
62,
2435,
4008,
60,
4008,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
3060,
4686,
1317,
329,
8282,
1785,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2126,
13,
30546,
62,
18487,
4250,
28,
727,
395,
62,
485,
64,
62,
312,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
8229,
46545,
25,
1994,
329,
1306,
4648,
84,
489,
3299,
7108,
290,
4522,
16412,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
357,
2539,
58,
15,
25,
18,
4357,
2126,
8,
201,
198,
201,
198,
201,
198,
4299,
1317,
5886,
75,
1324,
7,
2539,
11,
2126,
11,
13325,
62,
485,
64,
62,
312,
11,
13325,
62,
485,
64,
62,
17440,
62,
3672,
2599,
201,
198,
220,
220,
220,
37227,
201,
198,
220,
220,
220,
2940,
4522,
16412,
355,
32997,
1785,
13,
201,
198,
220,
220,
220,
1058,
7783,
25,
7498,
1994,
11,
4522,
16412,
201,
198,
220,
220,
220,
37227,
201,
198,
220,
220,
220,
1303,
1002,
2126,
318,
1944,
201,
198,
220,
220,
220,
611,
2126,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
19081,
13,
5376,
468,
284,
307,
1180,
11,
611,
2081,
1317,
481,
307,
2087,
201,
198,
220,
220,
220,
220,
220,
220,
220,
611,
13325,
62,
485,
64,
62,
17440,
62,
3672,
14512,
2126,
13,
17440,
62,
3672,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
3060,
4686,
1317,
329,
32997,
1785,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2126,
13,
30546,
62,
2502,
75,
5912,
28,
727,
395,
62,
485,
64,
62,
312,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
8229,
46545,
25,
1994,
329,
1306,
4648,
84,
489,
3299,
7108,
290,
4522,
16412,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
357,
2539,
58,
15,
25,
17,
4357,
2126,
8,
201,
198,
201,
198,
201,
198,
4299,
1317,
15419,
2502,
75,
1324,
7,
485,
64,
11,
13325,
62,
485,
64,
62,
312,
11,
13325,
62,
485,
64,
62,
17440,
62,
3672,
11,
13325,
62,
485,
64,
62,
16793,
2599,
201,
198,
220,
220,
220,
37227,
201,
198,
220,
220,
220,
2940,
4522,
16412,
355,
1729,
12,
2502,
75,
5912,
1785,
13,
201,
198,
220,
220,
220,
1058,
7783,
25,
7498,
4522,
16412,
201,
198,
220,
220,
220,
37227,
201,
198,
220,
220,
220,
1303,
1002,
2126,
318,
1944,
201,
198,
220,
220,
220,
611,
2126,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
19081,
13,
5376,
290,
12744,
468,
284,
307,
1180,
11,
611,
2081,
1317,
481,
307,
2087,
201,
198,
220,
220,
220,
220,
220,
220,
220,
611,
13325,
62,
485,
64,
62,
17440,
62,
3672,
14512,
2126,
13,
17440,
62,
3672,
290,
13325,
62,
485,
64,
62,
16793,
14512,
2126,
13,
16793,
62,
541,
19,
25,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
3060,
4686,
1317,
329,
1729,
12,
2502,
75,
5912,
1785,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2126,
13,
30546,
62,
13159,
62,
2502,
75,
5912,
28,
727,
395,
62,
485,
64,
62,
312,
201,
198,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
8229,
691,
4522,
16412,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2126,
201,
198,
201,
198,
201,
198,
4299,
651,
17320,
388,
8927,
11395,
7,
4134,
388,
2599,
201,
198,
220,
220,
220,
37227,
201,
198,
220,
220,
220,
6889,
7177,
286,
5563,
543,
481,
307,
788,
10730,
1143,
284,
371,
16458,
201,
198,
220,
220,
220,
1058,
17143,
697,
25,
1988,
286,
10507,
8927,
318,
1994,
37498,
2389,
11,
35874,
7575,
8,
286,
14184,
16856,
287,
938,
15458,
201,
198,
220,
220,
220,
1058,
7783,
374,
1860,
34991,
25,
1351,
286,
12777,
2374,
543,
481,
307,
1582,
439,
1143,
656,
371,
16458,
290,
5399,
351,
360,
12124,
201,
198,
220,
220,
220,
37227,
201,
198,
220,
220,
220,
374,
1860,
34991,
796,
10507,
13,
8367,
13,
23814,
3419,
201,
198,
201,
198,
220,
220,
220,
1303,
14041,
286,
10507,
318,
1016,
284,
307,
5399,
351,
1459,
360,
12124,
532,
1459,
2695,
318,
407,
2622,
7471,
201,
198,
220,
220,
220,
10507,
13,
2860,
10786,
12381,
11537,
201,
198,
201,
198,
220,
220,
220,
1441,
374,
1860,
34991,
201,
198,
201,
198,
201,
198,
361,
11593,
3672,
834,
6624,
705,
834,
12417,
834,
10354,
201,
198,
201,
198,
220,
220,
220,
26498,
796,
651,
62,
22046,
3419,
201,
198,
201,
198,
220,
220,
220,
1303,
30481,
46906,
3404,
82,
201,
198,
220,
220,
220,
7243,
62,
259,
796,
26498,
13,
15414,
201,
198,
220,
220,
220,
7243,
62,
448,
796,
26498,
13,
22915,
201,
198,
220,
220,
220,
40565,
2088,
525,
62,
259,
796,
26498,
13,
10872,
2088,
5723,
62,
259,
201,
198,
220,
220,
220,
479,
1878,
4914,
62,
7957,
15949,
62,
448,
796,
26498,
13,
74,
1878,
4914,
62,
7957,
15949,
62,
448,
201,
198,
220,
220,
220,
11677,
796,
26498,
13,
28968,
201,
198,
201,
198,
220,
220,
220,
1303,
3964,
290,
15458,
201,
198,
220,
220,
220,
1303,
37651,
9168,
468,
284,
307,
262,
976,
2546,
355,
275,
529,
71,
11,
4306,
11524,
4324,
319,
717,
12777,
2374,
318,
2622,
201,
198,
220,
220,
220,
15458,
62,
7857,
796,
3126,
201,
198,
220,
220,
220,
10649,
62,
7857,
796,
3126,
201,
198,
220,
220,
220,
4324,
62,
646,
489,
5344,
796,
5867,
201,
198,
220,
220,
220,
4324,
62,
18487,
4250,
796,
604,
2167,
201,
198,
220,
220,
220,
4324,
62,
2502,
75,
5912,
796,
5867,
201,
198,
220,
220,
220,
4324,
62,
13159,
2502,
75,
5912,
796,
5867,
201,
198,
201,
198,
220,
220,
220,
1303,
30481,
17732,
14,
12124,
278,
4732,
290,
1013,
201,
198,
220,
220,
220,
629,
796,
17732,
21947,
7,
1324,
5376,
2625,
27071,
22179,
7,
17597,
13,
853,
85,
58,
15,
47715,
4008,
201,
198,
220,
220,
220,
264,
1416,
796,
43124,
21947,
7,
1416,
11,
15458,
62,
7857,
8,
201,
198,
201,
198,
220,
220,
220,
1303,
30481,
10507,
8927,
201,
198,
220,
220,
220,
10507,
796,
629,
13,
4134,
388,
8927,
15090,
5512,
4522,
17320,
388,
8927,
22973,
28955,
201,
198,
201,
198,
201,
198,
220,
220,
220,
37227,
46906,
2315,
9920,
290,
3440,
6218,
422,
7243,
37227,
201,
198,
201,
198,
220,
220,
220,
1303,
30436,
329,
7243,
62,
448,
201,
198,
220,
220,
220,
9920,
796,
46906,
11547,
2189,
7,
18769,
26418,
62,
2655,
690,
28,
74,
1878,
4914,
62,
7957,
15949,
62,
448,
8,
201,
198,
201,
198,
220,
220,
220,
1303,
46906,
6218,
389,
5128,
11,
1448,
7390,
357,
312,
39570,
1065,
2091,
8,
468,
284,
307,
3748,
532,
611,
362,
7008,
389,
1944,
201,
198,
220,
220,
220,
479,
1878,
4914,
12124,
796,
46906,
18274,
4487,
13,
17953,
12124,
7,
824,
66,
11,
40565,
2088,
525,
62,
259,
11,
11677,
11,
1391,
26652,
62,
259,
25,
352,
30072,
201,
198,
201,
198,
201,
198,
220,
220,
220,
37227,
2940,
14184,
16856,
37227,
201,
198,
201,
198,
220,
220,
220,
1303,
10934,
1994,
37498,
22872,
11,
2723,
62,
541,
11,
2496,
62,
541,
11,
10139,
62,
3672,
11,
4886,
62,
2435,
8,
5145,
5211,
407,
1487,
1502,
0,
290,
1988,
25,
485,
64,
201,
198,
220,
220,
220,
12777,
2374,
796,
479,
1878,
4914,
12124,
13,
8899,
7,
50033,
3275,
25,
37560,
7,
20500,
58,
16,
12962,
737,
3467,
201,
198,
220,
220,
220,
220,
220,
220,
220,
3975,
7,
50033,
2126,
25,
14808,
485,
64,
13,
22872,
11,
201,
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,
2126,
13,
10459,
62,
541,
19,
11,
201,
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,
2126,
13,
16793,
62,
541,
19,
11,
201,
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,
2126,
13,
17440,
62,
3672,
11,
201,
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,
2126,
13,
15255,
478,
62,
2435,
828,
2126,
4008,
201,
198,
201,
198,
220,
220,
220,
1303,
44048,
1459,
15458,
201,
198,
220,
220,
220,
15458,
62,
445,
19513,
796,
12777,
2374,
13,
8899,
40161,
7,
50033,
2126,
25,
357,
485,
64,
13,
312,
11,
2126,
13,
15255,
478,
62,
2435,
29720,
3467,
201,
198,
220,
220,
220,
220,
220,
220,
220,
4646,
3886,
9218,
7,
50033,
2124,
11,
331,
25,
2666,
46,
6499,
7,
87,
11,
331,
4008,
201,
198,
201,
198,
220,
220,
220,
1303,
27967,
4324,
290,
2666,
691,
2622,
2126,
3815,
357,
312,
11,
4886,
62,
2435,
8,
788,
4646,
201,
198,
220,
220,
220,
5322,
796,
15458,
62,
445,
19513,
13,
17497,
7,
17497,
62,
646,
489,
5344,
11,
10649,
62,
7857,
737,
3467,
201,
198,
220,
220,
220,
220,
220,
220,
220,
4646,
3886,
9218,
7,
50033,
2124,
11,
331,
25,
2666,
46,
6499,
7,
87,
11,
331,
4008,
201,
198,
201,
198,
220,
220,
220,
1303,
15251,
5322,
290,
8246,
4522,
16412,
351,
1994,
11,
4174,
18730,
2163,
357,
3826,
825,
329,
46545,
1866,
8,
290,
8106,
6045,
201,
198,
220,
220,
220,
12777,
2374,
796,
5322,
13,
9464,
7975,
263,
18234,
7,
28047,
2374,
737,
3467,
201,
198,
220,
220,
220,
220,
220,
220,
220,
3975,
7,
50033,
46545,
25,
1317,
35660,
489,
5344,
7,
83,
29291,
58,
15,
4357,
46545,
58,
16,
7131,
16,
4357,
46545,
58,
16,
7131,
15,
7131,
15,
12962,
737,
3467,
201,
198,
220,
220,
220,
220,
220,
220,
220,
8106,
7,
50033,
2124,
25,
2124,
8,
201,
198,
201,
198,
220,
220,
220,
1303,
25853,
14184,
16856,
290,
3975,
284,
1011,
691,
2126,
357,
19419,
1994,
8,
201,
198,
220,
220,
220,
14184,
16856,
796,
12777,
2374,
13,
24455,
7,
50033,
46545,
25,
46545,
58,
16,
4083,
30546,
62,
646,
489,
5344,
737,
3467,
201,
198,
220,
220,
220,
220,
220,
220,
220,
3975,
7,
50033,
46545,
25,
46545,
58,
16,
12962,
201,
198,
201,
198,
220,
220,
220,
1303,
25853,
1729,
12,
646,
489,
16856,
290,
2666,
1994,
201,
198,
220,
220,
220,
12777,
2374,
796,
12777,
2374,
13,
24455,
7,
50033,
46545,
25,
407,
46545,
58,
16,
4083,
30546,
62,
646,
489,
5344,
8,
201,
198,
201,
198,
201,
198,
220,
220,
220,
37227,
2940,
8282,
2995,
37227,
201,
198,
201,
198,
220,
220,
220,
1303,
17446,
691,
2622,
2126,
3815,
290,
6441,
351,
8251,
287,
10507,
8927,
201,
198,
220,
220,
220,
5399,
796,
12777,
2374,
13,
8899,
40161,
7,
50033,
2126,
25,
357,
485,
64,
13,
312,
11,
2126,
13,
15255,
478,
62,
2435,
29720,
3467,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6121,
7,
50033,
374,
1860,
25,
374,
1860,
13,
24592,
7,
1416,
13,
1845,
29363,
1096,
7,
1136,
17320,
388,
8927,
11395,
7,
4134,
388,
35514,
201,
198,
201,
198,
220,
220,
220,
1303,
44048,
1459,
15458,
201,
198,
220,
220,
220,
15458,
62,
445,
19513,
796,
5399,
13,
445,
7234,
3886,
9218,
7,
50033,
2124,
11,
331,
25,
2666,
46,
6499,
7,
87,
11,
331,
4008,
201,
198,
201,
198,
220,
220,
220,
1303,
27967,
4324,
290,
4646,
201,
198,
220,
220,
220,
4324,
62,
445,
19513,
796,
15458,
62,
445,
19513,
13,
17497,
7,
17497,
62,
18487,
4250,
11,
10649,
62,
7857,
737,
3467,
201,
198,
220,
220,
220,
220,
220,
220,
220,
4646,
3886,
9218,
7,
50033,
2124,
11,
331,
25,
2666,
46,
6499,
7,
87,
11,
331,
4008,
201,
198,
201,
198,
220,
220,
220,
1303,
15251,
5322,
290,
8246,
4522,
16412,
351,
1994,
11,
4174,
18730,
2163,
290,
8106,
6045,
201,
198,
220,
220,
220,
12777,
2374,
796,
4324,
62,
445,
19513,
13,
9464,
7975,
263,
18234,
7,
28047,
2374,
737,
3467,
201,
198,
220,
220,
220,
220,
220,
220,
220,
3975,
7,
50033,
46545,
25,
1317,
17875,
4250,
7,
83,
29291,
58,
15,
4357,
46545,
58,
16,
7131,
16,
4357,
46545,
58,
16,
7131,
15,
7131,
15,
4357,
46545,
58,
16,
7131,
15,
7131,
16,
4357,
10507,
29720,
3467,
201,
198,
220,
220,
220,
220,
220,
220,
220,
8106,
7,
50033,
2124,
25,
2124,
8,
201,
198,
201,
198,
201,
198,
220,
220,
220,
37227,
3827,
75,
5912,
15736,
37227,
201,
198,
201,
198,
220,
220,
220,
1303,
44048,
1459,
15458,
201,
198,
220,
220,
220,
15458,
62,
445,
19513,
796,
12777,
2374,
13,
8899,
40161,
7,
50033,
2126,
25,
357,
485,
64,
13,
312,
11,
2126,
13,
15255,
478,
62,
2435,
11,
2126,
13,
17440,
62,
3672,
29720,
3467,
201,
198,
220,
220,
220,
220,
220,
220,
220,
4646,
3886,
9218,
7,
50033,
2124,
11,
331,
25,
2666,
46,
6499,
7,
87,
11,
331,
4008,
201,
198,
201,
198,
220,
220,
220,
1303,
27967,
4324,
290,
2666,
691,
2622,
2126,
3815,
788,
4646,
201,
198,
220,
220,
220,
5322,
796,
15458,
62,
445,
19513,
13,
17497,
7,
17497,
62,
2502,
75,
5912,
11,
10649,
62,
7857,
737,
3467,
201,
198,
220,
220,
220,
220,
220,
220,
220,
4646,
3886,
9218,
7,
50033,
2124,
11,
331,
25,
2666,
46,
6499,
7,
87,
11,
331,
4008,
201,
198,
201,
198,
220,
220,
220,
1303,
15251,
5322,
290,
8246,
4522,
16412,
351,
1994,
11,
4174,
18730,
2163,
290,
8106,
6045,
201,
198,
220,
220,
220,
12777,
2374,
796,
5322,
13,
9464,
7975,
263,
18234,
7,
28047,
2374,
737,
3467,
201,
198,
220,
220,
220,
220,
220,
220,
220,
3975,
7,
50033,
46545,
25,
1317,
5886,
75,
1324,
7,
83,
29291,
58,
15,
4357,
46545,
58,
16,
7131,
16,
4357,
46545,
58,
16,
7131,
15,
7131,
15,
4357,
46545,
58,
16,
7131,
15,
7131,
17,
12962,
737,
3467,
201,
198,
220,
220,
220,
220,
220,
220,
220,
8106,
7,
50033,
2124,
25,
2124,
8,
201,
198,
201,
198,
201,
198,
220,
220,
220,
37227,
8504,
12,
2502,
75,
5912,
15736,
37227,
201,
198,
201,
198,
220,
220,
220,
1303,
44048,
1459,
15458,
201,
198,
220,
220,
220,
15458,
62,
445,
19513,
796,
12777,
2374,
13,
8899,
40161,
7,
50033,
2126,
25,
357,
485,
64,
13,
312,
11,
2126,
13,
15255,
478,
62,
2435,
11,
2126,
13,
17440,
62,
3672,
11,
2126,
13,
16793,
62,
541,
19,
29720,
3467,
201,
198,
220,
220,
220,
220,
220,
220,
220,
4646,
3886,
9218,
7,
50033,
2124,
11,
331,
25,
2666,
46,
6499,
7,
87,
11,
331,
4008,
201,
198,
201,
198,
220,
220,
220,
1303,
27967,
4324,
290,
2666,
691,
2622,
2126,
3815,
788,
4646,
201,
198,
220,
220,
220,
5322,
796,
15458,
62,
445,
19513,
13,
17497,
7,
17497,
62,
13159,
2502,
75,
5912,
11,
10649,
62,
7857,
737,
3467,
201,
198,
220,
220,
220,
220,
220,
220,
220,
4646,
3886,
9218,
7,
50033,
2124,
11,
331,
25,
2666,
46,
6499,
7,
87,
11,
331,
4008,
201,
198,
201,
198,
220,
220,
220,
1303,
15251,
5322,
290,
8246,
4522,
16412,
351,
1994,
11,
4174,
18730,
11,
24455,
6045,
11,
6441,
351,
14184,
16856,
11,
787,
33918,
290,
3758,
284,
46906,
201,
198,
220,
220,
220,
5322,
13,
9464,
7975,
263,
18234,
7,
28047,
2374,
737,
3467,
201,
198,
220,
220,
220,
220,
220,
220,
220,
3975,
7,
50033,
46545,
25,
1317,
15419,
2502,
75,
1324,
7,
83,
29291,
58,
16,
7131,
16,
4357,
46545,
58,
16,
7131,
15,
7131,
15,
4357,
46545,
58,
16,
7131,
15,
7131,
17,
4357,
46545,
58,
16,
7131,
15,
7131,
18,
12962,
737,
3467,
201,
198,
220,
220,
220,
220,
220,
220,
220,
8106,
7,
50033,
2124,
25,
2124,
737,
3467,
201,
198,
220,
220,
220,
220,
220,
220,
220,
6441,
7,
646,
489,
16856,
737,
3467,
201,
198,
220,
220,
220,
220,
220,
220,
220,
3975,
7,
50033,
2126,
25,
2126,
13,
17752,
737,
3467,
201,
198,
220,
220,
220,
220,
220,
220,
220,
1674,
620,
49,
16458,
7,
50033,
374,
1860,
25,
3758,
2514,
42,
1878,
4914,
7,
18230,
2189,
11,
7243,
62,
448,
11,
374,
1860,
13,
33327,
3419,
4008,
201,
198,
201,
198,
201,
198,
220,
220,
220,
264,
1416,
13,
9688,
3419,
201,
198,
220,
220,
220,
264,
1416,
13,
707,
4548,
15156,
17928,
3419,
201,
198
] | 2.422985 | 4,168 |
import os
import os.path as op
import shutil
import tempfile
from bento.compat.api.moves \
import \
unittest
from bento.core.node \
import \
create_root_with_source_tree
from bento.core.testing \
import \
create_fake_package_from_bento_infos
from bento.commands.command_contexts \
import \
ConfigureContext
from bento.commands.hooks \
import \
create_hook_module, find_pre_hooks, find_post_hooks
from bento.commands.tests.utils \
import \
prepare_configure
| [
11748,
28686,
198,
11748,
28686,
13,
6978,
355,
1034,
198,
11748,
4423,
346,
198,
11748,
20218,
7753,
198,
198,
6738,
17157,
78,
13,
5589,
265,
13,
15042,
13,
76,
5241,
3467,
198,
220,
220,
220,
1330,
3467,
198,
220,
220,
220,
220,
220,
220,
220,
555,
715,
395,
198,
198,
6738,
17157,
78,
13,
7295,
13,
17440,
3467,
198,
220,
220,
220,
1330,
3467,
198,
220,
220,
220,
220,
220,
220,
220,
2251,
62,
15763,
62,
4480,
62,
10459,
62,
21048,
198,
6738,
17157,
78,
13,
7295,
13,
33407,
3467,
198,
220,
220,
220,
1330,
3467,
198,
220,
220,
220,
220,
220,
220,
220,
2251,
62,
30706,
62,
26495,
62,
6738,
62,
46119,
78,
62,
10745,
418,
198,
6738,
17157,
78,
13,
9503,
1746,
13,
21812,
62,
22866,
82,
3467,
198,
220,
220,
220,
1330,
3467,
198,
220,
220,
220,
220,
220,
220,
220,
17056,
495,
21947,
198,
6738,
17157,
78,
13,
9503,
1746,
13,
25480,
82,
3467,
198,
220,
220,
220,
1330,
3467,
198,
220,
220,
220,
220,
220,
220,
220,
2251,
62,
25480,
62,
21412,
11,
1064,
62,
3866,
62,
25480,
82,
11,
1064,
62,
7353,
62,
25480,
82,
198,
198,
6738,
17157,
78,
13,
9503,
1746,
13,
41989,
13,
26791,
3467,
198,
220,
220,
220,
1330,
3467,
198,
220,
220,
220,
220,
220,
220,
220,
8335,
62,
11250,
495,
198
] | 2.38565 | 223 |
"""
Test `sinethesizer.effects` package.
Author: Nikolay Lysenko
"""
| [
37811,
198,
14402,
4600,
31369,
316,
956,
7509,
13,
34435,
63,
5301,
13,
198,
198,
13838,
25,
48127,
323,
46749,
32720,
198,
37811,
198
] | 2.916667 | 24 |
import textwrap
import tokenize
import ast
import io
import unittest
import flake8_intsights
from . import texts
| [
11748,
2420,
37150,
198,
11748,
11241,
1096,
198,
11748,
6468,
198,
11748,
33245,
198,
11748,
555,
715,
395,
198,
198,
11748,
781,
539,
23,
62,
29503,
2337,
198,
198,
6738,
764,
1330,
13399,
628
] | 3.411765 | 34 |
# usando generator, ele comsome menos memoria
generator = (i ** 2 for i in range(10) if i % 2 == 0)
#aqui diferente das vercoes anteriores ele faz o sistema de stremer.
#ele vai carregando sobre a nessecidade!
for numero in generator:
print(numero) | [
2,
514,
25440,
17301,
11,
9766,
401,
11246,
1450,
418,
1066,
7661,
198,
8612,
1352,
796,
357,
72,
12429,
362,
329,
1312,
287,
2837,
7,
940,
8,
611,
1312,
4064,
362,
6624,
657,
8,
198,
198,
2,
36129,
72,
288,
361,
9100,
68,
288,
292,
3326,
1073,
274,
281,
353,
72,
2850,
9766,
277,
1031,
267,
264,
396,
19687,
390,
1937,
647,
13,
198,
2,
11129,
410,
1872,
1097,
2301,
25440,
523,
4679,
257,
299,
274,
2363,
312,
671,
0,
198,
1640,
997,
3529,
287,
17301,
25,
198,
220,
220,
220,
3601,
7,
22510,
3529,
8
] | 2.635417 | 96 |
import typing
from dataclasses import dataclass
import yaml
import attr
@attr.s(slots=True)
@attr.s(slots=True)
@attr.s(slots=True)
param_location_choices = ('query', 'header', 'path', 'cookie')
@attr.s(slots=True)
@attr.s(slots=True)
if __name__ == '__main__':
info = InfoObject(title='SLAP API', version='1.0.0')
| [
11748,
19720,
198,
6738,
4818,
330,
28958,
1330,
4818,
330,
31172,
198,
198,
11748,
331,
43695,
198,
11748,
708,
81,
628,
198,
198,
31,
35226,
13,
82,
7,
6649,
1747,
28,
17821,
8,
628,
198,
31,
35226,
13,
82,
7,
6649,
1747,
28,
17821,
8,
628,
198,
31,
35226,
13,
82,
7,
6649,
1747,
28,
17821,
8,
628,
198,
17143,
62,
24886,
62,
6679,
1063,
796,
19203,
22766,
3256,
705,
25677,
3256,
705,
6978,
3256,
705,
44453,
11537,
628,
198,
31,
35226,
13,
82,
7,
6649,
1747,
28,
17821,
8,
628,
198,
31,
35226,
13,
82,
7,
6649,
1747,
28,
17821,
8,
628,
628,
198,
198,
361,
11593,
3672,
834,
6624,
705,
834,
12417,
834,
10354,
198,
220,
220,
220,
7508,
796,
14151,
10267,
7,
7839,
11639,
8634,
2969,
7824,
3256,
2196,
11639,
16,
13,
15,
13,
15,
11537,
198
] | 2.414286 | 140 |
import networkx as nx
from phylo._core.phylogenytree import SASCPhylogeny
import pytest as pt
| [
11748,
3127,
87,
355,
299,
87,
198,
6738,
37763,
78,
13557,
7295,
13,
746,
2645,
6644,
20760,
631,
1330,
35516,
34,
2725,
2645,
6644,
88,
198,
11748,
12972,
9288,
355,
42975,
628,
198,
220,
220,
220,
220,
220,
220,
220,
220,
198
] | 2.5 | 42 |
import hyppo.discrim
import hyppo.independence
import hyppo.ksample
import hyppo.time_series
import hyppo.kgof
import hyppo.tools
import hyppo.d_variate
import hyppo.conditional_independence
__version__ = "0.3.2"
| [
11748,
2537,
16634,
13,
15410,
3036,
198,
11748,
2537,
16634,
13,
39894,
198,
11748,
2537,
16634,
13,
591,
1403,
198,
11748,
2537,
16634,
13,
2435,
62,
25076,
198,
11748,
2537,
16634,
13,
10025,
1659,
198,
11748,
2537,
16634,
13,
31391,
198,
11748,
2537,
16634,
13,
67,
62,
25641,
378,
198,
11748,
2537,
16634,
13,
17561,
1859,
62,
39894,
198,
198,
834,
9641,
834,
796,
366,
15,
13,
18,
13,
17,
1,
198
] | 2.972222 | 72 |
import math
import logging
import numpy as np
import torch
from torch.optim import Optimizer
from torch.nn.utils import clip_grad_norm_
logger = logging.getLogger(__name__)
def lr_schedule(step, total_steps, lr, lr_warmup, lr_cooldown):
"""Calculate a scheduled learning rate value."""
if lr_warmup is None:
lr_warmup = 0
else:
if 0 < lr_warmup <= 1:
lr_warmup = math.ceil(lr_warmup * total_steps)
if step <= lr_warmup:
return lr * (step / lr_warmup)
if lr_cooldown == 'linear':
return lr * (1.0 - (step - lr_warmup) /
(total_steps - lr_warmup))
else:
return lr
class Adam(Optimizer):
"""
Implementation of the Adam optimization algorithm including ideas from:
- Adam: A Method for Stochastic Optimization (https://arxiv.org/abs/1412.6980)
- Decoupled Weight Decay Regularization (https://arxiv.org/abs/1711.05101)
- https://github.com/huggingface/pytorch-pretrained-BERT/
"""
def __init__(self, named_parameters, lr=1e-3, beta1=0.9, beta2=0.999,
eps=1e-8, weight_decay=None, max_grad_norm=None,
lr_warmup=None, lr_cooldown=None, total_steps=None):
"""
Arguments:
named_parameters: Iterable yielding both the name of the
parameter as well as the parameter itself.
lr: Initial learning rate.
beta1, beta2: Exponential decay rates for moving average of
gradient values (beta1) and square gradient values (beta2).
eps: Term added to the denominator of the update rule
to improve numerical stability.
weight_decay: Weight decay factor. None means no decay.
max_grad_norm: Maximum norm for gradient clipping. None means no clipping.
lr_warmup: Linearly increase the learning rate for the first steps.
Supported values: None (disabled), int (number of warmup steps),
float in (0,1] (warmup steps as a ratio of total_steps).
lr_cooldown: Schedule followed to reduce the learning rate.
Supported values: None (disabled), 'linear' (decrease it linearly
to zero after total_steps steps are completed).
total_steps: Total number of parameter update steps.
Required for certain lr_cooldown schedules.
"""
if not lr >= 0.0:
raise ValueError('Invalid learning rate: {}'.format(lr))
for beta in (beta1, beta2):
if not 0.0 <= beta <= 1.0:
raise ValueError('Invalid beta value: {}'.format(beta))
if not eps >= 0.0:
raise ValueError('Invalid epsilon value: {}'.format(eps))
if not (weight_decay is None or 0.0 <= weight_decay <= 1.0):
raise ValueError('Invalid weight decay: {}'.format(weight_decay))
if not (max_grad_norm is None or max_grad_norm >= 0.0):
raise ValueError('Invalid maximum norm for gradient clipping: {}'.format(max_grad_norm))
if not (total_steps is None or total_steps > 0):
raise ValueError('Invalid total number of steps: {}'.format(total_steps))
if not (lr_warmup is None or lr_warmup >= 0.0):
raise ValueError('Invalid learning rate warmup: {}'.format(lr_warmup))
if lr_warmup is not None and 0 < lr_warmup <= 1 and total_steps is None:
raise ValueError('total_steps is required if 0 < lr_warmup <= 1')
if lr_cooldown not in (None, 'linear'):
raise ValueError('Invalid learning rate cooldown: {}'.format(lr_cooldown))
if lr_cooldown == 'linear' and total_steps is None:
raise ValueError("total_steps is required if lr_cooldown is 'linear'")
# Collect the parameters
param_count = 0
with_weight_decay, without_weight_decay = [], []
for name, param in named_parameters:
if param.requires_grad:
param_size = np.prod(param.size())
param_count += param_size
if weight_decay is not None and \
name.endswith('.weight') and 'norm' not in name:
with_weight_decay.append(param)
logger.info('Parameter: %s (size = %d, weight decay = %g)',
name, param_size, weight_decay)
else:
without_weight_decay.append(param)
logger.info('Parameter: %s (size = %d, weight decay = None)',
name, param_size)
param_groups = [
{'params': with_weight_decay, 'weight_decay': weight_decay},
{'params': without_weight_decay, 'weight_decay': None},
]
logger.info('Optimizing %d parameters', param_count)
defaults = dict(lr=lr, beta1=beta1, beta2=beta2, eps=eps,
weight_decay=weight_decay, max_grad_norm=max_grad_norm,
lr_warmup=lr_warmup, lr_cooldown=lr_cooldown,
total_steps=total_steps)
super().__init__(param_groups, defaults)
def step(self, closure=None):
"""Perform a single parameter update step."""
loss = None
if closure is not None:
loss = closure()
for group in self.param_groups:
for p in group['params']:
if p.grad is None:
continue
# State initialization
state = self.state[p]
if len(state) == 0:
state['step'] = 0
# Exponential moving average of gradient values (m)
state['grad_avg'] = torch.zeros_like(p.data)
# Exponential moving average of squared gradient values (v)
state['squared_grad_avg'] = torch.zeros_like(p.data)
beta1, beta2 = group['beta1'], group['beta2']
grad_avg, squared_grad_avg = state['grad_avg'], state['squared_grad_avg']
# Gradient clipping
if group['max_grad_norm'] is not None:
clip_grad_norm_(p, group['max_grad_norm'])
# Decay the first and second moment running average coefficients
grad = p.grad.data
grad_avg.mul_(beta1).add_(1 - beta1, grad)
squared_grad_avg.mul_(beta2).addcmul_(1 - beta2, grad, grad)
# Calculate the effective step size
state['step'] += 1
bias_correction1 = 1 - beta1 ** state['step']
bias_correction2 = 1 - beta2 ** state['step']
scheduled_lr = lr_schedule(
state['step'], group['total_steps'],
group['lr'], group['lr_warmup'], group['lr_cooldown'])
step_size = scheduled_lr * math.sqrt(bias_correction2) / bias_correction1
# Update the parameters
denom = squared_grad_avg.sqrt().add_(group['eps'])
p.data.addcdiv_(-step_size, grad_avg, denom)
if group['weight_decay'] is not None:
p.data.add_(-group['weight_decay'], p.data)
return loss
| [
11748,
10688,
198,
11748,
18931,
198,
11748,
299,
32152,
355,
45941,
198,
198,
11748,
28034,
198,
6738,
28034,
13,
40085,
1330,
30011,
7509,
198,
6738,
28034,
13,
20471,
13,
26791,
1330,
10651,
62,
9744,
62,
27237,
62,
628,
198,
6404,
1362,
796,
18931,
13,
1136,
11187,
1362,
7,
834,
3672,
834,
8,
628,
198,
4299,
300,
81,
62,
15952,
5950,
7,
9662,
11,
2472,
62,
20214,
11,
300,
81,
11,
300,
81,
62,
31975,
929,
11,
300,
81,
62,
1073,
15041,
2599,
198,
220,
220,
220,
37227,
9771,
3129,
378,
257,
7530,
4673,
2494,
1988,
526,
15931,
198,
220,
220,
220,
611,
300,
81,
62,
31975,
929,
318,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
300,
81,
62,
31975,
929,
796,
657,
198,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
611,
657,
1279,
300,
81,
62,
31975,
929,
19841,
352,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
300,
81,
62,
31975,
929,
796,
10688,
13,
344,
346,
7,
14050,
62,
31975,
929,
1635,
2472,
62,
20214,
8,
198,
220,
220,
220,
220,
220,
220,
220,
611,
2239,
19841,
300,
81,
62,
31975,
929,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
300,
81,
1635,
357,
9662,
1220,
300,
81,
62,
31975,
929,
8,
198,
220,
220,
220,
611,
300,
81,
62,
1073,
15041,
6624,
705,
29127,
10354,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
300,
81,
1635,
357,
16,
13,
15,
532,
357,
9662,
532,
300,
81,
62,
31975,
929,
8,
1220,
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,
357,
23350,
62,
20214,
532,
300,
81,
62,
31975,
929,
4008,
198,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
300,
81,
628,
198,
4871,
7244,
7,
27871,
320,
7509,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
46333,
286,
262,
7244,
23989,
11862,
1390,
4213,
422,
25,
628,
220,
220,
220,
532,
7244,
25,
317,
11789,
329,
520,
5374,
3477,
30011,
1634,
357,
5450,
1378,
283,
87,
452,
13,
2398,
14,
8937,
14,
1415,
1065,
13,
3388,
1795,
8,
198,
220,
220,
220,
532,
4280,
280,
10137,
14331,
39087,
23603,
1634,
357,
5450,
1378,
283,
87,
452,
13,
2398,
14,
8937,
14,
1558,
1157,
13,
2713,
8784,
8,
198,
220,
220,
220,
532,
3740,
1378,
12567,
13,
785,
14,
71,
1018,
2667,
2550,
14,
9078,
13165,
354,
12,
5310,
13363,
12,
13246,
51,
14,
198,
220,
220,
220,
37227,
628,
220,
220,
220,
825,
11593,
15003,
834,
7,
944,
11,
3706,
62,
17143,
7307,
11,
300,
81,
28,
16,
68,
12,
18,
11,
12159,
16,
28,
15,
13,
24,
11,
12159,
17,
28,
15,
13,
17032,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
304,
862,
28,
16,
68,
12,
23,
11,
3463,
62,
12501,
323,
28,
14202,
11,
3509,
62,
9744,
62,
27237,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
300,
81,
62,
31975,
929,
28,
14202,
11,
300,
81,
62,
1073,
15041,
28,
14202,
11,
2472,
62,
20214,
28,
14202,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
20559,
2886,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3706,
62,
17143,
7307,
25,
40806,
540,
39127,
1111,
262,
1438,
286,
262,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11507,
355,
880,
355,
262,
11507,
2346,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
300,
81,
25,
20768,
4673,
2494,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12159,
16,
11,
12159,
17,
25,
5518,
35470,
22119,
3965,
329,
3867,
2811,
286,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
31312,
3815,
357,
31361,
16,
8,
290,
6616,
31312,
3815,
357,
31361,
17,
737,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
304,
862,
25,
35118,
2087,
284,
262,
31457,
1352,
286,
262,
4296,
3896,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
284,
2987,
29052,
10159,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3463,
62,
12501,
323,
25,
14331,
22119,
5766,
13,
6045,
1724,
645,
22119,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3509,
62,
9744,
62,
27237,
25,
22246,
2593,
329,
31312,
45013,
13,
6045,
1724,
645,
45013,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
300,
81,
62,
31975,
929,
25,
5164,
11458,
2620,
262,
4673,
2494,
329,
262,
717,
4831,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
36848,
3815,
25,
6045,
357,
47730,
828,
493,
357,
17618,
286,
5814,
929,
4831,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12178,
287,
357,
15,
11,
16,
60,
357,
31975,
929,
4831,
355,
257,
8064,
286,
2472,
62,
20214,
737,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
300,
81,
62,
1073,
15041,
25,
19281,
3940,
284,
4646,
262,
4673,
2494,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
36848,
3815,
25,
6045,
357,
47730,
828,
705,
29127,
6,
357,
12501,
260,
589,
340,
9493,
11458,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
284,
6632,
706,
2472,
62,
20214,
4831,
389,
5668,
737,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2472,
62,
20214,
25,
7472,
1271,
286,
11507,
4296,
4831,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
20906,
329,
1728,
300,
81,
62,
1073,
15041,
24025,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
611,
407,
300,
81,
18189,
657,
13,
15,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
10786,
44651,
4673,
2494,
25,
23884,
4458,
18982,
7,
14050,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
329,
12159,
287,
357,
31361,
16,
11,
12159,
17,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
407,
657,
13,
15,
19841,
12159,
19841,
352,
13,
15,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
10786,
44651,
12159,
1988,
25,
23884,
4458,
18982,
7,
31361,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
611,
407,
304,
862,
18189,
657,
13,
15,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
10786,
44651,
304,
862,
33576,
1988,
25,
23884,
4458,
18982,
7,
25386,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
611,
407,
357,
6551,
62,
12501,
323,
318,
6045,
393,
657,
13,
15,
19841,
3463,
62,
12501,
323,
19841,
352,
13,
15,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
10786,
44651,
3463,
22119,
25,
23884,
4458,
18982,
7,
6551,
62,
12501,
323,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
611,
407,
357,
9806,
62,
9744,
62,
27237,
318,
6045,
393,
3509,
62,
9744,
62,
27237,
18189,
657,
13,
15,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
10786,
44651,
5415,
2593,
329,
31312,
45013,
25,
23884,
4458,
18982,
7,
9806,
62,
9744,
62,
27237,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
611,
407,
357,
23350,
62,
20214,
318,
6045,
393,
2472,
62,
20214,
1875,
657,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
10786,
44651,
2472,
1271,
286,
4831,
25,
23884,
4458,
18982,
7,
23350,
62,
20214,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
611,
407,
357,
14050,
62,
31975,
929,
318,
6045,
393,
300,
81,
62,
31975,
929,
18189,
657,
13,
15,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
10786,
44651,
4673,
2494,
5814,
929,
25,
23884,
4458,
18982,
7,
14050,
62,
31975,
929,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
611,
300,
81,
62,
31975,
929,
318,
407,
6045,
290,
657,
1279,
300,
81,
62,
31975,
929,
19841,
352,
290,
2472,
62,
20214,
318,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
10786,
23350,
62,
20214,
318,
2672,
611,
657,
1279,
300,
81,
62,
31975,
929,
19841,
352,
11537,
628,
220,
220,
220,
220,
220,
220,
220,
611,
300,
81,
62,
1073,
15041,
407,
287,
357,
14202,
11,
705,
29127,
6,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
10786,
44651,
4673,
2494,
20869,
25,
23884,
4458,
18982,
7,
14050,
62,
1073,
15041,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
611,
300,
81,
62,
1073,
15041,
6624,
705,
29127,
6,
290,
2472,
62,
20214,
318,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
11052,
12331,
7203,
23350,
62,
20214,
318,
2672,
611,
300,
81,
62,
1073,
15041,
318,
705,
29127,
6,
4943,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
9745,
262,
10007,
198,
220,
220,
220,
220,
220,
220,
220,
5772,
62,
9127,
796,
657,
198,
220,
220,
220,
220,
220,
220,
220,
351,
62,
6551,
62,
12501,
323,
11,
1231,
62,
6551,
62,
12501,
323,
796,
685,
4357,
17635,
198,
220,
220,
220,
220,
220,
220,
220,
329,
1438,
11,
5772,
287,
3706,
62,
17143,
7307,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
5772,
13,
47911,
62,
9744,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5772,
62,
7857,
796,
45941,
13,
1676,
67,
7,
17143,
13,
7857,
28955,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5772,
62,
9127,
15853,
5772,
62,
7857,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
3463,
62,
12501,
323,
318,
407,
6045,
290,
3467,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
13,
437,
2032,
342,
7,
4458,
6551,
11537,
290,
705,
27237,
6,
407,
287,
1438,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
351,
62,
6551,
62,
12501,
323,
13,
33295,
7,
17143,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
49706,
13,
10951,
10786,
36301,
25,
4064,
82,
357,
7857,
796,
4064,
67,
11,
3463,
22119,
796,
4064,
70,
8,
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,
1438,
11,
5772,
62,
7857,
11,
3463,
62,
12501,
323,
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,
1231,
62,
6551,
62,
12501,
323,
13,
33295,
7,
17143,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
49706,
13,
10951,
10786,
36301,
25,
4064,
82,
357,
7857,
796,
4064,
67,
11,
3463,
22119,
796,
6045,
8,
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,
1438,
11,
5772,
62,
7857,
8,
198,
220,
220,
220,
220,
220,
220,
220,
5772,
62,
24432,
796,
685,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1391,
6,
37266,
10354,
351,
62,
6551,
62,
12501,
323,
11,
705,
6551,
62,
12501,
323,
10354,
3463,
62,
12501,
323,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1391,
6,
37266,
10354,
1231,
62,
6551,
62,
12501,
323,
11,
705,
6551,
62,
12501,
323,
10354,
6045,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
2361,
198,
220,
220,
220,
220,
220,
220,
220,
49706,
13,
10951,
10786,
27871,
320,
2890,
4064,
67,
10007,
3256,
5772,
62,
9127,
8,
628,
220,
220,
220,
220,
220,
220,
220,
26235,
796,
8633,
7,
14050,
28,
14050,
11,
12159,
16,
28,
31361,
16,
11,
12159,
17,
28,
31361,
17,
11,
304,
862,
28,
25386,
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,
3463,
62,
12501,
323,
28,
6551,
62,
12501,
323,
11,
3509,
62,
9744,
62,
27237,
28,
9806,
62,
9744,
62,
27237,
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,
300,
81,
62,
31975,
929,
28,
14050,
62,
31975,
929,
11,
300,
81,
62,
1073,
15041,
28,
14050,
62,
1073,
15041,
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,
2472,
62,
20214,
28,
23350,
62,
20214,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2208,
22446,
834,
15003,
834,
7,
17143,
62,
24432,
11,
26235,
8,
628,
220,
220,
220,
825,
2239,
7,
944,
11,
16512,
28,
14202,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
5990,
687,
257,
2060,
11507,
4296,
2239,
526,
15931,
198,
220,
220,
220,
220,
220,
220,
220,
2994,
796,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
611,
16512,
318,
407,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2994,
796,
16512,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
329,
1448,
287,
2116,
13,
17143,
62,
24432,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
279,
287,
1448,
17816,
37266,
6,
5974,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
279,
13,
9744,
318,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2555,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
1812,
37588,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1181,
796,
2116,
13,
5219,
58,
79,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
18896,
7,
5219,
8,
6624,
657,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1181,
17816,
9662,
20520,
796,
657,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
5518,
35470,
3867,
2811,
286,
31312,
3815,
357,
76,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1181,
17816,
9744,
62,
615,
70,
20520,
796,
28034,
13,
9107,
418,
62,
2339,
7,
79,
13,
7890,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
5518,
35470,
3867,
2811,
286,
44345,
31312,
3815,
357,
85,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1181,
17816,
16485,
1144,
62,
9744,
62,
615,
70,
20520,
796,
28034,
13,
9107,
418,
62,
2339,
7,
79,
13,
7890,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12159,
16,
11,
12159,
17,
796,
1448,
17816,
31361,
16,
6,
4357,
1448,
17816,
31361,
17,
20520,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3915,
62,
615,
70,
11,
44345,
62,
9744,
62,
615,
70,
796,
1181,
17816,
9744,
62,
615,
70,
6,
4357,
1181,
17816,
16485,
1144,
62,
9744,
62,
615,
70,
20520,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
17701,
1153,
45013,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1448,
17816,
9806,
62,
9744,
62,
27237,
20520,
318,
407,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10651,
62,
9744,
62,
27237,
41052,
79,
11,
1448,
17816,
9806,
62,
9744,
62,
27237,
6,
12962,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
39087,
262,
717,
290,
1218,
2589,
2491,
2811,
44036,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3915,
796,
279,
13,
9744,
13,
7890,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3915,
62,
615,
70,
13,
76,
377,
41052,
31361,
16,
737,
2860,
41052,
16,
532,
12159,
16,
11,
3915,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
44345,
62,
9744,
62,
615,
70,
13,
76,
377,
41052,
31361,
17,
737,
2860,
11215,
377,
41052,
16,
532,
12159,
17,
11,
3915,
11,
3915,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
27131,
378,
262,
4050,
2239,
2546,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1181,
17816,
9662,
20520,
15853,
352,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10690,
62,
10215,
8243,
16,
796,
352,
532,
12159,
16,
12429,
1181,
17816,
9662,
20520,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10690,
62,
10215,
8243,
17,
796,
352,
532,
12159,
17,
12429,
1181,
17816,
9662,
20520,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7530,
62,
14050,
796,
300,
81,
62,
15952,
5950,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1181,
17816,
9662,
6,
4357,
1448,
17816,
23350,
62,
20214,
6,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1448,
17816,
14050,
6,
4357,
1448,
17816,
14050,
62,
31975,
929,
6,
4357,
1448,
17816,
14050,
62,
1073,
15041,
6,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2239,
62,
7857,
796,
7530,
62,
14050,
1635,
10688,
13,
31166,
17034,
7,
65,
4448,
62,
10215,
8243,
17,
8,
1220,
10690,
62,
10215,
8243,
16,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
10133,
262,
10007,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2853,
296,
796,
44345,
62,
9744,
62,
615,
70,
13,
31166,
17034,
22446,
2860,
41052,
8094,
17816,
25386,
6,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
279,
13,
7890,
13,
2860,
66,
7146,
62,
32590,
9662,
62,
7857,
11,
3915,
62,
615,
70,
11,
2853,
296,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1448,
17816,
6551,
62,
12501,
323,
20520,
318,
407,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
279,
13,
7890,
13,
2860,
62,
32590,
8094,
17816,
6551,
62,
12501,
323,
6,
4357,
279,
13,
7890,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
2994,
198
] | 2.111724 | 3,446 |
import tensorflow as tf
import numpy as np
import matplotlib.pyplot as plt
from keras.datasets import mnist
import time
(x_train,y_train),(x_test,y_test)= tf.keras.datasets.mnist.load_data()
x_train = tf.keras.utils.normalize(x_train, axis=1)
x_test = tf.keras.utils.normalize(x_test, axis=1)
x_train = x_train.reshape(-1, 28, 28, 1)
x_test = x_test.reshape(-1, 28, 28, 1)
'''
model = tf.keras.models.Sequential()
model.add(tf.keras.layers.Flatten())
model.add(tf.keras.layers.Dense(128,activation=tf.nn.relu))
model.add(tf.keras.layers.Dense(128,activation=tf.nn.relu))
model.add(tf.keras.layers.Dense(10,activation=tf.nn.softmax))
'''
model = tf.keras.Sequential([
tf.keras.layers.Conv2D(32, kernel_size=3, activation='relu'),
tf.keras.layers.MaxPooling2D(pool_size=2),
tf.keras.layers.Conv2D(64, kernel_size=3, activation='relu'),
tf.keras.layers.MaxPooling2D(pool_size=2),
tf.keras.layers.Conv2D(128, kernel_size=3, activation='relu'),
tf.keras.layers.MaxPooling2D(pool_size=2),
tf.keras.layers.Flatten(),
tf.keras.layers.Dense(128, activation='relu'),
tf.keras.layers.Dense(10, activation='softmax')
])
EPOCHS = 10
model.compile(optimizer="adam",
loss="sparse_categorical_crossentropy",
metrics=['accuracy'])
history = model.fit(x_train,y_train,epochs=EPOCHS)
plt.plot(history.history['accuracy'], label='accuracy')
plt.xlabel('Epoch')
plt.ylabel('Accuracy')
plt.ylim([0.5, 1])
plt.legend(loc='lower right')
val_loss, val_acc = model.evaluate(x_test,y_test)
m_name = "mnist_numbers.model"
model.save(m_name)
| [
11748,
11192,
273,
11125,
355,
48700,
201,
198,
11748,
299,
32152,
355,
45941,
201,
198,
11748,
2603,
29487,
8019,
13,
9078,
29487,
355,
458,
83,
201,
198,
6738,
41927,
292,
13,
19608,
292,
1039,
1330,
285,
77,
396,
201,
198,
11748,
640,
201,
198,
7,
87,
62,
27432,
11,
88,
62,
27432,
828,
7,
87,
62,
9288,
11,
88,
62,
9288,
47505,
48700,
13,
6122,
292,
13,
19608,
292,
1039,
13,
10295,
396,
13,
2220,
62,
7890,
3419,
201,
198,
87,
62,
27432,
796,
48700,
13,
6122,
292,
13,
26791,
13,
11265,
1096,
7,
87,
62,
27432,
11,
16488,
28,
16,
8,
201,
198,
87,
62,
9288,
796,
48700,
13,
6122,
292,
13,
26791,
13,
11265,
1096,
7,
87,
62,
9288,
11,
16488,
28,
16,
8,
201,
198,
87,
62,
27432,
796,
2124,
62,
27432,
13,
3447,
1758,
32590,
16,
11,
2579,
11,
2579,
11,
352,
8,
201,
198,
87,
62,
9288,
796,
2124,
62,
9288,
13,
3447,
1758,
32590,
16,
11,
2579,
11,
2579,
11,
352,
8,
201,
198,
7061,
6,
201,
198,
19849,
796,
48700,
13,
6122,
292,
13,
27530,
13,
44015,
1843,
3419,
201,
198,
201,
198,
19849,
13,
2860,
7,
27110,
13,
6122,
292,
13,
75,
6962,
13,
7414,
41769,
28955,
201,
198,
19849,
13,
2860,
7,
27110,
13,
6122,
292,
13,
75,
6962,
13,
35,
1072,
7,
12762,
11,
48545,
28,
27110,
13,
20471,
13,
260,
2290,
4008,
201,
198,
19849,
13,
2860,
7,
27110,
13,
6122,
292,
13,
75,
6962,
13,
35,
1072,
7,
12762,
11,
48545,
28,
27110,
13,
20471,
13,
260,
2290,
4008,
201,
198,
19849,
13,
2860,
7,
27110,
13,
6122,
292,
13,
75,
6962,
13,
35,
1072,
7,
940,
11,
48545,
28,
27110,
13,
20471,
13,
4215,
9806,
4008,
201,
198,
7061,
6,
201,
198,
19849,
796,
48700,
13,
6122,
292,
13,
44015,
1843,
26933,
201,
198,
220,
220,
220,
48700,
13,
6122,
292,
13,
75,
6962,
13,
3103,
85,
17,
35,
7,
2624,
11,
9720,
62,
7857,
28,
18,
11,
14916,
11639,
260,
2290,
33809,
201,
198,
220,
220,
220,
48700,
13,
6122,
292,
13,
75,
6962,
13,
11518,
27201,
278,
17,
35,
7,
7742,
62,
7857,
28,
17,
828,
201,
198,
220,
220,
220,
48700,
13,
6122,
292,
13,
75,
6962,
13,
3103,
85,
17,
35,
7,
2414,
11,
9720,
62,
7857,
28,
18,
11,
14916,
11639,
260,
2290,
33809,
201,
198,
220,
220,
220,
48700,
13,
6122,
292,
13,
75,
6962,
13,
11518,
27201,
278,
17,
35,
7,
7742,
62,
7857,
28,
17,
828,
201,
198,
220,
220,
220,
48700,
13,
6122,
292,
13,
75,
6962,
13,
3103,
85,
17,
35,
7,
12762,
11,
9720,
62,
7857,
28,
18,
11,
14916,
11639,
260,
2290,
33809,
201,
198,
220,
220,
220,
48700,
13,
6122,
292,
13,
75,
6962,
13,
11518,
27201,
278,
17,
35,
7,
7742,
62,
7857,
28,
17,
828,
201,
198,
220,
220,
220,
48700,
13,
6122,
292,
13,
75,
6962,
13,
7414,
41769,
22784,
201,
198,
220,
220,
220,
48700,
13,
6122,
292,
13,
75,
6962,
13,
35,
1072,
7,
12762,
11,
14916,
11639,
260,
2290,
33809,
201,
198,
220,
220,
220,
48700,
13,
6122,
292,
13,
75,
6962,
13,
35,
1072,
7,
940,
11,
14916,
11639,
4215,
9806,
11537,
201,
198,
220,
220,
220,
33761,
201,
198,
8905,
46,
3398,
50,
796,
838,
201,
198,
201,
198,
201,
198,
19849,
13,
5589,
576,
7,
40085,
7509,
2625,
324,
321,
1600,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2994,
2625,
82,
29572,
62,
66,
2397,
12409,
62,
19692,
298,
28338,
1600,
201,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
20731,
28,
17816,
4134,
23843,
6,
12962,
201,
198,
201,
198,
23569,
796,
2746,
13,
11147,
7,
87,
62,
27432,
11,
88,
62,
27432,
11,
538,
5374,
82,
28,
8905,
46,
3398,
50,
8,
201,
198,
201,
198,
489,
83,
13,
29487,
7,
23569,
13,
23569,
17816,
4134,
23843,
6,
4357,
6167,
11639,
4134,
23843,
11537,
201,
198,
489,
83,
13,
87,
18242,
10786,
13807,
5374,
11537,
201,
198,
489,
83,
13,
2645,
9608,
10786,
17320,
23843,
11537,
201,
198,
489,
83,
13,
88,
2475,
26933,
15,
13,
20,
11,
352,
12962,
201,
198,
489,
83,
13,
1455,
437,
7,
17946,
11639,
21037,
826,
11537,
201,
198,
201,
198,
201,
198,
2100,
62,
22462,
11,
1188,
62,
4134,
796,
2746,
13,
49786,
7,
87,
62,
9288,
11,
88,
62,
9288,
8,
201,
198,
76,
62,
3672,
796,
366,
10295,
396,
62,
77,
17024,
13,
19849,
1,
201,
198,
19849,
13,
21928,
7,
76,
62,
3672,
8,
201,
198
] | 2.132986 | 767 |
import atexit
import functools
from time import clock
line = "="*40
start = clock()
atexit.register(endlog)
| [
11748,
379,
37023,
198,
11748,
1257,
310,
10141,
198,
6738,
640,
1330,
8801,
198,
198,
1370,
796,
366,
2625,
9,
1821,
198,
198,
9688,
796,
8801,
3419,
198,
378,
10198,
13,
30238,
7,
437,
6404,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220
] | 2.644444 | 45 |
import pytest
import torch
import inspect
import itertools
from block.models.networks.fusions import fusions
bsize = 2
x_arg = [
[torch.randn(bsize, 10), torch.randn(bsize, 20)],
[torch.randn(bsize, 20), torch.randn(bsize, 10)],
[torch.randn(bsize, 10), torch.randn(bsize, 10)]
]
F_arg = [F for k, F in fusions.__dict__.items() \
if inspect.isclass(F) and k != 'ConcatMLP' and k != 'MCB']
args = [(F, x) for F, x in itertools.product(F_arg, x_arg)]
@pytest.mark.parametrize('F, x', args)
@pytest.mark.parametrize('x', x_arg)
@pytest.mark.mcb
@pytest.mark.parametrize('x', x_arg)
| [
11748,
12972,
9288,
198,
11748,
28034,
198,
11748,
10104,
198,
11748,
340,
861,
10141,
198,
6738,
2512,
13,
27530,
13,
3262,
5225,
13,
69,
15880,
1330,
277,
15880,
198,
198,
1443,
1096,
796,
362,
198,
87,
62,
853,
796,
685,
198,
220,
220,
220,
685,
13165,
354,
13,
25192,
77,
7,
1443,
1096,
11,
838,
828,
28034,
13,
25192,
77,
7,
1443,
1096,
11,
1160,
8,
4357,
198,
220,
220,
220,
685,
13165,
354,
13,
25192,
77,
7,
1443,
1096,
11,
1160,
828,
28034,
13,
25192,
77,
7,
1443,
1096,
11,
838,
8,
4357,
198,
220,
220,
220,
685,
13165,
354,
13,
25192,
77,
7,
1443,
1096,
11,
838,
828,
28034,
13,
25192,
77,
7,
1443,
1096,
11,
838,
15437,
198,
60,
198,
37,
62,
853,
796,
685,
37,
329,
479,
11,
376,
287,
277,
15880,
13,
834,
11600,
834,
13,
23814,
3419,
3467,
198,
220,
220,
220,
220,
220,
220,
220,
220,
611,
10104,
13,
271,
4871,
7,
37,
8,
290,
479,
14512,
705,
3103,
9246,
5805,
47,
6,
290,
479,
14512,
705,
9655,
33,
20520,
198,
22046,
796,
47527,
37,
11,
2124,
8,
329,
376,
11,
2124,
287,
340,
861,
10141,
13,
11167,
7,
37,
62,
853,
11,
2124,
62,
853,
15437,
198,
198,
31,
9078,
9288,
13,
4102,
13,
17143,
316,
380,
2736,
10786,
37,
11,
2124,
3256,
26498,
8,
198,
198,
31,
9078,
9288,
13,
4102,
13,
17143,
316,
380,
2736,
10786,
87,
3256,
2124,
62,
853,
8,
198,
198,
31,
9078,
9288,
13,
4102,
13,
76,
21101,
198,
31,
9078,
9288,
13,
4102,
13,
17143,
316,
380,
2736,
10786,
87,
3256,
2124,
62,
853,
8,
198
] | 2.228782 | 271 |
import sqlite3
| [
11748,
44161,
578,
18,
628
] | 3.2 | 5 |
# -*- coding: utf-8 -*-
import itertools
from typing import Iterable, Union
import numpy as np
def get_neighborhood_vectors_axes(radius: Union[float, Iterable[float]]):
"""This neighborhood definition lies on a sphere. Returns a list of 6
positions (up, down, left, right, behind, in front) at exactly `radius`
length. Good for RNN, for example.
If radius is an iterable of floats, returns a multi-radius neighborhood.
Hint: If you know your radius in mm only, use
dwi_ml.data.processing.space.convert_world_to_vox.convert_world_to_vox
Ex: radius_vox = convert_mm2vox(radius_mm, affine_mm_to_vox)
Note: We only support isometric voxels! Adding isometry would also require
remembering where the x,y,z directions are.
Parameters
----------
radius : number (int or float) or list or np.ndarray.
Distance to each neighbor on a sphere (in voxel space).
Returns
-------
neighborhood : np.ndarray[float]
A list of vectors with last dimension = 3 (x,y,z coordinate for each
neighbour per respect to the origin). Hint: You can now interpolate your
DWI data in each direction around your point of interest to get your
neighbourhood.
"""
tmp_axes = np.identity(3)
unit_axes = np.concatenate((tmp_axes, -tmp_axes))
if not isinstance(radius, Iterable):
radius = [radius]
neighborhood = []
for r in radius:
neighborhood.append(unit_axes * r)
neighborhood = np.asarray(neighborhood)
return neighborhood
def get_neighborhood_vectors_grid(radius: int):
"""Returns a list of points similar to the original voxel grid. Ex: with
radius 1, this is 27 points. With radius 2, that's 125 points. Good for
CNN, for example.
Note: We only support isometric voxels! Adding isometry would also require
remembering where the x,y,z directions are.
Parameters
----------
radius : int
Size of the neighborhood in each direction, in voxel space. Final
neighboorhood will be of dimension 2*radius x 2*radius x 2*radius.
Returns
-------
neighborhood : np.ndarray[float]
A list of vectors with last dimension = 3 (x,y,z coordinate for each
neighbour per respect to the origin). Hint: You can now interpolate
your DWI data in each direction around your point of interest to get
your neighbourhood.
"""
assert type(radius) == int
neighborhood = []
the_range = range(-radius, radius + 1)
for x, y, z in itertools.product(the_range, the_range, the_range):
neighborhood.append([x, y, z])
neighborhood = np.asarray(neighborhood)
return neighborhood
def extend_coordinates_with_neighborhood(coords: np.ndarray,
neighborhood_translations: np.ndarray):
"""
From a list of coordinates (e.g. [p1,p2,p3]) and neighborhood translation
vectors (e.g. [up, down, left, right]), get a new list of coordinates
with the product of all translations applied to all coordinates (new length
will be `n_coords + n_coords x n_translations`)
Parameters
------
coords: np.ndarray with shape (N, 3)
An array of [x,y,z] coordinates [p1, p2, ...].
neighborhood_translations: np.ndarray with shape (M, 3)
A list of translation vectors to apply to each point in coords.
Returns
-------
coords: np.ndarray with shape (N x (M+1), 3)
The new coordinates with all translations applied to all
coordinates, including the original coordinates.
"""
n_coords = coords.shape[0]
n_neighbors = neighborhood_translations.shape[0]
# 1. We repeat each coordinate to have the neighborhood size (+ 1 for
# original coordinate) before applying translations.
# coords = [p1 p1... p2 p2 ... ...]'
coords = np.repeat(coords, n_neighbors + 1, axis=0)
# 2. We translate each point based on the translations vector.
# Ex, if neighborhood_translations = [here, up, down, left, right, ...]
# coords = [p1+0 p1+up p1+down ..., p2+0 p2+up, p2+down, ...]'
tiled_vectors = np.tile(np.concatenate((np.zeros((1, 3)),
neighborhood_translations)),
(n_coords, 1))
coords += tiled_vectors
return coords
| [
2,
532,
9,
12,
19617,
25,
3384,
69,
12,
23,
532,
9,
12,
198,
11748,
340,
861,
10141,
198,
6738,
19720,
1330,
40806,
540,
11,
4479,
198,
198,
11748,
299,
32152,
355,
45941,
628,
198,
4299,
651,
62,
710,
394,
2865,
2894,
62,
303,
5217,
62,
897,
274,
7,
42172,
25,
4479,
58,
22468,
11,
40806,
540,
58,
22468,
11907,
2599,
198,
220,
220,
220,
37227,
1212,
6232,
6770,
7363,
319,
257,
16558,
13,
16409,
257,
1351,
286,
718,
198,
220,
220,
220,
6116,
357,
929,
11,
866,
11,
1364,
11,
826,
11,
2157,
11,
287,
2166,
8,
379,
3446,
4600,
42172,
63,
198,
220,
220,
220,
4129,
13,
4599,
329,
371,
6144,
11,
329,
1672,
13,
198,
220,
220,
220,
1002,
16874,
318,
281,
11629,
540,
286,
36016,
11,
5860,
257,
5021,
12,
42172,
6232,
13,
628,
220,
220,
220,
367,
600,
25,
1002,
345,
760,
534,
16874,
287,
8085,
691,
11,
779,
198,
220,
220,
220,
288,
37686,
62,
4029,
13,
7890,
13,
36948,
13,
13200,
13,
1102,
1851,
62,
6894,
62,
1462,
62,
85,
1140,
13,
1102,
1851,
62,
6894,
62,
1462,
62,
85,
1140,
198,
220,
220,
220,
1475,
25,
16874,
62,
85,
1140,
796,
10385,
62,
3020,
17,
85,
1140,
7,
42172,
62,
3020,
11,
1527,
500,
62,
3020,
62,
1462,
62,
85,
1140,
8,
628,
220,
220,
220,
5740,
25,
775,
691,
1104,
318,
16996,
410,
1140,
1424,
0,
18247,
318,
15748,
561,
635,
2421,
198,
220,
220,
220,
24865,
810,
262,
2124,
11,
88,
11,
89,
11678,
389,
13,
628,
220,
220,
220,
40117,
198,
220,
220,
220,
24200,
438,
198,
220,
220,
220,
16874,
1058,
1271,
357,
600,
393,
12178,
8,
393,
1351,
393,
45941,
13,
358,
18747,
13,
198,
220,
220,
220,
220,
220,
220,
220,
34600,
284,
1123,
4780,
319,
257,
16558,
357,
259,
410,
1140,
417,
2272,
737,
628,
220,
220,
220,
16409,
198,
220,
220,
220,
35656,
198,
220,
220,
220,
6232,
1058,
45941,
13,
358,
18747,
58,
22468,
60,
198,
220,
220,
220,
220,
220,
220,
220,
317,
1351,
286,
30104,
351,
938,
15793,
796,
513,
357,
87,
11,
88,
11,
89,
20435,
329,
1123,
198,
220,
220,
220,
220,
220,
220,
220,
12250,
583,
2461,
284,
262,
8159,
737,
367,
600,
25,
921,
460,
783,
39555,
378,
534,
198,
220,
220,
220,
220,
220,
220,
220,
29652,
40,
1366,
287,
1123,
4571,
1088,
534,
966,
286,
1393,
284,
651,
534,
198,
220,
220,
220,
220,
220,
220,
220,
19495,
13,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
45218,
62,
897,
274,
796,
45941,
13,
738,
414,
7,
18,
8,
198,
220,
220,
220,
4326,
62,
897,
274,
796,
45941,
13,
1102,
9246,
268,
378,
19510,
22065,
62,
897,
274,
11,
532,
22065,
62,
897,
274,
4008,
628,
220,
220,
220,
611,
407,
318,
39098,
7,
42172,
11,
40806,
540,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
16874,
796,
685,
42172,
60,
628,
220,
220,
220,
6232,
796,
17635,
198,
220,
220,
220,
329,
374,
287,
16874,
25,
198,
220,
220,
220,
220,
220,
220,
220,
6232,
13,
33295,
7,
20850,
62,
897,
274,
1635,
374,
8,
198,
220,
220,
220,
6232,
796,
45941,
13,
292,
18747,
7,
710,
394,
2865,
2894,
8,
628,
220,
220,
220,
1441,
6232,
628,
198,
4299,
651,
62,
710,
394,
2865,
2894,
62,
303,
5217,
62,
25928,
7,
42172,
25,
493,
2599,
198,
220,
220,
220,
37227,
35561,
257,
1351,
286,
2173,
2092,
284,
262,
2656,
410,
1140,
417,
10706,
13,
1475,
25,
351,
198,
220,
220,
220,
16874,
352,
11,
428,
318,
2681,
2173,
13,
2080,
16874,
362,
11,
326,
338,
13151,
2173,
13,
4599,
329,
198,
220,
220,
220,
8100,
11,
329,
1672,
13,
628,
220,
220,
220,
5740,
25,
775,
691,
1104,
318,
16996,
410,
1140,
1424,
0,
18247,
318,
15748,
561,
635,
2421,
198,
220,
220,
220,
24865,
810,
262,
2124,
11,
88,
11,
89,
11678,
389,
13,
628,
220,
220,
220,
40117,
198,
220,
220,
220,
24200,
438,
198,
220,
220,
220,
16874,
1058,
493,
198,
220,
220,
220,
220,
220,
220,
220,
12849,
286,
262,
6232,
287,
1123,
4571,
11,
287,
410,
1140,
417,
2272,
13,
8125,
198,
220,
220,
220,
220,
220,
220,
220,
3422,
2127,
273,
2894,
481,
307,
286,
15793,
362,
9,
42172,
2124,
362,
9,
42172,
2124,
362,
9,
42172,
13,
628,
220,
220,
220,
16409,
198,
220,
220,
220,
35656,
198,
220,
220,
220,
6232,
1058,
45941,
13,
358,
18747,
58,
22468,
60,
198,
220,
220,
220,
220,
220,
220,
220,
317,
1351,
286,
30104,
351,
938,
15793,
796,
513,
357,
87,
11,
88,
11,
89,
20435,
329,
1123,
198,
220,
220,
220,
220,
220,
220,
220,
12250,
583,
2461,
284,
262,
8159,
737,
367,
600,
25,
921,
460,
783,
39555,
378,
198,
220,
220,
220,
220,
220,
220,
220,
534,
29652,
40,
1366,
287,
1123,
4571,
1088,
534,
966,
286,
1393,
284,
651,
198,
220,
220,
220,
220,
220,
220,
220,
534,
19495,
13,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
6818,
2099,
7,
42172,
8,
6624,
493,
628,
220,
220,
220,
6232,
796,
17635,
198,
220,
220,
220,
262,
62,
9521,
796,
2837,
32590,
42172,
11,
16874,
1343,
352,
8,
198,
220,
220,
220,
329,
2124,
11,
331,
11,
1976,
287,
340,
861,
10141,
13,
11167,
7,
1169,
62,
9521,
11,
262,
62,
9521,
11,
262,
62,
9521,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
6232,
13,
33295,
26933,
87,
11,
331,
11,
1976,
12962,
198,
220,
220,
220,
6232,
796,
45941,
13,
292,
18747,
7,
710,
394,
2865,
2894,
8,
628,
220,
220,
220,
1441,
6232,
628,
198,
4299,
9117,
62,
37652,
17540,
62,
4480,
62,
710,
394,
2865,
2894,
7,
1073,
3669,
25,
45941,
13,
358,
18747,
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,
6232,
62,
7645,
49905,
25,
45941,
13,
358,
18747,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
3574,
257,
1351,
286,
22715,
357,
68,
13,
70,
13,
685,
79,
16,
11,
79,
17,
11,
79,
18,
12962,
290,
6232,
11059,
198,
220,
220,
220,
30104,
357,
68,
13,
70,
13,
685,
929,
11,
866,
11,
1364,
11,
826,
46570,
651,
257,
649,
1351,
286,
22715,
198,
220,
220,
220,
351,
262,
1720,
286,
477,
25231,
5625,
284,
477,
22715,
357,
3605,
4129,
198,
220,
220,
220,
481,
307,
4600,
77,
62,
1073,
3669,
1343,
299,
62,
1073,
3669,
2124,
299,
62,
7645,
49905,
63,
8,
628,
220,
220,
220,
40117,
198,
220,
220,
220,
40103,
198,
220,
220,
220,
763,
3669,
25,
45941,
13,
358,
18747,
351,
5485,
357,
45,
11,
513,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1052,
7177,
286,
685,
87,
11,
88,
11,
89,
60,
22715,
685,
79,
16,
11,
279,
17,
11,
2644,
4083,
198,
220,
220,
220,
6232,
62,
7645,
49905,
25,
45941,
13,
358,
18747,
351,
5485,
357,
44,
11,
513,
8,
198,
220,
220,
220,
220,
220,
220,
220,
317,
1351,
286,
11059,
30104,
284,
4174,
284,
1123,
966,
287,
763,
3669,
13,
628,
220,
220,
220,
16409,
198,
220,
220,
220,
35656,
198,
220,
220,
220,
763,
3669,
25,
45941,
13,
358,
18747,
351,
5485,
357,
45,
2124,
357,
44,
10,
16,
828,
513,
8,
198,
220,
220,
220,
220,
220,
220,
220,
383,
649,
22715,
351,
477,
25231,
5625,
284,
477,
198,
220,
220,
220,
220,
220,
220,
220,
22715,
11,
1390,
262,
2656,
22715,
13,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
299,
62,
1073,
3669,
796,
763,
3669,
13,
43358,
58,
15,
60,
198,
220,
220,
220,
299,
62,
710,
394,
32289,
796,
6232,
62,
7645,
49905,
13,
43358,
58,
15,
60,
628,
220,
220,
220,
1303,
352,
13,
775,
9585,
1123,
20435,
284,
423,
262,
6232,
2546,
11502,
352,
329,
198,
220,
220,
220,
1303,
2656,
20435,
8,
878,
11524,
25231,
13,
198,
220,
220,
220,
1303,
763,
3669,
796,
685,
79,
16,
279,
16,
986,
279,
17,
279,
17,
2644,
2644,
49946,
198,
220,
220,
220,
763,
3669,
796,
45941,
13,
44754,
7,
1073,
3669,
11,
299,
62,
710,
394,
32289,
1343,
352,
11,
16488,
28,
15,
8,
628,
220,
220,
220,
1303,
362,
13,
775,
15772,
1123,
966,
1912,
319,
262,
25231,
15879,
13,
198,
220,
220,
220,
1303,
1475,
11,
611,
6232,
62,
7645,
49905,
796,
685,
1456,
11,
510,
11,
866,
11,
1364,
11,
826,
11,
2644,
60,
198,
220,
220,
220,
1303,
763,
3669,
796,
685,
79,
16,
10,
15,
279,
16,
10,
929,
279,
16,
10,
2902,
2644,
11,
279,
17,
10,
15,
279,
17,
10,
929,
11,
279,
17,
10,
2902,
11,
2644,
49946,
198,
220,
220,
220,
256,
3902,
62,
303,
5217,
796,
45941,
13,
40927,
7,
37659,
13,
1102,
9246,
268,
378,
19510,
37659,
13,
9107,
418,
19510,
16,
11,
513,
36911,
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,
6232,
62,
7645,
49905,
36911,
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,
357,
77,
62,
1073,
3669,
11,
352,
4008,
198,
220,
220,
220,
763,
3669,
15853,
256,
3902,
62,
303,
5217,
628,
220,
220,
220,
1441,
763,
3669,
198
] | 2.704857 | 1,606 |
# proxy module
from pyface.ui.qt4.python_editor import *
| [
2,
15741,
8265,
198,
6738,
12972,
2550,
13,
9019,
13,
39568,
19,
13,
29412,
62,
35352,
1330,
1635,
198
] | 3 | 19 |
#!/usr/bin/env python2.7
'''
Android Activity
Most Used Android Apps
'''
import re
from wrcsv import *
#--activity in HTML format--
a=gethtmldata()
#--Regex Expression--
androidapp=re.findall(r'\">([\w\s]+)</a><br>([\w\s\,\:]+)</div>',a)
#--write data to csv file--
writecsv("Android_Application_Activity",['APPLICATION','DATE'],androidapp)
#--read data from csv file--
readcsv("Android_Application_Activity")
#--print output to terminal-- | [
2,
48443,
14629,
14,
8800,
14,
24330,
220,
197,
29412,
17,
13,
22,
198,
7061,
6,
198,
25934,
24641,
198,
6943,
16718,
5565,
27710,
198,
7061,
6,
198,
11748,
302,
198,
6738,
1319,
40664,
1330,
1635,
198,
198,
2,
438,
21797,
287,
11532,
5794,
438,
220,
198,
64,
28,
1136,
19211,
335,
1045,
3419,
198,
198,
2,
438,
3041,
25636,
41986,
438,
198,
19411,
1324,
28,
260,
13,
19796,
439,
7,
81,
6,
38214,
26933,
59,
86,
59,
82,
60,
28988,
3556,
64,
6927,
1671,
29,
26933,
59,
86,
59,
82,
59,
11,
59,
47715,
28988,
3556,
7146,
29,
3256,
64,
8,
198,
198,
2,
438,
13564,
1366,
284,
269,
21370,
2393,
438,
198,
13564,
40664,
7203,
25934,
62,
23416,
62,
16516,
1600,
17816,
2969,
31484,
6234,
41707,
35,
6158,
6,
4357,
19411,
1324,
8,
198,
198,
2,
438,
961,
1366,
422,
269,
21370,
2393,
438,
198,
961,
40664,
7203,
25934,
62,
23416,
62,
16516,
4943,
198,
2,
438,
4798,
5072,
284,
12094,
438
] | 2.713415 | 164 |
# Generated by Django 3.2 on 2021-08-11 08:54
from django.db import migrations, models
| [
2,
2980,
515,
416,
37770,
513,
13,
17,
319,
33448,
12,
2919,
12,
1157,
8487,
25,
4051,
198,
198,
6738,
42625,
14208,
13,
9945,
1330,
15720,
602,
11,
4981,
628
] | 2.966667 | 30 |
from django.conf.urls import url
from . import views
from django.contrib.auth.decorators import login_required
urlpatterns = [
url('', views.MapTemplate, name="default"),
url('template2/', views.MapTemplate2, name="default"),
url('template3/', views.MapTemplate3, name="default"),
]
| [
6738,
42625,
14208,
13,
10414,
13,
6371,
82,
1330,
19016,
198,
6738,
764,
1330,
5009,
198,
6738,
42625,
14208,
13,
3642,
822,
13,
18439,
13,
12501,
273,
2024,
1330,
17594,
62,
35827,
198,
6371,
33279,
82,
796,
685,
198,
220,
220,
220,
19016,
10786,
3256,
5009,
13,
13912,
30800,
11,
1438,
2625,
12286,
12340,
198,
220,
220,
220,
19016,
10786,
28243,
17,
14,
3256,
5009,
13,
13912,
30800,
17,
11,
1438,
2625,
12286,
12340,
198,
220,
220,
220,
19016,
10786,
28243,
18,
14,
3256,
5009,
13,
13912,
30800,
18,
11,
1438,
2625,
12286,
12340,
198,
60,
198
] | 3.041237 | 97 |
# Crichton, Admirable Source Configuration Management
# Copyright 2012 British Broadcasting 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.
#
#
# South introspection rules for django-audit-log
# from http://south.aeracode.org/ticket/693
# can probably removed when south goes 1.0 (using 0.7)
# invoked from models.py
from south.modelsinspector import add_introspection_rules
from django.contrib.auth.models import User
__rules_added = False
| [
2,
3864,
488,
1122,
11,
21177,
540,
8090,
28373,
8549,
198,
2,
15069,
2321,
3517,
32250,
10501,
198,
2,
198,
2,
49962,
739,
262,
24843,
13789,
11,
10628,
362,
13,
15,
357,
1169,
366,
34156,
15341,
198,
2,
220,
345,
743,
407,
779,
428,
2393,
2845,
287,
11846,
351,
262,
13789,
13,
198,
2,
220,
921,
743,
7330,
257,
4866,
286,
262,
13789,
379,
198,
2,
198,
2,
220,
220,
220,
220,
220,
2638,
1378,
2503,
13,
43073,
13,
2398,
14,
677,
4541,
14,
43,
2149,
24290,
12,
17,
13,
15,
198,
2,
198,
2,
220,
17486,
2672,
416,
9723,
1099,
393,
4987,
284,
287,
3597,
11,
3788,
198,
2,
220,
9387,
739,
262,
13789,
318,
9387,
319,
281,
366,
1921,
3180,
1,
29809,
1797,
11,
198,
2,
220,
42881,
34764,
11015,
6375,
7102,
49828,
11053,
3963,
15529,
509,
12115,
11,
2035,
4911,
393,
17142,
13,
198,
2,
220,
4091,
262,
13789,
329,
262,
2176,
3303,
15030,
21627,
290,
198,
2,
220,
11247,
739,
262,
13789,
13,
198,
2,
198,
2,
198,
198,
2,
2520,
18951,
31308,
3173,
329,
42625,
14208,
12,
3885,
270,
12,
6404,
198,
2,
220,
220,
220,
220,
220,
220,
422,
2638,
1378,
35782,
13,
25534,
330,
1098,
13,
2398,
14,
43350,
14,
48528,
198,
2,
460,
2192,
4615,
618,
5366,
2925,
352,
13,
15,
357,
3500,
657,
13,
22,
8,
198,
2,
24399,
422,
4981,
13,
9078,
198,
6738,
5366,
13,
27530,
1040,
806,
273,
1330,
751,
62,
600,
305,
31308,
62,
38785,
198,
6738,
42625,
14208,
13,
3642,
822,
13,
18439,
13,
27530,
1330,
11787,
198,
198,
834,
38785,
62,
29373,
796,
10352,
198
] | 3.581481 | 270 |
from .solution import minimumDeletions
from ..utils import io, printer
print('Enter string only consisting of "a"s and "b"s:', end=' ')
s = io.get(str).lower()
violating_characters = set(s) - set('ab')
assert len(violating_characters) == 0, f'Violating characters: {", ".join(violating_characters)}'
deletions = minimumDeletions(s)
print(f'Need at least {printer.pluralise(deletion=deletions)} to make "{s}" balanced.') | [
6738,
764,
82,
2122,
1330,
5288,
5005,
1616,
507,
198,
6738,
11485,
26791,
1330,
33245,
11,
20632,
198,
198,
4798,
10786,
17469,
4731,
691,
17747,
286,
366,
64,
1,
82,
290,
366,
65,
1,
82,
25,
3256,
886,
11639,
705,
8,
198,
82,
796,
33245,
13,
1136,
7,
2536,
737,
21037,
3419,
198,
198,
17069,
803,
62,
10641,
19858,
796,
900,
7,
82,
8,
532,
900,
10786,
397,
11537,
198,
30493,
18896,
7,
17069,
803,
62,
10641,
19858,
8,
6624,
657,
11,
277,
6,
33894,
803,
3435,
25,
1391,
1600,
27071,
22179,
7,
17069,
803,
62,
10641,
19858,
38165,
6,
198,
198,
2934,
1616,
507,
796,
5288,
5005,
1616,
507,
7,
82,
8,
198,
4798,
7,
69,
6,
23037,
379,
1551,
1391,
1050,
3849,
13,
489,
1523,
786,
7,
2934,
1616,
295,
28,
2934,
1616,
507,
38165,
284,
787,
45144,
82,
36786,
12974,
2637,
8
] | 2.910345 | 145 |
from flask import Flask, session
from automlk.print import *
from automlk.folders import has_subfolders
app = Flask(__name__)
SESSION_TYPE = 'redis'
app.config.from_object('config')
app.jinja_env.globals.update(print_summary=print_summary)
app.jinja_env.globals.update(print_summary=print_summary)
app.jinja_env.globals.update(print_list=print_list)
app.jinja_env.globals.update(print_score=print_score)
app.jinja_env.globals.update(print_score_std=print_score_std)
app.jinja_env.globals.update(print_value=print_value)
app.jinja_env.globals.update(print_rounded=print_rounded)
app.jinja_env.globals.update(print_duration=print_duration)
app.jinja_env.globals.update(print_params=print_params)
app.jinja_env.globals.update(print_indent=print_indent)
app.jinja_env.globals.update(print_other_metrics=print_other_metrics)
app.jinja_env.globals.update(has_subfolders=has_subfolders)
from app import views
| [
6738,
42903,
1330,
46947,
11,
6246,
198,
6738,
3557,
75,
74,
13,
4798,
1330,
1635,
198,
6738,
3557,
75,
74,
13,
11379,
364,
1330,
468,
62,
7266,
11379,
364,
198,
198,
1324,
796,
46947,
7,
834,
3672,
834,
8,
198,
50,
47621,
62,
25216,
796,
705,
445,
271,
6,
198,
1324,
13,
11250,
13,
6738,
62,
15252,
10786,
11250,
11537,
198,
1324,
13,
18594,
6592,
62,
24330,
13,
4743,
672,
874,
13,
19119,
7,
4798,
62,
49736,
28,
4798,
62,
49736,
8,
198,
1324,
13,
18594,
6592,
62,
24330,
13,
4743,
672,
874,
13,
19119,
7,
4798,
62,
49736,
28,
4798,
62,
49736,
8,
198,
1324,
13,
18594,
6592,
62,
24330,
13,
4743,
672,
874,
13,
19119,
7,
4798,
62,
4868,
28,
4798,
62,
4868,
8,
198,
1324,
13,
18594,
6592,
62,
24330,
13,
4743,
672,
874,
13,
19119,
7,
4798,
62,
26675,
28,
4798,
62,
26675,
8,
198,
1324,
13,
18594,
6592,
62,
24330,
13,
4743,
672,
874,
13,
19119,
7,
4798,
62,
26675,
62,
19282,
28,
4798,
62,
26675,
62,
19282,
8,
198,
1324,
13,
18594,
6592,
62,
24330,
13,
4743,
672,
874,
13,
19119,
7,
4798,
62,
8367,
28,
4798,
62,
8367,
8,
198,
1324,
13,
18594,
6592,
62,
24330,
13,
4743,
672,
874,
13,
19119,
7,
4798,
62,
39262,
28,
4798,
62,
39262,
8,
198,
1324,
13,
18594,
6592,
62,
24330,
13,
4743,
672,
874,
13,
19119,
7,
4798,
62,
32257,
28,
4798,
62,
32257,
8,
198,
1324,
13,
18594,
6592,
62,
24330,
13,
4743,
672,
874,
13,
19119,
7,
4798,
62,
37266,
28,
4798,
62,
37266,
8,
198,
1324,
13,
18594,
6592,
62,
24330,
13,
4743,
672,
874,
13,
19119,
7,
4798,
62,
521,
298,
28,
4798,
62,
521,
298,
8,
198,
1324,
13,
18594,
6592,
62,
24330,
13,
4743,
672,
874,
13,
19119,
7,
4798,
62,
847,
62,
4164,
10466,
28,
4798,
62,
847,
62,
4164,
10466,
8,
198,
1324,
13,
18594,
6592,
62,
24330,
13,
4743,
672,
874,
13,
19119,
7,
10134,
62,
7266,
11379,
364,
28,
10134,
62,
7266,
11379,
364,
8,
198,
198,
6738,
598,
1330,
5009,
198
] | 2.605187 | 347 |
# Generated by Django 2.1.1 on 2018-10-05 12:39
from django.db import migrations
| [
2,
2980,
515,
416,
37770,
362,
13,
16,
13,
16,
319,
2864,
12,
940,
12,
2713,
1105,
25,
2670,
198,
198,
6738,
42625,
14208,
13,
9945,
1330,
15720,
602,
628
] | 2.766667 | 30 |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright 2016 Daniel Estevez <[email protected]>.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
# The above copyright notice and this permission notice shall be included in all
# copies or substantial portions of the Software.
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
import numpy
from gnuradio import gr
import collections
import pmt
import array
import hdlc
class hdlc_framer(gr.basic_block):
"""
docstring for block hdlc_framer
"""
| [
2,
48443,
14629,
14,
8800,
14,
24330,
21015,
198,
2,
532,
9,
12,
19617,
25,
3384,
69,
12,
23,
532,
9,
12,
198,
2,
220,
198,
2,
15069,
1584,
7806,
412,
4169,
33425,
1279,
67,
6321,
31,
16520,
68,
33425,
13,
3262,
28401,
198,
2,
220,
198,
2,
2448,
3411,
318,
29376,
7520,
11,
1479,
286,
3877,
11,
284,
597,
1048,
16727,
257,
4866,
198,
2,
286,
428,
3788,
290,
3917,
10314,
3696,
357,
1169,
366,
25423,
12340,
284,
1730,
198,
2,
287,
262,
10442,
1231,
17504,
11,
1390,
1231,
17385,
262,
2489,
198,
2,
284,
779,
11,
4866,
11,
13096,
11,
20121,
11,
7715,
11,
14983,
11,
850,
43085,
11,
290,
14,
273,
3677,
198,
2,
9088,
286,
262,
10442,
11,
290,
284,
8749,
6506,
284,
4150,
262,
10442,
318,
198,
2,
30760,
284,
466,
523,
11,
2426,
284,
262,
1708,
3403,
25,
198,
198,
2,
383,
2029,
6634,
4003,
290,
428,
7170,
4003,
2236,
307,
3017,
287,
477,
198,
2,
9088,
393,
8904,
16690,
286,
262,
10442,
13,
198,
198,
2,
3336,
47466,
3180,
36592,
2389,
1961,
366,
1921,
3180,
1600,
42881,
34764,
56,
3963,
15529,
509,
12115,
11,
7788,
32761,
6375,
198,
2,
8959,
49094,
11,
47783,
2751,
21728,
5626,
40880,
5390,
3336,
34764,
11015,
3963,
34482,
3398,
1565,
5603,
25382,
11,
198,
2,
376,
46144,
7473,
317,
16652,
2149,
37232,
33079,
48933,
5357,
44521,
1268,
10913,
2751,
12529,
13,
3268,
8005,
49261,
50163,
3336,
198,
2,
37195,
20673,
6375,
27975,
38162,
9947,
367,
15173,
4877,
9348,
43031,
19146,
7473,
15529,
47666,
3955,
11,
29506,
25552,
6375,
25401,
198,
2,
43031,
25382,
11,
7655,
2767,
16879,
3268,
3537,
40282,
3963,
27342,
10659,
11,
309,
9863,
6375,
25401,
54,
24352,
11,
5923,
1797,
2751,
16034,
11,
198,
2,
16289,
3963,
6375,
3268,
7102,
45,
24565,
13315,
3336,
47466,
6375,
3336,
23210,
6375,
25401,
5550,
1847,
20754,
3268,
3336,
198,
2,
47466,
13,
198,
198,
11748,
299,
32152,
198,
6738,
19967,
333,
324,
952,
1330,
1036,
198,
11748,
17268,
198,
11748,
9114,
83,
198,
11748,
7177,
198,
198,
11748,
289,
25404,
66,
198,
198,
4871,
289,
25404,
66,
62,
19298,
263,
7,
2164,
13,
35487,
62,
9967,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
2205,
8841,
329,
2512,
289,
25404,
66,
62,
19298,
263,
198,
220,
220,
220,
37227,
198
] | 3.494792 | 384 |
import six
from nefertari.utils.dictset import dictset
from nefertari.utils.utils import issequence
class FieldData(object):
""" Keeps field data in a generic format.
Is passed to field processors.
"""
def __init__(self, name, new_value, params=None):
"""
:param name: Name of field.
:param new_value: New value of field.
:param params: Dict containing DB field init params.
E.g. min_length, required.
"""
self.name = name
self.new_value = new_value
self.params = params
@classmethod
def from_dict(cls, data, model):
""" Generate map of `fieldName: clsInstance` from dict.
:param data: Dict where keys are field names and values are
new values of field.
:param model: Model class to which fields from :data: belong.
"""
model_provided = model is not None
result = {}
for name, new_value in data.items():
kwargs = {
'name': name,
'new_value': new_value,
}
if model_provided:
kwargs['params'] = model.get_field_params(name)
result[name] = cls(**kwargs)
return result
| [
11748,
2237,
198,
6738,
497,
69,
861,
2743,
13,
26791,
13,
11600,
2617,
1330,
8633,
2617,
198,
6738,
497,
69,
861,
2743,
13,
26791,
13,
26791,
1330,
318,
43167,
628,
628,
628,
628,
628,
198,
4871,
7663,
6601,
7,
15252,
2599,
198,
220,
220,
220,
37227,
9175,
82,
2214,
1366,
287,
257,
14276,
5794,
13,
628,
220,
220,
220,
1148,
3804,
284,
2214,
20399,
13,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
825,
11593,
15003,
834,
7,
944,
11,
1438,
11,
649,
62,
8367,
11,
42287,
28,
14202,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
1438,
25,
6530,
286,
2214,
13,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
649,
62,
8367,
25,
968,
1988,
286,
2214,
13,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
42287,
25,
360,
713,
7268,
20137,
2214,
2315,
42287,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
412,
13,
70,
13,
949,
62,
13664,
11,
2672,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
3672,
796,
1438,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
3605,
62,
8367,
796,
649,
62,
8367,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
37266,
796,
42287,
628,
220,
220,
220,
2488,
4871,
24396,
198,
220,
220,
220,
825,
422,
62,
11600,
7,
565,
82,
11,
1366,
11,
2746,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
2980,
378,
3975,
286,
4600,
3245,
5376,
25,
537,
82,
33384,
63,
422,
8633,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
1366,
25,
360,
713,
810,
8251,
389,
2214,
3891,
290,
3815,
389,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
649,
3815,
286,
2214,
13,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
17143,
2746,
25,
9104,
1398,
284,
543,
7032,
422,
1058,
7890,
25,
5594,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2746,
62,
41279,
796,
2746,
318,
407,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
1255,
796,
23884,
198,
220,
220,
220,
220,
220,
220,
220,
329,
1438,
11,
649,
62,
8367,
287,
1366,
13,
23814,
33529,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
479,
86,
22046,
796,
1391,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3672,
10354,
1438,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
3605,
62,
8367,
10354,
649,
62,
8367,
11,
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,
611,
2746,
62,
41279,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
479,
86,
22046,
17816,
37266,
20520,
796,
2746,
13,
1136,
62,
3245,
62,
37266,
7,
3672,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1255,
58,
3672,
60,
796,
537,
82,
7,
1174,
46265,
22046,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
1255,
198
] | 2.256318 | 554 |
import numpy as np
from ._skyproj import _Skyproj
__all__ = ['Skyproj', 'McBrydeSkyproj', 'LaeaSkyproj', 'MollweideSkyproj',
'HammerSkyproj', 'EqualEarthSkyproj', 'GnomonicSkyproj',
'ObliqueMollweideSkyproj']
class _Stadium:
"""Extension class to create a stadium-shaped projection boundary.
"""
class _Ellipse21:
"""Extension class to create an ellipse-shaped projection boundary.
"""
class _Circle:
"""Extension class to create a circular projection boundary.
"""
# The default skyproj is a cylindrical Plate Carree projection.
# docstring inherited
# Plate Carree
# The following skyprojs include the equal-area projections that are tested
# and known to work.
# docstring inherited
# McBryde-Thomas Flat Polar Quartic
# docstring inherited
# Equal Earth
class ObliqueMollweideSkyproj(_Skyproj, _Ellipse21):
"""Oblique Mollweide Projection.
Parameters
----------
lon_0 : `float`, optional
Central longitude of the underlying Mollweide projection.
lat_p : `float`, optional
Latitude of the North Pole of the unrotated coordinate system.
lon_p : `float`, optional
Longitude of the North Pole of the unrotated coordinate system.
**kwargs : `dict`, optional
Additional kwargs for `skyproj._Skyproj`.
"""
# Oblique Mollweide
@property
@property
@property
@property
# The Gnomonic (tangent plane) projection is not equal-area and
# is not available for full-sky plots. It is only for small
# zoomed regions
| [
11748,
299,
32152,
355,
45941,
198,
198,
6738,
47540,
15688,
1676,
73,
1330,
4808,
22308,
1676,
73,
198,
198,
834,
439,
834,
796,
37250,
22308,
1676,
73,
3256,
705,
9742,
33,
563,
2934,
22308,
1676,
73,
3256,
705,
43,
44705,
22308,
1676,
73,
3256,
705,
44,
692,
732,
485,
22308,
1676,
73,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
21281,
647,
22308,
1676,
73,
3256,
705,
36,
13255,
22840,
22308,
1676,
73,
3256,
705,
38,
26601,
9229,
22308,
1676,
73,
3256,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
705,
46,
2436,
2350,
44,
692,
732,
485,
22308,
1676,
73,
20520,
628,
198,
4871,
4808,
1273,
6271,
25,
198,
220,
220,
220,
37227,
11627,
3004,
1398,
284,
2251,
257,
10308,
12,
16760,
20128,
18645,
13,
198,
220,
220,
220,
37227,
628,
198,
4871,
4808,
30639,
541,
325,
2481,
25,
198,
220,
220,
220,
37227,
11627,
3004,
1398,
284,
2251,
281,
30004,
541,
325,
12,
16760,
20128,
18645,
13,
198,
220,
220,
220,
37227,
628,
198,
4871,
4808,
31560,
293,
25,
198,
220,
220,
220,
37227,
11627,
3004,
1398,
284,
2251,
257,
18620,
20128,
18645,
13,
198,
220,
220,
220,
37227,
628,
198,
2,
383,
4277,
6766,
1676,
73,
318,
257,
17327,
521,
8143,
23648,
1879,
631,
20128,
13,
198,
220,
220,
220,
1303,
2205,
8841,
19552,
198,
220,
220,
220,
1303,
23648,
1879,
631,
628,
198,
2,
383,
1708,
6766,
1676,
8457,
2291,
262,
4961,
12,
20337,
19887,
326,
389,
6789,
198,
2,
290,
1900,
284,
670,
13,
198,
220,
220,
220,
1303,
2205,
8841,
19552,
198,
220,
220,
220,
1303,
1982,
33,
563,
2934,
12,
22405,
21939,
32909,
48748,
291,
628,
628,
198,
220,
220,
220,
1303,
2205,
8841,
19552,
198,
220,
220,
220,
1303,
28701,
3668,
628,
198,
4871,
1835,
41522,
44,
692,
732,
485,
22308,
1676,
73,
28264,
22308,
1676,
73,
11,
4808,
30639,
541,
325,
2481,
2599,
198,
220,
220,
220,
37227,
46,
2436,
2350,
337,
692,
732,
485,
4935,
295,
13,
628,
220,
220,
220,
40117,
198,
220,
220,
220,
24200,
438,
198,
220,
220,
220,
300,
261,
62,
15,
1058,
4600,
22468,
47671,
11902,
198,
220,
220,
220,
220,
220,
220,
220,
5694,
890,
3984,
286,
262,
10238,
337,
692,
732,
485,
20128,
13,
198,
220,
220,
220,
3042,
62,
79,
1058,
4600,
22468,
47671,
11902,
198,
220,
220,
220,
220,
220,
220,
220,
5476,
3984,
286,
262,
2258,
29385,
286,
262,
555,
10599,
515,
20435,
1080,
13,
198,
220,
220,
220,
300,
261,
62,
79,
1058,
4600,
22468,
47671,
11902,
198,
220,
220,
220,
220,
220,
220,
220,
5882,
3984,
286,
262,
2258,
29385,
286,
262,
555,
10599,
515,
20435,
1080,
13,
198,
220,
220,
220,
12429,
46265,
22046,
1058,
4600,
11600,
47671,
11902,
198,
220,
220,
220,
220,
220,
220,
220,
15891,
479,
86,
22046,
329,
4600,
15688,
1676,
73,
13557,
22308,
1676,
73,
44646,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
1303,
1835,
41522,
337,
692,
732,
485,
628,
220,
220,
220,
2488,
26745,
628,
220,
220,
220,
2488,
26745,
628,
220,
220,
220,
2488,
26745,
628,
220,
220,
220,
2488,
26745,
628,
198,
2,
383,
18509,
296,
9229,
357,
83,
648,
298,
6614,
8,
20128,
318,
407,
4961,
12,
20337,
290,
198,
2,
318,
407,
1695,
329,
1336,
12,
15688,
21528,
13,
220,
632,
318,
691,
329,
1402,
198,
2,
19792,
276,
7652,
198
] | 2.80354 | 565 |
import sys
import logging
import argparse
from logging.config import fileConfig
from calculator import ExpressionCalculator
def main():
"""
Driver function that collects user inputs and passes it to the underlying engine
:returns integer indicating success or failure
"""
logger = logging.getLogger(__name__)
logger.debug('Parsing arguments passed to the program')
parser = argparse.ArgumentParser(description='Process a set of expression files in a directory.')
parser.add_argument('source', help='source directory for input files')
parser.add_argument('target', help='destination directory for output files')
parser.add_argument('--extension', default='.xml', help='Extension for spec files')
args = parser.parse_args()
logger.info('Initializing the application engine')
application = ExpressionCalculator(args.source, args.target, args.extension)
logger.info('Initiating processing')
application.process()
return 0
if __name__ == '__main__':
fileConfig('logging.ini')
sys.exit(main())
| [
11748,
25064,
198,
11748,
18931,
198,
11748,
1822,
29572,
198,
198,
6738,
18931,
13,
11250,
1330,
2393,
16934,
198,
198,
6738,
28260,
1330,
41986,
9771,
3129,
1352,
628,
198,
4299,
1388,
33529,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
12434,
2163,
326,
26609,
2836,
17311,
290,
8318,
340,
284,
262,
10238,
3113,
198,
220,
220,
220,
1058,
7783,
82,
18253,
12739,
1943,
393,
5287,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
49706,
796,
18931,
13,
1136,
11187,
1362,
7,
834,
3672,
834,
8,
628,
220,
220,
220,
49706,
13,
24442,
10786,
47,
945,
278,
7159,
3804,
284,
262,
1430,
11537,
198,
220,
220,
220,
30751,
796,
1822,
29572,
13,
28100,
1713,
46677,
7,
11213,
11639,
18709,
257,
900,
286,
5408,
3696,
287,
257,
8619,
2637,
8,
198,
220,
220,
220,
30751,
13,
2860,
62,
49140,
10786,
10459,
3256,
1037,
11639,
10459,
8619,
329,
5128,
3696,
11537,
198,
220,
220,
220,
30751,
13,
2860,
62,
49140,
10786,
16793,
3256,
1037,
11639,
16520,
1883,
8619,
329,
5072,
3696,
11537,
198,
220,
220,
220,
30751,
13,
2860,
62,
49140,
10786,
438,
2302,
3004,
3256,
4277,
28,
4458,
19875,
3256,
1037,
11639,
11627,
3004,
329,
1020,
3696,
11537,
198,
220,
220,
220,
26498,
796,
30751,
13,
29572,
62,
22046,
3419,
628,
220,
220,
220,
49706,
13,
10951,
10786,
24243,
2890,
262,
3586,
3113,
11537,
198,
220,
220,
220,
3586,
796,
41986,
9771,
3129,
1352,
7,
22046,
13,
10459,
11,
26498,
13,
16793,
11,
26498,
13,
2302,
3004,
8,
198,
220,
220,
220,
49706,
13,
10951,
10786,
818,
8846,
803,
7587,
11537,
198,
220,
220,
220,
3586,
13,
14681,
3419,
628,
220,
220,
220,
1441,
657,
628,
198,
361,
11593,
3672,
834,
6624,
705,
834,
12417,
834,
10354,
198,
220,
220,
220,
2393,
16934,
10786,
6404,
2667,
13,
5362,
11537,
198,
220,
220,
220,
25064,
13,
37023,
7,
12417,
28955,
198
] | 3.448387 | 310 |
# Generated by Django 3.2.11 on 2022-01-16 01:51
import datetime
from django.conf import settings
import django.contrib.auth.validators
import django.contrib.postgres.fields
import django.core.validators
from django.db import migrations, models
from django.utils.timezone import utc
import django.utils.timezone
import integreat_cms.cms.models.media.media_file
import integreat_cms.cms.models.users.user
class Migration(migrations.Migration):
"""
Initial migration
"""
initial = True
dependencies = [
("auth", "0012_alter_user_first_name_max_length"),
("contenttypes", "0002_remove_content_type_name"),
]
operations = [
migrations.CreateModel(
name="User",
fields=[
(
"id",
models.BigAutoField(
auto_created=True,
primary_key=True,
serialize=False,
verbose_name="ID",
),
),
("password", models.CharField(max_length=128, verbose_name="password")),
(
"last_login",
models.DateTimeField(
blank=True, null=True, verbose_name="last login"
),
),
(
"is_superuser",
models.BooleanField(
default=False,
help_text="Designates that this user has all permissions without explicitly assigning them.",
verbose_name="superuser status",
),
),
(
"username",
models.CharField(
error_messages={
"unique": "A user with that username already exists."
},
help_text="Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.",
max_length=150,
unique=True,
validators=[
django.contrib.auth.validators.UnicodeUsernameValidator()
],
verbose_name="username",
),
),
(
"first_name",
models.CharField(
blank=True, max_length=150, verbose_name="first name"
),
),
(
"last_name",
models.CharField(
blank=True, max_length=150, verbose_name="last name"
),
),
(
"email",
models.EmailField(
blank=True, max_length=254, verbose_name="email address"
),
),
(
"is_staff",
models.BooleanField(
default=False,
help_text="Designates whether the user can log into this admin site.",
verbose_name="staff status",
),
),
(
"is_active",
models.BooleanField(
default=True,
help_text="Designates whether this user should be treated as active. Unselect this instead of deleting accounts.",
verbose_name="active",
),
),
(
"date_joined",
models.DateTimeField(
default=django.utils.timezone.now, verbose_name="date joined"
),
),
(
"chat_last_visited",
models.DateTimeField(
default=datetime.datetime(1, 1, 1, 0, 0, tzinfo=utc),
help_text="The date and time when the user did read the chat the last time",
verbose_name="last chat visit date",
),
),
(
"expert_mode",
models.BooleanField(
default=False,
help_text="Enable this option to show up additional features like XLIFF import/export, page filtering, mirrored pages, page-based permissions, Do-Not-Translate-Tag and recurring events",
verbose_name="experienced user",
),
),
(
"page_tree_tutorial_seen",
models.BooleanField(
default=False,
help_text="Will be set to true once the user dismissed the page tree tutorial",
verbose_name="Page tree tutorial seen",
),
),
(
"groups",
models.ManyToManyField(
blank=True,
help_text="The groups this user belongs to. A user will get all permissions granted to each of their groups.",
related_name="user_set",
related_query_name="user",
to="auth.Group",
verbose_name="groups",
),
),
],
options={
"verbose_name": "user",
"verbose_name_plural": "users",
"default_permissions": ("change", "delete", "view"),
},
managers=[
("objects", integreat_cms.cms.models.users.user.CustomUserManager()),
],
),
migrations.CreateModel(
name="Directory",
fields=[
(
"id",
models.BigAutoField(
auto_created=True,
primary_key=True,
serialize=False,
verbose_name="ID",
),
),
("name", models.CharField(max_length=255, verbose_name="name")),
(
"created_date",
models.DateTimeField(
auto_now_add=True,
help_text="The date and time when the directory was created",
verbose_name="creation date",
),
),
(
"parent",
models.ForeignKey(
blank=True,
null=True,
on_delete=django.db.models.deletion.PROTECT,
related_name="subdirectories",
to="cms.directory",
verbose_name="parent directory",
),
),
],
options={
"verbose_name": "media directory",
"verbose_name_plural": "media directories",
"ordering": ["-region", "name"],
},
),
migrations.CreateModel(
name="Event",
fields=[
(
"id",
models.BigAutoField(
auto_created=True,
primary_key=True,
serialize=False,
verbose_name="ID",
),
),
(
"created_date",
models.DateTimeField(
default=django.utils.timezone.now, verbose_name="creation date"
),
),
("start_date", models.DateField(verbose_name="start date")),
("start_time", models.TimeField(blank=True, verbose_name="start time")),
("end_date", models.DateField(verbose_name="end date")),
("end_time", models.TimeField(blank=True, verbose_name="end time")),
(
"archived",
models.BooleanField(default=False, verbose_name="archived"),
),
],
options={
"verbose_name": "event",
"verbose_name_plural": "events",
"ordering": ["start_date", "start_time"],
"permissions": (("publish_event", "Can publish events"),),
"default_permissions": ("change", "delete", "view"),
"default_related_name": "events",
},
),
migrations.CreateModel(
name="Feedback",
fields=[
(
"id",
models.BigAutoField(
auto_created=True,
primary_key=True,
serialize=False,
verbose_name="ID",
),
),
(
"rating",
models.BooleanField(
blank=True,
choices=[
(True, "Positive"),
(False, "Negative"),
(None, "Not stated"),
],
default=None,
help_text="Whether the feedback is positive or negative",
null=True,
verbose_name="rating",
),
),
("comment", models.TextField(blank=True, verbose_name="comment")),
(
"is_technical",
models.BooleanField(
help_text="Whether or not the feedback is targeted at the developers",
verbose_name="technical",
),
),
(
"created_date",
models.DateTimeField(
auto_now_add=True, verbose_name="creation date"
),
),
],
options={
"verbose_name": "feedback",
"verbose_name_plural": "feedback",
"ordering": ["-created_date"],
"default_permissions": ("change", "delete", "view"),
},
),
migrations.CreateModel(
name="ImprintPage",
fields=[
(
"id",
models.BigAutoField(
auto_created=True,
primary_key=True,
serialize=False,
verbose_name="ID",
),
),
(
"created_date",
models.DateTimeField(
default=django.utils.timezone.now, verbose_name="creation date"
),
),
(
"explicitly_archived",
models.BooleanField(
default=False,
help_text="Whether or not the page is explicitly archived",
verbose_name="explicitly archived",
),
),
],
options={
"verbose_name": "imprint",
"verbose_name_plural": "imprints",
"default_permissions": ("change", "delete", "view"),
"default_related_name": "imprints",
},
),
migrations.CreateModel(
name="Language",
fields=[
(
"id",
models.BigAutoField(
auto_created=True,
primary_key=True,
serialize=False,
verbose_name="ID",
),
),
(
"slug",
models.SlugField(
help_text="Unique string identifier used in URLs without spaces and special characters.",
max_length=8,
unique=True,
validators=[django.core.validators.MinLengthValidator(2)],
verbose_name="Language Slug",
),
),
(
"bcp47_tag",
models.SlugField(
help_text="Language identifier without spaces and special characters. This field usually contains a combination of subtags from the IANA Subtag Registry.",
max_length=35,
unique=True,
validators=[django.core.validators.MinLengthValidator(2)],
verbose_name="BCP47 Tag",
),
),
(
"native_name",
models.CharField(
help_text="The name of the language in this language.",
max_length=250,
verbose_name="native name",
),
),
(
"english_name",
models.CharField(
help_text="The name of the language in English.",
max_length=250,
verbose_name="name in English",
),
),
(
"text_direction",
models.CharField(
choices=[
("LEFT_TO_RIGHT", "Left to right"),
("RIGHT_TO_LEFT", "Right to left"),
],
default="LEFT_TO_RIGHT",
max_length=13,
verbose_name="text direction",
),
),
(
"primary_country_code",
models.CharField(
choices=[
("ad", "Andorra"),
("ae", "United Arab Emirates"),
("af", "Afghanistan"),
("al", "Albania"),
("am", "Armenia"),
("ao", "Angola"),
("ar", "Argentina"),
("at", "Austria"),
("au", "Australia"),
("az", "Azerbaijan"),
("ba", "Bosnia and Herzegovina"),
("bd", "Bangladesh"),
("be", "Belgium"),
("bf", "Burkina Faso"),
("bg", "Bulgaria"),
("bh", "Bahrain"),
("bi", "Burundi"),
("bj", "Benin"),
("bm", "Bermuda"),
("bn", "Brunei"),
("bo", "Bolivia"),
("br", "Brazil"),
("bt", "Bhutan"),
("bw", "Botswana"),
("by", "Belarus"),
("ca", "Canada"),
("cd", "Congo (Democratic Republic)"),
("cf", "Central African Republic"),
("cg", "Congo (Republic)"),
("ch", "Switzerland"),
("ci", "Côte d'Ivoire"),
("cl", "Chile"),
("cm", "Cameroon"),
("cn", "China"),
("co", "Colombia"),
("cr", "Costa Rica"),
("cu", "Cuba"),
("cy", "Cyprus"),
("cz", "Czechia"),
("de", "Germany"),
("dj", "Djibouti"),
("dk", "Denmark"),
("dm", "Dominica"),
("do", "Dominican Republic"),
("dz", "Algeria"),
("ec", "Ecuador"),
("ee", "Estonia"),
("eg", "Egypt"),
("er", "Eritrea"),
("es", "Spain"),
("et", "Ethiopia"),
("fi", "Finland"),
("fr", "France"),
("ga", "Gabon"),
(
"gb",
"United Kingdom of Great Britain and Northern Ireland",
),
("gd", "Grenada"),
("ge", "Georgia"),
("gf", "French Guiana"),
("gg", "Guernsey"),
("gh", "Ghana"),
("gi", "Gibraltar"),
("gl", "Greenland"),
("gm", "Gambia"),
("gn", "Guinea"),
("gp", "Guadeloupe"),
("gr", "Greece"),
("gt", "Guatemala"),
("gu", "Guam"),
("gy", "Guyana"),
("hk", "Hong Kong"),
("hn", "Honduras"),
("hr", "Croatia"),
("ht", "Haiti"),
("hu", "Hungary"),
("id", "Indonesia"),
("ie", "Ireland"),
("il", "Israel"),
("in", "India"),
("iq", "Iraq"),
("ir", "Iran"),
("is", "Iceland"),
("it", "Italy"),
("jm", "Jamaica"),
("jo", "Jordan"),
("jp", "Japan"),
("ke", "Kenya"),
("kg", "Kyrgyzstan"),
("kh", "Cambodia"),
("kp", "North Korea"),
("kr", "South Korea"),
("kw", "Kuwait"),
("kz", "Kazakhstan"),
("lb", "Lebanon"),
("li", "Liechtenstein"),
("lr", "Liberia"),
("ls", "Lesotho"),
("lt", "Lithuania"),
("lu", "Luxembourg"),
("lv", "Latvia"),
("ly", "Libya"),
("ma", "Morocco"),
("mc", "Monaco"),
("md", "Moldova"),
("me", "Montenegro"),
("mg", "Madagascar"),
("mk", "North Macedonia"),
("ml", "Mali"),
("mm", "Myanmar"),
("mn", "Mongolia"),
("mr", "Mauritania"),
("mt", "Malta"),
("mu", "Mauritius"),
("mv", "Maldives"),
("mw", "Malawi"),
("mx", "Mexico"),
("my", "Malaysia"),
("mz", "Mozambique"),
("na", "Namibia"),
("ne", "Niger"),
("ng", "Nigeria"),
("ni", "Nicaragua"),
("nl", "Netherlands"),
("no", "Norway"),
("np", "Nepal"),
("nz", "New Zealand"),
("om", "Oman"),
("pa", "Panama"),
("pe", "Peru"),
("pf", "French Polynesia"),
("pg", "Papua New Guinea"),
("ph", "Philippines"),
("pk", "Pakistan"),
("pl", "Poland"),
("ps", "Palestine"),
("pt", "Portugal"),
("py", "Paraguay"),
("qa", "Qatar"),
("ro", "Romania"),
("rs", "Serbia"),
("ru", "Russian Federation"),
("rw", "Rwanda"),
("sa", "Saudi Arabia"),
("sd", "Sudan"),
("se", "Sweden"),
("si", "Slovenia"),
("sk", "Slovakia"),
("sl", "Sierra Leone"),
("sn", "Senegal"),
("so", "Somalia"),
("ss", "South Sudan"),
("sv", "El Salvador"),
("sy", "Syrian Arab Republic"),
("td", "Chad"),
("th", "Thailand"),
("tj", "Tajikistan"),
("tm", "Turkmenistan"),
("tn", "Tunisia"),
("tr", "Turkey"),
("tw", "Taiwan"),
("tz", "Tanzania"),
("ua", "Ukraine"),
("ug", "Uganda"),
("us", "United States of America"),
("uy", "Uruguay"),
("uz", "Uzbekistan"),
("ve", "Venezuela"),
("vn", "Viet Nam"),
("xk", "Kosovo"),
("ye", "Yemen"),
("za", "South Africa"),
("zm", "Zambia"),
("zw", "Zimbabwe"),
],
help_text="The country with which this language is mainly associated. This flag is used to represent the language graphically.",
max_length=2,
verbose_name="primary country flag",
),
),
(
"secondary_country_code",
models.CharField(
blank=True,
choices=[
("ad", "Andorra"),
("ae", "United Arab Emirates"),
("af", "Afghanistan"),
("al", "Albania"),
("am", "Armenia"),
("ao", "Angola"),
("ar", "Argentina"),
("at", "Austria"),
("au", "Australia"),
("az", "Azerbaijan"),
("ba", "Bosnia and Herzegovina"),
("bd", "Bangladesh"),
("be", "Belgium"),
("bf", "Burkina Faso"),
("bg", "Bulgaria"),
("bh", "Bahrain"),
("bi", "Burundi"),
("bj", "Benin"),
("bm", "Bermuda"),
("bn", "Brunei"),
("bo", "Bolivia"),
("br", "Brazil"),
("bt", "Bhutan"),
("bw", "Botswana"),
("by", "Belarus"),
("ca", "Canada"),
("cd", "Congo (Democratic Republic)"),
("cf", "Central African Republic"),
("cg", "Congo (Republic)"),
("ch", "Switzerland"),
("ci", "Côte d'Ivoire"),
("cl", "Chile"),
("cm", "Cameroon"),
("cn", "China"),
("co", "Colombia"),
("cr", "Costa Rica"),
("cu", "Cuba"),
("cy", "Cyprus"),
("cz", "Czechia"),
("de", "Germany"),
("dj", "Djibouti"),
("dk", "Denmark"),
("dm", "Dominica"),
("do", "Dominican Republic"),
("dz", "Algeria"),
("ec", "Ecuador"),
("ee", "Estonia"),
("eg", "Egypt"),
("er", "Eritrea"),
("es", "Spain"),
("et", "Ethiopia"),
("fi", "Finland"),
("fr", "France"),
("ga", "Gabon"),
(
"gb",
"United Kingdom of Great Britain and Northern Ireland",
),
("gd", "Grenada"),
("ge", "Georgia"),
("gf", "French Guiana"),
("gg", "Guernsey"),
("gh", "Ghana"),
("gi", "Gibraltar"),
("gl", "Greenland"),
("gm", "Gambia"),
("gn", "Guinea"),
("gp", "Guadeloupe"),
("gr", "Greece"),
("gt", "Guatemala"),
("gu", "Guam"),
("gy", "Guyana"),
("hk", "Hong Kong"),
("hn", "Honduras"),
("hr", "Croatia"),
("ht", "Haiti"),
("hu", "Hungary"),
("id", "Indonesia"),
("ie", "Ireland"),
("il", "Israel"),
("in", "India"),
("iq", "Iraq"),
("ir", "Iran"),
("is", "Iceland"),
("it", "Italy"),
("jm", "Jamaica"),
("jo", "Jordan"),
("jp", "Japan"),
("ke", "Kenya"),
("kg", "Kyrgyzstan"),
("kh", "Cambodia"),
("kp", "North Korea"),
("kr", "South Korea"),
("kw", "Kuwait"),
("kz", "Kazakhstan"),
("lb", "Lebanon"),
("li", "Liechtenstein"),
("lr", "Liberia"),
("ls", "Lesotho"),
("lt", "Lithuania"),
("lu", "Luxembourg"),
("lv", "Latvia"),
("ly", "Libya"),
("ma", "Morocco"),
("mc", "Monaco"),
("md", "Moldova"),
("me", "Montenegro"),
("mg", "Madagascar"),
("mk", "North Macedonia"),
("ml", "Mali"),
("mm", "Myanmar"),
("mn", "Mongolia"),
("mr", "Mauritania"),
("mt", "Malta"),
("mu", "Mauritius"),
("mv", "Maldives"),
("mw", "Malawi"),
("mx", "Mexico"),
("my", "Malaysia"),
("mz", "Mozambique"),
("na", "Namibia"),
("ne", "Niger"),
("ng", "Nigeria"),
("ni", "Nicaragua"),
("nl", "Netherlands"),
("no", "Norway"),
("np", "Nepal"),
("nz", "New Zealand"),
("om", "Oman"),
("pa", "Panama"),
("pe", "Peru"),
("pf", "French Polynesia"),
("pg", "Papua New Guinea"),
("ph", "Philippines"),
("pk", "Pakistan"),
("pl", "Poland"),
("ps", "Palestine"),
("pt", "Portugal"),
("py", "Paraguay"),
("qa", "Qatar"),
("ro", "Romania"),
("rs", "Serbia"),
("ru", "Russian Federation"),
("rw", "Rwanda"),
("sa", "Saudi Arabia"),
("sd", "Sudan"),
("se", "Sweden"),
("si", "Slovenia"),
("sk", "Slovakia"),
("sl", "Sierra Leone"),
("sn", "Senegal"),
("so", "Somalia"),
("ss", "South Sudan"),
("sv", "El Salvador"),
("sy", "Syrian Arab Republic"),
("td", "Chad"),
("th", "Thailand"),
("tj", "Tajikistan"),
("tm", "Turkmenistan"),
("tn", "Tunisia"),
("tr", "Turkey"),
("tw", "Taiwan"),
("tz", "Tanzania"),
("ua", "Ukraine"),
("ug", "Uganda"),
("us", "United States of America"),
("uy", "Uruguay"),
("uz", "Uzbekistan"),
("ve", "Venezuela"),
("vn", "Viet Nam"),
("xk", "Kosovo"),
("ye", "Yemen"),
("za", "South Africa"),
("zm", "Zambia"),
("zw", "Zimbabwe"),
],
help_text="Another country with which this language is also associated. This flag is used in the language switcher.",
max_length=2,
verbose_name="secondary country flag",
),
),
(
"created_date",
models.DateTimeField(
default=django.utils.timezone.now, verbose_name="creation date"
),
),
(
"last_updated",
models.DateTimeField(
auto_now=True, verbose_name="modification date"
),
),
(
"table_of_contents",
models.CharField(
help_text='The native name for "Table of contents" in this language. This is used in exported PDFs.',
max_length=250,
verbose_name='"Table of contents" in this language',
),
),
],
options={
"verbose_name": "language",
"verbose_name_plural": "languages",
"ordering": ["bcp47_tag"],
"default_permissions": ("change", "delete", "view"),
},
),
migrations.CreateModel(
name="MediaFile",
fields=[
(
"id",
models.BigAutoField(
auto_created=True,
primary_key=True,
serialize=False,
verbose_name="ID",
),
),
(
"file",
models.FileField(
max_length=512,
upload_to=integreat_cms.cms.models.media.media_file.upload_path,
verbose_name="file",
),
),
(
"thumbnail",
models.FileField(
max_length=512,
upload_to=integreat_cms.cms.models.media.media_file.upload_path_thumbnail,
verbose_name="thumbnail file",
),
),
(
"type",
models.CharField(
choices=[
("image/png", "PNG image"),
("image/jpeg", "JPEG image"),
("application/pdf", "PDF document"),
("image/svg+xml", "SVG image"),
("image/gif", "GIF image"),
("application/msword", "DOC document"),
(
"application/vnd.openxmlformats-officedocument.wordprocessingml.document",
"DOCX document",
),
("application/vnd.ms-excel", "XLS document"),
(
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"XLSX document",
),
("application/vnd.ms-powerpoint", "PPT document"),
(
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"PPTX document",
),
],
max_length=128,
verbose_name="file type",
),
),
("name", models.CharField(max_length=512, verbose_name="name")),
(
"alt_text",
models.CharField(
blank=True, max_length=512, verbose_name="description"
),
),
(
"uploaded_date",
models.DateTimeField(
auto_now_add=True,
help_text="The date and time when the media file was uploaded",
verbose_name="uploaded date",
),
),
(
"parent_directory",
models.ForeignKey(
blank=True,
null=True,
on_delete=django.db.models.deletion.PROTECT,
related_name="files",
to="cms.directory",
verbose_name="parent directory",
),
),
],
options={
"verbose_name": "media file",
"verbose_name_plural": "media files",
"ordering": ["-region", "name"],
"permissions": (
("upload_mediafile", "Can upload media file"),
("replace_mediafile", "Can replace media file"),
),
"default_permissions": ("change", "delete", "view"),
},
),
migrations.CreateModel(
name="OfferTemplate",
fields=[
(
"id",
models.BigAutoField(
auto_created=True,
primary_key=True,
serialize=False,
verbose_name="ID",
),
),
("name", models.CharField(max_length=250, verbose_name="name")),
(
"slug",
models.SlugField(
help_text="String identifier without spaces and special characters. Unique per region and language. Leave blank to generate unique parameter from name",
max_length=60,
unique=True,
verbose_name="slug",
),
),
(
"thumbnail",
models.URLField(max_length=250, verbose_name="thumbnail URL"),
),
(
"url",
models.URLField(
help_text="This will be an external API endpoint in most cases.",
max_length=250,
verbose_name="URL",
),
),
(
"post_data",
models.JSONField(
blank=True,
default=dict,
help_text="Additional POST data for retrieving the URL. Specify as JSON.",
max_length=250,
verbose_name="POST parameter",
),
),
(
"use_postal_code",
models.CharField(
choices=[
("NONE", "Do not use postcode"),
("GET", "Append postal code to URL"),
("POST", "Add postal code to post parameters"),
],
default="NONE",
help_text="Whether and how to insert the postcode of the region into the URL or POST data",
max_length=4,
verbose_name="use postal code",
),
),
(
"created_date",
models.DateTimeField(
default=django.utils.timezone.now, verbose_name="creation date"
),
),
(
"last_updated",
models.DateTimeField(
auto_now=True, verbose_name="modification date"
),
),
],
options={
"verbose_name": "offer template",
"verbose_name_plural": "offer templates",
"default_permissions": ("change", "delete", "view"),
},
),
migrations.CreateModel(
name="Organization",
fields=[
(
"id",
models.BigAutoField(
auto_created=True,
primary_key=True,
serialize=False,
verbose_name="ID",
),
),
("name", models.CharField(max_length=200, verbose_name="name")),
(
"slug",
models.SlugField(
allow_unicode=True,
help_text="Unique string identifier without spaces and special characters.",
max_length=200,
unique=True,
verbose_name="slug",
),
),
(
"created_date",
models.DateTimeField(
default=django.utils.timezone.now, verbose_name="creation date"
),
),
(
"last_updated",
models.DateTimeField(
auto_now=True, verbose_name="modification date"
),
),
(
"icon",
models.ForeignKey(
blank=True,
null=True,
on_delete=django.db.models.deletion.SET_NULL,
related_name="icon_organizations",
to="cms.mediafile",
verbose_name="logo",
),
),
],
options={
"verbose_name": "organization",
"verbose_name_plural": "organizations",
"default_permissions": ("change", "delete", "view"),
},
),
migrations.CreateModel(
name="Page",
fields=[
(
"id",
models.BigAutoField(
auto_created=True,
primary_key=True,
serialize=False,
verbose_name="ID",
),
),
(
"created_date",
models.DateTimeField(
default=django.utils.timezone.now, verbose_name="creation date"
),
),
(
"explicitly_archived",
models.BooleanField(
default=False,
help_text="Whether or not the page is explicitly archived",
verbose_name="explicitly archived",
),
),
("lft", models.PositiveIntegerField(db_index=True)),
("rgt", models.PositiveIntegerField(db_index=True)),
("tree_id", models.PositiveIntegerField(db_index=True)),
("depth", models.PositiveIntegerField(db_index=True)),
(
"mirrored_page_first",
models.BooleanField(
blank=True,
default=True,
help_text="If a mirrored page is set, this field determines whether the live content is embedded before the content of this page or after.",
null=True,
verbose_name="Position of mirrored page",
),
),
(
"editors",
models.ManyToManyField(
blank=True,
help_text="A list of users who have the permission to edit this specific page. Only has effect if these users do not have the permission to edit pages anyway.",
related_name="editable_pages",
to=settings.AUTH_USER_MODEL,
verbose_name="editors",
),
),
(
"icon",
models.ForeignKey(
blank=True,
null=True,
on_delete=django.db.models.deletion.SET_NULL,
related_name="pages",
to="cms.mediafile",
verbose_name="icon",
),
),
(
"mirrored_page",
models.ForeignKey(
blank=True,
help_text="If the page embeds live content from another page, it is referenced here.",
null=True,
on_delete=django.db.models.deletion.PROTECT,
related_name="mirroring_pages",
to="cms.page",
verbose_name="mirrored page",
),
),
(
"organization",
models.ForeignKey(
blank=True,
help_text="This allows all members of the organization to edit and publish this page.",
null=True,
on_delete=django.db.models.deletion.SET_NULL,
related_name="pages",
to="cms.organization",
verbose_name="responsible organization",
),
),
(
"parent",
models.ForeignKey(
blank=True,
null=True,
on_delete=django.db.models.deletion.PROTECT,
related_name="children",
to="cms.page",
verbose_name="parent",
),
),
(
"publishers",
models.ManyToManyField(
blank=True,
help_text="A list of users who have the permission to publish this specific page. Only has effect if these users do not have the permission to publish pages anyway.",
related_name="publishable_pages",
to=settings.AUTH_USER_MODEL,
verbose_name="publishers",
),
),
],
options={
"verbose_name": "page",
"verbose_name_plural": "pages",
"permissions": (
("publish_page", "Can publish page"),
("grant_page_permissions", "Can grant page permission"),
),
"default_permissions": ("change", "delete", "view"),
"default_related_name": "pages",
},
),
migrations.CreateModel(
name="POI",
fields=[
(
"id",
models.BigAutoField(
auto_created=True,
primary_key=True,
serialize=False,
verbose_name="ID",
),
),
(
"created_date",
models.DateTimeField(
default=django.utils.timezone.now, verbose_name="creation date"
),
),
(
"address",
models.CharField(
max_length=250, verbose_name="street and house number"
),
),
(
"postcode",
models.CharField(max_length=10, verbose_name="postal code"),
),
("city", models.CharField(max_length=250, verbose_name="city")),
("country", models.CharField(max_length=250, verbose_name="country")),
(
"latitude",
models.FloatField(
help_text="The latitude coordinate", verbose_name="latitude"
),
),
(
"longitude",
models.FloatField(
help_text="The longitude coordinate", verbose_name="longitude"
),
),
(
"location_not_on_map",
models.BooleanField(
default=False,
help_text="Tick if you do not show this location on map",
verbose_name="Do not show this location on map",
),
),
(
"archived",
models.BooleanField(
default=False,
help_text="Whether or not the location is read-only and hidden in the API.",
verbose_name="archived",
),
),
(
"icon",
models.ForeignKey(
blank=True,
null=True,
on_delete=django.db.models.deletion.SET_NULL,
related_name="pois",
to="cms.mediafile",
verbose_name="icon",
),
),
],
options={
"verbose_name": "location",
"verbose_name_plural": "locations",
"default_permissions": ("change", "delete", "view"),
"default_related_name": "pois",
},
),
migrations.CreateModel(
name="RecurrenceRule",
fields=[
(
"id",
models.BigAutoField(
auto_created=True,
primary_key=True,
serialize=False,
verbose_name="ID",
),
),
(
"frequency",
models.CharField(
choices=[
("DAILY", "Daily"),
("WEEKLY", "Weekly"),
("MONTHLY", "Monthly"),
("YEARLY", "Yearly"),
],
default="WEEKLY",
help_text="How often the event recurs",
max_length=7,
verbose_name="frequency",
),
),
(
"interval",
models.IntegerField(
default=1,
help_text="The interval in which the event recurs.",
validators=[django.core.validators.MinValueValidator(1)],
verbose_name="Repeat every ... time(s)",
),
),
(
"weekdays_for_weekly",
django.contrib.postgres.fields.ArrayField(
base_field=models.IntegerField(
choices=[
(0, "Monday"),
(1, "Tuesday"),
(2, "Wednesday"),
(3, "Thursday"),
(4, "Friday"),
(5, "Saturday"),
(6, "Sunday"),
]
),
blank=True,
help_text="If the frequency is weekly, this field determines on which days the event takes place",
size=None,
verbose_name="weekdays",
),
),
(
"weekday_for_monthly",
models.IntegerField(
blank=True,
choices=[
(0, "Monday"),
(1, "Tuesday"),
(2, "Wednesday"),
(3, "Thursday"),
(4, "Friday"),
(5, "Saturday"),
(6, "Sunday"),
],
help_text="If the frequency is monthly, this field determines on which days the event takes place",
null=True,
verbose_name="weekday",
),
),
(
"week_for_monthly",
models.IntegerField(
blank=True,
choices=[
(1, "First week"),
(2, "Second week"),
(3, "Third week"),
(4, "Fourth week"),
],
help_text="If the frequency is monthly, this field determines on which week of the month the event takes place",
null=True,
verbose_name="week",
),
),
(
"recurrence_end_date",
models.DateField(
blank=True,
help_text="If the recurrence is not for an indefinite period, this field contains the end date",
null=True,
verbose_name="recurrence end date",
),
),
],
options={
"verbose_name": "recurrence rule",
"verbose_name_plural": "recurrence rules",
"default_permissions": (),
},
),
migrations.CreateModel(
name="EventListFeedback",
fields=[
(
"feedback_ptr",
models.OneToOneField(
auto_created=True,
on_delete=django.db.models.deletion.CASCADE,
parent_link=True,
primary_key=True,
serialize=False,
to="cms.feedback",
),
),
],
options={
"verbose_name": "event list feedback",
"verbose_name_plural": "event list feedback",
"default_permissions": (),
},
bases=("cms.feedback",),
),
migrations.CreateModel(
name="ImprintPageFeedback",
fields=[
(
"feedback_ptr",
models.OneToOneField(
auto_created=True,
on_delete=django.db.models.deletion.CASCADE,
parent_link=True,
primary_key=True,
serialize=False,
to="cms.feedback",
),
),
],
options={
"verbose_name": "imprint feedback",
"verbose_name_plural": "imprint feedback",
"default_permissions": (),
},
bases=("cms.feedback",),
),
migrations.CreateModel(
name="MapFeedback",
fields=[
(
"feedback_ptr",
models.OneToOneField(
auto_created=True,
on_delete=django.db.models.deletion.CASCADE,
parent_link=True,
primary_key=True,
serialize=False,
to="cms.feedback",
),
),
],
options={
"verbose_name": "map feedback",
"verbose_name_plural": "map feedback",
"default_permissions": (),
},
bases=("cms.feedback",),
),
migrations.CreateModel(
name="OfferListFeedback",
fields=[
(
"feedback_ptr",
models.OneToOneField(
auto_created=True,
on_delete=django.db.models.deletion.CASCADE,
parent_link=True,
primary_key=True,
serialize=False,
to="cms.feedback",
),
),
],
options={
"verbose_name": "offer list feedback",
"verbose_name_plural": "offer list feedback",
"default_permissions": (),
},
bases=("cms.feedback",),
),
migrations.CreateModel(
name="RegionFeedback",
fields=[
(
"feedback_ptr",
models.OneToOneField(
auto_created=True,
on_delete=django.db.models.deletion.CASCADE,
parent_link=True,
primary_key=True,
serialize=False,
to="cms.feedback",
),
),
],
options={
"verbose_name": "region feedback",
"verbose_name_plural": "region feedback",
"default_permissions": (),
},
bases=("cms.feedback",),
),
migrations.CreateModel(
name="SearchResultFeedback",
fields=[
(
"feedback_ptr",
models.OneToOneField(
auto_created=True,
on_delete=django.db.models.deletion.CASCADE,
parent_link=True,
primary_key=True,
serialize=False,
to="cms.feedback",
),
),
(
"search_query",
models.CharField(max_length=1000, verbose_name="search term"),
),
],
options={
"verbose_name": "search result feedback",
"verbose_name_plural": "search result feedback",
"default_permissions": (),
},
bases=("cms.feedback",),
),
migrations.CreateModel(
name="Role",
fields=[
(
"id",
models.BigAutoField(
auto_created=True,
primary_key=True,
serialize=False,
verbose_name="ID",
),
),
(
"name",
models.CharField(
choices=[
("MANAGEMENT", "Management"),
("EDITOR", "Editor"),
("EVENT_MANAGER", "Event manager"),
("MUNICIPALITY_TEAM", "Municipality team"),
("CMS_TEAM", "CMS team"),
("APP_TEAM", "App team"),
("MARKETING_TEAM", "Marketing team"),
],
max_length=50,
verbose_name="name",
),
),
(
"staff_role",
models.BooleanField(
default=False,
help_text="Whether or not this role is designed for staff members",
verbose_name="staff role",
),
),
(
"group",
models.OneToOneField(
on_delete=django.db.models.deletion.CASCADE,
related_name="role",
to="auth.group",
verbose_name="Django auth group",
),
),
],
options={
"verbose_name": "role",
"verbose_name_plural": "roles",
"default_permissions": (),
},
),
migrations.CreateModel(
name="Region",
fields=[
(
"id",
models.BigAutoField(
auto_created=True,
primary_key=True,
serialize=False,
verbose_name="ID",
),
),
("name", models.CharField(max_length=200, verbose_name="name")),
(
"common_id",
models.CharField(
blank=True,
help_text="Number sequence for identifying politically independent administrative units",
max_length=48,
verbose_name="community identification number",
),
),
(
"slug",
models.SlugField(
allow_unicode=True,
help_text="Unique string identifier without spaces and special characters. Leave blank to generate unique parameter from name",
max_length=200,
unique=True,
verbose_name="URL parameter",
),
),
(
"status",
models.CharField(
choices=[
("ACTIVE", "Active"),
("HIDDEN", "Hidden"),
("ARCHIVED", "Archived"),
],
default="HIDDEN",
max_length=8,
verbose_name="status",
),
),
(
"administrative_division",
models.CharField(
choices=[
("CITY", "City"),
("DISTRICT", "District"),
("RURAL_DISTRICT", "Rural district"),
("REGION", "Region"),
("CITY_AND_DISTRICT", "City and district"),
("URBAN_DISTRICT", "Urban district"),
("GOVERNMENTAL_DISTRICT", "Governmental district"),
("CITY_STATE", "City state"),
("AREA_STATE", "Area state"),
("FREE_STATE", "Free state"),
("FEDERAL_STATE", "Federal state"),
("MUNICIPALITY", "Municipality"),
("COLLECTIVE_MUNICIPALITY", "Collective municipality"),
("INITIAL_RECEPTION_CENTER", "Initial reception center"),
],
default="RURAL_DISTRICT",
max_length=24,
verbose_name="administrative division",
),
),
(
"aliases",
models.TextField(
blank=True,
help_text="E.g. smaller municipalities in that area. If empty, the CMS will try to fill this automatically. Specify as JSON.",
verbose_name="aliases",
),
),
(
"events_enabled",
models.BooleanField(
default=True,
help_text="Whether or not events are enabled in the region",
verbose_name="activate events",
),
),
(
"push_notifications_enabled",
models.BooleanField(
default=True,
help_text="Whether or not push notifications are enabled in the region",
verbose_name="activate push notifications",
),
),
(
"latitude",
models.FloatField(
help_text="The latitude coordinate of an approximate center of the region",
null=True,
verbose_name="latitude",
),
),
(
"longitude",
models.FloatField(
help_text="The longitude coordinate of an approximate center of the region",
null=True,
verbose_name="longitude",
),
),
(
"postal_code",
models.CharField(max_length=10, verbose_name="postal code"),
),
(
"admin_mail",
models.EmailField(
max_length=254,
verbose_name="email address of the administrator",
),
),
(
"created_date",
models.DateTimeField(
default=django.utils.timezone.now, verbose_name="creation date"
),
),
(
"last_updated",
models.DateTimeField(
auto_now=True, verbose_name="modification date"
),
),
(
"statistics_enabled",
models.BooleanField(
default=False,
help_text="Whether or not statistics are enabled for the region",
verbose_name="activate statistics",
),
),
(
"matomo_id",
models.PositiveSmallIntegerField(
blank=True,
help_text="The Matomo ID of this region. Will be automatically derived from the Matomo access token.",
null=True,
verbose_name="Matomo ID",
),
),
(
"matomo_token",
models.CharField(
blank=True,
default="",
help_text="The secret Matomo access token of the region is used to authenticate in API requests",
max_length=150,
verbose_name="Matomo authentication token",
),
),
(
"page_permissions_enabled",
models.BooleanField(
default=False,
help_text="This allows individual users to be granted the right to edit or publish a specific page.",
verbose_name="activate page-specific permissions",
),
),
(
"chat_enabled",
models.BooleanField(
default=True,
help_text="This gives all users of this region access to the cross-regional author chat.",
verbose_name="activate author chat",
),
),
(
"administrative_division_included",
models.BooleanField(
default=False,
help_text="Determines whether the administrative division is displayed next to the region name. Sorting is always based on the name, independently from the administrative division.",
verbose_name="include administrative division into name",
),
),
(
"short_urls_enabled",
models.BooleanField(
default=False,
help_text="Please check the box if you want to use short urls.",
verbose_name="Activate short urls",
),
),
(
"icon",
models.ForeignKey(
blank=True,
null=True,
on_delete=django.db.models.deletion.SET_NULL,
related_name="icon_regions",
to="cms.mediafile",
verbose_name="logo",
),
),
(
"offers",
models.ManyToManyField(
blank=True,
help_text="Integreat offers are extended features apart from pages and events and are usually offered by a third party. In most cases, the url is an external API endpoint which the frontend apps can query and render the results inside the Integreat app.",
related_name="regions",
to="cms.OfferTemplate",
verbose_name="offers",
),
),
],
options={
"verbose_name": "region",
"verbose_name_plural": "regions",
"ordering": ["name"],
"default_permissions": ("change", "delete", "view"),
},
),
migrations.CreateModel(
name="PushNotification",
fields=[
(
"id",
models.BigAutoField(
auto_created=True,
primary_key=True,
serialize=False,
verbose_name="ID",
),
),
(
"channel",
models.CharField(
choices=[("News", "News")],
max_length=60,
verbose_name="channel",
),
),
(
"draft",
models.BooleanField(
default=True,
help_text="Whether or not the push notification is a draft (drafts cannot be sent)",
verbose_name="draft",
),
),
(
"sent_date",
models.DateTimeField(
blank=True,
help_text="The date and time when the push notification was sent.",
null=True,
verbose_name="sent date",
),
),
(
"created_date",
models.DateTimeField(
auto_now_add=True, verbose_name="creation date"
),
),
(
"mode",
models.CharField(
choices=[
("ONLY_AVAILABLE", "Only send available translations"),
(
"USE_MAIN_LANGUAGE",
"Use main language if no translation is available",
),
],
help_text="Sets behavior for dealing with not existing push notification translations",
max_length=128,
verbose_name="mode",
),
),
(
"region",
models.ForeignKey(
on_delete=django.db.models.deletion.CASCADE,
related_name="push_notifications",
to="cms.region",
verbose_name="region",
),
),
],
options={
"verbose_name": "push notification",
"verbose_name_plural": "push notifications",
"permissions": (
("send_push_notification", "Can send push notification"),
),
"default_permissions": ("change", "delete", "view"),
},
),
migrations.CreateModel(
name="POITranslation",
fields=[
(
"id",
models.BigAutoField(
auto_created=True,
primary_key=True,
serialize=False,
verbose_name="ID",
),
),
("title", models.CharField(max_length=1024, verbose_name="title")),
(
"slug",
models.SlugField(
allow_unicode=True,
help_text="String identifier without spaces and special characters. Unique per region and language. Leave blank to generate unique parameter from title.",
max_length=1024,
verbose_name="link",
),
),
(
"status",
models.CharField(
choices=[
("DRAFT", "Draft"),
("REVIEW", "Pending Review"),
("PUBLIC", "Published"),
("AUTO_SAVE", "Auto Save"),
],
default="DRAFT",
max_length=9,
verbose_name="status",
),
),
("content", models.TextField(blank=True, verbose_name="content")),
(
"currently_in_translation",
models.BooleanField(
default=False,
help_text="Flag to indicate a translation is being updated by an external translator",
verbose_name="currently in translation",
),
),
(
"version",
models.PositiveIntegerField(default=0, verbose_name="revision"),
),
(
"minor_edit",
models.BooleanField(
default=False,
help_text="Tick if this change does not require an update of translations in other languages.",
verbose_name="minor edit",
),
),
(
"last_updated",
models.DateTimeField(
auto_now=True, verbose_name="modification date"
),
),
(
"short_description",
models.CharField(max_length=2048, verbose_name="short description"),
),
(
"creator",
models.ForeignKey(
blank=True,
null=True,
on_delete=django.db.models.deletion.SET_NULL,
related_name="poi_translations",
to=settings.AUTH_USER_MODEL,
verbose_name="creator",
),
),
(
"language",
models.ForeignKey(
on_delete=django.db.models.deletion.CASCADE,
related_name="poi_translations",
to="cms.language",
verbose_name="language",
),
),
(
"poi",
models.ForeignKey(
on_delete=django.db.models.deletion.CASCADE,
related_name="translations",
to="cms.poi",
verbose_name="location",
),
),
],
options={
"verbose_name": "location translation",
"verbose_name_plural": "location translations",
"ordering": ["poi__pk", "-version"],
"default_permissions": (),
"default_related_name": "poi_translations",
},
),
migrations.AddField(
model_name="poi",
name="region",
field=models.ForeignKey(
on_delete=django.db.models.deletion.CASCADE,
related_name="pois",
to="cms.region",
verbose_name="region",
),
),
migrations.CreateModel(
name="PageTranslation",
fields=[
(
"id",
models.BigAutoField(
auto_created=True,
primary_key=True,
serialize=False,
verbose_name="ID",
),
),
("title", models.CharField(max_length=1024, verbose_name="title")),
(
"slug",
models.SlugField(
allow_unicode=True,
help_text="String identifier without spaces and special characters. Unique per region and language. Leave blank to generate unique parameter from title.",
max_length=1024,
verbose_name="link",
),
),
(
"status",
models.CharField(
choices=[
("DRAFT", "Draft"),
("REVIEW", "Pending Review"),
("PUBLIC", "Published"),
("AUTO_SAVE", "Auto Save"),
],
default="DRAFT",
max_length=9,
verbose_name="status",
),
),
("content", models.TextField(blank=True, verbose_name="content")),
(
"currently_in_translation",
models.BooleanField(
default=False,
help_text="Flag to indicate a translation is being updated by an external translator",
verbose_name="currently in translation",
),
),
(
"version",
models.PositiveIntegerField(default=0, verbose_name="revision"),
),
(
"minor_edit",
models.BooleanField(
default=False,
help_text="Tick if this change does not require an update of translations in other languages.",
verbose_name="minor edit",
),
),
(
"last_updated",
models.DateTimeField(
auto_now=True, verbose_name="modification date"
),
),
(
"creator",
models.ForeignKey(
blank=True,
null=True,
on_delete=django.db.models.deletion.SET_NULL,
related_name="page_translations",
to=settings.AUTH_USER_MODEL,
verbose_name="creator",
),
),
(
"language",
models.ForeignKey(
on_delete=django.db.models.deletion.CASCADE,
related_name="page_translations",
to="cms.language",
verbose_name="language",
),
),
(
"page",
models.ForeignKey(
on_delete=django.db.models.deletion.CASCADE,
related_name="translations",
to="cms.page",
verbose_name="page",
),
),
],
options={
"verbose_name": "page translation",
"verbose_name_plural": "page translations",
"ordering": ["page__pk", "-version"],
"default_permissions": (),
"default_related_name": "page_translations",
},
),
migrations.AddField(
model_name="page",
name="region",
field=models.ForeignKey(
on_delete=django.db.models.deletion.CASCADE,
related_name="pages",
to="cms.region",
verbose_name="region",
),
),
migrations.AddField(
model_name="mediafile",
name="region",
field=models.ForeignKey(
blank=True,
null=True,
on_delete=django.db.models.deletion.CASCADE,
related_name="files",
to="cms.region",
verbose_name="region",
),
),
migrations.CreateModel(
name="ImprintPageTranslation",
fields=[
(
"id",
models.BigAutoField(
auto_created=True,
primary_key=True,
serialize=False,
verbose_name="ID",
),
),
("title", models.CharField(max_length=1024, verbose_name="title")),
(
"status",
models.CharField(
choices=[
("DRAFT", "Draft"),
("REVIEW", "Pending Review"),
("PUBLIC", "Published"),
("AUTO_SAVE", "Auto Save"),
],
default="DRAFT",
max_length=9,
verbose_name="status",
),
),
("content", models.TextField(blank=True, verbose_name="content")),
(
"currently_in_translation",
models.BooleanField(
default=False,
help_text="Flag to indicate a translation is being updated by an external translator",
verbose_name="currently in translation",
),
),
(
"version",
models.PositiveIntegerField(default=0, verbose_name="revision"),
),
(
"minor_edit",
models.BooleanField(
default=False,
help_text="Tick if this change does not require an update of translations in other languages.",
verbose_name="minor edit",
),
),
(
"last_updated",
models.DateTimeField(
auto_now=True, verbose_name="modification date"
),
),
(
"creator",
models.ForeignKey(
blank=True,
null=True,
on_delete=django.db.models.deletion.SET_NULL,
related_name="imprint_translations",
to=settings.AUTH_USER_MODEL,
verbose_name="creator",
),
),
(
"language",
models.ForeignKey(
on_delete=django.db.models.deletion.CASCADE,
related_name="imprint_translations",
to="cms.language",
verbose_name="language",
),
),
(
"page",
models.ForeignKey(
on_delete=django.db.models.deletion.CASCADE,
related_name="translations",
to="cms.imprintpage",
verbose_name="imprint",
),
),
],
options={
"verbose_name": "imprint translation",
"verbose_name_plural": "imprint translations",
"ordering": ["page", "-version"],
"default_permissions": (),
"default_related_name": "imprint_translations",
},
),
migrations.AddField(
model_name="imprintpage",
name="region",
field=models.ForeignKey(
on_delete=django.db.models.deletion.CASCADE,
related_name="imprints",
to="cms.region",
verbose_name="region",
),
),
migrations.AddField(
model_name="feedback",
name="language",
field=models.ForeignKey(
on_delete=django.db.models.deletion.CASCADE,
related_name="feedback",
to="cms.language",
verbose_name="language",
),
),
migrations.AddField(
model_name="feedback",
name="polymorphic_ctype",
field=models.ForeignKey(
editable=False,
null=True,
on_delete=django.db.models.deletion.CASCADE,
related_name="polymorphic_cms.feedback_set+",
to="contenttypes.contenttype",
),
),
migrations.AddField(
model_name="feedback",
name="read_by",
field=models.ForeignKey(
blank=True,
help_text="The user who marked this feedback as read. If the feedback is unread, this field is empty.",
null=True,
on_delete=django.db.models.deletion.SET_NULL,
related_name="feedback",
to=settings.AUTH_USER_MODEL,
verbose_name="marked as read by",
),
),
migrations.AddField(
model_name="feedback",
name="region",
field=models.ForeignKey(
on_delete=django.db.models.deletion.CASCADE,
related_name="feedback",
to="cms.region",
verbose_name="region",
),
),
migrations.CreateModel(
name="EventTranslation",
fields=[
(
"id",
models.BigAutoField(
auto_created=True,
primary_key=True,
serialize=False,
verbose_name="ID",
),
),
("title", models.CharField(max_length=1024, verbose_name="title")),
(
"slug",
models.SlugField(
allow_unicode=True,
help_text="String identifier without spaces and special characters. Unique per region and language. Leave blank to generate unique parameter from title.",
max_length=1024,
verbose_name="link",
),
),
(
"status",
models.CharField(
choices=[
("DRAFT", "Draft"),
("REVIEW", "Pending Review"),
("PUBLIC", "Published"),
("AUTO_SAVE", "Auto Save"),
],
default="DRAFT",
max_length=9,
verbose_name="status",
),
),
("content", models.TextField(blank=True, verbose_name="content")),
(
"currently_in_translation",
models.BooleanField(
default=False,
help_text="Flag to indicate a translation is being updated by an external translator",
verbose_name="currently in translation",
),
),
(
"version",
models.PositiveIntegerField(default=0, verbose_name="revision"),
),
(
"minor_edit",
models.BooleanField(
default=False,
help_text="Tick if this change does not require an update of translations in other languages.",
verbose_name="minor edit",
),
),
(
"last_updated",
models.DateTimeField(
auto_now=True, verbose_name="modification date"
),
),
(
"creator",
models.ForeignKey(
blank=True,
null=True,
on_delete=django.db.models.deletion.SET_NULL,
related_name="event_translations",
to=settings.AUTH_USER_MODEL,
verbose_name="creator",
),
),
(
"event",
models.ForeignKey(
on_delete=django.db.models.deletion.CASCADE,
related_name="translations",
to="cms.event",
verbose_name="event",
),
),
(
"language",
models.ForeignKey(
on_delete=django.db.models.deletion.CASCADE,
related_name="event_translations",
to="cms.language",
verbose_name="language",
),
),
],
options={
"verbose_name": "event translation",
"verbose_name_plural": "event translations",
"ordering": ["event__pk", "-version"],
"default_permissions": (),
"default_related_name": "event_translations",
},
),
migrations.AddField(
model_name="event",
name="icon",
field=models.ForeignKey(
blank=True,
null=True,
on_delete=django.db.models.deletion.SET_NULL,
related_name="events",
to="cms.mediafile",
verbose_name="icon",
),
),
migrations.AddField(
model_name="event",
name="location",
field=models.ForeignKey(
blank=True,
null=True,
on_delete=django.db.models.deletion.PROTECT,
related_name="events",
to="cms.poi",
verbose_name="location",
),
),
migrations.AddField(
model_name="event",
name="recurrence_rule",
field=models.OneToOneField(
null=True,
on_delete=django.db.models.deletion.SET_NULL,
related_name="event",
to="cms.recurrencerule",
verbose_name="recurrence rule",
),
),
migrations.AddField(
model_name="event",
name="region",
field=models.ForeignKey(
on_delete=django.db.models.deletion.CASCADE,
related_name="events",
to="cms.region",
verbose_name="region",
),
),
migrations.AddField(
model_name="directory",
name="region",
field=models.ForeignKey(
blank=True,
null=True,
on_delete=django.db.models.deletion.CASCADE,
related_name="media_directories",
to="cms.region",
verbose_name="region",
),
),
migrations.CreateModel(
name="ChatMessage",
fields=[
(
"id",
models.BigAutoField(
auto_created=True,
primary_key=True,
serialize=False,
verbose_name="ID",
),
),
("text", models.TextField(verbose_name="content")),
(
"sent_datetime",
models.DateTimeField(auto_now_add=True, verbose_name="sent date"),
),
(
"sender",
models.ForeignKey(
on_delete=django.db.models.deletion.CASCADE,
related_name="chat_messages",
to=settings.AUTH_USER_MODEL,
verbose_name="sender",
),
),
],
options={
"verbose_name": "chat message",
"verbose_name_plural": "chat messages",
"ordering": ["-sent_datetime"],
"default_permissions": ("delete",),
},
),
migrations.AddField(
model_name="user",
name="organization",
field=models.ForeignKey(
blank=True,
help_text="This allows the user to edit and publish all pages for which the organisation is registered as the responsible organisation",
null=True,
on_delete=django.db.models.deletion.SET_NULL,
related_name="members",
to="cms.organization",
verbose_name="organization",
),
),
migrations.AddField(
model_name="user",
name="regions",
field=models.ManyToManyField(
blank=True,
help_text="The regions to which the user has access",
related_name="users",
to="cms.Region",
verbose_name="regions",
),
),
migrations.AddField(
model_name="user",
name="user_permissions",
field=models.ManyToManyField(
blank=True,
help_text="Specific permissions for this user.",
related_name="user_set",
related_query_name="user",
to="auth.Permission",
verbose_name="user permissions",
),
),
migrations.CreateModel(
name="UserMfaKey",
fields=[
(
"id",
models.BigAutoField(
auto_created=True,
primary_key=True,
serialize=False,
verbose_name="ID",
),
),
("name", models.CharField(max_length=200, verbose_name="key name")),
(
"key_id",
models.BinaryField(max_length=255, verbose_name="WebAuthn ID"),
),
(
"public_key",
models.BinaryField(
max_length=255,
verbose_name="multi-factor-authentication public key",
),
),
(
"sign_count",
models.IntegerField(
help_text="Token to prevent replay attacks.",
verbose_name="sign count",
),
),
(
"last_usage",
models.DateTimeField(null=True, verbose_name="last date of use"),
),
(
"created_at",
models.DateTimeField(
auto_now_add=True, verbose_name="creation date"
),
),
(
"user",
models.ForeignKey(
on_delete=django.db.models.deletion.CASCADE,
related_name="mfa_keys",
to=settings.AUTH_USER_MODEL,
verbose_name="user",
),
),
],
options={
"verbose_name": "multi-factor authentication key",
"verbose_name_plural": "multi-factor authentication keys",
"default_permissions": (),
"unique_together": {("user", "name")},
},
),
migrations.CreateModel(
name="PushNotificationTranslation",
fields=[
(
"id",
models.BigAutoField(
auto_created=True,
primary_key=True,
serialize=False,
verbose_name="ID",
),
),
(
"title",
models.CharField(blank=True, max_length=250, verbose_name="title"),
),
(
"text",
models.TextField(
blank=True, max_length=250, verbose_name="content"
),
),
(
"last_updated",
models.DateTimeField(
auto_now=True, verbose_name="modification date"
),
),
(
"language",
models.ForeignKey(
on_delete=django.db.models.deletion.CASCADE,
related_name="push_notification_translations",
to="cms.language",
verbose_name="language",
),
),
(
"push_notification",
models.ForeignKey(
on_delete=django.db.models.deletion.CASCADE,
related_name="translations",
to="cms.pushnotification",
verbose_name="push notification",
),
),
],
options={
"verbose_name": "push notification translation",
"verbose_name_plural": "push notification translations",
"ordering": ["push_notification", "language"],
"default_permissions": (),
"unique_together": {("push_notification", "language")},
},
),
migrations.CreateModel(
name="POIFeedback",
fields=[
(
"feedback_ptr",
models.OneToOneField(
auto_created=True,
on_delete=django.db.models.deletion.CASCADE,
parent_link=True,
primary_key=True,
serialize=False,
to="cms.feedback",
),
),
(
"poi_translation",
models.ForeignKey(
on_delete=django.db.models.deletion.CASCADE,
related_name="feedback",
to="cms.poitranslation",
verbose_name="location translation",
),
),
],
options={
"verbose_name": "location feedback",
"verbose_name_plural": "location feedback",
"default_permissions": (),
},
bases=("cms.feedback",),
),
migrations.CreateModel(
name="PageFeedback",
fields=[
(
"feedback_ptr",
models.OneToOneField(
auto_created=True,
on_delete=django.db.models.deletion.CASCADE,
parent_link=True,
primary_key=True,
serialize=False,
to="cms.feedback",
),
),
(
"page_translation",
models.ForeignKey(
on_delete=django.db.models.deletion.CASCADE,
related_name="feedback",
to="cms.pagetranslation",
verbose_name="page translation",
),
),
],
options={
"verbose_name": "page feedback",
"verbose_name_plural": "page feedback",
"default_permissions": (),
},
bases=("cms.feedback",),
),
migrations.CreateModel(
name="OfferFeedback",
fields=[
(
"feedback_ptr",
models.OneToOneField(
auto_created=True,
on_delete=django.db.models.deletion.CASCADE,
parent_link=True,
primary_key=True,
serialize=False,
to="cms.feedback",
),
),
(
"offer",
models.ForeignKey(
on_delete=django.db.models.deletion.CASCADE,
related_name="feedback",
to="cms.offertemplate",
verbose_name="offer",
),
),
],
options={
"verbose_name": "offer feedback",
"verbose_name_plural": "offer feedback",
"default_permissions": (),
},
bases=("cms.feedback",),
),
migrations.CreateModel(
name="LanguageTreeNode",
fields=[
(
"id",
models.BigAutoField(
auto_created=True,
primary_key=True,
serialize=False,
verbose_name="ID",
),
),
("lft", models.PositiveIntegerField(db_index=True)),
("rgt", models.PositiveIntegerField(db_index=True)),
("tree_id", models.PositiveIntegerField(db_index=True)),
("depth", models.PositiveIntegerField(db_index=True)),
(
"visible",
models.BooleanField(
default=True,
help_text="Defined if this language should be delivered via the API",
verbose_name="visible",
),
),
(
"active",
models.BooleanField(
default=True,
help_text="Defined if content in this language can be created or edited",
verbose_name="active",
),
),
(
"created_date",
models.DateTimeField(
default=django.utils.timezone.now, verbose_name="creation date"
),
),
(
"last_updated",
models.DateTimeField(
auto_now=True, verbose_name="modification date"
),
),
(
"language",
models.ForeignKey(
on_delete=django.db.models.deletion.PROTECT,
related_name="language_tree_nodes",
to="cms.language",
verbose_name="language",
),
),
(
"parent",
models.ForeignKey(
blank=True,
null=True,
on_delete=django.db.models.deletion.PROTECT,
related_name="children",
to="cms.languagetreenode",
verbose_name="parent",
),
),
(
"region",
models.ForeignKey(
on_delete=django.db.models.deletion.CASCADE,
related_name="language_tree_nodes",
to="cms.region",
verbose_name="region",
),
),
],
options={
"verbose_name": "language tree node",
"verbose_name_plural": "language tree nodes",
"default_permissions": ("change", "delete", "view"),
"default_related_name": "language_tree_nodes",
"unique_together": {("language", "region")},
},
),
migrations.CreateModel(
name="EventFeedback",
fields=[
(
"feedback_ptr",
models.OneToOneField(
auto_created=True,
on_delete=django.db.models.deletion.CASCADE,
parent_link=True,
primary_key=True,
serialize=False,
to="cms.feedback",
),
),
(
"event_translation",
models.ForeignKey(
on_delete=django.db.models.deletion.CASCADE,
related_name="feedback",
to="cms.eventtranslation",
verbose_name="event translation",
),
),
],
options={
"verbose_name": "event feedback",
"verbose_name_plural": "event feedback",
"default_permissions": (),
},
bases=("cms.feedback",),
),
]
| [
2,
2980,
515,
416,
37770,
513,
13,
17,
13,
1157,
319,
33160,
12,
486,
12,
1433,
5534,
25,
4349,
198,
198,
11748,
4818,
8079,
198,
6738,
42625,
14208,
13,
10414,
1330,
6460,
198,
11748,
42625,
14208,
13,
3642,
822,
13,
18439,
13,
12102,
2024,
198,
11748,
42625,
14208,
13,
3642,
822,
13,
7353,
34239,
13,
25747,
198,
11748,
42625,
14208,
13,
7295,
13,
12102,
2024,
198,
6738,
42625,
14208,
13,
9945,
1330,
15720,
602,
11,
4981,
198,
6738,
42625,
14208,
13,
26791,
13,
2435,
11340,
1330,
3384,
66,
198,
11748,
42625,
14208,
13,
26791,
13,
2435,
11340,
198,
11748,
4132,
630,
62,
46406,
13,
46406,
13,
27530,
13,
11431,
13,
11431,
62,
7753,
198,
11748,
4132,
630,
62,
46406,
13,
46406,
13,
27530,
13,
18417,
13,
7220,
628,
198,
4871,
36991,
7,
76,
3692,
602,
13,
44,
4254,
2599,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
20768,
13472,
198,
220,
220,
220,
37227,
628,
220,
220,
220,
4238,
796,
6407,
628,
220,
220,
220,
20086,
796,
685,
198,
220,
220,
220,
220,
220,
220,
220,
5855,
18439,
1600,
366,
405,
1065,
62,
47653,
62,
7220,
62,
11085,
62,
3672,
62,
9806,
62,
13664,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
5855,
11299,
19199,
1600,
366,
34215,
62,
28956,
62,
11299,
62,
4906,
62,
3672,
12340,
198,
220,
220,
220,
2361,
628,
220,
220,
220,
4560,
796,
685,
198,
220,
220,
220,
220,
220,
220,
220,
15720,
602,
13,
16447,
17633,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
12982,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7032,
41888,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12804,
27722,
15878,
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,
8295,
62,
25598,
28,
17821,
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,
4165,
62,
2539,
28,
17821,
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,
11389,
1096,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
2389,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5855,
28712,
1600,
4981,
13,
12441,
15878,
7,
9806,
62,
13664,
28,
12762,
11,
15942,
577,
62,
3672,
2625,
28712,
4943,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12957,
62,
38235,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
10430,
7575,
15878,
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,
9178,
28,
17821,
11,
9242,
28,
17821,
11,
15942,
577,
62,
3672,
2625,
12957,
17594,
1,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
271,
62,
16668,
7220,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
46120,
13087,
15878,
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,
4277,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
62,
5239,
2625,
23067,
689,
326,
428,
2836,
468,
477,
21627,
1231,
11777,
38875,
606,
33283,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
16668,
7220,
3722,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
29460,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12441,
15878,
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,
4049,
62,
37348,
1095,
34758,
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,
366,
34642,
1298,
366,
32,
2836,
351,
326,
20579,
1541,
7160,
526,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
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,
62,
5239,
2625,
37374,
13,
6640,
3435,
393,
7380,
13,
24501,
11,
19561,
290,
2488,
11757,
28404,
16327,
47835,
691,
33283,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3509,
62,
13664,
28,
8628,
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,
3748,
28,
17821,
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,
4938,
2024,
41888,
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,
42625,
14208,
13,
3642,
822,
13,
18439,
13,
12102,
2024,
13,
3118,
291,
1098,
5842,
13292,
47139,
1352,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
29460,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11085,
62,
3672,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12441,
15878,
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,
9178,
28,
17821,
11,
3509,
62,
13664,
28,
8628,
11,
15942,
577,
62,
3672,
2625,
11085,
1438,
1,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12957,
62,
3672,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12441,
15878,
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,
9178,
28,
17821,
11,
3509,
62,
13664,
28,
8628,
11,
15942,
577,
62,
3672,
2625,
12957,
1438,
1,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12888,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
15333,
15878,
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,
9178,
28,
17821,
11,
3509,
62,
13664,
28,
24970,
11,
15942,
577,
62,
3672,
2625,
12888,
2209,
1,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
271,
62,
28120,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
46120,
13087,
15878,
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,
4277,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
62,
5239,
2625,
23067,
689,
1771,
262,
2836,
460,
2604,
656,
428,
13169,
2524,
33283,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
28120,
3722,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
271,
62,
5275,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
46120,
13087,
15878,
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,
4277,
28,
17821,
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,
1037,
62,
5239,
2625,
23067,
689,
1771,
428,
2836,
815,
307,
5716,
355,
4075,
13,
791,
19738,
428,
2427,
286,
34817,
5504,
33283,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
5275,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
4475,
62,
46416,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
10430,
7575,
15878,
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,
4277,
28,
28241,
14208,
13,
26791,
13,
2435,
11340,
13,
2197,
11,
15942,
577,
62,
3672,
2625,
4475,
5399,
1,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
17006,
62,
12957,
62,
4703,
863,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
10430,
7575,
15878,
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,
4277,
28,
19608,
8079,
13,
19608,
8079,
7,
16,
11,
352,
11,
352,
11,
657,
11,
657,
11,
256,
89,
10951,
28,
315,
66,
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,
1037,
62,
5239,
2625,
464,
3128,
290,
640,
618,
262,
2836,
750,
1100,
262,
8537,
262,
938,
640,
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,
15942,
577,
62,
3672,
2625,
12957,
8537,
3187,
3128,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
1069,
11766,
62,
14171,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
46120,
13087,
15878,
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,
4277,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
62,
5239,
2625,
36695,
428,
3038,
284,
905,
510,
3224,
3033,
588,
16276,
29267,
1330,
14,
39344,
11,
2443,
25431,
11,
40070,
5468,
11,
2443,
12,
3106,
21627,
11,
2141,
12,
3673,
12,
8291,
17660,
12,
24835,
290,
24824,
2995,
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,
15942,
577,
62,
3672,
2625,
23100,
26343,
2836,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
7700,
62,
21048,
62,
83,
44917,
62,
15898,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
46120,
13087,
15878,
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,
4277,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
62,
5239,
2625,
8743,
307,
900,
284,
2081,
1752,
262,
2836,
11126,
262,
2443,
5509,
11808,
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,
15942,
577,
62,
3672,
2625,
9876,
5509,
11808,
1775,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
24432,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
7085,
2514,
7085,
15878,
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,
9178,
28,
17821,
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,
1037,
62,
5239,
2625,
464,
2628,
428,
2836,
14448,
284,
13,
317,
2836,
481,
651,
477,
21627,
7520,
284,
1123,
286,
511,
2628,
33283,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3519,
62,
3672,
2625,
7220,
62,
2617,
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,
3519,
62,
22766,
62,
3672,
2625,
7220,
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,
284,
2625,
18439,
13,
13247,
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,
15942,
577,
62,
3672,
2625,
24432,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3689,
34758,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
1298,
366,
7220,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
62,
489,
1523,
1298,
366,
18417,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12286,
62,
525,
8481,
1298,
5855,
3803,
1600,
366,
33678,
1600,
366,
1177,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11663,
41888,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5855,
48205,
1600,
4132,
630,
62,
46406,
13,
46406,
13,
27530,
13,
18417,
13,
7220,
13,
15022,
12982,
13511,
3419,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
15720,
602,
13,
16447,
17633,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
43055,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7032,
41888,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12804,
27722,
15878,
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,
8295,
62,
25598,
28,
17821,
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,
4165,
62,
2539,
28,
17821,
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,
11389,
1096,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
2389,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5855,
3672,
1600,
4981,
13,
12441,
15878,
7,
9806,
62,
13664,
28,
13381,
11,
15942,
577,
62,
3672,
2625,
3672,
4943,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
25598,
62,
4475,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
10430,
7575,
15878,
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,
8295,
62,
2197,
62,
2860,
28,
17821,
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,
1037,
62,
5239,
2625,
464,
3128,
290,
640,
618,
262,
8619,
373,
2727,
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,
15942,
577,
62,
3672,
2625,
38793,
3128,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
8000,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
33616,
9218,
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,
9178,
28,
17821,
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,
9242,
28,
17821,
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,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
4805,
2394,
9782,
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,
3519,
62,
3672,
2625,
7266,
12942,
1749,
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,
284,
2625,
46406,
13,
34945,
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,
15942,
577,
62,
3672,
2625,
8000,
8619,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3689,
34758,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
1298,
366,
11431,
8619,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
62,
489,
1523,
1298,
366,
11431,
29196,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
34555,
1298,
14631,
12,
36996,
1600,
366,
3672,
33116,
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,
220,
220,
220,
220,
15720,
602,
13,
16447,
17633,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
9237,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7032,
41888,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12804,
27722,
15878,
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,
8295,
62,
25598,
28,
17821,
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,
4165,
62,
2539,
28,
17821,
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,
11389,
1096,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
2389,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
25598,
62,
4475,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
10430,
7575,
15878,
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,
4277,
28,
28241,
14208,
13,
26791,
13,
2435,
11340,
13,
2197,
11,
15942,
577,
62,
3672,
2625,
38793,
3128,
1,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5855,
9688,
62,
4475,
1600,
4981,
13,
10430,
15878,
7,
19011,
577,
62,
3672,
2625,
9688,
3128,
4943,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5855,
9688,
62,
2435,
1600,
4981,
13,
7575,
15878,
7,
27190,
28,
17821,
11,
15942,
577,
62,
3672,
2625,
9688,
640,
4943,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5855,
437,
62,
4475,
1600,
4981,
13,
10430,
15878,
7,
19011,
577,
62,
3672,
2625,
437,
3128,
4943,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5855,
437,
62,
2435,
1600,
4981,
13,
7575,
15878,
7,
27190,
28,
17821,
11,
15942,
577,
62,
3672,
2625,
437,
640,
4943,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
998,
1572,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
46120,
13087,
15878,
7,
12286,
28,
25101,
11,
15942,
577,
62,
3672,
2625,
998,
1572,
12340,
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,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3689,
34758,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
1298,
366,
15596,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
62,
489,
1523,
1298,
366,
31534,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
34555,
1298,
14631,
9688,
62,
4475,
1600,
366,
9688,
62,
2435,
33116,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
525,
8481,
1298,
357,
7203,
12984,
1836,
62,
15596,
1600,
366,
6090,
7715,
2995,
12340,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12286,
62,
525,
8481,
1298,
5855,
3803,
1600,
366,
33678,
1600,
366,
1177,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12286,
62,
5363,
62,
3672,
1298,
366,
31534,
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,
220,
220,
220,
220,
15720,
602,
13,
16447,
17633,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
18332,
1891,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7032,
41888,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12804,
27722,
15878,
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,
8295,
62,
25598,
28,
17821,
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,
4165,
62,
2539,
28,
17821,
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,
11389,
1096,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
2389,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
8821,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
46120,
13087,
15878,
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,
9178,
28,
17821,
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,
7747,
41888,
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,
357,
17821,
11,
366,
21604,
1800,
12340,
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,
357,
25101,
11,
366,
32863,
876,
12340,
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,
357,
14202,
11,
366,
3673,
5081,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4277,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
62,
5239,
2625,
15354,
262,
7538,
318,
3967,
393,
4633,
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,
9242,
28,
17821,
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,
15942,
577,
62,
3672,
2625,
8821,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5855,
23893,
1600,
4981,
13,
8206,
15878,
7,
27190,
28,
17821,
11,
15942,
577,
62,
3672,
2625,
23893,
4943,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
271,
62,
47944,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
46120,
13087,
15878,
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,
1037,
62,
5239,
2625,
15354,
393,
407,
262,
7538,
318,
7977,
379,
262,
6505,
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,
15942,
577,
62,
3672,
2625,
47944,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
25598,
62,
4475,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
10430,
7575,
15878,
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,
8295,
62,
2197,
62,
2860,
28,
17821,
11,
15942,
577,
62,
3672,
2625,
38793,
3128,
1,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3689,
34758,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
1298,
366,
12363,
1891,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
62,
489,
1523,
1298,
366,
12363,
1891,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
34555,
1298,
14631,
12,
25598,
62,
4475,
33116,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12286,
62,
525,
8481,
1298,
5855,
3803,
1600,
366,
33678,
1600,
366,
1177,
12340,
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,
220,
220,
220,
220,
15720,
602,
13,
16447,
17633,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
3546,
4798,
9876,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7032,
41888,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12804,
27722,
15878,
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,
8295,
62,
25598,
28,
17821,
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,
4165,
62,
2539,
28,
17821,
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,
11389,
1096,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
2389,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
25598,
62,
4475,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
10430,
7575,
15878,
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,
4277,
28,
28241,
14208,
13,
26791,
13,
2435,
11340,
13,
2197,
11,
15942,
577,
62,
3672,
2625,
38793,
3128,
1,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20676,
3628,
306,
62,
998,
1572,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
46120,
13087,
15878,
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,
4277,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
62,
5239,
2625,
15354,
393,
407,
262,
2443,
318,
11777,
33962,
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,
15942,
577,
62,
3672,
2625,
20676,
3628,
306,
33962,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3689,
34758,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
1298,
366,
320,
4798,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
62,
489,
1523,
1298,
366,
320,
17190,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12286,
62,
525,
8481,
1298,
5855,
3803,
1600,
366,
33678,
1600,
366,
1177,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12286,
62,
5363,
62,
3672,
1298,
366,
320,
17190,
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,
220,
220,
220,
220,
15720,
602,
13,
16447,
17633,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
32065,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7032,
41888,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12804,
27722,
15878,
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,
8295,
62,
25598,
28,
17821,
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,
4165,
62,
2539,
28,
17821,
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,
11389,
1096,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
2389,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
6649,
1018,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
11122,
1018,
15878,
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,
1037,
62,
5239,
2625,
40257,
4731,
27421,
973,
287,
32336,
1231,
9029,
290,
2041,
3435,
33283,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3509,
62,
13664,
28,
23,
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,
3748,
28,
17821,
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,
4938,
2024,
41888,
28241,
14208,
13,
7295,
13,
12102,
2024,
13,
9452,
24539,
47139,
1352,
7,
17,
8,
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,
15942,
577,
62,
3672,
2625,
32065,
41635,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
65,
13155,
2857,
62,
12985,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
11122,
1018,
15878,
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,
1037,
62,
5239,
2625,
32065,
27421,
1231,
9029,
290,
2041,
3435,
13,
770,
2214,
3221,
4909,
257,
6087,
286,
13284,
3775,
422,
262,
314,
31574,
3834,
12985,
33432,
33283,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3509,
62,
13664,
28,
2327,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3748,
28,
17821,
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,
4938,
2024,
41888,
28241,
14208,
13,
7295,
13,
12102,
2024,
13,
9452,
24539,
47139,
1352,
7,
17,
8,
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,
15942,
577,
62,
3672,
2625,
2749,
47,
2857,
17467,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
30191,
62,
3672,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12441,
15878,
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,
1037,
62,
5239,
2625,
464,
1438,
286,
262,
3303,
287,
428,
3303,
33283,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3509,
62,
13664,
28,
9031,
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,
15942,
577,
62,
3672,
2625,
30191,
1438,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
39126,
62,
3672,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12441,
15878,
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,
1037,
62,
5239,
2625,
464,
1438,
286,
262,
3303,
287,
3594,
33283,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3509,
62,
13664,
28,
9031,
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,
15942,
577,
62,
3672,
2625,
3672,
287,
3594,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
5239,
62,
37295,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12441,
15878,
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,
7747,
41888,
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,
5855,
2538,
9792,
62,
10468,
62,
49,
9947,
1600,
366,
18819,
284,
826,
12340,
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,
5855,
49,
9947,
62,
10468,
62,
2538,
9792,
1600,
366,
11028,
284,
1364,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4277,
2625,
2538,
9792,
62,
10468,
62,
49,
9947,
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,
3509,
62,
13664,
28,
1485,
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,
15942,
577,
62,
3672,
2625,
5239,
4571,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
39754,
62,
19315,
62,
8189,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12441,
15878,
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,
7747,
41888,
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,
5855,
324,
1600,
366,
1870,
273,
430,
12340,
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,
5855,
3609,
1600,
366,
17013,
4498,
24880,
12340,
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,
5855,
1878,
1600,
366,
17584,
6064,
4103,
12340,
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,
5855,
282,
1600,
366,
2348,
3820,
544,
12340,
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,
5855,
321,
1600,
366,
3163,
3653,
544,
12340,
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,
5855,
5488,
1600,
366,
13450,
5708,
12340,
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,
5855,
283,
1600,
366,
3163,
6783,
1437,
12340,
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,
5855,
265,
1600,
366,
15160,
7496,
12340,
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,
5855,
559,
1600,
366,
27429,
12340,
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,
5855,
1031,
1600,
366,
32,
9107,
65,
1872,
13881,
12340,
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,
5855,
7012,
1600,
366,
33,
418,
18142,
290,
34321,
1533,
709,
1437,
12340,
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,
5855,
17457,
1600,
366,
43984,
75,
13410,
12340,
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,
5855,
1350,
1600,
366,
12193,
70,
1505,
12340,
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,
5855,
19881,
1600,
366,
22991,
74,
1437,
38971,
78,
12340,
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,
5855,
35904,
1600,
366,
33481,
4563,
544,
12340,
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,
5855,
34369,
1600,
366,
47514,
3201,
12340,
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,
5855,
8482,
1600,
366,
22991,
917,
72,
12340,
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,
5855,
50007,
1600,
366,
11696,
259,
12340,
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,
5855,
20475,
1600,
366,
33,
7780,
15339,
12340,
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,
5855,
9374,
1600,
366,
9414,
1726,
72,
12340,
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,
5855,
2127,
1600,
366,
33,
349,
20817,
12340,
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,
5855,
1671,
1600,
366,
39190,
12340,
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,
5855,
18347,
1600,
366,
33,
71,
37878,
12340,
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,
5855,
65,
86,
1600,
366,
33,
1747,
49484,
12340,
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,
5855,
1525,
1600,
366,
12193,
20272,
12340,
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,
5855,
6888,
1600,
366,
17940,
12340,
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,
5855,
10210,
1600,
366,
18649,
78,
357,
33939,
2066,
8,
12340,
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,
5855,
12993,
1600,
366,
30645,
5510,
2066,
12340,
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,
5855,
66,
70,
1600,
366,
18649,
78,
357,
15431,
8,
12340,
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,
5855,
354,
1600,
366,
10462,
13947,
12340,
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,
5855,
979,
1600,
366,
34,
27083,
660,
288,
6,
40,
13038,
557,
12340,
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,
5855,
565,
1600,
366,
1925,
576,
12340,
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,
5855,
11215,
1600,
366,
34,
2382,
2049,
12340,
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,
5855,
31522,
1600,
366,
14581,
12340,
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,
5855,
1073,
1600,
366,
5216,
2381,
544,
12340,
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,
5855,
6098,
1600,
366,
13729,
64,
31656,
12340,
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,
5855,
27399,
1600,
366,
34,
22013,
12340,
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,
5855,
948,
1600,
366,
20418,
26440,
12340,
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,
5855,
26691,
1600,
366,
34,
15356,
544,
12340,
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,
5855,
2934,
1600,
366,
27079,
12340,
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,
5855,
28241,
1600,
366,
35,
73,
571,
448,
72,
12340,
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,
5855,
34388,
1600,
366,
21306,
4102,
12340,
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,
5855,
36020,
1600,
366,
43417,
3970,
12340,
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,
5855,
4598,
1600,
366,
43417,
7490,
2066,
12340,
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,
5855,
67,
89,
1600,
366,
2348,
1362,
544,
12340,
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,
5855,
721,
1600,
366,
49136,
24201,
12340,
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,
5855,
1453,
1600,
366,
36,
3743,
544,
12340,
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,
5855,
1533,
1600,
366,
39299,
12340,
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,
5855,
263,
1600,
366,
36,
799,
21468,
12340,
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,
5855,
274,
1600,
366,
45355,
12340,
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,
5855,
316,
1600,
366,
40226,
14922,
544,
12340,
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,
5855,
12463,
1600,
366,
18467,
1044,
12340,
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,
5855,
8310,
1600,
366,
28572,
12340,
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,
5855,
4908,
1600,
366,
46079,
261,
12340,
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,
357,
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,
366,
22296,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
17013,
7526,
286,
3878,
5491,
290,
8342,
7517,
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,
10612,
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,
5855,
21287,
1600,
366,
38,
918,
4763,
12340,
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,
5855,
469,
1600,
366,
41072,
12340,
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,
5855,
70,
69,
1600,
366,
24111,
1962,
7484,
12340,
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,
5855,
1130,
1600,
366,
8205,
1142,
4397,
12340,
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,
5855,
456,
1600,
366,
41126,
2271,
12340,
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,
5855,
12397,
1600,
366,
38,
571,
45662,
12340,
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,
5855,
4743,
1600,
366,
13719,
1044,
12340,
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,
5855,
39870,
1600,
366,
38,
4131,
544,
12340,
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,
5855,
4593,
1600,
366,
8205,
18343,
12340,
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,
5855,
31197,
1600,
366,
8205,
6959,
280,
431,
12340,
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,
5855,
2164,
1600,
366,
38,
631,
344,
12340,
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,
5855,
13655,
1600,
366,
8205,
23900,
6081,
12340,
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,
5855,
5162,
1600,
366,
8205,
321,
12340,
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,
5855,
1360,
1600,
366,
31080,
2271,
12340,
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,
5855,
71,
74,
1600,
366,
48559,
9071,
12340,
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,
5855,
21116,
1600,
366,
39,
623,
17786,
12340,
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,
5855,
11840,
1600,
366,
35403,
265,
544,
12340,
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,
5855,
4352,
1600,
366,
39,
4548,
72,
12340,
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,
5855,
13415,
1600,
366,
39505,
560,
12340,
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,
5855,
312,
1600,
366,
5497,
1952,
544,
12340,
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,
5855,
494,
1600,
366,
49752,
12340,
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,
5855,
346,
1600,
366,
14040,
12340,
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,
5855,
259,
1600,
366,
21569,
12340,
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,
5855,
25011,
1600,
366,
31206,
12340,
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,
5855,
343,
1600,
366,
23798,
12340,
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,
5855,
271,
1600,
366,
23709,
1044,
12340,
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,
5855,
270,
1600,
366,
45001,
12340,
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,
5855,
73,
76,
1600,
366,
41,
1689,
3970,
12340,
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,
5855,
7639,
1600,
366,
34522,
12340,
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,
5855,
34523,
1600,
366,
16504,
12340,
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,
5855,
365,
1600,
366,
27827,
3972,
12340,
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,
5855,
10025,
1600,
366,
42,
2417,
1360,
89,
14192,
12340,
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,
5855,
14636,
1600,
366,
34,
4131,
375,
544,
12340,
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,
5855,
74,
79,
1600,
366,
14157,
4969,
12340,
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,
5855,
38584,
1600,
366,
14942,
4969,
12340,
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,
5855,
46265,
1600,
366,
41733,
17077,
12340,
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,
5855,
74,
89,
1600,
366,
42,
1031,
11322,
14192,
12340,
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,
5855,
23160,
1600,
366,
43,
1765,
36902,
12340,
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,
5855,
4528,
1600,
366,
47918,
354,
1452,
5714,
12340,
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,
5855,
14050,
1600,
366,
31199,
544,
12340,
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,
5855,
7278,
1600,
366,
35882,
849,
78,
12340,
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,
5855,
2528,
1600,
366,
43,
342,
29743,
12340,
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,
5855,
2290,
1600,
366,
43,
2821,
368,
24256,
12340,
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,
5855,
6780,
1600,
366,
24220,
8869,
12340,
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,
5855,
306,
1600,
366,
25835,
3972,
12340,
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,
5855,
2611,
1600,
366,
20044,
420,
1073,
12340,
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,
5855,
23209,
1600,
366,
9069,
10602,
12340,
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,
5855,
9132,
1600,
366,
44,
727,
10071,
12340,
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,
5855,
1326,
1600,
366,
26031,
46495,
305,
12340,
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,
5855,
11296,
1600,
366,
18454,
44309,
12340,
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,
5855,
28015,
1600,
366,
14157,
36353,
12340,
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,
5855,
4029,
1600,
366,
44,
7344,
12340,
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,
5855,
3020,
1600,
366,
3666,
21708,
12340,
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,
5855,
10295,
1600,
366,
44,
506,
22703,
12340,
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,
5855,
43395,
1600,
366,
44,
2899,
270,
5411,
12340,
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,
5855,
16762,
1600,
366,
44,
2501,
64,
12340,
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,
5855,
30300,
1600,
366,
44,
2899,
270,
3754,
12340,
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,
5855,
76,
85,
1600,
366,
44,
1940,
1083,
12340,
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,
5855,
76,
86,
1600,
366,
15029,
23368,
12340,
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,
5855,
36802,
1600,
366,
33006,
12340,
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,
5855,
1820,
1600,
366,
15029,
592,
544,
12340,
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,
5855,
76,
89,
1600,
366,
44,
8590,
4131,
2350,
12340,
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,
5855,
2616,
1600,
366,
45,
321,
41145,
12340,
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,
5855,
710,
1600,
366,
45,
8254,
12340,
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,
5855,
782,
1600,
366,
45,
328,
5142,
12340,
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,
5855,
8461,
1600,
366,
30403,
29967,
6413,
12340,
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,
5855,
21283,
1600,
366,
45,
6750,
4447,
12340,
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,
5855,
3919,
1600,
366,
21991,
1014,
12340,
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,
5855,
37659,
1600,
366,
45,
538,
282,
12340,
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,
5855,
27305,
1600,
366,
3791,
8936,
12340,
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,
5855,
296,
1600,
366,
46,
805,
12340,
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,
5855,
8957,
1600,
366,
15730,
1689,
12340,
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,
5855,
431,
1600,
366,
5990,
84,
12340,
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,
5855,
79,
69,
1600,
366,
24111,
12280,
31401,
12340,
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,
5855,
6024,
1600,
366,
47,
499,
6413,
968,
22777,
12340,
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,
5855,
746,
1600,
366,
49680,
1127,
12340,
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,
5855,
79,
74,
1600,
366,
38485,
12340,
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,
5855,
489,
1600,
366,
8017,
392,
12340,
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,
5855,
862,
1600,
366,
11531,
27374,
12340,
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,
5855,
457,
1600,
366,
13924,
43778,
12340,
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,
5855,
9078,
1600,
366,
10044,
11433,
323,
12340,
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,
5855,
20402,
1600,
366,
48,
9459,
12340,
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,
5855,
305,
1600,
366,
32454,
544,
12340,
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,
5855,
3808,
1600,
366,
7089,
23339,
12340,
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,
5855,
622,
1600,
366,
16220,
11937,
12340,
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,
5855,
31653,
1600,
366,
49,
86,
5282,
12340,
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,
5855,
11400,
1600,
366,
36939,
9671,
12340,
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,
5855,
21282,
1600,
366,
50,
463,
272,
12340,
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,
5855,
325,
1600,
366,
10462,
31829,
12340,
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,
5855,
13396,
1600,
366,
50,
5439,
574,
544,
12340,
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,
5855,
8135,
1600,
366,
11122,
709,
21897,
12340,
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,
5855,
6649,
1600,
366,
50,
16367,
30399,
12340,
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,
5855,
16184,
1600,
366,
10445,
39839,
12340,
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,
5855,
568,
1600,
366,
50,
296,
9752,
12340,
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,
5855,
824,
1600,
366,
14942,
19610,
12340,
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,
5855,
21370,
1600,
366,
9527,
26482,
12340,
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,
5855,
1837,
1600,
366,
42747,
4498,
2066,
12340,
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,
5855,
8671,
1600,
366,
1925,
324,
12340,
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,
5855,
400,
1600,
366,
817,
16188,
12340,
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,
5855,
83,
73,
1600,
366,
51,
1228,
1134,
4103,
12340,
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,
5855,
17209,
1600,
366,
17483,
74,
3653,
4103,
12340,
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,
5855,
34106,
1600,
366,
51,
403,
271,
544,
12340,
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,
5855,
2213,
1600,
366,
31632,
12340,
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,
5855,
4246,
1600,
366,
47976,
8149,
12340,
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,
5855,
22877,
1600,
366,
51,
35410,
5411,
12340,
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,
5855,
6413,
1600,
366,
44814,
12340,
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,
5855,
1018,
1600,
366,
52,
70,
5282,
12340,
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,
5855,
385,
1600,
366,
17013,
1829,
286,
2253,
12340,
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,
5855,
4669,
1600,
366,
52,
2143,
30106,
12340,
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,
5855,
10277,
1600,
366,
52,
40413,
4103,
12340,
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,
5855,
303,
1600,
366,
53,
12596,
64,
12340,
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,
5855,
85,
77,
1600,
366,
53,
1155,
17871,
12340,
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,
5855,
87,
74,
1600,
366,
42,
418,
18768,
12340,
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,
5855,
5948,
1600,
366,
56,
8952,
12340,
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,
5855,
4496,
1600,
366,
14942,
5478,
12340,
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,
5855,
89,
76,
1600,
366,
57,
4131,
544,
12340,
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,
5855,
89,
86,
1600,
366,
57,
27175,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
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,
62,
5239,
2625,
464,
1499,
351,
543,
428,
3303,
318,
8384,
3917,
13,
770,
6056,
318,
973,
284,
2380,
262,
3303,
4823,
1146,
33283,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3509,
62,
13664,
28,
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,
15942,
577,
62,
3672,
2625,
39754,
1499,
6056,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
38238,
62,
19315,
62,
8189,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12441,
15878,
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,
9178,
28,
17821,
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,
7747,
41888,
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,
5855,
324,
1600,
366,
1870,
273,
430,
12340,
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,
5855,
3609,
1600,
366,
17013,
4498,
24880,
12340,
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,
5855,
1878,
1600,
366,
17584,
6064,
4103,
12340,
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,
5855,
282,
1600,
366,
2348,
3820,
544,
12340,
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,
5855,
321,
1600,
366,
3163,
3653,
544,
12340,
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,
5855,
5488,
1600,
366,
13450,
5708,
12340,
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,
5855,
283,
1600,
366,
3163,
6783,
1437,
12340,
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,
5855,
265,
1600,
366,
15160,
7496,
12340,
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,
5855,
559,
1600,
366,
27429,
12340,
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,
5855,
1031,
1600,
366,
32,
9107,
65,
1872,
13881,
12340,
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,
5855,
7012,
1600,
366,
33,
418,
18142,
290,
34321,
1533,
709,
1437,
12340,
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,
5855,
17457,
1600,
366,
43984,
75,
13410,
12340,
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,
5855,
1350,
1600,
366,
12193,
70,
1505,
12340,
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,
5855,
19881,
1600,
366,
22991,
74,
1437,
38971,
78,
12340,
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,
5855,
35904,
1600,
366,
33481,
4563,
544,
12340,
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,
5855,
34369,
1600,
366,
47514,
3201,
12340,
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,
5855,
8482,
1600,
366,
22991,
917,
72,
12340,
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,
5855,
50007,
1600,
366,
11696,
259,
12340,
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,
5855,
20475,
1600,
366,
33,
7780,
15339,
12340,
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,
5855,
9374,
1600,
366,
9414,
1726,
72,
12340,
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,
5855,
2127,
1600,
366,
33,
349,
20817,
12340,
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,
5855,
1671,
1600,
366,
39190,
12340,
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,
5855,
18347,
1600,
366,
33,
71,
37878,
12340,
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,
5855,
65,
86,
1600,
366,
33,
1747,
49484,
12340,
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,
5855,
1525,
1600,
366,
12193,
20272,
12340,
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,
5855,
6888,
1600,
366,
17940,
12340,
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,
5855,
10210,
1600,
366,
18649,
78,
357,
33939,
2066,
8,
12340,
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,
5855,
12993,
1600,
366,
30645,
5510,
2066,
12340,
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,
5855,
66,
70,
1600,
366,
18649,
78,
357,
15431,
8,
12340,
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,
5855,
354,
1600,
366,
10462,
13947,
12340,
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,
5855,
979,
1600,
366,
34,
27083,
660,
288,
6,
40,
13038,
557,
12340,
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,
5855,
565,
1600,
366,
1925,
576,
12340,
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,
5855,
11215,
1600,
366,
34,
2382,
2049,
12340,
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,
5855,
31522,
1600,
366,
14581,
12340,
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,
5855,
1073,
1600,
366,
5216,
2381,
544,
12340,
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,
5855,
6098,
1600,
366,
13729,
64,
31656,
12340,
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,
5855,
27399,
1600,
366,
34,
22013,
12340,
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,
5855,
948,
1600,
366,
20418,
26440,
12340,
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,
5855,
26691,
1600,
366,
34,
15356,
544,
12340,
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,
5855,
2934,
1600,
366,
27079,
12340,
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,
5855,
28241,
1600,
366,
35,
73,
571,
448,
72,
12340,
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,
5855,
34388,
1600,
366,
21306,
4102,
12340,
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,
5855,
36020,
1600,
366,
43417,
3970,
12340,
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,
5855,
4598,
1600,
366,
43417,
7490,
2066,
12340,
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,
5855,
67,
89,
1600,
366,
2348,
1362,
544,
12340,
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,
5855,
721,
1600,
366,
49136,
24201,
12340,
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,
5855,
1453,
1600,
366,
36,
3743,
544,
12340,
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,
5855,
1533,
1600,
366,
39299,
12340,
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,
5855,
263,
1600,
366,
36,
799,
21468,
12340,
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,
5855,
274,
1600,
366,
45355,
12340,
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,
5855,
316,
1600,
366,
40226,
14922,
544,
12340,
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,
5855,
12463,
1600,
366,
18467,
1044,
12340,
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,
5855,
8310,
1600,
366,
28572,
12340,
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,
5855,
4908,
1600,
366,
46079,
261,
12340,
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,
357,
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,
366,
22296,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
17013,
7526,
286,
3878,
5491,
290,
8342,
7517,
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,
10612,
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,
5855,
21287,
1600,
366,
38,
918,
4763,
12340,
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,
5855,
469,
1600,
366,
41072,
12340,
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,
5855,
70,
69,
1600,
366,
24111,
1962,
7484,
12340,
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,
5855,
1130,
1600,
366,
8205,
1142,
4397,
12340,
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,
5855,
456,
1600,
366,
41126,
2271,
12340,
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,
5855,
12397,
1600,
366,
38,
571,
45662,
12340,
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,
5855,
4743,
1600,
366,
13719,
1044,
12340,
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,
5855,
39870,
1600,
366,
38,
4131,
544,
12340,
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,
5855,
4593,
1600,
366,
8205,
18343,
12340,
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,
5855,
31197,
1600,
366,
8205,
6959,
280,
431,
12340,
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,
5855,
2164,
1600,
366,
38,
631,
344,
12340,
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,
5855,
13655,
1600,
366,
8205,
23900,
6081,
12340,
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,
5855,
5162,
1600,
366,
8205,
321,
12340,
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,
5855,
1360,
1600,
366,
31080,
2271,
12340,
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,
5855,
71,
74,
1600,
366,
48559,
9071,
12340,
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,
5855,
21116,
1600,
366,
39,
623,
17786,
12340,
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,
5855,
11840,
1600,
366,
35403,
265,
544,
12340,
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,
5855,
4352,
1600,
366,
39,
4548,
72,
12340,
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,
5855,
13415,
1600,
366,
39505,
560,
12340,
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,
5855,
312,
1600,
366,
5497,
1952,
544,
12340,
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,
5855,
494,
1600,
366,
49752,
12340,
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,
5855,
346,
1600,
366,
14040,
12340,
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,
5855,
259,
1600,
366,
21569,
12340,
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,
5855,
25011,
1600,
366,
31206,
12340,
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,
5855,
343,
1600,
366,
23798,
12340,
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,
5855,
271,
1600,
366,
23709,
1044,
12340,
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,
5855,
270,
1600,
366,
45001,
12340,
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,
5855,
73,
76,
1600,
366,
41,
1689,
3970,
12340,
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,
5855,
7639,
1600,
366,
34522,
12340,
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,
5855,
34523,
1600,
366,
16504,
12340,
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,
5855,
365,
1600,
366,
27827,
3972,
12340,
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,
5855,
10025,
1600,
366,
42,
2417,
1360,
89,
14192,
12340,
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,
5855,
14636,
1600,
366,
34,
4131,
375,
544,
12340,
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,
5855,
74,
79,
1600,
366,
14157,
4969,
12340,
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,
5855,
38584,
1600,
366,
14942,
4969,
12340,
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,
5855,
46265,
1600,
366,
41733,
17077,
12340,
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,
5855,
74,
89,
1600,
366,
42,
1031,
11322,
14192,
12340,
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,
5855,
23160,
1600,
366,
43,
1765,
36902,
12340,
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,
5855,
4528,
1600,
366,
47918,
354,
1452,
5714,
12340,
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,
5855,
14050,
1600,
366,
31199,
544,
12340,
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,
5855,
7278,
1600,
366,
35882,
849,
78,
12340,
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,
5855,
2528,
1600,
366,
43,
342,
29743,
12340,
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,
5855,
2290,
1600,
366,
43,
2821,
368,
24256,
12340,
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,
5855,
6780,
1600,
366,
24220,
8869,
12340,
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,
5855,
306,
1600,
366,
25835,
3972,
12340,
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,
5855,
2611,
1600,
366,
20044,
420,
1073,
12340,
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,
5855,
23209,
1600,
366,
9069,
10602,
12340,
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,
5855,
9132,
1600,
366,
44,
727,
10071,
12340,
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,
5855,
1326,
1600,
366,
26031,
46495,
305,
12340,
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,
5855,
11296,
1600,
366,
18454,
44309,
12340,
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,
5855,
28015,
1600,
366,
14157,
36353,
12340,
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,
5855,
4029,
1600,
366,
44,
7344,
12340,
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,
5855,
3020,
1600,
366,
3666,
21708,
12340,
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,
5855,
10295,
1600,
366,
44,
506,
22703,
12340,
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,
5855,
43395,
1600,
366,
44,
2899,
270,
5411,
12340,
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,
5855,
16762,
1600,
366,
44,
2501,
64,
12340,
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,
5855,
30300,
1600,
366,
44,
2899,
270,
3754,
12340,
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,
5855,
76,
85,
1600,
366,
44,
1940,
1083,
12340,
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,
5855,
76,
86,
1600,
366,
15029,
23368,
12340,
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,
5855,
36802,
1600,
366,
33006,
12340,
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,
5855,
1820,
1600,
366,
15029,
592,
544,
12340,
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,
5855,
76,
89,
1600,
366,
44,
8590,
4131,
2350,
12340,
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,
5855,
2616,
1600,
366,
45,
321,
41145,
12340,
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,
5855,
710,
1600,
366,
45,
8254,
12340,
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,
5855,
782,
1600,
366,
45,
328,
5142,
12340,
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,
5855,
8461,
1600,
366,
30403,
29967,
6413,
12340,
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,
5855,
21283,
1600,
366,
45,
6750,
4447,
12340,
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,
5855,
3919,
1600,
366,
21991,
1014,
12340,
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,
5855,
37659,
1600,
366,
45,
538,
282,
12340,
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,
5855,
27305,
1600,
366,
3791,
8936,
12340,
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,
5855,
296,
1600,
366,
46,
805,
12340,
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,
5855,
8957,
1600,
366,
15730,
1689,
12340,
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,
5855,
431,
1600,
366,
5990,
84,
12340,
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,
5855,
79,
69,
1600,
366,
24111,
12280,
31401,
12340,
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,
5855,
6024,
1600,
366,
47,
499,
6413,
968,
22777,
12340,
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,
5855,
746,
1600,
366,
49680,
1127,
12340,
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,
5855,
79,
74,
1600,
366,
38485,
12340,
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,
5855,
489,
1600,
366,
8017,
392,
12340,
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,
5855,
862,
1600,
366,
11531,
27374,
12340,
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,
5855,
457,
1600,
366,
13924,
43778,
12340,
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,
5855,
9078,
1600,
366,
10044,
11433,
323,
12340,
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,
5855,
20402,
1600,
366,
48,
9459,
12340,
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,
5855,
305,
1600,
366,
32454,
544,
12340,
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,
5855,
3808,
1600,
366,
7089,
23339,
12340,
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,
5855,
622,
1600,
366,
16220,
11937,
12340,
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,
5855,
31653,
1600,
366,
49,
86,
5282,
12340,
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,
5855,
11400,
1600,
366,
36939,
9671,
12340,
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,
5855,
21282,
1600,
366,
50,
463,
272,
12340,
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,
5855,
325,
1600,
366,
10462,
31829,
12340,
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,
5855,
13396,
1600,
366,
50,
5439,
574,
544,
12340,
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,
5855,
8135,
1600,
366,
11122,
709,
21897,
12340,
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,
5855,
6649,
1600,
366,
50,
16367,
30399,
12340,
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,
5855,
16184,
1600,
366,
10445,
39839,
12340,
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,
5855,
568,
1600,
366,
50,
296,
9752,
12340,
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,
5855,
824,
1600,
366,
14942,
19610,
12340,
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,
5855,
21370,
1600,
366,
9527,
26482,
12340,
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,
5855,
1837,
1600,
366,
42747,
4498,
2066,
12340,
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,
5855,
8671,
1600,
366,
1925,
324,
12340,
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,
5855,
400,
1600,
366,
817,
16188,
12340,
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,
5855,
83,
73,
1600,
366,
51,
1228,
1134,
4103,
12340,
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,
5855,
17209,
1600,
366,
17483,
74,
3653,
4103,
12340,
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,
5855,
34106,
1600,
366,
51,
403,
271,
544,
12340,
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,
5855,
2213,
1600,
366,
31632,
12340,
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,
5855,
4246,
1600,
366,
47976,
8149,
12340,
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,
5855,
22877,
1600,
366,
51,
35410,
5411,
12340,
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,
5855,
6413,
1600,
366,
44814,
12340,
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,
5855,
1018,
1600,
366,
52,
70,
5282,
12340,
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,
5855,
385,
1600,
366,
17013,
1829,
286,
2253,
12340,
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,
5855,
4669,
1600,
366,
52,
2143,
30106,
12340,
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,
5855,
10277,
1600,
366,
52,
40413,
4103,
12340,
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,
5855,
303,
1600,
366,
53,
12596,
64,
12340,
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,
5855,
85,
77,
1600,
366,
53,
1155,
17871,
12340,
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,
5855,
87,
74,
1600,
366,
42,
418,
18768,
12340,
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,
5855,
5948,
1600,
366,
56,
8952,
12340,
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,
5855,
4496,
1600,
366,
14942,
5478,
12340,
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,
5855,
89,
76,
1600,
366,
57,
4131,
544,
12340,
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,
5855,
89,
86,
1600,
366,
57,
27175,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
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,
62,
5239,
2625,
6610,
1499,
351,
543,
428,
3303,
318,
635,
3917,
13,
770,
6056,
318,
973,
287,
262,
3303,
1509,
23640,
33283,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3509,
62,
13664,
28,
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,
15942,
577,
62,
3672,
2625,
38238,
1499,
6056,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
25598,
62,
4475,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
10430,
7575,
15878,
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,
4277,
28,
28241,
14208,
13,
26791,
13,
2435,
11340,
13,
2197,
11,
15942,
577,
62,
3672,
2625,
38793,
3128,
1,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12957,
62,
43162,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
10430,
7575,
15878,
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,
8295,
62,
2197,
28,
17821,
11,
15942,
577,
62,
3672,
2625,
4666,
2649,
3128,
1,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11487,
62,
1659,
62,
3642,
658,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12441,
15878,
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,
1037,
62,
5239,
11639,
464,
6868,
1438,
329,
366,
10962,
286,
10154,
1,
287,
428,
3303,
13,
770,
318,
973,
287,
29050,
12960,
82,
2637,
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,
3509,
62,
13664,
28,
9031,
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,
15942,
577,
62,
3672,
11639,
1,
10962,
286,
10154,
1,
287,
428,
3303,
3256,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3689,
34758,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
1298,
366,
16129,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
62,
489,
1523,
1298,
366,
75,
33213,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
34555,
1298,
14631,
65,
13155,
2857,
62,
12985,
33116,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12286,
62,
525,
8481,
1298,
5855,
3803,
1600,
366,
33678,
1600,
366,
1177,
12340,
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,
220,
220,
220,
220,
15720,
602,
13,
16447,
17633,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
13152,
8979,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7032,
41888,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12804,
27722,
15878,
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,
8295,
62,
25598,
28,
17821,
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,
4165,
62,
2539,
28,
17821,
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,
11389,
1096,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
2389,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
7753,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
8979,
15878,
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,
3509,
62,
13664,
28,
25836,
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,
9516,
62,
1462,
28,
18908,
630,
62,
46406,
13,
46406,
13,
27530,
13,
11431,
13,
11431,
62,
7753,
13,
25850,
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,
15942,
577,
62,
3672,
2625,
7753,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
400,
20566,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
8979,
15878,
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,
3509,
62,
13664,
28,
25836,
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,
9516,
62,
1462,
28,
18908,
630,
62,
46406,
13,
46406,
13,
27530,
13,
11431,
13,
11431,
62,
7753,
13,
25850,
62,
6978,
62,
400,
20566,
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,
15942,
577,
62,
3672,
2625,
400,
20566,
2393,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
4906,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12441,
15878,
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,
7747,
41888,
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,
5855,
9060,
14,
11134,
1600,
366,
47,
10503,
2939,
12340,
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,
5855,
9060,
14,
73,
22071,
1600,
366,
12889,
7156,
2939,
12340,
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,
5855,
31438,
14,
12315,
1600,
366,
20456,
3188,
12340,
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,
5855,
9060,
14,
21370,
70,
10,
19875,
1600,
366,
50,
43490,
2939,
12340,
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,
5855,
9060,
14,
27908,
1600,
366,
38,
5064,
2939,
12340,
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,
5855,
31438,
14,
907,
4775,
1600,
366,
38715,
3188,
12340,
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,
357,
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,
366,
31438,
14,
85,
358,
13,
9654,
19875,
687,
1381,
12,
14406,
276,
7990,
13,
4775,
36948,
4029,
13,
22897,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
38715,
55,
3188,
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,
10612,
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,
5855,
31438,
14,
85,
358,
13,
907,
12,
1069,
5276,
1600,
366,
55,
6561,
3188,
12340,
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,
357,
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,
366,
31438,
14,
85,
358,
13,
9654,
19875,
687,
1381,
12,
14406,
276,
7990,
13,
43639,
21760,
4029,
13,
21760,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
55,
6561,
55,
3188,
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,
10612,
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,
5855,
31438,
14,
85,
358,
13,
907,
12,
6477,
4122,
1600,
366,
10246,
51,
3188,
12340,
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,
357,
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,
366,
31438,
14,
85,
358,
13,
9654,
19875,
687,
1381,
12,
14406,
276,
7990,
13,
43639,
21760,
4029,
13,
21760,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
10246,
29551,
3188,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3509,
62,
13664,
28,
12762,
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,
15942,
577,
62,
3672,
2625,
7753,
2099,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5855,
3672,
1600,
4981,
13,
12441,
15878,
7,
9806,
62,
13664,
28,
25836,
11,
15942,
577,
62,
3672,
2625,
3672,
4943,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
2501,
62,
5239,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12441,
15878,
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,
9178,
28,
17821,
11,
3509,
62,
13664,
28,
25836,
11,
15942,
577,
62,
3672,
2625,
11213,
1,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
25850,
276,
62,
4475,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
10430,
7575,
15878,
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,
8295,
62,
2197,
62,
2860,
28,
17821,
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,
1037,
62,
5239,
2625,
464,
3128,
290,
640,
618,
262,
2056,
2393,
373,
19144,
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,
15942,
577,
62,
3672,
2625,
25850,
276,
3128,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
8000,
62,
34945,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
33616,
9218,
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,
9178,
28,
17821,
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,
9242,
28,
17821,
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,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
4805,
2394,
9782,
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,
3519,
62,
3672,
2625,
16624,
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,
284,
2625,
46406,
13,
34945,
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,
15942,
577,
62,
3672,
2625,
8000,
8619,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3689,
34758,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
1298,
366,
11431,
2393,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
62,
489,
1523,
1298,
366,
11431,
3696,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
34555,
1298,
14631,
12,
36996,
1600,
366,
3672,
33116,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
525,
8481,
1298,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5855,
25850,
62,
11431,
7753,
1600,
366,
6090,
9516,
2056,
2393,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5855,
33491,
62,
11431,
7753,
1600,
366,
6090,
6330,
2056,
2393,
12340,
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,
366,
12286,
62,
525,
8481,
1298,
5855,
3803,
1600,
366,
33678,
1600,
366,
1177,
12340,
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,
220,
220,
220,
220,
15720,
602,
13,
16447,
17633,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
9362,
263,
30800,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7032,
41888,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12804,
27722,
15878,
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,
8295,
62,
25598,
28,
17821,
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,
4165,
62,
2539,
28,
17821,
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,
11389,
1096,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
2389,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5855,
3672,
1600,
4981,
13,
12441,
15878,
7,
9806,
62,
13664,
28,
9031,
11,
15942,
577,
62,
3672,
2625,
3672,
4943,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
6649,
1018,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
11122,
1018,
15878,
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,
1037,
62,
5239,
2625,
10100,
27421,
1231,
9029,
290,
2041,
3435,
13,
30015,
583,
3814,
290,
3303,
13,
17446,
9178,
284,
7716,
3748,
11507,
422,
1438,
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,
3509,
62,
13664,
28,
1899,
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,
3748,
28,
17821,
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,
15942,
577,
62,
3672,
2625,
6649,
1018,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
400,
20566,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
21886,
15878,
7,
9806,
62,
13664,
28,
9031,
11,
15942,
577,
62,
3672,
2625,
400,
20566,
10289,
12340,
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,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
6371,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
21886,
15878,
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,
1037,
62,
5239,
2625,
1212,
481,
307,
281,
7097,
7824,
36123,
287,
749,
2663,
33283,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3509,
62,
13664,
28,
9031,
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,
15942,
577,
62,
3672,
2625,
21886,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
7353,
62,
7890,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
40386,
15878,
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,
9178,
28,
17821,
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,
4277,
28,
11600,
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,
1037,
62,
5239,
2625,
17699,
24582,
1366,
329,
50122,
262,
10289,
13,
18291,
1958,
355,
19449,
33283,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3509,
62,
13664,
28,
9031,
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,
15942,
577,
62,
3672,
2625,
32782,
11507,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
1904,
62,
7353,
282,
62,
8189,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12441,
15878,
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,
7747,
41888,
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,
5855,
45,
11651,
1600,
366,
5211,
407,
779,
1281,
8189,
12340,
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,
5855,
18851,
1600,
366,
4677,
437,
30793,
2438,
284,
10289,
12340,
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,
5855,
32782,
1600,
366,
4550,
30793,
2438,
284,
1281,
10007,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4277,
2625,
45,
11651,
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,
1037,
62,
5239,
2625,
15354,
290,
703,
284,
7550,
262,
1281,
8189,
286,
262,
3814,
656,
262,
10289,
393,
24582,
1366,
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,
3509,
62,
13664,
28,
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,
15942,
577,
62,
3672,
2625,
1904,
30793,
2438,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
25598,
62,
4475,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
10430,
7575,
15878,
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,
4277,
28,
28241,
14208,
13,
26791,
13,
2435,
11340,
13,
2197,
11,
15942,
577,
62,
3672,
2625,
38793,
3128,
1,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12957,
62,
43162,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
10430,
7575,
15878,
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,
8295,
62,
2197,
28,
17821,
11,
15942,
577,
62,
3672,
2625,
4666,
2649,
3128,
1,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3689,
34758,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
1298,
366,
47895,
11055,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
62,
489,
1523,
1298,
366,
47895,
24019,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12286,
62,
525,
8481,
1298,
5855,
3803,
1600,
366,
33678,
1600,
366,
1177,
12340,
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,
220,
220,
220,
220,
15720,
602,
13,
16447,
17633,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
26121,
1634,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7032,
41888,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12804,
27722,
15878,
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,
8295,
62,
25598,
28,
17821,
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,
4165,
62,
2539,
28,
17821,
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,
11389,
1096,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
2389,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5855,
3672,
1600,
4981,
13,
12441,
15878,
7,
9806,
62,
13664,
28,
2167,
11,
15942,
577,
62,
3672,
2625,
3672,
4943,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
6649,
1018,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
11122,
1018,
15878,
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,
1249,
62,
46903,
1098,
28,
17821,
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,
1037,
62,
5239,
2625,
40257,
4731,
27421,
1231,
9029,
290,
2041,
3435,
33283,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3509,
62,
13664,
28,
2167,
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,
3748,
28,
17821,
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,
15942,
577,
62,
3672,
2625,
6649,
1018,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
25598,
62,
4475,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
10430,
7575,
15878,
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,
4277,
28,
28241,
14208,
13,
26791,
13,
2435,
11340,
13,
2197,
11,
15942,
577,
62,
3672,
2625,
38793,
3128,
1,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12957,
62,
43162,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
10430,
7575,
15878,
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,
8295,
62,
2197,
28,
17821,
11,
15942,
577,
62,
3672,
2625,
4666,
2649,
3128,
1,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
4749,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
33616,
9218,
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,
9178,
28,
17821,
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,
9242,
28,
17821,
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,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
28480,
62,
33991,
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,
3519,
62,
3672,
2625,
4749,
62,
9971,
4582,
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,
284,
2625,
46406,
13,
11431,
7753,
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,
15942,
577,
62,
3672,
2625,
6404,
78,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3689,
34758,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
1298,
366,
9971,
1634,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
62,
489,
1523,
1298,
366,
9971,
4582,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12286,
62,
525,
8481,
1298,
5855,
3803,
1600,
366,
33678,
1600,
366,
1177,
12340,
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,
220,
220,
220,
220,
15720,
602,
13,
16447,
17633,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
9876,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7032,
41888,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12804,
27722,
15878,
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,
8295,
62,
25598,
28,
17821,
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,
4165,
62,
2539,
28,
17821,
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,
11389,
1096,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
2389,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
25598,
62,
4475,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
10430,
7575,
15878,
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,
4277,
28,
28241,
14208,
13,
26791,
13,
2435,
11340,
13,
2197,
11,
15942,
577,
62,
3672,
2625,
38793,
3128,
1,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
20676,
3628,
306,
62,
998,
1572,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
46120,
13087,
15878,
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,
4277,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
62,
5239,
2625,
15354,
393,
407,
262,
2443,
318,
11777,
33962,
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,
15942,
577,
62,
3672,
2625,
20676,
3628,
306,
33962,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5855,
75,
701,
1600,
4981,
13,
21604,
1800,
46541,
15878,
7,
9945,
62,
9630,
28,
17821,
36911,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5855,
81,
13655,
1600,
4981,
13,
21604,
1800,
46541,
15878,
7,
9945,
62,
9630,
28,
17821,
36911,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5855,
21048,
62,
312,
1600,
4981,
13,
21604,
1800,
46541,
15878,
7,
9945,
62,
9630,
28,
17821,
36911,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5855,
18053,
1600,
4981,
13,
21604,
1800,
46541,
15878,
7,
9945,
62,
9630,
28,
17821,
36911,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
10793,
34640,
62,
7700,
62,
11085,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
46120,
13087,
15878,
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,
9178,
28,
17821,
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,
4277,
28,
17821,
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,
1037,
62,
5239,
2625,
1532,
257,
40070,
2443,
318,
900,
11,
428,
2214,
15947,
1771,
262,
2107,
2695,
318,
14553,
878,
262,
2695,
286,
428,
2443,
393,
706,
33283,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9242,
28,
17821,
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,
15942,
577,
62,
3672,
2625,
26545,
286,
40070,
2443,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
276,
6742,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
7085,
2514,
7085,
15878,
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,
9178,
28,
17821,
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,
1037,
62,
5239,
2625,
32,
1351,
286,
2985,
508,
423,
262,
7170,
284,
4370,
428,
2176,
2443,
13,
5514,
468,
1245,
611,
777,
2985,
466,
407,
423,
262,
7170,
284,
4370,
5468,
6949,
33283,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3519,
62,
3672,
2625,
276,
4674,
62,
31126,
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,
284,
28,
33692,
13,
32,
24318,
62,
29904,
62,
33365,
3698,
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,
15942,
577,
62,
3672,
2625,
276,
6742,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
4749,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
33616,
9218,
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,
9178,
28,
17821,
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,
9242,
28,
17821,
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,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
28480,
62,
33991,
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,
3519,
62,
3672,
2625,
31126,
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,
284,
2625,
46406,
13,
11431,
7753,
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,
15942,
577,
62,
3672,
2625,
4749,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
10793,
34640,
62,
7700,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
33616,
9218,
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,
9178,
28,
17821,
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,
1037,
62,
5239,
2625,
1532,
262,
2443,
11525,
82,
2107,
2695,
422,
1194,
2443,
11,
340,
318,
20717,
994,
33283,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9242,
28,
17821,
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,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
4805,
2394,
9782,
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,
3519,
62,
3672,
2625,
10793,
1472,
278,
62,
31126,
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,
284,
2625,
46406,
13,
7700,
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,
15942,
577,
62,
3672,
2625,
10793,
34640,
2443,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
9971,
1634,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
33616,
9218,
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,
9178,
28,
17821,
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,
1037,
62,
5239,
2625,
1212,
3578,
477,
1866,
286,
262,
4009,
284,
4370,
290,
7715,
428,
2443,
33283,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9242,
28,
17821,
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,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
28480,
62,
33991,
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,
3519,
62,
3672,
2625,
31126,
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,
284,
2625,
46406,
13,
9971,
1634,
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,
15942,
577,
62,
3672,
2625,
24358,
4009,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
8000,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
33616,
9218,
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,
9178,
28,
17821,
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,
9242,
28,
17821,
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,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
4805,
2394,
9782,
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,
3519,
62,
3672,
2625,
17197,
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,
284,
2625,
46406,
13,
7700,
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,
15942,
577,
62,
3672,
2625,
8000,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12984,
8191,
82,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
7085,
2514,
7085,
15878,
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,
9178,
28,
17821,
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,
1037,
62,
5239,
2625,
32,
1351,
286,
2985,
508,
423,
262,
7170,
284,
7715,
428,
2176,
2443,
13,
5514,
468,
1245,
611,
777,
2985,
466,
407,
423,
262,
7170,
284,
7715,
5468,
6949,
33283,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3519,
62,
3672,
2625,
12984,
1836,
540,
62,
31126,
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,
284,
28,
33692,
13,
32,
24318,
62,
29904,
62,
33365,
3698,
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,
15942,
577,
62,
3672,
2625,
12984,
8191,
82,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3689,
34758,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
1298,
366,
7700,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
62,
489,
1523,
1298,
366,
31126,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
525,
8481,
1298,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5855,
12984,
1836,
62,
7700,
1600,
366,
6090,
7715,
2443,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5855,
2164,
415,
62,
7700,
62,
525,
8481,
1600,
366,
6090,
7264,
2443,
7170,
12340,
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,
366,
12286,
62,
525,
8481,
1298,
5855,
3803,
1600,
366,
33678,
1600,
366,
1177,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12286,
62,
5363,
62,
3672,
1298,
366,
31126,
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,
220,
220,
220,
220,
15720,
602,
13,
16447,
17633,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
16402,
40,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7032,
41888,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12804,
27722,
15878,
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,
8295,
62,
25598,
28,
17821,
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,
4165,
62,
2539,
28,
17821,
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,
11389,
1096,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
2389,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
25598,
62,
4475,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
10430,
7575,
15878,
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,
4277,
28,
28241,
14208,
13,
26791,
13,
2435,
11340,
13,
2197,
11,
15942,
577,
62,
3672,
2625,
38793,
3128,
1,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
21975,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12441,
15878,
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,
3509,
62,
13664,
28,
9031,
11,
15942,
577,
62,
3672,
2625,
25662,
290,
2156,
1271,
1,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
7353,
8189,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12441,
15878,
7,
9806,
62,
13664,
28,
940,
11,
15942,
577,
62,
3672,
2625,
7353,
282,
2438,
12340,
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,
5855,
19205,
1600,
4981,
13,
12441,
15878,
7,
9806,
62,
13664,
28,
9031,
11,
15942,
577,
62,
3672,
2625,
19205,
4943,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5855,
19315,
1600,
4981,
13,
12441,
15878,
7,
9806,
62,
13664,
28,
9031,
11,
15942,
577,
62,
3672,
2625,
19315,
4943,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
15460,
3984,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
43879,
15878,
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,
1037,
62,
5239,
2625,
464,
32477,
20435,
1600,
15942,
577,
62,
3672,
2625,
15460,
3984,
1,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
6511,
3984,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
43879,
15878,
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,
1037,
62,
5239,
2625,
464,
890,
3984,
20435,
1600,
15942,
577,
62,
3672,
2625,
6511,
3984,
1,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
24886,
62,
1662,
62,
261,
62,
8899,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
46120,
13087,
15878,
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,
4277,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
62,
5239,
2625,
51,
624,
611,
345,
466,
407,
905,
428,
4067,
319,
3975,
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,
15942,
577,
62,
3672,
2625,
5211,
407,
905,
428,
4067,
319,
3975,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
998,
1572,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
46120,
13087,
15878,
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,
4277,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
62,
5239,
2625,
15354,
393,
407,
262,
4067,
318,
1100,
12,
8807,
290,
7104,
287,
262,
7824,
33283,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
998,
1572,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
4749,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
33616,
9218,
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,
9178,
28,
17821,
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,
9242,
28,
17821,
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,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
28480,
62,
33991,
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,
3519,
62,
3672,
2625,
7501,
271,
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,
284,
2625,
46406,
13,
11431,
7753,
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,
15942,
577,
62,
3672,
2625,
4749,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3689,
34758,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
1298,
366,
24886,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
62,
489,
1523,
1298,
366,
17946,
602,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12286,
62,
525,
8481,
1298,
5855,
3803,
1600,
366,
33678,
1600,
366,
1177,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12286,
62,
5363,
62,
3672,
1298,
366,
7501,
271,
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,
220,
220,
220,
220,
15720,
602,
13,
16447,
17633,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
6690,
33928,
31929,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7032,
41888,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12804,
27722,
15878,
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,
8295,
62,
25598,
28,
17821,
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,
4165,
62,
2539,
28,
17821,
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,
11389,
1096,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
2389,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
35324,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12441,
15878,
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,
7747,
41888,
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,
5855,
5631,
33340,
1600,
366,
28545,
12340,
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,
5855,
54,
33823,
11319,
1600,
366,
20916,
306,
12340,
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,
5855,
27857,
4221,
11319,
1600,
366,
31948,
306,
12340,
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,
5855,
56,
17133,
11319,
1600,
366,
56,
11458,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4277,
2625,
54,
33823,
11319,
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,
1037,
62,
5239,
2625,
2437,
1690,
262,
1785,
664,
1834,
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,
3509,
62,
13664,
28,
22,
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,
15942,
577,
62,
3672,
2625,
35324,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
3849,
2100,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
46541,
15878,
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,
4277,
28,
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,
1037,
62,
5239,
2625,
464,
16654,
287,
543,
262,
1785,
664,
1834,
33283,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4938,
2024,
41888,
28241,
14208,
13,
7295,
13,
12102,
2024,
13,
9452,
11395,
47139,
1352,
7,
16,
8,
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,
15942,
577,
62,
3672,
2625,
40322,
790,
2644,
640,
7,
82,
42501,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
10464,
12545,
62,
1640,
62,
45291,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
42625,
14208,
13,
3642,
822,
13,
7353,
34239,
13,
25747,
13,
19182,
15878,
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,
2779,
62,
3245,
28,
27530,
13,
46541,
15878,
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,
7747,
41888,
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,
357,
15,
11,
366,
23810,
12340,
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,
357,
16,
11,
366,
26133,
12340,
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,
357,
17,
11,
366,
27150,
12340,
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,
357,
18,
11,
366,
25381,
12340,
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,
357,
19,
11,
366,
20610,
12340,
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,
357,
20,
11,
366,
19844,
12340,
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,
357,
21,
11,
366,
21934,
12340,
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,
2361,
198,
220,
220,
220,
220,
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,
220,
220,
220,
220,
9178,
28,
17821,
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,
1037,
62,
5239,
2625,
1532,
262,
8373,
318,
10273,
11,
428,
2214,
15947,
319,
543,
1528,
262,
1785,
2753,
1295,
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,
2546,
28,
14202,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
10464,
12545,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
10464,
820,
62,
1640,
62,
8424,
306,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
46541,
15878,
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,
9178,
28,
17821,
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,
7747,
41888,
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,
357,
15,
11,
366,
23810,
12340,
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,
357,
16,
11,
366,
26133,
12340,
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,
357,
17,
11,
366,
27150,
12340,
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,
357,
18,
11,
366,
25381,
12340,
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,
357,
19,
11,
366,
20610,
12340,
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,
357,
20,
11,
366,
19844,
12340,
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,
357,
21,
11,
366,
21934,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
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,
62,
5239,
2625,
1532,
262,
8373,
318,
9651,
11,
428,
2214,
15947,
319,
543,
1528,
262,
1785,
2753,
1295,
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,
9242,
28,
17821,
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,
15942,
577,
62,
3672,
2625,
10464,
820,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
10464,
62,
1640,
62,
8424,
306,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
46541,
15878,
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,
9178,
28,
17821,
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,
7747,
41888,
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,
357,
16,
11,
366,
5962,
1285,
12340,
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,
357,
17,
11,
366,
12211,
1285,
12340,
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,
357,
18,
11,
366,
22747,
1285,
12340,
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,
357,
19,
11,
366,
45530,
1285,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
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,
62,
5239,
2625,
1532,
262,
8373,
318,
9651,
11,
428,
2214,
15947,
319,
543,
1285,
286,
262,
1227,
262,
1785,
2753,
1295,
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,
9242,
28,
17821,
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,
15942,
577,
62,
3672,
2625,
10464,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
8344,
33928,
62,
437,
62,
4475,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
10430,
15878,
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,
9178,
28,
17821,
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,
1037,
62,
5239,
2625,
1532,
262,
664,
33928,
318,
407,
329,
281,
35639,
2278,
11,
428,
2214,
4909,
262,
886,
3128,
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,
9242,
28,
17821,
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,
15942,
577,
62,
3672,
2625,
8344,
33928,
886,
3128,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3689,
34758,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
1298,
366,
8344,
33928,
3896,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
62,
489,
1523,
1298,
366,
8344,
33928,
3173,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12286,
62,
525,
8481,
1298,
29994,
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,
220,
220,
220,
220,
15720,
602,
13,
16447,
17633,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
9237,
8053,
18332,
1891,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7032,
41888,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12363,
1891,
62,
20692,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
3198,
2514,
3198,
15878,
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,
8295,
62,
25598,
28,
17821,
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,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
34,
42643,
19266,
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,
2560,
62,
8726,
28,
17821,
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,
4165,
62,
2539,
28,
17821,
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,
11389,
1096,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
284,
2625,
46406,
13,
12363,
1891,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3689,
34758,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
1298,
366,
15596,
1351,
7538,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
62,
489,
1523,
1298,
366,
15596,
1351,
7538,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12286,
62,
525,
8481,
1298,
29994,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12536,
28,
7203,
46406,
13,
12363,
1891,
1600,
828,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
15720,
602,
13,
16447,
17633,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
3546,
4798,
9876,
18332,
1891,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7032,
41888,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12363,
1891,
62,
20692,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
3198,
2514,
3198,
15878,
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,
8295,
62,
25598,
28,
17821,
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,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
34,
42643,
19266,
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,
2560,
62,
8726,
28,
17821,
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,
4165,
62,
2539,
28,
17821,
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,
11389,
1096,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
284,
2625,
46406,
13,
12363,
1891,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3689,
34758,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
1298,
366,
320,
4798,
7538,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
62,
489,
1523,
1298,
366,
320,
4798,
7538,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12286,
62,
525,
8481,
1298,
29994,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12536,
28,
7203,
46406,
13,
12363,
1891,
1600,
828,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
15720,
602,
13,
16447,
17633,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
13912,
18332,
1891,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7032,
41888,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12363,
1891,
62,
20692,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
3198,
2514,
3198,
15878,
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,
8295,
62,
25598,
28,
17821,
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,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
34,
42643,
19266,
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,
2560,
62,
8726,
28,
17821,
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,
4165,
62,
2539,
28,
17821,
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,
11389,
1096,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
284,
2625,
46406,
13,
12363,
1891,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3689,
34758,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
1298,
366,
8899,
7538,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
62,
489,
1523,
1298,
366,
8899,
7538,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12286,
62,
525,
8481,
1298,
29994,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12536,
28,
7203,
46406,
13,
12363,
1891,
1600,
828,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
15720,
602,
13,
16447,
17633,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
9362,
263,
8053,
18332,
1891,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7032,
41888,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12363,
1891,
62,
20692,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
3198,
2514,
3198,
15878,
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,
8295,
62,
25598,
28,
17821,
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,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
34,
42643,
19266,
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,
2560,
62,
8726,
28,
17821,
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,
4165,
62,
2539,
28,
17821,
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,
11389,
1096,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
284,
2625,
46406,
13,
12363,
1891,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3689,
34758,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
1298,
366,
47895,
1351,
7538,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
62,
489,
1523,
1298,
366,
47895,
1351,
7538,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12286,
62,
525,
8481,
1298,
29994,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12536,
28,
7203,
46406,
13,
12363,
1891,
1600,
828,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
15720,
602,
13,
16447,
17633,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
47371,
18332,
1891,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7032,
41888,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12363,
1891,
62,
20692,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
3198,
2514,
3198,
15878,
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,
8295,
62,
25598,
28,
17821,
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,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
34,
42643,
19266,
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,
2560,
62,
8726,
28,
17821,
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,
4165,
62,
2539,
28,
17821,
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,
11389,
1096,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
284,
2625,
46406,
13,
12363,
1891,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3689,
34758,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
1298,
366,
36996,
7538,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
62,
489,
1523,
1298,
366,
36996,
7538,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12286,
62,
525,
8481,
1298,
29994,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12536,
28,
7203,
46406,
13,
12363,
1891,
1600,
828,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
15720,
602,
13,
16447,
17633,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
18243,
23004,
18332,
1891,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7032,
41888,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12363,
1891,
62,
20692,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
3198,
2514,
3198,
15878,
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,
8295,
62,
25598,
28,
17821,
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,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
34,
42643,
19266,
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,
2560,
62,
8726,
28,
17821,
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,
4165,
62,
2539,
28,
17821,
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,
11389,
1096,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
284,
2625,
46406,
13,
12363,
1891,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12947,
62,
22766,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12441,
15878,
7,
9806,
62,
13664,
28,
12825,
11,
15942,
577,
62,
3672,
2625,
12947,
3381,
12340,
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,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3689,
34758,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
1298,
366,
12947,
1255,
7538,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
62,
489,
1523,
1298,
366,
12947,
1255,
7538,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12286,
62,
525,
8481,
1298,
29994,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12536,
28,
7203,
46406,
13,
12363,
1891,
1600,
828,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
15720,
602,
13,
16447,
17633,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
47445,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7032,
41888,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12804,
27722,
15878,
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,
8295,
62,
25598,
28,
17821,
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,
4165,
62,
2539,
28,
17821,
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,
11389,
1096,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
2389,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
3672,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12441,
15878,
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,
7747,
41888,
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,
5855,
10725,
4760,
12529,
1600,
366,
48032,
12340,
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,
5855,
24706,
1581,
1600,
366,
17171,
12340,
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,
5855,
20114,
3525,
62,
10725,
4760,
1137,
1600,
366,
9237,
4706,
12340,
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,
5855,
44,
4944,
2149,
4061,
1847,
9050,
62,
9328,
2390,
1600,
366,
44,
9462,
1483,
1074,
12340,
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,
5855,
34,
5653,
62,
9328,
2390,
1600,
366,
34,
5653,
1074,
12340,
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,
5855,
24805,
62,
9328,
2390,
1600,
366,
4677,
1074,
12340,
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,
5855,
44,
14175,
2767,
2751,
62,
9328,
2390,
1600,
366,
9704,
13629,
1074,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3509,
62,
13664,
28,
1120,
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,
15942,
577,
62,
3672,
2625,
3672,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
28120,
62,
18090,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
46120,
13087,
15878,
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,
4277,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
62,
5239,
2625,
15354,
393,
407,
428,
2597,
318,
3562,
329,
3085,
1866,
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,
15942,
577,
62,
3672,
2625,
28120,
2597,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
8094,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
3198,
2514,
3198,
15878,
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,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
34,
42643,
19266,
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,
3519,
62,
3672,
2625,
18090,
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,
284,
2625,
18439,
13,
8094,
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,
15942,
577,
62,
3672,
2625,
35,
73,
14208,
6284,
1448,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3689,
34758,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
1298,
366,
18090,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
62,
489,
1523,
1298,
366,
305,
829,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12286,
62,
525,
8481,
1298,
29994,
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,
220,
220,
220,
220,
15720,
602,
13,
16447,
17633,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
47371,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7032,
41888,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12804,
27722,
15878,
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,
8295,
62,
25598,
28,
17821,
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,
4165,
62,
2539,
28,
17821,
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,
11389,
1096,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
2389,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5855,
3672,
1600,
4981,
13,
12441,
15878,
7,
9806,
62,
13664,
28,
2167,
11,
15942,
577,
62,
3672,
2625,
3672,
4943,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11321,
62,
312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12441,
15878,
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,
9178,
28,
17821,
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,
1037,
62,
5239,
2625,
15057,
8379,
329,
13720,
11889,
4795,
11553,
4991,
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,
3509,
62,
13664,
28,
2780,
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,
15942,
577,
62,
3672,
2625,
28158,
11795,
1271,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
6649,
1018,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
11122,
1018,
15878,
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,
1249,
62,
46903,
1098,
28,
17821,
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,
1037,
62,
5239,
2625,
40257,
4731,
27421,
1231,
9029,
290,
2041,
3435,
13,
17446,
9178,
284,
7716,
3748,
11507,
422,
1438,
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,
3509,
62,
13664,
28,
2167,
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,
3748,
28,
17821,
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,
15942,
577,
62,
3672,
2625,
21886,
11507,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
13376,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12441,
15878,
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,
7747,
41888,
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,
5855,
10659,
9306,
1600,
366,
13739,
12340,
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,
5855,
39,
2389,
41819,
1600,
366,
41691,
12340,
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,
5855,
31315,
3824,
1961,
1600,
366,
19895,
1572,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4277,
2625,
39,
2389,
41819,
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,
3509,
62,
13664,
28,
23,
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,
15942,
577,
62,
3672,
2625,
13376,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
39081,
13260,
62,
21426,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12441,
15878,
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,
7747,
41888,
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,
5855,
34,
9050,
1600,
366,
14941,
12340,
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,
5855,
26288,
5446,
18379,
1600,
366,
44857,
12340,
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,
5855,
49,
4261,
1847,
62,
26288,
5446,
18379,
1600,
366,
49,
1523,
4783,
12340,
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,
5855,
31553,
2849,
1600,
366,
47371,
12340,
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,
5855,
34,
9050,
62,
6981,
62,
26288,
5446,
18379,
1600,
366,
14941,
290,
4783,
12340,
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,
5855,
4261,
33,
1565,
62,
26288,
5446,
18379,
1600,
366,
46667,
4783,
12340,
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,
5855,
11230,
5959,
45,
10979,
1847,
62,
26288,
5446,
18379,
1600,
366,
28848,
282,
4783,
12340,
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,
5855,
34,
9050,
62,
44724,
1600,
366,
14941,
1181,
12340,
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,
5855,
12203,
32,
62,
44724,
1600,
366,
30547,
1181,
12340,
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,
5855,
39274,
62,
44724,
1600,
366,
11146,
1181,
12340,
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,
5855,
37,
1961,
27130,
62,
44724,
1600,
366,
24099,
1181,
12340,
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,
5855,
44,
4944,
2149,
4061,
1847,
9050,
1600,
366,
44,
9462,
1483,
12340,
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,
5855,
25154,
16779,
9306,
62,
44,
4944,
2149,
4061,
1847,
9050,
1600,
366,
31337,
425,
27264,
12340,
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,
5855,
1268,
2043,
12576,
62,
2200,
42006,
2849,
62,
43960,
1137,
1600,
366,
24243,
16307,
3641,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4277,
2625,
49,
4261,
1847,
62,
26288,
5446,
18379,
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,
3509,
62,
13664,
28,
1731,
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,
15942,
577,
62,
3672,
2625,
39081,
13260,
7297,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
7344,
1386,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
8206,
15878,
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,
9178,
28,
17821,
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,
1037,
62,
5239,
2625,
36,
13,
70,
13,
4833,
29364,
287,
326,
1989,
13,
1002,
6565,
11,
262,
40773,
481,
1949,
284,
6070,
428,
6338,
13,
18291,
1958,
355,
19449,
33283,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
7344,
1386,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
31534,
62,
25616,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
46120,
13087,
15878,
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,
4277,
28,
17821,
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,
1037,
62,
5239,
2625,
15354,
393,
407,
2995,
389,
9343,
287,
262,
3814,
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,
15942,
577,
62,
3672,
2625,
39022,
2995,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
14689,
62,
1662,
6637,
62,
25616,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
46120,
13087,
15878,
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,
4277,
28,
17821,
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,
1037,
62,
5239,
2625,
15354,
393,
407,
4574,
19605,
389,
9343,
287,
262,
3814,
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,
15942,
577,
62,
3672,
2625,
39022,
4574,
19605,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
15460,
3984,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
43879,
15878,
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,
1037,
62,
5239,
2625,
464,
32477,
20435,
286,
281,
27665,
3641,
286,
262,
3814,
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,
9242,
28,
17821,
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,
15942,
577,
62,
3672,
2625,
15460,
3984,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
6511,
3984,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
43879,
15878,
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,
1037,
62,
5239,
2625,
464,
890,
3984,
20435,
286,
281,
27665,
3641,
286,
262,
3814,
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,
9242,
28,
17821,
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,
15942,
577,
62,
3672,
2625,
6511,
3984,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
7353,
282,
62,
8189,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12441,
15878,
7,
9806,
62,
13664,
28,
940,
11,
15942,
577,
62,
3672,
2625,
7353,
282,
2438,
12340,
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,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
28482,
62,
4529,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
15333,
15878,
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,
3509,
62,
13664,
28,
24970,
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,
15942,
577,
62,
3672,
2625,
12888,
2209,
286,
262,
18382,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
25598,
62,
4475,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
10430,
7575,
15878,
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,
4277,
28,
28241,
14208,
13,
26791,
13,
2435,
11340,
13,
2197,
11,
15942,
577,
62,
3672,
2625,
38793,
3128,
1,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12957,
62,
43162,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
10430,
7575,
15878,
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,
8295,
62,
2197,
28,
17821,
11,
15942,
577,
62,
3672,
2625,
4666,
2649,
3128,
1,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
14269,
3969,
62,
25616,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
46120,
13087,
15878,
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,
4277,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
62,
5239,
2625,
15354,
393,
407,
7869,
389,
9343,
329,
262,
3814,
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,
15942,
577,
62,
3672,
2625,
39022,
7869,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
6759,
17902,
62,
312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
21604,
1800,
18712,
46541,
15878,
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,
9178,
28,
17821,
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,
1037,
62,
5239,
2625,
464,
6550,
17902,
4522,
286,
428,
3814,
13,
2561,
307,
6338,
10944,
422,
262,
6550,
17902,
1895,
11241,
33283,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9242,
28,
17821,
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,
15942,
577,
62,
3672,
2625,
19044,
17902,
4522,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
6759,
17902,
62,
30001,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12441,
15878,
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,
9178,
28,
17821,
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,
4277,
2625,
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,
1037,
62,
5239,
2625,
464,
3200,
6550,
17902,
1895,
11241,
286,
262,
3814,
318,
973,
284,
8323,
5344,
287,
7824,
7007,
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,
3509,
62,
13664,
28,
8628,
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,
15942,
577,
62,
3672,
2625,
19044,
17902,
18239,
11241,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
7700,
62,
525,
8481,
62,
25616,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
46120,
13087,
15878,
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,
4277,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
62,
5239,
2625,
1212,
3578,
1981,
2985,
284,
307,
7520,
262,
826,
284,
4370,
393,
7715,
257,
2176,
2443,
33283,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
39022,
2443,
12,
11423,
21627,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
17006,
62,
25616,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
46120,
13087,
15878,
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,
4277,
28,
17821,
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,
1037,
62,
5239,
2625,
1212,
3607,
477,
2985,
286,
428,
3814,
1895,
284,
262,
3272,
12,
2301,
1538,
1772,
8537,
33283,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
39022,
1772,
8537,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
39081,
13260,
62,
21426,
62,
259,
10341,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
46120,
13087,
15878,
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,
4277,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
62,
5239,
2625,
35,
13221,
274,
1771,
262,
11553,
7297,
318,
9066,
1306,
284,
262,
3814,
1438,
13,
311,
24707,
318,
1464,
1912,
319,
262,
1438,
11,
14799,
422,
262,
11553,
7297,
33283,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
17256,
11553,
7297,
656,
1438,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19509,
62,
6371,
82,
62,
25616,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
46120,
13087,
15878,
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,
4277,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
62,
5239,
2625,
5492,
2198,
262,
3091,
611,
345,
765,
284,
779,
1790,
2956,
7278,
33283,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
25526,
378,
1790,
2956,
7278,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
4749,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
33616,
9218,
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,
9178,
28,
17821,
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,
9242,
28,
17821,
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,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
28480,
62,
33991,
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,
3519,
62,
3672,
2625,
4749,
62,
2301,
507,
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,
284,
2625,
46406,
13,
11431,
7753,
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,
15942,
577,
62,
3672,
2625,
6404,
78,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
2364,
364,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
7085,
2514,
7085,
15878,
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,
9178,
28,
17821,
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,
1037,
62,
5239,
2625,
34500,
630,
4394,
389,
7083,
3033,
5475,
422,
5468,
290,
2995,
290,
389,
3221,
4438,
416,
257,
2368,
2151,
13,
554,
749,
2663,
11,
262,
19016,
318,
281,
7097,
7824,
36123,
543,
262,
2166,
437,
6725,
460,
12405,
290,
8543,
262,
2482,
2641,
262,
15995,
630,
598,
33283,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3519,
62,
3672,
2625,
2301,
507,
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,
284,
2625,
46406,
13,
9362,
263,
30800,
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,
15942,
577,
62,
3672,
2625,
2364,
364,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3689,
34758,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
1298,
366,
36996,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
62,
489,
1523,
1298,
366,
2301,
507,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
34555,
1298,
14631,
3672,
33116,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12286,
62,
525,
8481,
1298,
5855,
3803,
1600,
366,
33678,
1600,
366,
1177,
12340,
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,
220,
220,
220,
220,
15720,
602,
13,
16447,
17633,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
49222,
3673,
2649,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7032,
41888,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12804,
27722,
15878,
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,
8295,
62,
25598,
28,
17821,
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,
4165,
62,
2539,
28,
17821,
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,
11389,
1096,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
2389,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
17620,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12441,
15878,
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,
7747,
41888,
7203,
9980,
1600,
366,
9980,
4943,
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,
3509,
62,
13664,
28,
1899,
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,
15942,
577,
62,
3672,
2625,
17620,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
35679,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
46120,
13087,
15878,
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,
4277,
28,
17821,
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,
1037,
62,
5239,
2625,
15354,
393,
407,
262,
4574,
14483,
318,
257,
4538,
357,
35679,
82,
2314,
307,
1908,
42501,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
35679,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
34086,
62,
4475,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
10430,
7575,
15878,
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,
9178,
28,
17821,
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,
1037,
62,
5239,
2625,
464,
3128,
290,
640,
618,
262,
4574,
14483,
373,
1908,
33283,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9242,
28,
17821,
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,
15942,
577,
62,
3672,
2625,
34086,
3128,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
25598,
62,
4475,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
10430,
7575,
15878,
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,
8295,
62,
2197,
62,
2860,
28,
17821,
11,
15942,
577,
62,
3672,
2625,
38793,
3128,
1,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
14171,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12441,
15878,
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,
7747,
41888,
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,
5855,
1340,
11319,
62,
10116,
32,
4146,
17534,
1600,
366,
10049,
3758,
1695,
25231,
12340,
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,
357,
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,
366,
19108,
62,
5673,
1268,
62,
43,
15567,
52,
11879,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11041,
1388,
3303,
611,
645,
11059,
318,
1695,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
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,
62,
5239,
2625,
50,
1039,
4069,
329,
7219,
351,
407,
4683,
4574,
14483,
25231,
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,
3509,
62,
13664,
28,
12762,
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,
15942,
577,
62,
3672,
2625,
14171,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
36996,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
33616,
9218,
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,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
34,
42643,
19266,
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,
3519,
62,
3672,
2625,
14689,
62,
1662,
6637,
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,
284,
2625,
46406,
13,
36996,
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,
15942,
577,
62,
3672,
2625,
36996,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3689,
34758,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
1298,
366,
14689,
14483,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
62,
489,
1523,
1298,
366,
14689,
19605,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
525,
8481,
1298,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5855,
21280,
62,
14689,
62,
1662,
2649,
1600,
366,
6090,
3758,
4574,
14483,
12340,
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,
366,
12286,
62,
525,
8481,
1298,
5855,
3803,
1600,
366,
33678,
1600,
366,
1177,
12340,
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,
220,
220,
220,
220,
15720,
602,
13,
16447,
17633,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
16402,
2043,
26084,
7592,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7032,
41888,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12804,
27722,
15878,
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,
8295,
62,
25598,
28,
17821,
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,
4165,
62,
2539,
28,
17821,
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,
11389,
1096,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
2389,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5855,
7839,
1600,
4981,
13,
12441,
15878,
7,
9806,
62,
13664,
28,
35500,
11,
15942,
577,
62,
3672,
2625,
7839,
4943,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
6649,
1018,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
11122,
1018,
15878,
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,
1249,
62,
46903,
1098,
28,
17821,
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,
1037,
62,
5239,
2625,
10100,
27421,
1231,
9029,
290,
2041,
3435,
13,
30015,
583,
3814,
290,
3303,
13,
17446,
9178,
284,
7716,
3748,
11507,
422,
3670,
33283,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3509,
62,
13664,
28,
35500,
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,
15942,
577,
62,
3672,
2625,
8726,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
13376,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12441,
15878,
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,
7747,
41888,
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,
5855,
35,
44700,
1600,
366,
37741,
12340,
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,
5855,
2200,
28206,
1600,
366,
47,
1571,
6602,
12340,
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,
5855,
5105,
32936,
1600,
366,
24492,
12340,
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,
5855,
39371,
46,
62,
4090,
6089,
1600,
366,
27722,
12793,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4277,
2625,
35,
44700,
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,
3509,
62,
13664,
28,
24,
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,
15942,
577,
62,
3672,
2625,
13376,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5855,
11299,
1600,
4981,
13,
8206,
15878,
7,
27190,
28,
17821,
11,
15942,
577,
62,
3672,
2625,
11299,
4943,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
41745,
62,
259,
62,
41519,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
46120,
13087,
15878,
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,
4277,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
62,
5239,
2625,
34227,
284,
7603,
257,
11059,
318,
852,
6153,
416,
281,
7097,
33417,
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,
15942,
577,
62,
3672,
2625,
41745,
287,
11059,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
9641,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
21604,
1800,
46541,
15878,
7,
12286,
28,
15,
11,
15942,
577,
62,
3672,
2625,
260,
10178,
12340,
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,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
1084,
273,
62,
19312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
46120,
13087,
15878,
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,
4277,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
62,
5239,
2625,
51,
624,
611,
428,
1487,
857,
407,
2421,
281,
4296,
286,
25231,
287,
584,
8950,
33283,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
1084,
273,
4370,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12957,
62,
43162,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
10430,
7575,
15878,
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,
8295,
62,
2197,
28,
17821,
11,
15942,
577,
62,
3672,
2625,
4666,
2649,
3128,
1,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19509,
62,
11213,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12441,
15878,
7,
9806,
62,
13664,
28,
1238,
2780,
11,
15942,
577,
62,
3672,
2625,
19509,
6764,
12340,
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,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
45382,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
33616,
9218,
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,
9178,
28,
17821,
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,
9242,
28,
17821,
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,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
28480,
62,
33991,
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,
3519,
62,
3672,
2625,
7501,
72,
62,
7645,
49905,
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,
284,
28,
33692,
13,
32,
24318,
62,
29904,
62,
33365,
3698,
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,
15942,
577,
62,
3672,
2625,
45382,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16129,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
33616,
9218,
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,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
34,
42643,
19266,
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,
3519,
62,
3672,
2625,
7501,
72,
62,
7645,
49905,
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,
284,
2625,
46406,
13,
16129,
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,
15942,
577,
62,
3672,
2625,
16129,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
7501,
72,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
33616,
9218,
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,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
34,
42643,
19266,
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,
3519,
62,
3672,
2625,
7645,
49905,
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,
284,
2625,
46406,
13,
7501,
72,
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,
15942,
577,
62,
3672,
2625,
24886,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3689,
34758,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
1298,
366,
24886,
11059,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
62,
489,
1523,
1298,
366,
24886,
25231,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
34555,
1298,
14631,
7501,
72,
834,
79,
74,
1600,
27444,
9641,
33116,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12286,
62,
525,
8481,
1298,
29994,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12286,
62,
5363,
62,
3672,
1298,
366,
7501,
72,
62,
7645,
49905,
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,
220,
220,
220,
220,
15720,
602,
13,
4550,
15878,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2746,
62,
3672,
2625,
7501,
72,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
36996,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2214,
28,
27530,
13,
33616,
9218,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
34,
42643,
19266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3519,
62,
3672,
2625,
7501,
271,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
284,
2625,
46406,
13,
36996,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
36996,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
15720,
602,
13,
16447,
17633,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
9876,
48313,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7032,
41888,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12804,
27722,
15878,
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,
8295,
62,
25598,
28,
17821,
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,
4165,
62,
2539,
28,
17821,
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,
11389,
1096,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
2389,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5855,
7839,
1600,
4981,
13,
12441,
15878,
7,
9806,
62,
13664,
28,
35500,
11,
15942,
577,
62,
3672,
2625,
7839,
4943,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
6649,
1018,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
11122,
1018,
15878,
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,
1249,
62,
46903,
1098,
28,
17821,
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,
1037,
62,
5239,
2625,
10100,
27421,
1231,
9029,
290,
2041,
3435,
13,
30015,
583,
3814,
290,
3303,
13,
17446,
9178,
284,
7716,
3748,
11507,
422,
3670,
33283,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3509,
62,
13664,
28,
35500,
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,
15942,
577,
62,
3672,
2625,
8726,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
13376,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12441,
15878,
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,
7747,
41888,
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,
5855,
35,
44700,
1600,
366,
37741,
12340,
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,
5855,
2200,
28206,
1600,
366,
47,
1571,
6602,
12340,
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,
5855,
5105,
32936,
1600,
366,
24492,
12340,
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,
5855,
39371,
46,
62,
4090,
6089,
1600,
366,
27722,
12793,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4277,
2625,
35,
44700,
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,
3509,
62,
13664,
28,
24,
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,
15942,
577,
62,
3672,
2625,
13376,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5855,
11299,
1600,
4981,
13,
8206,
15878,
7,
27190,
28,
17821,
11,
15942,
577,
62,
3672,
2625,
11299,
4943,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
41745,
62,
259,
62,
41519,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
46120,
13087,
15878,
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,
4277,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
62,
5239,
2625,
34227,
284,
7603,
257,
11059,
318,
852,
6153,
416,
281,
7097,
33417,
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,
15942,
577,
62,
3672,
2625,
41745,
287,
11059,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
9641,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
21604,
1800,
46541,
15878,
7,
12286,
28,
15,
11,
15942,
577,
62,
3672,
2625,
260,
10178,
12340,
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,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
1084,
273,
62,
19312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
46120,
13087,
15878,
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,
4277,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
62,
5239,
2625,
51,
624,
611,
428,
1487,
857,
407,
2421,
281,
4296,
286,
25231,
287,
584,
8950,
33283,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
1084,
273,
4370,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12957,
62,
43162,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
10430,
7575,
15878,
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,
8295,
62,
2197,
28,
17821,
11,
15942,
577,
62,
3672,
2625,
4666,
2649,
3128,
1,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
45382,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
33616,
9218,
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,
9178,
28,
17821,
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,
9242,
28,
17821,
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,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
28480,
62,
33991,
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,
3519,
62,
3672,
2625,
7700,
62,
7645,
49905,
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,
284,
28,
33692,
13,
32,
24318,
62,
29904,
62,
33365,
3698,
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,
15942,
577,
62,
3672,
2625,
45382,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16129,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
33616,
9218,
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,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
34,
42643,
19266,
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,
3519,
62,
3672,
2625,
7700,
62,
7645,
49905,
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,
284,
2625,
46406,
13,
16129,
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,
15942,
577,
62,
3672,
2625,
16129,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
7700,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
33616,
9218,
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,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
34,
42643,
19266,
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,
3519,
62,
3672,
2625,
7645,
49905,
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,
284,
2625,
46406,
13,
7700,
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,
15942,
577,
62,
3672,
2625,
7700,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3689,
34758,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
1298,
366,
7700,
11059,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
62,
489,
1523,
1298,
366,
7700,
25231,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
34555,
1298,
14631,
7700,
834,
79,
74,
1600,
27444,
9641,
33116,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12286,
62,
525,
8481,
1298,
29994,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12286,
62,
5363,
62,
3672,
1298,
366,
7700,
62,
7645,
49905,
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,
220,
220,
220,
220,
15720,
602,
13,
4550,
15878,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2746,
62,
3672,
2625,
7700,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
36996,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2214,
28,
27530,
13,
33616,
9218,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
34,
42643,
19266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3519,
62,
3672,
2625,
31126,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
284,
2625,
46406,
13,
36996,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
36996,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
15720,
602,
13,
4550,
15878,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2746,
62,
3672,
2625,
11431,
7753,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
36996,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2214,
28,
27530,
13,
33616,
9218,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9178,
28,
17821,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9242,
28,
17821,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
34,
42643,
19266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3519,
62,
3672,
2625,
16624,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
284,
2625,
46406,
13,
36996,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
36996,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
15720,
602,
13,
16447,
17633,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
3546,
4798,
9876,
48313,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7032,
41888,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12804,
27722,
15878,
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,
8295,
62,
25598,
28,
17821,
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,
4165,
62,
2539,
28,
17821,
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,
11389,
1096,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
2389,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5855,
7839,
1600,
4981,
13,
12441,
15878,
7,
9806,
62,
13664,
28,
35500,
11,
15942,
577,
62,
3672,
2625,
7839,
4943,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
13376,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12441,
15878,
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,
7747,
41888,
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,
5855,
35,
44700,
1600,
366,
37741,
12340,
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,
5855,
2200,
28206,
1600,
366,
47,
1571,
6602,
12340,
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,
5855,
5105,
32936,
1600,
366,
24492,
12340,
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,
5855,
39371,
46,
62,
4090,
6089,
1600,
366,
27722,
12793,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4277,
2625,
35,
44700,
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,
3509,
62,
13664,
28,
24,
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,
15942,
577,
62,
3672,
2625,
13376,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5855,
11299,
1600,
4981,
13,
8206,
15878,
7,
27190,
28,
17821,
11,
15942,
577,
62,
3672,
2625,
11299,
4943,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
41745,
62,
259,
62,
41519,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
46120,
13087,
15878,
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,
4277,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
62,
5239,
2625,
34227,
284,
7603,
257,
11059,
318,
852,
6153,
416,
281,
7097,
33417,
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,
15942,
577,
62,
3672,
2625,
41745,
287,
11059,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
9641,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
21604,
1800,
46541,
15878,
7,
12286,
28,
15,
11,
15942,
577,
62,
3672,
2625,
260,
10178,
12340,
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,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
1084,
273,
62,
19312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
46120,
13087,
15878,
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,
4277,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
62,
5239,
2625,
51,
624,
611,
428,
1487,
857,
407,
2421,
281,
4296,
286,
25231,
287,
584,
8950,
33283,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
1084,
273,
4370,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12957,
62,
43162,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
10430,
7575,
15878,
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,
8295,
62,
2197,
28,
17821,
11,
15942,
577,
62,
3672,
2625,
4666,
2649,
3128,
1,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
45382,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
33616,
9218,
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,
9178,
28,
17821,
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,
9242,
28,
17821,
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,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
28480,
62,
33991,
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,
3519,
62,
3672,
2625,
320,
4798,
62,
7645,
49905,
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,
284,
28,
33692,
13,
32,
24318,
62,
29904,
62,
33365,
3698,
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,
15942,
577,
62,
3672,
2625,
45382,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16129,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
33616,
9218,
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,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
34,
42643,
19266,
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,
3519,
62,
3672,
2625,
320,
4798,
62,
7645,
49905,
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,
284,
2625,
46406,
13,
16129,
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,
15942,
577,
62,
3672,
2625,
16129,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
7700,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
33616,
9218,
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,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
34,
42643,
19266,
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,
3519,
62,
3672,
2625,
7645,
49905,
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,
284,
2625,
46406,
13,
320,
4798,
7700,
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,
15942,
577,
62,
3672,
2625,
320,
4798,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3689,
34758,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
1298,
366,
320,
4798,
11059,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
62,
489,
1523,
1298,
366,
320,
4798,
25231,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
34555,
1298,
14631,
7700,
1600,
27444,
9641,
33116,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12286,
62,
525,
8481,
1298,
29994,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12286,
62,
5363,
62,
3672,
1298,
366,
320,
4798,
62,
7645,
49905,
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,
220,
220,
220,
220,
15720,
602,
13,
4550,
15878,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2746,
62,
3672,
2625,
320,
4798,
7700,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
36996,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2214,
28,
27530,
13,
33616,
9218,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
34,
42643,
19266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3519,
62,
3672,
2625,
320,
17190,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
284,
2625,
46406,
13,
36996,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
36996,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
15720,
602,
13,
4550,
15878,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2746,
62,
3672,
2625,
12363,
1891,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
16129,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2214,
28,
27530,
13,
33616,
9218,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
34,
42643,
19266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3519,
62,
3672,
2625,
12363,
1891,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
284,
2625,
46406,
13,
16129,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
16129,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
15720,
602,
13,
4550,
15878,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2746,
62,
3672,
2625,
12363,
1891,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
35428,
24503,
291,
62,
310,
2981,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2214,
28,
27530,
13,
33616,
9218,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4370,
540,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9242,
28,
17821,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
34,
42643,
19266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3519,
62,
3672,
2625,
35428,
24503,
291,
62,
46406,
13,
12363,
1891,
62,
2617,
10,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
284,
2625,
11299,
19199,
13,
11299,
4906,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
15720,
602,
13,
4550,
15878,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2746,
62,
3672,
2625,
12363,
1891,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
961,
62,
1525,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2214,
28,
27530,
13,
33616,
9218,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9178,
28,
17821,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
62,
5239,
2625,
464,
2836,
508,
7498,
428,
7538,
355,
1100,
13,
1002,
262,
7538,
318,
555,
961,
11,
428,
2214,
318,
6565,
33283,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9242,
28,
17821,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
28480,
62,
33991,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3519,
62,
3672,
2625,
12363,
1891,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
284,
28,
33692,
13,
32,
24318,
62,
29904,
62,
33365,
3698,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
23505,
355,
1100,
416,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
15720,
602,
13,
4550,
15878,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2746,
62,
3672,
2625,
12363,
1891,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
36996,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2214,
28,
27530,
13,
33616,
9218,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
34,
42643,
19266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3519,
62,
3672,
2625,
12363,
1891,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
284,
2625,
46406,
13,
36996,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
36996,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
15720,
602,
13,
16447,
17633,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
9237,
48313,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7032,
41888,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12804,
27722,
15878,
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,
8295,
62,
25598,
28,
17821,
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,
4165,
62,
2539,
28,
17821,
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,
11389,
1096,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
2389,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5855,
7839,
1600,
4981,
13,
12441,
15878,
7,
9806,
62,
13664,
28,
35500,
11,
15942,
577,
62,
3672,
2625,
7839,
4943,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
6649,
1018,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
11122,
1018,
15878,
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,
1249,
62,
46903,
1098,
28,
17821,
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,
1037,
62,
5239,
2625,
10100,
27421,
1231,
9029,
290,
2041,
3435,
13,
30015,
583,
3814,
290,
3303,
13,
17446,
9178,
284,
7716,
3748,
11507,
422,
3670,
33283,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3509,
62,
13664,
28,
35500,
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,
15942,
577,
62,
3672,
2625,
8726,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
13376,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12441,
15878,
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,
7747,
41888,
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,
5855,
35,
44700,
1600,
366,
37741,
12340,
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,
5855,
2200,
28206,
1600,
366,
47,
1571,
6602,
12340,
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,
5855,
5105,
32936,
1600,
366,
24492,
12340,
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,
5855,
39371,
46,
62,
4090,
6089,
1600,
366,
27722,
12793,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4277,
2625,
35,
44700,
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,
3509,
62,
13664,
28,
24,
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,
15942,
577,
62,
3672,
2625,
13376,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5855,
11299,
1600,
4981,
13,
8206,
15878,
7,
27190,
28,
17821,
11,
15942,
577,
62,
3672,
2625,
11299,
4943,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
41745,
62,
259,
62,
41519,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
46120,
13087,
15878,
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,
4277,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
62,
5239,
2625,
34227,
284,
7603,
257,
11059,
318,
852,
6153,
416,
281,
7097,
33417,
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,
15942,
577,
62,
3672,
2625,
41745,
287,
11059,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
9641,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
21604,
1800,
46541,
15878,
7,
12286,
28,
15,
11,
15942,
577,
62,
3672,
2625,
260,
10178,
12340,
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,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
1084,
273,
62,
19312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
46120,
13087,
15878,
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,
4277,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
62,
5239,
2625,
51,
624,
611,
428,
1487,
857,
407,
2421,
281,
4296,
286,
25231,
287,
584,
8950,
33283,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
1084,
273,
4370,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12957,
62,
43162,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
10430,
7575,
15878,
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,
8295,
62,
2197,
28,
17821,
11,
15942,
577,
62,
3672,
2625,
4666,
2649,
3128,
1,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
45382,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
33616,
9218,
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,
9178,
28,
17821,
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,
9242,
28,
17821,
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,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
28480,
62,
33991,
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,
3519,
62,
3672,
2625,
15596,
62,
7645,
49905,
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,
284,
28,
33692,
13,
32,
24318,
62,
29904,
62,
33365,
3698,
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,
15942,
577,
62,
3672,
2625,
45382,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
15596,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
33616,
9218,
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,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
34,
42643,
19266,
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,
3519,
62,
3672,
2625,
7645,
49905,
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,
284,
2625,
46406,
13,
15596,
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,
15942,
577,
62,
3672,
2625,
15596,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16129,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
33616,
9218,
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,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
34,
42643,
19266,
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,
3519,
62,
3672,
2625,
15596,
62,
7645,
49905,
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,
284,
2625,
46406,
13,
16129,
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,
15942,
577,
62,
3672,
2625,
16129,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3689,
34758,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
1298,
366,
15596,
11059,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
62,
489,
1523,
1298,
366,
15596,
25231,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
34555,
1298,
14631,
15596,
834,
79,
74,
1600,
27444,
9641,
33116,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12286,
62,
525,
8481,
1298,
29994,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12286,
62,
5363,
62,
3672,
1298,
366,
15596,
62,
7645,
49905,
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,
220,
220,
220,
220,
15720,
602,
13,
4550,
15878,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2746,
62,
3672,
2625,
15596,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
4749,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2214,
28,
27530,
13,
33616,
9218,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9178,
28,
17821,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9242,
28,
17821,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
28480,
62,
33991,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3519,
62,
3672,
2625,
31534,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
284,
2625,
46406,
13,
11431,
7753,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
4749,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
15720,
602,
13,
4550,
15878,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2746,
62,
3672,
2625,
15596,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
24886,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2214,
28,
27530,
13,
33616,
9218,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9178,
28,
17821,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9242,
28,
17821,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
4805,
2394,
9782,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3519,
62,
3672,
2625,
31534,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
284,
2625,
46406,
13,
7501,
72,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
24886,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
15720,
602,
13,
4550,
15878,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2746,
62,
3672,
2625,
15596,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
8344,
33928,
62,
25135,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2214,
28,
27530,
13,
3198,
2514,
3198,
15878,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9242,
28,
17821,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
28480,
62,
33991,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3519,
62,
3672,
2625,
15596,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
284,
2625,
46406,
13,
8344,
333,
918,
2189,
2261,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
8344,
33928,
3896,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
15720,
602,
13,
4550,
15878,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2746,
62,
3672,
2625,
15596,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
36996,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2214,
28,
27530,
13,
33616,
9218,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
34,
42643,
19266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3519,
62,
3672,
2625,
31534,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
284,
2625,
46406,
13,
36996,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
36996,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
15720,
602,
13,
4550,
15878,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2746,
62,
3672,
2625,
34945,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
36996,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2214,
28,
27530,
13,
33616,
9218,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9178,
28,
17821,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9242,
28,
17821,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
34,
42643,
19266,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3519,
62,
3672,
2625,
11431,
62,
12942,
1749,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
284,
2625,
46406,
13,
36996,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
36996,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
15720,
602,
13,
16447,
17633,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
30820,
12837,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7032,
41888,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12804,
27722,
15878,
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,
8295,
62,
25598,
28,
17821,
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,
4165,
62,
2539,
28,
17821,
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,
11389,
1096,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
2389,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5855,
5239,
1600,
4981,
13,
8206,
15878,
7,
19011,
577,
62,
3672,
2625,
11299,
4943,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
34086,
62,
19608,
8079,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
10430,
7575,
15878,
7,
23736,
62,
2197,
62,
2860,
28,
17821,
11,
15942,
577,
62,
3672,
2625,
34086,
3128,
12340,
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,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
82,
2194,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
33616,
9218,
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,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
34,
42643,
19266,
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,
3519,
62,
3672,
2625,
17006,
62,
37348,
1095,
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,
284,
28,
33692,
13,
32,
24318,
62,
29904,
62,
33365,
3698,
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,
15942,
577,
62,
3672,
2625,
82,
2194,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3689,
34758,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
1298,
366,
17006,
3275,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
62,
489,
1523,
1298,
366,
17006,
6218,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
34555,
1298,
14631,
12,
34086,
62,
19608,
8079,
33116,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12286,
62,
525,
8481,
1298,
5855,
33678,
1600,
828,
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,
220,
220,
220,
220,
15720,
602,
13,
4550,
15878,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2746,
62,
3672,
2625,
7220,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
9971,
1634,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2214,
28,
27530,
13,
33616,
9218,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9178,
28,
17821,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
62,
5239,
2625,
1212,
3578,
262,
2836,
284,
4370,
290,
7715,
477,
5468,
329,
543,
262,
12684,
318,
6823,
355,
262,
4497,
12684,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9242,
28,
17821,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
28480,
62,
33991,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3519,
62,
3672,
2625,
30814,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
284,
2625,
46406,
13,
9971,
1634,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
9971,
1634,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
15720,
602,
13,
4550,
15878,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2746,
62,
3672,
2625,
7220,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
2301,
507,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2214,
28,
27530,
13,
7085,
2514,
7085,
15878,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9178,
28,
17821,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
62,
5239,
2625,
464,
7652,
284,
543,
262,
2836,
468,
1895,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3519,
62,
3672,
2625,
18417,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
284,
2625,
46406,
13,
47371,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
2301,
507,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
15720,
602,
13,
4550,
15878,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2746,
62,
3672,
2625,
7220,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
7220,
62,
525,
8481,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2214,
28,
27530,
13,
7085,
2514,
7085,
15878,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9178,
28,
17821,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1037,
62,
5239,
2625,
32419,
21627,
329,
428,
2836,
33283,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3519,
62,
3672,
2625,
7220,
62,
2617,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3519,
62,
22766,
62,
3672,
2625,
7220,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
284,
2625,
18439,
13,
5990,
3411,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
7220,
21627,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
15720,
602,
13,
16447,
17633,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
12982,
44,
13331,
9218,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7032,
41888,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12804,
27722,
15878,
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,
8295,
62,
25598,
28,
17821,
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,
4165,
62,
2539,
28,
17821,
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,
11389,
1096,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
2389,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5855,
3672,
1600,
4981,
13,
12441,
15878,
7,
9806,
62,
13664,
28,
2167,
11,
15942,
577,
62,
3672,
2625,
2539,
1438,
4943,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
2539,
62,
312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
33,
3219,
15878,
7,
9806,
62,
13664,
28,
13381,
11,
15942,
577,
62,
3672,
2625,
13908,
30515,
77,
4522,
12340,
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,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
11377,
62,
2539,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
33,
3219,
15878,
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,
3509,
62,
13664,
28,
13381,
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,
15942,
577,
62,
3672,
2625,
41684,
12,
31412,
12,
41299,
3299,
1171,
1994,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12683,
62,
9127,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
46541,
15878,
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,
1037,
62,
5239,
2625,
30642,
284,
2948,
24788,
3434,
33283,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
12683,
954,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12957,
62,
26060,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
10430,
7575,
15878,
7,
8423,
28,
17821,
11,
15942,
577,
62,
3672,
2625,
12957,
3128,
286,
779,
12340,
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,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
25598,
62,
265,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
10430,
7575,
15878,
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,
8295,
62,
2197,
62,
2860,
28,
17821,
11,
15942,
577,
62,
3672,
2625,
38793,
3128,
1,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
7220,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
33616,
9218,
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,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
34,
42643,
19266,
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,
3519,
62,
3672,
2625,
76,
13331,
62,
13083,
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,
284,
28,
33692,
13,
32,
24318,
62,
29904,
62,
33365,
3698,
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,
15942,
577,
62,
3672,
2625,
7220,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3689,
34758,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
1298,
366,
41684,
12,
31412,
18239,
1994,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
62,
489,
1523,
1298,
366,
41684,
12,
31412,
18239,
8251,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12286,
62,
525,
8481,
1298,
29994,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
34642,
62,
45525,
1298,
1391,
7203,
7220,
1600,
366,
3672,
4943,
5512,
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,
220,
220,
220,
220,
15720,
602,
13,
16447,
17633,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
49222,
3673,
2649,
48313,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7032,
41888,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12804,
27722,
15878,
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,
8295,
62,
25598,
28,
17821,
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,
4165,
62,
2539,
28,
17821,
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,
11389,
1096,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
2389,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
7839,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12441,
15878,
7,
27190,
28,
17821,
11,
3509,
62,
13664,
28,
9031,
11,
15942,
577,
62,
3672,
2625,
7839,
12340,
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,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
5239,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
8206,
15878,
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,
9178,
28,
17821,
11,
3509,
62,
13664,
28,
9031,
11,
15942,
577,
62,
3672,
2625,
11299,
1,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12957,
62,
43162,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
10430,
7575,
15878,
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,
8295,
62,
2197,
28,
17821,
11,
15942,
577,
62,
3672,
2625,
4666,
2649,
3128,
1,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16129,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
33616,
9218,
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,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
34,
42643,
19266,
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,
3519,
62,
3672,
2625,
14689,
62,
1662,
2649,
62,
7645,
49905,
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,
284,
2625,
46406,
13,
16129,
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,
15942,
577,
62,
3672,
2625,
16129,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
14689,
62,
1662,
2649,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
33616,
9218,
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,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
34,
42643,
19266,
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,
3519,
62,
3672,
2625,
7645,
49905,
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,
284,
2625,
46406,
13,
14689,
1662,
2649,
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,
15942,
577,
62,
3672,
2625,
14689,
14483,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3689,
34758,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
1298,
366,
14689,
14483,
11059,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
62,
489,
1523,
1298,
366,
14689,
14483,
25231,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
34555,
1298,
14631,
14689,
62,
1662,
2649,
1600,
366,
16129,
33116,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12286,
62,
525,
8481,
1298,
29994,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
34642,
62,
45525,
1298,
1391,
7203,
14689,
62,
1662,
2649,
1600,
366,
16129,
4943,
5512,
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,
220,
220,
220,
220,
15720,
602,
13,
16447,
17633,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
16402,
5064,
2308,
1891,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7032,
41888,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12363,
1891,
62,
20692,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
3198,
2514,
3198,
15878,
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,
8295,
62,
25598,
28,
17821,
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,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
34,
42643,
19266,
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,
2560,
62,
8726,
28,
17821,
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,
4165,
62,
2539,
28,
17821,
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,
11389,
1096,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
284,
2625,
46406,
13,
12363,
1891,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
7501,
72,
62,
41519,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
33616,
9218,
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,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
34,
42643,
19266,
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,
3519,
62,
3672,
2625,
12363,
1891,
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,
284,
2625,
46406,
13,
7501,
270,
26084,
7592,
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,
15942,
577,
62,
3672,
2625,
24886,
11059,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3689,
34758,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
1298,
366,
24886,
7538,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
62,
489,
1523,
1298,
366,
24886,
7538,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12286,
62,
525,
8481,
1298,
29994,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12536,
28,
7203,
46406,
13,
12363,
1891,
1600,
828,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
15720,
602,
13,
16447,
17633,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
9876,
18332,
1891,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7032,
41888,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12363,
1891,
62,
20692,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
3198,
2514,
3198,
15878,
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,
8295,
62,
25598,
28,
17821,
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,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
34,
42643,
19266,
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,
2560,
62,
8726,
28,
17821,
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,
4165,
62,
2539,
28,
17821,
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,
11389,
1096,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
284,
2625,
46406,
13,
12363,
1891,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
7700,
62,
41519,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
33616,
9218,
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,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
34,
42643,
19266,
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,
3519,
62,
3672,
2625,
12363,
1891,
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,
284,
2625,
46406,
13,
79,
363,
21879,
504,
7592,
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,
15942,
577,
62,
3672,
2625,
7700,
11059,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3689,
34758,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
1298,
366,
7700,
7538,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
62,
489,
1523,
1298,
366,
7700,
7538,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12286,
62,
525,
8481,
1298,
29994,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12536,
28,
7203,
46406,
13,
12363,
1891,
1600,
828,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
15720,
602,
13,
16447,
17633,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
9362,
263,
18332,
1891,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7032,
41888,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12363,
1891,
62,
20692,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
3198,
2514,
3198,
15878,
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,
8295,
62,
25598,
28,
17821,
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,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
34,
42643,
19266,
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,
2560,
62,
8726,
28,
17821,
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,
4165,
62,
2539,
28,
17821,
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,
11389,
1096,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
284,
2625,
46406,
13,
12363,
1891,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
47895,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
33616,
9218,
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,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
34,
42643,
19266,
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,
3519,
62,
3672,
2625,
12363,
1891,
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,
284,
2625,
46406,
13,
2364,
861,
368,
6816,
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,
15942,
577,
62,
3672,
2625,
47895,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3689,
34758,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
1298,
366,
47895,
7538,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
62,
489,
1523,
1298,
366,
47895,
7538,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12286,
62,
525,
8481,
1298,
29994,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12536,
28,
7203,
46406,
13,
12363,
1891,
1600,
828,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
15720,
602,
13,
16447,
17633,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
32065,
27660,
19667,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7032,
41888,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
312,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
12804,
27722,
15878,
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,
8295,
62,
25598,
28,
17821,
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,
4165,
62,
2539,
28,
17821,
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,
11389,
1096,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15942,
577,
62,
3672,
2625,
2389,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5855,
75,
701,
1600,
4981,
13,
21604,
1800,
46541,
15878,
7,
9945,
62,
9630,
28,
17821,
36911,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5855,
81,
13655,
1600,
4981,
13,
21604,
1800,
46541,
15878,
7,
9945,
62,
9630,
28,
17821,
36911,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5855,
21048,
62,
312,
1600,
4981,
13,
21604,
1800,
46541,
15878,
7,
9945,
62,
9630,
28,
17821,
36911,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5855,
18053,
1600,
4981,
13,
21604,
1800,
46541,
15878,
7,
9945,
62,
9630,
28,
17821,
36911,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
23504,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
46120,
13087,
15878,
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,
4277,
28,
17821,
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,
1037,
62,
5239,
2625,
7469,
1389,
611,
428,
3303,
815,
307,
6793,
2884,
262,
7824,
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,
15942,
577,
62,
3672,
2625,
23504,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
5275,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
46120,
13087,
15878,
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,
4277,
28,
17821,
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,
1037,
62,
5239,
2625,
7469,
1389,
611,
2695,
287,
428,
3303,
460,
307,
2727,
393,
13012,
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,
15942,
577,
62,
3672,
2625,
5275,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
25598,
62,
4475,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
10430,
7575,
15878,
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,
4277,
28,
28241,
14208,
13,
26791,
13,
2435,
11340,
13,
2197,
11,
15942,
577,
62,
3672,
2625,
38793,
3128,
1,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12957,
62,
43162,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
10430,
7575,
15878,
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,
8295,
62,
2197,
28,
17821,
11,
15942,
577,
62,
3672,
2625,
4666,
2649,
3128,
1,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16129,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
33616,
9218,
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,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
4805,
2394,
9782,
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,
3519,
62,
3672,
2625,
16129,
62,
21048,
62,
77,
4147,
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,
284,
2625,
46406,
13,
16129,
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,
15942,
577,
62,
3672,
2625,
16129,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
8000,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
33616,
9218,
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,
9178,
28,
17821,
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,
9242,
28,
17821,
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,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
4805,
2394,
9782,
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,
3519,
62,
3672,
2625,
17197,
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,
284,
2625,
46406,
13,
75,
2303,
363,
316,
1361,
1098,
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,
15942,
577,
62,
3672,
2625,
8000,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
36996,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
33616,
9218,
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,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
34,
42643,
19266,
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,
3519,
62,
3672,
2625,
16129,
62,
21048,
62,
77,
4147,
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,
284,
2625,
46406,
13,
36996,
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,
15942,
577,
62,
3672,
2625,
36996,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3689,
34758,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
1298,
366,
16129,
5509,
10139,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
62,
489,
1523,
1298,
366,
16129,
5509,
13760,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12286,
62,
525,
8481,
1298,
5855,
3803,
1600,
366,
33678,
1600,
366,
1177,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12286,
62,
5363,
62,
3672,
1298,
366,
16129,
62,
21048,
62,
77,
4147,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
34642,
62,
45525,
1298,
1391,
7203,
16129,
1600,
366,
36996,
4943,
5512,
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,
220,
220,
220,
220,
15720,
602,
13,
16447,
17633,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1438,
2625,
9237,
18332,
1891,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7032,
41888,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12363,
1891,
62,
20692,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
3198,
2514,
3198,
15878,
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,
8295,
62,
25598,
28,
17821,
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,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
34,
42643,
19266,
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,
2560,
62,
8726,
28,
17821,
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,
4165,
62,
2539,
28,
17821,
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,
11389,
1096,
28,
25101,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
284,
2625,
46406,
13,
12363,
1891,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
15596,
62,
41519,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4981,
13,
33616,
9218,
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,
319,
62,
33678,
28,
28241,
14208,
13,
9945,
13,
27530,
13,
2934,
1616,
295,
13,
34,
42643,
19266,
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,
3519,
62,
3672,
2625,
12363,
1891,
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,
284,
2625,
46406,
13,
15596,
41519,
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,
15942,
577,
62,
3672,
2625,
15596,
11059,
1600,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3689,
34758,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
1298,
366,
15596,
7538,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
19011,
577,
62,
3672,
62,
489,
1523,
1298,
366,
15596,
7538,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
12286,
62,
525,
8481,
1298,
29994,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8964,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12536,
28,
7203,
46406,
13,
12363,
1891,
1600,
828,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
2361,
198
] | 1.525104 | 71,245 |
'''Test service module
'''
# Copyright 2019 mickybart
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# http://www.apache.org/licenses/LICENSE-2.0
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
from multiprocessing import Process
import time
import unittest
import requests
from svc.app import App #pylint: disable=E0401
class ServiceTest(unittest.TestCase):
'''Test suite for the whole service
'''
def test_service_started(self):
'''Test that health endpoint responds correctly
'''
response = requests.get("http://localhost:5000/health")
self.assertEqual(response.status_code, 200)
self.assertEqual(response.json(), {'status' : True})
| [
7061,
6,
14402,
2139,
8265,
198,
7061,
6,
198,
198,
2,
15069,
13130,
285,
17479,
16575,
198,
198,
2,
49962,
739,
262,
24843,
13789,
11,
10628,
362,
13,
15,
357,
1169,
366,
34156,
15341,
198,
2,
345,
743,
407,
779,
428,
2393,
2845,
287,
11846,
351,
262,
13789,
13,
198,
2,
921,
743,
7330,
257,
4866,
286,
262,
13789,
379,
198,
198,
2,
220,
220,
220,
220,
2638,
1378,
2503,
13,
43073,
13,
2398,
14,
677,
4541,
14,
43,
2149,
24290,
12,
17,
13,
15,
198,
198,
2,
17486,
2672,
416,
9723,
1099,
393,
4987,
284,
287,
3597,
11,
3788,
198,
2,
9387,
739,
262,
13789,
318,
9387,
319,
281,
366,
1921,
3180,
1,
29809,
1797,
11,
198,
2,
42881,
34764,
11015,
6375,
7102,
49828,
11053,
3963,
15529,
509,
12115,
11,
2035,
4911,
393,
17142,
13,
198,
2,
4091,
262,
13789,
329,
262,
2176,
3303,
15030,
21627,
290,
198,
2,
11247,
739,
262,
13789,
13,
198,
198,
6738,
18540,
305,
919,
278,
1330,
10854,
198,
198,
11748,
640,
198,
11748,
555,
715,
395,
198,
11748,
7007,
198,
198,
6738,
264,
28435,
13,
1324,
1330,
2034,
1303,
79,
2645,
600,
25,
15560,
28,
36,
3023,
486,
198,
198,
4871,
4809,
14402,
7,
403,
715,
395,
13,
14402,
20448,
2599,
198,
220,
220,
220,
705,
7061,
14402,
18389,
329,
262,
2187,
2139,
198,
220,
220,
220,
705,
7061,
628,
220,
220,
220,
825,
1332,
62,
15271,
62,
46981,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7061,
14402,
326,
1535,
36123,
20067,
9380,
198,
220,
220,
220,
220,
220,
220,
220,
705,
7061,
198,
220,
220,
220,
220,
220,
220,
220,
2882,
796,
7007,
13,
1136,
7203,
4023,
1378,
36750,
25,
27641,
14,
13948,
4943,
628,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
30493,
36,
13255,
7,
26209,
13,
13376,
62,
8189,
11,
939,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
30493,
36,
13255,
7,
26209,
13,
17752,
22784,
1391,
6,
13376,
6,
1058,
6407,
30072,
198
] | 3.277612 | 335 |
import re
from sensors.sensor import Sensor, SensorSchema
from marshmallow import fields
| [
11748,
302,
198,
6738,
15736,
13,
82,
22854,
1330,
35367,
11,
35367,
27054,
2611,
198,
6738,
22397,
42725,
1330,
7032,
628
] | 4.285714 | 21 |
# -*- coding: utf-8 -*-
"""Rule definitions
Rules are the core of the system. They express specifically what we want
to happen as data is processed. The RuleEngine runs in a slightly modified
version of the OPS5 model, but Rules generally follow.
"""
from weakref import proxy
from .memory import WorkingMemory
class Rule(object):
"""Foundational rule object.
A Rule has a name, and it consists of a conditional test, often called
the left-hand side (LHS), and an action, often called the right-hand
side (RHS). The conditional test examines the WorkingMemory, and
decides whether it may need to take an action. The RuleEngine will
then execute the action of the Rule that it selects.
Attributes:
_wm (WorkingMemory): A proxy object to the working memory
"""
__name__ = "Name of the Rule"
def __init__(self, working_memory):
"""Instantiate the rule.
We keep a weak-ref proxy to the WorkingMemory so that we don't create
any non-GCable garbage.
Args:
working_memory (WorkingMemory): In-flight work for this Rule
"""
self._wm = proxy(working_memory)
super(Rule, self).__init__()
def condition(self):
"""Predicate to decide if this rule needs to be applied.
To do this, it should examine the in-flight instance of
WorkingMemory.
Returns:
bool: True if action should be taken, False otherwise
"""
raise NotImplementedError()
def action(self):
"""Take action on the working memory.
Returns:
bool: True if action succeeded and rule should be kept in, False
if the rule should be removed from consideration.
"""
raise NotImplementedError()
| [
2,
532,
9,
12,
19617,
25,
3384,
69,
12,
23,
532,
9,
12,
198,
37811,
31929,
17336,
198,
198,
37766,
389,
262,
4755,
286,
262,
1080,
13,
1119,
4911,
5734,
644,
356,
765,
198,
1462,
1645,
355,
1366,
318,
13686,
13,
220,
383,
14330,
13798,
4539,
287,
257,
4622,
9518,
198,
9641,
286,
262,
40490,
20,
2746,
11,
475,
14252,
4143,
1061,
13,
198,
37811,
198,
6738,
4939,
5420,
1330,
15741,
198,
6738,
764,
31673,
1330,
14594,
30871,
628,
198,
4871,
14330,
7,
15252,
2599,
198,
220,
220,
220,
37227,
21077,
864,
3896,
2134,
13,
628,
220,
220,
220,
317,
14330,
468,
257,
1438,
11,
290,
340,
10874,
286,
257,
26340,
1332,
11,
1690,
1444,
198,
220,
220,
220,
262,
1364,
12,
4993,
1735,
357,
43,
7998,
828,
290,
281,
2223,
11,
1690,
1444,
262,
826,
12,
4993,
198,
220,
220,
220,
1735,
357,
49,
7998,
737,
383,
26340,
1332,
28025,
262,
14594,
30871,
11,
290,
198,
220,
220,
220,
13267,
1771,
340,
743,
761,
284,
1011,
281,
2223,
13,
220,
383,
14330,
13798,
481,
198,
220,
220,
220,
788,
12260,
262,
2223,
286,
262,
14330,
326,
340,
40573,
13,
628,
220,
220,
220,
49213,
25,
198,
220,
220,
220,
220,
220,
220,
220,
4808,
26377,
357,
28516,
30871,
2599,
317,
15741,
2134,
284,
262,
1762,
4088,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
11593,
3672,
834,
796,
366,
5376,
286,
262,
14330,
1,
628,
220,
220,
220,
825,
11593,
15003,
834,
7,
944,
11,
1762,
62,
31673,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
49933,
9386,
262,
3896,
13,
628,
220,
220,
220,
220,
220,
220,
220,
775,
1394,
257,
4939,
12,
5420,
15741,
284,
262,
14594,
30871,
523,
326,
356,
836,
470,
2251,
198,
220,
220,
220,
220,
220,
220,
220,
597,
1729,
12,
15916,
540,
15413,
13,
628,
220,
220,
220,
220,
220,
220,
220,
943,
14542,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1762,
62,
31673,
357,
28516,
30871,
2599,
554,
12,
22560,
670,
329,
428,
14330,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
26377,
796,
15741,
7,
16090,
62,
31673,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2208,
7,
31929,
11,
2116,
737,
834,
15003,
834,
3419,
628,
198,
220,
220,
220,
825,
4006,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
39156,
5344,
284,
5409,
611,
428,
3896,
2476,
284,
307,
5625,
13,
628,
220,
220,
220,
220,
220,
220,
220,
1675,
466,
428,
11,
340,
815,
10716,
262,
287,
12,
22560,
4554,
286,
198,
220,
220,
220,
220,
220,
220,
220,
14594,
30871,
13,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
20512,
25,
6407,
611,
2223,
815,
307,
2077,
11,
10352,
4306,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
5298,
1892,
3546,
1154,
12061,
12331,
3419,
628,
220,
220,
220,
825,
2223,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
12322,
2223,
319,
262,
1762,
4088,
13,
628,
220,
220,
220,
220,
220,
220,
220,
16409,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
20512,
25,
6407,
611,
2223,
14131,
290,
3896,
815,
307,
4030,
287,
11,
10352,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
262,
3896,
815,
307,
4615,
422,
9110,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
5298,
1892,
3546,
1154,
12061,
12331,
3419,
198
] | 2.901294 | 618 |
from .raw_update_handler import RawUpdateHandler
from .stream_ended_handler import StreamEndedHandler
| [
6738,
764,
1831,
62,
19119,
62,
30281,
1330,
16089,
10260,
25060,
198,
6738,
764,
5532,
62,
1631,
62,
30281,
1330,
13860,
12915,
276,
25060,
628
] | 4.12 | 25 |
# Copyright 2015 Tesora Inc.
# 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.
import mock
import uuid
from trove.cluster import models
from trove.cluster import tasks
from trove.common import cfg
from trove.common import exception
from trove.common import remote
from trove.common.strategies.cluster.mongodb import api
from trove.instance import models as inst_models
from trove.instance import tasks as inst_tasks
from trove.tests.unittests import trove_testtools
CONF = cfg.CONF
| [
2,
15069,
1853,
10696,
5799,
3457,
13,
198,
2,
1439,
6923,
33876,
13,
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,
198,
11748,
15290,
198,
11748,
334,
27112,
198,
198,
6738,
42377,
13,
565,
5819,
1330,
4981,
198,
6738,
42377,
13,
565,
5819,
1330,
8861,
198,
6738,
42377,
13,
11321,
1330,
30218,
70,
198,
6738,
42377,
13,
11321,
1330,
6631,
198,
6738,
42377,
13,
11321,
1330,
6569,
198,
6738,
42377,
13,
11321,
13,
2536,
2397,
444,
13,
565,
5819,
13,
31059,
375,
65,
1330,
40391,
198,
6738,
42377,
13,
39098,
1330,
4981,
355,
916,
62,
27530,
198,
6738,
42377,
13,
39098,
1330,
8861,
355,
916,
62,
83,
6791,
198,
6738,
42377,
13,
41989,
13,
403,
715,
3558,
1330,
42377,
62,
9288,
31391,
628,
198,
10943,
37,
796,
30218,
70,
13,
10943,
37,
628
] | 3.493243 | 296 |
#!/usr/bin/env python
import os
from os import path
from django.conf import settings
from django.conf import settings
from django.http import HttpResponse
from PIL import Image, ImageFilter, ImageDraw, ImageFont, ImageOps
from localground.apps.lib.helpers.units import Units
from django.contrib.gis.geos import Point, LinearRing, Polygon
import cStringIO as StringIO
import logging, mapscript, urllib, json
class OutputFormat():
'''
Look-up object to enumerate possible formats to be returned by print
'''
PNG = 1
HTTP_RESPONSE = 2
class StaticMap():
"""
Creates static map (based on a pretty long set of possible
options). Reads the MapServer configuration file, and renders maps
according to user-specified preferences.
Helpful reference: http://mapserver.org/mapscript/mapscript.html for swig
"""
#http://caladapt/ows/ms.fcgi?request=getMap&layers=coastal_flood,sealevelrise,county_dark&format=aggpng24&version=1.1.1&height=512&width=512&srs=epsg%3A4326&bbox=-124.625,31.875,-113,44
def __init__(self):
"""
Initializes the object with an initial set of default parameters.
"""
self.MAPSERVER_URL = settings.SERVER_URL + '/ows/ms.fcgi?format=aggpng24&version=1.1.1'
self.layer_name = None
self.source_srs = Units.EPSG_4326
self.layers = [] #['hillshade_region', 'hillshade_ca', 'county_dark', 'cities']
self.south = None
self.west = None
self.north = None
self.east = None
@classmethod
@classmethod
| [
2,
48443,
14629,
14,
8800,
14,
24330,
21015,
198,
11748,
28686,
198,
6738,
28686,
1330,
3108,
198,
6738,
42625,
14208,
13,
10414,
1330,
6460,
198,
6738,
42625,
14208,
13,
10414,
1330,
6460,
198,
6738,
42625,
14208,
13,
4023,
1330,
367,
29281,
31077,
198,
6738,
350,
4146,
1330,
7412,
11,
7412,
22417,
11,
7412,
25302,
11,
7412,
23252,
11,
7412,
41472,
198,
6738,
1957,
2833,
13,
18211,
13,
8019,
13,
16794,
364,
13,
41667,
1330,
27719,
198,
6738,
42625,
14208,
13,
3642,
822,
13,
70,
271,
13,
469,
418,
1330,
6252,
11,
44800,
39687,
11,
12280,
14520,
198,
11748,
269,
10100,
9399,
355,
10903,
9399,
198,
11748,
18931,
11,
3975,
12048,
11,
2956,
297,
571,
11,
33918,
198,
198,
4871,
25235,
26227,
33529,
628,
220,
220,
220,
705,
7061,
198,
220,
220,
220,
6803,
12,
929,
2134,
284,
27056,
378,
1744,
17519,
284,
307,
4504,
416,
3601,
198,
220,
220,
220,
705,
7061,
198,
220,
220,
220,
36182,
796,
352,
198,
220,
220,
220,
14626,
62,
19535,
47,
1340,
5188,
796,
362,
198,
220,
220,
220,
220,
198,
4871,
36125,
13912,
33529,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
7921,
274,
9037,
3975,
357,
3106,
319,
257,
2495,
890,
900,
286,
1744,
198,
220,
220,
220,
3689,
737,
220,
4149,
82,
262,
9347,
10697,
8398,
2393,
11,
290,
30111,
8739,
198,
220,
220,
220,
1864,
284,
2836,
12,
23599,
15387,
13,
198,
220,
220,
220,
21656,
4941,
25,
220,
2638,
1378,
31803,
18497,
13,
2398,
14,
8899,
12048,
14,
8899,
12048,
13,
6494,
329,
1509,
328,
198,
220,
220,
220,
37227,
198,
220,
220,
220,
1303,
4023,
1378,
9948,
42552,
14,
1666,
14,
907,
13,
16072,
12397,
30,
25927,
28,
1136,
13912,
5,
75,
6962,
28,
1073,
459,
282,
62,
2704,
702,
11,
325,
1000,
626,
17163,
11,
9127,
88,
62,
21953,
5,
18982,
28,
9460,
11134,
1731,
5,
9641,
28,
16,
13,
16,
13,
16,
5,
17015,
28,
25836,
5,
10394,
28,
25836,
5,
82,
3808,
28,
25386,
70,
4,
18,
32,
3559,
2075,
5,
65,
3524,
10779,
17464,
13,
26704,
11,
3132,
13,
31360,
12095,
16616,
11,
2598,
198,
220,
220,
220,
220,
198,
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,
20768,
4340,
262,
2134,
351,
281,
4238,
900,
286,
4277,
10007,
13,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
198,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
33767,
35009,
5959,
62,
21886,
796,
6460,
13,
35009,
5959,
62,
21886,
1343,
31051,
1666,
14,
907,
13,
16072,
12397,
30,
18982,
28,
9460,
11134,
1731,
5,
9641,
28,
16,
13,
16,
13,
16,
6,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
29289,
62,
3672,
796,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
10459,
62,
82,
3808,
796,
27719,
13,
36,
3705,
38,
62,
3559,
2075,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
75,
6962,
796,
17635,
1303,
17816,
12639,
1477,
671,
62,
36996,
3256,
705,
12639,
1477,
671,
62,
6888,
3256,
705,
9127,
88,
62,
21953,
3256,
705,
66,
871,
20520,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
35782,
796,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
7038,
796,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
43588,
796,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
23316,
796,
6045,
198,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
2488,
4871,
24396,
198,
220,
220,
220,
220,
198,
220,
220,
220,
2488,
4871,
24396,
198,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220
] | 2.49537 | 648 |
# Copyright (c) 2010 by Cisco Systems, Inc.
"""
Report duplicate actions: same action in same workding dir.
"""
import getopt
import sys
from instmakelib import instmake_log as LOG
def make_key(dir, cmdline):
"""Make a single string, combining multiple fields."""
return dir + "|" + cmdline
def report_duplicate(records, same_wd):
"""Report an instance of duplicate actions."""
# Print info that is the same for all records
rec0 = records[0]
if rec0.tool:
print "Tool:", rec0.tool
if same_wd:
print "Working Directory:", rec0.cwd
print "Command-line:", rec0.cmdline
i = 1
for rec in records:
print "\t%3d. PPID=%s PID=%s" % (i, rec.ppid, rec.pid),
if not same_wd:
print "CWD=%s" % (rec.cwd,),
if rec.make_target:
print "TARGET=%s" % (rec.make_target,),
if rec.makefile_filename:
print "RULE=%s:%s" % (rec.makefile_filename,
rec.makefile_lineno),
print
i += 1
print
description = "Report duplicate jobs in same working directory."
| [
2,
15069,
357,
66,
8,
3050,
416,
28289,
11998,
11,
3457,
13,
198,
37811,
198,
19100,
23418,
4028,
25,
976,
2223,
287,
976,
670,
12083,
26672,
13,
198,
37811,
198,
198,
11748,
651,
8738,
198,
11748,
25064,
198,
6738,
916,
15883,
8019,
1330,
916,
15883,
62,
6404,
355,
41605,
198,
198,
4299,
787,
62,
2539,
7,
15908,
11,
23991,
1370,
2599,
198,
220,
220,
220,
37227,
12050,
257,
2060,
4731,
11,
19771,
3294,
7032,
526,
15931,
198,
220,
220,
220,
1441,
26672,
1343,
366,
91,
1,
1343,
23991,
1370,
198,
198,
4299,
989,
62,
646,
489,
5344,
7,
8344,
3669,
11,
976,
62,
16993,
2599,
198,
220,
220,
220,
37227,
19100,
281,
4554,
286,
23418,
4028,
526,
15931,
628,
220,
220,
220,
1303,
12578,
7508,
326,
318,
262,
976,
329,
477,
4406,
198,
220,
220,
220,
664,
15,
796,
4406,
58,
15,
60,
198,
220,
220,
220,
611,
664,
15,
13,
25981,
25,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
366,
25391,
25,
1600,
664,
15,
13,
25981,
628,
220,
220,
220,
611,
976,
62,
16993,
25,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
366,
28516,
27387,
25,
1600,
664,
15,
13,
66,
16993,
628,
220,
220,
220,
3601,
366,
21575,
12,
1370,
25,
1600,
664,
15,
13,
28758,
1370,
628,
220,
220,
220,
1312,
796,
352,
198,
220,
220,
220,
329,
664,
287,
4406,
25,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
37082,
83,
4,
18,
67,
13,
21082,
2389,
28,
4,
82,
37022,
28,
4,
82,
1,
4064,
357,
72,
11,
664,
13,
381,
312,
11,
664,
13,
35317,
828,
628,
220,
220,
220,
220,
220,
220,
220,
611,
407,
976,
62,
16993,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
366,
34,
22332,
28,
4,
82,
1,
4064,
357,
8344,
13,
66,
16993,
11,
828,
628,
220,
220,
220,
220,
220,
220,
220,
611,
664,
13,
15883,
62,
16793,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
366,
51,
46095,
28,
4,
82,
1,
4064,
357,
8344,
13,
15883,
62,
16793,
11,
828,
628,
220,
220,
220,
220,
220,
220,
220,
611,
664,
13,
15883,
7753,
62,
34345,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
366,
49,
24212,
28,
4,
82,
25,
4,
82,
1,
4064,
357,
8344,
13,
15883,
7753,
62,
34345,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
664,
13,
15883,
7753,
62,
2815,
23397,
828,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
198,
220,
220,
220,
220,
220,
220,
220,
1312,
15853,
352,
198,
220,
220,
220,
3601,
198,
198,
11213,
796,
366,
19100,
23418,
3946,
287,
976,
1762,
8619,
526,
198
] | 2.367742 | 465 |
"""
Port of jUnitPerf to Python
**************************************
* Ported to Python by Grig Gheorghiu *
**************************************
"""
from threading import Thread
| [
37811,
198,
13924,
286,
474,
26453,
5990,
69,
284,
11361,
198,
41906,
2466,
1174,
198,
1635,
4347,
276,
284,
11361,
416,
1902,
328,
402,
258,
273,
456,
16115,
1635,
198,
41906,
2466,
1174,
198,
37811,
198,
198,
6738,
4704,
278,
1330,
14122,
198,
197,
197,
198
] | 4.108696 | 46 |
# initial based on FreeCAD 0.17dev
#last edit: 2019-08
SourceFolder=[
("Base","Foundamental classes for FreeCAD",
"""import as FreeCAD in Python, see detailed description in later section"""),
("App","nonGUI code: Document, Property and DocumentObject",
"""import as FreeCAD in Python, see detailed description in later section"""),
("Gui","Qt-based GUI code: macro-recording, Workbench",
"""import as FreeCADGui in Python, see detailed description in later section"""),
("CXX","modified PyCXX containing both python 2 and python 3"),
("Ext","Source code for all modules with each module in one subfolder",
"""enable module import from FreeCAD to avoid python module name clashing"""),
("Main","main() function for FreeCADCmd.exe and FreeCADGui.exe",
""""Main() of FreeCADCmd.exe (build up CAD model without GUI but python scripting) and FreeCADGui.exe (Interactive mode)"""),
("Mod","Source code for all modules with each module in one subfolder",
"""Source code of ome modules will be explained in later section"""),
("Tools","Tool to build the source code: fcbt.py",
"""fcbt can generate a basic module from _TEMPLATE_ folder, """),
("Doc","Manual and documentation generated by doxygen"),
("CMakeLists.txt","topmost CMake config file, kind of high level cross-platform makefile generator",
"""
Module developer needs not to care about this file, CMakeLists.txt within module will be automatically included.
"""),
("FCConfig.h","preprocessor shared by all source for portability on diff platforms"),
("fc.sh","export environment variable for CASROOT -> OpenCASCADE",
"""
Module developer needs not to care about this file
"""),
("3rdParty","Third party code integration",
"""boost.CMakeLists.txt CxImage Pivy-0.5 zlib.CMakeLists.txt CMakeLists.txt Pivy salomesmesh"""),
("zipios++","source of zipios++ lib"),
("Build","set the version of FreeCAD"),
("MacAppBundle","config file to generate MacOSX bundle (installer)"),
("XDGData","FreeCAD.desktop file for linux package compliant Linux freedesktop standard"),
("WindowsInstaller","config files to generate windows installer"),
] | [
2,
4238,
1912,
319,
3232,
34,
2885,
657,
13,
1558,
7959,
198,
2,
12957,
4370,
25,
13130,
12,
2919,
198,
7416,
41092,
41888,
198,
198,
7203,
14881,
2430,
21077,
6860,
6097,
329,
3232,
34,
2885,
1600,
198,
37811,
11748,
355,
3232,
34,
2885,
287,
11361,
11,
220,
766,
6496,
6764,
287,
1568,
2665,
15931,
12340,
198,
7203,
4677,
2430,
13159,
40156,
2438,
25,
16854,
11,
14161,
290,
16854,
10267,
1600,
198,
37811,
11748,
355,
3232,
34,
2885,
287,
11361,
11,
766,
6496,
6764,
287,
1568,
2665,
15931,
12340,
198,
7203,
8205,
72,
2430,
48,
83,
12,
3106,
25757,
2438,
25,
15021,
12,
8344,
1284,
11,
5521,
26968,
1600,
198,
37811,
11748,
355,
3232,
34,
2885,
8205,
72,
287,
11361,
11,
766,
6496,
6764,
287,
1568,
2665,
15931,
12340,
198,
7203,
34,
8051,
2430,
41771,
9485,
34,
8051,
7268,
1111,
21015,
362,
290,
21015,
513,
12340,
198,
7203,
11627,
2430,
7416,
2438,
329,
477,
13103,
351,
1123,
8265,
287,
530,
850,
43551,
1600,
198,
37811,
21633,
8265,
1330,
422,
3232,
34,
2885,
284,
3368,
21015,
8265,
1438,
537,
2140,
15931,
12340,
198,
7203,
13383,
2430,
12417,
3419,
2163,
329,
3232,
34,
2885,
40109,
13,
13499,
290,
3232,
34,
2885,
8205,
72,
13,
13499,
1600,
198,
15931,
15931,
13383,
3419,
286,
3232,
34,
2885,
40109,
13,
13499,
357,
11249,
510,
37292,
2746,
1231,
25757,
475,
21015,
36883,
8,
290,
3232,
34,
2885,
8205,
72,
13,
13499,
357,
9492,
5275,
4235,
8,
15931,
12340,
198,
7203,
5841,
2430,
7416,
2438,
329,
477,
13103,
351,
1123,
8265,
287,
530,
850,
43551,
1600,
198,
37811,
7416,
2438,
286,
267,
1326,
13103,
481,
307,
4893,
287,
1568,
2665,
15931,
12340,
198,
7203,
33637,
2430,
25391,
284,
1382,
262,
2723,
2438,
25,
277,
66,
18347,
13,
9078,
1600,
198,
37811,
16072,
18347,
460,
7716,
257,
4096,
8265,
422,
4808,
51,
3620,
6489,
6158,
62,
9483,
11,
13538,
12340,
198,
7203,
23579,
2430,
5124,
723,
290,
10314,
7560,
416,
466,
5431,
5235,
12340,
198,
7203,
34,
12050,
43,
1023,
13,
14116,
2430,
4852,
1712,
327,
12050,
4566,
2393,
11,
1611,
286,
1029,
1241,
3272,
12,
24254,
787,
7753,
17301,
1600,
198,
37811,
198,
26796,
8517,
2476,
407,
284,
1337,
546,
428,
2393,
11,
327,
12050,
43,
1023,
13,
14116,
1626,
8265,
481,
307,
6338,
3017,
13,
198,
15931,
12340,
198,
7203,
4851,
16934,
13,
71,
2430,
3866,
41341,
4888,
416,
477,
2723,
329,
2493,
1799,
319,
814,
9554,
12340,
198,
7203,
16072,
13,
1477,
2430,
39344,
2858,
7885,
329,
35106,
13252,
2394,
4613,
4946,
34,
42643,
19266,
1600,
198,
37811,
198,
26796,
8517,
2476,
407,
284,
1337,
546,
428,
2393,
198,
15931,
12340,
198,
7203,
18,
4372,
33553,
2430,
22747,
2151,
2438,
11812,
1600,
198,
37811,
39521,
13,
34,
12050,
43,
1023,
13,
14116,
220,
327,
87,
5159,
220,
350,
452,
88,
12,
15,
13,
20,
220,
1976,
8019,
13,
34,
12050,
43,
1023,
13,
14116,
327,
12050,
43,
1023,
13,
14116,
220,
220,
350,
452,
88,
220,
3664,
2586,
76,
5069,
15931,
12340,
198,
7203,
13344,
4267,
4880,
2430,
10459,
286,
19974,
4267,
4880,
9195,
12340,
198,
7203,
15580,
2430,
2617,
262,
2196,
286,
3232,
34,
2885,
12340,
198,
7203,
14155,
4677,
33,
31249,
2430,
11250,
2393,
284,
7716,
4100,
2640,
55,
18537,
357,
17350,
263,
8,
12340,
198,
7203,
55,
35,
38,
6601,
2430,
11146,
34,
2885,
13,
41375,
2393,
329,
32639,
5301,
31332,
7020,
13459,
274,
16201,
3210,
12340,
198,
7203,
11209,
15798,
263,
2430,
11250,
3696,
284,
7716,
9168,
29124,
12340,
198,
60
] | 3.607945 | 579 |
# This file defines messages used by the Astron "Client Protocol"
# See https://astron.github.io/astron/en/master/10-client.html.
CLIENT_HELLO = 1 # Sent to handshake the protocol
CLIENT_HELLO_RESP = 2 #
CLIENT_DISCONNECT = 3 # Sent when client is leaving.
CLIENT_EJECT = 4 # Received when server is booting the client.
CLIENT_HEARTBEAT = 5
CLIENT_OBJECT_SET_FIELD = 120 # Sent and received when a DO field is updated
CLIENT_OBJECT_SET_FIELDS = 121 # Sent and received when multiple DO fields are updated
CLIENT_OBJECT_LOCATION = 140 # Received when DO changes location within clients interests
CLIENT_OBJECT_LEAVING = 132 # Received when DO leaves clients interests
CLIENT_OBJECT_LEAVING_OWNER = 161 # Received when client loses ownership of a DO
CLIENT_ENTER_OBJECT_REQUIRED = 142 # Received when a DO enters the clients interest visibility.
CLIENT_ENTER_OBJECT_REQUIRED_OTHER = 143 # As above; DO has optional fields.
CLIENT_ENTER_OBJECT_REQUIRED_OWNER = 172 # Received when the client gets ownership of a DO.
CLIENT_ENTER_OBJECT_REQUIRED_OTHER_OWNER = 173 # As above; DO has optional fields.
CLIENT_ADD_INTEREST = 200 # Sent to set interest in a location
CLIENT_ADD_INTEREST_MULTIPLE = 201 # Sent to set interest in multiple locations
CLIENT_REMOVE_INTEREST = 203 # Sent to remove interest in a location
CLIENT_DONE_INTEREST_RESP = 204 # Received when setting an interest in a location has been set and all relevant DOs have entered
| [
2,
770,
2393,
15738,
6218,
973,
416,
262,
25398,
366,
11792,
20497,
1,
198,
2,
4091,
3740,
1378,
459,
1313,
13,
12567,
13,
952,
14,
459,
1313,
14,
268,
14,
9866,
14,
940,
12,
16366,
13,
6494,
13,
198,
198,
5097,
28495,
62,
13909,
3069,
46,
796,
220,
220,
220,
220,
220,
352,
1303,
11352,
284,
42231,
262,
8435,
198,
5097,
28495,
62,
13909,
3069,
46,
62,
19535,
47,
796,
362,
1303,
220,
198,
5097,
28495,
62,
26288,
10943,
48842,
796,
513,
1303,
11352,
618,
5456,
318,
4305,
13,
198,
5097,
28495,
62,
36,
23680,
796,
220,
220,
220,
220,
220,
604,
1303,
20557,
618,
4382,
318,
6297,
278,
262,
5456,
13,
198,
5097,
28495,
62,
13909,
7227,
12473,
1404,
796,
220,
642,
198,
198,
5097,
28495,
62,
9864,
23680,
62,
28480,
62,
44603,
796,
220,
220,
220,
220,
7982,
1303,
11352,
290,
2722,
618,
257,
8410,
2214,
318,
6153,
198,
5097,
28495,
62,
9864,
23680,
62,
28480,
62,
11674,
3698,
5258,
796,
220,
220,
220,
20416,
1303,
11352,
290,
2722,
618,
3294,
8410,
7032,
389,
6153,
198,
5097,
28495,
62,
9864,
23680,
62,
29701,
6234,
796,
220,
220,
220,
220,
220,
12713,
1303,
20557,
618,
8410,
2458,
4067,
1626,
7534,
5353,
198,
5097,
28495,
62,
9864,
23680,
62,
2538,
10116,
2751,
796,
220,
220,
220,
220,
220,
220,
21761,
1303,
20557,
618,
8410,
5667,
7534,
5353,
198,
5097,
28495,
62,
9864,
23680,
62,
2538,
10116,
2751,
62,
14165,
1137,
796,
27829,
1303,
20557,
618,
5456,
14754,
9238,
286,
257,
8410,
198,
198,
5097,
28495,
62,
3525,
1137,
62,
9864,
23680,
62,
2200,
10917,
37819,
796,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
25181,
1303,
20557,
618,
257,
8410,
14170,
262,
7534,
1393,
20742,
13,
198,
5097,
28495,
62,
3525,
1137,
62,
9864,
23680,
62,
2200,
10917,
37819,
62,
31858,
796,
220,
220,
220,
220,
220,
220,
24356,
1303,
1081,
2029,
26,
8410,
468,
11902,
7032,
13,
198,
5097,
28495,
62,
3525,
1137,
62,
9864,
23680,
62,
2200,
10917,
37819,
62,
14165,
1137,
796,
220,
220,
220,
220,
220,
220,
23120,
1303,
20557,
618,
262,
5456,
3011,
9238,
286,
257,
8410,
13,
198,
5097,
28495,
62,
3525,
1137,
62,
9864,
23680,
62,
2200,
10917,
37819,
62,
31858,
62,
14165,
1137,
796,
28174,
1303,
1081,
2029,
26,
8410,
468,
11902,
7032,
13,
198,
198,
5097,
28495,
62,
29266,
62,
41358,
6465,
796,
220,
220,
220,
220,
220,
220,
220,
220,
220,
939,
1303,
11352,
284,
900,
1393,
287,
257,
4067,
198,
5097,
28495,
62,
29266,
62,
41358,
6465,
62,
44,
16724,
4061,
2538,
796,
580,
1303,
11352,
284,
900,
1393,
287,
3294,
7064,
198,
5097,
28495,
62,
2200,
11770,
6089,
62,
41358,
6465,
796,
220,
220,
220,
220,
220,
220,
27408,
1303,
11352,
284,
4781,
1393,
287,
257,
4067,
198,
5097,
28495,
62,
35,
11651,
62,
41358,
6465,
62,
19535,
47,
796,
220,
220,
220,
26956,
1303,
20557,
618,
4634,
281,
1393,
287,
257,
4067,
468,
587,
900,
290,
477,
5981,
8410,
82,
423,
5982,
220,
198
] | 3.021956 | 501 |
from django.shortcuts import render
from django.http import HttpResponse,HttpResponseRedirect
from django.views.generic import View
from .forms import LoginForm,RegisterForm
from .models import List
from django.views.decorators.csrf import csrf_exempt
from django.contrib.auth import login,logout,authenticate
from django.contrib.auth.models import User
# Create your views here.
@csrf_exempt
@csrf_exempt | [
6738,
42625,
14208,
13,
19509,
23779,
1330,
8543,
198,
6738,
42625,
14208,
13,
4023,
1330,
367,
29281,
31077,
11,
43481,
31077,
7738,
1060,
198,
6738,
42625,
14208,
13,
33571,
13,
41357,
1330,
3582,
198,
6738,
764,
23914,
1330,
23093,
8479,
11,
38804,
8479,
198,
6738,
764,
27530,
1330,
7343,
198,
6738,
42625,
14208,
13,
33571,
13,
12501,
273,
2024,
13,
6359,
41871,
1330,
269,
27891,
69,
62,
42679,
198,
6738,
42625,
14208,
13,
3642,
822,
13,
18439,
1330,
17594,
11,
6404,
448,
11,
41299,
5344,
198,
6738,
42625,
14208,
13,
3642,
822,
13,
18439,
13,
27530,
1330,
11787,
198,
2,
13610,
534,
5009,
994,
13,
198,
198,
31,
6359,
41871,
62,
42679,
198,
198,
31,
6359,
41871,
62,
42679
] | 3.420168 | 119 |
from PyQt5.QtWidgets import QApplication, QWidget, QVBoxLayout
from PyQt5.QtGui import QColor, QPainter
from PyQt5.QtCore import Qt
if __name__ == '__main__':
import sys
app = QApplication(sys.argv)
w = MyWidget()
w.show()
sys.exit(app.exec_()) | [
198,
6738,
9485,
48,
83,
20,
13,
48,
83,
54,
312,
11407,
1330,
1195,
23416,
11,
1195,
38300,
11,
1195,
53,
14253,
32517,
198,
6738,
9485,
48,
83,
20,
13,
48,
83,
8205,
72,
1330,
1195,
10258,
11,
1195,
38490,
353,
198,
6738,
9485,
48,
83,
20,
13,
48,
83,
14055,
1330,
33734,
628,
628,
198,
361,
11593,
3672,
834,
6624,
705,
834,
12417,
834,
10354,
198,
220,
220,
220,
1330,
25064,
198,
220,
220,
220,
598,
796,
1195,
23416,
7,
17597,
13,
853,
85,
8,
198,
220,
220,
220,
266,
796,
2011,
38300,
3419,
198,
220,
220,
220,
266,
13,
12860,
3419,
198,
220,
220,
220,
25064,
13,
37023,
7,
1324,
13,
18558,
62,
28955
] | 2.318966 | 116 |
# coding: utf8
import pydot
from .base import Graph
class Pipeline(Graph):
"""Represents a pipeline diagram.
`nodes` is a dictionary of nodes `name` -> `shape`.
`edges` is a list of edges, tuples of the form `(name, name, label)`.
`**kwargs` is a list of args passed to `pydot` directly.
>>> Pipeline(['HULK', 'AST-HULK', 'AST-CIL', 'MIPS'], [
(0, 1, 'lexer/parser'),
(1, 1, 'semántica'),
(1, 2, 'generación'),
(2, 3, 'generación')
])
"""
| [
2,
19617,
25,
3384,
69,
23,
198,
198,
11748,
279,
5173,
313,
198,
198,
6738,
764,
8692,
1330,
29681,
628,
198,
4871,
37709,
7,
37065,
2599,
198,
220,
220,
220,
37227,
6207,
6629,
257,
11523,
16362,
13,
628,
220,
220,
220,
4600,
77,
4147,
63,
318,
257,
22155,
286,
13760,
4600,
3672,
63,
4613,
4600,
43358,
44646,
198,
220,
220,
220,
4600,
276,
3212,
63,
318,
257,
1351,
286,
13015,
11,
12777,
2374,
286,
262,
1296,
4600,
7,
3672,
11,
1438,
11,
6167,
8,
44646,
198,
220,
220,
220,
4600,
1174,
46265,
22046,
63,
318,
257,
1351,
286,
26498,
3804,
284,
4600,
79,
5173,
313,
63,
3264,
13,
628,
220,
220,
220,
13163,
37709,
7,
17816,
39,
6239,
42,
3256,
705,
11262,
12,
39,
6239,
42,
3256,
705,
11262,
12,
34,
4146,
3256,
705,
8895,
3705,
6,
4357,
685,
198,
220,
220,
220,
220,
220,
220,
220,
357,
15,
11,
352,
11,
705,
2588,
263,
14,
48610,
33809,
198,
220,
220,
220,
220,
220,
220,
220,
357,
16,
11,
352,
11,
705,
43616,
6557,
429,
3970,
33809,
198,
220,
220,
220,
220,
220,
220,
220,
357,
16,
11,
362,
11,
705,
8612,
32009,
18840,
33809,
198,
220,
220,
220,
220,
220,
220,
220,
357,
17,
11,
513,
11,
705,
8612,
32009,
18840,
11537,
198,
220,
220,
220,
33761,
198,
220,
220,
220,
37227,
628
] | 2.258929 | 224 |
# Generated by Django 3.0.9 on 2020-09-03 10:45
from django.db import migrations, models
from eth_abi.exceptions import DecodingError
from web3.exceptions import BadFunctionCallOutput
from gnosis.eth import EthereumClientProvider
| [
2,
2980,
515,
416,
37770,
513,
13,
15,
13,
24,
319,
12131,
12,
2931,
12,
3070,
838,
25,
2231,
198,
198,
6738,
42625,
14208,
13,
9945,
1330,
15720,
602,
11,
4981,
198,
198,
6738,
4555,
62,
17914,
13,
1069,
11755,
1330,
4280,
7656,
12331,
198,
6738,
3992,
18,
13,
1069,
11755,
1330,
7772,
22203,
14134,
26410,
198,
198,
6738,
19967,
5958,
13,
2788,
1330,
20313,
11792,
29495,
628,
198
] | 3.405797 | 69 |
from Server.utils.enums import MSG_FROM_MIRROR_KEYS
from Server.utils.enums import MSG_FROM_KINECT_KEYS
from Server.utils.enums import MSG_TO_MIRROR_KEYS
from amqpstorm import Connection
import configparser
import queue
import json
from datetime import datetime
# The format in which messages are shared accross the service
class Messaging:
# Callback for consuming incoming messages from the Mirror
# Callback for consuming incoming messages from the Kinect
''' Threadsafe sending of messages '''
''' HELPERS '''
| [
6738,
9652,
13,
26791,
13,
268,
5700,
1330,
49064,
62,
10913,
2662,
62,
44,
4663,
16411,
62,
7336,
16309,
198,
6738,
9652,
13,
26791,
13,
268,
5700,
1330,
49064,
62,
10913,
2662,
62,
42,
1268,
9782,
62,
7336,
16309,
198,
6738,
9652,
13,
26791,
13,
268,
5700,
1330,
49064,
62,
10468,
62,
44,
4663,
16411,
62,
7336,
16309,
198,
198,
6738,
716,
80,
79,
12135,
1330,
26923,
198,
198,
11748,
4566,
48610,
198,
11748,
16834,
198,
11748,
33918,
198,
6738,
4818,
8079,
1330,
4818,
8079,
628,
198,
2,
383,
5794,
287,
543,
6218,
389,
4888,
697,
1214,
262,
2139,
628,
198,
4871,
10626,
3039,
25,
628,
220,
220,
220,
1303,
4889,
1891,
329,
18587,
15619,
6218,
422,
262,
17918,
628,
220,
220,
220,
1303,
4889,
1891,
329,
18587,
15619,
6218,
422,
262,
48879,
628,
628,
220,
220,
220,
705,
7061,
14122,
21230,
7216,
286,
6218,
705,
7061,
628,
628,
220,
220,
220,
705,
7061,
49944,
4877,
705,
7061,
198
] | 3.421384 | 159 |
r"""
Symmetric Functions
- :class:`Introduction to Symmetric Functions <sage.combinat.sf.sf.SymmetricFunctions>`
- :ref:`sage.combinat.sf.sfa`
- :ref:`sage.combinat.sf.sf`
- :ref:`sage.combinat.sf.classical`
- :ref:`sage.combinat.sf.schur`
- :ref:`sage.combinat.sf.monomial`
- :ref:`sage.combinat.sf.multiplicative`
- :ref:`sage.combinat.sf.elementary`
- :ref:`sage.combinat.sf.homogeneous`
- :ref:`sage.combinat.sf.powersum`
- :ref:`sage.combinat.sf.character`
- :ref:`sage.combinat.sf.orthogonal`
- :ref:`sage.combinat.sf.symplectic`
- :ref:`sage.combinat.sf.dual`
- :ref:`sage.combinat.sf.orthotriang`
- :ref:`sage.combinat.sf.kfpoly`
- :ref:`sage.combinat.sf.hall_littlewood`
- :ref:`sage.combinat.sf.hecke`
- :ref:`sage.combinat.sf.jack`
- :ref:`k-Schur Functions <sage.combinat.sf.new_kschur>`
- :ref:`sage.combinat.sf.k_dual`
- :ref:`sage.combinat.sf.llt`
- :ref:`sage.combinat.sf.macdonald`
- :ref:`sage.combinat.sf.ns_macdonald`
- :ref:`sage.combinat.sf.witt`
"""
# install the docstring of this module to the containing package
from sage.misc.namespace_package import install_doc
install_doc(__package__, __doc__)
from sage.misc.lazy_import import lazy_import
# In the long run, this will be the single entry point
# Nothing else will be exported
lazy_import('sage.combinat.sf.sf', 'SymmetricFunctions')
# Advanced stuff:
lazy_import('sage.combinat.sf.kfpoly', 'KostkaFoulkesPolynomial')
lazy_import('sage.combinat.sf.ns_macdonald', ['NonattackingFillings',
'AugmentedLatticeDiagramFilling',
'LatticeDiagram'])
| [
81,
37811,
198,
13940,
3020,
19482,
40480,
198,
198,
12,
1058,
4871,
25,
63,
21906,
284,
1632,
3020,
19482,
40480,
1279,
82,
496,
13,
785,
8800,
265,
13,
28202,
13,
28202,
13,
13940,
3020,
19482,
24629,
2733,
29,
63,
198,
198,
12,
1058,
5420,
25,
63,
82,
496,
13,
785,
8800,
265,
13,
28202,
13,
82,
13331,
63,
198,
12,
1058,
5420,
25,
63,
82,
496,
13,
785,
8800,
265,
13,
28202,
13,
28202,
63,
198,
12,
1058,
5420,
25,
63,
82,
496,
13,
785,
8800,
265,
13,
28202,
13,
4871,
605,
63,
198,
12,
1058,
5420,
25,
63,
82,
496,
13,
785,
8800,
265,
13,
28202,
13,
20601,
333,
63,
198,
12,
1058,
5420,
25,
63,
82,
496,
13,
785,
8800,
265,
13,
28202,
13,
2144,
49070,
63,
198,
12,
1058,
5420,
25,
63,
82,
496,
13,
785,
8800,
265,
13,
28202,
13,
47945,
43058,
63,
198,
12,
1058,
5420,
25,
63,
82,
496,
13,
785,
8800,
265,
13,
28202,
13,
30854,
560,
63,
198,
12,
1058,
5420,
25,
63,
82,
496,
13,
785,
8800,
265,
13,
28202,
13,
26452,
32269,
63,
198,
12,
1058,
5420,
25,
63,
82,
496,
13,
785,
8800,
265,
13,
28202,
13,
30132,
388,
63,
198,
12,
1058,
5420,
25,
63,
82,
496,
13,
785,
8800,
265,
13,
28202,
13,
22769,
63,
198,
12,
1058,
5420,
25,
63,
82,
496,
13,
785,
8800,
265,
13,
28202,
13,
1506,
519,
20996,
63,
198,
12,
1058,
5420,
25,
63,
82,
496,
13,
785,
8800,
265,
13,
28202,
13,
1837,
3149,
42009,
63,
198,
12,
1058,
5420,
25,
63,
82,
496,
13,
785,
8800,
265,
13,
28202,
13,
646,
282,
63,
198,
12,
1058,
5420,
25,
63,
82,
496,
13,
785,
8800,
265,
13,
28202,
13,
1506,
313,
380,
648,
63,
198,
12,
1058,
5420,
25,
63,
82,
496,
13,
785,
8800,
265,
13,
28202,
13,
74,
69,
35428,
63,
198,
12,
1058,
5420,
25,
63,
82,
496,
13,
785,
8800,
265,
13,
28202,
13,
18323,
62,
31629,
3822,
63,
198,
12,
1058,
5420,
25,
63,
82,
496,
13,
785,
8800,
265,
13,
28202,
13,
258,
66,
365,
63,
198,
12,
1058,
5420,
25,
63,
82,
496,
13,
785,
8800,
265,
13,
28202,
13,
19650,
63,
198,
12,
1058,
5420,
25,
63,
74,
12,
14874,
333,
40480,
1279,
82,
496,
13,
785,
8800,
265,
13,
28202,
13,
3605,
62,
591,
354,
333,
29,
63,
198,
12,
1058,
5420,
25,
63,
82,
496,
13,
785,
8800,
265,
13,
28202,
13,
74,
62,
646,
282,
63,
198,
12,
1058,
5420,
25,
63,
82,
496,
13,
785,
8800,
265,
13,
28202,
13,
297,
83,
63,
198,
12,
1058,
5420,
25,
63,
82,
496,
13,
785,
8800,
265,
13,
28202,
13,
20285,
40915,
63,
198,
12,
1058,
5420,
25,
63,
82,
496,
13,
785,
8800,
265,
13,
28202,
13,
5907,
62,
20285,
40915,
63,
198,
12,
1058,
5420,
25,
63,
82,
496,
13,
785,
8800,
265,
13,
28202,
13,
86,
715,
63,
198,
37811,
198,
2,
2721,
262,
2205,
8841,
286,
428,
8265,
284,
262,
7268,
5301,
198,
6738,
35021,
13,
44374,
13,
14933,
10223,
62,
26495,
1330,
2721,
62,
15390,
198,
17350,
62,
15390,
7,
834,
26495,
834,
11,
11593,
15390,
834,
8,
198,
198,
6738,
35021,
13,
44374,
13,
75,
12582,
62,
11748,
1330,
16931,
62,
11748,
198,
198,
2,
554,
262,
890,
1057,
11,
428,
481,
307,
262,
2060,
5726,
966,
198,
2,
10528,
2073,
481,
307,
29050,
198,
75,
12582,
62,
11748,
10786,
82,
496,
13,
785,
8800,
265,
13,
28202,
13,
28202,
3256,
705,
13940,
3020,
19482,
24629,
2733,
11537,
198,
198,
2,
13435,
3404,
25,
198,
198,
75,
12582,
62,
11748,
10786,
82,
496,
13,
785,
8800,
265,
13,
28202,
13,
74,
69,
35428,
3256,
705,
42,
455,
4914,
37,
2852,
5209,
34220,
26601,
498,
11537,
198,
198,
75,
12582,
62,
11748,
10786,
82,
496,
13,
785,
8800,
265,
13,
28202,
13,
5907,
62,
20285,
40915,
3256,
37250,
15419,
1078,
5430,
33762,
654,
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,
220,
220,
220,
220,
220,
705,
12512,
12061,
43,
1078,
501,
18683,
6713,
37,
4509,
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,
220,
220,
220,
220,
220,
705,
43,
1078,
501,
18683,
6713,
6,
12962,
198
] | 2.101167 | 771 |
#!/usr/bin/python
"""
ADE Web API
Copyright (C) 2011-2015 "Sébastien Celles" <[email protected]>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>
"""
import datetime
import hashlib
import logging
import time
from xml.etree import ElementTree as ET
import pytz
import requests
from sentry_sdk import add_breadcrumb
from .exception import ExceptionFactory
logger = logging.getLogger(__name__)
def hide_string(s, char_replace='*'):
"""Returns a string of same length but with '*'"""
return char_replace * len(s)
def hide_dict_values(d, hidden_keys=['password'], char_replace='*'):
"""Returns a dictionnary with some hidden values (such as password)
when a dict is given.
Characters are replaced with char_replace - default is '*'
Values which need to be hidden are given in a list named hidden_keys"""
d_hidden = d.copy()
for key in hidden_keys:
if key in d_hidden.keys():
d_hidden[key] = hide_string(d_hidden[key], char_replace)
return d_hidden
def replace_dict_values(d, replace_keys):
"""Returns a dictionnary with replaced values
replace_keys is a dictionary
replace_keys = {'key': 'value_to_display'}"""
d_hidden = d.copy()
for key, replace_value in replace_keys.items():
if key in d_hidden.keys():
d_hidden[key] = replace_value
return d_hidden
ENV_VAR_ROOT = 'ADE_WEB_API'
def get_info(key, default_value=None):
"""Returns a value (url, login, password)
using either default_value or using environment variable"""
ENV_VAR_KEY = ENV_VAR_ROOT + "_" + key.upper()
if default_value == '' or default_value is None:
try:
import os
return os.environ[ENV_VAR_KEY]
except:
logging.warning(
f"You should pass {key} using --{key} or using environment variable {ENV_VAR_KEY!r}"
)
return default_value
else:
return default_value
class HiddenDict(dict):
"""Class to manage keys/values like a dict
but that can "hide" some values
"""
class Config(HiddenDict):
"""Config class
password is never displayed but is stored in this class"""
@staticmethod
def timestamp2datetime(ts, tz=pytz.utc):
"""Converts Unix timestamp to Python datetime.datetime"""
return datetime.datetime.fromtimestamp(float(ts) / 1000.0, tz)
class BaseObject:
"""Base object class which can be easily initialize using
keyword parameters
Attributes can be access like a dict obj['myattribute']"""
class Project(BaseObject):
"""Project object
uid is automatically convert to datetime"""
class Resource(BaseObject):
"""Base object for resource (Trainee, Room, Instructor...)"""
pass
class Date(BaseObject):
"""Date object
time is automatically convert to datetime"""
class ObjectFactory:
"""A factory (see pattern factory) which can create Resource, Trainee, Room,
Instructor, Project, Activity, Event, Cost, Caracteristic, Date object"""
class ADEWebAPI:
"""Class to manage ADE Web API (reader only)"""
def _send_request(self, func, **params):
"""Send a request"""
params['function'] = func
if 'sessionId' not in params.keys():
if self.sessionId is not None:
params['sessionId'] = self.sessionId
# self.logger.debug("send %s" % hide_dict_values(params))
start = time.time()
response = requests.get(self.url, params=params)
elapsed_rq = time.time() - start
response.encoding = 'UTF-8'
data = response.text
add_breadcrumb(category='api', message=f"{data}")
element = ET.fromstring(data)
try:
self._parse_error(element)
except Exception as e:
if element.attrib['name'] == 'java.lang.NullPointerException':
raise e
else:
logger.error(f"{params}")
logger.error(f"{data}")
if 'hash' in params and params['hash']:
d_hash = hashlib.md5(data.encode('utf-8')).hexdigest()
return {'element': element, 'hash': d_hash}
return element
def connect(self):
"""Connect to server"""
function = 'connect'
element = self._send_request(function, login=self.login, password=self.password)
returned_sessionId = element.attrib["id"]
self.sessionId = returned_sessionId
return returned_sessionId is not None
def disconnect(self):
"""Disconnect from server"""
function = 'disconnect'
element = self._send_request(function)
returned_sessionId = element.attrib["sessionId"]
return returned_sessionId == self.sessionId
def _test_opt_params(self, given_params, function):
"""Test if kwargs parameters are in allowed optional parameters
of a given method"""
opt_params = self.opt_params[function]
given_params = set(given_params.keys())
msg = (
"One (or many) parameters of '%s' call are not allowed. %s is not in %s"
% ('getResources', given_params - opt_params, opt_params)
)
assert given_params <= opt_params, msg
def _create_list_of_dicts(self, category, lst):
"""Returns a list of dict (attributes of XML element)"""
return map(lambda elt: elt.attrib, lst)
def _create_list_of_objects(self, category, lst):
"""Returns a list of object using factory"""
return map(lambda elt: self.factory.create_object(category, **elt.attrib), lst)
def getProjects(self, **kwargs):
"""Returns (list of) projects"""
function = 'getProjects'
element = self._send_request(function, **kwargs)
lst_projects = element.findall('project')
lst_projects = self._create_list_of('project', lst_projects)
return lst_projects
def setProject(self, projectId):
"""Set current project"""
function = 'setProject'
element = self._send_request(function, projectId=projectId)
returned_projectId = element.attrib["projectId"]
returned_sessionId = element.attrib["sessionId"]
result = returned_sessionId == self.sessionId and returned_projectId == str(
projectId
)
if result:
self.project_init()
return result
def getResources(self, **kwargs):
"""Returns resource(s) from several optional arguments"""
function = 'getResources'
self._test_opt_params(kwargs, function)
response = self._send_request(function, **kwargs)
tree = self._tree(response['element'])
return {'data': tree, 'hash': response['hash']}
def getActivities(self, **kwargs):
"""Returns activity(ies) from several optional arguments"""
function = 'getActivities'
self._test_opt_params(kwargs, function)
typ = 'activity'
element = self._send_request(function, **kwargs)
lst_activities = element.findall(typ)
lst_activities = self._create_list_of(typ, lst_activities)
return lst_activities
def getEvents(self, **kwargs):
"""Returns event(s) from several optional arguments"""
function = 'getEvents'
self._test_opt_params(kwargs, function)
element = self._send_request(function, **kwargs)
tree = self._tree(element, **kwargs)
return {'data': tree}
def getCosts(self, **kwargs):
"""Returns cost(s) from several optional arguments"""
function = 'getCosts'
self._test_opt_params(kwargs, function)
element = self._send_request(function, **kwargs)
typ = 'cost'
lst = element.findall(typ)
lst = self._create_list_of(typ, lst)
return lst
def getCaracteristics(self, **kwargs):
"""Returns caracteristic(s) from several optional arguments"""
function = 'getCaracteristics'
self._test_opt_params(kwargs, function)
element = self._send_request(function, **kwargs)
typ = 'caracteristic'
lst = element.findall(typ)
lst = self._create_list_of(typ, lst)
return lst
def getDate(self, week, day, slot):
"""Returns date object from week, day, slot"""
function = 'getDate'
# self._test_opt_params(kwargs, function) # no keyword arguments (kwargs)
element = self._send_request(function, week=week, day=day, slot=slot)
date = Date(**element.attrib)
return date
# def imageET(self, resources, weeks, days, **kwargs):
def imageET(self, **kwargs):
"""Returns a GIF image (binary)"""
function = 'imageET'
if 'function' not in kwargs.keys():
kwargs['function'] = function
# self._test_opt_params(kwargs, function)
if 'sessionId' not in kwargs.keys():
if self.sessionId is not None:
kwargs['sessionId'] = self.sessionId
self.logger.debug("send %s" % hide_dict_values(kwargs))
response = requests.get(self.url, params=kwargs)
try:
element = ET.fromstring(response.text)
xml_response = True
except:
xml_response = False
if xml_response:
self._parse_error(element)
else: # binary response (gif)
return response.content
def first_date(self):
"""Returns first date of current project"""
self._first_date = self.getDate(0, 0, 0)['time'].date()
return self._first_date
def week_id(self, date=datetime.date.today()):
"""Returns week number for a given date"""
# week = ((date1-date0)/7).days
if self._first_date is None:
self._first_date = self.first_date()
week = int((date - self._first_date).days / 7)
return week
| [
2,
48443,
14629,
14,
8800,
14,
29412,
198,
198,
37811,
198,
220,
220,
220,
5984,
36,
5313,
7824,
628,
220,
220,
220,
15069,
357,
34,
8,
2813,
12,
4626,
366,
50,
2634,
65,
459,
2013,
12440,
274,
1,
1279,
82,
13,
3846,
274,
31,
14816,
13,
785,
29,
628,
220,
220,
220,
770,
1430,
318,
1479,
3788,
25,
345,
460,
17678,
4163,
340,
290,
14,
273,
13096,
198,
220,
220,
220,
340,
739,
262,
2846,
286,
262,
22961,
3611,
5094,
13789,
355,
3199,
416,
198,
220,
220,
220,
262,
3232,
10442,
5693,
11,
2035,
2196,
513,
286,
262,
13789,
11,
393,
198,
220,
220,
220,
357,
265,
534,
3038,
8,
597,
1568,
2196,
13,
628,
220,
220,
220,
770,
1430,
318,
9387,
287,
262,
2911,
326,
340,
481,
307,
4465,
11,
198,
220,
220,
220,
475,
42881,
15529,
34764,
56,
26,
1231,
772,
262,
17142,
18215,
286,
198,
220,
220,
220,
34482,
3398,
1565,
5603,
25382,
393,
376,
46144,
7473,
317,
16652,
2149,
37232,
33079,
48933,
13,
220,
4091,
262,
198,
220,
220,
220,
22961,
3611,
5094,
13789,
329,
517,
3307,
13,
628,
220,
220,
220,
921,
815,
423,
2722,
257,
4866,
286,
262,
22961,
3611,
5094,
13789,
198,
220,
220,
220,
1863,
351,
428,
1430,
13,
220,
1002,
407,
11,
766,
1279,
4023,
1378,
2503,
13,
41791,
13,
2398,
14,
677,
4541,
15913,
198,
37811,
198,
11748,
4818,
8079,
198,
11748,
12234,
8019,
198,
11748,
18931,
198,
11748,
640,
198,
6738,
35555,
13,
316,
631,
1330,
11703,
27660,
355,
12152,
198,
198,
11748,
12972,
22877,
198,
11748,
7007,
198,
6738,
1908,
563,
62,
21282,
74,
1330,
751,
62,
29573,
6098,
2178,
198,
198,
6738,
764,
1069,
4516,
1330,
35528,
22810,
198,
198,
6404,
1362,
796,
18931,
13,
1136,
11187,
1362,
7,
834,
3672,
834,
8,
628,
198,
4299,
7808,
62,
8841,
7,
82,
11,
1149,
62,
33491,
11639,
9,
6,
2599,
198,
220,
220,
220,
37227,
35561,
257,
4731,
286,
976,
4129,
475,
351,
705,
9,
6,
37811,
198,
220,
220,
220,
1441,
1149,
62,
33491,
1635,
18896,
7,
82,
8,
628,
198,
4299,
7808,
62,
11600,
62,
27160,
7,
67,
11,
7104,
62,
13083,
28,
17816,
28712,
6,
4357,
1149,
62,
33491,
11639,
9,
6,
2599,
198,
220,
220,
220,
37227,
35561,
257,
48589,
77,
560,
351,
617,
7104,
3815,
357,
10508,
355,
9206,
8,
198,
220,
220,
220,
618,
257,
8633,
318,
1813,
13,
198,
220,
220,
220,
26813,
389,
6928,
351,
1149,
62,
33491,
532,
4277,
318,
705,
9,
6,
198,
220,
220,
220,
27068,
543,
761,
284,
307,
7104,
389,
1813,
287,
257,
1351,
3706,
7104,
62,
13083,
37811,
198,
220,
220,
220,
288,
62,
30342,
796,
288,
13,
30073,
3419,
198,
220,
220,
220,
329,
1994,
287,
7104,
62,
13083,
25,
198,
220,
220,
220,
220,
220,
220,
220,
611,
1994,
287,
288,
62,
30342,
13,
13083,
33529,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
288,
62,
30342,
58,
2539,
60,
796,
7808,
62,
8841,
7,
67,
62,
30342,
58,
2539,
4357,
1149,
62,
33491,
8,
198,
220,
220,
220,
1441,
288,
62,
30342,
628,
198,
4299,
6330,
62,
11600,
62,
27160,
7,
67,
11,
6330,
62,
13083,
2599,
198,
220,
220,
220,
37227,
35561,
257,
48589,
77,
560,
351,
6928,
3815,
198,
220,
220,
220,
6330,
62,
13083,
318,
257,
22155,
198,
220,
220,
220,
6330,
62,
13083,
796,
1391,
6,
2539,
10354,
705,
8367,
62,
1462,
62,
13812,
6,
92,
37811,
198,
220,
220,
220,
288,
62,
30342,
796,
288,
13,
30073,
3419,
198,
220,
220,
220,
329,
1994,
11,
6330,
62,
8367,
287,
6330,
62,
13083,
13,
23814,
33529,
198,
220,
220,
220,
220,
220,
220,
220,
611,
1994,
287,
288,
62,
30342,
13,
13083,
33529,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
288,
62,
30342,
58,
2539,
60,
796,
6330,
62,
8367,
198,
220,
220,
220,
1441,
288,
62,
30342,
628,
198,
1677,
53,
62,
53,
1503,
62,
13252,
2394,
796,
705,
19266,
62,
8845,
33,
62,
17614,
6,
628,
198,
4299,
651,
62,
10951,
7,
2539,
11,
4277,
62,
8367,
28,
14202,
2599,
198,
220,
220,
220,
37227,
35561,
257,
1988,
357,
6371,
11,
17594,
11,
9206,
8,
198,
220,
220,
220,
1262,
2035,
4277,
62,
8367,
393,
1262,
2858,
7885,
37811,
198,
220,
220,
220,
12964,
53,
62,
53,
1503,
62,
20373,
796,
12964,
53,
62,
53,
1503,
62,
13252,
2394,
1343,
45434,
1,
1343,
1994,
13,
45828,
3419,
198,
220,
220,
220,
611,
4277,
62,
8367,
6624,
10148,
393,
4277,
62,
8367,
318,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1949,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1330,
28686,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
28686,
13,
268,
2268,
58,
1677,
53,
62,
53,
1503,
62,
20373,
60,
198,
220,
220,
220,
220,
220,
220,
220,
2845,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18931,
13,
43917,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
1,
1639,
815,
1208,
1391,
2539,
92,
1262,
1377,
90,
2539,
92,
393,
1262,
2858,
7885,
1391,
1677,
53,
62,
53,
1503,
62,
20373,
0,
81,
36786,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
4277,
62,
8367,
198,
220,
220,
220,
2073,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
4277,
62,
8367,
628,
198,
4871,
20458,
35,
713,
7,
11600,
2599,
198,
220,
220,
220,
37227,
9487,
284,
6687,
8251,
14,
27160,
588,
257,
8633,
198,
220,
220,
220,
475,
326,
460,
366,
24717,
1,
617,
3815,
198,
220,
220,
220,
37227,
628,
198,
4871,
17056,
7,
41691,
35,
713,
2599,
198,
220,
220,
220,
37227,
16934,
1398,
198,
220,
220,
220,
9206,
318,
1239,
9066,
475,
318,
8574,
287,
428,
1398,
37811,
628,
220,
220,
220,
2488,
12708,
24396,
628,
198,
4299,
41033,
17,
19608,
8079,
7,
912,
11,
256,
89,
28,
9078,
22877,
13,
315,
66,
2599,
198,
220,
220,
220,
37227,
3103,
24040,
33501,
41033,
284,
11361,
4818,
8079,
13,
19608,
8079,
37811,
198,
220,
220,
220,
1441,
4818,
8079,
13,
19608,
8079,
13,
6738,
16514,
27823,
7,
22468,
7,
912,
8,
1220,
8576,
13,
15,
11,
256,
89,
8,
628,
198,
4871,
7308,
10267,
25,
198,
220,
220,
220,
37227,
14881,
2134,
1398,
543,
460,
307,
3538,
41216,
1262,
198,
220,
220,
220,
21179,
10007,
198,
220,
220,
220,
49213,
460,
307,
1895,
588,
257,
8633,
26181,
17816,
1820,
42348,
20520,
37811,
628,
198,
4871,
4935,
7,
14881,
10267,
2599,
198,
220,
220,
220,
37227,
16775,
2134,
198,
220,
220,
220,
334,
312,
318,
6338,
10385,
284,
4818,
8079,
37811,
628,
198,
4871,
20857,
7,
14881,
10267,
2599,
198,
220,
220,
220,
37227,
14881,
2134,
329,
8271,
357,
44077,
1453,
11,
10096,
11,
47839,
23029,
37811,
628,
220,
220,
220,
1208,
628,
628,
628,
628,
198,
198,
4871,
7536,
7,
14881,
10267,
2599,
198,
220,
220,
220,
37227,
10430,
2134,
198,
220,
220,
220,
640,
318,
6338,
10385,
284,
4818,
8079,
37811,
628,
198,
4871,
9515,
22810,
25,
198,
220,
220,
220,
37227,
32,
8860,
357,
3826,
3912,
8860,
8,
543,
460,
2251,
20857,
11,
16835,
1453,
11,
10096,
11,
198,
220,
220,
220,
47839,
11,
4935,
11,
24641,
11,
8558,
11,
6446,
11,
1879,
7321,
2569,
11,
7536,
2134,
37811,
628,
198,
4871,
5984,
36,
13908,
17614,
25,
198,
220,
220,
220,
37227,
9487,
284,
6687,
5984,
36,
5313,
7824,
357,
46862,
691,
8,
37811,
628,
220,
220,
220,
825,
4808,
21280,
62,
25927,
7,
944,
11,
25439,
11,
12429,
37266,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
25206,
257,
2581,
37811,
198,
220,
220,
220,
220,
220,
220,
220,
42287,
17816,
8818,
20520,
796,
25439,
628,
220,
220,
220,
220,
220,
220,
220,
611,
705,
29891,
7390,
6,
407,
287,
42287,
13,
13083,
33529,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
2116,
13,
29891,
7390,
318,
407,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
42287,
17816,
29891,
7390,
20520,
796,
2116,
13,
29891,
7390,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
2116,
13,
6404,
1362,
13,
24442,
7203,
21280,
4064,
82,
1,
4064,
7808,
62,
11600,
62,
27160,
7,
37266,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
923,
796,
640,
13,
2435,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
2882,
796,
7007,
13,
1136,
7,
944,
13,
6371,
11,
42287,
28,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
42118,
62,
81,
80,
796,
640,
13,
2435,
3419,
532,
923,
628,
220,
220,
220,
220,
220,
220,
220,
2882,
13,
12685,
7656,
796,
705,
48504,
12,
23,
6,
198,
220,
220,
220,
220,
220,
220,
220,
1366,
796,
2882,
13,
5239,
628,
220,
220,
220,
220,
220,
220,
220,
751,
62,
29573,
6098,
2178,
7,
22872,
11639,
15042,
3256,
3275,
28,
69,
1,
90,
7890,
92,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
5002,
796,
12152,
13,
6738,
8841,
7,
7890,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1949,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
29572,
62,
18224,
7,
30854,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2845,
35528,
355,
304,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
5002,
13,
1078,
822,
17816,
3672,
20520,
6624,
705,
12355,
13,
17204,
13,
35067,
18833,
3849,
16922,
10354,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5298,
304,
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,
49706,
13,
18224,
7,
69,
1,
90,
37266,
92,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
49706,
13,
18224,
7,
69,
1,
90,
7890,
92,
4943,
628,
220,
220,
220,
220,
220,
220,
220,
611,
705,
17831,
6,
287,
42287,
290,
42287,
17816,
17831,
6,
5974,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
288,
62,
17831,
796,
12234,
8019,
13,
9132,
20,
7,
7890,
13,
268,
8189,
10786,
40477,
12,
23,
11537,
737,
33095,
12894,
395,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
1391,
6,
30854,
10354,
5002,
11,
705,
17831,
10354,
288,
62,
17831,
92,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
5002,
628,
220,
220,
220,
825,
2018,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
13313,
284,
4382,
37811,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
796,
705,
8443,
6,
198,
220,
220,
220,
220,
220,
220,
220,
5002,
796,
2116,
13557,
21280,
62,
25927,
7,
8818,
11,
17594,
28,
944,
13,
38235,
11,
9206,
28,
944,
13,
28712,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4504,
62,
29891,
7390,
796,
5002,
13,
1078,
822,
14692,
312,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
29891,
7390,
796,
4504,
62,
29891,
7390,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
4504,
62,
29891,
7390,
318,
407,
6045,
628,
220,
220,
220,
825,
22837,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
7279,
8443,
422,
4382,
37811,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
796,
705,
6381,
8443,
6,
198,
220,
220,
220,
220,
220,
220,
220,
5002,
796,
2116,
13557,
21280,
62,
25927,
7,
8818,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4504,
62,
29891,
7390,
796,
5002,
13,
1078,
822,
14692,
29891,
7390,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
4504,
62,
29891,
7390,
6624,
2116,
13,
29891,
7390,
628,
220,
220,
220,
825,
4808,
9288,
62,
8738,
62,
37266,
7,
944,
11,
1813,
62,
37266,
11,
2163,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
14402,
611,
479,
86,
22046,
10007,
389,
287,
3142,
11902,
10007,
198,
220,
220,
220,
220,
220,
220,
220,
286,
257,
1813,
2446,
37811,
198,
220,
220,
220,
220,
220,
220,
220,
2172,
62,
37266,
796,
2116,
13,
8738,
62,
37266,
58,
8818,
60,
198,
220,
220,
220,
220,
220,
220,
220,
1813,
62,
37266,
796,
900,
7,
35569,
62,
37266,
13,
13083,
28955,
198,
220,
220,
220,
220,
220,
220,
220,
31456,
796,
357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
3198,
357,
273,
867,
8,
10007,
286,
705,
4,
82,
6,
869,
389,
407,
3142,
13,
4064,
82,
318,
407,
287,
4064,
82,
1,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4064,
19203,
1136,
33236,
3256,
1813,
62,
37266,
532,
2172,
62,
37266,
11,
2172,
62,
37266,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
6818,
1813,
62,
37266,
19841,
2172,
62,
37266,
11,
31456,
628,
220,
220,
220,
825,
4808,
17953,
62,
4868,
62,
1659,
62,
11600,
82,
7,
944,
11,
6536,
11,
300,
301,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
35561,
257,
1351,
286,
8633,
357,
1078,
7657,
286,
23735,
5002,
8,
37811,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
3975,
7,
50033,
1288,
83,
25,
1288,
83,
13,
1078,
822,
11,
300,
301,
8,
628,
220,
220,
220,
825,
4808,
17953,
62,
4868,
62,
1659,
62,
48205,
7,
944,
11,
6536,
11,
300,
301,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
35561,
257,
1351,
286,
2134,
1262,
8860,
37811,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
3975,
7,
50033,
1288,
83,
25,
2116,
13,
69,
9548,
13,
17953,
62,
15252,
7,
22872,
11,
12429,
2120,
13,
1078,
822,
828,
300,
301,
8,
628,
220,
220,
220,
825,
651,
16775,
82,
7,
944,
11,
12429,
46265,
22046,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
35561,
357,
4868,
286,
8,
4493,
37811,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
796,
705,
1136,
16775,
82,
6,
198,
220,
220,
220,
220,
220,
220,
220,
5002,
796,
2116,
13557,
21280,
62,
25927,
7,
8818,
11,
12429,
46265,
22046,
8,
198,
220,
220,
220,
220,
220,
220,
220,
300,
301,
62,
42068,
796,
5002,
13,
19796,
439,
10786,
16302,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
300,
301,
62,
42068,
796,
2116,
13557,
17953,
62,
4868,
62,
1659,
10786,
16302,
3256,
300,
301,
62,
42068,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
300,
301,
62,
42068,
628,
220,
220,
220,
825,
900,
16775,
7,
944,
11,
1628,
7390,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
7248,
1459,
1628,
37811,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
796,
705,
2617,
16775,
6,
198,
220,
220,
220,
220,
220,
220,
220,
5002,
796,
2116,
13557,
21280,
62,
25927,
7,
8818,
11,
1628,
7390,
28,
16302,
7390,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4504,
62,
16302,
7390,
796,
5002,
13,
1078,
822,
14692,
16302,
7390,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
4504,
62,
29891,
7390,
796,
5002,
13,
1078,
822,
14692,
29891,
7390,
8973,
628,
220,
220,
220,
220,
220,
220,
220,
1255,
796,
4504,
62,
29891,
7390,
6624,
2116,
13,
29891,
7390,
290,
4504,
62,
16302,
7390,
6624,
965,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1628,
7390,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
611,
1255,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
16302,
62,
15003,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
1255,
628,
220,
220,
220,
825,
651,
33236,
7,
944,
11,
12429,
46265,
22046,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
35561,
8271,
7,
82,
8,
422,
1811,
11902,
7159,
37811,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
796,
705,
1136,
33236,
6,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9288,
62,
8738,
62,
37266,
7,
46265,
22046,
11,
2163,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2882,
796,
2116,
13557,
21280,
62,
25927,
7,
8818,
11,
12429,
46265,
22046,
8,
198,
220,
220,
220,
220,
220,
220,
220,
5509,
796,
2116,
13557,
21048,
7,
26209,
17816,
30854,
6,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
1391,
6,
7890,
10354,
5509,
11,
705,
17831,
10354,
2882,
17816,
17831,
20520,
92,
628,
220,
220,
220,
825,
651,
25526,
871,
7,
944,
11,
12429,
46265,
22046,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
35561,
3842,
7,
444,
8,
422,
1811,
11902,
7159,
37811,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
796,
705,
1136,
25526,
871,
6,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9288,
62,
8738,
62,
37266,
7,
46265,
22046,
11,
2163,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2170,
796,
705,
21797,
6,
198,
220,
220,
220,
220,
220,
220,
220,
5002,
796,
2116,
13557,
21280,
62,
25927,
7,
8818,
11,
12429,
46265,
22046,
8,
198,
220,
220,
220,
220,
220,
220,
220,
300,
301,
62,
15791,
871,
796,
5002,
13,
19796,
439,
7,
28004,
8,
198,
220,
220,
220,
220,
220,
220,
220,
300,
301,
62,
15791,
871,
796,
2116,
13557,
17953,
62,
4868,
62,
1659,
7,
28004,
11,
300,
301,
62,
15791,
871,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
300,
301,
62,
15791,
871,
628,
220,
220,
220,
825,
651,
37103,
7,
944,
11,
12429,
46265,
22046,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
35561,
1785,
7,
82,
8,
422,
1811,
11902,
7159,
37811,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
796,
705,
1136,
37103,
6,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9288,
62,
8738,
62,
37266,
7,
46265,
22046,
11,
2163,
8,
198,
220,
220,
220,
220,
220,
220,
220,
5002,
796,
2116,
13557,
21280,
62,
25927,
7,
8818,
11,
12429,
46265,
22046,
8,
198,
220,
220,
220,
220,
220,
220,
220,
5509,
796,
2116,
13557,
21048,
7,
30854,
11,
12429,
46265,
22046,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
1391,
6,
7890,
10354,
5509,
92,
628,
220,
220,
220,
825,
651,
13729,
82,
7,
944,
11,
12429,
46265,
22046,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
35561,
1575,
7,
82,
8,
422,
1811,
11902,
7159,
37811,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
796,
705,
1136,
13729,
82,
6,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9288,
62,
8738,
62,
37266,
7,
46265,
22046,
11,
2163,
8,
198,
220,
220,
220,
220,
220,
220,
220,
5002,
796,
2116,
13557,
21280,
62,
25927,
7,
8818,
11,
12429,
46265,
22046,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2170,
796,
705,
15805,
6,
198,
220,
220,
220,
220,
220,
220,
220,
300,
301,
796,
5002,
13,
19796,
439,
7,
28004,
8,
198,
220,
220,
220,
220,
220,
220,
220,
300,
301,
796,
2116,
13557,
17953,
62,
4868,
62,
1659,
7,
28004,
11,
300,
301,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
300,
301,
628,
220,
220,
220,
825,
651,
9914,
7321,
3969,
7,
944,
11,
12429,
46265,
22046,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
35561,
1097,
7321,
2569,
7,
82,
8,
422,
1811,
11902,
7159,
37811,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
796,
705,
1136,
9914,
7321,
3969,
6,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
9288,
62,
8738,
62,
37266,
7,
46265,
22046,
11,
2163,
8,
198,
220,
220,
220,
220,
220,
220,
220,
5002,
796,
2116,
13557,
21280,
62,
25927,
7,
8818,
11,
12429,
46265,
22046,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2170,
796,
705,
7718,
7321,
2569,
6,
198,
220,
220,
220,
220,
220,
220,
220,
300,
301,
796,
5002,
13,
19796,
439,
7,
28004,
8,
198,
220,
220,
220,
220,
220,
220,
220,
300,
301,
796,
2116,
13557,
17953,
62,
4868,
62,
1659,
7,
28004,
11,
300,
301,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
300,
301,
628,
220,
220,
220,
825,
651,
10430,
7,
944,
11,
1285,
11,
1110,
11,
10852,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
35561,
3128,
2134,
422,
1285,
11,
1110,
11,
10852,
37811,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
796,
705,
1136,
10430,
6,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
2116,
13557,
9288,
62,
8738,
62,
37266,
7,
46265,
22046,
11,
2163,
8,
1303,
645,
21179,
7159,
357,
46265,
22046,
8,
198,
220,
220,
220,
220,
220,
220,
220,
5002,
796,
2116,
13557,
21280,
62,
25927,
7,
8818,
11,
1285,
28,
10464,
11,
1110,
28,
820,
11,
10852,
28,
43384,
8,
198,
220,
220,
220,
220,
220,
220,
220,
3128,
796,
7536,
7,
1174,
30854,
13,
1078,
822,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
3128,
628,
220,
220,
220,
1303,
825,
2939,
2767,
7,
944,
11,
4133,
11,
2745,
11,
1528,
11,
12429,
46265,
22046,
2599,
198,
220,
220,
220,
825,
2939,
2767,
7,
944,
11,
12429,
46265,
22046,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
35561,
257,
24984,
2939,
357,
39491,
8,
37811,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
796,
705,
9060,
2767,
6,
628,
220,
220,
220,
220,
220,
220,
220,
611,
705,
8818,
6,
407,
287,
479,
86,
22046,
13,
13083,
33529,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
479,
86,
22046,
17816,
8818,
20520,
796,
2163,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
2116,
13557,
9288,
62,
8738,
62,
37266,
7,
46265,
22046,
11,
2163,
8,
628,
220,
220,
220,
220,
220,
220,
220,
611,
705,
29891,
7390,
6,
407,
287,
479,
86,
22046,
13,
13083,
33529,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
2116,
13,
29891,
7390,
318,
407,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
479,
86,
22046,
17816,
29891,
7390,
20520,
796,
2116,
13,
29891,
7390,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13,
6404,
1362,
13,
24442,
7203,
21280,
4064,
82,
1,
4064,
7808,
62,
11600,
62,
27160,
7,
46265,
22046,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
2882,
796,
7007,
13,
1136,
7,
944,
13,
6371,
11,
42287,
28,
46265,
22046,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1949,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5002,
796,
12152,
13,
6738,
8841,
7,
26209,
13,
5239,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
35555,
62,
26209,
796,
6407,
198,
220,
220,
220,
220,
220,
220,
220,
2845,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
35555,
62,
26209,
796,
10352,
628,
220,
220,
220,
220,
220,
220,
220,
611,
35555,
62,
26209,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
29572,
62,
18224,
7,
30854,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
25,
220,
1303,
13934,
2882,
357,
27908,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
2882,
13,
11299,
628,
220,
220,
220,
825,
717,
62,
4475,
7,
944,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
35561,
717,
3128,
286,
1459,
1628,
37811,
198,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
11085,
62,
4475,
796,
2116,
13,
1136,
10430,
7,
15,
11,
657,
11,
657,
8,
17816,
2435,
6,
4083,
4475,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2116,
13557,
11085,
62,
4475,
628,
220,
220,
220,
825,
1285,
62,
312,
7,
944,
11,
3128,
28,
19608,
8079,
13,
4475,
13,
40838,
3419,
2599,
198,
220,
220,
220,
220,
220,
220,
220,
37227,
35561,
1285,
1271,
329,
257,
1813,
3128,
37811,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
1285,
796,
14808,
4475,
16,
12,
4475,
15,
20679,
22,
737,
12545,
628,
220,
220,
220,
220,
220,
220,
220,
611,
2116,
13557,
11085,
62,
4475,
318,
6045,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2116,
13557,
11085,
62,
4475,
796,
2116,
13,
11085,
62,
4475,
3419,
628,
220,
220,
220,
220,
220,
220,
220,
1285,
796,
493,
19510,
4475,
532,
2116,
13557,
11085,
62,
4475,
737,
12545,
1220,
767,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
1285,
198
] | 2.527102 | 4,151 |
# automatically generated by the FlatBuffers compiler, do not modify
# namespace: FBOutput
import tdw.flatbuffers
| [
2,
6338,
7560,
416,
262,
21939,
36474,
364,
17050,
11,
466,
407,
13096,
201,
198,
201,
198,
2,
25745,
25,
13186,
26410,
201,
198,
201,
198,
11748,
41560,
86,
13,
38568,
36873,
364,
201,
198
] | 3.457143 | 35 |
__version__ = 0.2
import sys
if sys.argv[0] != 'setup.py':
from ec2_helper import *
from cloudwatch_helper import *
from elb_helper import *
from model import *
from metric_queue import *
from executor import *
try:
from sockets import *
except Exception:
pass
| [
834,
9641,
834,
796,
657,
13,
17,
198,
198,
11748,
25064,
198,
198,
361,
25064,
13,
853,
85,
58,
15,
60,
14512,
705,
40406,
13,
9078,
10354,
628,
220,
220,
220,
422,
9940,
17,
62,
2978,
525,
1330,
1635,
198,
220,
220,
220,
422,
6279,
8340,
62,
2978,
525,
1330,
1635,
198,
220,
220,
220,
422,
1288,
65,
62,
2978,
525,
1330,
1635,
198,
220,
220,
220,
422,
2746,
1330,
1635,
198,
220,
220,
220,
422,
18663,
62,
36560,
1330,
1635,
198,
220,
220,
220,
422,
3121,
273,
1330,
1635,
628,
220,
220,
220,
1949,
25,
198,
220,
220,
220,
220,
220,
220,
220,
422,
37037,
1330,
1635,
198,
220,
220,
220,
2845,
35528,
25,
198,
220,
220,
220,
220,
220,
220,
220,
1208,
198
] | 2.504 | 125 |
# -*- coding: utf-8 -*-
"""
Created on Mon Apr 22 09:45:25 2019
@author: Guo
"""
import socket
import sys
import os
import numpy as np
import math
expected_frame = 0
##创建 socket 对象
server_sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
server_sock.bind(("127.0.0.1", 8888))
file_size_byte, ad = server_sock.recvfrom(1024)
file_size = 0
file_size = int(file_size_byte)
print("recv file size:", file_size)
#setsock(server_sock)
while(1):
data, ad = server_sock.recvfrom(1024)
recv_str = str(data)
#find_error()
print(recv_str)
return_msg = bytes("1", encoding='gbk')
addr = ('127.0.0.1', 8889)
server_sock.sendto(return_msg, addr)
print("server return msg")
break
| [
2,
532,
9,
12,
19617,
25,
3384,
69,
12,
23,
532,
9,
12,
201,
198,
37811,
201,
198,
41972,
319,
2892,
2758,
2534,
7769,
25,
2231,
25,
1495,
13130,
201,
198,
201,
198,
31,
9800,
25,
1962,
78,
201,
198,
37811,
201,
198,
201,
198,
201,
198,
11748,
17802,
201,
198,
11748,
25064,
201,
198,
11748,
28686,
201,
198,
11748,
299,
32152,
355,
45941,
201,
198,
11748,
10688,
201,
198,
40319,
62,
14535,
796,
657,
201,
198,
201,
198,
220,
220,
220,
220,
201,
198,
201,
198,
2235,
26344,
249,
161,
119,
118,
17802,
10263,
107,
117,
164,
109,
94,
201,
198,
15388,
62,
82,
735,
796,
17802,
13,
44971,
7,
44971,
13,
8579,
62,
1268,
2767,
11,
17802,
13,
50,
11290,
62,
35,
10761,
2390,
8,
201,
198,
15388,
62,
82,
735,
13,
21653,
7,
7203,
16799,
13,
15,
13,
15,
13,
16,
1600,
807,
28011,
4008,
201,
198,
201,
198,
7753,
62,
7857,
62,
26327,
11,
512,
796,
4382,
62,
82,
735,
13,
8344,
85,
6738,
7,
35500,
8,
201,
198,
7753,
62,
7857,
796,
657,
201,
198,
7753,
62,
7857,
796,
493,
7,
7753,
62,
7857,
62,
26327,
8,
201,
198,
4798,
7203,
8344,
85,
2393,
2546,
25,
1600,
2393,
62,
7857,
8,
201,
198,
201,
198,
2,
28709,
735,
7,
15388,
62,
82,
735,
8,
201,
198,
4514,
7,
16,
2599,
201,
198,
220,
220,
220,
1366,
11,
512,
796,
4382,
62,
82,
735,
13,
8344,
85,
6738,
7,
35500,
8,
201,
198,
220,
220,
220,
664,
85,
62,
2536,
796,
965,
7,
7890,
8,
201,
198,
220,
220,
220,
1303,
19796,
62,
18224,
3419,
201,
198,
220,
220,
220,
3601,
7,
8344,
85,
62,
2536,
8,
201,
198,
220,
220,
220,
1441,
62,
19662,
796,
9881,
7203,
16,
1600,
21004,
11639,
22296,
74,
11537,
201,
198,
220,
220,
220,
37817,
796,
19203,
16799,
13,
15,
13,
15,
13,
16,
3256,
807,
39121,
8,
201,
198,
220,
220,
220,
4382,
62,
82,
735,
13,
21280,
1462,
7,
7783,
62,
19662,
11,
37817,
8,
201,
198,
220,
220,
220,
3601,
7203,
15388,
1441,
31456,
4943,
201,
198,
220,
220,
220,
2270,
201,
198,
201,
198,
201,
198,
201,
198,
201,
198,
201,
198,
201,
198,
201,
198,
201,
198,
201,
198,
201,
198,
201,
198
] | 2.055556 | 378 |
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
import json
import re
from .common import InfoExtractor
from ..utils import (
js_to_json,
remove_end,
)
| [
2,
532,
9,
12,
19617,
25,
3384,
69,
12,
23,
532,
9,
12,
198,
6738,
11593,
37443,
834,
1330,
28000,
1098,
62,
17201,
874,
198,
198,
11748,
33918,
198,
11748,
302,
198,
6738,
764,
11321,
1330,
14151,
11627,
40450,
198,
6738,
11485,
26791,
1330,
357,
198,
220,
220,
220,
44804,
62,
1462,
62,
17752,
11,
198,
220,
220,
220,
4781,
62,
437,
11,
198,
8,
628
] | 2.69697 | 66 |
import numpy as np
from scipy.stats import rankdata
import itertools
from PyEMD import EMD
import nolds
"""Complete package for calculating any kind of multiscale entropy features """
"""Coarse graining methods
- Normal
- Moving average (X)
- Volatility series (X)
- Moving average volatility series (X)
- EMD- Coarse to fine series (X) --> undetermind scale --> put limitation on it
- EMD - Fine to coarse series (X) --> undetermind scale --> put limitation on it
- Composite coarse graining (X)
Entropy measurement methods
THe permutation methods mentioned are returned in the same way as mentioned above
- Permutation entropy (X)
- Modified permutation entropy (X)
- Weighted permutation entropy (X)
- Weighted modified PE (X)
- Sample entropy (X)
- Composite variation for above (X)"""
def add_perm(perm):
"""Add extra permutations for modified PE case """
perm.append((1,1,0))
perm.append((0,1,1))
perm.append((1,0,1))
perm.append((0,1,0))
perm.append((0,0,0))
perm.append((0,0,1))
perm.append((1,0,0))
return perm
def get_perms(m,mod_flag=0):
"""get all the permutation for entropy calculation """
perm = (list(itertools.permutations(range(m))))
#adding similar instances
if mod_flag==1:
perm=add_perm(perm)
perm=np.array(perm)
return np.array(perm)
def get_1s_pe(x,m=3,lag=1,mod_flag=0,typ=''):
"""All the combinations of permutation entropy for a single scale """
mot_x, wt_x=make_mot_series(x,m,lag,mod_flag=0)
n_p=len(get_perms(m,mod_flag))
dist=get_mot_dist(mot_x,n_p,wt_x,typ=typ)
pe=perm_ent(dist)
return np.array(pe)
def make_mot_series(time_series,m=3,lag=1,mod_flag=0):
"""Creates a motif series and returns their with the motif distribution
Input:
- time_series
- m: permutaiton degree, lag: permutation lag
- mod_flag: flag to use modfied PE
Output:
- motif time series,
- corrsponding weights
"""
time_series=np.array(time_series).squeeze()
n=len(time_series)
mot_x, wt_x, mod_mot_x=[], [], []
perms=get_perms(m,0)
perms_mod=get_perms(m,1)
for i in range(n - lag * (m - 1)):
smp=time_series[i:i + lag * m:lag]
wt=np.var(smp)
#orginal dense ranking of data
mot_array1 = np.array(rankdata(smp, method='dense')-1)
val=np.where(np.all(perms==mot_array1,axis=1))[0]
val_mod=val
if val.shape[0]==0:
mot_array = np.array(rankdata(smp, method='ordinal')-1)
val=np.where(np.all(perms==mot_array,axis=1))[0]
val_mod=np.where(np.all(perms_mod==mot_array1,axis=1))[0]
mot_x.append(val[0])
mod_mot_x.append(val_mod[0])
wt_x.append(wt)
if mod_flag==1:
return np.array(mod_mot_x), np.array(wt_x)
elif mod_flag==0:
return np.array(mot_x), np.array(wt_x)
def get_mot_dist(mot_x,n_p,wt_x,typ=''):
"""Create the distribution of motifs
Input:
- mot_x: Motif time series,
- n_p: number of permutations,
- wt_x: weight time series
- typ: type of entropy, normal: '', or weighted: 'wt'
Output:
- motif distribution
"""
mot_dist = [0] * n_p
for j in range(n_p):
if typ=='wt':
wts=wt_x[np.where(abs(mot_x-j)==0)]
num_mots=np.ones(len(np.where(abs(mot_x-j)==0)[0]))
mot_dist[j]=sum(np.multiply(num_mots,wts))
else:
mot_dist[j] = len(np.where(abs(mot_x-j)==0)[0])
#removing non occring patterns as it breaks entropy
if len(mot_x)==0:
mot_dist=np.zeros(n_p)*np.nan
return mot_dist
def perm_ent(mot_dist,m=3):
"""Returns permutation entropy for the motif distribution given --> basic function for permutation entropy """
c=mot_dist
c = [element for element in c if element != 0]
p = np.divide(np.array(c), float(sum(c)))
pe = -sum(p * np.log(p))
return pe#/np.log(factorial(m))
def get_mot_ent_dist(RRs,m,lag,typ='',mod_flag=0):
"""
#RR series for all the scales (list of lists)
Returns four kind of motif distributions
--> normal motif distribution ('' + 0)
--> modified motif distribution ('' + 1)
--> weighted motif distribution ('wt' + 0)
--> weighted modified motif distribution ('wt' + 1)
"""
dist=[]
for rr in RRs:
mot_x , wt_x=make_mot_series(rr,m,lag,mod_flag = mod_flag)
n_p=len(get_perms(m,mod_flag))
mot_dist=get_mot_dist(mot_x,n_p,wt_x,typ='')
dist.append(mot_dist) #Contains motif distribution for all the different scales
d_all=[dist]
return d_all
def ord_dist(mot_dist_x,mot_dist_y):
"""Returns ordinal distance between two motif distributions
Not used anywhere in the code """
c_x=mot_dist_x
c_y=mot_dist_y
m=len(c_x)
p_x=np.divide(np.array(c_x), float(sum(c_x)))
p_y=np.divide(np.array(c_y), float(sum(c_y)))
sq_diff=0
for j in range(m):
sq_diff=sq_diff+(p_x[j] -p_y[j])**2
dm=np.sqrt(m/(m-1))*np.sqrt(sq_diff)
return dm
def get_com_mspe(distS,scale,mspe):
"""Calculate center of mass entropy using ordinal distances as weights
NOT USED ANYWHERE IN THE CODE
"""
distS=np.array(distS)
dm_mat=np.zeros((scale,scale))
for i in range(0,scale-1):
for j in range(i,scale):
dm=ord_dist(distS[i],distS[j])
dm_mat[i,j]=dm
dm_mat[j,i]=dm
com_wts=np.zeros(scale)
for i in range(0,scale):
com_wts[i]=np.sum(dm_mat[i,:])/(scale-1)
com_mspe=np.sum(np.multiply(com_wts,mspe))/np.sum(com_wts)
return com_mspe
def calc_mspe(distS):
"""Calculates the scaled permutation entropy and thier oridnal avg and normal average"""
"""Takes an input which is a list of lists where distS[i] is motif dist with scale i """
mspe=[]
scale=len(distS)
for s in range(0,scale):
distm=distS[s]
pe=perm_ent(distm)
mspe.append(pe)
mspe=np.array(mspe)
#com_mspe=get_com_mspe(distS,scale,mspe)
mspe_fin=np.hstack((mspe))
return mspe_fin
def scale_series(x,scale,cg_typ):
"""Get the different scales of the series based on specific scaling type
Except: composite and emd scaling types
Input:
Time series (x), number of scales (scale), scale type (cg_type)
"""
x_scale=[]
if cg_typ=='base':
for i in range(0,len(x),scale):
#not divided by scale
if i+scale<=len(x):
val=np.sum(x[i:i+scale])/len(x[i:i+scale])
x_scale.append(val)
elif cg_typ=='mov_avg':
wts = np.ones(scale) / scale
val=np.convolve(x, wts, mode='valid')
x_scale.append(val)
elif cg_typ=='mom':
for i in range(0,len(x),scale):
#not divided by scale
if i+scale<=len(x):
val=np.std(x[i:i+scale])
x_scale.append(val)
elif cg_typ=='mavg_mom':
for i in range(0,len(x)):
#not divided by scale
if i+scale<=len(x):
val=np.std(x[i:i+scale])
x_scale.append(val)
return np.array(x_scale)
def get_scale_series(xt,scale=5,cg_type='base'):
"""Returns a list of lists with different scaled RR series """
Xs=[]
if cg_type!='f2c' and cg_type!='c2f':
Xs.append(xt)
if cg_type=='comp':
for s in range(2,scale+1):
x_comp=[]
for j in range(0,s):
x_comp.append(scale_series(xt[j:],s,cg_typ='base'))
Xs.append(x_comp)
else:
for s in range(2,scale+1):
Xs.append(scale_series(xt,s,cg_type))
elif cg_type=='f2c' or cg_type=='c2f':
Xs=scale_series_emd(xt,cg_type)
return Xs
def calc_mse(x_cg,ent_typ='mspe',typ='',mod_flag=0,deg=3,lag=1,m=2,r=0.15):
"""
Recieves a scaled series and returns multiscale entropy from it
Possible options:
mspe: multi-scale permutation entropy
- with modifications of modified PE, and weighted PE
msse: multi-scale sample entropy
comp_msse: composite scaled sample entropy
comp_mspe: composite scaled permutation entropy
"""
ent=[]
if ent_typ=='mspe':
d_all= get_mot_ent_dist(x_cg,deg,lag,typ=typ,mod_flag=mod_flag)
for dist in d_all:
#dist will have distribution from given entropy type for all scales
# Squence of values - PE: PE1, PE2,...PEs,
ent.append(calc_mspe(dist))
elif ent_typ=='msse':
for x in x_cg:
x=np.array(x).squeeze()
x_std=np.std(x)
rval=r*x_std
ent.append(nolds.sampen(x,emb_dim=m,tolerance=rval))
elif ent_typ=='comp_msse':
for scl,x in enumerate(x_cg):
cmp=[]
if type(x) is np.ndarray:
x=np.array(x).squeeze()
x_std=np.std(x)
rval=r*x_std
cmp.append(nolds.sampen(x,emb_dim=m,tolerance=rval)/(scl+1))
else:
for x_cp in x:
x_cp=np.array(x_cp).squeeze()
x_std=np.std(x_cp)
rval=r*x_std
cmp.append(nolds.sampen(x_cp,emb_dim=m,tolerance=rval)/(scl+1))
#naking sure infinite doesnt bother the set-up
cmp=np.array(cmp)
cmp=cmp[np.isfinite(cmp)]
ent.append(np.sum(np.array(cmp),axis=0)) #protect against infinities
elif ent_typ=='comp_mspe':
for scl,x in enumerate(x_cg):
cmp=[]
if type(x) is np.ndarray:
cmp.append(get_1s_pe(x,deg,lag,typ=typ ,mod_flag=mod_flag)/(scl+1))
else:
for x_cp in x:
cmp.append(get_1s_pe(x_cp,deg,lag,typ=typ ,mod_flag=mod_flag)/(scl+1))
ent.append(np.sum(np.array(cmp),axis=0)) #protect against infinities
ent=np.array(ent).T
return np.array(ent)
| [
11748,
299,
32152,
355,
45941,
198,
6738,
629,
541,
88,
13,
34242,
1330,
4279,
7890,
198,
11748,
340,
861,
10141,
198,
6738,
9485,
3620,
35,
1330,
412,
12740,
198,
11748,
645,
335,
82,
198,
198,
37811,
20988,
5301,
329,
26019,
597,
1611,
286,
1963,
2304,
1000,
40709,
3033,
37227,
198,
198,
37811,
7222,
17208,
1036,
1397,
5050,
198,
12,
14435,
198,
12,
26768,
2811,
357,
55,
8,
198,
12,
4709,
18486,
2168,
357,
55,
8,
198,
12,
26768,
2811,
30772,
2168,
357,
55,
8,
220,
198,
12,
412,
12740,
12,
1766,
17208,
284,
3734,
2168,
357,
55,
8,
14610,
3318,
2357,
10155,
5046,
14610,
1234,
17385,
319,
340,
198,
12,
412,
12740,
532,
17867,
284,
36076,
2168,
357,
55,
8,
14610,
3318,
2357,
10155,
5046,
14610,
1234,
17385,
319,
340,
198,
12,
49355,
36076,
1036,
1397,
357,
55,
8,
220,
198,
198,
14539,
28338,
15558,
5050,
198,
51,
1544,
9943,
7094,
5050,
4750,
389,
4504,
287,
262,
976,
835,
355,
4750,
2029,
198,
12,
2448,
76,
7094,
40709,
357,
55,
8,
198,
12,
40499,
9943,
7094,
40709,
357,
55,
8,
198,
12,
14331,
276,
9943,
7094,
40709,
357,
55,
8,
198,
12,
14331,
276,
9518,
18468,
357,
55,
8,
198,
12,
27565,
40709,
357,
55,
8,
198,
12,
49355,
12291,
329,
2029,
357,
55,
8,
37811,
628,
198,
4299,
751,
62,
16321,
7,
16321,
2599,
198,
197,
37811,
4550,
3131,
9943,
32855,
329,
9518,
18468,
1339,
37227,
198,
197,
16321,
13,
33295,
19510,
16,
11,
16,
11,
15,
4008,
198,
197,
16321,
13,
33295,
19510,
15,
11,
16,
11,
16,
4008,
198,
197,
16321,
13,
33295,
19510,
16,
11,
15,
11,
16,
4008,
198,
197,
16321,
13,
33295,
19510,
15,
11,
16,
11,
15,
4008,
198,
197,
16321,
13,
33295,
19510,
15,
11,
15,
11,
15,
4008,
198,
197,
16321,
13,
33295,
19510,
15,
11,
15,
11,
16,
4008,
198,
197,
16321,
13,
33295,
19510,
16,
11,
15,
11,
15,
4008,
198,
197,
198,
197,
198,
197,
7783,
9943,
198,
197,
198,
4299,
651,
62,
525,
907,
7,
76,
11,
4666,
62,
32109,
28,
15,
2599,
198,
197,
37811,
1136,
477,
262,
9943,
7094,
329,
40709,
17952,
37227,
198,
197,
16321,
796,
357,
4868,
7,
270,
861,
10141,
13,
16321,
32855,
7,
9521,
7,
76,
35514,
198,
197,
2,
26872,
2092,
10245,
197,
198,
197,
361,
953,
62,
32109,
855,
16,
25,
198,
197,
197,
16321,
28,
2860,
62,
16321,
7,
16321,
8,
198,
197,
197,
198,
197,
16321,
28,
37659,
13,
18747,
7,
16321,
8,
198,
197,
7783,
45941,
13,
18747,
7,
16321,
8,
198,
198,
4299,
651,
62,
16,
82,
62,
431,
7,
87,
11,
76,
28,
18,
11,
30909,
28,
16,
11,
4666,
62,
32109,
28,
15,
11,
28004,
28,
7061,
2599,
198,
197,
37811,
3237,
262,
17790,
286,
9943,
7094,
40709,
329,
257,
2060,
5046,
37227,
198,
197,
27926,
62,
87,
11,
266,
83,
62,
87,
28,
15883,
62,
27926,
62,
25076,
7,
87,
11,
76,
11,
30909,
11,
4666,
62,
32109,
28,
15,
8,
198,
197,
77,
62,
79,
28,
11925,
7,
1136,
62,
525,
907,
7,
76,
11,
4666,
62,
32109,
4008,
198,
197,
17080,
28,
1136,
62,
27926,
62,
17080,
7,
27926,
62,
87,
11,
77,
62,
79,
11,
46569,
62,
87,
11,
28004,
28,
28004,
8,
198,
197,
431,
28,
16321,
62,
298,
7,
17080,
8,
198,
197,
198,
197,
7783,
45941,
13,
18747,
7,
431,
8,
198,
197,
198,
197,
628,
198,
4299,
787,
62,
27926,
62,
25076,
7,
2435,
62,
25076,
11,
76,
28,
18,
11,
30909,
28,
16,
11,
4666,
62,
32109,
28,
15,
2599,
198,
197,
37811,
16719,
274,
257,
32702,
2168,
290,
5860,
511,
351,
262,
32702,
6082,
198,
197,
20560,
25,
220,
198,
197,
12,
640,
62,
25076,
198,
197,
12,
285,
25,
9943,
315,
4548,
261,
4922,
11,
19470,
25,
9943,
7094,
19470,
198,
197,
12,
953,
62,
32109,
25,
6056,
284,
779,
953,
69,
798,
18468,
198,
197,
26410,
25,
220,
198,
197,
12,
32702,
640,
2168,
11,
220,
198,
197,
12,
1162,
81,
2777,
42703,
19590,
220,
198,
197,
37811,
198,
197,
198,
197,
2435,
62,
25076,
28,
37659,
13,
18747,
7,
2435,
62,
25076,
737,
16485,
1453,
2736,
3419,
198,
197,
77,
28,
11925,
7,
2435,
62,
25076,
8,
198,
197,
27926,
62,
87,
11,
266,
83,
62,
87,
11,
953,
62,
27926,
62,
87,
41888,
4357,
685,
4357,
17635,
628,
197,
525,
907,
28,
1136,
62,
525,
907,
7,
76,
11,
15,
8,
198,
197,
525,
907,
62,
4666,
28,
1136,
62,
525,
907,
7,
76,
11,
16,
8,
198,
197,
198,
197,
1640,
1312,
287,
2837,
7,
77,
532,
19470,
1635,
357,
76,
532,
352,
8,
2599,
198,
197,
197,
82,
3149,
28,
2435,
62,
25076,
58,
72,
25,
72,
1343,
19470,
1635,
285,
25,
30909,
60,
198,
197,
197,
46569,
28,
37659,
13,
7785,
7,
82,
3149,
8,
198,
197,
197,
2,
2398,
1292,
15715,
12759,
286,
1366,
198,
197,
197,
27926,
62,
18747,
16,
796,
45941,
13,
18747,
7,
43027,
7890,
7,
82,
3149,
11,
2446,
11639,
67,
1072,
11537,
12,
16,
8,
198,
197,
197,
2100,
28,
37659,
13,
3003,
7,
37659,
13,
439,
7,
525,
907,
855,
27926,
62,
18747,
16,
11,
22704,
28,
16,
4008,
58,
15,
60,
198,
197,
197,
2100,
62,
4666,
28,
2100,
198,
197,
197,
198,
197,
197,
361,
1188,
13,
43358,
58,
15,
60,
855,
15,
25,
198,
197,
197,
197,
27926,
62,
18747,
796,
45941,
13,
18747,
7,
43027,
7890,
7,
82,
3149,
11,
2446,
11639,
585,
1292,
11537,
12,
16,
8,
198,
197,
197,
197,
2100,
28,
37659,
13,
3003,
7,
37659,
13,
439,
7,
525,
907,
855,
27926,
62,
18747,
11,
22704,
28,
16,
4008,
58,
15,
60,
198,
197,
197,
197,
2100,
62,
4666,
28,
37659,
13,
3003,
7,
37659,
13,
439,
7,
525,
907,
62,
4666,
855,
27926,
62,
18747,
16,
11,
22704,
28,
16,
4008,
58,
15,
60,
198,
197,
197,
197,
198,
197,
197,
27926,
62,
87,
13,
33295,
7,
2100,
58,
15,
12962,
198,
197,
197,
4666,
62,
27926,
62,
87,
13,
33295,
7,
2100,
62,
4666,
58,
15,
12962,
198,
197,
197,
46569,
62,
87,
13,
33295,
7,
46569,
8,
198,
197,
198,
197,
361,
953,
62,
32109,
855,
16,
25,
198,
197,
197,
7783,
45941,
13,
18747,
7,
4666,
62,
27926,
62,
87,
828,
45941,
13,
18747,
7,
46569,
62,
87,
8,
198,
197,
417,
361,
953,
62,
32109,
855,
15,
25,
198,
197,
197,
7783,
45941,
13,
18747,
7,
27926,
62,
87,
828,
45941,
13,
18747,
7,
46569,
62,
87,
8,
628,
198,
4299,
651,
62,
27926,
62,
17080,
7,
27926,
62,
87,
11,
77,
62,
79,
11,
46569,
62,
87,
11,
28004,
28,
7061,
2599,
198,
197,
37811,
16447,
262,
6082,
286,
32702,
82,
198,
197,
20560,
25,
220,
198,
197,
12,
2369,
62,
87,
25,
6543,
361,
640,
2168,
11,
220,
198,
197,
12,
299,
62,
79,
25,
1271,
286,
9943,
32855,
11,
198,
197,
12,
266,
83,
62,
87,
25,
3463,
640,
2168,
198,
197,
12,
2170,
25,
2099,
286,
40709,
11,
3487,
25,
705,
3256,
393,
26356,
25,
705,
46569,
6,
220,
198,
197,
26410,
25,
220,
220,
198,
197,
12,
32702,
6082,
198,
197,
37811,
198,
197,
198,
197,
27926,
62,
17080,
796,
685,
15,
60,
1635,
299,
62,
79,
198,
197,
1640,
474,
287,
2837,
7,
77,
62,
79,
2599,
198,
197,
197,
361,
2170,
855,
6,
46569,
10354,
198,
197,
197,
197,
86,
912,
28,
46569,
62,
87,
58,
37659,
13,
3003,
7,
8937,
7,
27926,
62,
87,
12,
73,
8,
855,
15,
15437,
198,
197,
197,
197,
22510,
62,
76,
1747,
28,
37659,
13,
1952,
7,
11925,
7,
37659,
13,
3003,
7,
8937,
7,
27926,
62,
87,
12,
73,
8,
855,
15,
38381,
15,
60,
4008,
198,
197,
197,
197,
27926,
62,
17080,
58,
73,
22241,
16345,
7,
37659,
13,
16680,
541,
306,
7,
22510,
62,
76,
1747,
11,
86,
912,
4008,
198,
197,
197,
197,
198,
197,
197,
17772,
25,
198,
197,
197,
197,
27926,
62,
17080,
58,
73,
60,
796,
18896,
7,
37659,
13,
3003,
7,
8937,
7,
27926,
62,
87,
12,
73,
8,
855,
15,
38381,
15,
12962,
198,
197,
2,
2787,
5165,
1729,
1609,
1806,
7572,
355,
340,
9457,
40709,
198,
197,
361,
18896,
7,
27926,
62,
87,
8,
855,
15,
25,
198,
197,
197,
27926,
62,
17080,
28,
37659,
13,
9107,
418,
7,
77,
62,
79,
27493,
37659,
13,
12647,
198,
197,
197,
198,
197,
7783,
2369,
62,
17080,
198,
197,
198,
4299,
9943,
62,
298,
7,
27926,
62,
17080,
11,
76,
28,
18,
2599,
198,
197,
37811,
35561,
9943,
7094,
40709,
329,
262,
32702,
6082,
1813,
14610,
4096,
2163,
329,
9943,
7094,
40709,
37227,
220,
198,
197,
66,
28,
27926,
62,
17080,
198,
197,
66,
796,
685,
30854,
329,
5002,
287,
269,
611,
5002,
14512,
657,
60,
198,
197,
79,
796,
45941,
13,
7146,
485,
7,
37659,
13,
18747,
7,
66,
828,
12178,
7,
16345,
7,
66,
22305,
198,
197,
431,
796,
532,
16345,
7,
79,
1635,
45941,
13,
6404,
7,
79,
4008,
198,
197,
7783,
613,
2,
14,
37659,
13,
6404,
7,
22584,
5132,
7,
76,
4008,
628,
198,
4299,
651,
62,
27926,
62,
298,
62,
17080,
7,
21095,
82,
11,
76,
11,
30909,
11,
28004,
11639,
3256,
4666,
62,
32109,
28,
15,
2599,
198,
197,
198,
197,
37811,
220,
198,
197,
2,
21095,
2168,
329,
477,
262,
16252,
357,
4868,
286,
8341,
8,
198,
197,
35561,
1440,
1611,
286,
32702,
24570,
198,
197,
46904,
3487,
32702,
6082,
357,
7061,
1343,
657,
8,
198,
197,
46904,
9518,
32702,
6082,
357,
7061,
1343,
352,
8,
198,
197,
46904,
26356,
32702,
6082,
19203,
46569,
6,
1343,
657,
8,
198,
197,
46904,
26356,
9518,
32702,
6082,
19203,
46569,
6,
1343,
352,
8,
198,
197,
37811,
198,
197,
198,
197,
17080,
28,
21737,
198,
197,
1640,
374,
81,
287,
26067,
82,
25,
198,
197,
197,
27926,
62,
87,
837,
266,
83,
62,
87,
28,
15883,
62,
27926,
62,
25076,
7,
21062,
11,
76,
11,
30909,
11,
4666,
62,
32109,
796,
953,
62,
32109,
8,
198,
197,
197,
77,
62,
79,
28,
11925,
7,
1136,
62,
525,
907,
7,
76,
11,
4666,
62,
32109,
4008,
198,
197,
197,
27926,
62,
17080,
28,
1136,
62,
27926,
62,
17080,
7,
27926,
62,
87,
11,
77,
62,
79,
11,
46569,
62,
87,
11,
28004,
28,
7061,
8,
198,
197,
197,
17080,
13,
33295,
7,
27926,
62,
17080,
8,
220,
220,
1303,
4264,
1299,
32702,
6082,
329,
477,
262,
1180,
16252,
628,
197,
67,
62,
439,
41888,
17080,
60,
198,
197,
198,
197,
7783,
288,
62,
439,
198,
197,
198,
4299,
2760,
62,
17080,
7,
27926,
62,
17080,
62,
87,
11,
27926,
62,
17080,
62,
88,
2599,
198,
197,
37811,
35561,
2760,
1292,
5253,
1022,
734,
32702,
24570,
198,
197,
3673,
973,
6609,
287,
262,
2438,
37227,
198,
197,
66,
62,
87,
28,
27926,
62,
17080,
62,
87,
198,
197,
66,
62,
88,
28,
27926,
62,
17080,
62,
88,
198,
197,
76,
28,
11925,
7,
66,
62,
87,
8,
198,
197,
79,
62,
87,
28,
37659,
13,
7146,
485,
7,
37659,
13,
18747,
7,
66,
62,
87,
828,
12178,
7,
16345,
7,
66,
62,
87,
22305,
198,
197,
79,
62,
88,
28,
37659,
13,
7146,
485,
7,
37659,
13,
18747,
7,
66,
62,
88,
828,
12178,
7,
16345,
7,
66,
62,
88,
22305,
198,
197,
31166,
62,
26069,
28,
15,
198,
197,
1640,
474,
287,
2837,
7,
76,
2599,
198,
197,
197,
31166,
62,
26069,
28,
31166,
62,
26069,
33747,
79,
62,
87,
58,
73,
60,
532,
79,
62,
88,
58,
73,
12962,
1174,
17,
198,
197,
197,
198,
197,
36020,
28,
37659,
13,
31166,
17034,
7,
76,
29006,
76,
12,
16,
4008,
9,
37659,
13,
31166,
17034,
7,
31166,
62,
26069,
8,
198,
197,
7783,
288,
76,
197,
198,
197,
198,
198,
4299,
651,
62,
785,
62,
907,
431,
7,
17080,
50,
11,
9888,
11,
907,
431,
2599,
198,
197,
37811,
9771,
3129,
378,
3641,
286,
2347,
40709,
1262,
2760,
1292,
18868,
355,
19590,
198,
197,
11929,
1294,
1961,
15529,
47357,
3268,
3336,
42714,
198,
197,
37811,
198,
197,
198,
197,
17080,
50,
28,
37659,
13,
18747,
7,
17080,
50,
8,
198,
197,
36020,
62,
6759,
28,
37659,
13,
9107,
418,
19510,
9888,
11,
9888,
4008,
198,
197,
198,
197,
1640,
1312,
220,
287,
2837,
7,
15,
11,
9888,
12,
16,
2599,
198,
197,
197,
1640,
474,
220,
287,
2837,
7,
72,
11,
9888,
2599,
198,
197,
197,
197,
36020,
28,
585,
62,
17080,
7,
17080,
50,
58,
72,
4357,
17080,
50,
58,
73,
12962,
198,
197,
197,
197,
36020,
62,
6759,
58,
72,
11,
73,
22241,
36020,
198,
197,
197,
197,
36020,
62,
6759,
58,
73,
11,
72,
22241,
36020,
628,
198,
197,
785,
62,
86,
912,
28,
37659,
13,
9107,
418,
7,
9888,
8,
198,
197,
1640,
1312,
287,
2837,
7,
15,
11,
9888,
2599,
198,
197,
197,
785,
62,
86,
912,
58,
72,
22241,
37659,
13,
16345,
7,
36020,
62,
6759,
58,
72,
11,
25,
12962,
29006,
9888,
12,
16,
8,
628,
197,
785,
62,
907,
431,
28,
37659,
13,
16345,
7,
37659,
13,
16680,
541,
306,
7,
785,
62,
86,
912,
11,
907,
431,
4008,
14,
37659,
13,
16345,
7,
785,
62,
86,
912,
8,
198,
197,
198,
197,
7783,
401,
62,
907,
431,
198,
198,
4299,
42302,
62,
907,
431,
7,
17080,
50,
2599,
198,
197,
37811,
9771,
3129,
689,
262,
27464,
9943,
7094,
40709,
290,
294,
959,
393,
312,
77,
282,
42781,
290,
3487,
2811,
37811,
198,
197,
37811,
51,
1124,
281,
5128,
543,
318,
257,
1351,
286,
8341,
810,
1233,
50,
58,
72,
60,
318,
32702,
1233,
351,
5046,
1312,
37227,
198,
197,
198,
197,
907,
431,
28,
21737,
198,
197,
9888,
28,
11925,
7,
17080,
50,
8,
198,
197,
1640,
264,
287,
2837,
7,
15,
11,
9888,
2599,
198,
197,
197,
17080,
76,
28,
17080,
50,
58,
82,
60,
198,
197,
197,
431,
28,
16321,
62,
298,
7,
17080,
76,
8,
198,
197,
197,
907,
431,
13,
33295,
7,
431,
8,
628,
197,
907,
431,
28,
37659,
13,
18747,
7,
907,
431,
8,
198,
197,
2,
785,
62,
907,
431,
28,
1136,
62,
785,
62,
907,
431,
7,
17080,
50,
11,
9888,
11,
907,
431,
8,
198,
197,
907,
431,
62,
15643,
28,
37659,
13,
71,
25558,
19510,
907,
431,
4008,
198,
197,
198,
197,
7783,
285,
4125,
62,
15643,
198,
198,
4299,
5046,
62,
25076,
7,
87,
11,
9888,
11,
66,
70,
62,
28004,
2599,
628,
197,
37811,
3855,
262,
1180,
16252,
286,
262,
2168,
1912,
319,
2176,
20796,
2099,
220,
198,
197,
30313,
25,
24185,
290,
795,
67,
20796,
3858,
198,
197,
20560,
25,
220,
198,
197,
7575,
2168,
357,
87,
828,
1271,
286,
16252,
357,
9888,
828,
5046,
2099,
357,
66,
70,
62,
4906,
8,
198,
197,
37227,
198,
197,
87,
62,
9888,
28,
21737,
198,
197,
361,
269,
70,
62,
28004,
855,
6,
8692,
10354,
198,
197,
197,
1640,
1312,
287,
2837,
7,
15,
11,
11925,
7,
87,
828,
9888,
2599,
198,
197,
197,
197,
2,
1662,
9086,
416,
5046,
198,
197,
197,
197,
361,
1312,
10,
9888,
27,
28,
11925,
7,
87,
2599,
198,
197,
197,
197,
197,
2100,
28,
37659,
13,
16345,
7,
87,
58,
72,
25,
72,
10,
9888,
12962,
14,
11925,
7,
87,
58,
72,
25,
72,
10,
9888,
12962,
198,
197,
197,
197,
197,
87,
62,
9888,
13,
33295,
7,
2100,
8,
198,
197,
197,
197,
197,
198,
197,
417,
361,
269,
70,
62,
28004,
855,
6,
76,
709,
62,
615,
70,
10354,
198,
197,
197,
86,
912,
796,
45941,
13,
1952,
7,
9888,
8,
1220,
5046,
198,
197,
197,
2100,
28,
37659,
13,
42946,
6442,
7,
87,
11,
266,
912,
11,
4235,
11639,
12102,
11537,
198,
197,
197,
87,
62,
9888,
13,
33295,
7,
2100,
8,
198,
197,
197,
197,
198,
197,
417,
361,
269,
70,
62,
28004,
855,
6,
32542,
10354,
198,
197,
197,
1640,
1312,
287,
2837,
7,
15,
11,
11925,
7,
87,
828,
9888,
2599,
198,
197,
197,
197,
2,
1662,
9086,
416,
5046,
198,
197,
197,
197,
361,
1312,
10,
9888,
27,
28,
11925,
7,
87,
2599,
198,
197,
197,
197,
197,
2100,
28,
37659,
13,
19282,
7,
87,
58,
72,
25,
72,
10,
9888,
12962,
198,
197,
197,
197,
197,
87,
62,
9888,
13,
33295,
7,
2100,
8,
198,
197,
198,
197,
417,
361,
269,
70,
62,
28004,
855,
6,
76,
615,
70,
62,
32542,
10354,
198,
197,
197,
1640,
1312,
287,
2837,
7,
15,
11,
11925,
7,
87,
8,
2599,
198,
197,
197,
197,
2,
1662,
9086,
416,
5046,
198,
197,
197,
197,
361,
1312,
10,
9888,
27,
28,
11925,
7,
87,
2599,
198,
197,
197,
197,
197,
2100,
28,
37659,
13,
19282,
7,
87,
58,
72,
25,
72,
10,
9888,
12962,
198,
197,
197,
197,
197,
87,
62,
9888,
13,
33295,
7,
2100,
8,
197,
198,
197,
198,
197,
198,
197,
7783,
45941,
13,
18747,
7,
87,
62,
9888,
8,
198,
198,
4299,
651,
62,
9888,
62,
25076,
7,
742,
11,
9888,
28,
20,
11,
66,
70,
62,
4906,
11639,
8692,
6,
2599,
198,
197,
37811,
35561,
257,
1351,
286,
8341,
351,
1180,
27464,
26067,
2168,
37227,
198,
197,
55,
82,
28,
21737,
198,
197,
198,
197,
361,
269,
70,
62,
4906,
0,
11639,
69,
17,
66,
6,
290,
269,
70,
62,
4906,
0,
11639,
66,
17,
69,
10354,
198,
197,
197,
55,
82,
13,
33295,
7,
742,
8,
198,
197,
197,
361,
269,
70,
62,
4906,
855,
6,
5589,
10354,
198,
197,
197,
197,
1640,
264,
287,
2837,
7,
17,
11,
9888,
10,
16,
2599,
198,
197,
197,
197,
197,
87,
62,
5589,
28,
21737,
198,
197,
197,
197,
197,
1640,
474,
287,
2837,
7,
15,
11,
82,
2599,
198,
197,
197,
197,
197,
197,
87,
62,
5589,
13,
33295,
7,
9888,
62,
25076,
7,
742,
58,
73,
25,
4357,
82,
11,
66,
70,
62,
28004,
11639,
8692,
6,
4008,
198,
197,
197,
197,
197,
55,
82,
13,
33295,
7,
87,
62,
5589,
8,
198,
197,
197,
17772,
25,
198,
197,
197,
197,
1640,
264,
287,
2837,
7,
17,
11,
9888,
10,
16,
2599,
198,
197,
197,
197,
197,
55,
82,
13,
33295,
7,
9888,
62,
25076,
7,
742,
11,
82,
11,
66,
70,
62,
4906,
4008,
198,
197,
417,
361,
269,
70,
62,
4906,
855,
6,
69,
17,
66,
6,
393,
269,
70,
62,
4906,
855,
6,
66,
17,
69,
10354,
198,
197,
197,
55,
82,
28,
9888,
62,
25076,
62,
368,
67,
7,
742,
11,
66,
70,
62,
4906,
8,
198,
197,
628,
197,
7783,
1395,
82,
628,
198,
198,
4299,
42302,
62,
76,
325,
7,
87,
62,
66,
70,
11,
298,
62,
28004,
11639,
907,
431,
3256,
28004,
11639,
3256,
4666,
62,
32109,
28,
15,
11,
13500,
28,
18,
11,
30909,
28,
16,
11,
76,
28,
17,
11,
81,
28,
15,
13,
1314,
2599,
198,
197,
37811,
198,
197,
6690,
17974,
257,
27464,
2168,
290,
5860,
1963,
2304,
1000,
40709,
422,
340,
198,
197,
47,
4733,
3689,
25,
198,
197,
907,
431,
25,
5021,
12,
9888,
9943,
7094,
40709,
198,
197,
532,
351,
19008,
286,
9518,
18468,
11,
290,
26356,
18468,
198,
197,
907,
325,
25,
5021,
12,
9888,
6291,
40709,
198,
197,
5589,
62,
907,
325,
25,
24185,
27464,
6291,
40709,
198,
197,
5589,
62,
907,
431,
25,
24185,
27464,
9943,
7094,
40709,
198,
197,
37811,
198,
197,
298,
28,
21737,
198,
197,
361,
920,
62,
28004,
855,
6,
907,
431,
10354,
198,
197,
197,
67,
62,
439,
28,
651,
62,
27926,
62,
298,
62,
17080,
7,
87,
62,
66,
70,
11,
13500,
11,
30909,
11,
28004,
28,
28004,
11,
4666,
62,
32109,
28,
4666,
62,
32109,
8,
198,
197,
197,
1640,
1233,
287,
288,
62,
439,
25,
198,
197,
197,
197,
2,
17080,
481,
423,
6082,
422,
1813,
40709,
2099,
329,
477,
16252,
198,
197,
197,
197,
2,
5056,
594,
286,
3815,
532,
18468,
25,
220,
18468,
16,
11,
18468,
17,
42303,
11401,
82,
11,
220,
198,
197,
197,
197,
298,
13,
33295,
7,
9948,
66,
62,
907,
431,
7,
17080,
4008,
198,
197,
197,
197,
197,
198,
197,
417,
361,
920,
62,
28004,
855,
6,
907,
325,
10354,
198,
197,
197,
1640,
2124,
287,
2124,
62,
66,
70,
25,
198,
197,
197,
197,
87,
28,
37659,
13,
18747,
7,
87,
737,
16485,
1453,
2736,
3419,
198,
197,
197,
197,
87,
62,
19282,
28,
37659,
13,
19282,
7,
87,
8,
198,
197,
197,
197,
81,
2100,
28,
81,
9,
87,
62,
19282,
198,
197,
197,
197,
298,
13,
33295,
7,
77,
10119,
13,
82,
696,
268,
7,
87,
11,
24419,
62,
27740,
28,
76,
11,
83,
37668,
28,
81,
2100,
4008,
198,
197,
197,
197,
198,
197,
417,
361,
920,
62,
28004,
855,
6,
5589,
62,
907,
325,
10354,
198,
197,
197,
1640,
264,
565,
11,
87,
287,
27056,
378,
7,
87,
62,
66,
70,
2599,
198,
197,
197,
197,
48991,
28,
21737,
198,
197,
197,
197,
361,
2099,
7,
87,
8,
318,
45941,
13,
358,
18747,
25,
198,
197,
197,
197,
197,
87,
28,
37659,
13,
18747,
7,
87,
737,
16485,
1453,
2736,
3419,
198,
197,
197,
197,
197,
87,
62,
19282,
28,
37659,
13,
19282,
7,
87,
8,
198,
197,
197,
197,
197,
81,
2100,
28,
81,
9,
87,
62,
19282,
198,
197,
197,
197,
197,
48991,
13,
33295,
7,
77,
10119,
13,
82,
696,
268,
7,
87,
11,
24419,
62,
27740,
28,
76,
11,
83,
37668,
28,
81,
2100,
20679,
7,
38528,
10,
16,
4008,
198,
197,
197,
197,
17772,
25,
198,
197,
197,
197,
197,
1640,
2124,
62,
13155,
287,
2124,
25,
198,
197,
197,
197,
197,
197,
87,
62,
13155,
28,
37659,
13,
18747,
7,
87,
62,
13155,
737,
16485,
1453,
2736,
3419,
198,
197,
197,
197,
197,
197,
87,
62,
19282,
28,
37659,
13,
19282,
7,
87,
62,
13155,
8,
198,
197,
197,
197,
197,
197,
81,
2100,
28,
81,
9,
87,
62,
19282,
198,
197,
197,
197,
197,
197,
48991,
13,
33295,
7,
77,
10119,
13,
82,
696,
268,
7,
87,
62,
13155,
11,
24419,
62,
27740,
28,
76,
11,
83,
37668,
28,
81,
2100,
20679,
7,
38528,
10,
16,
4008,
198,
197,
197,
197,
2,
77,
868,
1654,
15541,
46701,
11393,
262,
900,
12,
929,
198,
197,
197,
197,
48991,
28,
37659,
13,
18747,
7,
48991,
8,
198,
197,
197,
197,
48991,
28,
48991,
58,
37659,
13,
4468,
9504,
7,
48991,
15437,
198,
197,
197,
197,
298,
13,
33295,
7,
37659,
13,
16345,
7,
37659,
13,
18747,
7,
48991,
828,
22704,
28,
15,
4008,
220,
1303,
35499,
1028,
1167,
259,
871,
198,
197,
197,
198,
197,
198,
197,
417,
361,
920,
62,
28004,
855,
6,
5589,
62,
907,
431,
10354,
198,
197,
197,
1640,
264,
565,
11,
87,
287,
27056,
378,
7,
87,
62,
66,
70,
2599,
198,
197,
197,
197,
48991,
28,
21737,
198,
197,
197,
197,
361,
2099,
7,
87,
8,
318,
45941,
13,
358,
18747,
25,
198,
197,
197,
197,
197,
48991,
13,
33295,
7,
1136,
62,
16,
82,
62,
431,
7,
87,
11,
13500,
11,
30909,
11,
28004,
28,
28004,
837,
4666,
62,
32109,
28,
4666,
62,
32109,
20679,
7,
38528,
10,
16,
4008,
198,
197,
197,
197,
17772,
25,
198,
197,
197,
197,
197,
1640,
2124,
62,
13155,
287,
2124,
25,
198,
197,
197,
197,
197,
197,
48991,
13,
33295,
7,
1136,
62,
16,
82,
62,
431,
7,
87,
62,
13155,
11,
13500,
11,
30909,
11,
28004,
28,
28004,
837,
4666,
62,
32109,
28,
4666,
62,
32109,
20679,
7,
38528,
10,
16,
4008,
198,
197,
197,
197,
198,
197,
197,
197,
298,
13,
33295,
7,
37659,
13,
16345,
7,
37659,
13,
18747,
7,
48991,
828,
22704,
28,
15,
4008,
220,
1303,
35499,
1028,
1167,
259,
871,
197,
198,
197,
197,
298,
28,
37659,
13,
18747,
7,
298,
737,
51,
198,
197,
628,
197,
7783,
45941,
13,
18747,
7,
298,
8,
198,
197,
197,
628,
197,
198,
197,
198
] | 2.213065 | 3,980 |
'''
Map PDBe residue to SIFTS residue
'''
#PDBDIR = "pdbtest"
#XMLDIR = "xmltest"
PDBDIR = "pdb"
#PDBDIR = "../ligandNet/2013_biounits"
XMLDIR = "xml"
PAIRFILE = "pair.txt"
SAMPLESIZE = 3000
| [
7061,
6,
198,
220,
220,
220,
9347,
14340,
3856,
35186,
284,
311,
5064,
4694,
35186,
198,
7061,
6,
198,
198,
2,
5760,
14529,
4663,
796,
366,
79,
9945,
9288,
1,
198,
2,
55,
5805,
34720,
796,
366,
87,
76,
2528,
395,
1,
198,
5760,
14529,
4663,
796,
366,
79,
9945,
1,
198,
2,
5760,
14529,
4663,
796,
366,
40720,
4604,
392,
7934,
14,
6390,
62,
8482,
977,
896,
1,
198,
55,
5805,
34720,
796,
366,
19875,
1,
198,
198,
4537,
4663,
25664,
796,
366,
24874,
13,
14116,
1,
198,
49302,
6489,
1546,
35400,
796,
20343,
628
] | 2.0625 | 96 |
from .backbone import Backbone
from .box_generator import SCRLBoxGenerator
from .heads import SingleLayerLinearHead, TwoLayerLinearHead
| [
6738,
764,
1891,
15992,
1330,
5157,
15992,
198,
6738,
764,
3524,
62,
8612,
1352,
1330,
6374,
7836,
14253,
8645,
1352,
198,
6738,
764,
16600,
1330,
14206,
49925,
14993,
451,
13847,
11,
4930,
49925,
14993,
451,
13847,
198
] | 3.675676 | 37 |
#!/usr/bin/env python
u"""
test_font_files.py
"""
import os
import pytest
import warnings
import matplotlib.font_manager
import matplotlib.pyplot as plt
| [
2,
48443,
14629,
14,
8800,
14,
24330,
21015,
198,
84,
37811,
198,
9288,
62,
10331,
62,
16624,
13,
9078,
198,
37811,
198,
11748,
28686,
198,
11748,
12972,
9288,
198,
11748,
14601,
198,
11748,
2603,
29487,
8019,
13,
10331,
62,
37153,
198,
11748,
2603,
29487,
8019,
13,
9078,
29487,
355,
458,
83,
198
] | 2.942308 | 52 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.