content
stringlengths 5
1.03M
| input_ids
sequencelengths 4
823k
| ratio_char_token
float64 0.4
12.5
| token_count
int64 4
823k
|
---|---|---|---|
# To run this script, `cd` to the `./test/fixtures` directory and then, from the Julia terminal, `include("./runner.jl")`.
import JSON
function gen( x, name )
y = Array( Any, length( x ) );
for i in eachindex(x)
y[i] = bits( convert( UInt8, x[i] ) );
end
data = Dict([
("x", x),
("expected", y)
]);
outfile = open( name, "w" );
write( outfile, JSON.json(data) );
close( outfile );
end
# Integer values:
x = linspace( 0, 255, 256 )
gen( x, "data.json" );
| [
2,
1675,
1057,
428,
4226,
11,
4600,
10210,
63,
284,
262,
4600,
19571,
9288,
14,
69,
25506,
63,
8619,
290,
788,
11,
422,
262,
22300,
12094,
11,
4600,
17256,
7,
1911,
14,
16737,
13,
20362,
4943,
44646,
198,
198,
11748,
19449,
198,
198,
8818,
2429,
7,
2124,
11,
1438,
1267,
198,
197,
88,
796,
15690,
7,
4377,
11,
4129,
7,
2124,
1267,
5619,
198,
197,
1640,
1312,
287,
1123,
9630,
7,
87,
8,
198,
197,
197,
88,
58,
72,
60,
796,
10340,
7,
10385,
7,
471,
5317,
23,
11,
2124,
58,
72,
60,
1267,
5619,
198,
197,
437,
628,
197,
7890,
796,
360,
713,
26933,
198,
197,
197,
7203,
87,
1600,
2124,
828,
198,
197,
197,
7203,
40319,
1600,
331,
8,
198,
197,
36563,
628,
197,
448,
7753,
796,
1280,
7,
1438,
11,
366,
86,
1,
5619,
198,
197,
13564,
7,
503,
7753,
11,
19449,
13,
17752,
7,
7890,
8,
5619,
198,
197,
19836,
7,
503,
7753,
5619,
198,
437,
198,
198,
2,
34142,
3815,
25,
198,
87,
796,
300,
1040,
10223,
7,
657,
11,
14280,
11,
17759,
1267,
198,
5235,
7,
2124,
11,
366,
7890,
13,
17752,
1,
5619,
198
] | 2.47644 | 191 |
using QuantumLab
using Test
using Dates
using LinearAlgebra
INFO(str) = @info "$(Dates.format(now(),dateformat"Y/m/d HH:MM:SS,sss")) $str"
if (!@isdefined(indent))
indent = ""
end
INFO("$(indent)READING: h2o.xyz -> h2o::Geometry ")
h2o = readGeometryXYZ("h2o.xyz")
INFO("$(indent)OBTAINING: BasisSetExchange -> sto3g::BasisSet")
sto3g = BasisSet("sto-3g")
INFO("$(indent)COMPUTING: sto3g,h2o -> bas")
bas = computeBasis(sto3g,h2o)
INFO("$(indent)COMPUTING: bas,h2o -> matrixOverlap, matrixKinetic, matrixNuclearAttraction, ERIs")
matrixOverlap = computeMatrixOverlap(bas)
matrixKinetic = computeMatrixKinetic(bas)
matrixNuclearAttraction = computeMatrixNuclearAttraction(bas,h2o)
ERIs = computeTensorElectronRepulsionIntegrals(bas)
INFO("$(indent)COMPUTING: h2o -> matrixSADguess")
matrixSADguess = computeDensityGuessSAD("HF","STO-3G",h2o)
INFO("$(indent)COMPUTING: sto3g, h2o -> shells, shells_native")
shells = computeBasisShellsLibInt2(sto3g,h2o)
shells_native = computeBasisShells(sto3g,h2o)
INFO("$(indent)COMPUTING: (HartreeFock) shells, h2o, matrixSADguess -> density")
density = evaluateSCF(shells,h2o,sum(matrixSADguess)/2,info=false,detailedinfo=false)[3]
INFO("$(indent)COMPUTING: density, matrixKinetic, matrixNuclearAttraction, ERIs -> matrixFock")
matrixFock = computeMatrixFock(density,matrixKinetic,matrixNuclearAttraction,ERIs)
densityvirt = inv(matrixOverlap) - density
INFO("$(indent)COMPUTING: shells, density -> S, T, J, K, Fock")
S = computeMatrixOverlap(shells)
T = computeMatrixKinetic(shells)
J = computeMatrixCoulomb(shells,density)
K = computeMatrixExchange(shells,density)
V = computeMatrixNuclearAttraction(shells,h2o)
fock = computeMatrixFock(T,V,J,K)
moenergies = eigvals(Symmetric(fock),Symmetric(S))
| [
3500,
29082,
17822,
198,
3500,
6208,
198,
3500,
44712,
198,
3500,
44800,
2348,
29230,
198,
198,
10778,
7,
2536,
8,
796,
2488,
10951,
17971,
7,
35,
689,
13,
18982,
7,
2197,
22784,
4475,
18982,
1,
56,
14,
76,
14,
67,
47138,
25,
12038,
25,
5432,
11,
824,
82,
48774,
220,
720,
2536,
1,
198,
198,
361,
22759,
31,
271,
23211,
7,
521,
298,
4008,
198,
220,
33793,
796,
13538,
198,
437,
198,
198,
10778,
7203,
3,
7,
521,
298,
8,
15675,
2751,
25,
220,
220,
289,
17,
78,
13,
5431,
89,
4613,
289,
17,
78,
3712,
10082,
15748,
366,
8,
198,
71,
17,
78,
796,
1100,
10082,
15748,
34278,
57,
7203,
71,
17,
78,
13,
5431,
89,
4943,
198,
198,
10778,
7203,
3,
7,
521,
298,
8,
9864,
30339,
2751,
25,
220,
220,
6455,
271,
7248,
3109,
3803,
4613,
3995,
18,
70,
3712,
15522,
271,
7248,
4943,
198,
301,
78,
18,
70,
796,
6455,
271,
7248,
7203,
301,
78,
12,
18,
70,
4943,
198,
198,
10778,
7203,
3,
7,
521,
298,
8,
9858,
30076,
2751,
25,
220,
220,
3995,
18,
70,
11,
71,
17,
78,
4613,
1615,
4943,
198,
12093,
796,
24061,
15522,
271,
7,
301,
78,
18,
70,
11,
71,
17,
78,
8,
198,
198,
10778,
7203,
3,
7,
521,
298,
8,
9858,
30076,
2751,
25,
220,
220,
1615,
11,
71,
17,
78,
4613,
17593,
5886,
37796,
11,
17593,
49681,
5139,
11,
17593,
45,
4016,
8086,
7861,
11,
13793,
3792,
4943,
198,
6759,
8609,
5886,
37796,
796,
24061,
46912,
5886,
37796,
7,
12093,
8,
198,
6759,
8609,
49681,
5139,
796,
24061,
46912,
49681,
5139,
7,
12093,
8,
198,
6759,
8609,
45,
4016,
8086,
7861,
796,
24061,
46912,
45,
4016,
8086,
7861,
7,
12093,
11,
71,
17,
78,
8,
198,
1137,
3792,
796,
24061,
51,
22854,
19453,
1313,
6207,
15204,
34500,
30691,
7,
12093,
8,
198,
198,
10778,
7203,
3,
7,
521,
298,
8,
9858,
30076,
2751,
25,
220,
220,
289,
17,
78,
4613,
17593,
50,
2885,
5162,
408,
4943,
198,
6759,
8609,
50,
2885,
5162,
408,
796,
24061,
35,
6377,
8205,
408,
50,
2885,
7203,
29567,
2430,
2257,
46,
12,
18,
38,
1600,
71,
17,
78,
8,
198,
198,
10778,
7203,
3,
7,
521,
298,
8,
9858,
30076,
2751,
25,
220,
220,
3995,
18,
70,
11,
289,
17,
78,
4613,
19679,
11,
19679,
62,
30191,
4943,
198,
29149,
82,
796,
24061,
15522,
271,
23248,
82,
25835,
5317,
17,
7,
301,
78,
18,
70,
11,
71,
17,
78,
8,
198,
29149,
82,
62,
30191,
796,
24061,
15522,
271,
23248,
82,
7,
301,
78,
18,
70,
11,
71,
17,
78,
8,
198,
198,
10778,
7203,
3,
7,
521,
298,
8,
9858,
30076,
2751,
25,
220,
220,
357,
44719,
631,
37,
735,
8,
220,
19679,
11,
289,
17,
78,
11,
17593,
50,
2885,
5162,
408,
4613,
12109,
4943,
198,
43337,
796,
13446,
6173,
37,
7,
29149,
82,
11,
71,
17,
78,
11,
16345,
7,
6759,
8609,
50,
2885,
5162,
408,
20679,
17,
11,
10951,
28,
9562,
11,
15255,
6255,
10951,
28,
9562,
38381,
18,
60,
198,
198,
10778,
7203,
3,
7,
521,
298,
8,
9858,
30076,
2751,
25,
220,
220,
12109,
11,
17593,
49681,
5139,
11,
17593,
45,
4016,
8086,
7861,
11,
13793,
3792,
4613,
17593,
37,
735,
4943,
198,
6759,
8609,
37,
735,
796,
24061,
46912,
37,
735,
7,
43337,
11,
6759,
8609,
49681,
5139,
11,
6759,
8609,
45,
4016,
8086,
7861,
11,
1137,
3792,
8,
198,
198,
43337,
48940,
796,
800,
7,
6759,
8609,
5886,
37796,
8,
532,
12109,
198,
198,
10778,
7203,
3,
7,
521,
298,
8,
9858,
30076,
2751,
25,
220,
220,
19679,
11,
12109,
4613,
311,
11,
309,
11,
449,
11,
509,
11,
376,
735,
4943,
198,
50,
796,
24061,
46912,
5886,
37796,
7,
29149,
82,
8,
198,
51,
796,
24061,
46912,
49681,
5139,
7,
29149,
82,
8,
198,
41,
796,
24061,
46912,
34,
2852,
2381,
7,
29149,
82,
11,
43337,
8,
198,
42,
796,
24061,
46912,
3109,
3803,
7,
29149,
82,
11,
43337,
8,
198,
53,
796,
24061,
46912,
45,
4016,
8086,
7861,
7,
29149,
82,
11,
71,
17,
78,
8,
198,
69,
735,
796,
24061,
46912,
37,
735,
7,
51,
11,
53,
11,
41,
11,
42,
8,
198,
5908,
877,
70,
444,
796,
304,
328,
12786,
7,
13940,
3020,
19482,
7,
69,
735,
828,
13940,
3020,
19482,
7,
50,
4008,
198
] | 2.469274 | 716 |
using DiscgolfRecord
using Test
@testset "DiscgolfRecord.jl" begin
# Write your tests here.
# Make sure we can preview courses
@test_nowarn preview_course(COURSES["kit_carson"])
@test_nowarn preview_course(COURSES["mast_park"])
# Test the round reader
sample_round_file = "20210719_mastpark.csv"
@test_nowarn rnd = DiscgolfRecord.read_round(sample_round_file)
end
| [
3500,
8444,
70,
4024,
23739,
198,
3500,
6208,
198,
198,
31,
9288,
2617,
366,
15642,
70,
4024,
23739,
13,
20362,
1,
2221,
198,
220,
220,
220,
1303,
19430,
534,
5254,
994,
13,
628,
220,
220,
220,
1303,
6889,
1654,
356,
460,
12714,
10902,
198,
220,
220,
220,
2488,
9288,
62,
2197,
1501,
12714,
62,
17319,
7,
34,
2606,
6998,
1546,
14692,
15813,
62,
66,
12613,
8973,
8,
198,
220,
220,
220,
2488,
9288,
62,
2197,
1501,
12714,
62,
17319,
7,
34,
2606,
6998,
1546,
14692,
47616,
62,
20928,
8973,
8,
628,
220,
220,
220,
1303,
6208,
262,
2835,
9173,
220,
198,
220,
220,
220,
6291,
62,
744,
62,
7753,
796,
366,
19004,
15982,
1129,
62,
47616,
20928,
13,
40664,
1,
198,
220,
220,
220,
2488,
9288,
62,
2197,
1501,
374,
358,
796,
8444,
70,
4024,
23739,
13,
961,
62,
744,
7,
39873,
62,
744,
62,
7753,
8,
628,
198,
437,
198
] | 2.635762 | 151 |
@doc doc"""
latexraw(arg)
Generate LaTeX equations from `arg`.
Parses expressions, ParameterizedFunctions, SymEngine.Base and arrays thereof.
Returns a string formatted for LaTeX.
# Examples
## using expressions
```jldoctest
expr = :(x/(y+x))
latexraw(expr)
# output
"\\frac{x}{y + x}"
```
```jldoctest
expr = Meta.parse("x/(y+x)")
latexraw(expr)
# output
"\\frac{x}{y + x}"
```
## using ParameterizedFunctions
```julia
using DifferentialEquations;
f = @ode_def feedback begin
dx = y/c_1 - x
dy = x^c_2 - y
end c_1=>1.0 c_2=>1.0
latexraw(f)
# output
2-element Array{String,1}:
"dx/dt = \\frac{y}{c_{1}} - x"
"dy/dt = x^{c_{2}} - y"
```
## using SymEngine
```jldoctest
using SymEngine
@vars x y
symExpr = x + x + x*y*y
latexraw(symExpr)
# output
"2 \\cdot x + x \\cdot y^{2}"
```
"""
latexraw(args...; kwargs...) = process_latexify(args...; kwargs..., env=:raw)
function _latexraw(inputex::Expr; convert_unicode=true, kwargs...)
## Pass all arrays or matrices in the expr to latexarray
inputex = postwalk(x -> x isa Expr && x.head in [:hcat, :vcat, :vect, :typed_vcat, :typed_hcat] ?
latexarray(expr_to_array(x); kwargs...)
: x,
inputex)
recurseexp!(lstr::LaTeXString) = lstr.s
function recurseexp!(ex)
prevOp = Vector{Symbol}(undef, length(ex.args))
fill!(prevOp, :none)
for i in 1:length(ex.args)
if isa(ex.args[i], Expr)
length(ex.args[i].args) > 1 && ex.args[i].args[1] isa Symbol && (prevOp[i] = ex.args[i].args[1])
ex.args[i] = recurseexp!(ex.args[i])
elseif ex.args[i] isa AbstractArray
ex.args[i] = latexraw(ex.args[i]; kwargs...)
end
end
return latexoperation(ex, prevOp; convert_unicode=convert_unicode, kwargs...)
end
ex = deepcopy(inputex)
str = recurseexp!(ex)
convert_unicode && (str = unicode2latex(str))
return LaTeXString(str)
end
function _latexraw(args...; kwargs...)
@assert length(args) > 1 "latexify does not support objects of type $(typeof(args[1]))."
_latexraw(args; kwargs...)
end
_latexraw(arr::Union{AbstractArray, Tuple}; kwargs...) = _latexarray(arr; kwargs...)
_latexraw(i::Nothing; kwargs...) = ""
_latexraw(i::SubString; kwargs...) = latexraw(Meta.parse(i); kwargs...)
_latexraw(i::SubString{LaTeXStrings.LaTeXString}; kwargs...) = i
_latexraw(i::Rational; kwargs...) = i.den == 1 ? latexraw(i.num; kwargs...) : latexraw(:($(i.num)/$(i.den)); kwargs...)
_latexraw(z::Complex; kwargs...) = LaTeXString("$(latexraw(z.re;kwargs...))$(z.im < 0 ? "-" : "+" )$(latexraw(abs(z.im);kwargs...))\\textit{i}")
#latexraw(i::DataFrames.DataArrays.NAtype) = "\\textrm{NA}"
_latexraw(str::LaTeXStrings.LaTeXString; kwargs...) = str
function _latexraw(i::Number; fmt=PlainNumberFormatter(), kwargs...)
try i == Inf && return LaTeXString("\\infty") catch; end
try i == -Inf && return LaTeXString("-\\infty") catch; end
fmt isa String && (fmt = PrintfNumberFormatter(fmt))
return fmt(i)
end
function _latexraw(i::Char; convert_unicode=true, kwargs...)
LaTeXString(convert_unicode ? unicode2latex(string(i)) : string(i))
end
function _latexraw(i::Symbol; convert_unicode=true, kwargs...)
str = string(i == :Inf ? :∞ : i)
str = convertSubscript(str)
convert_unicode && (str = unicode2latex(str))
return LaTeXString(str)
end
function _latexraw(i::String; kwargs...)
try
ex = Meta.parse(i)
return latexraw(ex; kwargs...)
catch ParseError
error("""
in Latexify.jl:
You are trying to create latex-maths from a `String` that cannot be parsed as
an expression.
`latexify` will, by default, try to parse any string inputs into expressions
and this parsing has just failed.
If you are passing strings that you want returned verbatim as part of your input,
try making them `LaTeXString`s first.
If you are trying to make a table with plain text, try passing the keyword
argument `latex=false`. You should also ensure that you have chosen an output
environment that is capable of displaying not-maths objects. Try for example
`env=:table` for a latex table or `env=:mdtable` for a markdown table.
""")
end
end
_latexraw(i::Missing; kwargs...) = "\\textrm{NA}"
| [
31,
15390,
2205,
37811,
198,
220,
220,
220,
47038,
1831,
7,
853,
8,
198,
198,
8645,
378,
4689,
49568,
27490,
422,
4600,
853,
44646,
198,
198,
47,
945,
274,
14700,
11,
25139,
2357,
1143,
24629,
2733,
11,
15845,
13798,
13,
14881,
290,
26515,
15370,
13,
198,
35561,
257,
4731,
39559,
329,
4689,
49568,
13,
198,
198,
2,
21066,
198,
198,
2235,
1262,
14700,
198,
15506,
63,
73,
335,
38441,
395,
198,
31937,
796,
36147,
87,
29006,
88,
10,
87,
4008,
198,
17660,
87,
1831,
7,
31937,
8,
198,
198,
2,
5072,
198,
198,
1,
6852,
31944,
90,
87,
18477,
88,
1343,
2124,
36786,
198,
15506,
63,
198,
198,
15506,
63,
73,
335,
38441,
395,
198,
31937,
796,
30277,
13,
29572,
7203,
87,
29006,
88,
10,
87,
8,
4943,
198,
17660,
87,
1831,
7,
31937,
8,
198,
198,
2,
5072,
198,
198,
1,
6852,
31944,
90,
87,
18477,
88,
1343,
2124,
36786,
198,
15506,
63,
198,
198,
2235,
1262,
25139,
2357,
1143,
24629,
2733,
198,
15506,
63,
73,
43640,
198,
3500,
20615,
498,
23588,
602,
26,
198,
69,
796,
2488,
1098,
62,
4299,
7538,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
220,
44332,
796,
331,
14,
66,
62,
16,
532,
2124,
198,
220,
220,
220,
220,
220,
220,
220,
220,
20268,
796,
2124,
61,
66,
62,
17,
532,
331,
198,
220,
220,
220,
220,
220,
220,
886,
269,
62,
16,
14804,
16,
13,
15,
269,
62,
17,
14804,
16,
13,
15,
198,
17660,
87,
1831,
7,
69,
8,
198,
198,
2,
5072,
198,
198,
17,
12,
30854,
15690,
90,
10100,
11,
16,
38362,
198,
366,
34350,
14,
28664,
796,
26867,
31944,
90,
88,
18477,
66,
23330,
16,
11709,
532,
2124,
1,
198,
366,
9892,
14,
28664,
796,
2124,
36796,
66,
23330,
17,
11709,
532,
331,
1,
198,
15506,
63,
198,
198,
2235,
1262,
15845,
13798,
198,
15506,
63,
73,
335,
38441,
395,
198,
3500,
15845,
13798,
198,
31,
85,
945,
2124,
331,
198,
37047,
3109,
1050,
796,
2124,
1343,
2124,
1343,
2124,
9,
88,
9,
88,
198,
17660,
87,
1831,
7,
37047,
3109,
1050,
8,
198,
198,
2,
5072,
198,
198,
1,
17,
26867,
10210,
313,
2124,
1343,
2124,
26867,
10210,
313,
331,
36796,
17,
36786,
198,
15506,
63,
198,
37811,
198,
17660,
87,
1831,
7,
22046,
986,
26,
479,
86,
22046,
23029,
796,
1429,
62,
17660,
87,
1958,
7,
22046,
986,
26,
479,
86,
22046,
986,
11,
17365,
28,
25,
1831,
8,
198,
198,
8818,
4808,
17660,
87,
1831,
7,
15414,
1069,
3712,
3109,
1050,
26,
10385,
62,
46903,
1098,
28,
7942,
11,
479,
86,
22046,
23029,
198,
220,
220,
220,
22492,
6251,
477,
26515,
393,
2603,
45977,
287,
262,
44052,
284,
47038,
18747,
198,
220,
220,
220,
5128,
1069,
796,
1281,
11152,
7,
87,
4613,
2124,
318,
64,
1475,
1050,
11405,
2124,
13,
2256,
287,
685,
25,
71,
9246,
11,
1058,
85,
9246,
11,
1058,
303,
310,
11,
1058,
774,
9124,
62,
85,
9246,
11,
1058,
774,
9124,
62,
71,
9246,
60,
5633,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
47038,
18747,
7,
31937,
62,
1462,
62,
18747,
7,
87,
1776,
479,
86,
22046,
23029,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
2124,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5128,
1069,
8,
628,
220,
220,
220,
664,
12321,
11201,
0,
7,
75,
2536,
3712,
14772,
49568,
10100,
8,
796,
300,
2536,
13,
82,
198,
220,
220,
220,
2163,
664,
12321,
11201,
0,
7,
1069,
8,
198,
220,
220,
220,
220,
220,
220,
220,
8654,
18257,
796,
20650,
90,
13940,
23650,
92,
7,
917,
891,
11,
4129,
7,
1069,
13,
22046,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
6070,
0,
7,
47050,
18257,
11,
1058,
23108,
8,
198,
220,
220,
220,
220,
220,
220,
220,
329,
1312,
287,
352,
25,
13664,
7,
1069,
13,
22046,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
318,
64,
7,
1069,
13,
22046,
58,
72,
4357,
1475,
1050,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4129,
7,
1069,
13,
22046,
58,
72,
4083,
22046,
8,
1875,
352,
11405,
409,
13,
22046,
58,
72,
4083,
22046,
58,
16,
60,
318,
64,
38357,
11405,
357,
47050,
18257,
58,
72,
60,
796,
409,
13,
22046,
58,
72,
4083,
22046,
58,
16,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
409,
13,
22046,
58,
72,
60,
796,
664,
12321,
11201,
0,
7,
1069,
13,
22046,
58,
72,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
361,
409,
13,
22046,
58,
72,
60,
318,
64,
27741,
19182,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
409,
13,
22046,
58,
72,
60,
796,
47038,
1831,
7,
1069,
13,
22046,
58,
72,
11208,
479,
86,
22046,
23029,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
47038,
27184,
7,
1069,
11,
8654,
18257,
26,
10385,
62,
46903,
1098,
28,
1102,
1851,
62,
46903,
1098,
11,
479,
86,
22046,
23029,
198,
220,
220,
220,
886,
198,
220,
220,
220,
409,
796,
2769,
30073,
7,
15414,
1069,
8,
198,
220,
220,
220,
965,
796,
664,
12321,
11201,
0,
7,
1069,
8,
198,
220,
220,
220,
10385,
62,
46903,
1098,
11405,
357,
2536,
796,
28000,
1098,
17,
17660,
87,
7,
2536,
4008,
198,
220,
220,
220,
1441,
4689,
49568,
10100,
7,
2536,
8,
198,
437,
628,
198,
8818,
4808,
17660,
87,
1831,
7,
22046,
986,
26,
479,
86,
22046,
23029,
198,
220,
220,
220,
2488,
30493,
4129,
7,
22046,
8,
1875,
352,
366,
17660,
87,
1958,
857,
407,
1104,
5563,
286,
2099,
29568,
4906,
1659,
7,
22046,
58,
16,
60,
4008,
526,
198,
220,
220,
220,
4808,
17660,
87,
1831,
7,
22046,
26,
479,
86,
22046,
23029,
198,
437,
198,
62,
17660,
87,
1831,
7,
3258,
3712,
38176,
90,
23839,
19182,
11,
309,
29291,
19629,
479,
86,
22046,
23029,
796,
4808,
17660,
87,
18747,
7,
3258,
26,
479,
86,
22046,
23029,
198,
62,
17660,
87,
1831,
7,
72,
3712,
18465,
26,
479,
86,
22046,
23029,
796,
13538,
198,
62,
17660,
87,
1831,
7,
72,
3712,
7004,
10100,
26,
479,
86,
22046,
23029,
796,
47038,
1831,
7,
48526,
13,
29572,
7,
72,
1776,
479,
86,
22046,
23029,
198,
62,
17660,
87,
1831,
7,
72,
3712,
7004,
10100,
90,
14772,
49568,
13290,
654,
13,
14772,
49568,
10100,
19629,
479,
86,
22046,
23029,
796,
1312,
198,
62,
17660,
87,
1831,
7,
72,
3712,
49,
864,
26,
479,
86,
22046,
23029,
796,
1312,
13,
6559,
6624,
352,
5633,
47038,
1831,
7,
72,
13,
22510,
26,
479,
86,
22046,
23029,
1058,
47038,
1831,
7,
25,
16763,
7,
72,
13,
22510,
20679,
3,
7,
72,
13,
6559,
18125,
479,
86,
22046,
23029,
198,
62,
17660,
87,
1831,
7,
89,
3712,
5377,
11141,
26,
479,
86,
22046,
23029,
796,
4689,
49568,
10100,
7203,
3,
7,
17660,
87,
1831,
7,
89,
13,
260,
26,
46265,
22046,
986,
4008,
3,
7,
89,
13,
320,
1279,
657,
5633,
366,
21215,
1058,
43825,
1,
1267,
3,
7,
17660,
87,
1831,
7,
8937,
7,
89,
13,
320,
1776,
46265,
22046,
986,
4008,
6852,
5239,
270,
90,
72,
92,
4943,
198,
2,
17660,
87,
1831,
7,
72,
3712,
6601,
35439,
13,
6601,
3163,
20477,
13,
4535,
4906,
8,
796,
366,
6852,
5239,
26224,
90,
4535,
36786,
198,
62,
17660,
87,
1831,
7,
2536,
3712,
14772,
49568,
13290,
654,
13,
14772,
49568,
10100,
26,
479,
86,
22046,
23029,
796,
965,
198,
198,
8818,
4808,
17660,
87,
1831,
7,
72,
3712,
15057,
26,
46996,
28,
3646,
391,
15057,
8479,
1436,
22784,
479,
86,
22046,
23029,
198,
220,
220,
220,
1949,
1312,
6624,
4806,
11405,
1441,
4689,
49568,
10100,
7203,
6852,
259,
19628,
4943,
4929,
26,
886,
198,
220,
220,
220,
1949,
1312,
6624,
532,
18943,
11405,
1441,
4689,
49568,
10100,
7203,
12,
6852,
259,
19628,
4943,
4929,
26,
886,
198,
220,
220,
220,
46996,
318,
64,
10903,
11405,
357,
69,
16762,
796,
12578,
69,
15057,
8479,
1436,
7,
69,
16762,
4008,
198,
220,
220,
220,
1441,
46996,
7,
72,
8,
198,
437,
198,
198,
8818,
4808,
17660,
87,
1831,
7,
72,
3712,
12441,
26,
10385,
62,
46903,
1098,
28,
7942,
11,
479,
86,
22046,
23029,
198,
220,
220,
220,
4689,
49568,
10100,
7,
1102,
1851,
62,
46903,
1098,
5633,
28000,
1098,
17,
17660,
87,
7,
8841,
7,
72,
4008,
1058,
4731,
7,
72,
4008,
198,
437,
198,
198,
8818,
4808,
17660,
87,
1831,
7,
72,
3712,
13940,
23650,
26,
10385,
62,
46903,
1098,
28,
7942,
11,
479,
86,
22046,
23029,
198,
220,
220,
220,
965,
796,
4731,
7,
72,
6624,
1058,
18943,
5633,
1058,
24861,
252,
1058,
1312,
8,
198,
220,
220,
220,
965,
796,
10385,
7004,
12048,
7,
2536,
8,
198,
220,
220,
220,
10385,
62,
46903,
1098,
11405,
357,
2536,
796,
28000,
1098,
17,
17660,
87,
7,
2536,
4008,
198,
220,
220,
220,
1441,
4689,
49568,
10100,
7,
2536,
8,
198,
437,
198,
198,
8818,
4808,
17660,
87,
1831,
7,
72,
3712,
10100,
26,
479,
86,
22046,
23029,
198,
220,
220,
220,
1949,
198,
220,
220,
220,
220,
220,
220,
220,
409,
796,
30277,
13,
29572,
7,
72,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
47038,
1831,
7,
1069,
26,
479,
86,
22046,
23029,
198,
220,
220,
220,
4929,
2547,
325,
12331,
198,
220,
220,
220,
220,
220,
220,
220,
4049,
7203,
15931,
198,
259,
18319,
87,
1958,
13,
20362,
25,
198,
1639,
389,
2111,
284,
2251,
47038,
12,
11018,
82,
422,
257,
4600,
10100,
63,
326,
2314,
307,
44267,
355,
198,
272,
5408,
13,
198,
198,
63,
17660,
87,
1958,
63,
481,
11,
416,
4277,
11,
1949,
284,
21136,
597,
4731,
17311,
656,
14700,
198,
392,
428,
32096,
468,
655,
4054,
13,
198,
198,
1532,
345,
389,
6427,
13042,
326,
345,
765,
4504,
3326,
8664,
320,
355,
636,
286,
534,
5128,
11,
198,
28311,
1642,
606,
4600,
14772,
49568,
10100,
63,
82,
717,
13,
198,
198,
1532,
345,
389,
2111,
284,
787,
257,
3084,
351,
8631,
2420,
11,
1949,
6427,
262,
21179,
198,
49140,
4600,
17660,
87,
28,
9562,
44646,
921,
815,
635,
4155,
326,
345,
423,
7147,
281,
5072,
198,
38986,
326,
318,
6007,
286,
19407,
407,
12,
11018,
82,
5563,
13,
9993,
329,
1672,
198,
63,
24330,
28,
25,
11487,
63,
329,
257,
47038,
3084,
393,
4600,
24330,
28,
25,
9132,
11487,
63,
329,
257,
1317,
2902,
3084,
13,
198,
15931,
4943,
198,
220,
220,
220,
886,
198,
437,
198,
198,
62,
17660,
87,
1831,
7,
72,
3712,
43730,
26,
479,
86,
22046,
23029,
796,
366,
6852,
5239,
26224,
90,
4535,
36786,
198
] | 2.355277 | 1,838 |
push!(LOAD_PATH,"../source/0.6/src/")
# include package
info("Include all...")
try
include("../source/0.6/src/App.jl")
include("../source/0.6/src/ThreadManager.jl")
catch e # do not exit this run!
warn(e)
end
info("Include done.")
info("Create Docs...")
using Documenter, App
makedocs(
build = joinpath(@__DIR__, "../build/docs"),
modules = [
CoreExtended,
TimeManager,
LoggerManager,
RessourceManager,
FileManager,
Environment,
JLScriptManager,
WindowManager,
MatrixMath,
JLGEngine,
App,
ThreadManager
],
clean = true,
doctest = true, # :fix
#linkcheck = true,
strict = false,
checkdocs = :none,
format = :html, #:latex
sitename = "JGE",
authors = "Gilga",
#analytics = "UA-89508993-1",
#html_prettyurls = true,
#html_canonical = "https://gilga.github.io/JGE/",
pages = Any[ # Compat: `Any` for 0.4 compat
"Home" => "index.md",
"Manual" => Any[
"manual/start.md",
],
"Source Files" => Any[
"files/App.md",
"files/CoreExtended.md",
"files/Environment.md",
"files/FileManager.md",
"files/JLScriptManager.md",
"files/LoggerManager.md",
"files/MatrixMath.md",
"files/RessourceManager.md",
"files/ThreadFunctions.md",
"files/ThreadManager.md",
"files/TimeManager.md",
"files/WindowManager.md",
"files/JLGEngine.md",
"files/JLGEngine/CameraManager.md",
"files/JLGEngine/ChunkManager.md",
"files/JLGEngine/EntityManager.md",
"files/JLGEngine/GameObjectManager.md",
"files/JLGEngine/GraphicsManager.md",
"files/JLGEngine/Management.md",
"files/JLGEngine/MeshManager.md",
"files/JLGEngine/ModelManager.md",
"files/JLGEngine/RenderManager.md",
"files/JLGEngine/ShaderManager.md",
"files/JLGEngine/StorageManager.md",
"files/JLGEngine/SzeneManager.md",
"files/JLGEngine/TextureManager.md",
"files/JLGEngine/TransformManager.md",
"files/JLGEngine/ModelManager/MeshData.md",
"files/JLGEngine/ModelManager/MeshFabric.md",
"files/JLGEngine/ModelManager/MeshLoader_OBJ.md",
"files/JLGEngine/LibGL/LibGL.md",
"files/JLGEngine/LibGL/GLDebugControl.md",
"files/JLGEngine/LibGL/GLExtendedFunctions.md",
"files/JLGEngine/LibGL/GLLists.md",
"files/JLGEngine/LibGL/GLSLParser.md",
"files/JLGEngine/LibGL/GLSLRessources.md",
"files/JLGEngine/LibGL/ShaderManager.md",
"files/JLGEngine/LibGL/StorageManager.md",
"files/JLGEngine/LibGL/TextureManager.md",
],
],
)
deploydocs(
deps = Deps.pip("mkdocs", "python-markdown-math"), #, "curl"
repo = "https://github.com/Gilga/JGE.git",
branch = "gh-pages",
julia = "0.6.2",
)
info("Docs done.") | [
14689,
0,
7,
35613,
62,
34219,
553,
40720,
10459,
14,
15,
13,
21,
14,
10677,
14,
4943,
198,
198,
2,
2291,
5301,
198,
10951,
7203,
818,
9152,
477,
9313,
8,
198,
28311,
198,
220,
2291,
7203,
40720,
10459,
14,
15,
13,
21,
14,
10677,
14,
4677,
13,
20362,
4943,
198,
220,
2291,
7203,
40720,
10459,
14,
15,
13,
21,
14,
10677,
14,
16818,
13511,
13,
20362,
4943,
198,
40198,
304,
1303,
466,
407,
8420,
428,
1057,
0,
198,
220,
9828,
7,
68,
8,
198,
437,
198,
10951,
7203,
818,
9152,
1760,
19570,
198,
198,
10951,
7203,
16447,
14432,
82,
9313,
8,
198,
3500,
16854,
263,
11,
2034,
198,
198,
76,
4335,
420,
82,
7,
198,
220,
1382,
220,
220,
220,
220,
796,
4654,
6978,
7,
31,
834,
34720,
834,
11,
366,
40720,
11249,
14,
31628,
12340,
198,
220,
13103,
220,
220,
796,
685,
198,
220,
220,
220,
7231,
11627,
1631,
11,
198,
220,
220,
220,
3862,
13511,
11,
198,
220,
220,
220,
5972,
1362,
13511,
11,
198,
220,
220,
220,
371,
408,
1668,
13511,
11,
198,
220,
220,
220,
9220,
13511,
11,
198,
220,
220,
220,
9344,
11,
198,
220,
220,
220,
449,
43,
7391,
13511,
11,
198,
220,
220,
220,
26580,
13511,
11,
198,
220,
220,
220,
24936,
37372,
11,
198,
220,
220,
220,
449,
41257,
13798,
11,
198,
220,
220,
220,
2034,
11,
198,
220,
220,
220,
14122,
13511,
198,
220,
16589,
198,
220,
3424,
220,
220,
220,
220,
796,
2081,
11,
198,
220,
10412,
395,
220,
220,
796,
2081,
11,
1303,
1058,
13049,
198,
220,
1303,
8726,
9122,
796,
2081,
11,
198,
220,
7646,
220,
220,
220,
796,
3991,
11,
198,
220,
2198,
31628,
796,
1058,
23108,
11,
198,
220,
5794,
220,
220,
220,
796,
1058,
6494,
11,
1303,
25,
17660,
87,
220,
198,
220,
1650,
12453,
220,
796,
366,
41,
8264,
1600,
198,
220,
7035,
220,
220,
796,
366,
40747,
4908,
1600,
198,
220,
1303,
38200,
14094,
796,
366,
34970,
12,
4531,
33042,
44821,
12,
16,
1600,
198,
220,
1303,
6494,
62,
37784,
6371,
82,
796,
2081,
11,
198,
220,
1303,
6494,
62,
49883,
605,
796,
366,
5450,
1378,
37718,
4908,
13,
12567,
13,
952,
14,
41,
8264,
14,
1600,
628,
220,
5468,
796,
4377,
58,
1303,
3082,
265,
25,
4600,
7149,
63,
329,
657,
13,
19,
8330,
198,
220,
220,
220,
220,
220,
366,
16060,
1,
5218,
366,
9630,
13,
9132,
1600,
198,
220,
220,
220,
220,
220,
366,
5124,
723,
1,
5218,
4377,
58,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
805,
723,
14,
9688,
13,
9132,
1600,
198,
220,
220,
220,
220,
220,
16589,
198,
220,
220,
220,
220,
220,
366,
7416,
13283,
1,
5218,
4377,
58,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16624,
14,
4677,
13,
9132,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16624,
14,
14055,
11627,
1631,
13,
9132,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16624,
14,
31441,
13,
9132,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16624,
14,
8979,
13511,
13,
9132,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16624,
14,
41,
43,
7391,
13511,
13,
9132,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16624,
14,
11187,
1362,
13511,
13,
9132,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16624,
14,
46912,
37372,
13,
9132,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16624,
14,
49,
408,
1668,
13511,
13,
9132,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16624,
14,
16818,
24629,
2733,
13,
9132,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16624,
14,
16818,
13511,
13,
9132,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16624,
14,
7575,
13511,
13,
9132,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16624,
14,
27703,
13511,
13,
9132,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16624,
14,
41,
41257,
13798,
13,
9132,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16624,
14,
41,
41257,
13798,
14,
35632,
13511,
13,
9132,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16624,
14,
41,
41257,
13798,
14,
1925,
2954,
13511,
13,
9132,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16624,
14,
41,
41257,
13798,
14,
32398,
13511,
13,
9132,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16624,
14,
41,
41257,
13798,
14,
8777,
10267,
13511,
13,
9132,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16624,
14,
41,
41257,
13798,
14,
18172,
13511,
13,
9132,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16624,
14,
41,
41257,
13798,
14,
48032,
13,
9132,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16624,
14,
41,
41257,
13798,
14,
37031,
13511,
13,
9132,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16624,
14,
41,
41257,
13798,
14,
17633,
13511,
13,
9132,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16624,
14,
41,
41257,
13798,
14,
45819,
13511,
13,
9132,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16624,
14,
41,
41257,
13798,
14,
2484,
5067,
13511,
13,
9132,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16624,
14,
41,
41257,
13798,
14,
31425,
13511,
13,
9132,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16624,
14,
41,
41257,
13798,
14,
50,
89,
1734,
13511,
13,
9132,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16624,
14,
41,
41257,
13798,
14,
32742,
13511,
13,
9132,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16624,
14,
41,
41257,
13798,
14,
41762,
13511,
13,
9132,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16624,
14,
41,
41257,
13798,
14,
17633,
13511,
14,
37031,
6601,
13,
9132,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16624,
14,
41,
41257,
13798,
14,
17633,
13511,
14,
37031,
43957,
1173,
13,
9132,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16624,
14,
41,
41257,
13798,
14,
17633,
13511,
14,
37031,
17401,
62,
9864,
41,
13,
9132,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16624,
14,
41,
41257,
13798,
14,
25835,
8763,
14,
25835,
8763,
13,
9132,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16624,
14,
41,
41257,
13798,
14,
25835,
8763,
14,
8763,
27509,
15988,
13,
9132,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16624,
14,
41,
41257,
13798,
14,
25835,
8763,
14,
38,
2538,
742,
1631,
24629,
2733,
13,
9132,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16624,
14,
41,
41257,
13798,
14,
25835,
8763,
14,
38,
3069,
1023,
13,
9132,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16624,
14,
41,
41257,
13798,
14,
25835,
8763,
14,
38,
6561,
19930,
28198,
13,
9132,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16624,
14,
41,
41257,
13798,
14,
25835,
8763,
14,
38,
6561,
35972,
408,
2203,
13,
9132,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16624,
14,
41,
41257,
13798,
14,
25835,
8763,
14,
2484,
5067,
13511,
13,
9132,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16624,
14,
41,
41257,
13798,
14,
25835,
8763,
14,
31425,
13511,
13,
9132,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
16624,
14,
41,
41257,
13798,
14,
25835,
8763,
14,
32742,
13511,
13,
9132,
1600,
198,
220,
220,
220,
220,
220,
16589,
198,
220,
16589,
198,
8,
198,
198,
2934,
1420,
31628,
7,
198,
220,
390,
862,
220,
220,
796,
2129,
82,
13,
79,
541,
7203,
28015,
31628,
1600,
366,
29412,
12,
4102,
2902,
12,
11018,
12340,
1303,
11,
366,
66,
6371,
1,
198,
220,
29924,
796,
366,
5450,
1378,
12567,
13,
785,
14,
40747,
4908,
14,
41,
8264,
13,
18300,
1600,
198,
220,
8478,
796,
366,
456,
12,
31126,
1600,
198,
220,
474,
43640,
220,
796,
366,
15,
13,
21,
13,
17,
1600,
198,
8,
198,
198,
10951,
7203,
23579,
82,
1760,
19570
] | 2.09682 | 1,415 |
int_rules_6_1_10 = @theory begin
#= ::Subsection::Closed:: =#
#= 6.1.10*(c+d*x)^m*(a+b*sinh)^n =#
@apply_utils Antiderivative((~u) ^ ~(m') * (~(a') + ~(b') * sinh(~v)) ^ ~(n'), ~x) => Antiderivative(ExpandToSum(~u, ~x) ^ ~m * (~a + ~b * sinh(ExpandToSum(~v, ~x))) ^ ~n, ~x) <-- FreeQ([~a, ~b, ~m, ~n], ~x) && (LinearQ([~u, ~v], ~x) && Not(LinearMatchQ([~u, ~v], ~x)))
@apply_utils Antiderivative((~u) ^ ~(m') * (~(a') + ~(b') * cosh(~v)) ^ ~(n'), ~x) => Antiderivative(ExpandToSum(~u, ~x) ^ ~m * (~a + ~b * cosh(ExpandToSum(~v, ~x))) ^ ~n, ~x) <-- FreeQ([~a, ~b, ~m, ~n], ~x) && (LinearQ([~u, ~v], ~x) && Not(LinearMatchQ([~u, ~v], ~x)))
end
| [
600,
62,
38785,
62,
21,
62,
16,
62,
940,
796,
2488,
1169,
652,
2221,
628,
220,
220,
220,
1303,
28,
7904,
7004,
5458,
3712,
2601,
1335,
3712,
796,
2,
198,
220,
220,
220,
1303,
28,
718,
13,
16,
13,
940,
9,
7,
66,
10,
67,
9,
87,
8,
61,
76,
9,
7,
64,
10,
65,
9,
31369,
71,
8,
61,
77,
796,
2,
198,
220,
220,
220,
2488,
39014,
62,
26791,
3738,
1304,
452,
876,
19510,
93,
84,
8,
10563,
5299,
7,
76,
11537,
1635,
31034,
7,
64,
11537,
1343,
5299,
7,
65,
11537,
1635,
7813,
71,
7,
93,
85,
4008,
10563,
5299,
7,
77,
33809,
5299,
87,
8,
5218,
3738,
1304,
452,
876,
7,
16870,
392,
2514,
13065,
7,
93,
84,
11,
5299,
87,
8,
10563,
5299,
76,
1635,
31034,
64,
1343,
5299,
65,
1635,
7813,
71,
7,
16870,
392,
2514,
13065,
7,
93,
85,
11,
5299,
87,
22305,
10563,
5299,
77,
11,
5299,
87,
8,
1279,
438,
3232,
48,
26933,
93,
64,
11,
5299,
65,
11,
5299,
76,
11,
5299,
77,
4357,
5299,
87,
8,
11405,
357,
14993,
451,
48,
26933,
93,
84,
11,
5299,
85,
4357,
5299,
87,
8,
11405,
1892,
7,
14993,
451,
23850,
48,
26933,
93,
84,
11,
5299,
85,
4357,
5299,
87,
22305,
198,
220,
220,
220,
2488,
39014,
62,
26791,
3738,
1304,
452,
876,
19510,
93,
84,
8,
10563,
5299,
7,
76,
11537,
1635,
31034,
7,
64,
11537,
1343,
5299,
7,
65,
11537,
1635,
269,
3768,
7,
93,
85,
4008,
10563,
5299,
7,
77,
33809,
5299,
87,
8,
5218,
3738,
1304,
452,
876,
7,
16870,
392,
2514,
13065,
7,
93,
84,
11,
5299,
87,
8,
10563,
5299,
76,
1635,
31034,
64,
1343,
5299,
65,
1635,
269,
3768,
7,
16870,
392,
2514,
13065,
7,
93,
85,
11,
5299,
87,
22305,
10563,
5299,
77,
11,
5299,
87,
8,
1279,
438,
3232,
48,
26933,
93,
64,
11,
5299,
65,
11,
5299,
76,
11,
5299,
77,
4357,
5299,
87,
8,
11405,
357,
14993,
451,
48,
26933,
93,
84,
11,
5299,
85,
4357,
5299,
87,
8,
11405,
1892,
7,
14993,
451,
23850,
48,
26933,
93,
84,
11,
5299,
85,
4357,
5299,
87,
22305,
198,
437,
198
] | 1.840782 | 358 |
module HWunconstrained
# imports: which packages are we going to use in this module?
using Distributions, Optim, Plots, DataFrames
using Random
using Statistics
using LinearAlgebra
export maximize_like_grad, makeData
# methods/functions
# -----------------
# data creator
# should/could return a dict with beta,numobs,X,y,norm)
# true coeff vector, number of obs, data matrix X, response vector y, and a type of parametric distribution for G.
function makeData(n=10_000)
# your turn!
return Dict("beta"=>beta,"n"=>numobs,"X"=>X,"y"=>y,"dist"=>norm)
end
# log likelihood function at x
function loglik(betas::Vector,d::Dict)
end
# gradient of the likelihood at x
function grad!(storage::Vector,betas::Vector,d)
end
# hessian of the likelihood at x
function hessian!(storage::Matrix,betas::Vector,d)
end
function info_mat(betas::Vector,d)
end
function inv_Info(betas::Vector,d)
end
"""
inverse of observed information matrix
"""
function inv_observedInfo(betas::Vector,d)
end
"""
standard errors
"""
function se(betas::Vector,d::Dict)
end
# function that maximizes the log likelihood without the gradient
# with a call to `optimize` and returns the result
function maximize_like(x0=[0.8,1.0,-0.1],meth=NelderMead())
end
function maximize_like_helpNM(x0=[ 1; 1.5; -0.5 ],meth=NelderMead())
end
# function that maximizes the log likelihood with the gradient
# with a call to `optimize` and returns the result
function maximize_like_grad(x0=[0.8,1.0,-0.1],meth=BFGS())
end
function maximize_like_grad_hess(x0=[0.8,1.0,-0.1],meth=Newton())
end
function maximize_like_grad_se(x0=[0.8,1.0,-0.1],meth=BFGS())
end
# visual diagnostics
# ------------------
# function that plots the likelihood
# we are looking for a figure with 3 subplots, where each subplot
# varies one of the parameters, holding the others fixed at the true value
# we want to see whether there is a global minimum of the likelihood at the the true value
function plotLike()
end
function plotGrad()
end
function saveplots()
p1 = plotLike()
savefig(p1,joinpath(dirname(@__FILE__),"..","likelihood.png"))
p2 = plotGrad()
savefig(p2,joinpath(dirname(@__FILE__),"..","gradient.png"))
@info("saved both plots.")
end
end
| [
21412,
44884,
403,
1102,
2536,
1328,
628,
197,
2,
17944,
25,
543,
10392,
389,
356,
1016,
284,
779,
287,
428,
8265,
30,
198,
197,
3500,
46567,
507,
11,
30011,
11,
1345,
1747,
11,
6060,
35439,
198,
197,
3500,
14534,
198,
197,
3500,
14370,
198,
197,
3500,
44800,
2348,
29230,
628,
198,
220,
220,
220,
10784,
20487,
62,
2339,
62,
9744,
11,
787,
6601,
628,
628,
197,
2,
5050,
14,
12543,
2733,
198,
197,
2,
34400,
12,
628,
197,
2,
1366,
13172,
198,
197,
2,
1849,
21754,
14,
24089,
1441,
257,
8633,
351,
12159,
11,
22510,
8158,
11,
55,
11,
88,
11,
27237,
8,
198,
197,
2,
2081,
763,
14822,
15879,
11,
1271,
286,
10201,
11,
1366,
17593,
1395,
11,
2882,
15879,
331,
11,
290,
257,
2099,
286,
5772,
19482,
6082,
329,
402,
13,
198,
197,
8818,
787,
6601,
7,
77,
28,
940,
62,
830,
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,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
197,
197,
2,
534,
1210,
0,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
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,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
197,
197,
7783,
360,
713,
7203,
31361,
1,
14804,
31361,
553,
77,
1,
14804,
22510,
8158,
553,
55,
1,
14804,
55,
553,
88,
1,
14804,
88,
553,
17080,
1,
14804,
27237,
8,
198,
197,
437,
628,
198,
197,
2,
1849,
6404,
14955,
2163,
379,
2124,
198,
197,
8818,
2604,
46965,
7,
11181,
292,
3712,
38469,
11,
67,
3712,
35,
713,
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,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
628,
197,
437,
628,
197,
2,
31312,
286,
262,
14955,
379,
2124,
198,
197,
8818,
3915,
0,
7,
35350,
3712,
38469,
11,
11181,
292,
3712,
38469,
11,
67,
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,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
197,
437,
628,
197,
2,
339,
824,
666,
286,
262,
14955,
379,
2124,
198,
197,
8818,
339,
824,
666,
0,
7,
35350,
3712,
46912,
11,
11181,
292,
3712,
38469,
11,
67,
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,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
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,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
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,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
197,
437,
628,
198,
197,
8818,
7508,
62,
6759,
7,
11181,
292,
3712,
38469,
11,
67,
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,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
628,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
197,
437,
628,
197,
8818,
800,
62,
12360,
7,
11181,
292,
3712,
38469,
11,
67,
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,
198,
197,
437,
628,
628,
197,
37811,
198,
197,
259,
4399,
286,
6515,
1321,
17593,
198,
197,
37811,
198,
197,
8818,
800,
62,
672,
45852,
12360,
7,
11181,
292,
3712,
38469,
11,
67,
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,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
198,
197,
437,
628,
197,
37811,
198,
197,
20307,
8563,
198,
197,
37811,
198,
197,
8818,
384,
7,
11181,
292,
3712,
38469,
11,
67,
3712,
35,
713,
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,
220,
220,
220,
220,
220,
198,
197,
437,
628,
197,
2,
1849,
8818,
326,
12991,
4340,
262,
2604,
14955,
1231,
262,
31312,
198,
197,
2,
351,
257,
869,
284,
4600,
40085,
1096,
63,
290,
5860,
262,
1255,
198,
197,
8818,
20487,
62,
2339,
7,
87,
15,
41888,
15,
13,
23,
11,
16,
13,
15,
12095,
15,
13,
16,
4357,
76,
2788,
28,
8199,
6499,
44,
1329,
28955,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
197,
437,
198,
197,
8818,
20487,
62,
2339,
62,
16794,
32755,
7,
87,
15,
41888,
352,
26,
352,
13,
20,
26,
532,
15,
13,
20,
16589,
76,
2788,
28,
8199,
6499,
44,
1329,
28955,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
197,
437,
628,
628,
197,
2,
1849,
8818,
326,
12991,
4340,
262,
2604,
14955,
351,
262,
31312,
198,
197,
2,
351,
257,
869,
284,
4600,
40085,
1096,
63,
290,
5860,
262,
1255,
198,
197,
8818,
20487,
62,
2339,
62,
9744,
7,
87,
15,
41888,
15,
13,
23,
11,
16,
13,
15,
12095,
15,
13,
16,
4357,
76,
2788,
28,
29499,
14313,
28955,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
197,
437,
628,
197,
8818,
20487,
62,
2339,
62,
9744,
62,
33979,
7,
87,
15,
41888,
15,
13,
23,
11,
16,
13,
15,
12095,
15,
13,
16,
4357,
76,
2788,
28,
3791,
1122,
28955,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
197,
437,
628,
197,
8818,
20487,
62,
2339,
62,
9744,
62,
325,
7,
87,
15,
41888,
15,
13,
23,
11,
16,
13,
15,
12095,
15,
13,
16,
4357,
76,
2788,
28,
29499,
14313,
28955,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
197,
437,
628,
198,
197,
2,
5874,
6689,
34558,
198,
197,
2,
34400,
438,
628,
197,
2,
2163,
326,
21528,
262,
14955,
198,
197,
2,
356,
389,
2045,
329,
257,
3785,
351,
513,
850,
489,
1747,
11,
810,
1123,
850,
29487,
198,
197,
2,
17806,
530,
286,
262,
10007,
11,
4769,
262,
1854,
5969,
379,
262,
2081,
1988,
198,
197,
2,
1849,
732,
765,
284,
766,
1771,
612,
318,
257,
3298,
5288,
286,
262,
14955,
379,
262,
262,
2081,
1988,
198,
197,
8818,
7110,
7594,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
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,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
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,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
628,
197,
437,
198,
197,
8818,
7110,
42731,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
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,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
197,
437,
628,
197,
628,
197,
8818,
3613,
489,
1747,
3419,
198,
197,
197,
79,
16,
796,
7110,
7594,
3419,
198,
197,
197,
21928,
5647,
7,
79,
16,
11,
22179,
6978,
7,
15908,
3672,
7,
31,
834,
25664,
834,
27267,
492,
2430,
2339,
11935,
13,
11134,
48774,
198,
197,
197,
79,
17,
796,
7110,
42731,
3419,
198,
197,
197,
21928,
5647,
7,
79,
17,
11,
22179,
6978,
7,
15908,
3672,
7,
31,
834,
25664,
834,
27267,
492,
2430,
49607,
13,
11134,
48774,
198,
197,
197,
31,
10951,
7203,
82,
9586,
1111,
21528,
19570,
198,
197,
437,
198,
198,
437,
628
] | 1.27634 | 5,410 |
## mapreduce implementation that skips NA
function skipna_init(f, op, na::BitArray, data::Array, ifirst::Int, ilast::Int)
# Get first non-NA element
ifirst = Base.findnextnot(na, ifirst)
@inbounds d1 = data[ifirst]
# Get next non-NA element
ifirst = Base.findnextnot(na, ifirst+1)
@inbounds d2 = data[ifirst]
# Reduce first two elements
(op(f(d1), f(d2)), ifirst)
end
function mapreduce_seq_impl_skipna(f, op, T, A::DataArray, ifirst::Int, ilast::Int)
data = A.data
na = A.na
chunks = na.chunks
v, i = skipna_init(f, op, na, data, ifirst, ilast)
while i < ilast
i += 1
@inbounds na = Base.unsafe_bitgetindex(chunks, i)
na && continue
@inbounds d = data[i]
v = op(v, f(d))
end
v
end
# Pairwise map-reduce
function mapreduce_pairwise_impl_skipna{T}(f, op, A::DataArray{T}, bytefirst::Int, bytelast::Int, n_notna::Int, blksize::Int)
if n_notna <= blksize
ifirst = 64*(bytefirst-1)+1
ilast = min(64*bytelast, length(A))
# Fall back to Base implementation if no NAs in block
return ilast - ifirst + 1 == n_notna ? Base.mapreduce_seq_impl(f, op, A.data, ifirst, ilast) :
mapreduce_seq_impl_skipna(f, op, T, A, ifirst, ilast)
end
# Find byte in the middle of range
# The block size is restricted so that there will always be at
# least two non-NA elements in the returned range
chunks = A.na.chunks
nmid = 0
imid = bytefirst-1
while nmid < (n_notna >> 1)
imid += 1
@inbounds nmid += count_zeros(chunks[imid])
end
v1 = mapreduce_pairwise_impl_skipna(f, op, A, bytefirst, imid, nmid, blksize)
v2 = mapreduce_pairwise_impl_skipna(f, op, A, imid+1, bytelast, n_notna-nmid, blksize)
op(v1, v2)
end
if isdefined(Base, :pairwise_blocksize)
sum_pairwise_blocksize(f) = Base.pairwise_blocksize(f, +)
else
const sum_pairwise_blocksize = Base.sum_pairwise_blocksize
end
mapreduce_impl_skipna{T}(f, op, A::DataArray{T}) =
mapreduce_seq_impl_skipna(f, op, T, A, 1, length(A.data))
mapreduce_impl_skipna(f, op::typeof(@functorize(+)), A::DataArray) =
mapreduce_pairwise_impl_skipna(f, op, A, 1, length(A.na.chunks),
length(A.na)-countnz(A.na),
max(128, sum_pairwise_blocksize(f)))
## general mapreduce interface
function _mapreduce_skipna{T}(f, op, A::DataArray{T})
n = length(A)
na = A.na
nna = countnz(na)
nna == n && return Base.mr_empty(f, op, T)
nna == n-1 && return Base.r_promote(op, f(A.data[Base.findnextnot(na, 1)]))
nna == 0 && return Base.mapreduce_impl(f, op, A.data, 1, n)
mapreduce_impl_skipna(f, op, A)
end
# This is only safe when we can guarantee that if a function is passed
# NA, it returns NA. Otherwise we will fall back to the implementation
# in Base, which is slow because it's type-unstable, but guarantees the
# correct semantics
typealias SafeMapFuns @compat Union{typeof(@functorize(identity)), typeof(@functorize(abs)), typeof(@functorize(abs2)),
typeof(@functorize(exp)), typeof(@functorize(log)), typeof(@functorize(centralizedabs2fun))}
typealias SafeReduceFuns @compat Union{typeof(@functorize(+)), typeof(@functorize(*)), typeof(@functorize(max)), typeof(@functorize(min))}
function Base._mapreduce(f::SafeMapFuns, op::SafeReduceFuns, A::DataArray)
any(A.na) && return NA
Base._mapreduce(f, op, A.data)
end
function Base.mapreduce(f, op::Function, A::DataArray; skipna::Bool=false)
is(op, +) ? (skipna ? _mapreduce_skipna(f, @functorize(+), A) : Base._mapreduce(f, @functorize(+), A)) :
is(op, *) ? (skipna ? _mapreduce_skipna(f, @functorize(*), A) : Base._mapreduce(f, @functorize(*), A)) :
is(op, &) ? (skipna ? _mapreduce_skipna(f, @functorize(&), A) : Base._mapreduce(f, @functorize(&), A)) :
is(op, |) ? (skipna ? _mapreduce_skipna(f, @functorize(|), A) : Base._mapreduce(f, @functorize(|), A)) :
skipna ? _mapreduce_skipna(f, op, A) : Base._mapreduce(f, op, A)
end
# To silence deprecations, but could be more efficient
Base.mapreduce(f, op::(@compat Union{typeof(@functorize(|)), typeof(@functorize(&))}), A::DataArray; skipna::Bool=false) =
skipna ? _mapreduce_skipna(f, op, A) : Base._mapreduce(f, op, A)
Base.mapreduce(f, op, A::DataArray; skipna::Bool=false) =
skipna ? _mapreduce_skipna(f, op, A) : Base._mapreduce(f, op, A)
Base.reduce(op, A::DataArray; skipna::Bool=false) =
mapreduce(@functorize(identity), op, A; skipna=skipna)
## usual reductions
for (fn, op) in ((:(Base.sum), @functorize(+)),
(:(Base.prod), @functorize(*)),
(:(Base.minimum), @functorize(min)),
(:(Base.maximum), @functorize(max)))
@eval begin
$fn(f::(@compat Union{Function,$(supertype(typeof(@functorize(abs))))}), a::DataArray; skipna::Bool=false) =
mapreduce(f, $op, a; skipna=skipna)
$fn(a::DataArray; skipna::Bool=false) =
mapreduce(@functorize(identity), $op, a; skipna=skipna)
end
end
for (fn, f, op) in ((:(Base.sumabs), @functorize(abs), @functorize(+)),
(:(Base.sumabs2), @functorize(abs2), @functorize(+)))
@eval $fn(a::DataArray; skipna::Bool=false) = mapreduce($f, $op, a; skipna=skipna)
end
## mean
Base.mean(a::DataArray; skipna::Bool=false) =
sum(a; skipna=skipna) / (length(a.na)-(skipna ? countnz(a.na) : 0))
## variance
function Base.varm{T}(A::DataArray{T}, m::Number; corrected::Bool=true, skipna::Bool=false)
if skipna
n = length(A)
na = A.na
nna = countnz(na)
nna == n && return convert(Base.momenttype(T), NaN)
nna == n-1 && return convert(Base.momenttype(T),
abs2(A.data[Base.findnextnot(na, 1)] - m)/(1 - @compat(Int(corrected))))
/(nna == 0 ? Base.centralize_sumabs2(A.data, m, 1, n) :
mapreduce_impl_skipna(@functorize(centralizedabs2fun)(m), @functorize(+), A),
n - nna - @compat(Int(corrected)))
else
any(A.na) && return NA
Base.varm(A.data, m; corrected=corrected)
end
end
Base.varm{T}(A::DataArray{T}, m::NAtype; corrected::Bool=true, skipna::Bool=false) = NA
function Base.var(A::DataArray; corrected::Bool=true, mean=nothing, skipna::Bool=false)
mean == 0 ? Base.varm(A, 0; corrected=corrected, skipna=skipna) :
mean == nothing ? varm(A, Base.mean(A; skipna=skipna); corrected=corrected, skipna=skipna) :
isa(mean, (@compat Union{Number, NAtype})) ?
varm(A, mean; corrected=corrected, skipna=skipna) :
throw(ErrorException("Invalid value of mean."))
end
Base.stdm(A::DataArray, m::Number; corrected::Bool=true, skipna::Bool=false) =
sqrt(varm(A, m; corrected=corrected, skipna=skipna))
Base.std(A::DataArray; corrected::Bool=true, mean=nothing, skipna::Bool=false) =
sqrt(var(A; corrected=corrected, mean=mean, skipna=skipna))
## weighted mean
function Base.mean(a::DataArray, w::WeightVec; skipna::Bool=false)
if skipna
v = a .* w.values
sum(v; skipna=true) / sum(DataArray(w.values, v.na); skipna=true)
else
anyna(a) ? NA : mean(a.data, w)
end
end
function Base.mean{W,V<:DataArray}(a::DataArray, w::WeightVec{W,V}; skipna::Bool=false)
if skipna
v = a .* w.values
sum(v; skipna=true) / sum(DataArray(w.values.data, v.na); skipna=true)
else
anyna(a) || anyna(w.values) ? NA : wsum(a.data, w.values.data) / w.sum
end
end
| [
2235,
3975,
445,
7234,
7822,
326,
1341,
2419,
11746,
198,
198,
8818,
14267,
2616,
62,
15003,
7,
69,
11,
1034,
11,
12385,
3712,
13128,
19182,
11,
1366,
3712,
19182,
11,
611,
667,
3712,
5317,
11,
4229,
459,
3712,
5317,
8,
198,
220,
220,
220,
1303,
3497,
717,
1729,
12,
4535,
5002,
198,
220,
220,
220,
611,
667,
796,
7308,
13,
19796,
19545,
1662,
7,
2616,
11,
611,
667,
8,
198,
220,
220,
220,
2488,
259,
65,
3733,
288,
16,
796,
1366,
58,
361,
667,
60,
628,
220,
220,
220,
1303,
3497,
1306,
1729,
12,
4535,
5002,
198,
220,
220,
220,
611,
667,
796,
7308,
13,
19796,
19545,
1662,
7,
2616,
11,
611,
667,
10,
16,
8,
198,
220,
220,
220,
2488,
259,
65,
3733,
288,
17,
796,
1366,
58,
361,
667,
60,
628,
220,
220,
220,
1303,
44048,
717,
734,
4847,
198,
220,
220,
220,
357,
404,
7,
69,
7,
67,
16,
828,
277,
7,
67,
17,
36911,
611,
667,
8,
198,
437,
198,
198,
8818,
3975,
445,
7234,
62,
41068,
62,
23928,
62,
48267,
2616,
7,
69,
11,
1034,
11,
309,
11,
317,
3712,
6601,
19182,
11,
611,
667,
3712,
5317,
11,
4229,
459,
3712,
5317,
8,
198,
220,
220,
220,
1366,
796,
317,
13,
7890,
198,
220,
220,
220,
12385,
796,
317,
13,
2616,
198,
220,
220,
220,
22716,
796,
12385,
13,
354,
14125,
628,
220,
220,
220,
410,
11,
1312,
796,
14267,
2616,
62,
15003,
7,
69,
11,
1034,
11,
12385,
11,
1366,
11,
611,
667,
11,
4229,
459,
8,
628,
220,
220,
220,
981,
1312,
1279,
4229,
459,
198,
220,
220,
220,
220,
220,
220,
220,
1312,
15853,
352,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
259,
65,
3733,
12385,
796,
7308,
13,
13271,
8635,
62,
2545,
1136,
9630,
7,
354,
14125,
11,
1312,
8,
198,
220,
220,
220,
220,
220,
220,
220,
12385,
11405,
2555,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
259,
65,
3733,
288,
796,
1366,
58,
72,
60,
198,
220,
220,
220,
220,
220,
220,
220,
410,
796,
1034,
7,
85,
11,
277,
7,
67,
4008,
198,
220,
220,
220,
886,
198,
220,
220,
220,
410,
198,
437,
198,
198,
2,
39645,
3083,
3975,
12,
445,
7234,
198,
8818,
3975,
445,
7234,
62,
24874,
3083,
62,
23928,
62,
48267,
2616,
90,
51,
92,
7,
69,
11,
1034,
11,
317,
3712,
6601,
19182,
90,
51,
5512,
18022,
11085,
3712,
5317,
11,
416,
37524,
459,
3712,
5317,
11,
299,
62,
1662,
2616,
3712,
5317,
11,
698,
591,
1096,
3712,
5317,
8,
198,
220,
220,
220,
611,
299,
62,
1662,
2616,
19841,
698,
591,
1096,
198,
220,
220,
220,
220,
220,
220,
220,
611,
667,
796,
5598,
9,
7,
26327,
11085,
12,
16,
47762,
16,
198,
220,
220,
220,
220,
220,
220,
220,
4229,
459,
796,
949,
7,
2414,
9,
1525,
37524,
459,
11,
4129,
7,
32,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
7218,
736,
284,
7308,
7822,
611,
645,
399,
1722,
287,
2512,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
4229,
459,
532,
611,
667,
1343,
352,
6624,
299,
62,
1662,
2616,
5633,
7308,
13,
8899,
445,
7234,
62,
41068,
62,
23928,
7,
69,
11,
1034,
11,
317,
13,
7890,
11,
611,
667,
11,
4229,
459,
8,
1058,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3975,
445,
7234,
62,
41068,
62,
23928,
62,
48267,
2616,
7,
69,
11,
1034,
11,
309,
11,
317,
11,
611,
667,
11,
4229,
459,
8,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1303,
9938,
18022,
287,
262,
3504,
286,
2837,
198,
220,
220,
220,
1303,
383,
2512,
2546,
318,
10770,
523,
326,
612,
481,
1464,
307,
379,
198,
220,
220,
220,
1303,
1551,
734,
1729,
12,
4535,
4847,
287,
262,
4504,
2837,
198,
220,
220,
220,
22716,
796,
317,
13,
2616,
13,
354,
14125,
198,
220,
220,
220,
299,
13602,
796,
657,
198,
220,
220,
220,
545,
312,
796,
18022,
11085,
12,
16,
198,
220,
220,
220,
981,
299,
13602,
1279,
357,
77,
62,
1662,
2616,
9609,
352,
8,
198,
220,
220,
220,
220,
220,
220,
220,
545,
312,
15853,
352,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
259,
65,
3733,
299,
13602,
15853,
954,
62,
9107,
418,
7,
354,
14125,
58,
320,
312,
12962,
198,
220,
220,
220,
886,
628,
220,
220,
220,
410,
16,
796,
3975,
445,
7234,
62,
24874,
3083,
62,
23928,
62,
48267,
2616,
7,
69,
11,
1034,
11,
317,
11,
18022,
11085,
11,
545,
312,
11,
299,
13602,
11,
698,
591,
1096,
8,
198,
220,
220,
220,
410,
17,
796,
3975,
445,
7234,
62,
24874,
3083,
62,
23928,
62,
48267,
2616,
7,
69,
11,
1034,
11,
317,
11,
545,
312,
10,
16,
11,
416,
37524,
459,
11,
299,
62,
1662,
2616,
12,
77,
13602,
11,
698,
591,
1096,
8,
198,
220,
220,
220,
1034,
7,
85,
16,
11,
410,
17,
8,
198,
437,
198,
198,
361,
318,
23211,
7,
14881,
11,
1058,
24874,
3083,
62,
27372,
1096,
8,
198,
220,
220,
220,
2160,
62,
24874,
3083,
62,
27372,
1096,
7,
69,
8,
796,
7308,
13,
24874,
3083,
62,
27372,
1096,
7,
69,
11,
1343,
8,
198,
17772,
198,
220,
220,
220,
1500,
2160,
62,
24874,
3083,
62,
27372,
1096,
796,
7308,
13,
16345,
62,
24874,
3083,
62,
27372,
1096,
198,
437,
198,
198,
8899,
445,
7234,
62,
23928,
62,
48267,
2616,
90,
51,
92,
7,
69,
11,
1034,
11,
317,
3712,
6601,
19182,
90,
51,
30072,
796,
198,
220,
220,
220,
3975,
445,
7234,
62,
41068,
62,
23928,
62,
48267,
2616,
7,
69,
11,
1034,
11,
309,
11,
317,
11,
352,
11,
4129,
7,
32,
13,
7890,
4008,
198,
8899,
445,
7234,
62,
23928,
62,
48267,
2616,
7,
69,
11,
1034,
3712,
4906,
1659,
7,
31,
12543,
2715,
1096,
7,
28988,
828,
317,
3712,
6601,
19182,
8,
796,
198,
220,
220,
220,
3975,
445,
7234,
62,
24874,
3083,
62,
23928,
62,
48267,
2616,
7,
69,
11,
1034,
11,
317,
11,
352,
11,
4129,
7,
32,
13,
2616,
13,
354,
14125,
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,
4129,
7,
32,
13,
2616,
13219,
9127,
27305,
7,
32,
13,
2616,
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,
3509,
7,
12762,
11,
2160,
62,
24874,
3083,
62,
27372,
1096,
7,
69,
22305,
198,
198,
2235,
2276,
3975,
445,
7234,
7071,
198,
198,
8818,
4808,
8899,
445,
7234,
62,
48267,
2616,
90,
51,
92,
7,
69,
11,
1034,
11,
317,
3712,
6601,
19182,
90,
51,
30072,
198,
220,
220,
220,
299,
796,
4129,
7,
32,
8,
198,
220,
220,
220,
12385,
796,
317,
13,
2616,
628,
220,
220,
220,
299,
2616,
796,
954,
27305,
7,
2616,
8,
198,
220,
220,
220,
299,
2616,
6624,
299,
11405,
1441,
7308,
13,
43395,
62,
28920,
7,
69,
11,
1034,
11,
309,
8,
198,
220,
220,
220,
299,
2616,
6624,
299,
12,
16,
11405,
1441,
7308,
13,
81,
62,
16963,
1258,
7,
404,
11,
277,
7,
32,
13,
7890,
58,
14881,
13,
19796,
19545,
1662,
7,
2616,
11,
352,
15437,
4008,
198,
220,
220,
220,
299,
2616,
6624,
657,
11405,
1441,
7308,
13,
8899,
445,
7234,
62,
23928,
7,
69,
11,
1034,
11,
317,
13,
7890,
11,
352,
11,
299,
8,
628,
220,
220,
220,
3975,
445,
7234,
62,
23928,
62,
48267,
2616,
7,
69,
11,
1034,
11,
317,
8,
198,
437,
198,
198,
2,
770,
318,
691,
3338,
618,
356,
460,
9149,
326,
611,
257,
2163,
318,
3804,
198,
2,
11746,
11,
340,
5860,
11746,
13,
15323,
356,
481,
2121,
736,
284,
262,
7822,
198,
2,
287,
7308,
11,
543,
318,
3105,
780,
340,
338,
2099,
12,
403,
31284,
11,
475,
19026,
262,
198,
2,
3376,
33815,
198,
4906,
26011,
19978,
13912,
37,
13271,
2488,
5589,
265,
4479,
90,
4906,
1659,
7,
31,
12543,
2715,
1096,
7,
738,
414,
36911,
2099,
1659,
7,
31,
12543,
2715,
1096,
7,
8937,
36911,
2099,
1659,
7,
31,
12543,
2715,
1096,
7,
8937,
17,
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,
2099,
1659,
7,
31,
12543,
2715,
1096,
7,
11201,
36911,
2099,
1659,
7,
31,
12543,
2715,
1096,
7,
6404,
36911,
2099,
1659,
7,
31,
12543,
2715,
1096,
7,
31463,
1143,
8937,
17,
12543,
4008,
92,
198,
4906,
26011,
19978,
7738,
7234,
37,
13271,
2488,
5589,
265,
4479,
90,
4906,
1659,
7,
31,
12543,
2715,
1096,
7,
28988,
828,
2099,
1659,
7,
31,
12543,
2715,
1096,
7,
28104,
828,
2099,
1659,
7,
31,
12543,
2715,
1096,
7,
9806,
36911,
2099,
1659,
7,
31,
12543,
2715,
1096,
7,
1084,
4008,
92,
198,
8818,
7308,
13557,
8899,
445,
7234,
7,
69,
3712,
31511,
13912,
37,
13271,
11,
1034,
3712,
31511,
7738,
7234,
37,
13271,
11,
317,
3712,
6601,
19182,
8,
198,
220,
220,
220,
597,
7,
32,
13,
2616,
8,
11405,
1441,
11746,
198,
220,
220,
220,
7308,
13557,
8899,
445,
7234,
7,
69,
11,
1034,
11,
317,
13,
7890,
8,
198,
437,
198,
198,
8818,
7308,
13,
8899,
445,
7234,
7,
69,
11,
1034,
3712,
22203,
11,
317,
3712,
6601,
19182,
26,
14267,
2616,
3712,
33,
970,
28,
9562,
8,
198,
220,
220,
220,
318,
7,
404,
11,
1343,
8,
5633,
357,
48267,
2616,
5633,
4808,
8899,
445,
7234,
62,
48267,
2616,
7,
69,
11,
2488,
12543,
2715,
1096,
7,
10,
828,
317,
8,
1058,
7308,
13557,
8899,
445,
7234,
7,
69,
11,
2488,
12543,
2715,
1096,
7,
10,
828,
317,
4008,
1058,
198,
220,
220,
220,
318,
7,
404,
11,
31936,
5633,
357,
48267,
2616,
5633,
4808,
8899,
445,
7234,
62,
48267,
2616,
7,
69,
11,
2488,
12543,
2715,
1096,
46491,
828,
317,
8,
1058,
7308,
13557,
8899,
445,
7234,
7,
69,
11,
2488,
12543,
2715,
1096,
46491,
828,
317,
4008,
1058,
198,
220,
220,
220,
318,
7,
404,
11,
1222,
8,
5633,
357,
48267,
2616,
5633,
4808,
8899,
445,
7234,
62,
48267,
2616,
7,
69,
11,
2488,
12543,
2715,
1096,
39434,
828,
317,
8,
1058,
7308,
13557,
8899,
445,
7234,
7,
69,
11,
2488,
12543,
2715,
1096,
39434,
828,
317,
4008,
1058,
198,
220,
220,
220,
318,
7,
404,
11,
930,
8,
5633,
357,
48267,
2616,
5633,
4808,
8899,
445,
7234,
62,
48267,
2616,
7,
69,
11,
2488,
12543,
2715,
1096,
7,
91,
828,
317,
8,
1058,
7308,
13557,
8899,
445,
7234,
7,
69,
11,
2488,
12543,
2715,
1096,
7,
91,
828,
317,
4008,
1058,
198,
220,
220,
220,
14267,
2616,
5633,
4808,
8899,
445,
7234,
62,
48267,
2616,
7,
69,
11,
1034,
11,
317,
8,
1058,
7308,
13557,
8899,
445,
7234,
7,
69,
11,
1034,
11,
317,
8,
198,
437,
198,
198,
2,
1675,
9550,
1207,
8344,
602,
11,
475,
714,
307,
517,
6942,
198,
14881,
13,
8899,
445,
7234,
7,
69,
11,
1034,
3712,
7,
31,
5589,
265,
4479,
90,
4906,
1659,
7,
31,
12543,
2715,
1096,
7,
91,
36911,
2099,
1659,
7,
31,
12543,
2715,
1096,
39434,
4008,
92,
828,
317,
3712,
6601,
19182,
26,
14267,
2616,
3712,
33,
970,
28,
9562,
8,
796,
198,
220,
220,
220,
14267,
2616,
5633,
4808,
8899,
445,
7234,
62,
48267,
2616,
7,
69,
11,
1034,
11,
317,
8,
1058,
7308,
13557,
8899,
445,
7234,
7,
69,
11,
1034,
11,
317,
8,
198,
198,
14881,
13,
8899,
445,
7234,
7,
69,
11,
1034,
11,
317,
3712,
6601,
19182,
26,
14267,
2616,
3712,
33,
970,
28,
9562,
8,
796,
198,
220,
220,
220,
14267,
2616,
5633,
4808,
8899,
445,
7234,
62,
48267,
2616,
7,
69,
11,
1034,
11,
317,
8,
1058,
7308,
13557,
8899,
445,
7234,
7,
69,
11,
1034,
11,
317,
8,
198,
198,
14881,
13,
445,
7234,
7,
404,
11,
317,
3712,
6601,
19182,
26,
14267,
2616,
3712,
33,
970,
28,
9562,
8,
796,
198,
220,
220,
220,
3975,
445,
7234,
7,
31,
12543,
2715,
1096,
7,
738,
414,
828,
1034,
11,
317,
26,
14267,
2616,
28,
48267,
2616,
8,
198,
198,
2235,
6678,
20691,
198,
198,
1640,
357,
22184,
11,
1034,
8,
287,
14808,
37498,
14881,
13,
16345,
828,
2488,
12543,
2715,
1096,
7,
28988,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
37498,
14881,
13,
1676,
67,
828,
2488,
12543,
2715,
1096,
7,
28104,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
37498,
14881,
13,
39504,
828,
2488,
12543,
2715,
1096,
7,
1084,
36911,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
37498,
14881,
13,
47033,
828,
2488,
12543,
2715,
1096,
7,
9806,
22305,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
720,
22184,
7,
69,
3712,
7,
31,
5589,
265,
4479,
90,
22203,
11,
3,
7,
16668,
4906,
7,
4906,
1659,
7,
31,
12543,
2715,
1096,
7,
8937,
35514,
92,
828,
257,
3712,
6601,
19182,
26,
14267,
2616,
3712,
33,
970,
28,
9562,
8,
796,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3975,
445,
7234,
7,
69,
11,
720,
404,
11,
257,
26,
14267,
2616,
28,
48267,
2616,
8,
198,
220,
220,
220,
220,
220,
220,
220,
720,
22184,
7,
64,
3712,
6601,
19182,
26,
14267,
2616,
3712,
33,
970,
28,
9562,
8,
796,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3975,
445,
7234,
7,
31,
12543,
2715,
1096,
7,
738,
414,
828,
720,
404,
11,
257,
26,
14267,
2616,
28,
48267,
2616,
8,
198,
220,
220,
220,
886,
198,
437,
198,
198,
1640,
357,
22184,
11,
277,
11,
1034,
8,
287,
14808,
37498,
14881,
13,
16345,
8937,
828,
2488,
12543,
2715,
1096,
7,
8937,
828,
2488,
12543,
2715,
1096,
7,
28988,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
37498,
14881,
13,
16345,
8937,
17,
828,
2488,
12543,
2715,
1096,
7,
8937,
17,
828,
2488,
12543,
2715,
1096,
7,
10,
22305,
198,
220,
220,
220,
2488,
18206,
720,
22184,
7,
64,
3712,
6601,
19182,
26,
14267,
2616,
3712,
33,
970,
28,
9562,
8,
796,
3975,
445,
7234,
16763,
69,
11,
720,
404,
11,
257,
26,
14267,
2616,
28,
48267,
2616,
8,
198,
437,
198,
198,
2235,
1612,
198,
198,
14881,
13,
32604,
7,
64,
3712,
6601,
19182,
26,
14267,
2616,
3712,
33,
970,
28,
9562,
8,
796,
198,
220,
220,
220,
2160,
7,
64,
26,
14267,
2616,
28,
48267,
2616,
8,
1220,
357,
13664,
7,
64,
13,
2616,
13219,
7,
48267,
2616,
5633,
954,
27305,
7,
64,
13,
2616,
8,
1058,
657,
4008,
198,
198,
2235,
24198,
198,
198,
8818,
7308,
13,
85,
1670,
90,
51,
92,
7,
32,
3712,
6601,
19182,
90,
51,
5512,
285,
3712,
15057,
26,
19267,
3712,
33,
970,
28,
7942,
11,
14267,
2616,
3712,
33,
970,
28,
9562,
8,
198,
220,
220,
220,
611,
14267,
2616,
198,
220,
220,
220,
220,
220,
220,
220,
299,
796,
4129,
7,
32,
8,
198,
220,
220,
220,
220,
220,
220,
220,
12385,
796,
317,
13,
2616,
628,
220,
220,
220,
220,
220,
220,
220,
299,
2616,
796,
954,
27305,
7,
2616,
8,
198,
220,
220,
220,
220,
220,
220,
220,
299,
2616,
6624,
299,
11405,
1441,
10385,
7,
14881,
13,
32542,
298,
4906,
7,
51,
828,
11013,
45,
8,
198,
220,
220,
220,
220,
220,
220,
220,
299,
2616,
6624,
299,
12,
16,
11405,
1441,
10385,
7,
14881,
13,
32542,
298,
4906,
7,
51,
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,
2352,
17,
7,
32,
13,
7890,
58,
14881,
13,
19796,
19545,
1662,
7,
2616,
11,
352,
15437,
532,
285,
20679,
7,
16,
532,
2488,
5589,
265,
7,
5317,
7,
30283,
276,
35514,
628,
220,
220,
220,
220,
220,
220,
220,
1220,
7,
77,
2616,
6624,
657,
5633,
7308,
13,
31463,
1096,
62,
16345,
8937,
17,
7,
32,
13,
7890,
11,
285,
11,
352,
11,
299,
8,
1058,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3975,
445,
7234,
62,
23928,
62,
48267,
2616,
7,
31,
12543,
2715,
1096,
7,
31463,
1143,
8937,
17,
12543,
5769,
76,
828,
2488,
12543,
2715,
1096,
7,
10,
828,
317,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
299,
532,
299,
2616,
532,
2488,
5589,
265,
7,
5317,
7,
30283,
276,
22305,
198,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
597,
7,
32,
13,
2616,
8,
11405,
1441,
11746,
198,
220,
220,
220,
220,
220,
220,
220,
7308,
13,
85,
1670,
7,
32,
13,
7890,
11,
285,
26,
19267,
28,
30283,
276,
8,
198,
220,
220,
220,
886,
198,
437,
198,
14881,
13,
85,
1670,
90,
51,
92,
7,
32,
3712,
6601,
19182,
90,
51,
5512,
285,
3712,
4535,
4906,
26,
19267,
3712,
33,
970,
28,
7942,
11,
14267,
2616,
3712,
33,
970,
28,
9562,
8,
796,
11746,
198,
198,
8818,
7308,
13,
7785,
7,
32,
3712,
6601,
19182,
26,
19267,
3712,
33,
970,
28,
7942,
11,
1612,
28,
22366,
11,
14267,
2616,
3712,
33,
970,
28,
9562,
8,
198,
220,
220,
220,
1612,
6624,
657,
5633,
7308,
13,
85,
1670,
7,
32,
11,
657,
26,
19267,
28,
30283,
276,
11,
14267,
2616,
28,
48267,
2616,
8,
1058,
198,
220,
220,
220,
1612,
6624,
2147,
5633,
1401,
76,
7,
32,
11,
7308,
13,
32604,
7,
32,
26,
14267,
2616,
28,
48267,
2616,
1776,
19267,
28,
30283,
276,
11,
14267,
2616,
28,
48267,
2616,
8,
1058,
198,
220,
220,
220,
318,
64,
7,
32604,
11,
4275,
5589,
265,
4479,
90,
15057,
11,
11746,
4906,
92,
4008,
5633,
198,
220,
220,
220,
220,
220,
220,
220,
1401,
76,
7,
32,
11,
1612,
26,
19267,
28,
30283,
276,
11,
14267,
2616,
28,
48267,
2616,
8,
1058,
198,
220,
220,
220,
220,
220,
220,
220,
3714,
7,
12331,
16922,
7203,
44651,
1988,
286,
1612,
526,
4008,
198,
437,
198,
198,
14881,
13,
19282,
76,
7,
32,
3712,
6601,
19182,
11,
285,
3712,
15057,
26,
19267,
3712,
33,
970,
28,
7942,
11,
14267,
2616,
3712,
33,
970,
28,
9562,
8,
796,
198,
220,
220,
220,
19862,
17034,
7,
85,
1670,
7,
32,
11,
285,
26,
19267,
28,
30283,
276,
11,
14267,
2616,
28,
48267,
2616,
4008,
198,
198,
14881,
13,
19282,
7,
32,
3712,
6601,
19182,
26,
19267,
3712,
33,
970,
28,
7942,
11,
1612,
28,
22366,
11,
14267,
2616,
3712,
33,
970,
28,
9562,
8,
796,
198,
220,
220,
220,
19862,
17034,
7,
7785,
7,
32,
26,
19267,
28,
30283,
276,
11,
1612,
28,
32604,
11,
14267,
2616,
28,
48267,
2616,
4008,
198,
198,
2235,
26356,
1612,
198,
198,
8818,
7308,
13,
32604,
7,
64,
3712,
6601,
19182,
11,
266,
3712,
25844,
53,
721,
26,
14267,
2616,
3712,
33,
970,
28,
9562,
8,
198,
220,
220,
220,
611,
14267,
2616,
198,
220,
220,
220,
220,
220,
220,
220,
410,
796,
257,
764,
9,
266,
13,
27160,
198,
220,
220,
220,
220,
220,
220,
220,
2160,
7,
85,
26,
14267,
2616,
28,
7942,
8,
1220,
2160,
7,
6601,
19182,
7,
86,
13,
27160,
11,
410,
13,
2616,
1776,
14267,
2616,
28,
7942,
8,
198,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
597,
2616,
7,
64,
8,
5633,
11746,
1058,
1612,
7,
64,
13,
7890,
11,
266,
8,
198,
220,
220,
220,
886,
198,
437,
198,
198,
8818,
7308,
13,
32604,
90,
54,
11,
53,
27,
25,
6601,
19182,
92,
7,
64,
3712,
6601,
19182,
11,
266,
3712,
25844,
53,
721,
90,
54,
11,
53,
19629,
14267,
2616,
3712,
33,
970,
28,
9562,
8,
198,
220,
220,
220,
611,
14267,
2616,
198,
220,
220,
220,
220,
220,
220,
220,
410,
796,
257,
764,
9,
266,
13,
27160,
198,
220,
220,
220,
220,
220,
220,
220,
2160,
7,
85,
26,
14267,
2616,
28,
7942,
8,
1220,
2160,
7,
6601,
19182,
7,
86,
13,
27160,
13,
7890,
11,
410,
13,
2616,
1776,
14267,
2616,
28,
7942,
8,
198,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
597,
2616,
7,
64,
8,
8614,
597,
2616,
7,
86,
13,
27160,
8,
5633,
11746,
1058,
266,
16345,
7,
64,
13,
7890,
11,
266,
13,
27160,
13,
7890,
8,
1220,
266,
13,
16345,
198,
220,
220,
220,
886,
198,
437,
198
] | 2.173627 | 3,496 |
using ModelingToolkit, OrdinaryDiffEq, Test
@parameters t α β γ δ
@variables x(t) y(t)
D = Differential(t)
eqs = [D(x) ~ α*x - β*x*y,
D(y) ~ -δ*y + γ*x*y]
sys = ODESystem(eqs)
u0 = [x => 1.0,
y => 1.0]
p = [α => 1.5,
β => 1.0,
δ => 3.0,
γ => 1.0]
tspan = (0.0,10.0)
prob = ODEProblem(sys,u0,tspan,p)
sol = solve(prob,Tsit5())
sys2 = liouville_transform(sys)
@variables trJ
u0 = [x => 1.0,
y => 1.0,
trJ => 1.0]
prob = ODEProblem(sys2,u0,tspan,p,jac=true)
sol = solve(prob,Tsit5())
@test sol[end,end] ≈ 1.0742818931017244
| [
3500,
9104,
278,
25391,
15813,
11,
14230,
3219,
28813,
36,
80,
11,
6208,
198,
198,
31,
17143,
7307,
256,
26367,
27169,
7377,
111,
7377,
112,
198,
31,
25641,
2977,
2124,
7,
83,
8,
331,
7,
83,
8,
198,
35,
796,
20615,
498,
7,
83,
8,
198,
198,
27363,
82,
796,
685,
35,
7,
87,
8,
5299,
26367,
9,
87,
532,
27169,
9,
87,
9,
88,
11,
198,
220,
220,
220,
220,
220,
220,
360,
7,
88,
8,
5299,
532,
138,
112,
9,
88,
1343,
7377,
111,
9,
87,
9,
88,
60,
198,
198,
17597,
796,
440,
30910,
6781,
7,
27363,
82,
8,
198,
198,
84,
15,
796,
685,
87,
5218,
352,
13,
15,
11,
198,
220,
220,
220,
220,
220,
331,
5218,
352,
13,
15,
60,
198,
198,
79,
220,
796,
685,
17394,
5218,
352,
13,
20,
11,
198,
220,
220,
220,
220,
220,
27169,
5218,
352,
13,
15,
11,
198,
220,
220,
220,
220,
220,
7377,
112,
5218,
513,
13,
15,
11,
198,
220,
220,
220,
220,
220,
7377,
111,
5218,
352,
13,
15,
60,
198,
198,
912,
6839,
796,
357,
15,
13,
15,
11,
940,
13,
15,
8,
198,
1676,
65,
796,
440,
7206,
40781,
7,
17597,
11,
84,
15,
11,
912,
6839,
11,
79,
8,
198,
34453,
796,
8494,
7,
1676,
65,
11,
33758,
270,
20,
28955,
198,
198,
17597,
17,
796,
7649,
280,
4244,
62,
35636,
7,
17597,
8,
198,
31,
25641,
2977,
491,
41,
198,
198,
84,
15,
796,
685,
87,
5218,
352,
13,
15,
11,
198,
220,
220,
220,
220,
220,
331,
5218,
352,
13,
15,
11,
198,
220,
220,
220,
220,
220,
491,
41,
5218,
352,
13,
15,
60,
198,
198,
1676,
65,
796,
440,
7206,
40781,
7,
17597,
17,
11,
84,
15,
11,
912,
6839,
11,
79,
11,
30482,
28,
7942,
8,
198,
34453,
796,
8494,
7,
1676,
65,
11,
33758,
270,
20,
28955,
198,
31,
9288,
1540,
58,
437,
11,
437,
60,
15139,
230,
352,
13,
2998,
40173,
23362,
3132,
29326,
25707,
198
] | 1.728916 | 332 |
using Base.Test
using QuantumOptics
@testset "spin" begin
D(op1::Operator, op2::Operator) = abs(tracedistance_nh(full(op1), full(op2)))
# Test creation
@test_throws AssertionError SpinBasis(1//3)
@test_throws AssertionError SpinBasis(-1//2)
@test_throws AssertionError SpinBasis(0)
for spinnumber=[1//2, 1, 3//2, 4//2]
spinbasis = SpinBasis(spinnumber)
I = operators.identityoperator(spinbasis)
Zero = SparseOperator(spinbasis)
sx = sigmax(spinbasis)
sy = sigmay(spinbasis)
sz = sigmaz(spinbasis)
sp = sigmap(spinbasis)
sm = sigmam(spinbasis)
# Test traces
@test 0 == trace(sx)
@test 0 == trace(sy)
@test 0 == trace(sz)
# Test kommutation relations
kommutator(x, y) = x*y - y*x
@test 1e-12 > D(kommutator(sx, sx), Zero)
@test 1e-12 > D(kommutator(sx, sy), 2im*sz)
@test 1e-12 > D(kommutator(sx, sz), -2im*sy)
@test 1e-12 > D(kommutator(sy, sx), -2im*sz)
@test 1e-12 > D(kommutator(sy, sy), Zero)
@test 1e-12 > D(kommutator(sy, sz), 2im*sx)
@test 1e-12 > D(kommutator(sz, sx), 2im*sy)
@test 1e-12 > D(kommutator(sz, sy), -2im*sx)
@test 1e-12 > D(kommutator(sz, sz), Zero)
# Test creation and anihilation operators
@test 0 == D(sp, 0.5*(sx + 1im*sy))
@test 0 == D(sm, 0.5*(sx - 1im*sy))
@test 0 == D(sx, (sp + sm))
@test 0 == D(sy, -1im*(sp - sm))
# Test commutation relations with creation and anihilation operators
@test 1e-12 > D(kommutator(sp, sm), sz)
@test 1e-12 > D(kommutator(sz, sp), 2*sp)
@test 1e-12 > D(kommutator(sz, sm), -2*sm)
# Test v x (v x u) relation: [sa, [sa, sb]] = 4*(1-delta_{ab})*sb
@test 1e-12 > D(kommutator(sx, kommutator(sx, sx)), Zero)
@test 1e-12 > D(kommutator(sx, kommutator(sx, sy)), 4*sy)
@test 1e-12 > D(kommutator(sx, kommutator(sx, sz)), 4*sz)
@test 1e-12 > D(kommutator(sy, kommutator(sy, sx)), 4*sx)
@test 1e-12 > D(kommutator(sy, kommutator(sy, sy)), Zero)
@test 1e-12 > D(kommutator(sy, kommutator(sy, sz)), 4*sz)
@test 1e-12 > D(kommutator(sz, kommutator(sz, sx)), 4*sx)
@test 1e-12 > D(kommutator(sz, kommutator(sz, sy)), 4*sy)
@test 1e-12 > D(kommutator(sz, kommutator(sz, sz)), Zero)
# Test spinup and spindown states
@test 1 ≈ norm(spinup(spinbasis))
@test 1 ≈ norm(spindown(spinbasis))
@test 0 ≈ norm(sp*spinup(spinbasis))
@test 0 ≈ norm(sm*spindown(spinbasis))
end
# Test special relations for spin 1/2
spinbasis = SpinBasis(1//2)
I = identityoperator(spinbasis)
Zero = SparseOperator(spinbasis)
sx = sigmax(spinbasis)
sy = sigmay(spinbasis)
sz = sigmaz(spinbasis)
sp = sigmap(spinbasis)
sm = sigmam(spinbasis)
# Test antikommutator
antikommutator(x, y) = x*y + y*x
@test 0 ≈ D(antikommutator(sx, sx), 2*I)
@test 0 ≈ D(antikommutator(sx, sy), Zero)
@test 0 ≈ D(antikommutator(sx, sz), Zero)
@test 0 ≈ D(antikommutator(sy, sx), Zero)
@test 0 ≈ D(antikommutator(sy, sy), 2*I)
@test 0 ≈ D(antikommutator(sy, sz), Zero)
@test 0 ≈ D(antikommutator(sz, sx), Zero)
@test 0 ≈ D(antikommutator(sz, sy), Zero)
@test 0 ≈ D(antikommutator(sz, sz), 2*I)
# Test if involutory for spin 1/2
@test 0 ≈ D(sx*sx, I)
@test 0 ≈ D(sy*sy, I)
@test 0 ≈ D(sz*sz, I)
@test 0 ≈ D(-1im*sx*sy*sz, I)
# Test consistency of spin up and down with sigmap and sigmam
@test 1e-11 > norm(sm*spinup(spinbasis) - spindown(spinbasis))
@test 1e-11 > norm(sp*spindown(spinbasis) - spinup(spinbasis))
end # testset
| [
3500,
7308,
13,
14402,
198,
3500,
29082,
27871,
873,
198,
198,
31,
9288,
2617,
366,
39706,
1,
2221,
198,
198,
35,
7,
404,
16,
3712,
18843,
1352,
11,
1034,
17,
3712,
18843,
1352,
8,
796,
2352,
7,
2213,
2286,
9311,
62,
77,
71,
7,
12853,
7,
404,
16,
828,
1336,
7,
404,
17,
22305,
198,
198,
2,
6208,
6282,
198,
31,
9288,
62,
400,
8516,
2195,
861,
295,
12331,
28002,
15522,
271,
7,
16,
1003,
18,
8,
198,
31,
9288,
62,
400,
8516,
2195,
861,
295,
12331,
28002,
15522,
271,
32590,
16,
1003,
17,
8,
198,
31,
9288,
62,
400,
8516,
2195,
861,
295,
12331,
28002,
15522,
271,
7,
15,
8,
628,
198,
1640,
599,
3732,
4494,
41888,
16,
1003,
17,
11,
352,
11,
513,
1003,
17,
11,
604,
1003,
17,
60,
198,
220,
220,
220,
7906,
12093,
271,
796,
28002,
15522,
271,
7,
2777,
3732,
4494,
8,
198,
220,
220,
220,
314,
796,
12879,
13,
738,
414,
46616,
7,
39706,
12093,
271,
8,
198,
220,
220,
220,
12169,
796,
1338,
17208,
18843,
1352,
7,
39706,
12093,
271,
8,
198,
220,
220,
220,
264,
87,
796,
43237,
9806,
7,
39706,
12093,
271,
8,
198,
220,
220,
220,
827,
796,
43237,
11261,
7,
39706,
12093,
271,
8,
198,
220,
220,
220,
264,
89,
796,
264,
17225,
1031,
7,
39706,
12093,
271,
8,
198,
220,
220,
220,
599,
796,
43237,
8899,
7,
39706,
12093,
271,
8,
198,
220,
220,
220,
895,
796,
264,
17225,
321,
7,
39706,
12093,
271,
8,
628,
198,
220,
220,
220,
1303,
6208,
20675,
198,
220,
220,
220,
2488,
9288,
657,
6624,
12854,
7,
82,
87,
8,
198,
220,
220,
220,
2488,
9288,
657,
6624,
12854,
7,
1837,
8,
198,
220,
220,
220,
2488,
9288,
657,
6624,
12854,
7,
82,
89,
8,
628,
198,
220,
220,
220,
1303,
6208,
479,
2002,
7094,
2316,
198,
220,
220,
220,
479,
2002,
315,
1352,
7,
87,
11,
331,
8,
796,
2124,
9,
88,
532,
331,
9,
87,
628,
220,
220,
220,
2488,
9288,
352,
68,
12,
1065,
1875,
360,
7,
74,
2002,
315,
1352,
7,
82,
87,
11,
264,
87,
828,
12169,
8,
198,
220,
220,
220,
2488,
9288,
352,
68,
12,
1065,
1875,
360,
7,
74,
2002,
315,
1352,
7,
82,
87,
11,
827,
828,
362,
320,
9,
82,
89,
8,
198,
220,
220,
220,
2488,
9288,
352,
68,
12,
1065,
1875,
360,
7,
74,
2002,
315,
1352,
7,
82,
87,
11,
264,
89,
828,
532,
17,
320,
9,
1837,
8,
198,
220,
220,
220,
2488,
9288,
352,
68,
12,
1065,
1875,
360,
7,
74,
2002,
315,
1352,
7,
1837,
11,
264,
87,
828,
532,
17,
320,
9,
82,
89,
8,
198,
220,
220,
220,
2488,
9288,
352,
68,
12,
1065,
1875,
360,
7,
74,
2002,
315,
1352,
7,
1837,
11,
827,
828,
12169,
8,
198,
220,
220,
220,
2488,
9288,
352,
68,
12,
1065,
1875,
360,
7,
74,
2002,
315,
1352,
7,
1837,
11,
264,
89,
828,
362,
320,
9,
82,
87,
8,
198,
220,
220,
220,
2488,
9288,
352,
68,
12,
1065,
1875,
360,
7,
74,
2002,
315,
1352,
7,
82,
89,
11,
264,
87,
828,
362,
320,
9,
1837,
8,
198,
220,
220,
220,
2488,
9288,
352,
68,
12,
1065,
1875,
360,
7,
74,
2002,
315,
1352,
7,
82,
89,
11,
827,
828,
532,
17,
320,
9,
82,
87,
8,
198,
220,
220,
220,
2488,
9288,
352,
68,
12,
1065,
1875,
360,
7,
74,
2002,
315,
1352,
7,
82,
89,
11,
264,
89,
828,
12169,
8,
628,
198,
220,
220,
220,
1303,
6208,
6282,
290,
281,
33299,
12879,
198,
220,
220,
220,
2488,
9288,
657,
6624,
360,
7,
2777,
11,
657,
13,
20,
9,
7,
82,
87,
1343,
352,
320,
9,
1837,
4008,
198,
220,
220,
220,
2488,
9288,
657,
6624,
360,
7,
5796,
11,
657,
13,
20,
9,
7,
82,
87,
532,
352,
320,
9,
1837,
4008,
198,
220,
220,
220,
2488,
9288,
657,
6624,
360,
7,
82,
87,
11,
357,
2777,
1343,
895,
4008,
198,
220,
220,
220,
2488,
9288,
657,
6624,
360,
7,
1837,
11,
532,
16,
320,
9,
7,
2777,
532,
895,
4008,
628,
198,
220,
220,
220,
1303,
6208,
725,
7094,
2316,
351,
6282,
290,
281,
33299,
12879,
198,
220,
220,
220,
2488,
9288,
352,
68,
12,
1065,
1875,
360,
7,
74,
2002,
315,
1352,
7,
2777,
11,
895,
828,
264,
89,
8,
198,
220,
220,
220,
2488,
9288,
352,
68,
12,
1065,
1875,
360,
7,
74,
2002,
315,
1352,
7,
82,
89,
11,
599,
828,
362,
9,
2777,
8,
198,
220,
220,
220,
2488,
9288,
352,
68,
12,
1065,
1875,
360,
7,
74,
2002,
315,
1352,
7,
82,
89,
11,
895,
828,
532,
17,
9,
5796,
8,
628,
198,
220,
220,
220,
1303,
6208,
410,
2124,
357,
85,
2124,
334,
8,
8695,
25,
685,
11400,
11,
685,
11400,
11,
264,
65,
11907,
796,
604,
9,
7,
16,
12,
67,
12514,
23330,
397,
92,
27493,
36299,
198,
220,
220,
220,
2488,
9288,
352,
68,
12,
1065,
1875,
360,
7,
74,
2002,
315,
1352,
7,
82,
87,
11,
479,
2002,
315,
1352,
7,
82,
87,
11,
264,
87,
36911,
12169,
8,
198,
220,
220,
220,
2488,
9288,
352,
68,
12,
1065,
1875,
360,
7,
74,
2002,
315,
1352,
7,
82,
87,
11,
479,
2002,
315,
1352,
7,
82,
87,
11,
827,
36911,
604,
9,
1837,
8,
198,
220,
220,
220,
2488,
9288,
352,
68,
12,
1065,
1875,
360,
7,
74,
2002,
315,
1352,
7,
82,
87,
11,
479,
2002,
315,
1352,
7,
82,
87,
11,
264,
89,
36911,
604,
9,
82,
89,
8,
198,
220,
220,
220,
2488,
9288,
352,
68,
12,
1065,
1875,
360,
7,
74,
2002,
315,
1352,
7,
1837,
11,
479,
2002,
315,
1352,
7,
1837,
11,
264,
87,
36911,
604,
9,
82,
87,
8,
198,
220,
220,
220,
2488,
9288,
352,
68,
12,
1065,
1875,
360,
7,
74,
2002,
315,
1352,
7,
1837,
11,
479,
2002,
315,
1352,
7,
1837,
11,
827,
36911,
12169,
8,
198,
220,
220,
220,
2488,
9288,
352,
68,
12,
1065,
1875,
360,
7,
74,
2002,
315,
1352,
7,
1837,
11,
479,
2002,
315,
1352,
7,
1837,
11,
264,
89,
36911,
604,
9,
82,
89,
8,
198,
220,
220,
220,
2488,
9288,
352,
68,
12,
1065,
1875,
360,
7,
74,
2002,
315,
1352,
7,
82,
89,
11,
479,
2002,
315,
1352,
7,
82,
89,
11,
264,
87,
36911,
604,
9,
82,
87,
8,
198,
220,
220,
220,
2488,
9288,
352,
68,
12,
1065,
1875,
360,
7,
74,
2002,
315,
1352,
7,
82,
89,
11,
479,
2002,
315,
1352,
7,
82,
89,
11,
827,
36911,
604,
9,
1837,
8,
198,
220,
220,
220,
2488,
9288,
352,
68,
12,
1065,
1875,
360,
7,
74,
2002,
315,
1352,
7,
82,
89,
11,
479,
2002,
315,
1352,
7,
82,
89,
11,
264,
89,
36911,
12169,
8,
628,
198,
220,
220,
220,
1303,
6208,
7906,
929,
290,
599,
521,
593,
2585,
198,
220,
220,
220,
2488,
9288,
352,
15139,
230,
2593,
7,
39706,
929,
7,
39706,
12093,
271,
4008,
198,
220,
220,
220,
2488,
9288,
352,
15139,
230,
2593,
7,
2777,
521,
593,
7,
39706,
12093,
271,
4008,
198,
220,
220,
220,
2488,
9288,
657,
15139,
230,
2593,
7,
2777,
9,
39706,
929,
7,
39706,
12093,
271,
4008,
198,
220,
220,
220,
2488,
9288,
657,
15139,
230,
2593,
7,
5796,
9,
2777,
521,
593,
7,
39706,
12093,
271,
4008,
198,
437,
628,
198,
2,
6208,
2041,
2316,
329,
7906,
352,
14,
17,
198,
198,
39706,
12093,
271,
796,
28002,
15522,
271,
7,
16,
1003,
17,
8,
198,
40,
796,
5369,
46616,
7,
39706,
12093,
271,
8,
198,
28667,
796,
1338,
17208,
18843,
1352,
7,
39706,
12093,
271,
8,
198,
82,
87,
796,
43237,
9806,
7,
39706,
12093,
271,
8,
198,
1837,
796,
43237,
11261,
7,
39706,
12093,
271,
8,
198,
82,
89,
796,
264,
17225,
1031,
7,
39706,
12093,
271,
8,
198,
2777,
796,
43237,
8899,
7,
39706,
12093,
271,
8,
198,
5796,
796,
264,
17225,
321,
7,
39706,
12093,
271,
8,
628,
198,
2,
6208,
1885,
1134,
2002,
315,
1352,
198,
415,
1134,
2002,
315,
1352,
7,
87,
11,
331,
8,
796,
2124,
9,
88,
1343,
331,
9,
87,
198,
198,
31,
9288,
657,
15139,
230,
360,
7,
415,
1134,
2002,
315,
1352,
7,
82,
87,
11,
264,
87,
828,
362,
9,
40,
8,
198,
31,
9288,
657,
15139,
230,
360,
7,
415,
1134,
2002,
315,
1352,
7,
82,
87,
11,
827,
828,
12169,
8,
198,
31,
9288,
657,
15139,
230,
360,
7,
415,
1134,
2002,
315,
1352,
7,
82,
87,
11,
264,
89,
828,
12169,
8,
198,
31,
9288,
657,
15139,
230,
360,
7,
415,
1134,
2002,
315,
1352,
7,
1837,
11,
264,
87,
828,
12169,
8,
198,
31,
9288,
657,
15139,
230,
360,
7,
415,
1134,
2002,
315,
1352,
7,
1837,
11,
827,
828,
362,
9,
40,
8,
198,
31,
9288,
657,
15139,
230,
360,
7,
415,
1134,
2002,
315,
1352,
7,
1837,
11,
264,
89,
828,
12169,
8,
198,
31,
9288,
657,
15139,
230,
360,
7,
415,
1134,
2002,
315,
1352,
7,
82,
89,
11,
264,
87,
828,
12169,
8,
198,
31,
9288,
657,
15139,
230,
360,
7,
415,
1134,
2002,
315,
1352,
7,
82,
89,
11,
827,
828,
12169,
8,
198,
31,
9288,
657,
15139,
230,
360,
7,
415,
1134,
2002,
315,
1352,
7,
82,
89,
11,
264,
89,
828,
362,
9,
40,
8,
628,
198,
2,
6208,
611,
1876,
17957,
329,
7906,
352,
14,
17,
198,
31,
9288,
657,
15139,
230,
360,
7,
82,
87,
9,
82,
87,
11,
314,
8,
198,
31,
9288,
657,
15139,
230,
360,
7,
1837,
9,
1837,
11,
314,
8,
198,
31,
9288,
657,
15139,
230,
360,
7,
82,
89,
9,
82,
89,
11,
314,
8,
198,
31,
9288,
657,
15139,
230,
360,
32590,
16,
320,
9,
82,
87,
9,
1837,
9,
82,
89,
11,
314,
8,
628,
198,
2,
6208,
15794,
286,
7906,
510,
290,
866,
351,
43237,
8899,
290,
264,
17225,
321,
198,
31,
9288,
352,
68,
12,
1157,
1875,
2593,
7,
5796,
9,
39706,
929,
7,
39706,
12093,
271,
8,
532,
599,
521,
593,
7,
39706,
12093,
271,
4008,
198,
31,
9288,
352,
68,
12,
1157,
1875,
2593,
7,
2777,
9,
2777,
521,
593,
7,
39706,
12093,
271,
8,
532,
7906,
929,
7,
39706,
12093,
271,
4008,
198,
198,
437,
1303,
1332,
2617,
198
] | 2.012295 | 1,708 |
# Use baremodule to shave off a few KB from the serialized `.ji` file
baremodule Xorg_xcb_util_wm_jll
using Base
using Base: UUID
import JLLWrappers
JLLWrappers.@generate_main_file_header("Xorg_xcb_util_wm")
JLLWrappers.@generate_main_file("Xorg_xcb_util_wm", UUID("c22f9ab0-d5fe-5066-847c-f4bb1cd4e361"))
end # module Xorg_xcb_util_wm_jll
| [
2,
5765,
6247,
21412,
284,
34494,
572,
257,
1178,
14204,
422,
262,
11389,
1143,
4600,
13,
7285,
63,
2393,
198,
49382,
21412,
1395,
2398,
62,
87,
21101,
62,
22602,
62,
26377,
62,
73,
297,
198,
3500,
7308,
198,
3500,
7308,
25,
471,
27586,
198,
11748,
449,
3069,
36918,
11799,
198,
198,
41,
3069,
36918,
11799,
13,
31,
8612,
378,
62,
12417,
62,
7753,
62,
25677,
7203,
55,
2398,
62,
87,
21101,
62,
22602,
62,
26377,
4943,
198,
41,
3069,
36918,
11799,
13,
31,
8612,
378,
62,
12417,
62,
7753,
7203,
55,
2398,
62,
87,
21101,
62,
22602,
62,
26377,
1600,
471,
27586,
7203,
66,
1828,
69,
24,
397,
15,
12,
67,
20,
5036,
12,
1120,
2791,
12,
23,
2857,
66,
12,
69,
19,
11848,
16,
10210,
19,
68,
35195,
48774,
198,
437,
220,
1303,
8265,
1395,
2398,
62,
87,
21101,
62,
22602,
62,
26377,
62,
73,
297,
198
] | 2.310811 | 148 |
##### Beginning of file
@info("Importing the RemoveLFS module...")
import RemoveLFS
import TimeZones
@info("Reading config files...")
include(joinpath("config","preferences","branches.jl",))
include(joinpath("config","preferences","git-hosts.jl",))
include(joinpath("config","preferences","git-user.jl",))
include(joinpath("config","preferences","time-zone.jl",))
include(
joinpath(
"config", "repositories",
"do-not-push-to-these-destinations.jl",
)
)
include(
joinpath(
"config", "repositories",
"do-not-try-url-list.jl",
)
)
include(
joinpath(
"config", "repositories",
"download-git-lfs-repos-list.jl",
)
)
include(
joinpath(
"config", "repositories",
"try-but-allow-failures-url-list.jl",
)
)
RemoveLFS.CommandLine.run_removelfs_snapshots_command_line!!(
;
arguments = ARGS,
git_user_name = GIT_USER_NAME,
git_user_email = GIT_USER_EMAIL,
git_lfs_repos = GIT_LFS_REPOS,
dst_provider = dst_provider,
include_branches = INCLUDE_BRANCHES,
exclude_branches = EXCLUDE_BRANCHES,
do_not_try_url_list = DO_NOT_TRY_URL_LIST,
do_not_push_to_these_destinations = DO_NOT_PUSH_TO_THESE_DESTINATIONS,
try_but_allow_failures_url_list = TRY_BUT_ALLOW_FAILURES_URL_LIST,
time_zone = TIME_ZONE,
)
##### End of file
| [
4242,
2,
25976,
286,
2393,
198,
198,
31,
10951,
7203,
20939,
278,
262,
17220,
43,
10652,
8265,
9313,
8,
198,
198,
11748,
17220,
43,
10652,
198,
198,
11748,
3862,
57,
1952,
198,
198,
31,
10951,
7203,
36120,
4566,
3696,
9313,
8,
198,
198,
17256,
7,
22179,
6978,
7203,
11250,
2430,
3866,
69,
4972,
2430,
1671,
12140,
13,
20362,
1600,
4008,
198,
17256,
7,
22179,
6978,
7203,
11250,
2430,
3866,
69,
4972,
2430,
18300,
12,
4774,
82,
13,
20362,
1600,
4008,
198,
17256,
7,
22179,
6978,
7203,
11250,
2430,
3866,
69,
4972,
2430,
18300,
12,
7220,
13,
20362,
1600,
4008,
198,
17256,
7,
22179,
6978,
7203,
11250,
2430,
3866,
69,
4972,
2430,
2435,
12,
11340,
13,
20362,
1600,
4008,
198,
198,
17256,
7,
198,
220,
220,
220,
4654,
6978,
7,
198,
220,
220,
220,
220,
220,
220,
220,
366,
11250,
1600,
366,
260,
1930,
270,
1749,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
366,
4598,
12,
1662,
12,
14689,
12,
1462,
12,
27218,
12,
16520,
7352,
13,
20362,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
1267,
198,
17256,
7,
198,
220,
220,
220,
4654,
6978,
7,
198,
220,
220,
220,
220,
220,
220,
220,
366,
11250,
1600,
366,
260,
1930,
270,
1749,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
366,
4598,
12,
1662,
12,
28311,
12,
6371,
12,
4868,
13,
20362,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
1267,
198,
17256,
7,
198,
220,
220,
220,
4654,
6978,
7,
198,
220,
220,
220,
220,
220,
220,
220,
366,
11250,
1600,
366,
260,
1930,
270,
1749,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
366,
15002,
12,
18300,
12,
1652,
82,
12,
260,
1930,
12,
4868,
13,
20362,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
1267,
198,
17256,
7,
198,
220,
220,
220,
4654,
6978,
7,
198,
220,
220,
220,
220,
220,
220,
220,
366,
11250,
1600,
366,
260,
1930,
270,
1749,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
366,
28311,
12,
4360,
12,
12154,
12,
32165,
942,
12,
6371,
12,
4868,
13,
20362,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
1267,
198,
198,
27914,
43,
10652,
13,
21575,
13949,
13,
5143,
62,
2787,
78,
626,
9501,
62,
45380,
20910,
62,
21812,
62,
1370,
3228,
7,
198,
220,
220,
220,
2162,
198,
220,
220,
220,
7159,
796,
5923,
14313,
11,
198,
220,
220,
220,
17606,
62,
7220,
62,
3672,
796,
402,
2043,
62,
29904,
62,
20608,
11,
198,
220,
220,
220,
17606,
62,
7220,
62,
12888,
796,
402,
2043,
62,
29904,
62,
27630,
4146,
11,
198,
220,
220,
220,
17606,
62,
1652,
82,
62,
260,
1930,
796,
402,
2043,
62,
43,
10652,
62,
35316,
2640,
11,
198,
220,
220,
220,
29636,
62,
15234,
1304,
796,
29636,
62,
15234,
1304,
11,
198,
220,
220,
220,
2291,
62,
1671,
12140,
796,
3268,
5097,
52,
7206,
62,
11473,
1565,
3398,
1546,
11,
198,
220,
220,
220,
19607,
62,
1671,
12140,
796,
7788,
5097,
52,
7206,
62,
11473,
1565,
3398,
1546,
11,
198,
220,
220,
220,
466,
62,
1662,
62,
28311,
62,
6371,
62,
4868,
796,
8410,
62,
11929,
62,
40405,
62,
21886,
62,
45849,
11,
198,
220,
220,
220,
466,
62,
1662,
62,
14689,
62,
1462,
62,
27218,
62,
16520,
7352,
796,
8410,
62,
11929,
62,
47,
27143,
62,
10468,
62,
4221,
33635,
62,
35,
6465,
1268,
18421,
11,
198,
220,
220,
220,
1949,
62,
4360,
62,
12154,
62,
32165,
942,
62,
6371,
62,
4868,
796,
7579,
56,
62,
47526,
62,
7036,
3913,
62,
7708,
4146,
29514,
62,
21886,
62,
45849,
11,
198,
220,
220,
220,
640,
62,
11340,
796,
20460,
62,
57,
11651,
11,
198,
220,
220,
220,
1267,
198,
198,
4242,
2,
5268,
286,
2393,
198
] | 2.178683 | 638 |
# This file is auto-generated by AWSMetadata.jl
using AWS
using AWS.AWSServices: comprehendmedical
using AWS.Compat
using AWS.UUIDs
"""
DescribeEntitiesDetectionV2Job()
Gets the properties associated with a medical entities detection job. Use this operation to get the status of a detection job.
# Required Parameters
- `JobId`: The identifier that Amazon Comprehend Medical generated for the job. The StartEntitiesDetectionV2Job operation returns this identifier in its response.
"""
describe_entities_detection_v2_job(JobId; aws_config::AWSConfig=global_aws_config()) = comprehendmedical("DescribeEntitiesDetectionV2Job", Dict{String, Any}("JobId"=>JobId); aws_config=aws_config)
describe_entities_detection_v2_job(JobId, args::AbstractDict{String, <:Any}; aws_config::AWSConfig=global_aws_config()) = comprehendmedical("DescribeEntitiesDetectionV2Job", Dict{String, Any}(mergewith(_merge, Dict{String, Any}("JobId"=>JobId), args)); aws_config=aws_config)
"""
DescribeICD10CMInferenceJob()
Gets the properties associated with an InferICD10CM job. Use this operation to get the status of an inference job.
# Required Parameters
- `JobId`: The identifier that Amazon Comprehend Medical generated for the job. The StartICD10CMInferenceJob operation returns this identifier in its response.
"""
describe_icd10_cminference_job(JobId; aws_config::AWSConfig=global_aws_config()) = comprehendmedical("DescribeICD10CMInferenceJob", Dict{String, Any}("JobId"=>JobId); aws_config=aws_config)
describe_icd10_cminference_job(JobId, args::AbstractDict{String, <:Any}; aws_config::AWSConfig=global_aws_config()) = comprehendmedical("DescribeICD10CMInferenceJob", Dict{String, Any}(mergewith(_merge, Dict{String, Any}("JobId"=>JobId), args)); aws_config=aws_config)
"""
DescribePHIDetectionJob()
Gets the properties associated with a protected health information (PHI) detection job. Use this operation to get the status of a detection job.
# Required Parameters
- `JobId`: The identifier that Amazon Comprehend Medical generated for the job. The StartPHIDetectionJob operation returns this identifier in its response.
"""
describe_phidetection_job(JobId; aws_config::AWSConfig=global_aws_config()) = comprehendmedical("DescribePHIDetectionJob", Dict{String, Any}("JobId"=>JobId); aws_config=aws_config)
describe_phidetection_job(JobId, args::AbstractDict{String, <:Any}; aws_config::AWSConfig=global_aws_config()) = comprehendmedical("DescribePHIDetectionJob", Dict{String, Any}(mergewith(_merge, Dict{String, Any}("JobId"=>JobId), args)); aws_config=aws_config)
"""
DescribeRxNormInferenceJob()
Gets the properties associated with an InferRxNorm job. Use this operation to get the status of an inference job.
# Required Parameters
- `JobId`: The identifier that Amazon Comprehend Medical generated for the job. The StartRxNormInferenceJob operation returns this identifier in its response.
"""
describe_rx_norm_inference_job(JobId; aws_config::AWSConfig=global_aws_config()) = comprehendmedical("DescribeRxNormInferenceJob", Dict{String, Any}("JobId"=>JobId); aws_config=aws_config)
describe_rx_norm_inference_job(JobId, args::AbstractDict{String, <:Any}; aws_config::AWSConfig=global_aws_config()) = comprehendmedical("DescribeRxNormInferenceJob", Dict{String, Any}(mergewith(_merge, Dict{String, Any}("JobId"=>JobId), args)); aws_config=aws_config)
"""
DetectEntities()
The DetectEntities operation is deprecated. You should use the DetectEntitiesV2 operation instead. Inspects the clinical text for a variety of medical entities and returns specific information about them such as entity category, location, and confidence score on that information .
# Required Parameters
- `Text`: A UTF-8 text string containing the clinical content being examined for entities. Each string must contain fewer than 20,000 bytes of characters.
"""
detect_entities(Text; aws_config::AWSConfig=global_aws_config()) = comprehendmedical("DetectEntities", Dict{String, Any}("Text"=>Text); aws_config=aws_config)
detect_entities(Text, args::AbstractDict{String, <:Any}; aws_config::AWSConfig=global_aws_config()) = comprehendmedical("DetectEntities", Dict{String, Any}(mergewith(_merge, Dict{String, Any}("Text"=>Text), args)); aws_config=aws_config)
"""
DetectEntitiesV2()
Inspects the clinical text for a variety of medical entities and returns specific information about them such as entity category, location, and confidence score on that information. Amazon Comprehend Medical only detects medical entities in English language texts. The DetectEntitiesV2 operation replaces the DetectEntities operation. This new action uses a different model for determining the entities in your medical text and changes the way that some entities are returned in the output. You should use the DetectEntitiesV2 operation in all new applications. The DetectEntitiesV2 operation returns the Acuity and Direction entities as attributes instead of types.
# Required Parameters
- `Text`: A UTF-8 string containing the clinical content being examined for entities. Each string must contain fewer than 20,000 bytes of characters.
"""
detect_entities_v2(Text; aws_config::AWSConfig=global_aws_config()) = comprehendmedical("DetectEntitiesV2", Dict{String, Any}("Text"=>Text); aws_config=aws_config)
detect_entities_v2(Text, args::AbstractDict{String, <:Any}; aws_config::AWSConfig=global_aws_config()) = comprehendmedical("DetectEntitiesV2", Dict{String, Any}(mergewith(_merge, Dict{String, Any}("Text"=>Text), args)); aws_config=aws_config)
"""
DetectPHI()
Inspects the clinical text for protected health information (PHI) entities and returns the entity category, location, and confidence score for each entity. Amazon Comprehend Medical only detects entities in English language texts.
# Required Parameters
- `Text`: A UTF-8 text string containing the clinical content being examined for PHI entities. Each string must contain fewer than 20,000 bytes of characters.
"""
detect_phi(Text; aws_config::AWSConfig=global_aws_config()) = comprehendmedical("DetectPHI", Dict{String, Any}("Text"=>Text); aws_config=aws_config)
detect_phi(Text, args::AbstractDict{String, <:Any}; aws_config::AWSConfig=global_aws_config()) = comprehendmedical("DetectPHI", Dict{String, Any}(mergewith(_merge, Dict{String, Any}("Text"=>Text), args)); aws_config=aws_config)
"""
InferICD10CM()
InferICD10CM detects medical conditions as entities listed in a patient record and links those entities to normalized concept identifiers in the ICD-10-CM knowledge base from the Centers for Disease Control. Amazon Comprehend Medical only detects medical entities in English language texts.
# Required Parameters
- `Text`: The input text used for analysis. The input for InferICD10CM is a string from 1 to 10000 characters.
"""
infer_icd10_cm(Text; aws_config::AWSConfig=global_aws_config()) = comprehendmedical("InferICD10CM", Dict{String, Any}("Text"=>Text); aws_config=aws_config)
infer_icd10_cm(Text, args::AbstractDict{String, <:Any}; aws_config::AWSConfig=global_aws_config()) = comprehendmedical("InferICD10CM", Dict{String, Any}(mergewith(_merge, Dict{String, Any}("Text"=>Text), args)); aws_config=aws_config)
"""
InferRxNorm()
InferRxNorm detects medications as entities listed in a patient record and links to the normalized concept identifiers in the RxNorm database from the National Library of Medicine. Amazon Comprehend Medical only detects medical entities in English language texts.
# Required Parameters
- `Text`: The input text used for analysis. The input for InferRxNorm is a string from 1 to 10000 characters.
"""
infer_rx_norm(Text; aws_config::AWSConfig=global_aws_config()) = comprehendmedical("InferRxNorm", Dict{String, Any}("Text"=>Text); aws_config=aws_config)
infer_rx_norm(Text, args::AbstractDict{String, <:Any}; aws_config::AWSConfig=global_aws_config()) = comprehendmedical("InferRxNorm", Dict{String, Any}(mergewith(_merge, Dict{String, Any}("Text"=>Text), args)); aws_config=aws_config)
"""
ListEntitiesDetectionV2Jobs()
Gets a list of medical entity detection jobs that you have submitted.
# Optional Parameters
- `Filter`: Filters the jobs that are returned. You can filter jobs based on their names, status, or the date and time that they were submitted. You can only set one filter at a time.
- `MaxResults`: The maximum number of results to return in each page. The default is 100.
- `NextToken`: Identifies the next page of results to return.
"""
list_entities_detection_v2_jobs(; aws_config::AWSConfig=global_aws_config()) = comprehendmedical("ListEntitiesDetectionV2Jobs"; aws_config=aws_config)
list_entities_detection_v2_jobs(args::AbstractDict{String, <:Any}; aws_config::AWSConfig=global_aws_config()) = comprehendmedical("ListEntitiesDetectionV2Jobs", args; aws_config=aws_config)
"""
ListICD10CMInferenceJobs()
Gets a list of InferICD10CM jobs that you have submitted.
# Optional Parameters
- `Filter`: Filters the jobs that are returned. You can filter jobs based on their names, status, or the date and time that they were submitted. You can only set one filter at a time.
- `MaxResults`: The maximum number of results to return in each page. The default is 100.
- `NextToken`: Identifies the next page of results to return.
"""
list_icd10_cminference_jobs(; aws_config::AWSConfig=global_aws_config()) = comprehendmedical("ListICD10CMInferenceJobs"; aws_config=aws_config)
list_icd10_cminference_jobs(args::AbstractDict{String, <:Any}; aws_config::AWSConfig=global_aws_config()) = comprehendmedical("ListICD10CMInferenceJobs", args; aws_config=aws_config)
"""
ListPHIDetectionJobs()
Gets a list of protected health information (PHI) detection jobs that you have submitted.
# Optional Parameters
- `Filter`: Filters the jobs that are returned. You can filter jobs based on their names, status, or the date and time that they were submitted. You can only set one filter at a time.
- `MaxResults`: The maximum number of results to return in each page. The default is 100.
- `NextToken`: Identifies the next page of results to return.
"""
list_phidetection_jobs(; aws_config::AWSConfig=global_aws_config()) = comprehendmedical("ListPHIDetectionJobs"; aws_config=aws_config)
list_phidetection_jobs(args::AbstractDict{String, <:Any}; aws_config::AWSConfig=global_aws_config()) = comprehendmedical("ListPHIDetectionJobs", args; aws_config=aws_config)
"""
ListRxNormInferenceJobs()
Gets a list of InferRxNorm jobs that you have submitted.
# Optional Parameters
- `Filter`: Filters the jobs that are returned. You can filter jobs based on their names, status, or the date and time that they were submitted. You can only set one filter at a time.
- `MaxResults`: Identifies the next page of results to return.
- `NextToken`: Identifies the next page of results to return.
"""
list_rx_norm_inference_jobs(; aws_config::AWSConfig=global_aws_config()) = comprehendmedical("ListRxNormInferenceJobs"; aws_config=aws_config)
list_rx_norm_inference_jobs(args::AbstractDict{String, <:Any}; aws_config::AWSConfig=global_aws_config()) = comprehendmedical("ListRxNormInferenceJobs", args; aws_config=aws_config)
"""
StartEntitiesDetectionV2Job()
Starts an asynchronous medical entity detection job for a collection of documents. Use the DescribeEntitiesDetectionV2Job operation to track the status of a job.
# Required Parameters
- `DataAccessRoleArn`: The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend Medical read access to your input data. For more information, see Role-Based Permissions Required for Asynchronous Operations.
- `InputDataConfig`: Specifies the format and location of the input data for the job.
- `LanguageCode`: The language of the input documents. All documents must be in the same language.
- `OutputDataConfig`: Specifies where to send the output files.
# Optional Parameters
- `ClientRequestToken`: A unique identifier for the request. If you don't set the client request token, Amazon Comprehend Medical generates one.
- `JobName`: The identifier of the job.
- `KMSKey`: An AWS Key Management Service key to encrypt your output files. If you do not specify a key, the files are written in plain text.
"""
start_entities_detection_v2_job(DataAccessRoleArn, InputDataConfig, LanguageCode, OutputDataConfig; aws_config::AWSConfig=global_aws_config()) = comprehendmedical("StartEntitiesDetectionV2Job", Dict{String, Any}("DataAccessRoleArn"=>DataAccessRoleArn, "InputDataConfig"=>InputDataConfig, "LanguageCode"=>LanguageCode, "OutputDataConfig"=>OutputDataConfig, "ClientRequestToken"=>string(uuid4())); aws_config=aws_config)
start_entities_detection_v2_job(DataAccessRoleArn, InputDataConfig, LanguageCode, OutputDataConfig, args::AbstractDict{String, <:Any}; aws_config::AWSConfig=global_aws_config()) = comprehendmedical("StartEntitiesDetectionV2Job", Dict{String, Any}(mergewith(_merge, Dict{String, Any}("DataAccessRoleArn"=>DataAccessRoleArn, "InputDataConfig"=>InputDataConfig, "LanguageCode"=>LanguageCode, "OutputDataConfig"=>OutputDataConfig, "ClientRequestToken"=>string(uuid4())), args)); aws_config=aws_config)
"""
StartICD10CMInferenceJob()
Starts an asynchronous job to detect medical conditions and link them to the ICD-10-CM ontology. Use the DescribeICD10CMInferenceJob operation to track the status of a job.
# Required Parameters
- `DataAccessRoleArn`: The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend Medical read access to your input data. For more information, see Role-Based Permissions Required for Asynchronous Operations.
- `InputDataConfig`: Specifies the format and location of the input data for the job.
- `LanguageCode`: The language of the input documents. All documents must be in the same language.
- `OutputDataConfig`: Specifies where to send the output files.
# Optional Parameters
- `ClientRequestToken`: A unique identifier for the request. If you don't set the client request token, Amazon Comprehend Medical generates one.
- `JobName`: The identifier of the job.
- `KMSKey`: An AWS Key Management Service key to encrypt your output files. If you do not specify a key, the files are written in plain text.
"""
start_icd10_cminference_job(DataAccessRoleArn, InputDataConfig, LanguageCode, OutputDataConfig; aws_config::AWSConfig=global_aws_config()) = comprehendmedical("StartICD10CMInferenceJob", Dict{String, Any}("DataAccessRoleArn"=>DataAccessRoleArn, "InputDataConfig"=>InputDataConfig, "LanguageCode"=>LanguageCode, "OutputDataConfig"=>OutputDataConfig, "ClientRequestToken"=>string(uuid4())); aws_config=aws_config)
start_icd10_cminference_job(DataAccessRoleArn, InputDataConfig, LanguageCode, OutputDataConfig, args::AbstractDict{String, <:Any}; aws_config::AWSConfig=global_aws_config()) = comprehendmedical("StartICD10CMInferenceJob", Dict{String, Any}(mergewith(_merge, Dict{String, Any}("DataAccessRoleArn"=>DataAccessRoleArn, "InputDataConfig"=>InputDataConfig, "LanguageCode"=>LanguageCode, "OutputDataConfig"=>OutputDataConfig, "ClientRequestToken"=>string(uuid4())), args)); aws_config=aws_config)
"""
StartPHIDetectionJob()
Starts an asynchronous job to detect protected health information (PHI). Use the DescribePHIDetectionJob operation to track the status of a job.
# Required Parameters
- `DataAccessRoleArn`: The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend Medical read access to your input data. For more information, see Role-Based Permissions Required for Asynchronous Operations.
- `InputDataConfig`: Specifies the format and location of the input data for the job.
- `LanguageCode`: The language of the input documents. All documents must be in the same language.
- `OutputDataConfig`: Specifies where to send the output files.
# Optional Parameters
- `ClientRequestToken`: A unique identifier for the request. If you don't set the client request token, Amazon Comprehend Medical generates one.
- `JobName`: The identifier of the job.
- `KMSKey`: An AWS Key Management Service key to encrypt your output files. If you do not specify a key, the files are written in plain text.
"""
start_phidetection_job(DataAccessRoleArn, InputDataConfig, LanguageCode, OutputDataConfig; aws_config::AWSConfig=global_aws_config()) = comprehendmedical("StartPHIDetectionJob", Dict{String, Any}("DataAccessRoleArn"=>DataAccessRoleArn, "InputDataConfig"=>InputDataConfig, "LanguageCode"=>LanguageCode, "OutputDataConfig"=>OutputDataConfig, "ClientRequestToken"=>string(uuid4())); aws_config=aws_config)
start_phidetection_job(DataAccessRoleArn, InputDataConfig, LanguageCode, OutputDataConfig, args::AbstractDict{String, <:Any}; aws_config::AWSConfig=global_aws_config()) = comprehendmedical("StartPHIDetectionJob", Dict{String, Any}(mergewith(_merge, Dict{String, Any}("DataAccessRoleArn"=>DataAccessRoleArn, "InputDataConfig"=>InputDataConfig, "LanguageCode"=>LanguageCode, "OutputDataConfig"=>OutputDataConfig, "ClientRequestToken"=>string(uuid4())), args)); aws_config=aws_config)
"""
StartRxNormInferenceJob()
Starts an asynchronous job to detect medication entities and link them to the RxNorm ontology. Use the DescribeRxNormInferenceJob operation to track the status of a job.
# Required Parameters
- `DataAccessRoleArn`: The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend Medical read access to your input data. For more information, see Role-Based Permissions Required for Asynchronous Operations.
- `InputDataConfig`: Specifies the format and location of the input data for the job.
- `LanguageCode`: The language of the input documents. All documents must be in the same language.
- `OutputDataConfig`: Specifies where to send the output files.
# Optional Parameters
- `ClientRequestToken`: A unique identifier for the request. If you don't set the client request token, Amazon Comprehend Medical generates one.
- `JobName`: The identifier of the job.
- `KMSKey`: An AWS Key Management Service key to encrypt your output files. If you do not specify a key, the files are written in plain text.
"""
start_rx_norm_inference_job(DataAccessRoleArn, InputDataConfig, LanguageCode, OutputDataConfig; aws_config::AWSConfig=global_aws_config()) = comprehendmedical("StartRxNormInferenceJob", Dict{String, Any}("DataAccessRoleArn"=>DataAccessRoleArn, "InputDataConfig"=>InputDataConfig, "LanguageCode"=>LanguageCode, "OutputDataConfig"=>OutputDataConfig, "ClientRequestToken"=>string(uuid4())); aws_config=aws_config)
start_rx_norm_inference_job(DataAccessRoleArn, InputDataConfig, LanguageCode, OutputDataConfig, args::AbstractDict{String, <:Any}; aws_config::AWSConfig=global_aws_config()) = comprehendmedical("StartRxNormInferenceJob", Dict{String, Any}(mergewith(_merge, Dict{String, Any}("DataAccessRoleArn"=>DataAccessRoleArn, "InputDataConfig"=>InputDataConfig, "LanguageCode"=>LanguageCode, "OutputDataConfig"=>OutputDataConfig, "ClientRequestToken"=>string(uuid4())), args)); aws_config=aws_config)
"""
StopEntitiesDetectionV2Job()
Stops a medical entities detection job in progress.
# Required Parameters
- `JobId`: The identifier of the medical entities job to stop.
"""
stop_entities_detection_v2_job(JobId; aws_config::AWSConfig=global_aws_config()) = comprehendmedical("StopEntitiesDetectionV2Job", Dict{String, Any}("JobId"=>JobId); aws_config=aws_config)
stop_entities_detection_v2_job(JobId, args::AbstractDict{String, <:Any}; aws_config::AWSConfig=global_aws_config()) = comprehendmedical("StopEntitiesDetectionV2Job", Dict{String, Any}(mergewith(_merge, Dict{String, Any}("JobId"=>JobId), args)); aws_config=aws_config)
"""
StopICD10CMInferenceJob()
Stops an InferICD10CM inference job in progress.
# Required Parameters
- `JobId`: The identifier of the job.
"""
stop_icd10_cminference_job(JobId; aws_config::AWSConfig=global_aws_config()) = comprehendmedical("StopICD10CMInferenceJob", Dict{String, Any}("JobId"=>JobId); aws_config=aws_config)
stop_icd10_cminference_job(JobId, args::AbstractDict{String, <:Any}; aws_config::AWSConfig=global_aws_config()) = comprehendmedical("StopICD10CMInferenceJob", Dict{String, Any}(mergewith(_merge, Dict{String, Any}("JobId"=>JobId), args)); aws_config=aws_config)
"""
StopPHIDetectionJob()
Stops a protected health information (PHI) detection job in progress.
# Required Parameters
- `JobId`: The identifier of the PHI detection job to stop.
"""
stop_phidetection_job(JobId; aws_config::AWSConfig=global_aws_config()) = comprehendmedical("StopPHIDetectionJob", Dict{String, Any}("JobId"=>JobId); aws_config=aws_config)
stop_phidetection_job(JobId, args::AbstractDict{String, <:Any}; aws_config::AWSConfig=global_aws_config()) = comprehendmedical("StopPHIDetectionJob", Dict{String, Any}(mergewith(_merge, Dict{String, Any}("JobId"=>JobId), args)); aws_config=aws_config)
"""
StopRxNormInferenceJob()
Stops an InferRxNorm inference job in progress.
# Required Parameters
- `JobId`: The identifier of the job.
"""
stop_rx_norm_inference_job(JobId; aws_config::AWSConfig=global_aws_config()) = comprehendmedical("StopRxNormInferenceJob", Dict{String, Any}("JobId"=>JobId); aws_config=aws_config)
stop_rx_norm_inference_job(JobId, args::AbstractDict{String, <:Any}; aws_config::AWSConfig=global_aws_config()) = comprehendmedical("StopRxNormInferenceJob", Dict{String, Any}(mergewith(_merge, Dict{String, Any}("JobId"=>JobId), args)); aws_config=aws_config)
| [
2,
770,
2393,
318,
8295,
12,
27568,
416,
30865,
9171,
14706,
13,
20362,
198,
3500,
30865,
198,
3500,
30865,
13,
12298,
5432,
712,
1063,
25,
24772,
41693,
198,
3500,
30865,
13,
40073,
198,
3500,
30865,
13,
52,
27586,
82,
198,
198,
37811,
198,
220,
220,
220,
39373,
4892,
14539,
871,
11242,
3213,
53,
17,
33308,
3419,
198,
198,
38,
1039,
262,
6608,
3917,
351,
257,
3315,
12066,
13326,
1693,
13,
5765,
428,
4905,
284,
651,
262,
3722,
286,
257,
13326,
1693,
13,
198,
198,
2,
20906,
40117,
198,
12,
4600,
33308,
7390,
63,
25,
383,
27421,
326,
6186,
3082,
23979,
8366,
7560,
329,
262,
1693,
13,
383,
7253,
14539,
871,
11242,
3213,
53,
17,
33308,
4905,
5860,
428,
27421,
287,
663,
2882,
13,
198,
198,
37811,
198,
20147,
4892,
62,
298,
871,
62,
15255,
3213,
62,
85,
17,
62,
21858,
7,
33308,
7390,
26,
3253,
82,
62,
11250,
3712,
12298,
50,
16934,
28,
20541,
62,
8356,
62,
11250,
28955,
796,
24772,
41693,
7203,
24564,
4892,
14539,
871,
11242,
3213,
53,
17,
33308,
1600,
360,
713,
90,
10100,
11,
4377,
92,
7203,
33308,
7390,
1,
14804,
33308,
7390,
1776,
3253,
82,
62,
11250,
28,
8356,
62,
11250,
8,
198,
20147,
4892,
62,
298,
871,
62,
15255,
3213,
62,
85,
17,
62,
21858,
7,
33308,
7390,
11,
26498,
3712,
23839,
35,
713,
90,
10100,
11,
1279,
25,
7149,
19629,
3253,
82,
62,
11250,
3712,
12298,
50,
16934,
28,
20541,
62,
8356,
62,
11250,
28955,
796,
24772,
41693,
7203,
24564,
4892,
14539,
871,
11242,
3213,
53,
17,
33308,
1600,
360,
713,
90,
10100,
11,
4377,
92,
7,
647,
39909,
342,
28264,
647,
469,
11,
360,
713,
90,
10100,
11,
4377,
92,
7203,
33308,
7390,
1,
14804,
33308,
7390,
828,
26498,
18125,
3253,
82,
62,
11250,
28,
8356,
62,
11250,
8,
198,
198,
37811,
198,
220,
220,
220,
39373,
4892,
2149,
35,
940,
24187,
818,
4288,
33308,
3419,
198,
198,
38,
1039,
262,
6608,
3917,
351,
281,
554,
2232,
2149,
35,
940,
24187,
1693,
13,
5765,
428,
4905,
284,
651,
262,
3722,
286,
281,
32278,
1693,
13,
198,
198,
2,
20906,
40117,
198,
12,
4600,
33308,
7390,
63,
25,
383,
27421,
326,
6186,
3082,
23979,
8366,
7560,
329,
262,
1693,
13,
383,
7253,
2149,
35,
940,
24187,
818,
4288,
33308,
4905,
5860,
428,
27421,
287,
663,
2882,
13,
198,
198,
37811,
198,
20147,
4892,
62,
291,
67,
940,
62,
66,
1084,
4288,
62,
21858,
7,
33308,
7390,
26,
3253,
82,
62,
11250,
3712,
12298,
50,
16934,
28,
20541,
62,
8356,
62,
11250,
28955,
796,
24772,
41693,
7203,
24564,
4892,
2149,
35,
940,
24187,
818,
4288,
33308,
1600,
360,
713,
90,
10100,
11,
4377,
92,
7203,
33308,
7390,
1,
14804,
33308,
7390,
1776,
3253,
82,
62,
11250,
28,
8356,
62,
11250,
8,
198,
20147,
4892,
62,
291,
67,
940,
62,
66,
1084,
4288,
62,
21858,
7,
33308,
7390,
11,
26498,
3712,
23839,
35,
713,
90,
10100,
11,
1279,
25,
7149,
19629,
3253,
82,
62,
11250,
3712,
12298,
50,
16934,
28,
20541,
62,
8356,
62,
11250,
28955,
796,
24772,
41693,
7203,
24564,
4892,
2149,
35,
940,
24187,
818,
4288,
33308,
1600,
360,
713,
90,
10100,
11,
4377,
92,
7,
647,
39909,
342,
28264,
647,
469,
11,
360,
713,
90,
10100,
11,
4377,
92,
7203,
33308,
7390,
1,
14804,
33308,
7390,
828,
26498,
18125,
3253,
82,
62,
11250,
28,
8356,
62,
11250,
8,
198,
198,
37811,
198,
220,
220,
220,
39373,
4892,
11909,
2389,
316,
3213,
33308,
3419,
198,
198,
38,
1039,
262,
6608,
3917,
351,
257,
6861,
1535,
1321,
357,
11909,
40,
8,
13326,
1693,
13,
5765,
428,
4905,
284,
651,
262,
3722,
286,
257,
13326,
1693,
13,
198,
198,
2,
20906,
40117,
198,
12,
4600,
33308,
7390,
63,
25,
383,
27421,
326,
6186,
3082,
23979,
8366,
7560,
329,
262,
1693,
13,
383,
7253,
11909,
2389,
316,
3213,
33308,
4905,
5860,
428,
27421,
287,
663,
2882,
13,
198,
198,
37811,
198,
20147,
4892,
62,
746,
312,
316,
3213,
62,
21858,
7,
33308,
7390,
26,
3253,
82,
62,
11250,
3712,
12298,
50,
16934,
28,
20541,
62,
8356,
62,
11250,
28955,
796,
24772,
41693,
7203,
24564,
4892,
11909,
2389,
316,
3213,
33308,
1600,
360,
713,
90,
10100,
11,
4377,
92,
7203,
33308,
7390,
1,
14804,
33308,
7390,
1776,
3253,
82,
62,
11250,
28,
8356,
62,
11250,
8,
198,
20147,
4892,
62,
746,
312,
316,
3213,
62,
21858,
7,
33308,
7390,
11,
26498,
3712,
23839,
35,
713,
90,
10100,
11,
1279,
25,
7149,
19629,
3253,
82,
62,
11250,
3712,
12298,
50,
16934,
28,
20541,
62,
8356,
62,
11250,
28955,
796,
24772,
41693,
7203,
24564,
4892,
11909,
2389,
316,
3213,
33308,
1600,
360,
713,
90,
10100,
11,
4377,
92,
7,
647,
39909,
342,
28264,
647,
469,
11,
360,
713,
90,
10100,
11,
4377,
92,
7203,
33308,
7390,
1,
14804,
33308,
7390,
828,
26498,
18125,
3253,
82,
62,
11250,
28,
8356,
62,
11250,
8,
198,
198,
37811,
198,
220,
220,
220,
39373,
4892,
49,
87,
35393,
818,
4288,
33308,
3419,
198,
198,
38,
1039,
262,
6608,
3917,
351,
281,
554,
2232,
49,
87,
35393,
1693,
13,
5765,
428,
4905,
284,
651,
262,
3722,
286,
281,
32278,
1693,
13,
198,
198,
2,
20906,
40117,
198,
12,
4600,
33308,
7390,
63,
25,
383,
27421,
326,
6186,
3082,
23979,
8366,
7560,
329,
262,
1693,
13,
383,
7253,
49,
87,
35393,
818,
4288,
33308,
4905,
5860,
428,
27421,
287,
663,
2882,
13,
198,
198,
37811,
198,
20147,
4892,
62,
40914,
62,
27237,
62,
259,
4288,
62,
21858,
7,
33308,
7390,
26,
3253,
82,
62,
11250,
3712,
12298,
50,
16934,
28,
20541,
62,
8356,
62,
11250,
28955,
796,
24772,
41693,
7203,
24564,
4892,
49,
87,
35393,
818,
4288,
33308,
1600,
360,
713,
90,
10100,
11,
4377,
92,
7203,
33308,
7390,
1,
14804,
33308,
7390,
1776,
3253,
82,
62,
11250,
28,
8356,
62,
11250,
8,
198,
20147,
4892,
62,
40914,
62,
27237,
62,
259,
4288,
62,
21858,
7,
33308,
7390,
11,
26498,
3712,
23839,
35,
713,
90,
10100,
11,
1279,
25,
7149,
19629,
3253,
82,
62,
11250,
3712,
12298,
50,
16934,
28,
20541,
62,
8356,
62,
11250,
28955,
796,
24772,
41693,
7203,
24564,
4892,
49,
87,
35393,
818,
4288,
33308,
1600,
360,
713,
90,
10100,
11,
4377,
92,
7,
647,
39909,
342,
28264,
647,
469,
11,
360,
713,
90,
10100,
11,
4377,
92,
7203,
33308,
7390,
1,
14804,
33308,
7390,
828,
26498,
18125,
3253,
82,
62,
11250,
28,
8356,
62,
11250,
8,
198,
198,
37811,
198,
220,
220,
220,
35874,
14539,
871,
3419,
198,
198,
464,
35874,
14539,
871,
4905,
318,
39224,
13,
921,
815,
779,
262,
35874,
14539,
871,
53,
17,
4905,
2427,
13,
220,
20904,
82,
262,
8668,
2420,
329,
257,
4996,
286,
3315,
12066,
290,
5860,
2176,
1321,
546,
606,
884,
355,
9312,
6536,
11,
4067,
11,
290,
6628,
4776,
319,
326,
1321,
764,
198,
198,
2,
20906,
40117,
198,
12,
4600,
8206,
63,
25,
220,
317,
41002,
12,
23,
2420,
4731,
7268,
262,
8668,
2695,
852,
11068,
329,
12066,
13,
5501,
4731,
1276,
3994,
7380,
621,
1160,
11,
830,
9881,
286,
3435,
13,
198,
198,
37811,
198,
15255,
478,
62,
298,
871,
7,
8206,
26,
3253,
82,
62,
11250,
3712,
12298,
50,
16934,
28,
20541,
62,
8356,
62,
11250,
28955,
796,
24772,
41693,
7203,
47504,
14539,
871,
1600,
360,
713,
90,
10100,
11,
4377,
92,
7203,
8206,
1,
14804,
8206,
1776,
3253,
82,
62,
11250,
28,
8356,
62,
11250,
8,
198,
15255,
478,
62,
298,
871,
7,
8206,
11,
26498,
3712,
23839,
35,
713,
90,
10100,
11,
1279,
25,
7149,
19629,
3253,
82,
62,
11250,
3712,
12298,
50,
16934,
28,
20541,
62,
8356,
62,
11250,
28955,
796,
24772,
41693,
7203,
47504,
14539,
871,
1600,
360,
713,
90,
10100,
11,
4377,
92,
7,
647,
39909,
342,
28264,
647,
469,
11,
360,
713,
90,
10100,
11,
4377,
92,
7203,
8206,
1,
14804,
8206,
828,
26498,
18125,
3253,
82,
62,
11250,
28,
8356,
62,
11250,
8,
198,
198,
37811,
198,
220,
220,
220,
35874,
14539,
871,
53,
17,
3419,
198,
198,
818,
4443,
82,
262,
8668,
2420,
329,
257,
4996,
286,
3315,
12066,
290,
5860,
2176,
1321,
546,
606,
884,
355,
9312,
6536,
11,
4067,
11,
290,
6628,
4776,
319,
326,
1321,
13,
6186,
3082,
23979,
8366,
691,
39382,
3315,
12066,
287,
3594,
3303,
13399,
13,
383,
35874,
14539,
871,
53,
17,
4905,
24020,
262,
35874,
14539,
871,
4905,
13,
770,
649,
2223,
3544,
257,
1180,
2746,
329,
13213,
262,
12066,
287,
534,
3315,
2420,
290,
2458,
262,
835,
326,
617,
12066,
389,
4504,
287,
262,
5072,
13,
921,
815,
779,
262,
35874,
14539,
871,
53,
17,
4905,
287,
477,
649,
5479,
13,
383,
35874,
14539,
871,
53,
17,
4905,
5860,
262,
4013,
14834,
290,
41837,
12066,
355,
12608,
2427,
286,
3858,
13,
220,
198,
198,
2,
20906,
40117,
198,
12,
4600,
8206,
63,
25,
317,
41002,
12,
23,
4731,
7268,
262,
8668,
2695,
852,
11068,
329,
12066,
13,
5501,
4731,
1276,
3994,
7380,
621,
1160,
11,
830,
9881,
286,
3435,
13,
198,
198,
37811,
198,
15255,
478,
62,
298,
871,
62,
85,
17,
7,
8206,
26,
3253,
82,
62,
11250,
3712,
12298,
50,
16934,
28,
20541,
62,
8356,
62,
11250,
28955,
796,
24772,
41693,
7203,
47504,
14539,
871,
53,
17,
1600,
360,
713,
90,
10100,
11,
4377,
92,
7203,
8206,
1,
14804,
8206,
1776,
3253,
82,
62,
11250,
28,
8356,
62,
11250,
8,
198,
15255,
478,
62,
298,
871,
62,
85,
17,
7,
8206,
11,
26498,
3712,
23839,
35,
713,
90,
10100,
11,
1279,
25,
7149,
19629,
3253,
82,
62,
11250,
3712,
12298,
50,
16934,
28,
20541,
62,
8356,
62,
11250,
28955,
796,
24772,
41693,
7203,
47504,
14539,
871,
53,
17,
1600,
360,
713,
90,
10100,
11,
4377,
92,
7,
647,
39909,
342,
28264,
647,
469,
11,
360,
713,
90,
10100,
11,
4377,
92,
7203,
8206,
1,
14804,
8206,
828,
26498,
18125,
3253,
82,
62,
11250,
28,
8356,
62,
11250,
8,
198,
198,
37811,
198,
220,
220,
220,
35874,
11909,
40,
3419,
628,
20904,
82,
262,
8668,
2420,
329,
6861,
1535,
1321,
357,
11909,
40,
8,
12066,
290,
5860,
262,
9312,
6536,
11,
4067,
11,
290,
6628,
4776,
329,
1123,
9312,
13,
6186,
3082,
23979,
8366,
691,
39382,
12066,
287,
3594,
3303,
13399,
13,
198,
198,
2,
20906,
40117,
198,
12,
4600,
8206,
63,
25,
220,
317,
41002,
12,
23,
2420,
4731,
7268,
262,
8668,
2695,
852,
11068,
329,
48121,
12066,
13,
5501,
4731,
1276,
3994,
7380,
621,
1160,
11,
830,
9881,
286,
3435,
13,
198,
198,
37811,
198,
15255,
478,
62,
34846,
7,
8206,
26,
3253,
82,
62,
11250,
3712,
12298,
50,
16934,
28,
20541,
62,
8356,
62,
11250,
28955,
796,
24772,
41693,
7203,
47504,
11909,
40,
1600,
360,
713,
90,
10100,
11,
4377,
92,
7203,
8206,
1,
14804,
8206,
1776,
3253,
82,
62,
11250,
28,
8356,
62,
11250,
8,
198,
15255,
478,
62,
34846,
7,
8206,
11,
26498,
3712,
23839,
35,
713,
90,
10100,
11,
1279,
25,
7149,
19629,
3253,
82,
62,
11250,
3712,
12298,
50,
16934,
28,
20541,
62,
8356,
62,
11250,
28955,
796,
24772,
41693,
7203,
47504,
11909,
40,
1600,
360,
713,
90,
10100,
11,
4377,
92,
7,
647,
39909,
342,
28264,
647,
469,
11,
360,
713,
90,
10100,
11,
4377,
92,
7203,
8206,
1,
14804,
8206,
828,
26498,
18125,
3253,
82,
62,
11250,
28,
8356,
62,
11250,
8,
198,
198,
37811,
198,
220,
220,
220,
554,
2232,
2149,
35,
940,
24187,
3419,
198,
198,
818,
2232,
2149,
35,
940,
24187,
39382,
3315,
3403,
355,
12066,
5610,
287,
257,
5827,
1700,
290,
6117,
883,
12066,
284,
39279,
3721,
42814,
287,
262,
314,
8610,
12,
940,
12,
24187,
3725,
2779,
422,
262,
22223,
329,
17344,
6779,
13,
6186,
3082,
23979,
8366,
691,
39382,
3315,
12066,
287,
3594,
3303,
13399,
13,
198,
198,
2,
20906,
40117,
198,
12,
4600,
8206,
63,
25,
383,
5128,
2420,
973,
329,
3781,
13,
383,
5128,
329,
554,
2232,
2149,
35,
940,
24187,
318,
257,
4731,
422,
352,
284,
33028,
3435,
13,
198,
198,
37811,
198,
259,
2232,
62,
291,
67,
940,
62,
11215,
7,
8206,
26,
3253,
82,
62,
11250,
3712,
12298,
50,
16934,
28,
20541,
62,
8356,
62,
11250,
28955,
796,
24772,
41693,
7203,
818,
2232,
2149,
35,
940,
24187,
1600,
360,
713,
90,
10100,
11,
4377,
92,
7203,
8206,
1,
14804,
8206,
1776,
3253,
82,
62,
11250,
28,
8356,
62,
11250,
8,
198,
259,
2232,
62,
291,
67,
940,
62,
11215,
7,
8206,
11,
26498,
3712,
23839,
35,
713,
90,
10100,
11,
1279,
25,
7149,
19629,
3253,
82,
62,
11250,
3712,
12298,
50,
16934,
28,
20541,
62,
8356,
62,
11250,
28955,
796,
24772,
41693,
7203,
818,
2232,
2149,
35,
940,
24187,
1600,
360,
713,
90,
10100,
11,
4377,
92,
7,
647,
39909,
342,
28264,
647,
469,
11,
360,
713,
90,
10100,
11,
4377,
92,
7203,
8206,
1,
14804,
8206,
828,
26498,
18125,
3253,
82,
62,
11250,
28,
8356,
62,
11250,
8,
198,
198,
37811,
198,
220,
220,
220,
554,
2232,
49,
87,
35393,
3419,
198,
198,
818,
2232,
49,
87,
35393,
39382,
17638,
355,
12066,
5610,
287,
257,
5827,
1700,
290,
6117,
284,
262,
39279,
3721,
42814,
287,
262,
49715,
35393,
6831,
422,
262,
2351,
10074,
286,
11558,
13,
6186,
3082,
23979,
8366,
691,
39382,
3315,
12066,
287,
3594,
3303,
13399,
13,
198,
198,
2,
20906,
40117,
198,
12,
4600,
8206,
63,
25,
383,
5128,
2420,
973,
329,
3781,
13,
383,
5128,
329,
554,
2232,
49,
87,
35393,
318,
257,
4731,
422,
352,
284,
33028,
3435,
13,
198,
198,
37811,
198,
259,
2232,
62,
40914,
62,
27237,
7,
8206,
26,
3253,
82,
62,
11250,
3712,
12298,
50,
16934,
28,
20541,
62,
8356,
62,
11250,
28955,
796,
24772,
41693,
7203,
818,
2232,
49,
87,
35393,
1600,
360,
713,
90,
10100,
11,
4377,
92,
7203,
8206,
1,
14804,
8206,
1776,
3253,
82,
62,
11250,
28,
8356,
62,
11250,
8,
198,
259,
2232,
62,
40914,
62,
27237,
7,
8206,
11,
26498,
3712,
23839,
35,
713,
90,
10100,
11,
1279,
25,
7149,
19629,
3253,
82,
62,
11250,
3712,
12298,
50,
16934,
28,
20541,
62,
8356,
62,
11250,
28955,
796,
24772,
41693,
7203,
818,
2232,
49,
87,
35393,
1600,
360,
713,
90,
10100,
11,
4377,
92,
7,
647,
39909,
342,
28264,
647,
469,
11,
360,
713,
90,
10100,
11,
4377,
92,
7203,
8206,
1,
14804,
8206,
828,
26498,
18125,
3253,
82,
62,
11250,
28,
8356,
62,
11250,
8,
198,
198,
37811,
198,
220,
220,
220,
7343,
14539,
871,
11242,
3213,
53,
17,
41,
8158,
3419,
198,
198,
38,
1039,
257,
1351,
286,
3315,
9312,
13326,
3946,
326,
345,
423,
8948,
13,
198,
198,
2,
32233,
40117,
198,
12,
4600,
22417,
63,
25,
7066,
1010,
262,
3946,
326,
389,
4504,
13,
921,
460,
8106,
3946,
1912,
319,
511,
3891,
11,
3722,
11,
393,
262,
3128,
290,
640,
326,
484,
547,
8948,
13,
921,
460,
691,
900,
530,
8106,
379,
257,
640,
13,
198,
12,
4600,
11518,
25468,
63,
25,
383,
5415,
1271,
286,
2482,
284,
1441,
287,
1123,
2443,
13,
383,
4277,
318,
1802,
13,
198,
12,
4600,
10019,
30642,
63,
25,
11440,
6945,
262,
1306,
2443,
286,
2482,
284,
1441,
13,
198,
37811,
198,
4868,
62,
298,
871,
62,
15255,
3213,
62,
85,
17,
62,
43863,
7,
26,
3253,
82,
62,
11250,
3712,
12298,
50,
16934,
28,
20541,
62,
8356,
62,
11250,
28955,
796,
24772,
41693,
7203,
8053,
14539,
871,
11242,
3213,
53,
17,
41,
8158,
8172,
3253,
82,
62,
11250,
28,
8356,
62,
11250,
8,
198,
4868,
62,
298,
871,
62,
15255,
3213,
62,
85,
17,
62,
43863,
7,
22046,
3712,
23839,
35,
713,
90,
10100,
11,
1279,
25,
7149,
19629,
3253,
82,
62,
11250,
3712,
12298,
50,
16934,
28,
20541,
62,
8356,
62,
11250,
28955,
796,
24772,
41693,
7203,
8053,
14539,
871,
11242,
3213,
53,
17,
41,
8158,
1600,
26498,
26,
3253,
82,
62,
11250,
28,
8356,
62,
11250,
8,
198,
198,
37811,
198,
220,
220,
220,
7343,
2149,
35,
940,
24187,
818,
4288,
41,
8158,
3419,
198,
198,
38,
1039,
257,
1351,
286,
554,
2232,
2149,
35,
940,
24187,
3946,
326,
345,
423,
8948,
13,
198,
198,
2,
32233,
40117,
198,
12,
4600,
22417,
63,
25,
7066,
1010,
262,
3946,
326,
389,
4504,
13,
921,
460,
8106,
3946,
1912,
319,
511,
3891,
11,
3722,
11,
393,
262,
3128,
290,
640,
326,
484,
547,
8948,
13,
921,
460,
691,
900,
530,
8106,
379,
257,
640,
13,
198,
12,
4600,
11518,
25468,
63,
25,
383,
5415,
1271,
286,
2482,
284,
1441,
287,
1123,
2443,
13,
383,
4277,
318,
1802,
13,
198,
12,
4600,
10019,
30642,
63,
25,
11440,
6945,
262,
1306,
2443,
286,
2482,
284,
1441,
13,
198,
37811,
198,
4868,
62,
291,
67,
940,
62,
66,
1084,
4288,
62,
43863,
7,
26,
3253,
82,
62,
11250,
3712,
12298,
50,
16934,
28,
20541,
62,
8356,
62,
11250,
28955,
796,
24772,
41693,
7203,
8053,
2149,
35,
940,
24187,
818,
4288,
41,
8158,
8172,
3253,
82,
62,
11250,
28,
8356,
62,
11250,
8,
198,
4868,
62,
291,
67,
940,
62,
66,
1084,
4288,
62,
43863,
7,
22046,
3712,
23839,
35,
713,
90,
10100,
11,
1279,
25,
7149,
19629,
3253,
82,
62,
11250,
3712,
12298,
50,
16934,
28,
20541,
62,
8356,
62,
11250,
28955,
796,
24772,
41693,
7203,
8053,
2149,
35,
940,
24187,
818,
4288,
41,
8158,
1600,
26498,
26,
3253,
82,
62,
11250,
28,
8356,
62,
11250,
8,
198,
198,
37811,
198,
220,
220,
220,
7343,
11909,
2389,
316,
3213,
41,
8158,
3419,
198,
198,
38,
1039,
257,
1351,
286,
6861,
1535,
1321,
357,
11909,
40,
8,
13326,
3946,
326,
345,
423,
8948,
13,
198,
198,
2,
32233,
40117,
198,
12,
4600,
22417,
63,
25,
7066,
1010,
262,
3946,
326,
389,
4504,
13,
921,
460,
8106,
3946,
1912,
319,
511,
3891,
11,
3722,
11,
393,
262,
3128,
290,
640,
326,
484,
547,
8948,
13,
921,
460,
691,
900,
530,
8106,
379,
257,
640,
13,
198,
12,
4600,
11518,
25468,
63,
25,
383,
5415,
1271,
286,
2482,
284,
1441,
287,
1123,
2443,
13,
383,
4277,
318,
1802,
13,
198,
12,
4600,
10019,
30642,
63,
25,
11440,
6945,
262,
1306,
2443,
286,
2482,
284,
1441,
13,
198,
37811,
198,
4868,
62,
746,
312,
316,
3213,
62,
43863,
7,
26,
3253,
82,
62,
11250,
3712,
12298,
50,
16934,
28,
20541,
62,
8356,
62,
11250,
28955,
796,
24772,
41693,
7203,
8053,
11909,
2389,
316,
3213,
41,
8158,
8172,
3253,
82,
62,
11250,
28,
8356,
62,
11250,
8,
198,
4868,
62,
746,
312,
316,
3213,
62,
43863,
7,
22046,
3712,
23839,
35,
713,
90,
10100,
11,
1279,
25,
7149,
19629,
3253,
82,
62,
11250,
3712,
12298,
50,
16934,
28,
20541,
62,
8356,
62,
11250,
28955,
796,
24772,
41693,
7203,
8053,
11909,
2389,
316,
3213,
41,
8158,
1600,
26498,
26,
3253,
82,
62,
11250,
28,
8356,
62,
11250,
8,
198,
198,
37811,
198,
220,
220,
220,
7343,
49,
87,
35393,
818,
4288,
41,
8158,
3419,
198,
198,
38,
1039,
257,
1351,
286,
554,
2232,
49,
87,
35393,
3946,
326,
345,
423,
8948,
13,
198,
198,
2,
32233,
40117,
198,
12,
4600,
22417,
63,
25,
7066,
1010,
262,
3946,
326,
389,
4504,
13,
921,
460,
8106,
3946,
1912,
319,
511,
3891,
11,
3722,
11,
393,
262,
3128,
290,
640,
326,
484,
547,
8948,
13,
921,
460,
691,
900,
530,
8106,
379,
257,
640,
13,
198,
12,
4600,
11518,
25468,
63,
25,
11440,
6945,
262,
1306,
2443,
286,
2482,
284,
1441,
13,
198,
12,
4600,
10019,
30642,
63,
25,
11440,
6945,
262,
1306,
2443,
286,
2482,
284,
1441,
13,
198,
37811,
198,
4868,
62,
40914,
62,
27237,
62,
259,
4288,
62,
43863,
7,
26,
3253,
82,
62,
11250,
3712,
12298,
50,
16934,
28,
20541,
62,
8356,
62,
11250,
28955,
796,
24772,
41693,
7203,
8053,
49,
87,
35393,
818,
4288,
41,
8158,
8172,
3253,
82,
62,
11250,
28,
8356,
62,
11250,
8,
198,
4868,
62,
40914,
62,
27237,
62,
259,
4288,
62,
43863,
7,
22046,
3712,
23839,
35,
713,
90,
10100,
11,
1279,
25,
7149,
19629,
3253,
82,
62,
11250,
3712,
12298,
50,
16934,
28,
20541,
62,
8356,
62,
11250,
28955,
796,
24772,
41693,
7203,
8053,
49,
87,
35393,
818,
4288,
41,
8158,
1600,
26498,
26,
3253,
82,
62,
11250,
28,
8356,
62,
11250,
8,
198,
198,
37811,
198,
220,
220,
220,
7253,
14539,
871,
11242,
3213,
53,
17,
33308,
3419,
198,
198,
1273,
5889,
281,
39354,
3315,
9312,
13326,
1693,
329,
257,
4947,
286,
4963,
13,
5765,
262,
39373,
4892,
14539,
871,
11242,
3213,
53,
17,
33308,
4905,
284,
2610,
262,
3722,
286,
257,
1693,
13,
198,
198,
2,
20906,
40117,
198,
12,
4600,
6601,
15457,
47445,
3163,
77,
63,
25,
383,
6186,
20857,
6530,
357,
1503,
45,
8,
286,
262,
30865,
27207,
290,
8798,
8549,
357,
40,
2390,
8,
2597,
326,
11455,
6186,
3082,
23979,
8366,
1100,
1895,
284,
534,
5128,
1366,
13,
1114,
517,
1321,
11,
766,
220,
20934,
12,
15001,
2448,
8481,
20906,
329,
1081,
31301,
16205,
13,
198,
12,
4600,
20560,
6601,
16934,
63,
25,
18291,
6945,
262,
5794,
290,
4067,
286,
262,
5128,
1366,
329,
262,
1693,
13,
198,
12,
4600,
32065,
10669,
63,
25,
383,
3303,
286,
262,
5128,
4963,
13,
1439,
4963,
1276,
307,
287,
262,
976,
3303,
13,
198,
12,
4600,
26410,
6601,
16934,
63,
25,
18291,
6945,
810,
284,
3758,
262,
5072,
3696,
13,
198,
198,
2,
32233,
40117,
198,
12,
4600,
11792,
18453,
30642,
63,
25,
317,
3748,
27421,
329,
262,
2581,
13,
1002,
345,
836,
470,
900,
262,
5456,
2581,
11241,
11,
6186,
3082,
23979,
8366,
18616,
530,
13,
198,
12,
4600,
33308,
5376,
63,
25,
383,
27421,
286,
262,
1693,
13,
198,
12,
4600,
42,
5653,
9218,
63,
25,
1052,
30865,
7383,
8549,
4809,
1994,
284,
34117,
534,
5072,
3696,
13,
1002,
345,
466,
407,
11986,
257,
1994,
11,
262,
3696,
389,
3194,
287,
8631,
2420,
13,
198,
37811,
198,
9688,
62,
298,
871,
62,
15255,
3213,
62,
85,
17,
62,
21858,
7,
6601,
15457,
47445,
3163,
77,
11,
23412,
6601,
16934,
11,
15417,
10669,
11,
25235,
6601,
16934,
26,
3253,
82,
62,
11250,
3712,
12298,
50,
16934,
28,
20541,
62,
8356,
62,
11250,
28955,
796,
24772,
41693,
7203,
10434,
14539,
871,
11242,
3213,
53,
17,
33308,
1600,
360,
713,
90,
10100,
11,
4377,
92,
7203,
6601,
15457,
47445,
3163,
77,
1,
14804,
6601,
15457,
47445,
3163,
77,
11,
366,
20560,
6601,
16934,
1,
14804,
20560,
6601,
16934,
11,
366,
32065,
10669,
1,
14804,
32065,
10669,
11,
366,
26410,
6601,
16934,
1,
14804,
26410,
6601,
16934,
11,
366,
11792,
18453,
30642,
1,
14804,
8841,
7,
12303,
312,
19,
3419,
18125,
3253,
82,
62,
11250,
28,
8356,
62,
11250,
8,
198,
9688,
62,
298,
871,
62,
15255,
3213,
62,
85,
17,
62,
21858,
7,
6601,
15457,
47445,
3163,
77,
11,
23412,
6601,
16934,
11,
15417,
10669,
11,
25235,
6601,
16934,
11,
26498,
3712,
23839,
35,
713,
90,
10100,
11,
1279,
25,
7149,
19629,
3253,
82,
62,
11250,
3712,
12298,
50,
16934,
28,
20541,
62,
8356,
62,
11250,
28955,
796,
24772,
41693,
7203,
10434,
14539,
871,
11242,
3213,
53,
17,
33308,
1600,
360,
713,
90,
10100,
11,
4377,
92,
7,
647,
39909,
342,
28264,
647,
469,
11,
360,
713,
90,
10100,
11,
4377,
92,
7203,
6601,
15457,
47445,
3163,
77,
1,
14804,
6601,
15457,
47445,
3163,
77,
11,
366,
20560,
6601,
16934,
1,
14804,
20560,
6601,
16934,
11,
366,
32065,
10669,
1,
14804,
32065,
10669,
11,
366,
26410,
6601,
16934,
1,
14804,
26410,
6601,
16934,
11,
366,
11792,
18453,
30642,
1,
14804,
8841,
7,
12303,
312,
19,
28955,
828,
26498,
18125,
3253,
82,
62,
11250,
28,
8356,
62,
11250,
8,
198,
198,
37811,
198,
220,
220,
220,
7253,
2149,
35,
940,
24187,
818,
4288,
33308,
3419,
198,
198,
1273,
5889,
281,
39354,
1693,
284,
4886,
3315,
3403,
290,
2792,
606,
284,
262,
314,
8610,
12,
940,
12,
24187,
39585,
1435,
13,
5765,
262,
39373,
4892,
2149,
35,
940,
24187,
818,
4288,
33308,
4905,
284,
2610,
262,
3722,
286,
257,
1693,
13,
198,
198,
2,
20906,
40117,
198,
12,
4600,
6601,
15457,
47445,
3163,
77,
63,
25,
383,
6186,
20857,
6530,
357,
1503,
45,
8,
286,
262,
30865,
27207,
290,
8798,
8549,
357,
40,
2390,
8,
2597,
326,
11455,
6186,
3082,
23979,
8366,
1100,
1895,
284,
534,
5128,
1366,
13,
1114,
517,
1321,
11,
766,
220,
20934,
12,
15001,
2448,
8481,
20906,
329,
1081,
31301,
16205,
13,
198,
12,
4600,
20560,
6601,
16934,
63,
25,
18291,
6945,
262,
5794,
290,
4067,
286,
262,
5128,
1366,
329,
262,
1693,
13,
198,
12,
4600,
32065,
10669,
63,
25,
383,
3303,
286,
262,
5128,
4963,
13,
1439,
4963,
1276,
307,
287,
262,
976,
3303,
13,
198,
12,
4600,
26410,
6601,
16934,
63,
25,
18291,
6945,
810,
284,
3758,
262,
5072,
3696,
13,
198,
198,
2,
32233,
40117,
198,
12,
4600,
11792,
18453,
30642,
63,
25,
317,
3748,
27421,
329,
262,
2581,
13,
1002,
345,
836,
470,
900,
262,
5456,
2581,
11241,
11,
6186,
3082,
23979,
8366,
18616,
530,
13,
198,
12,
4600,
33308,
5376,
63,
25,
383,
27421,
286,
262,
1693,
13,
198,
12,
4600,
42,
5653,
9218,
63,
25,
1052,
30865,
7383,
8549,
4809,
1994,
284,
34117,
534,
5072,
3696,
13,
1002,
345,
466,
407,
11986,
257,
1994,
11,
262,
3696,
389,
3194,
287,
8631,
2420,
13,
198,
37811,
198,
9688,
62,
291,
67,
940,
62,
66,
1084,
4288,
62,
21858,
7,
6601,
15457,
47445,
3163,
77,
11,
23412,
6601,
16934,
11,
15417,
10669,
11,
25235,
6601,
16934,
26,
3253,
82,
62,
11250,
3712,
12298,
50,
16934,
28,
20541,
62,
8356,
62,
11250,
28955,
796,
24772,
41693,
7203,
10434,
2149,
35,
940,
24187,
818,
4288,
33308,
1600,
360,
713,
90,
10100,
11,
4377,
92,
7203,
6601,
15457,
47445,
3163,
77,
1,
14804,
6601,
15457,
47445,
3163,
77,
11,
366,
20560,
6601,
16934,
1,
14804,
20560,
6601,
16934,
11,
366,
32065,
10669,
1,
14804,
32065,
10669,
11,
366,
26410,
6601,
16934,
1,
14804,
26410,
6601,
16934,
11,
366,
11792,
18453,
30642,
1,
14804,
8841,
7,
12303,
312,
19,
3419,
18125,
3253,
82,
62,
11250,
28,
8356,
62,
11250,
8,
198,
9688,
62,
291,
67,
940,
62,
66,
1084,
4288,
62,
21858,
7,
6601,
15457,
47445,
3163,
77,
11,
23412,
6601,
16934,
11,
15417,
10669,
11,
25235,
6601,
16934,
11,
26498,
3712,
23839,
35,
713,
90,
10100,
11,
1279,
25,
7149,
19629,
3253,
82,
62,
11250,
3712,
12298,
50,
16934,
28,
20541,
62,
8356,
62,
11250,
28955,
796,
24772,
41693,
7203,
10434,
2149,
35,
940,
24187,
818,
4288,
33308,
1600,
360,
713,
90,
10100,
11,
4377,
92,
7,
647,
39909,
342,
28264,
647,
469,
11,
360,
713,
90,
10100,
11,
4377,
92,
7203,
6601,
15457,
47445,
3163,
77,
1,
14804,
6601,
15457,
47445,
3163,
77,
11,
366,
20560,
6601,
16934,
1,
14804,
20560,
6601,
16934,
11,
366,
32065,
10669,
1,
14804,
32065,
10669,
11,
366,
26410,
6601,
16934,
1,
14804,
26410,
6601,
16934,
11,
366,
11792,
18453,
30642,
1,
14804,
8841,
7,
12303,
312,
19,
28955,
828,
26498,
18125,
3253,
82,
62,
11250,
28,
8356,
62,
11250,
8,
198,
198,
37811,
198,
220,
220,
220,
7253,
11909,
2389,
316,
3213,
33308,
3419,
198,
198,
1273,
5889,
281,
39354,
1693,
284,
4886,
6861,
1535,
1321,
357,
11909,
40,
737,
5765,
262,
39373,
4892,
11909,
2389,
316,
3213,
33308,
4905,
284,
2610,
262,
3722,
286,
257,
1693,
13,
198,
198,
2,
20906,
40117,
198,
12,
4600,
6601,
15457,
47445,
3163,
77,
63,
25,
383,
6186,
20857,
6530,
357,
1503,
45,
8,
286,
262,
30865,
27207,
290,
8798,
8549,
357,
40,
2390,
8,
2597,
326,
11455,
6186,
3082,
23979,
8366,
1100,
1895,
284,
534,
5128,
1366,
13,
1114,
517,
1321,
11,
766,
220,
20934,
12,
15001,
2448,
8481,
20906,
329,
1081,
31301,
16205,
13,
198,
12,
4600,
20560,
6601,
16934,
63,
25,
18291,
6945,
262,
5794,
290,
4067,
286,
262,
5128,
1366,
329,
262,
1693,
13,
198,
12,
4600,
32065,
10669,
63,
25,
383,
3303,
286,
262,
5128,
4963,
13,
1439,
4963,
1276,
307,
287,
262,
976,
3303,
13,
198,
12,
4600,
26410,
6601,
16934,
63,
25,
18291,
6945,
810,
284,
3758,
262,
5072,
3696,
13,
198,
198,
2,
32233,
40117,
198,
12,
4600,
11792,
18453,
30642,
63,
25,
317,
3748,
27421,
329,
262,
2581,
13,
1002,
345,
836,
470,
900,
262,
5456,
2581,
11241,
11,
6186,
3082,
23979,
8366,
18616,
530,
13,
198,
12,
4600,
33308,
5376,
63,
25,
383,
27421,
286,
262,
1693,
13,
198,
12,
4600,
42,
5653,
9218,
63,
25,
1052,
30865,
7383,
8549,
4809,
1994,
284,
34117,
534,
5072,
3696,
13,
1002,
345,
466,
407,
11986,
257,
1994,
11,
262,
3696,
389,
3194,
287,
8631,
2420,
13,
198,
37811,
198,
9688,
62,
746,
312,
316,
3213,
62,
21858,
7,
6601,
15457,
47445,
3163,
77,
11,
23412,
6601,
16934,
11,
15417,
10669,
11,
25235,
6601,
16934,
26,
3253,
82,
62,
11250,
3712,
12298,
50,
16934,
28,
20541,
62,
8356,
62,
11250,
28955,
796,
24772,
41693,
7203,
10434,
11909,
2389,
316,
3213,
33308,
1600,
360,
713,
90,
10100,
11,
4377,
92,
7203,
6601,
15457,
47445,
3163,
77,
1,
14804,
6601,
15457,
47445,
3163,
77,
11,
366,
20560,
6601,
16934,
1,
14804,
20560,
6601,
16934,
11,
366,
32065,
10669,
1,
14804,
32065,
10669,
11,
366,
26410,
6601,
16934,
1,
14804,
26410,
6601,
16934,
11,
366,
11792,
18453,
30642,
1,
14804,
8841,
7,
12303,
312,
19,
3419,
18125,
3253,
82,
62,
11250,
28,
8356,
62,
11250,
8,
198,
9688,
62,
746,
312,
316,
3213,
62,
21858,
7,
6601,
15457,
47445,
3163,
77,
11,
23412,
6601,
16934,
11,
15417,
10669,
11,
25235,
6601,
16934,
11,
26498,
3712,
23839,
35,
713,
90,
10100,
11,
1279,
25,
7149,
19629,
3253,
82,
62,
11250,
3712,
12298,
50,
16934,
28,
20541,
62,
8356,
62,
11250,
28955,
796,
24772,
41693,
7203,
10434,
11909,
2389,
316,
3213,
33308,
1600,
360,
713,
90,
10100,
11,
4377,
92,
7,
647,
39909,
342,
28264,
647,
469,
11,
360,
713,
90,
10100,
11,
4377,
92,
7203,
6601,
15457,
47445,
3163,
77,
1,
14804,
6601,
15457,
47445,
3163,
77,
11,
366,
20560,
6601,
16934,
1,
14804,
20560,
6601,
16934,
11,
366,
32065,
10669,
1,
14804,
32065,
10669,
11,
366,
26410,
6601,
16934,
1,
14804,
26410,
6601,
16934,
11,
366,
11792,
18453,
30642,
1,
14804,
8841,
7,
12303,
312,
19,
28955,
828,
26498,
18125,
3253,
82,
62,
11250,
28,
8356,
62,
11250,
8,
198,
198,
37811,
198,
220,
220,
220,
7253,
49,
87,
35393,
818,
4288,
33308,
3419,
198,
198,
1273,
5889,
281,
39354,
1693,
284,
4886,
14103,
12066,
290,
2792,
606,
284,
262,
49715,
35393,
39585,
1435,
13,
5765,
262,
39373,
4892,
49,
87,
35393,
818,
4288,
33308,
4905,
284,
2610,
262,
3722,
286,
257,
1693,
13,
198,
198,
2,
20906,
40117,
198,
12,
4600,
6601,
15457,
47445,
3163,
77,
63,
25,
383,
6186,
20857,
6530,
357,
1503,
45,
8,
286,
262,
30865,
27207,
290,
8798,
8549,
357,
40,
2390,
8,
2597,
326,
11455,
6186,
3082,
23979,
8366,
1100,
1895,
284,
534,
5128,
1366,
13,
1114,
517,
1321,
11,
766,
220,
20934,
12,
15001,
2448,
8481,
20906,
329,
1081,
31301,
16205,
13,
198,
12,
4600,
20560,
6601,
16934,
63,
25,
18291,
6945,
262,
5794,
290,
4067,
286,
262,
5128,
1366,
329,
262,
1693,
13,
198,
12,
4600,
32065,
10669,
63,
25,
383,
3303,
286,
262,
5128,
4963,
13,
1439,
4963,
1276,
307,
287,
262,
976,
3303,
13,
198,
12,
4600,
26410,
6601,
16934,
63,
25,
18291,
6945,
810,
284,
3758,
262,
5072,
3696,
13,
198,
198,
2,
32233,
40117,
198,
12,
4600,
11792,
18453,
30642,
63,
25,
317,
3748,
27421,
329,
262,
2581,
13,
1002,
345,
836,
470,
900,
262,
5456,
2581,
11241,
11,
6186,
3082,
23979,
8366,
18616,
530,
13,
198,
12,
4600,
33308,
5376,
63,
25,
383,
27421,
286,
262,
1693,
13,
198,
12,
4600,
42,
5653,
9218,
63,
25,
1052,
30865,
7383,
8549,
4809,
1994,
284,
34117,
534,
5072,
3696,
13,
1002,
345,
466,
407,
11986,
257,
1994,
11,
262,
3696,
389,
3194,
287,
8631,
2420,
13,
198,
37811,
198,
9688,
62,
40914,
62,
27237,
62,
259,
4288,
62,
21858,
7,
6601,
15457,
47445,
3163,
77,
11,
23412,
6601,
16934,
11,
15417,
10669,
11,
25235,
6601,
16934,
26,
3253,
82,
62,
11250,
3712,
12298,
50,
16934,
28,
20541,
62,
8356,
62,
11250,
28955,
796,
24772,
41693,
7203,
10434,
49,
87,
35393,
818,
4288,
33308,
1600,
360,
713,
90,
10100,
11,
4377,
92,
7203,
6601,
15457,
47445,
3163,
77,
1,
14804,
6601,
15457,
47445,
3163,
77,
11,
366,
20560,
6601,
16934,
1,
14804,
20560,
6601,
16934,
11,
366,
32065,
10669,
1,
14804,
32065,
10669,
11,
366,
26410,
6601,
16934,
1,
14804,
26410,
6601,
16934,
11,
366,
11792,
18453,
30642,
1,
14804,
8841,
7,
12303,
312,
19,
3419,
18125,
3253,
82,
62,
11250,
28,
8356,
62,
11250,
8,
198,
9688,
62,
40914,
62,
27237,
62,
259,
4288,
62,
21858,
7,
6601,
15457,
47445,
3163,
77,
11,
23412,
6601,
16934,
11,
15417,
10669,
11,
25235,
6601,
16934,
11,
26498,
3712,
23839,
35,
713,
90,
10100,
11,
1279,
25,
7149,
19629,
3253,
82,
62,
11250,
3712,
12298,
50,
16934,
28,
20541,
62,
8356,
62,
11250,
28955,
796,
24772,
41693,
7203,
10434,
49,
87,
35393,
818,
4288,
33308,
1600,
360,
713,
90,
10100,
11,
4377,
92,
7,
647,
39909,
342,
28264,
647,
469,
11,
360,
713,
90,
10100,
11,
4377,
92,
7203,
6601,
15457,
47445,
3163,
77,
1,
14804,
6601,
15457,
47445,
3163,
77,
11,
366,
20560,
6601,
16934,
1,
14804,
20560,
6601,
16934,
11,
366,
32065,
10669,
1,
14804,
32065,
10669,
11,
366,
26410,
6601,
16934,
1,
14804,
26410,
6601,
16934,
11,
366,
11792,
18453,
30642,
1,
14804,
8841,
7,
12303,
312,
19,
28955,
828,
26498,
18125,
3253,
82,
62,
11250,
28,
8356,
62,
11250,
8,
198,
198,
37811,
198,
220,
220,
220,
13707,
14539,
871,
11242,
3213,
53,
17,
33308,
3419,
198,
198,
1273,
2840,
257,
3315,
12066,
13326,
1693,
287,
4371,
13,
198,
198,
2,
20906,
40117,
198,
12,
4600,
33308,
7390,
63,
25,
383,
27421,
286,
262,
3315,
12066,
1693,
284,
2245,
13,
198,
198,
37811,
198,
11338,
62,
298,
871,
62,
15255,
3213,
62,
85,
17,
62,
21858,
7,
33308,
7390,
26,
3253,
82,
62,
11250,
3712,
12298,
50,
16934,
28,
20541,
62,
8356,
62,
11250,
28955,
796,
24772,
41693,
7203,
19485,
14539,
871,
11242,
3213,
53,
17,
33308,
1600,
360,
713,
90,
10100,
11,
4377,
92,
7203,
33308,
7390,
1,
14804,
33308,
7390,
1776,
3253,
82,
62,
11250,
28,
8356,
62,
11250,
8,
198,
11338,
62,
298,
871,
62,
15255,
3213,
62,
85,
17,
62,
21858,
7,
33308,
7390,
11,
26498,
3712,
23839,
35,
713,
90,
10100,
11,
1279,
25,
7149,
19629,
3253,
82,
62,
11250,
3712,
12298,
50,
16934,
28,
20541,
62,
8356,
62,
11250,
28955,
796,
24772,
41693,
7203,
19485,
14539,
871,
11242,
3213,
53,
17,
33308,
1600,
360,
713,
90,
10100,
11,
4377,
92,
7,
647,
39909,
342,
28264,
647,
469,
11,
360,
713,
90,
10100,
11,
4377,
92,
7203,
33308,
7390,
1,
14804,
33308,
7390,
828,
26498,
18125,
3253,
82,
62,
11250,
28,
8356,
62,
11250,
8,
198,
198,
37811,
198,
220,
220,
220,
13707,
2149,
35,
940,
24187,
818,
4288,
33308,
3419,
198,
198,
1273,
2840,
281,
554,
2232,
2149,
35,
940,
24187,
32278,
1693,
287,
4371,
13,
198,
198,
2,
20906,
40117,
198,
12,
4600,
33308,
7390,
63,
25,
383,
27421,
286,
262,
1693,
13,
198,
198,
37811,
198,
11338,
62,
291,
67,
940,
62,
66,
1084,
4288,
62,
21858,
7,
33308,
7390,
26,
3253,
82,
62,
11250,
3712,
12298,
50,
16934,
28,
20541,
62,
8356,
62,
11250,
28955,
796,
24772,
41693,
7203,
19485,
2149,
35,
940,
24187,
818,
4288,
33308,
1600,
360,
713,
90,
10100,
11,
4377,
92,
7203,
33308,
7390,
1,
14804,
33308,
7390,
1776,
3253,
82,
62,
11250,
28,
8356,
62,
11250,
8,
198,
11338,
62,
291,
67,
940,
62,
66,
1084,
4288,
62,
21858,
7,
33308,
7390,
11,
26498,
3712,
23839,
35,
713,
90,
10100,
11,
1279,
25,
7149,
19629,
3253,
82,
62,
11250,
3712,
12298,
50,
16934,
28,
20541,
62,
8356,
62,
11250,
28955,
796,
24772,
41693,
7203,
19485,
2149,
35,
940,
24187,
818,
4288,
33308,
1600,
360,
713,
90,
10100,
11,
4377,
92,
7,
647,
39909,
342,
28264,
647,
469,
11,
360,
713,
90,
10100,
11,
4377,
92,
7203,
33308,
7390,
1,
14804,
33308,
7390,
828,
26498,
18125,
3253,
82,
62,
11250,
28,
8356,
62,
11250,
8,
198,
198,
37811,
198,
220,
220,
220,
13707,
11909,
2389,
316,
3213,
33308,
3419,
198,
198,
1273,
2840,
257,
6861,
1535,
1321,
357,
11909,
40,
8,
13326,
1693,
287,
4371,
13,
198,
198,
2,
20906,
40117,
198,
12,
4600,
33308,
7390,
63,
25,
383,
27421,
286,
262,
48121,
13326,
1693,
284,
2245,
13,
198,
198,
37811,
198,
11338,
62,
746,
312,
316,
3213,
62,
21858,
7,
33308,
7390,
26,
3253,
82,
62,
11250,
3712,
12298,
50,
16934,
28,
20541,
62,
8356,
62,
11250,
28955,
796,
24772,
41693,
7203,
19485,
11909,
2389,
316,
3213,
33308,
1600,
360,
713,
90,
10100,
11,
4377,
92,
7203,
33308,
7390,
1,
14804,
33308,
7390,
1776,
3253,
82,
62,
11250,
28,
8356,
62,
11250,
8,
198,
11338,
62,
746,
312,
316,
3213,
62,
21858,
7,
33308,
7390,
11,
26498,
3712,
23839,
35,
713,
90,
10100,
11,
1279,
25,
7149,
19629,
3253,
82,
62,
11250,
3712,
12298,
50,
16934,
28,
20541,
62,
8356,
62,
11250,
28955,
796,
24772,
41693,
7203,
19485,
11909,
2389,
316,
3213,
33308,
1600,
360,
713,
90,
10100,
11,
4377,
92,
7,
647,
39909,
342,
28264,
647,
469,
11,
360,
713,
90,
10100,
11,
4377,
92,
7203,
33308,
7390,
1,
14804,
33308,
7390,
828,
26498,
18125,
3253,
82,
62,
11250,
28,
8356,
62,
11250,
8,
198,
198,
37811,
198,
220,
220,
220,
13707,
49,
87,
35393,
818,
4288,
33308,
3419,
198,
198,
1273,
2840,
281,
554,
2232,
49,
87,
35393,
32278,
1693,
287,
4371,
13,
198,
198,
2,
20906,
40117,
198,
12,
4600,
33308,
7390,
63,
25,
383,
27421,
286,
262,
1693,
13,
198,
198,
37811,
198,
11338,
62,
40914,
62,
27237,
62,
259,
4288,
62,
21858,
7,
33308,
7390,
26,
3253,
82,
62,
11250,
3712,
12298,
50,
16934,
28,
20541,
62,
8356,
62,
11250,
28955,
796,
24772,
41693,
7203,
19485,
49,
87,
35393,
818,
4288,
33308,
1600,
360,
713,
90,
10100,
11,
4377,
92,
7203,
33308,
7390,
1,
14804,
33308,
7390,
1776,
3253,
82,
62,
11250,
28,
8356,
62,
11250,
8,
198,
11338,
62,
40914,
62,
27237,
62,
259,
4288,
62,
21858,
7,
33308,
7390,
11,
26498,
3712,
23839,
35,
713,
90,
10100,
11,
1279,
25,
7149,
19629,
3253,
82,
62,
11250,
3712,
12298,
50,
16934,
28,
20541,
62,
8356,
62,
11250,
28955,
796,
24772,
41693,
7203,
19485,
49,
87,
35393,
818,
4288,
33308,
1600,
360,
713,
90,
10100,
11,
4377,
92,
7,
647,
39909,
342,
28264,
647,
469,
11,
360,
713,
90,
10100,
11,
4377,
92,
7203,
33308,
7390,
1,
14804,
33308,
7390,
828,
26498,
18125,
3253,
82,
62,
11250,
28,
8356,
62,
11250,
8,
198
] | 3.376741 | 6,389 |
### A Pluto.jl notebook ###
# v0.16.1
using Markdown
using InteractiveUtils
# ╔═╡ bc0083ae-2c24-11ec-27d1-d3151362feba
using VegaLite, DataFrames, CSV, RDatasets
# ╔═╡ af8af33a-f75c-4ac1-9c3e-7afa932fd4c1
md"## Plotting with VegaLite
Vegalite is a modern grammar-of-graphics programming language. See information and gallery here https://vega.github.io/vega-lite/
"
# ╔═╡ 5b856367-3bf0-4f0c-b82f-6ae3de31e3b5
md"Load the relevant libraries, and get the iris dataset"
# ╔═╡ 9742e502-f9df-4576-8783-a3b81c40a685
# ╔═╡ 2c955350-cd80-4429-8215-a13ada4b9efd
iris = dataset("datasets", "iris")
# ╔═╡ 08a306fe-684b-42ae-8586-a0e61fc9d889
md"The most basic plots involve a DataFrame that you `pipe` (using `|>`) to the `@vlplot` macro. You choose a `mark` (or `geom`) and define `x` and `y`."
# ╔═╡ e563a075-5fd9-4541-99ee-07a84080287b
iris |> @vlplot(:point, x = :SepalLength, y = :SepalWidth)
# ╔═╡ 16b538b2-1d30-4b91-988f-59448783545e
md"By default, scales start at 0. To control the scales for x and y, pass a specification to x and y"
# ╔═╡ 4a59b6e3-1619-485e-a862-a8ab2c863e5a
iris |> @vlplot(:point,
x = {:SepalLength, scale={zero=false}},
y = {:SepalWidth, scale={zero=false}}
)
# ╔═╡ 0a84be01-7907-4482-9f35-f92e81c7ef5d
md"Everything inside the `@vlplot` first bracket counts as a `mapping` or `aesthetic`. Specify `color` to have different colors for different species"
# ╔═╡ 506b7d99-cce0-4f0d-afc4-4e151038e0d8
iris |> @vlplot(:point,
x = {:SepalLength, scale={zero=false}},
y = {:SepalWidth, scale={zero=false}},
color = :Species
)
# ╔═╡ f97a6cdd-a871-42f3-9ba6-ac8be800fbb2
md"You can stack `@vlplot`s on top of each other with`+`. Unspecified arguments will get passed over from the previous. Here to add both a line and points"
# ╔═╡ 6d9354ee-ed0a-49af-9c40-835c1f20d35e
iris |> @vlplot(
x = {:SepalLength, scale={zero=false}},
y = {:SepalWidth, scale={zero=false}},
color = :Species) +
@vlplot(:point) + @vlplot(:line)
# ╔═╡ a5bb11a0-b215-487e-ae9d-b72ef4cd6465
md"In practice what you probably want is a trendline. To add something to the plot that is a derived function of the data, use a `transform`. Note that `groupby` in the regression transform requires a vector"
# ╔═╡ 2a2bed9a-7f97-4975-aea8-62e17bf37923
iris |> @vlplot(
x = {:SepalLength, scale={zero=false}},
y = {:SepalWidth, scale={zero=false}},
color = :Species) +
@vlplot(:point) +
@vlplot(:line,
transform = [{
regression=:SepalWidth,
on = :SepalLength,
groupby = [:Species]
}])
# ╔═╡ 66073b7c-e972-451a-ab77-63dcb3dbe7f1
md"Add a `count()` transformation function to use a bar plot to plot a histogram"
# ╔═╡ c08554d6-c6d9-408e-bc96-1fa9eaedb4d3
iris |> @vlplot(:bar,
x={
:SepalLength,
bin={maxbins=10},
},
y="count()")
# ╔═╡ 983c4ab3-969a-4421-b9ce-6b6cec0e8438
md"You can easily create faceted plots by mapping a variable to the `row` or `col` argument"
# ╔═╡ 7e81c820-c212-49a1-a21f-46161cb4716c
iris |> @vlplot(:bar,
x={
:SepalLength,
bin={maxbins=10},
},
y="count()",
row = :Species
)
# ╔═╡ c06bcfcd-34f9-4254-93f1-206271982843
md"Let's load a different dataset - a version of the sleep dataset"
# ╔═╡ d508a53d-015c-483c-aae6-2e65c858d18e
allison = CSV.read("data/allison.csv", DataFrame, missingstring = "NA")
# ╔═╡ b1fa7bf2-3a96-4f44-8ca1-a07094467fdf
md"A basic plot reveals a very skewed distribution of x values"
# ╔═╡ effc71fb-261a-406f-b305-604bf8a2207a
allison |> @vlplot(:point, x = :BodyWt, y = :Gestation)
# ╔═╡ 5e76f741-56a8-4b0b-8fb8-a7a0aaf6763e
md"We can address that by applying a different `scale` to `x`"
# ╔═╡ 8cd88777-a081-40ec-83cc-63451043c71a
allison |> @vlplot(:point, x = {:BodyWt, scale = {type = :log}},
y = :Gestation, color = :Predation)
# ╔═╡ 9731b8e1-a464-4280-82eb-ff4e3831227b
md"Apply and `:o` to the `Predation` variable to signal that we are dealing with an ordinal variable`"
# ╔═╡ b4e8e702-bd06-4d64-b05f-c2a901c453f6
allison |> @vlplot(:point, x = {:BodyWt, scale = {type = :log}},
y = :Gestation, color = "Predation:o")
# ╔═╡ dc120eee-0308-425b-a22b-0725b0a18f53
md"""
### Exercise 1
Create different histograms for total sleep for different predation categories
"""
# ╔═╡ ad5bcb43-7806-40a4-8210-601ee67f8bb2
# ╔═╡ f73627ad-a8fb-40c2-810c-6052e1a4216a
md"""
### Exercise 2
Create one or more diagrams investigating the relationship between predation risk and gestation time
"""
# ╔═╡ bbadec0d-6242-481a-bc9c-f7ef132dbea5
# ╔═╡ 00000000-0000-0000-0000-000000000001
PLUTO_PROJECT_TOML_CONTENTS = """
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
RDatasets = "ce6b1742-4840-55fa-b093-852dadbb1d8b"
VegaLite = "112f6efa-9a02-5b7d-90c0-432ed331239a"
[compat]
CSV = "~0.8.5"
DataFrames = "~1.2.2"
RDatasets = "~0.7.5"
VegaLite = "~2.6.0"
"""
# ╔═╡ 00000000-0000-0000-0000-000000000002
PLUTO_MANIFEST_TOML_CONTENTS = """
# This file is machine-generated - editing it directly is not advised
julia_version = "1.7.0-rc1"
manifest_format = "2.0"
[[deps.ArgTools]]
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
[[deps.Artifacts]]
uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
[[deps.Base64]]
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
[[deps.CSV]]
deps = ["Dates", "Mmap", "Parsers", "PooledArrays", "SentinelArrays", "Tables", "Unicode"]
git-tree-sha1 = "b83aa3f513be680454437a0eee21001607e5d983"
uuid = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
version = "0.8.5"
[[deps.CategoricalArrays]]
deps = ["DataAPI", "Future", "Missings", "Printf", "Requires", "Statistics", "Unicode"]
git-tree-sha1 = "fbc5c413a005abdeeb50ad0e54d85d000a1ca667"
uuid = "324d7699-5711-5eae-9e2f-1d82baa6b597"
version = "0.10.1"
[[deps.CodecZlib]]
deps = ["TranscodingStreams", "Zlib_jll"]
git-tree-sha1 = "ded953804d019afa9a3f98981d99b33e3db7b6da"
uuid = "944b1d66-785c-5afd-91f1-9de20f533193"
version = "0.7.0"
[[deps.Compat]]
deps = ["Base64", "Dates", "DelimitedFiles", "Distributed", "InteractiveUtils", "LibGit2", "Libdl", "LinearAlgebra", "Markdown", "Mmap", "Pkg", "Printf", "REPL", "Random", "SHA", "Serialization", "SharedArrays", "Sockets", "SparseArrays", "Statistics", "Test", "UUIDs", "Unicode"]
git-tree-sha1 = "31d0151f5716b655421d9d75b7fa74cc4e744df2"
uuid = "34da2185-b29b-5c13-b0c7-acf172513d20"
version = "3.39.0"
[[deps.CompilerSupportLibraries_jll]]
deps = ["Artifacts", "Libdl"]
uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae"
[[deps.ConstructionBase]]
deps = ["LinearAlgebra"]
git-tree-sha1 = "f74e9d5388b8620b4cee35d4c5a618dd4dc547f4"
uuid = "187b0558-2788-49d3-abe0-74a17ed4e7c9"
version = "1.3.0"
[[deps.Crayons]]
git-tree-sha1 = "3f71217b538d7aaee0b69ab47d9b7724ca8afa0d"
uuid = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
version = "4.0.4"
[[deps.DataAPI]]
git-tree-sha1 = "cc70b17275652eb47bc9e5f81635981f13cea5c8"
uuid = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"
version = "1.9.0"
[[deps.DataFrames]]
deps = ["Compat", "DataAPI", "Future", "InvertedIndices", "IteratorInterfaceExtensions", "LinearAlgebra", "Markdown", "Missings", "PooledArrays", "PrettyTables", "Printf", "REPL", "Reexport", "SortingAlgorithms", "Statistics", "TableTraits", "Tables", "Unicode"]
git-tree-sha1 = "d785f42445b63fc86caa08bb9a9351008be9b765"
uuid = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
version = "1.2.2"
[[deps.DataStructures]]
deps = ["Compat", "InteractiveUtils", "OrderedCollections"]
git-tree-sha1 = "7d9d316f04214f7efdbb6398d545446e246eff02"
uuid = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
version = "0.18.10"
[[deps.DataValueInterfaces]]
git-tree-sha1 = "bfc1187b79289637fa0ef6d4436ebdfe6905cbd6"
uuid = "e2d170a0-9d28-54be-80f0-106bbe20a464"
version = "1.0.0"
[[deps.DataValues]]
deps = ["DataValueInterfaces", "Dates"]
git-tree-sha1 = "d88a19299eba280a6d062e135a43f00323ae70bf"
uuid = "e7dc6d0d-1eca-5fa6-8ad6-5aecde8b7ea5"
version = "0.4.13"
[[deps.Dates]]
deps = ["Printf"]
uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
[[deps.DelimitedFiles]]
deps = ["Mmap"]
uuid = "8bb1440f-4735-579b-a4ab-409b98df4dab"
[[deps.Distributed]]
deps = ["Random", "Serialization", "Sockets"]
uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
[[deps.Downloads]]
deps = ["ArgTools", "LibCURL", "NetworkOptions"]
uuid = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
[[deps.ExprTools]]
git-tree-sha1 = "b7e3d17636b348f005f11040025ae8c6f645fe92"
uuid = "e2ba6199-217a-4e67-a87a-7c52f15ade04"
version = "0.1.6"
[[deps.FileIO]]
deps = ["Pkg", "Requires", "UUIDs"]
git-tree-sha1 = "3c041d2ac0a52a12a27af2782b34900d9c3ee68c"
uuid = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
version = "1.11.1"
[[deps.FilePaths]]
deps = ["FilePathsBase", "MacroTools", "Reexport", "Requires"]
git-tree-sha1 = "919d9412dbf53a2e6fe74af62a73ceed0bce0629"
uuid = "8fc22ac5-c921-52a6-82fd-178b2807b824"
version = "0.8.3"
[[deps.FilePathsBase]]
deps = ["Dates", "Mmap", "Printf", "Test", "UUIDs"]
git-tree-sha1 = "7fb0eaac190a7a68a56d2407a6beff1142daf844"
uuid = "48062228-2e41-5def-b9a4-89aafe57970f"
version = "0.9.12"
[[deps.Formatting]]
deps = ["Printf"]
git-tree-sha1 = "8339d61043228fdd3eb658d86c926cb282ae72a8"
uuid = "59287772-0a20-5a39-b81b-1366585eb4c0"
version = "0.4.2"
[[deps.Future]]
deps = ["Random"]
uuid = "9fa8497b-333b-5362-9e8d-4d0656e87820"
[[deps.HTTP]]
deps = ["Base64", "Dates", "IniFile", "Logging", "MbedTLS", "NetworkOptions", "Sockets", "URIs"]
git-tree-sha1 = "14eece7a3308b4d8be910e265c724a6ba51a9798"
uuid = "cd3eb016-35fb-5094-929b-558a96fad6f3"
version = "0.9.16"
[[deps.IniFile]]
deps = ["Test"]
git-tree-sha1 = "098e4d2c533924c921f9f9847274f2ad89e018b8"
uuid = "83e8ac13-25f8-5344-8a64-a9f2b223428f"
version = "0.5.0"
[[deps.InteractiveUtils]]
deps = ["Markdown"]
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
[[deps.InvertedIndices]]
git-tree-sha1 = "bee5f1ef5bf65df56bdd2e40447590b272a5471f"
uuid = "41ab1584-1d38-5bbf-9106-f11c6c58b48f"
version = "1.1.0"
[[deps.IteratorInterfaceExtensions]]
git-tree-sha1 = "a3f24677c21f5bbe9d2a714f95dcd58337fb2856"
uuid = "82899510-4779-5014-852e-03e436cf321d"
version = "1.0.0"
[[deps.JSON]]
deps = ["Dates", "Mmap", "Parsers", "Unicode"]
git-tree-sha1 = "8076680b162ada2a031f707ac7b4953e30667a37"
uuid = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
version = "0.21.2"
[[deps.JSONSchema]]
deps = ["HTTP", "JSON", "URIs"]
git-tree-sha1 = "2f49f7f86762a0fbbeef84912265a1ae61c4ef80"
uuid = "7d188eb4-7ad8-530c-ae41-71a32a6d4692"
version = "0.3.4"
[[deps.LazyArtifacts]]
deps = ["Artifacts", "Pkg"]
uuid = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
[[deps.LibCURL]]
deps = ["LibCURL_jll", "MozillaCACerts_jll"]
uuid = "b27032c2-a3e7-50c8-80cd-2d36dbcbfd21"
[[deps.LibCURL_jll]]
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll", "Zlib_jll", "nghttp2_jll"]
uuid = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0"
[[deps.LibGit2]]
deps = ["Base64", "NetworkOptions", "Printf", "SHA"]
uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
[[deps.LibSSH2_jll]]
deps = ["Artifacts", "Libdl", "MbedTLS_jll"]
uuid = "29816b5a-b9ab-546f-933c-edad1886dfa8"
[[deps.Libdl]]
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
[[deps.LinearAlgebra]]
deps = ["Libdl", "libblastrampoline_jll"]
uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
[[deps.Logging]]
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
[[deps.MacroTools]]
deps = ["Markdown", "Random"]
git-tree-sha1 = "5a5bc6bf062f0f95e62d0fe0a2d99699fed82dd9"
uuid = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
version = "0.5.8"
[[deps.Markdown]]
deps = ["Base64"]
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
[[deps.MbedTLS]]
deps = ["Dates", "MbedTLS_jll", "Random", "Sockets"]
git-tree-sha1 = "1c38e51c3d08ef2278062ebceade0e46cefc96fe"
uuid = "739be429-bea8-5141-9913-cc70e7f3736d"
version = "1.0.3"
[[deps.MbedTLS_jll]]
deps = ["Artifacts", "Libdl"]
uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1"
[[deps.Missings]]
deps = ["DataAPI"]
git-tree-sha1 = "bf210ce90b6c9eed32d25dbcae1ebc565df2687f"
uuid = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28"
version = "1.0.2"
[[deps.Mmap]]
uuid = "a63ad114-7e13-5084-954f-fe012c677804"
[[deps.Mocking]]
deps = ["Compat", "ExprTools"]
git-tree-sha1 = "29714d0a7a8083bba8427a4fbfb00a540c681ce7"
uuid = "78c3b35d-d492-501b-9361-3d52fe80e533"
version = "0.7.3"
[[deps.MozillaCACerts_jll]]
uuid = "14a3606d-f60d-562e-9121-12d972cd8159"
[[deps.NetworkOptions]]
uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908"
[[deps.NodeJS]]
deps = ["Pkg"]
git-tree-sha1 = "905224bbdd4b555c69bb964514cfa387616f0d3a"
uuid = "2bd173c7-0d6d-553b-b6af-13a54713934c"
version = "1.3.0"
[[deps.OpenBLAS_jll]]
deps = ["Artifacts", "CompilerSupportLibraries_jll", "Libdl"]
uuid = "4536629a-c528-5b80-bd46-f80d51c5b363"
[[deps.OrderedCollections]]
git-tree-sha1 = "85f8e6578bf1f9ee0d11e7bb1b1456435479d47c"
uuid = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
version = "1.4.1"
[[deps.Parsers]]
deps = ["Dates"]
git-tree-sha1 = "bfd7d8c7fd87f04543810d9cbd3995972236ba1b"
uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
version = "1.1.2"
[[deps.Pkg]]
deps = ["Artifacts", "Dates", "Downloads", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"]
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
[[deps.PooledArrays]]
deps = ["DataAPI", "Future"]
git-tree-sha1 = "a193d6ad9c45ada72c14b731a318bedd3c2f00cf"
uuid = "2dfb63ee-cc39-5dd5-95bd-886bf059d720"
version = "1.3.0"
[[deps.PrettyTables]]
deps = ["Crayons", "Formatting", "Markdown", "Reexport", "Tables"]
git-tree-sha1 = "69fd065725ee69950f3f58eceb6d144ce32d627d"
uuid = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
version = "1.2.2"
[[deps.Printf]]
deps = ["Unicode"]
uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"
[[deps.RData]]
deps = ["CategoricalArrays", "CodecZlib", "DataFrames", "Dates", "FileIO", "Requires", "TimeZones", "Unicode"]
git-tree-sha1 = "19e47a495dfb7240eb44dc6971d660f7e4244a72"
uuid = "df47a6cb-8c03-5eed-afd8-b6050d6c41da"
version = "0.8.3"
[[deps.RDatasets]]
deps = ["CSV", "CodecZlib", "DataFrames", "FileIO", "Printf", "RData", "Reexport"]
git-tree-sha1 = "06d4da8e540edb0314e88235b2e8f0429404fdb7"
uuid = "ce6b1742-4840-55fa-b093-852dadbb1d8b"
version = "0.7.5"
[[deps.REPL]]
deps = ["InteractiveUtils", "Markdown", "Sockets", "Unicode"]
uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
[[deps.Random]]
deps = ["Serialization"]
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
[[deps.RecipesBase]]
git-tree-sha1 = "44a75aa7a527910ee3d1751d1f0e4148698add9e"
uuid = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
version = "1.1.2"
[[deps.Reexport]]
git-tree-sha1 = "45e428421666073eab6f2da5c9d310d99bb12f9b"
uuid = "189a3867-3050-52da-a836-e630ba90ab69"
version = "1.2.2"
[[deps.Requires]]
deps = ["UUIDs"]
git-tree-sha1 = "4036a3bd08ac7e968e27c203d45f5fff15020621"
uuid = "ae029012-a4dd-5104-9daa-d747884805df"
version = "1.1.3"
[[deps.SHA]]
uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"
[[deps.SentinelArrays]]
deps = ["Dates", "Random"]
git-tree-sha1 = "54f37736d8934a12a200edea2f9206b03bdf3159"
uuid = "91c51154-3ec4-41a3-a24f-3f23e20d615c"
version = "1.3.7"
[[deps.Serialization]]
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
[[deps.Setfield]]
deps = ["ConstructionBase", "Future", "MacroTools", "Requires"]
git-tree-sha1 = "fca29e68c5062722b5b4435594c3d1ba557072a3"
uuid = "efcf1570-3423-57d1-acb7-fd33fddbac46"
version = "0.7.1"
[[deps.SharedArrays]]
deps = ["Distributed", "Mmap", "Random", "Serialization"]
uuid = "1a1011a3-84de-559e-8e89-a11a2f7dc383"
[[deps.Sockets]]
uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
[[deps.SortingAlgorithms]]
deps = ["DataStructures"]
git-tree-sha1 = "b3363d7460f7d098ca0912c69b082f75625d7508"
uuid = "a2af1166-a08f-5f64-846c-94a0d3cef48c"
version = "1.0.1"
[[deps.SparseArrays]]
deps = ["LinearAlgebra", "Random"]
uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[[deps.Statistics]]
deps = ["LinearAlgebra", "SparseArrays"]
uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[[deps.TOML]]
deps = ["Dates"]
uuid = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
[[deps.TableTraits]]
deps = ["IteratorInterfaceExtensions"]
git-tree-sha1 = "c06b2f539df1c6efa794486abfb6ed2022561a39"
uuid = "3783bdb8-4a98-5b6b-af9a-565f29a5fe9c"
version = "1.0.1"
[[deps.TableTraitsUtils]]
deps = ["DataValues", "IteratorInterfaceExtensions", "Missings", "TableTraits"]
git-tree-sha1 = "78fecfe140d7abb480b53a44f3f85b6aa373c293"
uuid = "382cd787-c1b6-5bf2-a167-d5b971a19bda"
version = "1.0.2"
[[deps.Tables]]
deps = ["DataAPI", "DataValueInterfaces", "IteratorInterfaceExtensions", "LinearAlgebra", "TableTraits", "Test"]
git-tree-sha1 = "fed34d0e71b91734bf0a7e10eb1bb05296ddbcd0"
uuid = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
version = "1.6.0"
[[deps.Tar]]
deps = ["ArgTools", "SHA"]
uuid = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
[[deps.Test]]
deps = ["InteractiveUtils", "Logging", "Random", "Serialization"]
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[[deps.TimeZones]]
deps = ["Dates", "Future", "LazyArtifacts", "Mocking", "Pkg", "Printf", "RecipesBase", "Serialization", "Unicode"]
git-tree-sha1 = "a5688ffdbd849a98503c6650effe79fe89a41252"
uuid = "f269a46b-ccf7-5d73-abea-4c690281aa53"
version = "1.5.9"
[[deps.TranscodingStreams]]
deps = ["Random", "Test"]
git-tree-sha1 = "216b95ea110b5972db65aa90f88d8d89dcb8851c"
uuid = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
version = "0.9.6"
[[deps.URIParser]]
deps = ["Unicode"]
git-tree-sha1 = "53a9f49546b8d2dd2e688d216421d050c9a31d0d"
uuid = "30578b45-9adc-5946-b283-645ec420af67"
version = "0.4.1"
[[deps.URIs]]
git-tree-sha1 = "97bbe755a53fe859669cd907f2d96aee8d2c1355"
uuid = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
version = "1.3.0"
[[deps.UUIDs]]
deps = ["Random", "SHA"]
uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
[[deps.Unicode]]
uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
[[deps.Vega]]
deps = ["DataStructures", "DataValues", "Dates", "FileIO", "FilePaths", "IteratorInterfaceExtensions", "JSON", "JSONSchema", "MacroTools", "NodeJS", "Pkg", "REPL", "Random", "Setfield", "TableTraits", "TableTraitsUtils", "URIParser"]
git-tree-sha1 = "43f83d3119a868874d18da6bca0f4b5b6aae53f7"
uuid = "239c3e63-733f-47ad-beb7-a12fde22c578"
version = "2.3.0"
[[deps.VegaLite]]
deps = ["Base64", "DataStructures", "DataValues", "Dates", "FileIO", "FilePaths", "IteratorInterfaceExtensions", "JSON", "MacroTools", "NodeJS", "Pkg", "REPL", "Random", "TableTraits", "TableTraitsUtils", "URIParser", "Vega"]
git-tree-sha1 = "3e23f28af36da21bfb4acef08b144f92ad205660"
uuid = "112f6efa-9a02-5b7d-90c0-432ed331239a"
version = "2.6.0"
[[deps.Zlib_jll]]
deps = ["Libdl"]
uuid = "83775a58-1f1d-513f-b197-d71354ab007a"
[[deps.libblastrampoline_jll]]
deps = ["Artifacts", "Libdl", "OpenBLAS_jll"]
uuid = "8e850b90-86db-534c-a0d3-1478176c7d93"
[[deps.nghttp2_jll]]
deps = ["Artifacts", "Libdl"]
uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d"
[[deps.p7zip_jll]]
deps = ["Artifacts", "Libdl"]
uuid = "3f19e933-33d8-53b3-aaab-bd5110c3b7a0"
"""
# ╔═╡ Cell order:
# ╟─af8af33a-f75c-4ac1-9c3e-7afa932fd4c1
# ╟─5b856367-3bf0-4f0c-b82f-6ae3de31e3b5
# ╠═9742e502-f9df-4576-8783-a3b81c40a685
# ╠═bc0083ae-2c24-11ec-27d1-d3151362feba
# ╠═2c955350-cd80-4429-8215-a13ada4b9efd
# ╟─08a306fe-684b-42ae-8586-a0e61fc9d889
# ╠═e563a075-5fd9-4541-99ee-07a84080287b
# ╟─16b538b2-1d30-4b91-988f-59448783545e
# ╠═4a59b6e3-1619-485e-a862-a8ab2c863e5a
# ╟─0a84be01-7907-4482-9f35-f92e81c7ef5d
# ╠═506b7d99-cce0-4f0d-afc4-4e151038e0d8
# ╟─f97a6cdd-a871-42f3-9ba6-ac8be800fbb2
# ╠═6d9354ee-ed0a-49af-9c40-835c1f20d35e
# ╟─a5bb11a0-b215-487e-ae9d-b72ef4cd6465
# ╠═2a2bed9a-7f97-4975-aea8-62e17bf37923
# ╟─66073b7c-e972-451a-ab77-63dcb3dbe7f1
# ╠═c08554d6-c6d9-408e-bc96-1fa9eaedb4d3
# ╟─983c4ab3-969a-4421-b9ce-6b6cec0e8438
# ╠═7e81c820-c212-49a1-a21f-46161cb4716c
# ╟─c06bcfcd-34f9-4254-93f1-206271982843
# ╠═d508a53d-015c-483c-aae6-2e65c858d18e
# ╟─b1fa7bf2-3a96-4f44-8ca1-a07094467fdf
# ╠═effc71fb-261a-406f-b305-604bf8a2207a
# ╟─5e76f741-56a8-4b0b-8fb8-a7a0aaf6763e
# ╠═8cd88777-a081-40ec-83cc-63451043c71a
# ╟─9731b8e1-a464-4280-82eb-ff4e3831227b
# ╠═b4e8e702-bd06-4d64-b05f-c2a901c453f6
# ╟─dc120eee-0308-425b-a22b-0725b0a18f53
# ╠═ad5bcb43-7806-40a4-8210-601ee67f8bb2
# ╟─f73627ad-a8fb-40c2-810c-6052e1a4216a
# ╠═bbadec0d-6242-481a-bc9c-f7ef132dbea5
# ╟─00000000-0000-0000-0000-000000000001
# ╟─00000000-0000-0000-0000-000000000002
| [
21017,
317,
32217,
13,
20362,
20922,
44386,
198,
2,
410,
15,
13,
1433,
13,
16,
198,
198,
3500,
2940,
2902,
198,
3500,
21365,
18274,
4487,
198,
198,
2,
2343,
243,
242,
28670,
22880,
94,
47125,
405,
5999,
3609,
12,
17,
66,
1731,
12,
1157,
721,
12,
1983,
67,
16,
12,
67,
27936,
1485,
5237,
69,
1765,
64,
198,
3500,
30310,
43,
578,
11,
6060,
35439,
11,
44189,
11,
371,
27354,
292,
1039,
198,
198,
2,
2343,
243,
242,
28670,
22880,
94,
6580,
23,
1878,
2091,
64,
12,
69,
2425,
66,
12,
19,
330,
16,
12,
24,
66,
18,
68,
12,
22,
28485,
24,
2624,
16344,
19,
66,
16,
198,
9132,
1,
2235,
28114,
889,
351,
30310,
43,
578,
198,
53,
39839,
578,
318,
257,
3660,
23491,
12,
1659,
12,
70,
11549,
8300,
3303,
13,
4091,
1321,
290,
15604,
994,
3740,
1378,
303,
4908,
13,
12567,
13,
952,
14,
303,
4908,
12,
36890,
14,
198,
1,
198,
198,
2,
2343,
243,
242,
28670,
22880,
94,
642,
65,
23,
3980,
27824,
12,
18,
19881,
15,
12,
19,
69,
15,
66,
12,
65,
6469,
69,
12,
21,
3609,
18,
2934,
3132,
68,
18,
65,
20,
198,
9132,
1,
8912,
262,
5981,
12782,
11,
290,
651,
262,
4173,
271,
27039,
1,
198,
198,
2,
2343,
243,
242,
28670,
22880,
94,
10111,
3682,
68,
35126,
12,
69,
24,
7568,
12,
2231,
4304,
12,
23,
50165,
12,
64,
18,
65,
6659,
66,
1821,
64,
35978,
628,
198,
2,
2343,
243,
242,
28670,
22880,
94,
362,
66,
24,
2816,
14877,
12,
10210,
1795,
12,
2598,
1959,
12,
6469,
1314,
12,
64,
1485,
4763,
19,
65,
24,
891,
67,
198,
29616,
796,
27039,
7203,
19608,
292,
1039,
1600,
366,
29616,
4943,
198,
198,
2,
2343,
243,
242,
28670,
22880,
94,
8487,
64,
20548,
5036,
12,
41580,
65,
12,
3682,
3609,
12,
23,
29796,
12,
64,
15,
68,
5333,
16072,
24,
67,
39121,
198,
9132,
1,
464,
749,
4096,
21528,
6211,
257,
6060,
19778,
326,
345,
4600,
34360,
63,
357,
3500,
4600,
91,
29,
63,
8,
284,
262,
4600,
31,
19279,
29487,
63,
15021,
13,
921,
3853,
257,
4600,
4102,
63,
357,
273,
4600,
469,
296,
63,
8,
290,
8160,
4600,
87,
63,
290,
4600,
88,
63,
526,
198,
198,
2,
2343,
243,
242,
28670,
22880,
94,
304,
46572,
64,
46396,
12,
20,
16344,
24,
12,
2231,
3901,
12,
2079,
1453,
12,
2998,
64,
40675,
1795,
27800,
65,
198,
29616,
930,
29,
2488,
19279,
29487,
7,
25,
4122,
11,
2124,
796,
1058,
19117,
282,
24539,
11,
331,
796,
1058,
19117,
282,
30916,
8,
198,
198,
2,
2343,
243,
242,
28670,
22880,
94,
1467,
65,
49561,
65,
17,
12,
16,
67,
1270,
12,
19,
65,
6420,
12,
24,
3459,
69,
12,
3270,
31115,
3695,
2327,
2231,
68,
198,
9132,
1,
3886,
4277,
11,
16252,
923,
379,
657,
13,
1675,
1630,
262,
16252,
329,
2124,
290,
331,
11,
1208,
257,
20855,
284,
2124,
290,
331,
1,
198,
198,
2,
2343,
243,
242,
28670,
22880,
94,
604,
64,
3270,
65,
21,
68,
18,
12,
1433,
1129,
12,
32642,
68,
12,
64,
4521,
17,
12,
64,
23,
397,
17,
66,
4521,
18,
68,
20,
64,
198,
29616,
930,
29,
2488,
19279,
29487,
7,
25,
4122,
11,
220,
198,
220,
220,
220,
2124,
796,
46110,
19117,
282,
24539,
11,
5046,
34758,
22570,
28,
9562,
92,
5512,
220,
198,
220,
220,
220,
331,
796,
46110,
19117,
282,
30916,
11,
5046,
34758,
22570,
28,
9562,
11709,
198,
8,
198,
198,
2,
2343,
243,
242,
28670,
22880,
94,
657,
64,
5705,
1350,
486,
12,
3720,
2998,
12,
2598,
6469,
12,
24,
69,
2327,
12,
69,
5892,
68,
6659,
66,
22,
891,
20,
67,
198,
9132,
1,
19693,
2641,
262,
4600,
31,
19279,
29487,
63,
220,
717,
19096,
9853,
355,
257,
4600,
76,
5912,
63,
393,
4600,
64,
37531,
44646,
18291,
1958,
4600,
8043,
63,
284,
423,
1180,
7577,
329,
1180,
4693,
1,
198,
198,
2,
2343,
243,
242,
28670,
22880,
94,
2026,
21,
65,
22,
67,
2079,
12,
66,
344,
15,
12,
19,
69,
15,
67,
12,
1878,
66,
19,
12,
19,
68,
1314,
940,
2548,
68,
15,
67,
23,
198,
29616,
930,
29,
2488,
19279,
29487,
7,
25,
4122,
11,
220,
198,
220,
220,
220,
2124,
796,
46110,
19117,
282,
24539,
11,
5046,
34758,
22570,
28,
9562,
92,
5512,
220,
198,
220,
220,
220,
331,
796,
46110,
19117,
282,
30916,
11,
5046,
34758,
22570,
28,
9562,
92,
5512,
198,
220,
220,
220,
3124,
796,
1058,
5248,
3171,
198,
8,
198,
198,
2,
2343,
243,
242,
28670,
22880,
94,
277,
5607,
64,
21,
66,
1860,
12,
64,
23,
4869,
12,
3682,
69,
18,
12,
24,
7012,
21,
12,
330,
23,
1350,
7410,
69,
11848,
17,
198,
9132,
1,
1639,
460,
8931,
4600,
31,
19279,
29487,
63,
82,
319,
1353,
286,
1123,
584,
351,
63,
10,
44646,
791,
23599,
7159,
481,
651,
3804,
625,
422,
262,
2180,
13,
3423,
284,
751,
1111,
257,
1627,
290,
2173,
1,
198,
198,
2,
2343,
243,
242,
28670,
22880,
94,
718,
67,
24,
32182,
1453,
12,
276,
15,
64,
12,
2920,
1878,
12,
24,
66,
1821,
12,
23,
2327,
66,
16,
69,
1238,
67,
2327,
68,
198,
29616,
930,
29,
2488,
19279,
29487,
7,
198,
220,
220,
220,
2124,
796,
46110,
19117,
282,
24539,
11,
5046,
34758,
22570,
28,
9562,
92,
5512,
220,
198,
220,
220,
220,
331,
796,
46110,
19117,
282,
30916,
11,
5046,
34758,
22570,
28,
9562,
92,
5512,
198,
220,
220,
220,
3124,
796,
1058,
5248,
3171,
8,
1343,
198,
220,
220,
220,
2488,
19279,
29487,
7,
25,
4122,
8,
1343,
2488,
19279,
29487,
7,
25,
1370,
8,
198,
198,
2,
2343,
243,
242,
28670,
22880,
94,
257,
20,
11848,
1157,
64,
15,
12,
65,
23349,
12,
35133,
68,
12,
3609,
24,
67,
12,
65,
4761,
891,
19,
10210,
2414,
2996,
198,
9132,
1,
818,
3357,
644,
345,
2192,
765,
318,
257,
5182,
1370,
13,
1675,
751,
1223,
284,
262,
7110,
326,
318,
257,
10944,
2163,
286,
262,
1366,
11,
779,
257,
4600,
35636,
44646,
5740,
326,
4600,
8094,
1525,
63,
287,
262,
20683,
6121,
4433,
257,
15879,
1,
198,
198,
2,
2343,
243,
242,
28670,
22880,
94,
362,
64,
17,
3077,
24,
64,
12,
22,
69,
5607,
12,
2920,
2425,
12,
44705,
23,
12,
5237,
68,
1558,
19881,
29088,
1954,
198,
29616,
930,
29,
2488,
19279,
29487,
7,
198,
220,
220,
220,
2124,
796,
46110,
19117,
282,
24539,
11,
5046,
34758,
22570,
28,
9562,
92,
5512,
220,
198,
220,
220,
220,
331,
796,
46110,
19117,
282,
30916,
11,
5046,
34758,
22570,
28,
9562,
92,
5512,
198,
220,
220,
220,
3124,
796,
1058,
5248,
3171,
8,
1343,
198,
220,
220,
220,
2488,
19279,
29487,
7,
25,
4122,
8,
1343,
220,
198,
197,
31,
19279,
29487,
7,
25,
1370,
11,
198,
197,
197,
35636,
796,
685,
90,
198,
197,
197,
197,
2301,
2234,
28,
25,
19117,
282,
30916,
11,
198,
197,
197,
197,
261,
796,
1058,
19117,
282,
24539,
11,
220,
198,
197,
197,
197,
8094,
1525,
796,
685,
25,
5248,
3171,
60,
198,
197,
197,
92,
12962,
198,
198,
2,
2343,
243,
242,
28670,
22880,
94,
41717,
4790,
65,
22,
66,
12,
68,
24,
4761,
12,
36330,
64,
12,
397,
3324,
12,
5066,
17896,
65,
18,
67,
1350,
22,
69,
16,
198,
9132,
1,
4550,
257,
4600,
9127,
3419,
63,
13389,
2163,
284,
779,
257,
2318,
7110,
284,
7110,
220,
257,
1554,
21857,
1,
198,
198,
2,
2343,
243,
242,
28670,
22880,
94,
269,
2919,
44218,
67,
21,
12,
66,
21,
67,
24,
12,
26200,
68,
12,
15630,
4846,
12,
16,
13331,
24,
68,
8432,
65,
19,
67,
18,
198,
29616,
930,
29,
2488,
19279,
29487,
7,
25,
5657,
11,
198,
220,
220,
220,
2124,
34758,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
19117,
282,
24539,
11,
198,
220,
220,
220,
220,
220,
220,
220,
9874,
34758,
9806,
65,
1040,
28,
940,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
331,
2625,
9127,
3419,
4943,
198,
198,
2,
2343,
243,
242,
28670,
22880,
94,
860,
5999,
66,
19,
397,
18,
12,
38819,
64,
12,
2598,
2481,
12,
65,
24,
344,
12,
21,
65,
21,
344,
66,
15,
68,
5705,
2548,
198,
9132,
1,
1639,
460,
3538,
2251,
39144,
276,
21528,
416,
16855,
257,
7885,
284,
262,
4600,
808,
63,
393,
4600,
4033,
63,
4578,
1,
198,
198,
2,
2343,
243,
242,
28670,
22880,
94,
767,
68,
6659,
66,
41739,
12,
66,
21777,
12,
2920,
64,
16,
12,
64,
2481,
69,
12,
3510,
25948,
21101,
2857,
1433,
66,
198,
29616,
930,
29,
2488,
19279,
29487,
7,
25,
5657,
11,
198,
220,
220,
220,
2124,
34758,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
19117,
282,
24539,
11,
198,
220,
220,
220,
220,
220,
220,
220,
9874,
34758,
9806,
65,
1040,
28,
940,
5512,
198,
220,
220,
220,
8964,
198,
220,
220,
220,
331,
2625,
9127,
3419,
1600,
198,
220,
220,
220,
5752,
796,
1058,
5248,
3171,
198,
8,
198,
198,
2,
2343,
243,
242,
28670,
22880,
94,
269,
3312,
65,
12993,
10210,
12,
2682,
69,
24,
12,
19,
24970,
12,
6052,
69,
16,
12,
22136,
1983,
22337,
2078,
3559,
198,
9132,
1,
5756,
338,
3440,
257,
1180,
27039,
532,
257,
2196,
286,
262,
3993,
27039,
1,
198,
198,
2,
2343,
243,
242,
28670,
22880,
94,
288,
33042,
64,
4310,
67,
12,
25150,
66,
12,
38783,
66,
12,
64,
3609,
21,
12,
17,
68,
2996,
66,
23,
3365,
67,
1507,
68,
198,
439,
1653,
796,
44189,
13,
961,
7203,
7890,
14,
439,
1653,
13,
40664,
1600,
6060,
19778,
11,
4814,
8841,
796,
366,
4535,
4943,
198,
198,
2,
2343,
243,
242,
28670,
22880,
94,
275,
16,
13331,
22,
19881,
17,
12,
18,
64,
4846,
12,
19,
69,
2598,
12,
23,
6888,
16,
12,
64,
15,
31495,
2598,
3134,
69,
7568,
198,
9132,
1,
32,
4096,
7110,
10069,
257,
845,
37543,
6082,
286,
2124,
3815,
1,
198,
198,
2,
2343,
243,
242,
28670,
22880,
94,
914,
66,
4869,
21855,
12,
30057,
64,
12,
29703,
69,
12,
65,
22515,
12,
31916,
19881,
23,
64,
17572,
22,
64,
198,
439,
1653,
930,
29,
2488,
19279,
29487,
7,
25,
4122,
11,
2124,
796,
1058,
25842,
54,
83,
11,
331,
796,
1058,
38,
27364,
8,
198,
198,
2,
2343,
243,
242,
28670,
22880,
94,
642,
68,
4304,
69,
22,
3901,
12,
3980,
64,
23,
12,
19,
65,
15,
65,
12,
23,
21855,
23,
12,
64,
22,
64,
15,
64,
1878,
3134,
5066,
68,
198,
9132,
1,
1135,
460,
2209,
326,
416,
11524,
257,
1180,
4600,
9888,
63,
284,
4600,
87,
63,
1,
198,
198,
2,
2343,
243,
242,
28670,
22880,
94,
807,
10210,
3459,
29331,
12,
64,
2919,
16,
12,
1821,
721,
12,
5999,
535,
12,
5066,
2231,
940,
3559,
66,
4869,
64,
198,
439,
1653,
930,
29,
2488,
19279,
29487,
7,
25,
4122,
11,
2124,
796,
46110,
25842,
54,
83,
11,
5046,
796,
1391,
4906,
796,
1058,
6404,
92,
5512,
220,
198,
220,
220,
220,
220,
220,
220,
220,
331,
796,
1058,
38,
27364,
11,
3124,
796,
1058,
39156,
341,
8,
198,
198,
2,
2343,
243,
242,
28670,
22880,
94,
10111,
3132,
65,
23,
68,
16,
12,
64,
44578,
12,
3682,
1795,
12,
6469,
1765,
12,
487,
19,
68,
2548,
27970,
1983,
65,
198,
9132,
1,
44836,
290,
4600,
25,
78,
63,
284,
262,
4600,
39156,
341,
63,
7885,
284,
6737,
326,
356,
389,
7219,
351,
281,
2760,
1292,
7885,
63,
1,
198,
198,
2,
2343,
243,
242,
28670,
22880,
94,
275,
19,
68,
23,
68,
36680,
12,
17457,
3312,
12,
19,
67,
2414,
12,
65,
2713,
69,
12,
66,
17,
64,
46815,
66,
36625,
69,
21,
198,
439,
1653,
930,
29,
2488,
19279,
29487,
7,
25,
4122,
11,
2124,
796,
46110,
25842,
54,
83,
11,
5046,
796,
1391,
4906,
796,
1058,
6404,
92,
5512,
220,
198,
220,
220,
220,
220,
220,
220,
220,
331,
796,
1058,
38,
27364,
11,
3124,
796,
366,
39156,
341,
25,
78,
4943,
198,
198,
2,
2343,
243,
242,
28670,
22880,
94,
30736,
10232,
1453,
68,
12,
15,
21495,
12,
32114,
65,
12,
64,
1828,
65,
12,
2998,
1495,
65,
15,
64,
1507,
69,
4310,
198,
9132,
37811,
198,
21017,
32900,
352,
198,
16447,
1180,
1554,
26836,
329,
2472,
3993,
329,
1180,
2747,
341,
9376,
198,
37811,
198,
198,
2,
2343,
243,
242,
28670,
22880,
94,
512,
20,
15630,
65,
3559,
12,
22,
37988,
12,
1821,
64,
19,
12,
6469,
940,
12,
41706,
1453,
3134,
69,
23,
11848,
17,
628,
198,
2,
2343,
243,
242,
28670,
22880,
94,
277,
49150,
1983,
324,
12,
64,
23,
21855,
12,
1821,
66,
17,
12,
40215,
66,
12,
1899,
4309,
68,
16,
64,
3682,
1433,
64,
198,
9132,
37811,
198,
21017,
32900,
362,
198,
16447,
530,
393,
517,
37067,
10240,
262,
2776,
1022,
2747,
341,
2526,
290,
47110,
640,
198,
37811,
198,
198,
2,
2343,
243,
242,
28670,
22880,
94,
275,
65,
671,
66,
15,
67,
12,
21,
27877,
12,
40271,
64,
12,
15630,
24,
66,
12,
69,
22,
891,
19924,
67,
1350,
64,
20,
628,
198,
2,
2343,
243,
242,
28670,
22880,
94,
27551,
12,
2388,
12,
2388,
12,
2388,
12,
8269,
18005,
198,
6489,
3843,
46,
62,
31190,
23680,
62,
51,
2662,
43,
62,
37815,
15365,
796,
37227,
198,
58,
10378,
82,
60,
198,
7902,
53,
796,
366,
29211,
276,
3104,
69,
12,
15,
65,
330,
12,
20,
6888,
15,
12,
5774,
67,
19,
12,
22,
65,
1433,
66,
1878,
20,
67,
405,
65,
1,
198,
6601,
35439,
796,
366,
64,
6052,
66,
21,
69,
405,
12,
68,
3553,
67,
12,
20,
41580,
12,
65,
22,
65,
21,
12,
67,
23,
24943,
69,
18,
68,
3510,
66,
15,
1,
198,
49,
27354,
292,
1039,
796,
366,
344,
21,
65,
1558,
3682,
12,
2780,
1821,
12,
2816,
13331,
12,
65,
2931,
18,
12,
23,
4309,
47984,
11848,
16,
67,
23,
65,
1,
198,
53,
26470,
43,
578,
796,
366,
14686,
69,
21,
891,
64,
12,
24,
64,
2999,
12,
20,
65,
22,
67,
12,
3829,
66,
15,
12,
45331,
276,
2091,
1065,
2670,
64,
1,
198,
198,
58,
5589,
265,
60,
198,
7902,
53,
796,
366,
93,
15,
13,
23,
13,
20,
1,
198,
6601,
35439,
796,
366,
93,
16,
13,
17,
13,
17,
1,
198,
49,
27354,
292,
1039,
796,
366,
93,
15,
13,
22,
13,
20,
1,
198,
53,
26470,
43,
578,
796,
366,
93,
17,
13,
21,
13,
15,
1,
198,
37811,
198,
198,
2,
2343,
243,
242,
28670,
22880,
94,
27551,
12,
2388,
12,
2388,
12,
2388,
12,
8269,
34215,
198,
6489,
3843,
46,
62,
10725,
5064,
6465,
62,
51,
2662,
43,
62,
37815,
15365,
796,
37227,
198,
2,
770,
2393,
318,
4572,
12,
27568,
532,
12857,
340,
3264,
318,
407,
13030,
198,
198,
73,
43640,
62,
9641,
796,
366,
16,
13,
22,
13,
15,
12,
6015,
16,
1,
198,
805,
8409,
62,
18982,
796,
366,
17,
13,
15,
1,
198,
198,
30109,
10378,
82,
13,
28100,
33637,
11907,
198,
12303,
312,
796,
366,
15,
47984,
5705,
66,
20,
12,
67,
14686,
12,
3682,
68,
21,
12,
23,
67,
2078,
12,
891,
1065,
67,
6485,
40401,
69,
1,
198,
198,
30109,
10378,
82,
13,
8001,
37199,
11907,
198,
12303,
312,
796,
366,
3980,
69,
1828,
67,
4761,
12,
16344,
21,
67,
12,
4089,
69,
16,
12,
2999,
69,
15,
12,
2919,
1860,
66,
2931,
2998,
66,
2091,
1,
198,
198,
30109,
10378,
82,
13,
14881,
2414,
11907,
198,
12303,
312,
796,
366,
17,
64,
15,
69,
2598,
68,
18,
12,
21,
66,
5999,
12,
2816,
17457,
12,
5774,
68,
19,
12,
65,
37950,
67,
4089,
17457,
20,
69,
1,
198,
198,
30109,
10378,
82,
13,
7902,
53,
11907,
198,
10378,
82,
796,
14631,
35,
689,
1600,
366,
44,
8899,
1600,
366,
47,
945,
364,
1600,
366,
27201,
276,
3163,
20477,
1600,
366,
31837,
20538,
3163,
20477,
1600,
366,
51,
2977,
1600,
366,
3118,
291,
1098,
8973,
198,
18300,
12,
21048,
12,
26270,
16,
796,
366,
65,
5999,
7252,
18,
69,
48645,
1350,
37397,
2231,
2598,
2718,
64,
15,
1453,
68,
2481,
405,
1433,
2998,
68,
20,
67,
4089,
18,
1,
198,
12303,
312,
796,
366,
29211,
276,
3104,
69,
12,
15,
65,
330,
12,
20,
6888,
15,
12,
5774,
67,
19,
12,
22,
65,
1433,
66,
1878,
20,
67,
405,
65,
1,
198,
9641,
796,
366,
15,
13,
23,
13,
20,
1,
198,
198,
30109,
10378,
82,
13,
34,
2397,
12409,
3163,
20477,
11907,
198,
10378,
82,
796,
14631,
6601,
17614,
1600,
366,
29783,
1600,
366,
17140,
654,
1600,
366,
18557,
69,
1600,
366,
39618,
1600,
366,
48346,
1600,
366,
3118,
291,
1098,
8973,
198,
18300,
12,
21048,
12,
26270,
16,
796,
366,
69,
15630,
20,
66,
44103,
64,
22544,
397,
67,
1453,
65,
1120,
324,
15,
68,
4051,
67,
5332,
67,
830,
64,
16,
6888,
28933,
1,
198,
12303,
312,
796,
366,
33916,
67,
4304,
2079,
12,
3553,
1157,
12,
20,
68,
3609,
12,
24,
68,
17,
69,
12,
16,
67,
6469,
7012,
64,
21,
65,
43239,
1,
198,
9641,
796,
366,
15,
13,
940,
13,
16,
1,
198,
198,
30109,
10378,
82,
13,
43806,
721,
57,
8019,
11907,
198,
10378,
82,
796,
14631,
8291,
66,
7656,
12124,
82,
1600,
366,
57,
8019,
62,
73,
297,
8973,
198,
18300,
12,
21048,
12,
26270,
16,
796,
366,
9395,
3865,
23734,
19,
67,
30484,
28485,
24,
64,
18,
69,
4089,
4089,
16,
67,
2079,
65,
2091,
68,
18,
9945,
22,
65,
21,
6814,
1,
198,
12303,
312,
796,
366,
24,
2598,
65,
16,
67,
2791,
12,
41172,
66,
12,
20,
1878,
67,
12,
6420,
69,
16,
12,
24,
2934,
1238,
69,
44994,
24943,
1,
198,
9641,
796,
366,
15,
13,
22,
13,
15,
1,
198,
198,
30109,
10378,
82,
13,
40073,
11907,
198,
10378,
82,
796,
14631,
14881,
2414,
1600,
366,
35,
689,
1600,
366,
13856,
320,
863,
25876,
1600,
366,
20344,
6169,
1600,
366,
9492,
5275,
18274,
4487,
1600,
366,
25835,
38,
270,
17,
1600,
366,
25835,
25404,
1600,
366,
14993,
451,
2348,
29230,
1600,
366,
9704,
2902,
1600,
366,
44,
8899,
1600,
366,
47,
10025,
1600,
366,
18557,
69,
1600,
366,
2200,
6489,
1600,
366,
29531,
1600,
366,
37596,
1600,
366,
32634,
1634,
1600,
366,
2484,
1144,
3163,
20477,
1600,
366,
50,
11603,
1600,
366,
50,
29572,
3163,
20477,
1600,
366,
48346,
1600,
366,
14402,
1600,
366,
52,
27586,
82,
1600,
366,
3118,
291,
1098,
8973,
198,
18300,
12,
21048,
12,
26270,
16,
796,
366,
3132,
67,
486,
4349,
69,
3553,
1433,
65,
35916,
46636,
67,
24,
67,
2425,
65,
22,
13331,
4524,
535,
19,
68,
22,
2598,
7568,
17,
1,
198,
12303,
312,
796,
366,
2682,
6814,
17,
21652,
12,
65,
1959,
65,
12,
20,
66,
1485,
12,
65,
15,
66,
22,
12,
330,
69,
1558,
1495,
1485,
67,
1238,
1,
198,
9641,
796,
366,
18,
13,
2670,
13,
15,
1,
198,
198,
30109,
10378,
82,
13,
7293,
5329,
15514,
43,
11127,
62,
73,
297,
11907,
198,
10378,
82,
796,
14631,
8001,
37199,
1600,
366,
25835,
25404,
8973,
198,
12303,
312,
796,
366,
68,
2791,
68,
405,
3695,
12,
22,
25150,
12,
4051,
1120,
12,
5892,
69,
22,
12,
1314,
69,
17457,
24,
3553,
69,
17,
3609,
1,
198,
198,
30109,
10378,
82,
13,
36687,
14881,
11907,
198,
10378,
82,
796,
14631,
14993,
451,
2348,
29230,
8973,
198,
18300,
12,
21048,
12,
26270,
16,
796,
366,
69,
4524,
68,
24,
67,
20,
30460,
65,
4521,
1238,
65,
19,
344,
68,
2327,
67,
19,
66,
20,
64,
47448,
1860,
19,
17896,
20,
2857,
69,
19,
1,
198,
12303,
312,
796,
366,
23451,
65,
2713,
3365,
12,
1983,
3459,
12,
2920,
67,
18,
12,
11231,
15,
12,
4524,
64,
1558,
276,
19,
68,
22,
66,
24,
1,
198,
9641,
796,
366,
16,
13,
18,
13,
15,
1,
198,
198,
30109,
10378,
82,
13,
34,
2433,
684,
11907,
198,
18300,
12,
21048,
12,
26270,
16,
796,
366,
18,
69,
49517,
1558,
65,
49561,
67,
22,
7252,
1453,
15,
65,
3388,
397,
2857,
67,
24,
65,
3324,
1731,
6888,
23,
28485,
15,
67,
1,
198,
12303,
312,
796,
366,
64,
23,
535,
20,
65,
15,
68,
12,
15,
487,
64,
12,
20,
324,
19,
12,
23,
66,
1415,
12,
24,
1954,
67,
18,
1453,
1558,
2327,
69,
1,
198,
9641,
796,
366,
19,
13,
15,
13,
19,
1,
198,
198,
30109,
10378,
82,
13,
6601,
17614,
11907,
198,
18300,
12,
21048,
12,
26270,
16,
796,
366,
535,
2154,
65,
1558,
23195,
43193,
1765,
2857,
15630,
24,
68,
20,
69,
23,
1433,
2327,
4089,
16,
69,
1485,
344,
64,
20,
66,
23,
1,
198,
12303,
312,
796,
366,
24,
64,
4846,
17,
69,
24,
66,
12,
21,
7568,
15,
12,
1157,
68,
24,
12,
15,
68,
20,
67,
12,
66,
49489,
65,
23,
65,
20,
1453,
23,
64,
1,
198,
9641,
796,
366,
16,
13,
24,
13,
15,
1,
198,
198,
30109,
10378,
82,
13,
6601,
35439,
11907,
198,
10378,
82,
796,
14631,
40073,
1600,
366,
6601,
17614,
1600,
366,
29783,
1600,
366,
818,
13658,
5497,
1063,
1600,
366,
37787,
39317,
11627,
5736,
1600,
366,
14993,
451,
2348,
29230,
1600,
366,
9704,
2902,
1600,
366,
17140,
654,
1600,
366,
27201,
276,
3163,
20477,
1600,
366,
35700,
51,
2977,
1600,
366,
18557,
69,
1600,
366,
2200,
6489,
1600,
366,
3041,
39344,
1600,
366,
50,
24707,
2348,
7727,
907,
1600,
366,
48346,
1600,
366,
10962,
15721,
896,
1600,
366,
51,
2977,
1600,
366,
3118,
291,
1098,
8973,
198,
18300,
12,
21048,
12,
26270,
16,
796,
366,
67,
41172,
69,
40090,
2231,
65,
5066,
16072,
4521,
6888,
64,
2919,
11848,
24,
64,
24,
2327,
3064,
23,
1350,
24,
65,
29143,
1,
198,
12303,
312,
796,
366,
64,
6052,
66,
21,
69,
405,
12,
68,
3553,
67,
12,
20,
41580,
12,
65,
22,
65,
21,
12,
67,
23,
24943,
69,
18,
68,
3510,
66,
15,
1,
198,
9641,
796,
366,
16,
13,
17,
13,
17,
1,
198,
198,
30109,
10378,
82,
13,
6601,
44909,
942,
11907,
198,
10378,
82,
796,
14631,
40073,
1600,
366,
9492,
5275,
18274,
4487,
1600,
366,
35422,
1068,
5216,
26448,
8973,
198,
18300,
12,
21048,
12,
26270,
16,
796,
366,
22,
67,
24,
67,
33400,
69,
3023,
22291,
69,
22,
891,
9945,
65,
21,
31952,
67,
45326,
27260,
68,
26912,
14822,
2999,
1,
198,
12303,
312,
796,
366,
39570,
276,
65,
18,
65,
12,
2079,
535,
12,
20,
68,
2425,
12,
23,
67,
17,
67,
12,
23,
1959,
21101,
15,
64,
24,
66,
5036,
23,
1,
198,
9641,
796,
366,
15,
13,
1507,
13,
940,
1,
198,
198,
30109,
10378,
82,
13,
6601,
11395,
9492,
32186,
11907,
198,
18300,
12,
21048,
12,
26270,
16,
796,
366,
65,
16072,
1157,
5774,
65,
3720,
2078,
4846,
2718,
13331,
15,
891,
21,
67,
2598,
2623,
1765,
67,
5036,
3388,
2713,
66,
17457,
21,
1,
198,
12303,
312,
796,
366,
68,
17,
67,
17279,
64,
15,
12,
24,
67,
2078,
12,
4051,
1350,
12,
1795,
69,
15,
12,
15801,
65,
1350,
1238,
64,
44578,
1,
198,
9641,
796,
366,
16,
13,
15,
13,
15,
1,
198,
198,
30109,
10378,
82,
13,
6601,
40161,
11907,
198,
10378,
82,
796,
14631,
6601,
11395,
9492,
32186,
1600,
366,
35,
689,
8973,
198,
18300,
12,
21048,
12,
26270,
16,
796,
366,
67,
3459,
64,
1129,
22579,
1765,
64,
21033,
64,
21,
67,
3312,
17,
68,
17059,
64,
3559,
69,
11245,
1954,
3609,
2154,
19881,
1,
198,
12303,
312,
796,
366,
68,
22,
17896,
21,
67,
15,
67,
12,
16,
31047,
12,
20,
13331,
21,
12,
23,
324,
21,
12,
20,
64,
721,
2934,
23,
65,
22,
18213,
20,
1,
198,
9641,
796,
366,
15,
13,
19,
13,
1485,
1,
198,
198,
30109,
10378,
82,
13,
35,
689,
11907,
198,
10378,
82,
796,
14631,
18557,
69,
8973,
198,
12303,
312,
796,
366,
671,
17,
6888,
2154,
12,
2548,
6420,
12,
3270,
2231,
12,
4089,
21855,
12,
17896,
15,
42691,
2624,
68,
3312,
64,
1,
198,
198,
30109,
10378,
82,
13,
13856,
320,
863,
25876,
11907,
198,
10378,
82,
796,
14631,
44,
8899,
8973,
198,
12303,
312,
796,
366,
23,
11848,
1415,
1821,
69,
12,
2857,
2327,
12,
41734,
65,
12,
64,
19,
397,
12,
29416,
65,
4089,
7568,
19,
67,
397,
1,
198,
198,
30109,
10378,
82,
13,
20344,
6169,
11907,
198,
10378,
82,
796,
14631,
29531,
1600,
366,
32634,
1634,
1600,
366,
50,
11603,
8973,
198,
12303,
312,
796,
366,
23,
7012,
4531,
68,
1238,
12,
26279,
66,
12,
20,
65,
21,
69,
12,
24,
27277,
12,
24,
2857,
22544,
1238,
1453,
16,
65,
1,
198,
198,
30109,
10378,
82,
13,
10002,
82,
11907,
198,
10378,
82,
796,
14631,
28100,
33637,
1600,
366,
25835,
34,
21886,
1600,
366,
26245,
29046,
8973,
198,
12303,
312,
796,
366,
69,
3559,
64,
28872,
69,
12,
66,
1238,
64,
12,
19,
324,
19,
12,
23,
4309,
66,
12,
69,
21,
65,
1065,
2857,
4521,
16,
66,
21,
1,
198,
198,
30109,
10378,
82,
13,
3109,
1050,
33637,
11907,
198,
18300,
12,
21048,
12,
26270,
16,
796,
366,
65,
22,
68,
18,
67,
24096,
2623,
65,
28978,
69,
22544,
69,
11442,
7029,
1495,
3609,
23,
66,
21,
69,
49259,
5036,
5892,
1,
198,
12303,
312,
796,
366,
68,
17,
7012,
21,
19104,
12,
24591,
64,
12,
19,
68,
3134,
12,
64,
5774,
64,
12,
22,
66,
4309,
69,
1314,
671,
3023,
1,
198,
9641,
796,
366,
15,
13,
16,
13,
21,
1,
198,
198,
30109,
10378,
82,
13,
8979,
9399,
11907,
198,
10378,
82,
796,
14631,
47,
10025,
1600,
366,
39618,
1600,
366,
52,
27586,
82,
8973,
198,
18300,
12,
21048,
12,
26270,
16,
796,
366,
18,
66,
50049,
67,
17,
330,
15,
64,
4309,
64,
1065,
64,
1983,
1878,
1983,
6469,
65,
2682,
12865,
67,
24,
66,
18,
1453,
3104,
66,
1,
198,
12303,
312,
796,
366,
3553,
4531,
68,
17,
68,
24,
12,
67,
22,
21855,
12,
20,
15630,
22,
12,
1795,
3104,
12,
17,
66,
21,
69,
3609,
24,
65,
3865,
2920,
1,
198,
9641,
796,
366,
16,
13,
1157,
13,
16,
1,
198,
198,
30109,
10378,
82,
13,
8979,
15235,
82,
11907,
198,
10378,
82,
796,
14631,
8979,
15235,
82,
14881,
1600,
366,
14155,
305,
33637,
1600,
366,
3041,
39344,
1600,
366,
39618,
8973,
198,
18300,
12,
21048,
12,
26270,
16,
796,
366,
24,
1129,
67,
5824,
1065,
9945,
69,
4310,
64,
17,
68,
21,
5036,
4524,
1878,
5237,
64,
4790,
2707,
15,
65,
344,
3312,
1959,
1,
198,
12303,
312,
796,
366,
23,
16072,
1828,
330,
20,
12,
66,
24,
2481,
12,
4309,
64,
21,
12,
6469,
16344,
12,
23188,
65,
21033,
22,
65,
23,
1731,
1,
198,
9641,
796,
366,
15,
13,
23,
13,
18,
1,
198,
198,
30109,
10378,
82,
13,
8979,
15235,
82,
14881,
11907,
198,
10378,
82,
796,
14631,
35,
689,
1600,
366,
44,
8899,
1600,
366,
18557,
69,
1600,
366,
14402,
1600,
366,
52,
27586,
82,
8973,
198,
18300,
12,
21048,
12,
26270,
16,
796,
366,
22,
21855,
15,
18213,
330,
19782,
64,
22,
64,
3104,
64,
3980,
67,
1731,
2998,
64,
21,
1350,
487,
1157,
3682,
67,
1878,
23,
2598,
1,
198,
12303,
312,
796,
366,
22148,
21,
1828,
2078,
12,
17,
68,
3901,
12,
20,
4299,
12,
65,
24,
64,
19,
12,
4531,
64,
8635,
41734,
2154,
69,
1,
198,
9641,
796,
366,
15,
13,
24,
13,
1065,
1,
198,
198,
30109,
10378,
82,
13,
26227,
889,
11907,
198,
10378,
82,
796,
14631,
18557,
69,
8973,
198,
18300,
12,
21048,
12,
26270,
16,
796,
366,
23,
29626,
67,
39132,
3559,
23815,
69,
1860,
18,
1765,
38431,
67,
4521,
66,
24,
2075,
21101,
32568,
3609,
4761,
64,
23,
1,
198,
12303,
312,
796,
366,
3270,
2078,
3324,
4761,
12,
15,
64,
1238,
12,
20,
64,
2670,
12,
65,
6659,
65,
12,
1485,
2791,
38905,
1765,
19,
66,
15,
1,
198,
9641,
796,
366,
15,
13,
19,
13,
17,
1,
198,
198,
30109,
10378,
82,
13,
29783,
11907,
198,
10378,
82,
796,
14631,
29531,
8973,
198,
12303,
312,
796,
366,
24,
13331,
23,
38073,
65,
12,
20370,
65,
12,
20,
35667,
12,
24,
68,
23,
67,
12,
19,
67,
15,
37466,
68,
23,
3695,
1238,
1,
198,
198,
30109,
10378,
82,
13,
40717,
11907,
198,
10378,
82,
796,
14631,
14881,
2414,
1600,
366,
35,
689,
1600,
366,
818,
72,
8979,
1600,
366,
11187,
2667,
1600,
366,
44,
3077,
51,
6561,
1600,
366,
26245,
29046,
1600,
366,
50,
11603,
1600,
366,
4261,
3792,
8973,
198,
18300,
12,
21048,
12,
26270,
16,
796,
366,
1415,
1453,
344,
22,
64,
18,
21495,
65,
19,
67,
23,
1350,
43234,
68,
22980,
66,
22,
1731,
64,
21,
7012,
4349,
64,
24,
43240,
1,
198,
12303,
312,
796,
366,
10210,
18,
1765,
27037,
12,
2327,
21855,
12,
1120,
5824,
12,
24,
1959,
65,
12,
40486,
64,
4846,
69,
324,
21,
69,
18,
1,
198,
9641,
796,
366,
15,
13,
24,
13,
1433,
1,
198,
198,
30109,
10378,
82,
13,
818,
72,
8979,
11907,
198,
10378,
82,
796,
14631,
14402,
8973,
198,
18300,
12,
21048,
12,
26270,
16,
796,
366,
2931,
23,
68,
19,
67,
17,
66,
20,
29626,
1731,
66,
24,
2481,
69,
24,
69,
4089,
2857,
28857,
69,
17,
324,
4531,
68,
29159,
65,
23,
1,
198,
12303,
312,
796,
366,
5999,
68,
23,
330,
1485,
12,
1495,
69,
23,
12,
4310,
2598,
12,
23,
64,
2414,
12,
64,
24,
69,
17,
65,
1828,
2682,
2078,
69,
1,
198,
9641,
796,
366,
15,
13,
20,
13,
15,
1,
198,
198,
30109,
10378,
82,
13,
9492,
5275,
18274,
4487,
11907,
198,
10378,
82,
796,
14631,
9704,
2902,
8973,
198,
12303,
312,
796,
366,
65,
3324,
68,
15,
64,
19,
66,
12,
67,
33551,
12,
3553,
64,
15,
12,
3829,
68,
23,
12,
23,
9945,
1495,
64,
1983,
64,
16102,
1,
198,
198,
30109,
10378,
82,
13,
818,
13658,
5497,
1063,
11907,
198,
18300,
12,
21048,
12,
26270,
16,
796,
366,
20963,
20,
69,
16,
891,
20,
19881,
2996,
7568,
3980,
65,
1860,
17,
68,
1821,
2598,
2425,
3829,
65,
29807,
64,
20,
38339,
69,
1,
198,
12303,
312,
796,
366,
3901,
397,
1314,
5705,
12,
16,
67,
2548,
12,
20,
11848,
69,
12,
24,
15801,
12,
69,
1157,
66,
21,
66,
3365,
65,
2780,
69,
1,
198,
9641,
796,
366,
16,
13,
16,
13,
15,
1,
198,
198,
30109,
10378,
82,
13,
37787,
39317,
11627,
5736,
11907,
198,
18300,
12,
21048,
12,
26270,
16,
796,
366,
64,
18,
69,
1731,
40179,
66,
2481,
69,
20,
65,
1350,
24,
67,
17,
64,
45722,
69,
3865,
67,
10210,
3365,
31496,
21855,
2078,
3980,
1,
198,
12303,
312,
796,
366,
23,
2078,
33438,
940,
12,
2857,
3720,
12,
20,
28645,
12,
23,
4309,
68,
12,
3070,
68,
43690,
12993,
36453,
67,
1,
198,
9641,
796,
366,
16,
13,
15,
13,
15,
1,
198,
198,
30109,
10378,
82,
13,
40386,
11907,
198,
10378,
82,
796,
14631,
35,
689,
1600,
366,
44,
8899,
1600,
366,
47,
945,
364,
1600,
366,
3118,
291,
1098,
8973,
198,
18300,
12,
21048,
12,
26270,
16,
796,
366,
36928,
2791,
1795,
65,
25061,
4763,
17,
64,
43637,
69,
24038,
330,
22,
65,
2920,
4310,
68,
1270,
28933,
64,
2718,
1,
198,
12303,
312,
796,
366,
43950,
66,
3312,
64,
15,
12,
2934,
21,
64,
12,
4051,
397,
12,
64,
23726,
12,
66,
23,
65,
16,
12993,
3720,
66,
2934,
21,
1,
198,
9641,
796,
366,
15,
13,
2481,
13,
17,
1,
198,
198,
30109,
10378,
82,
13,
40386,
27054,
2611,
11907,
198,
10378,
82,
796,
14631,
40717,
1600,
366,
40386,
1600,
366,
4261,
3792,
8973,
198,
18300,
12,
21048,
12,
26270,
16,
796,
366,
17,
69,
2920,
69,
22,
69,
23,
3134,
5237,
64,
15,
21855,
1350,
891,
23,
2920,
1065,
22980,
64,
16,
3609,
5333,
66,
19,
891,
1795,
1,
198,
12303,
312,
796,
366,
22,
67,
20356,
1765,
19,
12,
22,
324,
23,
12,
38612,
66,
12,
3609,
3901,
12,
4869,
64,
2624,
64,
21,
67,
42947,
17,
1,
198,
9641,
796,
366,
15,
13,
18,
13,
19,
1,
198,
198,
30109,
10378,
82,
13,
43,
12582,
8001,
37199,
11907,
198,
10378,
82,
796,
14631,
8001,
37199,
1600,
366,
47,
10025,
8973,
198,
12303,
312,
796,
366,
19,
1878,
4051,
5036,
16,
12,
31047,
15,
12,
3559,
64,
23,
12,
5332,
64,
22,
12,
41019,
67,
6420,
65,
37688,
68,
18,
1,
198,
198,
30109,
10378,
82,
13,
25835,
34,
21886,
11907,
198,
10378,
82,
796,
14631,
25835,
34,
21886,
62,
73,
297,
1600,
366,
44,
8590,
5049,
34,
2246,
861,
82,
62,
73,
297,
8973,
198,
12303,
312,
796,
366,
65,
20233,
2624,
66,
17,
12,
64,
18,
68,
22,
12,
1120,
66,
23,
12,
1795,
10210,
12,
17,
67,
2623,
9945,
21101,
16344,
2481,
1,
198,
198,
30109,
10378,
82,
13,
25835,
34,
21886,
62,
73,
297,
11907,
198,
10378,
82,
796,
14631,
8001,
37199,
1600,
366,
25835,
5432,
39,
17,
62,
73,
297,
1600,
366,
25835,
25404,
1600,
366,
44,
3077,
51,
6561,
62,
73,
297,
1600,
366,
57,
8019,
62,
73,
297,
1600,
366,
77,
456,
29281,
17,
62,
73,
297,
8973,
198,
12303,
312,
796,
366,
2934,
330,
24,
65,
2857,
12,
23,
15630,
22,
12,
3270,
3312,
12,
64,
15,
5036,
12,
2327,
330,
3980,
17896,
5705,
66,
15,
1,
198,
198,
30109,
10378,
82,
13,
25835,
38,
270,
17,
11907,
198,
10378,
82,
796,
14631,
14881,
2414,
1600,
366,
26245,
29046,
1600,
366,
18557,
69,
1600,
366,
37596,
8973,
198,
12303,
312,
796,
366,
4304,
69,
23,
4051,
1120,
12,
20,
24909,
12,
20,
65,
20,
64,
12,
23,
68,
7252,
12,
49721,
324,
40350,
65,
42117,
1,
198,
198,
30109,
10378,
82,
13,
25835,
5432,
39,
17,
62,
73,
297,
11907,
198,
10378,
82,
796,
14631,
8001,
37199,
1600,
366,
25835,
25404,
1600,
366,
44,
3077,
51,
6561,
62,
73,
297,
8973,
198,
12303,
312,
796,
366,
27728,
1433,
65,
20,
64,
12,
65,
24,
397,
12,
49489,
69,
12,
24,
2091,
66,
12,
276,
324,
1507,
4521,
7568,
64,
23,
1,
198,
198,
30109,
10378,
82,
13,
25835,
25404,
11907,
198,
12303,
312,
796,
366,
23,
69,
28771,
6814,
18,
12,
2327,
3553,
12,
3980,
2425,
12,
65,
20,
487,
12,
21855,
23,
2624,
66,
5607,
21101,
9945,
1,
198,
198,
30109,
10378,
82,
13,
14993,
451,
2348,
29230,
11907,
198,
10378,
82,
796,
14631,
25835,
25404,
1600,
366,
8019,
39806,
81,
696,
14453,
62,
73,
297,
8973,
198,
12303,
312,
796,
366,
2718,
68,
17,
68,
3510,
67,
12,
69,
4531,
67,
12,
20,
2670,
67,
12,
65,
19,
1453,
12,
23,
2548,
69,
535,
535,
24,
66,
23,
68,
1,
198,
198,
30109,
10378,
82,
13,
11187,
2667,
11907,
198,
12303,
312,
796,
366,
3980,
1860,
65,
27037,
12,
23,
3553,
65,
12,
4051,
68,
16,
12,
65,
5999,
67,
12,
9945,
19,
67,
3365,
9945,
2816,
3104,
1,
198,
198,
30109,
10378,
82,
13,
14155,
305,
33637,
11907,
198,
10378,
82,
796,
14631,
9704,
2902,
1600,
366,
29531,
8973,
198,
18300,
12,
21048,
12,
26270,
16,
796,
366,
20,
64,
20,
15630,
21,
19881,
3312,
17,
69,
15,
69,
3865,
68,
5237,
67,
15,
5036,
15,
64,
17,
67,
38565,
2079,
19082,
6469,
1860,
24,
1,
198,
12303,
312,
796,
366,
1129,
1415,
1860,
17,
69,
12,
6659,
66,
21,
12,
20,
69,
10210,
12,
5774,
1129,
12,
21,
67,
20,
66,
4846,
940,
487,
2931,
1,
198,
9641,
796,
366,
15,
13,
20,
13,
23,
1,
198,
198,
30109,
10378,
82,
13,
9704,
2902,
11907,
198,
10378,
82,
796,
14631,
14881,
2414,
8973,
198,
12303,
312,
796,
366,
67,
21,
69,
19,
32128,
68,
12,
64,
891,
20,
12,
31654,
64,
12,
4846,
66,
16,
12,
24,
66,
44698,
34626,
31980,
64,
1,
198,
198,
30109,
10378,
82,
13,
44,
3077,
51,
6561,
11907,
198,
10378,
82,
796,
14631,
35,
689,
1600,
366,
44,
3077,
51,
6561,
62,
73,
297,
1600,
366,
29531,
1600,
366,
50,
11603,
8973,
198,
18300,
12,
21048,
12,
26270,
16,
796,
366,
16,
66,
2548,
68,
4349,
66,
18,
67,
2919,
891,
24403,
1795,
5237,
1765,
344,
671,
15,
68,
3510,
344,
16072,
4846,
5036,
1,
198,
12303,
312,
796,
366,
22,
2670,
1350,
11785,
12,
1350,
64,
23,
12,
20,
23756,
12,
2079,
1485,
12,
535,
2154,
68,
22,
69,
2718,
2623,
67,
1,
198,
9641,
796,
366,
16,
13,
15,
13,
18,
1,
198,
198,
30109,
10378,
82,
13,
44,
3077,
51,
6561,
62,
73,
297,
11907,
198,
10378,
82,
796,
14631,
8001,
37199,
1600,
366,
25835,
25404,
8973,
198,
12303,
312,
796,
366,
66,
23,
487,
67,
24,
66,
18,
12,
26073,
67,
12,
3365,
3901,
12,
65,
3695,
68,
12,
2919,
1558,
67,
22,
18781,
13331,
16,
1,
198,
198,
30109,
10378,
82,
13,
17140,
654,
11907,
198,
10378,
82,
796,
14631,
6601,
17614,
8973,
198,
18300,
12,
21048,
12,
26270,
16,
796,
366,
19881,
21536,
344,
3829,
65,
21,
66,
24,
2308,
2624,
67,
1495,
9945,
66,
3609,
16,
1765,
66,
47372,
7568,
2075,
5774,
69,
1,
198,
12303,
312,
796,
366,
68,
16,
67,
1959,
67,
22,
64,
12,
11848,
17896,
12,
20,
12993,
17,
12,
24,
330,
15,
12,
69,
1065,
2934,
17,
66,
2091,
68,
2078,
1,
198,
9641,
796,
366,
16,
13,
15,
13,
17,
1,
198,
198,
30109,
10378,
82,
13,
44,
8899,
11907,
198,
12303,
312,
796,
366,
64,
5066,
324,
16562,
12,
22,
68,
1485,
12,
1120,
5705,
12,
48372,
69,
12,
5036,
30206,
66,
40179,
36088,
1,
198,
198,
30109,
10378,
82,
13,
44,
8629,
11907,
198,
10378,
82,
796,
14631,
40073,
1600,
366,
3109,
1050,
33637,
8973,
198,
18300,
12,
21048,
12,
26270,
16,
796,
366,
26561,
1415,
67,
15,
64,
22,
64,
1795,
5999,
65,
7012,
5705,
1983,
64,
19,
69,
19881,
65,
405,
64,
35005,
66,
48564,
344,
22,
1,
198,
12303,
312,
796,
366,
3695,
66,
18,
65,
2327,
67,
12,
67,
40256,
12,
33548,
65,
12,
24,
35195,
12,
18,
67,
4309,
5036,
1795,
68,
44994,
1,
198,
9641,
796,
366,
15,
13,
22,
13,
18,
1,
198,
198,
30109,
10378,
82,
13,
44,
8590,
5049,
34,
2246,
861,
82,
62,
73,
297,
11907,
198,
12303,
312,
796,
366,
1415,
64,
15277,
21,
67,
12,
69,
1899,
67,
12,
43918,
68,
12,
24,
19244,
12,
1065,
67,
24,
4761,
10210,
23,
19707,
1,
198,
198,
30109,
10378,
82,
13,
26245,
29046,
11907,
198,
12303,
312,
796,
366,
6888,
36189,
45418,
12,
66,
17,
68,
18,
12,
3559,
64,
24,
12,
558,
19,
12,
16,
68,
24,
3459,
65,
17,
66,
1129,
2919,
1,
198,
198,
30109,
10378,
82,
13,
19667,
20120,
11907,
198,
10378,
82,
796,
14631,
47,
10025,
8973,
198,
18300,
12,
21048,
12,
26270,
16,
796,
366,
44928,
24137,
11848,
1860,
19,
65,
31046,
66,
3388,
11848,
4846,
2231,
1415,
12993,
64,
2548,
4304,
1433,
69,
15,
67,
18,
64,
1,
198,
12303,
312,
796,
366,
17,
17457,
25399,
66,
22,
12,
15,
67,
21,
67,
12,
48096,
65,
12,
65,
21,
1878,
12,
1485,
64,
20,
2857,
20219,
2682,
66,
1,
198,
9641,
796,
366,
16,
13,
18,
13,
15,
1,
198,
198,
30109,
10378,
82,
13,
11505,
9148,
1921,
62,
73,
297,
11907,
198,
10378,
82,
796,
14631,
8001,
37199,
1600,
366,
7293,
5329,
15514,
43,
11127,
62,
73,
297,
1600,
366,
25835,
25404,
8973,
198,
12303,
312,
796,
366,
2231,
32459,
1959,
64,
12,
66,
49351,
12,
20,
65,
1795,
12,
17457,
3510,
12,
69,
1795,
67,
4349,
66,
20,
65,
35447,
1,
198,
198,
30109,
10378,
82,
13,
35422,
1068,
5216,
26448,
11907,
198,
18300,
12,
21048,
12,
26270,
16,
796,
366,
5332,
69,
23,
68,
2996,
3695,
19881,
16,
69,
24,
1453,
15,
67,
1157,
68,
22,
11848,
16,
65,
18781,
2414,
2327,
31714,
67,
2857,
66,
1,
198,
12303,
312,
796,
366,
65,
330,
40486,
68,
16,
12,
20,
68,
4761,
12,
20,
1765,
66,
12,
23,
39071,
12,
11231,
23,
64,
42947,
69,
2816,
67,
1,
198,
9641,
796,
366,
16,
13,
19,
13,
16,
1,
198,
198,
30109,
10378,
82,
13,
47,
945,
364,
11907,
198,
10378,
82,
796,
14631,
35,
689,
8973,
198,
18300,
12,
21048,
12,
26270,
16,
796,
366,
65,
16344,
22,
67,
23,
66,
22,
16344,
5774,
69,
15,
34229,
2548,
940,
67,
24,
66,
17457,
28771,
43239,
1828,
2623,
7012,
16,
65,
1,
198,
12303,
312,
796,
366,
3388,
2934,
15,
64,
3388,
12,
16,
1860,
67,
12,
20,
29326,
12,
24,
30743,
12,
17,
19881,
15,
65,
2999,
17896,
24,
69,
15,
1,
198,
9641,
796,
366,
16,
13,
16,
13,
17,
1,
198,
198,
30109,
10378,
82,
13,
47,
10025,
11907,
198,
10378,
82,
796,
14631,
8001,
37199,
1600,
366,
35,
689,
1600,
366,
10002,
82,
1600,
366,
25835,
38,
270,
17,
1600,
366,
25835,
25404,
1600,
366,
11187,
2667,
1600,
366,
9704,
2902,
1600,
366,
18557,
69,
1600,
366,
2200,
6489,
1600,
366,
29531,
1600,
366,
37596,
1600,
366,
32634,
1634,
1600,
366,
51,
2662,
43,
1600,
366,
47079,
1600,
366,
52,
27586,
82,
1600,
366,
79,
22,
13344,
62,
73,
297,
8973,
198,
12303,
312,
796,
366,
2598,
66,
5036,
3865,
64,
12,
16,
1765,
17,
12,
4309,
18213,
12,
65,
43864,
12,
68,
17,
1878,
7568,
3388,
65,
3695,
69,
1,
198,
198,
30109,
10378,
82,
13,
27201,
276,
3163,
20477,
11907,
198,
10378,
82,
796,
14631,
6601,
17614,
1600,
366,
29783,
8973,
198,
18300,
12,
21048,
12,
26270,
16,
796,
366,
64,
24943,
67,
21,
324,
24,
66,
2231,
4763,
4761,
66,
1415,
65,
22,
3132,
64,
36042,
3077,
67,
18,
66,
17,
69,
405,
12993,
1,
198,
12303,
312,
796,
366,
17,
7568,
65,
5066,
1453,
12,
535,
2670,
12,
20,
1860,
20,
12,
3865,
17457,
12,
44980,
19881,
46712,
67,
23906,
1,
198,
9641,
796,
366,
16,
13,
18,
13,
15,
1,
198,
198,
30109,
10378,
82,
13,
35700,
51,
2977,
11907,
198,
10378,
82,
796,
14631,
34,
2433,
684,
1600,
366,
26227,
889,
1600,
366,
9704,
2902,
1600,
366,
3041,
39344,
1600,
366,
51,
2977,
8973,
198,
18300,
12,
21048,
12,
26270,
16,
796,
366,
3388,
16344,
15,
37680,
1495,
1453,
47325,
1120,
69,
18,
69,
3365,
68,
344,
65,
21,
67,
18444,
344,
2624,
67,
49856,
67,
1,
198,
12303,
312,
796,
366,
2919,
11231,
23,
67,
17,
12,
15,
67,
15,
66,
12,
3553,
2920,
12,
324,
13331,
12,
23,
64,
17,
330,
15187,
1878,
15,
67,
1,
198,
9641,
796,
366,
16,
13,
17,
13,
17,
1,
198,
198,
30109,
10378,
82,
13,
18557,
69,
11907,
198,
10378,
82,
796,
14631,
3118,
291,
1098,
8973,
198,
12303,
312,
796,
366,
2934,
2919,
3365,
6814,
12,
21,
22572,
12,
20,
68,
3134,
12,
5774,
2598,
12,
4349,
6048,
1453,
1765,
23,
67,
22,
1,
198,
198,
30109,
10378,
82,
13,
49,
6601,
11907,
198,
10378,
82,
796,
14631,
34,
2397,
12409,
3163,
20477,
1600,
366,
43806,
721,
57,
8019,
1600,
366,
6601,
35439,
1600,
366,
35,
689,
1600,
366,
8979,
9399,
1600,
366,
39618,
1600,
366,
7575,
57,
1952,
1600,
366,
3118,
291,
1098,
8973,
198,
18300,
12,
21048,
12,
26270,
16,
796,
366,
1129,
68,
2857,
64,
33781,
7568,
65,
22,
16102,
1765,
2598,
17896,
3388,
4869,
67,
39885,
69,
22,
68,
19,
25707,
64,
4761,
1,
198,
12303,
312,
796,
366,
7568,
2857,
64,
21,
21101,
12,
23,
66,
3070,
12,
20,
2308,
12,
1878,
67,
23,
12,
65,
1899,
1120,
67,
21,
66,
3901,
6814,
1,
198,
9641,
796,
366,
15,
13,
23,
13,
18,
1,
198,
198,
30109,
10378,
82,
13,
49,
27354,
292,
1039,
11907,
198,
10378,
82,
796,
14631,
7902,
53,
1600,
366,
43806,
721,
57,
8019,
1600,
366,
6601,
35439,
1600,
366,
8979,
9399,
1600,
366,
18557,
69,
1600,
366,
49,
6601,
1600,
366,
3041,
39344,
8973,
198,
18300,
12,
21048,
12,
26270,
16,
796,
366,
3312,
67,
19,
6814,
23,
68,
35005,
276,
65,
3070,
1415,
68,
3459,
22370,
65,
17,
68,
23,
69,
3023,
1959,
26429,
69,
9945,
22,
1,
198,
12303,
312,
796,
366,
344,
21,
65,
1558,
3682,
12,
2780,
1821,
12,
2816,
13331,
12,
65,
2931,
18,
12,
23,
4309,
47984,
11848,
16,
67,
23,
65,
1,
198,
9641,
796,
366,
15,
13,
22,
13,
20,
1,
198,
198,
30109,
10378,
82,
13,
2200,
6489,
11907,
198,
10378,
82,
796,
14631,
9492,
5275,
18274,
4487,
1600,
366,
9704,
2902,
1600,
366,
50,
11603,
1600,
366,
3118,
291,
1098,
8973,
198,
12303,
312,
796,
366,
18,
13331,
15,
10210,
4846,
12,
68,
891,
16,
12,
20,
42548,
12,
23,
64,
5333,
12,
65,
18,
65,
31360,
23,
11848,
487,
65,
1,
198,
198,
30109,
10378,
82,
13,
29531,
11907,
198,
10378,
82,
796,
14631,
32634,
1634,
8973,
198,
12303,
312,
796,
366,
24,
64,
18,
69,
23,
30336,
12,
64,
17,
66,
24,
12,
20,
69,
2999,
12,
24,
64,
1157,
12,
23,
33459,
1795,
64,
16,
16344,
20,
66,
1,
198,
198,
30109,
10378,
82,
13,
6690,
18636,
14881,
11907,
198,
18300,
12,
21048,
12,
26270,
16,
796,
366,
2598,
64,
2425,
7252,
22,
64,
20,
26050,
940,
1453,
18,
67,
1558,
4349,
67,
16,
69,
15,
68,
19,
18294,
39357,
2860,
24,
68,
1,
198,
12303,
312,
796,
366,
18,
10210,
12993,
20,
69,
17,
12,
16,
891,
19,
12,
48170,
66,
12,
24,
28256,
12,
2996,
5774,
65,
1899,
6485,
486,
1,
198,
9641,
796,
366,
16,
13,
16,
13,
17,
1,
198,
198,
30109,
10378,
82,
13,
3041,
39344,
11907,
198,
18300,
12,
21048,
12,
26270,
16,
796,
366,
2231,
68,
40173,
3682,
23055,
1899,
4790,
68,
397,
21,
69,
17,
6814,
20,
66,
24,
67,
26717,
67,
2079,
11848,
1065,
69,
24,
65,
1,
198,
12303,
312,
796,
366,
23362,
64,
2548,
3134,
12,
1270,
1120,
12,
4309,
6814,
12,
64,
23,
2623,
12,
68,
30005,
7012,
3829,
397,
3388,
1,
198,
9641,
796,
366,
16,
13,
17,
13,
17,
1,
198,
198,
30109,
10378,
82,
13,
39618,
11907,
198,
10378,
82,
796,
14631,
52,
27586,
82,
8973,
198,
18300,
12,
21048,
12,
26270,
16,
796,
366,
1821,
2623,
64,
18,
17457,
2919,
330,
22,
68,
38956,
68,
1983,
66,
22416,
67,
2231,
69,
20,
20972,
8628,
22136,
2481,
1,
198,
12303,
312,
796,
366,
3609,
48891,
30206,
12,
64,
19,
1860,
12,
20,
13464,
12,
24,
6814,
64,
12,
67,
48882,
3459,
22148,
20,
7568,
1,
198,
9641,
796,
366,
16,
13,
16,
13,
18,
1,
198,
198,
30109,
10378,
82,
13,
37596,
11907,
198,
12303,
312,
796,
366,
18213,
23,
68,
24,
1129,
66,
12,
26660,
66,
12,
4349,
1878,
12,
3459,
1495,
12,
46071,
5066,
10210,
22,
2481,
344,
1,
198,
198,
30109,
10378,
82,
13,
31837,
20538,
3163,
20477,
11907,
198,
10378,
82,
796,
14631,
35,
689,
1600,
366,
29531,
8973,
198,
18300,
12,
21048,
12,
26270,
16,
796,
366,
4051,
69,
26514,
2623,
67,
4531,
2682,
64,
1065,
64,
2167,
276,
18213,
17,
69,
24,
22136,
65,
3070,
65,
7568,
18,
19707,
1,
198,
12303,
312,
796,
366,
6420,
66,
41647,
4051,
12,
18,
721,
19,
12,
3901,
64,
18,
12,
64,
1731,
69,
12,
18,
69,
1954,
68,
1238,
67,
47007,
66,
1,
198,
9641,
796,
366,
16,
13,
18,
13,
22,
1,
198,
198,
30109,
10378,
82,
13,
32634,
1634,
11907,
198,
12303,
312,
796,
366,
24,
68,
3459,
65,
3682,
64,
12,
69,
23,
1959,
12,
20,
65,
15,
66,
12,
65,
1350,
24,
12,
24,
68,
24,
1954,
22337,
23055,
65,
1,
198,
198,
30109,
10378,
82,
13,
7248,
3245,
11907,
198,
10378,
82,
796,
14631,
36687,
14881,
1600,
366,
29783,
1600,
366,
14155,
305,
33637,
1600,
366,
39618,
8973,
198,
18300,
12,
21048,
12,
26270,
16,
796,
366,
69,
6888,
1959,
68,
3104,
66,
35638,
1983,
1828,
65,
20,
65,
2598,
2327,
46438,
66,
18,
67,
16,
7012,
2816,
2154,
4761,
64,
18,
1,
198,
12303,
312,
796,
366,
891,
12993,
1314,
2154,
12,
2682,
1954,
12,
3553,
67,
16,
12,
330,
65,
22,
12,
16344,
2091,
69,
1860,
65,
330,
3510,
1,
198,
9641,
796,
366,
15,
13,
22,
13,
16,
1,
198,
198,
30109,
10378,
82,
13,
2484,
1144,
3163,
20477,
11907,
198,
10378,
82,
796,
14631,
20344,
6169,
1600,
366,
44,
8899,
1600,
366,
29531,
1600,
366,
32634,
1634,
8973,
198,
12303,
312,
796,
366,
16,
64,
8784,
16,
64,
18,
12,
5705,
2934,
12,
38605,
68,
12,
23,
68,
4531,
12,
64,
1157,
64,
17,
69,
22,
17896,
34741,
1,
198,
198,
30109,
10378,
82,
13,
50,
11603,
11907,
198,
12303,
312,
796,
366,
2414,
5237,
5036,
15,
65,
12,
1731,
2934,
12,
3980,
3132,
12,
23,
40035,
12,
1860,
24,
3901,
69,
3829,
2934,
535,
1,
198,
198,
30109,
10378,
82,
13,
50,
24707,
2348,
7727,
907,
11907,
198,
10378,
82,
796,
14631,
6601,
44909,
942,
8973,
198,
18300,
12,
21048,
12,
26270,
16,
796,
366,
65,
2091,
5066,
67,
4524,
1899,
69,
22,
67,
2931,
23,
6888,
2931,
1065,
66,
3388,
65,
2919,
17,
69,
2425,
26704,
67,
15426,
23,
1,
198,
12303,
312,
796,
366,
64,
17,
1878,
1157,
2791,
12,
64,
2919,
69,
12,
20,
69,
2414,
12,
23,
3510,
66,
12,
5824,
64,
15,
67,
18,
344,
69,
2780,
66,
1,
198,
9641,
796,
366,
16,
13,
15,
13,
16,
1,
198,
198,
30109,
10378,
82,
13,
50,
29572,
3163,
20477,
11907,
198,
10378,
82,
796,
14631,
14993,
451,
2348,
29230,
1600,
366,
29531,
8973,
198,
12303,
312,
796,
366,
17,
69,
486,
22883,
68,
12,
68,
1828,
65,
12,
20,
7568,
20,
12,
3609,
5066,
12,
67,
6052,
1765,
397,
3388,
68,
1878,
1,
198,
198,
30109,
10378,
82,
13,
48346,
11907,
198,
10378,
82,
796,
14631,
14993,
451,
2348,
29230,
1600,
366,
50,
29572,
3163,
20477,
8973,
198,
12303,
312,
796,
366,
15982,
2231,
65,
1433,
12,
3720,
344,
12,
1157,
68,
23,
12,
1157,
69,
24,
12,
22,
67,
1485,
324,
2624,
64,
18,
65,
17,
1,
198,
198,
30109,
10378,
82,
13,
51,
2662,
43,
11907,
198,
10378,
82,
796,
14631,
35,
689,
8973,
198,
12303,
312,
796,
366,
13331,
25674,
69,
16,
69,
12,
1899,
2920,
12,
19,
69,
1415,
12,
7252,
4051,
12,
2091,
65,
1878,
3609,
16,
276,
4304,
1,
198,
198,
30109,
10378,
82,
13,
10962,
15721,
896,
11907,
198,
10378,
82,
796,
14631,
37787,
39317,
11627,
5736,
8973,
198,
18300,
12,
21048,
12,
26270,
16,
796,
366,
66,
3312,
65,
17,
69,
20,
2670,
7568,
16,
66,
21,
891,
64,
3720,
2598,
4521,
397,
21855,
21,
276,
1238,
18182,
5333,
64,
2670,
1,
198,
12303,
312,
796,
366,
2718,
5999,
65,
9945,
23,
12,
19,
64,
4089,
12,
20,
65,
21,
65,
12,
1878,
24,
64,
12,
47372,
69,
1959,
64,
20,
5036,
24,
66,
1,
198,
9641,
796,
366,
16,
13,
15,
13,
16,
1,
198,
198,
30109,
10378,
82,
13,
10962,
15721,
896,
18274,
4487,
11907,
198,
10378,
82,
796,
14631,
6601,
40161,
1600,
366,
37787,
39317,
11627,
5736,
1600,
366,
17140,
654,
1600,
366,
10962,
15721,
896,
8973,
198,
18300,
12,
21048,
12,
26270,
16,
796,
366,
3695,
69,
721,
5036,
15187,
67,
22,
6485,
22148,
65,
4310,
64,
2598,
69,
18,
69,
5332,
65,
21,
7252,
34770,
66,
31675,
1,
198,
12303,
312,
796,
366,
36243,
10210,
41019,
12,
66,
16,
65,
21,
12,
20,
19881,
17,
12,
64,
21940,
12,
67,
20,
65,
24,
4869,
64,
1129,
43444,
1,
198,
9641,
796,
366,
16,
13,
15,
13,
17,
1,
198,
198,
30109,
10378,
82,
13,
51,
2977,
11907,
198,
10378,
82,
796,
14631,
6601,
17614,
1600,
366,
6601,
11395,
9492,
32186,
1600,
366,
37787,
39317,
11627,
5736,
1600,
366,
14993,
451,
2348,
29230,
1600,
366,
10962,
15721,
896,
1600,
366,
14402,
8973,
198,
18300,
12,
21048,
12,
26270,
16,
796,
366,
19082,
2682,
67,
15,
68,
4869,
65,
24,
1558,
2682,
19881,
15,
64,
22,
68,
940,
1765,
16,
11848,
2713,
27137,
1860,
65,
10210,
15,
1,
198,
12303,
312,
796,
366,
17457,
30803,
1878,
21,
12,
64,
721,
16,
12,
20,
324,
15,
12,
65,
1433,
64,
12,
69,
22,
535,
4059,
23,
25948,
66,
1,
198,
9641,
796,
366,
16,
13,
21,
13,
15,
1,
198,
198,
30109,
10378,
82,
13,
47079,
11907,
198,
10378,
82,
796,
14631,
28100,
33637,
1600,
366,
37596,
8973,
198,
12303,
312,
796,
366,
64,
19,
68,
20,
3388,
64,
21,
12,
68,
36088,
12,
19,
13331,
19,
12,
65,
15,
69,
18,
12,
68,
891,
22,
64,
16,
67,
20,
65,
1485,
68,
1,
198,
198,
30109,
10378,
82,
13,
14402,
11907,
198,
10378,
82,
796,
14631,
9492,
5275,
18274,
4487,
1600,
366,
11187,
2667,
1600,
366,
29531,
1600,
366,
32634,
1634,
8973,
198,
12303,
312,
796,
366,
23,
7568,
276,
46841,
12,
68,
1828,
66,
12,
20,
68,
2919,
12,
5332,
68,
16,
12,
2996,
66,
20,
24409,
69,
15,
65,
1821,
1,
198,
198,
30109,
10378,
82,
13,
7575,
57,
1952,
11907,
198,
10378,
82,
796,
14631,
35,
689,
1600,
366,
29783,
1600,
366,
43,
12582,
8001,
37199,
1600,
366,
44,
8629,
1600,
366,
47,
10025,
1600,
366,
18557,
69,
1600,
366,
6690,
18636,
14881,
1600,
366,
32634,
1634,
1600,
366,
3118,
291,
1098,
8973,
198,
18300,
12,
21048,
12,
26270,
16,
796,
366,
64,
20,
34427,
487,
9945,
67,
23,
2920,
64,
4089,
31938,
66,
2791,
1120,
14822,
68,
3720,
5036,
4531,
64,
39226,
4309,
1,
198,
12303,
312,
796,
366,
69,
26276,
64,
3510,
65,
12,
535,
69,
22,
12,
20,
67,
4790,
12,
11231,
64,
12,
19,
66,
35844,
30368,
7252,
4310,
1,
198,
9641,
796,
366,
16,
13,
20,
13,
24,
1,
198,
198,
30109,
10378,
82,
13,
8291,
66,
7656,
12124,
82,
11907,
198,
10378,
82,
796,
14631,
29531,
1600,
366,
14402,
8973,
198,
18300,
12,
21048,
12,
26270,
16,
796,
366,
20666,
65,
3865,
18213,
11442,
65,
3270,
4761,
9945,
2996,
7252,
3829,
69,
3459,
67,
23,
67,
4531,
17896,
65,
3459,
4349,
66,
1,
198,
12303,
312,
796,
366,
18,
11848,
3134,
5036,
23,
12,
6469,
65,
16,
12,
1120,
2078,
12,
23,
68,
2075,
12,
5892,
64,
21,
66,
4051,
26561,
13331,
1,
198,
9641,
796,
366,
15,
13,
24,
13,
21,
1,
198,
198,
30109,
10378,
82,
13,
4261,
4061,
28198,
11907,
198,
10378,
82,
796,
14631,
3118,
291,
1098,
8973,
198,
18300,
12,
21048,
12,
26270,
16,
796,
366,
4310,
64,
24,
69,
33781,
3510,
65,
23,
67,
17,
1860,
17,
68,
34427,
67,
20666,
46636,
67,
28669,
66,
24,
64,
3132,
67,
15,
67,
1,
198,
12303,
312,
796,
366,
1270,
38907,
65,
2231,
12,
24,
324,
66,
12,
3270,
3510,
12,
65,
30290,
12,
49259,
721,
27211,
1878,
3134,
1,
198,
9641,
796,
366,
15,
13,
19,
13,
16,
1,
198,
198,
30109,
10378,
82,
13,
4261,
3792,
11907,
198,
18300,
12,
21048,
12,
26270,
16,
796,
366,
5607,
65,
1350,
38172,
64,
4310,
5036,
23,
3270,
36657,
10210,
24,
2998,
69,
17,
67,
4846,
64,
1453,
23,
67,
17,
66,
1485,
2816,
1,
198,
12303,
312,
796,
366,
20,
66,
1983,
2857,
69,
23,
12,
65,
22,
18213,
12,
19,
487,
17,
12,
7012,
17,
68,
12,
46572,
65,
16344,
2623,
65,
16,
67,
19,
1,
198,
9641,
796,
366,
16,
13,
18,
13,
15,
1,
198,
198,
30109,
10378,
82,
13,
52,
27586,
82,
11907,
198,
10378,
82,
796,
14631,
29531,
1600,
366,
37596,
8973,
198,
12303,
312,
796,
366,
12993,
22,
16817,
64,
22,
12,
3388,
4304,
12,
20,
65,
16,
64,
12,
24,
64,
2670,
12,
22,
324,
66,
4761,
69,
48952,
64,
19,
1,
198,
198,
30109,
10378,
82,
13,
3118,
291,
1098,
11907,
198,
12303,
312,
796,
366,
19,
721,
15,
64,
5999,
68,
12,
43134,
68,
12,
1120,
68,
17,
12,
65,
24,
330,
12,
23,
69,
4761,
330,
69,
20,
64,
23,
69,
20,
1,
198,
198,
30109,
10378,
82,
13,
53,
26470,
11907,
198,
10378,
82,
796,
14631,
6601,
44909,
942,
1600,
366,
6601,
40161,
1600,
366,
35,
689,
1600,
366,
8979,
9399,
1600,
366,
8979,
15235,
82,
1600,
366,
37787,
39317,
11627,
5736,
1600,
366,
40386,
1600,
366,
40386,
27054,
2611,
1600,
366,
14155,
305,
33637,
1600,
366,
19667,
20120,
1600,
366,
47,
10025,
1600,
366,
2200,
6489,
1600,
366,
29531,
1600,
366,
7248,
3245,
1600,
366,
10962,
15721,
896,
1600,
366,
10962,
15721,
896,
18274,
4487,
1600,
366,
4261,
4061,
28198,
8973,
198,
18300,
12,
21048,
12,
26270,
16,
796,
366,
3559,
69,
5999,
67,
3132,
1129,
64,
23,
34427,
4524,
67,
1507,
6814,
21,
65,
6888,
15,
69,
19,
65,
20,
65,
21,
64,
3609,
4310,
69,
22,
1,
198,
12303,
312,
796,
366,
23516,
66,
18,
68,
5066,
12,
49995,
69,
12,
2857,
324,
12,
1350,
65,
22,
12,
64,
1065,
69,
2934,
1828,
66,
38907,
1,
198,
9641,
796,
366,
17,
13,
18,
13,
15,
1,
198,
198,
30109,
10378,
82,
13,
53,
26470,
43,
578,
11907,
198,
10378,
82,
796,
14631,
14881,
2414,
1600,
366,
6601,
44909,
942,
1600,
366,
6601,
40161,
1600,
366,
35,
689,
1600,
366,
8979,
9399,
1600,
366,
8979,
15235,
82,
1600,
366,
37787,
39317,
11627,
5736,
1600,
366,
40386,
1600,
366,
14155,
305,
33637,
1600,
366,
19667,
20120,
1600,
366,
47,
10025,
1600,
366,
2200,
6489,
1600,
366,
29531,
1600,
366,
10962,
15721,
896,
1600,
366,
10962,
15721,
896,
18274,
4487,
1600,
366,
4261,
4061,
28198,
1600,
366,
53,
26470,
8973,
198,
18300,
12,
21048,
12,
26270,
16,
796,
366,
18,
68,
1954,
69,
2078,
1878,
2623,
6814,
2481,
19881,
65,
19,
558,
69,
2919,
65,
18444,
69,
5892,
324,
1238,
3980,
1899,
1,
198,
12303,
312,
796,
366,
14686,
69,
21,
891,
64,
12,
24,
64,
2999,
12,
20,
65,
22,
67,
12,
3829,
66,
15,
12,
45331,
276,
2091,
1065,
2670,
64,
1,
198,
9641,
796,
366,
17,
13,
21,
13,
15,
1,
198,
198,
30109,
10378,
82,
13,
57,
8019,
62,
73,
297,
11907,
198,
10378,
82,
796,
14631,
25835,
25404,
8973,
198,
12303,
312,
796,
366,
23,
2718,
2425,
64,
3365,
12,
16,
69,
16,
67,
12,
48645,
69,
12,
65,
24991,
12,
67,
50055,
4051,
397,
25816,
64,
1,
198,
198,
30109,
10378,
82,
13,
8019,
39806,
81,
696,
14453,
62,
73,
297,
11907,
198,
10378,
82,
796,
14631,
8001,
37199,
1600,
366,
25835,
25404,
1600,
366,
11505,
9148,
1921,
62,
73,
297,
8973,
198,
12303,
312,
796,
366,
23,
68,
25764,
65,
3829,
12,
4521,
9945,
12,
20,
2682,
66,
12,
64,
15,
67,
18,
12,
1415,
3695,
24096,
66,
22,
67,
6052,
1,
198,
198,
30109,
10378,
82,
13,
77,
456,
29281,
17,
62,
73,
297,
11907,
198,
10378,
82,
796,
14631,
8001,
37199,
1600,
366,
25835,
25404,
8973,
198,
12303,
312,
796,
366,
23,
68,
25764,
18654,
12,
30610,
23,
12,
20,
29626,
12,
64,
2998,
66,
12,
22709,
330,
67,
17,
64,
1878,
23,
67,
1,
198,
198,
30109,
10378,
82,
13,
79,
22,
13344,
62,
73,
297,
11907,
198,
10378,
82,
796,
14631,
8001,
37199,
1600,
366,
25835,
25404,
8973,
198,
12303,
312,
796,
366,
18,
69,
1129,
68,
24,
2091,
12,
2091,
67,
23,
12,
4310,
65,
18,
12,
7252,
397,
12,
17457,
4349,
940,
66,
18,
65,
22,
64,
15,
1,
198,
37811,
198,
198,
2,
2343,
243,
242,
28670,
22880,
94,
12440,
1502,
25,
198,
2,
2343,
243,
253,
7280,
1878,
23,
1878,
2091,
64,
12,
69,
2425,
66,
12,
19,
330,
16,
12,
24,
66,
18,
68,
12,
22,
28485,
24,
2624,
16344,
19,
66,
16,
198,
2,
2343,
243,
253,
7280,
20,
65,
23,
3980,
27824,
12,
18,
19881,
15,
12,
19,
69,
15,
66,
12,
65,
6469,
69,
12,
21,
3609,
18,
2934,
3132,
68,
18,
65,
20,
198,
2,
2343,
243,
254,
28670,
5607,
3682,
68,
35126,
12,
69,
24,
7568,
12,
2231,
4304,
12,
23,
50165,
12,
64,
18,
65,
6659,
66,
1821,
64,
35978,
198,
2,
2343,
243,
254,
28670,
15630,
405,
5999,
3609,
12,
17,
66,
1731,
12,
1157,
721,
12,
1983,
67,
16,
12,
67,
27936,
1485,
5237,
69,
1765,
64,
198,
2,
2343,
243,
254,
28670,
17,
66,
24,
2816,
14877,
12,
10210,
1795,
12,
2598,
1959,
12,
6469,
1314,
12,
64,
1485,
4763,
19,
65,
24,
891,
67,
198,
2,
2343,
243,
253,
7280,
2919,
64,
20548,
5036,
12,
41580,
65,
12,
3682,
3609,
12,
23,
29796,
12,
64,
15,
68,
5333,
16072,
24,
67,
39121,
198,
2,
2343,
243,
254,
28670,
68,
46572,
64,
46396,
12,
20,
16344,
24,
12,
2231,
3901,
12,
2079,
1453,
12,
2998,
64,
40675,
1795,
27800,
65,
198,
2,
2343,
243,
253,
7280,
1433,
65,
49561,
65,
17,
12,
16,
67,
1270,
12,
19,
65,
6420,
12,
24,
3459,
69,
12,
3270,
31115,
3695,
2327,
2231,
68,
198,
2,
2343,
243,
254,
28670,
19,
64,
3270,
65,
21,
68,
18,
12,
1433,
1129,
12,
32642,
68,
12,
64,
4521,
17,
12,
64,
23,
397,
17,
66,
4521,
18,
68,
20,
64,
198,
2,
2343,
243,
253,
7280,
15,
64,
5705,
1350,
486,
12,
3720,
2998,
12,
2598,
6469,
12,
24,
69,
2327,
12,
69,
5892,
68,
6659,
66,
22,
891,
20,
67,
198,
2,
2343,
243,
254,
28670,
35638,
65,
22,
67,
2079,
12,
66,
344,
15,
12,
19,
69,
15,
67,
12,
1878,
66,
19,
12,
19,
68,
1314,
940,
2548,
68,
15,
67,
23,
198,
2,
2343,
243,
253,
7280,
69,
5607,
64,
21,
66,
1860,
12,
64,
23,
4869,
12,
3682,
69,
18,
12,
24,
7012,
21,
12,
330,
23,
1350,
7410,
69,
11848,
17,
198,
2,
2343,
243,
254,
28670,
21,
67,
24,
32182,
1453,
12,
276,
15,
64,
12,
2920,
1878,
12,
24,
66,
1821,
12,
23,
2327,
66,
16,
69,
1238,
67,
2327,
68,
198,
2,
2343,
243,
253,
7280,
64,
20,
11848,
1157,
64,
15,
12,
65,
23349,
12,
35133,
68,
12,
3609,
24,
67,
12,
65,
4761,
891,
19,
10210,
2414,
2996,
198,
2,
2343,
243,
254,
28670,
17,
64,
17,
3077,
24,
64,
12,
22,
69,
5607,
12,
2920,
2425,
12,
44705,
23,
12,
5237,
68,
1558,
19881,
29088,
1954,
198,
2,
2343,
243,
253,
7280,
39885,
4790,
65,
22,
66,
12,
68,
24,
4761,
12,
36330,
64,
12,
397,
3324,
12,
5066,
17896,
65,
18,
67,
1350,
22,
69,
16,
198,
2,
2343,
243,
254,
28670,
66,
2919,
44218,
67,
21,
12,
66,
21,
67,
24,
12,
26200,
68,
12,
15630,
4846,
12,
16,
13331,
24,
68,
8432,
65,
19,
67,
18,
198,
2,
2343,
243,
253,
7280,
4089,
18,
66,
19,
397,
18,
12,
38819,
64,
12,
2598,
2481,
12,
65,
24,
344,
12,
21,
65,
21,
344,
66,
15,
68,
5705,
2548,
198,
2,
2343,
243,
254,
28670,
22,
68,
6659,
66,
41739,
12,
66,
21777,
12,
2920,
64,
16,
12,
64,
2481,
69,
12,
3510,
25948,
21101,
2857,
1433,
66,
198,
2,
2343,
243,
253,
7280,
66,
3312,
65,
12993,
10210,
12,
2682,
69,
24,
12,
19,
24970,
12,
6052,
69,
16,
12,
22136,
1983,
22337,
2078,
3559,
198,
2,
2343,
243,
254,
28670,
67,
33042,
64,
4310,
67,
12,
25150,
66,
12,
38783,
66,
12,
64,
3609,
21,
12,
17,
68,
2996,
66,
23,
3365,
67,
1507,
68,
198,
2,
2343,
243,
253,
7280,
65,
16,
13331,
22,
19881,
17,
12,
18,
64,
4846,
12,
19,
69,
2598,
12,
23,
6888,
16,
12,
64,
15,
31495,
2598,
3134,
69,
7568,
198,
2,
2343,
243,
254,
28670,
14822,
66,
4869,
21855,
12,
30057,
64,
12,
29703,
69,
12,
65,
22515,
12,
31916,
19881,
23,
64,
17572,
22,
64,
198,
2,
2343,
243,
253,
7280,
20,
68,
4304,
69,
22,
3901,
12,
3980,
64,
23,
12,
19,
65,
15,
65,
12,
23,
21855,
23,
12,
64,
22,
64,
15,
64,
1878,
3134,
5066,
68,
198,
2,
2343,
243,
254,
28670,
23,
10210,
3459,
29331,
12,
64,
2919,
16,
12,
1821,
721,
12,
5999,
535,
12,
5066,
2231,
940,
3559,
66,
4869,
64,
198,
2,
2343,
243,
253,
7280,
5607,
3132,
65,
23,
68,
16,
12,
64,
44578,
12,
3682,
1795,
12,
6469,
1765,
12,
487,
19,
68,
2548,
27970,
1983,
65,
198,
2,
2343,
243,
254,
28670,
65,
19,
68,
23,
68,
36680,
12,
17457,
3312,
12,
19,
67,
2414,
12,
65,
2713,
69,
12,
66,
17,
64,
46815,
66,
36625,
69,
21,
198,
2,
2343,
243,
253,
7280,
17896,
10232,
1453,
68,
12,
15,
21495,
12,
32114,
65,
12,
64,
1828,
65,
12,
2998,
1495,
65,
15,
64,
1507,
69,
4310,
198,
2,
2343,
243,
254,
28670,
324,
20,
15630,
65,
3559,
12,
22,
37988,
12,
1821,
64,
19,
12,
6469,
940,
12,
41706,
1453,
3134,
69,
23,
11848,
17,
198,
2,
2343,
243,
253,
7280,
69,
49150,
1983,
324,
12,
64,
23,
21855,
12,
1821,
66,
17,
12,
40215,
66,
12,
1899,
4309,
68,
16,
64,
3682,
1433,
64,
198,
2,
2343,
243,
254,
28670,
11848,
671,
66,
15,
67,
12,
21,
27877,
12,
40271,
64,
12,
15630,
24,
66,
12,
69,
22,
891,
19924,
67,
1350,
64,
20,
198,
2,
2343,
243,
253,
7280,
8269,
12,
2388,
12,
2388,
12,
2388,
12,
8269,
18005,
198,
2,
2343,
243,
253,
7280,
8269,
12,
2388,
12,
2388,
12,
2388,
12,
8269,
34215,
198
] | 1.87301 | 10,804 |
"""
unitRandom3Cartesian(rng = MersenneTwister())
Returns a unit vector pointing in a random direction in Cartesian coordinates.
"""
function unitRandom3Cartesian(rng = MersenneTwister())
θ = π*rand(rng)
ϕ = 2.0*π*rand(rng)
return Vector([
cos(ϕ)*sin(θ),
sin(ϕ)*sin(θ),
cos(θ)
])
end
export unitRandom3Cartesian
"""
randbtw(a::T,b::T,rng=MersenneTwister()) where {T<:Real}
Generates a random number between a and b.
"""
function randbtw(a::T,b::T,rng=MersenneTwister()) where {T<:Real}
if a > b
return randbtw(b,a,rng)
end
return a+rand(rng)*(b-a)
end
export randbtw
"""
dist(n,func,domain,range,rng=MersenneTwister())
Generates n values following the distribution func in a given domain and range
- SLOW
- Can be used on any distribution function
"""
function dist(n,func,domain,range,rng=MersenneTwister())
out = zeros(n)
for i=1:n
val = 0.0
tryagain = true
while tryagain
xtest = randbtw(domain...,rng)
fxtest = abs(func(xtest))
if abs(randbtw(range...,rng)) < fxtest
val = xtest
tryagain = false
end
end
out[i] = val
end
return out
end
export dist
"""
PowerLaw
Sampler for a power law distribution
"""
struct PowerLaw <: Sampleable{Univariate, Continuous}
α::Real
domain::Tuple{T,T} where {T<:Real}
end
export PowerLaw
"""
rand(rng::AbstractRNG,s::PowerLaw)
Generate one sample from a power law distribution
"""
function Base.rand(rng::AbstractRNG,s::PowerLaw)
ξ = rand(rng)
γ = 1.0-s.α
e0γ= s.domain[1]^(γ)
efγ = s.domain[2]^(γ)
out = (efγ-e0γ)*ξ+e0γ
return out^(1/γ)
end
"""
BrokenPowerLaw
Sampler for a broken power law distribution
"""
struct BrokenPowerLaw <: Sampleable{Univariate, Continuous}
α::Array{T} where {T<:Real}
domain::Array{T} where {T<:Real}
function BrokenPowerLaw(α::Array{T}, domain::Array{T}) where {T<:Real}
@assert length(α)+1 == length(domain) "Requires length(α) == length(domain)-1"
bOrder = true
for i=1:(length(domain)-1)
bOrder *= domain[i] < domain[i+1]
end
@assert bOrder "domain breaks must be in order"
new(α, domain)
end
end
export BrokenPowerLaw
function afterIndex(val,vec)
for i=1:(length(vec)-1)
check = vec[i] < val
check *= val < vec[i+1]
if check
return i
end
end
return 0
end
"""
rand(rng::AbstractRNG,s::BrokenPowerLaw)
Generate one sample from a broken power law distribution.
"""
function Base.rand(rng::AbstractRNG,s::BrokenPowerLaw)
ξ = rand(rng)
γ = 1 .- s.α
cx = ones(length(s.α))
for i = 1:(length(cx)-1)
β = s.α[i]/s.α[i+1]
cx[i+1] = cx[i]^β*s.domain[i+1]^(β-1)
end
cx = map(/,cx,γ)
arts = [
begin
(s.domain[i+1]^γ[i] - s.domain[i]^γ[i])*cx[i]
end for i=1:length(γ)
]
parts = vcat([0],arts)
sumParts = cumsum(parts)
norm = sumParts[end]
cnorm = ξ*norm
supIndex = afterIndex(cnorm,sumParts)
out = cnorm - sumParts[supIndex]
out /= cx[supIndex]
out += s.domain[supIndex]^γ[supIndex]
out = out^(1/γ[supIndex])
return out
end
| [
37811,
198,
220,
220,
220,
4326,
29531,
18,
43476,
35610,
7,
81,
782,
796,
337,
364,
29727,
5080,
1694,
28955,
198,
198,
35561,
257,
4326,
15879,
10609,
287,
257,
4738,
4571,
287,
13690,
35610,
22715,
13,
198,
37811,
198,
8818,
4326,
29531,
18,
43476,
35610,
7,
81,
782,
796,
337,
364,
29727,
5080,
1694,
28955,
198,
220,
220,
220,
7377,
116,
796,
18074,
222,
9,
25192,
7,
81,
782,
8,
198,
220,
220,
220,
18074,
243,
796,
362,
13,
15,
9,
46582,
9,
25192,
7,
81,
782,
8,
198,
220,
220,
220,
1441,
20650,
26933,
198,
220,
220,
220,
220,
220,
220,
220,
8615,
7,
139,
243,
27493,
31369,
7,
138,
116,
828,
198,
220,
220,
220,
220,
220,
220,
220,
7813,
7,
139,
243,
27493,
31369,
7,
138,
116,
828,
198,
220,
220,
220,
220,
220,
220,
220,
8615,
7,
138,
116,
8,
198,
220,
220,
220,
33761,
198,
437,
198,
198,
39344,
4326,
29531,
18,
43476,
35610,
198,
198,
37811,
198,
220,
220,
220,
43720,
65,
4246,
7,
64,
3712,
51,
11,
65,
3712,
51,
11,
81,
782,
28,
44,
364,
29727,
5080,
1694,
28955,
810,
1391,
51,
27,
25,
15633,
92,
198,
198,
8645,
689,
257,
4738,
1271,
1022,
257,
290,
275,
13,
198,
37811,
198,
8818,
43720,
65,
4246,
7,
64,
3712,
51,
11,
65,
3712,
51,
11,
81,
782,
28,
44,
364,
29727,
5080,
1694,
28955,
810,
1391,
51,
27,
25,
15633,
92,
198,
220,
220,
220,
611,
257,
1875,
275,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
43720,
65,
4246,
7,
65,
11,
64,
11,
81,
782,
8,
198,
220,
220,
220,
886,
198,
220,
220,
220,
1441,
257,
10,
25192,
7,
81,
782,
27493,
7,
65,
12,
64,
8,
198,
437,
198,
198,
39344,
43720,
65,
4246,
198,
37811,
198,
220,
220,
220,
1233,
7,
77,
11,
20786,
11,
27830,
11,
9521,
11,
81,
782,
28,
44,
364,
29727,
5080,
1694,
28955,
198,
198,
8645,
689,
299,
3815,
1708,
262,
6082,
25439,
287,
257,
1813,
7386,
290,
2837,
198,
220,
220,
220,
532,
12419,
3913,
198,
220,
220,
220,
532,
1680,
307,
973,
319,
597,
6082,
2163,
198,
37811,
198,
8818,
1233,
7,
77,
11,
20786,
11,
27830,
11,
9521,
11,
81,
782,
28,
44,
364,
29727,
5080,
1694,
28955,
198,
220,
220,
220,
503,
796,
1976,
27498,
7,
77,
8,
198,
220,
220,
220,
329,
1312,
28,
16,
25,
77,
198,
220,
220,
220,
220,
220,
220,
220,
1188,
796,
657,
13,
15,
198,
220,
220,
220,
220,
220,
220,
220,
1949,
17776,
796,
2081,
198,
220,
220,
220,
220,
220,
220,
220,
981,
1949,
17776,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
742,
395,
796,
43720,
65,
4246,
7,
27830,
986,
11,
81,
782,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
742,
395,
796,
2352,
7,
20786,
7,
742,
395,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
2352,
7,
25192,
65,
4246,
7,
9521,
986,
11,
81,
782,
4008,
1279,
277,
742,
395,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1188,
796,
220,
742,
395,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1949,
17776,
796,
3991,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
503,
58,
72,
60,
796,
1188,
198,
220,
220,
220,
886,
198,
220,
220,
220,
1441,
503,
198,
437,
198,
198,
39344,
1233,
198,
198,
37811,
198,
220,
220,
220,
4333,
16966,
198,
198,
16305,
20053,
329,
257,
1176,
1099,
6082,
198,
37811,
198,
7249,
4333,
16966,
1279,
25,
27565,
540,
90,
3118,
42524,
11,
45012,
92,
198,
220,
220,
220,
26367,
3712,
15633,
198,
220,
220,
220,
7386,
3712,
51,
29291,
90,
51,
11,
51,
92,
810,
1391,
51,
27,
25,
15633,
92,
198,
437,
198,
198,
39344,
4333,
16966,
198,
198,
37811,
198,
220,
220,
220,
43720,
7,
81,
782,
3712,
23839,
49,
10503,
11,
82,
3712,
13434,
16966,
8,
198,
198,
8645,
378,
530,
6291,
422,
257,
1176,
1099,
6082,
198,
37811,
198,
8818,
7308,
13,
25192,
7,
81,
782,
3712,
23839,
49,
10503,
11,
82,
3712,
13434,
16966,
8,
198,
220,
220,
220,
7377,
122,
796,
43720,
7,
81,
782,
8,
198,
220,
220,
220,
7377,
111,
796,
352,
13,
15,
12,
82,
13,
17394,
198,
220,
220,
220,
304,
15,
42063,
28,
264,
13,
27830,
58,
16,
60,
61,
7,
42063,
8,
198,
220,
220,
220,
304,
69,
42063,
796,
264,
13,
27830,
58,
17,
60,
61,
7,
42063,
8,
198,
220,
220,
220,
503,
796,
357,
891,
42063,
12,
68,
15,
42063,
27493,
138,
122,
10,
68,
15,
42063,
198,
220,
220,
220,
1441,
503,
61,
7,
16,
14,
42063,
8,
198,
437,
198,
198,
37811,
198,
220,
220,
220,
22607,
13434,
16966,
198,
198,
16305,
20053,
329,
257,
5445,
1176,
1099,
6082,
198,
37811,
198,
7249,
22607,
13434,
16966,
1279,
25,
27565,
540,
90,
3118,
42524,
11,
45012,
92,
198,
220,
220,
220,
26367,
3712,
19182,
90,
51,
92,
810,
1391,
51,
27,
25,
15633,
92,
198,
220,
220,
220,
7386,
3712,
19182,
90,
51,
92,
810,
1391,
51,
27,
25,
15633,
92,
198,
220,
220,
220,
2163,
22607,
13434,
16966,
7,
17394,
3712,
19182,
90,
51,
5512,
7386,
3712,
19182,
90,
51,
30072,
810,
1391,
51,
27,
25,
15633,
92,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
30493,
4129,
7,
17394,
47762,
16,
6624,
4129,
7,
27830,
8,
366,
39618,
4129,
7,
17394,
8,
6624,
4129,
7,
27830,
13219,
16,
1,
198,
220,
220,
220,
220,
220,
220,
220,
275,
18743,
796,
2081,
198,
220,
220,
220,
220,
220,
220,
220,
329,
1312,
28,
16,
37498,
13664,
7,
27830,
13219,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
275,
18743,
1635,
28,
7386,
58,
72,
60,
1279,
7386,
58,
72,
10,
16,
60,
198,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
2488,
30493,
275,
18743,
366,
27830,
9457,
1276,
307,
287,
1502,
1,
198,
220,
220,
220,
220,
220,
220,
220,
649,
7,
17394,
11,
7386,
8,
198,
220,
220,
220,
886,
198,
437,
198,
198,
39344,
22607,
13434,
16966,
198,
198,
8818,
706,
15732,
7,
2100,
11,
35138,
8,
198,
197,
1640,
1312,
28,
16,
37498,
13664,
7,
35138,
13219,
16,
8,
198,
197,
197,
9122,
796,
43030,
58,
72,
60,
1279,
1188,
198,
197,
197,
9122,
1635,
28,
1188,
1279,
43030,
58,
72,
10,
16,
60,
198,
197,
197,
361,
2198,
198,
197,
197,
197,
7783,
1312,
198,
197,
197,
437,
198,
197,
437,
198,
197,
7783,
657,
198,
437,
198,
198,
37811,
198,
220,
220,
220,
43720,
7,
81,
782,
3712,
23839,
49,
10503,
11,
82,
3712,
15783,
3464,
13434,
16966,
8,
198,
198,
8645,
378,
530,
6291,
422,
257,
5445,
1176,
1099,
6082,
13,
198,
37811,
198,
8818,
7308,
13,
25192,
7,
81,
782,
3712,
23839,
49,
10503,
11,
82,
3712,
15783,
3464,
13434,
16966,
8,
198,
197,
138,
122,
796,
43720,
7,
81,
782,
8,
198,
197,
42063,
796,
352,
764,
12,
264,
13,
17394,
628,
198,
197,
66,
87,
796,
3392,
7,
13664,
7,
82,
13,
17394,
4008,
198,
197,
1640,
1312,
796,
352,
37498,
13664,
7,
66,
87,
13219,
16,
8,
198,
197,
197,
26638,
796,
264,
13,
17394,
58,
72,
60,
14,
82,
13,
17394,
58,
72,
10,
16,
60,
198,
197,
197,
66,
87,
58,
72,
10,
16,
60,
796,
43213,
58,
72,
60,
61,
26638,
9,
82,
13,
27830,
58,
72,
10,
16,
60,
61,
7,
26638,
12,
16,
8,
198,
197,
437,
198,
197,
66,
87,
796,
3975,
7,
47454,
66,
87,
11,
42063,
8,
628,
198,
197,
5889,
796,
685,
198,
197,
197,
27471,
198,
197,
197,
197,
7,
82,
13,
27830,
58,
72,
10,
16,
60,
61,
42063,
58,
72,
60,
532,
264,
13,
27830,
58,
72,
60,
61,
42063,
58,
72,
12962,
9,
66,
87,
58,
72,
60,
198,
197,
197,
437,
329,
1312,
28,
16,
25,
13664,
7,
42063,
8,
198,
197,
197,
197,
60,
628,
197,
42632,
796,
410,
9246,
26933,
15,
4357,
5889,
8,
198,
197,
16345,
42670,
796,
269,
5700,
388,
7,
42632,
8,
628,
197,
27237,
796,
2160,
42670,
58,
437,
60,
198,
197,
66,
27237,
796,
7377,
122,
9,
27237,
628,
197,
37330,
15732,
796,
706,
15732,
7,
66,
27237,
11,
16345,
42670,
8,
628,
197,
448,
796,
269,
27237,
532,
2160,
42670,
58,
37330,
15732,
60,
198,
197,
448,
1220,
28,
43213,
58,
37330,
15732,
60,
198,
197,
448,
15853,
264,
13,
27830,
58,
37330,
15732,
60,
61,
42063,
58,
37330,
15732,
60,
198,
197,
448,
796,
503,
61,
7,
16,
14,
42063,
58,
37330,
15732,
12962,
198,
197,
7783,
503,
198,
437,
198
] | 2.134448 | 1,495 |
println("Loading packages...")
@time begin
using Cytof5
using Random, Distributions
# TODO: Get rid of this dep
using RCall
using BSON
using ArgParse
import Cytof5.Model.logger
include("util.jl")
end
println("Done loading packages.")
# TODO: review
# ARG PARSING
# Define behavior for vector numerical args (input as space delimited string)
ArgParse.parse_item(::Type{Vector{T}}, x::AbstractString) where {T <: Number} = parse.(T, split(x))
function parse_cmd()
s = ArgParseSettings()
@add_arg_table s begin
"--simdat_path"
arg_type = String
required = true
"--MCMC_ITER"
arg_type = Int
default = 1000
"--BURN"
arg_type = Int
default = 10000
"--K_MCMC"
arg_type = Int
required = true
"--L0_MCMC"
arg_type = Int
required = true
"--L1_MCMC"
arg_type = Int
required = true
# Missin mechanism
"--pBounds"
arg_type = Vector{Float64}
default = [.05, .8, .05] # paper
"--yQuantiles"
arg_type = Vector{Float64}
default = [0.0, .25, .5] # paper
"--RESULTS_DIR"
arg_type = String
required = true
"--SEED"
arg_type = Int
default = 0
"--EXP_NAME"
arg_type = String
"--printFreq"
arg_type = Int
default = 50
end
PARSED_ARGS = parse_args(s)
if PARSED_ARGS["EXP_NAME"] == nothing
logger("EXP_NAME not defined. Making default experiment name.")
MAIN_ARGS = filter(d -> !(d.first in ("RESULTS_DIR", "EXP_NAME")), PARSED_ARGS)
PARSED_ARGS["EXP_NAME"] = join(["$k$v" for (k, v) in MAIN_ARGS], '_')
end
return PARSED_ARGS
end
PARSED_ARGS = parse_cmd()
for (k,v) in PARSED_ARGS
logger("$k => $v")
end
SIMDAT_PATH = PARSED_ARGS["simdat_path"]
MCMC_ITER = PARSED_ARGS["MCMC_ITER"]
BURN = PARSED_ARGS["BURN"]
K_MCMC = PARSED_ARGS["K_MCMC"]
L0_MCMC = PARSED_ARGS["L0_MCMC"]
L1_MCMC = PARSED_ARGS["L1_MCMC"]
L_MCMC = Dict(0 => L0_MCMC, 1 => L1_MCMC)
# missing mechanism
yQuantiles = PARSED_ARGS["yQuantiles"]
pBounds = PARSED_ARGS["pBounds"]
EXP_NAME = PARSED_ARGS["EXP_NAME"]
SEED = PARSED_ARGS["SEED"]
RESULTS_DIR = PARSED_ARGS["RESULTS_DIR"]
printFreq = PARSED_ARGS["printFreq"]
# END OF ARG PARSING
# CREATE RESULTS DIR
OUTDIR = "$(RESULTS_DIR)/$(EXP_NAME)/"
mkpath(OUTDIR)
# Set random seed
Random.seed!(SEED);
logger("Load simulated data ...");
BSON.@load SIMDAT_PATH simdat
dat = Cytof5.Model.Data(simdat[:y])
logger("Generating priors ...");
@time c = Cytof5.Model.defaultConstants(dat, K_MCMC, L_MCMC,
tau0=10.0, tau1=10.0,
sig2_prior=InverseGamma(3.0, 2.0),
alpha_prior=Gamma(0.1, 10.0),
yQuantiles=yQuantiles, pBounds=pBounds,
similarity_Z=Cytof5.Model.sim_fn_abs(10000),
probFlip_Z=2.0 / (dat.J * K_MCMC),
noisyDist=Normal(0.0, 3.16))
Cytof5.Model.printConstants(c)
println("dat.I: $(dat.I)")
println("dat.J: $(dat.J)")
println("dat.N: $(dat.N)")
# Plot missing mechanism
logger("Plot missing mechanism")
util.plotPdf("$(OUTDIR)/prob_miss.pdf")
R"par(mfrow=c($(dat.I), 1))"
for i in 1:dat.I
util.plotProbMiss(c.beta, i)
end
R"par(mfrow=c(1,1))"
util.devOff()
logger("Generating initial state ...");
# @time init = Cytof5.Model.genInitialState(c, dat)
logger("use smart init ...")
@time init = Cytof5.Model.smartInit(c, dat)
# Plot initial Z
util.plotPdf("$(OUTDIR)/Z_init.pdf")
addGridLines(J::Int, K::Int, col="grey") = util.abline(v=(1:K) .+ .5, h=(1:J) .+ .5, col=col)
util.myImage(init.Z, xlab="Features", ylab="Markers", addL=false, f=Z->addGridLines(dat.J, c.K))
util.devOff()
# Fit Model
nsamps_to_thin(nsamps::Int, nmcmc::Int) = max(1, div(nmcmc, nsamps))
@time out, lastState, ll, metrics, dden=
Cytof5.Model.cytof5_fit(init, c, dat,
monitors=[[:Z, :lam, :W,
:sig2, :delta,
:alpha, :v,
:eta, :eps],
[:y_imputed, :gam]],
thins=[2, nsamps_to_thin(10, MCMC_ITER)],
nmcmc=MCMC_ITER, nburn=BURN,
computeLPML=true, computeDIC=true,
computedden=true, thin_dden=nsamps_to_thin(200, MCMC_ITER),
use_repulsive=false,
joint_update_Z=true,
printFreq=10, flushOutput=true)
logger("Saving Data ...");
println("length of dden: $(length(dden))")
# @save "$(OUTDIR)/output.jld2" out dat ll lastState c dat metrics
BSON.@save "$(OUTDIR)/output.bson" out ll lastState c metrics init dden simdat
logger("MCMC Completed.");
#= Test
julia --color=yes sim.jl --I=3 --J=32 --N_factor=100 --K=8 --K_MCMC=10 --L0_MCMC=5 --L1_MCMC=5 \
--MCMC_ITER=10 --BURN=10 --RESULTS_DIR=results --EXP_NAME=bla
=#
| [
35235,
7203,
19031,
10392,
9313,
8,
198,
31,
2435,
2221,
198,
220,
1262,
5934,
1462,
69,
20,
198,
220,
1262,
14534,
11,
46567,
507,
198,
220,
1303,
16926,
46,
25,
3497,
5755,
286,
428,
1207,
198,
220,
1262,
13987,
439,
198,
220,
1262,
347,
11782,
198,
220,
1262,
20559,
10044,
325,
198,
220,
1330,
5934,
1462,
69,
20,
13,
17633,
13,
6404,
1362,
198,
220,
2291,
7203,
22602,
13,
20362,
4943,
198,
437,
198,
35235,
7203,
45677,
11046,
10392,
19570,
628,
198,
2,
16926,
46,
25,
2423,
198,
2,
5923,
38,
350,
27415,
2751,
198,
198,
2,
2896,
500,
4069,
329,
15879,
29052,
26498,
357,
15414,
355,
2272,
46728,
863,
4731,
8,
198,
28100,
10044,
325,
13,
29572,
62,
9186,
7,
3712,
6030,
90,
38469,
90,
51,
92,
5512,
2124,
3712,
23839,
10100,
8,
810,
1391,
51,
1279,
25,
7913,
92,
796,
21136,
12195,
51,
11,
6626,
7,
87,
4008,
198,
198,
8818,
21136,
62,
28758,
3419,
198,
220,
264,
796,
20559,
10044,
325,
26232,
3419,
628,
220,
2488,
2860,
62,
853,
62,
11487,
264,
2221,
198,
220,
220,
220,
366,
438,
14323,
19608,
62,
6978,
1,
198,
220,
220,
220,
220,
220,
1822,
62,
4906,
796,
10903,
198,
220,
220,
220,
220,
220,
2672,
796,
2081,
198,
220,
220,
220,
366,
438,
9655,
9655,
62,
2043,
1137,
1,
198,
220,
220,
220,
220,
220,
1822,
62,
4906,
796,
2558,
198,
220,
220,
220,
220,
220,
4277,
796,
8576,
198,
220,
220,
220,
366,
438,
33,
27064,
1,
198,
220,
220,
220,
220,
220,
1822,
62,
4906,
796,
2558,
198,
220,
220,
220,
220,
220,
4277,
796,
33028,
198,
220,
220,
220,
366,
438,
42,
62,
9655,
9655,
1,
198,
220,
220,
220,
220,
220,
1822,
62,
4906,
796,
2558,
198,
220,
220,
220,
220,
220,
2672,
796,
2081,
198,
220,
220,
220,
366,
438,
43,
15,
62,
9655,
9655,
1,
198,
220,
220,
220,
220,
220,
1822,
62,
4906,
796,
2558,
198,
220,
220,
220,
220,
220,
2672,
796,
2081,
198,
220,
220,
220,
366,
438,
43,
16,
62,
9655,
9655,
1,
198,
220,
220,
220,
220,
220,
1822,
62,
4906,
796,
2558,
198,
220,
220,
220,
220,
220,
2672,
796,
2081,
628,
220,
220,
220,
1303,
4544,
259,
9030,
198,
220,
220,
220,
366,
438,
79,
33,
3733,
1,
198,
220,
220,
220,
220,
220,
1822,
62,
4906,
796,
20650,
90,
43879,
2414,
92,
198,
220,
220,
220,
220,
220,
4277,
796,
685,
13,
2713,
11,
764,
23,
11,
764,
2713,
60,
1303,
3348,
198,
220,
220,
220,
366,
438,
88,
24915,
2915,
1,
198,
220,
220,
220,
220,
220,
1822,
62,
4906,
796,
20650,
90,
43879,
2414,
92,
198,
220,
220,
220,
220,
220,
4277,
796,
685,
15,
13,
15,
11,
764,
1495,
11,
764,
20,
60,
1303,
3348,
628,
220,
220,
220,
366,
438,
46274,
62,
34720,
1,
198,
220,
220,
220,
220,
220,
1822,
62,
4906,
796,
10903,
198,
220,
220,
220,
220,
220,
2672,
796,
2081,
198,
220,
220,
220,
366,
438,
5188,
1961,
1,
198,
220,
220,
220,
220,
220,
1822,
62,
4906,
796,
2558,
198,
220,
220,
220,
220,
220,
4277,
796,
657,
198,
220,
220,
220,
366,
438,
49864,
62,
20608,
1,
198,
220,
220,
220,
220,
220,
1822,
62,
4906,
796,
10903,
198,
220,
220,
220,
366,
438,
4798,
20366,
80,
1,
198,
220,
220,
220,
220,
220,
1822,
62,
4906,
796,
2558,
198,
220,
220,
220,
220,
220,
4277,
796,
2026,
198,
220,
886,
628,
220,
350,
27415,
1961,
62,
1503,
14313,
796,
21136,
62,
22046,
7,
82,
8,
628,
220,
611,
350,
27415,
1961,
62,
1503,
14313,
14692,
49864,
62,
20608,
8973,
6624,
2147,
198,
220,
220,
220,
49706,
7203,
49864,
62,
20608,
407,
5447,
13,
16427,
4277,
6306,
1438,
19570,
198,
220,
220,
220,
8779,
1268,
62,
1503,
14313,
796,
8106,
7,
67,
4613,
5145,
7,
67,
13,
11085,
287,
5855,
46274,
62,
34720,
1600,
366,
49864,
62,
20608,
4943,
828,
350,
27415,
1961,
62,
1503,
14313,
8,
198,
220,
220,
220,
350,
27415,
1961,
62,
1503,
14313,
14692,
49864,
62,
20608,
8973,
796,
4654,
7,
14692,
3,
74,
3,
85,
1,
329,
357,
74,
11,
410,
8,
287,
8779,
1268,
62,
1503,
14313,
4357,
705,
62,
11537,
198,
220,
886,
628,
220,
1441,
350,
27415,
1961,
62,
1503,
14313,
198,
437,
198,
198,
27082,
50,
1961,
62,
1503,
14313,
796,
21136,
62,
28758,
3419,
198,
1640,
357,
74,
11,
85,
8,
287,
350,
27415,
1961,
62,
1503,
14313,
198,
220,
49706,
7203,
3,
74,
5218,
720,
85,
4943,
198,
437,
198,
198,
48913,
35,
1404,
62,
34219,
796,
350,
27415,
1961,
62,
1503,
14313,
14692,
14323,
19608,
62,
6978,
8973,
198,
198,
9655,
9655,
62,
2043,
1137,
796,
350,
27415,
1961,
62,
1503,
14313,
14692,
9655,
9655,
62,
2043,
1137,
8973,
198,
33,
27064,
796,
350,
27415,
1961,
62,
1503,
14313,
14692,
33,
27064,
8973,
198,
198,
42,
62,
9655,
9655,
796,
350,
27415,
1961,
62,
1503,
14313,
14692,
42,
62,
9655,
9655,
8973,
198,
43,
15,
62,
9655,
9655,
796,
350,
27415,
1961,
62,
1503,
14313,
14692,
43,
15,
62,
9655,
9655,
8973,
198,
43,
16,
62,
9655,
9655,
796,
350,
27415,
1961,
62,
1503,
14313,
14692,
43,
16,
62,
9655,
9655,
8973,
198,
43,
62,
9655,
9655,
796,
360,
713,
7,
15,
5218,
406,
15,
62,
9655,
9655,
11,
352,
5218,
406,
16,
62,
9655,
9655,
8,
198,
198,
2,
4814,
9030,
198,
88,
24915,
2915,
796,
350,
27415,
1961,
62,
1503,
14313,
14692,
88,
24915,
2915,
8973,
198,
79,
33,
3733,
796,
350,
27415,
1961,
62,
1503,
14313,
14692,
79,
33,
3733,
8973,
198,
198,
49864,
62,
20608,
796,
350,
27415,
1961,
62,
1503,
14313,
14692,
49864,
62,
20608,
8973,
198,
5188,
1961,
796,
350,
27415,
1961,
62,
1503,
14313,
14692,
5188,
1961,
8973,
198,
46274,
62,
34720,
796,
350,
27415,
1961,
62,
1503,
14313,
14692,
46274,
62,
34720,
8973,
198,
4798,
20366,
80,
796,
350,
27415,
1961,
62,
1503,
14313,
14692,
4798,
20366,
80,
8973,
198,
2,
23578,
3963,
5923,
38,
350,
27415,
2751,
198,
198,
2,
29244,
6158,
15731,
35342,
360,
4663,
198,
12425,
34720,
796,
17971,
7,
46274,
62,
34720,
20679,
3,
7,
49864,
62,
20608,
20679,
1,
198,
28015,
6978,
7,
12425,
34720,
8,
198,
198,
2,
5345,
4738,
9403,
198,
29531,
13,
28826,
0,
7,
5188,
1961,
1776,
198,
198,
6404,
1362,
7203,
8912,
28590,
1366,
35713,
1776,
198,
4462,
1340,
13,
31,
2220,
23749,
35,
1404,
62,
34219,
985,
19608,
198,
19608,
796,
5934,
1462,
69,
20,
13,
17633,
13,
6601,
7,
14323,
19608,
58,
25,
88,
12962,
198,
198,
6404,
1362,
7203,
8645,
803,
1293,
669,
35713,
1776,
198,
31,
2435,
269,
796,
5934,
1462,
69,
20,
13,
17633,
13,
12286,
34184,
1187,
7,
19608,
11,
509,
62,
9655,
9655,
11,
406,
62,
9655,
9655,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
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,
15,
28,
940,
13,
15,
11,
256,
559,
16,
28,
940,
13,
15,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
43237,
17,
62,
3448,
273,
28,
818,
4399,
34777,
2611,
7,
18,
13,
15,
11,
362,
13,
15,
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,
17130,
62,
3448,
273,
28,
34777,
2611,
7,
15,
13,
16,
11,
838,
13,
15,
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,
331,
24915,
2915,
28,
88,
24915,
2915,
11,
279,
33,
3733,
28,
79,
33,
3733,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
26789,
62,
57,
28,
20418,
1462,
69,
20,
13,
17633,
13,
14323,
62,
22184,
62,
8937,
7,
49388,
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,
1861,
7414,
541,
62,
57,
28,
17,
13,
15,
1220,
357,
19608,
13,
41,
1635,
509,
62,
9655,
9655,
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,
31210,
20344,
28,
26447,
7,
15,
13,
15,
11,
513,
13,
1433,
4008,
198,
20418,
1462,
69,
20,
13,
17633,
13,
4798,
34184,
1187,
7,
66,
8,
198,
35235,
7203,
19608,
13,
40,
25,
29568,
19608,
13,
40,
8,
4943,
198,
35235,
7203,
19608,
13,
41,
25,
29568,
19608,
13,
41,
8,
4943,
198,
35235,
7203,
19608,
13,
45,
25,
29568,
19608,
13,
45,
8,
4943,
628,
198,
2,
28114,
4814,
9030,
198,
6404,
1362,
7203,
43328,
4814,
9030,
4943,
198,
22602,
13,
29487,
47,
7568,
7203,
3,
7,
12425,
34720,
20679,
1676,
65,
62,
3927,
13,
12315,
4943,
198,
49,
1,
1845,
7,
76,
69,
808,
28,
66,
16763,
7,
19608,
13,
40,
828,
352,
4008,
1,
198,
1640,
1312,
287,
352,
25,
19608,
13,
40,
198,
220,
7736,
13,
29487,
2964,
65,
17140,
7,
66,
13,
31361,
11,
1312,
8,
198,
437,
198,
49,
1,
1845,
7,
76,
69,
808,
28,
66,
7,
16,
11,
16,
4008,
1,
198,
22602,
13,
7959,
9362,
3419,
628,
198,
6404,
1362,
7203,
8645,
803,
4238,
1181,
35713,
1776,
198,
2,
2488,
2435,
2315,
796,
5934,
1462,
69,
20,
13,
17633,
13,
5235,
24243,
9012,
7,
66,
11,
4818,
8,
198,
6404,
1362,
7203,
1904,
4451,
2315,
35713,
8,
198,
31,
2435,
2315,
796,
5934,
1462,
69,
20,
13,
17633,
13,
27004,
31768,
7,
66,
11,
4818,
8,
198,
198,
2,
28114,
4238,
1168,
198,
22602,
13,
29487,
47,
7568,
7203,
3,
7,
12425,
34720,
20679,
57,
62,
15003,
13,
12315,
4943,
198,
2860,
41339,
43,
1127,
7,
41,
3712,
5317,
11,
509,
3712,
5317,
11,
951,
2625,
49502,
4943,
796,
7736,
13,
397,
1370,
7,
85,
16193,
16,
25,
42,
8,
764,
10,
764,
20,
11,
289,
16193,
16,
25,
41,
8,
764,
10,
764,
20,
11,
951,
28,
4033,
8,
198,
22602,
13,
1820,
5159,
7,
15003,
13,
57,
11,
2124,
23912,
2625,
23595,
1600,
331,
23912,
2625,
9704,
364,
1600,
751,
43,
28,
9562,
11,
277,
28,
57,
3784,
2860,
41339,
43,
1127,
7,
19608,
13,
41,
11,
269,
13,
42,
4008,
198,
22602,
13,
7959,
9362,
3419,
628,
198,
2,
25048,
9104,
198,
5907,
9430,
62,
1462,
62,
40871,
7,
5907,
9430,
3712,
5317,
11,
28642,
11215,
66,
3712,
5317,
8,
796,
3509,
7,
16,
11,
2659,
7,
21533,
11215,
66,
11,
36545,
9430,
4008,
198,
198,
31,
2435,
503,
11,
938,
9012,
11,
32660,
11,
20731,
11,
288,
6559,
28,
198,
220,
5934,
1462,
69,
20,
13,
17633,
13,
948,
1462,
69,
20,
62,
11147,
7,
15003,
11,
269,
11,
4818,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
19374,
28,
30109,
25,
57,
11,
1058,
2543,
11,
1058,
54,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
82,
328,
17,
11,
1058,
67,
12514,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
26591,
11,
1058,
85,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
17167,
11,
1058,
25386,
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,
685,
25,
88,
62,
320,
17128,
11,
1058,
28483,
60,
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,
294,
1040,
41888,
17,
11,
36545,
9430,
62,
1462,
62,
40871,
7,
940,
11,
13122,
9655,
62,
2043,
1137,
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,
28642,
11215,
66,
28,
9655,
9655,
62,
2043,
1137,
11,
299,
10899,
28,
33,
27064,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
24061,
19930,
5805,
28,
7942,
11,
24061,
35,
2149,
28,
7942,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2653,
6048,
268,
28,
7942,
11,
7888,
62,
4742,
28,
5907,
9430,
62,
1462,
62,
40871,
7,
2167,
11,
13122,
9655,
62,
2043,
1137,
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,
779,
62,
7856,
22220,
28,
9562,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6466,
62,
19119,
62,
57,
28,
7942,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3601,
20366,
80,
28,
940,
11,
24773,
26410,
28,
7942,
8,
198,
198,
6404,
1362,
7203,
50,
2703,
6060,
35713,
1776,
198,
35235,
7203,
13664,
286,
288,
6559,
25,
29568,
13664,
7,
4742,
4008,
4943,
198,
2,
2488,
21928,
17971,
7,
12425,
34720,
20679,
22915,
13,
73,
335,
17,
1,
503,
4818,
32660,
938,
9012,
269,
4818,
20731,
198,
4462,
1340,
13,
31,
21928,
17971,
7,
12425,
34720,
20679,
22915,
13,
1443,
261,
1,
503,
32660,
938,
9012,
269,
20731,
2315,
288,
6559,
985,
19608,
198,
198,
6404,
1362,
7203,
9655,
9655,
32983,
526,
1776,
198,
198,
2,
28,
6208,
198,
73,
43640,
1377,
8043,
28,
8505,
985,
13,
20362,
1377,
40,
28,
18,
1377,
41,
28,
2624,
1377,
45,
62,
31412,
28,
3064,
1377,
42,
28,
23,
1377,
42,
62,
9655,
9655,
28,
940,
1377,
43,
15,
62,
9655,
9655,
28,
20,
1377,
43,
16,
62,
9655,
9655,
28,
20,
3467,
198,
220,
220,
220,
220,
220,
1377,
9655,
9655,
62,
2043,
1137,
28,
940,
1377,
33,
27064,
28,
940,
1377,
46274,
62,
34720,
28,
43420,
1377,
49864,
62,
20608,
28,
2436,
64,
198,
46249,
198
] | 1.941131 | 2,616 |
# ------------------------------------------------------------------
# Licensed under the MIT License. See LICENCE in the project root.
# ------------------------------------------------------------------
"""
Process
A geological process of evolution.
"""
abstract type Process end
"""
evolve!(state, proc, Δt)
Evolve the `state` with process `proc` for a time period `Δt`.
"""
evolve!(state, proc, Δt::Float64) = error("not implemented")
"""
TimelessProcess
A geological process implemented without the notion of time.
"""
abstract type TimelessProcess <: Process end
"""
evolve!(land, proc)
Evolve the `land` with timeless process `proc`.
"""
evolve!(land::Matrix, proc::TimelessProcess) = error("not implemented")
"""
evolve!(land, proc, Δt)
Evolve the `land` with timeless process `proc` for a time period `Δt`.
"""
function evolve!(land::Matrix, proc::TimelessProcess, Δt::Float64)
t = mean(land)
evolve!(land, proc)
@. land = t + Δt + land
nothing
end
"""
evolve!(state, proc, Δt)
Evolve the landscape `state` with timeless process `proc` for a time period `Δt`.
"""
evolve!(state::LandState, proc::TimelessProcess, Δt::Float64) =
evolve!(state.land, proc, Δt)
#------------------
# IMPLEMENTATIONS
#------------------
include("processes/geostats.jl")
include("processes/smoothing.jl")
include("processes/sequential.jl")
include("processes/analytical.jl")
| [
2,
16529,
438,
198,
2,
49962,
739,
262,
17168,
13789,
13,
4091,
38559,
18310,
287,
262,
1628,
6808,
13,
198,
2,
16529,
438,
198,
198,
37811,
198,
220,
220,
220,
10854,
198,
198,
32,
41917,
1429,
286,
6954,
13,
198,
37811,
198,
397,
8709,
2099,
10854,
886,
198,
198,
37811,
198,
220,
220,
220,
18101,
0,
7,
5219,
11,
13834,
11,
37455,
83,
8,
198,
198,
15200,
6442,
262,
4600,
5219,
63,
351,
1429,
4600,
36942,
63,
329,
257,
640,
2278,
4600,
138,
242,
83,
44646,
198,
37811,
198,
1990,
6442,
0,
7,
5219,
11,
13834,
11,
37455,
83,
3712,
43879,
2414,
8,
796,
4049,
7203,
1662,
9177,
4943,
198,
198,
37811,
198,
220,
220,
220,
5045,
5321,
18709,
198,
198,
32,
41917,
1429,
9177,
1231,
262,
9495,
286,
640,
13,
198,
37811,
198,
397,
8709,
2099,
5045,
5321,
18709,
1279,
25,
10854,
886,
198,
198,
37811,
198,
220,
220,
220,
18101,
0,
7,
1044,
11,
13834,
8,
198,
198,
15200,
6442,
262,
4600,
1044,
63,
351,
36464,
1429,
4600,
36942,
44646,
198,
37811,
198,
1990,
6442,
0,
7,
1044,
3712,
46912,
11,
13834,
3712,
14967,
5321,
18709,
8,
796,
4049,
7203,
1662,
9177,
4943,
198,
198,
37811,
198,
220,
220,
220,
18101,
0,
7,
1044,
11,
13834,
11,
37455,
83,
8,
198,
198,
15200,
6442,
262,
4600,
1044,
63,
351,
36464,
1429,
4600,
36942,
63,
329,
257,
640,
2278,
4600,
138,
242,
83,
44646,
198,
37811,
198,
8818,
18101,
0,
7,
1044,
3712,
46912,
11,
13834,
3712,
14967,
5321,
18709,
11,
37455,
83,
3712,
43879,
2414,
8,
198,
220,
256,
796,
1612,
7,
1044,
8,
198,
220,
18101,
0,
7,
1044,
11,
13834,
8,
198,
220,
2488,
13,
1956,
796,
256,
1343,
37455,
83,
1343,
1956,
198,
220,
2147,
198,
437,
198,
198,
37811,
198,
220,
220,
220,
18101,
0,
7,
5219,
11,
13834,
11,
37455,
83,
8,
198,
198,
15200,
6442,
262,
10747,
4600,
5219,
63,
351,
36464,
1429,
4600,
36942,
63,
329,
257,
640,
2278,
4600,
138,
242,
83,
44646,
198,
37811,
198,
1990,
6442,
0,
7,
5219,
3712,
22342,
9012,
11,
13834,
3712,
14967,
5321,
18709,
11,
37455,
83,
3712,
43879,
2414,
8,
796,
198,
220,
18101,
0,
7,
5219,
13,
1044,
11,
13834,
11,
37455,
83,
8,
198,
198,
2,
1783,
438,
198,
2,
30023,
2538,
10979,
18421,
198,
2,
1783,
438,
198,
17256,
7203,
14681,
274,
14,
469,
455,
1381,
13,
20362,
4943,
198,
17256,
7203,
14681,
274,
14,
5796,
1025,
722,
13,
20362,
4943,
198,
17256,
7203,
14681,
274,
14,
3107,
1843,
13,
20362,
4943,
198,
17256,
7203,
14681,
274,
14,
38200,
22869,
13,
20362,
4943,
198
] | 3.246544 | 434 |
module ConstrainedFESpacesTests
using Test
using Gridap
using Gridap.ConstrainedFESpaces: VectorOfTwoParts
D = 2
dom = fill(4,D)
model = CartesianDiscreteModel(partition=tuple(dom...))
order = 1
diritag = "boundary"
_fespace = CLagrangianFESpace(Float64,model,order,diritag)
fixeddofs = [2,5]
fespace = ConstrainedFESpace(_fespace,fixeddofs)
ufun(x) = x[1] + x[2] + 2.0
trian = Triangulation(model)
quad = CellQuadrature(trian,degree=2)
bh = FEBasis(fespace)
uh = zero(fespace)
cellmat = integrate(inner(bh,bh),trian,quad)
cellvec = integrate(inner(bh,uh),trian,quad)
nfree = 7
ndiri = 16
test_fe_space(fespace, nfree, ndiri, cellmat, cellvec, ufun)
g(x) = 2.0
U = TrialFESpace(fespace,g)
u(x) = x[1] + x[2] + 2.0
uh = interpolate(fespace,u)
#writevtk(trian,"trian",cellfields=["uh"=>uh])
nfree = 10
ndiri = 4
fixeddofs = [3,1,5,7]
nfixed = length(fixeddofs)
nfree_new = nfree - nfixed
dof_to_new_dof = zeros(Int,nfree)
is_fixed = fill(false,nfree)
is_fixed[fixeddofs] .= true
is_free = is_fixed.==false
dof_to_new_dof[is_free] .= 1:nfree_new
dof_to_new_dof[is_fixed] .= (-(ndiri+1)):-1:(-(ndiri+nfixed))
freevals=[20,40,60,80,90,100]
fixedvals=[30,10,50,70]
v = VectorOfTwoParts(dof_to_new_dof,freevals,fixedvals,ndiri)
@test all(v[is_free] .== freevals)
@test all(v[is_fixed] .== fixedvals)
end # module
| [
21412,
1482,
2536,
1328,
37,
1546,
43076,
51,
3558,
198,
198,
3500,
6208,
198,
3500,
24846,
499,
198,
3500,
24846,
499,
13,
3103,
2536,
1328,
37,
1546,
43076,
25,
20650,
5189,
7571,
42670,
198,
198,
35,
796,
362,
198,
3438,
796,
6070,
7,
19,
11,
35,
8,
198,
19849,
796,
13690,
35610,
15642,
8374,
17633,
7,
3911,
653,
28,
83,
29291,
7,
3438,
986,
4008,
198,
198,
2875,
796,
352,
198,
67,
3276,
363,
796,
366,
7784,
560,
1,
198,
62,
69,
9774,
558,
796,
7852,
363,
36985,
666,
37,
1546,
10223,
7,
43879,
2414,
11,
19849,
11,
2875,
11,
67,
3276,
363,
8,
198,
198,
34021,
67,
1659,
82,
796,
685,
17,
11,
20,
60,
198,
69,
9774,
558,
796,
1482,
2536,
1328,
37,
1546,
10223,
28264,
69,
9774,
558,
11,
34021,
67,
1659,
82,
8,
198,
198,
3046,
403,
7,
87,
8,
796,
2124,
58,
16,
60,
1343,
2124,
58,
17,
60,
1343,
362,
13,
15,
198,
198,
83,
4484,
796,
7563,
648,
1741,
7,
19849,
8,
198,
47003,
796,
12440,
4507,
41909,
1300,
7,
83,
4484,
11,
16863,
28,
17,
8,
198,
198,
34369,
796,
18630,
15522,
271,
7,
69,
9774,
558,
8,
198,
7456,
796,
6632,
7,
69,
9774,
558,
8,
198,
198,
3846,
6759,
796,
19386,
7,
5083,
7,
34369,
11,
34369,
828,
83,
4484,
11,
47003,
8,
198,
3846,
35138,
796,
19386,
7,
5083,
7,
34369,
11,
7456,
828,
83,
4484,
11,
47003,
8,
198,
198,
77,
5787,
796,
767,
198,
198,
358,
14783,
796,
1467,
198,
198,
9288,
62,
5036,
62,
13200,
7,
69,
9774,
558,
11,
299,
5787,
11,
299,
67,
14783,
11,
2685,
6759,
11,
2685,
35138,
11,
334,
12543,
8,
198,
198,
70,
7,
87,
8,
796,
362,
13,
15,
198,
198,
52,
796,
21960,
37,
1546,
10223,
7,
69,
9774,
558,
11,
70,
8,
198,
198,
84,
7,
87,
8,
796,
2124,
58,
16,
60,
1343,
2124,
58,
17,
60,
1343,
362,
13,
15,
198,
198,
7456,
796,
39555,
378,
7,
69,
9774,
558,
11,
84,
8,
198,
198,
2,
13564,
85,
30488,
7,
83,
4484,
553,
83,
4484,
1600,
3846,
25747,
28,
14692,
7456,
1,
14804,
7456,
12962,
198,
198,
77,
5787,
796,
838,
198,
358,
14783,
796,
604,
198,
34021,
67,
1659,
82,
796,
685,
18,
11,
16,
11,
20,
11,
22,
60,
198,
77,
34021,
796,
4129,
7,
34021,
67,
1659,
82,
8,
198,
77,
5787,
62,
3605,
796,
299,
5787,
532,
299,
34021,
198,
67,
1659,
62,
1462,
62,
3605,
62,
67,
1659,
796,
1976,
27498,
7,
5317,
11,
77,
5787,
8,
198,
271,
62,
34021,
796,
6070,
7,
9562,
11,
77,
5787,
8,
198,
271,
62,
34021,
58,
34021,
67,
1659,
82,
60,
764,
28,
2081,
198,
271,
62,
5787,
796,
318,
62,
34021,
13,
855,
9562,
198,
67,
1659,
62,
1462,
62,
3605,
62,
67,
1659,
58,
271,
62,
5787,
60,
764,
28,
352,
25,
77,
5787,
62,
3605,
198,
67,
1659,
62,
1462,
62,
3605,
62,
67,
1659,
58,
271,
62,
34021,
60,
764,
28,
13841,
7,
358,
14783,
10,
16,
8,
2599,
12,
16,
37498,
30420,
358,
14783,
10,
77,
34021,
4008,
198,
198,
5787,
12786,
41888,
1238,
11,
1821,
11,
1899,
11,
1795,
11,
3829,
11,
3064,
60,
198,
34021,
12786,
41888,
1270,
11,
940,
11,
1120,
11,
2154,
60,
198,
198,
85,
796,
20650,
5189,
7571,
42670,
7,
67,
1659,
62,
1462,
62,
3605,
62,
67,
1659,
11,
5787,
12786,
11,
34021,
12786,
11,
358,
14783,
8,
198,
31,
9288,
477,
7,
85,
58,
271,
62,
5787,
60,
764,
855,
1479,
12786,
8,
198,
31,
9288,
477,
7,
85,
58,
271,
62,
34021,
60,
764,
855,
5969,
12786,
8,
198,
198,
437,
1303,
8265,
198
] | 2.152597 | 616 |
module FESpacesTests1
using Test
@testset "ConformingFESpaces" begin include("ConformingFESpacesTests.jl") end
@testset "FESpacesInterfaces" begin include("FESpacesInterfacesTests.jl") end
@testset "SingleFieldFESpaces" begin include("SingleFieldFESpacesTests.jl") end
@testset "TrialFESpaces" begin include("TrialFESpacesTests.jl") end
@testset "Assemblers" begin include("AssemblersTests.jl") end
@testset "SparseMatrixAssemblers" begin include("SparseMatrixAssemblersTests.jl") end
@testset "FEOperators" begin include("FEOperatorsTests.jl") end
@testset "AffineFEOperators" begin include("AffineFEOperatorsTests.jl") end
@testset "FEOperatorsFromWeakForm" begin include("FEOperatorsFromWeakFormTests.jl") end
@testset "FESolvers" begin include("FESolversTests.jl") end
@testset "DiscontinuousFESpaces" begin include("DiscontinuousFESpacesTests.jl") end
@testset "DivConformingFESpaces" begin include("DivConformingFESpacesTests.jl") end
@testset "CurlConformingFESpaces" begin include("CurlConformingFESpacesTests.jl") end
end # module
| [
21412,
376,
1546,
43076,
51,
3558,
16,
198,
198,
3500,
6208,
198,
198,
31,
9288,
2617,
366,
3103,
15464,
37,
1546,
43076,
1,
2221,
2291,
7203,
3103,
15464,
37,
1546,
43076,
51,
3558,
13,
20362,
4943,
886,
198,
198,
31,
9288,
2617,
366,
37,
1546,
43076,
9492,
32186,
1,
2221,
2291,
7203,
37,
1546,
43076,
9492,
32186,
51,
3558,
13,
20362,
4943,
886,
198,
198,
31,
9288,
2617,
366,
28008,
15878,
37,
1546,
43076,
1,
2221,
2291,
7203,
28008,
15878,
37,
1546,
43076,
51,
3558,
13,
20362,
4943,
886,
198,
198,
31,
9288,
2617,
366,
51,
4454,
37,
1546,
43076,
1,
2221,
2291,
7203,
51,
4454,
37,
1546,
43076,
51,
3558,
13,
20362,
4943,
886,
198,
198,
31,
9288,
2617,
366,
1722,
4428,
8116,
1,
2221,
2291,
7203,
1722,
4428,
8116,
51,
3558,
13,
20362,
4943,
886,
198,
198,
31,
9288,
2617,
366,
50,
29572,
46912,
1722,
4428,
8116,
1,
2221,
2291,
7203,
50,
29572,
46912,
1722,
4428,
8116,
51,
3558,
13,
20362,
4943,
886,
198,
198,
31,
9288,
2617,
366,
37,
4720,
525,
2024,
1,
2221,
2291,
7203,
37,
4720,
525,
2024,
51,
3558,
13,
20362,
4943,
886,
198,
198,
31,
9288,
2617,
366,
35191,
500,
37,
4720,
525,
2024,
1,
2221,
2291,
7203,
35191,
500,
37,
4720,
525,
2024,
51,
3558,
13,
20362,
4943,
886,
198,
198,
31,
9288,
2617,
366,
37,
4720,
525,
2024,
4863,
44898,
8479,
1,
2221,
2291,
7203,
37,
4720,
525,
2024,
4863,
44898,
8479,
51,
3558,
13,
20362,
4943,
886,
198,
198,
31,
9288,
2617,
366,
37,
1546,
349,
690,
1,
2221,
2291,
7203,
37,
1546,
349,
690,
51,
3558,
13,
20362,
4943,
886,
198,
198,
31,
9288,
2617,
366,
15642,
756,
259,
5623,
37,
1546,
43076,
1,
2221,
2291,
7203,
15642,
756,
259,
5623,
37,
1546,
43076,
51,
3558,
13,
20362,
4943,
886,
198,
198,
31,
9288,
2617,
366,
24095,
3103,
15464,
37,
1546,
43076,
1,
2221,
2291,
7203,
24095,
3103,
15464,
37,
1546,
43076,
51,
3558,
13,
20362,
4943,
886,
198,
198,
31,
9288,
2617,
366,
34,
6371,
3103,
15464,
37,
1546,
43076,
1,
2221,
2291,
7203,
34,
6371,
3103,
15464,
37,
1546,
43076,
51,
3558,
13,
20362,
4943,
886,
198,
198,
437,
1303,
8265,
198
] | 2.890411 | 365 |
@testset "Testing IndexZero" begin
IndexZero = CounterTools.IndexZero
x = CounterTools.IndexZero(0)
@test CounterTools.value(x) == 0
# `Integers` should have 1 subtracted from them.
# `IndexZero`s should just pass through
y = CounterTools.indexzero(1)
z = CounterTools.indexzero(x)
@test CounterTools.value(y) == 0
@test y == z
A = [1,2,3]
B = (1,2,3)
@test A[y] == A[1]
@test B[y] == B[1]
# Iterator interface
@test collect(y) == [y]
end
| [
31,
9288,
2617,
366,
44154,
12901,
28667,
1,
2221,
198,
220,
220,
220,
12901,
28667,
796,
15034,
33637,
13,
15732,
28667,
198,
220,
220,
220,
2124,
796,
15034,
33637,
13,
15732,
28667,
7,
15,
8,
198,
220,
220,
220,
2488,
9288,
15034,
33637,
13,
8367,
7,
87,
8,
6624,
657,
628,
220,
220,
220,
1303,
4600,
34500,
364,
63,
815,
423,
352,
13284,
20216,
422,
606,
13,
198,
220,
220,
220,
1303,
4600,
15732,
28667,
63,
82,
815,
655,
1208,
832,
198,
220,
220,
220,
331,
796,
15034,
33637,
13,
9630,
22570,
7,
16,
8,
198,
220,
220,
220,
1976,
796,
15034,
33637,
13,
9630,
22570,
7,
87,
8,
198,
220,
220,
220,
2488,
9288,
15034,
33637,
13,
8367,
7,
88,
8,
6624,
657,
198,
220,
220,
220,
2488,
9288,
331,
6624,
1976,
628,
220,
220,
220,
317,
796,
685,
16,
11,
17,
11,
18,
60,
198,
220,
220,
220,
347,
796,
357,
16,
11,
17,
11,
18,
8,
198,
220,
220,
220,
2488,
9288,
317,
58,
88,
60,
6624,
317,
58,
16,
60,
198,
220,
220,
220,
2488,
9288,
347,
58,
88,
60,
6624,
347,
58,
16,
60,
628,
220,
220,
220,
1303,
40806,
1352,
7071,
198,
220,
220,
220,
2488,
9288,
2824,
7,
88,
8,
6624,
685,
88,
60,
198,
437,
198
] | 2.345794 | 214 |
abstract type AbstractHydroFormulation <: AbstractDeviceFormulation end
abstract type AbstractHydroDispatchFormulation <: AbstractHydroFormulation end
abstract type AbstractHydroUnitCommitment <: AbstractHydroFormulation end
struct HydroFixed <: AbstractHydroFormulation end
struct HydroDispatchRunOfRiver <: AbstractHydroDispatchFormulation end
struct HydroDispatchSeasonalFlow <: AbstractHydroDispatchFormulation end
struct HydroCommitmentRunOfRiver <: AbstractHydroUnitCommitment end
struct HydroCommitmentSeasonalFlow <: AbstractHydroUnitCommitment end
########################### Hydro generation variables #################################
function activepower_variables!(canonical::Canonical,
devices::IS.FlattenIteratorWrapper{H}) where H<:PSY.HydroGen
add_variable(canonical,
devices,
Symbol("P_$(H)"),
false,
:nodal_balance_active;
lb_value = d -> d.tech.activepowerlimits.min,
ub_value = d -> d.tech.activepowerlimits.max,
init_value = d -> PSY.get_activepower(PSY.get_tech(d)))
return
end
function reactivepower_variables!(canonical::Canonical,
devices::IS.FlattenIteratorWrapper{H}) where H<:PSY.HydroGen
add_variable(canonical,
devices,
Symbol("Q_$(H)"),
false,
:nodal_balance_reactive,
ub_value = d -> d.tech.reactivepowerlimits.max,
lb_value = d -> d.tech.reactivepowerlimits.min,
init_value = d -> d.tech.reactivepower)
return
end
"""
This function add the variables for power generation commitment to the model
"""
function commitment_variables!(canonical::Canonical,
devices::IS.FlattenIteratorWrapper{H}) where {H<:PSY.HydroGen}
time_steps = model_time_steps(canonical)
var_names = [Symbol("ON_$(H)"), Symbol("START_$(H)"), Symbol("STOP_$(H)")]
for v in var_names
add_variable(canonical, devices, v, true)
end
return
end
### Constraints for Thermal Generation without commitment variables ####
"""
This function adds the Commitment Status constraint when there are CommitmentVariables
"""
function commitment_constraints!(canonical::Canonical,
devices::IS.FlattenIteratorWrapper{H},
device_formulation::Type{D},
system_formulation::Type{S}) where {H<:PSY.HydroGen,
D<:AbstractHydroUnitCommitment,
S<:PM.AbstractPowerModel}
key = ICKey(DeviceStatus, H)
if !(key in keys(canonical.initial_conditions))
error("Initial status conditions not provided. This can lead to unwanted results")
end
device_commitment(canonical,
canonical.initial_conditions[key],
Symbol("commitment_$(H)"),
(Symbol("START_$(H)"),
Symbol("STOP_$(H)"),
Symbol("ON_$(H)"))
)
return
end
####################################### Reactive Power Constraints #########################
function reactivepower_constraints!(canonical::Canonical,
devices::IS.FlattenIteratorWrapper{H},
device_formulation::Type{AbstractHydroDispatchFormulation},
system_formulation::Type{<:PM.AbstractPowerModel}) where H<:PSY.HydroGen
range_data = Vector{NamedMinMax}(undef, length(devices))
for (ix, d) in enumerate(devices)
tech = PSY.get_tech(d)
name = PSY.get_name(d)
if isnothing(PSY.get_reactivepowerlimits(tech))
limits = (min = 0.0, max = 0.0)
range_data[ix] = (PSY.get_name(d), limits)
@warn("Reactive Power Limits of $(name) are nothing. Q_$(name) is set to 0.0")
else
range_data[ix] = (name, PSY.get_reactivepowerlimits(tech))
end
end
device_range(canonical,
range_data,
Symbol("reactiverange_$(H)"),
Symbol("Q_$(H)"))
return
end
######################## output constraints without Time Series ############################
function _get_time_series(canonical::Canonical,
devices::IS.FlattenIteratorWrapper{<:PSY.HydroGen})
initial_time = model_initial_time(canonical)
use_forecast_data = model_uses_forecasts(canonical)
parameters = model_has_parameters(canonical)
time_steps = model_time_steps(canonical)
device_total = length(devices)
ts_data_active = Vector{Tuple{String, Int64, Float64, Vector{Float64}}}(undef, device_total)
ts_data_reactive = Vector{Tuple{String, Int64, Float64, Vector{Float64}}}(undef, device_total)
for (ix, device) in enumerate(devices)
bus_number = PSY.get_number(PSY.get_bus(device))
name = PSY.get_name(device)
tech = PSY.get_tech(device)
# pf = sin(acos(PSY.get_powerfactor(PSY.get_tech(device))))
active_power = use_forecast_data ? PSY.get_rating(tech) : PSY.get_activepower(device)
if use_forecast_data
ts_vector = TS.values(PSY.get_data(PSY.get_forecast(PSY.Deterministic,
device,
initial_time,
"rating")))
else
ts_vector = ones(time_steps[end])
end
ts_data_active[ix] = (name, bus_number, active_power, ts_vector)
ts_data_reactive[ix] = ts_data_active[ix] # (name, bus_number, active_power * pf, ts_vector)
end
return ts_data_active, ts_data_reactive
end
function activepower_constraints!(canonical::Canonical,
devices::IS.FlattenIteratorWrapper{H},
device_formulation::Type{<:AbstractHydroDispatchFormulation},
system_formulation::Type{<:PM.AbstractPowerModel}) where H<:PSY.HydroGen
parameters = model_has_parameters(canonical)
use_forecast_data = model_uses_forecasts(canonical)
if !parameters && !use_forecast_data
range_data = [(PSY.get_name(d), (min = 0.0, max = PSY.get_rating(PSY.get_tech(d)))) for d in devices]
device_range(canonical,
range_data,
Symbol("activerange_$(H)"),
Symbol("P_$(H)"))
return
end
ts_data_active, _ = _get_time_series(canonical, devices)
if parameters
device_timeseries_param_ub(canonical,
ts_data_active,
Symbol("activerange_$(H)"),
UpdateRef{H}(:rating),
Symbol("P_$(H)"))
else
device_timeseries_ub(canonical,
ts_data_active,
Symbol("activerange_$(H)"),
Symbol("P_$(H)"))
end
return
end
function activepower_constraints!(canonical::Canonical,
devices::IS.FlattenIteratorWrapper{H},
device_formulation::Type{<:AbstractHydroUnitCommitment},
system_formulation::Type{<:PM.AbstractPowerModel}) where H<:PSY.HydroGen
parameters = model_has_parameters(canonical)
use_forecast_data = model_uses_forecasts(canonical)
if !parameters && !use_forecast_data
range_data = [(PSY.get_name(d), (min = 0.0, max = PSY.get_rating(PSY.get_tech(d)))) for d in devices]
device_semicontinuousrange(canonical,
range_data,
Symbol("activerange_$(H)"),
Symbol("P_$(H)"),
Symbol("ON_$(H)"))
return
end
ts_data_active, _ = _get_time_series(canonical, devices)
if parameters
device_timeseries_ub_bigM(canonical,
ts_data_active,
Symbol("activerange_$(H)"),
Symbol("P_$(H)"),
UpdateRef{H}(:rating),
Symbol("ON_$(H)"))
else
device_timeseries_ub_bin(canonical,
ts_data_active,
Symbol("activerange_$(H)"),
Symbol("P_$(H)"),
Symbol("ON_$(H)"))
end
return
end
########################## Make initial Conditions for a Model #############################
function initial_conditions!(canonical::Canonical,
devices::IS.FlattenIteratorWrapper{H},
device_formulation::Type{<:AbstractHydroUnitCommitment}) where {H<:PSY.HydroGen}
status_init(canonical, devices)
output_init(canonical, devices)
duration_init(canonical, devices)
return
end
function initial_conditions!(canonical::Canonical,
devices::IS.FlattenIteratorWrapper{H},
device_formulation::Type{D}) where {H<:PSY.HydroGen,
D<:AbstractHydroDispatchFormulation}
output_init(canonical, devices)
return
end
########################## Addition of to the nodal balances ###############################
function nodal_expression!(canonical::Canonical,
devices::IS.FlattenIteratorWrapper{H},
system_formulation::Type{<:PM.AbstractPowerModel}) where H<:PSY.HydroGen
parameters = model_has_parameters(canonical)
ts_data_active, ts_data_reactive = _get_time_series(canonical, devices)
if parameters
include_parameters(canonical,
ts_data_active,
UpdateRef{H}(:rating),
:nodal_balance_active)
include_parameters(canonical,
ts_data_reactive,
UpdateRef{H}(:rating),
:nodal_balance_reactive)
return
end
for t in model_time_steps(canonical)
for device_value in ts_data_active
_add_to_expression!(canonical.expressions[:nodal_balance_active],
device_value[2],
t,
device_value[3]*device_value[4][t])
end
for device_value in ts_data_reactive
_add_to_expression!(canonical.expressions[:nodal_balance_reactive],
device_value[2],
t,
device_value[3]*device_value[4][t])
end
end
return
end
function nodal_expression!(canonical::Canonical,
devices::IS.FlattenIteratorWrapper{H},
system_formulation::Type{<:PM.AbstractActivePowerModel}) where H<:PSY.HydroGen
parameters = model_has_parameters(canonical)
ts_data_active, _ = _get_time_series(canonical, devices)
if parameters
include_parameters(canonical,
ts_data_active,
UpdateRef{H}(:rating),
:nodal_balance_active)
return
end
for t in model_time_steps(canonical)
for device_value in ts_data_active
_add_to_expression!(canonical.expressions[:nodal_balance_active],
device_value[2],
t,
device_value[3]*device_value[4][t])
end
end
return
end
##################################### Hydro generation cost ############################
function cost_function(canonical::Canonical,
devices::IS.FlattenIteratorWrapper{PSY.HydroDispatch},
device_formulation::Type{D},
system_formulation::Type{<:PM.AbstractPowerModel}) where D<:AbstractHydroFormulation
add_to_cost(canonical,
devices,
Symbol("P_HydroDispatch"),
:fixed,
-1.0)
return
end
##################################### Water/Energy Budget Constraint ############################
function _get_budget(canonical::Canonical,
devices::IS.FlattenIteratorWrapper{H}) where H<:PSY.HydroGen
initial_time = model_initial_time(canonical)
use_forecast_data = model_uses_forecasts(canonical)
parameters = model_has_parameters(canonical)
time_steps = model_time_steps(canonical)
device_total = length(devices)
budget_data = Vector{Tuple{String, Int64, Float64, Vector{Float64}}}(undef, device_total)
for (ix, device) in enumerate(devices)
bus_number = PSY.get_number(PSY.get_bus(device))
name = PSY.get_name(device)
tech = PSY.get_tech(device)
# This is where you would get the water/energy storage capacity
# which is then multiplied by the forecast value to get you the energy budget
energy_capacity = use_forecast_data ? PSY.get_storagecapacity(device) : PSY.get_activepower(device)
if use_forecast_data
ts_vector = TS.values(PSY.get_data(PSY.get_forecast(PSY.Deterministic,
device,
initial_time,
"storagecapacity")))
else
ts_vector = ones(time_steps[end])
end
budget_data[ix] = (name, bus_number, energy_capacity, ts_vector)
end
return budget_data
end
function budget_constraints!(canonical::Canonical,
devices::IS.FlattenIteratorWrapper{H},
device_formulation::Type{<:AbstractHydroDispatchFormulation},
system_formulation::Type{<:PM.AbstractPowerModel}) where H<:PSY.HydroGen
parameters = model_has_parameters(canonical)
budget_data = _get_budget(canonical, devices)
if parameters
device_budget_param_ub(canonical,
budget_data,
Symbol("budget_$(H)"), # TODO: better name for this constraint
UpdateRef{H}(:storagecapacity),
Symbol("P_$(H)"))
else
device_budget_param_ub(canonical,
budget_data,
Symbol("budget_$(H)"), # TODO: better name for this constraint
Symbol("P_$(H)"))
end
end
function device_budget_param_ub(canonical::Canonical,
budget_data::Vector{Tuple{String, Int64, Float64, Vector{Float64}}},
cons_name::Symbol,
param_reference::UpdateRef,
var_name::Symbol)
time_steps = model_time_steps(canonical)
variable = get_variable(canonical, var_name)
set_name = (r[1] for r in budget_data)
no_of_budgets = length(budget_data[1][4])
time_lengths = time_steps/length(budget_data[1][4])
time_chunks = reshape(time_steps, (time_lengths, no_of_budgets))
constraint = _add_cons_container!(canonical, cons_name, set_name, no_of_budgets)
param = _add_param_container!(canonical, param_reference, names, no_of_budgets)
for data in budget_data, i in 1:no_of_budgets
name = data[1]
forecast = data[4][i]
multiplier = data[3]
param[name] = PJ.add_parameter(canonical.JuMPmodel, forecast)
constraint[name] = JuMP.@constraint(canonical.JuMPmodel,
sum([variable[name, t] for t in time_chunks[:, i]]) <= multiplier*param[name])
end
return
end
function device_budget_ub(canonical::Canonical,
budget_data::Vector{Tuple{String, Int64, Float64, Vector{Float64}}},
cons_name::Symbol,
var_name::Symbol)
time_steps = model_time_steps(canonical)
variable = get_variable(canonical, var_name)
set_name = (r[1] for r in budget_data)
no_of_budgets = length(budget_data[1][4])
time_lengths = time_steps/length(budget_data[1][4])
time_chunks = reshape(time_steps, (time_lengths, no_of_budgets))
constraint = _add_cons_container!(canonical, cons_name, set_name, no_of_budgets)
for data in budget_data, i in 1:no_of_budgets
name = data[1]
forecast = data[4][i]
multiplier = data[3]
constraint[name] = JuMP.@constraint(canonical.JuMPmodel,
sum([variable[name, t] for t in time_chunks[:, i]]) <= multiplier*forecast)
end
return
end
| [
397,
8709,
2099,
27741,
40436,
305,
8479,
1741,
1279,
25,
27741,
24728,
8479,
1741,
886,
198,
198,
397,
8709,
2099,
27741,
40436,
305,
49354,
8479,
1741,
1279,
25,
27741,
40436,
305,
8479,
1741,
886,
198,
198,
397,
8709,
2099,
27741,
40436,
305,
26453,
6935,
270,
434,
1279,
25,
27741,
40436,
305,
8479,
1741,
886,
198,
198,
7249,
32116,
13715,
1279,
25,
27741,
40436,
305,
8479,
1741,
886,
198,
198,
7249,
32116,
49354,
10987,
5189,
42204,
1279,
25,
27741,
40436,
305,
49354,
8479,
1741,
886,
198,
198,
7249,
32116,
49354,
18960,
282,
37535,
1279,
25,
27741,
40436,
305,
49354,
8479,
1741,
886,
198,
198,
7249,
32116,
6935,
270,
434,
10987,
5189,
42204,
1279,
25,
27741,
40436,
305,
26453,
6935,
270,
434,
886,
198,
198,
7249,
32116,
6935,
270,
434,
18960,
282,
37535,
1279,
25,
27741,
40436,
305,
26453,
6935,
270,
434,
886,
198,
198,
14468,
7804,
21017,
32116,
5270,
9633,
1303,
29113,
198,
198,
8818,
4075,
6477,
62,
25641,
2977,
0,
7,
49883,
605,
3712,
6090,
261,
605,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4410,
3712,
1797,
13,
7414,
41769,
37787,
36918,
2848,
90,
39,
30072,
810,
367,
27,
25,
3705,
56,
13,
40436,
305,
13746,
628,
220,
220,
220,
751,
62,
45286,
7,
49883,
605,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4410,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
38357,
7203,
47,
62,
3,
7,
39,
8,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3991,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
77,
375,
282,
62,
20427,
62,
5275,
26,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18360,
62,
8367,
796,
288,
4613,
288,
13,
13670,
13,
5275,
6477,
49196,
13,
1084,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
20967,
62,
8367,
796,
288,
4613,
288,
13,
13670,
13,
5275,
6477,
49196,
13,
9806,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2315,
62,
8367,
796,
288,
4613,
6599,
56,
13,
1136,
62,
5275,
6477,
7,
3705,
56,
13,
1136,
62,
13670,
7,
67,
22305,
628,
220,
220,
220,
1441,
198,
198,
437,
198,
198,
8818,
32242,
6477,
62,
25641,
2977,
0,
7,
49883,
605,
3712,
6090,
261,
605,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4410,
3712,
1797,
13,
7414,
41769,
37787,
36918,
2848,
90,
39,
30072,
810,
367,
27,
25,
3705,
56,
13,
40436,
305,
13746,
628,
220,
220,
220,
751,
62,
45286,
7,
49883,
605,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4410,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
38357,
7203,
48,
62,
3,
7,
39,
8,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3991,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
77,
375,
282,
62,
20427,
62,
260,
5275,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
20967,
62,
8367,
796,
288,
4613,
288,
13,
13670,
13,
260,
5275,
6477,
49196,
13,
9806,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18360,
62,
8367,
796,
288,
4613,
288,
13,
13670,
13,
260,
5275,
6477,
49196,
13,
1084,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2315,
62,
8367,
796,
288,
4613,
288,
13,
13670,
13,
260,
5275,
6477,
8,
628,
220,
220,
220,
1441,
198,
198,
437,
198,
198,
37811,
198,
1212,
2163,
751,
262,
9633,
329,
1176,
5270,
7901,
284,
262,
2746,
198,
37811,
198,
8818,
7901,
62,
25641,
2977,
0,
7,
49883,
605,
3712,
6090,
261,
605,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4410,
3712,
1797,
13,
7414,
41769,
37787,
36918,
2848,
90,
39,
30072,
810,
1391,
39,
27,
25,
3705,
56,
13,
40436,
305,
13746,
92,
628,
220,
220,
220,
640,
62,
20214,
796,
2746,
62,
2435,
62,
20214,
7,
49883,
605,
8,
198,
220,
220,
220,
1401,
62,
14933,
796,
685,
13940,
23650,
7203,
1340,
62,
3,
7,
39,
8,
12340,
38357,
7203,
2257,
7227,
62,
3,
7,
39,
8,
12340,
38357,
7203,
2257,
3185,
62,
3,
7,
39,
8,
4943,
60,
628,
220,
220,
220,
329,
410,
287,
1401,
62,
14933,
198,
220,
220,
220,
220,
220,
220,
220,
751,
62,
45286,
7,
49883,
605,
11,
4410,
11,
410,
11,
2081,
8,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1441,
198,
198,
437,
198,
198,
21017,
1482,
2536,
6003,
329,
41590,
16588,
1231,
7901,
9633,
1303,
21017,
198,
37811,
198,
1212,
2163,
6673,
262,
35910,
434,
12678,
32315,
618,
612,
389,
35910,
434,
23907,
2977,
198,
37811,
198,
8818,
7901,
62,
1102,
2536,
6003,
0,
7,
49883,
605,
3712,
6090,
261,
605,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4410,
3712,
1797,
13,
7414,
41769,
37787,
36918,
2848,
90,
39,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3335,
62,
687,
1741,
3712,
6030,
90,
35,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1080,
62,
687,
1741,
3712,
6030,
90,
50,
30072,
810,
1391,
39,
27,
25,
3705,
56,
13,
40436,
305,
13746,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
360,
27,
25,
23839,
40436,
305,
26453,
6935,
270,
434,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
311,
27,
25,
5868,
13,
23839,
13434,
17633,
92,
628,
220,
220,
220,
1994,
796,
12460,
9218,
7,
24728,
19580,
11,
367,
8,
628,
220,
220,
220,
611,
5145,
7,
2539,
287,
8251,
7,
49883,
605,
13,
36733,
62,
17561,
1756,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
4049,
7203,
24243,
3722,
3403,
407,
2810,
13,
770,
460,
1085,
284,
19125,
2482,
4943,
198,
220,
220,
220,
886,
628,
220,
220,
220,
3335,
62,
41509,
434,
7,
49883,
605,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
40091,
13,
36733,
62,
17561,
1756,
58,
2539,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
38357,
7203,
41509,
434,
62,
3,
7,
39,
8,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
13940,
23650,
7203,
2257,
7227,
62,
3,
7,
39,
8,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
38357,
7203,
2257,
3185,
62,
3,
7,
39,
8,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
38357,
7203,
1340,
62,
3,
7,
39,
16725,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
1441,
198,
198,
437,
198,
198,
29113,
4242,
21017,
797,
5275,
4333,
1482,
2536,
6003,
1303,
14468,
7804,
198,
8818,
32242,
6477,
62,
1102,
2536,
6003,
0,
7,
49883,
605,
3712,
6090,
261,
605,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4410,
3712,
1797,
13,
7414,
41769,
37787,
36918,
2848,
90,
39,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3335,
62,
687,
1741,
3712,
6030,
90,
23839,
40436,
305,
49354,
8479,
1741,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1080,
62,
687,
1741,
3712,
6030,
90,
27,
25,
5868,
13,
23839,
13434,
17633,
30072,
810,
367,
27,
25,
3705,
56,
13,
40436,
305,
13746,
628,
220,
220,
220,
2837,
62,
7890,
796,
20650,
90,
45,
2434,
9452,
11518,
92,
7,
917,
891,
11,
4129,
7,
42034,
4008,
628,
220,
220,
220,
329,
357,
844,
11,
288,
8,
287,
27056,
378,
7,
42034,
8,
198,
220,
220,
220,
220,
220,
220,
220,
7261,
796,
6599,
56,
13,
1136,
62,
13670,
7,
67,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1438,
796,
6599,
56,
13,
1136,
62,
3672,
7,
67,
8,
198,
220,
220,
220,
220,
220,
220,
220,
611,
318,
22366,
7,
3705,
56,
13,
1136,
62,
260,
5275,
6477,
49196,
7,
13670,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7095,
796,
357,
1084,
796,
657,
13,
15,
11,
3509,
796,
657,
13,
15,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2837,
62,
7890,
58,
844,
60,
796,
357,
3705,
56,
13,
1136,
62,
3672,
7,
67,
828,
7095,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2488,
40539,
7203,
3041,
5275,
4333,
44943,
286,
29568,
3672,
8,
389,
2147,
13,
1195,
62,
3,
7,
3672,
8,
318,
900,
284,
657,
13,
15,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2837,
62,
7890,
58,
844,
60,
796,
357,
3672,
11,
6599,
56,
13,
1136,
62,
260,
5275,
6477,
49196,
7,
13670,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
628,
220,
220,
220,
3335,
62,
9521,
7,
49883,
605,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2837,
62,
7890,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
38357,
7203,
45018,
1428,
858,
62,
3,
7,
39,
8,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
38357,
7203,
48,
62,
3,
7,
39,
16725,
4008,
628,
220,
220,
220,
1441,
198,
198,
437,
628,
198,
14468,
7804,
5072,
17778,
1231,
3862,
7171,
1303,
14468,
7804,
21017,
198,
8818,
4808,
1136,
62,
2435,
62,
25076,
7,
49883,
605,
3712,
6090,
261,
605,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4410,
3712,
1797,
13,
7414,
41769,
37787,
36918,
2848,
90,
27,
25,
3705,
56,
13,
40436,
305,
13746,
30072,
628,
220,
220,
220,
4238,
62,
2435,
796,
2746,
62,
36733,
62,
2435,
7,
49883,
605,
8,
198,
220,
220,
220,
779,
62,
754,
2701,
62,
7890,
796,
2746,
62,
2664,
62,
754,
40924,
7,
49883,
605,
8,
198,
220,
220,
220,
10007,
796,
2746,
62,
10134,
62,
17143,
7307,
7,
49883,
605,
8,
198,
220,
220,
220,
640,
62,
20214,
796,
2746,
62,
2435,
62,
20214,
7,
49883,
605,
8,
198,
220,
220,
220,
3335,
62,
23350,
796,
4129,
7,
42034,
8,
198,
220,
220,
220,
40379,
62,
7890,
62,
5275,
796,
20650,
90,
51,
29291,
90,
10100,
11,
2558,
2414,
11,
48436,
2414,
11,
20650,
90,
43879,
2414,
42535,
7,
917,
891,
11,
3335,
62,
23350,
8,
198,
220,
220,
220,
40379,
62,
7890,
62,
260,
5275,
796,
20650,
90,
51,
29291,
90,
10100,
11,
2558,
2414,
11,
48436,
2414,
11,
20650,
90,
43879,
2414,
42535,
7,
917,
891,
11,
3335,
62,
23350,
8,
628,
220,
220,
220,
329,
357,
844,
11,
3335,
8,
287,
27056,
378,
7,
42034,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1323,
62,
17618,
796,
6599,
56,
13,
1136,
62,
17618,
7,
3705,
56,
13,
1136,
62,
10885,
7,
25202,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
1438,
796,
6599,
56,
13,
1136,
62,
3672,
7,
25202,
8,
198,
220,
220,
220,
220,
220,
220,
220,
7261,
796,
6599,
56,
13,
1136,
62,
13670,
7,
25202,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
279,
69,
796,
7813,
7,
330,
418,
7,
3705,
56,
13,
1136,
62,
6477,
31412,
7,
3705,
56,
13,
1136,
62,
13670,
7,
25202,
35514,
198,
220,
220,
220,
220,
220,
220,
220,
4075,
62,
6477,
796,
779,
62,
754,
2701,
62,
7890,
5633,
6599,
56,
13,
1136,
62,
8821,
7,
13670,
8,
1058,
6599,
56,
13,
1136,
62,
5275,
6477,
7,
25202,
8,
198,
220,
220,
220,
220,
220,
220,
220,
611,
779,
62,
754,
2701,
62,
7890,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
40379,
62,
31364,
796,
26136,
13,
27160,
7,
3705,
56,
13,
1136,
62,
7890,
7,
3705,
56,
13,
1136,
62,
754,
2701,
7,
3705,
56,
13,
35,
2357,
49228,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3335,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4238,
62,
2435,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
8821,
1,
22305,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
40379,
62,
31364,
796,
3392,
7,
2435,
62,
20214,
58,
437,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
40379,
62,
7890,
62,
5275,
58,
844,
60,
796,
357,
3672,
11,
1323,
62,
17618,
11,
4075,
62,
6477,
11,
40379,
62,
31364,
8,
198,
220,
220,
220,
220,
220,
220,
220,
40379,
62,
7890,
62,
260,
5275,
58,
844,
60,
796,
40379,
62,
7890,
62,
5275,
58,
844,
60,
1303,
357,
3672,
11,
1323,
62,
17618,
11,
4075,
62,
6477,
1635,
279,
69,
11,
40379,
62,
31364,
8,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1441,
40379,
62,
7890,
62,
5275,
11,
40379,
62,
7890,
62,
260,
5275,
198,
198,
437,
628,
198,
8818,
4075,
6477,
62,
1102,
2536,
6003,
0,
7,
49883,
605,
3712,
6090,
261,
605,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4410,
3712,
1797,
13,
7414,
41769,
37787,
36918,
2848,
90,
39,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3335,
62,
687,
1741,
3712,
6030,
90,
27,
25,
23839,
40436,
305,
49354,
8479,
1741,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1080,
62,
687,
1741,
3712,
6030,
90,
27,
25,
5868,
13,
23839,
13434,
17633,
30072,
810,
367,
27,
25,
3705,
56,
13,
40436,
305,
13746,
628,
220,
220,
220,
10007,
796,
2746,
62,
10134,
62,
17143,
7307,
7,
49883,
605,
8,
198,
220,
220,
220,
779,
62,
754,
2701,
62,
7890,
796,
2746,
62,
2664,
62,
754,
40924,
7,
49883,
605,
8,
628,
220,
220,
220,
611,
5145,
17143,
7307,
11405,
5145,
1904,
62,
754,
2701,
62,
7890,
198,
220,
220,
220,
220,
220,
220,
220,
2837,
62,
7890,
796,
47527,
3705,
56,
13,
1136,
62,
3672,
7,
67,
828,
357,
1084,
796,
657,
13,
15,
11,
3509,
796,
6599,
56,
13,
1136,
62,
8821,
7,
3705,
56,
13,
1136,
62,
13670,
7,
67,
35514,
329,
288,
287,
4410,
60,
198,
220,
220,
220,
220,
220,
220,
220,
3335,
62,
9521,
7,
49883,
605,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2837,
62,
7890,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
38357,
7203,
529,
1428,
858,
62,
3,
7,
39,
8,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
38357,
7203,
47,
62,
3,
7,
39,
16725,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
198,
220,
220,
220,
886,
628,
220,
220,
220,
40379,
62,
7890,
62,
5275,
11,
4808,
796,
4808,
1136,
62,
2435,
62,
25076,
7,
49883,
605,
11,
4410,
8,
198,
220,
220,
220,
611,
10007,
198,
220,
220,
220,
220,
220,
220,
220,
3335,
62,
22355,
10640,
62,
17143,
62,
549,
7,
49883,
605,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
40379,
62,
7890,
62,
5275,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
38357,
7203,
529,
1428,
858,
62,
3,
7,
39,
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,
10133,
8134,
90,
39,
92,
7,
25,
8821,
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,
38357,
7203,
47,
62,
3,
7,
39,
16725,
4008,
198,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
3335,
62,
22355,
10640,
62,
549,
7,
49883,
605,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
40379,
62,
7890,
62,
5275,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
38357,
7203,
529,
1428,
858,
62,
3,
7,
39,
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,
38357,
7203,
47,
62,
3,
7,
39,
16725,
4008,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1441,
198,
198,
437,
198,
198,
8818,
4075,
6477,
62,
1102,
2536,
6003,
0,
7,
49883,
605,
3712,
6090,
261,
605,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4410,
3712,
1797,
13,
7414,
41769,
37787,
36918,
2848,
90,
39,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3335,
62,
687,
1741,
3712,
6030,
90,
27,
25,
23839,
40436,
305,
26453,
6935,
270,
434,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1080,
62,
687,
1741,
3712,
6030,
90,
27,
25,
5868,
13,
23839,
13434,
17633,
30072,
810,
367,
27,
25,
3705,
56,
13,
40436,
305,
13746,
628,
220,
220,
220,
10007,
796,
2746,
62,
10134,
62,
17143,
7307,
7,
49883,
605,
8,
198,
220,
220,
220,
779,
62,
754,
2701,
62,
7890,
796,
2746,
62,
2664,
62,
754,
40924,
7,
49883,
605,
8,
628,
220,
220,
220,
611,
5145,
17143,
7307,
11405,
5145,
1904,
62,
754,
2701,
62,
7890,
198,
220,
220,
220,
220,
220,
220,
220,
2837,
62,
7890,
796,
47527,
3705,
56,
13,
1136,
62,
3672,
7,
67,
828,
357,
1084,
796,
657,
13,
15,
11,
3509,
796,
6599,
56,
13,
1136,
62,
8821,
7,
3705,
56,
13,
1136,
62,
13670,
7,
67,
35514,
329,
288,
287,
4410,
60,
198,
220,
220,
220,
220,
220,
220,
220,
3335,
62,
325,
9383,
756,
259,
5623,
9521,
7,
49883,
605,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2837,
62,
7890,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
38357,
7203,
529,
1428,
858,
62,
3,
7,
39,
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,
220,
220,
220,
220,
220,
220,
220,
220,
38357,
7203,
47,
62,
3,
7,
39,
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,
220,
220,
220,
220,
220,
220,
220,
220,
38357,
7203,
1340,
62,
3,
7,
39,
16725,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
198,
220,
220,
220,
886,
628,
220,
220,
220,
40379,
62,
7890,
62,
5275,
11,
4808,
796,
4808,
1136,
62,
2435,
62,
25076,
7,
49883,
605,
11,
4410,
8,
198,
220,
220,
220,
611,
10007,
198,
220,
220,
220,
220,
220,
220,
220,
3335,
62,
22355,
10640,
62,
549,
62,
14261,
44,
7,
49883,
605,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
40379,
62,
7890,
62,
5275,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
38357,
7203,
529,
1428,
858,
62,
3,
7,
39,
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,
38357,
7203,
47,
62,
3,
7,
39,
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,
10133,
8134,
90,
39,
92,
7,
25,
8821,
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,
38357,
7203,
1340,
62,
3,
7,
39,
16725,
4008,
198,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
3335,
62,
22355,
10640,
62,
549,
62,
8800,
7,
49883,
605,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
40379,
62,
7890,
62,
5275,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
38357,
7203,
529,
1428,
858,
62,
3,
7,
39,
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,
38357,
7203,
47,
62,
3,
7,
39,
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,
38357,
7203,
1340,
62,
3,
7,
39,
16725,
4008,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1441,
198,
198,
437,
198,
198,
14468,
7804,
2235,
6889,
4238,
27617,
329,
257,
9104,
1303,
14468,
7804,
4242,
198,
8818,
4238,
62,
17561,
1756,
0,
7,
49883,
605,
3712,
6090,
261,
605,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4410,
3712,
1797,
13,
7414,
41769,
37787,
36918,
2848,
90,
39,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3335,
62,
687,
1741,
3712,
6030,
90,
27,
25,
23839,
40436,
305,
26453,
6935,
270,
434,
30072,
810,
1391,
39,
27,
25,
3705,
56,
13,
40436,
305,
13746,
92,
628,
220,
220,
220,
3722,
62,
15003,
7,
49883,
605,
11,
4410,
8,
198,
220,
220,
220,
5072,
62,
15003,
7,
49883,
605,
11,
4410,
8,
198,
220,
220,
220,
9478,
62,
15003,
7,
49883,
605,
11,
4410,
8,
628,
220,
220,
220,
1441,
198,
198,
437,
628,
198,
8818,
4238,
62,
17561,
1756,
0,
7,
49883,
605,
3712,
6090,
261,
605,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4410,
3712,
1797,
13,
7414,
41769,
37787,
36918,
2848,
90,
39,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3335,
62,
687,
1741,
3712,
6030,
90,
35,
30072,
810,
1391,
39,
27,
25,
3705,
56,
13,
40436,
305,
13746,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
360,
27,
25,
23839,
40436,
305,
49354,
8479,
1741,
92,
628,
220,
220,
220,
5072,
62,
15003,
7,
49883,
605,
11,
4410,
8,
628,
220,
220,
220,
1441,
198,
198,
437,
628,
198,
14468,
7804,
2235,
3060,
653,
286,
284,
262,
18666,
282,
25223,
1303,
14468,
7804,
4242,
2235,
198,
8818,
18666,
282,
62,
38011,
0,
7,
49883,
605,
3712,
6090,
261,
605,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4410,
3712,
1797,
13,
7414,
41769,
37787,
36918,
2848,
90,
39,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1080,
62,
687,
1741,
3712,
6030,
90,
27,
25,
5868,
13,
23839,
13434,
17633,
30072,
810,
367,
27,
25,
3705,
56,
13,
40436,
305,
13746,
628,
220,
220,
220,
10007,
796,
2746,
62,
10134,
62,
17143,
7307,
7,
49883,
605,
8,
198,
220,
220,
220,
40379,
62,
7890,
62,
5275,
11,
40379,
62,
7890,
62,
260,
5275,
796,
4808,
1136,
62,
2435,
62,
25076,
7,
49883,
605,
11,
4410,
8,
628,
220,
220,
220,
611,
10007,
198,
220,
220,
220,
220,
220,
220,
220,
2291,
62,
17143,
7307,
7,
49883,
605,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
40379,
62,
7890,
62,
5275,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10133,
8134,
90,
39,
92,
7,
25,
8821,
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,
1058,
77,
375,
282,
62,
20427,
62,
5275,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2291,
62,
17143,
7307,
7,
49883,
605,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
40379,
62,
7890,
62,
260,
5275,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10133,
8134,
90,
39,
92,
7,
25,
8821,
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,
1058,
77,
375,
282,
62,
20427,
62,
260,
5275,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
198,
220,
220,
220,
886,
628,
220,
220,
220,
329,
256,
287,
2746,
62,
2435,
62,
20214,
7,
49883,
605,
8,
198,
220,
220,
220,
220,
220,
220,
220,
329,
3335,
62,
8367,
287,
40379,
62,
7890,
62,
5275,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4808,
2860,
62,
1462,
62,
38011,
0,
7,
49883,
605,
13,
42712,
507,
58,
25,
77,
375,
282,
62,
20427,
62,
5275,
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,
3335,
62,
8367,
58,
17,
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,
256,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3335,
62,
8367,
58,
18,
60,
9,
25202,
62,
8367,
58,
19,
7131,
83,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
329,
3335,
62,
8367,
287,
40379,
62,
7890,
62,
260,
5275,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4808,
2860,
62,
1462,
62,
38011,
0,
7,
49883,
605,
13,
42712,
507,
58,
25,
77,
375,
282,
62,
20427,
62,
260,
5275,
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,
3335,
62,
8367,
58,
17,
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,
256,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3335,
62,
8367,
58,
18,
60,
9,
25202,
62,
8367,
58,
19,
7131,
83,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1441,
198,
198,
437,
198,
198,
8818,
18666,
282,
62,
38011,
0,
7,
49883,
605,
3712,
6090,
261,
605,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4410,
3712,
1797,
13,
7414,
41769,
37787,
36918,
2848,
90,
39,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1080,
62,
687,
1741,
3712,
6030,
90,
27,
25,
5868,
13,
23839,
13739,
13434,
17633,
30072,
810,
367,
27,
25,
3705,
56,
13,
40436,
305,
13746,
628,
220,
220,
220,
10007,
796,
2746,
62,
10134,
62,
17143,
7307,
7,
49883,
605,
8,
198,
220,
220,
220,
40379,
62,
7890,
62,
5275,
11,
4808,
220,
796,
4808,
1136,
62,
2435,
62,
25076,
7,
49883,
605,
11,
4410,
8,
628,
220,
220,
220,
611,
10007,
198,
220,
220,
220,
220,
220,
220,
220,
2291,
62,
17143,
7307,
7,
49883,
605,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
40379,
62,
7890,
62,
5275,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10133,
8134,
90,
39,
92,
7,
25,
8821,
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,
1058,
77,
375,
282,
62,
20427,
62,
5275,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
198,
220,
220,
220,
886,
628,
220,
220,
220,
329,
256,
287,
2746,
62,
2435,
62,
20214,
7,
49883,
605,
8,
198,
220,
220,
220,
220,
220,
220,
220,
329,
3335,
62,
8367,
287,
40379,
62,
7890,
62,
5275,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4808,
2860,
62,
1462,
62,
38011,
0,
7,
49883,
605,
13,
42712,
507,
58,
25,
77,
375,
282,
62,
20427,
62,
5275,
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,
3335,
62,
8367,
58,
17,
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,
256,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3335,
62,
8367,
58,
18,
60,
9,
25202,
62,
8367,
58,
19,
7131,
83,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1441,
198,
198,
437,
198,
198,
29113,
4242,
2,
32116,
5270,
1575,
1303,
14468,
7804,
21017,
198,
8818,
1575,
62,
8818,
7,
49883,
605,
3712,
6090,
261,
605,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4410,
3712,
1797,
13,
7414,
41769,
37787,
36918,
2848,
90,
3705,
56,
13,
40436,
305,
49354,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3335,
62,
687,
1741,
3712,
6030,
90,
35,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1080,
62,
687,
1741,
3712,
6030,
90,
27,
25,
5868,
13,
23839,
13434,
17633,
30072,
810,
360,
27,
25,
23839,
40436,
305,
8479,
1741,
628,
220,
220,
220,
751,
62,
1462,
62,
15805,
7,
49883,
605,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4410,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
38357,
7203,
47,
62,
40436,
305,
49354,
12340,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
34021,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
532,
16,
13,
15,
8,
628,
220,
220,
220,
1441,
198,
198,
437,
198,
198,
29113,
4242,
2,
5638,
14,
28925,
15401,
1482,
2536,
2913,
1303,
14468,
7804,
21017,
198,
8818,
4808,
1136,
62,
37315,
7,
49883,
605,
3712,
6090,
261,
605,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4410,
3712,
1797,
13,
7414,
41769,
37787,
36918,
2848,
90,
39,
30072,
810,
367,
27,
25,
3705,
56,
13,
40436,
305,
13746,
198,
220,
220,
220,
220,
198,
220,
220,
220,
4238,
62,
2435,
796,
2746,
62,
36733,
62,
2435,
7,
49883,
605,
8,
198,
220,
220,
220,
779,
62,
754,
2701,
62,
7890,
796,
2746,
62,
2664,
62,
754,
40924,
7,
49883,
605,
8,
198,
220,
220,
220,
10007,
796,
2746,
62,
10134,
62,
17143,
7307,
7,
49883,
605,
8,
198,
220,
220,
220,
640,
62,
20214,
796,
2746,
62,
2435,
62,
20214,
7,
49883,
605,
8,
198,
220,
220,
220,
3335,
62,
23350,
796,
4129,
7,
42034,
8,
198,
220,
220,
220,
4466,
62,
7890,
796,
20650,
90,
51,
29291,
90,
10100,
11,
2558,
2414,
11,
48436,
2414,
11,
20650,
90,
43879,
2414,
42535,
7,
917,
891,
11,
3335,
62,
23350,
8,
628,
220,
220,
220,
329,
357,
844,
11,
3335,
8,
287,
27056,
378,
7,
42034,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1323,
62,
17618,
796,
6599,
56,
13,
1136,
62,
17618,
7,
3705,
56,
13,
1136,
62,
10885,
7,
25202,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
1438,
796,
6599,
56,
13,
1136,
62,
3672,
7,
25202,
8,
198,
220,
220,
220,
220,
220,
220,
220,
7261,
796,
6599,
56,
13,
1136,
62,
13670,
7,
25202,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
770,
318,
810,
345,
561,
651,
262,
1660,
14,
22554,
6143,
5339,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
543,
318,
788,
33096,
416,
262,
11092,
1988,
284,
651,
345,
262,
2568,
4466,
198,
220,
220,
220,
220,
220,
220,
220,
2568,
62,
42404,
796,
779,
62,
754,
2701,
62,
7890,
5633,
6599,
56,
13,
1136,
62,
35350,
42404,
7,
25202,
8,
1058,
6599,
56,
13,
1136,
62,
5275,
6477,
7,
25202,
8,
198,
220,
220,
220,
220,
220,
220,
220,
611,
779,
62,
754,
2701,
62,
7890,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
40379,
62,
31364,
796,
26136,
13,
27160,
7,
3705,
56,
13,
1136,
62,
7890,
7,
3705,
56,
13,
1136,
62,
754,
2701,
7,
3705,
56,
13,
35,
2357,
49228,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3335,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4238,
62,
2435,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
35350,
42404,
1,
22305,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
40379,
62,
31364,
796,
3392,
7,
2435,
62,
20214,
58,
437,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
4466,
62,
7890,
58,
844,
60,
796,
357,
3672,
11,
1323,
62,
17618,
11,
2568,
62,
42404,
11,
40379,
62,
31364,
8,
198,
220,
220,
220,
886,
198,
220,
220,
220,
1441,
4466,
62,
7890,
198,
437,
198,
198,
8818,
4466,
62,
1102,
2536,
6003,
0,
7,
49883,
605,
3712,
6090,
261,
605,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4410,
3712,
1797,
13,
7414,
41769,
37787,
36918,
2848,
90,
39,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3335,
62,
687,
1741,
3712,
6030,
90,
27,
25,
23839,
40436,
305,
49354,
8479,
1741,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1080,
62,
687,
1741,
3712,
6030,
90,
27,
25,
5868,
13,
23839,
13434,
17633,
30072,
810,
367,
27,
25,
3705,
56,
13,
40436,
305,
13746,
628,
220,
220,
220,
10007,
796,
2746,
62,
10134,
62,
17143,
7307,
7,
49883,
605,
8,
198,
220,
220,
220,
4466,
62,
7890,
220,
796,
4808,
1136,
62,
37315,
7,
49883,
605,
11,
4410,
8,
198,
220,
220,
220,
611,
10007,
198,
220,
220,
220,
220,
220,
220,
220,
3335,
62,
37315,
62,
17143,
62,
549,
7,
49883,
605,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4466,
62,
7890,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
38357,
7203,
37315,
62,
3,
7,
39,
8,
12340,
1303,
16926,
46,
25,
1365,
1438,
329,
428,
32315,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10133,
8134,
90,
39,
92,
7,
25,
35350,
42404,
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,
38357,
7203,
47,
62,
3,
7,
39,
16725,
4008,
198,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
3335,
62,
37315,
62,
17143,
62,
549,
7,
49883,
605,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4466,
62,
7890,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
38357,
7203,
37315,
62,
3,
7,
39,
8,
12340,
1303,
16926,
46,
25,
1365,
1438,
329,
428,
32315,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
38357,
7203,
47,
62,
3,
7,
39,
16725,
4008,
198,
220,
220,
220,
886,
198,
437,
198,
198,
8818,
3335,
62,
37315,
62,
17143,
62,
549,
7,
49883,
605,
3712,
6090,
261,
605,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4466,
62,
7890,
3712,
38469,
90,
51,
29291,
90,
10100,
11,
2558,
2414,
11,
48436,
2414,
11,
20650,
90,
43879,
2414,
11709,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
762,
62,
3672,
3712,
13940,
23650,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5772,
62,
35790,
3712,
10260,
8134,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1401,
62,
3672,
3712,
13940,
23650,
8,
628,
220,
220,
220,
640,
62,
20214,
796,
2746,
62,
2435,
62,
20214,
7,
49883,
605,
8,
198,
220,
220,
220,
7885,
796,
651,
62,
45286,
7,
49883,
605,
11,
1401,
62,
3672,
8,
198,
220,
220,
220,
900,
62,
3672,
796,
357,
81,
58,
16,
60,
329,
374,
287,
4466,
62,
7890,
8,
198,
220,
220,
220,
645,
62,
1659,
62,
65,
463,
11407,
796,
4129,
7,
37315,
62,
7890,
58,
16,
7131,
19,
12962,
198,
220,
220,
220,
640,
62,
13664,
82,
796,
640,
62,
20214,
14,
13664,
7,
37315,
62,
7890,
58,
16,
7131,
19,
12962,
198,
220,
220,
220,
640,
62,
354,
14125,
796,
27179,
1758,
7,
2435,
62,
20214,
11,
357,
2435,
62,
13664,
82,
11,
645,
62,
1659,
62,
65,
463,
11407,
4008,
198,
220,
220,
220,
32315,
796,
4808,
2860,
62,
5936,
62,
34924,
0,
7,
49883,
605,
11,
762,
62,
3672,
11,
900,
62,
3672,
11,
645,
62,
1659,
62,
65,
463,
11407,
8,
220,
198,
220,
220,
220,
5772,
796,
4808,
2860,
62,
17143,
62,
34924,
0,
7,
49883,
605,
11,
5772,
62,
35790,
11,
3891,
11,
645,
62,
1659,
62,
65,
463,
11407,
8,
628,
220,
220,
220,
329,
1366,
287,
4466,
62,
7890,
11,
1312,
287,
352,
25,
3919,
62,
1659,
62,
65,
463,
11407,
198,
220,
220,
220,
220,
220,
220,
220,
1438,
796,
1366,
58,
16,
60,
198,
220,
220,
220,
220,
220,
220,
220,
11092,
796,
1366,
58,
19,
7131,
72,
60,
198,
220,
220,
220,
220,
220,
220,
220,
33090,
796,
1366,
58,
18,
60,
198,
220,
220,
220,
220,
220,
220,
220,
5772,
58,
3672,
60,
796,
44941,
13,
2860,
62,
17143,
2357,
7,
49883,
605,
13,
33018,
7378,
19849,
11,
11092,
8,
198,
220,
220,
220,
220,
220,
220,
220,
32315,
58,
3672,
60,
796,
12585,
7378,
13,
31,
1102,
2536,
2913,
7,
49883,
605,
13,
33018,
7378,
19849,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2160,
26933,
45286,
58,
3672,
11,
256,
60,
329,
256,
287,
640,
62,
354,
14125,
58,
45299,
1312,
11907,
8,
19841,
33090,
9,
17143,
58,
3672,
12962,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1441,
198,
198,
437,
628,
198,
8818,
3335,
62,
37315,
62,
549,
7,
49883,
605,
3712,
6090,
261,
605,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4466,
62,
7890,
3712,
38469,
90,
51,
29291,
90,
10100,
11,
2558,
2414,
11,
48436,
2414,
11,
20650,
90,
43879,
2414,
11709,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
762,
62,
3672,
3712,
13940,
23650,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1401,
62,
3672,
3712,
13940,
23650,
8,
628,
220,
220,
220,
640,
62,
20214,
796,
2746,
62,
2435,
62,
20214,
7,
49883,
605,
8,
198,
220,
220,
220,
7885,
796,
651,
62,
45286,
7,
49883,
605,
11,
1401,
62,
3672,
8,
198,
220,
220,
220,
900,
62,
3672,
796,
357,
81,
58,
16,
60,
329,
374,
287,
4466,
62,
7890,
8,
198,
220,
220,
220,
645,
62,
1659,
62,
65,
463,
11407,
796,
4129,
7,
37315,
62,
7890,
58,
16,
7131,
19,
12962,
198,
220,
220,
220,
640,
62,
13664,
82,
796,
640,
62,
20214,
14,
13664,
7,
37315,
62,
7890,
58,
16,
7131,
19,
12962,
198,
220,
220,
220,
640,
62,
354,
14125,
796,
27179,
1758,
7,
2435,
62,
20214,
11,
357,
2435,
62,
13664,
82,
11,
645,
62,
1659,
62,
65,
463,
11407,
4008,
198,
220,
220,
220,
32315,
796,
4808,
2860,
62,
5936,
62,
34924,
0,
7,
49883,
605,
11,
762,
62,
3672,
11,
900,
62,
3672,
11,
645,
62,
1659,
62,
65,
463,
11407,
8,
220,
628,
220,
220,
220,
329,
1366,
287,
4466,
62,
7890,
11,
1312,
287,
352,
25,
3919,
62,
1659,
62,
65,
463,
11407,
198,
220,
220,
220,
220,
220,
220,
220,
1438,
796,
1366,
58,
16,
60,
198,
220,
220,
220,
220,
220,
220,
220,
11092,
796,
1366,
58,
19,
7131,
72,
60,
198,
220,
220,
220,
220,
220,
220,
220,
33090,
796,
1366,
58,
18,
60,
198,
220,
220,
220,
220,
220,
220,
220,
32315,
58,
3672,
60,
796,
12585,
7378,
13,
31,
1102,
2536,
2913,
7,
49883,
605,
13,
33018,
7378,
19849,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2160,
26933,
45286,
58,
3672,
11,
256,
60,
329,
256,
287,
640,
62,
354,
14125,
58,
45299,
1312,
11907,
8,
19841,
33090,
9,
754,
2701,
8,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1441,
198,
198,
437,
198
] | 1.990093 | 8,580 |
module Histogram
# simple histogram functions copied from Julia v0.4.7 to avoid having to
# pull in all of Statistics.jl
export hist, hist!
function histrange(v::AbstractArray{T}, n::Integer) where {T<:AbstractFloat}
nv = length(v)
if nv == 0 && n < 0
throw(ArgumentError("number of bins must be ≥ 0 for an empty array, got $n"))
elseif nv > 0 && n < 1
throw(ArgumentError("number of bins must be ≥ 1 for a non-empty array, got $n"))
end
if nv == 0
return 0.0:1.0:0.0
end
lo, hi = extrema(v)
if hi == lo
step = 1.0
else
bw = (hi - lo) / n
e = 10.0^floor(log10(bw))
r = bw / e
if r <= 2
step = 2*e
elseif r <= 5
step = 5*e
else
step = 10*e
end
end
start = step*(ceil(lo/step)-1)
nm1 = ceil(Int,(hi - start)/step)
return start:step:(start + nm1*step)
end
function histrange(v::AbstractArray{T}, n::Integer) where {T<:Integer}
nv = length(v)
if nv == 0 && n < 0
throw(ArgumentError("number of bins must be ≥ 0 for an empty array, got $n"))
elseif nv > 0 && n < 1
throw(ArgumentError("number of bins must be ≥ 1 for a non-empty array, got $n"))
end
if nv == 0
return 0:1:0
end
if n <= 0
throw(ArgumentError("number of bins n = $n must be positive"))
end
lo, hi = extrema(v)
if hi == lo
step = 1
else
bw = (hi - lo) / n
e = 10^max(0,floor(Int,log10(bw)))
r = bw / e
if r <= 1
step = e
elseif r <= 2
step = 2*e
elseif r <= 5
step = 5*e
else
step = 10*e
end
end
start = step*(ceil(lo/step)-1)
nm1 = ceil(Int,(hi - start)/step)
return start:step:(start + nm1*step)
end
# Sturges' formula
function sturges(n::Integer)
n==0 && return one(n)
return ceil(Int, log2(n)) + 1
end
function hist!(h::AbstractArray{HT}, v::AbstractVector, edg::AbstractVector) where HT
n = length(edg) - 1
length(h) == n || throw(DimensionMismatch("length(histogram) must equal length(edges) - 1"))
fill!(h, zero(HT))
for x in v
i = searchsortedfirst(edg, x)-1
if 1 <= i <= n
h[i] += 1
end
end
return edg, h
end
hist(v::AbstractVector, edg::AbstractVector) = hist!(Array{Int}(undef, length(edg)-1), v, edg)
hist(v::AbstractVector, n::Integer) = hist(v,histrange(v,n))
hist(v::AbstractVector) = hist(v,sturges(length(v)))
end
| [
21412,
5590,
21857,
198,
198,
2,
2829,
1554,
21857,
5499,
18984,
422,
22300,
410,
15,
13,
19,
13,
22,
284,
3368,
1719,
284,
198,
2,
2834,
287,
477,
286,
14370,
13,
20362,
198,
198,
39344,
1554,
11,
1554,
0,
198,
198,
8818,
1554,
9521,
7,
85,
3712,
23839,
19182,
90,
51,
5512,
299,
3712,
46541,
8,
810,
1391,
51,
27,
25,
23839,
43879,
92,
198,
220,
220,
220,
299,
85,
796,
4129,
7,
85,
8,
198,
220,
220,
220,
611,
299,
85,
6624,
657,
11405,
299,
1279,
657,
198,
220,
220,
220,
220,
220,
220,
220,
3714,
7,
28100,
1713,
12331,
7203,
17618,
286,
41701,
1276,
307,
26870,
657,
329,
281,
6565,
7177,
11,
1392,
720,
77,
48774,
198,
220,
220,
220,
2073,
361,
299,
85,
1875,
657,
11405,
299,
1279,
352,
198,
220,
220,
220,
220,
220,
220,
220,
3714,
7,
28100,
1713,
12331,
7203,
17618,
286,
41701,
1276,
307,
26870,
352,
329,
257,
1729,
12,
28920,
7177,
11,
1392,
720,
77,
48774,
198,
220,
220,
220,
886,
198,
220,
220,
220,
611,
299,
85,
6624,
657,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
657,
13,
15,
25,
16,
13,
15,
25,
15,
13,
15,
198,
220,
220,
220,
886,
198,
220,
220,
220,
2376,
11,
23105,
796,
1070,
260,
2611,
7,
85,
8,
198,
220,
220,
220,
611,
23105,
6624,
2376,
198,
220,
220,
220,
220,
220,
220,
220,
2239,
796,
352,
13,
15,
198,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
275,
86,
796,
357,
5303,
532,
2376,
8,
1220,
299,
198,
220,
220,
220,
220,
220,
220,
220,
304,
796,
838,
13,
15,
61,
28300,
7,
6404,
940,
7,
65,
86,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
374,
796,
275,
86,
1220,
304,
198,
220,
220,
220,
220,
220,
220,
220,
611,
374,
19841,
362,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2239,
796,
362,
9,
68,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
361,
374,
19841,
642,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2239,
796,
642,
9,
68,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2239,
796,
838,
9,
68,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
220,
220,
220,
923,
796,
2239,
9,
7,
344,
346,
7,
5439,
14,
9662,
13219,
16,
8,
198,
220,
220,
220,
28642,
16,
796,
2906,
346,
7,
5317,
11,
7,
5303,
532,
923,
20679,
9662,
8,
198,
220,
220,
220,
1441,
923,
25,
9662,
37498,
9688,
1343,
28642,
16,
9,
9662,
8,
198,
437,
198,
198,
8818,
1554,
9521,
7,
85,
3712,
23839,
19182,
90,
51,
5512,
299,
3712,
46541,
8,
810,
1391,
51,
27,
25,
46541,
92,
198,
220,
220,
220,
299,
85,
796,
4129,
7,
85,
8,
198,
220,
220,
220,
611,
299,
85,
6624,
657,
11405,
299,
1279,
657,
198,
220,
220,
220,
220,
220,
220,
220,
3714,
7,
28100,
1713,
12331,
7203,
17618,
286,
41701,
1276,
307,
26870,
657,
329,
281,
6565,
7177,
11,
1392,
720,
77,
48774,
198,
220,
220,
220,
2073,
361,
299,
85,
1875,
657,
11405,
299,
1279,
352,
198,
220,
220,
220,
220,
220,
220,
220,
3714,
7,
28100,
1713,
12331,
7203,
17618,
286,
41701,
1276,
307,
26870,
352,
329,
257,
1729,
12,
28920,
7177,
11,
1392,
720,
77,
48774,
198,
220,
220,
220,
886,
198,
220,
220,
220,
611,
299,
85,
6624,
657,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
657,
25,
16,
25,
15,
198,
220,
220,
220,
886,
198,
220,
220,
220,
611,
299,
19841,
657,
198,
220,
220,
220,
220,
220,
220,
220,
3714,
7,
28100,
1713,
12331,
7203,
17618,
286,
41701,
299,
796,
720,
77,
1276,
307,
3967,
48774,
198,
220,
220,
220,
886,
198,
220,
220,
220,
2376,
11,
23105,
796,
1070,
260,
2611,
7,
85,
8,
198,
220,
220,
220,
611,
23105,
6624,
2376,
198,
220,
220,
220,
220,
220,
220,
220,
2239,
796,
352,
198,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
275,
86,
796,
357,
5303,
532,
2376,
8,
1220,
299,
198,
220,
220,
220,
220,
220,
220,
220,
304,
796,
838,
61,
9806,
7,
15,
11,
28300,
7,
5317,
11,
6404,
940,
7,
65,
86,
22305,
198,
220,
220,
220,
220,
220,
220,
220,
374,
796,
275,
86,
1220,
304,
198,
220,
220,
220,
220,
220,
220,
220,
611,
374,
19841,
352,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2239,
796,
304,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
361,
374,
19841,
362,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2239,
796,
362,
9,
68,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
361,
374,
19841,
642,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2239,
796,
642,
9,
68,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2239,
796,
838,
9,
68,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
220,
220,
220,
923,
796,
2239,
9,
7,
344,
346,
7,
5439,
14,
9662,
13219,
16,
8,
198,
220,
220,
220,
28642,
16,
796,
2906,
346,
7,
5317,
11,
7,
5303,
532,
923,
20679,
9662,
8,
198,
220,
220,
220,
1441,
923,
25,
9662,
37498,
9688,
1343,
28642,
16,
9,
9662,
8,
198,
437,
198,
198,
2,
26783,
3212,
6,
10451,
198,
8818,
336,
333,
3212,
7,
77,
3712,
46541,
8,
198,
220,
220,
220,
299,
855,
15,
11405,
1441,
530,
7,
77,
8,
198,
220,
220,
220,
1441,
2906,
346,
7,
5317,
11,
2604,
17,
7,
77,
4008,
1343,
352,
198,
437,
198,
198,
8818,
1554,
0,
7,
71,
3712,
23839,
19182,
90,
6535,
5512,
410,
3712,
23839,
38469,
11,
1225,
70,
3712,
23839,
38469,
8,
810,
7154,
198,
220,
220,
220,
299,
796,
4129,
7,
276,
70,
8,
532,
352,
198,
220,
220,
220,
4129,
7,
71,
8,
6624,
299,
8614,
3714,
7,
29271,
3004,
44,
1042,
963,
7203,
13664,
7,
10034,
21857,
8,
1276,
4961,
4129,
7,
276,
3212,
8,
532,
352,
48774,
198,
220,
220,
220,
6070,
0,
7,
71,
11,
6632,
7,
6535,
4008,
198,
220,
220,
220,
329,
2124,
287,
410,
198,
220,
220,
220,
220,
220,
220,
220,
1312,
796,
2989,
82,
9741,
11085,
7,
276,
70,
11,
2124,
13219,
16,
198,
220,
220,
220,
220,
220,
220,
220,
611,
352,
19841,
1312,
19841,
299,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
289,
58,
72,
60,
15853,
352,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
220,
220,
220,
1441,
1225,
70,
11,
289,
198,
437,
198,
198,
10034,
7,
85,
3712,
23839,
38469,
11,
1225,
70,
3712,
23839,
38469,
8,
796,
1554,
0,
7,
19182,
90,
5317,
92,
7,
917,
891,
11,
4129,
7,
276,
70,
13219,
16,
828,
410,
11,
1225,
70,
8,
198,
10034,
7,
85,
3712,
23839,
38469,
11,
299,
3712,
46541,
8,
796,
1554,
7,
85,
11,
10034,
9521,
7,
85,
11,
77,
4008,
198,
10034,
7,
85,
3712,
23839,
38469,
8,
796,
1554,
7,
85,
11,
301,
333,
3212,
7,
13664,
7,
85,
22305,
198,
198,
437,
198
] | 2.071371 | 1,233 |
using Catlab.CategoricalAlgebra, Catlab.Graphs, Catlab.Present, Catlab.Graphics, Catlab.Theories, Catlab.Present
using Catlab.CategoricalAlgebra.FinCats: FinCatGraphEq
@present ThSIR(FreeSchema) begin
(S,I,R)::Ob
end
"""This code will work for any choice of 'type graph'"""
function update_state(state::StructACSet{S}) where S
rules = []
while !isempty(rules)
state = apply_rule(state, pop!(rules))
end
end
@acset_type SIR(ThSIR)
# infect = Rule("name", L, R)
I = @acset SIR begin I=1 end
I2 = @acset SIR begin I=2 end
SI = @acset SIR begin S=1; I=1 end
# L_infect = homomorphism(I, SI) # equivalent to below b/c only one morphism
L_infect = ACSetTransformation(I, SI; I=[1])
R_infect = ACSetTransformation(I, I2; I=[1])
ex_state = @acset SIR begin S=10; I=3; R=1 end
# rewrite(L_infect, R_infect, ex_state) # execute immediately
match = homomorphism(SI, ex_state)
matches = [match_1, match_2] # pointing to ex_state
"""
L I R
|
G <- K -> H (updated G)
kg kh
"""
_, kg, _, kh = rewrite_match_maps(L_infect, R_infect, match)
# pretend state_2 is a homomorphism from state_1 -> state_2
matches = [match for match in matches]
state_3 = rewrite_match(L_infect, R_infect, match_2)
# # type 2 --------------------------------------------------
# @present ThSIR2(FreeSchema) begin
# State::Ob
# Agents::Ob
# state::Hom(Agents, State)
# end
# @acset_type SIR2(ThSIR2)
# state0 = vcat(fill.(1:3, [5,4,1])...)
# SIR2_state = @acset SIR2 begin State=3; Agents=10; state=state0 end
# I = @acset SIR2 begin Agents=1; State=3; state=2 end
# I2 = @acset SIR2 begin Agents=2; State=3; state=[2,2] end
# SI = @acset SIR2 begin Agents=2; State=3; state=[1,2] end
# # L_infect = homomorphism(I, SI) # equivalent to below b/c only one morphism
# homomorphism(I, SI)
# homomorphism(I, I2)
# L_infect = ACSetTransformation(I, SI; Agents=[1])
# R_infect = ACSetTransformation(I, I2) | [
3500,
5181,
23912,
13,
34,
2397,
12409,
2348,
29230,
11,
5181,
23912,
13,
37065,
82,
11,
5181,
23912,
13,
34695,
11,
5181,
23912,
13,
18172,
11,
5181,
23912,
13,
464,
1749,
11,
5181,
23912,
13,
34695,
198,
3500,
5181,
23912,
13,
34,
2397,
12409,
2348,
29230,
13,
18467,
34,
1381,
25,
4463,
21979,
37065,
36,
80,
628,
198,
31,
25579,
536,
50,
4663,
7,
11146,
27054,
2611,
8,
2221,
198,
220,
220,
220,
357,
50,
11,
40,
11,
49,
2599,
25,
5944,
198,
437,
198,
198,
37811,
1212,
2438,
481,
670,
329,
597,
3572,
286,
705,
4906,
4823,
6,
37811,
198,
8818,
4296,
62,
5219,
7,
5219,
3712,
44909,
2246,
7248,
90,
50,
30072,
810,
311,
220,
220,
198,
220,
220,
220,
3173,
796,
17635,
198,
220,
220,
220,
981,
5145,
271,
28920,
7,
38785,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1181,
796,
4174,
62,
25135,
7,
5219,
11,
1461,
0,
7,
38785,
4008,
220,
220,
198,
220,
220,
220,
886,
220,
198,
437,
220,
198,
198,
31,
330,
2617,
62,
4906,
311,
4663,
7,
817,
50,
4663,
8,
198,
198,
2,
7580,
796,
14330,
7203,
3672,
1600,
406,
11,
371,
8,
198,
198,
40,
796,
2488,
330,
2617,
311,
4663,
2221,
314,
28,
16,
886,
220,
198,
40,
17,
796,
2488,
330,
2617,
311,
4663,
2221,
314,
28,
17,
886,
220,
198,
11584,
796,
2488,
330,
2617,
311,
4663,
2221,
311,
28,
16,
26,
314,
28,
16,
886,
198,
2,
406,
62,
27816,
796,
220,
3488,
25831,
1042,
7,
40,
11,
25861,
8,
1303,
7548,
284,
2174,
275,
14,
66,
691,
530,
17488,
1042,
198,
43,
62,
27816,
796,
220,
7125,
7248,
8291,
1161,
7,
40,
11,
25861,
26,
314,
41888,
16,
12962,
198,
49,
62,
27816,
796,
7125,
7248,
8291,
1161,
7,
40,
11,
314,
17,
26,
314,
41888,
16,
12962,
198,
198,
1069,
62,
5219,
796,
2488,
330,
2617,
311,
4663,
2221,
311,
28,
940,
26,
314,
28,
18,
26,
371,
28,
16,
886,
198,
198,
2,
28183,
7,
43,
62,
27816,
11,
371,
62,
27816,
11,
409,
62,
5219,
8,
1303,
12260,
3393,
198,
198,
15699,
796,
3488,
25831,
1042,
7,
11584,
11,
409,
62,
5219,
8,
628,
198,
6759,
2052,
796,
685,
15699,
62,
16,
11,
2872,
62,
17,
60,
1303,
10609,
284,
409,
62,
5219,
628,
198,
37811,
198,
43,
220,
220,
220,
314,
220,
220,
220,
371,
220,
198,
91,
198,
38,
24293,
509,
4613,
367,
357,
43162,
402,
8,
198,
220,
220,
14211,
220,
44081,
220,
198,
198,
37811,
628,
198,
62,
11,
14211,
11,
4808,
11,
44081,
796,
28183,
62,
15699,
62,
31803,
7,
43,
62,
27816,
11,
371,
62,
27816,
11,
2872,
8,
198,
198,
2,
16614,
1181,
62,
17,
318,
257,
3488,
25831,
1042,
422,
1181,
62,
16,
4613,
1181,
62,
17,
198,
198,
6759,
2052,
796,
685,
15699,
329,
2872,
287,
7466,
60,
198,
198,
5219,
62,
18,
796,
28183,
62,
15699,
7,
43,
62,
27816,
11,
371,
62,
27816,
11,
2872,
62,
17,
8,
198,
198,
2,
1303,
2099,
362,
20368,
1783,
438,
198,
2,
2488,
25579,
536,
50,
4663,
17,
7,
11146,
27054,
2611,
8,
2221,
198,
2,
220,
220,
220,
220,
1812,
3712,
5944,
198,
2,
220,
220,
220,
220,
28295,
3712,
5944,
198,
2,
220,
220,
220,
220,
1181,
3712,
28718,
7,
10262,
658,
11,
1812,
8,
198,
2,
886,
198,
198,
2,
2488,
330,
2617,
62,
4906,
311,
4663,
17,
7,
817,
50,
4663,
17,
8,
198,
198,
2,
1181,
15,
796,
410,
9246,
7,
20797,
12195,
16,
25,
18,
11,
685,
20,
11,
19,
11,
16,
12962,
23029,
198,
198,
2,
311,
4663,
17,
62,
5219,
796,
2488,
330,
2617,
311,
4663,
17,
2221,
1812,
28,
18,
26,
28295,
28,
940,
26,
1181,
28,
5219,
15,
886,
198,
198,
2,
314,
796,
2488,
330,
2617,
311,
4663,
17,
2221,
28295,
28,
16,
26,
1812,
28,
18,
26,
1181,
28,
17,
886,
220,
198,
2,
314,
17,
796,
2488,
330,
2617,
311,
4663,
17,
2221,
28295,
28,
17,
26,
1812,
28,
18,
26,
1181,
41888,
17,
11,
17,
60,
886,
220,
198,
2,
25861,
796,
2488,
330,
2617,
311,
4663,
17,
2221,
28295,
28,
17,
26,
1812,
28,
18,
26,
1181,
41888,
16,
11,
17,
60,
886,
628,
198,
2,
1303,
406,
62,
27816,
796,
220,
3488,
25831,
1042,
7,
40,
11,
25861,
8,
1303,
7548,
284,
2174,
275,
14,
66,
691,
530,
17488,
1042,
198,
2,
3488,
25831,
1042,
7,
40,
11,
25861,
8,
198,
2,
3488,
25831,
1042,
7,
40,
11,
314,
17,
8,
198,
198,
2,
406,
62,
27816,
796,
220,
7125,
7248,
8291,
1161,
7,
40,
11,
25861,
26,
28295,
41888,
16,
12962,
198,
2,
371,
62,
27816,
796,
7125,
7248,
8291,
1161,
7,
40,
11,
314,
17,
8
] | 2.456494 | 793 |
import Base.Cartesian.@ntuple
nparticles(p) = length(p)
nparticles(p::Type{<:AbstractParticles{T,N}}) where {T,N} = N
nparticles(p::AbstractParticles{T,N}) where {T,N} = N
nparticles(p::ParticleArray) = nparticles(eltype(p))
nparticles(p::Type{<:ParticleArray}) = nparticles(eltype(p))
particletype(p::AbstractParticles) = typeof(p)
particletype(::Type{P}) where P <: AbstractParticles = P
particletype(p::AbstractArray{<:AbstractParticles}) = eltype(p)
particleeltype(::AbstractParticles{T,N}) where {T,N} = T
particleeltype(::AbstractArray{<:AbstractParticles{T,N}}) where {T,N} = T
vecindex(p,i) = getindex(p,i)
vecindex(p::AbstractParticles,i) = getindex(p.particles,i)
vecindex(p::ParticleArray,i) = vecindex.(p,i)
vecindex(p::NamedTuple,i) = (; Pair.(keys(p), ntuple(j->arggetter(i,p[j]), fieldcount(typeof(p))))...)
function indexof_particles(args)
inds = findall(a-> a <: SomeKindOfParticles, args)
inds === nothing && throw(ArgumentError("At least one argument should be <: AbstractParticles. If particles appear nested as fields inside an argument, see `with_workspace` and `Workspace`"))
all(nparticles(a) == nparticles(args[inds[1]]) for a in args[inds]) || throw(ArgumentError("All p::Particles must have the same number of particles."))
(inds...,)
# TODO: test all same number of particles
end
function arggetter(i,a::Union{SomeKindOfParticles, NamedTuple})
vecindex(a,i)
end
arggetter(i,a) = a
"""
@bymap f(p, args...)
Call `f` with particles or vectors of particles by using `map`. This can be utilized if registering `f` using [`register_primitive`](@ref) fails. See also [`Workspace`](@ref) if `bymap` fails.
"""
macro bymap(ex)
@capture(ex, f_(args__)) || error("expected a function call")
quote
bymap($(esc(f)),$(esc.(args)...))
end
end
"""
bymap(f, args...)
Uncertainty propagation using the `map` function.
Call `f` with particles or vectors of particles by using `map`. This can be utilized if registering `f` using [`register_primitive`](@ref) fails. See also [`Workspace`](@ref) if `bymap` fails.
"""
function bymap(f::F, args...) where F
inds = indexof_particles(typeof.(args))
T,N,PT = particletypetuple(args[first(inds)])
individuals = map(1:N) do i
argsi = ntuple(j->arggetter(i,args[j]), length(args))
f(argsi...)
end
PTNT = PT{eltype(eltype(individuals)),N}
if (eltype(individuals) <: AbstractArray{TT,0} where TT) || eltype(individuals) <: Number
PTNT(individuals)
elseif eltype(individuals) <: AbstractArray{TT,1} where TT
PTNT(copy(reduce(hcat,individuals)'))
elseif eltype(individuals) <: AbstractArray{TT,2} where TT
# @show PT{eltype(individuals),N}
reshape(PTNT(copy(reduce(hcat,vec.(individuals))')), size(individuals[1],1),size(individuals[1],2))::Matrix{PTNT}
else
error("Output with dimension >2 is currently not supported by `bymap`. Consider if `ℝⁿ2ℝⁿ_function($(f), $(args...))` works for your use case.")
end
end
"""
Distributed uncertainty propagation using the `pmap` function. See [`bymap`](@ref) for more details.
"""
function bypmap(f::F, args...) where F
inds = indexof_particles(typeof.(args))
T,N,PT = particletypetuple(args[first(inds)])
individuals = map(1:N) do i
argsi = ntuple(j->arggetter(i,args[j]), length(args))
f(argsi...)
end
PTNT = PT{eltype(eltype(individuals)),N}
if (eltype(individuals) <: AbstractArray{TT,0} where TT) || eltype(individuals) <: Number
PTNT(individuals)
elseif eltype(individuals) <: AbstractArray{TT,1} where TT
PTNT(copy(reduce(hcat,individuals)'))
elseif eltype(individuals) <: AbstractArray{TT,2} where TT
# @show PT{eltype(individuals),N}
reshape(PTNT(copy(reduce(hcat,vec.(individuals))')), size(individuals[1],1),size(individuals[1],2))::Matrix{PTNT}
else
error("Output with dimension >2 is currently not supported by `bymap`. Consider if `ℝⁿ2ℝⁿ_function($(f), $(args...))` works for your use case.")
end
end
"""
@bypmap f(p, args...)
Call `f` with particles or vectors of particles by using parallel `pmap`. This can be utilized if registering `f` using [`register_primitive`](@ref) fails. See also [`Workspace`](@ref) if `bymap` fails.
"""
macro bypmap(ex)
@capture(ex, f_(args__)) || error("expected a function call")
quote
bypmap($(esc(f)),$(esc.(args)...))
end
end
"""
@prob a < b
Calculate the probability that an event on any of the forms `a < b, a > b, a <= b, a >= b` occurs, where `a` and/or `b` are of type `AbstractParticles`.
"""
macro prob(ex)
ex.head == :call && ex.args[1] ∈ (:<,:>,:<=,:>=) || error("Expected an expression on any of the forms `a < b, a > b, a <= b, a >= b`")
op = ex.args[1]
a = ex.args[2]
b = ex.args[3]
quote
mean($op.(MonteCarloMeasurements.maybe_particles($(esc(a))), MonteCarloMeasurements.maybe_particles($(esc(b)))))
end
end
| [
11748,
7308,
13,
43476,
35610,
13,
31,
429,
29291,
198,
198,
77,
3911,
2983,
7,
79,
8,
796,
4129,
7,
79,
8,
198,
77,
3911,
2983,
7,
79,
3712,
6030,
90,
27,
25,
23839,
7841,
2983,
90,
51,
11,
45,
11709,
8,
810,
1391,
51,
11,
45,
92,
796,
399,
198,
77,
3911,
2983,
7,
79,
3712,
23839,
7841,
2983,
90,
51,
11,
45,
30072,
810,
1391,
51,
11,
45,
92,
796,
399,
198,
77,
3911,
2983,
7,
79,
3712,
7841,
1548,
19182,
8,
796,
299,
3911,
2983,
7,
417,
4906,
7,
79,
4008,
198,
77,
3911,
2983,
7,
79,
3712,
6030,
90,
27,
25,
7841,
1548,
19182,
30072,
796,
299,
3911,
2983,
7,
417,
4906,
7,
79,
4008,
198,
198,
3911,
1548,
4906,
7,
79,
3712,
23839,
7841,
2983,
8,
796,
2099,
1659,
7,
79,
8,
198,
3911,
1548,
4906,
7,
3712,
6030,
90,
47,
30072,
810,
350,
1279,
25,
27741,
7841,
2983,
796,
350,
198,
3911,
1548,
4906,
7,
79,
3712,
23839,
19182,
90,
27,
25,
23839,
7841,
2983,
30072,
796,
1288,
4906,
7,
79,
8,
198,
198,
3911,
1548,
417,
4906,
7,
3712,
23839,
7841,
2983,
90,
51,
11,
45,
30072,
810,
1391,
51,
11,
45,
92,
796,
309,
198,
3911,
1548,
417,
4906,
7,
3712,
23839,
19182,
90,
27,
25,
23839,
7841,
2983,
90,
51,
11,
45,
11709,
8,
810,
1391,
51,
11,
45,
92,
796,
309,
198,
198,
35138,
9630,
7,
79,
11,
72,
8,
796,
651,
9630,
7,
79,
11,
72,
8,
198,
35138,
9630,
7,
79,
3712,
23839,
7841,
2983,
11,
72,
8,
796,
651,
9630,
7,
79,
13,
3911,
2983,
11,
72,
8,
198,
35138,
9630,
7,
79,
3712,
7841,
1548,
19182,
11,
72,
8,
796,
43030,
9630,
12195,
79,
11,
72,
8,
198,
35138,
9630,
7,
79,
3712,
45,
2434,
51,
29291,
11,
72,
8,
796,
357,
26,
39645,
12195,
13083,
7,
79,
828,
299,
83,
29291,
7,
73,
3784,
853,
1136,
353,
7,
72,
11,
79,
58,
73,
46570,
2214,
9127,
7,
4906,
1659,
7,
79,
35514,
23029,
198,
198,
8818,
6376,
1659,
62,
3911,
2983,
7,
22046,
8,
198,
220,
220,
220,
773,
82,
796,
1064,
439,
7,
64,
3784,
257,
1279,
25,
2773,
35854,
5189,
7841,
2983,
11,
26498,
8,
198,
220,
220,
220,
773,
82,
24844,
2147,
11405,
3714,
7,
28100,
1713,
12331,
7203,
2953,
1551,
530,
4578,
815,
307,
1279,
25,
27741,
7841,
2983,
13,
1002,
13166,
1656,
28376,
355,
7032,
2641,
281,
4578,
11,
766,
4600,
4480,
62,
5225,
10223,
63,
290,
4600,
23044,
10223,
63,
48774,
198,
220,
220,
220,
477,
7,
77,
3911,
2983,
7,
64,
8,
6624,
299,
3911,
2983,
7,
22046,
58,
521,
82,
58,
16,
11907,
8,
329,
257,
287,
26498,
58,
521,
82,
12962,
8614,
3714,
7,
28100,
1713,
12331,
7203,
3237,
279,
3712,
7841,
2983,
1276,
423,
262,
976,
1271,
286,
13166,
526,
4008,
198,
220,
220,
220,
357,
521,
82,
986,
35751,
198,
220,
220,
220,
1303,
16926,
46,
25,
1332,
477,
976,
1271,
286,
13166,
198,
437,
628,
198,
8818,
610,
1130,
40088,
7,
72,
11,
64,
3712,
38176,
90,
4366,
35854,
5189,
7841,
2983,
11,
34441,
51,
29291,
30072,
198,
220,
220,
220,
43030,
9630,
7,
64,
11,
72,
8,
198,
437,
198,
198,
853,
1136,
353,
7,
72,
11,
64,
8,
796,
257,
628,
198,
37811,
198,
220,
220,
220,
2488,
1525,
8899,
277,
7,
79,
11,
26498,
23029,
198,
198,
14134,
4600,
69,
63,
351,
13166,
393,
30104,
286,
13166,
416,
1262,
4600,
8899,
44646,
770,
460,
307,
21487,
611,
28336,
4600,
69,
63,
1262,
685,
63,
30238,
62,
19795,
1800,
63,
16151,
31,
5420,
8,
10143,
13,
4091,
635,
685,
63,
23044,
10223,
63,
16151,
31,
5420,
8,
611,
4600,
1525,
8899,
63,
10143,
13,
198,
37811,
198,
20285,
305,
416,
8899,
7,
1069,
8,
198,
220,
220,
220,
2488,
27144,
495,
7,
1069,
11,
277,
41052,
22046,
834,
4008,
8614,
4049,
7203,
40319,
257,
2163,
869,
4943,
198,
220,
220,
220,
9577,
198,
220,
220,
220,
220,
220,
220,
220,
416,
8899,
16763,
7,
3798,
7,
69,
36911,
3,
7,
3798,
12195,
22046,
26513,
4008,
198,
220,
220,
220,
886,
198,
437,
198,
198,
37811,
198,
220,
220,
220,
416,
8899,
7,
69,
11,
26498,
23029,
198,
198,
3118,
39239,
774,
43594,
1262,
262,
4600,
8899,
63,
2163,
13,
198,
198,
14134,
4600,
69,
63,
351,
13166,
393,
30104,
286,
13166,
416,
1262,
4600,
8899,
44646,
770,
460,
307,
21487,
611,
28336,
4600,
69,
63,
1262,
685,
63,
30238,
62,
19795,
1800,
63,
16151,
31,
5420,
8,
10143,
13,
4091,
635,
685,
63,
23044,
10223,
63,
16151,
31,
5420,
8,
611,
4600,
1525,
8899,
63,
10143,
13,
198,
37811,
198,
8818,
416,
8899,
7,
69,
3712,
37,
11,
26498,
23029,
810,
376,
198,
220,
220,
220,
773,
82,
796,
6376,
1659,
62,
3911,
2983,
7,
4906,
1659,
12195,
22046,
4008,
198,
220,
220,
220,
309,
11,
45,
11,
11571,
796,
18758,
774,
6449,
29291,
7,
22046,
58,
11085,
7,
521,
82,
8,
12962,
198,
220,
220,
220,
3925,
796,
3975,
7,
16,
25,
45,
8,
466,
1312,
198,
220,
220,
220,
220,
220,
220,
220,
1822,
13396,
796,
299,
83,
29291,
7,
73,
3784,
853,
1136,
353,
7,
72,
11,
22046,
58,
73,
46570,
4129,
7,
22046,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
277,
7,
853,
13396,
23029,
198,
220,
220,
220,
886,
198,
220,
220,
220,
19310,
11251,
796,
19310,
90,
417,
4906,
7,
417,
4906,
7,
43129,
82,
36911,
45,
92,
198,
220,
220,
220,
611,
357,
417,
4906,
7,
43129,
82,
8,
1279,
25,
27741,
19182,
90,
15751,
11,
15,
92,
810,
26653,
8,
8614,
1288,
4906,
7,
43129,
82,
8,
1279,
25,
7913,
198,
220,
220,
220,
220,
220,
220,
220,
19310,
11251,
7,
43129,
82,
8,
198,
220,
220,
220,
2073,
361,
1288,
4906,
7,
43129,
82,
8,
1279,
25,
27741,
19182,
90,
15751,
11,
16,
92,
810,
26653,
198,
220,
220,
220,
220,
220,
220,
220,
19310,
11251,
7,
30073,
7,
445,
7234,
7,
71,
9246,
11,
43129,
82,
33047,
4008,
198,
220,
220,
220,
2073,
361,
1288,
4906,
7,
43129,
82,
8,
1279,
25,
27741,
19182,
90,
15751,
11,
17,
92,
810,
26653,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
2488,
12860,
19310,
90,
417,
4906,
7,
43129,
82,
828,
45,
92,
198,
220,
220,
220,
220,
220,
220,
220,
27179,
1758,
7,
11571,
11251,
7,
30073,
7,
445,
7234,
7,
71,
9246,
11,
35138,
12195,
43129,
82,
4008,
11537,
828,
2546,
7,
43129,
82,
58,
16,
4357,
16,
828,
7857,
7,
43129,
82,
58,
16,
4357,
17,
8,
2599,
25,
46912,
90,
11571,
11251,
92,
198,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
4049,
7203,
26410,
351,
15793,
1875,
17,
318,
3058,
407,
4855,
416,
4600,
1525,
8899,
44646,
12642,
611,
4600,
158,
226,
251,
46256,
123,
17,
158,
226,
251,
46256,
123,
62,
8818,
16763,
7,
69,
828,
29568,
22046,
986,
4008,
63,
2499,
329,
534,
779,
1339,
19570,
198,
220,
220,
220,
886,
198,
437,
198,
198,
37811,
198,
20344,
6169,
13479,
43594,
1262,
262,
4600,
4426,
499,
63,
2163,
13,
4091,
685,
63,
1525,
8899,
63,
16151,
31,
5420,
8,
329,
517,
3307,
13,
198,
37811,
198,
8818,
416,
4426,
499,
7,
69,
3712,
37,
11,
26498,
23029,
810,
376,
198,
220,
220,
220,
773,
82,
796,
6376,
1659,
62,
3911,
2983,
7,
4906,
1659,
12195,
22046,
4008,
198,
220,
220,
220,
309,
11,
45,
11,
11571,
796,
18758,
774,
6449,
29291,
7,
22046,
58,
11085,
7,
521,
82,
8,
12962,
198,
220,
220,
220,
3925,
796,
3975,
7,
16,
25,
45,
8,
466,
1312,
198,
220,
220,
220,
220,
220,
220,
220,
1822,
13396,
796,
299,
83,
29291,
7,
73,
3784,
853,
1136,
353,
7,
72,
11,
22046,
58,
73,
46570,
4129,
7,
22046,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
277,
7,
853,
13396,
23029,
198,
220,
220,
220,
886,
198,
220,
220,
220,
19310,
11251,
796,
19310,
90,
417,
4906,
7,
417,
4906,
7,
43129,
82,
36911,
45,
92,
198,
220,
220,
220,
611,
357,
417,
4906,
7,
43129,
82,
8,
1279,
25,
27741,
19182,
90,
15751,
11,
15,
92,
810,
26653,
8,
8614,
1288,
4906,
7,
43129,
82,
8,
1279,
25,
7913,
198,
220,
220,
220,
220,
220,
220,
220,
19310,
11251,
7,
43129,
82,
8,
198,
220,
220,
220,
2073,
361,
1288,
4906,
7,
43129,
82,
8,
1279,
25,
27741,
19182,
90,
15751,
11,
16,
92,
810,
26653,
198,
220,
220,
220,
220,
220,
220,
220,
19310,
11251,
7,
30073,
7,
445,
7234,
7,
71,
9246,
11,
43129,
82,
33047,
4008,
198,
220,
220,
220,
2073,
361,
1288,
4906,
7,
43129,
82,
8,
1279,
25,
27741,
19182,
90,
15751,
11,
17,
92,
810,
26653,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
2488,
12860,
19310,
90,
417,
4906,
7,
43129,
82,
828,
45,
92,
198,
220,
220,
220,
220,
220,
220,
220,
27179,
1758,
7,
11571,
11251,
7,
30073,
7,
445,
7234,
7,
71,
9246,
11,
35138,
12195,
43129,
82,
4008,
11537,
828,
2546,
7,
43129,
82,
58,
16,
4357,
16,
828,
7857,
7,
43129,
82,
58,
16,
4357,
17,
8,
2599,
25,
46912,
90,
11571,
11251,
92,
198,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
4049,
7203,
26410,
351,
15793,
1875,
17,
318,
3058,
407,
4855,
416,
4600,
1525,
8899,
44646,
12642,
611,
4600,
158,
226,
251,
46256,
123,
17,
158,
226,
251,
46256,
123,
62,
8818,
16763,
7,
69,
828,
29568,
22046,
986,
4008,
63,
2499,
329,
534,
779,
1339,
19570,
198,
220,
220,
220,
886,
198,
437,
198,
198,
37811,
198,
220,
220,
220,
2488,
1525,
4426,
499,
277,
7,
79,
11,
26498,
23029,
198,
198,
14134,
4600,
69,
63,
351,
13166,
393,
30104,
286,
13166,
416,
1262,
10730,
4600,
4426,
499,
44646,
770,
460,
307,
21487,
611,
28336,
4600,
69,
63,
1262,
685,
63,
30238,
62,
19795,
1800,
63,
16151,
31,
5420,
8,
10143,
13,
4091,
635,
685,
63,
23044,
10223,
63,
16151,
31,
5420,
8,
611,
4600,
1525,
8899,
63,
10143,
13,
198,
37811,
198,
20285,
305,
416,
4426,
499,
7,
1069,
8,
198,
220,
220,
220,
2488,
27144,
495,
7,
1069,
11,
277,
41052,
22046,
834,
4008,
8614,
4049,
7203,
40319,
257,
2163,
869,
4943,
198,
220,
220,
220,
9577,
198,
220,
220,
220,
220,
220,
220,
220,
416,
4426,
499,
16763,
7,
3798,
7,
69,
36911,
3,
7,
3798,
12195,
22046,
26513,
4008,
198,
220,
220,
220,
886,
198,
437,
628,
198,
37811,
198,
220,
220,
220,
2488,
1676,
65,
257,
1279,
275,
198,
198,
9771,
3129,
378,
262,
12867,
326,
281,
1785,
319,
597,
286,
262,
5107,
4600,
64,
1279,
275,
11,
257,
1875,
275,
11,
257,
19841,
275,
11,
257,
18189,
275,
63,
8833,
11,
810,
4600,
64,
63,
290,
14,
273,
4600,
65,
63,
389,
286,
2099,
4600,
23839,
7841,
2983,
44646,
198,
37811,
198,
20285,
305,
1861,
7,
1069,
8,
198,
220,
220,
220,
409,
13,
2256,
6624,
1058,
13345,
11405,
409,
13,
22046,
58,
16,
60,
18872,
230,
357,
25,
27,
11,
25,
22330,
25,
27,
28,
11,
25,
29,
28,
8,
8614,
4049,
7203,
3109,
7254,
281,
5408,
319,
597,
286,
262,
5107,
4600,
64,
1279,
275,
11,
257,
1875,
275,
11,
257,
19841,
275,
11,
257,
18189,
275,
63,
4943,
198,
220,
220,
220,
1034,
796,
409,
13,
22046,
58,
16,
60,
198,
220,
220,
220,
257,
220,
796,
409,
13,
22046,
58,
17,
60,
198,
220,
220,
220,
275,
220,
796,
409,
13,
22046,
58,
18,
60,
198,
220,
220,
220,
9577,
198,
220,
220,
220,
220,
220,
220,
220,
1612,
16763,
404,
12195,
9069,
660,
9914,
5439,
47384,
902,
13,
25991,
62,
3911,
2983,
16763,
7,
3798,
7,
64,
4008,
828,
22489,
9914,
5439,
47384,
902,
13,
25991,
62,
3911,
2983,
16763,
7,
3798,
7,
65,
4008,
22305,
198,
220,
220,
220,
886,
198,
437,
198
] | 2.511335 | 1,985 |
using FileIO
using Images
field = [ "s3", "s8", "s14", "s15", "s20","s37", "s40"]
data_dir = "/datahub/rawdata/tandeng/mRNA_imaging/mRNA_confocal_hamamatsu-60X-TIRF/20200316";
output_dir = "$(data_dir)_visualization"
try
mkdir("$output_dir")
catch
end
function max_projection(pos)
println("Processing $pos")
raw_img = load(File(format"TIFF", "$data_dir/HE7-11-1-80uw-PWM_1_$pos.ome.tiff"));
img_size = size(raw_img);
img_max = zeros(N0f16, img_size[1], img_size[2], Int(img_size[3]/20));
for i in 1:Int(img_size[3]/20)
img_max[:, :, i] = maximum(raw_img[:, :, (i-1)*20+1:i*20], dims=3);
end
save("$output_dir/$pos.tiff", img_max);
end
for pos in field
max_projection(pos)
end
| [
198,
3500,
9220,
9399,
198,
3500,
5382,
198,
198,
3245,
796,
685,
366,
82,
18,
1600,
366,
82,
23,
1600,
366,
82,
1415,
1600,
366,
82,
1314,
1600,
366,
82,
1238,
2430,
82,
2718,
1600,
366,
82,
1821,
8973,
198,
7890,
62,
15908,
796,
12813,
19608,
993,
549,
14,
1831,
7890,
14,
83,
392,
1516,
14,
76,
27204,
62,
320,
3039,
14,
76,
27204,
62,
10414,
4374,
62,
2763,
321,
19231,
12,
1899,
55,
12,
51,
4663,
37,
14,
1238,
16088,
1433,
8172,
198,
22915,
62,
15908,
796,
17971,
7,
7890,
62,
15908,
8,
62,
41464,
1634,
1,
198,
28311,
198,
220,
220,
220,
33480,
15908,
7203,
3,
22915,
62,
15908,
4943,
198,
40198,
198,
437,
198,
198,
8818,
3509,
62,
16302,
295,
7,
1930,
8,
198,
220,
220,
220,
44872,
7203,
18709,
278,
720,
1930,
4943,
198,
220,
220,
220,
8246,
62,
9600,
796,
3440,
7,
8979,
7,
18982,
1,
51,
29267,
1600,
17971,
7890,
62,
15908,
14,
13909,
22,
12,
1157,
12,
16,
12,
1795,
84,
86,
12,
47,
22117,
62,
16,
62,
3,
1930,
13,
462,
13,
83,
733,
4943,
1776,
198,
220,
220,
220,
33705,
62,
7857,
796,
2546,
7,
1831,
62,
9600,
1776,
198,
220,
220,
220,
33705,
62,
9806,
796,
1976,
27498,
7,
45,
15,
69,
1433,
11,
33705,
62,
7857,
58,
16,
4357,
33705,
62,
7857,
58,
17,
4357,
2558,
7,
9600,
62,
7857,
58,
18,
60,
14,
1238,
18125,
198,
220,
220,
220,
329,
1312,
287,
352,
25,
5317,
7,
9600,
62,
7857,
58,
18,
60,
14,
1238,
8,
198,
220,
220,
220,
220,
220,
220,
220,
33705,
62,
9806,
58,
45299,
1058,
11,
1312,
60,
796,
5415,
7,
1831,
62,
9600,
58,
45299,
1058,
11,
357,
72,
12,
16,
27493,
1238,
10,
16,
25,
72,
9,
1238,
4357,
5391,
82,
28,
18,
1776,
198,
220,
220,
220,
886,
198,
220,
220,
220,
3613,
7203,
3,
22915,
62,
15908,
32624,
1930,
13,
83,
733,
1600,
33705,
62,
9806,
1776,
198,
437,
198,
198,
1640,
1426,
287,
2214,
198,
220,
220,
220,
3509,
62,
16302,
295,
7,
1930,
8,
198,
437,
198
] | 2.074499 | 349 |
import Flatten: flattenable
@metadata initial_value nothing
import FieldMetadata: @units, units
import FieldMetadata: @limits, limits
import FieldMetadata: @prior, prior
import FieldMetadata: @description, description
@metadata bounds nothing
import FieldMetadata: @logscaled, logscaled
@metadata reference nothing
"""
AbstractParameters{T} <: AbstractVector{T}
An abstract type for AIBECS model parameters.
Parameters in AIBECS use the following convenience packages:
- Parameters
- FieldMetadata
- FieldDefaults
- Flatten
- Unitful
- DataFrames
- Distributions
These aim to allow for some nice features, which include
- nice syntax for unpacking parameters in functions via the `@unpack` macro (fron UnPack.jl)
- additional metadata on parameters
- easy conversion to and from vectors
- use of units and automatic conversions if necessary
- pretty table-format displays
- loading and saving to and from CSV files
- prior estimates for bayesian inference and optimization
See the list of examples to get an idea of how to generate parameters for your model.
# Examples
Generate a simple parameter type via
```jldoctest
julia> struct SimpleParams{T} <: AbstractParameters{T}
α::T
β::T
γ::T
end
SimpleParams
```
To create an instance of the `SimpleParams(Float64)` type, you can do
```jldoctest
julia> p = SimpleParams(1.0, 2.0, 3.0)
SimpleParams{Float64}
│ Row │ Symbol │ Value │
│ │ Symbol │ Float64 │
├─────┼────────┼─────────┤
│ 1 │ α │ 1.0 │
│ 2 │ β │ 2.0 │
│ 3 │ γ │ 3.0 │
```
One of the core features from Parameters is unpacking in functions, e.g.,
```jldoctest
julia> function simplef(p)
@unpack α, γ = p
return α + γ
end
simplef (generic function with 1 method)
julia> simplef(p) # 1.0 + 3.0
4.0
```
More complex examples are permitted by adding metadata (thanks to FieldMetadata.jl).
You can add units
```jldoctest
julia> @units struct UnitParams{T} <: AbstractParameters{T}
α::T | u"km"
β::T | u"hr"
γ::T | u"m/s"
end ;
julia> p = UnitParams(1.0, 2.0, 3.0)
UnitParams{Float64}
│ Row │ Symbol │ Value │ Unit │
│ │ Symbol │ Float64 │ Unitful… │
├─────┼────────┼─────────┼──────────┤
│ 1 │ α │ 1.0 │ km │
│ 2 │ β │ 2.0 │ hr │
│ 3 │ γ │ 3.0 │ m s^-1 │
```
Note that when adding units to your parameters, they will be converted to SI
when unpacked, as in, e.g.,
```jldoctest
julia> function speed(p)
@unpack α, β, γ = p
return α / β + γ
end
speed (generic function with 1 method)
julia> speed(p) # (1.0 km / 2.0 hr + 3 m/s) in m/s
3.138888888888889
```
Another example for optimizable/flattenable parameters
```jldoctest
julia> @initial_value @units @flattenable struct OptParams{T} <: AbstractParameters{T}
α::T | 3.6 | u"km" | true
β::T | 1.0 | u"hr" | false
γ::T | 1.0 | u"m/s" | true
end ;
julia> p = OptParams(initial_value(OptParams)...)
OptParams{Float64}
│ Row │ Symbol │ Value │ Initial value │ Unit │ Optimizable │
│ │ Symbol │ Float64 │ Float64 │ Unitful… │ Bool │
├─────┼────────┼─────────┼───────────────┼──────────┼─────────────┤
│ 1 │ α │ 3.6 │ 3.6 │ km │ 1 │
│ 2 │ β │ 1.0 │ 1.0 │ hr │ 0 │
│ 3 │ γ │ 1.0 │ 1.0 │ m s^-1 │ 1 │
```
Thanks to the FieldMetaData interface, you can chain the following preloaded metadata:
- initial_value
- units (from Unitful.jl)
- prior (from Distributions.jl)
- description (`String`)
- bounds (2-element `Tuple`)
- logscaled (`Bool`)
- flattenable (to convert to vectors of optimizable parameters only)
- reference (`String`)
Here is an example of parameter with all the possible metadata available in AIBECS:
```jldoctest
julia> @initial_value @units @prior @description @bounds @logscaled @flattenable @reference struct FullParams{T} <: AbstractParameters{T}
α::T | 1.0 | u"km" | Normal(0,1) | "The distance" | (-Inf, Inf) | false | false | "Jean et al., 2042"
β::T | 2.0 | u"hr" | LogNormal(0,1) | "The time" | ( 0, Inf) | true | true | "Claude et al. 1983"
γ::T | 3.0 | u"mol" | Normal(1,2) | "The # of moles" | ( -1, 1) | false | true | "Dusse et al. 2000"
end ;
julia> FullParams(4.0, 5.0, 6.0)
FullParams{Float64}
│ Row │ Symbol │ Value │ Initial value │ Unit │ Prior │ Description │ Bounds │ Logscaled │ Optimizable │ Reference │
│ │ Symbol │ Float64 │ Float64 │ Unitful… │ Distribu… │ String │ Tuple… │ Bool │ Bool │ String │
├─────┼────────┼─────────┼───────────────┼──────────┼──────────────────────────────────┼────────────────┼─────────────┼───────────┼─────────────┼────────────────────┤
│ 1 │ α │ 4.0 │ 1.0 │ km │ Normal{Float64}(μ=0.0, σ=1.0) │ The distance │ (-Inf, Inf) │ 0 │ 0 │ Jean et al., 2042 │
│ 2 │ β │ 5.0 │ 2.0 │ hr │ LogNormal{Float64}(μ=0.0, σ=1.0) │ The time │ (0, Inf) │ 1 │ 1 │ Claude et al. 1983 │
│ 3 │ γ │ 6.0 │ 3.0 │ mol │ Normal{Float64}(μ=1.0, σ=2.0) │ The # of moles │ (-1, 1) │ 0 │ 1 │ Dusse et al. 2000 │
```
Note that there is no check that the metadata you give is consistent.
These metadata will hopefully be useful for advanced usage of AIBECS, e.g., using prior information and/or bounds for optimization.
"""
abstract type AbstractParameters{T} <: AbstractVector{T} end
"""
symbols(p)
Returns the symbols in `p`.
Can also be used directly on the type of `p`
(because the symbols of `p::T` are contained in the type `T`).
"""
symbols(::Type{T}) where {T <: AbstractParameters} = fieldnames(T)
symbols(::T) where {T <: AbstractParameters} = symbols(T)
"""
flattenable_symbols(p)
Returns the flattenable symbols in `p`.
The flattenable symbols are those symbols that are kepth when using `p` as a vector,
e.g., when doing `vec(p)`.
(Useful when passing parameters to an optimization routine expeting a vector of optimizable parameters.)
Can also be used directly on the type of `p`
(because the flattenable symbols of `p::T` are contained in the type `T`).
"""
flattenable_symbols(::T) where {T <: AbstractParameters} = flattenable_symbols(T)
flattenable_symbols(::Type{T}) where {T <: AbstractParameters} = fieldnames(T)[collect(flattenable(T))]
"""
values(p::T) where {T <: AbstractParameters}
Returns a vector of **all** the values of `p`.
Note that `values(p)` is different from `vec(p)`.
"""
Base.values(p::T) where {T <: AbstractParameters} = [getfield(p, s) for s in symbols(T)]
"""
flattenable_values(p::T) where {T <: AbstractParameters}
Returns a vector of the **flattenable** values of `p`.
Note that `vec(p)` is different from `values(p)`.
"""
flattenable_values(p::T) where {T <: AbstractParameters} = [getfield(p, s) for s in flattenable_symbols(T)]
"""
vec(p::T) where {T <: AbstractParameters}
Returns a **SI-unit-converted** vector of flattenable values of `p`.
Note that `vec(p) ≠ flattenable_values(p)` if `p` has units.
"""
Base.vec(p::T) where {T <: AbstractParameters} = [UnPack.unpack(p, Val(s)) for s in flattenable_symbols(T)]
"""
length(p::AbstractParameter)
Returns the length of the **flattened/optimzable** vector of `p`.
May be different from the number of parameters.
Can also be used directly on the type of `p`.
"""
Base.length(::T) where {T <: AbstractParameters} = sum(flattenable(T))
Base.length(::Type{T}) where {T <: AbstractParameters} = sum(flattenable(T))
"""
size(p::AbstractParameter)
Returns the size of the **flattened/optimzable** vector of `p`.
May be different from the number of parameters.
Can also be used directly on the type of `p`.
"""
Base.size(::T) where {T <: AbstractParameters} = (length(T),)
Base.size(::Type{T}) where {T <: AbstractParameters} = (length(T),)
function Base.show(io::IO, p::T) where T <: AbstractParameters
print(T)
t = table(p)
show(io, t; summary=false)
end
function Base.show(io::IO, m::MIME"text/plain", p::T) where T <: AbstractParameters
print(T)
t = table(p)
show(io, m, t; summary=false)
end
function table(p::T, nf::NamedTuple) where {T <: AbstractParameters}
t = DataFrame(Symbol = collect(symbols(p)), Value = values(p))
for (n,f) in zip(keys(nf), nf)
setproperty!(t, n, collect(f(p)))
end
return t
end
"""
table(p)
Returns a `DataFrame` (a table) of `p`.
Useful for printing and saving into an actual text/latex table.
"""
function table(p::AbstractParameters)
ks, vs = Symbol[], Function[]
all(isnothing, initial_value(p)) || (push!(ks, Symbol("Initial value")); push!(vs, initial_value))
all(isequal(1), units(p)) || (push!(ks, :Unit); push!(vs, units))
all(isnothing, prior(p)) || (push!(ks, Symbol("Prior")); push!(vs, prior))
all(isempty, description(p)) || (push!(ks, Symbol("Description")); push!(vs, description))
all(isnothing, bounds(p)) || (push!(ks, Symbol("Bounds")); push!(vs, bounds))
any(logscaled(p)) && (push!(ks, Symbol("Logscaled")); push!(vs, logscaled))
all(flattenable(p)) || (push!(ks, Symbol("Optimizable")); push!(vs, flattenable))
all(isnothing, reference(p)) || (push!(ks, Symbol("Reference")); push!(vs, reference))
nf = (; zip(ks, vs)...)
t = table(p, nf)
end
"""
latex(p)
Returns a LaTeX-formatted table of the parameters.
"""
latex(p::AbstractParameters) = show(stdout, MIME("text/latex"), table(p))
"""
unpack(p <: AbstractParameters, s)
Unpacks the parameter `s` from `p`.
Note this is specialized and will convert the parameter value to SI units.
"""
@inline UnPack.unpack(p::T, ::Val{f}) where {T<:AbstractParameters,f} = ustrip(upreferred(getproperty(p, f) * units(T, f)))
"""
+(p::T, v::Vector) where {T <: AbstractParameters}
Adds the flattened vector `v` to `p`.
**Warning:** This method for `+` is implemented only for differentiation
using dual and hyperdual numbers.
If you want to change the values of `p`, you should do so explicitly
rather than use this `+` method.
"""
Base.:+(p::T, v::Vector) where {T <: AbstractParameters} = reconstruct(T, vec(p) + v)
"""
reconstruct(T, v)
Reconstructs the parameter of type `T` from flattenable vector `v`.
"""
function reconstruct(::Type{T}, v::Tv) where {T <: AbstractParameters, Tv <: Vector}
all(isnothing, initial_value(T)) && error("Can't reconstruct without initial values")
vunits = units(T)[[flattenable(T)...]]
v = @. v * upreferred(vunits) |> vunits |> ustrip
reconstructed_v = convert(Tv, collect(initial_value(T)))
reconstructed_v[collect(flattenable(T))] .= v
return T.name.wrapper(reconstructed_v...)
end
"""
getindex(p::T, i) where {T <: AbstractParameters}
Returns the i-th element of vec(p).
This is not efficient and only used for testing the derivatives with ForwardDiff.
"""
Base.getindex(p::T, i) where {T <: AbstractParameters} = getindex(vec(p), i)
function (::Type{T})(args::Quantity...) where {T <: AbstractParameters}
all(isequal(1), units(T)) && error("$T needs `units` for this construction to work")
return T([ustrip(x |> units(T, f)) for (x,f) in zip(args, fieldnames(T))]...)
end
function (::Type{T})(;kwargs...) where {T <: AbstractParameters}
all(isnothing, initial_value(T)) && length(kwargs) ≠ length(symbols(T)) && error("$T needs `initial_value` if one of the parameters is not supplied")
value(f::Symbol, v::Quantity) = ustrip(v |> units(T, f))
value(f::Symbol, v) = v
return T([f ∈ keys(kwargs) ? value(f, kwargs[f]) : initial_value(T, f) for f in fieldnames(T)]...)
end
#===============================
Writing to savable formats
===============================#
function Base.Dict(p::T, s=symbols(p)) where {T<:AbstractParameters}
v = [getfield(p,s) for s in s]
u = [units(p,s) for s in s]
return Dict([(s,v*u) for (s,v,u) in zip(s,v,u)])
end
function Base.NamedTuple(p::T, s=symbols(p)) where {T<:AbstractParameters}
v = [getfield(p,s) for s in s]
u = [units(p,s) for s in s]
return (; zip(s, v .* u)...)
end
#=====================
mismatch of parameters
=====================#
"""
mismatch(p::AbstractParameters)
Returns the sum of the negative log-likelihood of each flattenable parameter.
"""
function mismatch(p::AbstractParameters)
return sum(-logpdf(prior(p,k), UnPack.unpack(p,Val(k))) for k in flattenable_symbols(p))
end
function ∇mismatch(p::AbstractParameters)
return transpose([-gradlogpdf(prior(p,k), UnPack.unpack(p,Val(k))) for k in flattenable_symbols(p)])
end
# The functions below is just for ForwardDiff to work with vectors instead of p
# which requires `mismatch` to know about the priors, which are containted in `T`
function generate_objective(ωs, μx, σ²x, v, ωp, ::Type{T}) where {T<:AbstractParameters}
nt, nb = length(ωs), length(v)
tracers(x) = state_to_tracers(x, nb, nt)
f(x, p) = ωp * mismatch(T, p) +
sum([ωⱼ * mismatch(xⱼ, μⱼ, σⱼ², v) for (ωⱼ, xⱼ, μⱼ, σⱼ²) in zip(ωs, tracers(x), μx, σ²x)])
return f
end
function mismatch(::Type{T}, v) where {T<:AbstractParameters}
return sum(-logpdf(prior(T,k), v[i]) for (i,k) in enumerate(flattenable_symbols(T)))
end
#==================
Change of variables
==================#
"""
subfun
Returns the substitution function for the change of variables of parameters.
If the prior of parameter `pᵢ` is `LogNormal`, then the substitution function is `exp`.
If the prior is `Uniform`, then the change of variables is the logit function.
Otherwise, it's `identity`.
"""
function subfun(::Type{T}) where {T<:AbstractParameters}
return λ -> reconstruct(T, [subfun(T, s)(λᵢ) for (λᵢ,s) in zip(λ, flattenable_symbols(T))])
end
function ∇subfun(::Type{T}) where {T<:AbstractParameters}
return λ -> reconstruct(T, [∇subfun(T, s)(λᵢ) for (λᵢ,s) in zip(λ, flattenable_symbols(T))])
end
function ∇²subfun(::Type{T}) where {T<:AbstractParameters}
return λ -> reconstruct(T, [∇²subfun(T, s)(λᵢ) for (λᵢ,s) in zip(λ, flattenable_symbols(T))])
end
function invsubfun(::Type{T}) where {T<:AbstractParameters}
return p -> [invsubfun(T, s)(pᵢ) for (pᵢ,s) in zip(vec(p), flattenable_symbols(T))]
end
# substitution function (change of variables) is determined from prior distribution
subfun(::Type{T}, s::Symbol) where {T<:AbstractParameters} = subfun(prior(T,s))
∇subfun(::Type{T}, s::Symbol) where {T<:AbstractParameters} = ∇subfun(prior(T,s))
∇²subfun(::Type{T}, s::Symbol) where {T<:AbstractParameters} = ∇²subfun(prior(T,s))
invsubfun(::Type{T}, s::Symbol) where {T<:AbstractParameters} = invsubfun(prior(T,s))
# Fallback rule for change of variables is identity
subfun(::Distribution) = identity
∇subfun(::Distribution) = x -> one(x)
∇²subfun(::Distribution) = x -> zero(x)
invsubfun(::Distribution) = identity
# p = exp(λ) for LogNormal
subfun(::LogNormal) = exp
∇subfun(::LogNormal) = exp
∇²subfun(::LogNormal) = exp
invsubfun(::LogNormal) = log
# p = logistic(λ) for Uniform
subfun(d::Uniform) = λ -> d.a + (d.b - d.a) / (exp(-λ) + 1)
∇subfun(d::Uniform) = λ -> (d.b - d.a) * exp(-λ) / (exp(-λ) + 1)^2
∇²subfun(d::Uniform) = λ -> (d.a - d.b) * exp(-λ) / (exp(-λ) + 1)^2 + 2(d.b - d.a) * exp(-2λ) / (exp(-λ) + 1)^3
invsubfun(d::Uniform) = p -> -log((d.b - d.a) / (p - d.a) - 1)
export subfun, ∇subfun, ∇²subfun, invsubfun
export AbstractParameters, latex
| [
11748,
1610,
41769,
25,
27172,
21633,
198,
31,
38993,
4238,
62,
8367,
2147,
198,
11748,
7663,
9171,
14706,
25,
2488,
41667,
11,
4991,
198,
11748,
7663,
9171,
14706,
25,
2488,
49196,
11,
7095,
198,
11748,
7663,
9171,
14706,
25,
2488,
3448,
273,
11,
3161,
198,
11748,
7663,
9171,
14706,
25,
2488,
11213,
11,
6764,
198,
31,
38993,
22303,
2147,
198,
11748,
7663,
9171,
14706,
25,
2488,
6404,
1416,
3021,
11,
2604,
1416,
3021,
198,
31,
38993,
4941,
2147,
628,
198,
37811,
198,
220,
220,
220,
27741,
48944,
90,
51,
92,
1279,
25,
27741,
38469,
90,
51,
92,
198,
198,
2025,
12531,
2099,
329,
9552,
33,
2943,
50,
2746,
10007,
13,
198,
198,
48944,
287,
9552,
33,
2943,
50,
779,
262,
1708,
15607,
10392,
25,
198,
198,
12,
40117,
198,
12,
7663,
9171,
14706,
198,
12,
7663,
7469,
13185,
198,
12,
1610,
41769,
198,
12,
11801,
913,
198,
12,
6060,
35439,
198,
12,
46567,
507,
198,
198,
4711,
4031,
284,
1249,
329,
617,
3621,
3033,
11,
543,
2291,
198,
198,
12,
3621,
15582,
329,
8593,
5430,
10007,
287,
5499,
2884,
262,
4600,
31,
403,
8002,
63,
15021,
357,
69,
1313,
791,
11869,
13,
20362,
8,
198,
12,
3224,
20150,
319,
10007,
198,
12,
2562,
11315,
284,
290,
422,
30104,
198,
12,
779,
286,
4991,
290,
11353,
32626,
611,
3306,
198,
12,
2495,
3084,
12,
18982,
11298,
198,
12,
11046,
290,
8914,
284,
290,
422,
44189,
3696,
198,
12,
3161,
7746,
329,
15489,
35610,
32278,
290,
23989,
198,
198,
6214,
262,
1351,
286,
6096,
284,
651,
281,
2126,
286,
703,
284,
7716,
10007,
329,
534,
2746,
13,
198,
198,
2,
21066,
198,
198,
8645,
378,
257,
2829,
11507,
2099,
2884,
198,
198,
15506,
63,
73,
335,
38441,
395,
198,
73,
43640,
29,
2878,
17427,
10044,
4105,
90,
51,
92,
1279,
25,
27741,
48944,
90,
51,
92,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
26367,
3712,
51,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
27169,
3712,
51,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7377,
111,
3712,
51,
198,
220,
220,
220,
220,
220,
220,
886,
198,
26437,
10044,
4105,
198,
15506,
63,
198,
198,
2514,
2251,
281,
4554,
286,
262,
4600,
26437,
10044,
4105,
7,
43879,
2414,
8,
63,
2099,
11,
345,
460,
466,
198,
198,
15506,
63,
73,
335,
38441,
395,
198,
73,
43640,
29,
279,
796,
17427,
10044,
4105,
7,
16,
13,
15,
11,
362,
13,
15,
11,
513,
13,
15,
8,
198,
26437,
10044,
4105,
90,
43879,
2414,
92,
198,
6552,
224,
11314,
19421,
38357,
19421,
11052,
220,
220,
19421,
198,
6552,
224,
220,
220,
220,
220,
19421,
38357,
19421,
48436,
2414,
19421,
198,
6552,
250,
16068,
7280,
6552,
120,
28542,
6552,
120,
28542,
7280,
6552,
97,
198,
6552,
224,
352,
220,
220,
19421,
26367,
220,
220,
220,
220,
220,
19421,
352,
13,
15,
220,
220,
220,
220,
19421,
198,
6552,
224,
362,
220,
220,
19421,
27169,
220,
220,
220,
220,
220,
19421,
362,
13,
15,
220,
220,
220,
220,
19421,
198,
6552,
224,
513,
220,
220,
19421,
7377,
111,
220,
220,
220,
220,
220,
19421,
513,
13,
15,
220,
220,
220,
220,
19421,
198,
15506,
63,
198,
198,
3198,
286,
262,
4755,
3033,
422,
40117,
318,
8593,
5430,
287,
5499,
11,
304,
13,
70,
1539,
198,
198,
15506,
63,
73,
335,
38441,
395,
198,
73,
43640,
29,
2163,
2829,
69,
7,
79,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2488,
403,
8002,
26367,
11,
7377,
111,
796,
279,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
26367,
1343,
7377,
111,
198,
220,
220,
220,
220,
220,
220,
886,
198,
36439,
69,
357,
41357,
2163,
351,
352,
2446,
8,
198,
198,
73,
43640,
29,
2829,
69,
7,
79,
8,
1303,
352,
13,
15,
1343,
513,
13,
15,
198,
19,
13,
15,
198,
15506,
63,
198,
198,
5167,
3716,
6096,
389,
10431,
416,
4375,
20150,
357,
27547,
284,
7663,
9171,
14706,
13,
20362,
737,
198,
1639,
460,
751,
4991,
198,
198,
15506,
63,
73,
335,
38441,
395,
198,
73,
43640,
29,
2488,
41667,
2878,
11801,
10044,
4105,
90,
51,
92,
1279,
25,
27741,
48944,
90,
51,
92,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
26367,
3712,
51,
930,
334,
1,
13276,
1,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
27169,
3712,
51,
930,
334,
1,
11840,
1,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7377,
111,
3712,
51,
930,
334,
1,
76,
14,
82,
1,
198,
220,
220,
220,
220,
220,
220,
886,
2162,
198,
198,
73,
43640,
29,
279,
796,
11801,
10044,
4105,
7,
16,
13,
15,
11,
362,
13,
15,
11,
513,
13,
15,
8,
198,
26453,
10044,
4105,
90,
43879,
2414,
92,
198,
6552,
224,
11314,
19421,
38357,
19421,
11052,
220,
220,
19421,
11801,
220,
220,
220,
220,
19421,
198,
6552,
224,
220,
220,
220,
220,
19421,
38357,
19421,
48436,
2414,
19421,
11801,
913,
1399,
19421,
198,
6552,
250,
16068,
7280,
6552,
120,
28542,
6552,
120,
28542,
7280,
6552,
120,
28542,
8418,
6552,
97,
198,
6552,
224,
352,
220,
220,
19421,
26367,
220,
220,
220,
220,
220,
19421,
352,
13,
15,
220,
220,
220,
220,
19421,
10571,
220,
220,
220,
220,
220,
220,
19421,
198,
6552,
224,
362,
220,
220,
19421,
27169,
220,
220,
220,
220,
220,
19421,
362,
13,
15,
220,
220,
220,
220,
19421,
39436,
220,
220,
220,
220,
220,
220,
19421,
198,
6552,
224,
513,
220,
220,
19421,
7377,
111,
220,
220,
220,
220,
220,
19421,
513,
13,
15,
220,
220,
220,
220,
19421,
285,
264,
61,
12,
16,
220,
220,
19421,
198,
15506,
63,
198,
198,
6425,
326,
618,
4375,
4991,
284,
534,
10007,
11,
484,
481,
307,
11513,
284,
25861,
198,
12518,
8593,
6021,
11,
355,
287,
11,
304,
13,
70,
1539,
198,
198,
15506,
63,
73,
335,
38441,
395,
198,
73,
43640,
29,
2163,
2866,
7,
79,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2488,
403,
8002,
26367,
11,
27169,
11,
7377,
111,
796,
279,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
26367,
1220,
27169,
1343,
7377,
111,
198,
220,
220,
220,
220,
220,
220,
886,
198,
12287,
357,
41357,
2163,
351,
352,
2446,
8,
198,
198,
73,
43640,
29,
2866,
7,
79,
8,
1303,
357,
16,
13,
15,
10571,
1220,
362,
13,
15,
39436,
1343,
513,
285,
14,
82,
8,
287,
285,
14,
82,
198,
18,
13,
1485,
3459,
3459,
3459,
3459,
3459,
39121,
198,
15506,
63,
198,
198,
6610,
1672,
329,
6436,
13821,
14,
2704,
1078,
21633,
10007,
198,
198,
15506,
63,
73,
335,
38441,
395,
198,
73,
43640,
29,
2488,
36733,
62,
8367,
2488,
41667,
2488,
2704,
1078,
21633,
2878,
13123,
10044,
4105,
90,
51,
92,
1279,
25,
27741,
48944,
90,
51,
92,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
26367,
3712,
51,
930,
513,
13,
21,
930,
334,
1,
13276,
1,
220,
930,
2081,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
27169,
3712,
51,
930,
352,
13,
15,
930,
334,
1,
11840,
1,
220,
930,
3991,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7377,
111,
3712,
51,
930,
352,
13,
15,
930,
334,
1,
76,
14,
82,
1,
930,
2081,
198,
220,
220,
220,
220,
220,
220,
886,
2162,
198,
198,
73,
43640,
29,
279,
796,
13123,
10044,
4105,
7,
36733,
62,
8367,
7,
27871,
10044,
4105,
8,
23029,
198,
27871,
10044,
4105,
90,
43879,
2414,
92,
198,
6552,
224,
11314,
19421,
38357,
19421,
11052,
220,
220,
19421,
20768,
1988,
19421,
11801,
220,
220,
220,
220,
19421,
30011,
13821,
19421,
198,
6552,
224,
220,
220,
220,
220,
19421,
38357,
19421,
48436,
2414,
19421,
48436,
2414,
220,
220,
220,
220,
220,
220,
19421,
11801,
913,
1399,
19421,
347,
970,
220,
220,
220,
220,
220,
220,
220,
19421,
198,
6552,
250,
16068,
7280,
6552,
120,
28542,
6552,
120,
28542,
7280,
6552,
120,
28542,
16068,
8418,
7280,
6552,
120,
28542,
8418,
6552,
120,
28542,
16068,
7280,
6552,
97,
198,
6552,
224,
352,
220,
220,
19421,
26367,
220,
220,
220,
220,
220,
19421,
513,
13,
21,
220,
220,
220,
220,
19421,
513,
13,
21,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
19421,
10571,
220,
220,
220,
220,
220,
220,
19421,
352,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
19421,
198,
6552,
224,
362,
220,
220,
19421,
27169,
220,
220,
220,
220,
220,
19421,
352,
13,
15,
220,
220,
220,
220,
19421,
352,
13,
15,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
19421,
39436,
220,
220,
220,
220,
220,
220,
19421,
657,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
19421,
198,
6552,
224,
513,
220,
220,
19421,
7377,
111,
220,
220,
220,
220,
220,
19421,
352,
13,
15,
220,
220,
220,
220,
19421,
352,
13,
15,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
19421,
285,
264,
61,
12,
16,
220,
220,
19421,
352,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
19421,
198,
15506,
63,
198,
198,
9690,
284,
262,
7663,
48526,
6601,
7071,
11,
345,
460,
6333,
262,
1708,
662,
14578,
20150,
25,
198,
198,
12,
4238,
62,
8367,
198,
12,
4991,
357,
6738,
11801,
913,
13,
20362,
8,
198,
12,
3161,
357,
6738,
46567,
507,
13,
20362,
8,
198,
12,
6764,
357,
63,
10100,
63,
8,
198,
12,
22303,
357,
17,
12,
30854,
4600,
51,
29291,
63,
8,
198,
12,
2604,
1416,
3021,
357,
63,
33,
970,
63,
8,
198,
12,
27172,
21633,
357,
1462,
10385,
284,
30104,
286,
6436,
13821,
10007,
691,
8,
198,
12,
4941,
357,
63,
10100,
63,
8,
198,
198,
4342,
318,
281,
1672,
286,
11507,
351,
477,
262,
1744,
20150,
1695,
287,
9552,
33,
2943,
50,
25,
198,
198,
15506,
63,
73,
335,
38441,
395,
198,
73,
43640,
29,
2488,
36733,
62,
8367,
2488,
41667,
2488,
3448,
273,
2488,
11213,
2488,
65,
3733,
2488,
6404,
1416,
3021,
2488,
2704,
1078,
21633,
2488,
35790,
2878,
6462,
10044,
4105,
90,
51,
92,
1279,
25,
27741,
48944,
90,
51,
92,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
26367,
3712,
51,
930,
352,
13,
15,
930,
334,
1,
13276,
1,
220,
930,
14435,
7,
15,
11,
16,
8,
220,
220,
220,
930,
366,
464,
5253,
1,
220,
220,
930,
13841,
18943,
11,
4806,
8,
930,
3991,
930,
3991,
930,
366,
38248,
2123,
435,
1539,
1160,
3682,
1,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
27169,
3712,
51,
930,
362,
13,
15,
930,
334,
1,
11840,
1,
220,
930,
5972,
26447,
7,
15,
11,
16,
8,
930,
366,
464,
640,
1,
220,
220,
220,
220,
220,
220,
930,
357,
220,
220,
657,
11,
4806,
8,
930,
2081,
220,
930,
2081,
220,
930,
366,
47404,
2507,
2123,
435,
13,
13540,
1,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7377,
111,
3712,
51,
930,
513,
13,
15,
930,
334,
1,
43132,
1,
930,
14435,
7,
16,
11,
17,
8,
220,
220,
220,
930,
366,
464,
1303,
286,
285,
4316,
1,
930,
357,
220,
532,
16,
11,
220,
220,
352,
8,
930,
3991,
930,
2081,
220,
930,
366,
35,
385,
325,
2123,
435,
13,
4751,
1,
198,
220,
220,
220,
220,
220,
220,
886,
2162,
198,
198,
73,
43640,
29,
6462,
10044,
4105,
7,
19,
13,
15,
11,
642,
13,
15,
11,
718,
13,
15,
8,
198,
13295,
10044,
4105,
90,
43879,
2414,
92,
198,
6552,
224,
11314,
19421,
38357,
19421,
11052,
220,
220,
19421,
20768,
1988,
19421,
11801,
220,
220,
220,
220,
19421,
14481,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
19421,
12489,
220,
220,
220,
19421,
347,
3733,
220,
220,
220,
220,
220,
19421,
5972,
1416,
3021,
19421,
30011,
13821,
19421,
20984,
220,
220,
220,
220,
220,
220,
220,
220,
220,
19421,
198,
6552,
224,
220,
220,
220,
220,
19421,
38357,
19421,
48436,
2414,
19421,
48436,
2414,
220,
220,
220,
220,
220,
220,
19421,
11801,
913,
1399,
19421,
4307,
822,
84,
1399,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
19421,
10903,
220,
220,
220,
220,
220,
220,
220,
220,
19421,
309,
29291,
1399,
220,
220,
220,
220,
220,
19421,
347,
970,
220,
220,
220,
220,
220,
19421,
347,
970,
220,
220,
220,
220,
220,
220,
220,
19421,
10903,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
19421,
198,
6552,
250,
16068,
7280,
6552,
120,
28542,
6552,
120,
28542,
7280,
6552,
120,
28542,
16068,
8418,
7280,
6552,
120,
28542,
8418,
6552,
120,
28542,
28542,
28542,
28542,
8418,
6552,
120,
28542,
28542,
6552,
120,
28542,
16068,
7280,
6552,
120,
28542,
8418,
7280,
6552,
120,
28542,
16068,
7280,
6552,
120,
28542,
28542,
16068,
6552,
97,
198,
6552,
224,
352,
220,
220,
19421,
26367,
220,
220,
220,
220,
220,
19421,
604,
13,
15,
220,
220,
220,
220,
19421,
352,
13,
15,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
19421,
10571,
220,
220,
220,
220,
220,
220,
19421,
14435,
90,
43879,
2414,
92,
7,
34703,
28,
15,
13,
15,
11,
18074,
225,
28,
16,
13,
15,
8,
220,
220,
220,
19421,
383,
5253,
220,
220,
19421,
13841,
18943,
11,
4806,
8,
19421,
657,
220,
220,
220,
220,
220,
220,
220,
220,
19421,
657,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
19421,
11320,
2123,
435,
1539,
1160,
3682,
220,
19421,
198,
6552,
224,
362,
220,
220,
19421,
27169,
220,
220,
220,
220,
220,
19421,
642,
13,
15,
220,
220,
220,
220,
19421,
362,
13,
15,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
19421,
39436,
220,
220,
220,
220,
220,
220,
19421,
5972,
26447,
90,
43879,
2414,
92,
7,
34703,
28,
15,
13,
15,
11,
18074,
225,
28,
16,
13,
15,
8,
19421,
383,
640,
220,
220,
220,
220,
220,
220,
19421,
357,
15,
11,
4806,
8,
220,
220,
220,
19421,
352,
220,
220,
220,
220,
220,
220,
220,
220,
19421,
352,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
19421,
40559,
2123,
435,
13,
13540,
19421,
198,
6552,
224,
513,
220,
220,
19421,
7377,
111,
220,
220,
220,
220,
220,
19421,
718,
13,
15,
220,
220,
220,
220,
19421,
513,
13,
15,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
19421,
18605,
220,
220,
220,
220,
220,
19421,
14435,
90,
43879,
2414,
92,
7,
34703,
28,
16,
13,
15,
11,
18074,
225,
28,
17,
13,
15,
8,
220,
220,
220,
19421,
383,
1303,
286,
285,
4316,
19421,
13841,
16,
11,
352,
8,
220,
220,
220,
220,
19421,
657,
220,
220,
220,
220,
220,
220,
220,
220,
19421,
352,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
19421,
360,
385,
325,
2123,
435,
13,
4751,
220,
19421,
198,
15506,
63,
198,
198,
6425,
326,
612,
318,
645,
2198,
326,
262,
20150,
345,
1577,
318,
6414,
13,
198,
4711,
20150,
481,
11481,
307,
4465,
329,
6190,
8748,
286,
9552,
33,
2943,
50,
11,
304,
13,
70,
1539,
1262,
3161,
1321,
290,
14,
273,
22303,
329,
23989,
13,
198,
37811,
198,
397,
8709,
2099,
27741,
48944,
90,
51,
92,
1279,
25,
27741,
38469,
90,
51,
92,
886,
198,
198,
37811,
198,
220,
220,
220,
14354,
7,
79,
8,
198,
198,
35561,
262,
14354,
287,
4600,
79,
44646,
198,
198,
6090,
635,
307,
973,
3264,
319,
262,
2099,
286,
4600,
79,
63,
198,
7,
13893,
262,
14354,
286,
4600,
79,
3712,
51,
63,
389,
7763,
287,
262,
2099,
4600,
51,
63,
737,
198,
37811,
198,
1837,
2022,
10220,
7,
3712,
6030,
90,
51,
30072,
810,
1391,
51,
1279,
25,
27741,
48944,
92,
796,
2214,
14933,
7,
51,
8,
198,
1837,
2022,
10220,
7,
3712,
51,
8,
810,
1391,
51,
1279,
25,
27741,
48944,
92,
796,
14354,
7,
51,
8,
198,
198,
37811,
198,
220,
220,
220,
27172,
21633,
62,
1837,
2022,
10220,
7,
79,
8,
198,
198,
35561,
262,
27172,
21633,
14354,
287,
4600,
79,
44646,
198,
198,
464,
27172,
21633,
14354,
389,
883,
14354,
326,
389,
885,
79,
400,
618,
1262,
4600,
79,
63,
355,
257,
15879,
11,
198,
68,
13,
70,
1539,
618,
1804,
4600,
35138,
7,
79,
8,
44646,
198,
7,
11041,
913,
618,
6427,
10007,
284,
281,
23989,
8027,
1033,
13629,
257,
15879,
286,
6436,
13821,
10007,
2014,
198,
198,
6090,
635,
307,
973,
3264,
319,
262,
2099,
286,
4600,
79,
63,
198,
7,
13893,
262,
27172,
21633,
14354,
286,
4600,
79,
3712,
51,
63,
389,
7763,
287,
262,
2099,
4600,
51,
63,
737,
198,
37811,
198,
2704,
1078,
21633,
62,
1837,
2022,
10220,
7,
3712,
51,
8,
810,
1391,
51,
1279,
25,
27741,
48944,
92,
796,
27172,
21633,
62,
1837,
2022,
10220,
7,
51,
8,
198,
2704,
1078,
21633,
62,
1837,
2022,
10220,
7,
3712,
6030,
90,
51,
30072,
810,
1391,
51,
1279,
25,
27741,
48944,
92,
796,
2214,
14933,
7,
51,
38381,
33327,
7,
2704,
1078,
21633,
7,
51,
4008,
60,
198,
198,
37811,
198,
220,
220,
220,
3815,
7,
79,
3712,
51,
8,
810,
1391,
51,
1279,
25,
27741,
48944,
92,
198,
198,
35561,
257,
15879,
286,
12429,
439,
1174,
262,
3815,
286,
4600,
79,
44646,
198,
198,
6425,
326,
4600,
27160,
7,
79,
8,
63,
318,
1180,
422,
4600,
35138,
7,
79,
8,
44646,
198,
37811,
198,
14881,
13,
27160,
7,
79,
3712,
51,
8,
810,
1391,
51,
1279,
25,
27741,
48944,
92,
796,
685,
1136,
3245,
7,
79,
11,
264,
8,
329,
264,
287,
14354,
7,
51,
15437,
198,
198,
37811,
198,
220,
220,
220,
27172,
21633,
62,
27160,
7,
79,
3712,
51,
8,
810,
1391,
51,
1279,
25,
27741,
48944,
92,
198,
198,
35561,
257,
15879,
286,
262,
12429,
2704,
1078,
21633,
1174,
3815,
286,
4600,
79,
44646,
198,
198,
6425,
326,
4600,
35138,
7,
79,
8,
63,
318,
1180,
422,
4600,
27160,
7,
79,
8,
44646,
198,
37811,
198,
2704,
1078,
21633,
62,
27160,
7,
79,
3712,
51,
8,
810,
1391,
51,
1279,
25,
27741,
48944,
92,
796,
685,
1136,
3245,
7,
79,
11,
264,
8,
329,
264,
287,
27172,
21633,
62,
1837,
2022,
10220,
7,
51,
15437,
198,
198,
37811,
198,
220,
220,
220,
43030,
7,
79,
3712,
51,
8,
810,
1391,
51,
1279,
25,
27741,
48944,
92,
198,
198,
35561,
257,
12429,
11584,
12,
20850,
12,
1102,
13658,
1174,
15879,
286,
27172,
21633,
3815,
286,
4600,
79,
44646,
198,
198,
6425,
326,
4600,
35138,
7,
79,
8,
15139,
254,
27172,
21633,
62,
27160,
7,
79,
8,
63,
611,
4600,
79,
63,
468,
4991,
13,
198,
37811,
198,
14881,
13,
35138,
7,
79,
3712,
51,
8,
810,
1391,
51,
1279,
25,
27741,
48944,
92,
796,
685,
3118,
11869,
13,
403,
8002,
7,
79,
11,
3254,
7,
82,
4008,
329,
264,
287,
27172,
21633,
62,
1837,
2022,
10220,
7,
51,
15437,
628,
198,
37811,
198,
220,
220,
220,
4129,
7,
79,
3712,
23839,
36301,
8,
198,
198,
35561,
262,
4129,
286,
262,
12429,
2704,
1078,
2945,
14,
40085,
89,
540,
1174,
15879,
286,
4600,
79,
44646,
198,
198,
6747,
307,
1180,
422,
262,
1271,
286,
10007,
13,
198,
6090,
635,
307,
973,
3264,
319,
262,
2099,
286,
4600,
79,
44646,
198,
37811,
198,
14881,
13,
13664,
7,
3712,
51,
8,
810,
1391,
51,
1279,
25,
27741,
48944,
92,
796,
2160,
7,
2704,
1078,
21633,
7,
51,
4008,
198,
14881,
13,
13664,
7,
3712,
6030,
90,
51,
30072,
810,
1391,
51,
1279,
25,
27741,
48944,
92,
796,
2160,
7,
2704,
1078,
21633,
7,
51,
4008,
198,
198,
37811,
198,
220,
220,
220,
2546,
7,
79,
3712,
23839,
36301,
8,
198,
198,
35561,
262,
2546,
286,
262,
12429,
2704,
1078,
2945,
14,
40085,
89,
540,
1174,
15879,
286,
4600,
79,
44646,
198,
198,
6747,
307,
1180,
422,
262,
1271,
286,
10007,
13,
198,
6090,
635,
307,
973,
3264,
319,
262,
2099,
286,
4600,
79,
44646,
198,
37811,
198,
14881,
13,
7857,
7,
3712,
51,
8,
810,
1391,
51,
1279,
25,
27741,
48944,
92,
796,
357,
13664,
7,
51,
828,
8,
198,
14881,
13,
7857,
7,
3712,
6030,
90,
51,
30072,
810,
1391,
51,
1279,
25,
27741,
48944,
92,
796,
357,
13664,
7,
51,
828,
8,
198,
198,
8818,
7308,
13,
12860,
7,
952,
3712,
9399,
11,
279,
3712,
51,
8,
810,
309,
1279,
25,
27741,
48944,
198,
220,
220,
220,
3601,
7,
51,
8,
198,
220,
220,
220,
256,
796,
3084,
7,
79,
8,
198,
220,
220,
220,
905,
7,
952,
11,
256,
26,
10638,
28,
9562,
8,
198,
437,
198,
8818,
7308,
13,
12860,
7,
952,
3712,
9399,
11,
285,
3712,
44,
12789,
1,
5239,
14,
25638,
1600,
279,
3712,
51,
8,
810,
309,
1279,
25,
27741,
48944,
198,
220,
220,
220,
3601,
7,
51,
8,
198,
220,
220,
220,
256,
796,
3084,
7,
79,
8,
198,
220,
220,
220,
905,
7,
952,
11,
285,
11,
256,
26,
10638,
28,
9562,
8,
198,
437,
198,
198,
8818,
3084,
7,
79,
3712,
51,
11,
299,
69,
3712,
45,
2434,
51,
29291,
8,
810,
1391,
51,
1279,
25,
27741,
48944,
92,
198,
220,
220,
220,
256,
796,
6060,
19778,
7,
13940,
23650,
796,
2824,
7,
1837,
2022,
10220,
7,
79,
36911,
11052,
796,
3815,
7,
79,
4008,
198,
220,
220,
220,
329,
357,
77,
11,
69,
8,
287,
19974,
7,
13083,
7,
77,
69,
828,
299,
69,
8,
198,
220,
220,
220,
220,
220,
220,
220,
900,
26745,
0,
7,
83,
11,
299,
11,
2824,
7,
69,
7,
79,
22305,
198,
220,
220,
220,
886,
198,
220,
220,
220,
1441,
256,
198,
437,
198,
198,
37811,
198,
220,
220,
220,
3084,
7,
79,
8,
198,
198,
35561,
257,
4600,
6601,
19778,
63,
357,
64,
3084,
8,
286,
4600,
79,
44646,
198,
11041,
913,
329,
13570,
290,
8914,
656,
281,
4036,
2420,
14,
17660,
87,
3084,
13,
198,
37811,
198,
8818,
3084,
7,
79,
3712,
23839,
48944,
8,
198,
220,
220,
220,
479,
82,
11,
3691,
796,
38357,
58,
4357,
15553,
21737,
198,
220,
220,
220,
477,
7,
271,
22366,
11,
4238,
62,
8367,
7,
79,
4008,
8614,
357,
14689,
0,
7,
591,
11,
38357,
7203,
24243,
1988,
4943,
1776,
4574,
0,
7,
14259,
11,
4238,
62,
8367,
4008,
198,
220,
220,
220,
477,
7,
786,
13255,
7,
16,
828,
4991,
7,
79,
4008,
8614,
357,
14689,
0,
7,
591,
11,
1058,
26453,
1776,
4574,
0,
7,
14259,
11,
4991,
4008,
198,
220,
220,
220,
477,
7,
271,
22366,
11,
3161,
7,
79,
4008,
8614,
357,
14689,
0,
7,
591,
11,
38357,
7203,
22442,
4943,
1776,
4574,
0,
7,
14259,
11,
3161,
4008,
198,
220,
220,
220,
477,
7,
271,
28920,
11,
6764,
7,
79,
4008,
8614,
357,
14689,
0,
7,
591,
11,
38357,
7203,
11828,
4943,
1776,
4574,
0,
7,
14259,
11,
6764,
4008,
198,
220,
220,
220,
477,
7,
271,
22366,
11,
22303,
7,
79,
4008,
8614,
357,
14689,
0,
7,
591,
11,
38357,
7203,
33,
3733,
4943,
1776,
4574,
0,
7,
14259,
11,
22303,
4008,
198,
220,
220,
220,
597,
7,
6404,
1416,
3021,
7,
79,
4008,
11405,
357,
14689,
0,
7,
591,
11,
38357,
7203,
11187,
1416,
3021,
4943,
1776,
4574,
0,
7,
14259,
11,
2604,
1416,
3021,
4008,
198,
220,
220,
220,
477,
7,
2704,
1078,
21633,
7,
79,
4008,
8614,
357,
14689,
0,
7,
591,
11,
38357,
7203,
27871,
320,
13821,
4943,
1776,
4574,
0,
7,
14259,
11,
27172,
21633,
4008,
198,
220,
220,
220,
477,
7,
271,
22366,
11,
4941,
7,
79,
4008,
8614,
357,
14689,
0,
7,
591,
11,
38357,
7203,
26687,
4943,
1776,
4574,
0,
7,
14259,
11,
4941,
4008,
198,
220,
220,
220,
299,
69,
796,
357,
26,
19974,
7,
591,
11,
3691,
8,
23029,
198,
220,
220,
220,
256,
796,
3084,
7,
79,
11,
299,
69,
8,
198,
437,
628,
198,
37811,
198,
220,
220,
220,
47038,
7,
79,
8,
198,
198,
35561,
257,
4689,
49568,
12,
687,
16898,
3084,
286,
262,
10007,
13,
198,
37811,
198,
17660,
87,
7,
79,
3712,
23839,
48944,
8,
796,
905,
7,
19282,
448,
11,
337,
12789,
7203,
5239,
14,
17660,
87,
12340,
3084,
7,
79,
4008,
198,
198,
37811,
198,
220,
220,
220,
555,
8002,
7,
79,
1279,
25,
27741,
48944,
11,
264,
8,
198,
198,
3118,
32377,
262,
11507,
4600,
82,
63,
422,
4600,
79,
44646,
198,
198,
6425,
428,
318,
16976,
290,
481,
10385,
262,
11507,
1988,
284,
25861,
4991,
13,
198,
37811,
198,
31,
45145,
791,
11869,
13,
403,
8002,
7,
79,
3712,
51,
11,
7904,
7762,
90,
69,
30072,
810,
1391,
51,
27,
25,
23839,
48944,
11,
69,
92,
796,
334,
36311,
7,
929,
260,
18186,
7,
1136,
26745,
7,
79,
11,
277,
8,
1635,
4991,
7,
51,
11,
277,
22305,
198,
198,
37811,
198,
220,
220,
220,
1343,
7,
79,
3712,
51,
11,
410,
3712,
38469,
8,
810,
1391,
51,
1279,
25,
27741,
48944,
92,
198,
198,
46245,
262,
45096,
15879,
4600,
85,
63,
284,
4600,
79,
44646,
198,
198,
1174,
20361,
25,
1174,
770,
2446,
329,
4600,
10,
63,
318,
9177,
691,
329,
32488,
198,
3500,
10668,
290,
8718,
646,
282,
3146,
13,
198,
1532,
345,
765,
284,
1487,
262,
3815,
286,
4600,
79,
47671,
345,
815,
466,
523,
11777,
198,
34330,
621,
779,
428,
4600,
10,
63,
2446,
13,
198,
37811,
198,
14881,
11207,
33747,
79,
3712,
51,
11,
410,
3712,
38469,
8,
810,
1391,
51,
1279,
25,
27741,
48944,
92,
796,
31081,
7,
51,
11,
43030,
7,
79,
8,
1343,
410,
8,
198,
198,
37811,
198,
220,
220,
220,
31081,
7,
51,
11,
410,
8,
198,
198,
6690,
261,
7249,
82,
262,
11507,
286,
2099,
4600,
51,
63,
422,
27172,
21633,
15879,
4600,
85,
44646,
198,
37811,
198,
8818,
31081,
7,
3712,
6030,
90,
51,
5512,
410,
3712,
51,
85,
8,
810,
1391,
51,
1279,
25,
27741,
48944,
11,
309,
85,
1279,
25,
20650,
92,
198,
220,
220,
220,
477,
7,
271,
22366,
11,
4238,
62,
8367,
7,
51,
4008,
11405,
4049,
7203,
6090,
470,
31081,
1231,
4238,
3815,
4943,
198,
220,
220,
220,
410,
41667,
796,
4991,
7,
51,
8,
30109,
2704,
1078,
21633,
7,
51,
26513,
11907,
198,
220,
220,
220,
410,
796,
2488,
13,
410,
1635,
510,
260,
18186,
7,
85,
41667,
8,
930,
29,
410,
41667,
930,
29,
334,
36311,
198,
220,
220,
220,
49594,
62,
85,
796,
10385,
7,
51,
85,
11,
2824,
7,
36733,
62,
8367,
7,
51,
22305,
198,
220,
220,
220,
49594,
62,
85,
58,
33327,
7,
2704,
1078,
21633,
7,
51,
4008,
60,
764,
28,
410,
198,
220,
220,
220,
1441,
309,
13,
3672,
13,
48553,
7,
260,
1102,
16242,
62,
85,
23029,
198,
437,
198,
198,
37811,
198,
220,
220,
220,
651,
9630,
7,
79,
3712,
51,
11,
1312,
8,
810,
1391,
51,
1279,
25,
27741,
48944,
92,
198,
198,
35561,
262,
1312,
12,
400,
5002,
286,
43030,
7,
79,
737,
198,
198,
1212,
318,
407,
6942,
290,
691,
973,
329,
4856,
262,
28486,
351,
19530,
28813,
13,
198,
37811,
198,
14881,
13,
1136,
9630,
7,
79,
3712,
51,
11,
1312,
8,
810,
1391,
51,
1279,
25,
27741,
48944,
92,
796,
651,
9630,
7,
35138,
7,
79,
828,
1312,
8,
628,
198,
8818,
357,
3712,
6030,
90,
51,
92,
5769,
22046,
3712,
31208,
23029,
810,
1391,
51,
1279,
25,
27741,
48944,
92,
198,
220,
220,
220,
477,
7,
786,
13255,
7,
16,
828,
4991,
7,
51,
4008,
11405,
4049,
7203,
3,
51,
2476,
4600,
41667,
63,
329,
428,
5103,
284,
670,
4943,
198,
220,
220,
220,
1441,
309,
26933,
436,
5528,
7,
87,
930,
29,
4991,
7,
51,
11,
277,
4008,
329,
357,
87,
11,
69,
8,
287,
19974,
7,
22046,
11,
2214,
14933,
7,
51,
4008,
60,
23029,
198,
437,
198,
198,
8818,
357,
3712,
6030,
90,
51,
92,
5769,
26,
46265,
22046,
23029,
810,
1391,
51,
1279,
25,
27741,
48944,
92,
198,
220,
220,
220,
477,
7,
271,
22366,
11,
4238,
62,
8367,
7,
51,
4008,
11405,
4129,
7,
46265,
22046,
8,
15139,
254,
4129,
7,
1837,
2022,
10220,
7,
51,
4008,
11405,
4049,
7203,
3,
51,
2476,
4600,
36733,
62,
8367,
63,
611,
530,
286,
262,
10007,
318,
407,
14275,
4943,
198,
220,
220,
220,
1988,
7,
69,
3712,
13940,
23650,
11,
410,
3712,
31208,
8,
796,
334,
36311,
7,
85,
930,
29,
4991,
7,
51,
11,
277,
4008,
198,
220,
220,
220,
1988,
7,
69,
3712,
13940,
23650,
11,
410,
8,
796,
410,
198,
220,
220,
220,
1441,
309,
26933,
69,
18872,
230,
8251,
7,
46265,
22046,
8,
5633,
1988,
7,
69,
11,
479,
86,
22046,
58,
69,
12962,
1058,
4238,
62,
8367,
7,
51,
11,
277,
8,
329,
277,
287,
2214,
14933,
7,
51,
15437,
23029,
198,
437,
198,
198,
2,
4770,
25609,
18604,
198,
33874,
284,
6799,
540,
17519,
198,
4770,
25609,
18604,
2,
198,
198,
8818,
7308,
13,
35,
713,
7,
79,
3712,
51,
11,
264,
28,
1837,
2022,
10220,
7,
79,
4008,
810,
1391,
51,
27,
25,
23839,
48944,
92,
198,
220,
220,
220,
410,
796,
685,
1136,
3245,
7,
79,
11,
82,
8,
329,
264,
287,
264,
60,
198,
220,
220,
220,
334,
796,
685,
41667,
7,
79,
11,
82,
8,
329,
264,
287,
264,
60,
198,
220,
220,
220,
1441,
360,
713,
26933,
7,
82,
11,
85,
9,
84,
8,
329,
357,
82,
11,
85,
11,
84,
8,
287,
19974,
7,
82,
11,
85,
11,
84,
8,
12962,
198,
437,
198,
8818,
7308,
13,
45,
2434,
51,
29291,
7,
79,
3712,
51,
11,
264,
28,
1837,
2022,
10220,
7,
79,
4008,
810,
1391,
51,
27,
25,
23839,
48944,
92,
198,
220,
220,
220,
410,
796,
685,
1136,
3245,
7,
79,
11,
82,
8,
329,
264,
287,
264,
60,
198,
220,
220,
220,
334,
796,
685,
41667,
7,
79,
11,
82,
8,
329,
264,
287,
264,
60,
198,
220,
220,
220,
1441,
357,
26,
19974,
7,
82,
11,
410,
764,
9,
334,
8,
23029,
198,
437,
198,
198,
2,
4770,
1421,
28,
198,
76,
1042,
963,
286,
10007,
198,
4770,
1421,
46249,
198,
37811,
198,
220,
220,
220,
46318,
7,
79,
3712,
23839,
48944,
8,
198,
198,
35561,
262,
2160,
286,
262,
4633,
2604,
12,
2339,
11935,
286,
1123,
27172,
21633,
11507,
13,
198,
37811,
198,
8818,
46318,
7,
79,
3712,
23839,
48944,
8,
198,
220,
220,
220,
1441,
2160,
32590,
6404,
12315,
7,
3448,
273,
7,
79,
11,
74,
828,
791,
11869,
13,
403,
8002,
7,
79,
11,
7762,
7,
74,
22305,
329,
479,
287,
27172,
21633,
62,
1837,
2022,
10220,
7,
79,
4008,
198,
437,
198,
8818,
18872,
229,
76,
1042,
963,
7,
79,
3712,
23839,
48944,
8,
198,
220,
220,
220,
1441,
1007,
3455,
26933,
12,
9744,
6404,
12315,
7,
3448,
273,
7,
79,
11,
74,
828,
791,
11869,
13,
403,
8002,
7,
79,
11,
7762,
7,
74,
22305,
329,
479,
287,
27172,
21633,
62,
1837,
2022,
10220,
7,
79,
8,
12962,
198,
437,
198,
198,
2,
383,
5499,
2174,
318,
655,
329,
19530,
28813,
284,
670,
351,
30104,
2427,
286,
279,
198,
2,
543,
4433,
4600,
76,
1042,
963,
63,
284,
760,
546,
262,
1293,
669,
11,
543,
389,
3994,
1513,
287,
4600,
51,
63,
198,
8818,
7716,
62,
15252,
425,
7,
49535,
82,
11,
18919,
87,
11,
18074,
225,
31185,
87,
11,
410,
11,
18074,
231,
79,
11,
7904,
6030,
90,
51,
30072,
810,
1391,
51,
27,
25,
23839,
48944,
92,
198,
220,
220,
220,
299,
83,
11,
299,
65,
796,
4129,
7,
49535,
82,
828,
4129,
7,
85,
8,
198,
220,
220,
220,
491,
49908,
7,
87,
8,
796,
1181,
62,
1462,
62,
2213,
49908,
7,
87,
11,
299,
65,
11,
299,
83,
8,
198,
220,
220,
220,
277,
7,
87,
11,
279,
8,
796,
18074,
231,
79,
1635,
46318,
7,
51,
11,
279,
8,
1343,
198,
220,
220,
220,
220,
220,
220,
220,
2160,
26933,
49535,
158,
109,
120,
1635,
46318,
7,
87,
158,
109,
120,
11,
18919,
158,
109,
120,
11,
18074,
225,
158,
109,
120,
31185,
11,
410,
8,
329,
357,
49535,
158,
109,
120,
11,
2124,
158,
109,
120,
11,
18919,
158,
109,
120,
11,
18074,
225,
158,
109,
120,
31185,
8,
287,
19974,
7,
49535,
82,
11,
491,
49908,
7,
87,
828,
18919,
87,
11,
18074,
225,
31185,
87,
8,
12962,
198,
220,
220,
220,
1441,
277,
198,
437,
198,
8818,
46318,
7,
3712,
6030,
90,
51,
5512,
410,
8,
810,
1391,
51,
27,
25,
23839,
48944,
92,
198,
220,
220,
220,
1441,
2160,
32590,
6404,
12315,
7,
3448,
273,
7,
51,
11,
74,
828,
410,
58,
72,
12962,
329,
357,
72,
11,
74,
8,
287,
27056,
378,
7,
2704,
1078,
21633,
62,
1837,
2022,
10220,
7,
51,
22305,
198,
437,
198,
198,
2,
4770,
855,
198,
19400,
286,
9633,
198,
4770,
855,
2,
198,
37811,
198,
220,
220,
220,
850,
12543,
198,
198,
35561,
262,
32097,
2163,
329,
262,
1487,
286,
9633,
286,
10007,
13,
198,
198,
1532,
262,
3161,
286,
11507,
4600,
79,
39611,
95,
63,
318,
4600,
11187,
26447,
47671,
788,
262,
32097,
2163,
318,
4600,
11201,
44646,
198,
1532,
262,
3161,
318,
4600,
3118,
6933,
47671,
788,
262,
1487,
286,
9633,
318,
262,
2604,
270,
2163,
13,
198,
48059,
11,
340,
338,
4600,
738,
414,
44646,
198,
37811,
198,
8818,
850,
12543,
7,
3712,
6030,
90,
51,
30072,
810,
1391,
51,
27,
25,
23839,
48944,
92,
198,
220,
220,
220,
1441,
7377,
119,
4613,
31081,
7,
51,
11,
685,
7266,
12543,
7,
51,
11,
264,
5769,
39377,
39611,
95,
8,
329,
357,
39377,
39611,
95,
11,
82,
8,
287,
19974,
7,
39377,
11,
27172,
21633,
62,
1837,
2022,
10220,
7,
51,
4008,
12962,
198,
437,
198,
8818,
18872,
229,
7266,
12543,
7,
3712,
6030,
90,
51,
30072,
810,
1391,
51,
27,
25,
23839,
48944,
92,
198,
220,
220,
220,
1441,
7377,
119,
4613,
31081,
7,
51,
11,
685,
24861,
229,
7266,
12543,
7,
51,
11,
264,
5769,
39377,
39611,
95,
8,
329,
357,
39377,
39611,
95,
11,
82,
8,
287,
19974,
7,
39377,
11,
27172,
21633,
62,
1837,
2022,
10220,
7,
51,
4008,
12962,
198,
437,
198,
8818,
18872,
229,
31185,
7266,
12543,
7,
3712,
6030,
90,
51,
30072,
810,
1391,
51,
27,
25,
23839,
48944,
92,
198,
220,
220,
220,
1441,
7377,
119,
4613,
31081,
7,
51,
11,
685,
24861,
229,
31185,
7266,
12543,
7,
51,
11,
264,
5769,
39377,
39611,
95,
8,
329,
357,
39377,
39611,
95,
11,
82,
8,
287,
19974,
7,
39377,
11,
27172,
21633,
62,
1837,
2022,
10220,
7,
51,
4008,
12962,
198,
437,
198,
8818,
800,
7266,
12543,
7,
3712,
6030,
90,
51,
30072,
810,
1391,
51,
27,
25,
23839,
48944,
92,
198,
220,
220,
220,
1441,
279,
4613,
685,
16340,
7266,
12543,
7,
51,
11,
264,
5769,
79,
39611,
95,
8,
329,
357,
79,
39611,
95,
11,
82,
8,
287,
19974,
7,
35138,
7,
79,
828,
27172,
21633,
62,
1837,
2022,
10220,
7,
51,
4008,
60,
198,
437,
198,
2,
32097,
2163,
357,
3803,
286,
9633,
8,
318,
5295,
422,
3161,
6082,
198,
7266,
12543,
7,
3712,
6030,
90,
51,
5512,
264,
3712,
13940,
23650,
8,
810,
1391,
51,
27,
25,
23839,
48944,
92,
796,
850,
12543,
7,
3448,
273,
7,
51,
11,
82,
4008,
198,
24861,
229,
7266,
12543,
7,
3712,
6030,
90,
51,
5512,
264,
3712,
13940,
23650,
8,
810,
1391,
51,
27,
25,
23839,
48944,
92,
796,
18872,
229,
7266,
12543,
7,
3448,
273,
7,
51,
11,
82,
4008,
198,
24861,
229,
31185,
7266,
12543,
7,
3712,
6030,
90,
51,
5512,
264,
3712,
13940,
23650,
8,
810,
1391,
51,
27,
25,
23839,
48944,
92,
796,
18872,
229,
31185,
7266,
12543,
7,
3448,
273,
7,
51,
11,
82,
4008,
198,
16340,
7266,
12543,
7,
3712,
6030,
90,
51,
5512,
264,
3712,
13940,
23650,
8,
810,
1391,
51,
27,
25,
23839,
48944,
92,
796,
800,
7266,
12543,
7,
3448,
273,
7,
51,
11,
82,
4008,
198,
2,
7218,
1891,
3896,
329,
1487,
286,
9633,
318,
5369,
198,
7266,
12543,
7,
3712,
20344,
3890,
8,
796,
5369,
198,
24861,
229,
7266,
12543,
7,
3712,
20344,
3890,
8,
796,
2124,
4613,
530,
7,
87,
8,
198,
24861,
229,
31185,
7266,
12543,
7,
3712,
20344,
3890,
8,
796,
2124,
4613,
6632,
7,
87,
8,
198,
16340,
7266,
12543,
7,
3712,
20344,
3890,
8,
796,
5369,
198,
2,
279,
796,
1033,
7,
39377,
8,
329,
5972,
26447,
198,
7266,
12543,
7,
3712,
11187,
26447,
8,
796,
1033,
198,
24861,
229,
7266,
12543,
7,
3712,
11187,
26447,
8,
796,
1033,
198,
24861,
229,
31185,
7266,
12543,
7,
3712,
11187,
26447,
8,
796,
1033,
198,
16340,
7266,
12543,
7,
3712,
11187,
26447,
8,
796,
2604,
198,
2,
279,
796,
2604,
2569,
7,
39377,
8,
329,
35712,
198,
7266,
12543,
7,
67,
3712,
3118,
6933,
8,
796,
7377,
119,
4613,
288,
13,
64,
1343,
357,
67,
13,
65,
532,
288,
13,
64,
8,
1220,
357,
11201,
32590,
39377,
8,
1343,
352,
8,
198,
24861,
229,
7266,
12543,
7,
67,
3712,
3118,
6933,
8,
796,
7377,
119,
4613,
357,
67,
13,
65,
532,
288,
13,
64,
8,
1635,
1033,
32590,
39377,
8,
1220,
357,
11201,
32590,
39377,
8,
1343,
352,
8,
61,
17,
198,
24861,
229,
31185,
7266,
12543,
7,
67,
3712,
3118,
6933,
8,
796,
7377,
119,
4613,
357,
67,
13,
64,
532,
288,
13,
65,
8,
1635,
1033,
32590,
39377,
8,
1220,
357,
11201,
32590,
39377,
8,
1343,
352,
8,
61,
17,
1343,
362,
7,
67,
13,
65,
532,
288,
13,
64,
8,
1635,
1033,
32590,
17,
39377,
8,
1220,
357,
11201,
32590,
39377,
8,
1343,
352,
8,
61,
18,
198,
16340,
7266,
12543,
7,
67,
3712,
3118,
6933,
8,
796,
279,
4613,
532,
6404,
19510,
67,
13,
65,
532,
288,
13,
64,
8,
1220,
357,
79,
532,
288,
13,
64,
8,
532,
352,
8,
198,
198,
39344,
850,
12543,
11,
18872,
229,
7266,
12543,
11,
18872,
229,
31185,
7266,
12543,
11,
800,
7266,
12543,
628,
198,
39344,
27741,
48944,
11,
47038,
628
] | 2.482063 | 6,300 |
using StatsBase, Plots; pyplot()
names = ["Mary","Mel","David","John","Kayley","Anderson"]
randomName() = rand(names)
X = 3:8
N = 10^6
sampleLengths = [length(randomName()) for _ in 1:N]
bar(X,counts(sampleLengths)/N, ylims=(0,0.35),
xlabel="Name length", ylabel="Estimated p(x)", legend=:none) | [
3500,
20595,
14881,
11,
1345,
1747,
26,
12972,
29487,
3419,
198,
198,
14933,
796,
14631,
24119,
2430,
21102,
2430,
11006,
2430,
7554,
2430,
37247,
1636,
2430,
42991,
8973,
198,
25120,
5376,
3419,
796,
43720,
7,
14933,
8,
198,
55,
796,
513,
25,
23,
198,
45,
796,
838,
61,
21,
198,
39873,
24539,
82,
796,
685,
13664,
7,
25120,
5376,
28955,
329,
4808,
287,
352,
25,
45,
60,
198,
198,
5657,
7,
55,
11,
9127,
82,
7,
39873,
24539,
82,
20679,
45,
11,
331,
2475,
82,
16193,
15,
11,
15,
13,
2327,
828,
198,
220,
220,
220,
2124,
18242,
2625,
5376,
4129,
1600,
331,
18242,
2625,
22362,
15655,
279,
7,
87,
42501,
8177,
28,
25,
23108,
8
] | 2.586207 | 116 |
int main () {
printInt(fact(7)) ;
printInt(factr(7)) ;
return 0 ;
}
// iterative factorial
int fact (int n) {
int i,r ;
i = 1 ;
r = 1 ;
while (i <= n) {
r = r * i ;
i++ ;
}
return r ;
}
// recursive factorial
int factr (int n) {
if (n < 2)
return 1 ;
else
return n * factr(n-1) ;
}
| [
600,
1388,
7499,
1391,
198,
4798,
5317,
7,
22584,
7,
22,
4008,
2162,
198,
4798,
5317,
7,
22584,
81,
7,
22,
4008,
2162,
198,
7783,
657,
2162,
198,
92,
198,
1003,
11629,
876,
1109,
5132,
198,
600,
1109,
357,
600,
299,
8,
1391,
198,
600,
1312,
11,
81,
2162,
198,
72,
796,
352,
2162,
198,
81,
796,
352,
2162,
198,
4514,
357,
72,
19841,
299,
8,
1391,
198,
81,
796,
374,
1635,
1312,
2162,
198,
72,
4880,
2162,
198,
92,
198,
7783,
374,
2162,
198,
92,
198,
1003,
45115,
1109,
5132,
198,
600,
1109,
81,
357,
600,
299,
8,
1391,
198,
361,
357,
77,
1279,
362,
8,
198,
7783,
352,
2162,
198,
17772,
198,
7783,
299,
1635,
1109,
81,
7,
77,
12,
16,
8,
2162,
198,
92,
198
] | 2.203125 | 128 |
"""
Interval unions sets of defined by unions of disjoint intervals.
This file includes constructors, arithmetic (including intervals and scalars)
and complement functions
Empty sets and intersecting intervals are appropriately handled in the constructor:
julia> a = interval(0,2) ∪ interval(3,4)
[0, 2] ∪ [3, 4]
julia> b = interval(1,2) ∪ interval(4,5) ∪ ∅
[1, 2] ∪ [4, 5]
julia> c = a * b
[0, 10] ∪ [12, 20]
julia> complement(c)
[-∞, 0] ∪ [10, 12] ∪ [20, ∞]
"""
###
# IntervalUnion constructor. Consists of a vector of intervals
###
struct IntervalU{T<:Real} <: IntervalUnion{T}
v :: Array{Interval{T}}
end
###
# Outer constructors
###
function intervalU(x)
x = IntervalU(x)
sort!(x.v)
x = remove_empties(x)
x = condense(x)
closeGaps!(x)
return x
end
intervalU(num :: Real) = IntervalU([interval(num)])
intervalU(lo :: Real, hi :: Real) = IntervalU([interval(lo,hi)])
IntervalU(lo :: Real, hi :: Real) = IntervalU([interval(lo,hi)])
intervalU(x :: Interval) = IntervalU([x])
∪(x :: Interval) = intervalU(x)
∪(x :: Interval, y :: Interval) = intervalU([x; y])
∪(x :: Array{Interval{T}}) where T <:Real = intervalU(x)
intervalU(x :: Interval, y :: IntervalU) = intervalU([x; y.v])
∪(x :: Interval, y :: IntervalU) = intervalU(x,y)
intervalU(x :: IntervalU, y :: Interval) = intervalU([x.v; y])
∪(x :: IntervalU, y :: Interval) = intervalU(x,y)
intervalM(x :: IntervalU, y :: IntervalU) = intervalU([x.v; y.v])
∪(x :: IntervalU, y :: IntervalU) = intervalU(x,y)
# MultiInterval can act like a vector
getindex(x :: IntervalU, ind :: Integer) = getindex(x.v,ind)
getindex(x :: IntervalU, ind :: Array{ <: Integer}) = getindex(x.v,ind)
# Remove ∅ from IntervalUnion
function remove_empties(x :: IntervalU)
v = x.v
Vnew = v[v .!= ∅]
return IntervalU(Vnew)
end
function closeGaps!(x :: IntervalU, maxInts = MAXINTS[1])
while length(x.v) > maxInts # Global
# Complement code
v = sort(x.v)
vLo = left.(v)
vHi = right.(v)
vLo[1] == -∞ ? popfirst!(vLo) : pushfirst!(vHi, -∞)
vHi[end] == ∞ ? pop!(vHi) : push!(vLo, ∞)
xc = interval.(vHi,vLo)
# Close smallest width of complement
widths = diam.(xc)
d, i = findmin(widths)
merge = hull(x[i-1], x[i])
popat!(x.v, i)
popat!(x.v, i-1)
push!(x.v, merge)
sort!(x.v)
end
return x
end
# Recursively envolpe intervals which intersect.
function condense(x :: IntervalU)
if iscondensed(x); return x; end
v = sort(x.v)
v = unique(v)
Vnew = Interval{Float64}[]
for i =1:length(v)
intersects = intersect.(v[i],v )
these = findall( intersects .!= ∅)
push!(Vnew, hull(v[these]))
end
return condense( intervalU(Vnew) )
end
function iscondensed(x :: IntervalU)
v = sort(x.v)
for i=1:length(v)
intersects = findall( intersect.(v[i],v[1:end .!= i]) .!= ∅)
if !isempty(intersects); return false; end
end
return true
end
# Recursively envolpe intervals which intersect, except those which touch
function condense_weak(x :: IntervalU)
if iscondensed(x); return x; end
v = sort(x.v)
v = unique(v)
Vnew = Interval{Float64}[]
for i =1:length(v)
intersects = intersect.(v[i],v )
notempty = intersects .!= ∅
isItThin = isthin.(intersects) # Don't hull intervals which touch
notEmptyOrThin = notempty .* (1 .- isItThin)
them = findall(notEmptyOrThin .== 1)
push!(Vnew, hull(v[them]))
end
return condense( intervalU(Vnew) )
end
function iscondensed_weak(x :: IntervalU)
v = sort(x.v)
for i=1:length(v)
intersects = intersect.(v[i],v[1:end .!= i])
notempty = intersects .!= ∅
isItThin = isthin.(intersects)
notEmptyOrThin = notempty .* (1 .- isItThin)
if sum(notEmptyOrThin) != 0; return false; end
end
return true
end
| [
37811,
628,
220,
220,
220,
4225,
2100,
11936,
5621,
286,
5447,
416,
11936,
286,
595,
73,
1563,
20016,
13,
198,
220,
220,
220,
770,
2393,
3407,
5678,
669,
11,
34768,
357,
8201,
20016,
290,
16578,
945,
8,
198,
220,
220,
220,
290,
16829,
5499,
628,
220,
220,
220,
33523,
5621,
290,
36177,
278,
20016,
389,
20431,
12118,
287,
262,
23772,
25,
628,
220,
220,
220,
474,
43640,
29,
257,
796,
16654,
7,
15,
11,
17,
8,
18872,
103,
16654,
7,
18,
11,
19,
8,
198,
220,
220,
220,
685,
15,
11,
362,
60,
18872,
103,
685,
18,
11,
604,
60,
628,
220,
220,
220,
474,
43640,
29,
275,
796,
16654,
7,
16,
11,
17,
8,
18872,
103,
16654,
7,
19,
11,
20,
8,
18872,
103,
18872,
227,
198,
220,
220,
220,
685,
16,
11,
362,
60,
18872,
103,
685,
19,
11,
642,
60,
628,
220,
220,
220,
474,
43640,
29,
269,
796,
257,
1635,
275,
198,
220,
220,
220,
685,
15,
11,
838,
60,
18872,
103,
685,
1065,
11,
1160,
60,
628,
220,
220,
220,
474,
43640,
29,
16829,
7,
66,
8,
198,
220,
220,
220,
25915,
24861,
252,
11,
657,
60,
18872,
103,
685,
940,
11,
1105,
60,
18872,
103,
685,
1238,
11,
18872,
252,
60,
198,
198,
37811,
628,
198,
21017,
198,
2,
220,
220,
4225,
2100,
38176,
23772,
13,
3515,
1023,
286,
257,
15879,
286,
20016,
198,
21017,
198,
7249,
4225,
2100,
52,
90,
51,
27,
25,
15633,
92,
1279,
25,
4225,
2100,
38176,
90,
51,
92,
198,
220,
220,
220,
410,
7904,
15690,
90,
9492,
2100,
90,
51,
11709,
198,
437,
628,
198,
21017,
198,
2,
220,
220,
35868,
5678,
669,
198,
21017,
198,
8818,
16654,
52,
7,
87,
8,
198,
220,
220,
220,
2124,
796,
4225,
2100,
52,
7,
87,
8,
198,
220,
220,
220,
3297,
0,
7,
87,
13,
85,
8,
198,
220,
220,
220,
2124,
796,
4781,
62,
1791,
444,
7,
87,
8,
198,
220,
220,
220,
2124,
796,
1779,
1072,
7,
87,
8,
198,
220,
220,
220,
1969,
38,
1686,
0,
7,
87,
8,
198,
220,
220,
220,
1441,
2124,
198,
437,
198,
198,
3849,
2100,
52,
7,
22510,
7904,
6416,
8,
796,
4225,
2100,
52,
26933,
3849,
2100,
7,
22510,
8,
12962,
198,
198,
3849,
2100,
52,
7,
5439,
7904,
6416,
11,
23105,
7904,
6416,
8,
796,
4225,
2100,
52,
26933,
3849,
2100,
7,
5439,
11,
5303,
8,
12962,
198,
9492,
2100,
52,
7,
5439,
7904,
6416,
11,
23105,
7904,
6416,
8,
796,
4225,
2100,
52,
26933,
3849,
2100,
7,
5439,
11,
5303,
8,
12962,
198,
198,
3849,
2100,
52,
7,
87,
7904,
4225,
2100,
8,
796,
4225,
2100,
52,
26933,
87,
12962,
198,
24861,
103,
7,
87,
7904,
4225,
2100,
8,
796,
16654,
52,
7,
87,
8,
198,
198,
24861,
103,
7,
87,
7904,
4225,
2100,
11,
331,
7904,
4225,
2100,
8,
796,
16654,
52,
26933,
87,
26,
331,
12962,
198,
24861,
103,
7,
87,
7904,
15690,
90,
9492,
2100,
90,
51,
11709,
8,
810,
309,
1279,
25,
15633,
796,
16654,
52,
7,
87,
8,
198,
198,
3849,
2100,
52,
7,
87,
7904,
4225,
2100,
11,
331,
7904,
4225,
2100,
52,
8,
796,
16654,
52,
26933,
87,
26,
331,
13,
85,
12962,
198,
24861,
103,
7,
87,
7904,
4225,
2100,
11,
331,
7904,
4225,
2100,
52,
8,
796,
16654,
52,
7,
87,
11,
88,
8,
198,
198,
3849,
2100,
52,
7,
87,
7904,
4225,
2100,
52,
11,
331,
7904,
4225,
2100,
8,
796,
16654,
52,
26933,
87,
13,
85,
26,
331,
12962,
198,
24861,
103,
7,
87,
7904,
4225,
2100,
52,
11,
331,
7904,
4225,
2100,
8,
796,
16654,
52,
7,
87,
11,
88,
8,
198,
198,
3849,
2100,
44,
7,
87,
7904,
4225,
2100,
52,
11,
331,
7904,
4225,
2100,
52,
8,
796,
16654,
52,
26933,
87,
13,
85,
26,
331,
13,
85,
12962,
198,
24861,
103,
7,
87,
7904,
4225,
2100,
52,
11,
331,
7904,
4225,
2100,
52,
8,
796,
16654,
52,
7,
87,
11,
88,
8,
198,
198,
2,
15237,
9492,
2100,
460,
719,
588,
257,
15879,
198,
1136,
9630,
7,
87,
7904,
4225,
2100,
52,
11,
773,
7904,
34142,
8,
796,
651,
9630,
7,
87,
13,
85,
11,
521,
8,
198,
1136,
9630,
7,
87,
7904,
4225,
2100,
52,
11,
773,
7904,
15690,
90,
1279,
25,
34142,
30072,
796,
651,
9630,
7,
87,
13,
85,
11,
521,
8,
198,
198,
2,
17220,
18872,
227,
422,
4225,
2100,
38176,
198,
8818,
4781,
62,
1791,
444,
7,
87,
7904,
4225,
2100,
52,
8,
198,
220,
220,
220,
410,
796,
2124,
13,
85,
198,
220,
220,
220,
569,
3605,
796,
410,
58,
85,
764,
0,
28,
18872,
227,
60,
198,
220,
220,
220,
1441,
4225,
2100,
52,
7,
53,
3605,
8,
198,
437,
198,
198,
8818,
1969,
38,
1686,
0,
7,
87,
7904,
4225,
2100,
52,
11,
3509,
5317,
82,
796,
25882,
1268,
4694,
58,
16,
12962,
628,
220,
220,
220,
981,
4129,
7,
87,
13,
85,
8,
1875,
3509,
5317,
82,
220,
220,
220,
220,
1303,
8060,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
955,
26908,
2438,
198,
220,
220,
220,
220,
220,
220,
220,
410,
796,
3297,
7,
87,
13,
85,
8,
198,
220,
220,
220,
220,
220,
220,
220,
410,
27654,
796,
1364,
12195,
85,
8,
198,
220,
220,
220,
220,
220,
220,
220,
410,
17250,
796,
826,
12195,
85,
8,
198,
220,
220,
220,
220,
220,
220,
220,
410,
27654,
58,
16,
60,
6624,
532,
24861,
252,
5633,
1461,
11085,
0,
7,
85,
27654,
8,
1058,
4574,
11085,
0,
7,
85,
17250,
11,
532,
24861,
252,
8,
198,
220,
220,
220,
220,
220,
220,
220,
410,
17250,
58,
437,
60,
6624,
18872,
252,
5633,
1461,
0,
7,
85,
17250,
8,
1058,
4574,
0,
7,
85,
27654,
11,
18872,
252,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
66,
796,
16654,
12195,
85,
17250,
11,
85,
27654,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
13872,
18197,
9647,
286,
16829,
198,
220,
220,
220,
220,
220,
220,
220,
9647,
82,
796,
48428,
12195,
25306,
8,
198,
220,
220,
220,
220,
220,
220,
220,
288,
11,
1312,
796,
1064,
1084,
7,
10394,
82,
8,
198,
220,
220,
220,
220,
220,
220,
220,
20121,
796,
23644,
7,
87,
58,
72,
12,
16,
4357,
2124,
58,
72,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
1461,
265,
0,
7,
87,
13,
85,
11,
1312,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1461,
265,
0,
7,
87,
13,
85,
11,
1312,
12,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
87,
13,
85,
11,
20121,
8,
198,
220,
220,
220,
220,
220,
220,
220,
3297,
0,
7,
87,
13,
85,
8,
198,
220,
220,
220,
886,
198,
220,
220,
220,
1441,
2124,
198,
437,
198,
198,
2,
3311,
1834,
2280,
551,
10396,
431,
20016,
543,
36177,
13,
198,
8818,
1779,
1072,
7,
87,
7904,
4225,
2100,
52,
8,
628,
220,
220,
220,
611,
318,
17561,
15385,
7,
87,
1776,
1441,
2124,
26,
886,
628,
220,
220,
220,
410,
796,
3297,
7,
87,
13,
85,
8,
198,
220,
220,
220,
410,
796,
3748,
7,
85,
8,
628,
220,
220,
220,
569,
3605,
796,
4225,
2100,
90,
43879,
2414,
92,
21737,
198,
220,
220,
220,
329,
1312,
796,
16,
25,
13664,
7,
85,
8,
628,
220,
220,
220,
220,
220,
220,
220,
36177,
82,
796,
36177,
12195,
85,
58,
72,
4357,
85,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
777,
796,
1064,
439,
7,
36177,
82,
764,
0,
28,
18872,
227,
8,
628,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
53,
3605,
11,
23644,
7,
85,
58,
27218,
60,
4008,
198,
220,
220,
220,
886,
198,
220,
220,
220,
1441,
1779,
1072,
7,
16654,
52,
7,
53,
3605,
8,
1267,
198,
437,
198,
198,
8818,
318,
17561,
15385,
7,
87,
7904,
4225,
2100,
52,
8,
198,
220,
220,
220,
410,
796,
3297,
7,
87,
13,
85,
8,
198,
220,
220,
220,
329,
1312,
28,
16,
25,
13664,
7,
85,
8,
198,
220,
220,
220,
220,
220,
220,
220,
36177,
82,
796,
1064,
439,
7,
36177,
12195,
85,
58,
72,
4357,
85,
58,
16,
25,
437,
764,
0,
28,
1312,
12962,
764,
0,
28,
18872,
227,
8,
198,
220,
220,
220,
220,
220,
220,
220,
611,
5145,
271,
28920,
7,
3849,
8831,
82,
1776,
1441,
3991,
26,
886,
198,
220,
220,
220,
886,
198,
220,
220,
220,
1441,
2081,
198,
437,
198,
198,
2,
3311,
1834,
2280,
551,
10396,
431,
20016,
543,
36177,
11,
2845,
883,
543,
3638,
198,
8818,
1779,
1072,
62,
38695,
7,
87,
7904,
4225,
2100,
52,
8,
628,
220,
220,
220,
611,
318,
17561,
15385,
7,
87,
1776,
1441,
2124,
26,
886,
628,
220,
220,
220,
410,
796,
3297,
7,
87,
13,
85,
8,
198,
220,
220,
220,
410,
796,
3748,
7,
85,
8,
628,
220,
220,
220,
569,
3605,
796,
4225,
2100,
90,
43879,
2414,
92,
21737,
198,
220,
220,
220,
329,
1312,
796,
16,
25,
13664,
7,
85,
8,
628,
220,
220,
220,
220,
220,
220,
220,
36177,
82,
796,
36177,
12195,
85,
58,
72,
4357,
85,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
407,
28920,
796,
36177,
82,
764,
0,
28,
18872,
227,
198,
220,
220,
220,
220,
220,
220,
220,
318,
1026,
817,
259,
796,
318,
40871,
12195,
3849,
8831,
82,
8,
220,
220,
220,
1303,
2094,
470,
23644,
20016,
543,
3638,
628,
220,
220,
220,
220,
220,
220,
220,
407,
40613,
5574,
817,
259,
796,
407,
28920,
764,
9,
357,
16,
764,
12,
318,
1026,
817,
259,
8,
198,
220,
220,
220,
220,
220,
220,
220,
606,
796,
1064,
439,
7,
1662,
40613,
5574,
817,
259,
764,
855,
352,
8,
628,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
53,
3605,
11,
23644,
7,
85,
58,
18855,
60,
4008,
198,
220,
220,
220,
886,
198,
220,
220,
220,
1441,
1779,
1072,
7,
16654,
52,
7,
53,
3605,
8,
1267,
198,
437,
198,
198,
8818,
318,
17561,
15385,
62,
38695,
7,
87,
7904,
4225,
2100,
52,
8,
198,
220,
220,
220,
410,
796,
3297,
7,
87,
13,
85,
8,
198,
220,
220,
220,
329,
1312,
28,
16,
25,
13664,
7,
85,
8,
198,
220,
220,
220,
220,
220,
220,
220,
36177,
82,
796,
36177,
12195,
85,
58,
72,
4357,
85,
58,
16,
25,
437,
764,
0,
28,
1312,
12962,
628,
220,
220,
220,
220,
220,
220,
220,
407,
28920,
796,
36177,
82,
764,
0,
28,
18872,
227,
198,
220,
220,
220,
220,
220,
220,
220,
318,
1026,
817,
259,
796,
220,
318,
40871,
12195,
3849,
8831,
82,
8,
628,
220,
220,
220,
220,
220,
220,
220,
407,
40613,
5574,
817,
259,
796,
407,
28920,
764,
9,
357,
16,
764,
12,
318,
1026,
817,
259,
8,
628,
220,
220,
220,
220,
220,
220,
220,
611,
2160,
7,
1662,
40613,
5574,
817,
259,
8,
14512,
657,
26,
1441,
3991,
26,
886,
198,
220,
220,
220,
886,
198,
220,
220,
220,
1441,
2081,
198,
437,
198
] | 2.193883 | 1,831 |
#=
reverser.jl
based on
https://stackoverflow.com/questions/27411401/julia-reverse-n-dimensional-arrays
=#
export reverser
using Test: @test
"""
y = reverser(x, dims)
reverse array along specified dimensions (or all if unspecified)
"""
function reverser(x::AbstractArray, dims::AbstractVector{<:Int})
y = copy(x)
for d in dims
y = reverse(y, dims=d)
end
return y
end
reverser(x::AbstractArray) = reverser(x, 1:ndims(x)) # all dimensions
reverser(x::AbstractArray, d::Int) = reverser(x, [d])
"""
reverser(:test)
self test
"""
function reverser(test::Symbol)
test != :test && throw(ArgumentError("test $test"))
@test reverser(1:3) == 3:-1:1
@test reverser(1:3, 1) == 3:-1:1
@test reverser((1:3)', 1) == (1:3)'
@test reverser((1:3)', 2) == (3:-1:1)'
true
end
| [
2,
28,
198,
260,
690,
263,
13,
20362,
198,
3106,
319,
198,
5450,
1378,
25558,
2502,
11125,
13,
785,
14,
6138,
507,
14,
28857,
16562,
486,
14,
73,
43640,
12,
50188,
12,
77,
12,
19577,
12,
3258,
592,
198,
46249,
198,
198,
39344,
10372,
263,
198,
198,
3500,
6208,
25,
2488,
9288,
198,
198,
37811,
198,
220,
220,
220,
331,
796,
10372,
263,
7,
87,
11,
5391,
82,
8,
198,
50188,
7177,
1863,
7368,
15225,
357,
273,
477,
611,
29547,
8,
198,
37811,
198,
8818,
10372,
263,
7,
87,
3712,
23839,
19182,
11,
5391,
82,
3712,
23839,
38469,
90,
27,
25,
5317,
30072,
198,
220,
220,
220,
331,
796,
4866,
7,
87,
8,
198,
220,
220,
220,
329,
288,
287,
5391,
82,
198,
220,
220,
220,
220,
220,
220,
220,
331,
796,
9575,
7,
88,
11,
5391,
82,
28,
67,
8,
198,
220,
220,
220,
886,
198,
220,
220,
220,
1441,
331,
198,
437,
198,
198,
260,
690,
263,
7,
87,
3712,
23839,
19182,
8,
796,
10372,
263,
7,
87,
11,
352,
25,
358,
12078,
7,
87,
4008,
1303,
477,
15225,
198,
260,
690,
263,
7,
87,
3712,
23839,
19182,
11,
288,
3712,
5317,
8,
796,
10372,
263,
7,
87,
11,
685,
67,
12962,
628,
198,
37811,
198,
220,
220,
220,
10372,
263,
7,
25,
9288,
8,
198,
944,
1332,
198,
37811,
198,
8818,
10372,
263,
7,
9288,
3712,
13940,
23650,
8,
198,
197,
9288,
14512,
1058,
9288,
11405,
3714,
7,
28100,
1713,
12331,
7203,
9288,
720,
9288,
48774,
198,
197,
31,
9288,
10372,
263,
7,
16,
25,
18,
8,
6624,
513,
21912,
16,
25,
16,
198,
197,
31,
9288,
10372,
263,
7,
16,
25,
18,
11,
352,
8,
6624,
513,
21912,
16,
25,
16,
198,
197,
31,
9288,
10372,
263,
19510,
16,
25,
18,
8,
3256,
352,
8,
6624,
357,
16,
25,
18,
33047,
198,
197,
31,
9288,
10372,
263,
19510,
16,
25,
18,
8,
3256,
362,
8,
6624,
357,
18,
21912,
16,
25,
16,
33047,
198,
197,
7942,
198,
437,
198
] | 2.402402 | 333 |
"""
# Module FortranReader
FortranReader provides basic commands to read the 'unformatted' files written
by Fortran programs.
Although not technically portable, most Fortran programs write these files in
a predictable way, in 'records'. Each record contains either one or several
variables, marked before and after with the length of the variable(s) in bytes.
This marker is written as a 4-byte integer.
function `read_record(::IO, ::DataType, rank::Int, dims)` returns the value in
the next record from the stream and data type given.
"""
module FortranReader
export
read_record,
skip_record,
write_record
# Standard Fortran number sizes
const Real4 = Float32
const Real8 = Float64
const Integer4 = Int32
const Integer8 = Int64
const Complex4 = Complex{Float32}
const Complex8 = Complex{Float64}
const Character = String
const len4 = sizeof(Integer4)
const len8 = sizeof(Integer8)
const permissible_types = (Real4, Real8, Integer4, Integer8, Complex4, Complex8, Character)
"""
read_record(f::IO, T::DataType, dims...) -> v::T
Return the next record in the stream `f`, in the format of `T`. This means,
`read_record` assumes that the type of `v` is `T` (e.g., `Float64`).
`dims...` holds the dimensions; the default (no argument) assumes a scalar record.
"""
function read_record(f::IOStream, T::DataType, dims...)
all(Bool[typeof(dim) <: Integer for dim in dims]) || error("`dims` must be integers")
d, len = read_raw(f)
if T <: String
return String(d)
end
Tlen = sizeof(T)
rank = length(dims)
if rank == 0
len == Tlen || error("Record at $(position(f) - len4 - len) is not correct " *
"length for scalar of type $T")
reinterpret(T, d)[1]
elseif rank == 1
n = len ÷ Tlen
n != dims[1] && warn("Length of record does not match dimension supplied " *
"(Requested $(dims[1]); read size $n)")
reinterpret(T, d)
elseif rank >= 2
len ÷ Tlen == prod(dims) || error("Requested dimensions do not match size "*
"of record. (Requested $dims (size $(prod(dims))); record size $(len÷Tlen))")
reshape(reinterpret(T, d), dims)
else
error("Arrays must have positive rank")
end
end
"""
skip_record(f::IOStream) -> n::Int
Skip over the next record, returning the length of the record.
"""
function skip_record(f::IOStream)
nstart = reinterpret(Integer4, read(f, len4))[1]
pos = position(f)
skip(f, nstart)
nend = reinterpret(Integer4, read(f, len4))[1]
nstart == nend || error("Error skipping over record at byte $pos " *
"in stream $(f.name)")
nstart
end
"""
read_raw(f) -> d::Array{UInt8,1}, n::Int
Return the raw data from stream `f`, checked that the start and end records match,
and the number of bytes `n` read.
"""
function read_raw(f::IOStream)
nstart = reinterpret(Integer4, read(f, len4))[1]
pos = position(f)
d = read(f, nstart)
nend = reinterpret(Integer4, read(f, len4))[1]
nstart == nend || error("Error reading raw data at position $pos from stream "
* "$(f.name): record length markers do not match ($nstart != $nend)")
d, nstart
end
"""
write_record(f::IOStream, T::DataType, x...) -> n::Int
Write a record to the stream `f` containing `x`, which will be converted to have
element type `T`. `T` must therefore correspond to one of the Fortran types
`Float{32,64}`, `Int{32,64}`, `Complex{64,128}` or `String`. You can also use the
equivalent Fortran names which are exported by the module: `Integer{4,8}`, `Real{4,8}`,
`Complex{4,8}` and `Character`.
Return the **total** number of bytes written to the stream `f`, including the start-
and end-markers of the record.
"""
function write_record(f::IOStream, T::DataType, xs...)
T in permissible_types || error("Type of record $T is not supported. " *
"Choose one of $permissible_types")
bytes_written = 0
for x in xs
n = T == Character ? Integer4(length(x)) : Integer4(sizeof(eltype(T))*length(x))
write(f, n)
if T == Character
write(f, x)
elseif ndims(x) > 0
write(f, convert(Array{T}, x))
else
write(f, convert(T, x))
end
write(f, n)
bytes_written += 2*len4 + n
end
bytes_written
end
end # module
| [
37811,
198,
2,
19937,
6401,
2596,
33634,
198,
198,
21926,
2596,
33634,
3769,
4096,
9729,
284,
1100,
262,
705,
403,
687,
16898,
6,
3696,
3194,
198,
1525,
6401,
2596,
4056,
13,
198,
198,
7003,
407,
14497,
17726,
11,
749,
6401,
2596,
4056,
3551,
777,
3696,
287,
198,
64,
20039,
835,
11,
287,
705,
8344,
3669,
4458,
220,
5501,
1700,
4909,
2035,
530,
393,
1811,
198,
25641,
2977,
11,
7498,
878,
290,
706,
351,
262,
4129,
286,
262,
7885,
7,
82,
8,
287,
9881,
13,
198,
1212,
18364,
318,
3194,
355,
257,
604,
12,
26327,
18253,
13,
198,
198,
8818,
4600,
961,
62,
22105,
7,
3712,
9399,
11,
7904,
6601,
6030,
11,
4279,
3712,
5317,
11,
5391,
82,
8,
63,
5860,
262,
1988,
287,
198,
1169,
1306,
1700,
422,
262,
4269,
290,
1366,
2099,
1813,
13,
198,
37811,
198,
21412,
6401,
2596,
33634,
198,
198,
39344,
198,
220,
220,
220,
1100,
62,
22105,
11,
198,
220,
220,
220,
14267,
62,
22105,
11,
198,
220,
220,
220,
3551,
62,
22105,
198,
198,
2,
8997,
6401,
2596,
1271,
10620,
198,
9979,
6416,
19,
796,
48436,
2624,
198,
9979,
6416,
23,
796,
48436,
2414,
198,
9979,
34142,
19,
796,
2558,
2624,
198,
9979,
34142,
23,
796,
2558,
2414,
198,
9979,
19157,
19,
796,
19157,
90,
43879,
2624,
92,
198,
9979,
19157,
23,
796,
19157,
90,
43879,
2414,
92,
198,
9979,
15684,
796,
10903,
198,
198,
9979,
18896,
19,
796,
39364,
7,
46541,
19,
8,
198,
9979,
18896,
23,
796,
39364,
7,
46541,
23,
8,
198,
198,
9979,
32005,
62,
19199,
796,
357,
15633,
19,
11,
6416,
23,
11,
34142,
19,
11,
34142,
23,
11,
19157,
19,
11,
19157,
23,
11,
15684,
8,
198,
198,
37811,
198,
220,
220,
220,
1100,
62,
22105,
7,
69,
3712,
9399,
11,
309,
3712,
6601,
6030,
11,
5391,
82,
23029,
4613,
410,
3712,
51,
198,
198,
13615,
262,
1306,
1700,
287,
262,
4269,
4600,
69,
47671,
287,
262,
5794,
286,
4600,
51,
44646,
220,
770,
1724,
11,
198,
63,
961,
62,
22105,
63,
18533,
326,
262,
2099,
286,
4600,
85,
63,
318,
4600,
51,
63,
357,
68,
13,
70,
1539,
4600,
43879,
2414,
63,
737,
198,
63,
67,
12078,
986,
63,
6622,
262,
15225,
26,
262,
4277,
357,
3919,
4578,
8,
18533,
257,
16578,
283,
1700,
13,
198,
37811,
198,
8818,
1100,
62,
22105,
7,
69,
3712,
9399,
12124,
11,
309,
3712,
6601,
6030,
11,
5391,
82,
23029,
198,
220,
220,
220,
477,
7,
33,
970,
58,
4906,
1659,
7,
27740,
8,
1279,
25,
34142,
329,
5391,
287,
5391,
82,
12962,
8614,
4049,
7203,
63,
67,
12078,
63,
1276,
307,
37014,
4943,
198,
220,
220,
220,
288,
11,
18896,
796,
1100,
62,
1831,
7,
69,
8,
198,
220,
220,
220,
611,
309,
1279,
25,
10903,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
10903,
7,
67,
8,
198,
220,
220,
220,
886,
198,
220,
220,
220,
309,
11925,
796,
39364,
7,
51,
8,
198,
220,
220,
220,
4279,
796,
4129,
7,
67,
12078,
8,
198,
220,
220,
220,
611,
4279,
6624,
657,
198,
220,
220,
220,
220,
220,
220,
220,
18896,
6624,
309,
11925,
8614,
4049,
7203,
23739,
379,
29568,
9150,
7,
69,
8,
532,
18896,
19,
532,
18896,
8,
318,
407,
3376,
366,
1635,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
13664,
329,
16578,
283,
286,
2099,
720,
51,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
302,
27381,
7,
51,
11,
288,
38381,
16,
60,
198,
220,
220,
220,
2073,
361,
4279,
6624,
352,
198,
220,
220,
220,
220,
220,
220,
220,
299,
796,
18896,
6184,
115,
309,
11925,
198,
220,
220,
220,
220,
220,
220,
220,
299,
14512,
5391,
82,
58,
16,
60,
11405,
9828,
7203,
24539,
286,
1700,
857,
407,
2872,
15793,
14275,
366,
1635,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
30629,
18453,
276,
29568,
67,
12078,
58,
16,
36563,
1100,
2546,
720,
77,
8,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
302,
27381,
7,
51,
11,
288,
8,
198,
220,
220,
220,
2073,
361,
4279,
18189,
362,
198,
220,
220,
220,
220,
220,
220,
220,
18896,
6184,
115,
309,
11925,
6624,
40426,
7,
67,
12078,
8,
8614,
4049,
7203,
18453,
276,
15225,
466,
407,
2872,
2546,
366,
9,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
1659,
1700,
13,
220,
357,
18453,
276,
720,
67,
12078,
357,
7857,
29568,
1676,
67,
7,
67,
12078,
4008,
1776,
1700,
2546,
29568,
11925,
127,
115,
51,
11925,
4008,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
27179,
1758,
7,
260,
27381,
7,
51,
11,
288,
828,
5391,
82,
8,
198,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
4049,
7203,
3163,
20477,
1276,
423,
3967,
4279,
4943,
198,
220,
220,
220,
886,
198,
437,
198,
198,
37811,
198,
220,
220,
220,
14267,
62,
22105,
7,
69,
3712,
9399,
12124,
8,
4613,
299,
3712,
5317,
198,
198,
50232,
625,
262,
1306,
1700,
11,
8024,
262,
4129,
286,
262,
1700,
13,
198,
37811,
198,
8818,
14267,
62,
22105,
7,
69,
3712,
9399,
12124,
8,
198,
220,
220,
220,
299,
9688,
796,
302,
27381,
7,
46541,
19,
11,
1100,
7,
69,
11,
18896,
19,
4008,
58,
16,
60,
198,
220,
220,
220,
1426,
796,
2292,
7,
69,
8,
198,
220,
220,
220,
14267,
7,
69,
11,
299,
9688,
8,
198,
220,
220,
220,
299,
437,
796,
302,
27381,
7,
46541,
19,
11,
1100,
7,
69,
11,
18896,
19,
4008,
58,
16,
60,
198,
220,
220,
220,
299,
9688,
6624,
299,
437,
8614,
4049,
7203,
12331,
31017,
625,
1700,
379,
18022,
720,
1930,
366,
1635,
198,
220,
220,
220,
220,
220,
220,
220,
366,
259,
4269,
29568,
69,
13,
3672,
8,
4943,
198,
220,
220,
220,
299,
9688,
198,
437,
198,
198,
37811,
198,
220,
220,
220,
1100,
62,
1831,
7,
69,
8,
4613,
288,
3712,
19182,
90,
52,
5317,
23,
11,
16,
5512,
299,
3712,
5317,
198,
198,
13615,
262,
8246,
1366,
422,
4269,
4600,
69,
47671,
10667,
326,
262,
923,
290,
886,
4406,
2872,
11,
198,
392,
262,
1271,
286,
9881,
4600,
77,
63,
1100,
13,
198,
37811,
198,
8818,
1100,
62,
1831,
7,
69,
3712,
9399,
12124,
8,
198,
220,
220,
220,
299,
9688,
796,
302,
27381,
7,
46541,
19,
11,
1100,
7,
69,
11,
18896,
19,
4008,
58,
16,
60,
198,
220,
220,
220,
1426,
796,
2292,
7,
69,
8,
198,
220,
220,
220,
288,
796,
1100,
7,
69,
11,
299,
9688,
8,
198,
220,
220,
220,
299,
437,
796,
302,
27381,
7,
46541,
19,
11,
1100,
7,
69,
11,
18896,
19,
4008,
58,
16,
60,
198,
220,
220,
220,
299,
9688,
6624,
299,
437,
8614,
4049,
7203,
12331,
3555,
8246,
1366,
379,
2292,
720,
1930,
422,
4269,
366,
198,
220,
220,
220,
220,
220,
220,
220,
1635,
17971,
7,
69,
13,
3672,
2599,
1700,
4129,
19736,
466,
407,
2872,
7198,
77,
9688,
14512,
720,
77,
437,
8,
4943,
198,
220,
220,
220,
288,
11,
299,
9688,
198,
437,
198,
198,
37811,
198,
220,
220,
220,
3551,
62,
22105,
7,
69,
3712,
9399,
12124,
11,
309,
3712,
6601,
6030,
11,
2124,
23029,
4613,
299,
3712,
5317,
198,
198,
16594,
257,
1700,
284,
262,
4269,
4600,
69,
63,
7268,
4600,
87,
47671,
543,
481,
307,
11513,
284,
423,
198,
30854,
2099,
4600,
51,
44646,
220,
4600,
51,
63,
1276,
4361,
6053,
284,
530,
286,
262,
6401,
2596,
3858,
220,
198,
63,
43879,
90,
2624,
11,
2414,
92,
47671,
4600,
5317,
90,
2624,
11,
2414,
92,
47671,
4600,
5377,
11141,
90,
2414,
11,
12762,
92,
63,
393,
4600,
10100,
44646,
220,
921,
460,
635,
779,
262,
198,
4853,
29540,
6401,
2596,
3891,
543,
389,
29050,
416,
262,
8265,
25,
220,
4600,
46541,
90,
19,
11,
23,
92,
47671,
4600,
15633,
90,
19,
11,
23,
92,
47671,
198,
63,
5377,
11141,
90,
19,
11,
23,
92,
63,
290,
4600,
27275,
44646,
198,
198,
13615,
262,
12429,
23350,
1174,
1271,
286,
9881,
3194,
284,
262,
4269,
4600,
69,
47671,
1390,
262,
923,
12,
198,
392,
886,
12,
4102,
364,
286,
262,
1700,
13,
198,
37811,
198,
8818,
3551,
62,
22105,
7,
69,
3712,
9399,
12124,
11,
309,
3712,
6601,
6030,
11,
2124,
82,
23029,
198,
220,
220,
220,
309,
287,
32005,
62,
19199,
8614,
4049,
7203,
6030,
286,
1700,
720,
51,
318,
407,
4855,
13,
220,
366,
1635,
198,
220,
220,
220,
220,
220,
220,
220,
366,
31851,
530,
286,
720,
525,
21597,
62,
19199,
4943,
198,
220,
220,
220,
9881,
62,
15266,
796,
657,
198,
220,
220,
220,
329,
2124,
287,
2124,
82,
198,
220,
220,
220,
220,
220,
220,
220,
299,
796,
309,
6624,
15684,
5633,
34142,
19,
7,
13664,
7,
87,
4008,
1058,
34142,
19,
7,
7857,
1659,
7,
417,
4906,
7,
51,
4008,
9,
13664,
7,
87,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
3551,
7,
69,
11,
299,
8,
198,
220,
220,
220,
220,
220,
220,
220,
611,
309,
6624,
15684,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3551,
7,
69,
11,
2124,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
361,
299,
67,
12078,
7,
87,
8,
1875,
657,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3551,
7,
69,
11,
10385,
7,
19182,
90,
51,
5512,
2124,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3551,
7,
69,
11,
10385,
7,
51,
11,
2124,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
3551,
7,
69,
11,
299,
8,
198,
220,
220,
220,
220,
220,
220,
220,
9881,
62,
15266,
15853,
362,
9,
11925,
19,
1343,
299,
198,
220,
220,
220,
886,
198,
220,
220,
220,
9881,
62,
15266,
198,
437,
198,
198,
437,
1303,
8265,
198
] | 2.640122 | 1,645 |
using Test
using Logging
using Statistics
using Printf
using JLD2
using CUDA
using Oceananigans
using Oceananigans.Architectures
using JULES
Logging.global_logger(OceananigansLogger())
Archs = [CPU]
@hascuda Archs = [GPU]
CUDA.allowscalar(true)
@testset "JULES" begin
include("test_models.jl")
include("test_lazy_fields.jl")
include("test_time_stepping.jl")
include("test_regression.jl")
end
| [
3500,
6208,
198,
3500,
5972,
2667,
198,
3500,
14370,
198,
3500,
12578,
69,
198,
3500,
449,
11163,
17,
198,
3500,
29369,
5631,
198,
198,
3500,
10692,
272,
34090,
198,
3500,
10692,
272,
34090,
13,
19895,
5712,
942,
198,
3500,
49349,
1546,
198,
198,
11187,
2667,
13,
20541,
62,
6404,
1362,
7,
46607,
272,
34090,
11187,
1362,
28955,
628,
220,
220,
220,
220,
220,
220,
220,
220,
5579,
82,
796,
685,
36037,
60,
198,
31,
71,
3372,
15339,
5579,
82,
796,
685,
33346,
60,
628,
198,
43633,
5631,
13,
12154,
1416,
282,
283,
7,
7942,
8,
198,
198,
31,
9288,
2617,
366,
41,
6239,
1546,
1,
2221,
198,
220,
220,
220,
2291,
7203,
9288,
62,
27530,
13,
20362,
4943,
198,
220,
220,
220,
2291,
7203,
9288,
62,
75,
12582,
62,
25747,
13,
20362,
4943,
198,
220,
220,
220,
2291,
7203,
9288,
62,
2435,
62,
4169,
2105,
13,
20362,
4943,
198,
220,
220,
220,
2291,
7203,
9288,
62,
2301,
2234,
13,
20362,
4943,
198,
437,
628
] | 2.585366 | 164 |
using SearchLight, SearchLight.Migrations, SearchLight.Relationships
cd(@__DIR__)
connection_file = joinpath(@__DIR__,"mysql_connection.yml")
conn_info_postgres = SearchLight.Configuration.load(connection_file)
const conn = SearchLight.connect(conn_info_postgres)
try
SearchLight.Migrations.status()
catch _
SearchLight.Migrations.create_migrations_table()
end
isempty(SearchLight.Migrations.downed_migrations()) || SearchLight.Migrations.all_up!!()
Base.@kwdef mutable struct User <: AbstractModel
id::DbId = DbId()
username::String = ""
password::String = ""
name::String = ""
email::String = ""
end
Base.@kwdef mutable struct Role <: AbstractModel
id::DbId = DbId()
name::String = ""
end
Base.@kwdef mutable struct Ability <: AbstractModel
id::DbId = DbId()
name::String = ""
end
u1 = findone_or_create(User, username = "a") |> save!
r1 = findone_or_create(Role, name = "abcd") |> save!
for x in 'a':'d'
findone_or_create(Ability, name = "$x") |> save!
end
Relationships.Relationship!(u1, r1)
for a in all(Ability)
Relationships.Relationship!(r1, a)
end
Relationships.related(u1, Role)
Relationships.related(findone(Role, id = 1), Ability)
Relationships.related(u1, Ability, through = [Role])
| [
3500,
11140,
15047,
11,
11140,
15047,
13,
44,
3692,
602,
11,
11140,
15047,
13,
47117,
5748,
198,
198,
10210,
7,
31,
834,
34720,
834,
8,
198,
198,
38659,
62,
7753,
796,
4654,
6978,
7,
31,
834,
34720,
834,
553,
28744,
13976,
62,
38659,
13,
88,
4029,
4943,
198,
37043,
62,
10951,
62,
7353,
34239,
796,
11140,
15047,
13,
38149,
13,
2220,
7,
38659,
62,
7753,
8,
198,
9979,
48260,
796,
11140,
15047,
13,
8443,
7,
37043,
62,
10951,
62,
7353,
34239,
8,
198,
198,
28311,
198,
220,
11140,
15047,
13,
44,
3692,
602,
13,
13376,
3419,
198,
40198,
4808,
198,
220,
11140,
15047,
13,
44,
3692,
602,
13,
17953,
62,
76,
3692,
602,
62,
11487,
3419,
198,
437,
198,
198,
271,
28920,
7,
18243,
15047,
13,
44,
3692,
602,
13,
2902,
276,
62,
76,
3692,
602,
28955,
8614,
11140,
15047,
13,
44,
3692,
602,
13,
439,
62,
929,
3228,
3419,
198,
198,
14881,
13,
31,
46265,
4299,
4517,
540,
2878,
11787,
1279,
25,
27741,
17633,
198,
220,
4686,
3712,
43832,
7390,
796,
360,
65,
7390,
3419,
198,
220,
20579,
3712,
10100,
796,
13538,
198,
220,
9206,
3712,
10100,
796,
13538,
198,
220,
1438,
3712,
10100,
796,
13538,
198,
220,
3053,
3712,
10100,
796,
13538,
198,
437,
198,
198,
14881,
13,
31,
46265,
4299,
4517,
540,
2878,
20934,
1279,
25,
27741,
17633,
198,
220,
4686,
3712,
43832,
7390,
796,
360,
65,
7390,
3419,
198,
220,
1438,
3712,
10100,
796,
13538,
198,
437,
198,
198,
14881,
13,
31,
46265,
4299,
4517,
540,
2878,
20737,
1279,
25,
27741,
17633,
198,
220,
4686,
3712,
43832,
7390,
796,
360,
65,
7390,
3419,
198,
220,
1438,
3712,
10100,
796,
13538,
198,
437,
198,
198,
84,
16,
796,
1064,
505,
62,
273,
62,
17953,
7,
12982,
11,
20579,
796,
366,
64,
4943,
930,
29,
3613,
0,
198,
81,
16,
796,
1064,
505,
62,
273,
62,
17953,
7,
47445,
11,
1438,
796,
366,
397,
10210,
4943,
930,
29,
3613,
0,
198,
198,
1640,
2124,
287,
705,
64,
10354,
6,
67,
6,
198,
220,
1064,
505,
62,
273,
62,
17953,
7,
22453,
11,
1438,
796,
17971,
87,
4943,
930,
29,
3613,
0,
198,
437,
198,
198,
47117,
5748,
13,
47117,
1056,
0,
7,
84,
16,
11,
374,
16,
8,
198,
198,
1640,
257,
287,
477,
7,
22453,
8,
198,
220,
13883,
5748,
13,
47117,
1056,
0,
7,
81,
16,
11,
257,
8,
198,
437,
198,
198,
47117,
5748,
13,
5363,
7,
84,
16,
11,
20934,
8,
198,
47117,
5748,
13,
5363,
7,
19796,
505,
7,
47445,
11,
4686,
796,
352,
828,
20737,
8,
198,
47117,
5748,
13,
5363,
7,
84,
16,
11,
20737,
11,
832,
796,
685,
47445,
12962,
198
] | 2.798186 | 441 |
#!/usr/bin/env julia
# Best run in the REPL until I work out how to get unicodeplots to print to stdout when in an `include`
# `env JULIA_NUM_THREADS=(nproc) julia --project`
using JustJoshing
import Plots
Plots.unicodeplots()
# This should look like Figure 5.3, page 121 in Joshi (it does)
# NB: looks like Joshi's graph is mislabelled - should be spot price
p = Plots.plot(); for t in 0:0.2499:1; Plots.plot!(p,x->C(x,t;K=100,σ=0.3,r=0),60:140); end; p
Plots.plot(x->C(1,x),0:0.001:0.9999) # Value of at-the-money approaches zero as time approaches maturity (Fig 2.1, page 35)
Plots.plot(x->C(0.5,0;σ=x),0:0.01:1) # Call options with volatile underlyings are more expensive (Fig 3.8, page 66)
# Simulated stock price
Plots.plot(x->B(x,σ=0.02),0:0.01:1)
# Monte-Carlo validation of contracts from payoffs
# max(S-K,0): call option
let S_t=100, t=0.01, K=100, r=0.02, σ=0.05, T=1, trials=100_000_000
@show bs = C(S_t,t;T=T,K=K,r=r,σ=σ)
@show mc = mc_pricer((S,K,t,T,r)->max(S-K,0),S_t;t=t,T=T,K=S_t,r=r,σ=σ) |> first
@assert isapprox(mc, bs, rtol=1e-3)
end
# S-K: forward contract
let S_t=100, t=0.01, K=100, r=0.02, σ=0.05, T=1, trials=100_000_000
@show exact = S_t - K*exp(-r*(T-t))
@show mc = mc_pricer((S,K,t,T,r)->S-K,S_t;t=t,T=T,K=K,r=r,σ=σ) |> first
@assert isapprox(mc, exact, rtol=1e-3)
end
# Int(S>E): binary option
let S_t=100, t=0.01, E=100, r=0.02, σ=0.05, T=1, trials=100_000_000
@show exact = binary(S_t,t;E=E,r=r,σ=σ,T=T)
@show mc = mc_pricer((S,E,t,T,r)->Int(S>E),S_t;t=t,T=T,K=E,r=r,σ=σ) |> first
@assert isapprox(mc, exact, rtol=1e-3)
end
# Asian option, fixed strike
# TODO: compare prices with European options, look at impact volatility has
s = 80:1:120; t = [0; round.(-1*10 .^(-2:0.2:-1);sigdigits = 2)]
a = (x->mc_pricer_pathdep((S,K,t,T,r)->max(mean(S)-100,0),x[1],trials=100_000,r=0,t=x[2]:0.1:0,T=0,σ=0.5)).(Iterators.product(s,t))
plot(s,first.(a),labels=string.(t'))
| [
2,
48443,
14629,
14,
8800,
14,
24330,
474,
43640,
198,
198,
2,
6705,
1057,
287,
262,
45285,
1566,
314,
670,
503,
703,
284,
651,
28000,
1098,
489,
1747,
284,
3601,
284,
14367,
448,
618,
287,
281,
4600,
17256,
63,
198,
2,
4600,
24330,
49349,
3539,
62,
41359,
62,
4221,
15675,
50,
16193,
77,
36942,
8,
474,
43640,
1377,
16302,
63,
198,
198,
3500,
2329,
41,
418,
722,
198,
198,
11748,
1345,
1747,
198,
3646,
1747,
13,
46903,
1098,
489,
1747,
3419,
198,
198,
2,
770,
815,
804,
588,
11291,
642,
13,
18,
11,
2443,
20416,
287,
8518,
72,
357,
270,
857,
8,
198,
2,
41354,
25,
3073,
588,
8518,
72,
338,
4823,
318,
2984,
23912,
11978,
532,
815,
307,
4136,
2756,
198,
79,
796,
1345,
1747,
13,
29487,
9783,
329,
256,
287,
657,
25,
15,
13,
1731,
2079,
25,
16,
26,
1345,
1747,
13,
29487,
0,
7,
79,
11,
87,
3784,
34,
7,
87,
11,
83,
26,
42,
28,
3064,
11,
38392,
28,
15,
13,
18,
11,
81,
28,
15,
828,
1899,
25,
15187,
1776,
886,
26,
279,
198,
198,
3646,
1747,
13,
29487,
7,
87,
3784,
34,
7,
16,
11,
87,
828,
15,
25,
15,
13,
8298,
25,
15,
13,
24214,
8,
1303,
11052,
286,
379,
12,
1169,
12,
26316,
10581,
6632,
355,
640,
10581,
24841,
357,
14989,
362,
13,
16,
11,
2443,
3439,
8,
198,
198,
3646,
1747,
13,
29487,
7,
87,
3784,
34,
7,
15,
13,
20,
11,
15,
26,
38392,
28,
87,
828,
15,
25,
15,
13,
486,
25,
16,
8,
1303,
4889,
3689,
351,
22750,
739,
306,
654,
389,
517,
5789,
357,
14989,
513,
13,
23,
11,
2443,
7930,
8,
198,
198,
2,
3184,
4817,
4283,
2756,
198,
3646,
1747,
13,
29487,
7,
87,
3784,
33,
7,
87,
11,
38392,
28,
15,
13,
2999,
828,
15,
25,
15,
13,
486,
25,
16,
8,
628,
198,
2,
22489,
12,
9914,
5439,
21201,
286,
8592,
422,
1414,
8210,
198,
198,
2,
3509,
7,
50,
12,
42,
11,
15,
2599,
869,
3038,
198,
1616,
311,
62,
83,
28,
3064,
11,
256,
28,
15,
13,
486,
11,
509,
28,
3064,
11,
374,
28,
15,
13,
2999,
11,
18074,
225,
28,
15,
13,
2713,
11,
309,
28,
16,
11,
9867,
28,
3064,
62,
830,
62,
830,
198,
220,
220,
220,
2488,
12860,
275,
82,
796,
327,
7,
50,
62,
83,
11,
83,
26,
51,
28,
51,
11,
42,
28,
42,
11,
81,
28,
81,
11,
38392,
28,
38392,
8,
628,
220,
220,
220,
2488,
12860,
36650,
796,
36650,
62,
1050,
16647,
19510,
50,
11,
42,
11,
83,
11,
51,
11,
81,
8,
3784,
9806,
7,
50,
12,
42,
11,
15,
828,
50,
62,
83,
26,
83,
28,
83,
11,
51,
28,
51,
11,
42,
28,
50,
62,
83,
11,
81,
28,
81,
11,
38392,
28,
38392,
8,
930,
29,
717,
628,
220,
220,
220,
2488,
30493,
318,
1324,
13907,
7,
23209,
11,
275,
82,
11,
374,
83,
349,
28,
16,
68,
12,
18,
8,
198,
437,
198,
198,
2,
311,
12,
42,
25,
2651,
2775,
198,
1616,
311,
62,
83,
28,
3064,
11,
256,
28,
15,
13,
486,
11,
509,
28,
3064,
11,
374,
28,
15,
13,
2999,
11,
18074,
225,
28,
15,
13,
2713,
11,
309,
28,
16,
11,
9867,
28,
3064,
62,
830,
62,
830,
198,
220,
220,
220,
2488,
12860,
2748,
796,
311,
62,
83,
532,
509,
9,
11201,
32590,
81,
9,
7,
51,
12,
83,
4008,
628,
220,
220,
220,
2488,
12860,
36650,
796,
36650,
62,
1050,
16647,
19510,
50,
11,
42,
11,
83,
11,
51,
11,
81,
8,
3784,
50,
12,
42,
11,
50,
62,
83,
26,
83,
28,
83,
11,
51,
28,
51,
11,
42,
28,
42,
11,
81,
28,
81,
11,
38392,
28,
38392,
8,
930,
29,
717,
628,
220,
220,
220,
2488,
30493,
318,
1324,
13907,
7,
23209,
11,
2748,
11,
374,
83,
349,
28,
16,
68,
12,
18,
8,
198,
437,
198,
198,
2,
2558,
7,
50,
29,
36,
2599,
13934,
3038,
198,
1616,
311,
62,
83,
28,
3064,
11,
256,
28,
15,
13,
486,
11,
412,
28,
3064,
11,
374,
28,
15,
13,
2999,
11,
18074,
225,
28,
15,
13,
2713,
11,
309,
28,
16,
11,
9867,
28,
3064,
62,
830,
62,
830,
198,
220,
220,
220,
2488,
12860,
2748,
796,
13934,
7,
50,
62,
83,
11,
83,
26,
36,
28,
36,
11,
81,
28,
81,
11,
38392,
28,
38392,
11,
51,
28,
51,
8,
628,
220,
220,
220,
2488,
12860,
36650,
796,
36650,
62,
1050,
16647,
19510,
50,
11,
36,
11,
83,
11,
51,
11,
81,
8,
3784,
5317,
7,
50,
29,
36,
828,
50,
62,
83,
26,
83,
28,
83,
11,
51,
28,
51,
11,
42,
28,
36,
11,
81,
28,
81,
11,
38392,
28,
38392,
8,
930,
29,
717,
628,
220,
220,
220,
2488,
30493,
318,
1324,
13907,
7,
23209,
11,
2748,
11,
374,
83,
349,
28,
16,
68,
12,
18,
8,
198,
437,
198,
198,
2,
7740,
3038,
11,
5969,
5587,
198,
2,
16926,
46,
25,
8996,
4536,
351,
3427,
3689,
11,
804,
379,
2928,
30772,
468,
198,
82,
796,
4019,
25,
16,
25,
10232,
26,
256,
796,
685,
15,
26,
2835,
12195,
12,
16,
9,
940,
764,
61,
32590,
17,
25,
15,
13,
17,
21912,
16,
1776,
82,
328,
12894,
896,
796,
362,
15437,
198,
64,
796,
357,
87,
3784,
23209,
62,
1050,
16647,
62,
6978,
10378,
19510,
50,
11,
42,
11,
83,
11,
51,
11,
81,
8,
3784,
9806,
7,
32604,
7,
50,
13219,
3064,
11,
15,
828,
87,
58,
16,
4357,
28461,
874,
28,
3064,
62,
830,
11,
81,
28,
15,
11,
83,
28,
87,
58,
17,
5974,
15,
13,
16,
25,
15,
11,
51,
28,
15,
11,
38392,
28,
15,
13,
20,
29720,
7,
29993,
2024,
13,
11167,
7,
82,
11,
83,
4008,
198,
29487,
7,
82,
11,
11085,
12195,
64,
828,
23912,
1424,
28,
8841,
12195,
83,
6,
4008,
198
] | 1.993871 | 979 |
__precompile__()
module PAPA
export papa_reconstruction, papa_reconstruction_debug
using LinearAlgebra, LeastSquaresOptim
greet() = print("Welcome to PAPA world!")
include("Process_Solver.jl")
include("SupportFunctions.jl")
"""
papa_reconstruction(N, Npairs, pair_order, initial_chilist, sigmaVec[, CP_penalty, f_tol, iter])
Function for PAPA bootstrapping from a list of χ matrices to a larger χ matrix.
# Arguments
- `N::Integer`: the number of qubits
- `Npairs::Integer`: the number of qubit pairs
# Examples
```jldoctest
julia>
```
"""
function papa_reconstruction(N::Int,Npairs::Int,pair_order::Array{Int,2},initial_chilist::Vector{Float64},sigmaVec::Vector{Float64};CP_penalty = 1.0,x_tol=1.0e-7,f_tol=1.0e-7,iter=1000000,alg=LevenbergMarquardt(),flag=true)
setup_tuple = setup_problem(N,Npairs,pair_order)
Nel_tot = convert(Int,2*Npairs*16*17/2 + 16*2*Npairs + Npairs)
function min_fun!(F::Vector{Float64},x::Vector{Float64})
process_solver!(F,x,sigmaVec,setup_tuple,CP_penalty)
end
# function min_fun(x)
# return process_solver(x,sigmaVec,setup_tuple,CP_penalty)
# end
# result = nlsolve(min_fun!,initial_chilist;xtol=x_tol,ftol=f_tol,iterations=iter)
# chi_list_final = result.zero
if flag
print("Optimization Beginning\n")
end
lsa_papa = LeastSquaresProblem(x = initial_chilist,f! = min_fun!,output_length = Nel_tot)
result = optimize!(lsa_papa,alg;x_tol=x_tol,f_tol=f_tol,iterations=iter)
chilist = result.minimizer
# optimize(min_fun,initial_chilist)
dim2q = 16
chi_PAPA = zeros(ComplexF64,Npairs,dim2q,dim2q)
chitemp = zeros(ComplexF64,16,16)
Nel = 136
for nn = 1:1:Npairs
fill!(chitemp,0.)
start = 1 + (nn-1)*Nel
stop = nn*Nel;
chitemp[triu(trues(dim2q,dim2q))] = chilist[start:1:stop] + 1im*chilist[(start+Npairs*Nel):1:(stop+Npairs*Nel)]
chitemp[:,:] = chitemp+chitemp'
chitemp[:,:] = chitemp - diagm(0 => diag(chitemp))/2
chi_PAPA[nn,:,:] = chitemp[:,:]
end
return (chi_PAPA, result.ssr)
end
function papa_reconstruction_debug(N::Int,Npairs::Int,pair_order::Array{Int,2},initial_chilist::Vector{Float64},sigmaVec::Vector{Float64};CP_penalty = 1.0,x_tol=1.0e-7,f_tol=1.0e-7,iter=1000000,alg=LevenbergMarquardt(),flag=true)
setup_tuple = setup_problem(N,Npairs,pair_order)
Nel_tot = convert(Int,2*Npairs*16*17/2 + 16*2*Npairs + Npairs)
function min_fun!(F::Vector{Float64},x::Vector{Float64})
process_solver!(F,x,sigmaVec,setup_tuple,CP_penalty)
end
# function min_fun(x)
# return process_solver(x,sigmaVec,setup_tuple,CP_penalty)
# end
# result = nlsolve(min_fun!,initial_chilist;xtol=x_tol,ftol=f_tol,iterations=iter)
# chi_list_final = result.zero
if flag
print("Optimization Beginning\n")
end
lsa_papa = LeastSquaresProblem(x = initial_chilist,f! = min_fun!,output_length = Nel_tot)
result = optimize!(lsa_papa,alg;x_tol=x_tol,f_tol=f_tol,iterations=iter)
chilist = result.minimizer
# optimize(min_fun,initial_chilist)
dim2q = 16
chi_PAPA = zeros(ComplexF64,Npairs,dim2q,dim2q)
chitemp = zeros(ComplexF64,16,16)
Nel = 136
for nn = 1:1:Npairs
fill!(chitemp,0.)
start = 1 + (nn-1)*Nel
stop = nn*Nel;
chitemp[triu(trues(dim2q,dim2q))] = chilist[start:1:stop] + 1im*chilist[(start+Npairs*Nel):1:(stop+Npairs*Nel)]
chitemp[:,:] = chitemp+chitemp'
chitemp[:,:] = chitemp - diagm(0 => diag(chitemp))/2
chi_PAPA[nn,:,:] = chitemp[:,:]
end
return (chi_PAPA, result)
end
pair_order_1 = [1 2]
# Experimental data
sigma12_I = zeros(16,16)
max_ent_state!(4;mrho=sigma12_I)
sigma12_I = convert(Array{ComplexF64,2},sigma12_I)
# Conver to vector of data
sigmaVec_I = [real(sigma12_I[triu(trues(16,16))]);imag(sigma12_I[triu(trues(16,16))])]
# Initial state
chi12_idI = zeros(ComplexF64,16,16)
for i1 = 1:1:4
for i2 = 1:1:4
for i3 = 1:1:4
for i4 = 1:1:4
chi12_idI[4*(i1-1)+i2,4*(i3-1)+i4] = 4*sigma12_I[4*(i2-1)+i1,4*(i4-1)+i3]
end
end
end
end
initial_chilist_I = [real(chi12_idI[triu(trues(16,16))]);imag(chi12_idI[triu(trues(16,16))])]
function __init__()
print("Precompiling for speed\n")
papa_reconstruction(2,1,pair_order_1,initial_chilist_I,sigmaVec_I,CP_penalty = 1.0,x_tol=1.0e-7,f_tol=1.0e-7,iter=1000000,alg=LevenbergMarquardt(),flag=false);
papa_reconstruction(2,1,pair_order_1,initial_chilist_I,sigmaVec_I,CP_penalty = 1.0,x_tol=1.0e-7,f_tol=1.0e-7,iter=1000000,alg=Dogleg(),flag=false);
nothing
end
end # module
| [
834,
3866,
5589,
576,
834,
3419,
198,
198,
21412,
350,
2969,
32,
198,
198,
39344,
20461,
64,
62,
260,
9979,
2762,
11,
20461,
64,
62,
260,
9979,
2762,
62,
24442,
198,
198,
3500,
44800,
2348,
29230,
11,
1004,
459,
22266,
3565,
27871,
320,
198,
198,
70,
2871,
3419,
796,
3601,
7203,
14618,
284,
350,
2969,
32,
995,
2474,
8,
198,
17256,
7203,
18709,
62,
50,
14375,
13,
20362,
4943,
198,
17256,
7203,
15514,
24629,
2733,
13,
20362,
4943,
198,
198,
37811,
198,
220,
220,
220,
20461,
64,
62,
260,
9979,
2762,
7,
45,
11,
399,
79,
3468,
11,
5166,
62,
2875,
11,
4238,
62,
354,
346,
396,
11,
264,
13495,
53,
721,
58,
11,
16932,
62,
3617,
6017,
11,
277,
62,
83,
349,
11,
11629,
12962,
198,
198,
22203,
329,
350,
2969,
32,
6297,
12044,
2105,
422,
257,
1351,
286,
18074,
229,
2603,
45977,
284,
257,
4025,
18074,
229,
17593,
13,
198,
198,
2,
20559,
2886,
198,
12,
4600,
45,
3712,
46541,
63,
25,
262,
1271,
286,
627,
9895,
198,
12,
4600,
45,
79,
3468,
3712,
46541,
63,
25,
262,
1271,
286,
627,
2545,
14729,
198,
198,
2,
21066,
198,
15506,
63,
73,
335,
38441,
395,
198,
73,
43640,
29,
198,
198,
15506,
63,
198,
37811,
198,
8818,
20461,
64,
62,
260,
9979,
2762,
7,
45,
3712,
5317,
11,
45,
79,
3468,
3712,
5317,
11,
24874,
62,
2875,
3712,
19182,
90,
5317,
11,
17,
5512,
36733,
62,
354,
346,
396,
3712,
38469,
90,
43879,
2414,
5512,
82,
13495,
53,
721,
3712,
38469,
90,
43879,
2414,
19629,
8697,
62,
3617,
6017,
796,
352,
13,
15,
11,
87,
62,
83,
349,
28,
16,
13,
15,
68,
12,
22,
11,
69,
62,
83,
349,
28,
16,
13,
15,
68,
12,
22,
11,
2676,
28,
16,
10535,
11,
14016,
28,
3123,
574,
3900,
7676,
421,
446,
83,
22784,
32109,
28,
7942,
8,
628,
220,
220,
220,
9058,
62,
83,
29291,
796,
9058,
62,
45573,
7,
45,
11,
45,
79,
3468,
11,
24874,
62,
2875,
8,
628,
220,
220,
220,
399,
417,
62,
83,
313,
796,
10385,
7,
5317,
11,
17,
9,
45,
79,
3468,
9,
1433,
9,
1558,
14,
17,
1343,
1467,
9,
17,
9,
45,
79,
3468,
1343,
399,
79,
3468,
8,
628,
220,
220,
220,
2163,
949,
62,
12543,
0,
7,
37,
3712,
38469,
90,
43879,
2414,
5512,
87,
3712,
38469,
90,
43879,
2414,
30072,
198,
220,
220,
220,
220,
220,
220,
220,
1429,
62,
82,
14375,
0,
7,
37,
11,
87,
11,
82,
13495,
53,
721,
11,
40406,
62,
83,
29291,
11,
8697,
62,
3617,
6017,
8,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1303,
2163,
949,
62,
12543,
7,
87,
8,
198,
220,
220,
220,
1303,
220,
220,
220,
220,
1441,
1429,
62,
82,
14375,
7,
87,
11,
82,
13495,
53,
721,
11,
40406,
62,
83,
29291,
11,
8697,
62,
3617,
6017,
8,
198,
220,
220,
220,
1303,
886,
628,
220,
220,
220,
1303,
1255,
220,
796,
299,
7278,
6442,
7,
1084,
62,
12543,
28265,
36733,
62,
354,
346,
396,
26,
742,
349,
28,
87,
62,
83,
349,
11,
701,
349,
28,
69,
62,
83,
349,
11,
2676,
602,
28,
2676,
8,
198,
220,
220,
220,
1303,
33166,
62,
4868,
62,
20311,
796,
1255,
13,
22570,
198,
220,
220,
220,
611,
6056,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
7203,
27871,
320,
1634,
25976,
59,
77,
4943,
198,
220,
220,
220,
886,
198,
220,
220,
220,
300,
11400,
62,
79,
32678,
796,
1004,
459,
22266,
3565,
40781,
7,
87,
796,
4238,
62,
354,
346,
396,
11,
69,
0,
796,
949,
62,
12543,
28265,
22915,
62,
13664,
796,
399,
417,
62,
83,
313,
8,
198,
220,
220,
220,
1255,
796,
27183,
0,
7,
7278,
64,
62,
79,
32678,
11,
14016,
26,
87,
62,
83,
349,
28,
87,
62,
83,
349,
11,
69,
62,
83,
349,
28,
69,
62,
83,
349,
11,
2676,
602,
28,
2676,
8,
198,
220,
220,
220,
442,
346,
396,
796,
1255,
13,
1084,
320,
7509,
198,
220,
220,
220,
1303,
27183,
7,
1084,
62,
12543,
11,
36733,
62,
354,
346,
396,
8,
628,
220,
220,
220,
5391,
17,
80,
796,
1467,
198,
220,
220,
220,
33166,
62,
47,
2969,
32,
796,
1976,
27498,
7,
5377,
11141,
37,
2414,
11,
45,
79,
3468,
11,
27740,
17,
80,
11,
27740,
17,
80,
8,
198,
220,
220,
220,
442,
9186,
79,
796,
1976,
27498,
7,
5377,
11141,
37,
2414,
11,
1433,
11,
1433,
8,
198,
220,
220,
220,
399,
417,
796,
21056,
198,
220,
220,
220,
329,
299,
77,
796,
352,
25,
16,
25,
45,
79,
3468,
198,
220,
220,
220,
220,
220,
220,
220,
6070,
0,
7,
354,
9186,
79,
11,
15,
2014,
198,
220,
220,
220,
220,
220,
220,
220,
923,
796,
352,
1343,
357,
20471,
12,
16,
27493,
45,
417,
198,
220,
220,
220,
220,
220,
220,
220,
2245,
796,
299,
77,
9,
45,
417,
26,
198,
220,
220,
220,
220,
220,
220,
220,
442,
9186,
79,
58,
28461,
84,
7,
83,
622,
274,
7,
27740,
17,
80,
11,
27740,
17,
80,
4008,
60,
796,
442,
346,
396,
58,
9688,
25,
16,
25,
11338,
60,
1343,
352,
320,
9,
354,
346,
396,
58,
7,
9688,
10,
45,
79,
3468,
9,
45,
417,
2599,
16,
37498,
11338,
10,
45,
79,
3468,
9,
45,
417,
15437,
198,
220,
220,
220,
220,
220,
220,
220,
442,
9186,
79,
58,
45299,
47715,
796,
442,
9186,
79,
10,
354,
9186,
79,
6,
198,
220,
220,
220,
220,
220,
220,
220,
442,
9186,
79,
58,
45299,
47715,
796,
442,
9186,
79,
532,
2566,
363,
76,
7,
15,
5218,
2566,
363,
7,
354,
9186,
79,
4008,
14,
17,
198,
220,
220,
220,
220,
220,
220,
220,
33166,
62,
47,
2969,
32,
58,
20471,
11,
45299,
47715,
796,
442,
9186,
79,
58,
45299,
47715,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1441,
357,
11072,
62,
47,
2969,
32,
11,
1255,
13,
824,
81,
8,
198,
437,
198,
198,
8818,
20461,
64,
62,
260,
9979,
2762,
62,
24442,
7,
45,
3712,
5317,
11,
45,
79,
3468,
3712,
5317,
11,
24874,
62,
2875,
3712,
19182,
90,
5317,
11,
17,
5512,
36733,
62,
354,
346,
396,
3712,
38469,
90,
43879,
2414,
5512,
82,
13495,
53,
721,
3712,
38469,
90,
43879,
2414,
19629,
8697,
62,
3617,
6017,
796,
352,
13,
15,
11,
87,
62,
83,
349,
28,
16,
13,
15,
68,
12,
22,
11,
69,
62,
83,
349,
28,
16,
13,
15,
68,
12,
22,
11,
2676,
28,
16,
10535,
11,
14016,
28,
3123,
574,
3900,
7676,
421,
446,
83,
22784,
32109,
28,
7942,
8,
628,
220,
220,
220,
9058,
62,
83,
29291,
796,
9058,
62,
45573,
7,
45,
11,
45,
79,
3468,
11,
24874,
62,
2875,
8,
628,
220,
220,
220,
399,
417,
62,
83,
313,
796,
10385,
7,
5317,
11,
17,
9,
45,
79,
3468,
9,
1433,
9,
1558,
14,
17,
1343,
1467,
9,
17,
9,
45,
79,
3468,
1343,
399,
79,
3468,
8,
628,
220,
220,
220,
2163,
949,
62,
12543,
0,
7,
37,
3712,
38469,
90,
43879,
2414,
5512,
87,
3712,
38469,
90,
43879,
2414,
30072,
198,
220,
220,
220,
220,
220,
220,
220,
1429,
62,
82,
14375,
0,
7,
37,
11,
87,
11,
82,
13495,
53,
721,
11,
40406,
62,
83,
29291,
11,
8697,
62,
3617,
6017,
8,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1303,
2163,
949,
62,
12543,
7,
87,
8,
198,
220,
220,
220,
1303,
220,
220,
220,
220,
1441,
1429,
62,
82,
14375,
7,
87,
11,
82,
13495,
53,
721,
11,
40406,
62,
83,
29291,
11,
8697,
62,
3617,
6017,
8,
198,
220,
220,
220,
1303,
886,
628,
220,
220,
220,
1303,
1255,
220,
796,
299,
7278,
6442,
7,
1084,
62,
12543,
28265,
36733,
62,
354,
346,
396,
26,
742,
349,
28,
87,
62,
83,
349,
11,
701,
349,
28,
69,
62,
83,
349,
11,
2676,
602,
28,
2676,
8,
198,
220,
220,
220,
1303,
33166,
62,
4868,
62,
20311,
796,
1255,
13,
22570,
198,
220,
220,
220,
611,
6056,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
7203,
27871,
320,
1634,
25976,
59,
77,
4943,
198,
220,
220,
220,
886,
198,
220,
220,
220,
300,
11400,
62,
79,
32678,
796,
1004,
459,
22266,
3565,
40781,
7,
87,
796,
4238,
62,
354,
346,
396,
11,
69,
0,
796,
949,
62,
12543,
28265,
22915,
62,
13664,
796,
399,
417,
62,
83,
313,
8,
198,
220,
220,
220,
1255,
796,
27183,
0,
7,
7278,
64,
62,
79,
32678,
11,
14016,
26,
87,
62,
83,
349,
28,
87,
62,
83,
349,
11,
69,
62,
83,
349,
28,
69,
62,
83,
349,
11,
2676,
602,
28,
2676,
8,
198,
220,
220,
220,
442,
346,
396,
796,
1255,
13,
1084,
320,
7509,
198,
220,
220,
220,
1303,
27183,
7,
1084,
62,
12543,
11,
36733,
62,
354,
346,
396,
8,
628,
220,
220,
220,
5391,
17,
80,
796,
1467,
198,
220,
220,
220,
33166,
62,
47,
2969,
32,
796,
1976,
27498,
7,
5377,
11141,
37,
2414,
11,
45,
79,
3468,
11,
27740,
17,
80,
11,
27740,
17,
80,
8,
198,
220,
220,
220,
442,
9186,
79,
796,
1976,
27498,
7,
5377,
11141,
37,
2414,
11,
1433,
11,
1433,
8,
198,
220,
220,
220,
399,
417,
796,
21056,
198,
220,
220,
220,
329,
299,
77,
796,
352,
25,
16,
25,
45,
79,
3468,
198,
220,
220,
220,
220,
220,
220,
220,
6070,
0,
7,
354,
9186,
79,
11,
15,
2014,
198,
220,
220,
220,
220,
220,
220,
220,
923,
796,
352,
1343,
357,
20471,
12,
16,
27493,
45,
417,
198,
220,
220,
220,
220,
220,
220,
220,
2245,
796,
299,
77,
9,
45,
417,
26,
198,
220,
220,
220,
220,
220,
220,
220,
442,
9186,
79,
58,
28461,
84,
7,
83,
622,
274,
7,
27740,
17,
80,
11,
27740,
17,
80,
4008,
60,
796,
442,
346,
396,
58,
9688,
25,
16,
25,
11338,
60,
1343,
352,
320,
9,
354,
346,
396,
58,
7,
9688,
10,
45,
79,
3468,
9,
45,
417,
2599,
16,
37498,
11338,
10,
45,
79,
3468,
9,
45,
417,
15437,
198,
220,
220,
220,
220,
220,
220,
220,
442,
9186,
79,
58,
45299,
47715,
796,
442,
9186,
79,
10,
354,
9186,
79,
6,
198,
220,
220,
220,
220,
220,
220,
220,
442,
9186,
79,
58,
45299,
47715,
796,
442,
9186,
79,
532,
2566,
363,
76,
7,
15,
5218,
2566,
363,
7,
354,
9186,
79,
4008,
14,
17,
198,
220,
220,
220,
220,
220,
220,
220,
33166,
62,
47,
2969,
32,
58,
20471,
11,
45299,
47715,
796,
442,
9186,
79,
58,
45299,
47715,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1441,
357,
11072,
62,
47,
2969,
32,
11,
1255,
8,
198,
437,
198,
198,
24874,
62,
2875,
62,
16,
796,
685,
16,
362,
60,
198,
198,
2,
32286,
1366,
198,
82,
13495,
1065,
62,
40,
796,
1976,
27498,
7,
1433,
11,
1433,
8,
198,
9806,
62,
298,
62,
5219,
0,
7,
19,
26,
43395,
8873,
28,
82,
13495,
1065,
62,
40,
8,
198,
82,
13495,
1065,
62,
40,
796,
10385,
7,
19182,
90,
5377,
11141,
37,
2414,
11,
17,
5512,
82,
13495,
1065,
62,
40,
8,
198,
198,
2,
35602,
284,
15879,
286,
1366,
198,
198,
82,
13495,
53,
721,
62,
40,
796,
685,
5305,
7,
82,
13495,
1065,
62,
40,
58,
28461,
84,
7,
83,
622,
274,
7,
1433,
11,
1433,
4008,
36563,
48466,
7,
82,
13495,
1065,
62,
40,
58,
28461,
84,
7,
83,
622,
274,
7,
1433,
11,
1433,
4008,
12962,
60,
198,
198,
2,
20768,
1181,
198,
11072,
1065,
62,
312,
40,
796,
1976,
27498,
7,
5377,
11141,
37,
2414,
11,
1433,
11,
1433,
8,
198,
198,
1640,
1312,
16,
796,
352,
25,
16,
25,
19,
198,
220,
220,
220,
329,
1312,
17,
796,
352,
25,
16,
25,
19,
198,
220,
220,
220,
220,
220,
220,
220,
329,
1312,
18,
796,
352,
25,
16,
25,
19,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
1312,
19,
796,
352,
25,
16,
25,
19,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
33166,
1065,
62,
312,
40,
58,
19,
9,
7,
72,
16,
12,
16,
47762,
72,
17,
11,
19,
9,
7,
72,
18,
12,
16,
47762,
72,
19,
60,
796,
604,
9,
82,
13495,
1065,
62,
40,
58,
19,
9,
7,
72,
17,
12,
16,
47762,
72,
16,
11,
19,
9,
7,
72,
19,
12,
16,
47762,
72,
18,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
36733,
62,
354,
346,
396,
62,
40,
796,
685,
5305,
7,
11072,
1065,
62,
312,
40,
58,
28461,
84,
7,
83,
622,
274,
7,
1433,
11,
1433,
4008,
36563,
48466,
7,
11072,
1065,
62,
312,
40,
58,
28461,
84,
7,
83,
622,
274,
7,
1433,
11,
1433,
4008,
12962,
60,
198,
198,
8818,
11593,
15003,
834,
3419,
198,
220,
220,
220,
3601,
7203,
6719,
5589,
4386,
329,
2866,
59,
77,
4943,
198,
220,
220,
220,
20461,
64,
62,
260,
9979,
2762,
7,
17,
11,
16,
11,
24874,
62,
2875,
62,
16,
11,
36733,
62,
354,
346,
396,
62,
40,
11,
82,
13495,
53,
721,
62,
40,
11,
8697,
62,
3617,
6017,
796,
352,
13,
15,
11,
87,
62,
83,
349,
28,
16,
13,
15,
68,
12,
22,
11,
69,
62,
83,
349,
28,
16,
13,
15,
68,
12,
22,
11,
2676,
28,
16,
10535,
11,
14016,
28,
3123,
574,
3900,
7676,
421,
446,
83,
22784,
32109,
28,
9562,
1776,
198,
220,
220,
220,
20461,
64,
62,
260,
9979,
2762,
7,
17,
11,
16,
11,
24874,
62,
2875,
62,
16,
11,
36733,
62,
354,
346,
396,
62,
40,
11,
82,
13495,
53,
721,
62,
40,
11,
8697,
62,
3617,
6017,
796,
352,
13,
15,
11,
87,
62,
83,
349,
28,
16,
13,
15,
68,
12,
22,
11,
69,
62,
83,
349,
28,
16,
13,
15,
68,
12,
22,
11,
2676,
28,
16,
10535,
11,
14016,
28,
32942,
1455,
22784,
32109,
28,
9562,
1776,
198,
220,
220,
220,
2147,
198,
437,
628,
198,
437,
1303,
8265,
198
] | 1.991056 | 2,348 |
# Run package tests
println("Testing Silo.jl in Julia version ", VERSION)
using Base.Test
include(joinpath("..", "src", "Silo.jl"))
# using Silo
# run(`cd $(dirname(@__FILE__))/files && make`)
include("test1dwriteInt.jl")
include("test1dreadwrite.jl")
# Silo.DBInqFile(dbfile.file_name)
| [
2,
5660,
5301,
5254,
198,
35235,
7203,
44154,
4243,
78,
13,
20362,
287,
22300,
2196,
33172,
44156,
2849,
8,
198,
198,
3500,
7308,
13,
14402,
198,
17256,
7,
22179,
6978,
7203,
492,
1600,
366,
10677,
1600,
366,
15086,
78,
13,
20362,
48774,
198,
2,
1262,
4243,
78,
198,
2,
1057,
7,
63,
10210,
29568,
15908,
3672,
7,
31,
834,
25664,
834,
4008,
14,
16624,
11405,
787,
63,
8,
198,
198,
17256,
7203,
9288,
16,
67,
13564,
5317,
13,
20362,
4943,
198,
17256,
7203,
9288,
16,
67,
961,
13564,
13,
20362,
4943,
198,
198,
2,
4243,
78,
13,
11012,
818,
80,
8979,
7,
9945,
7753,
13,
7753,
62,
3672,
8,
198
] | 2.636364 | 110 |
# Modelo de turbina sem sangria
type Turbina
Turbina()=begin
PP2=outers.PP2
new(
DanaPlugin(Dict{Symbol,Any}(
:Brief=>"Steam tables"
)),
Entalpia(),
Eficiencia(Dict{Symbol,Any}(
:Brief=>"Eficiencia da turbina"
)),
Corrente(Dict{Symbol,Any}(
:Symbol=>"_{in}",
:PosX=>0,
:PosY=>0.25
)),
Potencia(Dict{Symbol,Any}(
:Brief=>"Potencia da turbina",
:PosX=>1,
:PosY=>0.5
)),
Corrente(Dict{Symbol,Any}(
:Symbol=>"_{out}",
:PosX=>1,
:PosY=>1
)),
[
:(H_IS = PP2.propPS(Fout.P,Fin.S)),
:(Fout.H = (H_IS - Fin.H) * EF_T + Fin.H),
:([Fout.S,Fout.T] = PP2.propPH(Fout.P,Fout.H)),
:(Fin.F * (Fin.H - Fout.H) = POT_TURB),
:(Fout.F = Fin.F),
],
[
"","","","","",
],
[:PP2,],
[:H_IS,:EF_T,:Fin,:POT_TURB,:Fout,]
)
end
PP2::DanaPlugin
H_IS::Entalpia
EF_T::Eficiencia
Fin::Corrente
POT_TURB::Potencia
Fout::Corrente
equations::Array{Expr,1}
equationNames::Array{String,1}
parameters::Array{Symbol,1}
variables::Array{Symbol,1}
attributes::Dict{Symbol,Any}
end
export Turbina
function setEquationFlow(in::Turbina)
addEquation(1)
addEquation(2)
addEquation(3)
addEquation(4)
addEquation(5)
end
function atributes(in::Turbina,_::Dict{Symbol,Any})
fields::Dict{Symbol,Any}=Dict{Symbol,Any}()
fields[:Pallete]=true
fields[:Icon]="icon/turbina"
drive!(fields,_)
return fields
end
Turbina(_::Dict{Symbol,Any})=begin
newModel=Turbina()
newModel.attributes=atributes(newModel,_)
newModel
end
| [
2,
9104,
78,
390,
14830,
1437,
5026,
25889,
7496,
198,
4906,
3831,
65,
1437,
198,
197,
51,
5945,
1437,
3419,
28,
27471,
198,
197,
197,
10246,
17,
28,
280,
1010,
13,
10246,
17,
198,
197,
197,
3605,
7,
198,
197,
197,
197,
35,
2271,
37233,
7,
35,
713,
90,
13940,
23650,
11,
7149,
92,
7,
198,
197,
197,
197,
197,
25,
33,
3796,
14804,
1,
19109,
8893,
1,
198,
197,
197,
197,
36911,
198,
197,
197,
197,
14539,
282,
79,
544,
22784,
198,
197,
197,
197,
36,
69,
291,
2013,
33743,
7,
35,
713,
90,
13940,
23650,
11,
7149,
92,
7,
198,
197,
197,
197,
197,
25,
33,
3796,
14804,
1,
36,
69,
291,
2013,
33743,
12379,
14830,
1437,
1,
198,
197,
197,
197,
36911,
198,
197,
197,
197,
10606,
1156,
68,
7,
35,
713,
90,
13940,
23650,
11,
7149,
92,
7,
198,
197,
197,
197,
197,
25,
13940,
23650,
14804,
1,
23330,
259,
92,
1600,
198,
197,
197,
197,
197,
25,
21604,
55,
14804,
15,
11,
198,
197,
197,
197,
197,
25,
21604,
56,
14804,
15,
13,
1495,
198,
197,
197,
197,
36911,
198,
197,
197,
197,
25396,
29634,
7,
35,
713,
90,
13940,
23650,
11,
7149,
92,
7,
198,
197,
197,
197,
197,
25,
33,
3796,
14804,
1,
25396,
29634,
12379,
14830,
1437,
1600,
198,
197,
197,
197,
197,
25,
21604,
55,
14804,
16,
11,
198,
197,
197,
197,
197,
25,
21604,
56,
14804,
15,
13,
20,
198,
197,
197,
197,
36911,
198,
197,
197,
197,
10606,
1156,
68,
7,
35,
713,
90,
13940,
23650,
11,
7149,
92,
7,
198,
197,
197,
197,
197,
25,
13940,
23650,
14804,
1,
23330,
448,
92,
1600,
198,
197,
197,
197,
197,
25,
21604,
55,
14804,
16,
11,
198,
197,
197,
197,
197,
25,
21604,
56,
14804,
16,
198,
197,
197,
197,
36911,
198,
197,
197,
197,
58,
198,
197,
197,
197,
197,
37498,
39,
62,
1797,
796,
21082,
17,
13,
22930,
3705,
7,
37,
448,
13,
47,
11,
18467,
13,
50,
36911,
198,
197,
197,
197,
197,
37498,
37,
448,
13,
39,
796,
357,
39,
62,
1797,
532,
4463,
13,
39,
8,
1635,
33685,
62,
51,
1343,
4463,
13,
39,
828,
198,
197,
197,
197,
197,
25,
26933,
37,
448,
13,
50,
11,
37,
448,
13,
51,
60,
796,
21082,
17,
13,
22930,
11909,
7,
37,
448,
13,
47,
11,
37,
448,
13,
39,
36911,
198,
197,
197,
197,
197,
37498,
18467,
13,
37,
1635,
357,
18467,
13,
39,
532,
376,
448,
13,
39,
8,
796,
350,
2394,
62,
51,
4261,
33,
828,
198,
197,
197,
197,
197,
37498,
37,
448,
13,
37,
796,
4463,
13,
37,
828,
198,
197,
197,
197,
4357,
198,
197,
197,
197,
58,
198,
197,
197,
197,
197,
1,
2430,
2430,
2430,
2430,
1600,
198,
197,
197,
197,
4357,
198,
197,
197,
197,
58,
25,
10246,
17,
11,
4357,
198,
197,
197,
197,
58,
25,
39,
62,
1797,
11,
25,
25425,
62,
51,
11,
25,
18467,
11,
25,
47,
2394,
62,
51,
4261,
33,
11,
25,
37,
448,
11,
60,
198,
197,
197,
8,
198,
197,
437,
198,
197,
10246,
17,
3712,
35,
2271,
37233,
198,
197,
39,
62,
1797,
3712,
14539,
282,
79,
544,
198,
197,
25425,
62,
51,
3712,
36,
69,
291,
2013,
33743,
198,
197,
18467,
3712,
10606,
1156,
68,
198,
197,
47,
2394,
62,
51,
4261,
33,
3712,
25396,
29634,
198,
197,
37,
448,
3712,
10606,
1156,
68,
198,
197,
4853,
602,
3712,
19182,
90,
3109,
1050,
11,
16,
92,
198,
197,
4853,
341,
36690,
3712,
19182,
90,
10100,
11,
16,
92,
198,
197,
17143,
7307,
3712,
19182,
90,
13940,
23650,
11,
16,
92,
198,
197,
25641,
2977,
3712,
19182,
90,
13940,
23650,
11,
16,
92,
198,
197,
1078,
7657,
3712,
35,
713,
90,
13940,
23650,
11,
7149,
92,
198,
437,
198,
39344,
3831,
65,
1437,
198,
8818,
900,
23588,
341,
37535,
7,
259,
3712,
51,
5945,
1437,
8,
198,
197,
2860,
23588,
341,
7,
16,
8,
198,
197,
2860,
23588,
341,
7,
17,
8,
198,
197,
2860,
23588,
341,
7,
18,
8,
198,
197,
2860,
23588,
341,
7,
19,
8,
198,
197,
2860,
23588,
341,
7,
20,
8,
198,
437,
198,
8818,
379,
7657,
7,
259,
3712,
51,
5945,
1437,
11,
62,
3712,
35,
713,
90,
13940,
23650,
11,
7149,
30072,
198,
197,
25747,
3712,
35,
713,
90,
13940,
23650,
11,
7149,
92,
28,
35,
713,
90,
13940,
23650,
11,
7149,
92,
3419,
198,
197,
25747,
58,
25,
11531,
5807,
22241,
7942,
198,
197,
25747,
58,
25,
19578,
60,
2625,
4749,
14,
83,
5945,
1437,
1,
198,
197,
19472,
0,
7,
25747,
11,
62,
8,
198,
197,
7783,
7032,
198,
437,
198,
51,
5945,
1437,
28264,
3712,
35,
713,
90,
13940,
23650,
11,
7149,
30072,
28,
27471,
198,
197,
3605,
17633,
28,
51,
5945,
1437,
3419,
198,
197,
3605,
17633,
13,
1078,
7657,
28,
265,
7657,
7,
3605,
17633,
11,
62,
8,
198,
197,
3605,
17633,
198,
437,
198
] | 1.850856 | 818 |
getevennumbers(arr) = filter(iseven,arr) | [
1136,
10197,
77,
17024,
7,
3258,
8,
796,
8106,
7,
786,
574,
11,
3258,
8
] | 2.666667 | 15 |
@testset "Bus Constructors" begin
tBus = Bus()
tLoadZones = LoadZones()
end
@testset "Generation Constructors" begin
tEconThermal = EconThermal()
@test tEconThermal isa PowerSystems.Component
tTechThermal = TechThermal()
@test tTechThermal isa PowerSystems.Component
tThermalGen = ThermalDispatch()
@test tThermalGen isa PowerSystems.Component
tThermalGenSeason = ThermalGenSeason()
@test tThermalGenSeason isa PowerSystems.Component
tTechHydro = TechHydro()
@test tTechHydro isa PowerSystems.Component
tEconHydro = EconHydro()
@test tEconHydro isa PowerSystems.Component
tHydroFix = HydroFix()
@test tHydroFix isa PowerSystems.Component
tHydroCurtailment = HydroCurtailment()
@test tHydroCurtailment isa PowerSystems.Component
tHydroStorage = HydroStorage()
@test tHydroStorage isa PowerSystems.Component
tTechRenewable = TechRenewable()
@test tTechRenewable isa PowerSystems.Component
tEconRenewable = EconRenewable()
@test tEconRenewable isa PowerSystems.Component
tRenewableFix = RenewableFix()
@test tRenewableFix isa PowerSystems.Component
tRenewableFullDispatch = RenewableFullDispatch()
@test tRenewableFullDispatch isa PowerSystems.Component
tRenewableCurtailment = RenewableCurtailment()
@test tRenewableCurtailment isa PowerSystems.Component
end
@testset "Storage Constructors" begin
tStorage = GenericBattery()
@test tStorage isa PowerSystems.Component
end
@testset "Load Constructors" begin
tPowerLoad = PowerLoad()
@test tPowerLoad isa PowerSystems.Component
tPowerLoadPF = PowerLoadPF()
@test tPowerLoadPF isa PowerSystems.Component
tPowerLoad = PowerLoad("init", true, Bus(), 0.0, 0.0)
@test tPowerLoad isa PowerSystems.Component
tPowerLoadPF = PowerLoadPF("init", true, Bus(), 0.0, 1.0)
@test tPowerLoadPF isa PowerSystems.Component
tLoad = InterruptibleLoad()
@test tLoad isa PowerSystems.Component
end
@testset "Branch Constructors" begin
tLine = Line()
@test tLine isa PowerSystems.Component
tMonitoredLine = MonitoredLine()
@test tMonitoredLine isa PowerSystems.Component
tHVDCLine = HVDCLine()
@test tHVDCLine isa PowerSystems.Component
tVSCDCLine = VSCDCLine()
@test tVSCDCLine isa PowerSystems.Component
tTransformer2W = Transformer2W()
@test tTransformer2W isa PowerSystems.Component
tTapTransformer = TapTransformer()
@test tTapTransformer isa PowerSystems.Component
tPhaseShiftingTransformer = PhaseShiftingTransformer()
@test tPhaseShiftingTransformer isa PowerSystems.Component
end
@testset "Product Constructors" begin
tProportionalReserve = ProportionalReserve()
@test tProportionalReserve isa PowerSystems.Service
tStaticReserve = StaticReserve()
@test tStaticReserve isa PowerSystems.Service
end
| [
31,
9288,
2617,
366,
16286,
28407,
669,
1,
2221,
198,
220,
220,
220,
256,
16286,
796,
5869,
3419,
198,
220,
220,
220,
256,
8912,
57,
1952,
796,
8778,
57,
1952,
3419,
198,
437,
198,
198,
31,
9288,
2617,
366,
8645,
341,
28407,
669,
1,
2221,
198,
220,
220,
220,
256,
36,
1102,
35048,
7617,
796,
412,
1102,
35048,
7617,
3419,
198,
220,
220,
220,
2488,
9288,
256,
36,
1102,
35048,
7617,
318,
64,
4333,
11964,
82,
13,
21950,
198,
220,
220,
220,
256,
17760,
35048,
7617,
796,
9634,
35048,
7617,
3419,
198,
220,
220,
220,
2488,
9288,
256,
17760,
35048,
7617,
318,
64,
4333,
11964,
82,
13,
21950,
198,
220,
220,
220,
256,
35048,
7617,
13746,
796,
41590,
49354,
3419,
198,
220,
220,
220,
2488,
9288,
256,
35048,
7617,
13746,
318,
64,
4333,
11964,
82,
13,
21950,
198,
220,
220,
220,
256,
35048,
7617,
13746,
18960,
796,
41590,
13746,
18960,
3419,
198,
220,
220,
220,
2488,
9288,
256,
35048,
7617,
13746,
18960,
318,
64,
4333,
11964,
82,
13,
21950,
198,
220,
220,
220,
256,
17760,
40436,
305,
796,
9634,
40436,
305,
3419,
198,
220,
220,
220,
2488,
9288,
256,
17760,
40436,
305,
318,
64,
4333,
11964,
82,
13,
21950,
198,
220,
220,
220,
256,
36,
1102,
40436,
305,
796,
412,
1102,
40436,
305,
3419,
198,
220,
220,
220,
2488,
9288,
256,
36,
1102,
40436,
305,
318,
64,
4333,
11964,
82,
13,
21950,
198,
220,
220,
220,
256,
40436,
305,
22743,
796,
32116,
22743,
3419,
198,
220,
220,
220,
2488,
9288,
256,
40436,
305,
22743,
318,
64,
4333,
11964,
82,
13,
21950,
198,
220,
220,
220,
256,
40436,
305,
34,
3325,
603,
434,
796,
32116,
34,
3325,
603,
434,
3419,
198,
220,
220,
220,
2488,
9288,
256,
40436,
305,
34,
3325,
603,
434,
318,
64,
4333,
11964,
82,
13,
21950,
198,
220,
220,
220,
256,
40436,
305,
31425,
796,
32116,
31425,
3419,
198,
220,
220,
220,
2488,
9288,
256,
40436,
305,
31425,
318,
64,
4333,
11964,
82,
13,
21950,
198,
220,
220,
220,
256,
17760,
26764,
413,
540,
796,
9634,
26764,
413,
540,
3419,
198,
220,
220,
220,
2488,
9288,
256,
17760,
26764,
413,
540,
318,
64,
4333,
11964,
82,
13,
21950,
198,
220,
220,
220,
256,
36,
1102,
26764,
413,
540,
796,
412,
1102,
26764,
413,
540,
3419,
198,
220,
220,
220,
2488,
9288,
256,
36,
1102,
26764,
413,
540,
318,
64,
4333,
11964,
82,
13,
21950,
198,
220,
220,
220,
256,
26764,
413,
540,
22743,
796,
29479,
540,
22743,
3419,
198,
220,
220,
220,
2488,
9288,
256,
26764,
413,
540,
22743,
318,
64,
4333,
11964,
82,
13,
21950,
198,
220,
220,
220,
256,
26764,
413,
540,
13295,
49354,
796,
29479,
540,
13295,
49354,
3419,
198,
220,
220,
220,
2488,
9288,
256,
26764,
413,
540,
13295,
49354,
318,
64,
4333,
11964,
82,
13,
21950,
198,
220,
220,
220,
256,
26764,
413,
540,
34,
3325,
603,
434,
796,
29479,
540,
34,
3325,
603,
434,
3419,
198,
220,
220,
220,
2488,
9288,
256,
26764,
413,
540,
34,
3325,
603,
434,
318,
64,
4333,
11964,
82,
13,
21950,
198,
437,
198,
198,
31,
9288,
2617,
366,
31425,
28407,
669,
1,
2221,
198,
220,
220,
220,
256,
31425,
796,
42044,
47006,
3419,
198,
220,
220,
220,
2488,
9288,
256,
31425,
318,
64,
4333,
11964,
82,
13,
21950,
198,
437,
198,
198,
31,
9288,
2617,
366,
8912,
28407,
669,
1,
2221,
198,
220,
220,
220,
256,
13434,
8912,
796,
4333,
8912,
3419,
198,
220,
220,
220,
2488,
9288,
256,
13434,
8912,
318,
64,
4333,
11964,
82,
13,
21950,
198,
220,
220,
220,
256,
13434,
8912,
42668,
796,
4333,
8912,
42668,
3419,
198,
220,
220,
220,
2488,
9288,
256,
13434,
8912,
42668,
318,
64,
4333,
11964,
82,
13,
21950,
198,
220,
220,
220,
256,
13434,
8912,
796,
4333,
8912,
7203,
15003,
1600,
2081,
11,
5869,
22784,
657,
13,
15,
11,
657,
13,
15,
8,
198,
220,
220,
220,
2488,
9288,
256,
13434,
8912,
318,
64,
4333,
11964,
82,
13,
21950,
198,
220,
220,
220,
256,
13434,
8912,
42668,
796,
4333,
8912,
42668,
7203,
15003,
1600,
2081,
11,
5869,
22784,
657,
13,
15,
11,
352,
13,
15,
8,
198,
220,
220,
220,
2488,
9288,
256,
13434,
8912,
42668,
318,
64,
4333,
11964,
82,
13,
21950,
198,
220,
220,
220,
256,
8912,
796,
4225,
3622,
856,
8912,
3419,
198,
220,
220,
220,
2488,
9288,
256,
8912,
318,
64,
4333,
11964,
82,
13,
21950,
198,
437,
198,
198,
31,
9288,
2617,
366,
33,
25642,
28407,
669,
1,
2221,
198,
220,
220,
220,
256,
13949,
796,
6910,
3419,
198,
220,
220,
220,
2488,
9288,
256,
13949,
318,
64,
4333,
11964,
82,
13,
21950,
198,
220,
220,
220,
256,
9069,
20026,
13949,
796,
2892,
20026,
13949,
3419,
198,
220,
220,
220,
2488,
9288,
256,
9069,
20026,
13949,
318,
64,
4333,
11964,
82,
13,
21950,
198,
220,
220,
220,
256,
39,
8898,
5097,
500,
796,
367,
8898,
5097,
500,
3419,
198,
220,
220,
220,
2488,
9288,
256,
39,
8898,
5097,
500,
318,
64,
4333,
11964,
82,
13,
21950,
198,
220,
220,
220,
256,
53,
6173,
35,
5097,
500,
796,
569,
6173,
35,
5097,
500,
3419,
198,
220,
220,
220,
2488,
9288,
256,
53,
6173,
35,
5097,
500,
318,
64,
4333,
11964,
82,
13,
21950,
198,
220,
220,
220,
256,
8291,
16354,
17,
54,
796,
3602,
16354,
17,
54,
3419,
198,
220,
220,
220,
2488,
9288,
256,
8291,
16354,
17,
54,
318,
64,
4333,
11964,
82,
13,
21950,
198,
220,
220,
220,
256,
45081,
8291,
16354,
796,
16880,
8291,
16354,
3419,
198,
220,
220,
220,
2488,
9288,
256,
45081,
8291,
16354,
318,
64,
4333,
11964,
82,
13,
21950,
198,
220,
220,
220,
256,
35645,
2484,
13309,
8291,
16354,
796,
18983,
2484,
13309,
8291,
16354,
3419,
198,
220,
220,
220,
2488,
9288,
256,
35645,
2484,
13309,
8291,
16354,
318,
64,
4333,
11964,
82,
13,
21950,
198,
437,
198,
198,
31,
9288,
2617,
366,
15667,
28407,
669,
1,
2221,
198,
220,
220,
220,
256,
2964,
634,
1538,
4965,
3760,
796,
1041,
634,
1538,
4965,
3760,
3419,
198,
220,
220,
220,
2488,
9288,
256,
2964,
634,
1538,
4965,
3760,
318,
64,
4333,
11964,
82,
13,
16177,
198,
220,
220,
220,
256,
45442,
4965,
3760,
796,
36125,
4965,
3760,
3419,
198,
220,
220,
220,
2488,
9288,
256,
45442,
4965,
3760,
318,
64,
4333,
11964,
82,
13,
16177,
198,
437,
198
] | 2.755513 | 1,043 |
using Base: Int64, Float64, NamedTuple
using Printf
using Glob
# LaMEM I/O
#
# These are routines that help to create a LaMEM marker files from a ParaviewData structure, which can be used to perform geodynamic simulations
# We also include routines with which we can read LaMEM *.pvtr files into julia
export LaMEM_grid, ReadLaMEM_InputFile
export Save_LaMEMMarkersParallel, Save_LaMEMTopography
export GetProcessorPartitioning, ReadData_VTR, ReadData_PVTR, CreatePartitioningFile
"""
Structure that holds information about the LaMEM grid (usually read from an input file).
"""
struct LaMEM_grid
nmark_x :: Int64
nmark_y :: Int64
nmark_z :: Int64
nump_x :: Int64
nump_y :: Int64
nump_z :: Int64
nel_x :: Int64
nel_y :: Int64
nel_z :: Int64
W :: Float64
L :: Float64
H :: Float64
coord_x
coord_y
coord_z
x1D_c
y1D_c
z1D_c
X
Y
Z
end
"""
ParaviewData(Grid::LaMEM_grid, fields::NamedTuple)
Creates a `ParaviewData` struct from a LaMEM grid and from fields stored on that grid. Note that one needs to have a field `Phases` and optionally a field `Temp` to create LaMEM marker files.
"""
ParaviewData(Grid::LaMEM_grid, fields::NamedTuple) = ParaviewData(Grid.X, Grid.Y, Grid.Z, fields)
"""
CartData(Grid::LaMEM_grid, fields::NamedTuple)
Creates a `CartData` struct from a LaMEM grid and from fields stored on that grid. Note that one needs to have a field `Phases` and optionally a field `Temp` to create LaMEM marker files.
"""
CartData(Grid::LaMEM_grid, fields::NamedTuple) = CartData(Grid.X, Grid.Y, Grid.Z, fields)
"""
Below = BelowSurface(Data_LaMEM::LaMEM_grid, DataSurface_Cart::CartData)
Determines if points within the 3D `LaMEM_grid` structure are below the Cartesian surface DataSurface_Cart
"""
function BelowSurface(Grid::LaMEM_grid, DataSurface_Cart::CartData)
return AboveSurface(CartData(Grid,(Z=Grid.Z,)), DataSurface_Cart; above=false)
end
"""
Above = AboveSurface(Data_LaMEM::LaMEM_grid, DataSurface_Cart::CartData)
Determines if points within the 3D `LaMEM_grid` structure are above the Cartesian surface DataSurface_Cart
"""
function AboveSurface(Grid::LaMEM_grid, DataSurface_Cart::CartData)
return AboveSurface(CartData(Grid,(Z=Grid.Z,)), DataSurface_Cart; above=true)
end
"""
value = ParseValue_LaMEM_InputFile(file,keyword,type)
Extracts a certain `keyword` from a LaMEM input `file` and convert it to a certain type
# Example
```julia
julia> nmark_z = ParseValue_LaMEM_InputFile("SaltModels.dat","nmark_z",Int64)
```
"""
function ParseValue_LaMEM_InputFile(file,keyword,type)
value = nothing
for line in eachline(file)
line_strip = lstrip(line) # strip leading tabs/spaces
# Strip comments
ind = findfirst("#", line)
if isnothing(ind)
# no comments
else
line_strip = line_strip[1:ind[1]-2];
end
line_strip = rstrip(line_strip) # strip last tabs/spaces
if startswith(line_strip, keyword)
ind = findfirst("=", line_strip)
if type==String
value = split(line_strip)[3:end]
else
value = parse.(type,split(line_strip)[3:end])
if length(value)==1
value=value[1];
end
end
end
end
return value
end
"""
Grid::LaMEM_grid = ReadLaMEM_InputFile(file)
Parses a LaMEM input file and stores grid information in the `Grid` structure.
# Example
```julia
julia> Grid = ReadLaMEM_InputFile("SaltModels.dat")
LaMEM Grid:
nel : (32, 32, 32)
marker/cell : (3, 3, 3)
markers : (96, 96, 96)
x ϵ [-3.0 : 3.0]
y ϵ [-2.0 : 2.0]
z ϵ [-2.0 : 0.0]
```
"""
function ReadLaMEM_InputFile(file)
nmark_x = ParseValue_LaMEM_InputFile(file,"nmark_x",Int64)
nmark_y = ParseValue_LaMEM_InputFile(file,"nmark_y",Int64)
nmark_z = ParseValue_LaMEM_InputFile(file,"nmark_z",Int64)
nel_x = ParseValue_LaMEM_InputFile(file,"nel_x",Int64)
nel_y = ParseValue_LaMEM_InputFile(file,"nel_y",Int64)
nel_z = ParseValue_LaMEM_InputFile(file,"nel_z",Int64)
coord_x = ParseValue_LaMEM_InputFile(file,"coord_x",Float64)
coord_y = ParseValue_LaMEM_InputFile(file,"coord_y",Float64)
coord_z = ParseValue_LaMEM_InputFile(file,"coord_z",Float64)
if (length(coord_x)>2) || (length(coord_y)>2) || (length(coord_z)>2)
error("Routine currently not working for variable grid spacing")
end
W = coord_x[end]-coord_x[1];
L = coord_y[end]-coord_y[1];
H = coord_z[end]-coord_z[1];
nump_x = nel_x*nmark_x;
nump_y = nel_y*nmark_y;
nump_z = nel_z*nmark_z;
dx = W/nump_x;
dy = L/nump_y;
dz = H/nump_z;
# these lines should be replaced with a separate routine for variable spacing
x = coord_x[1]+dx/2: dx : coord_x[end]-dx/2;
y = coord_y[1]+dy/2: dy : coord_y[end]-dy/2;
z = coord_z[1]+dz/2: dz : coord_z[end]-dz/2;
X,Y,Z = XYZGrid(x,y,z); # create 3D grid using regular spacing
Grid = LaMEM_grid( nmark_x, nmark_y, nmark_z,
nump_x, nump_y, nump_z,
nel_x, nel_y, nel_z,
W, L, H,
coord_x, coord_y, coord_z,
x, y, z,
X, Y, Z);
return Grid
end
# Print an overview of the LaMEM Grid struct:
function Base.show(io::IO, d::LaMEM_grid)
println(io,"LaMEM Grid: ")
println(io," nel : ($(d.nel_x), $(d.nel_y), $(d.nel_z))")
println(io," marker/cell : ($(d.nmark_x), $(d.nmark_y), $(d.nmark_z))")
println(io," markers : ($(d.nump_x), $(d.nump_x), $(d.nump_x))")
println(io," x ϵ [$(d.coord_x[1]) : $(d.coord_x[2])]")
println(io," y ϵ [$(d.coord_y[1]) : $(d.coord_y[2])]")
println(io," z ϵ [$(d.coord_z[1]) : $(d.coord_z[2])]")
end
"""
Save_LaMEMMarkersParallel(Grid::CartData; PartitioningFile=empty, directory="./markers", verbose=true)
Saves a LaMEM marker file from the `CartData` structure `Grid`. It must have a field called `Phases`, holding phase information (as integers) and optionally a field `Temp` with temperature info.
It is possible to provide a LaMEM partitioning file `PartitioningFile`. If not, output is assumed to be for one processor.
The size of `Grid` should be consistent with what is provided in the LaMEM input file. In practice, the size of the mesh can be retrieved from a LaMEM input file using `ReadLaMEM_InputFile`.
# Example
```
julia> Grid = ReadLaMEM_InputFile("LaMEM_input_file.dat")
julia> Phases = zeros(Int32,size(Grid.X));
julia> Temp = ones(Float64,size(Grid.X));
julia> Model3D = CartData(Grid, (Phases=Phases,Temp=Temp))
julia> Save_LaMEMMarkersParallel(Model3D)
Writing LaMEM marker file -> ./markers/mdb.00000000.dat
```
If you want to create a LaMEM input file for multiple processors:
```
julia> Save_LaMEMMarkersParallel(Model3D, PartitioningFile="ProcessorPartitioning_4cpu_1.2.2.bin")
Writing LaMEM marker file -> ./markers/mdb.00000000.dat
Writing LaMEM marker file -> ./markers/mdb.00000001.dat
Writing LaMEM marker file -> ./markers/mdb.00000002.dat
Writing LaMEM marker file -> ./markers/mdb.00000003.dat
```
"""
function Save_LaMEMMarkersParallel(Grid::CartData; PartitioningFile=empty, directory="./markers", verbose=true)
x = ustrip.(Grid.x.val[:,1,1]);
y = ustrip.(Grid.y.val[1,:,1]);
z = ustrip.(Grid.z.val[1,1,:]);
if haskey(Grid.fields,:Phases)
Phases = Grid.fields[:Phases];
else
error("You must provide the field :Phases in the structure")
end
if haskey(Grid.fields,:Temp)
Temp = Grid.fields[:Temp];
else
if verbose
println("Field :Temp is not provided; setting it to zero")
end
Temp = zeros(size(Phases));
end
if PartitioningFile==empty
# in case we run this on 1 processor only
Nprocx = 1;
Nprocy = 1;
Nprocz = 1;
xc,yc,zc = x,y,z;
else
Nprocx,Nprocy,Nprocz,
xc,yc,zc,
nNodeX,nNodeY,nNodeZ = GetProcessorPartitioning(PartitioningFile)
end
Nproc = Nprocx*Nprocy*Nprocz;
num, num_i, num_j, num_k = get_numscheme(Nprocx, Nprocy, Nprocz);
xi,ix_start,ix_end = get_ind(x,xc,Nprocx);
yi,iy_start,iy_end = get_ind(y,yc,Nprocy);
zi,iz_start,iz_end = get_ind(z,zc,Nprocz);
x_start = ix_start[num_i[:]];
y_start = iy_start[num_j[:]];
z_start = iz_start[num_k[:]];
x_end = ix_end[num_i[:]];
y_end = iy_end[num_j[:]];
z_end = iz_end[num_k[:]];
# Loop over all processors partition
for n=1:Nproc
# Extract coordinates for current processor
part_x = ustrip.(Grid.x.val[x_start[n]:x_end[n],y_start[n]:y_end[n],z_start[n]:z_end[n]]);
part_y = ustrip.(Grid.y.val[x_start[n]:x_end[n],y_start[n]:y_end[n],z_start[n]:z_end[n]]);
part_z = ustrip.(Grid.z.val[x_start[n]:x_end[n],y_start[n]:y_end[n],z_start[n]:z_end[n]]);
part_phs = Phases[x_start[n]:x_end[n],y_start[n]:y_end[n],z_start[n]:z_end[n]];
part_T = Temp[x_start[n]:x_end[n],y_start[n]:y_end[n],z_start[n]:z_end[n]];
num_particles = size(part_x,1)* size(part_x,2) * size(part_x,3);
# Information vector per processor
num_prop = 5; # number of properties we save [x/y/z/phase/T]
lvec_info = num_particles;
lvec_prtcls = zeros(Float64,num_prop*num_particles);
lvec_prtcls[1:num_prop:end] = part_x[:];
lvec_prtcls[2:num_prop:end] = part_y[:];
lvec_prtcls[3:num_prop:end] = part_z[:];
lvec_prtcls[4:num_prop:end] = part_phs[:];
lvec_prtcls[5:num_prop:end] = part_T[:];
# Write output files
if ~isdir(directory); mkdir(directory); end # Create dir if not existent
fname = @sprintf "%s/mdb.%1.8d.dat" directory (n-1); # Name
if verbose
println("Writing LaMEM marker file -> $fname") # print info
end
lvec_output = [lvec_info; lvec_prtcls]; # one vec with info about length
PetscBinaryWrite_Vec(fname, lvec_output) # Write PETSc vector as binary file
end
end
# Internal routine to retrieve indices of local portion of the grid
function get_ind(x,xc,Nprocx)
if Nprocx == 1
xi = length(x);
ix_start = [1];
ix_end = [length(x)];
else
xi = zeros(Int64,Nprocx)
for k= 1:Nprocx
if k==1
xi[k] = length(x[ (x .>=xc[k]) .& (x .<=xc[k+1]) ]);
else
xi[k] = length(x[ (x.>xc[k]) .& (x.<=xc[k+1])]);
end
end
ix_start = cumsum( [0; xi[1:end-1]] ) .+ 1;
ix_end = cumsum(xi[1:end]);
end
return xi,ix_start,ix_end
end
# Internal routine
function get_numscheme(Nprocx,Nprocy,Nprocz)
n = zeros(Int64, Nprocx*Nprocy*Nprocz)
nix = zeros(Int64, Nprocx*Nprocy*Nprocz)
njy = zeros(Int64, Nprocx*Nprocy*Nprocz)
nkz = zeros(Int64, Nprocx*Nprocy*Nprocz)
num=0;
for k=1:Nprocz
for j=1:Nprocy
for i=1:Nprocx
num=num+1;
n[num] = num;
nix[num]= i;
njy[num]= j;
nkz[num]= k;
end
end
end
return n,nix,njy,nkz
end
# Internal routine, to write a PETSc vector (as Float64)
"""
PetscBinaryWrite_Vec(filename, A)
Writes a vector `A` to disk, such that it can be read with `PetscBinaryRead` (which assumes a Big Endian type)
"""
function PetscBinaryWrite_Vec(filename, A)
# Note: use "hton" to transfer to Big Endian type, which is what PETScBinaryRead expects
open(filename,"w+") do f
n = length(A);
nummark = A[1]; # number of markers
write(f,hton(Float64(1211214))); # header (not actually used)
write(f,hton(Float64(nummark))); # info about # of markers written
for i=2:n
write(f,hton(Float64(A[i]))); # Write data itself
end
end
end
"""
nProcX,nProcY,nProcZ, xc,yc,zc, nNodeX,nNodeY,nNodeZ = GetProcessorPartitioning(filename)
Reads a LaMEM processor partitioning file, used to create marker files, and returns the parallel layout
"""
function GetProcessorPartitioning(filename)
io = open(filename, "r")
nProcX = ntoh(read(io,Int32))
nProcY = ntoh(read(io,Int32))
nProcZ = ntoh(read(io,Int32))
nNodeX = ntoh(read(io,Int32))
nNodeY = ntoh(read(io,Int32))
nNodeZ = ntoh(read(io,Int32))
iX = [ntoh(read(io,Int32)) for i=1:nProcX+1];
iY = [ntoh(read(io,Int32)) for i=1:nProcY+1];
iZ = [ntoh(read(io,Int32)) for i=1:nProcZ+1];
CharLength = ntoh(read(io,Float64))
xcoor = [ntoh(read(io,Float64)) for i=1:nNodeX].*CharLength;
ycoor = [ntoh(read(io,Float64)) for i=1:nNodeY].*CharLength;
zcoor = [ntoh(read(io,Float64)) for i=1:nNodeZ].*CharLength;
xc = xcoor[iX .+ 1]
yc = ycoor[iY .+ 1]
zc = zcoor[iZ .+ 1]
close(io)
return nProcX,nProcY,nProcZ,
xc,yc,zc,
nNodeX,nNodeY,nNodeZ
end
"""
coord, Data_3D_Arrays, Name_Vec = ReadData_VTR(fname)
Reads a VTR (structured grid) VTK file `fname` and extracts the coordinates, data arrays and names of the data.
In general, this only contains a piece of the data, and one should open a `*.pvtr` file to retrieve the full data
"""
function ReadData_VTR(fname, FullSize)
file = open(fname, "r")
header = true
num = 1;
CoordOffset = zeros(Int64,3);
Offset_Vec = [];
Name_Vec = []; Type_Vec = [];
NumComp_Vec = []; PieceExtent=[]; WholeExtent=[];
while header==true
line = readline(file)
line_strip = lstrip(line)
if startswith(line_strip, "<RectilinearGrid WholeExtent")
id_start = findfirst("\"", line_strip)[1]+1
id_end = findlast("\"", line_strip)[1]-1
WholeExtent = parse.(Int64,split(line_strip[id_start:id_end]))
end
if startswith(line_strip, "<Piece Extent=")
id_start = findfirst("\"", line_strip)[1]+1
id_end = findlast("\"", line_strip)[1]-1
PieceExtent = parse.(Int64,split(line_strip[id_start:id_end]))
end
if startswith(line_strip, "<Coordinates>")
# Read info where the coordinates are stored
Type, Name, NumberOfComponents, CoordOffset[1] = Parse_VTR_Line(readline(file)); num += 1
Type, Name, NumberOfComponents, CoordOffset[2] = Parse_VTR_Line(readline(file)); num += 1
Type, Name, NumberOfComponents, CoordOffset[3] = Parse_VTR_Line(readline(file)); num += 1
end
if startswith(line_strip, "<PointData>")
line_strip = lstrip(readline(file))
while ~startswith(line_strip, "</PointData>")
Type, Name, NumberOfComponents, Offset = Parse_VTR_Line(line_strip); num += 1
Offset_Vec = [Offset_Vec; Offset];
Name_Vec = [Name_Vec; Name];
Type_Vec = [Type_Vec; Type];
NumComp_Vec = [NumComp_Vec; NumberOfComponents];
line_strip = lstrip(readline(file))
end
end
if startswith(line_strip, "<CellData>")
line_strip = lstrip(readline(file))
while ~startswith(line_strip, "</CellData>")
Type, Name, NumberOfComponents, Offset = Parse_VTR_Line(line_strip); num += 1
Offset_Vec = [Offset_Vec; Offset];
Name_Vec = [Name_Vec; Name];
Type_Vec = [Type_Vec; Type];
NumComp_Vec = [NumComp_Vec; NumberOfComponents];
line_strip = lstrip(readline(file))
# if we have cell Data, for some reason we need to increment this by one.
PieceExtent[1:2:end] .+= 1
end
end
if startswith(line_strip, "<AppendedData ")
header=false
end
num += 1
end
# Skip to beginning of raw data (linebreak)
skip(file, 5)
start_bin = position(file); # start of binary data
# Determine the end of the raw data
seekend(file);
skip(file, -29)
end_bin = position(file);
# Start with reading the coordinate arrays:
coord_x = ReadBinaryData(file, start_bin, CoordOffset[1], (PieceExtent[2]-PieceExtent[1]+1)*sizeof(Float32))
coord_y = ReadBinaryData(file, start_bin, CoordOffset[2], (PieceExtent[4]-PieceExtent[3]+1)*sizeof(Float32))
coord_z = ReadBinaryData(file, start_bin, CoordOffset[3], (PieceExtent[6]-PieceExtent[5]+1)*sizeof(Float32))
# Read data arrays:
Data_3D_Arrays = [];
ix = PieceExtent[1]:PieceExtent[2];
iy = PieceExtent[3]:PieceExtent[4];
iz = PieceExtent[5]:PieceExtent[6];
numPoints = length(ix)*length(iy)*length(iz);
coord_x_full = zeros(Float64, FullSize[1]);
coord_y_full = zeros(Float64, FullSize[2]);
coord_z_full = zeros(Float64, FullSize[3]);
coord_x_full[ix] = coord_x[1:length(ix)];
coord_y_full[iy] = coord_y[1:length(iy)];
coord_z_full[iz] = coord_z[1:length(iz)];
for i=1:length(Name_Vec)-1
data3D = ReadBinaryData(file, start_bin, Offset_Vec[i], numPoints*NumComp_Vec[i]*sizeof(Float32) )
data3D = getArray(data3D, PieceExtent, NumComp_Vec[i]);
data3D_full = zeros(Float64,NumComp_Vec[i],FullSize[1],FullSize[2],FullSize[3]) # Generate full data
# uggly hack to make it work with parallel files
ix_left = ix; ix_right = 1:length(ix_left);
iy_left = iy; iy_right = 1:length(iy_left);
iz_left = iz; iz_right = 1:length(iz_left);
if ix_left[1]>1; ix_left = ix_left[2:end]; ix_right=ix_right[2:end]; end
if iy_left[1]>1; iy_left = iy_left[2:end]; iy_right=iy_right[2:end]; end
if iz_left[1]>1; iz_left = iz_left[2:end]; iz_right=iz_right[2:end]; end
data3D_full[1:NumComp_Vec[i], ix_left, iy_left, iz_left] = data3D[1:NumComp_Vec[i],ix_right, iy_right, iz_right];
#data3D_full[1:NumComp_Vec[i], ix, iy, iz] = data3D;
Data_3D_Arrays = [Data_3D_Arrays; data3D_full]
end
i=length(Name_Vec);
if Type_Vec[i]=="UInt8"
data3D = ReadBinaryData(file, start_bin, Offset_Vec[i], numPoints*NumComp_Vec[i]*sizeof(UInt8), DataType=UInt8)
else
data3D = ReadBinaryData(file, start_bin, Offset_Vec[i], numPoints*NumComp_Vec[i]*sizeof(Float32) )
end
data3D = getArray(data3D, PieceExtent, NumComp_Vec[i]);
data3D_full = zeros(Float64,NumComp_Vec[i],FullSize[1],FullSize[2],FullSize[3]) # Generate full d
data3D_full[1:NumComp_Vec[i], ix, iy, iz] = data3D[1:NumComp_Vec[i],1:length(ix),1:length(iy),1:length(iz)];
Data_3D_Arrays = [Data_3D_Arrays; data3D_full]
return coord_x_full, coord_y_full, coord_z_full, Data_3D_Arrays, Name_Vec, NumComp_Vec, ix, iy, iz
end
# Parses a line of a *.vtr file & retrieve Type/Name/NumberOfComponents/Offset
function Parse_VTR_Line(line)
line_strip = lstrip(line)
# Retrieve Type
if findfirst("type", line_strip) != nothing
id_start = findfirst("type", line_strip)[1]+6
line_strip = line_strip[id_start:end]
id_end = findfirst("\"", line_strip)[1]-1
Type = line_strip[1:id_end]
line_strip = line_strip[id_end:end]
else
Type=nothing;
end
# Retrieve Name
if findfirst("Name", line_strip) != nothing
id_start = findfirst("Name", line_strip)[1]+6
line_strip = line_strip[id_start:end]
id_end = findfirst("\"", line_strip)[1]-1
Name = line_strip[1:id_end]
line_strip = line_strip[id_end:end]
else
Name=nothing
end
# Retrieve number of components
if findfirst("NumberOfComponents", line_strip) != nothing
id_start = findfirst("NumberOfComponents", line_strip)[1]+20
line_strip = line_strip[id_start:end]
id_end = findfirst("\"", line_strip)[1]-1
NumberOfComponents = parse(Int64,line_strip[1:id_end])
line_strip = line_strip[id_end:end]
else
NumberOfComponents=nothing
end
# Offset
if findfirst("offset", line_strip) != nothing
id_start = findfirst("offset", line_strip)[1]+8
line_strip = line_strip[id_start:end]
id_end = findfirst("\"", line_strip)[1]-1
Offset = parse(Int64,line_strip[1:id_end])
else
Offset=nothing;
end
return Type, Name, NumberOfComponents, Offset
end
function getArray(data, PieceExtent, NumComp)
data = reshape(data, (NumComp, PieceExtent[2]-PieceExtent[1]+1, PieceExtent[4]-PieceExtent[3]+1, PieceExtent[6]-PieceExtent[5]+1))
return data
end
function ReadBinaryData(file::IOStream, start_bin::Int64, Offset::Int64, BytesToRead; DataType=Float32)
seekstart(file); # go to start
skip(file, start_bin+Offset) # move to beginning of raw binary data
buffer = read(file,BytesToRead) # Read necesaary bytes
data = reinterpret(DataType,buffer) # Transfer to buffer
data = Float64.(data[1:end]); # Transfer to Float64
return data
end
"""
Data::ParaviewData = ReadData_PVTR(fname, dir)
Reads a parallel, rectilinear, `*.vts` file with the name `fname` and located in `dir` and create a 3D `Data` struct from it.
# Example
```julia
julia> Data = ReadData_PVTR("Haaksbergen.pvtr", "./Timestep_00000005_3.35780500e-01/")
ParaviewData
size : (33, 33, 33)
x ϵ [ -3.0 : 3.0]
y ϵ [ -2.0 : 2.0]
z ϵ [ -2.0 : 0.0]
fields: (:phase, :density, :visc_total, :visc_creep, :velocity, :pressure, :temperature, :dev_stress, :strain_rate, :j2_dev_stress, :j2_strain_rate, :plast_strain, :plast_dissip, :tot_displ, :yield, :moment_res, :cont_res)
```
"""
function ReadData_PVTR(fname, dir)
file = open(joinpath(dir,fname), "r")
header = true
num = 1;
FullSize= (1,1,1);
num_data_sets = 1;
Data_3D=[]; coord_x=[]; coord_y=[]; coord_z=[]; NumComp=[]; Names=[]
while header==true
line = readline(file)
line_strip = lstrip(line)
if startswith(line_strip, "<PRectilinearGrid")
id_start = findfirst("WholeExtent=", line_strip)[1]+13
line_strip = line_strip[id_start:end]
id_end = findfirst("\"", line_strip)[1]-1
line_piece = line_strip[1:id_end]
WholeExtent = parse.(Int64,split(line_piece))
FullSize = (WholeExtent[2],WholeExtent[4],WholeExtent[6])
end
if startswith(line_strip, "<Piece")
id_start = findfirst("Source=", line_strip)[1]+8
line_strip = line_strip[id_start:end]
id_end = findfirst("\"", line_strip)[1]-1
fname_piece = line_strip[1:id_end]
if num_data_sets==1
coord_x, coord_y, coord_z, Data_3D, Names, NumComp, ix,iy,iz = ReadData_VTR(joinpath(dir,fname_piece), FullSize);
else
coord_x1, coord_y1, coord_z1, Data_3D1, Names, NumComp, ix,iy,iz = ReadData_VTR(joinpath(dir,fname_piece), FullSize);
coord_x[ix] = coord_x1[ix];
coord_y[iy] = coord_y1[iy];
coord_z[iz] = coord_z1[iz];
Data_3D = Data_3D+Data_3D1;
end
num_data_sets += 1
end
if startswith(line_strip, "</PRectilinearGrid")
header=false;
end
end
# Create a named-Tuple out of the fields
NamesSymbol = [];
for i=1:length(Names)
id = findfirst(" ", Names[i])
if id == nothing
Names_Strip = Names[i]
else
Names_Strip = Names[i][1:findfirst(" ", Names[i])[1]-1];
end
NamesSymbol = [NamesSymbol; Names_Strip]
end
# NamesSymbol = [Names[i][1:findfirst(" ", Names[i])[1]-1] for i=1:length(Names)]
Names1 = Symbol.(NamesSymbol)
Data_Array = [];
num = 1;
for i=1:length(NumComp)
data = Data_3D[num:num+NumComp[i]-1,:,:,:];
data_arrays = [data[i,:,:,:] for i=1:size(data,1)]
data_tuple = tuple(data_arrays...)
if size(data,1)>1
Data_NamedTuple = NamedTuple{(Names1[i],)}((data_tuple,))
else
Data_NamedTuple = NamedTuple{(Names1[i],)}((data_tuple[1],))
end
Data_Array = [Data_Array; Data_NamedTuple]
num = num+NumComp[i];
end
# Merge vector with tuples into a NamedTuple
fields = Data_Array[1];
for i=2:length(Data_Array)
fields = merge(fields, Data_Array[i])
end
# Create a ParaviewData struct from it.
X,Y,Z = XYZGrid(coord_x, coord_y, coord_z)
DataC = ParaviewData(X,Y,Z, fields);
return DataC
end
"""
Save_LaMEMTopography(Topo::CartData, filename::String)
This writes a topography file `Topo` for use in LaMEM, which should have size `(nx,ny,1)` and contain the field `:Topography`
"""
function Save_LaMEMTopography(Topo::CartData, filename::String)
if (size(Topo.z.val,3) != 1)
error("Not a valid `CartData' Topography file (size in 3rd dimension should be 1)")
end
if !haskey(Topo.fields,:Topography)
error("The topography `CartData` structure requires a field :Topography")
end
# Code the topograhic data into a vector
nx = Float64(size(Topo.fields.Topography,1));
ny = Float64(size(Topo.fields.Topography,2));
x0 = ustrip(Topo.x.val[1,1,1])
y0 = ustrip(Topo.y.val[1,1,1])
dx = ustrip(Topo.x.val[2,2,1]) - x0
dy = ustrip(Topo.y.val[2,2,1]) - y0
Topo_vec = [ nx;ny;x0;y0;dx;dy; ustrip.(Topo.fields.Topography[:])]
# Write as PetscBinary file
PetscBinaryWrite_Vec(filename, Topo_vec)
println("Written LaMEM topography file: $(filename)")
return nothing
end
"""
CreatePartitioningFile(LaMEM_input::String, NumProc::Int64; LaMEM_dir::String=pwd(), LaMEM_options::String="", MPI_dir="")
This executes LaMEM for the input file `LaMEM_input` & creates a parallel partitioning file for `NumProc` processors.
The directory where the LaMEM binary is can be specified; if not it is assumed to be in the current directory.
Likewise for the `mpiexec` directory (if not specified it is assumed to be available on the command line).
"""
function CreatePartitioningFile(LaMEM_input::String,NumProc::Int64; LaMEM_dir::String=pwd(), LaMEM_options="", MPI_dir="")
# Create string to execute LaMEM
mpi_str = MPI_dir*"mpiexec -n $(NumProc) "
LaMEM_str = LaMEM_dir*"/"*"LaMEM -ParamFile "*LaMEM_input*" -mode save_grid "
str = mpi_str*LaMEM_str
println("Executing command: $str")
# Run
exit=run(`sh -c $str`, wait=false);
# Retrieve newest file
if success(exit)
files=readdir(glob"ProcessorPartitioning_*.bin")
time_modified = zeros(length(files))
for (i,file) in enumerate(files)
time_modified[i] = stat(file).mtime
end
id = findall(time_modified.==maximum(time_modified)) # last modified
PartFile = files[id]
println("Successfuly generated PartitioningFile: $(PartFile[1])")
else
error("Something went wrong with executing command ")
end
return PartFile[1]
end | [
3500,
7308,
25,
2558,
2414,
11,
48436,
2414,
11,
34441,
51,
29291,
198,
3500,
12578,
69,
198,
3500,
40713,
198,
198,
2,
4689,
44,
3620,
314,
14,
46,
198,
2,
220,
198,
2,
2312,
389,
31878,
326,
1037,
284,
2251,
257,
4689,
44,
3620,
18364,
3696,
422,
257,
2547,
615,
769,
6601,
4645,
11,
543,
460,
307,
973,
284,
1620,
4903,
34743,
27785,
198,
2,
775,
635,
2291,
31878,
351,
543,
356,
460,
1100,
4689,
44,
3620,
46866,
79,
85,
2213,
3696,
656,
474,
43640,
220,
198,
198,
39344,
4689,
44,
3620,
62,
25928,
11,
4149,
14772,
44,
3620,
62,
20560,
8979,
198,
39344,
12793,
62,
14772,
44,
3620,
9704,
364,
10044,
29363,
11,
12793,
62,
14772,
44,
3620,
9126,
4867,
198,
39344,
3497,
18709,
273,
7841,
653,
278,
11,
4149,
6601,
62,
53,
5446,
11,
4149,
6601,
62,
47,
53,
5446,
11,
13610,
7841,
653,
278,
8979,
198,
198,
37811,
198,
1273,
5620,
326,
6622,
1321,
546,
262,
4689,
44,
3620,
10706,
357,
23073,
1100,
422,
281,
5128,
2393,
737,
198,
37811,
198,
7249,
4689,
44,
3620,
62,
25928,
198,
220,
220,
220,
299,
4102,
62,
87,
7904,
2558,
2414,
198,
220,
220,
220,
299,
4102,
62,
88,
7904,
2558,
2414,
198,
220,
220,
220,
299,
4102,
62,
89,
7904,
2558,
2414,
198,
220,
220,
220,
299,
931,
62,
87,
220,
7904,
2558,
2414,
220,
198,
220,
220,
220,
299,
931,
62,
88,
220,
7904,
2558,
2414,
198,
220,
220,
220,
299,
931,
62,
89,
220,
7904,
2558,
2414,
198,
220,
220,
220,
220,
198,
220,
220,
220,
299,
417,
62,
87,
220,
220,
7904,
2558,
2414,
198,
220,
220,
220,
299,
417,
62,
88,
220,
220,
7904,
2558,
2414,
198,
220,
220,
220,
299,
417,
62,
89,
220,
220,
7904,
2558,
2414,
628,
220,
220,
220,
370,
220,
220,
220,
220,
220,
220,
7904,
220,
48436,
2414,
198,
220,
220,
220,
406,
220,
220,
220,
220,
220,
220,
7904,
220,
48436,
2414,
198,
220,
220,
220,
367,
220,
220,
220,
220,
220,
220,
7904,
220,
48436,
2414,
628,
220,
220,
220,
6349,
62,
87,
220,
198,
220,
220,
220,
6349,
62,
88,
220,
198,
220,
220,
220,
6349,
62,
89,
628,
220,
220,
220,
2124,
16,
35,
62,
66,
198,
220,
220,
220,
331,
16,
35,
62,
66,
198,
220,
220,
220,
1976,
16,
35,
62,
66,
628,
220,
220,
220,
1395,
220,
198,
220,
220,
220,
575,
220,
198,
220,
220,
220,
1168,
628,
220,
220,
220,
198,
437,
198,
198,
37811,
220,
198,
220,
220,
220,
2547,
615,
769,
6601,
7,
41339,
3712,
14772,
44,
3620,
62,
25928,
11,
7032,
3712,
45,
2434,
51,
29291,
8,
198,
198,
16719,
274,
257,
4600,
10044,
615,
769,
6601,
63,
2878,
422,
257,
4689,
44,
3620,
10706,
290,
422,
7032,
8574,
319,
326,
10706,
13,
5740,
326,
530,
2476,
284,
423,
257,
2214,
4600,
2725,
1386,
63,
290,
42976,
257,
2214,
4600,
30782,
63,
284,
2251,
4689,
44,
3620,
18364,
3696,
13,
198,
37811,
198,
10044,
615,
769,
6601,
7,
41339,
3712,
14772,
44,
3620,
62,
25928,
11,
7032,
3712,
45,
2434,
51,
29291,
8,
796,
2547,
615,
769,
6601,
7,
41339,
13,
55,
11,
24846,
13,
56,
11,
24846,
13,
57,
11,
7032,
8,
198,
198,
37811,
220,
198,
220,
220,
220,
13690,
6601,
7,
41339,
3712,
14772,
44,
3620,
62,
25928,
11,
7032,
3712,
45,
2434,
51,
29291,
8,
198,
198,
16719,
274,
257,
4600,
43476,
6601,
63,
2878,
422,
257,
4689,
44,
3620,
10706,
290,
422,
7032,
8574,
319,
326,
10706,
13,
5740,
326,
530,
2476,
284,
423,
257,
2214,
4600,
2725,
1386,
63,
290,
42976,
257,
2214,
4600,
30782,
63,
284,
2251,
4689,
44,
3620,
18364,
3696,
13,
198,
37811,
198,
43476,
6601,
7,
41339,
3712,
14772,
44,
3620,
62,
25928,
11,
7032,
3712,
45,
2434,
51,
29291,
8,
796,
13690,
6601,
7,
41339,
13,
55,
11,
24846,
13,
56,
11,
24846,
13,
57,
11,
7032,
8,
198,
198,
37811,
198,
220,
220,
220,
10383,
796,
10383,
14214,
2550,
7,
6601,
62,
14772,
44,
3620,
3712,
14772,
44,
3620,
62,
25928,
11,
6060,
14214,
2550,
62,
43476,
3712,
43476,
6601,
8,
198,
198,
35,
13221,
274,
611,
2173,
1626,
262,
513,
35,
4600,
14772,
44,
3620,
62,
25928,
63,
4645,
389,
2174,
262,
13690,
35610,
4417,
6060,
14214,
2550,
62,
43476,
198,
37811,
198,
8818,
10383,
14214,
2550,
7,
41339,
3712,
14772,
44,
3620,
62,
25928,
11,
6060,
14214,
2550,
62,
43476,
3712,
43476,
6601,
8,
198,
220,
220,
220,
1441,
23302,
14214,
2550,
7,
43476,
6601,
7,
41339,
11,
7,
57,
28,
41339,
13,
57,
35751,
828,
6060,
14214,
2550,
62,
43476,
26,
2029,
28,
9562,
8,
198,
437,
198,
198,
37811,
198,
220,
220,
220,
23302,
796,
23302,
14214,
2550,
7,
6601,
62,
14772,
44,
3620,
3712,
14772,
44,
3620,
62,
25928,
11,
6060,
14214,
2550,
62,
43476,
3712,
43476,
6601,
8,
198,
198,
35,
13221,
274,
611,
2173,
1626,
262,
513,
35,
4600,
14772,
44,
3620,
62,
25928,
63,
4645,
389,
2029,
262,
13690,
35610,
4417,
6060,
14214,
2550,
62,
43476,
198,
37811,
198,
8818,
23302,
14214,
2550,
7,
41339,
3712,
14772,
44,
3620,
62,
25928,
11,
6060,
14214,
2550,
62,
43476,
3712,
43476,
6601,
8,
198,
220,
220,
220,
1441,
23302,
14214,
2550,
7,
43476,
6601,
7,
41339,
11,
7,
57,
28,
41339,
13,
57,
35751,
828,
6060,
14214,
2550,
62,
43476,
26,
2029,
28,
7942,
8,
198,
437,
628,
198,
37811,
198,
220,
220,
220,
1988,
796,
2547,
325,
11395,
62,
14772,
44,
3620,
62,
20560,
8979,
7,
7753,
11,
2539,
4775,
11,
4906,
8,
198,
198,
11627,
974,
82,
257,
1728,
4600,
2539,
4775,
63,
422,
257,
4689,
44,
3620,
5128,
4600,
7753,
63,
290,
10385,
340,
284,
257,
1728,
2099,
220,
198,
198,
2,
17934,
198,
15506,
63,
73,
43640,
198,
73,
43640,
29,
299,
4102,
62,
89,
796,
2547,
325,
11395,
62,
14772,
44,
3620,
62,
20560,
8979,
7203,
43061,
5841,
1424,
13,
19608,
2430,
77,
4102,
62,
89,
1600,
5317,
2414,
8,
198,
15506,
63,
198,
37811,
198,
8818,
2547,
325,
11395,
62,
14772,
44,
3620,
62,
20560,
8979,
7,
7753,
11,
2539,
4775,
11,
4906,
8,
198,
220,
220,
220,
1988,
796,
2147,
198,
220,
220,
220,
329,
1627,
287,
1123,
1370,
7,
7753,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1627,
62,
36311,
796,
300,
36311,
7,
1370,
8,
220,
220,
220,
220,
220,
220,
1303,
10283,
3756,
22524,
14,
2777,
2114,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
18508,
3651,
198,
220,
220,
220,
220,
220,
220,
220,
773,
220,
220,
220,
220,
220,
220,
220,
796,
1064,
11085,
7203,
2,
1600,
1627,
8,
198,
220,
220,
220,
220,
220,
220,
220,
611,
318,
22366,
7,
521,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
645,
3651,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1627,
62,
36311,
796,
1627,
62,
36311,
58,
16,
25,
521,
58,
16,
45297,
17,
11208,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
1627,
62,
36311,
796,
374,
36311,
7,
1370,
62,
36311,
8,
220,
220,
220,
220,
220,
220,
1303,
10283,
938,
22524,
14,
2777,
2114,
628,
220,
220,
220,
220,
220,
220,
220,
611,
923,
2032,
342,
7,
1370,
62,
36311,
11,
21179,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
773,
796,
1064,
11085,
7203,
28,
1600,
1627,
62,
36311,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
2099,
855,
10100,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1988,
796,
6626,
7,
1370,
62,
36311,
38381,
18,
25,
437,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1988,
796,
21136,
12195,
4906,
11,
35312,
7,
1370,
62,
36311,
38381,
18,
25,
437,
12962,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
4129,
7,
8367,
8,
855,
16,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1988,
28,
8367,
58,
16,
11208,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1441,
1988,
198,
437,
628,
198,
198,
37811,
198,
220,
220,
220,
24846,
3712,
14772,
44,
3620,
62,
25928,
796,
4149,
14772,
44,
3620,
62,
20560,
8979,
7,
7753,
8,
220,
198,
198,
47,
945,
274,
257,
4689,
44,
3620,
5128,
2393,
290,
7000,
10706,
1321,
287,
262,
4600,
41339,
63,
4645,
13,
198,
198,
2,
17934,
198,
15506,
63,
73,
43640,
198,
73,
43640,
29,
24846,
796,
4149,
14772,
44,
3620,
62,
20560,
8979,
7203,
43061,
5841,
1424,
13,
19608,
4943,
220,
198,
14772,
44,
3620,
24846,
25,
220,
198,
4954,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
357,
2624,
11,
3933,
11,
3933,
8,
198,
4102,
263,
14,
3846,
1058,
357,
18,
11,
513,
11,
513,
8,
198,
4102,
364,
220,
220,
220,
220,
1058,
357,
4846,
11,
9907,
11,
9907,
8,
198,
87,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18074,
113,
25915,
18,
13,
15,
1058,
513,
13,
15,
60,
198,
88,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18074,
113,
25915,
17,
13,
15,
1058,
362,
13,
15,
60,
198,
89,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18074,
113,
25915,
17,
13,
15,
1058,
657,
13,
15,
60,
198,
15506,
63,
198,
37811,
198,
8818,
4149,
14772,
44,
3620,
62,
20560,
8979,
7,
7753,
8,
628,
220,
220,
220,
299,
4102,
62,
87,
796,
2547,
325,
11395,
62,
14772,
44,
3620,
62,
20560,
8979,
7,
7753,
553,
77,
4102,
62,
87,
1600,
5317,
2414,
8,
198,
220,
220,
220,
299,
4102,
62,
88,
796,
2547,
325,
11395,
62,
14772,
44,
3620,
62,
20560,
8979,
7,
7753,
553,
77,
4102,
62,
88,
1600,
5317,
2414,
8,
198,
220,
220,
220,
299,
4102,
62,
89,
796,
2547,
325,
11395,
62,
14772,
44,
3620,
62,
20560,
8979,
7,
7753,
553,
77,
4102,
62,
89,
1600,
5317,
2414,
8,
628,
220,
220,
220,
299,
417,
62,
87,
220,
220,
796,
2547,
325,
11395,
62,
14772,
44,
3620,
62,
20560,
8979,
7,
7753,
553,
4954,
62,
87,
1600,
5317,
2414,
8,
198,
220,
220,
220,
299,
417,
62,
88,
220,
220,
796,
2547,
325,
11395,
62,
14772,
44,
3620,
62,
20560,
8979,
7,
7753,
553,
4954,
62,
88,
1600,
5317,
2414,
8,
198,
220,
220,
220,
299,
417,
62,
89,
220,
220,
796,
2547,
325,
11395,
62,
14772,
44,
3620,
62,
20560,
8979,
7,
7753,
553,
4954,
62,
89,
1600,
5317,
2414,
8,
628,
220,
220,
220,
6349,
62,
87,
796,
2547,
325,
11395,
62,
14772,
44,
3620,
62,
20560,
8979,
7,
7753,
553,
37652,
62,
87,
1600,
43879,
2414,
8,
198,
220,
220,
220,
6349,
62,
88,
796,
2547,
325,
11395,
62,
14772,
44,
3620,
62,
20560,
8979,
7,
7753,
553,
37652,
62,
88,
1600,
43879,
2414,
8,
198,
220,
220,
220,
6349,
62,
89,
796,
2547,
325,
11395,
62,
14772,
44,
3620,
62,
20560,
8979,
7,
7753,
553,
37652,
62,
89,
1600,
43879,
2414,
8,
628,
220,
220,
220,
611,
357,
13664,
7,
37652,
62,
87,
8,
29,
17,
8,
8614,
357,
13664,
7,
37652,
62,
88,
8,
29,
17,
8,
8614,
357,
13664,
7,
37652,
62,
89,
8,
29,
17,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4049,
7203,
49,
28399,
3058,
407,
1762,
329,
7885,
10706,
31050,
4943,
198,
220,
220,
220,
886,
628,
220,
220,
220,
370,
220,
220,
220,
220,
220,
220,
796,
6349,
62,
87,
58,
437,
45297,
37652,
62,
87,
58,
16,
11208,
198,
220,
220,
220,
406,
220,
220,
220,
220,
220,
220,
796,
6349,
62,
88,
58,
437,
45297,
37652,
62,
88,
58,
16,
11208,
198,
220,
220,
220,
367,
220,
220,
220,
220,
220,
220,
796,
6349,
62,
89,
58,
437,
45297,
37652,
62,
89,
58,
16,
11208,
628,
220,
220,
220,
299,
931,
62,
87,
220,
796,
299,
417,
62,
87,
9,
77,
4102,
62,
87,
26,
198,
220,
220,
220,
299,
931,
62,
88,
220,
796,
299,
417,
62,
88,
9,
77,
4102,
62,
88,
26,
198,
220,
220,
220,
299,
931,
62,
89,
220,
796,
299,
417,
62,
89,
9,
77,
4102,
62,
89,
26,
628,
220,
220,
220,
44332,
220,
220,
220,
220,
220,
796,
220,
220,
370,
14,
77,
931,
62,
87,
26,
198,
220,
220,
220,
20268,
220,
220,
220,
220,
220,
796,
220,
220,
406,
14,
77,
931,
62,
88,
26,
198,
220,
220,
220,
288,
89,
220,
220,
220,
220,
220,
796,
220,
220,
367,
14,
77,
931,
62,
89,
26,
628,
220,
220,
220,
1303,
777,
3951,
815,
307,
6928,
351,
257,
4553,
8027,
329,
7885,
31050,
220,
220,
220,
198,
220,
220,
220,
2124,
220,
220,
220,
220,
220,
220,
796,
220,
220,
6349,
62,
87,
58,
16,
48688,
34350,
14,
17,
25,
44332,
1058,
6349,
62,
87,
58,
437,
45297,
34350,
14,
17,
26,
198,
220,
220,
220,
331,
220,
220,
220,
220,
220,
220,
796,
220,
220,
6349,
62,
88,
58,
16,
48688,
9892,
14,
17,
25,
20268,
1058,
6349,
62,
88,
58,
437,
45297,
9892,
14,
17,
26,
198,
220,
220,
220,
1976,
220,
220,
220,
220,
220,
220,
796,
220,
220,
6349,
62,
89,
58,
16,
48688,
67,
89,
14,
17,
25,
288,
89,
1058,
6349,
62,
89,
58,
437,
45297,
67,
89,
14,
17,
26,
628,
220,
220,
220,
1395,
11,
56,
11,
57,
220,
220,
796,
220,
220,
41420,
57,
41339,
7,
87,
11,
88,
11,
89,
1776,
1303,
2251,
513,
35,
10706,
1262,
3218,
31050,
198,
220,
220,
220,
220,
198,
220,
220,
220,
24846,
220,
220,
220,
796,
220,
4689,
44,
3620,
62,
25928,
7,
220,
299,
4102,
62,
87,
11,
220,
220,
220,
299,
4102,
62,
88,
11,
220,
220,
220,
299,
4102,
62,
89,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
299,
931,
62,
87,
11,
220,
220,
220,
220,
299,
931,
62,
88,
11,
220,
220,
220,
220,
299,
931,
62,
89,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
299,
417,
62,
87,
11,
220,
220,
220,
220,
220,
299,
417,
62,
88,
11,
220,
220,
220,
220,
220,
299,
417,
62,
89,
11,
220,
220,
220,
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,
370,
11,
220,
220,
220,
220,
220,
220,
220,
220,
220,
406,
11,
220,
220,
220,
220,
220,
220,
220,
220,
220,
367,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6349,
62,
87,
11,
220,
220,
220,
6349,
62,
88,
11,
220,
220,
220,
6349,
62,
89,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2124,
11,
220,
220,
220,
220,
220,
220,
220,
220,
220,
331,
11,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1976,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1395,
11,
220,
220,
220,
220,
220,
220,
220,
220,
220,
575,
11,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1168,
1776,
628,
220,
220,
220,
1441,
24846,
198,
437,
198,
198,
2,
12578,
281,
16700,
286,
262,
4689,
44,
3620,
24846,
2878,
25,
198,
8818,
7308,
13,
12860,
7,
952,
3712,
9399,
11,
288,
3712,
14772,
44,
3620,
62,
25928,
8,
198,
220,
220,
220,
44872,
7,
952,
553,
14772,
44,
3620,
24846,
25,
366,
8,
198,
220,
220,
220,
44872,
7,
952,
553,
220,
299,
417,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
7198,
7,
67,
13,
4954,
62,
87,
828,
29568,
67,
13,
4954,
62,
88,
828,
29568,
67,
13,
4954,
62,
89,
4008,
4943,
198,
220,
220,
220,
44872,
7,
952,
553,
220,
18364,
14,
3846,
1058,
7198,
7,
67,
13,
77,
4102,
62,
87,
828,
29568,
67,
13,
77,
4102,
62,
88,
828,
29568,
67,
13,
77,
4102,
62,
89,
4008,
4943,
198,
220,
220,
220,
44872,
7,
952,
553,
220,
19736,
220,
220,
220,
220,
1058,
7198,
7,
67,
13,
77,
931,
62,
87,
828,
29568,
67,
13,
77,
931,
62,
87,
828,
29568,
67,
13,
77,
931,
62,
87,
4008,
4943,
198,
220,
220,
220,
44872,
7,
952,
553,
220,
2124,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18074,
113,
685,
3,
7,
67,
13,
37652,
62,
87,
58,
16,
12962,
1058,
29568,
67,
13,
37652,
62,
87,
58,
17,
12962,
60,
4943,
198,
220,
220,
220,
44872,
7,
952,
553,
220,
331,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18074,
113,
685,
3,
7,
67,
13,
37652,
62,
88,
58,
16,
12962,
1058,
29568,
67,
13,
37652,
62,
88,
58,
17,
12962,
60,
4943,
198,
220,
220,
220,
44872,
7,
952,
553,
220,
1976,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18074,
113,
685,
3,
7,
67,
13,
37652,
62,
89,
58,
16,
12962,
1058,
29568,
67,
13,
37652,
62,
89,
58,
17,
12962,
60,
4943,
198,
437,
198,
198,
37811,
198,
220,
220,
220,
12793,
62,
14772,
44,
3620,
9704,
364,
10044,
29363,
7,
41339,
3712,
43476,
6601,
26,
2142,
653,
278,
8979,
28,
28920,
11,
8619,
28,
1911,
14,
4102,
364,
1600,
15942,
577,
28,
7942,
8,
198,
198,
50,
3080,
257,
4689,
44,
3620,
18364,
2393,
422,
262,
4600,
43476,
6601,
63,
4645,
4600,
41339,
44646,
632,
1276,
423,
257,
2214,
1444,
4600,
2725,
1386,
47671,
4769,
7108,
1321,
357,
292,
37014,
8,
290,
42976,
257,
2214,
4600,
30782,
63,
351,
5951,
7508,
13,
220,
198,
1026,
318,
1744,
284,
2148,
257,
4689,
44,
3620,
18398,
278,
2393,
4600,
7841,
653,
278,
8979,
44646,
1002,
407,
11,
5072,
318,
9672,
284,
307,
329,
530,
12649,
13,
198,
198,
464,
2546,
286,
4600,
41339,
63,
815,
307,
6414,
351,
644,
318,
2810,
287,
262,
4689,
44,
3620,
5128,
2393,
13,
554,
3357,
11,
262,
2546,
286,
262,
19609,
460,
307,
29517,
422,
257,
4689,
44,
3620,
5128,
2393,
1262,
4600,
5569,
14772,
44,
3620,
62,
20560,
8979,
44646,
198,
198,
2,
17934,
220,
198,
198,
15506,
63,
198,
73,
43640,
29,
24846,
220,
220,
220,
796,
4149,
14772,
44,
3620,
62,
20560,
8979,
7203,
14772,
44,
3620,
62,
15414,
62,
7753,
13,
19608,
4943,
198,
73,
43640,
29,
1380,
1386,
220,
796,
1976,
27498,
7,
5317,
2624,
11,
7857,
7,
41339,
13,
55,
18125,
198,
73,
43640,
29,
24189,
220,
220,
220,
796,
3392,
7,
43879,
2414,
11,
7857,
7,
41339,
13,
55,
18125,
198,
73,
43640,
29,
9104,
18,
35,
796,
13690,
6601,
7,
41339,
11,
357,
2725,
1386,
28,
2725,
1386,
11,
30782,
28,
30782,
4008,
198,
73,
43640,
29,
12793,
62,
14772,
44,
3620,
9704,
364,
10044,
29363,
7,
17633,
18,
35,
8,
198,
33874,
4689,
44,
3620,
18364,
2393,
4613,
24457,
4102,
364,
14,
9132,
65,
13,
8269,
13,
19608,
198,
15506,
63,
220,
220,
220,
220,
198,
1532,
345,
765,
284,
2251,
257,
4689,
44,
3620,
5128,
2393,
329,
3294,
20399,
25,
198,
15506,
63,
198,
73,
43640,
29,
12793,
62,
14772,
44,
3620,
9704,
364,
10044,
29363,
7,
17633,
18,
35,
11,
2142,
653,
278,
8979,
2625,
18709,
273,
7841,
653,
278,
62,
19,
36166,
62,
16,
13,
17,
13,
17,
13,
8800,
4943,
198,
33874,
4689,
44,
3620,
18364,
2393,
4613,
24457,
4102,
364,
14,
9132,
65,
13,
8269,
13,
19608,
198,
33874,
4689,
44,
3620,
18364,
2393,
4613,
24457,
4102,
364,
14,
9132,
65,
13,
10535,
486,
13,
19608,
198,
33874,
4689,
44,
3620,
18364,
2393,
4613,
24457,
4102,
364,
14,
9132,
65,
13,
24598,
17,
13,
19608,
198,
33874,
4689,
44,
3620,
18364,
2393,
4613,
24457,
4102,
364,
14,
9132,
65,
13,
24598,
18,
13,
19608,
198,
15506,
63,
198,
198,
37811,
198,
8818,
12793,
62,
14772,
44,
3620,
9704,
364,
10044,
29363,
7,
41339,
3712,
43476,
6601,
26,
2142,
653,
278,
8979,
28,
28920,
11,
8619,
28,
1911,
14,
4102,
364,
1600,
15942,
577,
28,
7942,
8,
628,
220,
220,
220,
2124,
796,
334,
36311,
12195,
41339,
13,
87,
13,
2100,
58,
45299,
16,
11,
16,
36563,
198,
220,
220,
220,
331,
796,
334,
36311,
12195,
41339,
13,
88,
13,
2100,
58,
16,
11,
45299,
16,
36563,
198,
220,
220,
220,
1976,
796,
334,
36311,
12195,
41339,
13,
89,
13,
2100,
58,
16,
11,
16,
11,
25,
36563,
198,
220,
220,
220,
220,
198,
220,
220,
220,
611,
468,
2539,
7,
41339,
13,
25747,
11,
25,
2725,
1386,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1380,
1386,
796,
24846,
13,
25747,
58,
25,
2725,
1386,
11208,
220,
220,
198,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
4049,
7203,
1639,
1276,
2148,
262,
2214,
1058,
2725,
1386,
287,
262,
4645,
4943,
198,
220,
220,
220,
886,
198,
220,
220,
220,
220,
198,
220,
220,
220,
611,
468,
2539,
7,
41339,
13,
25747,
11,
25,
30782,
8,
198,
220,
220,
220,
220,
220,
220,
220,
24189,
796,
24846,
13,
25747,
58,
25,
30782,
11208,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
611,
15942,
577,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
44872,
7203,
15878,
1058,
30782,
318,
407,
2810,
26,
4634,
340,
284,
6632,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
24189,
796,
1976,
27498,
7,
7857,
7,
2725,
1386,
18125,
198,
220,
220,
220,
886,
198,
220,
220,
220,
220,
198,
220,
220,
220,
611,
2142,
653,
278,
8979,
855,
28920,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
287,
1339,
356,
1057,
428,
319,
352,
12649,
691,
198,
220,
220,
220,
220,
220,
220,
220,
399,
36942,
87,
220,
796,
220,
220,
352,
26,
198,
220,
220,
220,
220,
220,
220,
220,
399,
1676,
948,
220,
796,
220,
220,
352,
26,
198,
220,
220,
220,
220,
220,
220,
220,
399,
1676,
26691,
220,
796,
220,
220,
352,
26,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
66,
11,
88,
66,
11,
89,
66,
796,
2124,
11,
88,
11,
89,
26,
198,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
399,
36942,
87,
11,
45,
1676,
948,
11,
45,
1676,
26691,
11,
220,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
66,
11,
88,
66,
11,
89,
66,
11,
220,
198,
220,
220,
220,
220,
220,
220,
220,
299,
19667,
55,
11,
77,
19667,
56,
11,
77,
19667,
57,
796,
3497,
18709,
273,
7841,
653,
278,
7,
7841,
653,
278,
8979,
8,
198,
220,
220,
220,
886,
628,
220,
220,
220,
399,
36942,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
220,
220,
399,
36942,
87,
9,
45,
1676,
948,
9,
45,
1676,
26691,
26,
198,
220,
220,
220,
997,
11,
997,
62,
72,
11,
997,
62,
73,
11,
997,
62,
74,
220,
220,
220,
796,
220,
220,
651,
62,
22510,
15952,
1326,
7,
45,
36942,
87,
11,
399,
1676,
948,
11,
399,
1676,
26691,
1776,
628,
220,
220,
220,
2124,
72,
11,
844,
62,
9688,
11,
844,
62,
437,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
220,
220,
651,
62,
521,
7,
87,
11,
25306,
11,
45,
36942,
87,
1776,
198,
220,
220,
220,
331,
72,
11,
7745,
62,
9688,
11,
7745,
62,
437,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
220,
220,
651,
62,
521,
7,
88,
11,
88,
66,
11,
45,
1676,
948,
1776,
198,
220,
220,
220,
1976,
72,
11,
528,
62,
9688,
11,
528,
62,
437,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
220,
220,
651,
62,
521,
7,
89,
11,
89,
66,
11,
45,
1676,
26691,
1776,
628,
220,
220,
220,
2124,
62,
9688,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
220,
220,
220,
844,
62,
9688,
58,
22510,
62,
72,
58,
47715,
11208,
198,
220,
220,
220,
331,
62,
9688,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
220,
220,
1312,
88,
62,
9688,
58,
22510,
62,
73,
58,
47715,
11208,
198,
220,
220,
220,
1976,
62,
9688,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
220,
220,
220,
528,
62,
9688,
58,
22510,
62,
74,
58,
47715,
11208,
198,
220,
220,
220,
2124,
62,
437,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
220,
220,
220,
844,
62,
437,
58,
22510,
62,
72,
58,
47715,
11208,
198,
220,
220,
220,
331,
62,
437,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
220,
220,
1312,
88,
62,
437,
58,
22510,
62,
73,
58,
47715,
11208,
198,
220,
220,
220,
1976,
62,
437,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
220,
220,
220,
528,
62,
437,
58,
22510,
62,
74,
58,
47715,
11208,
628,
220,
220,
220,
1303,
26304,
625,
477,
20399,
18398,
198,
220,
220,
220,
329,
299,
28,
16,
25,
45,
36942,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
29677,
22715,
329,
1459,
12649,
198,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
636,
62,
87,
220,
220,
796,
334,
36311,
12195,
41339,
13,
87,
13,
2100,
58,
87,
62,
9688,
58,
77,
5974,
87,
62,
437,
58,
77,
4357,
88,
62,
9688,
58,
77,
5974,
88,
62,
437,
58,
77,
4357,
89,
62,
9688,
58,
77,
5974,
89,
62,
437,
58,
77,
11907,
1776,
198,
220,
220,
220,
220,
220,
220,
220,
636,
62,
88,
220,
220,
796,
334,
36311,
12195,
41339,
13,
88,
13,
2100,
58,
87,
62,
9688,
58,
77,
5974,
87,
62,
437,
58,
77,
4357,
88,
62,
9688,
58,
77,
5974,
88,
62,
437,
58,
77,
4357,
89,
62,
9688,
58,
77,
5974,
89,
62,
437,
58,
77,
11907,
1776,
198,
220,
220,
220,
220,
220,
220,
220,
636,
62,
89,
220,
220,
796,
334,
36311,
12195,
41339,
13,
89,
13,
2100,
58,
87,
62,
9688,
58,
77,
5974,
87,
62,
437,
58,
77,
4357,
88,
62,
9688,
58,
77,
5974,
88,
62,
437,
58,
77,
4357,
89,
62,
9688,
58,
77,
5974,
89,
62,
437,
58,
77,
11907,
1776,
198,
220,
220,
220,
220,
220,
220,
220,
636,
62,
746,
82,
796,
1380,
1386,
58,
87,
62,
9688,
58,
77,
5974,
87,
62,
437,
58,
77,
4357,
88,
62,
9688,
58,
77,
5974,
88,
62,
437,
58,
77,
4357,
89,
62,
9688,
58,
77,
5974,
89,
62,
437,
58,
77,
60,
11208,
198,
220,
220,
220,
220,
220,
220,
220,
636,
62,
51,
220,
220,
796,
220,
220,
24189,
58,
87,
62,
9688,
58,
77,
5974,
87,
62,
437,
58,
77,
4357,
88,
62,
9688,
58,
77,
5974,
88,
62,
437,
58,
77,
4357,
89,
62,
9688,
58,
77,
5974,
89,
62,
437,
58,
77,
60,
11208,
198,
220,
220,
220,
220,
220,
220,
220,
997,
62,
3911,
2983,
796,
2546,
7,
3911,
62,
87,
11,
16,
27493,
2546,
7,
3911,
62,
87,
11,
17,
8,
1635,
2546,
7,
3911,
62,
87,
11,
18,
1776,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
6188,
15879,
583,
12649,
198,
220,
220,
220,
220,
220,
220,
220,
997,
62,
22930,
220,
220,
220,
220,
220,
220,
220,
796,
220,
220,
642,
26,
220,
220,
220,
220,
220,
1303,
1271,
286,
6608,
356,
3613,
685,
87,
14,
88,
14,
89,
14,
40715,
14,
51,
60,
198,
220,
220,
220,
220,
220,
220,
220,
300,
35138,
62,
10951,
220,
220,
220,
220,
220,
220,
796,
220,
220,
997,
62,
3911,
2983,
26,
198,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
300,
35138,
62,
1050,
83,
565,
82,
220,
220,
220,
220,
796,
220,
220,
1976,
27498,
7,
43879,
2414,
11,
22510,
62,
22930,
9,
22510,
62,
3911,
2983,
1776,
198,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
300,
35138,
62,
1050,
83,
565,
82,
58,
16,
25,
22510,
62,
22930,
25,
437,
60,
796,
636,
62,
87,
58,
25,
11208,
198,
220,
220,
220,
220,
220,
220,
220,
300,
35138,
62,
1050,
83,
565,
82,
58,
17,
25,
22510,
62,
22930,
25,
437,
60,
796,
636,
62,
88,
58,
25,
11208,
198,
220,
220,
220,
220,
220,
220,
220,
300,
35138,
62,
1050,
83,
565,
82,
58,
18,
25,
22510,
62,
22930,
25,
437,
60,
796,
636,
62,
89,
58,
25,
11208,
198,
220,
220,
220,
220,
220,
220,
220,
300,
35138,
62,
1050,
83,
565,
82,
58,
19,
25,
22510,
62,
22930,
25,
437,
60,
796,
636,
62,
746,
82,
58,
25,
11208,
198,
220,
220,
220,
220,
220,
220,
220,
300,
35138,
62,
1050,
83,
565,
82,
58,
20,
25,
22510,
62,
22930,
25,
437,
60,
796,
636,
62,
51,
58,
25,
11208,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
19430,
5072,
3696,
198,
220,
220,
220,
220,
220,
220,
220,
611,
5299,
9409,
343,
7,
34945,
1776,
33480,
15908,
7,
34945,
1776,
886,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
13610,
26672,
611,
407,
2152,
298,
198,
220,
220,
220,
220,
220,
220,
220,
277,
3672,
796,
2488,
82,
37435,
36521,
82,
14,
9132,
65,
13,
4,
16,
13,
23,
67,
13,
19608,
1,
220,
8619,
357,
77,
12,
16,
1776,
220,
220,
1303,
6530,
198,
220,
220,
220,
220,
220,
220,
220,
611,
15942,
577,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
44872,
7203,
33874,
4689,
44,
3620,
18364,
2393,
4613,
720,
69,
3672,
4943,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
3601,
7508,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
300,
35138,
62,
22915,
220,
220,
220,
796,
685,
75,
35138,
62,
10951,
26,
300,
35138,
62,
1050,
83,
565,
82,
11208,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
530,
43030,
351,
7508,
546,
4129,
628,
220,
220,
220,
220,
220,
220,
220,
43578,
66,
33,
3219,
16594,
62,
53,
721,
7,
69,
3672,
11,
300,
35138,
62,
22915,
8,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
19430,
32043,
3351,
15879,
355,
13934,
2393,
628,
220,
220,
220,
886,
198,
437,
628,
198,
2,
18628,
8027,
284,
19818,
36525,
286,
1957,
6903,
286,
262,
10706,
198,
8818,
651,
62,
521,
7,
87,
11,
25306,
11,
45,
36942,
87,
8,
198,
220,
220,
220,
611,
399,
36942,
87,
6624,
352,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
72,
220,
220,
220,
220,
220,
220,
796,
4129,
7,
87,
1776,
198,
220,
220,
220,
220,
220,
220,
220,
220,
844,
62,
9688,
796,
685,
16,
11208,
198,
220,
220,
220,
220,
220,
220,
220,
220,
844,
62,
437,
220,
220,
796,
685,
13664,
7,
87,
8,
11208,
198,
220,
220,
220,
2073,
628,
220,
220,
220,
220,
220,
220,
220,
2124,
72,
796,
1976,
27498,
7,
5317,
2414,
11,
45,
36942,
87,
8,
198,
220,
220,
220,
220,
220,
220,
220,
329,
479,
28,
352,
25,
45,
36942,
87,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
479,
855,
16,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2124,
72,
58,
74,
60,
796,
4129,
7,
87,
58,
357,
87,
764,
29,
28,
25306,
58,
74,
12962,
764,
5,
357,
87,
764,
27,
28,
25306,
58,
74,
10,
16,
12962,
2361,
1776,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2124,
72,
58,
74,
60,
796,
4129,
7,
87,
58,
357,
87,
13,
29,
25306,
58,
74,
12962,
764,
5,
357,
87,
29847,
28,
25306,
58,
74,
10,
16,
12962,
36563,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
844,
62,
9688,
796,
269,
5700,
388,
7,
685,
15,
26,
2124,
72,
58,
16,
25,
437,
12,
16,
11907,
1267,
764,
10,
352,
26,
198,
220,
220,
220,
220,
220,
220,
220,
220,
844,
62,
437,
220,
220,
796,
269,
5700,
388,
7,
29992,
58,
16,
25,
437,
36563,
198,
220,
220,
220,
886,
628,
198,
220,
220,
220,
1441,
2124,
72,
11,
844,
62,
9688,
11,
844,
62,
437,
198,
437,
198,
198,
2,
18628,
8027,
198,
8818,
651,
62,
22510,
15952,
1326,
7,
45,
36942,
87,
11,
45,
1676,
948,
11,
45,
1676,
26691,
8,
198,
220,
220,
220,
299,
220,
220,
796,
1976,
27498,
7,
5317,
2414,
11,
399,
36942,
87,
9,
45,
1676,
948,
9,
45,
1676,
26691,
8,
198,
220,
220,
220,
299,
844,
796,
1976,
27498,
7,
5317,
2414,
11,
399,
36942,
87,
9,
45,
1676,
948,
9,
45,
1676,
26691,
8,
198,
220,
220,
220,
299,
73,
88,
796,
1976,
27498,
7,
5317,
2414,
11,
399,
36942,
87,
9,
45,
1676,
948,
9,
45,
1676,
26691,
8,
198,
220,
220,
220,
299,
74,
89,
796,
1976,
27498,
7,
5317,
2414,
11,
399,
36942,
87,
9,
45,
1676,
948,
9,
45,
1676,
26691,
8,
198,
220,
220,
220,
220,
198,
220,
220,
220,
997,
28,
15,
26,
198,
220,
220,
220,
329,
479,
28,
16,
25,
45,
1676,
26691,
198,
220,
220,
220,
220,
220,
220,
220,
329,
474,
28,
16,
25,
45,
1676,
948,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
1312,
28,
16,
25,
45,
36942,
87,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
997,
28,
22510,
10,
16,
26,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
299,
58,
22510,
60,
220,
220,
796,
997,
26,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
299,
844,
58,
22510,
22241,
1312,
26,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
299,
73,
88,
58,
22510,
22241,
474,
26,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
299,
74,
89,
58,
22510,
22241,
479,
26,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
220,
220,
220,
220,
198,
220,
220,
220,
1441,
299,
11,
77,
844,
11,
77,
73,
88,
11,
77,
74,
89,
198,
437,
628,
198,
2,
18628,
8027,
11,
284,
3551,
257,
32043,
3351,
15879,
357,
292,
48436,
2414,
8,
198,
37811,
198,
220,
220,
220,
43578,
66,
33,
3219,
16594,
62,
53,
721,
7,
34345,
11,
317,
8,
198,
198,
20257,
274,
257,
15879,
4600,
32,
63,
284,
11898,
11,
884,
326,
340,
460,
307,
1100,
351,
4600,
47,
1039,
66,
33,
3219,
5569,
63,
357,
4758,
18533,
257,
4403,
5268,
666,
2099,
8,
198,
198,
37811,
198,
8818,
43578,
66,
33,
3219,
16594,
62,
53,
721,
7,
34345,
11,
317,
8,
628,
220,
220,
220,
1303,
5740,
25,
779,
366,
71,
1122,
1,
284,
4351,
284,
4403,
5268,
666,
2099,
11,
543,
318,
644,
32043,
3351,
33,
3219,
5569,
13423,
198,
220,
220,
220,
1280,
7,
34345,
553,
86,
10,
4943,
466,
277,
198,
220,
220,
220,
220,
220,
220,
220,
299,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
220,
220,
4129,
7,
32,
1776,
198,
220,
220,
220,
220,
220,
220,
220,
997,
4102,
220,
220,
220,
220,
220,
220,
220,
220,
796,
220,
220,
317,
58,
16,
11208,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
1271,
286,
19736,
628,
220,
220,
220,
220,
220,
220,
220,
3551,
7,
69,
11,
71,
1122,
7,
43879,
2414,
7,
1065,
14686,
1415,
4008,
1776,
220,
220,
220,
1303,
13639,
357,
1662,
1682,
973,
8,
198,
220,
220,
220,
220,
220,
220,
220,
3551,
7,
69,
11,
71,
1122,
7,
43879,
2414,
7,
22510,
4102,
4008,
1776,
220,
220,
220,
1303,
7508,
546,
1303,
286,
19736,
3194,
198,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
329,
1312,
28,
17,
25,
77,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3551,
7,
69,
11,
71,
1122,
7,
43879,
2414,
7,
32,
58,
72,
60,
4008,
1776,
220,
1303,
19430,
1366,
2346,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
886,
628,
198,
437,
198,
198,
37811,
198,
220,
220,
220,
299,
2964,
66,
55,
11,
77,
2964,
66,
56,
11,
77,
2964,
66,
57,
11,
2124,
66,
11,
88,
66,
11,
89,
66,
11,
299,
19667,
55,
11,
77,
19667,
56,
11,
77,
19667,
57,
796,
3497,
18709,
273,
7841,
653,
278,
7,
34345,
8,
198,
198,
5569,
82,
257,
4689,
44,
3620,
12649,
18398,
278,
2393,
11,
973,
284,
2251,
18364,
3696,
11,
290,
5860,
262,
10730,
12461,
220,
198,
198,
37811,
198,
8818,
3497,
18709,
273,
7841,
653,
278,
7,
34345,
8,
628,
220,
220,
220,
33245,
796,
1280,
7,
34345,
11,
366,
81,
4943,
198,
220,
220,
220,
220,
198,
220,
220,
220,
299,
2964,
66,
55,
796,
299,
83,
1219,
7,
961,
7,
952,
11,
5317,
2624,
4008,
198,
220,
220,
220,
299,
2964,
66,
56,
796,
299,
83,
1219,
7,
961,
7,
952,
11,
5317,
2624,
4008,
198,
220,
220,
220,
299,
2964,
66,
57,
796,
299,
83,
1219,
7,
961,
7,
952,
11,
5317,
2624,
4008,
628,
220,
220,
220,
299,
19667,
55,
796,
299,
83,
1219,
7,
961,
7,
952,
11,
5317,
2624,
4008,
198,
220,
220,
220,
299,
19667,
56,
796,
299,
83,
1219,
7,
961,
7,
952,
11,
5317,
2624,
4008,
198,
220,
220,
220,
299,
19667,
57,
796,
299,
83,
1219,
7,
961,
7,
952,
11,
5317,
2624,
4008,
628,
220,
220,
220,
1312,
55,
796,
685,
429,
1219,
7,
961,
7,
952,
11,
5317,
2624,
4008,
329,
1312,
28,
16,
25,
77,
2964,
66,
55,
10,
16,
11208,
198,
220,
220,
220,
1312,
56,
796,
685,
429,
1219,
7,
961,
7,
952,
11,
5317,
2624,
4008,
329,
1312,
28,
16,
25,
77,
2964,
66,
56,
10,
16,
11208,
198,
220,
220,
220,
1312,
57,
796,
685,
429,
1219,
7,
961,
7,
952,
11,
5317,
2624,
4008,
329,
1312,
28,
16,
25,
77,
2964,
66,
57,
10,
16,
11208,
628,
220,
220,
220,
3178,
24539,
796,
299,
83,
1219,
7,
961,
7,
952,
11,
43879,
2414,
4008,
198,
220,
220,
220,
2124,
1073,
273,
796,
685,
429,
1219,
7,
961,
7,
952,
11,
43879,
2414,
4008,
329,
1312,
28,
16,
25,
77,
19667,
55,
4083,
9,
12441,
24539,
26,
198,
220,
220,
220,
331,
1073,
273,
796,
685,
429,
1219,
7,
961,
7,
952,
11,
43879,
2414,
4008,
329,
1312,
28,
16,
25,
77,
19667,
56,
4083,
9,
12441,
24539,
26,
198,
220,
220,
220,
1976,
1073,
273,
796,
685,
429,
1219,
7,
961,
7,
952,
11,
43879,
2414,
4008,
329,
1312,
28,
16,
25,
77,
19667,
57,
4083,
9,
12441,
24539,
26,
198,
220,
220,
220,
220,
198,
220,
220,
220,
2124,
66,
796,
2124,
1073,
273,
58,
72,
55,
764,
10,
352,
60,
198,
220,
220,
220,
331,
66,
796,
331,
1073,
273,
58,
72,
56,
764,
10,
352,
60,
198,
220,
220,
220,
1976,
66,
796,
1976,
1073,
273,
58,
72,
57,
764,
10,
352,
60,
628,
220,
220,
220,
1969,
7,
952,
8,
628,
220,
220,
220,
1441,
220,
299,
2964,
66,
55,
11,
77,
2964,
66,
56,
11,
77,
2964,
66,
57,
11,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2124,
66,
11,
88,
66,
11,
89,
66,
11,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
299,
19667,
55,
11,
77,
19667,
56,
11,
77,
19667,
57,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
437,
628,
628,
198,
37811,
198,
220,
220,
220,
6349,
11,
6060,
62,
18,
35,
62,
3163,
20477,
11,
6530,
62,
53,
721,
796,
4149,
6601,
62,
53,
5446,
7,
69,
3672,
8,
198,
198,
5569,
82,
257,
569,
5446,
357,
7249,
1522,
10706,
8,
32751,
42,
2393,
4600,
69,
3672,
63,
290,
32139,
262,
22715,
11,
1366,
26515,
290,
3891,
286,
262,
1366,
13,
198,
818,
2276,
11,
428,
691,
4909,
257,
3704,
286,
262,
1366,
11,
290,
530,
815,
1280,
257,
4600,
24620,
79,
85,
2213,
63,
2393,
284,
19818,
262,
1336,
1366,
220,
198,
37811,
198,
8818,
4149,
6601,
62,
53,
5446,
7,
69,
3672,
11,
6462,
10699,
8,
198,
220,
220,
220,
2393,
796,
1280,
7,
69,
3672,
11,
366,
81,
4943,
628,
220,
220,
220,
13639,
796,
2081,
198,
220,
220,
220,
997,
796,
352,
26,
198,
220,
220,
220,
22819,
34519,
796,
1976,
27498,
7,
5317,
2414,
11,
18,
1776,
198,
220,
220,
220,
3242,
2617,
62,
53,
721,
220,
796,
220,
220,
25787,
198,
220,
220,
220,
6530,
62,
53,
721,
220,
220,
220,
796,
220,
220,
25787,
220,
220,
220,
220,
5994,
62,
53,
721,
796,
25787,
198,
220,
220,
220,
31835,
7293,
62,
53,
721,
796,
220,
220,
25787,
220,
220,
220,
220,
27053,
11627,
298,
41888,
11208,
23431,
11627,
298,
41888,
11208,
198,
220,
220,
220,
981,
13639,
855,
7942,
628,
220,
220,
220,
220,
220,
220,
220,
1627,
220,
220,
220,
220,
220,
220,
220,
796,
1100,
1370,
7,
7753,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1627,
62,
36311,
220,
796,
300,
36311,
7,
1370,
8,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
611,
923,
2032,
342,
7,
1370,
62,
36311,
11,
33490,
45474,
346,
259,
451,
41339,
23431,
11627,
298,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4686,
62,
9688,
220,
220,
220,
796,
1064,
11085,
7203,
7879,
1600,
1627,
62,
36311,
38381,
16,
48688,
16,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4686,
62,
437,
220,
220,
220,
220,
220,
796,
1064,
12957,
7203,
7879,
1600,
1627,
62,
36311,
38381,
16,
45297,
16,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
23431,
11627,
298,
796,
21136,
12195,
5317,
2414,
11,
35312,
7,
1370,
62,
36311,
58,
312,
62,
9688,
25,
312,
62,
437,
60,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
611,
923,
2032,
342,
7,
1370,
62,
36311,
11,
33490,
47,
8535,
5683,
298,
2625,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4686,
62,
9688,
220,
220,
220,
796,
1064,
11085,
7203,
7879,
1600,
1627,
62,
36311,
38381,
16,
48688,
16,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4686,
62,
437,
220,
220,
220,
220,
220,
796,
220,
1064,
12957,
7203,
7879,
1600,
1627,
62,
36311,
38381,
16,
45297,
16,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
27053,
11627,
298,
796,
220,
21136,
12195,
5317,
2414,
11,
35312,
7,
1370,
62,
36311,
58,
312,
62,
9688,
25,
312,
62,
437,
60,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
628,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
611,
923,
2032,
342,
7,
1370,
62,
36311,
11,
33490,
7222,
585,
17540,
29,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
4149,
7508,
810,
262,
22715,
389,
8574,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5994,
11,
6530,
11,
7913,
5189,
7293,
3906,
11,
22819,
34519,
58,
16,
60,
220,
796,
2547,
325,
62,
53,
5446,
62,
13949,
7,
961,
1370,
7,
7753,
18125,
997,
15853,
352,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5994,
11,
6530,
11,
7913,
5189,
7293,
3906,
11,
22819,
34519,
58,
17,
60,
220,
796,
2547,
325,
62,
53,
5446,
62,
13949,
7,
961,
1370,
7,
7753,
18125,
997,
15853,
352,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5994,
11,
6530,
11,
7913,
5189,
7293,
3906,
11,
22819,
34519,
58,
18,
60,
220,
796,
2547,
325,
62,
53,
5446,
62,
13949,
7,
961,
1370,
7,
7753,
18125,
997,
15853,
352,
198,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
611,
923,
2032,
342,
7,
1370,
62,
36311,
11,
33490,
12727,
6601,
29,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1627,
62,
36311,
220,
796,
300,
36311,
7,
961,
1370,
7,
7753,
4008,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
981,
5299,
9688,
2032,
342,
7,
1370,
62,
36311,
11,
366,
3556,
12727,
6601,
29,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5994,
11,
6530,
11,
7913,
5189,
7293,
3906,
11,
3242,
2617,
220,
796,
2547,
325,
62,
53,
5446,
62,
13949,
7,
1370,
62,
36311,
1776,
220,
997,
15853,
352,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3242,
2617,
62,
53,
721,
220,
796,
685,
34519,
62,
53,
721,
26,
220,
3242,
2617,
11208,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6530,
62,
53,
721,
220,
220,
220,
796,
685,
5376,
62,
53,
721,
26,
220,
220,
220,
6530,
11208,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5994,
62,
53,
721,
220,
220,
220,
796,
685,
6030,
62,
53,
721,
26,
220,
220,
5994,
11208,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
31835,
7293,
62,
53,
721,
796,
685,
33111,
7293,
62,
53,
721,
26,
7913,
5189,
7293,
3906,
11208,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1627,
62,
36311,
220,
796,
300,
36311,
7,
961,
1370,
7,
7753,
4008,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
611,
923,
2032,
342,
7,
1370,
62,
36311,
11,
33490,
28780,
6601,
29,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1627,
62,
36311,
220,
796,
300,
36311,
7,
961,
1370,
7,
7753,
4008,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
981,
5299,
9688,
2032,
342,
7,
1370,
62,
36311,
11,
366,
3556,
28780,
6601,
29,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5994,
11,
6530,
11,
7913,
5189,
7293,
3906,
11,
3242,
2617,
220,
796,
2547,
325,
62,
53,
5446,
62,
13949,
7,
1370,
62,
36311,
1776,
220,
997,
15853,
352,
198,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3242,
2617,
62,
53,
721,
220,
796,
685,
34519,
62,
53,
721,
26,
220,
3242,
2617,
11208,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6530,
62,
53,
721,
220,
220,
220,
796,
685,
5376,
62,
53,
721,
26,
220,
220,
220,
6530,
11208,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5994,
62,
53,
721,
220,
220,
220,
796,
685,
6030,
62,
53,
721,
26,
220,
220,
5994,
11208,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
31835,
7293,
62,
53,
721,
796,
685,
33111,
7293,
62,
53,
721,
26,
7913,
5189,
7293,
3906,
11208,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1627,
62,
36311,
220,
796,
300,
36311,
7,
961,
1370,
7,
7753,
4008,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
611,
356,
423,
2685,
6060,
11,
329,
617,
1738,
356,
761,
284,
18703,
428,
416,
530,
13,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
27053,
11627,
298,
58,
16,
25,
17,
25,
437,
60,
764,
47932,
352,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
220,
220,
198,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
611,
923,
2032,
342,
7,
1370,
62,
36311,
11,
33490,
4677,
1631,
6601,
366,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
28,
9562,
198,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
997,
15853,
352,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1303,
32214,
284,
3726,
286,
8246,
1366,
357,
1370,
9032,
8,
198,
220,
220,
220,
14267,
7,
7753,
11,
642,
8,
220,
220,
220,
198,
220,
220,
220,
923,
62,
8800,
796,
2292,
7,
7753,
1776,
220,
220,
220,
220,
1303,
923,
286,
13934,
1366,
198,
220,
220,
220,
220,
198,
220,
220,
220,
1303,
45559,
3810,
262,
886,
286,
262,
8246,
1366,
198,
220,
220,
220,
5380,
437,
7,
7753,
1776,
220,
220,
220,
220,
198,
220,
220,
220,
14267,
7,
7753,
11,
532,
1959,
8,
220,
220,
220,
628,
220,
220,
220,
886,
62,
8800,
796,
2292,
7,
7753,
1776,
220,
628,
220,
220,
220,
1303,
7253,
351,
3555,
262,
20435,
26515,
25,
198,
220,
220,
220,
6349,
62,
87,
220,
220,
220,
220,
796,
220,
220,
4149,
33,
3219,
6601,
7,
7753,
11,
923,
62,
8800,
11,
22819,
34519,
58,
16,
4357,
220,
220,
357,
47,
8535,
11627,
298,
58,
17,
45297,
47,
8535,
11627,
298,
58,
16,
48688,
16,
27493,
7857,
1659,
7,
43879,
2624,
4008,
198,
220,
220,
220,
6349,
62,
88,
220,
220,
220,
220,
796,
220,
220,
4149,
33,
3219,
6601,
7,
7753,
11,
923,
62,
8800,
11,
22819,
34519,
58,
17,
4357,
220,
220,
357,
47,
8535,
11627,
298,
58,
19,
45297,
47,
8535,
11627,
298,
58,
18,
48688,
16,
27493,
7857,
1659,
7,
43879,
2624,
4008,
198,
220,
220,
220,
6349,
62,
89,
220,
220,
220,
220,
796,
220,
220,
4149,
33,
3219,
6601,
7,
7753,
11,
923,
62,
8800,
11,
22819,
34519,
58,
18,
4357,
220,
220,
357,
47,
8535,
11627,
298,
58,
21,
45297,
47,
8535,
11627,
298,
58,
20,
48688,
16,
27493,
7857,
1659,
7,
43879,
2624,
4008,
628,
220,
220,
220,
220,
198,
220,
220,
220,
1303,
4149,
1366,
26515,
25,
198,
220,
220,
220,
6060,
62,
18,
35,
62,
3163,
20477,
220,
796,
25787,
198,
220,
220,
220,
220,
844,
796,
27053,
11627,
298,
58,
16,
5974,
47,
8535,
11627,
298,
58,
17,
11208,
198,
220,
220,
220,
1312,
88,
796,
27053,
11627,
298,
58,
18,
5974,
47,
8535,
11627,
298,
58,
19,
11208,
198,
220,
220,
220,
220,
528,
796,
27053,
11627,
298,
58,
20,
5974,
47,
8535,
11627,
298,
58,
21,
11208,
198,
220,
220,
220,
997,
40710,
220,
220,
220,
220,
220,
220,
796,
4129,
7,
844,
27493,
13664,
7,
7745,
27493,
13664,
7,
528,
1776,
198,
220,
220,
220,
220,
198,
220,
220,
220,
6349,
62,
87,
62,
12853,
796,
1976,
27498,
7,
43879,
2414,
11,
6462,
10699,
58,
16,
36563,
198,
220,
220,
220,
6349,
62,
88,
62,
12853,
796,
1976,
27498,
7,
43879,
2414,
11,
6462,
10699,
58,
17,
36563,
198,
220,
220,
220,
6349,
62,
89,
62,
12853,
796,
1976,
27498,
7,
43879,
2414,
11,
6462,
10699,
58,
18,
36563,
198,
220,
220,
220,
198,
220,
220,
220,
6349,
62,
87,
62,
12853,
58,
844,
60,
796,
6349,
62,
87,
58,
16,
25,
13664,
7,
844,
8,
11208,
198,
220,
220,
220,
6349,
62,
88,
62,
12853,
58,
7745,
60,
796,
6349,
62,
88,
58,
16,
25,
13664,
7,
7745,
8,
11208,
198,
220,
220,
220,
6349,
62,
89,
62,
12853,
58,
528,
60,
796,
6349,
62,
89,
58,
16,
25,
13664,
7,
528,
8,
11208,
198,
220,
220,
220,
220,
198,
220,
220,
220,
329,
1312,
28,
16,
25,
13664,
7,
5376,
62,
53,
721,
13219,
16,
198,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
1366,
18,
35,
220,
220,
220,
220,
220,
796,
220,
220,
4149,
33,
3219,
6601,
7,
7753,
11,
923,
62,
8800,
11,
3242,
2617,
62,
53,
721,
58,
72,
4357,
220,
220,
220,
997,
40710,
9,
33111,
7293,
62,
53,
721,
58,
72,
60,
9,
7857,
1659,
7,
43879,
2624,
8,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
1366,
18,
35,
220,
220,
220,
220,
220,
796,
220,
220,
651,
19182,
7,
7890,
18,
35,
11,
27053,
11627,
298,
11,
31835,
7293,
62,
53,
721,
58,
72,
36563,
628,
220,
220,
220,
220,
220,
220,
220,
1366,
18,
35,
62,
12853,
796,
220,
220,
1976,
27498,
7,
43879,
2414,
11,
33111,
7293,
62,
53,
721,
58,
72,
4357,
13295,
10699,
58,
16,
4357,
13295,
10699,
58,
17,
4357,
13295,
10699,
58,
18,
12962,
220,
1303,
2980,
378,
1336,
1366,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
334,
1130,
306,
8156,
284,
787,
340,
670,
351,
10730,
3696,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
844,
62,
9464,
796,
220,
844,
26,
220,
844,
62,
3506,
796,
352,
25,
13664,
7,
844,
62,
9464,
1776,
198,
220,
220,
220,
220,
220,
220,
220,
1312,
88,
62,
9464,
796,
1312,
88,
26,
1312,
88,
62,
3506,
796,
352,
25,
13664,
7,
7745,
62,
9464,
1776,
198,
220,
220,
220,
220,
220,
220,
220,
220,
528,
62,
9464,
796,
220,
528,
26,
220,
528,
62,
3506,
796,
352,
25,
13664,
7,
528,
62,
9464,
1776,
198,
220,
220,
220,
220,
220,
220,
220,
611,
220,
844,
62,
9464,
58,
16,
60,
29,
16,
26,
220,
844,
62,
9464,
796,
220,
844,
62,
9464,
58,
17,
25,
437,
11208,
220,
844,
62,
3506,
28,
844,
62,
3506,
58,
17,
25,
437,
11208,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
611,
1312,
88,
62,
9464,
58,
16,
60,
29,
16,
26,
1312,
88,
62,
9464,
796,
1312,
88,
62,
9464,
58,
17,
25,
437,
11208,
1312,
88,
62,
3506,
28,
7745,
62,
3506,
58,
17,
25,
437,
11208,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
611,
220,
528,
62,
9464,
58,
16,
60,
29,
16,
26,
220,
528,
62,
9464,
796,
220,
528,
62,
9464,
58,
17,
25,
437,
11208,
220,
528,
62,
3506,
28,
528,
62,
3506,
58,
17,
25,
437,
11208,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
1366,
18,
35,
62,
12853,
58,
16,
25,
33111,
7293,
62,
53,
721,
58,
72,
4357,
220,
844,
62,
9464,
11,
1312,
88,
62,
9464,
11,
220,
528,
62,
9464,
60,
220,
220,
220,
220,
220,
220,
220,
796,
1366,
18,
35,
58,
16,
25,
33111,
7293,
62,
53,
721,
58,
72,
4357,
844,
62,
3506,
11,
1312,
88,
62,
3506,
11,
220,
528,
62,
3506,
11208,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
7890,
18,
35,
62,
12853,
58,
16,
25,
33111,
7293,
62,
53,
721,
58,
72,
4357,
220,
844,
11,
1312,
88,
11,
220,
528,
60,
220,
220,
220,
220,
220,
220,
220,
796,
1366,
18,
35,
26,
198,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
6060,
62,
18,
35,
62,
3163,
20477,
796,
685,
6601,
62,
18,
35,
62,
3163,
20477,
26,
1366,
18,
35,
62,
12853,
60,
198,
220,
220,
220,
886,
198,
220,
220,
220,
1312,
28,
13664,
7,
5376,
62,
53,
721,
1776,
198,
220,
220,
220,
220,
198,
220,
220,
220,
611,
5994,
62,
53,
721,
58,
72,
60,
855,
1,
52,
5317,
23,
1,
198,
220,
220,
220,
220,
220,
220,
220,
1366,
18,
35,
220,
220,
796,
220,
220,
4149,
33,
3219,
6601,
7,
7753,
11,
923,
62,
8800,
11,
3242,
2617,
62,
53,
721,
58,
72,
4357,
220,
220,
220,
997,
40710,
9,
33111,
7293,
62,
53,
721,
58,
72,
60,
9,
7857,
1659,
7,
52,
5317,
23,
828,
6060,
6030,
28,
52,
5317,
23,
8,
198,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
1366,
18,
35,
220,
220,
796,
220,
220,
4149,
33,
3219,
6601,
7,
7753,
11,
923,
62,
8800,
11,
3242,
2617,
62,
53,
721,
58,
72,
4357,
220,
220,
220,
997,
40710,
9,
33111,
7293,
62,
53,
721,
58,
72,
60,
9,
7857,
1659,
7,
43879,
2624,
8,
1267,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1366,
18,
35,
220,
220,
796,
220,
220,
651,
19182,
7,
7890,
18,
35,
11,
27053,
11627,
298,
11,
31835,
7293,
62,
53,
721,
58,
72,
36563,
198,
220,
220,
220,
1366,
18,
35,
62,
12853,
796,
220,
220,
1976,
27498,
7,
43879,
2414,
11,
33111,
7293,
62,
53,
721,
58,
72,
4357,
13295,
10699,
58,
16,
4357,
13295,
10699,
58,
17,
4357,
13295,
10699,
58,
18,
12962,
220,
1303,
2980,
378,
1336,
288,
198,
220,
220,
220,
1366,
18,
35,
62,
12853,
58,
16,
25,
33111,
7293,
62,
53,
721,
58,
72,
4357,
220,
844,
11,
1312,
88,
11,
220,
528,
60,
220,
220,
220,
220,
220,
220,
220,
796,
1366,
18,
35,
58,
16,
25,
33111,
7293,
62,
53,
721,
58,
72,
4357,
16,
25,
13664,
7,
844,
828,
16,
25,
13664,
7,
7745,
828,
16,
25,
13664,
7,
528,
8,
11208,
198,
220,
220,
220,
220,
198,
220,
220,
220,
6060,
62,
18,
35,
62,
3163,
20477,
796,
685,
6601,
62,
18,
35,
62,
3163,
20477,
26,
1366,
18,
35,
62,
12853,
60,
628,
220,
220,
220,
1441,
6349,
62,
87,
62,
12853,
11,
6349,
62,
88,
62,
12853,
11,
6349,
62,
89,
62,
12853,
11,
6060,
62,
18,
35,
62,
3163,
20477,
11,
6530,
62,
53,
721,
11,
31835,
7293,
62,
53,
721,
11,
220,
844,
11,
1312,
88,
11,
220,
528,
198,
437,
628,
1303,
23042,
274,
257,
1627,
286,
257,
46866,
85,
2213,
2393,
1222,
19818,
5994,
14,
5376,
14,
15057,
5189,
7293,
3906,
14,
34519,
198,
2163,
2547,
325,
62,
53,
5446,
62,
13949,
7,
1370,
8,
198,
220,
220,
220,
1627,
62,
36311,
220,
796,
300,
36311,
7,
1370,
8,
220,
220,
198,
220,
220,
220,
220,
198,
220,
220,
220,
1303,
4990,
30227,
5994,
198,
220,
220,
220,
611,
1064,
11085,
7203,
4906,
1600,
1627,
62,
36311,
8,
14512,
2147,
198,
220,
220,
220,
220,
220,
220,
220,
4686,
62,
9688,
220,
220,
220,
796,
1064,
11085,
7203,
4906,
1600,
1627,
62,
36311,
38381,
16,
48688,
21,
628,
220,
220,
220,
220,
220,
220,
220,
1627,
62,
36311,
220,
796,
1627,
62,
36311,
58,
312,
62,
9688,
25,
437,
60,
198,
220,
220,
220,
220,
220,
220,
220,
4686,
62,
437,
220,
220,
220,
220,
220,
796,
1064,
11085,
7203,
7879,
1600,
1627,
62,
36311,
38381,
16,
45297,
16,
198,
220,
220,
220,
220,
220,
220,
220,
5994,
220,
220,
220,
220,
220,
220,
220,
796,
1627,
62,
36311,
58,
16,
25,
312,
62,
437,
60,
198,
220,
220,
220,
220,
220,
220,
220,
1627,
62,
36311,
220,
796,
1627,
62,
36311,
58,
312,
62,
437,
25,
437,
60,
198,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
5994,
28,
22366,
26,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1303,
4990,
30227,
6530,
198,
220,
220,
220,
611,
1064,
11085,
7203,
5376,
1600,
1627,
62,
36311,
8,
14512,
2147,
198,
220,
220,
220,
220,
220,
220,
220,
4686,
62,
9688,
220,
220,
220,
796,
1064,
11085,
7203,
5376,
1600,
1627,
62,
36311,
38381,
16,
48688,
21,
198,
220,
220,
220,
220,
220,
220,
220,
1627,
62,
36311,
220,
796,
1627,
62,
36311,
58,
312,
62,
9688,
25,
437,
60,
198,
220,
220,
220,
220,
220,
220,
220,
4686,
62,
437,
220,
220,
220,
220,
220,
796,
1064,
11085,
7203,
7879,
1600,
1627,
62,
36311,
38381,
16,
45297,
16,
198,
220,
220,
220,
220,
220,
220,
220,
6530,
220,
220,
220,
220,
220,
220,
220,
796,
1627,
62,
36311,
58,
16,
25,
312,
62,
437,
60,
198,
220,
220,
220,
220,
220,
220,
220,
1627,
62,
36311,
220,
796,
1627,
62,
36311,
58,
312,
62,
437,
25,
437,
60,
198,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
6530,
28,
22366,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1303,
4990,
30227,
1271,
286,
6805,
198,
220,
220,
220,
611,
1064,
11085,
7203,
15057,
5189,
7293,
3906,
1600,
1627,
62,
36311,
8,
14512,
2147,
198,
220,
220,
220,
220,
220,
220,
220,
4686,
62,
9688,
220,
220,
220,
796,
1064,
11085,
7203,
15057,
5189,
7293,
3906,
1600,
1627,
62,
36311,
38381,
16,
48688,
1238,
198,
220,
220,
220,
220,
220,
220,
220,
1627,
62,
36311,
220,
796,
1627,
62,
36311,
58,
312,
62,
9688,
25,
437,
60,
198,
220,
220,
220,
220,
220,
220,
220,
4686,
62,
437,
220,
220,
220,
220,
220,
796,
1064,
11085,
7203,
7879,
1600,
1627,
62,
36311,
38381,
16,
45297,
16,
198,
220,
220,
220,
220,
220,
220,
220,
7913,
5189,
7293,
3906,
220,
220,
220,
220,
796,
21136,
7,
5317,
2414,
11,
1370,
62,
36311,
58,
16,
25,
312,
62,
437,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
1627,
62,
36311,
220,
796,
1627,
62,
36311,
58,
312,
62,
437,
25,
437,
60,
198,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
7913,
5189,
7293,
3906,
28,
22366,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1303,
3242,
2617,
220,
220,
198,
220,
220,
220,
611,
1064,
11085,
7203,
28968,
1600,
1627,
62,
36311,
8,
14512,
2147,
198,
220,
220,
220,
220,
220,
220,
220,
4686,
62,
9688,
220,
220,
220,
796,
1064,
11085,
7203,
28968,
1600,
1627,
62,
36311,
38381,
16,
48688,
23,
198,
220,
220,
220,
220,
220,
220,
220,
1627,
62,
36311,
220,
796,
1627,
62,
36311,
58,
312,
62,
9688,
25,
437,
60,
198,
220,
220,
220,
220,
220,
220,
220,
4686,
62,
437,
220,
220,
220,
220,
220,
796,
1064,
11085,
7203,
7879,
1600,
1627,
62,
36311,
38381,
16,
45297,
16,
198,
220,
220,
220,
220,
220,
220,
220,
3242,
2617,
220,
220,
220,
220,
796,
21136,
7,
5317,
2414,
11,
1370,
62,
36311,
58,
16,
25,
312,
62,
437,
12962,
198,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
3242,
2617,
28,
22366,
26,
198,
220,
220,
220,
886,
198,
220,
220,
220,
1441,
5994,
11,
6530,
11,
7913,
5189,
7293,
3906,
11,
3242,
2617,
198,
437,
628,
198,
8818,
651,
19182,
7,
7890,
11,
27053,
11627,
298,
11,
31835,
7293,
8,
198,
220,
220,
220,
1366,
220,
220,
220,
220,
220,
220,
220,
796,
220,
220,
27179,
1758,
7,
7890,
11,
357,
33111,
7293,
11,
27053,
11627,
298,
58,
17,
45297,
47,
8535,
11627,
298,
58,
16,
48688,
16,
11,
220,
27053,
11627,
298,
58,
19,
45297,
47,
8535,
11627,
298,
58,
18,
48688,
16,
11,
220,
27053,
11627,
298,
58,
21,
45297,
47,
8535,
11627,
298,
58,
20,
48688,
16,
4008,
198,
220,
220,
220,
1441,
1366,
198,
437,
198,
198,
8818,
4149,
33,
3219,
6601,
7,
7753,
3712,
9399,
12124,
11,
923,
62,
8800,
3712,
5317,
2414,
11,
3242,
2617,
3712,
5317,
2414,
11,
2750,
4879,
2514,
5569,
26,
6060,
6030,
28,
43879,
2624,
8,
198,
220,
220,
220,
220,
198,
220,
220,
220,
5380,
9688,
7,
7753,
1776,
220,
220,
220,
220,
220,
220,
220,
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,
467,
284,
923,
198,
220,
220,
220,
14267,
7,
7753,
11,
923,
62,
8800,
10,
34519,
8,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
1445,
284,
3726,
286,
8246,
13934,
1366,
198,
220,
220,
220,
11876,
220,
220,
220,
220,
220,
796,
220,
220,
1100,
7,
7753,
11,
45992,
2514,
5569,
8,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
4149,
497,
728,
64,
560,
9881,
198,
220,
220,
220,
1366,
220,
220,
220,
220,
220,
220,
220,
796,
220,
220,
302,
27381,
7,
6601,
6030,
11,
22252,
8,
220,
220,
220,
1303,
20558,
284,
11876,
220,
220,
220,
220,
628,
220,
220,
220,
1366,
220,
220,
220,
220,
220,
220,
220,
796,
220,
220,
48436,
2414,
12195,
7890,
58,
16,
25,
437,
36563,
220,
220,
220,
220,
220,
220,
220,
1303,
20558,
284,
48436,
2414,
198,
220,
220,
220,
1441,
1366,
198,
437,
198,
198,
37811,
198,
220,
220,
220,
6060,
3712,
10044,
615,
769,
6601,
796,
4149,
6601,
62,
47,
53,
5446,
7,
69,
3672,
11,
26672,
8,
198,
198,
5569,
82,
257,
10730,
11,
13621,
346,
259,
451,
11,
4600,
24620,
85,
912,
63,
2393,
351,
262,
1438,
4600,
69,
3672,
63,
290,
5140,
287,
4600,
15908,
63,
290,
2251,
257,
513,
35,
4600,
6601,
63,
2878,
422,
340,
13,
198,
198,
2,
17934,
198,
15506,
63,
73,
43640,
198,
73,
43640,
29,
6060,
796,
4149,
6601,
62,
47,
53,
5446,
7203,
23303,
4730,
3900,
268,
13,
79,
85,
2213,
1600,
366,
19571,
14967,
395,
538,
62,
24598,
20,
62,
18,
13,
27277,
1795,
4059,
68,
12,
486,
14,
4943,
198,
10044,
615,
769,
6601,
220,
198,
220,
2546,
220,
1058,
357,
2091,
11,
4747,
11,
4747,
8,
198,
220,
2124,
220,
220,
220,
220,
18074,
113,
685,
532,
18,
13,
15,
1058,
513,
13,
15,
60,
198,
220,
331,
220,
220,
220,
220,
18074,
113,
685,
532,
17,
13,
15,
1058,
362,
13,
15,
60,
198,
220,
1976,
220,
220,
220,
220,
18074,
113,
685,
532,
17,
13,
15,
1058,
657,
13,
15,
60,
198,
220,
7032,
25,
357,
25,
40715,
11,
1058,
43337,
11,
1058,
85,
2304,
62,
23350,
11,
1058,
85,
2304,
62,
7513,
538,
11,
1058,
626,
11683,
11,
1058,
36151,
11,
1058,
11498,
21069,
11,
1058,
7959,
62,
41494,
11,
1058,
2536,
391,
62,
4873,
11,
1058,
73,
17,
62,
7959,
62,
41494,
11,
1058,
73,
17,
62,
2536,
391,
62,
4873,
11,
1058,
489,
459,
62,
2536,
391,
11,
1058,
489,
459,
62,
67,
747,
541,
11,
1058,
83,
313,
62,
6381,
489,
11,
1058,
88,
1164,
11,
1058,
32542,
298,
62,
411,
11,
1058,
3642,
62,
411,
8,
198,
15506,
63,
198,
37811,
198,
8818,
220,
4149,
6601,
62,
47,
53,
5446,
7,
69,
3672,
11,
26672,
8,
198,
220,
220,
220,
2393,
796,
1280,
7,
22179,
6978,
7,
15908,
11,
69,
3672,
828,
366,
81,
4943,
628,
220,
220,
220,
13639,
796,
2081,
198,
220,
220,
220,
997,
796,
352,
26,
198,
220,
220,
220,
6462,
10699,
28,
357,
16,
11,
16,
11,
16,
1776,
198,
220,
220,
220,
997,
62,
7890,
62,
28709,
796,
352,
26,
198,
220,
220,
220,
6060,
62,
18,
35,
41888,
11208,
6349,
62,
87,
41888,
11208,
6349,
62,
88,
41888,
11208,
6349,
62,
89,
41888,
11208,
31835,
7293,
41888,
11208,
28531,
28,
21737,
198,
220,
220,
220,
981,
13639,
855,
7942,
628,
220,
220,
220,
220,
220,
220,
220,
1627,
220,
220,
220,
220,
220,
220,
220,
796,
1100,
1370,
7,
7753,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1627,
62,
36311,
220,
796,
300,
36311,
7,
1370,
8,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
611,
923,
2032,
342,
7,
1370,
62,
36311,
11,
33490,
4805,
478,
346,
259,
451,
41339,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4686,
62,
9688,
220,
220,
220,
796,
1064,
11085,
7203,
1199,
2305,
11627,
298,
28,
1600,
1627,
62,
36311,
38381,
16,
48688,
1485,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1627,
62,
36311,
220,
796,
1627,
62,
36311,
58,
312,
62,
9688,
25,
437,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4686,
62,
437,
220,
220,
220,
220,
220,
796,
1064,
11085,
7203,
7879,
1600,
1627,
62,
36311,
38381,
16,
45297,
16,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1627,
62,
12239,
220,
796,
1627,
62,
36311,
58,
16,
25,
312,
62,
437,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
23431,
11627,
298,
796,
21136,
12195,
5317,
2414,
11,
35312,
7,
1370,
62,
12239,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6462,
10699,
220,
220,
220,
796,
357,
1199,
2305,
11627,
298,
58,
17,
4357,
1199,
2305,
11627,
298,
58,
19,
4357,
1199,
2305,
11627,
298,
58,
21,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
886,
628,
198,
220,
220,
220,
220,
220,
220,
220,
611,
923,
2032,
342,
7,
1370,
62,
36311,
11,
33490,
47,
8535,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4686,
62,
9688,
220,
220,
220,
796,
1064,
11085,
7203,
7416,
28,
1600,
1627,
62,
36311,
38381,
16,
48688,
23,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1627,
62,
36311,
220,
796,
1627,
62,
36311,
58,
312,
62,
9688,
25,
437,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4686,
62,
437,
220,
220,
220,
220,
220,
796,
1064,
11085,
7203,
7879,
1600,
1627,
62,
36311,
38381,
16,
45297,
16,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
3672,
62,
12239,
796,
1627,
62,
36311,
58,
16,
25,
312,
62,
437,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
997,
62,
7890,
62,
28709,
855,
16,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6349,
62,
87,
11,
6349,
62,
88,
11,
6349,
62,
89,
11,
6060,
62,
18,
35,
11,
28531,
11,
31835,
7293,
11,
220,
844,
11,
7745,
11,
528,
796,
4149,
6601,
62,
53,
5446,
7,
22179,
6978,
7,
15908,
11,
69,
3672,
62,
12239,
828,
6462,
10699,
1776,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6349,
62,
87,
16,
11,
6349,
62,
88,
16,
11,
6349,
62,
89,
16,
11,
6060,
62,
18,
35,
16,
11,
28531,
11,
31835,
7293,
11,
220,
844,
11,
7745,
11,
528,
220,
796,
4149,
6601,
62,
53,
5446,
7,
22179,
6978,
7,
15908,
11,
69,
3672,
62,
12239,
828,
6462,
10699,
1776,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6349,
62,
87,
58,
844,
60,
220,
220,
796,
6349,
62,
87,
16,
58,
844,
11208,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6349,
62,
88,
58,
7745,
60,
220,
220,
796,
6349,
62,
88,
16,
58,
7745,
11208,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6349,
62,
89,
58,
528,
60,
220,
220,
796,
6349,
62,
89,
16,
58,
528,
11208,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6060,
62,
18,
35,
796,
6060,
62,
18,
35,
10,
6601,
62,
18,
35,
16,
26,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
997,
62,
7890,
62,
28709,
15853,
352,
220,
198,
220,
220,
220,
220,
220,
220,
220,
886,
628,
198,
220,
220,
220,
220,
220,
220,
220,
611,
923,
2032,
342,
7,
1370,
62,
36311,
11,
366,
3556,
4805,
478,
346,
259,
451,
41339,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
13639,
28,
9562,
26,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1303,
13610,
257,
3706,
12,
51,
29291,
503,
286,
262,
7032,
198,
220,
220,
220,
28531,
13940,
23650,
796,
25787,
198,
220,
220,
220,
329,
1312,
28,
16,
25,
13664,
7,
36690,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4686,
796,
1064,
11085,
7203,
33172,
28531,
58,
72,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
611,
4686,
6624,
2147,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
28531,
62,
1273,
5528,
796,
28531,
58,
72,
60,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
28531,
62,
1273,
5528,
796,
28531,
58,
72,
7131,
16,
25,
19796,
11085,
7203,
33172,
28531,
58,
72,
12962,
58,
16,
45297,
16,
11208,
198,
220,
220,
220,
220,
220,
220,
220,
886,
220,
198,
220,
220,
220,
220,
220,
220,
220,
28531,
13940,
23650,
796,
685,
36690,
13940,
23650,
26,
28531,
62,
1273,
5528,
60,
198,
220,
220,
220,
886,
628,
220,
1303,
220,
28531,
13940,
23650,
796,
220,
220,
685,
36690,
58,
72,
7131,
16,
25,
19796,
11085,
7203,
33172,
28531,
58,
72,
12962,
58,
16,
45297,
16,
60,
329,
1312,
28,
16,
25,
13664,
7,
36690,
15437,
198,
220,
220,
220,
28531,
16,
220,
220,
220,
220,
220,
796,
220,
220,
38357,
12195,
36690,
13940,
23650,
8,
628,
220,
220,
220,
6060,
62,
19182,
796,
25787,
198,
220,
220,
220,
997,
220,
220,
220,
220,
796,
220,
220,
352,
26,
198,
220,
220,
220,
329,
1312,
28,
16,
25,
13664,
7,
33111,
7293,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1366,
220,
220,
220,
220,
220,
220,
220,
796,
220,
220,
6060,
62,
18,
35,
58,
22510,
25,
22510,
10,
33111,
7293,
58,
72,
45297,
16,
11,
45299,
45299,
25,
11208,
198,
220,
220,
220,
220,
220,
220,
220,
1366,
62,
3258,
592,
796,
220,
220,
685,
7890,
58,
72,
11,
45299,
45299,
47715,
329,
1312,
28,
16,
25,
7857,
7,
7890,
11,
16,
15437,
198,
220,
220,
220,
220,
220,
220,
220,
1366,
62,
83,
29291,
220,
796,
220,
220,
46545,
7,
7890,
62,
3258,
592,
23029,
628,
220,
220,
220,
220,
220,
220,
220,
611,
2546,
7,
7890,
11,
16,
8,
29,
16,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6060,
62,
45,
2434,
51,
29291,
796,
34441,
51,
29291,
90,
7,
36690,
16,
58,
72,
4357,
38165,
19510,
7890,
62,
83,
29291,
11,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6060,
62,
45,
2434,
51,
29291,
796,
34441,
51,
29291,
90,
7,
36690,
16,
58,
72,
4357,
38165,
19510,
7890,
62,
83,
29291,
58,
16,
4357,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
6060,
62,
19182,
796,
685,
6601,
62,
19182,
26,
6060,
62,
45,
2434,
51,
29291,
60,
628,
220,
220,
220,
220,
220,
220,
220,
997,
796,
997,
10,
33111,
7293,
58,
72,
11208,
198,
220,
220,
220,
886,
198,
220,
220,
220,
220,
198,
220,
220,
220,
1303,
39407,
15879,
351,
12777,
2374,
656,
257,
34441,
51,
29291,
198,
220,
220,
220,
7032,
796,
6060,
62,
19182,
58,
16,
11208,
198,
220,
220,
220,
329,
1312,
28,
17,
25,
13664,
7,
6601,
62,
19182,
8,
198,
220,
220,
220,
220,
220,
220,
220,
7032,
796,
20121,
7,
25747,
11,
6060,
62,
19182,
58,
72,
12962,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1303,
13610,
257,
2547,
615,
769,
6601,
2878,
422,
340,
13,
198,
220,
220,
220,
1395,
11,
56,
11,
57,
220,
220,
220,
220,
220,
220,
796,
220,
220,
41420,
57,
41339,
7,
37652,
62,
87,
11,
6349,
62,
88,
11,
6349,
62,
89,
8,
198,
220,
220,
220,
6060,
34,
220,
220,
220,
220,
220,
220,
796,
220,
220,
2547,
615,
769,
6601,
7,
55,
11,
56,
11,
57,
11,
7032,
1776,
628,
220,
220,
220,
1441,
6060,
34,
198,
437,
198,
198,
37811,
198,
220,
220,
220,
12793,
62,
14772,
44,
3620,
9126,
4867,
7,
9126,
78,
3712,
43476,
6601,
11,
29472,
3712,
10100,
8,
198,
198,
1212,
6797,
257,
1353,
4867,
2393,
4600,
9126,
78,
63,
329,
779,
287,
4689,
44,
3620,
11,
543,
815,
423,
2546,
4600,
7,
77,
87,
11,
3281,
11,
16,
8,
63,
290,
3994,
262,
2214,
4600,
25,
9126,
4867,
63,
220,
198,
37811,
198,
8818,
12793,
62,
14772,
44,
3620,
9126,
4867,
7,
9126,
78,
3712,
43476,
6601,
11,
29472,
3712,
10100,
8,
628,
220,
220,
220,
611,
357,
7857,
7,
9126,
78,
13,
89,
13,
2100,
11,
18,
8,
14512,
352,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4049,
7203,
3673,
257,
4938,
4600,
43476,
6601,
6,
5849,
4867,
2393,
357,
7857,
287,
513,
4372,
15793,
815,
307,
352,
8,
4943,
198,
220,
220,
220,
886,
198,
220,
220,
220,
611,
5145,
10134,
2539,
7,
9126,
78,
13,
25747,
11,
25,
9126,
4867,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4049,
7203,
464,
1353,
4867,
4600,
43476,
6601,
63,
4645,
4433,
257,
2214,
1058,
9126,
4867,
4943,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1303,
6127,
262,
1353,
519,
11392,
291,
1366,
656,
257,
15879,
198,
220,
220,
220,
299,
87,
796,
48436,
2414,
7,
7857,
7,
9126,
78,
13,
25747,
13,
9126,
4867,
11,
16,
18125,
198,
220,
220,
220,
299,
88,
796,
48436,
2414,
7,
7857,
7,
9126,
78,
13,
25747,
13,
9126,
4867,
11,
17,
18125,
198,
220,
220,
220,
2124,
15,
796,
334,
36311,
7,
9126,
78,
13,
87,
13,
2100,
58,
16,
11,
16,
11,
16,
12962,
198,
220,
220,
220,
331,
15,
796,
334,
36311,
7,
9126,
78,
13,
88,
13,
2100,
58,
16,
11,
16,
11,
16,
12962,
198,
220,
220,
220,
44332,
796,
334,
36311,
7,
9126,
78,
13,
87,
13,
2100,
58,
17,
11,
17,
11,
16,
12962,
532,
2124,
15,
198,
220,
220,
220,
20268,
796,
334,
36311,
7,
9126,
78,
13,
88,
13,
2100,
58,
17,
11,
17,
11,
16,
12962,
532,
331,
15,
198,
220,
220,
220,
5849,
78,
62,
35138,
796,
685,
299,
87,
26,
3281,
26,
87,
15,
26,
88,
15,
26,
34350,
26,
9892,
26,
334,
36311,
12195,
9126,
78,
13,
25747,
13,
9126,
4867,
58,
25,
12962,
60,
628,
220,
220,
220,
1303,
19430,
355,
43578,
66,
33,
3219,
2393,
198,
220,
220,
220,
43578,
66,
33,
3219,
16594,
62,
53,
721,
7,
34345,
11,
5849,
78,
62,
35138,
8,
628,
220,
220,
220,
44872,
7203,
25354,
4689,
44,
3620,
1353,
4867,
2393,
25,
29568,
34345,
8,
4943,
628,
220,
220,
220,
1441,
2147,
198,
437,
198,
198,
37811,
198,
220,
220,
220,
13610,
7841,
653,
278,
8979,
7,
14772,
44,
3620,
62,
15414,
3712,
10100,
11,
31835,
2964,
66,
3712,
5317,
2414,
26,
4689,
44,
3620,
62,
15908,
3712,
10100,
28,
79,
16993,
22784,
4689,
44,
3620,
62,
25811,
3712,
10100,
2625,
1600,
4904,
40,
62,
15908,
2625,
4943,
198,
198,
1212,
42985,
4689,
44,
3620,
329,
262,
5128,
2393,
4600,
14772,
44,
3620,
62,
15414,
63,
1222,
8075,
257,
10730,
18398,
278,
2393,
329,
4600,
33111,
2964,
66,
63,
20399,
13,
198,
464,
8619,
810,
262,
4689,
44,
3620,
13934,
318,
460,
307,
7368,
26,
611,
407,
340,
318,
9672,
284,
307,
287,
262,
1459,
8619,
13,
198,
45872,
329,
262,
4600,
3149,
494,
87,
721,
63,
8619,
357,
361,
407,
7368,
340,
318,
9672,
284,
307,
1695,
319,
262,
3141,
1627,
737,
198,
198,
37811,
198,
8818,
13610,
7841,
653,
278,
8979,
7,
14772,
44,
3620,
62,
15414,
3712,
10100,
11,
33111,
2964,
66,
3712,
5317,
2414,
26,
4689,
44,
3620,
62,
15908,
3712,
10100,
28,
79,
16993,
22784,
4689,
44,
3620,
62,
25811,
2625,
1600,
4904,
40,
62,
15908,
2625,
4943,
628,
220,
220,
220,
1303,
13610,
4731,
284,
12260,
4689,
44,
3620,
198,
220,
220,
220,
285,
14415,
62,
2536,
220,
220,
220,
220,
796,
220,
4904,
40,
62,
15908,
9,
1,
3149,
494,
87,
721,
532,
77,
29568,
33111,
2964,
66,
8,
366,
220,
198,
220,
220,
220,
4689,
44,
3620,
62,
2536,
220,
220,
796,
220,
4689,
44,
3620,
62,
15908,
9,
1,
30487,
9,
1,
14772,
44,
3620,
532,
22973,
8979,
366,
9,
14772,
44,
3620,
62,
15414,
9,
1,
532,
14171,
3613,
62,
25928,
366,
198,
220,
220,
220,
965,
220,
220,
220,
220,
220,
220,
220,
220,
796,
220,
285,
14415,
62,
2536,
9,
14772,
44,
3620,
62,
2536,
198,
220,
220,
220,
220,
198,
220,
220,
220,
44872,
7203,
23002,
15129,
3141,
25,
720,
2536,
4943,
198,
220,
220,
220,
220,
198,
220,
220,
220,
1303,
5660,
198,
220,
220,
220,
8420,
28,
5143,
7,
63,
1477,
532,
66,
720,
2536,
47671,
4043,
28,
9562,
1776,
198,
220,
220,
220,
220,
198,
220,
220,
220,
1303,
4990,
30227,
15530,
2393,
198,
220,
220,
220,
611,
1943,
7,
37023,
8,
198,
220,
220,
220,
220,
220,
220,
220,
3696,
28,
961,
15908,
7,
4743,
672,
1,
18709,
273,
7841,
653,
278,
62,
24620,
8800,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
640,
62,
41771,
796,
1976,
27498,
7,
13664,
7,
16624,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
329,
357,
72,
11,
7753,
8,
287,
27056,
378,
7,
16624,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
640,
62,
41771,
58,
72,
60,
796,
1185,
7,
7753,
737,
76,
2435,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
4686,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
1064,
439,
7,
2435,
62,
41771,
13,
855,
47033,
7,
2435,
62,
41771,
4008,
220,
220,
1303,
938,
9518,
198,
220,
220,
220,
220,
220,
220,
220,
2142,
8979,
220,
220,
220,
796,
3696,
58,
312,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
44872,
7203,
33244,
69,
2062,
7560,
2142,
653,
278,
8979,
25,
29568,
7841,
8979,
58,
16,
12962,
4943,
198,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
4049,
7203,
22210,
1816,
2642,
351,
23710,
3141,
366,
8,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1441,
2142,
8979,
58,
16,
60,
198,
198,
437
] | 2.019469 | 14,125 |
mutable struct NewickXMLElement <: MyXMLElement
el::XMLOrNothing
newick::String
fix_tree::Bool
NewickXMLElement(newick::String) = new(nothing, newick, true)
end
function make_xml(nl::NewickXMLElement)
el = new_element(bn.NEWICK)
set_attribute(el, bn.ID, bn.DEFAULT_TREE_NAME)
if nl.fix_tree
set_attribute(el, bn.USING_HEIGHTS, bn.TRUE)
set_attribute(el, bn.USING_DATES, bn.FALSE)
end
set_content(el, "$(nl.newick);")
nl.el = el
return el
end
| [
76,
18187,
2878,
968,
624,
37643,
2538,
1732,
1279,
25,
2011,
37643,
2538,
1732,
198,
220,
220,
220,
1288,
3712,
55,
5805,
5574,
18465,
198,
220,
220,
220,
649,
624,
3712,
10100,
198,
220,
220,
220,
4259,
62,
21048,
3712,
33,
970,
628,
220,
220,
220,
968,
624,
37643,
2538,
1732,
7,
3605,
624,
3712,
10100,
8,
796,
649,
7,
22366,
11,
649,
624,
11,
2081,
8,
198,
437,
198,
198,
8818,
787,
62,
19875,
7,
21283,
3712,
3791,
624,
37643,
2538,
1732,
8,
628,
220,
220,
220,
1288,
796,
649,
62,
30854,
7,
9374,
13,
13965,
11860,
8,
198,
220,
220,
220,
900,
62,
42348,
7,
417,
11,
275,
77,
13,
2389,
11,
275,
77,
13,
7206,
38865,
62,
51,
11587,
62,
20608,
8,
198,
220,
220,
220,
611,
299,
75,
13,
13049,
62,
21048,
198,
220,
220,
220,
220,
220,
220,
220,
900,
62,
42348,
7,
417,
11,
275,
77,
13,
2937,
2751,
62,
13909,
34874,
11,
275,
77,
13,
5446,
8924,
8,
198,
220,
220,
220,
220,
220,
220,
220,
900,
62,
42348,
7,
417,
11,
275,
77,
13,
2937,
2751,
62,
35,
29462,
11,
275,
77,
13,
37,
23719,
8,
198,
220,
220,
220,
886,
198,
220,
220,
220,
900,
62,
11299,
7,
417,
11,
17971,
7,
21283,
13,
3605,
624,
1776,
4943,
198,
220,
220,
220,
299,
75,
13,
417,
796,
1288,
198,
220,
220,
220,
1441,
1288,
198,
437,
198
] | 2.139831 | 236 |
global DISABLESTBPRTLINES = false
function togglePrtStbLines()
global DISABLESTBPRTLINES
DISABLESTBPRTLINES = !DISABLESTBPRTLINES
end
function plotLsrScanFeats(br::Array{Float64,2})
Cart = zeros(size(br))
Cart[:,1] = br[:,2].*cos(br[:,1])
Cart[:,2] = br[:,2].*sin(br[:,1])
plot(x=Cart[:,1],y=Cart[:,2],Geom.point,
Guide.xticks(ticks=collect(-60:10:60)),
Guide.yticks(ticks=collect(0:10:80)))
end
function drawFeatTrackers(trkrs::Dict{Int64,Feature}, bfts::Array{Float64,2})
musX = Float64[]
varX = Float64[]
musY = Float64[]
varY = Float64[]
allPtsX = Float64[]
allPtsY = Float64[]
for ftr in trkrs
pts = getPoints(ftr[2].bel)
allPtsX = [allPtsX; vec(pts[1,:])]
allPtsY = [allPtsY; vec(pts[2,:])]
push!(musX, Statistics.mean(vec(pts[1,:])))
push!(varX, Statistics.std(vec(pts[1,:])))
push!(musY, Statistics.mean(vec(pts[2,:])))
push!(varY, Statistics.std(vec(pts[2,:])))
end
X = Float64[]
Y = Float64[]
if size(bfts,2) > 0
if bfts[1,1] != 0.0 && bfts[2,1] != 0.0 && bfts[3,1] != 0.0
for i in 1:size(bfts,2)
u, R = p2c(vec(bfts[:,i]))
push!(X, u[1])
push!(Y, u[2])
end
end
end
# Guide.yticks(ticks=collect(-60:10:60)),
# Guide.xticks(ticks=collect(0:10:80))
p = plot(layer(x=musX, y=musY, Geom.point, Theme(default_color=colorant"red")),
layer(x=allPtsX, y=allPtsY, Geom.histogram2d),
Guide.yticks(ticks=collect(-70:10:70)),
Guide.xticks(ticks=collect(-40:10:80)))
for i in 1:length(X)
push!(p.layers, Gadfly.layer(x=[0.0;X[i]], y=[0.0;Y[i]], Geom.line, Gadfly.Theme(default_color=colorant"magenta"))[1])
end
p
end
function saveImgSeq(d::Dict{Int64,Array{Float64,2}}; from::Int=1,to::Int=10,step::Int=1)
for i in from:step:to
p = plotLsrScanFeats(lsrBR(d[i]));
Gadfly.draw(PNG(string("imgs/img",i,".png"),25cm,25cm),p)
end
nothing
end
# --------------------------------------------------------------
# transfered in from IncrementalInference
## TODO -- you were here with port starboard lines
function stbPrtLineLayers!(pl, Xpp, Ypp, Thpp; l::Float64=5.0)
if DISABLESTBPRTLINES
return nothing
end
lnstpr = [0.0;l;0.0]
lnstpg = [0.0;-l;0.0]
Rd =SE2(lnstpr)
Gr = SE2(lnstpg)
for i in 1:length(Xpp)
lnstt = [Xpp[i];Ypp[i];Thpp[i]]
Ps = SE2(lnstt)
lnr = se2vee(Ps*Rd)
lng = se2vee(Ps*Gr)
xsr = [Xpp[i];lnr[1]]
ysr = [Ypp[i];lnr[2]]
xsg = [Xpp[i];lng[1]]
ysg = [Ypp[i];lng[2]]
push!(pl.layers, layer(x=xsr, y=ysr, Geom.path(), Gadfly.Theme(default_color=colorant"red", line_width=1.5pt))[1] )
push!(pl.layers, layer(x=xsg, y=ysg, Geom.path(), Gadfly.Theme(default_color=colorant"green", line_width=1.5pt))[1] )
end
nothing
end
# draw the reference frame as a red-green dyad
function addXYLineLayers!(pl, Xpp, Ypp, Thpp; l::Float64=1.0)
lnstpr = [l;0.0;0.0]
lnstpg = [0.0;l;0.0]
Rd =SE2(lnstpr)
Gr = SE2(lnstpg)
for i in 1:length(Xpp)
lnstt = [Xpp[i];Ypp[i];Thpp[i]]
Ps = SE2(lnstt)
lnr = se2vee(Ps*Rd)
lng = se2vee(Ps*Gr)
xsr = [Xpp[i];lnr[1]]
ysr = [Ypp[i];lnr[2]]
xsg = [Xpp[i];lng[1]]
ysg = [Ypp[i];lng[2]]
push!(pl.layers, layer(x=xsr, y=ysr, Geom.path(), Gadfly.Theme(default_color=colorant"red", line_width=1.5pt))[1] )
push!(pl.layers, layer(x=xsg, y=ysg, Geom.path(), Gadfly.Theme(default_color=colorant"green", line_width=1.5pt))[1] )
end
nothing
end
# function lblsFromTo(from,to)
# lbls=String[]
# [push!(lbls, "$(i)") for i in from:to]
# return lbls
# end
"""
$(SIGNATURES)
2D plot of all poses, assuming poses are labeled from ``::Symbol` type `:x0, :x1, ..., :xn`. Use `to` and `from` to limit the range of numbers `n` to be drawn. The underlying histogram can be enabled or disabled, and the size of maximum-point belief estimate cursors can be controlled with `spscale`.
Future:
- Relax to user defined pose labeling scheme, for example `:p1, :p2, ...`
"""
function drawPoses(fg::G;
from::Int64=0,
to::Int64=99999999,
meanmax=:max,
lbls=true,
drawhist=true,
spscale::Float64=5.0,
contour::Bool=true, levels::Int=1,
regexPoses=r"x" ) where G <: AbstractDFG
#
@info "drawPoses always sets orientation to max, regardless of meanmax setting. TODO modefit."
#Gadfly.set_default_plot_size(20cm, 30cm)
# Xpp = Float64[]; Ypp=Float64[]; Thpp=Float64[]; LBLS=String[];
uXpp,uYpp, uThpp, uLBLS = get2DPoseMeans(fg, from=from, to=to)
xXpp,xYpp, xThpp, xLBLS = get2DPoseMax(fg, from=from, to=to)
# if meanmax == :mean
# elseif meanmax == :max
# end
Xpp = meanmax == :mean ? uXpp : xXpp
Ypp = meanmax == :mean ? uYpp : xYpp
Thpp = xThpp # always use max -- should be modefit
LBLS = meanmax == :mean ? uLBLS : xLBLS
# lbls = lblsFromTo(1,length(Xpp))
psplt = Union{}
if lbls
psplt = Gadfly.plot(
Gadfly.layer(x=Xpp,y=Ypp,label=LBLS,Geom.path(), Theme(line_width=1pt), Geom.label),
Coord.cartesian(fixed=true)
)
else
psplt = Gadfly.plot(
Gadfly.layer(x=Xpp,y=Ypp,Geom.path(), Theme(line_width=1pt)),Coord.cartesian(fixed=true),
Coord.cartesian(fixed=true)
)
end
# return psplt
addXYLineLayers!(psplt, Xpp, Ypp, Thpp, l=spscale)
if drawhist
Xp,Yp = get2DPoseSamples(fg, from=from, to=to)
push!(psplt.layers, Gadfly.layer(x=Xp, y=Yp, Geom.histogram2d)[1] )#(xbincount=100, ybincount=100))
end
# add contours to pose estimates
if contour
varsyms = Symbol.(LBLS)
for vsym in varsyms
pln = plotKDE(fg, vsym, dims=[1;2], levels=levels, c=["gray90"])
union!(psplt.layers, pln.layers)
end
end
return psplt
end
"""
$(SIGNATURES)
2D plot of landmarks, assuming `:l1, :l2, ... :ln`. Use `from` and `to` to control the range of landmarks `n` to include.
"""
function drawLandms(fg::AbstractDFG;
from::Int64=0, to::Int64=99999999,
minnei::Int64=0,
meanmax=:max,
lbls=true,showmm=false,drawhist=true,
contour::Bool=true, levels::Int=1,
c="red",
MM::Dict{Int,T}=Dict{Int,Int}(),
point_size=1pt,
regexLandmark::Regex=r"l" ) where T
#Gadfly.set_default_plot_size(20cm, 30cm)
Xp,Yp = get2DLandmSamples(fg, from=from, to=to)
Xpp = Float64[]; Ypp=Float64[]; Thpp=Float64[]; lblstags=String[];
if meanmax==:mean
Xpp,Ypp, t, lbltags = get2DLandmMeans(fg, from=from, to=to, regexLandmark=regexLandmark)
elseif meanmax==:max
Xpp,Ypp, t, lbltags = get2DLandmMax(fg, from=from, to=to,showmm=showmm,MM=MM, regexLandmark=regexLandmark)
end
if lbls
psplt = Gadfly.plot(
Gadfly.layer(x=Xpp,y=Ypp, label=lbltags, Geom.point, Theme(line_width=1pt, default_color=parse(Colorant,c), point_size=point_size), Geom.label),
Coord.cartesian(fixed=true)
# ,Gadfly.layer(x=Xp, y=Yp, Geom.histogram2d)#(xbincount=100, ybincount=100)
)
else
psplt = Gadfly.plot(
Gadfly.layer(x=Xpp,y=Ypp, Geom.point, Theme(line_width=1pt, default_color=parse(Colorant,c), point_size=1pt)),
Coord.cartesian(fixed=true)
)
end
if drawhist
push!(psplt.layers, Gadfly.layer(x=Xp, y=Yp, Geom.histogram2d)[1])#(xbincount=100, ybincount=100)
end
if contour
varsyms = Symbol.(lbltags)
for vsym in varsyms
pln = plotKDE(fg, vsym, dims=[1;2], levels=levels, c=["gray90"])
union!(psplt.layers, pln.layers)
end
end
psplt
end
"""
$(SIGNATURES)
2D plot of both poses and landmarks contained in factor graph. Assuming poses and landmarks are labeled `:x1, :x2, ...` and `:l0, :l1, ...`, respectively. The rnage of numbers to include can be controlled with `from` and `to` along with other keyword functionality for manipulating the plot.
Notes
- assumes `:l1`, `:l2`, ... for landmarks -- not using `tags=[:LANDMARK]` here yet (TODO).
"""
function drawPosesLandms(fgl::AbstractDFG;
from::Int64=0, to::Int64=99999999, minnei::Int64=0,
meanmax=:max, lbls=true, drawhist=false, MM::Dict{Int,T}=Dict{Int,Int}(),
contour::Bool=true, levels::Int=1,
showmm=true,
spscale::Float64=5.0,window::Union{Nothing, Tuple{Symbol, Real}}=nothing,
xmin=nothing, xmax=nothing, ymin=nothing, ymax=nothing,
point_size=1pt,
regexLandmark=r"l",
regexPoses=r"x" ) where {T}
#
xmin != nothing && xmax != nothing && xmin == xmax ? error("xmin must be less than xmax") : nothing
ymin != nothing && ymax != nothing && ymin == ymax ? error("ymin must be less than ymax") : nothing
ll = getVariableIds(fgl, regexLandmark)
p = drawPoses(fgl, from=from,to=to,meanmax=meanmax,lbls=lbls,drawhist=drawhist, spscale=spscale, contour=contour)
if length(ll) > 0
pl = drawLandms(fgl, from=from, to=to, minnei=minnei,lbls=lbls,drawhist=drawhist, MM=MM, showmm=showmm, point_size=point_size, contour=contour)
for l in pl.layers
push!(p.layers, l)
end
end
if window != nothing
focusX = getKDEMax(getKDE(getVariable(fgl,window[1])))
pwind = window[2]
p.coord = Coord.cartesian(xmin=focusX[1]-pwind,xmax=focusX[1]+pwind,ymin=focusX[2]-pwind,ymax=focusX[2]+pwind)
end
co = Coord.Cartesian(xmin=xmin,xmax=xmax,ymin=ymin,ymax=ymax)
p.coord = co
return p
end
function drawSubmaps(fgl::G, fromto::Array{Int,2};
m1hist=false, m2hist=false, m3hist=false,
showmm=false, MM::Dict{Int,T} = Dict{Int,Any}(),
xmin=nothing, xmax=nothing, ymin=nothing, ymax=nothing ) where {G <: AbstractDFG, T}
#
p = drawLandms(fgl, from=fromto[1,1], to=fromto[1,2], drawhist=m1hist, showmm=showmm, MM=MM)
if size(fromto,1) >1
p2 = drawLandms(fgl, from=fromto[2,1], to=fromto[2,2], drawhist=m2hist,c="blue", showmm=showmm, MM=MM)
for l in p2.layers
push!(p.layers, l)
end
end
if size(fromto,1) >2
p3 = drawLandms(fgl, from=fromto[3,1], to=fromto[3,2], drawhist=m3hist,c="magenta", showmm=showmm, MM=MM)
for l in p3.layers
push!(p.layers, l)
end
end
co = Coord.Cartesian(xmin=xmin,xmax=xmax,ymin=ymin,ymax=ymax)
p.coord = co
return p
end
function drawSubmaps(fgl::G, fromto::Array{Int,1}; spread::Int=25,
m1hist=false, m2hist=false, m3hist=false,
showmm=false, MM::Dict{Int,T}=Dict{Int,Any}(),
xmin=nothing, xmax=nothing, ymin=nothing, ymax=nothing ) where {G <: AbstractDFG, T}
#
ft = zeros(Int,length(fromto),2)
for i in 1:length(fromto)
ft[i,1] = fromto[i]-spread; ft[i,2] = fromto[i]+spread;
end
drawSubmaps(fgl, ft, m1hist=m1hist, m2hist=m2hist, m3hist=m3hist, showmm=showmm, MM=MM, xmin=xmin,xmax=xmax,ymin=ymin,ymax=ymax)
end
# function getKDEMax(p::BallTreeDensity;N=200)
# m = zeros(p.bt.dims)
# for i in 1:p.bt.dims
# mm = marginal(p,[i])
# rangeV = getKDERange(mm)
# X = linspace(rangeV[1],rangeV[2],N)
# yV = evaluateDualTree(mm,X)
# m[i] = X[findfirst(yV,maximum(yV))]
# end
# return m
# end
# function plotPose(::Pose2, bels::Vector{BallTreeDensity}, title; levels::Int=5, c=nothing)
# p1 = plotKDE(bels, dims=[1;2], levels=levels, c=c, title=title)
# p2 = plotKDE(bels, dims=[3], c=c)
#
#
# Gadfly.vstack(p1,p2)
# end
import KernelDensityEstimate: getKDERange
function getKDERange(bds::Vector{BallTreeDensity}; extend=0.15)
dims = Ndim(bds[1])
ran = getKDERange(bds[1],extend=extend)
for bd in bds
rr = getKDERange(bd,extend=extend)
for i in 2:dims, j in 1:2
ran[i,j] = maximum([rr[i,j]; ran[i,j]])
end
end
return ran
end
# import RoMEPlotting: plotPose
"""
$SIGNATURES
Plot pose belief as contour information on visually sensible manifolds.
"""
function plotPose(pt::Pose2,
pp::Vector{BallTreeDensity},
title="plotPose2";
levels=3,
c=nothing,
axis=nothing,
scale::Float64=0.2,
overlay=nothing,
hdl=[] )
#
# ops = buildHybridManifoldCallbacks(pt.manifolds)
# @show ran = getKDERange(p, addop=ops[1], diffop=ops[2])
ran = axis == nothing ? getKDERange(pp) : axis
p1 = plotKDE(pp, dims=[1;2], levels=levels, c=c, title=title, axis=ran )
# p2 = plotKDE(bels, dims=[3], c=c)
cc = c == nothing ? getColorsByLength(length(pp)) : c
GG = BallTreeDensity[]
for ppc in pp
gg = marginal(ppc,[3])
# gg = (x)->pc(reshape([x], :,1))[1]
push!(GG, gg)
end
# p2 = AMP.plotCircBeliefs(GG, c=cc)
p2 = AMP.plotKDECircular(GG, scale=scale, c=cc)
# deal with overlay
push!(hdl, p1)
push!(hdl, p2)
Gadfly.hstack(p1,p2)
end
function plotPose(pt::Pose2,
pp::BallTreeDensity,
title="plotPose2";
levels=3,
c=nothing,
axis=nothing,
scale::Float64=0.2,
overlay=nothing,
hdl=[] )
#
plotPose(pt, [pp;],title,levels=levels,c=c,axis=axis,scale=scale, overlay=overlay, hdl=hdl )
end
function plotPose(::DynPose2,
bels::Vector{BallTreeDensity},
title;
levels::Int=5,
c=nothing,
axis=nothing,
hdl=[] )
#
p1 = plotKDE(bels, dims=[1;2], levels=levels, c=c, title=title)
p2 = plotKDE(bels, dims=[3], c=c)
p3 = plotKDE(bels, dims=[4;5], levels=levels, c=c)
push!(hdl, p1)
push!(hdl, p2)
push!(hdl, p3)
Gadfly.vstack(p1,p2,p3)
end
# import RoMEPlotting: plotPose
function plotPose(::Pose3,
bels::Vector{BallTreeDensity},
title;
levels::Int=5,
c=nothing,
axis=nothing,
hdl=[] )
#
@show title
p1 = plotKDE(bels, dims=[1;2], levels=levels, c=c, title=title)
p2 = plotKDE(bels, dims=[3], c=c)
p3 = plotKDE(bels, dims=[4;5], levels=levels, c=c)
p4 = plotKDE(bels, dims=[6], c=c)
push!(hdl, p1)
push!(hdl, p2)
push!(hdl, p3)
push!(hdl, p4)
Gadfly.vstack(p1,p2,p3,p4)
end
"""
$(SIGNATURES)
Example: pl = plotPose(fg, [:x1; :x2; :x3])
"""
function plotPose(fgl::G,
syms::Vector{Symbol};
levels::Int=5,
c=nothing,
axis=nothing,
scale::Float64=0.2,
show::Bool=false,
filepath::AS="/tmp/tempposeplot.svg",
app::AS="eog",
hdl=[] ) where {G <: AbstractDFG, AS <: AbstractString}
#
typ = getData(getVariable(fgl, syms[1])).softtype
pt = string(string.(syms)...)
getvertsgg = (sym) -> getKDE(getVariable(fgl, sym))
pl = plotPose(typ, getvertsgg.(syms), pt, levels=levels, c=c, axis=axis, scale=scale, hdl=hdl )
if length(filepath) > 0
ext = split(filepath, '.')[end]
cmd = getfield(Gadfly,Symbol(uppercase(ext)))
h = 1*7Gadfly.cm
if typ == DynPose2
h *= 1.5
end
Gadfly.draw(cmd(filepath,15Gadfly.cm,h),pl)
@async !show ? nothing : run(`$app $filepath`)
end
return pl
end
function plotPose(fgl::G,
sym::Symbol;
levels::Int=5,
c=nothing,
axis=nothing,
scale::Float64=0.2,
show::Bool=false,
filepath::AS="/tmp/tempposeplot.svg",
app::AS="eog",
hdl=[] ) where {G <: AbstractDFG, AS <: AbstractString}
#
plotPose(fgl, [sym;], levels=levels, axis=axis, show=show, filepath=filepath, app=app, hdl=hdl )
end
# deprecated
function investigatePoseKDE(p::BallTreeDensity, p0::BallTreeDensity)
# co = ["black"; "blue"]
# h = Union{}
# x = plotKDE([marginal(p,[1]); marginal(p0,[1])], c=co )
# y = plotKDE([marginal(p,[2]); marginal(p0,[2])], c=co )
# if p.bt.dims >= 3
# th = plotKDE([marginal(p,[3]); marginal(p0,[3])], c=co )
# h = hstack(x,y,th)
# else
# h = hstack(x,y)
# end
#
# return h
return investigateMultidimKDE(p, p0)
end
function investigatePoseKDE(p::Array{BallTreeDensity,1})
# co = ["black"; "blue"; "green"; "red"; "magenta"; "cyan"; "cyan1"; "cyan2";
# "magenta"; "cyan"; "cyan1"; "cyan2"; "magenta"; "cyan"; "cyan1"; "cyan2"; "magenta";
# "cyan"; "cyan1"; "cyan2"; "magenta"; "cyan"; "cyan1"; "cyan2"]
# # compute all the marginals
# Pm = Array{Array{BallTreeDensity,1},1}()
# push!(Pm,stackMarginals(p,1)) #[marginal(p[1],[1]); marginal(p[2],[1])]
# push!(Pm,stackMarginals(p,2)) #[marginal(p[1],[2]); marginal(p[2],[2])]
#
# h = Union{}
# x = plotKDE(Pm[1], c=co )
# y = plotKDE(Pm[2], c=co )
# if p[1].bt.dims >= 3
# #Pm3 = [marginal(p[1],[3]); marginal(p[2],[3])]
# push!(Pm,stackMarginals(p,3)) # [marginal(p[1],[3]); marginal(p[2],[3])]
# th = plotKDE(Pm[3], c=co )
# h = hstack(x,y,th)
# else
# h = hstack(x,y)
# end
# return h
return investigateMultidimKDE(p)
end
function investigatePoseKDE(p::BallTreeDensity)
# x = plotKDE(marginal(p,[1]) )
# y = plotKDE(marginal(p,[2]) )
# if p.bt.dims >= 3
# th = plotKDE(marginal(p,[3]) )
# return hstack(x,y,th)
# end
# return hstack(x,y)
return investigateMultidimKDE(p)
end
# import RoMEPlotting: drawMarginalContour
function drawMarginalContour(fgl::G, lbl::String;
xmin=-150,xmax=150,ymin=-150,ymax=150,n=200 ) where G <: AbstractDFG
#
p = getKDE(getVariable(fgl,Symbol(lbl))) # p = getKDE(getVert(fgl,lbl))
Gadfly.plot(z=(x,y)->evaluateDualTree(p,vectoarr2([x,y]))[1],
x=collect(range(xmin,stop=xmax,length=n)),
y=collect(range(ymin,stop=ymax,length=n)),
Geom.contour,
Coord.Cartesian(xmin=xmin,xmax=xmax,ymin=ymin,ymax=ymax),
Guide.title(lbl)
)
end
function accumulateMarginalContours(fgl, order;
xmin=-150,xmax=150,ymin=-150,ymax=150,n=200 )
#
pl = drawMarginalContour(fgl, order[1],xmin=xmin,xmax=xmax,ymin=ymin,ymax=ymax,n=n)
pl2 = nothing
PL = []
for or in order[1:end]
pl2 = drawMarginalContour(fgl, or, xmin=xmin,xmax=xmax,ymin=ymin,ymax=ymax,n=n)
push!(PL, pl2)
push!(pl.layers, pl2.layers[1])
end
return pl, PL
end
function plotPose3Pairs(fgl::G, sym::Symbol; fill::Bool=true) where {G <: AbstractDFG}
p1= plotKDE(fgl, :x1, dims=[1;2], fill=fill)
p2 = plotKDE(fgl, :x1, dims=[6;3], fill=fill)
p3 = plotKDE(fgl, :x1, dims=[4;5], fill=fill)
Gadfly.draw(PDF("/tmp/RoMEvstackPose3.pdf",15cm, 20cm), vstack(p1,p2,p3) )
@async run(`evince /tmp/RoMEvstackPose3.pdf`)
nothing
end
# Victoria Park Plotting functions
function progressExamplePlot(dOdo, lsrFeats; toT=Inf)
len = length(dOdo)
pose = SE2(zeros(3))
lastpose = zeros(3)
idx = 1
T = dOdo[idx][4]
lstlaseridx = 1
WFTSX = Array{Float64,1}()
WFTSY = Array{Float64,1}()
WLBLS = ASCIIString[]
lastX = Array{Float64,1}()
lastY = Array{Float64,1}()
while T < toT && idx <= len
lastX = Array{Float64,1}()
lastY = Array{Float64,1}()
pose = pose*SE2(dOdo[idx][1:3]) # todo -- replace with inferred latest pose
#@show idx, T, vec(pose[1:2,3])
lastpose = vec(se2vee(pose))
# lstlaseridx, Ta = getFeatsAtT(lsrFeats, T, prev=lstlaseridx)
# bfts = lsrFeats[lstlaseridx].feats
fe = lsrFeats[idx]
if length(lsrFeats[idx]) > 0
bfts = zeros(3,length(fe))
lbls = ASCIIString[]
k = collect(keys(fe))
for i in 1:length(fe)
bfts[1:length(fe[k[i]]),i] = fe[k[i]]
push!(lbls, "l$(k[i])")
end
if bfts[1,1] != 0.0 && bfts[2,1] != 0.0 && bfts[3,1] != 0.0
wfts = rotateFeatsToWorld(bfts, pose)
for i in 1:size(wfts,2)
push!(WFTSX, wfts[1,i])
push!(WFTSY, wfts[2,i])
push!(WLBLS, lbls[i])
push!(lastX, wfts[1,i])
push!(lastY, wfts[2,i])
end
end
end
idx += 1
if idx <= len
T = dOdo[idx][4]
end
end
p = plotPoseDict(dOdo,to=idx-1)
if length(WFTSX) > 0
l = Gadfly.layer(x=WFTSX, y=WFTSY, label=WLBLS, Geom.label, Geom.point, Gadfly.Theme(default_color=colorant"red"))
push!(p.layers, l[1])
l2 = Gadfly.layer(x=WFTSX, y=WFTSY, Geom.point, Gadfly.Theme(default_color=colorant"red"))
push!(p.layers, l2[1])
for i in 1:length(lastX)
push!(p.layers, Gadfly.layer(x=[lastpose[1];lastX[i]], y=[lastpose[2];lastY[i]], Geom.line, Gadfly.Theme(default_color=colorant"magenta"))[1])
end
end
p
end
function plotTrckStep(DBG, i, fid, m)
@show keys(DBG[i])
pf = DBG[i][fid]
arr = Array{BallTreeDensity,1}()
for j in 1:3
push!(arr, marginal(pf[j],[m]))
end
plotKDE(arr, c=["red";"green";"black"])
end
function plotPose3Pairs(fgl::FactorGraph, sym::Symbol; fill::Bool=true)
p1= plotKDE(fgl, sym, dims=[1;2], fill=fill)
p2 = plotKDE(fgl, sym, dims=[6;3], fill=fill)
p3 = plotKDE(fgl, sym, dims=[4;5], fill=fill)
Gadfly.draw(PDF("/tmp/RoMEvstackPose3.pdf",15cm, 20cm), vstack(p1,p2,p3) )
@async run(`evince /tmp/RoMEvstackPose3.pdf`)
nothing
end
function plotKDE(fgl::FactorGraph,
vsym::Vector{Symbol};
axis=nothing,
dims=nothing,
c=getColorsByLength(length(vsym)),
levels::Int=4,
title::Union{Nothing, T}=nothing,
overlay=nothing ) where {T <: AbstractString}
#
verts = map((x)->getKDE(getVariable(fgl, x)), vsym)
plotKDE(verts, dims=dims, c=c, axis=axis, levels=levels, title=title, overlay=overlay )
end
function plotKDE(fgl::FactorGraph, vsym::Symbol; axis=nothing, dims=nothing, c=nothing, levels=4, title::Union{Nothing, T}=nothing) where {T <: AbstractString}
@warn "plotKDE for FactorGraph is deprecated, use DFG objects instead."
plotKDE(fgl, Symbol[vsym;], dims=dims, c=c, axis=axis, levels=levels, title=title)
end
function plotTrailingPoses(pt::Pose2,
pp::Vector{BallTreeDensity},
title="";
levels=2,
c=nothing,
axis=nothing,
scale::Float64=0.2,
circlen::Int=5)
ran = axis == nothing ? getKDERange(pp) : axis
cc=["red"; ["pink" for i in 1:100]]
p1 = plotKDE(pp, dims=[1;2], levels=levels, c=cc, title=title, axis=ran )
GG = BallTreeDensity[]
for ppc in pp
gg = marginal(ppc,[3])
# gg = (x)->pc(reshape([x], :,1))[1]
push!(GG, gg)
end
p2 = AMP.plotKDECircular(GG[(end-circlen):end], scale=scale, c=cc)
p2,p1
end
function plotTrailingPoses(fg::G,
pp::Vector{Symbol},
title="";
levels=2,
c=nothing,
axis=nothing,
scale::Float64=0.2,
circlen::Int=5) where G <: AbstractDFG
#
plotTrailingPoses(Pose2(), map(x->getKDE(fg,x),pp), scale=scale, title=title, circlen=circlen)
end
# gg = (x)->plotTrailingPoses(fg, [Symbol("x$i") for i in (x+60):-5:x],circlen=3)
#
# for i in 5:5:290
# g1,g2 = gg(i)
#
# g1 |> SVG("/tmp/trailingimgs/g1_$(i).svg")
# g1 |> SVG("/tmp/trailingimgs/g1_$(i+1).svg")
# g1 |> SVG("/tmp/trailingimgs/g1_$(i+2).svg")
# g1 |> SVG("/tmp/trailingimgs/g1_$(i+3).svg")
# g1 |> SVG("/tmp/trailingimgs/g1_$(i+4).svg")
#
# g2 |> SVG("/tmp/trailingimgs/g2_$(i).svg")
# g2 |> SVG("/tmp/trailingimgs/g2_$(i+1).svg")
# g2 |> SVG("/tmp/trailingimgs/g2_$(i+2).svg")
# g2 |> SVG("/tmp/trailingimgs/g2_$(i+3).svg")
# g2 |> SVG("/tmp/trailingimgs/g2_$(i+4).svg")
# end
#
| [
20541,
13954,
6242,
43,
6465,
33,
4805,
14990,
1268,
1546,
796,
3991,
198,
198,
8818,
19846,
6836,
83,
1273,
65,
43,
1127,
3419,
198,
220,
3298,
13954,
6242,
43,
6465,
33,
4805,
14990,
1268,
1546,
198,
220,
13954,
6242,
43,
6465,
33,
4805,
14990,
1268,
1546,
796,
5145,
26288,
6242,
43,
6465,
33,
4805,
14990,
1268,
1546,
198,
437,
198,
198,
8818,
7110,
43,
27891,
33351,
14304,
1381,
7,
1671,
3712,
19182,
90,
43879,
2414,
11,
17,
30072,
198,
220,
13690,
796,
1976,
27498,
7,
7857,
7,
1671,
4008,
198,
220,
13690,
58,
45299,
16,
60,
796,
865,
58,
45299,
17,
4083,
9,
6966,
7,
1671,
58,
45299,
16,
12962,
198,
220,
13690,
58,
45299,
17,
60,
796,
865,
58,
45299,
17,
4083,
9,
31369,
7,
1671,
58,
45299,
16,
12962,
198,
220,
7110,
7,
87,
28,
43476,
58,
45299,
16,
4357,
88,
28,
43476,
58,
45299,
17,
4357,
10082,
296,
13,
4122,
11,
198,
220,
10005,
13,
742,
3378,
7,
83,
3378,
28,
33327,
32590,
1899,
25,
940,
25,
1899,
36911,
198,
220,
10005,
13,
20760,
3378,
7,
83,
3378,
28,
33327,
7,
15,
25,
940,
25,
1795,
22305,
198,
437,
198,
198,
8818,
3197,
37,
4098,
24802,
364,
7,
2213,
74,
3808,
3712,
35,
713,
90,
5317,
2414,
11,
38816,
5512,
275,
35594,
3712,
19182,
90,
43879,
2414,
11,
17,
30072,
198,
220,
1928,
55,
796,
48436,
2414,
21737,
198,
220,
1401,
55,
796,
48436,
2414,
21737,
198,
220,
1928,
56,
796,
48436,
2414,
21737,
198,
220,
1401,
56,
796,
48436,
2414,
21737,
198,
220,
477,
47,
912,
55,
796,
48436,
2414,
21737,
198,
220,
477,
47,
912,
56,
796,
48436,
2414,
21737,
628,
220,
329,
277,
2213,
287,
491,
74,
3808,
198,
220,
220,
220,
43344,
796,
651,
40710,
7,
701,
81,
58,
17,
4083,
6667,
8,
198,
220,
220,
220,
477,
47,
912,
55,
796,
685,
439,
47,
912,
55,
26,
43030,
7,
457,
82,
58,
16,
11,
25,
12962,
60,
198,
220,
220,
220,
477,
47,
912,
56,
796,
685,
439,
47,
912,
56,
26,
43030,
7,
457,
82,
58,
17,
11,
25,
12962,
60,
628,
220,
220,
220,
4574,
0,
7,
14664,
55,
11,
14370,
13,
32604,
7,
35138,
7,
457,
82,
58,
16,
11,
47715,
22305,
198,
220,
220,
220,
4574,
0,
7,
7785,
55,
11,
14370,
13,
19282,
7,
35138,
7,
457,
82,
58,
16,
11,
47715,
22305,
198,
220,
220,
220,
4574,
0,
7,
14664,
56,
11,
14370,
13,
32604,
7,
35138,
7,
457,
82,
58,
17,
11,
47715,
22305,
198,
220,
220,
220,
4574,
0,
7,
7785,
56,
11,
14370,
13,
19282,
7,
35138,
7,
457,
82,
58,
17,
11,
47715,
22305,
198,
220,
886,
628,
220,
1395,
796,
48436,
2414,
21737,
198,
220,
575,
796,
48436,
2414,
21737,
628,
220,
611,
2546,
7,
65,
35594,
11,
17,
8,
1875,
657,
198,
220,
220,
220,
611,
275,
35594,
58,
16,
11,
16,
60,
14512,
657,
13,
15,
11405,
275,
35594,
58,
17,
11,
16,
60,
14512,
657,
13,
15,
11405,
275,
35594,
58,
18,
11,
16,
60,
14512,
657,
13,
15,
198,
220,
220,
220,
220,
220,
329,
1312,
287,
352,
25,
7857,
7,
65,
35594,
11,
17,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
334,
11,
371,
796,
279,
17,
66,
7,
35138,
7,
65,
35594,
58,
45299,
72,
60,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
55,
11,
334,
58,
16,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
56,
11,
334,
58,
17,
12962,
198,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
220,
886,
628,
220,
1303,
10005,
13,
20760,
3378,
7,
83,
3378,
28,
33327,
32590,
1899,
25,
940,
25,
1899,
36911,
198,
220,
1303,
10005,
13,
742,
3378,
7,
83,
3378,
28,
33327,
7,
15,
25,
940,
25,
1795,
4008,
198,
220,
279,
796,
7110,
7,
29289,
7,
87,
28,
14664,
55,
11,
331,
28,
14664,
56,
11,
2269,
296,
13,
4122,
11,
26729,
7,
12286,
62,
8043,
28,
8043,
415,
1,
445,
4943,
828,
198,
220,
7679,
7,
87,
28,
439,
47,
912,
55,
11,
331,
28,
439,
47,
912,
56,
11,
2269,
296,
13,
10034,
21857,
17,
67,
828,
198,
220,
10005,
13,
20760,
3378,
7,
83,
3378,
28,
33327,
32590,
2154,
25,
940,
25,
2154,
36911,
198,
220,
10005,
13,
742,
3378,
7,
83,
3378,
28,
33327,
32590,
1821,
25,
940,
25,
1795,
22305,
198,
220,
329,
1312,
287,
352,
25,
13664,
7,
55,
8,
198,
220,
220,
220,
4574,
0,
7,
79,
13,
75,
6962,
11,
20925,
12254,
13,
29289,
7,
87,
41888,
15,
13,
15,
26,
55,
58,
72,
60,
4357,
331,
41888,
15,
13,
15,
26,
56,
58,
72,
60,
4357,
2269,
296,
13,
1370,
11,
20925,
12254,
13,
47863,
7,
12286,
62,
8043,
28,
8043,
415,
1,
19726,
29188,
48774,
58,
16,
12962,
198,
220,
886,
198,
220,
279,
198,
437,
628,
198,
8818,
3613,
3546,
70,
4653,
80,
7,
67,
3712,
35,
713,
90,
5317,
2414,
11,
19182,
90,
43879,
2414,
11,
17,
11709,
26,
422,
3712,
5317,
28,
16,
11,
1462,
3712,
5317,
28,
940,
11,
9662,
3712,
5317,
28,
16,
8,
198,
220,
329,
1312,
287,
422,
25,
9662,
25,
1462,
198,
220,
220,
220,
279,
796,
7110,
43,
27891,
33351,
14304,
1381,
7,
7278,
81,
11473,
7,
67,
58,
72,
12962,
1776,
198,
220,
220,
220,
20925,
12254,
13,
19334,
7,
47,
10503,
7,
8841,
7203,
9600,
82,
14,
9600,
1600,
72,
553,
13,
11134,
12340,
1495,
11215,
11,
1495,
11215,
828,
79,
8,
198,
220,
886,
198,
220,
2147,
198,
437,
628,
198,
198,
2,
20368,
1783,
26171,
198,
2,
13501,
1068,
287,
422,
10791,
37098,
818,
4288,
198,
198,
2235,
16926,
46,
1377,
345,
547,
994,
351,
2493,
3491,
3526,
3951,
198,
8818,
336,
65,
6836,
83,
13949,
43,
6962,
0,
7,
489,
11,
1395,
381,
11,
575,
381,
11,
536,
381,
26,
300,
3712,
43879,
2414,
28,
20,
13,
15,
8,
198,
220,
220,
220,
611,
13954,
6242,
43,
6465,
33,
4805,
14990,
1268,
1546,
198,
220,
220,
220,
220,
220,
1441,
2147,
198,
220,
220,
220,
886,
628,
198,
220,
220,
220,
300,
77,
301,
1050,
796,
685,
15,
13,
15,
26,
75,
26,
15,
13,
15,
60,
198,
220,
220,
220,
300,
77,
301,
6024,
796,
685,
15,
13,
15,
26,
12,
75,
26,
15,
13,
15,
60,
628,
220,
220,
220,
20769,
220,
796,
5188,
17,
7,
18755,
301,
1050,
8,
198,
220,
220,
220,
1902,
796,
7946,
17,
7,
18755,
301,
6024,
8,
628,
220,
220,
220,
329,
1312,
287,
352,
25,
13664,
7,
55,
381,
8,
198,
220,
220,
220,
220,
220,
300,
77,
301,
83,
796,
685,
55,
381,
58,
72,
11208,
56,
381,
58,
72,
11208,
817,
381,
58,
72,
11907,
198,
220,
220,
220,
220,
220,
33610,
796,
7946,
17,
7,
18755,
301,
83,
8,
198,
220,
220,
220,
220,
220,
300,
48624,
796,
384,
17,
303,
68,
7,
12016,
9,
49,
67,
8,
198,
220,
220,
220,
220,
220,
300,
782,
796,
384,
17,
303,
68,
7,
12016,
9,
8642,
8,
198,
220,
220,
220,
220,
220,
2124,
27891,
796,
685,
55,
381,
58,
72,
11208,
18755,
81,
58,
16,
11907,
198,
220,
220,
220,
220,
220,
331,
27891,
796,
685,
56,
381,
58,
72,
11208,
18755,
81,
58,
17,
11907,
198,
220,
220,
220,
220,
220,
2124,
45213,
796,
685,
55,
381,
58,
72,
11208,
75,
782,
58,
16,
11907,
198,
220,
220,
220,
220,
220,
331,
45213,
796,
685,
56,
381,
58,
72,
11208,
75,
782,
58,
17,
11907,
628,
220,
220,
220,
220,
220,
4574,
0,
7,
489,
13,
75,
6962,
11,
7679,
7,
87,
28,
87,
27891,
11,
331,
28,
893,
81,
11,
2269,
296,
13,
6978,
22784,
20925,
12254,
13,
47863,
7,
12286,
62,
8043,
28,
8043,
415,
1,
445,
1600,
1627,
62,
10394,
28,
16,
13,
20,
457,
4008,
58,
16,
60,
1267,
198,
220,
220,
220,
220,
220,
4574,
0,
7,
489,
13,
75,
6962,
11,
7679,
7,
87,
28,
34223,
70,
11,
331,
28,
893,
70,
11,
2269,
296,
13,
6978,
22784,
20925,
12254,
13,
47863,
7,
12286,
62,
8043,
28,
8043,
415,
1,
14809,
1600,
1627,
62,
10394,
28,
16,
13,
20,
457,
4008,
58,
16,
60,
1267,
198,
220,
220,
220,
886,
198,
220,
220,
220,
2147,
198,
437,
198,
198,
2,
3197,
262,
4941,
5739,
355,
257,
2266,
12,
14809,
20268,
324,
198,
8818,
751,
34278,
13949,
43,
6962,
0,
7,
489,
11,
1395,
381,
11,
575,
381,
11,
536,
381,
26,
300,
3712,
43879,
2414,
28,
16,
13,
15,
8,
198,
220,
220,
220,
300,
77,
301,
1050,
796,
685,
75,
26,
15,
13,
15,
26,
15,
13,
15,
60,
198,
220,
220,
220,
300,
77,
301,
6024,
796,
685,
15,
13,
15,
26,
75,
26,
15,
13,
15,
60,
628,
220,
220,
220,
20769,
220,
796,
5188,
17,
7,
18755,
301,
1050,
8,
198,
220,
220,
220,
1902,
796,
7946,
17,
7,
18755,
301,
6024,
8,
628,
220,
220,
220,
329,
1312,
287,
352,
25,
13664,
7,
55,
381,
8,
198,
220,
220,
220,
220,
220,
300,
77,
301,
83,
796,
685,
55,
381,
58,
72,
11208,
56,
381,
58,
72,
11208,
817,
381,
58,
72,
11907,
198,
220,
220,
220,
220,
220,
33610,
796,
7946,
17,
7,
18755,
301,
83,
8,
198,
220,
220,
220,
220,
220,
300,
48624,
796,
384,
17,
303,
68,
7,
12016,
9,
49,
67,
8,
198,
220,
220,
220,
220,
220,
300,
782,
796,
384,
17,
303,
68,
7,
12016,
9,
8642,
8,
198,
220,
220,
220,
220,
220,
2124,
27891,
796,
685,
55,
381,
58,
72,
11208,
18755,
81,
58,
16,
11907,
198,
220,
220,
220,
220,
220,
331,
27891,
796,
685,
56,
381,
58,
72,
11208,
18755,
81,
58,
17,
11907,
198,
220,
220,
220,
220,
220,
2124,
45213,
796,
685,
55,
381,
58,
72,
11208,
75,
782,
58,
16,
11907,
198,
220,
220,
220,
220,
220,
331,
45213,
796,
685,
56,
381,
58,
72,
11208,
75,
782,
58,
17,
11907,
628,
220,
220,
220,
220,
220,
4574,
0,
7,
489,
13,
75,
6962,
11,
7679,
7,
87,
28,
87,
27891,
11,
331,
28,
893,
81,
11,
2269,
296,
13,
6978,
22784,
20925,
12254,
13,
47863,
7,
12286,
62,
8043,
28,
8043,
415,
1,
445,
1600,
1627,
62,
10394,
28,
16,
13,
20,
457,
4008,
58,
16,
60,
1267,
198,
220,
220,
220,
220,
220,
4574,
0,
7,
489,
13,
75,
6962,
11,
7679,
7,
87,
28,
34223,
70,
11,
331,
28,
893,
70,
11,
2269,
296,
13,
6978,
22784,
20925,
12254,
13,
47863,
7,
12286,
62,
8043,
28,
8043,
415,
1,
14809,
1600,
1627,
62,
10394,
28,
16,
13,
20,
457,
4008,
58,
16,
60,
1267,
198,
220,
220,
220,
886,
198,
220,
220,
220,
2147,
198,
437,
198,
198,
2,
2163,
300,
2436,
82,
4863,
2514,
7,
6738,
11,
1462,
8,
198,
2,
220,
220,
300,
2436,
82,
28,
10100,
21737,
198,
2,
220,
220,
685,
14689,
0,
7,
75,
2436,
82,
11,
17971,
7,
72,
8,
4943,
329,
1312,
287,
422,
25,
1462,
60,
198,
2,
220,
220,
1441,
300,
2436,
82,
198,
2,
886,
198,
198,
37811,
198,
220,
220,
220,
29568,
46224,
47471,
8,
198,
198,
17,
35,
7110,
286,
477,
17313,
11,
13148,
17313,
389,
15494,
422,
7559,
3712,
13940,
23650,
63,
2099,
4600,
25,
87,
15,
11,
1058,
87,
16,
11,
2644,
11,
1058,
87,
77,
44646,
220,
5765,
4600,
1462,
63,
290,
4600,
6738,
63,
284,
4179,
262,
2837,
286,
3146,
4600,
77,
63,
284,
307,
7428,
13,
220,
383,
10238,
1554,
21857,
460,
307,
9343,
393,
10058,
11,
290,
262,
2546,
286,
5415,
12,
4122,
4901,
8636,
13882,
669,
460,
307,
6856,
351,
4600,
82,
27566,
1000,
44646,
198,
198,
29783,
25,
198,
12,
46883,
284,
2836,
5447,
12705,
27393,
7791,
11,
329,
1672,
4600,
25,
79,
16,
11,
1058,
79,
17,
11,
2644,
63,
198,
37811,
198,
8818,
3197,
47,
4629,
7,
40616,
3712,
38,
26,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
422,
3712,
5317,
2414,
28,
15,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
284,
3712,
5317,
2414,
28,
24214,
24214,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1612,
9806,
28,
25,
9806,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
300,
2436,
82,
28,
7942,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3197,
10034,
28,
7942,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
599,
9888,
3712,
43879,
2414,
28,
20,
13,
15,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
542,
454,
3712,
33,
970,
28,
7942,
11,
2974,
3712,
5317,
28,
16,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
40364,
47,
4629,
28,
81,
1,
87,
1,
220,
1267,
810,
402,
1279,
25,
27741,
8068,
38,
198,
220,
220,
220,
1303,
198,
220,
220,
220,
2488,
10951,
366,
19334,
47,
4629,
1464,
5621,
12852,
284,
3509,
11,
7692,
286,
1612,
9806,
4634,
13,
220,
16926,
46,
953,
891,
270,
526,
198,
220,
220,
220,
1303,
38,
324,
12254,
13,
2617,
62,
12286,
62,
29487,
62,
7857,
7,
1238,
11215,
11,
1542,
11215,
8,
198,
220,
220,
220,
1303,
1395,
381,
796,
48436,
2414,
58,
11208,
575,
381,
28,
43879,
2414,
58,
11208,
536,
381,
28,
43879,
2414,
58,
11208,
22199,
6561,
28,
10100,
58,
11208,
198,
220,
220,
220,
334,
55,
381,
11,
84,
56,
381,
11,
334,
817,
381,
11,
334,
30501,
6561,
796,
651,
17,
6322,
577,
5308,
504,
7,
40616,
11,
422,
28,
6738,
11,
284,
28,
1462,
8,
198,
220,
220,
220,
2124,
55,
381,
11,
87,
56,
381,
11,
2124,
817,
381,
11,
2124,
30501,
6561,
796,
651,
17,
6322,
577,
11518,
7,
40616,
11,
422,
28,
6738,
11,
284,
28,
1462,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
611,
1612,
9806,
6624,
1058,
32604,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
2073,
361,
1612,
9806,
6624,
1058,
9806,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
886,
198,
220,
220,
220,
1395,
381,
220,
796,
1612,
9806,
6624,
1058,
32604,
5633,
334,
55,
381,
1058,
2124,
55,
381,
198,
220,
220,
220,
575,
381,
220,
796,
1612,
9806,
6624,
1058,
32604,
5633,
334,
56,
381,
1058,
2124,
56,
381,
198,
220,
220,
220,
536,
381,
796,
2124,
817,
381,
1303,
1464,
779,
3509,
1377,
815,
307,
953,
891,
270,
198,
220,
220,
220,
22199,
6561,
796,
1612,
9806,
6624,
1058,
32604,
5633,
334,
30501,
6561,
1058,
2124,
30501,
6561,
628,
220,
220,
220,
1303,
300,
2436,
82,
796,
300,
2436,
82,
4863,
2514,
7,
16,
11,
13664,
7,
55,
381,
4008,
198,
220,
220,
220,
279,
22018,
83,
796,
4479,
90,
92,
198,
220,
220,
220,
611,
300,
2436,
82,
198,
220,
220,
220,
220,
220,
279,
22018,
83,
796,
20925,
12254,
13,
29487,
7,
198,
220,
220,
220,
220,
220,
220,
220,
20925,
12254,
13,
29289,
7,
87,
28,
55,
381,
11,
88,
28,
56,
381,
11,
18242,
28,
30501,
6561,
11,
10082,
296,
13,
6978,
22784,
26729,
7,
1370,
62,
10394,
28,
16,
457,
828,
2269,
296,
13,
18242,
828,
198,
220,
220,
220,
220,
220,
220,
220,
22819,
13,
26674,
35610,
7,
34021,
28,
7942,
8,
198,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
279,
22018,
83,
796,
20925,
12254,
13,
29487,
7,
198,
220,
220,
220,
220,
220,
220,
220,
20925,
12254,
13,
29289,
7,
87,
28,
55,
381,
11,
88,
28,
56,
381,
11,
10082,
296,
13,
6978,
22784,
26729,
7,
1370,
62,
10394,
28,
16,
457,
36911,
7222,
585,
13,
26674,
35610,
7,
34021,
28,
7942,
828,
198,
220,
220,
220,
220,
220,
220,
220,
22819,
13,
26674,
35610,
7,
34021,
28,
7942,
8,
198,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
886,
198,
197,
2,
1441,
279,
22018,
83,
198,
220,
220,
220,
751,
34278,
13949,
43,
6962,
0,
7,
862,
489,
83,
11,
1395,
381,
11,
575,
381,
11,
536,
381,
11,
300,
28,
82,
27566,
1000,
8,
198,
220,
220,
220,
611,
3197,
10034,
198,
220,
220,
220,
220,
220,
1395,
79,
11,
56,
79,
796,
651,
17,
6322,
577,
50,
12629,
7,
40616,
11,
422,
28,
6738,
11,
284,
28,
1462,
8,
198,
220,
220,
220,
220,
220,
4574,
0,
7,
862,
489,
83,
13,
75,
6962,
11,
220,
20925,
12254,
13,
29289,
7,
87,
28,
55,
79,
11,
331,
28,
56,
79,
11,
2269,
296,
13,
10034,
21857,
17,
67,
38381,
16,
60,
1267,
2,
7,
30894,
1939,
608,
28,
3064,
11,
331,
65,
1939,
608,
28,
3064,
4008,
198,
220,
220,
220,
886,
198,
220,
220,
220,
1303,
751,
542,
4662,
284,
12705,
7746,
198,
220,
220,
220,
611,
542,
454,
198,
220,
220,
220,
220,
220,
410,
945,
88,
907,
796,
38357,
12195,
30501,
6561,
8,
198,
220,
220,
220,
220,
220,
329,
410,
37047,
287,
410,
945,
88,
907,
198,
220,
220,
220,
220,
220,
220,
220,
458,
77,
796,
7110,
42,
7206,
7,
40616,
11,
410,
37047,
11,
5391,
82,
41888,
16,
26,
17,
4357,
2974,
28,
46170,
11,
269,
28,
14692,
44605,
3829,
8973,
8,
198,
220,
220,
220,
220,
220,
220,
220,
6441,
0,
7,
862,
489,
83,
13,
75,
6962,
11,
458,
77,
13,
75,
6962,
8,
198,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
220,
220,
220,
1441,
279,
22018,
83,
198,
437,
628,
198,
37811,
198,
220,
220,
220,
29568,
46224,
47471,
8,
198,
198,
17,
35,
7110,
286,
41532,
11,
13148,
4600,
25,
75,
16,
11,
1058,
75,
17,
11,
2644,
1058,
18755,
44646,
220,
5765,
4600,
6738,
63,
290,
4600,
1462,
63,
284,
1630,
262,
2837,
286,
41532,
4600,
77,
63,
284,
2291,
13,
198,
37811,
198,
8818,
3197,
22342,
907,
7,
40616,
3712,
23839,
8068,
38,
26,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
422,
3712,
5317,
2414,
28,
15,
11,
284,
3712,
5317,
2414,
28,
24214,
24214,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
949,
710,
72,
3712,
5317,
2414,
28,
15,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1612,
9806,
28,
25,
9806,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
300,
2436,
82,
28,
7942,
11,
12860,
3020,
28,
9562,
11,
19334,
10034,
28,
7942,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
542,
454,
3712,
33,
970,
28,
7942,
11,
2974,
3712,
5317,
28,
16,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
2625,
445,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
20806,
3712,
35,
713,
90,
5317,
11,
51,
92,
28,
35,
713,
90,
5317,
11,
5317,
92,
22784,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
966,
62,
7857,
28,
16,
457,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
40364,
22342,
4102,
3712,
3041,
25636,
28,
81,
1,
75,
1,
220,
1267,
810,
309,
198,
220,
220,
220,
1303,
38,
324,
12254,
13,
2617,
62,
12286,
62,
29487,
62,
7857,
7,
1238,
11215,
11,
1542,
11215,
8,
198,
220,
220,
220,
1395,
79,
11,
56,
79,
796,
651,
17,
19260,
392,
76,
50,
12629,
7,
40616,
11,
422,
28,
6738,
11,
284,
28,
1462,
8,
198,
220,
220,
220,
1395,
381,
796,
48436,
2414,
58,
11208,
575,
381,
28,
43879,
2414,
58,
11208,
536,
381,
28,
43879,
2414,
58,
11208,
300,
2436,
301,
3775,
28,
10100,
58,
11208,
198,
220,
220,
220,
611,
1612,
9806,
855,
25,
32604,
198,
220,
220,
220,
220,
220,
1395,
381,
11,
56,
381,
11,
256,
11,
300,
2436,
31499,
796,
651,
17,
19260,
392,
76,
5308,
504,
7,
40616,
11,
422,
28,
6738,
11,
284,
28,
1462,
11,
40364,
22342,
4102,
28,
260,
25636,
22342,
4102,
8,
198,
220,
220,
220,
2073,
361,
1612,
9806,
855,
25,
9806,
198,
220,
220,
220,
220,
220,
1395,
381,
11,
56,
381,
11,
256,
11,
300,
2436,
31499,
796,
651,
17,
19260,
392,
76,
11518,
7,
40616,
11,
422,
28,
6738,
11,
284,
28,
1462,
11,
12860,
3020,
28,
12860,
3020,
11,
12038,
28,
12038,
11,
40364,
22342,
4102,
28,
260,
25636,
22342,
4102,
8,
198,
220,
220,
220,
886,
628,
220,
220,
220,
611,
300,
2436,
82,
198,
220,
220,
220,
220,
220,
279,
22018,
83,
796,
20925,
12254,
13,
29487,
7,
198,
220,
220,
220,
220,
220,
220,
220,
20925,
12254,
13,
29289,
7,
87,
28,
55,
381,
11,
88,
28,
56,
381,
11,
6167,
28,
75,
2436,
31499,
11,
2269,
296,
13,
4122,
11,
26729,
7,
1370,
62,
10394,
28,
16,
457,
11,
4277,
62,
8043,
28,
29572,
7,
10258,
415,
11,
66,
828,
966,
62,
7857,
28,
4122,
62,
7857,
828,
2269,
296,
13,
18242,
828,
198,
220,
220,
220,
220,
220,
220,
220,
22819,
13,
26674,
35610,
7,
34021,
28,
7942,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
837,
38,
324,
12254,
13,
29289,
7,
87,
28,
55,
79,
11,
331,
28,
56,
79,
11,
2269,
296,
13,
10034,
21857,
17,
67,
8,
2,
7,
30894,
1939,
608,
28,
3064,
11,
331,
65,
1939,
608,
28,
3064,
8,
198,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
279,
22018,
83,
796,
20925,
12254,
13,
29487,
7,
198,
220,
220,
220,
220,
220,
220,
220,
20925,
12254,
13,
29289,
7,
87,
28,
55,
381,
11,
88,
28,
56,
381,
11,
2269,
296,
13,
4122,
11,
26729,
7,
1370,
62,
10394,
28,
16,
457,
11,
4277,
62,
8043,
28,
29572,
7,
10258,
415,
11,
66,
828,
966,
62,
7857,
28,
16,
457,
36911,
198,
220,
220,
220,
220,
220,
220,
220,
22819,
13,
26674,
35610,
7,
34021,
28,
7942,
8,
198,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
886,
628,
220,
220,
220,
611,
3197,
10034,
198,
220,
220,
220,
220,
220,
4574,
0,
7,
862,
489,
83,
13,
75,
6962,
11,
20925,
12254,
13,
29289,
7,
87,
28,
55,
79,
11,
331,
28,
56,
79,
11,
2269,
296,
13,
10034,
21857,
17,
67,
38381,
16,
12962,
2,
7,
30894,
1939,
608,
28,
3064,
11,
331,
65,
1939,
608,
28,
3064,
8,
198,
220,
220,
220,
886,
628,
220,
220,
220,
611,
542,
454,
198,
220,
220,
220,
220,
220,
410,
945,
88,
907,
796,
38357,
12195,
75,
2436,
31499,
8,
198,
220,
220,
220,
220,
220,
329,
410,
37047,
287,
410,
945,
88,
907,
198,
220,
220,
220,
220,
220,
220,
220,
458,
77,
796,
7110,
42,
7206,
7,
40616,
11,
410,
37047,
11,
5391,
82,
41888,
16,
26,
17,
4357,
2974,
28,
46170,
11,
269,
28,
14692,
44605,
3829,
8973,
8,
198,
220,
220,
220,
220,
220,
220,
220,
6441,
0,
7,
862,
489,
83,
13,
75,
6962,
11,
458,
77,
13,
75,
6962,
8,
198,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
628,
220,
220,
220,
279,
22018,
83,
198,
437,
198,
198,
37811,
198,
220,
220,
220,
29568,
46224,
47471,
8,
198,
198,
17,
35,
7110,
286,
1111,
17313,
290,
41532,
7763,
287,
5766,
4823,
13,
220,
33238,
17313,
290,
41532,
389,
15494,
4600,
25,
87,
16,
11,
1058,
87,
17,
11,
2644,
63,
290,
4600,
25,
75,
15,
11,
1058,
75,
16,
11,
2644,
47671,
8148,
13,
220,
383,
374,
77,
496,
286,
3146,
284,
2291,
460,
307,
6856,
351,
4600,
6738,
63,
290,
4600,
1462,
63,
1863,
351,
584,
21179,
11244,
329,
29349,
262,
7110,
13,
198,
198,
16130,
198,
12,
18533,
4600,
25,
75,
16,
47671,
4600,
25,
75,
17,
47671,
2644,
329,
41532,
1377,
407,
1262,
4600,
31499,
41888,
25,
28182,
44,
14175,
60,
63,
994,
1865,
357,
51,
3727,
46,
737,
198,
37811,
198,
8818,
3197,
47,
4629,
22342,
907,
7,
69,
4743,
3712,
23839,
8068,
38,
26,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
422,
3712,
5317,
2414,
28,
15,
11,
284,
3712,
5317,
2414,
28,
24214,
24214,
11,
949,
710,
72,
3712,
5317,
2414,
28,
15,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1612,
9806,
28,
25,
9806,
11,
300,
2436,
82,
28,
7942,
11,
3197,
10034,
28,
9562,
11,
20806,
3712,
35,
713,
90,
5317,
11,
51,
92,
28,
35,
713,
90,
5317,
11,
5317,
92,
22784,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
542,
454,
3712,
33,
970,
28,
7942,
11,
2974,
3712,
5317,
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,
220,
905,
3020,
28,
7942,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
599,
9888,
3712,
43879,
2414,
28,
20,
13,
15,
11,
17497,
3712,
38176,
90,
18465,
11,
309,
29291,
90,
13940,
23650,
11,
6416,
11709,
28,
22366,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2124,
1084,
28,
22366,
11,
2124,
9806,
28,
22366,
11,
331,
1084,
28,
22366,
11,
331,
9806,
28,
22366,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
966,
62,
7857,
28,
16,
457,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
40364,
22342,
4102,
28,
81,
1,
75,
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,
40364,
47,
4629,
28,
81,
1,
87,
1,
220,
1267,
810,
1391,
51,
92,
198,
220,
1303,
198,
220,
2124,
1084,
14512,
2147,
11405,
2124,
9806,
14512,
2147,
11405,
2124,
1084,
6624,
2124,
9806,
5633,
4049,
7203,
87,
1084,
1276,
307,
1342,
621,
2124,
9806,
4943,
1058,
2147,
198,
220,
331,
1084,
14512,
2147,
11405,
331,
9806,
14512,
2147,
11405,
331,
1084,
6624,
331,
9806,
5633,
4049,
7203,
88,
1084,
1276,
307,
1342,
621,
331,
9806,
4943,
1058,
2147,
198,
220,
32660,
796,
651,
43015,
7390,
82,
7,
69,
4743,
11,
40364,
22342,
4102,
8,
198,
220,
279,
796,
3197,
47,
4629,
7,
69,
4743,
11,
422,
28,
6738,
11,
1462,
28,
1462,
11,
32604,
9806,
28,
32604,
9806,
11,
75,
2436,
82,
28,
75,
2436,
82,
11,
19334,
10034,
28,
19334,
10034,
11,
599,
9888,
28,
82,
27566,
1000,
11,
542,
454,
28,
3642,
454,
8,
198,
220,
611,
4129,
7,
297,
8,
1875,
657,
198,
220,
220,
220,
458,
796,
3197,
22342,
907,
7,
69,
4743,
11,
422,
28,
6738,
11,
284,
28,
1462,
11,
949,
710,
72,
28,
1084,
710,
72,
11,
75,
2436,
82,
28,
75,
2436,
82,
11,
19334,
10034,
28,
19334,
10034,
11,
20806,
28,
12038,
11,
905,
3020,
28,
12860,
3020,
11,
966,
62,
7857,
28,
4122,
62,
7857,
11,
542,
454,
28,
3642,
454,
8,
198,
220,
220,
220,
329,
300,
287,
458,
13,
75,
6962,
198,
220,
220,
220,
220,
220,
4574,
0,
7,
79,
13,
75,
6962,
11,
300,
8,
198,
220,
220,
220,
886,
198,
220,
886,
198,
220,
611,
4324,
14512,
2147,
198,
220,
220,
220,
2962,
55,
796,
651,
42,
39429,
897,
7,
1136,
42,
7206,
7,
1136,
43015,
7,
69,
4743,
11,
17497,
58,
16,
60,
22305,
198,
220,
220,
220,
279,
7972,
796,
4324,
58,
17,
60,
198,
220,
220,
220,
279,
13,
37652,
796,
22819,
13,
26674,
35610,
7,
87,
1084,
28,
37635,
55,
58,
16,
45297,
79,
7972,
11,
87,
9806,
28,
37635,
55,
58,
16,
48688,
79,
7972,
11,
88,
1084,
28,
37635,
55,
58,
17,
45297,
79,
7972,
11,
4948,
897,
28,
37635,
55,
58,
17,
48688,
79,
7972,
8,
198,
220,
886,
198,
220,
763,
796,
22819,
13,
43476,
35610,
7,
87,
1084,
28,
87,
1084,
11,
87,
9806,
28,
87,
9806,
11,
88,
1084,
28,
88,
1084,
11,
4948,
897,
28,
4948,
897,
8,
198,
220,
279,
13,
37652,
796,
763,
198,
220,
1441,
279,
198,
437,
198,
198,
8818,
3197,
7004,
31803,
7,
69,
4743,
3712,
38,
11,
422,
1462,
3712,
19182,
90,
5317,
11,
17,
19629,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
16,
10034,
28,
9562,
11,
285,
17,
10034,
28,
9562,
11,
285,
18,
10034,
28,
9562,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
905,
3020,
28,
9562,
11,
20806,
3712,
35,
713,
90,
5317,
11,
51,
92,
796,
360,
713,
90,
5317,
11,
7149,
92,
22784,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2124,
1084,
28,
22366,
11,
2124,
9806,
28,
22366,
11,
331,
1084,
28,
22366,
11,
331,
9806,
28,
22366,
1267,
810,
1391,
38,
1279,
25,
27741,
8068,
38,
11,
309,
92,
198,
220,
1303,
198,
220,
279,
796,
3197,
22342,
907,
7,
69,
4743,
11,
422,
28,
6738,
1462,
58,
16,
11,
16,
4357,
284,
28,
6738,
1462,
58,
16,
11,
17,
4357,
3197,
10034,
28,
76,
16,
10034,
11,
905,
3020,
28,
12860,
3020,
11,
20806,
28,
12038,
8,
198,
220,
611,
2546,
7,
6738,
1462,
11,
16,
8,
1875,
16,
198,
220,
220,
220,
279,
17,
796,
3197,
22342,
907,
7,
69,
4743,
11,
422,
28,
6738,
1462,
58,
17,
11,
16,
4357,
284,
28,
6738,
1462,
58,
17,
11,
17,
4357,
3197,
10034,
28,
76,
17,
10034,
11,
66,
2625,
17585,
1600,
905,
3020,
28,
12860,
3020,
11,
20806,
28,
12038,
8,
198,
220,
220,
220,
329,
300,
287,
279,
17,
13,
75,
6962,
198,
220,
220,
220,
220,
220,
4574,
0,
7,
79,
13,
75,
6962,
11,
300,
8,
198,
220,
220,
220,
886,
198,
220,
886,
198,
220,
611,
2546,
7,
6738,
1462,
11,
16,
8,
1875,
17,
198,
220,
220,
220,
279,
18,
796,
3197,
22342,
907,
7,
69,
4743,
11,
422,
28,
6738,
1462,
58,
18,
11,
16,
4357,
284,
28,
6738,
1462,
58,
18,
11,
17,
4357,
3197,
10034,
28,
76,
18,
10034,
11,
66,
2625,
19726,
29188,
1600,
905,
3020,
28,
12860,
3020,
11,
20806,
28,
12038,
8,
198,
220,
220,
220,
329,
300,
287,
279,
18,
13,
75,
6962,
198,
220,
220,
220,
220,
220,
4574,
0,
7,
79,
13,
75,
6962,
11,
300,
8,
198,
220,
220,
220,
886,
198,
220,
886,
198,
220,
763,
796,
22819,
13,
43476,
35610,
7,
87,
1084,
28,
87,
1084,
11,
87,
9806,
28,
87,
9806,
11,
88,
1084,
28,
88,
1084,
11,
4948,
897,
28,
4948,
897,
8,
198,
220,
279,
13,
37652,
796,
763,
198,
220,
1441,
279,
198,
437,
198,
198,
8818,
3197,
7004,
31803,
7,
69,
4743,
3712,
38,
11,
422,
1462,
3712,
19182,
90,
5317,
11,
16,
19629,
4104,
3712,
5317,
28,
1495,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
16,
10034,
28,
9562,
11,
285,
17,
10034,
28,
9562,
11,
285,
18,
10034,
28,
9562,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
905,
3020,
28,
9562,
11,
20806,
3712,
35,
713,
90,
5317,
11,
51,
92,
28,
35,
713,
90,
5317,
11,
7149,
92,
22784,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2124,
1084,
28,
22366,
11,
2124,
9806,
28,
22366,
11,
331,
1084,
28,
22366,
11,
331,
9806,
28,
22366,
1267,
810,
1391,
38,
1279,
25,
27741,
8068,
38,
11,
309,
92,
198,
220,
1303,
198,
220,
10117,
796,
1976,
27498,
7,
5317,
11,
13664,
7,
6738,
1462,
828,
17,
8,
198,
220,
329,
1312,
287,
352,
25,
13664,
7,
6738,
1462,
8,
198,
220,
220,
220,
10117,
58,
72,
11,
16,
60,
796,
422,
1462,
58,
72,
45297,
43639,
26,
10117,
58,
72,
11,
17,
60,
796,
422,
1462,
58,
72,
48688,
43639,
26,
198,
220,
886,
198,
220,
3197,
7004,
31803,
7,
69,
4743,
11,
10117,
11,
285,
16,
10034,
28,
76,
16,
10034,
11,
285,
17,
10034,
28,
76,
17,
10034,
11,
285,
18,
10034,
28,
76,
18,
10034,
11,
905,
3020,
28,
12860,
3020,
11,
20806,
28,
12038,
11,
2124,
1084,
28,
87,
1084,
11,
87,
9806,
28,
87,
9806,
11,
88,
1084,
28,
88,
1084,
11,
4948,
897,
28,
4948,
897,
8,
198,
437,
198,
198,
2,
2163,
651,
42,
39429,
897,
7,
79,
3712,
23410,
27660,
35,
6377,
26,
45,
28,
2167,
8,
198,
2,
220,
220,
285,
796,
1976,
27498,
7,
79,
13,
18347,
13,
67,
12078,
8,
198,
2,
220,
220,
329,
1312,
287,
352,
25,
79,
13,
18347,
13,
67,
12078,
198,
2,
220,
220,
220,
220,
8085,
796,
14461,
7,
79,
17414,
72,
12962,
198,
2,
220,
220,
220,
220,
2837,
53,
796,
651,
42,
14418,
858,
7,
3020,
8,
198,
2,
220,
220,
220,
220,
1395,
796,
300,
1040,
10223,
7,
9521,
53,
58,
16,
4357,
9521,
53,
58,
17,
4357,
45,
8,
198,
2,
220,
220,
220,
220,
331,
53,
796,
13446,
36248,
27660,
7,
3020,
11,
55,
8,
198,
2,
220,
220,
220,
220,
285,
58,
72,
60,
796,
1395,
58,
19796,
11085,
7,
88,
53,
11,
47033,
7,
88,
53,
4008,
60,
198,
2,
220,
220,
886,
198,
2,
220,
220,
1441,
285,
198,
2,
886,
628,
198,
2,
2163,
7110,
47,
577,
7,
3712,
47,
577,
17,
11,
894,
82,
3712,
38469,
90,
23410,
27660,
35,
6377,
5512,
3670,
26,
2974,
3712,
5317,
28,
20,
11,
269,
28,
22366,
8,
198,
2,
220,
220,
279,
16,
796,
7110,
42,
7206,
7,
65,
1424,
11,
5391,
82,
41888,
16,
26,
17,
4357,
2974,
28,
46170,
11,
269,
28,
66,
11,
3670,
28,
7839,
8,
198,
2,
220,
220,
279,
17,
796,
7110,
42,
7206,
7,
65,
1424,
11,
5391,
82,
41888,
18,
4357,
269,
28,
66,
8,
198,
2,
198,
2,
198,
2,
220,
220,
20925,
12254,
13,
85,
25558,
7,
79,
16,
11,
79,
17,
8,
198,
2,
886,
198,
11748,
32169,
35,
6377,
22362,
1920,
25,
651,
42,
14418,
858,
198,
198,
8818,
651,
42,
14418,
858,
7,
65,
9310,
3712,
38469,
90,
23410,
27660,
35,
6377,
19629,
9117,
28,
15,
13,
1314,
8,
628,
220,
5391,
82,
796,
399,
27740,
7,
65,
9310,
58,
16,
12962,
198,
220,
4966,
796,
651,
42,
14418,
858,
7,
65,
9310,
58,
16,
4357,
2302,
437,
28,
2302,
437,
8,
628,
220,
329,
275,
67,
287,
275,
9310,
198,
220,
220,
220,
374,
81,
796,
651,
42,
14418,
858,
7,
17457,
11,
2302,
437,
28,
2302,
437,
8,
198,
220,
220,
220,
329,
1312,
287,
362,
25,
67,
12078,
11,
474,
287,
352,
25,
17,
198,
220,
220,
220,
220,
220,
4966,
58,
72,
11,
73,
60,
796,
5415,
26933,
21062,
58,
72,
11,
73,
11208,
4966,
58,
72,
11,
73,
11907,
8,
198,
220,
220,
220,
886,
198,
220,
886,
198,
220,
1441,
4966,
198,
437,
198,
198,
2,
1330,
5564,
11682,
43328,
889,
25,
7110,
47,
577,
198,
198,
37811,
198,
220,
220,
220,
720,
46224,
47471,
198,
198,
43328,
12705,
4901,
355,
542,
454,
1321,
319,
22632,
20586,
19871,
10119,
13,
198,
37811,
198,
8818,
7110,
47,
577,
7,
457,
3712,
47,
577,
17,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9788,
3712,
38469,
90,
23410,
27660,
35,
6377,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3670,
2625,
29487,
47,
577,
17,
8172,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2974,
28,
18,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
28,
22366,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16488,
28,
22366,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5046,
3712,
43879,
2414,
28,
15,
13,
17,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
33345,
28,
22366,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
289,
25404,
28,
21737,
220,
1267,
198,
220,
1303,
198,
220,
1303,
39628,
796,
1382,
21217,
10236,
5124,
361,
727,
14134,
10146,
7,
457,
13,
805,
361,
10119,
8,
198,
220,
1303,
2488,
12860,
4966,
796,
651,
42,
14418,
858,
7,
79,
11,
751,
404,
28,
2840,
58,
16,
4357,
814,
404,
28,
2840,
58,
17,
12962,
198,
220,
4966,
796,
16488,
6624,
2147,
5633,
651,
42,
14418,
858,
7,
381,
8,
1058,
16488,
628,
220,
279,
16,
796,
7110,
42,
7206,
7,
381,
11,
5391,
82,
41888,
16,
26,
17,
4357,
2974,
28,
46170,
11,
269,
28,
66,
11,
3670,
28,
7839,
11,
16488,
28,
2596,
1267,
198,
220,
1303,
279,
17,
796,
7110,
42,
7206,
7,
65,
1424,
11,
5391,
82,
41888,
18,
4357,
269,
28,
66,
8,
628,
220,
36624,
796,
269,
6624,
2147,
5633,
651,
5216,
669,
3886,
24539,
7,
13664,
7,
381,
4008,
1058,
269,
628,
220,
37442,
796,
6932,
27660,
35,
6377,
21737,
198,
220,
329,
9788,
66,
287,
9788,
198,
220,
220,
220,
308,
70,
796,
14461,
7,
381,
66,
17414,
18,
12962,
198,
220,
220,
220,
1303,
308,
70,
796,
357,
87,
8,
3784,
14751,
7,
3447,
1758,
26933,
87,
4357,
1058,
11,
16,
4008,
58,
16,
60,
198,
220,
220,
220,
4574,
0,
7,
11190,
11,
308,
70,
8,
198,
220,
886,
198,
220,
1303,
279,
17,
796,
3001,
47,
13,
29487,
31560,
12193,
2086,
82,
7,
11190,
11,
269,
28,
535,
8,
198,
220,
279,
17,
796,
3001,
47,
13,
29487,
42,
41374,
1980,
934,
7,
11190,
11,
5046,
28,
9888,
11,
269,
28,
535,
8,
628,
220,
1303,
1730,
351,
33345,
628,
198,
220,
4574,
0,
7,
71,
25404,
11,
279,
16,
8,
198,
220,
4574,
0,
7,
71,
25404,
11,
279,
17,
8,
628,
220,
20925,
12254,
13,
71,
25558,
7,
79,
16,
11,
79,
17,
8,
198,
437,
628,
198,
8818,
7110,
47,
577,
7,
457,
3712,
47,
577,
17,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9788,
3712,
23410,
27660,
35,
6377,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3670,
2625,
29487,
47,
577,
17,
8172,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2974,
28,
18,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
28,
22366,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16488,
28,
22366,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5046,
3712,
43879,
2414,
28,
15,
13,
17,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
33345,
28,
22366,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
289,
25404,
28,
21737,
220,
1267,
198,
220,
1303,
198,
220,
7110,
47,
577,
7,
457,
11,
685,
381,
26,
4357,
7839,
11,
46170,
28,
46170,
11,
66,
28,
66,
11,
22704,
28,
22704,
11,
9888,
28,
9888,
11,
33345,
28,
2502,
10724,
11,
289,
25404,
28,
71,
25404,
1267,
198,
437,
628,
198,
8818,
7110,
47,
577,
7,
3712,
35,
2047,
47,
577,
17,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
894,
82,
3712,
38469,
90,
23410,
27660,
35,
6377,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3670,
26,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2974,
3712,
5317,
28,
20,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
28,
22366,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16488,
28,
22366,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
289,
25404,
28,
21737,
1267,
198,
220,
1303,
198,
220,
279,
16,
796,
7110,
42,
7206,
7,
65,
1424,
11,
5391,
82,
41888,
16,
26,
17,
4357,
2974,
28,
46170,
11,
269,
28,
66,
11,
3670,
28,
7839,
8,
198,
220,
279,
17,
796,
7110,
42,
7206,
7,
65,
1424,
11,
5391,
82,
41888,
18,
4357,
269,
28,
66,
8,
198,
220,
279,
18,
796,
7110,
42,
7206,
7,
65,
1424,
11,
5391,
82,
41888,
19,
26,
20,
4357,
2974,
28,
46170,
11,
269,
28,
66,
8,
628,
220,
4574,
0,
7,
71,
25404,
11,
279,
16,
8,
198,
220,
4574,
0,
7,
71,
25404,
11,
279,
17,
8,
198,
220,
4574,
0,
7,
71,
25404,
11,
279,
18,
8,
628,
220,
20925,
12254,
13,
85,
25558,
7,
79,
16,
11,
79,
17,
11,
79,
18,
8,
198,
437,
198,
198,
2,
1330,
5564,
11682,
43328,
889,
25,
7110,
47,
577,
198,
198,
8818,
7110,
47,
577,
7,
3712,
47,
577,
18,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
894,
82,
3712,
38469,
90,
23410,
27660,
35,
6377,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3670,
26,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2974,
3712,
5317,
28,
20,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
28,
22366,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16488,
28,
22366,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
289,
25404,
28,
21737,
220,
1267,
198,
220,
1303,
198,
220,
2488,
12860,
3670,
198,
220,
279,
16,
796,
7110,
42,
7206,
7,
65,
1424,
11,
5391,
82,
41888,
16,
26,
17,
4357,
2974,
28,
46170,
11,
269,
28,
66,
11,
3670,
28,
7839,
8,
198,
220,
279,
17,
796,
7110,
42,
7206,
7,
65,
1424,
11,
5391,
82,
41888,
18,
4357,
269,
28,
66,
8,
198,
220,
279,
18,
796,
7110,
42,
7206,
7,
65,
1424,
11,
5391,
82,
41888,
19,
26,
20,
4357,
2974,
28,
46170,
11,
269,
28,
66,
8,
198,
220,
279,
19,
796,
7110,
42,
7206,
7,
65,
1424,
11,
5391,
82,
41888,
21,
4357,
269,
28,
66,
8,
628,
220,
4574,
0,
7,
71,
25404,
11,
279,
16,
8,
198,
220,
4574,
0,
7,
71,
25404,
11,
279,
17,
8,
198,
220,
4574,
0,
7,
71,
25404,
11,
279,
18,
8,
198,
220,
4574,
0,
7,
71,
25404,
11,
279,
19,
8,
628,
220,
20925,
12254,
13,
85,
25558,
7,
79,
16,
11,
79,
17,
11,
79,
18,
11,
79,
19,
8,
198,
437,
198,
198,
37811,
198,
220,
220,
220,
29568,
46224,
47471,
8,
198,
198,
16281,
25,
458,
796,
7110,
47,
577,
7,
40616,
11,
685,
25,
87,
16,
26,
1058,
87,
17,
26,
1058,
87,
18,
12962,
198,
37811,
198,
8818,
7110,
47,
577,
7,
69,
4743,
3712,
38,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
827,
907,
3712,
38469,
90,
13940,
23650,
19629,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2974,
3712,
5317,
28,
20,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
28,
22366,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16488,
28,
22366,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5046,
3712,
43879,
2414,
28,
15,
13,
17,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
905,
3712,
33,
970,
28,
9562,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2393,
6978,
3712,
1921,
35922,
22065,
14,
11498,
381,
577,
29487,
13,
21370,
70,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
598,
3712,
1921,
2625,
68,
519,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
289,
25404,
28,
21737,
220,
1267,
810,
1391,
38,
1279,
25,
27741,
8068,
38,
11,
7054,
1279,
25,
27741,
10100,
92,
198,
220,
1303,
198,
220,
2170,
796,
651,
6601,
7,
1136,
43015,
7,
69,
4743,
11,
827,
907,
58,
16,
12962,
737,
4215,
4906,
198,
220,
42975,
796,
4731,
7,
8841,
12195,
1837,
907,
8,
23029,
198,
220,
651,
24040,
1130,
796,
357,
37047,
8,
4613,
651,
42,
7206,
7,
1136,
43015,
7,
69,
4743,
11,
5659,
4008,
198,
220,
458,
796,
7110,
47,
577,
7,
28004,
11,
651,
24040,
1130,
12195,
1837,
907,
828,
42975,
11,
2974,
28,
46170,
11,
269,
28,
66,
11,
16488,
28,
22704,
11,
5046,
28,
9888,
11,
289,
25404,
28,
71,
25404,
1267,
628,
220,
611,
4129,
7,
7753,
6978,
8,
1875,
657,
198,
220,
220,
220,
1070,
796,
6626,
7,
7753,
6978,
11,
705,
2637,
38381,
437,
60,
198,
220,
220,
220,
23991,
796,
651,
3245,
7,
38,
324,
12254,
11,
13940,
23650,
7,
7211,
2798,
589,
7,
2302,
22305,
628,
220,
220,
220,
289,
796,
352,
9,
22,
38,
324,
12254,
13,
11215,
198,
220,
220,
220,
611,
2170,
6624,
39530,
47,
577,
17,
198,
220,
220,
220,
220,
220,
220,
220,
289,
1635,
28,
352,
13,
20,
198,
220,
220,
220,
886,
198,
220,
220,
220,
20925,
12254,
13,
19334,
7,
28758,
7,
7753,
6978,
11,
1314,
38,
324,
12254,
13,
11215,
11,
71,
828,
489,
8,
628,
198,
220,
220,
220,
2488,
292,
13361,
5145,
12860,
5633,
2147,
1058,
1057,
7,
63,
3,
1324,
720,
7753,
6978,
63,
8,
198,
220,
886,
198,
220,
1441,
458,
198,
437,
198,
198,
8818,
7110,
47,
577,
7,
69,
4743,
3712,
38,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5659,
3712,
13940,
23650,
26,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2974,
3712,
5317,
28,
20,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
28,
22366,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16488,
28,
22366,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5046,
3712,
43879,
2414,
28,
15,
13,
17,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
905,
3712,
33,
970,
28,
9562,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2393,
6978,
3712,
1921,
35922,
22065,
14,
11498,
381,
577,
29487,
13,
21370,
70,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
598,
3712,
1921,
2625,
68,
519,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
289,
25404,
28,
21737,
220,
1267,
810,
1391,
38,
1279,
25,
27741,
8068,
38,
11,
7054,
1279,
25,
27741,
10100,
92,
198,
220,
1303,
198,
220,
7110,
47,
577,
7,
69,
4743,
11,
685,
37047,
26,
4357,
2974,
28,
46170,
11,
16488,
28,
22704,
11,
905,
28,
12860,
11,
2393,
6978,
28,
7753,
6978,
11,
598,
28,
1324,
11,
289,
25404,
28,
71,
25404,
1267,
198,
437,
198,
198,
2,
39224,
198,
8818,
9161,
47,
577,
42,
7206,
7,
79,
3712,
23410,
27660,
35,
6377,
11,
279,
15,
3712,
23410,
27660,
35,
6377,
8,
198,
220,
220,
220,
1303,
763,
796,
14631,
13424,
8172,
366,
17585,
8973,
198,
220,
220,
220,
1303,
289,
796,
4479,
90,
92,
198,
220,
220,
220,
1303,
2124,
796,
7110,
42,
7206,
26933,
30887,
1292,
7,
79,
17414,
16,
36563,
14461,
7,
79,
15,
17414,
16,
12962,
4357,
269,
28,
1073,
1267,
198,
220,
220,
220,
1303,
331,
796,
7110,
42,
7206,
26933,
30887,
1292,
7,
79,
17414,
17,
36563,
14461,
7,
79,
15,
17414,
17,
12962,
4357,
269,
28,
1073,
1267,
198,
220,
220,
220,
1303,
611,
279,
13,
18347,
13,
67,
12078,
18189,
513,
198,
220,
220,
220,
1303,
220,
220,
294,
796,
7110,
42,
7206,
26933,
30887,
1292,
7,
79,
17414,
18,
36563,
14461,
7,
79,
15,
17414,
18,
12962,
4357,
269,
28,
1073,
1267,
198,
220,
220,
220,
1303,
220,
220,
289,
796,
289,
25558,
7,
87,
11,
88,
11,
400,
8,
198,
220,
220,
220,
1303,
2073,
198,
220,
220,
220,
1303,
220,
220,
289,
796,
289,
25558,
7,
87,
11,
88,
8,
198,
220,
220,
220,
1303,
886,
198,
220,
220,
220,
1303,
198,
220,
220,
220,
1303,
1441,
289,
198,
220,
220,
220,
1441,
9161,
15205,
312,
320,
42,
7206,
7,
79,
11,
279,
15,
8,
198,
437,
628,
198,
8818,
9161,
47,
577,
42,
7206,
7,
79,
3712,
19182,
90,
23410,
27660,
35,
6377,
11,
16,
30072,
198,
220,
220,
220,
1303,
763,
796,
14631,
13424,
8172,
366,
17585,
8172,
366,
14809,
8172,
366,
445,
8172,
366,
19726,
29188,
8172,
366,
948,
272,
8172,
366,
948,
272,
16,
8172,
366,
948,
272,
17,
8172,
198,
220,
220,
220,
1303,
366,
19726,
29188,
8172,
366,
948,
272,
8172,
366,
948,
272,
16,
8172,
366,
948,
272,
17,
8172,
366,
19726,
29188,
8172,
366,
948,
272,
8172,
366,
948,
272,
16,
8172,
366,
948,
272,
17,
8172,
366,
19726,
29188,
8172,
198,
220,
220,
220,
1303,
366,
948,
272,
8172,
366,
948,
272,
16,
8172,
366,
948,
272,
17,
8172,
366,
19726,
29188,
8172,
366,
948,
272,
8172,
366,
948,
272,
16,
8172,
366,
948,
272,
17,
8973,
198,
220,
220,
220,
1303,
1303,
24061,
477,
262,
6145,
6897,
198,
220,
220,
220,
1303,
350,
76,
796,
15690,
90,
19182,
90,
23410,
27660,
35,
6377,
11,
16,
5512,
16,
92,
3419,
198,
220,
220,
220,
1303,
4574,
0,
7,
47,
76,
11,
25558,
24428,
6897,
7,
79,
11,
16,
4008,
1303,
58,
30887,
1292,
7,
79,
58,
16,
38430,
16,
36563,
14461,
7,
79,
58,
17,
38430,
16,
12962,
60,
198,
220,
220,
220,
1303,
4574,
0,
7,
47,
76,
11,
25558,
24428,
6897,
7,
79,
11,
17,
4008,
1303,
58,
30887,
1292,
7,
79,
58,
16,
38430,
17,
36563,
14461,
7,
79,
58,
17,
38430,
17,
12962,
60,
198,
220,
220,
220,
1303,
198,
220,
220,
220,
1303,
289,
796,
4479,
90,
92,
198,
220,
220,
220,
1303,
2124,
796,
7110,
42,
7206,
7,
47,
76,
58,
16,
4357,
269,
28,
1073,
1267,
198,
220,
220,
220,
1303,
331,
796,
7110,
42,
7206,
7,
47,
76,
58,
17,
4357,
269,
28,
1073,
1267,
198,
220,
220,
220,
1303,
611,
279,
58,
16,
4083,
18347,
13,
67,
12078,
18189,
513,
198,
220,
220,
220,
1303,
220,
220,
1303,
47,
76,
18,
796,
685,
30887,
1292,
7,
79,
58,
16,
38430,
18,
36563,
14461,
7,
79,
58,
17,
38430,
18,
12962,
60,
198,
220,
220,
220,
1303,
220,
220,
4574,
0,
7,
47,
76,
11,
25558,
24428,
6897,
7,
79,
11,
18,
4008,
1303,
685,
30887,
1292,
7,
79,
58,
16,
38430,
18,
36563,
14461,
7,
79,
58,
17,
38430,
18,
12962,
60,
198,
220,
220,
220,
1303,
220,
220,
294,
796,
7110,
42,
7206,
7,
47,
76,
58,
18,
4357,
269,
28,
1073,
1267,
198,
220,
220,
220,
1303,
220,
220,
289,
796,
289,
25558,
7,
87,
11,
88,
11,
400,
8,
198,
220,
220,
220,
1303,
2073,
198,
220,
220,
220,
1303,
220,
220,
289,
796,
289,
25558,
7,
87,
11,
88,
8,
198,
220,
220,
220,
1303,
886,
198,
220,
220,
220,
1303,
1441,
289,
198,
220,
220,
220,
1441,
9161,
15205,
312,
320,
42,
7206,
7,
79,
8,
198,
437,
198,
198,
8818,
9161,
47,
577,
42,
7206,
7,
79,
3712,
23410,
27660,
35,
6377,
8,
198,
220,
220,
220,
1303,
2124,
796,
7110,
42,
7206,
7,
30887,
1292,
7,
79,
17414,
16,
12962,
1267,
198,
220,
220,
220,
1303,
331,
796,
7110,
42,
7206,
7,
30887,
1292,
7,
79,
17414,
17,
12962,
1267,
198,
220,
220,
220,
1303,
611,
279,
13,
18347,
13,
67,
12078,
18189,
513,
198,
220,
220,
220,
1303,
220,
220,
294,
796,
7110,
42,
7206,
7,
30887,
1292,
7,
79,
17414,
18,
12962,
1267,
198,
220,
220,
220,
1303,
220,
220,
1441,
289,
25558,
7,
87,
11,
88,
11,
400,
8,
198,
220,
220,
220,
1303,
886,
198,
220,
220,
220,
1303,
1441,
289,
25558,
7,
87,
11,
88,
8,
198,
220,
220,
220,
1441,
9161,
15205,
312,
320,
42,
7206,
7,
79,
8,
198,
437,
198,
198,
2,
1330,
5564,
11682,
43328,
889,
25,
3197,
36003,
4264,
454,
198,
198,
8818,
3197,
36003,
4264,
454,
7,
69,
4743,
3712,
38,
11,
300,
2436,
3712,
10100,
26,
198,
220,
220,
220,
2124,
1084,
10779,
8628,
11,
87,
9806,
28,
8628,
11,
88,
1084,
10779,
8628,
11,
4948,
897,
28,
8628,
11,
77,
28,
2167,
1267,
810,
402,
1279,
25,
27741,
8068,
38,
198,
220,
1303,
198,
220,
279,
796,
651,
42,
7206,
7,
1136,
43015,
7,
69,
4743,
11,
13940,
23650,
7,
75,
2436,
22305,
220,
1303,
279,
796,
651,
42,
7206,
7,
1136,
42369,
7,
69,
4743,
11,
75,
2436,
4008,
198,
220,
20925,
12254,
13,
29487,
7,
89,
16193,
87,
11,
88,
8,
3784,
49786,
36248,
27660,
7,
79,
11,
303,
310,
78,
3258,
17,
26933,
87,
11,
88,
60,
4008,
58,
16,
4357,
198,
220,
220,
220,
2124,
28,
33327,
7,
9521,
7,
87,
1084,
11,
11338,
28,
87,
9806,
11,
13664,
28,
77,
36911,
198,
220,
220,
220,
331,
28,
33327,
7,
9521,
7,
88,
1084,
11,
11338,
28,
4948,
897,
11,
13664,
28,
77,
36911,
198,
220,
220,
220,
2269,
296,
13,
3642,
454,
11,
198,
220,
220,
220,
22819,
13,
43476,
35610,
7,
87,
1084,
28,
87,
1084,
11,
87,
9806,
28,
87,
9806,
11,
88,
1084,
28,
88,
1084,
11,
4948,
897,
28,
4948,
897,
828,
198,
220,
220,
220,
10005,
13,
7839,
7,
75,
2436,
8,
198,
220,
1267,
198,
437,
198,
198,
8818,
29915,
36003,
4264,
4662,
7,
69,
4743,
11,
1502,
26,
198,
220,
220,
220,
2124,
1084,
10779,
8628,
11,
87,
9806,
28,
8628,
11,
88,
1084,
10779,
8628,
11,
4948,
897,
28,
8628,
11,
77,
28,
2167,
1267,
198,
220,
1303,
198,
220,
458,
796,
3197,
36003,
4264,
454,
7,
69,
4743,
11,
1502,
58,
16,
4357,
87,
1084,
28,
87,
1084,
11,
87,
9806,
28,
87,
9806,
11,
88,
1084,
28,
88,
1084,
11,
4948,
897,
28,
4948,
897,
11,
77,
28,
77,
8,
198,
220,
458,
17,
796,
2147,
198,
220,
9297,
796,
17635,
198,
220,
329,
393,
287,
1502,
58,
16,
25,
437,
60,
198,
220,
220,
220,
458,
17,
796,
3197,
36003,
4264,
454,
7,
69,
4743,
11,
393,
11,
2124,
1084,
28,
87,
1084,
11,
87,
9806,
28,
87,
9806,
11,
88,
1084,
28,
88,
1084,
11,
4948,
897,
28,
4948,
897,
11,
77,
28,
77,
8,
198,
220,
220,
220,
4574,
0,
7,
6489,
11,
458,
17,
8,
198,
220,
220,
220,
4574,
0,
7,
489,
13,
75,
6962,
11,
458,
17,
13,
75,
6962,
58,
16,
12962,
198,
220,
886,
198,
220,
1441,
458,
11,
9297,
198,
437,
628,
628,
198,
8818,
7110,
47,
577,
18,
47,
3468,
7,
69,
4743,
3712,
38,
11,
5659,
3712,
13940,
23650,
26,
6070,
3712,
33,
970,
28,
7942,
8,
810,
1391,
38,
1279,
25,
27741,
8068,
38,
92,
198,
220,
279,
16,
28,
7110,
42,
7206,
7,
69,
4743,
11,
1058,
87,
16,
11,
5391,
82,
41888,
16,
26,
17,
4357,
6070,
28,
20797,
8,
198,
220,
279,
17,
796,
7110,
42,
7206,
7,
69,
4743,
11,
1058,
87,
16,
11,
5391,
82,
41888,
21,
26,
18,
4357,
6070,
28,
20797,
8,
198,
220,
279,
18,
796,
7110,
42,
7206,
7,
69,
4743,
11,
1058,
87,
16,
11,
5391,
82,
41888,
19,
26,
20,
4357,
6070,
28,
20797,
8,
198,
220,
20925,
12254,
13,
19334,
7,
20456,
7203,
14,
22065,
14,
15450,
11682,
85,
25558,
47,
577,
18,
13,
12315,
1600,
1314,
11215,
11,
1160,
11215,
828,
410,
25558,
7,
79,
16,
11,
79,
17,
11,
79,
18,
8,
1267,
198,
220,
2488,
292,
13361,
1057,
7,
63,
1990,
924,
1220,
22065,
14,
15450,
11682,
85,
25558,
47,
577,
18,
13,
12315,
63,
8,
198,
220,
2147,
198,
437,
628,
628,
198,
198,
2,
12313,
3250,
28114,
889,
5499,
628,
198,
8818,
4371,
16281,
43328,
7,
67,
46,
4598,
11,
300,
27891,
14304,
1381,
26,
284,
51,
28,
18943,
8,
198,
220,
220,
220,
18896,
796,
4129,
7,
67,
46,
4598,
8,
198,
220,
220,
220,
12705,
796,
7946,
17,
7,
9107,
418,
7,
18,
4008,
198,
220,
220,
220,
938,
3455,
796,
1976,
27498,
7,
18,
8,
198,
220,
220,
220,
4686,
87,
796,
352,
198,
220,
220,
220,
309,
796,
288,
46,
4598,
58,
312,
87,
7131,
19,
60,
198,
220,
220,
220,
300,
301,
75,
6005,
312,
87,
796,
352,
198,
220,
220,
220,
370,
37,
4694,
55,
796,
15690,
90,
43879,
2414,
11,
16,
92,
3419,
198,
220,
220,
220,
370,
37,
4694,
56,
796,
15690,
90,
43879,
2414,
11,
16,
92,
3419,
198,
220,
220,
220,
370,
30501,
6561,
796,
37101,
10100,
21737,
628,
220,
220,
220,
938,
55,
796,
15690,
90,
43879,
2414,
11,
16,
92,
3419,
198,
220,
220,
220,
938,
56,
796,
15690,
90,
43879,
2414,
11,
16,
92,
3419,
628,
220,
220,
220,
981,
309,
1279,
284,
51,
11405,
4686,
87,
19841,
18896,
628,
220,
220,
220,
220,
220,
938,
55,
796,
15690,
90,
43879,
2414,
11,
16,
92,
3419,
198,
220,
220,
220,
220,
220,
938,
56,
796,
15690,
90,
43879,
2414,
11,
16,
92,
3419,
198,
220,
220,
220,
220,
220,
12705,
796,
12705,
9,
5188,
17,
7,
67,
46,
4598,
58,
312,
87,
7131,
16,
25,
18,
12962,
1303,
284,
4598,
1377,
6330,
351,
41240,
3452,
12705,
198,
220,
220,
220,
220,
220,
1303,
31,
12860,
4686,
87,
11,
309,
11,
43030,
7,
3455,
58,
16,
25,
17,
11,
18,
12962,
198,
220,
220,
220,
220,
220,
938,
3455,
796,
43030,
7,
325,
17,
303,
68,
7,
3455,
4008,
628,
220,
220,
220,
220,
220,
1303,
300,
301,
75,
6005,
312,
87,
11,
11940,
796,
651,
14304,
1381,
2953,
51,
7,
7278,
81,
14304,
1381,
11,
309,
11,
8654,
28,
75,
301,
75,
6005,
312,
87,
8,
198,
220,
220,
220,
220,
220,
1303,
275,
35594,
796,
300,
27891,
14304,
1381,
58,
75,
301,
75,
6005,
312,
87,
4083,
5036,
1381,
198,
220,
220,
220,
220,
220,
730,
796,
300,
27891,
14304,
1381,
58,
312,
87,
60,
198,
220,
220,
220,
220,
220,
611,
4129,
7,
7278,
81,
14304,
1381,
58,
312,
87,
12962,
1875,
657,
198,
220,
220,
220,
220,
220,
220,
220,
275,
35594,
796,
1976,
27498,
7,
18,
11,
13664,
7,
5036,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
300,
2436,
82,
796,
37101,
10100,
21737,
198,
220,
220,
220,
220,
220,
220,
220,
479,
796,
2824,
7,
13083,
7,
5036,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
329,
1312,
287,
352,
25,
13664,
7,
5036,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
275,
35594,
58,
16,
25,
13664,
7,
5036,
58,
74,
58,
72,
11907,
828,
72,
60,
796,
730,
58,
74,
58,
72,
11907,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
75,
2436,
82,
11,
366,
75,
3,
7,
74,
58,
72,
12962,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
886,
628,
198,
220,
220,
220,
220,
220,
220,
220,
611,
275,
35594,
58,
16,
11,
16,
60,
14512,
657,
13,
15,
11405,
275,
35594,
58,
17,
11,
16,
60,
14512,
657,
13,
15,
11405,
275,
35594,
58,
18,
11,
16,
60,
14512,
657,
13,
15,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
266,
35594,
796,
23064,
14304,
1381,
2514,
10603,
7,
65,
35594,
11,
12705,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
1312,
287,
352,
25,
7857,
7,
86,
35594,
11,
17,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
48397,
4694,
55,
11,
266,
35594,
58,
16,
11,
72,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
48397,
4694,
56,
11,
266,
35594,
58,
17,
11,
72,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
54,
30501,
6561,
11,
300,
2436,
82,
58,
72,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
12957,
55,
11,
266,
35594,
58,
16,
11,
72,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
12957,
56,
11,
266,
35594,
58,
17,
11,
72,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
4686,
87,
15853,
352,
198,
220,
220,
220,
220,
220,
611,
4686,
87,
19841,
18896,
198,
220,
220,
220,
220,
220,
220,
220,
309,
796,
288,
46,
4598,
58,
312,
87,
7131,
19,
60,
198,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
628,
220,
220,
220,
279,
796,
7110,
47,
577,
35,
713,
7,
67,
46,
4598,
11,
1462,
28,
312,
87,
12,
16,
8,
198,
220,
220,
220,
611,
4129,
7,
48397,
4694,
55,
8,
1875,
657,
198,
220,
220,
220,
220,
220,
300,
796,
20925,
12254,
13,
29289,
7,
87,
28,
48397,
4694,
55,
11,
331,
28,
48397,
4694,
56,
11,
6167,
28,
54,
30501,
6561,
11,
2269,
296,
13,
18242,
11,
2269,
296,
13,
4122,
11,
20925,
12254,
13,
47863,
7,
12286,
62,
8043,
28,
8043,
415,
1,
445,
48774,
198,
220,
220,
220,
220,
220,
4574,
0,
7,
79,
13,
75,
6962,
11,
300,
58,
16,
12962,
198,
220,
220,
220,
220,
220,
300,
17,
796,
20925,
12254,
13,
29289,
7,
87,
28,
48397,
4694,
55,
11,
331,
28,
48397,
4694,
56,
11,
2269,
296,
13,
4122,
11,
20925,
12254,
13,
47863,
7,
12286,
62,
8043,
28,
8043,
415,
1,
445,
48774,
198,
220,
220,
220,
220,
220,
4574,
0,
7,
79,
13,
75,
6962,
11,
300,
17,
58,
16,
12962,
198,
220,
220,
220,
220,
220,
329,
1312,
287,
352,
25,
13664,
7,
12957,
55,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
79,
13,
75,
6962,
11,
20925,
12254,
13,
29289,
7,
87,
41888,
12957,
3455,
58,
16,
11208,
12957,
55,
58,
72,
60,
4357,
331,
41888,
12957,
3455,
58,
17,
11208,
12957,
56,
58,
72,
60,
4357,
2269,
296,
13,
1370,
11,
20925,
12254,
13,
47863,
7,
12286,
62,
8043,
28,
8043,
415,
1,
19726,
29188,
48774,
58,
16,
12962,
198,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
220,
220,
220,
279,
198,
437,
628,
198,
8818,
7110,
2898,
694,
8600,
7,
11012,
38,
11,
1312,
11,
49909,
11,
285,
8,
198,
220,
2488,
12860,
8251,
7,
11012,
38,
58,
72,
12962,
198,
220,
279,
69,
796,
20137,
38,
58,
72,
7131,
69,
312,
60,
198,
220,
5240,
796,
15690,
90,
23410,
27660,
35,
6377,
11,
16,
92,
3419,
198,
220,
329,
474,
287,
352,
25,
18,
198,
220,
220,
220,
4574,
0,
7,
3258,
11,
14461,
7,
79,
69,
58,
73,
38430,
76,
60,
4008,
198,
220,
886,
198,
220,
7110,
42,
7206,
7,
3258,
11,
269,
28,
14692,
445,
8172,
1,
14809,
8172,
1,
13424,
8973,
8,
198,
437,
628,
198,
198,
8818,
7110,
47,
577,
18,
47,
3468,
7,
69,
4743,
3712,
41384,
37065,
11,
5659,
3712,
13940,
23650,
26,
6070,
3712,
33,
970,
28,
7942,
8,
198,
220,
279,
16,
28,
7110,
42,
7206,
7,
69,
4743,
11,
5659,
11,
5391,
82,
41888,
16,
26,
17,
4357,
6070,
28,
20797,
8,
198,
220,
279,
17,
796,
7110,
42,
7206,
7,
69,
4743,
11,
5659,
11,
5391,
82,
41888,
21,
26,
18,
4357,
6070,
28,
20797,
8,
198,
220,
279,
18,
796,
7110,
42,
7206,
7,
69,
4743,
11,
5659,
11,
5391,
82,
41888,
19,
26,
20,
4357,
6070,
28,
20797,
8,
198,
220,
20925,
12254,
13,
19334,
7,
20456,
7203,
14,
22065,
14,
15450,
11682,
85,
25558,
47,
577,
18,
13,
12315,
1600,
1314,
11215,
11,
1160,
11215,
828,
410,
25558,
7,
79,
16,
11,
79,
17,
11,
79,
18,
8,
1267,
198,
220,
2488,
292,
13361,
1057,
7,
63,
1990,
924,
1220,
22065,
14,
15450,
11682,
85,
25558,
47,
577,
18,
13,
12315,
63,
8,
198,
220,
2147,
198,
437,
628,
198,
8818,
7110,
42,
7206,
7,
69,
4743,
3712,
41384,
37065,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
410,
37047,
3712,
38469,
90,
13940,
23650,
19629,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16488,
28,
22366,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5391,
82,
28,
22366,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
28,
1136,
5216,
669,
3886,
24539,
7,
13664,
7,
85,
37047,
36911,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2974,
3712,
5317,
28,
19,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3670,
3712,
38176,
90,
18465,
11,
309,
92,
28,
22366,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
33345,
28,
22366,
220,
1267,
810,
1391,
51,
1279,
25,
27741,
10100,
92,
198,
220,
1303,
198,
220,
3326,
912,
796,
3975,
19510,
87,
8,
3784,
1136,
42,
7206,
7,
1136,
43015,
7,
69,
4743,
11,
2124,
36911,
410,
37047,
8,
198,
220,
7110,
42,
7206,
7,
24040,
11,
5391,
82,
28,
67,
12078,
11,
269,
28,
66,
11,
16488,
28,
22704,
11,
2974,
28,
46170,
11,
3670,
28,
7839,
11,
33345,
28,
2502,
10724,
1267,
198,
437,
198,
198,
8818,
7110,
42,
7206,
7,
69,
4743,
3712,
41384,
37065,
11,
410,
37047,
3712,
13940,
23650,
26,
16488,
28,
22366,
11,
5391,
82,
28,
22366,
11,
269,
28,
22366,
11,
2974,
28,
19,
11,
3670,
3712,
38176,
90,
18465,
11,
309,
92,
28,
22366,
8,
810,
1391,
51,
1279,
25,
27741,
10100,
92,
198,
220,
2488,
40539,
366,
29487,
42,
7206,
329,
27929,
37065,
318,
39224,
11,
779,
360,
30386,
5563,
2427,
526,
198,
220,
7110,
42,
7206,
7,
69,
4743,
11,
38357,
58,
85,
37047,
26,
4357,
5391,
82,
28,
67,
12078,
11,
269,
28,
66,
11,
16488,
28,
22704,
11,
2974,
28,
46170,
11,
3670,
28,
7839,
8,
198,
437,
628,
198,
198,
8818,
7110,
15721,
4386,
47,
4629,
7,
457,
3712,
47,
577,
17,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9788,
3712,
38469,
90,
23410,
27660,
35,
6377,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3670,
2625,
8172,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2974,
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,
220,
220,
220,
269,
28,
22366,
11,
198,
220,
220,
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,
22366,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5046,
3712,
43879,
2414,
28,
15,
13,
17,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10774,
565,
268,
3712,
5317,
28,
20,
8,
198,
198,
2596,
796,
16488,
6624,
2147,
5633,
651,
42,
14418,
858,
7,
381,
8,
1058,
16488,
198,
198,
535,
28,
14692,
445,
8172,
14631,
79,
676,
1,
329,
1312,
287,
352,
25,
3064,
11907,
198,
198,
79,
16,
796,
7110,
42,
7206,
7,
381,
11,
5391,
82,
41888,
16,
26,
17,
4357,
2974,
28,
46170,
11,
269,
28,
535,
11,
3670,
28,
7839,
11,
16488,
28,
2596,
1267,
198,
198,
11190,
796,
6932,
27660,
35,
6377,
21737,
198,
1640,
9788,
66,
287,
9788,
198,
220,
308,
70,
796,
14461,
7,
381,
66,
17414,
18,
12962,
198,
220,
1303,
308,
70,
796,
357,
87,
8,
3784,
14751,
7,
3447,
1758,
26933,
87,
4357,
1058,
11,
16,
4008,
58,
16,
60,
198,
220,
4574,
0,
7,
11190,
11,
308,
70,
8,
198,
437,
198,
79,
17,
796,
3001,
47,
13,
29487,
42,
41374,
1980,
934,
7,
11190,
58,
7,
437,
12,
66,
343,
565,
268,
2599,
437,
4357,
5046,
28,
9888,
11,
269,
28,
535,
8,
198,
198,
79,
17,
11,
79,
16,
198,
437,
628,
198,
198,
8818,
7110,
15721,
4386,
47,
4629,
7,
40616,
3712,
38,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9788,
3712,
38469,
90,
13940,
23650,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3670,
2625,
8172,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2974,
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,
220,
220,
220,
269,
28,
22366,
11,
198,
220,
220,
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,
22366,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5046,
3712,
43879,
2414,
28,
15,
13,
17,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10774,
565,
268,
3712,
5317,
28,
20,
8,
810,
402,
1279,
25,
27741,
8068,
38,
198,
220,
1303,
198,
220,
7110,
15721,
4386,
47,
4629,
7,
47,
577,
17,
22784,
3975,
7,
87,
3784,
1136,
42,
7206,
7,
40616,
11,
87,
828,
381,
828,
5046,
28,
9888,
11,
3670,
28,
7839,
11,
10774,
565,
268,
28,
66,
343,
565,
268,
8,
198,
437,
198,
198,
2,
308,
70,
796,
357,
87,
8,
3784,
29487,
15721,
4386,
47,
4629,
7,
40616,
11,
685,
13940,
23650,
7203,
87,
3,
72,
4943,
329,
1312,
287,
357,
87,
10,
1899,
2599,
12,
20,
25,
87,
4357,
66,
343,
565,
268,
28,
18,
8,
198,
2,
198,
2,
329,
1312,
287,
642,
25,
20,
25,
24369,
198,
2,
220,
308,
16,
11,
70,
17,
796,
308,
70,
7,
72,
8,
198,
2,
198,
2,
220,
308,
16,
930,
29,
45809,
7203,
14,
22065,
14,
9535,
4386,
9600,
82,
14,
70,
16,
62,
3,
7,
72,
737,
21370,
70,
4943,
198,
2,
220,
308,
16,
930,
29,
45809,
7203,
14,
22065,
14,
9535,
4386,
9600,
82,
14,
70,
16,
62,
3,
7,
72,
10,
16,
737,
21370,
70,
4943,
198,
2,
220,
308,
16,
930,
29,
45809,
7203,
14,
22065,
14,
9535,
4386,
9600,
82,
14,
70,
16,
62,
3,
7,
72,
10,
17,
737,
21370,
70,
4943,
198,
2,
220,
308,
16,
930,
29,
45809,
7203,
14,
22065,
14,
9535,
4386,
9600,
82,
14,
70,
16,
62,
3,
7,
72,
10,
18,
737,
21370,
70,
4943,
198,
2,
220,
308,
16,
930,
29,
45809,
7203,
14,
22065,
14,
9535,
4386,
9600,
82,
14,
70,
16,
62,
3,
7,
72,
10,
19,
737,
21370,
70,
4943,
198,
2,
198,
2,
220,
308,
17,
930,
29,
45809,
7203,
14,
22065,
14,
9535,
4386,
9600,
82,
14,
70,
17,
62,
3,
7,
72,
737,
21370,
70,
4943,
198,
2,
220,
308,
17,
930,
29,
45809,
7203,
14,
22065,
14,
9535,
4386,
9600,
82,
14,
70,
17,
62,
3,
7,
72,
10,
16,
737,
21370,
70,
4943,
198,
2,
220,
308,
17,
930,
29,
45809,
7203,
14,
22065,
14,
9535,
4386,
9600,
82,
14,
70,
17,
62,
3,
7,
72,
10,
17,
737,
21370,
70,
4943,
198,
2,
220,
308,
17,
930,
29,
45809,
7203,
14,
22065,
14,
9535,
4386,
9600,
82,
14,
70,
17,
62,
3,
7,
72,
10,
18,
737,
21370,
70,
4943,
198,
2,
220,
308,
17,
930,
29,
45809,
7203,
14,
22065,
14,
9535,
4386,
9600,
82,
14,
70,
17,
62,
3,
7,
72,
10,
19,
737,
21370,
70,
4943,
198,
2,
886,
198,
198,
2,
198
] | 1.915305 | 12,728 |
module QuakePAK
const _fileid = 0x5041434b # The chars "PACK" used as a signature of PAK archives
struct ReadableFile <: IO
_io::IO
filename:: String
offset:: Int
size:: Int
end
Base.position(rf::ReadableFile) = position(rf._io) - rf.offset
Base.eof(rf.ReadableFile) = position(rf._io) < rf.offset + rf.size
Base.show(io::IO, p::PakFileEntry) =
print(io, "$(p.pak_filename)/$(p.filename) [offset: $(p.offset), size: $(p.size) byte]")
function read_file_entry(io::IO)
pos = position(io)
name = readuntil(io, '\0')
seek(io, pos+56)
offset = read(io, Int32)
size = read(io, Int32)
return name, offset, size
end
function open_pak(filename::String)
fileentries = []
open(filename) do f
# Check if the file is a PAK-File
@assert read(f, UInt32) == _fileid
# Read meta data
offset = read(f, Int32) # Where the file entries start
size = read(f, Int32) # Size of file entry table
nbentries = size÷64 # Each file entry is 64 bytes long
# Iterate over all file entries
seek(f, offset)
for _ in 1:nbentries
name, offset, size = read_file_entry(f)
push!(fileentries, PakFileEntry(filename, name, offset, size))
end
end
return fileentries
end
export open_pak
end # module
| [
21412,
42901,
4537,
42,
198,
198,
9979,
4808,
7753,
312,
796,
657,
87,
33580,
1415,
2682,
65,
220,
220,
220,
220,
220,
1303,
383,
34534,
366,
47,
8120,
1,
973,
355,
257,
9877,
286,
8147,
42,
22415,
198,
198,
7249,
4149,
540,
8979,
1279,
25,
24418,
198,
220,
4808,
952,
3712,
9399,
198,
220,
29472,
3712,
10903,
198,
220,
11677,
3712,
2558,
198,
220,
2546,
3712,
2558,
198,
437,
198,
198,
14881,
13,
9150,
7,
41871,
3712,
5569,
540,
8979,
8,
796,
2292,
7,
41871,
13557,
952,
8,
532,
374,
69,
13,
28968,
198,
14881,
13,
68,
1659,
7,
41871,
13,
5569,
540,
8979,
8,
796,
2292,
7,
41871,
13557,
952,
8,
1279,
374,
69,
13,
28968,
1343,
374,
69,
13,
7857,
198,
198,
14881,
13,
12860,
7,
952,
3712,
9399,
11,
220,
279,
3712,
29675,
8979,
30150,
8,
796,
198,
220,
3601,
7,
952,
11,
17971,
7,
79,
13,
41091,
62,
34345,
20679,
3,
7,
79,
13,
34345,
8,
685,
28968,
25,
29568,
79,
13,
28968,
828,
2546,
25,
29568,
79,
13,
7857,
8,
18022,
60,
4943,
198,
198,
8818,
1100,
62,
7753,
62,
13000,
7,
952,
3712,
9399,
8,
198,
220,
1426,
796,
2292,
7,
952,
8,
198,
220,
1438,
796,
1100,
28446,
7,
952,
11,
705,
59,
15,
11537,
198,
220,
5380,
7,
952,
11,
1426,
10,
3980,
8,
198,
220,
11677,
796,
1100,
7,
952,
11,
2558,
2624,
8,
198,
220,
2546,
796,
1100,
7,
952,
11,
2558,
2624,
8,
198,
220,
1441,
1438,
11,
11677,
11,
2546,
198,
437,
198,
198,
8818,
1280,
62,
41091,
7,
34345,
3712,
10100,
8,
198,
220,
2393,
298,
1678,
796,
17635,
198,
220,
1280,
7,
34345,
8,
466,
277,
198,
220,
220,
220,
1303,
6822,
611,
262,
2393,
318,
257,
8147,
42,
12,
8979,
198,
220,
220,
220,
2488,
30493,
1100,
7,
69,
11,
471,
5317,
2624,
8,
6624,
4808,
7753,
312,
198,
220,
220,
220,
1303,
4149,
13634,
1366,
198,
220,
220,
220,
11677,
796,
1100,
7,
69,
11,
2558,
2624,
8,
220,
220,
220,
220,
220,
1303,
6350,
262,
2393,
12784,
923,
198,
220,
220,
220,
2546,
796,
1100,
7,
69,
11,
2558,
2624,
8,
220,
220,
220,
220,
220,
220,
220,
1303,
12849,
286,
2393,
5726,
3084,
198,
220,
220,
220,
299,
46119,
1678,
796,
2546,
127,
115,
2414,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
5501,
2393,
5726,
318,
5598,
9881,
890,
198,
220,
220,
220,
1303,
40806,
378,
625,
477,
2393,
12784,
198,
220,
220,
220,
5380,
7,
69,
11,
11677,
8,
198,
220,
220,
220,
329,
4808,
287,
352,
25,
77,
46119,
1678,
198,
220,
220,
220,
220,
220,
1438,
11,
11677,
11,
2546,
796,
1100,
62,
7753,
62,
13000,
7,
69,
8,
198,
220,
220,
220,
220,
220,
4574,
0,
7,
7753,
298,
1678,
11,
6162,
8979,
30150,
7,
34345,
11,
1438,
11,
11677,
11,
2546,
4008,
198,
220,
220,
220,
886,
198,
220,
886,
198,
220,
1441,
2393,
298,
1678,
198,
437,
198,
198,
39344,
1280,
62,
41091,
198,
198,
437,
1303,
8265,
198
] | 2.519763 | 506 |
@testset "ladderize" begin
start_tree = ParseNewick("((A,(B,(C,(D,E)))),(F,(G,H)));")
descending_tree = ParseNewick("(((((D,E),C),B),A),((G,H),F));")
ascending_tree = ParseNewick("((F,(G,H)),(A,(B,(C,(D,E)))));")
start_newick = newick(start_tree)
desc_newick = newick(descending_tree)
asc_newick = newick(ascending_tree)
ladderized_asc_tree = ladderize_tree(start_tree)
@test newick(ladderized_asc_tree) == asc_newick
ladderized_desc_tree = ladderize_tree(start_tree,false)
@test newick(ladderized_desc_tree) == desc_newick
ladderize_tree!(start_tree)
@test newick(start_tree) == asc_newick
start_tree = ParseNewick("((A,(B,(C,(D,E)))),(F,(G,H)));")
ladderize_tree!(start_tree, false)
@test newick(start_tree) == desc_newick
end
| [
198,
31,
9288,
2617,
366,
9435,
1082,
1096,
1,
2221,
198,
220,
220,
220,
923,
62,
21048,
796,
2547,
325,
3791,
624,
7203,
19510,
32,
11,
7,
33,
11,
7,
34,
11,
7,
35,
11,
36,
22305,
828,
7,
37,
11,
7,
38,
11,
39,
4008,
1776,
4943,
198,
220,
220,
220,
31491,
62,
21048,
796,
2547,
325,
3791,
624,
7203,
19510,
19510,
7,
35,
11,
36,
828,
34,
828,
33,
828,
32,
828,
19510,
38,
11,
39,
828,
37,
18125,
4943,
198,
220,
220,
220,
41988,
62,
21048,
796,
2547,
325,
3791,
624,
7203,
19510,
37,
11,
7,
38,
11,
39,
36911,
7,
32,
11,
7,
33,
11,
7,
34,
11,
7,
35,
11,
36,
35514,
1776,
4943,
628,
220,
220,
220,
923,
62,
3605,
624,
796,
649,
624,
7,
9688,
62,
21048,
8,
198,
220,
220,
220,
1715,
62,
3605,
624,
796,
649,
624,
7,
20147,
1571,
62,
21048,
8,
198,
220,
220,
220,
10570,
62,
3605,
624,
796,
649,
624,
7,
3372,
1571,
62,
21048,
8,
628,
220,
220,
220,
18002,
1143,
62,
3372,
62,
21048,
796,
18002,
1096,
62,
21048,
7,
9688,
62,
21048,
8,
198,
220,
220,
220,
2488,
9288,
649,
624,
7,
9435,
1082,
1143,
62,
3372,
62,
21048,
8,
6624,
10570,
62,
3605,
624,
628,
220,
220,
220,
18002,
1143,
62,
20147,
62,
21048,
796,
18002,
1096,
62,
21048,
7,
9688,
62,
21048,
11,
9562,
8,
198,
220,
220,
220,
2488,
9288,
649,
624,
7,
9435,
1082,
1143,
62,
20147,
62,
21048,
8,
6624,
1715,
62,
3605,
624,
628,
220,
220,
220,
18002,
1096,
62,
21048,
0,
7,
9688,
62,
21048,
8,
198,
220,
220,
220,
2488,
9288,
649,
624,
7,
9688,
62,
21048,
8,
6624,
10570,
62,
3605,
624,
628,
220,
220,
220,
923,
62,
21048,
796,
2547,
325,
3791,
624,
7203,
19510,
32,
11,
7,
33,
11,
7,
34,
11,
7,
35,
11,
36,
22305,
828,
7,
37,
11,
7,
38,
11,
39,
4008,
1776,
4943,
198,
220,
220,
220,
18002,
1096,
62,
21048,
0,
7,
9688,
62,
21048,
11,
3991,
8,
198,
220,
220,
220,
2488,
9288,
649,
624,
7,
9688,
62,
21048,
8,
6624,
1715,
62,
3605,
624,
198,
437,
198
] | 2.196133 | 362 |
@everywhere module DatasetPreloader
using HDF5
using Distributed
export preload, load, getPreloadFileName
preloadFileName = ""
preloadFuture = 0
function readFromHDF(filename)
GC.gc()
try
return h5read(filename,"/FullSpectra/TofData")
catch
return 0
end
end
getPreloadFileName() = preloadFileName
function preload(filename)
global preloadFileName = filename
println("preloading file $filename")
global preloadFuture = remotecall(readFromHDF,2,filename)
end
function load(filename)
global preloadFileName
global preloadFuture
if (preloadFileName != "" && preloadFileName == filename && preloadFuture != 0)
println("fetching $filename from future")
ds = fetch(preloadFuture)
preloadFuture = 0
preloadFilename = ""
return ds
else
println("reading $filename directly")
preloadFuture = 0
preloadFilename = ""
return readFromHDF(filename)
end
end
end
| [
31,
16833,
3003,
8265,
16092,
292,
316,
6719,
29356,
198,
197,
3500,
5572,
37,
20,
198,
197,
3500,
4307,
6169,
198,
197,
39344,
662,
2220,
11,
3440,
11,
651,
6719,
2220,
8979,
5376,
628,
197,
3866,
2220,
8979,
5376,
796,
13538,
198,
197,
3866,
2220,
29783,
796,
657,
628,
197,
8818,
1100,
4863,
39,
8068,
7,
34345,
8,
198,
197,
197,
15916,
13,
36484,
3419,
198,
197,
197,
28311,
198,
197,
197,
197,
7783,
289,
20,
961,
7,
34345,
553,
14,
13295,
49738,
430,
14,
51,
1659,
6601,
4943,
198,
197,
197,
40198,
198,
197,
197,
197,
7783,
657,
198,
197,
197,
437,
198,
197,
437,
628,
197,
1136,
6719,
2220,
8979,
5376,
3419,
796,
662,
2220,
8979,
5376,
628,
197,
8818,
662,
2220,
7,
34345,
8,
198,
197,
197,
20541,
662,
2220,
8979,
5376,
796,
29472,
198,
197,
197,
35235,
7203,
3866,
25138,
2393,
720,
34345,
4943,
198,
197,
197,
20541,
662,
2220,
29783,
796,
816,
313,
721,
439,
7,
961,
4863,
39,
8068,
11,
17,
11,
34345,
8,
198,
197,
437,
628,
197,
8818,
3440,
7,
34345,
8,
198,
197,
197,
20541,
662,
2220,
8979,
5376,
198,
197,
197,
20541,
662,
2220,
29783,
198,
197,
197,
361,
357,
3866,
2220,
8979,
5376,
14512,
13538,
11405,
662,
2220,
8979,
5376,
6624,
29472,
11405,
662,
2220,
29783,
14512,
657,
8,
198,
197,
197,
197,
35235,
7203,
69,
7569,
278,
720,
34345,
422,
2003,
4943,
198,
197,
197,
197,
9310,
796,
21207,
7,
3866,
2220,
29783,
8,
198,
197,
197,
197,
3866,
2220,
29783,
796,
657,
198,
197,
197,
197,
3866,
2220,
35063,
796,
13538,
198,
197,
197,
197,
7783,
288,
82,
198,
197,
197,
17772,
198,
197,
197,
197,
35235,
7203,
25782,
720,
34345,
3264,
4943,
198,
197,
197,
197,
3866,
2220,
29783,
796,
657,
198,
197,
197,
197,
3866,
2220,
35063,
796,
13538,
198,
197,
197,
197,
7783,
1100,
4863,
39,
8068,
7,
34345,
8,
198,
197,
197,
437,
198,
197,
437,
198,
437,
198
] | 2.819018 | 326 |
module TracePrecompiles
function run_julia(cmd)
current_proj = unsafe_string(Base.JLOptions().project)
run(`$(Base.julia_cmd()) --project=$(current_proj) --startup-file=no $(cmd)`)
end
function trace_compiles(package, trace_file, outputfile)
tdir = mktempdir(; cleanup=true)
trace_out = joinpath(tdir, "precompiles.jl")
run_julia(`--trace-compile=$(trace_out) $trace_file`)
prs = joinpath(@__DIR__, "process-prs.jl")
run_julia(` $prs $(package) $(trace_out) $(outputfile)`)
end
end
| [
21412,
34912,
6719,
5589,
2915,
198,
198,
8818,
1057,
62,
73,
43640,
7,
28758,
8,
198,
220,
220,
220,
1459,
62,
1676,
73,
796,
21596,
62,
8841,
7,
14881,
13,
41,
21982,
8544,
22446,
16302,
8,
198,
220,
220,
220,
1057,
7,
63,
3,
7,
14881,
13,
73,
43640,
62,
28758,
28955,
1377,
16302,
43641,
7,
14421,
62,
1676,
73,
8,
1377,
9688,
929,
12,
7753,
28,
3919,
29568,
28758,
8,
63,
8,
198,
437,
198,
198,
8818,
12854,
62,
5589,
2915,
7,
26495,
11,
12854,
62,
7753,
11,
5072,
7753,
8,
198,
220,
220,
220,
256,
15908,
796,
33480,
29510,
15908,
7,
26,
27425,
28,
7942,
8,
198,
220,
220,
220,
12854,
62,
448,
796,
4654,
6978,
7,
8671,
343,
11,
366,
3866,
5589,
2915,
13,
20362,
4943,
198,
220,
220,
220,
1057,
62,
73,
43640,
7,
63,
438,
40546,
12,
5589,
576,
43641,
7,
40546,
62,
448,
8,
720,
40546,
62,
7753,
63,
8,
198,
220,
220,
220,
778,
82,
796,
4654,
6978,
7,
31,
834,
34720,
834,
11,
366,
14681,
12,
1050,
82,
13,
20362,
4943,
198,
220,
220,
220,
1057,
62,
73,
43640,
7,
63,
720,
1050,
82,
29568,
26495,
8,
29568,
40546,
62,
448,
8,
29568,
22915,
7753,
8,
63,
8,
198,
437,
198,
198,
437,
198
] | 2.419811 | 212 |
import ..KERNEL.System
"Save information needed to identify a SSBond"
struct SSBond #Tuple of chain_id and residue_number
chain_id::Char
res_num::Int64
end
"Packages the parsed fields from a conect line in a struct to avoid allocations"
mutable struct ConectLineParams
bonding_atoms::Vector{Int}
tokens::Vector{String}
end
"Packages the parsed fields from an atom line in a struct to avoid allocations"
mutable struct AtomLineParams
name::String
x::Float64
y::Float64
z::Float64
elem::String
occupancy::Union{Float64,Nothing}
temp_factor::Union{Float64,Nothing}
charge::Union{Float64,Nothing}
serial::Int64
AtomLineParams() = new()
end
"""
parseConectLine(line::String)
Parses a line starting with "CONNECT" in a PDB file.
"""
parseConectLine(params::ConectLineParams, line::String) = begin
if length(line) == 16
push!(params.tokens, line[12:16])
elseif length(line) == 21
push!(params.tokens, line[12:16], line[17:21])
elseif length(line) == 26
push!(params.tokens, line[12:16], line[17:21],
line[22:26])
else
push!(params.tokens, line[12:16], line[17:21],
line[22:26], line[27:31])
end
for x in params.tokens
if strip(x) != ""
push!(params.bonding_atoms, parse(Int,strip(x)))
end
end
return params
end
"""
parseAtomLine(line::String)
Parses a line starting with "ATOM" or "HET" in a PDB file.
"""
parseAtomLine(params::AtomLineParams, line::String) = begin
params.name = strip(line[13:16])
params.x = parse(Float64,line[31:38])
params.y = parse(Float64,line[39:46])
params.z = parse(Float64,line[47:54])
params.elem = strip(line[77:78])
params.occupancy = strip(line[55:60]) == "" ? nothing : parse(Float64,line[55:60])
params.temp_factor = strip(line[61:66]) == "" ? nothing : parse(Float64,line[61:66])
if length(line) >= 80
params.charge = strip(line[79:80]) == "" ? nothing : parse(Float64,line[79:80])
else
params.charge = nothing
end
result = Atom(params.name,params.x,params.y,params.z,params.elem,params.charge,
params.occupancy,params.serial,params.temp_factor)::Atom
if startswith(line,"HET")
setProperty(result,("hetero",true))
end
return result
end
"""
compare_ssbonds(b1::SSBond, b2::SSBond)
Comparison function for sorting.
"""
compare_ssbonds(b1::SSBond, b2::SSBond) = begin
b1.chain_id < b2.chain_id && return true
b1.chain_id == b2.chain_id && b1.res_num < b2.res_num && return true
return false
end
"""
parseSSBondLine(line::String)
Parses a line starting with "SSOBND" ina PDB file.
"""
parseSSBondLine(line::String) = begin
ssbond1::SSBond = SSBond(line[16], parse(Int,strip(line[18:21])))
ssbond2::SSBond = SSBond(line[30] ,parse(Int,strip(line[32:35])))
return (ssbond1, ssbond2)
end #returns 2 ssbonds
#only use following Function to build a System initially
"""
adjust_ter_indices(indices::Vector{Int64}, ter_pos::Vector{Int64})
Adjusts the indices in a list of stom serials read from a PDB file. The "TER" entries in PDB files
have a serial number like the Atoms, which makes the serial numbers not continuous.
"""
adjust_ter_indices(indices::Vector{Int64}, ter_pos::Vector{Int64}) = begin
for i in 1:length(indices)
c = 0
for ter in ter_pos
if indices[i] > ter
c += 1
end
end
indices[i] -= c
end
return indices
end
adjust_ter_indices(x::Int64, ter_pos::Vector{Int64}) = adjust_ter_indices([x],ter_pos)
"""
parsePDB(path::String)
Parses a PDB file from `path`. Creates a representation using [`KERNEL`](@ref KERNEL_header) types.\n
If the file has multiple models the property \"fromNMR\" is added to `root`.
See [Hint](https://www.wwpdb.org/documentation/file-format-content/format33/sect9.html#MODEL).
"""
parsePDB(path::String) = begin
# `ssbonds` holds all the ssbonds in order of appearance in the file
ssbonds::Vector{SSBond} = Vector{SSBond}()
# When reading the atoms from the file, relate the atom to an SSBond endpoint
ssbonds_to_atoms::Dict{SSBond, Int64} = Dict{SSBond, Int64}() #mapping ssbonds to atom serial number
#List of pairs of atoms bonded by a SSBond
ssbond_pairs::Vector{Tuple{SSBond,SSBond}} = Vector{Tuple{SSBond,SSBond}}()
current_ssbond_index::Int = 1
root::System = System()
target_system::System = System()
atoms::Vector{Atom} = Atom[]
ter_positions::Vector{Int} = Int64[]
latest_chain::Chain = Chain() #assume chains are named in alphabetical order with capitalized letters
latest_residue::Residue = Residue()
latest_residue.res_number_ = -127 #init value, which hopefully is NOT the same as the first residue-number in the file
atom_counter::Int = 0
latest_chain.id_ = '-' #init value, which hopefully is NOT the same as the first chain id in the file
appendChild(target_system, latest_chain)
seen_header::Bool = false::Bool
ready_to_sort_ssbonds::Bool = false
seen_ssbonds::Bool = false
seen_atoms::Bool = false
seen_model::Bool = false
#init fields for parsing a "CONECT" line
conect_line_params::ConectLineParams = ConectLineParams(Int[],String[])
#init fields for parsing a "ATOM" line
atom_line_params::AtomLineParams = AtomLineParams()
record_residue_name::String = ""
open(path) do file
for line in eachline(file)
#header
if !seen_header && startswith(line,"HEADER")
if length(line) >= 66
root.name_ = strip(line[63:66])
end
seen_header = true::Bool
end
if startswith(line,"TER")
push!(ter_positions, parse(Int64,strip(line[7:11])))
end
#save infos about the atoms which participate in ssbonds
if !seen_ssbonds && startswith(line, "SSBOND")
pair = parseSSBondLine(line)
push!(ssbond_pairs, pair)
push!(ssbonds, pair...)
ready_to_sort_ssbonds = true
end
#after having seen all of the ssbonds sort them to later find the correct atoms easier
if ready_to_sort_ssbonds && !startswith(line,"SSBOND")
seen_ssbonds = true
ready_to_sort_ssbonds = false
sort!(ssbonds, alg=InsertionSort, lt = compare_ssbonds)
end
#atoms of name "SG" belong to ssbonds. associate atom to ssbond entry
if (current_ssbond_index <= length(ssbonds)) && startswith(line,"ATOM") &&
(strip(line[13:16]) == "SG")
#find items from SSBOND
current_ssbond = ssbonds[current_ssbond_index]
#replace "SG" with a list of possible names of atoms which engage in ssbonds
if line[22] == current_ssbond.chain_id && current_ssbond.res_num == parse(Int,strip(line[23:26]))
ssbonds_to_atoms[current_ssbond] = adjust_ter_indices(parse(Int64,strip(line[7:11])), ter_positions)[1]
current_ssbond_index += 1
end
end
#model lines - means we need to construct a new model
if startswith(line,"MODEL")
if !seen_model
nothing
else
#finalize target_system and append it to system
appendChild(root, target_system)
target_system = System()
latest_chain = Chain()
latest_chain.id_ = 'A'
prev_residue_name = latest_residue.name_
latest_residue = Residue()
latest_residue.res_number_ = 1
latest_residue.name_ = prev_residue_name
latest_residue.is_hetero_ = false
appendChild(target_system, latest_chain)
appendChild(latest_chain, latest_residue)
atom_counter = 0
end
seen_model = true
end
if (!seen_atoms && startswith(line,"ATOM") ||
!seen_atoms && startswith(line,"HETATM")) &&
line[17] in (' ','A')
atom_counter += 1
record_chain_id = line[22]
latest_chain.id_ == '-' && (latest_chain.id_ = record_chain_id)
record_residue_name = strip(line[18:20])
record_residue_number = parse(Int64,strip(line[23:26]))
#create chain if new chain
if record_chain_id != latest_chain.id_
#is the next residues belong to another chain, create the chain
latest_chain = Chain()
latest_chain.id_ = record_chain_id
appendChild(target_system, latest_chain)
end
if record_residue_number != latest_residue.res_number_
latest_residue = Residue()
latest_residue.res_number_ = record_residue_number
latest_residue.name_ = record_residue_name
latest_residue.is_hetero_ = false
if latest_residue.name_ in Amino_Acids
setProperty(latest_residue, ("amino_acid",true))
end
appendChild(latest_chain, latest_residue)
end
#create atoms
atom_line_params.serial = atom_counter
parsed_atom::Atom = parseAtomLine(atom_line_params, line)
#the only property right now can be the hetero property
if length(parsed_atom.properties_) != 0
latest_residue.is_hetero_ = true
end
appendChild(latest_residue, parsed_atom)
end
if startswith(line, "CONECT")
if seen_atoms == false
seen_atoms = true
atoms = collectAtoms(target_system)
end
if seen_model
appendChild(root, target_system)
end
empty!(conect_line_params.bonding_atoms)
empty!(conect_line_params.tokens)
bonding_atom_serials = parseConectLine(conect_line_params, line).bonding_atoms
bonding_atom_serials = adjust_ter_indices(bonding_atom_serials, ter_positions)
for serial in bonding_atom_serials[2:end]
createBond(atoms[bonding_atom_serials[1]], atoms[serial],
order=ORDER__SINGLE, type=TYPE__COVALENT)
end
end
end
end
#for each ssbond pair, make a bond betwen the two corresponding atoms using the dict
for (ssbond1, ssbond2) in ssbond_pairs
deleteBond(atoms[ssbonds_to_atoms[ssbond1]], atoms[ssbonds_to_atoms[ssbond2]])
a = createBond(atoms[ssbonds_to_atoms[ssbond1]], atoms[ssbonds_to_atoms[ssbond2]],
order=ORDER__SINGLE, type=TYPE__DISULPHIDE_BRIDGE)
end
if root.name_ == ""
temp = findlast("/",path)
if isnothing(temp)
root_name_ = path[1:end-4]
else
root.name_ = path[temp[1]+1:end-4]
end
end
if !seen_model
target_system.name_ = root.name_
i = 1
for chain in collectChains(target_system)
if chain.id_ < 'A'+(i-1)
idx = Int(chain.id_) - Int('A') +1
if idx < 1 #catch chains with empty/too low char
chain.id_ = 'A'+(i-1)
i += 1
continue
end
ch_l = collectChains(target_system)[idx]
appendSibling(ch_l.last_child_, chain.first_child_)
removeChild(chain)
else
chain.id_ = 'A'+(i-1)
i += 1
end
end
return target_system
else
setProperty(root,("fromNMR",true))
for (num,system) in enumerate(collectSystems(root)[2:end])
system.name_ = root.name_*"-"*string(num)
i = 1
for chain in collectChains(target_system)
if chain.id_ < 'A'+(i-1)
idx = Int(chain.id_) - Int('A') +1
ch_l = collectChains(target_system)[idx]
appendSibling(ch_l.last_child_, chain.first_child_)
removeChild(chain)
else
chain.id_ = 'A'+(i-1)
i += 1
end
end
end
#copy bonds over
last_sys = last(getChildren(root))
last_sys_bonds = collectBonds(last_sys)
atom_serials_pairs::Vector{Tuple{Int64, Int64}} = [(bond.source_.serial_, bond.target_.serial_)
for bond in last_sys_bonds]
for sys in getChildren(root)
atoms = collectAtoms(sys)
for bond in last_sys_bonds
createBond(atoms[bond.source_.serial_], atoms[bond.target_.serial_],
name = bond.name_, order = bond.bond_order_, type = bond.bond_type_,
properties = bond.properties_)
end
end
return root
end
return root
end
# BioStructures reads structure and internal parser only the bonds
"""
System(path::String)
Constructs a `System` from a PDB file at `path`.
"""
function System(path::String)
if endswith(path, ".pdb")
root = parsePDB(path)::System
for sys in collectSystems(root)
sys.number_of_children_ = countChildren(sys)
end
return root
end
end
| [
198,
11748,
11485,
42,
28778,
3698,
13,
11964,
628,
198,
198,
1,
16928,
1321,
2622,
284,
5911,
257,
6723,
33,
623,
1,
198,
7249,
6723,
33,
623,
220,
220,
220,
1303,
51,
29291,
286,
6333,
62,
312,
290,
35186,
62,
17618,
198,
220,
220,
220,
6333,
62,
312,
3712,
12441,
198,
220,
220,
220,
581,
62,
22510,
3712,
5317,
2414,
198,
437,
198,
198,
1,
11869,
1095,
262,
44267,
7032,
422,
257,
369,
478,
1627,
287,
257,
2878,
284,
3368,
49157,
1,
198,
76,
18187,
2878,
1482,
478,
13949,
10044,
4105,
198,
220,
220,
220,
37228,
62,
265,
3150,
3712,
38469,
90,
5317,
92,
198,
220,
220,
220,
16326,
3712,
38469,
90,
10100,
92,
198,
198,
437,
198,
198,
1,
11869,
1095,
262,
44267,
7032,
422,
281,
22037,
1627,
287,
257,
2878,
284,
3368,
49157,
1,
198,
76,
18187,
2878,
33102,
13949,
10044,
4105,
198,
220,
220,
220,
1438,
3712,
10100,
198,
220,
220,
220,
2124,
3712,
43879,
2414,
198,
220,
220,
220,
331,
3712,
43879,
2414,
198,
220,
220,
220,
1976,
3712,
43879,
2414,
198,
220,
220,
220,
9766,
76,
3712,
10100,
198,
220,
220,
220,
42498,
3712,
38176,
90,
43879,
2414,
11,
18465,
92,
198,
220,
220,
220,
20218,
62,
31412,
3712,
38176,
90,
43879,
2414,
11,
18465,
92,
198,
220,
220,
220,
3877,
3712,
38176,
90,
43879,
2414,
11,
18465,
92,
198,
220,
220,
220,
11389,
3712,
5317,
2414,
628,
220,
220,
220,
33102,
13949,
10044,
4105,
3419,
796,
649,
3419,
198,
437,
198,
198,
37811,
198,
220,
220,
220,
21136,
3103,
478,
13949,
7,
1370,
3712,
10100,
8,
198,
47,
945,
274,
257,
1627,
3599,
351,
366,
10943,
48842,
1,
287,
257,
350,
11012,
2393,
13,
198,
37811,
198,
29572,
3103,
478,
13949,
7,
37266,
3712,
3103,
478,
13949,
10044,
4105,
11,
1627,
3712,
10100,
8,
796,
2221,
628,
220,
220,
220,
611,
4129,
7,
1370,
8,
6624,
1467,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
37266,
13,
83,
482,
641,
11,
1627,
58,
1065,
25,
1433,
12962,
198,
220,
220,
220,
2073,
361,
4129,
7,
1370,
8,
6624,
2310,
198,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
37266,
13,
83,
482,
641,
11,
1627,
58,
1065,
25,
1433,
4357,
1627,
58,
1558,
25,
2481,
12962,
198,
220,
220,
220,
2073,
361,
4129,
7,
1370,
8,
6624,
2608,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
37266,
13,
83,
482,
641,
11,
1627,
58,
1065,
25,
1433,
4357,
1627,
58,
1558,
25,
2481,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1627,
58,
1828,
25,
2075,
12962,
198,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
37266,
13,
83,
482,
641,
11,
1627,
58,
1065,
25,
1433,
4357,
1627,
58,
1558,
25,
2481,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1627,
58,
1828,
25,
2075,
4357,
1627,
58,
1983,
25,
3132,
12962,
198,
220,
220,
220,
886,
628,
220,
220,
220,
329,
2124,
287,
42287,
13,
83,
482,
641,
198,
220,
220,
220,
220,
220,
220,
220,
611,
10283,
7,
87,
8,
14512,
13538,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
37266,
13,
65,
42703,
62,
265,
3150,
11,
21136,
7,
5317,
11,
36311,
7,
87,
22305,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
220,
220,
220,
1441,
42287,
198,
437,
198,
198,
37811,
198,
220,
220,
220,
21136,
2953,
296,
13949,
7,
1370,
3712,
10100,
8,
198,
47,
945,
274,
257,
1627,
3599,
351,
366,
1404,
2662,
1,
393,
366,
39,
2767,
1,
287,
257,
350,
11012,
2393,
13,
198,
37811,
198,
29572,
2953,
296,
13949,
7,
37266,
3712,
2953,
296,
13949,
10044,
4105,
11,
1627,
3712,
10100,
8,
796,
2221,
628,
220,
220,
220,
42287,
13,
3672,
796,
10283,
7,
1370,
58,
1485,
25,
1433,
12962,
198,
220,
220,
220,
42287,
13,
87,
796,
21136,
7,
43879,
2414,
11,
1370,
58,
3132,
25,
2548,
12962,
198,
220,
220,
220,
42287,
13,
88,
796,
21136,
7,
43879,
2414,
11,
1370,
58,
2670,
25,
3510,
12962,
198,
220,
220,
220,
42287,
13,
89,
796,
21136,
7,
43879,
2414,
11,
1370,
58,
2857,
25,
4051,
12962,
198,
220,
220,
220,
42287,
13,
68,
10671,
796,
10283,
7,
1370,
58,
3324,
25,
3695,
12962,
198,
220,
220,
220,
42287,
13,
19596,
3883,
796,
10283,
7,
1370,
58,
2816,
25,
1899,
12962,
6624,
13538,
5633,
2147,
1058,
21136,
7,
43879,
2414,
11,
1370,
58,
2816,
25,
1899,
12962,
198,
220,
220,
220,
42287,
13,
29510,
62,
31412,
796,
10283,
7,
1370,
58,
5333,
25,
2791,
12962,
6624,
13538,
5633,
2147,
1058,
21136,
7,
43879,
2414,
11,
1370,
58,
5333,
25,
2791,
12962,
628,
220,
220,
220,
611,
4129,
7,
1370,
8,
18189,
4019,
198,
220,
220,
220,
220,
220,
220,
220,
42287,
13,
10136,
796,
10283,
7,
1370,
58,
3720,
25,
1795,
12962,
6624,
13538,
5633,
2147,
1058,
21136,
7,
43879,
2414,
11,
1370,
58,
3720,
25,
1795,
12962,
198,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
42287,
13,
10136,
796,
2147,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1255,
796,
33102,
7,
37266,
13,
3672,
11,
37266,
13,
87,
11,
37266,
13,
88,
11,
37266,
13,
89,
11,
37266,
13,
68,
10671,
11,
37266,
13,
10136,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
42287,
13,
19596,
3883,
11,
37266,
13,
46911,
11,
37266,
13,
29510,
62,
31412,
2599,
25,
2953,
296,
198,
220,
220,
220,
611,
923,
2032,
342,
7,
1370,
553,
39,
2767,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
900,
21746,
7,
20274,
11,
7203,
43332,
78,
1600,
7942,
4008,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1441,
1255,
198,
437,
628,
198,
37811,
198,
220,
220,
220,
8996,
62,
824,
65,
24764,
7,
65,
16,
3712,
5432,
33,
623,
11,
275,
17,
3712,
5432,
33,
623,
8,
198,
50249,
1653,
2163,
329,
29407,
13,
198,
37811,
198,
5589,
533,
62,
824,
65,
24764,
7,
65,
16,
3712,
5432,
33,
623,
11,
275,
17,
3712,
5432,
33,
623,
8,
796,
2221,
198,
220,
220,
220,
275,
16,
13,
7983,
62,
312,
1279,
275,
17,
13,
7983,
62,
312,
11405,
1441,
2081,
198,
220,
220,
220,
275,
16,
13,
7983,
62,
312,
6624,
275,
17,
13,
7983,
62,
312,
11405,
275,
16,
13,
411,
62,
22510,
1279,
275,
17,
13,
411,
62,
22510,
11405,
1441,
2081,
198,
220,
220,
220,
1441,
3991,
198,
437,
628,
198,
37811,
198,
220,
220,
220,
21136,
5432,
33,
623,
13949,
7,
1370,
3712,
10100,
8,
198,
47,
945,
274,
257,
1627,
3599,
351,
366,
5432,
9864,
8575,
1,
287,
64,
350,
11012,
2393,
13,
198,
37811,
198,
29572,
5432,
33,
623,
13949,
7,
1370,
3712,
10100,
8,
796,
2221,
198,
220,
220,
220,
264,
36299,
623,
16,
3712,
5432,
33,
623,
796,
6723,
33,
623,
7,
1370,
58,
1433,
4357,
21136,
7,
5317,
11,
36311,
7,
1370,
58,
1507,
25,
2481,
60,
22305,
198,
220,
220,
220,
264,
36299,
623,
17,
3712,
5432,
33,
623,
796,
6723,
33,
623,
7,
1370,
58,
1270,
60,
837,
29572,
7,
5317,
11,
36311,
7,
1370,
58,
2624,
25,
2327,
60,
22305,
198,
220,
220,
220,
1441,
357,
824,
65,
623,
16,
11,
264,
36299,
623,
17,
8,
198,
437,
1303,
7783,
82,
362,
264,
36299,
24764,
198,
2,
8807,
779,
1708,
15553,
284,
1382,
257,
4482,
7317,
628,
198,
198,
37811,
198,
220,
220,
220,
4532,
62,
353,
62,
521,
1063,
7,
521,
1063,
3712,
38469,
90,
5317,
2414,
5512,
1059,
62,
1930,
3712,
38469,
90,
5317,
2414,
30072,
198,
39668,
82,
262,
36525,
287,
257,
1351,
286,
336,
296,
1055,
8231,
1100,
422,
257,
350,
11012,
2393,
13,
383,
366,
5781,
1,
12784,
287,
350,
11012,
3696,
198,
14150,
257,
11389,
1271,
588,
262,
1629,
3150,
11,
543,
1838,
262,
11389,
3146,
407,
12948,
13,
198,
37811,
198,
23032,
62,
353,
62,
521,
1063,
7,
521,
1063,
3712,
38469,
90,
5317,
2414,
5512,
1059,
62,
1930,
3712,
38469,
90,
5317,
2414,
30072,
796,
2221,
198,
220,
220,
220,
329,
1312,
287,
352,
25,
13664,
7,
521,
1063,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
269,
796,
657,
198,
220,
220,
220,
220,
220,
220,
220,
220,
329,
1059,
287,
1059,
62,
1930,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
36525,
58,
72,
60,
1875,
1059,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
15853,
352,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
36525,
58,
72,
60,
48185,
269,
198,
220,
220,
220,
886,
198,
220,
220,
220,
1441,
36525,
198,
437,
198,
23032,
62,
353,
62,
521,
1063,
7,
87,
3712,
5317,
2414,
11,
1059,
62,
1930,
3712,
38469,
90,
5317,
2414,
30072,
796,
4532,
62,
353,
62,
521,
1063,
26933,
87,
4357,
353,
62,
1930,
8,
628,
198,
198,
37811,
198,
220,
220,
220,
21136,
5760,
33,
7,
6978,
3712,
10100,
8,
198,
47,
945,
274,
257,
350,
11012,
2393,
422,
4600,
6978,
44646,
7921,
274,
257,
10552,
1262,
685,
63,
42,
28778,
3698,
63,
16151,
31,
5420,
509,
28778,
3698,
62,
25677,
8,
3858,
13,
59,
77,
198,
1532,
262,
2393,
468,
3294,
4981,
262,
3119,
19990,
6738,
45,
13599,
7879,
318,
2087,
284,
4600,
15763,
44646,
198,
6214,
685,
39,
600,
16151,
5450,
1378,
2503,
13,
1383,
79,
9945,
13,
2398,
14,
22897,
341,
14,
7753,
12,
18982,
12,
11299,
14,
18982,
2091,
14,
8831,
24,
13,
6494,
2,
33365,
3698,
737,
198,
37811,
198,
29572,
5760,
33,
7,
6978,
3712,
10100,
8,
796,
2221,
198,
220,
220,
220,
220,
1303,
4600,
824,
65,
24764,
63,
6622,
477,
262,
264,
36299,
24764,
287,
1502,
286,
5585,
287,
262,
2393,
198,
220,
220,
220,
264,
36299,
24764,
3712,
38469,
90,
5432,
33,
623,
92,
796,
20650,
90,
5432,
33,
623,
92,
3419,
628,
220,
220,
220,
1303,
1649,
3555,
262,
23235,
422,
262,
2393,
11,
15124,
262,
22037,
284,
281,
6723,
33,
623,
36123,
198,
220,
220,
220,
264,
36299,
24764,
62,
1462,
62,
265,
3150,
3712,
35,
713,
90,
5432,
33,
623,
11,
2558,
2414,
92,
796,
360,
713,
90,
5432,
33,
623,
11,
2558,
2414,
92,
3419,
1303,
76,
5912,
264,
36299,
24764,
284,
22037,
11389,
1271,
628,
220,
220,
220,
1303,
8053,
286,
14729,
286,
23235,
40270,
416,
257,
6723,
33,
623,
198,
220,
220,
220,
264,
36299,
623,
62,
79,
3468,
3712,
38469,
90,
51,
29291,
90,
5432,
33,
623,
11,
5432,
33,
623,
11709,
796,
20650,
90,
51,
29291,
90,
5432,
33,
623,
11,
5432,
33,
623,
11709,
3419,
628,
220,
220,
220,
1459,
62,
824,
65,
623,
62,
9630,
3712,
5317,
796,
352,
628,
220,
220,
220,
6808,
3712,
11964,
796,
4482,
3419,
198,
220,
220,
220,
2496,
62,
10057,
3712,
11964,
796,
4482,
3419,
198,
220,
220,
220,
23235,
3712,
38469,
90,
2953,
296,
92,
796,
33102,
21737,
198,
220,
220,
220,
1059,
62,
1930,
1756,
3712,
38469,
90,
5317,
92,
796,
2558,
2414,
21737,
628,
220,
220,
220,
3452,
62,
7983,
3712,
35491,
796,
21853,
3419,
220,
1303,
562,
2454,
14659,
389,
3706,
287,
24830,
605,
1502,
351,
3139,
1143,
7475,
198,
220,
220,
220,
3452,
62,
411,
312,
518,
3712,
4965,
312,
518,
796,
1874,
312,
518,
3419,
198,
220,
220,
220,
3452,
62,
411,
312,
518,
13,
411,
62,
17618,
62,
796,
532,
16799,
220,
220,
1303,
15003,
1988,
11,
543,
11481,
318,
5626,
262,
976,
355,
262,
717,
35186,
12,
17618,
287,
262,
2393,
198,
220,
220,
220,
22037,
62,
24588,
3712,
5317,
796,
657,
628,
198,
220,
220,
220,
3452,
62,
7983,
13,
312,
62,
796,
705,
19355,
220,
1303,
15003,
1988,
11,
543,
11481,
318,
5626,
262,
976,
355,
262,
717,
6333,
4686,
287,
262,
2393,
198,
220,
220,
220,
24443,
16424,
7,
16793,
62,
10057,
11,
3452,
62,
7983,
8,
628,
220,
220,
220,
1775,
62,
25677,
3712,
33,
970,
796,
3991,
3712,
33,
970,
198,
220,
220,
220,
3492,
62,
1462,
62,
30619,
62,
824,
65,
24764,
3712,
33,
970,
796,
3991,
198,
220,
220,
220,
1775,
62,
824,
65,
24764,
3712,
33,
970,
796,
3991,
198,
220,
220,
220,
1775,
62,
265,
3150,
3712,
33,
970,
796,
3991,
198,
220,
220,
220,
1775,
62,
19849,
3712,
33,
970,
796,
3991,
628,
220,
220,
220,
1303,
15003,
7032,
329,
32096,
257,
366,
10943,
9782,
1,
1627,
198,
220,
220,
220,
369,
478,
62,
1370,
62,
37266,
3712,
3103,
478,
13949,
10044,
4105,
796,
1482,
478,
13949,
10044,
4105,
7,
5317,
58,
4357,
10100,
58,
12962,
628,
220,
220,
220,
1303,
15003,
7032,
329,
32096,
257,
366,
1404,
2662,
1,
1627,
198,
220,
220,
220,
22037,
62,
1370,
62,
37266,
3712,
2953,
296,
13949,
10044,
4105,
796,
33102,
13949,
10044,
4105,
3419,
628,
220,
220,
220,
1700,
62,
411,
312,
518,
62,
3672,
3712,
10100,
796,
13538,
628,
628,
220,
220,
220,
1280,
7,
6978,
8,
466,
2393,
198,
220,
220,
220,
220,
220,
220,
220,
329,
1627,
287,
1123,
1370,
7,
7753,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
25677,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
5145,
15898,
62,
25677,
11405,
923,
2032,
342,
7,
1370,
553,
37682,
1137,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
4129,
7,
1370,
8,
18189,
7930,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6808,
13,
3672,
62,
796,
10283,
7,
1370,
58,
5066,
25,
2791,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1775,
62,
25677,
796,
2081,
3712,
33,
970,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
628,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
923,
2032,
342,
7,
1370,
553,
5781,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
353,
62,
1930,
1756,
11,
21136,
7,
5317,
2414,
11,
36311,
7,
1370,
58,
22,
25,
1157,
60,
22305,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
628,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
21928,
1167,
418,
546,
262,
23235,
543,
8277,
287,
264,
36299,
24764,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
5145,
15898,
62,
824,
65,
24764,
11405,
923,
2032,
342,
7,
1370,
11,
366,
5432,
33,
18672,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5166,
796,
21136,
5432,
33,
623,
13949,
7,
1370,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
824,
65,
623,
62,
79,
3468,
11,
5166,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
824,
65,
24764,
11,
5166,
23029,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3492,
62,
1462,
62,
30619,
62,
824,
65,
24764,
796,
2081,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
8499,
1719,
1775,
477,
286,
262,
264,
36299,
24764,
3297,
606,
284,
1568,
1064,
262,
3376,
23235,
4577,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
3492,
62,
1462,
62,
30619,
62,
824,
65,
24764,
11405,
5145,
9688,
2032,
342,
7,
1370,
553,
5432,
33,
18672,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1775,
62,
824,
65,
24764,
796,
2081,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3492,
62,
1462,
62,
30619,
62,
824,
65,
24764,
796,
3991,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3297,
0,
7,
824,
65,
24764,
11,
435,
70,
28,
44402,
295,
42758,
11,
300,
83,
796,
8996,
62,
824,
65,
24764,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
265,
3150,
286,
1438,
366,
38475,
1,
5594,
284,
264,
36299,
24764,
13,
11602,
22037,
284,
264,
36299,
623,
5726,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
357,
14421,
62,
824,
65,
623,
62,
9630,
19841,
4129,
7,
824,
65,
24764,
4008,
11405,
923,
2032,
342,
7,
1370,
553,
1404,
2662,
4943,
11405,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
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,
36311,
7,
1370,
58,
1485,
25,
1433,
12962,
6624,
366,
38475,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
19796,
3709,
422,
6723,
33,
18672,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1459,
62,
824,
65,
623,
796,
264,
36299,
24764,
58,
14421,
62,
824,
65,
623,
62,
9630,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
33491,
366,
38475,
1,
351,
257,
1351,
286,
1744,
3891,
286,
23235,
543,
8209,
287,
264,
36299,
24764,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1627,
58,
1828,
60,
6624,
1459,
62,
824,
65,
623,
13,
7983,
62,
312,
11405,
1459,
62,
824,
65,
623,
13,
411,
62,
22510,
6624,
220,
21136,
7,
5317,
11,
36311,
7,
1370,
58,
1954,
25,
2075,
60,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
264,
36299,
24764,
62,
1462,
62,
265,
3150,
58,
14421,
62,
824,
65,
623,
60,
796,
4532,
62,
353,
62,
521,
1063,
7,
29572,
7,
5317,
2414,
11,
36311,
7,
1370,
58,
22,
25,
1157,
12962,
828,
1059,
62,
1930,
1756,
38381,
16,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1459,
62,
824,
65,
623,
62,
9630,
15853,
352,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
628,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
19849,
3951,
532,
1724,
356,
761,
284,
5678,
257,
649,
2746,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
923,
2032,
342,
7,
1370,
553,
33365,
3698,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
5145,
15898,
62,
19849,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2147,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
20311,
1096,
2496,
62,
10057,
290,
24443,
340,
284,
1080,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
24443,
16424,
7,
15763,
11,
2496,
62,
10057,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2496,
62,
10057,
796,
4482,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3452,
62,
7983,
796,
21853,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3452,
62,
7983,
13,
312,
62,
796,
705,
32,
6,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8654,
62,
411,
312,
518,
62,
3672,
796,
3452,
62,
411,
312,
518,
13,
3672,
62,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3452,
62,
411,
312,
518,
796,
1874,
312,
518,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3452,
62,
411,
312,
518,
13,
411,
62,
17618,
62,
796,
352,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3452,
62,
411,
312,
518,
13,
3672,
62,
796,
8654,
62,
411,
312,
518,
62,
3672,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3452,
62,
411,
312,
518,
13,
271,
62,
43332,
78,
62,
796,
3991,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
24443,
16424,
7,
16793,
62,
10057,
11,
3452,
62,
7983,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
24443,
16424,
7,
42861,
62,
7983,
11,
3452,
62,
411,
312,
518,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
22037,
62,
24588,
796,
657,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1775,
62,
19849,
796,
2081,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
22759,
15898,
62,
265,
3150,
11405,
923,
2032,
342,
7,
1370,
553,
1404,
2662,
4943,
8614,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5145,
15898,
62,
265,
3150,
11405,
923,
2032,
342,
7,
1370,
553,
39,
2767,
1404,
44,
48774,
220,
11405,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1627,
58,
1558,
60,
287,
19203,
705,
4032,
32,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
22037,
62,
24588,
15853,
352,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1700,
62,
7983,
62,
312,
796,
1627,
58,
1828,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3452,
62,
7983,
13,
312,
62,
6624,
705,
19355,
11405,
357,
42861,
62,
7983,
13,
312,
62,
796,
1700,
62,
7983,
62,
312,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1700,
62,
411,
312,
518,
62,
3672,
796,
10283,
7,
1370,
58,
1507,
25,
1238,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1700,
62,
411,
312,
518,
62,
17618,
796,
21136,
7,
5317,
2414,
11,
36311,
7,
1370,
58,
1954,
25,
2075,
60,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
17953,
6333,
611,
649,
6333,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1700,
62,
7983,
62,
312,
14512,
3452,
62,
7983,
13,
312,
62,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
271,
262,
1306,
47185,
5594,
284,
1194,
6333,
11,
2251,
262,
6333,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3452,
62,
7983,
796,
21853,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3452,
62,
7983,
13,
312,
62,
796,
1700,
62,
7983,
62,
312,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
24443,
16424,
7,
16793,
62,
10057,
11,
3452,
62,
7983,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1700,
62,
411,
312,
518,
62,
17618,
14512,
3452,
62,
411,
312,
518,
13,
411,
62,
17618,
62,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3452,
62,
411,
312,
518,
796,
1874,
312,
518,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3452,
62,
411,
312,
518,
13,
411,
62,
17618,
62,
796,
1700,
62,
411,
312,
518,
62,
17618,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3452,
62,
411,
312,
518,
13,
3672,
62,
796,
1700,
62,
411,
312,
518,
62,
3672,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3452,
62,
411,
312,
518,
13,
271,
62,
43332,
78,
62,
796,
3991,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
3452,
62,
411,
312,
518,
13,
3672,
62,
287,
39869,
78,
62,
12832,
2340,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
900,
21746,
7,
42861,
62,
411,
312,
518,
11,
5855,
321,
2879,
62,
46309,
1600,
7942,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
24443,
16424,
7,
42861,
62,
7983,
11,
3452,
62,
411,
312,
518,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
17953,
23235,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
22037,
62,
1370,
62,
37266,
13,
46911,
796,
22037,
62,
24588,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
44267,
62,
37696,
3712,
2953,
296,
796,
21136,
2953,
296,
13949,
7,
37696,
62,
1370,
62,
37266,
11,
1627,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
1169,
691,
3119,
826,
783,
460,
307,
262,
14445,
78,
3119,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
4129,
7,
79,
945,
276,
62,
37696,
13,
48310,
62,
8,
14512,
657,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3452,
62,
411,
312,
518,
13,
271,
62,
43332,
78,
62,
796,
2081,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
24443,
16424,
7,
42861,
62,
411,
312,
518,
11,
44267,
62,
37696,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
628,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
923,
2032,
342,
7,
1370,
11,
366,
10943,
9782,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1775,
62,
265,
3150,
6624,
3991,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1775,
62,
265,
3150,
796,
2081,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
23235,
796,
2824,
2953,
3150,
7,
16793,
62,
10057,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1775,
62,
19849,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
24443,
16424,
7,
15763,
11,
2496,
62,
10057,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6565,
0,
7,
1102,
478,
62,
1370,
62,
37266,
13,
65,
42703,
62,
265,
3150,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6565,
0,
7,
1102,
478,
62,
1370,
62,
37266,
13,
83,
482,
641,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
37228,
62,
37696,
62,
2655,
8231,
796,
21136,
3103,
478,
13949,
7,
1102,
478,
62,
1370,
62,
37266,
11,
1627,
737,
65,
42703,
62,
265,
3150,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
37228,
62,
37696,
62,
2655,
8231,
796,
4532,
62,
353,
62,
521,
1063,
7,
65,
42703,
62,
37696,
62,
2655,
8231,
11,
1059,
62,
1930,
1756,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
11389,
287,
37228,
62,
37696,
62,
2655,
8231,
58,
17,
25,
437,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2251,
33,
623,
7,
265,
3150,
58,
65,
42703,
62,
37696,
62,
2655,
8231,
58,
16,
60,
4357,
23235,
58,
46911,
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,
1502,
28,
12532,
1137,
834,
50,
2751,
2538,
11,
2099,
28,
25216,
834,
8220,
23428,
3525,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1303,
1640,
1123,
264,
36299,
623,
5166,
11,
787,
257,
6314,
731,
21006,
262,
734,
11188,
23235,
1262,
262,
8633,
198,
220,
220,
220,
329,
357,
824,
65,
623,
16,
11,
264,
36299,
623,
17,
8,
287,
264,
36299,
623,
62,
79,
3468,
198,
220,
220,
220,
220,
220,
220,
220,
12233,
33,
623,
7,
265,
3150,
58,
824,
65,
24764,
62,
1462,
62,
265,
3150,
58,
824,
65,
623,
16,
60,
4357,
23235,
58,
824,
65,
24764,
62,
1462,
62,
265,
3150,
58,
824,
65,
623,
17,
11907,
8,
198,
220,
220,
220,
220,
220,
220,
220,
257,
796,
2251,
33,
623,
7,
265,
3150,
58,
824,
65,
24764,
62,
1462,
62,
265,
3150,
58,
824,
65,
623,
16,
60,
4357,
23235,
58,
824,
65,
24764,
62,
1462,
62,
265,
3150,
58,
824,
65,
623,
17,
60,
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,
1502,
28,
12532,
1137,
834,
50,
2751,
2538,
11,
2099,
28,
25216,
834,
26288,
6239,
11909,
14114,
62,
11473,
2389,
8264,
8,
198,
220,
220,
220,
886,
628,
198,
220,
220,
220,
611,
6808,
13,
3672,
62,
6624,
13538,
198,
220,
220,
220,
220,
220,
220,
220,
20218,
796,
1064,
12957,
7203,
14,
1600,
6978,
8,
198,
220,
220,
220,
220,
220,
220,
220,
611,
318,
22366,
7,
29510,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6808,
62,
3672,
62,
796,
3108,
58,
16,
25,
437,
12,
19,
60,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6808,
13,
3672,
62,
796,
3108,
58,
29510,
58,
16,
48688,
16,
25,
437,
12,
19,
60,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
628,
220,
220,
220,
611,
5145,
15898,
62,
19849,
198,
220,
220,
220,
220,
220,
220,
220,
2496,
62,
10057,
13,
3672,
62,
796,
6808,
13,
3672,
62,
198,
220,
220,
220,
220,
220,
220,
220,
1312,
796,
352,
198,
220,
220,
220,
220,
220,
220,
220,
329,
6333,
287,
2824,
1925,
1299,
7,
16793,
62,
10057,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
6333,
13,
312,
62,
1279,
705,
32,
6,
33747,
72,
12,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4686,
87,
796,
2558,
7,
7983,
13,
312,
62,
8,
532,
2558,
10786,
32,
11537,
1343,
16,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
4686,
87,
1279,
352,
220,
220,
220,
220,
220,
1303,
40198,
14659,
351,
6565,
14,
18820,
1877,
1149,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6333,
13,
312,
62,
796,
705,
32,
6,
33747,
72,
12,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1312,
15853,
352,
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,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
442,
62,
75,
796,
2824,
1925,
1299,
7,
16793,
62,
10057,
38381,
312,
87,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
24443,
50,
27448,
7,
354,
62,
75,
13,
12957,
62,
9410,
62,
11,
6333,
13,
11085,
62,
9410,
62,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4781,
16424,
7,
7983,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6333,
13,
312,
62,
796,
705,
32,
6,
33747,
72,
12,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1312,
15853,
352,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
2496,
62,
10057,
198,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
900,
21746,
7,
15763,
11,
7203,
6738,
45,
13599,
1600,
7942,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
329,
357,
22510,
11,
10057,
8,
287,
27056,
378,
7,
33327,
11964,
82,
7,
15763,
38381,
17,
25,
437,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1080,
13,
3672,
62,
796,
6808,
13,
3672,
62,
9,
1,
21215,
9,
8841,
7,
22510,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1312,
796,
352,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
6333,
287,
2824,
1925,
1299,
7,
16793,
62,
10057,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
6333,
13,
312,
62,
1279,
705,
32,
6,
33747,
72,
12,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4686,
87,
796,
2558,
7,
7983,
13,
312,
62,
8,
532,
2558,
10786,
32,
11537,
1343,
16,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
442,
62,
75,
796,
2824,
1925,
1299,
7,
16793,
62,
10057,
38381,
312,
87,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
24443,
50,
27448,
7,
354,
62,
75,
13,
12957,
62,
9410,
62,
11,
6333,
13,
11085,
62,
9410,
62,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4781,
16424,
7,
7983,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6333,
13,
312,
62,
796,
705,
32,
6,
33747,
72,
12,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1312,
15853,
352,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
30073,
13100,
625,
198,
220,
220,
220,
220,
220,
220,
220,
938,
62,
17597,
796,
938,
7,
1136,
26829,
7,
15763,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
938,
62,
17597,
62,
65,
24764,
796,
2824,
33,
24764,
7,
12957,
62,
17597,
8,
198,
220,
220,
220,
220,
220,
220,
220,
22037,
62,
2655,
8231,
62,
79,
3468,
3712,
38469,
90,
51,
29291,
90,
5317,
2414,
11,
2558,
2414,
11709,
796,
47527,
65,
623,
13,
10459,
44807,
46911,
62,
11,
6314,
13,
16793,
44807,
46911,
62,
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,
220,
220,
220,
220,
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,
6314,
287,
938,
62,
17597,
62,
65,
24764,
60,
628,
220,
220,
220,
220,
220,
220,
220,
329,
25064,
287,
651,
26829,
7,
15763,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
23235,
796,
2824,
2953,
3150,
7,
17597,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
6314,
287,
938,
62,
17597,
62,
65,
24764,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2251,
33,
623,
7,
265,
3150,
58,
65,
623,
13,
10459,
44807,
46911,
62,
4357,
23235,
58,
65,
623,
13,
16793,
44807,
46911,
62,
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,
1438,
796,
6314,
13,
3672,
62,
11,
1502,
796,
6314,
13,
65,
623,
62,
2875,
62,
11,
2099,
796,
6314,
13,
65,
623,
62,
4906,
62,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6608,
796,
6314,
13,
48310,
62,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
6808,
198,
220,
220,
220,
886,
628,
198,
220,
220,
220,
1441,
6808,
198,
437,
628,
198,
2,
16024,
44909,
942,
9743,
4645,
290,
5387,
30751,
691,
262,
13100,
198,
37811,
198,
220,
220,
220,
4482,
7,
6978,
3712,
10100,
8,
198,
42316,
82,
257,
4600,
11964,
63,
422,
257,
350,
11012,
2393,
379,
4600,
6978,
44646,
198,
37811,
198,
8818,
4482,
7,
6978,
3712,
10100,
8,
198,
220,
220,
220,
611,
886,
2032,
342,
7,
6978,
11,
27071,
79,
9945,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
6808,
796,
21136,
5760,
33,
7,
6978,
2599,
25,
11964,
198,
220,
220,
220,
220,
220,
220,
220,
329,
25064,
287,
2824,
11964,
82,
7,
15763,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
25064,
13,
17618,
62,
1659,
62,
17197,
62,
796,
954,
26829,
7,
17597,
8,
628,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
6808,
198,
220,
220,
220,
886,
198,
437,
198
] | 2.013446 | 6,991 |
import Term: Panel, TextBox
@testset "\e[34mPanel - no content" begin
for style in ("default", "red", "on_blue")
testpanel(
Panel(;fit=true, style=style), 3, 2
)
testpanel(
Panel(), 88, 2
)
testpanel(
Panel(; width=12, height=4, style=style), 12, 4
)
end
end
@testset "\e[34mPANEL - fit - measure" begin
for style in ("default", "red", "on_blue")
for justify in (:left, :center, :right)
# ----------------------------- text only content ---------------------------- #
testpanel(
Panel("t"; fit=true, style=style), 7, 3
)
testpanel(
Panel("test"; fit=true, style=style), 10, 3
)
testpanel(
Panel("1234\n123456789012"; fit=true, style=style), 18, 4
)
testpanel(
Panel("나랏말싸미 듕귁에 달아"; fit=true, style=style), 28, 3
)
testpanel(
Panel("나랏말싸미 듕귁에 달아\n1234567890123456789012"; fit=true, style=style), 28, 4
)
testpanel(
Panel("."^500; fit=true, style=style), displaysize(stdout)[2]-4, nothing
)
# ------------------------------- nested panels ------------------------------ #
testpanel(
Panel(
Panel("test"; fit=true, style=style);
fit=true, style=style),
16, 5
)
testpanel(
Panel(
Panel(Panel("."; fit=true, style=style); fit=true, style=style);
fit=true, style=style), 19, 7
)
# @test_nothrow Panel(
# Panel("."^250; fit=true, style=style); fit=true, style=style
# )
end
end
end
@testset "\e[34mPANEL - nofit - measure" begin
for style in ("default", "red", "on_blue")
for justify in (:left, :center, :right)
# ----------------------------- text only content ---------------------------- #
testpanel(
Panel("t"; style=style), 88, 3
)
testpanel(
Panel("test"; style=style), 88, 3
)
testpanel(
Panel("1234\n123456789012"; style=style), 88, 4
)
testpanel(
Panel("나랏말싸미 듕귁에 달아"; style=style), 88, 3
)
testpanel(
Panel("나랏말싸미 듕귁에 달아\n1234567890123456789012"; style=style), 88, 4
)
testpanel(
Panel("."^1500; style=style), 88, 21
)
# ------------------------------- nested panels ------------------------------ #
testpanel(
Panel(
Panel("test");
fit=true, style=style), 94, 5
)
testpanel(
Panel(
Panel(Panel("."); fit=true, style=style);
fit=true, style=style), 100, 7
)
testpanel(
Panel(
Panel("."^250); fit=true, style=style
), 94, 8
)
testpanel(
Panel(
Panel("test"; style=style);
), 94, 5
)
testpanel(
Panel(
Panel(Panel("."; style=style); style=style);
), 100, 7
)
testpanel(
Panel(
Panel("."^250; style=style);
), 94, 8
)
testpanel(
Panel(
Panel("t1"; style=style),
Panel("t2"; style=style),
), 94, 8
)
testpanel(
Panel(
Panel("test", width=22); width=30, height=8
), 30, 8
)
testpanel(
Panel(
Panel("test", width=42); width=30, height=8
), 48, 8
)
testpanel(
Panel(
Panel("test", width=42,height=12); width=30, height=8
), 48, 14
)
end
end
end
@testset "\e[34mPanel + renderables" begin
testpanel(
Panel(
RenderableText("x".^5)
), 88, 3
)
testpanel(
Panel(
RenderableText("x".^500)
), 88, nothing
)
testpanel(
Panel(
RenderableText("x".^5); fit=true
), 11, 3
)
testpanel(
Panel(
RenderableText("x".^500); fit=true
), displaysize(stdout)[2]-4, nothing
)
end
@testset "\e[34mPANEL - titles" begin
for fit in (true, false)
for justify in (:left, :center, :right)
for style in ("red", "bold", "default", "on_green")
testpanel(
Panel("."^50, title="test",
title_style=style,
title_justify=justify,
subtitle="subtest",
subtitle_style=style,
subtitle_justify=justify,
fit=fit
),
fit ? nothing : 88,
nothing
)
testpanel(
Panel(
Panel("."^50, title="test",
title_style=style,
title_justify=justify,
subtitle="subtest",
subtitle_style=style,
subtitle_justify=justify,
fit=fit,
)
),
fit ? nothing : 94,
nothing
)
end
end
end
end
@testset "\e[34mTBOX" begin
w = displaysize(stdout)[2]
for justify in (:left, :center, :right)
testpanel(
TextBox(
"nofit"^25;
width=1000,
justify=justify
),w - 4, nothing)
testpanel(
TextBox(
"truncate"^25;
width=100,
fit=:truncate,
justify=justify
), 100, 3)
testpanel(
TextBox(
"truncate"^25;
width=100,
justify=justify
), 100, 7)
testpanel(
TextBox(
"truncate"^8;
fit=:fit,
justify=justify
), 68, 4)
testpanel(
TextBox(
"[red]truncate[/red]"^8;
fit=:fit,
justify=justify
), 68, 4)
testpanel(
TextBox(
"[red]truncate[/red]test"^8;
fit=:fit,
justify=justify
), 100, 4)
testpanel(TextBox(
"[red]tru\nncate[/red]test"^1;
fit=:fit,
justify=justify
), 13, 7)
end
end
@testset "\e[34mPanel - padding" begin
p = Panel("."^24; padding = [4, 4, 2, 2])
testpanel(p, 88, 7)
# @test string(p) == "\e[22m╭──────────────────────────────────────────────────────────────────────────────────────╮\e[22m\n\e[22m│\e[22m \e[22m│\e[22m\n\e[22m│\e[22m \e[22m│\e[22m\n\e[22m│\e[22m ........................ \e[22m│\e[22m\n\e[22m│\e[22m \e[22m│\e[22m\n\e[22m│\e[22m \e[22m│\e[22m\n\e[22m╰──────────────────────────────────────────────────────────────────────────────────────╯\e[22m"
p = Panel("."^24; padding = [4, 4, 2, 2], fit=true)
testpanel(p, 34, 7)
end | [
11748,
35118,
25,
18810,
11,
8255,
14253,
628,
198,
198,
31,
9288,
2617,
37082,
68,
58,
2682,
76,
26639,
532,
645,
2695,
1,
2221,
198,
220,
220,
220,
329,
3918,
287,
5855,
12286,
1600,
366,
445,
1600,
366,
261,
62,
17585,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
1332,
35330,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18810,
7,
26,
11147,
28,
7942,
11,
3918,
28,
7635,
828,
513,
11,
362,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
1332,
35330,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18810,
22784,
9193,
11,
362,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
1332,
35330,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18810,
7,
26,
9647,
28,
1065,
11,
6001,
28,
19,
11,
3918,
28,
7635,
828,
1105,
11,
604,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
886,
198,
198,
437,
198,
198,
31,
9288,
2617,
37082,
68,
58,
2682,
76,
47,
1565,
3698,
532,
4197,
532,
3953,
1,
2221,
198,
220,
220,
220,
329,
3918,
287,
5855,
12286,
1600,
366,
445,
1600,
366,
261,
62,
17585,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
329,
12051,
287,
357,
25,
9464,
11,
1058,
16159,
11,
1058,
3506,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
34400,
32501,
2420,
691,
2695,
34400,
10541,
1303,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1332,
35330,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18810,
7203,
83,
8172,
4197,
28,
7942,
11,
3918,
28,
7635,
828,
767,
11,
513,
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,
1332,
35330,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18810,
7203,
9288,
8172,
4197,
28,
7942,
11,
3918,
28,
7635,
828,
838,
11,
513,
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,
1332,
35330,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18810,
7203,
1065,
2682,
59,
77,
10163,
2231,
3134,
4531,
30206,
8172,
4197,
28,
7942,
11,
3918,
28,
7635,
828,
1248,
11,
604,
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,
1332,
35330,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18810,
7203,
167,
224,
246,
167,
252,
237,
167,
100,
238,
168,
233,
116,
167,
107,
116,
31619,
241,
243,
166,
115,
223,
168,
245,
238,
31619,
233,
105,
168,
243,
226,
8172,
4197,
28,
7942,
11,
3918,
28,
7635,
828,
2579,
11,
513,
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,
1332,
35330,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18810,
7203,
167,
224,
246,
167,
252,
237,
167,
100,
238,
168,
233,
116,
167,
107,
116,
31619,
241,
243,
166,
115,
223,
168,
245,
238,
31619,
233,
105,
168,
243,
226,
59,
77,
10163,
2231,
3134,
4531,
486,
1954,
2231,
3134,
4531,
30206,
8172,
4197,
28,
7942,
11,
3918,
28,
7635,
828,
2579,
11,
604,
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,
1332,
35330,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18810,
7203,
526,
61,
4059,
26,
4197,
28,
7942,
11,
3918,
28,
7635,
828,
11298,
1096,
7,
19282,
448,
38381,
17,
45297,
19,
11,
2147,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
34400,
24305,
28376,
13043,
34400,
26171,
1303,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1332,
35330,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18810,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18810,
7203,
9288,
8172,
4197,
28,
7942,
11,
3918,
28,
7635,
1776,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4197,
28,
7942,
11,
3918,
28,
7635,
828,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1467,
11,
642,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1332,
35330,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18810,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18810,
7,
26639,
7203,
526,
26,
4197,
28,
7942,
11,
3918,
28,
7635,
1776,
4197,
28,
7942,
11,
3918,
28,
7635,
1776,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4197,
28,
7942,
11,
3918,
28,
7635,
828,
678,
11,
767,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
2488,
9288,
62,
77,
849,
808,
18810,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
220,
220,
220,
220,
220,
220,
220,
220,
18810,
7203,
526,
61,
9031,
26,
4197,
28,
7942,
11,
3918,
28,
7635,
1776,
4197,
28,
7942,
11,
3918,
28,
7635,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
628,
198,
198,
31,
9288,
2617,
37082,
68,
58,
2682,
76,
47,
1565,
3698,
532,
645,
11147,
532,
3953,
1,
2221,
198,
220,
220,
220,
329,
3918,
287,
5855,
12286,
1600,
366,
445,
1600,
366,
261,
62,
17585,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
329,
12051,
287,
357,
25,
9464,
11,
1058,
16159,
11,
1058,
3506,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
34400,
32501,
2420,
691,
2695,
34400,
10541,
1303,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1332,
35330,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18810,
7203,
83,
8172,
3918,
28,
7635,
828,
9193,
11,
513,
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,
1332,
35330,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18810,
7203,
9288,
8172,
3918,
28,
7635,
828,
9193,
11,
513,
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,
1332,
35330,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18810,
7203,
1065,
2682,
59,
77,
10163,
2231,
3134,
4531,
30206,
8172,
3918,
28,
7635,
828,
9193,
11,
604,
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,
1332,
35330,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18810,
7203,
167,
224,
246,
167,
252,
237,
167,
100,
238,
168,
233,
116,
167,
107,
116,
31619,
241,
243,
166,
115,
223,
168,
245,
238,
31619,
233,
105,
168,
243,
226,
8172,
3918,
28,
7635,
828,
9193,
11,
513,
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,
1332,
35330,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18810,
7203,
167,
224,
246,
167,
252,
237,
167,
100,
238,
168,
233,
116,
167,
107,
116,
31619,
241,
243,
166,
115,
223,
168,
245,
238,
31619,
233,
105,
168,
243,
226,
59,
77,
10163,
2231,
3134,
4531,
486,
1954,
2231,
3134,
4531,
30206,
8172,
3918,
28,
7635,
828,
9193,
11,
604,
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,
1332,
35330,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18810,
7203,
526,
61,
33698,
26,
3918,
28,
7635,
828,
9193,
11,
2310,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
34400,
24305,
28376,
13043,
34400,
26171,
1303,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1332,
35330,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18810,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18810,
7203,
9288,
15341,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4197,
28,
7942,
11,
3918,
28,
7635,
828,
10048,
11,
642,
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,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1332,
35330,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18810,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18810,
7,
26639,
7203,
526,
1776,
4197,
28,
7942,
11,
3918,
28,
7635,
1776,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4197,
28,
7942,
11,
3918,
28,
7635,
828,
1802,
11,
767,
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,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1332,
35330,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18810,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18810,
7203,
526,
61,
9031,
1776,
4197,
28,
7942,
11,
3918,
28,
7635,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10612,
10048,
11,
807,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1332,
35330,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18810,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18810,
7203,
9288,
8172,
3918,
28,
7635,
1776,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10612,
10048,
11,
642,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1332,
35330,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18810,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18810,
7,
26639,
7203,
526,
26,
3918,
28,
7635,
1776,
3918,
28,
7635,
1776,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10612,
1802,
11,
767,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1332,
35330,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18810,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18810,
7203,
526,
61,
9031,
26,
3918,
28,
7635,
1776,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10612,
10048,
11,
807,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1332,
35330,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18810,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18810,
7203,
83,
16,
8172,
3918,
28,
7635,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18810,
7203,
83,
17,
8172,
3918,
28,
7635,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10612,
10048,
11,
807,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1332,
35330,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18810,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18810,
7203,
9288,
1600,
9647,
28,
1828,
1776,
220,
9647,
28,
1270,
11,
6001,
28,
23,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10612,
1542,
11,
807,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1332,
35330,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18810,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18810,
7203,
9288,
1600,
9647,
28,
3682,
1776,
220,
9647,
28,
1270,
11,
6001,
28,
23,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10612,
4764,
11,
807,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1332,
35330,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18810,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18810,
7203,
9288,
1600,
9647,
28,
3682,
11,
17015,
28,
1065,
1776,
220,
9647,
28,
1270,
11,
6001,
28,
23,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10612,
4764,
11,
1478,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
628,
198,
31,
9288,
2617,
37082,
68,
58,
2682,
76,
26639,
1343,
8543,
2977,
1,
2221,
198,
220,
220,
220,
1332,
35330,
7,
198,
220,
220,
220,
220,
220,
220,
220,
18810,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
46722,
540,
8206,
7203,
87,
1911,
61,
20,
8,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
9193,
11,
513,
198,
220,
220,
220,
1267,
628,
198,
220,
220,
220,
1332,
35330,
7,
198,
220,
220,
220,
220,
220,
220,
220,
18810,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
46722,
540,
8206,
7203,
87,
1911,
61,
4059,
8,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
9193,
11,
2147,
198,
220,
220,
220,
1267,
628,
198,
220,
220,
220,
1332,
35330,
7,
198,
220,
220,
220,
220,
220,
220,
220,
18810,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
46722,
540,
8206,
7203,
87,
1911,
61,
20,
1776,
4197,
28,
7942,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
1367,
11,
513,
198,
220,
220,
220,
1267,
628,
220,
220,
220,
1332,
35330,
7,
198,
220,
220,
220,
220,
220,
220,
220,
18810,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
46722,
540,
8206,
7203,
87,
1911,
61,
4059,
1776,
4197,
28,
7942,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
11298,
1096,
7,
19282,
448,
38381,
17,
45297,
19,
11,
2147,
198,
220,
220,
220,
1267,
198,
198,
437,
628,
198,
31,
9288,
2617,
37082,
68,
58,
2682,
76,
47,
1565,
3698,
532,
8714,
1,
2221,
198,
220,
220,
220,
329,
4197,
287,
357,
7942,
11,
3991,
8,
198,
220,
220,
220,
220,
220,
220,
220,
329,
12051,
287,
357,
25,
9464,
11,
1058,
16159,
11,
1058,
3506,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
3918,
287,
5855,
445,
1600,
366,
36575,
1600,
366,
12286,
1600,
366,
261,
62,
14809,
4943,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1332,
35330,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18810,
7203,
526,
61,
1120,
11,
3670,
2625,
9288,
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,
3670,
62,
7635,
28,
7635,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3670,
62,
3137,
1958,
28,
3137,
1958,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
37960,
2625,
7266,
9288,
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,
37960,
62,
7635,
28,
7635,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
37960,
62,
3137,
1958,
28,
3137,
1958,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4197,
28,
11147,
198,
220,
220,
220,
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,
4197,
5633,
2147,
1058,
9193,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2147,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1332,
35330,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18810,
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,
18810,
7203,
526,
61,
1120,
11,
3670,
2625,
9288,
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,
3670,
62,
7635,
28,
7635,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3670,
62,
3137,
1958,
28,
3137,
1958,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
37960,
2625,
7266,
9288,
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,
37960,
62,
7635,
28,
7635,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
37960,
62,
3137,
1958,
28,
3137,
1958,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4197,
28,
11147,
11,
198,
220,
220,
220,
220,
220,
220,
220,
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,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4197,
5633,
2147,
1058,
10048,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2147,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
220,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
628,
628,
198,
198,
31,
9288,
2617,
37082,
68,
58,
2682,
76,
51,
39758,
1,
2221,
198,
220,
220,
220,
266,
796,
11298,
1096,
7,
19282,
448,
38381,
17,
60,
628,
220,
220,
220,
329,
12051,
287,
357,
25,
9464,
11,
1058,
16159,
11,
1058,
3506,
8,
628,
198,
220,
220,
220,
220,
220,
220,
220,
1332,
35330,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8255,
14253,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
77,
1659,
270,
1,
61,
1495,
26,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9647,
28,
12825,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12051,
28,
3137,
1958,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10612,
86,
532,
604,
11,
2147,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1332,
35330,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8255,
14253,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
2213,
19524,
378,
1,
61,
1495,
26,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9647,
28,
3064,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4197,
28,
25,
2213,
19524,
378,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12051,
28,
3137,
1958,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
1802,
11,
513,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1332,
35330,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8255,
14253,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
2213,
19524,
378,
1,
61,
1495,
26,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9647,
28,
3064,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12051,
28,
3137,
1958,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10612,
1802,
11,
767,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1332,
35330,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8255,
14253,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
2213,
19524,
378,
1,
61,
23,
26,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4197,
28,
25,
11147,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12051,
28,
3137,
1958,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10612,
8257,
11,
604,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1332,
35330,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8255,
14253,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12878,
445,
60,
2213,
19524,
378,
13412,
445,
30866,
61,
23,
26,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4197,
28,
25,
11147,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12051,
28,
3137,
1958,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10612,
8257,
11,
604,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1332,
35330,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8255,
14253,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12878,
445,
60,
2213,
19524,
378,
13412,
445,
60,
9288,
1,
61,
23,
26,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4197,
28,
25,
11147,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12051,
28,
3137,
1958,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10612,
1802,
11,
604,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1332,
35330,
7,
8206,
14253,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12878,
445,
60,
83,
622,
59,
77,
10782,
378,
13412,
445,
60,
9288,
1,
61,
16,
26,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4197,
28,
25,
11147,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12051,
28,
3137,
1958,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10612,
1511,
11,
767,
8,
198,
220,
220,
220,
886,
198,
437,
628,
198,
31,
9288,
2617,
37082,
68,
58,
2682,
76,
26639,
532,
24511,
1,
2221,
198,
220,
220,
220,
220,
198,
220,
220,
220,
279,
796,
18810,
7203,
526,
61,
1731,
26,
24511,
796,
685,
19,
11,
604,
11,
362,
11,
362,
12962,
198,
220,
220,
220,
1332,
35330,
7,
79,
11,
9193,
11,
767,
8,
198,
220,
220,
220,
1303,
2488,
9288,
4731,
7,
79,
8,
6624,
37082,
68,
58,
1828,
76,
22880,
255,
28542,
28542,
28542,
28542,
28542,
28542,
28542,
28542,
28542,
28542,
16068,
8418,
22880,
106,
59,
68,
58,
1828,
76,
59,
77,
59,
68,
58,
1828,
76,
6552,
224,
59,
68,
58,
1828,
76,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3467,
68,
58,
1828,
76,
6552,
224,
59,
68,
58,
1828,
76,
59,
77,
59,
68,
58,
1828,
76,
6552,
224,
59,
68,
58,
1828,
76,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3467,
68,
58,
1828,
76,
6552,
224,
59,
68,
58,
1828,
76,
59,
77,
59,
68,
58,
1828,
76,
6552,
224,
59,
68,
58,
1828,
76,
220,
220,
220,
220,
27754,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3467,
68,
58,
1828,
76,
6552,
224,
59,
68,
58,
1828,
76,
59,
77,
59,
68,
58,
1828,
76,
6552,
224,
59,
68,
58,
1828,
76,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3467,
68,
58,
1828,
76,
6552,
224,
59,
68,
58,
1828,
76,
59,
77,
59,
68,
58,
1828,
76,
6552,
224,
59,
68,
58,
1828,
76,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3467,
68,
58,
1828,
76,
6552,
224,
59,
68,
58,
1828,
76,
59,
77,
59,
68,
58,
1828,
76,
22880,
108,
28542,
28542,
28542,
28542,
28542,
28542,
28542,
28542,
28542,
28542,
16068,
8418,
22880,
107,
59,
68,
58,
1828,
76,
1,
628,
220,
220,
220,
279,
796,
18810,
7203,
526,
61,
1731,
26,
24511,
796,
685,
19,
11,
604,
11,
362,
11,
362,
4357,
4197,
28,
7942,
8,
198,
220,
220,
220,
1332,
35330,
7,
79,
11,
4974,
11,
767,
8,
628,
198,
437
] | 1.570676 | 5,313 |
module Stat
import Gadfly
import StatsBase
using DataArrays
using Compose
using Color
using Loess
using Hexagons
import Gadfly: Scale, Coord, element_aesthetics, default_scales, isconcrete,
nonzero_length, setfield!
import StatsBase: bandwidth, kde
import Distributions: Uniform
import Iterators: chain, cycle, product, partition
include("bincount.jl")
# Apply a series of statistics.
#
# Args:
# stats: Statistics to apply in order.
# scales: Scales used by the plot.
# aes: A Aesthetics instance.
#
# Returns:
# Nothing, modifies aes.
#
function apply_statistics(stats::Vector{Gadfly.StatisticElement},
scales::Dict{Symbol, Gadfly.ScaleElement},
coord::Gadfly.CoordinateElement,
aes::Gadfly.Aesthetics)
for stat in stats
apply_statistic(stat, scales, coord, aes)
end
nothing
end
immutable Nil <: Gadfly.StatisticElement
end
const nil = Nil
immutable Identity <: Gadfly.StatisticElement
end
function apply_statistic(stat::Identity,
scales::Dict{Symbol, Gadfly.ScaleElement},
coord::Gadfly.CoordinateElement,
aes::Gadfly.Aesthetics)
nothing
end
const identity = Identity
immutable HistogramStatistic <: Gadfly.StatisticElement
minbincount::Int
maxbincount::Int
orientation::Symbol
function HistogramStatistic(; bincount=nothing,
minbincount=3,
maxbincount=150,
orientation::Symbol=:vertical)
if bincount != nothing
new(bincount, bincount, orientation)
else
new(minbincount, maxbincount, orientation)
end
end
end
element_aesthetics(::HistogramStatistic) = [:x]
const histogram = HistogramStatistic
function apply_statistic(stat::HistogramStatistic,
scales::Dict{Symbol, Gadfly.ScaleElement},
coord::Gadfly.CoordinateElement,
aes::Gadfly.Aesthetics)
if stat.orientation == :horizontal
var = :y
othervar = :x
minvar = :ymin
maxvar = :ymax
drawmaxvar = :xdrawmax
labelvar = :x_label
else
var = :x
othervar = :y
minvar = :xmin
maxvar = :xmax
drawmaxvar = :ydrawmax
labelvar = :y_label
end
Gadfly.assert_aesthetics_defined("HistogramStatistic", aes, var)
values = getfield(aes, var)
if stat.minbincount > stat.maxbincount
error("Histogram minbincount > maxbincount")
end
if isempty(getfield(aes, var))
setfield!(aes, minvar, Float64[1.0])
setfield!(aes, maxvar, Float64[1.0])
setfield!(aes, othervar, Float64[0.0])
return
end
if haskey(scales, var) && isa(scales[var], Scale.DiscreteScale)
x_min = minimum(values)
x_max = maximum(values)
d = x_max - x_min + 1
bincounts = zeros(Int, d)
for x in values
bincounts[x - x_min + 1] += 1
end
else
d, bincounts = choose_bin_count_1d(values,
stat.minbincount,
stat.maxbincount)
end
x_min = Gadfly.concrete_minimum(values)
x_max = Gadfly.concrete_maximum(values)
binwidth = (x_max - x_min) / d
if aes.color === nothing
setfield!(aes, minvar, Array(Float64, d))
setfield!(aes, maxvar, Array(Float64, d))
setfield!(aes, othervar, Array(Float64, d))
for j in 1:d
getfield(aes, minvar)[j] = x_min + (j - 1) * binwidth
getfield(aes, maxvar)[j] = x_min + j * binwidth
getfield(aes, othervar)[j] = bincounts[j]
end
else
groups = Dict()
for (x, c) in zip(values, cycle(aes.color))
if !Gadfly.isconcrete(x)
continue
end
if !haskey(groups, c)
groups[c] = Float64[x]
else
push!(groups[c], x)
end
end
setfield!(aes, minvar, Array(Float64, d * length(groups)))
setfield!(aes, maxvar, Array(Float64, d * length(groups)))
setfield!(aes, othervar, Array(Float64, d * length(groups)))
colors = Array(ColorValue, d * length(groups))
x_min = Gadfly.concrete_minimum(values)
x_max = Gadfly.concrete_maximum(values)
stack_height = zeros(Int, d)
for (i, (c, xs)) in enumerate(groups)
fill!(bincounts, 0)
for x in xs
if !Gadfly.isconcrete(x)
continue
end
bin = max(1, min(d, int(ceil((x - x_min) / binwidth))))
bincounts[bin] += 1
end
stack_height += bincounts[1:d]
for j in 1:d
idx = (i-1)*d + j
getfield(aes, minvar)[idx] = x_min + (j - 1) * binwidth
getfield(aes, maxvar)[idx] = x_min + j * binwidth
getfield(aes, othervar)[idx] = bincounts[j]
colors[idx] = c
end
end
drawmax = float64(maximum(stack_height))
aes_drawmax = getfield(aes, drawmaxvar)
if aes_drawmax === nothing || aes_drawmax < drawmax
setfield!(aes, drawmaxvar, drawmax)
end
aes.color = PooledDataArray(colors)
end
setfield!(aes, labelvar, Scale.identity_formatter)
end
immutable DensityStatistic <: Gadfly.StatisticElement
# Number of points sampled
n::Int
function DensityStatistic(n=300)
new(n)
end
end
const density = DensityStatistic
element_aesthetics(::DensityStatistic) = [:x, :y]
function apply_statistic(stat::DensityStatistic,
scales::Dict{Symbol, Gadfly.ScaleElement},
coord::Gadfly.CoordinateElement,
aes::Gadfly.Aesthetics)
if !isdefined(:kde)
error("KDE is currently not available for your version of Julia.")
end
Gadfly.assert_aesthetics_defined("DensityStatistic", aes, :x)
if aes.color === nothing
if !isa(aes.x[1], Real)
error("Kernel density estimation only works on Real types.")
end
x_f64 = convert(Vector{Float64}, aes.x)
# When will stat.n ever be <= 1? Seems pointless
# certainly its length will always be 1
window = stat.n > 1 ? bandwidth(x_f64) : 0.1
f = kde(x_f64, width=window, npoints=stat.n)
aes.x = f.x
aes.y = f.density
else
groups = Dict()
for (x, c) in zip(aes.x, cycle(aes.color))
if !haskey(groups, c)
groups[c] = Float64[x]
else
push!(groups[c], x)
end
end
colors = Array(ColorValue, 0)
aes.x = Array(Float64, 0)
aes.y = Array(Float64, 0)
for (c, xs) in groups
window = stat.n > 1 ? bandwidth(xs) : 0.1
f = kde(xs, width=window, npoints=stat.n)
append!(aes.x, f.x)
append!(aes.y, f.density)
for _ in 1:length(f.x)
push!(colors, c)
end
end
aes.color = PooledDataArray(colors)
end
aes.y_label = Gadfly.Scale.identity_formatter
end
immutable Histogram2DStatistic <: Gadfly.StatisticElement
xminbincount::Int
xmaxbincount::Int
yminbincount::Int
ymaxbincount::Int
function Histogram2DStatistic(; xbincount=nothing,
xminbincount=3,
xmaxbincount=150,
ybincount=nothing,
yminbincount=3,
ymaxbincount=150)
if xbincount != nothing
xminbincount = xbincount
xmaxbincount = xbincount
end
if ybincount != nothing
yminbincount = ybincount
ymaxbincount = ybincount
end
new(xminbincount, xmaxbincount, yminbincount, ymaxbincount)
end
end
element_aesthetics(::Histogram2DStatistic) = [:x, :y, :color]
default_scales(::Histogram2DStatistic) = [Gadfly.Scale.continuous_color()]
const histogram2d = Histogram2DStatistic
function apply_statistic(stat::Histogram2DStatistic,
scales::Dict{Symbol, Gadfly.ScaleElement},
coord::Gadfly.CoordinateElement,
aes::Gadfly.Aesthetics)
Gadfly.assert_aesthetics_defined("Histogram2DStatistic", aes, :x, :y)
x_min, x_max = Gadfly.concrete_minimum(aes.x), Gadfly.concrete_maximum(aes.x)
y_min, y_max = Gadfly.concrete_minimum(aes.y), Gadfly.concrete_maximum(aes.y)
if haskey(scales, :x) && isa(scales[:x], Scale.DiscreteScale)
x_categorial = true
xminbincount = x_max - x_min + 1
xmaxbincount = xminbincount
else
x_categorial = false
xminbincount = stat.xminbincount
xmaxbincount = stat.xmaxbincount
end
if haskey(scales, :y) && isa(scales[:y], Scale.DiscreteScale)
y_categorial = true
yminbincount = y_max - y_min + 1
ymaxbincount = yminbincount
else
y_categorial = false
yminbincount = stat.yminbincount
ymaxbincount = stat.ymaxbincount
end
dy, dx, bincounts = choose_bin_count_2d(aes.x, aes.y,
xminbincount, xmaxbincount,
yminbincount, ymaxbincount)
wx = x_categorial ? 1 : (x_max - x_min) / dx
wy = y_categorial ? 1 : (y_max - y_min) / dx
n = 0
for cnt in bincounts
if cnt > 0
n += 1
end
end
if x_categorial
aes.x = Array(Int64, n)
else
aes.xmin = Array(Float64, n)
aes.xmax = Array(Float64, n)
end
if y_categorial
aes.y = Array(Int64, n)
else
aes.ymin = Array(Float64, n)
aes.ymax = Array(Float64, n)
end
k = 1
for i in 1:dy, j in 1:dx
cnt = bincounts[i, j]
if cnt > 0
if x_categorial
aes.x[k] = x_min + (j - 1)
else
aes.xmin[k] = x_min + (j - 1) * wx
aes.xmax[k] = x_min + j * wx
end
if y_categorial
aes.y[k] = y_min + (i - 1)
else
aes.ymin[k] = y_min + (i - 1) * wy
aes.ymax[k] = y_min + i * wy
end
k += 1
end
end
@assert k - 1 == n
if !haskey(scales, :color)
error("Histogram2DStatistic requires a color scale.")
end
color_scale = scales[:color]
if !(typeof(color_scale) <: Scale.ContinuousColorScale)
error("Histogram2DStatistic requires a continuous color scale.")
end
aes.color_key_title = "Count"
data = Gadfly.Data()
data.color = Array(Int, n)
k = 1
for cnt in bincounts
if cnt > 0
data.color[k] = cnt
k += 1
end
end
if x_categorial
aes.x = PooledDataArray(aes.x)
end
if y_categorial
aes.y = PooledDataArray(aes.y)
end
Scale.apply_scale(color_scale, [aes], data)
nothing
end
# Find reasonable places to put tick marks and grid lines.
immutable TickStatistic <: Gadfly.StatisticElement
in_vars::Vector{Symbol}
out_var::String
# fixed ticks, or nothing
ticks::Union(Nothing, AbstractArray)
end
function xticks(ticks::Union(Nothing, AbstractArray)=nothing)
TickStatistic([:x, :xmin, :xmax, :xdrawmin, :xdrawmax], "x", ticks)
end
function yticks(ticks::Union(Nothing, AbstractArray)=nothing)
TickStatistic(
[:y, :ymin, :ymax, :middle, :lower_hinge, :upper_hinge,
:lower_fence, :upper_fence, :ydrawmin, :ydrawmax], "y", ticks)
end
# Apply a tick statistic.
#
# Args:
# stat: statistic.
# aes: aesthetics.
#
# Returns:
# nothing
#
# Modifies:
# aes
#
function apply_statistic(stat::TickStatistic,
scales::Dict{Symbol, Gadfly.ScaleElement},
coord::Gadfly.CoordinateElement,
aes::Gadfly.Aesthetics)
in_group_var = symbol(string(stat.out_var, "group"))
minval, maxval = nothing, nothing
if getfield(aes, in_group_var) === nothing
in_values = {}
categorical = true
for var in stat.in_vars
vals = getfield(aes, var)
if vals != nothing && !isa(vals, PooledDataArray)
categorical = false
end
if vals != nothing
if minval == nothing
minval = first(vals)
end
if maxval == nothing
maxval = first(vals)
end
T = isempty(vals) ? eltype(vals) : typeof(first(vals))
if stat.out_var == "x"
dsize = aes.xsize === nothing ? [nothing] : aes.xsize
elseif stat.out_var == "y"
dsize = aes.ysize === nothing ? [nothing] : aes.ysize
else
dsize = [nothing]
end
size = aes.size === nothing ? [nothing] : aes.size
for (val, s, ds) in zip(vals, cycle(size), cycle(dsize))
if !Gadfly.isconcrete(val) || !isfinite(val)
continue
end
if val < minval || !isfinite(minval)
minval = val
end
if val > maxval || !isfinite(maxval)
maxval = val
end
if s != nothing
minval = min(minval, val - s)
maxval = max(maxval, val + s)
end
if ds != nothing
minval = min(minval, val - ds)
maxval = max(maxval, val + ds)
end
end
push!(in_values, vals)
end
end
if isempty(in_values)
return
end
in_values = chain(in_values...)
else
vals = getfield(aes. in_group_var)
in_values = vals
minval = Gadfly.concrete_minimum(in_values)
maxval = Gadfly.concrete_maximum(in_values)
categorical = true
end
# consider forced tick marks
if stat.ticks != nothing
minval = min(minval, minimum(stat.ticks))
maxval = max(maxval, maximum(stat.ticks))
end
# TODO: handle the outliers aesthetic
n = Gadfly.concrete_length(in_values)
# take into account a forced viewport in cartesian coordinates.
if typeof(coord) == Coord.Cartesian
if stat.out_var == "x"
if !is(coord.xmin, nothing)
minval = min(minval, coord.xmin)
end
if !is(coord.xmax, nothing)
maxval = max(maxval, coord.xmax)
end
elseif stat.out_var == "y"
if !is(coord.ymin, nothing)
minval = min(minval, coord.ymin)
end
if !is(coord.ymax, nothing)
maxval = max(maxval, coord.ymax)
end
end
end
# check the x/yviewmin/max pesudo-aesthetics
if stat.out_var == "x"
if aes.xviewmin != nothing
minval = aes.xviewmin
end
if aes.xviewmax != nothing
maxval = aes.xviewmax
end
elseif stat.out_var == "y"
if aes.yviewmin != nothing
minval = aes.yviewmin
end
if aes.yviewmax != nothing
maxval = aes.yviewmax
end
end
# all the input values in order.
if stat.ticks != nothing
grids = ticks = stat.ticks
viewmin = minval
viewmax = maxval
elseif categorical
ticks = Set()
for val in in_values
push!(ticks, val)
end
ticks = Float64[t for t in ticks]
sort!(ticks)
maxgap = 0
for (i, j) in partition(ticks, 2, 1)
if j - i > maxgap
maxgap = j -i
end
end
if length(ticks) > 20 || maxgap > 1
ticks, viewmin, viewmax = Gadfly.optimize_ticks(minval, maxval)
if ticks[1] == 0
ticks[1] = 1
end
grids = ticks
else
grids = (ticks .- 0.5)[2:end]
end
viewmin = minimum(ticks)
viewmax = maximum(ticks)
else
minval, maxval = promote(minval, maxval)
ticks, viewmin, viewmax =
Gadfly.optimize_ticks(minval, maxval, extend_ticks=true)
grids = ticks
end
# We use the first label function we find for any of the aesthetics. I'm not
# positive this is the right thing to do, or would would be.
labeler = getfield(aes, symbol(string(stat.out_var, "_label")))
setfield!(aes, symbol(string(stat.out_var, "tick")), ticks)
setfield!(aes, symbol(string(stat.out_var, "grid")), grids)
setfield!(aes, symbol(string(stat.out_var, "tick_label")), labeler)
viewmin_var = symbol(string(stat.out_var, "viewmin"))
if getfield(aes, viewmin_var) === nothing ||
getfield(aes, viewmin_var) > viewmin
setfield!(aes, viewmin_var, viewmin)
end
viewmax_var = symbol(string(stat.out_var, "viewmax"))
if getfield(aes, viewmax_var) === nothing ||
getfield(aes, viewmax_var) < viewmax
setfield!(aes, viewmax_var, viewmax)
end
nothing
end
immutable BoxplotStatistic <: Gadfly.StatisticElement
end
element_aesthetics(::BoxplotStatistic) = [:x, :y]
const boxplot = BoxplotStatistic
function apply_statistic(stat::BoxplotStatistic,
scales::Dict{Symbol, Gadfly.ScaleElement},
coord::Gadfly.CoordinateElement,
aes::Gadfly.Aesthetics)
Gadfly.assert_aesthetics_defined("BoxplotStatistic", aes, :y)
groups = Dict()
aes_x = aes.x === nothing ? [nothing] : aes.x
aes_color = aes.color === nothing ? [nothing] : aes.color
T = eltype(aes.y)
for (x, y, c) in zip(cycle(aes_x), aes.y, cycle(aes_color))
if !haskey(groups, (x, c))
groups[(x, c)] = Array(T, 0)
end
push!(groups[(x, c)], y)
end
m = length(groups)
aes.middle = Array(T, m)
aes.lower_hinge = Array(T, m)
aes.upper_hinge = Array(T, m)
aes.lower_fence = Array(T, m)
aes.upper_fence = Array(T, m)
aes.outliers = Vector{T}[]
for (i, ((x, c), ys)) in enumerate(groups)
sort!(ys)
aes.lower_hinge[i], aes.middle[i], aes.upper_hinge[i] =
quantile!(ys, [0.25, 0.5, 0.75])
iqr = aes.upper_hinge[i] - aes.lower_hinge[i]
idx = searchsortedfirst(ys, aes.lower_hinge[i] - 1.5iqr)
aes.lower_fence[i] = ys[idx]
idx = searchsortedlast(ys, aes.upper_hinge[i] + 1.5iqr)
aes.upper_fence[i] = ys[idx]
push!(aes.outliers,
filter(y -> y < aes.lower_fence[i] || y > aes.upper_fence[i], ys))
end
if !is(aes.x, nothing)
aes.x = PooledDataArray(Int64[x for (x, c) in keys(groups)])
end
if !is(aes.color, nothing)
aes.color = PooledDataArray(ColorValue[c for (x, c) in keys(groups)],
levels(aes.color))
end
nothing
end
immutable SmoothStatistic <: Gadfly.StatisticElement
method::Symbol
smoothing::Float64
function SmoothStatistic(; method::Symbol=:loess, smoothing::Float64=0.75)
new(method, smoothing)
end
end
const smooth = SmoothStatistic
element_aesthetics(::SmoothStatistic) = [:x, :y]
function apply_statistic(stat::SmoothStatistic,
scales::Dict{Symbol, Gadfly.ScaleElement},
coord::Gadfly.CoordinateElement,
aes::Gadfly.Aesthetics)
Gadfly.assert_aesthetics_defined("Stat.smooth", aes, :x, :y)
Gadfly.assert_aesthetics_equal_length("Stat.smooth", aes, :x, :y)
if stat.method != :loess
error("The only Stat.smooth method currently supported is loess.")
end
num_steps = 750
if aes.color === nothing
x_min, x_max = minimum(aes.x), maximum(aes.x)
if x_min == x_max
error("Stat.smooth requires more than one distinct x value")
end
# loess can't predict points <x_min or >x_max. Make sure that doesn't
# happen through a floating point fluke
nudge = 1e-5 * (x_max - x_min)
local xs, ys
try
xs = convert(Vector{Float64}, aes.x)
ys = convert(Vector{Float64}, aes.y)
catch
error("Stat.loess requires that x and y be bound to arrays of plain numbers.")
end
aes.x = collect((x_min + nudge):((x_max - x_min) / num_steps):(x_max - nudge))
aes.y = predict(loess(xs, ys, span=stat.smoothing), aes.x)
else
groups = Dict()
aes_color = aes.color === nothing ? [nothing] : aes.color
for (x, y, c) in zip(aes.x, aes.y, cycle(aes_color))
if !haskey(groups, c)
groups[c] = (Float64[], Float64[])
end
try
push!(groups[c][1], x)
push!(groups[c][2], y)
catch
error("Stat.loess requires that x and y be bound to arrays of plain numbers.")
end
end
aes.x = Array(Float64, length(groups) * num_steps)
aes.y = Array(Float64, length(groups) * num_steps)
colors = Array(ColorValue, length(groups) * num_steps)
for (i, (c, (xs, ys))) in enumerate(groups)
x_min, x_max = minimum(xs), maximum(xs)
if x_min == x_max
error("Stat.smooth requires more than one distinct x value")
end
nudge = 1e-5 * (x_max - x_min)
steps = collect((x_min + nudge):((x_max - x_min) / num_steps):(x_max - nudge))
for (j, (x, y)) in enumerate(zip(steps, predict(loess(xs, ys, span=stat.smoothing), steps)))
aes.x[(i - 1) * num_steps + j] = x
aes.y[(i - 1) * num_steps + j] = y
colors[(i - 1) * num_steps + j] = c
end
end
aes.color = PooledDataArray(colors)
end
end
immutable HexBinStatistic <: Gadfly.StatisticElement
xbincount::Int
ybincount::Int
function HexBinStatistic(; xbincount=50, ybincount=50)
new(xbincount, ybincount)
end
end
const hexbin = HexBinStatistic
function apply_statistic(stat::HexBinStatistic,
scales::Dict{Symbol, Gadfly.ScaleElement},
coord::Gadfly.CoordinateElement,
aes::Gadfly.Aesthetics)
xmin, xmax = minimum(aes.x), maximum(aes.x)
ymin, ymax = minimum(aes.y), maximum(aes.y)
xspan, yspan = xmax - xmin, ymax - ymin
xsize = xspan / stat.xbincount
ysize = yspan / stat.ybincount
counts = Dict{(Any, Any), Int}()
for (x, y) in zip(aes.x, aes.y)
h = convert(HexagonOffsetOddR, pointhex(x - xmin + xspan/2,
y - ymin + yspan/2,
xsize, ysize))
idx = (h.q, h.r)
if !haskey(counts, idx)
counts[idx] = 1
else
counts[idx] += 1
end
end
N = length(counts)
aes.x = Array(Float64, N)
aes.y = Array(Float64, N)
data = Gadfly.Data()
data.color = Array(Int, N)
k = 1
for (idx, cnt) in counts
x, y = center(HexagonOffsetOddR(idx[1], idx[2]), xsize, ysize,
xmin - xspan/2, ymin - yspan/2)
aes.x[k] = x
aes.y[k] = y
data.color[k] = cnt
k += 1
end
aes.xsize = [xsize]
aes.ysize = [ysize]
color_scale = scales[:color]
if !(typeof(color_scale) <: Scale.ContinuousColorScale)
error("HexBinGeometry requires a continuous color scale.")
end
Scale.apply_scale(color_scale, [aes], data)
end
function default_scales(::HexBinStatistic)
return [Gadfly.Scale.continuous_color()]
end
immutable StepStatistic <: Gadfly.StatisticElement
direction::Symbol
function StepStatistic(; direction::Symbol=:hv)
return new(direction)
end
end
const step = StepStatistic
function element_aesthetics(::StepStatistic)
return [:x, :y]
end
function apply_statistic(stat::StepStatistic,
scales::Dict{Symbol, Gadfly.ScaleElement},
coord::Gadfly.CoordinateElement,
aes::Gadfly.Aesthetics)
Gadfly.assert_aesthetics_defined("StepStatistic", aes, :x)
Gadfly.assert_aesthetics_defined("StepStatistic", aes, :y)
Gadfly.assert_aesthetics_equal_length("StepStatistic", aes, :x, :y)
points = collect(zip(aes.x, aes.y))
sort!(points, by=first)
n = length(points)
x_step = Array(eltype(aes.x), 2n - 1)
y_step = Array(eltype(aes.y), 2n - 1)
for i in 1:(2n-1)
if isodd(i)
x_step[i] = points[div(i-1,2)+1][1]
y_step[i] = points[div(i-1,2)+1][2]
elseif stat.direction == :hv
x_step[i] = points[div(i-1,2)+2][1]
y_step[i] = points[div(i-1,2)+1][2]
else
x_step[i] = points[div(i-1,2)+1][1]
y_step[i] = points[div(i-1,2)+2][2]
end
end
aes.x = x_step
aes.y = y_step
end
end # module Stat
| [
21412,
5133,
198,
198,
11748,
20925,
12254,
198,
11748,
20595,
14881,
198,
3500,
6060,
3163,
20477,
198,
3500,
3082,
577,
198,
3500,
5315,
198,
3500,
6706,
408,
198,
3500,
22212,
34765,
198,
198,
11748,
20925,
12254,
25,
21589,
11,
22819,
11,
5002,
62,
64,
395,
24965,
11,
4277,
62,
1416,
2040,
11,
318,
1102,
38669,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1729,
22570,
62,
13664,
11,
900,
3245,
0,
198,
11748,
20595,
14881,
25,
19484,
11,
479,
2934,
198,
11748,
46567,
507,
25,
35712,
198,
11748,
40806,
2024,
25,
6333,
11,
6772,
11,
1720,
11,
18398,
198,
198,
17256,
7203,
65,
1939,
608,
13,
20362,
4943,
628,
198,
2,
27967,
257,
2168,
286,
7869,
13,
198,
2,
198,
2,
943,
14542,
25,
198,
2,
220,
220,
9756,
25,
14370,
284,
4174,
287,
1502,
13,
198,
2,
220,
220,
16252,
25,
1446,
2040,
973,
416,
262,
7110,
13,
198,
2,
220,
220,
257,
274,
25,
317,
317,
395,
24965,
4554,
13,
198,
2,
198,
2,
16409,
25,
198,
2,
220,
220,
10528,
11,
953,
6945,
257,
274,
13,
198,
2,
198,
8818,
4174,
62,
14269,
3969,
7,
34242,
3712,
38469,
90,
38,
324,
12254,
13,
17126,
2569,
20180,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16252,
3712,
35,
713,
90,
13940,
23650,
11,
20925,
12254,
13,
29990,
20180,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6349,
3712,
38,
324,
12254,
13,
7222,
45480,
20180,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
257,
274,
3712,
38,
324,
12254,
13,
32,
395,
24965,
8,
198,
220,
220,
220,
329,
1185,
287,
9756,
198,
220,
220,
220,
220,
220,
220,
220,
4174,
62,
14269,
2569,
7,
14269,
11,
16252,
11,
6349,
11,
257,
274,
8,
198,
220,
220,
220,
886,
198,
220,
220,
220,
2147,
198,
437,
198,
198,
8608,
18187,
29213,
1279,
25,
20925,
12254,
13,
17126,
2569,
20180,
198,
437,
198,
198,
9979,
18038,
796,
29213,
198,
198,
8608,
18187,
27207,
1279,
25,
20925,
12254,
13,
17126,
2569,
20180,
198,
437,
198,
198,
8818,
4174,
62,
14269,
2569,
7,
14269,
3712,
7390,
26858,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16252,
3712,
35,
713,
90,
13940,
23650,
11,
20925,
12254,
13,
29990,
20180,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6349,
3712,
38,
324,
12254,
13,
7222,
45480,
20180,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
257,
274,
3712,
38,
324,
12254,
13,
32,
395,
24965,
8,
198,
220,
220,
220,
2147,
198,
437,
198,
198,
9979,
5369,
796,
27207,
628,
198,
8608,
18187,
5590,
21857,
17126,
2569,
1279,
25,
20925,
12254,
13,
17126,
2569,
20180,
198,
220,
220,
220,
949,
65,
1939,
608,
3712,
5317,
198,
220,
220,
220,
3509,
65,
1939,
608,
3712,
5317,
198,
220,
220,
220,
12852,
3712,
13940,
23650,
628,
220,
220,
220,
2163,
5590,
21857,
17126,
2569,
7,
26,
275,
1939,
608,
28,
22366,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
949,
65,
1939,
608,
28,
18,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3509,
65,
1939,
608,
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,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12852,
3712,
13940,
23650,
28,
25,
1851,
605,
8,
198,
220,
220,
220,
220,
220,
220,
220,
611,
275,
1939,
608,
14512,
2147,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
649,
7,
65,
1939,
608,
11,
275,
1939,
608,
11,
12852,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
649,
7,
1084,
65,
1939,
608,
11,
3509,
65,
1939,
608,
11,
12852,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
628,
198,
30854,
62,
64,
395,
24965,
7,
3712,
13749,
21857,
17126,
2569,
8,
796,
685,
25,
87,
60,
628,
198,
9979,
1554,
21857,
796,
5590,
21857,
17126,
2569,
628,
198,
8818,
4174,
62,
14269,
2569,
7,
14269,
3712,
13749,
21857,
17126,
2569,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16252,
3712,
35,
713,
90,
13940,
23650,
11,
20925,
12254,
13,
29990,
20180,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6349,
3712,
38,
324,
12254,
13,
7222,
45480,
20180,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
257,
274,
3712,
38,
324,
12254,
13,
32,
395,
24965,
8,
198,
220,
220,
220,
611,
1185,
13,
13989,
341,
6624,
1058,
17899,
38342,
198,
220,
220,
220,
220,
220,
220,
220,
1401,
796,
1058,
88,
198,
220,
220,
220,
220,
220,
220,
220,
584,
7785,
796,
1058,
87,
198,
220,
220,
220,
220,
220,
220,
220,
949,
7785,
796,
1058,
88,
1084,
198,
220,
220,
220,
220,
220,
220,
220,
3509,
7785,
796,
1058,
4948,
897,
198,
220,
220,
220,
220,
220,
220,
220,
3197,
9806,
7785,
796,
1058,
87,
19334,
9806,
198,
220,
220,
220,
220,
220,
220,
220,
6167,
7785,
796,
1058,
87,
62,
18242,
198,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
1401,
796,
1058,
87,
198,
220,
220,
220,
220,
220,
220,
220,
584,
7785,
796,
1058,
88,
198,
220,
220,
220,
220,
220,
220,
220,
949,
7785,
796,
1058,
87,
1084,
198,
220,
220,
220,
220,
220,
220,
220,
3509,
7785,
796,
1058,
87,
9806,
198,
220,
220,
220,
220,
220,
220,
220,
3197,
9806,
7785,
796,
1058,
5173,
1831,
9806,
198,
220,
220,
220,
220,
220,
220,
220,
6167,
7785,
796,
1058,
88,
62,
18242,
198,
220,
220,
220,
886,
628,
220,
220,
220,
20925,
12254,
13,
30493,
62,
64,
395,
24965,
62,
23211,
7203,
13749,
21857,
17126,
2569,
1600,
257,
274,
11,
1401,
8,
628,
220,
220,
220,
3815,
796,
651,
3245,
7,
64,
274,
11,
1401,
8,
198,
220,
220,
220,
611,
1185,
13,
1084,
65,
1939,
608,
1875,
1185,
13,
9806,
65,
1939,
608,
198,
220,
220,
220,
220,
220,
220,
220,
4049,
7203,
13749,
21857,
949,
65,
1939,
608,
1875,
3509,
65,
1939,
608,
4943,
198,
220,
220,
220,
886,
628,
220,
220,
220,
611,
318,
28920,
7,
1136,
3245,
7,
64,
274,
11,
1401,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
900,
3245,
0,
7,
64,
274,
11,
949,
7785,
11,
48436,
2414,
58,
16,
13,
15,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
900,
3245,
0,
7,
64,
274,
11,
3509,
7785,
11,
48436,
2414,
58,
16,
13,
15,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
900,
3245,
0,
7,
64,
274,
11,
584,
7785,
11,
48436,
2414,
58,
15,
13,
15,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
198,
220,
220,
220,
886,
628,
220,
220,
220,
611,
468,
2539,
7,
1416,
2040,
11,
1401,
8,
11405,
318,
64,
7,
1416,
2040,
58,
7785,
4357,
21589,
13,
15642,
8374,
29990,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
62,
1084,
796,
5288,
7,
27160,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
62,
9806,
796,
5415,
7,
27160,
8,
198,
220,
220,
220,
220,
220,
220,
220,
288,
796,
2124,
62,
9806,
532,
2124,
62,
1084,
1343,
352,
198,
220,
220,
220,
220,
220,
220,
220,
275,
1939,
608,
82,
796,
1976,
27498,
7,
5317,
11,
288,
8,
198,
220,
220,
220,
220,
220,
220,
220,
329,
2124,
287,
3815,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
275,
1939,
608,
82,
58,
87,
532,
2124,
62,
1084,
1343,
352,
60,
15853,
352,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
288,
11,
275,
1939,
608,
82,
796,
3853,
62,
8800,
62,
9127,
62,
16,
67,
7,
27160,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1185,
13,
1084,
65,
1939,
608,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1185,
13,
9806,
65,
1939,
608,
8,
198,
220,
220,
220,
886,
628,
220,
220,
220,
2124,
62,
1084,
796,
20925,
12254,
13,
1102,
38669,
62,
39504,
7,
27160,
8,
198,
220,
220,
220,
2124,
62,
9806,
796,
20925,
12254,
13,
1102,
38669,
62,
47033,
7,
27160,
8,
198,
220,
220,
220,
9874,
10394,
796,
357,
87,
62,
9806,
532,
2124,
62,
1084,
8,
1220,
288,
628,
220,
220,
220,
611,
257,
274,
13,
8043,
24844,
2147,
198,
220,
220,
220,
220,
220,
220,
220,
900,
3245,
0,
7,
64,
274,
11,
949,
7785,
11,
15690,
7,
43879,
2414,
11,
288,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
900,
3245,
0,
7,
64,
274,
11,
3509,
7785,
11,
15690,
7,
43879,
2414,
11,
288,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
900,
3245,
0,
7,
64,
274,
11,
584,
7785,
11,
15690,
7,
43879,
2414,
11,
288,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
329,
474,
287,
352,
25,
67,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
651,
3245,
7,
64,
274,
11,
949,
7785,
38381,
73,
60,
796,
2124,
62,
1084,
1343,
357,
73,
532,
352,
8,
1635,
9874,
10394,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
651,
3245,
7,
64,
274,
11,
3509,
7785,
38381,
73,
60,
796,
2124,
62,
1084,
1343,
474,
1635,
9874,
10394,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
651,
3245,
7,
64,
274,
11,
584,
7785,
38381,
73,
60,
796,
275,
1939,
608,
82,
58,
73,
60,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
2628,
796,
360,
713,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
329,
357,
87,
11,
269,
8,
287,
19974,
7,
27160,
11,
6772,
7,
64,
274,
13,
8043,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
5145,
38,
324,
12254,
13,
271,
1102,
38669,
7,
87,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2555,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
5145,
10134,
2539,
7,
24432,
11,
269,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2628,
58,
66,
60,
796,
48436,
2414,
58,
87,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
24432,
58,
66,
4357,
2124,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
900,
3245,
0,
7,
64,
274,
11,
949,
7785,
11,
15690,
7,
43879,
2414,
11,
288,
1635,
4129,
7,
24432,
22305,
198,
220,
220,
220,
220,
220,
220,
220,
900,
3245,
0,
7,
64,
274,
11,
3509,
7785,
11,
15690,
7,
43879,
2414,
11,
288,
1635,
4129,
7,
24432,
22305,
198,
220,
220,
220,
220,
220,
220,
220,
900,
3245,
0,
7,
64,
274,
11,
584,
7785,
11,
15690,
7,
43879,
2414,
11,
288,
1635,
4129,
7,
24432,
22305,
198,
220,
220,
220,
220,
220,
220,
220,
7577,
796,
15690,
7,
10258,
11395,
11,
288,
1635,
4129,
7,
24432,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
2124,
62,
1084,
796,
20925,
12254,
13,
1102,
38669,
62,
39504,
7,
27160,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
62,
9806,
796,
20925,
12254,
13,
1102,
38669,
62,
47033,
7,
27160,
8,
198,
220,
220,
220,
220,
220,
220,
220,
8931,
62,
17015,
796,
1976,
27498,
7,
5317,
11,
288,
8,
198,
220,
220,
220,
220,
220,
220,
220,
329,
357,
72,
11,
357,
66,
11,
2124,
82,
4008,
287,
27056,
378,
7,
24432,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6070,
0,
7,
65,
1939,
608,
82,
11,
657,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
2124,
287,
2124,
82,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
5145,
38,
324,
12254,
13,
271,
1102,
38669,
7,
87,
8,
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,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9874,
796,
3509,
7,
16,
11,
949,
7,
67,
11,
493,
7,
344,
346,
19510,
87,
532,
2124,
62,
1084,
8,
1220,
9874,
10394,
35514,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
275,
1939,
608,
82,
58,
8800,
60,
15853,
352,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8931,
62,
17015,
15853,
275,
1939,
608,
82,
58,
16,
25,
67,
60,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
474,
287,
352,
25,
67,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4686,
87,
796,
357,
72,
12,
16,
27493,
67,
1343,
474,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
651,
3245,
7,
64,
274,
11,
949,
7785,
38381,
312,
87,
60,
796,
2124,
62,
1084,
1343,
357,
73,
532,
352,
8,
1635,
9874,
10394,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
651,
3245,
7,
64,
274,
11,
3509,
7785,
38381,
312,
87,
60,
796,
2124,
62,
1084,
1343,
474,
1635,
9874,
10394,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
651,
3245,
7,
64,
274,
11,
584,
7785,
38381,
312,
87,
60,
796,
275,
1939,
608,
82,
58,
73,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7577,
58,
312,
87,
60,
796,
269,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
3197,
9806,
796,
12178,
2414,
7,
47033,
7,
25558,
62,
17015,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
257,
274,
62,
19334,
9806,
796,
651,
3245,
7,
64,
274,
11,
3197,
9806,
7785,
8,
198,
220,
220,
220,
220,
220,
220,
220,
611,
257,
274,
62,
19334,
9806,
24844,
2147,
8614,
257,
274,
62,
19334,
9806,
1279,
3197,
9806,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
900,
3245,
0,
7,
64,
274,
11,
3197,
9806,
7785,
11,
3197,
9806,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
257,
274,
13,
8043,
796,
19850,
276,
6601,
19182,
7,
4033,
669,
8,
198,
220,
220,
220,
886,
628,
220,
220,
220,
900,
3245,
0,
7,
64,
274,
11,
6167,
7785,
11,
21589,
13,
738,
414,
62,
687,
1436,
8,
198,
437,
628,
198,
8608,
18187,
360,
6377,
17126,
2569,
1279,
25,
20925,
12254,
13,
17126,
2569,
20180,
198,
220,
220,
220,
1303,
7913,
286,
2173,
35846,
198,
220,
220,
220,
299,
3712,
5317,
628,
220,
220,
220,
2163,
360,
6377,
17126,
2569,
7,
77,
28,
6200,
8,
198,
220,
220,
220,
220,
220,
220,
220,
649,
7,
77,
8,
198,
220,
220,
220,
886,
198,
437,
628,
198,
9979,
12109,
796,
360,
6377,
17126,
2569,
628,
198,
30854,
62,
64,
395,
24965,
7,
3712,
35,
6377,
17126,
2569,
8,
796,
685,
25,
87,
11,
1058,
88,
60,
628,
198,
8818,
4174,
62,
14269,
2569,
7,
14269,
3712,
35,
6377,
17126,
2569,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16252,
3712,
35,
713,
90,
13940,
23650,
11,
20925,
12254,
13,
29990,
20180,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6349,
3712,
38,
324,
12254,
13,
7222,
45480,
20180,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
257,
274,
3712,
38,
324,
12254,
13,
32,
395,
24965,
8,
198,
220,
220,
220,
611,
5145,
271,
23211,
7,
25,
74,
2934,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4049,
7203,
42,
7206,
318,
3058,
407,
1695,
329,
534,
2196,
286,
22300,
19570,
198,
220,
220,
220,
886,
198,
220,
220,
220,
20925,
12254,
13,
30493,
62,
64,
395,
24965,
62,
23211,
7203,
35,
6377,
17126,
2569,
1600,
257,
274,
11,
1058,
87,
8,
628,
220,
220,
220,
611,
257,
274,
13,
8043,
24844,
2147,
198,
220,
220,
220,
220,
220,
220,
220,
611,
5145,
9160,
7,
64,
274,
13,
87,
58,
16,
4357,
6416,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4049,
7203,
42,
7948,
12109,
31850,
691,
2499,
319,
6416,
3858,
19570,
198,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
2124,
62,
69,
2414,
796,
10385,
7,
38469,
90,
43879,
2414,
5512,
257,
274,
13,
87,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
1649,
481,
1185,
13,
77,
1683,
307,
19841,
352,
30,
37614,
27158,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
3729,
663,
4129,
481,
1464,
307,
352,
198,
220,
220,
220,
220,
220,
220,
220,
4324,
796,
1185,
13,
77,
1875,
352,
5633,
19484,
7,
87,
62,
69,
2414,
8,
1058,
657,
13,
16,
198,
220,
220,
220,
220,
220,
220,
220,
277,
796,
479,
2934,
7,
87,
62,
69,
2414,
11,
9647,
28,
17497,
11,
299,
13033,
28,
14269,
13,
77,
8,
198,
220,
220,
220,
220,
220,
220,
220,
257,
274,
13,
87,
796,
277,
13,
87,
198,
220,
220,
220,
220,
220,
220,
220,
257,
274,
13,
88,
796,
277,
13,
43337,
198,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
2628,
796,
360,
713,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
329,
357,
87,
11,
269,
8,
287,
19974,
7,
64,
274,
13,
87,
11,
6772,
7,
64,
274,
13,
8043,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
5145,
10134,
2539,
7,
24432,
11,
269,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2628,
58,
66,
60,
796,
48436,
2414,
58,
87,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
24432,
58,
66,
4357,
2124,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
7577,
796,
15690,
7,
10258,
11395,
11,
657,
8,
198,
220,
220,
220,
220,
220,
220,
220,
257,
274,
13,
87,
796,
15690,
7,
43879,
2414,
11,
657,
8,
198,
220,
220,
220,
220,
220,
220,
220,
257,
274,
13,
88,
796,
15690,
7,
43879,
2414,
11,
657,
8,
198,
220,
220,
220,
220,
220,
220,
220,
329,
357,
66,
11,
2124,
82,
8,
287,
2628,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4324,
796,
1185,
13,
77,
1875,
352,
5633,
19484,
7,
34223,
8,
1058,
657,
13,
16,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
796,
479,
2934,
7,
34223,
11,
9647,
28,
17497,
11,
299,
13033,
28,
14269,
13,
77,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
24443,
0,
7,
64,
274,
13,
87,
11,
277,
13,
87,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
24443,
0,
7,
64,
274,
13,
88,
11,
277,
13,
43337,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
4808,
287,
352,
25,
13664,
7,
69,
13,
87,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
4033,
669,
11,
269,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
257,
274,
13,
8043,
796,
19850,
276,
6601,
19182,
7,
4033,
669,
8,
198,
220,
220,
220,
886,
198,
220,
220,
220,
257,
274,
13,
88,
62,
18242,
796,
20925,
12254,
13,
29990,
13,
738,
414,
62,
687,
1436,
198,
437,
628,
198,
198,
8608,
18187,
5590,
21857,
17,
35,
17126,
2569,
1279,
25,
20925,
12254,
13,
17126,
2569,
20180,
198,
220,
220,
220,
2124,
1084,
65,
1939,
608,
3712,
5317,
198,
220,
220,
220,
2124,
9806,
65,
1939,
608,
3712,
5317,
198,
220,
220,
220,
331,
1084,
65,
1939,
608,
3712,
5317,
198,
220,
220,
220,
331,
9806,
65,
1939,
608,
3712,
5317,
628,
220,
220,
220,
2163,
5590,
21857,
17,
35,
17126,
2569,
7,
26,
2124,
65,
1939,
608,
28,
22366,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2124,
1084,
65,
1939,
608,
28,
18,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2124,
9806,
65,
1939,
608,
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,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
331,
65,
1939,
608,
28,
22366,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
331,
1084,
65,
1939,
608,
28,
18,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
331,
9806,
65,
1939,
608,
28,
8628,
8,
198,
220,
220,
220,
220,
220,
220,
220,
611,
2124,
65,
1939,
608,
14512,
2147,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2124,
1084,
65,
1939,
608,
796,
2124,
65,
1939,
608,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2124,
9806,
65,
1939,
608,
796,
2124,
65,
1939,
608,
198,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
611,
331,
65,
1939,
608,
14512,
2147,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
331,
1084,
65,
1939,
608,
796,
331,
65,
1939,
608,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
331,
9806,
65,
1939,
608,
796,
331,
65,
1939,
608,
198,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
649,
7,
87,
1084,
65,
1939,
608,
11,
2124,
9806,
65,
1939,
608,
11,
331,
1084,
65,
1939,
608,
11,
331,
9806,
65,
1939,
608,
8,
198,
220,
220,
220,
886,
198,
437,
628,
198,
30854,
62,
64,
395,
24965,
7,
3712,
13749,
21857,
17,
35,
17126,
2569,
8,
796,
685,
25,
87,
11,
1058,
88,
11,
1058,
8043,
60,
628,
198,
12286,
62,
1416,
2040,
7,
3712,
13749,
21857,
17,
35,
17126,
2569,
8,
796,
685,
38,
324,
12254,
13,
29990,
13,
18487,
5623,
62,
8043,
3419,
60,
628,
198,
9979,
1554,
21857,
17,
67,
796,
5590,
21857,
17,
35,
17126,
2569,
628,
198,
8818,
4174,
62,
14269,
2569,
7,
14269,
3712,
13749,
21857,
17,
35,
17126,
2569,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16252,
3712,
35,
713,
90,
13940,
23650,
11,
20925,
12254,
13,
29990,
20180,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6349,
3712,
38,
324,
12254,
13,
7222,
45480,
20180,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
257,
274,
3712,
38,
324,
12254,
13,
32,
395,
24965,
8,
628,
220,
220,
220,
20925,
12254,
13,
30493,
62,
64,
395,
24965,
62,
23211,
7203,
13749,
21857,
17,
35,
17126,
2569,
1600,
257,
274,
11,
1058,
87,
11,
1058,
88,
8,
628,
220,
220,
220,
2124,
62,
1084,
11,
2124,
62,
9806,
796,
20925,
12254,
13,
1102,
38669,
62,
39504,
7,
64,
274,
13,
87,
828,
20925,
12254,
13,
1102,
38669,
62,
47033,
7,
64,
274,
13,
87,
8,
198,
220,
220,
220,
331,
62,
1084,
11,
331,
62,
9806,
796,
20925,
12254,
13,
1102,
38669,
62,
39504,
7,
64,
274,
13,
88,
828,
20925,
12254,
13,
1102,
38669,
62,
47033,
7,
64,
274,
13,
88,
8,
628,
220,
220,
220,
611,
468,
2539,
7,
1416,
2040,
11,
1058,
87,
8,
11405,
318,
64,
7,
1416,
2040,
58,
25,
87,
4357,
21589,
13,
15642,
8374,
29990,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
62,
66,
2397,
5132,
796,
2081,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
1084,
65,
1939,
608,
796,
2124,
62,
9806,
532,
2124,
62,
1084,
1343,
352,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
9806,
65,
1939,
608,
796,
2124,
1084,
65,
1939,
608,
198,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
62,
66,
2397,
5132,
796,
3991,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
1084,
65,
1939,
608,
796,
1185,
13,
87,
1084,
65,
1939,
608,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
9806,
65,
1939,
608,
796,
1185,
13,
87,
9806,
65,
1939,
608,
198,
220,
220,
220,
886,
628,
220,
220,
220,
611,
468,
2539,
7,
1416,
2040,
11,
1058,
88,
8,
11405,
318,
64,
7,
1416,
2040,
58,
25,
88,
4357,
21589,
13,
15642,
8374,
29990,
8,
198,
220,
220,
220,
220,
220,
220,
220,
331,
62,
66,
2397,
5132,
796,
2081,
198,
220,
220,
220,
220,
220,
220,
220,
331,
1084,
65,
1939,
608,
796,
331,
62,
9806,
532,
331,
62,
1084,
1343,
352,
198,
220,
220,
220,
220,
220,
220,
220,
331,
9806,
65,
1939,
608,
796,
331,
1084,
65,
1939,
608,
198,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
331,
62,
66,
2397,
5132,
796,
3991,
198,
220,
220,
220,
220,
220,
220,
220,
331,
1084,
65,
1939,
608,
796,
1185,
13,
88,
1084,
65,
1939,
608,
198,
220,
220,
220,
220,
220,
220,
220,
331,
9806,
65,
1939,
608,
796,
1185,
13,
4948,
897,
65,
1939,
608,
198,
220,
220,
220,
886,
628,
220,
220,
220,
20268,
11,
44332,
11,
275,
1939,
608,
82,
796,
3853,
62,
8800,
62,
9127,
62,
17,
67,
7,
64,
274,
13,
87,
11,
257,
274,
13,
88,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2124,
1084,
65,
1939,
608,
11,
2124,
9806,
65,
1939,
608,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
331,
1084,
65,
1939,
608,
11,
331,
9806,
65,
1939,
608,
8,
628,
220,
220,
220,
266,
87,
796,
2124,
62,
66,
2397,
5132,
5633,
352,
1058,
357,
87,
62,
9806,
532,
2124,
62,
1084,
8,
1220,
44332,
198,
220,
220,
220,
266,
88,
796,
331,
62,
66,
2397,
5132,
5633,
352,
1058,
357,
88,
62,
9806,
532,
331,
62,
1084,
8,
1220,
44332,
628,
220,
220,
220,
299,
796,
657,
198,
220,
220,
220,
329,
269,
429,
287,
275,
1939,
608,
82,
198,
220,
220,
220,
220,
220,
220,
220,
611,
269,
429,
1875,
657,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
299,
15853,
352,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
628,
220,
220,
220,
611,
2124,
62,
66,
2397,
5132,
198,
220,
220,
220,
220,
220,
220,
220,
257,
274,
13,
87,
796,
15690,
7,
5317,
2414,
11,
299,
8,
198,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
257,
274,
13,
87,
1084,
796,
15690,
7,
43879,
2414,
11,
299,
8,
198,
220,
220,
220,
220,
220,
220,
220,
257,
274,
13,
87,
9806,
796,
15690,
7,
43879,
2414,
11,
299,
8,
198,
220,
220,
220,
886,
628,
220,
220,
220,
611,
331,
62,
66,
2397,
5132,
198,
220,
220,
220,
220,
220,
220,
220,
257,
274,
13,
88,
796,
15690,
7,
5317,
2414,
11,
299,
8,
198,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
257,
274,
13,
88,
1084,
796,
15690,
7,
43879,
2414,
11,
299,
8,
198,
220,
220,
220,
220,
220,
220,
220,
257,
274,
13,
4948,
897,
796,
15690,
7,
43879,
2414,
11,
299,
8,
198,
220,
220,
220,
886,
628,
220,
220,
220,
479,
796,
352,
198,
220,
220,
220,
329,
1312,
287,
352,
25,
9892,
11,
474,
287,
352,
25,
34350,
198,
220,
220,
220,
220,
220,
220,
220,
269,
429,
796,
275,
1939,
608,
82,
58,
72,
11,
474,
60,
198,
220,
220,
220,
220,
220,
220,
220,
611,
269,
429,
1875,
657,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
2124,
62,
66,
2397,
5132,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
257,
274,
13,
87,
58,
74,
60,
796,
2124,
62,
1084,
1343,
357,
73,
532,
352,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
257,
274,
13,
87,
1084,
58,
74,
60,
796,
2124,
62,
1084,
1343,
357,
73,
532,
352,
8,
1635,
266,
87,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
257,
274,
13,
87,
9806,
58,
74,
60,
796,
2124,
62,
1084,
1343,
474,
1635,
266,
87,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
331,
62,
66,
2397,
5132,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
257,
274,
13,
88,
58,
74,
60,
796,
331,
62,
1084,
1343,
357,
72,
532,
352,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
257,
274,
13,
88,
1084,
58,
74,
60,
796,
331,
62,
1084,
1343,
357,
72,
532,
352,
8,
1635,
266,
88,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
257,
274,
13,
4948,
897,
58,
74,
60,
796,
331,
62,
1084,
1343,
1312,
1635,
266,
88,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
479,
15853,
352,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
220,
220,
220,
2488,
30493,
479,
532,
352,
6624,
299,
628,
220,
220,
220,
611,
5145,
10134,
2539,
7,
1416,
2040,
11,
1058,
8043,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4049,
7203,
13749,
21857,
17,
35,
17126,
2569,
4433,
257,
3124,
5046,
19570,
198,
220,
220,
220,
886,
198,
220,
220,
220,
3124,
62,
9888,
796,
16252,
58,
25,
8043,
60,
198,
220,
220,
220,
611,
5145,
7,
4906,
1659,
7,
8043,
62,
9888,
8,
1279,
25,
21589,
13,
17875,
5623,
10258,
29990,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4049,
7203,
13749,
21857,
17,
35,
17126,
2569,
4433,
257,
12948,
3124,
5046,
19570,
198,
220,
220,
220,
886,
628,
220,
220,
220,
257,
274,
13,
8043,
62,
2539,
62,
7839,
796,
366,
12332,
1,
628,
220,
220,
220,
1366,
796,
20925,
12254,
13,
6601,
3419,
198,
220,
220,
220,
1366,
13,
8043,
796,
15690,
7,
5317,
11,
299,
8,
198,
220,
220,
220,
479,
796,
352,
198,
220,
220,
220,
329,
269,
429,
287,
275,
1939,
608,
82,
198,
220,
220,
220,
220,
220,
220,
220,
611,
269,
429,
1875,
657,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1366,
13,
8043,
58,
74,
60,
796,
269,
429,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
479,
15853,
352,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
628,
220,
220,
220,
611,
2124,
62,
66,
2397,
5132,
198,
220,
220,
220,
220,
220,
220,
220,
257,
274,
13,
87,
796,
19850,
276,
6601,
19182,
7,
64,
274,
13,
87,
8,
198,
220,
220,
220,
886,
628,
220,
220,
220,
611,
331,
62,
66,
2397,
5132,
198,
220,
220,
220,
220,
220,
220,
220,
257,
274,
13,
88,
796,
19850,
276,
6601,
19182,
7,
64,
274,
13,
88,
8,
198,
220,
220,
220,
886,
628,
220,
220,
220,
21589,
13,
39014,
62,
9888,
7,
8043,
62,
9888,
11,
685,
64,
274,
4357,
1366,
8,
198,
220,
220,
220,
2147,
198,
437,
628,
198,
2,
9938,
6397,
4113,
284,
1234,
4378,
8849,
290,
10706,
3951,
13,
198,
8608,
18187,
46093,
17126,
2569,
1279,
25,
20925,
12254,
13,
17126,
2569,
20180,
198,
220,
220,
220,
287,
62,
85,
945,
3712,
38469,
90,
13940,
23650,
92,
198,
220,
220,
220,
503,
62,
7785,
3712,
10100,
628,
220,
220,
220,
1303,
5969,
36066,
11,
393,
2147,
198,
220,
220,
220,
36066,
3712,
38176,
7,
18465,
11,
27741,
19182,
8,
198,
437,
628,
198,
8818,
220,
742,
3378,
7,
83,
3378,
3712,
38176,
7,
18465,
11,
27741,
19182,
47505,
22366,
8,
198,
220,
220,
220,
46093,
17126,
2569,
26933,
25,
87,
11,
1058,
87,
1084,
11,
1058,
87,
9806,
11,
1058,
87,
19334,
1084,
11,
1058,
87,
19334,
9806,
4357,
366,
87,
1600,
36066,
8,
198,
437,
628,
198,
8818,
331,
83,
3378,
7,
83,
3378,
3712,
38176,
7,
18465,
11,
27741,
19182,
47505,
22366,
8,
198,
220,
220,
220,
46093,
17126,
2569,
7,
198,
220,
220,
220,
220,
220,
220,
220,
685,
25,
88,
11,
1058,
88,
1084,
11,
1058,
4948,
897,
11,
1058,
27171,
11,
1058,
21037,
62,
722,
68,
11,
1058,
45828,
62,
722,
68,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
21037,
62,
69,
594,
11,
1058,
45828,
62,
69,
594,
11,
1058,
5173,
1831,
1084,
11,
1058,
5173,
1831,
9806,
4357,
366,
88,
1600,
36066,
8,
198,
437,
628,
198,
198,
2,
27967,
257,
4378,
24696,
13,
198,
2,
198,
2,
943,
14542,
25,
198,
2,
220,
220,
1185,
25,
24696,
13,
198,
2,
220,
220,
257,
274,
25,
35431,
13,
198,
2,
198,
2,
16409,
25,
198,
2,
220,
220,
2147,
198,
2,
198,
2,
3401,
6945,
25,
198,
2,
220,
220,
257,
274,
198,
2,
198,
8818,
4174,
62,
14269,
2569,
7,
14269,
3712,
51,
624,
17126,
2569,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16252,
3712,
35,
713,
90,
13940,
23650,
11,
20925,
12254,
13,
29990,
20180,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6349,
3712,
38,
324,
12254,
13,
7222,
45480,
20180,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
257,
274,
3712,
38,
324,
12254,
13,
32,
395,
24965,
8,
198,
220,
220,
220,
287,
62,
8094,
62,
7785,
796,
6194,
7,
8841,
7,
14269,
13,
448,
62,
7785,
11,
366,
8094,
48774,
198,
220,
220,
220,
949,
2100,
11,
3509,
2100,
796,
2147,
11,
2147,
198,
220,
220,
220,
611,
651,
3245,
7,
64,
274,
11,
287,
62,
8094,
62,
7785,
8,
24844,
2147,
198,
220,
220,
220,
220,
220,
220,
220,
287,
62,
27160,
796,
23884,
198,
220,
220,
220,
220,
220,
220,
220,
4253,
12409,
796,
2081,
198,
220,
220,
220,
220,
220,
220,
220,
329,
1401,
287,
1185,
13,
259,
62,
85,
945,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
410,
874,
796,
651,
3245,
7,
64,
274,
11,
1401,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
410,
874,
14512,
2147,
11405,
5145,
9160,
7,
12786,
11,
19850,
276,
6601,
19182,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4253,
12409,
796,
3991,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
410,
874,
14512,
2147,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
949,
2100,
6624,
2147,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
949,
2100,
796,
717,
7,
12786,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
3509,
2100,
6624,
2147,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3509,
2100,
796,
717,
7,
12786,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
309,
796,
318,
28920,
7,
12786,
8,
5633,
1288,
4906,
7,
12786,
8,
1058,
2099,
1659,
7,
11085,
7,
12786,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1185,
13,
448,
62,
7785,
6624,
366,
87,
1,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
288,
7857,
796,
257,
274,
13,
87,
7857,
24844,
2147,
5633,
685,
22366,
60,
1058,
257,
274,
13,
87,
7857,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
361,
1185,
13,
448,
62,
7785,
6624,
366,
88,
1,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
288,
7857,
796,
257,
274,
13,
893,
1096,
24844,
2147,
5633,
685,
22366,
60,
1058,
257,
274,
13,
893,
1096,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
288,
7857,
796,
685,
22366,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2546,
796,
257,
274,
13,
7857,
24844,
2147,
5633,
685,
22366,
60,
1058,
257,
274,
13,
7857,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
357,
2100,
11,
264,
11,
288,
82,
8,
287,
19974,
7,
12786,
11,
6772,
7,
7857,
828,
6772,
7,
67,
7857,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
5145,
38,
324,
12254,
13,
271,
1102,
38669,
7,
2100,
8,
8614,
5145,
4468,
9504,
7,
2100,
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,
2555,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1188,
1279,
949,
2100,
8614,
5145,
4468,
9504,
7,
1084,
2100,
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,
949,
2100,
796,
1188,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1188,
1875,
3509,
2100,
8614,
5145,
4468,
9504,
7,
9806,
2100,
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,
3509,
2100,
796,
1188,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
264,
14512,
2147,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
949,
2100,
796,
949,
7,
1084,
2100,
11,
1188,
532,
264,
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,
3509,
2100,
796,
3509,
7,
9806,
2100,
11,
1188,
1343,
264,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
288,
82,
14512,
2147,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
949,
2100,
796,
949,
7,
1084,
2100,
11,
1188,
532,
288,
82,
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,
3509,
2100,
796,
3509,
7,
9806,
2100,
11,
1188,
1343,
288,
82,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
259,
62,
27160,
11,
410,
874,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
611,
318,
28920,
7,
259,
62,
27160,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
198,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
287,
62,
27160,
796,
6333,
7,
259,
62,
27160,
23029,
198,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
410,
874,
796,
651,
3245,
7,
64,
274,
13,
287,
62,
8094,
62,
7785,
8,
198,
220,
220,
220,
220,
220,
220,
220,
287,
62,
27160,
796,
410,
874,
198,
220,
220,
220,
220,
220,
220,
220,
949,
2100,
796,
20925,
12254,
13,
1102,
38669,
62,
39504,
7,
259,
62,
27160,
8,
198,
220,
220,
220,
220,
220,
220,
220,
3509,
2100,
796,
20925,
12254,
13,
1102,
38669,
62,
47033,
7,
259,
62,
27160,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4253,
12409,
796,
2081,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1303,
2074,
4137,
4378,
8849,
198,
220,
220,
220,
611,
1185,
13,
83,
3378,
14512,
2147,
198,
220,
220,
220,
220,
220,
220,
220,
949,
2100,
796,
949,
7,
1084,
2100,
11,
5288,
7,
14269,
13,
83,
3378,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
3509,
2100,
796,
3509,
7,
9806,
2100,
11,
5415,
7,
14269,
13,
83,
3378,
4008,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1303,
16926,
46,
25,
5412,
262,
41528,
3183,
19713,
628,
220,
220,
220,
299,
796,
20925,
12254,
13,
1102,
38669,
62,
13664,
7,
259,
62,
27160,
8,
628,
220,
220,
220,
1303,
1011,
656,
1848,
257,
4137,
1570,
634,
287,
6383,
35610,
22715,
13,
198,
220,
220,
220,
611,
2099,
1659,
7,
37652,
8,
6624,
22819,
13,
43476,
35610,
198,
220,
220,
220,
220,
220,
220,
220,
611,
1185,
13,
448,
62,
7785,
6624,
366,
87,
1,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
5145,
271,
7,
37652,
13,
87,
1084,
11,
2147,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
949,
2100,
796,
949,
7,
1084,
2100,
11,
6349,
13,
87,
1084,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
5145,
271,
7,
37652,
13,
87,
9806,
11,
2147,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3509,
2100,
796,
3509,
7,
9806,
2100,
11,
6349,
13,
87,
9806,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
361,
1185,
13,
448,
62,
7785,
6624,
366,
88,
1,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
5145,
271,
7,
37652,
13,
88,
1084,
11,
2147,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
949,
2100,
796,
949,
7,
1084,
2100,
11,
6349,
13,
88,
1084,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
5145,
271,
7,
37652,
13,
4948,
897,
11,
2147,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3509,
2100,
796,
3509,
7,
9806,
2100,
11,
6349,
13,
4948,
897,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1303,
2198,
262,
2124,
14,
88,
1177,
1084,
14,
9806,
32317,
12003,
12,
64,
395,
24965,
198,
220,
220,
220,
611,
1185,
13,
448,
62,
7785,
6624,
366,
87,
1,
198,
220,
220,
220,
220,
220,
220,
220,
611,
257,
274,
13,
87,
1177,
1084,
14512,
2147,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
949,
2100,
796,
257,
274,
13,
87,
1177,
1084,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
611,
257,
274,
13,
87,
1177,
9806,
14512,
2147,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3509,
2100,
796,
257,
274,
13,
87,
1177,
9806,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
2073,
361,
1185,
13,
448,
62,
7785,
6624,
366,
88,
1,
198,
220,
220,
220,
220,
220,
220,
220,
611,
257,
274,
13,
88,
1177,
1084,
14512,
2147,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
949,
2100,
796,
257,
274,
13,
88,
1177,
1084,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
611,
257,
274,
13,
88,
1177,
9806,
14512,
2147,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3509,
2100,
796,
257,
274,
13,
88,
1177,
9806,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1303,
477,
262,
5128,
3815,
287,
1502,
13,
198,
220,
220,
220,
611,
1185,
13,
83,
3378,
14512,
2147,
198,
220,
220,
220,
220,
220,
220,
220,
50000,
796,
36066,
796,
1185,
13,
83,
3378,
198,
220,
220,
220,
220,
220,
220,
220,
1570,
1084,
796,
949,
2100,
198,
220,
220,
220,
220,
220,
220,
220,
1570,
9806,
796,
3509,
2100,
198,
220,
220,
220,
2073,
361,
4253,
12409,
198,
220,
220,
220,
220,
220,
220,
220,
36066,
796,
5345,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
329,
1188,
287,
287,
62,
27160,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
83,
3378,
11,
1188,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
36066,
796,
48436,
2414,
58,
83,
329,
256,
287,
36066,
60,
198,
220,
220,
220,
220,
220,
220,
220,
3297,
0,
7,
83,
3378,
8,
628,
220,
220,
220,
220,
220,
220,
220,
3509,
43554,
796,
657,
198,
220,
220,
220,
220,
220,
220,
220,
329,
357,
72,
11,
474,
8,
287,
18398,
7,
83,
3378,
11,
362,
11,
352,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
474,
532,
1312,
1875,
3509,
43554,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3509,
43554,
796,
474,
532,
72,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
611,
4129,
7,
83,
3378,
8,
1875,
1160,
8614,
3509,
43554,
1875,
352,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
36066,
11,
1570,
1084,
11,
1570,
9806,
796,
20925,
12254,
13,
40085,
1096,
62,
83,
3378,
7,
1084,
2100,
11,
3509,
2100,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
36066,
58,
16,
60,
6624,
657,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
36066,
58,
16,
60,
796,
352,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
50000,
796,
36066,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
50000,
796,
357,
83,
3378,
764,
12,
657,
13,
20,
38381,
17,
25,
437,
60,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
1570,
1084,
796,
5288,
7,
83,
3378,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1570,
9806,
796,
5415,
7,
83,
3378,
8,
198,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
949,
2100,
11,
3509,
2100,
796,
7719,
7,
1084,
2100,
11,
3509,
2100,
8,
198,
220,
220,
220,
220,
220,
220,
220,
36066,
11,
1570,
1084,
11,
1570,
9806,
796,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
20925,
12254,
13,
40085,
1096,
62,
83,
3378,
7,
1084,
2100,
11,
3509,
2100,
11,
9117,
62,
83,
3378,
28,
7942,
8,
198,
220,
220,
220,
220,
220,
220,
220,
50000,
796,
36066,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1303,
775,
779,
262,
717,
6167,
2163,
356,
1064,
329,
597,
286,
262,
35431,
13,
314,
1101,
407,
198,
220,
220,
220,
1303,
3967,
428,
318,
262,
826,
1517,
284,
466,
11,
393,
561,
561,
307,
13,
198,
220,
220,
220,
6167,
263,
796,
651,
3245,
7,
64,
274,
11,
6194,
7,
8841,
7,
14269,
13,
448,
62,
7785,
11,
45434,
18242,
1,
22305,
628,
220,
220,
220,
900,
3245,
0,
7,
64,
274,
11,
6194,
7,
8841,
7,
14269,
13,
448,
62,
7785,
11,
366,
42298,
4943,
828,
36066,
8,
198,
220,
220,
220,
900,
3245,
0,
7,
64,
274,
11,
6194,
7,
8841,
7,
14269,
13,
448,
62,
7785,
11,
366,
25928,
4943,
828,
50000,
8,
198,
220,
220,
220,
900,
3245,
0,
7,
64,
274,
11,
6194,
7,
8841,
7,
14269,
13,
448,
62,
7785,
11,
366,
42298,
62,
18242,
4943,
828,
6167,
263,
8,
628,
220,
220,
220,
1570,
1084,
62,
7785,
796,
6194,
7,
8841,
7,
14269,
13,
448,
62,
7785,
11,
366,
1177,
1084,
48774,
198,
220,
220,
220,
611,
651,
3245,
7,
64,
274,
11,
1570,
1084,
62,
7785,
8,
24844,
2147,
8614,
198,
220,
220,
220,
220,
220,
220,
651,
3245,
7,
64,
274,
11,
1570,
1084,
62,
7785,
8,
1875,
1570,
1084,
198,
220,
220,
220,
220,
220,
220,
220,
900,
3245,
0,
7,
64,
274,
11,
1570,
1084,
62,
7785,
11,
1570,
1084,
8,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1570,
9806,
62,
7785,
796,
6194,
7,
8841,
7,
14269,
13,
448,
62,
7785,
11,
366,
1177,
9806,
48774,
198,
220,
220,
220,
611,
651,
3245,
7,
64,
274,
11,
1570,
9806,
62,
7785,
8,
24844,
2147,
8614,
198,
220,
220,
220,
220,
220,
220,
651,
3245,
7,
64,
274,
11,
1570,
9806,
62,
7785,
8,
1279,
1570,
9806,
198,
220,
220,
220,
220,
220,
220,
220,
900,
3245,
0,
7,
64,
274,
11,
1570,
9806,
62,
7785,
11,
1570,
9806,
8,
198,
220,
220,
220,
886,
628,
220,
220,
220,
2147,
198,
437,
198,
198,
8608,
18187,
8315,
29487,
17126,
2569,
1279,
25,
20925,
12254,
13,
17126,
2569,
20180,
198,
437,
628,
198,
30854,
62,
64,
395,
24965,
7,
3712,
14253,
29487,
17126,
2569,
8,
796,
685,
25,
87,
11,
1058,
88,
60,
628,
198,
9979,
3091,
29487,
796,
8315,
29487,
17126,
2569,
628,
198,
8818,
4174,
62,
14269,
2569,
7,
14269,
3712,
14253,
29487,
17126,
2569,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16252,
3712,
35,
713,
90,
13940,
23650,
11,
20925,
12254,
13,
29990,
20180,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6349,
3712,
38,
324,
12254,
13,
7222,
45480,
20180,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
257,
274,
3712,
38,
324,
12254,
13,
32,
395,
24965,
8,
198,
220,
220,
220,
20925,
12254,
13,
30493,
62,
64,
395,
24965,
62,
23211,
7203,
14253,
29487,
17126,
2569,
1600,
257,
274,
11,
1058,
88,
8,
628,
220,
220,
220,
2628,
796,
360,
713,
3419,
628,
220,
220,
220,
257,
274,
62,
87,
796,
257,
274,
13,
87,
24844,
2147,
5633,
685,
22366,
60,
1058,
257,
274,
13,
87,
198,
220,
220,
220,
257,
274,
62,
8043,
796,
257,
274,
13,
8043,
24844,
2147,
5633,
685,
22366,
60,
1058,
257,
274,
13,
8043,
628,
220,
220,
220,
309,
796,
1288,
4906,
7,
64,
274,
13,
88,
8,
198,
220,
220,
220,
329,
357,
87,
11,
331,
11,
269,
8,
287,
19974,
7,
13696,
7,
64,
274,
62,
87,
828,
257,
274,
13,
88,
11,
6772,
7,
64,
274,
62,
8043,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
611,
5145,
10134,
2539,
7,
24432,
11,
357,
87,
11,
269,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2628,
58,
7,
87,
11,
269,
15437,
796,
15690,
7,
51,
11,
657,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
24432,
58,
7,
87,
11,
269,
8,
4357,
331,
8,
198,
220,
220,
220,
886,
628,
220,
220,
220,
285,
796,
4129,
7,
24432,
8,
198,
220,
220,
220,
257,
274,
13,
27171,
796,
15690,
7,
51,
11,
285,
8,
198,
220,
220,
220,
257,
274,
13,
21037,
62,
722,
68,
796,
15690,
7,
51,
11,
285,
8,
198,
220,
220,
220,
257,
274,
13,
45828,
62,
722,
68,
796,
15690,
7,
51,
11,
285,
8,
198,
220,
220,
220,
257,
274,
13,
21037,
62,
69,
594,
796,
15690,
7,
51,
11,
285,
8,
198,
220,
220,
220,
257,
274,
13,
45828,
62,
69,
594,
796,
15690,
7,
51,
11,
285,
8,
198,
220,
220,
220,
257,
274,
13,
448,
75,
3183,
796,
20650,
90,
51,
92,
21737,
628,
220,
220,
220,
329,
357,
72,
11,
14808,
87,
11,
269,
828,
331,
82,
4008,
287,
27056,
378,
7,
24432,
8,
198,
220,
220,
220,
220,
220,
220,
220,
3297,
0,
7,
893,
8,
198,
220,
220,
220,
220,
220,
220,
220,
257,
274,
13,
21037,
62,
722,
68,
58,
72,
4357,
257,
274,
13,
27171,
58,
72,
4357,
257,
274,
13,
45828,
62,
722,
68,
58,
72,
60,
796,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5554,
576,
0,
7,
893,
11,
685,
15,
13,
1495,
11,
657,
13,
20,
11,
657,
13,
2425,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
1312,
80,
81,
796,
257,
274,
13,
45828,
62,
722,
68,
58,
72,
60,
532,
257,
274,
13,
21037,
62,
722,
68,
58,
72,
60,
628,
220,
220,
220,
220,
220,
220,
220,
4686,
87,
796,
2989,
82,
9741,
11085,
7,
893,
11,
257,
274,
13,
21037,
62,
722,
68,
58,
72,
60,
532,
352,
13,
20,
25011,
81,
8,
198,
220,
220,
220,
220,
220,
220,
220,
257,
274,
13,
21037,
62,
69,
594,
58,
72,
60,
796,
331,
82,
58,
312,
87,
60,
628,
220,
220,
220,
220,
220,
220,
220,
4686,
87,
796,
2989,
82,
9741,
12957,
7,
893,
11,
257,
274,
13,
45828,
62,
722,
68,
58,
72,
60,
1343,
352,
13,
20,
25011,
81,
8,
198,
220,
220,
220,
220,
220,
220,
220,
257,
274,
13,
45828,
62,
69,
594,
58,
72,
60,
796,
331,
82,
58,
312,
87,
60,
628,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
64,
274,
13,
448,
75,
3183,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8106,
7,
88,
4613,
331,
1279,
257,
274,
13,
21037,
62,
69,
594,
58,
72,
60,
8614,
331,
1875,
257,
274,
13,
45828,
62,
69,
594,
58,
72,
4357,
331,
82,
4008,
198,
220,
220,
220,
886,
628,
220,
220,
220,
611,
5145,
271,
7,
64,
274,
13,
87,
11,
2147,
8,
198,
220,
220,
220,
220,
220,
220,
220,
257,
274,
13,
87,
796,
19850,
276,
6601,
19182,
7,
5317,
2414,
58,
87,
329,
357,
87,
11,
269,
8,
287,
8251,
7,
24432,
8,
12962,
198,
220,
220,
220,
886,
628,
220,
220,
220,
611,
5145,
271,
7,
64,
274,
13,
8043,
11,
2147,
8,
198,
220,
220,
220,
220,
220,
220,
220,
257,
274,
13,
8043,
796,
19850,
276,
6601,
19182,
7,
10258,
11395,
58,
66,
329,
357,
87,
11,
269,
8,
287,
8251,
7,
24432,
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,
2974,
7,
64,
274,
13,
8043,
4008,
198,
220,
220,
220,
886,
628,
220,
220,
220,
2147,
198,
437,
628,
198,
198,
8608,
18187,
37002,
17126,
2569,
1279,
25,
20925,
12254,
13,
17126,
2569,
20180,
198,
220,
220,
220,
2446,
3712,
13940,
23650,
198,
220,
220,
220,
32746,
722,
3712,
43879,
2414,
628,
220,
220,
220,
2163,
37002,
17126,
2569,
7,
26,
2446,
3712,
13940,
23650,
28,
25,
5439,
408,
11,
32746,
722,
3712,
43879,
2414,
28,
15,
13,
2425,
8,
198,
220,
220,
220,
220,
220,
220,
220,
649,
7,
24396,
11,
32746,
722,
8,
198,
220,
220,
220,
886,
198,
437,
628,
198,
9979,
7209,
796,
37002,
17126,
2569,
628,
198,
30854,
62,
64,
395,
24965,
7,
3712,
7556,
5226,
17126,
2569,
8,
796,
685,
25,
87,
11,
1058,
88,
60,
628,
198,
8818,
4174,
62,
14269,
2569,
7,
14269,
3712,
7556,
5226,
17126,
2569,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16252,
3712,
35,
713,
90,
13940,
23650,
11,
20925,
12254,
13,
29990,
20180,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6349,
3712,
38,
324,
12254,
13,
7222,
45480,
20180,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
257,
274,
3712,
38,
324,
12254,
13,
32,
395,
24965,
8,
628,
220,
220,
220,
20925,
12254,
13,
30493,
62,
64,
395,
24965,
62,
23211,
7203,
17126,
13,
5796,
5226,
1600,
257,
274,
11,
1058,
87,
11,
1058,
88,
8,
198,
220,
220,
220,
20925,
12254,
13,
30493,
62,
64,
395,
24965,
62,
40496,
62,
13664,
7203,
17126,
13,
5796,
5226,
1600,
257,
274,
11,
1058,
87,
11,
1058,
88,
8,
628,
220,
220,
220,
611,
1185,
13,
24396,
14512,
1058,
5439,
408,
198,
220,
220,
220,
220,
220,
220,
220,
4049,
7203,
464,
691,
5133,
13,
5796,
5226,
2446,
3058,
4855,
318,
2376,
408,
19570,
198,
220,
220,
220,
886,
628,
220,
220,
220,
997,
62,
20214,
796,
19683,
628,
220,
220,
220,
611,
257,
274,
13,
8043,
24844,
2147,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
62,
1084,
11,
2124,
62,
9806,
796,
5288,
7,
64,
274,
13,
87,
828,
5415,
7,
64,
274,
13,
87,
8,
628,
220,
220,
220,
220,
220,
220,
220,
611,
2124,
62,
1084,
6624,
2124,
62,
9806,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4049,
7203,
17126,
13,
5796,
5226,
4433,
517,
621,
530,
7310,
2124,
1988,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
2376,
408,
460,
470,
4331,
2173,
1279,
87,
62,
1084,
393,
1875,
87,
62,
9806,
13,
6889,
1654,
326,
1595,
470,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
1645,
832,
257,
12462,
966,
781,
4649,
198,
220,
220,
220,
220,
220,
220,
220,
299,
12587,
796,
352,
68,
12,
20,
1635,
357,
87,
62,
9806,
532,
2124,
62,
1084,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1957,
2124,
82,
11,
331,
82,
198,
220,
220,
220,
220,
220,
220,
220,
1949,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2124,
82,
796,
10385,
7,
38469,
90,
43879,
2414,
5512,
257,
274,
13,
87,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
331,
82,
796,
10385,
7,
38469,
90,
43879,
2414,
5512,
257,
274,
13,
88,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4929,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4049,
7203,
17126,
13,
5439,
408,
4433,
326,
2124,
290,
331,
307,
5421,
284,
26515,
286,
8631,
3146,
19570,
198,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
257,
274,
13,
87,
796,
2824,
19510,
87,
62,
1084,
1343,
299,
12587,
2599,
19510,
87,
62,
9806,
532,
2124,
62,
1084,
8,
1220,
997,
62,
20214,
2599,
7,
87,
62,
9806,
532,
299,
12587,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
257,
274,
13,
88,
796,
4331,
7,
5439,
408,
7,
34223,
11,
331,
82,
11,
11506,
28,
14269,
13,
5796,
1025,
722,
828,
257,
274,
13,
87,
8,
198,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
2628,
796,
360,
713,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
257,
274,
62,
8043,
796,
257,
274,
13,
8043,
24844,
2147,
5633,
685,
22366,
60,
1058,
257,
274,
13,
8043,
198,
220,
220,
220,
220,
220,
220,
220,
329,
357,
87,
11,
331,
11,
269,
8,
287,
19974,
7,
64,
274,
13,
87,
11,
257,
274,
13,
88,
11,
6772,
7,
64,
274,
62,
8043,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
5145,
10134,
2539,
7,
24432,
11,
269,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2628,
58,
66,
60,
796,
357,
43879,
2414,
58,
4357,
48436,
2414,
58,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1949,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
24432,
58,
66,
7131,
16,
4357,
2124,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
24432,
58,
66,
7131,
17,
4357,
331,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4929,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4049,
7203,
17126,
13,
5439,
408,
4433,
326,
2124,
290,
331,
307,
5421,
284,
26515,
286,
8631,
3146,
19570,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
257,
274,
13,
87,
796,
15690,
7,
43879,
2414,
11,
4129,
7,
24432,
8,
1635,
997,
62,
20214,
8,
198,
220,
220,
220,
220,
220,
220,
220,
257,
274,
13,
88,
796,
15690,
7,
43879,
2414,
11,
4129,
7,
24432,
8,
1635,
997,
62,
20214,
8,
198,
220,
220,
220,
220,
220,
220,
220,
7577,
796,
15690,
7,
10258,
11395,
11,
4129,
7,
24432,
8,
1635,
997,
62,
20214,
8,
628,
220,
220,
220,
220,
220,
220,
220,
329,
357,
72,
11,
357,
66,
11,
357,
34223,
11,
331,
82,
22305,
287,
27056,
378,
7,
24432,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2124,
62,
1084,
11,
2124,
62,
9806,
796,
5288,
7,
34223,
828,
5415,
7,
34223,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
2124,
62,
1084,
6624,
2124,
62,
9806,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4049,
7203,
17126,
13,
5796,
5226,
4433,
517,
621,
530,
7310,
2124,
1988,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
299,
12587,
796,
352,
68,
12,
20,
1635,
357,
87,
62,
9806,
532,
2124,
62,
1084,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4831,
796,
2824,
19510,
87,
62,
1084,
1343,
299,
12587,
2599,
19510,
87,
62,
9806,
532,
2124,
62,
1084,
8,
1220,
997,
62,
20214,
2599,
7,
87,
62,
9806,
532,
299,
12587,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
357,
73,
11,
357,
87,
11,
331,
4008,
287,
27056,
378,
7,
13344,
7,
20214,
11,
4331,
7,
5439,
408,
7,
34223,
11,
331,
82,
11,
11506,
28,
14269,
13,
5796,
1025,
722,
828,
4831,
22305,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
257,
274,
13,
87,
58,
7,
72,
532,
352,
8,
1635,
997,
62,
20214,
1343,
474,
60,
796,
2124,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
257,
274,
13,
88,
58,
7,
72,
532,
352,
8,
1635,
997,
62,
20214,
1343,
474,
60,
796,
331,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7577,
58,
7,
72,
532,
352,
8,
1635,
997,
62,
20214,
1343,
474,
60,
796,
269,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
257,
274,
13,
8043,
796,
19850,
276,
6601,
19182,
7,
4033,
669,
8,
198,
220,
220,
220,
886,
198,
437,
628,
198,
8608,
18187,
22212,
33,
259,
17126,
2569,
1279,
25,
20925,
12254,
13,
17126,
2569,
20180,
198,
220,
220,
220,
2124,
65,
1939,
608,
3712,
5317,
198,
220,
220,
220,
331,
65,
1939,
608,
3712,
5317,
628,
220,
220,
220,
2163,
22212,
33,
259,
17126,
2569,
7,
26,
2124,
65,
1939,
608,
28,
1120,
11,
331,
65,
1939,
608,
28,
1120,
8,
198,
220,
220,
220,
220,
220,
220,
220,
649,
7,
30894,
1939,
608,
11,
331,
65,
1939,
608,
8,
198,
220,
220,
220,
886,
198,
437,
628,
198,
9979,
17910,
8800,
796,
22212,
33,
259,
17126,
2569,
628,
198,
8818,
4174,
62,
14269,
2569,
7,
14269,
3712,
39,
1069,
33,
259,
17126,
2569,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16252,
3712,
35,
713,
90,
13940,
23650,
11,
20925,
12254,
13,
29990,
20180,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6349,
3712,
38,
324,
12254,
13,
7222,
45480,
20180,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
257,
274,
3712,
38,
324,
12254,
13,
32,
395,
24965,
8,
198,
220,
220,
220,
2124,
1084,
11,
2124,
9806,
796,
5288,
7,
64,
274,
13,
87,
828,
5415,
7,
64,
274,
13,
87,
8,
198,
220,
220,
220,
331,
1084,
11,
331,
9806,
796,
5288,
7,
64,
274,
13,
88,
828,
5415,
7,
64,
274,
13,
88,
8,
198,
220,
220,
220,
2124,
12626,
11,
331,
12626,
796,
2124,
9806,
532,
2124,
1084,
11,
331,
9806,
532,
331,
1084,
628,
220,
220,
220,
2124,
7857,
796,
2124,
12626,
1220,
1185,
13,
30894,
1939,
608,
198,
220,
220,
220,
331,
7857,
796,
331,
12626,
1220,
1185,
13,
88,
65,
1939,
608,
628,
220,
220,
220,
9853,
796,
360,
713,
90,
7,
7149,
11,
4377,
828,
2558,
92,
3419,
198,
220,
220,
220,
329,
357,
87,
11,
331,
8,
287,
19974,
7,
64,
274,
13,
87,
11,
257,
274,
13,
88,
8,
198,
220,
220,
220,
220,
220,
220,
220,
289,
796,
10385,
7,
39,
1069,
1840,
34519,
46,
1860,
49,
11,
966,
33095,
7,
87,
532,
2124,
1084,
1343,
2124,
12626,
14,
17,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
331,
532,
331,
1084,
1343,
331,
12626,
14,
17,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2124,
7857,
11,
331,
7857,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
4686,
87,
796,
357,
71,
13,
80,
11,
289,
13,
81,
8,
198,
220,
220,
220,
220,
220,
220,
220,
611,
5145,
10134,
2539,
7,
9127,
82,
11,
4686,
87,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9853,
58,
312,
87,
60,
796,
352,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9853,
58,
312,
87,
60,
15853,
352,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
628,
220,
220,
220,
399,
796,
4129,
7,
9127,
82,
8,
198,
220,
220,
220,
257,
274,
13,
87,
796,
15690,
7,
43879,
2414,
11,
399,
8,
198,
220,
220,
220,
257,
274,
13,
88,
796,
15690,
7,
43879,
2414,
11,
399,
8,
198,
220,
220,
220,
1366,
796,
20925,
12254,
13,
6601,
3419,
198,
220,
220,
220,
1366,
13,
8043,
796,
15690,
7,
5317,
11,
399,
8,
198,
220,
220,
220,
479,
796,
352,
198,
220,
220,
220,
329,
357,
312,
87,
11,
269,
429,
8,
287,
9853,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
11,
331,
796,
3641,
7,
39,
1069,
1840,
34519,
46,
1860,
49,
7,
312,
87,
58,
16,
4357,
4686,
87,
58,
17,
46570,
2124,
7857,
11,
331,
7857,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2124,
1084,
532,
2124,
12626,
14,
17,
11,
331,
1084,
532,
331,
12626,
14,
17,
8,
198,
220,
220,
220,
220,
220,
220,
220,
257,
274,
13,
87,
58,
74,
60,
796,
2124,
198,
220,
220,
220,
220,
220,
220,
220,
257,
274,
13,
88,
58,
74,
60,
796,
331,
198,
220,
220,
220,
220,
220,
220,
220,
1366,
13,
8043,
58,
74,
60,
796,
269,
429,
198,
220,
220,
220,
220,
220,
220,
220,
479,
15853,
352,
198,
220,
220,
220,
886,
198,
220,
220,
220,
257,
274,
13,
87,
7857,
796,
685,
87,
7857,
60,
198,
220,
220,
220,
257,
274,
13,
893,
1096,
796,
685,
893,
1096,
60,
628,
220,
220,
220,
3124,
62,
9888,
796,
16252,
58,
25,
8043,
60,
198,
220,
220,
220,
611,
5145,
7,
4906,
1659,
7,
8043,
62,
9888,
8,
1279,
25,
21589,
13,
17875,
5623,
10258,
29990,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4049,
7203,
39,
1069,
33,
259,
10082,
15748,
4433,
257,
12948,
3124,
5046,
19570,
198,
220,
220,
220,
886,
628,
220,
220,
220,
21589,
13,
39014,
62,
9888,
7,
8043,
62,
9888,
11,
685,
64,
274,
4357,
1366,
8,
198,
437,
628,
198,
8818,
4277,
62,
1416,
2040,
7,
3712,
39,
1069,
33,
259,
17126,
2569,
8,
198,
220,
220,
220,
1441,
685,
38,
324,
12254,
13,
29990,
13,
18487,
5623,
62,
8043,
3419,
60,
198,
437,
628,
198,
8608,
18187,
5012,
17126,
2569,
1279,
25,
20925,
12254,
13,
17126,
2569,
20180,
198,
220,
220,
220,
4571,
3712,
13940,
23650,
628,
220,
220,
220,
2163,
5012,
17126,
2569,
7,
26,
4571,
3712,
13940,
23650,
28,
25,
71,
85,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
649,
7,
37295,
8,
198,
220,
220,
220,
886,
198,
437,
198,
198,
9979,
2239,
796,
5012,
17126,
2569,
628,
198,
8818,
5002,
62,
64,
395,
24965,
7,
3712,
8600,
17126,
2569,
8,
198,
220,
220,
220,
1441,
685,
25,
87,
11,
1058,
88,
60,
198,
437,
628,
198,
8818,
4174,
62,
14269,
2569,
7,
14269,
3712,
8600,
17126,
2569,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16252,
3712,
35,
713,
90,
13940,
23650,
11,
20925,
12254,
13,
29990,
20180,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6349,
3712,
38,
324,
12254,
13,
7222,
45480,
20180,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
257,
274,
3712,
38,
324,
12254,
13,
32,
395,
24965,
8,
198,
220,
220,
220,
20925,
12254,
13,
30493,
62,
64,
395,
24965,
62,
23211,
7203,
8600,
17126,
2569,
1600,
257,
274,
11,
1058,
87,
8,
198,
220,
220,
220,
20925,
12254,
13,
30493,
62,
64,
395,
24965,
62,
23211,
7203,
8600,
17126,
2569,
1600,
257,
274,
11,
1058,
88,
8,
198,
220,
220,
220,
20925,
12254,
13,
30493,
62,
64,
395,
24965,
62,
40496,
62,
13664,
7203,
8600,
17126,
2569,
1600,
257,
274,
11,
1058,
87,
11,
1058,
88,
8,
628,
220,
220,
220,
2173,
796,
2824,
7,
13344,
7,
64,
274,
13,
87,
11,
257,
274,
13,
88,
4008,
198,
220,
220,
220,
3297,
0,
7,
13033,
11,
416,
28,
11085,
8,
198,
220,
220,
220,
299,
796,
4129,
7,
13033,
8,
198,
220,
220,
220,
2124,
62,
9662,
796,
15690,
7,
417,
4906,
7,
64,
274,
13,
87,
828,
362,
77,
532,
352,
8,
198,
220,
220,
220,
331,
62,
9662,
796,
15690,
7,
417,
4906,
7,
64,
274,
13,
88,
828,
362,
77,
532,
352,
8,
628,
220,
220,
220,
329,
1312,
287,
352,
37498,
17,
77,
12,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
611,
318,
5088,
7,
72,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2124,
62,
9662,
58,
72,
60,
796,
2173,
58,
7146,
7,
72,
12,
16,
11,
17,
47762,
16,
7131,
16,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
331,
62,
9662,
58,
72,
60,
796,
2173,
58,
7146,
7,
72,
12,
16,
11,
17,
47762,
16,
7131,
17,
60,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
361,
1185,
13,
37295,
6624,
1058,
71,
85,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2124,
62,
9662,
58,
72,
60,
796,
2173,
58,
7146,
7,
72,
12,
16,
11,
17,
47762,
17,
7131,
16,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
331,
62,
9662,
58,
72,
60,
796,
2173,
58,
7146,
7,
72,
12,
16,
11,
17,
47762,
16,
7131,
17,
60,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2124,
62,
9662,
58,
72,
60,
796,
2173,
58,
7146,
7,
72,
12,
16,
11,
17,
47762,
16,
7131,
16,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
331,
62,
9662,
58,
72,
60,
796,
2173,
58,
7146,
7,
72,
12,
16,
11,
17,
47762,
17,
7131,
17,
60,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
628,
220,
220,
220,
257,
274,
13,
87,
796,
2124,
62,
9662,
198,
220,
220,
220,
257,
274,
13,
88,
796,
331,
62,
9662,
198,
437,
628,
198,
437,
1303,
8265,
5133,
628
] | 1.904734 | 13,520 |
using CSV, DataFrames, Distributed, Dates, LinearAlgebra, Distributions, DelimitedFiles, SharedArrays
# Custom package
using Jevo
# Get date to append to output file
date = Dates.format(Dates.today(), "yyyy_mm_dd")
# Get number of workers as a script argument
if length(ARGS) == 1
addprocs(parse(Int64, ARGS[1]))
elseif length(ARGS) > 1
throw(ArgumentError("Only one command line argument (cores)."))
end
# Import packages needed for all workers
@everywhere begin
using Jevo
using Distributions
using DelimitedFiles
using SharedArrays
using LinearAlgebra
end
# Parameters
@everywhere begin
gap = 10
l_0 = 20
fl = .7l_0
f0 = 20l_0
κ_arr = 0:2:20
n = 4
N = 1000
steps = 10^8
reps = 200
F = Jevo.num_fermi(n, l_0, gap, f0/2N, fl/2N)
emat = gap/l_0 * (ones(n, n) - Matrix{Float64}(I, n, n))
end
# Run one rep
@everywhere function run(N, l, emat, F, κ, l_0, gap, steps)
pop = Jevo.mono_pop(N=N, l=l)
Jevo.initiate!(pop, emat)
for i in 1:steps
Jevo.bp_substitution!(pop, emat, F)
if rand() < κ/N
Jevo.driver_mutation!(pop)
end
if (rand() < 1/10N) && (Jevo.get_energy(pop, emat)*l_0/length(pop.seqs)/gap < Jevo.γ_0(n))
Jevo.l_substitution!(pop, emat, F)
elseif (Jevo.get_energy(pop, emat)*l_0/length(pop.seqs)/gap > Jevo.γ_0(n))
pop = Jevo.mono_pop(N=N, l=length(pop.seqs))
Jevo.initiate!(pop, emat)
end
end
return Jevo.get_energy(pop, emat) * l_0/length(pop.seqs)/gap, length(pop.seqs)
end
# Store Metadata
open(date*"_METADATA.txt", "a") do io
write(io, "gap=$gap\n")
write(io, "l_0=$l_0\n")
write(io, "f0=$f0\n")
write(io, "fl=$fl\n")
write(io, "kappa=$κ_arr\n")
write(io, "n=$n\n")
write(io, "N=$N\n")
write(io, "steps=$steps\n")
write(io, "reps=$reps")
end
E_results = SharedArray{Float64, 2}(length(κ_arr), reps)
l_list = SharedArray{Float64, 2}(length(κ_arr), reps)
kappa_list = SharedArray{Float64, 2}(length(κ_arr), reps)
# Run simulations and enjoy speed
@sync @distributed for j in 1:reps
for (i1, κ) in enumerate(κ_arr)
E, l= run(N, 150, emat, F, κ, l_0, gap, steps)
E_results[i1, j] = E
l_list[i1, j] = l
kappa_list[i1, j] = κ
end
println("Run $j done.")
end
df = DataFrame(gamma=[(E_results...)...], l=[(l_list...)...], kappa=[(kappa_list...)...])
CSV.write(date * "_results.csv", df)
| [
3500,
44189,
11,
6060,
35439,
11,
4307,
6169,
11,
44712,
11,
44800,
2348,
29230,
11,
46567,
507,
11,
4216,
320,
863,
25876,
11,
39403,
3163,
20477,
198,
198,
2,
8562,
5301,
198,
3500,
449,
1990,
78,
628,
198,
2,
3497,
3128,
284,
24443,
284,
5072,
2393,
198,
4475,
796,
44712,
13,
18982,
7,
35,
689,
13,
40838,
22784,
366,
22556,
22556,
62,
3020,
62,
1860,
4943,
198,
198,
2,
3497,
1271,
286,
3259,
355,
257,
4226,
4578,
198,
361,
4129,
7,
1503,
14313,
8,
6624,
352,
198,
220,
220,
220,
751,
1676,
6359,
7,
29572,
7,
5317,
2414,
11,
5923,
14313,
58,
16,
60,
4008,
198,
17772,
361,
4129,
7,
1503,
14313,
8,
1875,
352,
198,
220,
220,
220,
3714,
7,
28100,
1713,
12331,
7203,
10049,
530,
3141,
1627,
4578,
357,
66,
2850,
21387,
4008,
198,
437,
198,
198,
2,
17267,
10392,
2622,
329,
477,
3259,
198,
31,
16833,
3003,
220,
2221,
198,
220,
220,
220,
1262,
449,
1990,
78,
198,
220,
220,
220,
1262,
46567,
507,
198,
220,
220,
220,
1262,
4216,
320,
863,
25876,
198,
220,
220,
220,
1262,
39403,
3163,
20477,
198,
220,
220,
220,
1262,
44800,
2348,
29230,
198,
437,
628,
198,
2,
40117,
198,
31,
16833,
3003,
2221,
198,
220,
220,
220,
7625,
796,
838,
198,
220,
220,
220,
300,
62,
15,
796,
1160,
198,
220,
220,
220,
781,
796,
764,
22,
75,
62,
15,
198,
220,
220,
220,
277,
15,
796,
1160,
75,
62,
15,
198,
220,
220,
220,
7377,
118,
62,
3258,
796,
657,
25,
17,
25,
1238,
198,
220,
220,
220,
299,
796,
604,
198,
220,
220,
220,
399,
796,
8576,
198,
220,
220,
220,
4831,
796,
838,
61,
23,
198,
220,
220,
220,
20982,
796,
939,
198,
220,
220,
220,
376,
796,
449,
1990,
78,
13,
22510,
62,
2232,
11632,
7,
77,
11,
300,
62,
15,
11,
7625,
11,
277,
15,
14,
17,
45,
11,
781,
14,
17,
45,
8,
198,
220,
220,
220,
795,
265,
796,
7625,
14,
75,
62,
15,
1635,
357,
1952,
7,
77,
11,
299,
8,
532,
24936,
90,
43879,
2414,
92,
7,
40,
11,
299,
11,
299,
4008,
198,
437,
628,
198,
2,
5660,
530,
1128,
198,
31,
16833,
3003,
2163,
1057,
7,
45,
11,
300,
11,
795,
265,
11,
376,
11,
7377,
118,
11,
300,
62,
15,
11,
7625,
11,
4831,
8,
198,
220,
220,
220,
1461,
796,
449,
1990,
78,
13,
2144,
78,
62,
12924,
7,
45,
28,
45,
11,
300,
28,
75,
8,
198,
220,
220,
220,
449,
1990,
78,
13,
259,
8846,
378,
0,
7,
12924,
11,
795,
265,
8,
198,
220,
220,
220,
329,
1312,
287,
352,
25,
20214,
198,
220,
220,
220,
220,
220,
220,
220,
449,
1990,
78,
13,
46583,
62,
7266,
301,
2738,
0,
7,
12924,
11,
795,
265,
11,
376,
8,
198,
220,
220,
220,
220,
220,
220,
220,
611,
43720,
3419,
1279,
7377,
118,
14,
45,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
449,
1990,
78,
13,
26230,
62,
76,
7094,
0,
7,
12924,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
611,
357,
25192,
3419,
1279,
352,
14,
940,
45,
8,
11405,
357,
41,
1990,
78,
13,
1136,
62,
22554,
7,
12924,
11,
795,
265,
27493,
75,
62,
15,
14,
13664,
7,
12924,
13,
41068,
82,
20679,
43554,
1279,
449,
1990,
78,
13,
42063,
62,
15,
7,
77,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
449,
1990,
78,
13,
75,
62,
7266,
301,
2738,
0,
7,
12924,
11,
795,
265,
11,
376,
8,
198,
197,
17772,
361,
357,
41,
1990,
78,
13,
1136,
62,
22554,
7,
12924,
11,
795,
265,
27493,
75,
62,
15,
14,
13664,
7,
12924,
13,
41068,
82,
20679,
43554,
1875,
449,
1990,
78,
13,
42063,
62,
15,
7,
77,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1461,
796,
449,
1990,
78,
13,
2144,
78,
62,
12924,
7,
45,
28,
45,
11,
300,
28,
13664,
7,
12924,
13,
41068,
82,
4008,
198,
197,
220,
220,
220,
449,
1990,
78,
13,
259,
8846,
378,
0,
7,
12924,
11,
795,
265,
8,
198,
197,
437,
198,
220,
220,
220,
886,
198,
220,
220,
220,
1441,
449,
1990,
78,
13,
1136,
62,
22554,
7,
12924,
11,
795,
265,
8,
1635,
300,
62,
15,
14,
13664,
7,
12924,
13,
41068,
82,
20679,
43554,
11,
4129,
7,
12924,
13,
41068,
82,
8,
198,
437,
628,
198,
2,
9363,
3395,
14706,
198,
9654,
7,
4475,
9,
1,
62,
47123,
2885,
13563,
13,
14116,
1600,
366,
64,
4943,
466,
33245,
198,
220,
220,
220,
3551,
7,
952,
11,
366,
43554,
43641,
43554,
59,
77,
4943,
198,
220,
220,
220,
3551,
7,
952,
11,
366,
75,
62,
15,
43641,
75,
62,
15,
59,
77,
4943,
198,
220,
220,
220,
3551,
7,
952,
11,
366,
69,
15,
43641,
69,
15,
59,
77,
4943,
198,
220,
220,
220,
3551,
7,
952,
11,
366,
2704,
43641,
2704,
59,
77,
4943,
198,
220,
220,
220,
3551,
7,
952,
11,
366,
74,
20975,
43641,
43000,
62,
3258,
59,
77,
4943,
198,
220,
220,
220,
3551,
7,
952,
11,
366,
77,
43641,
77,
59,
77,
4943,
198,
220,
220,
220,
3551,
7,
952,
11,
366,
45,
43641,
45,
59,
77,
4943,
198,
220,
220,
220,
3551,
7,
952,
11,
366,
20214,
43641,
20214,
59,
77,
4943,
198,
220,
220,
220,
3551,
7,
952,
11,
366,
260,
862,
43641,
260,
862,
4943,
198,
437,
198,
198,
36,
62,
43420,
796,
39403,
19182,
90,
43879,
2414,
11,
362,
92,
7,
13664,
7,
43000,
62,
3258,
828,
20982,
8,
198,
75,
62,
4868,
796,
39403,
19182,
90,
43879,
2414,
11,
362,
92,
7,
13664,
7,
43000,
62,
3258,
828,
20982,
8,
198,
74,
20975,
62,
4868,
796,
39403,
19182,
90,
43879,
2414,
11,
362,
92,
7,
13664,
7,
43000,
62,
3258,
828,
20982,
8,
198,
198,
2,
5660,
27785,
290,
2883,
2866,
198,
31,
27261,
2488,
17080,
6169,
329,
474,
287,
352,
25,
260,
862,
198,
220,
220,
220,
329,
357,
72,
16,
11,
7377,
118,
8,
287,
27056,
378,
7,
43000,
62,
3258,
8,
198,
220,
220,
220,
220,
220,
220,
220,
412,
11,
300,
28,
1057,
7,
45,
11,
6640,
11,
795,
265,
11,
376,
11,
7377,
118,
11,
300,
62,
15,
11,
7625,
11,
4831,
8,
198,
220,
220,
220,
220,
220,
220,
220,
412,
62,
43420,
58,
72,
16,
11,
474,
60,
796,
412,
198,
220,
220,
220,
220,
220,
220,
220,
300,
62,
4868,
58,
72,
16,
11,
474,
60,
796,
300,
198,
220,
220,
220,
220,
220,
220,
220,
479,
20975,
62,
4868,
58,
72,
16,
11,
474,
60,
796,
7377,
118,
198,
220,
220,
220,
886,
198,
220,
220,
220,
44872,
7203,
10987,
720,
73,
1760,
19570,
198,
437,
198,
7568,
796,
6060,
19778,
7,
28483,
2611,
41888,
7,
36,
62,
43420,
23029,
986,
4357,
300,
41888,
7,
75,
62,
4868,
23029,
986,
4357,
479,
20975,
41888,
7,
74,
20975,
62,
4868,
23029,
986,
12962,
198,
7902,
53,
13,
13564,
7,
4475,
1635,
45434,
43420,
13,
40664,
1600,
47764,
8,
628
] | 2.06914 | 1,186 |
__precompile__()
module EllipsisNotation
import Base: to_indices, tail
const .. = Val{:..}()
@inline fillcolons(inds, I) = fillcolons((), inds, I)
@inline fillcolons(colons, ::Tuple{}, ::Tuple{}) = colons
@noinline fillcolons(colons, ::Tuple{}, ::Tuple) = throw(ArgumentError("too many indices provided"))
@inline fillcolons(colons, t::NTuple{N, <:Any}, ::NTuple{N, <:Any}) where {N} = colons
@inline fillcolons(colons, t::Tuple, s::Tuple) = fillcolons((colons..., :), tail(t), s)
@inline function to_indices(A, inds, I::Tuple{Val{:..}, Vararg{Any, N}}) where N
# Align the remaining indices to the tail of the `inds`
colons = fillcolons(inds, tail(I))
to_indices(A, inds, (colons..., tail(I)...))
end
export ..
end # module
| [
834,
3866,
5589,
576,
834,
3419,
198,
198,
21412,
7122,
2419,
271,
3673,
341,
198,
198,
11748,
7308,
25,
284,
62,
521,
1063,
11,
7894,
198,
9979,
11485,
220,
220,
796,
3254,
90,
25,
492,
92,
3419,
198,
198,
31,
45145,
6070,
4033,
684,
7,
521,
82,
11,
314,
8,
796,
6070,
4033,
684,
19510,
828,
773,
82,
11,
314,
8,
198,
198,
31,
45145,
6070,
4033,
684,
7,
4033,
684,
11,
7904,
51,
29291,
90,
5512,
7904,
51,
29291,
90,
30072,
796,
951,
684,
198,
31,
3919,
45145,
6070,
4033,
684,
7,
4033,
684,
11,
7904,
51,
29291,
90,
5512,
7904,
51,
29291,
8,
796,
3714,
7,
28100,
1713,
12331,
7203,
18820,
867,
36525,
2810,
48774,
198,
31,
45145,
6070,
4033,
684,
7,
4033,
684,
11,
256,
3712,
11251,
29291,
90,
45,
11,
1279,
25,
7149,
5512,
7904,
11251,
29291,
90,
45,
11,
1279,
25,
7149,
30072,
810,
1391,
45,
92,
796,
951,
684,
198,
31,
45145,
6070,
4033,
684,
7,
4033,
684,
11,
256,
3712,
51,
29291,
11,
264,
3712,
51,
29291,
8,
796,
6070,
4033,
684,
19510,
4033,
684,
986,
11,
1058,
828,
7894,
7,
83,
828,
264,
8,
198,
198,
31,
45145,
2163,
284,
62,
521,
1063,
7,
32,
11,
773,
82,
11,
314,
3712,
51,
29291,
90,
7762,
90,
25,
492,
5512,
12372,
853,
90,
7149,
11,
399,
11709,
8,
810,
399,
198,
220,
220,
220,
1303,
978,
570,
262,
5637,
36525,
284,
262,
7894,
286,
262,
4600,
521,
82,
63,
198,
220,
220,
220,
951,
684,
796,
6070,
4033,
684,
7,
521,
82,
11,
7894,
7,
40,
4008,
198,
220,
220,
220,
284,
62,
521,
1063,
7,
32,
11,
773,
82,
11,
357,
4033,
684,
986,
11,
7894,
7,
40,
26513,
4008,
198,
437,
198,
198,
39344,
11485,
198,
198,
437,
1303,
8265,
198
] | 2.486667 | 300 |
using ImageSegmentation
using ImageSegmentation.Colors
using ImageSegmentation.FixedPointNumbers
using FileIO
using Statistics
using SparseArrays
using Test
@testset "flood_fill" begin
# 0d
a = reshape([true])
@test flood(identity, a, CartesianIndex()) == a
@test_throws ArgumentError flood(!, a, CartesianIndex())
# 1d
a = 1:7
@test flood(==(2), a, CartesianIndex(2)) == (a .== 2)
@test_throws ArgumentError flood(==(2), a, CartesianIndex(3))
@test flood(x -> 1 < x < 4, a, CartesianIndex(2)) == [false, true, true, false, false, false, false]
@test flood(isinteger, a, CartesianIndex(2)) == trues(7)
# 2d
ab = [true false false false;
true true false false;
true false false true;
true true true true]
an0f8 = N0f8.(ab)
agray = Gray.(an0f8)
for (f, a) in ((identity, ab), (==(1), an0f8), (==(1), agray))
for idx in CartesianIndices(a)
if f(a[idx])
@test flood(f, a, idx) == a
else
@test_throws ArgumentError flood(f, a, idx)
end
end
end
@test flood(identity, ab, Int16(1)) == ab
# 3d
k = 10
a = falses(k, k, k)
idx = CartesianIndex(1,1,1)
incs = [CartesianIndex(1,0,0), CartesianIndex(0,1,0), CartesianIndex(0,0,1)]
a[idx] = true
while any(<(k), Tuple(idx))
d = rand(1:3)
idx += incs[d]
idx = min(idx, CartesianIndex(k,k,k))
a[idx] = true
end
for idx in eachindex(a)
if a[idx]
@test flood(identity, a, idx) == a
else
@test_throws ArgumentError flood(identity, a, idx)
end
end
# Colors
path = download("https://github.com/JuliaImages/juliaimages.github.io/raw/source/docs/src/pkgs/segmentation/assets/flower.jpg")
img = load(path)
seg = flood(img, CartesianIndex(87,280); thresh=0.3*sqrt(3)) # TODO: eliminate the sqrt(3) when we transition to `abs2(c) = c ⋅ c`
@test 0.2*length(seg) <= sum(seg) <= 0.25*length(seg)
c = mean(img[seg])
# N0f8 makes for easier approximate testing
@test N0f8(red(c)) ≈ N0f8(0.855)
@test N0f8(green(c)) ≈ N0f8(0.161)
@test N0f8(blue(c)) ≈ N0f8(0.439)
# flood_fill!
near3(x) = round(Int, x) == 3
a0 = [range(2, 4, length=9);]
a = copy(a0)
idx = (length(a)+1)÷2
dest = fill!(similar(a, Bool), false)
@test flood_fill!(near3, dest, a, idx) == (round.(a) .== 3)
a = copy(a0)
flood_fill!(near3, a, idx; fillvalue=-1)
@test a == [near3(a0[i]) ? -1 : a[i] for i in eachindex(a)]
a = copy(a0)
@test_throws ArgumentError flood_fill!(near3, a, idx; fillvalue=-1, isfilled=near3)
# warning
a = [1:7;]
@test_logs (:warn, r"distinct.*incomplete") flood_fill!(<(5), a, 1; fillvalue=3)
@test a == [3,3,3,4,5,6,7]
a = [1:7;]
dest = fill(-1, size(a))
@test_logs flood_fill!(<(5), dest, a, 1; fillvalue=3) # no warnings
@test dest == [3,3,3,3,-1,-1,-1]
a = [1:7;]
@test_logs flood_fill!(<(5), a, 1; fillvalue=11)
@test a == [11,11,11,11,5,6,7]
# This mimics a "big data" application in which we have several structures we want
# to label with different segment numbers, and the `src` array is too big to fit
# in memory.
# It would be better to use a package like SparseArrayKit, which allows efficient
# insertions and supports arbitrary dimensions.
a = Bool[0 0 0 0 0 0 1 1;
1 1 0 0 0 0 0 0]
dest = spzeros(Int, size(a)...) # stores the nonzero indexes in a Dict
flood_fill!(identity, dest, a, CartesianIndex(2, 1); fillvalue=1)
flood_fill!(identity, dest, a, CartesianIndex(1, 7); fillvalue=2)
@test dest == [0 0 0 0 0 0 2 2;
1 1 0 0 0 0 0 0]
end
| [
3500,
7412,
41030,
14374,
198,
3500,
7412,
41030,
14374,
13,
5216,
669,
198,
3500,
7412,
41030,
14374,
13,
13715,
12727,
49601,
198,
3500,
9220,
9399,
198,
3500,
14370,
198,
3500,
1338,
17208,
3163,
20477,
198,
3500,
6208,
198,
198,
31,
9288,
2617,
366,
2704,
702,
62,
20797,
1,
2221,
198,
220,
220,
220,
1303,
657,
67,
198,
220,
220,
220,
257,
796,
27179,
1758,
26933,
7942,
12962,
198,
220,
220,
220,
2488,
9288,
6947,
7,
738,
414,
11,
257,
11,
13690,
35610,
15732,
28955,
6624,
257,
198,
220,
220,
220,
2488,
9288,
62,
400,
8516,
45751,
12331,
6947,
7,
28265,
257,
11,
13690,
35610,
15732,
28955,
198,
220,
220,
220,
1303,
352,
67,
198,
220,
220,
220,
257,
796,
352,
25,
22,
198,
220,
220,
220,
2488,
9288,
6947,
7,
855,
7,
17,
828,
257,
11,
13690,
35610,
15732,
7,
17,
4008,
6624,
357,
64,
764,
855,
362,
8,
198,
220,
220,
220,
2488,
9288,
62,
400,
8516,
45751,
12331,
6947,
7,
855,
7,
17,
828,
257,
11,
13690,
35610,
15732,
7,
18,
4008,
198,
220,
220,
220,
2488,
9288,
6947,
7,
87,
4613,
352,
1279,
2124,
1279,
604,
11,
257,
11,
13690,
35610,
15732,
7,
17,
4008,
6624,
685,
9562,
11,
2081,
11,
2081,
11,
3991,
11,
3991,
11,
3991,
11,
3991,
60,
198,
220,
220,
220,
2488,
9288,
6947,
7,
271,
41433,
11,
257,
11,
13690,
35610,
15732,
7,
17,
4008,
6624,
491,
947,
7,
22,
8,
198,
220,
220,
220,
1303,
362,
67,
198,
220,
220,
220,
450,
796,
685,
7942,
3991,
3991,
3991,
26,
198,
220,
220,
220,
220,
220,
220,
220,
220,
2081,
2081,
3991,
3991,
26,
198,
220,
220,
220,
220,
220,
220,
220,
220,
2081,
3991,
3991,
2081,
26,
198,
220,
220,
220,
220,
220,
220,
220,
220,
2081,
2081,
2081,
2081,
60,
198,
220,
220,
220,
281,
15,
69,
23,
796,
399,
15,
69,
23,
12195,
397,
8,
198,
220,
220,
220,
556,
2433,
796,
12723,
12195,
272,
15,
69,
23,
8,
198,
220,
220,
220,
220,
220,
220,
220,
329,
357,
69,
11,
257,
8,
287,
14808,
738,
414,
11,
450,
828,
357,
855,
7,
16,
828,
281,
15,
69,
23,
828,
357,
855,
7,
16,
828,
556,
2433,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
329,
4686,
87,
287,
13690,
35610,
5497,
1063,
7,
64,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
277,
7,
64,
58,
312,
87,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
6947,
7,
69,
11,
257,
11,
4686,
87,
8,
6624,
257,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
62,
400,
8516,
45751,
12331,
6947,
7,
69,
11,
257,
11,
4686,
87,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
220,
220,
220,
2488,
9288,
6947,
7,
738,
414,
11,
450,
11,
2558,
1433,
7,
16,
4008,
6624,
450,
198,
220,
220,
220,
1303,
513,
67,
198,
220,
220,
220,
479,
796,
838,
198,
220,
220,
220,
257,
796,
27807,
274,
7,
74,
11,
479,
11,
479,
8,
198,
220,
220,
220,
4686,
87,
796,
13690,
35610,
15732,
7,
16,
11,
16,
11,
16,
8,
198,
220,
220,
220,
753,
82,
796,
685,
43476,
35610,
15732,
7,
16,
11,
15,
11,
15,
828,
13690,
35610,
15732,
7,
15,
11,
16,
11,
15,
828,
13690,
35610,
15732,
7,
15,
11,
15,
11,
16,
15437,
198,
220,
220,
220,
257,
58,
312,
87,
60,
796,
2081,
198,
220,
220,
220,
981,
597,
7,
27,
7,
74,
828,
309,
29291,
7,
312,
87,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
288,
796,
43720,
7,
16,
25,
18,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4686,
87,
15853,
753,
82,
58,
67,
60,
198,
220,
220,
220,
220,
220,
220,
220,
4686,
87,
796,
949,
7,
312,
87,
11,
13690,
35610,
15732,
7,
74,
11,
74,
11,
74,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
257,
58,
312,
87,
60,
796,
2081,
198,
220,
220,
220,
886,
198,
220,
220,
220,
329,
4686,
87,
287,
1123,
9630,
7,
64,
8,
198,
220,
220,
220,
220,
220,
220,
220,
611,
257,
58,
312,
87,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
6947,
7,
738,
414,
11,
257,
11,
4686,
87,
8,
6624,
257,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
62,
400,
8516,
45751,
12331,
6947,
7,
738,
414,
11,
257,
11,
4686,
87,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
220,
220,
220,
1303,
29792,
198,
220,
220,
220,
3108,
796,
4321,
7203,
5450,
1378,
12567,
13,
785,
14,
16980,
544,
29398,
14,
73,
43640,
17566,
13,
12567,
13,
952,
14,
1831,
14,
10459,
14,
31628,
14,
10677,
14,
35339,
82,
14,
325,
5154,
341,
14,
19668,
14,
25547,
13,
9479,
4943,
198,
220,
220,
220,
33705,
796,
3440,
7,
6978,
8,
198,
220,
220,
220,
384,
70,
796,
6947,
7,
9600,
11,
13690,
35610,
15732,
7,
5774,
11,
21033,
1776,
294,
3447,
28,
15,
13,
18,
9,
31166,
17034,
7,
18,
4008,
220,
220,
1303,
16926,
46,
25,
11005,
262,
19862,
17034,
7,
18,
8,
618,
356,
6801,
284,
4600,
8937,
17,
7,
66,
8,
796,
269,
2343,
233,
227,
269,
63,
198,
220,
220,
220,
2488,
9288,
657,
13,
17,
9,
13664,
7,
325,
70,
8,
19841,
2160,
7,
325,
70,
8,
19841,
657,
13,
1495,
9,
13664,
7,
325,
70,
8,
198,
220,
220,
220,
269,
796,
1612,
7,
9600,
58,
325,
70,
12962,
198,
220,
220,
220,
1303,
399,
15,
69,
23,
1838,
329,
4577,
27665,
4856,
198,
220,
220,
220,
2488,
9288,
399,
15,
69,
23,
7,
445,
7,
66,
4008,
15139,
230,
399,
15,
69,
23,
7,
15,
13,
45432,
8,
198,
220,
220,
220,
2488,
9288,
399,
15,
69,
23,
7,
14809,
7,
66,
4008,
15139,
230,
399,
15,
69,
23,
7,
15,
13,
25948,
8,
198,
220,
220,
220,
2488,
9288,
399,
15,
69,
23,
7,
17585,
7,
66,
4008,
15139,
230,
399,
15,
69,
23,
7,
15,
13,
47106,
8,
628,
220,
220,
220,
1303,
6947,
62,
20797,
0,
198,
220,
220,
220,
1474,
18,
7,
87,
8,
796,
2835,
7,
5317,
11,
2124,
8,
6624,
513,
198,
220,
220,
220,
257,
15,
796,
685,
9521,
7,
17,
11,
604,
11,
4129,
28,
24,
1776,
60,
198,
220,
220,
220,
257,
796,
4866,
7,
64,
15,
8,
198,
220,
220,
220,
4686,
87,
796,
357,
13664,
7,
64,
47762,
16,
8,
127,
115,
17,
198,
220,
220,
220,
2244,
796,
6070,
0,
7,
38610,
7,
64,
11,
347,
970,
828,
3991,
8,
198,
220,
220,
220,
2488,
9288,
6947,
62,
20797,
0,
7,
40093,
18,
11,
2244,
11,
257,
11,
4686,
87,
8,
6624,
357,
744,
12195,
64,
8,
764,
855,
513,
8,
198,
220,
220,
220,
257,
796,
4866,
7,
64,
15,
8,
198,
220,
220,
220,
6947,
62,
20797,
0,
7,
40093,
18,
11,
257,
11,
4686,
87,
26,
6070,
8367,
10779,
16,
8,
198,
220,
220,
220,
2488,
9288,
257,
6624,
685,
40093,
18,
7,
64,
15,
58,
72,
12962,
5633,
532,
16,
1058,
257,
58,
72,
60,
329,
1312,
287,
1123,
9630,
7,
64,
15437,
198,
220,
220,
220,
257,
796,
4866,
7,
64,
15,
8,
198,
220,
220,
220,
2488,
9288,
62,
400,
8516,
45751,
12331,
6947,
62,
20797,
0,
7,
40093,
18,
11,
257,
11,
4686,
87,
26,
6070,
8367,
10779,
16,
11,
318,
20286,
28,
40093,
18,
8,
198,
220,
220,
220,
1303,
6509,
198,
220,
220,
220,
257,
796,
685,
16,
25,
22,
26,
60,
198,
220,
220,
220,
2488,
9288,
62,
6404,
82,
357,
25,
40539,
11,
374,
1,
17080,
4612,
15885,
259,
20751,
4943,
6947,
62,
20797,
0,
7,
27,
7,
20,
828,
257,
11,
352,
26,
6070,
8367,
28,
18,
8,
198,
220,
220,
220,
2488,
9288,
257,
6624,
685,
18,
11,
18,
11,
18,
11,
19,
11,
20,
11,
21,
11,
22,
60,
198,
220,
220,
220,
257,
796,
685,
16,
25,
22,
26,
60,
198,
220,
220,
220,
2244,
796,
6070,
32590,
16,
11,
2546,
7,
64,
4008,
198,
220,
220,
220,
2488,
9288,
62,
6404,
82,
6947,
62,
20797,
0,
7,
27,
7,
20,
828,
2244,
11,
257,
11,
352,
26,
6070,
8367,
28,
18,
8,
220,
220,
1303,
645,
14601,
198,
220,
220,
220,
2488,
9288,
2244,
6624,
685,
18,
11,
18,
11,
18,
11,
18,
12095,
16,
12095,
16,
12095,
16,
60,
198,
220,
220,
220,
257,
796,
685,
16,
25,
22,
26,
60,
198,
220,
220,
220,
2488,
9288,
62,
6404,
82,
6947,
62,
20797,
0,
7,
27,
7,
20,
828,
257,
11,
352,
26,
6070,
8367,
28,
1157,
8,
198,
220,
220,
220,
2488,
9288,
257,
6624,
685,
1157,
11,
1157,
11,
1157,
11,
1157,
11,
20,
11,
21,
11,
22,
60,
628,
220,
220,
220,
1303,
770,
17007,
873,
257,
366,
14261,
1366,
1,
3586,
287,
543,
356,
423,
1811,
8573,
356,
765,
198,
220,
220,
220,
1303,
284,
6167,
351,
1180,
10618,
3146,
11,
290,
262,
4600,
10677,
63,
7177,
318,
1165,
1263,
284,
4197,
198,
220,
220,
220,
1303,
287,
4088,
13,
198,
220,
220,
220,
1303,
632,
561,
307,
1365,
284,
779,
257,
5301,
588,
1338,
17208,
19182,
20827,
11,
543,
3578,
6942,
198,
220,
220,
220,
1303,
7550,
507,
290,
6971,
14977,
15225,
13,
198,
220,
220,
220,
257,
796,
347,
970,
58,
15,
657,
657,
657,
657,
657,
352,
352,
26,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
352,
352,
657,
657,
657,
657,
657,
657,
60,
198,
220,
220,
220,
2244,
796,
599,
9107,
418,
7,
5317,
11,
2546,
7,
64,
8,
23029,
220,
220,
1303,
7000,
262,
1729,
22570,
39199,
287,
257,
360,
713,
198,
220,
220,
220,
6947,
62,
20797,
0,
7,
738,
414,
11,
2244,
11,
257,
11,
13690,
35610,
15732,
7,
17,
11,
352,
1776,
6070,
8367,
28,
16,
8,
198,
220,
220,
220,
6947,
62,
20797,
0,
7,
738,
414,
11,
2244,
11,
257,
11,
13690,
35610,
15732,
7,
16,
11,
767,
1776,
6070,
8367,
28,
17,
8,
198,
220,
220,
220,
2488,
9288,
2244,
6624,
685,
15,
657,
657,
657,
657,
657,
362,
362,
26,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
352,
352,
657,
657,
657,
657,
657,
657,
60,
198,
437,
198
] | 2.091312 | 1,807 |
# This file is a part of StruckVMEDevices.jl, licensed under the MIT License (MIT).
import Test
Test.@testset "SIS3316Digitizers" begin
end # testset
| [
2,
770,
2393,
318,
257,
636,
286,
520,
30915,
15996,
1961,
1990,
1063,
13,
20362,
11,
11971,
739,
262,
17168,
13789,
357,
36393,
737,
198,
198,
11748,
6208,
198,
14402,
13,
31,
9288,
2617,
366,
50,
1797,
2091,
1433,
19511,
3029,
364,
1,
2221,
198,
198,
437,
1303,
1332,
2617,
198
] | 2.980392 | 51 |
using STC.SUniward
using Base.Test
using Images
function testreflectedsetindex()
a=zeros(20,30)
b= padarray(a,Pad(:symmetric,[16,16],[16,16]))
@testset begin
for j in 1:size(a,2)
for i in 1:size(a,1)
a[i,j]=1
SUniward.reflectedsetindex!(b,i,j,1)
c = padarray(a,Pad(:symmetric,[16,16],[16,16]))
@test sum(abs.(c.parent - b.parent)) == 0
end
end
end
end
function testsuniwardcosts()
cover=load("suniward.jld","cover")
rho=load("suniward.jld","rho")
@testset begin
@test sum(abs.(rho-SUniward.suniwardcosts(cover)))<1e-6
end
end
function testoneitemconv2_1(flt)
# a=rand(1:30,30,30)
a=rand(30,30)
# i,j,v=3,3,1
(i,j,v)=rand(1:size(a,1)),rand(1:size(a,2)),rand()
aa = padarray(SUniward.sameconv2(a,flt),Pad(:symmetric,[size(flt,1),size(flt,2)],[size(flt,1),size(flt,2)]))
a[i,j]+=v
sum(abs.(SUniward.sameconv2(a,flt) - SUniward.oneitemconv2!(aa,flt,i,j,v).parent[size(flt,1)+1:end-size(flt,1),size(flt,2)+1:end-size(flt,2)]))
end
function testoneitemconv2_2(flt)
a=rand(30,30)
aa = padarray(zeros(size(a)),Pad(:symmetric,[size(flt,1),size(flt,2)],[size(flt,1),size(flt,2)]))
for i in 1:size(a,1)
for j in 1:size(a,2)
SUniward.oneitemconv2!(aa,flt,i,j,a[i,j])
end
end
sum(abs.(SUniward.sameconv2(a,flt) - aa.parent[size(flt,1)+1:end-size(flt,1),size(flt,2)+1:end-size(flt,2)]))
end
function testweightedconv(flt)
sigma=1
cover=rand(30,30)
stego=rand(30,30)
diff=cover-stego
paddedcover= padarray(cover,Pad(:symmetric,[size(flt,1),size(flt,2)],[size(flt,1),size(flt,2)]))
paddeddiff= padarray(diff,Pad(:symmetric,[size(flt,1),size(flt,2)],[size(flt,1),size(flt,2)]))
invr = padarray(zeros(size(diff)),Pad(:symmetric,[size(flt,1),size(flt,2)],[size(flt,1),size(flt,2)]))
rc = SUniward.sameconv2(paddedcover.parent, flt)
invr.parent.=1./(abs.(rc)+sigma)
aa = padarray(zeros(size(diff)),Pad(:symmetric,[size(flt,1),size(flt,2)],[size(flt,1),size(flt,2)]))
for i in 1:size(diff,1)
for j in 1:size(diff,2)
SUniward.oneitemconv2!(aa,invr,flt,i,j,diff[i,j])
end
end
costs=SUniward.sameconv2(diff,flt).*invr.parent[size(flt,1)+1:end-size(flt,1),size(flt,2)+1:end-size(flt,2)]
sum(abs.(costs - aa.parent[size(flt,1)+1:end-size(flt,1),size(flt,2)+1:end-size(flt,2)]))
end
function testincrementalcosts(flt)
sigma=1
cover=rand(30,30)
stego=rand(30,30)
diff=cover-stego
paddedcover= padarray(cover,Pad(:symmetric,[size(flt,1),size(flt,2)],[size(flt,1),size(flt,2)]))
paddeddiff= padarray(diff,Pad(:symmetric,[size(flt,1),size(flt,2)],[size(flt,1),size(flt,2)]))
invr = padarray(zeros(size(diff)),Pad(:symmetric,[size(flt,1),size(flt,2)],[size(flt,1),size(flt,2)]))
rc = SUniward.sameconv2(paddedcover.parent, flt)
invr.parent.=1./(abs(rc)+sigma)
aa = padarray(zeros(size(diff)),Pad(:symmetric,[size(flt,1),size(flt,2)],[size(flt,1),size(flt,2)]))
distortion=zero(eltype(cover))
(ul,vl)=(cld(size(flt,1),2),cld(size(flt,2),2))
(up,vp)=(fld(size(flt,1),2),fld(size(flt,2),2))
for i in 1:size(diff,1)
for j in 1:size(diff,2)
idxs=(max(1,i-up):min(size(diff,1),i+ul-1),max(1,j-vp):min(size(diff,2),j+vl-1))
# println((i,j), " ",idxs)
distortion-=sumabs(aa[idxs...])
SUniward.oneitemconv2!(aa,invr,flt,i,j,diff[i,j])
distortion+=sumabs(aa[idxs...])
end
end
costs=SUniward.sameconv2(diff,flt).*invr.parent[size(flt,1)+1:end-size(flt,1),size(flt,2)+1:end-size(flt,2)]
sum(abs.(sum(abs.(costs)-distortion)))
end
function testincrementalsuniward()
cover=UInt8.(rand(0:255,30,30))
stego=UInt8.(rand(0:255,30,30))
image=SUniward.IncrementalSUniward(cover)
for i in 1:size(cover,1)
for j in 1:size(cover,2)
image[i,j]=stego[i,j]
end
end
return(abs(SUniward.suniwardcosts(Float64.(cover),Float64.(stego))-image.distortion))
end
function testincrementalsuniward2()
cover=UInt8.(rand(0:255,30,30))
stego=UInt8.(rand(0:255,30,30))
image=SUniward.IncrementalSUniward(cover)
for i in 1:size(cover,1)
for j in 1:size(cover,2)
image[sub2ind(size(cover),i,j)]=stego[i,j]
end
end
return(abs(SUniward.suniwardcosts(Float64.(cover),Float64.(stego))-image.distortion))
end
function testLSBcostfun()
cover=UInt8.(rand(0:255,30,30))
pidx=rand(1:length(cover))
cover[pidx]=8
stego=deepcopy(cover)
stego[pidx]=9
image=SUniward.IncrementalSUniward(cover);
w0,w1=SUniward.LSBcostfun(image,pidx)
r=sum(abs.(w1-SUniward.suniwardcosts(Float64.(cover),Float64.(stego))))
cover=UInt8.(rand(0:255,30,30))
pidx=rand(1:length(cover))
cover[pidx]=9
stego=deepcopy(cover)
stego[pidx]=8
image=SUniward.IncrementalSUniward(cover);
w0,w1=SUniward.LSBcostfun(image,pidx)
r+=sum(abs.(w0-SUniward.suniwardcosts(Float64.(cover),Float64.(stego))))
return(r)
end
function testtrypmone()
cover=UInt8.(rand(0:255,30,30))
image=SUniward.IncrementalSUniward(cover);
d1=0.0
d2=0.0
for pidx in 1:length(cover)
d1 += min(SUniward.tryvalue(image,cover[pidx]+1,pidx),SUniward.tryvalue(image,cover[pidx]-1,pidx))
d2 += min(SUniward.trypmone(image,pidx)...)
s = rand([-1,1]);
s = (image[pidx] == 0)? 1 : s;
s = (image[pidx] == 255)? -1 : s;
image[pidx]=cover[pidx] + s
end
return(abs(d1-d2))
end
function testbinaryembedding(s=8,h=3)
println("binary embedding with s = $s h = $h")
payload = 0.4;
cover=rawview(channelview(load("1.pgm")));
l=size(cover);
s=div(s,2);
cover = cover[div(l[1],2)-s+1:div(l[1],2)+s,div(l[2],2)-s+1:div(l[2],2)+s];
numofcols=Int(round(1/payload));
hhat=rand(1:2^h-1,numofcols);
numofblocks=Int(floor(length(cover)/numofcols));
message=rand(0:1,numofblocks);
embpath = randperm(length(cover));
stegos = SUniward.IncrementalSUniward(cover,2^h;sigma=1.0,T=Float16);
@time (stego,distortion)=STC.variablecoding(cover,stegos,message,hhat,h,embpath);
δ = Int.(cover) - Int.(stego.image)
println(@sprintf("stc cost = %g true cost = %g pixel increased / decreased %d / %d",distortion,SUniward.suniwardcosts(cover,stego.image),sum(δ .> 0),sum(δ .< 0)));
stegos = SUniward.IncrementalSUniward(cover,2^h;sigma=1.0,T=Float16);
@time (stego,distortion)=STC.variablecoding(cover,stegos,message,hhat,h,embpath);
δ = Int.(cover) - Int.(stego.image)
println(@sprintf("stc cost = %g true cost = %g pixel increased / decreased %d / %d",distortion,SUniward.suniwardcosts(cover,stego.image),sum(δ .> 0),sum(δ .< 0)));
stegos = [SUniward.SUniwardAdd(cover) for i in 1:2^h];
@time (stego,distortion)=STC.variablecoding(cover,stegos,message,hhat,h,embpath);
δ = Int.(cover) - Int.(stego.image)
println(@sprintf("stc cost = %g true cost = %g pixel increased / decreased %d / %d",distortion,SUniward.suniwardcosts(cover,stego.image),sum(δ .> 0),sum(δ .< 0)));
println()
end
function testternaryembedding(s=8,h=3,)
println("ternary embedding with s = $s h = $h")
payload = 0.66*0.1;
cover=rawview(channelview(load("1.pgm")));
l=size(cover);
s=div(s,2);
cover = cover[div(l[1],2)-s+1:div(l[1],2)+s,div(l[2],2)-s+1:div(l[2],2)+s];
numofcols=Int(round(1/payload));
hhat=rand(1:3^h-1,numofcols);
numofblocks=Int(floor(length(cover)/numofcols));
message=rand(0:2,numofblocks);
embpath = randperm(length(cover));
stegos = SUniward.IncrementalSUniward(cover,3^h;sigma=1.0,T=Float16);
@time (stego,distortion)=STC.variablecoding(cover,stegos,message,hhat,h,embpath,3);
δ = Int.(cover) - Int.(stego.image)
println(@sprintf("stc cost = %g true cost = %g pixel increased / decreased %d / %d",distortion,SUniward.suniwardcosts(cover,stego.image),sum(δ .> 0),sum(δ .< 0)));
stegos = [SUniward.SUniwardAdd(cover) for i in 1:3^h];
@time (stego,distortion)=STC.variablecoding(cover,stegos,message,hhat,h,embpath,3);
δ = Int.(cover) - Int.(stego.image);
println(@sprintf("stc cost = %g true cost = %g pixel increased / decreased %d / %d",distortion,SUniward.suniwardcosts(cover,stego.image),sum(δ .> 0),sum(δ .< 0)));
println()
end
function testsaturation()
println("testing saturation")
for k in [1,2,254,255]
h = 3;
cover = UInt8.(k*ones(8,8))
payload = 0.66*0.4;
numofcols=Int(round(1/payload));
hhat=rand(1:3^h-1,numofcols);
numofblocks=Int(floor(length(cover)/numofcols));
message=rand(0:2,numofblocks);
embpath = randperm(length(cover));
stegos = [SUniward.SUniwardAdd(cover) for i in 1:3^h];
@time (stego,distortion)=STC.variablecoding(cover,stegos,message,hhat,h,embpath,3);
δ = Int.(cover) - Int.(stego.image)
println(@sprintf("stc cost = %g true cost = %g pixel increased / decreased %d / %d",distortion,SUniward.suniwardcosts(cover,stego.image),sum(δ .> 0),sum(δ .< 0)));
end
println()
end
function testadditiveembedding(h=3,s=8,p=0.3)
payload = p;
cover=rawview(channelview(load("1.pgm")));
l=size(cover);
s=div(s,2);
cover = cover[div(l[1],2)-s+1:div(l[1],2)+s,div(l[2],2)-s+1:div(l[2],2)+s];
numofcols=Int(round(1/payload));
numofblocks=Int(floor(length(cover)/numofcols));
message=rand(0:1,numofblocks);
embpath = randperm(length(cover));
hhat=rand(1:2^h-1,numofcols);
ρ = SUniward.suniwardcosts(Float64.(cover))
costfun(img,j) = ((mod(img[j],2) == 0)? (0.0,ρ[j]) : (ρ[j],0.0))
stego,distortion = STC.additivecoding(cover,message,hhat,h,costfun,embpath);
δ = Int.(cover) - Int.(stego)
println(@sprintf("stc cost = %g true cost = %g pixel increased / decreased %d / %d",distortion,SUniward.suniwardcosts(cover,stego),sum(δ .> 0),sum(δ .< 0)));
stegos = [SUniward.SUniwardAdd(cover) for i in 1:2^h]
@time (stego,distortion)=STC.variablecoding(cover,stegos,message,hhat,h,embpath,2);
δ = Int.(cover) - Int.(stego.image)
println(@sprintf("stc cost = %g true cost = %g pixel increased / decreased %d / %d",distortion,SUniward.suniwardcosts(cover,stego.image),sum(δ .> 0),sum(δ .< 0)));
end
testsuniwardcosts()
testreflectedsetindex()
@testset begin
@test testoneitemconv2_1([1 2 3; 3 4 5; 6 7 8])<1e-6
@test testoneitemconv2_1([1 2; 3 4; 6 7])<1e-6
@test testoneitemconv2_1([1 2 3; 3 4 5])<1e-6
@test testoneitemconv2_1(randn(16,16))<1e-6
end
@testset begin
@test testoneitemconv2_2([1 2 3; 3 4 5; 6 7 8])<1e-6
@test testoneitemconv2_2([1 2; 3 4; 6 7])<1e-6
@test testoneitemconv2_2([1 2 3; 3 4 5])<1e-6
@test testoneitemconv2_2(randn(16,16))<1e-6
end
@testset begin
@test testweightedconv([1 2 3; 3 4 5; 6 7 8])<1e-6
@test testweightedconv([1 2; 3 4; 6 7])<1e-6
@test testweightedconv([1 2 3; 3 4 5])<1e-6
@test testweightedconv(randn(16,16))<1e-6
end
@testset begin
@test testincrementalsuniward()<1e-6
@test testLSBcostfun()<1e-6
@test testtrypmone()<1e-6
end
testbinaryembedding(32,3)
testternaryembedding(32,3)
testsaturation() | [
3500,
3563,
34,
13,
50,
3118,
72,
904,
198,
3500,
7308,
13,
14402,
198,
3500,
5382,
198,
198,
8818,
1332,
5420,
12609,
2617,
9630,
3419,
198,
220,
257,
28,
9107,
418,
7,
1238,
11,
1270,
8,
198,
220,
275,
28,
14841,
18747,
7,
64,
11,
26114,
7,
25,
1837,
3020,
19482,
17414,
1433,
11,
1433,
38430,
1433,
11,
1433,
60,
4008,
198,
220,
2488,
9288,
2617,
2221,
198,
220,
220,
220,
329,
474,
287,
352,
25,
7857,
7,
64,
11,
17,
8,
198,
220,
220,
220,
220,
220,
220,
220,
329,
1312,
287,
352,
25,
7857,
7,
64,
11,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
257,
58,
72,
11,
73,
22241,
16,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
311,
3118,
72,
904,
13,
5420,
12609,
2617,
9630,
0,
7,
65,
11,
72,
11,
73,
11,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
796,
14841,
18747,
7,
64,
11,
26114,
7,
25,
1837,
3020,
19482,
17414,
1433,
11,
1433,
38430,
1433,
11,
1433,
60,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
2160,
7,
8937,
12195,
66,
13,
8000,
532,
275,
13,
8000,
4008,
6624,
657,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
220,
886,
198,
437,
198,
198,
8818,
5254,
35657,
904,
15805,
82,
3419,
198,
220,
3002,
28,
2220,
7203,
19155,
72,
904,
13,
73,
335,
2430,
9631,
4943,
198,
220,
374,
8873,
28,
2220,
7203,
19155,
72,
904,
13,
73,
335,
2430,
81,
8873,
4943,
198,
220,
2488,
9288,
2617,
2221,
198,
220,
220,
220,
220,
220,
2488,
9288,
2160,
7,
8937,
12195,
81,
8873,
12,
50,
3118,
72,
904,
13,
19155,
72,
904,
15805,
82,
7,
9631,
22305,
27,
16,
68,
12,
21,
198,
220,
886,
198,
437,
628,
198,
8818,
1332,
505,
9186,
42946,
17,
62,
16,
7,
69,
2528,
8,
198,
220,
220,
220,
1303,
257,
28,
25192,
7,
16,
25,
1270,
11,
1270,
11,
1270,
8,
198,
220,
220,
220,
257,
28,
25192,
7,
1270,
11,
1270,
8,
198,
220,
220,
220,
1303,
1312,
11,
73,
11,
85,
28,
18,
11,
18,
11,
16,
198,
220,
220,
220,
357,
72,
11,
73,
11,
85,
47505,
25192,
7,
16,
25,
7857,
7,
64,
11,
16,
36911,
25192,
7,
16,
25,
7857,
7,
64,
11,
17,
36911,
25192,
3419,
198,
220,
220,
220,
257,
64,
796,
14841,
18747,
7,
50,
3118,
72,
904,
13,
31642,
42946,
17,
7,
64,
11,
69,
2528,
828,
26114,
7,
25,
1837,
3020,
19482,
17414,
7857,
7,
69,
2528,
11,
16,
828,
7857,
7,
69,
2528,
11,
17,
8,
38430,
7857,
7,
69,
2528,
11,
16,
828,
7857,
7,
69,
2528,
11,
17,
15437,
4008,
198,
220,
220,
220,
257,
58,
72,
11,
73,
60,
47932,
85,
198,
220,
220,
220,
2160,
7,
8937,
12195,
50,
3118,
72,
904,
13,
31642,
42946,
17,
7,
64,
11,
69,
2528,
8,
532,
311,
3118,
72,
904,
13,
505,
9186,
42946,
17,
0,
7,
7252,
11,
69,
2528,
11,
72,
11,
73,
11,
85,
737,
8000,
58,
7857,
7,
69,
2528,
11,
16,
47762,
16,
25,
437,
12,
7857,
7,
69,
2528,
11,
16,
828,
7857,
7,
69,
2528,
11,
17,
47762,
16,
25,
437,
12,
7857,
7,
69,
2528,
11,
17,
15437,
4008,
198,
437,
198,
198,
8818,
1332,
505,
9186,
42946,
17,
62,
17,
7,
69,
2528,
8,
198,
220,
220,
220,
257,
28,
25192,
7,
1270,
11,
1270,
8,
198,
220,
220,
220,
257,
64,
796,
14841,
18747,
7,
9107,
418,
7,
7857,
7,
64,
36911,
26114,
7,
25,
1837,
3020,
19482,
17414,
7857,
7,
69,
2528,
11,
16,
828,
7857,
7,
69,
2528,
11,
17,
8,
38430,
7857,
7,
69,
2528,
11,
16,
828,
7857,
7,
69,
2528,
11,
17,
15437,
4008,
198,
220,
220,
220,
329,
1312,
287,
352,
25,
7857,
7,
64,
11,
16,
8,
198,
220,
220,
220,
220,
220,
329,
474,
287,
352,
25,
7857,
7,
64,
11,
17,
8,
198,
220,
220,
220,
220,
220,
220,
220,
311,
3118,
72,
904,
13,
505,
9186,
42946,
17,
0,
7,
7252,
11,
69,
2528,
11,
72,
11,
73,
11,
64,
58,
72,
11,
73,
12962,
198,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
220,
220,
220,
2160,
7,
8937,
12195,
50,
3118,
72,
904,
13,
31642,
42946,
17,
7,
64,
11,
69,
2528,
8,
532,
257,
64,
13,
8000,
58,
7857,
7,
69,
2528,
11,
16,
47762,
16,
25,
437,
12,
7857,
7,
69,
2528,
11,
16,
828,
7857,
7,
69,
2528,
11,
17,
47762,
16,
25,
437,
12,
7857,
7,
69,
2528,
11,
17,
15437,
4008,
198,
437,
198,
198,
8818,
1332,
6551,
276,
42946,
7,
69,
2528,
8,
198,
220,
220,
220,
264,
13495,
28,
16,
198,
220,
220,
220,
3002,
28,
25192,
7,
1270,
11,
1270,
8,
198,
220,
220,
220,
336,
1533,
78,
28,
25192,
7,
1270,
11,
1270,
8,
198,
220,
220,
220,
814,
28,
9631,
12,
301,
1533,
78,
198,
220,
220,
220,
220,
198,
220,
220,
220,
44582,
9631,
28,
14841,
18747,
7,
9631,
11,
26114,
7,
25,
1837,
3020,
19482,
17414,
7857,
7,
69,
2528,
11,
16,
828,
7857,
7,
69,
2528,
11,
17,
8,
38430,
7857,
7,
69,
2528,
11,
16,
828,
7857,
7,
69,
2528,
11,
17,
15437,
4008,
198,
220,
220,
220,
14098,
6048,
733,
28,
14841,
18747,
7,
26069,
11,
26114,
7,
25,
1837,
3020,
19482,
17414,
7857,
7,
69,
2528,
11,
16,
828,
7857,
7,
69,
2528,
11,
17,
8,
38430,
7857,
7,
69,
2528,
11,
16,
828,
7857,
7,
69,
2528,
11,
17,
15437,
4008,
198,
220,
220,
220,
800,
81,
796,
14841,
18747,
7,
9107,
418,
7,
7857,
7,
26069,
36911,
26114,
7,
25,
1837,
3020,
19482,
17414,
7857,
7,
69,
2528,
11,
16,
828,
7857,
7,
69,
2528,
11,
17,
8,
38430,
7857,
7,
69,
2528,
11,
16,
828,
7857,
7,
69,
2528,
11,
17,
15437,
4008,
628,
220,
220,
220,
48321,
796,
311,
3118,
72,
904,
13,
31642,
42946,
17,
7,
79,
29373,
9631,
13,
8000,
11,
781,
83,
8,
198,
220,
220,
220,
800,
81,
13,
8000,
13,
28,
16,
19571,
7,
8937,
12195,
6015,
47762,
82,
13495,
8,
628,
220,
220,
220,
257,
64,
796,
14841,
18747,
7,
9107,
418,
7,
7857,
7,
26069,
36911,
26114,
7,
25,
1837,
3020,
19482,
17414,
7857,
7,
69,
2528,
11,
16,
828,
7857,
7,
69,
2528,
11,
17,
8,
38430,
7857,
7,
69,
2528,
11,
16,
828,
7857,
7,
69,
2528,
11,
17,
15437,
4008,
198,
220,
220,
220,
329,
1312,
287,
352,
25,
7857,
7,
26069,
11,
16,
8,
198,
220,
220,
220,
220,
220,
329,
474,
287,
352,
25,
7857,
7,
26069,
11,
17,
8,
198,
220,
220,
220,
220,
220,
220,
220,
311,
3118,
72,
904,
13,
505,
9186,
42946,
17,
0,
7,
7252,
11,
16340,
81,
11,
69,
2528,
11,
72,
11,
73,
11,
26069,
58,
72,
11,
73,
12962,
198,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
628,
220,
220,
220,
3484,
28,
50,
3118,
72,
904,
13,
31642,
42946,
17,
7,
26069,
11,
69,
2528,
737,
9,
16340,
81,
13,
8000,
58,
7857,
7,
69,
2528,
11,
16,
47762,
16,
25,
437,
12,
7857,
7,
69,
2528,
11,
16,
828,
7857,
7,
69,
2528,
11,
17,
47762,
16,
25,
437,
12,
7857,
7,
69,
2528,
11,
17,
15437,
198,
220,
220,
220,
2160,
7,
8937,
12195,
15805,
82,
532,
257,
64,
13,
8000,
58,
7857,
7,
69,
2528,
11,
16,
47762,
16,
25,
437,
12,
7857,
7,
69,
2528,
11,
16,
828,
7857,
7,
69,
2528,
11,
17,
47762,
16,
25,
437,
12,
7857,
7,
69,
2528,
11,
17,
15437,
4008,
198,
437,
198,
198,
8818,
1332,
24988,
37098,
15805,
82,
7,
69,
2528,
8,
198,
220,
220,
220,
264,
13495,
28,
16,
198,
220,
220,
220,
3002,
28,
25192,
7,
1270,
11,
1270,
8,
198,
220,
220,
220,
336,
1533,
78,
28,
25192,
7,
1270,
11,
1270,
8,
198,
220,
220,
220,
814,
28,
9631,
12,
301,
1533,
78,
198,
220,
220,
220,
220,
198,
220,
220,
220,
44582,
9631,
28,
14841,
18747,
7,
9631,
11,
26114,
7,
25,
1837,
3020,
19482,
17414,
7857,
7,
69,
2528,
11,
16,
828,
7857,
7,
69,
2528,
11,
17,
8,
38430,
7857,
7,
69,
2528,
11,
16,
828,
7857,
7,
69,
2528,
11,
17,
15437,
4008,
198,
220,
220,
220,
14098,
6048,
733,
28,
14841,
18747,
7,
26069,
11,
26114,
7,
25,
1837,
3020,
19482,
17414,
7857,
7,
69,
2528,
11,
16,
828,
7857,
7,
69,
2528,
11,
17,
8,
38430,
7857,
7,
69,
2528,
11,
16,
828,
7857,
7,
69,
2528,
11,
17,
15437,
4008,
198,
220,
220,
220,
800,
81,
796,
14841,
18747,
7,
9107,
418,
7,
7857,
7,
26069,
36911,
26114,
7,
25,
1837,
3020,
19482,
17414,
7857,
7,
69,
2528,
11,
16,
828,
7857,
7,
69,
2528,
11,
17,
8,
38430,
7857,
7,
69,
2528,
11,
16,
828,
7857,
7,
69,
2528,
11,
17,
15437,
4008,
628,
220,
220,
220,
48321,
796,
311,
3118,
72,
904,
13,
31642,
42946,
17,
7,
79,
29373,
9631,
13,
8000,
11,
781,
83,
8,
198,
220,
220,
220,
800,
81,
13,
8000,
13,
28,
16,
19571,
7,
8937,
7,
6015,
47762,
82,
13495,
8,
628,
220,
220,
220,
257,
64,
796,
14841,
18747,
7,
9107,
418,
7,
7857,
7,
26069,
36911,
26114,
7,
25,
1837,
3020,
19482,
17414,
7857,
7,
69,
2528,
11,
16,
828,
7857,
7,
69,
2528,
11,
17,
8,
38430,
7857,
7,
69,
2528,
11,
16,
828,
7857,
7,
69,
2528,
11,
17,
15437,
4008,
198,
220,
220,
220,
25100,
28,
22570,
7,
417,
4906,
7,
9631,
4008,
198,
220,
220,
220,
357,
377,
11,
19279,
35793,
66,
335,
7,
7857,
7,
69,
2528,
11,
16,
828,
17,
828,
66,
335,
7,
7857,
7,
69,
2528,
11,
17,
828,
17,
4008,
198,
220,
220,
220,
357,
929,
11,
36133,
35793,
69,
335,
7,
7857,
7,
69,
2528,
11,
16,
828,
17,
828,
69,
335,
7,
7857,
7,
69,
2528,
11,
17,
828,
17,
4008,
198,
220,
220,
220,
329,
1312,
287,
352,
25,
7857,
7,
26069,
11,
16,
8,
198,
220,
220,
220,
220,
220,
329,
474,
287,
352,
25,
7857,
7,
26069,
11,
17,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4686,
34223,
16193,
9806,
7,
16,
11,
72,
12,
929,
2599,
1084,
7,
7857,
7,
26069,
11,
16,
828,
72,
10,
377,
12,
16,
828,
9806,
7,
16,
11,
73,
12,
36133,
2599,
1084,
7,
7857,
7,
26069,
11,
17,
828,
73,
10,
19279,
12,
16,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
44872,
19510,
72,
11,
73,
828,
366,
33172,
312,
34223,
8,
198,
220,
220,
220,
220,
220,
220,
220,
25100,
12,
28,
16345,
8937,
7,
7252,
58,
312,
34223,
986,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
311,
3118,
72,
904,
13,
505,
9186,
42946,
17,
0,
7,
7252,
11,
16340,
81,
11,
69,
2528,
11,
72,
11,
73,
11,
26069,
58,
72,
11,
73,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
25100,
47932,
16345,
8937,
7,
7252,
58,
312,
34223,
986,
12962,
198,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
628,
220,
220,
220,
3484,
28,
50,
3118,
72,
904,
13,
31642,
42946,
17,
7,
26069,
11,
69,
2528,
737,
9,
16340,
81,
13,
8000,
58,
7857,
7,
69,
2528,
11,
16,
47762,
16,
25,
437,
12,
7857,
7,
69,
2528,
11,
16,
828,
7857,
7,
69,
2528,
11,
17,
47762,
16,
25,
437,
12,
7857,
7,
69,
2528,
11,
17,
15437,
198,
220,
220,
220,
2160,
7,
8937,
12195,
16345,
7,
8937,
12195,
15805,
82,
13219,
17080,
5817,
22305,
198,
437,
198,
198,
8818,
1332,
24988,
434,
874,
35657,
904,
3419,
198,
220,
220,
220,
3002,
28,
52,
5317,
23,
12195,
25192,
7,
15,
25,
13381,
11,
1270,
11,
1270,
4008,
198,
220,
220,
220,
336,
1533,
78,
28,
52,
5317,
23,
12195,
25192,
7,
15,
25,
13381,
11,
1270,
11,
1270,
4008,
198,
220,
220,
220,
2939,
28,
50,
3118,
72,
904,
13,
15562,
37098,
50,
3118,
72,
904,
7,
9631,
8,
198,
220,
220,
220,
329,
1312,
287,
352,
25,
7857,
7,
9631,
11,
16,
8,
198,
220,
220,
220,
220,
220,
329,
474,
287,
352,
25,
7857,
7,
9631,
11,
17,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2939,
58,
72,
11,
73,
22241,
301,
1533,
78,
58,
72,
11,
73,
60,
198,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
220,
220,
220,
1441,
7,
8937,
7,
50,
3118,
72,
904,
13,
19155,
72,
904,
15805,
82,
7,
43879,
2414,
12195,
9631,
828,
43879,
2414,
12195,
301,
1533,
78,
4008,
12,
9060,
13,
17080,
5817,
4008,
198,
437,
198,
198,
8818,
1332,
24988,
434,
874,
35657,
904,
17,
3419,
198,
220,
220,
220,
3002,
28,
52,
5317,
23,
12195,
25192,
7,
15,
25,
13381,
11,
1270,
11,
1270,
4008,
198,
220,
220,
220,
336,
1533,
78,
28,
52,
5317,
23,
12195,
25192,
7,
15,
25,
13381,
11,
1270,
11,
1270,
4008,
198,
220,
220,
220,
2939,
28,
50,
3118,
72,
904,
13,
15562,
37098,
50,
3118,
72,
904,
7,
9631,
8,
198,
220,
220,
220,
329,
1312,
287,
352,
25,
7857,
7,
9631,
11,
16,
8,
198,
220,
220,
220,
220,
220,
329,
474,
287,
352,
25,
7857,
7,
9631,
11,
17,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2939,
58,
7266,
17,
521,
7,
7857,
7,
9631,
828,
72,
11,
73,
15437,
28,
301,
1533,
78,
58,
72,
11,
73,
60,
198,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
220,
220,
220,
1441,
7,
8937,
7,
50,
3118,
72,
904,
13,
19155,
72,
904,
15805,
82,
7,
43879,
2414,
12195,
9631,
828,
43879,
2414,
12195,
301,
1533,
78,
4008,
12,
9060,
13,
17080,
5817,
4008,
198,
437,
628,
198,
8818,
1332,
6561,
33,
15805,
12543,
3419,
198,
220,
220,
220,
3002,
28,
52,
5317,
23,
12195,
25192,
7,
15,
25,
13381,
11,
1270,
11,
1270,
4008,
198,
220,
220,
220,
46514,
87,
28,
25192,
7,
16,
25,
13664,
7,
9631,
4008,
198,
220,
220,
220,
3002,
58,
35317,
87,
22241,
23,
198,
220,
220,
220,
336,
1533,
78,
28,
22089,
30073,
7,
9631,
8,
198,
220,
220,
220,
336,
1533,
78,
58,
35317,
87,
22241,
24,
628,
220,
220,
220,
2939,
28,
50,
3118,
72,
904,
13,
15562,
37098,
50,
3118,
72,
904,
7,
9631,
1776,
198,
220,
220,
220,
266,
15,
11,
86,
16,
28,
50,
3118,
72,
904,
13,
6561,
33,
15805,
12543,
7,
9060,
11,
35317,
87,
8,
198,
220,
220,
220,
220,
198,
220,
220,
220,
374,
28,
16345,
7,
8937,
12195,
86,
16,
12,
50,
3118,
72,
904,
13,
19155,
72,
904,
15805,
82,
7,
43879,
2414,
12195,
9631,
828,
43879,
2414,
12195,
301,
1533,
78,
35514,
628,
220,
220,
220,
3002,
28,
52,
5317,
23,
12195,
25192,
7,
15,
25,
13381,
11,
1270,
11,
1270,
4008,
198,
220,
220,
220,
46514,
87,
28,
25192,
7,
16,
25,
13664,
7,
9631,
4008,
198,
220,
220,
220,
3002,
58,
35317,
87,
22241,
24,
198,
220,
220,
220,
336,
1533,
78,
28,
22089,
30073,
7,
9631,
8,
198,
220,
220,
220,
336,
1533,
78,
58,
35317,
87,
22241,
23,
628,
220,
220,
220,
2939,
28,
50,
3118,
72,
904,
13,
15562,
37098,
50,
3118,
72,
904,
7,
9631,
1776,
198,
220,
220,
220,
266,
15,
11,
86,
16,
28,
50,
3118,
72,
904,
13,
6561,
33,
15805,
12543,
7,
9060,
11,
35317,
87,
8,
628,
220,
220,
220,
374,
47932,
16345,
7,
8937,
12195,
86,
15,
12,
50,
3118,
72,
904,
13,
19155,
72,
904,
15805,
82,
7,
43879,
2414,
12195,
9631,
828,
43879,
2414,
12195,
301,
1533,
78,
35514,
198,
220,
220,
220,
1441,
7,
81,
8,
198,
437,
198,
198,
8818,
1332,
28311,
4426,
505,
3419,
198,
220,
220,
220,
3002,
28,
52,
5317,
23,
12195,
25192,
7,
15,
25,
13381,
11,
1270,
11,
1270,
4008,
198,
220,
220,
220,
2939,
28,
50,
3118,
72,
904,
13,
15562,
37098,
50,
3118,
72,
904,
7,
9631,
1776,
628,
220,
220,
220,
288,
16,
28,
15,
13,
15,
198,
220,
220,
220,
288,
17,
28,
15,
13,
15,
198,
220,
220,
220,
329,
46514,
87,
287,
352,
25,
13664,
7,
9631,
8,
198,
220,
220,
220,
220,
220,
220,
220,
288,
16,
15853,
949,
7,
50,
3118,
72,
904,
13,
28311,
8367,
7,
9060,
11,
9631,
58,
35317,
87,
48688,
16,
11,
35317,
87,
828,
50,
3118,
72,
904,
13,
28311,
8367,
7,
9060,
11,
9631,
58,
35317,
87,
45297,
16,
11,
35317,
87,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
288,
17,
15853,
949,
7,
50,
3118,
72,
904,
13,
28311,
4426,
505,
7,
9060,
11,
35317,
87,
8,
23029,
628,
220,
220,
220,
220,
220,
220,
220,
264,
796,
43720,
26933,
12,
16,
11,
16,
36563,
198,
220,
220,
220,
220,
220,
220,
220,
264,
796,
357,
9060,
58,
35317,
87,
60,
6624,
657,
19427,
352,
1058,
264,
26,
198,
220,
220,
220,
220,
220,
220,
220,
264,
796,
357,
9060,
58,
35317,
87,
60,
6624,
14280,
19427,
532,
16,
1058,
264,
26,
198,
220,
220,
220,
220,
220,
220,
220,
2939,
58,
35317,
87,
22241,
9631,
58,
35317,
87,
60,
1343,
264,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1441,
7,
8937,
7,
67,
16,
12,
67,
17,
4008,
198,
437,
198,
198,
8818,
1332,
39491,
20521,
12083,
7,
82,
28,
23,
11,
71,
28,
18,
8,
198,
220,
220,
220,
44872,
7203,
39491,
11525,
12083,
351,
264,
796,
720,
82,
289,
796,
720,
71,
4943,
198,
220,
220,
220,
21437,
796,
657,
13,
19,
26,
198,
220,
220,
220,
3002,
28,
1831,
1177,
7,
17620,
1177,
7,
2220,
7203,
16,
13,
6024,
76,
48774,
1776,
198,
220,
220,
220,
300,
28,
7857,
7,
9631,
1776,
198,
220,
220,
220,
264,
28,
7146,
7,
82,
11,
17,
1776,
198,
220,
220,
220,
3002,
796,
3002,
58,
7146,
7,
75,
58,
16,
4357,
17,
13219,
82,
10,
16,
25,
7146,
7,
75,
58,
16,
4357,
17,
47762,
82,
11,
7146,
7,
75,
58,
17,
4357,
17,
13219,
82,
10,
16,
25,
7146,
7,
75,
58,
17,
4357,
17,
47762,
82,
11208,
628,
220,
220,
220,
997,
1659,
4033,
82,
28,
5317,
7,
744,
7,
16,
14,
15577,
2220,
18125,
198,
220,
220,
220,
289,
5183,
28,
25192,
7,
16,
25,
17,
61,
71,
12,
16,
11,
22510,
1659,
4033,
82,
1776,
198,
220,
220,
220,
997,
1659,
27372,
28,
5317,
7,
28300,
7,
13664,
7,
9631,
20679,
22510,
1659,
4033,
82,
18125,
198,
220,
220,
220,
3275,
28,
25192,
7,
15,
25,
16,
11,
22510,
1659,
27372,
1776,
198,
220,
220,
220,
4072,
6978,
796,
43720,
16321,
7,
13664,
7,
9631,
18125,
628,
220,
220,
220,
336,
1533,
418,
796,
311,
3118,
72,
904,
13,
15562,
37098,
50,
3118,
72,
904,
7,
9631,
11,
17,
61,
71,
26,
82,
13495,
28,
16,
13,
15,
11,
51,
28,
43879,
1433,
1776,
198,
220,
220,
220,
2488,
2435,
357,
301,
1533,
78,
11,
17080,
5817,
47505,
2257,
34,
13,
45286,
66,
7656,
7,
9631,
11,
301,
1533,
418,
11,
20500,
11,
71,
5183,
11,
71,
11,
24419,
6978,
1776,
198,
220,
220,
220,
7377,
112,
796,
2558,
12195,
9631,
8,
532,
2558,
12195,
301,
1533,
78,
13,
9060,
8,
198,
220,
220,
220,
44872,
7,
31,
82,
37435,
7203,
301,
66,
1575,
796,
4064,
70,
2081,
1575,
796,
4064,
70,
17465,
3220,
1220,
11832,
4064,
67,
1220,
4064,
67,
1600,
17080,
5817,
11,
50,
3118,
72,
904,
13,
19155,
72,
904,
15805,
82,
7,
9631,
11,
301,
1533,
78,
13,
9060,
828,
16345,
7,
138,
112,
764,
29,
657,
828,
16345,
7,
138,
112,
764,
27,
657,
4008,
1776,
628,
220,
220,
220,
336,
1533,
418,
796,
311,
3118,
72,
904,
13,
15562,
37098,
50,
3118,
72,
904,
7,
9631,
11,
17,
61,
71,
26,
82,
13495,
28,
16,
13,
15,
11,
51,
28,
43879,
1433,
1776,
198,
220,
220,
220,
2488,
2435,
357,
301,
1533,
78,
11,
17080,
5817,
47505,
2257,
34,
13,
45286,
66,
7656,
7,
9631,
11,
301,
1533,
418,
11,
20500,
11,
71,
5183,
11,
71,
11,
24419,
6978,
1776,
198,
220,
220,
220,
7377,
112,
796,
2558,
12195,
9631,
8,
532,
2558,
12195,
301,
1533,
78,
13,
9060,
8,
198,
220,
220,
220,
44872,
7,
31,
82,
37435,
7203,
301,
66,
1575,
796,
4064,
70,
2081,
1575,
796,
4064,
70,
17465,
3220,
1220,
11832,
4064,
67,
1220,
4064,
67,
1600,
17080,
5817,
11,
50,
3118,
72,
904,
13,
19155,
72,
904,
15805,
82,
7,
9631,
11,
301,
1533,
78,
13,
9060,
828,
16345,
7,
138,
112,
764,
29,
657,
828,
16345,
7,
138,
112,
764,
27,
657,
4008,
1776,
628,
220,
220,
220,
336,
1533,
418,
796,
685,
50,
3118,
72,
904,
13,
50,
3118,
72,
904,
4550,
7,
9631,
8,
329,
1312,
287,
352,
25,
17,
61,
71,
11208,
198,
220,
220,
220,
2488,
2435,
357,
301,
1533,
78,
11,
17080,
5817,
47505,
2257,
34,
13,
45286,
66,
7656,
7,
9631,
11,
301,
1533,
418,
11,
20500,
11,
71,
5183,
11,
71,
11,
24419,
6978,
1776,
198,
220,
220,
220,
7377,
112,
796,
2558,
12195,
9631,
8,
532,
2558,
12195,
301,
1533,
78,
13,
9060,
8,
198,
220,
220,
220,
44872,
7,
31,
82,
37435,
7203,
301,
66,
1575,
796,
4064,
70,
2081,
1575,
796,
4064,
70,
17465,
3220,
1220,
11832,
4064,
67,
1220,
4064,
67,
1600,
17080,
5817,
11,
50,
3118,
72,
904,
13,
19155,
72,
904,
15805,
82,
7,
9631,
11,
301,
1533,
78,
13,
9060,
828,
16345,
7,
138,
112,
764,
29,
657,
828,
16345,
7,
138,
112,
764,
27,
657,
4008,
1776,
198,
220,
220,
220,
44872,
3419,
198,
437,
198,
198,
8818,
1332,
759,
560,
20521,
12083,
7,
82,
28,
23,
11,
71,
28,
18,
35751,
198,
220,
220,
220,
44872,
7203,
759,
560,
11525,
12083,
351,
264,
796,
720,
82,
289,
796,
720,
71,
4943,
198,
220,
220,
220,
21437,
796,
657,
13,
2791,
9,
15,
13,
16,
26,
198,
220,
220,
220,
3002,
28,
1831,
1177,
7,
17620,
1177,
7,
2220,
7203,
16,
13,
6024,
76,
48774,
1776,
198,
220,
220,
220,
300,
28,
7857,
7,
9631,
1776,
198,
220,
220,
220,
264,
28,
7146,
7,
82,
11,
17,
1776,
198,
220,
220,
220,
3002,
796,
3002,
58,
7146,
7,
75,
58,
16,
4357,
17,
13219,
82,
10,
16,
25,
7146,
7,
75,
58,
16,
4357,
17,
47762,
82,
11,
7146,
7,
75,
58,
17,
4357,
17,
13219,
82,
10,
16,
25,
7146,
7,
75,
58,
17,
4357,
17,
47762,
82,
11208,
628,
220,
220,
220,
997,
1659,
4033,
82,
28,
5317,
7,
744,
7,
16,
14,
15577,
2220,
18125,
198,
220,
220,
220,
289,
5183,
28,
25192,
7,
16,
25,
18,
61,
71,
12,
16,
11,
22510,
1659,
4033,
82,
1776,
198,
220,
220,
220,
997,
1659,
27372,
28,
5317,
7,
28300,
7,
13664,
7,
9631,
20679,
22510,
1659,
4033,
82,
18125,
198,
220,
220,
220,
3275,
28,
25192,
7,
15,
25,
17,
11,
22510,
1659,
27372,
1776,
198,
220,
220,
220,
4072,
6978,
796,
43720,
16321,
7,
13664,
7,
9631,
18125,
628,
220,
220,
220,
336,
1533,
418,
796,
311,
3118,
72,
904,
13,
15562,
37098,
50,
3118,
72,
904,
7,
9631,
11,
18,
61,
71,
26,
82,
13495,
28,
16,
13,
15,
11,
51,
28,
43879,
1433,
1776,
198,
220,
220,
220,
2488,
2435,
357,
301,
1533,
78,
11,
17080,
5817,
47505,
2257,
34,
13,
45286,
66,
7656,
7,
9631,
11,
301,
1533,
418,
11,
20500,
11,
71,
5183,
11,
71,
11,
24419,
6978,
11,
18,
1776,
198,
220,
220,
220,
7377,
112,
796,
2558,
12195,
9631,
8,
532,
2558,
12195,
301,
1533,
78,
13,
9060,
8,
198,
220,
220,
220,
44872,
7,
31,
82,
37435,
7203,
301,
66,
1575,
796,
4064,
70,
2081,
1575,
796,
4064,
70,
17465,
3220,
1220,
11832,
4064,
67,
1220,
4064,
67,
1600,
17080,
5817,
11,
50,
3118,
72,
904,
13,
19155,
72,
904,
15805,
82,
7,
9631,
11,
301,
1533,
78,
13,
9060,
828,
16345,
7,
138,
112,
764,
29,
657,
828,
16345,
7,
138,
112,
764,
27,
657,
4008,
1776,
628,
220,
220,
220,
336,
1533,
418,
796,
685,
50,
3118,
72,
904,
13,
50,
3118,
72,
904,
4550,
7,
9631,
8,
329,
1312,
287,
352,
25,
18,
61,
71,
11208,
198,
220,
220,
220,
2488,
2435,
357,
301,
1533,
78,
11,
17080,
5817,
47505,
2257,
34,
13,
45286,
66,
7656,
7,
9631,
11,
301,
1533,
418,
11,
20500,
11,
71,
5183,
11,
71,
11,
24419,
6978,
11,
18,
1776,
198,
220,
220,
220,
7377,
112,
796,
2558,
12195,
9631,
8,
532,
2558,
12195,
301,
1533,
78,
13,
9060,
1776,
198,
220,
220,
220,
44872,
7,
31,
82,
37435,
7203,
301,
66,
1575,
796,
4064,
70,
2081,
1575,
796,
4064,
70,
17465,
3220,
1220,
11832,
4064,
67,
1220,
4064,
67,
1600,
17080,
5817,
11,
50,
3118,
72,
904,
13,
19155,
72,
904,
15805,
82,
7,
9631,
11,
301,
1533,
78,
13,
9060,
828,
16345,
7,
138,
112,
764,
29,
657,
828,
16345,
7,
138,
112,
764,
27,
657,
4008,
1776,
198,
220,
220,
220,
44872,
3419,
198,
437,
198,
198,
8818,
5254,
36921,
3419,
198,
220,
220,
220,
44872,
7203,
33407,
36275,
4943,
198,
220,
220,
220,
329,
479,
287,
685,
16,
11,
17,
11,
24970,
11,
13381,
60,
198,
220,
220,
220,
220,
220,
220,
220,
289,
796,
513,
26,
198,
220,
220,
220,
220,
220,
220,
220,
3002,
796,
471,
5317,
23,
12195,
74,
9,
1952,
7,
23,
11,
23,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
21437,
796,
657,
13,
2791,
9,
15,
13,
19,
26,
198,
220,
220,
220,
220,
220,
220,
220,
997,
1659,
4033,
82,
28,
5317,
7,
744,
7,
16,
14,
15577,
2220,
18125,
198,
220,
220,
220,
220,
220,
220,
220,
289,
5183,
28,
25192,
7,
16,
25,
18,
61,
71,
12,
16,
11,
22510,
1659,
4033,
82,
1776,
198,
220,
220,
220,
220,
220,
220,
220,
997,
1659,
27372,
28,
5317,
7,
28300,
7,
13664,
7,
9631,
20679,
22510,
1659,
4033,
82,
18125,
198,
220,
220,
220,
220,
220,
220,
220,
3275,
28,
25192,
7,
15,
25,
17,
11,
22510,
1659,
27372,
1776,
198,
220,
220,
220,
220,
220,
220,
220,
4072,
6978,
796,
43720,
16321,
7,
13664,
7,
9631,
18125,
198,
220,
220,
220,
220,
220,
220,
220,
336,
1533,
418,
796,
685,
50,
3118,
72,
904,
13,
50,
3118,
72,
904,
4550,
7,
9631,
8,
329,
1312,
287,
352,
25,
18,
61,
71,
11208,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
2435,
357,
301,
1533,
78,
11,
17080,
5817,
47505,
2257,
34,
13,
45286,
66,
7656,
7,
9631,
11,
301,
1533,
418,
11,
20500,
11,
71,
5183,
11,
71,
11,
24419,
6978,
11,
18,
1776,
198,
220,
220,
220,
220,
220,
220,
220,
7377,
112,
796,
2558,
12195,
9631,
8,
532,
2558,
12195,
301,
1533,
78,
13,
9060,
8,
198,
220,
220,
220,
220,
220,
220,
220,
44872,
7,
31,
82,
37435,
7203,
301,
66,
1575,
796,
4064,
70,
2081,
1575,
796,
4064,
70,
17465,
3220,
1220,
11832,
4064,
67,
1220,
4064,
67,
1600,
17080,
5817,
11,
50,
3118,
72,
904,
13,
19155,
72,
904,
15805,
82,
7,
9631,
11,
301,
1533,
78,
13,
9060,
828,
16345,
7,
138,
112,
764,
29,
657,
828,
16345,
7,
138,
112,
764,
27,
657,
4008,
1776,
198,
220,
220,
220,
886,
220,
198,
220,
220,
220,
44872,
3419,
198,
437,
198,
198,
8818,
1332,
2860,
1800,
20521,
12083,
7,
71,
28,
18,
11,
82,
28,
23,
11,
79,
28,
15,
13,
18,
8,
198,
220,
220,
220,
21437,
796,
279,
26,
198,
220,
220,
220,
3002,
28,
1831,
1177,
7,
17620,
1177,
7,
2220,
7203,
16,
13,
6024,
76,
48774,
1776,
198,
220,
220,
220,
300,
28,
7857,
7,
9631,
1776,
198,
220,
220,
220,
264,
28,
7146,
7,
82,
11,
17,
1776,
198,
220,
220,
220,
3002,
796,
3002,
58,
7146,
7,
75,
58,
16,
4357,
17,
13219,
82,
10,
16,
25,
7146,
7,
75,
58,
16,
4357,
17,
47762,
82,
11,
7146,
7,
75,
58,
17,
4357,
17,
13219,
82,
10,
16,
25,
7146,
7,
75,
58,
17,
4357,
17,
47762,
82,
11208,
628,
220,
220,
220,
997,
1659,
4033,
82,
28,
5317,
7,
744,
7,
16,
14,
15577,
2220,
18125,
198,
220,
220,
220,
997,
1659,
27372,
28,
5317,
7,
28300,
7,
13664,
7,
9631,
20679,
22510,
1659,
4033,
82,
18125,
198,
220,
220,
220,
3275,
28,
25192,
7,
15,
25,
16,
11,
22510,
1659,
27372,
1776,
198,
220,
220,
220,
4072,
6978,
796,
43720,
16321,
7,
13664,
7,
9631,
18125,
198,
220,
220,
220,
289,
5183,
28,
25192,
7,
16,
25,
17,
61,
71,
12,
16,
11,
22510,
1659,
4033,
82,
1776,
198,
220,
220,
220,
18074,
223,
796,
311,
3118,
72,
904,
13,
19155,
72,
904,
15805,
82,
7,
43879,
2414,
12195,
9631,
4008,
198,
220,
220,
220,
1575,
12543,
7,
9600,
11,
73,
8,
796,
14808,
4666,
7,
9600,
58,
73,
4357,
17,
8,
6624,
657,
19427,
357,
15,
13,
15,
11,
33643,
58,
73,
12962,
1058,
357,
33643,
58,
73,
4357,
15,
13,
15,
4008,
198,
220,
220,
220,
336,
1533,
78,
11,
17080,
5817,
796,
3563,
34,
13,
2860,
1800,
66,
7656,
7,
9631,
11,
20500,
11,
71,
5183,
11,
71,
11,
15805,
12543,
11,
24419,
6978,
1776,
198,
220,
220,
220,
7377,
112,
796,
2558,
12195,
9631,
8,
532,
2558,
12195,
301,
1533,
78,
8,
198,
220,
220,
220,
44872,
7,
31,
82,
37435,
7203,
301,
66,
1575,
796,
4064,
70,
2081,
1575,
796,
4064,
70,
17465,
3220,
1220,
11832,
4064,
67,
1220,
4064,
67,
1600,
17080,
5817,
11,
50,
3118,
72,
904,
13,
19155,
72,
904,
15805,
82,
7,
9631,
11,
301,
1533,
78,
828,
16345,
7,
138,
112,
764,
29,
657,
828,
16345,
7,
138,
112,
764,
27,
657,
4008,
1776,
628,
220,
220,
220,
336,
1533,
418,
796,
685,
50,
3118,
72,
904,
13,
50,
3118,
72,
904,
4550,
7,
9631,
8,
329,
1312,
287,
352,
25,
17,
61,
71,
60,
198,
220,
220,
220,
2488,
2435,
357,
301,
1533,
78,
11,
17080,
5817,
47505,
2257,
34,
13,
45286,
66,
7656,
7,
9631,
11,
301,
1533,
418,
11,
20500,
11,
71,
5183,
11,
71,
11,
24419,
6978,
11,
17,
1776,
198,
220,
220,
220,
7377,
112,
796,
2558,
12195,
9631,
8,
532,
2558,
12195,
301,
1533,
78,
13,
9060,
8,
198,
220,
220,
220,
44872,
7,
31,
82,
37435,
7203,
301,
66,
1575,
796,
4064,
70,
2081,
1575,
796,
4064,
70,
17465,
3220,
1220,
11832,
4064,
67,
1220,
4064,
67,
1600,
17080,
5817,
11,
50,
3118,
72,
904,
13,
19155,
72,
904,
15805,
82,
7,
9631,
11,
301,
1533,
78,
13,
9060,
828,
16345,
7,
138,
112,
764,
29,
657,
828,
16345,
7,
138,
112,
764,
27,
657,
4008,
1776,
198,
437,
628,
198,
41989,
35657,
904,
15805,
82,
3419,
198,
9288,
5420,
12609,
2617,
9630,
3419,
198,
198,
31,
9288,
2617,
2221,
198,
220,
220,
220,
2488,
9288,
1332,
505,
9186,
42946,
17,
62,
16,
26933,
16,
362,
513,
26,
513,
604,
642,
26,
718,
767,
807,
12962,
27,
16,
68,
12,
21,
198,
220,
220,
220,
2488,
9288,
1332,
505,
9186,
42946,
17,
62,
16,
26933,
16,
362,
26,
513,
604,
26,
718,
767,
12962,
27,
16,
68,
12,
21,
198,
220,
220,
220,
2488,
9288,
1332,
505,
9186,
42946,
17,
62,
16,
26933,
16,
362,
513,
26,
513,
604,
642,
12962,
27,
16,
68,
12,
21,
198,
220,
220,
220,
2488,
9288,
1332,
505,
9186,
42946,
17,
62,
16,
7,
25192,
77,
7,
1433,
11,
1433,
4008,
27,
16,
68,
12,
21,
198,
437,
198,
198,
31,
9288,
2617,
2221,
198,
220,
220,
220,
2488,
9288,
1332,
505,
9186,
42946,
17,
62,
17,
26933,
16,
362,
513,
26,
513,
604,
642,
26,
718,
767,
807,
12962,
27,
16,
68,
12,
21,
198,
220,
220,
220,
2488,
9288,
1332,
505,
9186,
42946,
17,
62,
17,
26933,
16,
362,
26,
513,
604,
26,
718,
767,
12962,
27,
16,
68,
12,
21,
198,
220,
220,
220,
2488,
9288,
1332,
505,
9186,
42946,
17,
62,
17,
26933,
16,
362,
513,
26,
513,
604,
642,
12962,
27,
16,
68,
12,
21,
198,
220,
220,
220,
2488,
9288,
1332,
505,
9186,
42946,
17,
62,
17,
7,
25192,
77,
7,
1433,
11,
1433,
4008,
27,
16,
68,
12,
21,
198,
437,
198,
198,
31,
9288,
2617,
2221,
198,
220,
220,
220,
2488,
9288,
1332,
6551,
276,
42946,
26933,
16,
362,
513,
26,
513,
604,
642,
26,
718,
767,
807,
12962,
27,
16,
68,
12,
21,
198,
220,
220,
220,
2488,
9288,
1332,
6551,
276,
42946,
26933,
16,
362,
26,
513,
604,
26,
718,
767,
12962,
27,
16,
68,
12,
21,
198,
220,
220,
220,
2488,
9288,
1332,
6551,
276,
42946,
26933,
16,
362,
513,
26,
513,
604,
642,
12962,
27,
16,
68,
12,
21,
198,
220,
220,
220,
2488,
9288,
1332,
6551,
276,
42946,
7,
25192,
77,
7,
1433,
11,
1433,
4008,
27,
16,
68,
12,
21,
198,
437,
198,
198,
31,
9288,
2617,
2221,
198,
220,
220,
220,
2488,
9288,
1332,
24988,
434,
874,
35657,
904,
3419,
27,
16,
68,
12,
21,
198,
220,
220,
220,
2488,
9288,
1332,
6561,
33,
15805,
12543,
3419,
27,
16,
68,
12,
21,
198,
220,
220,
220,
2488,
9288,
1332,
28311,
4426,
505,
3419,
27,
16,
68,
12,
21,
198,
437,
198,
198,
9288,
39491,
20521,
12083,
7,
2624,
11,
18,
8,
198,
9288,
759,
560,
20521,
12083,
7,
2624,
11,
18,
8,
198,
41989,
36921,
3419
] | 1.995199 | 5,624 |
const packages = [
"AverageShiftedHistograms",
"BDF",
"BrainWave",
"Diversity",
"IterativeSolvers",
"RCall",
"SDT",
"Sims",
"TargetedLearning"
]
const failures = Set()
for package in packages
print(" - ", package)
try
require(package)
println(" ✓")
catch err
push!(failures, (package, err))
println(" ×")
end
end
println("-"^50)
for (package, err) in failures
println("""
# $(package)
$(err)
---
""")
end
failures
| [
9979,
10392,
796,
685,
198,
220,
220,
220,
366,
26287,
2484,
21715,
13749,
26836,
1600,
198,
220,
220,
220,
366,
33,
8068,
1600,
198,
220,
220,
220,
366,
44687,
39709,
1600,
198,
220,
220,
220,
366,
35,
1608,
1600,
198,
220,
220,
220,
366,
29993,
876,
36949,
690,
1600,
198,
220,
220,
220,
366,
7397,
439,
1600,
198,
220,
220,
220,
366,
10305,
51,
1600,
198,
220,
220,
220,
366,
8890,
82,
1600,
198,
220,
220,
220,
366,
21745,
276,
41730,
1,
198,
220,
220,
220,
2361,
198,
198,
9979,
15536,
796,
5345,
3419,
198,
198,
1640,
5301,
287,
10392,
198,
220,
220,
220,
3601,
7203,
532,
33172,
5301,
8,
198,
220,
220,
220,
1949,
198,
220,
220,
220,
220,
220,
220,
220,
2421,
7,
26495,
8,
198,
220,
220,
220,
220,
220,
220,
220,
44872,
7203,
24762,
4943,
198,
220,
220,
220,
4929,
11454,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
32165,
942,
11,
357,
26495,
11,
11454,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
44872,
7203,
13958,
4943,
198,
220,
220,
220,
886,
198,
437,
198,
198,
35235,
7203,
21215,
61,
1120,
8,
198,
198,
1640,
357,
26495,
11,
11454,
8,
287,
15536,
198,
220,
220,
220,
44872,
7203,
15931,
628,
220,
220,
220,
1303,
29568,
26495,
8,
628,
220,
220,
220,
29568,
8056,
8,
628,
220,
220,
220,
11420,
198,
220,
220,
220,
13538,
4943,
198,
437,
198,
198,
32165,
942,
198
] | 2.19917 | 241 |
function retrieve_parent_ex(parent_handle::SpecHandle, func::SpecFunc)
parent_handle_var = findfirst(==(parent_handle.name), func.params.type)
@match n = func.name begin
if !isnothing(parent_handle_var)
end => wrap_identifier(func.params[parent_handle_var])
_ => nothing
end
end
function retrieve_parent_ex(parent_handle::SpecHandle, create::CreateFunc)
throw_error() = error("Could not retrieve parent ($(parent_handle.name)) variable from the arguments of $create")
@match retrieve_parent_ex(parent_handle, create.func) begin
sym::Symbol => sym
::Nothing && if !isnothing(create.create_info_param)
end => begin
p = create.create_info_param
s = create.create_info_struct
m_index = findfirst(in([parent_handle.name, :(Ptr{$(parent_handle.name)})]), s.members.type)
if !isnothing(m_index)
m = s.members[m_index]
var_p, var_m = wrap_identifier.((p, m))
broadcast_ex(:(getproperty($var_p, $(QuoteNode(var_m)))), is_arr(m))
else
throw_error()
end
end
_ => throw_error()
end
end
function assigned_parent_symbol(parent_ex)
@match parent_ex begin
::Symbol => parent_ex
::Expr && GuardBy(is_broadcast) => :parents
::Expr => :parent
end
end
assign_parent(::Symbol) = nothing
assign_parent(parent_ex::Expr) = :($(assigned_parent_symbol(parent_ex)) = $parent_ex)
function parent_handles(spec::SpecStruct)
filter(x -> x.type ∈ spec_handles.name, children(spec))
end
"""
These handle types are consumed by whatever command uses them. From the specification: "The following object types are consumed when they are passed into a Vulkan command and not further accessed by the objects they are used to create.".
"""
const consumed_handles = handle_by_name.([:VkShaderModule, :VkPipelineCache, :VkValidationCacheEXT])
is_consumed(spec::SpecHandle) = spec ∈ consumed_handles
is_consumed(name::Symbol) = is_consumed(handle_by_name(name))
is_consumed(spec::Union{SpecFuncParam,SpecStructMember}) = is_consumed(spec.type)
function Parent(def::HandleDefinition)
p = Dict(
:category => :function,
:name => :parent,
:short => true,
:args => [:($(wrap_identifier(def.spec))::$(name(def)))],
:body => :($(wrap_identifier(def.spec)).$(wrap_identifier(parent_spec(def.spec)))),
)
Parent(def, p)
end
| [
8818,
19818,
62,
8000,
62,
1069,
7,
8000,
62,
28144,
3712,
22882,
37508,
11,
25439,
3712,
22882,
37,
19524,
8,
198,
220,
220,
220,
2560,
62,
28144,
62,
7785,
796,
1064,
11085,
7,
855,
7,
8000,
62,
28144,
13,
3672,
828,
25439,
13,
37266,
13,
4906,
8,
198,
220,
220,
220,
2488,
15699,
299,
796,
25439,
13,
3672,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
611,
5145,
271,
22366,
7,
8000,
62,
28144,
62,
7785,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
5218,
14441,
62,
738,
7483,
7,
20786,
13,
37266,
58,
8000,
62,
28144,
62,
7785,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
4808,
5218,
2147,
198,
220,
220,
220,
886,
198,
437,
198,
198,
8818,
19818,
62,
8000,
62,
1069,
7,
8000,
62,
28144,
3712,
22882,
37508,
11,
2251,
3712,
16447,
37,
19524,
8,
198,
220,
220,
220,
3714,
62,
18224,
3419,
796,
4049,
7203,
23722,
407,
19818,
2560,
7198,
7,
8000,
62,
28144,
13,
3672,
4008,
7885,
422,
262,
7159,
286,
720,
17953,
4943,
198,
220,
220,
220,
2488,
15699,
19818,
62,
8000,
62,
1069,
7,
8000,
62,
28144,
11,
2251,
13,
20786,
8,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
5659,
3712,
13940,
23650,
5218,
5659,
198,
220,
220,
220,
220,
220,
220,
220,
7904,
18465,
11405,
611,
5145,
271,
22366,
7,
17953,
13,
17953,
62,
10951,
62,
17143,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
5218,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
279,
796,
2251,
13,
17953,
62,
10951,
62,
17143,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
264,
796,
2251,
13,
17953,
62,
10951,
62,
7249,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
62,
9630,
796,
1064,
11085,
7,
259,
26933,
8000,
62,
28144,
13,
3672,
11,
36147,
46745,
90,
3,
7,
8000,
62,
28144,
13,
3672,
38165,
15437,
828,
264,
13,
30814,
13,
4906,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
5145,
271,
22366,
7,
76,
62,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
796,
264,
13,
30814,
58,
76,
62,
9630,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1401,
62,
79,
11,
1401,
62,
76,
796,
14441,
62,
738,
7483,
12195,
7,
79,
11,
285,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7025,
62,
1069,
7,
37498,
1136,
26745,
16763,
7785,
62,
79,
11,
29568,
25178,
19667,
7,
7785,
62,
76,
22305,
828,
318,
62,
3258,
7,
76,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3714,
62,
18224,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
4808,
5218,
3714,
62,
18224,
3419,
198,
220,
220,
220,
886,
198,
437,
198,
198,
8818,
8686,
62,
8000,
62,
1837,
23650,
7,
8000,
62,
1069,
8,
198,
220,
220,
220,
2488,
15699,
2560,
62,
1069,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
7904,
13940,
23650,
5218,
2560,
62,
1069,
198,
220,
220,
220,
220,
220,
220,
220,
7904,
3109,
1050,
11405,
4932,
3886,
7,
271,
62,
36654,
2701,
8,
5218,
1058,
23743,
198,
220,
220,
220,
220,
220,
220,
220,
7904,
3109,
1050,
5218,
1058,
8000,
198,
220,
220,
220,
886,
198,
437,
198,
198,
562,
570,
62,
8000,
7,
3712,
13940,
23650,
8,
796,
2147,
198,
562,
570,
62,
8000,
7,
8000,
62,
1069,
3712,
3109,
1050,
8,
796,
1058,
16763,
7,
562,
3916,
62,
8000,
62,
1837,
23650,
7,
8000,
62,
1069,
4008,
796,
720,
8000,
62,
1069,
8,
198,
198,
8818,
2560,
62,
4993,
829,
7,
16684,
3712,
22882,
44909,
8,
198,
220,
220,
220,
8106,
7,
87,
4613,
2124,
13,
4906,
18872,
230,
1020,
62,
4993,
829,
13,
3672,
11,
1751,
7,
16684,
4008,
198,
437,
198,
198,
37811,
198,
4711,
5412,
3858,
389,
13529,
416,
4232,
3141,
3544,
606,
13,
3574,
262,
20855,
25,
366,
464,
1708,
2134,
3858,
389,
13529,
618,
484,
389,
3804,
656,
257,
35977,
3141,
290,
407,
2252,
17535,
416,
262,
5563,
484,
389,
973,
284,
2251,
526,
13,
198,
37811,
198,
9979,
13529,
62,
4993,
829,
796,
5412,
62,
1525,
62,
3672,
12195,
58,
25,
53,
74,
2484,
5067,
26796,
11,
1058,
53,
74,
47,
541,
4470,
30562,
11,
1058,
53,
74,
7762,
24765,
30562,
13918,
12962,
198,
198,
271,
62,
5936,
18940,
7,
16684,
3712,
22882,
37508,
8,
796,
1020,
18872,
230,
13529,
62,
4993,
829,
198,
271,
62,
5936,
18940,
7,
3672,
3712,
13940,
23650,
8,
796,
318,
62,
5936,
18940,
7,
28144,
62,
1525,
62,
3672,
7,
3672,
4008,
198,
271,
62,
5936,
18940,
7,
16684,
3712,
38176,
90,
22882,
37,
19524,
22973,
11,
22882,
44909,
27608,
30072,
796,
318,
62,
5936,
18940,
7,
16684,
13,
4906,
8,
198,
198,
8818,
16774,
7,
4299,
3712,
37508,
36621,
8,
198,
220,
220,
220,
279,
796,
360,
713,
7,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
22872,
5218,
1058,
8818,
11,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
3672,
5218,
1058,
8000,
11,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
19509,
5218,
2081,
11,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
22046,
5218,
685,
25,
16763,
7,
37150,
62,
738,
7483,
7,
4299,
13,
16684,
8,
2599,
25,
3,
7,
3672,
7,
4299,
22305,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
2618,
5218,
1058,
16763,
7,
37150,
62,
738,
7483,
7,
4299,
13,
16684,
29720,
3,
7,
37150,
62,
738,
7483,
7,
8000,
62,
16684,
7,
4299,
13,
16684,
22305,
828,
198,
220,
220,
220,
1267,
198,
220,
220,
220,
16774,
7,
4299,
11,
279,
8,
198,
437,
198
] | 2.458045 | 1,013 |
################################################################################
# Common models used in testing
################################################################################
function reldiff(a, b)
diff = sum(abs(a - b))
norm = sum(abs(a))
return diff / (norm + 1e-10)
end
function rand_dims(max_ndim=6)
tuple(rand(1:10, rand(1:max_ndim))...)
end
function mlp2()
data = mx.Variable(:data)
out = mx.FullyConnected(data=data, name=:fc1, num_hidden=1000)
out = mx.Activation(data=out, act_type=:relu)
out = mx.FullyConnected(data=out, name=:fc2, num_hidden=10)
return out
end
| [
29113,
29113,
14468,
198,
2,
8070,
4981,
973,
287,
4856,
198,
29113,
29113,
14468,
198,
8818,
302,
335,
733,
7,
64,
11,
275,
8,
198,
220,
814,
796,
2160,
7,
8937,
7,
64,
532,
275,
4008,
198,
220,
2593,
796,
2160,
7,
8937,
7,
64,
4008,
198,
220,
1441,
814,
1220,
357,
27237,
1343,
352,
68,
12,
940,
8,
198,
437,
198,
198,
8818,
43720,
62,
67,
12078,
7,
9806,
62,
358,
320,
28,
21,
8,
198,
220,
46545,
7,
25192,
7,
16,
25,
940,
11,
43720,
7,
16,
25,
9806,
62,
358,
320,
4008,
23029,
198,
437,
198,
198,
8818,
25962,
79,
17,
3419,
198,
220,
1366,
796,
285,
87,
13,
43015,
7,
25,
7890,
8,
198,
220,
503,
796,
285,
87,
13,
37,
2132,
13313,
276,
7,
7890,
28,
7890,
11,
1438,
28,
25,
16072,
16,
11,
997,
62,
30342,
28,
12825,
8,
198,
220,
503,
796,
285,
87,
13,
25526,
341,
7,
7890,
28,
448,
11,
719,
62,
4906,
28,
25,
260,
2290,
8,
198,
220,
503,
796,
285,
87,
13,
37,
2132,
13313,
276,
7,
7890,
28,
448,
11,
1438,
28,
25,
16072,
17,
11,
997,
62,
30342,
28,
940,
8,
198,
220,
1441,
503,
198,
437,
628
] | 3.034653 | 202 |
get_all_plots_types() = Set([:fit, :residuals, :normal_checks, :cooksd, :leverage, :homoscedasticity])
get_needed_plots(s::String) = return get_needed_plots([s])
get_needed_plots(s::Symbol) = return get_needed_plots([s])
get_needed_plots(s::Vector{String}) = return get_needed_plots(Symbol.(lowercase.(s)))
get_needed_plots(::Vector{Any}) = return get_needed_plots([:none])
get_needed_plots(::Set{Any}) = return get_needed_plots([:none])
get_needed_plots(s::Set{Symbol}) = return get_needed_plots(collect(s))
function get_needed_plots(p::Vector{Symbol})
needed_plots = Set{Symbol}()
length(p) == 0 && return needed_plots
:none in p && return needed_plots
if :all in p
return get_all_plots_types()
end
:fit in p && push!(needed_plots, :fit)
:residuals in p && push!(needed_plots, :residuals)
:normal_checks in p && push!(needed_plots, :normal_checks)
:cooksd in p && push!(needed_plots, :cooksd)
:leverage in p && push!(needed_plots, :leverage)
:homoscedasticity in p && push!(needed_plots, :homoscedasticity)
return needed_plots
end
"""
function get_robust_cov_stats()
Return all robust covariance estimators.
"""
get_all_robust_cov_stats() = Set([:white, :nw, :hc0, :hc1, :hc2, :hc3])
get_needed_robust_cov_stats(s::String) = return get_needed_robust_cov_stats([s])
get_needed_robust_cov_stats(s::Symbol) = return get_needed_robust_cov_stats([s])
get_needed_robust_cov_stats(s::Vector{String}) = return get_needed_robust_cov_stats(Symbol.(lowercase.(s)))
get_needed_robust_cov_stats(::Vector{Any}) = return get_needed_robust_cov_stats([:none])
get_needed_robust_cov_stats(::Set{Any}) = return get_needed_robust_cov_stats(Set([:none]))
get_needed_robust_cov_stats(s::Set{Symbol}) = return get_needed_robust_cov_stats(collect(s))
function get_needed_robust_cov_stats(s::Vector{Symbol})
needed_white = Vector{Symbol}()
needed_hac = Vector{Symbol}()
length(s) == 0 && return (needed_white, needed_hac)
:none in s && return (needed_white, needed_hac)
if :all in s
s = collect(get_all_robust_cov_stats())
end
:white in s && push!(needed_white, :white)
:hc0 in s && push!(needed_white, :hc0)
:hc1 in s && push!(needed_white, :hc1)
:hc2 in s && push!(needed_white, :hc2)
:hc3 in s && push!(needed_white, :hc3)
:nw in s && push!(needed_hac, :nw)
return (needed_white, needed_hac)
end
"""
function get_all_model_stats()
Returns all statistics availble for the fitted model.
"""
get_all_model_stats() = Set([:coefs, :sse, :mse, :sst, :rmse, :aic, :sigma, :t_statistic, :vif, :r2, :adjr2, :stderror, :t_values, :p_values, :ci,
:diag_normality, :diag_ks, :diag_ad, :diag_jb, :diag_heteroskedasticity, :diag_white, :diag_bp, :press,
:t1ss, :t2ss, :pcorr1, :pcorr2 , :scorr1, :scorr2 ])
get_needed_model_stats(req_stats::String) = return get_needed_model_stats([req_stats])
get_needed_model_stats(req_stats::Symbol) = return get_needed_model_stats(Set([req_stats]))
get_needed_model_stats(req_stats::Vector{String}) = return get_needed_model_stats(Symbol.(lowercase.(req_stats)))
get_needed_model_stats(::Vector{Any}) = return get_needed_model_stats([:none])
get_needed_model_stats(::Set{Any}) = return get_needed_model_stats(Set([:none]))
get_needed_model_stats(req_stats::Set{Symbol}) = get_needed_model_stats(collect(req_stats))
"""
function get_needed_model_stats(req_stats::Vector{Symbol})
return the list of needed statistics given the list of statistics about the model the caller wants.
"""
function get_needed_model_stats(req_stats::Vector{Symbol})
needed = Set([:coefs, :sse, :mse])
default = Set([:coefs, :sse, :mse, :sst, :rmse, :sigma, :t_statistic, :r2, :adjr2, :stderror, :t_values, :p_values, :ci])
full = get_all_model_stats()
unique!(req_stats)
length(req_stats) == 0 && return needed
:none in req_stats && return needed
:all in req_stats && return full
:default in req_stats && union!(needed, default)
:sst in req_stats && push!(needed, :sst)
:t1ss in req_stats && push!(needed, :t1ss)
:t2ss in req_stats && push!(needed, :t2ss)
:press in req_stats && push!(needed, :press)
:rmse in req_stats && push!(needed, :rmse)
:aic in req_stats && push!(needed, :aic)
:sigma in req_stats && push!(needed, :sigma)
:t_statistic in req_stats && push!(needed, :t_statistic)
:vif in req_stats && push!(needed, :vif)
:diag_ks in req_stats && push!(needed, :diag_ks)
:diag_ad in req_stats && push!(needed, :diag_ad)
:diag_jb in req_stats && push!(needed, :diag_jb)
:diag_white in req_stats && push!(needed, :diag_white)
:diag_bp in req_stats && push!(needed, :diag_bp)
if :diag_normality in req_stats
push!(needed, :diag_ks)
push!(needed, :diag_ad)
push!(needed, :diag_jb)
end
if :diag_heteroskedasticity in req_stats
push!(needed, :diag_white)
push!(needed, :diag_bp)
end
if :pcorr1 in req_stats
push!(needed, :t1ss)
push!(needed, :pcorr1)
end
if :pcorr2 in req_stats
push!(needed, :t2ss)
push!(needed, :pcorr2)
end
if :scorr1 in req_stats
push!(needed, :sst)
push!(needed, :t1ss)
push!(needed, :scorr1)
end
if :scorr2 in req_stats
push!(needed, :sst)
push!(needed, :t2ss)
push!(needed, :scorr2)
end
if :r2 in req_stats
push!(needed, :sst)
push!(needed, :r2)
end
if :adjr2 in req_stats
push!(needed, :sst)
push!(needed, :r2)
push!(needed, :adjr2)
end
if :stderror in req_stats
push!(needed, :sigma)
push!(needed, :stderror)
end
if :t_values in req_stats
push!(needed, :sigma)
push!(needed, :stderror)
push!(needed, :t_values)
end
if :p_values in req_stats
push!(needed, :sigma)
push!(needed, :stderror)
push!(needed, :t_values)
push!(needed, :p_values)
end
if :ci in req_stats
push!(needed, :sigma)
push!(needed, :stderror)
push!(needed, :t_statistic)
push!(needed, :ci)
end
return needed
end
"""
function get_all_prediction_stats()
get all the available statistics about the values predicted by a fitted model
"""
get_all_prediction_stats() = Set([:predicted, :residuals, :leverage, :stdp, :stdi, :stdr, :student, :rstudent, :lcli, :ucli, :lclp, :uclp, :press, :cooksd])
get_prediction_stats(req_stats::String) = return get_prediction_stats([req_stats])
get_prediction_stats(req_stats::Vector{String}) = return get_prediction_stats(Symbol.(lowercase.(req_stats)))
get_prediction_stats(::Vector{Any}) = return get_prediction_stats([:none])
get_prediction_stats(::Set{Any}) = return get_prediction_stats(Set([:none]))
get_prediction_stats(req_stats::Set{Symbol}) = return get_prediction_stats(collect(req_stats))
"""
function get_prediction_stats(req_stats::Vector{Symbol})
return the list of needed statistics and the statistics that need to be presentd given the list of statistics about the predictions the caller wants.
"""
function get_prediction_stats(req_stats::Vector{Symbol})
needed = Set([:predicted])
full = get_all_prediction_stats()
present = Set([:predicted])
unique!(req_stats)
length(req_stats) == 0 && return needed, present
:none in req_stats && return needed, present
:all in req_stats && return full, full
:leverage in req_stats && push!(present, :leverage)
:residuals in req_stats && push!(present, :residuals)
if :stdp in req_stats
push!(needed, :leverage)
push!(present, :stdp)
end
if :stdi in req_stats
push!(needed, :leverage)
push!(present, :stdi)
end
if :stdr in req_stats
push!(needed, :leverage)
push!(present, :stdr)
end
if :student in req_stats
push!(needed, :leverage)
push!(needed, :residuals)
push!(needed, :stdr)
push!(present, :student)
end
if :rstudent in req_stats
push!(needed, :leverage)
push!(needed, :residuals)
push!(needed, :stdr)
push!(needed, :student)
push!(present, :rstudent)
end
if :lcli in req_stats
push!(needed, :leverage)
push!(needed, :stdi)
push!(present, :lcli)
end
if :ucli in req_stats
push!(needed, :leverage)
push!(needed, :stdi)
push!(present, :ucli)
end
if :lclp in req_stats
push!(needed, :leverage)
push!(needed, :stdp)
push!(present, :lclp)
end
if :uclp in req_stats
push!(needed, :leverage)
push!(needed, :stdp)
push!(present, :uclp)
end
if :press in req_stats
push!(needed, :residuals)
push!(needed, :leverage)
push!(present, :press)
end
if :cooksd in req_stats
push!(needed, :leverage)
push!(needed, :stdp)
push!(needed, :stdr)
push!(needed, :residuals)
push!(needed, :student)
push!(present, :cooksd)
end
union!(needed, present)
return needed, present
end
"""
function encapsulate_string(s)
(internal) Only used to encapsulate a string into an array.
used exclusively to handle the function ```StatsBase.coefnames``` which sometime return an array or when there is only one element the element alone.
"""
function encapsulate_string(s::String)
return [s]
end
"""
function encapsulate_string(v)
(internal) Only used to encapsulate a string into an array.
used exclusively to handle the function ```StatsBase.coefnames``` which sometime return an array or when there is only one element the element alone.
"""
function encapsulate_string(v::Vector{String})
return v
end
import Printf
"""
macro gprintf(fmt::String)
(internal) used to format with %g
Taken from message published by user o314 at https://discourse.julialang.org/t/printf-with-variable-format-string/3805/6
"""
macro gprintf(fmt::String)
:((io::IO, arg) -> Printf.@printf(io, $fmt, arg))
end
"""
function fmt_pad(s::String, value, pad=0)
(internal) helper to format and pad string for results display
"""
function fmt_pad(s::String, value, pad=0)
fmt = @gprintf("%g")
return rpad(s * sprint(fmt, value), pad)
end
using NamedArrays
"""
function my_namedarray_print([io::IO = stdout], n::NamedArray)
(internal) Print the NamedArray without the type annotation (on the first line).
"""
function my_namedarray_print(io::IO, n)
tmpio = IOBuffer()
show(tmpio, n)
println(io, split(String(take!(tmpio)), "\n", limit=2)[2])
end
my_namedarray_print(n::NamedArray) = my_namedarray_print(stdout::IO, n)
"""
function helper_print_table(io, title, stats::Vector, stats_name::Vector, updformula)
(Internal) Convenience function to display a table of statistics to the user.
"""
function helper_print_table(io::IO, title, stats::Vector, stats_name::Vector, updformula)
println(io, "\n$title")
todelete = [i for (i, v) in enumerate(stats) if isnothing(v)]
deleteat!(stats, todelete)
deleteat!(stats_name, todelete)
m_all_stats = reduce(hcat, stats)
if m_all_stats isa Vector
m_all_stats = reshape(m_all_stats, length(m_all_stats), 1)
end
na = NamedArray(m_all_stats)
setnames!(na, encapsulate_string(string.(StatsBase.coefnames(updformula.rhs))), 1)
setnames!(na, encapsulate_string(string.(stats_name)), 2)
setdimnames!(na, ("Terms", "Stats"))
my_namedarray_print(io, na)
end
function present_breusch_pagan_test(X, residuals, α)
bpt = HypothesisTests.BreuschPaganTest(X, residuals)
pval = pvalue(bpt)
alpha_value= round((1 - α)*100, digits=3)
topresent = string("Breush-Pagan Test (heteroskedasticity of residuals):\n T*R² statistic: $(round(bpt.lm, sigdigits=6)) degrees of freedom: $(round(bpt.dof, digits=6)) p-value: $(round(pval, digits=6))\n")
if pval > α
topresent *= " with $(alpha_value)% confidence: fail to reject null hyposthesis.\n"
else
topresent *= " with $(alpha_value)% confidence: reject null hyposthesis.\n"
end
return topresent
end
function present_white_test(X, residuals, α)
bpt = HypothesisTests.WhiteTest(X, residuals)
pval = pvalue(bpt)
alpha_value= round((1 - α)*100, digits=3)
topresent = string("White Test (heteroskedasticity of residuals):\n T*R² statistic: $(round(bpt.lm, sigdigits=6)) degrees of freedom: $(round(bpt.dof, digits=6)) p-value: $(round(pval, digits=6))\n")
if pval > α
topresent *= " with $(alpha_value)% confidence: fail to reject null hyposthesis.\n"
else
topresent *= " with $(alpha_value)% confidence: reject null hyposthesis.\n"
end
return topresent
end
function present_kolmogorov_smirnov_test(residuals, α)
fitted_residuals = fit(Normal, residuals)
kst = HypothesisTests.ApproximateOneSampleKSTest(residuals, fitted_residuals)
pval = pvalue(kst)
KS_stat = sqrt(kst.n)*kst.δ
alpha_value= round((1 - α)*100, digits=3)
topresent = string("Kolmogorov-Smirnov test (Normality of residuals):\n KS statistic: $(round(KS_stat, sigdigits=6)) observations: $(kst.n) p-value: $(round(pval, digits=6))\n")
if pval > α
topresent *= " with $(alpha_value)% confidence: fail to reject null hyposthesis.\n"
else
topresent *= " with $(alpha_value)% confidence: reject null hyposthesis.\n"
end
end
function present_anderson_darling_test(residuals, α)
fitted_residuals = fit(Normal, residuals)
adt = HypothesisTests.OneSampleADTest(residuals, fitted_residuals)
pval = pvalue(adt)
alpha_value= round((1 - α)*100, digits=3)
topresent = string("Anderson–Darling test (Normality of residuals):\n A² statistic: $(round(adt.A², digits=6)) observations: $(adt.n) p-value: $(round(pval, digits=6))\n")
if pval > α
topresent *= " with $(alpha_value)% confidence: fail to reject null hyposthesis.\n"
else
topresent *= " with $(alpha_value)% confidence: reject null hyposthesis.\n"
end
end
function present_jarque_bera_test(residuals, α)
jbt = HypothesisTests.JarqueBeraTest(residuals)
pval = pvalue(jbt)
alpha_value= round((1 - α)*100, digits=3)
topresent = string("Jarque-Bera test (Normality of residuals):\n JB statistic: $(round(jbt.JB, digits=6)) observations: $(jbt.n) p-value: $(round(pval, digits=6))\n")
if pval > α
topresent *= " with $(alpha_value)% confidence: fail to reject null hyposthesis.\n"
else
topresent *= " with $(alpha_value)% confidence: reject null hyposthesis.\n"
end
end
function warn_sigma(lm, stat)
warn_sigma(lm.white_types, lm.hac_types , stat)
end
function warn_sigma(white_needed, hac_needed, stat)
if length(white_needed) > 0 || length(hac_needed) > 0
println(io, "The $(stat) statistic that relies on Sigma^2 has been requested. At least one robust covariance have been requested indicating that the assumptions needed for Sigma^2 may not be present.")
end
end
function real_sqrt(x)
return @. real(sqrt(complex(x, 0)))
end
isnotintercept(t::AbstractTerm) = t isa InterceptTerm ? false : true
iscontinuousterm(t::AbstractTerm) = t isa ContinuousTerm ? true : false
iscategorical(t::AbstractTerm) = t isa CategoricalTerm ? true : false
function check_cardinality(df::AbstractDataFrame, f, verbose=false)
cate_terms = [a.sym for a in filter(iscategorical, terms(f.rhs))]
if length(cate_terms) > 0
freqt = freqtable(df, cate_terms...)
if count(i -> (i == 0), freqt) > 0
println("At least one group of categories have no observation. Use frequency tables to identify which one(s).")
println(my_namedarray_print(freqt))
elseif verbose == true
println("No issue identified.")
end
end
end | [
1136,
62,
439,
62,
489,
1747,
62,
19199,
3419,
796,
5345,
26933,
25,
11147,
11,
1058,
411,
312,
723,
82,
11,
1058,
11265,
62,
42116,
11,
1058,
27916,
21282,
11,
1058,
293,
1857,
11,
1058,
26452,
418,
771,
3477,
414,
12962,
198,
1136,
62,
27938,
62,
489,
1747,
7,
82,
3712,
10100,
8,
796,
1441,
651,
62,
27938,
62,
489,
1747,
26933,
82,
12962,
198,
1136,
62,
27938,
62,
489,
1747,
7,
82,
3712,
13940,
23650,
8,
796,
1441,
651,
62,
27938,
62,
489,
1747,
26933,
82,
12962,
198,
1136,
62,
27938,
62,
489,
1747,
7,
82,
3712,
38469,
90,
10100,
30072,
796,
1441,
651,
62,
27938,
62,
489,
1747,
7,
13940,
23650,
12195,
21037,
7442,
12195,
82,
22305,
198,
1136,
62,
27938,
62,
489,
1747,
7,
3712,
38469,
90,
7149,
30072,
796,
1441,
651,
62,
27938,
62,
489,
1747,
26933,
25,
23108,
12962,
198,
1136,
62,
27938,
62,
489,
1747,
7,
3712,
7248,
90,
7149,
30072,
796,
1441,
651,
62,
27938,
62,
489,
1747,
26933,
25,
23108,
12962,
198,
1136,
62,
27938,
62,
489,
1747,
7,
82,
3712,
7248,
90,
13940,
23650,
30072,
796,
1441,
651,
62,
27938,
62,
489,
1747,
7,
33327,
7,
82,
4008,
198,
198,
8818,
651,
62,
27938,
62,
489,
1747,
7,
79,
3712,
38469,
90,
13940,
23650,
30072,
628,
220,
220,
220,
2622,
62,
489,
1747,
796,
5345,
90,
13940,
23650,
92,
3419,
198,
220,
220,
220,
4129,
7,
79,
8,
6624,
657,
11405,
1441,
2622,
62,
489,
1747,
198,
220,
220,
220,
1058,
23108,
287,
279,
11405,
1441,
2622,
62,
489,
1747,
628,
220,
220,
220,
611,
1058,
439,
287,
279,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
651,
62,
439,
62,
489,
1747,
62,
19199,
3419,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1058,
11147,
287,
279,
11405,
4574,
0,
7,
27938,
62,
489,
1747,
11,
1058,
11147,
8,
198,
220,
220,
220,
1058,
411,
312,
723,
82,
287,
279,
11405,
4574,
0,
7,
27938,
62,
489,
1747,
11,
1058,
411,
312,
723,
82,
8,
198,
220,
220,
220,
1058,
11265,
62,
42116,
287,
279,
11405,
4574,
0,
7,
27938,
62,
489,
1747,
11,
1058,
11265,
62,
42116,
8,
198,
220,
220,
220,
1058,
27916,
21282,
287,
279,
11405,
4574,
0,
7,
27938,
62,
489,
1747,
11,
1058,
27916,
21282,
8,
198,
220,
220,
220,
1058,
293,
1857,
287,
279,
11405,
4574,
0,
7,
27938,
62,
489,
1747,
11,
1058,
293,
1857,
8,
198,
220,
220,
220,
1058,
26452,
418,
771,
3477,
414,
287,
279,
11405,
4574,
0,
7,
27938,
62,
489,
1747,
11,
1058,
26452,
418,
771,
3477,
414,
8,
198,
220,
220,
220,
1441,
2622,
62,
489,
1747,
198,
198,
437,
198,
198,
37811,
220,
220,
198,
220,
220,
220,
2163,
651,
62,
22609,
436,
62,
66,
709,
62,
34242,
3419,
628,
220,
220,
220,
8229,
477,
12373,
44829,
590,
3959,
2024,
13,
198,
37811,
198,
1136,
62,
439,
62,
22609,
436,
62,
66,
709,
62,
34242,
3419,
796,
5345,
26933,
25,
11186,
11,
1058,
47516,
11,
1058,
71,
66,
15,
11,
1058,
71,
66,
16,
11,
1058,
71,
66,
17,
11,
1058,
71,
66,
18,
12962,
198,
1136,
62,
27938,
62,
22609,
436,
62,
66,
709,
62,
34242,
7,
82,
3712,
10100,
8,
796,
1441,
651,
62,
27938,
62,
22609,
436,
62,
66,
709,
62,
34242,
26933,
82,
12962,
198,
1136,
62,
27938,
62,
22609,
436,
62,
66,
709,
62,
34242,
7,
82,
3712,
13940,
23650,
8,
796,
1441,
651,
62,
27938,
62,
22609,
436,
62,
66,
709,
62,
34242,
26933,
82,
12962,
198,
1136,
62,
27938,
62,
22609,
436,
62,
66,
709,
62,
34242,
7,
82,
3712,
38469,
90,
10100,
30072,
796,
1441,
651,
62,
27938,
62,
22609,
436,
62,
66,
709,
62,
34242,
7,
13940,
23650,
12195,
21037,
7442,
12195,
82,
22305,
198,
1136,
62,
27938,
62,
22609,
436,
62,
66,
709,
62,
34242,
7,
3712,
38469,
90,
7149,
30072,
796,
1441,
651,
62,
27938,
62,
22609,
436,
62,
66,
709,
62,
34242,
26933,
25,
23108,
12962,
198,
1136,
62,
27938,
62,
22609,
436,
62,
66,
709,
62,
34242,
7,
3712,
7248,
90,
7149,
30072,
796,
1441,
651,
62,
27938,
62,
22609,
436,
62,
66,
709,
62,
34242,
7,
7248,
26933,
25,
23108,
60,
4008,
220,
198,
1136,
62,
27938,
62,
22609,
436,
62,
66,
709,
62,
34242,
7,
82,
3712,
7248,
90,
13940,
23650,
30072,
796,
1441,
651,
62,
27938,
62,
22609,
436,
62,
66,
709,
62,
34242,
7,
33327,
7,
82,
4008,
220,
198,
198,
8818,
651,
62,
27938,
62,
22609,
436,
62,
66,
709,
62,
34242,
7,
82,
3712,
38469,
90,
13940,
23650,
30072,
198,
220,
220,
220,
220,
198,
220,
220,
220,
2622,
62,
11186,
796,
20650,
90,
13940,
23650,
92,
3419,
198,
220,
220,
220,
2622,
62,
71,
330,
796,
20650,
90,
13940,
23650,
92,
3419,
628,
220,
220,
220,
4129,
7,
82,
8,
6624,
657,
11405,
1441,
357,
27938,
62,
11186,
11,
2622,
62,
71,
330,
8,
198,
220,
220,
220,
1058,
23108,
287,
264,
11405,
1441,
357,
27938,
62,
11186,
11,
2622,
62,
71,
330,
8,
198,
220,
220,
220,
611,
1058,
439,
287,
264,
220,
198,
220,
220,
220,
220,
220,
220,
220,
264,
796,
2824,
7,
1136,
62,
439,
62,
22609,
436,
62,
66,
709,
62,
34242,
28955,
198,
220,
220,
220,
886,
198,
220,
220,
220,
220,
198,
220,
220,
220,
1058,
11186,
287,
264,
11405,
4574,
0,
7,
27938,
62,
11186,
11,
1058,
11186,
8,
198,
220,
220,
220,
1058,
71,
66,
15,
287,
264,
11405,
4574,
0,
7,
27938,
62,
11186,
11,
1058,
71,
66,
15,
8,
198,
220,
220,
220,
1058,
71,
66,
16,
287,
264,
11405,
4574,
0,
7,
27938,
62,
11186,
11,
1058,
71,
66,
16,
8,
198,
220,
220,
220,
1058,
71,
66,
17,
287,
264,
11405,
4574,
0,
7,
27938,
62,
11186,
11,
1058,
71,
66,
17,
8,
198,
220,
220,
220,
1058,
71,
66,
18,
287,
264,
11405,
4574,
0,
7,
27938,
62,
11186,
11,
1058,
71,
66,
18,
8,
628,
220,
220,
220,
1058,
47516,
287,
264,
11405,
4574,
0,
7,
27938,
62,
71,
330,
11,
1058,
47516,
8,
628,
220,
220,
220,
1441,
357,
27938,
62,
11186,
11,
2622,
62,
71,
330,
8,
198,
198,
437,
198,
198,
37811,
198,
220,
220,
220,
2163,
651,
62,
439,
62,
19849,
62,
34242,
3419,
628,
220,
220,
220,
16409,
477,
7869,
29107,
903,
329,
262,
18235,
2746,
13,
198,
37811,
198,
1136,
62,
439,
62,
19849,
62,
34242,
3419,
796,
5345,
26933,
25,
1073,
891,
82,
11,
1058,
82,
325,
11,
1058,
76,
325,
11,
1058,
82,
301,
11,
1058,
26224,
325,
11,
1058,
18452,
11,
1058,
82,
13495,
11,
1058,
83,
62,
14269,
2569,
11,
1058,
85,
361,
11,
1058,
81,
17,
11,
1058,
41255,
81,
17,
11,
1058,
301,
1082,
1472,
11,
1058,
83,
62,
27160,
11,
1058,
79,
62,
27160,
11,
1058,
979,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1058,
10989,
363,
62,
27237,
1483,
11,
1058,
10989,
363,
62,
591,
11,
1058,
10989,
363,
62,
324,
11,
1058,
10989,
363,
62,
73,
65,
11,
1058,
10989,
363,
62,
43332,
418,
9091,
3477,
414,
11,
1058,
10989,
363,
62,
11186,
11,
1058,
10989,
363,
62,
46583,
11,
1058,
8439,
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,
1058,
83,
16,
824,
11,
1058,
83,
17,
824,
11,
1058,
79,
10215,
81,
16,
11,
1058,
79,
10215,
81,
17,
837,
1058,
1416,
38890,
16,
11,
1058,
1416,
38890,
17,
33761,
198,
198,
1136,
62,
27938,
62,
19849,
62,
34242,
7,
42180,
62,
34242,
3712,
10100,
8,
796,
1441,
651,
62,
27938,
62,
19849,
62,
34242,
26933,
42180,
62,
34242,
12962,
198,
1136,
62,
27938,
62,
19849,
62,
34242,
7,
42180,
62,
34242,
3712,
13940,
23650,
8,
796,
1441,
651,
62,
27938,
62,
19849,
62,
34242,
7,
7248,
26933,
42180,
62,
34242,
60,
4008,
198,
1136,
62,
27938,
62,
19849,
62,
34242,
7,
42180,
62,
34242,
3712,
38469,
90,
10100,
30072,
796,
1441,
651,
62,
27938,
62,
19849,
62,
34242,
7,
13940,
23650,
12195,
21037,
7442,
12195,
42180,
62,
34242,
22305,
198,
1136,
62,
27938,
62,
19849,
62,
34242,
7,
3712,
38469,
90,
7149,
30072,
796,
1441,
651,
62,
27938,
62,
19849,
62,
34242,
26933,
25,
23108,
12962,
198,
1136,
62,
27938,
62,
19849,
62,
34242,
7,
3712,
7248,
90,
7149,
30072,
796,
1441,
651,
62,
27938,
62,
19849,
62,
34242,
7,
7248,
26933,
25,
23108,
60,
4008,
198,
1136,
62,
27938,
62,
19849,
62,
34242,
7,
42180,
62,
34242,
3712,
7248,
90,
13940,
23650,
30072,
796,
651,
62,
27938,
62,
19849,
62,
34242,
7,
33327,
7,
42180,
62,
34242,
4008,
198,
198,
37811,
198,
220,
220,
220,
2163,
651,
62,
27938,
62,
19849,
62,
34242,
7,
42180,
62,
34242,
3712,
38469,
90,
13940,
23650,
30072,
628,
220,
220,
220,
1441,
262,
1351,
286,
2622,
7869,
1813,
262,
1351,
286,
7869,
546,
262,
2746,
262,
24955,
3382,
13,
198,
37811,
198,
8818,
651,
62,
27938,
62,
19849,
62,
34242,
7,
42180,
62,
34242,
3712,
38469,
90,
13940,
23650,
30072,
198,
220,
220,
220,
2622,
796,
5345,
26933,
25,
1073,
891,
82,
11,
1058,
82,
325,
11,
1058,
76,
325,
12962,
198,
220,
220,
220,
4277,
796,
5345,
26933,
25,
1073,
891,
82,
11,
1058,
82,
325,
11,
1058,
76,
325,
11,
1058,
82,
301,
11,
1058,
26224,
325,
11,
1058,
82,
13495,
11,
1058,
83,
62,
14269,
2569,
11,
1058,
81,
17,
11,
1058,
41255,
81,
17,
11,
1058,
301,
1082,
1472,
11,
1058,
83,
62,
27160,
11,
1058,
79,
62,
27160,
11,
1058,
979,
12962,
198,
220,
220,
220,
1336,
796,
651,
62,
439,
62,
19849,
62,
34242,
3419,
198,
220,
220,
220,
3748,
0,
7,
42180,
62,
34242,
8,
628,
220,
220,
220,
4129,
7,
42180,
62,
34242,
8,
6624,
657,
11405,
1441,
2622,
198,
220,
220,
220,
1058,
23108,
287,
43089,
62,
34242,
11405,
1441,
2622,
198,
220,
220,
220,
1058,
439,
287,
43089,
62,
34242,
11405,
1441,
1336,
628,
220,
220,
220,
1058,
12286,
287,
43089,
62,
34242,
11405,
6441,
0,
7,
27938,
11,
4277,
8,
628,
220,
220,
220,
1058,
82,
301,
287,
43089,
62,
34242,
11405,
4574,
0,
7,
27938,
11,
1058,
82,
301,
8,
198,
220,
220,
220,
1058,
83,
16,
824,
287,
43089,
62,
34242,
11405,
4574,
0,
7,
27938,
11,
1058,
83,
16,
824,
8,
198,
220,
220,
220,
1058,
83,
17,
824,
287,
43089,
62,
34242,
11405,
4574,
0,
7,
27938,
11,
1058,
83,
17,
824,
8,
198,
220,
220,
220,
1058,
8439,
287,
43089,
62,
34242,
11405,
4574,
0,
7,
27938,
11,
1058,
8439,
8,
198,
220,
220,
220,
1058,
26224,
325,
287,
43089,
62,
34242,
11405,
4574,
0,
7,
27938,
11,
1058,
26224,
325,
8,
198,
220,
220,
220,
1058,
18452,
287,
43089,
62,
34242,
11405,
4574,
0,
7,
27938,
11,
1058,
18452,
8,
198,
220,
220,
220,
1058,
82,
13495,
287,
43089,
62,
34242,
11405,
4574,
0,
7,
27938,
11,
1058,
82,
13495,
8,
198,
220,
220,
220,
1058,
83,
62,
14269,
2569,
287,
43089,
62,
34242,
11405,
4574,
0,
7,
27938,
11,
1058,
83,
62,
14269,
2569,
8,
198,
220,
220,
220,
1058,
85,
361,
287,
43089,
62,
34242,
11405,
4574,
0,
7,
27938,
11,
1058,
85,
361,
8,
198,
220,
220,
220,
1058,
10989,
363,
62,
591,
287,
43089,
62,
34242,
11405,
4574,
0,
7,
27938,
11,
1058,
10989,
363,
62,
591,
8,
198,
220,
220,
220,
1058,
10989,
363,
62,
324,
287,
43089,
62,
34242,
11405,
4574,
0,
7,
27938,
11,
1058,
10989,
363,
62,
324,
8,
198,
220,
220,
220,
1058,
10989,
363,
62,
73,
65,
287,
43089,
62,
34242,
11405,
4574,
0,
7,
27938,
11,
1058,
10989,
363,
62,
73,
65,
8,
198,
220,
220,
220,
1058,
10989,
363,
62,
11186,
287,
43089,
62,
34242,
11405,
4574,
0,
7,
27938,
11,
1058,
10989,
363,
62,
11186,
8,
198,
220,
220,
220,
1058,
10989,
363,
62,
46583,
287,
43089,
62,
34242,
11405,
4574,
0,
7,
27938,
11,
1058,
10989,
363,
62,
46583,
8,
628,
220,
220,
220,
611,
1058,
10989,
363,
62,
27237,
1483,
287,
43089,
62,
34242,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
10989,
363,
62,
591,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
10989,
363,
62,
324,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
10989,
363,
62,
73,
65,
8,
198,
220,
220,
220,
886,
198,
220,
220,
220,
611,
1058,
10989,
363,
62,
43332,
418,
9091,
3477,
414,
287,
43089,
62,
34242,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
10989,
363,
62,
11186,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
10989,
363,
62,
46583,
8,
198,
220,
220,
220,
886,
198,
220,
220,
220,
611,
1058,
79,
10215,
81,
16,
287,
43089,
62,
34242,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
83,
16,
824,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
79,
10215,
81,
16,
8,
198,
220,
220,
220,
886,
198,
220,
220,
220,
611,
1058,
79,
10215,
81,
17,
287,
43089,
62,
34242,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
83,
17,
824,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
79,
10215,
81,
17,
8,
198,
220,
220,
220,
886,
198,
220,
220,
220,
611,
1058,
1416,
38890,
16,
287,
43089,
62,
34242,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
82,
301,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
83,
16,
824,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
1416,
38890,
16,
8,
198,
220,
220,
220,
886,
198,
220,
220,
220,
611,
1058,
1416,
38890,
17,
287,
43089,
62,
34242,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
82,
301,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
83,
17,
824,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
1416,
38890,
17,
8,
198,
220,
220,
220,
886,
198,
220,
220,
220,
611,
1058,
81,
17,
287,
43089,
62,
34242,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
82,
301,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
81,
17,
8,
198,
220,
220,
220,
886,
198,
220,
220,
220,
611,
1058,
41255,
81,
17,
287,
43089,
62,
34242,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
82,
301,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
81,
17,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
41255,
81,
17,
8,
198,
220,
220,
220,
886,
198,
220,
220,
220,
611,
1058,
301,
1082,
1472,
287,
43089,
62,
34242,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
82,
13495,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
301,
1082,
1472,
8,
198,
220,
220,
220,
886,
198,
220,
220,
220,
611,
1058,
83,
62,
27160,
287,
43089,
62,
34242,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
82,
13495,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
301,
1082,
1472,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
83,
62,
27160,
8,
198,
220,
220,
220,
886,
198,
220,
220,
220,
611,
1058,
79,
62,
27160,
287,
43089,
62,
34242,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
82,
13495,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
301,
1082,
1472,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
83,
62,
27160,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
79,
62,
27160,
8,
198,
220,
220,
220,
886,
198,
220,
220,
220,
611,
1058,
979,
287,
43089,
62,
34242,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
82,
13495,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
301,
1082,
1472,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
83,
62,
14269,
2569,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
979,
8,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1441,
2622,
198,
437,
198,
198,
37811,
198,
220,
220,
220,
2163,
651,
62,
439,
62,
28764,
2867,
62,
34242,
3419,
628,
220,
220,
220,
651,
477,
262,
1695,
7869,
546,
262,
3815,
11001,
416,
257,
18235,
2746,
198,
37811,
198,
1136,
62,
439,
62,
28764,
2867,
62,
34242,
3419,
796,
5345,
26933,
25,
28764,
5722,
11,
1058,
411,
312,
723,
82,
11,
1058,
293,
1857,
11,
1058,
19282,
79,
11,
1058,
301,
10989,
11,
1058,
301,
7109,
11,
1058,
50139,
11,
1058,
81,
50139,
11,
1058,
75,
44506,
11,
1058,
36616,
72,
11,
1058,
75,
565,
79,
11,
1058,
36616,
79,
11,
1058,
8439,
11,
1058,
27916,
21282,
12962,
198,
198,
1136,
62,
28764,
2867,
62,
34242,
7,
42180,
62,
34242,
3712,
10100,
8,
796,
1441,
651,
62,
28764,
2867,
62,
34242,
26933,
42180,
62,
34242,
12962,
220,
198,
1136,
62,
28764,
2867,
62,
34242,
7,
42180,
62,
34242,
3712,
38469,
90,
10100,
30072,
796,
1441,
651,
62,
28764,
2867,
62,
34242,
7,
13940,
23650,
12195,
21037,
7442,
12195,
42180,
62,
34242,
22305,
220,
198,
1136,
62,
28764,
2867,
62,
34242,
7,
3712,
38469,
90,
7149,
30072,
796,
1441,
651,
62,
28764,
2867,
62,
34242,
26933,
25,
23108,
12962,
198,
1136,
62,
28764,
2867,
62,
34242,
7,
3712,
7248,
90,
7149,
30072,
796,
1441,
651,
62,
28764,
2867,
62,
34242,
7,
7248,
26933,
25,
23108,
60,
4008,
198,
1136,
62,
28764,
2867,
62,
34242,
7,
42180,
62,
34242,
3712,
7248,
90,
13940,
23650,
30072,
796,
1441,
651,
62,
28764,
2867,
62,
34242,
7,
33327,
7,
42180,
62,
34242,
4008,
198,
198,
37811,
198,
220,
220,
220,
2163,
651,
62,
28764,
2867,
62,
34242,
7,
42180,
62,
34242,
3712,
38469,
90,
13940,
23650,
30072,
628,
220,
220,
220,
1441,
262,
1351,
286,
2622,
7869,
290,
262,
7869,
326,
761,
284,
307,
1944,
67,
1813,
262,
1351,
286,
7869,
546,
262,
16277,
262,
24955,
3382,
13,
198,
37811,
198,
8818,
651,
62,
28764,
2867,
62,
34242,
7,
42180,
62,
34242,
3712,
38469,
90,
13940,
23650,
30072,
198,
220,
220,
220,
2622,
796,
5345,
26933,
25,
28764,
5722,
12962,
198,
220,
220,
220,
1336,
796,
651,
62,
439,
62,
28764,
2867,
62,
34242,
3419,
198,
220,
220,
220,
1944,
796,
5345,
26933,
25,
28764,
5722,
12962,
198,
220,
220,
220,
3748,
0,
7,
42180,
62,
34242,
8,
628,
220,
220,
220,
4129,
7,
42180,
62,
34242,
8,
6624,
657,
11405,
1441,
2622,
11,
1944,
198,
220,
220,
220,
1058,
23108,
287,
43089,
62,
34242,
11405,
1441,
2622,
11,
1944,
198,
220,
220,
220,
1058,
439,
287,
43089,
62,
34242,
11405,
1441,
1336,
11,
1336,
628,
220,
220,
220,
1058,
293,
1857,
287,
43089,
62,
34242,
11405,
4574,
0,
7,
25579,
11,
1058,
293,
1857,
8,
198,
220,
220,
220,
1058,
411,
312,
723,
82,
287,
43089,
62,
34242,
11405,
4574,
0,
7,
25579,
11,
1058,
411,
312,
723,
82,
8,
198,
220,
220,
220,
611,
1058,
19282,
79,
287,
43089,
62,
34242,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
293,
1857,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
25579,
11,
1058,
19282,
79,
8,
198,
220,
220,
220,
886,
198,
220,
220,
220,
611,
1058,
301,
10989,
287,
43089,
62,
34242,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
293,
1857,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
25579,
11,
1058,
301,
10989,
8,
198,
220,
220,
220,
886,
198,
220,
220,
220,
611,
1058,
301,
7109,
287,
43089,
62,
34242,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
293,
1857,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
25579,
11,
1058,
301,
7109,
8,
198,
220,
220,
220,
886,
198,
220,
220,
220,
611,
1058,
50139,
287,
43089,
62,
34242,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
293,
1857,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
411,
312,
723,
82,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
301,
7109,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
25579,
11,
1058,
50139,
8,
198,
220,
220,
220,
886,
198,
220,
220,
220,
611,
1058,
81,
50139,
287,
43089,
62,
34242,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
293,
1857,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
411,
312,
723,
82,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
301,
7109,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
50139,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
25579,
11,
1058,
81,
50139,
8,
198,
220,
220,
220,
886,
198,
220,
220,
220,
611,
1058,
75,
44506,
287,
43089,
62,
34242,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
293,
1857,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
301,
10989,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
25579,
11,
1058,
75,
44506,
8,
198,
220,
220,
220,
886,
198,
220,
220,
220,
611,
1058,
36616,
72,
287,
43089,
62,
34242,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
293,
1857,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
301,
10989,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
25579,
11,
1058,
36616,
72,
8,
198,
220,
220,
220,
886,
198,
220,
220,
220,
611,
1058,
75,
565,
79,
287,
43089,
62,
34242,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
293,
1857,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
19282,
79,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
25579,
11,
1058,
75,
565,
79,
8,
198,
220,
220,
220,
886,
198,
220,
220,
220,
611,
1058,
36616,
79,
287,
43089,
62,
34242,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
293,
1857,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
19282,
79,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
25579,
11,
1058,
36616,
79,
8,
198,
220,
220,
220,
886,
198,
220,
220,
220,
611,
1058,
8439,
287,
43089,
62,
34242,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
411,
312,
723,
82,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
293,
1857,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
25579,
11,
1058,
8439,
8,
198,
220,
220,
220,
886,
198,
220,
220,
220,
611,
1058,
27916,
21282,
287,
43089,
62,
34242,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
293,
1857,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
19282,
79,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
301,
7109,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
411,
312,
723,
82,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
27938,
11,
1058,
50139,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
25579,
11,
1058,
27916,
21282,
8,
198,
220,
220,
220,
886,
628,
220,
220,
220,
6441,
0,
7,
27938,
11,
1944,
8,
628,
220,
220,
220,
1441,
2622,
11,
1944,
198,
198,
437,
198,
198,
37811,
198,
220,
220,
220,
2163,
32652,
5039,
62,
8841,
7,
82,
8,
628,
220,
220,
220,
357,
32538,
8,
5514,
973,
284,
32652,
5039,
257,
4731,
656,
281,
7177,
13,
628,
220,
220,
220,
973,
11541,
284,
5412,
262,
2163,
7559,
63,
29668,
14881,
13,
1073,
891,
14933,
15506,
63,
543,
17291,
1441,
281,
7177,
393,
618,
612,
318,
691,
530,
5002,
262,
5002,
3436,
13,
220,
198,
37811,
198,
8818,
32652,
5039,
62,
8841,
7,
82,
3712,
10100,
8,
198,
220,
220,
220,
1441,
685,
82,
60,
198,
437,
198,
198,
37811,
198,
220,
220,
220,
2163,
32652,
5039,
62,
8841,
7,
85,
8,
628,
220,
220,
220,
357,
32538,
8,
5514,
973,
284,
32652,
5039,
257,
4731,
656,
281,
7177,
13,
628,
220,
220,
220,
973,
11541,
284,
5412,
262,
2163,
7559,
63,
29668,
14881,
13,
1073,
891,
14933,
15506,
63,
543,
17291,
1441,
281,
7177,
393,
618,
612,
318,
691,
530,
5002,
262,
5002,
3436,
13,
220,
198,
37811,
198,
8818,
32652,
5039,
62,
8841,
7,
85,
3712,
38469,
90,
10100,
30072,
198,
220,
220,
220,
1441,
410,
198,
437,
198,
198,
11748,
12578,
69,
198,
37811,
198,
220,
220,
220,
15021,
308,
37435,
7,
69,
16762,
3712,
10100,
8,
198,
220,
220,
220,
220,
198,
220,
220,
220,
357,
32538,
8,
973,
284,
5794,
351,
4064,
70,
628,
220,
220,
220,
30222,
422,
3275,
3199,
416,
2836,
267,
33638,
379,
3740,
1378,
15410,
9047,
13,
73,
377,
498,
648,
13,
2398,
14,
83,
14,
37435,
12,
4480,
12,
45286,
12,
18982,
12,
8841,
14,
23734,
20,
14,
21,
198,
37811,
198,
20285,
305,
308,
37435,
7,
69,
16762,
3712,
10100,
8,
198,
220,
220,
220,
1058,
19510,
952,
3712,
9399,
11,
1822,
8,
4613,
12578,
69,
13,
31,
37435,
7,
952,
11,
720,
69,
16762,
11,
1822,
4008,
198,
437,
198,
198,
37811,
198,
220,
220,
220,
2163,
46996,
62,
15636,
7,
82,
3712,
10100,
11,
1988,
11,
14841,
28,
15,
8,
198,
220,
220,
220,
357,
32538,
8,
31904,
284,
5794,
290,
14841,
4731,
329,
2482,
3359,
198,
37811,
198,
8818,
46996,
62,
15636,
7,
82,
3712,
10100,
11,
1988,
11,
14841,
28,
15,
8,
198,
220,
220,
220,
46996,
796,
2488,
70,
37435,
7203,
4,
70,
4943,
198,
220,
220,
220,
1441,
374,
15636,
7,
82,
1635,
18553,
7,
69,
16762,
11,
1988,
828,
14841,
8,
198,
437,
198,
198,
3500,
34441,
3163,
20477,
198,
37811,
198,
220,
220,
220,
2163,
616,
62,
13190,
18747,
62,
4798,
26933,
952,
3712,
9399,
796,
14367,
448,
4357,
299,
3712,
45,
2434,
19182,
8,
628,
220,
220,
220,
357,
32538,
8,
12578,
262,
34441,
19182,
1231,
262,
2099,
23025,
357,
261,
262,
717,
1627,
737,
198,
37811,
198,
8818,
616,
62,
13190,
18747,
62,
4798,
7,
952,
3712,
9399,
11,
299,
8,
198,
220,
220,
220,
45218,
952,
796,
314,
9864,
13712,
3419,
198,
220,
220,
220,
905,
7,
22065,
952,
11,
299,
8,
198,
220,
220,
220,
44872,
7,
952,
11,
6626,
7,
10100,
7,
20657,
0,
7,
22065,
952,
36911,
37082,
77,
1600,
4179,
28,
17,
38381,
17,
12962,
198,
437,
198,
1820,
62,
13190,
18747,
62,
4798,
7,
77,
3712,
45,
2434,
19182,
8,
796,
616,
62,
13190,
18747,
62,
4798,
7,
19282,
448,
3712,
9399,
11,
299,
8,
198,
198,
37811,
198,
220,
220,
220,
2163,
31904,
62,
4798,
62,
11487,
7,
952,
11,
3670,
11,
9756,
3712,
38469,
11,
9756,
62,
3672,
3712,
38469,
11,
2325,
687,
4712,
8,
628,
220,
220,
220,
357,
37693,
8,
1482,
574,
1240,
2163,
284,
3359,
257,
3084,
286,
7869,
284,
262,
2836,
13,
198,
37811,
198,
8818,
31904,
62,
4798,
62,
11487,
7,
952,
3712,
9399,
11,
3670,
11,
9756,
3712,
38469,
11,
9756,
62,
3672,
3712,
38469,
11,
2325,
687,
4712,
8,
198,
220,
220,
220,
44872,
7,
952,
11,
37082,
77,
3,
7839,
4943,
198,
220,
220,
220,
284,
33678,
796,
685,
72,
329,
357,
72,
11,
410,
8,
287,
27056,
378,
7,
34242,
8,
611,
318,
22366,
7,
85,
15437,
198,
220,
220,
220,
12233,
265,
0,
7,
34242,
11,
284,
33678,
8,
198,
220,
220,
220,
12233,
265,
0,
7,
34242,
62,
3672,
11,
284,
33678,
8,
198,
220,
220,
220,
285,
62,
439,
62,
34242,
796,
4646,
7,
71,
9246,
11,
9756,
8,
198,
220,
220,
220,
611,
285,
62,
439,
62,
34242,
318,
64,
20650,
198,
220,
220,
220,
220,
220,
220,
220,
285,
62,
439,
62,
34242,
796,
27179,
1758,
7,
76,
62,
439,
62,
34242,
11,
4129,
7,
76,
62,
439,
62,
34242,
828,
352,
8,
198,
220,
220,
220,
886,
198,
220,
220,
220,
12385,
796,
34441,
19182,
7,
76,
62,
439,
62,
34242,
8,
198,
220,
220,
220,
900,
14933,
0,
7,
2616,
11,
32652,
5039,
62,
8841,
7,
8841,
12195,
29668,
14881,
13,
1073,
891,
14933,
7,
929,
67,
687,
4712,
13,
81,
11994,
4008,
828,
352,
8,
198,
220,
220,
220,
900,
14933,
0,
7,
2616,
11,
32652,
5039,
62,
8841,
7,
8841,
12195,
34242,
62,
3672,
36911,
362,
8,
198,
220,
220,
220,
900,
27740,
14933,
0,
7,
2616,
11,
5855,
15156,
907,
1600,
366,
29668,
48774,
198,
220,
220,
220,
616,
62,
13190,
18747,
62,
4798,
7,
952,
11,
12385,
8,
198,
437,
628,
198,
8818,
1944,
62,
4679,
385,
354,
62,
79,
7329,
62,
9288,
7,
55,
11,
29598,
82,
11,
26367,
8,
198,
220,
220,
220,
275,
457,
796,
21209,
313,
8497,
51,
3558,
13,
12679,
385,
354,
47,
7329,
14402,
7,
55,
11,
29598,
82,
8,
198,
220,
220,
220,
279,
2100,
796,
279,
8367,
7,
65,
457,
8,
198,
220,
220,
220,
17130,
62,
8367,
28,
2835,
19510,
16,
532,
26367,
27493,
3064,
11,
19561,
28,
18,
8,
198,
220,
220,
220,
1353,
2028,
796,
4731,
7203,
12679,
1530,
12,
47,
7329,
6208,
357,
43332,
418,
9091,
3477,
414,
286,
29598,
82,
2599,
59,
77,
220,
309,
9,
49,
31185,
24696,
25,
29568,
744,
7,
65,
457,
13,
75,
76,
11,
43237,
12894,
896,
28,
21,
4008,
220,
220,
220,
7370,
286,
4925,
25,
29568,
744,
7,
65,
457,
13,
67,
1659,
11,
19561,
28,
21,
4008,
220,
220,
220,
279,
12,
8367,
25,
29568,
744,
7,
79,
2100,
11,
19561,
28,
21,
4008,
59,
77,
4943,
198,
220,
220,
220,
611,
279,
2100,
1875,
26367,
198,
220,
220,
220,
220,
220,
220,
220,
1353,
2028,
1635,
28,
366,
220,
351,
29568,
26591,
62,
8367,
8,
4,
6628,
25,
2038,
284,
4968,
9242,
5328,
455,
8497,
13,
59,
77,
1,
198,
220,
220,
220,
2073,
220,
198,
220,
220,
220,
220,
220,
220,
220,
1353,
2028,
1635,
28,
366,
220,
351,
29568,
26591,
62,
8367,
8,
4,
6628,
25,
4968,
9242,
5328,
455,
8497,
13,
59,
77,
1,
198,
220,
220,
220,
886,
198,
220,
220,
220,
1441,
1353,
2028,
198,
437,
198,
198,
8818,
1944,
62,
11186,
62,
9288,
7,
55,
11,
29598,
82,
11,
26367,
8,
198,
220,
220,
220,
275,
457,
796,
21209,
313,
8497,
51,
3558,
13,
12256,
14402,
7,
55,
11,
29598,
82,
8,
198,
220,
220,
220,
279,
2100,
796,
279,
8367,
7,
65,
457,
8,
198,
220,
220,
220,
17130,
62,
8367,
28,
2835,
19510,
16,
532,
26367,
27493,
3064,
11,
19561,
28,
18,
8,
198,
220,
220,
220,
1353,
2028,
796,
4731,
7203,
12256,
6208,
357,
43332,
418,
9091,
3477,
414,
286,
29598,
82,
2599,
59,
77,
220,
309,
9,
49,
31185,
24696,
25,
29568,
744,
7,
65,
457,
13,
75,
76,
11,
43237,
12894,
896,
28,
21,
4008,
220,
220,
220,
7370,
286,
4925,
25,
29568,
744,
7,
65,
457,
13,
67,
1659,
11,
19561,
28,
21,
4008,
220,
220,
220,
279,
12,
8367,
25,
29568,
744,
7,
79,
2100,
11,
19561,
28,
21,
4008,
59,
77,
4943,
198,
220,
220,
220,
611,
279,
2100,
1875,
26367,
198,
220,
220,
220,
220,
220,
220,
220,
1353,
2028,
1635,
28,
366,
220,
351,
29568,
26591,
62,
8367,
8,
4,
6628,
25,
2038,
284,
4968,
9242,
5328,
455,
8497,
13,
59,
77,
1,
198,
220,
220,
220,
2073,
220,
198,
220,
220,
220,
220,
220,
220,
220,
1353,
2028,
1635,
28,
366,
220,
351,
29568,
26591,
62,
8367,
8,
4,
6628,
25,
4968,
9242,
5328,
455,
8497,
13,
59,
77,
1,
198,
220,
220,
220,
886,
198,
220,
220,
220,
1441,
1353,
2028,
198,
437,
198,
198,
8818,
1944,
62,
74,
349,
76,
519,
273,
709,
62,
5796,
343,
37302,
62,
9288,
7,
411,
312,
723,
82,
11,
26367,
8,
198,
220,
220,
220,
18235,
62,
411,
312,
723,
82,
796,
4197,
7,
26447,
11,
29598,
82,
8,
198,
220,
220,
220,
479,
301,
796,
21209,
313,
8497,
51,
3558,
13,
4677,
13907,
1920,
3198,
36674,
42,
2257,
395,
7,
411,
312,
723,
82,
11,
18235,
62,
411,
312,
723,
82,
8,
198,
220,
220,
220,
279,
2100,
796,
279,
8367,
7,
74,
301,
8,
198,
220,
220,
220,
34172,
62,
14269,
796,
19862,
17034,
7,
74,
301,
13,
77,
27493,
74,
301,
13,
138,
112,
198,
220,
220,
220,
17130,
62,
8367,
28,
2835,
19510,
16,
532,
26367,
27493,
3064,
11,
19561,
28,
18,
8,
198,
220,
220,
220,
1353,
2028,
796,
4731,
7203,
42,
349,
76,
519,
273,
709,
12,
7556,
343,
37302,
1332,
357,
35393,
1483,
286,
29598,
82,
2599,
59,
77,
220,
34172,
24696,
25,
29568,
744,
7,
27015,
62,
14269,
11,
43237,
12894,
896,
28,
21,
4008,
220,
220,
220,
13050,
25,
29568,
74,
301,
13,
77,
8,
220,
220,
220,
279,
12,
8367,
25,
29568,
744,
7,
79,
2100,
11,
19561,
28,
21,
4008,
59,
77,
4943,
198,
220,
220,
220,
611,
279,
2100,
1875,
26367,
198,
220,
220,
220,
220,
220,
220,
220,
1353,
2028,
1635,
28,
366,
220,
351,
29568,
26591,
62,
8367,
8,
4,
6628,
25,
2038,
284,
4968,
9242,
5328,
455,
8497,
13,
59,
77,
1,
198,
220,
220,
220,
2073,
220,
198,
220,
220,
220,
220,
220,
220,
220,
1353,
2028,
1635,
28,
366,
220,
351,
29568,
26591,
62,
8367,
8,
4,
6628,
25,
4968,
9242,
5328,
455,
8497,
13,
59,
77,
1,
198,
220,
220,
220,
886,
198,
437,
198,
198,
8818,
1944,
62,
392,
882,
62,
27455,
1359,
62,
9288,
7,
411,
312,
723,
82,
11,
26367,
8,
198,
220,
220,
220,
18235,
62,
411,
312,
723,
82,
796,
4197,
7,
26447,
11,
29598,
82,
8,
198,
220,
220,
220,
512,
83,
796,
21209,
313,
8497,
51,
3558,
13,
3198,
36674,
2885,
14402,
7,
411,
312,
723,
82,
11,
18235,
62,
411,
312,
723,
82,
8,
198,
220,
220,
220,
279,
2100,
796,
279,
8367,
7,
324,
83,
8,
198,
220,
220,
220,
17130,
62,
8367,
28,
2835,
19510,
16,
532,
26367,
27493,
3064,
11,
19561,
28,
18,
8,
198,
220,
220,
220,
1353,
2028,
796,
4731,
7203,
42991,
1906,
35,
30045,
1332,
357,
35393,
1483,
286,
29598,
82,
2599,
59,
77,
220,
317,
31185,
24696,
25,
29568,
744,
7,
324,
83,
13,
32,
31185,
11,
19561,
28,
21,
4008,
220,
220,
220,
13050,
25,
29568,
324,
83,
13,
77,
8,
220,
220,
220,
279,
12,
8367,
25,
29568,
744,
7,
79,
2100,
11,
19561,
28,
21,
4008,
59,
77,
4943,
198,
220,
220,
220,
611,
279,
2100,
1875,
26367,
198,
220,
220,
220,
220,
220,
220,
220,
1353,
2028,
1635,
28,
366,
220,
351,
29568,
26591,
62,
8367,
8,
4,
6628,
25,
2038,
284,
4968,
9242,
5328,
455,
8497,
13,
59,
77,
1,
198,
220,
220,
220,
2073,
220,
198,
220,
220,
220,
220,
220,
220,
220,
1353,
2028,
1635,
28,
366,
220,
351,
29568,
26591,
62,
8367,
8,
4,
6628,
25,
4968,
9242,
5328,
455,
8497,
13,
59,
77,
1,
198,
220,
220,
220,
886,
198,
437,
198,
198,
8818,
1944,
62,
9491,
4188,
62,
527,
64,
62,
9288,
7,
411,
312,
723,
82,
11,
26367,
8,
198,
220,
220,
220,
474,
18347,
796,
21209,
313,
8497,
51,
3558,
13,
47511,
4188,
33,
8607,
14402,
7,
411,
312,
723,
82,
8,
198,
220,
220,
220,
279,
2100,
796,
279,
8367,
7,
73,
18347,
8,
198,
220,
220,
220,
17130,
62,
8367,
28,
2835,
19510,
16,
532,
26367,
27493,
3064,
11,
19561,
28,
18,
8,
198,
220,
220,
220,
1353,
2028,
796,
4731,
7203,
47511,
4188,
12,
33,
8607,
1332,
357,
35393,
1483,
286,
29598,
82,
2599,
59,
77,
220,
449,
33,
24696,
25,
29568,
744,
7,
73,
18347,
13,
47858,
11,
19561,
28,
21,
4008,
220,
220,
220,
13050,
25,
29568,
73,
18347,
13,
77,
8,
220,
220,
220,
279,
12,
8367,
25,
29568,
744,
7,
79,
2100,
11,
19561,
28,
21,
4008,
59,
77,
4943,
198,
220,
220,
220,
611,
279,
2100,
1875,
26367,
198,
220,
220,
220,
220,
220,
220,
220,
1353,
2028,
1635,
28,
366,
220,
351,
29568,
26591,
62,
8367,
8,
4,
6628,
25,
2038,
284,
4968,
9242,
5328,
455,
8497,
13,
59,
77,
1,
198,
220,
220,
220,
2073,
220,
198,
220,
220,
220,
220,
220,
220,
220,
1353,
2028,
1635,
28,
366,
220,
351,
29568,
26591,
62,
8367,
8,
4,
6628,
25,
4968,
9242,
5328,
455,
8497,
13,
59,
77,
1,
198,
220,
220,
220,
886,
198,
437,
198,
198,
8818,
9828,
62,
82,
13495,
7,
75,
76,
11,
1185,
8,
198,
220,
220,
220,
9828,
62,
82,
13495,
7,
75,
76,
13,
11186,
62,
19199,
11,
300,
76,
13,
71,
330,
62,
19199,
837,
1185,
8,
198,
437,
198,
198,
8818,
9828,
62,
82,
13495,
7,
11186,
62,
27938,
11,
289,
330,
62,
27938,
11,
1185,
8,
198,
220,
220,
220,
611,
4129,
7,
11186,
62,
27938,
8,
1875,
657,
8614,
4129,
7,
71,
330,
62,
27938,
8,
1875,
657,
220,
198,
220,
220,
220,
220,
220,
220,
220,
44872,
7,
952,
11,
366,
464,
29568,
14269,
8,
24696,
326,
16507,
319,
31669,
61,
17,
468,
587,
9167,
13,
1629,
1551,
530,
12373,
44829,
590,
423,
587,
9167,
12739,
326,
262,
14895,
2622,
329,
31669,
61,
17,
743,
407,
307,
1944,
19570,
198,
220,
220,
220,
886,
198,
437,
198,
198,
8818,
1103,
62,
31166,
17034,
7,
87,
8,
198,
220,
220,
220,
1441,
2488,
13,
1103,
7,
31166,
17034,
7,
41887,
7,
87,
11,
657,
22305,
198,
437,
198,
198,
271,
1662,
3849,
984,
7,
83,
3712,
23839,
40596,
8,
796,
256,
318,
64,
37127,
40596,
5633,
3991,
1058,
2081,
198,
2304,
756,
259,
84,
280,
1706,
76,
7,
83,
3712,
23839,
40596,
8,
796,
256,
318,
64,
45012,
40596,
5633,
2081,
1058,
3991,
198,
2304,
2397,
12409,
7,
83,
3712,
23839,
40596,
8,
796,
256,
318,
64,
327,
2397,
12409,
40596,
5633,
2081,
1058,
3991,
198,
198,
8818,
2198,
62,
9517,
1292,
414,
7,
7568,
3712,
23839,
6601,
19778,
11,
277,
11,
15942,
577,
28,
9562,
8,
198,
220,
220,
220,
269,
378,
62,
38707,
796,
685,
64,
13,
37047,
329,
257,
287,
8106,
7,
2304,
2397,
12409,
11,
2846,
7,
69,
13,
81,
11994,
4008,
60,
198,
220,
220,
220,
611,
4129,
7,
66,
378,
62,
38707,
8,
1875,
657,
220,
198,
220,
220,
220,
220,
220,
220,
220,
2030,
39568,
796,
2030,
80,
11487,
7,
7568,
11,
269,
378,
62,
38707,
23029,
198,
220,
220,
220,
220,
220,
220,
220,
611,
954,
7,
72,
4613,
357,
72,
6624,
657,
828,
2030,
39568,
8,
1875,
657,
220,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
44872,
7203,
2953,
1551,
530,
1448,
286,
9376,
423,
645,
13432,
13,
5765,
8373,
8893,
284,
5911,
543,
530,
7,
82,
8,
19570,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
44872,
7,
1820,
62,
13190,
18747,
62,
4798,
7,
19503,
39568,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
361,
15942,
577,
6624,
2081,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
44872,
7203,
2949,
2071,
5174,
19570,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437
] | 2.363168 | 6,793 |
abstract type CMF end
abstract type CIE1931_CMF <: CMF end
abstract type CIE1964_CMF <: CMF end
abstract type CIE1931J_CMF <: CMF end
abstract type CIE1931JV_CMF <: CMF end
abstract type CIE2006_2_CMF <: CMF end
abstract type CIE2006_10_CMF <: CMF end
"""
colormatch(wavelength)
colormatch(matchingfunction, wavelength)
Evaluate the CIE standard observer color match function.
# Arguments
- matchingfunction (optional): a type used to specify the matching function. Choices include:
- - `CIE1931_CMF` (the default, the CIE 1931 2° matching function)
- - `CIE1964_CMF` (the CIE 1964 10° color matching function)
- - `CIE1931J_CMF` (Judd adjustment to `CIE1931_CMF`)
- - `CIE1931JV_CMF` (Judd-Vos adjustment to `CIE1931_CMF`)
- wavelength: Wavelength of stimulus in nanometers.
Returns the XYZ value of perceived color.
"""
function colormatch(wavelen::Real)
return colormatch(CIE1931_CMF, wavelen)
end
@deprecate cie_color_match colormatch
# Interpolate between values in a cmf table, where the table starts
# at `start` nm and has `step` nm between entries.
function interpolate_table(tbl, start, step, wavelen)
n = size(tbl, 1)
stop = start + step * (n - 1)
i = (wavelen - start) / step
a = floor(Integer, i) + 1
ac = 1 <= a <= n ? tbl[a,:] : [0.0, 0.0, 0.0]
b = ceil(Integer, i) + 1
bc = 1 <= b <= n ? tbl[b,:] : [0.0, 0.0, 0.0]
p = i % 1.0
ac = p * bc + (1.0 - p) * ac
return XYZ(ac[1], ac[2], ac[3])
end
function colormatch(::Type{CIE1931_CMF}, wavelen::Real)
return interpolate_table(cie1931_cmf_table, 360.0, 1.0, wavelen)
end
# CIE 1931 2° color matching function, 1nm increments starting at 360nm
const cie1931_cmf_table =
[0.000129900000 0.000003917000 0.000606100000;
0.000145847000 0.000004393581 0.000680879200;
0.000163802100 0.000004929604 0.000765145600;
0.000184003700 0.000005532136 0.000860012400;
0.000206690200 0.000006208245 0.000966592800;
0.000232100000 0.000006965000 0.001086000000;
0.000260728000 0.000007813219 0.001220586000;
0.000293075000 0.000008767336 0.001372729000;
0.000329388000 0.000009839844 0.001543579000;
0.000369914000 0.000011043230 0.001734286000;
0.000414900000 0.000012390000 0.001946000000;
0.000464158700 0.000013886410 0.002177777000;
0.000518986000 0.000015557280 0.002435809000;
0.000581854000 0.000017442960 0.002731953000;
0.000655234700 0.000019583750 0.003078064000;
0.000741600000 0.000022020000 0.003486000000;
0.000845029600 0.000024839650 0.003975227000;
0.000964526800 0.000028041260 0.004540880000;
0.001094949000 0.000031531040 0.005158320000;
0.001231154000 0.000035215210 0.005802907000;
0.001368000000 0.000039000000 0.006450001000;
0.001502050000 0.000042826400 0.007083216000;
0.001642328000 0.000046914600 0.007745488000;
0.001802382000 0.000051589600 0.008501152000;
0.001995757000 0.000057176400 0.009414544000;
0.002236000000 0.000064000000 0.010549990000;
0.002535385000 0.000072344210 0.011965800000;
0.002892603000 0.000082212240 0.013655870000;
0.003300829000 0.000093508160 0.015588050000;
0.003753236000 0.000106136100 0.017730150000;
0.004243000000 0.000120000000 0.020050010000;
0.004762389000 0.000134984000 0.022511360000;
0.005330048000 0.000151492000 0.025202880000;
0.005978712000 0.000170208000 0.028279720000;
0.006741117000 0.000191816000 0.031897040000;
0.007650000000 0.000217000000 0.036210000000;
0.008751373000 0.000246906700 0.041437710000;
0.010028880000 0.000281240000 0.047503720000;
0.011421700000 0.000318520000 0.054119880000;
0.012869010000 0.000357266700 0.060998030000;
0.014310000000 0.000396000000 0.067850010000;
0.015704430000 0.000433714700 0.074486320000;
0.017147440000 0.000473024000 0.081361560000;
0.018781220000 0.000517876000 0.089153640000;
0.020748010000 0.000572218700 0.098540480000;
0.023190000000 0.000640000000 0.110200000000;
0.026207360000 0.000724560000 0.124613300000;
0.029782480000 0.000825500000 0.141701700000;
0.033880920000 0.000941160000 0.161303500000;
0.038468240000 0.001069880000 0.183256800000;
0.043510000000 0.001210000000 0.207400000000;
0.048995600000 0.001362091000 0.233692100000;
0.055022600000 0.001530752000 0.262611400000;
0.061718800000 0.001720368000 0.294774600000;
0.069212000000 0.001935323000 0.330798500000;
0.077630000000 0.002180000000 0.371300000000;
0.086958110000 0.002454800000 0.416209100000;
0.097176720000 0.002764000000 0.465464200000;
0.108406300000 0.003117800000 0.519694800000;
0.120767200000 0.003526400000 0.579530300000;
0.134380000000 0.004000000000 0.645600000000;
0.149358200000 0.004546240000 0.718483800000;
0.165395700000 0.005159320000 0.796713300000;
0.181983100000 0.005829280000 0.877845900000;
0.198611000000 0.006546160000 0.959439000000;
0.214770000000 0.007300000000 1.039050100000;
0.230186800000 0.008086507000 1.115367300000;
0.244879700000 0.008908720000 1.188497100000;
0.258777300000 0.009767680000 1.258123300000;
0.271807900000 0.010664430000 1.323929600000;
0.283900000000 0.011600000000 1.385600000000;
0.294943800000 0.012573170000 1.442635200000;
0.304896500000 0.013582720000 1.494803500000;
0.313787300000 0.014629680000 1.542190300000;
0.321645400000 0.015715090000 1.584880700000;
0.328500000000 0.016840000000 1.622960000000;
0.334351300000 0.018007360000 1.656404800000;
0.339210100000 0.019214480000 1.685295900000;
0.343121300000 0.020453920000 1.709874500000;
0.346129600000 0.021718240000 1.730382100000;
0.348280000000 0.023000000000 1.747060000000;
0.349599900000 0.024294610000 1.760044600000;
0.350147400000 0.025610240000 1.769623300000;
0.350013000000 0.026958570000 1.776263700000;
0.349287000000 0.028351250000 1.780433400000;
0.348060000000 0.029800000000 1.782600000000;
0.346373300000 0.031310830000 1.782968200000;
0.344262400000 0.032883680000 1.781699800000;
0.341808800000 0.034521120000 1.779198200000;
0.339094100000 0.036225710000 1.775867100000;
0.336200000000 0.038000000000 1.772110000000;
0.333197700000 0.039846670000 1.768258900000;
0.330041100000 0.041768000000 1.764039000000;
0.326635700000 0.043766000000 1.758943800000;
0.322886800000 0.045842670000 1.752466300000;
0.318700000000 0.048000000000 1.744100000000;
0.314025100000 0.050243680000 1.733559500000;
0.308884000000 0.052573040000 1.720858100000;
0.303290400000 0.054980560000 1.705936900000;
0.297257900000 0.057458720000 1.688737200000;
0.290800000000 0.060000000000 1.669200000000;
0.283970100000 0.062601970000 1.647528700000;
0.276721400000 0.065277520000 1.623412700000;
0.268917800000 0.068042080000 1.596022300000;
0.260422700000 0.070911090000 1.564528000000;
0.251100000000 0.073900000000 1.528100000000;
0.240847500000 0.077016000000 1.486111400000;
0.229851200000 0.080266400000 1.439521500000;
0.218407200000 0.083666800000 1.389879900000;
0.206811500000 0.087232800000 1.338736200000;
0.195360000000 0.090980000000 1.287640000000;
0.184213600000 0.094917550000 1.237422300000;
0.173327300000 0.099045840000 1.187824300000;
0.162688100000 0.103367400000 1.138761100000;
0.152283300000 0.107884600000 1.090148000000;
0.142100000000 0.112600000000 1.041900000000;
0.132178600000 0.117532000000 0.994197600000;
0.122569600000 0.122674400000 0.947347300000;
0.113275200000 0.127992800000 0.901453100000;
0.104297900000 0.133452800000 0.856619300000;
0.095640000000 0.139020000000 0.812950100000;
0.087299550000 0.144676400000 0.770517300000;
0.079308040000 0.150469300000 0.729444800000;
0.071717760000 0.156461900000 0.689913600000;
0.064580990000 0.162717700000 0.652104900000;
0.057950010000 0.169300000000 0.616200000000;
0.051862110000 0.176243100000 0.582328600000;
0.046281520000 0.183558100000 0.550416200000;
0.041150880000 0.191273500000 0.520337600000;
0.036412830000 0.199418000000 0.491967300000;
0.032010000000 0.208020000000 0.465180000000;
0.027917200000 0.217119900000 0.439924600000;
0.024144400000 0.226734500000 0.416183600000;
0.020687000000 0.236857100000 0.393882200000;
0.017540400000 0.247481200000 0.372945900000;
0.014700000000 0.258600000000 0.353300000000;
0.012161790000 0.270184900000 0.334857800000;
0.009919960000 0.282293900000 0.317552100000;
0.007967240000 0.295050500000 0.301337500000;
0.006296346000 0.308578000000 0.286168600000;
0.004900000000 0.323000000000 0.272000000000;
0.003777173000 0.338402100000 0.258817100000;
0.002945320000 0.354685800000 0.246483800000;
0.002424880000 0.371698600000 0.234771800000;
0.002236293000 0.389287500000 0.223453300000;
0.002400000000 0.407300000000 0.212300000000;
0.002925520000 0.425629900000 0.201169200000;
0.003836560000 0.444309600000 0.190119600000;
0.005174840000 0.463394400000 0.179225400000;
0.006982080000 0.482939500000 0.168560800000;
0.009300000000 0.503000000000 0.158200000000;
0.012149490000 0.523569300000 0.148138300000;
0.015535880000 0.544512000000 0.138375800000;
0.019477520000 0.565690000000 0.128994200000;
0.023992770000 0.586965300000 0.120075100000;
0.029100000000 0.608200000000 0.111700000000;
0.034814850000 0.629345600000 0.103904800000;
0.041120160000 0.650306800000 0.096667480000;
0.047985040000 0.670875200000 0.089982720000;
0.055378610000 0.690842400000 0.083845310000;
0.063270000000 0.710000000000 0.078249990000;
0.071635010000 0.728185200000 0.073208990000;
0.080462240000 0.745463600000 0.068678160000;
0.089739960000 0.761969400000 0.064567840000;
0.099456450000 0.777836800000 0.060788350000;
0.109600000000 0.793200000000 0.057250010000;
0.120167400000 0.808110400000 0.053904350000;
0.131114500000 0.822496200000 0.050746640000;
0.142367900000 0.836306800000 0.047752760000;
0.153854200000 0.849491600000 0.044898590000;
0.165500000000 0.862000000000 0.042160000000;
0.177257100000 0.873810800000 0.039507280000;
0.189140000000 0.884962400000 0.036935640000;
0.201169400000 0.895493600000 0.034458360000;
0.213365800000 0.905443200000 0.032088720000;
0.225749900000 0.914850100000 0.029840000000;
0.238320900000 0.923734800000 0.027711810000;
0.251066800000 0.932092400000 0.025694440000;
0.263992200000 0.939922600000 0.023787160000;
0.277101700000 0.947225200000 0.021989250000;
0.290400000000 0.954000000000 0.020300000000;
0.303891200000 0.960256100000 0.018718050000;
0.317572600000 0.966007400000 0.017240360000;
0.331438400000 0.971260600000 0.015863640000;
0.345482800000 0.976022500000 0.014584610000;
0.359700000000 0.980300000000 0.013400000000;
0.374083900000 0.984092400000 0.012307230000;
0.388639600000 0.987418200000 0.011301880000;
0.403378400000 0.990312800000 0.010377920000;
0.418311500000 0.992811600000 0.009529306000;
0.433449900000 0.994950100000 0.008749999000;
0.448795300000 0.996710800000 0.008035200000;
0.464336000000 0.998098300000 0.007381600000;
0.480064000000 0.999112000000 0.006785400000;
0.495971300000 0.999748200000 0.006242800000;
0.512050100000 1.000000000000 0.005749999000;
0.528295900000 0.999856700000 0.005303600000;
0.544691600000 0.999304600000 0.004899800000;
0.561209400000 0.998325500000 0.004534200000;
0.577821500000 0.996898700000 0.004202400000;
0.594500000000 0.995000000000 0.003900000000;
0.611220900000 0.992600500000 0.003623200000;
0.627975800000 0.989742600000 0.003370600000;
0.644760200000 0.986444400000 0.003141400000;
0.661569700000 0.982724100000 0.002934800000;
0.678400000000 0.978600000000 0.002749999000;
0.695239200000 0.974083700000 0.002585200000;
0.712058600000 0.969171200000 0.002438600000;
0.728828400000 0.963856800000 0.002309400000;
0.745518800000 0.958134900000 0.002196800000;
0.762100000000 0.952000000000 0.002100000000;
0.778543200000 0.945450400000 0.002017733000;
0.794825600000 0.938499200000 0.001948200000;
0.810926400000 0.931162800000 0.001889800000;
0.826824800000 0.923457600000 0.001840933000;
0.842500000000 0.915400000000 0.001800000000;
0.857932500000 0.907006400000 0.001766267000;
0.873081600000 0.898277200000 0.001737800000;
0.887894400000 0.889204800000 0.001711200000;
0.902318100000 0.879781600000 0.001683067000;
0.916300000000 0.870000000000 0.001650001000;
0.929799500000 0.859861300000 0.001610133000;
0.942798400000 0.849392000000 0.001564400000;
0.955277600000 0.838622000000 0.001513600000;
0.967217900000 0.827581300000 0.001458533000;
0.978600000000 0.816300000000 0.001400000000;
0.989385600000 0.804794700000 0.001336667000;
0.999548800000 0.793082000000 0.001270000000;
1.009089200000 0.781192000000 0.001205000000;
1.018006400000 0.769154700000 0.001146667000;
1.026300000000 0.757000000000 0.001100000000;
1.033982700000 0.744754100000 0.001068800000;
1.040986000000 0.732422400000 0.001049400000;
1.047188000000 0.720003600000 0.001035600000;
1.052466700000 0.707496500000 0.001021200000;
1.056700000000 0.694900000000 0.001000000000;
1.059794400000 0.682219200000 0.000968640000;
1.061799200000 0.669471600000 0.000929920000;
1.062806800000 0.656674400000 0.000886880000;
1.062909600000 0.643844800000 0.000842560000;
1.062200000000 0.631000000000 0.000800000000;
1.060735200000 0.618155500000 0.000760960000;
1.058443600000 0.605314400000 0.000723680000;
1.055224400000 0.592475600000 0.000685920000;
1.050976800000 0.579637900000 0.000645440000;
1.045600000000 0.566800000000 0.000600000000;
1.039036900000 0.553961100000 0.000547866700;
1.031360800000 0.541137200000 0.000491600000;
1.022666200000 0.528352800000 0.000435400000;
1.013047700000 0.515632300000 0.000383466700;
1.002600000000 0.503000000000 0.000340000000;
0.991367500000 0.490468800000 0.000307253300;
0.979331400000 0.478030400000 0.000283160000;
0.966491600000 0.465677600000 0.000265440000;
0.952847900000 0.453403200000 0.000251813300;
0.938400000000 0.441200000000 0.000240000000;
0.923194000000 0.429080000000 0.000229546700;
0.907244000000 0.417036000000 0.000220640000;
0.890502000000 0.405032000000 0.000211960000;
0.872920000000 0.393032000000 0.000202186700;
0.854449900000 0.381000000000 0.000190000000;
0.835084000000 0.368918400000 0.000174213300;
0.814946000000 0.356827200000 0.000155640000;
0.794186000000 0.344776800000 0.000135960000;
0.772954000000 0.332817600000 0.000116853300;
0.751400000000 0.321000000000 0.000100000000;
0.729583600000 0.309338100000 0.000086133330;
0.707588800000 0.297850400000 0.000074600000;
0.685602200000 0.286593600000 0.000065000000;
0.663810400000 0.275624500000 0.000056933330;
0.642400000000 0.265000000000 0.000049999990;
0.621514900000 0.254763200000 0.000044160000;
0.601113800000 0.244889600000 0.000039480000;
0.581105200000 0.235334400000 0.000035720000;
0.561397700000 0.226052800000 0.000032640000;
0.541900000000 0.217000000000 0.000030000000;
0.522599500000 0.208161600000 0.000027653330;
0.503546400000 0.199548800000 0.000025560000;
0.484743600000 0.191155200000 0.000023640000;
0.466193900000 0.182974400000 0.000021813330;
0.447900000000 0.175000000000 0.000020000000;
0.429861300000 0.167223500000 0.000018133330;
0.412098000000 0.159646400000 0.000016200000;
0.394644000000 0.152277600000 0.000014200000;
0.377533300000 0.145125900000 0.000012133330;
0.360800000000 0.138200000000 0.000010000000;
0.344456300000 0.131500300000 0.000007733333;
0.328516800000 0.125024800000 0.000005400000;
0.313019200000 0.118779200000 0.000003200000;
0.298001100000 0.112769100000 0.000001333333;
0.283500000000 0.107000000000 0.000000000000;
0.269544800000 0.101476200000 0.000000000000;
0.256118400000 0.096188640000 0.000000000000;
0.243189600000 0.091122960000 0.000000000000;
0.230727200000 0.086264850000 0.000000000000;
0.218700000000 0.081600000000 0.000000000000;
0.207097100000 0.077120640000 0.000000000000;
0.195923200000 0.072825520000 0.000000000000;
0.185170800000 0.068710080000 0.000000000000;
0.174832300000 0.064769760000 0.000000000000;
0.164900000000 0.061000000000 0.000000000000;
0.155366700000 0.057396210000 0.000000000000;
0.146230000000 0.053955040000 0.000000000000;
0.137490000000 0.050673760000 0.000000000000;
0.129146700000 0.047549650000 0.000000000000;
0.121200000000 0.044580000000 0.000000000000;
0.113639700000 0.041758720000 0.000000000000;
0.106465000000 0.039084960000 0.000000000000;
0.099690440000 0.036563840000 0.000000000000;
0.093330610000 0.034200480000 0.000000000000;
0.087400000000 0.032000000000 0.000000000000;
0.081900960000 0.029962610000 0.000000000000;
0.076804280000 0.028076640000 0.000000000000;
0.072077120000 0.026329360000 0.000000000000;
0.067686640000 0.024708050000 0.000000000000;
0.063600000000 0.023200000000 0.000000000000;
0.059806850000 0.021800770000 0.000000000000;
0.056282160000 0.020501120000 0.000000000000;
0.052971040000 0.019281080000 0.000000000000;
0.049818610000 0.018120690000 0.000000000000;
0.046770000000 0.017000000000 0.000000000000;
0.043784050000 0.015903790000 0.000000000000;
0.040875360000 0.014837180000 0.000000000000;
0.038072640000 0.013810680000 0.000000000000;
0.035404610000 0.012834780000 0.000000000000;
0.032900000000 0.011920000000 0.000000000000;
0.030564190000 0.011068310000 0.000000000000;
0.028380560000 0.010273390000 0.000000000000;
0.026344840000 0.009533311000 0.000000000000;
0.024452750000 0.008846157000 0.000000000000;
0.022700000000 0.008210000000 0.000000000000;
0.021084290000 0.007623781000 0.000000000000;
0.019599880000 0.007085424000 0.000000000000;
0.018237320000 0.006591476000 0.000000000000;
0.016987170000 0.006138485000 0.000000000000;
0.015840000000 0.005723000000 0.000000000000;
0.014790640000 0.005343059000 0.000000000000;
0.013831320000 0.004995796000 0.000000000000;
0.012948680000 0.004676404000 0.000000000000;
0.012129200000 0.004380075000 0.000000000000;
0.011359160000 0.004102000000 0.000000000000;
0.010629350000 0.003838453000 0.000000000000;
0.009938846000 0.003589099000 0.000000000000;
0.009288422000 0.003354219000 0.000000000000;
0.008678854000 0.003134093000 0.000000000000;
0.008110916000 0.002929000000 0.000000000000;
0.007582388000 0.002738139000 0.000000000000;
0.007088746000 0.002559876000 0.000000000000;
0.006627313000 0.002393244000 0.000000000000;
0.006195408000 0.002237275000 0.000000000000;
0.005790346000 0.002091000000 0.000000000000;
0.005409826000 0.001953587000 0.000000000000;
0.005052583000 0.001824580000 0.000000000000;
0.004717512000 0.001703580000 0.000000000000;
0.004403507000 0.001590187000 0.000000000000;
0.004109457000 0.001484000000 0.000000000000;
0.003833913000 0.001384496000 0.000000000000;
0.003575748000 0.001291268000 0.000000000000;
0.003334342000 0.001204092000 0.000000000000;
0.003109075000 0.001122744000 0.000000000000;
0.002899327000 0.001047000000 0.000000000000;
0.002704348000 0.000976589600 0.000000000000;
0.002523020000 0.000911108800 0.000000000000;
0.002354168000 0.000850133200 0.000000000000;
0.002196616000 0.000793238400 0.000000000000;
0.002049190000 0.000740000000 0.000000000000;
0.001910960000 0.000690082700 0.000000000000;
0.001781438000 0.000643310000 0.000000000000;
0.001660110000 0.000599496000 0.000000000000;
0.001546459000 0.000558454700 0.000000000000;
0.001439971000 0.000520000000 0.000000000000;
0.001340042000 0.000483913600 0.000000000000;
0.001246275000 0.000450052800 0.000000000000;
0.001158471000 0.000418345200 0.000000000000;
0.001076430000 0.000388718400 0.000000000000;
0.000999949300 0.000361100000 0.000000000000;
0.000928735800 0.000335383500 0.000000000000;
0.000862433200 0.000311440400 0.000000000000;
0.000800750300 0.000289165600 0.000000000000;
0.000743396000 0.000268453900 0.000000000000;
0.000690078600 0.000249200000 0.000000000000;
0.000640515600 0.000231301900 0.000000000000;
0.000594502100 0.000214685600 0.000000000000;
0.000551864600 0.000199288400 0.000000000000;
0.000512429000 0.000185047500 0.000000000000;
0.000476021300 0.000171900000 0.000000000000;
0.000442453600 0.000159778100 0.000000000000;
0.000411511700 0.000148604400 0.000000000000;
0.000382981400 0.000138301600 0.000000000000;
0.000356649100 0.000128792500 0.000000000000;
0.000332301100 0.000120000000 0.000000000000;
0.000309758600 0.000111859500 0.000000000000;
0.000288887100 0.000104322400 0.000000000000;
0.000269539400 0.000097335600 0.000000000000;
0.000251568200 0.000090845870 0.000000000000;
0.000234826100 0.000084800000 0.000000000000;
0.000219171000 0.000079146670 0.000000000000;
0.000204525800 0.000073858000 0.000000000000;
0.000190840500 0.000068916000 0.000000000000;
0.000178065400 0.000064302670 0.000000000000;
0.000166150500 0.000060000000 0.000000000000;
0.000155023600 0.000055981870 0.000000000000;
0.000144621900 0.000052225600 0.000000000000;
0.000134909800 0.000048718400 0.000000000000;
0.000125852000 0.000045447470 0.000000000000;
0.000117413000 0.000042400000 0.000000000000;
0.000109551500 0.000039561040 0.000000000000;
0.000102224500 0.000036915120 0.000000000000;
0.000095394450 0.000034448680 0.000000000000;
0.000089023900 0.000032148160 0.000000000000;
0.000083075270 0.000030000000 0.000000000000;
0.000077512690 0.000027991250 0.000000000000;
0.000072313040 0.000026113560 0.000000000000;
0.000067457780 0.000024360240 0.000000000000;
0.000062928440 0.000022724610 0.000000000000;
0.000058706520 0.000021200000 0.000000000000;
0.000054770280 0.000019778550 0.000000000000;
0.000051099180 0.000018452850 0.000000000000;
0.000047676540 0.000017216870 0.000000000000;
0.000044485670 0.000016064590 0.000000000000;
0.000041509940 0.000014990000 0.000000000000;
0.000038733240 0.000013987280 0.000000000000;
0.000036142030 0.000013051550 0.000000000000;
0.000033723520 0.000012178180 0.000000000000;
0.000031464870 0.000011362540 0.000000000000;
0.000029353260 0.000010600000 0.000000000000;
0.000027375730 0.000009885877 0.000000000000;
0.000025524330 0.000009217304 0.000000000000;
0.000023793760 0.000008592362 0.000000000000;
0.000022178700 0.000008009133 0.000000000000;
0.000020673830 0.000007465700 0.000000000000;
0.000019272260 0.000006959567 0.000000000000;
0.000017966400 0.000006487995 0.000000000000;
0.000016749910 0.000006048699 0.000000000000;
0.000015616480 0.000005639396 0.000000000000;
0.000014559770 0.000005257800 0.000000000000;
0.000013573870 0.000004901771 0.000000000000;
0.000012654360 0.000004569720 0.000000000000;
0.000011797230 0.000004260194 0.000000000000;
0.000010998440 0.000003971739 0.000000000000;
0.000010253980 0.000003702900 0.000000000000;
0.000009559646 0.000003452163 0.000000000000;
0.000008912044 0.000003218302 0.000000000000;
0.000008308358 0.000003000300 0.000000000000;
0.000007745769 0.000002797139 0.000000000000;
0.000007221456 0.000002607800 0.000000000000;
0.000006732475 0.000002431220 0.000000000000;
0.000006276423 0.000002266531 0.000000000000;
0.000005851304 0.000002113013 0.000000000000;
0.000005455118 0.000001969943 0.000000000000;
0.000005085868 0.000001836600 0.000000000000;
0.000004741466 0.000001712230 0.000000000000;
0.000004420236 0.000001596228 0.000000000000;
0.000004120783 0.000001488090 0.000000000000;
0.000003841716 0.000001387314 0.000000000000;
0.000003581652 0.000001293400 0.000000000000;
0.000003339127 0.000001205820 0.000000000000;
0.000003112949 0.000001124143 0.000000000000;
0.000002902121 0.000001048009 0.000000000000;
0.000002705645 0.000000977058 0.000000000000;
0.000002522525 0.000000910930 0.000000000000;
0.000002351726 0.000000849251 0.000000000000;
0.000002192415 0.000000791721 0.000000000000;
0.000002043902 0.000000738090 0.000000000000;
0.000001905497 0.000000688110 0.000000000000;
0.000001776509 0.000000641530 0.000000000000;
0.000001656215 0.000000598090 0.000000000000;
0.000001544022 0.000000557575 0.000000000000;
0.000001439440 0.000000519808 0.000000000000;
0.000001341977 0.000000484612 0.000000000000;
0.000001251141 0.000000451810 0.000000000000];
function colormatch(::Type{CIE1964_CMF}, wavelen::Real)
return interpolate_table(cie1964_cmf_table, 360.0, 1.0, wavelen)
end
# CIE 1964 10° color matching function, 1nm increments starting at 360nm
const cie1964_cmf_table =
[0.000000122200 0.000000013398 0.000000535027;
0.000000185138 0.000000020294 0.000000810720;
0.000000278830 0.000000030560 0.000001221200;
0.000000417470 0.000000045740 0.000001828700;
0.000000621330 0.000000068050 0.000002722200;
0.000000919270 0.000000100650 0.000004028300;
0.000001351980 0.000000147980 0.000005925700;
0.000001976540 0.000000216270 0.000008665100;
0.000002872500 0.000000314200 0.000012596000;
0.000004149500 0.000000453700 0.000018201000;
0.000005958600 0.000000651100 0.000026143700;
0.000008505600 0.000000928800 0.000037330000;
0.000012068600 0.000001317500 0.000052987000;
0.000017022600 0.000001857200 0.000074764000;
0.000023868000 0.000002602000 0.000104870000;
0.000033266000 0.000003625000 0.000146220000;
0.000046087000 0.000005019000 0.000202660000;
0.000063472000 0.000006907000 0.000279230000;
0.000086892000 0.000009449000 0.000382450000;
0.000118246000 0.000012848000 0.000520720000;
0.000159952000 0.000017364000 0.000704776000;
0.000215080000 0.000023327000 0.000948230000;
0.000287490000 0.000031150000 0.001268200000;
0.000381990000 0.000041350000 0.001686100000;
0.000504550000 0.000054560000 0.002228500000;
0.000662440000 0.000071560000 0.002927800000;
0.000864500000 0.000093300000 0.003823700000;
0.001121500000 0.000120870000 0.004964200000;
0.001446160000 0.000155640000 0.006406700000;
0.001853590000 0.000199200000 0.008219300000;
0.002361600000 0.000253400000 0.010482200000;
0.002990600000 0.000320200000 0.013289000000;
0.003764500000 0.000402400000 0.016747000000;
0.004710200000 0.000502300000 0.020980000000;
0.005858100000 0.000623200000 0.026127000000;
0.007242300000 0.000768500000 0.032344000000;
0.008899600000 0.000941700000 0.039802000000;
0.010870900000 0.001147800000 0.048691000000;
0.013198900000 0.001390300000 0.059210000000;
0.015929200000 0.001674000000 0.071576000000;
0.019109700000 0.002004400000 0.086010900000;
0.022788000000 0.002386000000 0.102740000000;
0.027011000000 0.002822000000 0.122000000000;
0.031829000000 0.003319000000 0.144020000000;
0.037278000000 0.003880000000 0.168990000000;
0.043400000000 0.004509000000 0.197120000000;
0.050223000000 0.005209000000 0.228570000000;
0.057764000000 0.005985000000 0.263470000000;
0.066038000000 0.006833000000 0.301900000000;
0.075033000000 0.007757000000 0.343870000000;
0.084736000000 0.008756000000 0.389366000000;
0.095041000000 0.009816000000 0.437970000000;
0.105836000000 0.010918000000 0.489220000000;
0.117066000000 0.012058000000 0.542900000000;
0.128682000000 0.013237000000 0.598810000000;
0.140638000000 0.014456000000 0.656760000000;
0.152893000000 0.015717000000 0.716580000000;
0.165416000000 0.017025000000 0.778120000000;
0.178191000000 0.018399000000 0.841310000000;
0.191214000000 0.019848000000 0.906110000000;
0.204492000000 0.021391000000 0.972542000000;
0.217650000000 0.022992000000 1.038900000000;
0.230267000000 0.024598000000 1.103100000000;
0.242311000000 0.026213000000 1.165100000000;
0.253793000000 0.027841000000 1.224900000000;
0.264737000000 0.029497000000 1.282500000000;
0.275195000000 0.031195000000 1.338200000000;
0.285301000000 0.032927000000 1.392600000000;
0.295143000000 0.034738000000 1.446100000000;
0.304869000000 0.036654000000 1.499400000000;
0.314679000000 0.038676000000 1.553480000000;
0.324355000000 0.040792000000 1.607200000000;
0.333570000000 0.042946000000 1.658900000000;
0.342243000000 0.045114000000 1.708200000000;
0.350312000000 0.047333000000 1.754800000000;
0.357719000000 0.049602000000 1.798500000000;
0.364482000000 0.051934000000 1.839200000000;
0.370493000000 0.054337000000 1.876600000000;
0.375727000000 0.056822000000 1.910500000000;
0.380158000000 0.059399000000 1.940800000000;
0.383734000000 0.062077000000 1.967280000000;
0.386327000000 0.064737000000 1.989100000000;
0.387858000000 0.067285000000 2.005700000000;
0.388396000000 0.069764000000 2.017400000000;
0.387978000000 0.072218000000 2.024400000000;
0.386726000000 0.074704000000 2.027300000000;
0.384696000000 0.077272000000 2.026400000000;
0.382006000000 0.079979000000 2.022300000000;
0.378709000000 0.082874000000 2.015300000000;
0.374915000000 0.086000000000 2.006000000000;
0.370702000000 0.089456000000 1.994800000000;
0.366089000000 0.092947000000 1.981400000000;
0.361045000000 0.096275000000 1.965300000000;
0.355518000000 0.099535000000 1.946400000000;
0.349486000000 0.102829000000 1.924800000000;
0.342957000000 0.106256000000 1.900700000000;
0.335893000000 0.109901000000 1.874100000000;
0.328284000000 0.113835000000 1.845100000000;
0.320150000000 0.118167000000 1.813900000000;
0.311475000000 0.122932000000 1.780600000000;
0.302273000000 0.128201000000 1.745370000000;
0.292858000000 0.133457000000 1.709100000000;
0.283502000000 0.138323000000 1.672300000000;
0.274044000000 0.143042000000 1.634700000000;
0.264263000000 0.147787000000 1.595600000000;
0.254085000000 0.152761000000 1.554900000000;
0.243392000000 0.158102000000 1.512200000000;
0.232187000000 0.163941000000 1.467300000000;
0.220488000000 0.170362000000 1.419900000000;
0.208198000000 0.177425000000 1.370000000000;
0.195618000000 0.185190000000 1.317560000000;
0.183034000000 0.193025000000 1.262400000000;
0.170222000000 0.200313000000 1.205000000000;
0.157348000000 0.207156000000 1.146600000000;
0.144650000000 0.213644000000 1.088000000000;
0.132349000000 0.219940000000 1.030200000000;
0.120584000000 0.226170000000 0.973830000000;
0.109456000000 0.232467000000 0.919430000000;
0.099042000000 0.239025000000 0.867460000000;
0.089388000000 0.245997000000 0.818280000000;
0.080507000000 0.253589000000 0.772125000000;
0.072034000000 0.261876000000 0.728290000000;
0.063710000000 0.270643000000 0.686040000000;
0.055694000000 0.279645000000 0.645530000000;
0.048117000000 0.288694000000 0.606850000000;
0.041072000000 0.297665000000 0.570060000000;
0.034642000000 0.306469000000 0.535220000000;
0.028896000000 0.315035000000 0.502340000000;
0.023876000000 0.323335000000 0.471400000000;
0.019628000000 0.331366000000 0.442390000000;
0.016172000000 0.339133000000 0.415254000000;
0.013300000000 0.347860000000 0.390024000000;
0.010759000000 0.358326000000 0.366399000000;
0.008542000000 0.370001000000 0.344015000000;
0.006661000000 0.382464000000 0.322689000000;
0.005132000000 0.395379000000 0.302356000000;
0.003982000000 0.408482000000 0.283036000000;
0.003239000000 0.421588000000 0.264816000000;
0.002934000000 0.434619000000 0.247848000000;
0.003114000000 0.447601000000 0.232318000000;
0.003816000000 0.460777000000 0.218502000000;
0.005095000000 0.474340000000 0.205851000000;
0.006936000000 0.488200000000 0.193596000000;
0.009299000000 0.502340000000 0.181736000000;
0.012147000000 0.516740000000 0.170281000000;
0.015444000000 0.531360000000 0.159249000000;
0.019156000000 0.546190000000 0.148673000000;
0.023250000000 0.561180000000 0.138609000000;
0.027690000000 0.576290000000 0.129096000000;
0.032444000000 0.591500000000 0.120215000000;
0.037465000000 0.606741000000 0.112044000000;
0.042956000000 0.622150000000 0.104710000000;
0.049114000000 0.637830000000 0.098196000000;
0.055920000000 0.653710000000 0.092361000000;
0.063349000000 0.669680000000 0.087088000000;
0.071358000000 0.685660000000 0.082248000000;
0.079901000000 0.701550000000 0.077744000000;
0.088909000000 0.717230000000 0.073456000000;
0.098293000000 0.732570000000 0.069268000000;
0.107949000000 0.747460000000 0.065060000000;
0.117749000000 0.761757000000 0.060709000000;
0.127839000000 0.775340000000 0.056457000000;
0.138450000000 0.788220000000 0.052609000000;
0.149516000000 0.800460000000 0.049122000000;
0.161041000000 0.812140000000 0.045954000000;
0.172953000000 0.823330000000 0.043050000000;
0.185209000000 0.834120000000 0.040368000000;
0.197755000000 0.844600000000 0.037839000000;
0.210538000000 0.854870000000 0.035384000000;
0.223460000000 0.865040000000 0.032949000000;
0.236491000000 0.875211000000 0.030451000000;
0.249633000000 0.885370000000 0.028029000000;
0.262972000000 0.895370000000 0.025862000000;
0.276515000000 0.905150000000 0.023920000000;
0.290269000000 0.914650000000 0.022174000000;
0.304213000000 0.923810000000 0.020584000000;
0.318361000000 0.932550000000 0.019127000000;
0.332705000000 0.940810000000 0.017740000000;
0.347232000000 0.948520000000 0.016403000000;
0.361926000000 0.955600000000 0.015064000000;
0.376772000000 0.961988000000 0.013676000000;
0.391683000000 0.967540000000 0.012308000000;
0.406594000000 0.972230000000 0.011056000000;
0.421539000000 0.976170000000 0.009915000000;
0.436517000000 0.979460000000 0.008872000000;
0.451584000000 0.982200000000 0.007918000000;
0.466782000000 0.984520000000 0.007030000000;
0.482147000000 0.986520000000 0.006223000000;
0.497738000000 0.988320000000 0.005453000000;
0.513606000000 0.990020000000 0.004714000000;
0.529826000000 0.991761000000 0.003988000000;
0.546440000000 0.993530000000 0.003289000000;
0.563426000000 0.995230000000 0.002646000000;
0.580726000000 0.996770000000 0.002063000000;
0.598290000000 0.998090000000 0.001533000000;
0.616053000000 0.999110000000 0.001091000000;
0.633948000000 0.999770000000 0.000711000000;
0.651901000000 1.000000000000 0.000407000000;
0.669824000000 0.999710000000 0.000184000000;
0.687632000000 0.998850000000 0.000047000000;
0.705224000000 0.997340000000 0.000000000000;
0.722773000000 0.995260000000 0.000000000000;
0.740483000000 0.992740000000 0.000000000000;
0.758273000000 0.989750000000 0.000000000000;
0.776083000000 0.986300000000 0.000000000000;
0.793832000000 0.982380000000 0.000000000000;
0.811436000000 0.977980000000 0.000000000000;
0.828822000000 0.973110000000 0.000000000000;
0.845879000000 0.967740000000 0.000000000000;
0.862525000000 0.961890000000 0.000000000000;
0.878655000000 0.955552000000 0.000000000000;
0.894208000000 0.948601000000 0.000000000000;
0.909206000000 0.940981000000 0.000000000000;
0.923672000000 0.932798000000 0.000000000000;
0.937638000000 0.924158000000 0.000000000000;
0.951162000000 0.915175000000 0.000000000000;
0.964283000000 0.905954000000 0.000000000000;
0.977068000000 0.896608000000 0.000000000000;
0.989590000000 0.887249000000 0.000000000000;
1.001910000000 0.877986000000 0.000000000000;
1.014160000000 0.868934000000 0.000000000000;
1.026500000000 0.860164000000 0.000000000000;
1.038800000000 0.851519000000 0.000000000000;
1.051000000000 0.842963000000 0.000000000000;
1.062900000000 0.834393000000 0.000000000000;
1.074300000000 0.825623000000 0.000000000000;
1.085200000000 0.816764000000 0.000000000000;
1.095200000000 0.807544000000 0.000000000000;
1.104200000000 0.797947000000 0.000000000000;
1.112000000000 0.787893000000 0.000000000000;
1.118520000000 0.777405000000 0.000000000000;
1.123800000000 0.766490000000 0.000000000000;
1.128000000000 0.755309000000 0.000000000000;
1.131100000000 0.743845000000 0.000000000000;
1.133200000000 0.732190000000 0.000000000000;
1.134300000000 0.720353000000 0.000000000000;
1.134300000000 0.708281000000 0.000000000000;
1.133300000000 0.696055000000 0.000000000000;
1.131200000000 0.683621000000 0.000000000000;
1.128100000000 0.671048000000 0.000000000000;
1.123990000000 0.658341000000 0.000000000000;
1.118900000000 0.645545000000 0.000000000000;
1.112900000000 0.632718000000 0.000000000000;
1.105900000000 0.619815000000 0.000000000000;
1.098000000000 0.606887000000 0.000000000000;
1.089100000000 0.593878000000 0.000000000000;
1.079200000000 0.580781000000 0.000000000000;
1.068400000000 0.567653000000 0.000000000000;
1.056700000000 0.554490000000 0.000000000000;
1.044000000000 0.541228000000 0.000000000000;
1.030480000000 0.527963000000 0.000000000000;
1.016000000000 0.514634000000 0.000000000000;
1.000800000000 0.501363000000 0.000000000000;
0.984790000000 0.488124000000 0.000000000000;
0.968080000000 0.474935000000 0.000000000000;
0.950740000000 0.461834000000 0.000000000000;
0.932800000000 0.448823000000 0.000000000000;
0.914340000000 0.435917000000 0.000000000000;
0.895390000000 0.423153000000 0.000000000000;
0.876030000000 0.410526000000 0.000000000000;
0.856297000000 0.398057000000 0.000000000000;
0.836350000000 0.385835000000 0.000000000000;
0.816290000000 0.373951000000 0.000000000000;
0.796050000000 0.362311000000 0.000000000000;
0.775610000000 0.350863000000 0.000000000000;
0.754930000000 0.339554000000 0.000000000000;
0.733990000000 0.328309000000 0.000000000000;
0.712780000000 0.317118000000 0.000000000000;
0.691290000000 0.305936000000 0.000000000000;
0.669520000000 0.294737000000 0.000000000000;
0.647467000000 0.283493000000 0.000000000000;
0.625110000000 0.272222000000 0.000000000000;
0.602520000000 0.260990000000 0.000000000000;
0.579890000000 0.249877000000 0.000000000000;
0.557370000000 0.238946000000 0.000000000000;
0.535110000000 0.228254000000 0.000000000000;
0.513240000000 0.217853000000 0.000000000000;
0.491860000000 0.207780000000 0.000000000000;
0.471080000000 0.198072000000 0.000000000000;
0.450960000000 0.188748000000 0.000000000000;
0.431567000000 0.179828000000 0.000000000000;
0.412870000000 0.171285000000 0.000000000000;
0.394750000000 0.163059000000 0.000000000000;
0.377210000000 0.155151000000 0.000000000000;
0.360190000000 0.147535000000 0.000000000000;
0.343690000000 0.140211000000 0.000000000000;
0.327690000000 0.133170000000 0.000000000000;
0.312170000000 0.126400000000 0.000000000000;
0.297110000000 0.119892000000 0.000000000000;
0.282500000000 0.113640000000 0.000000000000;
0.268329000000 0.107633000000 0.000000000000;
0.254590000000 0.101870000000 0.000000000000;
0.241300000000 0.096347000000 0.000000000000;
0.228480000000 0.091063000000 0.000000000000;
0.216140000000 0.086010000000 0.000000000000;
0.204300000000 0.081187000000 0.000000000000;
0.192950000000 0.076583000000 0.000000000000;
0.182110000000 0.072198000000 0.000000000000;
0.171770000000 0.068024000000 0.000000000000;
0.161920000000 0.064052000000 0.000000000000;
0.152568000000 0.060281000000 0.000000000000;
0.143670000000 0.056697000000 0.000000000000;
0.135200000000 0.053292000000 0.000000000000;
0.127130000000 0.050059000000 0.000000000000;
0.119480000000 0.046998000000 0.000000000000;
0.112210000000 0.044096000000 0.000000000000;
0.105310000000 0.041345000000 0.000000000000;
0.098786000000 0.038750700000 0.000000000000;
0.092610000000 0.036297800000 0.000000000000;
0.086773000000 0.033983200000 0.000000000000;
0.081260600000 0.031800400000 0.000000000000;
0.076048000000 0.029739500000 0.000000000000;
0.071114000000 0.027791800000 0.000000000000;
0.066454000000 0.025955100000 0.000000000000;
0.062062000000 0.024226300000 0.000000000000;
0.057930000000 0.022601700000 0.000000000000;
0.054050000000 0.021077900000 0.000000000000;
0.050412000000 0.019650500000 0.000000000000;
0.047006000000 0.018315300000 0.000000000000;
0.043823000000 0.017068600000 0.000000000000;
0.040850800000 0.015905100000 0.000000000000;
0.038072000000 0.014818300000 0.000000000000;
0.035468000000 0.013800800000 0.000000000000;
0.033031000000 0.012849500000 0.000000000000;
0.030753000000 0.011960700000 0.000000000000;
0.028623000000 0.011130300000 0.000000000000;
0.026635000000 0.010355500000 0.000000000000;
0.024781000000 0.009633200000 0.000000000000;
0.023052000000 0.008959900000 0.000000000000;
0.021441000000 0.008332400000 0.000000000000;
0.019941300000 0.007748800000 0.000000000000;
0.018544000000 0.007204600000 0.000000000000;
0.017241000000 0.006697500000 0.000000000000;
0.016027000000 0.006225100000 0.000000000000;
0.014896000000 0.005785000000 0.000000000000;
0.013842000000 0.005375100000 0.000000000000;
0.012862000000 0.004994100000 0.000000000000;
0.011949000000 0.004639200000 0.000000000000;
0.011100000000 0.004309300000 0.000000000000;
0.010311000000 0.004002800000 0.000000000000;
0.009576880000 0.003717740000 0.000000000000;
0.008894000000 0.003452620000 0.000000000000;
0.008258100000 0.003205830000 0.000000000000;
0.007666400000 0.002976230000 0.000000000000;
0.007116300000 0.002762810000 0.000000000000;
0.006605200000 0.002564560000 0.000000000000;
0.006130600000 0.002380480000 0.000000000000;
0.005690300000 0.002209710000 0.000000000000;
0.005281900000 0.002051320000 0.000000000000;
0.004903300000 0.001904490000 0.000000000000;
0.004552630000 0.001768470000 0.000000000000;
0.004227500000 0.001642360000 0.000000000000;
0.003925800000 0.001525350000 0.000000000000;
0.003645700000 0.001416720000 0.000000000000;
0.003385900000 0.001315950000 0.000000000000;
0.003144700000 0.001222390000 0.000000000000;
0.002920800000 0.001135550000 0.000000000000;
0.002713000000 0.001054940000 0.000000000000;
0.002520200000 0.000980140000 0.000000000000;
0.002341100000 0.000910660000 0.000000000000;
0.002174960000 0.000846190000 0.000000000000;
0.002020600000 0.000786290000 0.000000000000;
0.001877300000 0.000730680000 0.000000000000;
0.001744100000 0.000678990000 0.000000000000;
0.001620500000 0.000631010000 0.000000000000;
0.001505700000 0.000586440000 0.000000000000;
0.001399200000 0.000545110000 0.000000000000;
0.001300400000 0.000506720000 0.000000000000;
0.001208700000 0.000471110000 0.000000000000;
0.001123600000 0.000438050000 0.000000000000;
0.001044760000 0.000407410000 0.000000000000;
0.000971560000 0.000378962000 0.000000000000;
0.000903600000 0.000352543000 0.000000000000;
0.000840480000 0.000328001000 0.000000000000;
0.000781870000 0.000305208000 0.000000000000;
0.000727450000 0.000284041000 0.000000000000;
0.000676900000 0.000264375000 0.000000000000;
0.000629960000 0.000246109000 0.000000000000;
0.000586370000 0.000229143000 0.000000000000;
0.000545870000 0.000213376000 0.000000000000;
0.000508258000 0.000198730000 0.000000000000;
0.000473300000 0.000185115000 0.000000000000;
0.000440800000 0.000172454000 0.000000000000;
0.000410580000 0.000160678000 0.000000000000;
0.000382490000 0.000149730000 0.000000000000;
0.000356380000 0.000139550000 0.000000000000;
0.000332110000 0.000130086000 0.000000000000;
0.000309550000 0.000121290000 0.000000000000;
0.000288580000 0.000113106000 0.000000000000;
0.000269090000 0.000105501000 0.000000000000;
0.000250969000 0.000098428000 0.000000000000;
0.000234130000 0.000091853000 0.000000000000;
0.000218470000 0.000085738000 0.000000000000;
0.000203910000 0.000080048000 0.000000000000;
0.000190350000 0.000074751000 0.000000000000;
0.000177730000 0.000069819000 0.000000000000;
0.000165970000 0.000065222000 0.000000000000;
0.000155020000 0.000060939000 0.000000000000;
0.000144800000 0.000056942000 0.000000000000;
0.000135280000 0.000053217000 0.000000000000;
0.000126390000 0.000049737000 0.000000000000;
0.000118100000 0.000046491000 0.000000000000;
0.000110370000 0.000043464000 0.000000000000;
0.000103150000 0.000040635000 0.000000000000;
0.000096427000 0.000038000000 0.000000000000;
0.000090151000 0.000035540500 0.000000000000;
0.000084294000 0.000033244800 0.000000000000;
0.000078830000 0.000031100600 0.000000000000;
0.000073729000 0.000029099000 0.000000000000;
0.000068969000 0.000027230700 0.000000000000;
0.000064525800 0.000025486000 0.000000000000;
0.000060376000 0.000023856100 0.000000000000;
0.000056500000 0.000022333200 0.000000000000;
0.000052880000 0.000020910400 0.000000000000;
0.000049498000 0.000019580800 0.000000000000;
0.000046339000 0.000018338400 0.000000000000;
0.000043389000 0.000017177700 0.000000000000;
0.000040634000 0.000016093400 0.000000000000;
0.000038060000 0.000015080000 0.000000000000;
0.000035657000 0.000014133600 0.000000000000;
0.000033411700 0.000013249000 0.000000000000;
0.000031315000 0.000012422600 0.000000000000;
0.000029355000 0.000011649900 0.000000000000;
0.000027524000 0.000010927700 0.000000000000;
0.000025811000 0.000010251900 0.000000000000;
0.000024209000 0.000009619600 0.000000000000;
0.000022711000 0.000009028100 0.000000000000;
0.000021308000 0.000008474000 0.000000000000;
0.000019994000 0.000007954800 0.000000000000;
0.000018764000 0.000007468600 0.000000000000;
0.000017611500 0.000007012800 0.000000000000;
0.000016532000 0.000006585800 0.000000000000;
0.000015521000 0.000006185700 0.000000000000;
0.000014574000 0.000005810700 0.000000000000;
0.000013686000 0.000005459000 0.000000000000;
0.000012855000 0.000005129800 0.000000000000;
0.000012075000 0.000004820600 0.000000000000;
0.000011345000 0.000004531200 0.000000000000;
0.000010659000 0.000004259100 0.000000000000;
0.000010017000 0.000004004200 0.000000000000;
0.000009413630 0.000003764730 0.000000000000;
0.000008847900 0.000003539950 0.000000000000;
0.000008317100 0.000003329140 0.000000000000;
0.000007819000 0.000003131150 0.000000000000;
0.000007351600 0.000002945290 0.000000000000;
0.000006913000 0.000002770810 0.000000000000;
0.000006501500 0.000002607050 0.000000000000;
0.000006115300 0.000002453290 0.000000000000;
0.000005752900 0.000002308940 0.000000000000;
0.000005412700 0.000002173380 0.000000000000;
0.000005093470 0.000002046130 0.000000000000;
0.000004793800 0.000001926620 0.000000000000;
0.000004512500 0.000001814400 0.000000000000;
0.000004248300 0.000001708950 0.000000000000;
0.000004000200 0.000001609880 0.000000000000;
0.000003767100 0.000001516770 0.000000000000;
0.000003548000 0.000001429210 0.000000000000;
0.000003342100 0.000001346860 0.000000000000;
0.000003148500 0.000001269450 0.000000000000;
0.000002966500 0.000001196620 0.000000000000;
0.000002795310 0.000001128090 0.000000000000;
0.000002634500 0.000001063680 0.000000000000;
0.000002483400 0.000001003130 0.000000000000;
0.000002341400 0.000000946220 0.000000000000;
0.000002207800 0.000000892630 0.000000000000;
0.000002082000 0.000000842160 0.000000000000;
0.000001963600 0.000000794640 0.000000000000;
0.000001851900 0.000000749780 0.000000000000;
0.000001746500 0.000000707440 0.000000000000;
0.000001647100 0.000000667480 0.000000000000;
0.000001553140 0.000000629700 0.000000000000]
function colormatch(::Type{CIE1931J_CMF}, wavelen::Real)
return interpolate_table(cie1931j_cmf_table, 370.0, 10.0, wavelen)
end
# Judd adjustment to the CIE 1931 2° CMF, 10nm increments starting at 370nm
const cie1931j_cmf_table =
[0.0008 0.0001 0.0046;
0.0045 0.0004 0.0224;
0.0201 0.0015 0.0925;
0.0611 0.0045 0.2799;
0.1267 0.0093 0.5835;
0.2285 0.0175 1.0622;
0.3081 0.0273 1.4526;
0.3312 0.0379 1.6064;
0.2888 0.0468 1.4717;
0.2323 0.0600 1.2880;
0.1745 0.0910 1.1133;
0.0920 0.1390 0.7552;
0.0318 0.2080 0.4461;
0.0048 0.3230 0.2644;
0.0093 0.5030 0.1541;
0.0636 0.7100 0.0763;
0.1668 0.8620 0.0412;
0.2926 0.9540 0.0200;
0.4364 0.9950 0.0088;
0.5970 0.9950 0.0039;
0.7642 0.9520 0.0020;
0.9159 0.8700 0.0016;
1.0225 0.7570 0.0011;
1.0544 0.6310 0.0007;
0.9922 0.5030 0.0003;
0.8432 0.3810 0.0002;
0.6327 0.2650 0.0001;
0.4404 0.1750 0.0000;
0.2787 0.1070 0.0000;
0.1619 0.0610 0.0000;
0.0858 0.0320 0.0000;
0.0459 0.0170 0.0000;
0.0222 0.0082 0.0000;
0.0113 0.0041 0.0000;
0.0057 0.0021 0.0000;
0.0028 0.0011 0.0000;
0.0015 0.0005 0.0000;
0.0005 0.0002 0.0000;
0.0003 0.0001 0.0000;
0.0002 0.0001 0.0000;
0.0001 0.0000 0.0000]
function colormatch(::Type{CIE1931JV_CMF}, wavelen::Real)
return interpolate_table(cie1931jv_cmf_table, 380.0, 5.0, wavelen)
end
# Judd-Vos adjustment to the CIE 1931 2° CMF, 5nm increments starting at 380nm
const cie1931jv_cmf_table =
[2.689900e-003 2.000000e-004 1.226000e-002;
5.310500e-003 3.955600e-004 2.422200e-002;
1.078100e-002 8.000000e-004 4.925000e-002;
2.079200e-002 1.545700e-003 9.513500e-002;
3.798100e-002 2.800000e-003 1.740900e-001;
6.315700e-002 4.656200e-003 2.901300e-001;
9.994100e-002 7.400000e-003 4.605300e-001;
1.582400e-001 1.177900e-002 7.316600e-001;
2.294800e-001 1.750000e-002 1.065800e+000;
2.810800e-001 2.267800e-002 1.314600e+000;
3.109500e-001 2.730000e-002 1.467200e+000;
3.307200e-001 3.258400e-002 1.579600e+000;
3.333600e-001 3.790000e-002 1.616600e+000;
3.167200e-001 4.239100e-002 1.568200e+000;
2.888200e-001 4.680000e-002 1.471700e+000;
2.596900e-001 5.212200e-002 1.374000e+000;
2.327600e-001 6.000000e-002 1.291700e+000;
2.099900e-001 7.294200e-002 1.235600e+000;
1.747600e-001 9.098000e-002 1.113800e+000;
1.328700e-001 1.128400e-001 9.422000e-001;
9.194400e-002 1.390200e-001 7.559600e-001;
5.698500e-002 1.698700e-001 5.864000e-001;
3.173100e-002 2.080200e-001 4.466900e-001;
1.461300e-002 2.580800e-001 3.411600e-001;
4.849100e-003 3.230000e-001 2.643700e-001;
2.321500e-003 4.054000e-001 2.059400e-001;
9.289900e-003 5.030000e-001 1.544500e-001;
2.927800e-002 6.081100e-001 1.091800e-001;
6.379100e-002 7.100000e-001 7.658500e-002;
1.108100e-001 7.951000e-001 5.622700e-002;
1.669200e-001 8.620000e-001 4.136600e-002;
2.276800e-001 9.150500e-001 2.935300e-002;
2.926900e-001 9.540000e-001 2.004200e-002;
3.622500e-001 9.800400e-001 1.331200e-002;
4.363500e-001 9.949500e-001 8.782300e-003;
5.151300e-001 1.000100e+000 5.857300e-003;
5.974800e-001 9.950000e-001 4.049300e-003;
6.812100e-001 9.787500e-001 2.921700e-003;
7.642500e-001 9.520000e-001 2.277100e-003;
8.439400e-001 9.155800e-001 1.970600e-003;
9.163500e-001 8.700000e-001 1.806600e-003;
9.770300e-001 8.162300e-001 1.544900e-003;
1.023000e+000 7.570000e-001 1.234800e-003;
1.051300e+000 6.948300e-001 1.117700e-003;
1.055000e+000 6.310000e-001 9.056400e-004;
1.036200e+000 5.665400e-001 6.946700e-004;
9.923900e-001 5.030000e-001 4.288500e-004;
9.286100e-001 4.417200e-001 3.181700e-004;
8.434600e-001 3.810000e-001 2.559800e-004;
7.398300e-001 3.205200e-001 1.567900e-004;
6.328900e-001 2.650000e-001 9.769400e-005;
5.335100e-001 2.170200e-001 6.894400e-005;
4.406200e-001 1.750000e-001 5.116500e-005;
3.545300e-001 1.381200e-001 3.601600e-005;
2.786200e-001 1.070000e-001 2.423800e-005;
2.148500e-001 8.165200e-002 1.691500e-005;
1.616100e-001 6.100000e-002 1.190600e-005;
1.182000e-001 4.432700e-002 8.148900e-006;
8.575300e-002 3.200000e-002 5.600600e-006;
6.307700e-002 2.345400e-002 3.954400e-006;
4.583400e-002 1.700000e-002 2.791200e-006;
3.205700e-002 1.187200e-002 1.917600e-006;
2.218700e-002 8.210000e-003 1.313500e-006;
1.561200e-002 5.772300e-003 9.151900e-007;
1.109800e-002 4.102000e-003 6.476700e-007;
7.923300e-003 2.929100e-003 4.635200e-007;
5.653100e-003 2.091000e-003 3.330400e-007;
4.003900e-003 1.482200e-003 2.382300e-007;
2.825300e-003 1.047000e-003 1.702600e-007;
1.994700e-003 7.401500e-004 1.220700e-007;
1.399400e-003 5.200000e-004 8.710700e-008;
9.698000e-004 3.609300e-004 6.145500e-008;
6.684700e-004 2.492000e-004 4.316200e-008;
4.614100e-004 1.723100e-004 3.037900e-008;
3.207300e-004 1.200000e-004 2.155400e-008;
2.257300e-004 8.462000e-005 1.549300e-008;
1.597300e-004 6.000000e-005 1.120400e-008;
1.127500e-004 4.244600e-005 8.087300e-009;
7.951300e-005 3.000000e-005 5.834000e-009;
5.608700e-005 2.121000e-005 4.211000e-009;
3.954100e-005 1.498900e-005 3.038300e-009;
2.785200e-005 1.058400e-005 2.190700e-009;
1.959700e-005 7.465600e-006 1.577800e-009;
1.377000e-005 5.259200e-006 1.134800e-009;
9.670000e-006 3.702800e-006 8.156500e-010;
6.791800e-006 2.607600e-006 5.862600e-010;
4.770600e-006 1.836500e-006 4.213800e-010;
3.355000e-006 1.295000e-006 3.031900e-010;
2.353400e-006 9.109200e-007 2.175300e-010;
1.637700e-006 6.356400e-007 1.547600e-010]
# CIE2006 proposed XYZ CMFs[*]. Yet to be adopted by the CIE.
# The according LMS CMFs got adopted by the CIE.
# The original CIE datasets range from 390 to 830 nm
# The new CIE CMFs are based on a much larger sample of observers,
# and the main difference to the old data is the stronger weighting
# in the short wavelength part of the visual spectrum.
# One goal was to design a dataset where all three CMFs
# integrate to the exact same value. The shortening to the upper limit
# of 780 nm in the version presented here may lead to minor and insignificant
# differences between the three integrals.
# [*] http://cvrl.ioo.ucl.ac.uk/database/text/cienewxyz/cie2012xyz2.htm
# To be tested: differences between shortened and original dataset
# testing of the effect of extrapolation down to 380 nm
function colormatch(::Type{CIE2006_2_CMF}, wavelen::Real)
return interpolate_table(cie2006_2deg_xyz_cmf_table, 380.0, 1.0, wavelen)
end
const cie2006_2deg_xyz_cmftable=
[0.000000e+00 0.000000e+00 0.000000e+00;
0.000000e+00 0.000000e+00 0.000000e+00;
0.000000e+00 0.000000e+00 0.000000e+00;
0.000000e+00 0.000000e+00 0.000000e+00;
0.000000e+00 0.000000e+00 0.000000e+00;
0.000000e+00 0.000000e+00 0.000000e+00;
0.000000e+00 0.000000e+00 0.000000e+00;
0.000000e+00 0.000000e+00 0.000000e+00;
0.000000e+00 0.000000e+00 0.000000e+00;
0.000000e+00 0.000000e+00 0.000000e+00;
3.769647e-03 4.146161e-04 1.847260e-02;
4.532416e-03 5.028333e-04 2.221101e-02;
5.446553e-03 6.084991e-04 2.669819e-02;
6.538868e-03 7.344436e-04 3.206937e-02;
7.839699e-03 8.837389e-04 3.847832e-02;
9.382967e-03 1.059646e-03 4.609784e-02;
1.120608e-02 1.265532e-03 5.511953e-02;
1.334965e-02 1.504753e-03 6.575257e-02;
1.585690e-02 1.780493e-03 7.822113e-02;
1.877286e-02 2.095572e-03 9.276013e-02;
2.214302e-02 2.452194e-03 1.096090e-01;
2.601285e-02 2.852216e-03 1.290077e-01;
3.043036e-02 3.299115e-03 1.512047e-01;
3.544325e-02 3.797466e-03 1.764441e-01;
4.109640e-02 4.352768e-03 2.049517e-01;
4.742986e-02 4.971717e-03 2.369246e-01;
5.447394e-02 5.661014e-03 2.725123e-01;
6.223612e-02 6.421615e-03 3.117820e-01;
7.070048e-02 7.250312e-03 3.547064e-01;
7.982513e-02 8.140173e-03 4.011473e-01;
8.953803e-02 9.079860e-03 4.508369e-01;
9.974848e-02 1.005608e-02 5.034164e-01;
1.104019e-01 1.106456e-02 5.586361e-01;
1.214566e-01 1.210522e-02 6.162734e-01;
1.328741e-01 1.318014e-02 6.760982e-01;
1.446214e-01 1.429377e-02 7.378822e-01;
1.566468e-01 1.545004e-02 8.013019e-01;
1.687901e-01 1.664093e-02 8.655573e-01;
1.808328e-01 1.785302e-02 9.295791e-01;
1.925216e-01 1.907018e-02 9.921293e-01;
2.035729e-01 2.027369e-02 1.051821e+00;
2.137531e-01 2.144805e-02 1.107509e+00;
2.231348e-01 2.260041e-02 1.159527e+00;
2.319245e-01 2.374789e-02 1.208869e+00;
2.403892e-01 2.491247e-02 1.256834e+00;
2.488523e-01 2.612106e-02 1.305008e+00;
2.575896e-01 2.739923e-02 1.354758e+00;
2.664991e-01 2.874993e-02 1.405594e+00;
2.753532e-01 3.016909e-02 1.456414e+00;
2.838921e-01 3.165145e-02 1.505960e+00;
2.918246e-01 3.319038e-02 1.552826e+00;
2.989200e-01 3.477912e-02 1.595902e+00;
3.052993e-01 3.641495e-02 1.635768e+00;
3.112031e-01 3.809569e-02 1.673573e+00;
3.169047e-01 3.981843e-02 1.710604e+00;
3.227087e-01 4.157940e-02 1.748280e+00;
3.288194e-01 4.337098e-02 1.787504e+00;
3.349242e-01 4.517180e-02 1.826609e+00;
3.405452e-01 4.695420e-02 1.863108e+00;
3.451688e-01 4.868718e-02 1.894332e+00;
3.482554e-01 5.033657e-02 1.917479e+00;
3.494153e-01 5.187611e-02 1.930529e+00;
3.489075e-01 5.332218e-02 1.934819e+00;
3.471746e-01 5.470603e-02 1.932650e+00;
3.446705e-01 5.606335e-02 1.926395e+00;
3.418483e-01 5.743393e-02 1.918437e+00;
3.390240e-01 5.885107e-02 1.910430e+00;
3.359926e-01 6.030809e-02 1.901224e+00;
3.324276e-01 6.178644e-02 1.889000e+00;
3.280157e-01 6.326570e-02 1.871996e+00;
3.224637e-01 6.472352e-02 1.848545e+00;
3.156225e-01 6.614749e-02 1.817792e+00;
3.078201e-01 6.757256e-02 1.781627e+00;
2.994771e-01 6.904928e-02 1.742514e+00;
2.909776e-01 7.063280e-02 1.702749e+00;
2.826646e-01 7.238339e-02 1.664439e+00;
2.747962e-01 7.435960e-02 1.629207e+00;
2.674312e-01 7.659383e-02 1.597360e+00;
2.605847e-01 7.911436e-02 1.568896e+00;
2.542749e-01 8.195345e-02 1.543823e+00;
2.485254e-01 8.514816e-02 1.522157e+00;
2.433039e-01 8.872657e-02 1.503611e+00;
2.383414e-01 9.266008e-02 1.486673e+00;
2.333253e-01 9.689723e-02 1.469595e+00;
2.279619e-01 1.013746e-01 1.450709e+00;
2.219781e-01 1.060145e-01 1.428440e+00;
2.151735e-01 1.107377e-01 1.401587e+00;
2.075619e-01 1.155111e-01 1.370094e+00;
1.992183e-01 1.203122e-01 1.334220e+00;
1.902290e-01 1.251161e-01 1.294275e+00;
1.806905e-01 1.298957e-01 1.250610e+00;
1.707154e-01 1.346299e-01 1.203696e+00;
1.604471e-01 1.393309e-01 1.154316e+00;
1.500244e-01 1.440235e-01 1.103284e+00;
1.395705e-01 1.487372e-01 1.051347e+00;
1.291920e-01 1.535066e-01 9.991789e-01;
1.189859e-01 1.583644e-01 9.473958e-01;
1.090615e-01 1.633199e-01 8.966222e-01;
9.951424e-02 1.683761e-01 8.473981e-01;
9.041850e-02 1.735365e-01 8.001576e-01;
8.182895e-02 1.788048e-01 7.552379e-01;
7.376817e-02 1.841819e-01 7.127879e-01;
6.619477e-02 1.896559e-01 6.725198e-01;
5.906380e-02 1.952101e-01 6.340976e-01;
5.234242e-02 2.008259e-01 5.972433e-01;
4.600865e-02 2.064828e-01 5.617313e-01;
4.006154e-02 2.121826e-01 5.274921e-01;
3.454373e-02 2.180279e-01 4.948809e-01;
2.949091e-02 2.241586e-01 4.642586e-01;
2.492140e-02 2.307302e-01 4.358841e-01;
2.083981e-02 2.379160e-01 4.099313e-01;
1.723591e-02 2.458706e-01 3.864261e-01;
1.407924e-02 2.546023e-01 3.650566e-01;
1.134516e-02 2.640760e-01 3.454812e-01;
9.019658e-03 2.742490e-01 3.274095e-01;
7.097731e-03 2.850680e-01 3.105939e-01;
5.571145e-03 2.964837e-01 2.948102e-01;
4.394566e-03 3.085010e-01 2.798194e-01;
3.516303e-03 3.211393e-01 2.654100e-01;
2.887638e-03 3.344175e-01 2.514084e-01;
2.461588e-03 3.483536e-01 2.376753e-01;
2.206348e-03 3.629601e-01 2.241211e-01;
2.149559e-03 3.782275e-01 2.107484e-01;
2.337091e-03 3.941359e-01 1.975839e-01;
2.818931e-03 4.106582e-01 1.846574e-01;
3.649178e-03 4.277595e-01 1.720018e-01;
4.891359e-03 4.453993e-01 1.596918e-01;
6.629364e-03 4.635396e-01 1.479415e-01;
8.942902e-03 4.821376e-01 1.369428e-01;
1.190224e-02 5.011430e-01 1.268279e-01;
1.556989e-02 5.204972e-01 1.176796e-01;
1.997668e-02 5.401387e-01 1.094970e-01;
2.504698e-02 5.600208e-01 1.020943e-01;
3.067530e-02 5.800972e-01 9.527993e-02;
3.674999e-02 6.003172e-01 8.890075e-02;
4.315171e-02 6.206256e-01 8.283548e-02;
4.978584e-02 6.409398e-01 7.700982e-02;
5.668554e-02 6.610772e-01 7.144001e-02;
6.391651e-02 6.808134e-01 6.615436e-02;
7.154352e-02 6.999044e-01 6.117199e-02;
7.962917e-02 7.180890e-01 5.650407e-02;
8.821473e-02 7.351593e-01 5.215121e-02;
9.726978e-02 7.511821e-01 4.809566e-02;
1.067504e-01 7.663143e-01 4.431720e-02;
1.166192e-01 7.807352e-01 4.079734e-02;
1.268468e-01 7.946448e-01 3.751912e-02;
1.374060e-01 8.082074e-01 3.446846e-02;
1.482471e-01 8.213817e-01 3.163764e-02;
1.593076e-01 8.340701e-01 2.901901e-02;
1.705181e-01 8.461711e-01 2.660364e-02;
1.818026e-01 8.575799e-01 2.438164e-02;
1.931090e-01 8.682408e-01 2.234097e-02;
2.045085e-01 8.783061e-01 2.046415e-02;
2.161166e-01 8.879907e-01 1.873456e-02;
2.280650e-01 8.975211e-01 1.713788e-02;
2.405015e-01 9.071347e-01 1.566174e-02;
2.535441e-01 9.169947e-01 1.429644e-02;
2.671300e-01 9.269295e-01 1.303702e-02;
2.811351e-01 9.366731e-01 1.187897e-02;
2.954164e-01 9.459482e-01 1.081725e-02;
3.098117e-01 9.544675e-01 9.846470e-03;
3.241678e-01 9.619834e-01 8.960687e-03;
3.384319e-01 9.684390e-01 8.152811e-03;
3.525786e-01 9.738289e-01 7.416025e-03;
3.665839e-01 9.781519e-01 6.744115e-03;
3.804244e-01 9.814106e-01 6.131421e-03;
3.940988e-01 9.836669e-01 5.572778e-03;
4.076972e-01 9.852081e-01 5.063463e-03;
4.213484e-01 9.863813e-01 4.599169e-03;
4.352003e-01 9.875357e-01 4.175971e-03;
4.494206e-01 9.890228e-01 3.790291e-03;
4.641616e-01 9.910811e-01 3.438952e-03;
4.794395e-01 9.934913e-01 3.119341e-03;
4.952180e-01 9.959172e-01 2.829038e-03;
5.114395e-01 9.980205e-01 2.565722e-03;
5.280233e-01 9.994608e-01 2.327186e-03;
5.448696e-01 9.999930e-01 2.111280e-03;
5.618898e-01 9.997557e-01 1.915766e-03;
5.790137e-01 9.989839e-01 1.738589e-03;
5.961882e-01 9.979123e-01 1.577920e-03;
6.133784e-01 9.967737e-01 1.432128e-03;
6.305897e-01 9.957356e-01 1.299781e-03;
6.479223e-01 9.947115e-01 1.179667e-03;
6.654866e-01 9.935534e-01 1.070694e-03;
6.833782e-01 9.921156e-01 9.718623e-04;
7.016774e-01 9.902549e-01 8.822531e-04;
7.204110e-01 9.878596e-01 8.010231e-04;
7.394495e-01 9.849324e-01 7.273884e-04;
7.586285e-01 9.815036e-01 6.606347e-04;
7.777885e-01 9.776035e-01 6.001146e-04;
7.967750e-01 9.732611e-01 5.452416e-04;
8.154530e-01 9.684764e-01 4.954847e-04;
8.337389e-01 9.631369e-01 4.503642e-04;
8.515493e-01 9.571062e-01 4.094455e-04;
8.687862e-01 9.502540e-01 3.723345e-04;
8.853376e-01 9.424569e-01 3.386739e-04;
9.011588e-01 9.336897e-01 3.081396e-04;
9.165278e-01 9.242893e-01 2.804370e-04;
9.318245e-01 9.146707e-01 2.552996e-04;
9.474524e-01 9.052333e-01 2.324859e-04;
9.638388e-01 8.963613e-01 2.117772e-04;
9.812596e-01 8.883069e-01 1.929758e-04;
9.992953e-01 8.808462e-01 1.759024e-04;
1.017343e+00 8.736445e-01 1.603947e-04;
1.034790e+00 8.663755e-01 1.463059e-04;
1.051011e+00 8.587203e-01 1.335031e-04;
1.065522e+00 8.504295e-01 1.218660e-04;
1.078421e+00 8.415047e-01 1.112857e-04;
1.089944e+00 8.320109e-01 1.016634e-04;
1.100320e+00 8.220154e-01 9.291003e-05;
1.109767e+00 8.115868e-01 8.494468e-05;
1.118438e+00 8.007874e-01 7.769425e-05;
1.126266e+00 7.896515e-01 7.109247e-05;
1.133138e+00 7.782053e-01 6.507936e-05;
1.138952e+00 7.664733e-01 5.960061e-05;
1.143620e+00 7.544785e-01 5.460706e-05;
1.147095e+00 7.422473e-01 5.005417e-05;
1.149464e+00 7.298229e-01 4.590157e-05;
1.150838e+00 7.172525e-01 4.211268e-05;
1.151326e+00 7.045818e-01 3.865437e-05;
1.151033e+00 6.918553e-01 3.549661e-05;
1.150002e+00 6.791009e-01 3.261220e-05;
1.148061e+00 6.662846e-01 2.997643e-05;
1.144998e+00 6.533595e-01 2.756693e-05;
1.140622e+00 6.402807e-01 2.536339e-05;
1.134757e+00 6.270066e-01 2.334738e-05;
1.127298e+00 6.135148e-01 2.150221e-05;
1.118342e+00 5.998494e-01 1.981268e-05;
1.108033e+00 5.860682e-01 1.826500e-05;
1.096515e+00 5.722261e-01 1.684667e-05;
1.083928e+00 5.583746e-01 1.554631e-05;
1.070387e+00 5.445535e-01 1.435360e-05;
1.055934e+00 5.307673e-01 1.325915e-05;
1.040592e+00 5.170130e-01 1.225443e-05;
1.024385e+00 5.032889e-01 1.133169e-05;
1.007344e+00 4.895950e-01 1.048387e-05;
9.895268e-01 4.759442e-01 0.000000e+00;
9.711213e-01 4.623958e-01 0.000000e+00;
9.523257e-01 4.490154e-01 0.000000e+00;
9.333248e-01 4.358622e-01 0.000000e+00;
9.142877e-01 4.229897e-01 0.000000e+00;
8.952798e-01 4.104152e-01 0.000000e+00;
8.760157e-01 3.980356e-01 0.000000e+00;
8.561607e-01 3.857300e-01 0.000000e+00;
8.354235e-01 3.733907e-01 0.000000e+00;
8.135565e-01 3.609245e-01 0.000000e+00;
7.904565e-01 3.482860e-01 0.000000e+00;
7.664364e-01 3.355702e-01 0.000000e+00;
7.418777e-01 3.228963e-01 0.000000e+00;
7.171219e-01 3.103704e-01 0.000000e+00;
6.924717e-01 2.980865e-01 0.000000e+00;
6.681600e-01 2.861160e-01 0.000000e+00;
6.442697e-01 2.744822e-01 0.000000e+00;
6.208450e-01 2.631953e-01 0.000000e+00;
5.979243e-01 2.522628e-01 0.000000e+00;
5.755410e-01 2.416902e-01 0.000000e+00;
5.537296e-01 2.314809e-01 0.000000e+00;
5.325412e-01 2.216378e-01 0.000000e+00;
5.120218e-01 2.121622e-01 0.000000e+00;
4.922070e-01 2.030542e-01 0.000000e+00;
4.731224e-01 1.943124e-01 0.000000e+00;
4.547417e-01 1.859227e-01 0.000000e+00;
4.368719e-01 1.778274e-01 0.000000e+00;
4.193121e-01 1.699654e-01 0.000000e+00;
4.018980e-01 1.622841e-01 0.000000e+00;
3.844986e-01 1.547397e-01 0.000000e+00;
3.670592e-01 1.473081e-01 0.000000e+00;
3.497167e-01 1.400169e-01 0.000000e+00;
3.326305e-01 1.329013e-01 0.000000e+00;
3.159341e-01 1.259913e-01 0.000000e+00;
2.997374e-01 1.193120e-01 0.000000e+00;
2.841189e-01 1.128820e-01 0.000000e+00;
2.691053e-01 1.067113e-01 0.000000e+00;
2.547077e-01 1.008052e-01 0.000000e+00;
2.409319e-01 9.516653e-02 0.000000e+00;
2.277792e-01 8.979594e-02 0.000000e+00;
2.152431e-01 8.469044e-02 0.000000e+00;
2.033010e-01 7.984009e-02 0.000000e+00;
1.919276e-01 7.523372e-02 0.000000e+00;
1.810987e-01 7.086061e-02 0.000000e+00;
1.707914e-01 6.671045e-02 0.000000e+00;
1.609842e-01 6.277360e-02 0.000000e+00;
1.516577e-01 5.904179e-02 0.000000e+00;
1.427936e-01 5.550703e-02 0.000000e+00;
1.343737e-01 5.216139e-02 0.000000e+00;
1.263808e-01 4.899699e-02 0.000000e+00;
1.187979e-01 4.600578e-02 0.000000e+00;
1.116088e-01 4.317885e-02 0.000000e+00;
1.047975e-01 4.050755e-02 0.000000e+00;
9.834835e-02 3.798376e-02 0.000000e+00;
9.224597e-02 3.559982e-02 0.000000e+00;
8.647506e-02 3.334856e-02 0.000000e+00;
8.101986e-02 3.122332e-02 0.000000e+00;
7.586514e-02 2.921780e-02 0.000000e+00;
7.099633e-02 2.732601e-02 0.000000e+00;
6.639960e-02 2.554223e-02 0.000000e+00;
6.206225e-02 2.386121e-02 0.000000e+00;
5.797409e-02 2.227859e-02 0.000000e+00;
5.412533e-02 2.079020e-02 0.000000e+00;
5.050600e-02 1.939185e-02 0.000000e+00;
4.710606e-02 1.807939e-02 0.000000e+00;
4.391411e-02 1.684817e-02 0.000000e+00;
4.091411e-02 1.569188e-02 0.000000e+00;
3.809067e-02 1.460446e-02 0.000000e+00;
3.543034e-02 1.358062e-02 0.000000e+00;
3.292138e-02 1.261573e-02 0.000000e+00;
3.055672e-02 1.170696e-02 0.000000e+00;
2.834146e-02 1.085608e-02 0.000000e+00;
2.628033e-02 1.006476e-02 0.000000e+00;
2.437465e-02 9.333376e-03 0.000000e+00;
2.262306e-02 8.661284e-03 0.000000e+00;
2.101935e-02 8.046048e-03 0.000000e+00;
1.954647e-02 7.481130e-03 0.000000e+00;
1.818727e-02 6.959987e-03 0.000000e+00;
1.692727e-02 6.477070e-03 0.000000e+00;
1.575417e-02 6.027677e-03 0.000000e+00;
1.465854e-02 5.608169e-03 0.000000e+00;
1.363571e-02 5.216691e-03 0.000000e+00;
1.268205e-02 4.851785e-03 0.000000e+00;
1.179394e-02 4.512008e-03 0.000000e+00;
1.096778e-02 4.195941e-03 0.000000e+00;
1.019964e-02 3.902057e-03 0.000000e+00;
9.484317e-03 3.628371e-03 0.000000e+00;
8.816851e-03 3.373005e-03 0.000000e+00;
8.192921e-03 3.134315e-03 0.000000e+00;
7.608750e-03 2.910864e-03 0.000000e+00;
7.061391e-03 2.701528e-03 0.000000e+00;
6.549509e-03 2.505796e-03 0.000000e+00;
6.071970e-03 2.323231e-03 0.000000e+00;
5.627476e-03 2.153333e-03 0.000000e+00;
5.214608e-03 1.995557e-03 0.000000e+00;
4.831848e-03 1.849316e-03 0.000000e+00;
4.477579e-03 1.713976e-03 0.000000e+00;
4.150166e-03 1.588899e-03 0.000000e+00;
3.847988e-03 1.473453e-03 0.000000e+00;
3.569452e-03 1.367022e-03 0.000000e+00;
3.312857e-03 1.268954e-03 0.000000e+00;
3.076022e-03 1.178421e-03 0.000000e+00;
2.856894e-03 1.094644e-03 0.000000e+00;
2.653681e-03 1.016943e-03 0.000000e+00;
2.464821e-03 9.447269e-04 0.000000e+00;
2.289060e-03 8.775171e-04 0.000000e+00;
2.125694e-03 8.150438e-04 0.000000e+00;
1.974121e-03 7.570755e-04 0.000000e+00;
1.833723e-03 7.033755e-04 0.000000e+00;
1.703876e-03 6.537050e-04 0.000000e+00;
1.583904e-03 6.078048e-04 0.000000e+00;
1.472939e-03 5.653435e-04 0.000000e+00;
1.370151e-03 5.260046e-04 0.000000e+00;
1.274803e-03 4.895061e-04 0.000000e+00;
1.186238e-03 4.555970e-04 0.000000e+00;
1.103871e-03 4.240548e-04 0.000000e+00;
1.027194e-03 3.946860e-04 0.000000e+00;
9.557493e-04 3.673178e-04 0.000000e+00;
8.891262e-04 3.417941e-04 0.000000e+00;
8.269535e-04 3.179738e-04 0.000000e+00;
7.689351e-04 2.957441e-04 0.000000e+00;
7.149425e-04 2.750558e-04 0.000000e+00;
6.648590e-04 2.558640e-04 0.000000e+00;
6.185421e-04 2.381142e-04 0.000000e+00;
5.758303e-04 2.217445e-04 0.000000e+00;
5.365046e-04 2.066711e-04 0.000000e+00;
5.001842e-04 1.927474e-04 0.000000e+00;
4.665005e-04 1.798315e-04 0.000000e+00;
4.351386e-04 1.678023e-04 0.000000e+00;
4.058303e-04 1.565566e-04 0.000000e+00;
3.783733e-04 1.460168e-04 0.000000e+00;
3.526892e-04 1.361535e-04 0.000000e+00;
3.287199e-04 1.269451e-04 0.000000e+00;
3.063998e-04 1.183671e-04 0.000000e+00;
2.856577e-04 1.103928e-04 0.000000e+00;
2.664108e-04 1.029908e-04 0.000000e+00;
2.485462e-04 9.611836e-05 0.000000e+00;
2.319529e-04 8.973323e-05 0.000000e+00;
2.165300e-04 8.379694e-05 0.000000e+00;
2.021853e-04 7.827442e-05 0.000000e+00;
1.888338e-04 7.313312e-05 0.000000e+00;
1.763935e-04 6.834142e-05 0.000000e+00;
1.647895e-04 6.387035e-05 0.000000e+00;
1.539542e-04 5.969389e-05 0.000000e+00;
1.438270e-04 5.578862e-05 0.000000e+00;
1.343572e-04 5.213509e-05 0.000000e+00;
1.255141e-04 4.872179e-05 0.000000e+00;
1.172706e-04 4.553845e-05 0.000000e+00;
1.095983e-04 4.257443e-05 0.000000e+00;
1.024685e-04 3.981884e-05 0.000000e+00;
9.584715e-05 3.725877e-05 0.000000e+00;
8.968316e-05 3.487467e-05 0.000000e+00;
8.392734e-05 3.264765e-05 0.000000e+00;
7.853708e-05 3.056140e-05 0.000000e+00;
7.347551e-05 2.860175e-05 0.000000e+00;
6.871576e-05 2.675841e-05 0.000000e+00;
6.425257e-05 2.502943e-05 0.000000e+00;
6.008292e-05 2.341373e-05 0.000000e+00;
5.620098e-05 2.190914e-05 0.000000e+00;
5.259870e-05 2.051259e-05 0.000000e+00;
4.926279e-05 1.921902e-05 0.000000e+00;
4.616623e-05 1.801796e-05 0.000000e+00;
4.328212e-05 1.689899e-05 0.000000e+00;
4.058715e-05 1.585309e-05 0.000000e+00;
3.806114e-05 1.487243e-05 0.000000e+00]
# CIE 2006 10° observer XYZ CMFs. For further information
# see comment section for CIE 2006 2° observer XYZ CMFs
# Transformed from the CIE (2006) 2° LMS cone fundamentals[*]
# [*] http://cvrl.ioo.ucl.ac.uk/database/text/cienewxyz/cie2012xyz10.htm
function colormatch(::Type{CIE2006_10_CMF}, wavelen::Real)
return interpolate_table(cie2006_10deg_xyz_cmf_table, 380.0, 1.0, wavelen)
end
const cie2006_10deg_xyz_cmf_table=
[0.000000e+00 0.000000e+00 0.000000e+00;
0.000000e+00 0.000000e+00 0.000000e+00;
0.000000e+00 0.000000e+00 0.000000e+00;
0.000000e+00 0.000000e+00 0.000000e+00;
0.000000e+00 0.000000e+00 0.000000e+00;
0.000000e+00 0.000000e+00 0.000000e+00;
0.000000e+00 0.000000e+00 0.000000e+00;
0.000000e+00 0.000000e+00 0.000000e+00;
0.000000e+00 0.000000e+00 0.000000e+00;
0.000000e+00 0.000000e+00 0.000000e+00;
2.952420e-03 4.076779e-04 1.318752e-02;
3.577275e-03 4.977769e-04 1.597879e-02;
4.332146e-03 6.064754e-04 1.935758e-02;
5.241609e-03 7.370040e-04 2.343758e-02;
6.333902e-03 8.929388e-04 2.835021e-02;
7.641137e-03 1.078166e-03 3.424588e-02;
9.199401e-03 1.296816e-03 4.129467e-02;
1.104869e-02 1.553159e-03 4.968641e-02;
1.323262e-02 1.851463e-03 5.962964e-02;
1.579791e-02 2.195795e-03 7.134926e-02;
1.879338e-02 2.589775e-03 8.508254e-02;
2.226949e-02 3.036799e-03 1.010753e-01;
2.627978e-02 3.541926e-03 1.195838e-01;
3.087862e-02 4.111422e-03 1.408647e-01;
3.611890e-02 4.752618e-03 1.651644e-01;
4.204986e-02 5.474207e-03 1.927065e-01;
4.871256e-02 6.285034e-03 2.236782e-01;
5.612868e-02 7.188068e-03 2.582109e-01;
6.429866e-02 8.181786e-03 2.963632e-01;
7.319818e-02 9.260417e-03 3.381018e-01;
8.277331e-02 1.041303e-02 3.832822e-01;
9.295327e-02 1.162642e-02 4.316884e-01;
1.037137e-01 1.289884e-02 4.832440e-01;
1.150520e-01 1.423442e-02 5.379345e-01;
1.269771e-01 1.564080e-02 5.957740e-01;
1.395127e-01 1.712968e-02 6.568187e-01;
1.526661e-01 1.871265e-02 7.210459e-01;
1.663054e-01 2.038394e-02 7.878635e-01;
1.802197e-01 2.212935e-02 8.563391e-01;
1.941448e-01 2.392985e-02 9.253017e-01;
2.077647e-01 2.576133e-02 9.933444e-01;
2.207911e-01 2.760156e-02 1.059178e+00;
2.332355e-01 2.945513e-02 1.122832e+00;
2.452462e-01 3.133884e-02 1.184947e+00;
2.570397e-01 3.327575e-02 1.246476e+00;
2.688989e-01 3.529554e-02 1.308674e+00;
2.810677e-01 3.742705e-02 1.372628e+00;
2.933967e-01 3.967137e-02 1.437661e+00;
3.055933e-01 4.201998e-02 1.502449e+00;
3.173165e-01 4.446166e-02 1.565456e+00;
3.281798e-01 4.698226e-02 1.624940e+00;
3.378678e-01 4.956742e-02 1.679488e+00;
3.465097e-01 5.221219e-02 1.729668e+00;
3.543953e-01 5.491387e-02 1.776755e+00;
3.618655e-01 5.766919e-02 1.822228e+00;
3.693084e-01 6.047429e-02 1.867751e+00;
3.770107e-01 6.332195e-02 1.914504e+00;
3.846850e-01 6.619271e-02 1.961055e+00;
3.918591e-01 6.906185e-02 2.005136e+00;
3.980192e-01 7.190190e-02 2.044296e+00;
4.026189e-01 7.468288e-02 2.075946e+00;
4.052637e-01 7.738452e-02 2.098231e+00;
4.062482e-01 8.003601e-02 2.112591e+00;
4.060660e-01 8.268524e-02 2.121427e+00;
4.052283e-01 8.538745e-02 2.127239e+00;
4.042529e-01 8.820537e-02 2.132574e+00;
4.034808e-01 9.118925e-02 2.139093e+00;
4.025362e-01 9.431041e-02 2.144815e+00;
4.008675e-01 9.751346e-02 2.146832e+00;
3.979327e-01 1.007349e-01 2.142250e+00;
3.932139e-01 1.039030e-01 2.128264e+00;
3.864108e-01 1.069639e-01 2.103205e+00;
3.779513e-01 1.099676e-01 2.069388e+00;
3.684176e-01 1.129992e-01 2.030030e+00;
3.583473e-01 1.161541e-01 1.988178e+00;
3.482214e-01 1.195389e-01 1.946651e+00;
3.383830e-01 1.232503e-01 1.907521e+00;
3.288309e-01 1.273047e-01 1.870689e+00;
3.194977e-01 1.316964e-01 1.835578e+00;
3.103345e-01 1.364178e-01 1.801657e+00;
3.013112e-01 1.414586e-01 1.768440e+00;
2.923754e-01 1.468003e-01 1.735338e+00;
2.833273e-01 1.524002e-01 1.701254e+00;
2.739463e-01 1.582021e-01 1.665053e+00;
2.640352e-01 1.641400e-01 1.625712e+00;
2.534221e-01 1.701373e-01 1.582342e+00;
2.420135e-01 1.761233e-01 1.534439e+00;
2.299346e-01 1.820896e-01 1.482544e+00;
2.173617e-01 1.880463e-01 1.427438e+00;
2.044672e-01 1.940065e-01 1.369876e+00;
1.914176e-01 1.999859e-01 1.310576e+00;
1.783672e-01 2.060054e-01 1.250226e+00;
1.654407e-01 2.120981e-01 1.189511e+00;
1.527391e-01 2.183041e-01 1.129050e+00;
1.403439e-01 2.246686e-01 1.069379e+00;
1.283167e-01 2.312426e-01 1.010952e+00;
1.167124e-01 2.380741e-01 9.541809e-01;
1.056121e-01 2.451798e-01 8.995253e-01;
9.508569e-02 2.525682e-01 8.473720e-01;
8.518206e-02 2.602479e-01 7.980093e-01;
7.593120e-02 2.682271e-01 7.516389e-01;
6.733159e-02 2.765005e-01 7.082645e-01;
5.932018e-02 2.850035e-01 6.673867e-01;
5.184106e-02 2.936475e-01 6.284798e-01;
4.486119e-02 3.023319e-01 5.911174e-01;
3.836770e-02 3.109438e-01 5.549619e-01;
3.237296e-02 3.194105e-01 5.198843e-01;
2.692095e-02 3.278683e-01 4.862772e-01;
2.204070e-02 3.365263e-01 4.545497e-01;
1.773951e-02 3.456176e-01 4.249955e-01;
1.400745e-02 3.554018e-01 3.978114e-01;
1.082291e-02 3.660893e-01 3.730218e-01;
8.168996e-03 3.775857e-01 3.502618e-01;
6.044623e-03 3.896960e-01 3.291407e-01;
4.462638e-03 4.021947e-01 3.093356e-01;
3.446810e-03 4.148227e-01 2.905816e-01;
3.009513e-03 4.273539e-01 2.726773e-01;
3.090744e-03 4.398206e-01 2.555143e-01;
3.611221e-03 4.523360e-01 2.390188e-01;
4.491435e-03 4.650298e-01 2.231335e-01;
5.652072e-03 4.780482e-01 2.078158e-01;
7.035322e-03 4.915173e-01 1.930407e-01;
8.669631e-03 5.054224e-01 1.788089e-01;
1.060755e-02 5.197057e-01 1.651287e-01;
1.290468e-02 5.343012e-01 1.520103e-01;
1.561956e-02 5.491344e-01 1.394643e-01;
1.881640e-02 5.641302e-01 1.275353e-01;
2.256923e-02 5.792416e-01 1.163771e-01;
2.694456e-02 5.944264e-01 1.061161e-01;
3.199910e-02 6.096388e-01 9.682266e-02;
3.778185e-02 6.248296e-01 8.852389e-02;
4.430635e-02 6.399656e-01 8.118263e-02;
5.146516e-02 6.550943e-01 7.463132e-02;
5.912224e-02 6.702903e-01 6.870644e-02;
6.714220e-02 6.856375e-01 6.327834e-02;
7.538941e-02 7.012292e-01 5.824484e-02;
8.376697e-02 7.171103e-01 5.353812e-02;
9.233581e-02 7.330917e-01 4.914863e-02;
1.011940e-01 7.489041e-01 4.507511e-02;
1.104362e-01 7.642530e-01 4.131175e-02;
1.201511e-01 7.788199e-01 3.784916e-02;
1.303960e-01 7.923410e-01 3.467234e-02;
1.411310e-01 8.048510e-01 3.175471e-02;
1.522944e-01 8.164747e-01 2.907029e-02;
1.638288e-01 8.273520e-01 2.659651e-02;
1.756832e-01 8.376358e-01 2.431375e-02;
1.878114e-01 8.474653e-01 2.220677e-02;
2.001621e-01 8.568868e-01 2.026852e-02;
2.126822e-01 8.659242e-01 1.849246e-02;
2.253199e-01 8.746041e-01 1.687084e-02;
2.380254e-01 8.829552e-01 1.539505e-02;
2.507787e-01 8.910274e-01 1.405450e-02;
2.636778e-01 8.989495e-01 1.283354e-02;
2.768607e-01 9.068753e-01 1.171754e-02;
2.904792e-01 9.149652e-01 1.069415e-02;
3.046991e-01 9.233858e-01 9.753000e-03;
3.196485e-01 9.322325e-01 8.886096e-03;
3.352447e-01 9.412862e-01 8.089323e-03;
3.513290e-01 9.502378e-01 7.359131e-03;
3.677148e-01 9.587647e-01 6.691736e-03;
3.841856e-01 9.665325e-01 6.083223e-03;
4.005312e-01 9.732504e-01 5.529423e-03;
4.166669e-01 9.788415e-01 5.025504e-03;
4.325420e-01 9.832867e-01 4.566879e-03;
4.481063e-01 9.865720e-01 4.149405e-03;
4.633109e-01 9.886887e-01 3.769336e-03;
4.781440e-01 9.897056e-01 3.423302e-03;
4.927483e-01 9.899849e-01 3.108313e-03;
5.073315e-01 9.899624e-01 2.821650e-03;
5.221315e-01 9.900731e-01 2.560830e-03;
5.374170e-01 9.907500e-01 2.323578e-03;
5.534217e-01 9.922826e-01 2.107847e-03;
5.701242e-01 9.943837e-01 1.911867e-03;
5.874093e-01 9.966221e-01 1.734006e-03;
6.051269e-01 9.985649e-01 1.572736e-03;
6.230892e-01 9.997775e-01 1.426627e-03;
6.410999e-01 9.999440e-01 1.294325e-03;
6.590659e-01 9.992200e-01 1.174475e-03;
6.769436e-01 9.978793e-01 1.065842e-03;
6.947143e-01 9.961934e-01 9.673215e-04;
7.123849e-01 9.944304e-01 8.779264e-04;
7.299978e-01 9.927831e-01 7.967847e-04;
7.476478e-01 9.911578e-01 7.231502e-04;
7.654250e-01 9.893925e-01 6.563501e-04;
7.834009e-01 9.873288e-01 5.957678e-04;
8.016277e-01 9.848127e-01 5.408385e-04;
8.201041e-01 9.817253e-01 4.910441e-04;
8.386843e-01 9.780714e-01 4.459046e-04;
8.571936e-01 9.738860e-01 4.049826e-04;
8.754652e-01 9.692028e-01 3.678818e-04;
8.933408e-01 9.640545e-01 3.342429e-04;
9.106772e-01 9.584409e-01 3.037407e-04;
9.273554e-01 9.522379e-01 2.760809e-04;
9.432502e-01 9.452968e-01 2.509970e-04;
9.582244e-01 9.374773e-01 2.282474e-04;
9.721304e-01 9.286495e-01 2.076129e-04;
9.849237e-01 9.187953e-01 1.888948e-04;
9.970067e-01 9.083014e-01 1.719127e-04;
1.008907e+00 8.976352e-01 1.565030e-04;
1.021163e+00 8.872401e-01 1.425177e-04;
1.034327e+00 8.775360e-01 1.298230e-04;
1.048753e+00 8.687920e-01 1.182974e-04;
1.063937e+00 8.607474e-01 1.078310e-04;
1.079166e+00 8.530233e-01 9.832455e-05;
1.093723e+00 8.452535e-01 8.968787e-05;
1.106886e+00 8.370838e-01 8.183954e-05;
1.118106e+00 8.282409e-01 7.470582e-05;
1.127493e+00 8.187320e-01 6.821991e-05;
1.135317e+00 8.086352e-01 6.232132e-05;
1.141838e+00 7.980296e-01 5.695534e-05;
1.147304e+00 7.869950e-01 5.207245e-05;
1.151897e+00 7.756040e-01 4.762781e-05;
1.155582e+00 7.638996e-01 4.358082e-05;
1.158284e+00 7.519157e-01 3.989468e-05;
1.159934e+00 7.396832e-01 3.653612e-05;
1.160477e+00 7.272309e-01 3.347499e-05;
1.159890e+00 7.145878e-01 3.068400e-05;
1.158259e+00 7.017926e-01 2.813839e-05;
1.155692e+00 6.888866e-01 2.581574e-05;
1.152293e+00 6.759103e-01 2.369574e-05;
1.148163e+00 6.629035e-01 2.175998e-05;
1.143345e+00 6.498911e-01 1.999179e-05;
1.137685e+00 6.368410e-01 1.837603e-05;
1.130993e+00 6.237092e-01 1.689896e-05;
1.123097e+00 6.104541e-01 1.554815e-05;
1.113846e+00 5.970375e-01 1.431231e-05;
1.103152e+00 5.834395e-01 1.318119e-05;
1.091121e+00 5.697044e-01 1.214548e-05;
1.077902e+00 5.558892e-01 1.119673e-05;
1.063644e+00 5.420475e-01 1.032727e-05;
1.048485e+00 5.282296e-01 9.530130e-06;
1.032546e+00 5.144746e-01 8.798979e-06;
1.015870e+00 5.007881e-01 8.128065e-06;
9.984859e-01 4.871687e-01 7.512160e-06;
9.804227e-01 4.736160e-01 6.946506e-06;
9.617111e-01 4.601308e-01 6.426776e-06;
9.424119e-01 4.467260e-01 0.000000e+00;
9.227049e-01 4.334589e-01 0.000000e+00;
9.027804e-01 4.203919e-01 0.000000e+00;
8.828123e-01 4.075810e-01 0.000000e+00;
8.629581e-01 3.950755e-01 0.000000e+00;
8.432731e-01 3.828894e-01 0.000000e+00;
8.234742e-01 3.709190e-01 0.000000e+00;
8.032342e-01 3.590447e-01 0.000000e+00;
7.822715e-01 3.471615e-01 0.000000e+00;
7.603498e-01 3.351794e-01 0.000000e+00;
7.373739e-01 3.230562e-01 0.000000e+00;
7.136470e-01 3.108859e-01 0.000000e+00;
6.895336e-01 2.987840e-01 0.000000e+00;
6.653567e-01 2.868527e-01 0.000000e+00;
6.413984e-01 2.751807e-01 0.000000e+00;
6.178723e-01 2.638343e-01 0.000000e+00;
5.948484e-01 2.528330e-01 0.000000e+00;
5.723600e-01 2.421835e-01 0.000000e+00;
5.504353e-01 2.318904e-01 0.000000e+00;
5.290979e-01 2.219564e-01 0.000000e+00;
5.083728e-01 2.123826e-01 0.000000e+00;
4.883006e-01 2.031698e-01 0.000000e+00;
4.689171e-01 1.943179e-01 0.000000e+00;
4.502486e-01 1.858250e-01 0.000000e+00;
4.323126e-01 1.776882e-01 0.000000e+00;
4.150790e-01 1.698926e-01 0.000000e+00;
3.983657e-01 1.623822e-01 0.000000e+00;
3.819846e-01 1.550986e-01 0.000000e+00;
3.657821e-01 1.479918e-01 0.000000e+00;
3.496358e-01 1.410203e-01 0.000000e+00;
3.334937e-01 1.341614e-01 0.000000e+00;
3.174776e-01 1.274401e-01 0.000000e+00;
3.017298e-01 1.208887e-01 0.000000e+00;
2.863684e-01 1.145345e-01 0.000000e+00;
2.714900e-01 1.083996e-01 0.000000e+00;
2.571632e-01 1.025007e-01 0.000000e+00;
2.434102e-01 9.684588e-02 0.000000e+00;
2.302389e-01 9.143944e-02 0.000000e+00;
2.176527e-01 8.628318e-02 0.000000e+00;
2.056507e-01 8.137687e-02 0.000000e+00;
1.942251e-01 7.671708e-02 0.000000e+00;
1.833530e-01 7.229404e-02 0.000000e+00;
1.730097e-01 6.809696e-02 0.000000e+00;
1.631716e-01 6.411549e-02 0.000000e+00;
1.538163e-01 6.033976e-02 0.000000e+00;
1.449230e-01 5.676054e-02 0.000000e+00;
1.364729e-01 5.336992e-02 0.000000e+00;
1.284483e-01 5.016027e-02 0.000000e+00;
1.208320e-01 4.712405e-02 0.000000e+00;
1.136072e-01 4.425383e-02 0.000000e+00;
1.067579e-01 4.154205e-02 0.000000e+00;
1.002685e-01 3.898042e-02 0.000000e+00;
9.412394e-02 3.656091e-02 0.000000e+00;
8.830929e-02 3.427597e-02 0.000000e+00;
8.281010e-02 3.211852e-02 0.000000e+00;
7.761208e-02 3.008192e-02 0.000000e+00;
7.270064e-02 2.816001e-02 0.000000e+00;
6.806167e-02 2.634698e-02 0.000000e+00;
6.368176e-02 2.463731e-02 0.000000e+00;
5.954815e-02 2.302574e-02 0.000000e+00;
5.564917e-02 2.150743e-02 0.000000e+00;
5.197543e-02 2.007838e-02 0.000000e+00;
4.851788e-02 1.873474e-02 0.000000e+00;
4.526737e-02 1.747269e-02 0.000000e+00;
4.221473e-02 1.628841e-02 0.000000e+00;
3.934954e-02 1.517767e-02 0.000000e+00;
3.665730e-02 1.413473e-02 0.000000e+00;
3.412407e-02 1.315408e-02 0.000000e+00;
3.173768e-02 1.223092e-02 0.000000e+00;
2.948752e-02 1.136106e-02 0.000000e+00;
2.736717e-02 1.054190e-02 0.000000e+00;
2.538113e-02 9.775050e-03 0.000000e+00;
2.353356e-02 9.061962e-03 0.000000e+00;
2.182558e-02 8.402962e-03 0.000000e+00;
2.025590e-02 7.797457e-03 0.000000e+00;
1.881892e-02 7.243230e-03 0.000000e+00;
1.749930e-02 6.734381e-03 0.000000e+00;
1.628167e-02 6.265001e-03 0.000000e+00;
1.515301e-02 5.830085e-03 0.000000e+00;
1.410230e-02 5.425391e-03 0.000000e+00;
1.312106e-02 5.047634e-03 0.000000e+00;
1.220509e-02 4.695140e-03 0.000000e+00;
1.135114e-02 4.366592e-03 0.000000e+00;
1.055593e-02 4.060685e-03 0.000000e+00;
9.816228e-03 3.776140e-03 0.000000e+00;
9.128517e-03 3.511578e-03 0.000000e+00;
8.488116e-03 3.265211e-03 0.000000e+00;
7.890589e-03 3.035344e-03 0.000000e+00;
7.332061e-03 2.820496e-03 0.000000e+00;
6.809147e-03 2.619372e-03 0.000000e+00;
6.319204e-03 2.430960e-03 0.000000e+00;
5.861036e-03 2.254796e-03 0.000000e+00;
5.433624e-03 2.090489e-03 0.000000e+00;
5.035802e-03 1.937586e-03 0.000000e+00;
4.666298e-03 1.795595e-03 0.000000e+00;
4.323750e-03 1.663989e-03 0.000000e+00;
4.006709e-03 1.542195e-03 0.000000e+00;
3.713708e-03 1.429639e-03 0.000000e+00;
3.443294e-03 1.325752e-03 0.000000e+00;
3.194041e-03 1.229980e-03 0.000000e+00;
2.964424e-03 1.141734e-03 0.000000e+00;
2.752492e-03 1.060269e-03 0.000000e+00;
2.556406e-03 9.848854e-04 0.000000e+00;
2.374564e-03 9.149703e-04 0.000000e+00;
2.205568e-03 8.499903e-04 0.000000e+00;
2.048294e-03 7.895158e-04 0.000000e+00;
1.902113e-03 7.333038e-04 0.000000e+00;
1.766485e-03 6.811458e-04 0.000000e+00;
1.640857e-03 6.328287e-04 0.000000e+00;
1.524672e-03 5.881375e-04 0.000000e+00;
1.417322e-03 5.468389e-04 0.000000e+00;
1.318031e-03 5.086349e-04 0.000000e+00;
1.226059e-03 4.732403e-04 0.000000e+00;
1.140743e-03 4.404016e-04 0.000000e+00;
1.061495e-03 4.098928e-04 0.000000e+00;
9.877949e-04 3.815137e-04 0.000000e+00;
9.191847e-04 3.550902e-04 0.000000e+00;
8.552568e-04 3.304668e-04 0.000000e+00;
7.956433e-04 3.075030e-04 0.000000e+00;
7.400120e-04 2.860718e-04 0.000000e+00;
6.880980e-04 2.660718e-04 0.000000e+00;
6.397864e-04 2.474586e-04 0.000000e+00;
5.949726e-04 2.301919e-04 0.000000e+00;
5.535291e-04 2.142225e-04 0.000000e+00;
5.153113e-04 1.994949e-04 0.000000e+00;
4.801234e-04 1.859336e-04 0.000000e+00;
4.476245e-04 1.734067e-04 0.000000e+00;
4.174846e-04 1.617865e-04 0.000000e+00;
3.894221e-04 1.509641e-04 0.000000e+00;
3.631969e-04 1.408466e-04 0.000000e+00;
3.386279e-04 1.313642e-04 0.000000e+00;
3.156452e-04 1.224905e-04 0.000000e+00;
2.941966e-04 1.142060e-04 0.000000e+00;
2.742235e-04 1.064886e-04 0.000000e+00;
2.556624e-04 9.931439e-05 0.000000e+00;
2.384390e-04 9.265512e-05 0.000000e+00;
2.224525e-04 8.647225e-05 0.000000e+00;
2.076036e-04 8.072780e-05 0.000000e+00;
1.938018e-04 7.538716e-05 0.000000e+00;
1.809649e-04 7.041878e-05 0.000000e+00;
1.690167e-04 6.579338e-05 0.000000e+00;
1.578839e-04 6.148250e-05 0.000000e+00;
1.474993e-04 5.746008e-05 0.000000e+00;
1.378026e-04 5.370272e-05 0.000000e+00;
1.287394e-04 5.018934e-05 0.000000e+00;
1.202644e-04 4.690245e-05 0.000000e+00;
1.123502e-04 4.383167e-05 0.000000e+00;
1.049725e-04 4.096780e-05 0.000000e+00;
9.810596e-05 3.830123e-05 0.000000e+00;
9.172477e-05 3.582218e-05 0.000000e+00;
8.579861e-05 3.351903e-05 0.000000e+00;
8.028174e-05 3.137419e-05 0.000000e+00;
7.513013e-05 2.937068e-05 0.000000e+00;
7.030565e-05 2.749380e-05 0.000000e+00;
6.577532e-05 2.573083e-05 0.000000e+00;
6.151508e-05 2.407249e-05 0.000000e+00;
5.752025e-05 2.251704e-05 0.000000e+00;
5.378813e-05 2.106350e-05 0.000000e+00;
5.031350e-05 1.970991e-05 0.000000e+00;
4.708916e-05 1.845353e-05 0.000000e+00;
4.410322e-05 1.728979e-05 0.000000e+00;
4.133150e-05 1.620928e-05 0.000000e+00;
3.874992e-05 1.520262e-05 0.000000e+00;
3.633762e-05 1.426169e-05 0.000000e+00;
3.407653e-05 1.337946e-05 0.000000e+00]
| [
198,
397,
8709,
2099,
16477,
37,
886,
198,
397,
8709,
2099,
327,
10008,
1129,
3132,
62,
24187,
37,
1279,
25,
16477,
37,
886,
198,
397,
8709,
2099,
327,
10008,
46477,
62,
24187,
37,
1279,
25,
16477,
37,
886,
198,
397,
8709,
2099,
327,
10008,
1129,
3132,
41,
62,
24187,
37,
1279,
25,
16477,
37,
886,
198,
397,
8709,
2099,
327,
10008,
1129,
3132,
41697,
62,
24187,
37,
1279,
25,
16477,
37,
886,
198,
397,
8709,
2099,
327,
10008,
13330,
62,
17,
62,
24187,
37,
1279,
25,
16477,
37,
886,
198,
397,
8709,
2099,
327,
10008,
13330,
62,
940,
62,
24187,
37,
1279,
25,
16477,
37,
886,
198,
198,
37811,
198,
220,
220,
220,
951,
579,
963,
7,
10247,
26623,
8,
198,
220,
220,
220,
951,
579,
963,
7,
15699,
278,
8818,
11,
28400,
8,
198,
198,
36,
2100,
4985,
262,
327,
10008,
3210,
22890,
3124,
2872,
2163,
13,
198,
198,
2,
20559,
2886,
198,
198,
12,
12336,
8818,
357,
25968,
2599,
257,
2099,
973,
284,
11986,
262,
12336,
2163,
13,
10031,
1063,
2291,
25,
198,
198,
12,
532,
4600,
34,
10008,
1129,
3132,
62,
24187,
37,
63,
357,
1169,
4277,
11,
262,
327,
10008,
34625,
362,
7200,
12336,
2163,
8,
198,
12,
532,
4600,
34,
10008,
46477,
62,
24187,
37,
63,
357,
1169,
327,
10008,
17575,
838,
7200,
3124,
12336,
2163,
8,
198,
12,
532,
4600,
34,
10008,
1129,
3132,
41,
62,
24187,
37,
63,
357,
41,
4185,
15068,
284,
4600,
34,
10008,
1129,
3132,
62,
24187,
37,
63,
8,
198,
12,
532,
4600,
34,
10008,
1129,
3132,
41697,
62,
24187,
37,
63,
357,
41,
4185,
12,
53,
418,
15068,
284,
4600,
34,
10008,
1129,
3132,
62,
24187,
37,
63,
8,
198,
198,
12,
28400,
25,
15329,
26623,
286,
19819,
287,
15709,
40077,
13,
198,
198,
35561,
262,
41420,
57,
1988,
286,
11067,
3124,
13,
198,
37811,
198,
8818,
951,
579,
963,
7,
10247,
626,
268,
3712,
15633,
8,
198,
220,
220,
220,
1441,
951,
579,
963,
7,
34,
10008,
1129,
3132,
62,
24187,
37,
11,
2082,
626,
268,
8,
198,
437,
628,
198,
31,
10378,
8344,
378,
269,
494,
62,
8043,
62,
15699,
951,
579,
963,
628,
198,
2,
4225,
16104,
378,
1022,
3815,
287,
257,
12067,
69,
3084,
11,
810,
262,
3084,
4940,
198,
2,
379,
4600,
9688,
63,
28642,
290,
468,
4600,
9662,
63,
28642,
1022,
12784,
13,
198,
8818,
39555,
378,
62,
11487,
7,
83,
2436,
11,
923,
11,
2239,
11,
2082,
626,
268,
8,
198,
220,
220,
220,
299,
796,
2546,
7,
83,
2436,
11,
352,
8,
198,
220,
220,
220,
2245,
796,
923,
1343,
2239,
1635,
357,
77,
532,
352,
8,
198,
220,
220,
220,
1312,
796,
357,
10247,
626,
268,
532,
923,
8,
1220,
2239,
628,
220,
220,
220,
257,
796,
4314,
7,
46541,
11,
1312,
8,
1343,
352,
198,
220,
220,
220,
936,
796,
352,
19841,
257,
19841,
299,
5633,
256,
2436,
58,
64,
11,
47715,
1058,
685,
15,
13,
15,
11,
657,
13,
15,
11,
657,
13,
15,
60,
628,
220,
220,
220,
275,
796,
2906,
346,
7,
46541,
11,
1312,
8,
1343,
352,
198,
220,
220,
220,
47125,
796,
352,
19841,
275,
19841,
299,
5633,
256,
2436,
58,
65,
11,
47715,
1058,
685,
15,
13,
15,
11,
657,
13,
15,
11,
657,
13,
15,
60,
628,
220,
220,
220,
279,
796,
1312,
4064,
352,
13,
15,
198,
220,
220,
220,
936,
796,
279,
1635,
47125,
1343,
357,
16,
13,
15,
532,
279,
8,
1635,
936,
628,
220,
220,
220,
1441,
41420,
57,
7,
330,
58,
16,
4357,
936,
58,
17,
4357,
936,
58,
18,
12962,
198,
437,
628,
198,
8818,
951,
579,
963,
7,
3712,
6030,
90,
34,
10008,
1129,
3132,
62,
24187,
37,
5512,
2082,
626,
268,
3712,
15633,
8,
198,
220,
220,
220,
1441,
39555,
378,
62,
11487,
7,
66,
494,
1129,
3132,
62,
11215,
69,
62,
11487,
11,
11470,
13,
15,
11,
352,
13,
15,
11,
2082,
626,
268,
8,
198,
437,
198,
198,
2,
327,
10008,
34625,
362,
7200,
3124,
12336,
2163,
11,
352,
21533,
41867,
3599,
379,
11470,
21533,
198,
9979,
269,
494,
1129,
3132,
62,
11215,
69,
62,
11487,
796,
198,
220,
220,
220,
685,
15,
13,
18005,
1959,
12865,
830,
220,
657,
13,
20483,
2670,
1558,
830,
220,
657,
13,
830,
33206,
3064,
830,
26,
198,
220,
220,
220,
220,
657,
13,
18005,
29334,
2857,
830,
220,
657,
13,
20483,
47106,
2327,
6659,
220,
657,
13,
830,
21,
28362,
3720,
2167,
26,
198,
220,
220,
220,
220,
657,
13,
18005,
5066,
1795,
2481,
405,
220,
657,
13,
20483,
2920,
1959,
31916,
220,
657,
13,
830,
29143,
1415,
3980,
405,
26,
198,
220,
220,
220,
220,
657,
13,
18005,
5705,
405,
2718,
405,
220,
657,
13,
20483,
2816,
2624,
20809,
220,
657,
13,
830,
4521,
405,
1065,
7029,
26,
198,
220,
220,
220,
220,
657,
13,
830,
1238,
2791,
3829,
2167,
220,
657,
13,
20483,
21,
21315,
22995,
220,
657,
13,
830,
24,
2791,
3270,
2078,
405,
26,
198,
220,
220,
220,
220,
657,
13,
830,
1954,
2481,
20483,
220,
657,
13,
20483,
3388,
2996,
830,
220,
657,
13,
37187,
4521,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
830,
21719,
48524,
830,
220,
657,
13,
20483,
3695,
19924,
1129,
220,
657,
13,
405,
1065,
1238,
29796,
830,
26,
198,
220,
220,
220,
220,
657,
13,
830,
1959,
1270,
2425,
830,
220,
657,
13,
20483,
5774,
3134,
29211,
220,
657,
13,
405,
19708,
1983,
1959,
830,
26,
198,
220,
220,
220,
220,
657,
13,
830,
37967,
30460,
830,
220,
657,
13,
20483,
4089,
31952,
2598,
220,
657,
13,
405,
21526,
2327,
3720,
830,
26,
198,
220,
220,
220,
220,
657,
13,
830,
2623,
2079,
1415,
830,
220,
657,
13,
2388,
11442,
45331,
1270,
220,
657,
13,
405,
1558,
2682,
27033,
830,
26,
198,
220,
220,
220,
220,
657,
13,
830,
37309,
12865,
830,
220,
657,
13,
2388,
1065,
2670,
2388,
220,
657,
13,
405,
1129,
3510,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
830,
44578,
1314,
5774,
405,
220,
657,
13,
2388,
1485,
3459,
2414,
940,
220,
657,
13,
21601,
1558,
3324,
3324,
830,
26,
198,
220,
220,
220,
220,
657,
13,
830,
44085,
4089,
43434,
220,
657,
13,
2388,
1314,
2816,
4761,
1795,
220,
657,
13,
405,
1731,
2327,
34583,
830,
26,
198,
220,
220,
220,
220,
657,
13,
830,
3365,
1507,
4051,
830,
220,
657,
13,
2388,
1558,
2598,
1959,
1899,
220,
657,
13,
405,
27367,
1129,
4310,
830,
26,
198,
220,
220,
220,
220,
657,
13,
830,
35916,
1954,
2857,
405,
220,
657,
13,
2388,
1129,
3365,
2718,
1120,
220,
657,
13,
405,
22996,
1795,
2414,
830,
26,
198,
220,
220,
220,
220,
657,
13,
830,
4524,
1433,
20483,
220,
657,
13,
2388,
17572,
2167,
405,
220,
657,
13,
405,
2682,
4521,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
830,
5705,
1120,
1959,
8054,
220,
657,
13,
2388,
23045,
2670,
17544,
220,
657,
13,
405,
2670,
2425,
24403,
830,
26,
198,
220,
220,
220,
220,
657,
13,
830,
4846,
2231,
2075,
7410,
220,
657,
13,
2388,
21033,
39226,
1899,
220,
657,
13,
405,
2231,
1821,
3459,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
14454,
2920,
2920,
830,
220,
657,
13,
2388,
18,
21395,
940,
1821,
220,
657,
13,
22544,
1314,
5999,
2167,
405,
26,
198,
220,
220,
220,
220,
657,
13,
405,
10163,
1157,
4051,
830,
220,
657,
13,
2388,
33394,
17827,
940,
220,
657,
13,
22544,
1795,
1959,
2998,
830,
26,
198,
220,
220,
220,
220,
657,
13,
405,
1485,
3104,
10535,
220,
657,
13,
2388,
2670,
10535,
220,
657,
13,
28041,
2231,
18005,
830,
26,
198,
220,
220,
220,
220,
657,
13,
8298,
1120,
21261,
2388,
220,
657,
13,
2388,
40173,
2075,
7029,
220,
657,
13,
405,
32583,
2624,
1433,
830,
26,
198,
220,
220,
220,
220,
657,
13,
405,
23237,
1954,
2078,
830,
220,
657,
13,
2388,
42947,
1415,
8054,
220,
657,
13,
405,
3324,
2231,
33646,
830,
26,
198,
220,
220,
220,
220,
657,
13,
405,
15259,
1954,
6469,
830,
220,
657,
13,
2388,
45969,
4531,
8054,
220,
657,
13,
405,
5332,
486,
1314,
11024,
26,
198,
220,
220,
220,
220,
657,
13,
405,
21908,
39251,
830,
220,
657,
13,
2388,
3553,
1558,
2414,
405,
220,
657,
13,
405,
5824,
18781,
2598,
830,
26,
198,
220,
220,
220,
220,
657,
13,
405,
1828,
2623,
10535,
220,
657,
13,
2388,
2414,
10535,
220,
657,
13,
486,
2713,
19,
17032,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
1495,
2327,
27203,
830,
220,
657,
13,
44808,
1954,
2598,
21536,
220,
657,
13,
486,
45271,
7410,
830,
26,
198,
220,
220,
220,
220,
657,
13,
405,
2078,
5892,
1899,
23924,
220,
657,
13,
2388,
23,
1828,
1065,
16102,
220,
657,
13,
486,
2623,
2816,
5774,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
2091,
25257,
1959,
830,
220,
657,
13,
2388,
6052,
33042,
14198,
220,
657,
13,
486,
40486,
28256,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
11245,
44550,
24940,
830,
220,
657,
13,
18005,
3312,
20809,
3064,
220,
657,
13,
486,
3324,
18938,
20,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
22914,
26660,
10535,
220,
657,
13,
18005,
2167,
20483,
220,
657,
13,
44613,
4059,
49388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
35435,
1954,
4531,
830,
220,
657,
13,
18005,
2682,
4089,
27559,
220,
657,
13,
2999,
1495,
1157,
2623,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
22544,
2091,
405,
2780,
830,
220,
657,
13,
18005,
47396,
5892,
830,
220,
657,
13,
36629,
1238,
25270,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
3270,
41019,
1065,
830,
220,
657,
13,
18005,
2154,
21315,
830,
220,
657,
13,
46957,
1983,
5607,
2167,
405,
26,
198,
220,
220,
220,
220,
657,
13,
405,
3134,
42224,
1558,
830,
220,
657,
13,
18005,
24,
1507,
1433,
830,
220,
657,
13,
3070,
23362,
32869,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
25816,
2996,
24598,
220,
657,
13,
830,
24591,
10535,
220,
657,
13,
48597,
2481,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
25257,
2425,
1485,
4790,
830,
220,
657,
13,
830,
1731,
35844,
3134,
405,
220,
657,
13,
3023,
1415,
2718,
4869,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
39103,
2078,
3459,
2388,
220,
657,
13,
830,
2078,
17464,
2388,
220,
657,
13,
48000,
1120,
2718,
2167,
405,
26,
198,
220,
220,
220,
220,
657,
13,
486,
23726,
1558,
20483,
220,
657,
13,
830,
18,
21652,
2167,
405,
220,
657,
13,
2713,
3901,
26709,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
486,
2078,
3388,
486,
2388,
220,
657,
13,
830,
27277,
2075,
3134,
405,
220,
657,
13,
41322,
2079,
43564,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
28645,
3132,
24598,
220,
657,
13,
830,
34107,
10535,
220,
657,
13,
15,
30924,
4059,
49388,
26,
198,
220,
220,
220,
220,
657,
13,
25150,
2154,
34938,
2388,
220,
657,
13,
830,
19,
31496,
1415,
9879,
220,
657,
13,
2998,
2598,
4521,
18,
2167,
405,
26,
198,
220,
220,
220,
220,
657,
13,
29326,
20198,
2598,
2388,
220,
657,
13,
830,
2857,
1270,
1731,
830,
220,
657,
13,
2919,
20809,
21599,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
29159,
3695,
1065,
2167,
405,
220,
657,
13,
830,
20,
23188,
4304,
830,
220,
657,
13,
49352,
21395,
2414,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
15,
22745,
2780,
486,
2388,
220,
657,
13,
830,
3553,
1828,
1507,
9879,
220,
657,
13,
2931,
5332,
1821,
2780,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
45310,
1129,
24598,
220,
657,
13,
830,
2414,
24598,
220,
657,
13,
11442,
2167,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
45987,
22745,
2623,
2388,
220,
657,
13,
830,
22,
1731,
3980,
2388,
220,
657,
13,
1065,
3510,
1485,
6200,
830,
26,
198,
220,
220,
220,
220,
657,
13,
48891,
3695,
23045,
2388,
220,
657,
13,
830,
47338,
4059,
830,
220,
657,
13,
1415,
1558,
486,
9879,
830,
26,
198,
220,
220,
220,
220,
657,
13,
15,
28460,
34583,
2167,
405,
220,
657,
13,
830,
5824,
18298,
2388,
220,
657,
13,
1433,
12952,
2327,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
15,
22842,
3104,
1731,
2388,
220,
657,
13,
37187,
3388,
3459,
2388,
220,
657,
13,
24839,
1495,
3104,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
3023,
35273,
24598,
220,
657,
13,
405,
19244,
24598,
220,
657,
13,
1238,
4524,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
47202,
2079,
3980,
20483,
220,
657,
13,
405,
20809,
1238,
6420,
830,
220,
657,
13,
1954,
30803,
2481,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
2713,
1120,
1828,
8054,
830,
220,
657,
13,
405,
1314,
1270,
2425,
11024,
220,
657,
13,
2075,
2075,
1157,
7029,
830,
26,
198,
220,
220,
220,
220,
657,
13,
3312,
1558,
1507,
7410,
830,
220,
657,
13,
405,
1558,
1238,
27412,
830,
220,
657,
13,
1959,
32883,
3510,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
3312,
5892,
1065,
10535,
220,
657,
13,
405,
1129,
2327,
32637,
830,
220,
657,
13,
26073,
43240,
4059,
830,
26,
198,
220,
220,
220,
220,
657,
13,
2998,
49641,
24598,
220,
657,
13,
21601,
1507,
24598,
220,
657,
13,
2718,
1485,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
2919,
3388,
3365,
1157,
2388,
220,
657,
13,
405,
22995,
2780,
20483,
220,
657,
13,
35218,
22567,
3064,
830,
26,
198,
220,
220,
220,
220,
657,
13,
2931,
22,
1558,
3134,
2167,
405,
220,
657,
13,
405,
1983,
2414,
10535,
220,
657,
13,
19,
39111,
2414,
33470,
26,
198,
220,
220,
220,
220,
657,
13,
15711,
1821,
5066,
20483,
220,
657,
13,
11245,
1157,
3695,
20483,
220,
657,
13,
20,
38391,
2780,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
1065,
2998,
3134,
33470,
220,
657,
13,
405,
2327,
2075,
7029,
830,
220,
657,
13,
3553,
3865,
1270,
6200,
830,
26,
198,
220,
220,
220,
220,
657,
13,
19880,
2548,
24598,
220,
657,
13,
22914,
10535,
830,
220,
657,
13,
21,
29228,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
19442,
31128,
33470,
220,
657,
13,
405,
2231,
3510,
1731,
2388,
220,
657,
13,
45720,
2780,
2548,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
20986,
2670,
3553,
20483,
220,
657,
13,
22544,
1314,
6052,
2167,
405,
220,
657,
13,
3720,
3134,
1485,
6200,
830,
26,
198,
220,
220,
220,
220,
657,
13,
1507,
29279,
3064,
830,
220,
657,
13,
405,
3365,
1959,
2078,
2388,
220,
657,
13,
23,
39761,
2231,
12865,
830,
26,
198,
220,
220,
220,
220,
657,
13,
28054,
1157,
10535,
220,
657,
13,
405,
2996,
3510,
1433,
2388,
220,
657,
13,
24,
46438,
2670,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
22291,
3324,
24598,
220,
657,
13,
405,
4790,
8269,
220,
352,
13,
15,
2670,
2713,
486,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
1954,
29159,
3104,
20483,
220,
657,
13,
405,
1795,
4521,
35378,
830,
220,
352,
13,
15363,
2623,
4790,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
1731,
2780,
3720,
9879,
830,
220,
657,
13,
405,
4531,
2919,
22,
2167,
405,
220,
352,
13,
20356,
38073,
3064,
830,
26,
198,
220,
220,
220,
220,
657,
13,
25600,
3324,
4790,
20483,
220,
657,
13,
405,
5607,
3134,
3104,
2388,
220,
352,
13,
25600,
1065,
2091,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
1983,
1507,
2998,
12865,
830,
220,
657,
13,
486,
3312,
2414,
3559,
2388,
220,
352,
13,
18,
23516,
1959,
8054,
830,
26,
198,
220,
220,
220,
220,
657,
13,
2078,
2670,
8269,
220,
657,
13,
486,
1433,
8269,
220,
352,
13,
2548,
3980,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
1959,
39449,
2548,
20483,
220,
657,
13,
486,
1495,
4790,
1558,
2388,
220,
352,
13,
2598,
2075,
2327,
33470,
26,
198,
220,
220,
220,
220,
657,
13,
1270,
35890,
2996,
20483,
220,
657,
13,
486,
31128,
1983,
2167,
405,
220,
352,
13,
2920,
22148,
2327,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
25838,
3695,
4790,
20483,
220,
657,
13,
486,
3510,
1959,
3104,
2388,
220,
352,
13,
20,
3682,
1129,
3070,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
2624,
1433,
2231,
7029,
830,
220,
657,
13,
486,
3553,
8628,
24,
2388,
220,
352,
13,
3365,
2780,
1795,
9879,
830,
26,
198,
220,
220,
220,
220,
657,
13,
18,
26279,
8269,
220,
657,
13,
486,
41580,
24598,
220,
352,
13,
21,
1828,
4846,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
31380,
2327,
1485,
20483,
220,
657,
13,
486,
7410,
49150,
2388,
220,
352,
13,
2996,
31102,
2780,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
29626,
2481,
486,
20483,
220,
657,
13,
486,
5892,
1415,
2780,
2388,
220,
352,
13,
35978,
1959,
3270,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
2682,
27970,
1485,
20483,
220,
657,
13,
33618,
2231,
2670,
2167,
405,
220,
352,
13,
2154,
44183,
2231,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
30557,
1065,
4846,
20483,
220,
657,
13,
2999,
1558,
1507,
1731,
2388,
220,
352,
13,
43916,
2548,
2481,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
28978,
2078,
24598,
220,
657,
13,
45310,
10535,
830,
220,
352,
13,
4524,
35402,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
2682,
3865,
2079,
12865,
830,
220,
657,
13,
40839,
1959,
40652,
2388,
220,
352,
13,
4304,
405,
2598,
8054,
830,
26,
198,
220,
220,
220,
220,
657,
13,
2327,
486,
2857,
7029,
830,
220,
657,
13,
15,
11645,
35500,
2388,
220,
352,
13,
22,
38205,
1954,
6200,
830,
26,
198,
220,
220,
220,
220,
657,
13,
2327,
405,
1485,
10535,
220,
657,
13,
15,
26276,
3365,
3553,
2388,
220,
352,
13,
39509,
2075,
2718,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
27371,
27800,
10535,
220,
657,
13,
46957,
2327,
11623,
2388,
220,
352,
13,
22,
36088,
2091,
7029,
830,
26,
198,
220,
220,
220,
220,
657,
13,
2682,
37988,
24598,
220,
657,
13,
15,
27728,
8269,
220,
352,
13,
3695,
2075,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
30557,
2718,
2091,
20483,
220,
657,
13,
3070,
1485,
940,
5999,
2388,
220,
352,
13,
3695,
1959,
3104,
33470,
26,
198,
220,
220,
220,
220,
657,
13,
33535,
2075,
1731,
20483,
220,
657,
13,
3070,
25270,
27412,
2388,
220,
352,
13,
3695,
1433,
2079,
7410,
830,
26,
198,
220,
220,
220,
220,
657,
13,
2682,
1507,
2919,
7410,
830,
220,
657,
13,
3070,
2231,
2481,
1065,
2388,
220,
352,
13,
40393,
22337,
33470,
26,
198,
220,
220,
220,
220,
657,
13,
29626,
2931,
19,
3064,
830,
220,
657,
13,
48597,
18182,
4869,
2388,
220,
352,
13,
34483,
23,
3134,
3064,
830,
26,
198,
220,
220,
220,
220,
657,
13,
29211,
2167,
10535,
220,
657,
13,
15,
2548,
10535,
830,
220,
352,
13,
3324,
21895,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
20370,
37781,
20483,
220,
657,
13,
15,
2670,
5705,
28933,
2388,
220,
352,
13,
30610,
1495,
4531,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
2091,
22914,
1157,
20483,
220,
657,
13,
3023,
1558,
3104,
10535,
220,
352,
13,
4304,
1821,
2670,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
18,
25540,
2327,
9879,
830,
220,
657,
13,
3023,
2718,
2791,
10535,
220,
352,
13,
2425,
4531,
43704,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
37283,
3459,
3104,
20483,
220,
657,
13,
40350,
5705,
25674,
2388,
220,
352,
13,
2425,
1731,
2791,
6200,
830,
26,
198,
220,
220,
220,
220,
657,
13,
18,
23451,
8269,
220,
657,
13,
47202,
10535,
830,
220,
352,
13,
22,
39710,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
18,
15187,
1495,
3064,
830,
220,
657,
13,
28669,
1731,
27412,
2388,
220,
352,
13,
49995,
2816,
3865,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
1270,
3459,
5705,
10535,
220,
657,
13,
2713,
28676,
21288,
2388,
220,
352,
13,
22,
21315,
3365,
3064,
830,
26,
198,
220,
220,
220,
220,
657,
13,
22572,
1959,
3023,
20483,
220,
657,
13,
2713,
2920,
1795,
3980,
2388,
220,
352,
13,
2154,
3270,
2623,
12865,
830,
26,
198,
220,
220,
220,
220,
657,
13,
26561,
1495,
3720,
20483,
220,
657,
13,
43526,
2231,
5774,
2167,
405,
220,
352,
13,
3104,
5774,
2718,
33470,
26,
198,
220,
220,
220,
220,
657,
13,
1959,
2919,
8269,
220,
657,
13,
3312,
8269,
405,
220,
352,
13,
36657,
2167,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
2078,
33372,
486,
20483,
220,
657,
13,
3312,
2075,
486,
5607,
2388,
220,
352,
13,
2414,
2425,
2078,
9879,
830,
26,
198,
220,
220,
220,
220,
657,
13,
1983,
3134,
22291,
20483,
220,
657,
13,
15,
2996,
1983,
2425,
2167,
405,
220,
352,
13,
21,
24409,
1065,
9879,
830,
26,
198,
220,
220,
220,
220,
657,
13,
2075,
4531,
1558,
7410,
830,
220,
657,
13,
3312,
36088,
21315,
2388,
220,
352,
13,
3270,
1899,
1828,
6200,
830,
26,
198,
220,
220,
220,
220,
657,
13,
21719,
44361,
9879,
830,
220,
657,
13,
43509,
6420,
14454,
2388,
220,
352,
13,
3980,
2231,
2078,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
1495,
1157,
8269,
220,
657,
13,
2998,
2670,
8269,
220,
352,
13,
20,
30368,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
1731,
2919,
32576,
20483,
220,
657,
13,
2998,
22,
27037,
10535,
220,
352,
13,
34251,
1157,
1415,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
1828,
4089,
25836,
20483,
220,
657,
13,
33057,
2075,
2414,
20483,
220,
352,
13,
47106,
4309,
1314,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
28727,
30120,
33470,
220,
657,
13,
2919,
2623,
2791,
7410,
830,
220,
352,
13,
2548,
44183,
2079,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
1238,
3104,
1157,
4059,
830,
220,
657,
13,
2919,
22,
1954,
2078,
20483,
220,
352,
13,
2091,
5774,
2623,
33470,
26,
198,
220,
220,
220,
220,
657,
13,
22186,
2623,
24598,
220,
657,
13,
2931,
2931,
23,
24598,
220,
352,
13,
27800,
2414,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
1507,
3682,
1485,
8054,
830,
220,
657,
13,
2931,
2920,
1558,
2816,
2388,
220,
352,
13,
1954,
4524,
1828,
6200,
830,
26,
198,
220,
220,
220,
220,
657,
13,
1558,
2091,
1983,
6200,
830,
220,
657,
13,
15,
34155,
2231,
5705,
2388,
220,
352,
13,
1507,
3695,
1731,
6200,
830,
26,
198,
220,
220,
220,
220,
657,
13,
1433,
2075,
3459,
3064,
830,
220,
657,
13,
940,
2091,
3134,
7029,
830,
220,
352,
13,
20107,
4304,
1157,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
1314,
23815,
2091,
20483,
220,
657,
13,
15982,
3459,
3510,
20483,
220,
352,
13,
2931,
486,
2780,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
1415,
2481,
8269,
220,
657,
13,
14686,
21,
8269,
220,
352,
13,
3023,
1129,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
19924,
1558,
4521,
20483,
220,
657,
13,
1157,
44550,
2167,
2388,
220,
657,
13,
42691,
38108,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
1065,
1495,
3388,
8054,
830,
220,
657,
13,
1065,
25674,
2598,
20483,
220,
657,
13,
24,
2857,
2682,
4790,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
16616,
23195,
33470,
220,
657,
13,
16799,
2079,
2078,
20483,
220,
657,
13,
46815,
36625,
3064,
830,
26,
198,
220,
220,
220,
220,
657,
13,
940,
11785,
3720,
20483,
220,
657,
13,
16945,
2231,
2078,
20483,
220,
657,
13,
5332,
2791,
1129,
6200,
830,
26,
198,
220,
220,
220,
220,
657,
13,
2931,
20,
2414,
24598,
220,
657,
13,
1485,
3829,
2167,
20483,
220,
657,
13,
23,
1065,
3865,
486,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
2919,
22,
22579,
2816,
2388,
220,
657,
13,
18444,
3134,
2414,
20483,
220,
657,
13,
22,
34801,
1558,
6200,
830,
26,
198,
220,
220,
220,
220,
657,
13,
2998,
45418,
36088,
2388,
220,
657,
13,
8628,
42947,
6200,
830,
220,
657,
13,
48555,
2598,
2780,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
2998,
1558,
1558,
4304,
2388,
220,
657,
13,
1314,
27720,
1129,
20483,
220,
657,
13,
3104,
2079,
1485,
8054,
830,
26,
198,
220,
220,
220,
220,
657,
13,
3312,
2231,
1795,
2079,
2388,
220,
657,
13,
1433,
1983,
1558,
9879,
830,
220,
657,
13,
2996,
21536,
2920,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
2713,
3720,
4059,
49388,
220,
657,
13,
1433,
6052,
8269,
220,
657,
13,
44214,
2167,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
2713,
1507,
5237,
1157,
2388,
220,
657,
13,
24096,
26660,
3064,
830,
220,
657,
13,
3365,
1954,
2078,
8054,
830,
26,
198,
220,
220,
220,
220,
657,
13,
45438,
2078,
1314,
2167,
405,
220,
657,
13,
1507,
2327,
3365,
3064,
830,
220,
657,
13,
22730,
35218,
33470,
26,
198,
220,
220,
220,
220,
657,
13,
3023,
1157,
1120,
3459,
2388,
220,
657,
13,
1129,
16799,
2327,
20483,
220,
657,
13,
31211,
2091,
4304,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
3070,
2414,
1065,
5999,
2388,
220,
657,
13,
22666,
1507,
10535,
220,
657,
13,
2920,
42830,
6200,
830,
26,
198,
220,
220,
220,
220,
657,
13,
3070,
1264,
24598,
220,
657,
13,
1238,
1795,
2167,
20483,
220,
657,
13,
42018,
1507,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
15,
26050,
1558,
33470,
220,
657,
13,
24591,
16315,
12865,
830,
220,
657,
13,
3559,
2079,
1731,
8054,
830,
26,
198,
220,
220,
220,
220,
657,
13,
40839,
1415,
2598,
20483,
220,
657,
13,
1828,
3134,
27712,
20483,
220,
657,
13,
35218,
1507,
2623,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
33618,
39925,
10535,
220,
657,
13,
1954,
3104,
3553,
3064,
830,
220,
657,
13,
2670,
30460,
1828,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
486,
2425,
1821,
7029,
830,
220,
657,
13,
23753,
2780,
1065,
20483,
220,
657,
13,
2718,
1959,
2231,
12865,
830,
26,
198,
220,
220,
220,
220,
657,
13,
486,
2857,
8269,
220,
657,
13,
1495,
4521,
8269,
220,
657,
13,
2327,
2091,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
486,
20666,
21738,
2388,
220,
657,
13,
1983,
29159,
2920,
20483,
220,
657,
13,
2091,
2780,
3553,
7410,
830,
26,
198,
220,
220,
220,
220,
657,
13,
405,
2079,
22288,
2388,
220,
657,
13,
2078,
23539,
2670,
20483,
220,
657,
13,
34125,
2816,
2481,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
405,
3720,
3134,
1731,
2388,
220,
657,
13,
1959,
1120,
1120,
4059,
830,
220,
657,
13,
18938,
2091,
2425,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
28041,
27137,
30557,
830,
220,
657,
13,
21495,
38907,
10535,
220,
657,
13,
27033,
1433,
4521,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
405,
2920,
8269,
220,
657,
13,
32637,
10535,
830,
220,
657,
13,
1983,
2167,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
405,
2718,
3324,
1558,
23924,
220,
657,
13,
28460,
1821,
2481,
20483,
220,
657,
13,
1495,
3459,
1558,
3064,
830,
26,
198,
220,
220,
220,
220,
657,
13,
405,
1959,
36625,
2167,
405,
220,
657,
13,
32182,
3104,
3365,
20483,
220,
657,
13,
1731,
34287,
2548,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
405,
1731,
1731,
3459,
2388,
220,
657,
13,
2718,
1433,
4089,
8054,
830,
220,
657,
13,
1954,
32883,
1507,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
405,
1828,
2623,
1959,
23924,
220,
657,
13,
29769,
2078,
2425,
20483,
220,
657,
13,
22047,
2231,
2091,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
405,
1731,
8269,
220,
657,
13,
1821,
4790,
8269,
220,
657,
13,
17,
10163,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
405,
1959,
13381,
2167,
405,
220,
657,
13,
19,
11645,
1959,
12865,
830,
220,
657,
13,
1264,
22172,
33470,
26,
198,
220,
220,
220,
220,
657,
13,
405,
2548,
2623,
3980,
2388,
220,
657,
13,
30272,
1270,
4846,
20483,
220,
657,
13,
1129,
486,
1129,
8054,
830,
26,
198,
220,
220,
220,
220,
657,
13,
22544,
1558,
34137,
2388,
220,
657,
13,
3510,
29626,
2598,
20483,
220,
657,
13,
1558,
5892,
1495,
7029,
830,
26,
198,
220,
220,
220,
220,
657,
13,
405,
39357,
21315,
2388,
220,
657,
13,
2780,
1959,
2670,
4059,
830,
220,
657,
13,
1433,
5332,
1899,
7410,
830,
26,
198,
220,
220,
220,
220,
657,
13,
405,
6052,
8269,
220,
657,
13,
31938,
10535,
830,
220,
657,
13,
21273,
2167,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
30206,
19442,
2920,
2388,
220,
657,
13,
20,
22370,
3388,
6200,
830,
220,
657,
13,
18294,
1485,
5999,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
486,
2816,
2327,
3459,
2388,
220,
657,
13,
4051,
2231,
1065,
10535,
220,
657,
13,
1485,
5999,
2425,
7410,
830,
26,
198,
220,
220,
220,
220,
657,
13,
30484,
2857,
2425,
2167,
405,
220,
657,
13,
47372,
3388,
24598,
220,
657,
13,
12762,
42691,
33470,
26,
198,
220,
220,
220,
220,
657,
13,
45310,
2079,
27019,
2388,
220,
657,
13,
3365,
3388,
2996,
6200,
830,
220,
657,
13,
27550,
2425,
3064,
830,
26,
198,
220,
220,
220,
220,
657,
13,
15,
33551,
8269,
220,
657,
13,
28688,
2167,
10535,
220,
657,
13,
1157,
1558,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
15,
28978,
1415,
5332,
2388,
220,
657,
13,
48602,
27712,
8054,
830,
220,
657,
13,
940,
25964,
2780,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
3023,
14686,
27037,
2388,
220,
657,
13,
17544,
1270,
3104,
20483,
220,
657,
13,
2931,
2791,
3134,
2780,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
48000,
4089,
33580,
2388,
220,
657,
13,
43798,
31360,
33470,
220,
657,
13,
2919,
34808,
1983,
2167,
405,
26,
198,
220,
220,
220,
220,
657,
13,
2713,
46096,
4521,
49388,
220,
657,
13,
3388,
2919,
40090,
20483,
220,
657,
13,
2919,
2548,
2231,
3132,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
3312,
34159,
24598,
220,
657,
13,
4869,
8269,
405,
220,
657,
13,
2998,
23,
1731,
17032,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2998,
1433,
2327,
486,
2388,
220,
657,
13,
48524,
21652,
33470,
220,
657,
13,
2998,
19504,
44093,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
33057,
3510,
24137,
2388,
220,
657,
13,
50150,
3510,
2623,
20483,
220,
657,
13,
15,
3104,
30924,
1433,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
49352,
4790,
38565,
2388,
220,
657,
13,
4304,
38391,
7029,
830,
220,
657,
13,
3312,
2231,
3134,
5705,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
15,
2079,
29228,
2231,
2388,
220,
657,
13,
3324,
3695,
2623,
7410,
830,
220,
657,
13,
15,
31980,
3459,
2327,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
940,
4846,
8269,
220,
657,
13,
44750,
2167,
10535,
220,
657,
13,
43526,
1495,
8298,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
1065,
486,
3134,
7029,
830,
220,
657,
13,
1795,
6659,
940,
7029,
830,
220,
657,
13,
2713,
2670,
3023,
2327,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
1485,
1157,
1415,
4059,
830,
220,
657,
13,
6469,
1731,
4846,
33470,
220,
657,
13,
28669,
22,
3510,
2414,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
1415,
1954,
3134,
12865,
830,
220,
657,
13,
23,
2623,
1270,
3104,
20483,
220,
657,
13,
48000,
2425,
27988,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
1314,
2548,
4051,
33470,
220,
657,
13,
23,
2920,
2920,
1433,
20483,
220,
657,
13,
15,
31115,
4089,
3270,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
1433,
2816,
8269,
220,
657,
13,
4521,
2167,
24598,
220,
657,
13,
3023,
20666,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
22413,
28676,
3064,
830,
220,
657,
13,
5774,
2548,
940,
7410,
830,
220,
657,
13,
15,
2670,
35378,
2078,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
23362,
1415,
24598,
220,
657,
13,
3459,
37747,
1731,
20483,
220,
657,
13,
15,
30803,
2327,
2414,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
1264,
1433,
5824,
20483,
220,
657,
13,
23,
3865,
2920,
2623,
20483,
220,
657,
13,
49841,
29334,
2623,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
26427,
2623,
3365,
20483,
220,
657,
13,
44928,
34938,
33470,
220,
657,
13,
3070,
1238,
46660,
2167,
405,
26,
198,
220,
220,
220,
220,
657,
13,
18182,
4524,
2079,
20483,
220,
657,
13,
24,
1415,
5332,
486,
20483,
220,
657,
13,
48891,
5705,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
1954,
5999,
1238,
12865,
830,
220,
657,
13,
24,
24693,
2682,
7410,
830,
220,
657,
13,
15,
27019,
1157,
6659,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
1495,
940,
2791,
7410,
830,
220,
657,
13,
6052,
22567,
1731,
20483,
220,
657,
13,
36629,
3388,
30272,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2075,
28771,
1828,
20483,
220,
657,
13,
6052,
2079,
1828,
8054,
830,
220,
657,
13,
45310,
41019,
1433,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
1983,
4869,
486,
9879,
830,
220,
657,
13,
24,
2857,
18182,
33470,
220,
657,
13,
2999,
25475,
1495,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
1959,
3023,
8269,
220,
657,
13,
48372,
10535,
830,
220,
657,
13,
15,
22416,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
1270,
29769,
1065,
20483,
220,
657,
13,
39277,
11645,
3064,
830,
220,
657,
13,
486,
5774,
1507,
2713,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
34125,
3553,
2075,
20483,
220,
657,
13,
24,
2791,
405,
4524,
20483,
220,
657,
13,
29326,
16102,
2623,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2091,
1415,
2548,
7029,
830,
220,
657,
13,
5607,
1065,
1899,
8054,
830,
220,
657,
13,
486,
3365,
5066,
2414,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
27712,
2780,
2078,
20483,
220,
657,
13,
5607,
1899,
18182,
20483,
220,
657,
13,
486,
29334,
40652,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2327,
5607,
8269,
220,
657,
13,
40022,
18,
8269,
220,
657,
13,
486,
2682,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
2718,
26200,
2670,
20483,
220,
657,
13,
4089,
29416,
1731,
20483,
220,
657,
13,
486,
19214,
22,
1954,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2548,
4521,
2670,
8054,
830,
220,
657,
13,
4089,
4524,
1507,
33470,
220,
657,
13,
486,
1485,
486,
3459,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
1821,
2091,
3695,
7029,
830,
220,
657,
13,
2079,
3070,
1065,
7410,
830,
220,
657,
13,
20943,
2718,
3720,
2167,
405,
26,
198,
220,
220,
220,
220,
657,
13,
19,
24839,
1157,
4059,
830,
220,
657,
13,
2079,
2078,
1157,
8054,
830,
220,
657,
13,
405,
3865,
1959,
20548,
830,
26,
198,
220,
220,
220,
220,
657,
13,
42117,
2598,
2079,
20483,
220,
657,
13,
2079,
2920,
33548,
20483,
220,
657,
13,
25257,
4524,
24214,
830,
26,
198,
220,
220,
220,
220,
657,
13,
31115,
3720,
4310,
20483,
220,
657,
13,
2079,
3134,
940,
7410,
830,
220,
657,
13,
405,
1795,
2327,
33470,
26,
198,
220,
220,
220,
220,
657,
13,
44578,
29211,
10535,
220,
657,
13,
2079,
1795,
4089,
6200,
830,
220,
657,
13,
25816,
2548,
1433,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
2780,
405,
2414,
10535,
220,
657,
13,
2079,
6420,
1065,
10535,
220,
657,
13,
405,
30924,
4051,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
2920,
43239,
1485,
20483,
220,
657,
13,
2079,
5607,
2780,
33470,
220,
657,
13,
28041,
1731,
2078,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
25836,
2713,
486,
20483,
220,
352,
13,
8269,
2388,
220,
657,
13,
405,
46900,
24214,
830,
26,
198,
220,
220,
220,
220,
657,
13,
49351,
1959,
3270,
20483,
220,
657,
13,
2079,
42250,
3134,
20483,
220,
657,
13,
22544,
1270,
2623,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
47576,
3388,
1433,
20483,
220,
657,
13,
17032,
1270,
3510,
20483,
220,
657,
13,
405,
2780,
2079,
7410,
830,
26,
198,
220,
220,
220,
220,
657,
13,
3980,
1065,
2931,
7029,
830,
220,
657,
13,
2079,
5999,
1495,
4059,
830,
220,
657,
13,
405,
2231,
2682,
33470,
26,
198,
220,
220,
220,
220,
657,
13,
49447,
6469,
1314,
20483,
220,
657,
13,
2079,
3104,
4089,
9879,
830,
220,
657,
13,
22914,
1238,
1731,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
3270,
2231,
8269,
220,
657,
13,
33438,
10535,
830,
220,
657,
13,
405,
2670,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
5333,
1065,
1238,
12865,
830,
220,
657,
13,
2079,
2075,
405,
4059,
830,
220,
657,
13,
405,
2623,
1954,
33470,
26,
198,
220,
220,
220,
220,
657,
13,
21,
26050,
2425,
7410,
830,
220,
657,
13,
42520,
4524,
2075,
20483,
220,
657,
13,
405,
2091,
2154,
8054,
830,
26,
198,
220,
220,
220,
220,
657,
13,
2414,
2857,
1899,
33470,
220,
657,
13,
4089,
2414,
2598,
7029,
830,
220,
657,
13,
11245,
1415,
1415,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
2791,
1314,
3388,
9879,
830,
220,
657,
13,
4089,
1983,
1731,
3064,
830,
220,
657,
13,
405,
1959,
2682,
7410,
830,
26,
198,
220,
220,
220,
220,
657,
13,
3134,
5705,
8269,
220,
657,
13,
32196,
21,
8269,
220,
657,
13,
405,
28857,
24214,
830,
26,
198,
220,
220,
220,
220,
657,
13,
37381,
23516,
33470,
220,
657,
13,
5607,
26200,
2718,
20483,
220,
657,
13,
405,
1495,
5332,
33470,
26,
198,
220,
220,
220,
220,
657,
13,
49517,
2713,
4521,
20483,
220,
657,
13,
38819,
1558,
1065,
20483,
220,
657,
13,
405,
1731,
2548,
8054,
830,
26,
198,
220,
220,
220,
220,
657,
13,
22,
25270,
2078,
7029,
830,
220,
657,
13,
4846,
27203,
3104,
20483,
220,
657,
13,
405,
19214,
5824,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
22,
30505,
1507,
7410,
830,
220,
657,
13,
24,
3365,
1485,
2920,
20483,
220,
657,
13,
21601,
42246,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
4304,
2481,
8269,
220,
657,
13,
3865,
2167,
24598,
220,
657,
13,
405,
2481,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
3324,
5332,
3559,
33470,
220,
657,
13,
24,
2231,
17885,
7029,
830,
220,
657,
13,
405,
1264,
3324,
2091,
830,
26,
198,
220,
220,
220,
220,
657,
13,
3720,
2780,
1495,
8054,
830,
220,
657,
13,
24,
22842,
2079,
33470,
220,
657,
13,
405,
1129,
2780,
33470,
26,
198,
220,
220,
220,
220,
657,
13,
23,
14454,
2075,
7029,
830,
220,
657,
13,
6052,
18298,
2078,
20483,
220,
657,
13,
405,
20356,
4089,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
23,
25022,
1731,
7410,
830,
220,
657,
13,
24,
1954,
2231,
4304,
20483,
220,
657,
13,
405,
1507,
29416,
2091,
830,
26,
198,
220,
220,
220,
220,
657,
13,
5705,
1495,
8269,
220,
657,
13,
24,
21526,
8269,
220,
657,
13,
405,
1507,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
23,
3553,
6052,
1495,
20483,
220,
657,
13,
24,
2998,
405,
2414,
20483,
220,
657,
13,
405,
1558,
2791,
25674,
830,
26,
198,
220,
220,
220,
220,
657,
13,
5774,
21495,
1433,
20483,
220,
657,
13,
23,
4089,
27019,
33470,
220,
657,
13,
405,
1558,
2718,
7410,
830,
26,
198,
220,
220,
220,
220,
657,
13,
3459,
40401,
2598,
20483,
220,
657,
13,
3459,
37128,
2780,
20483,
220,
657,
13,
405,
1558,
14686,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
3829,
1954,
1507,
3064,
830,
220,
657,
13,
23,
3720,
3695,
1433,
20483,
220,
657,
13,
405,
14656,
1270,
3134,
830,
26,
198,
220,
220,
220,
220,
657,
13,
24,
24136,
8269,
220,
657,
13,
5774,
8269,
405,
220,
657,
13,
405,
1433,
4059,
486,
830,
26,
198,
220,
220,
220,
220,
657,
13,
24,
26561,
2079,
4059,
830,
220,
657,
13,
23,
3270,
4521,
1485,
20483,
220,
657,
13,
405,
1433,
8784,
2091,
830,
26,
198,
220,
220,
220,
220,
657,
13,
5824,
1983,
4089,
7029,
830,
220,
657,
13,
23,
2920,
2670,
2167,
2388,
220,
657,
13,
405,
1314,
2414,
7029,
830,
26,
198,
220,
220,
220,
220,
657,
13,
24,
2816,
1983,
4304,
20483,
220,
657,
13,
23,
21734,
1828,
10535,
220,
657,
13,
405,
1314,
1485,
8054,
830,
26,
198,
220,
220,
220,
220,
657,
13,
24,
3134,
24591,
12865,
830,
220,
657,
13,
23,
1983,
3365,
1485,
20483,
220,
657,
13,
405,
1415,
38905,
2091,
830,
26,
198,
220,
220,
220,
220,
657,
13,
32196,
21,
8269,
220,
657,
13,
23,
24136,
8269,
220,
657,
13,
405,
1415,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
42520,
2548,
3980,
20483,
220,
657,
13,
1795,
31714,
2857,
20483,
220,
657,
13,
405,
1485,
2623,
28933,
830,
26,
198,
220,
220,
220,
220,
657,
13,
2079,
3865,
2780,
7410,
830,
220,
657,
13,
3720,
21495,
2167,
2388,
220,
657,
13,
405,
16799,
24598,
26,
198,
220,
220,
220,
220,
352,
13,
28694,
49352,
33470,
220,
657,
13,
3695,
16315,
2167,
2388,
220,
657,
13,
405,
1065,
2713,
10535,
26,
198,
220,
220,
220,
220,
352,
13,
486,
7410,
2414,
20483,
220,
657,
13,
22,
3388,
1314,
2857,
20483,
220,
657,
13,
405,
16562,
2791,
3134,
830,
26,
198,
220,
220,
220,
220,
352,
13,
15,
29558,
8269,
220,
657,
13,
39251,
10535,
830,
220,
657,
13,
405,
1157,
8269,
26,
198,
220,
220,
220,
220,
352,
13,
44427,
4089,
1983,
20483,
220,
657,
13,
22,
2598,
41874,
3064,
830,
220,
657,
13,
37187,
3104,
7410,
830,
26,
198,
220,
220,
220,
220,
352,
13,
36676,
49087,
10535,
220,
657,
13,
4790,
1731,
24137,
20483,
220,
657,
13,
37187,
2920,
7029,
830,
26,
198,
220,
220,
220,
220,
352,
13,
48000,
20356,
10535,
220,
657,
13,
4761,
830,
2623,
20483,
220,
657,
13,
37187,
2327,
8054,
830,
26,
198,
220,
220,
220,
220,
352,
13,
2713,
1731,
2791,
9879,
830,
220,
657,
13,
24038,
2920,
2996,
20483,
220,
657,
13,
405,
15377,
1065,
20483,
26,
198,
220,
220,
220,
220,
352,
13,
2713,
3134,
8269,
220,
657,
13,
3388,
2920,
8269,
220,
657,
13,
8298,
10535,
830,
26,
198,
220,
220,
220,
220,
352,
13,
46712,
3720,
2598,
20483,
220,
657,
13,
3104,
1828,
1129,
33470,
220,
657,
13,
830,
38956,
2414,
2388,
26,
198,
220,
220,
220,
220,
352,
13,
3312,
1558,
2079,
33470,
220,
657,
13,
36657,
2857,
1433,
20483,
220,
657,
13,
830,
24,
22579,
2167,
405,
26,
198,
220,
220,
220,
220,
352,
13,
3312,
21033,
3104,
20483,
220,
657,
13,
2996,
28933,
2598,
20483,
220,
657,
13,
830,
3459,
34427,
2388,
26,
198,
220,
220,
220,
220,
352,
13,
3312,
1959,
2931,
8054,
830,
220,
657,
13,
2414,
2548,
2598,
7410,
830,
220,
657,
13,
830,
5705,
11645,
2388,
26,
198,
220,
220,
220,
220,
352,
13,
3312,
1828,
8269,
220,
657,
13,
21,
3132,
10535,
830,
220,
657,
13,
830,
23,
8269,
26,
198,
220,
220,
220,
220,
352,
13,
15,
31980,
2327,
33470,
220,
657,
13,
47448,
1314,
2816,
20483,
220,
657,
13,
830,
40761,
4846,
2388,
26,
198,
220,
220,
220,
220,
352,
13,
2713,
23,
2598,
2623,
20483,
220,
657,
13,
1899,
4310,
1415,
7029,
830,
220,
657,
13,
830,
22,
1954,
3104,
2388,
26,
198,
220,
220,
220,
220,
352,
13,
2713,
4309,
1731,
7029,
830,
220,
657,
13,
3270,
1731,
2425,
8054,
830,
220,
657,
13,
830,
3104,
3270,
2167,
405,
26,
198,
220,
220,
220,
220,
352,
13,
28669,
5607,
3104,
20483,
220,
657,
13,
3553,
4846,
2718,
12865,
830,
220,
657,
13,
830,
49259,
2598,
2388,
26,
198,
220,
220,
220,
220,
352,
13,
15,
29228,
8269,
220,
657,
13,
20,
35809,
8269,
220,
657,
13,
830,
21,
8269,
26,
198,
220,
220,
220,
220,
352,
13,
15,
25964,
2623,
12865,
830,
220,
657,
13,
2816,
34107,
1157,
20483,
220,
657,
13,
830,
20,
29059,
2791,
9879,
26,
198,
220,
220,
220,
220,
352,
13,
3070,
1485,
1899,
7410,
830,
220,
657,
13,
4051,
1157,
2718,
33470,
220,
657,
13,
830,
2920,
1433,
20483,
26,
198,
220,
220,
220,
220,
352,
13,
44087,
27310,
33470,
220,
657,
13,
49351,
2327,
2078,
20483,
220,
657,
13,
830,
40064,
7029,
830,
26,
198,
220,
220,
220,
220,
352,
13,
486,
1270,
2857,
9879,
830,
220,
657,
13,
45969,
5066,
1954,
20483,
220,
657,
13,
830,
2548,
2682,
2791,
9879,
26,
198,
220,
220,
220,
220,
352,
13,
405,
2075,
8269,
220,
657,
13,
31938,
10535,
830,
220,
657,
13,
830,
2682,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
2079,
20809,
2425,
20483,
220,
657,
13,
2920,
3023,
3104,
7410,
830,
220,
657,
13,
830,
22996,
1495,
2091,
405,
26,
198,
220,
220,
220,
220,
657,
13,
24,
3720,
2091,
1415,
20483,
220,
657,
13,
2857,
1795,
1270,
7029,
830,
220,
657,
13,
830,
30290,
1433,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
4846,
33300,
1433,
20483,
220,
657,
13,
42018,
3134,
4304,
20483,
220,
657,
13,
830,
22980,
2598,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
3865,
2078,
2857,
12865,
830,
220,
657,
13,
2231,
23601,
18,
33470,
220,
657,
13,
830,
1495,
1507,
1485,
6200,
26,
198,
220,
220,
220,
220,
657,
13,
24,
22842,
8269,
220,
657,
13,
2598,
1065,
8269,
220,
657,
13,
830,
1731,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
24,
1954,
22913,
10535,
220,
657,
13,
11785,
2919,
24598,
220,
657,
13,
830,
1828,
3865,
24669,
405,
26,
198,
220,
220,
220,
220,
657,
13,
24,
2998,
25707,
10535,
220,
657,
13,
19,
17279,
2623,
10535,
220,
657,
13,
830,
17572,
2414,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
23,
3829,
1120,
2167,
2388,
220,
657,
13,
1821,
31938,
2167,
2388,
220,
657,
13,
830,
2481,
25272,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
5774,
1959,
2167,
20483,
220,
657,
13,
2670,
22572,
2167,
2388,
220,
657,
13,
830,
19004,
1507,
3134,
405,
26,
198,
220,
220,
220,
220,
657,
13,
5332,
2598,
28324,
20483,
220,
657,
13,
36626,
10535,
830,
220,
657,
13,
18005,
24,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
5999,
1120,
5705,
10535,
220,
657,
13,
2623,
4531,
1507,
7029,
830,
220,
657,
13,
18005,
22,
3682,
1485,
6200,
26,
198,
220,
220,
220,
220,
657,
13,
23,
19442,
3510,
10535,
220,
657,
13,
2327,
3104,
1983,
33470,
220,
657,
13,
18005,
2816,
2414,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
50242,
25096,
10535,
220,
657,
13,
33535,
3324,
3104,
20483,
220,
657,
13,
18005,
2327,
4846,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
3324,
1959,
4051,
10535,
220,
657,
13,
2091,
2078,
1558,
8054,
830,
220,
657,
13,
18005,
1433,
5332,
2091,
405,
26,
198,
220,
220,
220,
220,
657,
13,
2425,
1415,
8269,
220,
657,
13,
36453,
10535,
830,
220,
657,
13,
18005,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
48555,
3365,
2623,
20483,
220,
657,
13,
26895,
28460,
3064,
830,
220,
657,
13,
2388,
4521,
1485,
2091,
1270,
26,
198,
220,
220,
220,
220,
657,
13,
2154,
2425,
3459,
7410,
830,
220,
657,
13,
1959,
3695,
1120,
7029,
830,
220,
657,
13,
44808,
3510,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
3104,
34135,
1828,
20483,
220,
657,
13,
2078,
36445,
2623,
20483,
220,
657,
13,
2388,
2996,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
2791,
2548,
940,
7029,
830,
220,
657,
13,
1983,
3980,
1731,
4059,
830,
220,
657,
13,
2388,
20,
3388,
20370,
1270,
26,
198,
220,
220,
220,
220,
657,
13,
2414,
1731,
8269,
220,
657,
13,
22980,
10535,
830,
220,
657,
13,
2388,
19,
24214,
34155,
26,
198,
220,
220,
220,
220,
657,
13,
5237,
1314,
1415,
12865,
830,
220,
657,
13,
1495,
2857,
5066,
33470,
220,
657,
13,
2388,
2598,
1433,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
41706,
1157,
2548,
20483,
220,
657,
13,
1731,
2780,
4531,
8054,
830,
220,
657,
13,
2388,
2670,
2780,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
3365,
11442,
20,
33470,
220,
657,
13,
22370,
2091,
2598,
20483,
220,
657,
13,
2388,
27277,
2167,
405,
26,
198,
220,
220,
220,
220,
657,
13,
3980,
20219,
3324,
20483,
220,
657,
13,
1828,
32417,
2078,
20483,
220,
657,
13,
2388,
18,
18897,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
4051,
1129,
8269,
220,
657,
13,
24591,
10535,
830,
220,
657,
13,
2388,
18,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
4309,
1495,
2079,
4059,
830,
220,
657,
13,
21315,
1433,
1433,
20483,
220,
657,
13,
2388,
1983,
2996,
2091,
1270,
26,
198,
220,
220,
220,
220,
657,
13,
1120,
32182,
2414,
20483,
220,
657,
13,
21908,
2780,
7410,
830,
220,
657,
13,
2388,
1495,
3980,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2780,
38652,
2623,
20483,
220,
657,
13,
1129,
1157,
2816,
33470,
220,
657,
13,
2388,
1954,
2414,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
42199,
1129,
2670,
20483,
220,
657,
13,
1507,
26561,
2598,
20483,
220,
657,
13,
2388,
28727,
16945,
1270,
26,
198,
220,
220,
220,
220,
657,
13,
2598,
3720,
8269,
220,
657,
13,
17430,
10535,
830,
220,
657,
13,
2388,
2167,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
11785,
4521,
1485,
20483,
220,
657,
13,
21940,
1828,
2327,
20483,
220,
657,
13,
2388,
1507,
1485,
2091,
1270,
26,
198,
220,
220,
220,
220,
657,
13,
39226,
2931,
23,
10535,
220,
657,
13,
19707,
2414,
2414,
20483,
220,
657,
13,
2388,
1433,
33470,
26,
198,
220,
220,
220,
220,
657,
13,
34626,
29173,
10535,
220,
657,
13,
1314,
1828,
3324,
8054,
830,
220,
657,
13,
2388,
1415,
33470,
26,
198,
220,
220,
220,
220,
657,
13,
2718,
2425,
2091,
6200,
830,
220,
657,
13,
18781,
1065,
3270,
20483,
220,
657,
13,
2388,
1065,
1485,
2091,
1270,
26,
198,
220,
220,
220,
220,
657,
13,
15277,
23,
8269,
220,
657,
13,
20107,
2167,
10535,
220,
657,
13,
2388,
16,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
33535,
2231,
5066,
20483,
220,
657,
13,
1485,
33698,
6200,
830,
220,
657,
13,
20483,
3324,
2091,
20370,
26,
198,
220,
220,
220,
220,
657,
13,
18,
26279,
1433,
7410,
830,
220,
657,
13,
1065,
1120,
1731,
7410,
830,
220,
657,
13,
20483,
4051,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
25838,
30484,
33470,
220,
657,
13,
16817,
40393,
33470,
220,
657,
13,
20483,
18,
33470,
26,
198,
220,
220,
220,
220,
657,
13,
1959,
7410,
1157,
20483,
220,
657,
13,
14686,
22,
3388,
3064,
830,
220,
657,
13,
2388,
486,
24840,
2091,
26,
198,
220,
220,
220,
220,
657,
13,
2078,
2327,
8269,
220,
657,
13,
15982,
10535,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2075,
3865,
2598,
7410,
830,
220,
657,
13,
8784,
35435,
33470,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
11645,
1157,
5705,
20483,
220,
657,
13,
2931,
21,
20356,
2414,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
26660,
1507,
4846,
20483,
220,
657,
13,
2931,
14686,
27137,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
19214,
47760,
33470,
220,
657,
13,
2919,
45191,
32642,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
17,
23451,
8269,
220,
657,
13,
2919,
1433,
8269,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
1238,
2154,
5607,
3064,
830,
220,
657,
13,
2998,
22,
10232,
2414,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
45403,
1954,
33470,
220,
657,
13,
2998,
2078,
13381,
2167,
405,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
21652,
1558,
2919,
20483,
220,
657,
13,
15,
39925,
3064,
23,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
1558,
2780,
32637,
20483,
220,
657,
13,
15,
33981,
3388,
4304,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
1433,
2920,
8269,
220,
657,
13,
3312,
16,
10535,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
18742,
2623,
3134,
20483,
220,
657,
13,
43526,
34107,
2481,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20964,
1954,
24598,
220,
657,
13,
2713,
2670,
22730,
19,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
19708,
2920,
24598,
220,
657,
13,
28669,
3134,
32128,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
18741,
1415,
3134,
20483,
220,
657,
13,
3023,
2425,
2920,
2996,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
1065,
1065,
8269,
220,
657,
13,
3023,
29334,
24598,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
1157,
2623,
2670,
9879,
830,
220,
657,
13,
3023,
1558,
44617,
2167,
405,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
940,
2414,
2996,
10535,
220,
657,
13,
15,
2670,
2919,
37747,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
15,
2079,
35844,
2598,
2388,
220,
657,
13,
48597,
3980,
22842,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2931,
2091,
1270,
5333,
2388,
220,
657,
13,
49841,
2167,
2780,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2919,
4524,
8269,
220,
657,
13,
3070,
2167,
24598,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2919,
48104,
4846,
2388,
220,
657,
13,
48891,
4846,
30057,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2998,
21,
36088,
2078,
2388,
220,
657,
13,
2999,
1795,
4304,
2414,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2998,
1238,
3324,
1065,
2388,
220,
657,
13,
15,
29558,
1959,
2623,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
15,
3134,
33808,
2414,
2388,
220,
657,
13,
40839,
2154,
28256,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
3312,
2623,
8269,
220,
657,
13,
45310,
2167,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2713,
40022,
35978,
2388,
220,
657,
13,
2999,
39188,
3324,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2713,
48200,
20666,
2388,
220,
657,
13,
15,
21261,
486,
1065,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2713,
26561,
13464,
2388,
220,
657,
13,
30484,
2078,
15711,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
15,
36260,
1507,
5333,
2388,
220,
657,
13,
29159,
1065,
3312,
24,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
3023,
40179,
24598,
220,
657,
13,
29326,
10535,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
3023,
30695,
26598,
2388,
220,
657,
13,
486,
36993,
29088,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
15,
26200,
2425,
2623,
2388,
220,
657,
13,
486,
2780,
2718,
1507,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
3070,
36928,
18897,
2388,
220,
657,
13,
486,
2548,
940,
3104,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
44215,
1821,
40652,
2388,
220,
657,
13,
486,
2078,
2682,
3695,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
3070,
1959,
8269,
220,
657,
13,
486,
1129,
2167,
20483,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
15,
22515,
2414,
1129,
2388,
220,
657,
13,
486,
940,
3104,
3132,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
46957,
23734,
3980,
2388,
220,
657,
13,
20943,
1983,
29626,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
15,
29558,
2598,
5705,
2388,
220,
657,
13,
405,
3865,
20370,
1157,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
40839,
2231,
23195,
2388,
220,
657,
13,
405,
3459,
3510,
18458,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
15,
24403,
8269,
220,
657,
13,
25257,
2481,
24598,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2999,
940,
5705,
1959,
2388,
220,
657,
13,
405,
4304,
1954,
3695,
12825,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
486,
3865,
2079,
3459,
2388,
220,
657,
13,
405,
32583,
4051,
1731,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
29159,
1954,
4790,
2167,
405,
220,
657,
13,
405,
36445,
1415,
4304,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
486,
3388,
5774,
1558,
2388,
220,
657,
13,
28041,
20107,
2780,
27641,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
486,
46352,
24598,
220,
657,
13,
405,
3553,
1954,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
486,
2857,
3829,
2414,
2388,
220,
657,
13,
22544,
2682,
1270,
3270,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
486,
2548,
25838,
2167,
405,
220,
657,
13,
22914,
2079,
3553,
4846,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
486,
1959,
2780,
3104,
2388,
220,
657,
13,
22914,
42548,
26429,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
30206,
18741,
33470,
220,
657,
13,
22914,
2548,
405,
2425,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
486,
1485,
3270,
1433,
2388,
220,
657,
13,
22914,
940,
2167,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
486,
3312,
1959,
2327,
2388,
220,
657,
13,
405,
2548,
2548,
2231,
23924,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
2079,
30460,
3510,
830,
220,
657,
13,
405,
31128,
3829,
2079,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
28694,
2078,
5705,
1828,
830,
220,
657,
13,
405,
27326,
3682,
1129,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
25257,
3134,
3459,
4051,
830,
220,
657,
13,
11245,
1485,
1821,
6052,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
6659,
14454,
1433,
830,
220,
657,
13,
405,
1959,
1959,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
38569,
1954,
3459,
830,
220,
657,
13,
405,
1983,
2548,
20219,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
2154,
46660,
3510,
830,
220,
657,
13,
405,
1495,
41292,
4304,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
2791,
1983,
25838,
830,
220,
657,
13,
405,
1954,
6052,
25707,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
28041,
22186,
26200,
830,
220,
657,
13,
405,
1828,
2718,
23195,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
3553,
3829,
30557,
830,
220,
657,
13,
405,
1238,
6420,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
22544,
1821,
4089,
2075,
830,
220,
657,
13,
405,
22186,
2327,
5774,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
31654,
1495,
5999,
830,
220,
657,
13,
405,
1507,
1731,
3365,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
2857,
17430,
1065,
830,
220,
657,
13,
405,
17279,
31128,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
22914,
1821,
14877,
22,
830,
220,
657,
13,
405,
19707,
486,
5774,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
22914,
14454,
33032,
830,
220,
657,
13,
405,
1415,
5705,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
2548,
29626,
1485,
830,
220,
657,
13,
405,
20107,
2598,
4846,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
2327,
39251,
2780,
830,
220,
657,
13,
405,
18741,
1065,
3104,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
2091,
2682,
2682,
11024,
220,
657,
13,
405,
10232,
1821,
5892,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
11245,
940,
3829,
2425,
830,
220,
657,
13,
8298,
1065,
1983,
2598,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
2078,
2079,
34159,
830,
220,
657,
13,
37187,
2857,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
1983,
3023,
28978,
830,
220,
657,
13,
830,
5607,
2996,
4531,
8054,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
1495,
19214,
2167,
405,
220,
657,
13,
830,
35549,
940,
3459,
405,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
1954,
4051,
14656,
830,
220,
657,
13,
830,
5332,
486,
2091,
2167,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
21601,
44227,
1433,
830,
220,
657,
13,
830,
3720,
32637,
5705,
405,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
1238,
2920,
1129,
2388,
220,
657,
13,
830,
4524,
24598,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
1129,
940,
4846,
2388,
220,
657,
13,
830,
3388,
25257,
1983,
405,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
23188,
1415,
2548,
830,
220,
657,
13,
830,
2414,
31697,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
23055,
28555,
2388,
220,
657,
13,
830,
43452,
37747,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
1314,
3510,
33459,
830,
220,
657,
13,
830,
40486,
2231,
2857,
405,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
21139,
2079,
4869,
830,
220,
657,
13,
830,
20,
2167,
20483,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
1485,
7029,
3682,
830,
220,
657,
13,
830,
2780,
2670,
1485,
8054,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
1065,
3510,
23195,
830,
220,
657,
13,
830,
2231,
22544,
2078,
405,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
1157,
3365,
2857,
12825,
220,
657,
13,
830,
19,
24839,
2231,
2167,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
15982,
41813,
2388,
220,
657,
13,
830,
2548,
5774,
1507,
7029,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
830,
24214,
2920,
6200,
220,
657,
13,
830,
2623,
1157,
20483,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
830,
24,
27800,
2327,
7410,
220,
657,
13,
830,
27326,
2548,
2327,
405,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
830,
4521,
1731,
2091,
2167,
220,
657,
13,
830,
18,
16562,
1821,
7029,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
830,
7410,
15426,
6200,
220,
657,
13,
830,
27693,
1433,
3980,
405,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
830,
4524,
2091,
4846,
830,
220,
657,
13,
830,
25022,
2231,
2670,
405,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
830,
3388,
405,
3695,
8054,
220,
657,
13,
830,
21626,
33470,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
830,
21,
26598,
1314,
8054,
220,
657,
13,
830,
1954,
1485,
486,
12865,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
830,
3270,
17885,
2481,
405,
220,
657,
13,
830,
22291,
3104,
3980,
405,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
830,
2816,
1507,
2414,
8054,
220,
657,
13,
18005,
2079,
2078,
5705,
405,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
830,
25836,
11785,
830,
220,
657,
13,
18005,
25764,
32576,
405,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
830,
2857,
1899,
26427,
405,
220,
657,
13,
18005,
22,
1129,
20483,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
830,
2598,
22995,
2623,
405,
220,
657,
13,
18005,
3270,
39761,
3064,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
830,
19,
15363,
1157,
9879,
220,
657,
13,
18005,
2780,
1899,
2598,
405,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
830,
2548,
27728,
1415,
405,
220,
657,
13,
18005,
2548,
18938,
8054,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
830,
32066,
33300,
3064,
220,
657,
13,
18005,
2078,
3720,
44688,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
830,
2091,
1954,
486,
3064,
220,
657,
13,
18005,
2167,
20483,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
830,
26895,
2425,
4521,
405,
220,
657,
13,
18005,
16817,
3270,
4059,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
830,
2078,
3459,
5774,
3064,
220,
657,
13,
18005,
3023,
2624,
1731,
405,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
830,
2075,
3865,
2670,
7029,
220,
657,
13,
2388,
5607,
2091,
3980,
405,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
830,
1495,
1314,
3104,
2167,
220,
657,
13,
2388,
24,
2919,
29334,
2154,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
830,
1954,
2780,
2075,
3064,
220,
657,
13,
2388,
23,
2780,
20483,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
830,
28896,
1558,
12825,
220,
657,
13,
2388,
3720,
1415,
2791,
2154,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
830,
1238,
2231,
1495,
7410,
220,
657,
13,
44808,
2548,
3365,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
18005,
24,
2919,
1821,
4059,
220,
657,
13,
2388,
40523,
1433,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
18005,
40873,
2996,
7029,
220,
657,
13,
2388,
2414,
1270,
2075,
2154,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
18005,
2791,
8628,
4059,
220,
657,
13,
2388,
21,
24598,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
18005,
22730,
1954,
8054,
220,
657,
13,
2388,
2816,
4089,
1507,
2154,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
18005,
2598,
5237,
48104,
220,
657,
13,
2388,
49542,
1495,
8054,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
18005,
27371,
2931,
7410,
220,
657,
13,
2388,
35133,
1507,
7029,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
18005,
25600,
4309,
830,
220,
657,
13,
2388,
2231,
2598,
4524,
2154,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
18005,
22985,
1485,
830,
220,
657,
13,
2388,
40090,
20483,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
18005,
2931,
2816,
33698,
220,
657,
13,
2388,
2670,
3980,
940,
1821,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
18005,
44087,
1731,
4059,
220,
657,
13,
2388,
30803,
1314,
10232,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
3865,
2670,
2598,
1120,
220,
657,
13,
2388,
33535,
34251,
1795,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
23,
3829,
1954,
12865,
220,
657,
13,
2388,
2624,
18294,
14198,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
48341,
2425,
20233,
220,
657,
13,
2388,
18,
24598,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
34483,
1065,
35844,
220,
657,
13,
2388,
1983,
2079,
1065,
1120,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
44808,
1954,
12952,
1821,
220,
657,
13,
2388,
2075,
1157,
2327,
1899,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
3134,
2231,
3324,
1795,
220,
657,
13,
2388,
1731,
15277,
16102,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
48602,
2078,
25644,
220,
657,
13,
2388,
24403,
26912,
940,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
3365,
2154,
2996,
1238,
220,
657,
13,
2388,
21777,
20483,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
20,
2857,
2154,
21033,
220,
657,
13,
2388,
37781,
5332,
1120,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
33690,
2079,
15259,
220,
657,
13,
2388,
1507,
2231,
2078,
1120,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
2857,
3134,
2996,
1821,
220,
657,
13,
2388,
23628,
14656,
2154,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
2598,
2780,
3980,
2154,
220,
657,
13,
2388,
1433,
3312,
2231,
3829,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
3901,
1120,
2079,
1821,
220,
657,
13,
2388,
1415,
2079,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
32220,
2091,
16102,
220,
657,
13,
2388,
1485,
4089,
4761,
1795,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
2623,
1415,
1238,
1270,
220,
657,
13,
2388,
12952,
45969,
1120,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
31496,
22370,
1238,
220,
657,
13,
2388,
1065,
23188,
15259,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
33638,
34287,
2154,
220,
657,
13,
2388,
1157,
2623,
1495,
1821,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
1959,
2327,
2624,
1899,
220,
657,
13,
2388,
940,
8054,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
1983,
22318,
43916,
220,
657,
13,
20483,
24,
3459,
3365,
3324,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
13381,
1731,
26073,
220,
657,
13,
20483,
5892,
1558,
21288,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
1954,
3720,
2718,
1899,
220,
657,
13,
20483,
23,
3270,
1954,
5237,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
1828,
1558,
5774,
405,
220,
657,
13,
20483,
7410,
24,
16945,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
1238,
3134,
2548,
1270,
220,
657,
13,
20483,
4524,
2996,
9879,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
1129,
1983,
1828,
1899,
220,
657,
13,
20483,
3388,
35124,
3134,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
1558,
4846,
2414,
405,
220,
657,
13,
20483,
2414,
5774,
33438,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
1433,
4524,
2079,
940,
220,
657,
13,
20483,
1899,
34251,
2079,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
21599,
1433,
22148,
220,
657,
13,
20483,
3980,
2670,
34107,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
1415,
2816,
5607,
2154,
220,
657,
13,
20483,
39088,
3695,
405,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
1485,
3553,
2548,
2154,
220,
657,
13,
20483,
2920,
486,
46761,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
1065,
2996,
3559,
1899,
220,
657,
13,
20483,
2231,
3388,
23906,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
1157,
3720,
4761,
1270,
220,
657,
13,
20483,
42780,
486,
5824,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
940,
2079,
5705,
1821,
220,
657,
13,
20483,
33372,
1558,
2670,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
940,
1495,
2670,
1795,
220,
657,
13,
20483,
20167,
1959,
405,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
24,
38605,
27720,
220,
657,
13,
20483,
27712,
20666,
18,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
4531,
10232,
2598,
220,
657,
13,
20483,
2624,
1507,
22709,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
23,
21495,
31128,
220,
657,
13,
20483,
23924,
6200,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
3324,
33032,
3388,
220,
657,
13,
20483,
1983,
5607,
20219,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
22,
1828,
1415,
3980,
220,
657,
13,
20483,
21719,
3695,
405,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
3134,
33916,
2425,
220,
657,
13,
20483,
26660,
1065,
1238,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
49856,
2414,
1954,
220,
657,
13,
20483,
1828,
36879,
3132,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
3365,
4349,
21288,
220,
657,
13,
20483,
17,
16616,
30273,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
20,
30505,
16817,
220,
657,
13,
2388,
486,
4846,
2079,
3559,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
33042,
3365,
3104,
220,
657,
13,
2388,
29159,
2623,
8054,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
2857,
37309,
2791,
220,
657,
13,
2388,
29326,
18376,
1270,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
2598,
1238,
24940,
220,
657,
13,
2388,
486,
45734,
23815,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
39226,
2998,
5999,
220,
657,
13,
2388,
486,
2780,
1795,
3829,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
22842,
1558,
1433,
220,
657,
13,
2388,
486,
2548,
4790,
1415,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
31128,
1433,
4309,
220,
657,
13,
2388,
486,
1959,
2682,
405,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
2091,
2670,
16799,
220,
657,
13,
2388,
486,
1238,
3365,
1238,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
3132,
18741,
2920,
220,
657,
13,
2388,
486,
17464,
21139,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
1959,
2999,
19244,
220,
657,
13,
2388,
20943,
2780,
28694,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
1983,
2713,
49259,
220,
657,
13,
10535,
5607,
2154,
3365,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
1495,
18182,
1495,
220,
657,
13,
10535,
24,
14454,
1270,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
22370,
1558,
2075,
220,
657,
13,
10535,
23,
2920,
28072,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
28896,
1731,
1314,
220,
657,
13,
10535,
3720,
1558,
2481,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
47936,
2999,
220,
657,
13,
10535,
4790,
1795,
3829,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
30484,
2713,
38073,
220,
657,
13,
10535,
3104,
6659,
940,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
486,
3324,
17544,
24,
220,
657,
13,
10535,
2414,
1314,
1270,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
486,
2996,
5237,
1314,
220,
657,
13,
10535,
3270,
1795,
3829,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
486,
4051,
1821,
1828,
220,
657,
13,
10535,
2816,
2425,
2425,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
28645,
2670,
25644,
220,
657,
13,
10535,
20,
23664,
23,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
486,
2682,
37781,
220,
657,
13,
10535,
2780,
3510,
1065,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
486,
1495,
1157,
3901,
220,
657,
13,
10535,
2231,
1507,
940,
220,
657,
13,
8269,
2388,
11208,
628,
198,
8818,
951,
579,
963,
7,
3712,
6030,
90,
34,
10008,
46477,
62,
24187,
37,
5512,
2082,
626,
268,
3712,
15633,
8,
198,
220,
220,
220,
1441,
39555,
378,
62,
11487,
7,
66,
494,
46477,
62,
11215,
69,
62,
11487,
11,
11470,
13,
15,
11,
352,
13,
15,
11,
2082,
626,
268,
8,
198,
437,
198,
198,
2,
327,
10008,
17575,
838,
7200,
3124,
12336,
2163,
11,
352,
21533,
41867,
3599,
379,
11470,
21533,
198,
9979,
269,
494,
46477,
62,
11215,
69,
62,
11487,
796,
198,
220,
220,
220,
685,
15,
13,
10535,
1065,
34294,
220,
657,
13,
10535,
486,
2091,
4089,
220,
657,
13,
10535,
4310,
1120,
1983,
26,
198,
220,
220,
220,
220,
657,
13,
10535,
21652,
20107,
220,
657,
13,
24598,
1238,
27696,
220,
657,
13,
10535,
23,
15982,
1238,
26,
198,
220,
220,
220,
220,
657,
13,
10535,
1983,
3459,
1270,
220,
657,
13,
24598,
22515,
1899,
220,
657,
13,
2388,
486,
1828,
27550,
26,
198,
220,
220,
220,
220,
657,
13,
10535,
19,
22985,
2154,
220,
657,
13,
24598,
33032,
1821,
220,
657,
13,
2388,
29159,
2078,
9879,
26,
198,
220,
220,
220,
220,
657,
13,
10535,
5237,
1485,
1270,
220,
657,
13,
24598,
37397,
1120,
220,
657,
13,
20483,
1983,
1828,
2167,
26,
198,
220,
220,
220,
220,
657,
13,
10535,
24,
1129,
20233,
220,
657,
13,
10535,
3064,
17544,
220,
657,
13,
20483,
1821,
2078,
6200,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
486,
2327,
23664,
220,
657,
13,
10535,
1415,
3720,
1795,
220,
657,
13,
20483,
3270,
1495,
9879,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
486,
5607,
2996,
1821,
220,
657,
13,
10535,
20666,
20233,
220,
657,
13,
20483,
23,
36879,
3064,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
27800,
44688,
220,
657,
13,
10535,
33638,
2167,
220,
657,
13,
2388,
1065,
3270,
43434,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
37309,
3865,
405,
220,
657,
13,
10535,
2231,
2718,
405,
220,
657,
13,
2388,
1507,
1264,
830,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
3270,
3365,
8054,
220,
657,
13,
10535,
2996,
42060,
220,
657,
13,
2388,
2075,
1415,
2718,
405,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
25764,
3980,
405,
220,
657,
13,
10535,
24,
2078,
7410,
220,
657,
13,
2388,
2718,
2091,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
10232,
3104,
8054,
220,
657,
13,
2388,
30273,
1558,
4059,
220,
657,
13,
2388,
49721,
5774,
830,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
17279,
1828,
8054,
220,
657,
13,
2388,
29159,
3553,
2167,
220,
657,
13,
44808,
2857,
2414,
830,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
23721,
3104,
830,
220,
657,
13,
20483,
21719,
11024,
220,
657,
13,
18005,
15,
35133,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
2091,
25540,
830,
220,
657,
13,
20483,
2623,
1495,
830,
220,
657,
13,
18005,
3510,
1828,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
34716,
5774,
830,
220,
657,
13,
20483,
20,
30484,
830,
220,
657,
13,
830,
1238,
25540,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
21,
2682,
4761,
830,
220,
657,
13,
20483,
3388,
2998,
830,
220,
657,
13,
830,
26050,
1954,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
23,
3104,
5892,
830,
220,
657,
13,
20483,
24,
31911,
830,
220,
657,
13,
830,
2548,
22995,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
18005,
1507,
26912,
830,
220,
657,
13,
2388,
12762,
2780,
830,
220,
657,
13,
830,
20,
22745,
2167,
405,
26,
198,
220,
220,
220,
220,
657,
13,
18005,
43452,
4309,
830,
220,
657,
13,
2388,
25399,
2414,
830,
220,
657,
13,
830,
2154,
2857,
4304,
830,
26,
198,
220,
220,
220,
220,
657,
13,
830,
2481,
33042,
2388,
220,
657,
13,
2388,
25429,
1983,
830,
220,
657,
13,
830,
24,
2780,
1954,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
830,
27800,
2920,
2388,
220,
657,
13,
2388,
18,
15363,
2388,
220,
657,
13,
405,
1065,
3104,
33470,
26,
198,
220,
220,
220,
220,
657,
13,
830,
2548,
19104,
2388,
220,
657,
13,
2388,
19,
17059,
2388,
220,
657,
13,
405,
1433,
4521,
3064,
830,
26,
198,
220,
220,
220,
220,
657,
13,
830,
1120,
30505,
2388,
220,
657,
13,
2388,
20,
29228,
2388,
220,
657,
13,
405,
1828,
2078,
4059,
830,
26,
198,
220,
220,
220,
220,
657,
13,
830,
2791,
25707,
2388,
220,
657,
13,
44808,
21599,
2388,
220,
657,
13,
405,
1959,
1983,
7410,
830,
26,
198,
220,
220,
220,
220,
657,
13,
830,
4521,
2231,
20483,
220,
657,
13,
2388,
24,
2091,
20483,
220,
657,
13,
405,
2548,
1954,
9879,
830,
26,
198,
220,
220,
220,
220,
657,
13,
8298,
1065,
1314,
20483,
220,
657,
13,
18005,
1238,
5774,
2388,
220,
657,
13,
405,
2920,
2414,
33470,
26,
198,
220,
220,
220,
220,
657,
13,
405,
1415,
3510,
1433,
2388,
220,
657,
13,
18005,
2816,
2414,
2388,
220,
657,
13,
28041,
1821,
3134,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
405,
21652,
30743,
2388,
220,
657,
13,
18005,
2079,
33470,
220,
657,
13,
405,
6469,
1129,
6200,
830,
26,
198,
220,
220,
220,
220,
657,
13,
405,
24940,
1433,
20483,
220,
657,
13,
830,
1495,
2682,
20483,
220,
657,
13,
20943,
2780,
1828,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
405,
22579,
3312,
20483,
220,
657,
13,
830,
19504,
33470,
220,
657,
13,
30273,
27693,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
405,
32128,
2231,
20483,
220,
657,
13,
830,
1821,
1731,
20483,
220,
657,
13,
486,
3134,
2857,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
405,
2857,
940,
33470,
220,
657,
13,
830,
1120,
1954,
20483,
220,
657,
13,
33618,
4089,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
405,
3365,
3365,
3064,
830,
220,
657,
13,
830,
46872,
33470,
220,
657,
13,
45987,
16799,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
25816,
1731,
1954,
20483,
220,
657,
13,
830,
30610,
4059,
830,
220,
657,
13,
3070,
1954,
2598,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
405,
3459,
2079,
8054,
830,
220,
657,
13,
830,
5824,
1558,
20483,
220,
657,
13,
15,
2670,
1795,
2167,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
486,
2919,
2154,
12865,
830,
220,
657,
13,
405,
1157,
2857,
7410,
830,
220,
657,
13,
47202,
49541,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
30273,
25475,
20483,
220,
657,
13,
405,
20219,
3070,
20483,
220,
657,
13,
46712,
2481,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
486,
3270,
1959,
33470,
220,
657,
13,
405,
1433,
4524,
10535,
220,
657,
13,
2998,
1314,
4304,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
30484,
940,
5607,
20483,
220,
657,
13,
405,
2167,
2598,
20483,
220,
657,
13,
2919,
41706,
2931,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
15,
24403,
3459,
10535,
220,
657,
13,
405,
1954,
4521,
10535,
220,
657,
13,
940,
28857,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
44698,
28555,
10535,
220,
657,
13,
405,
2078,
1828,
10535,
220,
657,
13,
1065,
2167,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
3070,
1507,
1959,
10535,
220,
657,
13,
405,
2091,
1129,
10535,
220,
657,
13,
1415,
1821,
2167,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
15,
2718,
25870,
10535,
220,
657,
13,
405,
30460,
24598,
220,
657,
13,
14656,
2079,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
3023,
2682,
8269,
220,
657,
13,
405,
17885,
24,
10535,
220,
657,
13,
24991,
1065,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
28669,
22047,
10535,
220,
657,
13,
22544,
22567,
10535,
220,
657,
13,
23815,
3553,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
2713,
3324,
2414,
10535,
220,
657,
13,
405,
3270,
5332,
10535,
220,
657,
13,
2075,
30995,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
3312,
1899,
2548,
10535,
220,
657,
13,
405,
3104,
2091,
10535,
220,
657,
13,
18938,
24,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
2998,
1120,
2091,
10535,
220,
657,
13,
25816,
39251,
10535,
220,
657,
13,
2682,
32220,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
2919,
2857,
2623,
10535,
220,
657,
13,
25257,
38219,
10535,
220,
657,
13,
29769,
32459,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
2931,
1120,
3901,
10535,
220,
657,
13,
405,
4089,
1433,
10535,
220,
657,
13,
43284,
5607,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
940,
3365,
2623,
10535,
220,
657,
13,
486,
2931,
1507,
10535,
220,
657,
13,
35890,
1828,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
1157,
2154,
2791,
10535,
220,
657,
13,
486,
1238,
3365,
10535,
220,
657,
13,
4051,
1959,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
12762,
3104,
2167,
2388,
220,
657,
13,
30273,
24693,
10535,
220,
657,
13,
3270,
3459,
16,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
1415,
3312,
2548,
10535,
220,
657,
13,
28645,
29228,
10535,
220,
657,
13,
2996,
42548,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
1314,
2078,
6052,
10535,
220,
657,
13,
486,
3553,
1558,
10535,
220,
657,
13,
22,
1433,
3365,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
1433,
4051,
1433,
10535,
220,
657,
13,
486,
2154,
1495,
10535,
220,
657,
13,
39761,
1065,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
23188,
26492,
10535,
220,
657,
13,
486,
5999,
2079,
10535,
220,
657,
13,
5705,
22042,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
1129,
1065,
1415,
10535,
220,
657,
13,
486,
4089,
2780,
10535,
220,
657,
13,
24,
3312,
1157,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
1238,
31911,
2167,
2388,
220,
657,
13,
2999,
1485,
6420,
10535,
220,
657,
13,
5607,
24970,
2167,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
24591,
2996,
24598,
220,
657,
13,
44087,
2079,
2167,
2388,
220,
352,
13,
15,
29769,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
19214,
25674,
10535,
220,
657,
13,
40839,
41292,
10535,
220,
352,
13,
940,
3132,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
1731,
1954,
1157,
10535,
220,
657,
13,
45987,
26427,
10535,
220,
352,
13,
1433,
4349,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
1495,
2718,
6052,
10535,
220,
657,
13,
15,
25870,
3901,
10535,
220,
352,
13,
17,
21626,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
2075,
2857,
2718,
10535,
220,
657,
13,
48891,
38073,
10535,
220,
352,
13,
2078,
1495,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
23195,
22186,
10535,
220,
657,
13,
3070,
16315,
20,
10535,
220,
352,
13,
28460,
2167,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
2078,
4310,
486,
10535,
220,
657,
13,
3070,
1959,
1983,
10535,
220,
352,
13,
2670,
2075,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
25710,
21139,
10535,
220,
657,
13,
15,
30995,
2548,
10535,
220,
352,
13,
2598,
5333,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
1270,
2780,
3388,
10535,
220,
657,
13,
48597,
39111,
10535,
220,
352,
13,
28324,
19,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
33638,
37601,
10535,
220,
657,
13,
15,
2548,
42548,
10535,
220,
352,
13,
2816,
28978,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
33916,
28567,
10535,
220,
657,
13,
36676,
3720,
2167,
2388,
220,
352,
13,
31980,
2167,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
2091,
27277,
24598,
220,
657,
13,
3023,
1959,
3510,
10535,
220,
352,
13,
2996,
4531,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
2682,
24137,
18,
10535,
220,
657,
13,
40350,
16562,
10535,
220,
352,
13,
32583,
2167,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
14877,
27970,
10535,
220,
657,
13,
48000,
20370,
10535,
220,
352,
13,
2425,
2780,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
2327,
3324,
1129,
10535,
220,
657,
13,
15,
2920,
1899,
2167,
2388,
220,
352,
13,
3720,
5332,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
26780,
2780,
2167,
2388,
220,
657,
13,
2713,
1129,
2682,
10535,
220,
352,
13,
23,
2670,
2167,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
20167,
43134,
10535,
220,
657,
13,
2713,
19,
31496,
10535,
220,
352,
13,
5774,
2791,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
22318,
47760,
10535,
220,
657,
13,
2713,
3104,
1828,
10535,
220,
352,
13,
24,
13348,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
2548,
486,
3365,
10535,
220,
657,
13,
2713,
6052,
2079,
10535,
220,
352,
13,
24,
26200,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
2548,
2718,
2682,
10535,
220,
657,
13,
3312,
1238,
3324,
10535,
220,
352,
13,
24,
3134,
2078,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
2548,
5066,
1983,
10535,
220,
657,
13,
15,
33981,
2718,
10535,
220,
352,
13,
4089,
6420,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
2548,
3695,
3365,
10535,
220,
657,
13,
15,
3134,
26279,
10535,
220,
362,
13,
405,
3553,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
30460,
34107,
10535,
220,
657,
13,
3312,
5607,
2414,
10535,
220,
362,
13,
486,
4524,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
2548,
3720,
3695,
10535,
220,
657,
13,
2998,
1828,
1507,
10535,
220,
362,
13,
15,
25707,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
2548,
3134,
2075,
10535,
220,
657,
13,
2998,
27790,
19,
10535,
220,
362,
13,
15,
27367,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
22842,
38205,
10535,
220,
657,
13,
2998,
47760,
2167,
2388,
220,
362,
13,
15,
18897,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
2548,
13330,
10535,
220,
657,
13,
2998,
2079,
3720,
10535,
220,
362,
13,
15,
22047,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
30695,
31495,
10535,
220,
657,
13,
2919,
2078,
4524,
10535,
220,
362,
13,
486,
4310,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
2718,
2920,
1314,
10535,
220,
657,
13,
2919,
21,
10535,
830,
220,
362,
13,
28041,
10535,
830,
26,
198,
220,
220,
220,
220,
657,
13,
20167,
2154,
2167,
2388,
220,
657,
13,
49352,
29228,
10535,
220,
352,
13,
2079,
2780,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
2623,
1899,
4531,
10535,
220,
657,
13,
2931,
1959,
2857,
10535,
220,
352,
13,
4089,
1415,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
2623,
940,
2231,
10535,
220,
657,
13,
2931,
21,
23195,
10535,
220,
352,
13,
24,
46435,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
2327,
2816,
1507,
10535,
220,
657,
13,
15,
33438,
2327,
10535,
220,
352,
13,
5824,
2414,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
27371,
34251,
10535,
220,
657,
13,
940,
2078,
1959,
10535,
220,
352,
13,
24,
23045,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
2682,
1959,
3553,
10535,
220,
657,
13,
15801,
11645,
10535,
220,
352,
13,
12865,
22,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
2091,
3365,
6052,
10535,
220,
657,
13,
940,
2079,
486,
10535,
220,
352,
13,
5774,
3901,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
34256,
30336,
10535,
220,
657,
13,
1157,
2548,
2327,
10535,
220,
352,
13,
23,
36330,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
18,
4626,
24598,
220,
657,
13,
16817,
21940,
10535,
220,
352,
13,
23,
20219,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
18,
16562,
2425,
10535,
220,
657,
13,
1065,
31675,
2167,
2388,
220,
352,
13,
22,
37988,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
1270,
1828,
4790,
10535,
220,
657,
13,
12762,
1264,
10535,
220,
352,
13,
50150,
2718,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
1959,
2078,
3365,
10535,
220,
657,
13,
16945,
33032,
10535,
220,
352,
13,
2154,
6420,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
2078,
14877,
2167,
2388,
220,
657,
13,
1485,
5999,
1954,
10535,
220,
352,
13,
3134,
1954,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
1983,
1821,
2598,
10535,
220,
657,
13,
1415,
21288,
2167,
2388,
220,
352,
13,
21,
30995,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
18897,
29558,
10535,
220,
657,
13,
1415,
3324,
5774,
10535,
220,
352,
13,
3270,
3980,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
1495,
1821,
5332,
10535,
220,
657,
13,
1314,
1983,
5333,
10535,
220,
352,
13,
2816,
2920,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
1731,
29626,
2167,
2388,
220,
657,
13,
21273,
940,
2167,
2388,
220,
352,
13,
25836,
2167,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
24339,
23451,
10535,
220,
657,
13,
1433,
2670,
3901,
10535,
220,
352,
13,
24669,
18,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
17572,
33646,
10535,
220,
657,
13,
17279,
2623,
2167,
2388,
220,
352,
13,
19,
19104,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
21315,
22337,
10535,
220,
657,
13,
1558,
4524,
1495,
10535,
220,
352,
13,
2718,
8269,
405,
26,
198,
220,
220,
220,
220,
657,
13,
1129,
3980,
1507,
10535,
220,
657,
13,
21652,
1129,
24598,
220,
352,
13,
34125,
3980,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
1507,
1270,
2682,
10535,
220,
657,
13,
1129,
1270,
1495,
10535,
220,
352,
13,
2075,
1731,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
17279,
1828,
2167,
2388,
220,
657,
13,
16088,
1485,
10535,
220,
352,
13,
21261,
10535,
830,
26,
198,
220,
220,
220,
220,
657,
13,
18458,
28978,
10535,
220,
657,
13,
22745,
21599,
10535,
220,
352,
13,
1415,
2791,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
18444,
2996,
24598,
220,
657,
13,
26427,
29173,
10535,
220,
352,
13,
46556,
10535,
830,
26,
198,
220,
220,
220,
220,
657,
13,
1485,
1954,
2920,
10535,
220,
657,
13,
17,
22666,
24598,
220,
352,
13,
39101,
2167,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
1065,
2713,
5705,
10535,
220,
657,
13,
24909,
1558,
24598,
220,
657,
13,
5607,
34741,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
14454,
29228,
10535,
220,
657,
13,
1954,
1731,
3134,
10535,
220,
657,
13,
24,
1129,
3559,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
15,
2079,
3023,
2167,
2388,
220,
657,
13,
1954,
3829,
1495,
10535,
220,
657,
13,
23,
3134,
3510,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
49352,
30460,
10535,
220,
657,
13,
22995,
39647,
10535,
220,
657,
13,
23,
1507,
2078,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
33057,
35378,
10535,
220,
657,
13,
1495,
2327,
4531,
10535,
220,
657,
13,
43571,
11623,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
2998,
1238,
2682,
10535,
220,
657,
13,
2075,
1507,
4304,
10535,
220,
657,
13,
48524,
1959,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
3312,
38056,
24598,
220,
657,
13,
20233,
41813,
10535,
220,
657,
13,
3104,
31916,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
47838,
45214,
10535,
220,
657,
13,
1983,
4846,
2231,
10535,
220,
657,
13,
49259,
4310,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
47202,
17657,
10535,
220,
657,
13,
25270,
45214,
10535,
220,
657,
13,
1899,
35978,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
3023,
15982,
2167,
2388,
220,
657,
13,
26561,
36879,
10535,
220,
657,
13,
3553,
28041,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
49841,
2414,
2167,
2388,
220,
657,
13,
1270,
2414,
3388,
10535,
220,
657,
13,
44465,
1828,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
46957,
48712,
10535,
220,
657,
13,
3132,
1120,
2327,
10535,
220,
657,
13,
1120,
24409,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
15,
23721,
4304,
10535,
220,
657,
13,
32637,
27326,
10535,
220,
657,
13,
2857,
1415,
8269,
26,
198,
220,
220,
220,
220,
657,
13,
486,
4846,
2078,
10535,
220,
657,
13,
2091,
1485,
2791,
10535,
220,
657,
13,
2598,
23516,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
27037,
1558,
2167,
2388,
220,
657,
13,
29626,
16945,
10535,
220,
657,
13,
35038,
24970,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
486,
2091,
8269,
220,
657,
13,
2682,
46302,
24598,
220,
657,
13,
2670,
405,
1731,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
20943,
38314,
10535,
220,
657,
13,
2327,
5999,
2075,
10535,
220,
657,
13,
2623,
5066,
2079,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
25257,
4051,
2167,
2388,
220,
657,
13,
2718,
18005,
10535,
220,
657,
13,
33535,
25150,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
405,
2791,
5333,
10535,
220,
657,
13,
2548,
1731,
2414,
10535,
220,
657,
13,
37283,
40523,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
22544,
1485,
2167,
2388,
220,
657,
13,
31010,
29088,
10535,
220,
657,
13,
1270,
1954,
3980,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
405,
31952,
2167,
2388,
220,
657,
13,
26200,
2780,
2167,
2388,
220,
657,
13,
2078,
1270,
2623,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
11245,
23516,
10535,
220,
657,
13,
3682,
1314,
3459,
10535,
220,
657,
13,
2075,
2780,
1433,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
405,
1959,
2682,
10535,
220,
657,
13,
19,
30557,
1129,
10535,
220,
657,
13,
1731,
3695,
2780,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
11245,
16562,
10535,
220,
657,
13,
2598,
42752,
10535,
220,
657,
13,
1954,
1954,
1507,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
405,
2548,
1433,
10535,
220,
657,
13,
34716,
29331,
10535,
220,
657,
13,
28727,
1120,
2167,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
1120,
3865,
10535,
220,
657,
13,
38652,
2682,
24598,
220,
657,
13,
1238,
3365,
4349,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
405,
3388,
2623,
10535,
220,
657,
13,
33646,
2167,
10535,
220,
657,
13,
1129,
2327,
4846,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
28694,
22579,
10535,
220,
657,
13,
1120,
24409,
24598,
220,
657,
13,
1507,
1558,
2623,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
30206,
20198,
10535,
220,
657,
13,
47493,
4524,
24598,
220,
657,
13,
17279,
30368,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
25150,
30272,
10535,
220,
657,
13,
4310,
20809,
24598,
220,
657,
13,
19707,
21626,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
30484,
21599,
10535,
220,
657,
13,
49489,
1129,
24598,
220,
657,
13,
18294,
45758,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
45310,
1495,
24598,
220,
657,
13,
3980,
16817,
24598,
220,
657,
13,
20107,
31751,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
44698,
3388,
24598,
220,
657,
13,
37452,
1959,
24598,
220,
657,
13,
18741,
2931,
21,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
3070,
1731,
2598,
10535,
220,
657,
13,
3270,
1314,
8269,
220,
657,
13,
1065,
2999,
1314,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
15,
31020,
2996,
10535,
220,
657,
13,
1899,
3134,
3901,
10535,
220,
657,
13,
16,
10232,
2598,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
3023,
1959,
3980,
10535,
220,
657,
13,
21,
1828,
1314,
24598,
220,
657,
13,
940,
38339,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
15,
2920,
16562,
10535,
220,
657,
13,
21,
2718,
5999,
24598,
220,
657,
13,
2931,
23,
25272,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
2713,
3270,
2167,
20483,
220,
657,
13,
2996,
38056,
24598,
220,
657,
13,
2931,
1954,
5333,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
3312,
2091,
2920,
10535,
220,
657,
13,
36657,
3104,
24598,
220,
657,
13,
2919,
2154,
3459,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
2998,
1485,
3365,
10535,
220,
657,
13,
35978,
2791,
24598,
220,
657,
13,
2919,
17,
23045,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
2998,
2079,
486,
10535,
220,
657,
13,
41583,
2816,
24598,
220,
657,
13,
2998,
3324,
2598,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
2919,
4531,
2931,
10535,
220,
657,
13,
22,
1558,
1954,
24598,
220,
657,
13,
2998,
27712,
21,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
2931,
23,
31675,
10535,
220,
657,
13,
4790,
28676,
24598,
220,
657,
13,
3312,
24,
25022,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
940,
3720,
2920,
10535,
220,
657,
13,
48882,
3510,
24598,
220,
657,
13,
3312,
35638,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
1157,
3324,
2920,
10535,
220,
657,
13,
4304,
1558,
3553,
10535,
220,
657,
13,
41322,
31495,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
1065,
3695,
2670,
10535,
220,
657,
13,
34483,
2682,
24598,
220,
657,
13,
2713,
21,
33032,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
20107,
2231,
24598,
220,
657,
13,
22,
3459,
1828,
24598,
220,
657,
13,
2713,
21719,
24,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
1415,
3865,
1433,
10535,
220,
657,
13,
7410,
3510,
24598,
220,
657,
13,
15,
2920,
1065,
2167,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
1433,
940,
3901,
10535,
220,
657,
13,
23,
1065,
1415,
24598,
220,
657,
13,
40350,
48372,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
1558,
1959,
4310,
10535,
220,
657,
13,
23,
1954,
2091,
24598,
220,
657,
13,
3023,
22515,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
21652,
22567,
10535,
220,
657,
13,
23,
2682,
1065,
24598,
220,
657,
13,
36676,
27412,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
24991,
38172,
10535,
220,
657,
13,
23,
27260,
8269,
220,
657,
13,
15,
30695,
2670,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
17,
13348,
2548,
10535,
220,
657,
13,
5332,
35133,
24598,
220,
657,
13,
44215,
22842,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
1828,
30557,
24598,
220,
657,
13,
4521,
33580,
24598,
220,
657,
13,
3070,
1959,
2920,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
1954,
2414,
6420,
10535,
220,
657,
13,
31360,
21895,
10535,
220,
657,
13,
39101,
36330,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
1731,
4846,
2091,
10535,
220,
657,
13,
44230,
2718,
24598,
220,
657,
13,
2999,
1795,
1959,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
2075,
26561,
2167,
2388,
220,
657,
13,
23,
3865,
2718,
24598,
220,
657,
13,
36629,
4521,
2167,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
1983,
2996,
1314,
10535,
220,
657,
13,
44928,
1314,
24598,
220,
657,
13,
15,
23516,
2167,
20483,
26,
198,
220,
220,
220,
220,
657,
13,
24369,
26276,
10535,
220,
657,
13,
24,
1415,
2996,
24598,
220,
657,
13,
44087,
22985,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
1270,
3682,
1485,
10535,
220,
657,
13,
24,
1954,
6659,
24598,
220,
657,
13,
33618,
46352,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
36042,
35195,
10535,
220,
657,
13,
6052,
13381,
24598,
220,
657,
13,
30484,
16799,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
2091,
1983,
2713,
10535,
220,
657,
13,
46899,
6659,
24598,
220,
657,
13,
486,
47582,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
30995,
1954,
2167,
2388,
220,
657,
13,
24,
32642,
2167,
20483,
220,
657,
13,
27037,
31552,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
2623,
1129,
2075,
10535,
220,
657,
13,
24,
37864,
8269,
220,
657,
13,
486,
1120,
2414,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
2718,
40179,
2167,
2388,
220,
657,
13,
4846,
26709,
10535,
220,
657,
13,
486,
2623,
4304,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
2670,
1433,
5999,
10535,
220,
657,
13,
4846,
41874,
24598,
220,
657,
13,
486,
19214,
23,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
1821,
2996,
5824,
10535,
220,
657,
13,
5607,
22047,
24598,
220,
657,
13,
486,
940,
3980,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
3682,
1314,
2670,
10535,
220,
657,
13,
24,
4304,
1558,
24598,
220,
657,
13,
405,
2079,
1314,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
19,
24760,
1558,
10535,
220,
657,
13,
24,
3720,
3510,
24598,
220,
657,
13,
405,
46660,
2167,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2231,
1314,
5705,
10535,
220,
657,
13,
4089,
1828,
8269,
220,
657,
13,
405,
3720,
1507,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
42199,
3695,
2167,
2388,
220,
657,
13,
4089,
2231,
2167,
20483,
220,
657,
13,
405,
36809,
24598,
26,
198,
220,
220,
220,
220,
657,
13,
40149,
20198,
10535,
220,
657,
13,
4089,
2996,
2167,
20483,
220,
657,
13,
28041,
22047,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
2920,
3324,
2548,
10535,
220,
657,
13,
24,
49287,
2167,
20483,
220,
657,
13,
22544,
36625,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
48645,
33206,
10535,
220,
657,
13,
2079,
405,
2167,
20483,
220,
657,
13,
405,
2857,
1415,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
20,
27728,
2075,
10535,
220,
657,
13,
2079,
1558,
5333,
10535,
220,
657,
13,
405,
2670,
3459,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
4051,
29173,
24598,
220,
657,
13,
2079,
33319,
24598,
220,
657,
13,
11245,
27693,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
3980,
2682,
2075,
10535,
220,
657,
13,
33438,
1954,
24598,
220,
657,
13,
405,
2075,
3510,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
20,
36928,
2075,
10535,
220,
657,
13,
2079,
40179,
24598,
220,
657,
13,
405,
1238,
5066,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
41292,
1959,
24598,
220,
657,
13,
2079,
34583,
24598,
220,
657,
13,
405,
1314,
2091,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
44214,
2713,
18,
10535,
220,
657,
13,
17032,
1157,
24598,
220,
657,
13,
37187,
6420,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
21,
29626,
2780,
10535,
220,
657,
13,
17032,
3324,
24598,
220,
657,
13,
830,
22,
1157,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
2996,
1129,
486,
10535,
220,
352,
13,
8269,
2388,
220,
657,
13,
830,
30120,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
2791,
4089,
1731,
10535,
220,
657,
13,
17032,
4869,
24598,
220,
657,
13,
18005,
5705,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
3104,
49641,
2167,
2388,
220,
657,
13,
2079,
44230,
24598,
220,
657,
13,
2388,
2857,
10535,
26,
198,
220,
220,
220,
220,
657,
13,
2154,
4309,
1731,
10535,
220,
657,
13,
39647,
2682,
24598,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
22,
1828,
46871,
10535,
220,
657,
13,
33438,
2075,
24598,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
45598,
38783,
10535,
220,
657,
13,
2079,
28857,
24598,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
38569,
27367,
10535,
220,
657,
13,
42520,
2425,
24598,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
3324,
1899,
5999,
10535,
220,
657,
13,
4089,
5066,
8269,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
3720,
34741,
2167,
2388,
220,
657,
13,
4089,
23721,
24598,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
23,
16562,
2623,
10535,
220,
657,
13,
24,
3324,
4089,
24598,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
23,
25270,
1828,
10535,
220,
657,
13,
24,
4790,
1157,
24598,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
23,
29334,
3720,
10535,
220,
657,
13,
24,
3134,
4524,
24598,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
4521,
1495,
1495,
10535,
220,
657,
13,
4846,
23362,
24598,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
23,
3695,
35916,
10535,
220,
657,
13,
24,
2816,
2816,
2167,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
4531,
19,
21315,
10535,
220,
657,
13,
24,
34251,
486,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
44675,
22136,
10535,
220,
657,
13,
46899,
4089,
16,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
24,
1954,
3134,
2167,
2388,
220,
657,
13,
6052,
1983,
4089,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
24,
32128,
2548,
10535,
220,
657,
13,
24,
1731,
21273,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
3865,
18298,
2167,
2388,
220,
657,
13,
40248,
17430,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
24,
2414,
30290,
10535,
220,
657,
13,
44928,
48372,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
5607,
2154,
3104,
10535,
220,
657,
13,
48712,
28688,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
42520,
3270,
24598,
220,
657,
13,
46660,
21626,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
352,
13,
405,
26492,
24598,
220,
657,
13,
42802,
49087,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
352,
13,
28645,
1433,
24598,
220,
657,
13,
23,
40523,
2682,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
352,
13,
15,
22980,
8269,
220,
657,
13,
4521,
486,
2414,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
352,
13,
15,
30460,
8269,
220,
657,
13,
5332,
1314,
1129,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
352,
13,
2713,
16,
10535,
830,
220,
657,
13,
5705,
1959,
5066,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
352,
13,
3312,
1959,
8269,
220,
657,
13,
23,
2682,
26007,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
352,
13,
2998,
3559,
8269,
220,
657,
13,
23,
11645,
1954,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
352,
13,
2919,
20,
2167,
10535,
220,
657,
13,
23,
21940,
2414,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
352,
13,
2931,
20,
2167,
10535,
220,
657,
13,
1795,
2425,
2598,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
352,
13,
13464,
2167,
10535,
220,
657,
13,
3720,
3720,
2857,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
352,
13,
14686,
10535,
830,
220,
657,
13,
3695,
3695,
6052,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
352,
13,
1157,
5332,
2167,
20483,
220,
657,
13,
29331,
26598,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
352,
13,
1065,
2548,
8269,
220,
657,
13,
4304,
33300,
24598,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
352,
13,
12762,
10535,
830,
220,
657,
13,
38172,
26895,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
352,
13,
1485,
1157,
8269,
220,
657,
13,
4524,
2548,
2231,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
352,
13,
16945,
2167,
10535,
220,
657,
13,
22,
2624,
1129,
24598,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
352,
13,
1485,
3559,
8269,
220,
657,
13,
23906,
33319,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
352,
13,
1485,
3559,
8269,
220,
657,
13,
32583,
30368,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
352,
13,
1485,
2091,
8269,
220,
657,
13,
3388,
1899,
2816,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
352,
13,
1485,
1065,
8269,
220,
657,
13,
3104,
2623,
2481,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
352,
13,
1065,
6659,
8269,
220,
657,
13,
3134,
940,
2780,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
352,
13,
10163,
2079,
24598,
220,
657,
13,
38431,
33660,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
352,
13,
1157,
4531,
8269,
220,
657,
13,
21,
30505,
2231,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
352,
13,
14686,
24,
8269,
220,
657,
13,
5066,
1983,
1507,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
352,
13,
940,
3270,
8269,
220,
657,
13,
21,
22337,
1314,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
352,
13,
2931,
23,
10535,
830,
220,
657,
13,
1899,
3104,
5774,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
352,
13,
2919,
6420,
8269,
220,
657,
13,
3270,
2548,
3695,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
352,
13,
2998,
24,
2167,
10535,
220,
657,
13,
39322,
49703,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
352,
13,
15,
41580,
8269,
220,
657,
13,
20,
3134,
46435,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
352,
13,
2713,
3134,
8269,
220,
657,
13,
2816,
31911,
24598,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
352,
13,
43977,
10535,
830,
220,
657,
13,
4051,
1065,
2078,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
352,
13,
39101,
2780,
24598,
220,
657,
13,
20,
1983,
4846,
18,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
352,
13,
27037,
10535,
830,
220,
657,
13,
20,
20964,
2682,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
352,
13,
830,
23,
8269,
220,
657,
13,
33548,
35447,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
4089,
31714,
24598,
220,
657,
13,
33646,
17464,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
4846,
28362,
24598,
220,
657,
13,
2857,
2920,
2327,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
31027,
4524,
24598,
220,
657,
13,
3510,
1507,
2682,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
6052,
2078,
8269,
220,
657,
13,
2598,
3459,
1954,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
24,
1415,
2682,
24598,
220,
657,
13,
19,
30743,
1558,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
23,
3865,
2670,
24598,
220,
657,
13,
43356,
21395,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
5774,
35642,
24598,
220,
657,
13,
19,
13348,
2075,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
23,
3980,
26561,
10535,
220,
657,
13,
2670,
1795,
3553,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
23,
2623,
2327,
24598,
220,
657,
13,
2548,
3365,
2327,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
23,
1433,
1959,
24598,
220,
657,
13,
2718,
2670,
4349,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
3720,
32417,
24598,
220,
657,
13,
2623,
1954,
1157,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
34483,
5333,
24598,
220,
657,
13,
14877,
4521,
18,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2425,
43134,
24598,
220,
657,
13,
29626,
44218,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
49995,
2079,
24598,
220,
657,
13,
34256,
26895,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
49517,
3695,
24598,
220,
657,
13,
34125,
16817,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
3388,
18741,
24598,
220,
657,
13,
1270,
3270,
2623,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2791,
3865,
2167,
20483,
220,
657,
13,
1959,
2857,
2718,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2414,
4524,
3134,
10535,
220,
657,
13,
2078,
2682,
6052,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
26704,
1157,
24598,
220,
657,
13,
1983,
1828,
1828,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
1899,
1495,
2167,
20483,
220,
657,
13,
21719,
2079,
24598,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
3553,
42520,
24598,
220,
657,
13,
1731,
4089,
3324,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
41948,
2718,
24598,
220,
657,
13,
1954,
4531,
3510,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
44465,
1157,
24598,
220,
657,
13,
23815,
24970,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
48645,
1731,
24598,
220,
657,
13,
17,
23188,
4310,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2920,
25096,
24598,
220,
657,
13,
1238,
39761,
24598,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2857,
15711,
24598,
220,
657,
13,
23664,
22,
2167,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
17885,
4846,
24598,
220,
657,
13,
1507,
5774,
2780,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
3559,
1314,
3134,
10535,
220,
657,
13,
1558,
4089,
2078,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
39226,
5774,
24598,
220,
657,
13,
1558,
1065,
5332,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2670,
32576,
24598,
220,
657,
13,
1433,
1270,
3270,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
26514,
2481,
24598,
220,
657,
13,
18742,
24309,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2623,
30484,
24598,
220,
657,
13,
1415,
2425,
2327,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2682,
30803,
24598,
220,
657,
13,
1415,
2999,
1157,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
34159,
3388,
24598,
220,
657,
13,
16945,
1558,
24598,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
27970,
1558,
24598,
220,
657,
13,
1065,
2414,
8269,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
26561,
1157,
24598,
220,
657,
13,
16315,
4531,
2167,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2078,
1495,
8269,
220,
657,
13,
16616,
2414,
24598,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2075,
5999,
1959,
10535,
220,
657,
13,
940,
4304,
2091,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
1495,
33459,
24598,
220,
657,
13,
8784,
5774,
24598,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
1731,
1485,
8269,
220,
657,
13,
2931,
21,
30995,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
23815,
2780,
24598,
220,
657,
13,
2931,
940,
5066,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20666,
1415,
24598,
220,
657,
13,
2919,
41706,
24598,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
1238,
3559,
8269,
220,
657,
13,
2919,
1157,
5774,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
1129,
25710,
24598,
220,
657,
13,
2998,
2996,
5999,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
1507,
21895,
24598,
220,
657,
13,
2998,
17,
22337,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
1558,
22413,
24598,
220,
657,
13,
3312,
1795,
1731,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
1433,
1129,
2167,
20483,
220,
657,
13,
3312,
26598,
2167,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
1314,
1495,
3104,
10535,
220,
657,
13,
41322,
30368,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
1415,
27824,
24598,
220,
657,
13,
2713,
2791,
5607,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
17059,
2167,
10535,
220,
657,
13,
2713,
37967,
2167,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
16799,
1485,
24598,
220,
657,
13,
2713,
405,
3270,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
16315,
2780,
24598,
220,
657,
13,
45438,
34808,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
14686,
2481,
24598,
220,
657,
13,
3023,
1821,
4846,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
13348,
3132,
24598,
220,
657,
13,
3023,
1485,
2231,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2931,
23,
46302,
10535,
220,
657,
13,
15,
2548,
15426,
9879,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2931,
30057,
24598,
220,
657,
13,
48597,
1959,
3695,
20483,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2919,
3134,
4790,
10535,
220,
657,
13,
44427,
4089,
18,
33470,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2919,
1065,
1899,
8054,
830,
220,
657,
13,
3070,
39188,
7029,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2998,
1899,
2780,
10535,
220,
657,
13,
15,
26561,
2670,
4059,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2998,
1157,
1415,
10535,
220,
657,
13,
44698,
3720,
1507,
20483,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
15,
2791,
34229,
10535,
220,
657,
13,
15,
25191,
2816,
3064,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
3312,
22136,
2167,
2388,
220,
657,
13,
40839,
1828,
5066,
20483,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2713,
44750,
24598,
220,
657,
13,
15,
24909,
486,
9879,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2713,
26598,
24598,
220,
657,
13,
2999,
940,
3324,
12865,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
28669,
39226,
10535,
220,
657,
13,
486,
4846,
1120,
4059,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
48000,
28041,
10535,
220,
657,
13,
486,
5999,
1314,
6200,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
3023,
2548,
1954,
10535,
220,
657,
13,
486,
2154,
3104,
8054,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
36676,
25764,
7410,
830,
220,
657,
13,
486,
3270,
2713,
3064,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
3070,
36928,
2167,
2388,
220,
657,
13,
486,
2780,
1507,
6200,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
15,
32182,
3104,
10535,
220,
657,
13,
486,
2548,
405,
7410,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
3070,
1270,
3132,
10535,
220,
657,
13,
486,
2078,
2920,
4059,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
39101,
44550,
10535,
220,
657,
13,
486,
38503,
9879,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
15,
27033,
1954,
10535,
220,
657,
13,
486,
1157,
1270,
6200,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
15,
25540,
2327,
10535,
220,
657,
13,
20943,
2327,
2816,
20483,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
40839,
49703,
10535,
220,
657,
13,
405,
4846,
2091,
33470,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2999,
22515,
2167,
2388,
220,
657,
13,
25257,
3865,
2079,
20483,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2999,
1415,
3901,
10535,
220,
657,
13,
25257,
2091,
1731,
20483,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
486,
42691,
1485,
20483,
220,
657,
13,
405,
3324,
2780,
7410,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
486,
5332,
2598,
10535,
220,
657,
13,
405,
23906,
3510,
20483,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
29326,
28872,
10535,
220,
657,
13,
405,
36657,
2425,
20483,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
486,
1899,
1983,
10535,
220,
657,
13,
405,
5237,
1495,
3064,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
486,
2780,
4846,
10535,
220,
657,
13,
405,
3553,
5332,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
486,
22842,
2167,
2388,
220,
657,
13,
405,
4310,
2425,
3064,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
486,
27033,
2167,
2388,
220,
657,
13,
22914,
42691,
3064,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
486,
1129,
2920,
10535,
220,
657,
13,
405,
3510,
2670,
33470,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
486,
1157,
8269,
220,
657,
13,
22914,
1270,
6052,
20483,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
486,
3070,
1157,
10535,
220,
657,
13,
405,
7029,
2078,
20483,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
28694,
3553,
34427,
2388,
220,
657,
13,
405,
2718,
1558,
4524,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
3459,
5824,
10535,
220,
657,
13,
11245,
2231,
2075,
2167,
405,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
25257,
25600,
3064,
830,
220,
657,
13,
11245,
1238,
46239,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
25816,
2791,
2414,
20483,
220,
657,
13,
405,
1959,
4304,
1954,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
25816,
1157,
5066,
20483,
220,
657,
13,
405,
27988,
30368,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
28041,
32417,
33470,
220,
657,
13,
405,
11645,
29228,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
5333,
1270,
8054,
830,
220,
657,
13,
405,
1954,
1795,
2780,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
22544,
3388,
3070,
20483,
220,
657,
13,
405,
17572,
24,
4869,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
22544,
2078,
1129,
20483,
220,
657,
13,
405,
21261,
1485,
2167,
405,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
31503,
2091,
20483,
220,
657,
13,
405,
19782,
31911,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
30505,
29558,
2388,
220,
657,
13,
405,
1558,
3104,
2857,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
22914,
1828,
2425,
20483,
220,
657,
13,
405,
23237,
24940,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
2670,
1495,
7410,
830,
220,
657,
13,
405,
1314,
1495,
2327,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
2623,
2231,
9879,
830,
220,
657,
13,
405,
1415,
21940,
2167,
405,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
28460,
3270,
20483,
220,
657,
13,
405,
1485,
1314,
3865,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
11245,
1415,
2857,
20483,
220,
657,
13,
405,
1065,
1828,
2670,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
1959,
1238,
7410,
830,
220,
657,
13,
405,
1157,
2327,
2816,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
1983,
1485,
10535,
220,
657,
13,
405,
13348,
39449,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
1495,
1238,
33470,
220,
657,
13,
830,
4089,
28645,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
24409,
1157,
20483,
220,
657,
13,
830,
43234,
2791,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
21601,
1558,
37747,
2388,
220,
657,
13,
830,
23,
3510,
1129,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
42334,
8054,
830,
220,
657,
13,
830,
46302,
1959,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
1507,
3324,
6200,
830,
220,
657,
13,
830,
43916,
3104,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
1558,
2598,
3064,
830,
220,
657,
13,
830,
30924,
2079,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
1433,
1238,
4059,
830,
220,
657,
13,
830,
21,
3132,
486,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
8298,
1120,
3553,
20483,
220,
657,
13,
830,
3365,
29173,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
1485,
2079,
33470,
220,
657,
13,
830,
45326,
1157,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
1485,
405,
7029,
830,
220,
657,
13,
830,
1120,
3134,
2167,
405,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
1065,
2919,
9879,
830,
220,
657,
13,
830,
2857,
16243,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
8298,
1065,
2623,
20483,
220,
657,
13,
830,
3559,
28256,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
37187,
2598,
4304,
2388,
220,
657,
13,
830,
30120,
3901,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
830,
5607,
21599,
2388,
220,
657,
13,
830,
2718,
4531,
5237,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
830,
3829,
2623,
20483,
220,
657,
13,
830,
2327,
1495,
3559,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
830,
40675,
2780,
2388,
220,
657,
13,
830,
34256,
8298,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
830,
3695,
23451,
2388,
220,
657,
13,
830,
22515,
21315,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
830,
47760,
2231,
2388,
220,
657,
13,
830,
2078,
1821,
3901,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
830,
3134,
3388,
20483,
220,
657,
13,
830,
2075,
3559,
2425,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
830,
48602,
4846,
2388,
220,
657,
13,
830,
26912,
14454,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
830,
29796,
2718,
2388,
220,
657,
13,
830,
23539,
21139,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
830,
45326,
5774,
2388,
220,
657,
13,
830,
26427,
32128,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
830,
33042,
25600,
830,
220,
657,
13,
18005,
4089,
4790,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
830,
2857,
2091,
20483,
220,
657,
13,
18005,
5332,
15363,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
830,
25644,
7410,
830,
220,
657,
13,
18005,
22,
1731,
4051,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
830,
33289,
3365,
2388,
220,
657,
13,
18005,
1899,
30924,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
830,
2548,
21626,
2388,
220,
657,
13,
18005,
2920,
4790,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
830,
32066,
2548,
2388,
220,
657,
13,
18005,
2670,
2816,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
830,
2091,
21895,
2388,
220,
657,
13,
18005,
6200,
4521,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
830,
26895,
2816,
2388,
220,
657,
13,
18005,
17,
18741,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
830,
25270,
3365,
2388,
220,
657,
13,
18005,
1485,
15801,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
830,
26276,
2931,
2388,
220,
657,
13,
18005,
2713,
33548,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
830,
9031,
38819,
830,
220,
657,
13,
2388,
4089,
40173,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
830,
24409,
1485,
2388,
220,
657,
13,
2388,
24,
1507,
4310,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
830,
28727,
2857,
2388,
220,
657,
13,
2388,
23,
3553,
2548,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
830,
1238,
37710,
2388,
220,
657,
13,
2388,
7410,
2780,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
18005,
3829,
2327,
2388,
220,
657,
13,
2388,
4524,
2425,
12825,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
18005,
3324,
4790,
2388,
220,
657,
13,
2388,
39357,
1129,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
18005,
2996,
5607,
2388,
220,
657,
13,
2388,
2996,
1828,
11024,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
18005,
22730,
2167,
405,
220,
657,
13,
2388,
31751,
2670,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
18005,
2598,
7410,
830,
220,
657,
13,
2388,
20,
3388,
3682,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
18005,
2327,
2078,
2388,
220,
657,
13,
2388,
20,
2624,
1558,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
18005,
2075,
2670,
2388,
220,
657,
13,
2388,
38073,
2718,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
18005,
1507,
3064,
830,
220,
657,
13,
2388,
44578,
6420,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
18005,
940,
2718,
2388,
220,
657,
13,
2388,
47101,
2414,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
18005,
3070,
1314,
2388,
220,
657,
13,
2388,
29703,
2327,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
24,
2414,
1983,
830,
220,
657,
13,
2388,
2548,
10535,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
46815,
4349,
830,
220,
657,
13,
2388,
28567,
1821,
4059,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
5705,
1959,
27559,
220,
657,
13,
2388,
2091,
1731,
2780,
405,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
44808,
49287,
2388,
220,
657,
13,
2388,
36244,
405,
8054,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
44808,
2718,
1959,
830,
220,
657,
13,
2388,
24369,
2079,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
3104,
38819,
830,
220,
657,
13,
2388,
1983,
19214,
9879,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
49259,
1495,
7410,
220,
657,
13,
2388,
1495,
34251,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
1899,
32128,
830,
220,
657,
13,
2388,
23721,
3980,
3064,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
47372,
20483,
220,
657,
13,
2388,
1828,
20370,
2167,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
20,
25270,
2388,
220,
657,
13,
2388,
22567,
940,
7029,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
2920,
2920,
33942,
220,
657,
13,
2388,
22186,
1795,
7410,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
3510,
29626,
830,
220,
657,
13,
2388,
1507,
2091,
5705,
405,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
42117,
4531,
830,
220,
657,
13,
2388,
1558,
1558,
3324,
405,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
29703,
2682,
830,
220,
657,
13,
2388,
1433,
2931,
2682,
405,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
23734,
21,
2388,
220,
657,
13,
2388,
8628,
23,
2388,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
2327,
37680,
830,
220,
657,
13,
2388,
1415,
1485,
2623,
405,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
31380,
1157,
9879,
220,
657,
13,
2388,
1485,
21626,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
25838,
1314,
830,
220,
657,
13,
2388,
17464,
1828,
8054,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
1959,
2327,
27641,
220,
657,
13,
2388,
1157,
2414,
2079,
405,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
23195,
1731,
830,
220,
657,
13,
2388,
14454,
1983,
9879,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
25600,
1157,
830,
220,
657,
13,
2388,
940,
1495,
48104,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
1731,
22567,
830,
220,
657,
13,
20483,
4846,
1129,
8054,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
24403,
1157,
830,
220,
657,
13,
20483,
3829,
2078,
3064,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
2481,
21495,
830,
220,
657,
13,
20483,
23,
2857,
27559,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
18946,
27559,
220,
657,
13,
20483,
41544,
2780,
405,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
23451,
2414,
830,
220,
657,
13,
20483,
4524,
3104,
8054,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
24096,
1157,
4059,
220,
657,
13,
20483,
41583,
2078,
405,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
20986,
2624,
830,
220,
657,
13,
20483,
38431,
3365,
405,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
18742,
2481,
830,
220,
657,
13,
20483,
47448,
3553,
405,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
1415,
3553,
27559,
220,
657,
13,
20483,
3365,
940,
9879,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
1485,
33808,
830,
220,
657,
13,
20483,
20,
33459,
830,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
12762,
2816,
830,
220,
657,
13,
20483,
25836,
4089,
405,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
10232,
2425,
830,
220,
657,
13,
20483,
2780,
1238,
8054,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
16616,
2231,
830,
220,
657,
13,
20483,
36625,
27550,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
940,
36445,
830,
220,
657,
13,
20483,
19,
25191,
3064,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
3064,
1558,
830,
220,
657,
13,
20483,
7029,
19,
2167,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
5824,
20809,
1270,
220,
657,
13,
20483,
2718,
33981,
1270,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
3459,
2857,
12865,
220,
657,
13,
20483,
2327,
28771,
1120,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
5999,
1558,
3064,
220,
657,
13,
20483,
2091,
1959,
15187,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
3695,
1129,
830,
220,
657,
13,
20483,
25838,
1157,
1120,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
22,
2327,
36150,
220,
657,
13,
20483,
1959,
2231,
24369,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
3388,
1485,
830,
220,
657,
13,
20483,
1983,
32583,
940,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
2996,
486,
4059,
220,
657,
13,
20483,
21719,
2154,
1120,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
21,
1157,
4310,
405,
220,
657,
13,
20483,
1731,
4310,
24369,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
36189,
1959,
405,
220,
657,
13,
20483,
19214,
4531,
1821,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
4051,
1065,
9879,
220,
657,
13,
20483,
24591,
2091,
1795,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
29022,
2682,
2154,
220,
657,
13,
20483,
1238,
3510,
12952,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
31714,
2548,
405,
220,
657,
13,
2388,
30484,
25540,
1238,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
2231,
1065,
4059,
220,
657,
13,
2388,
29159,
1415,
7029,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
40090,
5999,
405,
220,
657,
13,
2388,
486,
2154,
4531,
1120,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
27559,
2167,
220,
657,
13,
2388,
486,
1899,
4089,
1795,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
2718,
3134,
3064,
220,
657,
13,
2388,
25150,
21940,
2154,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
2327,
2780,
830,
220,
657,
13,
2388,
486,
11785,
21536,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
31380,
2481,
405,
220,
657,
13,
2388,
486,
2682,
3104,
1899,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
18,
18294,
4059,
220,
657,
13,
2388,
486,
2075,
5824,
1120,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
1959,
2791,
4059,
220,
657,
13,
2388,
486,
44227,
1238,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
1983,
3865,
26717,
220,
657,
13,
2388,
486,
1065,
1795,
3829,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
2075,
27712,
405,
220,
657,
13,
2388,
486,
3312,
2623,
1795,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
23045,
2682,
405,
220,
657,
13,
2388,
39103,
3132,
1270,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
24409,
1415,
405,
220,
657,
13,
10535,
24,
3510,
17572,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
17572,
3695,
405,
220,
657,
13,
10535,
4531,
2075,
1270,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
20483,
1238,
6469,
830,
220,
657,
13,
10535,
23,
3682,
14198,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
486,
4846,
2623,
405,
220,
657,
13,
10535,
3720,
3510,
1821,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
486,
5332,
48104,
220,
657,
13,
10535,
22,
38073,
1795,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
486,
4524,
2996,
405,
220,
657,
13,
10535,
2154,
4524,
1821,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
486,
33981,
3064,
220,
657,
13,
10535,
2791,
4524,
1795,
220,
657,
13,
8269,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2388,
486,
48096,
15187,
220,
657,
13,
10535,
48602,
9879,
220,
657,
13,
8269,
2388,
60,
628,
198,
8818,
951,
579,
963,
7,
3712,
6030,
90,
34,
10008,
1129,
3132,
41,
62,
24187,
37,
5512,
2082,
626,
268,
3712,
15633,
8,
198,
220,
220,
220,
1441,
39555,
378,
62,
11487,
7,
66,
494,
1129,
3132,
73,
62,
11215,
69,
62,
11487,
11,
28687,
13,
15,
11,
838,
13,
15,
11,
2082,
626,
268,
8,
198,
437,
198,
198,
2,
49554,
15068,
284,
262,
327,
10008,
34625,
362,
7200,
16477,
37,
11,
838,
21533,
41867,
3599,
379,
28687,
21533,
198,
9979,
269,
494,
1129,
3132,
73,
62,
11215,
69,
62,
11487,
796,
198,
220,
220,
220,
685,
15,
13,
830,
23,
220,
657,
13,
18005,
220,
657,
13,
405,
3510,
26,
198,
220,
220,
220,
220,
657,
13,
405,
2231,
220,
657,
13,
830,
19,
220,
657,
13,
2999,
1731,
26,
198,
220,
220,
220,
220,
657,
13,
15,
1264,
220,
657,
13,
405,
1314,
220,
657,
13,
2931,
1495,
26,
198,
220,
220,
220,
220,
657,
13,
3312,
1157,
220,
657,
13,
405,
2231,
220,
657,
13,
1983,
2079,
26,
198,
220,
220,
220,
220,
657,
13,
1065,
3134,
220,
657,
13,
405,
6052,
220,
657,
13,
3365,
2327,
26,
198,
220,
220,
220,
220,
657,
13,
1828,
5332,
220,
657,
13,
486,
2425,
220,
352,
13,
3312,
1828,
26,
198,
220,
220,
220,
220,
657,
13,
1270,
6659,
220,
657,
13,
15,
27367,
220,
352,
13,
2231,
2075,
26,
198,
220,
220,
220,
220,
657,
13,
2091,
1065,
220,
657,
13,
15,
29088,
220,
352,
13,
1899,
2414,
26,
198,
220,
220,
220,
220,
657,
13,
2078,
3459,
220,
657,
13,
3023,
3104,
220,
352,
13,
2857,
1558,
26,
198,
220,
220,
220,
220,
657,
13,
1954,
1954,
220,
657,
13,
3312,
405,
220,
352,
13,
2078,
1795,
26,
198,
220,
220,
220,
220,
657,
13,
1558,
2231,
220,
657,
13,
2931,
940,
220,
352,
13,
1157,
2091,
26,
198,
220,
220,
220,
220,
657,
13,
2931,
1238,
220,
657,
13,
1485,
3829,
220,
657,
13,
2425,
4309,
26,
198,
220,
220,
220,
220,
657,
13,
3070,
1507,
220,
657,
13,
1238,
1795,
220,
657,
13,
2598,
5333,
26,
198,
220,
220,
220,
220,
657,
13,
405,
2780,
220,
657,
13,
2624,
1270,
220,
657,
13,
2075,
2598,
26,
198,
220,
220,
220,
220,
657,
13,
405,
6052,
220,
657,
13,
1120,
1270,
220,
657,
13,
1314,
3901,
26,
198,
220,
220,
220,
220,
657,
13,
3312,
2623,
220,
657,
13,
22,
3064,
220,
657,
13,
2998,
5066,
26,
198,
220,
220,
220,
220,
657,
13,
1433,
3104,
220,
657,
13,
4521,
1238,
220,
657,
13,
3023,
1065,
26,
198,
220,
220,
220,
220,
657,
13,
1959,
2075,
220,
657,
13,
3865,
1821,
220,
657,
13,
44613,
26,
198,
220,
220,
220,
220,
657,
13,
3559,
2414,
220,
657,
13,
2079,
1120,
220,
657,
13,
405,
3459,
26,
198,
220,
220,
220,
220,
657,
13,
3270,
2154,
220,
657,
13,
2079,
1120,
220,
657,
13,
405,
2670,
26,
198,
220,
220,
220,
220,
657,
13,
22,
41290,
220,
657,
13,
3865,
1238,
220,
657,
13,
405,
1238,
26,
198,
220,
220,
220,
220,
657,
13,
24,
19707,
220,
657,
13,
5774,
405,
220,
657,
13,
405,
1433,
26,
198,
220,
220,
220,
220,
352,
13,
2999,
1495,
220,
657,
13,
2425,
2154,
220,
657,
13,
405,
1157,
26,
198,
220,
220,
220,
220,
352,
13,
2713,
2598,
220,
657,
13,
5066,
940,
220,
657,
13,
830,
22,
26,
198,
220,
220,
220,
220,
657,
13,
2079,
1828,
220,
657,
13,
1120,
1270,
220,
657,
13,
830,
18,
26,
198,
220,
220,
220,
220,
657,
13,
5705,
2624,
220,
657,
13,
2548,
940,
220,
657,
13,
34215,
26,
198,
220,
220,
220,
220,
657,
13,
5066,
1983,
220,
657,
13,
2075,
1120,
220,
657,
13,
18005,
26,
198,
220,
220,
220,
220,
657,
13,
25644,
19,
220,
657,
13,
1558,
1120,
220,
657,
13,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
1983,
5774,
220,
657,
13,
940,
2154,
220,
657,
13,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
1433,
1129,
220,
657,
13,
3312,
940,
220,
657,
13,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
2919,
3365,
220,
657,
13,
3070,
1238,
220,
657,
13,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
15,
33459,
220,
657,
13,
486,
2154,
220,
657,
13,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
15,
23148,
220,
657,
13,
405,
6469,
220,
657,
13,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
486,
1485,
220,
657,
13,
405,
3901,
220,
657,
13,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
3553,
220,
657,
13,
405,
2481,
220,
657,
13,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
2078,
220,
657,
13,
405,
1157,
220,
657,
13,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
405,
1314,
220,
657,
13,
830,
20,
220,
657,
13,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
830,
20,
220,
657,
13,
34215,
220,
657,
13,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
830,
18,
220,
657,
13,
18005,
220,
657,
13,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
34215,
220,
657,
13,
18005,
220,
657,
13,
2388,
26,
198,
220,
220,
220,
220,
657,
13,
18005,
220,
657,
13,
2388,
220,
657,
13,
2388,
60,
628,
198,
198,
8818,
951,
579,
963,
7,
3712,
6030,
90,
34,
10008,
1129,
3132,
41697,
62,
24187,
37,
5512,
2082,
626,
268,
3712,
15633,
8,
198,
220,
220,
220,
1441,
39555,
378,
62,
11487,
7,
66,
494,
1129,
3132,
73,
85,
62,
11215,
69,
62,
11487,
11,
29101,
13,
15,
11,
642,
13,
15,
11,
2082,
626,
268,
8,
198,
437,
198,
198,
2,
49554,
12,
53,
418,
15068,
284,
262,
327,
10008,
34625,
362,
7200,
16477,
37,
11,
642,
21533,
41867,
3599,
379,
29101,
21533,
198,
9979,
269,
494,
1129,
3132,
73,
85,
62,
11215,
69,
62,
11487,
796,
198,
220,
220,
220,
685,
17,
13,
3104,
2079,
405,
68,
12,
11245,
220,
362,
13,
10535,
68,
12,
22914,
220,
352,
13,
24909,
830,
68,
12,
21601,
26,
198,
220,
220,
220,
220,
642,
13,
26717,
4059,
68,
12,
11245,
220,
513,
13,
24,
2816,
8054,
68,
12,
22914,
220,
362,
13,
44361,
2167,
68,
12,
21601,
26,
198,
220,
220,
220,
220,
352,
13,
2998,
23,
3064,
68,
12,
21601,
220,
807,
13,
10535,
68,
12,
22914,
220,
604,
13,
46351,
830,
68,
12,
21601,
26,
198,
220,
220,
220,
220,
362,
13,
2998,
24,
2167,
68,
12,
21601,
220,
352,
13,
45326,
9879,
68,
12,
11245,
220,
860,
13,
48645,
4059,
68,
12,
21601,
26,
198,
220,
220,
220,
220,
513,
13,
43240,
3064,
68,
12,
21601,
220,
362,
13,
7410,
830,
68,
12,
11245,
220,
352,
13,
45598,
12865,
68,
12,
8298,
26,
198,
220,
220,
220,
220,
718,
13,
27936,
9879,
68,
12,
21601,
220,
604,
13,
37466,
2167,
68,
12,
11245,
220,
362,
13,
46815,
6200,
68,
12,
8298,
26,
198,
220,
220,
220,
220,
860,
13,
42691,
3064,
68,
12,
21601,
220,
767,
13,
7029,
830,
68,
12,
11245,
220,
604,
13,
1899,
4310,
405,
68,
12,
8298,
26,
198,
220,
220,
220,
220,
352,
13,
3365,
1731,
405,
68,
12,
8298,
220,
352,
13,
1558,
3720,
405,
68,
12,
21601,
220,
767,
13,
33400,
8054,
68,
12,
8298,
26,
198,
220,
220,
220,
220,
362,
13,
1959,
2780,
405,
68,
12,
8298,
220,
352,
13,
2425,
2388,
68,
12,
21601,
220,
352,
13,
15,
2996,
7410,
68,
10,
830,
26,
198,
220,
220,
220,
220,
362,
13,
40215,
7410,
68,
12,
8298,
220,
362,
13,
2075,
3695,
405,
68,
12,
21601,
220,
352,
13,
33638,
8054,
68,
10,
830,
26,
198,
220,
220,
220,
220,
513,
13,
940,
3865,
405,
68,
12,
8298,
220,
362,
13,
4790,
2388,
68,
12,
21601,
220,
352,
13,
24669,
2167,
68,
10,
830,
26,
198,
220,
220,
220,
220,
513,
13,
22996,
2167,
68,
12,
8298,
220,
513,
13,
1495,
5705,
405,
68,
12,
21601,
220,
352,
13,
3553,
4846,
405,
68,
10,
830,
26,
198,
220,
220,
220,
220,
513,
13,
2091,
2623,
405,
68,
12,
8298,
220,
513,
13,
3720,
2388,
68,
12,
21601,
220,
352,
13,
44214,
8054,
68,
10,
830,
26,
198,
220,
220,
220,
220,
513,
13,
21940,
2167,
68,
12,
8298,
220,
604,
13,
23516,
3064,
68,
12,
21601,
220,
352,
13,
49211,
2167,
68,
10,
830,
26,
198,
220,
220,
220,
220,
362,
13,
28011,
2167,
68,
12,
8298,
220,
604,
13,
3104,
2388,
68,
12,
21601,
220,
352,
13,
2857,
1558,
405,
68,
10,
830,
26,
198,
220,
220,
220,
220,
362,
13,
3270,
3388,
405,
68,
12,
8298,
220,
642,
13,
21777,
2167,
68,
12,
21601,
220,
352,
13,
2718,
27559,
68,
10,
830,
26,
198,
220,
220,
220,
220,
362,
13,
34159,
8054,
68,
12,
8298,
220,
718,
13,
10535,
68,
12,
21601,
220,
352,
13,
1959,
1558,
405,
68,
10,
830,
26,
198,
220,
220,
220,
220,
362,
13,
15,
2079,
12865,
68,
12,
8298,
220,
767,
13,
27696,
2167,
68,
12,
21601,
220,
352,
13,
1954,
3980,
405,
68,
10,
830,
26,
198,
220,
220,
220,
220,
352,
13,
48882,
8054,
68,
12,
8298,
220,
860,
13,
2931,
33942,
68,
12,
21601,
220,
352,
13,
1157,
2548,
405,
68,
10,
830,
26,
198,
220,
220,
220,
220,
352,
13,
34256,
9879,
68,
12,
8298,
220,
352,
13,
1065,
5705,
405,
68,
12,
8298,
220,
860,
13,
44361,
830,
68,
12,
8298,
26,
198,
220,
220,
220,
220,
860,
13,
1129,
2598,
405,
68,
12,
21601,
220,
352,
13,
25964,
2167,
68,
12,
8298,
220,
767,
13,
2816,
4846,
405,
68,
12,
8298,
26,
198,
220,
220,
220,
220,
642,
13,
39357,
4059,
68,
12,
21601,
220,
352,
13,
3388,
5774,
405,
68,
12,
8298,
220,
642,
13,
39570,
830,
68,
12,
8298,
26,
198,
220,
220,
220,
220,
513,
13,
25399,
3064,
68,
12,
21601,
220,
362,
13,
33057,
2167,
68,
12,
8298,
220,
604,
13,
42199,
12865,
68,
12,
8298,
26,
198,
220,
220,
220,
220,
352,
13,
3510,
1485,
405,
68,
12,
21601,
220,
362,
13,
39322,
7410,
68,
12,
8298,
220,
513,
13,
42224,
8054,
68,
12,
8298,
26,
198,
220,
220,
220,
220,
604,
13,
23,
2920,
3064,
68,
12,
11245,
220,
513,
13,
1954,
2388,
68,
12,
8298,
220,
362,
13,
2414,
2718,
405,
68,
12,
8298,
26,
198,
220,
220,
220,
220,
362,
13,
2624,
33698,
68,
12,
11245,
220,
604,
13,
2713,
27559,
68,
12,
8298,
220,
362,
13,
2713,
5824,
405,
68,
12,
8298,
26,
198,
220,
220,
220,
220,
860,
13,
2078,
2079,
405,
68,
12,
11245,
220,
642,
13,
3070,
2388,
68,
12,
8298,
220,
352,
13,
4051,
2231,
405,
68,
12,
8298,
26,
198,
220,
220,
220,
220,
362,
13,
24,
1983,
7410,
68,
12,
21601,
220,
718,
13,
2919,
42060,
68,
12,
8298,
220,
352,
13,
2931,
39188,
68,
12,
8298,
26,
198,
220,
220,
220,
220,
718,
13,
29088,
3064,
68,
12,
21601,
220,
767,
13,
3064,
830,
68,
12,
8298,
220,
767,
13,
38431,
4059,
68,
12,
21601,
26,
198,
220,
220,
220,
220,
352,
13,
15711,
3064,
68,
12,
8298,
220,
767,
13,
3865,
12825,
68,
12,
8298,
220,
642,
13,
21,
1828,
9879,
68,
12,
21601,
26,
198,
220,
220,
220,
220,
352,
13,
36657,
2167,
68,
12,
8298,
220,
807,
13,
21,
2167,
405,
68,
12,
8298,
220,
604,
13,
1485,
2791,
405,
68,
12,
21601,
26,
198,
220,
220,
220,
220,
362,
13,
1983,
3104,
405,
68,
12,
8298,
220,
860,
13,
8628,
4059,
68,
12,
8298,
220,
362,
13,
24,
2327,
6200,
68,
12,
21601,
26,
198,
220,
220,
220,
220,
362,
13,
24,
2075,
12865,
68,
12,
8298,
220,
860,
13,
4051,
2388,
68,
12,
8298,
220,
362,
13,
22914,
2167,
68,
12,
21601,
26,
198,
220,
220,
220,
220,
513,
13,
5237,
44688,
68,
12,
8298,
220,
860,
13,
7410,
7029,
68,
12,
8298,
220,
352,
13,
2091,
27550,
68,
12,
21601,
26,
198,
220,
220,
220,
220,
604,
13,
2623,
2327,
405,
68,
12,
8298,
220,
860,
13,
48581,
4059,
68,
12,
8298,
220,
807,
13,
3695,
1954,
405,
68,
12,
11245,
26,
198,
220,
220,
220,
220,
642,
13,
1314,
1485,
405,
68,
12,
8298,
220,
352,
13,
18005,
405,
68,
10,
830,
220,
642,
13,
23,
3553,
6200,
68,
12,
11245,
26,
198,
220,
220,
220,
220,
642,
13,
5607,
2780,
405,
68,
12,
8298,
220,
860,
13,
3865,
2388,
68,
12,
8298,
220,
604,
13,
15,
2920,
6200,
68,
12,
11245,
26,
198,
220,
220,
220,
220,
718,
13,
23,
1065,
3064,
68,
12,
8298,
220,
860,
13,
3695,
2425,
405,
68,
12,
8298,
220,
362,
13,
5892,
1558,
405,
68,
12,
11245,
26,
198,
220,
220,
220,
220,
767,
13,
2414,
44688,
68,
12,
8298,
220,
860,
13,
20,
2167,
405,
68,
12,
8298,
220,
362,
13,
27019,
3064,
68,
12,
11245,
26,
198,
220,
220,
220,
220,
807,
13,
47106,
7029,
68,
12,
8298,
220,
860,
13,
1314,
3365,
405,
68,
12,
8298,
220,
352,
13,
43587,
8054,
68,
12,
11245,
26,
198,
220,
220,
220,
220,
860,
13,
1433,
2327,
405,
68,
12,
8298,
220,
807,
13,
9879,
830,
68,
12,
8298,
220,
352,
13,
1795,
2791,
405,
68,
12,
11245,
26,
198,
220,
220,
220,
220,
860,
13,
41820,
6200,
68,
12,
8298,
220,
807,
13,
1433,
1954,
405,
68,
12,
8298,
220,
352,
13,
47576,
12865,
68,
12,
11245,
26,
198,
220,
220,
220,
220,
352,
13,
45310,
830,
68,
10,
830,
220,
767,
13,
3553,
2388,
68,
12,
8298,
220,
352,
13,
1954,
2780,
405,
68,
12,
11245,
26,
198,
220,
220,
220,
220,
352,
13,
2713,
1485,
405,
68,
10,
830,
220,
718,
13,
24,
2780,
6200,
68,
12,
8298,
220,
352,
13,
1157,
3324,
405,
68,
12,
11245,
26,
198,
220,
220,
220,
220,
352,
13,
2713,
27641,
68,
10,
830,
220,
718,
13,
3132,
2388,
68,
12,
8298,
220,
860,
13,
2713,
2414,
405,
68,
12,
22914,
26,
198,
220,
220,
220,
220,
352,
13,
48597,
2167,
68,
10,
830,
220,
642,
13,
2791,
4051,
405,
68,
12,
8298,
220,
718,
13,
5824,
3134,
405,
68,
12,
22914,
26,
198,
220,
220,
220,
220,
860,
13,
24,
1954,
12865,
68,
12,
8298,
220,
642,
13,
3070,
2388,
68,
12,
8298,
220,
604,
13,
25270,
4059,
68,
12,
22914,
26,
198,
220,
220,
220,
220,
860,
13,
27033,
3064,
68,
12,
8298,
220,
604,
13,
38547,
2167,
68,
12,
8298,
220,
513,
13,
1507,
1558,
405,
68,
12,
22914,
26,
198,
220,
220,
220,
220,
807,
13,
47101,
8054,
68,
12,
8298,
220,
513,
13,
6659,
2388,
68,
12,
8298,
220,
362,
13,
2816,
4089,
405,
68,
12,
22914,
26,
198,
220,
220,
220,
220,
767,
13,
2670,
5999,
405,
68,
12,
8298,
220,
513,
13,
21261,
2167,
68,
12,
8298,
220,
352,
13,
20,
3134,
12865,
68,
12,
22914,
26,
198,
220,
220,
220,
220,
718,
13,
34256,
12865,
68,
12,
8298,
220,
362,
13,
2996,
2388,
68,
12,
8298,
220,
860,
13,
22,
3388,
7029,
68,
12,
22544,
26,
198,
220,
220,
220,
220,
642,
13,
27326,
3064,
68,
12,
8298,
220,
362,
13,
17279,
2167,
68,
12,
8298,
220,
718,
13,
4531,
2598,
405,
68,
12,
22544,
26,
198,
220,
220,
220,
220,
604,
13,
29703,
2167,
68,
12,
8298,
220,
352,
13,
2425,
2388,
68,
12,
8298,
220,
642,
13,
1157,
2996,
405,
68,
12,
22544,
26,
198,
220,
220,
220,
220,
513,
13,
45326,
6200,
68,
12,
8298,
220,
352,
13,
2548,
27550,
68,
12,
8298,
220,
513,
13,
41706,
8054,
68,
12,
22544,
26,
198,
220,
220,
220,
220,
362,
13,
46302,
2167,
68,
12,
8298,
220,
352,
13,
2998,
2388,
68,
12,
8298,
220,
362,
13,
43356,
7410,
68,
12,
22544,
26,
198,
220,
220,
220,
220,
362,
13,
18294,
4059,
68,
12,
8298,
220,
807,
13,
20986,
2167,
68,
12,
21601,
220,
352,
13,
3388,
33698,
68,
12,
22544,
26,
198,
220,
220,
220,
220,
352,
13,
44214,
3064,
68,
12,
8298,
220,
718,
13,
3064,
830,
68,
12,
21601,
220,
352,
13,
1129,
3312,
405,
68,
12,
22544,
26,
198,
220,
220,
220,
220,
352,
13,
1507,
11024,
68,
12,
8298,
220,
604,
13,
3559,
1983,
405,
68,
12,
21601,
220,
807,
13,
1415,
4531,
405,
68,
12,
28041,
26,
198,
220,
220,
220,
220,
807,
13,
36189,
6200,
68,
12,
21601,
220,
513,
13,
33470,
68,
12,
21601,
220,
642,
13,
8054,
8054,
68,
12,
28041,
26,
198,
220,
220,
220,
220,
718,
13,
1270,
3324,
405,
68,
12,
21601,
220,
362,
13,
27712,
7029,
68,
12,
21601,
220,
513,
13,
3865,
2598,
405,
68,
12,
28041,
26,
198,
220,
220,
220,
220,
604,
13,
3365,
2682,
405,
68,
12,
21601,
220,
352,
13,
9879,
830,
68,
12,
21601,
220,
362,
13,
3720,
27550,
68,
12,
28041,
26,
198,
220,
220,
220,
220,
513,
13,
1238,
3553,
405,
68,
12,
21601,
220,
352,
13,
23451,
2167,
68,
12,
21601,
220,
352,
13,
24,
1558,
8054,
68,
12,
28041,
26,
198,
220,
220,
220,
220,
362,
13,
28727,
9879,
68,
12,
21601,
220,
807,
13,
2481,
2388,
68,
12,
11245,
220,
352,
13,
25838,
4059,
68,
12,
28041,
26,
198,
220,
220,
220,
220,
352,
13,
3980,
27550,
68,
12,
21601,
220,
642,
13,
3324,
1954,
405,
68,
12,
11245,
220,
860,
13,
1314,
48104,
68,
12,
25816,
26,
198,
220,
220,
220,
220,
352,
13,
940,
4089,
405,
68,
12,
21601,
220,
604,
13,
940,
11024,
68,
12,
11245,
220,
718,
13,
2857,
3134,
405,
68,
12,
25816,
26,
198,
220,
220,
220,
220,
767,
13,
24,
1954,
6200,
68,
12,
11245,
220,
362,
13,
24,
1959,
3064,
68,
12,
11245,
220,
604,
13,
48250,
2167,
68,
12,
25816,
26,
198,
220,
220,
220,
220,
642,
13,
46435,
3064,
68,
12,
11245,
220,
362,
13,
2931,
12825,
68,
12,
11245,
220,
513,
13,
26073,
7029,
68,
12,
25816,
26,
198,
220,
220,
220,
220,
604,
13,
405,
2670,
405,
68,
12,
11245,
220,
352,
13,
2780,
34294,
68,
12,
11245,
220,
362,
13,
2548,
1954,
405,
68,
12,
25816,
26,
198,
220,
220,
220,
220,
362,
13,
47338,
6200,
68,
12,
11245,
220,
352,
13,
48000,
830,
68,
12,
11245,
220,
352,
13,
2154,
2075,
405,
68,
12,
25816,
26,
198,
220,
220,
220,
220,
352,
13,
2079,
2857,
405,
68,
12,
11245,
220,
767,
13,
21844,
4059,
68,
12,
22914,
220,
352,
13,
17572,
9879,
68,
12,
25816,
26,
198,
220,
220,
220,
220,
352,
13,
28771,
7029,
68,
12,
11245,
220,
642,
13,
33470,
68,
12,
22914,
220,
807,
13,
43147,
9879,
68,
12,
25257,
26,
198,
220,
220,
220,
220,
860,
13,
3388,
33942,
68,
12,
22914,
220,
513,
13,
1899,
6052,
405,
68,
12,
22914,
220,
718,
13,
1415,
2816,
405,
68,
12,
25257,
26,
198,
220,
220,
220,
220,
718,
13,
3104,
2857,
405,
68,
12,
22914,
220,
362,
13,
2920,
11024,
68,
12,
22914,
220,
604,
13,
33400,
2167,
68,
12,
25257,
26,
198,
220,
220,
220,
220,
604,
13,
46841,
3064,
68,
12,
22914,
220,
352,
13,
22,
1954,
3064,
68,
12,
22914,
220,
513,
13,
15,
2718,
12865,
68,
12,
25257,
26,
198,
220,
220,
220,
220,
513,
13,
1238,
4790,
405,
68,
12,
22914,
220,
352,
13,
33470,
68,
12,
22914,
220,
362,
13,
1314,
4051,
405,
68,
12,
25257,
26,
198,
220,
220,
220,
220,
362,
13,
1495,
4790,
405,
68,
12,
22914,
220,
807,
13,
3510,
11024,
68,
12,
22544,
220,
352,
13,
44966,
6200,
68,
12,
25257,
26,
198,
220,
220,
220,
220,
352,
13,
3270,
4790,
405,
68,
12,
22914,
220,
718,
13,
10535,
68,
12,
22544,
220,
352,
13,
1065,
3023,
405,
68,
12,
25257,
26,
198,
220,
220,
220,
220,
352,
13,
1065,
2425,
405,
68,
12,
22914,
220,
604,
13,
1731,
3510,
405,
68,
12,
22544,
220,
807,
13,
2919,
4790,
405,
68,
12,
28694,
26,
198,
220,
220,
220,
220,
767,
13,
3865,
1485,
405,
68,
12,
22544,
220,
513,
13,
10535,
68,
12,
22544,
220,
642,
13,
23,
2682,
830,
68,
12,
28694,
26,
198,
220,
220,
220,
220,
642,
13,
1899,
5774,
405,
68,
12,
22544,
220,
362,
13,
1065,
12825,
68,
12,
22544,
220,
604,
13,
21895,
830,
68,
12,
28694,
26,
198,
220,
220,
220,
220,
513,
13,
48372,
3064,
68,
12,
22544,
220,
352,
13,
2920,
4531,
405,
68,
12,
22544,
220,
513,
13,
15,
2548,
6200,
68,
12,
28694,
26,
198,
220,
220,
220,
220,
362,
13,
41172,
2167,
68,
12,
22544,
220,
352,
13,
2713,
5705,
405,
68,
12,
22544,
220,
362,
13,
1129,
2998,
405,
68,
12,
28694,
26,
198,
220,
220,
220,
220,
352,
13,
24,
3270,
9879,
68,
12,
22544,
220,
767,
13,
42018,
8054,
68,
12,
28041,
220,
352,
13,
49447,
7410,
68,
12,
28694,
26,
198,
220,
220,
220,
220,
352,
13,
26514,
830,
68,
12,
22544,
220,
642,
13,
25191,
2167,
68,
12,
28041,
220,
352,
13,
1485,
2780,
405,
68,
12,
28694,
26,
198,
220,
220,
220,
220,
860,
13,
3134,
2388,
68,
12,
28041,
220,
513,
13,
2154,
2078,
405,
68,
12,
28041,
220,
807,
13,
1314,
2996,
405,
68,
12,
20943,
26,
198,
220,
220,
220,
220,
718,
13,
3720,
39188,
68,
12,
28041,
220,
362,
13,
1899,
4304,
405,
68,
12,
28041,
220,
642,
13,
4521,
2075,
405,
68,
12,
20943,
26,
198,
220,
220,
220,
220,
604,
13,
41820,
8054,
68,
12,
28041,
220,
352,
13,
23,
2623,
4059,
68,
12,
28041,
220,
604,
13,
26427,
7410,
68,
12,
20943,
26,
198,
220,
220,
220,
220,
513,
13,
2327,
27641,
68,
12,
28041,
220,
352,
13,
25710,
830,
68,
12,
28041,
220,
513,
13,
3070,
48104,
68,
12,
20943,
26,
198,
220,
220,
220,
220,
362,
13,
2327,
2682,
405,
68,
12,
28041,
220,
860,
13,
14454,
2167,
68,
12,
25816,
220,
362,
13,
1558,
4310,
405,
68,
12,
20943,
26,
198,
220,
220,
220,
220,
352,
13,
21,
2718,
9879,
68,
12,
28041,
220,
718,
13,
2327,
2414,
405,
68,
12,
25816,
220,
352,
13,
20,
2857,
8054,
68,
12,
20943,
60,
198,
198,
2,
327,
10008,
13330,
5150,
41420,
57,
16477,
42388,
58,
9,
4083,
6430,
284,
307,
8197,
416,
262,
327,
10008,
13,
198,
2,
383,
1864,
406,
5653,
16477,
42388,
1392,
8197,
416,
262,
327,
10008,
13,
198,
2,
383,
2656,
327,
10008,
40522,
2837,
422,
33882,
284,
807,
1270,
28642,
198,
2,
383,
649,
327,
10008,
16477,
42388,
389,
1912,
319,
257,
881,
4025,
6291,
286,
17984,
11,
198,
2,
290,
262,
1388,
3580,
284,
262,
1468,
1366,
318,
262,
7387,
3463,
278,
198,
2,
287,
262,
1790,
28400,
636,
286,
262,
5874,
10958,
13,
198,
2,
1881,
3061,
373,
284,
1486,
257,
27039,
810,
477,
1115,
16477,
42388,
198,
2,
19386,
284,
262,
2748,
976,
1988,
13,
383,
1790,
3101,
284,
262,
6727,
4179,
198,
2,
286,
41287,
28642,
287,
262,
2196,
5545,
994,
743,
1085,
284,
4159,
290,
32081,
198,
2,
5400,
1022,
262,
1115,
4132,
30691,
13,
198,
198,
2,
36338,
2638,
1378,
33967,
45895,
13,
952,
78,
13,
36616,
13,
330,
13,
2724,
14,
48806,
14,
5239,
14,
979,
268,
413,
5431,
89,
14,
66,
494,
6999,
5431,
89,
17,
13,
19211,
198,
198,
2,
1675,
307,
6789,
25,
5400,
1022,
34464,
290,
2656,
27039,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4856,
286,
262,
1245,
286,
36804,
21417,
866,
284,
29101,
28642,
198,
198,
8818,
951,
579,
963,
7,
3712,
6030,
90,
34,
10008,
13330,
62,
17,
62,
24187,
37,
5512,
2082,
626,
268,
3712,
15633,
8,
198,
220,
220,
220,
1441,
39555,
378,
62,
11487,
7,
66,
494,
13330,
62,
17,
13500,
62,
5431,
89,
62,
11215,
69,
62,
11487,
11,
29101,
13,
15,
11,
352,
13,
15,
11,
2082,
626,
268,
8,
198,
437,
198,
198,
9979,
269,
494,
13330,
62,
17,
13500,
62,
5431,
89,
62,
11215,
701,
540,
28,
198,
220,
220,
220,
685,
15,
13,
10535,
68,
10,
405,
220,
657,
13,
10535,
68,
10,
405,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
657,
13,
10535,
68,
10,
405,
220,
657,
13,
10535,
68,
10,
405,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
657,
13,
10535,
68,
10,
405,
220,
657,
13,
10535,
68,
10,
405,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
657,
13,
10535,
68,
10,
405,
220,
657,
13,
10535,
68,
10,
405,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
657,
13,
10535,
68,
10,
405,
220,
657,
13,
10535,
68,
10,
405,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
657,
13,
10535,
68,
10,
405,
220,
657,
13,
10535,
68,
10,
405,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
657,
13,
10535,
68,
10,
405,
220,
657,
13,
10535,
68,
10,
405,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
657,
13,
10535,
68,
10,
405,
220,
657,
13,
10535,
68,
10,
405,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
657,
13,
10535,
68,
10,
405,
220,
657,
13,
10535,
68,
10,
405,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
657,
13,
10535,
68,
10,
405,
220,
657,
13,
10535,
68,
10,
405,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
22,
3388,
33981,
68,
12,
3070,
220,
604,
13,
20964,
25948,
68,
12,
3023,
220,
352,
13,
23,
2857,
21719,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
604,
13,
4310,
1731,
1433,
68,
12,
3070,
220,
642,
13,
46957,
20370,
68,
12,
3023,
220,
362,
13,
1828,
1157,
486,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
642,
13,
27260,
48096,
68,
12,
3070,
220,
718,
13,
2919,
28324,
16,
68,
12,
3023,
220,
362,
13,
2791,
4089,
1129,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
718,
13,
20,
30460,
3104,
68,
12,
3070,
220,
767,
13,
18,
30272,
2623,
68,
12,
3023,
220,
513,
13,
1238,
3388,
2718,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
767,
13,
23,
34107,
2079,
68,
12,
3070,
220,
807,
13,
23,
2718,
29769,
68,
12,
3023,
220,
513,
13,
23,
29059,
2624,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
860,
13,
2548,
1959,
3134,
68,
12,
3070,
220,
352,
13,
46712,
27720,
68,
12,
3070,
220,
604,
13,
31751,
37688,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
352,
13,
10232,
28688,
68,
12,
2999,
220,
352,
13,
2075,
2816,
2624,
68,
12,
3070,
220,
642,
13,
4349,
1129,
4310,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
352,
13,
2091,
2920,
2996,
68,
12,
2999,
220,
352,
13,
1120,
32576,
18,
68,
12,
3070,
220,
718,
13,
36189,
28676,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
352,
13,
38905,
35844,
68,
12,
2999,
220,
352,
13,
40873,
43134,
68,
12,
3070,
220,
767,
13,
23,
1828,
16616,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
352,
13,
42802,
27033,
68,
12,
2999,
220,
362,
13,
2931,
2816,
4761,
68,
12,
3070,
220,
860,
13,
27988,
30273,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
362,
13,
22291,
22709,
68,
12,
2999,
220,
362,
13,
37730,
22913,
68,
12,
3070,
220,
352,
13,
2931,
1899,
3829,
68,
12,
486,
26,
198,
220,
220,
220,
220,
362,
13,
41706,
26279,
68,
12,
2999,
220,
362,
13,
5332,
1828,
1433,
68,
12,
3070,
220,
352,
13,
1959,
405,
3324,
68,
12,
486,
26,
198,
220,
220,
220,
220,
513,
13,
3023,
1270,
2623,
68,
12,
2999,
220,
513,
13,
22579,
15363,
68,
12,
3070,
220,
352,
13,
20,
10232,
2857,
68,
12,
486,
26,
198,
220,
220,
220,
220,
513,
13,
47576,
26582,
68,
12,
2999,
220,
513,
13,
3720,
4524,
2791,
68,
12,
3070,
220,
352,
13,
22,
2414,
39710,
68,
12,
486,
26,
198,
220,
220,
220,
220,
604,
13,
940,
4846,
1821,
68,
12,
2999,
220,
604,
13,
2327,
1983,
3104,
68,
12,
3070,
220,
362,
13,
15,
33781,
1558,
68,
12,
486,
26,
198,
220,
220,
220,
220,
604,
13,
4524,
1959,
4521,
68,
12,
2999,
220,
604,
13,
5607,
1558,
1558,
68,
12,
3070,
220,
362,
13,
30803,
26912,
68,
12,
486,
26,
198,
220,
220,
220,
220,
642,
13,
34825,
34626,
68,
12,
2999,
220,
642,
13,
2791,
8784,
19,
68,
12,
3070,
220,
362,
13,
45151,
10163,
68,
12,
486,
26,
198,
220,
220,
220,
220,
718,
13,
1828,
2623,
1065,
68,
12,
2999,
220,
718,
13,
3682,
1433,
1314,
68,
12,
3070,
220,
513,
13,
1157,
3695,
1238,
68,
12,
486,
26,
198,
220,
220,
220,
220,
767,
13,
2998,
405,
2780,
68,
12,
2999,
220,
767,
13,
9031,
27970,
68,
12,
3070,
220,
513,
13,
4051,
2154,
2414,
68,
12,
486,
26,
198,
220,
220,
220,
220,
767,
13,
4089,
1495,
1485,
68,
12,
2999,
220,
807,
13,
1415,
486,
4790,
68,
12,
3070,
220,
604,
13,
486,
1415,
4790,
68,
12,
486,
26,
198,
220,
220,
220,
220,
807,
13,
3865,
23734,
18,
68,
12,
2999,
220,
860,
13,
2998,
4089,
1899,
68,
12,
3070,
220,
604,
13,
33042,
30803,
68,
12,
486,
26,
198,
220,
220,
220,
220,
860,
13,
5607,
2780,
2780,
68,
12,
2999,
220,
352,
13,
22544,
28688,
68,
12,
2999,
220,
642,
13,
49841,
23237,
68,
12,
486,
26,
198,
220,
220,
220,
220,
352,
13,
13464,
30484,
68,
12,
486,
220,
352,
13,
15801,
29228,
68,
12,
2999,
220,
642,
13,
29796,
35195,
68,
12,
486,
26,
198,
220,
220,
220,
220,
352,
13,
17,
18781,
2791,
68,
12,
486,
220,
352,
13,
17,
13348,
1828,
68,
12,
2999,
220,
718,
13,
1433,
1983,
2682,
68,
12,
486,
26,
198,
220,
220,
220,
220,
352,
13,
18,
27800,
3901,
68,
12,
486,
220,
352,
13,
36042,
28645,
68,
12,
2999,
220,
718,
13,
40761,
4089,
17,
68,
12,
486,
26,
198,
220,
220,
220,
220,
352,
13,
2598,
5237,
1415,
68,
12,
486,
220,
352,
13,
11785,
26514,
68,
12,
2999,
220,
767,
13,
2718,
3459,
1828,
68,
12,
486,
26,
198,
220,
220,
220,
220,
352,
13,
3980,
2414,
3104,
68,
12,
486,
220,
352,
13,
45326,
22914,
68,
12,
2999,
220,
807,
13,
486,
18938,
24,
68,
12,
486,
26,
198,
220,
220,
220,
220,
352,
13,
3104,
3720,
486,
68,
12,
486,
220,
352,
13,
2791,
1821,
6052,
68,
12,
2999,
220,
807,
13,
35916,
48638,
68,
12,
486,
26,
198,
220,
220,
220,
220,
352,
13,
1795,
5999,
2078,
68,
12,
486,
220,
352,
13,
41172,
22709,
68,
12,
2999,
220,
860,
13,
1959,
3553,
6420,
68,
12,
486,
26,
198,
220,
220,
220,
220,
352,
13,
46351,
20666,
68,
12,
486,
220,
352,
13,
24,
2998,
29159,
68,
12,
2999,
220,
860,
13,
5892,
1065,
6052,
68,
12,
486,
26,
198,
220,
220,
220,
220,
362,
13,
15,
27277,
1959,
68,
12,
486,
220,
362,
13,
44698,
30803,
68,
12,
2999,
220,
352,
13,
2713,
1507,
2481,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
1485,
2425,
3132,
68,
12,
486,
220,
362,
13,
18444,
28256,
68,
12,
2999,
220,
352,
13,
940,
15426,
24,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
1954,
1485,
2780,
68,
12,
486,
220,
362,
13,
2075,
405,
3901,
68,
12,
2999,
220,
352,
13,
1314,
3865,
1983,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
35175,
22995,
68,
12,
486,
220,
362,
13,
2718,
2857,
4531,
68,
12,
2999,
220,
352,
13,
1238,
3459,
3388,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
1821,
2548,
5892,
68,
12,
486,
220,
362,
13,
2920,
1065,
2857,
68,
12,
2999,
220,
352,
13,
1495,
3104,
2682,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
2780,
5332,
1954,
68,
12,
486,
220,
362,
13,
43610,
15801,
68,
12,
2999,
220,
352,
13,
1270,
4059,
23,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
36189,
48712,
68,
12,
486,
220,
362,
13,
4790,
2079,
1954,
68,
12,
2999,
220,
352,
13,
32182,
38569,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
21,
2414,
2079,
16,
68,
12,
486,
220,
362,
13,
23,
4524,
44821,
68,
12,
2999,
220,
352,
13,
1821,
2816,
5824,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
2425,
2327,
2624,
68,
12,
486,
220,
513,
13,
486,
3388,
2931,
68,
12,
2999,
220,
352,
13,
2231,
2414,
1415,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
23,
29769,
2481,
68,
12,
486,
220,
513,
13,
20986,
18781,
68,
12,
2999,
220,
352,
13,
1120,
3270,
1899,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
24,
1507,
26912,
68,
12,
486,
220,
513,
13,
18,
19782,
2548,
68,
12,
2999,
220,
352,
13,
2816,
2078,
2075,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
42520,
2167,
68,
12,
486,
220,
513,
13,
2857,
3720,
1065,
68,
12,
2999,
220,
352,
13,
3270,
3270,
2999,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
2713,
1959,
6052,
68,
12,
486,
220,
513,
13,
2414,
1415,
3865,
68,
12,
2999,
220,
352,
13,
21,
27277,
3104,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
14686,
43637,
68,
12,
486,
220,
513,
13,
1795,
3865,
3388,
68,
12,
2999,
220,
352,
13,
3134,
2327,
4790,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
1433,
3829,
2857,
68,
12,
486,
220,
513,
13,
4089,
1507,
3559,
68,
12,
2999,
220,
352,
13,
43147,
31916,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
1828,
2154,
5774,
68,
12,
486,
220,
604,
13,
1314,
3720,
1821,
68,
12,
2999,
220,
352,
13,
48246,
21033,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
25270,
22913,
68,
12,
486,
220,
604,
13,
2091,
2154,
4089,
68,
12,
2999,
220,
352,
13,
3695,
15426,
19,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
27371,
27877,
68,
12,
486,
220,
604,
13,
48170,
15259,
68,
12,
2999,
220,
352,
13,
23,
2075,
31751,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
26598,
37730,
68,
12,
486,
220,
604,
13,
3388,
4051,
1238,
68,
12,
2999,
220,
352,
13,
4521,
18,
15711,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
2231,
1433,
3459,
68,
12,
486,
220,
604,
13,
23,
39925,
1507,
68,
12,
2999,
220,
352,
13,
4531,
19,
32148,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
2780,
1495,
4051,
68,
12,
486,
220,
642,
13,
44427,
37680,
68,
12,
2999,
220,
352,
13,
24,
1558,
31714,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
39449,
21395,
68,
12,
486,
220,
642,
13,
1507,
4304,
1157,
68,
12,
2999,
220,
352,
13,
24,
22515,
1959,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
2780,
3829,
2425,
68,
12,
486,
220,
642,
13,
2091,
1828,
1507,
68,
12,
2999,
220,
352,
13,
24,
28978,
1129,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
2857,
1558,
3510,
68,
12,
486,
220,
642,
13,
27790,
35642,
68,
12,
2999,
220,
352,
13,
6052,
2075,
1120,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
27260,
34801,
68,
12,
486,
220,
642,
13,
33206,
27326,
68,
12,
2999,
220,
352,
13,
24,
2075,
31010,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
39667,
38783,
68,
12,
486,
220,
642,
13,
4524,
2091,
6052,
68,
12,
2999,
220,
352,
13,
24,
22883,
2718,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
25964,
16102,
68,
12,
486,
220,
642,
13,
44230,
15982,
68,
12,
2999,
220,
352,
13,
24,
13464,
1270,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
2327,
2079,
2075,
68,
12,
486,
220,
718,
13,
39101,
34583,
68,
12,
2999,
220,
352,
13,
46815,
24137,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
33916,
27988,
68,
12,
486,
220,
718,
13,
23188,
29173,
68,
12,
2999,
220,
352,
13,
39121,
830,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
2078,
486,
3553,
68,
12,
486,
220,
718,
13,
18,
22980,
2154,
68,
12,
2999,
220,
352,
13,
5774,
22288,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
24137,
21,
2718,
68,
12,
486,
220,
718,
13,
2857,
1954,
4309,
68,
12,
2999,
220,
352,
13,
23,
32642,
2231,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
1314,
5237,
1495,
68,
12,
486,
220,
718,
13,
21,
20198,
2920,
68,
12,
2999,
220,
352,
13,
23,
1558,
48156,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
2998,
23,
1264,
68,
12,
486,
220,
718,
13,
39251,
11645,
68,
12,
2999,
220,
352,
13,
3695,
1433,
1983,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
2079,
2857,
4869,
68,
12,
486,
220,
718,
13,
3829,
2920,
2078,
68,
12,
2999,
220,
352,
13,
4524,
1495,
1415,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
44675,
39509,
68,
12,
486,
220,
767,
13,
3312,
2624,
1795,
68,
12,
2999,
220,
352,
13,
2154,
1983,
2920,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
23,
2075,
27720,
68,
12,
486,
220,
767,
13,
23721,
29626,
68,
12,
2999,
220,
352,
13,
21,
29173,
2670,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
48882,
4846,
17,
68,
12,
486,
220,
767,
13,
19,
30743,
1899,
68,
12,
2999,
220,
352,
13,
48602,
22745,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
3134,
3559,
1065,
68,
12,
486,
220,
767,
13,
36445,
34741,
68,
12,
2999,
220,
352,
13,
3270,
4790,
1899,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
1899,
3365,
2857,
68,
12,
486,
220,
767,
13,
24,
16562,
2623,
68,
12,
2999,
220,
352,
13,
49211,
48712,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
4051,
1983,
2920,
68,
12,
486,
220,
807,
13,
1129,
4310,
2231,
68,
12,
2999,
220,
352,
13,
4051,
2548,
1954,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
32642,
24970,
68,
12,
486,
220,
807,
13,
20,
18294,
1433,
68,
12,
2999,
220,
352,
13,
49542,
18458,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
3559,
1270,
2670,
68,
12,
486,
220,
807,
13,
5774,
2075,
3553,
68,
12,
2999,
220,
352,
13,
1120,
2623,
1157,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
2548,
2682,
1415,
68,
12,
486,
220,
860,
13,
2075,
8054,
23,
68,
12,
2999,
220,
352,
13,
2780,
2791,
4790,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
20370,
28592,
68,
12,
486,
220,
860,
13,
3104,
5607,
1954,
68,
12,
2999,
220,
352,
13,
42947,
35124,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
1983,
4846,
1129,
68,
12,
486,
220,
352,
13,
486,
2718,
3510,
68,
12,
486,
220,
352,
13,
17885,
31495,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
28896,
49703,
68,
12,
486,
220,
352,
13,
3312,
486,
2231,
68,
12,
486,
220,
352,
13,
40173,
25644,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
1314,
1558,
2327,
68,
12,
486,
220,
352,
13,
15982,
26514,
68,
12,
486,
220,
352,
13,
21844,
44617,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
15,
38219,
1129,
68,
12,
486,
220,
352,
13,
18742,
16243,
68,
12,
486,
220,
352,
13,
2718,
405,
5824,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
41561,
24839,
68,
12,
486,
220,
352,
13,
22416,
18376,
68,
12,
486,
220,
352,
13,
2091,
3682,
1238,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
3829,
1828,
3829,
68,
12,
486,
220,
352,
13,
1495,
1157,
5333,
68,
12,
486,
220,
352,
13,
27696,
23195,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
1795,
3388,
2713,
68,
12,
486,
220,
352,
13,
1959,
4531,
3553,
68,
12,
486,
220,
352,
13,
9031,
39132,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
24038,
21526,
68,
12,
486,
220,
352,
13,
30557,
22579,
68,
12,
486,
220,
352,
13,
1238,
2623,
4846,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
1899,
2598,
4869,
68,
12,
486,
220,
352,
13,
26007,
26895,
68,
12,
486,
220,
352,
13,
1314,
3559,
1433,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
4059,
25707,
68,
12,
486,
220,
352,
13,
25644,
22370,
68,
12,
486,
220,
352,
13,
15197,
30336,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
31010,
34801,
68,
12,
486,
220,
352,
13,
35133,
36720,
68,
12,
486,
220,
352,
13,
2713,
1485,
2857,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
1959,
40454,
68,
12,
486,
220,
352,
13,
4310,
1120,
2791,
68,
12,
486,
220,
860,
13,
2079,
1558,
4531,
68,
12,
486,
26,
198,
220,
220,
220,
220,
352,
13,
1507,
4089,
3270,
68,
12,
486,
220,
352,
13,
3365,
26780,
19,
68,
12,
486,
220,
860,
13,
2857,
2670,
3365,
68,
12,
486,
26,
198,
220,
220,
220,
220,
352,
13,
2931,
3312,
1314,
68,
12,
486,
220,
352,
13,
21,
2091,
19104,
68,
12,
486,
220,
807,
13,
24,
2791,
23148,
68,
12,
486,
26,
198,
220,
220,
220,
220,
860,
13,
3865,
1415,
1731,
68,
12,
2999,
220,
352,
13,
3104,
2718,
5333,
68,
12,
486,
220,
807,
13,
2857,
2670,
6659,
68,
12,
486,
26,
198,
220,
220,
220,
220,
860,
13,
3023,
1507,
1120,
68,
12,
2999,
220,
352,
13,
22,
2327,
24760,
68,
12,
486,
220,
807,
13,
405,
1314,
4304,
68,
12,
486,
26,
198,
220,
220,
220,
220,
807,
13,
1507,
2078,
3865,
68,
12,
2999,
220,
352,
13,
3695,
1795,
2780,
68,
12,
486,
220,
767,
13,
2816,
1954,
3720,
68,
12,
486,
26,
198,
220,
220,
220,
220,
767,
13,
2718,
3104,
1558,
68,
12,
2999,
220,
352,
13,
5705,
1507,
1129,
68,
12,
486,
220,
767,
13,
1065,
3695,
3720,
68,
12,
486,
26,
198,
220,
220,
220,
220,
718,
13,
21,
1129,
32883,
68,
12,
2999,
220,
352,
13,
4531,
35916,
24,
68,
12,
486,
220,
718,
13,
45151,
22337,
68,
12,
486,
26,
198,
220,
220,
220,
220,
642,
13,
24,
3312,
23734,
68,
12,
2999,
220,
352,
13,
3865,
2481,
486,
68,
12,
486,
220,
718,
13,
23601,
24,
4304,
68,
12,
486,
26,
198,
220,
220,
220,
220,
642,
13,
24409,
27877,
68,
12,
2999,
220,
362,
13,
25257,
25191,
68,
12,
486,
220,
642,
13,
5607,
1731,
2091,
68,
12,
486,
26,
198,
220,
220,
220,
220,
604,
13,
8054,
23,
2996,
68,
12,
2999,
220,
362,
13,
15,
34287,
2078,
68,
12,
486,
220,
642,
13,
21,
25399,
1485,
68,
12,
486,
26,
198,
220,
220,
220,
220,
604,
13,
28041,
21526,
68,
12,
2999,
220,
362,
13,
1065,
1507,
2075,
68,
12,
486,
220,
642,
13,
1983,
2920,
2481,
68,
12,
486,
26,
198,
220,
220,
220,
220,
513,
13,
34229,
34770,
68,
12,
2999,
220,
362,
13,
15259,
26050,
68,
12,
486,
220,
604,
13,
24,
2780,
34583,
68,
12,
486,
26,
198,
220,
220,
220,
220,
362,
13,
48581,
2931,
16,
68,
12,
2999,
220,
362,
13,
1731,
1314,
4521,
68,
12,
486,
220,
604,
13,
2414,
1495,
4521,
68,
12,
486,
26,
198,
220,
220,
220,
220,
362,
13,
40256,
15187,
68,
12,
2999,
220,
362,
13,
22996,
22709,
68,
12,
486,
220,
604,
13,
2327,
3459,
3901,
68,
12,
486,
26,
198,
220,
220,
220,
220,
362,
13,
2919,
2670,
6659,
68,
12,
2999,
220,
362,
13,
29088,
14198,
68,
12,
486,
220,
604,
13,
15,
2079,
25838,
68,
12,
486,
26,
198,
220,
220,
220,
220,
352,
13,
22,
1954,
48952,
68,
12,
2999,
220,
362,
13,
29334,
35402,
68,
12,
486,
220,
513,
13,
39570,
30057,
68,
12,
486,
26,
198,
220,
220,
220,
220,
352,
13,
1821,
3720,
1731,
68,
12,
2999,
220,
362,
13,
4051,
1899,
1954,
68,
12,
486,
220,
513,
13,
17544,
20,
2791,
68,
12,
486,
26,
198,
220,
220,
220,
220,
352,
13,
1485,
2231,
1433,
68,
12,
2999,
220,
362,
13,
21,
30120,
1899,
68,
12,
486,
220,
513,
13,
2231,
2780,
1065,
68,
12,
486,
26,
198,
220,
220,
220,
220,
860,
13,
30484,
38431,
68,
12,
3070,
220,
362,
13,
4524,
1731,
3829,
68,
12,
486,
220,
513,
13,
1983,
1821,
3865,
68,
12,
486,
26,
198,
220,
220,
220,
220,
767,
13,
2931,
3324,
3132,
68,
12,
3070,
220,
362,
13,
25764,
37397,
68,
12,
486,
220,
513,
13,
940,
3270,
2670,
68,
12,
486,
26,
198,
220,
220,
220,
220,
642,
13,
3553,
1157,
2231,
68,
12,
3070,
220,
362,
13,
24,
34287,
2718,
68,
12,
486,
220,
362,
13,
24,
2780,
15377,
68,
12,
486,
26,
198,
220,
220,
220,
220,
604,
13,
2670,
2231,
2791,
68,
12,
3070,
220,
513,
13,
2919,
20,
20943,
68,
12,
486,
220,
362,
13,
43240,
22913,
68,
12,
486,
26,
198,
220,
220,
220,
220,
513,
13,
47493,
22572,
68,
12,
3070,
220,
513,
13,
21895,
26007,
68,
12,
486,
220,
362,
13,
39111,
3064,
68,
12,
486,
26,
198,
220,
220,
220,
220,
362,
13,
3459,
4304,
2548,
68,
12,
3070,
220,
513,
13,
33535,
17430,
68,
12,
486,
220,
362,
13,
47396,
2919,
19,
68,
12,
486,
26,
198,
220,
220,
220,
220,
362,
13,
3510,
1314,
3459,
68,
12,
3070,
220,
513,
13,
2780,
2327,
2623,
68,
12,
486,
220,
362,
13,
32128,
44550,
68,
12,
486,
26,
198,
220,
220,
220,
220,
362,
13,
22136,
28978,
68,
12,
3070,
220,
513,
13,
21,
27137,
486,
68,
12,
486,
220,
362,
13,
1731,
1065,
1157,
68,
12,
486,
26,
198,
220,
220,
220,
220,
362,
13,
19442,
38605,
68,
12,
3070,
220,
513,
13,
3695,
1828,
2425,
68,
12,
486,
220,
362,
13,
15982,
34137,
68,
12,
486,
26,
198,
220,
220,
220,
220,
362,
13,
2091,
2154,
6420,
68,
12,
3070,
220,
513,
13,
5824,
1485,
3270,
68,
12,
486,
220,
352,
13,
24,
38569,
2670,
68,
12,
486,
26,
198,
220,
220,
220,
220,
362,
13,
23,
23362,
3132,
68,
12,
3070,
220,
604,
13,
940,
2996,
6469,
68,
12,
486,
220,
352,
13,
5705,
2996,
4524,
68,
12,
486,
26,
198,
220,
220,
220,
220,
513,
13,
33300,
23188,
68,
12,
3070,
220,
604,
13,
1983,
2425,
3865,
68,
12,
486,
220,
352,
13,
22,
2167,
1507,
68,
12,
486,
26,
198,
220,
220,
220,
220,
604,
13,
4531,
1485,
3270,
68,
12,
3070,
220,
604,
13,
2231,
28771,
18,
68,
12,
486,
220,
352,
13,
3270,
3388,
1507,
68,
12,
486,
26,
198,
220,
220,
220,
220,
718,
13,
48602,
26780,
68,
12,
3070,
220,
604,
13,
48250,
34107,
68,
12,
486,
220,
352,
13,
2857,
5824,
1314,
68,
12,
486,
26,
198,
220,
220,
220,
220,
807,
13,
5824,
1959,
2999,
68,
12,
3070,
220,
604,
13,
6469,
1485,
4304,
68,
12,
486,
220,
352,
13,
2623,
5824,
2078,
68,
12,
486,
26,
198,
220,
220,
220,
220,
352,
13,
1129,
2999,
1731,
68,
12,
2999,
220,
642,
13,
486,
1415,
1270,
68,
12,
486,
220,
352,
13,
25022,
26050,
68,
12,
486,
26,
198,
220,
220,
220,
220,
352,
13,
2816,
3388,
4531,
68,
12,
2999,
220,
642,
13,
1238,
2920,
4761,
68,
12,
486,
220,
352,
13,
1558,
3134,
4846,
68,
12,
486,
26,
198,
220,
220,
220,
220,
352,
13,
39647,
35809,
68,
12,
2999,
220,
642,
13,
21844,
32220,
68,
12,
486,
220,
352,
13,
2931,
2920,
2154,
68,
12,
486,
26,
198,
220,
220,
220,
220,
362,
13,
33580,
39357,
68,
12,
2999,
220,
642,
13,
8054,
21315,
68,
12,
486,
220,
352,
13,
15,
22567,
3559,
68,
12,
486,
26,
198,
220,
220,
220,
220,
513,
13,
3312,
2425,
1270,
68,
12,
2999,
220,
642,
13,
7410,
24,
4761,
68,
12,
486,
220,
860,
13,
20,
1983,
44821,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
513,
13,
45385,
17032,
68,
12,
2999,
220,
718,
13,
11245,
23628,
68,
12,
486,
220,
807,
13,
4531,
405,
2425,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
604,
13,
27936,
27192,
68,
12,
2999,
220,
718,
13,
22136,
11645,
68,
12,
486,
220,
807,
13,
2078,
2327,
2780,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
604,
13,
32196,
46352,
68,
12,
2999,
220,
718,
13,
29416,
31952,
68,
12,
486,
220,
767,
13,
9879,
4089,
17,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
642,
13,
35809,
44218,
68,
12,
2999,
220,
718,
13,
39132,
43571,
68,
12,
486,
220,
767,
13,
1415,
7029,
16,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
718,
13,
2670,
1433,
4349,
68,
12,
2999,
220,
718,
13,
28362,
19880,
68,
12,
486,
220,
718,
13,
21,
21526,
2623,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
767,
13,
21526,
33394,
68,
12,
2999,
220,
718,
13,
2079,
3829,
2598,
68,
12,
486,
220,
718,
13,
17657,
19104,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
767,
13,
4846,
1959,
1558,
68,
12,
2999,
220,
767,
13,
1507,
2919,
3829,
68,
12,
486,
220,
642,
13,
17544,
30120,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
807,
13,
6469,
1415,
4790,
68,
12,
2999,
220,
767,
13,
2327,
1314,
6052,
68,
12,
486,
220,
642,
13,
23349,
19244,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
860,
13,
22,
26276,
3695,
68,
12,
2999,
220,
767,
13,
20,
16817,
2481,
68,
12,
486,
220,
604,
13,
1795,
3865,
2791,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
352,
13,
15,
3134,
33580,
68,
12,
486,
220,
767,
13,
45791,
21139,
68,
12,
486,
220,
604,
13,
3559,
1558,
1238,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
352,
13,
23055,
17477,
68,
12,
486,
220,
767,
13,
36928,
33394,
68,
12,
486,
220,
604,
13,
2998,
5607,
2682,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
352,
13,
2075,
5705,
3104,
68,
12,
486,
220,
767,
13,
5824,
2414,
2780,
68,
12,
486,
220,
513,
13,
2425,
1129,
1065,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
352,
13,
2718,
1821,
1899,
68,
12,
486,
220,
807,
13,
2919,
1238,
4524,
68,
12,
486,
220,
513,
13,
2598,
3104,
3510,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
352,
13,
2780,
1731,
4869,
68,
12,
486,
220,
807,
13,
17,
20107,
1558,
68,
12,
486,
220,
513,
13,
1433,
2718,
2414,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
352,
13,
3270,
1270,
4304,
68,
12,
486,
220,
807,
13,
23601,
41583,
68,
12,
486,
220,
362,
13,
24,
30484,
486,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
352,
13,
34801,
27057,
68,
12,
486,
220,
807,
13,
3510,
1558,
1157,
68,
12,
486,
220,
362,
13,
39885,
26780,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
352,
13,
23,
15259,
2075,
68,
12,
486,
220,
807,
13,
36189,
45455,
68,
12,
486,
220,
362,
13,
43704,
23237,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
352,
13,
6052,
940,
3829,
68,
12,
486,
220,
807,
13,
3104,
1731,
2919,
68,
12,
486,
220,
362,
13,
1954,
1821,
5607,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
362,
13,
3023,
1120,
5332,
68,
12,
486,
220,
807,
13,
3695,
1270,
5333,
68,
12,
486,
220,
362,
13,
3023,
2414,
1314,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
362,
13,
1433,
1157,
2791,
68,
12,
486,
220,
807,
13,
5774,
2079,
2998,
68,
12,
486,
220,
352,
13,
23,
4790,
29228,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
362,
13,
21033,
17544,
68,
12,
486,
220,
807,
13,
42716,
21895,
68,
12,
486,
220,
352,
13,
22,
19708,
3459,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
362,
13,
26598,
25150,
68,
12,
486,
220,
860,
13,
2998,
1485,
2857,
68,
12,
486,
220,
352,
13,
20,
2791,
22985,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
362,
13,
44465,
39710,
68,
12,
486,
220,
860,
13,
1433,
2079,
2857,
68,
12,
486,
220,
352,
13,
11785,
29173,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
362,
13,
3134,
1485,
405,
68,
12,
486,
220,
860,
13,
26276,
25710,
68,
12,
486,
220,
352,
13,
1270,
20167,
17,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
362,
13,
23,
1157,
35273,
68,
12,
486,
220,
860,
13,
2623,
3134,
3132,
68,
12,
486,
220,
352,
13,
1507,
3695,
5607,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
362,
13,
48372,
23237,
68,
12,
486,
220,
860,
13,
33459,
40149,
68,
12,
486,
220,
352,
13,
2919,
1558,
1495,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
513,
13,
2931,
23,
17657,
68,
12,
486,
220,
860,
13,
20,
27260,
2425,
68,
12,
486,
220,
860,
13,
5705,
2414,
2154,
68,
12,
3070,
26,
198,
220,
220,
220,
220,
513,
13,
1731,
1433,
3695,
68,
12,
486,
220,
860,
13,
21,
22337,
2682,
68,
12,
486,
220,
807,
13,
39277,
39925,
68,
12,
3070,
26,
198,
220,
220,
220,
220,
513,
13,
2548,
3559,
1129,
68,
12,
486,
220,
860,
13,
41580,
25964,
68,
12,
486,
220,
807,
13,
1314,
2078,
1157,
68,
12,
3070,
26,
198,
220,
220,
220,
220,
513,
13,
39088,
46302,
68,
12,
486,
220,
860,
13,
22,
2548,
27693,
68,
12,
486,
220,
767,
13,
19,
14198,
1495,
68,
12,
3070,
26,
198,
220,
220,
220,
220,
513,
13,
2791,
3365,
2670,
68,
12,
486,
220,
860,
13,
3695,
1314,
1129,
68,
12,
486,
220,
718,
13,
22,
2598,
15363,
68,
12,
3070,
26,
198,
220,
220,
220,
220,
513,
13,
36088,
25707,
68,
12,
486,
220,
860,
13,
23,
1415,
15801,
68,
12,
486,
220,
718,
13,
1485,
1415,
2481,
68,
12,
3070,
26,
198,
220,
220,
220,
220,
513,
13,
24,
29416,
3459,
68,
12,
486,
220,
860,
13,
23,
2623,
36657,
68,
12,
486,
220,
642,
13,
3553,
1983,
3695,
68,
12,
3070,
26,
198,
220,
220,
220,
220,
604,
13,
2998,
3388,
4761,
68,
12,
486,
220,
860,
13,
5332,
1238,
6659,
68,
12,
486,
220,
642,
13,
3312,
2682,
5066,
68,
12,
3070,
26,
198,
220,
220,
220,
220,
604,
13,
26427,
34137,
68,
12,
486,
220,
860,
13,
4521,
2548,
1485,
68,
12,
486,
220,
604,
13,
43452,
22172,
68,
12,
3070,
26,
198,
220,
220,
220,
220,
604,
13,
2327,
16088,
68,
12,
486,
220,
860,
13,
31360,
27277,
68,
12,
486,
220,
604,
13,
1558,
3270,
4869,
68,
12,
3070,
26,
198,
220,
220,
220,
220,
604,
13,
39449,
22136,
68,
12,
486,
220,
860,
13,
23,
3829,
23815,
68,
12,
486,
220,
513,
13,
37750,
33551,
68,
12,
3070,
26,
198,
220,
220,
220,
220,
604,
13,
2414,
1433,
1433,
68,
12,
486,
220,
860,
13,
24,
15711,
1157,
68,
12,
486,
220,
513,
13,
43704,
49234,
68,
12,
3070,
26,
198,
220,
220,
220,
220,
604,
13,
50242,
31010,
68,
12,
486,
220,
860,
13,
24,
27371,
1485,
68,
12,
486,
220,
513,
13,
16315,
33660,
68,
12,
3070,
26,
198,
220,
220,
220,
220,
604,
13,
49234,
15259,
68,
12,
486,
220,
860,
13,
24,
3270,
23628,
68,
12,
486,
220,
362,
13,
23,
24369,
2548,
68,
12,
3070,
26,
198,
220,
220,
220,
220,
642,
13,
16562,
31010,
68,
12,
486,
220,
860,
13,
40022,
21261,
68,
12,
486,
220,
362,
13,
20,
37680,
1828,
68,
12,
3070,
26,
198,
220,
220,
220,
220,
642,
13,
21033,
25429,
68,
12,
486,
220,
860,
13,
42691,
28688,
68,
12,
486,
220,
362,
13,
34159,
25096,
68,
12,
3070,
26,
198,
220,
220,
220,
220,
642,
13,
31115,
38205,
68,
12,
486,
220,
860,
13,
24214,
1270,
68,
12,
486,
220,
362,
13,
1157,
1065,
1795,
68,
12,
3070,
26,
198,
220,
220,
220,
220,
642,
13,
21,
20356,
4089,
68,
12,
486,
220,
860,
13,
2079,
2425,
3553,
68,
12,
486,
220,
352,
13,
24,
18458,
2791,
68,
12,
3070,
26,
198,
220,
220,
220,
220,
642,
13,
3720,
486,
2718,
68,
12,
486,
220,
860,
13,
4089,
4089,
2670,
68,
12,
486,
220,
352,
13,
22,
2548,
44169,
68,
12,
3070,
26,
198,
220,
220,
220,
220,
642,
13,
4846,
1507,
6469,
68,
12,
486,
220,
860,
13,
24,
3720,
10163,
68,
12,
486,
220,
352,
13,
49447,
37128,
68,
12,
3070,
26,
198,
220,
220,
220,
220,
718,
13,
1485,
2718,
5705,
68,
12,
486,
220,
860,
13,
24,
40179,
2718,
68,
12,
486,
220,
352,
13,
45331,
12762,
68,
12,
3070,
26,
198,
220,
220,
220,
220,
718,
13,
1270,
3365,
5607,
68,
12,
486,
220,
860,
13,
24,
3553,
32066,
68,
12,
486,
220,
352,
13,
22579,
49703,
68,
12,
3070,
26,
198,
220,
220,
220,
220,
718,
13,
31714,
22047,
68,
12,
486,
220,
860,
13,
24,
2857,
15363,
68,
12,
486,
220,
352,
13,
21738,
28933,
68,
12,
3070,
26,
198,
220,
220,
220,
220,
718,
13,
2996,
2780,
2791,
68,
12,
486,
220,
860,
13,
24,
28567,
2682,
68,
12,
486,
220,
352,
13,
43509,
45214,
68,
12,
3070,
26,
198,
220,
220,
220,
220,
718,
13,
48634,
46519,
68,
12,
486,
220,
860,
13,
5892,
1157,
3980,
68,
12,
486,
220,
860,
13,
22,
25096,
1954,
68,
12,
3023,
26,
198,
220,
220,
220,
220,
767,
13,
486,
3134,
4524,
68,
12,
486,
220,
860,
13,
3829,
1495,
2920,
68,
12,
486,
220,
807,
13,
6469,
1495,
3132,
68,
12,
3023,
26,
198,
220,
220,
220,
220,
767,
13,
1238,
3901,
940,
68,
12,
486,
220,
860,
13,
23,
3695,
45734,
68,
12,
486,
220,
807,
13,
20943,
25667,
68,
12,
3023,
26,
198,
220,
220,
220,
220,
767,
13,
2670,
2598,
3865,
68,
12,
486,
220,
860,
13,
23,
2920,
33916,
68,
12,
486,
220,
767,
13,
1983,
2548,
5705,
68,
12,
3023,
26,
198,
220,
220,
220,
220,
767,
13,
29796,
26279,
68,
12,
486,
220,
860,
13,
6659,
1120,
2623,
68,
12,
486,
220,
718,
13,
33206,
30995,
68,
12,
3023,
26,
198,
220,
220,
220,
220,
767,
13,
29331,
44230,
68,
12,
486,
220,
860,
13,
3324,
1899,
2327,
68,
12,
486,
220,
718,
13,
405,
1157,
3510,
68,
12,
3023,
26,
198,
220,
220,
220,
220,
767,
13,
24,
3134,
15426,
68,
12,
486,
220,
860,
13,
4790,
2075,
1157,
68,
12,
486,
220,
642,
13,
2231,
1731,
1433,
68,
12,
3023,
26,
198,
220,
220,
220,
220,
807,
13,
1314,
2231,
1270,
68,
12,
486,
220,
860,
13,
3104,
2857,
2414,
68,
12,
486,
220,
604,
13,
3865,
2780,
2857,
68,
12,
3023,
26,
198,
220,
220,
220,
220,
807,
13,
31496,
29769,
68,
12,
486,
220,
860,
13,
5066,
1485,
3388,
68,
12,
486,
220,
604,
13,
1120,
26780,
17,
68,
12,
3023,
26,
198,
220,
220,
220,
220,
807,
13,
45969,
43134,
68,
12,
486,
220,
860,
13,
3553,
940,
5237,
68,
12,
486,
220,
604,
13,
2931,
19,
30505,
68,
12,
3023,
26,
198,
220,
220,
220,
220,
807,
13,
3104,
3695,
5237,
68,
12,
486,
220,
860,
13,
1120,
1495,
1821,
68,
12,
486,
220,
513,
13,
22,
25429,
2231,
68,
12,
3023,
26,
198,
220,
220,
220,
220,
807,
13,
5332,
2091,
4304,
68,
12,
486,
220,
860,
13,
19,
22995,
3388,
68,
12,
486,
220,
513,
13,
2548,
3134,
2670,
68,
12,
3023,
26,
198,
220,
220,
220,
220,
860,
13,
486,
1314,
3459,
68,
12,
486,
220,
860,
13,
2091,
3104,
5607,
68,
12,
486,
220,
513,
13,
2919,
1485,
4846,
68,
12,
3023,
26,
198,
220,
220,
220,
220,
860,
13,
20986,
25870,
68,
12,
486,
220,
860,
13,
1731,
2078,
6052,
68,
12,
486,
220,
362,
13,
1795,
3559,
2154,
68,
12,
3023,
26,
198,
220,
220,
220,
220,
860,
13,
36042,
22995,
68,
12,
486,
220,
860,
13,
20964,
24038,
68,
12,
486,
220,
362,
13,
2816,
1959,
4846,
68,
12,
3023,
26,
198,
220,
220,
220,
220,
860,
13,
2857,
2231,
1731,
68,
12,
486,
220,
860,
13,
2713,
1954,
2091,
68,
12,
486,
220,
362,
13,
18,
23045,
3270,
68,
12,
3023,
26,
198,
220,
220,
220,
220,
860,
13,
21,
2548,
30460,
68,
12,
486,
220,
807,
13,
4846,
2623,
1485,
68,
12,
486,
220,
362,
13,
1157,
3324,
4761,
68,
12,
3023,
26,
198,
220,
220,
220,
220,
860,
13,
23,
1065,
45734,
68,
12,
486,
220,
807,
13,
3459,
1270,
3388,
68,
12,
486,
220,
352,
13,
24,
1959,
38569,
68,
12,
3023,
26,
198,
220,
220,
220,
220,
860,
13,
2079,
1959,
4310,
68,
12,
486,
220,
807,
13,
28362,
39997,
68,
12,
486,
220,
352,
13,
2425,
3829,
1731,
68,
12,
3023,
26,
198,
220,
220,
220,
220,
352,
13,
29326,
32118,
68,
10,
405,
220,
807,
13,
4790,
2414,
2231,
68,
12,
486,
220,
352,
13,
1899,
2670,
2857,
68,
12,
3023,
26,
198,
220,
220,
220,
220,
352,
13,
49841,
37750,
68,
10,
405,
220,
807,
13,
2791,
22318,
20,
68,
12,
486,
220,
352,
13,
3510,
1270,
3270,
68,
12,
3023,
26,
198,
220,
220,
220,
220,
352,
13,
2713,
8784,
16,
68,
10,
405,
220,
807,
13,
44617,
22416,
68,
12,
486,
220,
352,
13,
2091,
1120,
3132,
68,
12,
3023,
26,
198,
220,
220,
220,
220,
352,
13,
3312,
2816,
1828,
68,
10,
405,
220,
807,
13,
1120,
11785,
20,
68,
12,
486,
220,
352,
13,
17,
25096,
1899,
68,
12,
3023,
26,
198,
220,
220,
220,
220,
352,
13,
2998,
5705,
2481,
68,
10,
405,
220,
807,
13,
3901,
1120,
2857,
68,
12,
486,
220,
352,
13,
16,
12762,
3553,
68,
12,
3023,
26,
198,
220,
220,
220,
220,
352,
13,
2919,
2079,
2598,
68,
10,
405,
220,
807,
13,
18,
1264,
2931,
68,
12,
486,
220,
352,
13,
486,
2791,
2682,
68,
12,
3023,
26,
198,
220,
220,
220,
220,
352,
13,
3064,
19504,
68,
10,
405,
220,
807,
13,
17,
1264,
4051,
68,
12,
486,
220,
860,
13,
1959,
3064,
18,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
940,
5607,
3134,
68,
10,
405,
220,
807,
13,
1157,
3365,
3104,
68,
12,
486,
220,
807,
13,
2920,
2598,
3104,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
1157,
5705,
2548,
68,
10,
405,
220,
807,
13,
405,
3695,
4524,
68,
12,
486,
220,
767,
13,
22,
3388,
32114,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
19420,
25540,
68,
10,
405,
220,
767,
13,
4531,
2996,
1314,
68,
12,
486,
220,
767,
13,
14454,
23753,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
16945,
20107,
68,
10,
405,
220,
767,
13,
3695,
1238,
4310,
68,
12,
486,
220,
718,
13,
1120,
3720,
2623,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
20107,
49234,
68,
10,
405,
220,
767,
13,
21,
33981,
2091,
68,
12,
486,
220,
642,
13,
4846,
405,
5333,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
1415,
2623,
1238,
68,
10,
405,
220,
767,
13,
47576,
41172,
68,
12,
486,
220,
642,
13,
34716,
35402,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
1415,
2154,
3865,
68,
10,
405,
220,
767,
13,
3682,
1731,
4790,
68,
12,
486,
220,
642,
13,
405,
4051,
1558,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
1415,
5824,
2414,
68,
10,
405,
220,
767,
13,
27728,
23539,
68,
12,
486,
220,
604,
13,
3270,
486,
3553,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
8628,
23,
2548,
68,
10,
405,
220,
767,
13,
1558,
1495,
1495,
68,
12,
486,
220,
604,
13,
2481,
1065,
3104,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
1314,
1485,
2075,
68,
10,
405,
220,
767,
13,
15,
29334,
1507,
68,
12,
486,
220,
513,
13,
23,
39111,
2718,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
1314,
940,
2091,
68,
10,
405,
220,
718,
13,
24,
1507,
48096,
68,
12,
486,
220,
513,
13,
44966,
47159,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
1314,
34215,
68,
10,
405,
220,
718,
13,
3720,
3064,
24,
68,
12,
486,
220,
513,
13,
2075,
1065,
1238,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
1415,
1795,
5333,
68,
10,
405,
220,
718,
13,
2791,
2078,
3510,
68,
12,
486,
220,
362,
13,
39647,
41813,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
18444,
34808,
68,
10,
405,
220,
718,
13,
44994,
35124,
68,
12,
486,
220,
362,
13,
2425,
2791,
6052,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
1415,
3312,
1828,
68,
10,
405,
220,
718,
13,
1821,
21033,
22,
68,
12,
486,
220,
362,
13,
44468,
29626,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
19880,
39251,
68,
10,
405,
220,
718,
13,
1983,
405,
2791,
68,
12,
486,
220,
362,
13,
2091,
2857,
2548,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
16799,
27728,
68,
10,
405,
220,
718,
13,
17059,
18294,
68,
12,
486,
220,
362,
13,
8628,
26115,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
16817,
31575,
68,
10,
405,
220,
642,
13,
34808,
39449,
68,
12,
486,
220,
352,
13,
4089,
1065,
3104,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
24045,
2091,
68,
10,
405,
220,
642,
13,
45039,
43950,
68,
12,
486,
220,
352,
13,
23,
2075,
4059,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
2931,
2996,
1314,
68,
10,
405,
220,
642,
13,
22,
1828,
30057,
68,
12,
486,
220,
352,
13,
41580,
28933,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
2919,
2670,
2078,
68,
10,
405,
220,
642,
13,
3365,
2718,
3510,
68,
12,
486,
220,
352,
13,
2816,
3510,
3132,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
43509,
32220,
68,
10,
405,
220,
642,
13,
19,
30505,
2327,
68,
12,
486,
220,
352,
13,
40064,
15277,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
2713,
3270,
2682,
68,
10,
405,
220,
642,
13,
22996,
45758,
68,
12,
486,
220,
352,
13,
18,
25191,
1314,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
36676,
45839,
68,
10,
405,
220,
642,
13,
1558,
486,
1270,
68,
12,
486,
220,
352,
13,
18182,
34938,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
40839,
27203,
68,
10,
405,
220,
642,
13,
3070,
2078,
4531,
68,
12,
486,
220,
352,
13,
16945,
22172,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
405,
4790,
2598,
68,
10,
405,
220,
604,
13,
4531,
3270,
1120,
68,
12,
486,
220,
352,
13,
47202,
32220,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
860,
13,
23,
3865,
25022,
68,
12,
486,
220,
604,
13,
38314,
39506,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
860,
13,
4869,
1065,
1485,
68,
12,
486,
220,
604,
13,
21,
23516,
3365,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
860,
13,
49803,
28676,
68,
12,
486,
220,
604,
13,
2920,
486,
4051,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
860,
13,
20370,
23045,
68,
12,
486,
220,
604,
13,
2327,
4521,
1828,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
860,
13,
1415,
2078,
3324,
68,
12,
486,
220,
604,
13,
1828,
4089,
5607,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
807,
13,
3865,
1983,
4089,
68,
12,
486,
220,
604,
13,
13464,
17827,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
807,
13,
42752,
3553,
68,
12,
486,
220,
513,
13,
40022,
32066,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
807,
13,
3980,
1433,
2998,
68,
12,
486,
220,
513,
13,
23,
3553,
6200,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
807,
13,
32182,
22370,
68,
12,
486,
220,
513,
13,
22,
29626,
2998,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
807,
13,
1485,
2816,
2996,
68,
12,
486,
220,
513,
13,
31751,
22995,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
767,
13,
3829,
2231,
2996,
68,
12,
486,
220,
513,
13,
2780,
2078,
1899,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
767,
13,
21,
2414,
26780,
68,
12,
486,
220,
513,
13,
28567,
36680,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
767,
13,
39667,
29331,
68,
12,
486,
220,
513,
13,
1828,
4531,
5066,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
767,
13,
1558,
1065,
1129,
68,
12,
486,
220,
513,
13,
15197,
32869,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
718,
13,
24,
23753,
1558,
68,
12,
486,
220,
362,
13,
24,
28362,
2996,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
718,
13,
3104,
36150,
68,
12,
486,
220,
362,
13,
4521,
1157,
1899,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
718,
13,
2598,
2075,
5607,
68,
12,
486,
220,
362,
13,
22,
31115,
1828,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
718,
13,
1238,
5705,
1120,
68,
12,
486,
220,
362,
13,
5066,
1129,
4310,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
642,
13,
24,
3720,
26660,
68,
12,
486,
220,
362,
13,
20,
24909,
2078,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
642,
13,
2425,
4051,
940,
68,
12,
486,
220,
362,
13,
19,
22172,
2999,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
642,
13,
46096,
27137,
68,
12,
486,
220,
362,
13,
33638,
34583,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
642,
13,
18,
24970,
1065,
68,
12,
486,
220,
362,
13,
20666,
30695,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
642,
13,
1065,
2999,
1507,
68,
12,
486,
220,
362,
13,
1065,
1433,
1828,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
604,
13,
5892,
1238,
2154,
68,
12,
486,
220,
362,
13,
15,
22515,
3682,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
604,
13,
4790,
1065,
1731,
68,
12,
486,
220,
352,
13,
24,
3559,
17464,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
604,
13,
20,
2857,
38547,
68,
12,
486,
220,
352,
13,
23,
3270,
24403,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
604,
13,
2623,
5774,
1129,
68,
12,
486,
220,
352,
13,
39761,
28857,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
604,
13,
24943,
19244,
68,
12,
486,
220,
352,
13,
47325,
39111,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
604,
13,
486,
4531,
1795,
68,
12,
486,
220,
352,
13,
21,
23815,
3901,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
23,
2598,
49087,
68,
12,
486,
220,
352,
13,
20,
2857,
33372,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
43798,
45839,
68,
12,
486,
220,
352,
13,
2857,
1270,
6659,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
38073,
21940,
68,
12,
486,
220,
352,
13,
7029,
22172,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
39195,
22515,
68,
12,
486,
220,
352,
13,
37967,
30273,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
19707,
33660,
68,
12,
486,
220,
352,
13,
1495,
2079,
1485,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
39647,
31020,
68,
12,
486,
220,
352,
13,
24943,
10232,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
5705,
1157,
4531,
68,
12,
486,
220,
352,
13,
1065,
3459,
1238,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
3388,
940,
4310,
68,
12,
486,
220,
352,
13,
15,
3134,
16616,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
4051,
2154,
3324,
68,
12,
486,
220,
352,
13,
405,
1795,
4309,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
1821,
6052,
1129,
68,
12,
486,
220,
860,
13,
47493,
46435,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
1983,
3324,
5892,
68,
12,
486,
220,
807,
13,
24,
3720,
46438,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
1314,
1731,
3132,
68,
12,
486,
220,
807,
13,
19,
35844,
2598,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
44427,
20943,
68,
12,
486,
220,
767,
13,
4089,
7029,
24,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
24,
1129,
27988,
68,
12,
486,
220,
767,
13,
49803,
36720,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
40215,
44183,
68,
12,
486,
220,
767,
13,
2919,
1899,
5333,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
2154,
3720,
1415,
68,
12,
486,
220,
718,
13,
3134,
940,
2231,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
1899,
4089,
3682,
68,
12,
486,
220,
718,
13,
1983,
4790,
1899,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
20,
20986,
3324,
68,
12,
486,
220,
642,
13,
24,
3023,
21738,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
19,
26050,
2623,
68,
12,
486,
220,
642,
13,
22730,
36809,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
2682,
2718,
2718,
68,
12,
486,
220,
642,
13,
20666,
20219,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
2075,
23734,
23,
68,
12,
486,
220,
604,
13,
23,
38565,
2079,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
1507,
3720,
3720,
68,
12,
486,
220,
604,
13,
8054,
38907,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
1157,
1899,
3459,
68,
12,
486,
220,
604,
13,
34125,
44230,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
15,
31714,
2425,
68,
12,
486,
220,
604,
13,
28669,
38172,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
860,
13,
23,
28978,
2327,
68,
12,
2999,
220,
513,
13,
43240,
32128,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
860,
13,
24137,
43239,
68,
12,
2999,
220,
513,
13,
2816,
2079,
6469,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
807,
13,
2414,
15426,
21,
68,
12,
2999,
220,
513,
13,
2091,
2780,
3980,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
807,
13,
8784,
49087,
68,
12,
2999,
220,
513,
13,
1065,
1954,
2624,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
767,
13,
3365,
2996,
1415,
68,
12,
2999,
220,
362,
13,
5892,
1558,
1795,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
767,
13,
15,
38565,
2091,
68,
12,
2999,
220,
362,
13,
4790,
2075,
486,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
718,
13,
5066,
2079,
1899,
68,
12,
2999,
220,
362,
13,
44218,
22047,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
718,
13,
1238,
5237,
1495,
68,
12,
2999,
220,
362,
13,
21734,
19244,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
642,
13,
44673,
29416,
68,
12,
2999,
220,
362,
13,
1828,
3695,
3270,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
642,
13,
19,
11623,
2091,
68,
12,
2999,
220,
362,
13,
2998,
3829,
1238,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
642,
13,
28669,
8054,
68,
12,
2999,
220,
352,
13,
24,
2670,
21652,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
604,
13,
43147,
33206,
68,
12,
2999,
220,
352,
13,
1795,
3720,
2670,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
604,
13,
2670,
1415,
1157,
68,
12,
2999,
220,
352,
13,
3104,
2780,
1558,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
604,
13,
2931,
1415,
1157,
68,
12,
2999,
220,
352,
13,
20,
3388,
20356,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
1795,
3829,
3134,
68,
12,
2999,
220,
352,
13,
34716,
27260,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
4051,
1270,
2682,
68,
12,
2999,
220,
352,
13,
2327,
1795,
5237,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
32759,
20107,
68,
12,
2999,
220,
352,
13,
2075,
1314,
4790,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
47838,
43864,
68,
12,
2999,
220,
352,
13,
1558,
3312,
4846,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
23,
2682,
20964,
68,
12,
2999,
220,
352,
13,
2919,
20,
28688,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
5237,
1795,
2091,
68,
12,
2999,
220,
352,
13,
405,
2414,
4304,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
19,
31020,
2996,
68,
12,
2999,
220,
860,
13,
24840,
4304,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
2075,
19214,
21,
68,
12,
2999,
220,
807,
13,
2791,
1065,
5705,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
8784,
24,
2327,
68,
12,
2999,
220,
807,
13,
3023,
1899,
2780,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
48372,
33981,
68,
12,
2999,
220,
767,
13,
2780,
1157,
1270,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
23,
23451,
1983,
68,
12,
2999,
220,
718,
13,
3865,
2079,
5774,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
3388,
1983,
1983,
68,
12,
2999,
220,
718,
13,
2857,
2154,
2154,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
36189,
38547,
68,
12,
2999,
220,
718,
13,
44698,
40179,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
19,
38431,
4051,
68,
12,
2999,
220,
642,
13,
28688,
22172,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
2623,
2327,
4869,
68,
12,
2999,
220,
642,
13,
20666,
49541,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
25022,
21261,
68,
12,
2999,
220,
604,
13,
5332,
1558,
5332,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
21738,
34626,
68,
12,
2999,
220,
604,
13,
25836,
25257,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
2931,
3134,
3695,
68,
12,
2999,
220,
604,
13,
45403,
3901,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
486,
2079,
2414,
68,
12,
2999,
220,
513,
13,
3829,
1238,
3553,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
860,
13,
2780,
3559,
1558,
68,
12,
3070,
220,
513,
13,
48200,
38056,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
807,
13,
23,
14656,
4349,
68,
12,
3070,
220,
513,
13,
2718,
6200,
20,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
807,
13,
1129,
1959,
2481,
68,
12,
3070,
220,
513,
13,
1485,
3559,
1314,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
767,
13,
1899,
5774,
1120,
68,
12,
3070,
220,
362,
13,
24,
15711,
2414,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
767,
13,
3312,
1485,
6420,
68,
12,
3070,
220,
362,
13,
22,
25150,
2078,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
718,
13,
44966,
29022,
68,
12,
3070,
220,
362,
13,
1120,
3553,
4846,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
718,
13,
2998,
30986,
68,
12,
3070,
220,
362,
13,
32637,
25667,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
642,
13,
49856,
35435,
68,
12,
3070,
220,
362,
13,
1314,
24840,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
642,
13,
22291,
28688,
68,
12,
3070,
220,
352,
13,
2079,
2816,
3553,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
604,
13,
5999,
1507,
2780,
68,
12,
3070,
220,
352,
13,
23,
2920,
33400,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
604,
13,
2857,
2425,
3720,
68,
12,
3070,
220,
352,
13,
22,
20219,
4304,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
604,
13,
1314,
486,
2791,
68,
12,
3070,
220,
352,
13,
3365,
3459,
2079,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
23,
31714,
3459,
68,
12,
3070,
220,
352,
13,
2857,
27712,
18,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
20,
3388,
37730,
68,
12,
3070,
220,
352,
13,
2623,
2154,
1828,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
18,
12762,
3553,
68,
12,
3070,
220,
352,
13,
25022,
48372,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
2998,
1899,
1828,
68,
12,
3070,
220,
352,
13,
1558,
5705,
2481,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
5332,
3104,
5824,
68,
12,
3070,
220,
352,
13,
2931,
19,
29173,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
2996,
2623,
6659,
68,
12,
3070,
220,
352,
13,
486,
3388,
3559,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
19,
34287,
2481,
68,
12,
3070,
220,
860,
13,
34825,
26276,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
2078,
3829,
1899,
68,
12,
3070,
220,
807,
13,
34483,
27192,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
11623,
45214,
68,
12,
3070,
220,
807,
13,
8628,
43704,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
24,
4524,
19244,
68,
12,
3070,
220,
767,
13,
39254,
38172,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
23,
31496,
1954,
68,
12,
3070,
220,
767,
13,
44427,
38172,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
2154,
2548,
4304,
68,
12,
3070,
220,
718,
13,
4310,
2154,
1120,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
3365,
2670,
3023,
68,
12,
3070,
220,
718,
13,
2998,
1795,
2780,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
2857,
1959,
2670,
68,
12,
3070,
220,
642,
13,
2996,
2682,
2327,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
2718,
486,
4349,
68,
12,
3070,
220,
642,
13,
2075,
405,
3510,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
1983,
22148,
18,
68,
12,
3070,
220,
604,
13,
4531,
1120,
5333,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
25096,
23721,
68,
12,
3070,
220,
604,
13,
2816,
3270,
2154,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
940,
2548,
4869,
68,
12,
3070,
220,
604,
13,
1731,
2713,
2780,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
44698,
22913,
68,
12,
3070,
220,
513,
13,
5824,
3104,
1899,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
860,
13,
41948,
43134,
68,
12,
3023,
220,
513,
13,
45758,
23188,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
807,
13,
4531,
1065,
5237,
68,
12,
3023,
220,
513,
13,
19,
21738,
3901,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
807,
13,
2075,
3865,
2327,
68,
12,
3023,
220,
513,
13,
1558,
5607,
2548,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
767,
13,
40523,
35273,
68,
12,
3023,
220,
362,
13,
24,
3553,
39710,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
767,
13,
1415,
5824,
1495,
68,
12,
3023,
220,
362,
13,
15426,
40486,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
718,
13,
34287,
36993,
68,
12,
3023,
220,
362,
13,
2816,
4521,
1821,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
718,
13,
1507,
4051,
2481,
68,
12,
3023,
220,
362,
13,
2548,
1157,
3682,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
642,
13,
38569,
22572,
68,
12,
3023,
220,
362,
13,
17,
22985,
2231,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
642,
13,
2623,
1120,
3510,
68,
12,
3023,
220,
362,
13,
15,
28933,
1157,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
642,
13,
405,
1507,
3682,
68,
12,
3023,
220,
352,
13,
24,
1983,
38652,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
604,
13,
2791,
4059,
20,
68,
12,
3023,
220,
352,
13,
3720,
5999,
1314,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
604,
13,
2327,
1485,
4521,
68,
12,
3023,
220,
352,
13,
3134,
1795,
1954,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
604,
13,
2713,
23,
22572,
68,
12,
3023,
220,
352,
13,
3980,
2816,
2791,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
3695,
2718,
2091,
68,
12,
3023,
220,
352,
13,
3510,
486,
3104,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
48531,
4531,
17,
68,
12,
3023,
220,
352,
13,
2623,
1314,
2327,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
27800,
19104,
68,
12,
3023,
220,
352,
13,
26276,
36330,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
3312,
28771,
23,
68,
12,
3023,
220,
352,
13,
1507,
2623,
4869,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
5332,
2996,
3324,
68,
12,
3023,
220,
352,
13,
940,
2670,
2078,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
21,
2414,
15711,
68,
12,
3023,
220,
352,
13,
15,
22579,
2919,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
32642,
39997,
68,
12,
3023,
220,
860,
13,
21,
16817,
2623,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
18,
22186,
1959,
68,
12,
3023,
220,
807,
13,
5607,
2091,
1954,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
1433,
4310,
405,
68,
12,
3023,
220,
807,
13,
29088,
45214,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
2999,
1507,
4310,
68,
12,
3023,
220,
767,
13,
23,
1983,
39506,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
28011,
28460,
68,
12,
3023,
220,
767,
13,
18,
16945,
1065,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
4304,
2670,
2327,
68,
12,
3023,
220,
718,
13,
23,
2682,
23726,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
2414,
3695,
3865,
68,
12,
3023,
220,
718,
13,
2548,
2154,
2327,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
20,
31010,
3682,
68,
12,
3023,
220,
642,
13,
38819,
29769,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
43704,
20233,
68,
12,
3023,
220,
642,
13,
3553,
3459,
5237,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
2682,
2327,
4761,
68,
12,
3023,
220,
642,
13,
26427,
29022,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
13381,
23756,
68,
12,
3023,
220,
604,
13,
23,
4761,
21738,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
1558,
1983,
3312,
68,
12,
3023,
220,
604,
13,
2816,
2548,
2231,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
2931,
3270,
5999,
68,
12,
3023,
220,
604,
13,
28676,
34938,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
40839,
35978,
68,
12,
3023,
220,
513,
13,
4089,
1507,
5705,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
860,
13,
3365,
2857,
1314,
68,
12,
2713,
220,
513,
13,
22,
25600,
3324,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
807,
13,
38956,
33400,
68,
12,
2713,
220,
513,
13,
2780,
4524,
3134,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
807,
13,
2670,
1983,
2682,
68,
12,
2713,
220,
513,
13,
2075,
2857,
2996,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
767,
13,
23,
4310,
32583,
68,
12,
2713,
220,
513,
13,
2713,
21,
15187,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
767,
13,
2682,
2425,
4349,
68,
12,
2713,
220,
362,
13,
4521,
486,
2425,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
718,
13,
5774,
1314,
4304,
68,
12,
2713,
220,
362,
13,
21,
38569,
3901,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
718,
13,
32114,
28676,
68,
12,
2713,
220,
362,
13,
1120,
1959,
3559,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
718,
13,
25257,
32759,
68,
12,
2713,
220,
362,
13,
2682,
1485,
4790,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
642,
13,
21,
2167,
4089,
68,
12,
2713,
220,
362,
13,
1129,
2931,
1415,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
642,
13,
1495,
4089,
2154,
68,
12,
2713,
220,
362,
13,
2713,
1065,
3270,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
604,
13,
24,
2075,
26050,
68,
12,
2713,
220,
352,
13,
5892,
1129,
2999,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
604,
13,
21,
23055,
1954,
68,
12,
2713,
220,
352,
13,
41531,
41060,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
604,
13,
34256,
21777,
68,
12,
2713,
220,
352,
13,
3104,
4089,
2079,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
604,
13,
2713,
5774,
1314,
68,
12,
2713,
220,
352,
13,
38905,
26895,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
37988,
16562,
68,
12,
2713,
220,
352,
13,
35133,
26660,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
60,
628,
198,
2,
327,
10008,
4793,
838,
7200,
22890,
41420,
57,
16477,
42388,
13,
1114,
2252,
1321,
198,
2,
766,
2912,
2665,
329,
327,
10008,
4793,
362,
7200,
22890,
41420,
57,
16477,
42388,
198,
2,
3602,
12214,
422,
262,
327,
10008,
357,
13330,
8,
362,
7200,
406,
5653,
27763,
33099,
58,
9,
60,
198,
2,
36338,
2638,
1378,
33967,
45895,
13,
952,
78,
13,
36616,
13,
330,
13,
2724,
14,
48806,
14,
5239,
14,
979,
268,
413,
5431,
89,
14,
66,
494,
6999,
5431,
89,
940,
13,
19211,
628,
198,
8818,
951,
579,
963,
7,
3712,
6030,
90,
34,
10008,
13330,
62,
940,
62,
24187,
37,
5512,
2082,
626,
268,
3712,
15633,
8,
198,
220,
220,
220,
1441,
39555,
378,
62,
11487,
7,
66,
494,
13330,
62,
940,
13500,
62,
5431,
89,
62,
11215,
69,
62,
11487,
11,
29101,
13,
15,
11,
352,
13,
15,
11,
2082,
626,
268,
8,
198,
437,
198,
198,
9979,
269,
494,
13330,
62,
940,
13500,
62,
5431,
89,
62,
11215,
69,
62,
11487,
28,
198,
220,
220,
220,
685,
15,
13,
10535,
68,
10,
405,
220,
657,
13,
10535,
68,
10,
405,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
657,
13,
10535,
68,
10,
405,
220,
657,
13,
10535,
68,
10,
405,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
657,
13,
10535,
68,
10,
405,
220,
657,
13,
10535,
68,
10,
405,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
657,
13,
10535,
68,
10,
405,
220,
657,
13,
10535,
68,
10,
405,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
657,
13,
10535,
68,
10,
405,
220,
657,
13,
10535,
68,
10,
405,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
657,
13,
10535,
68,
10,
405,
220,
657,
13,
10535,
68,
10,
405,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
657,
13,
10535,
68,
10,
405,
220,
657,
13,
10535,
68,
10,
405,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
657,
13,
10535,
68,
10,
405,
220,
657,
13,
10535,
68,
10,
405,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
657,
13,
10535,
68,
10,
405,
220,
657,
13,
10535,
68,
10,
405,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
657,
13,
10535,
68,
10,
405,
220,
657,
13,
10535,
68,
10,
405,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
3865,
1731,
1238,
68,
12,
3070,
220,
604,
13,
2998,
3134,
3720,
68,
12,
3023,
220,
352,
13,
36042,
43665,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
513,
13,
49447,
23195,
68,
12,
3070,
220,
604,
13,
24,
29331,
3388,
68,
12,
3023,
220,
352,
13,
3270,
3695,
3720,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
604,
13,
32148,
20964,
68,
12,
3070,
220,
718,
13,
15,
2414,
41874,
68,
12,
3023,
220,
352,
13,
24,
2327,
38569,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
642,
13,
1731,
1433,
2931,
68,
12,
3070,
220,
767,
13,
2718,
405,
1821,
68,
12,
3023,
220,
362,
13,
2682,
22318,
23,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
718,
13,
2091,
2670,
2999,
68,
12,
3070,
220,
807,
13,
24,
1959,
30460,
68,
12,
3023,
220,
362,
13,
5999,
1120,
2481,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
767,
13,
2414,
1157,
2718,
68,
12,
3070,
220,
352,
13,
2998,
23,
23055,
68,
12,
3070,
220,
513,
13,
40090,
39118,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
860,
13,
22666,
486,
68,
12,
3070,
220,
352,
13,
1959,
3104,
1433,
68,
12,
3070,
220,
604,
13,
1065,
5824,
3134,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
352,
13,
940,
2780,
3388,
68,
12,
2999,
220,
352,
13,
48096,
19707,
68,
12,
3070,
220,
604,
13,
38956,
42759,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
352,
13,
32637,
29119,
68,
12,
2999,
220,
352,
13,
5332,
1415,
5066,
68,
12,
3070,
220,
642,
13,
4846,
1959,
2414,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
352,
13,
41734,
3720,
16,
68,
12,
2999,
220,
362,
13,
1129,
3553,
3865,
68,
12,
3070,
220,
767,
13,
1485,
2920,
2075,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
352,
13,
23,
3720,
28460,
68,
12,
2999,
220,
362,
13,
3365,
5607,
2425,
68,
12,
3070,
220,
807,
13,
33042,
24970,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
362,
13,
1828,
3388,
2920,
68,
12,
2999,
220,
513,
13,
15,
27824,
2079,
68,
12,
3070,
220,
352,
13,
20943,
44550,
68,
12,
486,
26,
198,
220,
220,
220,
220,
362,
13,
21,
26050,
3695,
68,
12,
2999,
220,
513,
13,
4051,
1129,
2075,
68,
12,
3070,
220,
352,
13,
1129,
3365,
2548,
68,
12,
486,
26,
198,
220,
220,
220,
220,
513,
13,
2919,
3695,
5237,
68,
12,
2999,
220,
604,
13,
1157,
1415,
1828,
68,
12,
3070,
220,
352,
13,
26200,
33981,
68,
12,
486,
26,
198,
220,
220,
220,
220,
513,
13,
21,
16817,
3829,
68,
12,
2999,
220,
604,
13,
2425,
2075,
1507,
68,
12,
3070,
220,
352,
13,
2996,
1433,
2598,
68,
12,
486,
26,
198,
220,
220,
220,
220,
604,
13,
1238,
2920,
4521,
68,
12,
2999,
220,
642,
13,
38652,
22745,
68,
12,
3070,
220,
352,
13,
24,
20233,
2996,
68,
12,
486,
26,
198,
220,
220,
220,
220,
604,
13,
5774,
1065,
3980,
68,
12,
2999,
220,
718,
13,
2078,
1120,
2682,
68,
12,
3070,
220,
362,
13,
1954,
3134,
6469,
68,
12,
486,
26,
198,
220,
220,
220,
220,
642,
13,
21,
12762,
3104,
68,
12,
2999,
220,
767,
13,
1507,
1795,
3104,
68,
12,
3070,
220,
362,
13,
46044,
14454,
68,
12,
486,
26,
198,
220,
220,
220,
220,
718,
13,
11785,
42240,
68,
12,
2999,
220,
807,
13,
1507,
1558,
4521,
68,
12,
3070,
220,
362,
13,
4846,
2623,
2624,
68,
12,
486,
26,
198,
220,
220,
220,
220,
767,
13,
18,
22337,
1507,
68,
12,
2999,
220,
860,
13,
21719,
38547,
68,
12,
3070,
220,
513,
13,
2548,
8784,
23,
68,
12,
486,
26,
198,
220,
220,
220,
220,
807,
13,
27019,
31697,
68,
12,
2999,
220,
352,
13,
3023,
12952,
18,
68,
12,
2999,
220,
513,
13,
5999,
2078,
1828,
68,
12,
486,
26,
198,
220,
220,
220,
220,
860,
13,
1959,
4310,
1983,
68,
12,
2999,
220,
352,
13,
1433,
2075,
3682,
68,
12,
2999,
220,
604,
13,
33400,
40353,
68,
12,
486,
26,
198,
220,
220,
220,
220,
352,
13,
15,
2718,
19708,
68,
12,
486,
220,
352,
13,
27693,
40353,
68,
12,
2999,
220,
604,
13,
5999,
1731,
1821,
68,
12,
486,
26,
198,
220,
220,
220,
220,
352,
13,
8628,
31211,
68,
12,
486,
220,
352,
13,
43356,
39506,
68,
12,
2999,
220,
642,
13,
2718,
6052,
2231,
68,
12,
486,
26,
198,
220,
220,
220,
220,
352,
13,
26276,
46761,
68,
12,
486,
220,
352,
13,
3980,
1821,
1795,
68,
12,
2999,
220,
642,
13,
3865,
3324,
1821,
68,
12,
486,
26,
198,
220,
220,
220,
220,
352,
13,
31010,
16799,
68,
12,
486,
220,
352,
13,
22,
18741,
3104,
68,
12,
2999,
220,
718,
13,
49211,
23451,
68,
12,
486,
26,
198,
220,
220,
220,
220,
352,
13,
48531,
47159,
68,
12,
486,
220,
352,
13,
5774,
1065,
2996,
68,
12,
2999,
220,
767,
13,
21536,
33459,
68,
12,
486,
26,
198,
220,
220,
220,
220,
352,
13,
2791,
1270,
4051,
68,
12,
486,
220,
362,
13,
15,
2548,
34626,
68,
12,
2999,
220,
767,
13,
23,
46302,
2327,
68,
12,
486,
26,
198,
220,
220,
220,
220,
352,
13,
30863,
24991,
68,
12,
486,
220,
362,
13,
17,
18741,
2327,
68,
12,
2999,
220,
807,
13,
3980,
2091,
6420,
68,
12,
486,
26,
198,
220,
220,
220,
220,
352,
13,
5824,
1415,
2780,
68,
12,
486,
220,
362,
13,
2670,
1959,
5332,
68,
12,
2999,
220,
860,
13,
1495,
18938,
22,
68,
12,
486,
26,
198,
220,
220,
220,
220,
362,
13,
2998,
22,
33981,
68,
12,
486,
220,
362,
13,
37452,
16945,
68,
12,
2999,
220,
860,
13,
24,
2091,
30272,
68,
12,
486,
26,
198,
220,
220,
220,
220,
362,
13,
1238,
3720,
1157,
68,
12,
486,
220,
362,
13,
42752,
3980,
68,
12,
2999,
220,
352,
13,
46712,
23188,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
2091,
1954,
2816,
68,
12,
486,
220,
362,
13,
24,
30505,
1485,
68,
12,
2999,
220,
352,
13,
1065,
2078,
2624,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
2231,
1731,
5237,
68,
12,
486,
220,
513,
13,
1485,
2548,
5705,
68,
12,
2999,
220,
352,
13,
1507,
2920,
2857,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
39254,
33372,
68,
12,
486,
220,
513,
13,
18,
23195,
2425,
68,
12,
2999,
220,
352,
13,
1731,
2414,
4304,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
34427,
42520,
68,
12,
486,
220,
513,
13,
49721,
44218,
68,
12,
2999,
220,
352,
13,
21495,
45385,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
40215,
40179,
68,
12,
486,
220,
513,
13,
4524,
1983,
2713,
68,
12,
2999,
220,
352,
13,
2718,
2075,
2078,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
24,
29626,
3134,
68,
12,
486,
220,
513,
13,
24,
3134,
19708,
68,
12,
2999,
220,
352,
13,
43284,
47159,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
2713,
3270,
2091,
68,
12,
486,
220,
604,
13,
1264,
34808,
68,
12,
2999,
220,
352,
13,
1120,
1731,
2920,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
25399,
20986,
68,
12,
486,
220,
604,
13,
27260,
23055,
68,
12,
2999,
220,
352,
13,
47372,
29228,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
2078,
1558,
4089,
68,
12,
486,
220,
604,
13,
39357,
24909,
68,
12,
2999,
220,
352,
13,
21,
21626,
1821,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
30695,
30924,
68,
12,
486,
220,
604,
13,
3865,
3134,
3682,
68,
12,
2999,
220,
352,
13,
37601,
33646,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
3510,
1120,
5607,
68,
12,
486,
220,
642,
13,
1828,
1065,
1129,
68,
12,
2999,
220,
352,
13,
48555,
35809,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
4051,
2670,
4310,
68,
12,
486,
220,
642,
13,
2920,
1485,
5774,
68,
12,
2999,
220,
352,
13,
39509,
38172,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
21,
25096,
2816,
68,
12,
486,
220,
642,
13,
22,
36657,
1129,
68,
12,
2999,
220,
352,
13,
23,
1828,
23815,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
3388,
1270,
5705,
68,
12,
486,
220,
718,
13,
48000,
11785,
68,
12,
2999,
220,
352,
13,
23,
3134,
48365,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
3324,
486,
2998,
68,
12,
486,
220,
718,
13,
32148,
22186,
68,
12,
2999,
220,
352,
13,
24,
1415,
33580,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
5705,
3104,
1120,
68,
12,
486,
220,
718,
13,
21,
1129,
28977,
68,
12,
2999,
220,
352,
13,
4846,
940,
2816,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
24,
1507,
48952,
68,
12,
486,
220,
718,
13,
24,
3312,
21652,
68,
12,
2999,
220,
362,
13,
22544,
20809,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
4089,
486,
5892,
68,
12,
486,
220,
767,
13,
1129,
486,
3829,
68,
12,
2999,
220,
362,
13,
43977,
27137,
68,
10,
405,
26,
198,
220,
220,
220,
220,
604,
13,
45987,
23362,
68,
12,
486,
220,
767,
13,
38472,
25270,
68,
12,
2999,
220,
362,
13,
15,
38314,
3510,
68,
10,
405,
26,
198,
220,
220,
220,
220,
604,
13,
2713,
2075,
2718,
68,
12,
486,
220,
767,
13,
22,
2548,
37730,
68,
12,
2999,
220,
362,
13,
2931,
23,
25667,
68,
10,
405,
26,
198,
220,
220,
220,
220,
604,
13,
3312,
1731,
6469,
68,
12,
486,
220,
807,
13,
405,
2623,
486,
68,
12,
2999,
220,
362,
13,
14686,
48952,
68,
10,
405,
26,
198,
220,
220,
220,
220,
604,
13,
15,
33206,
1899,
68,
12,
486,
220,
807,
13,
2075,
5332,
1731,
68,
12,
2999,
220,
362,
13,
1065,
1415,
1983,
68,
10,
405,
26,
198,
220,
220,
220,
220,
604,
13,
2713,
1828,
5999,
68,
12,
486,
220,
807,
13,
20,
32220,
2231,
68,
12,
2999,
220,
362,
13,
16799,
23516,
68,
10,
405,
26,
198,
220,
220,
220,
220,
604,
13,
3023,
1495,
1959,
68,
12,
486,
220,
807,
13,
23,
21261,
2718,
68,
12,
2999,
220,
362,
13,
1485,
1495,
4524,
68,
10,
405,
26,
198,
220,
220,
220,
220,
604,
13,
49841,
28362,
68,
12,
486,
220,
860,
13,
1157,
4531,
1495,
68,
12,
2999,
220,
362,
13,
20219,
2931,
18,
68,
10,
405,
26,
198,
220,
220,
220,
220,
604,
13,
36629,
35667,
68,
12,
486,
220,
860,
13,
3559,
940,
3901,
68,
12,
2999,
220,
362,
13,
1415,
2780,
1314,
68,
10,
405,
26,
198,
220,
220,
220,
220,
604,
13,
405,
4521,
2425,
68,
12,
486,
220,
860,
13,
2425,
1485,
3510,
68,
12,
2999,
220,
362,
13,
1415,
3104,
2624,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
24,
3720,
34159,
68,
12,
486,
220,
352,
13,
25816,
27371,
68,
12,
486,
220,
362,
13,
1415,
1828,
1120,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
24,
2624,
20219,
68,
12,
486,
220,
352,
13,
15,
25964,
1270,
68,
12,
486,
220,
362,
13,
12762,
18897,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
39570,
15711,
68,
12,
486,
220,
352,
13,
3312,
4846,
2670,
68,
12,
486,
220,
362,
13,
15197,
21261,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
3324,
3865,
1485,
68,
12,
486,
220,
352,
13,
15,
2079,
42548,
68,
12,
486,
220,
362,
13,
3312,
24,
30460,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
41580,
24096,
68,
12,
486,
220,
352,
13,
1065,
2079,
5892,
68,
12,
486,
220,
362,
13,
3070,
405,
1270,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
3365,
2682,
4790,
68,
12,
486,
220,
352,
13,
1433,
1314,
3901,
68,
12,
486,
220,
352,
13,
24,
3459,
23188,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
2780,
1828,
1415,
68,
12,
486,
220,
352,
13,
22186,
29769,
68,
12,
486,
220,
352,
13,
5824,
2791,
4349,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
2548,
2548,
1270,
68,
12,
486,
220,
352,
13,
1954,
9031,
18,
68,
12,
486,
220,
352,
13,
3829,
2425,
2481,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
25270,
26895,
68,
12,
486,
220,
352,
13,
1983,
1270,
2857,
68,
12,
486,
220,
352,
13,
46951,
40523,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
1129,
2920,
3324,
68,
12,
486,
220,
352,
13,
18,
22172,
2414,
68,
12,
486,
220,
352,
13,
23,
2327,
38907,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
940,
2091,
2231,
68,
12,
486,
220,
352,
13,
26780,
23188,
68,
12,
486,
220,
352,
13,
41531,
37680,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
486,
3132,
1065,
68,
12,
486,
220,
352,
13,
37309,
29796,
68,
12,
486,
220,
352,
13,
30610,
25644,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
24,
1954,
41874,
68,
12,
486,
220,
352,
13,
38472,
11245,
68,
12,
486,
220,
352,
13,
22,
2327,
28460,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
48634,
27367,
68,
12,
486,
220,
352,
13,
48057,
21601,
68,
12,
486,
220,
352,
13,
41583,
24970,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
22,
2670,
38380,
68,
12,
486,
220,
352,
13,
3365,
1238,
2481,
68,
12,
486,
220,
352,
13,
2791,
1120,
4310,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
31102,
33394,
68,
12,
486,
220,
352,
13,
2414,
1415,
405,
68,
12,
486,
220,
352,
13,
26704,
49517,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
20,
2682,
26115,
68,
12,
486,
220,
352,
13,
41583,
34770,
68,
12,
486,
220,
352,
13,
3365,
1954,
3682,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
19,
1264,
2327,
68,
12,
486,
220,
352,
13,
4304,
1065,
2091,
68,
12,
486,
220,
352,
13,
4310,
2598,
2670,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
22579,
30557,
68,
12,
486,
220,
352,
13,
41739,
48712,
68,
12,
486,
220,
352,
13,
2780,
1495,
2598,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
1558,
2623,
1558,
68,
12,
486,
220,
352,
13,
41655,
38380,
68,
12,
486,
220,
352,
13,
19,
28857,
2548,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
43977,
43864,
68,
12,
486,
220,
352,
13,
5824,
405,
2996,
68,
12,
486,
220,
352,
13,
2623,
4089,
4304,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
24,
1415,
24096,
68,
12,
486,
220,
352,
13,
2079,
4089,
3270,
68,
12,
486,
220,
352,
13,
26717,
37452,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
3695,
2623,
4761,
68,
12,
486,
220,
362,
13,
3312,
405,
4051,
68,
12,
486,
220,
352,
13,
9031,
24909,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
2996,
25644,
22,
68,
12,
486,
220,
362,
13,
1065,
2931,
6659,
68,
12,
486,
220,
352,
13,
1507,
3865,
1157,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
20,
1983,
37710,
68,
12,
486,
220,
362,
13,
1507,
1270,
3901,
68,
12,
486,
220,
352,
13,
1065,
3829,
1120,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
1821,
2682,
2670,
68,
12,
486,
220,
362,
13,
1731,
2791,
4521,
68,
12,
486,
220,
352,
13,
3312,
24,
29088,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
30290,
21940,
68,
12,
486,
220,
362,
13,
18,
17464,
2075,
68,
12,
486,
220,
352,
13,
486,
2931,
4309,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
21940,
17464,
68,
12,
486,
220,
362,
13,
23734,
22,
3901,
68,
12,
486,
220,
860,
13,
4051,
1507,
2931,
68,
12,
486,
26,
198,
220,
220,
220,
220,
352,
13,
2713,
21,
19244,
68,
12,
486,
220,
362,
13,
2231,
1558,
4089,
68,
12,
486,
220,
807,
13,
33438,
28592,
68,
12,
486,
26,
198,
220,
220,
220,
220,
860,
13,
1120,
5332,
3388,
68,
12,
2999,
220,
362,
13,
39088,
43950,
68,
12,
486,
220,
807,
13,
2857,
2718,
1238,
68,
12,
486,
26,
198,
220,
220,
220,
220,
807,
13,
44085,
22136,
68,
12,
2999,
220,
362,
13,
1899,
1731,
3720,
68,
12,
486,
220,
767,
13,
4089,
405,
6052,
68,
12,
486,
26,
198,
220,
220,
220,
220,
767,
13,
49051,
10232,
68,
12,
2999,
220,
362,
13,
3104,
1828,
4869,
68,
12,
486,
220,
767,
13,
47493,
29769,
68,
12,
486,
26,
198,
220,
220,
220,
220,
718,
13,
49995,
19707,
68,
12,
2999,
220,
362,
13,
29143,
22544,
68,
12,
486,
220,
767,
13,
2919,
2075,
2231,
68,
12,
486,
26,
198,
220,
220,
220,
220,
642,
13,
6052,
7908,
68,
12,
2999,
220,
362,
13,
23,
4059,
2327,
68,
12,
486,
220,
718,
13,
3134,
2548,
3134,
68,
12,
486,
26,
198,
220,
220,
220,
220,
642,
13,
22883,
15801,
68,
12,
2999,
220,
362,
13,
6052,
2414,
2425,
68,
12,
486,
220,
718,
13,
2078,
2857,
4089,
68,
12,
486,
26,
198,
220,
220,
220,
220,
604,
13,
2780,
5333,
1129,
68,
12,
2999,
220,
513,
13,
15,
25429,
1129,
68,
12,
486,
220,
642,
13,
35549,
22985,
68,
12,
486,
26,
198,
220,
220,
220,
220,
513,
13,
23,
27824,
2154,
68,
12,
2999,
220,
513,
13,
940,
5824,
2548,
68,
12,
486,
220,
642,
13,
20,
37747,
1129,
68,
12,
486,
26,
198,
220,
220,
220,
220,
513,
13,
24693,
27137,
68,
12,
2999,
220,
513,
13,
22913,
13348,
68,
12,
486,
220,
642,
13,
26709,
3559,
68,
12,
486,
26,
198,
220,
220,
220,
220,
362,
13,
3388,
1238,
3865,
68,
12,
2999,
220,
513,
13,
25870,
47521,
68,
12,
486,
220,
604,
13,
4521,
1983,
4761,
68,
12,
486,
26,
198,
220,
220,
220,
220,
362,
13,
1238,
1821,
2154,
68,
12,
2999,
220,
513,
13,
24760,
29558,
68,
12,
486,
220,
604,
13,
45326,
38073,
68,
12,
486,
26,
198,
220,
220,
220,
220,
352,
13,
3324,
2670,
4349,
68,
12,
2999,
220,
513,
13,
29228,
24096,
68,
12,
486,
220,
604,
13,
1731,
2079,
2816,
68,
12,
486,
26,
198,
220,
220,
220,
220,
352,
13,
7029,
50150,
68,
12,
2999,
220,
513,
13,
2816,
21844,
23,
68,
12,
486,
220,
513,
13,
32196,
16562,
68,
12,
486,
26,
198,
220,
220,
220,
220,
352,
13,
2919,
1828,
6420,
68,
12,
2999,
220,
513,
13,
39885,
49682,
68,
12,
486,
220,
513,
13,
22,
22709,
1507,
68,
12,
486,
26,
198,
220,
220,
220,
220,
807,
13,
14656,
38565,
68,
12,
3070,
220,
513,
13,
34483,
23,
3553,
68,
12,
486,
220,
513,
13,
1120,
2075,
1507,
68,
12,
486,
26,
198,
220,
220,
220,
220,
718,
13,
15,
27260,
1954,
68,
12,
3070,
220,
513,
13,
4531,
3388,
1899,
68,
12,
486,
220,
513,
13,
1959,
1415,
2998,
68,
12,
486,
26,
198,
220,
220,
220,
220,
604,
13,
3510,
2075,
2548,
68,
12,
3070,
220,
604,
13,
2999,
1129,
2857,
68,
12,
486,
220,
513,
13,
2931,
2091,
3980,
68,
12,
486,
26,
198,
220,
220,
220,
220,
513,
13,
2598,
3104,
940,
68,
12,
3070,
220,
604,
13,
18294,
24403,
68,
12,
486,
220,
362,
13,
44928,
23,
1433,
68,
12,
486,
26,
198,
220,
220,
220,
220,
513,
13,
405,
3865,
1485,
68,
12,
3070,
220,
604,
13,
1983,
2327,
2670,
68,
12,
486,
220,
362,
13,
22,
2075,
46871,
68,
12,
486,
26,
198,
220,
220,
220,
220,
513,
13,
2931,
2998,
2598,
68,
12,
3070,
220,
604,
13,
31952,
22136,
68,
12,
486,
220,
362,
13,
31046,
21139,
68,
12,
486,
26,
198,
220,
220,
220,
220,
513,
13,
5333,
1065,
2481,
68,
12,
3070,
220,
604,
13,
49803,
15277,
68,
12,
486,
220,
362,
13,
2670,
486,
3459,
68,
12,
486,
26,
198,
220,
220,
220,
220,
604,
13,
2920,
1415,
2327,
68,
12,
3070,
220,
604,
13,
17544,
27728,
68,
12,
486,
220,
362,
13,
1954,
1485,
2327,
68,
12,
486,
26,
198,
220,
220,
220,
220,
642,
13,
2996,
1238,
4761,
68,
12,
3070,
220,
604,
13,
40873,
40149,
68,
12,
486,
220,
362,
13,
2998,
23,
21273,
68,
12,
486,
26,
198,
220,
220,
220,
220,
767,
13,
15,
33319,
1828,
68,
12,
3070,
220,
604,
13,
40248,
25399,
68,
12,
486,
220,
352,
13,
45418,
30120,
68,
12,
486,
26,
198,
220,
220,
220,
220,
807,
13,
2791,
4846,
3132,
68,
12,
3070,
220,
642,
13,
2713,
3682,
1731,
68,
12,
486,
220,
352,
13,
3695,
1795,
4531,
68,
12,
486,
26,
198,
220,
220,
220,
220,
352,
13,
41322,
38172,
68,
12,
2999,
220,
642,
13,
30986,
3553,
68,
12,
486,
220,
352,
13,
2996,
1065,
5774,
68,
12,
486,
26,
198,
220,
220,
220,
220,
352,
13,
1959,
3023,
3104,
68,
12,
2999,
220,
642,
13,
2682,
18938,
17,
68,
12,
486,
220,
352,
13,
20,
1264,
3070,
68,
12,
486,
26,
198,
220,
220,
220,
220,
352,
13,
3980,
1129,
3980,
68,
12,
2999,
220,
642,
13,
2920,
1485,
2598,
68,
12,
486,
220,
352,
13,
34626,
41813,
68,
12,
486,
26,
198,
220,
220,
220,
220,
352,
13,
3459,
1433,
1821,
68,
12,
2999,
220,
642,
13,
2414,
12952,
17,
68,
12,
486,
220,
352,
13,
23195,
33319,
68,
12,
486,
26,
198,
220,
220,
220,
220,
362,
13,
1495,
3388,
1954,
68,
12,
2999,
220,
642,
13,
3720,
1731,
1433,
68,
12,
486,
220,
352,
13,
1433,
2718,
4869,
68,
12,
486,
26,
198,
220,
220,
220,
220,
362,
13,
45214,
29228,
68,
12,
2999,
220,
642,
13,
24,
2598,
18897,
68,
12,
486,
220,
352,
13,
3312,
1157,
5333,
68,
12,
486,
26,
198,
220,
220,
220,
220,
513,
13,
18946,
940,
68,
12,
2999,
220,
718,
13,
2931,
21,
30460,
68,
12,
486,
220,
860,
13,
3104,
1828,
2791,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
513,
13,
39761,
21652,
68,
12,
2999,
220,
718,
13,
23045,
27137,
68,
12,
486,
220,
807,
13,
5332,
1954,
4531,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
604,
13,
19,
20548,
2327,
68,
12,
2999,
220,
718,
13,
28771,
37466,
68,
12,
486,
220,
807,
13,
16817,
29558,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
642,
13,
1415,
2996,
1433,
68,
12,
2999,
220,
718,
13,
22730,
24,
3559,
68,
12,
486,
220,
767,
13,
38380,
19924,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
642,
13,
24,
18376,
1731,
68,
12,
2999,
220,
718,
13,
2154,
1959,
3070,
68,
12,
486,
220,
718,
13,
46951,
29173,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
718,
13,
45722,
17572,
68,
12,
2999,
220,
718,
13,
23,
3980,
22318,
68,
12,
486,
220,
718,
13,
18,
25870,
2682,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
767,
13,
20,
29769,
3901,
68,
12,
2999,
220,
767,
13,
486,
1828,
5892,
68,
12,
486,
220,
642,
13,
23,
1731,
34137,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
807,
13,
2718,
2791,
5607,
68,
12,
2999,
220,
767,
13,
1558,
11442,
18,
68,
12,
486,
220,
642,
13,
2327,
2548,
1065,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
860,
13,
1954,
2327,
6659,
68,
12,
2999,
220,
767,
13,
26073,
24,
1558,
68,
12,
486,
220,
604,
13,
24,
1415,
4521,
18,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
352,
13,
486,
1129,
1821,
68,
12,
486,
220,
767,
13,
35890,
50049,
68,
12,
486,
220,
604,
13,
1120,
2425,
1157,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
352,
13,
13464,
35667,
68,
12,
486,
220,
767,
13,
2414,
1495,
1270,
68,
12,
486,
220,
604,
13,
1485,
1157,
2425,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
352,
13,
4626,
1157,
68,
12,
486,
220,
767,
13,
22,
3459,
19104,
68,
12,
486,
220,
513,
13,
3695,
2920,
1433,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
352,
13,
1270,
2670,
1899,
68,
12,
486,
220,
767,
13,
24,
24409,
940,
68,
12,
486,
220,
513,
13,
24669,
24409,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
352,
13,
19,
16616,
940,
68,
12,
486,
220,
807,
13,
15,
32642,
940,
68,
12,
486,
220,
513,
13,
17430,
38339,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
352,
13,
20,
23539,
2598,
68,
12,
486,
220,
807,
13,
1433,
2857,
2857,
68,
12,
486,
220,
362,
13,
3829,
2154,
1959,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
352,
13,
21,
2548,
25270,
68,
12,
486,
220,
807,
13,
1983,
2327,
1238,
68,
12,
486,
220,
362,
13,
36445,
40639,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
352,
13,
2425,
3104,
2624,
68,
12,
486,
220,
807,
13,
32128,
31128,
68,
12,
486,
220,
362,
13,
3559,
1485,
2425,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
352,
13,
23,
3695,
16562,
68,
12,
486,
220,
807,
13,
38652,
46435,
68,
12,
486,
220,
362,
13,
17572,
40179,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
362,
13,
405,
1433,
2481,
68,
12,
486,
220,
807,
13,
20,
34427,
3104,
68,
12,
486,
220,
362,
13,
15,
25022,
4309,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
362,
13,
1065,
3104,
1828,
68,
12,
486,
220,
807,
13,
36445,
27877,
68,
12,
486,
220,
352,
13,
23,
2920,
26912,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
362,
13,
28592,
19104,
68,
12,
486,
220,
807,
13,
4524,
1899,
3901,
68,
12,
486,
220,
352,
13,
3104,
2154,
5705,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
362,
13,
23734,
24970,
68,
12,
486,
220,
807,
13,
23,
1959,
40427,
68,
12,
486,
220,
352,
13,
20,
2670,
31654,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
362,
13,
1120,
3324,
5774,
68,
12,
486,
220,
807,
13,
43234,
28857,
68,
12,
486,
220,
352,
13,
1821,
4051,
1120,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
362,
13,
21,
2623,
39761,
68,
12,
486,
220,
807,
13,
42520,
33781,
68,
12,
486,
220,
352,
13,
2078,
2091,
4051,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
362,
13,
30610,
31980,
68,
12,
486,
220,
860,
13,
15,
3104,
44550,
68,
12,
486,
220,
352,
13,
1558,
1558,
4051,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
362,
13,
3829,
2857,
5892,
68,
12,
486,
220,
860,
13,
19442,
43193,
68,
12,
486,
220,
352,
13,
3312,
5824,
1314,
68,
12,
2999,
26,
198,
220,
220,
220,
220,
513,
13,
45438,
2079,
16,
68,
12,
486,
220,
860,
13,
1954,
2548,
3365,
68,
12,
486,
220,
860,
13,
2425,
23924,
68,
12,
3070,
26,
198,
220,
220,
220,
220,
513,
13,
46477,
5332,
68,
12,
486,
220,
860,
13,
18,
22047,
1495,
68,
12,
486,
220,
807,
13,
3459,
1899,
4846,
68,
12,
3070,
26,
198,
220,
220,
220,
220,
513,
13,
2327,
1731,
2857,
68,
12,
486,
220,
860,
13,
39226,
4521,
17,
68,
12,
486,
220,
807,
13,
2919,
6052,
1954,
68,
12,
3070,
26,
198,
220,
220,
220,
220,
513,
13,
48645,
24369,
68,
12,
486,
220,
860,
13,
1120,
1954,
3695,
68,
12,
486,
220,
767,
13,
30743,
22042,
68,
12,
3070,
26,
198,
220,
220,
220,
220,
513,
13,
40179,
18294,
68,
12,
486,
220,
860,
13,
44617,
33981,
68,
12,
486,
220,
718,
13,
3388,
1558,
2623,
68,
12,
3070,
26,
198,
220,
220,
220,
220,
513,
13,
5705,
1507,
3980,
68,
12,
486,
220,
860,
13,
2791,
4310,
1495,
68,
12,
486,
220,
718,
13,
48290,
22047,
68,
12,
3070,
26,
198,
220,
220,
220,
220,
604,
13,
405,
4310,
1065,
68,
12,
486,
220,
860,
13,
22,
2624,
33580,
68,
12,
486,
220,
642,
13,
20,
27696,
1954,
68,
12,
3070,
26,
198,
220,
220,
220,
220,
604,
13,
1433,
2791,
3388,
68,
12,
486,
220,
860,
13,
22,
3459,
35038,
68,
12,
486,
220,
642,
13,
36629,
33580,
68,
12,
3070,
26,
198,
220,
220,
220,
220,
604,
13,
18,
24970,
1238,
68,
12,
486,
220,
860,
13,
5999,
2078,
3134,
68,
12,
486,
220,
604,
13,
20,
35809,
3720,
68,
12,
3070,
26,
198,
220,
220,
220,
220,
604,
13,
2780,
940,
5066,
68,
12,
486,
220,
860,
13,
23,
2996,
23906,
68,
12,
486,
220,
604,
13,
19442,
26598,
68,
12,
3070,
26,
198,
220,
220,
220,
220,
604,
13,
21,
2091,
14454,
68,
12,
486,
220,
860,
13,
3459,
3104,
5774,
68,
12,
486,
220,
513,
13,
22,
3388,
29211,
68,
12,
3070,
26,
198,
220,
220,
220,
220,
604,
13,
3695,
1415,
1821,
68,
12,
486,
220,
860,
13,
4531,
2154,
3980,
68,
12,
486,
220,
513,
13,
43356,
22709,
68,
12,
3070,
26,
198,
220,
220,
220,
220,
604,
13,
24,
1983,
38783,
68,
12,
486,
220,
860,
13,
23,
34808,
2920,
68,
12,
486,
220,
513,
13,
940,
5999,
1485,
68,
12,
3070,
26,
198,
220,
220,
220,
220,
642,
13,
2998,
2091,
1314,
68,
12,
486,
220,
860,
13,
23,
38565,
1731,
68,
12,
486,
220,
362,
13,
6469,
1433,
1120,
68,
12,
3070,
26,
198,
220,
220,
220,
220,
642,
13,
1828,
1485,
1314,
68,
12,
486,
220,
860,
13,
12865,
22,
3132,
68,
12,
486,
220,
362,
13,
20,
28688,
1270,
68,
12,
3070,
26,
198,
220,
220,
220,
220,
642,
13,
31020,
17279,
68,
12,
486,
220,
860,
13,
3829,
2425,
405,
68,
12,
486,
220,
362,
13,
32637,
38907,
68,
12,
3070,
26,
198,
220,
220,
220,
220,
642,
13,
20,
2682,
24591,
68,
12,
486,
220,
860,
13,
24,
23815,
2075,
68,
12,
486,
220,
362,
13,
940,
3695,
2857,
68,
12,
3070,
26,
198,
220,
220,
220,
220,
642,
13,
41583,
27877,
68,
12,
486,
220,
860,
13,
5824,
2548,
2718,
68,
12,
486,
220,
352,
13,
24,
16817,
3134,
68,
12,
3070,
26,
198,
220,
220,
220,
220,
642,
13,
5774,
1821,
6052,
68,
12,
486,
220,
860,
13,
24,
2791,
26115,
68,
12,
486,
220,
352,
13,
22,
2682,
28041,
68,
12,
3070,
26,
198,
220,
220,
220,
220,
718,
13,
2713,
1065,
3388,
68,
12,
486,
220,
860,
13,
42250,
33300,
68,
12,
486,
220,
352,
13,
3553,
1983,
2623,
68,
12,
3070,
26,
198,
220,
220,
220,
220,
718,
13,
19214,
4531,
17,
68,
12,
486,
220,
860,
13,
2079,
3324,
2425,
68,
12,
486,
220,
352,
13,
19,
25540,
1983,
68,
12,
3070,
26,
198,
220,
220,
220,
220,
718,
13,
33289,
17032,
68,
12,
486,
220,
860,
13,
2079,
5824,
1821,
68,
12,
486,
220,
352,
13,
1959,
3559,
1495,
68,
12,
3070,
26,
198,
220,
220,
220,
220,
718,
13,
36993,
36445,
68,
12,
486,
220,
860,
13,
2079,
34294,
68,
12,
486,
220,
352,
13,
1558,
2598,
2425,
68,
12,
3070,
26,
198,
220,
220,
220,
220,
718,
13,
22,
3388,
43690,
68,
12,
486,
220,
860,
13,
32196,
44750,
68,
12,
486,
220,
352,
13,
15,
38431,
3682,
68,
12,
3070,
26,
198,
220,
220,
220,
220,
718,
13,
24,
2857,
21139,
68,
12,
486,
220,
860,
13,
4846,
1129,
2682,
68,
12,
486,
220,
860,
13,
3134,
2624,
1314,
68,
12,
3023,
26,
198,
220,
220,
220,
220,
767,
13,
1065,
2548,
2920,
68,
12,
486,
220,
860,
13,
24,
2598,
21288,
68,
12,
486,
220,
807,
13,
40393,
18897,
68,
12,
3023,
26,
198,
220,
220,
220,
220,
767,
13,
1959,
2079,
3695,
68,
12,
486,
220,
860,
13,
24,
25870,
3132,
68,
12,
486,
220,
767,
13,
24,
30924,
2857,
68,
12,
3023,
26,
198,
220,
220,
220,
220,
767,
13,
2857,
2414,
3695,
68,
12,
486,
220,
860,
13,
35549,
38907,
68,
12,
486,
220,
767,
13,
1954,
8628,
17,
68,
12,
3023,
26,
198,
220,
220,
220,
220,
767,
13,
2996,
3682,
1120,
68,
12,
486,
220,
860,
13,
4531,
2670,
1495,
68,
12,
486,
220,
718,
13,
3980,
2327,
486,
68,
12,
3023,
26,
198,
220,
220,
220,
220,
767,
13,
23,
2682,
28694,
68,
12,
486,
220,
860,
13,
23,
4790,
25270,
68,
12,
486,
220,
642,
13,
24,
3553,
30924,
68,
12,
3023,
26,
198,
220,
220,
220,
220,
807,
13,
27037,
27019,
68,
12,
486,
220,
860,
13,
23,
2780,
16799,
68,
12,
486,
220,
642,
13,
26200,
27203,
68,
12,
3023,
26,
198,
220,
220,
220,
220,
807,
13,
1264,
50049,
68,
12,
486,
220,
860,
13,
23,
1558,
28592,
68,
12,
486,
220,
604,
13,
43234,
39710,
68,
12,
3023,
26,
198,
220,
220,
220,
220,
807,
13,
2548,
3104,
3559,
68,
12,
486,
220,
860,
13,
22,
36928,
1415,
68,
12,
486,
220,
604,
13,
33459,
45438,
68,
12,
3023,
26,
198,
220,
220,
220,
220,
807,
13,
3553,
1129,
2623,
68,
12,
486,
220,
860,
13,
22,
30460,
1899,
68,
12,
486,
220,
604,
13,
15,
36260,
2075,
68,
12,
3023,
26,
198,
220,
220,
220,
220,
807,
13,
41874,
43193,
68,
12,
486,
220,
860,
13,
3388,
1238,
2078,
68,
12,
486,
220,
513,
13,
3134,
3459,
1507,
68,
12,
3023,
26,
198,
220,
220,
220,
220,
807,
13,
24,
2091,
26200,
68,
12,
486,
220,
860,
13,
21,
26598,
2231,
68,
12,
486,
220,
513,
13,
2682,
1731,
1959,
68,
12,
3023,
26,
198,
220,
220,
220,
220,
860,
13,
940,
3134,
4761,
68,
12,
486,
220,
860,
13,
3365,
25644,
24,
68,
12,
486,
220,
513,
13,
15,
2718,
30120,
68,
12,
3023,
26,
198,
220,
220,
220,
220,
860,
13,
1983,
2327,
4051,
68,
12,
486,
220,
860,
13,
49542,
29088,
68,
12,
486,
220,
362,
13,
40761,
34583,
68,
12,
3023,
26,
198,
220,
220,
220,
220,
860,
13,
45331,
35126,
68,
12,
486,
220,
860,
13,
2231,
1959,
3104,
68,
12,
486,
220,
362,
13,
1120,
2079,
2154,
68,
12,
3023,
26,
198,
220,
220,
220,
220,
860,
13,
3365,
24137,
19,
68,
12,
486,
220,
860,
13,
2718,
2857,
4790,
68,
12,
486,
220,
362,
13,
2078,
1731,
4524,
68,
12,
3023,
26,
198,
220,
220,
220,
220,
860,
13,
22,
2481,
21288,
68,
12,
486,
220,
860,
13,
2078,
2414,
3865,
68,
12,
486,
220,
362,
13,
2998,
21,
18741,
68,
12,
3023,
26,
198,
220,
220,
220,
220,
860,
13,
23,
2920,
24693,
68,
12,
486,
220,
860,
13,
1507,
3720,
4310,
68,
12,
486,
220,
352,
13,
3459,
4531,
2780,
68,
12,
3023,
26,
198,
220,
220,
220,
220,
860,
13,
5607,
405,
3134,
68,
12,
486,
220,
860,
13,
2919,
18938,
19,
68,
12,
486,
220,
352,
13,
22,
1129,
16799,
68,
12,
3023,
26,
198,
220,
220,
220,
220,
352,
13,
405,
4531,
2998,
68,
10,
405,
220,
807,
13,
24,
4304,
33394,
68,
12,
486,
220,
352,
13,
3980,
1120,
1270,
68,
12,
3023,
26,
198,
220,
220,
220,
220,
352,
13,
2999,
1157,
5066,
68,
10,
405,
220,
807,
13,
5774,
1731,
486,
68,
12,
486,
220,
352,
13,
32114,
22413,
68,
12,
3023,
26,
198,
220,
220,
220,
220,
352,
13,
15,
32118,
1983,
68,
10,
405,
220,
807,
13,
34483,
15277,
68,
12,
486,
220,
352,
13,
1959,
6469,
1270,
68,
12,
3023,
26,
198,
220,
220,
220,
220,
352,
13,
47202,
44550,
68,
10,
405,
220,
807,
13,
3104,
3720,
1238,
68,
12,
486,
220,
352,
13,
1507,
1959,
4524,
68,
12,
3023,
26,
198,
220,
220,
220,
220,
352,
13,
3312,
2670,
2718,
68,
10,
405,
220,
807,
13,
31980,
38652,
68,
12,
486,
220,
352,
13,
2998,
5999,
940,
68,
12,
3023,
26,
198,
220,
220,
220,
220,
352,
13,
2998,
24,
23055,
68,
10,
405,
220,
807,
13,
38612,
25429,
68,
12,
486,
220,
860,
13,
5999,
1731,
2816,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
2931,
2718,
1954,
68,
10,
405,
220,
807,
13,
2231,
1495,
2327,
68,
12,
486,
220,
807,
13,
38956,
41019,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
940,
3104,
4521,
68,
10,
405,
220,
807,
13,
20167,
23,
2548,
68,
12,
486,
220,
807,
13,
1507,
2670,
4051,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
16817,
15801,
68,
10,
405,
220,
807,
13,
2078,
1731,
2931,
68,
12,
486,
220,
767,
13,
27790,
46044,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
16799,
43134,
68,
10,
405,
220,
807,
13,
1507,
4790,
1238,
68,
12,
486,
220,
718,
13,
6469,
24529,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
1485,
4310,
1558,
68,
10,
405,
220,
807,
13,
2919,
21,
33394,
68,
12,
486,
220,
718,
13,
24339,
19924,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
1415,
1507,
2548,
68,
10,
405,
220,
767,
13,
40022,
27137,
68,
12,
486,
220,
642,
13,
3388,
2816,
2682,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
20198,
21288,
68,
10,
405,
220,
767,
13,
4521,
2079,
1120,
68,
12,
486,
220,
642,
13,
22745,
22995,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
1314,
1507,
5607,
68,
10,
405,
220,
767,
13,
2425,
1899,
1821,
68,
12,
486,
220,
604,
13,
4304,
1983,
6659,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
1314,
2816,
6469,
68,
10,
405,
220,
767,
13,
21,
2548,
38565,
68,
12,
486,
220,
604,
13,
2327,
1795,
6469,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
21273,
30336,
68,
10,
405,
220,
767,
13,
47785,
18458,
68,
12,
486,
220,
513,
13,
4089,
5824,
3104,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
1314,
2079,
2682,
68,
10,
405,
220,
767,
13,
2670,
3104,
2624,
68,
12,
486,
220,
513,
13,
2996,
2623,
1065,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
14198,
32883,
68,
10,
405,
220,
767,
13,
1983,
19214,
24,
68,
12,
486,
220,
513,
13,
2682,
4524,
2079,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
1314,
4089,
3829,
68,
10,
405,
220,
767,
13,
1415,
3365,
3695,
68,
12,
486,
220,
513,
13,
15,
3104,
7029,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
21273,
25191,
68,
10,
405,
220,
767,
13,
486,
3720,
2075,
68,
12,
486,
220,
362,
13,
23,
20107,
2670,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
18742,
46589,
68,
10,
405,
220,
718,
13,
3459,
3459,
2791,
68,
12,
486,
220,
362,
13,
3365,
1314,
4524,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
1314,
1828,
6052,
68,
10,
405,
220,
718,
13,
38314,
15197,
68,
12,
486,
220,
362,
13,
30803,
46900,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
18294,
24136,
68,
10,
405,
220,
718,
13,
21,
24369,
2327,
68,
12,
486,
220,
362,
13,
17430,
34808,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
1415,
2091,
2231,
68,
10,
405,
220,
718,
13,
2920,
4531,
1157,
68,
12,
486,
220,
352,
13,
17032,
21738,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
19708,
35978,
68,
10,
405,
220,
718,
13,
2623,
5705,
940,
68,
12,
486,
220,
352,
13,
23,
2718,
35642,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
12952,
44821,
68,
10,
405,
220,
718,
13,
1954,
2154,
5892,
68,
12,
486,
220,
352,
13,
3104,
4089,
4846,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
1065,
1270,
5607,
68,
10,
405,
220,
718,
13,
940,
2231,
3901,
68,
12,
486,
220,
352,
13,
2816,
2780,
1314,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
1157,
2548,
3510,
68,
10,
405,
220,
642,
13,
43587,
22318,
68,
12,
486,
220,
352,
13,
3559,
1065,
3132,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
15197,
17827,
68,
10,
405,
220,
642,
13,
23,
2682,
31010,
68,
12,
486,
220,
352,
13,
36042,
16315,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
2931,
14686,
16,
68,
10,
405,
220,
642,
13,
3388,
2154,
2598,
68,
12,
486,
220,
352,
13,
17,
18781,
2780,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
2998,
3720,
2999,
68,
10,
405,
220,
642,
13,
2816,
3459,
5892,
68,
12,
486,
220,
352,
13,
16315,
45758,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
3312,
26780,
19,
68,
10,
405,
220,
642,
13,
19,
18638,
2425,
68,
12,
486,
220,
352,
13,
3070,
1983,
1983,
68,
12,
2713,
26,
198,
220,
220,
220,
220,
352,
13,
47202,
32642,
68,
10,
405,
220,
642,
13,
2078,
1828,
4846,
68,
12,
486,
220,
860,
13,
4310,
486,
1270,
68,
12,
3312,
26,
198,
220,
220,
220,
220,
352,
13,
3070,
1495,
3510,
68,
10,
405,
220,
642,
13,
1415,
2857,
3510,
68,
12,
486,
220,
807,
13,
3720,
4531,
3720,
68,
12,
3312,
26,
198,
220,
220,
220,
220,
352,
13,
486,
3365,
2154,
68,
10,
405,
220,
642,
13,
25816,
3459,
16,
68,
12,
486,
220,
807,
13,
1065,
1795,
2996,
68,
12,
3312,
26,
198,
220,
220,
220,
220,
860,
13,
4089,
2780,
3270,
68,
12,
486,
220,
604,
13,
5774,
1433,
5774,
68,
12,
486,
220,
767,
13,
25836,
14198,
68,
12,
3312,
26,
198,
220,
220,
220,
220,
860,
13,
36088,
24403,
68,
12,
486,
220,
604,
13,
49150,
14198,
68,
12,
486,
220,
718,
13,
24,
3510,
35638,
68,
12,
3312,
26,
198,
220,
220,
220,
220,
860,
13,
47941,
16243,
68,
12,
486,
220,
604,
13,
41706,
21495,
68,
12,
486,
220,
718,
13,
42780,
39509,
68,
12,
3312,
26,
198,
220,
220,
220,
220,
860,
13,
40090,
16315,
68,
12,
486,
220,
604,
13,
24669,
21719,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
860,
13,
1828,
2154,
2920,
68,
12,
486,
220,
604,
13,
2091,
2231,
4531,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
860,
13,
44698,
36088,
68,
12,
486,
220,
604,
13,
1238,
2670,
1129,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
807,
13,
23,
2078,
10163,
68,
12,
486,
220,
604,
13,
15,
38569,
940,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
807,
13,
48602,
48630,
68,
12,
486,
220,
513,
13,
31027,
38172,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
807,
13,
3559,
1983,
3132,
68,
12,
486,
220,
513,
13,
23,
2078,
4531,
19,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
807,
13,
1954,
2857,
3682,
68,
12,
486,
220,
513,
13,
31495,
19782,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
807,
13,
3070,
1954,
3682,
68,
12,
486,
220,
513,
13,
36993,
34825,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
767,
13,
23,
24403,
1314,
68,
12,
486,
220,
513,
13,
2857,
1433,
1314,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
767,
13,
1899,
2682,
4089,
68,
12,
486,
220,
513,
13,
2327,
1558,
5824,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
767,
13,
2718,
2718,
2670,
68,
12,
486,
220,
513,
13,
19214,
43918,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
767,
13,
1485,
2414,
2154,
68,
12,
486,
220,
513,
13,
940,
3459,
3270,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
718,
13,
23,
3865,
29211,
68,
12,
486,
220,
362,
13,
4089,
3695,
1821,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
718,
13,
2996,
2327,
3134,
68,
12,
486,
220,
362,
13,
23,
35978,
1983,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
718,
13,
44103,
4089,
19,
68,
12,
486,
220,
362,
13,
2425,
1507,
2998,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
718,
13,
1558,
5774,
1954,
68,
12,
486,
220,
362,
13,
21,
2548,
32118,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
642,
13,
24,
2780,
34137,
68,
12,
486,
220,
362,
13,
49351,
26073,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
642,
13,
22,
1954,
8054,
68,
12,
486,
220,
362,
13,
3682,
1507,
2327,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
642,
13,
33580,
33319,
68,
12,
486,
220,
362,
13,
18,
23362,
3023,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
642,
13,
1959,
2931,
3720,
68,
12,
486,
220,
362,
13,
17,
22186,
2414,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
642,
13,
2919,
2718,
2078,
68,
12,
486,
220,
362,
13,
1065,
2548,
2075,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
604,
13,
3459,
6200,
21,
68,
12,
486,
220,
362,
13,
3070,
1433,
4089,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
604,
13,
40523,
27192,
68,
12,
486,
220,
352,
13,
24,
3559,
21738,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
604,
13,
1120,
1731,
4521,
68,
12,
486,
220,
352,
13,
23,
3365,
9031,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
604,
13,
32637,
19420,
68,
12,
486,
220,
352,
13,
3324,
3104,
6469,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
604,
13,
8628,
37750,
68,
12,
486,
220,
352,
13,
3388,
4531,
2075,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
4089,
2623,
3553,
68,
12,
486,
220,
352,
13,
21,
23721,
1828,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
23,
22337,
3510,
68,
12,
486,
220,
352,
13,
22730,
49087,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
2996,
3695,
2481,
68,
12,
486,
220,
352,
13,
2857,
2079,
1507,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
37747,
31128,
68,
12,
486,
220,
352,
13,
33289,
22416,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
2091,
2920,
2718,
68,
12,
486,
220,
352,
13,
2682,
1433,
1415,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
1558,
2857,
4304,
68,
12,
486,
220,
352,
13,
1983,
2598,
486,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
29326,
27728,
68,
12,
486,
220,
352,
13,
1238,
3459,
5774,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
4521,
2623,
5705,
68,
12,
486,
220,
352,
13,
1415,
4310,
2231,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
45722,
12865,
68,
12,
486,
220,
352,
13,
2919,
28771,
21,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
3553,
1433,
2624,
68,
12,
486,
220,
352,
13,
36629,
25816,
68,
12,
486,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
47101,
15377,
68,
12,
486,
220,
860,
13,
3104,
2231,
3459,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
1270,
1954,
4531,
68,
12,
486,
220,
860,
13,
1415,
2670,
2598,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
1558,
2996,
1983,
68,
12,
486,
220,
807,
13,
21,
30290,
1507,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
2713,
17544,
22,
68,
12,
486,
220,
807,
13,
19708,
39925,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
24,
3682,
28072,
68,
12,
486,
220,
767,
13,
3134,
1558,
2919,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
23,
27326,
1270,
68,
12,
486,
220,
767,
13,
23539,
26429,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
4790,
405,
5607,
68,
12,
486,
220,
718,
13,
34583,
38205,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
5066,
1558,
1433,
68,
12,
486,
220,
718,
13,
19,
15363,
2920,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
49561,
24136,
68,
12,
486,
220,
718,
13,
15,
29626,
4304,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
2598,
5892,
1270,
68,
12,
486,
220,
642,
13,
3134,
1899,
4051,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
26780,
48555,
68,
12,
486,
220,
642,
13,
29211,
41561,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
2078,
2598,
5999,
68,
12,
486,
220,
642,
13,
486,
1899,
1983,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
1238,
5999,
1238,
68,
12,
486,
220,
604,
13,
49517,
26598,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
1485,
1899,
4761,
68,
12,
486,
220,
604,
13,
32114,
34741,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
3312,
2425,
3720,
68,
12,
486,
220,
604,
13,
21526,
21261,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
405,
2075,
5332,
68,
12,
486,
220,
513,
13,
4531,
1795,
3682,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
860,
13,
39226,
34626,
68,
12,
2999,
220,
513,
13,
2996,
1899,
6420,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
807,
13,
23,
26895,
1959,
68,
12,
2999,
220,
513,
13,
42363,
43239,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
807,
13,
2078,
8784,
15,
68,
12,
2999,
220,
513,
13,
17,
16817,
4309,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
767,
13,
4304,
1065,
2919,
68,
12,
2999,
220,
513,
13,
25257,
17477,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
767,
13,
1983,
405,
2414,
68,
12,
2999,
220,
362,
13,
23,
1433,
8298,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
718,
13,
37988,
21940,
68,
12,
2999,
220,
362,
13,
21,
2682,
39357,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
718,
13,
27412,
24096,
68,
12,
2999,
220,
362,
13,
3510,
2718,
3132,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
642,
13,
3865,
2780,
1314,
68,
12,
2999,
220,
362,
13,
1270,
1495,
4524,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
642,
13,
20,
33300,
1558,
68,
12,
2999,
220,
362,
13,
8628,
22,
3559,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
642,
13,
38449,
3559,
68,
12,
2999,
220,
362,
13,
405,
3695,
2548,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
604,
13,
5332,
1558,
3459,
68,
12,
2999,
220,
352,
13,
5774,
2682,
4524,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
604,
13,
20,
25674,
2718,
68,
12,
2999,
220,
352,
13,
48882,
26276,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
604,
13,
1828,
1415,
4790,
68,
12,
2999,
220,
352,
13,
21,
25270,
3901,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
24,
2682,
48372,
68,
12,
2999,
220,
352,
13,
20,
22413,
3134,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
2791,
3553,
1270,
68,
12,
2999,
220,
352,
13,
44103,
37804,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
39226,
30120,
68,
12,
2999,
220,
352,
13,
27936,
26200,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
1558,
2718,
3104,
68,
12,
2999,
220,
352,
13,
1828,
1270,
5892,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
24,
2780,
43665,
68,
12,
2999,
220,
352,
13,
20809,
15801,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
22,
27824,
1558,
68,
12,
2999,
220,
352,
13,
2713,
19,
19782,
68,
12,
2999,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
49561,
16616,
68,
12,
2999,
220,
860,
13,
3324,
1120,
1120,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
2327,
2091,
3980,
68,
12,
2999,
220,
860,
13,
3312,
1129,
5237,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
1507,
1495,
3365,
68,
12,
2999,
220,
807,
13,
1821,
1959,
5237,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
36629,
36993,
68,
12,
2999,
220,
767,
13,
44673,
33032,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
3459,
1507,
5892,
68,
12,
2999,
220,
767,
13,
1731,
2624,
1270,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
4524,
2079,
1270,
68,
12,
2999,
220,
718,
13,
22,
2682,
36626,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
48200,
21940,
68,
12,
2999,
220,
718,
13,
2075,
4059,
16,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
45969,
18938,
68,
12,
2999,
220,
642,
13,
5999,
405,
5332,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
19,
15377,
1270,
68,
12,
2999,
220,
642,
13,
32114,
37710,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
27970,
15801,
68,
12,
2999,
220,
642,
13,
15,
35435,
2682,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
17572,
29022,
68,
12,
2999,
220,
604,
13,
37381,
15187,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
17059,
16562,
68,
12,
2999,
220,
604,
13,
2623,
2996,
5892,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
2713,
2816,
6052,
68,
12,
2999,
220,
604,
13,
41322,
35978,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
860,
13,
23,
1433,
23815,
68,
12,
3070,
220,
513,
13,
39509,
15187,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
860,
13,
1065,
5332,
1558,
68,
12,
3070,
220,
513,
13,
41647,
38907,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
807,
13,
33646,
18298,
68,
12,
3070,
220,
513,
13,
2075,
4309,
1157,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
767,
13,
4531,
2713,
4531,
68,
12,
3070,
220,
513,
13,
15,
33319,
2598,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
767,
13,
2091,
1238,
5333,
68,
12,
3070,
220,
362,
13,
41739,
37747,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
718,
13,
34583,
20198,
68,
12,
3070,
220,
362,
13,
21,
1129,
36720,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
718,
13,
35175,
18638,
68,
12,
3070,
220,
362,
13,
19,
26895,
1899,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
642,
13,
4521,
940,
2623,
68,
12,
3070,
220,
362,
13,
1495,
2857,
4846,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
642,
13,
19,
29211,
1731,
68,
12,
3070,
220,
362,
13,
42534,
35890,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
642,
13,
44215,
30863,
68,
12,
3070,
220,
352,
13,
6052,
2425,
4521,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
604,
13,
27310,
27728,
68,
12,
3070,
220,
352,
13,
3720,
2816,
3865,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
604,
13,
32637,
15426,
68,
12,
3070,
220,
352,
13,
2791,
2670,
4531,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
604,
13,
28041,
31495,
68,
12,
3070,
220,
352,
13,
20,
3682,
22186,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
50055,
32583,
68,
12,
3070,
220,
352,
13,
11785,
21,
2670,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
34938,
27696,
68,
12,
3070,
220,
352,
13,
26582,
43665,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
1129,
1821,
3901,
68,
12,
3070,
220,
352,
13,
1828,
2079,
1795,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
24,
29173,
1731,
68,
12,
3070,
220,
352,
13,
1415,
1558,
2682,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
2425,
1731,
5892,
68,
12,
3070,
220,
352,
13,
41322,
26276,
68,
12,
3070,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
37864,
29703,
68,
12,
3070,
220,
860,
13,
23,
33646,
4051,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
2718,
2231,
2414,
68,
12,
3070,
220,
860,
13,
19442,
36809,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
1238,
2816,
3104,
68,
12,
3070,
220,
807,
13,
19,
17032,
3070,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
47202,
27696,
68,
12,
3070,
220,
767,
13,
23,
3865,
21273,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
24,
2999,
16616,
68,
12,
3070,
220,
767,
13,
2091,
1270,
2548,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
4304,
2414,
5332,
68,
12,
3070,
220,
718,
13,
23,
1157,
29334,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
21,
26200,
3553,
68,
12,
3070,
220,
718,
13,
34256,
27800,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
48057,
43864,
68,
12,
3070,
220,
642,
13,
3459,
1485,
2425,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
19,
25399,
1828,
68,
12,
3070,
220,
642,
13,
38472,
29769,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
36042,
43637,
68,
12,
3070,
220,
642,
13,
2919,
21,
27371,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
1828,
1899,
3270,
68,
12,
3070,
220,
604,
13,
4790,
1731,
3070,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
1415,
2998,
3559,
68,
12,
3070,
220,
604,
13,
1821,
21844,
21,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
3312,
1415,
3865,
68,
12,
3070,
220,
604,
13,
2931,
4531,
2078,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
860,
13,
23,
40393,
2920,
68,
12,
3023,
220,
513,
13,
49503,
19708,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
860,
13,
1129,
1507,
2857,
68,
12,
3023,
220,
513,
13,
22730,
24,
2999,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
807,
13,
2816,
1495,
3104,
68,
12,
3023,
220,
513,
13,
21288,
35809,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
767,
13,
3865,
2414,
2091,
68,
12,
3023,
220,
513,
13,
2998,
1120,
1270,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
767,
13,
7029,
10232,
68,
12,
3023,
220,
362,
13,
23,
31980,
1507,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
718,
13,
23,
34583,
1795,
68,
12,
3023,
220,
362,
13,
21,
31980,
1507,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
718,
13,
2670,
3695,
2414,
68,
12,
3023,
220,
362,
13,
2857,
2231,
4521,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
642,
13,
24,
38073,
2075,
68,
12,
3023,
220,
362,
13,
18938,
24,
1129,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
642,
13,
44465,
33551,
68,
12,
3023,
220,
362,
13,
1415,
1828,
1495,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
642,
13,
21395,
16616,
68,
12,
3023,
220,
352,
13,
2079,
2920,
2920,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
604,
13,
41531,
24409,
68,
12,
3023,
220,
352,
13,
23,
3270,
29211,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
604,
13,
35435,
22995,
68,
12,
3023,
220,
352,
13,
4790,
1821,
3134,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
604,
13,
1558,
2780,
3510,
68,
12,
3023,
220,
352,
13,
21,
23188,
2996,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
4531,
19,
26115,
68,
12,
3023,
220,
352,
13,
29022,
42759,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
5066,
38391,
68,
12,
3023,
220,
352,
13,
1821,
5705,
2791,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
21734,
26050,
68,
12,
3023,
220,
352,
13,
25838,
41290,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
21599,
37730,
68,
12,
3023,
220,
352,
13,
17,
21626,
2713,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
5824,
44227,
68,
12,
3023,
220,
352,
13,
1415,
1238,
1899,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
4524,
1828,
2327,
68,
12,
3023,
220,
352,
13,
15,
2414,
44980,
68,
12,
3023,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
2816,
2791,
1731,
68,
12,
3023,
220,
860,
13,
6052,
1415,
2670,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
22842,
25964,
68,
12,
3023,
220,
860,
13,
2075,
2816,
1065,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
17,
22995,
1495,
68,
12,
3023,
220,
807,
13,
2414,
4761,
1495,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
362,
13,
2998,
1899,
2623,
68,
12,
3023,
220,
807,
13,
2998,
1983,
1795,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
24,
2548,
29159,
68,
12,
3023,
220,
767,
13,
20,
32220,
1433,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
34583,
33300,
68,
12,
3023,
220,
767,
13,
3023,
1507,
3695,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
3388,
486,
3134,
68,
12,
3023,
220,
718,
13,
41734,
28460,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
3553,
3459,
2670,
68,
12,
3023,
220,
718,
13,
1415,
6469,
1120,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
2857,
28324,
18,
68,
12,
3023,
220,
642,
13,
22,
3510,
25257,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
2718,
1795,
2075,
68,
12,
3023,
220,
642,
13,
20167,
29807,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
27800,
34626,
68,
12,
3023,
220,
642,
13,
486,
4531,
2682,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
1238,
2075,
2598,
68,
12,
3023,
220,
604,
13,
35844,
22995,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
10163,
35126,
68,
12,
3023,
220,
604,
13,
34741,
21940,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
352,
13,
15,
38073,
1495,
68,
12,
3023,
220,
604,
13,
2931,
3134,
1795,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
860,
13,
40215,
45734,
68,
12,
2713,
220,
513,
13,
5999,
486,
1954,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
860,
13,
1558,
1731,
3324,
68,
12,
2713,
220,
513,
13,
3365,
1828,
1507,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
807,
13,
3553,
4089,
5333,
68,
12,
2713,
220,
513,
13,
2327,
1129,
3070,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
807,
13,
46957,
22985,
68,
12,
2713,
220,
513,
13,
1485,
4524,
1129,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
767,
13,
48645,
30273,
68,
12,
2713,
220,
362,
13,
6052,
2154,
3104,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
767,
13,
15,
22515,
2996,
68,
12,
2713,
220,
362,
13,
22,
2920,
23734,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
718,
13,
3553,
2425,
2624,
68,
12,
2713,
220,
362,
13,
3553,
1270,
5999,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
718,
13,
1314,
8628,
23,
68,
12,
2713,
220,
362,
13,
30120,
21626,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
642,
13,
2425,
1238,
1495,
68,
12,
2713,
220,
362,
13,
1495,
1558,
3023,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
642,
13,
2718,
3459,
1485,
68,
12,
2713,
220,
362,
13,
940,
5066,
1120,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
642,
13,
3070,
1485,
1120,
68,
12,
2713,
220,
352,
13,
43587,
2079,
16,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
604,
13,
2154,
4531,
1433,
68,
12,
2713,
220,
352,
13,
23,
2231,
33319,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
604,
13,
19,
15197,
1828,
68,
12,
2713,
220,
352,
13,
22,
27693,
3720,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
604,
13,
1485,
3132,
1120,
68,
12,
2713,
220,
352,
13,
21,
22567,
2078,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
23,
4524,
41561,
68,
12,
2713,
220,
352,
13,
31211,
29119,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
21,
2091,
48194,
68,
12,
2713,
220,
352,
13,
42780,
22172,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
26,
198,
220,
220,
220,
220,
513,
13,
1821,
29143,
18,
68,
12,
2713,
220,
352,
13,
2091,
3720,
3510,
68,
12,
2713,
220,
657,
13,
10535,
68,
10,
405,
60,
198
] | 1.839351 | 52,817 |
include("je_polyagamma_struct.jl")
include("je_polyagamma_optimize.jl")
function joint_estimate_pg!(
items::Vector{<:AbstractItem},
examinees::Vector{<:AbstractExaminee},
responses::Vector{<:AbstractResponse};
max_time::Int64 = 100,
mcmc_iter::Int64 = 10,
x_tol_rel::Float64 = 0.001,
item_sampling::Bool = false,
examinee_sampling::Bool = false,
kwargs...
)
I = size(items, 1)
N = size(examinees, 1)
#from now we work only on these, the algorithm is dependent on the type of latents and parameters.
response_matrix = get_response_matrix(responses, I, N);
parameters = map(i -> copy(get_parameters(i)), items)
latents = map(e -> copy(get_latents(e)), examinees)
#extract items per examinee and examinees per item indices
n_index = Vector{Vector{Int64}}(undef, I)
i_index = Array{Array{Int64,1},1}(undef, N)
for n = 1 : N
i_index[n] = findall(.!ismissing.(response_matrix[:, n]))
if n <= I
n_index[n] = findall(.!ismissing.(response_matrix[n, :]))
end
end #15ms
responses_per_item = [ Vector{Float64}(response_matrix[i, n_index[i]]) for i = 1 : I]
responses_per_examinee = [ Vector{Float64}(response_matrix[i_index[n], n]) for n = 1 : N]
# #set starting chain
# map(
# p -> begin
# p.chain = [[p.a, p.b] for j = 1:1000]
# end,
# parameters,
# );
je_pg_model = JointEstimationPolyaGammaModel(
parameters,
latents,
responses_per_item,
responses_per_examinee,
n_index,
i_index,
item_sampling,
examinee_sampling,
[Float64(mcmc_iter), Float64(mcmc_iter), Float64(verbosity)]
)
parameters, latents = optimize(je_pg_model)
for n in 1 : N
e = examinees[n]
l = latents[n]
examinees[n] = Examinee(e.idx, e.id, l)
if n<=I
i = items[n]
p = parameters[n]
items[n] = Item(i.idx, i.id, p)
end
end
map(i -> update_estimate!(i), items);
map(e -> update_estimate!(e), examinees);
return nothing
end
# function joint_estimate_pg!(
# items::Vector{<:AbstractItem},
# examinees::Vector{<:AbstractExaminee},
# responses::Vector{<:AbstractResponse};
# max_time::Int64 = 100,
# mcmc_iter::Int64 = 10,
# x_tol_rel::Float64 = 0.001,
# item_sampling::Bool = false,
# examinee_sampling::Bool = false,
# kwargs...
# )
# responses_per_examinee = map(
# e -> sort(get_responses_by_examinee_id(e.id, responses), by = x -> x.item_idx),
# examinees,
# );
# items_idx_per_examinee = map(
# e -> sort(map(r -> items[r.item_idx].idx, responses_per_examinee[e.idx])),
# examinees,
# );
# responses_per_item = map(
# i -> sort(get_responses_by_item_id(i.id, responses), by = x -> x.examinee_idx),
# items,
# );
# examinees_idx_per_item = map(
# i -> sort(map(r -> examinees[r.examinee_idx].idx, responses_per_item[i.idx])),
# items,
# );
# map(
# i -> begin
# i.parameters.chain = [[i.parameters.a, i.parameters.b] for j = 1:1000]
# end,
# items,
# );
# stop = false
# old_pars = get_parameters_vals(items)
# start_time = time()
# iter = 1
# while !stop
# W = generate_w(
# items,
# map(i -> examinees[examinees_idx_per_item[i.idx]], items),
# )
# map(
# i -> mcmc_iter_pg!(
# i,
# examinees[examinees_idx_per_item[i.idx]],
# responses_per_item[i.idx],
# filter(w -> w.i_idx == i.idx, W);
# sampling = item_sampling,
# already_sorted = true,
# ),
# items,
# )
# map(
# e -> mcmc_iter_pg!(
# e,
# items[items_idx_per_examinee[e.idx]],
# responses_per_examinee[e.idx],
# filter(w -> w.e_idx == e.idx, W);
# sampling = examinee_sampling,
# already_sorted = true,
# ),
# examinees,
# )
# if (iter % 200) == 0
# #map(i -> update_estimate!(i), items);
# if any([
# check_iter(iter; max_iter = mcmc_iter),
# check_time(start_time; max_time = max_time)
# #check_x_tol_rel!(
# # items,
# # old_pars;
# # x_tol_rel = x_tol_rel)
# ])
# stop = true
# end
# end
# iter += 1
# end
# map(i -> update_estimate!(i), items);
# map(e -> update_estimate!(e), examinees);
# return nothing
# end | [
17256,
7203,
18015,
62,
35428,
363,
321,
2611,
62,
7249,
13,
20362,
4943,
198,
17256,
7203,
18015,
62,
35428,
363,
321,
2611,
62,
40085,
1096,
13,
20362,
4943,
198,
198,
8818,
6466,
62,
395,
1920,
62,
6024,
0,
7,
198,
220,
220,
220,
3709,
3712,
38469,
90,
27,
25,
23839,
7449,
5512,
198,
220,
220,
220,
10716,
274,
3712,
38469,
90,
27,
25,
23839,
3109,
9862,
68,
5512,
198,
220,
220,
220,
9109,
3712,
38469,
90,
27,
25,
23839,
31077,
19629,
198,
220,
220,
220,
3509,
62,
2435,
3712,
5317,
2414,
796,
1802,
11,
198,
220,
220,
220,
285,
11215,
66,
62,
2676,
3712,
5317,
2414,
796,
838,
11,
198,
220,
220,
220,
2124,
62,
83,
349,
62,
2411,
3712,
43879,
2414,
796,
657,
13,
8298,
11,
198,
220,
220,
220,
2378,
62,
37687,
11347,
3712,
33,
970,
796,
3991,
11,
198,
220,
220,
220,
10716,
68,
62,
37687,
11347,
3712,
33,
970,
796,
3991,
11,
198,
220,
220,
220,
479,
86,
22046,
986,
198,
220,
220,
220,
1267,
198,
220,
220,
220,
314,
796,
2546,
7,
23814,
11,
352,
8,
198,
220,
220,
220,
399,
796,
2546,
7,
1069,
9862,
274,
11,
352,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
6738,
783,
356,
670,
691,
319,
777,
11,
262,
11862,
318,
10795,
319,
262,
2099,
286,
3042,
658,
290,
10007,
13,
198,
220,
220,
220,
220,
220,
220,
220,
2882,
62,
6759,
8609,
796,
651,
62,
26209,
62,
6759,
8609,
7,
16733,
274,
11,
314,
11,
399,
1776,
198,
220,
220,
220,
220,
220,
220,
220,
10007,
796,
3975,
7,
72,
4613,
4866,
7,
1136,
62,
17143,
7307,
7,
72,
36911,
3709,
8,
198,
220,
220,
220,
220,
220,
220,
220,
3042,
658,
796,
3975,
7,
68,
4613,
4866,
7,
1136,
62,
15460,
658,
7,
68,
36911,
10716,
274,
8,
628,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
2302,
974,
3709,
583,
10716,
68,
290,
10716,
274,
583,
2378,
36525,
198,
220,
220,
220,
220,
220,
220,
220,
299,
62,
9630,
796,
20650,
90,
38469,
90,
5317,
2414,
11709,
7,
917,
891,
11,
314,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1312,
62,
9630,
796,
15690,
90,
19182,
90,
5317,
2414,
11,
16,
5512,
16,
92,
7,
917,
891,
11,
399,
8,
198,
220,
220,
220,
220,
220,
220,
220,
329,
299,
796,
352,
1058,
399,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1312,
62,
9630,
58,
77,
60,
796,
1064,
439,
7,
13,
0,
1042,
747,
278,
12195,
26209,
62,
6759,
8609,
58,
45299,
299,
60,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
299,
19841,
314,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
299,
62,
9630,
58,
77,
60,
796,
1064,
439,
7,
13,
0,
1042,
747,
278,
12195,
26209,
62,
6759,
8609,
58,
77,
11,
1058,
60,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
886,
1303,
1314,
907,
198,
220,
220,
220,
220,
220,
220,
220,
9109,
62,
525,
62,
9186,
796,
685,
20650,
90,
43879,
2414,
92,
7,
26209,
62,
6759,
8609,
58,
72,
11,
299,
62,
9630,
58,
72,
11907,
8,
329,
1312,
796,
352,
1058,
314,
60,
198,
220,
220,
220,
220,
220,
220,
220,
9109,
62,
525,
62,
1069,
9862,
68,
796,
685,
20650,
90,
43879,
2414,
92,
7,
26209,
62,
6759,
8609,
58,
72,
62,
9630,
58,
77,
4357,
299,
12962,
329,
299,
796,
352,
1058,
399,
60,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
1303,
2617,
3599,
6333,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
3975,
7,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
220,
220,
220,
220,
279,
4613,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
220,
220,
220,
220,
220,
220,
220,
220,
279,
13,
7983,
796,
16410,
79,
13,
64,
11,
279,
13,
65,
60,
329,
474,
796,
352,
25,
12825,
60,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
220,
220,
220,
220,
886,
11,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
220,
220,
220,
220,
10007,
11,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
5619,
628,
220,
220,
220,
11223,
62,
6024,
62,
19849,
796,
220,
16798,
22362,
18991,
34220,
64,
34777,
2611,
17633,
7,
198,
220,
220,
220,
220,
220,
220,
220,
10007,
11,
198,
220,
220,
220,
220,
220,
220,
220,
3042,
658,
11,
198,
220,
220,
220,
220,
220,
220,
220,
9109,
62,
525,
62,
9186,
11,
198,
220,
220,
220,
220,
220,
220,
220,
9109,
62,
525,
62,
1069,
9862,
68,
11,
198,
220,
220,
220,
220,
220,
220,
220,
299,
62,
9630,
11,
198,
220,
220,
220,
220,
220,
220,
220,
1312,
62,
9630,
11,
198,
220,
220,
220,
220,
220,
220,
220,
2378,
62,
37687,
11347,
11,
198,
220,
220,
220,
220,
220,
220,
220,
10716,
68,
62,
37687,
11347,
11,
198,
220,
220,
220,
220,
220,
220,
220,
685,
43879,
2414,
7,
76,
11215,
66,
62,
2676,
828,
48436,
2414,
7,
76,
11215,
66,
62,
2676,
828,
48436,
2414,
7,
19011,
16579,
15437,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
220,
198,
220,
220,
220,
10007,
11,
3042,
658,
796,
27183,
7,
18015,
62,
6024,
62,
19849,
8,
198,
220,
220,
220,
329,
299,
287,
352,
1058,
399,
198,
220,
220,
220,
220,
220,
220,
220,
304,
796,
10716,
274,
58,
77,
60,
198,
220,
220,
220,
220,
220,
220,
220,
300,
796,
3042,
658,
58,
77,
60,
198,
220,
220,
220,
220,
220,
220,
220,
10716,
274,
58,
77,
60,
796,
1475,
9862,
68,
7,
68,
13,
312,
87,
11,
304,
13,
312,
11,
300,
8,
198,
220,
220,
220,
220,
220,
220,
220,
611,
299,
27,
28,
40,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1312,
796,
3709,
58,
77,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
279,
796,
10007,
58,
77,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3709,
58,
77,
60,
796,
9097,
7,
72,
13,
312,
87,
11,
1312,
13,
312,
11,
279,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
628,
220,
220,
220,
3975,
7,
72,
4613,
4296,
62,
395,
1920,
0,
7,
72,
828,
3709,
1776,
198,
220,
220,
220,
3975,
7,
68,
4613,
4296,
62,
395,
1920,
0,
7,
68,
828,
10716,
274,
1776,
198,
220,
220,
220,
1441,
2147,
198,
437,
198,
2,
2163,
6466,
62,
395,
1920,
62,
6024,
0,
7,
198,
2,
220,
220,
220,
220,
3709,
3712,
38469,
90,
27,
25,
23839,
7449,
5512,
198,
2,
220,
220,
220,
220,
10716,
274,
3712,
38469,
90,
27,
25,
23839,
3109,
9862,
68,
5512,
198,
2,
220,
220,
220,
220,
9109,
3712,
38469,
90,
27,
25,
23839,
31077,
19629,
198,
2,
220,
220,
220,
220,
3509,
62,
2435,
3712,
5317,
2414,
796,
1802,
11,
198,
2,
220,
220,
220,
220,
285,
11215,
66,
62,
2676,
3712,
5317,
2414,
796,
838,
11,
198,
2,
220,
220,
220,
220,
2124,
62,
83,
349,
62,
2411,
3712,
43879,
2414,
796,
657,
13,
8298,
11,
198,
2,
220,
220,
220,
220,
2378,
62,
37687,
11347,
3712,
33,
970,
796,
3991,
11,
198,
2,
220,
220,
220,
220,
10716,
68,
62,
37687,
11347,
3712,
33,
970,
796,
3991,
11,
198,
2,
220,
220,
220,
220,
479,
86,
22046,
986,
198,
2,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
198,
2,
220,
220,
220,
220,
9109,
62,
525,
62,
1069,
9862,
68,
796,
3975,
7,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
304,
4613,
3297,
7,
1136,
62,
16733,
274,
62,
1525,
62,
1069,
9862,
68,
62,
312,
7,
68,
13,
312,
11,
9109,
828,
416,
796,
2124,
4613,
2124,
13,
9186,
62,
312,
87,
828,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
10716,
274,
11,
198,
2,
220,
220,
220,
220,
5619,
198,
2,
220,
220,
220,
220,
3709,
62,
312,
87,
62,
525,
62,
1069,
9862,
68,
796,
3975,
7,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
304,
4613,
3297,
7,
8899,
7,
81,
4613,
3709,
58,
81,
13,
9186,
62,
312,
87,
4083,
312,
87,
11,
9109,
62,
525,
62,
1069,
9862,
68,
58,
68,
13,
312,
87,
12962,
828,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
10716,
274,
11,
198,
2,
220,
220,
220,
220,
5619,
198,
2,
220,
220,
220,
220,
9109,
62,
525,
62,
9186,
796,
3975,
7,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
1312,
4613,
3297,
7,
1136,
62,
16733,
274,
62,
1525,
62,
9186,
62,
312,
7,
72,
13,
312,
11,
9109,
828,
416,
796,
2124,
4613,
2124,
13,
1069,
9862,
68,
62,
312,
87,
828,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
3709,
11,
198,
2,
220,
220,
220,
220,
5619,
198,
2,
220,
220,
220,
220,
10716,
274,
62,
312,
87,
62,
525,
62,
9186,
796,
3975,
7,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
1312,
4613,
3297,
7,
8899,
7,
81,
4613,
10716,
274,
58,
81,
13,
1069,
9862,
68,
62,
312,
87,
4083,
312,
87,
11,
9109,
62,
525,
62,
9186,
58,
72,
13,
312,
87,
12962,
828,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
3709,
11,
198,
2,
220,
220,
220,
220,
5619,
198,
198,
2,
220,
220,
220,
220,
3975,
7,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
1312,
4613,
2221,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1312,
13,
17143,
7307,
13,
7983,
796,
16410,
72,
13,
17143,
7307,
13,
64,
11,
1312,
13,
17143,
7307,
13,
65,
60,
329,
474,
796,
352,
25,
12825,
60,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
886,
11,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
3709,
11,
198,
2,
220,
220,
220,
220,
5619,
198,
198,
2,
220,
220,
220,
220,
2245,
796,
3991,
198,
2,
220,
220,
220,
220,
1468,
62,
79,
945,
796,
651,
62,
17143,
7307,
62,
12786,
7,
23814,
8,
198,
2,
220,
220,
220,
220,
923,
62,
2435,
796,
640,
3419,
198,
2,
220,
220,
220,
220,
11629,
796,
352,
198,
198,
2,
220,
220,
220,
220,
981,
5145,
11338,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
370,
796,
7716,
62,
86,
7,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3709,
11,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3975,
7,
72,
4613,
10716,
274,
58,
1069,
9862,
274,
62,
312,
87,
62,
525,
62,
9186,
58,
72,
13,
312,
87,
60,
4357,
3709,
828,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3975,
7,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1312,
4613,
285,
11215,
66,
62,
2676,
62,
6024,
0,
7,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1312,
11,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10716,
274,
58,
1069,
9862,
274,
62,
312,
87,
62,
525,
62,
9186,
58,
72,
13,
312,
87,
60,
4357,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9109,
62,
525,
62,
9186,
58,
72,
13,
312,
87,
4357,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8106,
7,
86,
4613,
266,
13,
72,
62,
312,
87,
6624,
1312,
13,
312,
87,
11,
370,
1776,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
19232,
796,
2378,
62,
37687,
11347,
11,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1541,
62,
82,
9741,
796,
2081,
11,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3709,
11,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3975,
7,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
304,
4613,
285,
11215,
66,
62,
2676,
62,
6024,
0,
7,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
304,
11,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3709,
58,
23814,
62,
312,
87,
62,
525,
62,
1069,
9862,
68,
58,
68,
13,
312,
87,
60,
4357,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9109,
62,
525,
62,
1069,
9862,
68,
58,
68,
13,
312,
87,
4357,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8106,
7,
86,
4613,
266,
13,
68,
62,
312,
87,
6624,
304,
13,
312,
87,
11,
370,
1776,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
19232,
796,
10716,
68,
62,
37687,
11347,
11,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1541,
62,
82,
9741,
796,
2081,
11,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
10716,
274,
11,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
357,
2676,
4064,
939,
8,
6624,
657,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
8899,
7,
72,
4613,
4296,
62,
395,
1920,
0,
7,
72,
828,
3709,
1776,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
597,
26933,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2198,
62,
2676,
7,
2676,
26,
3509,
62,
2676,
796,
285,
11215,
66,
62,
2676,
828,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2198,
62,
2435,
7,
9688,
62,
2435,
26,
3509,
62,
2435,
796,
3509,
62,
2435,
8,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
9122,
62,
87,
62,
83,
349,
62,
2411,
0,
7,
198,
2,
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,
3709,
11,
198,
2,
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,
1468,
62,
79,
945,
26,
198,
2,
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,
2124,
62,
83,
349,
62,
2411,
796,
2124,
62,
83,
349,
62,
2411,
8,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
33761,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2245,
796,
2081,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11629,
15853,
352,
198,
2,
220,
220,
220,
220,
886,
198,
2,
220,
220,
220,
220,
3975,
7,
72,
4613,
4296,
62,
395,
1920,
0,
7,
72,
828,
3709,
1776,
198,
2,
220,
220,
220,
220,
3975,
7,
68,
4613,
4296,
62,
395,
1920,
0,
7,
68,
828,
10716,
274,
1776,
198,
198,
2,
220,
220,
220,
220,
1441,
2147,
198,
2,
886
] | 1.761235 | 2,915 |
module TriplotRecipes
using PlotUtils,RecipesBase,TriplotBase
export tricontour,tricontour!,tripcolor,tripcolor!,dgtripcolor,dgtripcolor!,trimesh,trimesh!
function append_with_nan!(a,b)
append!(a,b)
push!(a,NaN)
end
@recipe function f(contours::Vector{TriplotBase.Contour{T}}) where {T}
color = get(plotattributes, :seriescolor, :auto)
set_line_z = (color == :auto || plot_color(color) isa ColorGradient)
for c=contours
x = T[]
y = T[]
z = T[]
for polyline=c.polylines
append_with_nan!(x,first.(polyline))
append_with_nan!(y,last.(polyline))
append!(z,fill(c.level,length(polyline)))
end
@series begin
label := nothing
if set_line_z
line_z := z
end
x,y
end
end
end
tricontour(x,y,z,t,levels;kw...) = RecipesBase.plot(TriplotBase.tricontour(x,y,z,t,levels);kw...)
tricontour!(x,y,z,t,levels;kw...) = RecipesBase.plot!(TriplotBase.tricontour(x,y,z,t,levels);kw...)
struct TriPseudocolor{X,Y,Z,T} x::X; y::Y; z::Z; t::T; end
@recipe function f(p::TriPseudocolor;px=512,py=512,ncolors=256)
cmap = range(extrema(p.z)...,length=ncolors)
x = range(extrema(p.x)...,length=px)
y = range(extrema(p.y)...,length=py)
z = TriplotBase.tripcolor(p.x,p.y,p.z,p.t,cmap;bg=NaN,px=px,py=py)
seriestype := :heatmap
x,y,z'
end
tripcolor(x,y,z,t;kw...) = RecipesBase.plot(TriPseudocolor(x,y,z,t);kw...)
tripcolor!(x,y,z,t;kw...) = RecipesBase.plot!(TriPseudocolor(x,y,z,t);kw...)
struct DGTriPseudocolor{X,Y,Z,T} x::X; y::Y; z::Z; t::T; end
@recipe function f(p::DGTriPseudocolor;px=512,py=512,ncolors=256)
cmap = range(extrema(p.z)...,length=ncolors)
x = range(extrema(p.x)...,length=px)
y = range(extrema(p.y)...,length=py)
z = TriplotBase.dgtripcolor(p.x,p.y,p.z,p.t,cmap;bg=NaN,px=px,py=py)
seriestype := :heatmap
x,y,z'
end
dgtripcolor(x,y,z,t;kw...) = RecipesBase.plot(DGTriPseudocolor(x,y,z,t);kw...)
dgtripcolor!(x,y,z,t;kw...) = RecipesBase.plot!(DGTriPseudocolor(x,y,z,t);kw...)
struct TriMesh{X,Y,T} x::X; y::Y; t::T; end
@recipe function f(m::TriMesh)
x = Vector{eltype(m.x)}()
y = Vector{eltype(m.y)}()
for t=eachcol(m.t)
append_with_nan!(x,[m.x[t];m.x[t[1]]])
append_with_nan!(y,[m.y[t];m.y[t[1]]])
end
seriestype := :shape
seriescolor --> RGB(0.7,1.0,0.8)
label --> nothing
x,y
end
trimesh(x,y,t;kw...) = RecipesBase.plot(TriMesh(x,y,t);kw...)
trimesh!(x,y,t;kw...) = RecipesBase.plot!(TriMesh(x,y,t);kw...)
end
| [
21412,
7563,
29487,
6690,
18636,
198,
198,
3500,
28114,
18274,
4487,
11,
6690,
18636,
14881,
11,
14824,
29487,
14881,
198,
198,
39344,
491,
291,
756,
454,
11,
83,
1173,
756,
454,
28265,
39813,
8043,
11,
39813,
8043,
28265,
67,
13655,
5528,
8043,
11,
67,
13655,
5528,
8043,
28265,
2213,
999,
71,
11,
2213,
999,
71,
0,
198,
198,
8818,
24443,
62,
4480,
62,
12647,
0,
7,
64,
11,
65,
8,
198,
220,
220,
220,
24443,
0,
7,
64,
11,
65,
8,
198,
220,
220,
220,
4574,
0,
7,
64,
11,
26705,
45,
8,
198,
437,
198,
198,
31,
29102,
431,
2163,
277,
7,
3642,
4662,
3712,
38469,
90,
14824,
29487,
14881,
13,
4264,
454,
90,
51,
11709,
8,
810,
1391,
51,
92,
198,
220,
220,
220,
3124,
796,
651,
7,
29487,
1078,
7657,
11,
1058,
25076,
8043,
11,
1058,
23736,
8,
198,
220,
220,
220,
900,
62,
1370,
62,
89,
796,
357,
8043,
6624,
1058,
23736,
8614,
7110,
62,
8043,
7,
8043,
8,
318,
64,
5315,
42731,
1153,
8,
198,
220,
220,
220,
329,
269,
28,
3642,
4662,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
796,
309,
21737,
198,
220,
220,
220,
220,
220,
220,
220,
331,
796,
309,
21737,
198,
220,
220,
220,
220,
220,
220,
220,
1976,
796,
309,
21737,
198,
220,
220,
220,
220,
220,
220,
220,
329,
7514,
1370,
28,
66,
13,
35428,
6615,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
24443,
62,
4480,
62,
12647,
0,
7,
87,
11,
11085,
12195,
35428,
1370,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
24443,
62,
4480,
62,
12647,
0,
7,
88,
11,
12957,
12195,
35428,
1370,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
24443,
0,
7,
89,
11,
20797,
7,
66,
13,
5715,
11,
13664,
7,
35428,
1370,
22305,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
25076,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6167,
19039,
2147,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
900,
62,
1370,
62,
89,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1627,
62,
89,
19039,
1976,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2124,
11,
88,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
83,
1173,
756,
454,
7,
87,
11,
88,
11,
89,
11,
83,
11,
46170,
26,
46265,
23029,
796,
44229,
14881,
13,
29487,
7,
14824,
29487,
14881,
13,
83,
1173,
756,
454,
7,
87,
11,
88,
11,
89,
11,
83,
11,
46170,
1776,
46265,
23029,
198,
83,
1173,
756,
454,
0,
7,
87,
11,
88,
11,
89,
11,
83,
11,
46170,
26,
46265,
23029,
796,
44229,
14881,
13,
29487,
0,
7,
14824,
29487,
14881,
13,
83,
1173,
756,
454,
7,
87,
11,
88,
11,
89,
11,
83,
11,
46170,
1776,
46265,
23029,
198,
198,
7249,
7563,
47,
325,
463,
4668,
273,
90,
55,
11,
56,
11,
57,
11,
51,
92,
2124,
3712,
55,
26,
331,
3712,
56,
26,
1976,
3712,
57,
26,
256,
3712,
51,
26,
886,
198,
198,
31,
29102,
431,
2163,
277,
7,
79,
3712,
14824,
47,
325,
463,
4668,
273,
26,
8416,
28,
25836,
11,
9078,
28,
25836,
11,
77,
4033,
669,
28,
11645,
8,
198,
220,
220,
220,
269,
8899,
796,
2837,
7,
2302,
260,
2611,
7,
79,
13,
89,
26513,
11,
13664,
28,
77,
4033,
669,
8,
198,
220,
220,
220,
2124,
796,
2837,
7,
2302,
260,
2611,
7,
79,
13,
87,
26513,
11,
13664,
28,
8416,
8,
198,
220,
220,
220,
331,
796,
2837,
7,
2302,
260,
2611,
7,
79,
13,
88,
26513,
11,
13664,
28,
9078,
8,
198,
220,
220,
220,
1976,
796,
7563,
29487,
14881,
13,
39813,
8043,
7,
79,
13,
87,
11,
79,
13,
88,
11,
79,
13,
89,
11,
79,
13,
83,
11,
66,
8899,
26,
35904,
28,
26705,
45,
11,
8416,
28,
8416,
11,
9078,
28,
9078,
8,
198,
220,
220,
220,
1055,
6386,
2981,
19039,
1058,
25080,
8899,
198,
220,
220,
220,
2124,
11,
88,
11,
89,
6,
198,
437,
198,
198,
39813,
8043,
7,
87,
11,
88,
11,
89,
11,
83,
26,
46265,
23029,
796,
44229,
14881,
13,
29487,
7,
14824,
47,
325,
463,
4668,
273,
7,
87,
11,
88,
11,
89,
11,
83,
1776,
46265,
23029,
198,
39813,
8043,
0,
7,
87,
11,
88,
11,
89,
11,
83,
26,
46265,
23029,
796,
44229,
14881,
13,
29487,
0,
7,
14824,
47,
325,
463,
4668,
273,
7,
87,
11,
88,
11,
89,
11,
83,
1776,
46265,
23029,
198,
198,
7249,
46133,
14824,
47,
325,
463,
4668,
273,
90,
55,
11,
56,
11,
57,
11,
51,
92,
2124,
3712,
55,
26,
331,
3712,
56,
26,
1976,
3712,
57,
26,
256,
3712,
51,
26,
886,
198,
198,
31,
29102,
431,
2163,
277,
7,
79,
3712,
35,
38,
14824,
47,
325,
463,
4668,
273,
26,
8416,
28,
25836,
11,
9078,
28,
25836,
11,
77,
4033,
669,
28,
11645,
8,
198,
220,
220,
220,
269,
8899,
796,
2837,
7,
2302,
260,
2611,
7,
79,
13,
89,
26513,
11,
13664,
28,
77,
4033,
669,
8,
198,
220,
220,
220,
2124,
796,
2837,
7,
2302,
260,
2611,
7,
79,
13,
87,
26513,
11,
13664,
28,
8416,
8,
198,
220,
220,
220,
331,
796,
2837,
7,
2302,
260,
2611,
7,
79,
13,
88,
26513,
11,
13664,
28,
9078,
8,
198,
220,
220,
220,
1976,
796,
7563,
29487,
14881,
13,
67,
13655,
5528,
8043,
7,
79,
13,
87,
11,
79,
13,
88,
11,
79,
13,
89,
11,
79,
13,
83,
11,
66,
8899,
26,
35904,
28,
26705,
45,
11,
8416,
28,
8416,
11,
9078,
28,
9078,
8,
198,
220,
220,
220,
1055,
6386,
2981,
19039,
1058,
25080,
8899,
198,
220,
220,
220,
2124,
11,
88,
11,
89,
6,
198,
437,
198,
198,
67,
13655,
5528,
8043,
7,
87,
11,
88,
11,
89,
11,
83,
26,
46265,
23029,
796,
44229,
14881,
13,
29487,
7,
35,
38,
14824,
47,
325,
463,
4668,
273,
7,
87,
11,
88,
11,
89,
11,
83,
1776,
46265,
23029,
198,
67,
13655,
5528,
8043,
0,
7,
87,
11,
88,
11,
89,
11,
83,
26,
46265,
23029,
796,
44229,
14881,
13,
29487,
0,
7,
35,
38,
14824,
47,
325,
463,
4668,
273,
7,
87,
11,
88,
11,
89,
11,
83,
1776,
46265,
23029,
198,
198,
7249,
7563,
37031,
90,
55,
11,
56,
11,
51,
92,
2124,
3712,
55,
26,
331,
3712,
56,
26,
256,
3712,
51,
26,
886,
198,
198,
31,
29102,
431,
2163,
277,
7,
76,
3712,
14824,
37031,
8,
198,
220,
220,
220,
2124,
796,
20650,
90,
417,
4906,
7,
76,
13,
87,
38165,
3419,
198,
220,
220,
220,
331,
796,
20650,
90,
417,
4906,
7,
76,
13,
88,
38165,
3419,
198,
220,
220,
220,
329,
256,
28,
27379,
4033,
7,
76,
13,
83,
8,
198,
220,
220,
220,
220,
220,
220,
220,
24443,
62,
4480,
62,
12647,
0,
7,
87,
17414,
76,
13,
87,
58,
83,
11208,
76,
13,
87,
58,
83,
58,
16,
11907,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
24443,
62,
4480,
62,
12647,
0,
7,
88,
17414,
76,
13,
88,
58,
83,
11208,
76,
13,
88,
58,
83,
58,
16,
11907,
12962,
198,
220,
220,
220,
886,
198,
220,
220,
220,
1055,
6386,
2981,
19039,
1058,
43358,
198,
220,
220,
220,
2168,
8043,
14610,
25228,
7,
15,
13,
22,
11,
16,
13,
15,
11,
15,
13,
23,
8,
198,
220,
220,
220,
6167,
14610,
2147,
198,
220,
220,
220,
2124,
11,
88,
198,
437,
198,
198,
2213,
999,
71,
7,
87,
11,
88,
11,
83,
26,
46265,
23029,
796,
44229,
14881,
13,
29487,
7,
14824,
37031,
7,
87,
11,
88,
11,
83,
1776,
46265,
23029,
198,
2213,
999,
71,
0,
7,
87,
11,
88,
11,
83,
26,
46265,
23029,
796,
44229,
14881,
13,
29487,
0,
7,
14824,
37031,
7,
87,
11,
88,
11,
83,
1776,
46265,
23029,
198,
198,
437,
198
] | 1.915867 | 1,355 |
using LinearAlgebra
using Random
using SparseArrays
using Test
using Jutils.Elements
using Jutils.Functions
using Jutils.Integration
using Jutils.Mesh
using Jutils.Transforms
using Jutils.Topologies
const lineelt = Element(Simplex{1}(), 1)
const squareelt = Element(Tensor([Simplex{1}(), Simplex{1}()]), 1)
ev(func, pt, elt) = callable(func)(pt, elt)
@testset "Transforms" begin include("Transforms.jl") end
@testset "Functions" begin include("Functions.jl") end
@testset "Gradients" begin include("Gradients.jl") end
@testset "Optimization" begin include("Optimization.jl") end
@testset "Integration" begin include("Integration.jl") end
| [
3500,
44800,
2348,
29230,
198,
3500,
14534,
198,
3500,
1338,
17208,
3163,
20477,
198,
3500,
6208,
198,
198,
3500,
449,
26791,
13,
36,
3639,
198,
3500,
449,
26791,
13,
24629,
2733,
198,
3500,
449,
26791,
13,
34500,
1358,
198,
3500,
449,
26791,
13,
37031,
198,
3500,
449,
26791,
13,
8291,
23914,
198,
3500,
449,
26791,
13,
9126,
5823,
628,
198,
9979,
1627,
2120,
796,
11703,
7,
8890,
11141,
90,
16,
92,
22784,
352,
8,
198,
9979,
6616,
2120,
796,
11703,
7,
51,
22854,
26933,
8890,
11141,
90,
16,
92,
22784,
3184,
11141,
90,
16,
92,
3419,
46570,
352,
8,
198,
198,
1990,
7,
20786,
11,
42975,
11,
1288,
83,
8,
796,
869,
540,
7,
20786,
5769,
457,
11,
1288,
83,
8,
628,
198,
31,
9288,
2617,
366,
8291,
23914,
1,
2221,
2291,
7203,
8291,
23914,
13,
20362,
4943,
886,
198,
198,
31,
9288,
2617,
366,
24629,
2733,
1,
2221,
2291,
7203,
24629,
2733,
13,
20362,
4943,
886,
198,
31,
9288,
2617,
366,
42731,
2334,
1,
2221,
2291,
7203,
42731,
2334,
13,
20362,
4943,
886,
198,
198,
31,
9288,
2617,
366,
27871,
320,
1634,
1,
2221,
2291,
7203,
27871,
320,
1634,
13,
20362,
4943,
886,
198,
198,
31,
9288,
2617,
366,
34500,
1358,
1,
2221,
2291,
7203,
34500,
1358,
13,
20362,
4943,
886,
198
] | 3.037559 | 213 |
using Test
using Base.BinaryPlatforms
import Libdl
using BinaryBuilderBase
using BinaryBuilderBase: template, dlopen_flags_str
# The platform we're running on
const platform = HostPlatform()
@testset "Products" begin
@test template(raw"$libdir/foo-$arch/$nbits/bar-$target", Platform("x86_64", "windows")) ==
"bin/foo-x86_64/64/bar-x86_64-w64-mingw32"
@test template(raw"$target/$nbits/$arch/$libdir", Platform("x86_64", "linux"; libc = "musl")) ==
"x86_64-linux-musl/64/x86_64/lib"
lp = LibraryProduct("libfakechroot", :libfakechroot, "lib/fakechroot")
@test lp.libnames == ["libfakechroot"]
@test lp.dir_paths == ["lib/fakechroot"]
ep = ExecutableProduct("fooify", :fooify, "bin/foo_inc")
@test ep.binnames == ["fooify"]
@test_throws ErrorException LibraryProduct("sin", :sin)
@test_throws ErrorException ExecutableProduct("convert", :convert)
@test_throws ErrorException FileProduct("open", :open)
# Test sorting of products....
@test sort([LibraryProduct("libbar", :libbar), ExecutableProduct("foo", :foo), FrameworkProduct("buzz", :buzz)]) ==
[FrameworkProduct("buzz", :buzz), ExecutableProduct("foo", :foo), LibraryProduct("libbar", :libbar)]
# ...and products info
p1 = LibraryProduct(["libchafa"], :libchafa, ) => Dict("soname" => "libchafa.so.0","path" => "lib/libchafa.so")
p2 = ExecutableProduct(["chafa"], :chafa, ) => Dict("path" => "bin/chafa")
products_info = Dict{Product,Any}(p1, p2)
@test sort(products_info) == [p2, p1]
temp_prefix() do prefix
# Test that basic satisfication is not guaranteed
e_path = joinpath(bindir(prefix), "fooifier")
l_path = joinpath(last(libdirs(prefix)), "libfoo.$(Libdl.dlext)")
e = ExecutableProduct("fooifier", :fooifier)
ef = FileProduct(joinpath("bin", "fooifier"), :fooifier)
l = LibraryProduct("libfoo", :libfoo)
lf = FileProduct(l_path, :libfoo)
@test @test_logs (:info, r"does not exist") !satisfied(e, prefix; verbose=true)
@test @test_logs (:info, r"not found") !satisfied(ef, prefix; verbose=true)
@test @test_logs (:info, r"^Could not locate") !satisfied(l, prefix; verbose=true)
@test @test_logs (:info, r"^Could not locate") !satisfied(l, prefix; verbose=true, isolate=true)
@test @test_logs (:info, r"^FileProduct .* not found") !satisfied(lf, prefix; verbose=true)
# Test that simply creating a file that is not executable doesn't
# satisfy an Executable Product (and say it's on Linux so it doesn't
# complain about the lack of an .exe extension)
mkpath(bindir(prefix))
touch(e_path)
@test @test_logs (:info, r"^FileProduct .* found at") satisfied(ef, prefix; verbose=true)
@static if !Sys.iswindows()
# Windows doesn't care about executable bit, grumble grumble
@test_logs (:info, r"is not executable") (:info, r"does not exist") begin
@test !satisfied(e, prefix; verbose=true, platform=Platform("x86_64", "linux"))
end
end
# Make it executable and ensure this does satisfy the Executable
chmod(e_path, 0o777)
@test_logs (:info, r"matches our search criteria") begin
@test satisfied(e, prefix; verbose=true, platform=Platform("x86_64", "linux"))
end
# Remove it and add a `$(path).exe` version to check again, this
# time saying it's a Windows executable
Base.rm(e_path; force=true)
touch("$(e_path).exe")
chmod("$(e_path).exe", 0o777)
@test locate(e, prefix; platform=Platform("x86_64", "windows")) == "$(e_path).exe"
# Test that simply creating a library file doesn't satisfy it if we are
# testing something that matches the current platform's dynamic library
# naming scheme, because it must be `dlopen()`able.
mkpath(last(libdirs(prefix)))
touch(l_path)
@test @test_logs (:info, r"^FileProduct .* found at") satisfied(lf, prefix; verbose=true)
@test @test_logs (:info, r"^Found a valid") (:info, r"matches our search criteria") (:info, r"cannot be dlopen'ed") (:info, r"^Could not locate") !satisfied(l, prefix; verbose=true)
@test @test_logs (:info, r"^FileProduct .* found at") satisfied(lf, prefix; verbose=true, isolate=true)
@test @test_logs (:info, r"^Found a valid") (:info, r"matches our search criteria") (:info, r"cannot be dlopen'ed") (:info, r"^Could not locate") !satisfied(l, prefix; verbose=true, isolate=true)
# But if it is from a different platform, simple existence will be
# enough to satisfy a LibraryProduct
@static if Sys.iswindows()
p = Platform("x86_64", "linux")
mkpath(last(libdirs(prefix, p)))
l_path = joinpath(last(libdirs(prefix, p)), "libfoo.so")
touch(l_path)
@test @test_logs (:info, r"^Found a valid") (:info, r"matches our search criteria") satisfied(l, prefix; verbose=true, platform=p)
@test @test_logs (:info, r"^Found a valid") (:info, r"matches our search criteria") satisfied(l, prefix; verbose=true, platform=p, isolate=true)
# Check LibraryProduct objects with explicit directory paths
ld = LibraryProduct("libfoo", :libfoo)
@test @test_logs (:info, r"^Found a valid") (:info, r"matches our search criteria") satisfied(ld, prefix; verbose=true, platform=p)
@test @test_logs (:info, r"^Found a valid") (:info, r"matches our search criteria") satisfied(ld, prefix; verbose=true, platform=p, isolate=true)
else
p = Platform("x86_64", "windows")
mkpath(last(libdirs(prefix, p)))
l_path = joinpath(last(libdirs(prefix, p)), "libfoo.dll")
touch(l_path)
@test @test_logs (:info, r"^Found a valid") (:info, r"matches our search criteria") satisfied(l, prefix; verbose=true, platform=p)
@test @test_logs (:info, r"^Found a valid") (:info, r"matches our search criteria") satisfied(l, prefix; verbose=true, platform=p, isolate=true)
# Check LibraryProduct objects with explicit directory paths
ld = LibraryProduct("libfoo", :libfoo)
@test @test_logs (:info, r"^Found a valid") (:info, r"matches our search criteria") satisfied(ld, prefix; verbose=true, platform=p)
@test @test_logs (:info, r"^Found a valid") (:info, r"matches our search criteria") satisfied(ld, prefix; verbose=true, platform=p, isolate=true)
end
end
# Ensure that the test suite thinks that these libraries are foreign
# so that it doesn't try to `dlopen()` them:
foreign_platform = if platform == Platform("aarch64", "linux")
# Arbitrary architecture that is not dlopen()'able
Platform("powerpc64le", "linux")
else
# If we're not Platform("aarch64", "linux"), then say the libraries are
Platform("aarch64", "linux")
end
# Test for valid library name permutations
for ext in ["so", "so.1", "so.1.2", "so.1.2.3"]
temp_prefix() do prefix
l_path = joinpath(last(libdirs(prefix, foreign_platform)), "libfoo.$ext")
l = LibraryProduct("libfoo", :libfoo)
mkdir(dirname(l_path))
touch(l_path)
@test @test_logs (:info, r"^Found a valid") (:info, r"matches our search criteria") satisfied(l, prefix; verbose=true, platform=foreign_platform)
end
end
# Test for invalid library name permutations
for ext in ["1.so", "so.1.2.3a", "so.1.a"]
temp_prefix() do prefix
l_path = joinpath(last(libdirs(prefix, foreign_platform)), "libfoo.$ext")
l = LibraryProduct("libfoo", :libfoo)
mkdir(dirname(l_path))
touch(l_path)
if ext == "1.so"
@test_logs (:info, r"^Found a valid") (:info, r"^Could not locate") begin
@test !satisfied(l, prefix; verbose=true, platform=foreign_platform)
end
else
@test_logs (:info, r"^Could not locate") begin
@test !satisfied(l, prefix; verbose=true, platform=foreign_platform)
end
end
end
end
# Test for proper repr behavior
temp_prefix() do prefix
l = LibraryProduct("libfoo", :libfoo)
@test repr(l) == "LibraryProduct($(repr(["libfoo"])), :libfoo)"
l = LibraryProduct(["libfoo", "libfoo2"], :libfoo)
@test repr(l) == "LibraryProduct($(repr(["libfoo", "libfoo2"])), :libfoo)"
e = ExecutableProduct("fooifier", :fooifier)
@test repr(e) == "ExecutableProduct([\"fooifier\"], :fooifier)"
e = ExecutableProduct("fooifier", :fooifier, "bin/qux")
@test repr(e) == "ExecutableProduct([\"fooifier\"], :fooifier, \"bin/qux\")"
f = FileProduct(joinpath("etc", "fooifier"), :foo_conf)
@test repr(f) == "FileProduct([$(repr(joinpath("etc", "fooifier")))], :foo_conf)"
f = FileProduct(joinpath(prefix, "etc", "foo.conf"), :foo_conf)
@test repr(f) == "FileProduct([$(repr(joinpath(prefix, "etc", "foo.conf")))], :foo_conf)"
end
# Test that FileProduct's can have `${target}` within their paths:
temp_prefix() do prefix
multilib_dir = joinpath(prefix, "foo", triplet(platform))
mkpath(multilib_dir)
touch(joinpath(multilib_dir, "bar"))
for path in ("foo/\$target/bar", "foo/\${target}/bar")
f = FileProduct(path, :bar)
@test @test_logs (:info, r"^FileProduct .* found at") satisfied(f, prefix; verbose=true, platform=platform)
end
end
end
@testset "Dlopen flags" begin
lp = LibraryProduct("libfoo2", :libfoo2; dlopen_flags=[:RTLD_GLOBAL, :RTLD_NOLOAD])
@test lp.dlopen_flags == [:RTLD_GLOBAL, :RTLD_NOLOAD]
fp = FrameworkProduct("libfoo2", :libfoo2; dlopen_flags=[:RTLD_GLOBAL, :RTLD_NOLOAD])
@test fp.libraryproduct.dlopen_flags == [:RTLD_GLOBAL, :RTLD_NOLOAD]
for p in (lp, fp)
flag_str = dlopen_flags_str(p)
@test flag_str == "RTLD_GLOBAL | RTLD_NOLOAD"
@test Libdl.eval(Meta.parse(flag_str)) == (Libdl.RTLD_NOLOAD | Libdl.RTLD_GLOBAL)
end
lp = LibraryProduct("libfoo2", :libfoo2; dont_dlopen=true)
@test dlopen_flags_str(lp) == "nothing"
end
| [
3500,
6208,
198,
3500,
7308,
13,
33,
3219,
37148,
82,
198,
11748,
7980,
25404,
198,
3500,
45755,
32875,
14881,
198,
3500,
45755,
32875,
14881,
25,
11055,
11,
288,
75,
9654,
62,
33152,
62,
2536,
198,
198,
2,
383,
3859,
356,
821,
2491,
319,
198,
9979,
3859,
796,
14504,
37148,
3419,
198,
198,
31,
9288,
2617,
366,
48650,
1,
2221,
198,
220,
220,
220,
2488,
9288,
11055,
7,
1831,
1,
3,
8019,
15908,
14,
21943,
22799,
998,
32624,
77,
9895,
14,
5657,
22799,
16793,
1600,
19193,
7203,
87,
4521,
62,
2414,
1600,
366,
28457,
48774,
6624,
198,
220,
220,
220,
220,
220,
220,
220,
366,
8800,
14,
21943,
12,
87,
4521,
62,
2414,
14,
2414,
14,
5657,
12,
87,
4521,
62,
2414,
12,
86,
2414,
12,
2229,
86,
2624,
1,
198,
220,
220,
220,
2488,
9288,
11055,
7,
1831,
1,
3,
16793,
32624,
77,
9895,
32624,
998,
32624,
8019,
15908,
1600,
19193,
7203,
87,
4521,
62,
2414,
1600,
366,
23289,
8172,
9195,
66,
796,
366,
14664,
75,
48774,
6624,
198,
220,
220,
220,
220,
220,
220,
220,
366,
87,
4521,
62,
2414,
12,
23289,
12,
14664,
75,
14,
2414,
14,
87,
4521,
62,
2414,
14,
8019,
1,
628,
220,
220,
220,
300,
79,
796,
10074,
15667,
7203,
8019,
30706,
354,
15763,
1600,
1058,
8019,
30706,
354,
15763,
11,
366,
8019,
14,
30706,
354,
15763,
4943,
198,
220,
220,
220,
2488,
9288,
300,
79,
13,
8019,
14933,
6624,
220,
14631,
8019,
30706,
354,
15763,
8973,
198,
220,
220,
220,
2488,
9288,
300,
79,
13,
15908,
62,
6978,
82,
6624,
14631,
8019,
14,
30706,
354,
15763,
8973,
198,
220,
220,
220,
2462,
796,
8393,
18187,
15667,
7203,
21943,
1958,
1600,
1058,
21943,
1958,
11,
366,
8800,
14,
21943,
62,
1939,
4943,
198,
220,
220,
220,
2488,
9288,
2462,
13,
65,
3732,
1047,
6624,
220,
14631,
21943,
1958,
8973,
628,
220,
220,
220,
2488,
9288,
62,
400,
8516,
13047,
16922,
10074,
15667,
7203,
31369,
1600,
1058,
31369,
8,
198,
220,
220,
220,
2488,
9288,
62,
400,
8516,
13047,
16922,
8393,
18187,
15667,
7203,
1102,
1851,
1600,
1058,
1102,
1851,
8,
198,
220,
220,
220,
2488,
9288,
62,
400,
8516,
13047,
16922,
9220,
15667,
7203,
9654,
1600,
1058,
9654,
8,
628,
220,
220,
220,
1303,
6208,
29407,
286,
3186,
1106,
198,
220,
220,
220,
2488,
9288,
3297,
26933,
23377,
15667,
7203,
8019,
5657,
1600,
1058,
8019,
5657,
828,
8393,
18187,
15667,
7203,
21943,
1600,
1058,
21943,
828,
25161,
15667,
7203,
65,
4715,
1600,
1058,
65,
4715,
8,
12962,
6624,
198,
220,
220,
220,
220,
220,
220,
220,
685,
21055,
6433,
15667,
7203,
65,
4715,
1600,
1058,
65,
4715,
828,
8393,
18187,
15667,
7203,
21943,
1600,
1058,
21943,
828,
10074,
15667,
7203,
8019,
5657,
1600,
1058,
8019,
5657,
15437,
198,
220,
220,
220,
1303,
2644,
392,
3186,
7508,
198,
220,
220,
220,
279,
16,
796,
10074,
15667,
7,
14692,
8019,
354,
28485,
33116,
1058,
8019,
354,
28485,
11,
1267,
5218,
360,
713,
7203,
1559,
480,
1,
5218,
366,
8019,
354,
28485,
13,
568,
13,
15,
2430,
6978,
1,
5218,
366,
8019,
14,
8019,
354,
28485,
13,
568,
4943,
198,
220,
220,
220,
279,
17,
796,
8393,
18187,
15667,
7,
14692,
354,
28485,
33116,
1058,
354,
28485,
11,
1267,
5218,
360,
713,
7203,
6978,
1,
5218,
366,
8800,
14,
354,
28485,
4943,
198,
220,
220,
220,
3186,
62,
10951,
796,
360,
713,
90,
15667,
11,
7149,
92,
7,
79,
16,
11,
279,
17,
8,
198,
220,
220,
220,
2488,
9288,
3297,
7,
29498,
62,
10951,
8,
6624,
685,
79,
17,
11,
279,
16,
60,
628,
220,
220,
220,
20218,
62,
40290,
3419,
466,
21231,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
6208,
326,
4096,
5244,
3299,
318,
407,
11462,
198,
220,
220,
220,
220,
220,
220,
220,
304,
62,
6978,
796,
4654,
6978,
7,
21653,
343,
7,
40290,
828,
366,
21943,
7483,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
300,
62,
6978,
796,
4654,
6978,
7,
12957,
7,
8019,
15908,
82,
7,
40290,
36911,
366,
8019,
21943,
48082,
7,
25835,
25404,
13,
67,
293,
742,
8,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
304,
796,
8393,
18187,
15667,
7203,
21943,
7483,
1600,
1058,
21943,
7483,
8,
198,
220,
220,
220,
220,
220,
220,
220,
304,
69,
796,
9220,
15667,
7,
22179,
6978,
7203,
8800,
1600,
366,
21943,
7483,
12340,
1058,
21943,
7483,
8,
198,
220,
220,
220,
220,
220,
220,
220,
300,
796,
10074,
15667,
7203,
8019,
21943,
1600,
1058,
8019,
21943,
8,
198,
220,
220,
220,
220,
220,
220,
220,
300,
69,
796,
9220,
15667,
7,
75,
62,
6978,
11,
1058,
8019,
21943,
8,
628,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
2488,
9288,
62,
6404,
82,
357,
25,
10951,
11,
374,
1,
22437,
407,
2152,
4943,
5145,
82,
17403,
798,
7,
68,
11,
21231,
26,
15942,
577,
28,
7942,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
2488,
9288,
62,
6404,
82,
357,
25,
10951,
11,
374,
1,
1662,
1043,
4943,
5145,
82,
17403,
798,
7,
891,
11,
21231,
26,
15942,
577,
28,
7942,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
2488,
9288,
62,
6404,
82,
357,
25,
10951,
11,
374,
1,
61,
23722,
407,
17276,
4943,
5145,
82,
17403,
798,
7,
75,
11,
21231,
26,
15942,
577,
28,
7942,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
2488,
9288,
62,
6404,
82,
357,
25,
10951,
11,
374,
1,
61,
23722,
407,
17276,
4943,
5145,
82,
17403,
798,
7,
75,
11,
21231,
26,
15942,
577,
28,
7942,
11,
28091,
28,
7942,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
2488,
9288,
62,
6404,
82,
357,
25,
10951,
11,
374,
1,
61,
8979,
15667,
764,
9,
407,
1043,
4943,
5145,
82,
17403,
798,
7,
1652,
11,
21231,
26,
15942,
577,
28,
7942,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
6208,
326,
2391,
4441,
257,
2393,
326,
318,
407,
28883,
1595,
470,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
15959,
281,
8393,
18187,
8721,
357,
392,
910,
340,
338,
319,
7020,
523,
340,
1595,
470,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
13121,
546,
262,
3092,
286,
281,
764,
13499,
7552,
8,
198,
220,
220,
220,
220,
220,
220,
220,
33480,
6978,
7,
21653,
343,
7,
40290,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
3638,
7,
68,
62,
6978,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
2488,
9288,
62,
6404,
82,
357,
25,
10951,
11,
374,
1,
61,
8979,
15667,
764,
9,
1043,
379,
4943,
11378,
7,
891,
11,
21231,
26,
15942,
577,
28,
7942,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
12708,
611,
5145,
44387,
13,
271,
28457,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
3964,
1595,
470,
1337,
546,
28883,
1643,
11,
1036,
10344,
1036,
10344,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
62,
6404,
82,
357,
25,
10951,
11,
374,
1,
271,
407,
28883,
4943,
357,
25,
10951,
11,
374,
1,
22437,
407,
2152,
4943,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
5145,
82,
17403,
798,
7,
68,
11,
21231,
26,
15942,
577,
28,
7942,
11,
3859,
28,
37148,
7203,
87,
4521,
62,
2414,
1600,
366,
23289,
48774,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
6889,
340,
28883,
290,
4155,
428,
857,
15959,
262,
8393,
18187,
198,
220,
220,
220,
220,
220,
220,
220,
442,
4666,
7,
68,
62,
6978,
11,
657,
78,
29331,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
62,
6404,
82,
357,
25,
10951,
11,
374,
1,
6759,
2052,
674,
2989,
9987,
4943,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
11378,
7,
68,
11,
21231,
26,
15942,
577,
28,
7942,
11,
3859,
28,
37148,
7203,
87,
4521,
62,
2414,
1600,
366,
23289,
48774,
198,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
17220,
340,
290,
751,
257,
4600,
3,
7,
6978,
737,
13499,
63,
2196,
284,
2198,
757,
11,
428,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
640,
2282,
340,
338,
257,
3964,
28883,
198,
220,
220,
220,
220,
220,
220,
220,
7308,
13,
26224,
7,
68,
62,
6978,
26,
2700,
28,
7942,
8,
198,
220,
220,
220,
220,
220,
220,
220,
3638,
7203,
3,
7,
68,
62,
6978,
737,
13499,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
442,
4666,
7203,
3,
7,
68,
62,
6978,
737,
13499,
1600,
657,
78,
29331,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
17276,
7,
68,
11,
21231,
26,
3859,
28,
37148,
7203,
87,
4521,
62,
2414,
1600,
366,
28457,
48774,
6624,
17971,
7,
68,
62,
6978,
737,
13499,
1,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
6208,
326,
2391,
4441,
257,
5888,
2393,
1595,
470,
15959,
340,
611,
356,
389,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
4856,
1223,
326,
7466,
262,
1459,
3859,
338,
8925,
5888,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
19264,
7791,
11,
780,
340,
1276,
307,
4600,
25404,
9654,
3419,
63,
540,
13,
198,
220,
220,
220,
220,
220,
220,
220,
33480,
6978,
7,
12957,
7,
8019,
15908,
82,
7,
40290,
22305,
198,
220,
220,
220,
220,
220,
220,
220,
3638,
7,
75,
62,
6978,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
2488,
9288,
62,
6404,
82,
357,
25,
10951,
11,
374,
1,
61,
8979,
15667,
764,
9,
1043,
379,
4943,
11378,
7,
1652,
11,
21231,
26,
15942,
577,
28,
7942,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
2488,
9288,
62,
6404,
82,
357,
25,
10951,
11,
374,
1,
61,
21077,
257,
4938,
4943,
357,
25,
10951,
11,
374,
1,
6759,
2052,
674,
2989,
9987,
4943,
357,
25,
10951,
11,
374,
1,
66,
34574,
307,
288,
75,
9654,
6,
276,
4943,
357,
25,
10951,
11,
374,
1,
61,
23722,
407,
17276,
4943,
5145,
82,
17403,
798,
7,
75,
11,
21231,
26,
15942,
577,
28,
7942,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
2488,
9288,
62,
6404,
82,
357,
25,
10951,
11,
374,
1,
61,
8979,
15667,
764,
9,
1043,
379,
4943,
11378,
7,
1652,
11,
21231,
26,
15942,
577,
28,
7942,
11,
28091,
28,
7942,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
2488,
9288,
62,
6404,
82,
357,
25,
10951,
11,
374,
1,
61,
21077,
257,
4938,
4943,
357,
25,
10951,
11,
374,
1,
6759,
2052,
674,
2989,
9987,
4943,
357,
25,
10951,
11,
374,
1,
66,
34574,
307,
288,
75,
9654,
6,
276,
4943,
357,
25,
10951,
11,
374,
1,
61,
23722,
407,
17276,
4943,
5145,
82,
17403,
798,
7,
75,
11,
21231,
26,
15942,
577,
28,
7942,
11,
28091,
28,
7942,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
887,
611,
340,
318,
422,
257,
1180,
3859,
11,
2829,
6224,
481,
307,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
1576,
284,
15959,
257,
10074,
15667,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
12708,
611,
311,
893,
13,
271,
28457,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
279,
796,
19193,
7203,
87,
4521,
62,
2414,
1600,
366,
23289,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
33480,
6978,
7,
12957,
7,
8019,
15908,
82,
7,
40290,
11,
279,
22305,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
300,
62,
6978,
796,
4654,
6978,
7,
12957,
7,
8019,
15908,
82,
7,
40290,
11,
279,
36911,
366,
8019,
21943,
13,
568,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3638,
7,
75,
62,
6978,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
2488,
9288,
62,
6404,
82,
357,
25,
10951,
11,
374,
1,
61,
21077,
257,
4938,
4943,
357,
25,
10951,
11,
374,
1,
6759,
2052,
674,
2989,
9987,
4943,
11378,
7,
75,
11,
21231,
26,
15942,
577,
28,
7942,
11,
3859,
28,
79,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
2488,
9288,
62,
6404,
82,
357,
25,
10951,
11,
374,
1,
61,
21077,
257,
4938,
4943,
357,
25,
10951,
11,
374,
1,
6759,
2052,
674,
2989,
9987,
4943,
11378,
7,
75,
11,
21231,
26,
15942,
577,
28,
7942,
11,
3859,
28,
79,
11,
28091,
28,
7942,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
6822,
10074,
15667,
5563,
351,
7952,
8619,
13532,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
300,
67,
796,
10074,
15667,
7203,
8019,
21943,
1600,
1058,
8019,
21943,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
2488,
9288,
62,
6404,
82,
357,
25,
10951,
11,
374,
1,
61,
21077,
257,
4938,
4943,
357,
25,
10951,
11,
374,
1,
6759,
2052,
674,
2989,
9987,
4943,
11378,
7,
335,
11,
21231,
26,
15942,
577,
28,
7942,
11,
3859,
28,
79,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
2488,
9288,
62,
6404,
82,
357,
25,
10951,
11,
374,
1,
61,
21077,
257,
4938,
4943,
357,
25,
10951,
11,
374,
1,
6759,
2052,
674,
2989,
9987,
4943,
11378,
7,
335,
11,
21231,
26,
15942,
577,
28,
7942,
11,
3859,
28,
79,
11,
28091,
28,
7942,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
279,
796,
19193,
7203,
87,
4521,
62,
2414,
1600,
366,
28457,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
33480,
6978,
7,
12957,
7,
8019,
15908,
82,
7,
40290,
11,
279,
22305,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
300,
62,
6978,
796,
4654,
6978,
7,
12957,
7,
8019,
15908,
82,
7,
40290,
11,
279,
36911,
366,
8019,
21943,
13,
12736,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3638,
7,
75,
62,
6978,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
2488,
9288,
62,
6404,
82,
357,
25,
10951,
11,
374,
1,
61,
21077,
257,
4938,
4943,
357,
25,
10951,
11,
374,
1,
6759,
2052,
674,
2989,
9987,
4943,
11378,
7,
75,
11,
21231,
26,
15942,
577,
28,
7942,
11,
3859,
28,
79,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
2488,
9288,
62,
6404,
82,
357,
25,
10951,
11,
374,
1,
61,
21077,
257,
4938,
4943,
357,
25,
10951,
11,
374,
1,
6759,
2052,
674,
2989,
9987,
4943,
11378,
7,
75,
11,
21231,
26,
15942,
577,
28,
7942,
11,
3859,
28,
79,
11,
28091,
28,
7942,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
6822,
10074,
15667,
5563,
351,
7952,
8619,
13532,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
300,
67,
796,
10074,
15667,
7203,
8019,
21943,
1600,
1058,
8019,
21943,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
2488,
9288,
62,
6404,
82,
357,
25,
10951,
11,
374,
1,
61,
21077,
257,
4938,
4943,
357,
25,
10951,
11,
374,
1,
6759,
2052,
674,
2989,
9987,
4943,
11378,
7,
335,
11,
21231,
26,
15942,
577,
28,
7942,
11,
3859,
28,
79,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
2488,
9288,
62,
6404,
82,
357,
25,
10951,
11,
374,
1,
61,
21077,
257,
4938,
4943,
357,
25,
10951,
11,
374,
1,
6759,
2052,
674,
2989,
9987,
4943,
11378,
7,
335,
11,
21231,
26,
15942,
577,
28,
7942,
11,
3859,
28,
79,
11,
28091,
28,
7942,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1303,
48987,
326,
262,
1332,
18389,
6834,
326,
777,
12782,
389,
3215,
198,
220,
220,
220,
1303,
523,
326,
340,
1595,
470,
1949,
284,
4600,
25404,
9654,
3419,
63,
606,
25,
198,
220,
220,
220,
3215,
62,
24254,
796,
611,
3859,
6624,
19193,
7203,
64,
998,
2414,
1600,
366,
23289,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
33619,
11619,
10959,
326,
318,
407,
288,
75,
9654,
3419,
6,
540,
198,
220,
220,
220,
220,
220,
220,
220,
19193,
7203,
6477,
14751,
2414,
293,
1600,
366,
23289,
4943,
198,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
1002,
356,
821,
407,
19193,
7203,
64,
998,
2414,
1600,
366,
23289,
12340,
788,
910,
262,
12782,
389,
198,
220,
220,
220,
220,
220,
220,
220,
19193,
7203,
64,
998,
2414,
1600,
366,
23289,
4943,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1303,
6208,
329,
4938,
5888,
1438,
9943,
32855,
198,
220,
220,
220,
329,
1070,
287,
14631,
568,
1600,
366,
568,
13,
16,
1600,
366,
568,
13,
16,
13,
17,
1600,
366,
568,
13,
16,
13,
17,
13,
18,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
20218,
62,
40290,
3419,
466,
21231,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
300,
62,
6978,
796,
4654,
6978,
7,
12957,
7,
8019,
15908,
82,
7,
40290,
11,
3215,
62,
24254,
36911,
366,
8019,
21943,
48082,
2302,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
300,
796,
10074,
15667,
7203,
8019,
21943,
1600,
1058,
8019,
21943,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
33480,
15908,
7,
15908,
3672,
7,
75,
62,
6978,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3638,
7,
75,
62,
6978,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
2488,
9288,
62,
6404,
82,
357,
25,
10951,
11,
374,
1,
61,
21077,
257,
4938,
4943,
357,
25,
10951,
11,
374,
1,
6759,
2052,
674,
2989,
9987,
4943,
11378,
7,
75,
11,
21231,
26,
15942,
577,
28,
7942,
11,
3859,
28,
38823,
62,
24254,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1303,
6208,
329,
12515,
5888,
1438,
9943,
32855,
198,
220,
220,
220,
329,
1070,
287,
14631,
16,
13,
568,
1600,
366,
568,
13,
16,
13,
17,
13,
18,
64,
1600,
366,
568,
13,
16,
13,
64,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
20218,
62,
40290,
3419,
466,
21231,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
300,
62,
6978,
796,
4654,
6978,
7,
12957,
7,
8019,
15908,
82,
7,
40290,
11,
3215,
62,
24254,
36911,
366,
8019,
21943,
48082,
2302,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
300,
796,
10074,
15667,
7203,
8019,
21943,
1600,
1058,
8019,
21943,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
33480,
15908,
7,
15908,
3672,
7,
75,
62,
6978,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3638,
7,
75,
62,
6978,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1070,
6624,
366,
16,
13,
568,
1,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
62,
6404,
82,
357,
25,
10951,
11,
374,
1,
61,
21077,
257,
4938,
4943,
357,
25,
10951,
11,
374,
1,
61,
23722,
407,
17276,
4943,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
5145,
82,
17403,
798,
7,
75,
11,
21231,
26,
15942,
577,
28,
7942,
11,
3859,
28,
38823,
62,
24254,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
62,
6404,
82,
357,
25,
10951,
11,
374,
1,
61,
23722,
407,
17276,
4943,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
5145,
82,
17403,
798,
7,
75,
11,
21231,
26,
15942,
577,
28,
7942,
11,
3859,
28,
38823,
62,
24254,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1303,
6208,
329,
1774,
41575,
4069,
198,
220,
220,
220,
20218,
62,
40290,
3419,
466,
21231,
198,
220,
220,
220,
220,
220,
220,
220,
300,
796,
10074,
15667,
7203,
8019,
21943,
1600,
1058,
8019,
21943,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
41575,
7,
75,
8,
6624,
366,
23377,
15667,
16763,
7,
260,
1050,
7,
14692,
8019,
21943,
8973,
36911,
1058,
8019,
21943,
16725,
198,
220,
220,
220,
220,
220,
220,
220,
300,
796,
10074,
15667,
7,
14692,
8019,
21943,
1600,
366,
8019,
21943,
17,
33116,
1058,
8019,
21943,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
41575,
7,
75,
8,
6624,
366,
23377,
15667,
16763,
7,
260,
1050,
7,
14692,
8019,
21943,
1600,
366,
8019,
21943,
17,
8973,
36911,
1058,
8019,
21943,
16725,
628,
220,
220,
220,
220,
220,
220,
220,
304,
796,
8393,
18187,
15667,
7203,
21943,
7483,
1600,
1058,
21943,
7483,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
41575,
7,
68,
8,
6624,
366,
23002,
18187,
15667,
26933,
7879,
21943,
7483,
7879,
4357,
1058,
21943,
7483,
16725,
198,
220,
220,
220,
220,
220,
220,
220,
304,
796,
8393,
18187,
15667,
7203,
21943,
7483,
1600,
1058,
21943,
7483,
11,
366,
8800,
14,
421,
87,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
41575,
7,
68,
8,
6624,
366,
23002,
18187,
15667,
26933,
7879,
21943,
7483,
7879,
4357,
1058,
21943,
7483,
11,
19990,
8800,
14,
421,
87,
59,
4943,
1,
628,
220,
220,
220,
220,
220,
220,
220,
277,
796,
9220,
15667,
7,
22179,
6978,
7203,
14784,
1600,
366,
21943,
7483,
12340,
1058,
21943,
62,
10414,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
41575,
7,
69,
8,
6624,
366,
8979,
15667,
26933,
3,
7,
260,
1050,
7,
22179,
6978,
7203,
14784,
1600,
366,
21943,
7483,
1,
22305,
4357,
1058,
21943,
62,
10414,
16725,
628,
220,
220,
220,
220,
220,
220,
220,
277,
796,
9220,
15667,
7,
22179,
6978,
7,
40290,
11,
366,
14784,
1600,
366,
21943,
13,
10414,
12340,
1058,
21943,
62,
10414,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
41575,
7,
69,
8,
6624,
366,
8979,
15667,
26933,
3,
7,
260,
1050,
7,
22179,
6978,
7,
40290,
11,
366,
14784,
1600,
366,
21943,
13,
10414,
1,
22305,
4357,
1058,
21943,
62,
10414,
16725,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1303,
6208,
326,
9220,
15667,
338,
460,
423,
4600,
38892,
16793,
92,
63,
1626,
511,
13532,
25,
198,
220,
220,
220,
20218,
62,
40290,
3419,
466,
21231,
198,
220,
220,
220,
220,
220,
220,
220,
1963,
22282,
62,
15908,
796,
4654,
6978,
7,
40290,
11,
366,
21943,
1600,
15055,
83,
7,
24254,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
33480,
6978,
7,
16680,
22282,
62,
15908,
8,
198,
220,
220,
220,
220,
220,
220,
220,
3638,
7,
22179,
6978,
7,
16680,
22282,
62,
15908,
11,
366,
5657,
48774,
628,
220,
220,
220,
220,
220,
220,
220,
329,
3108,
287,
5855,
21943,
14,
59,
3,
16793,
14,
5657,
1600,
366,
21943,
14,
59,
38892,
16793,
92,
14,
5657,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
796,
9220,
15667,
7,
6978,
11,
1058,
5657,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
220,
2488,
9288,
62,
6404,
82,
357,
25,
10951,
11,
374,
1,
61,
8979,
15667,
764,
9,
1043,
379,
4943,
11378,
7,
69,
11,
21231,
26,
15942,
577,
28,
7942,
11,
3859,
28,
24254,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
31,
9288,
2617,
366,
35,
75,
9654,
9701,
1,
2221,
198,
220,
220,
220,
300,
79,
796,
10074,
15667,
7203,
8019,
21943,
17,
1600,
1058,
8019,
21943,
17,
26,
288,
75,
9654,
62,
33152,
41888,
25,
14181,
11163,
62,
8763,
9864,
1847,
11,
1058,
14181,
11163,
62,
45,
3535,
41048,
12962,
198,
220,
220,
220,
2488,
9288,
300,
79,
13,
25404,
9654,
62,
33152,
6624,
685,
25,
14181,
11163,
62,
8763,
9864,
1847,
11,
1058,
14181,
11163,
62,
45,
3535,
41048,
60,
198,
220,
220,
220,
277,
79,
796,
25161,
15667,
7203,
8019,
21943,
17,
1600,
1058,
8019,
21943,
17,
26,
288,
75,
9654,
62,
33152,
41888,
25,
14181,
11163,
62,
8763,
9864,
1847,
11,
1058,
14181,
11163,
62,
45,
3535,
41048,
12962,
198,
220,
220,
220,
2488,
9288,
277,
79,
13,
32016,
11167,
13,
25404,
9654,
62,
33152,
6624,
685,
25,
14181,
11163,
62,
8763,
9864,
1847,
11,
1058,
14181,
11163,
62,
45,
3535,
41048,
60,
198,
220,
220,
220,
329,
279,
287,
357,
34431,
11,
277,
79,
8,
198,
220,
220,
220,
220,
220,
220,
220,
6056,
62,
2536,
796,
288,
75,
9654,
62,
33152,
62,
2536,
7,
79,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
6056,
62,
2536,
6624,
366,
14181,
11163,
62,
8763,
9864,
1847,
930,
11923,
11163,
62,
45,
3535,
41048,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
7980,
25404,
13,
18206,
7,
48526,
13,
29572,
7,
32109,
62,
2536,
4008,
6624,
357,
25835,
25404,
13,
14181,
11163,
62,
45,
3535,
41048,
930,
7980,
25404,
13,
14181,
11163,
62,
8763,
9864,
1847,
8,
198,
220,
220,
220,
886,
198,
220,
220,
220,
300,
79,
796,
10074,
15667,
7203,
8019,
21943,
17,
1600,
1058,
8019,
21943,
17,
26,
17666,
62,
25404,
9654,
28,
7942,
8,
198,
220,
220,
220,
2488,
9288,
288,
75,
9654,
62,
33152,
62,
2536,
7,
34431,
8,
6624,
366,
22366,
1,
198,
437,
198
] | 2.359073 | 4,403 |
module SpringCollab2020TrollStrawberry
using ..Ahorn, Maple
@mapdef Entity "SpringCollab2020/trollStrawberry" TrollStrawberry(x::Integer, y::Integer, winged::Bool=false)
const placements = Ahorn.PlacementDict(
"Troll Strawberry (Spring Collab 2020)" => Ahorn.EntityPlacement(
TrollStrawberry
),
"Troll Strawberry (Winged) (Spring Collab 2020)" => Ahorn.EntityPlacement(
TrollStrawberry,
"point",
Dict{String, Any}(
"winged" => true
)
),
)
# name, winged
sprites = Dict{Tuple{String, Bool}, String}(
("SpringCollab2020/trollStrawberry", false) => "collectables/strawberry/normal00",
("SpringCollab2020/trollStrawberry", true) => "collectables/strawberry/wings01",
)
fallback = "collectables/strawberry/normal00"
Ahorn.nodeLimits(entity::TrollStrawberry) = 0, -1
function Ahorn.selection(entity::TrollStrawberry)
x, y = Ahorn.position(entity)
winged = get(entity.data, "winged", false)
sprite = sprites[(entity.name, winged)]
res = Ahorn.Rectangle[Ahorn.getSpriteRectangle(sprite, x, y)]
return res
end
function Ahorn.renderSelectedAbs(ctx::Ahorn.Cairo.CairoContext, entity::TrollStrawberry)
end
function Ahorn.renderAbs(ctx::Ahorn.Cairo.CairoContext, entity::TrollStrawberry, room::Maple.Room)
x, y = Ahorn.position(entity)
winged = get(entity.data, "winged", false)
sprite = sprites[(entity.name, winged)]
Ahorn.drawSprite(ctx, sprite, x, y)
end
end | [
171,
119,
123,
21412,
8225,
22667,
397,
42334,
51,
2487,
1273,
1831,
8396,
198,
198,
3500,
11485,
10910,
1211,
11,
21249,
198,
198,
31,
8899,
4299,
20885,
366,
30387,
22667,
397,
42334,
14,
83,
2487,
1273,
1831,
8396,
1,
28037,
1273,
1831,
8396,
7,
87,
3712,
46541,
11,
331,
3712,
46541,
11,
8539,
276,
3712,
33,
970,
28,
9562,
8,
198,
198,
9979,
21957,
3196,
796,
7900,
1211,
13,
3646,
5592,
35,
713,
7,
198,
220,
220,
220,
366,
51,
2487,
42611,
357,
30387,
7778,
397,
12131,
16725,
5218,
7900,
1211,
13,
32398,
3646,
5592,
7,
198,
220,
220,
220,
220,
220,
220,
220,
28037,
1273,
1831,
8396,
198,
220,
220,
220,
10612,
628,
220,
220,
220,
366,
51,
2487,
42611,
357,
47418,
8,
357,
30387,
7778,
397,
12131,
16725,
5218,
7900,
1211,
13,
32398,
3646,
5592,
7,
198,
220,
220,
220,
220,
220,
220,
220,
28037,
1273,
1831,
8396,
11,
198,
220,
220,
220,
220,
220,
220,
220,
366,
4122,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
360,
713,
90,
10100,
11,
4377,
92,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
366,
5469,
276,
1,
5218,
2081,
198,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
10612,
198,
8,
198,
198,
2,
1438,
11,
8539,
276,
198,
2777,
23156,
796,
360,
713,
90,
51,
29291,
90,
10100,
11,
347,
970,
5512,
10903,
92,
7,
198,
220,
220,
220,
5855,
30387,
22667,
397,
42334,
14,
83,
2487,
1273,
1831,
8396,
1600,
3991,
8,
5218,
366,
33327,
2977,
14,
301,
1831,
8396,
14,
11265,
405,
1600,
198,
220,
220,
220,
5855,
30387,
22667,
397,
42334,
14,
83,
2487,
1273,
1831,
8396,
1600,
2081,
8,
5218,
366,
33327,
2977,
14,
301,
1831,
8396,
14,
48819,
486,
1600,
198,
8,
198,
198,
7207,
1891,
796,
366,
33327,
2977,
14,
301,
1831,
8396,
14,
11265,
405,
1,
198,
198,
10910,
1211,
13,
17440,
19352,
896,
7,
26858,
3712,
51,
2487,
1273,
1831,
8396,
8,
796,
657,
11,
532,
16,
198,
198,
8818,
7900,
1211,
13,
49283,
7,
26858,
3712,
51,
2487,
1273,
1831,
8396,
8,
198,
220,
220,
220,
2124,
11,
331,
796,
7900,
1211,
13,
9150,
7,
26858,
8,
628,
220,
220,
220,
8539,
276,
796,
651,
7,
26858,
13,
7890,
11,
366,
5469,
276,
1600,
3991,
8,
628,
220,
220,
220,
33810,
796,
42866,
58,
7,
26858,
13,
3672,
11,
8539,
276,
15437,
628,
220,
220,
220,
581,
796,
7900,
1211,
13,
45474,
9248,
58,
10910,
1211,
13,
1136,
38454,
578,
45474,
9248,
7,
34975,
578,
11,
2124,
11,
331,
15437,
628,
220,
220,
220,
1441,
581,
198,
437,
198,
198,
8818,
7900,
1211,
13,
13287,
4653,
12609,
24849,
7,
49464,
3712,
10910,
1211,
13,
34,
18131,
13,
34,
18131,
21947,
11,
9312,
3712,
51,
2487,
1273,
1831,
8396,
8,
198,
198,
437,
198,
198,
8818,
7900,
1211,
13,
13287,
24849,
7,
49464,
3712,
10910,
1211,
13,
34,
18131,
13,
34,
18131,
21947,
11,
9312,
3712,
51,
2487,
1273,
1831,
8396,
11,
2119,
3712,
13912,
293,
13,
41178,
8,
198,
220,
220,
220,
2124,
11,
331,
796,
7900,
1211,
13,
9150,
7,
26858,
8,
628,
220,
220,
220,
8539,
276,
796,
651,
7,
26858,
13,
7890,
11,
366,
5469,
276,
1600,
3991,
8,
628,
220,
220,
220,
33810,
796,
42866,
58,
7,
26858,
13,
3672,
11,
8539,
276,
15437,
628,
220,
220,
220,
7900,
1211,
13,
19334,
38454,
578,
7,
49464,
11,
33810,
11,
2124,
11,
331,
8,
198,
437,
198,
198,
437
] | 2.540309 | 583 |
module triangleInterpolator
using Images
export rasterizationBBOX
function pointLine(x::Float64,
y::Float64,
line::Array{Float64},
linex::Float64,
liney::Float64
)::Float64
return line[2]*x - line[1]*y - line[2]*linex + line[1]*liney
end
function swap_points(ax::Float64,
ay::Float64,
bx::Float64,
by::Float64,
colorA::RGB{N0f8},
colorB::RGB{N0f8}
)::Tuple{Float64, Float64, Float64, Float64, RGB{N0f8}, RGB{N0f8}}
buf_x = ax
buf_y = ay
ax = bx
ay = by
bx = buf_x
by = buf_y
colorBuf = colorA
colorA = colorB
colorB = colorBuf
return ax, ay, bx, by, colorA, colorB
end
function validate_entry(ax::Float64,
ay::Float64,
bx::Float64,
by::Float64,
cx::Float64,
cy::Float64,
colorA::RGB{N0f8},
colorB::RGB{N0f8},
colorC::RGB{N0f8}
)::Tuple{Float64, Float64, Float64, Float64, Float64, Float64, RGB{N0f8}, RGB{N0f8}, RGB{N0f8}}
ab = [bx-ax, by-ay]
bc = [cx-bx, cy-by]
ca = [ax-cx, ay-cy]
if pointLine(cx, cy, ab, ax, ay) < 0
ax, ay, cx, cy, colorA, colorC = swap_points(ax, ay, cx, cy, colorA, colorC)
elseif pointLine(ax, ay, bc, bx, by) < 0
ax, ay, bx, by, colorA, colorB = swap_points(ax, ay, bx, by, colorA, colorB)
elseif pointLine(bx, by, ca, cx, cy) < 0
bx, by, cx, cy, colorB, colorC = swap_points(bx, by, cx, cy, colorB, colorC)
end
ax, ay, bx, by, cx, cy, colorA, colorB, colorC
end
function interpolateColors(position::Array{Float64},
ax::Float64,
ay::Float64,
bx::Float64,
by::Float64,
cx::Float64,
cy::Float64,
colorA::RGB{N0f8},
colorB::RGB{N0f8},
colorC::RGB{N0f8}
)::RGB{N0f8}
ab = [bx-ax, by-ay]
bc = [cx-bx, cy-by]
ca = [ax-cx, ay-cy]
i, j = position
alpha = pointLine(j, i, bc, bx, by) / pointLine(ax, ay, bc, bx, by)
beta = pointLine(j, i, ca, cx, cy) / pointLine(bx, by, ca, cx, cy)
phi = pointLine(j, i, ab, ax, ay) / pointLine(cx, cy, ab, ax, ay)
return alpha * colorA + beta * colorB + phi * colorC
end
function setupBBOX(A::Array{Float64},
B::Array{Float64},
C::Array{Float64},
maxX::Int64,
maxY::Int64
)::NTuple{4, Float64}
maxHeight = max(A[1], B[1], C[1])
minHeight = min(A[1], B[1], C[1])
if maxHeight > maxY
maxHeight = maxY
end
if minHeight < 1
minHeight = 1
end
maxWidth = max(A[2], B[2], C[2])
minWidth = min(A[2], B[2], C[2])
if maxWidth > maxX
maxWidth = maxX
end
if minWidth < 1
minWidth = 1
end
return maxHeight, minHeight, maxWidth, minWidth
end
function rasterizationBBOX(img::Array{RGB{N0f8}, 2},
A::Array{Float64},
B::Array{Float64},
C::Array{Float64},
colorA::RGB{N0f8},
colorB::RGB{N0f8},
colorC::RGB{N0f8}
)
maxHeight, minHeight, maxWidth, minWidth = setupBBOX(A, B, C, size(img)[2], size(img)[1])
ax, ay, bx, by, cx, cy = A[2], A[1], B[2], B[1], C[2], C[1]
ax, ay, bx, by, cx, cy, colorA, colorB, colorC = validate_entry(ax, ay, bx, by, cx, cy, colorA, colorB, colorC)
ab = [bx-ax, by-ay]
bc = [cx-bx, cy-by]
ca = [ax-cx, ay-cy]
for i=floor(Int, minHeight):ceil(Int, maxHeight)
for j=floor(Int, minWidth):ceil(Int, maxWidth)
floatj = Float64(j)
floati = Float64(i)
alpha = pointLine(floatj, floati, bc, bx, by)
beta = pointLine(floatj, floati, ca, cx, cy)
phi = pointLine(floatj, floati, ab, ax, ay)
if beta >= 0 && alpha >= 0 && phi >= 0
img[i, j] = interpolateColors([floati, floatj], ax, ay, bx, by, cx, cy, colorA, colorB, colorC)
end
end
end
end
end | [
21412,
22950,
9492,
16104,
1352,
198,
220,
220,
220,
1262,
5382,
198,
220,
220,
220,
10784,
374,
1603,
1634,
33,
39758,
628,
220,
220,
220,
2163,
966,
13949,
7,
87,
3712,
43879,
2414,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
331,
3712,
43879,
2414,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1627,
3712,
19182,
90,
43879,
2414,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1627,
87,
3712,
43879,
2414,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1627,
88,
3712,
43879,
2414,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
3712,
43879,
2414,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
1627,
58,
17,
60,
9,
87,
532,
1627,
58,
16,
60,
9,
88,
532,
1627,
58,
17,
60,
9,
1370,
87,
1343,
1627,
58,
16,
60,
9,
1370,
88,
198,
220,
220,
220,
886,
628,
220,
220,
220,
2163,
16075,
62,
13033,
7,
897,
3712,
43879,
2414,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
38762,
3712,
43879,
2414,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
275,
87,
3712,
43879,
2414,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
416,
3712,
43879,
2414,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3124,
32,
3712,
36982,
90,
45,
15,
69,
23,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3124,
33,
3712,
36982,
90,
45,
15,
69,
23,
92,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
3712,
51,
29291,
90,
43879,
2414,
11,
48436,
2414,
11,
48436,
2414,
11,
48436,
2414,
11,
25228,
90,
45,
15,
69,
23,
5512,
25228,
90,
45,
15,
69,
23,
11709,
198,
220,
220,
220,
220,
220,
220,
220,
42684,
62,
87,
796,
7877,
198,
220,
220,
220,
220,
220,
220,
220,
42684,
62,
88,
796,
38762,
198,
220,
220,
220,
220,
220,
220,
220,
7877,
796,
275,
87,
198,
220,
220,
220,
220,
220,
220,
220,
38762,
796,
416,
198,
220,
220,
220,
220,
220,
220,
220,
275,
87,
796,
42684,
62,
87,
198,
220,
220,
220,
220,
220,
220,
220,
416,
796,
42684,
62,
88,
628,
220,
220,
220,
220,
220,
220,
220,
3124,
33,
3046,
796,
3124,
32,
198,
220,
220,
220,
220,
220,
220,
220,
3124,
32,
796,
3124,
33,
198,
220,
220,
220,
220,
220,
220,
220,
3124,
33,
796,
3124,
33,
3046,
198,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
7877,
11,
38762,
11,
275,
87,
11,
416,
11,
3124,
32,
11,
3124,
33,
198,
220,
220,
220,
886,
198,
220,
220,
220,
2163,
26571,
62,
13000,
7,
897,
3712,
43879,
2414,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
38762,
3712,
43879,
2414,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
275,
87,
3712,
43879,
2414,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
416,
3712,
43879,
2414,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
43213,
3712,
43879,
2414,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3075,
3712,
43879,
2414,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3124,
32,
3712,
36982,
90,
45,
15,
69,
23,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3124,
33,
3712,
36982,
90,
45,
15,
69,
23,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3124,
34,
3712,
36982,
90,
45,
15,
69,
23,
92,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
3712,
51,
29291,
90,
43879,
2414,
11,
48436,
2414,
11,
48436,
2414,
11,
48436,
2414,
11,
48436,
2414,
11,
48436,
2414,
11,
25228,
90,
45,
15,
69,
23,
5512,
25228,
90,
45,
15,
69,
23,
5512,
25228,
90,
45,
15,
69,
23,
11709,
198,
220,
220,
220,
220,
220,
220,
220,
450,
796,
685,
65,
87,
12,
897,
11,
416,
12,
323,
60,
198,
220,
220,
220,
220,
220,
220,
220,
47125,
796,
685,
66,
87,
12,
65,
87,
11,
3075,
12,
1525,
60,
198,
220,
220,
220,
220,
220,
220,
220,
1275,
796,
685,
897,
12,
66,
87,
11,
38762,
12,
948,
60,
628,
220,
220,
220,
220,
220,
220,
220,
611,
966,
13949,
7,
66,
87,
11,
3075,
11,
450,
11,
7877,
11,
38762,
8,
1279,
657,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7877,
11,
38762,
11,
43213,
11,
3075,
11,
3124,
32,
11,
3124,
34,
796,
16075,
62,
13033,
7,
897,
11,
38762,
11,
43213,
11,
3075,
11,
3124,
32,
11,
3124,
34,
8,
628,
220,
220,
220,
220,
220,
220,
220,
2073,
361,
966,
13949,
7,
897,
11,
38762,
11,
47125,
11,
275,
87,
11,
416,
8,
1279,
657,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7877,
11,
38762,
11,
275,
87,
11,
416,
11,
3124,
32,
11,
3124,
33,
796,
16075,
62,
13033,
7,
897,
11,
38762,
11,
275,
87,
11,
416,
11,
3124,
32,
11,
3124,
33,
8,
628,
220,
220,
220,
220,
220,
220,
220,
2073,
361,
966,
13949,
7,
65,
87,
11,
416,
11,
1275,
11,
43213,
11,
3075,
8,
1279,
657,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
275,
87,
11,
416,
11,
43213,
11,
3075,
11,
3124,
33,
11,
3124,
34,
796,
16075,
62,
13033,
7,
65,
87,
11,
416,
11,
43213,
11,
3075,
11,
3124,
33,
11,
3124,
34,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
7877,
11,
38762,
11,
275,
87,
11,
416,
11,
43213,
11,
3075,
11,
3124,
32,
11,
3124,
33,
11,
3124,
34,
198,
220,
220,
220,
886,
198,
220,
220,
220,
2163,
39555,
378,
5216,
669,
7,
9150,
3712,
19182,
90,
43879,
2414,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7877,
3712,
43879,
2414,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
38762,
3712,
43879,
2414,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
275,
87,
3712,
43879,
2414,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
416,
3712,
43879,
2414,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
43213,
3712,
43879,
2414,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3075,
3712,
43879,
2414,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3124,
32,
3712,
36982,
90,
45,
15,
69,
23,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3124,
33,
3712,
36982,
90,
45,
15,
69,
23,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3124,
34,
3712,
36982,
90,
45,
15,
69,
23,
92,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
3712,
36982,
90,
45,
15,
69,
23,
92,
198,
220,
220,
220,
220,
220,
220,
220,
450,
796,
685,
65,
87,
12,
897,
11,
416,
12,
323,
60,
198,
220,
220,
220,
220,
220,
220,
220,
47125,
796,
685,
66,
87,
12,
65,
87,
11,
3075,
12,
1525,
60,
198,
220,
220,
220,
220,
220,
220,
220,
1275,
796,
685,
897,
12,
66,
87,
11,
38762,
12,
948,
60,
628,
220,
220,
220,
220,
220,
220,
220,
1312,
11,
474,
796,
2292,
628,
220,
220,
220,
220,
220,
220,
220,
17130,
796,
966,
13949,
7,
73,
11,
1312,
11,
47125,
11,
275,
87,
11,
416,
8,
1220,
966,
13949,
7,
897,
11,
38762,
11,
47125,
11,
275,
87,
11,
416,
8,
198,
220,
220,
220,
220,
220,
220,
220,
12159,
796,
966,
13949,
7,
73,
11,
1312,
11,
1275,
11,
43213,
11,
3075,
8,
1220,
966,
13949,
7,
65,
87,
11,
416,
11,
1275,
11,
43213,
11,
3075,
8,
198,
220,
220,
220,
220,
220,
220,
220,
872,
72,
796,
966,
13949,
7,
73,
11,
1312,
11,
450,
11,
7877,
11,
38762,
8,
1220,
966,
13949,
7,
66,
87,
11,
3075,
11,
450,
11,
7877,
11,
38762,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1441,
17130,
1635,
3124,
32,
1343,
12159,
1635,
3124,
33,
1343,
872,
72,
1635,
3124,
34,
198,
220,
220,
220,
886,
198,
220,
220,
220,
2163,
9058,
33,
39758,
7,
32,
3712,
19182,
90,
43879,
2414,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
347,
3712,
19182,
90,
43879,
2414,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
3712,
19182,
90,
43879,
2414,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3509,
55,
3712,
5317,
2414,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3509,
56,
3712,
5317,
2414,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
3712,
11251,
29291,
90,
19,
11,
48436,
2414,
92,
198,
220,
220,
220,
220,
220,
220,
220,
3509,
23106,
796,
3509,
7,
32,
58,
16,
4357,
347,
58,
16,
4357,
327,
58,
16,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
949,
23106,
796,
949,
7,
32,
58,
16,
4357,
347,
58,
16,
4357,
327,
58,
16,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
611,
3509,
23106,
1875,
3509,
56,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3509,
23106,
796,
3509,
56,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
611,
949,
23106,
1279,
352,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
949,
23106,
796,
352,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
3509,
30916,
796,
3509,
7,
32,
58,
17,
4357,
347,
58,
17,
4357,
327,
58,
17,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
949,
30916,
796,
949,
7,
32,
58,
17,
4357,
347,
58,
17,
4357,
327,
58,
17,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
611,
3509,
30916,
1875,
3509,
55,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3509,
30916,
796,
3509,
55,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
611,
949,
30916,
1279,
352,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
949,
30916,
796,
352,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
3509,
23106,
11,
949,
23106,
11,
3509,
30916,
11,
949,
30916,
198,
220,
220,
220,
886,
198,
220,
220,
220,
2163,
374,
1603,
1634,
33,
39758,
7,
9600,
3712,
19182,
90,
36982,
90,
45,
15,
69,
23,
5512,
362,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
19182,
90,
43879,
2414,
5512,
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,
220,
220,
347,
3712,
19182,
90,
43879,
2414,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
3712,
19182,
90,
43879,
2414,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3124,
32,
3712,
36982,
90,
45,
15,
69,
23,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3124,
33,
3712,
36982,
90,
45,
15,
69,
23,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3124,
34,
3712,
36982,
90,
45,
15,
69,
23,
92,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
3509,
23106,
11,
949,
23106,
11,
3509,
30916,
11,
949,
30916,
796,
9058,
33,
39758,
7,
32,
11,
347,
11,
327,
11,
2546,
7,
9600,
38381,
17,
4357,
2546,
7,
9600,
38381,
16,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
7877,
11,
38762,
11,
275,
87,
11,
416,
11,
43213,
11,
3075,
796,
317,
58,
17,
4357,
317,
58,
16,
4357,
347,
58,
17,
4357,
347,
58,
16,
4357,
327,
58,
17,
4357,
327,
58,
16,
60,
198,
220,
220,
220,
220,
220,
220,
220,
7877,
11,
38762,
11,
275,
87,
11,
416,
11,
43213,
11,
3075,
11,
3124,
32,
11,
3124,
33,
11,
3124,
34,
796,
26571,
62,
13000,
7,
897,
11,
38762,
11,
275,
87,
11,
416,
11,
43213,
11,
3075,
11,
3124,
32,
11,
3124,
33,
11,
3124,
34,
8,
628,
220,
220,
220,
220,
220,
220,
220,
450,
796,
685,
65,
87,
12,
897,
11,
416,
12,
323,
60,
198,
220,
220,
220,
220,
220,
220,
220,
47125,
796,
685,
66,
87,
12,
65,
87,
11,
3075,
12,
1525,
60,
198,
220,
220,
220,
220,
220,
220,
220,
1275,
796,
685,
897,
12,
66,
87,
11,
38762,
12,
948,
60,
628,
220,
220,
220,
220,
220,
220,
220,
329,
1312,
28,
28300,
7,
5317,
11,
949,
23106,
2599,
344,
346,
7,
5317,
11,
3509,
23106,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
474,
28,
28300,
7,
5317,
11,
949,
30916,
2599,
344,
346,
7,
5317,
11,
3509,
30916,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12178,
73,
796,
48436,
2414,
7,
73,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5530,
7246,
796,
48436,
2414,
7,
72,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17130,
796,
966,
13949,
7,
22468,
73,
11,
5530,
7246,
11,
47125,
11,
275,
87,
11,
416,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12159,
796,
966,
13949,
7,
22468,
73,
11,
5530,
7246,
11,
1275,
11,
43213,
11,
3075,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
872,
72,
796,
966,
13949,
7,
22468,
73,
11,
5530,
7246,
11,
450,
11,
7877,
11,
38762,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
12159,
18189,
657,
11405,
17130,
18189,
657,
11405,
872,
72,
18189,
657,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
33705,
58,
72,
11,
474,
60,
796,
39555,
378,
5216,
669,
26933,
48679,
7246,
11,
12178,
73,
4357,
7877,
11,
38762,
11,
275,
87,
11,
416,
11,
43213,
11,
3075,
11,
3124,
32,
11,
3124,
33,
11,
3124,
34,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437
] | 1.60232 | 3,103 |
using Lazy
import Lazy: cycle, range, drop, take
using Test
# dummy function to test threading macros on
function add_things(n1, n2, n3)
100n1 + 10n2 + n3
end
# dummy macro to test threading macros on
macro m_add_things(n1, n2, n3)
quote
100 * $(esc(n1)) + 10 * $(esc(n2)) + $(esc(n3))
end
end
# define structs for @forward macro testing below (PR #112)
struct Foo112 end
struct Bar112 f::Foo112 end
@testset "Lazy" begin
if VERSION >= v"1.0.0"
@test isempty(detect_ambiguities(Base, Core, Lazy))
end
@testset "Lists" begin
@test list(1, 2, 3)[2] == 2
@test prepend(1, list(2,3,4)) == 1:list(2, 3, 4)
@test seq([1, 2, 3]) == list(1, 2, 3)
@test seq(1:3) == list(1, 2, 3)
@test constantly(1)[50] == 1
testfn() = 1
@test repeatedly(testfn)[50] == 1
@test cycle([1, 2, 3])[50] == 2
@test iterated(x->x^2, 2)[3] == 16
@test range(1, 5)[3] == 3
@test range(1, 5)[10] == nothing
@test range(1, 5)[-1] == 1
@test list(1, 2, 3) * list(4, 5, 6) == list(1, 2, 3, 4, 5, 6)
@test first(list(1, 2, 3)) == 1
@test tail(list(1, 2, 3)) == list(2, 3)
@test flatten(list(1,2,list(3,4))) == list(1, 2, 3, 4)
@test list(1,2,list(3,4))[3] == list(3, 4)
@test list(list(1), list(2))[1] == list(1)
@test reductions(+, 0, list(1, 2, 3)) == list(1, 3, 6)
@test [i for i in @lazy[1,2,3]] == [1,2,3]
l = list(1, 2, 3)
@test l:7:l == list(list(1, 2, 3), 7, 1, 2, 3) # ambiguity test
end
@testset "Fibs" begin
fibs = @lazy 0:1:(fibs + drop(1, fibs));
@test fibs[20] == 4181
@test take(5, fibs) == list(0, 1, 1, 2, 3)
end
@testset "Primes" begin
isprime(n) =
@>> primes begin
take_while(x -> x<=sqrt(n))
map(x -> n % x == 0)
any; !
end
primes = filter(isprime, range(2));
end
@testset "Even squares" begin
esquares = @>> range() map(x->x^2) filter(iseven);
@test take(5, esquares) == list(4, 16, 36, 64, 100)
end
@testset "Threading macros" begin
temp = @> [2 3] sum
@test temp == 5
# Reverse from after index 2
temp = @>> 2 reverse([1, 2, 3, 4, 5])
@test temp == [1, 5, 4, 3, 2]
temp = @as x 2 begin
x^2
x + 2
end
@test temp == 6
# test that threading macros work with functions
temp = @> 1 add_things(2,3)
@test temp == 123
temp = @>> 3 add_things(1,2)
@test temp == 123
temp = @as x 2 add_things(1,x,3)
@test temp == 123
# test that threading macros work with macros
temp = @> 1 @m_add_things(2,3)
@test temp == 123
temp = @>> 3 @m_add_things(1,2)
@test temp == 123
temp = @as x 2 @m_add_things(1,x,3)
@test temp == 123
end
@testset "Forward macro" begin
play(x::Foo112; y) = y # uses keyword arg
play(x::Foo112, z) = z # uses regular arg
play(x::Foo112, z1, z2; y) = y + z1 + z2 # uses both
@forward Bar112.f play # forward `play` function to field `f`
let f = Foo112(), b = Bar112(f)
@test play(f, y = 1) === play(b, y = 1)
@test play(f, 2) === play(b, 2)
@test play(f, 2, 3, y = 1) === play(b, 2, 3, y = 1)
end
end
@testset "getindex" begin
l = Lazy.range(1,10)
@test l[1] == 1
@test collect(l[1:5]) == collect(1:5)
end
@testset "Listables" begin
@test_throws MethodError sin()
end
@static VERSION ≥ v"1.2" && @testset "avoid stackoverflow" begin
@test (length(takewhile(<(10), Lazy.range(1))); true)
@test (length(takewhile(<(100000), Lazy.range(1))); true)
end
@testset "any/all" begin
let xs = list(true, false, false)
@test any(identity, xs) == true
@test any(xs) == true
@test all(identity, xs) == false
@test all(xs) == false
end
let yy = list(1, 0, 1)
@test any(Bool, yy) == true
@test all(Bool, yy) == false
end
# Base method--ensures no ambiguity with methods here
@test all([true true; true true], dims=1) == [true true]
end
end
| [
3500,
406,
12582,
198,
11748,
406,
12582,
25,
6772,
11,
2837,
11,
4268,
11,
1011,
198,
3500,
6208,
198,
198,
2,
31548,
2163,
284,
1332,
4704,
278,
34749,
319,
198,
8818,
751,
62,
27971,
7,
77,
16,
11,
299,
17,
11,
299,
18,
8,
198,
220,
220,
220,
1802,
77,
16,
1343,
838,
77,
17,
1343,
299,
18,
198,
437,
198,
198,
2,
31548,
15021,
284,
1332,
4704,
278,
34749,
319,
198,
20285,
305,
285,
62,
2860,
62,
27971,
7,
77,
16,
11,
299,
17,
11,
299,
18,
8,
198,
220,
220,
220,
9577,
198,
220,
220,
220,
220,
220,
220,
220,
1802,
1635,
29568,
3798,
7,
77,
16,
4008,
1343,
838,
1635,
29568,
3798,
7,
77,
17,
4008,
1343,
29568,
3798,
7,
77,
18,
4008,
198,
220,
220,
220,
886,
198,
437,
198,
198,
2,
8160,
2878,
82,
329,
2488,
11813,
15021,
4856,
2174,
357,
4805,
1303,
14686,
8,
198,
7249,
36080,
14686,
886,
198,
7249,
2409,
14686,
277,
3712,
37,
2238,
14686,
886,
628,
198,
31,
9288,
2617,
366,
43,
12582,
1,
2221,
198,
198,
361,
44156,
2849,
18189,
410,
1,
16,
13,
15,
13,
15,
1,
198,
220,
220,
220,
2488,
9288,
318,
28920,
7,
15255,
478,
62,
4131,
328,
84,
871,
7,
14881,
11,
7231,
11,
406,
12582,
4008,
198,
437,
198,
198,
31,
9288,
2617,
366,
43,
1023,
1,
2221,
198,
220,
220,
220,
2488,
9288,
1351,
7,
16,
11,
362,
11,
513,
38381,
17,
60,
6624,
362,
198,
220,
220,
220,
2488,
9288,
3143,
437,
7,
16,
11,
1351,
7,
17,
11,
18,
11,
19,
4008,
6624,
352,
25,
4868,
7,
17,
11,
513,
11,
604,
8,
198,
220,
220,
220,
2488,
9288,
33756,
26933,
16,
11,
362,
11,
513,
12962,
6624,
1351,
7,
16,
11,
362,
11,
513,
8,
198,
220,
220,
220,
2488,
9288,
33756,
7,
16,
25,
18,
8,
6624,
1351,
7,
16,
11,
362,
11,
513,
8,
198,
220,
220,
220,
2488,
9288,
7558,
7,
16,
38381,
1120,
60,
6624,
352,
198,
220,
220,
220,
1332,
22184,
3419,
796,
352,
198,
220,
220,
220,
2488,
9288,
7830,
7,
9288,
22184,
38381,
1120,
60,
6624,
352,
198,
220,
220,
220,
2488,
9288,
6772,
26933,
16,
11,
362,
11,
513,
12962,
58,
1120,
60,
6624,
362,
198,
220,
220,
220,
2488,
9288,
11629,
515,
7,
87,
3784,
87,
61,
17,
11,
362,
38381,
18,
60,
6624,
1467,
198,
220,
220,
220,
2488,
9288,
2837,
7,
16,
11,
642,
38381,
18,
60,
6624,
513,
198,
220,
220,
220,
2488,
9288,
2837,
7,
16,
11,
642,
38381,
940,
60,
6624,
2147,
198,
220,
220,
220,
2488,
9288,
2837,
7,
16,
11,
642,
38381,
12,
16,
60,
6624,
352,
198,
220,
220,
220,
2488,
9288,
1351,
7,
16,
11,
362,
11,
513,
8,
1635,
1351,
7,
19,
11,
642,
11,
718,
8,
6624,
1351,
7,
16,
11,
362,
11,
513,
11,
604,
11,
642,
11,
718,
8,
198,
220,
220,
220,
2488,
9288,
717,
7,
4868,
7,
16,
11,
362,
11,
513,
4008,
6624,
352,
198,
220,
220,
220,
2488,
9288,
7894,
7,
4868,
7,
16,
11,
362,
11,
513,
4008,
6624,
1351,
7,
17,
11,
513,
8,
198,
220,
220,
220,
2488,
9288,
27172,
268,
7,
4868,
7,
16,
11,
17,
11,
4868,
7,
18,
11,
19,
22305,
6624,
1351,
7,
16,
11,
362,
11,
513,
11,
604,
8,
198,
220,
220,
220,
2488,
9288,
1351,
7,
16,
11,
17,
11,
4868,
7,
18,
11,
19,
4008,
58,
18,
60,
6624,
1351,
7,
18,
11,
604,
8,
198,
220,
220,
220,
2488,
9288,
1351,
7,
4868,
7,
16,
828,
1351,
7,
17,
4008,
58,
16,
60,
6624,
1351,
7,
16,
8,
198,
220,
220,
220,
2488,
9288,
20691,
7,
28200,
657,
11,
1351,
7,
16,
11,
362,
11,
513,
4008,
6624,
1351,
7,
16,
11,
513,
11,
718,
8,
198,
220,
220,
220,
2488,
9288,
685,
72,
329,
1312,
287,
2488,
75,
12582,
58,
16,
11,
17,
11,
18,
11907,
6624,
685,
16,
11,
17,
11,
18,
60,
628,
220,
220,
220,
300,
796,
1351,
7,
16,
11,
362,
11,
513,
8,
198,
220,
220,
220,
2488,
9288,
300,
25,
22,
25,
75,
6624,
1351,
7,
4868,
7,
16,
11,
362,
11,
513,
828,
767,
11,
352,
11,
362,
11,
513,
8,
220,
220,
1303,
33985,
1332,
198,
437,
198,
198,
31,
9288,
2617,
366,
37,
571,
82,
1,
2221,
198,
220,
220,
220,
12900,
82,
796,
2488,
75,
12582,
657,
25,
16,
37498,
69,
571,
82,
1343,
4268,
7,
16,
11,
12900,
82,
18125,
198,
220,
220,
220,
2488,
9288,
12900,
82,
58,
1238,
60,
6624,
604,
27057,
198,
220,
220,
220,
2488,
9288,
1011,
7,
20,
11,
12900,
82,
8,
6624,
1351,
7,
15,
11,
352,
11,
352,
11,
362,
11,
513,
8,
198,
437,
198,
198,
31,
9288,
2617,
366,
6836,
999,
1,
2221,
198,
220,
220,
220,
318,
35505,
7,
77,
8,
796,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
4211,
778,
999,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1011,
62,
4514,
7,
87,
4613,
2124,
27,
28,
31166,
17034,
7,
77,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3975,
7,
87,
4613,
299,
4064,
2124,
6624,
657,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
597,
26,
5145,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
778,
999,
796,
8106,
7,
271,
35505,
11,
2837,
7,
17,
18125,
198,
437,
198,
198,
31,
9288,
2617,
366,
6104,
24438,
1,
2221,
198,
220,
220,
220,
1658,
421,
3565,
796,
2488,
4211,
2837,
3419,
3975,
7,
87,
3784,
87,
61,
17,
8,
8106,
7,
786,
574,
1776,
198,
220,
220,
220,
2488,
9288,
1011,
7,
20,
11,
1658,
421,
3565,
8,
6624,
1351,
7,
19,
11,
1467,
11,
4570,
11,
5598,
11,
1802,
8,
198,
437,
198,
198,
31,
9288,
2617,
366,
16818,
278,
34749,
1,
2221,
198,
220,
220,
220,
20218,
796,
2488,
29,
685,
17,
513,
60,
2160,
198,
220,
220,
220,
2488,
9288,
20218,
6624,
642,
198,
220,
220,
220,
1303,
31849,
422,
706,
6376,
362,
198,
220,
220,
220,
20218,
796,
2488,
4211,
362,
9575,
26933,
16,
11,
362,
11,
513,
11,
604,
11,
642,
12962,
198,
220,
220,
220,
2488,
9288,
20218,
6624,
685,
16,
11,
642,
11,
604,
11,
513,
11,
362,
60,
198,
220,
220,
220,
20218,
796,
2488,
292,
2124,
362,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
61,
17,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
1343,
362,
198,
220,
220,
220,
886,
198,
220,
220,
220,
2488,
9288,
20218,
6624,
718,
628,
220,
220,
220,
1303,
1332,
326,
4704,
278,
34749,
670,
351,
5499,
198,
220,
220,
220,
20218,
796,
2488,
29,
352,
751,
62,
27971,
7,
17,
11,
18,
8,
198,
220,
220,
220,
2488,
9288,
20218,
6624,
17031,
628,
220,
220,
220,
20218,
796,
2488,
4211,
513,
751,
62,
27971,
7,
16,
11,
17,
8,
198,
220,
220,
220,
2488,
9288,
20218,
6624,
17031,
628,
220,
220,
220,
20218,
796,
2488,
292,
2124,
362,
751,
62,
27971,
7,
16,
11,
87,
11,
18,
8,
198,
220,
220,
220,
2488,
9288,
20218,
6624,
17031,
628,
220,
220,
220,
1303,
1332,
326,
4704,
278,
34749,
670,
351,
34749,
198,
220,
220,
220,
20218,
796,
2488,
29,
352,
2488,
76,
62,
2860,
62,
27971,
7,
17,
11,
18,
8,
198,
220,
220,
220,
2488,
9288,
20218,
6624,
17031,
628,
220,
220,
220,
20218,
796,
2488,
4211,
513,
2488,
76,
62,
2860,
62,
27971,
7,
16,
11,
17,
8,
198,
220,
220,
220,
2488,
9288,
20218,
6624,
17031,
628,
220,
220,
220,
20218,
796,
2488,
292,
2124,
362,
2488,
76,
62,
2860,
62,
27971,
7,
16,
11,
87,
11,
18,
8,
198,
220,
220,
220,
2488,
9288,
20218,
6624,
17031,
198,
198,
437,
198,
198,
31,
9288,
2617,
366,
39746,
15021,
1,
2221,
198,
220,
220,
220,
711,
7,
87,
3712,
37,
2238,
14686,
26,
331,
8,
796,
331,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
3544,
21179,
1822,
198,
220,
220,
220,
711,
7,
87,
3712,
37,
2238,
14686,
11,
1976,
8,
796,
1976,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
3544,
3218,
1822,
198,
220,
220,
220,
711,
7,
87,
3712,
37,
2238,
14686,
11,
1976,
16,
11,
1976,
17,
26,
331,
8,
796,
331,
1343,
1976,
16,
1343,
1976,
17,
220,
220,
220,
220,
220,
1303,
3544,
1111,
628,
220,
220,
220,
2488,
11813,
2409,
14686,
13,
69,
711,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
2651,
4600,
1759,
63,
2163,
284,
2214,
4600,
69,
63,
628,
220,
220,
220,
1309,
277,
796,
36080,
14686,
22784,
275,
796,
2409,
14686,
7,
69,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
711,
7,
69,
11,
331,
796,
352,
8,
24844,
711,
7,
65,
11,
331,
796,
352,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
711,
7,
69,
11,
362,
8,
24844,
711,
7,
65,
11,
362,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
711,
7,
69,
11,
362,
11,
513,
11,
331,
796,
352,
8,
24844,
711,
7,
65,
11,
362,
11,
513,
11,
331,
796,
352,
8,
198,
220,
220,
220,
886,
198,
437,
198,
198,
31,
9288,
2617,
366,
1136,
9630,
1,
2221,
198,
220,
220,
220,
300,
796,
406,
12582,
13,
9521,
7,
16,
11,
940,
8,
198,
220,
220,
220,
2488,
9288,
300,
58,
16,
60,
6624,
352,
198,
220,
220,
220,
2488,
9288,
2824,
7,
75,
58,
16,
25,
20,
12962,
6624,
2824,
7,
16,
25,
20,
8,
198,
437,
198,
198,
31,
9288,
2617,
366,
8053,
2977,
1,
2221,
198,
220,
220,
220,
2488,
9288,
62,
400,
8516,
11789,
12331,
7813,
3419,
198,
437,
198,
198,
31,
12708,
44156,
2849,
26870,
410,
1,
16,
13,
17,
1,
11405,
2488,
9288,
2617,
366,
27080,
8931,
2502,
11125,
1,
2221,
198,
220,
220,
220,
2488,
9288,
357,
13664,
7,
20657,
4514,
7,
27,
7,
940,
828,
406,
12582,
13,
9521,
7,
16,
4008,
1776,
2081,
8,
198,
220,
220,
220,
2488,
9288,
357,
13664,
7,
20657,
4514,
7,
27,
7,
3064,
830,
828,
406,
12582,
13,
9521,
7,
16,
4008,
1776,
2081,
8,
198,
437,
198,
198,
31,
9288,
2617,
366,
1092,
14,
439,
1,
2221,
198,
220,
220,
220,
1309,
2124,
82,
796,
1351,
7,
7942,
11,
3991,
11,
3991,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
597,
7,
738,
414,
11,
2124,
82,
8,
6624,
2081,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
597,
7,
34223,
8,
6624,
2081,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
477,
7,
738,
414,
11,
2124,
82,
8,
6624,
3991,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
477,
7,
34223,
8,
6624,
3991,
198,
220,
220,
220,
886,
198,
220,
220,
220,
1309,
331,
88,
796,
1351,
7,
16,
11,
657,
11,
352,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
597,
7,
33,
970,
11,
331,
88,
8,
6624,
2081,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
477,
7,
33,
970,
11,
331,
88,
8,
6624,
3991,
198,
220,
220,
220,
886,
198,
220,
220,
220,
1303,
7308,
2446,
438,
641,
942,
645,
33985,
351,
5050,
994,
198,
220,
220,
220,
2488,
9288,
477,
26933,
7942,
2081,
26,
2081,
2081,
4357,
5391,
82,
28,
16,
8,
6624,
685,
7942,
2081,
60,
198,
437,
198,
198,
437,
198
] | 2.059898 | 1,970 |
import Base: isempty
export ResetMap,
get_A,
get_b
"""
ResetMap{N<:Real, S<:LazySet{N}} <: LazySet{N}
Type that represents a lazy reset map.
A reset map is a special case of an affine map ``A x + b, x ∈ X`` where the
linear map ``A`` is the identity matrix with zero entries in all reset
dimensions, and the translation vector ``b`` is zero in all other dimensions.
### Fields
- `X` -- convex set
- `resets` -- resets (a mapping from an index to a new value)
### Example
```jldoctest resetmap
julia> X = BallInf([2.0, 2.0, 2.0], 1.0);
julia> r = Dict(1 => 4.0, 3 => 0.0);
julia> rm = ResetMap(X, r);
```
Here `rm` modifies the set `X` such that `x1` is reset to 4 and `x3` is reset to
0, while `x2` is not modified.
Hence `rm` is equivalent to the set
`Hyperrectangle([4.0, 2.0, 0.0], [0.0, 1.0, 0.0])`, i.e., an axis-aligned line
segment embedded in 3D.
The corresponding affine map ``A x + b`` would be:
```math
\begin{pmatrix} 0 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 0 \end{pmatrix} x +
\begin{pmatrix} 4 & 0 & 0 \end{pmatrix}
```
Use the function `get_A` (resp. `get_b`) to create the matrix `A` (resp. vector
`b`) corresponding to a given reset map.
The (in this case unique) support vector of `rm` in direction `ones(3)` is:
```jldoctest resetmap
julia> σ(ones(3), rm)
3-element Array{Float64,1}:
4.0
3.0
0.0
```
"""
struct ResetMap{N<:Real, S<:LazySet{N}} <: LazySet{N}
X::S
resets::Dict{Int, N}
end
"""
get_A(rm::ResetMap{N}) where {N<:Real}
Return the ``A`` matrix of the affine map ``A x + b, x ∈ X`` represented by a
reset map.
### Input
- `rm` -- reset map
### Output
The (sparse) square matrix for the affine map ``A x + b, x ∈ X`` represented by
the reset map.
### Algorithm
We construct the identity matrix and set all entries in the reset dimensions to
zero.
"""
function get_A(rm::ResetMap{N}) where {N<:Real}
n = dim(rm)
A = sparse(N(1)*I, n, n)
for i in keys(rm.resets)
A[i, i] = zero(N)
end
return A
end
"""
get_b(rm::ResetMap{N}) where {N<:Real}
Return the ``b`` vector of the affine map ``A x + b, x ∈ X`` represented by a
reset map.
### Input
- `rm` -- reset map
### Output
The (sparse) vector for the affine map ``A x + b, x ∈ X`` represented by the
reset map.
The vector contains the reset value for all reset dimensions, and is zero for
all other dimensions.
"""
function get_b(rm::ResetMap{N}) where {N<:Real}
n = dim(rm)
b = sparsevec(Int[], N[], n)
for (i, val) in rm.resets
b[i] = val
end
return b
end
# --- LazySet interface functions ---
"""
dim(rm::ResetMap)
Return the dimension of a reset map.
### Input
- `rm` -- reset map
### Output
The dimension of a reset map.
"""
function dim(rm::ResetMap)::Int
return dim(rm.X)
end
"""
σ(d::AbstractVector{N}, rm::ResetMap{N}) where {N<:Real}
Return the support vector of a reset map.
### Input
- `d` -- direction
- `rm` -- reset map
### Output
The support vector in the given direction.
If the direction has norm zero, the result depends on the wrapped set.
"""
function σ(d::AbstractVector{N}, rm::ResetMap{N}) where {N<:Real}
d_reset = copy(d)
for var in keys(rm.resets)
d_reset[var] = zero(N)
end
return substitute(rm.resets, σ(d_reset, rm.X))
end
"""
ρ(d::AbstractVector{N}, rm::ResetMap{N}) where {N<:Real}
Return the support function of a reset map.
### Input
- `d` -- direction
- `rm` -- reset map
### Output
The support function in the given direction.
### Notes
We use the usual dot-product definition, but for unbounded sets we redefine the
product between ``0`` and ``±∞`` as ``0``; Julia returns `NaN` here.
```jldoctest
julia> Inf * 0.0
NaN
```
See the discussion
[here](https://math.stackexchange.com/questions/28940/why-is-infty-cdot-0-not-clearly-equal-to-0).
"""
function ρ(d::AbstractVector{N}, rm::ResetMap{N}) where {N<:Real}
return dot_zero(d, σ(d, rm))
end
"""
an_element(rm::ResetMap)
Return some element of a reset map.
### Input
- `rm` -- reset map
### Output
An element in the reset map.
It relies on the `an_element` function of the wrapped set.
"""
function an_element(rm::ResetMap)
return substitute(rm.resets, an_element(rm.X))
end
"""
isempty(rm::ResetMap)::Bool
Return if a reset map is empty or not.
### Input
- `rm` -- reset map
### Output
`true` iff the wrapped set is empty.
"""
function isempty(rm::ResetMap)::Bool
return isempty(rm.X)
end
"""
constraints_list(rm::ResetMap{N}) where {N<:Real}
Return the list of constraints of a polytopic reset map.
### Input
- `rm` -- reset map of a polytope
### Output
The list of constraints of the reset map.
### Notes
We assume that the underlying set `X` is a polytope, i.e., is bounded and offers
a method `constraints_list(X)`.
### Algorithm
We fall back to `constraints_list` of a `LinearMap` of the `A`-matrix in the
affine-map view of a reset map.
Each reset dimension ``i`` is projected to zero, expressed by two constraints
for each reset dimension.
Then it remains to shift these constraints to the new value.
For instance, if the dimension ``5`` was reset to ``4``, then there will be
constraints ``x₅ ≤ 0`` and ``-x₅ ≤ 0``.
We then modify the right-hand side of these constraints to ``x₅ ≤ 4`` and
``-x₅ ≤ -4``, respectively.
"""
function constraints_list(rm::ResetMap{N}) where {N<:Real}
# if `vector` has exactly one non-zero entry, return its index
# otherwise return 0
function find_unique_nonzero_entry(vector::AbstractVector{N})
res = 0
for (i, v) in enumerate(vector)
if v != zero(N)
if res != 0
# at least two non-zero entries
return 0
else
# first non-zero entry so far
res = i
end
end
end
return res
end
constraints = copy(constraints_list(LinearMap(get_A(rm), rm.X)))
for (i, c) in enumerate(constraints)
constrained_dim = find_unique_nonzero_entry(c.a)
if constrained_dim > 0 # constraint in only one dimension
if !haskey(rm.resets, constrained_dim)
continue # not a dimension we are interested in
end
new_value = rm.resets[constrained_dim]
if new_value == zero(N)
@assert c.b == zero(N)
continue # a reset to 0 needs not create a new constraint
end
if c.a[constrained_dim] < zero(N)
# change sign for lower bound
new_value = -new_value
end
constraints[i] = HalfSpace(c.a, new_value)
end
end
return constraints
end
"""
constraints_list(rm::ResetMap{N, S}) where
{N<:Real, S<:AbstractHyperrectangle}
Return the list of constraints of a hyperrectangular reset map.
### Input
- `rm` -- reset map of a hyperrectangular set
### Output
The list of constraints of the reset map.
### Algorithm
We iterate through all dimensions.
If there is a reset, we construct the corresponding (flat) constraints.
Otherwise, we construct the corresponding constraints of the underlying set.
"""
function constraints_list(rm::ResetMap{N, S}
) where {N<:Real, S<:AbstractHyperrectangle}
H = rm.X
n = dim(H)
constraints = Vector{LinearConstraint{N}}(undef, 2*n)
j = 1
for i in 1:n
ei = LazySets.Approximations.UnitVector(i, n, one(N))
if haskey(rm.resets, i)
# reset dimension => add flat constraints
v = rm.resets[i]
constraints[j] = HalfSpace(ei, v)
constraints[j+1] = HalfSpace(-ei, -v)
else
# non-reset dimension => use the hyperrectangle's constraints
constraints[j] = HalfSpace(ei, high(H, i))
constraints[j+1] = HalfSpace(-ei, -low(H, i))
end
j += 2
end
return constraints
end
| [
11748,
7308,
25,
318,
28920,
198,
198,
39344,
30027,
13912,
11,
198,
220,
220,
220,
220,
220,
220,
651,
62,
32,
11,
198,
220,
220,
220,
220,
220,
220,
651,
62,
65,
198,
198,
37811,
198,
220,
220,
220,
30027,
13912,
90,
45,
27,
25,
15633,
11,
311,
27,
25,
43,
12582,
7248,
90,
45,
11709,
1279,
25,
406,
12582,
7248,
90,
45,
92,
198,
198,
6030,
326,
6870,
257,
16931,
13259,
3975,
13,
198,
32,
13259,
3975,
318,
257,
2041,
1339,
286,
281,
1527,
500,
3975,
7559,
32,
2124,
1343,
275,
11,
2124,
18872,
230,
1395,
15506,
810,
262,
198,
29127,
3975,
7559,
32,
15506,
318,
262,
5369,
17593,
351,
6632,
12784,
287,
477,
13259,
198,
27740,
5736,
11,
290,
262,
11059,
15879,
7559,
65,
15506,
318,
6632,
287,
477,
584,
15225,
13,
198,
198,
21017,
23948,
198,
198,
12,
4600,
55,
63,
220,
220,
220,
220,
220,
1377,
24748,
87,
900,
198,
12,
4600,
411,
1039,
63,
1377,
581,
1039,
357,
64,
16855,
422,
281,
6376,
284,
257,
649,
1988,
8,
198,
198,
21017,
17934,
198,
198,
15506,
63,
73,
335,
38441,
395,
13259,
8899,
198,
73,
43640,
29,
1395,
796,
6932,
18943,
26933,
17,
13,
15,
11,
362,
13,
15,
11,
362,
13,
15,
4357,
352,
13,
15,
1776,
198,
198,
73,
43640,
29,
374,
796,
360,
713,
7,
16,
5218,
604,
13,
15,
11,
513,
5218,
657,
13,
15,
1776,
198,
198,
73,
43640,
29,
42721,
796,
30027,
13912,
7,
55,
11,
374,
1776,
198,
198,
15506,
63,
198,
198,
4342,
4600,
26224,
63,
953,
6945,
262,
900,
4600,
55,
63,
884,
326,
4600,
87,
16,
63,
318,
13259,
284,
604,
290,
4600,
87,
18,
63,
318,
13259,
284,
198,
15,
11,
981,
4600,
87,
17,
63,
318,
407,
9518,
13,
198,
39,
594,
4600,
26224,
63,
318,
7548,
284,
262,
900,
198,
63,
38197,
2554,
9248,
26933,
19,
13,
15,
11,
362,
13,
15,
11,
657,
13,
15,
4357,
685,
15,
13,
15,
11,
352,
13,
15,
11,
657,
13,
15,
12962,
47671,
1312,
13,
68,
1539,
281,
16488,
12,
41634,
1627,
198,
325,
5154,
14553,
287,
513,
35,
13,
198,
198,
464,
11188,
1527,
500,
3975,
7559,
32,
2124,
1343,
275,
15506,
561,
307,
25,
198,
198,
15506,
63,
11018,
198,
220,
220,
220,
3467,
27471,
90,
4426,
265,
8609,
92,
657,
1222,
657,
1222,
657,
26867,
657,
1222,
352,
1222,
657,
26867,
657,
1222,
657,
1222,
657,
3467,
437,
90,
4426,
265,
8609,
92,
2124,
1343,
198,
220,
220,
220,
3467,
27471,
90,
4426,
265,
8609,
92,
604,
1222,
657,
1222,
657,
3467,
437,
90,
4426,
265,
8609,
92,
198,
15506,
63,
198,
198,
11041,
262,
2163,
4600,
1136,
62,
32,
63,
357,
4363,
13,
4600,
1136,
62,
65,
63,
8,
284,
2251,
262,
17593,
4600,
32,
63,
357,
4363,
13,
15879,
198,
63,
65,
63,
8,
11188,
284,
257,
1813,
13259,
3975,
13,
198,
198,
464,
357,
259,
428,
1339,
3748,
8,
1104,
15879,
286,
4600,
26224,
63,
287,
4571,
4600,
1952,
7,
18,
8,
63,
318,
25,
198,
198,
15506,
63,
73,
335,
38441,
395,
13259,
8899,
198,
73,
43640,
29,
18074,
225,
7,
1952,
7,
18,
828,
42721,
8,
198,
18,
12,
30854,
15690,
90,
43879,
2414,
11,
16,
38362,
198,
604,
13,
15,
198,
513,
13,
15,
198,
657,
13,
15,
198,
15506,
63,
198,
37811,
198,
7249,
30027,
13912,
90,
45,
27,
25,
15633,
11,
311,
27,
25,
43,
12582,
7248,
90,
45,
11709,
1279,
25,
406,
12582,
7248,
90,
45,
92,
198,
220,
220,
220,
1395,
3712,
50,
198,
220,
220,
220,
581,
1039,
3712,
35,
713,
90,
5317,
11,
399,
92,
198,
437,
198,
198,
37811,
198,
220,
220,
220,
651,
62,
32,
7,
26224,
3712,
4965,
316,
13912,
90,
45,
30072,
810,
1391,
45,
27,
25,
15633,
92,
198,
198,
13615,
262,
7559,
32,
15506,
17593,
286,
262,
1527,
500,
3975,
7559,
32,
2124,
1343,
275,
11,
2124,
18872,
230,
1395,
15506,
7997,
416,
257,
198,
42503,
3975,
13,
198,
198,
21017,
23412,
198,
198,
12,
4600,
26224,
63,
1377,
13259,
3975,
198,
198,
21017,
25235,
198,
198,
464,
357,
82,
29572,
8,
6616,
17593,
329,
262,
1527,
500,
3975,
7559,
32,
2124,
1343,
275,
11,
2124,
18872,
230,
1395,
15506,
7997,
416,
198,
1169,
13259,
3975,
13,
198,
198,
21017,
978,
42289,
198,
198,
1135,
5678,
262,
5369,
17593,
290,
900,
477,
12784,
287,
262,
13259,
15225,
284,
198,
22570,
13,
198,
37811,
198,
8818,
651,
62,
32,
7,
26224,
3712,
4965,
316,
13912,
90,
45,
30072,
810,
1391,
45,
27,
25,
15633,
92,
198,
220,
220,
220,
299,
796,
5391,
7,
26224,
8,
198,
220,
220,
220,
317,
796,
29877,
7,
45,
7,
16,
27493,
40,
11,
299,
11,
299,
8,
198,
220,
220,
220,
329,
1312,
287,
8251,
7,
26224,
13,
411,
1039,
8,
198,
220,
220,
220,
220,
220,
220,
220,
317,
58,
72,
11,
1312,
60,
796,
6632,
7,
45,
8,
198,
220,
220,
220,
886,
198,
220,
220,
220,
1441,
317,
198,
437,
198,
198,
37811,
198,
220,
220,
220,
651,
62,
65,
7,
26224,
3712,
4965,
316,
13912,
90,
45,
30072,
810,
1391,
45,
27,
25,
15633,
92,
198,
198,
13615,
262,
7559,
65,
15506,
15879,
286,
262,
1527,
500,
3975,
7559,
32,
2124,
1343,
275,
11,
2124,
18872,
230,
1395,
15506,
7997,
416,
257,
198,
42503,
3975,
13,
198,
198,
21017,
23412,
198,
198,
12,
4600,
26224,
63,
1377,
13259,
3975,
198,
198,
21017,
25235,
198,
198,
464,
357,
82,
29572,
8,
15879,
329,
262,
1527,
500,
3975,
7559,
32,
2124,
1343,
275,
11,
2124,
18872,
230,
1395,
15506,
7997,
416,
262,
198,
42503,
3975,
13,
198,
464,
15879,
4909,
262,
13259,
1988,
329,
477,
13259,
15225,
11,
290,
318,
6632,
329,
198,
439,
584,
15225,
13,
198,
37811,
198,
8818,
651,
62,
65,
7,
26224,
3712,
4965,
316,
13912,
90,
45,
30072,
810,
1391,
45,
27,
25,
15633,
92,
198,
220,
220,
220,
299,
796,
5391,
7,
26224,
8,
198,
220,
220,
220,
275,
796,
29877,
35138,
7,
5317,
58,
4357,
399,
58,
4357,
299,
8,
198,
220,
220,
220,
329,
357,
72,
11,
1188,
8,
287,
42721,
13,
411,
1039,
198,
220,
220,
220,
220,
220,
220,
220,
275,
58,
72,
60,
796,
1188,
198,
220,
220,
220,
886,
198,
220,
220,
220,
1441,
275,
198,
437,
628,
198,
2,
11420,
406,
12582,
7248,
7071,
5499,
11420,
628,
198,
37811,
198,
220,
220,
220,
5391,
7,
26224,
3712,
4965,
316,
13912,
8,
198,
198,
13615,
262,
15793,
286,
257,
13259,
3975,
13,
198,
198,
21017,
23412,
198,
198,
12,
4600,
26224,
63,
1377,
13259,
3975,
198,
198,
21017,
25235,
198,
198,
464,
15793,
286,
257,
13259,
3975,
13,
198,
37811,
198,
8818,
5391,
7,
26224,
3712,
4965,
316,
13912,
2599,
25,
5317,
198,
220,
220,
220,
1441,
5391,
7,
26224,
13,
55,
8,
198,
437,
198,
198,
37811,
198,
220,
220,
220,
18074,
225,
7,
67,
3712,
23839,
38469,
90,
45,
5512,
42721,
3712,
4965,
316,
13912,
90,
45,
30072,
810,
1391,
45,
27,
25,
15633,
92,
198,
198,
13615,
262,
1104,
15879,
286,
257,
13259,
3975,
13,
198,
198,
21017,
23412,
198,
198,
12,
4600,
67,
63,
220,
1377,
4571,
198,
12,
4600,
26224,
63,
1377,
13259,
3975,
198,
198,
21017,
25235,
198,
198,
464,
1104,
15879,
287,
262,
1813,
4571,
13,
198,
1532,
262,
4571,
468,
2593,
6632,
11,
262,
1255,
8338,
319,
262,
12908,
900,
13,
198,
37811,
198,
8818,
18074,
225,
7,
67,
3712,
23839,
38469,
90,
45,
5512,
42721,
3712,
4965,
316,
13912,
90,
45,
30072,
810,
1391,
45,
27,
25,
15633,
92,
198,
220,
220,
220,
288,
62,
42503,
796,
4866,
7,
67,
8,
198,
220,
220,
220,
329,
1401,
287,
8251,
7,
26224,
13,
411,
1039,
8,
198,
220,
220,
220,
220,
220,
220,
220,
288,
62,
42503,
58,
7785,
60,
796,
6632,
7,
45,
8,
198,
220,
220,
220,
886,
198,
220,
220,
220,
1441,
15373,
7,
26224,
13,
411,
1039,
11,
18074,
225,
7,
67,
62,
42503,
11,
42721,
13,
55,
4008,
198,
437,
198,
198,
37811,
198,
220,
220,
220,
18074,
223,
7,
67,
3712,
23839,
38469,
90,
45,
5512,
42721,
3712,
4965,
316,
13912,
90,
45,
30072,
810,
1391,
45,
27,
25,
15633,
92,
198,
198,
13615,
262,
1104,
2163,
286,
257,
13259,
3975,
13,
198,
198,
21017,
23412,
198,
198,
12,
4600,
67,
63,
220,
1377,
4571,
198,
12,
4600,
26224,
63,
1377,
13259,
3975,
198,
198,
21017,
25235,
198,
198,
464,
1104,
2163,
287,
262,
1813,
4571,
13,
198,
198,
21017,
11822,
198,
198,
1135,
779,
262,
6678,
16605,
12,
11167,
6770,
11,
475,
329,
22619,
6302,
5621,
356,
34087,
500,
262,
198,
11167,
1022,
7559,
15,
15506,
290,
7559,
22519,
24861,
252,
15506,
355,
7559,
15,
15506,
26,
22300,
5860,
4600,
26705,
45,
63,
994,
13,
198,
198,
15506,
63,
73,
335,
38441,
395,
198,
73,
43640,
29,
4806,
1635,
657,
13,
15,
198,
26705,
45,
198,
15506,
63,
198,
198,
6214,
262,
5114,
198,
58,
1456,
16151,
5450,
1378,
11018,
13,
301,
330,
365,
87,
3803,
13,
785,
14,
6138,
507,
14,
27693,
1821,
14,
22850,
12,
271,
12,
259,
19628,
12,
10210,
313,
12,
15,
12,
1662,
12,
20063,
306,
12,
40496,
12,
1462,
12,
15,
737,
198,
37811,
198,
8818,
18074,
223,
7,
67,
3712,
23839,
38469,
90,
45,
5512,
42721,
3712,
4965,
316,
13912,
90,
45,
30072,
810,
1391,
45,
27,
25,
15633,
92,
198,
220,
220,
220,
1441,
16605,
62,
22570,
7,
67,
11,
18074,
225,
7,
67,
11,
42721,
4008,
198,
437,
198,
198,
37811,
198,
220,
220,
220,
281,
62,
30854,
7,
26224,
3712,
4965,
316,
13912,
8,
198,
198,
13615,
617,
5002,
286,
257,
13259,
3975,
13,
198,
198,
21017,
23412,
198,
198,
12,
4600,
26224,
63,
1377,
13259,
3975,
198,
198,
21017,
25235,
198,
198,
2025,
5002,
287,
262,
13259,
3975,
13,
198,
1026,
16507,
319,
262,
4600,
272,
62,
30854,
63,
2163,
286,
262,
12908,
900,
13,
198,
37811,
198,
8818,
281,
62,
30854,
7,
26224,
3712,
4965,
316,
13912,
8,
198,
220,
220,
220,
1441,
15373,
7,
26224,
13,
411,
1039,
11,
281,
62,
30854,
7,
26224,
13,
55,
4008,
198,
437,
198,
198,
37811,
198,
220,
220,
220,
318,
28920,
7,
26224,
3712,
4965,
316,
13912,
2599,
25,
33,
970,
198,
198,
13615,
611,
257,
13259,
3975,
318,
6565,
393,
407,
13,
198,
198,
21017,
23412,
198,
198,
12,
4600,
26224,
63,
1377,
13259,
3975,
198,
198,
21017,
25235,
198,
198,
63,
7942,
63,
611,
69,
262,
12908,
900,
318,
6565,
13,
198,
37811,
198,
8818,
318,
28920,
7,
26224,
3712,
4965,
316,
13912,
2599,
25,
33,
970,
198,
220,
220,
220,
1441,
318,
28920,
7,
26224,
13,
55,
8,
198,
437,
198,
198,
37811,
198,
220,
220,
220,
17778,
62,
4868,
7,
26224,
3712,
4965,
316,
13912,
90,
45,
30072,
810,
1391,
45,
27,
25,
15633,
92,
198,
198,
13615,
262,
1351,
286,
17778,
286,
257,
7514,
26652,
13259,
3975,
13,
198,
198,
21017,
23412,
198,
198,
12,
4600,
26224,
63,
1377,
13259,
3975,
286,
257,
7514,
83,
3008,
198,
198,
21017,
25235,
198,
198,
464,
1351,
286,
17778,
286,
262,
13259,
3975,
13,
198,
198,
21017,
11822,
198,
198,
1135,
7048,
326,
262,
10238,
900,
4600,
55,
63,
318,
257,
7514,
83,
3008,
11,
1312,
13,
68,
1539,
318,
49948,
290,
4394,
198,
64,
2446,
4600,
1102,
2536,
6003,
62,
4868,
7,
55,
8,
44646,
198,
198,
21017,
978,
42289,
198,
198,
1135,
2121,
736,
284,
4600,
1102,
2536,
6003,
62,
4868,
63,
286,
257,
4600,
14993,
451,
13912,
63,
286,
262,
4600,
32,
63,
12,
6759,
8609,
287,
262,
198,
2001,
500,
12,
8899,
1570,
286,
257,
13259,
3975,
13,
198,
10871,
13259,
15793,
7559,
72,
15506,
318,
13301,
284,
6632,
11,
6241,
416,
734,
17778,
198,
1640,
1123,
13259,
15793,
13,
198,
6423,
340,
3793,
284,
6482,
777,
17778,
284,
262,
649,
1988,
13,
198,
198,
1890,
4554,
11,
611,
262,
15793,
7559,
20,
15506,
373,
13259,
284,
7559,
19,
15506,
11,
788,
612,
481,
307,
198,
1102,
2536,
6003,
7559,
87,
158,
224,
227,
41305,
657,
15506,
290,
7559,
12,
87,
158,
224,
227,
41305,
657,
15506,
13,
198,
1135,
788,
13096,
262,
826,
12,
4993,
1735,
286,
777,
17778,
284,
7559,
87,
158,
224,
227,
41305,
604,
15506,
290,
198,
15506,
12,
87,
158,
224,
227,
41305,
532,
19,
15506,
11,
8148,
13,
198,
37811,
198,
8818,
17778,
62,
4868,
7,
26224,
3712,
4965,
316,
13912,
90,
45,
30072,
810,
1391,
45,
27,
25,
15633,
92,
198,
220,
220,
220,
1303,
611,
4600,
31364,
63,
468,
3446,
530,
1729,
12,
22570,
5726,
11,
1441,
663,
6376,
198,
220,
220,
220,
1303,
4306,
1441,
657,
198,
220,
220,
220,
2163,
1064,
62,
34642,
62,
13159,
22570,
62,
13000,
7,
31364,
3712,
23839,
38469,
90,
45,
30072,
198,
220,
220,
220,
220,
220,
220,
220,
581,
796,
657,
198,
220,
220,
220,
220,
220,
220,
220,
329,
357,
72,
11,
410,
8,
287,
27056,
378,
7,
31364,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
410,
14512,
6632,
7,
45,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
581,
14512,
657,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
379,
1551,
734,
1729,
12,
22570,
12784,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
657,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
717,
1729,
12,
22570,
5726,
523,
1290,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
581,
796,
1312,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
581,
198,
220,
220,
220,
886,
628,
220,
220,
220,
17778,
796,
4866,
7,
1102,
2536,
6003,
62,
4868,
7,
14993,
451,
13912,
7,
1136,
62,
32,
7,
26224,
828,
42721,
13,
55,
22305,
198,
220,
220,
220,
329,
357,
72,
11,
269,
8,
287,
27056,
378,
7,
1102,
2536,
6003,
8,
198,
220,
220,
220,
220,
220,
220,
220,
31070,
62,
27740,
796,
1064,
62,
34642,
62,
13159,
22570,
62,
13000,
7,
66,
13,
64,
8,
198,
220,
220,
220,
220,
220,
220,
220,
611,
31070,
62,
27740,
1875,
657,
220,
1303,
32315,
287,
691,
530,
15793,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
5145,
10134,
2539,
7,
26224,
13,
411,
1039,
11,
31070,
62,
27740,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2555,
220,
1303,
407,
257,
15793,
356,
389,
4609,
287,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
649,
62,
8367,
796,
42721,
13,
411,
1039,
58,
1102,
2536,
1328,
62,
27740,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
649,
62,
8367,
6624,
6632,
7,
45,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2488,
30493,
269,
13,
65,
6624,
6632,
7,
45,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2555,
220,
1303,
257,
13259,
284,
657,
2476,
407,
2251,
257,
649,
32315,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
269,
13,
64,
58,
1102,
2536,
1328,
62,
27740,
60,
1279,
6632,
7,
45,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
1487,
1051,
329,
2793,
5421,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
649,
62,
8367,
796,
532,
3605,
62,
8367,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17778,
58,
72,
60,
796,
13139,
14106,
7,
66,
13,
64,
11,
649,
62,
8367,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
220,
220,
220,
1441,
17778,
198,
437,
198,
198,
37811,
198,
220,
220,
220,
17778,
62,
4868,
7,
26224,
3712,
4965,
316,
13912,
90,
45,
11,
311,
30072,
810,
198,
220,
220,
220,
220,
220,
220,
220,
1391,
45,
27,
25,
15633,
11,
311,
27,
25,
23839,
38197,
2554,
9248,
92,
198,
198,
13615,
262,
1351,
286,
17778,
286,
257,
8718,
2554,
21413,
13259,
3975,
13,
198,
198,
21017,
23412,
198,
198,
12,
4600,
26224,
63,
1377,
13259,
3975,
286,
257,
8718,
2554,
21413,
900,
198,
198,
21017,
25235,
198,
198,
464,
1351,
286,
17778,
286,
262,
13259,
3975,
13,
198,
198,
21017,
978,
42289,
198,
198,
1135,
11629,
378,
832,
477,
15225,
13,
198,
1532,
612,
318,
257,
13259,
11,
356,
5678,
262,
11188,
357,
38568,
8,
17778,
13,
198,
48059,
11,
356,
5678,
262,
11188,
17778,
286,
262,
10238,
900,
13,
198,
37811,
198,
8818,
17778,
62,
4868,
7,
26224,
3712,
4965,
316,
13912,
90,
45,
11,
311,
92,
198,
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,
810,
1391,
45,
27,
25,
15633,
11,
311,
27,
25,
23839,
38197,
2554,
9248,
92,
198,
220,
220,
220,
367,
796,
42721,
13,
55,
198,
220,
220,
220,
299,
796,
5391,
7,
39,
8,
198,
220,
220,
220,
17778,
796,
20650,
90,
14993,
451,
3103,
2536,
2913,
90,
45,
11709,
7,
917,
891,
11,
362,
9,
77,
8,
198,
220,
220,
220,
474,
796,
352,
198,
220,
220,
220,
329,
1312,
287,
352,
25,
77,
198,
220,
220,
220,
220,
220,
220,
220,
304,
72,
796,
406,
12582,
50,
1039,
13,
4677,
13907,
320,
602,
13,
26453,
38469,
7,
72,
11,
299,
11,
530,
7,
45,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
611,
468,
2539,
7,
26224,
13,
411,
1039,
11,
1312,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
13259,
15793,
5218,
751,
6228,
17778,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
410,
796,
42721,
13,
411,
1039,
58,
72,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17778,
58,
73,
60,
796,
13139,
14106,
7,
20295,
11,
410,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17778,
58,
73,
10,
16,
60,
796,
13139,
14106,
32590,
20295,
11,
532,
85,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
1729,
12,
42503,
15793,
5218,
779,
262,
8718,
2554,
9248,
338,
17778,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17778,
58,
73,
60,
796,
13139,
14106,
7,
20295,
11,
1029,
7,
39,
11,
1312,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17778,
58,
73,
10,
16,
60,
796,
13139,
14106,
32590,
20295,
11,
532,
9319,
7,
39,
11,
1312,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
474,
15853,
362,
198,
220,
220,
220,
886,
198,
220,
220,
220,
1441,
17778,
198,
437,
198
] | 2.417473 | 3,308 |
function tuning_display(p)
lines=show(p.output, p.tuner, progress=true)
println();
return lines
end
function convergence_display(p)
try
ciplot=lineplot([p.counter-(length(p.convergence_history)-1):p.counter...], p.convergence_history, title="Convergence Interval Recent History", xlabel="Iterate",ylabel="CI", color=:yellow)
lines=nrows(ciplot.graphics)+5
show(p.output, ciplot); println()
return lines
catch
printstyled(p.output, "CONVERGENCE PLOT UNAVAILABLE. STANDBY\n", bold=true, color=:yellow); println()
return 2
end
end
function evidence_display(p)
try
log_Zis=p.e.log_Zi[2:end]
posidx=findfirst(i->i > -Inf, log_Zis)
log_Zis[1:posidx-1].=log_Zis[posidx]
evplot=lineplot(log_Zis, title="Evidence History", xlabel="Iterate", color=:red, name="Ensemble logZ")
lines=nrows(evplot.graphics)+5
show(p.output, evplot); println()
return lines
catch
printstyled(p.output, "EVIDENCE PLOT UNAVAILABLE. STANDBY\n", bold=true, color=:red); println()
return 2
end
end
function info_display(p)
try
infoplot=lineplot(p.e.Hi[2:end], title="Information History", xlabel="Iterate", color=:green, name="Ensemble H")
lines=nrows(infoplot.graphics)+5
show(p.output, infoplot); println()
return lines
catch
printstyled(p.output, "INFORMATION PLOT UNAVAILABLE. STANDBY\n", bold=true, color=:green); println()
return 2
end
end
function lh_display(p)
try
lhplot=lineplot(p.e.log_Li[2:end], title="Contour History", xlabel="Iterate", color=:magenta, name="Ensemble logLH")
lines=nrows(lhplot.graphics)+5
show(p.output, lhplot); println()
return lines
catch
printstyled(p.output, "CONTOUR HISTORY UNAVAILABLE. STANDBY\n", bold=true, color=:magenta); println()
return 2
end
end
function liwi_display(p)
try
liwiplot=lineplot([max(2,p.counter-(CONVERGENCE_MEMORY-1)):p.counter...],p.e.log_Liwi[max(2,end-(CONVERGENCE_MEMORY-1)):end], title="Recent iterate evidentiary weight", xlabel="Iterate", name="Ensemble log Liwi", color=:cyan)
lines=nrows(liwiplot.graphics)+5
show(p.output, liwiplot); println()
return lines
catch
printstyled(p.output, "EVIDENTIARY HISTORY UNAVAILABLE. STANDBY\n", bold=true, color=:cyan); println()
return 2
end
end
function ensemble_display(p)
return lines=show(p.output, p.e, progress=true)
end
function model_display(p)
try
println("Current MAP model:")
return lines=show(p.output, p.top_m, progress=true)
catch
printstyled(p.output, "MODEL DISPLAY UNAVAILABLE\n", bold=true, color=:blue); println()
return 3
end
end
function model_obs_display(p)
try
println("Current MAP model")
return lines=show(p.output, p.top_m, p.e, progress=true)
catch
printstyled(p.output, "MODEL DISPLAY UNAVAILABLE\n", bold=true, color=:blue); println()
return 3
end
end | [
8818,
24549,
62,
13812,
7,
79,
8,
198,
220,
220,
220,
3951,
28,
12860,
7,
79,
13,
22915,
11,
279,
13,
28286,
263,
11,
4371,
28,
7942,
8,
198,
220,
220,
220,
44872,
9783,
198,
220,
220,
220,
1441,
3951,
198,
437,
198,
198,
8818,
40826,
62,
13812,
7,
79,
8,
198,
220,
220,
220,
1949,
198,
220,
220,
220,
220,
220,
220,
220,
269,
24705,
313,
28,
1370,
29487,
26933,
79,
13,
24588,
30420,
13664,
7,
79,
13,
1102,
332,
12745,
62,
23569,
13219,
16,
2599,
79,
13,
24588,
986,
4357,
279,
13,
1102,
332,
12745,
62,
23569,
11,
3670,
2625,
3103,
332,
12745,
4225,
2100,
22926,
7443,
1600,
2124,
18242,
2625,
29993,
378,
1600,
2645,
9608,
2625,
25690,
1600,
3124,
28,
25,
36022,
8,
198,
220,
220,
220,
220,
220,
220,
220,
3951,
28,
77,
8516,
7,
6671,
313,
13,
70,
11549,
47762,
20,
198,
220,
220,
220,
220,
220,
220,
220,
905,
7,
79,
13,
22915,
11,
269,
24705,
313,
1776,
44872,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
3951,
198,
220,
220,
220,
4929,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
34365,
992,
7,
79,
13,
22915,
11,
366,
10943,
5959,
38,
18310,
9297,
2394,
471,
4535,
11731,
4146,
17534,
13,
49053,
17513,
59,
77,
1600,
10758,
28,
7942,
11,
3124,
28,
25,
36022,
1776,
44872,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
362,
198,
220,
220,
220,
886,
198,
437,
198,
198,
8818,
2370,
62,
13812,
7,
79,
8,
198,
220,
220,
220,
1949,
198,
220,
220,
220,
220,
220,
220,
220,
2604,
62,
57,
271,
28,
79,
13,
68,
13,
6404,
62,
57,
72,
58,
17,
25,
437,
60,
198,
220,
220,
220,
220,
220,
220,
220,
1426,
312,
87,
28,
19796,
11085,
7,
72,
3784,
72,
1875,
532,
18943,
11,
2604,
62,
57,
271,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2604,
62,
57,
271,
58,
16,
25,
1930,
312,
87,
12,
16,
4083,
28,
6404,
62,
57,
271,
58,
1930,
312,
87,
60,
198,
220,
220,
220,
220,
220,
220,
220,
819,
29487,
28,
1370,
29487,
7,
6404,
62,
57,
271,
11,
3670,
2625,
46785,
7443,
1600,
2124,
18242,
2625,
29993,
378,
1600,
3124,
28,
25,
445,
11,
1438,
2625,
4834,
15140,
2604,
57,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
3951,
28,
77,
8516,
7,
1990,
29487,
13,
70,
11549,
47762,
20,
198,
220,
220,
220,
220,
220,
220,
220,
905,
7,
79,
13,
22915,
11,
819,
29487,
1776,
44872,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
3951,
198,
220,
220,
220,
4929,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
34365,
992,
7,
79,
13,
22915,
11,
366,
36,
11008,
18310,
9297,
2394,
471,
4535,
11731,
4146,
17534,
13,
49053,
17513,
59,
77,
1600,
10758,
28,
7942,
11,
3124,
28,
25,
445,
1776,
44872,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
362,
198,
220,
220,
220,
886,
198,
437,
198,
220,
220,
220,
220,
198,
8818,
7508,
62,
13812,
7,
79,
8,
198,
220,
220,
220,
1949,
198,
220,
220,
220,
220,
220,
220,
220,
1167,
20106,
313,
28,
1370,
29487,
7,
79,
13,
68,
13,
17250,
58,
17,
25,
437,
4357,
3670,
2625,
21918,
7443,
1600,
2124,
18242,
2625,
29993,
378,
1600,
3124,
28,
25,
14809,
11,
1438,
2625,
4834,
15140,
367,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
3951,
28,
77,
8516,
7,
10745,
20106,
313,
13,
70,
11549,
47762,
20,
198,
220,
220,
220,
220,
220,
220,
220,
905,
7,
79,
13,
22915,
11,
1167,
20106,
313,
1776,
44872,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
3951,
198,
220,
220,
220,
4929,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
34365,
992,
7,
79,
13,
22915,
11,
366,
1268,
35036,
9297,
2394,
471,
4535,
11731,
4146,
17534,
13,
49053,
17513,
59,
77,
1600,
10758,
28,
7942,
11,
3124,
28,
25,
14809,
1776,
44872,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
362,
198,
220,
220,
220,
886,
198,
437,
198,
198,
8818,
300,
71,
62,
13812,
7,
79,
8,
198,
220,
220,
220,
1949,
198,
220,
220,
220,
220,
220,
220,
220,
300,
71,
29487,
28,
1370,
29487,
7,
79,
13,
68,
13,
6404,
62,
32304,
58,
17,
25,
437,
4357,
3670,
2625,
4264,
454,
7443,
1600,
2124,
18242,
2625,
29993,
378,
1600,
3124,
28,
25,
19726,
29188,
11,
1438,
2625,
4834,
15140,
2604,
43,
39,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
3951,
28,
77,
8516,
7,
75,
71,
29487,
13,
70,
11549,
47762,
20,
198,
220,
220,
220,
220,
220,
220,
220,
905,
7,
79,
13,
22915,
11,
300,
71,
29487,
1776,
44872,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
3951,
198,
220,
220,
220,
4929,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
34365,
992,
7,
79,
13,
22915,
11,
366,
37815,
11698,
367,
42480,
471,
4535,
11731,
4146,
17534,
13,
49053,
17513,
59,
77,
1600,
10758,
28,
7942,
11,
3124,
28,
25,
19726,
29188,
1776,
44872,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
362,
198,
220,
220,
220,
886,
198,
437,
198,
198,
8818,
7649,
37686,
62,
13812,
7,
79,
8,
198,
220,
220,
220,
1949,
198,
220,
220,
220,
220,
220,
220,
220,
7649,
86,
24705,
313,
28,
1370,
29487,
26933,
9806,
7,
17,
11,
79,
13,
24588,
30420,
10943,
5959,
38,
18310,
62,
44,
3620,
15513,
12,
16,
8,
2599,
79,
13,
24588,
986,
4357,
79,
13,
68,
13,
6404,
62,
43,
14246,
72,
58,
9806,
7,
17,
11,
437,
30420,
10943,
5959,
38,
18310,
62,
44,
3620,
15513,
12,
16,
8,
2599,
437,
4357,
3670,
2625,
26446,
11629,
378,
10678,
8042,
3463,
1600,
2124,
18242,
2625,
29993,
378,
1600,
1438,
2625,
4834,
15140,
2604,
7455,
37686,
1600,
3124,
28,
25,
948,
272,
8,
198,
220,
220,
220,
220,
220,
220,
220,
3951,
28,
77,
8516,
7,
4528,
86,
24705,
313,
13,
70,
11549,
47762,
20,
198,
220,
220,
220,
220,
220,
220,
220,
905,
7,
79,
13,
22915,
11,
7649,
86,
24705,
313,
1776,
44872,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
3951,
198,
220,
220,
220,
4929,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
34365,
992,
7,
79,
13,
22915,
11,
366,
36,
11008,
3525,
40,
13153,
367,
42480,
471,
4535,
11731,
4146,
17534,
13,
49053,
17513,
59,
77,
1600,
10758,
28,
7942,
11,
3124,
28,
25,
948,
272,
1776,
44872,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
362,
198,
220,
220,
220,
886,
198,
437,
198,
198,
8818,
34549,
62,
13812,
7,
79,
8,
198,
220,
220,
220,
1441,
3951,
28,
12860,
7,
79,
13,
22915,
11,
279,
13,
68,
11,
4371,
28,
7942,
8,
198,
437,
198,
198,
8818,
2746,
62,
13812,
7,
79,
8,
198,
220,
220,
220,
1949,
198,
220,
220,
220,
220,
220,
220,
220,
44872,
7203,
11297,
34645,
2746,
25,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
3951,
28,
12860,
7,
79,
13,
22915,
11,
279,
13,
4852,
62,
76,
11,
4371,
28,
7942,
8,
198,
220,
220,
220,
4929,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
34365,
992,
7,
79,
13,
22915,
11,
366,
33365,
3698,
13954,
31519,
471,
4535,
11731,
4146,
17534,
59,
77,
1600,
10758,
28,
7942,
11,
3124,
28,
25,
17585,
1776,
44872,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
513,
198,
220,
220,
220,
886,
198,
437,
198,
198,
8818,
2746,
62,
8158,
62,
13812,
7,
79,
8,
198,
220,
220,
220,
1949,
198,
220,
220,
220,
220,
220,
220,
220,
44872,
7203,
11297,
34645,
2746,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
3951,
28,
12860,
7,
79,
13,
22915,
11,
279,
13,
4852,
62,
76,
11,
279,
13,
68,
11,
4371,
28,
7942,
8,
198,
220,
220,
220,
4929,
198,
220,
220,
220,
220,
220,
220,
220,
3601,
34365,
992,
7,
79,
13,
22915,
11,
366,
33365,
3698,
13954,
31519,
471,
4535,
11731,
4146,
17534,
59,
77,
1600,
10758,
28,
7942,
11,
3124,
28,
25,
17585,
1776,
44872,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
513,
198,
220,
220,
220,
886,
198,
437
] | 2.252547 | 1,374 |
struct ERBFilterbank{C,G,T<:Real,U<:Real,V<:Real} <: Filterbank
filters::Vector{SecondOrderSections{C,G}}
ERB::Vector{T}
center_frequencies::Vector{U}
fs::V
end
function make_erb_filterbank(fs, num_channels, low_freq, EarQ = 9.26449, minBW = 24.7, order = 1)
T = 1/fs
if length(num_channels) == 1
cf = erb_space(low_freq, fs/2, num_channels)
else
cf = num_channels
if size(cf,2) > size(cf,1)
cf = cf'
end
end
ERB = ((cf/EarQ).^order .+ minBW.^order).^(1/order)
B = 1.019*2*pi*ERB
B0 = T
B2 = 0.0
A0 = 1.0
A1 = -2*cos.(2*cf*pi*T)./exp.(B*T)
A2 = exp.(-2*B*T)
B11 = -(2*T*cos.(2*cf*pi*T)./exp.(B*T) .+ 2*sqrt(3+2^1.5)*T*sin.(2*cf*pi*T)./exp.(B*T))/2
B12 = -(2*T*cos.(2*cf*pi*T)./exp.(B*T) .- 2*sqrt(3+2^1.5)*T*sin.(2*cf*pi*T)./exp.(B*T))/2
B13 = -(2*T*cos.(2*cf*pi*T)./exp.(B*T) .+ 2*sqrt(3-2^1.5)*T*sin.(2*cf*pi*T)./exp.(B*T))/2
B14 = -(2*T*cos.(2*cf*pi*T)./exp.(B*T) .- 2*sqrt(3-2^1.5)*T*sin.(2*cf*pi*T)./exp.(B*T))/2
gain = abs.((-2*exp.(4*im*cf*pi*T)*T .+ 2*exp.(-(B*T) .+
2*im*cf*pi*T).*T.*(cos.(2*cf*pi*T) .- sqrt(3 - 2^(3/2))*
sin.(2*cf*pi*T))) .* (-2*exp.(4*im*cf*pi*T)*T .+ 2*exp.(-(B*T) .+
2*im*cf*pi*T).*T.* (cos.(2*cf*pi*T) .+ sqrt(3 - 2^(3/2)) *
sin.(2*cf*pi*T))).* (-2*exp.(4*im*cf*pi*T)*T .+ 2*exp.(-(B*T) .+
2*im*cf*pi*T).*T.* (cos.(2*cf*pi*T) - sqrt(3 +
2^(3/2))*sin.(2*cf*pi*T))) .* (-2*exp.(4*im*cf*pi*T)*T .+
2*exp.(-(B*T) + 2*im*cf*pi*T).*T.* (cos.(2*cf*pi*T) + sqrt(3 +
2^(3/2))*sin.(2*cf*pi*T))) ./ (-2 ./ exp.(2*B*T) -
2*exp.(4*im*cf*pi*T) + 2*(1 .+ exp.(4*im*cf*pi*T))./exp.(B*T)).^4)
C = typeof(B0)
filters = Array{SOSFilter{C,C}}(undef,num_channels)
for ch=1:num_channels
biquads = Array{BiquadFilter{C}}(undef,4)
biquads[1] = BiquadFilter(B0, B11[ch], B2, A0, A1[ch], A2[ch])
biquads[2] = BiquadFilter(B0, B12[ch], B2, A0, A1[ch], A2[ch])
biquads[3] = BiquadFilter(B0, B13[ch], B2, A0, A1[ch], A2[ch])
biquads[4] = BiquadFilter(B0, B14[ch], B2, A0, A1[ch], A2[ch])
filters[ch] = SOSFilter(biquads, 1/gain[ch])
end
ERBFilterbank(filters, ERB, cf, fs)
end
function erb_space(low_freq, high_freq, num_channels, EarQ = 9.26449, minBW = 24.7, order = 1)
# All of the following expressions are derived in Apple TR #35, "An
# Efficient Implementation of the Patterson-Holdsworth Cochlear
# Filter Bank." See pages 33-34.
space = (1:num_channels).*(-log(high_freq + EarQ*minBW) + log(low_freq + EarQ*minBW))/num_channels
cfArray = -(EarQ*minBW) .+ exp.(space) * (high_freq + EarQ*minBW)
end
| [
7249,
13793,
33,
22417,
17796,
90,
34,
11,
38,
11,
51,
27,
25,
15633,
11,
52,
27,
25,
15633,
11,
53,
27,
25,
15633,
92,
1279,
25,
25853,
17796,
198,
220,
220,
220,
16628,
3712,
38469,
90,
12211,
18743,
50,
478,
507,
90,
34,
11,
38,
11709,
198,
220,
220,
220,
13793,
33,
3712,
38469,
90,
51,
92,
198,
220,
220,
220,
3641,
62,
69,
8897,
3976,
3712,
38469,
90,
52,
92,
198,
220,
220,
220,
43458,
3712,
53,
198,
437,
198,
198,
8818,
787,
62,
23552,
62,
24455,
17796,
7,
9501,
11,
997,
62,
354,
8961,
11,
1877,
62,
19503,
80,
11,
2905,
48,
796,
860,
13,
2075,
31911,
11,
949,
48802,
796,
1987,
13,
22,
11,
1502,
796,
352,
8,
198,
220,
220,
220,
309,
796,
352,
14,
9501,
198,
220,
220,
220,
611,
4129,
7,
22510,
62,
354,
8961,
8,
6624,
352,
198,
220,
220,
220,
220,
220,
220,
220,
30218,
796,
1931,
65,
62,
13200,
7,
9319,
62,
19503,
80,
11,
43458,
14,
17,
11,
997,
62,
354,
8961,
8,
198,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
30218,
796,
997,
62,
354,
8961,
198,
220,
220,
220,
220,
220,
220,
220,
611,
2546,
7,
12993,
11,
17,
8,
1875,
2546,
7,
12993,
11,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
197,
12993,
796,
30218,
6,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
220,
220,
220,
13793,
33,
796,
14808,
12993,
14,
8419,
48,
737,
61,
2875,
764,
10,
949,
48802,
13,
61,
2875,
737,
61,
7,
16,
14,
2875,
8,
198,
220,
220,
220,
347,
796,
352,
13,
30484,
9,
17,
9,
14415,
9,
1137,
33,
198,
220,
220,
220,
347,
15,
796,
309,
198,
220,
220,
220,
347,
17,
796,
657,
13,
15,
198,
220,
220,
220,
317,
15,
796,
352,
13,
15,
198,
220,
220,
220,
317,
16,
796,
532,
17,
9,
6966,
12195,
17,
9,
12993,
9,
14415,
9,
51,
737,
14,
11201,
12195,
33,
9,
51,
8,
198,
220,
220,
220,
317,
17,
796,
1033,
12195,
12,
17,
9,
33,
9,
51,
8,
628,
220,
220,
220,
347,
1157,
796,
532,
7,
17,
9,
51,
9,
6966,
12195,
17,
9,
12993,
9,
14415,
9,
51,
737,
14,
11201,
12195,
33,
9,
51,
8,
764,
10,
362,
9,
31166,
17034,
7,
18,
10,
17,
61,
16,
13,
20,
27493,
51,
9,
31369,
12195,
17,
9,
12993,
9,
14415,
9,
51,
737,
14,
11201,
12195,
33,
9,
51,
4008,
14,
17,
198,
220,
220,
220,
347,
1065,
796,
532,
7,
17,
9,
51,
9,
6966,
12195,
17,
9,
12993,
9,
14415,
9,
51,
737,
14,
11201,
12195,
33,
9,
51,
8,
764,
12,
362,
9,
31166,
17034,
7,
18,
10,
17,
61,
16,
13,
20,
27493,
51,
9,
31369,
12195,
17,
9,
12993,
9,
14415,
9,
51,
737,
14,
11201,
12195,
33,
9,
51,
4008,
14,
17,
198,
220,
220,
220,
347,
1485,
796,
532,
7,
17,
9,
51,
9,
6966,
12195,
17,
9,
12993,
9,
14415,
9,
51,
737,
14,
11201,
12195,
33,
9,
51,
8,
764,
10,
362,
9,
31166,
17034,
7,
18,
12,
17,
61,
16,
13,
20,
27493,
51,
9,
31369,
12195,
17,
9,
12993,
9,
14415,
9,
51,
737,
14,
11201,
12195,
33,
9,
51,
4008,
14,
17,
198,
220,
220,
220,
347,
1415,
796,
532,
7,
17,
9,
51,
9,
6966,
12195,
17,
9,
12993,
9,
14415,
9,
51,
737,
14,
11201,
12195,
33,
9,
51,
8,
764,
12,
362,
9,
31166,
17034,
7,
18,
12,
17,
61,
16,
13,
20,
27493,
51,
9,
31369,
12195,
17,
9,
12993,
9,
14415,
9,
51,
737,
14,
11201,
12195,
33,
9,
51,
4008,
14,
17,
628,
220,
220,
220,
4461,
796,
2352,
12195,
32590,
17,
9,
11201,
12195,
19,
9,
320,
9,
12993,
9,
14415,
9,
51,
27493,
51,
764,
10,
362,
9,
11201,
12195,
30420,
33,
9,
51,
8,
764,
10,
198,
220,
220,
220,
220,
220,
362,
9,
320,
9,
12993,
9,
14415,
9,
51,
737,
9,
51,
15885,
7,
6966,
12195,
17,
9,
12993,
9,
14415,
9,
51,
8,
764,
12,
19862,
17034,
7,
18,
532,
362,
61,
7,
18,
14,
17,
4008,
9,
198,
220,
220,
220,
220,
220,
7813,
12195,
17,
9,
12993,
9,
14415,
9,
51,
22305,
764,
9,
13841,
17,
9,
11201,
12195,
19,
9,
320,
9,
12993,
9,
14415,
9,
51,
27493,
51,
764,
10,
362,
9,
11201,
12195,
30420,
33,
9,
51,
8,
764,
10,
198,
220,
220,
220,
220,
220,
362,
9,
320,
9,
12993,
9,
14415,
9,
51,
737,
9,
51,
15885,
357,
6966,
12195,
17,
9,
12993,
9,
14415,
9,
51,
8,
764,
10,
19862,
17034,
7,
18,
532,
362,
61,
7,
18,
14,
17,
4008,
1635,
198,
220,
220,
220,
220,
220,
7813,
12195,
17,
9,
12993,
9,
14415,
9,
51,
4008,
737,
9,
13841,
17,
9,
11201,
12195,
19,
9,
320,
9,
12993,
9,
14415,
9,
51,
27493,
51,
764,
10,
362,
9,
11201,
12195,
30420,
33,
9,
51,
8,
764,
10,
198,
220,
220,
220,
220,
220,
362,
9,
320,
9,
12993,
9,
14415,
9,
51,
737,
9,
51,
15885,
357,
6966,
12195,
17,
9,
12993,
9,
14415,
9,
51,
8,
532,
19862,
17034,
7,
18,
1343,
198,
220,
220,
220,
220,
220,
362,
61,
7,
18,
14,
17,
4008,
9,
31369,
12195,
17,
9,
12993,
9,
14415,
9,
51,
22305,
764,
9,
13841,
17,
9,
11201,
12195,
19,
9,
320,
9,
12993,
9,
14415,
9,
51,
27493,
51,
764,
10,
198,
220,
220,
220,
220,
220,
362,
9,
11201,
12195,
30420,
33,
9,
51,
8,
1343,
362,
9,
320,
9,
12993,
9,
14415,
9,
51,
737,
9,
51,
15885,
357,
6966,
12195,
17,
9,
12993,
9,
14415,
9,
51,
8,
1343,
19862,
17034,
7,
18,
1343,
198,
220,
220,
220,
220,
220,
362,
61,
7,
18,
14,
17,
4008,
9,
31369,
12195,
17,
9,
12993,
9,
14415,
9,
51,
22305,
24457,
13841,
17,
24457,
1033,
12195,
17,
9,
33,
9,
51,
8,
532,
198,
220,
220,
220,
220,
220,
362,
9,
11201,
12195,
19,
9,
320,
9,
12993,
9,
14415,
9,
51,
8,
1343,
362,
9,
7,
16,
764,
10,
1033,
12195,
19,
9,
320,
9,
12993,
9,
14415,
9,
51,
29720,
14,
11201,
12195,
33,
9,
51,
29720,
61,
19,
8,
628,
220,
220,
220,
327,
796,
2099,
1659,
7,
33,
15,
8,
198,
220,
220,
220,
16628,
796,
15690,
90,
50,
2640,
22417,
90,
34,
11,
34,
11709,
7,
917,
891,
11,
22510,
62,
354,
8961,
8,
198,
220,
220,
220,
329,
442,
28,
16,
25,
22510,
62,
354,
8961,
198,
220,
220,
220,
220,
220,
220,
220,
275,
1557,
5643,
796,
15690,
90,
33,
1557,
324,
22417,
90,
34,
11709,
7,
917,
891,
11,
19,
8,
198,
220,
220,
220,
220,
220,
220,
220,
275,
1557,
5643,
58,
16,
60,
796,
347,
1557,
324,
22417,
7,
33,
15,
11,
347,
1157,
58,
354,
4357,
347,
17,
11,
317,
15,
11,
317,
16,
58,
354,
4357,
317,
17,
58,
354,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
275,
1557,
5643,
58,
17,
60,
796,
347,
1557,
324,
22417,
7,
33,
15,
11,
347,
1065,
58,
354,
4357,
347,
17,
11,
317,
15,
11,
317,
16,
58,
354,
4357,
317,
17,
58,
354,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
275,
1557,
5643,
58,
18,
60,
796,
347,
1557,
324,
22417,
7,
33,
15,
11,
347,
1485,
58,
354,
4357,
347,
17,
11,
317,
15,
11,
317,
16,
58,
354,
4357,
317,
17,
58,
354,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
275,
1557,
5643,
58,
19,
60,
796,
347,
1557,
324,
22417,
7,
33,
15,
11,
347,
1415,
58,
354,
4357,
347,
17,
11,
317,
15,
11,
317,
16,
58,
354,
4357,
317,
17,
58,
354,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
16628,
58,
354,
60,
796,
42707,
22417,
7,
65,
1557,
5643,
11,
352,
14,
48544,
58,
354,
12962,
198,
220,
220,
220,
886,
198,
220,
220,
220,
13793,
33,
22417,
17796,
7,
10379,
1010,
11,
13793,
33,
11,
30218,
11,
43458,
8,
198,
437,
198,
198,
8818,
1931,
65,
62,
13200,
7,
9319,
62,
19503,
80,
11,
1029,
62,
19503,
80,
11,
997,
62,
354,
8961,
11,
2905,
48,
796,
860,
13,
2075,
31911,
11,
949,
48802,
796,
1987,
13,
22,
11,
1502,
796,
352,
8,
198,
220,
220,
220,
1303,
1439,
286,
262,
1708,
14700,
389,
10944,
287,
4196,
7579,
1303,
2327,
11,
366,
2025,
198,
220,
220,
220,
1303,
412,
5632,
46333,
286,
262,
27042,
12,
26807,
30567,
33005,
3238,
198,
220,
220,
220,
1303,
25853,
5018,
526,
220,
4091,
5468,
4747,
12,
2682,
13,
198,
220,
220,
220,
2272,
796,
357,
16,
25,
22510,
62,
354,
8961,
737,
9,
32590,
6404,
7,
8929,
62,
19503,
80,
1343,
2905,
48,
9,
1084,
48802,
8,
1343,
2604,
7,
9319,
62,
19503,
80,
1343,
2905,
48,
9,
1084,
48802,
4008,
14,
22510,
62,
354,
8961,
198,
220,
220,
220,
30218,
19182,
796,
532,
7,
8419,
48,
9,
1084,
48802,
8,
764,
10,
1033,
12195,
13200,
8,
1635,
357,
8929,
62,
19503,
80,
1343,
2905,
48,
9,
1084,
48802,
8,
198,
437,
198
] | 1.740091 | 1,539 |
using Logging
bundle = ResourceBundle(@__MODULE__, "messages2")
@test bundle.path == abspath("resources")
bundle2 = ResourceBundle(ResourceBundles, "bundle")
@test realpath(bundle2.path) == realpath(normpath(pwd(), "resources"))
bundle3 = ResourceBundle(ResourceBundles, "does1not2exist")
@test bundle3.path == "."
bundle4 = ResourceBundle(Test, "XXX")
@test bundle4.path == "."
@test_throws ArgumentError ResourceBundle(Main, "")
@test_throws ArgumentError ResourceBundle(Main, "d_n_e")
const results = Dict(
(LocaleId("C"), "T0") => "T0",
(LocaleId("C"), "T1") => "T1 - empty",
(LocaleId("C"), "T2") => "T2 - empty",
(LocaleId("C"), "T3") => "T3 - empty",
(LocaleId("C"), "T4") => "T4 - empty",
(LocaleId("C"), "T5") => "T5 - empty",
(LocaleId("C"), "T6") => "T6",
(LocaleId("C"), "T7") => "T7",
(LocaleId("en"), "T0") => "T0",
(LocaleId("en"), "T1") => "T1 - empty",
(LocaleId("en"), "T2") => "T2 - en",
(LocaleId("en"), "T3") => "T3 - en",
(LocaleId("en"), "T4") => "T4 - en",
(LocaleId("en"), "T5") => "T5 - en",
(LocaleId("en"), "T6") => "T6",
(LocaleId("en"), "T7") => "T7",
(LocaleId("en-US"), "T0") => "T0",
(LocaleId("en-US"), "T1") => "T1 - empty",
(LocaleId("en-US"), "T2") => "T2 - en",
(LocaleId("en-US"), "T3") => "T3 - en_US",
(LocaleId("en-US"), "T4") => "T4 - en",
(LocaleId("en-US"), "T5") => "T5 - en_US",
(LocaleId("en-US"), "T6") => "T6 - en_US",
(LocaleId("en-US"), "T7") => "T7 - en_US",
(LocaleId("en-Latn"), "T0") => "T0",
(LocaleId("en-Latn"), "T1") => "T1 - empty",
(LocaleId("en-Latn"), "T2") => "T2 - en",
(LocaleId("en-Latn"), "T3") => "T3 - en",
(LocaleId("en-Latn"), "T4") => "T4 - en_Latn",
(LocaleId("en-Latn"), "T5") => "T5 - en_Latn",
(LocaleId("en-Latn"), "T6") => "T6 - en_Latn",
(LocaleId("en-Latn"), "T7") => "T7",
(LocaleId("en-Latn-US"), "T0") => "T0",
(LocaleId("en-Latn-US"), "T1") => "T1 - empty",
(LocaleId("en-Latn-US"), "T2") => "T2 - en",
(LocaleId("en-Latn-US"), "T3") => "T3 - en_US",
(LocaleId("en-Latn-US"), "T4") => "T4 - en_Latn",
(LocaleId("en-Latn-US"), "T5") => "T5 - en_Latn_US",
(LocaleId("en-Latn-US"), "T6") => ("T6 - en_Latn", "Ambiguous"),
(LocaleId("en-Latn-US"), "T7") => "T7 - en_US",
(LocaleId("en-x-1"), "T0") => "T0",
(LocaleId("en-x-1"), "T1") => "T1 - empty",
(LocaleId("en-x-1"), "T2") => "T2 - en",
(LocaleId("en-x-1"), "T3") => "T3 - en",
(LocaleId("en-x-1"), "T4") => "T4 - en",
(LocaleId("en-x-1"), "T5") => "T5 - en",
(LocaleId("en-x-1"), "T6") => "T6",
(LocaleId("en-x-1"), "T7") => "T7",
)
locs = LocaleId.(("C", "en", "en-US", "en-Latn", "en-Latn-US", "en-x-1"))
keya = ((x->"T" * string(x)).(0:7))
log = Test.TestLogger(min_level=Logging.Warn)
locm = locale_id(LC.MESSAGES)
@testset "message lookup for locale $loc and key $key" for loc in locs, key in keya
res = results[loc, key]
if isa(res, Tuple)
r, w = res
else
r, w = res, ""
end
with_logger(log) do
@test get(bundle, loc, key, key) == r
@test test_log(log, w)
set_locale!(loc, LC.MESSAGES)
@test get(bundle, key, key) == r
test_log(log, w)
end
end
set_locale!(locm, LC.MESSAGES)
with_logger(log) do
@test keys(bundle, LocaleId("")) == ["T1", "T2", "T3", "T4", "T5"]
@test keys(bundle, LocaleId("de")) == ["T1", "T2", "T3", "T4", "T5"]
@test keys(bundle2) == []
@test test_log(log)
@test keys(bundle, LocaleId("de-us")) == ["T1", "T2", "T3", "T4", "T5"]
@test test_log(log, "Wrong type 'Dict{Int64,Int64}'")
@test keys(bundle, LocaleId("de-us-america")) == ["T1", "T2", "T3", "T4", "T5"]
@test test_log(log, "Wrong type 'String'")
@test keys(bundle, LocaleId("de-us-america-x-1")) == ["T1", "T2", "T3", "T4", "T5"]
@test test_log(log, "Wrong type 'Nothing'")
@test keys(bundle3, LocaleId("")) == String[]
@test keys(bundle) == ["T1", "T2", "T3", "T4", "T5", "T6", "T7", "hello"]
end
@test resource_bundle(@__MODULE__, "messages2") === RB_messages2
@test resource_bundle(@__MODULE__, "bundle") === RB_bundle
@test @resource_bundle("d1n2e").path == ""
bundlea = @resource_bundle("bundle")
@test bundlea === RB_bundle
# Test in submodule Main.XXX
module XXX
using ResourceBundles, Test
@test @resource_bundle("messages2") === RB_messages2
@test Main.XXX.RB_messages2 === Main.RB_messages2
@test @resource_bundle("bundle") === RB_bundle
@test Main.XXX.RB_bundle !== Main.RB_bundle
# Test in submodule Main.XXX.YYY
module YYY
using ResourceBundles, Test
@test @resource_bundle("bundle") === RB_bundle
@test Main.XXX.YYY.RB_bundle === Main.XXX.RB_bundle
end
end
@test resource_bundle(ResourceBundles, "messages2") === ResourceBundles.RB_messages2
@test resource_bundle(ResourceBundles, "bundle") === ResourceBundles.RB_bundle
bundlea = ResourceBundles.eval(:(@resource_bundle("bundle")))
@test bundlea === ResourceBundles.RB_bundle
# test in submodule ResourceBundles.XXX
ResourceBundles.eval(:(module XXX
using ResourceBundles, Test
@test string(@__MODULE__) == "ResourceBundles.XXX"
@test @resource_bundle("messages2") === RB_messages2
@test ResourceBundles.XXX.RB_messages2 === ResourceBundles.RB_messages2
@test @resource_bundle("bundle") === RB_bundle
@test ResourceBundles.XXX.RB_bundle !== ResourceBundles.RB_bundle
end )
)
lpa = ResourceBundles.locale_pattern
sep = Base.Filesystem.path_separator
@test lpa(".jl") == LocaleId("C")
@test lpa("-en.jl") == LocaleId("en")
@test lpa("_en.jl") == LocaleId("en")
@test lpa(sep*"en.jl") == LocaleId("en")
@test lpa("-en"*sep*".jl") == LocaleId("en")
@test lpa(sep*"en"*sep*".jl") == LocaleId("en")
@test lpa(sep*"en."*sep*"jl") == nothing
| [
3500,
5972,
2667,
198,
198,
65,
31249,
796,
20857,
33,
31249,
7,
31,
834,
33365,
24212,
834,
11,
366,
37348,
1095,
17,
4943,
198,
31,
9288,
18537,
13,
6978,
6624,
2352,
6978,
7203,
37540,
4943,
198,
198,
65,
31249,
17,
796,
20857,
33,
31249,
7,
26198,
33,
917,
829,
11,
366,
65,
31249,
4943,
198,
31,
9288,
1103,
6978,
7,
65,
31249,
17,
13,
6978,
8,
6624,
1103,
6978,
7,
27237,
6978,
7,
79,
16993,
22784,
366,
37540,
48774,
198,
198,
65,
31249,
18,
796,
20857,
33,
31249,
7,
26198,
33,
917,
829,
11,
366,
22437,
16,
1662,
17,
38476,
4943,
198,
31,
9288,
18537,
18,
13,
6978,
6624,
366,
526,
198,
198,
65,
31249,
19,
796,
20857,
33,
31249,
7,
14402,
11,
366,
43145,
4943,
198,
31,
9288,
18537,
19,
13,
6978,
6624,
366,
526,
198,
198,
31,
9288,
62,
400,
8516,
45751,
12331,
20857,
33,
31249,
7,
13383,
11,
366,
4943,
198,
31,
9288,
62,
400,
8516,
45751,
12331,
20857,
33,
31249,
7,
13383,
11,
366,
67,
62,
77,
62,
68,
4943,
198,
198,
9979,
2482,
796,
360,
713,
7,
198,
220,
220,
220,
357,
33711,
1000,
7390,
7203,
34,
12340,
366,
51,
15,
4943,
5218,
366,
51,
15,
1600,
198,
220,
220,
220,
357,
33711,
1000,
7390,
7203,
34,
12340,
366,
51,
16,
4943,
5218,
366,
51,
16,
532,
6565,
1600,
198,
220,
220,
220,
357,
33711,
1000,
7390,
7203,
34,
12340,
366,
51,
17,
4943,
5218,
366,
51,
17,
532,
6565,
1600,
198,
220,
220,
220,
357,
33711,
1000,
7390,
7203,
34,
12340,
366,
51,
18,
4943,
5218,
366,
51,
18,
532,
6565,
1600,
198,
220,
220,
220,
357,
33711,
1000,
7390,
7203,
34,
12340,
366,
51,
19,
4943,
5218,
366,
51,
19,
532,
6565,
1600,
198,
220,
220,
220,
357,
33711,
1000,
7390,
7203,
34,
12340,
366,
51,
20,
4943,
5218,
366,
51,
20,
532,
6565,
1600,
198,
220,
220,
220,
357,
33711,
1000,
7390,
7203,
34,
12340,
366,
51,
21,
4943,
5218,
366,
51,
21,
1600,
198,
220,
220,
220,
357,
33711,
1000,
7390,
7203,
34,
12340,
366,
51,
22,
4943,
5218,
366,
51,
22,
1600,
628,
220,
220,
220,
357,
33711,
1000,
7390,
7203,
268,
12340,
366,
51,
15,
4943,
5218,
366,
51,
15,
1600,
198,
220,
220,
220,
357,
33711,
1000,
7390,
7203,
268,
12340,
366,
51,
16,
4943,
5218,
366,
51,
16,
532,
6565,
1600,
198,
220,
220,
220,
357,
33711,
1000,
7390,
7203,
268,
12340,
366,
51,
17,
4943,
5218,
366,
51,
17,
532,
551,
1600,
198,
220,
220,
220,
357,
33711,
1000,
7390,
7203,
268,
12340,
366,
51,
18,
4943,
5218,
366,
51,
18,
532,
551,
1600,
198,
220,
220,
220,
357,
33711,
1000,
7390,
7203,
268,
12340,
366,
51,
19,
4943,
5218,
366,
51,
19,
532,
551,
1600,
198,
220,
220,
220,
357,
33711,
1000,
7390,
7203,
268,
12340,
366,
51,
20,
4943,
5218,
366,
51,
20,
532,
551,
1600,
198,
220,
220,
220,
357,
33711,
1000,
7390,
7203,
268,
12340,
366,
51,
21,
4943,
5218,
366,
51,
21,
1600,
198,
220,
220,
220,
357,
33711,
1000,
7390,
7203,
268,
12340,
366,
51,
22,
4943,
5218,
366,
51,
22,
1600,
628,
220,
220,
220,
357,
33711,
1000,
7390,
7203,
268,
12,
2937,
12340,
366,
51,
15,
4943,
5218,
366,
51,
15,
1600,
198,
220,
220,
220,
357,
33711,
1000,
7390,
7203,
268,
12,
2937,
12340,
366,
51,
16,
4943,
5218,
366,
51,
16,
532,
6565,
1600,
198,
220,
220,
220,
357,
33711,
1000,
7390,
7203,
268,
12,
2937,
12340,
366,
51,
17,
4943,
5218,
366,
51,
17,
532,
551,
1600,
198,
220,
220,
220,
357,
33711,
1000,
7390,
7203,
268,
12,
2937,
12340,
366,
51,
18,
4943,
5218,
366,
51,
18,
532,
551,
62,
2937,
1600,
198,
220,
220,
220,
357,
33711,
1000,
7390,
7203,
268,
12,
2937,
12340,
366,
51,
19,
4943,
5218,
366,
51,
19,
532,
551,
1600,
198,
220,
220,
220,
357,
33711,
1000,
7390,
7203,
268,
12,
2937,
12340,
366,
51,
20,
4943,
5218,
366,
51,
20,
532,
551,
62,
2937,
1600,
198,
220,
220,
220,
357,
33711,
1000,
7390,
7203,
268,
12,
2937,
12340,
366,
51,
21,
4943,
5218,
366,
51,
21,
532,
551,
62,
2937,
1600,
198,
220,
220,
220,
357,
33711,
1000,
7390,
7203,
268,
12,
2937,
12340,
366,
51,
22,
4943,
5218,
366,
51,
22,
532,
551,
62,
2937,
1600,
628,
220,
220,
220,
357,
33711,
1000,
7390,
7203,
268,
12,
24220,
77,
12340,
366,
51,
15,
4943,
5218,
366,
51,
15,
1600,
198,
220,
220,
220,
357,
33711,
1000,
7390,
7203,
268,
12,
24220,
77,
12340,
366,
51,
16,
4943,
5218,
366,
51,
16,
532,
6565,
1600,
198,
220,
220,
220,
357,
33711,
1000,
7390,
7203,
268,
12,
24220,
77,
12340,
366,
51,
17,
4943,
5218,
366,
51,
17,
532,
551,
1600,
198,
220,
220,
220,
357,
33711,
1000,
7390,
7203,
268,
12,
24220,
77,
12340,
366,
51,
18,
4943,
5218,
366,
51,
18,
532,
551,
1600,
198,
220,
220,
220,
357,
33711,
1000,
7390,
7203,
268,
12,
24220,
77,
12340,
366,
51,
19,
4943,
5218,
366,
51,
19,
532,
551,
62,
24220,
77,
1600,
198,
220,
220,
220,
357,
33711,
1000,
7390,
7203,
268,
12,
24220,
77,
12340,
366,
51,
20,
4943,
5218,
366,
51,
20,
532,
551,
62,
24220,
77,
1600,
198,
220,
220,
220,
357,
33711,
1000,
7390,
7203,
268,
12,
24220,
77,
12340,
366,
51,
21,
4943,
5218,
366,
51,
21,
532,
551,
62,
24220,
77,
1600,
198,
220,
220,
220,
357,
33711,
1000,
7390,
7203,
268,
12,
24220,
77,
12340,
366,
51,
22,
4943,
5218,
366,
51,
22,
1600,
628,
220,
220,
220,
357,
33711,
1000,
7390,
7203,
268,
12,
24220,
77,
12,
2937,
12340,
366,
51,
15,
4943,
5218,
366,
51,
15,
1600,
198,
220,
220,
220,
357,
33711,
1000,
7390,
7203,
268,
12,
24220,
77,
12,
2937,
12340,
366,
51,
16,
4943,
5218,
366,
51,
16,
532,
6565,
1600,
198,
220,
220,
220,
357,
33711,
1000,
7390,
7203,
268,
12,
24220,
77,
12,
2937,
12340,
366,
51,
17,
4943,
5218,
366,
51,
17,
532,
551,
1600,
198,
220,
220,
220,
357,
33711,
1000,
7390,
7203,
268,
12,
24220,
77,
12,
2937,
12340,
366,
51,
18,
4943,
5218,
366,
51,
18,
532,
551,
62,
2937,
1600,
198,
220,
220,
220,
357,
33711,
1000,
7390,
7203,
268,
12,
24220,
77,
12,
2937,
12340,
366,
51,
19,
4943,
5218,
366,
51,
19,
532,
551,
62,
24220,
77,
1600,
198,
220,
220,
220,
357,
33711,
1000,
7390,
7203,
268,
12,
24220,
77,
12,
2937,
12340,
366,
51,
20,
4943,
5218,
366,
51,
20,
532,
551,
62,
24220,
77,
62,
2937,
1600,
198,
220,
220,
220,
357,
33711,
1000,
7390,
7203,
268,
12,
24220,
77,
12,
2937,
12340,
366,
51,
21,
4943,
5218,
5855,
51,
21,
532,
551,
62,
24220,
77,
1600,
366,
35649,
29709,
12340,
198,
220,
220,
220,
357,
33711,
1000,
7390,
7203,
268,
12,
24220,
77,
12,
2937,
12340,
366,
51,
22,
4943,
5218,
366,
51,
22,
532,
551,
62,
2937,
1600,
628,
220,
220,
220,
357,
33711,
1000,
7390,
7203,
268,
12,
87,
12,
16,
12340,
366,
51,
15,
4943,
5218,
366,
51,
15,
1600,
198,
220,
220,
220,
357,
33711,
1000,
7390,
7203,
268,
12,
87,
12,
16,
12340,
366,
51,
16,
4943,
5218,
366,
51,
16,
532,
6565,
1600,
198,
220,
220,
220,
357,
33711,
1000,
7390,
7203,
268,
12,
87,
12,
16,
12340,
366,
51,
17,
4943,
5218,
366,
51,
17,
532,
551,
1600,
198,
220,
220,
220,
357,
33711,
1000,
7390,
7203,
268,
12,
87,
12,
16,
12340,
366,
51,
18,
4943,
5218,
366,
51,
18,
532,
551,
1600,
198,
220,
220,
220,
357,
33711,
1000,
7390,
7203,
268,
12,
87,
12,
16,
12340,
366,
51,
19,
4943,
5218,
366,
51,
19,
532,
551,
1600,
198,
220,
220,
220,
357,
33711,
1000,
7390,
7203,
268,
12,
87,
12,
16,
12340,
366,
51,
20,
4943,
5218,
366,
51,
20,
532,
551,
1600,
198,
220,
220,
220,
357,
33711,
1000,
7390,
7203,
268,
12,
87,
12,
16,
12340,
366,
51,
21,
4943,
5218,
366,
51,
21,
1600,
198,
220,
220,
220,
357,
33711,
1000,
7390,
7203,
268,
12,
87,
12,
16,
12340,
366,
51,
22,
4943,
5218,
366,
51,
22,
1600,
198,
8,
198,
198,
17946,
82,
796,
15181,
1000,
7390,
12195,
7203,
34,
1600,
366,
268,
1600,
366,
268,
12,
2937,
1600,
366,
268,
12,
24220,
77,
1600,
366,
268,
12,
24220,
77,
12,
2937,
1600,
366,
268,
12,
87,
12,
16,
48774,
198,
2539,
64,
796,
14808,
87,
3784,
1,
51,
1,
1635,
4731,
7,
87,
29720,
7,
15,
25,
22,
4008,
198,
198,
6404,
796,
6208,
13,
14402,
11187,
1362,
7,
1084,
62,
5715,
28,
11187,
2667,
13,
54,
1501,
8,
198,
198,
17946,
76,
796,
36693,
62,
312,
7,
5639,
13,
44,
1546,
4090,
48075,
8,
198,
198,
31,
9288,
2617,
366,
20500,
35847,
329,
36693,
720,
17946,
290,
1994,
720,
2539,
1,
329,
1179,
287,
1179,
82,
11,
1994,
287,
1994,
64,
198,
220,
220,
220,
581,
796,
2482,
58,
17946,
11,
1994,
60,
198,
220,
220,
220,
611,
318,
64,
7,
411,
11,
309,
29291,
8,
198,
220,
220,
220,
220,
220,
220,
220,
374,
11,
266,
796,
581,
198,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
374,
11,
266,
796,
581,
11,
13538,
198,
220,
220,
220,
886,
198,
220,
220,
220,
351,
62,
6404,
1362,
7,
6404,
8,
466,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
651,
7,
65,
31249,
11,
1179,
11,
1994,
11,
1994,
8,
6624,
374,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
1332,
62,
6404,
7,
6404,
11,
266,
8,
198,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
900,
62,
17946,
1000,
0,
7,
17946,
11,
22228,
13,
44,
1546,
4090,
48075,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
651,
7,
65,
31249,
11,
1994,
11,
1994,
8,
6624,
374,
198,
220,
220,
220,
220,
220,
220,
220,
1332,
62,
6404,
7,
6404,
11,
266,
8,
198,
220,
220,
220,
886,
198,
437,
198,
198,
2617,
62,
17946,
1000,
0,
7,
17946,
76,
11,
22228,
13,
44,
1546,
4090,
48075,
8,
198,
198,
4480,
62,
6404,
1362,
7,
6404,
8,
466,
198,
220,
220,
220,
2488,
9288,
8251,
7,
65,
31249,
11,
15181,
1000,
7390,
7203,
48774,
6624,
14631,
51,
16,
1600,
366,
51,
17,
1600,
366,
51,
18,
1600,
366,
51,
19,
1600,
366,
51,
20,
8973,
198,
220,
220,
220,
2488,
9288,
8251,
7,
65,
31249,
11,
15181,
1000,
7390,
7203,
2934,
48774,
6624,
14631,
51,
16,
1600,
366,
51,
17,
1600,
366,
51,
18,
1600,
366,
51,
19,
1600,
366,
51,
20,
8973,
198,
220,
220,
220,
2488,
9288,
8251,
7,
65,
31249,
17,
8,
6624,
17635,
198,
220,
220,
220,
2488,
9288,
1332,
62,
6404,
7,
6404,
8,
628,
220,
220,
220,
2488,
9288,
8251,
7,
65,
31249,
11,
15181,
1000,
7390,
7203,
2934,
12,
385,
48774,
6624,
14631,
51,
16,
1600,
366,
51,
17,
1600,
366,
51,
18,
1600,
366,
51,
19,
1600,
366,
51,
20,
8973,
198,
220,
220,
220,
2488,
9288,
1332,
62,
6404,
7,
6404,
11,
366,
39213,
506,
2099,
705,
35,
713,
90,
5317,
2414,
11,
5317,
2414,
92,
6,
4943,
628,
220,
220,
220,
2488,
9288,
8251,
7,
65,
31249,
11,
15181,
1000,
7390,
7203,
2934,
12,
385,
12,
2382,
3970,
48774,
6624,
14631,
51,
16,
1600,
366,
51,
17,
1600,
366,
51,
18,
1600,
366,
51,
19,
1600,
366,
51,
20,
8973,
198,
220,
220,
220,
2488,
9288,
1332,
62,
6404,
7,
6404,
11,
366,
39213,
506,
2099,
705,
10100,
6,
4943,
628,
220,
220,
220,
2488,
9288,
8251,
7,
65,
31249,
11,
15181,
1000,
7390,
7203,
2934,
12,
385,
12,
2382,
3970,
12,
87,
12,
16,
48774,
6624,
14631,
51,
16,
1600,
366,
51,
17,
1600,
366,
51,
18,
1600,
366,
51,
19,
1600,
366,
51,
20,
8973,
198,
220,
220,
220,
2488,
9288,
1332,
62,
6404,
7,
6404,
11,
366,
39213,
506,
2099,
705,
18465,
6,
4943,
628,
220,
220,
220,
2488,
9288,
8251,
7,
65,
31249,
18,
11,
15181,
1000,
7390,
7203,
48774,
6624,
10903,
21737,
198,
220,
220,
220,
2488,
9288,
8251,
7,
65,
31249,
8,
6624,
14631,
51,
16,
1600,
366,
51,
17,
1600,
366,
51,
18,
1600,
366,
51,
19,
1600,
366,
51,
20,
1600,
366,
51,
21,
1600,
366,
51,
22,
1600,
366,
31373,
8973,
198,
437,
198,
31,
9288,
8271,
62,
65,
31249,
7,
31,
834,
33365,
24212,
834,
11,
366,
37348,
1095,
17,
4943,
24844,
17986,
62,
37348,
1095,
17,
198,
31,
9288,
8271,
62,
65,
31249,
7,
31,
834,
33365,
24212,
834,
11,
366,
65,
31249,
4943,
24844,
17986,
62,
65,
31249,
198,
31,
9288,
2488,
31092,
62,
65,
31249,
7203,
67,
16,
77,
17,
68,
11074,
6978,
6624,
13538,
198,
198,
65,
31249,
64,
796,
2488,
31092,
62,
65,
31249,
7203,
65,
31249,
4943,
198,
31,
9288,
18537,
64,
24844,
17986,
62,
65,
31249,
198,
198,
2,
6208,
287,
850,
21412,
8774,
13,
43145,
198,
21412,
27713,
198,
220,
220,
220,
1262,
20857,
33,
917,
829,
11,
6208,
198,
220,
220,
220,
2488,
9288,
2488,
31092,
62,
65,
31249,
7203,
37348,
1095,
17,
4943,
24844,
17986,
62,
37348,
1095,
17,
198,
220,
220,
220,
2488,
9288,
8774,
13,
43145,
13,
27912,
62,
37348,
1095,
17,
24844,
8774,
13,
27912,
62,
37348,
1095,
17,
198,
220,
220,
220,
2488,
9288,
2488,
31092,
62,
65,
31249,
7203,
65,
31249,
4943,
24844,
17986,
62,
65,
31249,
198,
220,
220,
220,
2488,
9288,
8774,
13,
43145,
13,
27912,
62,
65,
31249,
5145,
855,
8774,
13,
27912,
62,
65,
31249,
198,
220,
220,
220,
1303,
6208,
287,
850,
21412,
8774,
13,
43145,
13,
26314,
56,
198,
220,
220,
220,
8265,
575,
26314,
198,
220,
220,
220,
1262,
20857,
33,
917,
829,
11,
6208,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
2488,
31092,
62,
65,
31249,
7203,
65,
31249,
4943,
24844,
17986,
62,
65,
31249,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
8774,
13,
43145,
13,
26314,
56,
13,
27912,
62,
65,
31249,
24844,
8774,
13,
43145,
13,
27912,
62,
65,
31249,
198,
220,
220,
220,
886,
198,
437,
198,
198,
31,
9288,
8271,
62,
65,
31249,
7,
26198,
33,
917,
829,
11,
366,
37348,
1095,
17,
4943,
24844,
20857,
33,
917,
829,
13,
27912,
62,
37348,
1095,
17,
198,
31,
9288,
8271,
62,
65,
31249,
7,
26198,
33,
917,
829,
11,
366,
65,
31249,
4943,
24844,
20857,
33,
917,
829,
13,
27912,
62,
65,
31249,
198,
198,
65,
31249,
64,
796,
20857,
33,
917,
829,
13,
18206,
7,
37498,
31,
31092,
62,
65,
31249,
7203,
65,
31249,
1,
22305,
198,
31,
9288,
18537,
64,
24844,
20857,
33,
917,
829,
13,
27912,
62,
65,
31249,
198,
198,
2,
1332,
287,
850,
21412,
20857,
33,
917,
829,
13,
43145,
198,
26198,
33,
917,
829,
13,
18206,
7,
37498,
21412,
27713,
198,
220,
220,
220,
220,
220,
220,
220,
1262,
20857,
33,
917,
829,
11,
6208,
198,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
4731,
7,
31,
834,
33365,
24212,
834,
8,
6624,
366,
26198,
33,
917,
829,
13,
43145,
1,
220,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
2488,
31092,
62,
65,
31249,
7203,
37348,
1095,
17,
4943,
24844,
17986,
62,
37348,
1095,
17,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
20857,
33,
917,
829,
13,
43145,
13,
27912,
62,
37348,
1095,
17,
24844,
20857,
33,
917,
829,
13,
27912,
62,
37348,
1095,
17,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
2488,
31092,
62,
65,
31249,
7203,
65,
31249,
4943,
24844,
17986,
62,
65,
31249,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
20857,
33,
917,
829,
13,
43145,
13,
27912,
62,
65,
31249,
5145,
855,
20857,
33,
917,
829,
13,
27912,
62,
65,
31249,
198,
220,
220,
220,
886,
1267,
198,
8,
198,
198,
75,
8957,
796,
20857,
33,
917,
829,
13,
17946,
1000,
62,
33279,
198,
325,
79,
796,
7308,
13,
25876,
6781,
13,
6978,
62,
25512,
1352,
198,
198,
31,
9288,
300,
8957,
7,
1911,
20362,
4943,
6624,
15181,
1000,
7390,
7203,
34,
4943,
198,
31,
9288,
300,
8957,
7203,
12,
268,
13,
20362,
4943,
6624,
15181,
1000,
7390,
7203,
268,
4943,
198,
31,
9288,
300,
8957,
7203,
62,
268,
13,
20362,
4943,
6624,
15181,
1000,
7390,
7203,
268,
4943,
198,
31,
9288,
300,
8957,
7,
325,
79,
9,
1,
268,
13,
20362,
4943,
6624,
15181,
1000,
7390,
7203,
268,
4943,
198,
31,
9288,
300,
8957,
7203,
12,
268,
1,
9,
325,
79,
9,
1911,
20362,
4943,
6624,
15181,
1000,
7390,
7203,
268,
4943,
198,
31,
9288,
300,
8957,
7,
325,
79,
9,
1,
268,
1,
9,
325,
79,
9,
1911,
20362,
4943,
6624,
15181,
1000,
7390,
7203,
268,
4943,
198,
31,
9288,
300,
8957,
7,
325,
79,
9,
1,
268,
526,
9,
325,
79,
9,
1,
20362,
4943,
6624,
2147,
628
] | 2.082361 | 2,829 |
# -*- coding: utf-8 -*-
# ---
# jupyter:
# jupytext:
# text_representation:
# extension: .jl
# format_name: light
# format_version: '1.3'
# jupytext_version: 0.8.6
# kernelspec:
# display_name: Julia 1.0.3
# language: julia
# name: julia-1.0
# ---
module SEIRmodel
using OrdinaryDiffEq
#Susceptible-exposed-infected-recovered model function
function seir_ode(dY,Y,p,t)
#Infected per-Capita Rate
β = p[1]
#Incubation Rate
σ = p[2]
#Recover per-capita rate
γ = p[3]
#Death Rate
μ = p[4]
#Susceptible Individual
S = Y[1]
#Exposed Individual
E = Y[2]
#Infected Individual
I = Y[3]
#Recovered Individual
#R = Y[4]
dY[1] = μ-β*S*I-μ*S
dY[2] = β*S*I-(σ+μ)*E
dY[3] = σ*E - (γ+μ)*I
end
function main()
#Pram (Infected Rate, Incubation Rate, Recover Rate, Death Rate)
pram=[520/365,1/60,1/30,774835/(65640000*365)]
#Initialize Param(Susceptible Individuals, Exposed Individuals, Infected Individuals)
init=[0.8,0.1,0.1]
tspan=(0.0,365.0)
seir_prob = ODEProblem(seir_ode,init,tspan,pram)
sol=solve(seir_prob, alg=Tsit5());
return sol
end
# using Plots
# va = VectorOfArray(sol.u)
# y = convert(Array,va)
# R = ones(size(sol.t))' - sum(y,dims=1);
# plot(sol.t,[y',R'],xlabel="Time",ylabel="Proportion")
end
| [
2,
532,
9,
12,
19617,
25,
3384,
69,
12,
23,
532,
9,
12,
198,
2,
11420,
198,
2,
474,
929,
88,
353,
25,
198,
2,
220,
220,
474,
929,
88,
5239,
25,
198,
2,
220,
220,
220,
220,
2420,
62,
15603,
341,
25,
198,
2,
220,
220,
220,
220,
220,
220,
7552,
25,
764,
20362,
198,
2,
220,
220,
220,
220,
220,
220,
5794,
62,
3672,
25,
1657,
198,
2,
220,
220,
220,
220,
220,
220,
5794,
62,
9641,
25,
705,
16,
13,
18,
6,
198,
2,
220,
220,
220,
220,
220,
220,
474,
929,
88,
5239,
62,
9641,
25,
657,
13,
23,
13,
21,
198,
2,
220,
220,
50207,
43106,
25,
198,
2,
220,
220,
220,
220,
3359,
62,
3672,
25,
22300,
352,
13,
15,
13,
18,
198,
2,
220,
220,
220,
220,
3303,
25,
474,
43640,
198,
2,
220,
220,
220,
220,
1438,
25,
474,
43640,
12,
16,
13,
15,
198,
2,
11420,
198,
198,
21412,
7946,
4663,
19849,
198,
3500,
14230,
3219,
28813,
36,
80,
198,
198,
2,
30746,
984,
856,
12,
11201,
1335,
12,
27816,
276,
12,
8344,
2557,
2746,
2163,
198,
8818,
384,
343,
62,
1098,
7,
67,
56,
11,
56,
11,
79,
11,
83,
8,
198,
220,
220,
220,
1303,
818,
2309,
276,
583,
12,
15610,
5350,
14806,
198,
220,
220,
220,
27169,
796,
279,
58,
16,
60,
198,
220,
220,
220,
1303,
25517,
549,
341,
14806,
198,
220,
220,
220,
18074,
225,
796,
279,
58,
17,
60,
198,
220,
220,
220,
1303,
6690,
2502,
583,
12,
11128,
5350,
2494,
198,
220,
220,
220,
7377,
111,
796,
279,
58,
18,
60,
198,
220,
220,
220,
1303,
20148,
14806,
198,
220,
220,
220,
18919,
796,
279,
58,
19,
60,
628,
220,
220,
220,
1303,
30746,
984,
856,
18629,
198,
220,
220,
220,
311,
796,
575,
58,
16,
60,
198,
220,
220,
220,
1303,
16870,
1335,
18629,
198,
220,
220,
220,
412,
796,
575,
58,
17,
60,
198,
220,
220,
220,
1303,
818,
2309,
276,
18629,
198,
220,
220,
220,
314,
796,
575,
58,
18,
60,
198,
220,
220,
220,
1303,
6690,
2557,
18629,
198,
220,
220,
220,
1303,
49,
796,
575,
58,
19,
60,
628,
220,
220,
220,
288,
56,
58,
16,
60,
796,
18919,
12,
26638,
9,
50,
9,
40,
12,
34703,
9,
50,
198,
220,
220,
220,
288,
56,
58,
17,
60,
796,
27169,
9,
50,
9,
40,
30420,
38392,
10,
34703,
27493,
36,
198,
220,
220,
220,
288,
56,
58,
18,
60,
796,
18074,
225,
9,
36,
532,
357,
42063,
10,
34703,
27493,
40,
198,
437,
198,
198,
8818,
1388,
3419,
198,
220,
220,
220,
1303,
47,
859,
357,
818,
2309,
276,
14806,
11,
3457,
549,
341,
14806,
11,
49107,
14806,
11,
5830,
14806,
8,
198,
220,
220,
220,
778,
321,
41888,
31211,
14,
24760,
11,
16,
14,
1899,
11,
16,
14,
1270,
11,
3324,
2780,
2327,
29006,
2996,
2414,
2388,
9,
24760,
15437,
198,
220,
220,
220,
1303,
24243,
1096,
25139,
7,
30746,
984,
856,
34884,
11,
5518,
1335,
34884,
11,
26065,
276,
34884,
8,
198,
220,
220,
220,
2315,
41888,
15,
13,
23,
11,
15,
13,
16,
11,
15,
13,
16,
60,
198,
220,
220,
220,
256,
12626,
16193,
15,
13,
15,
11,
24760,
13,
15,
8,
628,
220,
220,
220,
384,
343,
62,
1676,
65,
796,
440,
7206,
40781,
7,
325,
343,
62,
1098,
11,
15003,
11,
912,
6839,
11,
79,
859,
8,
628,
220,
220,
220,
1540,
28,
82,
6442,
7,
325,
343,
62,
1676,
65,
11,
435,
70,
28,
33758,
270,
20,
35430,
198,
220,
220,
220,
1441,
1540,
198,
437,
198,
198,
2,
1262,
1345,
1747,
198,
198,
2,
46935,
796,
20650,
5189,
19182,
7,
34453,
13,
84,
8,
198,
2,
331,
796,
10385,
7,
19182,
11,
6862,
8,
198,
2,
371,
796,
3392,
7,
7857,
7,
34453,
13,
83,
4008,
6,
532,
2160,
7,
88,
11,
67,
12078,
28,
16,
1776,
198,
198,
2,
7110,
7,
34453,
13,
83,
17414,
88,
3256,
49,
6,
4357,
87,
18242,
2625,
7575,
1600,
2645,
9608,
2625,
2964,
16864,
4943,
628,
198,
198,
437,
198
] | 2.011834 | 676 |
# function NormalDifference(df, group, var; ind_summary = mean, ylabel = "Median ...", xyfont = font(18, "Bookman Light"))
# res_plt, res_group, res_individual = mean_sem_scatter(df, group, var; ind_summary = ind_summary)
# res_test = test_difference(res_individual, group, var; normality = true)
# pooledSD = sqrt(((res_group.Central[2])^2 + (res_group.Central[2])^2)/2)
# res_effect = (res_group.Central[2] - res_group.Central[2]) / pooledSD
# # if res_effect < 0.5
# # res_effect = ((res_test.nx * res_test.ny) - res_test.U) / (res_test.nx * res_test.ny)
# # end
# e = round(res_effect; digits =2)
# add_info!(res_plt, res_group, pvalue(res_test), e; normality = true)
# xprop = ("Group", xyfont)
# yprop = (ylabel, xyfont)
# plot!(xaxis = xprop, yaxis = yprop)
# return (plt = res_plt,
# test = res_test,
# effect = res_effect,
# groupdf = res_group,
# individual_df = res_individual)
# end
"""
`Difference(df, group, var; ind_summary = mean, ylabel = "Median ...", xyfont = font(18, "Bookman Light"), ylims = nothing)`
A - plot a scatter with median ± CI of the variable var per each value of group
B - perform MannWhitneyUTest and annotate the results
C - Calculate the effect size if p < 0.05
C - return a named tuple with the plot, MannWhitneyUTest, effect size
a Dataframe with the group median and CI of var,
and a Dataframe with the individual mouse mean value of var
"""
function Difference(df, group, var; ind_summary = mean, ylabel = "Median ...", xyfont = font(18, "Bookman Light"), ylims = nothing)
res_plt, res_group, res_individual = median_ci_scatter(df, group, var; ind_summary = ind_summary)
res_test = MWU_test(res_individual, group, var)
res_effect = res_test.U/(res_test.nx * res_test.ny)
if res_effect < 0.5
res_effect = ((res_test.nx * res_test.ny) - res_test.U) / (res_test.nx * res_test.ny)
end
e = round(res_effect; digits =2)
add_info!(res_plt, res_group, pvalue(res_test), e; ylims = ylims)
xprop = ("Group", xyfont)
yprop = (ylabel, xyfont)
plot!(xaxis = xprop, yaxis = yprop)
return (plt = res_plt,
test = res_test,
effect = res_effect,
groupdf = res_group,
individual_df = res_individual)
end
"""
`median_ci_scatter(df, grouping, var)`
A - calculate the mean of the variable var for each animal using individual summary
B - calculate the median and ci for each group using group_summary
C - Plots the value as a scatter plot ± CI
"""
function median_ci_scatter(df, grouping, var; ind_summary = mean)
df1 = individual_summary(df, grouping, var; summary = ind_summary)
df2 = group_summary(df1, grouping, var; normality = false)
if typeof(grouping) <: AbstractVector && sizeof(grouping) > 1
df2[!,:xaxis] = [join(x,"_") for x in eachrow(df2[:, grouping])]
xaxis = :xaxis
else
xaxis = grouping
end
try
cases = levels(df[:,grouping])
df2[!,:color] = [val == cases[1] ? OGCol1 : OGCol2 for val in df2[:,xaxis]]
catch
df2[!,:color] .= :gray75
end
plt = @df df2 scatter(1:nrow(df2),:Central,
yerror = :ERR,
xlims = (0.5, nrow(df2) + 0.5),
xticks = (1:nrow(df2),string.(cols(xaxis))),
color = :color,
legend = false)
return plt, df2, df1
end
function add_info!(plt, df, p, e; normality = false, ylims = nothing)
plt_lim = maximum(df.Central .+ last.(df.ERR))
plt_span = plt_lim/10
ref, span = plt_lim + plt_span, plt_span/2
add_bar!(plt, ref, span)
if p >= 0.05
pval = "N.S."
else
round(p, digits = 2) == 0 ? pval = round(p, digits = 3) : pval = round(p, digits = 2)
add_effect!(plt, ref+span/2, span/2, e)
end
if normality
pmessage = "T-test, p = $(pval)"
else
pmessage = "Mann-Whitney U test, p = $(pval)"
end
add_pvalue!(plt, ref+span/2, span/2, pmessage)
isnothing(ylims) && (ylims = (0,plt_lim + 2plt_span))
yaxis!(ylims = ylims)
return plt
end
function add_bar!(plt, ref, span)
plot!(plt,[1,1],[ref,ref+span], linecolor = :black)
plot!(plt,[2,2],[ref,ref+span], linecolor = :black)
plot!(plt,[1,2],[ref+span/2,ref+span/2], linecolor = :black)
end
function add_pvalue!(plt, ref, span, p)
if isa(p, String)
message = p
else
message = p < 0.01 ? "p < 0.01" : "p < 0.05"
end
annotate!(plt,[(1.5,ref + span,
Plots.text(message,
8, :center))])
return plt
end
function add_effect!(plt, ref, span, e)
message = "Effect size = $e"
annotate!(plt,[(1.5,ref - span,
Plots.text(message,
8, :center))])
return plt
end
"""
`function_analysis(df,variable, f; grouping = nothing, step =0.05, calc = :basic,
color = [:auto], linestyle = [:auto])`
Apply the function f over the vaariable var per each value of grouping and
plots the result over the variable var
"""
function function_analysis(df,var, f; grouping = nothing, step =0.05, calc = :basic,
color = [:auto], linestyle = [:auto])
subgroups = isnothing(grouping) ? [:MouseID] : vcat(:MouseID,grouping)
xaxis = range(extrema(df[:, var])..., step = step)
dd1 = combine(groupby(df,subgroups), var => (t-> f(t,xaxis = xaxis)) => AsTable)
rename!(dd1, Dict(:Xaxis => var))
sort!(dd1,[:MouseID,var])
if calc == :bootstrapping
dd2 = combine(groupby(dd1,grouping)) do dd3
group_summary(dd3,var,:fy; normality = false)
end
dd2[!,:low] = [x[1] for x in dd2.ERR]
dd2[!,:up] = [x[2] for x in dd2.ERR]
elseif calc == :quantiles
dd2 = combine(groupby(dd1,[grouping,var]), :fy =>(t-> (Central = mean(t),
low= abs(mean(t) - quantile(t,0.25),
up = abs(quantile(t,0.975)-mean(t))),
# ERR = (abs(mean(t) - quantile(t,0.25)) + abs(quantile(t,0.975)-mean(t)))/2,
SEM = sem(t))) => AsTable)
elseif calc == :basic
dd2 = combine(groupby(dd1,[grouping,var]), :fy =>(t-> (Central = mean(t),up = sem(t), low = sem(t))) => AsTable)
end
sort!(dd2,var)
plt = @df dd2 plot(cols(var),:Central, ribbon = (:low, :up), group = cols(grouping), linecolor = :auto, color = color, linestyle = linestyle)
return plt, dd2
end
function mediansurvival_analysis(streakdf,variable, grouping; plt = plot())
dd1 = combine(groupby(streakdf,[:MouseID,grouping]), variable => median => variable)
# dd2 = combine(groupby(dd1,grouping), variable => (t-> (Mean = mean(t),Sem = sem(t))) => AsTable)
dd2 = group_summary(dd1,grouping,variable; normality = false)
# dd2[!,:low] = [x[1] for x in dd2.ERR]
# dd2[!,:up] = [x[2] for x in dd2.ERR]
isa(dd2[:, grouping], CategoricalArray) && (dd2[!,grouping] = string.(dd2[!,grouping]))
println(isa(dd2[:, grouping], CategoricalArray))
@df dd2 scatter!(plt,cols(grouping), :Central, yerror = :ERR,
# xlims = (-0.25,2.25), xlabel = "Group",
ylabel = "Median survival time", label = "")
return plt
end
| [
2,
2163,
14435,
28813,
1945,
7,
7568,
11,
1448,
11,
1401,
26,
773,
62,
49736,
796,
1612,
11,
331,
18242,
796,
366,
9921,
666,
35713,
11,
2124,
88,
10331,
796,
10369,
7,
1507,
11,
366,
10482,
805,
4401,
48774,
198,
2,
220,
220,
220,
220,
581,
62,
489,
83,
11,
581,
62,
8094,
11,
581,
62,
43129,
796,
1612,
62,
43616,
62,
1416,
1436,
7,
7568,
11,
1448,
11,
1401,
26,
773,
62,
49736,
796,
773,
62,
49736,
8,
198,
2,
220,
220,
220,
220,
581,
62,
9288,
796,
1332,
62,
26069,
1945,
7,
411,
62,
43129,
11,
1448,
11,
1401,
26,
2593,
1483,
796,
2081,
8,
198,
2,
220,
220,
220,
220,
44762,
10305,
796,
19862,
17034,
19510,
7,
411,
62,
8094,
13,
30645,
58,
17,
12962,
61,
17,
1343,
357,
411,
62,
8094,
13,
30645,
58,
17,
12962,
61,
17,
20679,
17,
8,
198,
2,
220,
220,
220,
220,
581,
62,
10760,
796,
357,
411,
62,
8094,
13,
30645,
58,
17,
60,
532,
581,
62,
8094,
13,
30645,
58,
17,
12962,
1220,
44762,
10305,
198,
2,
220,
220,
220,
220,
1303,
611,
581,
62,
10760,
1279,
657,
13,
20,
198,
2,
220,
220,
220,
220,
1303,
220,
220,
220,
220,
581,
62,
10760,
796,
14808,
411,
62,
9288,
13,
77,
87,
1635,
581,
62,
9288,
13,
3281,
8,
532,
581,
62,
9288,
13,
52,
8,
1220,
357,
411,
62,
9288,
13,
77,
87,
1635,
581,
62,
9288,
13,
3281,
8,
198,
2,
220,
220,
220,
220,
1303,
886,
198,
2,
220,
220,
220,
220,
304,
796,
2835,
7,
411,
62,
10760,
26,
19561,
796,
17,
8,
198,
2,
220,
220,
220,
220,
751,
62,
10951,
0,
7,
411,
62,
489,
83,
11,
581,
62,
8094,
11,
279,
8367,
7,
411,
62,
9288,
828,
304,
26,
2593,
1483,
796,
2081,
8,
198,
2,
220,
220,
220,
220,
2124,
22930,
796,
5855,
13247,
1600,
2124,
88,
10331,
8,
198,
2,
220,
220,
220,
220,
331,
22930,
796,
357,
2645,
9608,
11,
2124,
88,
10331,
8,
198,
2,
220,
220,
220,
220,
7110,
0,
7,
87,
22704,
796,
2124,
22930,
11,
331,
22704,
796,
331,
22930,
8,
198,
2,
220,
220,
220,
220,
1441,
357,
489,
83,
796,
581,
62,
489,
83,
11,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
1332,
796,
581,
62,
9288,
11,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
1245,
796,
581,
62,
10760,
11,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
1448,
7568,
796,
581,
62,
8094,
11,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
1981,
62,
7568,
796,
581,
62,
43129,
8,
198,
2,
886,
198,
198,
37811,
198,
220,
220,
220,
4600,
28813,
1945,
7,
7568,
11,
1448,
11,
1401,
26,
773,
62,
49736,
796,
1612,
11,
331,
18242,
796,
366,
9921,
666,
35713,
11,
2124,
88,
10331,
796,
10369,
7,
1507,
11,
366,
10482,
805,
4401,
12340,
331,
2475,
82,
796,
2147,
8,
63,
198,
220,
220,
220,
317,
532,
7110,
257,
41058,
351,
14288,
6354,
14514,
286,
262,
7885,
1401,
583,
1123,
1988,
286,
1448,
198,
220,
220,
220,
347,
532,
1620,
20291,
43617,
1681,
3843,
395,
290,
24708,
378,
262,
2482,
198,
220,
220,
220,
327,
532,
27131,
378,
262,
1245,
2546,
611,
279,
1279,
657,
13,
2713,
198,
220,
220,
220,
327,
532,
1441,
257,
3706,
46545,
351,
262,
7110,
11,
20291,
43617,
1681,
3843,
395,
11,
1245,
2546,
198,
220,
220,
220,
220,
220,
220,
220,
257,
6060,
14535,
351,
262,
1448,
14288,
290,
14514,
286,
1401,
11,
198,
220,
220,
220,
220,
220,
220,
220,
290,
257,
6060,
14535,
351,
262,
1981,
10211,
1612,
1988,
286,
1401,
198,
37811,
198,
198,
8818,
43795,
7,
7568,
11,
1448,
11,
1401,
26,
773,
62,
49736,
796,
1612,
11,
331,
18242,
796,
366,
9921,
666,
35713,
11,
2124,
88,
10331,
796,
10369,
7,
1507,
11,
366,
10482,
805,
4401,
12340,
331,
2475,
82,
796,
2147,
8,
198,
220,
220,
220,
581,
62,
489,
83,
11,
581,
62,
8094,
11,
581,
62,
43129,
796,
14288,
62,
979,
62,
1416,
1436,
7,
7568,
11,
1448,
11,
1401,
26,
773,
62,
49736,
796,
773,
62,
49736,
8,
198,
220,
220,
220,
581,
62,
9288,
796,
29961,
52,
62,
9288,
7,
411,
62,
43129,
11,
1448,
11,
1401,
8,
198,
220,
220,
220,
581,
62,
10760,
796,
581,
62,
9288,
13,
52,
29006,
411,
62,
9288,
13,
77,
87,
1635,
581,
62,
9288,
13,
3281,
8,
198,
220,
220,
220,
611,
581,
62,
10760,
1279,
657,
13,
20,
198,
220,
220,
220,
220,
220,
220,
220,
581,
62,
10760,
796,
14808,
411,
62,
9288,
13,
77,
87,
1635,
581,
62,
9288,
13,
3281,
8,
532,
581,
62,
9288,
13,
52,
8,
1220,
357,
411,
62,
9288,
13,
77,
87,
1635,
581,
62,
9288,
13,
3281,
8,
198,
220,
220,
220,
886,
198,
220,
220,
220,
304,
796,
2835,
7,
411,
62,
10760,
26,
19561,
796,
17,
8,
198,
220,
220,
220,
751,
62,
10951,
0,
7,
411,
62,
489,
83,
11,
581,
62,
8094,
11,
279,
8367,
7,
411,
62,
9288,
828,
304,
26,
331,
2475,
82,
796,
331,
2475,
82,
8,
198,
220,
220,
220,
2124,
22930,
796,
5855,
13247,
1600,
2124,
88,
10331,
8,
198,
220,
220,
220,
331,
22930,
796,
357,
2645,
9608,
11,
2124,
88,
10331,
8,
198,
220,
220,
220,
7110,
0,
7,
87,
22704,
796,
2124,
22930,
11,
331,
22704,
796,
331,
22930,
8,
198,
220,
220,
220,
1441,
357,
489,
83,
796,
581,
62,
489,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
1332,
796,
581,
62,
9288,
11,
198,
220,
220,
220,
220,
220,
220,
220,
1245,
796,
581,
62,
10760,
11,
198,
220,
220,
220,
220,
220,
220,
220,
1448,
7568,
796,
581,
62,
8094,
11,
198,
220,
220,
220,
220,
220,
220,
220,
1981,
62,
7568,
796,
581,
62,
43129,
8,
198,
437,
198,
198,
37811,
198,
220,
220,
220,
4600,
1150,
666,
62,
979,
62,
1416,
1436,
7,
7568,
11,
36115,
11,
1401,
8,
63,
198,
220,
220,
220,
317,
532,
15284,
262,
1612,
286,
262,
7885,
1401,
329,
1123,
5044,
1262,
1981,
10638,
198,
220,
220,
220,
347,
532,
15284,
262,
14288,
290,
269,
72,
329,
1123,
1448,
1262,
1448,
62,
49736,
198,
220,
220,
220,
327,
532,
1345,
1747,
262,
1988,
355,
257,
41058,
7110,
6354,
14514,
198,
37811,
198,
198,
8818,
14288,
62,
979,
62,
1416,
1436,
7,
7568,
11,
36115,
11,
1401,
26,
773,
62,
49736,
796,
1612,
8,
198,
220,
220,
220,
47764,
16,
796,
1981,
62,
49736,
7,
7568,
11,
36115,
11,
1401,
26,
10638,
796,
773,
62,
49736,
8,
198,
220,
220,
220,
47764,
17,
796,
1448,
62,
49736,
7,
7568,
16,
11,
36115,
11,
1401,
26,
2593,
1483,
796,
3991,
8,
198,
220,
220,
220,
611,
2099,
1659,
7,
8094,
278,
8,
1279,
25,
27741,
38469,
11405,
39364,
7,
8094,
278,
8,
1875,
352,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
17,
58,
28265,
25,
87,
22704,
60,
796,
685,
22179,
7,
87,
553,
62,
4943,
329,
2124,
287,
1123,
808,
7,
7568,
17,
58,
45299,
36115,
12962,
60,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
22704,
796,
1058,
87,
22704,
198,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
22704,
796,
36115,
198,
220,
220,
220,
886,
198,
220,
220,
220,
1949,
198,
220,
220,
220,
220,
220,
220,
220,
2663,
796,
2974,
7,
7568,
58,
45299,
8094,
278,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
17,
58,
28265,
25,
8043,
60,
796,
685,
2100,
6624,
2663,
58,
16,
60,
5633,
34498,
5216,
16,
1058,
34498,
5216,
17,
329,
1188,
287,
47764,
17,
58,
45299,
87,
22704,
11907,
198,
220,
220,
220,
4929,
198,
220,
220,
220,
220,
220,
220,
220,
47764,
17,
58,
28265,
25,
8043,
60,
764,
28,
1058,
44605,
2425,
198,
220,
220,
220,
886,
198,
220,
220,
220,
458,
83,
796,
2488,
7568,
47764,
17,
41058,
7,
16,
25,
77,
808,
7,
7568,
17,
828,
25,
30645,
11,
198,
220,
220,
220,
220,
220,
220,
220,
331,
18224,
796,
1058,
1137,
49,
11,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
2475,
82,
796,
357,
15,
13,
20,
11,
299,
808,
7,
7568,
17,
8,
1343,
657,
13,
20,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
742,
3378,
796,
357,
16,
25,
77,
808,
7,
7568,
17,
828,
8841,
12195,
4033,
82,
7,
87,
22704,
4008,
828,
198,
220,
220,
220,
220,
220,
220,
220,
3124,
796,
1058,
8043,
11,
198,
220,
220,
220,
220,
220,
220,
220,
8177,
796,
3991,
8,
198,
220,
220,
220,
1441,
458,
83,
11,
47764,
17,
11,
47764,
16,
198,
437,
198,
198,
8818,
751,
62,
10951,
0,
7,
489,
83,
11,
47764,
11,
279,
11,
304,
26,
2593,
1483,
796,
3991,
11,
331,
2475,
82,
796,
2147,
8,
198,
220,
220,
220,
458,
83,
62,
2475,
796,
5415,
7,
7568,
13,
30645,
764,
10,
938,
12195,
7568,
13,
1137,
49,
4008,
198,
220,
220,
220,
458,
83,
62,
12626,
796,
458,
83,
62,
2475,
14,
940,
198,
220,
220,
220,
1006,
11,
11506,
796,
458,
83,
62,
2475,
1343,
458,
83,
62,
12626,
11,
458,
83,
62,
12626,
14,
17,
198,
220,
220,
220,
751,
62,
5657,
0,
7,
489,
83,
11,
1006,
11,
11506,
8,
198,
220,
220,
220,
611,
279,
18189,
657,
13,
2713,
198,
220,
220,
220,
220,
220,
220,
220,
279,
2100,
796,
366,
45,
13,
50,
526,
198,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
2835,
7,
79,
11,
19561,
796,
362,
8,
6624,
657,
5633,
279,
2100,
796,
2835,
7,
79,
11,
19561,
796,
513,
8,
1058,
279,
2100,
796,
2835,
7,
79,
11,
19561,
796,
362,
8,
198,
220,
220,
220,
220,
220,
220,
220,
751,
62,
10760,
0,
7,
489,
83,
11,
1006,
10,
12626,
14,
17,
11,
11506,
14,
17,
11,
304,
8,
198,
220,
220,
220,
886,
198,
220,
220,
220,
611,
2593,
1483,
198,
220,
220,
220,
220,
220,
220,
220,
9114,
7589,
796,
366,
51,
12,
9288,
11,
279,
796,
29568,
79,
2100,
16725,
198,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
9114,
7589,
796,
366,
44,
1236,
12,
43617,
1681,
471,
1332,
11,
279,
796,
29568,
79,
2100,
16725,
198,
220,
220,
220,
886,
198,
220,
220,
220,
751,
62,
79,
8367,
0,
7,
489,
83,
11,
1006,
10,
12626,
14,
17,
11,
11506,
14,
17,
11,
9114,
7589,
8,
198,
220,
220,
220,
318,
22366,
7,
88,
2475,
82,
8,
11405,
357,
88,
2475,
82,
796,
357,
15,
11,
489,
83,
62,
2475,
1343,
362,
489,
83,
62,
12626,
4008,
198,
220,
220,
220,
331,
22704,
0,
7,
88,
2475,
82,
796,
331,
2475,
82,
8,
198,
220,
220,
220,
1441,
458,
83,
198,
437,
198,
198,
8818,
751,
62,
5657,
0,
7,
489,
83,
11,
1006,
11,
11506,
8,
198,
220,
220,
220,
7110,
0,
7,
489,
83,
17414,
16,
11,
16,
38430,
5420,
11,
5420,
10,
12626,
4357,
1627,
8043,
796,
1058,
13424,
8,
198,
220,
220,
220,
7110,
0,
7,
489,
83,
17414,
17,
11,
17,
38430,
5420,
11,
5420,
10,
12626,
4357,
1627,
8043,
796,
1058,
13424,
8,
198,
220,
220,
220,
7110,
0,
7,
489,
83,
17414,
16,
11,
17,
38430,
5420,
10,
12626,
14,
17,
11,
5420,
10,
12626,
14,
17,
4357,
1627,
8043,
796,
1058,
13424,
8,
198,
437,
198,
198,
8818,
751,
62,
79,
8367,
0,
7,
489,
83,
11,
1006,
11,
11506,
11,
279,
8,
198,
220,
220,
220,
611,
318,
64,
7,
79,
11,
10903,
8,
198,
220,
220,
220,
220,
220,
220,
220,
3275,
796,
279,
198,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
3275,
796,
279,
1279,
657,
13,
486,
5633,
366,
79,
1279,
657,
13,
486,
1,
1058,
366,
79,
1279,
657,
13,
2713,
1,
198,
220,
220,
220,
886,
198,
220,
220,
220,
24708,
378,
0,
7,
489,
83,
17414,
7,
16,
13,
20,
11,
5420,
1343,
11506,
11,
198,
220,
220,
220,
220,
220,
220,
220,
1345,
1747,
13,
5239,
7,
20500,
11,
198,
220,
220,
220,
220,
220,
220,
220,
807,
11,
1058,
16159,
4008,
12962,
198,
220,
220,
220,
1441,
458,
83,
198,
437,
198,
198,
8818,
751,
62,
10760,
0,
7,
489,
83,
11,
1006,
11,
11506,
11,
304,
8,
198,
220,
220,
220,
3275,
796,
366,
18610,
2546,
796,
720,
68,
1,
198,
220,
220,
220,
24708,
378,
0,
7,
489,
83,
17414,
7,
16,
13,
20,
11,
5420,
532,
11506,
11,
198,
220,
220,
220,
220,
220,
220,
220,
1345,
1747,
13,
5239,
7,
20500,
11,
198,
220,
220,
220,
220,
220,
220,
220,
807,
11,
1058,
16159,
4008,
12962,
198,
220,
220,
220,
1441,
458,
83,
198,
437,
198,
198,
37811,
198,
220,
220,
220,
4600,
8818,
62,
20930,
7,
7568,
11,
45286,
11,
277,
26,
36115,
796,
2147,
11,
2239,
796,
15,
13,
2713,
11,
42302,
796,
1058,
35487,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3124,
796,
685,
25,
23736,
4357,
9493,
10992,
796,
685,
25,
23736,
12962,
63,
198,
220,
220,
220,
27967,
262,
2163,
277,
625,
262,
46935,
2743,
540,
1401,
583,
1123,
1988,
286,
36115,
290,
198,
220,
220,
220,
21528,
262,
1255,
625,
262,
7885,
1401,
198,
37811,
198,
198,
8818,
2163,
62,
20930,
7,
7568,
11,
7785,
11,
277,
26,
36115,
796,
2147,
11,
2239,
796,
15,
13,
2713,
11,
42302,
796,
1058,
35487,
11,
198,
220,
220,
220,
220,
220,
220,
220,
3124,
796,
685,
25,
23736,
4357,
9493,
10992,
796,
685,
25,
23736,
12962,
198,
220,
220,
220,
850,
24432,
796,
318,
22366,
7,
8094,
278,
8,
5633,
685,
25,
39643,
2389,
60,
1058,
410,
9246,
7,
25,
39643,
2389,
11,
8094,
278,
8,
198,
220,
220,
220,
2124,
22704,
796,
2837,
7,
2302,
260,
2611,
7,
7568,
58,
45299,
1401,
12962,
986,
11,
2239,
796,
2239,
8,
198,
220,
220,
220,
49427,
16,
796,
12082,
7,
8094,
1525,
7,
7568,
11,
7266,
24432,
828,
1401,
5218,
357,
83,
3784,
277,
7,
83,
11,
87,
22704,
796,
2124,
22704,
4008,
5218,
1081,
10962,
8,
198,
220,
220,
220,
36265,
0,
7,
1860,
16,
11,
360,
713,
7,
25,
55,
22704,
5218,
1401,
4008,
198,
220,
220,
220,
3297,
0,
7,
1860,
16,
17414,
25,
39643,
2389,
11,
7785,
12962,
198,
220,
220,
220,
611,
42302,
6624,
1058,
18769,
12044,
2105,
198,
220,
220,
220,
220,
220,
220,
220,
49427,
17,
796,
12082,
7,
8094,
1525,
7,
1860,
16,
11,
8094,
278,
4008,
466,
49427,
18,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1448,
62,
49736,
7,
1860,
18,
11,
7785,
11,
25,
24928,
26,
2593,
1483,
796,
3991,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
49427,
17,
58,
28265,
25,
9319,
60,
796,
685,
87,
58,
16,
60,
329,
2124,
287,
49427,
17,
13,
1137,
49,
60,
198,
220,
220,
220,
220,
220,
220,
220,
49427,
17,
58,
28265,
25,
929,
60,
796,
685,
87,
58,
17,
60,
329,
2124,
287,
49427,
17,
13,
1137,
49,
60,
198,
220,
220,
220,
2073,
361,
42302,
6624,
1058,
40972,
2915,
198,
220,
220,
220,
220,
220,
220,
220,
49427,
17,
796,
12082,
7,
8094,
1525,
7,
1860,
16,
17414,
8094,
278,
11,
7785,
46570,
1058,
24928,
5218,
7,
83,
3784,
357,
30645,
796,
1612,
7,
83,
828,
198,
220,
220,
220,
220,
220,
220,
220,
1877,
28,
2352,
7,
32604,
7,
83,
8,
532,
5554,
576,
7,
83,
11,
15,
13,
1495,
828,
198,
220,
220,
220,
220,
220,
220,
220,
510,
796,
2352,
7,
40972,
576,
7,
83,
11,
15,
13,
42716,
13219,
32604,
7,
83,
4008,
828,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
13793,
49,
796,
357,
8937,
7,
32604,
7,
83,
8,
532,
5554,
576,
7,
83,
11,
15,
13,
1495,
4008,
1343,
2352,
7,
40972,
576,
7,
83,
11,
15,
13,
42716,
13219,
32604,
7,
83,
4008,
20679,
17,
11,
198,
220,
220,
220,
220,
220,
220,
220,
48603,
796,
5026,
7,
83,
22305,
5218,
1081,
10962,
8,
198,
220,
220,
220,
2073,
361,
42302,
6624,
1058,
35487,
198,
220,
220,
220,
220,
220,
220,
220,
49427,
17,
796,
12082,
7,
8094,
1525,
7,
1860,
16,
17414,
8094,
278,
11,
7785,
46570,
1058,
24928,
5218,
7,
83,
3784,
357,
30645,
796,
1612,
7,
83,
828,
929,
796,
5026,
7,
83,
828,
1877,
796,
5026,
7,
83,
22305,
5218,
1081,
10962,
8,
198,
220,
220,
220,
886,
198,
220,
220,
220,
3297,
0,
7,
1860,
17,
11,
7785,
8,
628,
220,
220,
220,
458,
83,
796,
2488,
7568,
49427,
17,
7110,
7,
4033,
82,
7,
7785,
828,
25,
30645,
11,
29092,
796,
357,
25,
9319,
11,
1058,
929,
828,
1448,
796,
951,
82,
7,
8094,
278,
828,
1627,
8043,
796,
1058,
23736,
11,
3124,
796,
3124,
11,
9493,
10992,
796,
9493,
10992,
8,
198,
220,
220,
220,
1441,
458,
83,
11,
49427,
17,
198,
437,
198,
198,
8818,
1117,
1547,
333,
85,
2473,
62,
20930,
7,
22853,
461,
7568,
11,
45286,
11,
36115,
26,
458,
83,
796,
7110,
28955,
198,
220,
220,
220,
49427,
16,
796,
12082,
7,
8094,
1525,
7,
22853,
461,
7568,
17414,
25,
39643,
2389,
11,
8094,
278,
46570,
7885,
5218,
14288,
5218,
7885,
8,
198,
220,
220,
220,
1303,
49427,
17,
796,
12082,
7,
8094,
1525,
7,
1860,
16,
11,
8094,
278,
828,
7885,
5218,
357,
83,
3784,
357,
5308,
272,
796,
1612,
7,
83,
828,
13900,
796,
5026,
7,
83,
22305,
5218,
1081,
10962,
8,
198,
220,
220,
220,
49427,
17,
796,
1448,
62,
49736,
7,
1860,
16,
11,
8094,
278,
11,
45286,
26,
2593,
1483,
796,
3991,
8,
198,
220,
220,
220,
1303,
49427,
17,
58,
28265,
25,
9319,
60,
796,
685,
87,
58,
16,
60,
329,
2124,
287,
49427,
17,
13,
1137,
49,
60,
198,
220,
220,
220,
1303,
49427,
17,
58,
28265,
25,
929,
60,
796,
685,
87,
58,
17,
60,
329,
2124,
287,
49427,
17,
13,
1137,
49,
60,
198,
220,
220,
220,
318,
64,
7,
1860,
17,
58,
45299,
36115,
4357,
327,
2397,
12409,
19182,
8,
11405,
357,
1860,
17,
58,
28265,
8094,
278,
60,
796,
4731,
12195,
1860,
17,
58,
28265,
8094,
278,
60,
4008,
198,
220,
220,
220,
44872,
7,
9160,
7,
1860,
17,
58,
45299,
36115,
4357,
327,
2397,
12409,
19182,
4008,
198,
220,
220,
220,
2488,
7568,
49427,
17,
41058,
0,
7,
489,
83,
11,
4033,
82,
7,
8094,
278,
828,
1058,
30645,
11,
331,
18224,
796,
1058,
1137,
49,
11,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
2124,
2475,
82,
796,
13841,
15,
13,
1495,
11,
17,
13,
1495,
828,
2124,
18242,
796,
366,
13247,
1600,
198,
220,
220,
220,
220,
220,
220,
220,
331,
18242,
796,
366,
9921,
666,
9441,
640,
1600,
6167,
796,
366,
4943,
198,
220,
220,
220,
1441,
458,
83,
198,
437,
198
] | 2.246614 | 3,175 |
# ---
# title: 20. Valid Parentheses
# id: problem20
# author: Tian Jun
# date: 2020-10-31
# difficulty: Easy
# categories: String, Stack
# link: <https://leetcode.com/problems/valid-parentheses/description/>
# hidden: true
# ---
#
# Given a string `s` containing just the characters `'('`, `')'`, `'{'`, `'}'`,
# `'['` and `']'`, determine if the input string is valid.
#
# An input string is valid if:
#
# 1. Open brackets must be closed by the same type of brackets.
# 2. Open brackets must be closed in the correct order.
#
#
#
# **Example 1:**
#
#
#
# Input: s = "()"
# Output: true
#
#
# **Example 2:**
#
#
#
# Input: s = "()[]{}"
# Output: true
#
#
# **Example 3:**
#
#
#
# Input: s = "(]"
# Output: false
#
#
# **Example 4:**
#
#
#
# Input: s = "([)]"
# Output: false
#
#
# **Example 5:**
#
#
#
# Input: s = "{[]}"
# Output: true
#
#
#
#
# **Constraints:**
#
# * `1 <= s.length <= 104`
# * `s` consists of parentheses only `'()[]{}'`.
#
#
## @lc code=start
using LeetCode
## add your code here:
## @lc code=end
| [
2,
11420,
198,
2,
3670,
25,
1160,
13,
48951,
16774,
39815,
198,
2,
4686,
25,
1917,
1238,
198,
2,
1772,
25,
20834,
7653,
198,
2,
3128,
25,
12131,
12,
940,
12,
3132,
198,
2,
8722,
25,
16789,
198,
2,
9376,
25,
10903,
11,
23881,
198,
2,
2792,
25,
1279,
5450,
1378,
293,
316,
8189,
13,
785,
14,
1676,
22143,
14,
12102,
12,
8000,
39815,
14,
11213,
15913,
198,
2,
7104,
25,
2081,
198,
2,
11420,
198,
2,
220,
198,
2,
11259,
257,
4731,
4600,
82,
63,
7268,
655,
262,
3435,
4600,
6,
10786,
47671,
4600,
11537,
6,
47671,
4600,
6,
90,
6,
47671,
4600,
6,
92,
6,
47671,
198,
2,
4600,
6,
17816,
63,
290,
4600,
20520,
6,
47671,
5004,
611,
262,
5128,
4731,
318,
4938,
13,
198,
2,
220,
198,
2,
1052,
5128,
4731,
318,
4938,
611,
25,
198,
2,
220,
198,
2,
220,
220,
352,
13,
4946,
28103,
1276,
307,
4838,
416,
262,
976,
2099,
286,
28103,
13,
198,
2,
220,
220,
362,
13,
4946,
28103,
1276,
307,
4838,
287,
262,
3376,
1502,
13,
198,
2,
220,
198,
2,
220,
198,
2,
220,
198,
2,
12429,
16281,
352,
25,
1174,
198,
2,
220,
198,
2,
220,
220,
220,
220,
220,
198,
2,
220,
220,
220,
220,
220,
198,
2,
220,
220,
220,
220,
23412,
25,
264,
796,
366,
3419,
1,
198,
2,
220,
220,
220,
220,
25235,
25,
2081,
198,
2,
220,
220,
220,
220,
220,
198,
2,
220,
198,
2,
12429,
16281,
362,
25,
1174,
198,
2,
220,
198,
2,
220,
220,
220,
220,
220,
198,
2,
220,
220,
220,
220,
220,
198,
2,
220,
220,
220,
220,
23412,
25,
264,
796,
366,
3419,
21737,
90,
36786,
198,
2,
220,
220,
220,
220,
25235,
25,
2081,
198,
2,
220,
220,
220,
220,
220,
198,
2,
220,
198,
2,
12429,
16281,
513,
25,
1174,
198,
2,
220,
198,
2,
220,
220,
220,
220,
220,
198,
2,
220,
220,
220,
220,
220,
198,
2,
220,
220,
220,
220,
23412,
25,
264,
796,
30629,
30866,
198,
2,
220,
220,
220,
220,
25235,
25,
3991,
198,
2,
220,
220,
220,
220,
220,
198,
2,
220,
198,
2,
12429,
16281,
604,
25,
1174,
198,
2,
220,
198,
2,
220,
220,
220,
220,
220,
198,
2,
220,
220,
220,
220,
220,
198,
2,
220,
220,
220,
220,
23412,
25,
264,
796,
366,
26933,
15437,
1,
198,
2,
220,
220,
220,
220,
25235,
25,
3991,
198,
2,
220,
220,
220,
220,
220,
198,
2,
220,
198,
2,
12429,
16281,
642,
25,
1174,
198,
2,
220,
198,
2,
220,
220,
220,
220,
220,
198,
2,
220,
220,
220,
220,
220,
198,
2,
220,
220,
220,
220,
23412,
25,
264,
796,
45144,
21737,
36786,
198,
2,
220,
220,
220,
220,
25235,
25,
2081,
198,
2,
220,
220,
220,
220,
220,
198,
2,
220,
198,
2,
220,
198,
2,
220,
198,
2,
12429,
3103,
2536,
6003,
25,
1174,
198,
2,
220,
198,
2,
220,
220,
1635,
4600,
16,
19841,
264,
13,
13664,
19841,
14436,
63,
198,
2,
220,
220,
1635,
4600,
82,
63,
10874,
286,
46672,
691,
4600,
6,
3419,
21737,
90,
92,
6,
44646,
198,
2,
220,
198,
2,
220,
198,
2235,
2488,
44601,
2438,
28,
9688,
198,
3500,
1004,
316,
10669,
198,
198,
2235,
751,
534,
2438,
994,
25,
198,
2235,
2488,
44601,
2438,
28,
437,
198
] | 2.108696 | 552 |
function assemble_structures(layup,n_pt,twist,sloc,xaf,yaf,nchord,lam_t,designparams,x_offset,orientation,xloc,zloc,geom,webloc)
# assemble structural properties
mat = Array{Array{Composites.material,1}}(n_pt)
lam = Array{Composites.laminate,1}(n_pt)
precompinput = Array{PreComp.input,1}(n_pt)
precompoutput = Array{PreComp.output,1}(n_pt)
twist_d = twist*180.0/pi
twistrate_d = PreComp.tw_rate(n_pt,sloc[1:n_pt],twist_d)
# strainx = zeros(xafstrain)
# strainy = zeros(yafstrain)
# rot = zeros(2,2)
for i = 1:n_pt
# find leading edge
lei = indmin(abs.(xaf[i,:]))
# shift so leading edge is first
xpc = circshift(xaf[i,:],-(lei-1))
ypc = circshift(yaf[i,:],-(lei-1))
# assemble input
precompinput[i],mat[i],lam[i] = layup(nchord[i],twist_d[i],
twistrate_d[i],xpc,ypc,lam_t[i,:],designparams,x_offset[i],orientation)
# calculate composite properties: stiffness, mass, etc
precompoutput[i] = PreComp.properties(precompinput[i])
# rot[1,:] = [cos(-twist[i]),-sin(-twist[i])]
# rot[2,:] = [sin(-twist[i]),cos(-twist[i])]
#
# xy = [xafstrain[i,:]*nchord[i],yafstrain[i,:]*nchord[i]]
# xyrot = rot*xy
# # determine locations at which to calculate strain
# strainx[i,:] = xyrot[1] +xloc[i]
# strainy[i,:] = xyrot[2] +zloc[i]
end
# Get ABD Matrices
A = Array{Array{Float64,2},1}(n_pt)
B = Array{Array{Float64,2},1}(n_pt)
D = Array{Array{Float64,2},1}(n_pt)
for i = 1:n_pt
Q = Composites.getQ(mat[i])
A[i],B[i],D[i] = Composites.getABD(lam[i],Q)
end
# Get buckling strains
bucklingstrain = zeros(Float64,n_pt,2) #currently hardcoded for a single web
_,bucklingstrain[:,1] = Composites.localbuckling(A,D,webloc*geom.normalchord)
_,bucklingstrain[:,2] = Composites.localbuckling(A,D,(1-webloc)*geom.normalchord)
# Assemble structural properties
return compstructure(mat,lam,A,B,D,bucklingstrain,precompinput,precompoutput)
end
function p_layup(normalchord,twist_d,twistrate_d,xaf,yaf,
p_lam_t,designparams,p_x_offset,p_orientation)
t1 = p_lam_t[1]#uni
t2 = p_lam_t[2]#weave
mat = []
# Materials Input
e1 = zeros(length(designparams.p_usedmaterials))
e2 = zeros(length(designparams.p_usedmaterials))
g12 = zeros(length(designparams.p_usedmaterials))
anu12 = zeros(length(designparams.p_usedmaterials))
density = zeros(length(designparams.p_usedmaterials))
for i = 1:length(designparams.p_usedmaterials)
matnames = designparams.plyprops.names
idx = find(matnames -> matnames == designparams.p_usedmaterials[i],matnames)
material = designparams.plyprops.plies[idx[1]]
push!(mat,material)
e1[i] = material.e1
e2[i] = material.e2
g12[i] = material.g12
anu12[i] = material.nu12
density[i] = material.rho
end
web1 = designparams.p_webloc[1]
xsec_nodeU=[0.0;web1;1.0]
n_laminaU=[2,2]
n_pliesU=[1,1,
1,1]
t_lamU=[t1,t2,
t1,t2]
tht_lamU=[p_orientation[1],p_orientation[2],
p_orientation[1],p_orientation[2]]
mat_lamU=[1,2,
1,2]
# Lower surface
xsec_nodeL = xsec_nodeU
n_laminaL = n_laminaU
n_pliesL = n_pliesU
t_lamL = t_lamU
tht_lamL = tht_lamU
mat_lamL = mat_lamU
# Web
loc_web = [web1]
n_laminaW = [2]
n_pliesW = [1,1]
t_lamW = [0.0,0.0]
tht_lamW = [p_orientation[1],p_orientation[2]]
mat_lamW = [1,2]
leloc = p_x_offset
# assemble output
lam = Composites.laminate{Int64,Float64}(mat_lamL[1:div(end,2)],n_pliesL[1:div(end,2)],t_lamL[1:div(end,2)],tht_lamL[1:div(end,2)])
precompinput = PreComp.input(
normalchord,
-twist_d,-twistrate_d,
leloc,xaf,yaf,
e1,e2,g12,anu12,density,
xsec_nodeU,n_laminaU,n_pliesU,t_lamU,tht_lamU,mat_lamU,
xsec_nodeL,n_laminaL,n_pliesL,t_lamL,tht_lamL,mat_lamL,
loc_web,n_laminaW,n_pliesW,t_lamW,tht_lamW,mat_lamW)
return precompinput,mat,lam
end
function w_layup(normalchord,twist_d,twistrate_d,xaf,yaf,
w_lam_t,designparams,w_x_offset,w_orientation)
t1 = w_lam_t[1]#uni
t2 = w_lam_t[2]#weave
t3 = w_lam_t[3]#wing foam
t4 = w_lam_t[4]#web fabric
t5 = w_lam_t[5]#web foam
mat = []
# Materials Input
e1 = zeros(length(designparams.w_usedmaterials))
e2 = zeros(length(designparams.w_usedmaterials))
g12 = zeros(length(designparams.w_usedmaterials))
anu12 = zeros(length(designparams.w_usedmaterials))
density = zeros(length(designparams.w_usedmaterials))
for i = 1:length(designparams.w_usedmaterials)
matnames = designparams.plyprops.names
idx = find(matnames -> matnames == designparams.w_usedmaterials[i],matnames)
material = designparams.plyprops.plies[idx[1]]
push!(mat,material)
e1[i] = material.e1
e2[i] = material.e2
g12[i] = material.g12
anu12[i] = material.nu12
density[i] = material.rho
end
web1 = designparams.w_webloc[1]
xsec_nodeU=[0.0;web1;1.0]
n_laminaU=[5,5]
n_pliesU=[1,1,1,1,1,
1,1,1,1,1]
t_lamU=[t1,t2,t3,t2,t1,
t1,t2,t3,t2,t1]
tht_lamU=[w_orientation[1],w_orientation[2],0.0,w_orientation[2],w_orientation[1],
w_orientation[1],w_orientation[2],0.0,w_orientation[2],w_orientation[1]]
mat_lamU=[1,2,3,2,1,
1,2,3,2,1]
# Lower surface
xsec_nodeL = xsec_nodeU
n_laminaL = n_laminaU
n_pliesL = n_pliesU
t_lamL = t_lamU
tht_lamL = tht_lamU
mat_lamL = mat_lamU
# Web
loc_web = [web1]
n_laminaW = [3]
n_pliesW = [1,1,1]
t_lamW = [t4,t5,t4]
tht_lamW = [w_orientation[3],0.0,w_orientation[3]]
mat_lamW = [2,3,2]
leloc = w_x_offset
# assemble output
lam = Composites.laminate{Int64,Float64}(mat_lamL[1:div(end,2)],n_pliesL[1:div(end,2)],t_lamL[1:div(end,2)],tht_lamL[1:div(end,2)])
precompinput = PreComp.input(
normalchord,
-twist_d,-twistrate_d,
leloc,xaf,yaf,
e1,e2,g12,anu12,density,
xsec_nodeU,n_laminaU,n_pliesU,t_lamU,tht_lamU,mat_lamU,
xsec_nodeL,n_laminaL,n_pliesL,t_lamL,tht_lamL,mat_lamL,
loc_web,n_laminaW,n_pliesW,t_lamW,tht_lamW,mat_lamW)
return precompinput,mat,lam
end
function beam_strain_wrapper(Fp,n_sec,ctlparams,printiter,plots,xaf,yaf,xafstrain,yafstrain,twist,x_offset,aerocenter,nchord,structure,spanyloc,xloc,yloc,zloc)
momarmx_scac = zeros(n_sec) #shear center (sc) to aero center (ac) moment arm
momarmy_scac = zeros(n_sec)
momarmx_cmtc = zeros(n_sec)
momarmy_cmtc = zeros(n_sec)
momarmx_sccm = zeros(n_sec)
momarmy_sccm = zeros(n_sec)
if (printiter%(ctlparams.printfreq)==0.0 && plots)
figure("af")
clf()
end
strainx = zeros(xafstrain) # for strain locations about the shear center
strainy = zeros(yafstrain)
strainx_vis = zeros(xafstrain)
strainy_vis = zeros(yafstrain)
rot = zeros(2,2)
for i = 1:n_sec
# Calculate aerodynamic center from precalculated x-aero center and chord line
idxle = indmin(abs.(xaf[i,:]))
idxte = indmax(abs.(xaf[i,:]))
yle = yaf[i,idxle]
yte = yaf[i,idxte]
acx = aerocenter[i]
acy = (yte-yle)/(1)*acx + yle #y/mx+b
y_ac = (acx+x_offset[i])*nchord[i] #x and y are flipped in precomp
x_ac = acy*nchord[i]
x_sc = x_ac + structure.precompoutput[i].x_sc
y_sc = y_ac + structure.precompoutput[i].y_sc
x_tc = x_ac + structure.precompoutput[i].x_tc
y_tc = y_ac + structure.precompoutput[i].y_tc
x_cm = x_ac + structure.precompoutput[i].x_cm
y_cm = y_ac + structure.precompoutput[i].y_cm
#moment arms defined positive as in Fig. 13 in precomp manual with tc above cm, x and y are flipped as well in precomp
momarmx_scac[i] = x_ac-y_sc
momarmy_scac[i] = y_ac-x_sc
momarmx_cmtc[i] = y_tc-y_cm
momarmy_cmtc[i] = x_tc-x_cm
momarmx_sccm[i] = y_cm-y_sc
momarmy_sccm[i] = x_cm-x_sc
#-------- Calculate Rotated Strain Locations about the Shear Center --------#
rot[1,:] = [cos(-twist[i]),-sin(-twist[i])]
rot[2,:] = [sin(-twist[i]),cos(-twist[i])]
xy = [xafstrain[i,:]*nchord[i]+x_offset[i]*nchord[i]-y_sc,yafstrain[i,:]*nchord[i]-x_sc] #Offest by the shear center, precomp FOR is swapped
xyrot = rot*xy
# determine locations at which to calculate strain
strainx[i,:] = xyrot[1]
strainy[i,:] = xyrot[2]
# add offset for visualization
xy = [xafstrain[i,:]*nchord[i]-0.125*nchord[i],yafstrain[i,:]*nchord[i]] #Offest by the shear center, precomp FOR is swapped
xyrot = rot*xy
strainx_vis[i,:] = xyrot[1] + xloc[i]
strainy_vis[i,:] = xyrot[2] + zloc[i]
# Plots
if (i%5==0 || i==n_sec) && (printiter%(ctlparams.printfreq)==0.0 && plots)
figure("af$i")
# clf()
plot((xaf[i,:]+x_offset[i])*nchord[i],yaf[i,:]*nchord[i])
if i==n_sec
plot(y_ac,x_ac,"x",label = "Aero Center")
plot(y_sc,x_sc,"D",label = "Shear Center")
plot(y_tc,x_tc,".",label = "Mass Center")
plot(y_cm,x_cm,"+",label = "Tension Center")
else
plot(y_ac,x_ac,"x")
plot(y_sc,x_sc,"D")
plot(y_tc,x_tc,".")
plot(y_cm,x_cm,"+")
end
axis("equal")
legend(loc="center left", bbox_to_anchor=(1, 0.5))
pause(0.001)
figure("strain_af$i")
# clf()
plot(strainx[i,:],strainy[i,:])
plot(xafstrain[i,:]*nchord[i]+x_offset[i]*nchord[i],yafstrain[i,:]*nchord[i])
if i==n_sec
plot(y_ac-y_sc,x_ac-x_sc,"x",label = "Aero Center")
plot(y_sc-y_sc,x_sc-x_sc,"D",label = "Shear Center")
plot(y_tc-y_sc,x_tc-x_sc,".",label = "Mass Center")
plot(y_cm-y_sc,x_cm-x_sc,"+",label = "Tension Center")
plot(y_ac,x_ac,"x",label = "Aero Center")
plot(y_sc,x_sc,"D",label = "Shear Center")
plot(y_tc,x_tc,".",label = "Mass Center")
plot(y_cm,x_cm,"+",label = "Tension Center")
else
plot(y_ac-y_sc,x_ac-x_sc,"x")
plot(y_sc-y_sc,x_sc-x_sc,"D")
plot(y_tc-y_sc,x_tc-x_sc,".")
plot(y_cm-y_sc,x_cm-x_sc,"+")
plot(y_ac,x_ac,"x")
plot(y_sc,x_sc,"D")
plot(y_tc,x_tc,".")
plot(y_cm,x_cm,"+")
end
axis("equal")
legend(loc="center left", bbox_to_anchor=(1, 0.5))
pause(0.001)
end
end
#-------- TRANSLATE CCBLADE LOADS TO PRECOMP/BEAM LOADS -------#
nodes = length(spanyloc)
elements = nodes - 1
#Beam goes from root to tip
Py = Fp[3,:] #Lift is z in aero, y in beam
Pz = Fp[1,:] #Drag is x in aero, z in beam
Px = Fp[2,:] #compression is y in aero, x in beam
# --- extract the point forces from distributed in order to apply moments from ac to sc etc -----
DOF = 6
F = zeros(DOF*nodes)
for i = 1:elements
start = (i-1)*DOF # (0, 0) start of matrix
_, _, Fsub = BeamFEA.beam_matrix(spanyloc[i+1] - spanyloc[i], [0.0,0.0], [0.0,0.0], [0.0,0.0],
[0.0,0.0], [0.0,0.0], [0.0,0.0], Px[i:i+1], Py[i:i+1], Pz[i:i+1])
idx = start+1:start+2*DOF
F[idx] += Fsub
end
# These are in the beam frame of reference
EIy = zeros(nodes)
EIz = zeros(nodes)
EA = zeros(nodes)
GJ = zeros(nodes)
rhoA = zeros(nodes)
rhoJ = zeros(nodes)
# Px = zeros(nodes) # Already Calculated
# Py = zeros(nodes)
# Pz = zeros(nodes)
Fx = zeros(nodes)
Fy = zeros(nodes)
Fz = zeros(nodes)
Mx = zeros(nodes)
My = zeros(nodes)
Mz = zeros(nodes)
kx = zeros(nodes)
ky = zeros(nodes)
kz = zeros(nodes)
kthetax = zeros(nodes)
kthetay = zeros(nodes)
kthetaz = zeros(nodes)
idxf = 1
for i = 1:nodes
# these are all distributed properties
mass = structure.precompoutput[i].mass
iyy = structure.precompoutput[i].flap_iner
ixx = structure.precompoutput[i].lag_iner
d_sccm2 =momarmx_sccm[i]^2 + momarmy_sccm[i]^2
izz = ixx+iyy + mass*d_sccm2 #perpendicular axis theorem and parallel axis theorm
EIy[i] = structure.precompoutput[i].ei_flap
EIz[i] = structure.precompoutput[i].ei_lag
EA[i] = structure.precompoutput[i].ea
GJ[i] = structure.precompoutput[i].gj
rhoA[i] = mass
rhoJ[i] = izz
# Px[i] = 0.0 # Already Calculated
# Py[i] = 0.0
# Pz[i] = 0.0
Fx[i] = 0.0 #TODO:Extra Point Loads centripetal force here
Fy[i] = 0.0
Fz[i] = 0.0
Mx[i] = F[idxf+3]*momarmy_scac[i] + F[idxf+5]*momarmx_scac[i]
My[i] = 0.0 #TODO:centripetal here, but tension center not aligned with shear center so...?
Mz[i] = 0.0 #TODO:centripetal here, but tension center not aligned with shear center so...?
idxf += DOF
end
#fixed at hub (future work may allow axial twisting via a passive pitching device)
kx[1] = Inf
ky[1] = Inf
kz[1] = Inf
kthetax[1] = Inf
kthetay[1] = Inf
kthetaz[1] = Inf
#-------- FEA ANALYSIS -------#
delta, freq, V, K, M, F = BeamFEA.fea_analysis(spanyloc, EIy, EIz, EA, GJ, rhoA, rhoJ, Px, Py, Pz,
Fx, Fy, Fz, Mx, My, Mz, kx, ky, kz, kthetax, kthetay, kthetaz)
# println(minimum(delta))
#TODO: use non-rigid strain calculation, i.e. composite curvature
#TODO: include shear strain
# get strain for each x strip along the blade
strains = zeros(length(spanyloc),length(strainy[1,:]))
for i = 1:length(strainy[1,:])
strains[:,i], Nx, Vy, Vz, Tx, Myout, Mzout = BeamFEA.strain(spanyloc,
strainy[:,i], strainx[:,i], EIy, EIz, EA,
Px, Py, Pz, Fx, Fy, Fz, Mx, My, Mz, false)
end
mass_structure = trapz(spanyloc,rhoA)
return strains, delta, freq, mass_structure,strainx_vis,strainy_vis
end
function bucklingcon(structure,strain,webloc,normalchord)
# Used for constraining buckling
sf = 1.5 #safety factor
# buckling strain is negative, strain is always positive
# NOT SMOOTH - will cause problems if webloc is design variable
c_buckling = zeros(size(strain,1),size(strain,2))
for i = 1:size(c_buckling,1)
for iloc = 1:size(c_buckling,2)
# if structure.strainlocx[i,iloc] < webloc*normalchord[i] #|| webloc == 0.0
c_buckling[i,iloc] = (structure.bucklingstrain[i,1]+sf*strain[i,iloc])
# else
# c_buckling[i,iloc] = (structure.bucklingstrain[i,2]+sf*strain[i,iloc])
# end
end
end
# # SMOOTH, but unnecessarily conservative
# c_buckling = zeros(size(strain,1),size(strain,2),size(def.bucklingstrain,2)*2)
# for i = 1:size(c_buckling,1)
# for iloc = 1:size(c_buckling,2)
# for ibuckle = 1:size(def.bucklingstrain,2)
# c_buckling[i,iloc,2*ibuckle-1] = (-def.bucklingstrain[i,ibuckle]-sf*strain[i,iloc])/def.bucklingstrain[i,ibuckle]
# c_buckling[i,iloc,2*ibuckle] = (-def.bucklingstrain[i,ibuckle]+sf*strain[i,iloc])/def.bucklingstrain[i,ibuckle]
# end
# end
# end
return c_buckling[:]/1E2
end
function stresscalc(strain::Array{Float64,2},shear::Array{Float64,1},
mat::Composites.material,theta_d::Float64)
# Get rotated material stiffness matrix
qbar = Composites.getQ(mat,theta_d)
# Determine Stresses from Strains in individual plys
nnodes = size(strain,1)
nloc = size(strain,2)
plystress = zeros(nnodes,nloc,3)
for i = 1:nnodes #Run entire length of wing #
for iloc = 1:nloc # Run at every specified strain location
# Convert shear stress to shear strain
gam12 = shear[i]/qbar[3,3]-qbar[1,3]/qbar[3,3]*strain[i,iloc]
# Calculate laminate stresses
stress = qbar*[strain[i,iloc],0,gam12]
# Transform stresses to ply axes
plystress[i,iloc,:] = Composites.rotstress(stress,theta_d)
end
end
return plystress
end #stress_calc
function stresscon(stress,mat::Composites.material,criteria = "tsaiwu";BVID=0.65,sf=1.5)
# Used to constrain stress
sigma1 = sf*stress[:,:,1]
sigma2 = sf*stress[:,:,2]
tau12 = sf*stress[:,:,3]
sigma1tu = BVID*mat.xt
sigma2tu = BVID*mat.yt
sigma1cu = BVID*mat.xc
sigma2cu = BVID*mat.yc
tau12u = BVID*mat.s
if criteria=="maxstress"
c_stress = zeros(Float64,6,size(sigma1)...)
for i = 1:size(sigma1,1)
for j = 1:size(sigma1,2)
c_stress[:,i,j],_ = Composites.maxstress(sigma1[i,j],sigma2[i,j],tau12[i,j],
sigma1tu,sigma1cu,sigma2tu,sigma2cu,tau12u)
end
end
elseif criteria=="tsaiwu"
c_stress = zeros(Float64,size(sigma1)...)
for i = 1:size(sigma1,1)
for j = 1:size(sigma1,2)
c_stress[i,j],_ = Composites.tsaiwu(sigma1[i,j],sigma2[i,j],tau12[i,j],
sigma1tu,sigma1cu,sigma2tu,sigma2cu,tau12u)
# maximum(c_stress)
end
end
elseif criteria=="hashinrotem"
c_stress = zeros(Float64,4,size(sigma1)...)
for i = 1:size(sigma1,1)
for j = 1:size(sigma1,2)
c_stress[:,i,j],_ = Composites.hashinrotem(sigma1[i,j],sigma2[i,j],tau12[i,j],
sigma1tu,sigma1cu,sigma2tu,sigma2cu,tau12u)
end
end
else
error("Specified failure criteria has no implementation")
end
return c_stress[:]-1.0
end #stresscon
function stress_wrapper(usedmaterials,plyprops,spanlocy,orientation,strain,shear)
c_stress = []
stress = [] #used in vtk output
stresslayer = zeros(length(usedmaterials),length(spanlocy),length(strain[1,:]))
j=1
for i = 1:length(usedmaterials)
if !contains(usedmaterials[i],"foam") #don't check stress on foam
matnames = plyprops.names
idx = find(matnames -> matnames == usedmaterials[i],matnames)
material = plyprops.plies[idx[1]]
orien = orientation[j]
j+=1 #so we don't have to have extra design variables in orientation
stressi = stresscalc(strain,shear,material,orien)
if i==1 #only calc once since it's the same for the whole structure (assuming thin layups)
stress = sqrt.(stressi[:,:,1].^2+stressi[:,:,2].^2+stressi[:,:,3].^2) #TODO break up or calculate von-mises etc
end
# determine contraint values
c_stressi = stresscon(stressi,material)
stresslayer[i,:,:] = c_stressi
c_stress = [c_stress;c_stressi]
end
end
return c_stress, stress, stresslayer
end #stress_wrapper
function spancoord(spanyloc,Rtip,dihedral,sweep,twist,x_offset,chord)
# Define number of sections
nsections = length(spanyloc)
# Main sections
xloc = zeros(nsections)
yloc = zeros(nsections)
zloc = zeros(nsections)
xloc[2:end] = cumsum((spanyloc[2:end]-spanyloc[1:(end-1)]).*cos.(dihedral[1:nsections-1]).*sin.(sweep[1:nsections-1]))
yloc[2:end] = cumsum((spanyloc[2:end]-spanyloc[1:(end-1)]).*cos.(dihedral[1:nsections-1]).*cos.(sweep[1:nsections-1]))
zloc[2:end] = cumsum((spanyloc[2:end]-spanyloc[1:(end-1)]).*sin.(dihedral[1:nsections-1]).*cos.(sweep[1:nsections-1]))
# Find y length of by stepping back spanylochrough let
yend = Rtip
# Scale appropriately to match span
scaling = yend/yloc[nsections]
xloc = xloc*scaling - cos.(twist).*x_offset.*chord
yloc = yloc*scaling
zloc = zloc*scaling + sin.(twist).*x_offset.*chord
# Get structural spanwise parameter
sloc = zeros(nsections)
for i = 2:nsections
sloc[i] = sloc[i-1]+sqrt((xloc[i]-xloc[i-1])^2.0+
(yloc[i]-yloc[i-1])^2.0+(zloc[i]-zloc[i-1])^2.0)
end
# Assemble full parameters
sloc = sloc
xloc = xloc
yloc = yloc
zloc = zloc
return sloc,xloc,yloc,zloc
end
function chordlengths(chord,sweep)
# Determine number of sections
nsections = length(sweep) + 1
# Normal Chord lengths
normalchord = zeros(nsections)
normalchord[1] = chord[1]*cos(sweep[1])
for i = 2:(nsections-1)
normalchord[i] = chord[i]*cos((sweep[i-1]+sweep[i])/2.0)
end
normalchord[end] = chord[end]*cos(sweep[end])
return normalchord
end
function printmaxviol(c,name)
if !isempty(find(c.>-1e-4))
println(string(name),": ",maximum(c))
end
end
#
# (private)
# trapezoidal integration
#
function trapz(x::Array{Float64,1}, y::Array{Float64,1}) # integrate y w.r.t. x
integral = 0.0
for i = 1:length(x)-1
integral += (x[i+1]-x[i])*0.5*(y[i] + y[i+1])
end
return integral
end
function linear_interp(x_array::Array{Float64,1},y_array::Array{Float64,1},xnew::Float64)
i = 1
if xnew<minimum(x_array) # cap at max and min
return y_array[indmin(x_array)]
elseif xnew>maximum(x_array)
return y_array[indmax(x_array)]
else
for i = 1:length(x_array)-1
if x_array[i]<=xnew && x_array[i+1]>=xnew
break
end
end
fraction = (xnew - x_array[i])/(x_array[i+1] - x_array[i])
return y_array[i] + fraction * (y_array[i+1] - y_array[i])
end
end
function linear_interp(x_array::Array{Float64,1},y_array::Array{Float64,1},xnew::Array{Float64,1})
ynew = zeros(xnew)
for i = 1:length(xnew)
ynew[i] = linear_interp(x_array,y_array,xnew[i])
end
return ynew
end
| [
8818,
25432,
62,
7249,
942,
7,
10724,
929,
11,
77,
62,
457,
11,
4246,
396,
11,
6649,
420,
11,
87,
1878,
11,
88,
1878,
11,
77,
354,
585,
11,
2543,
62,
83,
11,
26124,
37266,
11,
87,
62,
28968,
11,
13989,
341,
11,
87,
17946,
11,
89,
17946,
11,
469,
296,
11,
732,
2436,
420,
8,
198,
220,
220,
220,
1303,
25432,
13204,
6608,
198,
220,
220,
220,
2603,
796,
15690,
90,
19182,
90,
5377,
1930,
2737,
13,
33665,
11,
16,
11709,
7,
77,
62,
457,
8,
198,
220,
220,
220,
30592,
796,
15690,
90,
5377,
1930,
2737,
13,
2543,
4559,
11,
16,
92,
7,
77,
62,
457,
8,
198,
220,
220,
220,
662,
5589,
15414,
796,
15690,
90,
6719,
7293,
13,
15414,
11,
16,
92,
7,
77,
62,
457,
8,
198,
220,
220,
220,
662,
5589,
22915,
796,
15690,
90,
6719,
7293,
13,
22915,
11,
16,
92,
7,
77,
62,
457,
8,
198,
220,
220,
220,
14528,
62,
67,
796,
14528,
9,
15259,
13,
15,
14,
14415,
198,
220,
220,
220,
14528,
4873,
62,
67,
796,
3771,
7293,
13,
4246,
62,
4873,
7,
77,
62,
457,
11,
6649,
420,
58,
16,
25,
77,
62,
457,
4357,
4246,
396,
62,
67,
8,
198,
220,
220,
220,
1303,
14022,
87,
796,
1976,
27498,
7,
87,
1878,
2536,
391,
8,
198,
220,
220,
220,
1303,
14022,
88,
796,
1976,
27498,
7,
88,
1878,
2536,
391,
8,
198,
220,
220,
220,
1303,
5724,
796,
1976,
27498,
7,
17,
11,
17,
8,
198,
220,
220,
220,
329,
1312,
796,
352,
25,
77,
62,
457,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
1064,
3756,
5743,
198,
220,
220,
220,
220,
220,
220,
220,
443,
72,
796,
773,
1084,
7,
8937,
12195,
87,
1878,
58,
72,
11,
47715,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
6482,
523,
3756,
5743,
318,
717,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
14751,
796,
2498,
30846,
7,
87,
1878,
58,
72,
11,
25,
4357,
30420,
293,
72,
12,
16,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
331,
14751,
796,
2498,
30846,
7,
88,
1878,
58,
72,
11,
25,
4357,
30420,
293,
72,
12,
16,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
25432,
5128,
198,
220,
220,
220,
220,
220,
220,
220,
662,
5589,
15414,
58,
72,
4357,
6759,
58,
72,
4357,
2543,
58,
72,
60,
796,
3830,
929,
7,
77,
354,
585,
58,
72,
4357,
4246,
396,
62,
67,
58,
72,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
14528,
4873,
62,
67,
58,
72,
4357,
87,
14751,
11,
4464,
66,
11,
2543,
62,
83,
58,
72,
11,
25,
4357,
26124,
37266,
11,
87,
62,
28968,
58,
72,
4357,
13989,
341,
8,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
15284,
24185,
6608,
25,
49586,
11,
2347,
11,
3503,
198,
220,
220,
220,
220,
220,
220,
220,
662,
5589,
22915,
58,
72,
60,
796,
3771,
7293,
13,
48310,
7,
3866,
5589,
15414,
58,
72,
12962,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
5724,
58,
16,
11,
47715,
796,
685,
6966,
32590,
4246,
396,
58,
72,
46570,
12,
31369,
32590,
4246,
396,
58,
72,
12962,
60,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
5724,
58,
17,
11,
47715,
796,
685,
31369,
32590,
4246,
396,
58,
72,
46570,
6966,
32590,
4246,
396,
58,
72,
12962,
60,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
2124,
88,
796,
685,
87,
1878,
2536,
391,
58,
72,
11,
47715,
9,
77,
354,
585,
58,
72,
4357,
88,
1878,
2536,
391,
58,
72,
11,
47715,
9,
77,
354,
585,
58,
72,
11907,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
2124,
88,
10599,
796,
5724,
9,
5431,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
1303,
5004,
7064,
379,
543,
284,
15284,
14022,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
14022,
87,
58,
72,
11,
47715,
796,
2124,
88,
10599,
58,
16,
60,
1343,
87,
17946,
58,
72,
60,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
14022,
88,
58,
72,
11,
47715,
796,
2124,
88,
10599,
58,
17,
60,
1343,
89,
17946,
58,
72,
60,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1303,
3497,
9564,
35,
6550,
45977,
198,
220,
220,
220,
317,
796,
15690,
90,
19182,
90,
43879,
2414,
11,
17,
5512,
16,
92,
7,
77,
62,
457,
8,
198,
220,
220,
220,
347,
796,
15690,
90,
19182,
90,
43879,
2414,
11,
17,
5512,
16,
92,
7,
77,
62,
457,
8,
198,
220,
220,
220,
360,
796,
15690,
90,
19182,
90,
43879,
2414,
11,
17,
5512,
16,
92,
7,
77,
62,
457,
8,
198,
220,
220,
220,
329,
1312,
796,
352,
25,
77,
62,
457,
198,
220,
220,
220,
220,
220,
220,
220,
1195,
796,
29936,
2737,
13,
1136,
48,
7,
6759,
58,
72,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
317,
58,
72,
4357,
33,
58,
72,
4357,
35,
58,
72,
60,
796,
29936,
2737,
13,
1136,
6242,
35,
7,
2543,
58,
72,
4357,
48,
8,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1303,
3497,
10230,
1359,
21245,
198,
220,
220,
220,
10230,
1359,
2536,
391,
796,
1976,
27498,
7,
43879,
2414,
11,
77,
62,
457,
11,
17,
8,
1303,
41745,
1327,
40976,
329,
257,
2060,
3992,
198,
220,
220,
220,
4808,
11,
27041,
1359,
2536,
391,
58,
45299,
16,
60,
796,
29936,
2737,
13,
12001,
27041,
1359,
7,
32,
11,
35,
11,
732,
2436,
420,
9,
469,
296,
13,
11265,
354,
585,
8,
198,
220,
220,
220,
4808,
11,
27041,
1359,
2536,
391,
58,
45299,
17,
60,
796,
29936,
2737,
13,
12001,
27041,
1359,
7,
32,
11,
35,
11,
7,
16,
12,
732,
2436,
420,
27493,
469,
296,
13,
11265,
354,
585,
8,
628,
220,
220,
220,
1303,
1081,
15140,
13204,
6608,
198,
220,
220,
220,
220,
1441,
552,
301,
5620,
7,
6759,
11,
2543,
11,
32,
11,
33,
11,
35,
11,
27041,
1359,
2536,
391,
11,
3866,
5589,
15414,
11,
3866,
5589,
22915,
8,
628,
886,
628,
198,
8818,
279,
62,
10724,
929,
7,
11265,
354,
585,
11,
4246,
396,
62,
67,
11,
4246,
28534,
62,
67,
11,
87,
1878,
11,
88,
1878,
11,
198,
220,
220,
220,
279,
62,
2543,
62,
83,
11,
26124,
37266,
11,
79,
62,
87,
62,
28968,
11,
79,
62,
13989,
341,
8,
628,
220,
220,
220,
256,
16,
796,
279,
62,
2543,
62,
83,
58,
16,
60,
2,
35657,
198,
220,
220,
220,
256,
17,
796,
279,
62,
2543,
62,
83,
58,
17,
60,
2,
732,
1015,
628,
220,
220,
220,
2603,
796,
17635,
628,
220,
220,
220,
1303,
24310,
23412,
198,
220,
220,
220,
304,
16,
796,
1976,
27498,
7,
13664,
7,
26124,
37266,
13,
79,
62,
1484,
33665,
82,
4008,
198,
220,
220,
220,
304,
17,
796,
1976,
27498,
7,
13664,
7,
26124,
37266,
13,
79,
62,
1484,
33665,
82,
4008,
198,
220,
220,
220,
308,
1065,
796,
1976,
27498,
7,
13664,
7,
26124,
37266,
13,
79,
62,
1484,
33665,
82,
4008,
198,
220,
220,
220,
281,
84,
1065,
796,
1976,
27498,
7,
13664,
7,
26124,
37266,
13,
79,
62,
1484,
33665,
82,
4008,
198,
220,
220,
220,
12109,
796,
1976,
27498,
7,
13664,
7,
26124,
37266,
13,
79,
62,
1484,
33665,
82,
4008,
628,
220,
220,
220,
329,
1312,
796,
352,
25,
13664,
7,
26124,
37266,
13,
79,
62,
1484,
33665,
82,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2603,
14933,
796,
1486,
37266,
13,
2145,
1676,
862,
13,
14933,
198,
220,
220,
220,
220,
220,
220,
220,
4686,
87,
796,
1064,
7,
6759,
14933,
4613,
2603,
14933,
6624,
1486,
37266,
13,
79,
62,
1484,
33665,
82,
58,
72,
4357,
6759,
14933,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2587,
796,
1486,
37266,
13,
2145,
1676,
862,
13,
489,
444,
58,
312,
87,
58,
16,
11907,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
6759,
11,
33665,
8,
198,
220,
220,
220,
220,
220,
220,
220,
304,
16,
58,
72,
60,
796,
2587,
13,
68,
16,
198,
220,
220,
220,
220,
220,
220,
220,
304,
17,
58,
72,
60,
796,
2587,
13,
68,
17,
198,
220,
220,
220,
220,
220,
220,
220,
308,
1065,
58,
72,
60,
796,
2587,
13,
70,
1065,
198,
220,
220,
220,
220,
220,
220,
220,
281,
84,
1065,
58,
72,
60,
796,
2587,
13,
28803,
1065,
198,
220,
220,
220,
220,
220,
220,
220,
12109,
58,
72,
60,
796,
2587,
13,
81,
8873,
198,
220,
220,
220,
886,
628,
220,
220,
220,
3992,
16,
796,
1486,
37266,
13,
79,
62,
732,
2436,
420,
58,
16,
60,
198,
220,
220,
220,
2124,
2363,
62,
17440,
52,
41888,
15,
13,
15,
26,
12384,
16,
26,
16,
13,
15,
60,
628,
220,
220,
220,
299,
62,
2543,
1437,
52,
41888,
17,
11,
17,
60,
198,
220,
220,
220,
299,
62,
489,
444,
52,
41888,
16,
11,
16,
11,
198,
220,
220,
220,
220,
220,
220,
220,
352,
11,
16,
60,
628,
220,
220,
220,
256,
62,
2543,
52,
41888,
83,
16,
11,
83,
17,
11,
198,
220,
220,
220,
220,
220,
220,
220,
256,
16,
11,
83,
17,
60,
628,
220,
220,
220,
294,
83,
62,
2543,
52,
41888,
79,
62,
13989,
341,
58,
16,
4357,
79,
62,
13989,
341,
58,
17,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
279,
62,
13989,
341,
58,
16,
4357,
79,
62,
13989,
341,
58,
17,
11907,
198,
220,
220,
220,
2603,
62,
2543,
52,
41888,
16,
11,
17,
11,
198,
220,
220,
220,
220,
220,
220,
220,
352,
11,
17,
60,
628,
220,
220,
220,
1303,
16048,
4417,
198,
220,
220,
220,
2124,
2363,
62,
17440,
43,
796,
2124,
2363,
62,
17440,
52,
198,
220,
220,
220,
299,
62,
2543,
1437,
43,
796,
299,
62,
2543,
1437,
52,
198,
220,
220,
220,
299,
62,
489,
444,
43,
796,
299,
62,
489,
444,
52,
198,
220,
220,
220,
256,
62,
2543,
43,
796,
256,
62,
2543,
52,
198,
220,
220,
220,
294,
83,
62,
2543,
43,
796,
294,
83,
62,
2543,
52,
198,
220,
220,
220,
2603,
62,
2543,
43,
796,
2603,
62,
2543,
52,
628,
220,
220,
220,
1303,
5313,
198,
220,
220,
220,
1179,
62,
12384,
796,
685,
12384,
16,
60,
198,
220,
220,
220,
299,
62,
2543,
1437,
54,
796,
685,
17,
60,
198,
220,
220,
220,
299,
62,
489,
444,
54,
796,
685,
16,
11,
16,
60,
198,
220,
220,
220,
256,
62,
2543,
54,
796,
685,
15,
13,
15,
11,
15,
13,
15,
60,
198,
220,
220,
220,
294,
83,
62,
2543,
54,
796,
685,
79,
62,
13989,
341,
58,
16,
4357,
79,
62,
13989,
341,
58,
17,
11907,
198,
220,
220,
220,
2603,
62,
2543,
54,
796,
685,
16,
11,
17,
60,
628,
220,
220,
220,
443,
17946,
796,
279,
62,
87,
62,
28968,
628,
220,
220,
220,
1303,
25432,
5072,
198,
220,
220,
220,
30592,
796,
29936,
2737,
13,
2543,
4559,
90,
5317,
2414,
11,
43879,
2414,
92,
7,
6759,
62,
2543,
43,
58,
16,
25,
7146,
7,
437,
11,
17,
8,
4357,
77,
62,
489,
444,
43,
58,
16,
25,
7146,
7,
437,
11,
17,
8,
4357,
83,
62,
2543,
43,
58,
16,
25,
7146,
7,
437,
11,
17,
8,
4357,
400,
83,
62,
2543,
43,
58,
16,
25,
7146,
7,
437,
11,
17,
8,
12962,
628,
220,
220,
220,
662,
5589,
15414,
796,
3771,
7293,
13,
15414,
7,
198,
220,
220,
220,
3487,
354,
585,
11,
198,
220,
220,
220,
532,
4246,
396,
62,
67,
12095,
4246,
28534,
62,
67,
11,
198,
220,
220,
220,
443,
17946,
11,
87,
1878,
11,
88,
1878,
11,
198,
220,
220,
220,
304,
16,
11,
68,
17,
11,
70,
1065,
11,
42357,
1065,
11,
43337,
11,
198,
220,
220,
220,
2124,
2363,
62,
17440,
52,
11,
77,
62,
2543,
1437,
52,
11,
77,
62,
489,
444,
52,
11,
83,
62,
2543,
52,
11,
400,
83,
62,
2543,
52,
11,
6759,
62,
2543,
52,
11,
198,
220,
220,
220,
2124,
2363,
62,
17440,
43,
11,
77,
62,
2543,
1437,
43,
11,
77,
62,
489,
444,
43,
11,
83,
62,
2543,
43,
11,
400,
83,
62,
2543,
43,
11,
6759,
62,
2543,
43,
11,
198,
220,
220,
220,
1179,
62,
12384,
11,
77,
62,
2543,
1437,
54,
11,
77,
62,
489,
444,
54,
11,
83,
62,
2543,
54,
11,
400,
83,
62,
2543,
54,
11,
6759,
62,
2543,
54,
8,
628,
220,
220,
220,
1441,
662,
5589,
15414,
11,
6759,
11,
2543,
198,
437,
198,
198,
8818,
266,
62,
10724,
929,
7,
11265,
354,
585,
11,
4246,
396,
62,
67,
11,
4246,
28534,
62,
67,
11,
87,
1878,
11,
88,
1878,
11,
198,
220,
220,
220,
266,
62,
2543,
62,
83,
11,
26124,
37266,
11,
86,
62,
87,
62,
28968,
11,
86,
62,
13989,
341,
8,
628,
220,
220,
220,
256,
16,
796,
266,
62,
2543,
62,
83,
58,
16,
60,
2,
35657,
198,
220,
220,
220,
256,
17,
796,
266,
62,
2543,
62,
83,
58,
17,
60,
2,
732,
1015,
198,
220,
220,
220,
256,
18,
796,
266,
62,
2543,
62,
83,
58,
18,
60,
2,
5469,
19828,
198,
220,
220,
220,
256,
19,
796,
266,
62,
2543,
62,
83,
58,
19,
60,
2,
12384,
9664,
198,
220,
220,
220,
256,
20,
796,
266,
62,
2543,
62,
83,
58,
20,
60,
2,
12384,
19828,
628,
220,
220,
220,
2603,
796,
17635,
628,
220,
220,
220,
1303,
24310,
23412,
198,
220,
220,
220,
304,
16,
796,
1976,
27498,
7,
13664,
7,
26124,
37266,
13,
86,
62,
1484,
33665,
82,
4008,
198,
220,
220,
220,
304,
17,
796,
1976,
27498,
7,
13664,
7,
26124,
37266,
13,
86,
62,
1484,
33665,
82,
4008,
198,
220,
220,
220,
308,
1065,
796,
1976,
27498,
7,
13664,
7,
26124,
37266,
13,
86,
62,
1484,
33665,
82,
4008,
198,
220,
220,
220,
281,
84,
1065,
796,
1976,
27498,
7,
13664,
7,
26124,
37266,
13,
86,
62,
1484,
33665,
82,
4008,
198,
220,
220,
220,
12109,
796,
1976,
27498,
7,
13664,
7,
26124,
37266,
13,
86,
62,
1484,
33665,
82,
4008,
628,
220,
220,
220,
329,
1312,
796,
352,
25,
13664,
7,
26124,
37266,
13,
86,
62,
1484,
33665,
82,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2603,
14933,
796,
1486,
37266,
13,
2145,
1676,
862,
13,
14933,
198,
220,
220,
220,
220,
220,
220,
220,
4686,
87,
796,
1064,
7,
6759,
14933,
4613,
2603,
14933,
6624,
1486,
37266,
13,
86,
62,
1484,
33665,
82,
58,
72,
4357,
6759,
14933,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2587,
796,
1486,
37266,
13,
2145,
1676,
862,
13,
489,
444,
58,
312,
87,
58,
16,
11907,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
6759,
11,
33665,
8,
198,
220,
220,
220,
220,
220,
220,
220,
304,
16,
58,
72,
60,
796,
2587,
13,
68,
16,
198,
220,
220,
220,
220,
220,
220,
220,
304,
17,
58,
72,
60,
796,
2587,
13,
68,
17,
198,
220,
220,
220,
220,
220,
220,
220,
308,
1065,
58,
72,
60,
796,
2587,
13,
70,
1065,
198,
220,
220,
220,
220,
220,
220,
220,
281,
84,
1065,
58,
72,
60,
796,
2587,
13,
28803,
1065,
198,
220,
220,
220,
220,
220,
220,
220,
12109,
58,
72,
60,
796,
2587,
13,
81,
8873,
198,
220,
220,
220,
886,
628,
220,
220,
220,
3992,
16,
796,
1486,
37266,
13,
86,
62,
732,
2436,
420,
58,
16,
60,
198,
220,
220,
220,
2124,
2363,
62,
17440,
52,
41888,
15,
13,
15,
26,
12384,
16,
26,
16,
13,
15,
60,
628,
220,
220,
220,
299,
62,
2543,
1437,
52,
41888,
20,
11,
20,
60,
198,
220,
220,
220,
299,
62,
489,
444,
52,
41888,
16,
11,
16,
11,
16,
11,
16,
11,
16,
11,
198,
220,
220,
220,
220,
220,
220,
220,
352,
11,
16,
11,
16,
11,
16,
11,
16,
60,
628,
220,
220,
220,
256,
62,
2543,
52,
41888,
83,
16,
11,
83,
17,
11,
83,
18,
11,
83,
17,
11,
83,
16,
11,
198,
220,
220,
220,
220,
220,
220,
220,
256,
16,
11,
83,
17,
11,
83,
18,
11,
83,
17,
11,
83,
16,
60,
628,
220,
220,
220,
294,
83,
62,
2543,
52,
41888,
86,
62,
13989,
341,
58,
16,
4357,
86,
62,
13989,
341,
58,
17,
4357,
15,
13,
15,
11,
86,
62,
13989,
341,
58,
17,
4357,
86,
62,
13989,
341,
58,
16,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
266,
62,
13989,
341,
58,
16,
4357,
86,
62,
13989,
341,
58,
17,
4357,
15,
13,
15,
11,
86,
62,
13989,
341,
58,
17,
4357,
86,
62,
13989,
341,
58,
16,
11907,
198,
220,
220,
220,
2603,
62,
2543,
52,
41888,
16,
11,
17,
11,
18,
11,
17,
11,
16,
11,
198,
220,
220,
220,
220,
220,
220,
220,
352,
11,
17,
11,
18,
11,
17,
11,
16,
60,
628,
220,
220,
220,
1303,
16048,
4417,
198,
220,
220,
220,
2124,
2363,
62,
17440,
43,
796,
2124,
2363,
62,
17440,
52,
198,
220,
220,
220,
299,
62,
2543,
1437,
43,
796,
299,
62,
2543,
1437,
52,
198,
220,
220,
220,
299,
62,
489,
444,
43,
796,
299,
62,
489,
444,
52,
198,
220,
220,
220,
256,
62,
2543,
43,
796,
256,
62,
2543,
52,
198,
220,
220,
220,
294,
83,
62,
2543,
43,
796,
294,
83,
62,
2543,
52,
198,
220,
220,
220,
2603,
62,
2543,
43,
796,
2603,
62,
2543,
52,
628,
220,
220,
220,
1303,
5313,
198,
220,
220,
220,
1179,
62,
12384,
796,
685,
12384,
16,
60,
198,
220,
220,
220,
299,
62,
2543,
1437,
54,
796,
685,
18,
60,
198,
220,
220,
220,
299,
62,
489,
444,
54,
796,
685,
16,
11,
16,
11,
16,
60,
198,
220,
220,
220,
256,
62,
2543,
54,
796,
685,
83,
19,
11,
83,
20,
11,
83,
19,
60,
198,
220,
220,
220,
294,
83,
62,
2543,
54,
796,
685,
86,
62,
13989,
341,
58,
18,
4357,
15,
13,
15,
11,
86,
62,
13989,
341,
58,
18,
11907,
198,
220,
220,
220,
2603,
62,
2543,
54,
796,
685,
17,
11,
18,
11,
17,
60,
628,
220,
220,
220,
443,
17946,
796,
266,
62,
87,
62,
28968,
628,
220,
220,
220,
1303,
25432,
5072,
198,
220,
220,
220,
30592,
796,
29936,
2737,
13,
2543,
4559,
90,
5317,
2414,
11,
43879,
2414,
92,
7,
6759,
62,
2543,
43,
58,
16,
25,
7146,
7,
437,
11,
17,
8,
4357,
77,
62,
489,
444,
43,
58,
16,
25,
7146,
7,
437,
11,
17,
8,
4357,
83,
62,
2543,
43,
58,
16,
25,
7146,
7,
437,
11,
17,
8,
4357,
400,
83,
62,
2543,
43,
58,
16,
25,
7146,
7,
437,
11,
17,
8,
12962,
628,
220,
220,
220,
662,
5589,
15414,
796,
3771,
7293,
13,
15414,
7,
198,
220,
220,
220,
3487,
354,
585,
11,
198,
220,
220,
220,
532,
4246,
396,
62,
67,
12095,
4246,
28534,
62,
67,
11,
198,
220,
220,
220,
443,
17946,
11,
87,
1878,
11,
88,
1878,
11,
198,
220,
220,
220,
304,
16,
11,
68,
17,
11,
70,
1065,
11,
42357,
1065,
11,
43337,
11,
198,
220,
220,
220,
2124,
2363,
62,
17440,
52,
11,
77,
62,
2543,
1437,
52,
11,
77,
62,
489,
444,
52,
11,
83,
62,
2543,
52,
11,
400,
83,
62,
2543,
52,
11,
6759,
62,
2543,
52,
11,
198,
220,
220,
220,
2124,
2363,
62,
17440,
43,
11,
77,
62,
2543,
1437,
43,
11,
77,
62,
489,
444,
43,
11,
83,
62,
2543,
43,
11,
400,
83,
62,
2543,
43,
11,
6759,
62,
2543,
43,
11,
198,
220,
220,
220,
1179,
62,
12384,
11,
77,
62,
2543,
1437,
54,
11,
77,
62,
489,
444,
54,
11,
83,
62,
2543,
54,
11,
400,
83,
62,
2543,
54,
11,
6759,
62,
2543,
54,
8,
628,
220,
220,
220,
1441,
662,
5589,
15414,
11,
6759,
11,
2543,
198,
437,
198,
198,
8818,
15584,
62,
2536,
391,
62,
48553,
7,
37,
79,
11,
77,
62,
2363,
11,
34168,
37266,
11,
4798,
2676,
11,
489,
1747,
11,
87,
1878,
11,
88,
1878,
11,
87,
1878,
2536,
391,
11,
88,
1878,
2536,
391,
11,
4246,
396,
11,
87,
62,
28968,
11,
25534,
420,
9255,
11,
77,
354,
585,
11,
301,
5620,
11,
2777,
1092,
17946,
11,
87,
17946,
11,
2645,
420,
11,
89,
17946,
8,
628,
220,
220,
220,
1995,
1670,
87,
62,
1416,
330,
796,
1976,
27498,
7,
77,
62,
2363,
8,
1303,
7091,
283,
3641,
357,
1416,
8,
284,
257,
3529,
3641,
357,
330,
8,
2589,
3211,
198,
220,
220,
220,
1995,
1670,
88,
62,
1416,
330,
796,
1976,
27498,
7,
77,
62,
2363,
8,
198,
220,
220,
220,
1995,
1670,
87,
62,
11215,
23047,
796,
1976,
27498,
7,
77,
62,
2363,
8,
198,
220,
220,
220,
1995,
1670,
88,
62,
11215,
23047,
796,
1976,
27498,
7,
77,
62,
2363,
8,
198,
220,
220,
220,
1995,
1670,
87,
62,
82,
535,
76,
796,
1976,
27498,
7,
77,
62,
2363,
8,
198,
220,
220,
220,
1995,
1670,
88,
62,
82,
535,
76,
796,
1976,
27498,
7,
77,
62,
2363,
8,
628,
220,
220,
220,
611,
357,
4798,
2676,
4,
7,
34168,
37266,
13,
4798,
19503,
80,
8,
855,
15,
13,
15,
11405,
21528,
8,
198,
220,
220,
220,
220,
220,
220,
220,
3785,
7203,
1878,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
537,
69,
3419,
198,
220,
220,
220,
886,
628,
198,
220,
220,
220,
14022,
87,
796,
1976,
27498,
7,
87,
1878,
2536,
391,
8,
1303,
329,
14022,
7064,
546,
262,
673,
283,
3641,
198,
220,
220,
220,
14022,
88,
796,
1976,
27498,
7,
88,
1878,
2536,
391,
8,
198,
220,
220,
220,
14022,
87,
62,
4703,
796,
1976,
27498,
7,
87,
1878,
2536,
391,
8,
198,
220,
220,
220,
14022,
88,
62,
4703,
796,
1976,
27498,
7,
88,
1878,
2536,
391,
8,
198,
220,
220,
220,
5724,
796,
1976,
27498,
7,
17,
11,
17,
8,
628,
220,
220,
220,
329,
1312,
796,
352,
25,
77,
62,
2363,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
27131,
378,
9551,
34743,
3641,
422,
3718,
282,
49262,
2124,
12,
64,
3529,
3641,
290,
25594,
1627,
198,
220,
220,
220,
220,
220,
220,
220,
4686,
87,
293,
796,
773,
1084,
7,
8937,
12195,
87,
1878,
58,
72,
11,
47715,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
4686,
87,
660,
796,
773,
9806,
7,
8937,
12195,
87,
1878,
58,
72,
11,
47715,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
331,
293,
796,
331,
1878,
58,
72,
11,
312,
87,
293,
60,
198,
220,
220,
220,
220,
220,
220,
220,
331,
660,
796,
331,
1878,
58,
72,
11,
312,
87,
660,
60,
628,
220,
220,
220,
220,
220,
220,
220,
936,
87,
796,
9551,
420,
9255,
58,
72,
60,
198,
220,
220,
220,
220,
220,
220,
220,
936,
88,
796,
357,
88,
660,
12,
2349,
20679,
7,
16,
27493,
330,
87,
1343,
331,
293,
1303,
88,
14,
36802,
10,
65,
628,
220,
220,
220,
220,
220,
220,
220,
331,
62,
330,
796,
357,
330,
87,
10,
87,
62,
28968,
58,
72,
12962,
9,
77,
354,
585,
58,
72,
60,
1303,
87,
290,
331,
389,
26157,
287,
662,
5589,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
62,
330,
796,
936,
88,
9,
77,
354,
585,
58,
72,
60,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
62,
1416,
796,
2124,
62,
330,
1343,
4645,
13,
3866,
5589,
22915,
58,
72,
4083,
87,
62,
1416,
198,
220,
220,
220,
220,
220,
220,
220,
331,
62,
1416,
796,
331,
62,
330,
1343,
4645,
13,
3866,
5589,
22915,
58,
72,
4083,
88,
62,
1416,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
62,
23047,
796,
2124,
62,
330,
1343,
4645,
13,
3866,
5589,
22915,
58,
72,
4083,
87,
62,
23047,
198,
220,
220,
220,
220,
220,
220,
220,
331,
62,
23047,
796,
331,
62,
330,
1343,
4645,
13,
3866,
5589,
22915,
58,
72,
4083,
88,
62,
23047,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
62,
11215,
796,
2124,
62,
330,
1343,
4645,
13,
3866,
5589,
22915,
58,
72,
4083,
87,
62,
11215,
198,
220,
220,
220,
220,
220,
220,
220,
331,
62,
11215,
796,
331,
62,
330,
1343,
4645,
13,
3866,
5589,
22915,
58,
72,
4083,
88,
62,
11215,
628,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
32542,
298,
5101,
5447,
3967,
355,
287,
12138,
13,
1511,
287,
662,
5589,
10107,
351,
37096,
2029,
12067,
11,
2124,
290,
331,
389,
26157,
355,
880,
287,
662,
5589,
198,
220,
220,
220,
220,
220,
220,
220,
1995,
1670,
87,
62,
1416,
330,
58,
72,
60,
796,
2124,
62,
330,
12,
88,
62,
1416,
198,
220,
220,
220,
220,
220,
220,
220,
1995,
1670,
88,
62,
1416,
330,
58,
72,
60,
796,
331,
62,
330,
12,
87,
62,
1416,
628,
220,
220,
220,
220,
220,
220,
220,
1995,
1670,
87,
62,
11215,
23047,
58,
72,
60,
796,
331,
62,
23047,
12,
88,
62,
11215,
198,
220,
220,
220,
220,
220,
220,
220,
1995,
1670,
88,
62,
11215,
23047,
58,
72,
60,
796,
2124,
62,
23047,
12,
87,
62,
11215,
628,
220,
220,
220,
220,
220,
220,
220,
1995,
1670,
87,
62,
82,
535,
76,
58,
72,
60,
796,
331,
62,
11215,
12,
88,
62,
1416,
198,
220,
220,
220,
220,
220,
220,
220,
1995,
1670,
88,
62,
82,
535,
76,
58,
72,
60,
796,
2124,
62,
11215,
12,
87,
62,
1416,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
982,
27131,
378,
18481,
515,
520,
3201,
41277,
546,
262,
1375,
283,
3337,
24200,
2,
198,
220,
220,
220,
220,
220,
220,
220,
5724,
58,
16,
11,
47715,
796,
685,
6966,
32590,
4246,
396,
58,
72,
46570,
12,
31369,
32590,
4246,
396,
58,
72,
12962,
60,
198,
220,
220,
220,
220,
220,
220,
220,
5724,
58,
17,
11,
47715,
796,
685,
31369,
32590,
4246,
396,
58,
72,
46570,
6966,
32590,
4246,
396,
58,
72,
12962,
60,
628,
220,
220,
220,
220,
220,
220,
220,
2124,
88,
796,
685,
87,
1878,
2536,
391,
58,
72,
11,
47715,
9,
77,
354,
585,
58,
72,
48688,
87,
62,
28968,
58,
72,
60,
9,
77,
354,
585,
58,
72,
45297,
88,
62,
1416,
11,
88,
1878,
2536,
391,
58,
72,
11,
47715,
9,
77,
354,
585,
58,
72,
45297,
87,
62,
1416,
60,
1303,
9362,
395,
416,
262,
673,
283,
3641,
11,
662,
5589,
7473,
318,
37245,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
88,
10599,
796,
5724,
9,
5431,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
5004,
7064,
379,
543,
284,
15284,
14022,
198,
220,
220,
220,
220,
220,
220,
220,
14022,
87,
58,
72,
11,
47715,
796,
2124,
88,
10599,
58,
16,
60,
198,
220,
220,
220,
220,
220,
220,
220,
14022,
88,
58,
72,
11,
47715,
796,
2124,
88,
10599,
58,
17,
60,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
751,
11677,
329,
32704,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
88,
796,
685,
87,
1878,
2536,
391,
58,
72,
11,
47715,
9,
77,
354,
585,
58,
72,
45297,
15,
13,
11623,
9,
77,
354,
585,
58,
72,
4357,
88,
1878,
2536,
391,
58,
72,
11,
47715,
9,
77,
354,
585,
58,
72,
11907,
1303,
9362,
395,
416,
262,
673,
283,
3641,
11,
662,
5589,
7473,
318,
37245,
198,
220,
220,
220,
220,
220,
220,
220,
2124,
88,
10599,
796,
5724,
9,
5431,
198,
220,
220,
220,
220,
220,
220,
220,
14022,
87,
62,
4703,
58,
72,
11,
47715,
796,
2124,
88,
10599,
58,
16,
60,
1343,
2124,
17946,
58,
72,
60,
198,
220,
220,
220,
220,
220,
220,
220,
14022,
88,
62,
4703,
58,
72,
11,
47715,
796,
2124,
88,
10599,
58,
17,
60,
1343,
1976,
17946,
58,
72,
60,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
1345,
1747,
198,
220,
220,
220,
220,
220,
220,
220,
611,
357,
72,
4,
20,
855,
15,
8614,
1312,
855,
77,
62,
2363,
8,
11405,
357,
4798,
2676,
4,
7,
34168,
37266,
13,
4798,
19503,
80,
8,
855,
15,
13,
15,
11405,
21528,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3785,
7203,
1878,
3,
72,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
537,
69,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7110,
19510,
87,
1878,
58,
72,
11,
47715,
10,
87,
62,
28968,
58,
72,
12962,
9,
77,
354,
585,
58,
72,
4357,
88,
1878,
58,
72,
11,
47715,
9,
77,
354,
585,
58,
72,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1312,
855,
77,
62,
2363,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7110,
7,
88,
62,
330,
11,
87,
62,
330,
553,
87,
1600,
18242,
796,
366,
32,
3529,
3337,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7110,
7,
88,
62,
1416,
11,
87,
62,
1416,
553,
35,
1600,
18242,
796,
366,
3347,
283,
3337,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7110,
7,
88,
62,
23047,
11,
87,
62,
23047,
553,
33283,
18242,
796,
366,
20273,
3337,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7110,
7,
88,
62,
11215,
11,
87,
62,
11215,
553,
10,
1600,
18242,
796,
366,
51,
3004,
3337,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7110,
7,
88,
62,
330,
11,
87,
62,
330,
553,
87,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7110,
7,
88,
62,
1416,
11,
87,
62,
1416,
553,
35,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7110,
7,
88,
62,
23047,
11,
87,
62,
23047,
553,
19570,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7110,
7,
88,
62,
11215,
11,
87,
62,
11215,
553,
10,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16488,
7203,
40496,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8177,
7,
17946,
2625,
16159,
1364,
1600,
275,
3524,
62,
1462,
62,
3702,
273,
16193,
16,
11,
657,
13,
20,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
14985,
7,
15,
13,
8298,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3785,
7203,
2536,
391,
62,
1878,
3,
72,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
537,
69,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7110,
7,
2536,
391,
87,
58,
72,
11,
25,
4357,
2536,
391,
88,
58,
72,
11,
25,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7110,
7,
87,
1878,
2536,
391,
58,
72,
11,
47715,
9,
77,
354,
585,
58,
72,
48688,
87,
62,
28968,
58,
72,
60,
9,
77,
354,
585,
58,
72,
4357,
88,
1878,
2536,
391,
58,
72,
11,
47715,
9,
77,
354,
585,
58,
72,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1312,
855,
77,
62,
2363,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7110,
7,
88,
62,
330,
12,
88,
62,
1416,
11,
87,
62,
330,
12,
87,
62,
1416,
553,
87,
1600,
18242,
796,
366,
32,
3529,
3337,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7110,
7,
88,
62,
1416,
12,
88,
62,
1416,
11,
87,
62,
1416,
12,
87,
62,
1416,
553,
35,
1600,
18242,
796,
366,
3347,
283,
3337,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7110,
7,
88,
62,
23047,
12,
88,
62,
1416,
11,
87,
62,
23047,
12,
87,
62,
1416,
553,
33283,
18242,
796,
366,
20273,
3337,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7110,
7,
88,
62,
11215,
12,
88,
62,
1416,
11,
87,
62,
11215,
12,
87,
62,
1416,
553,
10,
1600,
18242,
796,
366,
51,
3004,
3337,
4943,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7110,
7,
88,
62,
330,
11,
87,
62,
330,
553,
87,
1600,
18242,
796,
366,
32,
3529,
3337,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7110,
7,
88,
62,
1416,
11,
87,
62,
1416,
553,
35,
1600,
18242,
796,
366,
3347,
283,
3337,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7110,
7,
88,
62,
23047,
11,
87,
62,
23047,
553,
33283,
18242,
796,
366,
20273,
3337,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7110,
7,
88,
62,
11215,
11,
87,
62,
11215,
553,
10,
1600,
18242,
796,
366,
51,
3004,
3337,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7110,
7,
88,
62,
330,
12,
88,
62,
1416,
11,
87,
62,
330,
12,
87,
62,
1416,
553,
87,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7110,
7,
88,
62,
1416,
12,
88,
62,
1416,
11,
87,
62,
1416,
12,
87,
62,
1416,
553,
35,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7110,
7,
88,
62,
23047,
12,
88,
62,
1416,
11,
87,
62,
23047,
12,
87,
62,
1416,
553,
19570,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7110,
7,
88,
62,
11215,
12,
88,
62,
1416,
11,
87,
62,
11215,
12,
87,
62,
1416,
553,
10,
4943,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7110,
7,
88,
62,
330,
11,
87,
62,
330,
553,
87,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7110,
7,
88,
62,
1416,
11,
87,
62,
1416,
553,
35,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7110,
7,
88,
62,
23047,
11,
87,
62,
23047,
553,
19570,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7110,
7,
88,
62,
11215,
11,
87,
62,
11215,
553,
10,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16488,
7203,
40496,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8177,
7,
17946,
2625,
16159,
1364,
1600,
275,
3524,
62,
1462,
62,
3702,
273,
16193,
16,
11,
657,
13,
20,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
14985,
7,
15,
13,
8298,
8,
628,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
886,
628,
628,
220,
220,
220,
1303,
982,
48213,
8634,
6158,
12624,
9148,
19266,
17579,
47149,
5390,
22814,
9858,
47,
14,
12473,
2390,
17579,
47149,
35656,
2,
198,
220,
220,
220,
13760,
796,
4129,
7,
2777,
1092,
17946,
8,
198,
220,
220,
220,
4847,
796,
13760,
532,
352,
628,
220,
220,
220,
1303,
3856,
321,
2925,
422,
6808,
284,
8171,
198,
220,
220,
220,
9485,
796,
376,
79,
58,
18,
11,
47715,
1303,
43,
2135,
318,
1976,
287,
257,
3529,
11,
331,
287,
15584,
198,
220,
220,
220,
350,
89,
796,
376,
79,
58,
16,
11,
47715,
1303,
46022,
318,
2124,
287,
257,
3529,
11,
1976,
287,
15584,
198,
220,
220,
220,
350,
87,
796,
376,
79,
58,
17,
11,
47715,
1303,
5589,
2234,
318,
331,
287,
257,
3529,
11,
2124,
287,
15584,
628,
220,
220,
220,
1303,
11420,
7925,
262,
966,
3386,
422,
9387,
287,
1502,
284,
4174,
7188,
422,
936,
284,
629,
3503,
37404,
198,
220,
220,
220,
8410,
37,
796,
718,
198,
220,
220,
220,
376,
796,
1976,
27498,
7,
18227,
37,
9,
77,
4147,
8,
198,
220,
220,
220,
329,
1312,
796,
352,
25,
68,
3639,
198,
220,
220,
220,
220,
220,
220,
220,
923,
796,
357,
72,
12,
16,
27493,
18227,
37,
220,
1303,
357,
15,
11,
657,
8,
923,
286,
17593,
628,
220,
220,
220,
220,
220,
220,
220,
4808,
11,
4808,
11,
376,
7266,
796,
25855,
15112,
32,
13,
40045,
62,
6759,
8609,
7,
2777,
1092,
17946,
58,
72,
10,
16,
60,
532,
599,
1092,
17946,
58,
72,
4357,
685,
15,
13,
15,
11,
15,
13,
15,
4357,
685,
15,
13,
15,
11,
15,
13,
15,
4357,
685,
15,
13,
15,
11,
15,
13,
15,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
685,
15,
13,
15,
11,
15,
13,
15,
4357,
685,
15,
13,
15,
11,
15,
13,
15,
4357,
685,
15,
13,
15,
11,
15,
13,
15,
4357,
350,
87,
58,
72,
25,
72,
10,
16,
4357,
9485,
58,
72,
25,
72,
10,
16,
4357,
350,
89,
58,
72,
25,
72,
10,
16,
12962,
628,
220,
220,
220,
220,
220,
220,
220,
4686,
87,
796,
923,
10,
16,
25,
9688,
10,
17,
9,
18227,
37,
198,
220,
220,
220,
220,
220,
220,
220,
376,
58,
312,
87,
60,
15853,
376,
7266,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1303,
2312,
389,
287,
262,
15584,
5739,
286,
4941,
198,
220,
220,
220,
412,
40,
88,
796,
1976,
27498,
7,
77,
4147,
8,
198,
220,
220,
220,
412,
40,
89,
796,
1976,
27498,
7,
77,
4147,
8,
198,
220,
220,
220,
19814,
796,
1976,
27498,
7,
77,
4147,
8,
198,
220,
220,
220,
402,
41,
796,
1976,
27498,
7,
77,
4147,
8,
198,
220,
220,
220,
374,
8873,
32,
796,
1976,
27498,
7,
77,
4147,
8,
198,
220,
220,
220,
374,
8873,
41,
796,
1976,
27498,
7,
77,
4147,
8,
198,
220,
220,
220,
1303,
350,
87,
796,
1976,
27498,
7,
77,
4147,
8,
1303,
27511,
27131,
515,
198,
220,
220,
220,
1303,
9485,
796,
1976,
27498,
7,
77,
4147,
8,
198,
220,
220,
220,
1303,
350,
89,
796,
1976,
27498,
7,
77,
4147,
8,
198,
220,
220,
220,
376,
87,
796,
1976,
27498,
7,
77,
4147,
8,
198,
220,
220,
220,
376,
88,
796,
1976,
27498,
7,
77,
4147,
8,
198,
220,
220,
220,
376,
89,
796,
1976,
27498,
7,
77,
4147,
8,
198,
220,
220,
220,
337,
87,
796,
1976,
27498,
7,
77,
4147,
8,
198,
220,
220,
220,
2011,
796,
1976,
27498,
7,
77,
4147,
8,
198,
220,
220,
220,
337,
89,
796,
1976,
27498,
7,
77,
4147,
8,
198,
220,
220,
220,
479,
87,
796,
1976,
27498,
7,
77,
4147,
8,
198,
220,
220,
220,
479,
88,
796,
1976,
27498,
7,
77,
4147,
8,
198,
220,
220,
220,
479,
89,
796,
1976,
27498,
7,
77,
4147,
8,
198,
220,
220,
220,
479,
1169,
19290,
796,
1976,
27498,
7,
77,
4147,
8,
198,
220,
220,
220,
479,
1169,
83,
323,
796,
1976,
27498,
7,
77,
4147,
8,
198,
220,
220,
220,
479,
1169,
83,
1031,
796,
1976,
27498,
7,
77,
4147,
8,
628,
220,
220,
220,
4686,
26152,
796,
352,
198,
220,
220,
220,
329,
1312,
796,
352,
25,
77,
4147,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
777,
389,
477,
9387,
6608,
198,
220,
220,
220,
220,
220,
220,
220,
2347,
796,
4645,
13,
3866,
5589,
22915,
58,
72,
4083,
22208,
198,
220,
220,
220,
220,
220,
220,
220,
1312,
22556,
796,
4645,
13,
3866,
5589,
22915,
58,
72,
4083,
2704,
499,
62,
7274,
198,
220,
220,
220,
220,
220,
220,
220,
220,
844,
87,
796,
4645,
13,
3866,
5589,
22915,
58,
72,
4083,
30909,
62,
7274,
198,
220,
220,
220,
220,
220,
220,
220,
288,
62,
82,
535,
76,
17,
796,
32542,
1670,
87,
62,
82,
535,
76,
58,
72,
60,
61,
17,
1343,
1995,
1670,
88,
62,
82,
535,
76,
58,
72,
60,
61,
17,
198,
220,
220,
220,
220,
220,
220,
220,
220,
6457,
796,
220,
844,
87,
10,
7745,
88,
1343,
2347,
9,
67,
62,
82,
535,
76,
17,
1303,
525,
37038,
13174,
16488,
44728,
290,
10730,
16488,
262,
579,
628,
220,
220,
220,
220,
220,
220,
220,
412,
40,
88,
58,
72,
60,
796,
4645,
13,
3866,
5589,
22915,
58,
72,
4083,
20295,
62,
2704,
499,
198,
220,
220,
220,
220,
220,
220,
220,
412,
40,
89,
58,
72,
60,
796,
4645,
13,
3866,
5589,
22915,
58,
72,
4083,
20295,
62,
30909,
198,
220,
220,
220,
220,
220,
220,
220,
19814,
58,
72,
60,
796,
4645,
13,
3866,
5589,
22915,
58,
72,
4083,
18213,
198,
220,
220,
220,
220,
220,
220,
220,
402,
41,
58,
72,
60,
796,
4645,
13,
3866,
5589,
22915,
58,
72,
4083,
70,
73,
198,
220,
220,
220,
220,
220,
220,
220,
374,
8873,
32,
58,
72,
60,
796,
2347,
198,
220,
220,
220,
220,
220,
220,
220,
374,
8873,
41,
58,
72,
60,
796,
220,
6457,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
350,
87,
58,
72,
60,
796,
657,
13,
15,
1303,
27511,
27131,
515,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
9485,
58,
72,
60,
796,
657,
13,
15,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
350,
89,
58,
72,
60,
796,
657,
13,
15,
198,
220,
220,
220,
220,
220,
220,
220,
376,
87,
58,
72,
60,
796,
657,
13,
15,
1303,
51,
3727,
46,
25,
27726,
6252,
8778,
82,
1247,
5528,
316,
282,
2700,
994,
198,
220,
220,
220,
220,
220,
220,
220,
376,
88,
58,
72,
60,
796,
657,
13,
15,
198,
220,
220,
220,
220,
220,
220,
220,
376,
89,
58,
72,
60,
796,
657,
13,
15,
198,
220,
220,
220,
220,
220,
220,
220,
337,
87,
58,
72,
60,
796,
376,
58,
312,
26152,
10,
18,
60,
9,
32542,
1670,
88,
62,
1416,
330,
58,
72,
60,
1343,
376,
58,
312,
26152,
10,
20,
60,
9,
32542,
1670,
87,
62,
1416,
330,
58,
72,
60,
198,
220,
220,
220,
220,
220,
220,
220,
2011,
58,
72,
60,
796,
657,
13,
15,
1303,
51,
3727,
46,
25,
1087,
5528,
316,
282,
994,
11,
475,
12097,
3641,
407,
19874,
351,
673,
283,
3641,
523,
44825,
198,
220,
220,
220,
220,
220,
220,
220,
337,
89,
58,
72,
60,
796,
657,
13,
15,
1303,
51,
3727,
46,
25,
1087,
5528,
316,
282,
994,
11,
475,
12097,
3641,
407,
19874,
351,
673,
283,
3641,
523,
44825,
628,
220,
220,
220,
220,
220,
220,
220,
4686,
26152,
15853,
8410,
37,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1303,
34021,
379,
12575,
357,
37443,
670,
743,
1249,
7877,
498,
36373,
2884,
257,
14513,
21088,
3335,
8,
198,
220,
220,
220,
479,
87,
58,
16,
60,
796,
4806,
198,
220,
220,
220,
479,
88,
58,
16,
60,
796,
4806,
198,
220,
220,
220,
479,
89,
58,
16,
60,
796,
4806,
198,
220,
220,
220,
479,
1169,
19290,
58,
16,
60,
796,
4806,
198,
220,
220,
220,
479,
1169,
83,
323,
58,
16,
60,
796,
4806,
198,
220,
220,
220,
479,
1169,
83,
1031,
58,
16,
60,
796,
4806,
628,
220,
220,
220,
1303,
982,
376,
16412,
3537,
1847,
16309,
1797,
35656,
2,
198,
220,
220,
220,
25979,
11,
2030,
80,
11,
569,
11,
509,
11,
337,
11,
376,
796,
25855,
15112,
32,
13,
5036,
64,
62,
20930,
7,
2777,
1092,
17946,
11,
412,
40,
88,
11,
412,
40,
89,
11,
19814,
11,
402,
41,
11,
374,
8873,
32,
11,
374,
8873,
41,
11,
350,
87,
11,
9485,
11,
350,
89,
11,
198,
220,
220,
220,
376,
87,
11,
376,
88,
11,
376,
89,
11,
337,
87,
11,
2011,
11,
337,
89,
11,
479,
87,
11,
479,
88,
11,
479,
89,
11,
479,
1169,
19290,
11,
479,
1169,
83,
323,
11,
479,
1169,
83,
1031,
8,
198,
220,
220,
220,
1303,
44872,
7,
39504,
7,
67,
12514,
4008,
198,
220,
220,
220,
1303,
51,
3727,
46,
25,
779,
1729,
12,
4359,
312,
14022,
17952,
11,
1312,
13,
68,
13,
24185,
46171,
1300,
198,
220,
220,
220,
1303,
51,
3727,
46,
25,
2291,
673,
283,
14022,
198,
220,
220,
220,
1303,
651,
14022,
329,
1123,
2124,
10283,
1863,
262,
11865,
198,
220,
220,
220,
21245,
796,
1976,
27498,
7,
13664,
7,
2777,
1092,
17946,
828,
13664,
7,
2536,
391,
88,
58,
16,
11,
47715,
4008,
198,
220,
220,
220,
329,
1312,
796,
352,
25,
13664,
7,
2536,
391,
88,
58,
16,
11,
25,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
21245,
58,
45299,
72,
4357,
399,
87,
11,
569,
88,
11,
569,
89,
11,
309,
87,
11,
2011,
448,
11,
337,
89,
448,
796,
25855,
15112,
32,
13,
2536,
391,
7,
2777,
1092,
17946,
11,
198,
220,
220,
220,
220,
220,
220,
220,
14022,
88,
58,
45299,
72,
4357,
14022,
87,
58,
45299,
72,
4357,
412,
40,
88,
11,
412,
40,
89,
11,
19814,
11,
198,
220,
220,
220,
220,
220,
220,
220,
350,
87,
11,
9485,
11,
350,
89,
11,
376,
87,
11,
376,
88,
11,
376,
89,
11,
337,
87,
11,
2011,
11,
337,
89,
11,
3991,
8,
198,
220,
220,
220,
886,
628,
220,
220,
220,
2347,
62,
301,
5620,
796,
12840,
89,
7,
2777,
1092,
17946,
11,
81,
8873,
32,
8,
628,
198,
220,
220,
220,
1441,
21245,
11,
25979,
11,
2030,
80,
11,
2347,
62,
301,
5620,
11,
2536,
391,
87,
62,
4703,
11,
2536,
391,
88,
62,
4703,
198,
437,
628,
198,
8818,
10230,
1359,
1102,
7,
301,
5620,
11,
2536,
391,
11,
732,
2436,
420,
11,
11265,
354,
585,
8,
198,
220,
1303,
16718,
329,
1500,
24674,
10230,
1359,
198,
220,
264,
69,
796,
352,
13,
20,
1303,
44708,
5766,
628,
220,
1303,
10230,
1359,
14022,
318,
4633,
11,
14022,
318,
1464,
3967,
628,
220,
1303,
5626,
9447,
46,
26946,
532,
481,
2728,
2761,
611,
356,
2436,
420,
318,
1486,
7885,
198,
220,
269,
62,
27041,
1359,
796,
1976,
27498,
7,
7857,
7,
2536,
391,
11,
16,
828,
7857,
7,
2536,
391,
11,
17,
4008,
198,
220,
329,
1312,
796,
352,
25,
7857,
7,
66,
62,
27041,
1359,
11,
16,
8,
198,
220,
220,
220,
329,
4229,
420,
796,
352,
25,
7857,
7,
66,
62,
27041,
1359,
11,
17,
8,
198,
220,
220,
220,
220,
220,
1303,
611,
4645,
13,
2536,
391,
17946,
87,
58,
72,
11,
346,
420,
60,
1279,
356,
2436,
420,
9,
11265,
354,
585,
58,
72,
60,
1303,
15886,
356,
2436,
420,
6624,
657,
13,
15,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
62,
27041,
1359,
58,
72,
11,
346,
420,
60,
796,
357,
301,
5620,
13,
27041,
1359,
2536,
391,
58,
72,
11,
16,
48688,
28202,
9,
2536,
391,
58,
72,
11,
346,
420,
12962,
198,
220,
220,
220,
220,
220,
1303,
2073,
198,
220,
220,
220,
220,
220,
1303,
220,
220,
220,
220,
269,
62,
27041,
1359,
58,
72,
11,
346,
420,
60,
796,
357,
301,
5620,
13,
27041,
1359,
2536,
391,
58,
72,
11,
17,
48688,
28202,
9,
2536,
391,
58,
72,
11,
346,
420,
12962,
198,
220,
220,
220,
220,
220,
1303,
886,
198,
220,
220,
220,
886,
198,
220,
886,
628,
198,
220,
1303,
1303,
9447,
46,
26946,
11,
475,
38347,
5940,
198,
220,
1303,
269,
62,
27041,
1359,
796,
1976,
27498,
7,
7857,
7,
2536,
391,
11,
16,
828,
7857,
7,
2536,
391,
11,
17,
828,
7857,
7,
4299,
13,
27041,
1359,
2536,
391,
11,
17,
27493,
17,
8,
198,
220,
1303,
329,
1312,
796,
352,
25,
7857,
7,
66,
62,
27041,
1359,
11,
16,
8,
198,
220,
1303,
220,
220,
329,
4229,
420,
796,
352,
25,
7857,
7,
66,
62,
27041,
1359,
11,
17,
8,
198,
220,
1303,
220,
220,
220,
220,
329,
24283,
29687,
796,
352,
25,
7857,
7,
4299,
13,
27041,
1359,
2536,
391,
11,
17,
8,
198,
220,
1303,
220,
220,
220,
220,
220,
220,
269,
62,
27041,
1359,
58,
72,
11,
346,
420,
11,
17,
9,
571,
29687,
12,
16,
60,
796,
13841,
4299,
13,
27041,
1359,
2536,
391,
58,
72,
11,
571,
29687,
45297,
28202,
9,
2536,
391,
58,
72,
11,
346,
420,
12962,
14,
4299,
13,
27041,
1359,
2536,
391,
58,
72,
11,
571,
29687,
60,
198,
220,
1303,
220,
220,
220,
220,
220,
220,
269,
62,
27041,
1359,
58,
72,
11,
346,
420,
11,
17,
9,
571,
29687,
60,
796,
13841,
4299,
13,
27041,
1359,
2536,
391,
58,
72,
11,
571,
29687,
48688,
28202,
9,
2536,
391,
58,
72,
11,
346,
420,
12962,
14,
4299,
13,
27041,
1359,
2536,
391,
58,
72,
11,
571,
29687,
60,
198,
220,
1303,
220,
220,
220,
220,
886,
198,
220,
1303,
220,
220,
886,
198,
220,
1303,
886,
628,
220,
1441,
269,
62,
27041,
1359,
58,
47715,
14,
16,
36,
17,
198,
437,
198,
198,
8818,
5503,
9948,
66,
7,
2536,
391,
3712,
19182,
90,
43879,
2414,
11,
17,
5512,
7091,
283,
3712,
19182,
90,
43879,
2414,
11,
16,
5512,
198,
220,
220,
220,
2603,
3712,
5377,
1930,
2737,
13,
33665,
11,
1169,
8326,
62,
67,
3712,
43879,
2414,
8,
198,
220,
220,
220,
1303,
3497,
38375,
2587,
49586,
17593,
198,
220,
220,
220,
10662,
5657,
796,
29936,
2737,
13,
1136,
48,
7,
6759,
11,
1169,
8326,
62,
67,
8,
198,
220,
220,
220,
1303,
45559,
3810,
520,
16746,
422,
4285,
1299,
287,
1981,
279,
27385,
198,
220,
220,
220,
299,
77,
4147,
796,
2546,
7,
2536,
391,
11,
16,
8,
198,
220,
220,
220,
299,
17946,
796,
2546,
7,
2536,
391,
11,
17,
8,
198,
220,
220,
220,
35960,
41494,
796,
1976,
27498,
7,
20471,
4147,
11,
77,
17946,
11,
18,
8,
198,
220,
220,
220,
329,
1312,
796,
352,
25,
20471,
4147,
1303,
10987,
2104,
4129,
286,
8539,
1303,
198,
220,
220,
220,
220,
220,
220,
220,
329,
4229,
420,
796,
352,
25,
77,
17946,
1303,
5660,
379,
790,
7368,
14022,
4067,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
38240,
673,
283,
5503,
284,
673,
283,
14022,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9106,
1065,
796,
673,
283,
58,
72,
60,
14,
80,
5657,
58,
18,
11,
18,
45297,
80,
5657,
58,
16,
11,
18,
60,
14,
80,
5657,
58,
18,
11,
18,
60,
9,
2536,
391,
58,
72,
11,
346,
420,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
27131,
378,
30592,
4559,
29787,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5503,
796,
10662,
5657,
9,
58,
2536,
391,
58,
72,
11,
346,
420,
4357,
15,
11,
28483,
1065,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
26981,
29787,
284,
35960,
34197,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
35960,
41494,
58,
72,
11,
346,
420,
11,
47715,
796,
29936,
2737,
13,
10599,
41494,
7,
41494,
11,
1169,
8326,
62,
67,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
220,
220,
220,
1441,
35960,
41494,
198,
437,
1303,
41494,
62,
9948,
66,
198,
198,
8818,
5503,
1102,
7,
41494,
11,
6759,
3712,
5377,
1930,
2737,
13,
33665,
11,
22213,
5142,
796,
366,
912,
1872,
43812,
8172,
33,
11008,
28,
15,
13,
2996,
11,
28202,
28,
16,
13,
20,
8,
198,
220,
220,
220,
1303,
16718,
284,
1500,
3201,
5503,
198,
220,
220,
220,
264,
13495,
16,
796,
264,
69,
9,
41494,
58,
45299,
45299,
16,
60,
198,
220,
220,
220,
264,
13495,
17,
796,
264,
69,
9,
41494,
58,
45299,
45299,
17,
60,
198,
220,
220,
220,
256,
559,
1065,
796,
264,
69,
9,
41494,
58,
45299,
45299,
18,
60,
198,
220,
220,
220,
264,
13495,
16,
28047,
796,
347,
11008,
9,
6759,
13,
742,
198,
220,
220,
220,
264,
13495,
17,
28047,
796,
347,
11008,
9,
6759,
13,
20760,
198,
220,
220,
220,
264,
13495,
16,
27399,
796,
347,
11008,
9,
6759,
13,
25306,
198,
220,
220,
220,
264,
13495,
17,
27399,
796,
347,
11008,
9,
6759,
13,
88,
66,
198,
220,
220,
220,
256,
559,
1065,
84,
796,
347,
11008,
9,
6759,
13,
82,
198,
220,
220,
220,
611,
9987,
855,
1,
9806,
41494,
1,
198,
220,
220,
220,
220,
220,
220,
220,
269,
62,
41494,
796,
1976,
27498,
7,
43879,
2414,
11,
21,
11,
7857,
7,
82,
13495,
16,
8,
23029,
198,
220,
220,
220,
220,
220,
220,
220,
329,
1312,
796,
352,
25,
7857,
7,
82,
13495,
16,
11,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
474,
796,
352,
25,
7857,
7,
82,
13495,
16,
11,
17,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
62,
41494,
58,
45299,
72,
11,
73,
4357,
62,
796,
29936,
2737,
13,
9806,
41494,
7,
82,
13495,
16,
58,
72,
11,
73,
4357,
82,
13495,
17,
58,
72,
11,
73,
4357,
83,
559,
1065,
58,
72,
11,
73,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
264,
13495,
16,
28047,
11,
82,
13495,
16,
27399,
11,
82,
13495,
17,
28047,
11,
82,
13495,
17,
27399,
11,
83,
559,
1065,
84,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
2073,
361,
9987,
855,
1,
912,
1872,
43812,
1,
198,
220,
220,
220,
220,
220,
220,
220,
269,
62,
41494,
796,
1976,
27498,
7,
43879,
2414,
11,
7857,
7,
82,
13495,
16,
8,
23029,
198,
220,
220,
220,
220,
220,
220,
220,
329,
1312,
796,
352,
25,
7857,
7,
82,
13495,
16,
11,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
474,
796,
352,
25,
7857,
7,
82,
13495,
16,
11,
17,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
62,
41494,
58,
72,
11,
73,
4357,
62,
796,
29936,
2737,
13,
912,
1872,
43812,
7,
82,
13495,
16,
58,
72,
11,
73,
4357,
82,
13495,
17,
58,
72,
11,
73,
4357,
83,
559,
1065,
58,
72,
11,
73,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
264,
13495,
16,
28047,
11,
82,
13495,
16,
27399,
11,
82,
13495,
17,
28047,
11,
82,
13495,
17,
27399,
11,
83,
559,
1065,
84,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
5415,
7,
66,
62,
41494,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
2073,
361,
9987,
855,
1,
17831,
259,
10599,
368,
1,
198,
220,
220,
220,
220,
220,
220,
220,
269,
62,
41494,
796,
1976,
27498,
7,
43879,
2414,
11,
19,
11,
7857,
7,
82,
13495,
16,
8,
23029,
198,
220,
220,
220,
220,
220,
220,
220,
329,
1312,
796,
352,
25,
7857,
7,
82,
13495,
16,
11,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
474,
796,
352,
25,
7857,
7,
82,
13495,
16,
11,
17,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
62,
41494,
58,
45299,
72,
11,
73,
4357,
62,
796,
29936,
2737,
13,
17831,
259,
10599,
368,
7,
82,
13495,
16,
58,
72,
11,
73,
4357,
82,
13495,
17,
58,
72,
11,
73,
4357,
83,
559,
1065,
58,
72,
11,
73,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
264,
13495,
16,
28047,
11,
82,
13495,
16,
27399,
11,
82,
13495,
17,
28047,
11,
82,
13495,
17,
27399,
11,
83,
559,
1065,
84,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
4049,
7203,
22882,
1431,
5287,
9987,
468,
645,
7822,
4943,
198,
220,
220,
220,
886,
198,
220,
220,
220,
1441,
269,
62,
41494,
58,
25,
45297,
16,
13,
15,
198,
437,
1303,
41494,
1102,
198,
198,
8818,
5503,
62,
48553,
7,
1484,
33665,
82,
11,
2145,
1676,
862,
11,
12626,
75,
13733,
11,
13989,
341,
11,
2536,
391,
11,
7091,
283,
8,
628,
220,
220,
220,
269,
62,
41494,
796,
17635,
198,
220,
220,
220,
5503,
796,
17635,
1303,
1484,
287,
410,
30488,
5072,
198,
220,
220,
220,
5503,
29289,
796,
1976,
27498,
7,
13664,
7,
1484,
33665,
82,
828,
13664,
7,
12626,
75,
13733,
828,
13664,
7,
2536,
391,
58,
16,
11,
47715,
4008,
198,
220,
220,
220,
474,
28,
16,
198,
220,
220,
220,
329,
1312,
796,
352,
25,
13664,
7,
1484,
33665,
82,
8,
628,
220,
220,
220,
220,
220,
220,
220,
611,
5145,
3642,
1299,
7,
1484,
33665,
82,
58,
72,
17241,
6513,
321,
4943,
1303,
9099,
470,
2198,
5503,
319,
19828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2603,
14933,
796,
35960,
1676,
862,
13,
14933,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4686,
87,
796,
1064,
7,
6759,
14933,
4613,
2603,
14933,
6624,
973,
33665,
82,
58,
72,
4357,
6759,
14933,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2587,
796,
35960,
1676,
862,
13,
489,
444,
58,
312,
87,
58,
16,
11907,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
267,
15355,
796,
12852,
58,
73,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
474,
47932,
16,
1303,
568,
356,
836,
470,
423,
284,
423,
3131,
1486,
9633,
287,
12852,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5503,
72,
796,
5503,
9948,
66,
7,
2536,
391,
11,
7091,
283,
11,
33665,
11,
273,
2013,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1312,
855,
16,
1303,
8807,
42302,
1752,
1201,
340,
338,
262,
976,
329,
262,
2187,
4645,
357,
32935,
7888,
3830,
4739,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5503,
796,
19862,
17034,
12195,
41494,
72,
58,
45299,
45299,
16,
4083,
61,
17,
10,
41494,
72,
58,
45299,
45299,
17,
4083,
61,
17,
10,
41494,
72,
58,
45299,
45299,
18,
4083,
61,
17,
8,
1303,
51,
3727,
46,
2270,
510,
393,
15284,
18042,
12,
76,
2696,
3503,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
5004,
3445,
2913,
3815,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
62,
41494,
72,
796,
5503,
1102,
7,
41494,
72,
11,
33665,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5503,
29289,
58,
72,
11,
45299,
47715,
796,
269,
62,
41494,
72,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
62,
41494,
796,
685,
66,
62,
41494,
26,
66,
62,
41494,
72,
60,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1441,
269,
62,
41494,
11,
5503,
11,
5503,
29289,
198,
437,
1303,
41494,
62,
48553,
198,
198,
8818,
11506,
37652,
7,
2777,
1092,
17946,
11,
49,
22504,
11,
10989,
21962,
11,
46280,
538,
11,
4246,
396,
11,
87,
62,
28968,
11,
354,
585,
8,
198,
220,
220,
220,
1303,
2896,
500,
1271,
286,
9004,
198,
220,
220,
220,
299,
23946,
796,
4129,
7,
2777,
1092,
17946,
8,
198,
220,
220,
220,
1303,
8774,
220,
9004,
198,
220,
220,
220,
2124,
17946,
796,
1976,
27498,
7,
77,
23946,
8,
198,
220,
220,
220,
331,
17946,
796,
1976,
27498,
7,
77,
23946,
8,
198,
220,
220,
220,
1976,
17946,
796,
1976,
27498,
7,
77,
23946,
8,
198,
220,
220,
220,
2124,
17946,
58,
17,
25,
437,
60,
796,
269,
5700,
388,
19510,
2777,
1092,
17946,
58,
17,
25,
437,
45297,
2777,
1092,
17946,
58,
16,
37498,
437,
12,
16,
15437,
737,
9,
6966,
12195,
10989,
21962,
58,
16,
25,
77,
23946,
12,
16,
35944,
9,
31369,
12195,
46280,
538,
58,
16,
25,
77,
23946,
12,
16,
60,
4008,
198,
220,
220,
220,
331,
17946,
58,
17,
25,
437,
60,
796,
269,
5700,
388,
19510,
2777,
1092,
17946,
58,
17,
25,
437,
45297,
2777,
1092,
17946,
58,
16,
37498,
437,
12,
16,
15437,
737,
9,
6966,
12195,
10989,
21962,
58,
16,
25,
77,
23946,
12,
16,
35944,
9,
6966,
12195,
46280,
538,
58,
16,
25,
77,
23946,
12,
16,
60,
4008,
198,
220,
220,
220,
1976,
17946,
58,
17,
25,
437,
60,
796,
269,
5700,
388,
19510,
2777,
1092,
17946,
58,
17,
25,
437,
45297,
2777,
1092,
17946,
58,
16,
37498,
437,
12,
16,
15437,
737,
9,
31369,
12195,
10989,
21962,
58,
16,
25,
77,
23946,
12,
16,
35944,
9,
6966,
12195,
46280,
538,
58,
16,
25,
77,
23946,
12,
16,
60,
4008,
198,
220,
220,
220,
1303,
9938,
331,
4129,
286,
220,
416,
17413,
736,
599,
34816,
5374,
740,
1309,
198,
220,
220,
220,
331,
437,
796,
371,
22504,
198,
220,
220,
220,
1303,
21589,
20431,
284,
2872,
11506,
198,
220,
220,
220,
20796,
796,
331,
437,
14,
2645,
420,
58,
77,
23946,
60,
198,
220,
220,
220,
2124,
17946,
796,
2124,
17946,
9,
1416,
4272,
532,
8615,
12195,
4246,
396,
737,
9,
87,
62,
28968,
15885,
354,
585,
198,
220,
220,
220,
331,
17946,
796,
331,
17946,
9,
1416,
4272,
198,
220,
220,
220,
1976,
17946,
796,
1976,
17946,
9,
1416,
4272,
1343,
7813,
12195,
4246,
396,
737,
9,
87,
62,
28968,
15885,
354,
585,
198,
220,
220,
220,
1303,
3497,
13204,
11506,
3083,
11507,
198,
220,
220,
220,
1017,
420,
796,
1976,
27498,
7,
77,
23946,
8,
198,
220,
220,
220,
329,
1312,
796,
362,
25,
77,
23946,
198,
220,
220,
220,
220,
220,
220,
220,
1017,
420,
58,
72,
60,
796,
1017,
420,
58,
72,
12,
16,
48688,
31166,
17034,
19510,
87,
17946,
58,
72,
45297,
87,
17946,
58,
72,
12,
16,
12962,
61,
17,
13,
15,
10,
198,
220,
220,
220,
220,
220,
220,
220,
357,
2645,
420,
58,
72,
45297,
2645,
420,
58,
72,
12,
16,
12962,
61,
17,
13,
15,
33747,
89,
17946,
58,
72,
45297,
89,
17946,
58,
72,
12,
16,
12962,
61,
17,
13,
15,
8,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1303,
1081,
15140,
1336,
220,
10007,
198,
220,
220,
220,
1017,
420,
796,
1017,
420,
198,
220,
220,
220,
2124,
17946,
796,
2124,
17946,
198,
220,
220,
220,
331,
17946,
796,
331,
17946,
198,
220,
220,
220,
1976,
17946,
796,
1976,
17946,
628,
220,
220,
220,
1441,
1017,
420,
11,
87,
17946,
11,
2645,
420,
11,
89,
17946,
198,
437,
198,
198,
8818,
25594,
13664,
82,
7,
354,
585,
11,
46280,
538,
8,
198,
220,
220,
220,
1303,
45559,
3810,
1271,
286,
9004,
198,
220,
220,
220,
299,
23946,
796,
4129,
7,
46280,
538,
8,
1343,
352,
198,
220,
220,
220,
1303,
14435,
609,
585,
20428,
198,
220,
220,
220,
3487,
354,
585,
796,
1976,
27498,
7,
77,
23946,
8,
198,
220,
220,
220,
3487,
354,
585,
58,
16,
60,
796,
25594,
58,
16,
60,
9,
6966,
7,
46280,
538,
58,
16,
12962,
198,
220,
220,
220,
329,
1312,
796,
362,
37498,
77,
23946,
12,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
3487,
354,
585,
58,
72,
60,
796,
25594,
58,
72,
60,
9,
6966,
19510,
46280,
538,
58,
72,
12,
16,
48688,
46280,
538,
58,
72,
12962,
14,
17,
13,
15,
8,
198,
220,
220,
220,
886,
198,
220,
220,
220,
3487,
354,
585,
58,
437,
60,
796,
25594,
58,
437,
60,
9,
6966,
7,
46280,
538,
58,
437,
12962,
198,
220,
220,
220,
1441,
3487,
354,
585,
198,
437,
198,
198,
8818,
3601,
9806,
17069,
7,
66,
11,
3672,
8,
198,
220,
220,
220,
611,
5145,
271,
28920,
7,
19796,
7,
66,
13,
29,
12,
16,
68,
12,
19,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
44872,
7,
8841,
7,
3672,
27267,
25,
33172,
47033,
7,
66,
4008,
198,
220,
220,
220,
886,
198,
437,
198,
198,
2,
198,
2,
357,
19734,
8,
198,
2,
1291,
46057,
47502,
11812,
198,
2,
198,
8818,
12840,
89,
7,
87,
3712,
19182,
90,
43879,
2414,
11,
16,
5512,
331,
3712,
19182,
90,
43879,
2414,
11,
16,
30072,
220,
1303,
19386,
331,
266,
13,
81,
13,
83,
13,
2124,
198,
220,
220,
220,
19287,
796,
657,
13,
15,
198,
220,
220,
220,
329,
1312,
796,
352,
25,
13664,
7,
87,
13219,
16,
198,
220,
220,
220,
220,
220,
220,
220,
19287,
15853,
357,
87,
58,
72,
10,
16,
45297,
87,
58,
72,
12962,
9,
15,
13,
20,
9,
7,
88,
58,
72,
60,
1343,
331,
58,
72,
10,
16,
12962,
198,
220,
220,
220,
886,
198,
220,
220,
220,
1441,
19287,
198,
437,
198,
198,
8818,
14174,
62,
3849,
79,
7,
87,
62,
18747,
3712,
19182,
90,
43879,
2414,
11,
16,
5512,
88,
62,
18747,
3712,
19182,
90,
43879,
2414,
11,
16,
5512,
87,
3605,
3712,
43879,
2414,
8,
628,
198,
220,
220,
220,
1312,
796,
352,
198,
220,
220,
220,
611,
2124,
3605,
27,
39504,
7,
87,
62,
18747,
8,
1303,
1451,
379,
3509,
290,
949,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
331,
62,
18747,
58,
521,
1084,
7,
87,
62,
18747,
15437,
198,
220,
220,
220,
2073,
361,
2124,
3605,
29,
47033,
7,
87,
62,
18747,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
331,
62,
18747,
58,
521,
9806,
7,
87,
62,
18747,
15437,
198,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
329,
1312,
796,
352,
25,
13664,
7,
87,
62,
18747,
13219,
16,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
2124,
62,
18747,
58,
72,
60,
27,
28,
87,
3605,
11405,
2124,
62,
18747,
58,
72,
10,
16,
60,
29,
28,
87,
3605,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2270,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
13390,
796,
357,
87,
3605,
532,
2124,
62,
18747,
58,
72,
12962,
29006,
87,
62,
18747,
58,
72,
10,
16,
60,
532,
2124,
62,
18747,
58,
72,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
331,
62,
18747,
58,
72,
60,
1343,
13390,
1635,
357,
88,
62,
18747,
58,
72,
10,
16,
60,
532,
331,
62,
18747,
58,
72,
12962,
198,
220,
220,
220,
886,
198,
198,
437,
198,
198,
8818,
14174,
62,
3849,
79,
7,
87,
62,
18747,
3712,
19182,
90,
43879,
2414,
11,
16,
5512,
88,
62,
18747,
3712,
19182,
90,
43879,
2414,
11,
16,
5512,
87,
3605,
3712,
19182,
90,
43879,
2414,
11,
16,
30072,
198,
220,
220,
220,
331,
3605,
796,
1976,
27498,
7,
87,
3605,
8,
198,
220,
220,
220,
329,
1312,
796,
352,
25,
13664,
7,
87,
3605,
8,
198,
220,
220,
220,
220,
220,
220,
220,
331,
3605,
58,
72,
60,
796,
14174,
62,
3849,
79,
7,
87,
62,
18747,
11,
88,
62,
18747,
11,
87,
3605,
58,
72,
12962,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1441,
331,
3605,
198,
437,
198
] | 1.93438 | 11,338 |
using Makie
Base.@ccallable function julia_main(ARGS::Vector{String})::Cint
scene = Scene()
scatter(scene, rand(50), rand(50), markersize = 0.01)
a = axis(scene, range(0, stop = 1, length = 4), range(0, stop = 1, length = 4), textsize = 0.1, axisnames = ("", "", ""))
tf = to_value(a, :tickfont2d)
a[:tickfont2d] = map(x-> (0.07, x[2:end]...), tf)
center!(scene)
Makie.block(scene)
return 0
end
| [
3500,
15841,
494,
198,
198,
14881,
13,
31,
535,
439,
540,
2163,
474,
43640,
62,
12417,
7,
1503,
14313,
3712,
38469,
90,
10100,
92,
2599,
25,
34,
600,
198,
220,
220,
220,
3715,
796,
28315,
3419,
198,
220,
220,
220,
41058,
7,
29734,
11,
43720,
7,
1120,
828,
43720,
7,
1120,
828,
19736,
1096,
796,
657,
13,
486,
8,
198,
220,
220,
220,
257,
796,
16488,
7,
29734,
11,
2837,
7,
15,
11,
2245,
796,
352,
11,
4129,
796,
604,
828,
2837,
7,
15,
11,
2245,
796,
352,
11,
4129,
796,
604,
828,
2420,
7857,
796,
657,
13,
16,
11,
16488,
14933,
796,
5855,
1600,
366,
1600,
13538,
4008,
198,
220,
220,
220,
48700,
796,
284,
62,
8367,
7,
64,
11,
1058,
42298,
10331,
17,
67,
8,
198,
220,
220,
220,
257,
58,
25,
42298,
10331,
17,
67,
60,
796,
3975,
7,
87,
3784,
357,
15,
13,
2998,
11,
2124,
58,
17,
25,
437,
60,
986,
828,
48700,
8,
198,
220,
220,
220,
3641,
0,
7,
29734,
8,
198,
220,
220,
220,
15841,
494,
13,
9967,
7,
29734,
8,
198,
220,
220,
220,
1441,
657,
198,
437,
198
] | 2.276596 | 188 |
# for GMM
function SVmoments(m, n, θ, η, ϵ)
S = size(ϵ, 2)
ms = zeros(S,size(m,1))
Threads.@threads for s=1:S
ms[s,:] = sqrt(n)*aux_stat(SVmodel(θ, n, η[:,s], ϵ[:,s])[1])
end
ms .- m'
end
| [
2,
329,
6951,
44,
220,
198,
8818,
20546,
32542,
658,
7,
76,
11,
299,
11,
7377,
116,
11,
7377,
115,
11,
18074,
113,
8,
198,
220,
220,
220,
311,
796,
2546,
7,
139,
113,
11,
362,
8,
198,
220,
220,
220,
13845,
796,
1976,
27498,
7,
50,
11,
7857,
7,
76,
11,
16,
4008,
198,
220,
220,
220,
14122,
82,
13,
31,
16663,
82,
329,
264,
28,
16,
25,
50,
198,
220,
220,
220,
220,
220,
220,
220,
13845,
58,
82,
11,
47715,
796,
19862,
17034,
7,
77,
27493,
14644,
62,
14269,
7,
50,
53,
19849,
7,
138,
116,
11,
299,
11,
7377,
115,
58,
45299,
82,
4357,
18074,
113,
58,
45299,
82,
12962,
58,
16,
12962,
198,
220,
220,
220,
886,
198,
220,
220,
220,
13845,
764,
12,
285,
6,
198,
437,
198
] | 1.619403 | 134 |
# Init to get started
| [
2,
44707,
284,
651,
2067,
198
] | 3.666667 | 6 |
@testset "4.2.12 (e x)^m (a+b cos(c+d x^n))^p" begin
(a, b, c, d, e, m, n, p, x, ) = @variables a b c d e m n p x
#= ::Package:: =#
#= ::Title:: =#
#=Integrands*of*the*form*(e*x)^m*(a+b*cos(c+d*x^n))^p=#
#= ::Section::Closed:: =#
#=Integrands*of*the*form*(e*x)^m*(a+b*cos(c+d*x^2))^p=#
#= ::Subsection::Closed:: =#
#=Integrands*of*the*form*x^m*cos(a+b*x^2)^p=#
@test_int [x^3*cos(a + b*x^2), x, 3, cos(a + b*x^2)/(2*b^2) + (x^2*sin(a + b*x^2))/(2*b)]
@test_int [x^2*cos(a + b*x^2), x, 4, -((sqrt(pi/2)*cos(a)*FresnelS(sqrt(b)*sqrt(2/pi)*x))/(2*b^(3/2))) - (sqrt(pi/2)*FresnelC(sqrt(b)*sqrt(2/pi)*x)*sin(a))/(2*b^(3/2)) + (x*sin(a + b*x^2))/(2*b)]
@test_int [x^1*cos(a + b*x^2), x, 2, sin(a + b*x^2)/(2*b)]
@test_int [x^0*cos(a + b*x^2), x, 3, (sqrt(pi/2)*cos(a)*FresnelC(sqrt(b)*sqrt(2/pi)*x))/sqrt(b) - (sqrt(pi/2)*FresnelS(sqrt(b)*sqrt(2/pi)*x)*sin(a))/sqrt(b)]
@test_int [cos(a + b*x^2)/x^1, x, 3, (1/2)*cos(a)*CosIntegral(b*x^2) - (1/2)*sin(a)*SinIntegral(b*x^2)]
@test_int [cos(a + b*x^2)/x^2, x, 4, -(cos(a + b*x^2)/x) - sqrt(b)*sqrt(2*pi)*cos(a)*FresnelS(sqrt(b)*sqrt(2/pi)*x) - sqrt(b)*sqrt(2*pi)*FresnelC(sqrt(b)*sqrt(2/pi)*x)*sin(a)]
@test_int [cos(a + b*x^2)/x^3, x, 5, -(cos(a + b*x^2)/(2*x^2)) - (1/2)*b*CosIntegral(b*x^2)*sin(a) - (1/2)*b*cos(a)*SinIntegral(b*x^2)]
@test_int [x^3*cos(a + b*x^2)^2, x, 3, x^4/8 + cos(a + b*x^2)^2/(8*b^2) + (x^2*cos(a + b*x^2)*sin(a + b*x^2))/(4*b)]
@test_int [x^2*cos(a + b*x^2)^2, x, 6, x^3/6 - (sqrt(pi)*cos(2*a)*FresnelS((2*sqrt(b)*x)/sqrt(pi)))/(16*b^(3/2)) - (sqrt(pi)*FresnelC((2*sqrt(b)*x)/sqrt(pi))*sin(2*a))/(16*b^(3/2)) + (x*sin(2*a + 2*b*x^2))/(8*b)]
@test_int [x^1*cos(a + b*x^2)^2, x, 3, x^2/4 + (cos(a + b*x^2)*sin(a + b*x^2))/(4*b)]
@test_int [x^0*cos(a + b*x^2)^2, x, 5, x/2 + (sqrt(pi)*cos(2*a)*FresnelC((2*sqrt(b)*x)/sqrt(pi)))/(4*sqrt(b)) - (sqrt(pi)*FresnelS((2*sqrt(b)*x)/sqrt(pi))*sin(2*a))/(4*sqrt(b))]
@test_int [cos(a + b*x^2)^2/x^1, x, 5, (1/4)*cos(2*a)*CosIntegral(2*b*x^2) + log(x)/2 - (1/4)*sin(2*a)*SinIntegral(2*b*x^2)]
@test_int [cos(a + b*x^2)^2/x^2, x, 6, -(cos(a + b*x^2)^2/x) - sqrt(b)*sqrt(pi)*cos(2*a)*FresnelS((2*sqrt(b)*x)/sqrt(pi)) - sqrt(b)*sqrt(pi)*FresnelC((2*sqrt(b)*x)/sqrt(pi))*sin(2*a)]
@test_int [cos(a + b*x^2)^2/x^3, x, 7, -(1/(4*x^2)) - cos(2*(a + b*x^2))/(4*x^2) - (1/2)*b*CosIntegral(2*b*x^2)*sin(2*a) - (1/2)*b*cos(2*a)*SinIntegral(2*b*x^2)]
@test_int [x^3*cos(a + b*x^2)^3, x, 4, cos(a + b*x^2)/(3*b^2) + cos(a + b*x^2)^3/(18*b^2) + (x^2*sin(a + b*x^2))/(3*b) + (x^2*cos(a + b*x^2)^2*sin(a + b*x^2))/(6*b)]
@test_int [x^2*cos(a + b*x^2)^3, x, 10, -((3*sqrt(pi/2)*cos(a)*FresnelS(sqrt(b)*sqrt(2/pi)*x))/(8*b^(3/2))) - (sqrt(pi/6)*cos(3*a)*FresnelS(sqrt(b)*sqrt(6/pi)*x))/(24*b^(3/2)) - (3*sqrt(pi/2)*FresnelC(sqrt(b)*sqrt(2/pi)*x)*sin(a))/(8*b^(3/2)) - (sqrt(pi/6)*FresnelC(sqrt(b)*sqrt(6/pi)*x)*sin(3*a))/(24*b^(3/2)) + (3*x*sin(a + b*x^2))/(8*b) + (x*sin(3*a + 3*b*x^2))/(24*b)]
@test_int [x^1*cos(a + b*x^2)^3, x, 3, sin(a + b*x^2)/(2*b) - sin(a + b*x^2)^3/(6*b)]
@test_int [x^0*cos(a + b*x^2)^3, x, 8, (3*sqrt(pi/2)*cos(a)*FresnelC(sqrt(b)*sqrt(2/pi)*x))/(4*sqrt(b)) + (sqrt(pi/6)*cos(3*a)*FresnelC(sqrt(b)*sqrt(6/pi)*x))/(4*sqrt(b)) - (3*sqrt(pi/2)*FresnelS(sqrt(b)*sqrt(2/pi)*x)*sin(a))/(4*sqrt(b)) - (sqrt(pi/6)*FresnelS(sqrt(b)*sqrt(6/pi)*x)*sin(3*a))/(4*sqrt(b))]
@test_int [cos(a + b*x^2)^3/x^1, x, 8, (3/8)*cos(a)*CosIntegral(b*x^2) + (1/8)*cos(3*a)*CosIntegral(3*b*x^2) - (3/8)*sin(a)*SinIntegral(b*x^2) - (1/8)*sin(3*a)*SinIntegral(3*b*x^2)]
@test_int [cos(a + b*x^2)^3/x^2, x, 9, -(cos(a + b*x^2)^3/x) - (3/2)*sqrt(b)*sqrt(pi/2)*cos(a)*FresnelS(sqrt(b)*sqrt(2/pi)*x) - (1/2)*sqrt(b)*sqrt((3*pi)/2)*cos(3*a)*FresnelS(sqrt(b)*sqrt(6/pi)*x) - (3/2)*sqrt(b)*sqrt(pi/2)*FresnelC(sqrt(b)*sqrt(2/pi)*x)*sin(a) - (1/2)*sqrt(b)*sqrt((3*pi)/2)*FresnelC(sqrt(b)*sqrt(6/pi)*x)*sin(3*a)]
@test_int [cos(a + b*x^2)^3/x^3, x, 12, -((3*cos(a + b*x^2))/(8*x^2)) - cos(3*(a + b*x^2))/(8*x^2) - (3/8)*b*CosIntegral(b*x^2)*sin(a) - (3/8)*b*CosIntegral(3*b*x^2)*sin(3*a) - (3/8)*b*cos(a)*SinIntegral(b*x^2) - (3/8)*b*cos(3*a)*SinIntegral(3*b*x^2)]
@test_int [x*cos(a + b*x^2)^7, x, 3, sin(a + b*x^2)/(2*b) - sin(a + b*x^2)^3/(2*b) + (3*sin(a + b*x^2)^5)/(10*b) - sin(a + b*x^2)^7/(14*b)]
#= ::Subsection:: =#
#=Integrands*of*the*form*x^m*cos(a+b*x^2)^(p/2)=#
#= ::Subsection::Closed:: =#
#=Integrands*of*the*form*x^(m/2)*cos(a+b*x^2)^p=#
@test_int [x^(5/2)*cos(a + b*x^2), x, 4, -((3*im*ℯ^(im*a)*x^(3/2)*Gamma(3/4, (-im)*b*x^2))/(16*b*((-im)*b*x^2)^(3/4))) + (3*im*x^(3/2)*Gamma(3/4, im*b*x^2))/(ℯ^(im*a)*(16*b*(im*b*x^2)^(3/4))) + (x^(3/2)*sin(a + b*x^2))/(2*b)]
@test_int [x^(3/2)*cos(a + b*x^2), x, 4, -((im*ℯ^(im*a)*sqrt(x)*Gamma(1/4, (-im)*b*x^2))/(16*b*((-im)*b*x^2)^(1/4))) + (im*sqrt(x)*Gamma(1/4, im*b*x^2))/(ℯ^(im*a)*(16*b*(im*b*x^2)^(1/4))) + (sqrt(x)*sin(a + b*x^2))/(2*b)]
@test_int [x^(1/2)*cos(a + b*x^2), x, 3, -((ℯ^(im*a)*x^(3/2)*Gamma(3/4, (-im)*b*x^2))/(4*((-im)*b*x^2)^(3/4))) - (x^(3/2)*Gamma(3/4, im*b*x^2))/(ℯ^(im*a)*(4*(im*b*x^2)^(3/4)))]
@test_int [cos(a + b*x^2)/x^(1/2), x, 3, -((ℯ^(im*a)*sqrt(x)*Gamma(1/4, (-im)*b*x^2))/(4*((-im)*b*x^2)^(1/4))) - (sqrt(x)*Gamma(1/4, im*b*x^2))/(ℯ^(im*a)*(4*(im*b*x^2)^(1/4)))]
@test_int [cos(a + b*x^2)/x^(3/2), x, 4, -((2*cos(a + b*x^2))/sqrt(x)) - (im*b*ℯ^(im*a)*x^(3/2)*Gamma(3/4, (-im)*b*x^2))/((-im)*b*x^2)^(3/4) + (im*b*x^(3/2)*Gamma(3/4, im*b*x^2))/(ℯ^(im*a)*(im*b*x^2)^(3/4))]
@test_int [cos(a + b*x^2)/x^(5/2), x, 4, -((2*cos(a + b*x^2))/(3*x^(3/2))) - (im*b*ℯ^(im*a)*sqrt(x)*Gamma(1/4, (-im)*b*x^2))/(3*((-im)*b*x^2)^(1/4)) + (im*b*sqrt(x)*Gamma(1/4, im*b*x^2))/(ℯ^(im*a)*(3*(im*b*x^2)^(1/4)))]
@test_int [x^(5/2)*cos(a + b*x^2)^2, x, 7, x^(7/2)/7 - (3*im*ℯ^(2*im*a)*x^(3/2)*Gamma(3/4, -2*im*b*x^2))/(64*2^(3/4)*b*((-im)*b*x^2)^(3/4)) + (3*im*x^(3/2)*Gamma(3/4, 2*im*b*x^2))/(ℯ^(2*im*a)*(64*2^(3/4)*b*(im*b*x^2)^(3/4))) + (x^(3/2)*sin(2*(a + b*x^2)))/(8*b)]
@test_int [x^(3/2)*cos(a + b*x^2)^2, x, 7, x^(5/2)/5 - (im*ℯ^(2*im*a)*sqrt(x)*Gamma(1/4, -2*im*b*x^2))/(64*2^(1/4)*b*((-im)*b*x^2)^(1/4)) + (im*sqrt(x)*Gamma(1/4, 2*im*b*x^2))/(ℯ^(2*im*a)*(64*2^(1/4)*b*(im*b*x^2)^(1/4))) + (sqrt(x)*sin(2*(a + b*x^2)))/(8*b)]
@test_int [x^(1/2)*cos(a + b*x^2)^2, x, 6, x^(3/2)/3 - (ℯ^(2*im*a)*x^(3/2)*Gamma(3/4, -2*im*b*x^2))/(8*2^(3/4)*((-im)*b*x^2)^(3/4)) - (x^(3/2)*Gamma(3/4, 2*im*b*x^2))/(ℯ^(2*im*a)*(8*2^(3/4)*(im*b*x^2)^(3/4)))]
@test_int [cos(a + b*x^2)^2/x^(1/2), x, 6, sqrt(x) - (ℯ^(2*im*a)*sqrt(x)*Gamma(1/4, -2*im*b*x^2))/(8*2^(1/4)*((-im)*b*x^2)^(1/4)) - (sqrt(x)*Gamma(1/4, 2*im*b*x^2))/(ℯ^(2*im*a)*(8*2^(1/4)*(im*b*x^2)^(1/4)))]
@test_int [cos(a + b*x^2)^2/x^(3/2), x, 7, -(1/sqrt(x)) - cos(2*(a + b*x^2))/sqrt(x) - (im*b*ℯ^(2*im*a)*x^(3/2)*Gamma(3/4, -2*im*b*x^2))/(2^(3/4)*((-im)*b*x^2)^(3/4)) + (im*b*x^(3/2)*Gamma(3/4, 2*im*b*x^2))/(ℯ^(2*im*a)*(2^(3/4)*(im*b*x^2)^(3/4)))]
@test_int [cos(a + b*x^2)^2/x^(5/2), x, 7, -((2*cos(a + b*x^2)^2)/(3*x^(3/2))) - (im*b*ℯ^(2*im*a)*sqrt(x)*Gamma(1/4, -2*im*b*x^2))/(3*2^(1/4)*((-im)*b*x^2)^(1/4)) + (im*b*sqrt(x)*Gamma(1/4, 2*im*b*x^2))/(ℯ^(2*im*a)*(3*2^(1/4)*(im*b*x^2)^(1/4)))]
#= ::Subsection:: =#
#=Integrands*of*the*form*x^(m/2)*cos(a+b*x^2)^(p/2)=#
#= ::Section::Closed:: =#
#=Integrands*of*the*form*(e*x)^m*(a+b*cos(c+d / x^1))^p=#
#= ::Subsection::Closed:: =#
#=Integrands*of*the*form*x^m*cos(a+b / x)^p=#
@test_int [cos(a + b/x), x, 5, x*cos(a + b/x) + b*CosIntegral(b/x)*sin(a) + b*cos(a)*SinIntegral(b/x)]
@test_int [cos(a + b/x)/x, x, 3, (-cos(a))*CosIntegral(b/x) + sin(a)*SinIntegral(b/x)]
@test_int [cos(a + b/x)/x^2, x, 2, -(sin(a + b/x)/b)]
@test_int [cos(a + b/x)/x^3, x, 3, -(cos(a + b/x)/b^2) - sin(a + b/x)/(b*x)]
@test_int [cos(a + b/x)/x^4, x, 4, -((2*cos(a + b/x))/(b^2*x)) + (2*sin(a + b/x))/b^3 - sin(a + b/x)/(b*x^2)]
#= ::Section::Closed:: =#
#=Integrands*of*the*form*(e*x)^m*(a+b*cos(c+d / x^2))^p=#
#= ::Subsection::Closed:: =#
#=Integrands*of*the*form*x^m*cos(a+b / x^2)^p=#
@test_int [x^0*cos(a + b/x^2), x, 5, x*cos(a + b/x^2) + sqrt(b)*sqrt(2*pi)*cos(a)*FresnelS((sqrt(b)*sqrt(2/pi))/x) + sqrt(b)*sqrt(2*pi)*FresnelC((sqrt(b)*sqrt(2/pi))/x)*sin(a)]
@test_int [cos(a + b/x^2)/x^1, x, 3, (-(1/2))*cos(a)*CosIntegral(b/x^2) + (1/2)*sin(a)*SinIntegral(b/x^2)]
@test_int [cos(a + b/x^2)/x^2, x, 4, -((sqrt(pi/2)*cos(a)*FresnelC((sqrt(b)*sqrt(2/pi))/x))/sqrt(b)) + (sqrt(pi/2)*FresnelS((sqrt(b)*sqrt(2/pi))/x)*sin(a))/sqrt(b)]
@test_int [cos(a + b/x^2)/x^3, x, 2, -(sin(a + b/x^2)/(2*b))]
@test_int [cos(a + b/x^2)/x^4, x, 5, (sqrt(pi/2)*cos(a)*FresnelS((sqrt(b)*sqrt(2/pi))/x))/(2*b^(3/2)) + (sqrt(pi/2)*FresnelC((sqrt(b)*sqrt(2/pi))/x)*sin(a))/(2*b^(3/2)) - sin(a + b/x^2)/(2*b*x)]
#= ::Section::Closed:: =#
#=Integrands*of*the*form*(e*x)^m*(a+b*cos(c+d*x^(1/2)))^p=#
@test_int [cos(sqrt(x))^2/sqrt(x), x, 3, sqrt(x) + cos(sqrt(x))*sin(sqrt(x))]
@test_int [cos(sqrt(x))/sqrt(x), x, 2, 2*sin(sqrt(x))]
@test_int [cos(sqrt(x)), x, 3, 2*cos(sqrt(x)) + 2*sqrt(x)*sin(sqrt(x))]
@test_int [cos(sqrt(x))^2, x, 3, x/2 + (1/2)*cos(sqrt(x))^2 + sqrt(x)*cos(sqrt(x))*sin(sqrt(x))]
#= ::Section::Closed:: =#
#=Integrands*of*the*form*(e*x)^m*(a+b*cos(c+d*x^(1/3)))^p=#
@test_int [x^(3/2)*cos(a + b*x^(1/3)), x, 13, (135135*sqrt(x)*cos(a + b*x^(1/3)))/(32*b^6) - (3861*x^(7/6)*cos(a + b*x^(1/3)))/(8*b^4) + (39*x^(11/6)*cos(a + b*x^(1/3)))/(2*b^2) + (405405*sqrt(pi/2)*cos(a)*FresnelS(sqrt(b)*sqrt(2/pi)*x^(1/6)))/(64*b^(15/2)) + (405405*sqrt(pi/2)*FresnelC(sqrt(b)*sqrt(2/pi)*x^(1/6))*sin(a))/(64*b^(15/2)) - (405405*x^(1/6)*sin(a + b*x^(1/3)))/(64*b^7) + (27027*x^(5/6)*sin(a + b*x^(1/3)))/(16*b^5) - (429*x^(3/2)*sin(a + b*x^(1/3)))/(4*b^3) + (3*x^(13/6)*sin(a + b*x^(1/3)))/b]
@test_int [x^(1/2)*cos(a + b*x^(1/3)), x, 10, -((315*x^(1/6)*cos(a + b*x^(1/3)))/(8*b^4)) + (21*x^(5/6)*cos(a + b*x^(1/3)))/(2*b^2) + (315*sqrt(pi/2)*cos(a)*FresnelC(sqrt(b)*sqrt(2/pi)*x^(1/6)))/(8*b^(9/2)) - (315*sqrt(pi/2)*FresnelS(sqrt(b)*sqrt(2/pi)*x^(1/6))*sin(a))/(8*b^(9/2)) - (105*sqrt(x)*sin(a + b*x^(1/3)))/(4*b^3) + (3*x^(7/6)*sin(a + b*x^(1/3)))/b]
@test_int [cos(a + b*x^(1/3))/x^(1/2), x, 7, -((3*sqrt(pi/2)*cos(a)*FresnelS(sqrt(b)*sqrt(2/pi)*x^(1/6)))/b^(3/2)) - (3*sqrt(pi/2)*FresnelC(sqrt(b)*sqrt(2/pi)*x^(1/6))*sin(a))/b^(3/2) + (3*x^(1/6)*sin(a + b*x^(1/3)))/b]
@test_int [cos(a + b*x^(1/3))/x^(3/2), x, 8, -((2*cos(a + b*x^(1/3)))/sqrt(x)) - 4*b^(3/2)*sqrt(2*pi)*cos(a)*FresnelC(sqrt(b)*sqrt(2/pi)*x^(1/6)) + 4*b^(3/2)*sqrt(2*pi)*FresnelS(sqrt(b)*sqrt(2/pi)*x^(1/6))*sin(a) + (4*b*sin(a + b*x^(1/3)))/x^(1/6)]
@test_int [cos(a + b*x^(1/3))/x^(5/2), x, 11, -((2*cos(a + b*x^(1/3)))/(3*x^(3/2))) + (8*b^2*cos(a + b*x^(1/3)))/(105*x^(5/6)) - (32*b^4*cos(a + b*x^(1/3)))/(315*x^(1/6)) - (32/315)*b^(9/2)*sqrt(2*pi)*cos(a)*FresnelS(sqrt(b)*sqrt(2/pi)*x^(1/6)) - (32/315)*b^(9/2)*sqrt(2*pi)*FresnelC(sqrt(b)*sqrt(2/pi)*x^(1/6))*sin(a) + (4*b*sin(a + b*x^(1/3)))/(21*x^(7/6)) - (16*b^3*sin(a + b*x^(1/3)))/(315*sqrt(x))]
@test_int [cos(a + b*x^(1/3))/x^(7/2), x, 14, -((2*cos(a + b*x^(1/3)))/(5*x^(5/2))) + (8*b^2*cos(a + b*x^(1/3)))/(715*x^(11/6)) - (32*b^4*cos(a + b*x^(1/3)))/(45045*x^(7/6)) + (128*b^6*cos(a + b*x^(1/3)))/(675675*sqrt(x)) + (256*b^(15/2)*sqrt(2*pi)*cos(a)*FresnelC(sqrt(b)*sqrt(2/pi)*x^(1/6)))/675675 - (256*b^(15/2)*sqrt(2*pi)*FresnelS(sqrt(b)*sqrt(2/pi)*x^(1/6))*sin(a))/675675 + (4*b*sin(a + b*x^(1/3)))/(65*x^(13/6)) - (16*b^3*sin(a + b*x^(1/3)))/(6435*x^(3/2)) + (64*b^5*sin(a + b*x^(1/3)))/(225225*x^(5/6)) - (256*b^7*sin(a + b*x^(1/3)))/(675675*x^(1/6))]
@test_int [x^(3/2)*cos(a + b*x^(1/3))^2, x, 15, -((135135*sqrt(x))/(4096*b^6)) + (3861*x^(7/6))/(256*b^4) - (39*x^(11/6))/(16*b^2) + x^(5/2)/5 + (135135*sqrt(x)*cos(a + b*x^(1/3))^2)/(2048*b^6) - (3861*x^(7/6)*cos(a + b*x^(1/3))^2)/(128*b^4) + (39*x^(11/6)*cos(a + b*x^(1/3))^2)/(8*b^2) + (405405*sqrt(pi)*cos(2*a)*FresnelS((2*sqrt(b)*x^(1/6))/sqrt(pi)))/(32768*b^(15/2)) + (405405*sqrt(pi)*FresnelC((2*sqrt(b)*x^(1/6))/sqrt(pi))*sin(2*a))/(32768*b^(15/2)) + (27027*x^(5/6)*cos(a + b*x^(1/3))*sin(a + b*x^(1/3)))/(512*b^5) - (429*x^(3/2)*cos(a + b*x^(1/3))*sin(a + b*x^(1/3)))/(32*b^3) + (3*x^(13/6)*cos(a + b*x^(1/3))*sin(a + b*x^(1/3)))/(2*b) - (405405*x^(1/6)*sin(2*(a + b*x^(1/3))))/(16384*b^7)]
@test_int [x^(1/2)*cos(a + b*x^(1/3))^2, x, 12, (315*x^(1/6))/(256*b^4) - (21*x^(5/6))/(16*b^2) + x^(3/2)/3 - (315*x^(1/6)*cos(a + b*x^(1/3))^2)/(128*b^4) + (21*x^(5/6)*cos(a + b*x^(1/3))^2)/(8*b^2) + (315*sqrt(pi)*cos(2*a)*FresnelC((2*sqrt(b)*x^(1/6))/sqrt(pi)))/(512*b^(9/2)) - (315*sqrt(pi)*FresnelS((2*sqrt(b)*x^(1/6))/sqrt(pi))*sin(2*a))/(512*b^(9/2)) - (105*sqrt(x)*cos(a + b*x^(1/3))*sin(a + b*x^(1/3)))/(32*b^3) + (3*x^(7/6)*cos(a + b*x^(1/3))*sin(a + b*x^(1/3)))/(2*b)]
@test_int [cos(a + b*x^(1/3))^2/x^(1/2), x, 9, sqrt(x) - (3*sqrt(pi)*cos(2*a)*FresnelS((2*sqrt(b)*x^(1/6))/sqrt(pi)))/(8*b^(3/2)) - (3*sqrt(pi)*FresnelC((2*sqrt(b)*x^(1/6))/sqrt(pi))*sin(2*a))/(8*b^(3/2)) + (3*x^(1/6)*sin(2*(a + b*x^(1/3))))/(4*b)]
@test_int [cos(a + b*x^(1/3))^2/x^(3/2), x, 10, -((2*cos(a + b*x^(1/3))^2)/sqrt(x)) - 8*b^(3/2)*sqrt(pi)*cos(2*a)*FresnelC((2*sqrt(b)*x^(1/6))/sqrt(pi)) + 8*b^(3/2)*sqrt(pi)*FresnelS((2*sqrt(b)*x^(1/6))/sqrt(pi))*sin(2*a) + (8*b*cos(a + b*x^(1/3))*sin(a + b*x^(1/3)))/x^(1/6)]
@test_int [cos(a + b*x^(1/3))^2/x^(5/2), x, 12, -((16*b^2)/(105*x^(5/6))) + (256*b^4)/(315*x^(1/6)) - (2*cos(a + b*x^(1/3))^2)/(3*x^(3/2)) + (32*b^2*cos(a + b*x^(1/3))^2)/(105*x^(5/6)) - (512*b^4*cos(a + b*x^(1/3))^2)/(315*x^(1/6)) - (512/315)*b^(9/2)*sqrt(pi)*cos(2*a)*FresnelS((2*sqrt(b)*x^(1/6))/sqrt(pi)) - (512/315)*b^(9/2)*sqrt(pi)*FresnelC((2*sqrt(b)*x^(1/6))/sqrt(pi))*sin(2*a) + (8*b*cos(a + b*x^(1/3))*sin(a + b*x^(1/3)))/(21*x^(7/6)) - (128*b^3*cos(a + b*x^(1/3))*sin(a + b*x^(1/3)))/(315*sqrt(x))]
@test_int [cos(a + b*x^(1/3))^2/x^(7/2), x, 16, -((16*b^2)/(715*x^(11/6))) + (256*b^4)/(45045*x^(7/6)) - (4096*b^6)/(675675*sqrt(x)) - (2*cos(a + b*x^(1/3))^2)/(5*x^(5/2)) + (32*b^2*cos(a + b*x^(1/3))^2)/(715*x^(11/6)) - (512*b^4*cos(a + b*x^(1/3))^2)/(45045*x^(7/6)) + (8192*b^6*cos(a + b*x^(1/3))^2)/(675675*sqrt(x)) + (32768*b^(15/2)*sqrt(pi)*cos(2*a)*FresnelC((2*sqrt(b)*x^(1/6))/sqrt(pi)))/675675 - (32768*b^(15/2)*sqrt(pi)*FresnelS((2*sqrt(b)*x^(1/6))/sqrt(pi))*sin(2*a))/675675 + (8*b*cos(a + b*x^(1/3))*sin(a + b*x^(1/3)))/(65*x^(13/6)) - (128*b^3*cos(a + b*x^(1/3))*sin(a + b*x^(1/3)))/(6435*x^(3/2)) + (2048*b^5*cos(a + b*x^(1/3))*sin(a + b*x^(1/3)))/(225225*x^(5/6)) - (32768*b^7*cos(a + b*x^(1/3))*sin(a + b*x^(1/3)))/(675675*x^(1/6))]
@test_int [cos(x^(1/3))^3, x, 7, 4*x^(1/3)*cos(x^(1/3)) + (2/3)*x^(1/3)*cos(x^(1/3))^3 - (14/3)*sin(x^(1/3)) + 2*x^(2/3)*sin(x^(1/3)) + x^(2/3)*cos(x^(1/3))^2*sin(x^(1/3)) + (2/9)*sin(x^(1/3))^3]
@test_int [cos(x^(1/6))/x^(5/6), x, 2, 6*sin(x^(1/6))]
#= ::Section::Closed:: =#
#=Integrands*of*the*form*(e*x)^m*(a+b*cos(c+d*x^n))^p=#
@test_int [(e*x)^m*(b*cos(c + d*x^n))^p, x, 0, Unintegrable((e*x)^m*(b*cos(c + d*x^n))^p, x)]
@test_int [(e*x)^m*(a + b*cos(c + d*x^n))^p, x, 0, Unintegrable((e*x)^m*(a + b*cos(c + d*x^n))^p, x)]
@test_int [(e*x)^(n - 1)*(b*cos(c + d*x^n))^p, x, 3, -(((e*x)^n*(b*cos(c + d*x^n))^(1 + p)*HypergeometricFunctions._₂F₁(1/2, (1 + p)/2, (3 + p)/2, cos(c + d*x^n)^2)*sin(c + d*x^n))/(x^n*(b*d*e*n*(1 + p)*sqrt(sin(c + d*x^n)^2))))]
@test_int [(e*x)^(2*n - 1)*(b*cos(c + d*x^n))^p, x, 1, ((e*x)^(2*n)*Unintegrable(x^(-1 + 2*n)*(b*cos(c + d*x^n))^p, x))/(x^(2*n)*e)]
@test_int [(e*x)^(n - 1)*(a + b*cos(c + d*x^n))^p, x, 5, (sqrt(2)*(e*x)^n*AppellF1(1/2, 1/2, -p, 3/2, (1/2)*(1 - cos(c + d*x^n)), (b*(1 - cos(c + d*x^n)))/(a + b))*(a + b*cos(c + d*x^n))^p*sin(c + d*x^n))/(x^n*((a + b*cos(c + d*x^n))/(a + b))^p*(d*e*n*sqrt(1 + cos(c + d*x^n))))]
@test_int [(e*x)^(2*n - 1)*(a + b*cos(c + d*x^n))^p, x, 1, ((e*x)^(2*n)*Unintegrable(x^(-1 + 2*n)*(a + b*cos(c + d*x^n))^p, x))/(x^(2*n)*e)]
@test_int [cos(a + b*x^n)/x, x, 3, (cos(a)*CosIntegral(b*x^n))/n - (sin(a)*SinIntegral(b*x^n))/n]
@test_int [cos(a + b*x^n)^2/x, x, 5, (cos(2*a)*CosIntegral(2*b*x^n))/(2*n) + log(x)/2 - (sin(2*a)*SinIntegral(2*b*x^n))/(2*n)]
@test_int [cos(a + b*x^n)^3/x, x, 8, (3*cos(a)*CosIntegral(b*x^n))/(4*n) + (cos(3*a)*CosIntegral(3*b*x^n))/(4*n) - (3*sin(a)*SinIntegral(b*x^n))/(4*n) - (sin(3*a)*SinIntegral(3*b*x^n))/(4*n)]
@test_int [cos(a + b*x^n)^4/x, x, 8, (cos(2*a)*CosIntegral(2*b*x^n))/(2*n) + (cos(4*a)*CosIntegral(4*b*x^n))/(8*n) + (3*log(x))/8 - (sin(2*a)*SinIntegral(2*b*x^n))/(2*n) - (sin(4*a)*SinIntegral(4*b*x^n))/(8*n)]
@test_int [cos(a + b*x^n), x, 3, -((ℯ^(im*a)*x*Gamma(1/n, (-im)*b*x^n))/(((-im)*b*x^n)^n^(-1)*(2*n))) - (x*Gamma(1/n, im*b*x^n))/(ℯ^(im*a)*(im*b*x^n)^n^(-1)*(2*n))]
@test_int [cos(a + b*x^n)^2, x, 5, x/2 - (2^(-2 - 1/n)*ℯ^(2*im*a)*x*Gamma(1/n, -2*im*b*x^n))/(((-im)*b*x^n)^n^(-1)*n) - (2^(-2 - 1/n)*x*Gamma(1/n, 2*im*b*x^n))/(ℯ^(2*im*a)*(im*b*x^n)^n^(-1)*n)]
@test_int [cos(a + b*x^n)^3, x, 8, -((3*ℯ^(im*a)*x*Gamma(1/n, (-im)*b*x^n))/(((-im)*b*x^n)^n^(-1)*(8*n))) - (3*x*Gamma(1/n, im*b*x^n))/(ℯ^(im*a)*(im*b*x^n)^n^(-1)*(8*n)) - (ℯ^(3*im*a)*x*Gamma(1/n, -3*im*b*x^n))/(3^n^(-1)*((-im)*b*x^n)^n^(-1)*(8*n)) - (x*Gamma(1/n, 3*im*b*x^n))/(3^n^(-1)*ℯ^(3*im*a)*(im*b*x^n)^n^(-1)*(8*n))]
@test_int [x^m*cos(a + b*x^n), x, 3, -((ℯ^(im*a)*x^(1 + m)*Gamma((1 + m)/n, (-im)*b*x^n))/(((-im)*b*x^n)^((1 + m)/n)*(2*n))) - (x^(1 + m)*Gamma((1 + m)/n, im*b*x^n))/(ℯ^(im*a)*(im*b*x^n)^((1 + m)/n)*(2*n))]
@test_int [x^m*cos(a + b*x^n)^2, x, 5, x^(1 + m)/(2*(1 + m)) - (ℯ^(2*im*a)*x^(1 + m)*Gamma((1 + m)/n, -2*im*b*x^n))/(2^((1 + m + 2*n)/n)*((-im)*b*x^n)^((1 + m)/n)*n) - (x^(1 + m)*Gamma((1 + m)/n, 2*im*b*x^n))/(2^((1 + m + 2*n)/n)*ℯ^(2*im*a)*(im*b*x^n)^((1 + m)/n)*n)]
@test_int [x^m*cos(a + b*x^n)^3, x, 8, -((3*ℯ^(im*a)*x^(1 + m)*Gamma((1 + m)/n, (-im)*b*x^n))/(((-im)*b*x^n)^((1 + m)/n)*(8*n))) - (3*x^(1 + m)*Gamma((1 + m)/n, im*b*x^n))/(ℯ^(im*a)*(im*b*x^n)^((1 + m)/n)*(8*n)) - (ℯ^(3*im*a)*x^(1 + m)*Gamma((1 + m)/n, -3*im*b*x^n))/(3^((1 + m)/n)*((-im)*b*x^n)^((1 + m)/n)*(8*n)) - (x^(1 + m)*Gamma((1 + m)/n, 3*im*b*x^n))/(3^((1 + m)/n)*ℯ^(3*im*a)*(im*b*x^n)^((1 + m)/n)*(8*n))]
@test_int [cos(a + b*x^n)/x^(n + 1), x, 5, -(cos(a + b*x^n)/(x^n*n)) - (b*CosIntegral(b*x^n)*sin(a))/n - (b*cos(a)*SinIntegral(b*x^n))/n]
@test_int [cos(a + b*x^n)^2/x^(n + 1), x, 7, -(1/(x^n*(2*n))) - cos(2*(a + b*x^n))/(x^n*(2*n)) - (b*CosIntegral(2*b*x^n)*sin(2*a))/n - (b*cos(2*a)*SinIntegral(2*b*x^n))/n]
@test_int [cos(a + b*x^n)^3/x^(n + 1), x, 12, -((3*cos(a + b*x^n))/(x^n*(4*n))) - cos(3*(a + b*x^n))/(x^n*(4*n)) - (3*b*CosIntegral(b*x^n)*sin(a))/(4*n) - (3*b*CosIntegral(3*b*x^n)*sin(3*a))/(4*n) - (3*b*cos(a)*SinIntegral(b*x^n))/(4*n) - (3*b*cos(3*a)*SinIntegral(3*b*x^n))/(4*n)]
@test_int [cos(a + b*x^n)/x^(2*n + 1), x, 6, -(cos(a + b*x^n)/(x^(2*n)*(2*n))) - (b^2*cos(a)*CosIntegral(b*x^n))/(2*n) + (b*sin(a + b*x^n))/(x^n*(2*n)) + (b^2*sin(a)*SinIntegral(b*x^n))/(2*n)]
@test_int [cos(a + b*x^n)^2/x^(2*n + 1), x, 8, -(1/(x^(2*n)*(4*n))) - cos(2*(a + b*x^n))/(x^(2*n)*(4*n)) - (b^2*cos(2*a)*CosIntegral(2*b*x^n))/n + (b*sin(2*(a + b*x^n)))/(x^n*(2*n)) + (b^2*sin(2*a)*SinIntegral(2*b*x^n))/n]
@test_int [cos(a + b*x^n)^3/x^(2*n + 1), x, 14, -((3*cos(a + b*x^n))/(x^(2*n)*(8*n))) - cos(3*(a + b*x^n))/(x^(2*n)*(8*n)) - (3*b^2*cos(a)*CosIntegral(b*x^n))/(8*n) - (9*b^2*cos(3*a)*CosIntegral(3*b*x^n))/(8*n) + (3*b*sin(a + b*x^n))/(x^n*(8*n)) + (3*b*sin(3*(a + b*x^n)))/(x^n*(8*n)) + (3*b^2*sin(a)*SinIntegral(b*x^n))/(8*n) + (9*b^2*sin(3*a)*SinIntegral(3*b*x^n))/(8*n)]
#= ::Title:: =#
#=Integrands*of*the*form*(e*x)^m*cos(a+b*(c+d*x)^n)=#
#= ::Section::Closed:: =#
#=Integrands*of*the*form*(e*x)^m*cos(a+b*(c+d*x)^n)=#
@test_int [x^2*cos((a + b*x)^2), x, 7, (a^2*sqrt(pi/2)*FresnelC(sqrt(2/pi)*(a + b*x)))/b^3 - (sqrt(pi/2)*FresnelS(sqrt(2/pi)*(a + b*x)))/(2*b^3) - (a*sin((a + b*x)^2))/b^3 + ((a + b*x)*sin((a + b*x)^2))/(2*b^3)]
@test_int [x^1*cos((a + b*x)^2), x, 5, -((a*sqrt(pi/2)*FresnelC(sqrt(2/pi)*(a + b*x)))/b^2) + sin((a + b*x)^2)/(2*b^2)]
@test_int [x^0*cos((a + b*x)^2), x, 1, (sqrt(pi/2)*FresnelC(sqrt(2/pi)*(a + b*x)))/b]
@test_int [cos((a + b*x)^2)/x^1, x, 0, Unintegrable(cos((a + b*x)^2)/x, x)]
@test_int [cos((a + b*x)^2)/x^2, x, 0, Unintegrable(cos((a + b*x)^2)/x^2, x)]
#= ::Section::Closed:: =#
#=Integrands*of*the*form*(e*x)^m*cos(a+b*(c+d*x)^(n/2))=#
@test_int [cos(a + b*sqrt(c + d*x))*x^2, x, 14, (240*cos(a + b*sqrt(c + d*x)))/(b^6*d^3) + (24*c*cos(a + b*sqrt(c + d*x)))/(b^4*d^3) + (2*c^2*cos(a + b*sqrt(c + d*x)))/(b^2*d^3) - (120*(c + d*x)*cos(a + b*sqrt(c + d*x)))/(b^4*d^3) - (12*c*(c + d*x)*cos(a + b*sqrt(c + d*x)))/(b^2*d^3) + (10*(c + d*x)^2*cos(a + b*sqrt(c + d*x)))/(b^2*d^3) + (240*sqrt(c + d*x)*sin(a + b*sqrt(c + d*x)))/(b^5*d^3) + (24*c*sqrt(c + d*x)*sin(a + b*sqrt(c + d*x)))/(b^3*d^3) + (2*c^2*sqrt(c + d*x)*sin(a + b*sqrt(c + d*x)))/(b*d^3) - (40*(c + d*x)^(3/2)*sin(a + b*sqrt(c + d*x)))/(b^3*d^3) - (4*c*(c + d*x)^(3/2)*sin(a + b*sqrt(c + d*x)))/(b*d^3) + (2*(c + d*x)^(5/2)*sin(a + b*sqrt(c + d*x)))/(b*d^3)]
@test_int [cos(a + b*sqrt(c + d*x))*x^1, x, 8, -((12*cos(a + b*sqrt(c + d*x)))/(b^4*d^2)) - (2*c*cos(a + b*sqrt(c + d*x)))/(b^2*d^2) + (6*(c + d*x)*cos(a + b*sqrt(c + d*x)))/(b^2*d^2) - (12*sqrt(c + d*x)*sin(a + b*sqrt(c + d*x)))/(b^3*d^2) - (2*c*sqrt(c + d*x)*sin(a + b*sqrt(c + d*x)))/(b*d^2) + (2*(c + d*x)^(3/2)*sin(a + b*sqrt(c + d*x)))/(b*d^2)]
@test_int [cos(a + b*sqrt(c + d*x))*x^0, x, 3, (2*cos(a + b*sqrt(c + d*x)))/(b^2*d) + (2*sqrt(c + d*x)*sin(a + b*sqrt(c + d*x)))/(b*d)]
@test_int [cos(a + b*sqrt(c + d*x))/x^1, x, 8, cos(a - b*sqrt(c))*CosIntegral(b*(sqrt(c) + sqrt(c + d*x))) + cos(a + b*sqrt(c))*CosIntegral(b*sqrt(c) - b*sqrt(c + d*x)) - sin(a - b*sqrt(c))*SinIntegral(b*(sqrt(c) + sqrt(c + d*x))) + sin(a + b*sqrt(c))*SinIntegral(b*sqrt(c) - b*sqrt(c + d*x))]
@test_int [cos(a + b*sqrt(c + d*x))/x^2, x, 10, -(cos(a + b*sqrt(c + d*x))/x) + (b*d*CosIntegral(b*(sqrt(c) + sqrt(c + d*x)))*sin(a - b*sqrt(c)))/(2*sqrt(c)) - (b*d*CosIntegral(b*sqrt(c) - b*sqrt(c + d*x))*sin(a + b*sqrt(c)))/(2*sqrt(c)) + (b*d*cos(a - b*sqrt(c))*SinIntegral(b*(sqrt(c) + sqrt(c + d*x))))/(2*sqrt(c)) + (b*d*cos(a + b*sqrt(c))*SinIntegral(b*sqrt(c) - b*sqrt(c + d*x)))/(2*sqrt(c))]
#= ::Section::Closed:: =#
#=Integrands*of*the*form*(e*x)^m*cos(a+b*(c+d*x)^(n/3))=#
@test_int [cos(a + b*(c + d*x)^(1/3))*x^2, x, 20, -((720*c*cos(a + b*(c + d*x)^(1/3)))/(b^6*d^3)) - (120960*(c + d*x)^(1/3)*cos(a + b*(c + d*x)^(1/3)))/(b^8*d^3) + (6*c^2*(c + d*x)^(1/3)*cos(a + b*(c + d*x)^(1/3)))/(b^2*d^3) + (360*c*(c + d*x)^(2/3)*cos(a + b*(c + d*x)^(1/3)))/(b^4*d^3) + (20160*(c + d*x)*cos(a + b*(c + d*x)^(1/3)))/(b^6*d^3) - (30*c*(c + d*x)^(4/3)*cos(a + b*(c + d*x)^(1/3)))/(b^2*d^3) - (1008*(c + d*x)^(5/3)*cos(a + b*(c + d*x)^(1/3)))/(b^4*d^3) + (24*(c + d*x)^(7/3)*cos(a + b*(c + d*x)^(1/3)))/(b^2*d^3) + (120960*sin(a + b*(c + d*x)^(1/3)))/(b^9*d^3) - (6*c^2*sin(a + b*(c + d*x)^(1/3)))/(b^3*d^3) - (720*c*(c + d*x)^(1/3)*sin(a + b*(c + d*x)^(1/3)))/(b^5*d^3) - (60480*(c + d*x)^(2/3)*sin(a + b*(c + d*x)^(1/3)))/(b^7*d^3) + (3*c^2*(c + d*x)^(2/3)*sin(a + b*(c + d*x)^(1/3)))/(b*d^3) + (120*c*(c + d*x)*sin(a + b*(c + d*x)^(1/3)))/(b^3*d^3) + (5040*(c + d*x)^(4/3)*sin(a + b*(c + d*x)^(1/3)))/(b^5*d^3) - (6*c*(c + d*x)^(5/3)*sin(a + b*(c + d*x)^(1/3)))/(b*d^3) - (168*(c + d*x)^2*sin(a + b*(c + d*x)^(1/3)))/(b^3*d^3) + (3*(c + d*x)^(8/3)*sin(a + b*(c + d*x)^(1/3)))/(b*d^3)]
@test_int [cos(a + b*(c + d*x)^(1/3))*x^1, x, 11, (360*cos(a + b*(c + d*x)^(1/3)))/(b^6*d^2) - (6*c*(c + d*x)^(1/3)*cos(a + b*(c + d*x)^(1/3)))/(b^2*d^2) - (180*(c + d*x)^(2/3)*cos(a + b*(c + d*x)^(1/3)))/(b^4*d^2) + (15*(c + d*x)^(4/3)*cos(a + b*(c + d*x)^(1/3)))/(b^2*d^2) + (6*c*sin(a + b*(c + d*x)^(1/3)))/(b^3*d^2) + (360*(c + d*x)^(1/3)*sin(a + b*(c + d*x)^(1/3)))/(b^5*d^2) - (3*c*(c + d*x)^(2/3)*sin(a + b*(c + d*x)^(1/3)))/(b*d^2) - (60*(c + d*x)*sin(a + b*(c + d*x)^(1/3)))/(b^3*d^2) + (3*(c + d*x)^(5/3)*sin(a + b*(c + d*x)^(1/3)))/(b*d^2)]
@test_int [cos(a + b*(c + d*x)^(1/3))*x^0, x, 4, (6*(c + d*x)^(1/3)*cos(a + b*(c + d*x)^(1/3)))/(b^2*d) - (6*sin(a + b*(c + d*x)^(1/3)))/(b^3*d) + (3*(c + d*x)^(2/3)*sin(a + b*(c + d*x)^(1/3)))/(b*d)]
@test_int [cos(a + b*(c + d*x)^(1/3))/x^1, x, 11, cos(a + b*c^(1/3))*CosIntegral(b*c^(1/3) - b*(c + d*x)^(1/3)) + cos(a + (-1)^(2/3)*b*c^(1/3))*CosIntegral((-1)^(2/3)*b*c^(1/3) - b*(c + d*x)^(1/3)) + cos(a - (-1)^(1/3)*b*c^(1/3))*CosIntegral((-1)^(1/3)*b*c^(1/3) + b*(c + d*x)^(1/3)) + sin(a + b*c^(1/3))*SinIntegral(b*c^(1/3) - b*(c + d*x)^(1/3)) + sin(a + (-1)^(2/3)*b*c^(1/3))*SinIntegral((-1)^(2/3)*b*c^(1/3) - b*(c + d*x)^(1/3)) - sin(a - (-1)^(1/3)*b*c^(1/3))*SinIntegral((-1)^(1/3)*b*c^(1/3) + b*(c + d*x)^(1/3))]
@test_int [cos(a + b*(c + d*x)^(1/3))/x^2, x, 13, -(cos(a + b*(c + d*x)^(1/3))/x) - (b*d*CosIntegral(b*c^(1/3) - b*(c + d*x)^(1/3))*sin(a + b*c^(1/3)))/(3*c^(2/3)) + ((-1)^(1/3)*b*d*CosIntegral((-1)^(1/3)*b*c^(1/3) + b*(c + d*x)^(1/3))*sin(a - (-1)^(1/3)*b*c^(1/3)))/(3*c^(2/3)) - ((-1)^(2/3)*b*d*CosIntegral((-1)^(2/3)*b*c^(1/3) - b*(c + d*x)^(1/3))*sin(a + (-1)^(2/3)*b*c^(1/3)))/(3*c^(2/3)) + (b*d*cos(a + b*c^(1/3))*SinIntegral(b*c^(1/3) - b*(c + d*x)^(1/3)))/(3*c^(2/3)) + ((-1)^(2/3)*b*d*cos(a + (-1)^(2/3)*b*c^(1/3))*SinIntegral((-1)^(2/3)*b*c^(1/3) - b*(c + d*x)^(1/3)))/(3*c^(2/3)) + ((-1)^(1/3)*b*d*cos(a - (-1)^(1/3)*b*c^(1/3))*SinIntegral((-1)^(1/3)*b*c^(1/3) + b*(c + d*x)^(1/3)))/(3*c^(2/3))]
end
| [
31,
9288,
2617,
366,
19,
13,
17,
13,
1065,
357,
68,
2124,
8,
61,
76,
357,
64,
10,
65,
8615,
7,
66,
10,
67,
2124,
61,
77,
4008,
61,
79,
1,
2221,
198,
220,
220,
220,
357,
64,
11,
275,
11,
269,
11,
288,
11,
304,
11,
285,
11,
299,
11,
279,
11,
2124,
11,
1267,
796,
2488,
25641,
2977,
257,
275,
269,
288,
304,
285,
299,
279,
2124,
628,
220,
220,
220,
1303,
28,
7904,
27813,
3712,
796,
2,
628,
220,
220,
220,
1303,
28,
7904,
19160,
3712,
796,
2,
198,
220,
220,
220,
1303,
28,
34500,
81,
1746,
9,
1659,
9,
1169,
9,
687,
9,
7,
68,
9,
87,
8,
61,
76,
9,
7,
64,
10,
65,
9,
6966,
7,
66,
10,
67,
9,
87,
61,
77,
4008,
61,
79,
46249,
628,
198,
220,
220,
220,
1303,
28,
7904,
16375,
3712,
2601,
1335,
3712,
796,
2,
198,
220,
220,
220,
1303,
28,
34500,
81,
1746,
9,
1659,
9,
1169,
9,
687,
9,
7,
68,
9,
87,
8,
61,
76,
9,
7,
64,
10,
65,
9,
6966,
7,
66,
10,
67,
9,
87,
61,
17,
4008,
61,
79,
46249,
628,
198,
220,
220,
220,
1303,
28,
7904,
7004,
5458,
3712,
2601,
1335,
3712,
796,
2,
198,
220,
220,
220,
1303,
28,
34500,
81,
1746,
9,
1659,
9,
1169,
9,
687,
9,
87,
61,
76,
9,
6966,
7,
64,
10,
65,
9,
87,
61,
17,
8,
61,
79,
46249,
628,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
87,
61,
18,
9,
6966,
7,
64,
1343,
275,
9,
87,
61,
17,
828,
2124,
11,
513,
11,
8615,
7,
64,
1343,
275,
9,
87,
61,
17,
20679,
7,
17,
9,
65,
61,
17,
8,
1343,
357,
87,
61,
17,
9,
31369,
7,
64,
1343,
275,
9,
87,
61,
17,
4008,
29006,
17,
9,
65,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
87,
61,
17,
9,
6966,
7,
64,
1343,
275,
9,
87,
61,
17,
828,
2124,
11,
604,
11,
532,
19510,
31166,
17034,
7,
14415,
14,
17,
27493,
6966,
7,
64,
27493,
37,
411,
4954,
50,
7,
31166,
17034,
7,
65,
27493,
31166,
17034,
7,
17,
14,
14415,
27493,
87,
4008,
29006,
17,
9,
65,
61,
7,
18,
14,
17,
22305,
532,
357,
31166,
17034,
7,
14415,
14,
17,
27493,
37,
411,
4954,
34,
7,
31166,
17034,
7,
65,
27493,
31166,
17034,
7,
17,
14,
14415,
27493,
87,
27493,
31369,
7,
64,
4008,
29006,
17,
9,
65,
61,
7,
18,
14,
17,
4008,
1343,
357,
87,
9,
31369,
7,
64,
1343,
275,
9,
87,
61,
17,
4008,
29006,
17,
9,
65,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
87,
61,
16,
9,
6966,
7,
64,
1343,
275,
9,
87,
61,
17,
828,
2124,
11,
362,
11,
7813,
7,
64,
1343,
275,
9,
87,
61,
17,
20679,
7,
17,
9,
65,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
87,
61,
15,
9,
6966,
7,
64,
1343,
275,
9,
87,
61,
17,
828,
2124,
11,
513,
11,
357,
31166,
17034,
7,
14415,
14,
17,
27493,
6966,
7,
64,
27493,
37,
411,
4954,
34,
7,
31166,
17034,
7,
65,
27493,
31166,
17034,
7,
17,
14,
14415,
27493,
87,
4008,
14,
31166,
17034,
7,
65,
8,
532,
357,
31166,
17034,
7,
14415,
14,
17,
27493,
37,
411,
4954,
50,
7,
31166,
17034,
7,
65,
27493,
31166,
17034,
7,
17,
14,
14415,
27493,
87,
27493,
31369,
7,
64,
4008,
14,
31166,
17034,
7,
65,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
9,
87,
61,
17,
20679,
87,
61,
16,
11,
2124,
11,
513,
11,
357,
16,
14,
17,
27493,
6966,
7,
64,
27493,
36734,
34500,
1373,
7,
65,
9,
87,
61,
17,
8,
532,
357,
16,
14,
17,
27493,
31369,
7,
64,
27493,
46200,
34500,
1373,
7,
65,
9,
87,
61,
17,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
9,
87,
61,
17,
20679,
87,
61,
17,
11,
2124,
11,
604,
11,
532,
7,
6966,
7,
64,
1343,
275,
9,
87,
61,
17,
20679,
87,
8,
532,
19862,
17034,
7,
65,
27493,
31166,
17034,
7,
17,
9,
14415,
27493,
6966,
7,
64,
27493,
37,
411,
4954,
50,
7,
31166,
17034,
7,
65,
27493,
31166,
17034,
7,
17,
14,
14415,
27493,
87,
8,
532,
19862,
17034,
7,
65,
27493,
31166,
17034,
7,
17,
9,
14415,
27493,
37,
411,
4954,
34,
7,
31166,
17034,
7,
65,
27493,
31166,
17034,
7,
17,
14,
14415,
27493,
87,
27493,
31369,
7,
64,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
9,
87,
61,
17,
20679,
87,
61,
18,
11,
2124,
11,
642,
11,
532,
7,
6966,
7,
64,
1343,
275,
9,
87,
61,
17,
20679,
7,
17,
9,
87,
61,
17,
4008,
532,
357,
16,
14,
17,
27493,
65,
9,
36734,
34500,
1373,
7,
65,
9,
87,
61,
17,
27493,
31369,
7,
64,
8,
532,
357,
16,
14,
17,
27493,
65,
9,
6966,
7,
64,
27493,
46200,
34500,
1373,
7,
65,
9,
87,
61,
17,
15437,
628,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
87,
61,
18,
9,
6966,
7,
64,
1343,
275,
9,
87,
61,
17,
8,
61,
17,
11,
2124,
11,
513,
11,
2124,
61,
19,
14,
23,
1343,
8615,
7,
64,
1343,
275,
9,
87,
61,
17,
8,
61,
17,
29006,
23,
9,
65,
61,
17,
8,
1343,
357,
87,
61,
17,
9,
6966,
7,
64,
1343,
275,
9,
87,
61,
17,
27493,
31369,
7,
64,
1343,
275,
9,
87,
61,
17,
4008,
29006,
19,
9,
65,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
87,
61,
17,
9,
6966,
7,
64,
1343,
275,
9,
87,
61,
17,
8,
61,
17,
11,
2124,
11,
718,
11,
2124,
61,
18,
14,
21,
532,
357,
31166,
17034,
7,
14415,
27493,
6966,
7,
17,
9,
64,
27493,
37,
411,
4954,
50,
19510,
17,
9,
31166,
17034,
7,
65,
27493,
87,
20679,
31166,
17034,
7,
14415,
4008,
20679,
7,
1433,
9,
65,
61,
7,
18,
14,
17,
4008,
532,
357,
31166,
17034,
7,
14415,
27493,
37,
411,
4954,
34,
19510,
17,
9,
31166,
17034,
7,
65,
27493,
87,
20679,
31166,
17034,
7,
14415,
4008,
9,
31369,
7,
17,
9,
64,
4008,
29006,
1433,
9,
65,
61,
7,
18,
14,
17,
4008,
1343,
357,
87,
9,
31369,
7,
17,
9,
64,
1343,
362,
9,
65,
9,
87,
61,
17,
4008,
29006,
23,
9,
65,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
87,
61,
16,
9,
6966,
7,
64,
1343,
275,
9,
87,
61,
17,
8,
61,
17,
11,
2124,
11,
513,
11,
2124,
61,
17,
14,
19,
1343,
357,
6966,
7,
64,
1343,
275,
9,
87,
61,
17,
27493,
31369,
7,
64,
1343,
275,
9,
87,
61,
17,
4008,
29006,
19,
9,
65,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
87,
61,
15,
9,
6966,
7,
64,
1343,
275,
9,
87,
61,
17,
8,
61,
17,
11,
2124,
11,
642,
11,
2124,
14,
17,
1343,
357,
31166,
17034,
7,
14415,
27493,
6966,
7,
17,
9,
64,
27493,
37,
411,
4954,
34,
19510,
17,
9,
31166,
17034,
7,
65,
27493,
87,
20679,
31166,
17034,
7,
14415,
4008,
20679,
7,
19,
9,
31166,
17034,
7,
65,
4008,
532,
357,
31166,
17034,
7,
14415,
27493,
37,
411,
4954,
50,
19510,
17,
9,
31166,
17034,
7,
65,
27493,
87,
20679,
31166,
17034,
7,
14415,
4008,
9,
31369,
7,
17,
9,
64,
4008,
29006,
19,
9,
31166,
17034,
7,
65,
4008,
60,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
9,
87,
61,
17,
8,
61,
17,
14,
87,
61,
16,
11,
2124,
11,
642,
11,
357,
16,
14,
19,
27493,
6966,
7,
17,
9,
64,
27493,
36734,
34500,
1373,
7,
17,
9,
65,
9,
87,
61,
17,
8,
1343,
2604,
7,
87,
20679,
17,
532,
357,
16,
14,
19,
27493,
31369,
7,
17,
9,
64,
27493,
46200,
34500,
1373,
7,
17,
9,
65,
9,
87,
61,
17,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
9,
87,
61,
17,
8,
61,
17,
14,
87,
61,
17,
11,
2124,
11,
718,
11,
532,
7,
6966,
7,
64,
1343,
275,
9,
87,
61,
17,
8,
61,
17,
14,
87,
8,
532,
19862,
17034,
7,
65,
27493,
31166,
17034,
7,
14415,
27493,
6966,
7,
17,
9,
64,
27493,
37,
411,
4954,
50,
19510,
17,
9,
31166,
17034,
7,
65,
27493,
87,
20679,
31166,
17034,
7,
14415,
4008,
532,
19862,
17034,
7,
65,
27493,
31166,
17034,
7,
14415,
27493,
37,
411,
4954,
34,
19510,
17,
9,
31166,
17034,
7,
65,
27493,
87,
20679,
31166,
17034,
7,
14415,
4008,
9,
31369,
7,
17,
9,
64,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
9,
87,
61,
17,
8,
61,
17,
14,
87,
61,
18,
11,
2124,
11,
767,
11,
532,
7,
16,
29006,
19,
9,
87,
61,
17,
4008,
532,
8615,
7,
17,
9,
7,
64,
1343,
275,
9,
87,
61,
17,
4008,
29006,
19,
9,
87,
61,
17,
8,
532,
357,
16,
14,
17,
27493,
65,
9,
36734,
34500,
1373,
7,
17,
9,
65,
9,
87,
61,
17,
27493,
31369,
7,
17,
9,
64,
8,
532,
357,
16,
14,
17,
27493,
65,
9,
6966,
7,
17,
9,
64,
27493,
46200,
34500,
1373,
7,
17,
9,
65,
9,
87,
61,
17,
15437,
628,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
87,
61,
18,
9,
6966,
7,
64,
1343,
275,
9,
87,
61,
17,
8,
61,
18,
11,
2124,
11,
604,
11,
8615,
7,
64,
1343,
275,
9,
87,
61,
17,
20679,
7,
18,
9,
65,
61,
17,
8,
1343,
8615,
7,
64,
1343,
275,
9,
87,
61,
17,
8,
61,
18,
29006,
1507,
9,
65,
61,
17,
8,
1343,
357,
87,
61,
17,
9,
31369,
7,
64,
1343,
275,
9,
87,
61,
17,
4008,
29006,
18,
9,
65,
8,
1343,
357,
87,
61,
17,
9,
6966,
7,
64,
1343,
275,
9,
87,
61,
17,
8,
61,
17,
9,
31369,
7,
64,
1343,
275,
9,
87,
61,
17,
4008,
29006,
21,
9,
65,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
87,
61,
17,
9,
6966,
7,
64,
1343,
275,
9,
87,
61,
17,
8,
61,
18,
11,
2124,
11,
838,
11,
532,
19510,
18,
9,
31166,
17034,
7,
14415,
14,
17,
27493,
6966,
7,
64,
27493,
37,
411,
4954,
50,
7,
31166,
17034,
7,
65,
27493,
31166,
17034,
7,
17,
14,
14415,
27493,
87,
4008,
29006,
23,
9,
65,
61,
7,
18,
14,
17,
22305,
532,
357,
31166,
17034,
7,
14415,
14,
21,
27493,
6966,
7,
18,
9,
64,
27493,
37,
411,
4954,
50,
7,
31166,
17034,
7,
65,
27493,
31166,
17034,
7,
21,
14,
14415,
27493,
87,
4008,
29006,
1731,
9,
65,
61,
7,
18,
14,
17,
4008,
532,
357,
18,
9,
31166,
17034,
7,
14415,
14,
17,
27493,
37,
411,
4954,
34,
7,
31166,
17034,
7,
65,
27493,
31166,
17034,
7,
17,
14,
14415,
27493,
87,
27493,
31369,
7,
64,
4008,
29006,
23,
9,
65,
61,
7,
18,
14,
17,
4008,
532,
357,
31166,
17034,
7,
14415,
14,
21,
27493,
37,
411,
4954,
34,
7,
31166,
17034,
7,
65,
27493,
31166,
17034,
7,
21,
14,
14415,
27493,
87,
27493,
31369,
7,
18,
9,
64,
4008,
29006,
1731,
9,
65,
61,
7,
18,
14,
17,
4008,
1343,
357,
18,
9,
87,
9,
31369,
7,
64,
1343,
275,
9,
87,
61,
17,
4008,
29006,
23,
9,
65,
8,
1343,
357,
87,
9,
31369,
7,
18,
9,
64,
1343,
513,
9,
65,
9,
87,
61,
17,
4008,
29006,
1731,
9,
65,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
87,
61,
16,
9,
6966,
7,
64,
1343,
275,
9,
87,
61,
17,
8,
61,
18,
11,
2124,
11,
513,
11,
7813,
7,
64,
1343,
275,
9,
87,
61,
17,
20679,
7,
17,
9,
65,
8,
532,
7813,
7,
64,
1343,
275,
9,
87,
61,
17,
8,
61,
18,
29006,
21,
9,
65,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
87,
61,
15,
9,
6966,
7,
64,
1343,
275,
9,
87,
61,
17,
8,
61,
18,
11,
2124,
11,
807,
11,
357,
18,
9,
31166,
17034,
7,
14415,
14,
17,
27493,
6966,
7,
64,
27493,
37,
411,
4954,
34,
7,
31166,
17034,
7,
65,
27493,
31166,
17034,
7,
17,
14,
14415,
27493,
87,
4008,
29006,
19,
9,
31166,
17034,
7,
65,
4008,
1343,
357,
31166,
17034,
7,
14415,
14,
21,
27493,
6966,
7,
18,
9,
64,
27493,
37,
411,
4954,
34,
7,
31166,
17034,
7,
65,
27493,
31166,
17034,
7,
21,
14,
14415,
27493,
87,
4008,
29006,
19,
9,
31166,
17034,
7,
65,
4008,
532,
357,
18,
9,
31166,
17034,
7,
14415,
14,
17,
27493,
37,
411,
4954,
50,
7,
31166,
17034,
7,
65,
27493,
31166,
17034,
7,
17,
14,
14415,
27493,
87,
27493,
31369,
7,
64,
4008,
29006,
19,
9,
31166,
17034,
7,
65,
4008,
532,
357,
31166,
17034,
7,
14415,
14,
21,
27493,
37,
411,
4954,
50,
7,
31166,
17034,
7,
65,
27493,
31166,
17034,
7,
21,
14,
14415,
27493,
87,
27493,
31369,
7,
18,
9,
64,
4008,
29006,
19,
9,
31166,
17034,
7,
65,
4008,
60,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
9,
87,
61,
17,
8,
61,
18,
14,
87,
61,
16,
11,
2124,
11,
807,
11,
357,
18,
14,
23,
27493,
6966,
7,
64,
27493,
36734,
34500,
1373,
7,
65,
9,
87,
61,
17,
8,
1343,
357,
16,
14,
23,
27493,
6966,
7,
18,
9,
64,
27493,
36734,
34500,
1373,
7,
18,
9,
65,
9,
87,
61,
17,
8,
532,
357,
18,
14,
23,
27493,
31369,
7,
64,
27493,
46200,
34500,
1373,
7,
65,
9,
87,
61,
17,
8,
532,
357,
16,
14,
23,
27493,
31369,
7,
18,
9,
64,
27493,
46200,
34500,
1373,
7,
18,
9,
65,
9,
87,
61,
17,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
9,
87,
61,
17,
8,
61,
18,
14,
87,
61,
17,
11,
2124,
11,
860,
11,
532,
7,
6966,
7,
64,
1343,
275,
9,
87,
61,
17,
8,
61,
18,
14,
87,
8,
532,
357,
18,
14,
17,
27493,
31166,
17034,
7,
65,
27493,
31166,
17034,
7,
14415,
14,
17,
27493,
6966,
7,
64,
27493,
37,
411,
4954,
50,
7,
31166,
17034,
7,
65,
27493,
31166,
17034,
7,
17,
14,
14415,
27493,
87,
8,
532,
357,
16,
14,
17,
27493,
31166,
17034,
7,
65,
27493,
31166,
17034,
19510,
18,
9,
14415,
20679,
17,
27493,
6966,
7,
18,
9,
64,
27493,
37,
411,
4954,
50,
7,
31166,
17034,
7,
65,
27493,
31166,
17034,
7,
21,
14,
14415,
27493,
87,
8,
532,
357,
18,
14,
17,
27493,
31166,
17034,
7,
65,
27493,
31166,
17034,
7,
14415,
14,
17,
27493,
37,
411,
4954,
34,
7,
31166,
17034,
7,
65,
27493,
31166,
17034,
7,
17,
14,
14415,
27493,
87,
27493,
31369,
7,
64,
8,
532,
357,
16,
14,
17,
27493,
31166,
17034,
7,
65,
27493,
31166,
17034,
19510,
18,
9,
14415,
20679,
17,
27493,
37,
411,
4954,
34,
7,
31166,
17034,
7,
65,
27493,
31166,
17034,
7,
21,
14,
14415,
27493,
87,
27493,
31369,
7,
18,
9,
64,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
9,
87,
61,
17,
8,
61,
18,
14,
87,
61,
18,
11,
2124,
11,
1105,
11,
532,
19510,
18,
9,
6966,
7,
64,
1343,
275,
9,
87,
61,
17,
4008,
29006,
23,
9,
87,
61,
17,
4008,
532,
8615,
7,
18,
9,
7,
64,
1343,
275,
9,
87,
61,
17,
4008,
29006,
23,
9,
87,
61,
17,
8,
532,
357,
18,
14,
23,
27493,
65,
9,
36734,
34500,
1373,
7,
65,
9,
87,
61,
17,
27493,
31369,
7,
64,
8,
532,
357,
18,
14,
23,
27493,
65,
9,
36734,
34500,
1373,
7,
18,
9,
65,
9,
87,
61,
17,
27493,
31369,
7,
18,
9,
64,
8,
532,
357,
18,
14,
23,
27493,
65,
9,
6966,
7,
64,
27493,
46200,
34500,
1373,
7,
65,
9,
87,
61,
17,
8,
532,
357,
18,
14,
23,
27493,
65,
9,
6966,
7,
18,
9,
64,
27493,
46200,
34500,
1373,
7,
18,
9,
65,
9,
87,
61,
17,
15437,
628,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
87,
9,
6966,
7,
64,
1343,
275,
9,
87,
61,
17,
8,
61,
22,
11,
2124,
11,
513,
11,
7813,
7,
64,
1343,
275,
9,
87,
61,
17,
20679,
7,
17,
9,
65,
8,
532,
7813,
7,
64,
1343,
275,
9,
87,
61,
17,
8,
61,
18,
29006,
17,
9,
65,
8,
1343,
357,
18,
9,
31369,
7,
64,
1343,
275,
9,
87,
61,
17,
8,
61,
20,
20679,
7,
940,
9,
65,
8,
532,
7813,
7,
64,
1343,
275,
9,
87,
61,
17,
8,
61,
22,
29006,
1415,
9,
65,
15437,
628,
198,
220,
220,
220,
1303,
28,
7904,
7004,
5458,
3712,
796,
2,
198,
220,
220,
220,
1303,
28,
34500,
81,
1746,
9,
1659,
9,
1169,
9,
687,
9,
87,
61,
76,
9,
6966,
7,
64,
10,
65,
9,
87,
61,
17,
8,
61,
7,
79,
14,
17,
8,
46249,
628,
198,
220,
220,
220,
1303,
28,
7904,
7004,
5458,
3712,
2601,
1335,
3712,
796,
2,
198,
220,
220,
220,
1303,
28,
34500,
81,
1746,
9,
1659,
9,
1169,
9,
687,
9,
87,
61,
7,
76,
14,
17,
27493,
6966,
7,
64,
10,
65,
9,
87,
61,
17,
8,
61,
79,
46249,
628,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
87,
61,
7,
20,
14,
17,
27493,
6966,
7,
64,
1343,
275,
9,
87,
61,
17,
828,
2124,
11,
604,
11,
532,
19510,
18,
9,
320,
9,
158,
226,
107,
61,
7,
320,
9,
64,
27493,
87,
61,
7,
18,
14,
17,
27493,
34777,
2611,
7,
18,
14,
19,
11,
13841,
320,
27493,
65,
9,
87,
61,
17,
4008,
29006,
1433,
9,
65,
9,
19510,
12,
320,
27493,
65,
9,
87,
61,
17,
8,
61,
7,
18,
14,
19,
22305,
1343,
357,
18,
9,
320,
9,
87,
61,
7,
18,
14,
17,
27493,
34777,
2611,
7,
18,
14,
19,
11,
545,
9,
65,
9,
87,
61,
17,
4008,
29006,
158,
226,
107,
61,
7,
320,
9,
64,
27493,
7,
1433,
9,
65,
9,
7,
320,
9,
65,
9,
87,
61,
17,
8,
61,
7,
18,
14,
19,
22305,
1343,
357,
87,
61,
7,
18,
14,
17,
27493,
31369,
7,
64,
1343,
275,
9,
87,
61,
17,
4008,
29006,
17,
9,
65,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
87,
61,
7,
18,
14,
17,
27493,
6966,
7,
64,
1343,
275,
9,
87,
61,
17,
828,
2124,
11,
604,
11,
532,
19510,
320,
9,
158,
226,
107,
61,
7,
320,
9,
64,
27493,
31166,
17034,
7,
87,
27493,
34777,
2611,
7,
16,
14,
19,
11,
13841,
320,
27493,
65,
9,
87,
61,
17,
4008,
29006,
1433,
9,
65,
9,
19510,
12,
320,
27493,
65,
9,
87,
61,
17,
8,
61,
7,
16,
14,
19,
22305,
1343,
357,
320,
9,
31166,
17034,
7,
87,
27493,
34777,
2611,
7,
16,
14,
19,
11,
545,
9,
65,
9,
87,
61,
17,
4008,
29006,
158,
226,
107,
61,
7,
320,
9,
64,
27493,
7,
1433,
9,
65,
9,
7,
320,
9,
65,
9,
87,
61,
17,
8,
61,
7,
16,
14,
19,
22305,
1343,
357,
31166,
17034,
7,
87,
27493,
31369,
7,
64,
1343,
275,
9,
87,
61,
17,
4008,
29006,
17,
9,
65,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
87,
61,
7,
16,
14,
17,
27493,
6966,
7,
64,
1343,
275,
9,
87,
61,
17,
828,
2124,
11,
513,
11,
532,
19510,
158,
226,
107,
61,
7,
320,
9,
64,
27493,
87,
61,
7,
18,
14,
17,
27493,
34777,
2611,
7,
18,
14,
19,
11,
13841,
320,
27493,
65,
9,
87,
61,
17,
4008,
29006,
19,
9,
19510,
12,
320,
27493,
65,
9,
87,
61,
17,
8,
61,
7,
18,
14,
19,
22305,
532,
357,
87,
61,
7,
18,
14,
17,
27493,
34777,
2611,
7,
18,
14,
19,
11,
545,
9,
65,
9,
87,
61,
17,
4008,
29006,
158,
226,
107,
61,
7,
320,
9,
64,
27493,
7,
19,
9,
7,
320,
9,
65,
9,
87,
61,
17,
8,
61,
7,
18,
14,
19,
4008,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
9,
87,
61,
17,
20679,
87,
61,
7,
16,
14,
17,
828,
2124,
11,
513,
11,
532,
19510,
158,
226,
107,
61,
7,
320,
9,
64,
27493,
31166,
17034,
7,
87,
27493,
34777,
2611,
7,
16,
14,
19,
11,
13841,
320,
27493,
65,
9,
87,
61,
17,
4008,
29006,
19,
9,
19510,
12,
320,
27493,
65,
9,
87,
61,
17,
8,
61,
7,
16,
14,
19,
22305,
532,
357,
31166,
17034,
7,
87,
27493,
34777,
2611,
7,
16,
14,
19,
11,
545,
9,
65,
9,
87,
61,
17,
4008,
29006,
158,
226,
107,
61,
7,
320,
9,
64,
27493,
7,
19,
9,
7,
320,
9,
65,
9,
87,
61,
17,
8,
61,
7,
16,
14,
19,
4008,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
9,
87,
61,
17,
20679,
87,
61,
7,
18,
14,
17,
828,
2124,
11,
604,
11,
532,
19510,
17,
9,
6966,
7,
64,
1343,
275,
9,
87,
61,
17,
4008,
14,
31166,
17034,
7,
87,
4008,
532,
357,
320,
9,
65,
9,
158,
226,
107,
61,
7,
320,
9,
64,
27493,
87,
61,
7,
18,
14,
17,
27493,
34777,
2611,
7,
18,
14,
19,
11,
13841,
320,
27493,
65,
9,
87,
61,
17,
4008,
14,
19510,
12,
320,
27493,
65,
9,
87,
61,
17,
8,
61,
7,
18,
14,
19,
8,
1343,
357,
320,
9,
65,
9,
87,
61,
7,
18,
14,
17,
27493,
34777,
2611,
7,
18,
14,
19,
11,
545,
9,
65,
9,
87,
61,
17,
4008,
29006,
158,
226,
107,
61,
7,
320,
9,
64,
27493,
7,
320,
9,
65,
9,
87,
61,
17,
8,
61,
7,
18,
14,
19,
4008,
60,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
9,
87,
61,
17,
20679,
87,
61,
7,
20,
14,
17,
828,
2124,
11,
604,
11,
532,
19510,
17,
9,
6966,
7,
64,
1343,
275,
9,
87,
61,
17,
4008,
29006,
18,
9,
87,
61,
7,
18,
14,
17,
22305,
532,
357,
320,
9,
65,
9,
158,
226,
107,
61,
7,
320,
9,
64,
27493,
31166,
17034,
7,
87,
27493,
34777,
2611,
7,
16,
14,
19,
11,
13841,
320,
27493,
65,
9,
87,
61,
17,
4008,
29006,
18,
9,
19510,
12,
320,
27493,
65,
9,
87,
61,
17,
8,
61,
7,
16,
14,
19,
4008,
1343,
357,
320,
9,
65,
9,
31166,
17034,
7,
87,
27493,
34777,
2611,
7,
16,
14,
19,
11,
545,
9,
65,
9,
87,
61,
17,
4008,
29006,
158,
226,
107,
61,
7,
320,
9,
64,
27493,
7,
18,
9,
7,
320,
9,
65,
9,
87,
61,
17,
8,
61,
7,
16,
14,
19,
4008,
15437,
628,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
87,
61,
7,
20,
14,
17,
27493,
6966,
7,
64,
1343,
275,
9,
87,
61,
17,
8,
61,
17,
11,
2124,
11,
767,
11,
2124,
61,
7,
22,
14,
17,
20679,
22,
532,
357,
18,
9,
320,
9,
158,
226,
107,
61,
7,
17,
9,
320,
9,
64,
27493,
87,
61,
7,
18,
14,
17,
27493,
34777,
2611,
7,
18,
14,
19,
11,
532,
17,
9,
320,
9,
65,
9,
87,
61,
17,
4008,
29006,
2414,
9,
17,
61,
7,
18,
14,
19,
27493,
65,
9,
19510,
12,
320,
27493,
65,
9,
87,
61,
17,
8,
61,
7,
18,
14,
19,
4008,
1343,
357,
18,
9,
320,
9,
87,
61,
7,
18,
14,
17,
27493,
34777,
2611,
7,
18,
14,
19,
11,
362,
9,
320,
9,
65,
9,
87,
61,
17,
4008,
29006,
158,
226,
107,
61,
7,
17,
9,
320,
9,
64,
27493,
7,
2414,
9,
17,
61,
7,
18,
14,
19,
27493,
65,
9,
7,
320,
9,
65,
9,
87,
61,
17,
8,
61,
7,
18,
14,
19,
22305,
1343,
357,
87,
61,
7,
18,
14,
17,
27493,
31369,
7,
17,
9,
7,
64,
1343,
275,
9,
87,
61,
17,
4008,
20679,
7,
23,
9,
65,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
87,
61,
7,
18,
14,
17,
27493,
6966,
7,
64,
1343,
275,
9,
87,
61,
17,
8,
61,
17,
11,
2124,
11,
767,
11,
2124,
61,
7,
20,
14,
17,
20679,
20,
532,
357,
320,
9,
158,
226,
107,
61,
7,
17,
9,
320,
9,
64,
27493,
31166,
17034,
7,
87,
27493,
34777,
2611,
7,
16,
14,
19,
11,
532,
17,
9,
320,
9,
65,
9,
87,
61,
17,
4008,
29006,
2414,
9,
17,
61,
7,
16,
14,
19,
27493,
65,
9,
19510,
12,
320,
27493,
65,
9,
87,
61,
17,
8,
61,
7,
16,
14,
19,
4008,
1343,
357,
320,
9,
31166,
17034,
7,
87,
27493,
34777,
2611,
7,
16,
14,
19,
11,
362,
9,
320,
9,
65,
9,
87,
61,
17,
4008,
29006,
158,
226,
107,
61,
7,
17,
9,
320,
9,
64,
27493,
7,
2414,
9,
17,
61,
7,
16,
14,
19,
27493,
65,
9,
7,
320,
9,
65,
9,
87,
61,
17,
8,
61,
7,
16,
14,
19,
22305,
1343,
357,
31166,
17034,
7,
87,
27493,
31369,
7,
17,
9,
7,
64,
1343,
275,
9,
87,
61,
17,
4008,
20679,
7,
23,
9,
65,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
87,
61,
7,
16,
14,
17,
27493,
6966,
7,
64,
1343,
275,
9,
87,
61,
17,
8,
61,
17,
11,
2124,
11,
718,
11,
2124,
61,
7,
18,
14,
17,
20679,
18,
532,
357,
158,
226,
107,
61,
7,
17,
9,
320,
9,
64,
27493,
87,
61,
7,
18,
14,
17,
27493,
34777,
2611,
7,
18,
14,
19,
11,
532,
17,
9,
320,
9,
65,
9,
87,
61,
17,
4008,
29006,
23,
9,
17,
61,
7,
18,
14,
19,
27493,
19510,
12,
320,
27493,
65,
9,
87,
61,
17,
8,
61,
7,
18,
14,
19,
4008,
532,
357,
87,
61,
7,
18,
14,
17,
27493,
34777,
2611,
7,
18,
14,
19,
11,
362,
9,
320,
9,
65,
9,
87,
61,
17,
4008,
29006,
158,
226,
107,
61,
7,
17,
9,
320,
9,
64,
27493,
7,
23,
9,
17,
61,
7,
18,
14,
19,
27493,
7,
320,
9,
65,
9,
87,
61,
17,
8,
61,
7,
18,
14,
19,
4008,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
9,
87,
61,
17,
8,
61,
17,
14,
87,
61,
7,
16,
14,
17,
828,
2124,
11,
718,
11,
19862,
17034,
7,
87,
8,
532,
357,
158,
226,
107,
61,
7,
17,
9,
320,
9,
64,
27493,
31166,
17034,
7,
87,
27493,
34777,
2611,
7,
16,
14,
19,
11,
532,
17,
9,
320,
9,
65,
9,
87,
61,
17,
4008,
29006,
23,
9,
17,
61,
7,
16,
14,
19,
27493,
19510,
12,
320,
27493,
65,
9,
87,
61,
17,
8,
61,
7,
16,
14,
19,
4008,
532,
357,
31166,
17034,
7,
87,
27493,
34777,
2611,
7,
16,
14,
19,
11,
362,
9,
320,
9,
65,
9,
87,
61,
17,
4008,
29006,
158,
226,
107,
61,
7,
17,
9,
320,
9,
64,
27493,
7,
23,
9,
17,
61,
7,
16,
14,
19,
27493,
7,
320,
9,
65,
9,
87,
61,
17,
8,
61,
7,
16,
14,
19,
4008,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
9,
87,
61,
17,
8,
61,
17,
14,
87,
61,
7,
18,
14,
17,
828,
2124,
11,
767,
11,
532,
7,
16,
14,
31166,
17034,
7,
87,
4008,
532,
8615,
7,
17,
9,
7,
64,
1343,
275,
9,
87,
61,
17,
4008,
14,
31166,
17034,
7,
87,
8,
532,
357,
320,
9,
65,
9,
158,
226,
107,
61,
7,
17,
9,
320,
9,
64,
27493,
87,
61,
7,
18,
14,
17,
27493,
34777,
2611,
7,
18,
14,
19,
11,
532,
17,
9,
320,
9,
65,
9,
87,
61,
17,
4008,
29006,
17,
61,
7,
18,
14,
19,
27493,
19510,
12,
320,
27493,
65,
9,
87,
61,
17,
8,
61,
7,
18,
14,
19,
4008,
1343,
357,
320,
9,
65,
9,
87,
61,
7,
18,
14,
17,
27493,
34777,
2611,
7,
18,
14,
19,
11,
362,
9,
320,
9,
65,
9,
87,
61,
17,
4008,
29006,
158,
226,
107,
61,
7,
17,
9,
320,
9,
64,
27493,
7,
17,
61,
7,
18,
14,
19,
27493,
7,
320,
9,
65,
9,
87,
61,
17,
8,
61,
7,
18,
14,
19,
4008,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
9,
87,
61,
17,
8,
61,
17,
14,
87,
61,
7,
20,
14,
17,
828,
2124,
11,
767,
11,
532,
19510,
17,
9,
6966,
7,
64,
1343,
275,
9,
87,
61,
17,
8,
61,
17,
20679,
7,
18,
9,
87,
61,
7,
18,
14,
17,
22305,
532,
357,
320,
9,
65,
9,
158,
226,
107,
61,
7,
17,
9,
320,
9,
64,
27493,
31166,
17034,
7,
87,
27493,
34777,
2611,
7,
16,
14,
19,
11,
532,
17,
9,
320,
9,
65,
9,
87,
61,
17,
4008,
29006,
18,
9,
17,
61,
7,
16,
14,
19,
27493,
19510,
12,
320,
27493,
65,
9,
87,
61,
17,
8,
61,
7,
16,
14,
19,
4008,
1343,
357,
320,
9,
65,
9,
31166,
17034,
7,
87,
27493,
34777,
2611,
7,
16,
14,
19,
11,
362,
9,
320,
9,
65,
9,
87,
61,
17,
4008,
29006,
158,
226,
107,
61,
7,
17,
9,
320,
9,
64,
27493,
7,
18,
9,
17,
61,
7,
16,
14,
19,
27493,
7,
320,
9,
65,
9,
87,
61,
17,
8,
61,
7,
16,
14,
19,
4008,
15437,
628,
198,
220,
220,
220,
1303,
28,
7904,
7004,
5458,
3712,
796,
2,
198,
220,
220,
220,
1303,
28,
34500,
81,
1746,
9,
1659,
9,
1169,
9,
687,
9,
87,
61,
7,
76,
14,
17,
27493,
6966,
7,
64,
10,
65,
9,
87,
61,
17,
8,
61,
7,
79,
14,
17,
8,
46249,
628,
198,
220,
220,
220,
1303,
28,
7904,
16375,
3712,
2601,
1335,
3712,
796,
2,
198,
220,
220,
220,
1303,
28,
34500,
81,
1746,
9,
1659,
9,
1169,
9,
687,
9,
7,
68,
9,
87,
8,
61,
76,
9,
7,
64,
10,
65,
9,
6966,
7,
66,
10,
67,
1220,
2124,
61,
16,
4008,
61,
79,
46249,
628,
198,
220,
220,
220,
1303,
28,
7904,
7004,
5458,
3712,
2601,
1335,
3712,
796,
2,
198,
220,
220,
220,
1303,
28,
34500,
81,
1746,
9,
1659,
9,
1169,
9,
687,
9,
87,
61,
76,
9,
6966,
7,
64,
10,
65,
1220,
2124,
8,
61,
79,
46249,
628,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
14,
87,
828,
2124,
11,
642,
11,
2124,
9,
6966,
7,
64,
1343,
275,
14,
87,
8,
1343,
275,
9,
36734,
34500,
1373,
7,
65,
14,
87,
27493,
31369,
7,
64,
8,
1343,
275,
9,
6966,
7,
64,
27493,
46200,
34500,
1373,
7,
65,
14,
87,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
14,
87,
20679,
87,
11,
2124,
11,
513,
11,
13841,
6966,
7,
64,
4008,
9,
36734,
34500,
1373,
7,
65,
14,
87,
8,
1343,
7813,
7,
64,
27493,
46200,
34500,
1373,
7,
65,
14,
87,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
14,
87,
20679,
87,
61,
17,
11,
2124,
11,
362,
11,
532,
7,
31369,
7,
64,
1343,
275,
14,
87,
20679,
65,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
14,
87,
20679,
87,
61,
18,
11,
2124,
11,
513,
11,
532,
7,
6966,
7,
64,
1343,
275,
14,
87,
20679,
65,
61,
17,
8,
532,
7813,
7,
64,
1343,
275,
14,
87,
20679,
7,
65,
9,
87,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
14,
87,
20679,
87,
61,
19,
11,
2124,
11,
604,
11,
532,
19510,
17,
9,
6966,
7,
64,
1343,
275,
14,
87,
4008,
29006,
65,
61,
17,
9,
87,
4008,
1343,
357,
17,
9,
31369,
7,
64,
1343,
275,
14,
87,
4008,
14,
65,
61,
18,
532,
7813,
7,
64,
1343,
275,
14,
87,
20679,
7,
65,
9,
87,
61,
17,
15437,
628,
198,
220,
220,
220,
1303,
28,
7904,
16375,
3712,
2601,
1335,
3712,
796,
2,
198,
220,
220,
220,
1303,
28,
34500,
81,
1746,
9,
1659,
9,
1169,
9,
687,
9,
7,
68,
9,
87,
8,
61,
76,
9,
7,
64,
10,
65,
9,
6966,
7,
66,
10,
67,
1220,
2124,
61,
17,
4008,
61,
79,
46249,
628,
198,
220,
220,
220,
1303,
28,
7904,
7004,
5458,
3712,
2601,
1335,
3712,
796,
2,
198,
220,
220,
220,
1303,
28,
34500,
81,
1746,
9,
1659,
9,
1169,
9,
687,
9,
87,
61,
76,
9,
6966,
7,
64,
10,
65,
1220,
2124,
61,
17,
8,
61,
79,
46249,
628,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
87,
61,
15,
9,
6966,
7,
64,
1343,
275,
14,
87,
61,
17,
828,
2124,
11,
642,
11,
2124,
9,
6966,
7,
64,
1343,
275,
14,
87,
61,
17,
8,
1343,
19862,
17034,
7,
65,
27493,
31166,
17034,
7,
17,
9,
14415,
27493,
6966,
7,
64,
27493,
37,
411,
4954,
50,
19510,
31166,
17034,
7,
65,
27493,
31166,
17034,
7,
17,
14,
14415,
4008,
14,
87,
8,
1343,
19862,
17034,
7,
65,
27493,
31166,
17034,
7,
17,
9,
14415,
27493,
37,
411,
4954,
34,
19510,
31166,
17034,
7,
65,
27493,
31166,
17034,
7,
17,
14,
14415,
4008,
14,
87,
27493,
31369,
7,
64,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
14,
87,
61,
17,
20679,
87,
61,
16,
11,
2124,
11,
513,
11,
13841,
7,
16,
14,
17,
4008,
9,
6966,
7,
64,
27493,
36734,
34500,
1373,
7,
65,
14,
87,
61,
17,
8,
1343,
357,
16,
14,
17,
27493,
31369,
7,
64,
27493,
46200,
34500,
1373,
7,
65,
14,
87,
61,
17,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
14,
87,
61,
17,
20679,
87,
61,
17,
11,
2124,
11,
604,
11,
532,
19510,
31166,
17034,
7,
14415,
14,
17,
27493,
6966,
7,
64,
27493,
37,
411,
4954,
34,
19510,
31166,
17034,
7,
65,
27493,
31166,
17034,
7,
17,
14,
14415,
4008,
14,
87,
4008,
14,
31166,
17034,
7,
65,
4008,
1343,
357,
31166,
17034,
7,
14415,
14,
17,
27493,
37,
411,
4954,
50,
19510,
31166,
17034,
7,
65,
27493,
31166,
17034,
7,
17,
14,
14415,
4008,
14,
87,
27493,
31369,
7,
64,
4008,
14,
31166,
17034,
7,
65,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
14,
87,
61,
17,
20679,
87,
61,
18,
11,
2124,
11,
362,
11,
532,
7,
31369,
7,
64,
1343,
275,
14,
87,
61,
17,
20679,
7,
17,
9,
65,
4008,
60,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
14,
87,
61,
17,
20679,
87,
61,
19,
11,
2124,
11,
642,
11,
357,
31166,
17034,
7,
14415,
14,
17,
27493,
6966,
7,
64,
27493,
37,
411,
4954,
50,
19510,
31166,
17034,
7,
65,
27493,
31166,
17034,
7,
17,
14,
14415,
4008,
14,
87,
4008,
29006,
17,
9,
65,
61,
7,
18,
14,
17,
4008,
1343,
357,
31166,
17034,
7,
14415,
14,
17,
27493,
37,
411,
4954,
34,
19510,
31166,
17034,
7,
65,
27493,
31166,
17034,
7,
17,
14,
14415,
4008,
14,
87,
27493,
31369,
7,
64,
4008,
29006,
17,
9,
65,
61,
7,
18,
14,
17,
4008,
532,
7813,
7,
64,
1343,
275,
14,
87,
61,
17,
20679,
7,
17,
9,
65,
9,
87,
15437,
628,
198,
220,
220,
220,
1303,
28,
7904,
16375,
3712,
2601,
1335,
3712,
796,
2,
198,
220,
220,
220,
1303,
28,
34500,
81,
1746,
9,
1659,
9,
1169,
9,
687,
9,
7,
68,
9,
87,
8,
61,
76,
9,
7,
64,
10,
65,
9,
6966,
7,
66,
10,
67,
9,
87,
61,
7,
16,
14,
17,
22305,
61,
79,
46249,
628,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
31166,
17034,
7,
87,
4008,
61,
17,
14,
31166,
17034,
7,
87,
828,
2124,
11,
513,
11,
19862,
17034,
7,
87,
8,
1343,
8615,
7,
31166,
17034,
7,
87,
4008,
9,
31369,
7,
31166,
17034,
7,
87,
4008,
60,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
31166,
17034,
7,
87,
4008,
14,
31166,
17034,
7,
87,
828,
2124,
11,
362,
11,
362,
9,
31369,
7,
31166,
17034,
7,
87,
4008,
60,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
31166,
17034,
7,
87,
36911,
2124,
11,
513,
11,
362,
9,
6966,
7,
31166,
17034,
7,
87,
4008,
1343,
362,
9,
31166,
17034,
7,
87,
27493,
31369,
7,
31166,
17034,
7,
87,
4008,
60,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
31166,
17034,
7,
87,
4008,
61,
17,
11,
2124,
11,
513,
11,
2124,
14,
17,
1343,
357,
16,
14,
17,
27493,
6966,
7,
31166,
17034,
7,
87,
4008,
61,
17,
1343,
19862,
17034,
7,
87,
27493,
6966,
7,
31166,
17034,
7,
87,
4008,
9,
31369,
7,
31166,
17034,
7,
87,
4008,
60,
628,
198,
220,
220,
220,
1303,
28,
7904,
16375,
3712,
2601,
1335,
3712,
796,
2,
198,
220,
220,
220,
1303,
28,
34500,
81,
1746,
9,
1659,
9,
1169,
9,
687,
9,
7,
68,
9,
87,
8,
61,
76,
9,
7,
64,
10,
65,
9,
6966,
7,
66,
10,
67,
9,
87,
61,
7,
16,
14,
18,
22305,
61,
79,
46249,
628,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
87,
61,
7,
18,
14,
17,
27493,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
36911,
2124,
11,
1511,
11,
357,
17059,
17059,
9,
31166,
17034,
7,
87,
27493,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
20679,
7,
2624,
9,
65,
61,
21,
8,
532,
357,
2548,
5333,
9,
87,
61,
7,
22,
14,
21,
27493,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
20679,
7,
23,
9,
65,
61,
19,
8,
1343,
357,
2670,
9,
87,
61,
7,
1157,
14,
21,
27493,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
20679,
7,
17,
9,
65,
61,
17,
8,
1343,
357,
26598,
26598,
9,
31166,
17034,
7,
14415,
14,
17,
27493,
6966,
7,
64,
27493,
37,
411,
4954,
50,
7,
31166,
17034,
7,
65,
27493,
31166,
17034,
7,
17,
14,
14415,
27493,
87,
61,
7,
16,
14,
21,
4008,
20679,
7,
2414,
9,
65,
61,
7,
1314,
14,
17,
4008,
1343,
357,
26598,
26598,
9,
31166,
17034,
7,
14415,
14,
17,
27493,
37,
411,
4954,
34,
7,
31166,
17034,
7,
65,
27493,
31166,
17034,
7,
17,
14,
14415,
27493,
87,
61,
7,
16,
14,
21,
4008,
9,
31369,
7,
64,
4008,
29006,
2414,
9,
65,
61,
7,
1314,
14,
17,
4008,
532,
357,
26598,
26598,
9,
87,
61,
7,
16,
14,
21,
27493,
31369,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
20679,
7,
2414,
9,
65,
61,
22,
8,
1343,
357,
20233,
1983,
9,
87,
61,
7,
20,
14,
21,
27493,
31369,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
20679,
7,
1433,
9,
65,
61,
20,
8,
532,
357,
11785,
9,
87,
61,
7,
18,
14,
17,
27493,
31369,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
20679,
7,
19,
9,
65,
61,
18,
8,
1343,
357,
18,
9,
87,
61,
7,
1485,
14,
21,
27493,
31369,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
20679,
65,
60,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
87,
61,
7,
16,
14,
17,
27493,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
36911,
2124,
11,
838,
11,
532,
19510,
27936,
9,
87,
61,
7,
16,
14,
21,
27493,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
20679,
7,
23,
9,
65,
61,
19,
4008,
1343,
357,
2481,
9,
87,
61,
7,
20,
14,
21,
27493,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
20679,
7,
17,
9,
65,
61,
17,
8,
1343,
357,
27936,
9,
31166,
17034,
7,
14415,
14,
17,
27493,
6966,
7,
64,
27493,
37,
411,
4954,
34,
7,
31166,
17034,
7,
65,
27493,
31166,
17034,
7,
17,
14,
14415,
27493,
87,
61,
7,
16,
14,
21,
4008,
20679,
7,
23,
9,
65,
61,
7,
24,
14,
17,
4008,
532,
357,
27936,
9,
31166,
17034,
7,
14415,
14,
17,
27493,
37,
411,
4954,
50,
7,
31166,
17034,
7,
65,
27493,
31166,
17034,
7,
17,
14,
14415,
27493,
87,
61,
7,
16,
14,
21,
4008,
9,
31369,
7,
64,
4008,
29006,
23,
9,
65,
61,
7,
24,
14,
17,
4008,
532,
357,
13348,
9,
31166,
17034,
7,
87,
27493,
31369,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
20679,
7,
19,
9,
65,
61,
18,
8,
1343,
357,
18,
9,
87,
61,
7,
22,
14,
21,
27493,
31369,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
20679,
65,
60,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
14,
87,
61,
7,
16,
14,
17,
828,
2124,
11,
767,
11,
532,
19510,
18,
9,
31166,
17034,
7,
14415,
14,
17,
27493,
6966,
7,
64,
27493,
37,
411,
4954,
50,
7,
31166,
17034,
7,
65,
27493,
31166,
17034,
7,
17,
14,
14415,
27493,
87,
61,
7,
16,
14,
21,
4008,
20679,
65,
61,
7,
18,
14,
17,
4008,
532,
357,
18,
9,
31166,
17034,
7,
14415,
14,
17,
27493,
37,
411,
4954,
34,
7,
31166,
17034,
7,
65,
27493,
31166,
17034,
7,
17,
14,
14415,
27493,
87,
61,
7,
16,
14,
21,
4008,
9,
31369,
7,
64,
4008,
14,
65,
61,
7,
18,
14,
17,
8,
1343,
357,
18,
9,
87,
61,
7,
16,
14,
21,
27493,
31369,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
20679,
65,
60,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
14,
87,
61,
7,
18,
14,
17,
828,
2124,
11,
807,
11,
532,
19510,
17,
9,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
20679,
31166,
17034,
7,
87,
4008,
532,
604,
9,
65,
61,
7,
18,
14,
17,
27493,
31166,
17034,
7,
17,
9,
14415,
27493,
6966,
7,
64,
27493,
37,
411,
4954,
34,
7,
31166,
17034,
7,
65,
27493,
31166,
17034,
7,
17,
14,
14415,
27493,
87,
61,
7,
16,
14,
21,
4008,
1343,
604,
9,
65,
61,
7,
18,
14,
17,
27493,
31166,
17034,
7,
17,
9,
14415,
27493,
37,
411,
4954,
50,
7,
31166,
17034,
7,
65,
27493,
31166,
17034,
7,
17,
14,
14415,
27493,
87,
61,
7,
16,
14,
21,
4008,
9,
31369,
7,
64,
8,
1343,
357,
19,
9,
65,
9,
31369,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
20679,
87,
61,
7,
16,
14,
21,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
14,
87,
61,
7,
20,
14,
17,
828,
2124,
11,
1367,
11,
532,
19510,
17,
9,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
20679,
7,
18,
9,
87,
61,
7,
18,
14,
17,
22305,
1343,
357,
23,
9,
65,
61,
17,
9,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
20679,
7,
13348,
9,
87,
61,
7,
20,
14,
21,
4008,
532,
357,
2624,
9,
65,
61,
19,
9,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
20679,
7,
27936,
9,
87,
61,
7,
16,
14,
21,
4008,
532,
357,
2624,
14,
27936,
27493,
65,
61,
7,
24,
14,
17,
27493,
31166,
17034,
7,
17,
9,
14415,
27493,
6966,
7,
64,
27493,
37,
411,
4954,
50,
7,
31166,
17034,
7,
65,
27493,
31166,
17034,
7,
17,
14,
14415,
27493,
87,
61,
7,
16,
14,
21,
4008,
532,
357,
2624,
14,
27936,
27493,
65,
61,
7,
24,
14,
17,
27493,
31166,
17034,
7,
17,
9,
14415,
27493,
37,
411,
4954,
34,
7,
31166,
17034,
7,
65,
27493,
31166,
17034,
7,
17,
14,
14415,
27493,
87,
61,
7,
16,
14,
21,
4008,
9,
31369,
7,
64,
8,
1343,
357,
19,
9,
65,
9,
31369,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
20679,
7,
2481,
9,
87,
61,
7,
22,
14,
21,
4008,
532,
357,
1433,
9,
65,
61,
18,
9,
31369,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
20679,
7,
27936,
9,
31166,
17034,
7,
87,
4008,
60,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
14,
87,
61,
7,
22,
14,
17,
828,
2124,
11,
1478,
11,
532,
19510,
17,
9,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
20679,
7,
20,
9,
87,
61,
7,
20,
14,
17,
22305,
1343,
357,
23,
9,
65,
61,
17,
9,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
20679,
7,
22,
1314,
9,
87,
61,
7,
1157,
14,
21,
4008,
532,
357,
2624,
9,
65,
61,
19,
9,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
20679,
7,
17885,
2231,
9,
87,
61,
7,
22,
14,
21,
4008,
1343,
357,
12762,
9,
65,
61,
21,
9,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
20679,
7,
21,
38219,
2425,
9,
31166,
17034,
7,
87,
4008,
1343,
357,
11645,
9,
65,
61,
7,
1314,
14,
17,
27493,
31166,
17034,
7,
17,
9,
14415,
27493,
6966,
7,
64,
27493,
37,
411,
4954,
34,
7,
31166,
17034,
7,
65,
27493,
31166,
17034,
7,
17,
14,
14415,
27493,
87,
61,
7,
16,
14,
21,
4008,
20679,
21,
38219,
2425,
532,
357,
11645,
9,
65,
61,
7,
1314,
14,
17,
27493,
31166,
17034,
7,
17,
9,
14415,
27493,
37,
411,
4954,
50,
7,
31166,
17034,
7,
65,
27493,
31166,
17034,
7,
17,
14,
14415,
27493,
87,
61,
7,
16,
14,
21,
4008,
9,
31369,
7,
64,
4008,
14,
21,
38219,
2425,
1343,
357,
19,
9,
65,
9,
31369,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
20679,
7,
2996,
9,
87,
61,
7,
1485,
14,
21,
4008,
532,
357,
1433,
9,
65,
61,
18,
9,
31369,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
20679,
7,
2414,
2327,
9,
87,
61,
7,
18,
14,
17,
4008,
1343,
357,
2414,
9,
65,
61,
20,
9,
31369,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
20679,
7,
18182,
18182,
9,
87,
61,
7,
20,
14,
21,
4008,
532,
357,
11645,
9,
65,
61,
22,
9,
31369,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
20679,
7,
21,
38219,
2425,
9,
87,
61,
7,
16,
14,
21,
4008,
60,
628,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
87,
61,
7,
18,
14,
17,
27493,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
61,
17,
11,
2124,
11,
1315,
11,
532,
19510,
17059,
17059,
9,
31166,
17034,
7,
87,
4008,
29006,
1821,
4846,
9,
65,
61,
21,
4008,
1343,
357,
2548,
5333,
9,
87,
61,
7,
22,
14,
21,
4008,
29006,
11645,
9,
65,
61,
19,
8,
532,
357,
2670,
9,
87,
61,
7,
1157,
14,
21,
4008,
29006,
1433,
9,
65,
61,
17,
8,
1343,
2124,
61,
7,
20,
14,
17,
20679,
20,
1343,
357,
17059,
17059,
9,
31166,
17034,
7,
87,
27493,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
61,
17,
20679,
7,
1238,
2780,
9,
65,
61,
21,
8,
532,
357,
2548,
5333,
9,
87,
61,
7,
22,
14,
21,
27493,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
61,
17,
20679,
7,
12762,
9,
65,
61,
19,
8,
1343,
357,
2670,
9,
87,
61,
7,
1157,
14,
21,
27493,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
61,
17,
20679,
7,
23,
9,
65,
61,
17,
8,
1343,
357,
26598,
26598,
9,
31166,
17034,
7,
14415,
27493,
6966,
7,
17,
9,
64,
27493,
37,
411,
4954,
50,
19510,
17,
9,
31166,
17034,
7,
65,
27493,
87,
61,
7,
16,
14,
21,
4008,
14,
31166,
17034,
7,
14415,
4008,
20679,
7,
34159,
3104,
9,
65,
61,
7,
1314,
14,
17,
4008,
1343,
357,
26598,
26598,
9,
31166,
17034,
7,
14415,
27493,
37,
411,
4954,
34,
19510,
17,
9,
31166,
17034,
7,
65,
27493,
87,
61,
7,
16,
14,
21,
4008,
14,
31166,
17034,
7,
14415,
4008,
9,
31369,
7,
17,
9,
64,
4008,
29006,
34159,
3104,
9,
65,
61,
7,
1314,
14,
17,
4008,
1343,
357,
20233,
1983,
9,
87,
61,
7,
20,
14,
21,
27493,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
9,
31369,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
20679,
7,
25836,
9,
65,
61,
20,
8,
532,
357,
11785,
9,
87,
61,
7,
18,
14,
17,
27493,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
9,
31369,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
20679,
7,
2624,
9,
65,
61,
18,
8,
1343,
357,
18,
9,
87,
61,
7,
1485,
14,
21,
27493,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
9,
31369,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
20679,
7,
17,
9,
65,
8,
532,
357,
26598,
26598,
9,
87,
61,
7,
16,
14,
21,
27493,
31369,
7,
17,
9,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
35514,
29006,
1433,
22842,
9,
65,
61,
22,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
87,
61,
7,
16,
14,
17,
27493,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
61,
17,
11,
2124,
11,
1105,
11,
357,
27936,
9,
87,
61,
7,
16,
14,
21,
4008,
29006,
11645,
9,
65,
61,
19,
8,
532,
357,
2481,
9,
87,
61,
7,
20,
14,
21,
4008,
29006,
1433,
9,
65,
61,
17,
8,
1343,
2124,
61,
7,
18,
14,
17,
20679,
18,
532,
357,
27936,
9,
87,
61,
7,
16,
14,
21,
27493,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
61,
17,
20679,
7,
12762,
9,
65,
61,
19,
8,
1343,
357,
2481,
9,
87,
61,
7,
20,
14,
21,
27493,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
61,
17,
20679,
7,
23,
9,
65,
61,
17,
8,
1343,
357,
27936,
9,
31166,
17034,
7,
14415,
27493,
6966,
7,
17,
9,
64,
27493,
37,
411,
4954,
34,
19510,
17,
9,
31166,
17034,
7,
65,
27493,
87,
61,
7,
16,
14,
21,
4008,
14,
31166,
17034,
7,
14415,
4008,
20679,
7,
25836,
9,
65,
61,
7,
24,
14,
17,
4008,
532,
357,
27936,
9,
31166,
17034,
7,
14415,
27493,
37,
411,
4954,
50,
19510,
17,
9,
31166,
17034,
7,
65,
27493,
87,
61,
7,
16,
14,
21,
4008,
14,
31166,
17034,
7,
14415,
4008,
9,
31369,
7,
17,
9,
64,
4008,
29006,
25836,
9,
65,
61,
7,
24,
14,
17,
4008,
532,
357,
13348,
9,
31166,
17034,
7,
87,
27493,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
9,
31369,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
20679,
7,
2624,
9,
65,
61,
18,
8,
1343,
357,
18,
9,
87,
61,
7,
22,
14,
21,
27493,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
9,
31369,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
20679,
7,
17,
9,
65,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
61,
17,
14,
87,
61,
7,
16,
14,
17,
828,
2124,
11,
860,
11,
19862,
17034,
7,
87,
8,
532,
357,
18,
9,
31166,
17034,
7,
14415,
27493,
6966,
7,
17,
9,
64,
27493,
37,
411,
4954,
50,
19510,
17,
9,
31166,
17034,
7,
65,
27493,
87,
61,
7,
16,
14,
21,
4008,
14,
31166,
17034,
7,
14415,
4008,
20679,
7,
23,
9,
65,
61,
7,
18,
14,
17,
4008,
532,
357,
18,
9,
31166,
17034,
7,
14415,
27493,
37,
411,
4954,
34,
19510,
17,
9,
31166,
17034,
7,
65,
27493,
87,
61,
7,
16,
14,
21,
4008,
14,
31166,
17034,
7,
14415,
4008,
9,
31369,
7,
17,
9,
64,
4008,
29006,
23,
9,
65,
61,
7,
18,
14,
17,
4008,
1343,
357,
18,
9,
87,
61,
7,
16,
14,
21,
27493,
31369,
7,
17,
9,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
35514,
29006,
19,
9,
65,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
61,
17,
14,
87,
61,
7,
18,
14,
17,
828,
2124,
11,
838,
11,
532,
19510,
17,
9,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
61,
17,
20679,
31166,
17034,
7,
87,
4008,
532,
807,
9,
65,
61,
7,
18,
14,
17,
27493,
31166,
17034,
7,
14415,
27493,
6966,
7,
17,
9,
64,
27493,
37,
411,
4954,
34,
19510,
17,
9,
31166,
17034,
7,
65,
27493,
87,
61,
7,
16,
14,
21,
4008,
14,
31166,
17034,
7,
14415,
4008,
1343,
807,
9,
65,
61,
7,
18,
14,
17,
27493,
31166,
17034,
7,
14415,
27493,
37,
411,
4954,
50,
19510,
17,
9,
31166,
17034,
7,
65,
27493,
87,
61,
7,
16,
14,
21,
4008,
14,
31166,
17034,
7,
14415,
4008,
9,
31369,
7,
17,
9,
64,
8,
1343,
357,
23,
9,
65,
9,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
9,
31369,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
20679,
87,
61,
7,
16,
14,
21,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
61,
17,
14,
87,
61,
7,
20,
14,
17,
828,
2124,
11,
1105,
11,
532,
19510,
1433,
9,
65,
61,
17,
20679,
7,
13348,
9,
87,
61,
7,
20,
14,
21,
22305,
1343,
357,
11645,
9,
65,
61,
19,
20679,
7,
27936,
9,
87,
61,
7,
16,
14,
21,
4008,
532,
357,
17,
9,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
61,
17,
20679,
7,
18,
9,
87,
61,
7,
18,
14,
17,
4008,
1343,
357,
2624,
9,
65,
61,
17,
9,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
61,
17,
20679,
7,
13348,
9,
87,
61,
7,
20,
14,
21,
4008,
532,
357,
25836,
9,
65,
61,
19,
9,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
61,
17,
20679,
7,
27936,
9,
87,
61,
7,
16,
14,
21,
4008,
532,
357,
25836,
14,
27936,
27493,
65,
61,
7,
24,
14,
17,
27493,
31166,
17034,
7,
14415,
27493,
6966,
7,
17,
9,
64,
27493,
37,
411,
4954,
50,
19510,
17,
9,
31166,
17034,
7,
65,
27493,
87,
61,
7,
16,
14,
21,
4008,
14,
31166,
17034,
7,
14415,
4008,
532,
357,
25836,
14,
27936,
27493,
65,
61,
7,
24,
14,
17,
27493,
31166,
17034,
7,
14415,
27493,
37,
411,
4954,
34,
19510,
17,
9,
31166,
17034,
7,
65,
27493,
87,
61,
7,
16,
14,
21,
4008,
14,
31166,
17034,
7,
14415,
4008,
9,
31369,
7,
17,
9,
64,
8,
1343,
357,
23,
9,
65,
9,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
9,
31369,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
20679,
7,
2481,
9,
87,
61,
7,
22,
14,
21,
4008,
532,
357,
12762,
9,
65,
61,
18,
9,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
9,
31369,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
20679,
7,
27936,
9,
31166,
17034,
7,
87,
4008,
60,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
61,
17,
14,
87,
61,
7,
22,
14,
17,
828,
2124,
11,
1467,
11,
532,
19510,
1433,
9,
65,
61,
17,
20679,
7,
22,
1314,
9,
87,
61,
7,
1157,
14,
21,
22305,
1343,
357,
11645,
9,
65,
61,
19,
20679,
7,
17885,
2231,
9,
87,
61,
7,
22,
14,
21,
4008,
532,
357,
1821,
4846,
9,
65,
61,
21,
20679,
7,
21,
38219,
2425,
9,
31166,
17034,
7,
87,
4008,
532,
357,
17,
9,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
61,
17,
20679,
7,
20,
9,
87,
61,
7,
20,
14,
17,
4008,
1343,
357,
2624,
9,
65,
61,
17,
9,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
61,
17,
20679,
7,
22,
1314,
9,
87,
61,
7,
1157,
14,
21,
4008,
532,
357,
25836,
9,
65,
61,
19,
9,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
61,
17,
20679,
7,
17885,
2231,
9,
87,
61,
7,
22,
14,
21,
4008,
1343,
357,
23,
17477,
9,
65,
61,
21,
9,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
61,
17,
20679,
7,
21,
38219,
2425,
9,
31166,
17034,
7,
87,
4008,
1343,
357,
34159,
3104,
9,
65,
61,
7,
1314,
14,
17,
27493,
31166,
17034,
7,
14415,
27493,
6966,
7,
17,
9,
64,
27493,
37,
411,
4954,
34,
19510,
17,
9,
31166,
17034,
7,
65,
27493,
87,
61,
7,
16,
14,
21,
4008,
14,
31166,
17034,
7,
14415,
4008,
20679,
21,
38219,
2425,
532,
357,
34159,
3104,
9,
65,
61,
7,
1314,
14,
17,
27493,
31166,
17034,
7,
14415,
27493,
37,
411,
4954,
50,
19510,
17,
9,
31166,
17034,
7,
65,
27493,
87,
61,
7,
16,
14,
21,
4008,
14,
31166,
17034,
7,
14415,
4008,
9,
31369,
7,
17,
9,
64,
4008,
14,
21,
38219,
2425,
1343,
357,
23,
9,
65,
9,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
9,
31369,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
20679,
7,
2996,
9,
87,
61,
7,
1485,
14,
21,
4008,
532,
357,
12762,
9,
65,
61,
18,
9,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
9,
31369,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
20679,
7,
2414,
2327,
9,
87,
61,
7,
18,
14,
17,
4008,
1343,
357,
1238,
2780,
9,
65,
61,
20,
9,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
9,
31369,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
20679,
7,
18182,
18182,
9,
87,
61,
7,
20,
14,
21,
4008,
532,
357,
34159,
3104,
9,
65,
61,
22,
9,
6966,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
9,
31369,
7,
64,
1343,
275,
9,
87,
61,
7,
16,
14,
18,
4008,
20679,
7,
21,
38219,
2425,
9,
87,
61,
7,
16,
14,
21,
4008,
60,
628,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
87,
61,
7,
16,
14,
18,
4008,
61,
18,
11,
2124,
11,
767,
11,
604,
9,
87,
61,
7,
16,
14,
18,
27493,
6966,
7,
87,
61,
7,
16,
14,
18,
4008,
1343,
357,
17,
14,
18,
27493,
87,
61,
7,
16,
14,
18,
27493,
6966,
7,
87,
61,
7,
16,
14,
18,
4008,
61,
18,
532,
357,
1415,
14,
18,
27493,
31369,
7,
87,
61,
7,
16,
14,
18,
4008,
1343,
362,
9,
87,
61,
7,
17,
14,
18,
27493,
31369,
7,
87,
61,
7,
16,
14,
18,
4008,
1343,
2124,
61,
7,
17,
14,
18,
27493,
6966,
7,
87,
61,
7,
16,
14,
18,
4008,
61,
17,
9,
31369,
7,
87,
61,
7,
16,
14,
18,
4008,
1343,
357,
17,
14,
24,
27493,
31369,
7,
87,
61,
7,
16,
14,
18,
4008,
61,
18,
60,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
87,
61,
7,
16,
14,
21,
4008,
14,
87,
61,
7,
20,
14,
21,
828,
2124,
11,
362,
11,
718,
9,
31369,
7,
87,
61,
7,
16,
14,
21,
4008,
60,
628,
198,
220,
220,
220,
1303,
28,
7904,
16375,
3712,
2601,
1335,
3712,
796,
2,
198,
220,
220,
220,
1303,
28,
34500,
81,
1746,
9,
1659,
9,
1169,
9,
687,
9,
7,
68,
9,
87,
8,
61,
76,
9,
7,
64,
10,
65,
9,
6966,
7,
66,
10,
67,
9,
87,
61,
77,
4008,
61,
79,
46249,
628,
198,
220,
220,
220,
2488,
9288,
62,
600,
47527,
68,
9,
87,
8,
61,
76,
9,
7,
65,
9,
6966,
7,
66,
1343,
288,
9,
87,
61,
77,
4008,
61,
79,
11,
2124,
11,
657,
11,
791,
18908,
81,
540,
19510,
68,
9,
87,
8,
61,
76,
9,
7,
65,
9,
6966,
7,
66,
1343,
288,
9,
87,
61,
77,
4008,
61,
79,
11,
2124,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
47527,
68,
9,
87,
8,
61,
76,
9,
7,
64,
1343,
275,
9,
6966,
7,
66,
1343,
288,
9,
87,
61,
77,
4008,
61,
79,
11,
2124,
11,
657,
11,
791,
18908,
81,
540,
19510,
68,
9,
87,
8,
61,
76,
9,
7,
64,
1343,
275,
9,
6966,
7,
66,
1343,
288,
9,
87,
61,
77,
4008,
61,
79,
11,
2124,
15437,
628,
198,
220,
220,
220,
2488,
9288,
62,
600,
47527,
68,
9,
87,
8,
61,
7,
77,
532,
352,
27493,
7,
65,
9,
6966,
7,
66,
1343,
288,
9,
87,
61,
77,
4008,
61,
79,
11,
2124,
11,
513,
11,
532,
19510,
7,
68,
9,
87,
8,
61,
77,
9,
7,
65,
9,
6966,
7,
66,
1343,
288,
9,
87,
61,
77,
4008,
61,
7,
16,
1343,
279,
27493,
38197,
469,
16996,
24629,
2733,
13557,
158,
224,
224,
37,
158,
224,
223,
7,
16,
14,
17,
11,
357,
16,
1343,
279,
20679,
17,
11,
357,
18,
1343,
279,
20679,
17,
11,
8615,
7,
66,
1343,
288,
9,
87,
61,
77,
8,
61,
17,
27493,
31369,
7,
66,
1343,
288,
9,
87,
61,
77,
4008,
29006,
87,
61,
77,
9,
7,
65,
9,
67,
9,
68,
9,
77,
9,
7,
16,
1343,
279,
27493,
31166,
17034,
7,
31369,
7,
66,
1343,
288,
9,
87,
61,
77,
8,
61,
17,
35514,
60,
198,
220,
220,
220,
2488,
9288,
62,
600,
47527,
68,
9,
87,
8,
61,
7,
17,
9,
77,
532,
352,
27493,
7,
65,
9,
6966,
7,
66,
1343,
288,
9,
87,
61,
77,
4008,
61,
79,
11,
2124,
11,
352,
11,
14808,
68,
9,
87,
8,
61,
7,
17,
9,
77,
27493,
3118,
18908,
81,
540,
7,
87,
61,
32590,
16,
1343,
362,
9,
77,
27493,
7,
65,
9,
6966,
7,
66,
1343,
288,
9,
87,
61,
77,
4008,
61,
79,
11,
2124,
4008,
29006,
87,
61,
7,
17,
9,
77,
27493,
68,
15437,
628,
220,
220,
220,
2488,
9288,
62,
600,
47527,
68,
9,
87,
8,
61,
7,
77,
532,
352,
27493,
7,
64,
1343,
275,
9,
6966,
7,
66,
1343,
288,
9,
87,
61,
77,
4008,
61,
79,
11,
2124,
11,
642,
11,
357,
31166,
17034,
7,
17,
27493,
7,
68,
9,
87,
8,
61,
77,
9,
4677,
695,
37,
16,
7,
16,
14,
17,
11,
352,
14,
17,
11,
532,
79,
11,
513,
14,
17,
11,
357,
16,
14,
17,
27493,
7,
16,
532,
8615,
7,
66,
1343,
288,
9,
87,
61,
77,
36911,
357,
65,
9,
7,
16,
532,
8615,
7,
66,
1343,
288,
9,
87,
61,
77,
4008,
20679,
7,
64,
1343,
275,
4008,
9,
7,
64,
1343,
275,
9,
6966,
7,
66,
1343,
288,
9,
87,
61,
77,
4008,
61,
79,
9,
31369,
7,
66,
1343,
288,
9,
87,
61,
77,
4008,
29006,
87,
61,
77,
9,
19510,
64,
1343,
275,
9,
6966,
7,
66,
1343,
288,
9,
87,
61,
77,
4008,
29006,
64,
1343,
275,
4008,
61,
79,
9,
7,
67,
9,
68,
9,
77,
9,
31166,
17034,
7,
16,
1343,
8615,
7,
66,
1343,
288,
9,
87,
61,
77,
35514,
60,
198,
220,
220,
220,
2488,
9288,
62,
600,
47527,
68,
9,
87,
8,
61,
7,
17,
9,
77,
532,
352,
27493,
7,
64,
1343,
275,
9,
6966,
7,
66,
1343,
288,
9,
87,
61,
77,
4008,
61,
79,
11,
2124,
11,
352,
11,
14808,
68,
9,
87,
8,
61,
7,
17,
9,
77,
27493,
3118,
18908,
81,
540,
7,
87,
61,
32590,
16,
1343,
362,
9,
77,
27493,
7,
64,
1343,
275,
9,
6966,
7,
66,
1343,
288,
9,
87,
61,
77,
4008,
61,
79,
11,
2124,
4008,
29006,
87,
61,
7,
17,
9,
77,
27493,
68,
15437,
628,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
9,
87,
61,
77,
20679,
87,
11,
2124,
11,
513,
11,
357,
6966,
7,
64,
27493,
36734,
34500,
1373,
7,
65,
9,
87,
61,
77,
4008,
14,
77,
532,
357,
31369,
7,
64,
27493,
46200,
34500,
1373,
7,
65,
9,
87,
61,
77,
4008,
14,
77,
60,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
9,
87,
61,
77,
8,
61,
17,
14,
87,
11,
2124,
11,
642,
11,
357,
6966,
7,
17,
9,
64,
27493,
36734,
34500,
1373,
7,
17,
9,
65,
9,
87,
61,
77,
4008,
29006,
17,
9,
77,
8,
1343,
2604,
7,
87,
20679,
17,
532,
357,
31369,
7,
17,
9,
64,
27493,
46200,
34500,
1373,
7,
17,
9,
65,
9,
87,
61,
77,
4008,
29006,
17,
9,
77,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
9,
87,
61,
77,
8,
61,
18,
14,
87,
11,
2124,
11,
807,
11,
357,
18,
9,
6966,
7,
64,
27493,
36734,
34500,
1373,
7,
65,
9,
87,
61,
77,
4008,
29006,
19,
9,
77,
8,
1343,
357,
6966,
7,
18,
9,
64,
27493,
36734,
34500,
1373,
7,
18,
9,
65,
9,
87,
61,
77,
4008,
29006,
19,
9,
77,
8,
532,
357,
18,
9,
31369,
7,
64,
27493,
46200,
34500,
1373,
7,
65,
9,
87,
61,
77,
4008,
29006,
19,
9,
77,
8,
532,
357,
31369,
7,
18,
9,
64,
27493,
46200,
34500,
1373,
7,
18,
9,
65,
9,
87,
61,
77,
4008,
29006,
19,
9,
77,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
9,
87,
61,
77,
8,
61,
19,
14,
87,
11,
2124,
11,
807,
11,
357,
6966,
7,
17,
9,
64,
27493,
36734,
34500,
1373,
7,
17,
9,
65,
9,
87,
61,
77,
4008,
29006,
17,
9,
77,
8,
1343,
357,
6966,
7,
19,
9,
64,
27493,
36734,
34500,
1373,
7,
19,
9,
65,
9,
87,
61,
77,
4008,
29006,
23,
9,
77,
8,
1343,
357,
18,
9,
6404,
7,
87,
4008,
14,
23,
532,
357,
31369,
7,
17,
9,
64,
27493,
46200,
34500,
1373,
7,
17,
9,
65,
9,
87,
61,
77,
4008,
29006,
17,
9,
77,
8,
532,
357,
31369,
7,
19,
9,
64,
27493,
46200,
34500,
1373,
7,
19,
9,
65,
9,
87,
61,
77,
4008,
29006,
23,
9,
77,
15437,
628,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
9,
87,
61,
77,
828,
2124,
11,
513,
11,
532,
19510,
158,
226,
107,
61,
7,
320,
9,
64,
27493,
87,
9,
34777,
2611,
7,
16,
14,
77,
11,
13841,
320,
27493,
65,
9,
87,
61,
77,
4008,
14,
19510,
32590,
320,
27493,
65,
9,
87,
61,
77,
8,
61,
77,
61,
32590,
16,
27493,
7,
17,
9,
77,
22305,
532,
357,
87,
9,
34777,
2611,
7,
16,
14,
77,
11,
545,
9,
65,
9,
87,
61,
77,
4008,
29006,
158,
226,
107,
61,
7,
320,
9,
64,
27493,
7,
320,
9,
65,
9,
87,
61,
77,
8,
61,
77,
61,
32590,
16,
27493,
7,
17,
9,
77,
4008,
60,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
9,
87,
61,
77,
8,
61,
17,
11,
2124,
11,
642,
11,
2124,
14,
17,
532,
357,
17,
61,
32590,
17,
532,
352,
14,
77,
27493,
158,
226,
107,
61,
7,
17,
9,
320,
9,
64,
27493,
87,
9,
34777,
2611,
7,
16,
14,
77,
11,
532,
17,
9,
320,
9,
65,
9,
87,
61,
77,
4008,
14,
19510,
32590,
320,
27493,
65,
9,
87,
61,
77,
8,
61,
77,
61,
32590,
16,
27493,
77,
8,
532,
357,
17,
61,
32590,
17,
532,
352,
14,
77,
27493,
87,
9,
34777,
2611,
7,
16,
14,
77,
11,
362,
9,
320,
9,
65,
9,
87,
61,
77,
4008,
29006,
158,
226,
107,
61,
7,
17,
9,
320,
9,
64,
27493,
7,
320,
9,
65,
9,
87,
61,
77,
8,
61,
77,
61,
32590,
16,
27493,
77,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
9,
87,
61,
77,
8,
61,
18,
11,
2124,
11,
807,
11,
532,
19510,
18,
9,
158,
226,
107,
61,
7,
320,
9,
64,
27493,
87,
9,
34777,
2611,
7,
16,
14,
77,
11,
13841,
320,
27493,
65,
9,
87,
61,
77,
4008,
14,
19510,
32590,
320,
27493,
65,
9,
87,
61,
77,
8,
61,
77,
61,
32590,
16,
27493,
7,
23,
9,
77,
22305,
532,
357,
18,
9,
87,
9,
34777,
2611,
7,
16,
14,
77,
11,
545,
9,
65,
9,
87,
61,
77,
4008,
29006,
158,
226,
107,
61,
7,
320,
9,
64,
27493,
7,
320,
9,
65,
9,
87,
61,
77,
8,
61,
77,
61,
32590,
16,
27493,
7,
23,
9,
77,
4008,
532,
357,
158,
226,
107,
61,
7,
18,
9,
320,
9,
64,
27493,
87,
9,
34777,
2611,
7,
16,
14,
77,
11,
532,
18,
9,
320,
9,
65,
9,
87,
61,
77,
4008,
29006,
18,
61,
77,
61,
32590,
16,
27493,
19510,
12,
320,
27493,
65,
9,
87,
61,
77,
8,
61,
77,
61,
32590,
16,
27493,
7,
23,
9,
77,
4008,
532,
357,
87,
9,
34777,
2611,
7,
16,
14,
77,
11,
513,
9,
320,
9,
65,
9,
87,
61,
77,
4008,
29006,
18,
61,
77,
61,
32590,
16,
27493,
158,
226,
107,
61,
7,
18,
9,
320,
9,
64,
27493,
7,
320,
9,
65,
9,
87,
61,
77,
8,
61,
77,
61,
32590,
16,
27493,
7,
23,
9,
77,
4008,
60,
628,
220,
220,
220,
2488,
9288,
62,
600,
685,
87,
61,
76,
9,
6966,
7,
64,
1343,
275,
9,
87,
61,
77,
828,
2124,
11,
513,
11,
532,
19510,
158,
226,
107,
61,
7,
320,
9,
64,
27493,
87,
61,
7,
16,
1343,
285,
27493,
34777,
2611,
19510,
16,
1343,
285,
20679,
77,
11,
13841,
320,
27493,
65,
9,
87,
61,
77,
4008,
14,
19510,
32590,
320,
27493,
65,
9,
87,
61,
77,
8,
61,
19510,
16,
1343,
285,
20679,
77,
27493,
7,
17,
9,
77,
22305,
532,
357,
87,
61,
7,
16,
1343,
285,
27493,
34777,
2611,
19510,
16,
1343,
285,
20679,
77,
11,
545,
9,
65,
9,
87,
61,
77,
4008,
29006,
158,
226,
107,
61,
7,
320,
9,
64,
27493,
7,
320,
9,
65,
9,
87,
61,
77,
8,
61,
19510,
16,
1343,
285,
20679,
77,
27493,
7,
17,
9,
77,
4008,
60,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
87,
61,
76,
9,
6966,
7,
64,
1343,
275,
9,
87,
61,
77,
8,
61,
17,
11,
2124,
11,
642,
11,
2124,
61,
7,
16,
1343,
285,
20679,
7,
17,
9,
7,
16,
1343,
285,
4008,
532,
357,
158,
226,
107,
61,
7,
17,
9,
320,
9,
64,
27493,
87,
61,
7,
16,
1343,
285,
27493,
34777,
2611,
19510,
16,
1343,
285,
20679,
77,
11,
532,
17,
9,
320,
9,
65,
9,
87,
61,
77,
4008,
29006,
17,
61,
19510,
16,
1343,
285,
1343,
362,
9,
77,
20679,
77,
27493,
19510,
12,
320,
27493,
65,
9,
87,
61,
77,
8,
61,
19510,
16,
1343,
285,
20679,
77,
27493,
77,
8,
532,
357,
87,
61,
7,
16,
1343,
285,
27493,
34777,
2611,
19510,
16,
1343,
285,
20679,
77,
11,
362,
9,
320,
9,
65,
9,
87,
61,
77,
4008,
29006,
17,
61,
19510,
16,
1343,
285,
1343,
362,
9,
77,
20679,
77,
27493,
158,
226,
107,
61,
7,
17,
9,
320,
9,
64,
27493,
7,
320,
9,
65,
9,
87,
61,
77,
8,
61,
19510,
16,
1343,
285,
20679,
77,
27493,
77,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
87,
61,
76,
9,
6966,
7,
64,
1343,
275,
9,
87,
61,
77,
8,
61,
18,
11,
2124,
11,
807,
11,
532,
19510,
18,
9,
158,
226,
107,
61,
7,
320,
9,
64,
27493,
87,
61,
7,
16,
1343,
285,
27493,
34777,
2611,
19510,
16,
1343,
285,
20679,
77,
11,
13841,
320,
27493,
65,
9,
87,
61,
77,
4008,
14,
19510,
32590,
320,
27493,
65,
9,
87,
61,
77,
8,
61,
19510,
16,
1343,
285,
20679,
77,
27493,
7,
23,
9,
77,
22305,
532,
357,
18,
9,
87,
61,
7,
16,
1343,
285,
27493,
34777,
2611,
19510,
16,
1343,
285,
20679,
77,
11,
545,
9,
65,
9,
87,
61,
77,
4008,
29006,
158,
226,
107,
61,
7,
320,
9,
64,
27493,
7,
320,
9,
65,
9,
87,
61,
77,
8,
61,
19510,
16,
1343,
285,
20679,
77,
27493,
7,
23,
9,
77,
4008,
532,
357,
158,
226,
107,
61,
7,
18,
9,
320,
9,
64,
27493,
87,
61,
7,
16,
1343,
285,
27493,
34777,
2611,
19510,
16,
1343,
285,
20679,
77,
11,
532,
18,
9,
320,
9,
65,
9,
87,
61,
77,
4008,
29006,
18,
61,
19510,
16,
1343,
285,
20679,
77,
27493,
19510,
12,
320,
27493,
65,
9,
87,
61,
77,
8,
61,
19510,
16,
1343,
285,
20679,
77,
27493,
7,
23,
9,
77,
4008,
532,
357,
87,
61,
7,
16,
1343,
285,
27493,
34777,
2611,
19510,
16,
1343,
285,
20679,
77,
11,
513,
9,
320,
9,
65,
9,
87,
61,
77,
4008,
29006,
18,
61,
19510,
16,
1343,
285,
20679,
77,
27493,
158,
226,
107,
61,
7,
18,
9,
320,
9,
64,
27493,
7,
320,
9,
65,
9,
87,
61,
77,
8,
61,
19510,
16,
1343,
285,
20679,
77,
27493,
7,
23,
9,
77,
4008,
60,
628,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
9,
87,
61,
77,
20679,
87,
61,
7,
77,
1343,
352,
828,
2124,
11,
642,
11,
532,
7,
6966,
7,
64,
1343,
275,
9,
87,
61,
77,
20679,
7,
87,
61,
77,
9,
77,
4008,
532,
357,
65,
9,
36734,
34500,
1373,
7,
65,
9,
87,
61,
77,
27493,
31369,
7,
64,
4008,
14,
77,
532,
357,
65,
9,
6966,
7,
64,
27493,
46200,
34500,
1373,
7,
65,
9,
87,
61,
77,
4008,
14,
77,
60,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
9,
87,
61,
77,
8,
61,
17,
14,
87,
61,
7,
77,
1343,
352,
828,
2124,
11,
767,
11,
532,
7,
16,
29006,
87,
61,
77,
9,
7,
17,
9,
77,
22305,
532,
8615,
7,
17,
9,
7,
64,
1343,
275,
9,
87,
61,
77,
4008,
29006,
87,
61,
77,
9,
7,
17,
9,
77,
4008,
532,
357,
65,
9,
36734,
34500,
1373,
7,
17,
9,
65,
9,
87,
61,
77,
27493,
31369,
7,
17,
9,
64,
4008,
14,
77,
532,
357,
65,
9,
6966,
7,
17,
9,
64,
27493,
46200,
34500,
1373,
7,
17,
9,
65,
9,
87,
61,
77,
4008,
14,
77,
60,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
9,
87,
61,
77,
8,
61,
18,
14,
87,
61,
7,
77,
1343,
352,
828,
2124,
11,
1105,
11,
532,
19510,
18,
9,
6966,
7,
64,
1343,
275,
9,
87,
61,
77,
4008,
29006,
87,
61,
77,
9,
7,
19,
9,
77,
22305,
532,
8615,
7,
18,
9,
7,
64,
1343,
275,
9,
87,
61,
77,
4008,
29006,
87,
61,
77,
9,
7,
19,
9,
77,
4008,
532,
357,
18,
9,
65,
9,
36734,
34500,
1373,
7,
65,
9,
87,
61,
77,
27493,
31369,
7,
64,
4008,
29006,
19,
9,
77,
8,
532,
357,
18,
9,
65,
9,
36734,
34500,
1373,
7,
18,
9,
65,
9,
87,
61,
77,
27493,
31369,
7,
18,
9,
64,
4008,
29006,
19,
9,
77,
8,
532,
357,
18,
9,
65,
9,
6966,
7,
64,
27493,
46200,
34500,
1373,
7,
65,
9,
87,
61,
77,
4008,
29006,
19,
9,
77,
8,
532,
357,
18,
9,
65,
9,
6966,
7,
18,
9,
64,
27493,
46200,
34500,
1373,
7,
18,
9,
65,
9,
87,
61,
77,
4008,
29006,
19,
9,
77,
15437,
628,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
9,
87,
61,
77,
20679,
87,
61,
7,
17,
9,
77,
1343,
352,
828,
2124,
11,
718,
11,
532,
7,
6966,
7,
64,
1343,
275,
9,
87,
61,
77,
20679,
7,
87,
61,
7,
17,
9,
77,
27493,
7,
17,
9,
77,
22305,
532,
357,
65,
61,
17,
9,
6966,
7,
64,
27493,
36734,
34500,
1373,
7,
65,
9,
87,
61,
77,
4008,
29006,
17,
9,
77,
8,
1343,
357,
65,
9,
31369,
7,
64,
1343,
275,
9,
87,
61,
77,
4008,
29006,
87,
61,
77,
9,
7,
17,
9,
77,
4008,
1343,
357,
65,
61,
17,
9,
31369,
7,
64,
27493,
46200,
34500,
1373,
7,
65,
9,
87,
61,
77,
4008,
29006,
17,
9,
77,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
9,
87,
61,
77,
8,
61,
17,
14,
87,
61,
7,
17,
9,
77,
1343,
352,
828,
2124,
11,
807,
11,
532,
7,
16,
29006,
87,
61,
7,
17,
9,
77,
27493,
7,
19,
9,
77,
22305,
532,
8615,
7,
17,
9,
7,
64,
1343,
275,
9,
87,
61,
77,
4008,
29006,
87,
61,
7,
17,
9,
77,
27493,
7,
19,
9,
77,
4008,
532,
357,
65,
61,
17,
9,
6966,
7,
17,
9,
64,
27493,
36734,
34500,
1373,
7,
17,
9,
65,
9,
87,
61,
77,
4008,
14,
77,
1343,
357,
65,
9,
31369,
7,
17,
9,
7,
64,
1343,
275,
9,
87,
61,
77,
4008,
20679,
7,
87,
61,
77,
9,
7,
17,
9,
77,
4008,
1343,
357,
65,
61,
17,
9,
31369,
7,
17,
9,
64,
27493,
46200,
34500,
1373,
7,
17,
9,
65,
9,
87,
61,
77,
4008,
14,
77,
60,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
9,
87,
61,
77,
8,
61,
18,
14,
87,
61,
7,
17,
9,
77,
1343,
352,
828,
2124,
11,
1478,
11,
532,
19510,
18,
9,
6966,
7,
64,
1343,
275,
9,
87,
61,
77,
4008,
29006,
87,
61,
7,
17,
9,
77,
27493,
7,
23,
9,
77,
22305,
532,
8615,
7,
18,
9,
7,
64,
1343,
275,
9,
87,
61,
77,
4008,
29006,
87,
61,
7,
17,
9,
77,
27493,
7,
23,
9,
77,
4008,
532,
357,
18,
9,
65,
61,
17,
9,
6966,
7,
64,
27493,
36734,
34500,
1373,
7,
65,
9,
87,
61,
77,
4008,
29006,
23,
9,
77,
8,
532,
357,
24,
9,
65,
61,
17,
9,
6966,
7,
18,
9,
64,
27493,
36734,
34500,
1373,
7,
18,
9,
65,
9,
87,
61,
77,
4008,
29006,
23,
9,
77,
8,
1343,
357,
18,
9,
65,
9,
31369,
7,
64,
1343,
275,
9,
87,
61,
77,
4008,
29006,
87,
61,
77,
9,
7,
23,
9,
77,
4008,
1343,
357,
18,
9,
65,
9,
31369,
7,
18,
9,
7,
64,
1343,
275,
9,
87,
61,
77,
4008,
20679,
7,
87,
61,
77,
9,
7,
23,
9,
77,
4008,
1343,
357,
18,
9,
65,
61,
17,
9,
31369,
7,
64,
27493,
46200,
34500,
1373,
7,
65,
9,
87,
61,
77,
4008,
29006,
23,
9,
77,
8,
1343,
357,
24,
9,
65,
61,
17,
9,
31369,
7,
18,
9,
64,
27493,
46200,
34500,
1373,
7,
18,
9,
65,
9,
87,
61,
77,
4008,
29006,
23,
9,
77,
15437,
628,
198,
220,
220,
220,
1303,
28,
7904,
19160,
3712,
796,
2,
198,
220,
220,
220,
1303,
28,
34500,
81,
1746,
9,
1659,
9,
1169,
9,
687,
9,
7,
68,
9,
87,
8,
61,
76,
9,
6966,
7,
64,
10,
65,
9,
7,
66,
10,
67,
9,
87,
8,
61,
77,
8,
46249,
628,
198,
220,
220,
220,
1303,
28,
7904,
16375,
3712,
2601,
1335,
3712,
796,
2,
198,
220,
220,
220,
1303,
28,
34500,
81,
1746,
9,
1659,
9,
1169,
9,
687,
9,
7,
68,
9,
87,
8,
61,
76,
9,
6966,
7,
64,
10,
65,
9,
7,
66,
10,
67,
9,
87,
8,
61,
77,
8,
46249,
628,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
87,
61,
17,
9,
6966,
19510,
64,
1343,
275,
9,
87,
8,
61,
17,
828,
2124,
11,
767,
11,
357,
64,
61,
17,
9,
31166,
17034,
7,
14415,
14,
17,
27493,
37,
411,
4954,
34,
7,
31166,
17034,
7,
17,
14,
14415,
27493,
7,
64,
1343,
275,
9,
87,
4008,
20679,
65,
61,
18,
532,
357,
31166,
17034,
7,
14415,
14,
17,
27493,
37,
411,
4954,
50,
7,
31166,
17034,
7,
17,
14,
14415,
27493,
7,
64,
1343,
275,
9,
87,
4008,
20679,
7,
17,
9,
65,
61,
18,
8,
532,
357,
64,
9,
31369,
19510,
64,
1343,
275,
9,
87,
8,
61,
17,
4008,
14,
65,
61,
18,
1343,
14808,
64,
1343,
275,
9,
87,
27493,
31369,
19510,
64,
1343,
275,
9,
87,
8,
61,
17,
4008,
29006,
17,
9,
65,
61,
18,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
87,
61,
16,
9,
6966,
19510,
64,
1343,
275,
9,
87,
8,
61,
17,
828,
2124,
11,
642,
11,
532,
19510,
64,
9,
31166,
17034,
7,
14415,
14,
17,
27493,
37,
411,
4954,
34,
7,
31166,
17034,
7,
17,
14,
14415,
27493,
7,
64,
1343,
275,
9,
87,
4008,
20679,
65,
61,
17,
8,
1343,
7813,
19510,
64,
1343,
275,
9,
87,
8,
61,
17,
20679,
7,
17,
9,
65,
61,
17,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
87,
61,
15,
9,
6966,
19510,
64,
1343,
275,
9,
87,
8,
61,
17,
828,
2124,
11,
352,
11,
357,
31166,
17034,
7,
14415,
14,
17,
27493,
37,
411,
4954,
34,
7,
31166,
17034,
7,
17,
14,
14415,
27493,
7,
64,
1343,
275,
9,
87,
4008,
20679,
65,
60,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
19510,
64,
1343,
275,
9,
87,
8,
61,
17,
20679,
87,
61,
16,
11,
2124,
11,
657,
11,
791,
18908,
81,
540,
7,
6966,
19510,
64,
1343,
275,
9,
87,
8,
61,
17,
20679,
87,
11,
2124,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
19510,
64,
1343,
275,
9,
87,
8,
61,
17,
20679,
87,
61,
17,
11,
2124,
11,
657,
11,
791,
18908,
81,
540,
7,
6966,
19510,
64,
1343,
275,
9,
87,
8,
61,
17,
20679,
87,
61,
17,
11,
2124,
15437,
628,
198,
220,
220,
220,
1303,
28,
7904,
16375,
3712,
2601,
1335,
3712,
796,
2,
198,
220,
220,
220,
1303,
28,
34500,
81,
1746,
9,
1659,
9,
1169,
9,
687,
9,
7,
68,
9,
87,
8,
61,
76,
9,
6966,
7,
64,
10,
65,
9,
7,
66,
10,
67,
9,
87,
8,
61,
7,
77,
14,
17,
4008,
46249,
628,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
9,
31166,
17034,
7,
66,
1343,
288,
9,
87,
4008,
9,
87,
61,
17,
11,
2124,
11,
1478,
11,
357,
16102,
9,
6966,
7,
64,
1343,
275,
9,
31166,
17034,
7,
66,
1343,
288,
9,
87,
4008,
20679,
7,
65,
61,
21,
9,
67,
61,
18,
8,
1343,
357,
1731,
9,
66,
9,
6966,
7,
64,
1343,
275,
9,
31166,
17034,
7,
66,
1343,
288,
9,
87,
4008,
20679,
7,
65,
61,
19,
9,
67,
61,
18,
8,
1343,
357,
17,
9,
66,
61,
17,
9,
6966,
7,
64,
1343,
275,
9,
31166,
17034,
7,
66,
1343,
288,
9,
87,
4008,
20679,
7,
65,
61,
17,
9,
67,
61,
18,
8,
532,
357,
10232,
9,
7,
66,
1343,
288,
9,
87,
27493,
6966,
7,
64,
1343,
275,
9,
31166,
17034,
7,
66,
1343,
288,
9,
87,
4008,
20679,
7,
65,
61,
19,
9,
67,
61,
18,
8,
532,
357,
1065,
9,
66,
9,
7,
66,
1343,
288,
9,
87,
27493,
6966,
7,
64,
1343,
275,
9,
31166,
17034,
7,
66,
1343,
288,
9,
87,
4008,
20679,
7,
65,
61,
17,
9,
67,
61,
18,
8,
1343,
357,
940,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
17,
9,
6966,
7,
64,
1343,
275,
9,
31166,
17034,
7,
66,
1343,
288,
9,
87,
4008,
20679,
7,
65,
61,
17,
9,
67,
61,
18,
8,
1343,
357,
16102,
9,
31166,
17034,
7,
66,
1343,
288,
9,
87,
27493,
31369,
7,
64,
1343,
275,
9,
31166,
17034,
7,
66,
1343,
288,
9,
87,
4008,
20679,
7,
65,
61,
20,
9,
67,
61,
18,
8,
1343,
357,
1731,
9,
66,
9,
31166,
17034,
7,
66,
1343,
288,
9,
87,
27493,
31369,
7,
64,
1343,
275,
9,
31166,
17034,
7,
66,
1343,
288,
9,
87,
4008,
20679,
7,
65,
61,
18,
9,
67,
61,
18,
8,
1343,
357,
17,
9,
66,
61,
17,
9,
31166,
17034,
7,
66,
1343,
288,
9,
87,
27493,
31369,
7,
64,
1343,
275,
9,
31166,
17034,
7,
66,
1343,
288,
9,
87,
4008,
20679,
7,
65,
9,
67,
61,
18,
8,
532,
357,
1821,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
18,
14,
17,
27493,
31369,
7,
64,
1343,
275,
9,
31166,
17034,
7,
66,
1343,
288,
9,
87,
4008,
20679,
7,
65,
61,
18,
9,
67,
61,
18,
8,
532,
357,
19,
9,
66,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
18,
14,
17,
27493,
31369,
7,
64,
1343,
275,
9,
31166,
17034,
7,
66,
1343,
288,
9,
87,
4008,
20679,
7,
65,
9,
67,
61,
18,
8,
1343,
357,
17,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
20,
14,
17,
27493,
31369,
7,
64,
1343,
275,
9,
31166,
17034,
7,
66,
1343,
288,
9,
87,
4008,
20679,
7,
65,
9,
67,
61,
18,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
9,
31166,
17034,
7,
66,
1343,
288,
9,
87,
4008,
9,
87,
61,
16,
11,
2124,
11,
807,
11,
532,
19510,
1065,
9,
6966,
7,
64,
1343,
275,
9,
31166,
17034,
7,
66,
1343,
288,
9,
87,
4008,
20679,
7,
65,
61,
19,
9,
67,
61,
17,
4008,
532,
357,
17,
9,
66,
9,
6966,
7,
64,
1343,
275,
9,
31166,
17034,
7,
66,
1343,
288,
9,
87,
4008,
20679,
7,
65,
61,
17,
9,
67,
61,
17,
8,
1343,
357,
21,
9,
7,
66,
1343,
288,
9,
87,
27493,
6966,
7,
64,
1343,
275,
9,
31166,
17034,
7,
66,
1343,
288,
9,
87,
4008,
20679,
7,
65,
61,
17,
9,
67,
61,
17,
8,
532,
357,
1065,
9,
31166,
17034,
7,
66,
1343,
288,
9,
87,
27493,
31369,
7,
64,
1343,
275,
9,
31166,
17034,
7,
66,
1343,
288,
9,
87,
4008,
20679,
7,
65,
61,
18,
9,
67,
61,
17,
8,
532,
357,
17,
9,
66,
9,
31166,
17034,
7,
66,
1343,
288,
9,
87,
27493,
31369,
7,
64,
1343,
275,
9,
31166,
17034,
7,
66,
1343,
288,
9,
87,
4008,
20679,
7,
65,
9,
67,
61,
17,
8,
1343,
357,
17,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
18,
14,
17,
27493,
31369,
7,
64,
1343,
275,
9,
31166,
17034,
7,
66,
1343,
288,
9,
87,
4008,
20679,
7,
65,
9,
67,
61,
17,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
9,
31166,
17034,
7,
66,
1343,
288,
9,
87,
4008,
9,
87,
61,
15,
11,
2124,
11,
513,
11,
357,
17,
9,
6966,
7,
64,
1343,
275,
9,
31166,
17034,
7,
66,
1343,
288,
9,
87,
4008,
20679,
7,
65,
61,
17,
9,
67,
8,
1343,
357,
17,
9,
31166,
17034,
7,
66,
1343,
288,
9,
87,
27493,
31369,
7,
64,
1343,
275,
9,
31166,
17034,
7,
66,
1343,
288,
9,
87,
4008,
20679,
7,
65,
9,
67,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
9,
31166,
17034,
7,
66,
1343,
288,
9,
87,
4008,
14,
87,
61,
16,
11,
2124,
11,
807,
11,
8615,
7,
64,
532,
275,
9,
31166,
17034,
7,
66,
4008,
9,
36734,
34500,
1373,
7,
65,
9,
7,
31166,
17034,
7,
66,
8,
1343,
19862,
17034,
7,
66,
1343,
288,
9,
87,
22305,
1343,
8615,
7,
64,
1343,
275,
9,
31166,
17034,
7,
66,
4008,
9,
36734,
34500,
1373,
7,
65,
9,
31166,
17034,
7,
66,
8,
532,
275,
9,
31166,
17034,
7,
66,
1343,
288,
9,
87,
4008,
532,
7813,
7,
64,
532,
275,
9,
31166,
17034,
7,
66,
4008,
9,
46200,
34500,
1373,
7,
65,
9,
7,
31166,
17034,
7,
66,
8,
1343,
19862,
17034,
7,
66,
1343,
288,
9,
87,
22305,
1343,
7813,
7,
64,
1343,
275,
9,
31166,
17034,
7,
66,
4008,
9,
46200,
34500,
1373,
7,
65,
9,
31166,
17034,
7,
66,
8,
532,
275,
9,
31166,
17034,
7,
66,
1343,
288,
9,
87,
4008,
60,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
9,
31166,
17034,
7,
66,
1343,
288,
9,
87,
4008,
14,
87,
61,
17,
11,
2124,
11,
838,
11,
532,
7,
6966,
7,
64,
1343,
275,
9,
31166,
17034,
7,
66,
1343,
288,
9,
87,
4008,
14,
87,
8,
1343,
357,
65,
9,
67,
9,
36734,
34500,
1373,
7,
65,
9,
7,
31166,
17034,
7,
66,
8,
1343,
19862,
17034,
7,
66,
1343,
288,
9,
87,
22305,
9,
31369,
7,
64,
532,
275,
9,
31166,
17034,
7,
66,
4008,
20679,
7,
17,
9,
31166,
17034,
7,
66,
4008,
532,
357,
65,
9,
67,
9,
36734,
34500,
1373,
7,
65,
9,
31166,
17034,
7,
66,
8,
532,
275,
9,
31166,
17034,
7,
66,
1343,
288,
9,
87,
4008,
9,
31369,
7,
64,
1343,
275,
9,
31166,
17034,
7,
66,
4008,
20679,
7,
17,
9,
31166,
17034,
7,
66,
4008,
1343,
357,
65,
9,
67,
9,
6966,
7,
64,
532,
275,
9,
31166,
17034,
7,
66,
4008,
9,
46200,
34500,
1373,
7,
65,
9,
7,
31166,
17034,
7,
66,
8,
1343,
19862,
17034,
7,
66,
1343,
288,
9,
87,
35514,
29006,
17,
9,
31166,
17034,
7,
66,
4008,
1343,
357,
65,
9,
67,
9,
6966,
7,
64,
1343,
275,
9,
31166,
17034,
7,
66,
4008,
9,
46200,
34500,
1373,
7,
65,
9,
31166,
17034,
7,
66,
8,
532,
275,
9,
31166,
17034,
7,
66,
1343,
288,
9,
87,
4008,
20679,
7,
17,
9,
31166,
17034,
7,
66,
4008,
60,
628,
198,
220,
220,
220,
1303,
28,
7904,
16375,
3712,
2601,
1335,
3712,
796,
2,
198,
220,
220,
220,
1303,
28,
34500,
81,
1746,
9,
1659,
9,
1169,
9,
687,
9,
7,
68,
9,
87,
8,
61,
76,
9,
6966,
7,
64,
10,
65,
9,
7,
66,
10,
67,
9,
87,
8,
61,
7,
77,
14,
18,
4008,
46249,
628,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
4008,
9,
87,
61,
17,
11,
2124,
11,
1160,
11,
532,
19510,
23906,
9,
66,
9,
6966,
7,
64,
1343,
275,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
4008,
20679,
7,
65,
61,
21,
9,
67,
61,
18,
4008,
532,
357,
1065,
2931,
1899,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
27493,
6966,
7,
64,
1343,
275,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
4008,
20679,
7,
65,
61,
23,
9,
67,
61,
18,
8,
1343,
357,
21,
9,
66,
61,
17,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
27493,
6966,
7,
64,
1343,
275,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
4008,
20679,
7,
65,
61,
17,
9,
67,
61,
18,
8,
1343,
357,
15277,
9,
66,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
17,
14,
18,
27493,
6966,
7,
64,
1343,
275,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
4008,
20679,
7,
65,
61,
19,
9,
67,
61,
18,
8,
1343,
357,
1264,
1899,
9,
7,
66,
1343,
288,
9,
87,
27493,
6966,
7,
64,
1343,
275,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
4008,
20679,
7,
65,
61,
21,
9,
67,
61,
18,
8,
532,
357,
1270,
9,
66,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
19,
14,
18,
27493,
6966,
7,
64,
1343,
275,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
4008,
20679,
7,
65,
61,
17,
9,
67,
61,
18,
8,
532,
357,
3064,
23,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
20,
14,
18,
27493,
6966,
7,
64,
1343,
275,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
4008,
20679,
7,
65,
61,
19,
9,
67,
61,
18,
8,
1343,
357,
1731,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
22,
14,
18,
27493,
6966,
7,
64,
1343,
275,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
4008,
20679,
7,
65,
61,
17,
9,
67,
61,
18,
8,
1343,
357,
1065,
2931,
1899,
9,
31369,
7,
64,
1343,
275,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
4008,
20679,
7,
65,
61,
24,
9,
67,
61,
18,
8,
532,
357,
21,
9,
66,
61,
17,
9,
31369,
7,
64,
1343,
275,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
4008,
20679,
7,
65,
61,
18,
9,
67,
61,
18,
8,
532,
357,
23906,
9,
66,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
27493,
31369,
7,
64,
1343,
275,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
4008,
20679,
7,
65,
61,
20,
9,
67,
61,
18,
8,
532,
357,
1899,
22148,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
17,
14,
18,
27493,
31369,
7,
64,
1343,
275,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
4008,
20679,
7,
65,
61,
22,
9,
67,
61,
18,
8,
1343,
357,
18,
9,
66,
61,
17,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
17,
14,
18,
27493,
31369,
7,
64,
1343,
275,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
4008,
20679,
7,
65,
9,
67,
61,
18,
8,
1343,
357,
10232,
9,
66,
9,
7,
66,
1343,
288,
9,
87,
27493,
31369,
7,
64,
1343,
275,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
4008,
20679,
7,
65,
61,
18,
9,
67,
61,
18,
8,
1343,
357,
1120,
1821,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
19,
14,
18,
27493,
31369,
7,
64,
1343,
275,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
4008,
20679,
7,
65,
61,
20,
9,
67,
61,
18,
8,
532,
357,
21,
9,
66,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
20,
14,
18,
27493,
31369,
7,
64,
1343,
275,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
4008,
20679,
7,
65,
9,
67,
61,
18,
8,
532,
357,
14656,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
17,
9,
31369,
7,
64,
1343,
275,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
4008,
20679,
7,
65,
61,
18,
9,
67,
61,
18,
8,
1343,
357,
18,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
23,
14,
18,
27493,
31369,
7,
64,
1343,
275,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
4008,
20679,
7,
65,
9,
67,
61,
18,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
4008,
9,
87,
61,
16,
11,
2124,
11,
1367,
11,
357,
15277,
9,
6966,
7,
64,
1343,
275,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
4008,
20679,
7,
65,
61,
21,
9,
67,
61,
17,
8,
532,
357,
21,
9,
66,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
27493,
6966,
7,
64,
1343,
275,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
4008,
20679,
7,
65,
61,
17,
9,
67,
61,
17,
8,
532,
357,
15259,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
17,
14,
18,
27493,
6966,
7,
64,
1343,
275,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
4008,
20679,
7,
65,
61,
19,
9,
67,
61,
17,
8,
1343,
357,
1314,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
19,
14,
18,
27493,
6966,
7,
64,
1343,
275,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
4008,
20679,
7,
65,
61,
17,
9,
67,
61,
17,
8,
1343,
357,
21,
9,
66,
9,
31369,
7,
64,
1343,
275,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
4008,
20679,
7,
65,
61,
18,
9,
67,
61,
17,
8,
1343,
357,
15277,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
27493,
31369,
7,
64,
1343,
275,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
4008,
20679,
7,
65,
61,
20,
9,
67,
61,
17,
8,
532,
357,
18,
9,
66,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
17,
14,
18,
27493,
31369,
7,
64,
1343,
275,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
4008,
20679,
7,
65,
9,
67,
61,
17,
8,
532,
357,
1899,
9,
7,
66,
1343,
288,
9,
87,
27493,
31369,
7,
64,
1343,
275,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
4008,
20679,
7,
65,
61,
18,
9,
67,
61,
17,
8,
1343,
357,
18,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
20,
14,
18,
27493,
31369,
7,
64,
1343,
275,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
4008,
20679,
7,
65,
9,
67,
61,
17,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
4008,
9,
87,
61,
15,
11,
2124,
11,
604,
11,
357,
21,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
27493,
6966,
7,
64,
1343,
275,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
4008,
20679,
7,
65,
61,
17,
9,
67,
8,
532,
357,
21,
9,
31369,
7,
64,
1343,
275,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
4008,
20679,
7,
65,
61,
18,
9,
67,
8,
1343,
357,
18,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
17,
14,
18,
27493,
31369,
7,
64,
1343,
275,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
4008,
20679,
7,
65,
9,
67,
15437,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
4008,
14,
87,
61,
16,
11,
2124,
11,
1367,
11,
8615,
7,
64,
1343,
275,
9,
66,
61,
7,
16,
14,
18,
4008,
9,
36734,
34500,
1373,
7,
65,
9,
66,
61,
7,
16,
14,
18,
8,
532,
275,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
4008,
1343,
8615,
7,
64,
1343,
13841,
16,
8,
61,
7,
17,
14,
18,
27493,
65,
9,
66,
61,
7,
16,
14,
18,
4008,
9,
36734,
34500,
1373,
19510,
12,
16,
8,
61,
7,
17,
14,
18,
27493,
65,
9,
66,
61,
7,
16,
14,
18,
8,
532,
275,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
4008,
1343,
8615,
7,
64,
532,
13841,
16,
8,
61,
7,
16,
14,
18,
27493,
65,
9,
66,
61,
7,
16,
14,
18,
4008,
9,
36734,
34500,
1373,
19510,
12,
16,
8,
61,
7,
16,
14,
18,
27493,
65,
9,
66,
61,
7,
16,
14,
18,
8,
1343,
275,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
4008,
1343,
7813,
7,
64,
1343,
275,
9,
66,
61,
7,
16,
14,
18,
4008,
9,
46200,
34500,
1373,
7,
65,
9,
66,
61,
7,
16,
14,
18,
8,
532,
275,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
4008,
1343,
7813,
7,
64,
1343,
13841,
16,
8,
61,
7,
17,
14,
18,
27493,
65,
9,
66,
61,
7,
16,
14,
18,
4008,
9,
46200,
34500,
1373,
19510,
12,
16,
8,
61,
7,
17,
14,
18,
27493,
65,
9,
66,
61,
7,
16,
14,
18,
8,
532,
275,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
4008,
532,
7813,
7,
64,
532,
13841,
16,
8,
61,
7,
16,
14,
18,
27493,
65,
9,
66,
61,
7,
16,
14,
18,
4008,
9,
46200,
34500,
1373,
19510,
12,
16,
8,
61,
7,
16,
14,
18,
27493,
65,
9,
66,
61,
7,
16,
14,
18,
8,
1343,
275,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
4008,
60,
198,
220,
220,
220,
2488,
9288,
62,
600,
685,
6966,
7,
64,
1343,
275,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
4008,
14,
87,
61,
17,
11,
2124,
11,
1511,
11,
532,
7,
6966,
7,
64,
1343,
275,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
4008,
14,
87,
8,
532,
357,
65,
9,
67,
9,
36734,
34500,
1373,
7,
65,
9,
66,
61,
7,
16,
14,
18,
8,
532,
275,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
4008,
9,
31369,
7,
64,
1343,
275,
9,
66,
61,
7,
16,
14,
18,
4008,
20679,
7,
18,
9,
66,
61,
7,
17,
14,
18,
4008,
1343,
14808,
12,
16,
8,
61,
7,
16,
14,
18,
27493,
65,
9,
67,
9,
36734,
34500,
1373,
19510,
12,
16,
8,
61,
7,
16,
14,
18,
27493,
65,
9,
66,
61,
7,
16,
14,
18,
8,
1343,
275,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
4008,
9,
31369,
7,
64,
532,
13841,
16,
8,
61,
7,
16,
14,
18,
27493,
65,
9,
66,
61,
7,
16,
14,
18,
4008,
20679,
7,
18,
9,
66,
61,
7,
17,
14,
18,
4008,
532,
14808,
12,
16,
8,
61,
7,
17,
14,
18,
27493,
65,
9,
67,
9,
36734,
34500,
1373,
19510,
12,
16,
8,
61,
7,
17,
14,
18,
27493,
65,
9,
66,
61,
7,
16,
14,
18,
8,
532,
275,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
4008,
9,
31369,
7,
64,
1343,
13841,
16,
8,
61,
7,
17,
14,
18,
27493,
65,
9,
66,
61,
7,
16,
14,
18,
4008,
20679,
7,
18,
9,
66,
61,
7,
17,
14,
18,
4008,
1343,
357,
65,
9,
67,
9,
6966,
7,
64,
1343,
275,
9,
66,
61,
7,
16,
14,
18,
4008,
9,
46200,
34500,
1373,
7,
65,
9,
66,
61,
7,
16,
14,
18,
8,
532,
275,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
4008,
20679,
7,
18,
9,
66,
61,
7,
17,
14,
18,
4008,
1343,
14808,
12,
16,
8,
61,
7,
17,
14,
18,
27493,
65,
9,
67,
9,
6966,
7,
64,
1343,
13841,
16,
8,
61,
7,
17,
14,
18,
27493,
65,
9,
66,
61,
7,
16,
14,
18,
4008,
9,
46200,
34500,
1373,
19510,
12,
16,
8,
61,
7,
17,
14,
18,
27493,
65,
9,
66,
61,
7,
16,
14,
18,
8,
532,
275,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
4008,
20679,
7,
18,
9,
66,
61,
7,
17,
14,
18,
4008,
1343,
14808,
12,
16,
8,
61,
7,
16,
14,
18,
27493,
65,
9,
67,
9,
6966,
7,
64,
532,
13841,
16,
8,
61,
7,
16,
14,
18,
27493,
65,
9,
66,
61,
7,
16,
14,
18,
4008,
9,
46200,
34500,
1373,
19510,
12,
16,
8,
61,
7,
16,
14,
18,
27493,
65,
9,
66,
61,
7,
16,
14,
18,
8,
1343,
275,
9,
7,
66,
1343,
288,
9,
87,
8,
61,
7,
16,
14,
18,
4008,
20679,
7,
18,
9,
66,
61,
7,
17,
14,
18,
4008,
60,
198,
220,
220,
220,
886,
198
] | 1.457083 | 17,592 |
import DataStructures.Stack
type CRPState
# map from data index to cluster index
assignments::Dict{Int, Int}
# map from cluster index size of cluser
counts::Dict{Int, Int}
# reuse ids for the new clusters by pushing them onto a stack
# this is necessary because we may do billions of Gibbs sweeps
free::Stack{Int}
# the next cluster id to allocate, after free stack is empty
next_cluster::Int
# create an empty CRP state
function CRPState()
free = Stack(Int)
push!(free, 1)
new(Dict{Int, Int}(), Dict{Int, Int}(), free, 2)
end
end
has_assignment_for(crp::CRPState, i::Int) = haskey(crp.assignments, i)
next_new_cluster(crp::CRPState) = DataStructures.top(crp.free)
assignment(crp::CRPState, i::Int) = crp.assignments[i]
num_assignments(crp::CRPState) = length(crp.assignments)
has_cluster(crp::CRPState, cluster::Int) = haskey(crp.counts, cluster)
counts(crp::CRPState, cluster::Int) = crp.counts[cluster]
clusters(crp::CRPState) = keys(crp.counts)
function log_probability(crp::CRPState, alpha::Float64)
N = length(crp.assignments)
ll = length(crp.counts) * log(alpha)
ll += sum(lgamma.(collect(values(crp.counts))))
ll += lgamma(alpha) - lgamma(N + alpha)
ll
end
function incorporate!(crp::CRPState, i::Int, cluster::Int)
@assert !haskey(crp.counts, next_new_cluster(crp))
@assert !haskey(crp.assignments, i)
@assert (cluster == next_new_cluster(crp)) || haskey(crp.counts, cluster)
crp.assignments[i] = cluster
if cluster == next_new_cluster(crp)
# allocate a new cluster
crp.counts[cluster] = 0
pop!(crp.free)
if isempty(crp.free)
@assert !haskey(crp.counts, crp.next_cluster)
push!(crp.free, crp.next_cluster)
crp.next_cluster += 1
end
else
@assert crp.counts[cluster] > 0
end
crp.counts[cluster] += 1
end
function unincorporate!(crp::CRPState, i::Int)
@assert !haskey(crp.counts, next_new_cluster(crp))
@assert haskey(crp.assignments, i)
cluster = crp.assignments[i]
delete!(crp.assignments, i)
crp.counts[cluster] -= 1
if crp.counts[cluster] == 0
# free the empyt cluster
delete!(crp.counts, cluster)
push!(crp.free, cluster)
end
end
function draw!(crp::CRPState, alpha::Float64, data_index::Int)
@assert !haskey(crp.assignments, data_index)
clusters = collect(keys(crp.counts))
probs = Array{Float64,1}(length(clusters) + 1)
for (j, cluster) in enumerate(clusters)
probs[j] = crp.counts[cluster]
end
probs[end] = alpha
probs = probs / sum(probs)
j = rand(Categorical(probs))
if (j == length(clusters) + 1)
# new cluster
cluster = next_new_cluster(crp)
else
cluster = clusters[j]
end
incorporate!(crp, data_index, cluster)
cluster
end
| [
11748,
6060,
44909,
942,
13,
25896,
198,
198,
4906,
8740,
47,
9012,
198,
220,
220,
220,
1303,
3975,
422,
1366,
6376,
284,
13946,
6376,
198,
220,
220,
220,
25815,
3712,
35,
713,
90,
5317,
11,
2558,
92,
628,
220,
220,
220,
1303,
3975,
422,
13946,
6376,
2546,
286,
537,
7220,
198,
220,
220,
220,
9853,
3712,
35,
713,
90,
5317,
11,
2558,
92,
628,
220,
220,
220,
1303,
32349,
220,
2340,
329,
262,
649,
23163,
416,
7796,
606,
4291,
257,
8931,
198,
220,
220,
220,
1303,
428,
318,
3306,
780,
356,
743,
466,
13188,
286,
41071,
46778,
198,
220,
220,
220,
1479,
3712,
25896,
90,
5317,
92,
628,
220,
220,
220,
1303,
262,
1306,
13946,
4686,
284,
31935,
11,
706,
1479,
8931,
318,
6565,
198,
220,
220,
220,
1306,
62,
565,
5819,
3712,
5317,
628,
220,
220,
220,
1303,
2251,
281,
6565,
8740,
47,
1181,
198,
220,
220,
220,
2163,
8740,
47,
9012,
3419,
198,
220,
220,
220,
220,
220,
220,
220,
1479,
796,
23881,
7,
5317,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
5787,
11,
352,
8,
198,
220,
220,
220,
220,
220,
220,
220,
649,
7,
35,
713,
90,
5317,
11,
2558,
92,
22784,
360,
713,
90,
5317,
11,
2558,
92,
22784,
1479,
11,
362,
8,
198,
220,
220,
220,
886,
198,
437,
198,
198,
10134,
62,
562,
16747,
62,
1640,
7,
6098,
79,
3712,
9419,
47,
9012,
11,
1312,
3712,
5317,
8,
796,
468,
2539,
7,
6098,
79,
13,
562,
570,
902,
11,
1312,
8,
198,
19545,
62,
3605,
62,
565,
5819,
7,
6098,
79,
3712,
9419,
47,
9012,
8,
796,
6060,
44909,
942,
13,
4852,
7,
6098,
79,
13,
5787,
8,
198,
562,
16747,
7,
6098,
79,
3712,
9419,
47,
9012,
11,
1312,
3712,
5317,
8,
796,
1067,
79,
13,
562,
570,
902,
58,
72,
60,
198,
22510,
62,
562,
570,
902,
7,
6098,
79,
3712,
9419,
47,
9012,
8,
796,
4129,
7,
6098,
79,
13,
562,
570,
902,
8,
198,
10134,
62,
565,
5819,
7,
6098,
79,
3712,
9419,
47,
9012,
11,
13946,
3712,
5317,
8,
796,
468,
2539,
7,
6098,
79,
13,
9127,
82,
11,
13946,
8,
198,
9127,
82,
7,
6098,
79,
3712,
9419,
47,
9012,
11,
13946,
3712,
5317,
8,
796,
1067,
79,
13,
9127,
82,
58,
565,
5819,
60,
198,
565,
13654,
7,
6098,
79,
3712,
9419,
47,
9012,
8,
796,
8251,
7,
6098,
79,
13,
9127,
82,
8,
198,
198,
8818,
2604,
62,
1676,
65,
1799,
7,
6098,
79,
3712,
9419,
47,
9012,
11,
17130,
3712,
43879,
2414,
8,
198,
220,
220,
220,
399,
796,
4129,
7,
6098,
79,
13,
562,
570,
902,
8,
198,
220,
220,
220,
32660,
796,
4129,
7,
6098,
79,
13,
9127,
82,
8,
1635,
2604,
7,
26591,
8,
198,
220,
220,
220,
32660,
15853,
2160,
7,
75,
28483,
2611,
12195,
33327,
7,
27160,
7,
6098,
79,
13,
9127,
82,
35514,
198,
220,
220,
220,
32660,
15853,
300,
28483,
2611,
7,
26591,
8,
532,
300,
28483,
2611,
7,
45,
1343,
17130,
8,
198,
220,
220,
220,
32660,
198,
437,
198,
198,
8818,
19330,
0,
7,
6098,
79,
3712,
9419,
47,
9012,
11,
1312,
3712,
5317,
11,
13946,
3712,
5317,
8,
198,
220,
220,
220,
2488,
30493,
5145,
10134,
2539,
7,
6098,
79,
13,
9127,
82,
11,
1306,
62,
3605,
62,
565,
5819,
7,
6098,
79,
4008,
198,
220,
220,
220,
2488,
30493,
5145,
10134,
2539,
7,
6098,
79,
13,
562,
570,
902,
11,
1312,
8,
198,
220,
220,
220,
2488,
30493,
357,
565,
5819,
6624,
1306,
62,
3605,
62,
565,
5819,
7,
6098,
79,
4008,
8614,
468,
2539,
7,
6098,
79,
13,
9127,
82,
11,
13946,
8,
198,
220,
220,
220,
1067,
79,
13,
562,
570,
902,
58,
72,
60,
796,
13946,
198,
220,
220,
220,
611,
13946,
6624,
1306,
62,
3605,
62,
565,
5819,
7,
6098,
79,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
31935,
257,
649,
13946,
198,
220,
220,
220,
220,
220,
220,
220,
1067,
79,
13,
9127,
82,
58,
565,
5819,
60,
796,
657,
198,
220,
220,
220,
220,
220,
220,
220,
1461,
0,
7,
6098,
79,
13,
5787,
8,
198,
220,
220,
220,
220,
220,
220,
220,
611,
318,
28920,
7,
6098,
79,
13,
5787,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2488,
30493,
5145,
10134,
2539,
7,
6098,
79,
13,
9127,
82,
11,
1067,
79,
13,
19545,
62,
565,
5819,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
6098,
79,
13,
5787,
11,
1067,
79,
13,
19545,
62,
565,
5819,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1067,
79,
13,
19545,
62,
565,
5819,
15853,
352,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
30493,
1067,
79,
13,
9127,
82,
58,
565,
5819,
60,
1875,
657,
198,
220,
220,
220,
886,
198,
220,
220,
220,
1067,
79,
13,
9127,
82,
58,
565,
5819,
60,
15853,
352,
198,
437,
198,
198,
8818,
555,
1939,
31150,
378,
0,
7,
6098,
79,
3712,
9419,
47,
9012,
11,
1312,
3712,
5317,
8,
198,
220,
220,
220,
2488,
30493,
5145,
10134,
2539,
7,
6098,
79,
13,
9127,
82,
11,
1306,
62,
3605,
62,
565,
5819,
7,
6098,
79,
4008,
198,
220,
220,
220,
2488,
30493,
468,
2539,
7,
6098,
79,
13,
562,
570,
902,
11,
1312,
8,
198,
220,
220,
220,
13946,
796,
1067,
79,
13,
562,
570,
902,
58,
72,
60,
198,
220,
220,
220,
12233,
0,
7,
6098,
79,
13,
562,
570,
902,
11,
1312,
8,
198,
220,
220,
220,
1067,
79,
13,
9127,
82,
58,
565,
5819,
60,
48185,
352,
198,
220,
220,
220,
611,
1067,
79,
13,
9127,
82,
58,
565,
5819,
60,
6624,
657,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
1479,
262,
795,
9078,
83,
13946,
198,
220,
220,
220,
220,
220,
220,
220,
12233,
0,
7,
6098,
79,
13,
9127,
82,
11,
13946,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
6098,
79,
13,
5787,
11,
13946,
8,
198,
220,
220,
220,
886,
198,
437,
198,
198,
8818,
3197,
0,
7,
6098,
79,
3712,
9419,
47,
9012,
11,
17130,
3712,
43879,
2414,
11,
1366,
62,
9630,
3712,
5317,
8,
198,
220,
220,
220,
2488,
30493,
5145,
10134,
2539,
7,
6098,
79,
13,
562,
570,
902,
11,
1366,
62,
9630,
8,
198,
220,
220,
220,
23163,
796,
2824,
7,
13083,
7,
6098,
79,
13,
9127,
82,
4008,
198,
220,
220,
220,
386,
1443,
796,
15690,
90,
43879,
2414,
11,
16,
92,
7,
13664,
7,
565,
13654,
8,
1343,
352,
8,
198,
220,
220,
220,
329,
357,
73,
11,
13946,
8,
287,
27056,
378,
7,
565,
13654,
8,
198,
220,
220,
220,
220,
220,
220,
220,
386,
1443,
58,
73,
60,
796,
1067,
79,
13,
9127,
82,
58,
565,
5819,
60,
198,
220,
220,
220,
886,
198,
220,
220,
220,
386,
1443,
58,
437,
60,
796,
17130,
198,
220,
220,
220,
386,
1443,
796,
386,
1443,
1220,
2160,
7,
1676,
1443,
8,
198,
220,
220,
220,
474,
796,
43720,
7,
34,
2397,
12409,
7,
1676,
1443,
4008,
198,
220,
220,
220,
611,
357,
73,
6624,
4129,
7,
565,
13654,
8,
1343,
352,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
649,
13946,
198,
220,
220,
220,
220,
220,
220,
220,
13946,
796,
1306,
62,
3605,
62,
565,
5819,
7,
6098,
79,
8,
198,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
13946,
796,
23163,
58,
73,
60,
198,
220,
220,
220,
886,
198,
220,
220,
220,
19330,
0,
7,
6098,
79,
11,
1366,
62,
9630,
11,
13946,
8,
198,
220,
220,
220,
13946,
198,
437,
198
] | 2.243222 | 1,291 |
struct HillClimb <: BaseStructureLearning end
| [
7249,
3327,
34,
2475,
65,
1279,
25,
7308,
1273,
5620,
41730,
886,
198
] | 3.538462 | 13 |
"""In-place version of `signed_exponent(::Array)`."""
function signed_exponent!(A::Array{T}) where {T<:Union{Float16,Float32,Float64}}
# sign&fraction mask
sfmask = Base.sign_mask(T) | Base.significand_mask(T)
emask = Base.exponent_mask(T)
sbits = Base.significand_bits(T)
bias = Base.exponent_bias(T)
ebits = Base.exponent_bits(T)-1
for i in eachindex(A)
ui = reinterpret(Unsigned,A[i])
sf = ui & sfmask # sign & fraction bits
e = ((ui & emask) >> sbits) - bias # de-biased exponent
eabs = e == -bias ? 0 : abs(e) # for iszero(A[i]) e == -bias, set to 0
esign = (e < 0 ? 1 : 0) << ebits # determine sign of exponent
esigned = ((esign | eabs) % typeof(ui)) << sbits # concatentate exponent
A[i] = reinterpret(T,sf | esigned) # concatenate everything back together
end
end
"""
```julia
B = signed_exponent(A::Array{T}) where {T<:Union{Float16,Float32,Float64}}
```
Converts the exponent bits of Float16,Float32 or Float64-arrays from its
conventional biased-form into a sign&magnitude representation.
# Example
```julia
julia> bitstring(10f0,:split)
"0 10000010 01000000000000000000000"
julia> bitstring.(signed_exponent([10f0]),:split)[1]
"0 00000011 01000000000000000000000"
```
In the former the exponent 3 is interpret from 0b10000010=130 via subtraction of
the exponent bias of Float32 = 127. In the latter the exponent is inferred from
sign bit (0) and a magnitude represetation 2^1 + 2^1 = 3."""
function signed_exponent(A::Array{T}) where {T<:Union{Float16,Float32,Float64}}
B = copy(A)
signed_exponent!(B)
return B
end | [
37811,
818,
12,
5372,
2196,
286,
4600,
32696,
62,
11201,
3471,
7,
3712,
19182,
8,
63,
526,
15931,
198,
8818,
4488,
62,
11201,
3471,
0,
7,
32,
3712,
19182,
90,
51,
30072,
810,
1391,
51,
27,
25,
38176,
90,
43879,
1433,
11,
43879,
2624,
11,
43879,
2414,
11709,
628,
220,
220,
220,
1303,
1051,
5,
69,
7861,
9335,
198,
220,
220,
220,
264,
69,
27932,
796,
7308,
13,
12683,
62,
27932,
7,
51,
8,
930,
7308,
13,
12683,
811,
392,
62,
27932,
7,
51,
8,
198,
220,
220,
220,
795,
2093,
796,
7308,
13,
11201,
3471,
62,
27932,
7,
51,
8,
628,
220,
220,
220,
264,
9895,
796,
7308,
13,
12683,
811,
392,
62,
9895,
7,
51,
8,
198,
220,
220,
220,
10690,
220,
796,
7308,
13,
11201,
3471,
62,
65,
4448,
7,
51,
8,
198,
220,
220,
220,
304,
9895,
796,
7308,
13,
11201,
3471,
62,
9895,
7,
51,
13219,
16,
628,
220,
220,
220,
329,
1312,
287,
1123,
9630,
7,
32,
8,
198,
220,
220,
220,
220,
220,
220,
220,
334,
72,
796,
302,
27381,
7,
3118,
32696,
11,
32,
58,
72,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
264,
69,
796,
334,
72,
1222,
264,
69,
27932,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
1051,
1222,
13390,
10340,
198,
220,
220,
220,
220,
220,
220,
220,
304,
796,
14808,
9019,
1222,
795,
2093,
8,
9609,
264,
9895,
8,
532,
10690,
220,
1303,
390,
12,
38002,
28622,
198,
220,
220,
220,
220,
220,
220,
220,
304,
8937,
796,
304,
6624,
532,
65,
4448,
5633,
657,
1058,
2352,
7,
68,
8,
220,
220,
220,
220,
220,
1303,
329,
318,
22570,
7,
32,
58,
72,
12962,
304,
6624,
532,
65,
4448,
11,
900,
284,
657,
198,
220,
220,
220,
220,
220,
220,
220,
1658,
570,
796,
357,
68,
1279,
657,
5633,
352,
1058,
657,
8,
9959,
304,
9895,
220,
220,
220,
1303,
5004,
1051,
286,
28622,
198,
220,
220,
220,
220,
220,
220,
220,
1658,
3916,
796,
14808,
274,
570,
930,
304,
8937,
8,
4064,
2099,
1659,
7,
9019,
4008,
9959,
264,
9895,
220,
220,
220,
1303,
1673,
265,
298,
378,
28622,
628,
220,
220,
220,
220,
220,
220,
220,
317,
58,
72,
60,
796,
302,
27381,
7,
51,
11,
28202,
930,
1658,
3916,
8,
220,
1303,
1673,
36686,
378,
2279,
736,
1978,
198,
220,
220,
220,
886,
198,
437,
198,
198,
37811,
198,
15506,
63,
73,
43640,
198,
33,
796,
4488,
62,
11201,
3471,
7,
32,
3712,
19182,
90,
51,
30072,
810,
1391,
51,
27,
25,
38176,
90,
43879,
1433,
11,
43879,
2624,
11,
43879,
2414,
11709,
198,
15506,
63,
198,
3103,
24040,
262,
28622,
10340,
286,
48436,
1433,
11,
43879,
2624,
393,
48436,
2414,
12,
3258,
592,
422,
663,
198,
1102,
20405,
21925,
12,
687,
656,
257,
1051,
5,
76,
4660,
3984,
10552,
13,
198,
198,
2,
17934,
198,
198,
15506,
63,
73,
43640,
198,
73,
43640,
29,
1643,
8841,
7,
940,
69,
15,
11,
25,
35312,
8,
198,
1,
15,
1802,
18005,
15,
5534,
25645,
20483,
1,
198,
198,
73,
43640,
29,
1643,
8841,
12195,
32696,
62,
11201,
3471,
26933,
940,
69,
15,
46570,
25,
35312,
38381,
16,
60,
198,
1,
15,
41853,
1157,
5534,
25645,
20483,
1,
198,
15506,
63,
198,
198,
818,
262,
1966,
262,
28622,
513,
318,
6179,
422,
657,
65,
49388,
20943,
28,
12952,
2884,
13284,
7861,
286,
198,
1169,
28622,
10690,
286,
48436,
2624,
796,
18112,
13,
554,
262,
6846,
262,
28622,
318,
41240,
422,
198,
12683,
1643,
357,
15,
8,
290,
257,
14735,
1128,
42503,
341,
362,
61,
16,
1343,
362,
61,
16,
796,
513,
526,
15931,
198,
8818,
4488,
62,
11201,
3471,
7,
32,
3712,
19182,
90,
51,
30072,
810,
1391,
51,
27,
25,
38176,
90,
43879,
1433,
11,
43879,
2624,
11,
43879,
2414,
11709,
198,
220,
220,
220,
347,
796,
4866,
7,
32,
8,
198,
220,
220,
220,
4488,
62,
11201,
3471,
0,
7,
33,
8,
198,
220,
220,
220,
1441,
347,
198,
437
] | 2.489552 | 670 |
#===================================================================================================
Kernel Kernels Module
===================================================================================================#
module MLKernels
import Base: convert, eltype, print, show, string, ==, *, /, +, -, ^, exp, tanh
export
# Memory
Orientation,
# Kernel Functions
Kernel,
MercerKernel,
AbstractExponentialKernel,
ExponentialKernel,
LaplacianKernel,
SquaredExponentialKernel,
GaussianKernel,
RadialBasisKernel,
GammaExponentialKernel,
AbstractRationalQuadraticKernel,
RationalQuadraticKernel,
GammaRationalQuadraticKernel,
MaternKernel,
LinearKernel,
PolynomialKernel,
ExponentiatedKernel,
PeriodicKernel,
NegativeDefiniteKernel,
PowerKernel,
LogKernel,
SigmoidKernel,
# Kernel Function Properties
ismercer,
isnegdef,
isstationary,
isisotropic,
# Kernel Matrix
kernel,
kernelmatrix,
kernelmatrix!,
centerkernelmatrix!,
centerkernelmatrix,
# Kernel Approximation
NystromFact,
nystrom
using SpecialFunctions: besselk, gamma
import LinearAlgebra
import Statistics
@doc raw"""
Orientation
Union of the two `Val` types representing the data matrix orientations:
1. `Val{:row}` identifies when observation vector corresponds to a row of the data matrix
2. `Val{:col}` identifies when each observation vector corresponds to a column of the data
matrix
"""
const Orientation = Union{Val{:row}, Val{:col}}
include("utils.jl")
include("basefunctions.jl")
include("basematrix.jl")
include("kernelfunctions.jl")
include("kernelmatrix.jl")
include("nystrom.jl")
include("deprecated.jl")
end # MLKernels | [
2,
23926,
10052,
18604,
198,
220,
32169,
509,
44930,
19937,
198,
23926,
10052,
18604,
2,
198,
198,
21412,
10373,
42,
44930,
198,
198,
11748,
7308,
25,
10385,
11,
1288,
4906,
11,
3601,
11,
905,
11,
4731,
11,
6624,
11,
1635,
11,
1220,
11,
1343,
11,
532,
11,
10563,
11,
1033,
11,
25706,
71,
198,
198,
39344,
628,
220,
220,
220,
1303,
14059,
198,
220,
220,
220,
35275,
341,
11,
628,
220,
220,
220,
1303,
32169,
40480,
198,
220,
220,
220,
32169,
11,
198,
220,
220,
220,
220,
220,
220,
220,
38146,
42,
7948,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
27741,
16870,
35470,
42,
7948,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5518,
35470,
42,
7948,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4689,
489,
330,
666,
42,
7948,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5056,
1144,
16870,
35470,
42,
7948,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12822,
31562,
42,
7948,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5325,
498,
15522,
271,
42,
7948,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
43595,
16870,
35470,
42,
7948,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
27741,
49,
864,
4507,
41909,
1512,
42,
7948,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
46863,
4507,
41909,
1512,
42,
7948,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
43595,
49,
864,
4507,
41909,
1512,
42,
7948,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
337,
9205,
42,
7948,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
44800,
42,
7948,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12280,
26601,
498,
42,
7948,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5518,
3471,
12931,
42,
7948,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18581,
291,
42,
7948,
11,
198,
220,
220,
220,
220,
220,
220,
220,
36183,
7469,
9504,
42,
7948,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4333,
42,
7948,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5972,
42,
7948,
11,
198,
220,
220,
220,
220,
220,
220,
220,
311,
17225,
1868,
42,
7948,
11,
628,
220,
220,
220,
1303,
32169,
15553,
24946,
198,
220,
220,
220,
318,
647,
2189,
11,
198,
220,
220,
220,
318,
12480,
4299,
11,
198,
220,
220,
220,
318,
17529,
560,
11,
198,
220,
220,
220,
318,
271,
46084,
11,
628,
220,
220,
220,
1303,
32169,
24936,
198,
220,
220,
220,
9720,
11,
198,
220,
220,
220,
9720,
6759,
8609,
11,
198,
220,
220,
220,
9720,
6759,
8609,
28265,
198,
220,
220,
220,
3641,
33885,
6759,
8609,
28265,
198,
220,
220,
220,
3641,
33885,
6759,
8609,
11,
628,
220,
220,
220,
1303,
32169,
2034,
13907,
18991,
198,
220,
220,
220,
17735,
20282,
29054,
11,
198,
220,
220,
220,
299,
88,
20282,
628,
198,
3500,
6093,
24629,
2733,
25,
7284,
741,
74,
11,
34236,
198,
11748,
44800,
2348,
29230,
198,
11748,
14370,
198,
198,
31,
15390,
8246,
37811,
198,
220,
220,
220,
35275,
341,
198,
198,
38176,
286,
262,
734,
4600,
7762,
63,
3858,
10200,
262,
1366,
17593,
11367,
602,
25,
628,
220,
352,
13,
4600,
7762,
90,
25,
808,
92,
63,
21079,
618,
13432,
15879,
24866,
284,
257,
5752,
286,
262,
1366,
17593,
198,
220,
362,
13,
4600,
7762,
90,
25,
4033,
92,
63,
21079,
618,
1123,
13432,
15879,
24866,
284,
257,
5721,
286,
262,
1366,
198,
220,
220,
220,
220,
17593,
198,
37811,
198,
9979,
35275,
341,
796,
4479,
90,
7762,
90,
25,
808,
5512,
3254,
90,
25,
4033,
11709,
198,
198,
17256,
7203,
26791,
13,
20362,
4943,
198,
198,
17256,
7203,
8692,
12543,
2733,
13,
20362,
4943,
198,
17256,
7203,
12093,
368,
265,
8609,
13,
20362,
4943,
198,
198,
17256,
7203,
74,
1142,
7046,
46797,
13,
20362,
4943,
198,
17256,
7203,
33885,
6759,
8609,
13,
20362,
4943,
198,
17256,
7203,
3281,
20282,
13,
20362,
4943,
198,
198,
17256,
7203,
10378,
31023,
13,
20362,
4943,
198,
198,
437,
1303,
10373,
42,
44930
] | 2.566186 | 763 |
module IntegralsModule
export computeIntegralOverlap, computeElectronRepulsionIntegral, computeTensorBlockElectronRepulsionIntegrals, computeIntegralKinetic, computeIntegralNuclearAttraction, computeIntegralThreeCenterOverlap, computeMatrixBlockOverlap, computeMatrixBlockKinetic, computeMatrixBlockNuclearAttraction
using ..BaseModule
using ..BasisFunctionsModule
using ..AtomModule
using ..GeometryModule
using ..DocumentationModule
using ..ShellModule
using ProgressMeter
import Base.normalize!
ProgressMeter.printover(STDOUT," + (GSL........................")
using GSL
ProgressMeter.printover(STDOUT," + IntegralsModule.............")
function GaussianIntegral1D_Valeev(mqn::Int,exponent::Float64)
m = mqn
ζ = exponent
if (mqn%2!=0) # integral over uneven function
return 0
else
return (doublefactorial(m-1)*sqrt(π)) / ((2ζ)^(m/2)*sqrt(ζ))
end
end
@doc """
I_x = Integrate[x^m Exp[-ζ x^2], {x,-∞,∞}] (acc. to Fundament. of Mol. Integr. Eval. by Fermann, Valeev)
""" GaussianIntegral1D_Valeev
@add_doc GenericCitation("Fundament. of Mol. Integr. Eval. by Fermann, Valeev") GaussianIntegral1D_Valeev
"""
I_x = Integrate[x^m Exp[-ζ x^2], {x,-∞,∞}] (acc. to Mathematica 9)
"""
function GaussianIntegral1D_Mathematica(mqn::Int,exponent::Float64)
m = mqn
ζ = exponent
if (mqn%2!=0) # integral over uneven function
return 0
else
t=(m+1)/2
return ζ^(-t) * gamma(t)
end
end
GaussianIntegral1D = GaussianIntegral1D_Mathematica
#function FundamentalIntegral(
# pgb1::PrimitiveGaussianBasisFunction,
# pgb2::PrimitiveGaussianBasisFunction,
# func::Function,
# pgb3::PrimitiveGaussianBasisFunction,
# pgb4::PrimitiveGaussianBasisFunction)
# # (pgb1(x1) pgb2(x1) | func(x1,x2) | pgb3(x2) pgb4(x2) )
# # pgb1..4 are considered s-Functions
# # acc. to Molecular Integrals of Gaussian Basis Functions by Gill
#
# # I = (π G_AB G_CD) / ( 2(ζ η)^(3/2) R^3 ) Integrate[u Sin[u] Exp[-u^2/(4T)] FT[f][u/R],{u,0,∞}]
#end
function GaussProductFundamental(
pgb1::PrimitiveGaussianBasisFunction,
pgb2::PrimitiveGaussianBasisFunction)
# Fundamental means primitives are taken as s-Functions
# K Exp[-γ r^2_P] = pgb1 * pgb2 (acc. to Fundament. of Mol. Integr. Eval. by Fermann, Valeev)
α1 = pgb1.exponent
α2 = pgb2.exponent
A = pgb1.center
B = pgb2.center
γ = α1 + α2
P = (α1*A + α2*B) / γ
AB = distance(A,B)
K = exp(-α1*α2*AB^2/γ)
return (K,P,γ)
end
type PolynomialFactors
x::Array{Tuple{Float64,Int},1} # Float64*x^Int
y::Array{Tuple{Float64,Int},1} # Float64*y^Int
z::Array{Tuple{Float64,Int},1} # Float64*z^Int
end
function GaussProductPolynomialFactor(
pgb1::PrimitiveGaussianBasisFunction,
pgb2::PrimitiveGaussianBasisFunction)
# _Sum_K[f_k r^k]_ K Exp[-γ r^2_P] = pgb1 * pgb2 (acc. to Fundament. of Mol. Integr. Eval. by Fermann, Valeev)
A = pgb1.center
B = pgb2.center
(K,P,γ) = GaussProductFundamental(pgb1,pgb2)
#factors = PolynomialFactors(Array(Tuple{Float64,Int},pgb1.mqn.x+pgb2.mqn.x),Array(Tuple{Float64,Int},pgb1.mqn.y+pgb2.mqn.y),Array(Tuple{Float64,Int},pgb1.mqn.z+pgb2.mqn.z))
factors = PolynomialFactors(Tuple{Float64,Int}[],Tuple{Float64,Int}[],Tuple{Float64,Int}[])
for xyz in 1:3
l1 = getfield(pgb1.mqn,xyz)
l2 = getfield(pgb2.mqn,xyz)
sizehint!(getfield(factors,xyz),1+l1+l2)
for k in 0:l1+l2
f = 0.
for q in max(-k,k-2l2):2:min(k,2l1-k)
i = (k+q) ÷ 2
j = (k-q) ÷ 2
f += binomial(l1,i) * binomial(l2,j) * getfield((P-A),xyz)^(l1-i) * getfield((P-B),xyz)^(l2-j)
end
#ij = [((k+q) ÷ 2,(k-q) ÷ 2) for q in max(-k,k-2l2):2:min(k,2l1-k)]
#f = sum([binomial(l1,i) * binomial(l2,j) * (P-A).(xyz)^(l1-i) * (P-B).(xyz)^(l2-j) for(i,j) in ij])
push!(getfield(factors,xyz),(f,k))
end
end
return factors
end
function computeMatrixBlockOverlap(sh1::Shell,sh2::Shell)
return [computeIntegralOverlap(cgb1,cgb2) for cgb1 in expandShell(sh1), cgb2 in expandShell(sh2)]
end
function computeMatrixBlockKinetic(sh1::Shell,sh2::Shell)
return [computeIntegralKinetic(cgb1,cgb2) for cgb1 in expandShell(sh1), cgb2 in expandShell(sh2)]
end
function computeMatrixBlockNuclearAttraction(sh1::Shell,sh2::Shell,atom::Atom)
return [computeIntegralNuclearAttraction(cgb1,cgb2,atom) for cgb1 in expandShell(sh1), cgb2 in expandShell(sh2)]
end
function computeMatrixBlockNuclearAttraction(sh1::Shell,sh2::Shell,geo::Geometry)
return mapreduce(atom->computeMatrixBlockNuclearAttraction(sh1,sh2,atom),+,0,geo.atoms)
end
function computeIntegralOverlap(
pgb1::PrimitiveGaussianBasisFunction,
pgb2::PrimitiveGaussianBasisFunction)
# S_ij = Integrate[phi_i(r) phi_j(r),{r el R}] (acc. to Fundament. of Mol. Integr. Eval. by Fermann, Valeev)
(K,P,γ) = GaussProductFundamental(pgb1,pgb2)
factors = GaussProductPolynomialFactor(pgb1,pgb2)
Ix = sum([f*GaussianIntegral1D(i,γ) for (f,i) in factors.x])
Iy = sum([f*GaussianIntegral1D(i,γ) for (f,i) in factors.y])
Iz = sum([f*GaussianIntegral1D(i,γ) for (f,i) in factors.z])
return K*Ix*Iy*Iz::Float64
end
function computeIntegralOverlap(
cgb1::ContractedGaussianBasisFunction,
cgb2::ContractedGaussianBasisFunction)
integral = 0.
for (coeff1,pgb1) in zip(cgb1.coefficients,cgb1.primitiveBFs)
for (coeff2,pgb2) in zip(cgb2.coefficients,cgb2.primitiveBFs)
integral += coeff1*coeff2*computeIntegralOverlap(pgb1,pgb2)
end
end
return integral::Float64
end
function computeIntegralThreeCenterOverlap(
pgb1::PrimitiveGaussianBasisFunction,
pgb2::PrimitiveGaussianBasisFunction,
pgb3::PrimitiveGaussianBasisFunction)
#
Ix = 0.
Iy = 0.
Iz = 0.
(K12,center,exponent) = IntegralsModule.GaussProductFundamental(pgb1,pgb2)
factors12 = IntegralsModule.GaussProductPolynomialFactor(pgb1,pgb2)
#
mqn = MQuantumNumber(0,0,0)
pgb12 = PrimitiveGaussianBasisFunction(center,exponent,mqn)
(K,P,γ) = IntegralsModule.GaussProductFundamental(pgb12,pgb3)
#
for xyz in [:x,:y,:z]
for (f,i) in getfield(factors12, xyz)
if (xyz == :x)
mqn = MQuantumNumber(i,0,0)
pgb12 = PrimitiveGaussianBasisFunction(center,exponent,mqn)
elseif (xyz == :y)
mqn = MQuantumNumber(0,i,0)
pgb12 = PrimitiveGaussianBasisFunction(center,exponent,mqn)
elseif (xyz == :z)
mqn = MQuantumNumber(0,0,i)
pgb12 = PrimitiveGaussianBasisFunction(center,exponent,mqn)
end
factors = IntegralsModule.GaussProductPolynomialFactor(pgb12,pgb3)
if (xyz == :x)
Ix += sum([f*g*IntegralsModule.GaussianIntegral1D(j,γ) for (g,j) in factors.x])
elseif (xyz == :y)
Iy += sum([f*g*IntegralsModule.GaussianIntegral1D(j,γ) for (g,j) in factors.y])
elseif (xyz == :z)
Iz += sum([f*g*IntegralsModule.GaussianIntegral1D(j,γ) for (g,j) in factors.z])
end
end
end
#
return K12*K*Ix*Iy*Iz::Float64
end
function computeIntegralThreeCenterOverlap(
cgb1::ContractedGaussianBasisFunction,
cgb2::ContractedGaussianBasisFunction,
cgb3::ContractedGaussianBasisFunction)
#
integral = 0.
for (coeff1,pgb1) in zip(cgb1.coefficients,cgb1.primitiveBFs),
(coeff2,pgb2) in zip(cgb2.coefficients,cgb2.primitiveBFs),
(coeff3,pgb3) in zip(cgb3.coefficients,cgb3.primitiveBFs)
integral += coeff1*coeff2*coeff3*computeIntegralThreeCenterOverlap(pgb1,pgb2,pgb3)
end
return integral
end
function incrmqn(mqn::MQuantumNumber,xyz::Symbol,inc::Int)
mqn_t = [mqn.x,mqn.y,mqn.z]
xyznum = Dict(:x => 1, :y => 2, :z => 3)
num = xyznum[xyz]
mqn_t[num] += inc
return MQuantumNumber(mqn_t[1],mqn_t[2],mqn_t[3])
end
function computeIntegralKinetic(
pgb1::PrimitiveGaussianBasisFunction,
pgb2::PrimitiveGaussianBasisFunction)
#Ix + Iy + Iz = (pgb1 | 1/2 ∇^2 | pgb2)
#Ix = 1/2 l1 l2 <-1|-1> + 2 α1 α2 <+1|+1> - α1 l2 <+1|-1> - α2 l1 <-1|+1>
#(acc. to Fundamentals of Mol. Integr. Eval. by Fermann, Valeev (eq. 4.1 + 4.13))
integral = 0.
for xyz in (:x,:y,:z)
pgb1decr = deepcopy(pgb1)
pgb1decr.mqn = incrmqn(pgb1.mqn,xyz,-1)
pgb1incr = deepcopy(pgb1)
pgb1incr.mqn = incrmqn(pgb1.mqn,xyz,1)
pgb2decr = deepcopy(pgb2)
pgb2decr.mqn = incrmqn(pgb2.mqn,xyz,-1)
pgb2incr = deepcopy(pgb2)
pgb2incr.mqn = incrmqn(pgb2.mqn,xyz,1)
l1 = getfield(pgb1.mqn, xyz)
l2 = getfield(pgb2.mqn, xyz)
α1 = pgb1.exponent
α2 = pgb2.exponent
if(l1*l2!=0) integral += (1/2*l1*l2) * computeIntegralOverlap(pgb1decr,pgb2decr) end
integral += (2*α1*α2) * computeIntegralOverlap(pgb1incr,pgb2incr)
if(l2 !=0) integral += (-α1*l2) * computeIntegralOverlap(pgb1incr,pgb2decr) end
if(l1 !=0) integral += (-l1*α2) * computeIntegralOverlap(pgb1decr,pgb2incr) end
end
return integral::Float64
end
function computeIntegralKinetic(
cgb1::ContractedGaussianBasisFunction,
cgb2::ContractedGaussianBasisFunction)
integral = 0.
for (coeff1,pgb1) in zip(cgb1.coefficients,cgb1.primitiveBFs),
(coeff2,pgb2) in zip(cgb2.coefficients,cgb2.primitiveBFs)
integral += coeff1*coeff2*computeIntegralKinetic(pgb1,pgb2)
end
return integral
end
function OverlapFundamental(
pgb1::PrimitiveGaussianBasisFunction,
pgb2::PrimitiveGaussianBasisFunction)
(K,P,γ) = GaussProductFundamental(pgb1,pgb2)
# Overlap(s-type pgb1, s-type pgb2) (acc. to. Mathematica)
return K*(π/γ)^(3/2)::Float64
end
function FIntegral(m::Integer,x::Real,APPROX_ZERO::Float64=1e-5)
# F[m,x] = Integrate[u^2m Exp[-x u^2],{u,0,1}
# = 1/2 x^(-0.5-m) ( Gamma[1/2 + m] - Gamma[1/2 + m, x] ) # acc. to Mathematica
x = max(x,APPROX_ZERO) # for x -> 0
if (x<=APPROX_ZERO) return 1/(1+2*m) end
return 1/2 * x^(-1/2-m) * ( GSL.sf_gamma(1/2+m) - GSL.sf_gamma_inc(1/2+m,x) )
end
function ASummand(
f::Real,
l1::Integer,
l2::Integer,
Ax::Real,
Bx::Real,
PCx::Real,
γ::Real,
l::Integer,
r::Integer,
i::Integer)
# A[l1,l2,Ax,Bx,Cx,γ] = (-1)^l f_l(l1,l2,PAx,PBx) ((-1)^i l! PCx^(l-2r-2i) (1/(4γ))^(r+i)) / (r! i! (l-2r-2i)!)
return (-1)^l * f * (-1)^i * factorial(l) * PCx^(l-2r-2i) * (1/(4γ))^(r+i) / (factorial(r) * factorial(i) * factorial(l - 2r - 2i))
end
function computeIntegralNuclearAttraction(
pgb1::PrimitiveGaussianBasisFunction,
pgb2::PrimitiveGaussianBasisFunction,
atom::Atom)
# V = K * A(l1,l2,Ax,Bx,Cx,γ) * A(m1,m2,Ay,By,Cy,γ) * A(n1,n2,Az,Bz,Cz,γ) * F[l+m+n-2(r+s+t) - (i+j+k),γ PC^2]
#acc. to. Handbook of Comput. Quant. Chem. by Cook, chap. 7.7.3 final formula
K,P,γ = GaussProductFundamental(pgb1,pgb2)
C = atom.position
result = 0
for (fx,l) in GaussProductPolynomialFactor(pgb1,pgb2).x,
r in 0:floor(Int,(l/2)),
i in 0:floor(Int,((l-2r)/2))
Ax = ASummand(fx,pgb1.mqn.x,pgb2.mqn.x,pgb1.center.x,pgb2.center.x,(P-C).x,γ,l,r,i)
for (fy,m) in GaussProductPolynomialFactor(pgb1,pgb2).y,
s in 0:floor(Int,(m/2))m,
j in 0:floor(Int,((m-2s)/2))
Ay = ASummand(fy,pgb1.mqn.y,pgb2.mqn.y,pgb1.center.y,pgb2.center.y,(P-C).y,γ,m,s,j)
for (fz,n) in GaussProductPolynomialFactor(pgb1,pgb2).z,
t in 0:floor(Int,(n/2)),
k in 0:floor(Int,((n-2t)/2))
Az = ASummand(fz,pgb1.mqn.z,pgb2.mqn.z,pgb1.center.z,pgb2.center.z,(P-C).z,γ,n,t,k)
result += 2π/γ * K * Ax * Ay * Az * FIntegral(l+m+n-2*(r+s+t)-(i+j+k),γ*distance(P,C)^2)
end
end
end
return -atom.element.atomicNumber * result
end
function computeIntegralNuclearAttraction(
cgb1::ContractedGaussianBasisFunction,
cgb2::ContractedGaussianBasisFunction,
atom::Atom)
integral = 0.
for (coeff1,pgb1) in zip(cgb1.coefficients,cgb1.primitiveBFs),
(coeff2,pgb2) in zip(cgb2.coefficients,cgb2.primitiveBFs)
integral += coeff1*coeff2*computeIntegralNuclearAttraction(pgb1,pgb2,atom)
end
return integral
end
type θfactors
x::Array{Tuple{Float64,Int,Int},1} # θ,l,r
y::Array{Tuple{Float64,Int,Int},1} # θ,l,r
z::Array{Tuple{Float64,Int,Int},1} # θ,l,r
end
function θFactors(
μ::PrimitiveGaussianBasisFunction,
ν::PrimitiveGaussianBasisFunction)
K,P,γ = IntegralsModule.GaussProductFundamental(μ,ν)
factors = θfactors(Tuple{Float64,Int,Int}[],Tuple{Float64,Int,Int}[],Tuple{Float64,Int,Int}[])
for xyz in 1:3
sizehint!(getfield(factors,xyz),floor(Int,(length(getfield(GaussProductPolynomialFactor(μ,ν),xyz))+1)*5/8))
for (f,l) in getfield(IntegralsModule.GaussProductPolynomialFactor(μ,ν),xyz),
r in 0:floor(Int,(l/2))
θ = f * (factorial(l)*γ^(r-l))/(factorial(r)*factorial(l-2r))
push!(getfield(factors,xyz),(θ,l,r))
end
end
return factors
end
type Bfactors
x::Array{Tuple{Float64,Int,Int,Int,Int,Int},1} # B,l12,r12,i,l34,r34
y::Array{Tuple{Float64,Int,Int,Int,Int,Int},1} # B,l12,r12,i,l34,r34
z::Array{Tuple{Float64,Int,Int,Int,Int,Int},1} # B,l12,r12,i,l34,r34
end
function BFactors(
μ::PrimitiveGaussianBasisFunction,
ν::PrimitiveGaussianBasisFunction,
λ::PrimitiveGaussianBasisFunction,
σ::PrimitiveGaussianBasisFunction)
K1,P,γ1 = IntegralsModule.GaussProductFundamental(μ,ν)
K2,Q,γ2 = IntegralsModule.GaussProductFundamental(λ,σ)
δ = 1/(4γ1) + 1/(4γ2)
#p = (P-Q) # this might be a typo in the book
p = (Q-P)
factors = Bfactors([],[],[])
for xyz in 1:3,
(θ12,l12,r12) in getfield(θFactors(μ,ν),xyz),
(θ34,l34,r34) in getfield(θFactors(λ,σ),xyz)
#for (i in 0:floor(Integer,((l12-2r12)/2))) # this might be a typo in the book (otherwise e.g. ERI(s,s,px,px2) != ERI(px,px2,s,s) (where the 2 denotes a second center moved by 0.5 in x direction)
for i in 0:floor(Int,((l12+l34-2r12-2r34)/2))
B = (-1)^l34 * θ12 * θ34 * ((-1)^i*(2δ)^(2(r12+r34))*factorial(l12+l34-2r12-2r34)*δ^i*getfield(p,xyz)^(l12+l34-2*(r12+r34+i)))/((4δ)^(l12+l34)*factorial(i)*factorial(l12+l34-2*(r12+r34+i)))
push!(getfield(factors,xyz),(B,l12,r12,i,l34,r34))
end
end
return factors
end
function computeElectronRepulsionIntegral(
μ::PrimitiveGaussianBasisFunction,
ν::PrimitiveGaussianBasisFunction,
λ::PrimitiveGaussianBasisFunction,
σ::PrimitiveGaussianBasisFunction)
# compute (μν|λσ) (Mulliken notation) = Integrate[μ(1) ν(1) 1/Abs(1-2) λ(2) σ(2), d1 d2]
# in the most straightforward but primitive way (acc. to. Handbook of Comp. Quant. Chem. by Cook eq.7.1)
A = μ.center
B = ν.center
C = λ.center
D = σ.center
α1 = μ.exponent
α2 = ν.exponent
α3 = λ.exponent
α4 = σ.exponent
K1,P,γ1 = IntegralsModule.GaussProductFundamental(μ,ν)
K2,Q,γ2 = IntegralsModule.GaussProductFundamental(λ,σ)
δ = 1/(4γ1) + 1/(4γ2)
p = (P-Q)
Bfactors = BFactors(μ,ν,λ,σ)
Ω = 2π^2/(γ1 * γ2) * sqrt(π/(γ1 + γ2)) * exp(-α1*α2*distance(A,B)^2/γ1 - α3*α4*distance(C,D)^2/γ2)
result = 0.
for (Bx,l12,r12,i,l34,r34) in Bfactors.x,
(By,m12,s12,j,m34,s34) in Bfactors.y,
(Bz,n12,t12,k,n34,t34) in Bfactors.z
V = (l12+l34+m12+m34+n12+n34) - 2*(r12+r34+s12+s34+t12+t34) - (i+j+k)
result += Ω * Bx * By * Bz * IntegralsModule.FIntegral(V,distance(P,Q)^2/(4δ))
#println("Bx*By*Bz*FIntegral[$V] = $Bx * $By * $Bz * $(IntegralsModule.FIntegral(V,distance(P,Q)^2/(4δ)))")
end
return result
end
function computeElectronRepulsionIntegral(
μ::ContractedGaussianBasisFunction,
ν::ContractedGaussianBasisFunction,
λ::ContractedGaussianBasisFunction,
σ::ContractedGaussianBasisFunction)
integral = 0.
for (coeff1,pgb1) in zip(μ.coefficients,μ.primitiveBFs),
(coeff2,pgb2) in zip(ν.coefficients,ν.primitiveBFs),
(coeff3,pgb3) in zip(λ.coefficients,λ.primitiveBFs),
(coeff4,pgb4) in zip(σ.coefficients,σ.primitiveBFs)
integral += coeff1*coeff2*coeff3*coeff4*computeElectronRepulsionIntegral(pgb1,pgb2,pgb3,pgb4)
end
return integral
end
function computeTensorBlockElectronRepulsionIntegrals(
μs::Vector{ContractedGaussianBasisFunction},
νs::Vector{ContractedGaussianBasisFunction},
λs::Vector{ContractedGaussianBasisFunction},
σs::Vector{ContractedGaussianBasisFunction})
[computeElectronRepulsionIntegral(μ,ν,λ,σ) for μ in μs, ν in νs, λ in λs, σ in σs]
end
function normalize!(cgb::ContractedGaussianBasisFunction)
N = computeIntegralOverlap(cgb,cgb)
scale!(cgb.coefficients,1/sqrt(N))
end
end # module
| [
21412,
15995,
30691,
26796,
198,
39344,
24061,
34500,
1373,
5886,
37796,
11,
24061,
19453,
1313,
6207,
15204,
34500,
1373,
11,
24061,
51,
22854,
12235,
19453,
1313,
6207,
15204,
34500,
30691,
11,
24061,
34500,
1373,
49681,
5139,
11,
24061,
34500,
1373,
45,
4016,
8086,
7861,
11,
24061,
34500,
1373,
12510,
23656,
5886,
37796,
11,
24061,
46912,
12235,
5886,
37796,
11,
24061,
46912,
12235,
49681,
5139,
11,
24061,
46912,
12235,
45,
4016,
8086,
7861,
198,
3500,
11485,
14881,
26796,
198,
3500,
11485,
15522,
271,
24629,
2733,
26796,
198,
3500,
11485,
2953,
296,
26796,
198,
3500,
11485,
10082,
15748,
26796,
198,
3500,
11485,
24941,
341,
26796,
198,
3500,
11485,
23248,
26796,
198,
3500,
18387,
44,
2357,
198,
198,
11748,
7308,
13,
11265,
1096,
0,
198,
198,
32577,
44,
2357,
13,
4798,
2502,
7,
36886,
553,
1343,
357,
38,
8634,
27754,
4943,
198,
3500,
46326,
198,
32577,
44,
2357,
13,
4798,
2502,
7,
36886,
553,
1343,
15995,
30691,
26796,
2109,
1106,
19570,
628,
198,
198,
8818,
12822,
31562,
34500,
1373,
16,
35,
62,
53,
1000,
1990,
7,
76,
80,
77,
3712,
5317,
11,
11201,
3471,
3712,
43879,
2414,
8,
198,
220,
285,
796,
285,
80,
77,
198,
220,
7377,
114,
796,
28622,
628,
220,
611,
357,
76,
80,
77,
4,
17,
0,
28,
15,
8,
1303,
19287,
625,
30690,
2163,
198,
220,
220,
220,
1441,
657,
198,
220,
2073,
198,
220,
220,
220,
1441,
357,
23352,
22584,
5132,
7,
76,
12,
16,
27493,
31166,
17034,
7,
46582,
4008,
1220,
14808,
17,
138,
114,
8,
61,
7,
76,
14,
17,
27493,
31166,
17034,
7,
138,
114,
4008,
198,
220,
886,
198,
437,
198,
31,
15390,
37227,
198,
40,
62,
87,
796,
15995,
4873,
58,
87,
61,
76,
5518,
58,
12,
138,
114,
2124,
61,
17,
4357,
1391,
87,
12095,
24861,
252,
11,
24861,
252,
92,
60,
357,
4134,
13,
284,
7557,
3263,
13,
286,
17958,
13,
15995,
81,
13,
26439,
13,
416,
376,
2224,
77,
11,
31832,
1990,
8,
198,
37811,
12822,
31562,
34500,
1373,
16,
35,
62,
53,
1000,
1990,
198,
31,
2860,
62,
15390,
42044,
34,
3780,
7203,
24553,
3263,
13,
286,
17958,
13,
15995,
81,
13,
26439,
13,
416,
376,
2224,
77,
11,
31832,
1990,
4943,
12822,
31562,
34500,
1373,
16,
35,
62,
53,
1000,
1990,
198,
198,
37811,
198,
40,
62,
87,
796,
15995,
4873,
58,
87,
61,
76,
5518,
58,
12,
138,
114,
2124,
61,
17,
4357,
1391,
87,
12095,
24861,
252,
11,
24861,
252,
92,
60,
357,
4134,
13,
284,
6550,
23380,
64,
860,
8,
198,
37811,
198,
8818,
12822,
31562,
34500,
1373,
16,
35,
62,
19044,
23380,
64,
7,
76,
80,
77,
3712,
5317,
11,
11201,
3471,
3712,
43879,
2414,
8,
198,
220,
285,
796,
285,
80,
77,
198,
220,
7377,
114,
796,
28622,
628,
220,
611,
357,
76,
80,
77,
4,
17,
0,
28,
15,
8,
1303,
19287,
625,
30690,
2163,
198,
220,
220,
220,
1441,
657,
198,
220,
2073,
198,
220,
220,
220,
256,
16193,
76,
10,
16,
20679,
17,
198,
220,
220,
220,
1441,
7377,
114,
61,
32590,
83,
8,
1635,
34236,
7,
83,
8,
198,
220,
886,
198,
437,
198,
198,
35389,
31562,
34500,
1373,
16,
35,
796,
12822,
31562,
34500,
1373,
16,
35,
62,
19044,
23380,
64,
198,
198,
2,
8818,
49983,
34500,
1373,
7,
198,
2,
220,
279,
22296,
16,
3712,
23828,
1800,
35389,
31562,
15522,
271,
22203,
11,
198,
2,
220,
279,
22296,
17,
3712,
23828,
1800,
35389,
31562,
15522,
271,
22203,
11,
198,
2,
220,
25439,
3712,
22203,
11,
198,
2,
220,
279,
22296,
18,
3712,
23828,
1800,
35389,
31562,
15522,
271,
22203,
11,
198,
2,
220,
279,
22296,
19,
3712,
23828,
1800,
35389,
31562,
15522,
271,
22203,
8,
198,
2,
220,
1303,
357,
6024,
65,
16,
7,
87,
16,
8,
279,
22296,
17,
7,
87,
16,
8,
930,
25439,
7,
87,
16,
11,
87,
17,
8,
930,
279,
22296,
18,
7,
87,
17,
8,
279,
22296,
19,
7,
87,
17,
8,
1267,
198,
2,
220,
1303,
279,
22296,
16,
492,
19,
389,
3177,
264,
12,
24629,
2733,
198,
2,
220,
1303,
697,
13,
284,
38275,
15995,
30691,
286,
12822,
31562,
6455,
271,
40480,
416,
12981,
198,
2,
198,
2,
220,
1303,
314,
796,
357,
46582,
402,
62,
6242,
402,
62,
8610,
8,
1220,
357,
362,
7,
138,
114,
7377,
115,
8,
61,
7,
18,
14,
17,
8,
371,
61,
18,
1267,
15995,
4873,
58,
84,
10884,
58,
84,
60,
5518,
58,
12,
84,
61,
17,
29006,
19,
51,
15437,
19446,
58,
69,
7131,
84,
14,
49,
4357,
90,
84,
11,
15,
11,
24861,
252,
92,
60,
198,
2,
437,
198,
198,
8818,
12822,
1046,
15667,
24553,
6860,
7,
198,
220,
279,
22296,
16,
3712,
23828,
1800,
35389,
31562,
15522,
271,
22203,
11,
198,
220,
279,
22296,
17,
3712,
23828,
1800,
35389,
31562,
15522,
271,
22203,
8,
198,
220,
1303,
49983,
1724,
2684,
20288,
389,
2077,
355,
264,
12,
24629,
2733,
198,
220,
1303,
509,
5518,
58,
12,
42063,
374,
61,
17,
62,
47,
60,
796,
279,
22296,
16,
1635,
279,
22296,
17,
357,
4134,
13,
284,
7557,
3263,
13,
286,
17958,
13,
15995,
81,
13,
26439,
13,
416,
376,
2224,
77,
11,
31832,
1990,
8,
628,
220,
26367,
16,
796,
279,
22296,
16,
13,
11201,
3471,
198,
220,
26367,
17,
796,
279,
22296,
17,
13,
11201,
3471,
198,
220,
317,
220,
796,
279,
22296,
16,
13,
16159,
198,
220,
347,
220,
796,
279,
22296,
17,
13,
16159,
628,
220,
7377,
111,
796,
26367,
16,
1343,
26367,
17,
198,
220,
350,
796,
357,
17394,
16,
9,
32,
1343,
26367,
17,
9,
33,
8,
1220,
7377,
111,
198,
220,
9564,
796,
5253,
7,
32,
11,
33,
8,
198,
220,
509,
796,
1033,
32590,
17394,
16,
9,
17394,
17,
9,
6242,
61,
17,
14,
42063,
8,
628,
220,
1441,
357,
42,
11,
47,
11,
42063,
8,
198,
437,
198,
198,
4906,
12280,
26601,
498,
29054,
669,
198,
220,
2124,
3712,
19182,
90,
51,
29291,
90,
43879,
2414,
11,
5317,
5512,
16,
92,
1303,
48436,
2414,
9,
87,
61,
5317,
198,
220,
331,
3712,
19182,
90,
51,
29291,
90,
43879,
2414,
11,
5317,
5512,
16,
92,
1303,
48436,
2414,
9,
88,
61,
5317,
198,
220,
1976,
3712,
19182,
90,
51,
29291,
90,
43879,
2414,
11,
5317,
5512,
16,
92,
1303,
48436,
2414,
9,
89,
61,
5317,
198,
437,
198,
198,
8818,
12822,
1046,
15667,
34220,
26601,
498,
41384,
7,
198,
220,
279,
22296,
16,
3712,
23828,
1800,
35389,
31562,
15522,
271,
22203,
11,
198,
220,
279,
22296,
17,
3712,
23828,
1800,
35389,
31562,
15522,
271,
22203,
8,
198,
220,
1303,
4808,
13065,
62,
42,
58,
69,
62,
74,
374,
61,
74,
60,
62,
509,
5518,
58,
12,
42063,
374,
61,
17,
62,
47,
60,
796,
279,
22296,
16,
1635,
279,
22296,
17,
357,
4134,
13,
284,
7557,
3263,
13,
286,
17958,
13,
15995,
81,
13,
26439,
13,
416,
376,
2224,
77,
11,
31832,
1990,
8,
628,
220,
317,
220,
796,
279,
22296,
16,
13,
16159,
198,
220,
347,
220,
796,
279,
22296,
17,
13,
16159,
198,
220,
357,
42,
11,
47,
11,
42063,
8,
796,
12822,
1046,
15667,
24553,
6860,
7,
6024,
65,
16,
11,
6024,
65,
17,
8,
628,
220,
1303,
22584,
669,
796,
12280,
26601,
498,
29054,
669,
7,
19182,
7,
51,
29291,
90,
43879,
2414,
11,
5317,
5512,
6024,
65,
16,
13,
76,
80,
77,
13,
87,
10,
6024,
65,
17,
13,
76,
80,
77,
13,
87,
828,
19182,
7,
51,
29291,
90,
43879,
2414,
11,
5317,
5512,
6024,
65,
16,
13,
76,
80,
77,
13,
88,
10,
6024,
65,
17,
13,
76,
80,
77,
13,
88,
828,
19182,
7,
51,
29291,
90,
43879,
2414,
11,
5317,
5512,
6024,
65,
16,
13,
76,
80,
77,
13,
89,
10,
6024,
65,
17,
13,
76,
80,
77,
13,
89,
4008,
198,
220,
5087,
796,
12280,
26601,
498,
29054,
669,
7,
51,
29291,
90,
43879,
2414,
11,
5317,
92,
58,
4357,
51,
29291,
90,
43879,
2414,
11,
5317,
92,
58,
4357,
51,
29291,
90,
43879,
2414,
11,
5317,
92,
58,
12962,
198,
220,
329,
2124,
45579,
287,
352,
25,
18,
198,
220,
220,
220,
300,
16,
796,
651,
3245,
7,
6024,
65,
16,
13,
76,
80,
77,
11,
5431,
89,
8,
198,
220,
220,
220,
300,
17,
796,
651,
3245,
7,
6024,
65,
17,
13,
76,
80,
77,
11,
5431,
89,
8,
198,
220,
220,
220,
2546,
71,
600,
0,
7,
1136,
3245,
7,
22584,
669,
11,
5431,
89,
828,
16,
10,
75,
16,
10,
75,
17,
8,
198,
220,
220,
220,
329,
479,
287,
657,
25,
75,
16,
10,
75,
17,
198,
220,
220,
220,
220,
220,
277,
796,
657,
13,
198,
220,
220,
220,
220,
220,
329,
10662,
287,
3509,
32590,
74,
11,
74,
12,
17,
75,
17,
2599,
17,
25,
1084,
7,
74,
11,
17,
75,
16,
12,
74,
8,
198,
220,
220,
220,
1312,
796,
357,
74,
10,
80,
8,
6184,
115,
362,
198,
220,
220,
220,
474,
796,
357,
74,
12,
80,
8,
6184,
115,
362,
198,
220,
220,
220,
277,
15853,
9874,
49070,
7,
75,
16,
11,
72,
8,
1635,
9874,
49070,
7,
75,
17,
11,
73,
8,
1635,
651,
3245,
19510,
47,
12,
32,
828,
5431,
89,
8,
61,
7,
75,
16,
12,
72,
8,
1635,
651,
3245,
19510,
47,
12,
33,
828,
5431,
89,
8,
61,
7,
75,
17,
12,
73,
8,
198,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
1303,
2926,
796,
685,
19510,
74,
10,
80,
8,
6184,
115,
362,
11,
7,
74,
12,
80,
8,
6184,
115,
362,
8,
329,
10662,
287,
3509,
32590,
74,
11,
74,
12,
17,
75,
17,
2599,
17,
25,
1084,
7,
74,
11,
17,
75,
16,
12,
74,
15437,
198,
220,
220,
220,
220,
220,
1303,
69,
796,
2160,
26933,
8800,
49070,
7,
75,
16,
11,
72,
8,
1635,
9874,
49070,
7,
75,
17,
11,
73,
8,
1635,
357,
47,
12,
32,
737,
7,
5431,
89,
8,
61,
7,
75,
16,
12,
72,
8,
1635,
357,
47,
12,
33,
737,
7,
5431,
89,
8,
61,
7,
75,
17,
12,
73,
8,
329,
7,
72,
11,
73,
8,
287,
1312,
73,
12962,
198,
220,
220,
220,
220,
220,
4574,
0,
7,
1136,
3245,
7,
22584,
669,
11,
5431,
89,
828,
7,
69,
11,
74,
4008,
198,
220,
220,
220,
886,
198,
220,
886,
628,
220,
1441,
5087,
198,
437,
198,
198,
8818,
24061,
46912,
12235,
5886,
37796,
7,
1477,
16,
3712,
23248,
11,
1477,
17,
3712,
23248,
8,
198,
220,
1441,
685,
5589,
1133,
34500,
1373,
5886,
37796,
7,
66,
22296,
16,
11,
66,
22296,
17,
8,
329,
269,
22296,
16,
287,
4292,
23248,
7,
1477,
16,
828,
269,
22296,
17,
287,
4292,
23248,
7,
1477,
17,
15437,
198,
437,
198,
198,
8818,
24061,
46912,
12235,
49681,
5139,
7,
1477,
16,
3712,
23248,
11,
1477,
17,
3712,
23248,
8,
198,
220,
1441,
685,
5589,
1133,
34500,
1373,
49681,
5139,
7,
66,
22296,
16,
11,
66,
22296,
17,
8,
329,
269,
22296,
16,
287,
4292,
23248,
7,
1477,
16,
828,
269,
22296,
17,
287,
4292,
23248,
7,
1477,
17,
15437,
198,
437,
198,
198,
8818,
24061,
46912,
12235,
45,
4016,
8086,
7861,
7,
1477,
16,
3712,
23248,
11,
1477,
17,
3712,
23248,
11,
37696,
3712,
2953,
296,
8,
198,
220,
1441,
685,
5589,
1133,
34500,
1373,
45,
4016,
8086,
7861,
7,
66,
22296,
16,
11,
66,
22296,
17,
11,
37696,
8,
329,
269,
22296,
16,
287,
4292,
23248,
7,
1477,
16,
828,
269,
22296,
17,
287,
4292,
23248,
7,
1477,
17,
15437,
198,
437,
198,
198,
8818,
24061,
46912,
12235,
45,
4016,
8086,
7861,
7,
1477,
16,
3712,
23248,
11,
1477,
17,
3712,
23248,
11,
469,
78,
3712,
10082,
15748,
8,
198,
220,
1441,
3975,
445,
7234,
7,
37696,
3784,
5589,
1133,
46912,
12235,
45,
4016,
8086,
7861,
7,
1477,
16,
11,
1477,
17,
11,
37696,
828,
28200,
15,
11,
469,
78,
13,
265,
3150,
8,
198,
437,
198,
198,
8818,
24061,
34500,
1373,
5886,
37796,
7,
198,
220,
279,
22296,
16,
3712,
23828,
1800,
35389,
31562,
15522,
271,
22203,
11,
198,
220,
279,
22296,
17,
3712,
23828,
1800,
35389,
31562,
15522,
271,
22203,
8,
198,
220,
1303,
311,
62,
2926,
796,
15995,
4873,
58,
34846,
62,
72,
7,
81,
8,
872,
72,
62,
73,
7,
81,
828,
90,
81,
1288,
371,
92,
60,
357,
4134,
13,
284,
7557,
3263,
13,
286,
17958,
13,
15995,
81,
13,
26439,
13,
416,
376,
2224,
77,
11,
31832,
1990,
8,
628,
220,
357,
42,
11,
47,
11,
42063,
8,
796,
12822,
1046,
15667,
24553,
6860,
7,
6024,
65,
16,
11,
6024,
65,
17,
8,
198,
220,
5087,
796,
12822,
1046,
15667,
34220,
26601,
498,
41384,
7,
6024,
65,
16,
11,
6024,
65,
17,
8,
628,
220,
314,
87,
796,
2160,
26933,
69,
9,
35389,
31562,
34500,
1373,
16,
35,
7,
72,
11,
42063,
8,
329,
357,
69,
11,
72,
8,
287,
5087,
13,
87,
12962,
198,
220,
314,
88,
796,
2160,
26933,
69,
9,
35389,
31562,
34500,
1373,
16,
35,
7,
72,
11,
42063,
8,
329,
357,
69,
11,
72,
8,
287,
5087,
13,
88,
12962,
198,
220,
28493,
796,
2160,
26933,
69,
9,
35389,
31562,
34500,
1373,
16,
35,
7,
72,
11,
42063,
8,
329,
357,
69,
11,
72,
8,
287,
5087,
13,
89,
12962,
198,
220,
1441,
509,
9,
40,
87,
9,
40,
88,
9,
40,
89,
3712,
43879,
2414,
198,
437,
198,
198,
8818,
24061,
34500,
1373,
5886,
37796,
7,
198,
220,
269,
22296,
16,
3712,
4264,
20216,
35389,
31562,
15522,
271,
22203,
11,
198,
220,
269,
22296,
17,
3712,
4264,
20216,
35389,
31562,
15522,
271,
22203,
8,
628,
220,
19287,
796,
657,
13,
198,
220,
329,
357,
1073,
14822,
16,
11,
6024,
65,
16,
8,
287,
19974,
7,
66,
22296,
16,
13,
1073,
41945,
11,
66,
22296,
16,
13,
19795,
1800,
29499,
82,
8,
198,
220,
220,
220,
329,
357,
1073,
14822,
17,
11,
6024,
65,
17,
8,
287,
19974,
7,
66,
22296,
17,
13,
1073,
41945,
11,
66,
22296,
17,
13,
19795,
1800,
29499,
82,
8,
198,
220,
220,
220,
220,
220,
19287,
15853,
763,
14822,
16,
9,
1073,
14822,
17,
9,
5589,
1133,
34500,
1373,
5886,
37796,
7,
6024,
65,
16,
11,
6024,
65,
17,
8,
198,
220,
220,
220,
886,
198,
220,
886,
198,
220,
1441,
19287,
3712,
43879,
2414,
198,
437,
198,
198,
8818,
24061,
34500,
1373,
12510,
23656,
5886,
37796,
7,
198,
220,
279,
22296,
16,
3712,
23828,
1800,
35389,
31562,
15522,
271,
22203,
11,
198,
220,
279,
22296,
17,
3712,
23828,
1800,
35389,
31562,
15522,
271,
22203,
11,
198,
220,
279,
22296,
18,
3712,
23828,
1800,
35389,
31562,
15522,
271,
22203,
8,
198,
220,
1303,
198,
220,
314,
87,
796,
657,
13,
198,
220,
314,
88,
796,
657,
13,
198,
220,
28493,
796,
657,
13,
198,
220,
357,
42,
1065,
11,
16159,
11,
11201,
3471,
8,
796,
15995,
30691,
26796,
13,
35389,
1046,
15667,
24553,
6860,
7,
6024,
65,
16,
11,
6024,
65,
17,
8,
198,
220,
5087,
1065,
796,
15995,
30691,
26796,
13,
35389,
1046,
15667,
34220,
26601,
498,
41384,
7,
6024,
65,
16,
11,
6024,
65,
17,
8,
198,
220,
1303,
198,
220,
285,
80,
77,
796,
337,
24915,
388,
15057,
7,
15,
11,
15,
11,
15,
8,
198,
220,
279,
22296,
1065,
796,
11460,
1800,
35389,
31562,
15522,
271,
22203,
7,
16159,
11,
11201,
3471,
11,
76,
80,
77,
8,
198,
220,
357,
42,
11,
47,
11,
42063,
8,
796,
15995,
30691,
26796,
13,
35389,
1046,
15667,
24553,
6860,
7,
6024,
65,
1065,
11,
6024,
65,
18,
8,
198,
220,
1303,
198,
220,
329,
2124,
45579,
287,
685,
25,
87,
11,
25,
88,
11,
25,
89,
60,
198,
220,
220,
220,
329,
357,
69,
11,
72,
8,
287,
651,
3245,
7,
22584,
669,
1065,
11,
2124,
45579,
8,
198,
220,
220,
220,
220,
220,
611,
357,
5431,
89,
6624,
1058,
87,
8,
198,
220,
220,
220,
220,
220,
220,
220,
285,
80,
77,
796,
337,
24915,
388,
15057,
7,
72,
11,
15,
11,
15,
8,
198,
220,
220,
220,
220,
220,
220,
220,
279,
22296,
1065,
796,
11460,
1800,
35389,
31562,
15522,
271,
22203,
7,
16159,
11,
11201,
3471,
11,
76,
80,
77,
8,
198,
220,
220,
220,
220,
220,
2073,
361,
357,
5431,
89,
6624,
1058,
88,
8,
198,
220,
220,
220,
220,
220,
220,
220,
285,
80,
77,
796,
337,
24915,
388,
15057,
7,
15,
11,
72,
11,
15,
8,
198,
220,
220,
220,
220,
220,
220,
220,
279,
22296,
1065,
796,
11460,
1800,
35389,
31562,
15522,
271,
22203,
7,
16159,
11,
11201,
3471,
11,
76,
80,
77,
8,
198,
220,
220,
220,
220,
220,
2073,
361,
357,
5431,
89,
6624,
1058,
89,
8,
198,
220,
220,
220,
220,
220,
220,
220,
285,
80,
77,
796,
337,
24915,
388,
15057,
7,
15,
11,
15,
11,
72,
8,
198,
220,
220,
220,
220,
220,
220,
220,
279,
22296,
1065,
796,
11460,
1800,
35389,
31562,
15522,
271,
22203,
7,
16159,
11,
11201,
3471,
11,
76,
80,
77,
8,
198,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
5087,
796,
15995,
30691,
26796,
13,
35389,
1046,
15667,
34220,
26601,
498,
41384,
7,
6024,
65,
1065,
11,
6024,
65,
18,
8,
198,
220,
220,
220,
220,
220,
611,
357,
5431,
89,
6624,
1058,
87,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
314,
87,
15853,
2160,
26933,
69,
9,
70,
9,
34500,
30691,
26796,
13,
35389,
31562,
34500,
1373,
16,
35,
7,
73,
11,
42063,
8,
329,
357,
70,
11,
73,
8,
287,
5087,
13,
87,
12962,
198,
220,
220,
220,
220,
220,
2073,
361,
357,
5431,
89,
6624,
1058,
88,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
314,
88,
15853,
2160,
26933,
69,
9,
70,
9,
34500,
30691,
26796,
13,
35389,
31562,
34500,
1373,
16,
35,
7,
73,
11,
42063,
8,
329,
357,
70,
11,
73,
8,
287,
5087,
13,
88,
12962,
198,
220,
220,
220,
220,
220,
2073,
361,
357,
5431,
89,
6624,
1058,
89,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
28493,
15853,
2160,
26933,
69,
9,
70,
9,
34500,
30691,
26796,
13,
35389,
31562,
34500,
1373,
16,
35,
7,
73,
11,
42063,
8,
329,
357,
70,
11,
73,
8,
287,
5087,
13,
89,
12962,
198,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
220,
886,
198,
220,
1303,
198,
220,
1441,
509,
1065,
9,
42,
9,
40,
87,
9,
40,
88,
9,
40,
89,
3712,
43879,
2414,
198,
437,
198,
198,
8818,
24061,
34500,
1373,
12510,
23656,
5886,
37796,
7,
198,
220,
269,
22296,
16,
3712,
4264,
20216,
35389,
31562,
15522,
271,
22203,
11,
198,
220,
269,
22296,
17,
3712,
4264,
20216,
35389,
31562,
15522,
271,
22203,
11,
198,
220,
269,
22296,
18,
3712,
4264,
20216,
35389,
31562,
15522,
271,
22203,
8,
198,
220,
1303,
198,
220,
19287,
796,
657,
13,
198,
220,
329,
357,
1073,
14822,
16,
11,
6024,
65,
16,
8,
287,
19974,
7,
66,
22296,
16,
13,
1073,
41945,
11,
66,
22296,
16,
13,
19795,
1800,
29499,
82,
828,
198,
220,
220,
220,
220,
220,
357,
1073,
14822,
17,
11,
6024,
65,
17,
8,
287,
19974,
7,
66,
22296,
17,
13,
1073,
41945,
11,
66,
22296,
17,
13,
19795,
1800,
29499,
82,
828,
198,
220,
220,
220,
220,
220,
357,
1073,
14822,
18,
11,
6024,
65,
18,
8,
287,
19974,
7,
66,
22296,
18,
13,
1073,
41945,
11,
66,
22296,
18,
13,
19795,
1800,
29499,
82,
8,
198,
220,
220,
220,
19287,
15853,
763,
14822,
16,
9,
1073,
14822,
17,
9,
1073,
14822,
18,
9,
5589,
1133,
34500,
1373,
12510,
23656,
5886,
37796,
7,
6024,
65,
16,
11,
6024,
65,
17,
11,
6024,
65,
18,
8,
198,
220,
886,
198,
220,
1441,
19287,
198,
437,
198,
198,
8818,
753,
26224,
80,
77,
7,
76,
80,
77,
3712,
44,
24915,
388,
15057,
11,
5431,
89,
3712,
13940,
23650,
11,
1939,
3712,
5317,
8,
198,
220,
285,
80,
77,
62,
83,
796,
685,
76,
80,
77,
13,
87,
11,
76,
80,
77,
13,
88,
11,
76,
80,
77,
13,
89,
60,
198,
220,
2124,
45579,
22510,
796,
360,
713,
7,
25,
87,
5218,
352,
11,
1058,
88,
5218,
362,
11,
1058,
89,
5218,
513,
8,
198,
220,
997,
796,
2124,
45579,
22510,
58,
5431,
89,
60,
198,
220,
285,
80,
77,
62,
83,
58,
22510,
60,
15853,
753,
198,
220,
1441,
337,
24915,
388,
15057,
7,
76,
80,
77,
62,
83,
58,
16,
4357,
76,
80,
77,
62,
83,
58,
17,
4357,
76,
80,
77,
62,
83,
58,
18,
12962,
198,
437,
198,
198,
8818,
24061,
34500,
1373,
49681,
5139,
7,
198,
220,
279,
22296,
16,
3712,
23828,
1800,
35389,
31562,
15522,
271,
22203,
11,
198,
220,
279,
22296,
17,
3712,
23828,
1800,
35389,
31562,
15522,
271,
22203,
8,
198,
220,
1303,
40,
87,
1343,
314,
88,
1343,
28493,
796,
357,
6024,
65,
16,
930,
352,
14,
17,
18872,
229,
61,
17,
930,
279,
22296,
17,
8,
198,
220,
1303,
40,
87,
796,
352,
14,
17,
300,
16,
300,
17,
24293,
16,
91,
12,
16,
29,
1343,
362,
26367,
16,
26367,
17,
42496,
16,
91,
10,
16,
29,
532,
26367,
16,
300,
17,
42496,
16,
91,
12,
16,
29,
532,
26367,
17,
300,
16,
24293,
16,
91,
10,
16,
29,
198,
220,
1303,
7,
4134,
13,
284,
7557,
3263,
874,
286,
17958,
13,
15995,
81,
13,
26439,
13,
416,
376,
2224,
77,
11,
31832,
1990,
357,
27363,
13,
604,
13,
16,
1343,
604,
13,
1485,
4008,
628,
220,
19287,
796,
657,
13,
628,
220,
329,
2124,
45579,
287,
357,
25,
87,
11,
25,
88,
11,
25,
89,
8,
198,
220,
220,
220,
279,
22296,
16,
12501,
81,
796,
2769,
30073,
7,
6024,
65,
16,
8,
198,
220,
220,
220,
279,
22296,
16,
12501,
81,
13,
76,
80,
77,
796,
753,
26224,
80,
77,
7,
6024,
65,
16,
13,
76,
80,
77,
11,
5431,
89,
12095,
16,
8,
198,
220,
220,
220,
279,
22296,
16,
1939,
81,
796,
2769,
30073,
7,
6024,
65,
16,
8,
198,
220,
220,
220,
279,
22296,
16,
1939,
81,
13,
76,
80,
77,
796,
753,
26224,
80,
77,
7,
6024,
65,
16,
13,
76,
80,
77,
11,
5431,
89,
11,
16,
8,
628,
220,
220,
220,
279,
22296,
17,
12501,
81,
796,
2769,
30073,
7,
6024,
65,
17,
8,
198,
220,
220,
220,
279,
22296,
17,
12501,
81,
13,
76,
80,
77,
796,
753,
26224,
80,
77,
7,
6024,
65,
17,
13,
76,
80,
77,
11,
5431,
89,
12095,
16,
8,
198,
220,
220,
220,
279,
22296,
17,
1939,
81,
796,
2769,
30073,
7,
6024,
65,
17,
8,
198,
220,
220,
220,
279,
22296,
17,
1939,
81,
13,
76,
80,
77,
796,
753,
26224,
80,
77,
7,
6024,
65,
17,
13,
76,
80,
77,
11,
5431,
89,
11,
16,
8,
628,
220,
220,
220,
300,
16,
796,
651,
3245,
7,
6024,
65,
16,
13,
76,
80,
77,
11,
2124,
45579,
8,
198,
220,
220,
220,
300,
17,
796,
651,
3245,
7,
6024,
65,
17,
13,
76,
80,
77,
11,
2124,
45579,
8,
198,
220,
220,
220,
26367,
16,
796,
279,
22296,
16,
13,
11201,
3471,
198,
220,
220,
220,
26367,
17,
796,
279,
22296,
17,
13,
11201,
3471,
628,
220,
220,
220,
611,
7,
75,
16,
9,
75,
17,
0,
28,
15,
8,
19287,
15853,
357,
16,
14,
17,
9,
75,
16,
9,
75,
17,
8,
1635,
24061,
34500,
1373,
5886,
37796,
7,
6024,
65,
16,
12501,
81,
11,
6024,
65,
17,
12501,
81,
8,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
19287,
15853,
357,
17,
9,
17394,
16,
9,
17394,
17,
8,
220,
220,
1635,
24061,
34500,
1373,
5886,
37796,
7,
6024,
65,
16,
1939,
81,
11,
6024,
65,
17,
1939,
81,
8,
198,
220,
220,
220,
611,
7,
75,
17,
220,
220,
14512,
15,
8,
19287,
15853,
13841,
17394,
16,
9,
75,
17,
8,
220,
220,
220,
1635,
24061,
34500,
1373,
5886,
37796,
7,
6024,
65,
16,
1939,
81,
11,
6024,
65,
17,
12501,
81,
8,
886,
198,
220,
220,
220,
611,
7,
75,
16,
220,
220,
14512,
15,
8,
19287,
15853,
13841,
75,
16,
9,
17394,
17,
8,
220,
220,
220,
1635,
24061,
34500,
1373,
5886,
37796,
7,
6024,
65,
16,
12501,
81,
11,
6024,
65,
17,
1939,
81,
8,
886,
198,
220,
886,
628,
220,
1441,
19287,
3712,
43879,
2414,
198,
437,
198,
198,
8818,
24061,
34500,
1373,
49681,
5139,
7,
198,
220,
269,
22296,
16,
3712,
4264,
20216,
35389,
31562,
15522,
271,
22203,
11,
198,
220,
269,
22296,
17,
3712,
4264,
20216,
35389,
31562,
15522,
271,
22203,
8,
628,
220,
19287,
796,
657,
13,
198,
220,
329,
357,
1073,
14822,
16,
11,
6024,
65,
16,
8,
287,
19974,
7,
66,
22296,
16,
13,
1073,
41945,
11,
66,
22296,
16,
13,
19795,
1800,
29499,
82,
828,
198,
220,
220,
220,
220,
220,
357,
1073,
14822,
17,
11,
6024,
65,
17,
8,
287,
19974,
7,
66,
22296,
17,
13,
1073,
41945,
11,
66,
22296,
17,
13,
19795,
1800,
29499,
82,
8,
628,
220,
220,
220,
19287,
15853,
763,
14822,
16,
9,
1073,
14822,
17,
9,
5589,
1133,
34500,
1373,
49681,
5139,
7,
6024,
65,
16,
11,
6024,
65,
17,
8,
198,
220,
886,
198,
220,
1441,
19287,
198,
437,
198,
198,
8818,
3827,
37796,
24553,
6860,
7,
198,
220,
279,
22296,
16,
3712,
23828,
1800,
35389,
31562,
15522,
271,
22203,
11,
198,
220,
279,
22296,
17,
3712,
23828,
1800,
35389,
31562,
15522,
271,
22203,
8,
198,
220,
357,
42,
11,
47,
11,
42063,
8,
796,
12822,
1046,
15667,
24553,
6860,
7,
6024,
65,
16,
11,
6024,
65,
17,
8,
198,
220,
1303,
3827,
37796,
7,
82,
12,
4906,
279,
22296,
16,
11,
264,
12,
4906,
279,
22296,
17,
8,
357,
4134,
13,
284,
13,
6550,
23380,
64,
8,
198,
220,
1441,
509,
9,
7,
46582,
14,
42063,
8,
61,
7,
18,
14,
17,
2599,
25,
43879,
2414,
198,
437,
198,
198,
8818,
376,
34500,
1373,
7,
76,
3712,
46541,
11,
87,
3712,
15633,
11,
2969,
31190,
55,
62,
57,
34812,
3712,
43879,
2414,
28,
16,
68,
12,
20,
8,
198,
220,
1303,
376,
58,
76,
11,
87,
60,
796,
15995,
4873,
58,
84,
61,
17,
76,
5518,
58,
12,
87,
334,
61,
17,
4357,
90,
84,
11,
15,
11,
16,
92,
198,
220,
1303,
220,
220,
220,
220,
220,
220,
220,
220,
796,
352,
14,
17,
2124,
61,
32590,
15,
13,
20,
12,
76,
8,
357,
43595,
58,
16,
14,
17,
1343,
285,
60,
532,
43595,
58,
16,
14,
17,
1343,
285,
11,
2124,
60,
1267,
1303,
697,
13,
284,
6550,
23380,
64,
198,
220,
2124,
796,
3509,
7,
87,
11,
2969,
31190,
55,
62,
57,
34812,
8,
1303,
329,
2124,
4613,
657,
198,
220,
611,
357,
87,
27,
28,
2969,
31190,
55,
62,
57,
34812,
8,
1441,
352,
29006,
16,
10,
17,
9,
76,
8,
886,
198,
220,
1441,
352,
14,
17,
1635,
2124,
61,
32590,
16,
14,
17,
12,
76,
8,
1635,
357,
46326,
13,
28202,
62,
28483,
2611,
7,
16,
14,
17,
10,
76,
8,
532,
46326,
13,
28202,
62,
28483,
2611,
62,
1939,
7,
16,
14,
17,
10,
76,
11,
87,
8,
1267,
198,
437,
198,
198,
8818,
7054,
13929,
392,
7,
198,
220,
277,
3712,
15633,
11,
198,
220,
300,
16,
3712,
46541,
11,
198,
220,
300,
17,
3712,
46541,
11,
198,
220,
12176,
3712,
15633,
11,
198,
220,
347,
87,
3712,
15633,
11,
198,
220,
4217,
87,
3712,
15633,
11,
198,
220,
7377,
111,
3712,
15633,
11,
198,
220,
300,
3712,
46541,
11,
198,
220,
374,
3712,
46541,
11,
198,
220,
1312,
3712,
46541,
8,
198,
220,
1303,
317,
58,
75,
16,
11,
75,
17,
11,
31554,
11,
33,
87,
11,
34,
87,
11,
42063,
60,
796,
13841,
16,
8,
61,
75,
277,
62,
75,
7,
75,
16,
11,
75,
17,
11,
4537,
87,
11,
49079,
87,
8,
14808,
12,
16,
8,
61,
72,
300,
0,
4217,
87,
61,
7,
75,
12,
17,
81,
12,
17,
72,
8,
357,
16,
29006,
19,
42063,
4008,
61,
7,
81,
10,
72,
4008,
1220,
357,
81,
0,
1312,
0,
357,
75,
12,
17,
81,
12,
17,
72,
8,
8133,
198,
220,
1441,
13841,
16,
8,
61,
75,
1635,
277,
1635,
13841,
16,
8,
61,
72,
1635,
1109,
5132,
7,
75,
8,
1635,
4217,
87,
61,
7,
75,
12,
17,
81,
12,
17,
72,
8,
1635,
357,
16,
29006,
19,
42063,
4008,
61,
7,
81,
10,
72,
8,
1220,
357,
22584,
5132,
7,
81,
8,
1635,
1109,
5132,
7,
72,
8,
1635,
1109,
5132,
7,
75,
532,
362,
81,
532,
362,
72,
4008,
198,
437,
198,
198,
8818,
24061,
34500,
1373,
45,
4016,
8086,
7861,
7,
198,
220,
279,
22296,
16,
3712,
23828,
1800,
35389,
31562,
15522,
271,
22203,
11,
198,
220,
279,
22296,
17,
3712,
23828,
1800,
35389,
31562,
15522,
271,
22203,
11,
198,
220,
22037,
3712,
2953,
296,
8,
198,
220,
1303,
569,
796,
509,
1635,
317,
7,
75,
16,
11,
75,
17,
11,
31554,
11,
33,
87,
11,
34,
87,
11,
42063,
8,
1635,
317,
7,
76,
16,
11,
76,
17,
11,
42012,
11,
3886,
11,
20418,
11,
42063,
8,
1635,
317,
7,
77,
16,
11,
77,
17,
11,
26903,
11,
33,
89,
11,
34,
89,
11,
42063,
8,
1635,
376,
58,
75,
10,
76,
10,
77,
12,
17,
7,
81,
10,
82,
10,
83,
8,
532,
357,
72,
10,
73,
10,
74,
828,
42063,
4217,
61,
17,
60,
198,
220,
1303,
4134,
13,
284,
13,
30579,
286,
22476,
13,
16972,
13,
12870,
13,
416,
8261,
11,
28022,
13,
767,
13,
22,
13,
18,
2457,
10451,
198,
220,
509,
11,
47,
11,
42063,
796,
12822,
1046,
15667,
24553,
6860,
7,
6024,
65,
16,
11,
6024,
65,
17,
8,
198,
220,
327,
796,
22037,
13,
9150,
628,
220,
1255,
796,
657,
198,
220,
329,
357,
21373,
11,
75,
8,
287,
12822,
1046,
15667,
34220,
26601,
498,
41384,
7,
6024,
65,
16,
11,
6024,
65,
17,
737,
87,
11,
198,
220,
220,
220,
220,
220,
374,
287,
657,
25,
28300,
7,
5317,
11,
7,
75,
14,
17,
36911,
198,
220,
220,
220,
220,
220,
1312,
287,
657,
25,
28300,
7,
5317,
11,
19510,
75,
12,
17,
81,
20679,
17,
4008,
628,
220,
220,
220,
12176,
796,
7054,
13929,
392,
7,
21373,
11,
6024,
65,
16,
13,
76,
80,
77,
13,
87,
11,
6024,
65,
17,
13,
76,
80,
77,
13,
87,
11,
6024,
65,
16,
13,
16159,
13,
87,
11,
6024,
65,
17,
13,
16159,
13,
87,
11,
7,
47,
12,
34,
737,
87,
11,
42063,
11,
75,
11,
81,
11,
72,
8,
198,
220,
220,
220,
329,
357,
24928,
11,
76,
8,
287,
12822,
1046,
15667,
34220,
26601,
498,
41384,
7,
6024,
65,
16,
11,
6024,
65,
17,
737,
88,
11,
198,
220,
220,
220,
220,
220,
220,
220,
264,
287,
657,
25,
28300,
7,
5317,
11,
7,
76,
14,
17,
4008,
76,
11,
198,
220,
220,
220,
220,
220,
220,
220,
474,
287,
657,
25,
28300,
7,
5317,
11,
19510,
76,
12,
17,
82,
20679,
17,
4008,
628,
220,
220,
220,
220,
220,
13709,
796,
7054,
13929,
392,
7,
24928,
11,
6024,
65,
16,
13,
76,
80,
77,
13,
88,
11,
6024,
65,
17,
13,
76,
80,
77,
13,
88,
11,
6024,
65,
16,
13,
16159,
13,
88,
11,
6024,
65,
17,
13,
16159,
13,
88,
11,
7,
47,
12,
34,
737,
88,
11,
42063,
11,
76,
11,
82,
11,
73,
8,
628,
220,
220,
220,
220,
220,
329,
357,
69,
89,
11,
77,
8,
287,
12822,
1046,
15667,
34220,
26601,
498,
41384,
7,
6024,
65,
16,
11,
6024,
65,
17,
737,
89,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
256,
287,
657,
25,
28300,
7,
5317,
11,
7,
77,
14,
17,
36911,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
479,
287,
657,
25,
28300,
7,
5317,
11,
19510,
77,
12,
17,
83,
20679,
17,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
7578,
796,
7054,
13929,
392,
7,
69,
89,
11,
6024,
65,
16,
13,
76,
80,
77,
13,
89,
11,
6024,
65,
17,
13,
76,
80,
77,
13,
89,
11,
6024,
65,
16,
13,
16159,
13,
89,
11,
6024,
65,
17,
13,
16159,
13,
89,
11,
7,
47,
12,
34,
737,
89,
11,
42063,
11,
77,
11,
83,
11,
74,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1255,
15853,
362,
46582,
14,
42063,
1635,
509,
1635,
12176,
1635,
13709,
1635,
7578,
1635,
376,
34500,
1373,
7,
75,
10,
76,
10,
77,
12,
17,
9,
7,
81,
10,
82,
10,
83,
13219,
7,
72,
10,
73,
10,
74,
828,
42063,
9,
30246,
7,
47,
11,
34,
8,
61,
17,
8,
198,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
220,
886,
628,
220,
1441,
532,
37696,
13,
30854,
13,
47116,
15057,
1635,
1255,
198,
437,
198,
198,
8818,
24061,
34500,
1373,
45,
4016,
8086,
7861,
7,
198,
220,
269,
22296,
16,
3712,
4264,
20216,
35389,
31562,
15522,
271,
22203,
11,
198,
220,
269,
22296,
17,
3712,
4264,
20216,
35389,
31562,
15522,
271,
22203,
11,
198,
220,
22037,
3712,
2953,
296,
8,
198,
220,
19287,
796,
657,
13,
198,
220,
329,
357,
1073,
14822,
16,
11,
6024,
65,
16,
8,
287,
19974,
7,
66,
22296,
16,
13,
1073,
41945,
11,
66,
22296,
16,
13,
19795,
1800,
29499,
82,
828,
198,
220,
220,
220,
220,
220,
357,
1073,
14822,
17,
11,
6024,
65,
17,
8,
287,
19974,
7,
66,
22296,
17,
13,
1073,
41945,
11,
66,
22296,
17,
13,
19795,
1800,
29499,
82,
8,
628,
220,
220,
220,
220,
220,
19287,
15853,
763,
14822,
16,
9,
1073,
14822,
17,
9,
5589,
1133,
34500,
1373,
45,
4016,
8086,
7861,
7,
6024,
65,
16,
11,
6024,
65,
17,
11,
37696,
8,
198,
220,
886,
198,
220,
1441,
19287,
198,
437,
628,
198,
4906,
7377,
116,
22584,
669,
198,
220,
2124,
3712,
19182,
90,
51,
29291,
90,
43879,
2414,
11,
5317,
11,
5317,
5512,
16,
92,
1303,
7377,
116,
11,
75,
11,
81,
198,
220,
331,
3712,
19182,
90,
51,
29291,
90,
43879,
2414,
11,
5317,
11,
5317,
5512,
16,
92,
1303,
7377,
116,
11,
75,
11,
81,
198,
220,
1976,
3712,
19182,
90,
51,
29291,
90,
43879,
2414,
11,
5317,
11,
5317,
5512,
16,
92,
1303,
7377,
116,
11,
75,
11,
81,
198,
437,
198,
198,
8818,
7377,
116,
29054,
669,
7,
198,
220,
18919,
3712,
23828,
1800,
35389,
31562,
15522,
271,
22203,
11,
198,
220,
7377,
121,
3712,
23828,
1800,
35389,
31562,
15522,
271,
22203,
8,
628,
220,
509,
11,
47,
11,
42063,
796,
15995,
30691,
26796,
13,
35389,
1046,
15667,
24553,
6860,
7,
34703,
11,
26180,
8,
628,
220,
5087,
796,
7377,
116,
22584,
669,
7,
51,
29291,
90,
43879,
2414,
11,
5317,
11,
5317,
92,
58,
4357,
51,
29291,
90,
43879,
2414,
11,
5317,
11,
5317,
92,
58,
4357,
51,
29291,
90,
43879,
2414,
11,
5317,
11,
5317,
92,
58,
12962,
198,
220,
329,
2124,
45579,
287,
352,
25,
18,
198,
220,
220,
220,
2546,
71,
600,
0,
7,
1136,
3245,
7,
22584,
669,
11,
5431,
89,
828,
28300,
7,
5317,
11,
7,
13664,
7,
1136,
3245,
7,
35389,
1046,
15667,
34220,
26601,
498,
41384,
7,
34703,
11,
26180,
828,
5431,
89,
4008,
10,
16,
27493,
20,
14,
23,
4008,
628,
220,
220,
220,
329,
357,
69,
11,
75,
8,
287,
651,
3245,
7,
34500,
30691,
26796,
13,
35389,
1046,
15667,
34220,
26601,
498,
41384,
7,
34703,
11,
26180,
828,
5431,
89,
828,
198,
220,
220,
220,
220,
220,
220,
220,
374,
287,
657,
25,
28300,
7,
5317,
11,
7,
75,
14,
17,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
7377,
116,
796,
277,
1635,
357,
22584,
5132,
7,
75,
27493,
42063,
61,
7,
81,
12,
75,
4008,
29006,
22584,
5132,
7,
81,
27493,
22584,
5132,
7,
75,
12,
17,
81,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
4574,
0,
7,
1136,
3245,
7,
22584,
669,
11,
5431,
89,
828,
7,
138,
116,
11,
75,
11,
81,
4008,
198,
220,
220,
220,
886,
198,
220,
886,
198,
220,
1441,
5087,
198,
437,
198,
198,
4906,
347,
22584,
669,
198,
220,
2124,
3712,
19182,
90,
51,
29291,
90,
43879,
2414,
11,
5317,
11,
5317,
11,
5317,
11,
5317,
11,
5317,
5512,
16,
92,
220,
220,
220,
1303,
347,
11,
75,
1065,
11,
81,
1065,
11,
72,
11,
75,
2682,
11,
81,
2682,
198,
220,
331,
3712,
19182,
90,
51,
29291,
90,
43879,
2414,
11,
5317,
11,
5317,
11,
5317,
11,
5317,
11,
5317,
5512,
16,
92,
220,
220,
220,
1303,
347,
11,
75,
1065,
11,
81,
1065,
11,
72,
11,
75,
2682,
11,
81,
2682,
198,
220,
1976,
3712,
19182,
90,
51,
29291,
90,
43879,
2414,
11,
5317,
11,
5317,
11,
5317,
11,
5317,
11,
5317,
5512,
16,
92,
220,
220,
220,
1303,
347,
11,
75,
1065,
11,
81,
1065,
11,
72,
11,
75,
2682,
11,
81,
2682,
198,
437,
198,
198,
8818,
347,
29054,
669,
7,
198,
220,
18919,
3712,
23828,
1800,
35389,
31562,
15522,
271,
22203,
11,
198,
220,
7377,
121,
3712,
23828,
1800,
35389,
31562,
15522,
271,
22203,
11,
198,
220,
7377,
119,
3712,
23828,
1800,
35389,
31562,
15522,
271,
22203,
11,
198,
220,
18074,
225,
3712,
23828,
1800,
35389,
31562,
15522,
271,
22203,
8,
628,
220,
509,
16,
11,
47,
11,
42063,
16,
796,
15995,
30691,
26796,
13,
35389,
1046,
15667,
24553,
6860,
7,
34703,
11,
26180,
8,
198,
220,
509,
17,
11,
48,
11,
42063,
17,
796,
15995,
30691,
26796,
13,
35389,
1046,
15667,
24553,
6860,
7,
39377,
11,
38392,
8,
198,
220,
7377,
112,
796,
352,
29006,
19,
42063,
16,
8,
1343,
352,
29006,
19,
42063,
17,
8,
198,
220,
1303,
79,
796,
357,
47,
12,
48,
8,
220,
220,
220,
1303,
428,
1244,
307,
257,
46517,
287,
262,
1492,
198,
220,
279,
796,
357,
48,
12,
47,
8,
628,
220,
5087,
796,
347,
22584,
669,
26933,
38430,
38430,
12962,
198,
220,
329,
2124,
45579,
287,
352,
25,
18,
11,
198,
220,
220,
220,
220,
357,
138,
116,
1065,
11,
75,
1065,
11,
81,
1065,
8,
287,
651,
3245,
7,
138,
116,
29054,
669,
7,
34703,
11,
26180,
828,
5431,
89,
828,
198,
220,
220,
220,
220,
357,
138,
116,
2682,
11,
75,
2682,
11,
81,
2682,
8,
287,
651,
3245,
7,
138,
116,
29054,
669,
7,
39377,
11,
38392,
828,
5431,
89,
8,
198,
220,
220,
220,
1303,
1640,
357,
72,
287,
657,
25,
28300,
7,
46541,
11,
19510,
75,
1065,
12,
17,
81,
1065,
20679,
17,
22305,
220,
220,
220,
1303,
428,
1244,
307,
257,
46517,
287,
262,
1492,
357,
847,
3083,
304,
13,
70,
13,
412,
7112,
7,
82,
11,
82,
11,
8416,
11,
8416,
17,
8,
14512,
412,
7112,
7,
8416,
11,
8416,
17,
11,
82,
11,
82,
8,
357,
3003,
262,
362,
43397,
257,
1218,
3641,
3888,
416,
657,
13,
20,
287,
2124,
4571,
8,
198,
220,
220,
220,
329,
1312,
287,
657,
25,
28300,
7,
5317,
11,
19510,
75,
1065,
10,
75,
2682,
12,
17,
81,
1065,
12,
17,
81,
2682,
20679,
17,
4008,
198,
220,
220,
220,
220,
220,
347,
796,
13841,
16,
8,
61,
75,
2682,
1635,
7377,
116,
1065,
1635,
7377,
116,
2682,
1635,
14808,
12,
16,
8,
61,
72,
9,
7,
17,
138,
112,
8,
61,
7,
17,
7,
81,
1065,
10,
81,
2682,
4008,
9,
22584,
5132,
7,
75,
1065,
10,
75,
2682,
12,
17,
81,
1065,
12,
17,
81,
2682,
27493,
138,
112,
61,
72,
9,
1136,
3245,
7,
79,
11,
5431,
89,
8,
61,
7,
75,
1065,
10,
75,
2682,
12,
17,
9,
7,
81,
1065,
10,
81,
2682,
10,
72,
4008,
20679,
19510,
19,
138,
112,
8,
61,
7,
75,
1065,
10,
75,
2682,
27493,
22584,
5132,
7,
72,
27493,
22584,
5132,
7,
75,
1065,
10,
75,
2682,
12,
17,
9,
7,
81,
1065,
10,
81,
2682,
10,
72,
22305,
198,
220,
220,
220,
220,
220,
4574,
0,
7,
1136,
3245,
7,
22584,
669,
11,
5431,
89,
828,
7,
33,
11,
75,
1065,
11,
81,
1065,
11,
72,
11,
75,
2682,
11,
81,
2682,
4008,
198,
220,
220,
220,
886,
198,
220,
886,
198,
220,
1441,
5087,
198,
437,
628,
198,
8818,
24061,
19453,
1313,
6207,
15204,
34500,
1373,
7,
198,
220,
18919,
3712,
23828,
1800,
35389,
31562,
15522,
271,
22203,
11,
198,
220,
7377,
121,
3712,
23828,
1800,
35389,
31562,
15522,
271,
22203,
11,
198,
220,
7377,
119,
3712,
23828,
1800,
35389,
31562,
15522,
271,
22203,
11,
198,
220,
18074,
225,
3712,
23828,
1800,
35389,
31562,
15522,
271,
22203,
8,
198,
220,
1303,
24061,
357,
34703,
26180,
91,
39377,
38392,
8,
357,
44,
724,
29943,
33274,
8,
796,
15995,
4873,
58,
34703,
7,
16,
8,
7377,
121,
7,
16,
8,
352,
14,
24849,
7,
16,
12,
17,
8,
7377,
119,
7,
17,
8,
18074,
225,
7,
17,
828,
288,
16,
288,
17,
60,
198,
220,
1303,
287,
262,
749,
15836,
475,
20049,
835,
357,
4134,
13,
284,
13,
30579,
286,
3082,
13,
16972,
13,
12870,
13,
416,
8261,
37430,
13,
22,
13,
16,
8,
198,
220,
317,
796,
18919,
13,
16159,
198,
220,
347,
796,
7377,
121,
13,
16159,
198,
220,
327,
796,
7377,
119,
13,
16159,
198,
220,
360,
796,
18074,
225,
13,
16159,
198,
220,
26367,
16,
796,
18919,
13,
11201,
3471,
198,
220,
26367,
17,
796,
7377,
121,
13,
11201,
3471,
198,
220,
26367,
18,
796,
7377,
119,
13,
11201,
3471,
198,
220,
26367,
19,
796,
18074,
225,
13,
11201,
3471,
198,
220,
509,
16,
11,
47,
11,
42063,
16,
796,
15995,
30691,
26796,
13,
35389,
1046,
15667,
24553,
6860,
7,
34703,
11,
26180,
8,
198,
220,
509,
17,
11,
48,
11,
42063,
17,
796,
15995,
30691,
26796,
13,
35389,
1046,
15667,
24553,
6860,
7,
39377,
11,
38392,
8,
198,
220,
7377,
112,
796,
352,
29006,
19,
42063,
16,
8,
1343,
352,
29006,
19,
42063,
17,
8,
198,
220,
279,
796,
357,
47,
12,
48,
8,
628,
220,
347,
22584,
669,
796,
347,
29054,
669,
7,
34703,
11,
26180,
11,
39377,
11,
38392,
8,
198,
220,
7377,
102,
796,
362,
46582,
61,
17,
29006,
42063,
16,
1635,
7377,
111,
17,
8,
1635,
19862,
17034,
7,
46582,
29006,
42063,
16,
1343,
7377,
111,
17,
4008,
1635,
1033,
32590,
17394,
16,
9,
17394,
17,
9,
30246,
7,
32,
11,
33,
8,
61,
17,
14,
42063,
16,
532,
26367,
18,
9,
17394,
19,
9,
30246,
7,
34,
11,
35,
8,
61,
17,
14,
42063,
17,
8,
628,
220,
1255,
796,
657,
13,
198,
220,
329,
357,
33,
87,
11,
75,
1065,
11,
81,
1065,
11,
72,
11,
75,
2682,
11,
81,
2682,
8,
287,
347,
22584,
669,
13,
87,
11,
198,
220,
220,
220,
220,
220,
357,
3886,
11,
76,
1065,
11,
82,
1065,
11,
73,
11,
76,
2682,
11,
82,
2682,
8,
287,
347,
22584,
669,
13,
88,
11,
198,
220,
220,
220,
220,
220,
357,
33,
89,
11,
77,
1065,
11,
83,
1065,
11,
74,
11,
77,
2682,
11,
83,
2682,
8,
287,
347,
22584,
669,
13,
89,
628,
220,
220,
220,
569,
796,
357,
75,
1065,
10,
75,
2682,
10,
76,
1065,
10,
76,
2682,
10,
77,
1065,
10,
77,
2682,
8,
532,
362,
9,
7,
81,
1065,
10,
81,
2682,
10,
82,
1065,
10,
82,
2682,
10,
83,
1065,
10,
83,
2682,
8,
532,
357,
72,
10,
73,
10,
74,
8,
198,
220,
220,
220,
1255,
15853,
7377,
102,
1635,
347,
87,
1635,
2750,
1635,
347,
89,
1635,
15995,
30691,
26796,
13,
37,
34500,
1373,
7,
53,
11,
30246,
7,
47,
11,
48,
8,
61,
17,
29006,
19,
138,
112,
4008,
198,
220,
220,
220,
1303,
35235,
7203,
33,
87,
9,
3886,
9,
33,
89,
9,
37,
34500,
1373,
58,
3,
53,
60,
796,
720,
33,
87,
1635,
720,
3886,
1635,
720,
33,
89,
1635,
29568,
34500,
30691,
26796,
13,
37,
34500,
1373,
7,
53,
11,
30246,
7,
47,
11,
48,
8,
61,
17,
29006,
19,
138,
112,
22305,
4943,
198,
220,
886,
198,
220,
1441,
1255,
198,
437,
198,
198,
8818,
24061,
19453,
1313,
6207,
15204,
34500,
1373,
7,
198,
220,
18919,
3712,
4264,
20216,
35389,
31562,
15522,
271,
22203,
11,
198,
220,
7377,
121,
3712,
4264,
20216,
35389,
31562,
15522,
271,
22203,
11,
198,
220,
7377,
119,
3712,
4264,
20216,
35389,
31562,
15522,
271,
22203,
11,
198,
220,
18074,
225,
3712,
4264,
20216,
35389,
31562,
15522,
271,
22203,
8,
628,
220,
19287,
796,
657,
13,
198,
220,
329,
357,
1073,
14822,
16,
11,
6024,
65,
16,
8,
287,
19974,
7,
34703,
13,
1073,
41945,
11,
34703,
13,
19795,
1800,
29499,
82,
828,
198,
220,
220,
220,
220,
220,
357,
1073,
14822,
17,
11,
6024,
65,
17,
8,
287,
19974,
7,
26180,
13,
1073,
41945,
11,
26180,
13,
19795,
1800,
29499,
82,
828,
198,
220,
220,
220,
220,
220,
357,
1073,
14822,
18,
11,
6024,
65,
18,
8,
287,
19974,
7,
39377,
13,
1073,
41945,
11,
39377,
13,
19795,
1800,
29499,
82,
828,
198,
220,
220,
220,
220,
220,
357,
1073,
14822,
19,
11,
6024,
65,
19,
8,
287,
19974,
7,
38392,
13,
1073,
41945,
11,
38392,
13,
19795,
1800,
29499,
82,
8,
628,
220,
220,
220,
220,
220,
19287,
15853,
763,
14822,
16,
9,
1073,
14822,
17,
9,
1073,
14822,
18,
9,
1073,
14822,
19,
9,
5589,
1133,
19453,
1313,
6207,
15204,
34500,
1373,
7,
6024,
65,
16,
11,
6024,
65,
17,
11,
6024,
65,
18,
11,
6024,
65,
19,
8,
198,
220,
886,
198,
220,
1441,
19287,
198,
437,
198,
198,
8818,
24061,
51,
22854,
12235,
19453,
1313,
6207,
15204,
34500,
30691,
7,
198,
220,
18919,
82,
3712,
38469,
90,
4264,
20216,
35389,
31562,
15522,
271,
22203,
5512,
198,
220,
7377,
121,
82,
3712,
38469,
90,
4264,
20216,
35389,
31562,
15522,
271,
22203,
5512,
198,
220,
7377,
119,
82,
3712,
38469,
90,
4264,
20216,
35389,
31562,
15522,
271,
22203,
5512,
198,
220,
18074,
225,
82,
3712,
38469,
90,
4264,
20216,
35389,
31562,
15522,
271,
22203,
30072,
198,
220,
685,
5589,
1133,
19453,
1313,
6207,
15204,
34500,
1373,
7,
34703,
11,
26180,
11,
39377,
11,
38392,
8,
329,
18919,
287,
18919,
82,
11,
7377,
121,
287,
7377,
121,
82,
11,
7377,
119,
287,
7377,
119,
82,
11,
18074,
225,
287,
18074,
225,
82,
60,
198,
437,
198,
198,
8818,
3487,
1096,
0,
7,
66,
22296,
3712,
4264,
20216,
35389,
31562,
15522,
271,
22203,
8,
198,
220,
399,
796,
24061,
34500,
1373,
5886,
37796,
7,
66,
22296,
11,
66,
22296,
8,
198,
220,
5046,
0,
7,
66,
22296,
13,
1073,
41945,
11,
16,
14,
31166,
17034,
7,
45,
4008,
198,
437,
198,
198,
437,
1303,
8265,
198
] | 2.090428 | 7,741 |
using Test
using InteractiveUtils
using MagneticReadHead: moduleof, functiontypeof
# Define an extra method of eps in this module, so we can test methods of
Base.eps(::typeof(moduleof)) = "dummy"
@testset "moduleof" begin
for meth in methods(detect_ambiguities)
@test moduleof(meth) == Test
end
# We define a verion of eps in this module
# but we expect that it is still counted as being in `Base`
for meth in methods(eps)
@test moduleof(meth) == Base
end
for meth in methods(Vector) # this is a UnionAll
@test moduleof(meth) == Core
end
end
@testset "functiontypeof" begin
for meth in methods(sum)
@test functiontypeof(meth) <: typeof(sum)
end
for meth in methods(+) # This includes some parametric types
@test functiontypeof(meth) <: typeof(+)
end
for meth in methods(detect_ambiguities)
@test functiontypeof(meth) <: typeof(detect_ambiguities)
end
end
| [
3500,
6208,
198,
3500,
21365,
18274,
4487,
198,
3500,
44629,
5569,
13847,
25,
8265,
1659,
11,
2163,
4906,
1659,
628,
198,
2,
2896,
500,
281,
3131,
2446,
286,
304,
862,
287,
428,
8265,
11,
523,
356,
460,
1332,
5050,
286,
198,
14881,
13,
25386,
7,
3712,
4906,
1659,
7,
21412,
1659,
4008,
796,
366,
67,
13513,
1,
198,
198,
31,
9288,
2617,
366,
21412,
1659,
1,
2221,
198,
220,
220,
220,
329,
11248,
287,
5050,
7,
15255,
478,
62,
4131,
328,
84,
871,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
8265,
1659,
7,
76,
2788,
8,
6624,
6208,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1303,
775,
8160,
257,
3326,
295,
286,
304,
862,
287,
428,
8265,
198,
220,
220,
220,
1303,
475,
356,
1607,
326,
340,
318,
991,
14789,
355,
852,
287,
4600,
14881,
63,
198,
220,
220,
220,
329,
11248,
287,
5050,
7,
25386,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
8265,
1659,
7,
76,
2788,
8,
6624,
7308,
198,
220,
220,
220,
886,
628,
198,
220,
220,
220,
329,
11248,
287,
5050,
7,
38469,
8,
220,
1303,
428,
318,
257,
4479,
3237,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
8265,
1659,
7,
76,
2788,
8,
6624,
7231,
198,
220,
220,
220,
886,
198,
437,
628,
198,
31,
9288,
2617,
366,
8818,
4906,
1659,
1,
2221,
198,
220,
220,
220,
329,
11248,
287,
5050,
7,
16345,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
2163,
4906,
1659,
7,
76,
2788,
8,
1279,
25,
2099,
1659,
7,
16345,
8,
198,
220,
220,
220,
886,
198,
220,
220,
220,
329,
11248,
287,
5050,
7,
28988,
220,
1303,
770,
3407,
617,
5772,
19482,
3858,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
2163,
4906,
1659,
7,
76,
2788,
8,
1279,
25,
2099,
1659,
7,
28988,
198,
220,
220,
220,
886,
198,
220,
220,
220,
329,
11248,
287,
5050,
7,
15255,
478,
62,
4131,
328,
84,
871,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
2163,
4906,
1659,
7,
76,
2788,
8,
1279,
25,
2099,
1659,
7,
15255,
478,
62,
4131,
328,
84,
871,
8,
198,
220,
220,
220,
886,
198,
437,
198
] | 2.604839 | 372 |
#utilities
import Base.LinAlg: HermOrSym, AbstractTriangular, *, +, -, \, A_mul_Bt, At_mul_B, At_mul_Bt, Ac_mul_B, At_ldiv_B, Ac_ldiv_B
# convert SparseChar {N,T,C} to cusparseOperation_t
function cusparseop(trans::SparseChar)
if trans == 'N'
return CUSPARSE_OPERATION_NON_TRANSPOSE
end
if trans == 'T'
return CUSPARSE_OPERATION_TRANSPOSE
end
if trans == 'C'
return CUSPARSE_OPERATION_CONJUGATE_TRANSPOSE
end
throw(ArgumentError("unknown cusparse operation."))
end
# convert SparseChar {G,S,H,T} to cusparseMatrixType_t
function cusparsetype(mattype::SparseChar)
if mattype == 'G'
return CUSPARSE_MATRIX_TYPE_GENERAL
end
if mattype == 'T'
return CUSPARSE_MATRIX_TYPE_TRIANGULAR
end
if mattype == 'S'
return CUSPARSE_MATRIX_TYPE_SYMMETRIC
end
if mattype == 'H'
return CUSPARSE_MATRIX_TYPE_HERMITIAN
end
throw(ArgumentError("unknown cusparse matrix type."))
end
# convert SparseChar {U,L} to cusparseFillMode_t
function cusparsefill(uplo::SparseChar)
if uplo == 'U'
return CUSPARSE_FILL_MODE_UPPER
end
if uplo == 'L'
return CUSPARSE_FILL_MODE_LOWER
end
throw(ArgumentError("unknown cusparse fill mode"))
end
# convert SparseChar {U,N} to cusparseDiagType_t
function cusparsediag(diag::SparseChar)
if diag == 'U'
return CUSPARSE_DIAG_TYPE_UNIT
end
if diag == 'N'
return CUSPARSE_DIAG_TYPE_NON_UNIT
end
throw(ArgumentError("unknown cusparse diag mode"))
end
# convert SparseChar {Z,O} to cusparseIndexBase_t
function cusparseindex(index::SparseChar)
if index == 'Z'
return CUSPARSE_INDEX_BASE_ZERO
end
if index == 'O'
return CUSPARSE_INDEX_BASE_ONE
end
throw(ArgumentError("unknown cusparse index base"))
end
# convert SparseChar {R,C} to cusparseDirection_t
function cusparsedir(dir::SparseChar)
if dir == 'R'
return CUSPARSE_DIRECTION_ROW
end
if dir == 'C'
return CUSPARSE_DIRECTION_COL
end
throw(ArgumentError("unknown cusparse direction"))
end
function chkmvdims( X, n, Y, m)
if length(X) != n
throw(DimensionMismatch("X must have length $n, but has length $(length(X))"))
elseif length(Y) != m
throw(DimensionMismatch("Y must have length $m, but has length $(length(Y))"))
end
end
function chkmmdims( B, C, k, l, m, n )
if size(B) != (k,l)
throw(DimensionMismatch("B has dimensions $(size(B)) but needs ($k,$l)"))
elseif size(C) != (m,n)
throw(DimensionMismatch("C has dimensions $(size(C)) but needs ($m,$n)"))
end
end
function getDescr( A::CudaSparseMatrix, index::SparseChar )
cuind = cusparseindex(index)
typ = CUSPARSE_MATRIX_TYPE_GENERAL
fill = CUSPARSE_FILL_MODE_LOWER
if ishermitian(A)
typ = CUSPARSE_MATRIX_TYPE_HERMITIAN
fill = cusparsefill(A.uplo)
elseif issym(A)
typ = CUSPARSE_MATRIX_TYPE_SYMMETRIC
fill = cusparsefill(A.uplo)
end
cudesc = cusparseMatDescr_t(typ, fill,CUSPARSE_DIAG_TYPE_NON_UNIT, cuind)
end
function getDescr( A::Symmetric, index::SparseChar )
cuind = cusparseindex(index)
typ = CUSPARSE_MATRIX_TYPE_SYMMETRIC
fill = cusparsefill(A.uplo)
cudesc = cusparseMatDescr_t(typ, fill,CUSPARSE_DIAG_TYPE_NON_UNIT, cuind)
end
function getDescr( A::Hermitian, index::SparseChar )
cuind = cusparseindex(index)
typ = CUSPARSE_MATRIX_TYPE_HERMITIAN
fill = cusparsefill(A.uplo)
cudesc = cusparseMatDescr_t(typ, fill,CUSPARSE_DIAG_TYPE_NON_UNIT, cuind)
end
# type conversion
for (fname,elty) in ((:cusparseScsr2csc, :Float32),
(:cusparseDcsr2csc, :Float64),
(:cusparseCcsr2csc, :Complex64),
(:cusparseZcsr2csc, :Complex128))
@eval begin
function switch2csc(csr::CudaSparseMatrixCSR{$elty},inda::SparseChar='O')
cuind = cusparseindex(inda)
m,n = csr.dims
colPtr = CudaArray(zeros(Cint,n+1))
rowVal = CudaArray(zeros(Cint,csr.nnz))
nzVal = CudaArray(zeros($elty,csr.nnz))
statuscheck(ccall(($(string(fname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, Cint, Cint, Cint, Ptr{$elty},
Ptr{Cint}, Ptr{Cint}, Ptr{$elty}, Ptr{Cint},
Ptr{Cint}, cusparseAction_t, cusparseIndexBase_t),
cusparsehandle[1], m, n, csr.nnz, csr.nzVal,
csr.rowPtr, csr.colVal, nzVal, rowVal,
colPtr, CUSPARSE_ACTION_NUMERIC, cuind))
csc = CudaSparseMatrixCSC(colPtr,rowVal,nzVal,csr.nnz,csr.dims)
csc
end
function switch2csr(csc::CudaSparseMatrixCSC{$elty},inda::SparseChar='O')
cuind = cusparseindex(inda)
m,n = csc.dims
rowPtr = CudaArray(zeros(Cint,m+1))
colVal = CudaArray(zeros(Cint,csc.nnz))
nzVal = CudaArray(zeros($elty,csc.nnz))
statuscheck(ccall(($(string(fname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, Cint, Cint, Cint, Ptr{$elty},
Ptr{Cint}, Ptr{Cint}, Ptr{$elty}, Ptr{Cint},
Ptr{Cint}, cusparseAction_t, cusparseIndexBase_t),
cusparsehandle[1], n, m, csc.nnz, csc.nzVal,
csc.colPtr, csc.rowVal, nzVal, colVal,
rowPtr, CUSPARSE_ACTION_NUMERIC, cuind))
csr = CudaSparseMatrixCSR(rowPtr,colVal,nzVal,csc.nnz,csc.dims)
csr
end
end
end
for (fname,elty) in ((:cusparseScsr2bsr, :Float32),
(:cusparseDcsr2bsr, :Float64),
(:cusparseCcsr2bsr, :Complex64),
(:cusparseZcsr2bsr, :Complex128))
@eval begin
function switch2bsr(csr::CudaSparseMatrixCSR{$elty},
blockDim::Cint,
dir::SparseChar='R',
inda::SparseChar='O',
indc::SparseChar='O')
cudir = cusparsedir(dir)
cuinda = cusparseindex(inda)
cuindc = cusparseindex(indc)
m,n = csr.dims
nnz = Array(Cint,1)
mb = div((m + blockDim - 1),blockDim)
nb = div((n + blockDim - 1),blockDim)
bsrRowPtr = CudaArray(zeros(Cint,mb + 1))
cudesca = cusparseMatDescr_t(CUSPARSE_MATRIX_TYPE_GENERAL, CUSPARSE_FILL_MODE_LOWER, CUSPARSE_DIAG_TYPE_NON_UNIT, cuinda)
cudescc = cusparseMatDescr_t(CUSPARSE_MATRIX_TYPE_GENERAL, CUSPARSE_FILL_MODE_LOWER, CUSPARSE_DIAG_TYPE_NON_UNIT, cuindc)
statuscheck(ccall((:cusparseXcsr2bsrNnz,libcusparse), cusparseStatus_t,
(cusparseHandle_t, cusparseDirection_t, Cint, Cint,
Ptr{cusparseMatDescr_t}, Ptr{Cint},
Ptr{Cint}, Cint, Ptr{cusparseMatDescr_t},
Ptr{Cint}, Ptr{Cint}),
cusparsehandle[1], cudir, m, n, &cudesca, csr.rowPtr,
csr.colVal, blockDim, &cudescc, bsrRowPtr, nnz))
bsrNzVal = CudaArray(zeros($elty, nnz[1] * blockDim * blockDim ))
bsrColInd = CudaArray(zeros(Cint, nnz[1]))
statuscheck(ccall(($(string(fname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, cusparseDirection_t, Cint,
Cint, Ptr{cusparseMatDescr_t}, Ptr{$elty},
Ptr{Cint}, Ptr{Cint}, Cint,
Ptr{cusparseMatDescr_t}, Ptr{$elty}, Ptr{Cint},
Ptr{Cint}), cusparsehandle[1], cudir, m, n,
&cudesca, csr.nzVal, csr.rowPtr, csr.colVal,
blockDim, &cudescc, bsrNzVal, bsrRowPtr,
bsrColInd))
CudaSparseMatrixBSR{$elty}(bsrRowPtr, bsrColInd, bsrNzVal, csr.dims, blockDim, dir, nnz[1], csr.dev)
end
function switch2bsr(csc::CudaSparseMatrixCSC{$elty},
blockDim::Cint,
dir::SparseChar='R',
inda::SparseChar='O',
indc::SparseChar='O')
switch2bsr(switch2csr(csc),blockDim,dir,inda,indc)
end
end
end
for (fname,elty) in ((:cusparseSbsr2csr, :Float32),
(:cusparseDbsr2csr, :Float64),
(:cusparseCbsr2csr, :Complex64),
(:cusparseZbsr2csr, :Complex128))
@eval begin
function switch2csr(bsr::CudaSparseMatrixBSR{$elty},
inda::SparseChar='O',
indc::SparseChar='O')
cudir = cusparsedir(bsr.dir)
cuinda = cusparseindex(inda)
cuindc = cusparseindex(indc)
m,n = bsr.dims
mb = div(m,bsr.blockDim)
nb = div(n,bsr.blockDim)
nnz = bsr.nnz * bsr.blockDim * bsr.blockDim
cudesca = cusparseMatDescr_t(CUSPARSE_MATRIX_TYPE_GENERAL, CUSPARSE_FILL_MODE_LOWER, CUSPARSE_DIAG_TYPE_NON_UNIT, cuinda)
cudescc = cusparseMatDescr_t(CUSPARSE_MATRIX_TYPE_GENERAL, CUSPARSE_FILL_MODE_LOWER, CUSPARSE_DIAG_TYPE_NON_UNIT, cuindc)
csrRowPtr = CudaArray(zeros(Cint, m + 1))
csrColInd = CudaArray(zeros(Cint, nnz))
csrNzVal = CudaArray(zeros($elty, nnz))
statuscheck(ccall(($(string(fname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, cusparseDirection_t, Cint,
Cint, Ptr{cusparseMatDescr_t}, Ptr{$elty},
Ptr{Cint}, Ptr{Cint}, Cint,
Ptr{cusparseMatDescr_t}, Ptr{$elty}, Ptr{Cint},
Ptr{Cint}), cusparsehandle[1], cudir, mb, nb,
&cudesca, bsr.nzVal, bsr.rowPtr, bsr.colVal,
bsr.blockDim, &cudescc, csrNzVal, csrRowPtr,
csrColInd))
CudaSparseMatrixCSR(csrRowPtr, csrColInd, csrNzVal, convert(Cint,nnz), bsr.dims)
end
function switch2csc(bsr::CudaSparseMatrixBSR{$elty},
inda::SparseChar='O',
indc::SparseChar='O')
switch2csc(switch2csr(bsr,inda,indc))
end
end
end
for (cname,rname,elty) in ((:cusparseScsc2dense, :cusparseScsr2dense, :Float32),
(:cusparseDcsc2dense, :cusparseDcsr2dense, :Float64),
(:cusparseCcsc2dense, :cusparseCcsr2dense, :Complex64),
(:cusparseZcsc2dense, :cusparseZcsr2dense, :Complex128))
@eval begin
function full(csr::CudaSparseMatrixCSR{$elty},ind::SparseChar='O')
cuind = cusparseindex(ind)
m,n = csr.dims
denseA = CudaArray(zeros($elty,m,n))
lda = max(1,stride(denseA,2))
cudesc = cusparseMatDescr_t(CUSPARSE_MATRIX_TYPE_GENERAL, CUSPARSE_FILL_MODE_LOWER, CUSPARSE_DIAG_TYPE_NON_UNIT, cuind)
statuscheck(ccall(($(string(rname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, Cint, Cint,
Ptr{cusparseMatDescr_t}, Ptr{$elty},
Ptr{Cint}, Ptr{Cint}, Ptr{$elty}, Cint),
cusparsehandle[1], m, n, &cudesc, csr.nzVal,
csr.rowPtr, csr.colVal, denseA, lda))
denseA
end
function full(csc::CudaSparseMatrixCSC{$elty},ind::SparseChar='O')
cuind = cusparseindex(ind)
m,n = csc.dims
denseA = CudaArray(zeros($elty,m,n))
lda = max(1,stride(denseA,2))
cudesc = cusparseMatDescr_t(CUSPARSE_MATRIX_TYPE_GENERAL, CUSPARSE_FILL_MODE_LOWER, CUSPARSE_DIAG_TYPE_NON_UNIT, cuind)
statuscheck(ccall(($(string(cname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, Cint, Cint,
Ptr{cusparseMatDescr_t}, Ptr{$elty},
Ptr{Cint}, Ptr{Cint}, Ptr{$elty}, Cint),
cusparsehandle[1], m, n, &cudesc, csc.nzVal,
csc.rowVal, csc.colPtr, denseA, lda))
denseA
end
function full(hyb::CudaSparseMatrixHYB{$elty},ind::SparseChar='O')
full(switch2csr(hyb,ind))
end
function full(bsr::CudaSparseMatrixBSR{$elty},ind::SparseChar='O')
full(switch2csr(bsr,ind))
end
end
end
for (nname,cname,rname,hname,elty) in ((:cusparseSnnz, :cusparseSdense2csc, :cusparseSdense2csr, :cusparseSdense2hyb, :Float32),
(:cusparseDnnz, :cusparseDdense2csc, :cusparseDdense2csr, :cusparseDdense2hyb, :Float64),
(:cusparseCnnz, :cusparseCdense2csc, :cusparseCdense2csr, :cusparseCdense2hyb, :Complex64),
(:cusparseZnnz, :cusparseZdense2csc, :cusparseZdense2csr, :cusparseZdense2hyb, :Complex128))
@eval begin
function sparse(A::CudaMatrix{$elty},fmt::SparseChar='R',ind::SparseChar='O')
cuind = cusparseindex(ind)
cudir = cusparsedir('R')
if( fmt == 'C' )
cudir = cusparsedir(fmt)
end
m,n = size(A)
lda = max(1,stride(A,2))
cudesc = cusparseMatDescr_t(CUSPARSE_MATRIX_TYPE_GENERAL, CUSPARSE_FILL_MODE_LOWER, CUSPARSE_DIAG_TYPE_NON_UNIT, cuind)
nnzRowCol = CudaArray(zeros(Cint, fmt == 'R' ? m : n))
nnzTotal = Array(Cint,1)
statuscheck(ccall(($(string(nname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, cusparseDirection_t,
Cint, Cint, Ptr{cusparseMatDescr_t}, Ptr{$elty},
Cint, Ptr{Cint}, Ptr{Cint}), cusparsehandle[1],
cudir, m, n, &cudesc, A, lda, nnzRowCol,
nnzTotal))
nzVal = CudaArray(zeros($elty,nnzTotal[1]))
if(fmt == 'R')
rowPtr = CudaArray(zeros(Cint,m+1))
colInd = CudaArray(zeros(Cint,nnzTotal[1]))
statuscheck(ccall(($(string(rname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, Cint, Cint,
Ptr{cusparseMatDescr_t}, Ptr{$elty},
Cint, Ptr{Cint}, Ptr{$elty}, Ptr{Cint},
Ptr{Cint}), cusparsehandle[1], m, n, &cudesc, A,
lda, nnzRowCol, nzVal, rowPtr, colInd))
return CudaSparseMatrixCSR(rowPtr,colInd,nzVal,nnzTotal[1],size(A))
end
if(fmt == 'C')
colPtr = CudaArray(zeros(Cint,n+1))
rowInd = CudaArray(zeros(Cint,nnzTotal[1]))
statuscheck(ccall(($(string(cname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, Cint, Cint,
Ptr{cusparseMatDescr_t}, Ptr{$elty},
Cint, Ptr{Cint}, Ptr{$elty}, Ptr{Cint},
Ptr{Cint}), cusparsehandle[1], m, n, &cudesc, A,
lda, nnzRowCol, nzVal, rowInd, colPtr))
return CudaSparseMatrixCSC(colPtr,rowInd,nzVal,nnzTotal[1],size(A))
end
if(fmt == 'B')
return switch2bsr(sparse(A,'R',ind),convert(Cint,gcd(m,n)))
end
if(fmt == 'H')
hyb = cusparseHybMat_t[0]
statuscheck(ccall((:cusparseCreateHybMat,libcusparse), cusparseStatus_t,
(Ptr{cusparseHybMat_t},), hyb))
statuscheck(ccall(($(string(hname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, Cint, Cint,
Ptr{cusparseMatDescr_t}, Ptr{$elty},
Cint, Ptr{Cint}, cusparseHybMat_t,
Cint, cusparseHybPartition_t),
cusparsehandle[1], m, n, &cudesc, A, lda, nnzRowCol,
hyb[1], 0, CUSPARSE_HYB_PARTITION_AUTO))
return CudaSparseMatrixHYB{$elty}(hyb[1],size(A),nnzTotal[1],device())
end
end
end
end
for (rname,cname,elty) in ((:cusparseScsr2hyb, :cusparseScsc2hyb, :Float32),
(:cusparseDcsr2hyb, :cusparseDcsc2hyb, :Float64),
(:cusparseCcsr2hyb, :cusparseCcsc2hyb, :Complex64),
(:cusparseZcsr2hyb, :cusparseZcsc2hyb, :Complex128))
@eval begin
function switch2hyb(csr::CudaSparseMatrixCSR{$elty},
inda::SparseChar='O')
cuinda = cusparseindex(inda)
m,n = csr.dims
cudesca = cusparseMatDescr_t(CUSPARSE_MATRIX_TYPE_GENERAL, CUSPARSE_FILL_MODE_LOWER, CUSPARSE_DIAG_TYPE_NON_UNIT, cuinda)
hyb = cusparseHybMat_t[0]
statuscheck(ccall((:cusparseCreateHybMat,libcusparse), cusparseStatus_t,
(Ptr{cusparseHybMat_t},), hyb))
statuscheck(ccall(($(string(rname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, Cint, Cint,
Ptr{cusparseMatDescr_t}, Ptr{$elty},
Ptr{Cint}, Ptr{Cint}, cusparseHybMat_t,
Cint, cusparseHybPartition_t), cusparsehandle[1],
m, n, &cudesca, csr.nzVal, csr.rowPtr, csr.colVal,
hyb[1], 0, CUSPARSE_HYB_PARTITION_AUTO))
CudaSparseMatrixHYB{$elty}(hyb[1], csr.dims, csr.nnz, csr.dev)
end
function switch2hyb(csc::CudaSparseMatrixCSC{$elty},
inda::SparseChar='O')
switch2hyb(switch2csr(csc,inda),inda)
end
end
end
for (rname,cname,elty) in ((:cusparseShyb2csr, :cusparseShyb2csc, :Float32),
(:cusparseDhyb2csr, :cusparseDhyb2csc, :Float64),
(:cusparseChyb2csr, :cusparseChyb2csc, :Complex64),
(:cusparseZhyb2csr, :cusparseZhyb2csc, :Complex128))
@eval begin
function switch2csr(hyb::CudaSparseMatrixHYB{$elty},
inda::SparseChar='O')
cuinda = cusparseindex(inda)
m,n = hyb.dims
cudesca = cusparseMatDescr_t(CUSPARSE_MATRIX_TYPE_GENERAL, CUSPARSE_FILL_MODE_LOWER, CUSPARSE_DIAG_TYPE_NON_UNIT, cuinda)
csrRowPtr = CudaArray(zeros(Cint, m + 1))
csrColInd = CudaArray(zeros(Cint, hyb.nnz))
csrNzVal = CudaArray(zeros($elty, hyb.nnz))
statuscheck(ccall(($(string(rname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, Ptr{cusparseMatDescr_t},
cusparseHybMat_t, Ptr{$elty}, Ptr{Cint},
Ptr{Cint}), cusparsehandle[1], &cudesca,
hyb.Mat, csrNzVal, csrRowPtr, csrColInd))
CudaSparseMatrixCSR(csrRowPtr, csrColInd, csrNzVal, hyb.nnz, hyb.dims)
end
function switch2csc(hyb::CudaSparseMatrixHYB{$elty},
inda::SparseChar='O')
switch2csc(switch2csr(hyb,inda),inda)
end
end
end
# Level 1 CUSPARSE functions
for (fname,elty) in ((:cusparseSaxpyi, :Float32),
(:cusparseDaxpyi, :Float64),
(:cusparseCaxpyi, :Complex64),
(:cusparseZaxpyi, :Complex128))
@eval begin
function axpyi!(alpha::$elty,
X::CudaSparseVector{$elty},
Y::CudaVector{$elty},
index::SparseChar)
cuind = cusparseindex(index)
statuscheck(ccall(($(string(fname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, Cint, Ptr{$elty}, Ptr{$elty},
Ptr{Cint}, Ptr{$elty}, cusparseIndexBase_t),
cusparsehandle[1], X.nnz, [alpha], X.nzVal, X.iPtr,
Y, cuind))
Y
end
function axpyi(alpha::$elty,
X::CudaSparseVector{$elty},
Y::CudaVector{$elty},
index::SparseChar)
axpyi!(alpha,X,copy(Y),index)
end
function axpyi(X::CudaSparseVector{$elty},
Y::CudaVector{$elty},
index::SparseChar)
axpyi!(one($elty),X,copy(Y),index)
end
end
end
for (jname,fname,elty) in ((:doti, :cusparseSdoti, :Float32),
(:doti, :cusparseDdoti, :Float64),
(:doti, :cusparseCdoti, :Complex64),
(:doti, :cusparseZdoti, :Complex128),
(:dotci, :cusparseCdotci, :Complex64),
(:dotci, :cusparseZdotci, :Complex128))
@eval begin
function $jname(X::CudaSparseVector{$elty},
Y::CudaVector{$elty},
index::SparseChar)
dot = Array($elty,1)
cuind = cusparseindex(index)
statuscheck(ccall(($(string(fname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, Cint, Ptr{$elty}, Ptr{Cint},
Ptr{$elty}, Ptr{$elty}, cusparseIndexBase_t),
cusparsehandle[1], X.nnz, X.nzVal, X.iPtr,
Y, dot, cuind))
return dot[1]
end
end
end
for (fname,elty) in ((:cusparseSgthr, :Float32),
(:cusparseDgthr, :Float64),
(:cusparseCgthr, :Complex64),
(:cusparseZgthr, :Complex128))
@eval begin
function gthr!(X::CudaSparseVector{$elty},
Y::CudaVector{$elty},
index::SparseChar)
cuind = cusparseindex(index)
statuscheck(ccall(($(string(fname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, Cint, Ptr{$elty}, Ptr{$elty},
Ptr{Cint}, cusparseIndexBase_t), cusparsehandle[1],
X.nnz, Y, X.nzVal, X.iPtr, cuind))
X
end
function gthr(X::CudaSparseVector{$elty},
Y::CudaVector{$elty},
index::SparseChar)
gthr!(copy(X),Y,index)
end
end
end
for (fname,elty) in ((:cusparseSgthrz, :Float32),
(:cusparseDgthrz, :Float64),
(:cusparseCgthrz, :Complex64),
(:cusparseZgthrz, :Complex128))
@eval begin
function gthrz!(X::CudaSparseVector{$elty},
Y::CudaVector{$elty},
index::SparseChar)
cuind = cusparseindex(index)
statuscheck(ccall(($(string(fname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, Cint, Ptr{$elty}, Ptr{$elty},
Ptr{Cint}, cusparseIndexBase_t), cusparsehandle[1],
X.nnz, Y, X.nzVal, X.iPtr, cuind))
X,Y
end
function gthrz(X::CudaSparseVector{$elty},
Y::CudaVector{$elty},
index::SparseChar)
gthrz!(copy(X),copy(Y),index)
end
end
end
for (fname,elty) in ((:cusparseSroti, :Float32),
(:cusparseDroti, :Float64))
@eval begin
function roti!(X::CudaSparseVector{$elty},
Y::CudaVector{$elty},
c::$elty,
s::$elty,
index::SparseChar)
cuind = cusparseindex(index)
statuscheck(ccall(($(string(fname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, Cint, Ptr{$elty}, Ptr{$Cint},
Ptr{$elty}, Ptr{$elty}, Ptr{$elty}, cusparseIndexBase_t),
cusparsehandle[1], X.nnz, X.nzVal, X.iPtr, Y, [c], [s], cuind))
X,Y
end
function roti(X::CudaSparseVector{$elty},
Y::CudaVector{$elty},
c::$elty,
s::$elty,
index::SparseChar)
roti!(copy(X),copy(Y),c,s,index)
end
end
end
for (fname,elty) in ((:cusparseSsctr, :Float32),
(:cusparseDsctr, :Float64),
(:cusparseCsctr, :Complex64),
(:cusparseZsctr, :Complex128))
@eval begin
function sctr!(X::CudaSparseVector{$elty},
Y::CudaVector{$elty},
index::SparseChar)
cuind = cusparseindex(index)
statuscheck(ccall(($(string(fname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, Cint, Ptr{$elty}, Ptr{Cint},
Ptr{$elty}, cusparseIndexBase_t),
cusparsehandle[1], X.nnz, X.nzVal, X.iPtr,
Y, cuind))
Y
end
function sctr(X::CudaSparseVector{$elty},
index::SparseChar)
sctr!(X,CudaArray(zeros($elty,X.dims[1])),index)
end
end
end
## level 2 functions
for (fname,elty) in ((:cusparseSbsrmv, :Float32),
(:cusparseDbsrmv, :Float64),
(:cusparseCbsrmv, :Complex64),
(:cusparseZbsrmv, :Complex128))
@eval begin
function mv!(transa::SparseChar,
alpha::$elty,
A::CudaSparseMatrixBSR{$elty},
X::CudaVector{$elty},
beta::$elty,
Y::CudaVector{$elty},
index::SparseChar)
cudir = cusparsedir(A.dir)
cutransa = cusparseop(transa)
cuind = cusparseindex(index)
cudesc = cusparseMatDescr_t(CUSPARSE_MATRIX_TYPE_GENERAL, CUSPARSE_FILL_MODE_LOWER, CUSPARSE_DIAG_TYPE_NON_UNIT, cuind)
m,n = A.dims
mb = div(m,A.blockDim)
nb = div(n,A.blockDim)
if transa == 'N'
chkmvdims(X,n,Y,m)
end
if transa == 'T' || transa == 'C'
chkmvdims(X,m,Y,n)
end
statuscheck(ccall(($(string(fname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, cusparseDirection_t,
cusparseOperation_t, Cint, Cint, Cint,
Ptr{$elty}, Ptr{cusparseMatDescr_t},
Ptr{$elty}, Ptr{Cint}, Ptr{Cint}, Cint,
Ptr{$elty}, Ptr{$elty}, Ptr{$elty}),
cusparsehandle[1], cudir, cutransa, mb, nb,
A.nnz, [alpha], &cudesc, A.nzVal, A.rowPtr,
A.colVal, A.blockDim, X, [beta], Y))
Y
end
end
end
for (fname,elty) in ((:cusparseScsrmv, :Float32),
(:cusparseDcsrmv, :Float64),
(:cusparseCcsrmv, :Complex64),
(:cusparseZcsrmv, :Complex128))
@eval begin
function mv!(transa::SparseChar,
alpha::$elty,
A::Union{CudaSparseMatrixCSR{$elty},HermOrSym{$elty,CudaSparseMatrixCSR{$elty}}},
X::CudaVector{$elty},
beta::$elty,
Y::CudaVector{$elty},
index::SparseChar)
Mat = A
if typeof(A) <: Base.LinAlg.HermOrSym
Mat = A.data
end
cutransa = cusparseop(transa)
m,n = Mat.dims
if transa == 'N'
chkmvdims(X, n, Y, m)
end
if transa == 'T' || transa == 'C'
chkmvdims(X, m, Y, n)
end
cudesc = getDescr(A,index)
statuscheck(ccall(($(string(fname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, cusparseOperation_t, Cint,
Cint, Cint, Ptr{$elty}, Ptr{cusparseMatDescr_t},
Ptr{$elty}, Ptr{Cint}, Ptr{Cint}, Ptr{$elty},
Ptr{$elty}, Ptr{$elty}), cusparsehandle[1],
cutransa, m, n, Mat.nnz, [alpha], &cudesc, Mat.nzVal,
Mat.rowPtr, Mat.colVal, X, [beta], Y))
Y
end
function mv!(transa::SparseChar,
alpha::$elty,
A::Union{CudaSparseMatrixCSC{$elty},HermOrSym{$elty,CudaSparseMatrixCSC{$elty}}},
X::CudaVector{$elty},
beta::$elty,
Y::CudaVector{$elty},
index::SparseChar)
Mat = A
if typeof(A) <: Base.LinAlg.HermOrSym
Mat = A.data
end
ctransa = 'N'
if transa == 'N'
ctransa = 'T'
end
cutransa = cusparseop(ctransa)
cuind = cusparseindex(index)
cudesc = getDescr(A,index)
n,m = Mat.dims
if ctransa == 'N'
chkmvdims(X,n,Y,m)
end
if ctransa == 'T' || ctransa == 'C'
chkmvdims(X,m,Y,n)
end
statuscheck(ccall(($(string(fname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, cusparseOperation_t, Cint,
Cint, Cint, Ptr{$elty}, Ptr{cusparseMatDescr_t},
Ptr{$elty}, Ptr{Cint}, Ptr{Cint}, Ptr{$elty},
Ptr{$elty}, Ptr{$elty}), cusparsehandle[1],
cutransa, m, n, Mat.nnz, [alpha], &cudesc,
Mat.nzVal, Mat.colPtr, Mat.rowVal, X, [beta], Y))
Y
end
end
end
# bsrsv2
for (bname,aname,sname,elty) in ((:cusparseSbsrsv2_bufferSize, :cusparseSbsrsv2_analysis, :cusparseSbsrsv2_solve, :Float32),
(:cusparseDbsrsv2_bufferSize, :cusparseDbsrsv2_analysis, :cusparseDbsrsv2_solve, :Float64),
(:cusparseCbsrsv2_bufferSize, :cusparseCbsrsv2_analysis, :cusparseCbsrsv2_solve, :Complex64),
(:cusparseZbsrsv2_bufferSize, :cusparseZbsrsv2_analysis, :cusparseZbsrsv2_solve, :Complex128))
@eval begin
function sv2!(transa::SparseChar,
uplo::SparseChar,
alpha::$elty,
A::CudaSparseMatrixBSR{$elty},
X::CudaVector{$elty},
index::SparseChar)
cutransa = cusparseop(transa)
cudir = cusparsedir(A.dir)
cuind = cusparseindex(index)
cuplo = cusparsefill(uplo)
cudesc = cusparseMatDescr_t(CUSPARSE_MATRIX_TYPE_GENERAL, cuplo, CUSPARSE_DIAG_TYPE_NON_UNIT, cuind)
m,n = A.dims
if( m != n )
throw(DimensionMismatch("A must be square, but has dimensions ($m,$n)!"))
end
mb = div(m,A.blockDim)
mX = length(X)
if( mX != m )
throw(DimensionMismatch("X must have length $m, but has length $mX"))
end
info = bsrsv2Info_t[0]
cusparseCreateBsrsv2Info(info)
bufSize = Array(Cint,1)
statuscheck(ccall(($(string(bname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, cusparseDirection_t,
cusparseOperation_t, Cint, Cint,
Ptr{cusparseMatDescr_t}, Ptr{$elty}, Ptr{Cint},
Ptr{Cint}, Cint, bsrsv2Info_t, Ptr{Cint}),
cusparsehandle[1], cudir, cutransa, mb, A.nnz,
&cudesc, A.nzVal, A.rowPtr, A.colVal,
A.blockDim, info[1], bufSize))
buffer = CudaArray(zeros(UInt8, bufSize[1]))
statuscheck(ccall(($(string(aname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, cusparseDirection_t,
cusparseOperation_t, Cint, Cint,
Ptr{cusparseMatDescr_t}, Ptr{$elty}, Ptr{Cint},
Ptr{Cint}, Cint, bsrsv2Info_t,
cusparseSolvePolicy_t, Ptr{Void}),
cusparsehandle[1], cudir, cutransa, mb, A.nnz,
&cudesc, A.nzVal, A.rowPtr, A.colVal, A.blockDim,
info[1], CUSPARSE_SOLVE_POLICY_USE_LEVEL, buffer))
posit = Array(Cint,1)
statuscheck(ccall((:cusparseXbsrsv2_zeroPivot, libcusparse),
cusparseStatus_t, (cusparseHandle_t, bsrsv2Info_t,
Ptr{Cint}), cusparsehandle[1], info[1], posit))
if( posit[1] >= 0 )
throw(string("Structural/numerical zero in A at (",posit[1],posit[1],")"))
end
statuscheck(ccall(($(string(sname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, cusparseDirection_t,
cusparseOperation_t, Cint, Cint, Ptr{$elty},
Ptr{cusparseMatDescr_t}, Ptr{$elty}, Ptr{Cint},
Ptr{Cint}, Cint, bsrsv2Info_t, Ptr{$elty},
Ptr{$elty}, cusparseSolvePolicy_t, Ptr{Void}),
cusparsehandle[1], cudir, cutransa, mb, A.nnz,
[alpha], &cudesc, A.nzVal, A.rowPtr, A.colVal,
A.blockDim, info[1], X, X,
CUSPARSE_SOLVE_POLICY_USE_LEVEL, buffer))
cusparseDestroyBsrsv2Info(info[1])
X
end
end
end
for elty in (:Float32, :Float64, :Complex64, :Complex128)
@eval begin
function sv2(transa::SparseChar,
uplo::SparseChar,
alpha::$elty,
A::CudaSparseMatrix{$elty},
X::CudaVector{$elty},
index::SparseChar)
sv2!(transa,uplo,alpha,A,copy(X),index)
end
function sv2(transa::SparseChar,
uplo::SparseChar,
A::CudaSparseMatrix{$elty},
X::CudaVector{$elty},
index::SparseChar)
sv2!(transa,uplo,one($elty),A,copy(X),index)
end
function sv2(transa::SparseChar,
alpha::$elty,
A::AbstractTriangular,
X::CudaVector{$elty},
index::SparseChar)
uplo = 'U'
if islower(A)
uplo = 'L'
end
sv2!(transa,uplo,alpha,A.data,copy(X),index)
end
function sv2(transa::SparseChar,
A::AbstractTriangular,
X::CudaVector{$elty},
index::SparseChar)
uplo = 'U'
if islower(A)
uplo = 'L'
end
sv2!(transa,uplo,one($elty),A.data,copy(X),index)
end
end
end
for (fname,elty) in ((:cusparseScsrsv_analysis, :Float32),
(:cusparseDcsrsv_analysis, :Float64),
(:cusparseCcsrsv_analysis, :Complex64),
(:cusparseZcsrsv_analysis, :Complex128))
@eval begin
function sv_analysis(transa::SparseChar,
typea::SparseChar,
uplo::SparseChar,
A::CudaSparseMatrixCSR{$elty},
index::SparseChar)
cutransa = cusparseop(transa)
cuind = cusparseindex(index)
cutype = cusparsetype(typea)
cuuplo = cusparsefill(uplo)
cudesc = cusparseMatDescr_t(cutype, cuuplo, CUSPARSE_DIAG_TYPE_NON_UNIT, cuind)
m,n = A.dims
if( m != n )
throw(DimensionMismatch("A must be square, but has dimensions ($m,$n)!"))
end
info = cusparseSolveAnalysisInfo_t[0]
cusparseCreateSolveAnalysisInfo(info)
statuscheck(ccall(($(string(fname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, cusparseOperation_t, Cint,
Cint, Ptr{cusparseMatDescr_t},
Ptr{$elty}, Ptr{Cint}, Ptr{Cint},
cusparseSolveAnalysisInfo_t), cusparsehandle[1],
cutransa, m, A.nnz, &cudesc, A.nzVal,
A.rowPtr, A.colVal, info[1]))
info[1]
end
end
end
#cscsv_analysis
for (fname,elty) in ((:cusparseScsrsv_analysis, :Float32),
(:cusparseDcsrsv_analysis, :Float64),
(:cusparseCcsrsv_analysis, :Complex64),
(:cusparseZcsrsv_analysis, :Complex128))
@eval begin
function sv_analysis(transa::SparseChar,
typea::SparseChar,
uplo::SparseChar,
A::CudaSparseMatrixCSC{$elty},
index::SparseChar)
ctransa = 'N'
if transa == 'N'
ctransa = 'T'
end
cuplo = 'U'
if uplo == 'U'
cuplo = 'L'
end
cutransa = cusparseop(ctransa)
cuind = cusparseindex(index)
cutype = cusparsetype(typea)
cuuplo = cusparsefill(cuplo)
cudesc = cusparseMatDescr_t(cutype, cuuplo, CUSPARSE_DIAG_TYPE_NON_UNIT, cuind)
n,m = A.dims
if( m != n )
throw(DimensionMismatch("A must be square, but has dimensions ($m,$n)!"))
end
info = cusparseSolveAnalysisInfo_t[0]
cusparseCreateSolveAnalysisInfo(info)
statuscheck(ccall(($(string(fname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, cusparseOperation_t, Cint,
Cint, Ptr{cusparseMatDescr_t},
Ptr{$elty}, Ptr{Cint}, Ptr{Cint},
cusparseSolveAnalysisInfo_t), cusparsehandle[1],
cutransa, m, A.nnz, &cudesc, A.nzVal,
A.colPtr, A.rowVal, info[1]))
info[1]
end
end
end
# csr solve
for (fname,elty) in ((:cusparseScsrsv_solve, :Float32),
(:cusparseDcsrsv_solve, :Float64),
(:cusparseCcsrsv_solve, :Complex64),
(:cusparseZcsrsv_solve, :Complex128))
@eval begin
function sv_solve!(transa::SparseChar,
uplo::SparseChar,
alpha::$elty,
A::CudaSparseMatrixCSR{$elty},
X::CudaVector{$elty},
Y::CudaVector{$elty},
info::cusparseSolveAnalysisInfo_t,
index::SparseChar)
cutransa = cusparseop(transa)
cuind = cusparseindex(index)
cuuplo = cusparsefill(uplo)
cudesc = cusparseMatDescr_t(CUSPARSE_MATRIX_TYPE_TRIANGULAR, cuuplo, CUSPARSE_DIAG_TYPE_NON_UNIT, cuind)
m,n = A.dims
if( size(X)[1] != m )
throw(DimensionMismatch("First dimension of A, $m, and of X, $(size(X)[1]) must match"))
end
statuscheck(ccall(($(string(fname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, cusparseOperation_t, Cint,
Ptr{$elty}, Ptr{cusparseMatDescr_t}, Ptr{$elty},
Ptr{Cint}, Ptr{Cint}, cusparseSolveAnalysisInfo_t,
Ptr{$elty}, Ptr{$elty}), cusparsehandle[1],
cutransa, m, [alpha], &cudesc, A.nzVal,
A.rowPtr, A.colVal, info, X, Y))
Y
end
end
end
# csc solve
for (fname,elty) in ((:cusparseScsrsv_solve, :Float32),
(:cusparseDcsrsv_solve, :Float64),
(:cusparseCcsrsv_solve, :Complex64),
(:cusparseZcsrsv_solve, :Complex128))
@eval begin
function sv_solve!(transa::SparseChar,
uplo::SparseChar,
alpha::$elty,
A::CudaSparseMatrixCSC{$elty},
X::CudaVector{$elty},
Y::CudaVector{$elty},
info::cusparseSolveAnalysisInfo_t,
index::SparseChar)
ctransa = 'N'
if transa == 'N'
ctransa = 'T'
end
cuplo = 'U'
if uplo == 'U'
cuplo = 'L'
end
cutransa = cusparseop(ctransa)
cuind = cusparseindex(index)
cuuplo = cusparsefill(cuplo)
cudesc = cusparseMatDescr_t(CUSPARSE_MATRIX_TYPE_TRIANGULAR, cuuplo, CUSPARSE_DIAG_TYPE_NON_UNIT, cuind)
n,m = A.dims
if( size(X)[1] != m )
throw(DimensionMismatch("First dimension of A, $m, and of X, $(size(X)[1]) must match"))
end
statuscheck(ccall(($(string(fname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, cusparseOperation_t, Cint,
Ptr{$elty}, Ptr{cusparseMatDescr_t}, Ptr{$elty},
Ptr{Cint}, Ptr{Cint}, cusparseSolveAnalysisInfo_t,
Ptr{$elty}, Ptr{$elty}), cusparsehandle[1],
cutransa, m, [alpha], &cudesc, A.nzVal,
A.colPtr, A.rowVal, info, X, Y))
Y
end
end
end
# csrsv2
for (bname,aname,sname,elty) in ((:cusparseScsrsv2_bufferSize, :cusparseScsrsv2_analysis, :cusparseScsrsv2_solve, :Float32),
(:cusparseDcsrsv2_bufferSize, :cusparseDcsrsv2_analysis, :cusparseDcsrsv2_solve, :Float64),
(:cusparseCcsrsv2_bufferSize, :cusparseCcsrsv2_analysis, :cusparseCcsrsv2_solve, :Complex64),
(:cusparseZcsrsv2_bufferSize, :cusparseZcsrsv2_analysis, :cusparseZcsrsv2_solve, :Complex128))
@eval begin
function sv2!(transa::SparseChar,
uplo::SparseChar,
alpha::$elty,
A::CudaSparseMatrixCSR{$elty},
X::CudaVector{$elty},
index::SparseChar)
cutransa = cusparseop(transa)
cuind = cusparseindex(index)
cuuplo = cusparsefill(uplo)
cudesc = cusparseMatDescr_t(CUSPARSE_MATRIX_TYPE_GENERAL, cuuplo, CUSPARSE_DIAG_TYPE_NON_UNIT, cuind)
m,n = A.dims
if( m != n )
throw(DimensionMismatch("A must be square, but has dimensions ($m,$n)!"))
end
mX = length(X)
if( mX != m )
throw(DimensionMismatch("First dimension of A, $m, and of X, $(size(X)[1]) must match"))
end
info = csrsv2Info_t[0]
cusparseCreateCsrsv2Info(info)
bufSize = Array(Cint,1)
statuscheck(ccall(($(string(bname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, cusparseOperation_t, Cint, Cint,
Ptr{cusparseMatDescr_t}, Ptr{$elty}, Ptr{Cint},
Ptr{Cint}, csrsv2Info_t, Ptr{Cint}),
cusparsehandle[1], cutransa, m, A.nnz,
&cudesc, A.nzVal, A.rowPtr, A.colVal,
info[1], bufSize))
buffer = CudaArray(zeros(UInt8, bufSize[1]))
statuscheck(ccall(($(string(aname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, cusparseOperation_t, Cint, Cint,
Ptr{cusparseMatDescr_t}, Ptr{$elty}, Ptr{Cint},
Ptr{Cint}, csrsv2Info_t, cusparseSolvePolicy_t,
Ptr{Void}), cusparsehandle[1], cutransa, m, A.nnz,
&cudesc, A.nzVal, A.rowPtr, A.colVal, info[1],
CUSPARSE_SOLVE_POLICY_USE_LEVEL, buffer))
posit = Array(Cint,1)
statuscheck(ccall((:cusparseXcsrsv2_zeroPivot, libcusparse),
cusparseStatus_t, (cusparseHandle_t, csrsv2Info_t,
Ptr{Cint}), cusparsehandle[1], info[1], posit))
if( posit[1] >= 0 )
throw(string("Structural/numerical zero in A at (",posit[1],posit[1],")"))
end
statuscheck(ccall(($(string(sname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, cusparseOperation_t, Cint,
Cint, Ptr{$elty}, Ptr{cusparseMatDescr_t},
Ptr{$elty}, Ptr{Cint}, Ptr{Cint}, csrsv2Info_t,
Ptr{$elty}, Ptr{$elty}, cusparseSolvePolicy_t,
Ptr{Void}), cusparsehandle[1], cutransa, m,
A.nnz, [alpha], &cudesc, A.nzVal, A.rowPtr,
A.colVal, info[1], X, X,
CUSPARSE_SOLVE_POLICY_USE_LEVEL, buffer))
cusparseDestroyCsrsv2Info(info[1])
X
end
end
end
# cscsv2
for (bname,aname,sname,elty) in ((:cusparseScsrsv2_bufferSize, :cusparseScsrsv2_analysis, :cusparseScsrsv2_solve, :Float32),
(:cusparseDcsrsv2_bufferSize, :cusparseDcsrsv2_analysis, :cusparseDcsrsv2_solve, :Float64),
(:cusparseCcsrsv2_bufferSize, :cusparseCcsrsv2_analysis, :cusparseCcsrsv2_solve, :Complex64),
(:cusparseZcsrsv2_bufferSize, :cusparseZcsrsv2_analysis, :cusparseZcsrsv2_solve, :Complex128))
@eval begin
function sv2!(transa::SparseChar,
uplo::SparseChar,
alpha::$elty,
A::CudaSparseMatrixCSC{$elty},
X::CudaVector{$elty},
index::SparseChar)
ctransa = 'N'
cuplo = 'U'
if transa == 'N'
ctransa = 'T'
end
if uplo == 'U'
cuplo = 'L'
end
cutransa = cusparseop(ctransa)
cuind = cusparseindex(index)
cuuplo = cusparsefill(cuplo)
cudesc = cusparseMatDescr_t(CUSPARSE_MATRIX_TYPE_GENERAL, cuuplo, CUSPARSE_DIAG_TYPE_NON_UNIT, cuind)
n,m = A.dims
if( m != n )
throw(DimensionMismatch("A must be square, but has dimensions ($m,$n)!"))
end
mX = length(X)
if( mX != m )
throw(DimensionMismatch("First dimension of A, $m, and of X, $(size(X)[1]) must match"))
end
info = csrsv2Info_t[0]
cusparseCreateCsrsv2Info(info)
bufSize = Array(Cint,1)
statuscheck(ccall(($(string(bname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, cusparseOperation_t, Cint, Cint,
Ptr{cusparseMatDescr_t}, Ptr{$elty}, Ptr{Cint},
Ptr{Cint}, csrsv2Info_t, Ptr{Cint}),
cusparsehandle[1], cutransa, m, A.nnz,
&cudesc, A.nzVal, A.colPtr, A.rowVal,
info[1], bufSize))
buffer = CudaArray(zeros(UInt8, bufSize[1]))
statuscheck(ccall(($(string(aname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, cusparseOperation_t, Cint, Cint,
Ptr{cusparseMatDescr_t}, Ptr{$elty}, Ptr{Cint},
Ptr{Cint}, csrsv2Info_t, cusparseSolvePolicy_t,
Ptr{Void}), cusparsehandle[1], cutransa, m, A.nnz,
&cudesc, A.nzVal, A.colPtr, A.rowVal, info[1],
CUSPARSE_SOLVE_POLICY_USE_LEVEL, buffer))
posit = Array(Cint,1)
statuscheck(ccall((:cusparseXcsrsv2_zeroPivot, libcusparse),
cusparseStatus_t, (cusparseHandle_t, csrsv2Info_t,
Ptr{Cint}), cusparsehandle[1], info[1], posit))
if( posit[1] >= 0 )
throw(string("Structural/numerical zero in A at (",posit[1],posit[1],")"))
end
statuscheck(ccall(($(string(sname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, cusparseOperation_t, Cint,
Cint, Ptr{$elty}, Ptr{cusparseMatDescr_t},
Ptr{$elty}, Ptr{Cint}, Ptr{Cint}, csrsv2Info_t,
Ptr{$elty}, Ptr{$elty}, cusparseSolvePolicy_t,
Ptr{Void}), cusparsehandle[1], cutransa, m,
A.nnz, [alpha], &cudesc, A.nzVal, A.colPtr,
A.rowVal, info[1], X, X,
CUSPARSE_SOLVE_POLICY_USE_LEVEL, buffer))
cusparseDestroyCsrsv2Info(info[1])
X
end
end
end
(\)(A::AbstractTriangular,B::CudaVector) = sv2('N',A,B,'O')
At_ldiv_B(A::AbstractTriangular,B::CudaVector) = sv2('T',A,B,'O')
Ac_ldiv_B(A::AbstractTriangular,B::CudaVector) = sv2('C',A,B,'O')
(\){T}(A::AbstractTriangular{T,CudaSparseMatrixHYB{T}},B::CudaVector{T}) = sv('N',A,B,'O')
At_ldiv_B{T}(A::AbstractTriangular{T,CudaSparseMatrixHYB{T}},B::CudaVector{T}) = sv('T',A,B,'O')
Ac_ldiv_B{T}(A::AbstractTriangular{T,CudaSparseMatrixHYB{T}},B::CudaVector{T}) = sv('C',A,B,'O')
for (fname,elty) in ((:cusparseShybmv, :Float32),
(:cusparseDhybmv, :Float64),
(:cusparseChybmv, :Complex64),
(:cusparseZhybmv, :Complex128))
@eval begin
function mv!(transa::SparseChar,
alpha::$elty,
A::CudaSparseMatrixHYB{$elty},
X::CudaVector{$elty},
beta::$elty,
Y::CudaVector{$elty},
index::SparseChar)
cutransa = cusparseop(transa)
cuind = cusparseindex(index)
cudesc = cusparseMatDescr_t(CUSPARSE_MATRIX_TYPE_GENERAL, CUSPARSE_FILL_MODE_LOWER, CUSPARSE_DIAG_TYPE_NON_UNIT, cuind)
m,n = A.dims
if transa == 'N'
chkmvdims(X,n,Y,m)
end
if transa == 'T' || transa == 'C'
chkmvdims(X,m,Y,n)
end
statuscheck(ccall(($(string(fname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, cusparseOperation_t,
Ptr{$elty}, Ptr{cusparseMatDescr_t},
cusparseHybMat_t, Ptr{$elty},
Ptr{$elty}, Ptr{$elty}), cusparsehandle[1],
cutransa, [alpha], &cudesc, A.Mat, X, [beta], Y))
Y
end
end
end
for elty in (:Float32, :Float64, :Complex64, :Complex128)
@eval begin
function mv(transa::SparseChar,
alpha::$elty,
A::Union{CudaSparseMatrix{$elty},CompressedSparse{$elty}},
X::CudaVector{$elty},
beta::$elty,
Y::CudaVector{$elty},
index::SparseChar)
mv!(transa,alpha,A,X,beta,copy(Y),index)
end
function mv(transa::SparseChar,
alpha::$elty,
A::Union{CudaSparseMatrix{$elty},CompressedSparse{$elty}},
X::CudaVector{$elty},
Y::CudaVector{$elty},
index::SparseChar)
mv(transa,alpha,A,X,one($elty),Y,index)
end
function mv(transa::SparseChar,
A::Union{CudaSparseMatrix{$elty},CompressedSparse{$elty}},
X::CudaVector{$elty},
beta::$elty,
Y::CudaVector{$elty},
index::SparseChar)
mv(transa,one($elty),A,X,beta,Y,index)
end
function mv(transa::SparseChar,
A::Union{CudaSparseMatrix{$elty},CompressedSparse{$elty}},
X::CudaVector{$elty},
Y::CudaVector{$elty},
index::SparseChar)
mv(transa,one($elty),A,X,one($elty),Y,index)
end
function mv(transa::SparseChar,
alpha::$elty,
A::Union{CudaSparseMatrix{$elty},CompressedSparse{$elty}},
X::CudaVector{$elty},
index::SparseChar)
mv(transa,alpha,A,X,zero($elty),CudaArray(zeros($elty,size(A)[1])),index)
end
function mv(transa::SparseChar,
A::Union{CudaSparseMatrix{$elty},CompressedSparse{$elty}},
X::CudaVector{$elty},
index::SparseChar)
mv(transa,one($elty),A,X,zero($elty),CudaArray(zeros($elty,size(A)[1])),index)
end
end
end
(*){T}(A::CudaSparseMatrix{T},B::CudaMatrix{T}) = mm2('N','N',A,B,'O')
A_mul_Bt{T}(A::CudaSparseMatrix{T},B::CudaMatrix{T}) = mm2('N','T',A,B,'O')
At_mul_B{T}(A::CudaSparseMatrix{T},B::CudaMatrix{T}) = mm2('T','N',A,B,'O')
At_mul_Bt{T}(A::CudaSparseMatrix{T},B::CudaMatrix{T}) = mm2('T','T',A,B,'O')
Ac_mul_B{T}(A::CudaSparseMatrix{T},B::CudaMatrix{T}) = mm2('C','N',A,B,'O')
(*)(A::HermOrSym,B::CudaMatrix) = mm('N',A,B,'O')
At_mul_B(A::HermOrSym,B::CudaMatrix) = mm('T',A,B,'O')
Ac_mul_B(A::HermOrSym,B::CudaMatrix) = mm('C',A,B,'O')
for (fname,elty) in ((:cusparseShybsv_analysis, :Float32),
(:cusparseDhybsv_analysis, :Float64),
(:cusparseChybsv_analysis, :Complex64),
(:cusparseZhybsv_analysis, :Complex128))
@eval begin
function sv_analysis(transa::SparseChar,
typea::SparseChar,
uplo::SparseChar,
A::CudaSparseMatrixHYB{$elty},
index::SparseChar)
cutransa = cusparseop(transa)
cuind = cusparseindex(index)
cuuplo = cusparsefill(uplo)
cudesc = cusparseMatDescr_t(CUSPARSE_MATRIX_TYPE_TRIANGULAR, cuuplo, CUSPARSE_DIAG_TYPE_NON_UNIT, cuind)
m,n = A.dims
if( m != n )
throw(DimensionMismatch("A must be square, but has dimensions ($m,$n)!"))
end
info = cusparseSolveAnalysisInfo_t[0]
cusparseCreateSolveAnalysisInfo(info)
statuscheck(ccall(($(string(fname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, cusparseOperation_t,
Ptr{cusparseMatDescr_t}, cusparseHybMat_t,
cusparseSolveAnalysisInfo_t),
cusparsehandle[1], cutransa, &cudesc, A.Mat,
info[1]))
info[1]
end
end
end
for (fname,elty) in ((:cusparseShybsv_solve, :Float32),
(:cusparseDhybsv_solve, :Float64),
(:cusparseChybsv_solve, :Complex64),
(:cusparseZhybsv_solve, :Complex128))
@eval begin
function sv_solve!(transa::SparseChar,
uplo::SparseChar,
alpha::$elty,
A::CudaSparseMatrixHYB{$elty},
X::CudaVector{$elty},
Y::CudaVector{$elty},
info::cusparseSolveAnalysisInfo_t,
index::SparseChar)
cutransa = cusparseop(transa)
cuind = cusparseindex(index)
cuuplo = cusparsefill(uplo)
cudesc = cusparseMatDescr_t(CUSPARSE_MATRIX_TYPE_TRIANGULAR, cuuplo, CUSPARSE_DIAG_TYPE_NON_UNIT, cuind)
m,n = A.dims
if( size(X)[1] != m )
throw(DimensionMismatch("First dimension of A, $m, and of X, $(size(X)[1]) must match"))
end
statuscheck(ccall(($(string(fname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, cusparseOperation_t,
Ptr{$elty}, Ptr{cusparseMatDescr_t},
cusparseHybMat_t, cusparseSolveAnalysisInfo_t,
Ptr{$elty}, Ptr{$elty}), cusparsehandle[1],
cutransa, [alpha], &cudesc, A.Mat, info, X, Y))
Y
end
end
end
for elty in (:Float32, :Float64, :Complex64, :Complex128)
@eval begin
function sv_solve(transa::SparseChar,
uplo::SparseChar,
alpha::$elty,
A::CudaSparseMatrix{$elty},
X::CudaVector{$elty},
info::cusparseSolveAnalysisInfo_t,
index::SparseChar)
Y = similar(X)
sv_solve!(transa, uplo, alpha, A, X, Y, info, index)
end
function sv(transa::SparseChar,
typea::SparseChar,
uplo::SparseChar,
alpha::$elty,
A::CudaSparseMatrix{$elty},
X::CudaVector{$elty},
index::SparseChar)
info = sv_analysis(transa,typea,uplo,A,index)
sv_solve(transa,uplo,alpha,A,X,info,index)
end
function sv(transa::SparseChar,
typea::SparseChar,
uplo::SparseChar,
A::CudaSparseMatrix{$elty},
X::CudaVector{$elty},
index::SparseChar)
info = sv_analysis(transa,typea,uplo,A,index)
sv_solve(transa,uplo,one($elty),A,X,info,index)
end
function sv(transa::SparseChar,
A::AbstractTriangular,
X::CudaVector{$elty},
index::SparseChar)
uplo = 'U'
if islower(A)
uplo = 'L'
end
info = sv_analysis(transa,'T',uplo,A.data,index)
sv_solve(transa,uplo,one($elty),A.data,X,info,index)
end
function sv_analysis(transa::SparseChar,
typea::SparseChar,
uplo::SparseChar,
A::HermOrSym{$elty},
index::SparseChar)
sv_analysis(transa,typea,uplo,A.data,index)
end
end
end
## level 3 functions
# bsrmm
for (fname,elty) in ((:cusparseSbsrmm, :Float32),
(:cusparseDbsrmm, :Float64),
(:cusparseCbsrmm, :Complex64),
(:cusparseZbsrmm, :Complex128))
@eval begin
function mm2!(transa::SparseChar,
transb::SparseChar,
alpha::$elty,
A::CudaSparseMatrixBSR{$elty},
B::CudaMatrix{$elty},
beta::$elty,
C::CudaMatrix{$elty},
index::SparseChar)
cutransa = cusparseop(transa)
cutransb = cusparseop(transb)
cudir = cusparsedir(A.dir)
cuind = cusparseindex(index)
cudesc = cusparseMatDescr_t(CUSPARSE_MATRIX_TYPE_GENERAL, CUSPARSE_FILL_MODE_LOWER, CUSPARSE_DIAG_TYPE_NON_UNIT, cuind)
m,k = A.dims
mb = div(m,A.blockDim)
kb = div(k,A.blockDim)
n = size(C)[2]
if transa == 'N' && transb == 'N'
chkmmdims(B,C,k,n,m,n)
elseif transa == 'N' && transb != 'N'
chkmmdims(B,C,n,k,m,n)
elseif transa != 'N' && transb == 'N'
chkmmdims(B,C,m,n,k,n)
elseif transa != 'N' && transb != 'N'
chkmmdims(B,C,n,m,k,n)
end
ldb = max(1,stride(B,2))
ldc = max(1,stride(C,2))
statuscheck(ccall(($(string(fname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, cusparseDirection_t,
cusparseOperation_t, cusparseOperation_t, Cint,
Cint, Cint, Cint, Ptr{$elty},
Ptr{cusparseMatDescr_t}, Ptr{$elty}, Ptr{Cint},
Ptr{Cint}, Cint, Ptr{$elty}, Cint, Ptr{$elty},
Ptr{$elty}, Cint), cusparsehandle[1], cudir,
cutransa, cutransb, mb, n, kb, A.nnz,
[alpha], &cudesc, A.nzVal,A.rowPtr, A.colVal,
A.blockDim, B, ldb, [beta], C, ldc))
C
end
end
end
# csrmm
for (fname,elty) in ((:cusparseScsrmm, :Float32),
(:cusparseDcsrmm, :Float64),
(:cusparseCcsrmm, :Complex64),
(:cusparseZcsrmm, :Complex128))
@eval begin
function mm!(transa::SparseChar,
alpha::$elty,
A::Union{HermOrSym{$elty,CudaSparseMatrixCSR{$elty}},CudaSparseMatrixCSR{$elty}},
B::CudaMatrix{$elty},
beta::$elty,
C::CudaMatrix{$elty},
index::SparseChar)
Mat = A
if typeof(A) <: Base.LinAlg.HermOrSym
Mat = A.data
end
cutransa = cusparseop(transa)
cuind = cusparseindex(index)
cudesc = getDescr(A,index)
m,k = Mat.dims
n = size(C)[2]
if transa == 'N'
chkmmdims(B,C,k,n,m,n)
else
chkmmdims(B,C,m,n,k,n)
end
ldb = max(1,stride(B,2))
ldc = max(1,stride(C,2))
statuscheck(ccall(($(string(fname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, cusparseOperation_t, Cint, Cint,
Cint, Cint, Ptr{$elty}, Ptr{cusparseMatDescr_t},
Ptr{$elty}, Ptr{Cint}, Ptr{Cint}, Ptr{$elty},
Cint, Ptr{$elty}, Ptr{$elty}, Cint),
cusparsehandle[1], cutransa, m, n, k, Mat.nnz,
[alpha], &cudesc, Mat.nzVal, Mat.rowPtr,
Mat.colVal, B, ldb, [beta], C, ldc))
C
end
function mm!(transa::SparseChar,
alpha::$elty,
A::Union{HermOrSym{$elty,CudaSparseMatrixCSC{$elty}},CudaSparseMatrixCSC{$elty}},
B::CudaMatrix{$elty},
beta::$elty,
C::CudaMatrix{$elty},
index::SparseChar)
Mat = A
if typeof(A) <: Base.LinAlg.HermOrSym
Mat = A.data
end
ctransa = 'N'
if transa == 'N'
ctransa = 'T'
end
cutransa = cusparseop(ctransa)
cuind = cusparseindex(index)
cudesc = getDescr(A,index)
k,m = Mat.dims
n = size(C)[2]
if ctransa == 'N'
chkmmdims(B,C,k,n,m,n)
else
chkmmdims(B,C,m,n,k,n)
end
ldb = max(1,stride(B,2))
ldc = max(1,stride(C,2))
statuscheck(ccall(($(string(fname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, cusparseOperation_t, Cint, Cint,
Cint, Cint, Ptr{$elty}, Ptr{cusparseMatDescr_t},
Ptr{$elty}, Ptr{Cint}, Ptr{Cint}, Ptr{$elty},
Cint, Ptr{$elty}, Ptr{$elty}, Cint),
cusparsehandle[1], cutransa, m, n, k, Mat.nnz,
[alpha], &cudesc, Mat.nzVal, Mat.colPtr,
Mat.rowVal, B, ldb, [beta], C, ldc))
C
end
end
end
for elty in (:Float32, :Float64, :Complex64, :Complex128)
@eval begin
function mm(transa::SparseChar,
alpha::$elty,
A::CudaSparseMatrix{$elty},
B::CudaMatrix{$elty},
beta::$elty,
C::CudaMatrix{$elty},
index::SparseChar)
mm!(transa,alpha,A,B,beta,copy(C),index)
end
function mm(transa::SparseChar,
A::CudaSparseMatrix{$elty},
B::CudaMatrix{$elty},
beta::$elty,
C::CudaMatrix{$elty},
index::SparseChar)
mm(transa,one($elty),A,B,beta,C,index)
end
function mm(transa::SparseChar,
A::CudaSparseMatrix{$elty},
B::CudaMatrix{$elty},
C::CudaMatrix{$elty},
index::SparseChar)
mm(transa,one($elty),A,B,one($elty),C,index)
end
function mm(transa::SparseChar,
alpha::$elty,
A::CudaSparseMatrix{$elty},
B::CudaMatrix{$elty},
index::SparseChar)
m = transa == 'N' ? size(A)[1] : size(A)[2]
mm!(transa,alpha,A,B,zero($elty),CudaArray(zeros($elty,(m,size(B)[2]))),index)
end
function mm(transa::SparseChar,
A::CudaSparseMatrix{$elty},
B::CudaMatrix{$elty},
index::SparseChar)
m = transa == 'N' ? size(A)[1] : size(A)[2]
mm!(transa,one($elty),A,B,zero($elty),CudaArray(zeros($elty,(m,size(B)[2]))),index)
end
function mm(transa::SparseChar,
A::HermOrSym,
B::CudaMatrix{$elty},
index::SparseChar)
m = transa == 'N' ? size(A)[1] : size(A)[2]
mm!(transa,one($elty),A.data,B,zero($elty),CudaArray(zeros($elty,(m,size(B)[2]))),index)
end
end
end
for (fname,elty) in ((:cusparseScsrmm2, :Float32),
(:cusparseDcsrmm2, :Float64),
(:cusparseCcsrmm2, :Complex64),
(:cusparseZcsrmm2, :Complex128))
@eval begin
function mm2!(transa::SparseChar,
transb::SparseChar,
alpha::$elty,
A::CudaSparseMatrixCSR{$elty},
B::CudaMatrix{$elty},
beta::$elty,
C::CudaMatrix{$elty},
index::SparseChar)
cutransa = cusparseop(transa)
cutransb = cusparseop(transb)
cuind = cusparseindex(index)
cudesc = cusparseMatDescr_t(CUSPARSE_MATRIX_TYPE_GENERAL, CUSPARSE_FILL_MODE_LOWER, CUSPARSE_DIAG_TYPE_NON_UNIT, cuind)
m,k = A.dims
n = size(C)[2]
if transa == 'N' && transb == 'N'
chkmmdims(B,C,k,n,m,n)
elseif transa == 'N' && transb != 'N'
chkmmdims(B,C,n,k,m,n)
elseif transa != 'N' && transb == 'N'
chkmmdims(B,C,m,n,k,n)
elseif transa != 'N' && transb != 'N'
chkmmdims(B,C,n,m,k,n)
end
ldb = max(1,stride(B,2))
ldc = max(1,stride(C,2))
statuscheck(ccall(($(string(fname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, cusparseOperation_t,
cusparseOperation_t, Cint, Cint, Cint, Cint,
Ptr{$elty}, Ptr{cusparseMatDescr_t}, Ptr{$elty},
Ptr{Cint}, Ptr{Cint}, Ptr{$elty}, Cint,
Ptr{$elty}, Ptr{$elty}, Cint), cusparsehandle[1],
cutransa, cutransb, m, n, k, A.nnz, [alpha], &cudesc,
A.nzVal, A.rowPtr, A.colVal, B, ldb, [beta], C, ldc))
C
end
function mm2!(transa::SparseChar,
transb::SparseChar,
alpha::$elty,
A::CudaSparseMatrixCSC{$elty},
B::CudaMatrix{$elty},
beta::$elty,
C::CudaMatrix{$elty},
index::SparseChar)
ctransa = 'N'
if transa == 'N'
ctransa = 'T'
end
cutransa = cusparseop(ctransa)
cutransb = cusparseop(transb)
cuind = cusparseindex(index)
cudesc = cusparseMatDescr_t(CUSPARSE_MATRIX_TYPE_GENERAL, CUSPARSE_FILL_MODE_LOWER, CUSPARSE_DIAG_TYPE_NON_UNIT, cuind)
k,m = A.dims
n = size(C)[2]
if ctransa == 'N' && transb == 'N'
chkmmdims(B,C,k,n,m,n)
elseif ctransa == 'N' && transb != 'N'
chkmmdims(B,C,n,k,m,n)
elseif ctransa != 'N' && transb == 'N'
chkmmdims(B,C,m,n,k,n)
elseif ctransa != 'N' && transb != 'N'
chkmmdims(B,C,n,m,k,n)
end
ldb = max(1,stride(B,2))
ldc = max(1,stride(C,2))
statuscheck(ccall(($(string(fname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, cusparseOperation_t,
cusparseOperation_t, Cint, Cint, Cint, Cint,
Ptr{$elty}, Ptr{cusparseMatDescr_t}, Ptr{$elty},
Ptr{Cint}, Ptr{Cint}, Ptr{$elty}, Cint,
Ptr{$elty}, Ptr{$elty}, Cint), cusparsehandle[1],
cutransa, cutransb, m, n, k, A.nnz, [alpha], &cudesc,
A.nzVal, A.colPtr, A.rowVal, B, ldb, [beta], C, ldc))
C
end
end
end
for elty in (:Float32,:Float64,:Complex64,:Complex128)
@eval begin
function mm2(transa::SparseChar,
transb::SparseChar,
alpha::$elty,
A::Union{CudaSparseMatrixCSR{$elty},CudaSparseMatrixCSC{$elty},CudaSparseMatrixBSR{$elty}},
B::CudaMatrix{$elty},
beta::$elty,
C::CudaMatrix{$elty},
index::SparseChar)
mm2!(transa,transb,alpha,A,B,beta,copy(C),index)
end
function mm2(transa::SparseChar,
transb::SparseChar,
A::Union{CudaSparseMatrixCSR{$elty},CudaSparseMatrixCSC{$elty},CudaSparseMatrixBSR{$elty}},
B::CudaMatrix{$elty},
beta::$elty,
C::CudaMatrix{$elty},
index::SparseChar)
mm2(transa,transb,one($elty),A,B,beta,C,index)
end
function mm2(transa::SparseChar,
transb::SparseChar,
A::Union{CudaSparseMatrixCSR{$elty},CudaSparseMatrixCSC{$elty},CudaSparseMatrixBSR{$elty}},
B::CudaMatrix{$elty},
C::CudaMatrix{$elty},
index::SparseChar)
mm2(transa,transb,one($elty),A,B,one($elty),C,index)
end
function mm2(transa::SparseChar,
transb::SparseChar,
alpha::$elty,
A::Union{CudaSparseMatrixCSR{$elty},CudaSparseMatrixCSC{$elty},CudaSparseMatrixBSR{$elty}},
B::CudaMatrix{$elty},
index::SparseChar)
m = transa == 'N' ? size(A)[1] : size(A)[2]
n = transb == 'N' ? size(B)[2] : size(B)[1]
mm2(transa,transb,alpha,A,B,zero($elty),CudaArray(zeros($elty,(m,n))),index)
end
function mm2(transa::SparseChar,
transb::SparseChar,
A::Union{CudaSparseMatrixCSR{$elty},CudaSparseMatrixCSC{$elty},CudaSparseMatrixBSR{$elty}},
B::CudaMatrix{$elty},
index::SparseChar)
m = transa == 'N' ? size(A)[1] : size(A)[2]
n = transb == 'N' ? size(B)[2] : size(B)[1]
mm2(transa,transb,one($elty),A,B,zero($elty),CudaArray(zeros($elty,(m,n))),index)
end
end
end
(*)(A::CudaSparseMatrix,B::CudaVector) = mv('N',A,B,'O')
At_mul_B(A::CudaSparseMatrix,B::CudaVector) = mv('T',A,B,'O')
Ac_mul_B(A::CudaSparseMatrix,B::CudaVector) = mv('C',A,B,'O')
(*){T}(A::HermOrSym{T,CudaSparseMatrix{T}},B::CudaVector{T}) = mv('N',A,B,'O')
At_mul_B{T}(A::HermOrSym{T,CudaSparseMatrix{T}},B::CudaVector{T}) = mv('T',A,B,'O')
Ac_mul_B{T}(A::HermOrSym{T,CudaSparseMatrix{T}},B::CudaVector{T}) = mv('C',A,B,'O')
for (fname,elty) in ((:cusparseScsrsm_analysis, :Float32),
(:cusparseDcsrsm_analysis, :Float64),
(:cusparseCcsrsm_analysis, :Complex64),
(:cusparseZcsrsm_analysis, :Complex128))
@eval begin
function sm_analysis(transa::SparseChar,
uplo::SparseChar,
A::CudaSparseMatrixCSR{$elty},
index::SparseChar)
cutransa = cusparseop(transa)
cuind = cusparseindex(index)
cuuplo = cusparsefill(uplo)
cudesc = cusparseMatDescr_t(CUSPARSE_MATRIX_TYPE_TRIANGULAR, cuuplo, CUSPARSE_DIAG_TYPE_NON_UNIT, cuind)
m,n = A.dims
if( n != m )
throw(DimensionMismatch("A must be square, but has dimensions ($m,$n)!"))
end
info = cusparseSolveAnalysisInfo_t[0]
cusparseCreateSolveAnalysisInfo(info)
statuscheck(ccall(($(string(fname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, cusparseOperation_t, Cint,
Cint, Ptr{cusparseMatDescr_t}, Ptr{$elty},
Ptr{Cint}, Ptr{Cint}, cusparseSolveAnalysisInfo_t),
cusparsehandle[1], cutransa, m, A.nnz, &cudesc,
A.nzVal, A.rowPtr, A.colVal, info[1]))
info[1]
end
function sm_analysis(transa::SparseChar,
uplo::SparseChar,
A::CudaSparseMatrixCSC{$elty},
index::SparseChar)
ctransa = 'N'
if transa == 'N'
ctransa = 'T'
end
cuplo = 'U'
if uplo == 'U'
cuplo = 'L'
end
cutransa = cusparseop(ctransa)
cuind = cusparseindex(index)
cuuplo = cusparsefill(cuplo)
cudesc = cusparseMatDescr_t(CUSPARSE_MATRIX_TYPE_TRIANGULAR, cuuplo, CUSPARSE_DIAG_TYPE_NON_UNIT, cuind)
n,m = A.dims
if( n != m )
throw(DimensionMismatch("A must be square, but has dimensions ($m,$n)!"))
end
info = cusparseSolveAnalysisInfo_t[0]
cusparseCreateSolveAnalysisInfo(info)
statuscheck(ccall(($(string(fname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, cusparseOperation_t, Cint,
Cint, Ptr{cusparseMatDescr_t}, Ptr{$elty},
Ptr{Cint}, Ptr{Cint}, cusparseSolveAnalysisInfo_t),
cusparsehandle[1], cutransa, m, A.nnz, &cudesc,
A.nzVal, A.colPtr, A.rowVal, info[1]))
info[1]
end
end
end
for (fname,elty) in ((:cusparseScsrsm_solve, :Float32),
(:cusparseDcsrsm_solve, :Float64),
(:cusparseCcsrsm_solve, :Complex64),
(:cusparseZcsrsm_solve, :Complex128))
@eval begin
function sm_solve(transa::SparseChar,
uplo::SparseChar,
alpha::$elty,
A::CudaSparseMatrixCSR{$elty},
X::CudaMatrix{$elty},
info::cusparseSolveAnalysisInfo_t,
index::SparseChar)
cutransa = cusparseop(transa)
cuind = cusparseindex(index)
cuuplo = cusparsefill(uplo)
cudesc = cusparseMatDescr_t(CUSPARSE_MATRIX_TYPE_TRIANGULAR, cuuplo, CUSPARSE_DIAG_TYPE_NON_UNIT, cuind)
m,nA = A.dims
mX,n = X.dims
if( mX != m )
throw(DimensionMismatch("First dimension of A, $m, and X, $mX must match"))
end
Y = similar(X)
ldx = max(1,stride(X,2))
ldy = max(1,stride(Y,2))
statuscheck(ccall(($(string(fname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, cusparseOperation_t, Cint, Cint,
Ptr{$elty}, Ptr{cusparseMatDescr_t}, Ptr{$elty},
Ptr{Cint}, Ptr{Cint}, cusparseSolveAnalysisInfo_t,
Ptr{$elty}, Cint, Ptr{$elty}, Cint),
cusparsehandle[1], cutransa, m, n, [alpha],
&cudesc, A.nzVal, A.rowPtr, A.colVal, info, X, ldx,
Y, ldy))
Y
end
function sm_solve(transa::SparseChar,
uplo::SparseChar,
alpha::$elty,
A::CudaSparseMatrixCSC{$elty},
X::CudaMatrix{$elty},
info::cusparseSolveAnalysisInfo_t,
index::SparseChar)
ctransa = 'N'
if transa == 'N'
ctransa = 'T'
end
cuplo = 'U'
if uplo == 'U'
cuplo = 'L'
end
cutransa = cusparseop(ctransa)
cuind = cusparseindex(index)
cuuplo = cusparsefill(cuplo)
cudesc = cusparseMatDescr_t(CUSPARSE_MATRIX_TYPE_TRIANGULAR, cuuplo, CUSPARSE_DIAG_TYPE_NON_UNIT, cuind)
m,nA = A.dims
mX,n = X.dims
if( mX != m )
throw(DimensionMismatch("First dimension of A, $m, and X, $mX must match"))
end
Y = similar(X)
ldx = max(1,stride(X,2))
ldy = max(1,stride(Y,2))
statuscheck(ccall(($(string(fname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, cusparseOperation_t, Cint, Cint,
Ptr{$elty}, Ptr{cusparseMatDescr_t}, Ptr{$elty},
Ptr{Cint}, Ptr{Cint}, cusparseSolveAnalysisInfo_t,
Ptr{$elty}, Cint, Ptr{$elty}, Cint),
cusparsehandle[1], cutransa, m, n, [alpha],
&cudesc, A.nzVal, A.colPtr, A.rowVal, info, X, ldx,
Y, ldy))
Y
end
end
end
for elty in (:Float32, :Float64, :Complex64, :Complex128)
@eval begin
function sm(transa::SparseChar,
uplo::SparseChar,
alpha::$elty,
A::CudaSparseMatrix{$elty},
B::CudaMatrix{$elty},
index::SparseChar)
info = sm_analysis(transa,uplo,A,index)
sm_solve(transa,uplo,alpha,A,B,info,index)
end
function sm(transa::SparseChar,
uplo::SparseChar,
A::CudaSparseMatrix{$elty},
B::CudaMatrix{$elty},
index::SparseChar)
info = sm_analysis(transa,uplo,A,index)
sm_solve(transa,uplo,one($elty),A,B,info,index)
end
function sm(transa::SparseChar,
alpha::$elty,
A::AbstractTriangular,
B::CudaMatrix{$elty},
index::SparseChar)
uplo = 'U'
if islower(A)
uplo = 'L'
end
info = sm_analysis(transa,uplo,A.data,index)
sm_solve(transa,uplo,alpha,A.data,B,info,index)
end
function sm(transa::SparseChar,
A::AbstractTriangular,
B::CudaMatrix{$elty},
index::SparseChar)
uplo = 'U'
if islower(A)
uplo = 'L'
end
info = sm_analysis(transa,uplo,A.data,index)
sm_solve(transa,uplo,one($elty),A.data,B,info,index)
end
end
end
(\)(A::AbstractTriangular,B::CudaMatrix) = sm('N',A,B,'O')
At_ldiv_B(A::AbstractTriangular,B::CudaMatrix) = sm('T',A,B,'O')
Ac_ldiv_B(A::AbstractTriangular,B::CudaMatrix) = sm('C',A,B,'O')
# bsrsm2
for (bname,aname,sname,elty) in ((:cusparseSbsrsm2_bufferSize, :cusparseSbsrsm2_analysis, :cusparseSbsrsm2_solve, :Float32),
(:cusparseDbsrsm2_bufferSize, :cusparseDbsrsm2_analysis, :cusparseDbsrsm2_solve, :Float64),
(:cusparseCbsrsm2_bufferSize, :cusparseCbsrsm2_analysis, :cusparseCbsrsm2_solve, :Complex64),
(:cusparseZbsrsm2_bufferSize, :cusparseZbsrsm2_analysis, :cusparseZbsrsm2_solve, :Complex128))
@eval begin
function bsrsm2!(transa::SparseChar,
transxy::SparseChar,
alpha::$elty,
A::CudaSparseMatrixBSR{$elty},
X::CudaMatrix{$elty},
index::SparseChar)
cutransa = cusparseop(transa)
cutransxy = cusparseop(transxy)
cudir = cusparsedir(A.dir)
cuind = cusparseindex(index)
cudesc = cusparseMatDescr_t(CUSPARSE_MATRIX_TYPE_GENERAL, CUSPARSE_FILL_MODE_UPPER, CUSPARSE_DIAG_TYPE_NON_UNIT, cuind)
m,n = A.dims
if( m != n )
throw(DimensionMismatch("A must be square!"))
end
mb = div(m,A.blockDim)
mX,nX = size(X)
if( transxy == 'N' && (mX != m) )
throw(DimensionMismatch(""))
end
if( transxy != 'N' && (nX != m) )
throw(DimensionMismatch(""))
end
ldx = max(1,stride(X,2))
info = bsrsm2Info_t[0]
cusparseCreateBsrsm2Info(info)
bufSize = Array(Cint,1)
statuscheck(ccall(($(string(bname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, cusparseDirection_t,
cusparseOperation_t, cusparseOperation_t, Cint,
Cint, Cint, Ptr{cusparseMatDescr_t},
Ptr{$elty}, Ptr{Cint}, Ptr{Cint}, Cint,
bsrsm2Info_t, Ptr{Cint}), cusparsehandle[1],
cudir, cutransa, cutransxy, mb, nX, A.nnz,
&cudesc, A.nzVal, A.rowPtr, A.colVal,
A.blockDim, info[1], bufSize))
buffer = CudaArray(zeros(UInt8, bufSize[1]))
statuscheck(ccall(($(string(aname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, cusparseDirection_t,
cusparseOperation_t, cusparseOperation_t, Cint,
Cint, Cint, Ptr{cusparseMatDescr_t},
Ptr{$elty}, Ptr{Cint}, Ptr{Cint}, Cint,
bsrsm2Info_t, cusparseSolvePolicy_t, Ptr{Void}),
cusparsehandle[1], cudir, cutransa, cutransxy,
mb, nX, A.nnz, &cudesc, A.nzVal, A.rowPtr,
A.colVal, A.blockDim, info[1],
CUSPARSE_SOLVE_POLICY_USE_LEVEL, buffer))
posit = Array(Cint,1)
statuscheck(ccall((:cusparseXbsrsm2_zeroPivot, libcusparse),
cusparseStatus_t, (cusparseHandle_t, bsrsm2Info_t,
Ptr{Cint}), cusparsehandle[1], info[1], posit))
if( posit[1] >= 0 )
throw(string("Structural/numerical zero in A at (",posit[1],posit[1],")"))
end
statuscheck(ccall(($(string(sname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, cusparseDirection_t,
cusparseOperation_t, cusparseOperation_t, Cint,
Cint, Cint, Ptr{$elty}, Ptr{cusparseMatDescr_t},
Ptr{$elty}, Ptr{Cint}, Ptr{Cint}, Cint,
bsrsm2Info_t, Ptr{$elty}, Cint, Ptr{$elty}, Cint,
cusparseSolvePolicy_t, Ptr{Void}),
cusparsehandle[1], cudir, cutransa, cutransxy, mb,
nX, A.nnz, [alpha], &cudesc, A.nzVal, A.rowPtr,
A.colVal, A.blockDim, info[1], X, ldx, X, ldx,
CUSPARSE_SOLVE_POLICY_USE_LEVEL, buffer))
cusparseDestroyBsrsm2Info(info[1])
X
end
function bsrsm2(transa::SparseChar,
transxy::SparseChar,
alpha::$elty,
A::CudaSparseMatrixBSR{$elty},
X::CudaMatrix{$elty},
index::SparseChar)
bsrsm2!(transa,transxy,alpha,A,copy(X),index)
end
end
end
# extensions
# CSR GEAM
for (fname,elty) in ((:cusparseScsrgeam, :Float32),
(:cusparseDcsrgeam, :Float64),
(:cusparseCcsrgeam, :Complex64),
(:cusparseZcsrgeam, :Complex128))
@eval begin
function geam(alpha::$elty,
A::CudaSparseMatrixCSR{$elty},
beta::$elty,
B::CudaSparseMatrixCSR{$elty},
indexA::SparseChar,
indexB::SparseChar,
indexC::SparseChar)
cuinda = cusparseindex(indexA)
cuindb = cusparseindex(indexB)
cuindc = cusparseindex(indexB)
cudesca = cusparseMatDescr_t(CUSPARSE_MATRIX_TYPE_GENERAL, CUSPARSE_FILL_MODE_LOWER, CUSPARSE_DIAG_TYPE_NON_UNIT, cuinda)
cudescb = cusparseMatDescr_t(CUSPARSE_MATRIX_TYPE_GENERAL, CUSPARSE_FILL_MODE_LOWER, CUSPARSE_DIAG_TYPE_NON_UNIT, cuindb)
cudescc = cusparseMatDescr_t(CUSPARSE_MATRIX_TYPE_GENERAL, CUSPARSE_FILL_MODE_LOWER, CUSPARSE_DIAG_TYPE_NON_UNIT, cuindc)
mA,nA = A.dims
mB,nB = B.dims
if( (mA != mB) || (nA != nB) )
throw(DimensionMismatch(""))
end
nnzC = Array(Cint,1)
rowPtrC = CudaArray(zeros(Cint,mA+1))
statuscheck(ccall((:cusparseXcsrgeamNnz,libcusparse), cusparseStatus_t,
(cusparseHandle_t, Cint, Cint,
Ptr{cusparseMatDescr_t}, Cint, Ptr{Cint},
Ptr{Cint}, Ptr{cusparseMatDescr_t}, Cint, Ptr{Cint},
Ptr{Cint}, Ptr{cusparseMatDescr_t}, Ptr{Cint},
Ptr{Cint}), cusparsehandle[1], mA, nA, &cudesca,
A.nnz, A.rowPtr, A.colVal, &cudescb, B.nnz,
B.rowPtr, B.colVal, &cudescc, rowPtrC, nnzC))
nnz = nnzC[1]
C = CudaSparseMatrixCSR(rowPtrC, CudaArray(zeros(Cint,nnz)), CudaArray(zeros($elty,nnz)), nnz, A.dims)
statuscheck(ccall(($(string(fname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, Cint, Cint, Ptr{$elty},
Ptr{cusparseMatDescr_t}, Cint, Ptr{$elty},
Ptr{Cint}, Ptr{Cint}, Ptr{$elty},
Ptr{cusparseMatDescr_t}, Cint, Ptr{$elty},
Ptr{Cint}, Ptr{Cint}, Ptr{cusparseMatDescr_t},
Ptr{$elty}, Ptr{Cint}, Ptr{Cint}),
cusparsehandle[1], mA, nA, [alpha], &cudesca,
A.nnz, A.nzVal, A.rowPtr, A.colVal, [beta],
&cudescb, B.nnz, B.nzVal, B.rowPtr, B.colVal,
&cudescc, C.nzVal, C.rowPtr, C.colVal))
C
end
function geam(alpha::$elty,
A::CudaSparseMatrixCSC{$elty},
beta::$elty,
B::CudaSparseMatrixCSC{$elty},
indexA::SparseChar,
indexB::SparseChar,
indexC::SparseChar)
cuinda = cusparseindex(indexA)
cuindb = cusparseindex(indexB)
cuindc = cusparseindex(indexB)
cudesca = cusparseMatDescr_t(CUSPARSE_MATRIX_TYPE_GENERAL, CUSPARSE_FILL_MODE_LOWER, CUSPARSE_DIAG_TYPE_NON_UNIT, cuinda)
cudescb = cusparseMatDescr_t(CUSPARSE_MATRIX_TYPE_GENERAL, CUSPARSE_FILL_MODE_LOWER, CUSPARSE_DIAG_TYPE_NON_UNIT, cuindb)
cudescc = cusparseMatDescr_t(CUSPARSE_MATRIX_TYPE_GENERAL, CUSPARSE_FILL_MODE_LOWER, CUSPARSE_DIAG_TYPE_NON_UNIT, cuindc)
mA,nA = A.dims
mB,nB = B.dims
if( (mA != mB) || (nA != nB) )
throw(DimensionMismatch("A and B must have same dimensions!"))
end
nnzC = Array(Cint,1)
rowPtrC = CudaArray(zeros(Cint,mA+1))
statuscheck(ccall((:cusparseXcsrgeamNnz,libcusparse), cusparseStatus_t,
(cusparseHandle_t, Cint, Cint,
Ptr{cusparseMatDescr_t}, Cint, Ptr{Cint},
Ptr{Cint}, Ptr{cusparseMatDescr_t}, Cint, Ptr{Cint},
Ptr{Cint}, Ptr{cusparseMatDescr_t}, Ptr{Cint},
Ptr{Cint}), cusparsehandle[1], mA, nA, &cudesca,
A.nnz, A.colPtr, A.rowVal, &cudescb, B.nnz,
B.colPtr, B.rowVal, &cudescc, rowPtrC, nnzC))
nnz = nnzC[1]
C = CudaSparseMatrixCSC(rowPtrC, CudaArray(zeros(Cint,nnz)), CudaArray(zeros($elty,nnz)), nnz, A.dims)
statuscheck(ccall(($(string(fname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, Cint, Cint, Ptr{$elty},
Ptr{cusparseMatDescr_t}, Cint, Ptr{$elty},
Ptr{Cint}, Ptr{Cint}, Ptr{$elty},
Ptr{cusparseMatDescr_t}, Cint, Ptr{$elty},
Ptr{Cint}, Ptr{Cint}, Ptr{cusparseMatDescr_t},
Ptr{$elty}, Ptr{Cint}, Ptr{Cint}),
cusparsehandle[1], mA, nA, [alpha], &cudesca,
A.nnz, A.nzVal, A.colPtr, A.rowVal, [beta],
&cudescb, B.nnz, B.nzVal, B.colPtr, B.rowVal,
&cudescc, C.nzVal, C.colPtr, C.rowVal))
C
end
function geam(alpha::$elty,
A::CudaSparseMatrixCSR{$elty},
beta::$elty,
B::CudaSparseMatrixCSC{$elty},
indexA::SparseChar,
indexB::SparseChar,
indexC::SparseChar)
geam(alpha,A,beta,switch2csr(B),indexA,indexB,indexC)
end
function geam(alpha::$elty,
A::CudaSparseMatrixCSC{$elty},
beta::$elty,
B::CudaSparseMatrixCSR{$elty},
indexA::SparseChar,
indexB::SparseChar,
indexC::SparseChar)
geam(alpha,switch2csr(A),beta,B,indexA,indexB,indexC)
end
function geam(alpha::$elty,
A::Union{CudaSparseMatrixCSR{$elty},CudaSparseMatrixCSC{$elty}},
B::Union{CudaSparseMatrixCSR{$elty},CudaSparseMatrixCSC{$elty}},
indexA::SparseChar,
indexB::SparseChar,
indexC::SparseChar)
geam(alpha,A,one($elty),B,indexA,indexB,indexC)
end
function geam(A::Union{CudaSparseMatrixCSR{$elty},CudaSparseMatrixCSC{$elty}},
beta::$elty,
B::Union{CudaSparseMatrixCSR{$elty},CudaSparseMatrixCSC{$elty}},
indexA::SparseChar,
indexB::SparseChar,
indexC::SparseChar)
geam(one($elty),A,beta,B,indexA,indexB,indexC)
end
function geam(A::Union{CudaSparseMatrixCSR{$elty},CudaSparseMatrixCSC{$elty}},
B::Union{CudaSparseMatrixCSR{$elty},CudaSparseMatrixCSC{$elty}},
indexA::SparseChar,
indexB::SparseChar,
indexC::SparseChar)
geam(one($elty),A,one($elty),B,indexA,indexB,indexC)
end
end
end
(+)(A::Union{CudaSparseMatrixCSR,CudaSparseMatrixCSC},B::Union{CudaSparseMatrixCSR,CudaSparseMatrixCSC}) = geam(A,B,'O','O','O')
(-)(A::Union{CudaSparseMatrixCSR,CudaSparseMatrixCSC},B::Union{CudaSparseMatrixCSR,CudaSparseMatrixCSC}) = geam(A,-one(eltype(A)),B,'O','O','O')
#CSR GEMM
for (fname,elty) in ((:cusparseScsrgemm, :Float32),
(:cusparseDcsrgemm, :Float64),
(:cusparseCcsrgemm, :Complex64),
(:cusparseZcsrgemm, :Complex128))
@eval begin
function gemm(transa::SparseChar,
transb::SparseChar,
A::CudaSparseMatrixCSR{$elty},
B::CudaSparseMatrixCSR{$elty},
indexA::SparseChar,
indexB::SparseChar,
indexC::SparseChar)
cutransa = cusparseop(transa)
cutransb = cusparseop(transb)
cuinda = cusparseindex(indexA)
cuindb = cusparseindex(indexB)
cuindc = cusparseindex(indexB)
cudesca = cusparseMatDescr_t(CUSPARSE_MATRIX_TYPE_GENERAL, CUSPARSE_FILL_MODE_LOWER, CUSPARSE_DIAG_TYPE_NON_UNIT, cuinda)
cudescb = cusparseMatDescr_t(CUSPARSE_MATRIX_TYPE_GENERAL, CUSPARSE_FILL_MODE_LOWER, CUSPARSE_DIAG_TYPE_NON_UNIT, cuindb)
cudescc = cusparseMatDescr_t(CUSPARSE_MATRIX_TYPE_GENERAL, CUSPARSE_FILL_MODE_LOWER, CUSPARSE_DIAG_TYPE_NON_UNIT, cuindc)
m,k = transa == 'N' ? A.dims : (A.dims[2],A.dims[1])
kB,n = transb == 'N' ? B.dims : (B.dims[2],B.dims[1])
if k != kB
throw(DimensionMismatch("Interior dimension of A, $k, and B, $kB, must match"))
end
nnzC = Array(Cint,1)
rowPtrC = CudaArray(zeros(Cint,m + 1))
statuscheck(ccall((:cusparseXcsrgemmNnz,libcusparse), cusparseStatus_t,
(cusparseHandle_t, cusparseOperation_t,
cusparseOperation_t, Cint, Cint, Cint,
Ptr{cusparseMatDescr_t}, Cint, Ptr{Cint},
Ptr{Cint}, Ptr{cusparseMatDescr_t}, Cint, Ptr{Cint},
Ptr{Cint}, Ptr{cusparseMatDescr_t}, Ptr{Cint},
Ptr{Cint}), cusparsehandle[1], cutransa, cutransb,
m, n, k, &cudesca, A.nnz, A.rowPtr, A.colVal,
&cudescb, B.nnz, B.rowPtr, B.colVal, &cudescc,
rowPtrC, nnzC))
nnz = nnzC[1]
C = CudaSparseMatrixCSR(rowPtrC, CudaArray(zeros(Cint,nnz)), CudaArray(zeros($elty,nnz)), nnz, (m,n))
statuscheck(ccall(($(string(fname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, cusparseOperation_t,
cusparseOperation_t, Cint, Cint, Cint,
Ptr{cusparseMatDescr_t}, Cint, Ptr{$elty},
Ptr{Cint}, Ptr{Cint}, Ptr{cusparseMatDescr_t},
Cint, Ptr{$elty}, Ptr{Cint}, Ptr{Cint},
Ptr{cusparseMatDescr_t}, Ptr{$elty}, Ptr{Cint},
Ptr{Cint}), cusparsehandle[1], cutransa,
cutransb, m, n, k, &cudesca, A.nnz, A.nzVal,
A.rowPtr, A.colVal, &cudescb, B.nnz, B.nzVal,
B.rowPtr, B.colVal, &cudescc, C.nzVal,
C.rowPtr, C.colVal))
C
end
end
end
#CSC GEMM
for (fname,elty) in ((:cusparseScsrgemm, :Float32),
(:cusparseDcsrgemm, :Float64),
(:cusparseCcsrgemm, :Complex64),
(:cusparseZcsrgemm, :Complex128))
@eval begin
function gemm(transa::SparseChar,
transb::SparseChar,
A::CudaSparseMatrixCSC{$elty},
B::CudaSparseMatrixCSC{$elty},
indexA::SparseChar,
indexB::SparseChar,
indexC::SparseChar)
ctransa = 'N'
if transa == 'N'
ctransa = 'T'
end
cutransa = cusparseop(ctransa)
ctransb = 'N'
if transb == 'N'
ctransb = 'T'
end
cutransb = cusparseop(ctransb)
cuinda = cusparseindex(indexA)
cuindb = cusparseindex(indexB)
cuindc = cusparseindex(indexB)
cudesca = cusparseMatDescr_t(CUSPARSE_MATRIX_TYPE_GENERAL, CUSPARSE_FILL_MODE_LOWER, CUSPARSE_DIAG_TYPE_NON_UNIT, cuinda)
cudescb = cusparseMatDescr_t(CUSPARSE_MATRIX_TYPE_GENERAL, CUSPARSE_FILL_MODE_LOWER, CUSPARSE_DIAG_TYPE_NON_UNIT, cuindb)
cudescc = cusparseMatDescr_t(CUSPARSE_MATRIX_TYPE_GENERAL, CUSPARSE_FILL_MODE_LOWER, CUSPARSE_DIAG_TYPE_NON_UNIT, cuindc)
m,k = ctransa != 'N' ? A.dims : (A.dims[2],A.dims[1])
kB,n = ctransb != 'N' ? B.dims : (B.dims[2],B.dims[1])
if k != kB
throw(DimensionMismatch("Interior dimension of A, $k, and B, $kB, must match"))
end
nnzC = Array(Cint,1)
colPtrC = CudaArray(zeros(Cint,n + 1))
statuscheck(ccall((:cusparseXcsrgemmNnz,libcusparse), cusparseStatus_t,
(cusparseHandle_t, cusparseOperation_t,
cusparseOperation_t, Cint, Cint, Cint,
Ptr{cusparseMatDescr_t}, Cint, Ptr{Cint},
Ptr{Cint}, Ptr{cusparseMatDescr_t}, Cint, Ptr{Cint},
Ptr{Cint}, Ptr{cusparseMatDescr_t}, Ptr{Cint},
Ptr{Cint}), cusparsehandle[1], cutransa, cutransb,
m, n, k, &cudesca, A.nnz, A.colPtr, A.rowVal,
&cudescb, B.nnz, B.colPtr, B.rowVal, &cudescc,
colPtrC, nnzC))
nnz = nnzC[1]
C = CudaSparseMatrixCSC(colPtrC, CudaArray(zeros(Cint,nnz)), CudaArray(zeros($elty,nnz)), nnz, (m,n))
statuscheck(ccall(($(string(fname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, cusparseOperation_t,
cusparseOperation_t, Cint, Cint, Cint,
Ptr{cusparseMatDescr_t}, Cint, Ptr{$elty},
Ptr{Cint}, Ptr{Cint}, Ptr{cusparseMatDescr_t},
Cint, Ptr{$elty}, Ptr{Cint}, Ptr{Cint},
Ptr{cusparseMatDescr_t}, Ptr{$elty}, Ptr{Cint},
Ptr{Cint}), cusparsehandle[1], cutransa,
cutransb, m, n, k, &cudesca, A.nnz, A.nzVal,
A.colPtr, A.rowVal, &cudescb, B.nnz, B.nzVal,
B.colPtr, B.rowVal, &cudescc, C.nzVal,
C.colPtr, C.rowVal))
C
end
end
end
## preconditioners
# ic0 - incomplete Cholesky factorization with no pivoting
for (fname,elty) in ((:cusparseScsric0, :Float32),
(:cusparseDcsric0, :Float64),
(:cusparseCcsric0, :Complex64),
(:cusparseZcsric0, :Complex128))
@eval begin
function ic0!(transa::SparseChar,
typea::SparseChar,
A::CompressedSparse{$elty},
info::cusparseSolveAnalysisInfo_t,
index::SparseChar)
Mat = A
if typeof(A) <: Base.LinAlg.HermOrSym
Mat = A.data
end
cutransa = cusparseop(transa)
cutype = cusparsetype(typea)
if typeof(A) <: Symmetric
cutype = cusparsetype('S')
elseif typeof(A) <: Hermitian
cutype = cusparsetype('H')
end
if transa == 'N' && typeof(Mat) == CudaSparseMatrixCSC{$elty}
cutransa = cusparseop('T')
elseif transa == 'T' && typeof(Mat) == CudaSparseMatrixCSC{$elty}
cutransa = cusparseop('N')
end
cuind = cusparseindex(index)
cudesc = getDescr(A, index)
m,n = Mat.dims
indPtr = typeof(Mat) == CudaSparseMatrixCSC{$elty} ? Mat.colPtr : Mat.rowPtr
valPtr = typeof(Mat) == CudaSparseMatrixCSC{$elty} ? Mat.rowVal : Mat.colVal
statuscheck(ccall(($(string(fname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, cusparseOperation_t, Cint,
Ptr{cusparseMatDescr_t}, Ptr{$elty}, Ptr{Cint},
Ptr{Cint}, cusparseSolveAnalysisInfo_t),
cusparsehandle[1], cutransa, m, &cudesc, Mat.nzVal,
indPtr, valPtr, info))
Mat
end
function ic0(transa::SparseChar,
typea::SparseChar,
A::CompressedSparse{$elty},
info::cusparseSolveAnalysisInfo_t,
index::SparseChar)
ic0!(transa,typea,copy(A),info,index)
end
end
end
# csric02
for (bname,aname,sname,elty) in ((:cusparseScsric02_bufferSize, :cusparseScsric02_analysis, :cusparseScsric02, :Float32),
(:cusparseDcsric02_bufferSize, :cusparseDcsric02_analysis, :cusparseDcsric02, :Float64),
(:cusparseCcsric02_bufferSize, :cusparseCcsric02_analysis, :cusparseCcsric02, :Complex64),
(:cusparseZcsric02_bufferSize, :cusparseZcsric02_analysis, :cusparseZcsric02, :Complex128))
@eval begin
function ic02!(A::CudaSparseMatrixCSR{$elty},
index::SparseChar)
cuind = cusparseindex(index)
cudesc = cusparseMatDescr_t(CUSPARSE_MATRIX_TYPE_GENERAL, CUSPARSE_FILL_MODE_LOWER, CUSPARSE_DIAG_TYPE_NON_UNIT, cuind)
m,n = A.dims
if( m != n )
throw(DimensionMismatch("A must be square, but has dimensions ($m,$n)!"))
end
info = csric02Info_t[0]
cusparseCreateCsric02Info(info)
bufSize = Array(Cint,1)
statuscheck(ccall(($(string(bname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, Cint, Cint,
Ptr{cusparseMatDescr_t}, Ptr{$elty}, Ptr{Cint},
Ptr{Cint}, csric02Info_t, Ptr{Cint}),
cusparsehandle[1], m, A.nnz, &cudesc, A.nzVal,
A.rowPtr, A.colVal, info[1], bufSize))
buffer = CudaArray(zeros(UInt8, bufSize[1]))
statuscheck(ccall(($(string(aname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, Cint, Cint,
Ptr{cusparseMatDescr_t}, Ptr{$elty}, Ptr{Cint},
Ptr{Cint}, csric02Info_t, cusparseSolvePolicy_t,
Ptr{Void}), cusparsehandle[1], m, A.nnz, &cudesc,
A.nzVal, A.rowPtr, A.colVal, info[1],
CUSPARSE_SOLVE_POLICY_USE_LEVEL, buffer))
posit = Array(Cint,1)
statuscheck(ccall((:cusparseXcsric02_zeroPivot, libcusparse),
cusparseStatus_t, (cusparseHandle_t, csric02Info_t,
Ptr{Cint}), cusparsehandle[1], info[1], posit))
if( posit[1] >= 0 )
throw(string("Structural/numerical zero in A at (",posit[1],posit[1],")"))
end
statuscheck(ccall(($(string(sname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, Cint, Cint,
Ptr{cusparseMatDescr_t}, Ptr{$elty}, Ptr{Cint},
Ptr{Cint}, csric02Info_t, cusparseSolvePolicy_t,
Ptr{Void}), cusparsehandle[1], m, A.nnz,
&cudesc, A.nzVal, A.rowPtr, A.colVal, info[1],
CUSPARSE_SOLVE_POLICY_USE_LEVEL, buffer))
cusparseDestroyCsric02Info(info[1])
A
end
end
end
# cscic02
for (bname,aname,sname,elty) in ((:cusparseScsric02_bufferSize, :cusparseScsric02_analysis, :cusparseScsric02, :Float32),
(:cusparseDcsric02_bufferSize, :cusparseDcsric02_analysis, :cusparseDcsric02, :Float64),
(:cusparseCcsric02_bufferSize, :cusparseCcsric02_analysis, :cusparseCcsric02, :Complex64),
(:cusparseZcsric02_bufferSize, :cusparseZcsric02_analysis, :cusparseZcsric02, :Complex128))
@eval begin
function ic02!(A::CudaSparseMatrixCSC{$elty},
index::SparseChar)
cuind = cusparseindex(index)
cudesc = cusparseMatDescr_t(CUSPARSE_MATRIX_TYPE_GENERAL, CUSPARSE_FILL_MODE_LOWER, CUSPARSE_DIAG_TYPE_NON_UNIT, cuind)
m,n = A.dims
if( m != n )
throw(DimensionMismatch("A must be square, but has dimensions ($m,$n)!"))
end
info = csric02Info_t[0]
cusparseCreateCsric02Info(info)
bufSize = Array(Cint,1)
statuscheck(ccall(($(string(bname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, Cint, Cint,
Ptr{cusparseMatDescr_t}, Ptr{$elty}, Ptr{Cint},
Ptr{Cint}, csric02Info_t, Ptr{Cint}),
cusparsehandle[1], m, A.nnz, &cudesc, A.nzVal,
A.colPtr, A.rowVal, info[1], bufSize))
buffer = CudaArray(zeros(UInt8, bufSize[1]))
statuscheck(ccall(($(string(aname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, Cint, Cint,
Ptr{cusparseMatDescr_t}, Ptr{$elty}, Ptr{Cint},
Ptr{Cint}, csric02Info_t, cusparseSolvePolicy_t,
Ptr{Void}), cusparsehandle[1], m, A.nnz, &cudesc,
A.nzVal, A.colPtr, A.rowVal, info[1],
CUSPARSE_SOLVE_POLICY_USE_LEVEL, buffer))
posit = Array(Cint,1)
statuscheck(ccall((:cusparseXcsric02_zeroPivot, libcusparse),
cusparseStatus_t, (cusparseHandle_t, csric02Info_t,
Ptr{Cint}), cusparsehandle[1], info[1], posit))
if( posit[1] >= 0 )
throw(string("Structural/numerical zero in A at (",posit[1],posit[1],")"))
end
statuscheck(ccall(($(string(sname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, Cint, Cint,
Ptr{cusparseMatDescr_t}, Ptr{$elty}, Ptr{Cint},
Ptr{Cint}, csric02Info_t, cusparseSolvePolicy_t,
Ptr{Void}), cusparsehandle[1], m, A.nnz,
&cudesc, A.nzVal, A.colPtr, A.rowVal, info[1],
CUSPARSE_SOLVE_POLICY_USE_LEVEL, buffer))
cusparseDestroyCsric02Info(info[1])
A
end
end
end
# ilu0 - incomplete LU factorization with no pivoting
for (fname,elty) in ((:cusparseScsrilu0, :Float32),
(:cusparseDcsrilu0, :Float64),
(:cusparseCcsrilu0, :Complex64),
(:cusparseZcsrilu0, :Complex128))
@eval begin
function ilu0!(transa::SparseChar,
A::CompressedSparse{$elty},
info::cusparseSolveAnalysisInfo_t,
index::SparseChar)
Mat = A
if typeof(A) <: Base.LinAlg.HermOrSym
Mat = A.data
end
cutransa = cusparseop(transa)
if transa == 'N' && typeof(Mat) == CudaSparseMatrixCSC{$elty}
cutransa = cusparseop('T')
elseif transa == 'T' && typeof(Mat) == CudaSparseMatrixCSC{$elty}
cutransa = cusparseop('N')
end
cuind = cusparseindex(index)
cudesc = getDescr(A, index)
m,n = Mat.dims
indPtr = typeof(Mat) == CudaSparseMatrixCSC{$elty} ? Mat.colPtr : Mat.rowPtr
valPtr = typeof(Mat) == CudaSparseMatrixCSC{$elty} ? Mat.rowVal : Mat.colVal
statuscheck(ccall(($(string(fname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, cusparseOperation_t, Cint,
Ptr{cusparseMatDescr_t}, Ptr{$elty}, Ptr{Cint},
Ptr{Cint}, cusparseSolveAnalysisInfo_t),
cusparsehandle[1], cutransa, m, &cudesc, Mat.nzVal,
indPtr, valPtr, info))
Mat
end
function ilu0(transa::SparseChar,
A::CompressedSparse{$elty},
info::cusparseSolveAnalysisInfo_t,
index::SparseChar)
ilu0!(transa,copy(A),info,index)
end
end
end
# csrilu02
for (bname,aname,sname,elty) in ((:cusparseScsrilu02_bufferSize, :cusparseScsrilu02_analysis, :cusparseScsrilu02, :Float32),
(:cusparseDcsrilu02_bufferSize, :cusparseDcsrilu02_analysis, :cusparseDcsrilu02, :Float64),
(:cusparseCcsrilu02_bufferSize, :cusparseCcsrilu02_analysis, :cusparseCcsrilu02, :Complex64),
(:cusparseZcsrilu02_bufferSize, :cusparseZcsrilu02_analysis, :cusparseZcsrilu02, :Complex128))
@eval begin
function ilu02!(A::CudaSparseMatrixCSR{$elty},
index::SparseChar)
cuind = cusparseindex(index)
cudesc = cusparseMatDescr_t(CUSPARSE_MATRIX_TYPE_GENERAL, CUSPARSE_FILL_MODE_LOWER, CUSPARSE_DIAG_TYPE_NON_UNIT, cuind)
m,n = A.dims
if( m != n )
throw(DimensionMismatch("A must be square, but has dimensions ($m,$n)!"))
end
info = csrilu02Info_t[0]
cusparseCreateCsrilu02Info(info)
bufSize = Array(Cint,1)
statuscheck(ccall(($(string(bname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, Cint, Cint,
Ptr{cusparseMatDescr_t}, Ptr{$elty}, Ptr{Cint},
Ptr{Cint}, csrilu02Info_t, Ptr{Cint}),
cusparsehandle[1], m, A.nnz, &cudesc, A.nzVal,
A.rowPtr, A.colVal, info[1], bufSize))
buffer = CudaArray(zeros(UInt8, bufSize[1]))
statuscheck(ccall(($(string(aname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, Cint, Cint,
Ptr{cusparseMatDescr_t}, Ptr{$elty}, Ptr{Cint},
Ptr{Cint}, csrilu02Info_t, cusparseSolvePolicy_t,
Ptr{Void}), cusparsehandle[1], m, A.nnz, &cudesc,
A.nzVal, A.rowPtr, A.colVal, info[1],
CUSPARSE_SOLVE_POLICY_USE_LEVEL, buffer))
posit = Array(Cint,1)
statuscheck(ccall((:cusparseXcsrilu02_zeroPivot, libcusparse),
cusparseStatus_t, (cusparseHandle_t, csrilu02Info_t,
Ptr{Cint}), cusparsehandle[1], info[1], posit))
if( posit[1] >= 0 )
throw(string("Structural zero in A at (",posit[1],posit[1],")"))
end
statuscheck(ccall(($(string(sname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, Cint, Cint,
Ptr{cusparseMatDescr_t}, Ptr{$elty}, Ptr{Cint},
Ptr{Cint}, csrilu02Info_t, cusparseSolvePolicy_t,
Ptr{Void}), cusparsehandle[1], m, A.nnz,
&cudesc, A.nzVal, A.rowPtr, A.colVal, info[1],
CUSPARSE_SOLVE_POLICY_USE_LEVEL, buffer))
cusparseDestroyCsrilu02Info(info[1])
A
end
end
end
# cscilu02
for (bname,aname,sname,elty) in ((:cusparseScsrilu02_bufferSize, :cusparseScsrilu02_analysis, :cusparseScsrilu02, :Float32),
(:cusparseDcsrilu02_bufferSize, :cusparseDcsrilu02_analysis, :cusparseDcsrilu02, :Float64),
(:cusparseCcsrilu02_bufferSize, :cusparseCcsrilu02_analysis, :cusparseCcsrilu02, :Complex64),
(:cusparseZcsrilu02_bufferSize, :cusparseZcsrilu02_analysis, :cusparseZcsrilu02, :Complex128))
@eval begin
function ilu02!(A::CudaSparseMatrixCSC{$elty},
index::SparseChar)
cuind = cusparseindex(index)
cudesc = cusparseMatDescr_t(CUSPARSE_MATRIX_TYPE_GENERAL, CUSPARSE_FILL_MODE_LOWER, CUSPARSE_DIAG_TYPE_NON_UNIT, cuind)
m,n = A.dims
if( m != n )
throw(DimensionMismatch("A must be square, but has dimensions ($m,$n)!"))
end
info = csrilu02Info_t[0]
cusparseCreateCsrilu02Info(info)
bufSize = Array(Cint,1)
statuscheck(ccall(($(string(bname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, Cint, Cint,
Ptr{cusparseMatDescr_t}, Ptr{$elty}, Ptr{Cint},
Ptr{Cint}, csrilu02Info_t, Ptr{Cint}),
cusparsehandle[1], m, A.nnz, &cudesc, A.nzVal,
A.colPtr, A.rowVal, info[1], bufSize))
buffer = CudaArray(zeros(UInt8, bufSize[1]))
statuscheck(ccall(($(string(aname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, Cint, Cint,
Ptr{cusparseMatDescr_t}, Ptr{$elty}, Ptr{Cint},
Ptr{Cint}, csrilu02Info_t, cusparseSolvePolicy_t,
Ptr{Void}), cusparsehandle[1], m, A.nnz, &cudesc,
A.nzVal, A.colPtr, A.rowVal, info[1],
CUSPARSE_SOLVE_POLICY_USE_LEVEL, buffer))
posit = Array(Cint,1)
statuscheck(ccall((:cusparseXcsrilu02_zeroPivot, libcusparse),
cusparseStatus_t, (cusparseHandle_t, csrilu02Info_t,
Ptr{Cint}), cusparsehandle[1], info[1], posit))
if( posit[1] >= 0 )
throw(string("Structural zero in A at (",posit[1],posit[1],")"))
end
statuscheck(ccall(($(string(sname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, Cint, Cint,
Ptr{cusparseMatDescr_t}, Ptr{$elty}, Ptr{Cint},
Ptr{Cint}, csrilu02Info_t, cusparseSolvePolicy_t,
Ptr{Void}), cusparsehandle[1], m, A.nnz,
&cudesc, A.nzVal, A.colPtr, A.rowVal, info[1],
CUSPARSE_SOLVE_POLICY_USE_LEVEL, buffer))
cusparseDestroyCsrilu02Info(info[1])
A
end
end
end
# bsric02
for (bname,aname,sname,elty) in ((:cusparseSbsric02_bufferSize, :cusparseSbsric02_analysis, :cusparseSbsric02, :Float32),
(:cusparseDbsric02_bufferSize, :cusparseDbsric02_analysis, :cusparseDbsric02, :Float64),
(:cusparseCbsric02_bufferSize, :cusparseCbsric02_analysis, :cusparseCbsric02, :Complex64),
(:cusparseZbsric02_bufferSize, :cusparseZbsric02_analysis, :cusparseZbsric02, :Complex128))
@eval begin
function ic02!(A::CudaSparseMatrixBSR{$elty},
index::SparseChar)
cudir = cusparsedir(A.dir)
cuind = cusparseindex(index)
cudesc = cusparseMatDescr_t(CUSPARSE_MATRIX_TYPE_GENERAL, CUSPARSE_FILL_MODE_UPPER, CUSPARSE_DIAG_TYPE_NON_UNIT, cuind)
m,n = A.dims
if( m != n )
throw(DimensionMismatch("A must be square, but has dimensions ($m,$n)!"))
end
mb = div(m,A.blockDim)
info = bsric02Info_t[0]
cusparseCreateBsric02Info(info)
bufSize = Array(Cint,1)
statuscheck(ccall(($(string(bname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, cusparseDirection_t, Cint,
Cint, Ptr{cusparseMatDescr_t}, Ptr{$elty},
Ptr{Cint}, Ptr{Cint}, Cint, bsric02Info_t,
Ptr{Cint}), cusparsehandle[1], cudir, mb, A.nnz,
&cudesc, A.nzVal, A.rowPtr, A.colVal,
A.blockDim, info[1], bufSize))
buffer = CudaArray(zeros(UInt8, bufSize[1]))
statuscheck(ccall(($(string(aname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, cusparseDirection_t, Cint,
Cint, Ptr{cusparseMatDescr_t}, Ptr{$elty},
Ptr{Cint}, Ptr{Cint}, Cint, bsric02Info_t,
cusparseSolvePolicy_t, Ptr{Void}),
cusparsehandle[1], cudir, mb, A.nnz, &cudesc,
A.nzVal, A.rowPtr, A.colVal, A.blockDim, info[1],
CUSPARSE_SOLVE_POLICY_USE_LEVEL, buffer))
posit = Array(Cint,1)
statuscheck(ccall((:cusparseXbsric02_zeroPivot, libcusparse),
cusparseStatus_t, (cusparseHandle_t, bsric02Info_t,
Ptr{Cint}), cusparsehandle[1], info[1], posit))
if( posit[1] >= 0 )
throw(string("Structural/numerical zero in A at (",posit[1],posit[1],")"))
end
statuscheck(ccall(($(string(sname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, cusparseDirection_t, Cint,
Cint, Ptr{cusparseMatDescr_t}, Ptr{$elty},
Ptr{Cint}, Ptr{Cint}, Cint,bsric02Info_t,
cusparseSolvePolicy_t, Ptr{Void}),
cusparsehandle[1], cudir, mb, A.nnz, &cudesc,
A.nzVal, A.rowPtr, A.colVal, A.blockDim, info[1],
CUSPARSE_SOLVE_POLICY_USE_LEVEL, buffer))
cusparseDestroyBsric02Info(info[1])
A
end
end
end
# bsrilu02
for (bname,aname,sname,elty) in ((:cusparseSbsrilu02_bufferSize, :cusparseSbsrilu02_analysis, :cusparseSbsrilu02, :Float32),
(:cusparseDbsrilu02_bufferSize, :cusparseDbsrilu02_analysis, :cusparseDbsrilu02, :Float64),
(:cusparseCbsrilu02_bufferSize, :cusparseCbsrilu02_analysis, :cusparseCbsrilu02, :Complex64),
(:cusparseZbsrilu02_bufferSize, :cusparseZbsrilu02_analysis, :cusparseZbsrilu02, :Complex128))
@eval begin
function ilu02!(A::CudaSparseMatrixBSR{$elty},
index::SparseChar)
cudir = cusparsedir(A.dir)
cuind = cusparseindex(index)
cudesc = cusparseMatDescr_t(CUSPARSE_MATRIX_TYPE_GENERAL, CUSPARSE_FILL_MODE_UPPER, CUSPARSE_DIAG_TYPE_NON_UNIT, cuind)
m,n = A.dims
if( m != n )
throw(DimensionMismatch("A must be square, but has dimensions ($m,$n)!"))
end
mb = div(m,A.blockDim)
info = bsrilu02Info_t[0]
cusparseCreateBsrilu02Info(info)
bufSize = Array(Cint,1)
statuscheck(ccall(($(string(bname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, cusparseDirection_t, Cint,
Cint, Ptr{cusparseMatDescr_t}, Ptr{$elty},
Ptr{Cint}, Ptr{Cint}, Cint, bsrilu02Info_t,
Ptr{Cint}), cusparsehandle[1], cudir, mb, A.nnz,
&cudesc, A.nzVal, A.rowPtr, A.colVal,
A.blockDim, info[1], bufSize))
buffer = CudaArray(zeros(UInt8, bufSize[1]))
statuscheck(ccall(($(string(aname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, cusparseDirection_t, Cint,
Cint, Ptr{cusparseMatDescr_t}, Ptr{$elty},
Ptr{Cint}, Ptr{Cint}, Cint, bsrilu02Info_t,
cusparseSolvePolicy_t, Ptr{Void}),
cusparsehandle[1], cudir, mb, A.nnz, &cudesc,
A.nzVal, A.rowPtr, A.colVal, A.blockDim, info[1],
CUSPARSE_SOLVE_POLICY_USE_LEVEL, buffer))
posit = Array(Cint,1)
statuscheck(ccall((:cusparseXbsrilu02_zeroPivot, libcusparse),
cusparseStatus_t, (cusparseHandle_t, bsrilu02Info_t,
Ptr{Cint}), cusparsehandle[1], info[1], posit))
if( posit[1] >= 0 )
throw(string("Structural/numerical zero in A at (",posit[1],posit[1],")"))
end
statuscheck(ccall(($(string(sname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, cusparseDirection_t, Cint,
Cint, Ptr{cusparseMatDescr_t}, Ptr{$elty},
Ptr{Cint}, Ptr{Cint}, Cint,bsrilu02Info_t,
cusparseSolvePolicy_t, Ptr{Void}),
cusparsehandle[1], cudir, mb, A.nnz, &cudesc,
A.nzVal, A.rowPtr, A.colVal, A.blockDim, info[1],
CUSPARSE_SOLVE_POLICY_USE_LEVEL, buffer))
cusparseDestroyBsrilu02Info(info[1])
A
end
end
end
for elty in (:Float32, :Float64, :Complex64, :Complex128)
@eval begin
function ilu02(A::CudaSparseMatrix{$elty},
index::SparseChar)
ilu02!(copy(A),index)
end
function ic02(A::CudaSparseMatrix{$elty},
index::SparseChar)
ic02!(copy(A),index)
end
function ilu02(A::HermOrSym{$elty,CudaSparseMatrix{$elty}},
index::SparseChar)
ilu02!(copy(A.data),index)
end
function ic02(A::HermOrSym{$elty,CudaSparseMatrix{$elty}},
index::SparseChar)
ic02!(copy(A.data),index)
end
end
end
# gtsv - general tridiagonal solver
for (fname,elty) in ((:cusparseSgtsv, :Float32),
(:cusparseDgtsv, :Float64),
(:cusparseCgtsv, :Complex64),
(:cusparseZgtsv, :Complex128))
@eval begin
function gtsv!(dl::CudaVector{$elty},
d::CudaVector{$elty},
du::CudaVector{$elty},
B::CudaMatrix{$elty})
m,n = B.dims
ldb = max(1,stride(B,2))
statuscheck(ccall(($(string(fname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, Cint, Cint, Ptr{$elty},
Ptr{$elty}, Ptr{$elty}, Ptr{$elty}, Cint),
cusparsehandle[1], m, n, dl, d, du, B, ldb))
B
end
function gtsv(dl::CudaVector{$elty},
d::CudaVector{$elty},
du::CudaVector{$elty},
B::CudaMatrix{$elty})
gtsv!(dl,d,du,copy(B))
end
end
end
# gtsv_nopivot - general tridiagonal solver without pivoting
for (fname,elty) in ((:cusparseSgtsv_nopivot, :Float32),
(:cusparseDgtsv_nopivot, :Float64),
(:cusparseCgtsv_nopivot, :Complex64),
(:cusparseZgtsv_nopivot, :Complex128))
@eval begin
function gtsv_nopivot!(dl::CudaVector{$elty},
d::CudaVector{$elty},
du::CudaVector{$elty},
B::CudaMatrix{$elty})
m,n = B.dims
ldb = max(1,stride(B,2))
statuscheck(ccall(($(string(fname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, Cint, Cint, Ptr{$elty},
Ptr{$elty}, Ptr{$elty}, Ptr{$elty}, Cint),
cusparsehandle[1], m, n, dl, d, du, B, ldb))
B
end
function gtsv_nopivot(dl::CudaVector{$elty},
d::CudaVector{$elty},
du::CudaVector{$elty},
B::CudaMatrix{$elty})
gtsv_nopivot!(dl,d,du,copy(B))
end
end
end
# gtsvStridedBatch - batched general tridiagonal solver
for (fname,elty) in ((:cusparseSgtsvStridedBatch, :Float32),
(:cusparseDgtsvStridedBatch, :Float64),
(:cusparseCgtsvStridedBatch, :Complex64),
(:cusparseZgtsvStridedBatch, :Complex128))
@eval begin
function gtsvStridedBatch!(dl::CudaVector{$elty},
d::CudaVector{$elty},
du::CudaVector{$elty},
X::CudaVector{$elty},
batchCount::Integer,
batchStride::Integer)
m = div(length(X),batchCount)
statuscheck(ccall(($(string(fname)),libcusparse), cusparseStatus_t,
(cusparseHandle_t, Cint, Ptr{$elty}, Ptr{$elty},
Ptr{$elty}, Ptr{$elty}, Cint, Cint),
cusparsehandle[1], m, dl, d, du, X,
batchCount, batchStride))
X
end
function gtsvStridedBatch(dl::CudaVector{$elty},
d::CudaVector{$elty},
du::CudaVector{$elty},
X::CudaVector{$elty},
batchCount::Integer,
batchStride::Integer)
gtsvStridedBatch!(dl,d,du,copy(X),batchCount,batchStride)
end
end
end
| [
2,
315,
2410,
198,
198,
11748,
7308,
13,
14993,
2348,
70,
25,
18113,
5574,
43094,
11,
27741,
14824,
21413,
11,
1635,
11,
1343,
11,
532,
11,
3467,
11,
317,
62,
76,
377,
62,
33,
83,
11,
1629,
62,
76,
377,
62,
33,
11,
1629,
62,
76,
377,
62,
33,
83,
11,
4013,
62,
76,
377,
62,
33,
11,
1629,
62,
335,
452,
62,
33,
11,
4013,
62,
335,
452,
62,
33,
198,
198,
2,
10385,
1338,
17208,
12441,
1391,
45,
11,
51,
11,
34,
92,
284,
269,
385,
29572,
32180,
62,
83,
198,
8818,
269,
385,
29572,
404,
7,
7645,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
611,
1007,
6624,
705,
45,
6,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
327,
2937,
27082,
5188,
62,
31054,
6234,
62,
45,
1340,
62,
5446,
1565,
4303,
14058,
198,
220,
220,
220,
886,
198,
220,
220,
220,
611,
1007,
6624,
705,
51,
6,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
327,
2937,
27082,
5188,
62,
31054,
6234,
62,
5446,
1565,
4303,
14058,
198,
220,
220,
220,
886,
198,
220,
220,
220,
611,
1007,
6624,
705,
34,
6,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
327,
2937,
27082,
5188,
62,
31054,
6234,
62,
10943,
41,
7340,
6158,
62,
5446,
1565,
4303,
14058,
198,
220,
220,
220,
886,
198,
220,
220,
220,
3714,
7,
28100,
1713,
12331,
7203,
34680,
269,
385,
29572,
4905,
526,
4008,
198,
437,
198,
198,
2,
10385,
1338,
17208,
12441,
1391,
38,
11,
50,
11,
39,
11,
51,
92,
284,
269,
385,
29572,
46912,
6030,
62,
83,
198,
8818,
269,
17723,
945,
2963,
431,
7,
6759,
4906,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
611,
2603,
4906,
6624,
705,
38,
6,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
327,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
35353,
27130,
198,
220,
220,
220,
886,
198,
220,
220,
220,
611,
2603,
4906,
6624,
705,
51,
6,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
327,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
5446,
40,
15567,
37232,
198,
220,
220,
220,
886,
198,
220,
220,
220,
611,
2603,
4906,
6624,
705,
50,
6,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
327,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
23060,
12038,
2767,
41132,
198,
220,
220,
220,
886,
198,
220,
220,
220,
611,
2603,
4906,
6624,
705,
39,
6,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
327,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
16879,
36393,
16868,
198,
220,
220,
220,
886,
198,
220,
220,
220,
3714,
7,
28100,
1713,
12331,
7203,
34680,
269,
385,
29572,
17593,
2099,
526,
4008,
198,
437,
198,
198,
2,
10385,
1338,
17208,
12441,
1391,
52,
11,
43,
92,
284,
269,
385,
29572,
33762,
19076,
62,
83,
198,
8818,
269,
385,
29572,
20797,
7,
84,
489,
78,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
611,
28996,
78,
6624,
705,
52,
6,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
327,
2937,
27082,
5188,
62,
37,
8267,
62,
49058,
62,
8577,
18973,
198,
220,
220,
220,
886,
198,
220,
220,
220,
611,
28996,
78,
6624,
705,
43,
6,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
327,
2937,
27082,
5188,
62,
37,
8267,
62,
49058,
62,
43,
36048,
198,
220,
220,
220,
886,
198,
220,
220,
220,
3714,
7,
28100,
1713,
12331,
7203,
34680,
269,
385,
29572,
6070,
4235,
48774,
198,
437,
198,
198,
2,
10385,
1338,
17208,
12441,
1391,
52,
11,
45,
92,
284,
269,
385,
29572,
18683,
363,
6030,
62,
83,
198,
8818,
269,
17723,
945,
13740,
363,
7,
10989,
363,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
611,
2566,
363,
6624,
705,
52,
6,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
327,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
4944,
2043,
198,
220,
220,
220,
886,
198,
220,
220,
220,
611,
2566,
363,
6624,
705,
45,
6,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
327,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
198,
220,
220,
220,
886,
198,
220,
220,
220,
3714,
7,
28100,
1713,
12331,
7203,
34680,
269,
385,
29572,
2566,
363,
4235,
48774,
198,
437,
198,
198,
2,
10385,
1338,
17208,
12441,
1391,
57,
11,
46,
92,
284,
269,
385,
29572,
15732,
14881,
62,
83,
198,
8818,
269,
385,
29572,
9630,
7,
9630,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
611,
6376,
6624,
705,
57,
6,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
327,
2937,
27082,
5188,
62,
12115,
6369,
62,
33,
11159,
62,
57,
34812,
198,
220,
220,
220,
886,
198,
220,
220,
220,
611,
6376,
6624,
705,
46,
6,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
327,
2937,
27082,
5188,
62,
12115,
6369,
62,
33,
11159,
62,
11651,
198,
220,
220,
220,
886,
198,
220,
220,
220,
3714,
7,
28100,
1713,
12331,
7203,
34680,
269,
385,
29572,
6376,
2779,
48774,
198,
437,
198,
198,
2,
10385,
1338,
17208,
12441,
1391,
49,
11,
34,
92,
284,
269,
385,
29572,
35,
4154,
62,
83,
198,
8818,
269,
17723,
945,
276,
343,
7,
15908,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
611,
26672,
6624,
705,
49,
6,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
327,
2937,
27082,
5188,
62,
17931,
23988,
2849,
62,
49,
3913,
198,
220,
220,
220,
886,
198,
220,
220,
220,
611,
26672,
6624,
705,
34,
6,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
327,
2937,
27082,
5188,
62,
17931,
23988,
2849,
62,
25154,
198,
220,
220,
220,
886,
198,
220,
220,
220,
3714,
7,
28100,
1713,
12331,
7203,
34680,
269,
385,
29572,
4571,
48774,
198,
437,
198,
198,
8818,
442,
13276,
20306,
12078,
7,
1395,
11,
299,
11,
575,
11,
285,
8,
198,
220,
220,
220,
611,
4129,
7,
55,
8,
14512,
299,
198,
220,
220,
220,
220,
220,
220,
220,
3714,
7,
29271,
3004,
44,
1042,
963,
7203,
55,
1276,
423,
4129,
720,
77,
11,
475,
468,
4129,
29568,
13664,
7,
55,
4008,
48774,
198,
220,
220,
220,
2073,
361,
4129,
7,
56,
8,
14512,
285,
198,
220,
220,
220,
220,
220,
220,
220,
3714,
7,
29271,
3004,
44,
1042,
963,
7203,
56,
1276,
423,
4129,
720,
76,
11,
475,
468,
4129,
29568,
13664,
7,
56,
4008,
48774,
198,
220,
220,
220,
886,
198,
437,
198,
198,
8818,
442,
74,
3020,
67,
12078,
7,
347,
11,
327,
11,
479,
11,
300,
11,
285,
11,
299,
1267,
198,
220,
220,
220,
611,
2546,
7,
33,
8,
14512,
357,
74,
11,
75,
8,
198,
220,
220,
220,
220,
220,
220,
220,
3714,
7,
29271,
3004,
44,
1042,
963,
7203,
33,
468,
15225,
29568,
7857,
7,
33,
4008,
475,
2476,
7198,
74,
11,
3,
75,
16725,
4008,
198,
220,
220,
220,
2073,
361,
2546,
7,
34,
8,
14512,
357,
76,
11,
77,
8,
198,
220,
220,
220,
220,
220,
220,
220,
3714,
7,
29271,
3004,
44,
1042,
963,
7203,
34,
468,
15225,
29568,
7857,
7,
34,
4008,
475,
2476,
7198,
76,
11,
3,
77,
16725,
4008,
198,
220,
220,
220,
886,
198,
437,
198,
198,
8818,
651,
24564,
81,
7,
317,
3712,
34,
15339,
50,
29572,
46912,
11,
6376,
3712,
50,
29572,
12441,
1267,
198,
220,
220,
220,
18912,
521,
796,
269,
385,
29572,
9630,
7,
9630,
8,
198,
220,
220,
220,
2170,
220,
220,
796,
327,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
35353,
27130,
198,
220,
220,
220,
6070,
220,
796,
327,
2937,
27082,
5188,
62,
37,
8267,
62,
49058,
62,
43,
36048,
198,
220,
220,
220,
611,
318,
372,
2781,
666,
7,
32,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2170,
220,
796,
327,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
16879,
36393,
16868,
198,
220,
220,
220,
220,
220,
220,
220,
6070,
796,
269,
385,
29572,
20797,
7,
32,
13,
84,
489,
78,
8,
198,
220,
220,
220,
2073,
361,
1189,
4948,
7,
32,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2170,
220,
796,
327,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
23060,
12038,
2767,
41132,
198,
220,
220,
220,
220,
220,
220,
220,
6070,
796,
269,
385,
29572,
20797,
7,
32,
13,
84,
489,
78,
8,
198,
220,
220,
220,
886,
198,
220,
220,
220,
269,
463,
3798,
796,
269,
385,
29572,
19044,
24564,
81,
62,
83,
7,
28004,
11,
6070,
11,
34,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
11,
18912,
521,
8,
198,
437,
198,
198,
8818,
651,
24564,
81,
7,
317,
3712,
13940,
3020,
19482,
11,
6376,
3712,
50,
29572,
12441,
1267,
198,
220,
220,
220,
18912,
521,
796,
269,
385,
29572,
9630,
7,
9630,
8,
198,
220,
220,
220,
2170,
220,
796,
327,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
23060,
12038,
2767,
41132,
198,
220,
220,
220,
6070,
796,
269,
385,
29572,
20797,
7,
32,
13,
84,
489,
78,
8,
198,
220,
220,
220,
269,
463,
3798,
796,
269,
385,
29572,
19044,
24564,
81,
62,
83,
7,
28004,
11,
6070,
11,
34,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
11,
18912,
521,
8,
198,
437,
198,
198,
8818,
651,
24564,
81,
7,
317,
3712,
9360,
2781,
666,
11,
6376,
3712,
50,
29572,
12441,
1267,
198,
220,
220,
220,
18912,
521,
796,
269,
385,
29572,
9630,
7,
9630,
8,
198,
220,
220,
220,
2170,
220,
796,
327,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
16879,
36393,
16868,
198,
220,
220,
220,
6070,
796,
269,
385,
29572,
20797,
7,
32,
13,
84,
489,
78,
8,
198,
220,
220,
220,
269,
463,
3798,
796,
269,
385,
29572,
19044,
24564,
81,
62,
83,
7,
28004,
11,
6070,
11,
34,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
11,
18912,
521,
8,
198,
437,
198,
198,
2,
2099,
11315,
198,
1640,
357,
69,
3672,
11,
417,
774,
8,
287,
14808,
25,
9042,
29572,
3351,
27891,
17,
66,
1416,
11,
1058,
43879,
2624,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
35,
6359,
81,
17,
66,
1416,
11,
1058,
43879,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
34,
6359,
81,
17,
66,
1416,
11,
1058,
5377,
11141,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
57,
6359,
81,
17,
66,
1416,
11,
1058,
5377,
11141,
12762,
4008,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
5078,
17,
66,
1416,
7,
6359,
81,
3712,
34,
15339,
50,
29572,
46912,
7902,
49,
90,
3,
417,
774,
5512,
22261,
3712,
50,
29572,
12441,
11639,
46,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
796,
269,
385,
29572,
9630,
7,
22261,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
11,
77,
796,
269,
27891,
13,
67,
12078,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
951,
46745,
796,
327,
15339,
19182,
7,
9107,
418,
7,
34,
600,
11,
77,
10,
16,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5752,
7762,
796,
327,
15339,
19182,
7,
9107,
418,
7,
34,
600,
11,
6359,
81,
13,
20471,
89,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
299,
89,
7762,
796,
327,
15339,
19182,
7,
9107,
418,
16763,
417,
774,
11,
6359,
81,
13,
20471,
89,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
69,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
327,
600,
11,
327,
600,
11,
327,
600,
11,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
269,
385,
29572,
12502,
62,
83,
11,
269,
385,
29572,
15732,
14881,
62,
83,
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,
269,
385,
29572,
28144,
58,
16,
4357,
285,
11,
299,
11,
269,
27891,
13,
20471,
89,
11,
269,
27891,
13,
27305,
7762,
11,
198,
220,
220,
220,
220,
220,
220,
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,
27891,
13,
808,
46745,
11,
269,
27891,
13,
4033,
7762,
11,
299,
89,
7762,
11,
5752,
7762,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
951,
46745,
11,
327,
2937,
27082,
5188,
62,
44710,
62,
41359,
1137,
2149,
11,
18912,
521,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
1416,
796,
327,
15339,
50,
29572,
46912,
34,
6173,
7,
4033,
46745,
11,
808,
7762,
11,
27305,
7762,
11,
6359,
81,
13,
20471,
89,
11,
6359,
81,
13,
67,
12078,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
1416,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
5078,
17,
6359,
81,
7,
66,
1416,
3712,
34,
15339,
50,
29572,
46912,
34,
6173,
90,
3,
417,
774,
5512,
22261,
3712,
50,
29572,
12441,
11639,
46,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
796,
269,
385,
29572,
9630,
7,
22261,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
11,
77,
796,
269,
1416,
13,
67,
12078,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5752,
46745,
796,
327,
15339,
19182,
7,
9107,
418,
7,
34,
600,
11,
76,
10,
16,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
951,
7762,
796,
327,
15339,
19182,
7,
9107,
418,
7,
34,
600,
11,
66,
1416,
13,
20471,
89,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
299,
89,
7762,
796,
327,
15339,
19182,
7,
9107,
418,
16763,
417,
774,
11,
66,
1416,
13,
20471,
89,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
69,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
327,
600,
11,
327,
600,
11,
327,
600,
11,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
269,
385,
29572,
12502,
62,
83,
11,
269,
385,
29572,
15732,
14881,
62,
83,
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,
269,
385,
29572,
28144,
58,
16,
4357,
299,
11,
285,
11,
269,
1416,
13,
20471,
89,
11,
269,
1416,
13,
27305,
7762,
11,
198,
220,
220,
220,
220,
220,
220,
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,
1416,
13,
4033,
46745,
11,
269,
1416,
13,
808,
7762,
11,
299,
89,
7762,
11,
951,
7762,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5752,
46745,
11,
327,
2937,
27082,
5188,
62,
44710,
62,
41359,
1137,
2149,
11,
18912,
521,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
27891,
796,
327,
15339,
50,
29572,
46912,
7902,
49,
7,
808,
46745,
11,
4033,
7762,
11,
27305,
7762,
11,
66,
1416,
13,
20471,
89,
11,
66,
1416,
13,
67,
12078,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
27891,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
1640,
357,
69,
3672,
11,
417,
774,
8,
287,
14808,
25,
9042,
29572,
3351,
27891,
17,
1443,
81,
11,
1058,
43879,
2624,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
35,
6359,
81,
17,
1443,
81,
11,
1058,
43879,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
34,
6359,
81,
17,
1443,
81,
11,
1058,
5377,
11141,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
57,
6359,
81,
17,
1443,
81,
11,
1058,
5377,
11141,
12762,
4008,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
5078,
17,
1443,
81,
7,
6359,
81,
3712,
34,
15339,
50,
29572,
46912,
7902,
49,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2512,
29271,
3712,
34,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
26672,
3712,
50,
29572,
12441,
11639,
49,
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,
773,
64,
3712,
50,
29572,
12441,
11639,
46,
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,
773,
66,
3712,
50,
29572,
12441,
11639,
46,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
343,
796,
269,
17723,
945,
276,
343,
7,
15908,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
22261,
796,
269,
385,
29572,
9630,
7,
22261,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
66,
796,
269,
385,
29572,
9630,
7,
521,
66,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
11,
77,
796,
269,
27891,
13,
67,
12078,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
299,
27305,
796,
15690,
7,
34,
600,
11,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
65,
796,
2659,
19510,
76,
1343,
2512,
29271,
532,
352,
828,
9967,
29271,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
299,
65,
796,
2659,
19510,
77,
1343,
2512,
29271,
532,
352,
828,
9967,
29271,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
275,
27891,
25166,
46745,
796,
327,
15339,
19182,
7,
9107,
418,
7,
34,
600,
11,
2022,
1343,
352,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
3798,
64,
796,
269,
385,
29572,
19044,
24564,
81,
62,
83,
7,
34,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
35353,
27130,
11,
327,
2937,
27082,
5188,
62,
37,
8267,
62,
49058,
62,
43,
36048,
11,
327,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
11,
18912,
22261,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
8401,
535,
796,
269,
385,
29572,
19044,
24564,
81,
62,
83,
7,
34,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
35353,
27130,
11,
327,
2937,
27082,
5188,
62,
37,
8267,
62,
49058,
62,
43,
36048,
11,
327,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
11,
18912,
521,
66,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
19510,
25,
9042,
29572,
55,
6359,
81,
17,
1443,
81,
45,
27305,
11,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
269,
385,
29572,
35,
4154,
62,
83,
11,
327,
600,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
327,
600,
11,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
34,
600,
92,
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,
269,
385,
29572,
28144,
58,
16,
4357,
269,
463,
343,
11,
285,
11,
299,
11,
1222,
66,
463,
3798,
64,
11,
269,
27891,
13,
808,
46745,
11,
198,
220,
220,
220,
220,
220,
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,
27891,
13,
4033,
7762,
11,
2512,
29271,
11,
1222,
66,
8401,
535,
11,
275,
27891,
25166,
46745,
11,
299,
27305,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
275,
27891,
45,
89,
7762,
796,
327,
15339,
19182,
7,
9107,
418,
16763,
417,
774,
11,
299,
27305,
58,
16,
60,
1635,
2512,
29271,
1635,
2512,
29271,
15306,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
275,
27891,
5216,
5497,
796,
327,
15339,
19182,
7,
9107,
418,
7,
34,
600,
11,
299,
27305,
58,
16,
60,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
69,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
269,
385,
29572,
35,
4154,
62,
83,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
600,
11,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
34,
600,
5512,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
92,
828,
269,
385,
29572,
28144,
58,
16,
4357,
269,
463,
343,
11,
285,
11,
299,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1222,
66,
463,
3798,
64,
11,
269,
27891,
13,
27305,
7762,
11,
269,
27891,
13,
808,
46745,
11,
269,
27891,
13,
4033,
7762,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2512,
29271,
11,
1222,
66,
8401,
535,
11,
275,
27891,
45,
89,
7762,
11,
275,
27891,
25166,
46745,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
275,
27891,
5216,
5497,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
15339,
50,
29572,
46912,
4462,
49,
90,
3,
417,
774,
92,
7,
1443,
81,
25166,
46745,
11,
275,
27891,
5216,
5497,
11,
275,
27891,
45,
89,
7762,
11,
269,
27891,
13,
67,
12078,
11,
2512,
29271,
11,
26672,
11,
299,
27305,
58,
16,
4357,
269,
27891,
13,
7959,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
5078,
17,
1443,
81,
7,
66,
1416,
3712,
34,
15339,
50,
29572,
46912,
34,
6173,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2512,
29271,
3712,
34,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
26672,
3712,
50,
29572,
12441,
11639,
49,
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,
773,
64,
3712,
50,
29572,
12441,
11639,
46,
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,
773,
66,
3712,
50,
29572,
12441,
11639,
46,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5078,
17,
1443,
81,
7,
31943,
17,
6359,
81,
7,
66,
1416,
828,
9967,
29271,
11,
15908,
11,
22261,
11,
521,
66,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
1640,
357,
69,
3672,
11,
417,
774,
8,
287,
14808,
25,
9042,
29572,
50,
1443,
81,
17,
6359,
81,
11,
1058,
43879,
2624,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
35,
1443,
81,
17,
6359,
81,
11,
1058,
43879,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
34,
1443,
81,
17,
6359,
81,
11,
1058,
5377,
11141,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
57,
1443,
81,
17,
6359,
81,
11,
1058,
5377,
11141,
12762,
4008,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
5078,
17,
6359,
81,
7,
1443,
81,
3712,
34,
15339,
50,
29572,
46912,
4462,
49,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
773,
64,
3712,
50,
29572,
12441,
11639,
46,
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,
773,
66,
3712,
50,
29572,
12441,
11639,
46,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
343,
796,
269,
17723,
945,
276,
343,
7,
1443,
81,
13,
15908,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
22261,
796,
269,
385,
29572,
9630,
7,
22261,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
66,
796,
269,
385,
29572,
9630,
7,
521,
66,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
11,
77,
796,
275,
27891,
13,
67,
12078,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
65,
796,
2659,
7,
76,
11,
1443,
81,
13,
9967,
29271,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
299,
65,
796,
2659,
7,
77,
11,
1443,
81,
13,
9967,
29271,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
299,
27305,
796,
275,
27891,
13,
20471,
89,
1635,
275,
27891,
13,
9967,
29271,
1635,
275,
27891,
13,
9967,
29271,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
3798,
64,
796,
269,
385,
29572,
19044,
24564,
81,
62,
83,
7,
34,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
35353,
27130,
11,
327,
2937,
27082,
5188,
62,
37,
8267,
62,
49058,
62,
43,
36048,
11,
327,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
11,
18912,
22261,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
8401,
535,
796,
269,
385,
29572,
19044,
24564,
81,
62,
83,
7,
34,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
35353,
27130,
11,
327,
2937,
27082,
5188,
62,
37,
8267,
62,
49058,
62,
43,
36048,
11,
327,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
11,
18912,
521,
66,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
27891,
25166,
46745,
796,
327,
15339,
19182,
7,
9107,
418,
7,
34,
600,
11,
285,
1343,
352,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
27891,
5216,
5497,
796,
327,
15339,
19182,
7,
9107,
418,
7,
34,
600,
11,
299,
27305,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
27891,
45,
89,
7762,
220,
796,
327,
15339,
19182,
7,
9107,
418,
16763,
417,
774,
11,
299,
27305,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
69,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
269,
385,
29572,
35,
4154,
62,
83,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
600,
11,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
34,
600,
5512,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
92,
828,
269,
385,
29572,
28144,
58,
16,
4357,
269,
463,
343,
11,
285,
65,
11,
299,
65,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1222,
66,
463,
3798,
64,
11,
275,
27891,
13,
27305,
7762,
11,
275,
27891,
13,
808,
46745,
11,
275,
27891,
13,
4033,
7762,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
275,
27891,
13,
9967,
29271,
11,
1222,
66,
8401,
535,
11,
269,
27891,
45,
89,
7762,
11,
269,
27891,
25166,
46745,
11,
198,
220,
220,
220,
220,
220,
220,
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,
27891,
5216,
5497,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
15339,
50,
29572,
46912,
7902,
49,
7,
6359,
81,
25166,
46745,
11,
269,
27891,
5216,
5497,
11,
269,
27891,
45,
89,
7762,
11,
10385,
7,
34,
600,
11,
20471,
89,
828,
275,
27891,
13,
67,
12078,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
5078,
17,
66,
1416,
7,
1443,
81,
3712,
34,
15339,
50,
29572,
46912,
4462,
49,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
773,
64,
3712,
50,
29572,
12441,
11639,
46,
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,
773,
66,
3712,
50,
29572,
12441,
11639,
46,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5078,
17,
66,
1416,
7,
31943,
17,
6359,
81,
7,
1443,
81,
11,
22261,
11,
521,
66,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
1640,
357,
66,
3672,
11,
81,
3672,
11,
417,
774,
8,
287,
14808,
25,
9042,
29572,
3351,
1416,
17,
67,
1072,
11,
1058,
9042,
29572,
3351,
27891,
17,
67,
1072,
11,
1058,
43879,
2624,
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,
357,
25,
9042,
29572,
35,
66,
1416,
17,
67,
1072,
11,
1058,
9042,
29572,
35,
6359,
81,
17,
67,
1072,
11,
1058,
43879,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
34,
66,
1416,
17,
67,
1072,
11,
1058,
9042,
29572,
34,
6359,
81,
17,
67,
1072,
11,
1058,
5377,
11141,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
57,
66,
1416,
17,
67,
1072,
11,
1058,
9042,
29572,
57,
6359,
81,
17,
67,
1072,
11,
1058,
5377,
11141,
12762,
4008,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
1336,
7,
6359,
81,
3712,
34,
15339,
50,
29572,
46912,
7902,
49,
90,
3,
417,
774,
5512,
521,
3712,
50,
29572,
12441,
11639,
46,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
796,
269,
385,
29572,
9630,
7,
521,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
11,
77,
796,
269,
27891,
13,
67,
12078,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15715,
32,
796,
327,
15339,
19182,
7,
9107,
418,
16763,
417,
774,
11,
76,
11,
77,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
300,
6814,
796,
3509,
7,
16,
11,
2536,
485,
7,
67,
1072,
32,
11,
17,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
3798,
796,
269,
385,
29572,
19044,
24564,
81,
62,
83,
7,
34,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
35353,
27130,
11,
327,
2937,
27082,
5188,
62,
37,
8267,
62,
49058,
62,
43,
36048,
11,
327,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
11,
18912,
521,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
81,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
327,
600,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
3,
417,
774,
5512,
327,
600,
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,
269,
385,
29572,
28144,
58,
16,
4357,
285,
11,
299,
11,
1222,
66,
463,
3798,
11,
269,
27891,
13,
27305,
7762,
11,
198,
220,
220,
220,
220,
220,
220,
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,
27891,
13,
808,
46745,
11,
269,
27891,
13,
4033,
7762,
11,
15715,
32,
11,
300,
6814,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15715,
32,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
1336,
7,
66,
1416,
3712,
34,
15339,
50,
29572,
46912,
34,
6173,
90,
3,
417,
774,
5512,
521,
3712,
50,
29572,
12441,
11639,
46,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
796,
269,
385,
29572,
9630,
7,
521,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
11,
77,
796,
269,
1416,
13,
67,
12078,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15715,
32,
796,
327,
15339,
19182,
7,
9107,
418,
16763,
417,
774,
11,
76,
11,
77,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
300,
6814,
796,
3509,
7,
16,
11,
2536,
485,
7,
67,
1072,
32,
11,
17,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
3798,
796,
269,
385,
29572,
19044,
24564,
81,
62,
83,
7,
34,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
35353,
27130,
11,
327,
2937,
27082,
5188,
62,
37,
8267,
62,
49058,
62,
43,
36048,
11,
327,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
11,
18912,
521,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
66,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
327,
600,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
3,
417,
774,
5512,
327,
600,
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,
269,
385,
29572,
28144,
58,
16,
4357,
285,
11,
299,
11,
1222,
66,
463,
3798,
11,
269,
1416,
13,
27305,
7762,
11,
198,
220,
220,
220,
220,
220,
220,
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,
1416,
13,
808,
7762,
11,
269,
1416,
13,
4033,
46745,
11,
15715,
32,
11,
300,
6814,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15715,
32,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
1336,
7,
12114,
65,
3712,
34,
15339,
50,
29572,
46912,
42598,
33,
90,
3,
417,
774,
5512,
521,
3712,
50,
29572,
12441,
11639,
46,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1336,
7,
31943,
17,
6359,
81,
7,
12114,
65,
11,
521,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
1336,
7,
1443,
81,
3712,
34,
15339,
50,
29572,
46912,
4462,
49,
90,
3,
417,
774,
5512,
521,
3712,
50,
29572,
12441,
11639,
46,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1336,
7,
31943,
17,
6359,
81,
7,
1443,
81,
11,
521,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
1640,
357,
77,
3672,
11,
66,
3672,
11,
81,
3672,
11,
71,
3672,
11,
417,
774,
8,
287,
14808,
25,
9042,
29572,
16501,
27305,
11,
1058,
9042,
29572,
50,
67,
1072,
17,
66,
1416,
11,
1058,
9042,
29572,
50,
67,
1072,
17,
6359,
81,
11,
1058,
9042,
29572,
50,
67,
1072,
17,
12114,
65,
11,
1058,
43879,
2624,
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,
357,
25,
9042,
29572,
35,
20471,
89,
11,
1058,
9042,
29572,
35,
67,
1072,
17,
66,
1416,
11,
1058,
9042,
29572,
35,
67,
1072,
17,
6359,
81,
11,
1058,
9042,
29572,
35,
67,
1072,
17,
12114,
65,
11,
1058,
43879,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
34,
20471,
89,
11,
1058,
9042,
29572,
34,
67,
1072,
17,
66,
1416,
11,
1058,
9042,
29572,
34,
67,
1072,
17,
6359,
81,
11,
1058,
9042,
29572,
34,
67,
1072,
17,
12114,
65,
11,
1058,
5377,
11141,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
57,
20471,
89,
11,
1058,
9042,
29572,
57,
67,
1072,
17,
66,
1416,
11,
1058,
9042,
29572,
57,
67,
1072,
17,
6359,
81,
11,
1058,
9042,
29572,
57,
67,
1072,
17,
12114,
65,
11,
1058,
5377,
11141,
12762,
4008,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
29877,
7,
32,
3712,
34,
15339,
46912,
90,
3,
417,
774,
5512,
69,
16762,
3712,
50,
29572,
12441,
11639,
49,
3256,
521,
3712,
50,
29572,
12441,
11639,
46,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
796,
269,
385,
29572,
9630,
7,
521,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
343,
796,
269,
17723,
945,
276,
343,
10786,
49,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
46996,
6624,
705,
34,
6,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
343,
796,
269,
17723,
945,
276,
343,
7,
69,
16762,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
11,
77,
796,
2546,
7,
32,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
300,
6814,
796,
3509,
7,
16,
11,
2536,
485,
7,
32,
11,
17,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
3798,
796,
269,
385,
29572,
19044,
24564,
81,
62,
83,
7,
34,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
35353,
27130,
11,
327,
2937,
27082,
5188,
62,
37,
8267,
62,
49058,
62,
43,
36048,
11,
327,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
11,
18912,
521,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
299,
27305,
25166,
5216,
796,
327,
15339,
19182,
7,
9107,
418,
7,
34,
600,
11,
46996,
6624,
705,
49,
6,
5633,
285,
1058,
299,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
299,
27305,
14957,
796,
15690,
7,
34,
600,
11,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
77,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
269,
385,
29572,
35,
4154,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
600,
11,
327,
600,
11,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
600,
11,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
34,
600,
92,
828,
269,
385,
29572,
28144,
58,
16,
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,
269,
463,
343,
11,
285,
11,
299,
11,
1222,
66,
463,
3798,
11,
317,
11,
300,
6814,
11,
299,
27305,
25166,
5216,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
299,
27305,
14957,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
299,
89,
7762,
796,
327,
15339,
19182,
7,
9107,
418,
16763,
417,
774,
11,
20471,
89,
14957,
58,
16,
60,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
69,
16762,
6624,
705,
49,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5752,
46745,
796,
327,
15339,
19182,
7,
9107,
418,
7,
34,
600,
11,
76,
10,
16,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
951,
5497,
796,
327,
15339,
19182,
7,
9107,
418,
7,
34,
600,
11,
20471,
89,
14957,
58,
16,
60,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
81,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
327,
600,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
600,
11,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
92,
828,
269,
385,
29572,
28144,
58,
16,
4357,
285,
11,
299,
11,
1222,
66,
463,
3798,
11,
317,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
300,
6814,
11,
299,
27305,
25166,
5216,
11,
299,
89,
7762,
11,
5752,
46745,
11,
951,
5497,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
327,
15339,
50,
29572,
46912,
7902,
49,
7,
808,
46745,
11,
4033,
5497,
11,
27305,
7762,
11,
20471,
89,
14957,
58,
16,
4357,
7857,
7,
32,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
69,
16762,
6624,
705,
34,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
951,
46745,
796,
327,
15339,
19182,
7,
9107,
418,
7,
34,
600,
11,
77,
10,
16,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5752,
5497,
796,
327,
15339,
19182,
7,
9107,
418,
7,
34,
600,
11,
20471,
89,
14957,
58,
16,
60,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
66,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
327,
600,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
600,
11,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
92,
828,
269,
385,
29572,
28144,
58,
16,
4357,
285,
11,
299,
11,
1222,
66,
463,
3798,
11,
317,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
300,
6814,
11,
299,
27305,
25166,
5216,
11,
299,
89,
7762,
11,
5752,
5497,
11,
951,
46745,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
327,
15339,
50,
29572,
46912,
34,
6173,
7,
4033,
46745,
11,
808,
5497,
11,
27305,
7762,
11,
20471,
89,
14957,
58,
16,
4357,
7857,
7,
32,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
69,
16762,
6624,
705,
33,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
5078,
17,
1443,
81,
7,
82,
29572,
7,
32,
4032,
49,
3256,
521,
828,
1102,
1851,
7,
34,
600,
11,
70,
10210,
7,
76,
11,
77,
22305,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
69,
16762,
6624,
705,
39,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2537,
65,
796,
269,
385,
29572,
21217,
65,
19044,
62,
83,
58,
15,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
19510,
25,
9042,
29572,
16447,
21217,
65,
19044,
11,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
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,
46745,
90,
9042,
29572,
21217,
65,
19044,
62,
83,
5512,
828,
2537,
65,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
71,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
327,
600,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
600,
11,
350,
2213,
90,
34,
600,
5512,
269,
385,
29572,
21217,
65,
19044,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
600,
11,
269,
385,
29572,
21217,
65,
7841,
653,
62,
83,
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,
269,
385,
29572,
28144,
58,
16,
4357,
285,
11,
299,
11,
1222,
66,
463,
3798,
11,
317,
11,
300,
6814,
11,
299,
27305,
25166,
5216,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2537,
65,
58,
16,
4357,
657,
11,
327,
2937,
27082,
5188,
62,
42598,
33,
62,
30709,
17941,
62,
39371,
46,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
327,
15339,
50,
29572,
46912,
42598,
33,
90,
3,
417,
774,
92,
7,
12114,
65,
58,
16,
4357,
7857,
7,
32,
828,
20471,
89,
14957,
58,
16,
4357,
25202,
28955,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
1640,
357,
81,
3672,
11,
66,
3672,
11,
417,
774,
8,
287,
14808,
25,
9042,
29572,
3351,
27891,
17,
12114,
65,
11,
1058,
9042,
29572,
3351,
1416,
17,
12114,
65,
11,
1058,
43879,
2624,
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,
357,
25,
9042,
29572,
35,
6359,
81,
17,
12114,
65,
11,
1058,
9042,
29572,
35,
66,
1416,
17,
12114,
65,
11,
1058,
43879,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
34,
6359,
81,
17,
12114,
65,
11,
1058,
9042,
29572,
34,
66,
1416,
17,
12114,
65,
11,
1058,
5377,
11141,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
57,
6359,
81,
17,
12114,
65,
11,
1058,
9042,
29572,
57,
66,
1416,
17,
12114,
65,
11,
1058,
5377,
11141,
12762,
4008,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
5078,
17,
12114,
65,
7,
6359,
81,
3712,
34,
15339,
50,
29572,
46912,
7902,
49,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
773,
64,
3712,
50,
29572,
12441,
11639,
46,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
22261,
796,
269,
385,
29572,
9630,
7,
22261,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
11,
77,
796,
269,
27891,
13,
67,
12078,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
3798,
64,
796,
269,
385,
29572,
19044,
24564,
81,
62,
83,
7,
34,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
35353,
27130,
11,
327,
2937,
27082,
5188,
62,
37,
8267,
62,
49058,
62,
43,
36048,
11,
327,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
11,
18912,
22261,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2537,
65,
796,
269,
385,
29572,
21217,
65,
19044,
62,
83,
58,
15,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
19510,
25,
9042,
29572,
16447,
21217,
65,
19044,
11,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
46745,
90,
9042,
29572,
21217,
65,
19044,
62,
83,
5512,
828,
2537,
65,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
81,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
327,
600,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
34,
600,
5512,
269,
385,
29572,
21217,
65,
19044,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
600,
11,
269,
385,
29572,
21217,
65,
7841,
653,
62,
83,
828,
269,
385,
29572,
28144,
58,
16,
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,
285,
11,
299,
11,
1222,
66,
463,
3798,
64,
11,
269,
27891,
13,
27305,
7762,
11,
269,
27891,
13,
808,
46745,
11,
269,
27891,
13,
4033,
7762,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2537,
65,
58,
16,
4357,
657,
11,
327,
2937,
27082,
5188,
62,
42598,
33,
62,
30709,
17941,
62,
39371,
46,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
15339,
50,
29572,
46912,
42598,
33,
90,
3,
417,
774,
92,
7,
12114,
65,
58,
16,
4357,
269,
27891,
13,
67,
12078,
11,
269,
27891,
13,
20471,
89,
11,
269,
27891,
13,
7959,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
5078,
17,
12114,
65,
7,
66,
1416,
3712,
34,
15339,
50,
29572,
46912,
34,
6173,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
773,
64,
3712,
50,
29572,
12441,
11639,
46,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5078,
17,
12114,
65,
7,
31943,
17,
6359,
81,
7,
66,
1416,
11,
22261,
828,
22261,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
1640,
357,
81,
3672,
11,
66,
3672,
11,
417,
774,
8,
287,
14808,
25,
9042,
29572,
2484,
88,
65,
17,
6359,
81,
11,
1058,
9042,
29572,
2484,
88,
65,
17,
66,
1416,
11,
1058,
43879,
2624,
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,
357,
25,
9042,
29572,
35,
12114,
65,
17,
6359,
81,
11,
1058,
9042,
29572,
35,
12114,
65,
17,
66,
1416,
11,
1058,
43879,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
1925,
88,
65,
17,
6359,
81,
11,
1058,
9042,
29572,
1925,
88,
65,
17,
66,
1416,
11,
1058,
5377,
11141,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
57,
12114,
65,
17,
6359,
81,
11,
1058,
9042,
29572,
57,
12114,
65,
17,
66,
1416,
11,
1058,
5377,
11141,
12762,
4008,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
5078,
17,
6359,
81,
7,
12114,
65,
3712,
34,
15339,
50,
29572,
46912,
42598,
33,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
773,
64,
3712,
50,
29572,
12441,
11639,
46,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
22261,
796,
269,
385,
29572,
9630,
7,
22261,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
11,
77,
796,
2537,
65,
13,
67,
12078,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
3798,
64,
796,
269,
385,
29572,
19044,
24564,
81,
62,
83,
7,
34,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
35353,
27130,
11,
327,
2937,
27082,
5188,
62,
37,
8267,
62,
49058,
62,
43,
36048,
11,
327,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
11,
18912,
22261,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
27891,
25166,
46745,
796,
327,
15339,
19182,
7,
9107,
418,
7,
34,
600,
11,
285,
1343,
352,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
27891,
5216,
5497,
796,
327,
15339,
19182,
7,
9107,
418,
7,
34,
600,
11,
2537,
65,
13,
20471,
89,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
27891,
45,
89,
7762,
796,
327,
15339,
19182,
7,
9107,
418,
16763,
417,
774,
11,
2537,
65,
13,
20471,
89,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
81,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
198,
220,
220,
220,
220,
220,
220,
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,
385,
29572,
21217,
65,
19044,
62,
83,
11,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
92,
828,
269,
385,
29572,
28144,
58,
16,
4357,
1222,
66,
463,
3798,
64,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2537,
65,
13,
19044,
11,
269,
27891,
45,
89,
7762,
11,
269,
27891,
25166,
46745,
11,
269,
27891,
5216,
5497,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
15339,
50,
29572,
46912,
7902,
49,
7,
6359,
81,
25166,
46745,
11,
269,
27891,
5216,
5497,
11,
269,
27891,
45,
89,
7762,
11,
2537,
65,
13,
20471,
89,
11,
2537,
65,
13,
67,
12078,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
5078,
17,
66,
1416,
7,
12114,
65,
3712,
34,
15339,
50,
29572,
46912,
42598,
33,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
773,
64,
3712,
50,
29572,
12441,
11639,
46,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5078,
17,
66,
1416,
7,
31943,
17,
6359,
81,
7,
12114,
65,
11,
22261,
828,
22261,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
2,
5684,
352,
327,
2937,
27082,
5188,
5499,
198,
198,
1640,
357,
69,
3672,
11,
417,
774,
8,
287,
14808,
25,
9042,
29572,
41152,
9078,
72,
11,
1058,
43879,
2624,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
35,
897,
9078,
72,
11,
1058,
43879,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
34,
897,
9078,
72,
11,
1058,
5377,
11141,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
57,
897,
9078,
72,
11,
1058,
5377,
11141,
12762,
4008,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
7877,
9078,
72,
0,
7,
26591,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1395,
3712,
34,
15339,
50,
29572,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
575,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
796,
269,
385,
29572,
9630,
7,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
69,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
327,
600,
11,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
3,
417,
774,
5512,
269,
385,
29572,
15732,
14881,
62,
83,
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,
269,
385,
29572,
28144,
58,
16,
4357,
1395,
13,
20471,
89,
11,
685,
26591,
4357,
1395,
13,
27305,
7762,
11,
1395,
13,
72,
46745,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
575,
11,
18912,
521,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
575,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
7877,
9078,
72,
7,
26591,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1395,
3712,
34,
15339,
50,
29572,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
575,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7877,
9078,
72,
0,
7,
26591,
11,
55,
11,
30073,
7,
56,
828,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
7877,
9078,
72,
7,
55,
3712,
34,
15339,
50,
29572,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
575,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7877,
9078,
72,
0,
7,
505,
16763,
417,
774,
828,
55,
11,
30073,
7,
56,
828,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
1640,
357,
73,
3672,
11,
69,
3672,
11,
417,
774,
8,
287,
14808,
25,
67,
5092,
11,
1058,
9042,
29572,
50,
67,
5092,
11,
1058,
43879,
2624,
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,
357,
25,
67,
5092,
11,
1058,
9042,
29572,
35,
67,
5092,
11,
1058,
43879,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
67,
5092,
11,
1058,
9042,
29572,
34,
67,
5092,
11,
1058,
5377,
11141,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
67,
5092,
11,
1058,
9042,
29572,
57,
67,
5092,
11,
1058,
5377,
11141,
12762,
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,
357,
25,
26518,
979,
11,
1058,
9042,
29572,
34,
26518,
979,
11,
1058,
5377,
11141,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
26518,
979,
11,
1058,
9042,
29572,
57,
26518,
979,
11,
1058,
5377,
11141,
12762,
4008,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
720,
73,
3672,
7,
55,
3712,
34,
15339,
50,
29572,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
575,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
16605,
796,
15690,
16763,
417,
774,
11,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
796,
269,
385,
29572,
9630,
7,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
69,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
327,
600,
11,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
3,
417,
774,
5512,
269,
385,
29572,
15732,
14881,
62,
83,
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,
269,
385,
29572,
28144,
58,
16,
4357,
1395,
13,
20471,
89,
11,
1395,
13,
27305,
7762,
11,
1395,
13,
72,
46745,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
575,
11,
16605,
11,
18912,
521,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1441,
16605,
58,
16,
60,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
1640,
357,
69,
3672,
11,
417,
774,
8,
287,
14808,
25,
9042,
29572,
50,
70,
400,
81,
11,
1058,
43879,
2624,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
35,
70,
400,
81,
11,
1058,
43879,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
34,
70,
400,
81,
11,
1058,
5377,
11141,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
57,
70,
400,
81,
11,
1058,
5377,
11141,
12762,
4008,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
308,
400,
81,
0,
7,
55,
3712,
34,
15339,
50,
29572,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
575,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
796,
269,
385,
29572,
9630,
7,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
69,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
327,
600,
11,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
269,
385,
29572,
15732,
14881,
62,
83,
828,
269,
385,
29572,
28144,
58,
16,
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,
1395,
13,
20471,
89,
11,
575,
11,
1395,
13,
27305,
7762,
11,
1395,
13,
72,
46745,
11,
18912,
521,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1395,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
308,
400,
81,
7,
55,
3712,
34,
15339,
50,
29572,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
575,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
308,
400,
81,
0,
7,
30073,
7,
55,
828,
56,
11,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
1640,
357,
69,
3672,
11,
417,
774,
8,
287,
14808,
25,
9042,
29572,
50,
70,
400,
81,
89,
11,
1058,
43879,
2624,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
35,
70,
400,
81,
89,
11,
1058,
43879,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
34,
70,
400,
81,
89,
11,
1058,
5377,
11141,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
57,
70,
400,
81,
89,
11,
1058,
5377,
11141,
12762,
4008,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
308,
400,
81,
89,
0,
7,
55,
3712,
34,
15339,
50,
29572,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
575,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
796,
269,
385,
29572,
9630,
7,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
69,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
327,
600,
11,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
269,
385,
29572,
15732,
14881,
62,
83,
828,
269,
385,
29572,
28144,
58,
16,
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,
1395,
13,
20471,
89,
11,
575,
11,
1395,
13,
27305,
7762,
11,
1395,
13,
72,
46745,
11,
18912,
521,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1395,
11,
56,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
308,
400,
81,
89,
7,
55,
3712,
34,
15339,
50,
29572,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
575,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
308,
400,
81,
89,
0,
7,
30073,
7,
55,
828,
30073,
7,
56,
828,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
1640,
357,
69,
3672,
11,
417,
774,
8,
287,
14808,
25,
9042,
29572,
50,
10599,
72,
11,
1058,
43879,
2624,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
35,
10599,
72,
11,
1058,
43879,
2414,
4008,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
5724,
72,
0,
7,
55,
3712,
34,
15339,
50,
29572,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
575,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
264,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
796,
269,
385,
29572,
9630,
7,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
69,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
327,
600,
11,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
3,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
3,
417,
774,
5512,
269,
385,
29572,
15732,
14881,
62,
83,
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,
269,
385,
29572,
28144,
58,
16,
4357,
1395,
13,
20471,
89,
11,
1395,
13,
27305,
7762,
11,
1395,
13,
72,
46745,
11,
575,
11,
685,
66,
4357,
685,
82,
4357,
18912,
521,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1395,
11,
56,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
5724,
72,
7,
55,
3712,
34,
15339,
50,
29572,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
575,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
264,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5724,
72,
0,
7,
30073,
7,
55,
828,
30073,
7,
56,
828,
66,
11,
82,
11,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
1640,
357,
69,
3672,
11,
417,
774,
8,
287,
14808,
25,
9042,
29572,
50,
82,
24087,
11,
1058,
43879,
2624,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
30832,
24087,
11,
1058,
43879,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
32274,
24087,
11,
1058,
5377,
11141,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
57,
82,
24087,
11,
1058,
5377,
11141,
12762,
4008,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
264,
24087,
0,
7,
55,
3712,
34,
15339,
50,
29572,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
575,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
796,
269,
385,
29572,
9630,
7,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
69,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
327,
600,
11,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
3,
417,
774,
5512,
269,
385,
29572,
15732,
14881,
62,
83,
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,
269,
385,
29572,
28144,
58,
16,
4357,
1395,
13,
20471,
89,
11,
1395,
13,
27305,
7762,
11,
1395,
13,
72,
46745,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
575,
11,
18912,
521,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
575,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
264,
24087,
7,
55,
3712,
34,
15339,
50,
29572,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
264,
24087,
0,
7,
55,
11,
34,
15339,
19182,
7,
9107,
418,
16763,
417,
774,
11,
55,
13,
67,
12078,
58,
16,
12962,
828,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
2235,
1241,
362,
5499,
198,
198,
1640,
357,
69,
3672,
11,
417,
774,
8,
287,
14808,
25,
9042,
29572,
50,
1443,
26224,
85,
11,
1058,
43879,
2624,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
35,
1443,
26224,
85,
11,
1058,
43879,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
34,
1443,
26224,
85,
11,
1058,
5377,
11141,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
57,
1443,
26224,
85,
11,
1058,
5377,
11141,
12762,
4008,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
285,
85,
0,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17130,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
34,
15339,
50,
29572,
46912,
4462,
49,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1395,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12159,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
575,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
343,
796,
269,
17723,
945,
276,
343,
7,
32,
13,
15908,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2005,
26084,
64,
796,
269,
385,
29572,
404,
7,
7645,
64,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
796,
269,
385,
29572,
9630,
7,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
3798,
796,
269,
385,
29572,
19044,
24564,
81,
62,
83,
7,
34,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
35353,
27130,
11,
327,
2937,
27082,
5188,
62,
37,
8267,
62,
49058,
62,
43,
36048,
11,
327,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
11,
18912,
521,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
11,
77,
796,
317,
13,
67,
12078,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
65,
796,
2659,
7,
76,
11,
32,
13,
9967,
29271,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
299,
65,
796,
2659,
7,
77,
11,
32,
13,
9967,
29271,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1007,
64,
6624,
705,
45,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
442,
13276,
20306,
12078,
7,
55,
11,
77,
11,
56,
11,
76,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1007,
64,
6624,
705,
51,
6,
8614,
1007,
64,
6624,
705,
34,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
442,
13276,
20306,
12078,
7,
55,
11,
76,
11,
56,
11,
77,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
69,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
269,
385,
29572,
35,
4154,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
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,
385,
29572,
32180,
62,
83,
11,
327,
600,
11,
327,
600,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
34,
600,
5512,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
3,
417,
774,
92,
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,
269,
385,
29572,
28144,
58,
16,
4357,
269,
463,
343,
11,
2005,
26084,
64,
11,
285,
65,
11,
299,
65,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
13,
20471,
89,
11,
685,
26591,
4357,
1222,
66,
463,
3798,
11,
317,
13,
27305,
7762,
11,
317,
13,
808,
46745,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
13,
4033,
7762,
11,
317,
13,
9967,
29271,
11,
1395,
11,
685,
31361,
4357,
575,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
575,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
1640,
357,
69,
3672,
11,
417,
774,
8,
287,
14808,
25,
9042,
29572,
3351,
82,
26224,
85,
11,
1058,
43879,
2624,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
35,
6359,
26224,
85,
11,
1058,
43879,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
34,
6359,
26224,
85,
11,
1058,
5377,
11141,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
57,
6359,
26224,
85,
11,
1058,
5377,
11141,
12762,
4008,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
285,
85,
0,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17130,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
38176,
90,
34,
15339,
50,
29572,
46912,
7902,
49,
90,
3,
417,
774,
5512,
48523,
5574,
43094,
90,
3,
417,
774,
11,
34,
15339,
50,
29572,
46912,
7902,
49,
90,
3,
417,
774,
11709,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1395,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12159,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
575,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6550,
220,
220,
220,
220,
796,
317,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
2099,
1659,
7,
32,
8,
1279,
25,
7308,
13,
14993,
2348,
70,
13,
48523,
5574,
43094,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6550,
796,
317,
13,
7890,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2005,
26084,
64,
796,
269,
385,
29572,
404,
7,
7645,
64,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
11,
77,
796,
6550,
13,
67,
12078,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1007,
64,
6624,
705,
45,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
442,
13276,
20306,
12078,
7,
55,
11,
299,
11,
575,
11,
285,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1007,
64,
6624,
705,
51,
6,
8614,
1007,
64,
6624,
705,
34,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
442,
13276,
20306,
12078,
7,
55,
11,
285,
11,
575,
11,
299,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
3798,
796,
651,
24564,
81,
7,
32,
11,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
69,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
269,
385,
29572,
32180,
62,
83,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
600,
11,
327,
600,
11,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
3,
417,
774,
92,
828,
269,
385,
29572,
28144,
58,
16,
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,
2005,
26084,
64,
11,
285,
11,
299,
11,
6550,
13,
20471,
89,
11,
685,
26591,
4357,
1222,
66,
463,
3798,
11,
6550,
13,
27305,
7762,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6550,
13,
808,
46745,
11,
6550,
13,
4033,
7762,
11,
1395,
11,
685,
31361,
4357,
575,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
575,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
285,
85,
0,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17130,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
38176,
90,
34,
15339,
50,
29572,
46912,
34,
6173,
90,
3,
417,
774,
5512,
48523,
5574,
43094,
90,
3,
417,
774,
11,
34,
15339,
50,
29572,
46912,
34,
6173,
90,
3,
417,
774,
11709,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1395,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12159,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
575,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6550,
220,
220,
220,
220,
796,
317,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
2099,
1659,
7,
32,
8,
1279,
25,
7308,
13,
14993,
2348,
70,
13,
48523,
5574,
43094,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6550,
796,
317,
13,
7890,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
7645,
64,
220,
796,
705,
45,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1007,
64,
6624,
705,
45,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
7645,
64,
796,
705,
51,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2005,
26084,
64,
796,
269,
385,
29572,
404,
7,
24087,
504,
64,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
220,
220,
220,
796,
269,
385,
29572,
9630,
7,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
3798,
220,
220,
796,
651,
24564,
81,
7,
32,
11,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
299,
11,
76,
220,
220,
220,
220,
220,
796,
6550,
13,
67,
12078,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
269,
7645,
64,
6624,
705,
45,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
442,
13276,
20306,
12078,
7,
55,
11,
77,
11,
56,
11,
76,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
269,
7645,
64,
6624,
705,
51,
6,
8614,
269,
7645,
64,
6624,
705,
34,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
442,
13276,
20306,
12078,
7,
55,
11,
76,
11,
56,
11,
77,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
69,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
269,
385,
29572,
32180,
62,
83,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
600,
11,
327,
600,
11,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
3,
417,
774,
92,
828,
269,
385,
29572,
28144,
58,
16,
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,
2005,
26084,
64,
11,
285,
11,
299,
11,
6550,
13,
20471,
89,
11,
685,
26591,
4357,
1222,
66,
463,
3798,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6550,
13,
27305,
7762,
11,
6550,
13,
4033,
46745,
11,
6550,
13,
808,
7762,
11,
1395,
11,
685,
31361,
4357,
575,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
575,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
2,
275,
82,
3808,
85,
17,
198,
1640,
357,
65,
3672,
11,
272,
480,
11,
82,
3672,
11,
417,
774,
8,
287,
14808,
25,
9042,
29572,
50,
1443,
3808,
85,
17,
62,
22252,
10699,
11,
1058,
9042,
29572,
50,
1443,
3808,
85,
17,
62,
20930,
11,
1058,
9042,
29572,
50,
1443,
3808,
85,
17,
62,
82,
6442,
11,
1058,
43879,
2624,
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,
357,
25,
9042,
29572,
35,
1443,
3808,
85,
17,
62,
22252,
10699,
11,
1058,
9042,
29572,
35,
1443,
3808,
85,
17,
62,
20930,
11,
1058,
9042,
29572,
35,
1443,
3808,
85,
17,
62,
82,
6442,
11,
1058,
43879,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
34,
1443,
3808,
85,
17,
62,
22252,
10699,
11,
1058,
9042,
29572,
34,
1443,
3808,
85,
17,
62,
20930,
11,
1058,
9042,
29572,
34,
1443,
3808,
85,
17,
62,
82,
6442,
11,
1058,
5377,
11141,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
57,
1443,
3808,
85,
17,
62,
22252,
10699,
11,
1058,
9042,
29572,
57,
1443,
3808,
85,
17,
62,
20930,
11,
1058,
9042,
29572,
57,
1443,
3808,
85,
17,
62,
82,
6442,
11,
1058,
5377,
11141,
12762,
4008,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
38487,
17,
0,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
28996,
78,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17130,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
34,
15339,
50,
29572,
46912,
4462,
49,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1395,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2005,
26084,
64,
796,
269,
385,
29572,
404,
7,
7645,
64,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
343,
220,
220,
220,
796,
269,
17723,
945,
276,
343,
7,
32,
13,
15908,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
220,
220,
220,
796,
269,
385,
29572,
9630,
7,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
489,
78,
220,
220,
220,
796,
269,
385,
29572,
20797,
7,
84,
489,
78,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
3798,
220,
220,
796,
269,
385,
29572,
19044,
24564,
81,
62,
83,
7,
34,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
35353,
27130,
11,
18912,
489,
78,
11,
327,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
11,
18912,
521,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
11,
77,
220,
220,
220,
220,
220,
796,
317,
13,
67,
12078,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
285,
14512,
299,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3714,
7,
29271,
3004,
44,
1042,
963,
7203,
32,
1276,
307,
6616,
11,
475,
468,
15225,
7198,
76,
11,
3,
77,
8,
2474,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
65,
796,
2659,
7,
76,
11,
32,
13,
9967,
29271,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
55,
796,
4129,
7,
55,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
285,
55,
14512,
285,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3714,
7,
29271,
3004,
44,
1042,
963,
7203,
55,
1276,
423,
4129,
720,
76,
11,
475,
468,
4129,
720,
76,
55,
48774,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7508,
796,
275,
82,
3808,
85,
17,
12360,
62,
83,
58,
15,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
385,
29572,
16447,
37000,
3808,
85,
17,
12360,
7,
10951,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
42684,
10699,
796,
15690,
7,
34,
600,
11,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
65,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
269,
385,
29572,
35,
4154,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
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,
385,
29572,
32180,
62,
83,
11,
327,
600,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
327,
600,
11,
275,
82,
3808,
85,
17,
12360,
62,
83,
11,
350,
2213,
90,
34,
600,
92,
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,
269,
385,
29572,
28144,
58,
16,
4357,
269,
463,
343,
11,
2005,
26084,
64,
11,
285,
65,
11,
317,
13,
20471,
89,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1222,
66,
463,
3798,
11,
317,
13,
27305,
7762,
11,
317,
13,
808,
46745,
11,
317,
13,
4033,
7762,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
13,
9967,
29271,
11,
7508,
58,
16,
4357,
42684,
10699,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11876,
796,
327,
15339,
19182,
7,
9107,
418,
7,
52,
5317,
23,
11,
42684,
10699,
58,
16,
60,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
272,
480,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
269,
385,
29572,
35,
4154,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
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,
385,
29572,
32180,
62,
83,
11,
327,
600,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
327,
600,
11,
275,
82,
3808,
85,
17,
12360,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
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,
385,
29572,
50,
6442,
36727,
62,
83,
11,
350,
2213,
90,
53,
1868,
92,
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,
269,
385,
29572,
28144,
58,
16,
4357,
269,
463,
343,
11,
2005,
26084,
64,
11,
285,
65,
11,
317,
13,
20471,
89,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1222,
66,
463,
3798,
11,
317,
13,
27305,
7762,
11,
317,
13,
808,
46745,
11,
317,
13,
4033,
7762,
11,
317,
13,
9967,
29271,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7508,
58,
16,
4357,
327,
2937,
27082,
5188,
62,
50,
3535,
6089,
62,
45472,
2149,
56,
62,
19108,
62,
2538,
18697,
11,
11876,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
46436,
796,
15690,
7,
34,
600,
11,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
19510,
25,
9042,
29572,
55,
1443,
3808,
85,
17,
62,
22570,
47,
45785,
11,
9195,
9042,
29572,
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,
269,
385,
29572,
19580,
62,
83,
11,
357,
9042,
29572,
37508,
62,
83,
11,
275,
82,
3808,
85,
17,
12360,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
92,
828,
269,
385,
29572,
28144,
58,
16,
4357,
7508,
58,
16,
4357,
46436,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
46436,
58,
16,
60,
18189,
657,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3714,
7,
8841,
7203,
44909,
1523,
14,
77,
6975,
605,
6632,
287,
317,
379,
357,
1600,
1930,
270,
58,
16,
4357,
1930,
270,
58,
16,
17241,
16725,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
82,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
269,
385,
29572,
35,
4154,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
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,
385,
29572,
32180,
62,
83,
11,
327,
600,
11,
327,
600,
11,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
327,
600,
11,
275,
82,
3808,
85,
17,
12360,
62,
83,
11,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
3,
417,
774,
5512,
269,
385,
29572,
50,
6442,
36727,
62,
83,
11,
350,
2213,
90,
53,
1868,
92,
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,
269,
385,
29572,
28144,
58,
16,
4357,
269,
463,
343,
11,
2005,
26084,
64,
11,
285,
65,
11,
317,
13,
20471,
89,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
26591,
4357,
1222,
66,
463,
3798,
11,
317,
13,
27305,
7762,
11,
317,
13,
808,
46745,
11,
317,
13,
4033,
7762,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
13,
9967,
29271,
11,
7508,
58,
16,
4357,
1395,
11,
1395,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
2937,
27082,
5188,
62,
50,
3535,
6089,
62,
45472,
2149,
56,
62,
19108,
62,
2538,
18697,
11,
11876,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
385,
29572,
49174,
37000,
3808,
85,
17,
12360,
7,
10951,
58,
16,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1395,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
1640,
1288,
774,
287,
357,
25,
43879,
2624,
11,
1058,
43879,
2414,
11,
1058,
5377,
11141,
2414,
11,
1058,
5377,
11141,
12762,
8,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
38487,
17,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
28996,
78,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17130,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
34,
15339,
50,
29572,
46912,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1395,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
38487,
17,
0,
7,
7645,
64,
11,
84,
489,
78,
11,
26591,
11,
32,
11,
30073,
7,
55,
828,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
38487,
17,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
28996,
78,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
34,
15339,
50,
29572,
46912,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1395,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
38487,
17,
0,
7,
7645,
64,
11,
84,
489,
78,
11,
505,
16763,
417,
774,
828,
32,
11,
30073,
7,
55,
828,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
38487,
17,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17130,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
23839,
14824,
21413,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1395,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
28996,
78,
796,
705,
52,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
318,
21037,
7,
32,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
28996,
78,
796,
705,
43,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
38487,
17,
0,
7,
7645,
64,
11,
84,
489,
78,
11,
26591,
11,
32,
13,
7890,
11,
30073,
7,
55,
828,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
38487,
17,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
23839,
14824,
21413,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1395,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
28996,
78,
796,
705,
52,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
318,
21037,
7,
32,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
28996,
78,
796,
705,
43,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
38487,
17,
0,
7,
7645,
64,
11,
84,
489,
78,
11,
505,
16763,
417,
774,
828,
32,
13,
7890,
11,
30073,
7,
55,
828,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
1640,
357,
69,
3672,
11,
417,
774,
8,
287,
14808,
25,
9042,
29572,
3351,
82,
3808,
85,
62,
20930,
11,
1058,
43879,
2624,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
35,
6359,
3808,
85,
62,
20930,
11,
1058,
43879,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
34,
6359,
3808,
85,
62,
20930,
11,
1058,
5377,
11141,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
57,
6359,
3808,
85,
62,
20930,
11,
1058,
5377,
11141,
12762,
4008,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
38487,
62,
20930,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2099,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
28996,
78,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
34,
15339,
50,
29572,
46912,
7902,
49,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2005,
26084,
64,
796,
269,
385,
29572,
404,
7,
7645,
64,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
220,
220,
220,
796,
269,
385,
29572,
9630,
7,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2005,
2981,
220,
220,
796,
269,
17723,
945,
2963,
431,
7,
4906,
64,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
12303,
489,
78,
220,
220,
796,
269,
385,
29572,
20797,
7,
84,
489,
78,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
3798,
220,
220,
796,
269,
385,
29572,
19044,
24564,
81,
62,
83,
7,
8968,
2981,
11,
269,
12303,
489,
78,
11,
327,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
11,
18912,
521,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
11,
77,
796,
317,
13,
67,
12078,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
285,
14512,
299,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3714,
7,
29271,
3004,
44,
1042,
963,
7203,
32,
1276,
307,
6616,
11,
475,
468,
15225,
7198,
76,
11,
3,
77,
8,
2474,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7508,
796,
269,
385,
29572,
50,
6442,
32750,
12360,
62,
83,
58,
15,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
385,
29572,
16447,
50,
6442,
32750,
12360,
7,
10951,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
69,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
269,
385,
29572,
32180,
62,
83,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
600,
11,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
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,
385,
29572,
50,
6442,
32750,
12360,
62,
83,
828,
269,
385,
29572,
28144,
58,
16,
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,
2005,
26084,
64,
11,
285,
11,
317,
13,
20471,
89,
11,
1222,
66,
463,
3798,
11,
317,
13,
27305,
7762,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
13,
808,
46745,
11,
317,
13,
4033,
7762,
11,
7508,
58,
16,
60,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7508,
58,
16,
60,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
2,
66,
1416,
21370,
62,
20930,
198,
1640,
357,
69,
3672,
11,
417,
774,
8,
287,
14808,
25,
9042,
29572,
3351,
82,
3808,
85,
62,
20930,
11,
1058,
43879,
2624,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
35,
6359,
3808,
85,
62,
20930,
11,
1058,
43879,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
34,
6359,
3808,
85,
62,
20930,
11,
1058,
5377,
11141,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
57,
6359,
3808,
85,
62,
20930,
11,
1058,
5377,
11141,
12762,
4008,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
38487,
62,
20930,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2099,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
28996,
78,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
34,
15339,
50,
29572,
46912,
34,
6173,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
7645,
64,
796,
705,
45,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1007,
64,
6624,
705,
45,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
7645,
64,
796,
705,
51,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
489,
78,
796,
705,
52,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
28996,
78,
6624,
705,
52,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
489,
78,
796,
705,
43,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2005,
26084,
64,
796,
269,
385,
29572,
404,
7,
24087,
504,
64,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
220,
220,
220,
796,
269,
385,
29572,
9630,
7,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2005,
2981,
220,
220,
796,
269,
17723,
945,
2963,
431,
7,
4906,
64,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
12303,
489,
78,
220,
220,
796,
269,
385,
29572,
20797,
7,
27399,
489,
78,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
3798,
220,
220,
796,
269,
385,
29572,
19044,
24564,
81,
62,
83,
7,
8968,
2981,
11,
269,
12303,
489,
78,
11,
327,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
11,
18912,
521,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
299,
11,
76,
220,
220,
220,
220,
220,
796,
317,
13,
67,
12078,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
285,
14512,
299,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3714,
7,
29271,
3004,
44,
1042,
963,
7203,
32,
1276,
307,
6616,
11,
475,
468,
15225,
7198,
76,
11,
3,
77,
8,
2474,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7508,
796,
269,
385,
29572,
50,
6442,
32750,
12360,
62,
83,
58,
15,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
385,
29572,
16447,
50,
6442,
32750,
12360,
7,
10951,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
69,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
269,
385,
29572,
32180,
62,
83,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
600,
11,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
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,
385,
29572,
50,
6442,
32750,
12360,
62,
83,
828,
269,
385,
29572,
28144,
58,
16,
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,
2005,
26084,
64,
11,
285,
11,
317,
13,
20471,
89,
11,
1222,
66,
463,
3798,
11,
317,
13,
27305,
7762,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
13,
4033,
46745,
11,
317,
13,
808,
7762,
11,
7508,
58,
16,
60,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7508,
58,
16,
60,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
2,
269,
27891,
8494,
198,
1640,
357,
69,
3672,
11,
417,
774,
8,
287,
14808,
25,
9042,
29572,
3351,
82,
3808,
85,
62,
82,
6442,
11,
1058,
43879,
2624,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
35,
6359,
3808,
85,
62,
82,
6442,
11,
1058,
43879,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
34,
6359,
3808,
85,
62,
82,
6442,
11,
1058,
5377,
11141,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
57,
6359,
3808,
85,
62,
82,
6442,
11,
1058,
5377,
11141,
12762,
4008,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
38487,
62,
82,
6442,
0,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
28996,
78,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17130,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
34,
15339,
50,
29572,
46912,
7902,
49,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1395,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
575,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7508,
3712,
9042,
29572,
50,
6442,
32750,
12360,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2005,
26084,
64,
796,
269,
385,
29572,
404,
7,
7645,
64,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
796,
269,
385,
29572,
9630,
7,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
12303,
489,
78,
796,
269,
385,
29572,
20797,
7,
84,
489,
78,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
3798,
796,
269,
385,
29572,
19044,
24564,
81,
62,
83,
7,
34,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
5446,
40,
15567,
37232,
11,
269,
12303,
489,
78,
11,
327,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
11,
18912,
521,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
11,
77,
796,
317,
13,
67,
12078,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
2546,
7,
55,
38381,
16,
60,
14512,
285,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3714,
7,
29271,
3004,
44,
1042,
963,
7203,
5962,
15793,
286,
317,
11,
720,
76,
11,
290,
286,
1395,
11,
29568,
7857,
7,
55,
38381,
16,
12962,
1276,
2872,
48774,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
69,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
269,
385,
29572,
32180,
62,
83,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
34,
600,
5512,
269,
385,
29572,
50,
6442,
32750,
12360,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
3,
417,
774,
92,
828,
269,
385,
29572,
28144,
58,
16,
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,
2005,
26084,
64,
11,
285,
11,
685,
26591,
4357,
1222,
66,
463,
3798,
11,
317,
13,
27305,
7762,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
13,
808,
46745,
11,
317,
13,
4033,
7762,
11,
7508,
11,
1395,
11,
575,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
575,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
2,
269,
1416,
8494,
198,
1640,
357,
69,
3672,
11,
417,
774,
8,
287,
14808,
25,
9042,
29572,
3351,
82,
3808,
85,
62,
82,
6442,
11,
1058,
43879,
2624,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
35,
6359,
3808,
85,
62,
82,
6442,
11,
1058,
43879,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
34,
6359,
3808,
85,
62,
82,
6442,
11,
1058,
5377,
11141,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
57,
6359,
3808,
85,
62,
82,
6442,
11,
1058,
5377,
11141,
12762,
4008,
628,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
38487,
62,
82,
6442,
0,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
28996,
78,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17130,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
34,
15339,
50,
29572,
46912,
34,
6173,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1395,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
575,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7508,
3712,
9042,
29572,
50,
6442,
32750,
12360,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
7645,
64,
796,
705,
45,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1007,
64,
6624,
705,
45,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
7645,
64,
796,
705,
51,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
489,
78,
796,
705,
52,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
28996,
78,
6624,
705,
52,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
489,
78,
796,
705,
43,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2005,
26084,
64,
796,
269,
385,
29572,
404,
7,
24087,
504,
64,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
220,
220,
220,
796,
269,
385,
29572,
9630,
7,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
12303,
489,
78,
220,
220,
796,
269,
385,
29572,
20797,
7,
27399,
489,
78,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
3798,
220,
220,
796,
269,
385,
29572,
19044,
24564,
81,
62,
83,
7,
34,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
5446,
40,
15567,
37232,
11,
269,
12303,
489,
78,
11,
327,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
11,
18912,
521,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
299,
11,
76,
220,
220,
220,
220,
220,
796,
317,
13,
67,
12078,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
2546,
7,
55,
38381,
16,
60,
14512,
285,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3714,
7,
29271,
3004,
44,
1042,
963,
7203,
5962,
15793,
286,
317,
11,
720,
76,
11,
290,
286,
1395,
11,
29568,
7857,
7,
55,
38381,
16,
12962,
1276,
2872,
48774,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
69,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
269,
385,
29572,
32180,
62,
83,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
34,
600,
5512,
269,
385,
29572,
50,
6442,
32750,
12360,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
3,
417,
774,
92,
828,
269,
385,
29572,
28144,
58,
16,
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,
2005,
26084,
64,
11,
285,
11,
685,
26591,
4357,
1222,
66,
463,
3798,
11,
317,
13,
27305,
7762,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
13,
4033,
46745,
11,
317,
13,
808,
7762,
11,
7508,
11,
1395,
11,
575,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
575,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
2,
50115,
3808,
85,
17,
198,
1640,
357,
65,
3672,
11,
272,
480,
11,
82,
3672,
11,
417,
774,
8,
287,
14808,
25,
9042,
29572,
3351,
82,
3808,
85,
17,
62,
22252,
10699,
11,
1058,
9042,
29572,
3351,
82,
3808,
85,
17,
62,
20930,
11,
1058,
9042,
29572,
3351,
82,
3808,
85,
17,
62,
82,
6442,
11,
1058,
43879,
2624,
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,
357,
25,
9042,
29572,
35,
6359,
3808,
85,
17,
62,
22252,
10699,
11,
1058,
9042,
29572,
35,
6359,
3808,
85,
17,
62,
20930,
11,
1058,
9042,
29572,
35,
6359,
3808,
85,
17,
62,
82,
6442,
11,
1058,
43879,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
34,
6359,
3808,
85,
17,
62,
22252,
10699,
11,
1058,
9042,
29572,
34,
6359,
3808,
85,
17,
62,
20930,
11,
1058,
9042,
29572,
34,
6359,
3808,
85,
17,
62,
82,
6442,
11,
1058,
5377,
11141,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
57,
6359,
3808,
85,
17,
62,
22252,
10699,
11,
1058,
9042,
29572,
57,
6359,
3808,
85,
17,
62,
20930,
11,
1058,
9042,
29572,
57,
6359,
3808,
85,
17,
62,
82,
6442,
11,
1058,
5377,
11141,
12762,
4008,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
38487,
17,
0,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
28996,
78,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17130,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
34,
15339,
50,
29572,
46912,
7902,
49,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1395,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2005,
26084,
64,
220,
796,
269,
385,
29572,
404,
7,
7645,
64,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
220,
220,
220,
220,
796,
269,
385,
29572,
9630,
7,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
12303,
489,
78,
220,
220,
220,
796,
269,
385,
29572,
20797,
7,
84,
489,
78,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
3798,
796,
269,
385,
29572,
19044,
24564,
81,
62,
83,
7,
34,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
35353,
27130,
11,
269,
12303,
489,
78,
11,
327,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
11,
18912,
521,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
11,
77,
796,
317,
13,
67,
12078,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
285,
14512,
299,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3714,
7,
29271,
3004,
44,
1042,
963,
7203,
32,
1276,
307,
6616,
11,
475,
468,
15225,
7198,
76,
11,
3,
77,
8,
2474,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
55,
796,
4129,
7,
55,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
285,
55,
14512,
285,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3714,
7,
29271,
3004,
44,
1042,
963,
7203,
5962,
15793,
286,
317,
11,
720,
76,
11,
290,
286,
1395,
11,
29568,
7857,
7,
55,
38381,
16,
12962,
1276,
2872,
48774,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7508,
796,
50115,
3808,
85,
17,
12360,
62,
83,
58,
15,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
385,
29572,
16447,
32274,
3808,
85,
17,
12360,
7,
10951,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
42684,
10699,
796,
15690,
7,
34,
600,
11,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
65,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
269,
385,
29572,
32180,
62,
83,
11,
327,
600,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
50115,
3808,
85,
17,
12360,
62,
83,
11,
350,
2213,
90,
34,
600,
92,
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,
269,
385,
29572,
28144,
58,
16,
4357,
2005,
26084,
64,
11,
285,
11,
317,
13,
20471,
89,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1222,
66,
463,
3798,
11,
317,
13,
27305,
7762,
11,
317,
13,
808,
46745,
11,
317,
13,
4033,
7762,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7508,
58,
16,
4357,
42684,
10699,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11876,
796,
327,
15339,
19182,
7,
9107,
418,
7,
52,
5317,
23,
11,
42684,
10699,
58,
16,
60,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
272,
480,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
269,
385,
29572,
32180,
62,
83,
11,
327,
600,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
50115,
3808,
85,
17,
12360,
62,
83,
11,
269,
385,
29572,
50,
6442,
36727,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
53,
1868,
92,
828,
269,
385,
29572,
28144,
58,
16,
4357,
2005,
26084,
64,
11,
285,
11,
317,
13,
20471,
89,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1222,
66,
463,
3798,
11,
317,
13,
27305,
7762,
11,
317,
13,
808,
46745,
11,
317,
13,
4033,
7762,
11,
7508,
58,
16,
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,
327,
2937,
27082,
5188,
62,
50,
3535,
6089,
62,
45472,
2149,
56,
62,
19108,
62,
2538,
18697,
11,
11876,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
46436,
796,
15690,
7,
34,
600,
11,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
19510,
25,
9042,
29572,
55,
6359,
3808,
85,
17,
62,
22570,
47,
45785,
11,
9195,
9042,
29572,
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,
269,
385,
29572,
19580,
62,
83,
11,
357,
9042,
29572,
37508,
62,
83,
11,
50115,
3808,
85,
17,
12360,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
92,
828,
269,
385,
29572,
28144,
58,
16,
4357,
7508,
58,
16,
4357,
46436,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
46436,
58,
16,
60,
18189,
657,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3714,
7,
8841,
7203,
44909,
1523,
14,
77,
6975,
605,
6632,
287,
317,
379,
357,
1600,
1930,
270,
58,
16,
4357,
1930,
270,
58,
16,
17241,
16725,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
82,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
269,
385,
29572,
32180,
62,
83,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
600,
11,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
34,
600,
5512,
50115,
3808,
85,
17,
12360,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
3,
417,
774,
5512,
269,
385,
29572,
50,
6442,
36727,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
53,
1868,
92,
828,
269,
385,
29572,
28144,
58,
16,
4357,
2005,
26084,
64,
11,
285,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
13,
20471,
89,
11,
685,
26591,
4357,
1222,
66,
463,
3798,
11,
317,
13,
27305,
7762,
11,
317,
13,
808,
46745,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
13,
4033,
7762,
11,
7508,
58,
16,
4357,
1395,
11,
1395,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
2937,
27082,
5188,
62,
50,
3535,
6089,
62,
45472,
2149,
56,
62,
19108,
62,
2538,
18697,
11,
11876,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
385,
29572,
49174,
32274,
3808,
85,
17,
12360,
7,
10951,
58,
16,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1395,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
2,
269,
1416,
21370,
17,
198,
1640,
357,
65,
3672,
11,
272,
480,
11,
82,
3672,
11,
417,
774,
8,
287,
14808,
25,
9042,
29572,
3351,
82,
3808,
85,
17,
62,
22252,
10699,
11,
1058,
9042,
29572,
3351,
82,
3808,
85,
17,
62,
20930,
11,
1058,
9042,
29572,
3351,
82,
3808,
85,
17,
62,
82,
6442,
11,
1058,
43879,
2624,
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,
357,
25,
9042,
29572,
35,
6359,
3808,
85,
17,
62,
22252,
10699,
11,
1058,
9042,
29572,
35,
6359,
3808,
85,
17,
62,
20930,
11,
1058,
9042,
29572,
35,
6359,
3808,
85,
17,
62,
82,
6442,
11,
1058,
43879,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
34,
6359,
3808,
85,
17,
62,
22252,
10699,
11,
1058,
9042,
29572,
34,
6359,
3808,
85,
17,
62,
20930,
11,
1058,
9042,
29572,
34,
6359,
3808,
85,
17,
62,
82,
6442,
11,
1058,
5377,
11141,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
57,
6359,
3808,
85,
17,
62,
22252,
10699,
11,
1058,
9042,
29572,
57,
6359,
3808,
85,
17,
62,
20930,
11,
1058,
9042,
29572,
57,
6359,
3808,
85,
17,
62,
82,
6442,
11,
1058,
5377,
11141,
12762,
4008,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
38487,
17,
0,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
28996,
78,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17130,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
34,
15339,
50,
29572,
46912,
34,
6173,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1395,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
7645,
64,
796,
705,
45,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
489,
78,
796,
705,
52,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1007,
64,
6624,
705,
45,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
7645,
64,
796,
705,
51,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
28996,
78,
6624,
705,
52,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
489,
78,
796,
705,
43,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2005,
26084,
64,
796,
269,
385,
29572,
404,
7,
24087,
504,
64,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
220,
220,
220,
796,
269,
385,
29572,
9630,
7,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
12303,
489,
78,
220,
220,
796,
269,
385,
29572,
20797,
7,
27399,
489,
78,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
3798,
220,
220,
796,
269,
385,
29572,
19044,
24564,
81,
62,
83,
7,
34,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
35353,
27130,
11,
269,
12303,
489,
78,
11,
327,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
11,
18912,
521,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
299,
11,
76,
220,
220,
220,
220,
220,
796,
317,
13,
67,
12078,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
285,
14512,
299,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3714,
7,
29271,
3004,
44,
1042,
963,
7203,
32,
1276,
307,
6616,
11,
475,
468,
15225,
7198,
76,
11,
3,
77,
8,
2474,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
55,
796,
4129,
7,
55,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
285,
55,
14512,
285,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3714,
7,
29271,
3004,
44,
1042,
963,
7203,
5962,
15793,
286,
317,
11,
720,
76,
11,
290,
286,
1395,
11,
29568,
7857,
7,
55,
38381,
16,
12962,
1276,
2872,
48774,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7508,
796,
50115,
3808,
85,
17,
12360,
62,
83,
58,
15,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
385,
29572,
16447,
32274,
3808,
85,
17,
12360,
7,
10951,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
42684,
10699,
796,
15690,
7,
34,
600,
11,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
65,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
269,
385,
29572,
32180,
62,
83,
11,
327,
600,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
50115,
3808,
85,
17,
12360,
62,
83,
11,
350,
2213,
90,
34,
600,
92,
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,
269,
385,
29572,
28144,
58,
16,
4357,
2005,
26084,
64,
11,
285,
11,
317,
13,
20471,
89,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1222,
66,
463,
3798,
11,
317,
13,
27305,
7762,
11,
317,
13,
4033,
46745,
11,
317,
13,
808,
7762,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7508,
58,
16,
4357,
42684,
10699,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11876,
796,
327,
15339,
19182,
7,
9107,
418,
7,
52,
5317,
23,
11,
42684,
10699,
58,
16,
60,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
272,
480,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
269,
385,
29572,
32180,
62,
83,
11,
327,
600,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
50115,
3808,
85,
17,
12360,
62,
83,
11,
269,
385,
29572,
50,
6442,
36727,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
53,
1868,
92,
828,
269,
385,
29572,
28144,
58,
16,
4357,
2005,
26084,
64,
11,
285,
11,
317,
13,
20471,
89,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1222,
66,
463,
3798,
11,
317,
13,
27305,
7762,
11,
317,
13,
4033,
46745,
11,
317,
13,
808,
7762,
11,
7508,
58,
16,
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,
327,
2937,
27082,
5188,
62,
50,
3535,
6089,
62,
45472,
2149,
56,
62,
19108,
62,
2538,
18697,
11,
11876,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
46436,
796,
15690,
7,
34,
600,
11,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
19510,
25,
9042,
29572,
55,
6359,
3808,
85,
17,
62,
22570,
47,
45785,
11,
9195,
9042,
29572,
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,
269,
385,
29572,
19580,
62,
83,
11,
357,
9042,
29572,
37508,
62,
83,
11,
50115,
3808,
85,
17,
12360,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
92,
828,
269,
385,
29572,
28144,
58,
16,
4357,
7508,
58,
16,
4357,
46436,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
46436,
58,
16,
60,
18189,
657,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3714,
7,
8841,
7203,
44909,
1523,
14,
77,
6975,
605,
6632,
287,
317,
379,
357,
1600,
1930,
270,
58,
16,
4357,
1930,
270,
58,
16,
17241,
16725,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
82,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
269,
385,
29572,
32180,
62,
83,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
600,
11,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
34,
600,
5512,
50115,
3808,
85,
17,
12360,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
3,
417,
774,
5512,
269,
385,
29572,
50,
6442,
36727,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
53,
1868,
92,
828,
269,
385,
29572,
28144,
58,
16,
4357,
2005,
26084,
64,
11,
285,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
13,
20471,
89,
11,
685,
26591,
4357,
1222,
66,
463,
3798,
11,
317,
13,
27305,
7762,
11,
317,
13,
4033,
46745,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
13,
808,
7762,
11,
7508,
58,
16,
4357,
1395,
11,
1395,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
2937,
27082,
5188,
62,
50,
3535,
6089,
62,
45472,
2149,
56,
62,
19108,
62,
2538,
18697,
11,
11876,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
385,
29572,
49174,
32274,
3808,
85,
17,
12360,
7,
10951,
58,
16,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1395,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
38016,
5769,
32,
3712,
23839,
14824,
21413,
11,
33,
3712,
34,
15339,
38469,
8,
220,
220,
220,
220,
220,
220,
796,
38487,
17,
10786,
45,
3256,
32,
11,
33,
4032,
46,
11537,
198,
2953,
62,
335,
452,
62,
33,
7,
32,
3712,
23839,
14824,
21413,
11,
33,
3712,
34,
15339,
38469,
8,
796,
38487,
17,
10786,
51,
3256,
32,
11,
33,
4032,
46,
11537,
198,
12832,
62,
335,
452,
62,
33,
7,
32,
3712,
23839,
14824,
21413,
11,
33,
3712,
34,
15339,
38469,
8,
796,
38487,
17,
10786,
34,
3256,
32,
11,
33,
4032,
46,
11537,
198,
38016,
19953,
51,
92,
7,
32,
3712,
23839,
14824,
21413,
90,
51,
11,
34,
15339,
50,
29572,
46912,
42598,
33,
90,
51,
92,
5512,
33,
3712,
34,
15339,
38469,
90,
51,
30072,
220,
220,
220,
220,
220,
220,
796,
38487,
10786,
45,
3256,
32,
11,
33,
4032,
46,
11537,
198,
2953,
62,
335,
452,
62,
33,
90,
51,
92,
7,
32,
3712,
23839,
14824,
21413,
90,
51,
11,
34,
15339,
50,
29572,
46912,
42598,
33,
90,
51,
92,
5512,
33,
3712,
34,
15339,
38469,
90,
51,
30072,
796,
38487,
10786,
51,
3256,
32,
11,
33,
4032,
46,
11537,
198,
12832,
62,
335,
452,
62,
33,
90,
51,
92,
7,
32,
3712,
23839,
14824,
21413,
90,
51,
11,
34,
15339,
50,
29572,
46912,
42598,
33,
90,
51,
92,
5512,
33,
3712,
34,
15339,
38469,
90,
51,
30072,
796,
38487,
10786,
34,
3256,
32,
11,
33,
4032,
46,
11537,
198,
198,
1640,
357,
69,
3672,
11,
417,
774,
8,
287,
14808,
25,
9042,
29572,
2484,
88,
20475,
85,
11,
1058,
43879,
2624,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
35,
12114,
20475,
85,
11,
1058,
43879,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
1925,
88,
20475,
85,
11,
1058,
5377,
11141,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
57,
12114,
20475,
85,
11,
1058,
5377,
11141,
12762,
4008,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
285,
85,
0,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17130,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
34,
15339,
50,
29572,
46912,
42598,
33,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1395,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12159,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
575,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2005,
26084,
64,
796,
269,
385,
29572,
404,
7,
7645,
64,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
796,
269,
385,
29572,
9630,
7,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
3798,
796,
269,
385,
29572,
19044,
24564,
81,
62,
83,
7,
34,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
35353,
27130,
11,
327,
2937,
27082,
5188,
62,
37,
8267,
62,
49058,
62,
43,
36048,
11,
327,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
11,
18912,
521,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
11,
77,
796,
317,
13,
67,
12078,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1007,
64,
6624,
705,
45,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
442,
13276,
20306,
12078,
7,
55,
11,
77,
11,
56,
11,
76,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1007,
64,
6624,
705,
51,
6,
8614,
1007,
64,
6624,
705,
34,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
442,
13276,
20306,
12078,
7,
55,
11,
76,
11,
56,
11,
77,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
69,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
269,
385,
29572,
32180,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
198,
220,
220,
220,
220,
220,
220,
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,
385,
29572,
21217,
65,
19044,
62,
83,
11,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
3,
417,
774,
92,
828,
269,
385,
29572,
28144,
58,
16,
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,
2005,
26084,
64,
11,
685,
26591,
4357,
1222,
66,
463,
3798,
11,
317,
13,
19044,
11,
1395,
11,
685,
31361,
4357,
575,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
575,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
1640,
1288,
774,
287,
357,
25,
43879,
2624,
11,
1058,
43879,
2414,
11,
1058,
5377,
11141,
2414,
11,
1058,
5377,
11141,
12762,
8,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
285,
85,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17130,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
38176,
90,
34,
15339,
50,
29572,
46912,
90,
3,
417,
774,
5512,
7293,
2790,
50,
29572,
90,
3,
417,
774,
92,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1395,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12159,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
575,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
85,
0,
7,
7645,
64,
11,
26591,
11,
32,
11,
55,
11,
31361,
11,
30073,
7,
56,
828,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
285,
85,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17130,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
38176,
90,
34,
15339,
50,
29572,
46912,
90,
3,
417,
774,
5512,
7293,
2790,
50,
29572,
90,
3,
417,
774,
92,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1395,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
575,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
85,
7,
7645,
64,
11,
26591,
11,
32,
11,
55,
11,
505,
16763,
417,
774,
828,
56,
11,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
285,
85,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
38176,
90,
34,
15339,
50,
29572,
46912,
90,
3,
417,
774,
5512,
7293,
2790,
50,
29572,
90,
3,
417,
774,
92,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1395,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12159,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
575,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
85,
7,
7645,
64,
11,
505,
16763,
417,
774,
828,
32,
11,
55,
11,
31361,
11,
56,
11,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
285,
85,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
38176,
90,
34,
15339,
50,
29572,
46912,
90,
3,
417,
774,
5512,
7293,
2790,
50,
29572,
90,
3,
417,
774,
92,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1395,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
575,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
85,
7,
7645,
64,
11,
505,
16763,
417,
774,
828,
32,
11,
55,
11,
505,
16763,
417,
774,
828,
56,
11,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
285,
85,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17130,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
38176,
90,
34,
15339,
50,
29572,
46912,
90,
3,
417,
774,
5512,
7293,
2790,
50,
29572,
90,
3,
417,
774,
92,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1395,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
85,
7,
7645,
64,
11,
26591,
11,
32,
11,
55,
11,
22570,
16763,
417,
774,
828,
34,
15339,
19182,
7,
9107,
418,
16763,
417,
774,
11,
7857,
7,
32,
38381,
16,
12962,
828,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
285,
85,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
38176,
90,
34,
15339,
50,
29572,
46912,
90,
3,
417,
774,
5512,
7293,
2790,
50,
29572,
90,
3,
417,
774,
92,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1395,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
85,
7,
7645,
64,
11,
505,
16763,
417,
774,
828,
32,
11,
55,
11,
22570,
16763,
417,
774,
828,
34,
15339,
19182,
7,
9107,
418,
16763,
417,
774,
11,
7857,
7,
32,
38381,
16,
12962,
828,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
46491,
19953,
51,
92,
7,
32,
3712,
34,
15339,
50,
29572,
46912,
90,
51,
5512,
33,
3712,
34,
15339,
46912,
90,
51,
30072,
220,
220,
220,
220,
220,
220,
796,
8085,
17,
10786,
45,
41707,
45,
3256,
32,
11,
33,
4032,
46,
11537,
198,
32,
62,
76,
377,
62,
33,
83,
90,
51,
92,
7,
32,
3712,
34,
15339,
50,
29572,
46912,
90,
51,
5512,
33,
3712,
34,
15339,
46912,
90,
51,
30072,
220,
796,
8085,
17,
10786,
45,
41707,
51,
3256,
32,
11,
33,
4032,
46,
11537,
198,
2953,
62,
76,
377,
62,
33,
90,
51,
92,
7,
32,
3712,
34,
15339,
50,
29572,
46912,
90,
51,
5512,
33,
3712,
34,
15339,
46912,
90,
51,
30072,
220,
796,
8085,
17,
10786,
51,
41707,
45,
3256,
32,
11,
33,
4032,
46,
11537,
198,
2953,
62,
76,
377,
62,
33,
83,
90,
51,
92,
7,
32,
3712,
34,
15339,
50,
29572,
46912,
90,
51,
5512,
33,
3712,
34,
15339,
46912,
90,
51,
30072,
796,
8085,
17,
10786,
51,
41707,
51,
3256,
32,
11,
33,
4032,
46,
11537,
198,
12832,
62,
76,
377,
62,
33,
90,
51,
92,
7,
32,
3712,
34,
15339,
50,
29572,
46912,
90,
51,
5512,
33,
3712,
34,
15339,
46912,
90,
51,
30072,
220,
796,
8085,
17,
10786,
34,
41707,
45,
3256,
32,
11,
33,
4032,
46,
11537,
198,
198,
46491,
5769,
32,
3712,
48523,
5574,
43094,
11,
33,
3712,
34,
15339,
46912,
8,
796,
8085,
10786,
45,
3256,
32,
11,
33,
4032,
46,
11537,
198,
2953,
62,
76,
377,
62,
33,
7,
32,
3712,
48523,
5574,
43094,
11,
33,
3712,
34,
15339,
46912,
8,
796,
8085,
10786,
51,
3256,
32,
11,
33,
4032,
46,
11537,
198,
12832,
62,
76,
377,
62,
33,
7,
32,
3712,
48523,
5574,
43094,
11,
33,
3712,
34,
15339,
46912,
8,
796,
8085,
10786,
34,
3256,
32,
11,
33,
4032,
46,
11537,
198,
198,
1640,
357,
69,
3672,
11,
417,
774,
8,
287,
14808,
25,
9042,
29572,
2484,
88,
1443,
85,
62,
20930,
11,
1058,
43879,
2624,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
35,
12114,
1443,
85,
62,
20930,
11,
1058,
43879,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
1925,
88,
1443,
85,
62,
20930,
11,
1058,
5377,
11141,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
57,
12114,
1443,
85,
62,
20930,
11,
1058,
5377,
11141,
12762,
4008,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
38487,
62,
20930,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2099,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
28996,
78,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
34,
15339,
50,
29572,
46912,
42598,
33,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2005,
26084,
64,
796,
269,
385,
29572,
404,
7,
7645,
64,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
796,
269,
385,
29572,
9630,
7,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
12303,
489,
78,
796,
269,
385,
29572,
20797,
7,
84,
489,
78,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
3798,
796,
269,
385,
29572,
19044,
24564,
81,
62,
83,
7,
34,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
5446,
40,
15567,
37232,
11,
269,
12303,
489,
78,
11,
327,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
11,
18912,
521,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
11,
77,
796,
317,
13,
67,
12078,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
285,
14512,
299,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3714,
7,
29271,
3004,
44,
1042,
963,
7203,
32,
1276,
307,
6616,
11,
475,
468,
15225,
7198,
76,
11,
3,
77,
8,
2474,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7508,
796,
269,
385,
29572,
50,
6442,
32750,
12360,
62,
83,
58,
15,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
385,
29572,
16447,
50,
6442,
32750,
12360,
7,
10951,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
69,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
269,
385,
29572,
32180,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
269,
385,
29572,
21217,
65,
19044,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
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,
385,
29572,
50,
6442,
32750,
12360,
62,
83,
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,
269,
385,
29572,
28144,
58,
16,
4357,
2005,
26084,
64,
11,
1222,
66,
463,
3798,
11,
317,
13,
19044,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7508,
58,
16,
60,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7508,
58,
16,
60,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
1640,
357,
69,
3672,
11,
417,
774,
8,
287,
14808,
25,
9042,
29572,
2484,
88,
1443,
85,
62,
82,
6442,
11,
1058,
43879,
2624,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
35,
12114,
1443,
85,
62,
82,
6442,
11,
1058,
43879,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
1925,
88,
1443,
85,
62,
82,
6442,
11,
1058,
5377,
11141,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
57,
12114,
1443,
85,
62,
82,
6442,
11,
1058,
5377,
11141,
12762,
4008,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
38487,
62,
82,
6442,
0,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
28996,
78,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17130,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
34,
15339,
50,
29572,
46912,
42598,
33,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1395,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
575,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7508,
3712,
9042,
29572,
50,
6442,
32750,
12360,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2005,
26084,
64,
796,
269,
385,
29572,
404,
7,
7645,
64,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
796,
269,
385,
29572,
9630,
7,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
12303,
489,
78,
796,
269,
385,
29572,
20797,
7,
84,
489,
78,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
3798,
796,
269,
385,
29572,
19044,
24564,
81,
62,
83,
7,
34,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
5446,
40,
15567,
37232,
11,
269,
12303,
489,
78,
11,
327,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
11,
18912,
521,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
11,
77,
796,
317,
13,
67,
12078,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
2546,
7,
55,
38381,
16,
60,
14512,
285,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3714,
7,
29271,
3004,
44,
1042,
963,
7203,
5962,
15793,
286,
317,
11,
720,
76,
11,
290,
286,
1395,
11,
29568,
7857,
7,
55,
38381,
16,
12962,
1276,
2872,
48774,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
69,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
269,
385,
29572,
32180,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
198,
220,
220,
220,
220,
220,
220,
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,
385,
29572,
21217,
65,
19044,
62,
83,
11,
269,
385,
29572,
50,
6442,
32750,
12360,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
3,
417,
774,
92,
828,
269,
385,
29572,
28144,
58,
16,
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,
2005,
26084,
64,
11,
685,
26591,
4357,
1222,
66,
463,
3798,
11,
317,
13,
19044,
11,
7508,
11,
1395,
11,
575,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
575,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
1640,
1288,
774,
287,
357,
25,
43879,
2624,
11,
1058,
43879,
2414,
11,
1058,
5377,
11141,
2414,
11,
1058,
5377,
11141,
12762,
8,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
38487,
62,
82,
6442,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
28996,
78,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17130,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
34,
15339,
50,
29572,
46912,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1395,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7508,
3712,
9042,
29572,
50,
6442,
32750,
12360,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
575,
796,
2092,
7,
55,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
38487,
62,
82,
6442,
0,
7,
7645,
64,
11,
28996,
78,
11,
17130,
11,
317,
11,
1395,
11,
575,
11,
7508,
11,
6376,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
38487,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2099,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
28996,
78,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17130,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
34,
15339,
50,
29572,
46912,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1395,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7508,
796,
38487,
62,
20930,
7,
7645,
64,
11,
4906,
64,
11,
84,
489,
78,
11,
32,
11,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
38487,
62,
82,
6442,
7,
7645,
64,
11,
84,
489,
78,
11,
26591,
11,
32,
11,
55,
11,
10951,
11,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
38487,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2099,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
28996,
78,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
34,
15339,
50,
29572,
46912,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1395,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7508,
796,
38487,
62,
20930,
7,
7645,
64,
11,
4906,
64,
11,
84,
489,
78,
11,
32,
11,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
38487,
62,
82,
6442,
7,
7645,
64,
11,
84,
489,
78,
11,
505,
16763,
417,
774,
828,
32,
11,
55,
11,
10951,
11,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
38487,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
23839,
14824,
21413,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1395,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
28996,
78,
796,
705,
52,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
318,
21037,
7,
32,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
28996,
78,
796,
705,
43,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7508,
796,
38487,
62,
20930,
7,
7645,
64,
4032,
51,
3256,
84,
489,
78,
11,
32,
13,
7890,
11,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
38487,
62,
82,
6442,
7,
7645,
64,
11,
84,
489,
78,
11,
505,
16763,
417,
774,
828,
32,
13,
7890,
11,
55,
11,
10951,
11,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
38487,
62,
20930,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2099,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
28996,
78,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
48523,
5574,
43094,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
38487,
62,
20930,
7,
7645,
64,
11,
4906,
64,
11,
84,
489,
78,
11,
32,
13,
7890,
11,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
2235,
1241,
513,
5499,
198,
198,
2,
275,
27891,
3020,
198,
1640,
357,
69,
3672,
11,
417,
774,
8,
287,
14808,
25,
9042,
29572,
50,
1443,
81,
3020,
11,
1058,
43879,
2624,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
35,
1443,
81,
3020,
11,
1058,
43879,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
34,
1443,
81,
3020,
11,
1058,
5377,
11141,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
57,
1443,
81,
3020,
11,
1058,
5377,
11141,
12762,
4008,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
8085,
17,
0,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1007,
65,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17130,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
34,
15339,
50,
29572,
46912,
4462,
49,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
347,
3712,
34,
15339,
46912,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12159,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
3712,
34,
15339,
46912,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2005,
26084,
64,
796,
269,
385,
29572,
404,
7,
7645,
64,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2005,
26084,
65,
796,
269,
385,
29572,
404,
7,
7645,
65,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
343,
796,
269,
17723,
945,
276,
343,
7,
32,
13,
15908,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
796,
269,
385,
29572,
9630,
7,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
3798,
796,
269,
385,
29572,
19044,
24564,
81,
62,
83,
7,
34,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
35353,
27130,
11,
327,
2937,
27082,
5188,
62,
37,
8267,
62,
49058,
62,
43,
36048,
11,
327,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
11,
18912,
521,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
11,
74,
796,
317,
13,
67,
12078,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
65,
796,
2659,
7,
76,
11,
32,
13,
9967,
29271,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
47823,
796,
2659,
7,
74,
11,
32,
13,
9967,
29271,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
299,
796,
2546,
7,
34,
38381,
17,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1007,
64,
6624,
705,
45,
6,
11405,
1007,
65,
6624,
705,
45,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
442,
74,
3020,
67,
12078,
7,
33,
11,
34,
11,
74,
11,
77,
11,
76,
11,
77,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
361,
1007,
64,
6624,
705,
45,
6,
11405,
1007,
65,
14512,
705,
45,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
442,
74,
3020,
67,
12078,
7,
33,
11,
34,
11,
77,
11,
74,
11,
76,
11,
77,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
361,
1007,
64,
14512,
705,
45,
6,
11405,
1007,
65,
6624,
705,
45,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
442,
74,
3020,
67,
12078,
7,
33,
11,
34,
11,
76,
11,
77,
11,
74,
11,
77,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
361,
1007,
64,
14512,
705,
45,
6,
11405,
1007,
65,
14512,
705,
45,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
442,
74,
3020,
67,
12078,
7,
33,
11,
34,
11,
77,
11,
76,
11,
74,
11,
77,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
300,
9945,
796,
3509,
7,
16,
11,
2536,
485,
7,
33,
11,
17,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
300,
17896,
796,
3509,
7,
16,
11,
2536,
485,
7,
34,
11,
17,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
69,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
269,
385,
29572,
35,
4154,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
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,
385,
29572,
32180,
62,
83,
11,
269,
385,
29572,
32180,
62,
83,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
600,
11,
327,
600,
11,
327,
600,
11,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
327,
600,
11,
350,
2213,
90,
3,
417,
774,
5512,
327,
600,
11,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
3,
417,
774,
5512,
327,
600,
828,
269,
385,
29572,
28144,
58,
16,
4357,
269,
463,
343,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2005,
26084,
64,
11,
2005,
26084,
65,
11,
285,
65,
11,
299,
11,
47823,
11,
317,
13,
20471,
89,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
26591,
4357,
1222,
66,
463,
3798,
11,
317,
13,
27305,
7762,
11,
32,
13,
808,
46745,
11,
317,
13,
4033,
7762,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
13,
9967,
29271,
11,
347,
11,
300,
9945,
11,
685,
31361,
4357,
327,
11,
300,
17896,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
2,
269,
27891,
3020,
198,
1640,
357,
69,
3672,
11,
417,
774,
8,
287,
14808,
25,
9042,
29572,
3351,
27891,
3020,
11,
1058,
43879,
2624,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
35,
6359,
81,
3020,
11,
1058,
43879,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
34,
6359,
81,
3020,
11,
1058,
5377,
11141,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
57,
6359,
81,
3020,
11,
1058,
5377,
11141,
12762,
4008,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
8085,
0,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17130,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
38176,
90,
48523,
5574,
43094,
90,
3,
417,
774,
11,
34,
15339,
50,
29572,
46912,
7902,
49,
90,
3,
417,
774,
92,
5512,
34,
15339,
50,
29572,
46912,
7902,
49,
90,
3,
417,
774,
92,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
347,
3712,
34,
15339,
46912,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12159,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
3712,
34,
15339,
46912,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6550,
220,
220,
220,
220,
796,
317,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
2099,
1659,
7,
32,
8,
1279,
25,
7308,
13,
14993,
2348,
70,
13,
48523,
5574,
43094,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6550,
796,
317,
13,
7890,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2005,
26084,
64,
796,
269,
385,
29572,
404,
7,
7645,
64,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
220,
220,
220,
796,
269,
385,
29572,
9630,
7,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
3798,
220,
220,
796,
651,
24564,
81,
7,
32,
11,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
11,
74,
220,
220,
220,
220,
220,
796,
6550,
13,
67,
12078,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
299,
220,
220,
220,
220,
220,
220,
220,
796,
2546,
7,
34,
38381,
17,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1007,
64,
6624,
705,
45,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
442,
74,
3020,
67,
12078,
7,
33,
11,
34,
11,
74,
11,
77,
11,
76,
11,
77,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
442,
74,
3020,
67,
12078,
7,
33,
11,
34,
11,
76,
11,
77,
11,
74,
11,
77,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
300,
9945,
796,
3509,
7,
16,
11,
2536,
485,
7,
33,
11,
17,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
300,
17896,
796,
3509,
7,
16,
11,
2536,
485,
7,
34,
11,
17,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
69,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
269,
385,
29572,
32180,
62,
83,
11,
327,
600,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
600,
11,
327,
600,
11,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
600,
11,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
3,
417,
774,
5512,
327,
600,
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,
269,
385,
29572,
28144,
58,
16,
4357,
2005,
26084,
64,
11,
285,
11,
299,
11,
479,
11,
6550,
13,
20471,
89,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
26591,
4357,
1222,
66,
463,
3798,
11,
6550,
13,
27305,
7762,
11,
6550,
13,
808,
46745,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6550,
13,
4033,
7762,
11,
347,
11,
300,
9945,
11,
685,
31361,
4357,
327,
11,
300,
17896,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
8085,
0,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17130,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
38176,
90,
48523,
5574,
43094,
90,
3,
417,
774,
11,
34,
15339,
50,
29572,
46912,
34,
6173,
90,
3,
417,
774,
92,
5512,
34,
15339,
50,
29572,
46912,
34,
6173,
90,
3,
417,
774,
92,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
347,
3712,
34,
15339,
46912,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12159,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
3712,
34,
15339,
46912,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6550,
220,
220,
220,
220,
796,
317,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
2099,
1659,
7,
32,
8,
1279,
25,
7308,
13,
14993,
2348,
70,
13,
48523,
5574,
43094,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6550,
796,
317,
13,
7890,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
7645,
64,
796,
705,
45,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1007,
64,
6624,
705,
45,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
7645,
64,
796,
705,
51,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2005,
26084,
64,
796,
269,
385,
29572,
404,
7,
24087,
504,
64,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
220,
220,
220,
796,
269,
385,
29572,
9630,
7,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
3798,
220,
220,
796,
651,
24564,
81,
7,
32,
11,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
479,
11,
76,
220,
220,
220,
220,
220,
796,
6550,
13,
67,
12078,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
299,
220,
220,
220,
220,
220,
220,
220,
796,
2546,
7,
34,
38381,
17,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
269,
7645,
64,
6624,
705,
45,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
442,
74,
3020,
67,
12078,
7,
33,
11,
34,
11,
74,
11,
77,
11,
76,
11,
77,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
442,
74,
3020,
67,
12078,
7,
33,
11,
34,
11,
76,
11,
77,
11,
74,
11,
77,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
300,
9945,
796,
3509,
7,
16,
11,
2536,
485,
7,
33,
11,
17,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
300,
17896,
796,
3509,
7,
16,
11,
2536,
485,
7,
34,
11,
17,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
69,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
269,
385,
29572,
32180,
62,
83,
11,
327,
600,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
600,
11,
327,
600,
11,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
600,
11,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
3,
417,
774,
5512,
327,
600,
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,
269,
385,
29572,
28144,
58,
16,
4357,
2005,
26084,
64,
11,
285,
11,
299,
11,
479,
11,
6550,
13,
20471,
89,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
26591,
4357,
1222,
66,
463,
3798,
11,
6550,
13,
27305,
7762,
11,
6550,
13,
4033,
46745,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6550,
13,
808,
7762,
11,
347,
11,
300,
9945,
11,
685,
31361,
4357,
327,
11,
300,
17896,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
1640,
1288,
774,
287,
357,
25,
43879,
2624,
11,
1058,
43879,
2414,
11,
1058,
5377,
11141,
2414,
11,
1058,
5377,
11141,
12762,
8,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
8085,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17130,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
34,
15339,
50,
29572,
46912,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
347,
3712,
34,
15339,
46912,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12159,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
3712,
34,
15339,
46912,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8085,
0,
7,
7645,
64,
11,
26591,
11,
32,
11,
33,
11,
31361,
11,
30073,
7,
34,
828,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
8085,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
34,
15339,
50,
29572,
46912,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
347,
3712,
34,
15339,
46912,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12159,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
3712,
34,
15339,
46912,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8085,
7,
7645,
64,
11,
505,
16763,
417,
774,
828,
32,
11,
33,
11,
31361,
11,
34,
11,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
8085,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
34,
15339,
50,
29572,
46912,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
347,
3712,
34,
15339,
46912,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
3712,
34,
15339,
46912,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8085,
7,
7645,
64,
11,
505,
16763,
417,
774,
828,
32,
11,
33,
11,
505,
16763,
417,
774,
828,
34,
11,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
8085,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17130,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
34,
15339,
50,
29572,
46912,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
347,
3712,
34,
15339,
46912,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
796,
1007,
64,
6624,
705,
45,
6,
5633,
2546,
7,
32,
38381,
16,
60,
1058,
2546,
7,
32,
38381,
17,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8085,
0,
7,
7645,
64,
11,
26591,
11,
32,
11,
33,
11,
22570,
16763,
417,
774,
828,
34,
15339,
19182,
7,
9107,
418,
16763,
417,
774,
11,
7,
76,
11,
7857,
7,
33,
38381,
17,
60,
4008,
828,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
8085,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
34,
15339,
50,
29572,
46912,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
347,
3712,
34,
15339,
46912,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
796,
1007,
64,
6624,
705,
45,
6,
5633,
2546,
7,
32,
38381,
16,
60,
1058,
2546,
7,
32,
38381,
17,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8085,
0,
7,
7645,
64,
11,
505,
16763,
417,
774,
828,
32,
11,
33,
11,
22570,
16763,
417,
774,
828,
34,
15339,
19182,
7,
9107,
418,
16763,
417,
774,
11,
7,
76,
11,
7857,
7,
33,
38381,
17,
60,
4008,
828,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
8085,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
48523,
5574,
43094,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
347,
3712,
34,
15339,
46912,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
796,
1007,
64,
6624,
705,
45,
6,
5633,
2546,
7,
32,
38381,
16,
60,
1058,
2546,
7,
32,
38381,
17,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8085,
0,
7,
7645,
64,
11,
505,
16763,
417,
774,
828,
32,
13,
7890,
11,
33,
11,
22570,
16763,
417,
774,
828,
34,
15339,
19182,
7,
9107,
418,
16763,
417,
774,
11,
7,
76,
11,
7857,
7,
33,
38381,
17,
60,
4008,
828,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
1640,
357,
69,
3672,
11,
417,
774,
8,
287,
14808,
25,
9042,
29572,
3351,
27891,
3020,
17,
11,
1058,
43879,
2624,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
35,
6359,
81,
3020,
17,
11,
1058,
43879,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
34,
6359,
81,
3020,
17,
11,
1058,
5377,
11141,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
57,
6359,
81,
3020,
17,
11,
1058,
5377,
11141,
12762,
4008,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
8085,
17,
0,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1007,
65,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17130,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
34,
15339,
50,
29572,
46912,
7902,
49,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
347,
3712,
34,
15339,
46912,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12159,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
3712,
34,
15339,
46912,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2005,
26084,
64,
796,
269,
385,
29572,
404,
7,
7645,
64,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2005,
26084,
65,
796,
269,
385,
29572,
404,
7,
7645,
65,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
796,
269,
385,
29572,
9630,
7,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
3798,
796,
269,
385,
29572,
19044,
24564,
81,
62,
83,
7,
34,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
35353,
27130,
11,
327,
2937,
27082,
5188,
62,
37,
8267,
62,
49058,
62,
43,
36048,
11,
327,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
11,
18912,
521,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
11,
74,
796,
317,
13,
67,
12078,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
299,
796,
2546,
7,
34,
38381,
17,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1007,
64,
6624,
705,
45,
6,
11405,
1007,
65,
6624,
705,
45,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
442,
74,
3020,
67,
12078,
7,
33,
11,
34,
11,
74,
11,
77,
11,
76,
11,
77,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
361,
1007,
64,
6624,
705,
45,
6,
11405,
1007,
65,
14512,
705,
45,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
442,
74,
3020,
67,
12078,
7,
33,
11,
34,
11,
77,
11,
74,
11,
76,
11,
77,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
361,
1007,
64,
14512,
705,
45,
6,
11405,
1007,
65,
6624,
705,
45,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
442,
74,
3020,
67,
12078,
7,
33,
11,
34,
11,
76,
11,
77,
11,
74,
11,
77,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
361,
1007,
64,
14512,
705,
45,
6,
11405,
1007,
65,
14512,
705,
45,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
442,
74,
3020,
67,
12078,
7,
33,
11,
34,
11,
77,
11,
76,
11,
74,
11,
77,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
300,
9945,
796,
3509,
7,
16,
11,
2536,
485,
7,
33,
11,
17,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
300,
17896,
796,
3509,
7,
16,
11,
2536,
485,
7,
34,
11,
17,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
69,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
269,
385,
29572,
32180,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
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,
385,
29572,
32180,
62,
83,
11,
327,
600,
11,
327,
600,
11,
327,
600,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
3,
417,
774,
5512,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
3,
417,
774,
5512,
327,
600,
828,
269,
385,
29572,
28144,
58,
16,
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,
2005,
26084,
64,
11,
2005,
26084,
65,
11,
285,
11,
299,
11,
479,
11,
317,
13,
20471,
89,
11,
685,
26591,
4357,
1222,
66,
463,
3798,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
13,
27305,
7762,
11,
317,
13,
808,
46745,
11,
317,
13,
4033,
7762,
11,
347,
11,
300,
9945,
11,
685,
31361,
4357,
327,
11,
300,
17896,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
8085,
17,
0,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1007,
65,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17130,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
34,
15339,
50,
29572,
46912,
34,
6173,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
347,
3712,
34,
15339,
46912,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12159,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
3712,
34,
15339,
46912,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
7645,
64,
796,
705,
45,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1007,
64,
6624,
705,
45,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
7645,
64,
796,
705,
51,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2005,
26084,
64,
796,
269,
385,
29572,
404,
7,
24087,
504,
64,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2005,
26084,
65,
796,
269,
385,
29572,
404,
7,
7645,
65,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
796,
269,
385,
29572,
9630,
7,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
3798,
796,
269,
385,
29572,
19044,
24564,
81,
62,
83,
7,
34,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
35353,
27130,
11,
327,
2937,
27082,
5188,
62,
37,
8267,
62,
49058,
62,
43,
36048,
11,
327,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
11,
18912,
521,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
479,
11,
76,
796,
317,
13,
67,
12078,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
299,
796,
2546,
7,
34,
38381,
17,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
269,
7645,
64,
6624,
705,
45,
6,
11405,
1007,
65,
6624,
705,
45,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
442,
74,
3020,
67,
12078,
7,
33,
11,
34,
11,
74,
11,
77,
11,
76,
11,
77,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
361,
269,
7645,
64,
6624,
705,
45,
6,
11405,
1007,
65,
14512,
705,
45,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
442,
74,
3020,
67,
12078,
7,
33,
11,
34,
11,
77,
11,
74,
11,
76,
11,
77,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
361,
269,
7645,
64,
14512,
705,
45,
6,
11405,
1007,
65,
6624,
705,
45,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
442,
74,
3020,
67,
12078,
7,
33,
11,
34,
11,
76,
11,
77,
11,
74,
11,
77,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
361,
269,
7645,
64,
14512,
705,
45,
6,
11405,
1007,
65,
14512,
705,
45,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
442,
74,
3020,
67,
12078,
7,
33,
11,
34,
11,
77,
11,
76,
11,
74,
11,
77,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
300,
9945,
796,
3509,
7,
16,
11,
2536,
485,
7,
33,
11,
17,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
300,
17896,
796,
3509,
7,
16,
11,
2536,
485,
7,
34,
11,
17,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
69,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
269,
385,
29572,
32180,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
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,
385,
29572,
32180,
62,
83,
11,
327,
600,
11,
327,
600,
11,
327,
600,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
3,
417,
774,
5512,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
3,
417,
774,
5512,
327,
600,
828,
269,
385,
29572,
28144,
58,
16,
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,
2005,
26084,
64,
11,
2005,
26084,
65,
11,
285,
11,
299,
11,
479,
11,
317,
13,
20471,
89,
11,
685,
26591,
4357,
1222,
66,
463,
3798,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
13,
27305,
7762,
11,
317,
13,
4033,
46745,
11,
317,
13,
808,
7762,
11,
347,
11,
300,
9945,
11,
685,
31361,
4357,
327,
11,
300,
17896,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
1640,
1288,
774,
287,
357,
25,
43879,
2624,
11,
25,
43879,
2414,
11,
25,
5377,
11141,
2414,
11,
25,
5377,
11141,
12762,
8,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
8085,
17,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1007,
65,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17130,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
38176,
90,
34,
15339,
50,
29572,
46912,
7902,
49,
90,
3,
417,
774,
5512,
34,
15339,
50,
29572,
46912,
34,
6173,
90,
3,
417,
774,
5512,
34,
15339,
50,
29572,
46912,
4462,
49,
90,
3,
417,
774,
92,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
347,
3712,
34,
15339,
46912,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12159,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
3712,
34,
15339,
46912,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8085,
17,
0,
7,
7645,
64,
11,
7645,
65,
11,
26591,
11,
32,
11,
33,
11,
31361,
11,
30073,
7,
34,
828,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
8085,
17,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1007,
65,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
38176,
90,
34,
15339,
50,
29572,
46912,
7902,
49,
90,
3,
417,
774,
5512,
34,
15339,
50,
29572,
46912,
34,
6173,
90,
3,
417,
774,
5512,
34,
15339,
50,
29572,
46912,
4462,
49,
90,
3,
417,
774,
92,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
347,
3712,
34,
15339,
46912,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12159,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
3712,
34,
15339,
46912,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8085,
17,
7,
7645,
64,
11,
7645,
65,
11,
505,
16763,
417,
774,
828,
32,
11,
33,
11,
31361,
11,
34,
11,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
8085,
17,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1007,
65,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
38176,
90,
34,
15339,
50,
29572,
46912,
7902,
49,
90,
3,
417,
774,
5512,
34,
15339,
50,
29572,
46912,
34,
6173,
90,
3,
417,
774,
5512,
34,
15339,
50,
29572,
46912,
4462,
49,
90,
3,
417,
774,
92,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
347,
3712,
34,
15339,
46912,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
3712,
34,
15339,
46912,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8085,
17,
7,
7645,
64,
11,
7645,
65,
11,
505,
16763,
417,
774,
828,
32,
11,
33,
11,
505,
16763,
417,
774,
828,
34,
11,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
8085,
17,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1007,
65,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17130,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
38176,
90,
34,
15339,
50,
29572,
46912,
7902,
49,
90,
3,
417,
774,
5512,
34,
15339,
50,
29572,
46912,
34,
6173,
90,
3,
417,
774,
5512,
34,
15339,
50,
29572,
46912,
4462,
49,
90,
3,
417,
774,
92,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
347,
3712,
34,
15339,
46912,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
796,
1007,
64,
6624,
705,
45,
6,
5633,
2546,
7,
32,
38381,
16,
60,
1058,
2546,
7,
32,
38381,
17,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
299,
796,
1007,
65,
6624,
705,
45,
6,
5633,
2546,
7,
33,
38381,
17,
60,
1058,
2546,
7,
33,
38381,
16,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8085,
17,
7,
7645,
64,
11,
7645,
65,
11,
26591,
11,
32,
11,
33,
11,
22570,
16763,
417,
774,
828,
34,
15339,
19182,
7,
9107,
418,
16763,
417,
774,
11,
7,
76,
11,
77,
4008,
828,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
8085,
17,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1007,
65,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
38176,
90,
34,
15339,
50,
29572,
46912,
7902,
49,
90,
3,
417,
774,
5512,
34,
15339,
50,
29572,
46912,
34,
6173,
90,
3,
417,
774,
5512,
34,
15339,
50,
29572,
46912,
4462,
49,
90,
3,
417,
774,
92,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
347,
3712,
34,
15339,
46912,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
796,
1007,
64,
6624,
705,
45,
6,
5633,
2546,
7,
32,
38381,
16,
60,
1058,
2546,
7,
32,
38381,
17,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
299,
796,
1007,
65,
6624,
705,
45,
6,
5633,
2546,
7,
33,
38381,
17,
60,
1058,
2546,
7,
33,
38381,
16,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8085,
17,
7,
7645,
64,
11,
7645,
65,
11,
505,
16763,
417,
774,
828,
32,
11,
33,
11,
22570,
16763,
417,
774,
828,
34,
15339,
19182,
7,
9107,
418,
16763,
417,
774,
11,
7,
76,
11,
77,
4008,
828,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
46491,
5769,
32,
3712,
34,
15339,
50,
29572,
46912,
11,
33,
3712,
34,
15339,
38469,
8,
220,
220,
220,
220,
220,
220,
796,
285,
85,
10786,
45,
3256,
32,
11,
33,
4032,
46,
11537,
198,
2953,
62,
76,
377,
62,
33,
7,
32,
3712,
34,
15339,
50,
29572,
46912,
11,
33,
3712,
34,
15339,
38469,
8,
220,
796,
285,
85,
10786,
51,
3256,
32,
11,
33,
4032,
46,
11537,
198,
12832,
62,
76,
377,
62,
33,
7,
32,
3712,
34,
15339,
50,
29572,
46912,
11,
33,
3712,
34,
15339,
38469,
8,
220,
796,
285,
85,
10786,
34,
3256,
32,
11,
33,
4032,
46,
11537,
198,
46491,
19953,
51,
92,
7,
32,
3712,
48523,
5574,
43094,
90,
51,
11,
34,
15339,
50,
29572,
46912,
90,
51,
92,
5512,
33,
3712,
34,
15339,
38469,
90,
51,
30072,
796,
285,
85,
10786,
45,
3256,
32,
11,
33,
4032,
46,
11537,
198,
2953,
62,
76,
377,
62,
33,
90,
51,
92,
7,
32,
3712,
48523,
5574,
43094,
90,
51,
11,
34,
15339,
50,
29572,
46912,
90,
51,
92,
5512,
33,
3712,
34,
15339,
38469,
90,
51,
30072,
796,
285,
85,
10786,
51,
3256,
32,
11,
33,
4032,
46,
11537,
198,
12832,
62,
76,
377,
62,
33,
90,
51,
92,
7,
32,
3712,
48523,
5574,
43094,
90,
51,
11,
34,
15339,
50,
29572,
46912,
90,
51,
92,
5512,
33,
3712,
34,
15339,
38469,
90,
51,
30072,
796,
285,
85,
10786,
34,
3256,
32,
11,
33,
4032,
46,
11537,
198,
198,
1640,
357,
69,
3672,
11,
417,
774,
8,
287,
14808,
25,
9042,
29572,
3351,
82,
3808,
76,
62,
20930,
11,
1058,
43879,
2624,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
35,
6359,
3808,
76,
62,
20930,
11,
1058,
43879,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
34,
6359,
3808,
76,
62,
20930,
11,
1058,
5377,
11141,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
57,
6359,
3808,
76,
62,
20930,
11,
1058,
5377,
11141,
12762,
4008,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
895,
62,
20930,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
28996,
78,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
34,
15339,
50,
29572,
46912,
7902,
49,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2005,
26084,
64,
796,
269,
385,
29572,
404,
7,
7645,
64,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
796,
269,
385,
29572,
9630,
7,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
12303,
489,
78,
796,
269,
385,
29572,
20797,
7,
84,
489,
78,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
3798,
796,
269,
385,
29572,
19044,
24564,
81,
62,
83,
7,
34,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
5446,
40,
15567,
37232,
11,
269,
12303,
489,
78,
11,
327,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
11,
18912,
521,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
11,
77,
796,
317,
13,
67,
12078,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
299,
14512,
285,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3714,
7,
29271,
3004,
44,
1042,
963,
7203,
32,
1276,
307,
6616,
11,
475,
468,
15225,
7198,
76,
11,
3,
77,
8,
2474,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7508,
796,
269,
385,
29572,
50,
6442,
32750,
12360,
62,
83,
58,
15,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
385,
29572,
16447,
50,
6442,
32750,
12360,
7,
10951,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
69,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
269,
385,
29572,
32180,
62,
83,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
600,
11,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
34,
600,
5512,
269,
385,
29572,
50,
6442,
32750,
12360,
62,
83,
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,
269,
385,
29572,
28144,
58,
16,
4357,
2005,
26084,
64,
11,
285,
11,
317,
13,
20471,
89,
11,
1222,
66,
463,
3798,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
13,
27305,
7762,
11,
317,
13,
808,
46745,
11,
317,
13,
4033,
7762,
11,
7508,
58,
16,
60,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7508,
58,
16,
60,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
895,
62,
20930,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
28996,
78,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
34,
15339,
50,
29572,
46912,
34,
6173,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
7645,
64,
796,
705,
45,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1007,
64,
6624,
705,
45,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
7645,
64,
796,
705,
51,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
489,
78,
796,
705,
52,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
28996,
78,
6624,
705,
52,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
489,
78,
796,
705,
43,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2005,
26084,
64,
796,
269,
385,
29572,
404,
7,
24087,
504,
64,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
220,
220,
220,
796,
269,
385,
29572,
9630,
7,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
12303,
489,
78,
220,
220,
796,
269,
385,
29572,
20797,
7,
27399,
489,
78,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
3798,
220,
220,
796,
269,
385,
29572,
19044,
24564,
81,
62,
83,
7,
34,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
5446,
40,
15567,
37232,
11,
269,
12303,
489,
78,
11,
327,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
11,
18912,
521,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
299,
11,
76,
220,
220,
220,
220,
220,
796,
317,
13,
67,
12078,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
299,
14512,
285,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3714,
7,
29271,
3004,
44,
1042,
963,
7203,
32,
1276,
307,
6616,
11,
475,
468,
15225,
7198,
76,
11,
3,
77,
8,
2474,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7508,
796,
269,
385,
29572,
50,
6442,
32750,
12360,
62,
83,
58,
15,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
385,
29572,
16447,
50,
6442,
32750,
12360,
7,
10951,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
69,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
269,
385,
29572,
32180,
62,
83,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
600,
11,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
34,
600,
5512,
269,
385,
29572,
50,
6442,
32750,
12360,
62,
83,
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,
269,
385,
29572,
28144,
58,
16,
4357,
2005,
26084,
64,
11,
285,
11,
317,
13,
20471,
89,
11,
1222,
66,
463,
3798,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
13,
27305,
7762,
11,
317,
13,
4033,
46745,
11,
317,
13,
808,
7762,
11,
7508,
58,
16,
60,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7508,
58,
16,
60,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
1640,
357,
69,
3672,
11,
417,
774,
8,
287,
14808,
25,
9042,
29572,
3351,
82,
3808,
76,
62,
82,
6442,
11,
1058,
43879,
2624,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
35,
6359,
3808,
76,
62,
82,
6442,
11,
1058,
43879,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
34,
6359,
3808,
76,
62,
82,
6442,
11,
1058,
5377,
11141,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
57,
6359,
3808,
76,
62,
82,
6442,
11,
1058,
5377,
11141,
12762,
4008,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
895,
62,
82,
6442,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
28996,
78,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17130,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
34,
15339,
50,
29572,
46912,
7902,
49,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1395,
3712,
34,
15339,
46912,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7508,
3712,
9042,
29572,
50,
6442,
32750,
12360,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2005,
26084,
64,
796,
269,
385,
29572,
404,
7,
7645,
64,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
796,
269,
385,
29572,
9630,
7,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
12303,
489,
78,
796,
269,
385,
29572,
20797,
7,
84,
489,
78,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
3798,
796,
269,
385,
29572,
19044,
24564,
81,
62,
83,
7,
34,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
5446,
40,
15567,
37232,
11,
269,
12303,
489,
78,
11,
327,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
11,
18912,
521,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
11,
77,
32,
796,
317,
13,
67,
12078,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
55,
11,
77,
796,
1395,
13,
67,
12078,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
285,
55,
14512,
285,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3714,
7,
29271,
3004,
44,
1042,
963,
7203,
5962,
15793,
286,
317,
11,
720,
76,
11,
290,
1395,
11,
720,
76,
55,
1276,
2872,
48774,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
575,
796,
2092,
7,
55,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
300,
34350,
796,
3509,
7,
16,
11,
2536,
485,
7,
55,
11,
17,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
300,
9892,
796,
3509,
7,
16,
11,
2536,
485,
7,
56,
11,
17,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
69,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
269,
385,
29572,
32180,
62,
83,
11,
327,
600,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
34,
600,
5512,
269,
385,
29572,
50,
6442,
32750,
12360,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
3,
417,
774,
5512,
327,
600,
11,
350,
2213,
90,
3,
417,
774,
5512,
327,
600,
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,
269,
385,
29572,
28144,
58,
16,
4357,
2005,
26084,
64,
11,
285,
11,
299,
11,
685,
26591,
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,
1222,
66,
463,
3798,
11,
317,
13,
27305,
7762,
11,
317,
13,
808,
46745,
11,
317,
13,
4033,
7762,
11,
7508,
11,
1395,
11,
300,
34350,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
575,
11,
300,
9892,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
575,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
895,
62,
82,
6442,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
28996,
78,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17130,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
34,
15339,
50,
29572,
46912,
34,
6173,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1395,
3712,
34,
15339,
46912,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7508,
3712,
9042,
29572,
50,
6442,
32750,
12360,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
7645,
64,
796,
705,
45,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1007,
64,
6624,
705,
45,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
7645,
64,
796,
705,
51,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
489,
78,
796,
705,
52,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
28996,
78,
6624,
705,
52,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
489,
78,
796,
705,
43,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2005,
26084,
64,
796,
269,
385,
29572,
404,
7,
24087,
504,
64,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
220,
220,
220,
796,
269,
385,
29572,
9630,
7,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
12303,
489,
78,
220,
220,
796,
269,
385,
29572,
20797,
7,
27399,
489,
78,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
3798,
220,
220,
796,
269,
385,
29572,
19044,
24564,
81,
62,
83,
7,
34,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
5446,
40,
15567,
37232,
11,
269,
12303,
489,
78,
11,
327,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
11,
18912,
521,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
11,
77,
32,
220,
220,
220,
220,
796,
317,
13,
67,
12078,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
55,
11,
77,
220,
220,
220,
220,
796,
1395,
13,
67,
12078,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
285,
55,
14512,
285,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3714,
7,
29271,
3004,
44,
1042,
963,
7203,
5962,
15793,
286,
317,
11,
720,
76,
11,
290,
1395,
11,
720,
76,
55,
1276,
2872,
48774,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
575,
796,
2092,
7,
55,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
300,
34350,
796,
3509,
7,
16,
11,
2536,
485,
7,
55,
11,
17,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
300,
9892,
796,
3509,
7,
16,
11,
2536,
485,
7,
56,
11,
17,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
69,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
269,
385,
29572,
32180,
62,
83,
11,
327,
600,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
34,
600,
5512,
269,
385,
29572,
50,
6442,
32750,
12360,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
3,
417,
774,
5512,
327,
600,
11,
350,
2213,
90,
3,
417,
774,
5512,
327,
600,
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,
269,
385,
29572,
28144,
58,
16,
4357,
2005,
26084,
64,
11,
285,
11,
299,
11,
685,
26591,
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,
1222,
66,
463,
3798,
11,
317,
13,
27305,
7762,
11,
317,
13,
4033,
46745,
11,
317,
13,
808,
7762,
11,
7508,
11,
1395,
11,
300,
34350,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
575,
11,
300,
9892,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
575,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
1640,
1288,
774,
287,
357,
25,
43879,
2624,
11,
1058,
43879,
2414,
11,
1058,
5377,
11141,
2414,
11,
1058,
5377,
11141,
12762,
8,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
895,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
28996,
78,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17130,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
34,
15339,
50,
29572,
46912,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
347,
3712,
34,
15339,
46912,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7508,
796,
895,
62,
20930,
7,
7645,
64,
11,
84,
489,
78,
11,
32,
11,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
895,
62,
82,
6442,
7,
7645,
64,
11,
84,
489,
78,
11,
26591,
11,
32,
11,
33,
11,
10951,
11,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
895,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
28996,
78,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
34,
15339,
50,
29572,
46912,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
347,
3712,
34,
15339,
46912,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7508,
796,
895,
62,
20930,
7,
7645,
64,
11,
84,
489,
78,
11,
32,
11,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
895,
62,
82,
6442,
7,
7645,
64,
11,
84,
489,
78,
11,
505,
16763,
417,
774,
828,
32,
11,
33,
11,
10951,
11,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
895,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17130,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
23839,
14824,
21413,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
347,
3712,
34,
15339,
46912,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
28996,
78,
796,
705,
52,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
318,
21037,
7,
32,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
28996,
78,
796,
705,
43,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7508,
796,
895,
62,
20930,
7,
7645,
64,
11,
84,
489,
78,
11,
32,
13,
7890,
11,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
895,
62,
82,
6442,
7,
7645,
64,
11,
84,
489,
78,
11,
26591,
11,
32,
13,
7890,
11,
33,
11,
10951,
11,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
895,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
23839,
14824,
21413,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
347,
3712,
34,
15339,
46912,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
28996,
78,
796,
705,
52,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
318,
21037,
7,
32,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
28996,
78,
796,
705,
43,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7508,
796,
895,
62,
20930,
7,
7645,
64,
11,
84,
489,
78,
11,
32,
13,
7890,
11,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
895,
62,
82,
6442,
7,
7645,
64,
11,
84,
489,
78,
11,
505,
16763,
417,
774,
828,
32,
13,
7890,
11,
33,
11,
10951,
11,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
38016,
5769,
32,
3712,
23839,
14824,
21413,
11,
33,
3712,
34,
15339,
46912,
8,
220,
220,
220,
220,
220,
220,
796,
895,
10786,
45,
3256,
32,
11,
33,
4032,
46,
11537,
198,
2953,
62,
335,
452,
62,
33,
7,
32,
3712,
23839,
14824,
21413,
11,
33,
3712,
34,
15339,
46912,
8,
796,
895,
10786,
51,
3256,
32,
11,
33,
4032,
46,
11537,
198,
12832,
62,
335,
452,
62,
33,
7,
32,
3712,
23839,
14824,
21413,
11,
33,
3712,
34,
15339,
46912,
8,
796,
895,
10786,
34,
3256,
32,
11,
33,
4032,
46,
11537,
198,
198,
2,
275,
82,
3808,
76,
17,
198,
1640,
357,
65,
3672,
11,
272,
480,
11,
82,
3672,
11,
417,
774,
8,
287,
14808,
25,
9042,
29572,
50,
1443,
3808,
76,
17,
62,
22252,
10699,
11,
1058,
9042,
29572,
50,
1443,
3808,
76,
17,
62,
20930,
11,
1058,
9042,
29572,
50,
1443,
3808,
76,
17,
62,
82,
6442,
11,
1058,
43879,
2624,
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,
357,
25,
9042,
29572,
35,
1443,
3808,
76,
17,
62,
22252,
10699,
11,
1058,
9042,
29572,
35,
1443,
3808,
76,
17,
62,
20930,
11,
1058,
9042,
29572,
35,
1443,
3808,
76,
17,
62,
82,
6442,
11,
1058,
43879,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
34,
1443,
3808,
76,
17,
62,
22252,
10699,
11,
1058,
9042,
29572,
34,
1443,
3808,
76,
17,
62,
20930,
11,
1058,
9042,
29572,
34,
1443,
3808,
76,
17,
62,
82,
6442,
11,
1058,
5377,
11141,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
57,
1443,
3808,
76,
17,
62,
22252,
10699,
11,
1058,
9042,
29572,
57,
1443,
3808,
76,
17,
62,
20930,
11,
1058,
9042,
29572,
57,
1443,
3808,
76,
17,
62,
82,
6442,
11,
1058,
5377,
11141,
12762,
4008,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
275,
82,
3808,
76,
17,
0,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1007,
5431,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17130,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
34,
15339,
50,
29572,
46912,
4462,
49,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1395,
3712,
34,
15339,
46912,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2005,
26084,
64,
220,
796,
269,
385,
29572,
404,
7,
7645,
64,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2005,
26084,
5431,
796,
269,
385,
29572,
404,
7,
7645,
5431,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
343,
796,
269,
17723,
945,
276,
343,
7,
32,
13,
15908,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
796,
269,
385,
29572,
9630,
7,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
3798,
796,
269,
385,
29572,
19044,
24564,
81,
62,
83,
7,
34,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
35353,
27130,
11,
327,
2937,
27082,
5188,
62,
37,
8267,
62,
49058,
62,
8577,
18973,
11,
327,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
11,
18912,
521,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
11,
77,
796,
317,
13,
67,
12078,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
285,
14512,
299,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3714,
7,
29271,
3004,
44,
1042,
963,
7203,
32,
1276,
307,
6616,
2474,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
65,
796,
2659,
7,
76,
11,
32,
13,
9967,
29271,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
55,
11,
77,
55,
796,
2546,
7,
55,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
1007,
5431,
6624,
705,
45,
6,
11405,
357,
76,
55,
14512,
285,
8,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3714,
7,
29271,
3004,
44,
1042,
963,
7203,
48774,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
1007,
5431,
14512,
705,
45,
6,
11405,
357,
77,
55,
14512,
285,
8,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3714,
7,
29271,
3004,
44,
1042,
963,
7203,
48774,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
300,
34350,
796,
3509,
7,
16,
11,
2536,
485,
7,
55,
11,
17,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7508,
796,
275,
82,
3808,
76,
17,
12360,
62,
83,
58,
15,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
385,
29572,
16447,
37000,
3808,
76,
17,
12360,
7,
10951,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
42684,
10699,
796,
15690,
7,
34,
600,
11,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
65,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
269,
385,
29572,
35,
4154,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
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,
385,
29572,
32180,
62,
83,
11,
269,
385,
29572,
32180,
62,
83,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
600,
11,
327,
600,
11,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
34,
600,
5512,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
275,
82,
3808,
76,
17,
12360,
62,
83,
11,
350,
2213,
90,
34,
600,
92,
828,
269,
385,
29572,
28144,
58,
16,
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,
269,
463,
343,
11,
2005,
26084,
64,
11,
2005,
26084,
5431,
11,
285,
65,
11,
299,
55,
11,
317,
13,
20471,
89,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1222,
66,
463,
3798,
11,
317,
13,
27305,
7762,
11,
317,
13,
808,
46745,
11,
317,
13,
4033,
7762,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
13,
9967,
29271,
11,
7508,
58,
16,
4357,
42684,
10699,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11876,
796,
327,
15339,
19182,
7,
9107,
418,
7,
52,
5317,
23,
11,
42684,
10699,
58,
16,
60,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
272,
480,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
269,
385,
29572,
35,
4154,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
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,
385,
29572,
32180,
62,
83,
11,
269,
385,
29572,
32180,
62,
83,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
600,
11,
327,
600,
11,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
34,
600,
5512,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
275,
82,
3808,
76,
17,
12360,
62,
83,
11,
269,
385,
29572,
50,
6442,
36727,
62,
83,
11,
350,
2213,
90,
53,
1868,
92,
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,
269,
385,
29572,
28144,
58,
16,
4357,
269,
463,
343,
11,
2005,
26084,
64,
11,
2005,
26084,
5431,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
65,
11,
299,
55,
11,
317,
13,
20471,
89,
11,
1222,
66,
463,
3798,
11,
317,
13,
27305,
7762,
11,
317,
13,
808,
46745,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
13,
4033,
7762,
11,
317,
13,
9967,
29271,
11,
7508,
58,
16,
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,
327,
2937,
27082,
5188,
62,
50,
3535,
6089,
62,
45472,
2149,
56,
62,
19108,
62,
2538,
18697,
11,
11876,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
46436,
796,
15690,
7,
34,
600,
11,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
19510,
25,
9042,
29572,
55,
1443,
3808,
76,
17,
62,
22570,
47,
45785,
11,
9195,
9042,
29572,
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,
269,
385,
29572,
19580,
62,
83,
11,
357,
9042,
29572,
37508,
62,
83,
11,
275,
82,
3808,
76,
17,
12360,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
92,
828,
269,
385,
29572,
28144,
58,
16,
4357,
7508,
58,
16,
4357,
46436,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
46436,
58,
16,
60,
18189,
657,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3714,
7,
8841,
7203,
44909,
1523,
14,
77,
6975,
605,
6632,
287,
317,
379,
357,
1600,
1930,
270,
58,
16,
4357,
1930,
270,
58,
16,
17241,
16725,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
82,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
269,
385,
29572,
35,
4154,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
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,
385,
29572,
32180,
62,
83,
11,
269,
385,
29572,
32180,
62,
83,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
600,
11,
327,
600,
11,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
34,
600,
5512,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
275,
82,
3808,
76,
17,
12360,
62,
83,
11,
350,
2213,
90,
3,
417,
774,
5512,
327,
600,
11,
350,
2213,
90,
3,
417,
774,
5512,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
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,
385,
29572,
50,
6442,
36727,
62,
83,
11,
350,
2213,
90,
53,
1868,
92,
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,
269,
385,
29572,
28144,
58,
16,
4357,
269,
463,
343,
11,
2005,
26084,
64,
11,
2005,
26084,
5431,
11,
285,
65,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
299,
55,
11,
317,
13,
20471,
89,
11,
685,
26591,
4357,
1222,
66,
463,
3798,
11,
317,
13,
27305,
7762,
11,
317,
13,
808,
46745,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
13,
4033,
7762,
11,
317,
13,
9967,
29271,
11,
7508,
58,
16,
4357,
1395,
11,
300,
34350,
11,
1395,
11,
300,
34350,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
2937,
27082,
5188,
62,
50,
3535,
6089,
62,
45472,
2149,
56,
62,
19108,
62,
2538,
18697,
11,
11876,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
385,
29572,
49174,
37000,
3808,
76,
17,
12360,
7,
10951,
58,
16,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1395,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
275,
82,
3808,
76,
17,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1007,
5431,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
17130,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
34,
15339,
50,
29572,
46912,
4462,
49,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1395,
3712,
34,
15339,
46912,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
275,
82,
3808,
76,
17,
0,
7,
7645,
64,
11,
7645,
5431,
11,
26591,
11,
32,
11,
30073,
7,
55,
828,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
2,
18366,
198,
198,
2,
9429,
49,
22319,
2390,
198,
1640,
357,
69,
3672,
11,
417,
774,
8,
287,
14808,
25,
9042,
29572,
3351,
27891,
469,
321,
11,
1058,
43879,
2624,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
35,
6359,
81,
469,
321,
11,
1058,
43879,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
34,
6359,
81,
469,
321,
11,
1058,
5377,
11141,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
57,
6359,
81,
469,
321,
11,
1058,
5377,
11141,
12762,
4008,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
4903,
321,
7,
26591,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
34,
15339,
50,
29572,
46912,
7902,
49,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12159,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
347,
3712,
34,
15339,
50,
29572,
46912,
7902,
49,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
32,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
33,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
34,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
22261,
796,
269,
385,
29572,
9630,
7,
9630,
32,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
65,
796,
269,
385,
29572,
9630,
7,
9630,
33,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
66,
796,
269,
385,
29572,
9630,
7,
9630,
33,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
3798,
64,
796,
269,
385,
29572,
19044,
24564,
81,
62,
83,
7,
34,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
35353,
27130,
11,
327,
2937,
27082,
5188,
62,
37,
8267,
62,
49058,
62,
43,
36048,
11,
327,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
11,
18912,
22261,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
3798,
65,
796,
269,
385,
29572,
19044,
24564,
81,
62,
83,
7,
34,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
35353,
27130,
11,
327,
2937,
27082,
5188,
62,
37,
8267,
62,
49058,
62,
43,
36048,
11,
327,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
11,
18912,
521,
65,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
8401,
535,
796,
269,
385,
29572,
19044,
24564,
81,
62,
83,
7,
34,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
35353,
27130,
11,
327,
2937,
27082,
5188,
62,
37,
8267,
62,
49058,
62,
43,
36048,
11,
327,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
11,
18912,
521,
66,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
32,
11,
77,
32,
796,
317,
13,
67,
12078,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
33,
11,
77,
33,
796,
347,
13,
67,
12078,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
357,
42646,
14512,
285,
33,
8,
8614,
357,
77,
32,
14512,
299,
33,
8,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3714,
7,
29271,
3004,
44,
1042,
963,
7203,
48774,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
299,
27305,
34,
796,
15690,
7,
34,
600,
11,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5752,
46745,
34,
796,
327,
15339,
19182,
7,
9107,
418,
7,
34,
600,
11,
42646,
10,
16,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
19510,
25,
9042,
29572,
55,
6359,
81,
469,
321,
45,
27305,
11,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
327,
600,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
327,
600,
11,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
327,
600,
11,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
92,
828,
269,
385,
29572,
28144,
58,
16,
4357,
285,
32,
11,
299,
32,
11,
1222,
66,
463,
3798,
64,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
13,
20471,
89,
11,
317,
13,
808,
46745,
11,
317,
13,
4033,
7762,
11,
1222,
66,
463,
3798,
65,
11,
347,
13,
20471,
89,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
347,
13,
808,
46745,
11,
347,
13,
4033,
7762,
11,
1222,
66,
8401,
535,
11,
5752,
46745,
34,
11,
299,
27305,
34,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
299,
27305,
796,
299,
27305,
34,
58,
16,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
796,
327,
15339,
50,
29572,
46912,
7902,
49,
7,
808,
46745,
34,
11,
327,
15339,
19182,
7,
9107,
418,
7,
34,
600,
11,
20471,
89,
36911,
327,
15339,
19182,
7,
9107,
418,
16763,
417,
774,
11,
20471,
89,
36911,
299,
27305,
11,
317,
13,
67,
12078,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
69,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
327,
600,
11,
327,
600,
11,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
327,
600,
11,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
327,
600,
11,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
34,
600,
92,
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,
269,
385,
29572,
28144,
58,
16,
4357,
285,
32,
11,
299,
32,
11,
685,
26591,
4357,
1222,
66,
463,
3798,
64,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
13,
20471,
89,
11,
317,
13,
27305,
7762,
11,
317,
13,
808,
46745,
11,
317,
13,
4033,
7762,
11,
685,
31361,
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,
1222,
66,
463,
3798,
65,
11,
347,
13,
20471,
89,
11,
347,
13,
27305,
7762,
11,
347,
13,
808,
46745,
11,
347,
13,
4033,
7762,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1222,
66,
8401,
535,
11,
327,
13,
27305,
7762,
11,
327,
13,
808,
46745,
11,
327,
13,
4033,
7762,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
4903,
321,
7,
26591,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
34,
15339,
50,
29572,
46912,
34,
6173,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12159,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
347,
3712,
34,
15339,
50,
29572,
46912,
34,
6173,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
32,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
33,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
34,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
22261,
796,
269,
385,
29572,
9630,
7,
9630,
32,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
65,
796,
269,
385,
29572,
9630,
7,
9630,
33,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
66,
796,
269,
385,
29572,
9630,
7,
9630,
33,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
3798,
64,
796,
269,
385,
29572,
19044,
24564,
81,
62,
83,
7,
34,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
35353,
27130,
11,
327,
2937,
27082,
5188,
62,
37,
8267,
62,
49058,
62,
43,
36048,
11,
327,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
11,
18912,
22261,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
3798,
65,
796,
269,
385,
29572,
19044,
24564,
81,
62,
83,
7,
34,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
35353,
27130,
11,
327,
2937,
27082,
5188,
62,
37,
8267,
62,
49058,
62,
43,
36048,
11,
327,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
11,
18912,
521,
65,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
8401,
535,
796,
269,
385,
29572,
19044,
24564,
81,
62,
83,
7,
34,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
35353,
27130,
11,
327,
2937,
27082,
5188,
62,
37,
8267,
62,
49058,
62,
43,
36048,
11,
327,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
11,
18912,
521,
66,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
32,
11,
77,
32,
796,
317,
13,
67,
12078,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
33,
11,
77,
33,
796,
347,
13,
67,
12078,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
357,
42646,
14512,
285,
33,
8,
8614,
357,
77,
32,
14512,
299,
33,
8,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3714,
7,
29271,
3004,
44,
1042,
963,
7203,
32,
290,
347,
1276,
423,
976,
15225,
2474,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
299,
27305,
34,
796,
15690,
7,
34,
600,
11,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5752,
46745,
34,
796,
327,
15339,
19182,
7,
9107,
418,
7,
34,
600,
11,
42646,
10,
16,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
19510,
25,
9042,
29572,
55,
6359,
81,
469,
321,
45,
27305,
11,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
327,
600,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
327,
600,
11,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
327,
600,
11,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
92,
828,
269,
385,
29572,
28144,
58,
16,
4357,
285,
32,
11,
299,
32,
11,
1222,
66,
463,
3798,
64,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
13,
20471,
89,
11,
317,
13,
4033,
46745,
11,
317,
13,
808,
7762,
11,
1222,
66,
463,
3798,
65,
11,
347,
13,
20471,
89,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
347,
13,
4033,
46745,
11,
347,
13,
808,
7762,
11,
1222,
66,
8401,
535,
11,
5752,
46745,
34,
11,
299,
27305,
34,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
299,
27305,
796,
299,
27305,
34,
58,
16,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
796,
327,
15339,
50,
29572,
46912,
34,
6173,
7,
808,
46745,
34,
11,
327,
15339,
19182,
7,
9107,
418,
7,
34,
600,
11,
20471,
89,
36911,
327,
15339,
19182,
7,
9107,
418,
16763,
417,
774,
11,
20471,
89,
36911,
299,
27305,
11,
317,
13,
67,
12078,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
69,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
327,
600,
11,
327,
600,
11,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
327,
600,
11,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
327,
600,
11,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
34,
600,
92,
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,
269,
385,
29572,
28144,
58,
16,
4357,
285,
32,
11,
299,
32,
11,
685,
26591,
4357,
1222,
66,
463,
3798,
64,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
13,
20471,
89,
11,
317,
13,
27305,
7762,
11,
317,
13,
4033,
46745,
11,
317,
13,
808,
7762,
11,
685,
31361,
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,
1222,
66,
463,
3798,
65,
11,
347,
13,
20471,
89,
11,
347,
13,
27305,
7762,
11,
347,
13,
4033,
46745,
11,
347,
13,
808,
7762,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1222,
66,
8401,
535,
11,
327,
13,
27305,
7762,
11,
327,
13,
4033,
46745,
11,
327,
13,
808,
7762,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
4903,
321,
7,
26591,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
34,
15339,
50,
29572,
46912,
7902,
49,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12159,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
347,
3712,
34,
15339,
50,
29572,
46912,
34,
6173,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
32,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
33,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
34,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4903,
321,
7,
26591,
11,
32,
11,
31361,
11,
31943,
17,
6359,
81,
7,
33,
828,
9630,
32,
11,
9630,
33,
11,
9630,
34,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
4903,
321,
7,
26591,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
34,
15339,
50,
29572,
46912,
34,
6173,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12159,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
347,
3712,
34,
15339,
50,
29572,
46912,
7902,
49,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
32,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
33,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
34,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4903,
321,
7,
26591,
11,
31943,
17,
6359,
81,
7,
32,
828,
31361,
11,
33,
11,
9630,
32,
11,
9630,
33,
11,
9630,
34,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
4903,
321,
7,
26591,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
38176,
90,
34,
15339,
50,
29572,
46912,
7902,
49,
90,
3,
417,
774,
5512,
34,
15339,
50,
29572,
46912,
34,
6173,
90,
3,
417,
774,
92,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
347,
3712,
38176,
90,
34,
15339,
50,
29572,
46912,
7902,
49,
90,
3,
417,
774,
5512,
34,
15339,
50,
29572,
46912,
34,
6173,
90,
3,
417,
774,
92,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
32,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
33,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
34,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4903,
321,
7,
26591,
11,
32,
11,
505,
16763,
417,
774,
828,
33,
11,
9630,
32,
11,
9630,
33,
11,
9630,
34,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
4903,
321,
7,
32,
3712,
38176,
90,
34,
15339,
50,
29572,
46912,
7902,
49,
90,
3,
417,
774,
5512,
34,
15339,
50,
29572,
46912,
34,
6173,
90,
3,
417,
774,
92,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12159,
3712,
3,
417,
774,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
347,
3712,
38176,
90,
34,
15339,
50,
29572,
46912,
7902,
49,
90,
3,
417,
774,
5512,
34,
15339,
50,
29572,
46912,
34,
6173,
90,
3,
417,
774,
92,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
32,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
33,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
34,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4903,
321,
7,
505,
16763,
417,
774,
828,
32,
11,
31361,
11,
33,
11,
9630,
32,
11,
9630,
33,
11,
9630,
34,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
4903,
321,
7,
32,
3712,
38176,
90,
34,
15339,
50,
29572,
46912,
7902,
49,
90,
3,
417,
774,
5512,
34,
15339,
50,
29572,
46912,
34,
6173,
90,
3,
417,
774,
92,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
347,
3712,
38176,
90,
34,
15339,
50,
29572,
46912,
7902,
49,
90,
3,
417,
774,
5512,
34,
15339,
50,
29572,
46912,
34,
6173,
90,
3,
417,
774,
92,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
32,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
33,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
34,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4903,
321,
7,
505,
16763,
417,
774,
828,
32,
11,
505,
16763,
417,
774,
828,
33,
11,
9630,
32,
11,
9630,
33,
11,
9630,
34,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
7,
10,
5769,
32,
3712,
38176,
90,
34,
15339,
50,
29572,
46912,
7902,
49,
11,
34,
15339,
50,
29572,
46912,
34,
6173,
5512,
33,
3712,
38176,
90,
34,
15339,
50,
29572,
46912,
7902,
49,
11,
34,
15339,
50,
29572,
46912,
34,
6173,
30072,
796,
4903,
321,
7,
32,
11,
33,
4032,
46,
41707,
46,
41707,
46,
11537,
198,
32590,
5769,
32,
3712,
38176,
90,
34,
15339,
50,
29572,
46912,
7902,
49,
11,
34,
15339,
50,
29572,
46912,
34,
6173,
5512,
33,
3712,
38176,
90,
34,
15339,
50,
29572,
46912,
7902,
49,
11,
34,
15339,
50,
29572,
46912,
34,
6173,
30072,
796,
4903,
321,
7,
32,
12095,
505,
7,
417,
4906,
7,
32,
36911,
33,
4032,
46,
41707,
46,
41707,
46,
11537,
198,
198,
2,
7902,
49,
402,
3620,
44,
198,
1640,
357,
69,
3672,
11,
417,
774,
8,
287,
14808,
25,
9042,
29572,
3351,
27891,
24090,
76,
11,
1058,
43879,
2624,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
35,
6359,
81,
24090,
76,
11,
1058,
43879,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
34,
6359,
81,
24090,
76,
11,
1058,
5377,
11141,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
57,
6359,
81,
24090,
76,
11,
1058,
5377,
11141,
12762,
4008,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
16840,
76,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1007,
65,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
34,
15339,
50,
29572,
46912,
7902,
49,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
347,
3712,
34,
15339,
50,
29572,
46912,
7902,
49,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
32,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
33,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
34,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2005,
26084,
64,
796,
269,
385,
29572,
404,
7,
7645,
64,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2005,
26084,
65,
796,
269,
385,
29572,
404,
7,
7645,
65,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
22261,
220,
220,
796,
269,
385,
29572,
9630,
7,
9630,
32,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
65,
220,
220,
796,
269,
385,
29572,
9630,
7,
9630,
33,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
66,
220,
220,
796,
269,
385,
29572,
9630,
7,
9630,
33,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
3798,
64,
220,
796,
269,
385,
29572,
19044,
24564,
81,
62,
83,
7,
34,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
35353,
27130,
11,
327,
2937,
27082,
5188,
62,
37,
8267,
62,
49058,
62,
43,
36048,
11,
327,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
11,
18912,
22261,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
3798,
65,
220,
796,
269,
385,
29572,
19044,
24564,
81,
62,
83,
7,
34,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
35353,
27130,
11,
327,
2937,
27082,
5188,
62,
37,
8267,
62,
49058,
62,
43,
36048,
11,
327,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
11,
18912,
521,
65,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
8401,
535,
220,
796,
269,
385,
29572,
19044,
24564,
81,
62,
83,
7,
34,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
35353,
27130,
11,
327,
2937,
27082,
5188,
62,
37,
8267,
62,
49058,
62,
43,
36048,
11,
327,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
11,
18912,
521,
66,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
11,
74,
220,
796,
1007,
64,
6624,
705,
45,
6,
5633,
317,
13,
67,
12078,
1058,
357,
32,
13,
67,
12078,
58,
17,
4357,
32,
13,
67,
12078,
58,
16,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
479,
33,
11,
77,
796,
1007,
65,
6624,
705,
45,
6,
5633,
347,
13,
67,
12078,
1058,
357,
33,
13,
67,
12078,
58,
17,
4357,
33,
13,
67,
12078,
58,
16,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
479,
14512,
479,
33,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3714,
7,
29271,
3004,
44,
1042,
963,
7203,
9492,
1504,
15793,
286,
317,
11,
720,
74,
11,
290,
347,
11,
720,
38841,
11,
1276,
2872,
48774,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
299,
27305,
34,
796,
15690,
7,
34,
600,
11,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5752,
46745,
34,
796,
327,
15339,
19182,
7,
9107,
418,
7,
34,
600,
11,
76,
1343,
352,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
19510,
25,
9042,
29572,
55,
6359,
81,
24090,
76,
45,
27305,
11,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
269,
385,
29572,
32180,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
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,
385,
29572,
32180,
62,
83,
11,
327,
600,
11,
327,
600,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
327,
600,
11,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
327,
600,
11,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
92,
828,
269,
385,
29572,
28144,
58,
16,
4357,
2005,
26084,
64,
11,
2005,
26084,
65,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
11,
299,
11,
479,
11,
1222,
66,
463,
3798,
64,
11,
317,
13,
20471,
89,
11,
317,
13,
808,
46745,
11,
317,
13,
4033,
7762,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1222,
66,
463,
3798,
65,
11,
347,
13,
20471,
89,
11,
347,
13,
808,
46745,
11,
347,
13,
4033,
7762,
11,
1222,
66,
8401,
535,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5752,
46745,
34,
11,
299,
27305,
34,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
299,
27305,
796,
299,
27305,
34,
58,
16,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
796,
327,
15339,
50,
29572,
46912,
7902,
49,
7,
808,
46745,
34,
11,
327,
15339,
19182,
7,
9107,
418,
7,
34,
600,
11,
20471,
89,
36911,
327,
15339,
19182,
7,
9107,
418,
16763,
417,
774,
11,
20471,
89,
36911,
299,
27305,
11,
357,
76,
11,
77,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
69,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
269,
385,
29572,
32180,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
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,
385,
29572,
32180,
62,
83,
11,
327,
600,
11,
327,
600,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
327,
600,
11,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
600,
11,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
92,
828,
269,
385,
29572,
28144,
58,
16,
4357,
2005,
26084,
64,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2005,
26084,
65,
11,
285,
11,
299,
11,
479,
11,
1222,
66,
463,
3798,
64,
11,
317,
13,
20471,
89,
11,
317,
13,
27305,
7762,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
13,
808,
46745,
11,
317,
13,
4033,
7762,
11,
1222,
66,
463,
3798,
65,
11,
347,
13,
20471,
89,
11,
347,
13,
27305,
7762,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
347,
13,
808,
46745,
11,
347,
13,
4033,
7762,
11,
1222,
66,
8401,
535,
11,
327,
13,
27305,
7762,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
13,
808,
46745,
11,
327,
13,
4033,
7762,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
2,
34,
6173,
402,
3620,
44,
198,
1640,
357,
69,
3672,
11,
417,
774,
8,
287,
14808,
25,
9042,
29572,
3351,
27891,
24090,
76,
11,
1058,
43879,
2624,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
35,
6359,
81,
24090,
76,
11,
1058,
43879,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
34,
6359,
81,
24090,
76,
11,
1058,
5377,
11141,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
57,
6359,
81,
24090,
76,
11,
1058,
5377,
11141,
12762,
4008,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
16840,
76,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1007,
65,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
34,
15339,
50,
29572,
46912,
34,
6173,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
347,
3712,
34,
15339,
50,
29572,
46912,
34,
6173,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
32,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
33,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
34,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
7645,
64,
796,
705,
45,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1007,
64,
6624,
705,
45,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
7645,
64,
796,
705,
51,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2005,
26084,
64,
796,
269,
385,
29572,
404,
7,
24087,
504,
64,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
7645,
65,
796,
705,
45,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1007,
65,
6624,
705,
45,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
7645,
65,
796,
705,
51,
6,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2005,
26084,
65,
796,
269,
385,
29572,
404,
7,
24087,
504,
65,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
22261,
220,
220,
796,
269,
385,
29572,
9630,
7,
9630,
32,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
65,
220,
220,
796,
269,
385,
29572,
9630,
7,
9630,
33,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
66,
220,
220,
796,
269,
385,
29572,
9630,
7,
9630,
33,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
3798,
64,
220,
796,
269,
385,
29572,
19044,
24564,
81,
62,
83,
7,
34,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
35353,
27130,
11,
327,
2937,
27082,
5188,
62,
37,
8267,
62,
49058,
62,
43,
36048,
11,
327,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
11,
18912,
22261,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
3798,
65,
220,
796,
269,
385,
29572,
19044,
24564,
81,
62,
83,
7,
34,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
35353,
27130,
11,
327,
2937,
27082,
5188,
62,
37,
8267,
62,
49058,
62,
43,
36048,
11,
327,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
11,
18912,
521,
65,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
8401,
535,
220,
796,
269,
385,
29572,
19044,
24564,
81,
62,
83,
7,
34,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
35353,
27130,
11,
327,
2937,
27082,
5188,
62,
37,
8267,
62,
49058,
62,
43,
36048,
11,
327,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
11,
18912,
521,
66,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
11,
74,
220,
796,
269,
7645,
64,
14512,
705,
45,
6,
5633,
317,
13,
67,
12078,
1058,
357,
32,
13,
67,
12078,
58,
17,
4357,
32,
13,
67,
12078,
58,
16,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
479,
33,
11,
77,
796,
269,
7645,
65,
14512,
705,
45,
6,
5633,
347,
13,
67,
12078,
1058,
357,
33,
13,
67,
12078,
58,
17,
4357,
33,
13,
67,
12078,
58,
16,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
479,
14512,
479,
33,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3714,
7,
29271,
3004,
44,
1042,
963,
7203,
9492,
1504,
15793,
286,
317,
11,
720,
74,
11,
290,
347,
11,
720,
38841,
11,
1276,
2872,
48774,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
299,
27305,
34,
796,
15690,
7,
34,
600,
11,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
951,
46745,
34,
796,
327,
15339,
19182,
7,
9107,
418,
7,
34,
600,
11,
77,
1343,
352,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
19510,
25,
9042,
29572,
55,
6359,
81,
24090,
76,
45,
27305,
11,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
269,
385,
29572,
32180,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
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,
385,
29572,
32180,
62,
83,
11,
327,
600,
11,
327,
600,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
327,
600,
11,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
327,
600,
11,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
92,
828,
269,
385,
29572,
28144,
58,
16,
4357,
2005,
26084,
64,
11,
2005,
26084,
65,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
11,
299,
11,
479,
11,
1222,
66,
463,
3798,
64,
11,
317,
13,
20471,
89,
11,
317,
13,
4033,
46745,
11,
317,
13,
808,
7762,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1222,
66,
463,
3798,
65,
11,
347,
13,
20471,
89,
11,
347,
13,
4033,
46745,
11,
347,
13,
808,
7762,
11,
1222,
66,
8401,
535,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
951,
46745,
34,
11,
299,
27305,
34,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
299,
27305,
796,
299,
27305,
34,
58,
16,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
796,
327,
15339,
50,
29572,
46912,
34,
6173,
7,
4033,
46745,
34,
11,
327,
15339,
19182,
7,
9107,
418,
7,
34,
600,
11,
20471,
89,
36911,
327,
15339,
19182,
7,
9107,
418,
16763,
417,
774,
11,
20471,
89,
36911,
299,
27305,
11,
357,
76,
11,
77,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
69,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
269,
385,
29572,
32180,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
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,
385,
29572,
32180,
62,
83,
11,
327,
600,
11,
327,
600,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
327,
600,
11,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
600,
11,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
92,
828,
269,
385,
29572,
28144,
58,
16,
4357,
2005,
26084,
64,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2005,
26084,
65,
11,
285,
11,
299,
11,
479,
11,
1222,
66,
463,
3798,
64,
11,
317,
13,
20471,
89,
11,
317,
13,
27305,
7762,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
13,
4033,
46745,
11,
317,
13,
808,
7762,
11,
1222,
66,
463,
3798,
65,
11,
347,
13,
20471,
89,
11,
347,
13,
27305,
7762,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
347,
13,
4033,
46745,
11,
347,
13,
808,
7762,
11,
1222,
66,
8401,
535,
11,
327,
13,
27305,
7762,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
13,
4033,
46745,
11,
327,
13,
808,
7762,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
2235,
3718,
623,
653,
364,
198,
198,
2,
14158,
15,
532,
17503,
609,
4316,
2584,
5766,
1634,
351,
645,
16767,
10720,
198,
198,
1640,
357,
69,
3672,
11,
417,
774,
8,
287,
14808,
25,
9042,
29572,
3351,
82,
1173,
15,
11,
1058,
43879,
2624,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
35,
6359,
1173,
15,
11,
1058,
43879,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
34,
6359,
1173,
15,
11,
1058,
5377,
11141,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
57,
6359,
1173,
15,
11,
1058,
5377,
11141,
12762,
4008,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
14158,
15,
0,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2099,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
7293,
2790,
50,
29572,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7508,
3712,
9042,
29572,
50,
6442,
32750,
12360,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6550,
220,
220,
220,
220,
796,
317,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
2099,
1659,
7,
32,
8,
1279,
25,
7308,
13,
14993,
2348,
70,
13,
48523,
5574,
43094,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6550,
796,
317,
13,
7890,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2005,
26084,
64,
796,
269,
385,
29572,
404,
7,
7645,
64,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2005,
2981,
220,
220,
796,
269,
17723,
945,
2963,
431,
7,
4906,
64,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
2099,
1659,
7,
32,
8,
1279,
25,
1632,
3020,
19482,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2005,
2981,
796,
269,
17723,
945,
2963,
431,
10786,
50,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
361,
2099,
1659,
7,
32,
8,
1279,
25,
2332,
2781,
666,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2005,
2981,
796,
269,
17723,
945,
2963,
431,
10786,
39,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1007,
64,
6624,
705,
45,
6,
11405,
2099,
1659,
7,
19044,
8,
6624,
327,
15339,
50,
29572,
46912,
34,
6173,
90,
3,
417,
774,
92,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2005,
26084,
64,
796,
269,
385,
29572,
404,
10786,
51,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
361,
1007,
64,
6624,
705,
51,
6,
11405,
2099,
1659,
7,
19044,
8,
6624,
327,
15339,
50,
29572,
46912,
34,
6173,
90,
3,
417,
774,
92,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2005,
26084,
64,
796,
269,
385,
29572,
404,
10786,
45,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
220,
220,
220,
796,
269,
385,
29572,
9630,
7,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
3798,
220,
220,
796,
651,
24564,
81,
7,
32,
11,
6376,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
11,
77,
220,
220,
220,
220,
220,
796,
6550,
13,
67,
12078,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
773,
46745,
220,
220,
796,
2099,
1659,
7,
19044,
8,
6624,
327,
15339,
50,
29572,
46912,
34,
6173,
90,
3,
417,
774,
92,
5633,
6550,
13,
4033,
46745,
1058,
6550,
13,
808,
46745,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1188,
46745,
220,
220,
796,
2099,
1659,
7,
19044,
8,
6624,
327,
15339,
50,
29572,
46912,
34,
6173,
90,
3,
417,
774,
92,
5633,
6550,
13,
808,
7762,
1058,
6550,
13,
4033,
7762,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
69,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
269,
385,
29572,
32180,
62,
83,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
269,
385,
29572,
50,
6442,
32750,
12360,
62,
83,
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,
269,
385,
29572,
28144,
58,
16,
4357,
2005,
26084,
64,
11,
285,
11,
1222,
66,
463,
3798,
11,
6550,
13,
27305,
7762,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
773,
46745,
11,
1188,
46745,
11,
7508,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6550,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
14158,
15,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2099,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
7293,
2790,
50,
29572,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7508,
3712,
9042,
29572,
50,
6442,
32750,
12360,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
14158,
15,
0,
7,
7645,
64,
11,
4906,
64,
11,
30073,
7,
32,
828,
10951,
11,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
2,
50115,
1173,
2999,
198,
1640,
357,
65,
3672,
11,
272,
480,
11,
82,
3672,
11,
417,
774,
8,
287,
14808,
25,
9042,
29572,
3351,
82,
1173,
2999,
62,
22252,
10699,
11,
1058,
9042,
29572,
3351,
82,
1173,
2999,
62,
20930,
11,
1058,
9042,
29572,
3351,
82,
1173,
2999,
11,
1058,
43879,
2624,
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,
357,
25,
9042,
29572,
35,
6359,
1173,
2999,
62,
22252,
10699,
11,
1058,
9042,
29572,
35,
6359,
1173,
2999,
62,
20930,
11,
1058,
9042,
29572,
35,
6359,
1173,
2999,
11,
1058,
43879,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
34,
6359,
1173,
2999,
62,
22252,
10699,
11,
1058,
9042,
29572,
34,
6359,
1173,
2999,
62,
20930,
11,
1058,
9042,
29572,
34,
6359,
1173,
2999,
11,
1058,
5377,
11141,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
57,
6359,
1173,
2999,
62,
22252,
10699,
11,
1058,
9042,
29572,
57,
6359,
1173,
2999,
62,
20930,
11,
1058,
9042,
29572,
57,
6359,
1173,
2999,
11,
1058,
5377,
11141,
12762,
4008,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
14158,
2999,
0,
7,
32,
3712,
34,
15339,
50,
29572,
46912,
7902,
49,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
796,
269,
385,
29572,
9630,
7,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
3798,
796,
269,
385,
29572,
19044,
24564,
81,
62,
83,
7,
34,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
35353,
27130,
11,
327,
2937,
27082,
5188,
62,
37,
8267,
62,
49058,
62,
43,
36048,
11,
327,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
11,
18912,
521,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
11,
77,
796,
317,
13,
67,
12078,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
285,
14512,
299,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3714,
7,
29271,
3004,
44,
1042,
963,
7203,
32,
1276,
307,
6616,
11,
475,
468,
15225,
7198,
76,
11,
3,
77,
8,
2474,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7508,
796,
50115,
1173,
2999,
12360,
62,
83,
58,
15,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
385,
29572,
16447,
32274,
1173,
2999,
12360,
7,
10951,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
42684,
10699,
796,
15690,
7,
34,
600,
11,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
65,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
327,
600,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
50115,
1173,
2999,
12360,
62,
83,
11,
350,
2213,
90,
34,
600,
92,
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,
269,
385,
29572,
28144,
58,
16,
4357,
285,
11,
317,
13,
20471,
89,
11,
1222,
66,
463,
3798,
11,
317,
13,
27305,
7762,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
13,
808,
46745,
11,
317,
13,
4033,
7762,
11,
7508,
58,
16,
4357,
42684,
10699,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11876,
796,
327,
15339,
19182,
7,
9107,
418,
7,
52,
5317,
23,
11,
42684,
10699,
58,
16,
60,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
272,
480,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
327,
600,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
50115,
1173,
2999,
12360,
62,
83,
11,
269,
385,
29572,
50,
6442,
36727,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
53,
1868,
92,
828,
269,
385,
29572,
28144,
58,
16,
4357,
285,
11,
317,
13,
20471,
89,
11,
1222,
66,
463,
3798,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
13,
27305,
7762,
11,
317,
13,
808,
46745,
11,
317,
13,
4033,
7762,
11,
7508,
58,
16,
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,
327,
2937,
27082,
5188,
62,
50,
3535,
6089,
62,
45472,
2149,
56,
62,
19108,
62,
2538,
18697,
11,
11876,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
46436,
796,
15690,
7,
34,
600,
11,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
19510,
25,
9042,
29572,
55,
6359,
1173,
2999,
62,
22570,
47,
45785,
11,
9195,
9042,
29572,
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,
269,
385,
29572,
19580,
62,
83,
11,
357,
9042,
29572,
37508,
62,
83,
11,
50115,
1173,
2999,
12360,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
92,
828,
269,
385,
29572,
28144,
58,
16,
4357,
7508,
58,
16,
4357,
46436,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
46436,
58,
16,
60,
18189,
657,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3714,
7,
8841,
7203,
44909,
1523,
14,
77,
6975,
605,
6632,
287,
317,
379,
357,
1600,
1930,
270,
58,
16,
4357,
1930,
270,
58,
16,
17241,
16725,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
82,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
327,
600,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
50115,
1173,
2999,
12360,
62,
83,
11,
269,
385,
29572,
50,
6442,
36727,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
53,
1868,
92,
828,
269,
385,
29572,
28144,
58,
16,
4357,
285,
11,
317,
13,
20471,
89,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1222,
66,
463,
3798,
11,
317,
13,
27305,
7762,
11,
317,
13,
808,
46745,
11,
317,
13,
4033,
7762,
11,
7508,
58,
16,
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,
327,
2937,
27082,
5188,
62,
50,
3535,
6089,
62,
45472,
2149,
56,
62,
19108,
62,
2538,
18697,
11,
11876,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
385,
29572,
49174,
32274,
1173,
2999,
12360,
7,
10951,
58,
16,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
2,
269,
1416,
291,
2999,
198,
1640,
357,
65,
3672,
11,
272,
480,
11,
82,
3672,
11,
417,
774,
8,
287,
14808,
25,
9042,
29572,
3351,
82,
1173,
2999,
62,
22252,
10699,
11,
1058,
9042,
29572,
3351,
82,
1173,
2999,
62,
20930,
11,
1058,
9042,
29572,
3351,
82,
1173,
2999,
11,
1058,
43879,
2624,
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,
357,
25,
9042,
29572,
35,
6359,
1173,
2999,
62,
22252,
10699,
11,
1058,
9042,
29572,
35,
6359,
1173,
2999,
62,
20930,
11,
1058,
9042,
29572,
35,
6359,
1173,
2999,
11,
1058,
43879,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
34,
6359,
1173,
2999,
62,
22252,
10699,
11,
1058,
9042,
29572,
34,
6359,
1173,
2999,
62,
20930,
11,
1058,
9042,
29572,
34,
6359,
1173,
2999,
11,
1058,
5377,
11141,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
57,
6359,
1173,
2999,
62,
22252,
10699,
11,
1058,
9042,
29572,
57,
6359,
1173,
2999,
62,
20930,
11,
1058,
9042,
29572,
57,
6359,
1173,
2999,
11,
1058,
5377,
11141,
12762,
4008,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
14158,
2999,
0,
7,
32,
3712,
34,
15339,
50,
29572,
46912,
34,
6173,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
796,
269,
385,
29572,
9630,
7,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
3798,
796,
269,
385,
29572,
19044,
24564,
81,
62,
83,
7,
34,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
35353,
27130,
11,
327,
2937,
27082,
5188,
62,
37,
8267,
62,
49058,
62,
43,
36048,
11,
327,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
11,
18912,
521,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
11,
77,
796,
317,
13,
67,
12078,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
285,
14512,
299,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3714,
7,
29271,
3004,
44,
1042,
963,
7203,
32,
1276,
307,
6616,
11,
475,
468,
15225,
7198,
76,
11,
3,
77,
8,
2474,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7508,
796,
50115,
1173,
2999,
12360,
62,
83,
58,
15,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
385,
29572,
16447,
32274,
1173,
2999,
12360,
7,
10951,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
42684,
10699,
796,
15690,
7,
34,
600,
11,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
65,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
327,
600,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
50115,
1173,
2999,
12360,
62,
83,
11,
350,
2213,
90,
34,
600,
92,
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,
269,
385,
29572,
28144,
58,
16,
4357,
285,
11,
317,
13,
20471,
89,
11,
1222,
66,
463,
3798,
11,
317,
13,
27305,
7762,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
13,
4033,
46745,
11,
317,
13,
808,
7762,
11,
7508,
58,
16,
4357,
42684,
10699,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11876,
796,
327,
15339,
19182,
7,
9107,
418,
7,
52,
5317,
23,
11,
42684,
10699,
58,
16,
60,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
272,
480,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
327,
600,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
50115,
1173,
2999,
12360,
62,
83,
11,
269,
385,
29572,
50,
6442,
36727,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
53,
1868,
92,
828,
269,
385,
29572,
28144,
58,
16,
4357,
285,
11,
317,
13,
20471,
89,
11,
1222,
66,
463,
3798,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
13,
27305,
7762,
11,
317,
13,
4033,
46745,
11,
317,
13,
808,
7762,
11,
7508,
58,
16,
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,
327,
2937,
27082,
5188,
62,
50,
3535,
6089,
62,
45472,
2149,
56,
62,
19108,
62,
2538,
18697,
11,
11876,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
46436,
796,
15690,
7,
34,
600,
11,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
19510,
25,
9042,
29572,
55,
6359,
1173,
2999,
62,
22570,
47,
45785,
11,
9195,
9042,
29572,
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,
269,
385,
29572,
19580,
62,
83,
11,
357,
9042,
29572,
37508,
62,
83,
11,
50115,
1173,
2999,
12360,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
92,
828,
269,
385,
29572,
28144,
58,
16,
4357,
7508,
58,
16,
4357,
46436,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
46436,
58,
16,
60,
18189,
657,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3714,
7,
8841,
7203,
44909,
1523,
14,
77,
6975,
605,
6632,
287,
317,
379,
357,
1600,
1930,
270,
58,
16,
4357,
1930,
270,
58,
16,
17241,
16725,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
82,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
327,
600,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
50115,
1173,
2999,
12360,
62,
83,
11,
269,
385,
29572,
50,
6442,
36727,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
53,
1868,
92,
828,
269,
385,
29572,
28144,
58,
16,
4357,
285,
11,
317,
13,
20471,
89,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1222,
66,
463,
3798,
11,
317,
13,
27305,
7762,
11,
317,
13,
4033,
46745,
11,
317,
13,
808,
7762,
11,
7508,
58,
16,
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,
327,
2937,
27082,
5188,
62,
50,
3535,
6089,
62,
45472,
2149,
56,
62,
19108,
62,
2538,
18697,
11,
11876,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
385,
29572,
49174,
32274,
1173,
2999,
12360,
7,
10951,
58,
16,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
2,
4229,
84,
15,
532,
17503,
50168,
5766,
1634,
351,
645,
16767,
10720,
198,
198,
1640,
357,
69,
3672,
11,
417,
774,
8,
287,
14808,
25,
9042,
29572,
3351,
82,
22379,
84,
15,
11,
1058,
43879,
2624,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
35,
6359,
22379,
84,
15,
11,
1058,
43879,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
34,
6359,
22379,
84,
15,
11,
1058,
5377,
11141,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
57,
6359,
22379,
84,
15,
11,
1058,
5377,
11141,
12762,
4008,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
4229,
84,
15,
0,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
7293,
2790,
50,
29572,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7508,
3712,
9042,
29572,
50,
6442,
32750,
12360,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6550,
796,
317,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
2099,
1659,
7,
32,
8,
1279,
25,
7308,
13,
14993,
2348,
70,
13,
48523,
5574,
43094,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6550,
796,
317,
13,
7890,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2005,
26084,
64,
796,
269,
385,
29572,
404,
7,
7645,
64,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
1007,
64,
6624,
705,
45,
6,
11405,
2099,
1659,
7,
19044,
8,
6624,
327,
15339,
50,
29572,
46912,
34,
6173,
90,
3,
417,
774,
92,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2005,
26084,
64,
796,
269,
385,
29572,
404,
10786,
51,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
361,
1007,
64,
6624,
705,
51,
6,
11405,
2099,
1659,
7,
19044,
8,
6624,
327,
15339,
50,
29572,
46912,
34,
6173,
90,
3,
417,
774,
92,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2005,
26084,
64,
796,
269,
385,
29572,
404,
10786,
45,
11537,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
220,
220,
220,
796,
269,
385,
29572,
9630,
7,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
3798,
220,
220,
796,
651,
24564,
81,
7,
32,
11,
6376,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
11,
77,
220,
220,
220,
220,
220,
796,
6550,
13,
67,
12078,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
773,
46745,
220,
220,
796,
2099,
1659,
7,
19044,
8,
6624,
327,
15339,
50,
29572,
46912,
34,
6173,
90,
3,
417,
774,
92,
5633,
6550,
13,
4033,
46745,
1058,
6550,
13,
808,
46745,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1188,
46745,
220,
220,
796,
2099,
1659,
7,
19044,
8,
6624,
327,
15339,
50,
29572,
46912,
34,
6173,
90,
3,
417,
774,
92,
5633,
6550,
13,
808,
7762,
1058,
6550,
13,
4033,
7762,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
69,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
269,
385,
29572,
32180,
62,
83,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
269,
385,
29572,
50,
6442,
32750,
12360,
62,
83,
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,
269,
385,
29572,
28144,
58,
16,
4357,
2005,
26084,
64,
11,
285,
11,
1222,
66,
463,
3798,
11,
6550,
13,
27305,
7762,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
773,
46745,
11,
1188,
46745,
11,
7508,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6550,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
4229,
84,
15,
7,
7645,
64,
3712,
50,
29572,
12441,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
3712,
7293,
2790,
50,
29572,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7508,
3712,
9042,
29572,
50,
6442,
32750,
12360,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4229,
84,
15,
0,
7,
7645,
64,
11,
30073,
7,
32,
828,
10951,
11,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
2,
50115,
22379,
84,
2999,
198,
1640,
357,
65,
3672,
11,
272,
480,
11,
82,
3672,
11,
417,
774,
8,
287,
14808,
25,
9042,
29572,
3351,
82,
22379,
84,
2999,
62,
22252,
10699,
11,
1058,
9042,
29572,
3351,
82,
22379,
84,
2999,
62,
20930,
11,
1058,
9042,
29572,
3351,
82,
22379,
84,
2999,
11,
1058,
43879,
2624,
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,
357,
25,
9042,
29572,
35,
6359,
22379,
84,
2999,
62,
22252,
10699,
11,
1058,
9042,
29572,
35,
6359,
22379,
84,
2999,
62,
20930,
11,
1058,
9042,
29572,
35,
6359,
22379,
84,
2999,
11,
1058,
43879,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
34,
6359,
22379,
84,
2999,
62,
22252,
10699,
11,
1058,
9042,
29572,
34,
6359,
22379,
84,
2999,
62,
20930,
11,
1058,
9042,
29572,
34,
6359,
22379,
84,
2999,
11,
1058,
5377,
11141,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
57,
6359,
22379,
84,
2999,
62,
22252,
10699,
11,
1058,
9042,
29572,
57,
6359,
22379,
84,
2999,
62,
20930,
11,
1058,
9042,
29572,
57,
6359,
22379,
84,
2999,
11,
1058,
5377,
11141,
12762,
4008,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
4229,
84,
2999,
0,
7,
32,
3712,
34,
15339,
50,
29572,
46912,
7902,
49,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
796,
269,
385,
29572,
9630,
7,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
3798,
796,
269,
385,
29572,
19044,
24564,
81,
62,
83,
7,
34,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
35353,
27130,
11,
327,
2937,
27082,
5188,
62,
37,
8267,
62,
49058,
62,
43,
36048,
11,
327,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
11,
18912,
521,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
11,
77,
796,
317,
13,
67,
12078,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
285,
14512,
299,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3714,
7,
29271,
3004,
44,
1042,
963,
7203,
32,
1276,
307,
6616,
11,
475,
468,
15225,
7198,
76,
11,
3,
77,
8,
2474,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7508,
796,
50115,
22379,
84,
2999,
12360,
62,
83,
58,
15,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
385,
29572,
16447,
32274,
22379,
84,
2999,
12360,
7,
10951,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
42684,
10699,
796,
15690,
7,
34,
600,
11,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
65,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
327,
600,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
50115,
22379,
84,
2999,
12360,
62,
83,
11,
350,
2213,
90,
34,
600,
92,
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,
269,
385,
29572,
28144,
58,
16,
4357,
285,
11,
317,
13,
20471,
89,
11,
1222,
66,
463,
3798,
11,
317,
13,
27305,
7762,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
13,
808,
46745,
11,
317,
13,
4033,
7762,
11,
7508,
58,
16,
4357,
42684,
10699,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11876,
796,
327,
15339,
19182,
7,
9107,
418,
7,
52,
5317,
23,
11,
42684,
10699,
58,
16,
60,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
272,
480,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
327,
600,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
50115,
22379,
84,
2999,
12360,
62,
83,
11,
269,
385,
29572,
50,
6442,
36727,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
53,
1868,
92,
828,
269,
385,
29572,
28144,
58,
16,
4357,
285,
11,
317,
13,
20471,
89,
11,
1222,
66,
463,
3798,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
13,
27305,
7762,
11,
317,
13,
808,
46745,
11,
317,
13,
4033,
7762,
11,
7508,
58,
16,
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,
327,
2937,
27082,
5188,
62,
50,
3535,
6089,
62,
45472,
2149,
56,
62,
19108,
62,
2538,
18697,
11,
11876,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
46436,
796,
15690,
7,
34,
600,
11,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
19510,
25,
9042,
29572,
55,
6359,
22379,
84,
2999,
62,
22570,
47,
45785,
11,
9195,
9042,
29572,
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,
269,
385,
29572,
19580,
62,
83,
11,
357,
9042,
29572,
37508,
62,
83,
11,
50115,
22379,
84,
2999,
12360,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
92,
828,
269,
385,
29572,
28144,
58,
16,
4357,
7508,
58,
16,
4357,
46436,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
46436,
58,
16,
60,
18189,
657,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3714,
7,
8841,
7203,
44909,
1523,
6632,
287,
317,
379,
357,
1600,
1930,
270,
58,
16,
4357,
1930,
270,
58,
16,
17241,
16725,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
82,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
327,
600,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
50115,
22379,
84,
2999,
12360,
62,
83,
11,
269,
385,
29572,
50,
6442,
36727,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
53,
1868,
92,
828,
269,
385,
29572,
28144,
58,
16,
4357,
285,
11,
317,
13,
20471,
89,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1222,
66,
463,
3798,
11,
317,
13,
27305,
7762,
11,
317,
13,
808,
46745,
11,
317,
13,
4033,
7762,
11,
7508,
58,
16,
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,
327,
2937,
27082,
5188,
62,
50,
3535,
6089,
62,
45472,
2149,
56,
62,
19108,
62,
2538,
18697,
11,
11876,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
385,
29572,
49174,
32274,
22379,
84,
2999,
12360,
7,
10951,
58,
16,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
2,
269,
1416,
346,
84,
2999,
198,
1640,
357,
65,
3672,
11,
272,
480,
11,
82,
3672,
11,
417,
774,
8,
287,
14808,
25,
9042,
29572,
3351,
82,
22379,
84,
2999,
62,
22252,
10699,
11,
1058,
9042,
29572,
3351,
82,
22379,
84,
2999,
62,
20930,
11,
1058,
9042,
29572,
3351,
82,
22379,
84,
2999,
11,
1058,
43879,
2624,
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,
357,
25,
9042,
29572,
35,
6359,
22379,
84,
2999,
62,
22252,
10699,
11,
1058,
9042,
29572,
35,
6359,
22379,
84,
2999,
62,
20930,
11,
1058,
9042,
29572,
35,
6359,
22379,
84,
2999,
11,
1058,
43879,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
34,
6359,
22379,
84,
2999,
62,
22252,
10699,
11,
1058,
9042,
29572,
34,
6359,
22379,
84,
2999,
62,
20930,
11,
1058,
9042,
29572,
34,
6359,
22379,
84,
2999,
11,
1058,
5377,
11141,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
57,
6359,
22379,
84,
2999,
62,
22252,
10699,
11,
1058,
9042,
29572,
57,
6359,
22379,
84,
2999,
62,
20930,
11,
1058,
9042,
29572,
57,
6359,
22379,
84,
2999,
11,
1058,
5377,
11141,
12762,
4008,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
4229,
84,
2999,
0,
7,
32,
3712,
34,
15339,
50,
29572,
46912,
34,
6173,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
796,
269,
385,
29572,
9630,
7,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
3798,
796,
269,
385,
29572,
19044,
24564,
81,
62,
83,
7,
34,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
35353,
27130,
11,
327,
2937,
27082,
5188,
62,
37,
8267,
62,
49058,
62,
43,
36048,
11,
327,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
11,
18912,
521,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
11,
77,
796,
317,
13,
67,
12078,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
285,
14512,
299,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3714,
7,
29271,
3004,
44,
1042,
963,
7203,
32,
1276,
307,
6616,
11,
475,
468,
15225,
7198,
76,
11,
3,
77,
8,
2474,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7508,
796,
50115,
22379,
84,
2999,
12360,
62,
83,
58,
15,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
385,
29572,
16447,
32274,
22379,
84,
2999,
12360,
7,
10951,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
42684,
10699,
796,
15690,
7,
34,
600,
11,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
65,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
327,
600,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
50115,
22379,
84,
2999,
12360,
62,
83,
11,
350,
2213,
90,
34,
600,
92,
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,
269,
385,
29572,
28144,
58,
16,
4357,
285,
11,
317,
13,
20471,
89,
11,
1222,
66,
463,
3798,
11,
317,
13,
27305,
7762,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
13,
4033,
46745,
11,
317,
13,
808,
7762,
11,
7508,
58,
16,
4357,
42684,
10699,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11876,
796,
327,
15339,
19182,
7,
9107,
418,
7,
52,
5317,
23,
11,
42684,
10699,
58,
16,
60,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
272,
480,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
327,
600,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
50115,
22379,
84,
2999,
12360,
62,
83,
11,
269,
385,
29572,
50,
6442,
36727,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
53,
1868,
92,
828,
269,
385,
29572,
28144,
58,
16,
4357,
285,
11,
317,
13,
20471,
89,
11,
1222,
66,
463,
3798,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
13,
27305,
7762,
11,
317,
13,
4033,
46745,
11,
317,
13,
808,
7762,
11,
7508,
58,
16,
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,
327,
2937,
27082,
5188,
62,
50,
3535,
6089,
62,
45472,
2149,
56,
62,
19108,
62,
2538,
18697,
11,
11876,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
46436,
796,
15690,
7,
34,
600,
11,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
19510,
25,
9042,
29572,
55,
6359,
22379,
84,
2999,
62,
22570,
47,
45785,
11,
9195,
9042,
29572,
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,
269,
385,
29572,
19580,
62,
83,
11,
357,
9042,
29572,
37508,
62,
83,
11,
50115,
22379,
84,
2999,
12360,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
92,
828,
269,
385,
29572,
28144,
58,
16,
4357,
7508,
58,
16,
4357,
46436,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
46436,
58,
16,
60,
18189,
657,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3714,
7,
8841,
7203,
44909,
1523,
6632,
287,
317,
379,
357,
1600,
1930,
270,
58,
16,
4357,
1930,
270,
58,
16,
17241,
16725,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
82,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
327,
600,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
34,
600,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
50115,
22379,
84,
2999,
12360,
62,
83,
11,
269,
385,
29572,
50,
6442,
36727,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
53,
1868,
92,
828,
269,
385,
29572,
28144,
58,
16,
4357,
285,
11,
317,
13,
20471,
89,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1222,
66,
463,
3798,
11,
317,
13,
27305,
7762,
11,
317,
13,
4033,
46745,
11,
317,
13,
808,
7762,
11,
7508,
58,
16,
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,
327,
2937,
27082,
5188,
62,
50,
3535,
6089,
62,
45472,
2149,
56,
62,
19108,
62,
2538,
18697,
11,
11876,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
385,
29572,
49174,
32274,
22379,
84,
2999,
12360,
7,
10951,
58,
16,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
2,
275,
82,
1173,
2999,
198,
1640,
357,
65,
3672,
11,
272,
480,
11,
82,
3672,
11,
417,
774,
8,
287,
14808,
25,
9042,
29572,
50,
1443,
1173,
2999,
62,
22252,
10699,
11,
1058,
9042,
29572,
50,
1443,
1173,
2999,
62,
20930,
11,
1058,
9042,
29572,
50,
1443,
1173,
2999,
11,
1058,
43879,
2624,
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,
357,
25,
9042,
29572,
35,
1443,
1173,
2999,
62,
22252,
10699,
11,
1058,
9042,
29572,
35,
1443,
1173,
2999,
62,
20930,
11,
1058,
9042,
29572,
35,
1443,
1173,
2999,
11,
1058,
43879,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
34,
1443,
1173,
2999,
62,
22252,
10699,
11,
1058,
9042,
29572,
34,
1443,
1173,
2999,
62,
20930,
11,
1058,
9042,
29572,
34,
1443,
1173,
2999,
11,
1058,
5377,
11141,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
57,
1443,
1173,
2999,
62,
22252,
10699,
11,
1058,
9042,
29572,
57,
1443,
1173,
2999,
62,
20930,
11,
1058,
9042,
29572,
57,
1443,
1173,
2999,
11,
1058,
5377,
11141,
12762,
4008,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
14158,
2999,
0,
7,
32,
3712,
34,
15339,
50,
29572,
46912,
4462,
49,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
343,
796,
269,
17723,
945,
276,
343,
7,
32,
13,
15908,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
796,
269,
385,
29572,
9630,
7,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
3798,
796,
269,
385,
29572,
19044,
24564,
81,
62,
83,
7,
34,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
35353,
27130,
11,
327,
2937,
27082,
5188,
62,
37,
8267,
62,
49058,
62,
8577,
18973,
11,
327,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
11,
18912,
521,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
11,
77,
796,
317,
13,
67,
12078,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
285,
14512,
299,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3714,
7,
29271,
3004,
44,
1042,
963,
7203,
32,
1276,
307,
6616,
11,
475,
468,
15225,
7198,
76,
11,
3,
77,
8,
2474,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
65,
796,
2659,
7,
76,
11,
32,
13,
9967,
29271,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7508,
796,
275,
82,
1173,
2999,
12360,
62,
83,
58,
15,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
385,
29572,
16447,
37000,
1173,
2999,
12360,
7,
10951,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
42684,
10699,
796,
15690,
7,
34,
600,
11,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
65,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
269,
385,
29572,
35,
4154,
62,
83,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
600,
11,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
34,
600,
5512,
327,
600,
11,
275,
82,
1173,
2999,
12360,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
92,
828,
269,
385,
29572,
28144,
58,
16,
4357,
269,
463,
343,
11,
285,
65,
11,
317,
13,
20471,
89,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1222,
66,
463,
3798,
11,
317,
13,
27305,
7762,
11,
317,
13,
808,
46745,
11,
317,
13,
4033,
7762,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
13,
9967,
29271,
11,
7508,
58,
16,
4357,
42684,
10699,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11876,
796,
327,
15339,
19182,
7,
9107,
418,
7,
52,
5317,
23,
11,
42684,
10699,
58,
16,
60,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
272,
480,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
269,
385,
29572,
35,
4154,
62,
83,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
600,
11,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
34,
600,
5512,
327,
600,
11,
275,
82,
1173,
2999,
12360,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
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,
385,
29572,
50,
6442,
36727,
62,
83,
11,
350,
2213,
90,
53,
1868,
92,
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,
269,
385,
29572,
28144,
58,
16,
4357,
269,
463,
343,
11,
285,
65,
11,
317,
13,
20471,
89,
11,
1222,
66,
463,
3798,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
13,
27305,
7762,
11,
317,
13,
808,
46745,
11,
317,
13,
4033,
7762,
11,
317,
13,
9967,
29271,
11,
7508,
58,
16,
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,
327,
2937,
27082,
5188,
62,
50,
3535,
6089,
62,
45472,
2149,
56,
62,
19108,
62,
2538,
18697,
11,
11876,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
46436,
796,
15690,
7,
34,
600,
11,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
19510,
25,
9042,
29572,
55,
1443,
1173,
2999,
62,
22570,
47,
45785,
11,
9195,
9042,
29572,
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,
269,
385,
29572,
19580,
62,
83,
11,
357,
9042,
29572,
37508,
62,
83,
11,
275,
82,
1173,
2999,
12360,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
92,
828,
269,
385,
29572,
28144,
58,
16,
4357,
7508,
58,
16,
4357,
46436,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
46436,
58,
16,
60,
18189,
657,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3714,
7,
8841,
7203,
44909,
1523,
14,
77,
6975,
605,
6632,
287,
317,
379,
357,
1600,
1930,
270,
58,
16,
4357,
1930,
270,
58,
16,
17241,
16725,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
82,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
269,
385,
29572,
35,
4154,
62,
83,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
600,
11,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
34,
600,
5512,
327,
600,
11,
1443,
1173,
2999,
12360,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
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,
385,
29572,
50,
6442,
36727,
62,
83,
11,
350,
2213,
90,
53,
1868,
92,
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,
269,
385,
29572,
28144,
58,
16,
4357,
269,
463,
343,
11,
285,
65,
11,
317,
13,
20471,
89,
11,
1222,
66,
463,
3798,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
13,
27305,
7762,
11,
317,
13,
808,
46745,
11,
317,
13,
4033,
7762,
11,
317,
13,
9967,
29271,
11,
7508,
58,
16,
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,
327,
2937,
27082,
5188,
62,
50,
3535,
6089,
62,
45472,
2149,
56,
62,
19108,
62,
2538,
18697,
11,
11876,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
385,
29572,
49174,
37000,
1173,
2999,
12360,
7,
10951,
58,
16,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
2,
275,
82,
22379,
84,
2999,
198,
1640,
357,
65,
3672,
11,
272,
480,
11,
82,
3672,
11,
417,
774,
8,
287,
14808,
25,
9042,
29572,
50,
1443,
22379,
84,
2999,
62,
22252,
10699,
11,
1058,
9042,
29572,
50,
1443,
22379,
84,
2999,
62,
20930,
11,
1058,
9042,
29572,
50,
1443,
22379,
84,
2999,
11,
1058,
43879,
2624,
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,
357,
25,
9042,
29572,
35,
1443,
22379,
84,
2999,
62,
22252,
10699,
11,
1058,
9042,
29572,
35,
1443,
22379,
84,
2999,
62,
20930,
11,
1058,
9042,
29572,
35,
1443,
22379,
84,
2999,
11,
1058,
43879,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
34,
1443,
22379,
84,
2999,
62,
22252,
10699,
11,
1058,
9042,
29572,
34,
1443,
22379,
84,
2999,
62,
20930,
11,
1058,
9042,
29572,
34,
1443,
22379,
84,
2999,
11,
1058,
5377,
11141,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
57,
1443,
22379,
84,
2999,
62,
22252,
10699,
11,
1058,
9042,
29572,
57,
1443,
22379,
84,
2999,
62,
20930,
11,
1058,
9042,
29572,
57,
1443,
22379,
84,
2999,
11,
1058,
5377,
11141,
12762,
4008,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
4229,
84,
2999,
0,
7,
32,
3712,
34,
15339,
50,
29572,
46912,
4462,
49,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
343,
796,
269,
17723,
945,
276,
343,
7,
32,
13,
15908,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
18912,
521,
796,
269,
385,
29572,
9630,
7,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
463,
3798,
796,
269,
385,
29572,
19044,
24564,
81,
62,
83,
7,
34,
2937,
27082,
5188,
62,
41636,
7112,
55,
62,
25216,
62,
35353,
27130,
11,
327,
2937,
27082,
5188,
62,
37,
8267,
62,
49058,
62,
8577,
18973,
11,
327,
2937,
27082,
5188,
62,
35,
3539,
38,
62,
25216,
62,
45,
1340,
62,
4944,
2043,
11,
18912,
521,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
11,
77,
796,
317,
13,
67,
12078,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
285,
14512,
299,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3714,
7,
29271,
3004,
44,
1042,
963,
7203,
32,
1276,
307,
6616,
11,
475,
468,
15225,
7198,
76,
11,
3,
77,
8,
2474,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
65,
796,
2659,
7,
76,
11,
32,
13,
9967,
29271,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7508,
796,
275,
82,
22379,
84,
2999,
12360,
62,
83,
58,
15,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
385,
29572,
16447,
37000,
22379,
84,
2999,
12360,
7,
10951,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
42684,
10699,
796,
15690,
7,
34,
600,
11,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
65,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
269,
385,
29572,
35,
4154,
62,
83,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
600,
11,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
34,
600,
5512,
327,
600,
11,
275,
82,
22379,
84,
2999,
12360,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
92,
828,
269,
385,
29572,
28144,
58,
16,
4357,
269,
463,
343,
11,
285,
65,
11,
317,
13,
20471,
89,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1222,
66,
463,
3798,
11,
317,
13,
27305,
7762,
11,
317,
13,
808,
46745,
11,
317,
13,
4033,
7762,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
13,
9967,
29271,
11,
7508,
58,
16,
4357,
42684,
10699,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
11876,
796,
327,
15339,
19182,
7,
9107,
418,
7,
52,
5317,
23,
11,
42684,
10699,
58,
16,
60,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
272,
480,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
269,
385,
29572,
35,
4154,
62,
83,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
600,
11,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
34,
600,
5512,
327,
600,
11,
275,
82,
22379,
84,
2999,
12360,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
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,
385,
29572,
50,
6442,
36727,
62,
83,
11,
350,
2213,
90,
53,
1868,
92,
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,
269,
385,
29572,
28144,
58,
16,
4357,
269,
463,
343,
11,
285,
65,
11,
317,
13,
20471,
89,
11,
1222,
66,
463,
3798,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
13,
27305,
7762,
11,
317,
13,
808,
46745,
11,
317,
13,
4033,
7762,
11,
317,
13,
9967,
29271,
11,
7508,
58,
16,
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,
327,
2937,
27082,
5188,
62,
50,
3535,
6089,
62,
45472,
2149,
56,
62,
19108,
62,
2538,
18697,
11,
11876,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
46436,
796,
15690,
7,
34,
600,
11,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
19510,
25,
9042,
29572,
55,
1443,
22379,
84,
2999,
62,
22570,
47,
45785,
11,
9195,
9042,
29572,
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,
269,
385,
29572,
19580,
62,
83,
11,
357,
9042,
29572,
37508,
62,
83,
11,
275,
82,
22379,
84,
2999,
12360,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
92,
828,
269,
385,
29572,
28144,
58,
16,
4357,
7508,
58,
16,
4357,
46436,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
7,
46436,
58,
16,
60,
18189,
657,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3714,
7,
8841,
7203,
44909,
1523,
14,
77,
6975,
605,
6632,
287,
317,
379,
357,
1600,
1930,
270,
58,
16,
4357,
1930,
270,
58,
16,
17241,
16725,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
82,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
269,
385,
29572,
35,
4154,
62,
83,
11,
327,
600,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
600,
11,
350,
2213,
90,
9042,
29572,
19044,
24564,
81,
62,
83,
5512,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
34,
600,
5512,
350,
2213,
90,
34,
600,
5512,
327,
600,
11,
1443,
22379,
84,
2999,
12360,
62,
83,
11,
198,
220,
220,
220,
220,
220,
220,
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,
385,
29572,
50,
6442,
36727,
62,
83,
11,
350,
2213,
90,
53,
1868,
92,
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,
269,
385,
29572,
28144,
58,
16,
4357,
269,
463,
343,
11,
285,
65,
11,
317,
13,
20471,
89,
11,
1222,
66,
463,
3798,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
13,
27305,
7762,
11,
317,
13,
808,
46745,
11,
317,
13,
4033,
7762,
11,
317,
13,
9967,
29271,
11,
7508,
58,
16,
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,
327,
2937,
27082,
5188,
62,
50,
3535,
6089,
62,
45472,
2149,
56,
62,
19108,
62,
2538,
18697,
11,
11876,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
269,
385,
29572,
49174,
37000,
22379,
84,
2999,
12360,
7,
10951,
58,
16,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
317,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
1640,
1288,
774,
287,
357,
25,
43879,
2624,
11,
1058,
43879,
2414,
11,
1058,
5377,
11141,
2414,
11,
1058,
5377,
11141,
12762,
8,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
4229,
84,
2999,
7,
32,
3712,
34,
15339,
50,
29572,
46912,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4229,
84,
2999,
0,
7,
30073,
7,
32,
828,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
14158,
2999,
7,
32,
3712,
34,
15339,
50,
29572,
46912,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
14158,
2999,
0,
7,
30073,
7,
32,
828,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
4229,
84,
2999,
7,
32,
3712,
48523,
5574,
43094,
90,
3,
417,
774,
11,
34,
15339,
50,
29572,
46912,
90,
3,
417,
774,
92,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4229,
84,
2999,
0,
7,
30073,
7,
32,
13,
7890,
828,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
14158,
2999,
7,
32,
3712,
48523,
5574,
43094,
90,
3,
417,
774,
11,
34,
15339,
50,
29572,
46912,
90,
3,
417,
774,
92,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6376,
3712,
50,
29572,
12441,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
14158,
2999,
0,
7,
30073,
7,
32,
13,
7890,
828,
9630,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
2,
308,
912,
85,
532,
2276,
491,
19830,
27923,
1540,
332,
198,
1640,
357,
69,
3672,
11,
417,
774,
8,
287,
14808,
25,
9042,
29572,
50,
70,
912,
85,
11,
1058,
43879,
2624,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
35,
70,
912,
85,
11,
1058,
43879,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
34,
70,
912,
85,
11,
1058,
5377,
11141,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
57,
70,
912,
85,
11,
1058,
5377,
11141,
12762,
4008,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
308,
912,
85,
0,
7,
25404,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
288,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7043,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
347,
3712,
34,
15339,
46912,
90,
3,
417,
774,
30072,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
11,
77,
796,
347,
13,
67,
12078,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
300,
9945,
796,
3509,
7,
16,
11,
2536,
485,
7,
33,
11,
17,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
69,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
327,
600,
11,
327,
600,
11,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
3,
417,
774,
5512,
327,
600,
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,
269,
385,
29572,
28144,
58,
16,
4357,
285,
11,
299,
11,
288,
75,
11,
288,
11,
7043,
11,
347,
11,
300,
9945,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
347,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
308,
912,
85,
7,
25404,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
288,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7043,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
347,
3712,
34,
15339,
46912,
90,
3,
417,
774,
30072,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
308,
912,
85,
0,
7,
25404,
11,
67,
11,
646,
11,
30073,
7,
33,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
2,
308,
912,
85,
62,
77,
404,
45785,
532,
2276,
491,
19830,
27923,
1540,
332,
1231,
16767,
10720,
198,
1640,
357,
69,
3672,
11,
417,
774,
8,
287,
14808,
25,
9042,
29572,
50,
70,
912,
85,
62,
77,
404,
45785,
11,
1058,
43879,
2624,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
35,
70,
912,
85,
62,
77,
404,
45785,
11,
1058,
43879,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
34,
70,
912,
85,
62,
77,
404,
45785,
11,
1058,
5377,
11141,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
57,
70,
912,
85,
62,
77,
404,
45785,
11,
1058,
5377,
11141,
12762,
4008,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
308,
912,
85,
62,
77,
404,
45785,
0,
7,
25404,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
288,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7043,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
347,
3712,
34,
15339,
46912,
90,
3,
417,
774,
30072,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
11,
77,
796,
347,
13,
67,
12078,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
300,
9945,
796,
3509,
7,
16,
11,
2536,
485,
7,
33,
11,
17,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
69,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
327,
600,
11,
327,
600,
11,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
3,
417,
774,
5512,
327,
600,
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,
269,
385,
29572,
28144,
58,
16,
4357,
285,
11,
299,
11,
288,
75,
11,
288,
11,
7043,
11,
347,
11,
300,
9945,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
347,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
308,
912,
85,
62,
77,
404,
45785,
7,
25404,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
288,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7043,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
347,
3712,
34,
15339,
46912,
90,
3,
417,
774,
30072,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
308,
912,
85,
62,
77,
404,
45785,
0,
7,
25404,
11,
67,
11,
646,
11,
30073,
7,
33,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198,
198,
2,
308,
912,
85,
13290,
1384,
33,
963,
532,
7365,
1740,
2276,
491,
19830,
27923,
1540,
332,
198,
1640,
357,
69,
3672,
11,
417,
774,
8,
287,
14808,
25,
9042,
29572,
50,
70,
912,
85,
13290,
1384,
33,
963,
11,
1058,
43879,
2624,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
35,
70,
912,
85,
13290,
1384,
33,
963,
11,
1058,
43879,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
34,
70,
912,
85,
13290,
1384,
33,
963,
11,
1058,
5377,
11141,
2414,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
25,
9042,
29572,
57,
70,
912,
85,
13290,
1384,
33,
963,
11,
1058,
5377,
11141,
12762,
4008,
198,
220,
220,
220,
2488,
18206,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
308,
912,
85,
13290,
1384,
33,
963,
0,
7,
25404,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
288,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7043,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1395,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15458,
12332,
3712,
46541,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15458,
1273,
13154,
3712,
46541,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
285,
796,
2659,
7,
13664,
7,
55,
828,
43501,
12332,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3722,
9122,
7,
535,
439,
7,
16763,
7,
8841,
7,
69,
3672,
36911,
8019,
9042,
29572,
828,
269,
385,
29572,
19580,
62,
83,
11,
198,
220,
220,
220,
220,
220,
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,
9042,
29572,
37508,
62,
83,
11,
327,
600,
11,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
350,
2213,
90,
3,
417,
774,
5512,
350,
2213,
90,
3,
417,
774,
5512,
327,
600,
11,
327,
600,
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,
269,
385,
29572,
28144,
58,
16,
4357,
285,
11,
288,
75,
11,
288,
11,
7043,
11,
1395,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15458,
12332,
11,
15458,
1273,
13154,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1395,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
308,
912,
85,
13290,
1384,
33,
963,
7,
25404,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
288,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7043,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1395,
3712,
34,
15339,
38469,
90,
3,
417,
774,
5512,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15458,
12332,
3712,
46541,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
15458,
1273,
13154,
3712,
46541,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
308,
912,
85,
13290,
1384,
33,
963,
0,
7,
25404,
11,
67,
11,
646,
11,
30073,
7,
55,
828,
43501,
12332,
11,
43501,
1273,
13154,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198
] | 1.601063 | 81,073 |
export absolute_error
function Base.:(|>)(t::Transform{T}, p::Point{3,U}) where {T,U}
(xₚ, yₚ, zₚ, wₚ) = sum(transpose(t.m[:,StaticArrays.SUnitRange(1,3)]) .* p,), dims=1) .+ transpose(t.m[:,StaticArrays.SUnitRange(4,4))]
return wₚ ≈ 1 ? promote_type(T, typeof(p))(xₚ, yₚ, zₚ) / wₚ : promote_type(T, typeof(p))(xₚ, yₚ, zₚ)
end
absolute_error(t::Transform{T}, p::Point3{U}) where {T,U} =
Γ(3.0) * Vector3{promote_type(T,U)}(
sum(abs.(transpose(t.m[StaticArrays.SUnitRange(1,3), StaticArrays.SUnitRange(1,3)]) .* p), dims=1))
Base.:(|>)(t::Transform{T}, v::Vector3{U}) where {T,U} =
Vector3{promote_type(T,U)}(
sum(transpose(t.m[StaticArrays.SUnitRange(1,3), StaticArrays.SUnitRange(1,3)]) .* v, dims=1))
Base.:(|>)(t::Transform{T}, n::Normal3{U}}) where {T<:AbstractFloat, U<:Number} =
Normal3{promote_type(T,U)}(
sum(transpose(t.m_inv[StaticArrays.SUnitRange(1,3), StaticArrays.SUnitRange(1,3)]) .* n, dims=1))
function Base.:(|>)(t::Transform{T}, r::Ray{U}) where {T<:AbstractFloat, U<:AbstractFloat}
m² = magnitude²(r.d)
if m² > 0.0
δₜ = (abs(r.d) ⋅ absolute_error(t, r.o)) / m²
o = r.o + r.d * δₜ
return Ray{promote_type(T,U)}(t |> o, t |> r.d, r.time)
end
Ray{promote_type(T,U)}(t |> r.o, t |> r.d, r.time)
end
function Base.:(|>)(t::Transform{T}, b::Bounds{N,U}) where {N,T,U}
Bounds{N, promote_type(T,U)}(
sum(min.(
t.m[StaticArrays.SUnitRange(1,3), StaticArrays.SUnitRange(1,4)] .* b.p_min,
t.m[StaticArrays.SUnitRange(1,3), StaticArrays.SUnitRange(1,4)] .* b.p_max)),
sum(max.(
t.m[StaticArrays.SUnitRange(1,3), StaticArrays.SUnitRange(1,4)] .* b.p_min,
t.m[StaticArrays.SUnitRange(1,3), StaticArrays.SUnitRange(1,4)] .* b.p_max)))
end
| [
39344,
4112,
62,
18224,
198,
198,
8818,
7308,
11207,
7,
91,
29,
5769,
83,
3712,
41762,
90,
51,
5512,
279,
3712,
12727,
90,
18,
11,
52,
30072,
810,
1391,
51,
11,
52,
92,
198,
220,
220,
220,
357,
87,
158,
224,
248,
11,
331,
158,
224,
248,
11,
1976,
158,
224,
248,
11,
266,
158,
224,
248,
8,
796,
2160,
7,
7645,
3455,
7,
83,
13,
76,
58,
45299,
45442,
3163,
20477,
13,
50,
26453,
17257,
7,
16,
11,
18,
8,
12962,
764,
9,
279,
11,
828,
5391,
82,
28,
16,
8,
764,
10,
1007,
3455,
7,
83,
13,
76,
58,
45299,
45442,
3163,
20477,
13,
50,
26453,
17257,
7,
19,
11,
19,
4008,
60,
198,
220,
220,
220,
1441,
266,
158,
224,
248,
15139,
230,
352,
5633,
7719,
62,
4906,
7,
51,
11,
2099,
1659,
7,
79,
4008,
7,
87,
158,
224,
248,
11,
331,
158,
224,
248,
11,
1976,
158,
224,
248,
8,
1220,
266,
158,
224,
248,
1058,
7719,
62,
4906,
7,
51,
11,
2099,
1659,
7,
79,
4008,
7,
87,
158,
224,
248,
11,
331,
158,
224,
248,
11,
1976,
158,
224,
248,
8,
198,
437,
198,
198,
48546,
62,
18224,
7,
83,
3712,
41762,
90,
51,
5512,
279,
3712,
12727,
18,
90,
52,
30072,
810,
1391,
51,
11,
52,
92,
796,
198,
220,
220,
220,
7377,
241,
7,
18,
13,
15,
8,
1635,
20650,
18,
90,
16963,
1258,
62,
4906,
7,
51,
11,
52,
38165,
7,
198,
220,
220,
220,
220,
220,
220,
220,
2160,
7,
8937,
12195,
7645,
3455,
7,
83,
13,
76,
58,
45442,
3163,
20477,
13,
50,
26453,
17257,
7,
16,
11,
18,
828,
36125,
3163,
20477,
13,
50,
26453,
17257,
7,
16,
11,
18,
8,
12962,
764,
9,
279,
828,
5391,
82,
28,
16,
4008,
198,
198,
14881,
11207,
7,
91,
29,
5769,
83,
3712,
41762,
90,
51,
5512,
410,
3712,
38469,
18,
90,
52,
30072,
810,
1391,
51,
11,
52,
92,
796,
198,
220,
220,
220,
20650,
18,
90,
16963,
1258,
62,
4906,
7,
51,
11,
52,
38165,
7,
198,
220,
220,
220,
220,
220,
220,
220,
2160,
7,
7645,
3455,
7,
83,
13,
76,
58,
45442,
3163,
20477,
13,
50,
26453,
17257,
7,
16,
11,
18,
828,
36125,
3163,
20477,
13,
50,
26453,
17257,
7,
16,
11,
18,
8,
12962,
764,
9,
410,
11,
5391,
82,
28,
16,
4008,
198,
198,
14881,
11207,
7,
91,
29,
5769,
83,
3712,
41762,
90,
51,
5512,
299,
3712,
26447,
18,
90,
52,
11709,
8,
810,
1391,
51,
27,
25,
23839,
43879,
11,
471,
27,
25,
15057,
92,
796,
198,
220,
220,
220,
14435,
18,
90,
16963,
1258,
62,
4906,
7,
51,
11,
52,
38165,
7,
198,
220,
220,
220,
220,
220,
220,
220,
2160,
7,
7645,
3455,
7,
83,
13,
76,
62,
16340,
58,
45442,
3163,
20477,
13,
50,
26453,
17257,
7,
16,
11,
18,
828,
36125,
3163,
20477,
13,
50,
26453,
17257,
7,
16,
11,
18,
8,
12962,
764,
9,
299,
11,
5391,
82,
28,
16,
4008,
198,
198,
8818,
7308,
11207,
7,
91,
29,
5769,
83,
3712,
41762,
90,
51,
5512,
374,
3712,
19591,
90,
52,
30072,
810,
1391,
51,
27,
25,
23839,
43879,
11,
471,
27,
25,
23839,
43879,
92,
198,
220,
220,
220,
285,
31185,
796,
14735,
31185,
7,
81,
13,
67,
8,
198,
220,
220,
220,
611,
285,
31185,
1875,
657,
13,
15,
198,
220,
220,
220,
220,
220,
220,
220,
7377,
112,
158,
224,
250,
796,
357,
8937,
7,
81,
13,
67,
8,
2343,
233,
227,
4112,
62,
18224,
7,
83,
11,
374,
13,
78,
4008,
1220,
285,
31185,
198,
220,
220,
220,
220,
220,
220,
220,
267,
796,
374,
13,
78,
1343,
374,
13,
67,
1635,
7377,
112,
158,
224,
250,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
7760,
90,
16963,
1258,
62,
4906,
7,
51,
11,
52,
38165,
7,
83,
930,
29,
267,
11,
256,
930,
29,
374,
13,
67,
11,
374,
13,
2435,
8,
198,
220,
220,
220,
886,
198,
220,
220,
220,
7760,
90,
16963,
1258,
62,
4906,
7,
51,
11,
52,
38165,
7,
83,
930,
29,
374,
13,
78,
11,
256,
930,
29,
374,
13,
67,
11,
374,
13,
2435,
8,
198,
437,
198,
198,
8818,
7308,
11207,
7,
91,
29,
5769,
83,
3712,
41762,
90,
51,
5512,
275,
3712,
33,
3733,
90,
45,
11,
52,
30072,
810,
1391,
45,
11,
51,
11,
52,
92,
198,
220,
220,
220,
347,
3733,
90,
45,
11,
7719,
62,
4906,
7,
51,
11,
52,
38165,
7,
198,
220,
220,
220,
220,
220,
220,
220,
2160,
7,
1084,
12195,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
256,
13,
76,
58,
45442,
3163,
20477,
13,
50,
26453,
17257,
7,
16,
11,
18,
828,
36125,
3163,
20477,
13,
50,
26453,
17257,
7,
16,
11,
19,
15437,
764,
9,
275,
13,
79,
62,
1084,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
256,
13,
76,
58,
45442,
3163,
20477,
13,
50,
26453,
17257,
7,
16,
11,
18,
828,
36125,
3163,
20477,
13,
50,
26453,
17257,
7,
16,
11,
19,
15437,
764,
9,
275,
13,
79,
62,
9806,
36911,
198,
220,
220,
220,
220,
220,
220,
220,
2160,
7,
9806,
12195,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
256,
13,
76,
58,
45442,
3163,
20477,
13,
50,
26453,
17257,
7,
16,
11,
18,
828,
36125,
3163,
20477,
13,
50,
26453,
17257,
7,
16,
11,
19,
15437,
764,
9,
275,
13,
79,
62,
1084,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
256,
13,
76,
58,
45442,
3163,
20477,
13,
50,
26453,
17257,
7,
16,
11,
18,
828,
36125,
3163,
20477,
13,
50,
26453,
17257,
7,
16,
11,
19,
15437,
764,
9,
275,
13,
79,
62,
9806,
22305,
198,
437,
198
] | 1.871236 | 963 |
using GenomicAnnotations
using GenomicMaps
using ColorTypes
# You can add any kind of annotation that you want to display.
# Here, I add COG annotation:
function addcogs!(chr, filename)
cogs = split.(readlines(filename), Ref('\t'))
i = 1
for gene in @genes(chr, :feature == "CDS")
if gene.locus_tag == cogs[i][1]
if occursin(r"\w", cogs[i][2])
gene.cog = cogs[i][2]
end
i += 1
end
end
end
# Colour scheme for COG categories:
cogcolours = Dict("B"=>RGB{Float64}(1.0,0.630714,0.576563),
"M"=>RGB{Float64}(0.756869,0.916499,0.965176),
"I"=>RGB{Float64}(0.187839,0.54561,0.252343),
"X"=>RGB{Float64}(0.540006,0.493982,0.813567),
"Y"=>RGB{Float64}(0.0973617,0.285282,0.5329),
"Z"=>RGB{Float64}(0.0418427,0.156645,0.341597),
"L"=>RGB{Float64}(0.426131,0.0441442,0.0465628),
"O"=>RGB{Float64}(0.518954,0.802339,0.930272),
"F"=>RGB{Float64}(0.587882,0.865532,0.51112),
"Q"=>RGB{Float64}(0.0,0.225356,0.101282),
"D"=>RGB{Float64}(0.862653,0.958477,0.981395),
"V"=>RGB{Float64}(0.188382,0.529206,0.795898),
"U"=>RGB{Float64}(0.277786,0.635283,0.863472),
"E"=>RGB{Float64}(0.711814,0.932724,0.629136),
"T"=>RGB{Float64}(0.394211,0.72627,0.90426),
"H"=>RGB{Float64}(0.32729,0.673206,0.326717),
"P"=>RGB{Float64}(0.0232916,0.395886,0.180144),
"G"=>RGB{Float64}(0.459895,0.779462,0.41097),
"N"=>RGB{Float64}(0.641543,0.865092,0.94902),
"K"=>RGB{Float64}(0.825431,0.118066,0.106858),
"C"=>RGB{Float64}(0.835916,0.980813,0.770886),
"R"=>RGB{Float64}(0.807625,0.787968,0.949453),
"W"=>RGB{Float64}(0.137797,0.411028,0.686187),
"A"=>RGB{Float64}(1.0,0.808314,0.771835),
"S"=>RGB{Float64}(0.236943,0.0166779,0.407047),
"J"=>RGB{Float64}(1.0,0.389569,0.336934))
# First download annotations for E. coli:
download("ftp://ftp.ncbi.nlm.nih.gov/genomes/all/GCA/000/005/845/GCA_000005845.2_ASM584v2/GCA_000005845.2_ASM584v2_genomic.gbff.gz", "ecoli.gbk.gz")
# Then read the annotations and add COGs:
chr = readgbk("ecoli.gbk.gz")[1]
addcogs!(chr, "ecoli_cogs.tsv")
# The output can be customised, see src/initialise.jl for all options. Here I
# provide a function that will be run on each gene to determine its colour:
colourby_cog = g -> unique(String.(split(get(g, :cog, ""), "")))
drawgenome(chr;
outfile = "ecoli.svg",
colourmap = cogcolours,
colourfunction = colourby_cog,
annotate = true,
nbreaks = 40)
| [
3500,
5215,
10179,
2025,
30078,
198,
3500,
5215,
10179,
47010,
198,
3500,
5315,
31431,
628,
198,
2,
921,
460,
751,
597,
1611,
286,
23025,
326,
345,
765,
284,
3359,
13,
198,
2,
3423,
11,
314,
751,
7375,
38,
23025,
25,
198,
8818,
751,
66,
18463,
0,
7,
354,
81,
11,
29472,
8,
198,
220,
220,
220,
269,
18463,
796,
6626,
12195,
961,
6615,
7,
34345,
828,
6524,
10786,
59,
83,
6,
4008,
198,
220,
220,
220,
1312,
796,
352,
198,
220,
220,
220,
329,
9779,
287,
2488,
5235,
274,
7,
354,
81,
11,
1058,
30053,
6624,
366,
34,
5258,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
611,
9779,
13,
75,
10901,
62,
12985,
6624,
269,
18463,
58,
72,
7131,
16,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
8833,
259,
7,
81,
1,
59,
86,
1600,
269,
18463,
58,
72,
7131,
17,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
9779,
13,
66,
519,
796,
269,
18463,
58,
72,
7131,
17,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1312,
15853,
352,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
628,
198,
2,
38773,
7791,
329,
7375,
38,
9376,
25,
198,
66,
519,
4033,
4662,
796,
360,
713,
7203,
33,
1,
14804,
36982,
90,
43879,
2414,
92,
7,
16,
13,
15,
11,
15,
13,
21,
22996,
1415,
11,
15,
13,
3553,
2996,
5066,
828,
198,
220,
220,
220,
220,
366,
44,
1,
14804,
36982,
90,
43879,
2414,
92,
7,
15,
13,
2425,
3104,
3388,
11,
15,
13,
24,
23237,
2079,
11,
15,
13,
24,
2996,
24096,
828,
198,
220,
220,
220,
220,
366,
40,
1,
14804,
36982,
90,
43879,
2414,
92,
7,
15,
13,
1507,
3695,
2670,
11,
15,
13,
45326,
5333,
11,
15,
13,
1495,
1954,
3559,
828,
198,
220,
220,
220,
220,
366,
55,
1,
14804,
36982,
90,
43879,
2414,
92,
7,
15,
13,
4051,
830,
21,
11,
15,
13,
2920,
2670,
6469,
11,
15,
13,
23,
17059,
3134,
828,
198,
220,
220,
220,
220,
366,
56,
1,
14804,
36982,
90,
43879,
2414,
92,
7,
15,
13,
2931,
49150,
1558,
11,
15,
13,
26279,
32568,
11,
15,
13,
4310,
1959,
828,
198,
220,
220,
220,
220,
366,
57,
1,
14804,
36982,
90,
43879,
2414,
92,
7,
15,
13,
3023,
22883,
1983,
11,
15,
13,
1314,
2791,
2231,
11,
15,
13,
2682,
1314,
5607,
828,
198,
220,
220,
220,
220,
366,
43,
1,
14804,
36982,
90,
43879,
2414,
92,
7,
15,
13,
42780,
22042,
11,
15,
13,
43977,
1415,
3682,
11,
15,
13,
3023,
37466,
2078,
828,
198,
220,
220,
220,
220,
366,
46,
1,
14804,
36982,
90,
43879,
2414,
92,
7,
15,
13,
44085,
48372,
11,
15,
13,
1795,
1954,
2670,
11,
15,
13,
45418,
29807,
828,
198,
220,
220,
220,
220,
366,
37,
1,
14804,
36982,
90,
43879,
2414,
92,
7,
15,
13,
44617,
42980,
11,
15,
13,
4521,
2816,
2624,
11,
15,
13,
41647,
1065,
828,
198,
220,
220,
220,
220,
366,
48,
1,
14804,
36982,
90,
43879,
2414,
92,
7,
15,
13,
15,
11,
15,
13,
18182,
32066,
11,
15,
13,
8784,
32568,
828,
198,
220,
220,
220,
220,
366,
35,
1,
14804,
36982,
90,
43879,
2414,
92,
7,
15,
13,
4521,
2075,
4310,
11,
15,
13,
24,
3365,
32883,
11,
15,
13,
4089,
1485,
3865,
828,
198,
220,
220,
220,
220,
366,
53,
1,
14804,
36982,
90,
43879,
2414,
92,
7,
15,
13,
20356,
36243,
11,
15,
13,
49721,
22136,
11,
15,
13,
3720,
3365,
4089,
828,
198,
220,
220,
220,
220,
366,
52,
1,
14804,
36982,
90,
43879,
2414,
92,
7,
15,
13,
1983,
3324,
4521,
11,
15,
13,
48250,
30290,
11,
15,
13,
4521,
2682,
4761,
828,
198,
220,
220,
220,
220,
366,
36,
1,
14804,
36982,
90,
43879,
2414,
92,
7,
15,
13,
22,
16817,
1415,
11,
15,
13,
6052,
1983,
1731,
11,
15,
13,
48602,
20809,
828,
198,
220,
220,
220,
220,
366,
51,
1,
14804,
36982,
90,
43879,
2414,
92,
7,
15,
13,
2670,
3682,
1157,
11,
15,
13,
22,
2075,
1983,
11,
15,
13,
24,
3023,
2075,
828,
198,
220,
220,
220,
220,
366,
39,
1,
14804,
36982,
90,
43879,
2414,
92,
7,
15,
13,
34159,
1959,
11,
15,
13,
3134,
19504,
21,
11,
15,
13,
18,
25674,
1558,
828,
198,
220,
220,
220,
220,
366,
47,
1,
14804,
36982,
90,
43879,
2414,
92,
7,
15,
13,
45310,
1959,
1433,
11,
15,
13,
2670,
3365,
4521,
11,
15,
13,
1507,
486,
2598,
828,
198,
220,
220,
220,
220,
366,
38,
1,
14804,
36982,
90,
43879,
2414,
92,
7,
15,
13,
2231,
4089,
3865,
11,
15,
13,
40393,
39997,
11,
15,
13,
33289,
5607,
828,
198,
220,
220,
220,
220,
366,
45,
1,
14804,
36982,
90,
43879,
2414,
92,
7,
15,
13,
2414,
1314,
3559,
11,
15,
13,
4521,
1120,
5892,
11,
15,
13,
48581,
2999,
828,
198,
220,
220,
220,
220,
366,
42,
1,
14804,
36982,
90,
43879,
2414,
92,
7,
15,
13,
23,
24970,
3132,
11,
15,
13,
1157,
1795,
2791,
11,
15,
13,
940,
3104,
3365,
828,
198,
220,
220,
220,
220,
366,
34,
1,
14804,
36982,
90,
43879,
2414,
92,
7,
15,
13,
23,
30743,
1433,
11,
15,
13,
24,
28362,
1485,
11,
15,
13,
41820,
44980,
828,
198,
220,
220,
220,
220,
366,
49,
1,
14804,
36982,
90,
43879,
2414,
92,
7,
15,
13,
1795,
4304,
1495,
11,
15,
13,
3695,
3720,
3104,
11,
15,
13,
48581,
36625,
828,
198,
220,
220,
220,
220,
366,
54,
1,
14804,
36982,
90,
43879,
2414,
92,
7,
15,
13,
1485,
3324,
5607,
11,
15,
13,
3901,
940,
2078,
11,
15,
13,
33808,
23451,
828,
198,
220,
220,
220,
220,
366,
32,
1,
14804,
36982,
90,
43879,
2414,
92,
7,
16,
13,
15,
11,
15,
13,
1795,
5999,
1415,
11,
15,
13,
3324,
1507,
2327,
828,
198,
220,
220,
220,
220,
366,
50,
1,
14804,
36982,
90,
43879,
2414,
92,
7,
15,
13,
1954,
3388,
3559,
11,
15,
13,
486,
2791,
40393,
11,
15,
13,
1821,
2154,
2857,
828,
198,
220,
220,
220,
220,
366,
41,
1,
14804,
36982,
90,
43879,
2414,
92,
7,
16,
13,
15,
11,
15,
13,
2548,
3865,
3388,
11,
15,
13,
2091,
3388,
2682,
4008,
628,
198,
2,
3274,
4321,
37647,
329,
412,
13,
40395,
25,
198,
15002,
7203,
701,
79,
1378,
701,
79,
13,
10782,
8482,
13,
21283,
76,
13,
37373,
13,
9567,
14,
5235,
2586,
14,
439,
14,
38,
8141,
14,
830,
14,
22544,
14,
23,
2231,
14,
38,
8141,
62,
20483,
3365,
2231,
13,
17,
62,
1921,
44,
46352,
85,
17,
14,
38,
8141,
62,
20483,
3365,
2231,
13,
17,
62,
1921,
44,
46352,
85,
17,
62,
5235,
10179,
13,
22296,
487,
13,
34586,
1600,
366,
721,
11106,
13,
22296,
74,
13,
34586,
4943,
198,
198,
2,
3244,
1100,
262,
37647,
290,
751,
7375,
33884,
25,
198,
354,
81,
796,
1100,
22296,
74,
7203,
721,
11106,
13,
22296,
74,
13,
34586,
4943,
58,
16,
60,
198,
2860,
66,
18463,
0,
7,
354,
81,
11,
366,
721,
11106,
62,
66,
18463,
13,
912,
85,
4943,
198,
198,
2,
383,
5072,
460,
307,
2183,
1417,
11,
766,
12351,
14,
36733,
786,
13,
20362,
329,
477,
3689,
13,
3423,
314,
198,
2,
2148,
257,
2163,
326,
481,
307,
1057,
319,
1123,
9779,
284,
5004,
663,
9568,
25,
198,
49903,
1525,
62,
66,
519,
796,
308,
4613,
3748,
7,
10100,
12195,
35312,
7,
1136,
7,
70,
11,
1058,
66,
519,
11,
366,
12340,
13538,
22305,
198,
19334,
5235,
462,
7,
354,
81,
26,
198,
220,
220,
220,
503,
7753,
796,
366,
721,
11106,
13,
21370,
70,
1600,
198,
220,
220,
220,
9568,
8899,
796,
43072,
4033,
4662,
11,
198,
220,
220,
220,
9568,
8818,
796,
9568,
1525,
62,
66,
519,
11,
198,
220,
220,
220,
24708,
378,
796,
2081,
11,
198,
220,
220,
220,
299,
30058,
796,
2319,
8,
198
] | 1.882748 | 1,339 |
export MCVanilla, Vegas, Domain
export integral, ∫
using QuickTypes: @qstruct
using ArgCheck
using LinearAlgebra, Statistics
using StaticArrays
using Base.Threads: @threads
using Setfield: @settable
import Random
abstract type MCAlgorithm end
@settable @qstruct MCVanilla{R}(
neval::Int64=10^6,
rng::R=GLOBAL_PAR_RNG,
) do
@argcheck neval > 2
end <: MCAlgorithm
"""
Domain
Encodes a domain of integration, i.e. a product of finte intervals.
"""
struct Domain{N,T}
lower::SVector{N,T}
upper::SVector{N,T}
end
# function cartesian_product(d1::Domain, d2::Domain)
# Domain(vcat(d1.lower, d2.lower), vcat(d1.upper, d2.upper))
# end
function pointtype(::Type{Domain{N,T}}) where {N,T}
SVector{N,T}
end
function volume(dom::Domain)
prod(dom.upper - dom.lower)
end
function Base.ndims(dom::Domain{N,T}) where {N,T}
N
end
function Domain(interval::NTuple{2,Number})
(a,b) = float.(promote(interval...))
Domain(@SVector[a], @SVector[b])
end
function Domain(dom::Domain)
dom
end
function Domain(lims)
lower = SVector(map(float ∘ first, lims))
upper = SVector(map(float ∘ last, lims))
Domain(lower, upper)
end
function uniform(rng, dom::Domain)
V = pointtype(typeof(dom))
Δ = (dom.upper - dom.lower)
dom.lower .+ rand(rng, V) .* Δ
end
"""
integral(f, dom [,alg])
Compute the integral of the function `f` over a domain `dom`, via the algorithm `alg`.
"""
function integral(f, dom, alg=Vegas())
f2, dom2, alg2 = canonicalize(f, dom, alg)
integral_kernel(f2, dom2, alg2)
end
function canonicalize(f, dom, alg)
f, Domain(dom), alg
end
function canonicalize(f, I::NTuple{2,Number}, alg)
f_v = f ∘ first
dom = Domain(I)
f_v, dom, alg
end
const ∫ = integral
function integral_kernel(f, dom::Domain, alg::MCVanilla)
mc_kernel(f, alg.rng, dom, neval=alg.neval)
end
function draw(rng, dom::Domain)
vol = volume(dom)
x = uniform(rng, dom)
(position=x, weight = volume(dom))
end
"""
mc_kernel(f, rng::AbstractRNG, dom; neval)
Monte Carlo integration of function `f` over `dom`.
`dom` must support the following methods:
* volume(dom): Return the volume of dom
* draw(rng, dom): Return an object with properties `position::SVector`, `weight::Real`.
"""
function mc_kernel(f, rng::AbstractRNG, dom; neval)
N = neval
x = uniform(rng, dom)
y = float(f(x)) * volume(dom)
sum = y
sum2 = y.^2
for _ in 1:(N-1)
s = draw(rng, dom)
y = s.weight * f(s.position)
sum += y
sum2 += y.^2
end
mean = sum/N
var_f = (sum2/N) - mean .^2
var_f = max(zero(var_f), var_f)
var_fmean = var_f / N
std = sqrt.(var_fmean)
(value = mean, std=std, neval=N)
end
function mc_kernel(f, p::ParallelRNG, dom; neval)
rngs = p.rngs
res1 = mc_kernel(f, rngs[1], dom, neval=2)
T = typeof(res1)
nthreads = length(rngs)
results = Vector{T}(undef, nthreads)
neval_i = ceil(Int, neval / nthreads)
@threads for i in 1:nthreads
res = mc_kernel(f, rngs[i], dom, neval=neval_i)
results[i] = res
end
fuseall(results)
end
function fuseall(results)
N = sum(res->res.neval, results)
value = sum(res->res.value * res.neval/N , results)
var = sum(res->(res.std * res.neval/N).^2, results)
(value=value, std=sqrt.(var), neval=N)
end
# function fuse(res1, res2)
# var1 = res1.std .^ 2
# var2 = res2.std .^ 2
# w1, w2 = fusion_weights(var1, var2)
# (
# value = @.(w1 * res1.value + w2*res2.value),
# std = @.(sqrt(w1^2*var1 + w2^2*var2))
# )
# end
#
# function fusion_weights(var1::AbstractVector, var2::AbstractVector)
# pairs = fusion_weights_scalar.(var1, var2)
# first.(pairs), last.(pairs)
# end
#
# function fusion_weights(var1, var2)
# fusion_weights_scalar(var1, var2)
# end
#
# function fusion_weights_scalar(var1, var2)
# z = zero(var1)
# o = one(var1)
# if iszero(var1)
# (o, z)
# elseif iszero(var2)
# (z,o)
# else
# p1 = o/var1
# p2 = o/var2
# p = p1 + p2
# (p1/p, p2/p)
# end
# end
| [
198,
39344,
13122,
25298,
5049,
11,
9621,
11,
20021,
198,
39344,
19287,
11,
18872,
104,
198,
198,
3500,
12029,
31431,
25,
2488,
80,
7249,
198,
3500,
20559,
9787,
198,
3500,
44800,
2348,
29230,
11,
14370,
198,
3500,
36125,
3163,
20477,
198,
3500,
7308,
13,
16818,
82,
25,
2488,
16663,
82,
198,
3500,
5345,
3245,
25,
2488,
2617,
11487,
198,
198,
11748,
14534,
198,
198,
397,
8709,
2099,
13122,
2348,
42289,
886,
198,
198,
31,
2617,
11487,
2488,
80,
7249,
13122,
25298,
5049,
90,
49,
92,
7,
198,
220,
220,
220,
220,
220,
220,
220,
497,
2100,
3712,
5317,
2414,
28,
940,
61,
21,
11,
198,
220,
220,
220,
220,
220,
220,
220,
374,
782,
3712,
49,
28,
8763,
9864,
1847,
62,
27082,
62,
49,
10503,
11,
198,
220,
220,
220,
1267,
466,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
853,
9122,
497,
2100,
1875,
362,
198,
437,
1279,
25,
13122,
2348,
42289,
198,
198,
37811,
198,
220,
220,
220,
20021,
198,
198,
27195,
4147,
257,
7386,
286,
11812,
11,
1312,
13,
68,
13,
257,
1720,
286,
277,
600,
68,
20016,
13,
198,
37811,
198,
7249,
20021,
90,
45,
11,
51,
92,
198,
220,
220,
220,
2793,
3712,
50,
38469,
90,
45,
11,
51,
92,
198,
220,
220,
220,
6727,
3712,
50,
38469,
90,
45,
11,
51,
92,
198,
437,
198,
198,
2,
2163,
6383,
35610,
62,
11167,
7,
67,
16,
3712,
43961,
11,
288,
17,
3712,
43961,
8,
198,
2,
220,
220,
220,
220,
20021,
7,
85,
9246,
7,
67,
16,
13,
21037,
11,
288,
17,
13,
21037,
828,
410,
9246,
7,
67,
16,
13,
45828,
11,
288,
17,
13,
45828,
4008,
198,
2,
886,
198,
198,
8818,
966,
4906,
7,
3712,
6030,
90,
43961,
90,
45,
11,
51,
11709,
8,
810,
1391,
45,
11,
51,
92,
198,
220,
220,
220,
20546,
9250,
90,
45,
11,
51,
92,
198,
437,
198,
198,
8818,
6115,
7,
3438,
3712,
43961,
8,
198,
220,
220,
220,
40426,
7,
3438,
13,
45828,
532,
2401,
13,
21037,
8,
198,
437,
198,
198,
8818,
7308,
13,
358,
12078,
7,
3438,
3712,
43961,
90,
45,
11,
51,
30072,
810,
1391,
45,
11,
51,
92,
198,
220,
220,
220,
399,
198,
437,
198,
198,
8818,
20021,
7,
3849,
2100,
3712,
11251,
29291,
90,
17,
11,
15057,
30072,
198,
220,
220,
220,
357,
64,
11,
65,
8,
796,
12178,
12195,
16963,
1258,
7,
3849,
2100,
986,
4008,
198,
220,
220,
220,
20021,
7,
31,
50,
38469,
58,
64,
4357,
2488,
50,
38469,
58,
65,
12962,
198,
437,
198,
198,
8818,
20021,
7,
3438,
3712,
43961,
8,
198,
220,
220,
220,
2401,
198,
437,
198,
198,
8818,
20021,
7,
2475,
82,
8,
198,
220,
220,
220,
2793,
796,
20546,
9250,
7,
8899,
7,
22468,
18872,
246,
717,
11,
1761,
82,
4008,
198,
220,
220,
220,
6727,
796,
20546,
9250,
7,
8899,
7,
22468,
18872,
246,
938,
11,
1761,
82,
4008,
198,
220,
220,
220,
20021,
7,
21037,
11,
6727,
8,
198,
437,
198,
198,
8818,
8187,
7,
81,
782,
11,
2401,
3712,
43961,
8,
198,
220,
220,
220,
569,
796,
966,
4906,
7,
4906,
1659,
7,
3438,
4008,
198,
220,
220,
220,
37455,
796,
357,
3438,
13,
45828,
532,
2401,
13,
21037,
8,
198,
220,
220,
220,
2401,
13,
21037,
764,
10,
43720,
7,
81,
782,
11,
569,
8,
764,
9,
37455,
198,
437,
198,
198,
37811,
628,
220,
220,
220,
19287,
7,
69,
11,
2401,
685,
11,
14016,
12962,
198,
198,
7293,
1133,
262,
19287,
286,
262,
2163,
4600,
69,
63,
625,
257,
7386,
4600,
3438,
47671,
2884,
262,
11862,
4600,
14016,
44646,
198,
37811,
198,
8818,
19287,
7,
69,
11,
2401,
11,
435,
70,
28,
53,
1533,
292,
28955,
198,
220,
220,
220,
277,
17,
11,
2401,
17,
11,
435,
70,
17,
796,
40091,
1096,
7,
69,
11,
2401,
11,
435,
70,
8,
198,
220,
220,
220,
19287,
62,
33885,
7,
69,
17,
11,
2401,
17,
11,
435,
70,
17,
8,
198,
437,
198,
198,
8818,
40091,
1096,
7,
69,
11,
2401,
11,
435,
70,
8,
198,
220,
220,
220,
277,
11,
20021,
7,
3438,
828,
435,
70,
198,
437,
198,
198,
8818,
40091,
1096,
7,
69,
11,
314,
3712,
11251,
29291,
90,
17,
11,
15057,
5512,
435,
70,
8,
198,
220,
220,
220,
277,
62,
85,
796,
277,
18872,
246,
717,
198,
220,
220,
220,
2401,
796,
20021,
7,
40,
8,
198,
220,
220,
220,
277,
62,
85,
11,
2401,
11,
435,
70,
198,
437,
198,
198,
9979,
18872,
104,
796,
19287,
198,
198,
8818,
19287,
62,
33885,
7,
69,
11,
2401,
3712,
43961,
11,
435,
70,
3712,
9655,
25298,
5049,
8,
198,
220,
220,
220,
36650,
62,
33885,
7,
69,
11,
435,
70,
13,
81,
782,
11,
2401,
11,
497,
2100,
28,
14016,
13,
710,
2100,
8,
198,
437,
198,
8818,
3197,
7,
81,
782,
11,
2401,
3712,
43961,
8,
198,
220,
220,
220,
2322,
796,
6115,
7,
3438,
8,
198,
220,
220,
220,
2124,
796,
8187,
7,
81,
782,
11,
2401,
8,
198,
220,
220,
220,
357,
9150,
28,
87,
11,
3463,
796,
6115,
7,
3438,
4008,
198,
437,
198,
198,
37811,
198,
220,
220,
220,
36650,
62,
33885,
7,
69,
11,
374,
782,
3712,
23839,
49,
10503,
11,
2401,
26,
497,
2100,
8,
198,
198,
9069,
660,
40089,
11812,
286,
2163,
4600,
69,
63,
625,
4600,
3438,
44646,
198,
63,
3438,
63,
1276,
1104,
262,
1708,
5050,
25,
198,
9,
6115,
7,
3438,
2599,
8229,
262,
6115,
286,
2401,
198,
9,
3197,
7,
81,
782,
11,
2401,
2599,
8229,
281,
2134,
351,
6608,
4600,
9150,
3712,
50,
38469,
47671,
4600,
6551,
3712,
15633,
44646,
198,
37811,
198,
8818,
36650,
62,
33885,
7,
69,
11,
374,
782,
3712,
23839,
49,
10503,
11,
2401,
26,
497,
2100,
8,
198,
220,
220,
220,
399,
796,
497,
2100,
198,
220,
220,
220,
2124,
796,
8187,
7,
81,
782,
11,
2401,
8,
198,
220,
220,
220,
331,
796,
12178,
7,
69,
7,
87,
4008,
1635,
6115,
7,
3438,
8,
198,
220,
220,
220,
2160,
796,
331,
198,
220,
220,
220,
2160,
17,
796,
331,
13,
61,
17,
198,
220,
220,
220,
329,
4808,
287,
352,
37498,
45,
12,
16,
8,
198,
220,
220,
220,
220,
220,
220,
220,
264,
796,
3197,
7,
81,
782,
11,
2401,
8,
198,
220,
220,
220,
220,
220,
220,
220,
331,
796,
264,
13,
6551,
1635,
277,
7,
82,
13,
9150,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2160,
15853,
331,
198,
220,
220,
220,
220,
220,
220,
220,
2160,
17,
15853,
331,
13,
61,
17,
198,
220,
220,
220,
886,
198,
220,
220,
220,
220,
198,
220,
220,
220,
1612,
796,
2160,
14,
45,
198,
220,
220,
220,
1401,
62,
69,
796,
357,
16345,
17,
14,
45,
8,
532,
1612,
764,
61,
17,
198,
220,
220,
220,
1401,
62,
69,
796,
3509,
7,
22570,
7,
7785,
62,
69,
828,
1401,
62,
69,
8,
198,
220,
220,
220,
1401,
62,
69,
32604,
796,
1401,
62,
69,
1220,
399,
198,
220,
220,
220,
14367,
796,
19862,
17034,
12195,
7785,
62,
69,
32604,
8,
198,
220,
220,
220,
357,
8367,
796,
1612,
11,
14367,
28,
19282,
11,
497,
2100,
28,
45,
8,
198,
437,
198,
198,
8818,
36650,
62,
33885,
7,
69,
11,
279,
3712,
10044,
29363,
49,
10503,
11,
2401,
26,
497,
2100,
8,
198,
220,
220,
220,
374,
782,
82,
796,
279,
13,
81,
782,
82,
198,
220,
220,
220,
581,
16,
796,
36650,
62,
33885,
7,
69,
11,
374,
782,
82,
58,
16,
4357,
2401,
11,
497,
2100,
28,
17,
8,
198,
220,
220,
220,
309,
796,
2099,
1659,
7,
411,
16,
8,
198,
220,
220,
220,
299,
16663,
82,
796,
4129,
7,
81,
782,
82,
8,
198,
220,
220,
220,
2482,
796,
20650,
90,
51,
92,
7,
917,
891,
11,
299,
16663,
82,
8,
198,
220,
220,
220,
497,
2100,
62,
72,
796,
2906,
346,
7,
5317,
11,
497,
2100,
1220,
299,
16663,
82,
8,
198,
220,
220,
220,
2488,
16663,
82,
329,
1312,
287,
352,
25,
77,
16663,
82,
198,
220,
220,
220,
220,
220,
220,
220,
581,
796,
36650,
62,
33885,
7,
69,
11,
374,
782,
82,
58,
72,
4357,
2401,
11,
497,
2100,
28,
710,
2100,
62,
72,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2482,
58,
72,
60,
796,
581,
198,
220,
220,
220,
886,
198,
220,
220,
220,
32738,
439,
7,
43420,
8,
198,
437,
198,
198,
8818,
32738,
439,
7,
43420,
8,
198,
220,
220,
220,
399,
796,
2160,
7,
411,
3784,
411,
13,
710,
2100,
11,
2482,
8,
198,
220,
220,
220,
1988,
796,
2160,
7,
411,
3784,
411,
13,
8367,
1635,
581,
13,
710,
2100,
14,
45,
220,
220,
837,
2482,
8,
198,
220,
220,
220,
1401,
220,
220,
796,
2160,
7,
411,
3784,
7,
411,
13,
19282,
1635,
581,
13,
710,
2100,
14,
45,
737,
61,
17,
11,
2482,
8,
198,
220,
220,
220,
357,
8367,
28,
8367,
11,
14367,
28,
31166,
17034,
12195,
7785,
828,
497,
2100,
28,
45,
8,
198,
437,
198,
198,
2,
2163,
32738,
7,
411,
16,
11,
581,
17,
8,
198,
2,
220,
220,
220,
220,
1401,
16,
796,
581,
16,
13,
19282,
764,
61,
362,
198,
2,
220,
220,
220,
220,
1401,
17,
796,
581,
17,
13,
19282,
764,
61,
362,
198,
2,
220,
220,
220,
220,
266,
16,
11,
266,
17,
796,
21748,
62,
43775,
7,
7785,
16,
11,
1401,
17,
8,
198,
2,
220,
220,
220,
220,
357,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
1988,
796,
2488,
12195,
86,
16,
1635,
581,
16,
13,
8367,
1343,
266,
17,
9,
411,
17,
13,
8367,
828,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
14367,
796,
2488,
12195,
31166,
17034,
7,
86,
16,
61,
17,
9,
7785,
16,
1343,
266,
17,
61,
17,
9,
7785,
17,
4008,
198,
2,
220,
220,
220,
220,
1267,
198,
2,
886,
198,
2,
220,
198,
2,
2163,
21748,
62,
43775,
7,
7785,
16,
3712,
23839,
38469,
11,
1401,
17,
3712,
23839,
38469,
8,
198,
2,
220,
220,
220,
220,
14729,
796,
21748,
62,
43775,
62,
1416,
282,
283,
12195,
7785,
16,
11,
1401,
17,
8,
198,
2,
220,
220,
220,
220,
717,
12195,
79,
3468,
828,
938,
12195,
79,
3468,
8,
198,
2,
886,
198,
2,
220,
198,
2,
2163,
21748,
62,
43775,
7,
7785,
16,
11,
1401,
17,
8,
198,
2,
220,
220,
220,
220,
21748,
62,
43775,
62,
1416,
282,
283,
7,
7785,
16,
11,
1401,
17,
8,
198,
2,
886,
198,
2,
220,
198,
2,
2163,
21748,
62,
43775,
62,
1416,
282,
283,
7,
7785,
16,
11,
1401,
17,
8,
198,
2,
220,
220,
220,
220,
1976,
796,
6632,
7,
7785,
16,
8,
198,
2,
220,
220,
220,
220,
267,
796,
530,
7,
7785,
16,
8,
198,
2,
220,
220,
220,
220,
611,
318,
22570,
7,
7785,
16,
8,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
357,
78,
11,
1976,
8,
198,
2,
220,
220,
220,
220,
2073,
361,
318,
22570,
7,
7785,
17,
8,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
357,
89,
11,
78,
8,
198,
2,
220,
220,
220,
220,
2073,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
279,
16,
796,
267,
14,
7785,
16,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
279,
17,
796,
267,
14,
7785,
17,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
279,
220,
796,
279,
16,
1343,
279,
17,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
357,
79,
16,
14,
79,
11,
279,
17,
14,
79,
8,
198,
2,
220,
220,
220,
220,
886,
198,
2,
886,
628
] | 2.152219 | 1,938 |
#= MIT License
Copyright (c) 2020, 2021 Uwe Fechner
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. =#
# data structures for the flight state and the flight log
# functions for creating a demo flight state, demo flight log, loading and saving flight logs
# function se() for reading the settings
# the parameter P is the number of points of the tether, equal to segments+1
# in addition helper functions for working with rotations
"""
Settings
Flat struct, defining the settings of the Simulator and the Viewer.
$(TYPEDFIELDS)
"""
@with_kw mutable struct Settings @deftype Float64
project::String = ""
log_file::String = ""
"file name of the 3D model of the kite for the viewer"
model::String = ""
"name of the kite model to use (KPS3 or KPS4)"
physical_model::String = ""
version::Int64 = 1
"number of tether segments"
segments::Int64 = 0
sample_freq::Int64 = 0
time_lapse = 0
zoom = 0
kite_scale = 1.0
fixed_font::String = ""
abs_tol = 0.0
rel_tol = 0.0
max_iter::Int64 = 1
v_reel_out = 0
c0 = 0
c_s = 0
c2_cor = 0
k_ds = 0
"projected kite area [m^2]"
area = 0
"kite mass incl. sensor unit [kg]"
mass = 0
"height of the kite [m]"
height_k = 0
alpha_cl::Vector{Float64} = []
cl_list::Vector{Float64} = []
alpha_cd::Vector{Float64} = []
cd_list::Vector{Float64} = []
"width of the kite [m]"
width = 0
alpha_zero = 0
alpha_ztip = 0
"relative nose distance; increasing m_k increases C2 of the turn-rate law"
m_k = 0
rel_nose_mass = 0
"mass of the top particle relative to the sum of top and side particles"
rel_top_mass = 0
"relative side area [%]"
rel_side_area = 0
"max depower angle [deg]"
alpha_d_max = 0
"mass of the kite control unit [kg]"
kcu_mass = 0
"power to steering line distance [m]"
power2steer_dist = 0
depower_drum_diameter = 0
depower_offset = 0
tape_thickness = 0
v_depower = 0
v_steering = 0
depower_gain = 0
steering_gain = 0
v_wind = 0
v_wind_ref::Vector{Float64} = [] # wind speed vector at reference height
h_ref = 0
rho_0 = 0
z0 = 0
profile_law::Int64 = 0
alpha = 0
cd_tether = 0
d_tether = 0
d_line = 0
"height of the bridle [m]"
h_bridle = 0
l_bridle = 0
l_tether = 0
damping = 0
c_spring = 0
"density of Dyneema [kg/m³]"
rho_tether = 0
"axial tensile modulus of the tether [Pa]"
e_tether = 0
"initial elevation angle [deg]"
elevation = 0
"simulation time [sim only]"
depower = 0
sim_time = 0
"temperature at reference height [°C]"
temp_ref = 0
"height of groundstation above see level [m]"
height_gnd = 0
"turbulence intensity relative to Cabau, NL"
use_turbulence = 0
"wind speeds at ref height for calculating the turbulent wind field [m/s]"
v_wind_gnds::Vector{Float64} = []
"average height during reel out [m]"
avg_height = 0
"relative turbulence at the v_wind_gnds"
rel_turbs::Vector{Float64} = []
"the expected value of the turbulence intensity at 15 m/s"
i_ref = 0
"five times the average wind speed in m/s at hub height over the full year [m/s]"
v_ref = 0
"grid resolution in z direction [m]"
height_step = 0
"grid resolution in x and y direction [m]"
grid_step = 0
end
const SETTINGS = Settings()
"""
set_data_path(data_path="")
Set the directory for log and config files.
If called without argument, use the data path of the package to obtain the default settings
when calling se().
"""
function set_data_path(data_path="")
if data_path==""
data_path = joinpath(dirname(dirname(pathof(KiteUtils))), "data")
end
if data_path != DATA_PATH[1]
DATA_PATH[1] = data_path
SETTINGS.segments == 0 # enforce reloading of settings.yaml
end
end
"""
load_settings(project="")
Load the project with the given file name. The default project is determined by the content of the file system.yaml .
The project must include the path and the suffix .yaml .
"""
function load_settings(project="")
SETTINGS.segments=0
se(project)
end
"""
copy_settings()
Copy the default settings.yaml and system.yaml files to the folder DATAPATH
(it will be created if it doesn't exist).
"""
function copy_settings()
if ! isdir(DATA_PATH[1])
mkdir(DATA_PATH[1])
end
src_path = joinpath(dirname(pathof(@__MODULE__)), "..", DATA_PATH[1])
cp(joinpath(src_path, "settings.yaml"), joinpath(DATA_PATH[1], "settings.yaml"), force=true)
cp(joinpath(src_path, "system.yaml"), joinpath(DATA_PATH[1], "system.yaml"), force=true)
chmod(joinpath(DATA_PATH[1], "settings.yaml"), 0o664)
chmod(joinpath(DATA_PATH[1], "system.yaml"), 0o664)
end
"""
se()
Getter function for the [`Settings`](@ref) struct.
The default project is determined by the content of the file system.yaml .
"""
function se(project="")
if SETTINGS.segments == 0
if project == ""
# determine which project to load
dict = YAML.load_file(joinpath(DATA_PATH[1], "system.yaml"))
SETTINGS.project = dict["system"]["project"]
end
# load project from YAML
dict = YAML.load_file(joinpath(DATA_PATH[1], SETTINGS.project))
tmp = split(dict["system"]["log_file"], "/")
SETTINGS.log_file = joinpath(tmp[1], tmp[2])
SETTINGS.segments = dict["system"]["segments"]
SETTINGS.sample_freq = dict["system"]["sample_freq"]
SETTINGS.time_lapse = dict["system"]["time_lapse"]
SETTINGS.sim_time = dict["system"]["sim_time"]
SETTINGS.zoom = dict["system"]["zoom"]
SETTINGS.kite_scale = dict["system"]["kite_scale"]
SETTINGS.fixed_font = dict["system"]["fixed_font"]
SETTINGS.l_tether = dict["initial"]["l_tether"]
SETTINGS.v_reel_out = dict["initial"]["v_reel_out"]
SETTINGS.elevation = dict["initial"]["elevation"]
SETTINGS.depower = dict["initial"]["depower"]
SETTINGS.abs_tol = dict["solver"]["abs_tol"]
SETTINGS.rel_tol = dict["solver"]["rel_tol"]
SETTINGS.max_iter = dict["solver"]["max_iter"]
SETTINGS.c0 = dict["steering"]["c0"]
SETTINGS.c_s = dict["steering"]["c_s"]
SETTINGS.c2_cor = dict["steering"]["c2_cor"]
SETTINGS.k_ds = dict["steering"]["k_ds"]
SETTINGS.alpha_d_max = dict["depower"]["alpha_d_max"]
SETTINGS.depower_offset = dict["depower"]["depower_offset"]
SETTINGS.model = dict["kite"]["model"]
SETTINGS.physical_model= dict["kite"]["physical_model"]
SETTINGS.version = dict["kite"]["version"]
SETTINGS.area = dict["kite"]["area"]
SETTINGS.rel_side_area = dict["kite"]["rel_side_area"]
SETTINGS.mass = dict["kite"]["mass"]
SETTINGS.height_k = dict["kite"]["height"]
SETTINGS.alpha_cl = dict["kite"]["alpha_cl"]
SETTINGS.cl_list = dict["kite"]["cl_list"]
SETTINGS.alpha_cd = dict["kite"]["alpha_cd"]
SETTINGS.cd_list = dict["kite"]["cd_list"]
SETTINGS.width = dict["kps4"]["width"]
SETTINGS.alpha_zero = dict["kps4"]["alpha_zero"]
SETTINGS.alpha_ztip = dict["kps4"]["alpha_ztip"]
SETTINGS.m_k = dict["kps4"]["m_k"]
SETTINGS.rel_nose_mass = dict["kps4"]["rel_nose_mass"]
SETTINGS.rel_top_mass = dict["kps4"]["rel_top_mass"]
SETTINGS.l_bridle = dict["bridle"]["l_bridle"]
SETTINGS.h_bridle = dict["bridle"]["h_bridle"]
SETTINGS.d_line = dict["bridle"]["d_line"]
SETTINGS.kcu_mass = dict["kcu"]["kcu_mass"]
SETTINGS.power2steer_dist = dict["kcu"]["power2steer_dist"]
SETTINGS.depower_drum_diameter = dict["kcu"]["depower_drum_diameter"]
SETTINGS.tape_thickness = dict["kcu"]["tape_thickness"]
SETTINGS.v_depower = dict["kcu"]["v_depower"]
SETTINGS.v_steering = dict["kcu"]["v_steering"]
SETTINGS.depower_gain = dict["kcu"]["depower_gain"]
SETTINGS.steering_gain = dict["kcu"]["steering_gain"]
SETTINGS.cd_tether = dict["tether"]["cd_tether"]
SETTINGS.d_tether = dict["tether"]["d_tether"]
SETTINGS.damping = dict["tether"]["damping"]
SETTINGS.c_spring = dict["tether"]["c_spring"]
SETTINGS.rho_tether = dict["tether"]["rho_tether"]
SETTINGS.e_tether = dict["tether"]["e_tether"]
SETTINGS.v_wind = dict["environment"]["v_wind"]
SETTINGS.v_wind_ref = dict["environment"]["v_wind_ref"]
SETTINGS.h_ref = dict["environment"]["h_ref"]
SETTINGS.rho_0 = dict["environment"]["rho_0"]
SETTINGS.z0 = dict["environment"]["z0"]
SETTINGS.alpha = dict["environment"]["alpha"]
SETTINGS.profile_law = dict["environment"]["profile_law"]
SETTINGS.temp_ref = dict["environment"]["temp_ref"] # temperature at reference height [°C]
SETTINGS.height_gnd = dict["environment"]["height_gnd"] # height of groundstation above see level [m]
SETTINGS.use_turbulence = dict["environment"]["use_turbulence"] # turbulence intensity relative to Cabau, NL
SETTINGS.v_wind_gnds = dict["environment"]["v_wind_gnds"] # wind speeds at ref height for calculating the turbulent wind field [m/s]
SETTINGS.avg_height = dict["environment"]["avg_height"] # average height during reel out [m]
SETTINGS.rel_turbs = dict["environment"]["rel_turbs"] # relative turbulence at the v_wind_gnds
SETTINGS.i_ref = dict["environment"]["i_ref"] # is the expected value of the turbulence intensity at 15 m/s.
SETTINGS.v_ref = dict["environment"]["v_ref"] # five times the average wind speed in m/s at hub height over the full year [m/s]
# Cabau: 8.5863 m/s * 5.0 = 42.9 m/s
SETTINGS.height_step = dict["environment"]["height_step"] # use a grid with 2m resolution in z direction [m]
SETTINGS.grid_step = dict["environment"]["grid_step"] # grid resolution in x and y direction [m]
end
return SETTINGS
end
| [
2,
28,
17168,
13789,
198,
198,
15269,
357,
66,
8,
12131,
11,
33448,
471,
732,
376,
3055,
1008,
198,
198,
5990,
3411,
318,
29376,
7520,
11,
1479,
286,
3877,
11,
284,
597,
1048,
16727,
257,
4866,
198,
1659,
428,
3788,
290,
3917,
10314,
3696,
357,
1169,
366,
25423,
12340,
284,
1730,
198,
259,
262,
10442,
1231,
17504,
11,
1390,
1231,
17385,
262,
2489,
198,
1462,
779,
11,
4866,
11,
13096,
11,
20121,
11,
7715,
11,
14983,
11,
850,
43085,
11,
290,
14,
273,
3677,
198,
22163,
444,
286,
262,
10442,
11,
290,
284,
8749,
6506,
284,
4150,
262,
10442,
318,
198,
69,
700,
1348,
284,
466,
523,
11,
2426,
284,
262,
1708,
3403,
25,
198,
198,
464,
2029,
6634,
4003,
290,
428,
7170,
4003,
2236,
307,
3017,
287,
477,
198,
22163,
444,
393,
8904,
16690,
286,
262,
10442,
13,
198,
198,
10970,
47466,
3180,
36592,
2389,
1961,
366,
1921,
3180,
1600,
42881,
34764,
56,
3963,
15529,
509,
12115,
11,
7788,
32761,
6375,
198,
3955,
49094,
11,
47783,
2751,
21728,
5626,
40880,
5390,
3336,
34764,
11015,
3963,
34482,
3398,
1565,
5603,
25382,
11,
198,
37,
46144,
7473,
317,
16652,
2149,
37232,
33079,
48933,
5357,
44521,
1268,
10913,
2751,
12529,
13,
3268,
8005,
49261,
50163,
3336,
198,
32,
24318,
20673,
6375,
27975,
38162,
9947,
367,
15173,
4877,
9348,
43031,
19146,
7473,
15529,
47666,
3955,
11,
29506,
25552,
6375,
25401,
198,
43,
3539,
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,
12425,
3963,
6375,
3268,
7102,
45,
24565,
13315,
3336,
47466,
6375,
3336,
23210,
6375,
25401,
5550,
1847,
20754,
3268,
3336,
198,
15821,
37485,
13,
796,
2,
198,
198,
2,
1366,
8573,
329,
262,
5474,
1181,
290,
262,
5474,
2604,
198,
2,
5499,
329,
4441,
257,
13605,
5474,
1181,
11,
13605,
5474,
2604,
11,
11046,
290,
8914,
5474,
17259,
198,
2,
2163,
384,
3419,
329,
3555,
262,
6460,
198,
2,
262,
11507,
350,
318,
262,
1271,
286,
2173,
286,
262,
49477,
11,
4961,
284,
17894,
10,
16,
198,
2,
287,
3090,
31904,
5499,
329,
1762,
351,
5724,
602,
198,
198,
37811,
198,
220,
220,
220,
16163,
198,
198,
7414,
265,
2878,
11,
16215,
262,
6460,
286,
262,
13942,
290,
262,
3582,
263,
13,
198,
198,
3,
7,
9936,
47,
1961,
11674,
3698,
5258,
8,
198,
37811,
198,
31,
4480,
62,
46265,
4517,
540,
2878,
16163,
2488,
2934,
701,
2981,
48436,
2414,
198,
220,
220,
220,
1628,
3712,
10100,
220,
220,
220,
220,
220,
220,
796,
13538,
198,
220,
220,
220,
2604,
62,
7753,
3712,
10100,
220,
220,
220,
220,
220,
796,
13538,
198,
220,
220,
220,
366,
7753,
1438,
286,
262,
513,
35,
2746,
286,
262,
479,
578,
329,
262,
19091,
1,
198,
220,
220,
220,
2746,
3712,
10100,
220,
220,
220,
220,
220,
220,
220,
220,
796,
13538,
198,
220,
220,
220,
366,
3672,
286,
262,
479,
578,
2746,
284,
779,
357,
42,
3705,
18,
393,
509,
3705,
19,
16725,
198,
220,
220,
220,
3518,
62,
19849,
3712,
10100,
796,
13538,
198,
220,
220,
220,
2196,
3712,
5317,
2414,
796,
352,
198,
220,
220,
220,
366,
17618,
286,
49477,
17894,
1,
198,
220,
220,
220,
17894,
3712,
5317,
2414,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
6291,
62,
19503,
80,
3712,
5317,
2414,
220,
220,
220,
796,
657,
198,
220,
220,
220,
640,
62,
75,
7512,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
19792,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
479,
578,
62,
9888,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
352,
13,
15,
198,
220,
220,
220,
5969,
62,
10331,
3712,
10100,
220,
220,
220,
796,
13538,
198,
220,
220,
220,
2352,
62,
83,
349,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
13,
15,
198,
220,
220,
220,
823,
62,
83,
349,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
13,
15,
198,
220,
220,
220,
3509,
62,
2676,
3712,
5317,
2414,
220,
220,
220,
220,
220,
220,
796,
352,
198,
220,
220,
220,
410,
62,
260,
417,
62,
448,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
269,
15,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
269,
62,
82,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
269,
17,
62,
10215,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
479,
62,
9310,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
366,
16302,
276,
479,
578,
1989,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
76,
61,
17,
30866,
198,
220,
220,
220,
1989,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
366,
74,
578,
2347,
13358,
13,
12694,
4326,
220,
220,
220,
220,
685,
10025,
30866,
198,
220,
220,
220,
2347,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
366,
17015,
286,
262,
479,
578,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
76,
30866,
198,
220,
220,
220,
6001,
62,
74,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
17130,
62,
565,
3712,
38469,
90,
43879,
2414,
92,
796,
17635,
198,
220,
220,
220,
537,
62,
4868,
3712,
38469,
90,
43879,
2414,
92,
220,
796,
17635,
198,
220,
220,
220,
17130,
62,
10210,
3712,
38469,
90,
43879,
2414,
92,
796,
17635,
198,
220,
220,
220,
22927,
62,
4868,
3712,
38469,
90,
43879,
2414,
92,
220,
796,
17635,
198,
220,
220,
220,
366,
10394,
286,
262,
479,
578,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
76,
30866,
198,
220,
220,
220,
9647,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
17130,
62,
22570,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
17130,
62,
89,
22504,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
366,
43762,
9686,
5253,
26,
3649,
285,
62,
74,
5732,
327,
17,
286,
262,
1210,
12,
4873,
1099,
1,
198,
220,
220,
220,
285,
62,
74,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
823,
62,
77,
577,
62,
22208,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
366,
22208,
286,
262,
1353,
18758,
3585,
284,
262,
2160,
286,
1353,
290,
1735,
13166,
1,
198,
220,
220,
220,
823,
62,
4852,
62,
22208,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
366,
43762,
1735,
1989,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
4,
30866,
198,
220,
220,
220,
823,
62,
1589,
62,
20337,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
366,
9806,
1207,
789,
9848,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
13500,
30866,
198,
220,
220,
220,
17130,
62,
67,
62,
9806,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
366,
22208,
286,
262,
479,
578,
1630,
4326,
220,
220,
685,
10025,
30866,
198,
220,
220,
220,
479,
27399,
62,
22208,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
366,
6477,
284,
19702,
1627,
5253,
220,
685,
76,
30866,
198,
220,
220,
220,
1176,
17,
4169,
263,
62,
17080,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
1207,
789,
62,
67,
6582,
62,
67,
13173,
796,
657,
198,
220,
220,
220,
1207,
789,
62,
28968,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
9154,
62,
400,
624,
1108,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
410,
62,
10378,
789,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
410,
62,
4169,
1586,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
1207,
789,
62,
48544,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
19702,
62,
48544,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
410,
62,
7972,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
410,
62,
7972,
62,
5420,
3712,
38469,
90,
43879,
2414,
92,
796,
17635,
1303,
2344,
2866,
15879,
379,
4941,
6001,
198,
220,
220,
220,
289,
62,
5420,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
374,
8873,
62,
15,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
1976,
15,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
7034,
62,
6270,
3712,
5317,
2414,
220,
220,
220,
796,
657,
198,
220,
220,
220,
17130,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
22927,
62,
83,
6750,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
288,
62,
83,
6750,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
288,
62,
1370,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
366,
17015,
286,
262,
38265,
293,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
76,
30866,
198,
220,
220,
220,
289,
62,
10236,
293,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
300,
62,
10236,
293,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
300,
62,
83,
6750,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
21151,
278,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
269,
62,
16469,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
366,
43337,
286,
23524,
710,
19687,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
10025,
14,
76,
126,
111,
30866,
198,
220,
220,
220,
374,
8873,
62,
83,
6750,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
366,
897,
498,
11192,
576,
953,
23515,
286,
262,
49477,
220,
220,
220,
220,
685,
28875,
30866,
198,
220,
220,
220,
304,
62,
83,
6750,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
366,
36733,
22910,
9848,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
13500,
30866,
198,
220,
220,
220,
22910,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
366,
14323,
1741,
640,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
14323,
691,
30866,
198,
220,
220,
220,
1207,
789,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
985,
62,
2435,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
366,
11498,
21069,
379,
4941,
6001,
220,
220,
220,
220,
220,
220,
220,
220,
685,
7200,
34,
30866,
198,
220,
220,
220,
20218,
62,
5420,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
366,
17015,
286,
2323,
17529,
2029,
766,
1241,
220,
685,
76,
30866,
198,
220,
220,
220,
6001,
62,
70,
358,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
366,
83,
5945,
32401,
12245,
3585,
284,
15976,
559,
11,
22879,
1,
198,
220,
220,
220,
779,
62,
83,
5945,
32401,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
366,
7972,
12055,
379,
1006,
6001,
329,
26019,
262,
42291,
2344,
2214,
685,
76,
14,
82,
30866,
198,
220,
220,
220,
410,
62,
7972,
62,
70,
358,
82,
3712,
38469,
90,
43879,
2414,
92,
796,
17635,
198,
220,
220,
220,
366,
23913,
6001,
1141,
35672,
503,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
76,
30866,
198,
220,
220,
220,
42781,
62,
17015,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
366,
43762,
47741,
379,
262,
410,
62,
7972,
62,
70,
358,
82,
1,
198,
220,
220,
220,
823,
62,
36590,
1443,
3712,
38469,
90,
43879,
2414,
92,
796,
17635,
198,
220,
220,
220,
366,
1169,
2938,
1988,
286,
262,
47741,
12245,
379,
1315,
285,
14,
82,
1,
198,
220,
220,
220,
1312,
62,
5420,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
366,
13261,
1661,
262,
2811,
2344,
2866,
287,
285,
14,
82,
379,
12575,
6001,
625,
262,
1336,
614,
220,
220,
220,
685,
76,
14,
82,
30866,
198,
220,
220,
220,
410,
62,
5420,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
220,
220,
220,
366,
25928,
6323,
287,
1976,
4571,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
76,
30866,
198,
220,
220,
220,
6001,
62,
9662,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
220,
198,
220,
220,
220,
366,
25928,
6323,
287,
2124,
290,
331,
4571,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
76,
30866,
198,
220,
220,
220,
10706,
62,
9662,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
657,
198,
437,
198,
9979,
25823,
51,
20754,
796,
16163,
3419,
198,
198,
37811,
198,
220,
220,
220,
900,
62,
7890,
62,
6978,
7,
7890,
62,
6978,
2625,
4943,
198,
198,
7248,
262,
8619,
329,
2604,
290,
4566,
3696,
13,
198,
198,
1532,
1444,
1231,
4578,
11,
779,
262,
1366,
3108,
286,
262,
5301,
284,
7330,
262,
4277,
6460,
198,
12518,
4585,
384,
22446,
220,
198,
37811,
198,
8818,
900,
62,
7890,
62,
6978,
7,
7890,
62,
6978,
2625,
4943,
198,
220,
220,
220,
611,
1366,
62,
6978,
855,
15931,
198,
220,
220,
220,
220,
220,
220,
220,
1366,
62,
6978,
796,
4654,
6978,
7,
15908,
3672,
7,
15908,
3672,
7,
6978,
1659,
7,
42,
578,
18274,
4487,
4008,
828,
366,
7890,
4943,
198,
220,
220,
220,
886,
198,
220,
220,
220,
611,
1366,
62,
6978,
14512,
42865,
62,
34219,
58,
16,
60,
198,
220,
220,
220,
220,
220,
220,
220,
42865,
62,
34219,
58,
16,
60,
796,
1366,
62,
6978,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
325,
11726,
6624,
657,
1303,
4605,
18126,
278,
286,
6460,
13,
88,
43695,
198,
220,
220,
220,
886,
198,
437,
198,
198,
37811,
198,
220,
220,
220,
3440,
62,
33692,
7,
16302,
2625,
4943,
198,
198,
8912,
262,
1628,
351,
262,
1813,
2393,
1438,
13,
383,
4277,
1628,
318,
5295,
416,
262,
2695,
286,
262,
2393,
1080,
13,
88,
43695,
764,
198,
198,
464,
1628,
1276,
2291,
262,
3108,
290,
262,
35488,
764,
88,
43695,
764,
198,
37811,
198,
8818,
3440,
62,
33692,
7,
16302,
2625,
4943,
198,
220,
220,
220,
25823,
51,
20754,
13,
325,
11726,
28,
15,
198,
220,
220,
220,
384,
7,
16302,
8,
198,
437,
198,
198,
37811,
198,
220,
220,
220,
4866,
62,
33692,
3419,
198,
198,
29881,
262,
4277,
6460,
13,
88,
43695,
290,
1080,
13,
88,
43695,
3696,
284,
262,
9483,
360,
1404,
2969,
12599,
198,
7,
270,
481,
307,
2727,
611,
340,
1595,
470,
2152,
737,
198,
37811,
198,
8818,
4866,
62,
33692,
3419,
198,
220,
220,
220,
611,
5145,
318,
15908,
7,
26947,
62,
34219,
58,
16,
12962,
220,
198,
220,
220,
220,
220,
220,
220,
220,
33480,
15908,
7,
26947,
62,
34219,
58,
16,
12962,
198,
220,
220,
220,
886,
198,
220,
220,
220,
12351,
62,
6978,
796,
4654,
6978,
7,
15908,
3672,
7,
6978,
1659,
7,
31,
834,
33365,
24212,
834,
36911,
366,
492,
1600,
42865,
62,
34219,
58,
16,
12962,
198,
220,
220,
220,
31396,
7,
22179,
6978,
7,
10677,
62,
6978,
11,
366,
33692,
13,
88,
43695,
12340,
4654,
6978,
7,
26947,
62,
34219,
58,
16,
4357,
366,
33692,
13,
88,
43695,
12340,
2700,
28,
7942,
8,
198,
220,
220,
220,
31396,
7,
22179,
6978,
7,
10677,
62,
6978,
11,
366,
10057,
13,
88,
43695,
12340,
4654,
6978,
7,
26947,
62,
34219,
58,
16,
4357,
366,
10057,
13,
88,
43695,
12340,
2700,
28,
7942,
8,
198,
220,
220,
220,
442,
4666,
7,
22179,
6978,
7,
26947,
62,
34219,
58,
16,
4357,
366,
33692,
13,
88,
43695,
12340,
657,
78,
21,
2414,
8,
198,
220,
220,
220,
442,
4666,
7,
22179,
6978,
7,
26947,
62,
34219,
58,
16,
4357,
366,
10057,
13,
88,
43695,
12340,
657,
78,
21,
2414,
8,
198,
437,
198,
198,
37811,
198,
220,
220,
220,
384,
3419,
198,
198,
3855,
353,
2163,
329,
262,
685,
63,
26232,
63,
16151,
31,
5420,
8,
2878,
13,
198,
198,
464,
4277,
1628,
318,
5295,
416,
262,
2695,
286,
262,
2393,
1080,
13,
88,
43695,
764,
198,
37811,
198,
8818,
384,
7,
16302,
2625,
4943,
198,
220,
220,
220,
611,
25823,
51,
20754,
13,
325,
11726,
6624,
657,
198,
220,
220,
220,
220,
220,
220,
220,
611,
1628,
6624,
13538,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
5004,
543,
1628,
284,
3440,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
8633,
796,
575,
2390,
43,
13,
2220,
62,
7753,
7,
22179,
6978,
7,
26947,
62,
34219,
58,
16,
4357,
366,
10057,
13,
88,
43695,
48774,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
16302,
796,
8633,
14692,
10057,
1,
7131,
1,
16302,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
3440,
1628,
422,
575,
2390,
43,
198,
220,
220,
220,
220,
220,
220,
220,
8633,
796,
575,
2390,
43,
13,
2220,
62,
7753,
7,
22179,
6978,
7,
26947,
62,
34219,
58,
16,
4357,
25823,
51,
20754,
13,
16302,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
45218,
796,
6626,
7,
11600,
14692,
10057,
1,
7131,
1,
6404,
62,
7753,
33116,
12813,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
6404,
62,
7753,
220,
220,
220,
796,
4654,
6978,
7,
22065,
58,
16,
4357,
45218,
58,
17,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
325,
11726,
220,
220,
220,
796,
8633,
14692,
10057,
1,
7131,
1,
325,
11726,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
39873,
62,
19503,
80,
796,
8633,
14692,
10057,
1,
7131,
1,
39873,
62,
19503,
80,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
2435,
62,
75,
7512,
220,
796,
8633,
14692,
10057,
1,
7131,
1,
2435,
62,
75,
7512,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
14323,
62,
2435,
220,
220,
220,
796,
8633,
14692,
10057,
1,
7131,
1,
14323,
62,
2435,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
89,
4207,
220,
220,
220,
220,
220,
220,
220,
796,
8633,
14692,
10057,
1,
7131,
1,
89,
4207,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
74,
578,
62,
9888,
220,
796,
8633,
14692,
10057,
1,
7131,
1,
74,
578,
62,
9888,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
34021,
62,
10331,
220,
796,
8633,
14692,
10057,
1,
7131,
1,
34021,
62,
10331,
8973,
628,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
75,
62,
83,
6750,
220,
220,
220,
796,
8633,
14692,
36733,
1,
7131,
1,
75,
62,
83,
6750,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
85,
62,
260,
417,
62,
448,
220,
796,
8633,
14692,
36733,
1,
7131,
1,
85,
62,
260,
417,
62,
448,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
68,
2768,
341,
220,
220,
796,
8633,
14692,
36733,
1,
7131,
1,
68,
2768,
341,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
10378,
789,
220,
220,
220,
220,
796,
8633,
14692,
36733,
1,
7131,
1,
10378,
789,
8973,
628,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
8937,
62,
83,
349,
220,
220,
220,
220,
796,
8633,
14692,
82,
14375,
1,
7131,
1,
8937,
62,
83,
349,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
2411,
62,
83,
349,
220,
220,
220,
220,
796,
8633,
14692,
82,
14375,
1,
7131,
1,
2411,
62,
83,
349,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
9806,
62,
2676,
220,
220,
220,
796,
8633,
14692,
82,
14375,
1,
7131,
1,
9806,
62,
2676,
8973,
628,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
66,
15,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
8633,
14692,
4169,
1586,
1,
7131,
1,
66,
15,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
66,
62,
82,
220,
220,
220,
220,
220,
220,
220,
220,
796,
8633,
14692,
4169,
1586,
1,
7131,
1,
66,
62,
82,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
66,
17,
62,
10215,
220,
220,
220,
220,
220,
796,
8633,
14692,
4169,
1586,
1,
7131,
1,
66,
17,
62,
10215,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
74,
62,
9310,
220,
220,
220,
220,
220,
220,
220,
796,
8633,
14692,
4169,
1586,
1,
7131,
1,
74,
62,
9310,
8973,
628,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
26591,
62,
67,
62,
9806,
220,
220,
220,
796,
8633,
14692,
10378,
789,
1,
7131,
1,
26591,
62,
67,
62,
9806,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
10378,
789,
62,
28968,
796,
8633,
14692,
10378,
789,
1,
7131,
1,
10378,
789,
62,
28968,
8973,
628,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
19849,
220,
220,
220,
220,
220,
220,
220,
220,
796,
8633,
14692,
74,
578,
1,
7131,
1,
19849,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
42854,
62,
19849,
28,
8633,
14692,
74,
578,
1,
7131,
1,
42854,
62,
19849,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
9641,
220,
220,
220,
220,
220,
220,
796,
8633,
14692,
74,
578,
1,
7131,
1,
9641,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
20337,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
8633,
14692,
74,
578,
1,
7131,
1,
20337,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
2411,
62,
1589,
62,
20337,
796,
8633,
14692,
74,
578,
1,
7131,
1,
2411,
62,
1589,
62,
20337,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
22208,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
8633,
14692,
74,
578,
1,
7131,
1,
22208,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
17015,
62,
74,
220,
220,
220,
220,
220,
796,
8633,
14692,
74,
578,
1,
7131,
1,
17015,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
26591,
62,
565,
220,
220,
220,
220,
220,
796,
8633,
14692,
74,
578,
1,
7131,
1,
26591,
62,
565,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
565,
62,
4868,
220,
220,
220,
220,
220,
220,
796,
8633,
14692,
74,
578,
1,
7131,
1,
565,
62,
4868,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
26591,
62,
10210,
220,
220,
220,
220,
220,
796,
8633,
14692,
74,
578,
1,
7131,
1,
26591,
62,
10210,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
10210,
62,
4868,
220,
220,
220,
220,
220,
220,
796,
8633,
14692,
74,
578,
1,
7131,
1,
10210,
62,
4868,
8973,
628,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
10394,
220,
220,
220,
220,
220,
220,
220,
220,
796,
8633,
14692,
74,
862,
19,
1,
7131,
1,
10394,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
26591,
62,
22570,
220,
220,
220,
796,
8633,
14692,
74,
862,
19,
1,
7131,
1,
26591,
62,
22570,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
26591,
62,
89,
22504,
220,
220,
220,
796,
8633,
14692,
74,
862,
19,
1,
7131,
1,
26591,
62,
89,
22504,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
76,
62,
74,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
8633,
14692,
74,
862,
19,
1,
7131,
1,
76,
62,
74,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
2411,
62,
77,
577,
62,
22208,
796,
8633,
14692,
74,
862,
19,
1,
7131,
1,
2411,
62,
77,
577,
62,
22208,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
2411,
62,
4852,
62,
22208,
220,
796,
8633,
14692,
74,
862,
19,
1,
7131,
1,
2411,
62,
4852,
62,
22208,
8973,
628,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
75,
62,
10236,
293,
220,
220,
220,
220,
220,
796,
8633,
14692,
10236,
293,
1,
7131,
1,
75,
62,
10236,
293,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
71,
62,
10236,
293,
220,
220,
220,
220,
220,
796,
8633,
14692,
10236,
293,
1,
7131,
1,
71,
62,
10236,
293,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
67,
62,
1370,
220,
220,
220,
220,
220,
220,
220,
796,
8633,
14692,
10236,
293,
1,
7131,
1,
67,
62,
1370,
8973,
628,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
74,
27399,
62,
22208,
220,
220,
220,
220,
220,
220,
220,
220,
796,
8633,
14692,
74,
27399,
1,
7131,
1,
74,
27399,
62,
22208,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
6477,
17,
4169,
263,
62,
17080,
796,
8633,
14692,
74,
27399,
1,
7131,
1,
6477,
17,
4169,
263,
62,
17080,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
10378,
789,
62,
67,
6582,
62,
67,
13173,
796,
8633,
14692,
74,
27399,
1,
7131,
1,
10378,
789,
62,
67,
6582,
62,
67,
13173,
8973,
628,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
83,
1758,
62,
400,
624,
1108,
220,
220,
796,
8633,
14692,
74,
27399,
1,
7131,
1,
83,
1758,
62,
400,
624,
1108,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
85,
62,
10378,
789,
220,
220,
220,
220,
220,
220,
220,
796,
8633,
14692,
74,
27399,
1,
7131,
1,
85,
62,
10378,
789,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
85,
62,
4169,
1586,
220,
220,
220,
220,
220,
220,
796,
8633,
14692,
74,
27399,
1,
7131,
1,
85,
62,
4169,
1586,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
10378,
789,
62,
48544,
220,
220,
220,
220,
796,
8633,
14692,
74,
27399,
1,
7131,
1,
10378,
789,
62,
48544,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
4169,
1586,
62,
48544,
220,
220,
220,
796,
8633,
14692,
74,
27399,
1,
7131,
1,
4169,
1586,
62,
48544,
8973,
628,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
10210,
62,
83,
6750,
220,
220,
796,
8633,
14692,
83,
6750,
1,
7131,
1,
10210,
62,
83,
6750,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
67,
62,
83,
6750,
220,
220,
220,
796,
8633,
14692,
83,
6750,
1,
7131,
1,
67,
62,
83,
6750,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
67,
37843,
220,
220,
220,
220,
796,
8633,
14692,
83,
6750,
1,
7131,
1,
67,
37843,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
66,
62,
16469,
220,
220,
220,
796,
8633,
14692,
83,
6750,
1,
7131,
1,
66,
62,
16469,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
81,
8873,
62,
83,
6750,
220,
796,
8633,
14692,
83,
6750,
1,
7131,
1,
81,
8873,
62,
83,
6750,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
68,
62,
83,
6750,
220,
220,
220,
796,
8633,
14692,
83,
6750,
1,
7131,
1,
68,
62,
83,
6750,
8973,
628,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
85,
62,
7972,
220,
220,
220,
220,
220,
796,
8633,
14692,
38986,
1,
7131,
1,
85,
62,
7972,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
85,
62,
7972,
62,
5420,
220,
796,
8633,
14692,
38986,
1,
7131,
1,
85,
62,
7972,
62,
5420,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
71,
62,
5420,
220,
220,
220,
220,
220,
220,
796,
8633,
14692,
38986,
1,
7131,
1,
71,
62,
5420,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
81,
8873,
62,
15,
220,
220,
220,
220,
220,
220,
796,
8633,
14692,
38986,
1,
7131,
1,
81,
8873,
62,
15,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
89,
15,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
8633,
14692,
38986,
1,
7131,
1,
89,
15,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
26591,
220,
220,
220,
220,
220,
220,
796,
8633,
14692,
38986,
1,
7131,
1,
26591,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
13317,
62,
6270,
796,
8633,
14692,
38986,
1,
7131,
1,
13317,
62,
6270,
8973,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
29510,
62,
5420,
220,
220,
220,
796,
8633,
14692,
38986,
1,
7131,
1,
29510,
62,
5420,
8973,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
5951,
379,
4941,
6001,
220,
220,
220,
220,
220,
220,
220,
220,
685,
7200,
34,
60,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
17015,
62,
70,
358,
220,
796,
8633,
14692,
38986,
1,
7131,
1,
17015,
62,
70,
358,
8973,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
6001,
286,
2323,
17529,
2029,
766,
1241,
685,
76,
60,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
1904,
62,
83,
5945,
32401,
796,
8633,
14692,
38986,
1,
7131,
1,
1904,
62,
83,
5945,
32401,
8973,
220,
220,
1303,
47741,
12245,
3585,
284,
15976,
559,
11,
22879,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
85,
62,
7972,
62,
70,
358,
82,
796,
8633,
14692,
38986,
1,
7131,
1,
85,
62,
7972,
62,
70,
358,
82,
8973,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
2344,
12055,
379,
1006,
6001,
329,
26019,
262,
42291,
2344,
2214,
685,
76,
14,
82,
60,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
615,
70,
62,
17015,
220,
796,
8633,
14692,
38986,
1,
7131,
1,
615,
70,
62,
17015,
8973,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
2811,
6001,
1141,
35672,
503,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
76,
60,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
2411,
62,
36590,
1443,
220,
220,
796,
8633,
14692,
38986,
1,
7131,
1,
2411,
62,
36590,
1443,
8973,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
3585,
47741,
379,
262,
410,
62,
7972,
62,
70,
358,
82,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
72,
62,
5420,
220,
220,
220,
220,
220,
220,
796,
8633,
14692,
38986,
1,
7131,
1,
72,
62,
5420,
8973,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
318,
262,
2938,
1988,
286,
262,
47741,
12245,
379,
1315,
285,
14,
82,
13,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
85,
62,
5420,
220,
220,
220,
220,
220,
220,
796,
8633,
14692,
38986,
1,
7131,
1,
85,
62,
5420,
8973,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
1936,
1661,
262,
2811,
2344,
2866,
287,
285,
14,
82,
379,
12575,
6001,
625,
262,
1336,
614,
220,
220,
220,
685,
76,
14,
82,
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,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
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,
15976,
559,
25,
807,
13,
3365,
5066,
285,
14,
82,
1635,
642,
13,
15,
796,
5433,
13,
24,
285,
14,
82,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
17015,
62,
9662,
796,
8633,
14692,
38986,
1,
7131,
1,
17015,
62,
9662,
8973,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
779,
257,
10706,
351,
362,
76,
6323,
287,
1976,
4571,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
76,
60,
198,
220,
220,
220,
220,
220,
220,
220,
25823,
51,
20754,
13,
25928,
62,
9662,
220,
220,
796,
8633,
14692,
38986,
1,
7131,
1,
25928,
62,
9662,
8973,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
10706,
6323,
287,
2124,
290,
331,
4571,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
76,
60,
220,
220,
198,
220,
220,
220,
886,
198,
220,
220,
220,
1441,
25823,
51,
20754,
198,
437,
198
] | 2.068745 | 6,095 |
module Gumbo
using Compat
if isfile(joinpath(dirname(dirname(@__FILE__)),"deps","deps.jl"))
include("../deps/deps.jl")
else
error("Gumbo not properly installed. Please run Pkg.build(\"Gumbo\")")
end
include("CGumbo.jl")
export HTMLElement,
HTMLDocument,
HTMLText,
NullNode,
HTMLNode,
attrs,
text,
tag,
children,
getattr,
setattr!,
parsehtml,
postorder,
preorder,
breadthfirst,
prettyprint
include("htmltypes.jl")
include("manipulation.jl")
include("comparison.jl")
include("io.jl")
include("conversion.jl")
end
| [
21412,
402,
29309,
198,
198,
3500,
3082,
265,
198,
198,
361,
318,
7753,
7,
22179,
6978,
7,
15908,
3672,
7,
15908,
3672,
7,
31,
834,
25664,
834,
4008,
553,
10378,
82,
2430,
10378,
82,
13,
20362,
48774,
198,
220,
220,
220,
2291,
7203,
40720,
10378,
82,
14,
10378,
82,
13,
20362,
4943,
198,
17772,
198,
220,
220,
220,
4049,
7203,
38,
29309,
407,
6105,
6589,
13,
4222,
1057,
350,
10025,
13,
11249,
7,
7879,
38,
29309,
59,
4943,
4943,
198,
437,
198,
198,
17256,
7203,
39816,
29309,
13,
20362,
4943,
198,
198,
39344,
7154,
44,
2538,
1732,
11,
198,
220,
220,
220,
220,
220,
220,
11532,
24941,
11,
198,
220,
220,
220,
220,
220,
220,
11532,
8206,
11,
198,
220,
220,
220,
220,
220,
220,
35886,
19667,
11,
198,
220,
220,
220,
220,
220,
220,
11532,
19667,
11,
198,
220,
220,
220,
220,
220,
220,
708,
3808,
11,
198,
220,
220,
220,
220,
220,
220,
2420,
11,
198,
220,
220,
220,
220,
220,
220,
7621,
11,
198,
220,
220,
220,
220,
220,
220,
1751,
11,
198,
220,
220,
220,
220,
220,
220,
651,
35226,
11,
198,
220,
220,
220,
220,
220,
220,
900,
35226,
28265,
198,
220,
220,
220,
220,
220,
220,
21136,
6494,
11,
198,
220,
220,
220,
220,
220,
220,
1281,
2875,
11,
198,
220,
220,
220,
220,
220,
220,
662,
2875,
11,
198,
220,
220,
220,
220,
220,
220,
32483,
11085,
11,
198,
220,
220,
220,
220,
220,
220,
2495,
4798,
198,
198,
17256,
7203,
6494,
19199,
13,
20362,
4943,
198,
17256,
7203,
805,
541,
1741,
13,
20362,
4943,
198,
17256,
7203,
785,
1845,
1653,
13,
20362,
4943,
198,
17256,
7203,
952,
13,
20362,
4943,
198,
17256,
7203,
1102,
9641,
13,
20362,
4943,
198,
198,
437,
198
] | 2.172414 | 290 |
@testset "distributions" begin
Random.seed!(1234)
# Create random vectors and matrices
dim = 3
a = rand(dim)
b = rand(dim)
c = rand(dim)
A = rand(dim, dim)
B = rand(dim, dim)
C = rand(dim, dim)
# Create random numbers
alpha = rand()
beta = rand()
gamma = rand()
# Create matrix `X` such that `X` and `I - X` are positive definite if `A ≠ 0`.
function to_beta_mat(A)
S = A * A' + I
invL = inv(cholesky(S).L)
return invL * invL'
end
# Create positive values.
to_positive(x) = exp.(x)
to_positive(x::AbstractArray{<:AbstractArray}) = to_positive.(x)
# The following definition should not be needed
# It seems there is a bug in the default `rand_tangent` that causes a
# StackOverflowError though
function ChainRulesTestUtils.rand_tangent(::Random.AbstractRNG, ::typeof(to_positive))
return NoTangent()
end
# Tests that have a `broken` field can be executed but, according to FiniteDifferences,
# fail to produce the correct result. These tests can be checked with `@test_broken`.
univariate_distributions = DistSpec[
## Univariate discrete distributions
DistSpec(Bernoulli, (0.45,), 1),
DistSpec(Bernoulli, (0.45,), [1, 1]),
DistSpec(Bernoulli, (0.45,), 0),
DistSpec(Bernoulli, (0.45,), [0, 0]),
DistSpec((a, b) -> BetaBinomial(10, a, b), (2.0, 1.0), 5),
DistSpec((a, b) -> BetaBinomial(10, a, b), (2.0, 1.0), [5, 5]),
DistSpec(p -> Binomial(10, p), (0.5,), 5),
DistSpec(p -> Binomial(10, p), (0.5,), [5, 5]),
DistSpec(p -> Categorical(p / sum(p)), ([0.45, 0.55],), 1),
DistSpec(p -> Categorical(p / sum(p)), ([0.45, 0.55],), [1, 1]),
DistSpec(Geometric, (0.45,), 3),
DistSpec(Geometric, (0.45,), [3, 3]),
DistSpec(NegativeBinomial, (3.5, 0.5), 1),
DistSpec(NegativeBinomial, (3.5, 0.5), [1, 1]),
DistSpec(Poisson, (0.5,), 1),
DistSpec(Poisson, (0.5,), [1, 1]),
DistSpec(Skellam, (1.0, 2.0), -2),
DistSpec(Skellam, (1.0, 2.0), [-2, -2]),
DistSpec(PoissonBinomial, ([0.5, 0.5],), 0),
DistSpec(TuringPoissonBinomial, ([0.5, 0.5],), 0),
DistSpec(TuringPoissonBinomial, ([0.5, 0.5],), [0, 0]),
## Univariate continuous distributions
DistSpec(Arcsine, (), 0.5),
DistSpec(Arcsine, (1.0,), 0.5),
DistSpec(Arcsine, (0.0, 2.0), 0.5),
DistSpec(Beta, (), 0.4),
DistSpec(Beta, (1.5,), 0.4),
DistSpec(Beta, (1.5, 2.0), 0.4),
DistSpec(BetaPrime, (), 0.4),
DistSpec(BetaPrime, (1.5,), 0.4),
DistSpec(BetaPrime, (1.5, 2.0), 0.4),
DistSpec(Biweight, (), 0.5),
DistSpec(Biweight, (1.0,), 0.5),
DistSpec(Biweight, (1.0, 2.0), 0.5),
DistSpec(Cauchy, (), 0.5),
DistSpec(Cauchy, (1.0,), 0.5),
DistSpec(Cauchy, (1.0, 2.0), 0.5),
DistSpec(Chernoff, (), 0.5, broken=(:Zygote,)),
DistSpec(Chi, (1.0,), 0.5),
DistSpec(Chisq, (1.0,), 0.5),
DistSpec(Cosine, (1.0, 1.0), 0.5),
DistSpec(Epanechnikov, (1.0, 1.0), 0.5),
DistSpec(s -> Erlang(1, s), (1.0,), 0.5), # First arg is integer
DistSpec(Exponential, (1.0,), 0.5),
DistSpec(FDist, (1.0, 1.0), 0.5),
DistSpec(Frechet, (), 0.5),
DistSpec(Frechet, (1.0,), 0.5),
DistSpec(Frechet, (1.0, 2.0), 0.5),
DistSpec(Gamma, (), 0.4),
DistSpec(Gamma, (1.5,), 0.4),
DistSpec(Gamma, (1.5, 2.0), 0.4),
DistSpec(GeneralizedExtremeValue, (1.0, 1.0, 1.0), 0.5),
DistSpec(GeneralizedPareto, (), 0.5),
DistSpec(GeneralizedPareto, (1.0, 2.0), 0.5),
DistSpec(GeneralizedPareto, (0.0, 2.0, 3.0), 0.5),
DistSpec(Gumbel, (), 0.5),
DistSpec(Gumbel, (1.0,), 0.5),
DistSpec(Gumbel, (1.0, 2.0), 0.5),
DistSpec(InverseGamma, (), 0.5),
DistSpec(InverseGamma, (1.0,), 0.5),
DistSpec(InverseGamma, (1.0, 2.0), 0.5),
DistSpec(InverseGaussian, (), 0.5),
DistSpec(InverseGaussian, (1.0,), 0.5),
DistSpec(InverseGaussian, (1.0, 2.0), 0.5),
DistSpec(Kolmogorov, (), 0.5),
DistSpec(Laplace, (), 0.5),
DistSpec(Laplace, (1.0,), 0.5),
DistSpec(Laplace, (1.0, 2.0), 0.5),
DistSpec(Levy, (), 0.5),
DistSpec(Levy, (0.0,), 0.5),
DistSpec(Levy, (0.0, 2.0), 0.5),
DistSpec((a, b) -> LocationScale(a, b, Normal()), (1.0, 2.0), 0.5),
DistSpec(Logistic, (), 0.5),
DistSpec(Logistic, (1.0,), 0.5),
DistSpec(Logistic, (1.0, 2.0), 0.5),
DistSpec(LogitNormal, (), 0.5),
DistSpec(LogitNormal, (1.0,), 0.5),
DistSpec(LogitNormal, (1.0, 2.0), 0.5),
DistSpec(LogNormal, (), 0.5),
DistSpec(LogNormal, (1.0,), 0.5),
DistSpec(LogNormal, (1.0, 2.0), 0.5),
# Dispatch error caused by ccall
DistSpec(NoncentralBeta, (1.0, 2.0, 1.0), 0.5, broken=(:Tracker, :ForwardDiff, :Zygote, :ReverseDiff)),
DistSpec(NoncentralChisq, (1.0, 2.0), 0.5, broken=(:Tracker, :ForwardDiff, :Zygote, :ReverseDiff)),
DistSpec(NoncentralF, (1.0, 2.0, 1.0), 0.5, broken=(:Tracker, :ForwardDiff, :Zygote, :ReverseDiff)),
DistSpec(NoncentralT, (1.0, 2.0), 0.5, broken=(:Tracker, :ForwardDiff, :Zygote, :ReverseDiff)),
DistSpec(Normal, (), 0.5),
DistSpec(Normal, (1.0,), 0.5),
DistSpec(Normal, (1.0, 2.0), 0.5),
DistSpec(NormalCanon, (1.0, 2.0), 0.5),
DistSpec(NormalInverseGaussian, (1.0, 2.0, 1.0, 1.0), 0.5),
DistSpec(Pareto, (), 1.5),
DistSpec(Pareto, (1.0,), 1.5),
DistSpec(Pareto, (1.0, 1.0), 1.5),
DistSpec(PGeneralizedGaussian, (), 0.5),
DistSpec(PGeneralizedGaussian, (1.0, 1.0, 1.0), 0.5),
DistSpec(Rayleigh, (), 0.5),
DistSpec(Rayleigh, (1.0,), 0.5),
DistSpec(Semicircle, (1.0,), 0.5),
DistSpec(SymTriangularDist, (), 0.5),
DistSpec(SymTriangularDist, (1.0,), 0.5),
DistSpec(SymTriangularDist, (1.0, 2.0), 0.5),
DistSpec(TDist, (1.0,), 0.5),
DistSpec(TriangularDist, (1.0, 3.0), 1.5),
DistSpec(TriangularDist, (1.0, 3.0, 2.0), 1.5),
DistSpec(Triweight, (1.0, 1.0), 1.0),
DistSpec(
(mu, sigma, l, u) -> truncated(Normal(mu, sigma), l, u), (0.0, 1.0, 1.0, 2.0), 1.5
),
DistSpec(Uniform, (), 0.5),
DistSpec(Uniform, (alpha, alpha + beta), alpha + beta * gamma),
DistSpec(TuringUniform, (), 0.5),
DistSpec(TuringUniform, (alpha, alpha + beta), alpha + beta * gamma),
DistSpec(VonMises, (), 1.0),
DistSpec(Weibull, (), 1.0),
DistSpec(Weibull, (1.0,), 1.0),
DistSpec(Weibull, (1.0, 1.0), 1.0),
]
# Tests cannot be executed, so cannot be checked with `@test_broken`.
broken_univariate_distributions = DistSpec[
# Broken in Distributions even without autodiff
DistSpec(() -> KSDist(1), (), 0.5), # `pdf` method not defined
DistSpec(() -> KSOneSided(1), (), 0.5), # `pdf` method not defined
DistSpec(StudentizedRange, (1.0, 2.0), 0.5), # `srdistlogpdf` method not defined
# Stackoverflow caused by SpecialFunctions.besselix
DistSpec(VonMises, (1.0,), 1.0),
DistSpec(VonMises, (1, 1), 1),
# Some tests are broken on some Julia versions, therefore it can't be checked reliably
DistSpec(PoissonBinomial, ([0.5, 0.5],), [0, 0]; broken=(:Zygote,)),
]
# Tests that have a `broken` field can be executed but, according to FiniteDifferences,
# fail to produce the correct result. These tests can be checked with `@test_broken`.
multivariate_distributions = DistSpec[
## Multivariate discrete distributions
# Vector x
DistSpec(p -> Multinomial(2, p ./ sum(p)), (fill(0.5, 2),), [2, 0]),
DistSpec(p -> Multinomial(2, p ./ sum(p)), (fill(0.5, 2),), [2 1; 0 1]),
# Vector x
DistSpec((m, A) -> MvNormal(m, to_posdef(A)), (a, A), b),
DistSpec((m, s) -> MvNormal(m, to_posdef_diagonal(s)), (a, b), c),
DistSpec((m, s) -> MvNormal(m, s^2 * I), (a, alpha), b),
DistSpec(A -> MvNormal(to_posdef(A)), (A,), a),
DistSpec(s -> MvNormal(to_posdef_diagonal(s)), (a,), b),
DistSpec(s -> MvNormal(zeros(dim), s^2 * I), (alpha,), a),
DistSpec((m, A) -> TuringMvNormal(m, to_posdef(A)), (a, A), b),
DistSpec((m, s) -> TuringMvNormal(m, to_posdef_diagonal(s)), (a, b), c),
DistSpec((m, s) -> TuringMvNormal(m, s^2 * I), (a, alpha), b),
DistSpec(A -> TuringMvNormal(to_posdef(A)), (A,), a),
DistSpec(s -> TuringMvNormal(to_posdef_diagonal(s)), (a,), b),
DistSpec(s -> TuringMvNormal(zeros(dim), s^2 * I), (alpha,), a),
DistSpec((m, A) -> MvLogNormal(m, to_posdef(A)), (a, A), b, to_positive),
DistSpec((m, s) -> MvLogNormal(m, to_posdef_diagonal(s)), (a, b), c, to_positive),
DistSpec((m, s) -> MvLogNormal(m, s^2 * I), (a, alpha), b, to_positive),
DistSpec(A -> MvLogNormal(to_posdef(A)), (A,), a, to_positive),
DistSpec(s -> MvLogNormal(to_posdef_diagonal(s)), (a,), b, to_positive),
DistSpec(s -> MvLogNormal(zeros(dim), s^2 * I), (alpha,), a, to_positive),
DistSpec(alpha -> Dirichlet(to_positive(alpha)), (a,), b, to_simplex),
# Matrix case
DistSpec((m, A) -> MvNormal(m, to_posdef(A)), (a, A), B),
DistSpec((m, s) -> MvNormal(m, to_posdef_diagonal(s)), (a, b), A),
DistSpec((m, s) -> MvNormal(m, s^2 * I), (a, alpha), A),
DistSpec(A -> MvNormal(to_posdef(A)), (A,), B),
DistSpec(s -> MvNormal(to_posdef_diagonal(s)), (a,), A),
DistSpec(s -> MvNormal(zeros(dim), s^2 * I), (alpha,), A),
DistSpec((m, A) -> TuringMvNormal(m, to_posdef(A)), (a, A), B),
DistSpec((m, s) -> TuringMvNormal(m, to_posdef_diagonal(s)), (a, b), A),
DistSpec((m, s) -> TuringMvNormal(m, s^2 * I), (a, alpha), A),
DistSpec(A -> TuringMvNormal(to_posdef(A)), (A,), B),
DistSpec(s -> TuringMvNormal(to_posdef_diagonal(s)), (a,), A),
DistSpec(s -> TuringMvNormal(zeros(dim), s^2 * I), (alpha,), A),
DistSpec((m, A) -> MvLogNormal(m, to_posdef(A)), (a, A), B, to_positive),
DistSpec((m, s) -> MvLogNormal(m, to_posdef_diagonal(s)), (a, b), A, to_positive),
DistSpec((m, s) -> MvLogNormal(m, s^2 * I), (a, alpha), A, to_positive),
DistSpec(A -> MvLogNormal(to_posdef(A)), (A,), B, to_positive),
DistSpec(s -> MvLogNormal(to_posdef_diagonal(s)), (a,), A, to_positive),
DistSpec(s -> MvLogNormal(zeros(dim), s^2 * I), (alpha,), A, to_positive),
DistSpec(alpha -> Dirichlet(to_positive(alpha)), (a,), A, to_simplex),
]
# Tests cannot be executed, so cannot be checked with `@test_broken`.
broken_multivariate_distributions = DistSpec[
# Dispatch error
DistSpec((m, A) -> MvNormalCanon(m, to_posdef(A)), (a, A), b),
DistSpec((m, p) -> MvNormalCanon(m, to_posdef_diagonal(p)), (a, b), c),
DistSpec((m, p) -> MvNormalCanon(m, p^2 * I), (a, alpha), b),
DistSpec(A -> MvNormalCanon(to_posdef(A)), (A,), a),
DistSpec(p -> MvNormalCanon(to_posdef_diagonal(p)), (a,), b),
DistSpec(p -> MvNormalCanon(zeros(dim), p^2 * I), (alpha,), a),
DistSpec((m, A) -> MvNormalCanon(m, to_posdef(A)), (a, A), B),
DistSpec((m, p) -> MvNormalCanon(m, to_posdef_diagonal(p)), (a, b), A),
DistSpec((m, p) -> MvNormalCanon(m, p^2 * I), (a, alpha), A),
DistSpec(A -> MvNormalCanon(to_posdef(A)), (A,), B),
DistSpec(p -> MvNormalCanon(to_posdef_diagonal(p)), (a,), A),
DistSpec(p -> MvNormalCanon(zeros(dim), p^2 * I), (alpha,), A),
]
# Tests that have a `broken` field can be executed but, according to FiniteDifferences,
# fail to produce the correct result. These tests can be checked with `@test_broken`.
matrixvariate_distributions = DistSpec[
# Matrix x
# We should use
# DistSpec((n1, n2) -> MatrixBeta(dim, n1, n2), (3.0, 3.0), A, to_beta_mat),
# but the default implementation of `rand_tangent` causes a StackOverflowError
# Thus we use the following workaround
DistSpec((n1, n2) -> MatrixBeta(3, n1, n2), (3.0, 3.0), A, to_beta_mat),
DistSpec(() -> MatrixNormal(dim, dim), (), A, to_posdef, broken=(:Zygote,)),
DistSpec((df, A) -> Wishart(df, to_posdef(A)), (3.0, A), B, to_posdef),
DistSpec((df, A) -> InverseWishart(df, to_posdef(A)), (3.0, A), B, to_posdef),
DistSpec((df, A) -> TuringWishart(df, to_posdef(A)), (3.0, A), B, to_posdef),
DistSpec((df, A) -> TuringInverseWishart(df, to_posdef(A)), (3.0, A), B, to_posdef),
# Vector of matrices x
# Also here we should use
# DistSpec(
# (n1, n2) -> MatrixBeta(dim, n1, n2),
# (3.0, 3.0),
# [A, B],
# x -> map(to_beta_mat, x),
#),
# but the default implementation of `rand_tangent` causes a StackOverflowError
# Thus we use the following workaround
DistSpec(
(n1, n2) -> MatrixBeta(3, n1, n2),
(3.0, 3.0),
[A, B],
x -> map(to_beta_mat, x),
),
DistSpec(
(df, A) -> Wishart(df, to_posdef(A)),
(3.0, A),
[B, C],
x -> map(to_posdef, x),
),
DistSpec(
(df, A) -> InverseWishart(df, to_posdef(A)),
(3.0, A),
[B, C],
x -> map(to_posdef, x),
),
DistSpec(
(df, A) -> TuringWishart(df, to_posdef(A)),
(3.0, A),
[B, C],
x -> map(to_posdef, x),
),
DistSpec(
(df, A) -> TuringInverseWishart(df, to_posdef(A)),
(3.0, A),
[B, C],
x -> map(to_posdef, x),
),
]
# Tests cannot be executed, so cannot be checked with `@test_broken`.
broken_matrixvariate_distributions = DistSpec[
# Other
# TODO different tests are broken on different combinations of backends
DistSpec(
(A, B, C) -> MatrixNormal(A, to_posdef(B), to_posdef(C)),
(A, B, B),
C,
to_posdef,
),
# TODO different tests are broken on different combinations of backends
DistSpec(
(df, A, B, C) -> MatrixTDist(df, A, to_posdef(B), to_posdef(C)),
(1.0, A, B, B),
C,
to_posdef,
),
# TODO different tests are broken on different combinations of backends
DistSpec(
(n1, n2, A) -> MatrixFDist(n1, n2, to_posdef(A)),
(3.0, 3.0, A),
B,
to_posdef,
),
]
@testset "Univariate distributions" begin
println("\nTesting: Univariate distributions\n")
for d in univariate_distributions
@info "Testing: $(nameof(dist_type(d)))"
test_ad(d)
end
end
@testset "Multivariate distributions" begin
println("\nTesting: Multivariate distributions\n")
for d in multivariate_distributions
@info "Testing: $(nameof(dist_type(d)))"
test_ad(d)
end
# Test `filldist` and `arraydist` distributions of univariate distributions
n = 2 # always use two distributions
for d in univariate_distributions
d.x isa Number || continue
# Broken distributions
D = dist_type(d)
D <: Union{VonMises,TriangularDist} && continue
# Skellam only fails in these tests with ReverseDiff
# Ref: https://github.com/TuringLang/DistributionsAD.jl/issues/126
# PoissonBinomial fails with Zygote
# Matrix case does not work with Skellam:
# https://github.com/TuringLang/DistributionsAD.jl/pull/172#issuecomment-853721493
filldist_broken = if D <: Skellam
((d.broken..., :Zygote, :ReverseDiff), (d.broken..., :Zygote, :ReverseDiff))
elseif D <: PoissonBinomial
((d.broken..., :Zygote), (d.broken..., :Zygote))
elseif D <: Chernoff
# Zygote is not broken with `filldist`
((), ())
else
(d.broken, d.broken)
end
arraydist_broken = if D <: PoissonBinomial
((d.broken..., :Zygote), (d.broken..., :Zygote))
else
(d.broken, d.broken)
end
# Create `filldist` distribution
f = d.f
f_filldist = (θ...,) -> filldist(f(θ...), n)
d_filldist = f_filldist(d.θ...)
# Create `arraydist` distribution
f_arraydist = (θ...,) -> arraydist([f(θ...) for _ in 1:n])
d_arraydist = f_arraydist(d.θ...)
for (i, sz) in enumerate(((n,), (n, 2)))
# Matrix case doesn't work for continuous distributions for some reason
# now but not too important (?!)
if length(sz) == 2 && D <: ContinuousDistribution
continue
end
# Compute compatible sample
x = fill(d.x, sz)
# Test AD
@info "Testing: filldist($(nameof(D)), $sz)"
test_ad(
DistSpec(
f_filldist,
d.θ,
x,
d.xtrans;
broken=filldist_broken[i],
)
)
@info "Testing: arraydist($(nameof(D)), $sz)"
test_ad(
DistSpec(
f_arraydist,
d.θ,
x,
d.xtrans;
broken=arraydist_broken[i],
)
)
end
end
end
@testset "Matrixvariate distributions" begin
println("\nTesting: Matrixvariate distributions\n")
for d in matrixvariate_distributions
@info "Testing: $(nameof(dist_type(d)))"
test_ad(d)
end
# Test `filldist` and `arraydist` distributions of univariate distributions
n = (2, 2) # always use 2 x 2 distributions
for d in univariate_distributions
d.x isa Number || continue
D = dist_type(d)
D <: DiscreteDistribution && continue
# Broken distributions
D <: Union{VonMises,TriangularDist} && continue
# Create `filldist` distribution
f = d.f
f_filldist = (θ...,) -> filldist(f(θ...), n...)
# Create `arraydist` distribution
# Zygote's fill definition does not like non-numbers, so we use a workaround
f_arraydist = (θ...,) -> arraydist(reshape([f(θ...) for _ in 1:prod(n)], n))
# Matrix `x`
x_mat = fill(d.x, n)
# Zygote is not broken with `filldist` + Chernoff
filldist_broken = D <: Chernoff ? () : d.broken
# Test AD
@info "Testing: filldist($(nameof(D)), $n)"
test_ad(
DistSpec(
f_filldist,
d.θ,
x_mat,
d.xtrans;
broken=filldist_broken,
)
)
@info "Testing: arraydist($(nameof(D)), $n)"
test_ad(
DistSpec(
f_arraydist,
d.θ,
x_mat,
d.xtrans;
broken=d.broken,
)
)
# Vector of matrices `x`
x_vec_of_mat = [fill(d.x, n) for _ in 1:2]
# Test AD
@info "Testing: filldist($(nameof(D)), $n, 2)"
test_ad(
DistSpec(
f_filldist,
d.θ,
x_vec_of_mat,
d.xtrans;
broken=filldist_broken,
)
)
@info "Testing: arraydist($(nameof(D)), $n, 2)"
test_ad(
DistSpec(
f_arraydist,
d.θ,
x_vec_of_mat,
d.xtrans;
broken=d.broken,
)
)
end
# test `filldist` and `arraydist` distributions of multivariate distributions
n = 2 # always use two distributions
for d in multivariate_distributions
d.x isa AbstractVector || continue
D = dist_type(d)
D <: DiscreteDistribution && continue
# Tests are failing for matrix covariance vectorized MvNormal
if D <: Union{
MvNormal,MvLogNormal,
DistributionsAD.TuringDenseMvNormal,
DistributionsAD.TuringDiagMvNormal,
DistributionsAD.TuringScalMvNormal,
TuringMvLogNormal
}
any(x isa Matrix for x in d.θ) && continue
end
# Create `filldist` distribution
f = d.f
f_filldist = (θ...,) -> filldist(f(θ...), n)
# Create `arraydist` distribution
f_arraydist = (θ...,) -> arraydist([f(θ...) for _ in 1:n])
# Matrix `x`
x_mat = repeat(d.x, 1, n)
# Test AD
@info "Testing: filldist($(nameof(D)), $n)"
test_ad(
DistSpec(
f_filldist,
d.θ,
x_mat,
d.xtrans;
broken=d.broken,
)
)
@info "Testing: arraydist($(nameof(D)), $n)"
test_ad(
DistSpec(
f_arraydist,
d.θ,
x_mat,
d.xtrans;
broken=d.broken,
)
)
# Vector of matrices `x`
x_vec_of_mat = [repeat(d.x, 1, n) for _ in 1:2]
# Test AD
@info "Testing: filldist($(nameof(D)), $n, 2)"
test_ad(
DistSpec(
f_filldist,
d.θ,
x_vec_of_mat,
d.xtrans;
broken=d.broken,
)
)
@info "Testing: arraydist($(nameof(D)), $n, 2)"
test_ad(
DistSpec(
f_arraydist,
d.θ,
x_vec_of_mat,
d.xtrans;
broken=d.broken,
)
)
end
end
end
| [
31,
9288,
2617,
366,
17080,
2455,
507,
1,
2221,
198,
220,
220,
220,
14534,
13,
28826,
0,
7,
1065,
2682,
8,
628,
220,
220,
220,
1303,
13610,
4738,
30104,
290,
2603,
45977,
198,
220,
220,
220,
5391,
796,
513,
198,
220,
220,
220,
257,
796,
43720,
7,
27740,
8,
198,
220,
220,
220,
275,
796,
43720,
7,
27740,
8,
198,
220,
220,
220,
269,
796,
43720,
7,
27740,
8,
198,
220,
220,
220,
317,
796,
43720,
7,
27740,
11,
5391,
8,
198,
220,
220,
220,
347,
796,
43720,
7,
27740,
11,
5391,
8,
198,
220,
220,
220,
327,
796,
43720,
7,
27740,
11,
5391,
8,
628,
220,
220,
220,
1303,
13610,
4738,
3146,
198,
220,
220,
220,
17130,
796,
43720,
3419,
198,
220,
220,
220,
12159,
796,
43720,
3419,
198,
220,
220,
220,
34236,
796,
43720,
3419,
628,
220,
220,
220,
1303,
13610,
17593,
4600,
55,
63,
884,
326,
4600,
55,
63,
290,
4600,
40,
532,
1395,
63,
389,
3967,
21892,
611,
4600,
32,
15139,
254,
657,
44646,
198,
220,
220,
220,
2163,
284,
62,
31361,
62,
6759,
7,
32,
8,
198,
220,
220,
220,
220,
220,
220,
220,
311,
796,
317,
1635,
317,
6,
1343,
314,
198,
220,
220,
220,
220,
220,
220,
220,
800,
43,
796,
800,
7,
354,
4316,
2584,
7,
50,
737,
43,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
800,
43,
1635,
800,
43,
6,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1303,
13610,
3967,
3815,
13,
198,
220,
220,
220,
284,
62,
24561,
7,
87,
8,
796,
1033,
12195,
87,
8,
198,
220,
220,
220,
284,
62,
24561,
7,
87,
3712,
23839,
19182,
90,
27,
25,
23839,
19182,
30072,
796,
284,
62,
24561,
12195,
87,
8,
628,
220,
220,
220,
1303,
383,
1708,
6770,
815,
407,
307,
2622,
198,
220,
220,
220,
1303,
632,
2331,
612,
318,
257,
5434,
287,
262,
4277,
4600,
25192,
62,
83,
648,
298,
63,
326,
5640,
257,
198,
220,
220,
220,
1303,
23881,
5886,
11125,
12331,
996,
198,
220,
220,
220,
2163,
21853,
37766,
14402,
18274,
4487,
13,
25192,
62,
83,
648,
298,
7,
3712,
29531,
13,
23839,
49,
10503,
11,
7904,
4906,
1659,
7,
1462,
62,
24561,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
1400,
43909,
298,
3419,
198,
220,
220,
220,
886,
628,
220,
220,
220,
1303,
30307,
326,
423,
257,
4600,
25826,
63,
2214,
460,
307,
10945,
475,
11,
1864,
284,
4463,
578,
28813,
4972,
11,
198,
220,
220,
220,
1303,
2038,
284,
4439,
262,
3376,
1255,
13,
2312,
5254,
460,
307,
10667,
351,
4600,
31,
9288,
62,
25826,
44646,
198,
220,
220,
220,
555,
42524,
62,
17080,
2455,
507,
796,
4307,
22882,
58,
198,
220,
220,
220,
220,
220,
220,
220,
22492,
791,
42524,
28810,
24570,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
23927,
280,
15516,
11,
357,
15,
13,
2231,
11,
828,
352,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
23927,
280,
15516,
11,
357,
15,
13,
2231,
11,
828,
685,
16,
11,
352,
46570,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
23927,
280,
15516,
11,
357,
15,
13,
2231,
11,
828,
657,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
23927,
280,
15516,
11,
357,
15,
13,
2231,
11,
828,
685,
15,
11,
657,
46570,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
19510,
64,
11,
275,
8,
4613,
17993,
33,
259,
49070,
7,
940,
11,
257,
11,
275,
828,
357,
17,
13,
15,
11,
352,
13,
15,
828,
642,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
19510,
64,
11,
275,
8,
4613,
17993,
33,
259,
49070,
7,
940,
11,
257,
11,
275,
828,
357,
17,
13,
15,
11,
352,
13,
15,
828,
685,
20,
11,
642,
46570,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
79,
4613,
20828,
49070,
7,
940,
11,
279,
828,
357,
15,
13,
20,
11,
828,
642,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
79,
4613,
20828,
49070,
7,
940,
11,
279,
828,
357,
15,
13,
20,
11,
828,
685,
20,
11,
642,
46570,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
79,
4613,
327,
2397,
12409,
7,
79,
1220,
2160,
7,
79,
36911,
29565,
15,
13,
2231,
11,
657,
13,
2816,
4357,
828,
352,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
79,
4613,
327,
2397,
12409,
7,
79,
1220,
2160,
7,
79,
36911,
29565,
15,
13,
2231,
11,
657,
13,
2816,
4357,
828,
685,
16,
11,
352,
46570,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
10082,
16996,
11,
357,
15,
13,
2231,
11,
828,
513,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
10082,
16996,
11,
357,
15,
13,
2231,
11,
828,
685,
18,
11,
513,
46570,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
32863,
876,
33,
259,
49070,
11,
357,
18,
13,
20,
11,
657,
13,
20,
828,
352,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
32863,
876,
33,
259,
49070,
11,
357,
18,
13,
20,
11,
657,
13,
20,
828,
685,
16,
11,
352,
46570,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
18833,
30927,
11,
357,
15,
13,
20,
11,
828,
352,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
18833,
30927,
11,
357,
15,
13,
20,
11,
828,
685,
16,
11,
352,
46570,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
50,
17164,
321,
11,
357,
16,
13,
15,
11,
362,
13,
15,
828,
532,
17,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
50,
17164,
321,
11,
357,
16,
13,
15,
11,
362,
13,
15,
828,
25915,
17,
11,
532,
17,
46570,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
18833,
30927,
33,
259,
49070,
11,
29565,
15,
13,
20,
11,
657,
13,
20,
4357,
828,
657,
828,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
51,
870,
18833,
30927,
33,
259,
49070,
11,
29565,
15,
13,
20,
11,
657,
13,
20,
4357,
828,
657,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
51,
870,
18833,
30927,
33,
259,
49070,
11,
29565,
15,
13,
20,
11,
657,
13,
20,
4357,
828,
685,
15,
11,
657,
46570,
628,
220,
220,
220,
220,
220,
220,
220,
22492,
791,
42524,
12948,
24570,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
3163,
6359,
500,
11,
29994,
657,
13,
20,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
3163,
6359,
500,
11,
357,
16,
13,
15,
11,
828,
657,
13,
20,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
3163,
6359,
500,
11,
357,
15,
13,
15,
11,
362,
13,
15,
828,
657,
13,
20,
828,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
43303,
11,
29994,
657,
13,
19,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
43303,
11,
357,
16,
13,
20,
11,
828,
657,
13,
19,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
43303,
11,
357,
16,
13,
20,
11,
362,
13,
15,
828,
657,
13,
19,
828,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
43303,
26405,
11,
29994,
657,
13,
19,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
43303,
26405,
11,
357,
16,
13,
20,
11,
828,
657,
13,
19,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
43303,
26405,
11,
357,
16,
13,
20,
11,
362,
13,
15,
828,
657,
13,
19,
828,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
23286,
6551,
11,
29994,
657,
13,
20,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
23286,
6551,
11,
357,
16,
13,
15,
11,
828,
657,
13,
20,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
23286,
6551,
11,
357,
16,
13,
15,
11,
362,
13,
15,
828,
657,
13,
20,
828,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
34,
559,
29658,
11,
29994,
657,
13,
20,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
34,
559,
29658,
11,
357,
16,
13,
15,
11,
828,
657,
13,
20,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
34,
559,
29658,
11,
357,
16,
13,
15,
11,
362,
13,
15,
828,
657,
13,
20,
828,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
34,
2881,
2364,
11,
29994,
657,
13,
20,
11,
5445,
16193,
25,
57,
35641,
1258,
35751,
828,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
1925,
72,
11,
357,
16,
13,
15,
11,
828,
657,
13,
20,
828,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
1925,
271,
80,
11,
357,
16,
13,
15,
11,
828,
657,
13,
20,
828,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
36734,
500,
11,
357,
16,
13,
15,
11,
352,
13,
15,
828,
657,
13,
20,
828,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
13807,
1531,
1349,
1134,
709,
11,
357,
16,
13,
15,
11,
352,
13,
15,
828,
657,
13,
20,
828,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
82,
4613,
5256,
17204,
7,
16,
11,
264,
828,
357,
16,
13,
15,
11,
828,
657,
13,
20,
828,
1303,
3274,
1822,
318,
18253,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
16870,
35470,
11,
357,
16,
13,
15,
11,
828,
657,
13,
20,
828,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
37,
20344,
11,
357,
16,
13,
15,
11,
352,
13,
15,
828,
657,
13,
20,
828,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
20366,
20043,
11,
29994,
657,
13,
20,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
20366,
20043,
11,
357,
16,
13,
15,
11,
828,
657,
13,
20,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
20366,
20043,
11,
357,
16,
13,
15,
11,
362,
13,
15,
828,
657,
13,
20,
828,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
34777,
2611,
11,
29994,
657,
13,
19,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
34777,
2611,
11,
357,
16,
13,
20,
11,
828,
657,
13,
19,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
34777,
2611,
11,
357,
16,
13,
20,
11,
362,
13,
15,
828,
657,
13,
19,
828,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
12218,
1143,
36716,
11395,
11,
357,
16,
13,
15,
11,
352,
13,
15,
11,
352,
13,
15,
828,
657,
13,
20,
828,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
12218,
1143,
47,
533,
1462,
11,
29994,
657,
13,
20,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
12218,
1143,
47,
533,
1462,
11,
357,
16,
13,
15,
11,
362,
13,
15,
828,
657,
13,
20,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
12218,
1143,
47,
533,
1462,
11,
357,
15,
13,
15,
11,
362,
13,
15,
11,
513,
13,
15,
828,
657,
13,
20,
828,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
38,
2178,
417,
11,
29994,
657,
13,
20,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
38,
2178,
417,
11,
357,
16,
13,
15,
11,
828,
657,
13,
20,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
38,
2178,
417,
11,
357,
16,
13,
15,
11,
362,
13,
15,
828,
657,
13,
20,
828,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
818,
4399,
34777,
2611,
11,
29994,
657,
13,
20,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
818,
4399,
34777,
2611,
11,
357,
16,
13,
15,
11,
828,
657,
13,
20,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
818,
4399,
34777,
2611,
11,
357,
16,
13,
15,
11,
362,
13,
15,
828,
657,
13,
20,
828,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
818,
4399,
35389,
31562,
11,
29994,
657,
13,
20,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
818,
4399,
35389,
31562,
11,
357,
16,
13,
15,
11,
828,
657,
13,
20,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
818,
4399,
35389,
31562,
11,
357,
16,
13,
15,
11,
362,
13,
15,
828,
657,
13,
20,
828,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
42,
349,
76,
519,
273,
709,
11,
29994,
657,
13,
20,
828,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
14772,
5372,
11,
29994,
657,
13,
20,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
14772,
5372,
11,
357,
16,
13,
15,
11,
828,
657,
13,
20,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
14772,
5372,
11,
357,
16,
13,
15,
11,
362,
13,
15,
828,
657,
13,
20,
828,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
32163,
88,
11,
29994,
657,
13,
20,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
32163,
88,
11,
357,
15,
13,
15,
11,
828,
657,
13,
20,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
32163,
88,
11,
357,
15,
13,
15,
11,
362,
13,
15,
828,
657,
13,
20,
828,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
19510,
64,
11,
275,
8,
4613,
13397,
29990,
7,
64,
11,
275,
11,
14435,
3419,
828,
357,
16,
13,
15,
11,
362,
13,
15,
828,
657,
13,
20,
828,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
11187,
2569,
11,
29994,
657,
13,
20,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
11187,
2569,
11,
357,
16,
13,
15,
11,
828,
657,
13,
20,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
11187,
2569,
11,
357,
16,
13,
15,
11,
362,
13,
15,
828,
657,
13,
20,
828,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
11187,
270,
26447,
11,
29994,
657,
13,
20,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
11187,
270,
26447,
11,
357,
16,
13,
15,
11,
828,
657,
13,
20,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
11187,
270,
26447,
11,
357,
16,
13,
15,
11,
362,
13,
15,
828,
657,
13,
20,
828,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
11187,
26447,
11,
29994,
657,
13,
20,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
11187,
26447,
11,
357,
16,
13,
15,
11,
828,
657,
13,
20,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
11187,
26447,
11,
357,
16,
13,
15,
11,
362,
13,
15,
828,
657,
13,
20,
828,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
35934,
4049,
4073,
416,
269,
13345,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
15419,
31463,
43303,
11,
357,
16,
13,
15,
11,
362,
13,
15,
11,
352,
13,
15,
828,
657,
13,
20,
11,
5445,
16193,
25,
35694,
11,
1058,
39746,
28813,
11,
1058,
57,
35641,
1258,
11,
1058,
49,
964,
325,
28813,
36911,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
15419,
31463,
1925,
271,
80,
11,
357,
16,
13,
15,
11,
362,
13,
15,
828,
657,
13,
20,
11,
5445,
16193,
25,
35694,
11,
1058,
39746,
28813,
11,
1058,
57,
35641,
1258,
11,
1058,
49,
964,
325,
28813,
36911,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
15419,
31463,
37,
11,
357,
16,
13,
15,
11,
362,
13,
15,
11,
352,
13,
15,
828,
657,
13,
20,
11,
5445,
16193,
25,
35694,
11,
1058,
39746,
28813,
11,
1058,
57,
35641,
1258,
11,
1058,
49,
964,
325,
28813,
36911,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
15419,
31463,
51,
11,
357,
16,
13,
15,
11,
362,
13,
15,
828,
657,
13,
20,
11,
5445,
16193,
25,
35694,
11,
1058,
39746,
28813,
11,
1058,
57,
35641,
1258,
11,
1058,
49,
964,
325,
28813,
36911,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
26447,
11,
29994,
657,
13,
20,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
26447,
11,
357,
16,
13,
15,
11,
828,
657,
13,
20,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
26447,
11,
357,
16,
13,
15,
11,
362,
13,
15,
828,
657,
13,
20,
828,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
26447,
6090,
261,
11,
357,
16,
13,
15,
11,
362,
13,
15,
828,
657,
13,
20,
828,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
26447,
818,
4399,
35389,
31562,
11,
357,
16,
13,
15,
11,
362,
13,
15,
11,
352,
13,
15,
11,
352,
13,
15,
828,
657,
13,
20,
828,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
47,
533,
1462,
11,
29994,
352,
13,
20,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
47,
533,
1462,
11,
357,
16,
13,
15,
11,
828,
352,
13,
20,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
47,
533,
1462,
11,
357,
16,
13,
15,
11,
352,
13,
15,
828,
352,
13,
20,
828,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
6968,
877,
282,
1143,
35389,
31562,
11,
29994,
657,
13,
20,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
6968,
877,
282,
1143,
35389,
31562,
11,
357,
16,
13,
15,
11,
352,
13,
15,
11,
352,
13,
15,
828,
657,
13,
20,
828,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
19591,
42342,
11,
29994,
657,
13,
20,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
19591,
42342,
11,
357,
16,
13,
15,
11,
828,
657,
13,
20,
828,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
50,
5314,
1980,
293,
11,
357,
16,
13,
15,
11,
828,
657,
13,
20,
828,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
43094,
14824,
21413,
20344,
11,
29994,
657,
13,
20,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
43094,
14824,
21413,
20344,
11,
357,
16,
13,
15,
11,
828,
657,
13,
20,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
43094,
14824,
21413,
20344,
11,
357,
16,
13,
15,
11,
362,
13,
15,
828,
657,
13,
20,
828,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
51,
20344,
11,
357,
16,
13,
15,
11,
828,
657,
13,
20,
828,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
14824,
21413,
20344,
11,
357,
16,
13,
15,
11,
513,
13,
15,
828,
352,
13,
20,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
14824,
21413,
20344,
11,
357,
16,
13,
15,
11,
513,
13,
15,
11,
362,
13,
15,
828,
352,
13,
20,
828,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
14824,
6551,
11,
357,
16,
13,
15,
11,
352,
13,
15,
828,
352,
13,
15,
828,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
30300,
11,
264,
13495,
11,
300,
11,
334,
8,
4613,
40122,
515,
7,
26447,
7,
30300,
11,
264,
13495,
828,
300,
11,
334,
828,
357,
15,
13,
15,
11,
352,
13,
15,
11,
352,
13,
15,
11,
362,
13,
15,
828,
352,
13,
20,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
3118,
6933,
11,
29994,
657,
13,
20,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
3118,
6933,
11,
357,
26591,
11,
17130,
1343,
12159,
828,
17130,
1343,
12159,
1635,
34236,
828,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
51,
870,
3118,
6933,
11,
29994,
657,
13,
20,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
51,
870,
3118,
6933,
11,
357,
26591,
11,
17130,
1343,
12159,
828,
17130,
1343,
12159,
1635,
34236,
828,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
53,
261,
44,
2696,
11,
29994,
352,
13,
15,
828,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
1135,
571,
724,
11,
29994,
352,
13,
15,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
1135,
571,
724,
11,
357,
16,
13,
15,
11,
828,
352,
13,
15,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
1135,
571,
724,
11,
357,
16,
13,
15,
11,
352,
13,
15,
828,
352,
13,
15,
828,
198,
220,
220,
220,
2361,
628,
220,
220,
220,
1303,
30307,
2314,
307,
10945,
11,
523,
2314,
307,
10667,
351,
4600,
31,
9288,
62,
25826,
44646,
198,
220,
220,
220,
5445,
62,
403,
42524,
62,
17080,
2455,
507,
796,
4307,
22882,
58,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
22607,
287,
46567,
507,
772,
1231,
1960,
375,
733,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
3419,
4613,
509,
10305,
396,
7,
16,
828,
29994,
657,
13,
20,
828,
1303,
4600,
12315,
63,
2446,
407,
5447,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
3419,
4613,
34172,
3198,
50,
1384,
7,
16,
828,
29994,
657,
13,
20,
828,
1303,
4600,
12315,
63,
2446,
407,
5447,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
38778,
1143,
17257,
11,
357,
16,
13,
15,
11,
362,
13,
15,
828,
657,
13,
20,
828,
1303,
4600,
82,
4372,
396,
6404,
12315,
63,
2446,
407,
5447,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
23881,
2502,
11125,
4073,
416,
6093,
24629,
2733,
13,
65,
7878,
844,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
53,
261,
44,
2696,
11,
357,
16,
13,
15,
11,
828,
352,
13,
15,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
53,
261,
44,
2696,
11,
357,
16,
11,
352,
828,
352,
828,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
2773,
5254,
389,
5445,
319,
617,
22300,
6300,
11,
4361,
340,
460,
470,
307,
10667,
26995,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
18833,
30927,
33,
259,
49070,
11,
29565,
15,
13,
20,
11,
657,
13,
20,
4357,
828,
685,
15,
11,
657,
11208,
5445,
16193,
25,
57,
35641,
1258,
35751,
828,
198,
220,
220,
220,
2361,
628,
220,
220,
220,
1303,
30307,
326,
423,
257,
4600,
25826,
63,
2214,
460,
307,
10945,
475,
11,
1864,
284,
4463,
578,
28813,
4972,
11,
198,
220,
220,
220,
1303,
2038,
284,
4439,
262,
3376,
1255,
13,
2312,
5254,
460,
307,
10667,
351,
4600,
31,
9288,
62,
25826,
44646,
198,
220,
220,
220,
1963,
42524,
62,
17080,
2455,
507,
796,
4307,
22882,
58,
198,
220,
220,
220,
220,
220,
220,
220,
22492,
7854,
42524,
28810,
24570,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
20650,
2124,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
79,
4613,
7854,
259,
49070,
7,
17,
11,
279,
24457,
2160,
7,
79,
36911,
357,
20797,
7,
15,
13,
20,
11,
362,
828,
828,
685,
17,
11,
657,
46570,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
79,
4613,
7854,
259,
49070,
7,
17,
11,
279,
24457,
2160,
7,
79,
36911,
357,
20797,
7,
15,
13,
20,
11,
362,
828,
828,
685,
17,
352,
26,
657,
352,
46570,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
20650,
2124,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
19510,
76,
11,
317,
8,
4613,
337,
85,
26447,
7,
76,
11,
284,
62,
1930,
4299,
7,
32,
36911,
357,
64,
11,
317,
828,
275,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
19510,
76,
11,
264,
8,
4613,
337,
85,
26447,
7,
76,
11,
284,
62,
1930,
4299,
62,
10989,
27923,
7,
82,
36911,
357,
64,
11,
275,
828,
269,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
19510,
76,
11,
264,
8,
4613,
337,
85,
26447,
7,
76,
11,
264,
61,
17,
1635,
314,
828,
357,
64,
11,
17130,
828,
275,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
32,
4613,
337,
85,
26447,
7,
1462,
62,
1930,
4299,
7,
32,
36911,
357,
32,
11,
828,
257,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
82,
4613,
337,
85,
26447,
7,
1462,
62,
1930,
4299,
62,
10989,
27923,
7,
82,
36911,
357,
64,
11,
828,
275,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
82,
4613,
337,
85,
26447,
7,
9107,
418,
7,
27740,
828,
264,
61,
17,
1635,
314,
828,
357,
26591,
11,
828,
257,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
19510,
76,
11,
317,
8,
4613,
39141,
44,
85,
26447,
7,
76,
11,
284,
62,
1930,
4299,
7,
32,
36911,
357,
64,
11,
317,
828,
275,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
19510,
76,
11,
264,
8,
4613,
39141,
44,
85,
26447,
7,
76,
11,
284,
62,
1930,
4299,
62,
10989,
27923,
7,
82,
36911,
357,
64,
11,
275,
828,
269,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
19510,
76,
11,
264,
8,
4613,
39141,
44,
85,
26447,
7,
76,
11,
264,
61,
17,
1635,
314,
828,
357,
64,
11,
17130,
828,
275,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
32,
4613,
39141,
44,
85,
26447,
7,
1462,
62,
1930,
4299,
7,
32,
36911,
357,
32,
11,
828,
257,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
82,
4613,
39141,
44,
85,
26447,
7,
1462,
62,
1930,
4299,
62,
10989,
27923,
7,
82,
36911,
357,
64,
11,
828,
275,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
82,
4613,
39141,
44,
85,
26447,
7,
9107,
418,
7,
27740,
828,
264,
61,
17,
1635,
314,
828,
357,
26591,
11,
828,
257,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
19510,
76,
11,
317,
8,
4613,
337,
85,
11187,
26447,
7,
76,
11,
284,
62,
1930,
4299,
7,
32,
36911,
357,
64,
11,
317,
828,
275,
11,
284,
62,
24561,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
19510,
76,
11,
264,
8,
4613,
337,
85,
11187,
26447,
7,
76,
11,
284,
62,
1930,
4299,
62,
10989,
27923,
7,
82,
36911,
357,
64,
11,
275,
828,
269,
11,
284,
62,
24561,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
19510,
76,
11,
264,
8,
4613,
337,
85,
11187,
26447,
7,
76,
11,
264,
61,
17,
1635,
314,
828,
357,
64,
11,
17130,
828,
275,
11,
284,
62,
24561,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
32,
4613,
337,
85,
11187,
26447,
7,
1462,
62,
1930,
4299,
7,
32,
36911,
357,
32,
11,
828,
257,
11,
284,
62,
24561,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
82,
4613,
337,
85,
11187,
26447,
7,
1462,
62,
1930,
4299,
62,
10989,
27923,
7,
82,
36911,
357,
64,
11,
828,
275,
11,
284,
62,
24561,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
82,
4613,
337,
85,
11187,
26447,
7,
9107,
418,
7,
27740,
828,
264,
61,
17,
1635,
314,
828,
357,
26591,
11,
828,
257,
11,
284,
62,
24561,
828,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
26591,
4613,
36202,
488,
1616,
7,
1462,
62,
24561,
7,
26591,
36911,
357,
64,
11,
828,
275,
11,
284,
62,
14323,
11141,
828,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
24936,
1339,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
19510,
76,
11,
317,
8,
4613,
337,
85,
26447,
7,
76,
11,
284,
62,
1930,
4299,
7,
32,
36911,
357,
64,
11,
317,
828,
347,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
19510,
76,
11,
264,
8,
4613,
337,
85,
26447,
7,
76,
11,
284,
62,
1930,
4299,
62,
10989,
27923,
7,
82,
36911,
357,
64,
11,
275,
828,
317,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
19510,
76,
11,
264,
8,
4613,
337,
85,
26447,
7,
76,
11,
264,
61,
17,
1635,
314,
828,
357,
64,
11,
17130,
828,
317,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
32,
4613,
337,
85,
26447,
7,
1462,
62,
1930,
4299,
7,
32,
36911,
357,
32,
11,
828,
347,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
82,
4613,
337,
85,
26447,
7,
1462,
62,
1930,
4299,
62,
10989,
27923,
7,
82,
36911,
357,
64,
11,
828,
317,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
82,
4613,
337,
85,
26447,
7,
9107,
418,
7,
27740,
828,
264,
61,
17,
1635,
314,
828,
357,
26591,
11,
828,
317,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
19510,
76,
11,
317,
8,
4613,
39141,
44,
85,
26447,
7,
76,
11,
284,
62,
1930,
4299,
7,
32,
36911,
357,
64,
11,
317,
828,
347,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
19510,
76,
11,
264,
8,
4613,
39141,
44,
85,
26447,
7,
76,
11,
284,
62,
1930,
4299,
62,
10989,
27923,
7,
82,
36911,
357,
64,
11,
275,
828,
317,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
19510,
76,
11,
264,
8,
4613,
39141,
44,
85,
26447,
7,
76,
11,
264,
61,
17,
1635,
314,
828,
357,
64,
11,
17130,
828,
317,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
32,
4613,
39141,
44,
85,
26447,
7,
1462,
62,
1930,
4299,
7,
32,
36911,
357,
32,
11,
828,
347,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
82,
4613,
39141,
44,
85,
26447,
7,
1462,
62,
1930,
4299,
62,
10989,
27923,
7,
82,
36911,
357,
64,
11,
828,
317,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
82,
4613,
39141,
44,
85,
26447,
7,
9107,
418,
7,
27740,
828,
264,
61,
17,
1635,
314,
828,
357,
26591,
11,
828,
317,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
19510,
76,
11,
317,
8,
4613,
337,
85,
11187,
26447,
7,
76,
11,
284,
62,
1930,
4299,
7,
32,
36911,
357,
64,
11,
317,
828,
347,
11,
284,
62,
24561,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
19510,
76,
11,
264,
8,
4613,
337,
85,
11187,
26447,
7,
76,
11,
284,
62,
1930,
4299,
62,
10989,
27923,
7,
82,
36911,
357,
64,
11,
275,
828,
317,
11,
284,
62,
24561,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
19510,
76,
11,
264,
8,
4613,
337,
85,
11187,
26447,
7,
76,
11,
264,
61,
17,
1635,
314,
828,
357,
64,
11,
17130,
828,
317,
11,
284,
62,
24561,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
32,
4613,
337,
85,
11187,
26447,
7,
1462,
62,
1930,
4299,
7,
32,
36911,
357,
32,
11,
828,
347,
11,
284,
62,
24561,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
82,
4613,
337,
85,
11187,
26447,
7,
1462,
62,
1930,
4299,
62,
10989,
27923,
7,
82,
36911,
357,
64,
11,
828,
317,
11,
284,
62,
24561,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
82,
4613,
337,
85,
11187,
26447,
7,
9107,
418,
7,
27740,
828,
264,
61,
17,
1635,
314,
828,
357,
26591,
11,
828,
317,
11,
284,
62,
24561,
828,
628,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
26591,
4613,
36202,
488,
1616,
7,
1462,
62,
24561,
7,
26591,
36911,
357,
64,
11,
828,
317,
11,
284,
62,
14323,
11141,
828,
198,
220,
220,
220,
2361,
628,
220,
220,
220,
1303,
30307,
2314,
307,
10945,
11,
523,
2314,
307,
10667,
351,
4600,
31,
9288,
62,
25826,
44646,
198,
220,
220,
220,
5445,
62,
16680,
42524,
62,
17080,
2455,
507,
796,
4307,
22882,
58,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
35934,
4049,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
19510,
76,
11,
317,
8,
4613,
337,
85,
26447,
6090,
261,
7,
76,
11,
284,
62,
1930,
4299,
7,
32,
36911,
357,
64,
11,
317,
828,
275,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
19510,
76,
11,
279,
8,
4613,
337,
85,
26447,
6090,
261,
7,
76,
11,
284,
62,
1930,
4299,
62,
10989,
27923,
7,
79,
36911,
357,
64,
11,
275,
828,
269,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
19510,
76,
11,
279,
8,
4613,
337,
85,
26447,
6090,
261,
7,
76,
11,
279,
61,
17,
1635,
314,
828,
357,
64,
11,
17130,
828,
275,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
32,
4613,
337,
85,
26447,
6090,
261,
7,
1462,
62,
1930,
4299,
7,
32,
36911,
357,
32,
11,
828,
257,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
79,
4613,
337,
85,
26447,
6090,
261,
7,
1462,
62,
1930,
4299,
62,
10989,
27923,
7,
79,
36911,
357,
64,
11,
828,
275,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
79,
4613,
337,
85,
26447,
6090,
261,
7,
9107,
418,
7,
27740,
828,
279,
61,
17,
1635,
314,
828,
357,
26591,
11,
828,
257,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
19510,
76,
11,
317,
8,
4613,
337,
85,
26447,
6090,
261,
7,
76,
11,
284,
62,
1930,
4299,
7,
32,
36911,
357,
64,
11,
317,
828,
347,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
19510,
76,
11,
279,
8,
4613,
337,
85,
26447,
6090,
261,
7,
76,
11,
284,
62,
1930,
4299,
62,
10989,
27923,
7,
79,
36911,
357,
64,
11,
275,
828,
317,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
19510,
76,
11,
279,
8,
4613,
337,
85,
26447,
6090,
261,
7,
76,
11,
279,
61,
17,
1635,
314,
828,
357,
64,
11,
17130,
828,
317,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
32,
4613,
337,
85,
26447,
6090,
261,
7,
1462,
62,
1930,
4299,
7,
32,
36911,
357,
32,
11,
828,
347,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
79,
4613,
337,
85,
26447,
6090,
261,
7,
1462,
62,
1930,
4299,
62,
10989,
27923,
7,
79,
36911,
357,
64,
11,
828,
317,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
79,
4613,
337,
85,
26447,
6090,
261,
7,
9107,
418,
7,
27740,
828,
279,
61,
17,
1635,
314,
828,
357,
26591,
11,
828,
317,
828,
198,
220,
220,
220,
2361,
628,
220,
220,
220,
1303,
30307,
326,
423,
257,
4600,
25826,
63,
2214,
460,
307,
10945,
475,
11,
1864,
284,
4463,
578,
28813,
4972,
11,
198,
220,
220,
220,
1303,
2038,
284,
4439,
262,
3376,
1255,
13,
2312,
5254,
460,
307,
10667,
351,
4600,
31,
9288,
62,
25826,
44646,
198,
220,
220,
220,
17593,
25641,
378,
62,
17080,
2455,
507,
796,
4307,
22882,
58,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
24936,
2124,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
775,
815,
779,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
4307,
22882,
19510,
77,
16,
11,
299,
17,
8,
4613,
24936,
43303,
7,
27740,
11,
299,
16,
11,
299,
17,
828,
357,
18,
13,
15,
11,
513,
13,
15,
828,
317,
11,
284,
62,
31361,
62,
6759,
828,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
475,
262,
4277,
7822,
286,
4600,
25192,
62,
83,
648,
298,
63,
5640,
257,
23881,
5886,
11125,
12331,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
6660,
356,
779,
262,
1708,
46513,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
19510,
77,
16,
11,
299,
17,
8,
4613,
24936,
43303,
7,
18,
11,
299,
16,
11,
299,
17,
828,
357,
18,
13,
15,
11,
513,
13,
15,
828,
317,
11,
284,
62,
31361,
62,
6759,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
3419,
4613,
24936,
26447,
7,
27740,
11,
5391,
828,
29994,
317,
11,
284,
62,
1930,
4299,
11,
5445,
16193,
25,
57,
35641,
1258,
35751,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
19510,
7568,
11,
317,
8,
4613,
23447,
433,
7,
7568,
11,
284,
62,
1930,
4299,
7,
32,
36911,
357,
18,
13,
15,
11,
317,
828,
347,
11,
284,
62,
1930,
4299,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
19510,
7568,
11,
317,
8,
4613,
554,
4399,
54,
680,
433,
7,
7568,
11,
284,
62,
1930,
4299,
7,
32,
36911,
357,
18,
13,
15,
11,
317,
828,
347,
11,
284,
62,
1930,
4299,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
19510,
7568,
11,
317,
8,
4613,
39141,
54,
680,
433,
7,
7568,
11,
284,
62,
1930,
4299,
7,
32,
36911,
357,
18,
13,
15,
11,
317,
828,
347,
11,
284,
62,
1930,
4299,
828,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
19510,
7568,
11,
317,
8,
4613,
39141,
818,
4399,
54,
680,
433,
7,
7568,
11,
284,
62,
1930,
4299,
7,
32,
36911,
357,
18,
13,
15,
11,
317,
828,
347,
11,
284,
62,
1930,
4299,
828,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
20650,
286,
2603,
45977,
2124,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
4418,
994,
356,
815,
779,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
4307,
22882,
7,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
220,
220,
220,
357,
77,
16,
11,
299,
17,
8,
4613,
24936,
43303,
7,
27740,
11,
299,
16,
11,
299,
17,
828,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
220,
220,
220,
357,
18,
13,
15,
11,
513,
13,
15,
828,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
220,
220,
220,
685,
32,
11,
347,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
220,
220,
220,
2124,
4613,
3975,
7,
1462,
62,
31361,
62,
6759,
11,
2124,
828,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
828,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
475,
262,
4277,
7822,
286,
4600,
25192,
62,
83,
648,
298,
63,
5640,
257,
23881,
5886,
11125,
12331,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
6660,
356,
779,
262,
1708,
46513,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
77,
16,
11,
299,
17,
8,
4613,
24936,
43303,
7,
18,
11,
299,
16,
11,
299,
17,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
18,
13,
15,
11,
513,
13,
15,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
32,
11,
347,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2124,
4613,
3975,
7,
1462,
62,
31361,
62,
6759,
11,
2124,
828,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
7568,
11,
317,
8,
4613,
23447,
433,
7,
7568,
11,
284,
62,
1930,
4299,
7,
32,
36911,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
18,
13,
15,
11,
317,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
33,
11,
327,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2124,
4613,
3975,
7,
1462,
62,
1930,
4299,
11,
2124,
828,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
7568,
11,
317,
8,
4613,
554,
4399,
54,
680,
433,
7,
7568,
11,
284,
62,
1930,
4299,
7,
32,
36911,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
18,
13,
15,
11,
317,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
33,
11,
327,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2124,
4613,
3975,
7,
1462,
62,
1930,
4299,
11,
2124,
828,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
7568,
11,
317,
8,
4613,
39141,
54,
680,
433,
7,
7568,
11,
284,
62,
1930,
4299,
7,
32,
36911,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
18,
13,
15,
11,
317,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
33,
11,
327,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2124,
4613,
3975,
7,
1462,
62,
1930,
4299,
11,
2124,
828,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
7568,
11,
317,
8,
4613,
39141,
818,
4399,
54,
680,
433,
7,
7568,
11,
284,
62,
1930,
4299,
7,
32,
36911,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
18,
13,
15,
11,
317,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
685,
33,
11,
327,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2124,
4613,
3975,
7,
1462,
62,
1930,
4299,
11,
2124,
828,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
2361,
628,
220,
220,
220,
1303,
30307,
2314,
307,
10945,
11,
523,
2314,
307,
10667,
351,
4600,
31,
9288,
62,
25826,
44646,
198,
220,
220,
220,
5445,
62,
6759,
8609,
25641,
378,
62,
17080,
2455,
507,
796,
4307,
22882,
58,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
3819,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
16926,
46,
1180,
5254,
389,
5445,
319,
1180,
17790,
286,
736,
2412,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
32,
11,
347,
11,
327,
8,
4613,
24936,
26447,
7,
32,
11,
284,
62,
1930,
4299,
7,
33,
828,
284,
62,
1930,
4299,
7,
34,
36911,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
32,
11,
347,
11,
347,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
284,
62,
1930,
4299,
11,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
16926,
46,
1180,
5254,
389,
5445,
319,
1180,
17790,
286,
736,
2412,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
7568,
11,
317,
11,
347,
11,
327,
8,
4613,
24936,
51,
20344,
7,
7568,
11,
317,
11,
284,
62,
1930,
4299,
7,
33,
828,
284,
62,
1930,
4299,
7,
34,
36911,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
16,
13,
15,
11,
317,
11,
347,
11,
347,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
327,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
284,
62,
1930,
4299,
11,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
220,
220,
220,
220,
1303,
16926,
46,
1180,
5254,
389,
5445,
319,
1180,
17790,
286,
736,
2412,
198,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
77,
16,
11,
299,
17,
11,
317,
8,
4613,
24936,
37,
20344,
7,
77,
16,
11,
299,
17,
11,
284,
62,
1930,
4299,
7,
32,
36911,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
18,
13,
15,
11,
513,
13,
15,
11,
317,
828,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
347,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
284,
62,
1930,
4299,
11,
198,
220,
220,
220,
220,
220,
220,
220,
10612,
198,
220,
220,
220,
2361,
628,
220,
220,
220,
2488,
9288,
2617,
366,
3118,
42524,
24570,
1,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
44872,
7203,
59,
77,
44154,
25,
791,
42524,
24570,
59,
77,
4943,
628,
220,
220,
220,
220,
220,
220,
220,
329,
288,
287,
555,
42524,
62,
17080,
2455,
507,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2488,
10951,
366,
44154,
25,
29568,
3672,
1659,
7,
17080,
62,
4906,
7,
67,
4008,
16725,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1332,
62,
324,
7,
67,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
628,
220,
220,
220,
2488,
9288,
2617,
366,
15205,
42524,
24570,
1,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
44872,
7203,
59,
77,
44154,
25,
7854,
42524,
24570,
59,
77,
4943,
628,
220,
220,
220,
220,
220,
220,
220,
329,
288,
287,
1963,
42524,
62,
17080,
2455,
507,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2488,
10951,
366,
44154,
25,
29568,
3672,
1659,
7,
17080,
62,
4906,
7,
67,
4008,
16725,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1332,
62,
324,
7,
67,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
6208,
4600,
20797,
17080,
63,
290,
4600,
18747,
17080,
63,
24570,
286,
555,
42524,
24570,
198,
220,
220,
220,
220,
220,
220,
220,
299,
796,
362,
1303,
1464,
779,
734,
24570,
198,
220,
220,
220,
220,
220,
220,
220,
329,
288,
287,
555,
42524,
62,
17080,
2455,
507,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
288,
13,
87,
318,
64,
7913,
8614,
2555,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
22607,
24570,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
360,
796,
1233,
62,
4906,
7,
67,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
360,
1279,
25,
4479,
90,
53,
261,
44,
2696,
11,
14824,
21413,
20344,
92,
11405,
2555,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
311,
17164,
321,
691,
10143,
287,
777,
5254,
351,
31849,
28813,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
6524,
25,
3740,
1378,
12567,
13,
785,
14,
51,
870,
43,
648,
14,
20344,
2455,
507,
2885,
13,
20362,
14,
37165,
14,
19420,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
7695,
30927,
33,
259,
49070,
10143,
351,
1168,
35641,
1258,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
24936,
1339,
857,
407,
670,
351,
311,
17164,
321,
25,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
3740,
1378,
12567,
13,
785,
14,
51,
870,
43,
648,
14,
20344,
2455,
507,
2885,
13,
20362,
14,
31216,
14,
23628,
2,
21949,
23893,
12,
5332,
2718,
22291,
6052,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6070,
17080,
62,
25826,
796,
611,
360,
1279,
25,
311,
17164,
321,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
14808,
67,
13,
25826,
986,
11,
1058,
57,
35641,
1258,
11,
1058,
49,
964,
325,
28813,
828,
357,
67,
13,
25826,
986,
11,
1058,
57,
35641,
1258,
11,
1058,
49,
964,
325,
28813,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
361,
360,
1279,
25,
7695,
30927,
33,
259,
49070,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
14808,
67,
13,
25826,
986,
11,
1058,
57,
35641,
1258,
828,
357,
67,
13,
25826,
986,
11,
1058,
57,
35641,
1258,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
361,
360,
1279,
25,
37243,
2364,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
1168,
35641,
1258,
318,
407,
5445,
351,
4600,
20797,
17080,
63,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
14808,
828,
32865,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
67,
13,
25826,
11,
288,
13,
25826,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
7177,
17080,
62,
25826,
796,
611,
360,
1279,
25,
7695,
30927,
33,
259,
49070,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
14808,
67,
13,
25826,
986,
11,
1058,
57,
35641,
1258,
828,
357,
67,
13,
25826,
986,
11,
1058,
57,
35641,
1258,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
67,
13,
25826,
11,
288,
13,
25826,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
13610,
4600,
20797,
17080,
63,
6082,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
796,
288,
13,
69,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
62,
20797,
17080,
796,
357,
138,
116,
986,
35751,
4613,
6070,
17080,
7,
69,
7,
138,
116,
986,
828,
299,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
288,
62,
20797,
17080,
796,
277,
62,
20797,
17080,
7,
67,
13,
138,
116,
23029,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
13610,
4600,
18747,
17080,
63,
6082,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
62,
18747,
17080,
796,
357,
138,
116,
986,
35751,
4613,
7177,
17080,
26933,
69,
7,
138,
116,
23029,
329,
4808,
287,
352,
25,
77,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
288,
62,
18747,
17080,
796,
277,
62,
18747,
17080,
7,
67,
13,
138,
116,
23029,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
329,
357,
72,
11,
264,
89,
8,
287,
27056,
378,
19510,
7,
77,
11,
828,
357,
77,
11,
362,
22305,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
24936,
1339,
1595,
470,
670,
329,
12948,
24570,
329,
617,
1738,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
783,
475,
407,
1165,
1593,
357,
30,
8133,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
4129,
7,
82,
89,
8,
6624,
362,
11405,
360,
1279,
25,
45012,
20344,
3890,
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,
886,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
3082,
1133,
11670,
6291,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2124,
796,
6070,
7,
67,
13,
87,
11,
264,
89,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
6208,
5984,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2488,
10951,
366,
44154,
25,
6070,
17080,
16763,
7,
3672,
1659,
7,
35,
36911,
720,
82,
89,
16725,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1332,
62,
324,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
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,
277,
62,
20797,
17080,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
288,
13,
138,
116,
11,
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,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
288,
13,
742,
26084,
26,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5445,
28,
20797,
17080,
62,
25826,
58,
72,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2488,
10951,
366,
44154,
25,
7177,
17080,
16763,
7,
3672,
1659,
7,
35,
36911,
720,
82,
89,
16725,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1332,
62,
324,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
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,
277,
62,
18747,
17080,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
288,
13,
138,
116,
11,
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,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
288,
13,
742,
26084,
26,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5445,
28,
18747,
17080,
62,
25826,
58,
72,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
628,
220,
220,
220,
2488,
9288,
2617,
366,
46912,
25641,
378,
24570,
1,
2221,
198,
220,
220,
220,
220,
220,
220,
220,
44872,
7203,
59,
77,
44154,
25,
24936,
25641,
378,
24570,
59,
77,
4943,
628,
220,
220,
220,
220,
220,
220,
220,
329,
288,
287,
17593,
25641,
378,
62,
17080,
2455,
507,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2488,
10951,
366,
44154,
25,
29568,
3672,
1659,
7,
17080,
62,
4906,
7,
67,
4008,
16725,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1332,
62,
324,
7,
67,
8,
198,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
6208,
4600,
20797,
17080,
63,
290,
4600,
18747,
17080,
63,
24570,
286,
555,
42524,
24570,
198,
220,
220,
220,
220,
220,
220,
220,
299,
796,
357,
17,
11,
362,
8,
1303,
1464,
779,
362,
2124,
362,
24570,
198,
220,
220,
220,
220,
220,
220,
220,
329,
288,
287,
555,
42524,
62,
17080,
2455,
507,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
288,
13,
87,
318,
64,
7913,
8614,
2555,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
360,
796,
1233,
62,
4906,
7,
67,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
360,
1279,
25,
8444,
8374,
20344,
3890,
11405,
2555,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
22607,
24570,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
360,
1279,
25,
4479,
90,
53,
261,
44,
2696,
11,
14824,
21413,
20344,
92,
11405,
2555,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
13610,
4600,
20797,
17080,
63,
6082,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
796,
288,
13,
69,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
62,
20797,
17080,
796,
357,
138,
116,
986,
35751,
4613,
6070,
17080,
7,
69,
7,
138,
116,
986,
828,
299,
23029,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
13610,
4600,
18747,
17080,
63,
6082,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
1168,
35641,
1258,
338,
6070,
6770,
857,
407,
588,
1729,
12,
77,
17024,
11,
523,
356,
779,
257,
46513,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
62,
18747,
17080,
796,
357,
138,
116,
986,
35751,
4613,
7177,
17080,
7,
3447,
1758,
26933,
69,
7,
138,
116,
23029,
329,
4808,
287,
352,
25,
1676,
67,
7,
77,
8,
4357,
299,
4008,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
24936,
4600,
87,
63,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2124,
62,
6759,
796,
6070,
7,
67,
13,
87,
11,
299,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
1168,
35641,
1258,
318,
407,
5445,
351,
4600,
20797,
17080,
63,
1343,
37243,
2364,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
6070,
17080,
62,
25826,
796,
360,
1279,
25,
37243,
2364,
5633,
7499,
1058,
288,
13,
25826,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
6208,
5984,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2488,
10951,
366,
44154,
25,
6070,
17080,
16763,
7,
3672,
1659,
7,
35,
36911,
720,
77,
16725,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1332,
62,
324,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
62,
20797,
17080,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
288,
13,
138,
116,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2124,
62,
6759,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
288,
13,
742,
26084,
26,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5445,
28,
20797,
17080,
62,
25826,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2488,
10951,
366,
44154,
25,
7177,
17080,
16763,
7,
3672,
1659,
7,
35,
36911,
720,
77,
16725,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1332,
62,
324,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
62,
18747,
17080,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
288,
13,
138,
116,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2124,
62,
6759,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
288,
13,
742,
26084,
26,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5445,
28,
67,
13,
25826,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
20650,
286,
2603,
45977,
4600,
87,
63,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2124,
62,
35138,
62,
1659,
62,
6759,
796,
685,
20797,
7,
67,
13,
87,
11,
299,
8,
329,
4808,
287,
352,
25,
17,
60,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
6208,
5984,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2488,
10951,
366,
44154,
25,
6070,
17080,
16763,
7,
3672,
1659,
7,
35,
36911,
720,
77,
11,
362,
16725,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1332,
62,
324,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
62,
20797,
17080,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
288,
13,
138,
116,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2124,
62,
35138,
62,
1659,
62,
6759,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
288,
13,
742,
26084,
26,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5445,
28,
20797,
17080,
62,
25826,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2488,
10951,
366,
44154,
25,
7177,
17080,
16763,
7,
3672,
1659,
7,
35,
36911,
720,
77,
11,
362,
16725,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1332,
62,
324,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
62,
18747,
17080,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
288,
13,
138,
116,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2124,
62,
35138,
62,
1659,
62,
6759,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
288,
13,
742,
26084,
26,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5445,
28,
67,
13,
25826,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
1303,
1332,
4600,
20797,
17080,
63,
290,
4600,
18747,
17080,
63,
24570,
286,
1963,
42524,
24570,
198,
220,
220,
220,
220,
220,
220,
220,
299,
796,
362,
1303,
1464,
779,
734,
24570,
198,
220,
220,
220,
220,
220,
220,
220,
329,
288,
287,
1963,
42524,
62,
17080,
2455,
507,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
288,
13,
87,
318,
64,
27741,
38469,
8614,
2555,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
360,
796,
1233,
62,
4906,
7,
67,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
360,
1279,
25,
8444,
8374,
20344,
3890,
11405,
2555,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
30307,
389,
9894,
329,
17593,
44829,
590,
15879,
1143,
337,
85,
26447,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
611,
360,
1279,
25,
4479,
90,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
337,
85,
26447,
11,
44,
85,
11187,
26447,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
46567,
507,
2885,
13,
51,
870,
35,
1072,
44,
85,
26447,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
46567,
507,
2885,
13,
51,
870,
18683,
363,
44,
85,
26447,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
46567,
507,
2885,
13,
51,
870,
3351,
282,
44,
85,
26447,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
39141,
44,
85,
11187,
26447,
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,
220,
220,
220,
220,
597,
7,
87,
318,
64,
24936,
329,
2124,
287,
288,
13,
138,
116,
8,
11405,
2555,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
886,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
13610,
4600,
20797,
17080,
63,
6082,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
796,
288,
13,
69,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
62,
20797,
17080,
796,
357,
138,
116,
986,
35751,
4613,
6070,
17080,
7,
69,
7,
138,
116,
986,
828,
299,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
13610,
4600,
18747,
17080,
63,
6082,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
62,
18747,
17080,
796,
357,
138,
116,
986,
35751,
4613,
7177,
17080,
26933,
69,
7,
138,
116,
23029,
329,
4808,
287,
352,
25,
77,
12962,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
24936,
4600,
87,
63,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2124,
62,
6759,
796,
9585,
7,
67,
13,
87,
11,
352,
11,
299,
8,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
6208,
5984,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2488,
10951,
366,
44154,
25,
6070,
17080,
16763,
7,
3672,
1659,
7,
35,
36911,
720,
77,
16725,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1332,
62,
324,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
62,
20797,
17080,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
288,
13,
138,
116,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2124,
62,
6759,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
288,
13,
742,
26084,
26,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5445,
28,
67,
13,
25826,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2488,
10951,
366,
44154,
25,
7177,
17080,
16763,
7,
3672,
1659,
7,
35,
36911,
720,
77,
16725,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1332,
62,
324,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
62,
18747,
17080,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
288,
13,
138,
116,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2124,
62,
6759,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
288,
13,
742,
26084,
26,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5445,
28,
67,
13,
25826,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
20650,
286,
2603,
45977,
4600,
87,
63,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2124,
62,
35138,
62,
1659,
62,
6759,
796,
685,
44754,
7,
67,
13,
87,
11,
352,
11,
299,
8,
329,
4808,
287,
352,
25,
17,
60,
628,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
6208,
5984,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2488,
10951,
366,
44154,
25,
6070,
17080,
16763,
7,
3672,
1659,
7,
35,
36911,
720,
77,
11,
362,
16725,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1332,
62,
324,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
62,
20797,
17080,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
288,
13,
138,
116,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2124,
62,
35138,
62,
1659,
62,
6759,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
288,
13,
742,
26084,
26,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5445,
28,
67,
13,
25826,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2488,
10951,
366,
44154,
25,
7177,
17080,
16763,
7,
3672,
1659,
7,
35,
36911,
720,
77,
11,
362,
16725,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1332,
62,
324,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
4307,
22882,
7,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
277,
62,
18747,
17080,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
288,
13,
138,
116,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2124,
62,
35138,
62,
1659,
62,
6759,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
288,
13,
742,
26084,
26,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
5445,
28,
67,
13,
25826,
11,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
198,
437,
198
] | 1.85566 | 12,429 |
# Contents: Functions for creating/handling secure cookies.
################################################################################
# Create session cookie
#
# The scheme:
# const_key, const_iv = global constants, output from a cryptographically secure random number generator
# (used to encrypt session-specific secret keys)
# timestamp = milliseconds since epoch, represented as a string
# session_key, session_iv = output from a cryptographic random number generator, unique for each session
# encrypted_session_key = AES CBC encrypt(const_key, const_iv, session_key)
# data blob = AES CBC encrypt(session_key, session_iv, arbitrary data)
# hmac signature = HMAC(session_key, timestamp * data_blob)
# unencoded cookie_value = session_iv * encrypted_secret_key * hmac signature * timestamp * data blob
# cookie_value = base64encode(unencoded cookie value)
# (the encoding is for transport in an http header)
#
################################################################################
"""
Create a secure session cookie for the response.
The cookie value includes the encryption of the supplied data.
The Secure and HttpOnly attributes are set according to global variables.
"""
function create_secure_session_cookie(data, res, cookie_name = "sessionid")
cookie_value = create_secure_session_cookievalue(data)
attr = Dict("Max-Age" => timeout_str)
if encrypted_sessions_only
attr["Secure"] = ""
end
if http_only
attr["HttpOnly"] = ""
end
setcookie!(res, cookie_name, string(cookie_value), attr)
end
"""
Create the value of the secure session cookie.
Input: Data (ASCIIString) to be embedded in the encrypted cookie value.
Output: Cookie value (ASCIIString)
Note: Binary data is base64 encoded for transport in http headers (base64 is more space efficient than hex encoding).
"""
function create_secure_session_cookievalue(plaintext)
# Encrypt data
session_key = csrng(key_length)
session_iv = csrng(block_size)
data_blob = encrypt(CIPHER_AES, session_key, plaintext, session_iv) # Encryption is done in CBC mode
# Compute HMAC signature
timestamp = string(get_timestamp()) # Millieconds since epoch
ts_uint8 = convert(Array{UInt8, 1}, timestamp)
hmac_signature = digest(MD_SHA256, vcat(ts_uint8, data_blob), session_key)
# Compute cookie value
encrypted_session_key = encrypt(CIPHER_AES, const_key, session_key, const_iv)
cookie_value = base64encode(vcat(session_iv, encrypted_session_key, hmac_signature, ts_uint8, data_blob))
cookie_value
end
################################################################################
# Validate session cookie
################################################################################
# The application validates a session cookie as follows:
# 1. Decode hmac signature.
# 2. Compute HMAC(secret key, timestamp * data blob) and compare it to hmac signature. Fail if they differ.
# 3. Decode timestamp.
# 4. Verify that the current time in milliseconds since the epoch is not greater than timestamp + session timeout.
# TODO: If the cookie is not valid, the application must refuse the requested action and redirect the user to the login page.
#
# If the cookie is valid, the application can
# 1. Decrypt data blob
# 2. Parse or deserialize data blob as appropriate.
# At this point, the application has a valid state object for the user's session and can proceed with processing the requested action.
"""
Returns the decrypted cookie data.
Returns "" if the cookie doesn't exist.
"""
function get_session_cookie_data(req, cookie_name)
result = ""
if haskey(req.headers, "Cookie")
cookie_value = get_cookie_value(req, cookie_name)
if cookie_value != ""
cookie_is_valid, data_blob, session_key, session_iv = session_cookie_is_valid(cookie_value)
if cookie_is_valid
result = decrypt(CIPHER_AES, session_key, data_blob, session_iv)
result = String(result)
end
end
end
result
end
"""
Returns the cookie value, which is encrypted.
Returns "" if the cookie doesn't exist.
"""
function get_cookie_value(req, cookie_name)
cookie_value = ""
ckie = req.headers["Cookie"] # ASCIIString: "name1=value1; name2=value2"
names_values = split(ckie, ";") # "name=value"
for nv in names_values
r = search(nv, cookie_name) # first_idx:last_idx
if length(r) > 0 # cookie_name is in nv
r2 = search(nv, "=")
cookie_value = nv[(r2[1] + 1):end]
break
end
end
String(cookie_value) # Convert SubString to string for base64 decoding
end
"""
Returns: cookie_is_valid (Bool) and session data.
cookie_is_valid is true if session cookie:
1) Has not expired, and
2) hmac_signature == HMAC(secret key, timestamp * data_blob)
"""
function session_cookie_is_valid(cookie_value)
# Extract cookie data
cookie_value = base64decode(cookie_value)
session_iv = cookie_value[1:block_size]
offset = block_size
encrypted_session_key = cookie_value[(offset + 1):(offset + key_length + block_size)]
session_key = decrypt(CIPHER_AES, const_key, encrypted_session_key, const_iv)
offset += key_length + block_size
hmac_signature = view(cookie_value, (offset + 1):(offset + key_length))
offset += key_length
ts_uint8 = cookie_value[(offset + 1):(offset + 13)]
timestamp = parse(Int, String(ts_uint8)) # Seconds since epoch
offset += 13
data_blob = cookie_value[(offset + 1):end]
# Determine conditions
current_time = get_timestamp()
expired = current_time > timestamp + session_timeout
hmac_sig2 = digest(MD_SHA256, vcat(ts_uint8, data_blob), session_key)
hmac_ok = hmac_sig2 == hmac_signature
# Prepare results
cookie_is_valid = false
if !expired && hmac_ok
cookie_is_valid = true
end
cookie_is_valid, data_blob, session_key, session_iv
end
"""
Invalidates the cookie with name == cookie_name.
Curently this works by setting the Max-Age to 0.
"""
function invalidate_cookie!(res, cookie_name)
setcookie!(res, cookie_name, "", Dict("Max-Age" => "0"))
end
# EOF
| [
2,
26714,
25,
40480,
329,
4441,
14,
4993,
1359,
5713,
14746,
13,
198,
198,
29113,
29113,
14468,
198,
2,
13610,
6246,
19751,
198,
2,
198,
2,
383,
7791,
25,
198,
2,
220,
220,
220,
220,
1500,
62,
2539,
11,
1500,
62,
452,
220,
220,
220,
220,
796,
3298,
38491,
11,
5072,
422,
257,
8194,
33145,
5713,
4738,
1271,
17301,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
1484,
284,
34117,
6246,
12,
11423,
3200,
8251,
8,
198,
2,
220,
220,
220,
220,
41033,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
38694,
1201,
36835,
11,
7997,
355,
257,
4731,
198,
2,
220,
220,
220,
220,
6246,
62,
2539,
11,
6246,
62,
452,
796,
5072,
422,
257,
40705,
4738,
1271,
17301,
11,
3748,
329,
1123,
6246,
198,
2,
220,
220,
220,
220,
19365,
62,
29891,
62,
2539,
220,
220,
796,
34329,
20244,
34117,
7,
9979,
62,
2539,
11,
1500,
62,
452,
11,
6246,
62,
2539,
8,
198,
2,
220,
220,
220,
220,
1366,
44812,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
34329,
20244,
34117,
7,
29891,
62,
2539,
11,
6246,
62,
452,
11,
14977,
1366,
8,
198,
2,
220,
220,
220,
220,
289,
20285,
9877,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
25904,
2246,
7,
29891,
62,
2539,
11,
41033,
1635,
1366,
62,
2436,
672,
8,
198,
2,
220,
220,
220,
220,
555,
12685,
9043,
19751,
62,
8367,
220,
796,
6246,
62,
452,
1635,
19365,
62,
21078,
62,
2539,
1635,
289,
20285,
9877,
1635,
41033,
1635,
1366,
44812,
198,
2,
220,
220,
220,
220,
19751,
62,
8367,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
2779,
2414,
268,
8189,
7,
403,
12685,
9043,
19751,
1988,
8,
198,
2,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
357,
1169,
21004,
318,
329,
4839,
287,
281,
2638,
13639,
8,
198,
2,
198,
29113,
29113,
14468,
198,
198,
37811,
198,
16447,
257,
5713,
6246,
19751,
329,
262,
2882,
13,
198,
464,
19751,
1988,
3407,
262,
15835,
286,
262,
14275,
1366,
13,
198,
464,
26707,
290,
367,
29281,
10049,
12608,
389,
900,
1864,
284,
3298,
9633,
13,
198,
37811,
198,
8818,
2251,
62,
22390,
62,
29891,
62,
44453,
7,
7890,
11,
581,
11,
19751,
62,
3672,
796,
366,
29891,
312,
4943,
198,
220,
220,
220,
19751,
62,
8367,
796,
2251,
62,
22390,
62,
29891,
62,
44453,
8367,
7,
7890,
8,
198,
220,
220,
220,
708,
81,
796,
360,
713,
7203,
11518,
12,
23396,
1,
5218,
26827,
62,
2536,
8,
198,
220,
220,
220,
611,
19365,
62,
82,
6202,
62,
8807,
198,
197,
35226,
14692,
49793,
8973,
796,
13538,
198,
220,
220,
220,
886,
198,
220,
220,
220,
611,
2638,
62,
8807,
198,
197,
35226,
14692,
43481,
10049,
8973,
796,
13538,
198,
220,
220,
220,
886,
198,
220,
220,
220,
900,
44453,
0,
7,
411,
11,
19751,
62,
3672,
11,
4731,
7,
44453,
62,
8367,
828,
708,
81,
8,
198,
437,
628,
198,
37811,
198,
16447,
262,
1988,
286,
262,
5713,
6246,
19751,
13,
198,
198,
20560,
25,
220,
6060,
357,
42643,
3978,
10100,
8,
284,
307,
14553,
287,
262,
19365,
19751,
1988,
13,
198,
26410,
25,
39606,
1988,
357,
42643,
3978,
10100,
8,
198,
198,
6425,
25,
45755,
1366,
318,
2779,
2414,
30240,
329,
4839,
287,
2638,
24697,
357,
8692,
2414,
318,
517,
2272,
6942,
621,
17910,
21004,
737,
198,
37811,
198,
8818,
2251,
62,
22390,
62,
29891,
62,
44453,
8367,
7,
25638,
5239,
8,
198,
220,
220,
220,
1303,
14711,
6012,
1366,
198,
220,
220,
220,
6246,
62,
2539,
796,
269,
27891,
782,
7,
2539,
62,
13664,
8,
198,
220,
220,
220,
6246,
62,
452,
220,
796,
269,
27891,
782,
7,
9967,
62,
7857,
8,
198,
220,
220,
220,
1366,
62,
2436,
672,
220,
220,
796,
34117,
7,
34,
4061,
16879,
62,
32,
1546,
11,
6246,
62,
2539,
11,
8631,
5239,
11,
6246,
62,
452,
8,
220,
220,
220,
1303,
14711,
13168,
318,
1760,
287,
20244,
4235,
628,
220,
220,
220,
1303,
3082,
1133,
25904,
2246,
9877,
198,
220,
220,
220,
41033,
220,
220,
220,
220,
220,
796,
4731,
7,
1136,
62,
16514,
27823,
28955,
220,
220,
220,
1303,
9212,
494,
17561,
82,
1201,
36835,
198,
220,
220,
220,
40379,
62,
28611,
23,
220,
220,
220,
220,
220,
220,
796,
10385,
7,
19182,
90,
52,
5317,
23,
11,
352,
5512,
41033,
8,
198,
220,
220,
220,
289,
20285,
62,
12683,
1300,
796,
16274,
7,
12740,
62,
37596,
11645,
11,
410,
9246,
7,
912,
62,
28611,
23,
11,
1366,
62,
2436,
672,
828,
6246,
62,
2539,
8,
628,
220,
220,
220,
1303,
3082,
1133,
19751,
1988,
198,
220,
220,
220,
19365,
62,
29891,
62,
2539,
796,
34117,
7,
34,
4061,
16879,
62,
32,
1546,
11,
1500,
62,
2539,
11,
6246,
62,
2539,
11,
1500,
62,
452,
8,
198,
220,
220,
220,
19751,
62,
8367,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
2779,
2414,
268,
8189,
7,
85,
9246,
7,
29891,
62,
452,
11,
19365,
62,
29891,
62,
2539,
11,
289,
20285,
62,
12683,
1300,
11,
40379,
62,
28611,
23,
11,
1366,
62,
2436,
672,
4008,
198,
220,
220,
220,
19751,
62,
8367,
198,
437,
628,
198,
29113,
29113,
14468,
198,
2,
3254,
20540,
6246,
19751,
198,
29113,
29113,
14468,
198,
198,
2,
383,
3586,
4938,
689,
257,
6246,
19751,
355,
5679,
25,
198,
2,
352,
13,
4280,
1098,
289,
20285,
9877,
13,
198,
2,
362,
13,
3082,
1133,
25904,
2246,
7,
21078,
1994,
11,
41033,
1635,
1366,
44812,
8,
290,
8996,
340,
284,
289,
20285,
9877,
13,
18448,
611,
484,
13238,
13,
198,
2,
513,
13,
4280,
1098,
41033,
13,
198,
2,
604,
13,
49899,
326,
262,
1459,
640,
287,
38694,
1201,
262,
36835,
318,
407,
3744,
621,
41033,
1343,
6246,
26827,
13,
198,
2,
16926,
46,
25,
1002,
262,
19751,
318,
407,
4938,
11,
262,
3586,
1276,
11148,
262,
9167,
2223,
290,
18941,
262,
2836,
284,
262,
17594,
2443,
13,
198,
2,
198,
2,
1002,
262,
19751,
318,
4938,
11,
262,
3586,
460,
198,
2,
352,
13,
4280,
6012,
1366,
44812,
198,
2,
362,
13,
2547,
325,
393,
748,
48499,
1096,
1366,
44812,
355,
5035,
13,
198,
2,
1629,
428,
966,
11,
262,
3586,
468,
257,
4938,
1181,
2134,
329,
262,
2836,
338,
6246,
290,
460,
5120,
351,
7587,
262,
9167,
2223,
13,
628,
198,
37811,
198,
35561,
262,
875,
15109,
19751,
1366,
13,
198,
198,
35561,
13538,
611,
262,
19751,
1595,
470,
2152,
13,
198,
37811,
198,
8818,
651,
62,
29891,
62,
44453,
62,
7890,
7,
42180,
11,
19751,
62,
3672,
8,
198,
220,
220,
220,
1255,
796,
13538,
198,
220,
220,
220,
611,
468,
2539,
7,
42180,
13,
50145,
11,
366,
34,
18055,
4943,
198,
197,
44453,
62,
8367,
796,
651,
62,
44453,
62,
8367,
7,
42180,
11,
19751,
62,
3672,
8,
198,
197,
361,
19751,
62,
8367,
14512,
13538,
198,
197,
220,
220,
220,
19751,
62,
271,
62,
12102,
11,
1366,
62,
2436,
672,
11,
6246,
62,
2539,
11,
6246,
62,
452,
796,
6246,
62,
44453,
62,
271,
62,
12102,
7,
44453,
62,
8367,
8,
198,
197,
220,
220,
220,
611,
19751,
62,
271,
62,
12102,
198,
197,
197,
20274,
796,
42797,
7,
34,
4061,
16879,
62,
32,
1546,
11,
6246,
62,
2539,
11,
1366,
62,
2436,
672,
11,
6246,
62,
452,
8,
198,
197,
197,
20274,
796,
10903,
7,
20274,
8,
198,
197,
220,
220,
220,
886,
198,
197,
437,
198,
220,
220,
220,
886,
198,
220,
220,
220,
1255,
198,
437,
628,
198,
37811,
198,
35561,
262,
19751,
1988,
11,
543,
318,
19365,
13,
198,
198,
35561,
13538,
611,
262,
19751,
1595,
470,
2152,
13,
198,
37811,
198,
8818,
651,
62,
44453,
62,
8367,
7,
42180,
11,
19751,
62,
3672,
8,
198,
220,
220,
220,
19751,
62,
8367,
796,
13538,
198,
220,
220,
220,
269,
49375,
220,
220,
220,
220,
220,
220,
220,
220,
796,
43089,
13,
50145,
14692,
34,
18055,
8973,
220,
220,
220,
1303,
37101,
10100,
25,
366,
3672,
16,
28,
8367,
16,
26,
1438,
17,
28,
8367,
17,
1,
198,
220,
220,
220,
3891,
62,
27160,
796,
6626,
7,
694,
494,
11,
366,
26,
4943,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
366,
3672,
28,
8367,
1,
198,
220,
220,
220,
329,
299,
85,
287,
3891,
62,
27160,
198,
197,
81,
796,
2989,
7,
48005,
11,
19751,
62,
3672,
8,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
717,
62,
312,
87,
25,
12957,
62,
312,
87,
198,
197,
361,
4129,
7,
81,
8,
1875,
657,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
1303,
19751,
62,
3672,
318,
287,
299,
85,
198,
197,
220,
220,
220,
374,
17,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
796,
2989,
7,
48005,
11,
366,
2625,
8,
198,
197,
220,
220,
220,
19751,
62,
8367,
796,
299,
85,
58,
7,
81,
17,
58,
16,
60,
1343,
352,
2599,
437,
60,
198,
197,
220,
220,
220,
2270,
198,
197,
437,
198,
220,
220,
220,
886,
198,
220,
220,
220,
10903,
7,
44453,
62,
8367,
8,
220,
220,
220,
220,
220,
1303,
38240,
3834,
10100,
284,
4731,
329,
2779,
2414,
39938,
198,
437,
628,
198,
37811,
198,
35561,
25,
19751,
62,
271,
62,
12102,
357,
33,
970,
8,
290,
6246,
1366,
13,
198,
198,
44453,
62,
271,
62,
12102,
318,
2081,
611,
6246,
19751,
25,
198,
16,
8,
7875,
407,
21350,
11,
290,
198,
17,
8,
289,
20285,
62,
12683,
1300,
6624,
25904,
2246,
7,
21078,
1994,
11,
41033,
1635,
1366,
62,
2436,
672,
8,
198,
37811,
198,
8818,
6246,
62,
44453,
62,
271,
62,
12102,
7,
44453,
62,
8367,
8,
198,
220,
220,
220,
1303,
29677,
19751,
1366,
198,
220,
220,
220,
19751,
62,
8367,
220,
220,
796,
2779,
2414,
12501,
1098,
7,
44453,
62,
8367,
8,
198,
220,
220,
220,
6246,
62,
452,
220,
220,
220,
220,
796,
19751,
62,
8367,
58,
16,
25,
9967,
62,
7857,
60,
198,
220,
220,
220,
11677,
220,
220,
220,
220,
220,
220,
220,
220,
796,
2512,
62,
7857,
198,
220,
220,
220,
19365,
62,
29891,
62,
2539,
796,
19751,
62,
8367,
58,
7,
28968,
1343,
352,
2599,
7,
28968,
1343,
1994,
62,
13664,
1343,
2512,
62,
7857,
15437,
198,
220,
220,
220,
6246,
62,
2539,
220,
220,
220,
796,
42797,
7,
34,
4061,
16879,
62,
32,
1546,
11,
1500,
62,
2539,
11,
19365,
62,
29891,
62,
2539,
11,
1500,
62,
452,
8,
198,
220,
220,
220,
11677,
15853,
1994,
62,
13664,
1343,
2512,
62,
7857,
198,
220,
220,
220,
289,
20285,
62,
12683,
1300,
796,
1570,
7,
44453,
62,
8367,
11,
357,
28968,
1343,
352,
2599,
7,
28968,
1343,
1994,
62,
13664,
4008,
198,
220,
220,
220,
11677,
15853,
1994,
62,
13664,
198,
220,
220,
220,
40379,
62,
28611,
23,
220,
220,
220,
220,
220,
220,
796,
19751,
62,
8367,
58,
7,
28968,
1343,
352,
2599,
7,
28968,
1343,
1511,
15437,
198,
220,
220,
220,
41033,
220,
220,
220,
220,
220,
796,
21136,
7,
5317,
11,
220,
10903,
7,
912,
62,
28611,
23,
4008,
220,
220,
220,
1303,
40876,
1201,
36835,
198,
220,
220,
220,
11677,
15853,
1511,
198,
220,
220,
220,
1366,
62,
2436,
672,
220,
220,
220,
220,
220,
796,
19751,
62,
8367,
58,
7,
28968,
1343,
352,
2599,
437,
60,
628,
220,
220,
220,
1303,
45559,
3810,
3403,
198,
220,
220,
220,
1459,
62,
2435,
796,
651,
62,
16514,
27823,
3419,
198,
220,
220,
220,
21350,
220,
220,
220,
220,
220,
796,
1459,
62,
2435,
1875,
41033,
1343,
6246,
62,
48678,
198,
220,
220,
220,
289,
20285,
62,
82,
328,
17,
220,
220,
220,
796,
16274,
7,
12740,
62,
37596,
11645,
11,
410,
9246,
7,
912,
62,
28611,
23,
11,
1366,
62,
2436,
672,
828,
6246,
62,
2539,
8,
198,
220,
220,
220,
289,
20285,
62,
482,
220,
220,
220,
220,
220,
796,
289,
20285,
62,
82,
328,
17,
6624,
289,
20285,
62,
12683,
1300,
628,
220,
220,
220,
1303,
43426,
2482,
198,
220,
220,
220,
19751,
62,
271,
62,
12102,
796,
3991,
198,
220,
220,
220,
611,
5145,
1069,
6474,
11405,
289,
20285,
62,
482,
198,
220,
220,
220,
220,
220,
220,
220,
19751,
62,
271,
62,
12102,
796,
2081,
198,
220,
220,
220,
886,
198,
220,
220,
220,
19751,
62,
271,
62,
12102,
11,
1366,
62,
2436,
672,
11,
6246,
62,
2539,
11,
6246,
62,
452,
198,
437,
628,
198,
37811,
198,
44651,
689,
262,
19751,
351,
1438,
6624,
19751,
62,
3672,
13,
198,
34,
495,
429,
306,
428,
2499,
416,
4634,
262,
5436,
12,
23396,
284,
657,
13,
198,
37811,
198,
8818,
12515,
378,
62,
44453,
0,
7,
411,
11,
19751,
62,
3672,
8,
198,
220,
220,
220,
900,
44453,
0,
7,
411,
11,
19751,
62,
3672,
11,
366,
1600,
360,
713,
7203,
11518,
12,
23396,
1,
5218,
366,
15,
48774,
198,
437,
628,
198,
2,
412,
19238,
198
] | 2.896442 | 2,192 |
# packages -
using LinearAlgebra
using GLPK
# my codes -
include("Flux.jl")
include("Expa.jl")
include("Stoichiometric.jl")
include("Utility.jl") | [
2,
10392,
532,
198,
3500,
44800,
2348,
29230,
198,
3500,
10188,
40492,
198,
198,
2,
616,
12416,
532,
198,
17256,
7203,
37,
22564,
13,
20362,
4943,
198,
17256,
7203,
3109,
8957,
13,
20362,
4943,
198,
17256,
7203,
1273,
78,
16590,
16996,
13,
20362,
4943,
198,
17256,
7203,
18274,
879,
13,
20362,
4943
] | 2.807692 | 52 |
using Statistics
using LinearAlgebra
using Printf
#function nnComputeCosts(nn,datax,datay;print=true,dIdx=1:size(datax,2))
# c = [ nnCost(datay[:,d],nnForward(nn,datax[:,d])) for d=dIdx ];
#
# #Print costs
# if print
# #for d=1:length(c)
# # @printf("dataset %3d: cost=%10.8f\n",d,c[d]);
# #end
# @printf(" mean costs: %10.8f\n",mean(c));
# @printf("median costs: %10.8f\n",median(c));
# @printf("2-norm costs: %10.8f\n",norm(c,2)/length(c));
# end
#
# return c;
#end
#In this version we get the neural net and input data
function nnComputeCosts(nn,datax,datay;print=true,dIdx=1:size(datax,2))
outputs = nnComputeOutputs(nn,datax;dIdx=dIdx);
#c = [ nnCost(datay[:,d],outputs[:,d]) for d=dIdx ];
##Print costs
#if print
# #for d=1:length(c)
# # @printf("dataset %3d: cost=%10.8f\n",d,c[d]);
# #end
# @printf(" mean costs: %10.8f\n",mean(c));
# @printf("median costs: %10.8f\n",median(c));
# @printf("2-norm costs: %10.8f\n",norm(c,2)/length(c));
#end
#return c;
return nnComputeCosts(outputs,datay;print=print,dIdx=dIdx);
end
#In this version we just get the outputs
function nnComputeCosts(outputs,datay;print=true,dIdx=1:size(datay,2))
c = [ nnCost(datay[:,d],outputs[:,d]) for d=dIdx ];
#Print costs
if print
#for d=1:length(c)
# @printf("dataset %3d: cost=%10.8f\n",d,c[d]);
#end
@printf(" mean costs: %10.8f\n",mean(c));
@printf("median costs: %10.8f\n",median(c));
@printf("2-norm costs: %10.8f\n",norm(c,2)/length(c));
end
return c;
end
| [
3500,
14370,
198,
3500,
44800,
2348,
29230,
198,
3500,
12578,
69,
198,
198,
2,
8818,
299,
77,
7293,
1133,
13729,
82,
7,
20471,
11,
19608,
897,
11,
19608,
323,
26,
4798,
28,
7942,
11,
67,
7390,
87,
28,
16,
25,
7857,
7,
19608,
897,
11,
17,
4008,
198,
2,
220,
269,
796,
685,
299,
77,
13729,
7,
19608,
323,
58,
45299,
67,
4357,
20471,
39746,
7,
20471,
11,
19608,
897,
58,
45299,
67,
60,
4008,
329,
288,
28,
67,
7390,
87,
28013,
198,
2,
198,
2,
220,
1303,
18557,
3484,
198,
2,
220,
611,
3601,
198,
2,
220,
220,
220,
1303,
1640,
288,
28,
16,
25,
13664,
7,
66,
8,
198,
2,
220,
220,
220,
1303,
220,
220,
220,
2488,
37435,
7203,
19608,
292,
316,
4064,
18,
67,
25,
1575,
28,
4,
940,
13,
23,
69,
59,
77,
1600,
67,
11,
66,
58,
67,
36563,
198,
2,
220,
220,
220,
1303,
437,
198,
2,
220,
220,
220,
2488,
37435,
7203,
220,
1612,
3484,
25,
4064,
940,
13,
23,
69,
59,
77,
1600,
32604,
7,
66,
18125,
198,
2,
220,
220,
220,
2488,
37435,
7203,
1150,
666,
3484,
25,
4064,
940,
13,
23,
69,
59,
77,
1600,
1150,
666,
7,
66,
18125,
198,
2,
220,
220,
220,
2488,
37435,
7203,
17,
12,
27237,
3484,
25,
4064,
940,
13,
23,
69,
59,
77,
1600,
27237,
7,
66,
11,
17,
20679,
13664,
7,
66,
18125,
198,
2,
220,
886,
198,
2,
198,
2,
220,
1441,
269,
26,
198,
2,
437,
198,
2,
818,
428,
2196,
356,
651,
262,
17019,
2010,
290,
5128,
1366,
198,
8818,
299,
77,
7293,
1133,
13729,
82,
7,
20471,
11,
19608,
897,
11,
19608,
323,
26,
4798,
28,
7942,
11,
67,
7390,
87,
28,
16,
25,
7857,
7,
19608,
897,
11,
17,
4008,
198,
220,
23862,
796,
299,
77,
7293,
1133,
26410,
82,
7,
20471,
11,
19608,
897,
26,
67,
7390,
87,
28,
67,
7390,
87,
1776,
198,
220,
1303,
66,
796,
685,
299,
77,
13729,
7,
19608,
323,
58,
45299,
67,
4357,
22915,
82,
58,
45299,
67,
12962,
329,
288,
28,
67,
7390,
87,
28013,
628,
220,
22492,
18557,
3484,
198,
220,
1303,
361,
3601,
198,
220,
1303,
220,
1303,
1640,
288,
28,
16,
25,
13664,
7,
66,
8,
198,
220,
1303,
220,
1303,
220,
220,
220,
2488,
37435,
7203,
19608,
292,
316,
4064,
18,
67,
25,
1575,
28,
4,
940,
13,
23,
69,
59,
77,
1600,
67,
11,
66,
58,
67,
36563,
198,
220,
1303,
220,
1303,
437,
198,
220,
1303,
220,
2488,
37435,
7203,
220,
1612,
3484,
25,
4064,
940,
13,
23,
69,
59,
77,
1600,
32604,
7,
66,
18125,
198,
220,
1303,
220,
2488,
37435,
7203,
1150,
666,
3484,
25,
4064,
940,
13,
23,
69,
59,
77,
1600,
1150,
666,
7,
66,
18125,
198,
220,
1303,
220,
2488,
37435,
7203,
17,
12,
27237,
3484,
25,
4064,
940,
13,
23,
69,
59,
77,
1600,
27237,
7,
66,
11,
17,
20679,
13664,
7,
66,
18125,
198,
220,
1303,
437,
628,
220,
1303,
7783,
269,
26,
198,
220,
1441,
299,
77,
7293,
1133,
13729,
82,
7,
22915,
82,
11,
19608,
323,
26,
4798,
28,
4798,
11,
67,
7390,
87,
28,
67,
7390,
87,
1776,
198,
437,
198,
198,
2,
818,
428,
2196,
356,
655,
651,
262,
23862,
198,
8818,
299,
77,
7293,
1133,
13729,
82,
7,
22915,
82,
11,
19608,
323,
26,
4798,
28,
7942,
11,
67,
7390,
87,
28,
16,
25,
7857,
7,
19608,
323,
11,
17,
4008,
198,
220,
269,
796,
685,
299,
77,
13729,
7,
19608,
323,
58,
45299,
67,
4357,
22915,
82,
58,
45299,
67,
12962,
329,
288,
28,
67,
7390,
87,
28013,
628,
220,
1303,
18557,
3484,
198,
220,
611,
3601,
198,
220,
220,
220,
1303,
1640,
288,
28,
16,
25,
13664,
7,
66,
8,
198,
220,
220,
220,
1303,
220,
220,
220,
2488,
37435,
7203,
19608,
292,
316,
4064,
18,
67,
25,
1575,
28,
4,
940,
13,
23,
69,
59,
77,
1600,
67,
11,
66,
58,
67,
36563,
198,
220,
220,
220,
1303,
437,
198,
220,
220,
220,
2488,
37435,
7203,
220,
1612,
3484,
25,
4064,
940,
13,
23,
69,
59,
77,
1600,
32604,
7,
66,
18125,
198,
220,
220,
220,
2488,
37435,
7203,
1150,
666,
3484,
25,
4064,
940,
13,
23,
69,
59,
77,
1600,
1150,
666,
7,
66,
18125,
198,
220,
220,
220,
2488,
37435,
7203,
17,
12,
27237,
3484,
25,
4064,
940,
13,
23,
69,
59,
77,
1600,
27237,
7,
66,
11,
17,
20679,
13664,
7,
66,
18125,
198,
220,
886,
628,
220,
1441,
269,
26,
198,
437,
628
] | 2.068 | 750 |
function convert_cells_to_pop(cells, cell_phenotypes, guides)
cells_to_phenotypes = [DefaultDict{Float64, Int}(0) for _ in 1:length(guides)]
@inbounds for i in eachindex(cells)
cells_to_phenotypes[cells[i]][cell_phenotypes[i]] += 1
end
cells_to_phenotypes
end
function test_crispri_construction()
# Test the two different CRISPR types
lib = Library(CRISPRi())
setup = FacsScreen()
guides, guide_freqs_dist = construct_library(setup, lib)
cells, cell_phenotypes = build_cells(lib.cas9_behavior, guides, guide_freqs_dist, 10^6)
# In a CRISPRi screen all cells should have the same phenotype
all(map(length, convert_cells_to_pop(cells, cell_phenotypes, guides)) .== 1)
end
@test test_crispri_construction()
function test_crisprko_construction()
lib = Library(CRISPRn())
setup = FacsScreen()
guides, guide_freqs_dist = construct_library(setup, lib)
cells, cell_phenotypes = build_cells(lib.cas9_behavior, guides, guide_freqs_dist, 10^7)
arr = convert_cells_to_pop(cells, cell_phenotypes, guides)
nonzeros = arr[find(x->length(x) != 1, arr)]
results = zeros(CRISPRn().knockout_dist.K, length(nonzeros))
for (idx, guide) in enumerate(nonzeros)
if -0.0 in keys(guide)
@assert guide[0.0] == 0
delete!(guide, 0.0)
ks = sort(collect(keys(guide)))
tot = sum(values(guide))
results[:, idx] = [guide[key]/tot for key in ks]
else
@assert guide[0.0] != 0
ks = sort(collect(keys(guide)), rev=true)
tot = sum(values(guide))
results[:, idx] = [guide[key]/tot for key in ks]
end
end
isapprox(mean(results[1, :] ./ results[2, :]), 1, atol=0.25) &&
isapprox(mean(results[1, :] ./ results[3, :]), 4, atol=0.25)
end
@test test_crisprko_construction()
| [
8818,
10385,
62,
46342,
62,
1462,
62,
12924,
7,
46342,
11,
2685,
62,
31024,
13567,
11,
17555,
8,
198,
220,
220,
220,
4778,
62,
1462,
62,
31024,
13567,
796,
685,
19463,
35,
713,
90,
43879,
2414,
11,
2558,
92,
7,
15,
8,
329,
4808,
287,
352,
25,
13664,
7,
5162,
1460,
15437,
628,
220,
220,
220,
2488,
259,
65,
3733,
329,
1312,
287,
1123,
9630,
7,
46342,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4778,
62,
1462,
62,
31024,
13567,
58,
46342,
58,
72,
60,
7131,
3846,
62,
31024,
13567,
58,
72,
11907,
15853,
352,
198,
220,
220,
220,
886,
628,
220,
220,
220,
4778,
62,
1462,
62,
31024,
13567,
198,
437,
198,
198,
8818,
1332,
62,
66,
2442,
3448,
62,
9979,
2762,
3419,
198,
220,
220,
220,
1303,
6208,
262,
734,
1180,
8740,
1797,
4805,
3858,
198,
220,
220,
220,
9195,
796,
10074,
7,
9419,
1797,
4805,
72,
28955,
198,
220,
220,
220,
9058,
796,
13585,
82,
23901,
3419,
198,
220,
220,
220,
17555,
11,
5698,
62,
19503,
48382,
62,
17080,
796,
5678,
62,
32016,
7,
40406,
11,
9195,
8,
198,
220,
220,
220,
4778,
11,
2685,
62,
31024,
13567,
796,
1382,
62,
46342,
7,
8019,
13,
34004,
24,
62,
46571,
11,
17555,
11,
5698,
62,
19503,
48382,
62,
17080,
11,
838,
61,
21,
8,
628,
220,
220,
220,
1303,
554,
257,
8740,
1797,
4805,
72,
3159,
477,
4778,
815,
423,
262,
976,
47174,
198,
220,
220,
220,
477,
7,
8899,
7,
13664,
11,
10385,
62,
46342,
62,
1462,
62,
12924,
7,
46342,
11,
2685,
62,
31024,
13567,
11,
17555,
4008,
764,
855,
352,
8,
198,
437,
198,
31,
9288,
1332,
62,
66,
2442,
3448,
62,
9979,
2762,
3419,
198,
198,
8818,
1332,
62,
66,
2442,
1050,
7204,
62,
9979,
2762,
3419,
198,
220,
220,
220,
9195,
796,
10074,
7,
9419,
1797,
4805,
77,
28955,
198,
220,
220,
220,
9058,
796,
13585,
82,
23901,
3419,
198,
220,
220,
220,
17555,
11,
5698,
62,
19503,
48382,
62,
17080,
796,
5678,
62,
32016,
7,
40406,
11,
9195,
8,
198,
220,
220,
220,
4778,
11,
2685,
62,
31024,
13567,
796,
1382,
62,
46342,
7,
8019,
13,
34004,
24,
62,
46571,
11,
17555,
11,
5698,
62,
19503,
48382,
62,
17080,
11,
838,
61,
22,
8,
628,
220,
220,
220,
5240,
796,
10385,
62,
46342,
62,
1462,
62,
12924,
7,
46342,
11,
2685,
62,
31024,
13567,
11,
17555,
8,
198,
220,
220,
220,
1729,
9107,
418,
796,
5240,
58,
19796,
7,
87,
3784,
13664,
7,
87,
8,
14512,
352,
11,
5240,
15437,
198,
220,
220,
220,
2482,
796,
1976,
27498,
7,
9419,
1797,
4805,
77,
22446,
15418,
735,
448,
62,
17080,
13,
42,
11,
4129,
7,
13159,
9107,
418,
4008,
198,
220,
220,
220,
329,
357,
312,
87,
11,
5698,
8,
287,
27056,
378,
7,
13159,
9107,
418,
8,
198,
220,
220,
220,
220,
220,
220,
220,
611,
532,
15,
13,
15,
287,
8251,
7,
41311,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2488,
30493,
5698,
58,
15,
13,
15,
60,
6624,
657,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
12233,
0,
7,
41311,
11,
657,
13,
15,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
479,
82,
796,
3297,
7,
33327,
7,
13083,
7,
41311,
22305,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2006,
796,
2160,
7,
27160,
7,
41311,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2482,
58,
45299,
4686,
87,
60,
796,
685,
41311,
58,
2539,
60,
14,
83,
313,
329,
1994,
287,
479,
82,
60,
198,
220,
220,
220,
220,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2488,
30493,
5698,
58,
15,
13,
15,
60,
14512,
657,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
479,
82,
796,
3297,
7,
33327,
7,
13083,
7,
41311,
36911,
2710,
28,
7942,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2006,
796,
2160,
7,
27160,
7,
41311,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2482,
58,
45299,
4686,
87,
60,
796,
685,
41311,
58,
2539,
60,
14,
83,
313,
329,
1994,
287,
479,
82,
60,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
886,
628,
220,
220,
220,
318,
1324,
13907,
7,
32604,
7,
43420,
58,
16,
11,
1058,
60,
24457,
2482,
58,
17,
11,
1058,
46570,
352,
11,
379,
349,
28,
15,
13,
1495,
8,
11405,
198,
220,
220,
220,
318,
1324,
13907,
7,
32604,
7,
43420,
58,
16,
11,
1058,
60,
24457,
2482,
58,
18,
11,
1058,
46570,
604,
11,
379,
349,
28,
15,
13,
1495,
8,
198,
437,
198,
198,
31,
9288,
1332,
62,
66,
2442,
1050,
7204,
62,
9979,
2762,
3419,
198
] | 2.298397 | 811 |
macro jl15_str(code::AbstractString)
if VERSION >= v"1.5-rc0"
@debug "Parsing code for Julia ≥ 1.5" Text(code)
expr = Meta.parse(string("begin\n", code, "\nend"))
@assert expr.head === :block
if expr.args[1] isa LineNumberNode
expr.args[1] = __source__
end
return esc(expr)
else
@debug "Skipping code in Julia < 1.5" Text(code)
return nothing
end
end
macro callmacro(ex)
@assert Meta.isexpr(ex, :macrocall)
return Expr(
:call,
ex.args[1],
QuoteNode(ex.args[2]),
__module__,
map(QuoteNode, ex.args[3:end])...,
)
end
| [
20285,
305,
474,
75,
1314,
62,
2536,
7,
8189,
3712,
23839,
10100,
8,
198,
220,
220,
220,
611,
44156,
2849,
18189,
410,
1,
16,
13,
20,
12,
6015,
15,
1,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
24442,
366,
47,
945,
278,
2438,
329,
22300,
26870,
352,
13,
20,
1,
8255,
7,
8189,
8,
198,
220,
220,
220,
220,
220,
220,
220,
44052,
796,
30277,
13,
29572,
7,
8841,
7203,
27471,
59,
77,
1600,
2438,
11,
37082,
77,
437,
48774,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
30493,
44052,
13,
2256,
24844,
1058,
9967,
198,
220,
220,
220,
220,
220,
220,
220,
611,
44052,
13,
22046,
58,
16,
60,
318,
64,
6910,
15057,
19667,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
44052,
13,
22046,
58,
16,
60,
796,
11593,
10459,
834,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
3671,
7,
31937,
8,
198,
220,
220,
220,
2073,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
24442,
366,
50,
4106,
2105,
2438,
287,
22300,
1279,
352,
13,
20,
1,
8255,
7,
8189,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
2147,
198,
220,
220,
220,
886,
198,
437,
198,
198,
20285,
305,
869,
20285,
305,
7,
1069,
8,
198,
220,
220,
220,
2488,
30493,
30277,
13,
786,
87,
1050,
7,
1069,
11,
1058,
20285,
12204,
439,
8,
198,
220,
220,
220,
1441,
1475,
1050,
7,
198,
220,
220,
220,
220,
220,
220,
220,
1058,
13345,
11,
198,
220,
220,
220,
220,
220,
220,
220,
409,
13,
22046,
58,
16,
4357,
198,
220,
220,
220,
220,
220,
220,
220,
19879,
19667,
7,
1069,
13,
22046,
58,
17,
46570,
198,
220,
220,
220,
220,
220,
220,
220,
11593,
21412,
834,
11,
198,
220,
220,
220,
220,
220,
220,
220,
3975,
7,
25178,
19667,
11,
409,
13,
22046,
58,
18,
25,
437,
12962,
986,
11,
198,
220,
220,
220,
1267,
198,
437,
198
] | 1.975904 | 332 |
using ForwardDiff
using NLSolvers
#ScalarLsqObjective
#VectorLsqObjective
@. model(x, p) = p[1] * exp(-x * p[2])
xdata = range(0, stop = 10, length = 20)
ydata = model(xdata, [1.0 2.0]) + 0.01 * randn(length(xdata))
p0 = [0.5, 0.5]
function f(x)
mod = model(xdata, x)
return sum(abs2, mod .- ydata) / 2
end
x0 = copy(p0)
function g!(G, x)
ForwardDiff.gradient!(G, f, x)
return G
end
function h!(H, x)
ForwardDiff.hessian!(H, f, x)
return H
end
function fg(G, x)
fx = f(x)
g!(G, x)
return fx, G
end
function fgh!(G, H, x)
fx = f(x)
g!(G, x)
h!(H, x)
return fx, G, H
end
obj = ScalarObjective(f, g!, fg, fgh!, h!, nothing, nothing, nothing)
prob = OptimizationProblem(obj, ([0.0, 0.0], [3.0, 3.0]))
res = solve(prob, copy(p0), LineSearch(BFGS()), OptimizationOptions())
res = solve(prob, copy(p0), NelderMead(), OptimizationOptions())
res = solve(prob, copy(p0), SimulatedAnnealing(), OptimizationOptions())
res = solve(prob, copy(p0), ParticleSwarm(), OptimizationOptions())
res = solve(prob, copy(p0), ActiveBox(), OptimizationOptions())
res = solve(prob, copy(p0), LineSearch(BFGS()), OptimizationOptions())
res = solve(prob, copy(p0), LineSearch(SR1()), OptimizationOptions())
res = solve(prob, copy(p0), LineSearch(DFP()), OptimizationOptions())
res = solve(prob, copy(p0), LineSearch(DBFGS()), OptimizationOptions())
res = solve(prob, copy(p0), TrustRegion(Newton(), Dogleg()), OptimizationOptions())
res = solve(prob, copy(p0), TrustRegion(Newton(), NTR()), OptimizationOptions())
res = solve(prob, copy(p0), TrustRegion(Newton(), NWI()), OptimizationOptions())
res = solve(prob, copy(p0), TrustRegion(SR1(), Dogleg()), OptimizationOptions())
res = solve(prob, copy(p0), TrustRegion(SR1(), NTR()), OptimizationOptions())
res = solve(prob, copy(p0), TrustRegion(SR1(), NWI()), OptimizationOptions())
res = solve(prob, copy(p0), TrustRegion(DFP(), Dogleg()), OptimizationOptions())
res = solve(prob, copy(p0), TrustRegion(DFP(), NTR()), OptimizationOptions())
res = solve(prob, copy(p0), TrustRegion(DFP(), NWI()), OptimizationOptions())
res = solve(prob, copy(p0), TrustRegion(DBFGS(), Dogleg()), OptimizationOptions())
res = solve(prob, copy(p0), TrustRegion(BFGS(), NTR()), OptimizationOptions())
res = solve(prob, copy(p0), TrustRegion(BFGS(), NWI()), OptimizationOptions())
function F!(Fx, x)
Fx .= model(xdata, x)
return Fx
end
function J!(Jx, x)
# include this in the wrapper...
ForwardDiff.jacobian!(Jx, F!, copy(ydata), x)
return Jx
end
function FJ!(Fx, Jx, x)
F!(Fx, x)
J!(Jx, x)
Fx, Jx
end
x0 = [-1.2, 1.0]
# Use y-data to setup Fx (and Jx) correctly
vectorobj = LeastSquaresObjective(copy(ydata), ydata * x0', F!, FJ!, ydata)
prob = LeastSquaresProblem(vectorobj, ([0.0, 0.0], [1.0, 1.0]))
res = solve(prob, copy(p0), LineSearch(SR1()), LeastSquaresOptions(40))
res = solve(prob, copy(p0), LineSearch(DFP()), LeastSquaresOptions(40))
res = solve(prob, copy(p0), LineSearch(BFGS()), LeastSquaresOptions(40))
res = solve(prob, copy(p0), LineSearch(DBFGS()), LeastSquaresOptions(40))
res = solve(prob, copy(p0), TrustRegion(BFGS()), LeastSquaresOptions(40))
res = solve(prob, copy(p0), TrustRegion(BFGS()), LeastSquaresOptions(40))
res = solve(prob, copy(p0), TrustRegion(BFGS()), LeastSquaresOptions(40))
res = solve(prob, copy(p0), Adam(), LeastSquaresOptions(40))
res = solve(prob, copy(p0), AdaMax(), LeastSquaresOptions(40))
function LeastSquaresModel(model, xdata, ydata)
function f(x)
function squared_error(xy)
abs2(model(xy[1], x) - xy[2])
end
mapreduce(squared_error, +, zip(eachrow(xdata), ydata))
end
function g!(G, x)
ForwardDiff.gradient!(G, f, x)
return G
end
function h!(H, x)
ForwardDiff.hessian!(H, f, x)
return H
end
function fg(G, x)
fx = f(x)
g!(G, x)
return fx, G
end
function fgh!(G, H, x)
fx = f(x)
g!(G, x)
h!(H, x)
return fx, G, H
end
obj = ScalarObjective(f, g!, fg, fgh!, h!, nothing, nothing, nothing)
end
unimodel(x, p) = p[1] * exp(-x[1] * p[2])
xdata = range(0, stop = 10, length = 20)
ydata = unimodel.(xdata, Ref([1.0 2.0])) + 0.01 * randn(length(xdata))
p0 = [0.5, 0.5]
obj = LeastSquaresModel(unimodel, xdata, ydata)
prob = OptimizationProblem(obj, ([0.0, 0.0], [3.0, 3.0]))
res = solve(prob, copy(p0), LineSearch(BFGS()), OptimizationOptions())
res = solve(prob, copy(p0), NelderMead(), OptimizationOptions())
res = solve(prob, copy(p0), SimulatedAnnealing(), OptimizationOptions())
res = solve(prob, copy(p0), ParticleSwarm(), OptimizationOptions())
# can do this based on model or model and derivative of model
function f(x)
mod = model(xdata, x)
return sum(abs2, mod .- ydata) / 2
end
x0 = copy(p0)
function g!(G, x)
ForwardDiff.gradient!(G, f, x)
return G
end
function h!(H, x)
ForwardDiff.hessian!(H, f, x)
return H
end
function fg(G, x)
fx = f(x)
g!(G, x)
return fx, G
end
function fgh!(G, H, x)
fx = f(x)
g!(G, x)
h!(H, x)
return fx, G, H
end
obj = ScalarObjective(f, g!, fg, fgh!, h!, nothing, nothing, nothing)
| [
3500,
19530,
28813,
198,
3500,
399,
6561,
349,
690,
198,
198,
2,
3351,
282,
283,
43,
31166,
10267,
425,
198,
2,
38469,
43,
31166,
10267,
425,
198,
198,
31,
13,
2746,
7,
87,
11,
279,
8,
796,
279,
58,
16,
60,
1635,
1033,
32590,
87,
1635,
279,
58,
17,
12962,
198,
87,
7890,
796,
2837,
7,
15,
11,
2245,
796,
838,
11,
4129,
796,
1160,
8,
198,
5173,
1045,
796,
2746,
7,
87,
7890,
11,
685,
16,
13,
15,
362,
13,
15,
12962,
1343,
657,
13,
486,
1635,
43720,
77,
7,
13664,
7,
87,
7890,
4008,
198,
79,
15,
796,
685,
15,
13,
20,
11,
657,
13,
20,
60,
198,
198,
8818,
277,
7,
87,
8,
198,
220,
220,
220,
953,
796,
2746,
7,
87,
7890,
11,
2124,
8,
198,
220,
220,
220,
1441,
2160,
7,
8937,
17,
11,
953,
764,
12,
331,
7890,
8,
1220,
362,
198,
437,
198,
87,
15,
796,
4866,
7,
79,
15,
8,
198,
8818,
308,
0,
7,
38,
11,
2124,
8,
198,
220,
220,
220,
19530,
28813,
13,
49607,
0,
7,
38,
11,
277,
11,
2124,
8,
198,
220,
220,
220,
1441,
402,
198,
437,
198,
8818,
289,
0,
7,
39,
11,
2124,
8,
198,
220,
220,
220,
19530,
28813,
13,
33979,
666,
0,
7,
39,
11,
277,
11,
2124,
8,
198,
220,
220,
220,
1441,
367,
198,
437,
198,
8818,
277,
70,
7,
38,
11,
2124,
8,
198,
220,
220,
220,
277,
87,
796,
277,
7,
87,
8,
198,
220,
220,
220,
308,
0,
7,
38,
11,
2124,
8,
198,
220,
220,
220,
1441,
277,
87,
11,
402,
198,
437,
198,
8818,
277,
456,
0,
7,
38,
11,
367,
11,
2124,
8,
198,
220,
220,
220,
277,
87,
796,
277,
7,
87,
8,
198,
220,
220,
220,
308,
0,
7,
38,
11,
2124,
8,
198,
220,
220,
220,
289,
0,
7,
39,
11,
2124,
8,
198,
220,
220,
220,
1441,
277,
87,
11,
402,
11,
367,
198,
437,
198,
26801,
796,
34529,
283,
10267,
425,
7,
69,
11,
308,
28265,
277,
70,
11,
277,
456,
28265,
289,
28265,
2147,
11,
2147,
11,
2147,
8,
198,
1676,
65,
796,
30011,
1634,
40781,
7,
26801,
11,
29565,
15,
13,
15,
11,
657,
13,
15,
4357,
685,
18,
13,
15,
11,
513,
13,
15,
60,
4008,
198,
411,
796,
8494,
7,
1676,
65,
11,
4866,
7,
79,
15,
828,
6910,
18243,
7,
29499,
14313,
3419,
828,
30011,
1634,
29046,
28955,
198,
411,
796,
8494,
7,
1676,
65,
11,
4866,
7,
79,
15,
828,
3169,
6499,
44,
1329,
22784,
30011,
1634,
29046,
28955,
198,
411,
796,
8494,
7,
1676,
65,
11,
4866,
7,
79,
15,
828,
3184,
4817,
43227,
4272,
22784,
30011,
1634,
29046,
28955,
198,
411,
796,
8494,
7,
1676,
65,
11,
4866,
7,
79,
15,
828,
2142,
1548,
10462,
1670,
22784,
30011,
1634,
29046,
28955,
198,
411,
796,
8494,
7,
1676,
65,
11,
4866,
7,
79,
15,
828,
14199,
14253,
22784,
30011,
1634,
29046,
28955,
198,
411,
796,
8494,
7,
1676,
65,
11,
4866,
7,
79,
15,
828,
6910,
18243,
7,
29499,
14313,
3419,
828,
30011,
1634,
29046,
28955,
198,
411,
796,
8494,
7,
1676,
65,
11,
4866,
7,
79,
15,
828,
6910,
18243,
7,
12562,
16,
3419,
828,
30011,
1634,
29046,
28955,
198,
411,
796,
8494,
7,
1676,
65,
11,
4866,
7,
79,
15,
828,
6910,
18243,
7,
35,
5837,
3419,
828,
30011,
1634,
29046,
28955,
198,
411,
796,
8494,
7,
1676,
65,
11,
4866,
7,
79,
15,
828,
6910,
18243,
7,
11012,
37,
14313,
3419,
828,
30011,
1634,
29046,
28955,
198,
411,
796,
8494,
7,
1676,
65,
11,
4866,
7,
79,
15,
828,
9870,
47371,
7,
3791,
1122,
22784,
8532,
1455,
3419,
828,
30011,
1634,
29046,
28955,
198,
411,
796,
8494,
7,
1676,
65,
11,
4866,
7,
79,
15,
828,
9870,
47371,
7,
3791,
1122,
22784,
399,
5446,
3419,
828,
30011,
1634,
29046,
28955,
198,
411,
796,
8494,
7,
1676,
65,
11,
4866,
7,
79,
15,
828,
9870,
47371,
7,
3791,
1122,
22784,
21966,
40,
3419,
828,
30011,
1634,
29046,
28955,
198,
411,
796,
8494,
7,
1676,
65,
11,
4866,
7,
79,
15,
828,
9870,
47371,
7,
12562,
16,
22784,
8532,
1455,
3419,
828,
30011,
1634,
29046,
28955,
198,
411,
796,
8494,
7,
1676,
65,
11,
4866,
7,
79,
15,
828,
9870,
47371,
7,
12562,
16,
22784,
399,
5446,
3419,
828,
30011,
1634,
29046,
28955,
198,
411,
796,
8494,
7,
1676,
65,
11,
4866,
7,
79,
15,
828,
9870,
47371,
7,
12562,
16,
22784,
21966,
40,
3419,
828,
30011,
1634,
29046,
28955,
198,
411,
796,
8494,
7,
1676,
65,
11,
4866,
7,
79,
15,
828,
9870,
47371,
7,
35,
5837,
22784,
8532,
1455,
3419,
828,
30011,
1634,
29046,
28955,
198,
411,
796,
8494,
7,
1676,
65,
11,
4866,
7,
79,
15,
828,
9870,
47371,
7,
35,
5837,
22784,
399,
5446,
3419,
828,
30011,
1634,
29046,
28955,
198,
411,
796,
8494,
7,
1676,
65,
11,
4866,
7,
79,
15,
828,
9870,
47371,
7,
35,
5837,
22784,
21966,
40,
3419,
828,
30011,
1634,
29046,
28955,
198,
411,
796,
8494,
7,
1676,
65,
11,
4866,
7,
79,
15,
828,
9870,
47371,
7,
11012,
37,
14313,
22784,
8532,
1455,
3419,
828,
30011,
1634,
29046,
28955,
198,
411,
796,
8494,
7,
1676,
65,
11,
4866,
7,
79,
15,
828,
9870,
47371,
7,
29499,
14313,
22784,
399,
5446,
3419,
828,
30011,
1634,
29046,
28955,
198,
411,
796,
8494,
7,
1676,
65,
11,
4866,
7,
79,
15,
828,
9870,
47371,
7,
29499,
14313,
22784,
21966,
40,
3419,
828,
30011,
1634,
29046,
28955,
198,
198,
8818,
376,
0,
7,
37,
87,
11,
2124,
8,
198,
220,
220,
220,
376,
87,
764,
28,
2746,
7,
87,
7890,
11,
2124,
8,
198,
220,
220,
220,
1441,
376,
87,
198,
437,
198,
8818,
449,
0,
7,
41,
87,
11,
2124,
8,
198,
220,
220,
220,
1303,
2291,
428,
287,
262,
29908,
986,
198,
220,
220,
220,
19530,
28813,
13,
30482,
672,
666,
0,
7,
41,
87,
11,
376,
28265,
4866,
7,
5173,
1045,
828,
2124,
8,
198,
220,
220,
220,
1441,
449,
87,
198,
437,
198,
8818,
376,
41,
0,
7,
37,
87,
11,
449,
87,
11,
2124,
8,
198,
220,
220,
220,
376,
0,
7,
37,
87,
11,
2124,
8,
198,
220,
220,
220,
449,
0,
7,
41,
87,
11,
2124,
8,
198,
220,
220,
220,
376,
87,
11,
449,
87,
198,
437,
198,
198,
87,
15,
796,
25915,
16,
13,
17,
11,
352,
13,
15,
60,
198,
198,
2,
5765,
331,
12,
7890,
284,
9058,
376,
87,
357,
392,
449,
87,
8,
9380,
198,
31364,
26801,
796,
1004,
459,
22266,
3565,
10267,
425,
7,
30073,
7,
5173,
1045,
828,
331,
7890,
1635,
2124,
15,
3256,
376,
28265,
376,
41,
28265,
331,
7890,
8,
198,
198,
1676,
65,
796,
1004,
459,
22266,
3565,
40781,
7,
31364,
26801,
11,
29565,
15,
13,
15,
11,
657,
13,
15,
4357,
685,
16,
13,
15,
11,
352,
13,
15,
60,
4008,
198,
411,
796,
8494,
7,
1676,
65,
11,
4866,
7,
79,
15,
828,
6910,
18243,
7,
12562,
16,
3419,
828,
1004,
459,
22266,
3565,
29046,
7,
1821,
4008,
198,
411,
796,
8494,
7,
1676,
65,
11,
4866,
7,
79,
15,
828,
6910,
18243,
7,
35,
5837,
3419,
828,
1004,
459,
22266,
3565,
29046,
7,
1821,
4008,
198,
411,
796,
8494,
7,
1676,
65,
11,
4866,
7,
79,
15,
828,
6910,
18243,
7,
29499,
14313,
3419,
828,
1004,
459,
22266,
3565,
29046,
7,
1821,
4008,
198,
411,
796,
8494,
7,
1676,
65,
11,
4866,
7,
79,
15,
828,
6910,
18243,
7,
11012,
37,
14313,
3419,
828,
1004,
459,
22266,
3565,
29046,
7,
1821,
4008,
198,
411,
796,
8494,
7,
1676,
65,
11,
4866,
7,
79,
15,
828,
9870,
47371,
7,
29499,
14313,
3419,
828,
1004,
459,
22266,
3565,
29046,
7,
1821,
4008,
198,
411,
796,
8494,
7,
1676,
65,
11,
4866,
7,
79,
15,
828,
9870,
47371,
7,
29499,
14313,
3419,
828,
1004,
459,
22266,
3565,
29046,
7,
1821,
4008,
198,
411,
796,
8494,
7,
1676,
65,
11,
4866,
7,
79,
15,
828,
9870,
47371,
7,
29499,
14313,
3419,
828,
1004,
459,
22266,
3565,
29046,
7,
1821,
4008,
198,
411,
796,
8494,
7,
1676,
65,
11,
4866,
7,
79,
15,
828,
7244,
22784,
1004,
459,
22266,
3565,
29046,
7,
1821,
4008,
198,
411,
796,
8494,
7,
1676,
65,
11,
4866,
7,
79,
15,
828,
47395,
11518,
22784,
1004,
459,
22266,
3565,
29046,
7,
1821,
4008,
198,
198,
8818,
1004,
459,
22266,
3565,
17633,
7,
19849,
11,
2124,
7890,
11,
331,
7890,
8,
198,
220,
220,
220,
2163,
277,
7,
87,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2163,
44345,
62,
18224,
7,
5431,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2352,
17,
7,
19849,
7,
5431,
58,
16,
4357,
2124,
8,
532,
2124,
88,
58,
17,
12962,
198,
220,
220,
220,
220,
220,
220,
220,
886,
198,
220,
220,
220,
220,
220,
220,
220,
3975,
445,
7234,
7,
16485,
1144,
62,
18224,
11,
1343,
11,
19974,
7,
27379,
808,
7,
87,
7890,
828,
331,
7890,
4008,
198,
220,
220,
220,
886,
198,
220,
220,
220,
2163,
308,
0,
7,
38,
11,
2124,
8,
198,
220,
220,
220,
220,
220,
220,
220,
19530,
28813,
13,
49607,
0,
7,
38,
11,
277,
11,
2124,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
402,
198,
220,
220,
220,
886,
198,
220,
220,
220,
2163,
289,
0,
7,
39,
11,
2124,
8,
198,
220,
220,
220,
220,
220,
220,
220,
19530,
28813,
13,
33979,
666,
0,
7,
39,
11,
277,
11,
2124,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
367,
198,
220,
220,
220,
886,
198,
220,
220,
220,
2163,
277,
70,
7,
38,
11,
2124,
8,
198,
220,
220,
220,
220,
220,
220,
220,
277,
87,
796,
277,
7,
87,
8,
198,
220,
220,
220,
220,
220,
220,
220,
308,
0,
7,
38,
11,
2124,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
277,
87,
11,
402,
198,
220,
220,
220,
886,
198,
220,
220,
220,
2163,
277,
456,
0,
7,
38,
11,
367,
11,
2124,
8,
198,
220,
220,
220,
220,
220,
220,
220,
277,
87,
796,
277,
7,
87,
8,
198,
220,
220,
220,
220,
220,
220,
220,
308,
0,
7,
38,
11,
2124,
8,
198,
220,
220,
220,
220,
220,
220,
220,
289,
0,
7,
39,
11,
2124,
8,
198,
220,
220,
220,
220,
220,
220,
220,
1441,
277,
87,
11,
402,
11,
367,
198,
220,
220,
220,
886,
198,
220,
220,
220,
26181,
796,
34529,
283,
10267,
425,
7,
69,
11,
308,
28265,
277,
70,
11,
277,
456,
28265,
289,
28265,
2147,
11,
2147,
11,
2147,
8,
198,
437,
198,
198,
403,
320,
375,
417,
7,
87,
11,
279,
8,
796,
279,
58,
16,
60,
1635,
1033,
32590,
87,
58,
16,
60,
1635,
279,
58,
17,
12962,
198,
87,
7890,
796,
2837,
7,
15,
11,
2245,
796,
838,
11,
4129,
796,
1160,
8,
198,
5173,
1045,
796,
28418,
375,
417,
12195,
87,
7890,
11,
6524,
26933,
16,
13,
15,
362,
13,
15,
60,
4008,
1343,
657,
13,
486,
1635,
43720,
77,
7,
13664,
7,
87,
7890,
4008,
198,
79,
15,
796,
685,
15,
13,
20,
11,
657,
13,
20,
60,
198,
26801,
796,
1004,
459,
22266,
3565,
17633,
7,
403,
320,
375,
417,
11,
2124,
7890,
11,
331,
7890,
8,
198,
1676,
65,
796,
30011,
1634,
40781,
7,
26801,
11,
29565,
15,
13,
15,
11,
657,
13,
15,
4357,
685,
18,
13,
15,
11,
513,
13,
15,
60,
4008,
198,
411,
796,
8494,
7,
1676,
65,
11,
4866,
7,
79,
15,
828,
6910,
18243,
7,
29499,
14313,
3419,
828,
30011,
1634,
29046,
28955,
198,
411,
796,
8494,
7,
1676,
65,
11,
4866,
7,
79,
15,
828,
3169,
6499,
44,
1329,
22784,
30011,
1634,
29046,
28955,
198,
411,
796,
8494,
7,
1676,
65,
11,
4866,
7,
79,
15,
828,
3184,
4817,
43227,
4272,
22784,
30011,
1634,
29046,
28955,
198,
411,
796,
8494,
7,
1676,
65,
11,
4866,
7,
79,
15,
828,
2142,
1548,
10462,
1670,
22784,
30011,
1634,
29046,
28955,
198,
198,
2,
460,
466,
428,
1912,
319,
2746,
393,
2746,
290,
27255,
286,
2746,
198,
198,
8818,
277,
7,
87,
8,
198,
220,
220,
220,
953,
796,
2746,
7,
87,
7890,
11,
2124,
8,
198,
220,
220,
220,
1441,
2160,
7,
8937,
17,
11,
953,
764,
12,
331,
7890,
8,
1220,
362,
198,
437,
198,
87,
15,
796,
4866,
7,
79,
15,
8,
198,
8818,
308,
0,
7,
38,
11,
2124,
8,
198,
220,
220,
220,
19530,
28813,
13,
49607,
0,
7,
38,
11,
277,
11,
2124,
8,
198,
220,
220,
220,
1441,
402,
198,
437,
198,
8818,
289,
0,
7,
39,
11,
2124,
8,
198,
220,
220,
220,
19530,
28813,
13,
33979,
666,
0,
7,
39,
11,
277,
11,
2124,
8,
198,
220,
220,
220,
1441,
367,
198,
437,
198,
8818,
277,
70,
7,
38,
11,
2124,
8,
198,
220,
220,
220,
277,
87,
796,
277,
7,
87,
8,
198,
220,
220,
220,
308,
0,
7,
38,
11,
2124,
8,
198,
220,
220,
220,
1441,
277,
87,
11,
402,
198,
437,
198,
8818,
277,
456,
0,
7,
38,
11,
367,
11,
2124,
8,
198,
220,
220,
220,
277,
87,
796,
277,
7,
87,
8,
198,
220,
220,
220,
308,
0,
7,
38,
11,
2124,
8,
198,
220,
220,
220,
289,
0,
7,
39,
11,
2124,
8,
198,
220,
220,
220,
1441,
277,
87,
11,
402,
11,
367,
198,
437,
198,
26801,
796,
34529,
283,
10267,
425,
7,
69,
11,
308,
28265,
277,
70,
11,
277,
456,
28265,
289,
28265,
2147,
11,
2147,
11,
2147,
8,
198
] | 2.297872 | 2,256 |
export body!, content!, loadcss!, loadjs!, load!, importhtml!
content!(o, sel, html::AbstractString; fade = true) =
fade ?
@js_(o, Blink.fill($sel, $html)) :
@js_ o document.querySelector($sel).innerHTML = $html
content!(o, sel, html; fade = true) =
content!(o, sel, stringmime(MIME"text/html"(), html), fade = fade)
body!(w, html; fade = true) = content!(w, "body", html, fade = fade)
function loadcss!(w, url)
@js_ w begin
@var link = document.createElement("link")
link.type = "text/css"
link.rel = "stylesheet"
link.href = $url
document.head.appendChild(link)
end
end
function importhtml!(w, url; async=false)
if async
@js_ w begin
@var link = document.createElement("link")
link.rel = "import"
link.href = $url
document.head.appendChild(link)
end
else
@js w begin
@new Promise(function (resolve, reject)
@var link = document.createElement("link")
link.rel = "import"
link.href = $url
link.onload = (e) -> resolve(true)
link.onerror = (e) -> reject(false)
document.head.appendChild(link)
end)
end
end
end
function loadjs!(w, url)
@js w @new Promise(function (resolve, reject)
@var script = document.createElement("script")
script.src = $url
script.onload = resolve
script.onerror = (e) -> reject(
Dict("name"=>"JSLoadError",
"message"=>"failed to load " + this.src)
)
document.head.appendChild(script)
end)
end
isurl(f) = ismatch(r"^https?://", f)
function load!(w, file)
if !isurl(file)
resource(file)
file = basename(file)
end
ext = Mux.extension(file)
if ext == "js"
loadjs!(w, file)
elseif ext == "css"
loadcss!(w, file)
elseif ext == "html"
importhtml!(w, file)
else
error("Blink: Unsupported file type")
end
end
| [
39344,
1767,
28265,
2695,
28265,
3440,
25471,
28265,
3440,
8457,
28265,
3440,
28265,
848,
1506,
20369,
0,
198,
198,
11299,
0,
7,
78,
11,
384,
75,
11,
27711,
3712,
23839,
10100,
26,
22100,
796,
2081,
8,
796,
198,
220,
22100,
5633,
198,
220,
220,
220,
2488,
8457,
41052,
78,
11,
41732,
13,
20797,
16763,
741,
11,
720,
6494,
4008,
1058,
198,
220,
220,
220,
2488,
8457,
62,
267,
3188,
13,
22766,
17563,
273,
16763,
741,
737,
5083,
28656,
796,
720,
6494,
198,
198,
11299,
0,
7,
78,
11,
384,
75,
11,
27711,
26,
22100,
796,
2081,
8,
796,
198,
220,
2695,
0,
7,
78,
11,
384,
75,
11,
4731,
76,
524,
7,
44,
12789,
1,
5239,
14,
6494,
18109,
828,
27711,
828,
22100,
796,
22100,
8,
198,
198,
2618,
0,
7,
86,
11,
27711,
26,
22100,
796,
2081,
8,
796,
2695,
0,
7,
86,
11,
366,
2618,
1600,
27711,
11,
22100,
796,
22100,
8,
198,
198,
8818,
3440,
25471,
0,
7,
86,
11,
19016,
8,
198,
220,
2488,
8457,
62,
266,
2221,
198,
220,
220,
220,
2488,
7785,
2792,
796,
3188,
13,
17953,
20180,
7203,
8726,
4943,
198,
220,
220,
220,
2792,
13,
4906,
796,
366,
5239,
14,
25471,
1,
198,
220,
220,
220,
2792,
13,
2411,
796,
366,
47720,
25473,
1,
198,
220,
220,
220,
2792,
13,
33257,
796,
720,
6371,
198,
220,
220,
220,
3188,
13,
2256,
13,
33295,
16424,
7,
8726,
8,
198,
220,
886,
198,
437,
198,
198,
8818,
848,
1506,
20369,
0,
7,
86,
11,
19016,
26,
30351,
28,
9562,
8,
198,
220,
611,
30351,
198,
220,
220,
220,
2488,
8457,
62,
266,
2221,
198,
220,
220,
220,
220,
220,
2488,
7785,
2792,
796,
3188,
13,
17953,
20180,
7203,
8726,
4943,
198,
220,
220,
220,
220,
220,
2792,
13,
2411,
796,
366,
11748,
1,
198,
220,
220,
220,
220,
220,
2792,
13,
33257,
796,
720,
6371,
198,
220,
220,
220,
220,
220,
3188,
13,
2256,
13,
33295,
16424,
7,
8726,
8,
198,
220,
220,
220,
886,
198,
220,
2073,
198,
220,
220,
220,
2488,
8457,
266,
2221,
198,
220,
220,
220,
220,
220,
2488,
3605,
34920,
7,
8818,
357,
411,
6442,
11,
4968,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2488,
7785,
2792,
796,
3188,
13,
17953,
20180,
7203,
8726,
4943,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2792,
13,
2411,
796,
366,
11748,
1,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2792,
13,
33257,
796,
720,
6371,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2792,
13,
261,
2220,
796,
357,
68,
8,
4613,
10568,
7,
7942,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
2792,
13,
14491,
1472,
796,
357,
68,
8,
4613,
4968,
7,
9562,
8,
198,
220,
220,
220,
220,
220,
220,
220,
220,
220,
3188,
13,
2256,
13,
33295,
16424,
7,
8726,
8,
198,
220,
220,
220,
220,
220,
886,
8,
198,
220,
220,
220,
886,
198,
220,
886,
198,
437,
198,
198,
8818,
3440,
8457,
0,
7,
86,
11,
19016,
8,
198,
220,
2488,
8457,
266,
2488,
3605,
34920,
7,
8818,
357,
411,
6442,
11,
4968,
8,
198,
220,
220,
220,
2488,
7785,
4226,
796,
3188,
13,
17953,
20180,
7203,
12048,
4943,
198,
220,
220,
220,
4226,
13,
10677,
796,
720,
6371,
198,
220,
220,
220,
4226,
13,
261,
2220,
796,
10568,
198,
220,
220,
220,
4226,
13,
14491,
1472,
796,
357,
68,
8,
4613,
4968,
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,
360,
713,
7203,
3672,
1,
14804,
1,
41,
8634,
1170,
12331,
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,
220,
220,
220,
220,
366,
20500,
1,
14804,
1,
47904,
284,
3440,
366,
1343,
428,
13,
10677,
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,
220,
220,
220,
220,
220,
220,
220,
220,
1267,
198,
220,
220,
220,
3188,
13,
2256,
13,
33295,
16424,
7,
12048,
8,
198,
220,
886,
8,
198,
437,
198,
198,
271,
6371,
7,
69,
8,
796,
318,
15699,
7,
81,
1,
61,
5450,
30,
1378,
1600,
277,
8,
198,
198,
8818,
3440,
0,
7,
86,
11,
2393,
8,
198,
220,
611,
5145,
271,
6371,
7,
7753,
8,
198,
220,
220,
220,
8271,
7,
7753,
8,
198,
220,
220,
220,
2393,
796,
1615,
12453,
7,
7753,
8,
198,
220,
886,
198,
220,
1070,
796,
337,
2821,
13,
2302,
3004,
7,
7753,
8,
198,
220,
611,
1070,
6624,
366,
8457,
1,
198,
220,
220,
220,
3440,
8457,
0,
7,
86,
11,
2393,
8,
198,
220,
2073,
361,
1070,
6624,
366,
25471,
1,
198,
220,
220,
220,
3440,
25471,
0,
7,
86,
11,
2393,
8,
198,
220,
2073,
361,
1070,
6624,
366,
6494,
1,
198,
220,
220,
220,
848,
1506,
20369,
0,
7,
86,
11,
2393,
8,
198,
220,
2073,
198,
220,
220,
220,
4049,
7203,
3629,
676,
25,
791,
15999,
2393,
2099,
4943,
198,
220,
886,
198,
437,
198
] | 2.214529 | 881 |
@testset "Decomposition" begin
d = loadgraph(joinpath(testdir, "testdata", "graph-decomposition.jgz"))
for g in testgraphs(d)
corenum = @inferred(core_number(g))
@test corenum == [3, 3, 3, 3, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 0]
@test @inferred(k_core(g)) == k_core(g, corenum=corenum) == [1:8;]
@test @inferred(k_core(g, 2)) == k_core(g, 2, corenum=corenum) == [1:16;]
@test length(k_core(g, 4)) == 0
@test @inferred(k_shell(g)) == k_shell(g, corenum=corenum) == [1:8;]
@test @inferred(k_shell(g, 2)) == k_shell(g, 2, corenum=corenum) == [9:16;]
@test length(k_shell(g, 4)) == 0
@test @inferred(k_crust(g)) == k_crust(g, corenum=corenum) == [9:21;]
@test @inferred(k_crust(g, 2)) == k_crust(g, 2, corenum=corenum) == [9:21;]
@test @inferred(k_crust(g, 4, corenum=corenum)) == [1:21;]
@test @inferred(k_corona(g, 1)) == k_corona(g, 1, corenum=corenum) == [17:20;]
@test @inferred(k_corona(g, 2)) == [10, 12, 13, 14, 15, 16]
add_edge!(g, 1, 1)
@test_throws ArgumentError k_core(g)
@test_throws ArgumentError k_shell(g)
@test_throws ArgumentError k_crust(g)
@test_throws ArgumentError k_corona(g, 1)
end
end
| [
31,
9288,
2617,
366,
10707,
296,
9150,
1,
2221,
198,
220,
220,
220,
288,
796,
3440,
34960,
7,
22179,
6978,
7,
9288,
15908,
11,
366,
9288,
7890,
1600,
366,
34960,
12,
12501,
296,
9150,
13,
73,
34586,
48774,
628,
220,
220,
220,
329,
308,
287,
1332,
34960,
82,
7,
67,
8,
198,
220,
220,
220,
220,
220,
220,
220,
4755,
22510,
796,
2488,
259,
18186,
7,
7295,
62,
17618,
7,
70,
4008,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
4755,
22510,
6624,
685,
18,
11,
513,
11,
513,
11,
513,
11,
513,
11,
513,
11,
513,
11,
513,
11,
362,
11,
362,
11,
362,
11,
362,
11,
362,
11,
362,
11,
362,
11,
362,
11,
352,
11,
352,
11,
352,
11,
352,
11,
657,
60,
198,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
2488,
259,
18186,
7,
74,
62,
7295,
7,
70,
4008,
6624,
479,
62,
7295,
7,
70,
11,
4755,
22510,
28,
7295,
22510,
8,
6624,
685,
16,
25,
23,
26,
60,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
2488,
259,
18186,
7,
74,
62,
7295,
7,
70,
11,
362,
4008,
6624,
479,
62,
7295,
7,
70,
11,
362,
11,
4755,
22510,
28,
7295,
22510,
8,
6624,
685,
16,
25,
1433,
26,
60,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
4129,
7,
74,
62,
7295,
7,
70,
11,
604,
4008,
6624,
657,
198,
220,
220,
220,
220,
220,
220,
220,
220,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
2488,
259,
18186,
7,
74,
62,
29149,
7,
70,
4008,
6624,
479,
62,
29149,
7,
70,
11,
4755,
22510,
28,
7295,
22510,
8,
6624,
685,
16,
25,
23,
26,
60,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
2488,
259,
18186,
7,
74,
62,
29149,
7,
70,
11,
362,
4008,
6624,
479,
62,
29149,
7,
70,
11,
362,
11,
4755,
22510,
28,
7295,
22510,
8,
6624,
685,
24,
25,
1433,
26,
60,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
4129,
7,
74,
62,
29149,
7,
70,
11,
604,
4008,
6624,
657,
628,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
2488,
259,
18186,
7,
74,
62,
6098,
436,
7,
70,
4008,
6624,
479,
62,
6098,
436,
7,
70,
11,
4755,
22510,
28,
7295,
22510,
8,
6624,
685,
24,
25,
2481,
26,
60,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
2488,
259,
18186,
7,
74,
62,
6098,
436,
7,
70,
11,
362,
4008,
6624,
479,
62,
6098,
436,
7,
70,
11,
362,
11,
4755,
22510,
28,
7295,
22510,
8,
6624,
685,
24,
25,
2481,
26,
60,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
2488,
259,
18186,
7,
74,
62,
6098,
436,
7,
70,
11,
604,
11,
4755,
22510,
28,
7295,
22510,
4008,
6624,
685,
16,
25,
2481,
26,
60,
628,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
2488,
259,
18186,
7,
74,
62,
10215,
4450,
7,
70,
11,
352,
4008,
6624,
479,
62,
10215,
4450,
7,
70,
11,
352,
11,
4755,
22510,
28,
7295,
22510,
8,
6624,
685,
1558,
25,
1238,
26,
60,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
2488,
259,
18186,
7,
74,
62,
10215,
4450,
7,
70,
11,
362,
4008,
6624,
685,
940,
11,
1105,
11,
1511,
11,
1478,
11,
1315,
11,
1467,
60,
628,
220,
220,
220,
220,
220,
220,
220,
751,
62,
14907,
0,
7,
70,
11,
352,
11,
352,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
62,
400,
8516,
45751,
12331,
479,
62,
7295,
7,
70,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
62,
400,
8516,
45751,
12331,
479,
62,
29149,
7,
70,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
62,
400,
8516,
45751,
12331,
479,
62,
6098,
436,
7,
70,
8,
198,
220,
220,
220,
220,
220,
220,
220,
2488,
9288,
62,
400,
8516,
45751,
12331,
479,
62,
10215,
4450,
7,
70,
11,
352,
8,
198,
220,
220,
220,
886,
198,
437,
628,
198
] | 1.908957 | 681 |
@safetestset "HEAD requests" begin
@safetestset "HEAD requests should be by default handled by GET" begin
using Genie
using HTTP
port = nothing
port = rand(8500:8900)
route("/") do
"GET request"
end
server = up(port)
response = try
HTTP.request("GET", "http://127.0.0.1:$port", ["Content-Type" => "text/html"])
catch ex
ex.response
end
@test response.status == 200
@test String(response.body) == "GET request"
response = try
HTTP.request("HEAD", "http://127.0.0.1:$port", ["Content-Type" => "text/html"])
catch ex
ex.response
end
@test response.status == 200
@test String(response.body) == ""
down()
sleep(1)
server = nothing
port = nothing
end;
@safetestset "HEAD requests have no body" begin
using Genie
using HTTP
port = nothing
port = rand(8500:8900)
route("/") do
"Hello world"
end
route("/", method = HEAD) do
"Hello world"
end
server = up(port; open_browser = false)
response = try
HTTP.request("GET", "http://127.0.0.1:$port", ["Content-Type" => "text/html"])
catch ex
ex.response
end
@test response.status == 200
@test String(response.body) == "Hello world"
response = try
HTTP.request("HEAD", "http://127.0.0.1:$port", ["Content-Type" => "text/html"])
catch ex
ex.response
end
@test response.status == 200
@test isempty(String(response.body)) == true
down()
sleep(1)
server = nothing
port = nothing
end;
@safetestset "HEAD requests should overwrite GET" begin
using Genie
using HTTP
port = nothing
port = rand(8500:8900)
request_method = ""
route("/", named = :get_root) do
request_method = "GET"
"GET request"
end
route("/", method = "HEAD", named = :head_root) do
request_method = "HEAD"
"HEAD request"
end
server = up(port)
sleep(1)
response = try
HTTP.request("GET", "http://127.0.0.1:$port", ["Content-Type" => "text/html"])
catch ex
ex.response
end
@test response.status == 200
@test request_method == "GET"
response = try
HTTP.request("HEAD", "http://127.0.0.1:$port", ["Content-Type" => "text/html"])
catch ex
ex.response
end
@test response.status == 200
@test request_method == "HEAD"
down()
sleep(1)
server = nothing
port = nothing
end;
end;
| [
31,
49585,
316,
395,
2617,
366,
37682,
7007,
1,
2221,
198,
220,
2488,
49585,
316,
395,
2617,
366,
37682,
7007,
815,
307,
416,
4277,
12118,
416,
17151,
1,
2221,
198,
220,
220,
220,
1262,
49405,
198,
220,
220,
220,
1262,
14626,
628,
220,
220,
220,
2493,
796,
2147,
198,
220,
220,
220,
2493,
796,
43720,
7,
23,
4059,
25,
4531,
405,
8,
628,
220,
220,
220,
6339,
7203,
14,
4943,
466,
198,
220,
220,
220,
220,
220,
366,
18851,
2581,
1,
198,
220,
220,
220,
886,
628,
220,
220,
220,
4382,
796,
510,
7,
634,
8,
628,
220,
220,
220,
2882,
796,
1949,
198,
220,
220,
220,
220,
220,
14626,
13,
25927,
7203,
18851,
1600,
366,
4023,
1378,
16799,
13,
15,
13,
15,
13,
16,
25,
3,
634,
1600,
14631,
19746,
12,
6030,
1,
5218,
366,
5239,
14,
6494,
8973,
8,
198,
220,
220,
220,
4929,
409,
198,
220,
220,
220,
220,
220,
409,
13,
26209,
198,
220,
220,
220,
886,
628,
220,
220,
220,
2488,
9288,
2882,
13,
13376,
6624,
939,
198,
220,
220,
220,
2488,
9288,
10903,
7,
26209,
13,
2618,
8,
6624,
366,
18851,
2581,
1,
628,
220,
220,
220,
2882,
796,
1949,
198,
220,
220,
220,
220,
220,
14626,
13,
25927,
7203,
37682,
1600,
366,
4023,
1378,
16799,
13,
15,
13,
15,
13,
16,
25,
3,
634,
1600,
14631,
19746,
12,
6030,
1,
5218,
366,
5239,
14,
6494,
8973,
8,
198,
220,
220,
220,
4929,
409,
198,
220,
220,
220,
220,
220,
409,
13,
26209,
198,
220,
220,
220,
886,
628,
220,
220,
220,
2488,
9288,
2882,
13,
13376,
6624,
939,
198,
220,
220,
220,
2488,
9288,
10903,
7,
26209,
13,
2618,
8,
6624,
13538,
628,
220,
220,
220,
866,
3419,
198,
220,
220,
220,
3993,
7,
16,
8,
198,
220,
220,
220,
4382,
796,
2147,
198,
220,
220,
220,
2493,
796,
2147,
198,
220,
886,
26,
628,
220,
2488,
49585,
316,
395,
2617,
366,
37682,
7007,
423,
645,
1767,
1,
2221,
198,
220,
220,
220,
1262,
49405,
198,
220,
220,
220,
1262,
14626,
628,
220,
220,
220,
2493,
796,
2147,
198,
220,
220,
220,
2493,
796,
43720,
7,
23,
4059,
25,
4531,
405,
8,
628,
220,
220,
220,
6339,
7203,
14,
4943,
466,
198,
220,
220,
220,
220,
220,
366,
15496,
995,
1,
198,
220,
220,
220,
886,
628,
220,
220,
220,
6339,
7203,
14,
1600,
2446,
796,
39837,
8,
466,
198,
220,
220,
220,
220,
220,
366,
15496,
995,
1,
198,
220,
220,
220,
886,
628,
220,
220,
220,
4382,
796,
510,
7,
634,
26,
1280,
62,
40259,
796,
3991,
8,
628,
220,
220,
220,
2882,
796,
1949,
198,
220,
220,
220,
220,
220,
14626,
13,
25927,
7203,
18851,
1600,
366,
4023,
1378,
16799,
13,
15,
13,
15,
13,
16,
25,
3,
634,
1600,
14631,
19746,
12,
6030,
1,
5218,
366,
5239,
14,
6494,
8973,
8,
198,
220,
220,
220,
4929,
409,
198,
220,
220,
220,
220,
220,
409,
13,
26209,
198,
220,
220,
220,
886,
628,
220,
220,
220,
2488,
9288,
2882,
13,
13376,
6624,
939,
198,
220,
220,
220,
2488,
9288,
10903,
7,
26209,
13,
2618,
8,
6624,
366,
15496,
995,
1,
628,
220,
220,
220,
2882,
796,
1949,
198,
220,
220,
220,
220,
220,
14626,
13,
25927,
7203,
37682,
1600,
366,
4023,
1378,
16799,
13,
15,
13,
15,
13,
16,
25,
3,
634,
1600,
14631,
19746,
12,
6030,
1,
5218,
366,
5239,
14,
6494,
8973,
8,
198,
220,
220,
220,
4929,
409,
198,
220,
220,
220,
220,
220,
409,
13,
26209,
198,
220,
220,
220,
886,
198,
220,
220,
220,
2488,
9288,
2882,
13,
13376,
6624,
939,
198,
220,
220,
220,
2488,
9288,
318,
28920,
7,
10100,
7,
26209,
13,
2618,
4008,
6624,
2081,
628,
220,
220,
220,
866,
3419,
198,
220,
220,
220,
3993,
7,
16,
8,
198,
220,
220,
220,
4382,
796,
2147,
198,
220,
220,
220,
2493,
796,
2147,
198,
220,
886,
26,
628,
220,
2488,
49585,
316,
395,
2617,
366,
37682,
7007,
815,
49312,
17151,
1,
2221,
198,
220,
220,
220,
1262,
49405,
198,
220,
220,
220,
1262,
14626,
628,
220,
220,
220,
2493,
796,
2147,
198,
220,
220,
220,
2493,
796,
43720,
7,
23,
4059,
25,
4531,
405,
8,
628,
220,
220,
220,
2581,
62,
24396,
796,
13538,
628,
220,
220,
220,
6339,
7203,
14,
1600,
3706,
796,
1058,
1136,
62,
15763,
8,
466,
198,
220,
220,
220,
220,
220,
2581,
62,
24396,
796,
366,
18851,
1,
198,
220,
220,
220,
220,
220,
366,
18851,
2581,
1,
198,
220,
220,
220,
886,
628,
220,
220,
220,
6339,
7203,
14,
1600,
2446,
796,
366,
37682,
1600,
3706,
796,
1058,
2256,
62,
15763,
8,
466,
198,
220,
220,
220,
220,
220,
2581,
62,
24396,
796,
366,
37682,
1,
198,
220,
220,
220,
220,
220,
366,
37682,
2581,
1,
198,
220,
220,
220,
886,
628,
220,
220,
220,
4382,
796,
510,
7,
634,
8,
198,
220,
220,
220,
3993,
7,
16,
8,
628,
220,
220,
220,
2882,
796,
1949,
198,
220,
220,
220,
220,
220,
14626,
13,
25927,
7203,
18851,
1600,
366,
4023,
1378,
16799,
13,
15,
13,
15,
13,
16,
25,
3,
634,
1600,
14631,
19746,
12,
6030,
1,
5218,
366,
5239,
14,
6494,
8973,
8,
198,
220,
220,
220,
4929,
409,
198,
220,
220,
220,
220,
220,
409,
13,
26209,
198,
220,
220,
220,
886,
628,
220,
220,
220,
2488,
9288,
2882,
13,
13376,
6624,
939,
198,
220,
220,
220,
2488,
9288,
2581,
62,
24396,
6624,
366,
18851,
1,
628,
220,
220,
220,
2882,
796,
1949,
198,
220,
220,
220,
220,
220,
14626,
13,
25927,
7203,
37682,
1600,
366,
4023,
1378,
16799,
13,
15,
13,
15,
13,
16,
25,
3,
634,
1600,
14631,
19746,
12,
6030,
1,
5218,
366,
5239,
14,
6494,
8973,
8,
198,
220,
220,
220,
4929,
409,
198,
220,
220,
220,
220,
220,
409,
13,
26209,
198,
220,
220,
220,
886,
628,
220,
220,
220,
2488,
9288,
2882,
13,
13376,
6624,
939,
198,
220,
220,
220,
2488,
9288,
2581,
62,
24396,
6624,
366,
37682,
1,
628,
220,
220,
220,
866,
3419,
198,
220,
220,
220,
3993,
7,
16,
8,
198,
220,
220,
220,
4382,
796,
2147,
198,
220,
220,
220,
2493,
796,
2147,
198,
220,
886,
26,
198,
198,
437,
26,
198
] | 2.425097 | 1,028 |
Subsets and Splits