From 6f97547e577e0b02e9364b079a70e15d34d1ca6c Mon Sep 17 00:00:00 2001
From: Stepan Zakharov
Date: Sun, 29 Oct 2023 16:53:23 +0300
Subject: [PATCH] Update documentation
---
_sources/nlroot/ex.ipynb | 10 +++++-----
_sources/nlroot/ex.md | 2 +-
_sources/ptstability/exercise.md | 2 +-
nlroot/ex.html | 2 +-
ptstability/exercise.html | 4 ++--
ptstability/index.html | 2 +-
searchindex.js | 2 +-
7 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/_sources/nlroot/ex.ipynb b/_sources/nlroot/ex.ipynb
index 3a9e898..f28e480 100644
--- a/_sources/nlroot/ex.ipynb
+++ b/_sources/nlroot/ex.ipynb
@@ -3,7 +3,7 @@
{
"cell_type": "code",
"execution_count": 1,
- "id": "016a4659",
+ "id": "af61db13",
"metadata": {
"tags": [
"remove-cell"
@@ -27,7 +27,7 @@
},
{
"cell_type": "markdown",
- "id": "c183d238",
+ "id": "93f90e88",
"metadata": {},
"source": [
"# Задания\n",
@@ -74,7 +74,7 @@
"**Задание**\n",
"\n",
"Напишите функцию `rachford_rice_solve(z, K) -> G`, решающую уравнение фазовых концентраций.\n",
- "Постройте графики функции $F(G)$ с нанесённым корнем $F(G) = 0$ для случаев\n",
+ "Постройте график функции $F(G)$ и найденный корень уравнения $F(G) = 0$ для случаев\n",
"\n",
"- $z = [0.9, 0.1]$, $K = [1.5, 0.01]$;\n",
"- $z = [0.2463, 0.2208, 0.2208, 0.3121]$, $K = [40, 25, 0.6, 0.005]$.\n",
@@ -101,7 +101,7 @@
{
"cell_type": "code",
"execution_count": 2,
- "id": "f7a6a696",
+ "id": "4447bf09",
"metadata": {},
"outputs": [
{
@@ -368,7 +368,7 @@
},
{
"cell_type": "markdown",
- "id": "3ce1b14a",
+ "id": "517c2c28",
"metadata": {},
"source": [
"Рассмотрим подробнее изотерму для докритической температуры $T^* \\in (0, T_c)$.\n",
diff --git a/_sources/nlroot/ex.md b/_sources/nlroot/ex.md
index fb9e79e..3161ae0 100644
--- a/_sources/nlroot/ex.md
+++ b/_sources/nlroot/ex.md
@@ -60,7 +60,7 @@ $$
**Задание**
Напишите функцию `rachford_rice_solve(z, K) -> G`, решающую уравнение фазовых концентраций.
-Постройте графики функции $F(G)$ с нанесённым корнем $F(G) = 0$ для случаев
+Постройте график функции $F(G)$ и найденный корень уравнения $F(G) = 0$ для случаев
- $z = [0.9, 0.1]$, $K = [1.5, 0.01]$;
- $z = [0.2463, 0.2208, 0.2208, 0.3121]$, $K = [40, 25, 0.6, 0.005]$.
diff --git a/_sources/ptstability/exercise.md b/_sources/ptstability/exercise.md
index ce746b1..1c5d0d9 100644
--- a/_sources/ptstability/exercise.md
+++ b/_sources/ptstability/exercise.md
@@ -54,6 +54,6 @@
### Вам также понадобится
-- Julia-пакет, который мы разбирали на занятиях: https://github.com/stepanzh/CTPTSolvers.jl;
+- Julia-пакет, который мы разбирали на занятиях;
- Критические точки веществ: http://imartinez.etsiae.upm.es/~isidoro/dat1/eGAS.pdf;
- Параметры УрС Ван дер Ваальса веществ: https://en.wikipedia.org/wiki/Van_der_Waals_constants_(data_page).
diff --git a/nlroot/ex.html b/nlroot/ex.html
index a57e0fb..b9de419 100644
--- a/nlroot/ex.html
+++ b/nlroot/ex.html
@@ -795,7 +795,7 @@ 6.6.2. Уравнение фазовых
мольной доли газа \(G\), а функция \(F(G)\) на нём убывает.
Задание
Напишите функцию rachford_rice_solve(z, K) -> G
, решающую уравнение фазовых концентраций.
-Постройте графики функции \(F(G)\) с нанесённым корнем \(F(G) = 0\) для случаев
+Постройте график функции \(F(G)\) и найденный корень уравнения \(F(G) = 0\) для случаев
\(z = [0.9, 0.1]\), \(K = [1.5, 0.01]\);
\(z = [0.2463, 0.2208, 0.2208, 0.3121]\), \(K = [40, 25, 0.6, 0.005]\).
diff --git a/ptstability/exercise.html b/ptstability/exercise.html
index b715270..16f4e07 100644
--- a/ptstability/exercise.html
+++ b/ptstability/exercise.html
@@ -181,7 +181,7 @@ Практикум по вычислите
-
- 1.10. Модули
+ 1.10. Модули и пакеты
-
@@ -794,7 +794,7 @@
Что нужно сделать
-
- 1.10. Модули
+ 1.10. Модули и пакеты
-
diff --git a/searchindex.js b/searchindex.js
index 948997f..35290de 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({docnames:["appendix/bibliography","appendix/cholesky","appendix/genindex","appendix/materials","index","integration/adaptive","integration/ex","integration/gauss","integration/index","integration/newton_cotes","integration/romberg","interpolation/cubic_spline","interpolation/ex","interpolation/index","interpolation/polynomial","interpolation/pwlinear","intro/cond","intro/float","intro/index","julia/arrays","julia/controlflow","julia/ex","julia/functions","julia/index","julia/install","julia/linearalgebra","julia/modules","julia/numbers","julia/run","julia/strings","julia/types_methods_dispatch","nlroot/bisection_regula_falsi","nlroot/ex","nlroot/index","nlroot/itp","nlroot/newton_secant","nlroot/ridders","nlroot/simpleiter","ode/adaptive_rungekutta","ode/euler","ode/ex","ode/index","ode/rungekutta","optim/bfgs","optim/ex","optim/index","optim/intro","optim/linesearch","optim/newton","ptstability/algorithm","ptstability/exercise","ptstability/index","ptstability/problem","ptstability/vanderwaals","syslinear/conditioning","syslinear/decompose_overview","syslinear/ex","syslinear/index","syslinear/lu","syslinear/plu","syslinear/triangular","sysnonlinear/ex","sysnonlinear/index","sysnonlinear/newton","sysnonlinear/quasinewton"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":5,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":3,"sphinx.domains.rst":2,"sphinx.domains.std":2,"sphinx.ext.intersphinx":1,"sphinxcontrib.bibtex":9,sphinx:56},filenames:["appendix/bibliography.md","appendix/cholesky.md","appendix/genindex.md","appendix/materials.md","index.md","integration/adaptive.md","integration/ex.md","integration/gauss.md","integration/index.md","integration/newton_cotes.md","integration/romberg.md","interpolation/cubic_spline.md","interpolation/ex.md","interpolation/index.md","interpolation/polynomial.md","interpolation/pwlinear.md","intro/cond.md","intro/float.md","intro/index.md","julia/arrays.md","julia/controlflow.md","julia/ex.md","julia/functions.md","julia/index.md","julia/install.md","julia/linearalgebra.md","julia/modules.md","julia/numbers.md","julia/run.md","julia/strings.md","julia/types_methods_dispatch.md","nlroot/bisection_regula_falsi.md","nlroot/ex.md","nlroot/index.md","nlroot/itp.md","nlroot/newton_secant.md","nlroot/ridders.md","nlroot/simpleiter.md","ode/adaptive_rungekutta.md","ode/euler.md","ode/ex.md","ode/index.md","ode/rungekutta.md","optim/bfgs.md","optim/ex.md","optim/index.md","optim/intro.md","optim/linesearch.md","optim/newton.md","ptstability/algorithm.md","ptstability/exercise.md","ptstability/index.md","ptstability/problem.md","ptstability/vanderwaals.md","syslinear/conditioning.md","syslinear/decompose_overview.md","syslinear/ex.md","syslinear/index.md","syslinear/lu.md","syslinear/plu.md","syslinear/triangular.md","sysnonlinear/ex.md","sysnonlinear/index.md","sysnonlinear/newton.md","sysnonlinear/quasinewton.md"],objects:{},objnames:{},objtypes:{},terms:{"0":[0,1,4,5,7,8,9,10,11,12,14,15,16,17,19,21,22,25,26,27,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,52,53,54,55,56,58,59,60,61,62,63,64],"00":[10,19],"0000000000000002":17,"0000000000000004":17,"000000000000001":17,"000000000000001e15":17,"0000000000000258":63,"0000000000145521":31,"0000000001588":17,"0000000136175218":64,"0000000136175238":64,"000002000001":17,"0000020000010001":17,"0009":0,"0009250986871032":0,"0011111111101111111111111111111111111111111111111111111111111111":17,"0011111111110000000000000000000000000000000000000000000000000000":17,"0011111111110000000000000000000000000000000000000000000000000001":17,"0027":50,"002895854782196e":64,"0049":50,"004999999999999005":16,"005":[16,32],"0061":29,"0074":50,"009":12,"01":[10,32],"010":50,"0100000000000110010001011010000111001010110000001000001100010010":17,"0111111111110000000000000000000000000000000000000000000000000000":17,"0111111111111000000000000000000000000000000000000000000000000000":17,"012114":50,"0140":50,"016":19,"02":[0,10,32,51,52,53],"0270":50,"03":[0,10],"031":0,"03696":50,"0378":[0,50],"0378381282850012":0,"03925e8":19,"03_integr":[],"03b1":29,"043":12,"043384162370539096":5,"05":[0,11,14,15,19],"0521880688":0,"05532":0,"066904324417919e":64,"06849315068493142":59,"06849315068493152":[],"06849315068493178":58,"07":28,"07143":50,"08":10,"0926":0,"0934375e7":19,"0\u03f5":17,"0_i":52,"0e":[17,31,34,36],"0e15":17,"0e16":17,"0im":[27,30],"1":[0,1,5,6,7,8,9,10,11,12,14,15,16,17,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,52,53,54,55,56,57,58,59,61,62,63,64],"10":[0,6,10,11,12,15,16,17,19,20,22,25,27,28,29,30,31,32,34,36,39,42,44,47,50,53,55,56,63,64],"100":[6,10,12,17,19,30,37,42,44,47],"1000":[11,12,15,17,36,38,42],"10000":[10,11,15,17,19,38],"1000000":19,"1007":0,"1016":[0,50],"1017":0,"1021":0,"1022":17,"1023":17,"1024":17,"103":10,"1084580":0,"1088":[0,50],"109":19,"10958904109589038":[],"10958904109589052":59,"10958904109589054":58,"11":[0,5,10,11,17,19,22,25,53,56,57,58,59,60],"110":10,"1102230246251565e":[16,17,63],"1109":0,"111":1,"1111111111110000000000000000000000000000000000000000000000000000":17,"1111111111111111":34,"11111111111111119":34,"1116":[36,37],"1119":0,"112":58,"113":12,"1137":0,"1145":0,"117":30,"1196":59,"12":[5,6,9,10,11,19,22,38,49,53,56,57,60],"120":10,"1205v1":0,"121":10,"122":10,"122522761639829e":64,"1244":0,"125":[17,59],"1260":0,"12877":0,"13":[0,5,10,11,16,17,36,53,55,58,59,60,63],"1303":0,"1309":0,"137":12,"14":[0,5,10,11,17,28,29,42,53,60,63],"1402":0,"141000671":0,"1415926535897":27,"144":10,"15":[5,7,10,11,12,14,15,17,19,21,22,25,49,50,55,58],"150":22,"15x":[11,14,15],"16":[0,5,10,12,16,17,22,32,35,39,56,58,59,63],"161":0,"16185":64,"163":0,"16667":58,"17":10,"171":10,"1742":50,"18":10,"19":[0,11,50],"190":[12,30],"1901":52,"1936":29,"194":19,"1960":7,"1971":0,"1979":0,"1981":1,"1982":[0,50],"1985":17,"1986":0,"1989":0,"1992":0,"1_000_000":[19,30],"1e":[1,5,10,17,31,35,36,38,43,47,48,63,64],"1e15":17,"1e16":17,"1e3":36,"1f0":17,"1n":57,"2":[0,1,5,6,7,8,9,10,11,12,14,15,16,17,19,20,21,22,24,25,26,27,28,29,30,31,32,34,35,36,37,38,39,40,41,43,44,46,47,48,49,50,52,53,55,56,58,59,61,63,64],"20":[7,10,11,19,20,22,30,38,58],"200":[11,14,15,32,43,48],"2000":[11,15,49],"20006":50,"2001":0,"2002":0,"2007":0,"201":19,"2012":23,"2014":0,"2016":0,"2017":0,"2019":[3,17,47],"2020":[0,3,50],"2021":28,"2022":[0,28,51],"2023":28,"21":[7,10,42,57,60],"210":10,"2118":0,"213441907654271e":64,"22":[0,7,19,25,57,58,59,60],"220446049250313e":[17,58,59,63],"22045e":[58,59],"2208":32,"2250738585072014e":17,"23":[7,34,60],"232595164407831e":37,"235294117647059":31,"24":[9,10,20,38,60],"2410":50,"2463":32,"25":[0,5,17,19,21,25,29,31,32,35,36,37,42],"2509":0,"256":10,"26":[0,9,19,30],"264":19,"269":0,"27":32,"272":[10,37],"275":19,"28":[0,30],"281":[0,10],"2878587085651816e":63,"2880":9,"290":30,"2902":19,"29313":50,"294":50,"295":19,"2\u03b1":47,"2\u043e\u0435":47,"2_":11,"2_1":[11,14],"2_2":14,"2_i":14,"2_k":11,"2_n":14,"2cosh":[39,42],"2e":[19,34,61],"2exp":[39,42],"2f":29,"2f0":17,"2h_":11,"2h_1":11,"2h_4":10,"2i":10,"2k\u2081":38,"2m":[7,42],"2md":36,"2mn":55,"2n":[7,9,10,11,57],"2nd":3,"2t":40,"2x":[5,9,10,11,14,15,22,30,35,37],"2x\u2081":[63,64],"2x\u2082":[63,64],"2x_1":63,"2x_2":63,"3":[0,1,5,6,7,8,9,10,11,12,14,15,16,17,19,20,21,22,24,25,26,27,29,30,31,32,35,36,37,38,39,40,42,47,49,50,52,53,55,56,58,59,61,63,64],"30":[22,25],"300":[12,19],"30000000000000004":17,"308":17,"31":[12,42,60],"311":50,"3121":32,"314":19,"315":32,"32":[25,37,42,60],"321":30,"32362":50,"326":30,"327485972841714e":64,"33":[36,37,60],"3333":58,"3333330286952693":64,"33333333333333315":63,"3333333333333333":[],"34":[32,34,60],"341":10,"3420434608094782":5,"3423597":0,"35":[10,32,36,37],"350":19,"3500":15,"35000":0,"3510":55,"3547104419557727":36,"36":[19,36,37],"360":[36,37],"365":19,"370":[10,36],"375":[17,59],"3769531543038624e":64,"38":[36,59],"3800":10,"3812":[0,50],"38356164383561636":[58,59],"3835616438356165":[],"3865423776775579":5,"392":17,"396595270071815e":35,"398":19,"39842":50,"3\u03c4":38,"3_k":11,"3f0":17,"3h":[5,11],"3im":27,"3k\u2082":38,"3n":7,"3rd":0,"3v_r":61,"3vr":32,"3x":[22,30],"3x\u2082":[63,64],"4":[0,5,7,9,10,11,12,14,15,16,17,19,20,21,22,25,26,28,30,31,34,35,36,37,38,40,42,47,50,51,52,55,56,58,59,60,63,64],"40":[0,10,11,32],"400":[11,19],"402":19,"4068746168049984e":17,"41":[0,19,60],"41421":64,"42":[19,49,60],"429":32,"43":[10,60],"433":12,"434":10,"44":[12,60],"440892098500626e":[17,58,59],"441":10,"44107":12,"45":19,"452":10,"46":[19,50],"470":19,"4920040357185245e":64,"4999502":30,"4999998826044423":64,"4999999895175518":64,"49999999999999994":19,"4a":50,"4g":32,"4k\u2083":38,"4n":11,"4t_f":5,"4v_r":61,"4x\u2081":[63,64],"4x\u2082":[63,64],"4x_1":63,"4x_2":63,"5":[0,5,7,8,9,10,11,12,14,15,16,19,20,21,22,25,27,30,31,32,34,35,36,37,38,42,43,48,49,50,52,55,56,58,59,63,64],"50":[0,28,42,63,64],"500":[15,19,42],"5000000000000001":63,"5000000000000002":63,"5000000339688467":64,"5000004907722759":64,"5020139961":0,"507":0,"52":17,"528":30,"53":10,"534":30,"5360":19,"54":50,"564":[19,29],"5671432904087239":34,"5671432904097838":34,"57":10,"570606194861277e":59,"578947":59,"582":10,"583853":49,"5838531634528576":49,"588205122970976e":17,"59":0,"5e":42,"5im":[27,30],"5k\u2081":38,"5x":[16,30],"6":[5,9,10,11,12,15,16,17,19,21,22,24,25,28,29,30,31,32,34,35,36,37,42,49,52,53,56,58,59,61,63,64],"600":12,"601":16,"607822215747618e16":36,"61197":0,"61776":59,"618":[34,35],"619":19,"62":47,"625":59,"627":0,"63":[19,30],"639":10,"64":[17,19,24],"640":19,"65":0,"650":10,"6593":50,"6596":50,"666":10,"6666666666666665":63,"6666666666666666":31,"6666666787349111":64,"666667":64,"667694529838286e":64,"69036":0,"693":32,"6h_k":11,"7":[5,7,9,10,11,14,17,19,22,25,30,32,38,49,50,55,58,59,61,62,63,64],"706564":59,"707107":64,"71":[0,12],"71053":59,"711":10,"713":19,"715":10,"7182818284590":27,"72":[29,38],"72715225139109e":63,"73":59,"731":0,"733":19,"7416573867739413":25,"742":0,"746":10,"7468015338900317":7,"75":[19,21,59],"754":17,"76":21,"766":30,"767":19,"7763568394002505e":58,"78":19,"784":17,"789":19,"79":10,"790":19,"794375e7":19,"7976931348623157e308":17,"8":[9,10,11,12,17,19,21,22,25,29,30,32,34,35,36,37,38,49,56,58,59,61,64],"805":19,"81":0,"811":19,"81579":59,"818":58,"82":[0,50],"822":12,"83":[0,30],"832":19,"83333":58,"841471":64,"85":[0,5,19,21,32,61],"85001":[0,50],"8526055020137255":37,"86":0,"8660254037844386":19,"8660254037844388":19,"87":[19,30],"87103":0,"876712328767123":58,"8767123287671232":59,"88":19,"881784197001252e":[58,59],"89":[0,5,9,10,33,39,42],"896":19,"8b":0,"8c":0,"8f":0,"8tr":32,"9":[0,5,9,10,11,17,19,22,30,31,32,34,37,38,47,50,52,53,56,58,59,61,64],"901":19,"907":19,"90909":58,"909297426825682":49,"91":12,"92":[0,30],"921":19,"9221":0,"923":19,"93":[0,12],"930":19,"932":19,"937537433415741e":64,"9430":50,"946":50,"94688":0,"94773":64,"95":[0,32],"9539925233402757e":17,"973":19,"976":19,"978":0,"9781838648817":0,"979":0,"98":0,"980":0,"9806":0,"9897278269453977e":16,"99":[10,17,61],"990":19,"996":12,"997":19,"998":10,"999":[5,12,36],"9999997854232789":31,"9999999480032629":64,"9999999480032709":64,"9999999999986":17,"99999999999998":17,"9999999999999996":17,"9999999999999998":17,"9999999999999999":17,"9d":0,"\u00b9":12,"\u00e5":12,"\u03b1":[26,27,29,43,47,48],"\u03b10":47,"\u03b1\u2081":27,"\u03b1hi":47,"\u03b1lo":47,"\u03b1max":47,"\u03b1prev":47,"\u03b2":47,"\u03b2\u00b2":1,"\u03b3":1,"\u03b3\u03be":1,"\u03b4":[1,11,15,34,38,64],"\u03b4x":[35,63,64],"\u03b5":12,"\u03b8":1,"\u03ba\u2081":34,"\u03ba\u2082":34,"\u03bc":12,"\u03bcs":[10,19],"\u03bd":1,"\u03be":1,"\u03c0":[19,27,29],"\u03c1":19,"\u03c3":[10,12,17,19,34,47],"\u03c4":[38,39,42],"\u03c6":22,"\u03c6_":15,"\u03c6_k":15,"\u03f5":17,"\u0430":[0,4,5,7,8,9,10,11,12,14,15,16,17,19,21,23,26,27,28,30,32,33,34,36,37,38,39,40,41,42,43,45,47,48,49,51,52,53,55,56,58,59,62,63,64],"\u0430\u0431\u0441\u043e\u043b\u044e\u0442\u043d\u0430\u044f":5,"\u0430\u0431\u0441\u043e\u043b\u044e\u0442\u043d\u043e\u0435":31,"\u0430\u0431\u0441\u043e\u043b\u044e\u0442\u043d\u043e\u0439":10,"\u0430\u0431\u0441\u043e\u043b\u044e\u0442\u043d\u043e\u043c\u0443":24,"\u0430\u0431\u0441\u043e\u043b\u044e\u0442\u043d\u0443\u044e":[5,17],"\u0430\u0431\u0441\u043e\u043b\u044e\u0442\u043d\u044b\u0435":1,"\u0430\u0431\u0441\u043e\u043b\u044e\u0442\u043d\u044b\u043c":59,"\u0430\u0431\u0441\u043e\u043b\u044e\u0442\u043d\u044b\u0445":[52,59],"\u0430\u0431\u0441\u0442\u0440\u0430\u0433\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u044f":[],"\u0430\u0431\u0441\u0442\u0440\u0430\u043a\u0442\u043d\u043e\u0433\u043e":[],"\u0430\u0431\u0441\u0442\u0440\u0430\u043a\u0442\u043d\u044b\u0435":30,"\u0430\u0431\u0441\u0442\u0440\u0430\u043a\u0442\u043d\u044b\u0439":[19,30],"\u0430\u0431\u0441\u0442\u0440\u0430\u043a\u0442\u043d\u044b\u043c":30,"\u0430\u0431\u0441\u0442\u0440\u0430\u043a\u0442\u043d\u044b\u0445":30,"\u0430\u0431\u0441\u0446\u0438\u0441\u0441":[15,31],"\u0430\u0431\u0441\u0446\u0438\u0441\u0441\u0430":11,"\u0430\u0431\u0441\u0446\u0438\u0441\u0441\u044b":[15,34,35],"\u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438":[5,19,20,24,26,28,30],"\u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439":49,"\u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u043c":49,"\u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e":49,"\u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0435":[30,49],"\u0430\u0432\u0442\u043e\u0440\u0430\u043c":49,"\u0430\u0432\u0442\u043e\u0440\u0430\u043c\u0438":34,"\u0430\u0432\u0442\u043e\u0440\u0435":26,"\u0430\u0432\u0442\u043e\u0440\u044b":[34,51],"\u0430\u0434\u0430\u043f\u0442\u0430\u0446\u0438\u0438":38,"\u0430\u0434\u0430\u043f\u0442\u0438\u0432\u043d\u043e":5,"\u0430\u0434\u0430\u043f\u0442\u0438\u0432\u043d\u043e\u0433\u043e":38,"\u0430\u0434\u0430\u043f\u0442\u0438\u0432\u043d\u043e\u0435":38,"\u0430\u0434\u0430\u043f\u0442\u0438\u0432\u043d\u044b\u043c":38,"\u0430\u0434\u0430\u043f\u0442\u0438\u0432\u043d\u044b\u043c\u0438":5,"\u0430\u0434\u0434\u0438\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u0438":52,"\u0430\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440\u0430":24,"\u0430\u0437\u043e\u0442":50,"\u0430\u043a\u043a\u0443\u043c\u0443\u043b\u044f\u0446\u0438\u044f":[],"\u0430\u043a\u043a\u0443\u0440\u0430\u0442\u043d\u0435\u0435":17,"\u0430\u043a\u043a\u0443\u0440\u0430\u0442\u043d\u043e":5,"\u0430\u043a\u0442\u0438\u0432\u043d\u043e":37,"\u0430\u043b\u0433\u0435\u0431\u0440\u0430\u0438\u0447\u0435\u0441\u043a\u0438\u0435":17,"\u0430\u043b\u0433\u0435\u0431\u0440\u0430\u0438\u0447\u0435\u0441\u043a\u0438\u0439":[7,9],"\u0430\u043b\u0433\u0435\u0431\u0440\u044b":[21,25,30,57],"\u0430\u043b\u0433\u043e\u0440\u0438\u0442\u043c":[5,10,16,17,34,37,38,45,47,55,56,58,59,60],"\u0430\u043b\u0433\u043e\u0440\u0438\u0442\u043c\u0430":[6,16,31,34,35,38,42,43,47,48,49,58,64],"\u0430\u043b\u0433\u043e\u0440\u0438\u0442\u043c\u0430\u043c":16,"\u0430\u043b\u0433\u043e\u0440\u0438\u0442\u043c\u0430\u0445":[16,55],"\u0430\u043b\u0433\u043e\u0440\u0438\u0442\u043c\u0435":34,"\u0430\u043b\u0433\u043e\u0440\u0438\u0442\u043c\u043e\u0432":[44,60],"\u0430\u043b\u0433\u043e\u0440\u0438\u0442\u043c\u043e\u043c":[14,56,59,60,63],"\u0430\u043b\u0433\u043e\u0440\u0438\u0442\u043c\u0443":[49,55],"\u0430\u043b\u0433\u043e\u0440\u0438\u0442\u043c\u044b":5,"\u0430\u043b\u0435\u043a\u0441\u0430\u043d\u0434\u0440":7,"\u0430\u043b\u043a\u0430\u043d\u044b":50,"\u0430\u043b\u043b\u043e\u043a\u0430\u0446\u0438\u0435\u0439":19,"\u0430\u043b\u043b\u043e\u043a\u0430\u0446\u0438\u0438":[19,63],"\u0430\u043b\u043b\u043e\u0446\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435":10,"\u0430\u043b\u043b\u043e\u0446\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f":63,"\u0430\u043b\u043b\u043e\u0446\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u044f":59,"\u0430\u043b\u043b\u043e\u0446\u0438\u0440\u0443\u0435\u0442":15,"\u0430\u043b\u043b\u043e\u0446\u0438\u0440\u0443\u044e\u0449\u0438\u0445":56,"\u0430\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u0430":47,"\u0430\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u043d\u043e\u0435":39,"\u0430\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u043d\u044b\u0439":20,"\u0430\u043d\u0430\u043b\u0438\u0437":38,"\u0430\u043d\u0430\u043b\u0438\u0437\u0435":8,"\u0430\u043d\u0430\u043b\u0438\u0442\u0438\u0447\u0435\u0441\u043a\u0438":[4,12,15,30,43,49,64],"\u0430\u043d\u0430\u043b\u0438\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439":44,"\u0430\u043d\u0430\u043b\u0438\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0439":49,"\u0430\u043d\u0430\u043b\u0438\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u043c":49,"\u0430\u043d\u0430\u043b\u0438\u0442\u0438\u0447\u0435\u0441\u043a\u0443\u044e":[4,49],"\u0430\u043d\u0430\u043b\u043e\u0433":[19,33,42],"\u0430\u043d\u0430\u043b\u043e\u0433\u0430\u043c":27,"\u0430\u043d\u0430\u043b\u043e\u0433\u0430\u043c\u0438":22,"\u0430\u043d\u0430\u043b\u043e\u0433\u0438":17,"\u0430\u043d\u0430\u043b\u043e\u0433\u0438\u0438":[7,54],"\u0430\u043d\u0430\u043b\u043e\u0433\u0438\u0447\u043d\u043e":[11,17,19,22,24,28,37,60],"\u0430\u043d\u0430\u043b\u043e\u0433\u0438\u0447\u043d\u043e\u0435":[7,54],"\u0430\u043d\u0430\u043b\u043e\u0433\u0438\u0447\u043d\u044b":61,"\u0430\u043d\u0430\u043b\u043e\u0433\u0438\u0447\u043d\u044b\u0439":[],"\u0430\u043d\u0430\u043b\u043e\u0433\u043e\u043c":64,"\u0430\u043d\u0433\u043b":[49,52,59],"\u0430\u043d\u0433\u043b\u043e\u044f\u0437\u044b\u0447\u043d\u043e\u0439":17,"\u0430\u043d\u043e\u043d\u0438\u043c\u043d\u0430\u044f":22,"\u0430\u043d\u043e\u043d\u0438\u043c\u043d\u0443\u044e":14,"\u0430\u043d\u043e\u043d\u0438\u043c\u043d\u044b\u0435":22,"\u0430\u043f\u043e\u0441\u0442\u0435\u0440\u0438\u043e\u0440\u043d\u043e\u0439":5,"\u0430\u043f\u043f\u0440\u043e\u043a\u0441\u0438\u043c\u0430\u0446\u0438\u0435\u0439":10,"\u0430\u043f\u043f\u0440\u043e\u043a\u0441\u0438\u043c\u0430\u0446\u0438\u0438":[7,38,39,40,42],"\u0430\u043f\u043f\u0440\u043e\u043a\u0441\u0438\u043c\u0430\u0446\u0438\u044e":42,"\u0430\u043f\u043f\u0440\u043e\u043a\u0441\u0438\u043c\u0430\u0446\u0438\u044f":[39,42],"\u0430\u043f\u043f\u0440\u043e\u043a\u0441\u0438\u043c\u0438\u0440\u043e\u0432\u0430\u0442\u044c":9,"\u0430\u043f\u043f\u0440\u043e\u043a\u0441\u0438\u043c\u0438\u0440\u0443\u0435\u0442":[39,42],"\u0430\u0440\u0433\u0443\u043c\u0435\u043d\u0442":[7,9,21,22,27],"\u0430\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u0430":[16,30,45,56],"\u0430\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u0430\u043c":22,"\u0430\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u0430\u043c\u0438":30,"\u0430\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u043e\u0432":[22,27,30,56],"\u0430\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u043e\u043c":15,"\u0430\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u044b":22,"\u0430\u0440\u0438\u0444\u043c":22,"\u0430\u0440\u0438\u0444\u043c\u0435\u0442\u0438\u043a\u0443":17,"\u0430\u0440\u0438\u0444\u043c\u0435\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0435":30,"\u0430\u0440\u0438\u0444\u043c\u0435\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0439":[20,30],"\u0430\u0440\u0445\u0438\u0432":[21,24],"\u0430\u0440\u0445\u0438\u0442\u0435\u043a\u0442\u0443\u0440\u0443":24,"\u0430\u0441\u043f\u0435\u043a\u0442\u0430":7,"\u0430\u0442\u043e\u043c\u0438\u0441\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u043c":40,"\u0430\u044f":19,"\u0431":[11,39,40,56],"\u0431\u0430\u0437\u0438\u0441":[7,11,15],"\u0431\u0430\u0437\u0438\u0441\u0430":15,"\u0431\u0430\u0437\u0438\u0441\u043e\u043c":15,"\u0431\u0430\u0437\u043e\u0432\u0430\u044f":26,"\u0431\u0430\u0437\u043e\u0432\u043e\u0433\u043e":8,"\u0431\u0430\u0437\u043e\u0432\u043e\u0435":[],"\u0431\u0430\u0437\u043e\u0432\u043e\u0439":30,"\u0431\u0430\u0437\u043e\u0439":12,"\u0431\u0430\u043b\u0430\u043d\u0441\u0430":32,"\u0431\u0430\u0440\u044c\u0435\u0440":42,"\u0431\u0430\u0440\u044c\u0435\u0440\u0430":42,"\u0431\u0430\u0440\u044c\u0435\u0440\u044b":42,"\u0431\u0435\u0437":[4,8,11,19,28],"\u0431\u0435\u0437\u043e\u0431\u044a\u0451\u043c\u043d\u044b\u043c":49,"\u0431\u0435\u0437\u0443\u0441\u043b\u043e\u0432\u043d\u043e\u0433\u043e":48,"\u0431\u0435\u0437\u0443\u0441\u043b\u043e\u0432\u043d\u043e\u0439":[4,45],"\u0431\u0435\u043d\u0447\u043c\u0430\u0440\u043a":[19,30],"\u0431\u0435\u043d\u0447\u043c\u0430\u0440\u043a\u0443":19,"\u0431\u0435\u0440\u0443\u0442":47,"\u0431\u0435\u0440\u0451\u0442\u0441\u044f":[7,26,35,64],"\u0431\u0435\u0441\u043a\u043e\u043d\u0435\u0447\u043d\u043e\u0441\u0442\u0435\u0439":17,"\u0431\u0435\u0441\u043a\u043e\u043d\u0435\u0447\u043d\u043e\u0441\u0442\u044c":17,"\u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a":[26,28],"\u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430":[12,19,23,25,26,28],"\u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430\u043c\u0438":26,"\u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430\u0445":28,"\u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0435":[1,30],"\u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438":[3,24,25,26,57],"\u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0443":[26,28],"\u0431\u0438\u043d\u0430\u0440\u043d\u043e\u043c\u0443":47,"\u0431\u0438\u043d\u0430\u0440\u043d\u044b\u0435":27,"\u0431\u0438\u043d\u0430\u0440\u043d\u044b\u0439":47,"\u0431\u0438\u043d\u043e\u0434\u0430\u043b\u0438":32,"\u0431\u0438\u043d\u043e\u0434\u0430\u043b\u044c":51,"\u0431\u0438\u043d\u043e\u0434\u0430\u043b\u044c\u044e":32,"\u0431\u0438\u043e\u043b\u043e\u0433\u0438\u0438":23,"\u0431\u0438\u0441\u0435\u043a\u0446\u0438\u0435\u0439":31,"\u0431\u0438\u0441\u0435\u043a\u0446\u0438\u0438":34,"\u0431\u0438\u0441\u0435\u043a\u0446\u0438\u044f":34,"\u0431\u0438\u0442":[17,30],"\u0431\u0438\u0442\u0430":17,"\u0431\u0438\u0442\u043e\u0432\u043e\u0435":17,"\u0431\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u044f":[7,30],"\u0431\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u044f\u0442":51,"\u0431\u043b\u0438\u0436\u0430\u0439\u0448\u0435\u0435":17,"\u0431\u043b\u0438\u0436\u0430\u0439\u0448\u0438\u0435":17,"\u0431\u043b\u0438\u0436\u0430\u0439\u0448\u0438\u043c":17,"\u0431\u043b\u0438\u0436\u0430\u0439\u0448\u0438\u0445":21,"\u0431\u043b\u0438\u0436\u0435":5,"\u0431\u043b\u0438\u0437\u043a\u0438\u043c":64,"\u0431\u043b\u0438\u0437\u043a\u0438\u0445":17,"\u0431\u043b\u0438\u0437\u043a\u043e":16,"\u0431\u043b\u0438\u0437\u043a\u0443\u044e":55,"\u0431\u043b\u0438\u0437\u043e\u0441\u0442\u0438":33,"\u0431\u043b\u043e\u043a":[11,20,22],"\u0431\u043b\u043e\u043a\u0438":11,"\u0431\u043b\u043e\u0447\u043d\u0430\u044f":19,"\u0431\u043b\u043e\u0447\u043d\u043e\u0439":[11,19],"\u0431\u043b\u043e\u0447\u043d\u044b\u0435":[11,19],"\u0431\u043e\u0433\u0430\u0442\u0430\u044f":[23,25,27,29],"\u0431\u043e\u0433\u0430\u0446\u043a\u043e\u0433\u043e":38,"\u0431\u043e\u043b\u0435\u0435":[5,7,9,10,11,15,17,20,22,30,31,34,35,37,42,43,47,49,57],"\u0431\u043e\u043b\u044c\u0446\u043c\u0430\u043d\u0430":12,"\u0431\u043e\u043b\u044c\u0448\u0430\u044f":16,"\u0431\u043e\u043b\u044c\u0448\u0435":[10,22,25,27,30,38,42,55],"\u0431\u043e\u043b\u044c\u0448\u0435\u0433\u043e":27,"\u0431\u043e\u043b\u044c\u0448\u0435\u0435":[15,17,21],"\u0431\u043e\u043b\u044c\u0448\u0435\u043c":34,"\u0431\u043e\u043b\u044c\u0448\u0438\u0435":[16,47],"\u0431\u043e\u043b\u044c\u0448\u0438\u0439":53,"\u0431\u043e\u043b\u044c\u0448\u0438\u043c":[42,48],"\u0431\u043e\u043b\u044c\u0448\u0438\u043d\u0441\u0442\u0432\u0430":38,"\u0431\u043e\u043b\u044c\u0448\u0438\u043d\u0441\u0442\u0432\u0435":[24,54],"\u0431\u043e\u043b\u044c\u0448\u0438\u0445":[14,19,40,42],"\u0431\u043e\u043b\u044c\u0448\u043e\u0433\u043e":17,"\u0431\u043e\u043b\u044c\u0448\u043e\u0435":[16,47],"\u0431\u043e\u043b\u044c\u0448\u043e\u0439":[5,14,48],"\u0431\u043e\u043d\u0443\u0441\u044b":21,"\u0431\u0440\u0430\u0442\u044c":[9,38,50],"\u0431\u0440\u043e\u0430\u0434\u043a\u0430\u0441\u0442":58,"\u0431\u0440\u043e\u0430\u0434\u043a\u0430\u0441\u0442\u0430":[12,19,63],"\u0431\u0440\u043e\u0430\u0434\u043a\u0430\u0441\u0442\u043e\u043c":58,"\u0431\u0440\u043e\u0439\u0434\u0435\u043d\u0430":[43,55],"\u0431\u0440\u043e\u0439\u0434\u0435\u043d\u043e\u043c":64,"\u0431\u0440\u0443\u0441\u0438\u043b\u043e\u0432\u0441\u043a\u0438\u0439":0,"\u0431\u0440\u0443\u0441\u0438\u043b\u043e\u0432\u0441\u043a\u043e\u0433\u043e":51,"\u0431\u0443\u0434\u0435\u043c":[4,5,8,10,22,38,39,41,42,45,46,48,49,52,59,62,63,64],"\u0431\u0443\u0434\u0435\u0442":[5,7,11,12,14,19,20,24,29,30,34,35,39,40,43,47,48,49,52,59],"\u0431\u0443\u0434\u0442\u043e":26,"\u0431\u0443\u0434\u0443\u0442":[7,22,26],"\u0431\u0443\u0434\u0443\u0449\u0435\u043c":[3,24],"\u0431\u0443\u0434\u044c\u0442\u0435":[17,63],"\u0431\u0443\u0442\u0430\u043d":50,"\u0431\u0443\u0442\u0447\u0435\u0440\u0430":[38,42],"\u0431\u0443\u0442\u0447\u0435\u0440\u043e\u043c":42,"\u0431\u0444\u0433\u0441":44,"\u0431\u044b":[5,10,14,21,26,27,30,37,38,48,52,60],"\u0431\u044b\u0432\u0430\u0435\u0442":11,"\u0431\u044b\u0432\u0430\u044e\u0442":[22,45,49],"\u0431\u044b\u043b":[7,8,34,59],"\u0431\u044b\u043b\u0430":[7,20,38,40,48,49,64],"\u0431\u044b\u043b\u0438":59,"\u0431\u044b\u043b\u043e":[5,27,42,49],"\u0431\u044b\u0441\u0442\u0440\u0430\u044f":30,"\u0431\u044b\u0441\u0442\u0440\u0435\u0435":[10,28,35],"\u0431\u044b\u0441\u0442\u0440\u043e":[10,42],"\u0431\u044b\u0441\u0442\u0440\u043e\u0433\u043e":[24,30],"\u0431\u044b\u0441\u0442\u0440\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f":19,"\u0431\u044b\u0441\u0442\u0440\u044b\u0439":30,"\u0431\u044b\u0441\u0442\u0440\u044b\u043c":23,"\u0431\u044b\u0442\u044c":[5,7,10,17,19,20,21,26,30,38,47,48,50,53,56,60,61,62,63],"\u0432":[0,1,3,4,5,7,8,9,10,11,12,14,15,16,17,18,19,20,21,22,23,24,25,26,27,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,60,61,62,63,64],"\u0432\u0430\u0430\u043b\u044c\u0441\u0430":[21,50],"\u0432\u0430\u0436\u043d\u043e":[10,22,31,35],"\u0432\u0430\u0436\u043d\u043e\u0435":19,"\u0432\u0430\u0436\u043d\u044b\u0445":[],"\u0432\u0430\u043c":[12,17,19,21,28,30,32,40,44,61],"\u0432\u0430\u043c\u0438":32,"\u0432\u0430\u043d":[21,50],"\u0432\u0430\u043d\u0434\u0435\u0440\u043c\u043e\u043d\u0434\u0430":[7,14],"\u0432\u0430\u0440\u0438\u0430\u043d\u0442":[20,47,49,50],"\u0432\u0430\u0440\u0438\u0430\u043d\u0442\u0430":50,"\u0432\u0430\u0440\u0438\u0430\u043d\u0442\u0430\u043c\u0438":49,"\u0432\u0430\u0440\u0438\u0430\u043d\u0442\u0435":45,"\u0432\u0430\u0440\u0438\u0430\u043d\u0442\u043e\u0432":[26,49,50,55],"\u0432\u0430\u0440\u0438\u0430\u043d\u0442\u043e\u043c":[49,50],"\u0432\u0430\u0441":30,"\u0432\u0430\u0441\u0438\u043b\u0438\u044f":3,"\u0432\u0430\u0448":[19,24],"\u0432\u0430\u0448\u0430":32,"\u0432\u0430\u0448\u0435":50,"\u0432\u0430\u0448\u0435\u0433\u043e":26,"\u0432\u0430\u0448\u0435\u0439":24,"\u0432\u0430\u0448\u0435\u043c":20,"\u0432\u0430\u0448\u0438\u0445":50,"\u0432\u0430\u0448\u0443":19,"\u0432\u0431\u043b\u0438\u0437\u0438":[16,48],"\u0432\u0432\u0435\u0434\u0435\u043d\u0430":52,"\u0432\u0432\u0435\u0434\u0435\u043d\u0438\u0435":0,"\u0432\u0432\u0435\u0434\u0435\u043d\u043e":[9,37],"\u0432\u0432\u0435\u0434\u0435\u043d\u044b":52,"\u0432\u0432\u0435\u0434\u044f":52,"\u0432\u0432\u0435\u0434\u0451\u043c":[7,8,10,15,39,41,52],"\u0432\u0432\u0435\u0440\u0445":31,"\u0432\u0432\u0435\u0441\u0442\u0438":9,"\u0432\u0432\u043e\u0434":27,"\u0432\u0432\u043e\u0434\u0430":[21,28,29],"\u0432\u0432\u043e\u0434\u0438\u0442\u0441\u044f":[16,21,54],"\u0432\u0432\u043e\u0434\u043e\u043c":22,"\u0432\u0432\u043e\u0434\u044f\u0442":[35,39,53],"\u0432\u0432\u043e\u0434\u044f\u0442\u0441\u044f":42,"\u0432\u0434\u0430\u043b\u0438":48,"\u0432\u0434\u0432\u043e\u0435":[9,10,31,38],"\u0432\u0434\u043e\u043b\u044c":[21,43,47,48],"\u0432\u0435\u0434\u0443\u0442":22,"\u0432\u0435\u0434\u0443\u0442\u0441\u044f":16,"\u0432\u0435\u0434\u0443\u0449\u0438\u0435":30,"\u0432\u0435\u0434\u044c":30,"\u0432\u0435\u0434\u0451\u0442":[29,30],"\u0432\u0435\u0437\u0434\u0435":19,"\u0432\u0435\u043a\u0442\u043e\u0440":[11,14,19,21,40,46,47,48,49,56,58,59],"\u0432\u0435\u043a\u0442\u043e\u0440\u0430":[15,19,21,30,49,55],"\u0432\u0435\u043a\u0442\u043e\u0440\u0430\u043c":43,"\u0432\u0435\u043a\u0442\u043e\u0440\u0430\u043c\u0438":[10,19],"\u0432\u0435\u043a\u0442\u043e\u0440\u0430\u0445":19,"\u0432\u0435\u043a\u0442\u043e\u0440\u0435":[11,59],"\u0432\u0435\u043a\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u0438":19,"\u0432\u0435\u043a\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u044e":19,"\u0432\u0435\u043a\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u044f":12,"\u0432\u0435\u043a\u0442\u043e\u0440\u0438\u0437\u043e\u0432\u0430\u043d\u0430":19,"\u0432\u0435\u043a\u0442\u043e\u0440\u0438\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u0439":19,"\u0432\u0435\u043a\u0442\u043e\u0440\u0438\u0437\u0443\u044e\u0442\u0441\u044f":19,"\u0432\u0435\u043a\u0442\u043e\u0440\u043d\u043e\u0433\u043e":4,"\u0432\u0435\u043a\u0442\u043e\u0440\u043d\u043e\u0435":[25,43],"\u0432\u0435\u043a\u0442\u043e\u0440\u043d\u044b\u0439":42,"\u0432\u0435\u043a\u0442\u043e\u0440\u043e\u0432":[19,25,30,55,58],"\u0432\u0435\u043a\u0442\u043e\u0440\u043e\u043c":[],"\u0432\u0435\u043a\u0442\u043e\u0440\u0443":[43,48],"\u0432\u0435\u043a\u0442\u043e\u0440\u044b":11,"\u0432\u0435\u043b\u0438\u043a\u043e":5,"\u0432\u0435\u043b\u0438\u0447\u0438\u043d":[32,52],"\u0432\u0435\u043b\u0438\u0447\u0438\u043d\u0430":[7,52],"\u0432\u0435\u043b\u0438\u0447\u0438\u043d\u0430\u0445":32,"\u0432\u0435\u043b\u0438\u0447\u0438\u043d\u0443":5,"\u0432\u0435\u043b\u0438\u0447\u0438\u043d\u044b":[15,32,42,54],"\u0432\u0435\u0440\u043b\u0435":40,"\u0432\u0435\u0440\u043d\u043e":[10,17,35,37,46],"\u0432\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f":28,"\u0432\u0435\u0440\u043d\u044b\u0439":17,"\u0432\u0435\u0440\u043d\u0451\u043c\u0441\u044f":52,"\u0432\u0435\u0440\u043e\u044f\u0442\u043d\u043e":49,"\u0432\u0435\u0440\u0441\u0438\u0435\u0439":30,"\u0432\u0435\u0440\u0441\u0438\u0438":[28,30,56],"\u0432\u0435\u0440\u0441\u0438\u0439":[24,26,28],"\u0432\u0435\u0440\u0441\u0438\u044e":[24,49],"\u0432\u0435\u0440\u0441\u0438\u044f":[17,28,30,47,48,64],"\u0432\u0435\u0440\u0441\u0438\u044f\u043c\u0438":26,"\u0432\u0435\u0440\u0441\u0438\u044f\u0445":[26,63],"\u0432\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u044c\u043d\u0430\u044f":19,"\u0432\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u044c\u043d\u043e\u0439":19,"\u0432\u0435\u0440\u0445\u043d\u0435\u043c":36,"\u0432\u0435\u0440\u0445\u043d\u0435\u0442\u0440\u0435\u0443\u0433\u043e\u043b\u044c\u043d\u0430\u044f":[55,56,58,60],"\u0432\u0435\u0440\u0445\u043d\u0435\u0442\u0440\u0435\u0443\u0433\u043e\u043b\u044c\u043d\u043e\u0439":59,"\u0432\u0435\u0440\u0445\u043d\u0435\u0442\u0440\u0435\u0443\u0433\u043e\u043b\u044c\u043d\u0443\u044e":[58,59],"\u0432\u0435\u0440\u0445\u043d\u044f\u044f":38,"\u0432\u0435\u0441\u0430":[7,9,15,38],"\u0432\u0435\u0441\u0430\u043c\u0438":[8,38],"\u0432\u0435\u0441\u043e\u0432":9,"\u0432\u0435\u0441\u043e\u0432\u044b\u0445":8,"\u0432\u0435\u0441\u0442\u0438":[19,30],"\u0432\u0435\u0441\u044c":26,"\u0432\u0435\u0442\u0432\u0435\u0439":30,"\u0432\u0435\u0442\u0432\u0438":[20,30],"\u0432\u0435\u0442\u0432\u043b\u0435\u043d\u0438\u044f":9,"\u0432\u0435\u0442\u043a\u0430":3,"\u0432\u0435\u0449\u0435\u0441\u0442\u0432":[4,12,32,49,50,51,53],"\u0432\u0435\u0449\u0435\u0441\u0442\u0432\u0430":[12,49,52,53,61],"\u0432\u0435\u0449\u0435\u0441\u0442\u0432\u043e":[12,32],"\u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435":12,"\u0432\u0437\u0430\u0438\u043c\u043e\u0437\u0430\u043c\u0435\u043d\u044f\u0435\u043c\u044b":27,"\u0432\u0437\u0432\u0435\u0448\u0435\u043d\u043d\u043e\u0439":42,"\u0432\u0437\u0433\u043b\u044f\u0434":19,"\u0432\u0437\u0433\u043b\u044f\u043d\u0435\u043c":5,"\u0432\u0437\u0433\u043b\u044f\u043d\u0443\u0442\u044c":9,"\u0432\u0437\u044f\u0442\u044b\u0439":34,"\u0432\u0437\u044f\u0442\u044c":[9,14,34,37,49],"\u0432\u0438\u0434":[7,9,10,11,14,15,16,17,21,31,32,33,35,37,38,39,42,49,58,61,63],"\u0432\u0438\u0434\u0430":[7,11,15,16,17,19,25,35,48,53,59,62],"\u0432\u0438\u0434\u0435":[7,8,11,12,14,15,17,21,22,30,31,34,40,42,49,50,52,53,55,56,57,58,62,63],"\u0432\u0438\u0434\u0435\u043b\u0438":7,"\u0432\u0438\u0434\u0435\u043e":3,"\u0432\u0438\u0434\u0435\u0442\u044c":9,"\u0432\u0438\u0434\u0438\u043c\u043e\u0441\u0442\u0438":[20,22,30],"\u0432\u0438\u0434\u043d\u0430":20,"\u0432\u0438\u0434\u043d\u043e":[5,8,9,16,17,22,37,42,53],"\u0432\u0438\u0434\u043d\u044b":22,"\u0432\u0438\u0434\u043e\u0432":19,"\u0432\u0438\u0434\u0443":58,"\u0432\u0438\u043a\u0438\u043f\u0435\u0434\u0438\u0438":17,"\u0432\u0438\u043a\u0438\u043f\u0435\u0434\u0438\u044f":56,"\u0432\u0438\u043a\u0442\u043e\u0440\u0438\u044e":51,"\u0432\u0438\u043d\u0438\u0442\u0438":0,"\u0432\u043a\u043b\u044e\u0447\u0430\u0435\u0442":[18,19,60],"\u0432\u043a\u043b\u044e\u0447\u0430\u044e\u0442":12,"\u0432\u043b\u0438\u044f\u043d\u0438\u0435":18,"\u0432\u043b\u0438\u044f\u044e\u0449\u0430\u044f":52,"\u0432\u043b\u043e\u0436\u0435\u043d\u043d\u043e\u0433\u043e":20,"\u0432\u043b\u043e\u0436\u0435\u043d\u043d\u044b\u0439":[19,20],"\u0432\u043b\u043e\u0436\u0435\u043d\u043d\u044b\u043c":20,"\u0432\u043b\u043e\u0436\u0435\u043d\u043d\u044b\u043c\u0438":20,"\u0432\u043c\u0435\u0441\u0442\u0435":[12,26,42,61],"\u0432\u043c\u0435\u0441\u0442\u043e":[7,9,24,35,37,38,42,47,52,64],"\u0432\u043d\u0435":[1,15],"\u0432\u043d\u0435\u0441\u0442\u0438":26,"\u0432\u043d\u0435\u0441\u0451\u0442":48,"\u0432\u043d\u0435\u0448\u043d\u0435\u0435":64,"\u0432\u043d\u0435\u0448\u043d\u0435\u0439":20,"\u0432\u043d\u0435\u0448\u043d\u0435\u043c":[22,58],"\u0432\u043d\u0435\u0448\u043d\u0438\u0435":30,"\u0432\u043d\u0435\u0448\u043d\u0438\u0439":19,"\u0432\u043d\u0435\u0448\u043d\u0438\u0445":58,"\u0432\u043d\u0438\u0437":10,"\u0432\u043d\u0438\u043c\u0430\u043d\u0438\u0435":7,"\u0432\u043d\u0438\u043c\u0430\u0442\u0435\u043b\u044c\u043d\u044b":63,"\u0432\u043d\u043e\u0441\u0438\u043c\u0443\u044e":16,"\u0432\u043d\u043e\u0441\u0438\u0442\u0441\u044f":14,"\u0432\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u0435\u0435":18,"\u0432\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u0435\u0439":52,"\u0432\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u0438\u0435":30,"\u0432\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u044f\u044f":29,"\u0432\u043d\u0443\u0442\u0440\u0438":[7,9,12,15,20,22,26,30],"\u0432\u043e":[9,14,20,22,27,30,34,38,48,49,52,59],"\u0432\u043e\u0432\u0437\u0440\u0430\u0449\u0430\u0435\u0442":[],"\u0432\u043e\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u0435":27,"\u0432\u043e\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u0435\u043c":17,"\u0432\u043e\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u044f":30,"\u0432\u043e\u0437\u0432\u043e\u0434\u0438\u0442\u0441\u044f":14,"\u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0433\u043e":[27,30],"\u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435":[21,22],"\u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442":[1,5,9,10,11,14,15,17,20,21,22,43,48,56,58,59,63],"\u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442\u0441\u044f":[20,22,30],"\u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u043b\u0430":[22,27],"\u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0442\u044c":[22,56,59,63],"\u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u044e\u0442":[17,27],"\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e":[10,24,30,32],"\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438":[],"\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c":[14,28],"\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u044b":58,"\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u044b\u043c":49,"\u0432\u043e\u0437\u043c\u0443\u0442\u0438\u0442\u044c":16,"\u0432\u043e\u0437\u043c\u0443\u0449\u0435\u043d\u0438\u0435":16,"\u0432\u043e\u0437\u043c\u0443\u0449\u0435\u043d\u0438\u0438":[39,54],"\u0432\u043e\u0437\u043c\u0443\u0449\u0435\u043d\u0438\u044e":16,"\u0432\u043e\u0437\u043c\u0443\u0449\u0435\u043d\u043d\u043e\u0439":54,"\u0432\u043e\u0437\u043c\u0443\u0449\u0435\u043d\u043d\u0443\u044e":54,"\u0432\u043e\u0437\u043c\u0443\u0449\u0451\u043d\u043d\u043e\u0439":54,"\u0432\u043e\u0437\u043d\u0438\u043a\u0430\u0435\u0442":[7,12,17,56,59],"\u0432\u043e\u0437\u043d\u0438\u043a\u0430\u043b\u043e":59,"\u0432\u043e\u0437\u043d\u0438\u043a\u0430\u0442\u044c":30,"\u0432\u043e\u0437\u043d\u0438\u043a\u0430\u044e\u0442":[42,55],"\u0432\u043e\u0437\u043d\u0438\u043a\u0430\u044e\u0449\u0438\u0445":[],"\u0432\u043e\u0437\u043d\u0438\u043a\u043d\u0435\u0442":59,"\u0432\u043e\u0437\u043d\u0438\u043a\u043d\u043e\u0432\u0435\u043d\u0438\u0438":24,"\u0432\u043e\u0437\u043d\u0438\u043a\u043d\u0443\u0442\u044c":55,"\u0432\u043e\u0437\u043d\u0438\u043a\u0448\u0438\u0435":59,"\u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u0435\u0442":16,"\u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u043d\u0438\u044e":21,"\u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u044e\u0449\u0430\u044f":47,"\u0432\u043e\u0437\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435":27,"\u0432\u043e\u0437\u0440\u0430\u0449\u0430\u0435\u0442":15,"\u0432\u043e\u0437\u0440\u0430\u0449\u0430\u0442\u044c":[],"\u0432\u043e\u0437\u044c\u043c\u0451\u043c":[7,14,15,19,35,36,37,38,48,49,64],"\u0432\u043e\u043a\u0440\u0443\u0433":34,"\u0432\u043e\u043e\u0431\u0449\u0435":[19,30,38,53],"\u0432\u043e\u043f\u0440\u043e\u0441\u044b":[3,22],"\u0432\u043e\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f":[8,12,19,26,28,30,49,58],"\u0432\u043e\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0441\u044f":[5,14,38,49,53,58,61],"\u0432\u043e\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435\u0441\u044c":[19,32],"\u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442":45,"\u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c":59,"\u0432\u043e\u0442":[4,16,37],"\u0432\u043f\u0435\u0440\u0451\u0434":[21,30,49],"\u0432\u043f\u043b\u043e\u0442\u044c":[7,10],"\u0432\u0440\u0435\u043c\u0435\u043d\u0435\u043c":19,"\u0432\u0440\u0435\u043c\u0435\u043d\u0438":[10,19,30,40,55,64],"\u0432\u0440\u0435\u043c\u044f":[10,19,29,30,34,35,38,55],"\u0432\u0440\u0435\u043c\u0451\u043d\u0430\u0445":40,"\u0432\u0440\u043e\u0434\u0435":[22,26],"\u0432\u0440\u0443\u0447\u043d\u0443\u044e":10,"\u0432\u0441\u0435":[7,9,10,14,16,17,19,20,21,22,26,30,42],"\u0432\u0441\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u044b\u0435":52,"\u0432\u0441\u0435\u0433\u0434\u0430":[17,31,35,59],"\u0432\u0441\u0435\u0433\u043e":[5,7,10,17,20,24,26,28,31,49,50,60,62],"\u0432\u0441\u0435\u043c":7,"\u0432\u0441\u0435\u043c\u0438":30,"\u0432\u0441\u0435\u043c\u0443":45,"\u0432\u0441\u0435\u0445":[7,9,26,30,49],"\u0432\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442":[],"\u0432\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u0442\u0441\u044f":26,"\u0432\u0441\u0442\u0440\u0435\u0442\u0438\u0442\u044c":38,"\u0432\u0441\u0442\u0440\u0435\u0447\u0430\u0435\u0442\u0441\u044f":[49,55],"\u0432\u0441\u0442\u0440\u0435\u0447\u0430\u044e\u0442\u0441\u044f":59,"\u0432\u0441\u0442\u0440\u043e\u0435\u043d\u0430":21,"\u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u0430\u044f":[12,19],"\u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0435":29,"\u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u043c":[19,38],"\u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u043c\u0438":38,"\u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0445":[27,30],"\u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043e":19,"\u0432\u0441\u0442\u0440\u043e\u0438\u0442\u044c":[11,30],"\u0432\u0441\u044e\u0434\u0443":7,"\u0432\u0441\u044f\u043a\u0438\u0439":30,"\u0432\u0441\u044f\u043a\u0438\u0445":[],"\u0432\u0441\u044f\u043a\u043e\u043c":34,"\u0432\u0441\u0451":[11,14,15,20,24,26,30,32,42,59,63],"\u0432\u0441\u0451\u043c":[5,11],"\u0432\u0442\u043e\u0440\u0430\u044f":[7,38,45,52,64],"\u0432\u0442\u043e\u0440\u043e\u0433\u043e":[19,38,42,50],"\u0432\u0442\u043e\u0440\u043e\u0435":[33,38,47],"\u0432\u0442\u043e\u0440\u043e\u0439":[9,11,40,45,49,52,59],"\u0432\u0442\u043e\u0440\u043e\u043c":[30,36,38,49,59],"\u0432\u0442\u043e\u0440\u0443\u044e":52,"\u0432\u0442\u043e\u0440\u044b\u0435":49,"\u0432\u0442\u043e\u0440\u044b\u043c":[9,49],"\u0432\u0442\u043e\u0440\u044b\u0445":[27,46,48,49],"\u0432\u0443\u0437\u043e\u0432":0,"\u0432\u0445\u043e\u0434":[21,30,42,48,59],"\u0432\u0445\u043e\u0434\u0438\u0442":[26,60],"\u0432\u0445\u043e\u0434\u0438\u0442\u044c":27,"\u0432\u0445\u043e\u0434\u043d\u043e\u0439":58,"\u0432\u0445\u043e\u0434\u043d\u044b\u0435":[14,16,47,49],"\u0432\u0445\u043e\u0434\u043d\u044b\u043c":16,"\u0432\u0445\u043e\u0434\u043d\u044b\u0445":[5,16,21],"\u0432\u0445\u043e\u0434\u044f\u0442":[9,23],"\u0432\u044b":[19,20,24,26,28,30,34,61],"\u0432\u044b\u0431\u0435\u0440\u0435\u043c":31,"\u0432\u044b\u0431\u0435\u0440\u0435\u0442\u0435":50,"\u0432\u044b\u0431\u0438\u0440\u0430\u0435\u043c\u044b\u0439":47,"\u0432\u044b\u0431\u0438\u0440\u0430\u0435\u0442\u0441\u044f":[31,45],"\u0432\u044b\u0431\u0438\u0440\u0430\u0442\u044c":[5,59],"\u0432\u044b\u0431\u0438\u0440\u0430\u044e\u0442":[45,47,64],"\u0432\u044b\u0431\u0438\u0440\u0430\u044e\u0442\u0441\u044f":[14,42],"\u0432\u044b\u0431\u043e\u0440":[7,34,43,48,64],"\u0432\u044b\u0431\u043e\u0440\u0430":[7,8,9,30,45,54,59],"\u0432\u044b\u0431\u043e\u0440\u0435":59,"\u0432\u044b\u0431\u043e\u0440\u043e\u043c":59,"\u0432\u044b\u0431\u043e\u0440\u0443":[7,42],"\u0432\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u0435":47,"\u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0439":47,"\u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u043c":[11,50],"\u0432\u044b\u0431\u0440\u0430\u043d\u043e":[35,47],"\u0432\u044b\u0431\u0440\u0430\u0442\u044c":[7,28,34,53,59],"\u0432\u044b\u0432\u0435\u0434\u0435\u043d\u043d\u043e\u0435":64,"\u0432\u044b\u0432\u0435\u0434\u0435\u043d\u043e":[12,54],"\u0432\u044b\u0432\u0435\u0434\u0435\u043d\u044b":38,"\u0432\u044b\u0432\u0435\u0441\u0442\u0438":[21,49],"\u0432\u044b\u0432\u043e\u0434":[4,7,9,11,49,58],"\u0432\u044b\u0432\u043e\u0434\u0430":[8,9,22,49,58],"\u0432\u044b\u0432\u043e\u0434\u0435":[7,10],"\u0432\u044b\u0432\u043e\u0434\u0438\u0442":30,"\u0432\u044b\u0432\u043e\u0434\u0438\u0442\u0441\u044f":[32,55,58,61],"\u0432\u044b\u0432\u043e\u0434\u0438\u0442\u044c":[49,50],"\u0432\u044b\u0432\u043e\u0434\u043e\u043c":22,"\u0432\u044b\u0432\u043e\u0434\u0443":[7,49],"\u0432\u044b\u0432\u043e\u0434\u044f\u0442\u0441\u044f":9,"\u0432\u044b\u0433\u043b\u044f\u0434\u0438\u0442":[5,10,11,14,26,27,30],"\u0432\u044b\u0433\u043b\u044f\u0434\u0438\u0442\u044c":19,"\u0432\u044b\u0433\u043e\u0434\u0435\u043d":42,"\u0432\u044b\u0433\u043e\u0434\u044b":48,"\u0432\u044b\u0434\u0430\u0441\u0442":30,"\u0432\u044b\u0434\u0430\u0451\u0442":[31,36],"\u0432\u044b\u0434\u0435\u043b\u0435\u043d\u0438\u0439":58,"\u0432\u044b\u0434\u0435\u043b\u0435\u043d\u0438\u044f":58,"\u0432\u044b\u0434\u0435\u043b\u0438\u043b\u0438":19,"\u0432\u044b\u0434\u0435\u043b\u0438\u0442\u044c":41,"\u0432\u044b\u0434\u0435\u043b\u044f\u0435\u0442":[47,58],"\u0432\u044b\u0434\u0435\u043b\u044f\u0435\u0442\u0441\u044f":[30,63],"\u0432\u044b\u0434\u0435\u043b\u044f\u044e\u0449\u0435\u0435":63,"\u0432\u044b\u0437\u0432\u0430\u043b\u0441\u044f":30,"\u0432\u044b\u0437\u0432\u0430\u043d":[],"\u0432\u044b\u0437\u0432\u0430\u043d\u043d\u043e\u0433\u043e":[],"\u0432\u044b\u0437\u0432\u0430\u0442\u044c":[20,24],"\u0432\u044b\u0437\u043e\u0432":[15,19],"\u0432\u044b\u0437\u043e\u0432\u0430":[17,21,22,24,30,56],"\u0432\u044b\u0437\u043e\u0432\u0430\u0445":30,"\u0432\u044b\u0437\u043e\u0432\u0435":[14,22,26,30],"\u0432\u044b\u0437\u043e\u0432\u0438\u0442\u0435":24,"\u0432\u044b\u0437\u043e\u0432\u044b":30,"\u0432\u044b\u0437\u044b\u0432\u0430\u0435\u0442":[5,63,64],"\u0432\u044b\u0437\u044b\u0432\u0430\u0435\u0442\u0441\u044f":[30,59],"\u0432\u044b\u0437\u044b\u0432\u0430\u0442\u044c":30,"\u0432\u044b\u0437\u044b\u0432\u0430\u0442\u044c\u0441\u044f":30,"\u0432\u044b\u0437\u044b\u0432\u0430\u044f":30,"\u0432\u044b\u0438\u0433\u0440\u044b\u0432\u0430\u0435\u0442":34,"\u0432\u044b\u0439\u0442\u0438":28,"\u0432\u044b\u043f\u0438\u0441\u0430\u0442\u044c":64,"\u0432\u044b\u043f\u0438\u0448\u0435\u043c":64,"\u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435":7,"\u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f":[42,50],"\u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u043e":[17,35,47],"\u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u044b":59,"\u0432\u044b\u043f\u043e\u043b\u043d\u0438\u043b\u0438":10,"\u0432\u044b\u043f\u043e\u043b\u043d\u0438\u043c":[58,59],"\u0432\u044b\u043f\u043e\u043b\u043d\u0438\u043c\u043e":59,"\u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u0435":28,"\u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u0441\u044f":[7,33],"\u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c":[17,28,48],"\u0432\u044b\u043f\u043e\u043b\u043d\u044f\u0435\u0442":[19,25,31,35,37,64],"\u0432\u044b\u043f\u043e\u043b\u043d\u044f\u0435\u0442\u0441\u044f":[27,37,52],"\u0432\u044b\u043f\u043e\u043b\u043d\u044f\u0442\u0441\u044f":47,"\u0432\u044b\u043f\u043e\u043b\u043d\u044f\u0442\u044c":59,"\u0432\u044b\u043f\u043e\u043b\u043d\u044f\u044e\u0442\u0441\u044f":47,"\u0432\u044b\u0440\u0430\u0432\u043d\u0435\u043d\u044b":17,"\u0432\u044b\u0440\u0430\u0432\u043d\u044f\u0442\u044c":17,"\u0432\u044b\u0440\u0430\u0436\u0430\u0435\u043c\u0430\u044f":8,"\u0432\u044b\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044f":[8,15,64],"\u0432\u044b\u0440\u0430\u0436\u0430\u044e\u0442":[],"\u0432\u044b\u0440\u0430\u0436\u0430\u044e\u0442\u0441\u044f":32,"\u0432\u044b\u0440\u0430\u0436\u0430\u044e\u0449\u0438\u0445":53,"\u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u0435":[7,8,10,20,22,34,39,52,53,58],"\u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u043c":[17,20],"\u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u0438":[22,47],"\u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u0439":22,"\u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u044e":16,"\u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u044f":[7,9,10,22,27,29],"\u0432\u044b\u0440\u0430\u0437\u0438\u043c":7,"\u0432\u044b\u0440\u0430\u0437\u0438\u0442\u044c":[],"\u0432\u044b\u0440\u043e\u0436\u0434\u0435\u043d\u0430":60,"\u0432\u044b\u0440\u043e\u0436\u0434\u0435\u043d\u043d\u043e\u0439":54,"\u0432\u044b\u0440\u043e\u0436\u0434\u0435\u043d\u043d\u043e\u0441\u0442\u044c":56,"\u0432\u044b\u0441\u043e\u043a\u043e\u0439":[5,7],"\u0432\u044b\u0441\u0442\u0430\u0432\u0438\u043c":36,"\u0432\u044b\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u044f":30,"\u0432\u044b\u0441\u0447\u0438\u0442\u0430\u0442\u044c":43,"\u0432\u044b\u0445\u043e\u0434\u0438\u043c":38,"\u0432\u044b\u0445\u043e\u0434\u0438\u0442\u044c":[],"\u0432\u044b\u0445\u043e\u0434\u043d\u044b\u0435":49,"\u0432\u044b\u0445\u043e\u0434\u043d\u044b\u0445":49,"\u0432\u044b\u0445\u043e\u0434\u044f":28,"\u0432\u044b\u0447\u0438\u043b\u0438\u0441\u0442\u044c":32,"\u0432\u044b\u0447\u0438\u0441\u043b\u0435\u043d":16,"\u0432\u044b\u0447\u0438\u0441\u043b\u0435\u043d\u0430":9,"\u0432\u044b\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u0435":[7,9,10,16,35,36,38,49,55,64],"\u0432\u044b\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u0438":[5,16],"\u0432\u044b\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u0439":[5,7,10,12,16,18,34,38,42,47,55,58],"\u0432\u044b\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u044e":8,"\u0432\u044b\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u044f":[5,6,9,10,12,16,17,22,23,29,34,35,36,38,49,53,54,64],"\u0432\u044b\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u044f\u0445":[10,16,17,64],"\u0432\u044b\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u044b\u0435":10,"\u0432\u044b\u0447\u0438\u0441\u043b\u0435\u043d\u043e":43,"\u0432\u044b\u0447\u0438\u0441\u043b\u0438\u0432":10,"\u0432\u044b\u0447\u0438\u0441\u043b\u0438\u043b\u0430":10,"\u0432\u044b\u0447\u0438\u0441\u043b\u0438\u043c":[5,10,31,37,58,64],"\u0432\u044b\u0447\u0438\u0441\u043b\u0438\u0442":19,"\u0432\u044b\u0447\u0438\u0441\u043b\u0438\u0442\u0435":7,"\u0432\u044b\u0447\u0438\u0441\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f":[55,59],"\u0432\u044b\u0447\u0438\u0441\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e":[42,47],"\u0432\u044b\u0447\u0438\u0441\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0439":[16,17,23],"\u0432\u044b\u0447\u0438\u0441\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u0443\u044e":[0,16],"\u0432\u044b\u0447\u0438\u0441\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439":33,"\u0432\u044b\u0447\u0438\u0441\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c":4,"\u0432\u044b\u0447\u0438\u0441\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c\u0438":4,"\u0432\u044b\u0447\u0438\u0441\u043b\u0438\u0442\u044c":[9,10,16,17,49,55,63,64],"\u0432\u044b\u0447\u0438\u0441\u043b\u044f\u0435\u043c":[5,58],"\u0432\u044b\u0447\u0438\u0441\u043b\u044f\u0435\u043c\u044b\u043c":17,"\u0432\u044b\u0447\u0438\u0441\u043b\u044f\u0435\u0442":[5,9,10,14,31,64],"\u0432\u044b\u0447\u0438\u0441\u043b\u044f\u0435\u0442\u0441\u044f":[14,19,31,35],"\u0432\u044b\u0447\u0438\u0441\u043b\u044f\u043b\u0430":10,"\u0432\u044b\u0447\u0438\u0441\u043b\u044f\u0442\u044c":[30,42,64],"\u0432\u044b\u0447\u0438\u0441\u043b\u044f\u044e\u0442":43,"\u0432\u044b\u0447\u0438\u0441\u043b\u044f\u044e\u0449\u0443\u044e":[30,32],"\u0432\u044b\u0447\u0438\u0441\u043b\u044f\u044f":42,"\u0432\u044b\u0447\u0438\u0442\u0430\u043d\u0438\u0435":[17,21],"\u0432\u044b\u0447\u0438\u0442\u0430\u043d\u0438\u0435\u043c":17,"\u0432\u044b\u0447\u0438\u0442\u0430\u043d\u0438\u044f":17,"\u0432\u044b\u0447\u0442\u0435\u043c":58,"\u0432\u044b\u0448\u0435":[4,7,9,12,14,20,22,30,34,54,58,62,64],"\u0432\u044b\u0448\u0435\u043f\u0435\u0440\u0435\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u044b\u0435":4,"\u0432\u044f\u0437\u043a\u043e\u0441\u0442\u0438":12,"\u0432\u044f\u0437\u043a\u043e\u0441\u0442\u044c":[0,4],"\u0432\u044f\u0447\u0435\u0441\u043b\u0430\u0432\u043e\u0432\u0438\u0447\u0430":3,"\u0433":[12,52],"\u0433\u0430\u0437":49,"\u0433\u0430\u0437\u0430":[0,19,21,32,52,53],"\u0433\u0430\u0437\u0435":[32,49],"\u0433\u0430\u0437\u043e\u0432":[49,52],"\u0433\u0430\u0437\u043e\u0432\u0430\u044f":32,"\u0433\u0430\u0437\u043e\u0432\u043e\u0435":61,"\u0433\u0430\u0437\u043e\u0432\u043e\u0439":[32,53],"\u0433\u0430\u0437\u043e\u0432\u043e\u043c":32,"\u0433\u0430\u0437\u043e\u0432\u044b\u0445":0,"\u0433\u0430\u043b\u043e\u0447\u043a\u043e\u0439":24,"\u0433\u0430\u043c\u0438\u043b\u044c\u0442\u043e\u043d\u043e\u0432\u044b\u0445":40,"\u0433\u0430\u0440\u0430\u043d\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e":34,"\u0433\u0430\u0440\u0430\u043d\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c":48,"\u0433\u0430\u0440\u0430\u043d\u0442\u0438\u0440\u0443\u0435\u0442":31,"\u0433\u0430\u0440\u0430\u043d\u0442\u0438\u0440\u0443\u0435\u0442\u0441\u044f":[21,47],"\u0433\u0430\u0440\u0430\u043d\u0442\u0438\u044e":31,"\u0433\u0430\u0440\u0430\u043d\u0442\u0438\u044f":33,"\u0433\u0430\u0440\u0438\u0444\u0443\u043b\u043b\u0438\u043d\u0430":51,"\u0433\u0430\u0443\u0441\u0441\u0430":[5,32,58],"\u0433\u0430\u0443\u0441\u0441\u043e\u0432\u043e\u0439":7,"\u0433\u0430\u0443\u0441\u0441\u043e\u0432\u044b":7,"\u0433\u0430\u0443\u0441\u0441\u043e\u0432\u044b\u043c\u0438":7,"\u0433\u0434\u0435":[3,7,8,9,10,11,12,14,15,17,19,21,24,26,28,30,32,34,36,37,38,39,40,42,43,44,45,47,49,52,53,55,56,58,59,60,61,62,64],"\u0433\u0435\u043a\u0441\u0430\u043d":50,"\u0433\u0435\u043b\u044c\u043c\u0433\u043e\u043b\u044c\u0446\u0430":[32,49,61],"\u0433\u0435\u043d\u0435\u0440\u0430\u0442\u043e\u0440":[15,20],"\u0433\u0435\u043d\u0435\u0440\u0430\u0442\u043e\u0440\u044b":20,"\u0433\u0435\u043d\u0435\u0440\u0430\u0446\u0438\u0438":12,"\u0433\u0435\u043d\u0435\u0440\u0438\u0440\u0443\u0435\u0442":45,"\u0433\u0435\u043e\u043c\u0435\u0442\u0440\u0438\u0447\u0435\u0441\u043a\u043e\u0439":39,"\u0433\u0435\u043e\u0444\u0438\u0437\u0438\u043a\u0435":23,"\u0433\u0435\u0441\u0441\u0438\u0430\u043d":[43,46,48],"\u0433\u0435\u0441\u0441\u0438\u0430\u043d\u0430":[43,48,49,55],"\u0433\u0435\u0441\u0441\u0438\u0430\u043d\u043e\u043c":[43,46,48],"\u0433\u0438\u0431\u0431\u0441\u0430":[52,53],"\u0433\u0438\u0431\u043a\u043e\u0441\u0442\u044c":30,"\u0433\u0438\u0431\u0447\u0435":30,"\u0433\u0438\u0434\u0440\u043e\u0434\u0438\u043d\u0430\u043c\u0438\u043a\u0430":4,"\u0433\u0438\u0434\u0440\u043e\u0434\u0438\u043d\u0430\u043c\u0438\u043a\u0438":4,"\u0433\u043b\u0430\u0432\u0435":39,"\u0433\u043b\u0430\u0432\u043d\u0430\u044f":19,"\u0433\u043b\u0430\u0432\u043d\u043e\u0435":26,"\u0433\u043b\u0430\u0432\u043d\u043e\u0439":59,"\u0433\u043b\u0430\u0432\u043d\u044b\u0439":[9,26,59],"\u0433\u043b\u0430\u0432\u043d\u044b\u043c":59,"\u0433\u043b\u0430\u0432\u043d\u044b\u0445":59,"\u0433\u043b\u0430\u0434\u043a\u0430\u044f":46,"\u0433\u043b\u0430\u0434\u043a\u0438\u043c\u0438":11,"\u0433\u043b\u0430\u0434\u043a\u043e\u0439":46,"\u0433\u043b\u0430\u0434\u043a\u043e\u0441\u0442\u0438":11,"\u0433\u043b\u0430\u0434\u043a\u043e\u0441\u0442\u044c":11,"\u0433\u043b\u0430\u0437":14,"\u0433\u043b\u0430\u0437\u043e\u043c":42,"\u0433\u043b\u0430\u043d\u044b\u043c":59,"\u0433\u043b\u043e\u0431\u0430\u043b\u044c\u043d\u043e":45,"\u0433\u043b\u043e\u0431\u0430\u043b\u044c\u043d\u043e\u0433\u043e":26,"\u0433\u043b\u043e\u0431\u0430\u043b\u044c\u043d\u043e\u0435":[20,26],"\u0433\u043b\u043e\u0431\u0430\u043b\u044c\u043d\u043e\u043c":[20,26],"\u0433\u043b\u043e\u0431\u0430\u043b\u044c\u043d\u0443\u044e":64,"\u0433\u043b\u043e\u0431\u0430\u043b\u044c\u043d\u044b\u0439":52,"\u0433\u043d\u0435\u0437\u0434\u0438\u043b\u043e\u0432":0,"\u0433\u043e":[15,32,42,51],"\u0433\u043e\u0432\u043e\u0440\u0438\u0442\u0441\u044f":30,"\u0433\u043e\u0432\u043e\u0440\u0438\u0442\u044c":36,"\u0433\u043e\u0432\u043e\u0440\u044f":[22,30,38,52],"\u0433\u043e\u0432\u043e\u0440\u044f\u0442":[9,15,16,35,37,39],"\u0433\u043e\u0434":51,"\u0433\u043e\u0434\u0430":28,"\u0433\u043e\u0434\u043e\u0432":49,"\u0433\u043e\u0434\u0443":[23,52],"\u0433\u043e\u043b\u0443\u0431\u0435\u0432":0,"\u0433\u043e\u043b\u044c\u0434\u0444\u0430\u0440\u0431\u0430":43,"\u0433\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u0430\u044f":19,"\u0433\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u043e\u0439":19,"\u0433\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u0443\u044e":63,"\u0433\u043e\u0440\u043d\u0435\u0440\u0430":14,"\u0433\u043e\u0441\u0443\u0434\u0430\u0440\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0433\u043e":0,"\u0433\u0440\u0430\u0430\u043b\u044c":0,"\u0433\u0440\u0430\u0432\u0438\u0442\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u043c":40,"\u0433\u0440\u0430\u0434\u0438\u0430\u0435\u043d\u0442":47,"\u0433\u0440\u0430\u0434\u0438\u0435\u043d\u0442":[43,46,47,48],"\u0433\u0440\u0430\u0434\u0438\u0435\u043d\u0442\u0430":[43,47,48,49,55],"\u0433\u0440\u0430\u0434\u0438\u0435\u043d\u0442\u043e\u0432":47,"\u0433\u0440\u0430\u0434\u0438\u0435\u043d\u0442\u043e\u043c":[43,48],"\u0433\u0440\u0430\u043c\u0430":7,"\u0433\u0440\u0430\u043c\u0443":55,"\u0433\u0440\u0430\u043d\u0438\u0446":47,"\u0433\u0440\u0430\u043d\u0438\u0446\u0430":32,"\u0433\u0440\u0430\u043d\u0438\u0446\u0430\u043c":61,"\u0433\u0440\u0430\u043d\u0438\u0446\u0435":[11,17],"\u0433\u0440\u0430\u043d\u0438\u0446\u0443":[21,32,61],"\u0433\u0440\u0430\u0444\u0438\u043a":[5,6,12,40,61],"\u0433\u0440\u0430\u0444\u0438\u043a\u0430":40,"\u0433\u0440\u0430\u0444\u0438\u043a\u0430\u043c\u0438":[],"\u0433\u0440\u0430\u0444\u0438\u043a\u0435":[15,36],"\u0433\u0440\u0430\u0444\u0438\u043a\u0438":[9,12,32],"\u0433\u0440\u0430\u0444\u0438\u043a\u043e\u0432":[12,32,50],"\u0433\u0440\u0430\u0444\u0438\u043a\u0443":12,"\u0433\u0440\u0443\u0431\u043e\u0433\u043e":49,"\u0433\u0440\u0443\u0431\u043e\u0435":37,"\u0433\u0443\u043b\u0438\u043d":0,"\u0434":7,"\u0434\u0430":17,"\u0434\u0430\u0432\u0430\u0435\u043c\u043e\u0439":64,"\u0434\u0430\u0432\u0430\u0442\u044c":9,"\u0434\u0430\u0432\u043b\u0435\u043d\u0438\u0435":[19,21,32,49,50,53,61],"\u0434\u0430\u0432\u043b\u0435\u043d\u0438\u0438":52,"\u0434\u0430\u0432\u043b\u0435\u043d\u0438\u0439":[32,61],"\u0434\u0430\u0432\u043b\u0435\u043d\u0438\u044e":32,"\u0434\u0430\u0432\u043b\u0435\u043d\u0438\u044f":[52,53],"\u0434\u0430\u0435\u0442":9,"\u0434\u0430\u0436\u0435":[24,30,49],"\u0434\u0430\u043b\u0435\u0435":[17,24,30,47],"\u0434\u0430\u043b\u0435\u043a\u043e":49,"\u0434\u0430\u043b\u044c\u043d\u0435\u0439\u0448\u0435\u043c":[30,42,52,59],"\u0434\u0430\u043b\u044c\u043d\u0435\u0439\u0448\u0438\u0445":30,"\u0434\u0430\u043b\u044c\u0448\u0435":[47,58,59],"\u0434\u0430\u043d":[43,48],"\u0434\u0430\u043d\u0430":[9,33,34,37,39,52,58,59,63,64],"\u0434\u0430\u043d\u043d\u0430\u044f":[5,10,14,39,64],"\u0434\u0430\u043d\u043d\u043e\u0433\u043e":[28,30,57],"\u0434\u0430\u043d\u043d\u043e\u0435":[38,42,55],"\u0434\u0430\u043d\u043d\u043e\u0439":[10,31,32,63,64],"\u0434\u0430\u043d\u043d\u043e\u043c":[11,17,23,26,30,38,41,55,57,58,62],"\u0434\u0430\u043d\u043d\u0443\u044e":45,"\u0434\u0430\u043d\u043d\u044b\u0435":[12,14,16,22,47,49,50],"\u0434\u0430\u043d\u043d\u044b\u0439":[18,19,27,40,47,48],"\u0434\u0430\u043d\u043d\u044b\u043c":[12,16,45,50],"\u0434\u0430\u043d\u043d\u044b\u043c\u0438":12,"\u0434\u0430\u043d\u043d\u044b\u0445":[4,5,12,14,16,19,21,23,26,30,39,43,48,49,53],"\u0434\u0430\u043d\u043e":37,"\u0434\u0430\u0442\u044c":30,"\u0434\u0430\u044e\u0442":[11,49],"\u0434\u0430\u044e\u0449\u0438\u043c":30,"\u0434\u0430\u0451\u0442":[7,10,12,16],"\u0434\u0432\u0430":[5,7,9,17,19,20,21,27,30,34,35,38,40,42,49,50,56],"\u0434\u0432\u0430\u0436\u0434\u044b":[11,15,34,46],"\u0434\u0432\u0435":[28,29,30,45,63,64],"\u0434\u0432\u043e\u0435\u0442\u043e\u0447\u0438\u0435":26,"\u0434\u0432\u043e\u0438\u0447\u043d\u043e\u0439":17,"\u0434\u0432\u043e\u0438\u0447\u043d\u043e\u043c":17,"\u0434\u0432\u043e\u0439\u043d\u0438\u043a":22,"\u0434\u0432\u043e\u0439\u043d\u044b\u0435":29,"\u0434\u0432\u0443\u0434\u0438\u0430\u0433\u043e\u043d\u0430\u043b\u044c\u043d\u0430\u044f":11,"\u0434\u0432\u0443\u043c":[31,35],"\u0434\u0432\u0443\u043c\u0435\u0440\u043d\u0430\u044f":44,"\u0434\u0432\u0443\u043c\u044f":[10,40,49],"\u0434\u0432\u0443\u0445":[10,19,30,31,47,49,52,53,58],"\u0434\u0432\u0443\u0445\u0444\u0430\u0437\u043d\u0430\u044f":[32,52],"\u0434\u0432\u0443\u0445\u0444\u0430\u0437\u043d\u043e\u0433\u043e":[32,52],"\u0434\u0432\u0443\u0445\u0444\u0430\u0437\u043d\u043e\u0435":[32,52,61],"\u0434\u0432\u0443\u0445\u0444\u0430\u0437\u043d\u043e\u0439":32,"\u0434\u0432\u0443\u0445\u0444\u0430\u0437\u043d\u043e\u043c":[32,49],"\u0434\u0432\u0443\u0445\u0444\u0430\u0437\u043d\u043e\u043c\u0443":52,"\u0434\u0432\u0443\u0445\u044d\u0442\u0430\u043f\u043d\u043e\u0433\u043e":38,"\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435":30,"\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0439":[30,64],"\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e":59,"\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e":30,"\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u043c\u0443":17,"\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439\u0445":17,"\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0445":[17,30,53],"\u0434\u0435\u0439\u0441\u0442\u0432\u0443\u0435\u0442":19,"\u0434\u0435\u043a\u0430\u0440\u0442\u043e\u0432":19,"\u0434\u0435\u043a\u0430\u0440\u0442\u043e\u0432\u043e\u0439":[21,30],"\u0434\u0435\u043a\u0430\u0440\u0442\u043e\u0432\u044b":[],"\u0434\u0435\u043a\u043b\u0430\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c":30,"\u0434\u0435\u043b\u0430\u0435\u043c":24,"\u0434\u0435\u043b\u0430\u0435\u0442":[15,19,26,30],"\u0434\u0435\u043b\u0430\u0435\u0442\u0441\u044f":[7,9,19,28,30,34],"\u0434\u0435\u043b\u0430\u0442\u044c":[4,7,10,22,26,30,43],"\u0434\u0435\u043b\u0430\u044f":45,"\u0434\u0435\u043b\u0435\u043d\u0438\u0435":[21,59],"\u0434\u0435\u043b\u0435\u043d\u0438\u0439":59,"\u0434\u0435\u043b\u0435\u043d\u0438\u044f":[27,58,59],"\u0434\u0435\u043b\u0438\u0441\u044c":10,"\u0434\u0435\u043b\u0438\u0442\u0441\u044f":[3,47],"\u0434\u0435\u043b\u0438\u0442\u044c":17,"\u0434\u0435\u043b\u043e":[5,17,30],"\u0434\u0435\u043c\u043e\u043d\u0441\u0442\u0440\u0430\u0446\u0438\u0438":[5,11,42,64],"\u0434\u0435\u043c\u043e\u043d\u0441\u0442\u0440\u0430\u0446\u0438\u044f":[17,42,58],"\u0434\u0435\u043c\u043e\u043d\u0441\u0442\u0440\u0438\u0440\u0443\u044e\u0449\u0438\u0439":[],"\u0434\u0435\u043f\u0440\u0438\u0432\u0430\u0446\u0438\u0438":22,"\u0434\u0435\u0440":[21,50],"\u0434\u0435\u0440\u0435\u0432\u0430":30,"\u0434\u0435\u0440\u0435\u0432\u0435":30,"\u0434\u0435\u0440\u0435\u0432\u043e":30,"\u0434\u0435\u0440\u0435\u0432\u043e\u043c":[],"\u0434\u0435\u0441\u044f\u0442\u0438\u0447\u043d\u044b\u0445":16,"\u0434\u0435\u0441\u044f\u0442\u043a\u0438":40,"\u0434\u0435\u0442\u0430\u043b\u0438":59,"\u0434\u0435\u0442\u0435\u0440\u043c\u0438\u043d\u0430\u043d\u0442":[16,25,55,63],"\u0434\u0435\u0442\u0435\u0440\u043c\u0438\u043d\u0430\u043d\u0442\u0430":[16,55],"\u0434\u0435\u0442\u0435\u0440\u043c\u0438\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435":45,"\u0434\u0435\u0442\u0435\u0440\u043c\u0438\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439":45,"\u0434\u0435\u0442\u0435\u0440\u043c\u0438\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438":45,"\u0434\u0435\u0444\u043e\u043b\u0442\u043d\u043e\u0435":30,"\u0434\u0435\u0448\u0451\u0432\u044b\u043c":37,"\u0434\u0436\u043e\u043d\u0441\u0430":12,"\u0434\u0438\u0430\u0433\u043e\u043b\u044c\u043d\u0430\u044f":11,"\u0434\u0438\u0430\u0433\u043e\u043d\u0430\u043b\u0438":[1,10,19],"\u0434\u0438\u0430\u0433\u043e\u043d\u0430\u043b\u044c":19,"\u0434\u0438\u0430\u0433\u043e\u043d\u0430\u043b\u044c\u043d\u0430\u044f":55,"\u0434\u0438\u0430\u0433\u043e\u043d\u0430\u043b\u044c\u043d\u0439":60,"\u0434\u0438\u0430\u0433\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0435":[43,58],"\u0434\u0438\u0430\u0433\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0439":59,"\u0434\u0438\u0430\u0433\u043e\u043d\u0430\u043b\u044c\u044e":42,"\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u0443":[50,61],"\u0434\u0438\u0430\u043f\u0430\u0437\u043e\u043d":9,"\u0434\u0438\u0430\u043f\u0430\u0437\u043e\u043d\u0430":[32,61],"\u0434\u0438\u0430\u043f\u0430\u0437\u043e\u043d\u0430\u0445":[12,50],"\u0434\u0438\u0430\u043f\u0430\u0437\u043e\u043d\u0435":[12,17,32,47,50],"\u0434\u0438\u0430\u043f\u0430\u0437\u043e\u043d\u043e\u0432":17,"\u0434\u0438\u0437\u0430\u0439\u043d":[3,30],"\u0434\u0438\u0437\u0430\u0439\u043d\u0430":30,"\u0434\u0438\u043d\u0430\u043c\u0438\u043a\u0438":[4,42],"\u0434\u0438\u043d\u0430\u043c\u0438\u0447\u0435\u0441\u043a\u0430\u044f":30,"\u0434\u0438\u043d\u0430\u043c\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e":[10,19],"\u0434\u0438\u0440\u0435\u043a\u0442\u043e\u0440\u0438\u0438":[12,21,24,26],"\u0434\u0438\u0440\u0435\u043a\u0442\u043e\u0440\u0438\u044e":[24,26,28],"\u0434\u0438\u0440\u0435\u043a\u0442\u043e\u0440\u0438\u044f":24,"\u0434\u0438\u0441\u043a\u0440\u0435\u0442\u043d\u043e":17,"\u0434\u0438\u0441\u043a\u0440\u0435\u0442\u043d\u044b\u043c\u0438":4,"\u0434\u0438\u0441\u043f\u0430\u0442\u0447":59,"\u0434\u0438\u0441\u043f\u0435\u0442\u0447\u0435\u0440\u0438\u0437\u0430\u0446\u0438\u0435\u0439":30,"\u0434\u0438\u0441\u043f\u0435\u0442\u0447\u0435\u0440\u0438\u0437\u0430\u0446\u0438\u0438":30,"\u0434\u0438\u0441\u043f\u0435\u0442\u0447\u0435\u0440\u0438\u0437\u0430\u0446\u0438\u044e":30,"\u0434\u0438\u0441\u043f\u0435\u0442\u0447\u0435\u0440\u0438\u0437\u0430\u0446\u0438\u044f":30,"\u0434\u0438\u0441\u0442\u0440\u0438\u0431\u0443\u0442\u0438\u0432\u0430":24,"\u0434\u0438\u0441\u0442\u0440\u0438\u0431\u0443\u0442\u0438\u0432\u043e\u0432":24,"\u0434\u0438\u0444\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0435":39,"\u0434\u0438\u0444\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0445":[4,41,55,56,64],"\u0434\u0438\u0444\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435":49,"\u0434\u0438\u0444\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435\u043c":49,"\u0434\u0438\u0444\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f":49,"\u0434\u0438\u0444\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438\u0440\u043e\u0432\u0430\u0442\u044c":49,"\u0434\u0438\u0444\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438\u0440\u0443\u0435\u043c\u0430\u044f":35,"\u0434\u0438\u0444\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438\u0440\u0443\u0435\u043c\u043e\u0439":[16,34,37],"\u0434\u0438\u0444\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435":30,"\u0434\u0438\u0444\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0440\u0443\u0435\u043c\u0430\u044f":11,"\u0434\u0438\u0444\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0440\u0443\u0435\u043c\u043e\u0439":33,"\u0434\u0438\u0444\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0440\u0443\u0435\u043c\u0443\u044e":15,"\u0434\u0438\u0444\u0444\u0443\u0437\u0438\u0432\u043d\u043e\u0435":4,"\u0434\u0438\u0444\u0444\u0443\u0437\u0438\u044f":4,"\u0434\u043b\u0438\u043d\u0430":[21,31,40],"\u0434\u043b\u0438\u043d\u043d\u0430\u044f":22,"\u0434\u043b\u0438\u043d\u043d\u044b\u0439":22,"\u0434\u043b\u0438\u043d\u0443":20,"\u0434\u043b\u0438\u043d\u044b":31,"\u0434\u043b\u0438\u0442\u0441\u044f":43,"\u0434\u043b\u044f":[0,3,4,5,6,8,9,10,11,12,14,15,16,17,19,20,21,22,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,52,53,54,55,56,57,58,59,60,61,62,63,64],"\u0434\u043e":[7,10,11,16,19,21,22,24,26,28,30,31,36,37,38,49,53,63],"\u0434\u043e\u0431\u0430\u0432\u0438\u0432":34,"\u0434\u043e\u0431\u0430\u0432\u0438\u043c":[14,33],"\u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c":[14,24,26],"\u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u0435":[19,24,26],"\u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043c":7,"\u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u044f":[24,26],"\u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u043d\u044b\u0435":26,"\u0434\u043e\u0431\u0430\u0432\u043b\u044f\u0435\u0442\u0441\u044f":[22,24],"\u0434\u043e\u0431\u0430\u0432\u043b\u044f\u0442\u044c":19,"\u0434\u043e\u0431\u0430\u0432\u043b\u044f\u044e\u0442":43,"\u0434\u043e\u0431\u0430\u0432\u044c\u0442\u0435":[24,56],"\u0434\u043e\u0431\u0438\u0442\u044c\u0441\u044f":[10,11],"\u0434\u043e\u0431\u0440\u0430\u0442\u044c\u0441\u044f":[21,30],"\u0434\u043e\u0432\u0435\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f":45,"\u0434\u043e\u0432\u0435\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0439":45,"\u0434\u043e\u0432\u0435\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u0443\u044e":45,"\u0434\u043e\u043a\u0430\u0437\u0430\u043d\u043e":42,"\u0434\u043e\u043a\u0440\u0438\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0439":32,"\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044e":28,"\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044f":3,"\u0434\u043e\u043b\u0436\u0435\u043d":[7,19,44,48,50],"\u0434\u043e\u043b\u0436\u043d\u0430":[9,21,24,31,34,36,63],"\u0434\u043e\u043b\u0436\u043d\u043e":[16,20,21,56],"\u0434\u043e\u043b\u0436\u043d\u044b":[15,19,21,56,61],"\u0434\u043e\u043b\u0438":32,"\u0434\u043e\u043b\u044e":32,"\u0434\u043e\u043b\u044f":[32,49,50,52],"\u0434\u043e\u043b\u044f\u0445":49,"\u0434\u043e\u043c\u0430\u0448\u043d\u0435\u0435":60,"\u0434\u043e\u043c\u0430\u0448\u043d\u0435\u0439":24,"\u0434\u043e\u043c\u0430\u0448\u043d\u0435\u043c":[43,48],"\u0434\u043e\u043c\u043d\u043e\u0436\u0435\u043d\u0438\u0435":[55,58],"\u0434\u043e\u043c\u043d\u043e\u0436\u0438\u043c":36,"\u0434\u043e\u043f\u0438\u0441\u0430\u0432":21,"\u0434\u043e\u043f\u0438\u0441\u0430\u0442\u044c":[19,21],"\u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e":[42,56],"\u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e":28,"\u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u0443\u044e":30,"\u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435":[7,23],"\u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439":[7,9,25],"\u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c\u0438":7,"\u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0445":[14,34],"\u0434\u043e\u043f\u043e\u043b\u043d\u044f\u044e\u0449\u0435\u0433\u043e":7,"\u0434\u043e\u043f\u0443\u0441\u043a\u0430\u0435\u0442":47,"\u0434\u043e\u043f\u0443\u0441\u043a\u0430\u0442\u044c":17,"\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043b\u0430":30,"\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c":[5,10,11,15,37,38],"\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u043e\u0435":45,"\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u043c":45,"\u0434\u043e\u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c":[],"\u0434\u043e\u0440\u043c\u0430\u043d\u0434\u0430":38,"\u0434\u043e\u0441\u0440\u043e\u0447\u043d\u043e":[31,43],"\u0434\u043e\u0441\u0440\u043e\u0447\u043d\u043e\u0433\u043e":20,"\u0434\u043e\u0441\u0440\u043e\u0447\u043d\u043e\u0435":63,"\u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e":[8,19,21,28,42,49,58,59],"\u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e\u0433\u043e":47,"\u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u044b\u0435":46,"\u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u044b\u043c\u0438":61,"\u0434\u043e\u0441\u0442\u0438\u0433\u0430\u0435\u0442\u0441\u044f":[11,45,59],"\u0434\u043e\u0441\u0442\u0438\u0433\u043d\u0435\u043c":10,"\u0434\u043e\u0441\u0442\u0438\u0433\u043d\u0435\u0442":[38,45],"\u0434\u043e\u0441\u0442\u0438\u0433\u043d\u0443\u0442":[5,38],"\u0434\u043e\u0441\u0442\u0438\u0433\u043d\u0443\u0442\u0430":[5,34,49],"\u0434\u043e\u0441\u0442\u0438\u0433\u043d\u0443\u0442\u043e":38,"\u0434\u043e\u0441\u0442\u0438\u0436\u0435\u043d\u0438\u0435":42,"\u0434\u043e\u0441\u0442\u0438\u0436\u0435\u043d\u0438\u0438":63,"\u0434\u043e\u0441\u0442\u0438\u0436\u0435\u043d\u0438\u044f":[4,31],"\u0434\u043e\u0441\u0442\u0443\u043f":22,"\u0434\u043e\u0441\u0442\u0443\u043f\u0430":[22,24],"\u0434\u043e\u0441\u0442\u0443\u043f\u0430\u0442\u044c\u0441\u044f":24,"\u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d":30,"\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430":26,"\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e":[1,20,59],"\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e\u0439":10,"\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b":[20,25,26,30],"\u0434\u0440\u043e\u0431\u0438\u0442\u0441\u044f":5,"\u0434\u0440\u043e\u0431\u0438\u0442\u044c":5,"\u0434\u0440\u043e\u0431\u043d\u043e\u0439":17,"\u0434\u0440\u043e\u0431\u043d\u0443\u044e":17,"\u0434\u0440\u043e\u0431\u043d\u044b\u0445":9,"\u0434\u0440\u0443\u0433":17,"\u0434\u0440\u0443\u0433\u0430":17,"\u0434\u0440\u0443\u0433\u0430\u044f":12,"\u0434\u0440\u0443\u0433\u0438\u0435":[14,19,22,28],"\u0434\u0440\u0443\u0433\u0438\u043c":22,"\u0434\u0440\u0443\u0433\u0438\u043c\u0438":[16,26,28,40,58],"\u0434\u0440\u0443\u0433\u0438\u0445":[24,26,28,30,33,64],"\u0434\u0440\u0443\u0433\u043e\u0433\u043e":28,"\u0434\u0440\u0443\u0433\u043e\u0439":[9,22,23,30,42],"\u0434\u0440\u0443\u0433\u0443\u044e":[37,52],"\u0434\u0443\u0430\u043b\u044c\u043d\u043e\u0433\u043e":30,"\u0434\u0443\u0430\u043b\u044c\u043d\u043e\u0435":30,"\u0434\u0443\u0430\u043b\u044c\u043d\u044b\u043c":30,"\u0434\u0443\u0431\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435":29,"\u0435":[0,5,7,9,10,11,14,16,19,22,26,27,28,30,35,39,42,45,49,54,58,64],"\u0435\u0432\u043a\u043b\u0438\u0434\u043e\u0432\u043e":21,"\u0435\u0432\u043a\u043b\u0438\u0434\u043e\u0432\u043e\u0439":21,"\u0435\u0433\u043e":[3,7,10,16,17,19,21,22,24,26,27,28,29,30,32,34,36,38,40,43,45,47,48,52,59,61,64],"\u0435\u0434":52,"\u0435\u0434\u0438\u043d\u0438\u0446":19,"\u0435\u0434\u0438\u043d\u0438\u0446\u0430":[16,52],"\u0435\u0434\u0438\u043d\u0438\u0446\u0430\u0445":32,"\u0435\u0434\u0438\u043d\u0438\u0446\u044b":[16,17],"\u0435\u0434\u0438\u043d\u0438\u0447\u043d\u0430\u044f":[11,43],"\u0435\u0434\u0438\u043d\u0438\u0447\u043d\u043e\u0439":[58,64],"\u0435\u0434\u0438\u043d\u0438\u0447\u043d\u043e\u043c":52,"\u0435\u0434\u0438\u043d\u0438\u0447\u043d\u0443\u044e":43,"\u0435\u0434\u0438\u043d\u0438\u0447\u043d\u044b":58,"\u0435\u0434\u0438\u043d\u0441\u0442\u0432\u0435\u043d\u0435\u043d":33,"\u0435\u0434\u0438\u043d\u0441\u0442\u0432\u0435\u043d\u043d\u0430":30,"\u0435\u0434\u0438\u043d\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0435":[39,63],"\u0435\u0434\u0438\u043d\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u043c":27,"\u0435\u0439":21,"\u0435\u043c\u0443":26,"\u0435\u0441\u043b\u0438":[5,7,8,9,10,11,14,15,16,17,19,20,21,22,24,26,27,28,30,31,34,35,36,37,38,39,40,42,43,46,47,48,49,50,52,53,57,59,64],"\u0435\u0441\u0442\u044c":[4,5,7,11,12,14,15,19,20,22,26,28,30,34,35,42,59],"\u0435\u0449\u0451":[7,11,16,17,19,63,64],"\u0435\u0451":[5,7,9,11,14,15,17,19,22,24,26,27,30,35,37,39,45,47,49,58,63,64],"\u0436":12,"\u0436\u0435":[5,7,9,10,14,15,17,19,20,21,26,30,34,35,38,41,42,48,52,53,58,59,61,63,64],"\u0436\u0435\u043b\u0430\u0442\u0435\u043b\u044c\u043d\u043e":21,"\u0436\u0438\u0434\u043a\u0430\u044f":32,"\u0436\u0438\u0434\u043a\u043e\u0439":[32,53],"\u0436\u0438\u0434\u043a\u043e\u043c":32,"\u0436\u0438\u0434\u043a\u043e\u0441\u0442\u0438":[32,49],"\u0436\u0438\u0434\u043a\u043e\u0441\u0442\u044c":[49,61],"\u0436\u0451\u043b\u0442\u044b\u0439":32,"\u0436\u0451\u0441\u0442\u043a\u0438\u0435":42,"\u0436\u0451\u0441\u0442\u043a\u0438\u0445":42,"\u0437\u0430":[5,7,9,16,21,22,24,30,31,34,35,36,37,38,39,42,47,51,53,58],"\u0437\u0430\u0431\u0443\u0434\u044c\u0442\u0435":24,"\u0437\u0430\u0432\u0435\u0434\u0451\u043c":[36,63],"\u0437\u0430\u0432\u0435\u0440\u0448\u0430\u0435\u0442\u0441\u044f":43,"\u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u0435":[24,63],"\u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f":20,"\u0437\u0430\u0432\u0435\u0440\u0448\u0438\u043b\u0441\u044f":50,"\u0437\u0430\u0432\u0435\u0440\u0448\u0438\u043c":59,"\u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c":[34,43,44,48],"\u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u0435\u0439":26,"\u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u0438":[6,7,9,15,26,38],"\u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u044c":[14,40,52],"\u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u044f\u043c\u0438":[4,26,40],"\u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u044f\u0445":26,"\u0437\u0430\u0432\u0438\u0441\u0438\u0442":[8,9,42,50,54],"\u0437\u0430\u0432\u0438\u0441\u044f\u0442":[30,53],"\u0437\u0430\u0432\u0438\u0441\u044f\u0449\u0430\u044f":52,"\u0437\u0430\u0432\u0438\u0441\u044f\u0449\u0438\u0435":28,"\u0437\u0430\u0433\u043e\u0442\u043e\u0432\u043a\u0430":[7,9],"\u0437\u0430\u0433\u0440\u0443\u0437\u043e\u043a":24,"\u0437\u0430\u0434\u0430\u0432\u0430\u0435\u043c\u044b\u0439":42,"\u0437\u0430\u0434\u0430\u0432\u0430\u0442\u044c":[30,49],"\u0437\u0430\u0434\u0430\u043d":31,"\u0437\u0430\u0434\u0430\u043d\u0430":[11,19,36],"\u0437\u0430\u0434\u0430\u043d\u0438\u0435":[12,21,32,40,44,50,60,61],"\u0437\u0430\u0434\u0430\u043d\u0438\u0435\u043c":49,"\u0437\u0430\u0434\u0430\u043d\u0438\u0438":[12,32,40,43,48,61],"\u0437\u0430\u0434\u0430\u043d\u0438\u044f":3,"\u0437\u0430\u0434\u0430\u043d\u043d\u0430\u044f":49,"\u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439":[5,10,31,34,38,49,53,61],"\u0437\u0430\u0434\u0430\u043d\u043d\u043e\u043c":7,"\u0437\u0430\u0434\u0430\u043d\u043d\u0443\u044e":49,"\u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0445":[50,53],"\u0437\u0430\u0434\u0430\u043d\u044b":7,"\u0437\u0430\u0434\u0430\u0442\u044c":[14,17,49],"\u0437\u0430\u0434\u0430\u0447":[4,18],"\u0437\u0430\u0434\u0430\u0447\u0430":[4,8,11,12,16,32,33,37,39,40,45,47,49,53,55,58],"\u0437\u0430\u0434\u0430\u0447\u0430\u043c":[4,16],"\u0437\u0430\u0434\u0430\u0447\u0430\u043c\u0438":15,"\u0437\u0430\u0434\u0430\u0447\u0430\u0445":[4,37,42],"\u0437\u0430\u0434\u0430\u0447\u0435":[42,53,55],"\u0437\u0430\u0434\u0430\u0447\u0435\u0439":[10,16,42],"\u0437\u0430\u0434\u0430\u0447\u0438":[4,9,10,14,16,33,37,38,39,40,41,42,45,48,49,51,64],"\u0437\u0430\u0434\u0430\u0447\u0443":[9,14,16,37,38,39,41,42,45,53,57,64],"\u0437\u0430\u0434\u0430\u044e\u0442":[15,32,34],"\u0437\u0430\u0434\u0430\u044e\u0442\u0441\u044f":[15,42],"\u0437\u0430\u0434\u0430\u044e\u0449\u0430\u044f\u0441\u044f":15,"\u0437\u0430\u0434\u0430\u044e\u0449\u0435\u0433\u043e":38,"\u0437\u0430\u0434\u0430\u0451\u0442":38,"\u0437\u0430\u0434\u0430\u0451\u0442\u0441\u044f":[31,38,45,47],"\u0437\u0430\u0439\u043c\u0451\u0442":30,"\u0437\u0430\u043a\u0430\u043d\u0447\u0438\u0432\u0430\u0435\u0442\u0441\u044f":48,"\u0437\u0430\u043a\u0430\u043d\u0447\u0438\u0432\u0430\u044e\u0442\u0441\u044f":31,"\u0437\u0430\u043a\u043b\u044e\u0447\u0430\u0435\u0442\u0441\u044f":[14,15,35,39,48,52],"\u0437\u0430\u043a\u043b\u044e\u0447\u0435\u043d\u044b":17,"\u0437\u0430\u043a\u043e\u043d":40,"\u0437\u0430\u043a\u043e\u043d\u0447\u0438\u0442\u044c":5,"\u0437\u0430\u043a\u0440\u044b\u0442\u043e\u0433\u043e":7,"\u0437\u0430\u043a\u0440\u044b\u0442\u044b\u0435":9,"\u0437\u0430\u043a\u0440\u044b\u0442\u044b\u043c":9,"\u0437\u0430\u043a\u0440\u044b\u0442\u044b\u0445":[7,9],"\u0437\u0430\u043b\u043e\u0436\u0438\u0442\u044c":14,"\u0437\u0430\u043c\u0435\u0434\u043b\u0435\u043d\u0438\u044e":30,"\u0437\u0430\u043c\u0435\u043d\u0438\u0432":38,"\u0437\u0430\u043c\u0435\u043d\u0443":52,"\u0437\u0430\u043c\u0435\u043d\u044b":64,"\u0437\u0430\u043c\u0435\u043d\u044f\u0435\u0442":31,"\u0437\u0430\u043c\u0435\u043d\u044f\u0435\u0442\u0441\u044f":[39,42],"\u0437\u0430\u043c\u0435\u043d\u044f\u044e\u0442":64,"\u0437\u0430\u043c\u0435\u0442\u0438\u0432":9,"\u0437\u0430\u043c\u0435\u0442\u0438\u043c":38,"\u0437\u0430\u043c\u0435\u0442\u044c\u0442\u0435":[26,30,31,38],"\u0437\u0430\u043c\u0435\u0447\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u043c":34,"\u0437\u0430\u043c\u043a\u043d\u0443\u0442\u044b\u043c\u0438":21,"\u0437\u0430\u043c\u043a\u043d\u0443\u0442\u044c":11,"\u0437\u0430\u043c\u044b\u043a\u0430\u0435\u0442\u0441\u044f":40,"\u0437\u0430\u043c\u044b\u043a\u0430\u043d\u0438\u0435":[14,15],"\u0437\u0430\u043c\u044b\u043a\u0430\u043d\u0438\u044f":30,"\u0437\u0430\u043d\u0438\u043c\u0430\u0435\u0442":19,"\u0437\u0430\u043d\u043e\u0432\u043e":58,"\u0437\u0430\u043d\u0443\u043b\u0438\u0442\u044c":10,"\u0437\u0430\u043d\u044f\u0442\u0438\u044f\u0445":50,"\u0437\u0430\u043f\u0438\u0441\u0430\u0432":7,"\u0437\u0430\u043f\u0438\u0441\u0430\u043d\u0430":7,"\u0437\u0430\u043f\u0438\u0441\u0430\u043d\u043e":47,"\u0437\u0430\u043f\u0438\u0441\u0430\u0442\u044c":[12,17],"\u0437\u0430\u043f\u0438\u0441\u0438":[19,52],"\u0437\u0430\u043f\u0438\u0441\u044b\u0432\u0430\u0435\u0442\u0441\u044f":[11,14,56,57,63],"\u0437\u0430\u043f\u0438\u0441\u044b\u0432\u0430\u0442\u044c":62,"\u0437\u0430\u043f\u0438\u0441\u044b\u0432\u0430\u044e\u0442":42,"\u0437\u0430\u043f\u0438\u0441\u044c":[41,47,56],"\u0437\u0430\u043f\u0438\u0448\u0435\u043c":[7,10],"\u0437\u0430\u043f\u0438\u0448\u0435\u0442\u0441\u044f":[40,47,58,59],"\u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f":10,"\u0437\u0430\u043f\u043e\u043b\u043d\u0438\u043c":10,"\u0437\u0430\u043f\u043e\u043b\u043d\u0438\u0442\u0435":[7,9],"\u0437\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u0435\u0442":30,"\u0437\u0430\u043f\u0440\u0435\u0449\u0451\u043d\u043d\u044b\u043c":32,"\u0437\u0430\u043f\u0440\u043e\u0441\u0438\u0442":26,"\u0437\u0430\u043f\u0443\u0441\u043a":[24,49],"\u0437\u0430\u043f\u0443\u0441\u043a\u0430":[28,30],"\u0437\u0430\u043f\u0443\u0441\u043a\u0430\u0435\u0442\u0441\u044f":28,"\u0437\u0430\u043f\u0443\u0441\u043a\u0430\u0442\u044c":[24,28],"\u0437\u0430\u043f\u0443\u0441\u043a\u0435":[28,30],"\u0437\u0430\u043f\u0443\u0441\u043a\u043e\u043c":43,"\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c":[24,28,63],"\u0437\u0430\u043f\u0443\u0442\u0430\u043d\u043d\u044b\u043c":19,"\u0437\u0430\u043f\u044f\u0442\u0430\u044f":19,"\u0437\u0430\u043f\u044f\u0442\u043e\u0439":[10,22],"\u0437\u0430\u0440\u0430\u043d\u0435\u0435":34,"\u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435":26,"\u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0445":26,"\u0437\u0430\u0440\u043e\u0434\u044b\u0448":49,"\u0437\u0430\u0440\u043e\u0434\u044b\u0448\u0430":[49,52],"\u0437\u0430\u0440\u043e\u0434\u044b\u0448\u0435":52,"\u0437\u0430\u0440\u043e\u0434\u044b\u0448\u0435\u0432\u043e\u043c":52,"\u0437\u0430\u0442\u0435\u043c":[7,8,10,14,15,19,21,24,26,27,30,31,33,44,45,47,58,59,63,64],"\u0437\u0430\u0444\u0438\u043a\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u0430":7,"\u0437\u0430\u0444\u0438\u043a\u0441\u0438\u0440\u043e\u0432\u0430\u0442\u044c":[],"\u0437\u0430\u0445\u043e\u0447\u0435\u0442":49,"\u0437\u0430\u0447\u0430\u0441\u0442\u0443\u044e":[8,22,35],"\u0437\u0432\u0443\u043a\u0430":4,"\u0437\u0434\u0435\u0441\u044c":[5,8,10,11,14,16,20,22,24,26,28,30,34,37,49,52,56,58,59,60,64],"\u0437\u0435\u043b\u0451\u043d\u044b\u0439":32,"\u0437\u0438\u043d\u044c\u043a\u043e\u0432\u0438\u0447":51,"\u0437\u043d\u0430\u0435\u0442":30,"\u0437\u043d\u0430\u0435\u0442\u0435":49,"\u0437\u043d\u0430\u043a":[17,52,55,63],"\u0437\u043d\u0430\u043a\u0438":[31,33,34,36],"\u0437\u043d\u0430\u043a\u043e\u0432":[10,16],"\u0437\u043d\u0430\u043a\u043e\u043c":52,"\u0437\u043d\u0430\u043a\u043e\u043c\u0441\u0442\u0432\u043e":28,"\u0437\u043d\u0430\u043a\u043e\u043c\u044b\u0445":28,"\u0437\u043d\u0430\u043a\u0443":47,"\u0437\u043d\u0430\u043c\u0435\u043d\u0430\u0442\u0435\u043b\u0435":52,"\u0437\u043d\u0430\u043c\u0435\u043d\u0435\u0442\u0435":[],"\u0437\u043d\u0430\u0442\u044c":[11,53],"\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435":[9,10,14,16,17,20,21,22,27,30,31,39,43,47,48,49,54,58,63,64],"\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435\u043c":[27,30,39,59],"\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0438":16,"\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439":[9,12,22,30,32,55,59],"\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044e":[5,7,17,27,34,49],"\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f":[1,7,9,10,11,16,17,19,22,27,29,30,32,36,39,40,47,49,59],"\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f\u043c":[9,47],"\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f\u043c\u0438":11,"\u0437\u043d\u0430\u0447\u0438\u0442":[7,10,15,30,37],"\u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e":42,"\u0437\u043d\u0430\u044f":[7,55,58],"\u0437\u043e\u043b\u043e\u0442\u043e\u0435":34,"\u0437\u043e\u043b\u043e\u0442\u043e\u043c\u0443":35,"\u0437\u0440\u0435\u043d\u0438\u044f":30,"\u0438":[0,1,3,4,5,7,8,9,10,11,12,14,15,16,18,20,21,22,23,24,25,28,29,32,33,34,36,37,38,39,40,41,42,43,44,45,46,47,48,50,51,52,53,54,57,58,59,60,61,63,64],"\u0438\u0433\u0440\u0430\u044e\u0442":4,"\u0438\u0434\u0435\u0430\u043b\u044c\u043d\u043e\u0433\u043e":[19,47,49,52,53],"\u0438\u0434\u0435\u0430\u043b\u044c\u043d\u044b\u0439":45,"\u0438\u0434\u0435\u0430\u043b\u044c\u043d\u044b\u043c\u0438":49,"\u0438\u0434\u0435\u0430\u043b\u044c\u043d\u044b\u0445":[49,52],"\u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438":26,"\u0438\u0434\u0435\u044e":[5,38],"\u0438\u0434\u0435\u044f":52,"\u0438\u0434\u0451\u0442":24,"\u0438\u0435\u0440\u0430\u0440\u0445\u0438\u044e":30,"\u0438\u0437":[4,5,7,8,9,10,11,12,14,15,16,17,19,21,22,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,42,43,44,46,47,48,49,50,52,53,54,55,56,58,59,61,63,64],"\u0438\u0437\u0431\u0430\u0432\u0438\u043c\u0441\u044f":52,"\u0438\u0437\u0431\u0430\u0432\u0438\u0442\u044c\u0441\u044f":9,"\u0438\u0437\u0431\u0430\u0432\u043b\u044f\u0435\u0442":49,"\u0438\u0437\u0431\u0435\u0433\u0430\u0442\u044c":30,"\u0438\u0437\u0431\u0435\u0436\u0430\u043d\u0438\u044f":58,"\u0438\u0437\u0431\u0435\u0436\u0430\u0442\u044c":[9,10,16,59,63],"\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u0430":[30,35],"\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u043e":[7,30,31,38,43,58],"\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u043e\u0439":14,"\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u044b":[11,30,35],"\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u044b\u043c":47,"\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u044b\u043c\u0438":7,"\u0438\u0437\u0432\u043b\u0435\u043a\u0430\u044f":27,"\u0438\u0437\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u0435":[15,16,19,30],"\u0438\u0437\u0432\u043d\u0435":22,"\u0438\u0437\u0434\u0430\u0442\u0435\u043b\u044c\u0441\u0442\u0432\u043e":0,"\u0438\u0437\u043b\u0430\u0433\u0430\u0442\u044c":42,"\u0438\u0437\u043b\u0430\u0433\u0430\u044e\u0442\u0441\u044f":23,"\u0438\u0437\u043b\u043e\u0436\u0435\u043d\u0430":51,"\u0438\u0437\u043b\u043e\u0436\u0435\u043d\u0438\u044f":[52,64],"\u0438\u0437\u043b\u043e\u0436\u0435\u043d\u043d\u0430\u044f":64,"\u0438\u0437\u043b\u043e\u0436\u0435\u043d\u043d\u0443\u044e":5,"\u0438\u0437\u043b\u043e\u0436\u0435\u043d\u044b":45,"\u0438\u0437\u043c\u0435\u043b\u044c\u0447\u0435\u043d\u0438\u0435":10,"\u0438\u0437\u043c\u0435\u043b\u044c\u0447\u0435\u043d\u0438\u0438":10,"\u0438\u0437\u043c\u0435\u043b\u044c\u0447\u0435\u043d\u0438\u0439":10,"\u0438\u0437\u043c\u0435\u043b\u044c\u0447\u0438\u043c":10,"\u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0435":54,"\u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0435\u043c":52,"\u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0438":28,"\u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044e":16,"\u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f":[16,26],"\u0438\u0437\u043c\u0435\u043d\u0438\u043b\u0438\u0441\u044c":14,"\u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c":17,"\u0438\u0437\u043c\u0435\u043d\u0447\u0438\u0432\u0430":5,"\u0438\u0437\u043c\u0435\u043d\u044f\u0435\u043c\u043e\u0433\u043e":30,"\u0438\u0437\u043c\u0435\u043d\u044f\u0435\u043c\u043e\u0439":30,"\u0438\u0437\u043c\u0435\u043d\u044f\u0435\u043c\u044b\u0439":[19,30],"\u0438\u0437\u043c\u0435\u043d\u044f\u0435\u043c\u044b\u043c":30,"\u0438\u0437\u043c\u0435\u043d\u044f\u0435\u043c\u044b\u0445":22,"\u0438\u0437\u043c\u0435\u043d\u044f\u044e\u0442\u0441\u044f":42,"\u0438\u0437\u043c\u0435\u0440\u0435\u043d\u0438\u0439":14,"\u0438\u0437\u043c\u0435\u0440\u0435\u043d\u0438\u044f":15,"\u0438\u0437\u043c\u0435\u0440\u0438\u043c":30,"\u0438\u0437\u043e\u0431\u0430\u0440\u043d\u043e":53,"\u0438\u0437\u043e\u0431\u0430\u0440\u044b":32,"\u0438\u0437\u043e\u0431\u0440\u0435\u0442\u0435\u043d\u043e":30,"\u0438\u0437\u043e\u0431\u0440\u0435\u0442\u0451\u043d":49,"\u0438\u0437\u043e\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u044b":26,"\u0438\u0437\u043e\u0442\u0435\u0440\u043c":[21,32],"\u0438\u0437\u043e\u0442\u0435\u0440\u043c\u0430":32,"\u0438\u0437\u043e\u0442\u0435\u0440\u043c\u0430\u043c\u0438":61,"\u0438\u0437\u043e\u0442\u0435\u0440\u043c\u0435":32,"\u0438\u0437\u043e\u0442\u0435\u0440\u043c\u0438\u0447\u0435\u0441\u043a\u0438\u043c":52,"\u0438\u0437\u043e\u0442\u0435\u0440\u043c\u0438\u0447\u0435\u0441\u043a\u0438\u0445":52,"\u0438\u0437\u043e\u0442\u0435\u0440\u043c\u0438\u0447\u0435\u0441\u043a\u043e\u0439":53,"\u0438\u0437\u043e\u0442\u0435\u0440\u043c\u0443":32,"\u0438\u0437\u043e\u0442\u0435\u0440\u043c\u044b":[32,61],"\u0438\u0437\u0443\u0447\u0430\u0435\u0442\u0441\u044f":33,"\u0438\u0437\u0443\u0447\u0430\u0442\u044c":54,"\u0438\u0437\u0443\u0447\u0435\u043d\u0438\u044e":23,"\u0438\u0437\u0443\u0447\u0435\u043d\u0438\u044f":28,"\u0438\u0437\u0443\u0447\u0438\u0442\u044c":23,"\u0438\u043b\u0438":[4,5,8,9,10,11,12,14,15,17,19,21,22,25,26,27,28,30,31,35,36,37,39,40,42,43,45,47,48,49,50,52,53,56,57,63,64],"\u0438\u043c":[30,32],"\u0438\u043c\u0435\u0435\u043c":42,"\u0438\u043c\u0435\u0435\u0442":[4,5,7,9,11,14,15,16,17,21,22,26,30,31,32,33,35,37,38,39,40,42,49,52,54,58,59,63,64],"\u0438\u043c\u0435\u043b\u0430":[30,34],"\u0438\u043c\u0435\u043d\u0430":[26,27],"\u0438\u043c\u0435\u043d\u0430\u043c\u0438":22,"\u0438\u043c\u0435\u043d\u0435\u043c":[21,38],"\u0438\u043c\u0435\u043d\u0438":[19,22,24,26],"\u0438\u043c\u0435\u043d\u043d\u043e":[4,35,59],"\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0439":22,"\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0445":30,"\u0438\u043c\u0435\u0442\u044c":[7,22,31,34,36,39,53,56],"\u0438\u043c\u0435\u044e\u0442":[7,9,11,15,17,26,28,30,53,59,64],"\u0438\u043c\u0435\u044e\u0449\u0430\u044f":33,"\u0438\u043c\u0435\u044e\u0449\u0435\u0435":64,"\u0438\u043c\u0435\u044e\u0449\u0435\u0439":11,"\u0438\u043c\u0435\u044e\u0449\u0435\u043c\u0443":52,"\u0438\u043c\u0435\u044e\u0449\u0438\u0439":[12,27],"\u0438\u043c\u0435\u044f":[24,31],"\u0438\u043c\u0438":22,"\u0438\u043c\u043f\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044f":[],"\u0438\u043c\u043f\u043b\u0435\u043c\u0435\u043d\u0442\u0438\u0440\u043e\u0432\u0430\u0432":[],"\u0438\u043c\u043f\u043b\u0435\u043c\u0435\u043d\u0442\u0438\u0440\u043e\u0432\u0430\u043d":[],"\u0438\u043c\u043f\u043b\u0435\u043c\u0435\u043d\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c":[],"\u0438\u043c\u043f\u043b\u0435\u043c\u0435\u043d\u0442\u0438\u0440\u0443\u0439\u0442\u0435":[],"\u0438\u043c\u043f\u043e\u0440\u0442\u0430":26,"\u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0438":[],"\u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f":26,"\u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u043c":26,"\u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c":26,"\u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u0443\u0435\u043c\u044b\u0435":26,"\u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u0443\u0435\u0442":26,"\u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u0443\u0435\u0442\u0441\u044f":[25,26],"\u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u0443\u044e\u0449\u0438\u0439":[],"\u0438\u043c\u044f":[22,30],"\u0438\u043c\u0451\u043d":[20,22,26],"\u0438\u043d\u0430\u0447\u0435":[4,7,9,14,15,17,32,34,38],"\u0438\u043d\u0434\u0435\u043a\u0441":[12,15,19,59],"\u0438\u043d\u0434\u0435\u043a\u0441\u043e\u0432":[9,19,59],"\u0438\u043d\u0434\u0435\u043a\u0441\u043e\u043c":19,"\u0438\u043d\u0438\u0446\u0438\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438":38,"\u0438\u043d\u043e\u0433\u0434\u0430":[7,17,27,30,49],"\u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u0438":[21,22,24,26],"\u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044f":[24,26],"\u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044f\u043c":24,"\u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442":26,"\u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u0430":30,"\u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u0430\u043c":3,"\u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u043e\u0432":[15,22,25],"\u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u044b":[3,23,25],"\u0438\u043d\u0442\u0435\u0433\u0440\u0430\u043b":[7,8,9,10,12],"\u0438\u043d\u0442\u0435\u0433\u0440\u0430\u043b\u0430":[5,6,7,8,9,10],"\u0438\u043d\u0442\u0435\u0433\u0440\u0430\u043b\u043e\u0432":8,"\u0438\u043d\u0442\u0435\u0433\u0440\u0430\u043b\u0443":[5,9],"\u0438\u043d\u0442\u0435\u0433\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435":[4,7,38],"\u0438\u043d\u0442\u0435\u0433\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435\u043c":53,"\u0438\u043d\u0442\u0435\u0433\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0438":38,"\u0438\u043d\u0442\u0435\u0433\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f":[5,7,8,39,40,42],"\u0438\u043d\u0442\u0435\u0433\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c":10,"\u0438\u043d\u0442\u0435\u0433\u0440\u0438\u0440\u0443\u0435\u043c\u043e\u0439":39,"\u0438\u043d\u0442\u0435\u0433\u0440\u0438\u0440\u0443\u0435\u0442":9,"\u0438\u043d\u0442\u0435\u0440\u0430\u043a\u0442\u0438\u0432\u043d\u0430\u044f":28,"\u0438\u043d\u0442\u0435\u0440\u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0433\u043e":28,"\u0438\u043d\u0442\u0435\u0440\u0430\u043a\u0442\u0438\u0432\u043d\u043e\u043c":28,"\u0438\u043d\u0442\u0435\u0440\u0430\u043a\u0442\u0438\u0432\u043d\u043e\u043c\u0443":28,"\u0438\u043d\u0442\u0435\u0440\u0432\u0430\u043b":[31,32,34,36,47],"\u0438\u043d\u0442\u0435\u0440\u0432\u0430\u043b\u0430":[7,10,34,36,47],"\u0438\u043d\u0442\u0435\u0440\u0432\u0430\u043b\u0435":[7,10,11,32,47],"\u0438\u043d\u0442\u0435\u0440\u0432\u0430\u043b\u043e\u0432":[8,9,10,31,33],"\u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043d\u043e\u0439":37,"\u0438\u043d\u0442\u0435\u0440\u0435\u0441\u0443\u0435\u0442":54,"\u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442":26,"\u0438\u043d\u0442\u0435\u0440\u043f\u043e\u043b\u044f\u043d\u0442":[11,14,15],"\u0438\u043d\u0442\u0435\u0440\u043f\u043e\u043b\u044f\u043d\u0442\u0430":15,"\u0438\u043d\u0442\u0435\u0440\u043f\u043e\u043b\u044f\u043d\u0442\u043e\u043c":15,"\u0438\u043d\u0442\u0435\u0440\u043f\u043e\u043b\u044f\u0446\u0438\u0438":[9,11,12,14,15,34,35],"\u0438\u043d\u0442\u0435\u0440\u043f\u043e\u043b\u044f\u0446\u0438\u043e\u043d\u043d\u043e\u0439":47,"\u0438\u043d\u0442\u0435\u0440\u043f\u043e\u043b\u044f\u0446\u0438\u044e":[9,14,47],"\u0438\u043d\u0442\u0435\u0440\u043f\u043e\u043b\u044f\u0446\u0438\u044f":[11,29,47],"\u0438\u043d\u0442\u0435\u0440\u043f\u0440\u0435\u0442\u0430\u0442\u043e\u0440":[24,28],"\u0438\u043d\u0442\u0435\u0440\u043f\u0440\u0435\u0442\u0430\u0442\u043e\u0440\u0430":[24,28],"\u0438\u043d\u0442\u0435\u0440\u043f\u0440\u0435\u0442\u0430\u0446\u0438\u0438":39,"\u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441":[12,26,30],"\u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430":30,"\u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u044b":[],"\u0438\u043d\u0442\u0440\u043e\u0441\u043f\u0435\u043a\u0446\u0438\u0438":30,"\u0438\u043d\u0442\u0440\u043e\u0441\u043f\u0435\u043a\u0446\u0438\u044f":19,"\u0438\u043d\u0442\u0443\u0438\u0442\u0438\u0432\u0435\u043d":[22,27],"\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438":[22,25,45,55],"\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e":[26,28,30,32,42],"\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f":[3,26],"\u0438\u043d\u044b\u0445":30,"\u0438\u0441\u043a\u0430\u0442\u044c":[3,26,32,49],"\u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435":[21,22],"\u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435\u043c":22,"\u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0439":20,"\u0438\u0441\u043a\u043b\u044e\u0447\u0438\u043c":42,"\u0438\u0441\u043a\u043b\u044e\u0447\u0438\u0442\u044c":9,"\u0438\u0441\u043a\u043e\u043c\u044b\u0439":15,"\u0438\u0441\u043a\u043e\u043c\u044b\u0445":11,"\u0438\u0441\u043f\u043e\u043b\u0435\u043d\u0438\u044f":[],"\u0438\u0441\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435\u043c":23,"\u0438\u0441\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f":[19,20,28],"\u0438\u0441\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u043c":27,"\u0438\u0441\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044f":24,"\u0438\u0441\u043f\u043e\u043b\u043d\u0438\u0442\u044c":28,"\u0438\u0441\u043f\u043e\u043b\u043d\u044f\u0435\u043c\u044b\u0439":24,"\u0438\u0441\u043f\u043e\u043b\u043d\u044f\u0435\u0442\u0441\u044f":22,"\u0438\u0441\u043f\u043e\u043b\u043d\u044f\u0442\u044c":28,"\u0438\u0441\u043f\u043e\u043b\u043d\u044f\u044e\u0442\u0441\u044f":23,"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043b\u0438":[28,38],"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043b\u0441\u044f":64,"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d":[20,58],"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0430":16,"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435":[30,64],"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c":[19,30],"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0438":[7,26,48,64],"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f":[3,22,26,42,49,64],"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u043e":64,"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u044b":47,"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c":[5,17,19,21,24,26,28,38,41,42,43,48,55,64],"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f":[30,55],"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c":[7,38],"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0430\u044f":[],"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u043e\u0433\u043e":16,"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0435":25,"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u043c\u0438":26,"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0445":[16,19,28,42,49],"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442":[26,42,45,64],"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0435":20,"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f":[14,17,19,21,22,23,26,27,28,29,32,40,43,47,55,58,59,64],"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435":17,"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0441\u044f":19,"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0435\u0442\u0441\u044f":[],"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0442":[5,42,43,47,48],"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0442\u0441\u044f":[15,27,32,42],"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0449\u0438\u0435":[38,64],"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0449\u0438\u0439":38,"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0449\u0438\u0445\u0441\u044f":15,"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f":[10,17,30,43,48,53,58,64],"\u0438\u0441\u0441\u043b\u0435\u0434\u0443\u0435\u043c":42,"\u0438\u0441\u0441\u043b\u0435\u0434\u0443\u0439\u0442\u0435":[6,40],"\u0438\u0441\u0441\u043b\u0435\u0434\u0443\u044e\u0442\u0441\u044f":12,"\u0438\u0441\u0442\u0438\u043d\u043d\u043e\u0435":54,"\u0438\u0441\u0442\u0438\u043d\u043d\u044b\u0439":[43,64],"\u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u043e\u0432":12,"\u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u043e\u043c":40,"\u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0443":40,"\u0438\u0441\u0445\u043e\u0434\u043d\u0430\u044f":[7,52,53],"\u0438\u0441\u0445\u043e\u0434\u043d\u043e\u0433\u043e":[21,26,39,48],"\u0438\u0441\u0445\u043e\u0434\u043d\u043e\u0435":[39,42],"\u0438\u0441\u0445\u043e\u0434\u043d\u043e\u0439":[36,42,48,49,52,55,58,59],"\u0438\u0441\u0445\u043e\u0434\u043d\u043e\u043c":[26,42,49],"\u0438\u0441\u0445\u043e\u0434\u043d\u0443\u044e":58,"\u0438\u0441\u0445\u043e\u0434\u043d\u044b\u0435":[],"\u0438\u0441\u0445\u043e\u0434\u043d\u044b\u0439":[26,28,31],"\u0438\u0441\u0445\u043e\u0434\u043d\u044b\u043c":[26,28,49,57],"\u0438\u0441\u0445\u043e\u0434\u043d\u044b\u0445":17,"\u0438\u0441\u0447\u0435\u0440\u043f\u0430\u0435\u043c":10,"\u0438\u0442\u0430\u043a":[10,11,14,47,52,53,59],"\u0438\u0442\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u043e":[42,47],"\u0438\u0442\u0435\u0440\u0430\u0442\u043e\u0440":19,"\u0438\u0442\u0435\u0440\u0430\u0446\u0438\u0438":[10,20,31,34,35,36,38,42,43,48,49,59,64],"\u0438\u0442\u0435\u0440\u0430\u0446\u0438\u0439":[31,34,35,36,37,43,48,49,63,64],"\u0438\u0442\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u043e":60,"\u0438\u0442\u0435\u0440\u0430\u0446\u0438\u044e":[31,34],"\u0438\u0442\u0435\u0440\u0430\u0446\u0438\u044f":[10,35],"\u0438\u0442\u0435\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f":20,"\u0438\u0442\u0435\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c":20,"\u0438\u0442\u043e\u0433\u0435":[11,16,38],"\u0438\u0442\u043e\u0433\u043e\u0432\u0430\u044f":[7,48],"\u0438\u0445":[4,5,7,8,9,10,11,16,18,19,22,26,28,30,38,43,49,55],"\u0438\u0449\u0435\u043c":36,"\u0438\u0449\u0435\u0442":[26,31,35,37],"\u0438\u0449\u0443\u0442\u0441\u044f":21,"\u043a":[4,5,7,8,9,10,11,12,15,16,17,19,20,22,24,26,27,28,30,32,33,34,35,36,37,39,40,42,43,45,47,48,49,50,52,53,55,56,57,58,59,64],"\u043a\u0430\u0431\u0438\u043d\u0435\u0442\u0430":0,"\u043a\u0430\u0432\u044b\u0447\u043a\u0430":19,"\u043a\u0430\u0432\u044b\u0447\u043a\u0438":29,"\u043a\u0430\u0436\u0434\u0430\u044f":4,"\u043a\u0430\u0436\u0434\u043e\u0433\u043e":[12,56],"\u043a\u0430\u0436\u0434\u043e\u0435":30,"\u043a\u0430\u0436\u0434\u043e\u0439":[15,19,22,30,32,39,56,64],"\u043a\u0430\u0436\u0434\u043e\u043c":[8,10,11,15,33,52],"\u043a\u0430\u0436\u0434\u043e\u043c\u0443":19,"\u043a\u0430\u0436\u0434\u044b\u0439":[22,28,42],"\u043a\u0430\u0436\u0435\u0442\u0441\u044f":9,"\u043a\u0430\u043a":[4,5,7,9,11,12,14,15,16,17,19,20,22,23,26,27,28,29,30,31,32,34,36,37,38,39,40,42,43,49,52,53,54,55,56,59,63,64],"\u043a\u0430\u043a\u0430\u044f":26,"\u043a\u0430\u043a\u0438\u0435":[4,26],"\u043a\u0430\u043a\u0438\u043c":[7,29],"\u043a\u0430\u043a\u0438\u0445":[31,40,53],"\u043a\u0430\u043a\u043e\u0433\u043e":[],"\u043a\u0430\u043a\u043e\u0439":[12,28,30,53],"\u043a\u0430\u043a\u043e\u043c":30,"\u043a\u0430\u043a\u0443\u044e":28,"\u043a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440":28,"\u043a\u0430\u043c\u0438\u043b\u044f":51,"\u043a\u0430\u043f\u043b\u0438":49,"\u043a\u0430\u043f\u043b\u044f":49,"\u043a\u0430\u0441\u0430\u0442\u0435\u043b\u044c\u043d\u0430\u044f":35,"\u043a\u0430\u0441\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0439":[35,39],"\u043a\u0430\u0441\u043a\u0430\u0434\u043d\u043e\u0435":27,"\u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435":[7,8,12,15,21,24,28,30,31,32,36,37,38,42,43,47,48,49,53,55,56,59,63,64],"\u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0435":14,"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u0430":21,"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u0438\u0447\u043d\u0430\u044f":[35,44,45],"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u0438\u0447\u043d\u043e":35,"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u0438\u0447\u043d\u043e\u0439":[35,36,48],"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u0438\u0447\u043d\u0443\u044e":63,"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u043d\u0430\u044f":[56,59],"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u043d\u043e\u0435":36,"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u043d\u043e\u0439":[11,46,54,55,58],"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u043d\u0443\u044e":[21,55,63],"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u043d\u044b\u0435":[19,56],"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u043d\u044b\u0439":[27,32],"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u043e\u0432":55,"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u0443\u0440\u0430":[7,9],"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u0443\u0440\u0430\u043c":5,"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u0443\u0440\u043d\u0430\u044f":[7,8,9,10],"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u0443\u0440\u043d\u043e\u0439":[7,8,9],"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u0443\u0440\u043d\u0443\u044e":7,"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u0443\u0440\u043d\u044b\u0435":[7,8,9],"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u0443\u0440\u043d\u044b\u043c\u0438":7,"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u0443\u0440\u043d\u044b\u0445":[7,8,9],"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u0443\u0440\u044b":32,"\u043a\u0432\u0430\u0437\u0438":43,"\u043a\u0432\u0430\u0437\u0438\u043d\u044c\u044e\u0442\u043e\u043d\u043e\u0432\u0441\u043a\u0438\u0435":64,"\u043a\u0432\u0430\u0437\u0438\u043d\u044c\u044e\u0442\u043e\u043d\u043e\u0432\u0441\u043a\u043e\u0433\u043e":64,"\u043a\u0432\u0430\u0437\u0438\u043d\u044c\u044e\u0442\u043e\u043d\u043e\u0432\u0441\u043a\u043e\u0435":64,"\u043a\u0433":12,"\u043a\u0435\u043b\u044c\u0432\u0438\u043d":12,"\u043a\u0438\u043d\u0435\u0442\u0438\u043a\u0438":12,"\u043a\u0438\u043d\u0435\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0435":12,"\u043a\u0438\u0440\u0438\u043b\u043b\u0430":51,"\u043a\u0438\u0441\u043b\u043e\u0440\u043e\u0434\u0430":19,"\u043a\u043b\u0430\u0441\u0441":45,"\u043a\u043b\u0430\u0441\u0441\u0435":45,"\u043a\u043b\u0430\u0441\u0441\u0438\u0444\u0438\u0446\u0438\u0440\u0443\u044e\u0442\u0441\u044f":30,"\u043a\u043b\u0430\u0441\u0441\u0438\u0447\u0435\u0441\u043a\u0438\u0439":[],"\u043a\u043b\u0430\u0441\u0441\u043e\u0432":41,"\u043a\u043b\u0435\u0442\u043a\u0438":21,"\u043a\u043b\u0435\u0442\u043a\u0443":21,"\u043a\u043b\u044e\u0447":[],"\u043a\u043b\u044e\u0447\u0443":22,"\u043a\u043d\u0438\u0433\u0435":30,"\u043a\u043e\u0433\u0434\u0430":[7,17,26,27,35,45,48,60],"\u043a\u043e\u0434":[10,19,26,28,30],"\u043a\u043e\u0434\u0430":[22,26,27,28,30],"\u043a\u043e\u0434\u0435":[26,49],"\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0435":28,"\u043a\u043e\u0434\u043e\u043c":[26,28,57],"\u043a\u043e\u0434\u0443":28,"\u043a\u043e\u043b\u0435\u0431\u0430\u043d\u0438\u044f":5,"\u043a\u043e\u043b\u0435\u0431\u0430\u0442\u044c\u0441\u044f":40,"\u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0430":[6,7,15,21,49],"\u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0435":[7,52],"\u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e":[10,19,20,21,26,28,30,38,42,47,49,52,53],"\u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0435\u0439":[21,22],"\u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438":19,"\u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0439":30,"\u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044f":[19,21,22],"\u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044f\u043c":20,"\u043a\u043e\u043b\u043b\u0438\u0437\u0438\u044f":30,"\u043a\u043e\u043c\u0430\u043d\u0434":22,"\u043a\u043e\u043c\u0430\u043d\u0434\u0430":[22,26,28],"\u043a\u043e\u043c\u0430\u043d\u0434\u0430\u043c\u0438":26,"\u043a\u043e\u043c\u0430\u043d\u0434\u0435":24,"\u043a\u043e\u043c\u0430\u043d\u0434\u043d\u0430\u044f":28,"\u043a\u043e\u043c\u0430\u043d\u0434\u043d\u043e\u0439":[24,28],"\u043a\u043e\u043c\u0430\u043d\u0434\u043e\u0439":[24,26,28],"\u043a\u043e\u043c\u0430\u043d\u0434\u0443":28,"\u043a\u043e\u043c\u0430\u043d\u0434\u044b":[12,20,24,26,28],"\u043a\u043e\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u044f":30,"\u043a\u043e\u043c\u0431\u0438\u043d\u0438\u0440\u0443\u044f":9,"\u043a\u043e\u043c\u0438\u0442\u0435\u0442\u0430":0,"\u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439":42,"\u043a\u043e\u043c\u043c\u0443\u0442\u0430\u0442\u0438\u0432\u043d\u043e":26,"\u043a\u043e\u043c\u043f":49,"\u043a\u043e\u043c\u043f\u0430\u043a\u0442\u043d\u0430\u044f":22,"\u043a\u043e\u043c\u043f\u0438\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u0430\u044f":30,"\u043a\u043e\u043c\u043f\u0438\u043b\u0438\u0440\u043e\u0432\u0430\u0442\u044c":[27,49],"\u043a\u043e\u043c\u043f\u0438\u043b\u0438\u0440\u0443\u0435\u0442":30,"\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0442\u043e\u0440":30,"\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0442\u043e\u0440\u0430":30,"\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0442\u043e\u0440\u0443":30,"\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u0438":30,"\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u044e":19,"\u043a\u043e\u043c\u043f\u043b\u0435\u043a\u0441\u043d\u044b\u0445":[25,30],"\u043a\u043e\u043c\u043f\u043e\u0437\u0438\u0442\u043d\u043e\u0433\u043e":30,"\u043a\u043e\u043c\u043f\u043e\u0437\u0438\u0442\u043d\u044b\u0439":30,"\u043a\u043e\u043c\u043f\u043e\u0437\u0438\u0442\u043d\u044b\u0445":30,"\u043a\u043e\u043c\u043f\u043e\u0437\u0438\u0442\u044b\u0445":30,"\u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430":[32,49,50,52,53],"\u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u043d\u0430":52,"\u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u043e\u0432":[32,49,50,52],"\u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u043e\u0439":42,"\u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b":[42,45],"\u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u0430":26,"\u043a\u043e\u043d\u0432\u0435\u043a\u0442\u0438\u0432\u043d\u043e\u0435":4,"\u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0430\u0446\u0438\u0438":30,"\u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0430\u0446\u0438\u044e":30,"\u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0430\u0446\u0438\u044f":30,"\u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0443\u0435\u0442\u0441\u044f":27,"\u043a\u043e\u043d\u0434\u0435\u043d\u0441\u0430\u0442\u0430":49,"\u043a\u043e\u043d\u0435\u0446":19,"\u043a\u043e\u043d\u0435\u0447\u043d\u0430\u044f":[9,17,64],"\u043a\u043e\u043d\u0435\u0447\u043d\u043e":[10,30,52],"\u043a\u043e\u043d\u0435\u0447\u043d\u043e\u0435":38,"\u043a\u043e\u043d\u0435\u0447\u043d\u043e\u0439":[9,16,17,39],"\u043a\u043e\u043d\u0435\u0447\u043d\u043e\u043c":16,"\u043a\u043e\u043d\u0435\u0447\u043d\u0443\u044e":[17,64],"\u043a\u043e\u043d\u0435\u0447\u043d\u044b\u0435":64,"\u043a\u043e\u043d\u0435\u0447\u043d\u044b\u0445":64,"\u043a\u043e\u043d\u043a\u0430\u0442\u0435\u043d\u0430\u0446\u0438\u0438":19,"\u043a\u043e\u043d\u043a\u0430\u0442\u0435\u043d\u0430\u0446\u0438\u044e":63,"\u043a\u043e\u043d\u043a\u0430\u0442\u0435\u043d\u0430\u0446\u0438\u044f":[19,29],"\u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u043e\u0433\u043e":12,"\u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u0435":30,"\u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u0439":30,"\u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u0445":[4,30],"\u043a\u043e\u043d\u043d\u043e\u0442\u0430\u0446\u0438\u044e":64,"\u043a\u043e\u043d\u0441\u0435\u0440\u0432\u0430\u0442\u0438\u0432\u043d\u043e\u0439":40,"\u043a\u043e\u043d\u0441\u043f\u0435\u043a\u0442\u043e\u0432":28,"\u043a\u043e\u043d\u0441\u0442\u0430\u043d\u0442":[12,17],"\u043a\u043e\u043d\u0441\u0442\u0430\u043d\u0442\u0430":[32,49,52],"\u043a\u043e\u043d\u0441\u0442\u0430\u043d\u0442\u0435":37,"\u043a\u043e\u043d\u0441\u0442\u0430\u043d\u0442\u0438\u043d\u0430":51,"\u043a\u043e\u043d\u0441\u0442\u0430\u043d\u0442\u043d\u043e\u0435":30,"\u043a\u043e\u043d\u0441\u0442\u0430\u043d\u0442\u043e\u0439":9,"\u043a\u043e\u043d\u0441\u0442\u0430\u043d\u0442\u044b":27,"\u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u043e\u0440":[],"\u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0442\u043e\u0440":[21,30],"\u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0442\u043e\u0440\u043e\u0432":[],"\u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0442\u043e\u0440\u044b":30,"\u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u0435\u0439":[],"\u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u0438":22,"\u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044f":20,"\u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044f\u0445":27,"\u043a\u043e\u043d\u0442\u0435\u043a\u0441\u0442":30,"\u043a\u043e\u043d\u0442\u0440\u043e\u043b\u0435\u043c":10,"\u043a\u043e\u043d\u0442\u0440\u043e\u043b\u0438\u0440\u0443\u0435\u0442":47,"\u043a\u043e\u043d\u0442\u0440\u043e\u043b\u0438\u0440\u0443\u0435\u0442\u0441\u044f":5,"\u043a\u043e\u043d\u0444\u043b\u0438\u043a\u0442\u0430":20,"\u043a\u043e\u043d\u0444\u043b\u0438\u043a\u0442\u043e\u0432":[26,28],"\u043a\u043e\u043d\u0446\u0430":[19,21],"\u043a\u043e\u043d\u0446\u0430\u0445":[9,11,31,33,34,36],"\u043a\u043e\u043d\u0446\u0435":[10,19,22,24,27,34],"\u043a\u043e\u043d\u0446\u043e\u0432":[9,31],"\u043a\u043e\u043d\u0446\u044b":9,"\u043a\u043e\u043d\u0447\u0435\u043d\u044b\u0435":64,"\u043a\u043e\u043e\u0440\u0434\u0438\u043d\u0430\u0442":[21,30],"\u043a\u043e\u043e\u0440\u0434\u0438\u043d\u0430\u0442\u0430\u0445":50,"\u043a\u043e\u043e\u0440\u0434\u0438\u043d\u0430\u0442\u044b":[15,50],"\u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435":[48,58],"\u043a\u043e\u043f\u0438\u0442\u0441\u044f":17,"\u043a\u043e\u043f\u0438\u044f":19,"\u043a\u043e\u043f\u044f\u0442\u0441\u044f":17,"\u043a\u043e\u0440\u0435\u043d\u044c":[27,30,31,32,33,34,35,36,53,63,64],"\u043a\u043e\u0440\u043d\u0435":33,"\u043a\u043e\u0440\u043d\u0435\u0432\u043e\u0433\u043e":26,"\u043a\u043e\u0440\u043d\u0435\u0432\u043e\u0439":26,"\u043a\u043e\u0440\u043d\u0435\u0432\u0443\u044e":[],"\u043a\u043e\u0440\u043d\u0435\u0439":[33,35,53],"\u043a\u043e\u0440\u043d\u0435\u043c":[31,32],"\u043a\u043e\u0440\u043d\u0438":[37,64],"\u043a\u043e\u0440\u043d\u044e":[34,64],"\u043a\u043e\u0440\u043d\u044f":[16,27,30,31,33,34,35,36,37,63,64],"\u043a\u043e\u0440\u043e\u0442\u043a\u0438\u0439":22,"\u043a\u043e\u0440\u043e\u0442\u043a\u0438\u0445":22,"\u043a\u043e\u0440\u043e\u0442\u043a\u043e\u0439":24,"\u043a\u043e\u0440\u0440\u0435\u043a\u0442\u0438\u0440\u0443\u0435\u0442":48,"\u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u043e\u0439":26,"\u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u044b":56,"\u043a\u043e\u0440\u0440\u0435\u043b\u044f\u0446\u0438\u0438":12,"\u043a\u043e\u0440\u0440\u0435\u043b\u044f\u0446\u0438\u043e\u043d\u043d\u044b\u0435":12,"\u043a\u043e\u0440\u0440\u0435\u043b\u044f\u0446\u0438\u044f\u043c":12,"\u043a\u043e\u0440\u0442\u0435\u0436":[5,19,22],"\u043a\u043e\u0440\u0442\u0435\u0436\u0430":[20,22],"\u043a\u043e\u0440\u0442\u0435\u0436\u0435\u043c":22,"\u043a\u043e\u0440\u0442\u0435\u0436\u0438":22,"\u043a\u043e\u0442\u043e\u0440\u0430\u044f":[14,21,22,23,24,56,57,64],"\u043a\u043e\u0442\u043e\u0440\u043e\u0433\u043e":[11,30,46,47],"\u043a\u043e\u0442\u043e\u0440\u043e\u0435":[17,47,55,58,63],"\u043a\u043e\u0442\u043e\u0440\u043e\u0439":[17,21,24,46],"\u043a\u043e\u0442\u043e\u0440\u043e\u043c":[9,19,21,26,30,31,32,45,47],"\u043a\u043e\u0442\u043e\u0440\u043e\u043c\u0443":15,"\u043a\u043e\u0442\u043e\u0440\u0443\u044e":[5,26,59],"\u043a\u043e\u0442\u043e\u0440\u044b\u0435":[5,7,15,17,23,26,30,32,42],"\u043a\u043e\u0442\u043e\u0440\u044b\u0439":[10,17,26,29,30,43,48,50,59,60,61],"\u043a\u043e\u0442\u043e\u0440\u044b\u043c":[4,11,12],"\u043a\u043e\u0442\u043e\u0440\u044b\u043c\u0438":7,"\u043a\u043e\u0442\u043e\u0440\u044b\u0445":[10,16,17,21,30,31,32,37,38,42,47,48,57,59,61],"\u043a\u043e\u0442\u0441\u0430":7,"\u043a\u043e\u0448\u0438":[38,39,40,41,42],"\u043a\u043e\u044d\u0444\u0444\u0438\u0446\u0435\u043d\u0442":[],"\u043a\u043e\u044d\u0444\u0444\u0438\u0446\u0438\u0435\u043d\u0442":53,"\u043a\u043e\u044d\u0444\u0444\u0438\u0446\u0438\u0435\u043d\u0442\u0430":[49,52],"\u043a\u043e\u044d\u0444\u0444\u0438\u0446\u0438\u0435\u043d\u0442\u0430\u043c\u0438":[7,8],"\u043a\u043e\u044d\u0444\u0444\u0438\u0446\u0438\u0435\u043d\u0442\u043e\u0432":[4,7,8,11,14,15,42,53],"\u043a\u043e\u044d\u0444\u0444\u0438\u0446\u0438\u0435\u043d\u0442\u043e\u043c":52,"\u043a\u043e\u044d\u0444\u0444\u0438\u0446\u0438\u0435\u043d\u0442\u044b":[4,7,9,10,11,14,15,38,42,53],"\u043a\u0440\u0430\u0432\u0446\u043e\u0432\u0430":51,"\u043a\u0440\u0430\u0441\u043d\u0430\u044f":32,"\u043a\u0440\u0430\u0441\u043d\u043e\u0433\u043e":50,"\u043a\u0440\u0430\u0441\u043d\u044b\u0435":61,"\u043a\u0440\u0430\u0441\u043d\u044b\u0439":32,"\u043a\u0440\u0430\u0441\u043d\u044b\u043c":61,"\u043a\u0440\u0430\u0442\u043a\u0438\u0435":24,"\u043a\u0440\u0430\u0442\u043a\u0438\u0439":22,"\u043a\u0440\u0430\u0442\u043a\u0438\u043c":27,"\u043a\u0440\u0430\u0442\u043a\u043e":[43,62],"\u043a\u0440\u0430\u0442\u043a\u043e\u0441\u0442\u0438":[41,59,63],"\u043a\u0440\u0430\u044f\u0445":15,"\u043a\u0440\u0438\u0432\u0438\u0437\u043d\u0443":[43,47],"\u043a\u0440\u0438\u0442\u0435\u0440\u0438\u0438":[47,49],"\u043a\u0440\u0438\u0442\u0435\u0440\u0438\u0439":5,"\u043a\u0440\u0438\u0442\u0435\u0440\u0438\u044f":[5,52],"\u043a\u0440\u0438\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0435":[49,50],"\u043a\u0440\u0438\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0439":[32,50,51],"\u043a\u0440\u0438\u0442\u0438\u0447\u0435\u0441\u043a\u0443\u044e":50,"\u043a\u0440\u043e\u043c\u0435":[16,17,26,27,28,30,33,37,43,55],"\u043a\u0440\u043e\u043d\u0440\u043e\u0434":7,"\u043a\u0440\u0443\u0433\u0430":21,"\u043a\u0440\u0443\u0433\u043e\u0432\u0443\u044e":21,"\u043a\u0440\u0443\u043f\u043d\u0430\u044f":5,"\u043a\u0440\u0443\u043f\u043d\u0435\u0435":17,"\u043a\u0440\u0443\u043f\u043d\u043e\u0433\u043e":47,"\u043a\u0440\u0443\u043f\u043d\u043e\u0435":17,"\u043a\u0440\u0443\u043f\u043d\u043e\u0439":10,"\u043a\u0440\u0443\u043f\u043d\u044b\u0435":14,"\u043a\u0440\u0443\u043f\u043d\u044b\u043c":17,"\u043a\u0442\u043e":[23,26,49],"\u043a\u0443\u0431":35,"\u043a\u0443\u0431\u0438\u0447\u0435\u0441\u043a\u0430\u044f":11,"\u043a\u0443\u0431\u0438\u0447\u0435\u0441\u043a\u0438\u0439":11,"\u043a\u0443\u0431\u0438\u0447\u0435\u0441\u043a\u0438\u0445":[],"\u043a\u0443\u0431\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e":[11,35,49,53],"\u043a\u0443\u0431\u0438\u0447\u0435\u0441\u043a\u043e\u0435":53,"\u043a\u0443\u0431\u0438\u0447\u0435\u0441\u043a\u043e\u043c\u0443":53,"\u043a\u0443\u0431\u0438\u0447\u0435\u0441\u043a\u0443\u044e":47,"\u043a\u0443\u0437\u043d\u0435\u0447\u0438\u043a":21,"\u043a\u0443\u0440\u0441":3,"\u043a\u0443\u0440\u0441\u0430":[28,51],"\u043a\u0443\u0440\u0441\u0435":57,"\u043a\u0443\u0441\u043a\u043e\u0432":11,"\u043a\u0443\u0441\u043e\u0447\u043d\u043e":11,"\u043a\u0443\u0442\u0442\u0430":38,"\u043a\u0443\u0442\u0442\u044b":[38,40,41,42],"\u043a\u0443\u0447\u0435":30,"\u043a\u044d\u0445\u044d\u043d\u0430":17,"\u043b":12,"\u043b\u0430\u0433\u0440\u0430\u043d\u0436\u0430":14,"\u043b\u0430\u043c\u0438\u043d\u0430\u0440\u043d\u043e\u0435":4,"\u043b\u0435\u0432\u0430\u044f":58,"\u043b\u0435\u0432\u043e\u0439":[7,11],"\u043b\u0435\u0432\u044b\u0445":9,"\u043b\u0435\u0433\u043a\u043e":[9,19,23],"\u043b\u0435\u0436\u0430\u043d\u0434\u0440\u0430":[7,32],"\u043b\u0435\u0436\u0430\u0442":[7,36],"\u043b\u0435\u0436\u0430\u0442\u044c":12,"\u043b\u0435\u0436\u0438\u0442":24,"\u043b\u0435\u043a\u043d\u0435\u0440\u043e\u043c":32,"\u043b\u0435\u043d\u0430\u0440\u0434\u0430":12,"\u043b\u0435\u0442\u0443\u0447\u0435\u0441\u0442\u0438":[49,52],"\u043b\u0435\u0442\u0443\u0447\u0435\u0441\u0442\u044c":52,"\u043b\u0435\u0442\u0443\u0447\u0435\u0441\u0442\u044c\u044e":52,"\u043b\u0438":[5,7,17,22,30,34,48,49,52,59],"\u043b\u0438\u0431\u043e":[7,16,21,24,28,31,33,35],"\u043b\u0438\u0431\u043e\u0433\u043e":30,"\u043b\u0438\u043c\u0438\u0442\u0438\u0440\u0443\u0435\u0442\u0441\u044f":42,"\u043b\u0438\u043d\u0435\u0430\u0440\u0438\u0437\u0430\u0446\u0438\u0438":36,"\u043b\u0438\u043d\u0435\u0439\u043d\u0430\u044f":[31,37],"\u043b\u0438\u043d\u0435\u0439\u043d\u043e":57,"\u043b\u0438\u043d\u0435\u0439\u043d\u043e\u0433\u043e":47,"\u043b\u0438\u043d\u0435\u0439\u043d\u043e\u0435":[15,30],"\u043b\u0438\u043d\u0435\u0439\u043d\u043e\u0439":[7,9,11,15,21,25,30,37,43,54,55,57,63,64],"\u043b\u0438\u043d\u0435\u0439\u043d\u043e\u043c":47,"\u043b\u0438\u043d\u0435\u0439\u043d\u0443\u044e":[9,14,63],"\u043b\u0438\u043d\u0435\u0439\u043d\u044b\u0435":[21,25,26],"\u043b\u0438\u043d\u0435\u0439\u043d\u044b\u0439":[11,15,19,45,64],"\u043b\u0438\u043d\u0435\u0439\u043d\u044b\u043c":[43,45,47,48,64],"\u043b\u0438\u043d\u0435\u0439\u043d\u044b\u0445":[4,9,15,55,59],"\u043b\u0438\u043d\u0438\u044f":32,"\u043b\u0438\u043d\u0438\u044f\u043c\u0438":[32,61],"\u043b\u0438\u0441\u0442\u044c\u044f\u043c\u0438":30,"\u043b\u0438\u0442\u0435\u0440\u0430\u043b":[19,29],"\u043b\u0438\u0442\u0435\u0440\u0430\u043b\u0430":27,"\u043b\u0438\u0442\u0435\u0440\u0430\u043b\u0435":63,"\u043b\u0438\u0442\u0435\u0440\u0430\u043b\u043e\u043c":19,"\u043b\u0438\u0442\u0435\u0440\u0430\u0442\u0443\u0440\u0435":[17,63],"\u043b\u0438\u0448\u044c":[7,15,22,31,47],"\u043b\u043e\u0431":7,"\u043b\u043e\u0433\u0430\u0440\u0438\u0444\u043c\u0430":52,"\u043b\u043e\u0433\u0430\u0440\u0438\u0444\u043c\u044b":27,"\u043b\u043e\u0433\u0438\u043a\u0443":27,"\u043b\u043e\u0433\u0438\u0447\u0435\u0441\u043a\u0438\u0439":27,"\u043b\u043e\u0433\u0438\u0447\u0435\u0441\u043a\u0438\u0445":27,"\u043b\u043e\u0433\u0438\u0447\u0435\u0441\u043a\u043e\u0435":27,"\u043b\u043e\u0436\u0438\u0442\u0441\u044f":49,"\u043b\u043e\u0436\u043d\u043e\u0439":31,"\u043b\u043e\u043a\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0435\u0439":34,"\u043b\u043e\u043a\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438":[31,33,34,36,47],"\u043b\u043e\u043a\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044e":31,"\u043b\u043e\u043a\u0430\u043b\u0438\u0437\u0443\u044e\u0449\u0438\u0439":31,"\u043b\u043e\u043a\u0430\u043b\u044c\u043d\u0430":45,"\u043b\u043e\u043a\u0430\u043b\u044c\u043d\u0430\u044f":45,"\u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e":[26,38,48],"\u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0433\u043e":[38,48],"\u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0435":38,"\u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0439":30,"\u043b\u043e\u043a\u0430\u043b\u044c\u043d\u044b\u0439":[46,55],"\u043b\u043e\u043a\u0430\u043b\u044c\u043d\u044b\u043c":46,"\u043b\u043e\u043a\u0430\u043b\u044c\u043d\u044b\u0445":47,"\u043b\u0443\u0447\u0448\u0435":[9,10,17,24,26,42,45],"\u043b\u0443\u0447\u0448\u0435\u0433\u043e":17,"\u043b\u0443\u0447\u0448\u0435\u043c":34,"\u043b\u0443\u0447\u0448\u0438\u0439":[20,45],"\u043b\u0443\u0447\u0448\u0443\u044e":7,"\u043b\u044c\u044e\u0438\u0441\u043e\u043c":52,"\u043b\u044e\u0431\u0430\u044f":[19,30],"\u043b\u044e\u0431\u043e\u0433\u043e":[7,28],"\u043b\u044e\u0431\u043e\u0435":30,"\u043b\u044e\u0431\u043e\u0439":[8,21,30],"\u043b\u044e\u0431\u044b\u0435":27,"\u043b\u044e\u0434\u044c\u043c\u0438":28,"\u043c":[42,51],"\u043c\u0430\u043a\u0440\u043e\u0441":[9,21],"\u043c\u0430\u043a\u0440\u043e\u0441\u0430":30,"\u043c\u0430\u043a\u0440\u043e\u0441\u043e\u043c":[19,30],"\u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u0435\u043d":7,"\u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e":7,"\u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435":[10,17,38,47,48],"\u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0439":7,"\u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u044b\u0439":7,"\u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u044b\u043c":59,"\u043c\u0430\u043a\u0441\u0438\u043c\u0443\u043c\u043e\u0432":47,"\u043c\u0430\u043b\u0430":38,"\u043c\u0430\u043b\u0435\u043d\u044c\u043a\u043e\u0439":5,"\u043c\u0430\u043b\u043e":[5,52],"\u043c\u0430\u043b\u043e\u0435":17,"\u043c\u0430\u043b\u043e\u0439":[],"\u043c\u0430\u043b\u043e\u043c":[16,39,52],"\u043c\u0430\u043b\u043e\u0441\u0442\u0438":[31,33],"\u043c\u0430\u043b\u044b\u0435":46,"\u043c\u0430\u043b\u044b\u043c":17,"\u043c\u0430\u043d\u0438\u043f\u0443\u043b\u0438\u0440\u0432\u043e\u0432\u0430\u0442\u044c":30,"\u043c\u0430\u043d\u0438\u043f\u0443\u043b\u044f\u0446\u0438\u0438":[],"\u043c\u0430\u043d\u0442\u0438\u0441\u0441\u0430":17,"\u043c\u0430\u043d\u0442\u0438\u0441\u0441\u0435":16,"\u043c\u0430\u043d\u0442\u0438\u0441\u0441\u043e\u0439":17,"\u043c\u0430\u043d\u0442\u0438\u0441\u0441\u0443":17,"\u043c\u0430\u043d\u0442\u0438\u0441\u0441\u044b":[16,17],"\u043c\u0430\u043d\u0442\u0438\u0441c\u044b":17,"\u043c\u0430\u043d\u0443\u0430\u043b":30,"\u043c\u0430\u043d\u0443\u0430\u043b\u0430":[19,26],"\u043c\u0430\u043d\u0443\u0430\u043b\u0435":[20,22,29],"\u043c\u0430\u043d\u0443\u043b\u0430":27,"\u043c\u0430\u0441\u0441":21,"\u043c\u0430\u0441\u0441\u0430":12,"\u043c\u0430\u0441\u0441\u0438\u0432":[15,19,21,22,29,30],"\u043c\u0430\u0441\u0441\u0438\u0432\u0430":[9,15,19,21,22,30,59],"\u043c\u0430\u0441\u0441\u0438\u0432\u0430\u0445":19,"\u043c\u0430\u0441\u0441\u0438\u0432\u0435":9,"\u043c\u0430\u0441\u0441\u0438\u0432\u043e\u0432":[19,22,30,63],"\u043c\u0430\u0441\u0441\u0438\u0432\u043e\u043c":19,"\u043c\u0430\u0441\u0441\u0438\u0432\u0443":[],"\u043c\u0430\u0441\u0441\u0438\u0432\u044b":[30,58],"\u043c\u0430\u0441\u0441\u043e\u0432\u043e\u0433\u043e":32,"\u043c\u0430\u0441\u0441\u043e\u0439":40,"\u043c\u0430\u0441\u0441\u044b":40,"\u043c\u0430\u0441\u0448\u0442\u0430\u0431":36,"\u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0430":44,"\u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0430\u0445":42,"\u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f":47,"\u043c\u0430\u0442\u0430\u043d\u0430\u043b\u0438\u0437\u0430":7,"\u043c\u0430\u0442\u0435\u043c\u0430\u0442\u0438\u043a\u0435":27,"\u043c\u0430\u0442\u0435\u043c\u0430\u0442\u0438\u043a\u0443":0,"\u043c\u0430\u0442\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438":[27,45],"\u043c\u0430\u0442\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0435":[23,27,30],"\u043c\u0430\u0442\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0439":52,"\u043c\u0430\u0442\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u043c":8,"\u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b":51,"\u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u043e\u0432":[],"\u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u044b":23,"\u043c\u0430\u0442\u0440\u0438\u0446":[16,19,25,30,55,58,59,64],"\u043c\u0430\u0442\u0440\u0438\u0446\u0430":[11,14,16,19,42,43,46,48,55,56,57,58,59,60,63],"\u043c\u0430\u0442\u0440\u0438\u0446\u0430\u043c\u0438":[19,25],"\u043c\u0430\u0442\u0440\u0438\u0446\u0435":[11,58,59],"\u043c\u0430\u0442\u0440\u0438\u0446\u0435\u0439":[11,14,46,58,59,63],"\u043c\u0430\u0442\u0440\u0438\u0446\u0443":[7,14,44,46,48,55,58,59,63],"\u043c\u0430\u0442\u0440\u0438\u0446\u044b":[1,7,10,11,14,19,43,44,49,54,55,56,57,58,59,63,64],"\u043c\u0430\u0442\u0440\u0438\u0447\u043d\u043e":43,"\u043c\u0430\u0442\u0440\u0438\u0447\u043d\u043e\u0435":[25,64],"\u043c\u0430\u0442\u0440\u0438\u0447\u043d\u043e\u043c":[11,56],"\u043c\u0430\u0442\u0440\u0438\u0447\u043d\u044b\u0439":11,"\u043c\u0430\u0448\u0438\u043d\u0435":10,"\u043c\u0430\u0448\u0438\u043d\u043d\u0430\u044f":17,"\u043c\u0430\u0448\u0438\u043d\u043d\u043e\u0439":[17,38],"\u043c\u0430\u0448\u0438\u043d\u043d\u043e\u043c":23,"\u043c\u0430\u0448\u0438\u043d\u043d\u0443\u044e":[16,30],"\u043c\u0430\u0448\u0438\u043d\u043d\u044b\u0439":[17,30],"\u043c\u0430\u0448\u0438\u043d\u043d\u044b\u043c":17,"\u043c\u0435\u0434\u0438\u0446\u0438\u043d\u0435":23,"\u043c\u0435\u0434\u043b\u0435\u043d\u043d\u0435\u0435":19,"\u043c\u0435\u0434\u043b\u0435\u043d\u043d\u043e":23,"\u043c\u0435\u0436\u0434\u0443":[10,12,17,26,28,32,43,52,54,59,64],"\u043c\u0435\u043b\u043a\u0438\u0439":38,"\u043c\u0435\u043b\u043a\u0438\u0445":5,"\u043c\u0435\u043b\u043a\u043e\u0433\u043e":42,"\u043c\u0435\u043b\u043a\u043e\u0441\u0442\u044c\u044e":15,"\u043c\u0435\u043b\u043a\u0443\u044e":5,"\u043c\u0435\u043b\u044c\u0447\u0435":[5,9,10,38],"\u043c\u0435\u043b\u044c\u0447\u0438\u0442\u044c":10,"\u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440":28,"\u043c\u0435\u043d\u0435\u0435":[9,19,30,49,53],"\u043c\u0435\u043d\u044c\u0448\u0435":[5,9,17,27,38,52],"\u043c\u0435\u043d\u044c\u0448\u0435\u0433\u043e":58,"\u043c\u0435\u043d\u044c\u0448\u0435\u0435":[16,21],"\u043c\u0435\u043d\u044c\u0448\u0435\u0439":[],"\u043c\u0435\u043d\u044c\u0448\u0435\u043c\u0443":27,"\u043c\u0435\u043d\u044c\u0448\u0438\u0435":17,"\u043c\u0435\u043d\u044c\u0448\u0438\u0439":53,"\u043c\u0435\u043d\u044c\u0448\u0443\u044e":52,"\u043c\u0435\u043d\u044f\u0435\u0442":[22,30],"\u043c\u0435\u043d\u044f\u0435\u0442\u0441\u044f":[5,7,15],"\u043c\u0435\u043d\u044f\u0442\u044c":30,"\u043c\u0435\u043d\u044f\u044e\u0449\u0435\u0439\u0441\u044f":42,"\u043c\u0435\u0440\u0430":[],"\u043c\u0435\u0440\u044b":64,"\u043c\u0435\u0441\u0442\u0430":30,"\u043c\u0435\u0441\u0442\u0430\u043c\u0438":3,"\u043c\u0435\u0441\u0442\u043e":[31,37,54,63],"\u043c\u0435\u0441\u0442\u043e\u0440\u043e\u0436\u0434\u0435\u043d\u0438\u0439":0,"\u043c\u0435\u0442\u0430\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e":26,"\u043c\u0435\u0442\u0430\u043d":50,"\u043c\u0435\u0442\u0430\u043d\u0430":50,"\u043c\u0435\u0442\u0430\u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u044b\u043c":32,"\u043c\u0435\u0442\u043e\u0434":[7,21,26,30,38,40,42,49,52,59],"\u043c\u0435\u0442\u043e\u0434\u0430":[5,10,26,30,31,35,37,38,39,40,43,47,49,55,56,62,63],"\u043c\u0435\u0442\u043e\u0434\u0430\u043c":4,"\u043c\u0435\u0442\u043e\u0434\u0430\u043c\u0438":[4,38,40,42],"\u043c\u0435\u0442\u043e\u0434\u0430\u0445":[30,45],"\u043c\u0435\u0442\u043e\u0434\u0435":[31,34,35,39,40,43,49,55,58,64],"\u043c\u0435\u0442\u043e\u0434\u043e\u0432":[4,30,33,36,38,41,42,45,59,63,64],"\u043c\u0435\u0442\u043e\u0434\u043e\u043c":[7,10,14,31,32,35,36,38,39,40,42,43,49,56,58,63,64],"\u043c\u0435\u0442\u043e\u0434\u0443":[31,34,36],"\u043c\u0435\u0442\u043e\u0434\u044b":[0,5,9,26,27,41,64],"\u043c\u0435\u0445\u0430\u043d\u0438\u0437\u043c":[19,28,30],"\u043c\u0435\u0445\u0430\u043d\u0438\u0437\u043c\u0430":63,"\u043c\u0435\u0445\u0430\u043d\u0438\u0437\u043c\u0443":30,"\u043c\u0435\u0445\u0430\u043d\u0438\u0437\u043c\u044b":28,"\u043c\u0435\u0445\u0430\u043d\u0438\u0447\u0435\u0441\u043a\u0438\u0435":4,"\u043c\u0438\u043a\u0435\u043b\u044c\u0441\u0435\u043d\u0430":51,"\u043c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0439":64,"\u043c\u0438\u043d\u0438\u043c\u0438\u0437\u0430\u0446\u0438\u0438":[47,64],"\u043c\u0438\u043d\u0438\u043c\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u0442\u044c":47,"\u043c\u0438\u043d\u0438\u043c\u0438\u0437\u0438\u0440\u0443\u0435\u0442":[48,64],"\u043c\u0438\u043d\u0438\u043c\u0443\u043c":[9,32,43,44,45,46,47,48,52,55],"\u043c\u0438\u043d\u0438\u043c\u0443\u043c\u0430":[43,45,46,47,48,52,55,61],"\u043c\u0438\u043d\u0438\u043c\u0443\u043c\u043e\u0432":47,"\u043c\u0438\u043d\u0438\u043c\u0443\u043c\u043e\u043c":[46,61],"\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u043e\u0432":0,"\u043c\u0438\u043d\u043e\u0440\u044b":55,"\u043c\u0438\u043d\u0443\u0441":27,"\u043c\u0438\u0440":28,"\u043c\u043a\u0441":10,"\u043c\u043d\u043e\u0433\u0438\u0435":[9,12],"\u043c\u043d\u043e\u0433\u0438\u0445":[28,31,64],"\u043c\u043d\u043e\u0433\u043e":[28,30],"\u043c\u043d\u043e\u0433\u043e\u043c\u0435\u0440\u043d\u043e\u0439":63,"\u043c\u043d\u043e\u0433\u043e\u043c\u0435\u0440\u043d\u044b\u0439":63,"\u043c\u043d\u043e\u0433\u043e\u0441\u0442\u0430\u0434\u0438\u0439\u043d\u044b\u0445":42,"\u043c\u043d\u043e\u0433\u043e\u0447\u043b\u0435\u043d":7,"\u043c\u043d\u043e\u0433\u043e\u0447\u043b\u0435\u043d\u0430":[7,9],"\u043c\u043d\u043e\u0433\u043e\u0447\u043b\u0435\u043d\u0430\u043c":7,"\u043c\u043d\u043e\u0433\u043e\u0447\u043b\u0435\u043d\u043e\u0432":[7,9],"\u043c\u043d\u043e\u0433\u043e\u0447\u043b\u0435\u043d\u044b":7,"\u043c\u043d\u043e\u0433\u043e\u0448\u0430\u0433\u043e\u0432\u044b\u0435":41,"\u043c\u043d\u043e\u0433\u043e\u044d\u0442\u0430\u043f\u043d\u044b\u043c\u0438":42,"\u043c\u043d\u043e\u0436\u0435\u0441\u0442\u0432\u0430":27,"\u043c\u043d\u043e\u0436\u0435\u0441\u0442\u0432\u0430\u0445":27,"\u043c\u043d\u043e\u0436\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0439":30,"\u043c\u043d\u043e\u0436\u0435\u0441\u0442\u0432\u043e":[9,20,30,45],"\u043c\u043d\u043e\u0436\u0435\u0441\u0442\u0432\u043e\u043c":45,"\u043c\u043d\u043e\u0436\u0435\u0441\u0442\u0432\u0443":27,"\u043c\u043d\u043e\u0436\u0438\u0442\u0435\u043b\u0435\u0439":55,"\u043c\u043d\u043e\u0436\u0438\u0442\u0435\u043b\u0438":59,"\u043c\u043d\u043e\u0436\u0438\u0442\u0435\u043b\u044c":12,"\u043c\u043e\u0433":21,"\u043c\u043e\u0433\u043b\u0438":48,"\u043c\u043e\u0433\u0443":48,"\u043c\u043e\u0433\u0443\u0442":[7,16,17,20,22,24,27,30,38,47,48],"\u043c\u043e\u0434\u0435\u043b\u0435\u0439":53,"\u043c\u043e\u0434\u0435\u043b\u0438":[12,47],"\u043c\u043e\u0434\u0435\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0438":40,"\u043c\u043e\u0434\u0435\u043b\u044c":[12,14,19,45],"\u043c\u043e\u0434\u0435\u043b\u044c\u043d\u0443\u044e":48,"\u043c\u043e\u0434\u0435\u043b\u044c\u044e":[12,53,63],"\u043c\u043e\u0434\u0435\u043b\u044f\u0445":23,"\u043c\u043e\u0434\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438":34,"\u043c\u043e\u0434\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044e":48,"\u043c\u043e\u0434\u0438\u0444\u0438\u0446\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u0430\u044f":[47,48],"\u043c\u043e\u0434\u0438\u0444\u0438\u0446\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0433\u043e":48,"\u043c\u043e\u0434\u0438\u0444\u0438\u0446\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0435":[1,43,48,55],"\u043c\u043e\u0434\u0438\u0444\u0438\u0446\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0439":36,"\u043c\u043e\u0434\u0438\u0444\u0438\u0446\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439":34,"\u043c\u043e\u0434\u0438\u0444\u0438\u0446\u0438\u0440\u043e\u0432\u0430\u0442\u044c":[10,34],"\u043c\u043e\u0434\u0443\u043b\u0435":[26,59],"\u043c\u043e\u0434\u0443\u043b\u0435\u0439":26,"\u043c\u043e\u0434\u0443\u043b\u0435\u043c":26,"\u043c\u043e\u0434\u0443\u043b\u044c":[12,21,26],"\u043c\u043e\u0434\u0443\u043b\u044e":26,"\u043c\u043e\u0434\u0443\u043b\u044f":21,"\u043c\u043e\u0434\u0443\u043b\u044f\u043c":3,"\u043c\u043e\u0436\u0435\u043c":[10,30,49,53],"\u043c\u043e\u0436\u0435\u0442":[5,7,10,17,19,20,21,22,26,30,35,37,38,47,48,49,53,55,60,61,62,63],"\u043c\u043e\u0436\u0435\u0442\u0435":[19,26,28,30,34,49],"\u043c\u043e\u0436\u043d\u043e":[4,5,7,8,9,10,11,12,14,15,16,17,19,20,22,24,26,27,28,30,32,33,34,35,36,37,38,41,43,44,47,49,52,54,55,56,57,59,64],"\u043c\u043e\u043b\u044c":12,"\u043c\u043e\u043b\u044c\u043d\u0430\u044f":[32,50,52],"\u043c\u043e\u043b\u044c\u043d\u043e\u0439":32,"\u043c\u043e\u043b\u044c\u043d\u0443\u044e":32,"\u043c\u043e\u043b\u044c\u043d\u044b\u0439":52,"\u043c\u043e\u043b\u044c\u043d\u044b\u043c":52,"\u043c\u043e\u043b\u044c\u043d\u044b\u0445":49,"\u043c\u043e\u043b\u044f\u0440\u043d\u0430\u044f":12,"\u043c\u043e\u043b\u044f\u0440\u043d\u044b\u0439":12,"\u043c\u043e\u043c\u0435\u043d\u0442":[28,40,49],"\u043c\u043e\u0440\u0440\u0438\u0441\u043e\u043d\u0430":64,"\u043c\u043e\u0441\u043a\u0432\u0430":0,"\u043c\u0443\u0441\u043e\u0440\u0430":19,"\u043c\u0444\u0442\u0438":51,"\u043c\u044b":[4,5,7,9,10,11,14,15,22,26,30,33,36,37,38,39,41,42,43,45,48,49,50,52,53,59,62,63,64],"\u043c\u044f\u0433\u043a\u0438\u0435":42,"\u043d":[0,50],"\u043d\u0430":[1,3,4,5,6,7,8,9,10,11,12,14,15,16,17,18,19,21,22,23,24,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,42,43,44,45,47,48,49,50,51,52,53,54,55,56,58,59,61,63,64],"\u043d\u0430\u0431\u0438\u0440\u0430\u0442\u044c":[23,27],"\u043d\u0430\u0431\u0438\u0440\u0430\u044e\u0442":49,"\u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0442\u044c":15,"\u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0442\u044c\u0441\u044f":35,"\u043d\u0430\u0431\u043e\u0440":[7,12,15,25,26,27,32,42,47],"\u043d\u0430\u0431\u043e\u0440\u0430":[7,27,30],"\u043d\u0430\u0431\u043e\u0440\u0435":[30,63],"\u043d\u0430\u0431\u043e\u0440\u043e\u043c":[15,30],"\u043d\u0430\u0431\u043e\u0440\u0443":19,"\u043d\u0430\u0431\u0440\u0430\u0432":24,"\u043d\u0430\u0431\u0440\u0430\u0442\u044c":28,"\u043d\u0430\u0433\u043b\u044f\u0434\u043d\u044b\u0445":28,"\u043d\u0430\u0434":[19,25,30,58,59],"\u043d\u0430\u0434\u0435\u0436\u0434\u0435":34,"\u043d\u0430\u0434\u0435\u044f\u0442\u044c\u0441\u044f":7,"\u043d\u0430\u0434\u043e\u0435\u0434\u0430\u0435\u0442":19,"\u043d\u0430\u0436\u0430\u0442\u0438\u044e":28,"\u043d\u0430\u0436\u0430\u0442\u044c":28,"\u043d\u0430\u0436\u043c\u0438\u0442\u0435":27,"\u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435":42,"\u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435\u043c":[21,28,64],"\u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0438":64,"\u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0438":26,"\u043d\u0430\u0437\u044b\u0432\u0430\u0435\u043c\u043e\u0435":34,"\u043d\u0430\u0437\u044b\u0432\u0430\u0435\u043c\u044b\u0439":56,"\u043d\u0430\u0437\u044b\u0432\u0430\u0435\u043c\u044b\u043c":45,"\u043d\u0430\u0437\u044b\u0432\u0430\u0435\u0442\u0441\u044f":[9,14,30,46,47,58,59,64],"\u043d\u0430\u0437\u044b\u0432\u0430\u0442\u044c":[30,46,63],"\u043d\u0430\u0437\u044b\u0432\u0430\u044e\u0442":[8,9,15,16,17,26,28,37,38,39,42,46,47,48,53,54,59,60,63,64],"\u043d\u0430\u0437\u044b\u0432\u0430\u044e\u0442\u0441\u044f":[5,7,9],"\u043d\u0430\u0438\u0431\u043e\u043b\u0435\u0435":[38,59],"\u043d\u0430\u0438\u0431\u043e\u043b\u044c\u0448\u0435\u0433\u043e":59,"\u043d\u0430\u0438\u0431\u043e\u043b\u044c\u0448\u0435\u0435":[17,42],"\u043d\u0430\u0438\u0431\u043e\u043b\u044c\u0448\u0438\u0435":1,"\u043d\u0430\u0438\u043c\u0435\u043d\u044c\u0448\u0435\u0435":[7,17],"\u043d\u0430\u0438\u043c\u0435\u043d\u044c\u0448\u0438\u043c":17,"\u043d\u0430\u0438\u043c\u0435\u043d\u044c\u0448\u0438\u0445":55,"\u043d\u0430\u0439\u0434\u0435\u043d":[7,53],"\u043d\u0430\u0439\u0434\u0435\u043d\u043d\u043e\u0433\u043e":[31,49],"\u043d\u0430\u0439\u0434\u0435\u043d\u043d\u043e\u0435":54,"\u043d\u0430\u0439\u0434\u0435\u043d\u043d\u043e\u0439":49,"\u043d\u0430\u0439\u0434\u0435\u043d\u043d\u043e\u043c":49,"\u043d\u0430\u0439\u0434\u0435\u043d\u043d\u044b\u0439":[31,34,36,43,48,49,63],"\u043d\u0430\u0439\u0434\u0435\u043d\u043e":[43,47,48,49,63],"\u043d\u0430\u0439\u0434\u0435\u043d\u044b":[7,49],"\u043d\u0430\u0439\u0434\u0438\u0442\u0435":[32,61],"\u043d\u0430\u0439\u0434\u0443\u0442\u0441\u044f":46,"\u043d\u0430\u0439\u0434\u044f":[52,64],"\u043d\u0430\u0439\u0434\u0451\u043c":[48,49,54],"\u043d\u0430\u0439\u0434\u0451\u043d\u043d\u043e\u043c":49,"\u043d\u0430\u0439\u0434\u0451\u0442":26,"\u043d\u0430\u0439\u0434\u0451\u0442\u0441\u044f":11,"\u043d\u0430\u0439\u0442\u0438":[7,11,17,21,32,33,37,39,45,49,52,55,58,61],"\u043d\u0430\u043a\u043b\u043e\u043d\u043e\u043c":[11,15,47],"\u043d\u0430\u043a\u043e\u043d\u0435\u0446":14,"\u043d\u0430\u043a\u043e\u043f\u043b\u0435\u043d\u0438\u044e":42,"\u043d\u0430\u043b\u0438\u0447\u0438\u0435":[26,40,47],"\u043d\u0430\u043c":[5,14,15,26,38,49,58],"\u043d\u0430\u043c\u043d\u043e\u0433\u043e":38,"\u043d\u0430\u043d\u0435\u0441\u0435\u043d\u044b":61,"\u043d\u0430\u043d\u0435\u0441\u0438\u0442\u0435":[32,50,61],"\u043d\u0430\u043d\u0435\u0441\u0442\u0438":12,"\u043d\u0430\u043d\u0435\u0441\u0451\u043d\u043d\u044b\u043c":32,"\u043d\u0430\u043e\u0431\u043e\u0440\u043e\u0442":45,"\u043d\u0430\u043f\u0435\u0440\u0451\u0434":31,"\u043d\u0430\u043f\u0438\u0441\u0430\u043d\u0438\u0435":44,"\u043d\u0430\u043f\u0438\u0441\u0430\u043d\u0438\u0438":[19,30],"\u043d\u0430\u043f\u0438\u0441\u0430\u043d\u0438\u044f":16,"\u043d\u0430\u043f\u0438\u0441\u0430\u043d\u043d\u043e\u0439":32,"\u043d\u0430\u043f\u0438\u0441\u0430\u0442\u044c":[9,21,30,50,58],"\u043d\u0430\u043f\u0438\u0448\u0438\u0442\u0435":[21,32,40,56,57],"\u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u0435\u0442":31,"\u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0430":40,"\u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435":[21,43,45,46,47,48],"\u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043c":46,"\u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f":[43,45,46,47,48],"\u043d\u0430\u043f\u0440\u0430\u0432\u043e":10,"\u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440":[4,5,7,10,12,14,16,17,19,21,22,23,26,27,28,29,30,34,35,37,39,42,43,45,47,49,52,53,55,56,58,60],"\u043d\u0430\u043f\u0440\u043e\u0442\u0438\u0432":30,"\u043d\u0430\u043f\u0440\u044f\u043c\u0443\u044e":64,"\u043d\u0430\u0440\u0443\u0448\u0435\u043d\u043e":47,"\u043d\u0430\u0440\u044f\u0434\u0443":[35,42],"\u043d\u0430\u0441":[11,49,54],"\u043d\u0430\u0441\u043a\u043e\u043b\u044c\u043a\u043e":[15,42],"\u043d\u0430\u0441\u0442\u043e\u044f\u0442\u0435\u043b\u044c\u043d\u043e":24,"\u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0438\u0439":[4,64],"\u043d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c":24,"\u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430":24,"\u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438":[24,28],"\u043d\u0430\u0441\u044b\u0449\u0435\u043d":19,"\u043d\u0430\u0442\u0443\u0440\u0430\u043b\u044c\u043d\u043e\u0435":17,"\u043d\u0430\u0442\u044f\u0436\u0435\u043d\u0438\u0435":4,"\u043d\u0430\u0443\u043a\u0430":0,"\u043d\u0430\u0443\u0447\u043d\u043e\u0439":23,"\u043d\u0430\u0445\u043e\u0434\u0438\u043c":39,"\u043d\u0430\u0445\u043e\u0434\u0438\u0442":[7,9,55],"\u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f":[4,17,24,30,32,34,43],"\u043d\u0430\u0445\u043e\u0434\u0438\u0442\u044c":[32,64],"\u043d\u0430\u0445\u043e\u0434\u0438\u0442\u044c\u0441\u044f":[19,22],"\u043d\u0430\u0445\u043e\u0434\u044f\u0442":53,"\u043d\u0430\u0445\u043e\u0434\u044f\u0442\u0441\u044f":[7,21,23],"\u043d\u0430\u0445\u043e\u0434\u044f\u0449\u0435\u0439":[7,9],"\u043d\u0430\u0445\u043e\u0434\u044f\u0449\u0438\u0439":21,"\u043d\u0430\u0445\u043e\u0434\u044f\u0449\u0443\u044e":21,"\u043d\u0430\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435":[4,15,45,55],"\u043d\u0430\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0438":49,"\u043d\u0430\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u044e":[52,57,58],"\u043d\u0430\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u044f":[8,45,55],"\u043d\u0430\u0447\u0430\u043b\u0430":[30,49],"\u043d\u0430\u0447\u0430\u043b\u0435":[28,42,57,59],"\u043d\u0430\u0447\u0430\u043b\u044c\u043d\u0430\u044f":[40,64],"\u043d\u0430\u0447\u0430\u043b\u044c\u043d\u043e\u0433\u043e":[35,36,43,45,49,64],"\u043d\u0430\u0447\u0430\u043b\u044c\u043d\u043e\u0435":[35,37,39,40,47,63],"\u043d\u0430\u0447\u0430\u043b\u044c\u043d\u043e\u0439":[9,43,47],"\u043d\u0430\u0447\u0430\u043b\u044c\u043d\u043e\u043c":49,"\u043d\u0430\u0447\u0430\u043b\u044c\u043d\u044b\u0435":49,"\u043d\u0430\u0447\u0430\u043b\u044c\u043d\u044b\u0439":[31,34,40,47],"\u043d\u0430\u0447\u0430\u043b\u044c\u043d\u044b\u043c":[31,45,49],"\u043d\u0430\u0447\u0430\u043b\u044c\u043d\u044b\u0445":[31,35,40,44,49,63],"\u043d\u0430\u0447\u0430\u0442\u044c":[24,28],"\u043d\u0430\u0447\u0438\u043d\u0430\u0435\u0442":[45,47],"\u043d\u0430\u0447\u0438\u043d\u0430\u0435\u0442\u0441\u044f":[48,60],"\u043d\u0430\u0447\u0438\u043d\u0430\u044e\u0449\u0438\u0439\u0441\u044f":9,"\u043d\u0430\u0447\u0438\u043d\u0430\u044f":[35,37,38,43,48,60,63],"\u043d\u0430\u0447\u043d\u0451\u043c":28,"\u043d\u0430\u0448":5,"\u043d\u0430\u0448\u0430":48,"\u043d\u0430\u0448\u0435\u0439":53,"\u043d\u0430\u0448\u0435\u043c":[26,59],"\u043d\u0430\u0448\u0438\u043c\u0438":10,"\u043d\u0435":[3,4,5,7,8,9,10,11,14,15,16,17,19,20,21,22,24,26,28,30,31,34,35,36,37,38,39,40,42,43,45,47,48,49,52,55,56,58,59,61,62,63,64],"\u043d\u0435\u0430\u0431\u0441\u0442\u0440\u0430\u043a\u0442\u043d\u043e\u0433\u043e":30,"\u043d\u0435\u0430\u0441\u0441\u043e\u0446\u0438\u0430\u0442\u0438\u0432\u043d\u0430":[],"\u043d\u0435\u0430\u0441\u0441\u043e\u0446\u0438\u0430\u0442\u0438\u0432\u043d\u043e":17,"\u043d\u0435\u0430\u0441\u0441\u043e\u0446\u0438\u0430\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u0438":17,"\u043d\u0435\u0431\u043e\u043b\u044c\u0448\u0438\u0435":[3,47],"\u043d\u0435\u0431\u043e\u043b\u044c\u0448\u0438\u043c":64,"\u043d\u0435\u0431\u043e\u043b\u044c\u0448\u0438\u0445":28,"\u043d\u0435\u0431\u043e\u043b\u044c\u0448\u043e\u0433\u043e":19,"\u043d\u0435\u0431\u043e\u043b\u044c\u0448\u043e\u0435":47,"\u043d\u0435\u0431\u043e\u043b\u044c\u0448\u043e\u0439":[14,58],"\u043d\u0435\u0431\u043e\u043b\u044c\u0448\u043e\u043c":64,"\u043d\u0435\u0432\u0435\u0440\u043d\u043e":24,"\u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e":[27,54],"\u043d\u0435\u0432\u043e\u0437\u043c\u0443\u0449\u0451\u043d\u043d\u043e\u0433\u043e":39,"\u043d\u0435\u0432\u043e\u043e\u0440\u0443\u0436\u0435\u043d\u043d\u044b\u043c":42,"\u043d\u0435\u0432\u044f\u0437\u043a\u0430":[39,58,59],"\u043d\u0435\u0432\u044f\u0437\u043a\u0438":[39,42,64],"\u043d\u0435\u0432\u044f\u0437\u043a\u043e\u0439":54,"\u043d\u0435\u0432\u044f\u0437\u043a\u0443":[32,39,42,54,56],"\u043d\u0435\u0433\u043e":[28,30,37],"\u043d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043a\u043e\u043c":64,"\u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430":20,"\u043d\u0435\u0436\u0435\u043b\u0438":30,"\u043d\u0435\u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e":16,"\u043d\u0435\u0437\u0430\u0432\u0438\u0441\u0438\u043c\u044b":[],"\u043d\u0435\u0437\u0430\u0432\u0438\u0441\u0438\u043c\u044b\u0435":26,"\u043d\u0435\u0437\u0430\u0432\u0438\u0441\u0438\u043c\u044b\u043c\u0438":15,"\u043d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u0435\u043d":49,"\u043d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u0430":14,"\u043d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u043e":54,"\u043d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u044b\u043c\u0438":7,"\u043d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u044b\u0445":[11,49,55,58],"\u043d\u0435\u0438\u0437\u043c\u0435\u043d\u043d\u0430\u044f":22,"\u043d\u0435\u0438\u0437\u043c\u0435\u043d\u044f\u0435\u043c\u044b\u0435":30,"\u043d\u0435\u0438\u0437\u043c\u0435\u043d\u044f\u0435\u043c\u044b\u0439":30,"\u043d\u0435\u0438\u0437\u043c\u0435\u043d\u044f\u0435\u043c\u044b\u043c\u0438":29,"\u043d\u0435\u0438\u043d\u0438\u0446\u0438\u0430\u043b\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439":19,"\u043d\u0435\u0439":[5,10,59,64],"\u043d\u0435\u0439\u0442\u0440\u0430\u043b\u044c\u043d\u0443\u044e":64,"\u043d\u0435\u043a\u043e\u0442\u043e\u0440\u043e\u0433\u043e":45,"\u043d\u0435\u043a\u043e\u0442\u043e\u0440\u043e\u0435":34,"\u043d\u0435\u043a\u043e\u0442\u043e\u0440\u043e\u0439":5,"\u043d\u0435\u043a\u043e\u0442\u043e\u0440\u043e\u043c":16,"\u043d\u0435\u043a\u043e\u0442\u043e\u0440\u043e\u043c\u0443":[15,19],"\u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435":[8,9,30,45,55],"\u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0439":26,"\u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u043c":64,"\u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0445":[4,7,10,12,16,33,37,42,51,63,64],"\u043d\u0435\u043b\u0438\u043d\u0435\u0439\u043d\u0430":61,"\u043d\u0435\u043b\u0438\u043d\u0435\u0439\u043d\u043e\u0433\u043e":[4,33,35,62],"\u043d\u0435\u043b\u0438\u043d\u0435\u0439\u043d\u043e\u0439":[32,42,49,55],"\u043d\u0435\u043b\u0438\u043d\u0435\u0439\u043d\u043e\u0441\u0442\u0438":7,"\u043d\u0435\u043b\u0438\u043d\u0435\u0439\u043d\u0443\u044e":[7,63,64],"\u043d\u0435\u043b\u0438\u043d\u0435\u0439\u043d\u044b":61,"\u043d\u0435\u043b\u0438\u043d\u0435\u0439\u043d\u044b\u043c\u0438":4,"\u043d\u0435\u043b\u0438\u043d\u0435\u0439\u043d\u044b\u0445":[4,37,62,63],"\u043d\u0435\u043b\u044c\u0437\u044f":[5,7,30,50],"\u043d\u0435\u043c\u043d\u043e\u0433\u0438\u0445":31,"\u043d\u0435\u043c\u043d\u043e\u0433\u043e":[10,34,59],"\u043d\u0435\u043c\u043e\u0442\u043e\u043d\u043e\u043d\u043d\u044b\u0445":35,"\u043d\u0435\u043c\u0443":43,"\u043d\u0435\u043d\u0443\u043b\u0435\u0432\u043e\u0439":[58,59],"\u043d\u0435\u043d\u0443\u043b\u0435\u0432\u044b\u0435":10,"\u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u0430\u044f":63,"\u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e":[11,12,14,16,17,21,22,28,30,33,37,50,52,53,55,58,59,61,64],"\u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0435":[21,31,34],"\u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0439":[10,55],"\u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u0438":[8,30],"\u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u0443\u044e":26,"\u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u044b":26,"\u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u044b\u0435":[24,28,30],"\u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u044b\u043c\u0438":[28,61],"\u043d\u0435\u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u0430":22,"\u043d\u0435\u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0439":22,"\u043d\u0435\u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u043e":17,"\u043d\u0435\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u044b\u0445":[17,59],"\u043d\u0435\u043e\u0442\u043b\u0438\u0447\u0438\u043c\u044b":10,"\u043d\u0435\u043e\u0442\u0440\u0438\u0446\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e":32,"\u043d\u0435\u043e\u0442\u0440\u0438\u0446\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0445":21,"\u043d\u0435\u043e\u0447\u0435\u0432\u0438\u0434\u043d\u044b\u0445":3,"\u043d\u0435\u043f\u043b\u043e\u0445\u043e":14,"\u043d\u0435\u043f\u043e\u0434\u0432\u0438\u0436\u043d\u043e\u0439":37,"\u043d\u0435\u043f\u043e\u0434\u0432\u0438\u0436\u043d\u0443\u044e":[37,49],"\u043d\u0435\u043f\u043e\u0434\u0432\u0438\u0436\u043d\u044b\u043c":40,"\u043d\u0435\u043f\u043e\u0434\u0445\u043e\u0434\u044f\u0449\u0438\u0439":15,"\u043d\u0435\u043f\u043e\u043b\u044f\u0440\u043d\u043e\u0433\u043e":12,"\u043d\u0435\u043f\u043e\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043d\u043d\u043e":24,"\u043d\u0435\u043f\u043e\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0439":26,"\u043d\u0435\u043f\u0440\u0435\u0440\u044b\u0432\u0435\u043d":[11,46],"\u043d\u0435\u043f\u0440\u0435\u0440\u044b\u0432\u043d\u0430\u044f":33,"\u043d\u0435\u043f\u0440\u0435\u0440\u044b\u0432\u043d\u043e":[11,15,17],"\u043d\u0435\u043f\u0440\u0435\u0440\u044b\u0432\u043d\u043e\u0439":[8,31],"\u043d\u0435\u043f\u0440\u0435\u0440\u044b\u0432\u043d\u043e\u0441\u0442\u044c":11,"\u043d\u0435\u043f\u0440\u0435\u0440\u044b\u0432\u043d\u0443\u044e":11,"\u043d\u0435\u043f\u0440\u0435\u0440\u044b\u0432\u043d\u044b\u0445":15,"\u043d\u0435\u043f\u0440\u0438\u0435\u043c\u043b\u0438\u043c\u043e":64,"\u043d\u0435\u043f\u0440\u0438\u044f\u0442\u043d\u044b\u043c":7,"\u043d\u0435\u0440\u0430\u0432\u0435\u043d\u0441\u0442":45,"\u043d\u0435\u0440\u0430\u0432\u0435\u043d\u0441\u0442\u0432\u043e":[46,49],"\u043d\u0435\u0440\u0430\u0432\u043d\u043e\u043c\u0435\u0440\u043d\u0430":[],"\u043d\u0435\u0440\u0430\u0432\u043d\u043e\u043c\u0435\u0440\u043d\u043e":17,"\u043d\u0435\u0440\u0435\u043a\u0443\u0440\u0441\u0438\u0432\u043d\u0430\u044f":19,"\u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u0445":[33,40,42,53,58,61],"\u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e":[3,4,15,19,21,22,26,30,31,39,41,49,56,59,62],"\u043d\u0435\u0441\u043b\u043e\u0436\u043d\u043e":[9,32,39,55,58],"\u043d\u0435\u0441\u043c\u043e\u0442\u0440\u044f":[10,16,59],"\u043d\u0435\u0441\u043e\u0437\u0434\u0430\u043d\u043d\u044b\u0445":[],"\u043d\u0435\u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u043e":52,"\u043d\u0435\u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u043e\u0433\u043e":51,"\u043d\u0435\u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u043e\u0435":[49,50,58],"\u043d\u0435\u0441\u0442\u0440\u043e\u0433\u043e\u0435":46,"\u043d\u0435\u0441\u0451\u0442":55,"\u043d\u0435\u0442":[17,21,22,24,26,28,30,48,59],"\u043d\u0435\u0442\u043e\u0447\u043d\u043e\u0435":[17,27,45],"\u043d\u0435\u0442\u043e\u0447\u043d\u043e\u0441\u0442\u0438":58,"\u043d\u0435\u0443\u0434\u0430\u0447\u043d\u043e":35,"\u043d\u0435\u0443\u0441\u0442\u043e\u0439\u0447\u0438\u0432\u043e\u0441\u0442\u0438":9,"\u043d\u0435\u0444\u0438\u0437\u0438\u0447\u0435\u0441\u043a\u043e\u0435":14,"\u043d\u0435\u0444\u0442\u0438":0,"\u043d\u0435\u0447\u0435\u0442\u043d\u044b\u043c":9,"\u043d\u0435\u0447\u0451\u0442\u043d\u0430\u044f":9,"\u043d\u0435\u0447\u0451\u0442\u043d\u043e\u0435":7,"\u043d\u0435\u0447\u0451\u0442\u043d\u043e\u043c":9,"\u043d\u0435\u0447\u0451\u0442\u043d\u044b\u0435":21,"\u043d\u0435\u0447\u0451\u0442\u043d\u044b\u0445":[7,9],"\u043d\u0435\u044f\u0432\u043d\u044b\u0439":42,"\u043d\u0435\u044f\u0432\u043d\u044b\u043c\u0438":42,"\u043d\u0435\u044f\u0432\u043d\u044b\u0445":42,"\u043d\u0435\u044f\u0441\u043d\u043e\u0441\u0442\u0435\u0439":24,"\u043d\u0435\u0451":[14,20,30,37,53,58],"\u043d\u0438":[30,62],"\u043d\u0438\u0431\u0443\u0434\u044c":[12,26,49,53],"\u043d\u0438\u0436\u0435":[1,7,9,10,11,12,17,19,20,24,25,26,28,30,31,32,34,36,38,43,47,48,49,58,61],"\u043d\u0438\u0436\u043d\u0435\u0439":38,"\u043d\u0438\u0436\u043d\u0435\u0442\u0440\u0435\u0443\u0433\u043e\u043b\u044c\u043d\u0430\u044f":[55,56,58,59,60],"\u043d\u0438\u0436\u043d\u0435\u0442\u0440\u0435\u0443\u0433\u043e\u043b\u044c\u043d\u043e\u0439":[42,58,59],"\u043d\u0438\u0436\u043d\u0435\u0442\u0440\u0435\u0443\u0433\u043e\u043b\u044c\u043d\u0443\u044e":58,"\u043d\u0438\u0436\u043d\u0435\u0442\u0440\u0435\u0443\u0433\u043e\u043b\u044c\u043d\u044b\u0439":42,"\u043d\u0438\u0437\u043a\u0438\u0445":9,"\u043d\u0438\u0437\u043a\u043e\u043f\u043b\u043e\u0442\u043d\u043e\u0433\u043e":12,"\u043d\u0438\u0437\u043a\u043e\u043f\u043b\u043e\u0442\u043d\u044b\u0435":12,"\u043d\u0438\u0437\u043a\u043e\u043f\u043b\u043e\u0442\u043d\u044b\u0439":12,"\u043d\u0438\u0437\u043a\u043e\u0443\u0440\u043e\u0432\u043d\u0435\u0432\u044b\u0435":25,"\u043d\u0438\u043a\u0430\u043a\u0438\u0445":30,"\u043d\u0438\u043a\u0443\u0434\u0430":10,"\u043d\u0438\u043c":[19,26,30],"\u043d\u0438\u043c\u0438":[28,30],"\u043d\u0438\u0445":[4,9,15,22,28,30,41,47,52,53,55,59],"\u043d\u0438\u0447\u0435\u0433\u043e":22,"\u043d\u043e":[7,9,10,11,14,15,16,17,19,21,22,23,24,26,28,29,30,32,33,34,35,36,37,40,42,47,49,58,59,61],"\u043d\u043e\u0432\u0430\u044f":19,"\u043d\u043e\u0432\u043e\u0433\u043e":[28,31,34,38,43,47],"\u043d\u043e\u0432\u043e\u0435":[31,34,35,43,45,63,64],"\u043d\u043e\u0432\u043e\u0439":[10,36,47,49,59],"\u043d\u043e\u0432\u0443\u044e":[24,36,38],"\u043d\u043e\u0432\u044b\u0435":[22,26,42,52],"\u043d\u043e\u0432\u044b\u0439":[21,31,58],"\u043d\u043e\u0432\u044b\u043c":[31,45],"\u043d\u043e\u0432\u044b\u0445":[4,10,16],"\u043d\u043e\u043b\u044c":[9,17,21,48,55,59],"\u043d\u043e\u043c\u0435\u0440":26,"\u043d\u043e\u043c\u0435\u0440\u043e\u043c":21,"\u043d\u043e\u0440\u043c\u0430":[15,25,42,43,48,49,64],"\u043d\u043e\u0440\u043c\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0433\u043e":17,"\u043d\u043e\u0440\u043c\u0430\u043b\u044c\u043d\u043e":59,"\u043d\u043e\u0440\u043c\u0430\u043b\u044c\u043d\u044b\u0435":50,"\u043d\u043e\u0440\u043c\u0435":[43,48],"\u043d\u043e\u0440\u043c\u0443":[15,49,64],"\u043d\u043e\u0440\u043c\u044b":[21,42,54,64],"\u043d\u043e\u0441\u0438\u0442":42,"\u043d\u043e\u0442\u0430\u0446\u0438\u044e":17,"\u043d\u043e\u0443\u0442\u0431\u0443\u043a":28,"\u043d\u043e\u0443\u0442\u0431\u0443\u043a\u0430\u043c\u0438":28,"\u043d\u043e\u0443\u0442\u0431\u0443\u043a\u0438":28,"\u043d\u043e\u0443\u0442\u0431\u0443\u043a\u043e\u0432":26,"\u043d\u043e\u0443\u0442\u0431\u0443\u043a\u043e\u043c":28,"\u043d\u0441":[10,19],"\u043d\u0443\u0436\u0435\u043d":30,"\u043d\u0443\u0436\u043d\u0430":19,"\u043d\u0443\u0436\u043d\u043e":[5,7,11,19,24,28,30,43,44,48,49,53,59],"\u043d\u0443\u0436\u043d\u043e\u0433\u043e":30,"\u043d\u0443\u0436\u043d\u044b":[24,30],"\u043d\u0443\u043b\u0435\u0432\u0430\u044f":11,"\u043d\u0443\u043b\u0435\u0432\u043e\u0433\u043e":21,"\u043d\u0443\u043b\u0435\u0432\u043e\u0439":[9,35,42,58,60],"\u043d\u0443\u043b\u0435\u0432\u0443\u044e":[58,59],"\u043d\u0443\u043b\u0435\u0432\u044b\u043c\u0438":53,"\u043d\u0443\u043b\u0435\u0439":[7,17,19],"\u043d\u0443\u043b\u0438":[7,32],"\u043d\u0443\u043b\u044e":7,"\u043d\u0443\u043b\u044f":[7,15,17],"\u043d\u0443\u043b\u044f\u043c\u0438":[7,58],"\u043d\u0443\u043b\u044f\u0445":7,"\u043d\u0443\u043b\u0451\u043c":17,"\u043d\u044c\u044e\u0442\u043e\u043d\u0430":[7,14,40,43,44,47,49,64],"\u043d\u044c\u044e\u0442\u043e\u043d\u043e\u0432\u0441\u043a\u0438\u043c":[48,63],"\u043d\u044c\u044e\u0442\u043e\u043d\u043e\u0432\u0441\u043a\u043e\u0435":43,"\u043d\u0451\u043c":[26,28,31,32,52,64],"\u043e":[15,26,28,29,30,36,39,42,45,47,48,49,52,57],"\u043e\u0431":[26,28,32,49,52],"\u043e\u0431\u0430":49,"\u043e\u0431\u0435":19,"\u043e\u0431\u0435\u0437\u0440\u0430\u0437\u043c\u0435\u0440\u0438\u0432\u0430\u043d\u0438\u044f":52,"\u043e\u0431\u0435\u0440\u043d\u0443\u0442\u044c":20,"\u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0438\u0432\u0430\u044e\u0449\u0438\u043c":64,"\u043e\u0431\u0437\u043e\u0440":3,"\u043e\u0431\u0437\u043e\u0440\u043e\u043c":27,"\u043e\u0431\u0438\u0442\u0430\u0435\u0442":3,"\u043e\u0431\u043b\u0430\u0434\u0430\u0435\u0442":[9,28,34,35,36,37,42],"\u043e\u0431\u043b\u0430\u0434\u0430\u0442\u044c":11,"\u043e\u0431\u043b\u0430\u0434\u0430\u044e\u0442":[7,15],"\u043e\u0431\u043b\u0430\u0441\u0442\u0438":[4,16,20,21,30,32,34],"\u043e\u0431\u043b\u0430\u0441\u0442\u044c":[9,21,32,34,45],"\u043e\u0431\u043b\u0430\u0441\u0442\u044c\u044e":45,"\u043e\u0431\u043c\u0435\u043d":28,"\u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0438\u0432\u0430\u0435\u043c":10,"\u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0438\u0432\u0430\u044e\u0442":5,"\u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0438\u043b":36,"\u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0438\u0442\u044c":47,"\u043e\u0431\u043d\u043e\u0432\u0438\u043c":36,"\u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c":34,"\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435":[43,47,59],"\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0438":64,"\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f":43,"\u043e\u0431\u043e\u0431\u0449\u0430\u044e\u0442\u0441\u044f":42,"\u043e\u0431\u043e\u0431\u0449\u0435\u043d\u0438\u0435":63,"\u043e\u0431\u043e\u0431\u0449\u0435\u043d\u0438\u0435\u043c":55,"\u043e\u0431\u043e\u0431\u0449\u0451\u043d\u043d\u044b\u0445":39,"\u043e\u0431\u043e\u0437\u043d\u0430\u0447\u0430\u0442\u044c":41,"\u043e\u0431\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435":[9,10],"\u043e\u0431\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f":[10,41,52],"\u043e\u0431\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u044b":64,"\u043e\u0431\u043e\u0437\u043d\u0430\u0447\u0438\u043c":[43,54,58,64],"\u043e\u0431\u043e\u0438\u043c\u0438":40,"\u043e\u0431\u043e\u0438\u0445":[38,44],"\u043e\u0431\u043e\u0439\u0442\u0438\u0441\u044c":10,"\u043e\u0431\u043e\u043b\u043e\u0447\u043a\u0430":28,"\u043e\u0431\u043e\u043b\u043e\u0447\u043a\u0438":24,"\u043e\u0431\u043e\u043b\u043e\u0447\u043a\u043e\u0439":28,"\u043e\u0431\u043e\u0440\u0430\u0447\u0438\u0432\u0430\u0435\u0442\u0441\u044f":26,"\u043e\u0431\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u0435\u0442\u0441\u044f":21,"\u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0438":20,"\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u0438\u0435":49,"\u043e\u0431\u0440\u0430\u0437\u043e\u043c":[5,9,10,11,12,14,16,17,21,30,32,33,34,35,36,39,42,47,53,58,59,61,63,64],"\u043e\u0431\u0440\u0430\u0437\u0443\u0435\u0442":52,"\u043e\u0431\u0440\u0430\u0437\u0443\u0435\u0442\u0441\u044f":49,"\u043e\u0431\u0440\u0430\u0437\u0443\u044e\u0442":15,"\u043e\u0431\u0440\u0430\u0437\u0443\u044f":30,"\u043e\u0431\u0440\u0430\u0442\u0438\u043c\u0430\u044f":59,"\u043e\u0431\u0440\u0430\u0442\u0438\u043c\u043e\u0439":[54,59],"\u043e\u0431\u0440\u0430\u0442\u0438\u043c\u043e\u0441\u0442\u044c":55,"\u043e\u0431\u0440\u0430\u0442\u0438\u043c\u044b\u0445":59,"\u043e\u0431\u0440\u0430\u0442\u0438\u0442\u0435":[],"\u043e\u0431\u0440\u0430\u0442\u0438\u0442\u0435\u0441\u044c":24,"\u043e\u0431\u0440\u0430\u0442\u0438\u0442\u044c":[7,43],"\u043e\u0431\u0440\u0430\u0442\u043d\u0430\u044f":57,"\u043e\u0431\u0440\u0430\u0442\u043d\u043e\u0433\u043e":43,"\u043e\u0431\u0440\u0430\u0442\u043d\u043e\u0439":[57,58,60,64],"\u043e\u0431\u0440\u0430\u0442\u043d\u0443\u044e":[56,58,59,64],"\u043e\u0431\u0440\u0430\u0442\u043d\u044b\u0439":43,"\u043e\u0431\u0440\u0430\u0442\u043d\u044b\u043c":[43,47],"\u043e\u0431\u0440\u0430\u0442\u043d\u044b\u043c\u0438":64,"\u043e\u0431\u0440\u0430\u0449\u0430\u0439\u0442\u0435\u0441\u044c":30,"\u043e\u0431\u0440\u0430\u0449\u0430\u0442\u044c\u0441\u044f":19,"\u043e\u0431\u0440\u0430\u0449\u0435\u043d\u0438\u0438":[20,55],"\u043e\u0431\u0440\u0430\u0449\u0435\u043d\u0438\u044f":26,"\u043e\u0431\u0440\u0435\u0437\u0430\u043d\u0438\u0435":17,"\u043e\u0431\u0443\u0441\u043b\u043e\u0432\u043b\u0435\u043d":35,"\u043e\u0431\u0443\u0441\u043b\u043e\u0432\u043b\u0435\u043d\u0430":[14,16],"\u043e\u0431\u0443\u0441\u043b\u043e\u0432\u043b\u0435\u043d\u043d\u043e\u0439":16,"\u043e\u0431\u0443\u0441\u043b\u043e\u0432\u043b\u0435\u043d\u043d\u043e\u0441\u0442\u0438":[33,54],"\u043e\u0431\u0443\u0441\u043b\u043e\u0432\u043b\u0435\u043d\u043d\u043e\u0441\u0442\u044c":[7,10,18],"\u043e\u0431\u0443\u0441\u043b\u043e\u0432\u043b\u0435\u043d\u043d\u043e\u0441\u0442\u044c\u044e":54,"\u043e\u0431\u0443\u0447\u0435\u043d\u0438\u0438":23,"\u043e\u0431\u0445\u043e\u0434\u044f\u0442\u0441\u044f":4,"\u043e\u0431\u0449\u0430\u044f":31,"\u043e\u0431\u0449\u0435\u0433\u043e":[11,42,59,62],"\u043e\u0431\u0449\u0435\u0435":[52,53],"\u043e\u0431\u0449\u0435\u043c":[4,10,26,34,37,40,42,52,64],"\u043e\u0431\u0449\u0438\u0435":38,"\u043e\u0431\u0449\u0438\u0439":59,"\u043e\u0431\u0449\u0438\u043c":15,"\u043e\u0431\u0449\u0443\u044e":11,"\u043e\u0431\u044a\u0435\u0434\u0438\u043d\u044f\u0442\u044c":22,"\u043e\u0431\u044a\u0435\u043a\u0442":[1,9,22,30,59],"\u043e\u0431\u044a\u0435\u043a\u0442\u0430":30,"\u043e\u0431\u044a\u0435\u043a\u0442\u0430\u043c\u0438":[22,29],"\u043e\u0431\u044a\u0435\u043a\u0442\u043e\u043c":59,"\u043e\u0431\u044a\u0435\u043a\u0442\u044b":[9,19,30],"\u043e\u0431\u044a\u044f\u0432\u0438\u0442\u0435":30,"\u043e\u0431\u044a\u044f\u0432\u0438\u0442\u044c":26,"\u043e\u0431\u044a\u044f\u0432\u043b\u0435\u043d":[26,30],"\u043e\u0431\u044a\u044f\u0432\u043b\u0435\u043d\u0430":20,"\u043e\u0431\u044a\u044f\u0432\u043b\u0435\u043d\u0438\u0435":30,"\u043e\u0431\u044a\u044f\u0432\u043b\u0435\u043d\u0438\u0438":[19,30],"\u043e\u0431\u044a\u044f\u0432\u043b\u0435\u043d\u0438\u044f":30,"\u043e\u0431\u044a\u044f\u0432\u043b\u044f\u0435\u0442":30,"\u043e\u0431\u044a\u044f\u0432\u043b\u044f\u0442\u044c":19,"\u043e\u0431\u044a\u044f\u0432\u043b\u044f\u044e\u0442\u0441\u044f":30,"\u043e\u0431\u044a\u0451\u043c":[12,49],"\u043e\u0431\u044a\u0451\u043c\u0430":61,"\u043e\u0431\u044a\u0451\u043c\u0430\u0445":32,"\u043e\u0431\u044a\u0451\u043c\u043e\u0432":32,"\u043e\u0431\u044a\u0451\u043c\u044b":[32,61],"\u043e\u0431\u044b\u043a\u043d\u043e\u0432\u0435\u043d\u043d\u044b\u0445":[4,41,55],"\u043e\u0431\u044b\u0447\u043d\u043e":[22,26,30,43,45,47,49,53],"\u043e\u0431\u044b\u0447\u043d\u043e\u0433\u043e":22,"\u043e\u0431\u044b\u0447\u043d\u043e\u0439":30,"\u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e":[7,55],"\u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0439":22,"\u043e\u0431\u0451\u0440\u0442\u043a\u0443":25,"\u043e\u0433\u043e":59,"\u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0430":63,"\u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0435\u043c":37,"\u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0439":30,"\u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u044f":42,"\u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u043e":[17,20],"\u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0432\u0430\u0435\u043c":38,"\u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0432\u0430\u0442\u044c":38,"\u043e\u0434\u0438\u043d":[10,14,17,19,21,22,27,30,31,35,40,43,49,50,58,60],"\u043e\u0434\u0438\u043d\u0430\u043a\u043e\u0432\u044b\u0435":[36,38,49,50],"\u043e\u0434\u0438\u043d\u0430\u043a\u043e\u0432\u044b\u0439":53,"\u043e\u0434\u0438\u043d\u0430\u043a\u043e\u0432\u044b\u043c":30,"\u043e\u0434\u0438\u043d\u0430\u043a\u043e\u0432\u044b\u043c\u0438":[],"\u043e\u0434\u0438\u043d\u0430\u043a\u043e\u0432\u044b\u0445":[19,27,40],"\u043e\u0434\u0438\u043d\u0430\u0440\u043d\u0430\u044f":19,"\u043e\u0434\u0438\u043d\u0430\u0440\u043d\u044b\u0435":29,"\u043e\u0434\u043d\u0430":[10,15,21,22,30,31,35],"\u043e\u0434\u043d\u0430\u0436\u0434\u044b":49,"\u043e\u0434\u043d\u0430\u043a\u043e":[4,5,8,9,14,16,17,19,22,29,30,37,38,42,43,45,47,48,52,54,57,59,64],"\u043e\u0434\u043d\u0438\u043c":[30,42,63],"\u043e\u0434\u043d\u0438\u0445":23,"\u043e\u0434\u043d\u043e":[9,10,17,19,21,22,35,38,47,53,55],"\u043e\u0434\u043d\u043e\u0433\u043e":[9,10,22,30,35,52,53,62],"\u043e\u0434\u043d\u043e\u0437\u043d\u0430\u0447\u0435\u043d":64,"\u043e\u0434\u043d\u043e\u0437\u043d\u0430\u0447\u043d\u043e":[15,45],"\u043e\u0434\u043d\u043e\u0439":[22,36,39,42,52],"\u043e\u0434\u043d\u043e\u043c":[9,55],"\u043e\u0434\u043d\u043e\u043c\u0435\u0440\u043d\u0430\u044f":15,"\u043e\u0434\u043d\u043e\u043c\u0435\u0440\u043d\u044b\u0445":19,"\u043e\u0434\u043d\u043e\u043c\u0443":30,"\u043e\u0434\u043d\u043e\u0440\u043e\u0434\u043d\u043e\u0439":52,"\u043e\u0434\u043d\u043e\u0444\u0430\u0437\u043d\u0430\u044f":[49,52],"\u043e\u0434\u043d\u043e\u0444\u0430\u0437\u043d\u043e\u0433\u043e":[49,50,51,52],"\u043e\u0434\u043d\u043e\u0444\u0430\u0437\u043d\u043e\u0435":[49,52],"\u043e\u0434\u043d\u043e\u0444\u0430\u0437\u043d\u043e\u0439":52,"\u043e\u0434\u043d\u043e\u0444\u0430\u0437\u043d\u043e\u043c":[49,52],"\u043e\u0434\u043d\u043e\u0444\u0430\u0437\u043d\u044b\u0439":49,"\u043e\u0434\u043d\u0443":[12,14,21],"\u043e\u0434\u0443":[38,39],"\u043e\u0435":10,"\u043e\u0436\u0438\u0434\u0430\u0435\u043c":[11,38],"\u043e\u0436\u0438\u0434\u0430\u0435\u0442\u0441\u044f":[34,40],"\u043e\u0436\u0438\u0434\u0430\u043d\u0438\u0435":29,"\u043e\u0436\u0438\u0434\u0430\u0442\u044c":[16,37],"\u043e\u0437\u043d\u0430\u043a\u043e\u043c\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0435":21,"\u043e\u0437\u043d\u0430\u0447\u0430\u0435\u0442":[7,9,10,17,19,39,63],"\u043e\u0439":[21,34,43,64],"\u043e\u043a\u0430\u0436\u0435\u0442\u0441\u044f":26,"\u043e\u043a\u0430\u0437\u0430\u0442\u044c\u0441\u044f":[48,49],"\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442\u0441\u044f":[7,11,35,42,45,52,58],"\u043e\u043a\u043e\u043b\u043e":[10,16,47],"\u043e\u043a\u0440\u0430\u0448\u0435\u043d\u044b":28,"\u043e\u043a\u0440\u0435\u0441\u0442\u043d\u043e\u0441\u0442\u0435\u0439":47,"\u043e\u043a\u0440\u0435\u0441\u0442\u043d\u043e\u0441\u0442\u0438":[37,46,47],"\u043e\u043a\u0440\u0435\u0441\u0442\u043d\u043e\u0441\u0442\u044c":46,"\u043e\u043a\u0440\u0443\u0433\u043b\u0435\u043d\u0438\u0435":31,"\u043e\u043a\u0440\u0443\u0433\u043b\u0435\u043d\u0438\u044f":[10,16,17,64],"\u043e\u043a\u0440\u0443\u0433\u043b\u044f\u0442\u044c":16,"\u043e\u043a\u0440\u0443\u0433\u043b\u0451\u043d\u043d\u044b\u0445":30,"\u043e\u043a\u0440\u0443\u0436\u0435\u043d\u0438\u0435":[26,28],"\u043e\u043a\u0440\u0443\u0436\u0435\u043d\u0438\u0438":26,"\u043e\u043a\u0440\u0443\u0436\u0435\u043d\u0438\u0439":26,"\u043e\u043a\u0440\u0443\u0436\u0435\u043d\u0438\u044f":[26,29],"\u043e\u043a\u0440\u0443\u0436\u0435\u043d\u0438\u044f\u043c\u0438":28,"\u043e\u043c":[39,48],"\u043e\u043d":[10,11,17,19,27,30,34,39,42,49],"\u043e\u043d\u0430":[5,7,9,20,21,24,26,30,38,59,64],"\u043e\u043d\u0438":[7,11,16,22,23,34,38],"\u043e\u043d\u043b\u0430\u0439\u043d":28,"\u043e\u043d\u043e":[17,19,30,49],"\u043e\u043f\u0435\u0440\u0430\u0442\u043e\u0440":[19,20,21,25,30],"\u043e\u043f\u0435\u0440\u0430\u0442\u043e\u0440\u0430":[19,22,30,59],"\u043e\u043f\u0435\u0440\u0430\u0442\u043e\u0440\u0430\u043c\u0438":[22,27],"\u043e\u043f\u0435\u0440\u0430\u0442\u043e\u0440\u043e\u043c":59,"\u043e\u043f\u0435\u0440\u0430\u0442\u043e\u0440\u044b":[19,21,22],"\u043e\u043f\u0435\u0440\u0430\u0446\u0438\u0438":[16,17,19,21,25,26,30,55,59],"\u043e\u043f\u0435\u0440\u0430\u0446\u0438\u0439":[17,19,25,27,58,59,64],"\u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0445":24,"\u043e\u043f\u0435\u0440\u0430\u0446\u0438\u044e":30,"\u043e\u043f\u0435\u0440\u0430\u0446\u0438\u044f":[21,27,30,58,63],"\u043e\u043f\u0435\u0440\u0430\u0446\u0438\u044f\u043c\u0438":64,"\u043e\u043f\u0435\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c":[],"\u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435":[27,29,56],"\u043e\u043f\u0438\u0441\u0430\u043d\u043d\u043e\u0439":34,"\u043e\u043f\u0438\u0441\u0430\u043d\u043d\u0443\u044e":12,"\u043e\u043f\u0438\u0441\u0430\u043d\u043d\u044b\u0435":40,"\u043e\u043f\u0438\u0441\u0430\u043d\u043e":30,"\u043e\u043f\u0438\u0441\u0430\u0442\u044c":34,"\u043e\u043f\u0438\u0441\u044b\u0432\u0430\u0435\u043c\u043e\u0435":61,"\u043e\u043f\u0438\u0441\u044b\u0432\u0430\u044e\u0442\u0441\u044f":4,"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0430":48,"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435":[15,36,37,39,54],"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0438":49,"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u044e":[7,52],"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u044f":[11,16,42,52,55,64],"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u043c\u0438":30,"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043e":[7,30],"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u044b":[7,11,22,30,53],"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0432":30,"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u043b":17,"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u043b\u0438":[],"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u043c":[33,42],"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u0435":6,"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u044c":[10,27,30,32,50,52,53],"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u043d\u044b":[],"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0435\u0442":[30,34],"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0435\u0442\u0441\u044f":[12,17,19,27,34,42,45,53,55,61],"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0442\u044c":30,"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442":[34,55],"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442\u0441\u044f":[7,9],"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d":[46,48,56],"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u0430\u044f":[44,46],"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u043e\u0433\u043e":8,"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u043e\u0439":[46,55],"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u043e\u0441\u0442\u044c":[48,55],"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u0443\u044e":[44,55],"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u044b\u0435":[17,61],"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u044b\u043c":48,"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u044b\u0445":[26,39],"\u043e\u043f\u0440\u043e\u0431\u043e\u0432\u0430\u0442\u044c":28,"\u043e\u043f\u0442\u0438\u043c\u0438\u0437\u0430\u0446\u0438\u0438":[4,37,43,44,47,48,55],"\u043e\u043f\u0442\u0438\u043c\u0438\u0437\u0430\u0446\u0438\u044f":43,"\u043e\u043f\u0442\u0438\u043c\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439":30,"\u043e\u043f\u0443\u0441\u043a\u0430\u0442\u044c":22,"\u043e\u043f\u0443\u0441\u043a\u0430\u044e\u0442\u0441\u044f":59,"\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u044c":27,"\u043e\u043f\u0446\u0438\u0435\u0439":28,"\u043e\u043f\u0446\u0438\u0438":28,"\u043e\u043f\u0446\u0438\u0439":28,"\u043e\u043f\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u043e":[47,64],"\u043e\u0440\u0431\u0438\u0442\u0430\u043c\u0438":40,"\u043e\u0440\u0431\u0438\u0442\u0443":40,"\u043e\u0440\u0431\u0438\u0442\u044b":40,"\u043e\u0440\u0433\u0430\u043d\u0438\u0437\u043e\u0432\u0430\u043d":[],"\u043e\u0440\u0433\u0430\u043d\u0438\u0437\u043e\u0432\u0430\u043d\u0430":30,"\u043e\u0440\u0438\u0433\u0438\u043d\u0430\u043b\u044c\u043d\u043e\u0439":[34,36],"\u043e\u0440\u0442\u043e\u0433\u043e\u043d\u0430\u043b\u0435\u043d":7,"\u043e\u0440\u0442\u043e\u0433\u043e\u043d\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438":55,"\u043e\u0440\u0442\u043e\u0433\u043e\u043d\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044e":7,"\u043e\u0440\u0442\u043e\u0433\u043e\u043d\u0430\u043b\u044c\u043d\u0430\u044f":55,"\u043e\u0440\u0442\u043e\u0433\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0445":7,"\u043e\u0440\u0442\u043e\u043d\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439":7,"\u043e\u0441\u0432\u0435\u0449\u0435\u043d\u044b":20,"\u043e\u0441\u0432\u043e\u0435\u043d\u0438\u044f":[3,21],"\u043e\u0441\u0438":[17,50],"\u043e\u0441\u043d\u043e\u0432\u0430\u043d\u043d\u043e\u0433\u043e":5,"\u043e\u0441\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0439":64,"\u043e\u0441\u043d\u043e\u0432\u0430\u043d\u044b":30,"\u043e\u0441\u043d\u043e\u0432\u0435":[9,19,22,38,64],"\u043e\u0441\u043d\u043e\u0432\u043d\u0430\u044f":20,"\u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0439":[12,22,26,51],"\u043e\u0441\u043d\u043e\u0432\u043d\u043e\u043c":[7,9],"\u043e\u0441\u043d\u043e\u0432\u043d\u044b\u0435":[23,29,45],"\u043e\u0441\u043d\u043e\u0432\u043d\u044b\u043c":3,"\u043e\u0441\u043d\u043e\u0432\u043d\u044b\u0445":22,"\u043e\u0441\u043d\u043e\u0432\u043e\u0439":64,"\u043e\u0441\u043d\u043e\u0432\u0443":[10,34],"\u043e\u0441\u043d\u043e\u0432\u044b\u0432\u0430\u0435\u0442\u0441\u044f":[10,35,36,58],"\u043e\u0441\u043e\u0431\u0435\u043d\u043d\u043e":7,"\u043e\u0441\u043e\u0431\u0435\u043d\u043d\u043e\u0441\u0442\u0435\u0439":[8,37],"\u043e\u0441\u043e\u0431\u0435\u043d\u043d\u043e\u0441\u0442\u0438":[],"\u043e\u0441\u043e\u0431\u0435\u043d\u043d\u043e\u0441\u0442\u044c":[9,10],"\u043e\u0441\u043e\u0431\u044b\u043c":21,"\u043e\u0441\u0442\u0430\u0432\u0438\u043c":49,"\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c":[34,49],"\u043e\u0441\u0442\u0430\u0432\u0448\u0438\u0439\u0441\u044f":26,"\u043e\u0441\u0442\u0430\u043b\u044c\u043d\u043e\u0439":26,"\u043e\u0441\u0442\u0430\u043b\u044c\u043d\u044b\u0435":[7,10,11,26,58],"\u043e\u0441\u0442\u0430\u043b\u044c\u043d\u044b\u0445":[26,33],"\u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438":49,"\u043e\u0441\u0442\u0430\u0442\u043e\u043a":27,"\u043e\u0441\u0442\u0430\u0451\u0442\u0441\u044f":[7,31,49],"\u043e\u0441\u0442\u043e\u0440\u043e\u0436\u043d\u0435\u0435":17,"\u043e\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0435\u043b\u044f\u0435\u0442\u0441\u044f":[],"\u043e\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043b\u044f\u0435\u0442\u0441\u044f":[19,26,59],"\u043e\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043b\u044f\u044e\u0442\u0441\u044f":16,"\u043e\u0441\u044c":12,"\u043e\u0441\u044c\u044e":31,"\u043e\u0441\u044f\u043c":21,"\u043e\u0441\u044f\u0445":[11,15],"\u043e\u0442":[5,6,7,8,9,10,11,14,15,16,17,22,24,26,27,28,30,38,39,40,42,43,45,48,49,50,52,53,54,61,62],"\u043e\u0442\u0431\u0440\u043e\u0441\u0438\u043c":63,"\u043e\u0442\u0432\u0435\u0442":24,"\u043e\u0442\u0432\u0435\u0442\u0430":[12,56],"\u043e\u0442\u0432\u0435\u0442\u0435":16,"\u043e\u0442\u0432\u0435\u0442\u043e\u0432":3,"\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0441\u0442\u0438":4,"\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0441\u0442\u044c":49,"\u043e\u0442\u0432\u0435\u0442\u0443":37,"\u043e\u0442\u0432\u0435\u0442\u044c\u0442\u0435":22,"\u043e\u0442\u0432\u0435\u0447\u0430\u044e\u0449\u0430\u044f":21,"\u043e\u0442\u0432\u043e\u0434\u0438\u0442\u0441\u044f":17,"\u043e\u0442\u0434\u0435\u043b\u0438\u0442\u044c":22,"\u043e\u0442\u0434\u0435\u043b\u044c\u043d\u043e":42,"\u043e\u0442\u0434\u0435\u043b\u044c\u043d\u043e\u0433\u043e":42,"\u043e\u0442\u0434\u0435\u043b\u044c\u043d\u043e\u0439":30,"\u043e\u0442\u0434\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0438":33,"\u043e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u0435":26,"\u043e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u0439":50,"\u043e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u043c\u0438":29,"\u043e\u0442\u043a\u0430\u0437\u0430\u0442\u044c\u0441\u044f":24,"\u043e\u0442\u043a\u0430\u0437\u043e\u0443\u0441\u0442\u043e\u0439\u0447\u0438\u0432\u043e\u0441\u0442\u044c":49,"\u043e\u0442\u043a\u043b\u043e\u043d\u044f\u0435\u0442\u0441\u044f":15,"\u043e\u0442\u043a\u0440\u043e\u0439\u0442\u0435":24,"\u043e\u0442\u043a\u0440\u044b\u0432\u0448\u0435\u043c\u0441\u044f":24,"\u043e\u0442\u043a\u0440\u044b\u0442\u043e\u0433\u043e":[],"\u043e\u0442\u043a\u0440\u044b\u0442\u043e\u0439":9,"\u043e\u0442\u043a\u0440\u044b\u0442\u043e\u043c\u0443":7,"\u043e\u0442\u043a\u0440\u044b\u0442\u044b\u043c":9,"\u043e\u0442\u043a\u0440\u044b\u0442\u044b\u043c\u0438":9,"\u043e\u0442\u043a\u0440\u044b\u0442\u044b\u0445":[7,9],"\u043e\u0442\u043a\u0443\u0434\u0430":[7,26,35,38,48,58],"\u043e\u0442\u043b\u0438\u0447\u0430\u0435\u0442\u0441\u044f":[5,26,38],"\u043e\u0442\u043b\u0438\u0447\u0430\u043b\u0430\u0441\u044c":48,"\u043e\u0442\u043b\u0438\u0447\u0430\u0442\u044c":28,"\u043e\u0442\u043b\u0438\u0447\u0430\u0442\u044c\u0441\u044f":[7,39,42,48],"\u043e\u0442\u043b\u0438\u0447\u0430\u044e\u0442\u0441\u044f":[10,38,43,45],"\u043e\u0442\u043b\u0438\u0447\u0430\u044e\u0449\u0438\u0435\u0441\u044f":36,"\u043e\u0442\u043b\u0438\u0447\u0430\u044e\u0449\u0438\u0445\u0441\u044f":17,"\u043e\u0442\u043b\u0438\u0447\u0430\u044e\u0449\u0443\u044e\u0441\u044f":17,"\u043e\u0442\u043b\u0438\u0447\u0438\u0435":[11,22,26,28,30,40,42,43,61,62,64],"\u043e\u0442\u043b\u0438\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c":40,"\u043e\u0442\u043b\u0438\u0447\u043d\u043e\u0433\u043e":17,"\u043e\u0442\u043c\u0435\u0442\u0438\u043c":[10,42,47,48,62],"\u043e\u0442\u043c\u0435\u0442\u0438\u0442\u044c":[7,10,17,24],"\u043e\u0442\u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f":[16,17],"\u043e\u0442\u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044c\u043d\u043e":[7,26,53,61],"\u043e\u0442\u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e":16,"\u043e\u0442\u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0435":54,"\u043e\u0442\u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0439":[10,54],"\u043e\u0442\u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u043c\u0443":16,"\u043e\u0442\u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044c\u043d\u0443\u044e":[5,16,17],"\u043e\u0442\u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c":16,"\u043e\u0442\u043d\u043e\u0441\u0438\u0442\u0441\u044f":42,"\u043e\u0442\u043d\u043e\u0441\u044f\u0442":53,"\u043e\u0442\u043d\u043e\u0441\u044f\u0442\u0441\u044f":7,"\u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u0435":[32,37],"\u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u044f":16,"\u043e\u0442\u0440\u0430\u0436\u0430\u0435\u0442":12,"\u043e\u0442\u0440\u0430\u0436\u0430\u044e\u0449\u0438\u0435":40,"\u043e\u0442\u0440\u0435\u0437\u043a\u0430":[5,9,10,11,15,31,33,34,36,39],"\u043e\u0442\u0440\u0435\u0437\u043a\u0430\u043c":8,"\u043e\u0442\u0440\u0435\u0437\u043a\u0430\u043c\u0438":15,"\u043e\u0442\u0440\u0435\u0437\u043a\u0430\u0445":[5,8],"\u043e\u0442\u0440\u0435\u0437\u043a\u0435":[5,7,8,9,10,11,15,31,36,39,42],"\u043e\u0442\u0440\u0435\u0437\u043a\u043e\u0432":[8,9,11],"\u043e\u0442\u0440\u0435\u0437\u043a\u043e\u043c":[15,31],"\u043e\u0442\u0440\u0435\u0437\u043a\u0443":8,"\u043e\u0442\u0440\u0435\u0437\u043e\u043a":[5,7,8,10,31,36,39],"\u043e\u0442\u0440\u0438\u0446\u0430\u043d\u0438\u0435":27,"\u043e\u0442\u0440\u0438\u0446\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e":21,"\u043e\u0442\u0440\u0438\u0446\u0430\u0442\u0435\u043b\u044c\u043d\u0443\u044e":17,"\u043e\u0442\u0440\u0438\u0446\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0435":[9,17],"\u043e\u0442\u0440\u0438\u0446\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u043c":[17,47],"\u043e\u0442\u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0439":15,"\u043e\u0442\u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u044b":21,"\u043e\u0442\u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c":[],"\u043e\u0442\u0441\u0442\u043e\u044f\u0442":17,"\u043e\u0442\u0441\u0442\u0443\u0442\u0441\u0432\u0438\u0435\u043c":26,"\u043e\u0442\u0441\u0442\u0443\u0442\u0441\u0442\u0432\u0443\u044e\u0442":11,"\u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u0435":19,"\u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442":24,"\u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u044e\u0442":42,"\u043e\u0442\u0441\u044e\u0434\u0430":[7,9,16,17,37,38,54],"\u043e\u0442\u0443\u0442\u0441\u0442\u0432\u0438\u0435":22,"\u043e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0433\u043e":24,"\u043e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0439":24,"\u043e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0439":26,"\u043e\u0444\u043e\u0440\u043c\u0438\u0442\u044c":[],"\u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u044e":21,"\u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u043e":21,"\u043e\u0446\u0435\u043d\u0438\u0432\u0430\u0442\u044c":14,"\u043e\u0446\u0435\u043d\u0438\u0442\u044c":[4,5,16,38,49],"\u043e\u0446\u0435\u043d\u043a\u0430":[7,9,11,18,35,38],"\u043e\u0446\u0435\u043d\u043a\u0438":[5,16,38],"\u043e\u0446\u0435\u043d\u043a\u043e\u0439":[15,16],"\u043e\u0446\u0435\u043d\u043a\u0443":[7,17,38,54],"\u043e\u0446\u0435\u043d\u043e\u0447\u043d\u043e\u0439":6,"\u043e\u0447\u0435\u0432\u0438\u0434\u043d\u044b\u0439":9,"\u043e\u0447\u0435\u043d\u044c":[15,31],"\u043e\u0447\u0435\u0440\u0435\u0434\u044c":[4,10,12,17,30,49,52,54,63],"\u043e\u0447\u0438\u0441\u0442\u0438\u0442\u0435":[],"\u043e\u0447\u0438\u0441\u0442\u0438\u0442\u044c":28,"\u043e\u0448\u0438\u0431\u043a\u0430":[7,9,10,11,15,16,17,20,35,37,38,47],"\u043e\u0448\u0438\u0431\u043a\u0430\u043c":[16,17],"\u043e\u0448\u0438\u0431\u043a\u0430\u0445":[],"\u043e\u0448\u0438\u0431\u043a\u0435":26,"\u043e\u0448\u0438\u0431\u043a\u0438":[6,7,10,14,15,16,17,35,37,38,64],"\u043e\u0448\u0438\u0431\u043a\u043e\u0439":[14,16,50,54,64],"\u043e\u0448\u0438\u0431\u043a\u0443":[5,7,14,16,17,30,31,36,38,54,63,64],"\u043e\u0448\u0438\u0431\u043e\u043a":[17,37,42,49],"\u043f":40,"\u043f\u0430":12,"\u043f\u0430\u043a\u0435\u0442":[12,19,21,24,26,28,50],"\u043f\u0430\u043a\u0435\u0442\u0430":[12,16,26],"\u043f\u0430\u043a\u0435\u0442\u0430\u043c\u0438":28,"\u043f\u0430\u043a\u0435\u0442\u0435":[26,49],"\u043f\u0430\u043a\u0435\u0442\u043e\u0432":[24,26,28],"\u043f\u0430\u043a\u0435\u0442\u043e\u043c":32,"\u043f\u0430\u043a\u0435\u0442\u044b":24,"\u043f\u0430\u043c\u044f\u0442\u0438":[9,19,30,58],"\u043f\u0430\u043c\u044f\u0442\u044c":[19,29,56,63],"\u043f\u0430\u0440\u0430":49,"\u043f\u0430\u0440\u0430\u0431\u043e\u043b\u0438\u0447\u0435\u0441\u043a\u0443\u044e":47,"\u043f\u0430\u0440\u0430\u0431\u043e\u043b\u043e\u0439":9,"\u043f\u0430\u0440\u0430\u0431\u043e\u043b\u044b":35,"\u043f\u0430\u0440\u0430\u043b\u043b\u0435\u043b\u043e\u0433\u0440\u0430\u043c\u043c\u044b":30,"\u043f\u0430\u0440\u0430\u043b\u043b\u0435\u043b\u044c\u043d\u043e\u0435":27,"\u043f\u0430\u0440\u0430\u043b\u043b\u0435\u043b\u044c\u043d\u044b\u043c\u0438":21,"\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440":[12,30,34,47],"\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0430":[32,34],"\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0430\u043c\u0438":12,"\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0430\u0445":4,"\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0438\u0437\u0430\u0446\u0438\u0438":[30,32],"\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0438\u0437\u0430\u0446\u0438\u044f":[4,12,32],"\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0438\u0437\u043e\u0432\u0430\u043d":30,"\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0438\u0437\u043e\u0432\u0430\u043d\u0430":12,"\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0438\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u0445":30,"\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0438\u0437\u043e\u0432\u0430\u043d\u044b":32,"\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0438\u0447\u0435\u0441\u043a\u0438\u0439":30,"\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0438\u0447\u0435\u0441\u043a\u0438\u043c\u0438":[30,38],"\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e":30,"\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043e\u0432":[12,30,51],"\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b":[33,34,47,49,50,52],"\u043f\u0430\u0440\u0430\u0445":[],"\u043f\u0430\u0440\u0435":16,"\u043f\u0430\u0440\u043d\u043e\u0433\u043e":53,"\u043f\u0430\u0440\u043e\u0436\u0438\u0434\u043a\u043e\u0441\u0442\u043d\u043e\u0433\u043e":32,"\u043f\u0430\u0440\u0441\u0438\u043d\u0433":29,"\u043f\u0430\u0440\u044b":[38,50],"\u043f\u0430\u0442\u0442\u0435\u0440\u043d\u043e\u0432":30,"\u043f\u0435\u043d\u0442\u0430\u043d":50,"\u043f\u0435\u0440\u0432\u0430\u044f":[17,38,45,58],"\u043f\u0435\u0440\u0432\u043e\u0433\u043e":[3,19,38,42,47,58],"\u043f\u0435\u0440\u0432\u043e\u0435":[33,47,52,59],"\u043f\u0435\u0440\u0432\u043e\u0439":[7,11,20,51,58],"\u043f\u0435\u0440\u0432\u043e\u043c":[30,45,47,49,59],"\u043f\u0435\u0440\u0432\u043e\u043c\u0443":47,"\u043f\u0435\u0440\u0432\u043e\u043e\u0431\u0440\u0430\u0437\u043d\u0430\u044f":8,"\u043f\u0435\u0440\u0432\u0443\u044e":[11,58],"\u043f\u0435\u0440\u0432\u044b\u0435":49,"\u043f\u0435\u0440\u0432\u044b\u0439":[10,19,30,33,39,42,58],"\u043f\u0435\u0440\u0432\u044b\u043c":42,"\u043f\u0435\u0440\u0432\u044b\u0445":[27,31,48,49,61],"\u043f\u0435\u0440\u0435\u0431\u0440\u0430\u0442\u044c":52,"\u043f\u0435\u0440\u0435\u0432\u043e\u0434\u0430":[],"\u043f\u0435\u0440\u0435\u0432\u044b\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u0439":10,"\u043f\u0435\u0440\u0435\u0432\u044b\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u044f\u043c":5,"\u043f\u0435\u0440\u0435\u0433\u0440\u0443\u0436\u0430\u0442\u044c":21,"\u043f\u0435\u0440\u0435\u0433\u0440\u0443\u0437\u0438\u0442\u044c":21,"\u043f\u0435\u0440\u0435\u0434":[43,64],"\u043f\u0435\u0440\u0435\u0434\u0430\u0432\u0430\u0442\u044c":22,"\u043f\u0435\u0440\u0435\u0434\u0430\u0442\u044c":26,"\u043f\u0435\u0440\u0435\u0434\u0430\u0447\u0438":22,"\u043f\u0435\u0440\u0435\u0434\u0430\u044e\u0442\u0441\u044f":[22,58],"\u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0438\u0441\u044b\u0432\u0430\u0442\u044c":19,"\u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0438\u0441\u044c":30,"\u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u043a\u0430":[],"\u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u043a\u0430\u0442\u044c":28,"\u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u044b\u0432\u0430\u0442\u044c":26,"\u043f\u0435\u0440\u0435\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f":63,"\u043f\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435":28,"\u043f\u0435\u0440\u0435\u0439\u0442\u0438":[34,47],"\u043f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f":28,"\u043f\u0435\u0440\u0435\u043c\u0435\u043d\u043d\u0430\u044f":[20,29,30],"\u043f\u0435\u0440\u0435\u043c\u0435\u043d\u043d\u043e\u0439":[20,22,27,28,29,30,41],"\u043f\u0435\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u0435":[22,52],"\u043f\u0435\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u043c":22,"\u043f\u0435\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u043c\u0438":22,"\u043f\u0435\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u0445":[27,30,49,50,52],"\u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0430\u0435\u0442\u0441\u044f":34,"\u043f\u0435\u0440\u0435\u043d\u043e\u0441":4,"\u043f\u0435\u0440\u0435\u043d\u043e\u0441\u0430":4,"\u043f\u0435\u0440\u0435\u043d\u043e\u0441\u0438\u0442\u044c":30,"\u043f\u0435\u0440\u0435\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0442\u044c":26,"\u043f\u0435\u0440\u0435\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u044b\u0445":55,"\u043f\u0435\u0440\u0435\u043f\u0438\u0448\u0435\u043c":53,"\u043f\u0435\u0440\u0435\u043f\u0438\u0448\u0435\u0442\u0441\u044f":52,"\u043f\u0435\u0440\u0435\u0441\u0435\u0447\u0435\u043d\u0438\u0435":[19,34],"\u043f\u0435\u0440\u0435\u0441\u0435\u0447\u0435\u043d\u0438\u044e":19,"\u043f\u0435\u0440\u0435\u0441\u0435\u0447\u0435\u043d\u0438\u044f":[31,35],"\u043f\u0435\u0440\u0435\u0441\u0442\u0430\u0432\u0438\u0442\u044c":59,"\u043f\u0435\u0440\u0435\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438":[55,59],"\u043f\u0435\u0440\u0435\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0443":59,"\u043f\u0435\u0440\u0435\u0441\u0442\u0430\u043d\u043e\u0432\u043e\u043a":[55,59],"\u043f\u0435\u0440\u0435\u0441\u0447\u0438\u0442\u044b\u0432\u0430\u044e\u0442":53,"\u043f\u0435\u0440\u0435\u0441\u0447\u0451\u0442\u0430":7,"\u043f\u0435\u0440\u0435\u0442\u0430\u0449\u0438\u0442\u044c":24,"\u043f\u0435\u0440\u0435\u0444\u043e\u0440\u043c\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u0442\u044c":64,"\u043f\u0435\u0440\u0435\u0445\u043e\u0434":[10,28],"\u043f\u0435\u0440\u0435\u0445\u043e\u0434\u0430":[10,28,45,51],"\u043f\u0435\u0440\u0435\u0445\u043e\u0434\u0438\u0442":28,"\u043f\u0435\u0440\u0435\u0445\u043e\u0434\u0438\u0442\u044c":[10,28,52],"\u043f\u0435\u0440\u0435\u0445\u043e\u0434\u044b":4,"\u043f\u0435\u0440\u0435\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u0435":26,"\u043f\u0435\u0440\u0435\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u044b\u0435":28,"\u043f\u0435\u0440\u0438\u043e\u0434":40,"\u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u0435\u0441\u043a\u0438\u0445":40,"\u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u0435\u0441\u043a\u043e\u0435":40,"\u043f\u0435\u0440\u0438\u043e\u0434\u043e\u043c":40,"\u043f\u0435\u0440\u0441\u043f\u0435\u043a\u0442\u0438\u0432\u0435":42,"\u043f\u0435\u0447\u0430\u0442\u0430\u0435\u0442":[27,29],"\u043f\u0435\u0447\u0430\u0442\u044c":[29,50],"\u043f\u0435\u0447\u0430\u0442\u044c\u044e":21,"\u043f\u0438\u0441\u0430\u0440\u0435\u0432\u0430":3,"\u043f\u0438\u0441\u0430\u0442\u044c":[23,52],"\u043f\u043a\u043c":24,"\u043f\u043b\u0430\u0432\u0430\u044e\u0449\u0435\u0439":[16,18,58,59],"\u043f\u043b\u0430\u0432\u043d\u043e":5,"\u043f\u043b\u0430\u0433\u0438\u043d":28,"\u043f\u043b\u0430\u0442\u043e\u0439":49,"\u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0435":26,"\u043f\u043b\u043e\u0441\u043a\u043e\u0441\u0442\u0438":[21,30],"\u043f\u043b\u043e\u0442\u043d\u043e\u0439":53,"\u043f\u043b\u043e\u0442\u043d\u043e\u0441\u0442\u0438":[19,52],"\u043f\u043b\u043e\u0445\u0430\u044f":16,"\u043f\u043b\u043e\u0445\u043e":[14,16,35],"\u043f\u043b\u043e\u0445\u043e\u0433\u043e":64,"\u043f\u043b\u043e\u0445\u043e\u0435":42,"\u043f\u043b\u043e\u0445\u043e\u0439":64,"\u043f\u043e":[1,3,5,7,8,9,10,11,12,14,16,17,19,20,21,22,23,24,26,27,28,30,31,32,33,34,35,38,39,40,41,42,43,45,47,48,49,50,52,53,54,55,58,64],"\u043f\u043e\u0431\u043e\u0447\u043d\u0430\u044f":19,"\u043f\u043e\u0431\u043e\u0447\u043d\u043e\u0439":10,"\u043f\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u0435":[5,14,30,38,45],"\u043f\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u0435\u043c":19,"\u043f\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u044f":38,"\u043f\u043e\u0432\u0435\u0440\u0445":32,"\u043f\u043e\u0432\u0435\u0440\u0445\u043d\u043e\u0441\u0442\u043d\u043e\u0435":4,"\u043f\u043e\u0432\u043b\u0438\u044f\u0435\u0442":54,"\u043f\u043e\u0432\u043e\u0440\u043e\u0442":[],"\u043f\u043e\u0432\u043e\u0440\u043e\u0442\u043e\u043c":[],"\u043f\u043e\u0432\u0442\u043e\u0440\u0438\u043c":19,"\u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435":40,"\u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e\u0433\u043e":22,"\u043f\u043e\u0432\u0442\u043e\u0440\u044f\u0442\u044c":38,"\u043f\u043e\u0432\u0442\u043e\u0440\u044f\u044f":58,"\u043f\u043e\u0432\u044b\u0448\u0430\u044e\u0449\u0443\u044e":53,"\u043f\u043e\u0432\u044b\u0448\u0435\u043d\u0438\u0435\u043c":9,"\u043f\u043e\u0432\u044b\u0448\u0435\u043d\u0438\u0438":[7,9],"\u043f\u043e\u0432\u044b\u0448\u0435\u043d\u0438\u044f":5,"\u043f\u043e\u0433\u0440\u0435\u0448\u043d\u043e\u0441\u0442\u0438":[5,7,9,10,38,39],"\u043f\u043e\u0433\u0440\u0435\u0448\u043d\u043e\u0441\u0442\u044c":[5,8,16,17,38,58],"\u043f\u043e\u0433\u0440\u0435\u0448\u043d\u043e\u0441\u0442\u044c\u044e":[8,16],"\u043f\u043e\u0433\u0440\u0435\u0448\u043d\u043e\u0441\u0442\u044f\u043c\u0438":14,"\u043f\u043e\u0434":[10,17,19,23,30,32,38,47,52,56,64],"\u043f\u043e\u0434\u0430\u043d\u043d\u044b\u0435":22,"\u043f\u043e\u0434\u0430\u0442\u044c":[27,30,64],"\u043f\u043e\u0434\u0431\u0435\u0440\u0438\u0442\u0435":40,"\u043f\u043e\u0434\u0431\u0438\u0440\u0430\u0435\u0442\u0441\u044f":48,"\u043f\u043e\u0434\u0431\u0438\u0440\u0430\u044e\u0442":5,"\u043f\u043e\u0434\u0431\u043e\u0440":[38,43],"\u043f\u043e\u0434\u0431\u043e\u0440\u0430":38,"\u043f\u043e\u0434\u0431\u043e\u0440\u0443":38,"\u043f\u043e\u0434\u0433\u043e\u0442\u043e\u0432\u043a\u0435":51,"\u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043c\u044b\u0445":27,"\u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442":28,"\u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f":27,"\u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044f":31,"\u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430":29,"\u043f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f":26,"\u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435":57,"\u043f\u043e\u0434\u043b\u0438\u043d\u043d\u044b\u0439":64,"\u043f\u043e\u0434\u043c\u0430\u0441\u0441\u0438\u0432":9,"\u043f\u043e\u0434\u043c\u0430\u0442\u0440\u0438\u0446\u0430":19,"\u043f\u043e\u0434\u043c\u043d\u043e\u0436\u0435\u0441\u0442\u0432\u0443":45,"\u043f\u043e\u0434\u043e\u0431\u043d\u0430\u044f":55,"\u043f\u043e\u0434\u043e\u0431\u043d\u043e":[11,31],"\u043f\u043e\u0434\u043e\u0431\u043d\u043e\u0433\u043e":27,"\u043f\u043e\u0434\u043e\u0431\u043d\u043e\u0435":5,"\u043f\u043e\u0434\u043e\u0431\u043d\u043e\u0439":59,"\u043f\u043e\u0434\u043e\u0431\u043d\u044b\u0435":[12,16,42,55],"\u043f\u043e\u0434\u043e\u0431\u043d\u044b\u043c":64,"\u043f\u043e\u0434\u043e\u0431\u043d\u044b\u0445":22,"\u043f\u043e\u0434\u043e\u0431\u0440\u0430\u043d\u043e":43,"\u043f\u043e\u0434\u043e\u0439\u0434\u0435\u0442":24,"\u043f\u043e\u0434\u043e\u0439\u0434\u0451\u0442":5,"\u043f\u043e\u0434\u043e\u0442\u0440\u0435\u0437\u043a\u0430":9,"\u043f\u043e\u0434\u043e\u0442\u0440\u0435\u0437\u043a\u0435":5,"\u043f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u0435\u0442\u0441\u044f":30,"\u043f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u0442\u044c":59,"\u043f\u043e\u0434\u0440\u043e\u0431\u043d\u0435\u0435":[5,20,26,28,29,30,32,52],"\u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e":20,"\u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u044f\u043c\u0438":30,"\u043f\u043e\u0434\u0440\u043e\u0431\u043d\u0443\u044e":32,"\u043f\u043e\u0434\u0441\u0432\u0435\u0442\u043a\u0443":28,"\u043f\u043e\u0434\u0441\u043a\u0430\u0437\u043a\u0438":30,"\u043f\u043e\u0434\u0441\u0442\u0430\u0432\u0438\u0432":7,"\u043f\u043e\u0434\u0441\u0442\u0430\u0432\u0438\u043c":[36,39,42],"\u043f\u043e\u0434\u0441\u0442\u0430\u0432\u043b\u044f\u0442\u0441\u044f":26,"\u043f\u043e\u0434\u0441\u0442\u0430\u0432\u043d\u043e\u0432\u043a\u0443":58,"\u043f\u043e\u0434\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430":26,"\u043f\u043e\u0434\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430\u043c\u0438":58,"\u043f\u043e\u0434\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0435":[11,39],"\u043f\u043e\u0434\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438":[12,56,59,60],"\u043f\u043e\u0434\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u043e\u0439":[58,60],"\u043f\u043e\u0434\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0443":[26,58],"\u043f\u043e\u0434\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u044e\u0449\u0438\u0435":38,"\u043f\u043e\u0434\u0441\u0442\u0440\u043e\u0438\u0442\u044c":38,"\u043f\u043e\u0434\u0441\u0447\u0438\u0442\u0430\u0435\u043c":10,"\u043f\u043e\u0434\u0441\u0447\u0438\u0442\u0430\u0439\u0442\u0435":[6,21,40],"\u043f\u043e\u0434\u0441\u0447\u0438\u0442\u0430\u043d\u043d\u0443\u044e":12,"\u043f\u043e\u0434\u0441\u0447\u0438\u0442\u0430\u043d\u043d\u044b\u043c":61,"\u043f\u043e\u0434\u0441\u0447\u0438\u0442\u0430\u043d\u044b":12,"\u043f\u043e\u0434\u0441\u0447\u0438\u0442\u0430\u0442\u044c":[12,38,47,54],"\u043f\u043e\u0434\u0441\u0447\u0438\u0442\u044b\u0432\u0430\u044e\u0449\u0443\u044e":21,"\u043f\u043e\u0434\u0441\u0447\u0451\u0442":[49,51],"\u043f\u043e\u0434\u0441\u0447\u0451\u0442\u0430":49,"\u043f\u043e\u0434\u0441\u0447\u0451\u0442\u0435":59,"\u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0430\u0435\u0442":42,"\u043f\u043e\u0434\u0442\u0438\u043f\u0430\u043c\u0438":30,"\u043f\u043e\u0434\u0442\u0438\u043f\u043e\u043c":[19,30],"\u043f\u043e\u0434\u0442\u0438\u043f\u044b":30,"\u043f\u043e\u0434\u0445\u043e\u0434":[7,42,47],"\u043f\u043e\u0434\u0445\u043e\u0434\u0438\u0442":[17,28,30,33,48],"\u043f\u043e\u0434\u0445\u043e\u0434\u044f\u0442":30,"\u043f\u043e\u0434\u0445\u043e\u0434\u044f\u0449\u0435\u0435":55,"\u043f\u043e\u0434\u0445\u043e\u0434\u044f\u0449\u0438\u0435":[48,49],"\u043f\u043e\u0434\u0448\u0430\u0433":37,"\u043f\u043e\u0434\u044b\u043d\u0442\u0435\u0433\u0440\u0430\u043b\u044c\u043d\u0430\u044f":9,"\u043f\u043e\u0434\u044b\u043d\u0442\u0435\u0433\u0440\u0430\u043b\u044c\u043d\u043e\u0439":[7,8,9],"\u043f\u043e\u0434\u044b\u0442\u043e\u0436\u0438\u043c":49,"\u043f\u043e\u0437\u0432\u043e\u043b\u0438\u0442":10,"\u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442":[9,10,16,19,22,24,26,27,28,30,38,51,55,64],"\u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0442":7,"\u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0449\u0430\u044f":20,"\u043f\u043e\u0437\u0432\u043e\u043d\u043e\u0447\u043d\u0438\u043a":27,"\u043f\u043e\u0437\u0434\u043d\u0435\u0435":26,"\u043f\u043e\u0437\u0438\u0446\u0438\u0438":31,"\u043f\u043e\u0437\u0438\u0446\u0438\u043e\u043d\u043d\u044b\u0435":22,"\u043f\u043e\u0437\u0438\u0446\u0438\u043e\u043d\u043d\u044b\u0439":22,"\u043f\u043e\u0437\u0438\u0446\u0438\u043e\u043d\u043d\u044b\u043c":22,"\u043f\u043e\u0437\u0438\u0446\u0438\u043e\u043d\u043d\u044b\u043c\u0438":22,"\u043f\u043e\u0437\u0438\u0446\u0438\u043e\u043d\u043d\u044b\u0445":[17,30],"\u043f\u043e\u0438\u0441\u043a":[7,26,33,43,45,48,49,64],"\u043f\u043e\u0438\u0441\u043a\u0430":[21,26,33,34,35,37,47,52],"\u043f\u043e\u0438\u0441\u043a\u0435":[15,42,47,49],"\u043f\u043e\u0438\u0441\u043a\u0438":47,"\u043f\u043e\u0438\u0441\u043a\u043e\u043c":[34,43,45,47,48,64],"\u043f\u043e\u0438\u0441\u043a\u0443":[33,37,47],"\u043f\u043e\u0438\u0441\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u044c":30,"\u043f\u043e\u0438\u0449\u0435\u043c":64,"\u043f\u043e\u0439\u0434\u0451\u0442":[47,57],"\u043f\u043e\u043a\u0430":[10,35,37,38,42,45,64],"\u043f\u043e\u043a\u0430\u0436\u0435\u0442":26,"\u043f\u043e\u043a\u0430\u0437\u0430\u043b\u0438":34,"\u043f\u043e\u043a\u0430\u0437\u0430\u043d":[24,30],"\u043f\u043e\u043a\u0430\u0437\u0430\u043d\u0430":26,"\u043f\u043e\u043a\u0430\u0437\u0430\u043d\u043e":[19,26,28,34,36,39,42],"\u043f\u043e\u043a\u0430\u0437\u0430\u043d\u044b":[31,32,61],"\u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c":[9,32,33,54],"\u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c\u0441\u044f":19,"\u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442":[10,15,16,30,32,47,49,50,60,64],"\u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u044e\u0442":[10,61],"\u043f\u043e\u043b\u0430\u0433\u0430\u0442\u044c\u0441\u044f":5,"\u043f\u043e\u043b\u0435":[30,40],"\u043f\u043e\u043b\u0435\u0437\u043d\u043e":[],"\u043f\u043e\u043b\u0435\u0437\u043d\u044b\u0445":28,"\u043f\u043e\u043b\u0435\u0439":30,"\u043f\u043e\u043b\u0435\u043c":30,"\u043f\u043e\u043b\u0438\u043c\u043e\u0440\u0444\u0438\u0437\u043c":19,"\u043f\u043e\u043b\u0438\u043d\u043e\u043c":[11,14],"\u043f\u043e\u043b\u0438\u043d\u043e\u043c\u0430":[14,32,37],"\u043f\u043e\u043b\u0438\u043d\u043e\u043c\u0438\u0430\u043b\u044c\u043d\u043e\u0439":[9,14],"\u043f\u043e\u043b\u0438\u043d\u043e\u043c\u0438\u0430\u043b\u044c\u043d\u0443\u044e":[9,14],"\u043f\u043e\u043b\u0438\u043d\u043e\u043c\u0438\u0430\u043b\u044c\u043d\u044b\u0439":14,"\u043f\u043e\u043b\u0438\u043d\u043e\u043c\u043e\u0432":7,"\u043f\u043e\u043b\u0438\u043d\u043e\u043c\u044b":14,"\u043f\u043e\u043b\u0438\u0444\u043e\u0440\u043c\u0438\u0437\u043c\u0430":30,"\u043f\u043e\u043b\u043d\u0430\u044f":[15,26],"\u043f\u043e\u043b\u043d\u043e\u0433\u043e":28,"\u043f\u043e\u043b\u043d\u043e\u0435":30,"\u043f\u043e\u043b\u043d\u043e\u0439":40,"\u043f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e":7,"\u043f\u043e\u043b\u043d\u044b\u0439":[26,48],"\u043f\u043e\u043b\u043e\u0432\u0438\u043d\u0430":7,"\u043f\u043e\u043b\u043e\u0432\u0438\u043d\u0447\u0430\u0442\u044b\u0435":15,"\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435":[50,51],"\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u044f":7,"\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u044b":53,"\u043f\u043e\u043b\u043e\u0436\u0438\u0432":49,"\u043f\u043e\u043b\u043e\u0436\u0438\u043c":[10,63],"\u043f\u043e\u043b\u043e\u0436\u0438\u0442\u0435\u043b\u044c\u043d\u0430":7,"\u043f\u043e\u043b\u043e\u0436\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f":55,"\u043f\u043e\u043b\u043e\u0436\u0438\u0442\u0435\u043b\u044c\u043d\u043e":[44,46,48,55],"\u043f\u043e\u043b\u043e\u0436\u0438\u0442\u0435\u043b\u044c\u043d\u0443\u044e":[48,55],"\u043f\u043e\u043b\u043e\u0436\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435":47,"\u043f\u043e\u043b\u043e\u0436\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439":7,"\u043f\u043e\u043b\u043e\u0436\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c":17,"\u043f\u043e\u043b\u043e\u0436\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0445":21,"\u043f\u043e\u043b\u0443\u0438\u043d\u0442\u0435\u0440\u0432\u0430\u043b\u0435":17,"\u043f\u043e\u043b\u0443\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u043e\u0439":46,"\u043f\u043e\u043b\u0443\u0447\u0430\u0435\u043c":[7,10,11,16,17,35,37,38,42,48,52,54],"\u043f\u043e\u043b\u0443\u0447\u0430\u0435\u043c\u043e\u043c":16,"\u043f\u043e\u043b\u0443\u0447\u0430\u0435\u043c\u044b\u0435":[7,9],"\u043f\u043e\u043b\u0443\u0447\u0430\u0435\u0442\u0435":19,"\u043f\u043e\u043b\u0443\u0447\u0430\u0435\u0442\u0441\u044f":[5,9,12,34,39,64],"\u043f\u043e\u043b\u0443\u0447\u0430\u044e\u0442\u0441\u044f":64,"\u043f\u043e\u043b\u0443\u0447\u0430\u044e\u0449\u0443\u044e\u0441\u044f":[],"\u043f\u043e\u043b\u0443\u0447\u0430\u044f":7,"\u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0430":9,"\u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f":[5,28,39],"\u043f\u043e\u043b\u0443\u0447\u0435\u043d\u043d\u0430\u044f":58,"\u043f\u043e\u043b\u0443\u0447\u0435\u043d\u043d\u043e\u0433\u043e":48,"\u043f\u043e\u043b\u0443\u0447\u0435\u043d\u043d\u043e\u0435":[9,39],"\u043f\u043e\u043b\u0443\u0447\u0435\u043d\u043d\u0443\u044e":64,"\u043f\u043e\u043b\u0443\u0447\u0435\u043d\u043d\u044b\u0435":[32,59],"\u043f\u043e\u043b\u0443\u0447\u0435\u043d\u043e":12,"\u043f\u043e\u043b\u0443\u0447\u0438\u0432":[14,32,36],"\u043f\u043e\u043b\u0443\u0447\u0438\u0432\u0448\u0435\u0439\u0441\u044f":7,"\u043f\u043e\u043b\u0443\u0447\u0438\u043b":42,"\u043f\u043e\u043b\u0443\u0447\u0438\u043b\u0438":[10,24,59],"\u043f\u043e\u043b\u0443\u0447\u0438\u043b\u043e\u0441\u044c":64,"\u043f\u043e\u043b\u0443\u0447\u0438\u043c":[5,7,9,10,11,14,16,17,31,32,35,36,37,38,39,42,52,53,58,63],"\u043f\u043e\u043b\u0443\u0447\u0438\u0442\u0435":53,"\u043f\u043e\u043b\u0443\u0447\u0438\u0442\u0441\u044f":[16,52],"\u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c":[7,9,10,11,14,17,19,22,28,32,37,44,61,64],"\u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0441\u044f":49,"\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435":[],"\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0438":3,"\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439":[23,26],"\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u043c":[26,38],"\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c":49,"\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0435":[19,23],"\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0443\u044e":24,"\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f":[30,49],"\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f\u043c":26,"\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f\u043c\u0438":26,"\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f":[7,22,30,39,49,59],"\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0441\u044f":49,"\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0435\u0441\u044c":50,"\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f":[23,31],"\u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0449\u0438\u0439\u0441\u044f":58,"\u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0449\u0438\u043c\u0441\u044f":38,"\u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0449\u0438\u0445\u0441\u044f":33,"\u043f\u043e\u043b\u044e":22,"\u043f\u043e\u043b\u044f":[22,30],"\u043f\u043e\u043b\u044f\u0440\u043d\u044b\u0435":[],"\u043f\u043e\u043b\u044f\u0445":30,"\u043f\u043e\u043c\u0435\u043d\u044f\u0435\u0442\u0441\u044f":14,"\u043f\u043e\u043c\u0435\u043d\u044f\u0442\u044c":[12,22,30,34],"\u043f\u043e\u043c\u0435\u0441\u0442\u0438\u0442\u0435":21,"\u043f\u043e\u043c\u0435\u0441\u0442\u0438\u0442\u044c":22,"\u043f\u043e\u043c\u0435\u0442\u043a\u0430":49,"\u043f\u043e\u043c\u0435\u0447\u0430\u044e\u0442":49,"\u043f\u043e\u043c\u0435\u0447\u0430\u044e\u0442\u0441\u044f":24,"\u043f\u043e\u043c\u0435\u0449\u0430\u044e\u0442":26,"\u043f\u043e\u043c\u0435\u0449\u0430\u044e\u0442\u0441\u044f":[],"\u043f\u043e\u043c\u0435\u0449\u0435\u043d\u044b":30,"\u043f\u043e\u043c\u0435\u0449\u0451\u043d":26,"\u043f\u043e\u043c\u0438\u043c\u043e":[20,34,35,39],"\u043f\u043e\u043c\u043d\u0438\u0442\u044c":19,"\u043f\u043e\u043c\u043e\u0433\u0430\u0435\u0442":49,"\u043f\u043e\u043c\u043e\u0447\u044c":17,"\u043f\u043e\u043c\u043e\u0449\u0438":[7,28],"\u043f\u043e\u043c\u043e\u0449\u044c":[28,51],"\u043f\u043e\u043c\u043e\u0449\u044c\u044e":[12,14,15,17,19,22,26,27,30,41,59,63],"\u043f\u043e\u043d\u0430\u0434\u043e\u0431\u0438\u0442\u0441\u044f":[28,38,49],"\u043f\u043e\u043d\u0430\u0434\u043e\u0431\u044f\u0442\u0441\u044f":[11,15,23],"\u043f\u043e\u043d\u0438\u043c\u0430\u0435\u0442\u0441\u044f":10,"\u043f\u043e\u043d\u0438\u043c\u0430\u0442\u044c":3,"\u043f\u043e\u043d\u0438\u043c\u0430\u0442\u044c\u0441\u044f":47,"\u043f\u043e\u043d\u044f\u0442\u0438\u0435":54,"\u043f\u043e\u043d\u044f\u0442\u0438\u0439":39,"\u043f\u043e\u043d\u044f\u0442\u0438\u044f":39,"\u043f\u043e\u043d\u044f\u0442\u043d\u043e":59,"\u043f\u043e\u043d\u044f\u0442\u044c":5,"\u043f\u043e\u043e\u0449\u0440\u0438\u0442":30,"\u043f\u043e\u043f\u0430\u0434\u0430\u0435\u0442":[21,34],"\u043f\u043e\u043f\u043e\u043b\u0430\u043c":[5,10,31],"\u043f\u043e\u043f\u0440\u0430\u0432\u043a\u0430":52,"\u043f\u043e\u043f\u0440\u0430\u0432\u043a\u0438":[43,53,64],"\u043f\u043e\u043f\u0440\u0430\u0432\u043a\u0443":[43,53,63,64],"\u043f\u043e\u043f\u0440\u0430\u0432\u043e\u043a":48,"\u043f\u043e\u043f\u0440\u043e\u0431\u043e\u0432\u0430\u0442\u044c":[28,50],"\u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0435\u043c":63,"\u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435":28,"\u043f\u043e\u043f\u0443\u043b\u044f\u0440\u043d\u043e\u0441\u0442\u044c":[23,49],"\u043f\u043e\u043f\u0443\u043b\u044f\u0440\u043d\u044b":8,"\u043f\u043e\u043f\u0443\u043b\u044f\u0440\u043d\u044b\u0435":28,"\u043f\u043e\u043f\u0443\u043b\u044f\u0440\u043d\u044b\u043c":38,"\u043f\u043e\u043f\u0443\u043b\u044f\u0440\u043d\u044b\u043c\u0438":11,"\u043f\u043e\u043f\u044b\u0442\u0430\u0435\u043c\u0441\u044f":52,"\u043f\u043e\u043f\u044b\u0442\u043a\u0435":48,"\u043f\u043e\u043f\u044b\u0442\u043e\u043a":[],"\u043f\u043e\u0440":[10,37],"\u043f\u043e\u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c":29,"\u043f\u043e\u0440\u043e\u0436\u0434\u0430\u0435\u0442":[16,19,30],"\u043f\u043e\u0440\u043e\u0436\u0434\u0430\u044e\u0442":30,"\u043f\u043e\u0440\u043e\u0436\u0434\u0430\u044e\u0449\u0438\u0435":16,"\u043f\u043e\u0440\u043e\u0436\u0434\u0430\u044e\u0449\u0438\u0445\u0441\u044f":31,"\u043f\u043e\u0440\u044f\u0434\u043a\u0430":[7,9,10,11,17,21,30,38,42],"\u043f\u043e\u0440\u044f\u0434\u043a\u0435":[24,39,42,59],"\u043f\u043e\u0440\u044f\u0434\u043a\u043e\u0432":[7,9,17,36,38],"\u043f\u043e\u0440\u044f\u0434\u043a\u043e\u043c":[9,11,15,39,42,45],"\u043f\u043e\u0440\u044f\u0434\u043e\u043a":[5,6,7,9,15,17,38,39,40,42],"\u043f\u043e\u0441\u0432\u044f\u0449\u0451\u043d":[4,28],"\u043f\u043e\u0441\u043a\u043e\u043b\u044c\u043a\u0443":[7,14,15,16,17,19,22,24,30,31,32,37,38,43,45,47,48,49,52,54,58,59,61,63],"\u043f\u043e\u0441\u043b\u0435":[5,10,12,20,22,24,26,28,31,33,34,36,43,45,49,58],"\u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0433\u043e":[22,29],"\u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0435":[9,47],"\u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0439":11,"\u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439":[17,30,58],"\u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u043c":[35,52],"\u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0445":33,"\u043f\u043e\u0441\u043b\u0435\u0434\u043d\u044e\u044e":[11,24],"\u043f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f":[17,38],"\u043f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e":[42,58],"\u043f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0438":[10,20,59],"\u043f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c":[35,37,39,45],"\u043f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c\u044e":42,"\u043f\u043e\u0441\u043b\u0435\u0434\u0441\u0442\u0432\u0438\u0438":47,"\u043f\u043e\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0439":52,"\u043f\u043e\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435":[63,64],"\u043f\u043e\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u043c":36,"\u043f\u043e\u0441\u043b\u0443\u0436\u0438\u043b":64,"\u043f\u043e\u0441\u043b\u0443\u0436\u0438\u043b\u043e":42,"\u043f\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c":[10,26,34,52,56],"\u043f\u043e\u0441\u043c\u043e\u0442\u0440\u0438\u043c":[5,14,16,30],"\u043f\u043e\u0441\u043c\u043e\u0442\u0440\u0438\u0442\u0435":58,"\u043f\u043e\u0441\u043e\u0431\u0438\u0435":0,"\u043f\u043e\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u043e\u043c":[],"\u043f\u043e\u0441\u0442\u0430\u0432\u0438\u043c":15,"\u043f\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d":52,"\u043f\u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430":51,"\u043f\u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438":[39,60],"\u043f\u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0443":[4,64],"\u043f\u043e\u0441\u0442\u0430\u0440\u0430\u0439\u0442\u0435\u0441\u044c":[],"\u043f\u043e\u0441\u0442\u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0430":[],"\u043f\u043e\u0441\u0442\u043e\u043b\u0431\u0438\u0447\u043d\u043e":19,"\u043f\u043e\u0441\u0442\u043e\u044f\u043d\u043d\u0430\u044f":12,"\u043f\u043e\u0441\u0442\u043e\u044f\u043d\u043d\u043e\u0435":30,"\u043f\u043e\u0441\u0442\u0440\u043e\u0435\u043d":51,"\u043f\u043e\u0441\u0442\u0440\u043e\u0435\u043d\u0430":12,"\u043f\u043e\u0441\u0442\u0440\u043e\u0435\u043d\u0438\u0435":[11,14,42,50],"\u043f\u043e\u0441\u0442\u0440\u043e\u0435\u043d\u0438\u0438":[14,35],"\u043f\u043e\u0441\u0442\u0440\u043e\u0435\u043d\u0438\u044f":[11,12,32,50],"\u043f\u043e\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u0443\u044e":43,"\u043f\u043e\u0441\u0442\u0440\u043e\u0435\u043d\u044b":12,"\u043f\u043e\u0441\u0442\u0440\u043e\u0438\u043c":[15,39,47],"\u043f\u043e\u0441\u0442\u0440\u043e\u0438\u0442\u044c":[7,11,12,32,50,59,63,64],"\u043f\u043e\u0441\u0442\u0440\u043e\u0439\u0442\u0435":[6,32],"\u043f\u043e\u0441\u0442\u0443\u043f\u0430\u0442\u044c":37,"\u043f\u043e\u0441\u0442\u0443\u043f\u0430\u044e\u0442":[17,26],"\u043f\u043e\u0441\u0442\u0443\u043f\u0438\u043c":15,"\u043f\u043e\u0441\u0442\u0443\u043f\u0438\u0442\u044c":[32,52,64],"\u043f\u043e\u0441\u0442\u0444\u0430\u043a\u0442\u0443\u043c":37,"\u043f\u043e\u0441\u0447\u0438\u0442\u0430\u0435\u043c":15,"\u043f\u043e\u0441\u0447\u0438\u0442\u0430\u0442\u044c":[12,53],"\u043f\u043e\u0442\u0435\u043d\u0446\u0438\u0430\u043b":[52,61],"\u043f\u043e\u0442\u0435\u043d\u0446\u0438\u0430\u043b\u0430":[32,61],"\u043f\u043e\u0442\u0435\u043d\u0446\u0438\u0430\u043b\u0435":12,"\u043f\u043e\u0442\u0435\u043d\u0446\u0438\u0430\u043b\u043e\u0432":[52,61],"\u043f\u043e\u0442\u0435\u043d\u0446\u0438\u0430\u043b\u0443":12,"\u043f\u043e\u0442\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u043e":30,"\u043f\u043e\u0442\u0435\u0440\u044f":42,"\u043f\u043e\u0442\u0435\u0440\u044f\u0435\u0442\u0441\u044f":17,"\u043f\u043e\u0442\u0435\u0440\u044f\u043d\u044b":16,"\u043f\u043e\u0442\u043e\u043a":21,"\u043f\u043e\u0442\u043e\u043a\u0430":21,"\u043f\u043e\u0442\u043e\u043b\u043e\u043a":31,"\u043f\u043e\u0442\u043e\u043c":27,"\u043f\u043e\u0442\u043e\u043c\u043a\u043e\u0432":30,"\u043f\u043e\u0442\u043e\u043c\u0443":30,"\u043f\u043e\u0442\u0440\u0435\u0431\u043d\u043e\u0441\u0442\u0438":28,"\u043f\u043e\u0442\u0440\u0435\u0431\u043d\u043e\u0441\u0442\u044c":7,"\u043f\u043e\u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043b\u043e\u0441\u044c":[5,10,34],"\u043f\u043e\u0442\u0440\u0435\u0431\u043e\u0432\u0430\u0442\u044c":[7,31,42],"\u043f\u043e\u0442\u0440\u0435\u0431\u0443\u0435\u043c":[11,38],"\u043f\u043e\u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f":5,"\u043f\u043e\u0445\u043e\u0436\u0435":15,"\u043f\u043e\u0445\u043e\u0436\u0438\u0439":61,"\u043f\u043e\u0447\u0435\u043c\u0443":[23,30,31],"\u043f\u043e\u0447\u0438\u0442\u0430\u0442\u044c":[5,30],"\u043f\u043e\u0447\u0442\u0438":[16,17,42],"\u043f\u043e\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043d\u043e":[14,19,30],"\u043f\u043e\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043d\u043e\u0435":19,"\u043f\u043e\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043d\u044b\u0435":19,"\u043f\u043e\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b\u0445":19,"\u043f\u043e\u044d\u0442\u043c\u043e\u0443":[],"\u043f\u043e\u044d\u0442\u043e\u043c\u0443":[4,5,7,9,16,17,20,26,30,35,36,37,38,42,48,55,62],"\u043f\u043e\u044f\u0432\u0438\u0442\u0441\u044f":26,"\u043f\u043e\u044f\u0432\u0438\u0442\u044c\u0441\u044f":24,"\u043f\u043e\u044f\u0432\u043b\u0435\u043d\u0438\u044e":[],"\u043f\u043e\u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f":[17,28],"\u043f\u043e\u044f\u0432\u043b\u044f\u044e\u0442\u0441\u044f":[9,42],"\u043f\u0440\u0430\u0432":24,"\u043f\u0440\u0430\u0432\u0430":24,"\u043f\u0440\u0430\u0432\u0430\u044f":[7,39,42],"\u043f\u0440\u0430\u0432\u0434\u0430":64,"\u043f\u0440\u0430\u0432\u0438\u043b":53,"\u043f\u0440\u0430\u0432\u0438\u043b\u0430":[19,30,49],"\u043f\u0440\u0430\u0432\u0438\u043b\u0430\u043c\u0438":53,"\u043f\u0440\u0430\u0432\u0438\u043b\u0435":64,"\u043f\u0440\u0430\u0432\u0438\u043b\u043e":[4,12,27,42,43,52,63,64],"\u043f\u0440\u0430\u0432\u043e\u0439":[11,39,42,47,54,56,59],"\u043f\u0440\u0430\u0432\u044b\u043c\u0438":58,"\u043f\u0440\u0430\u0432\u044b\u0445":[9,58],"\u043f\u0440\u0430\u043a\u0442\u0438\u043a\u0430":[3,49],"\u043f\u0440\u0430\u043a\u0442\u0438\u043a\u0435":[7,14,16,17,35,42,45,48,53,58,59,64],"\u043f\u0440\u0430\u043a\u0442\u0438\u043a\u0443\u043c":4,"\u043f\u0440\u0430\u043a\u0442\u0438\u043a\u0443\u043c\u0430":49,"\u043f\u0440\u0430\u043a\u0442\u0438\u043a\u0443\u043c\u0435":23,"\u043f\u0440\u0430\u043a\u0442\u0438\u0447\u0435\u0441\u043a\u0438":48,"\u043f\u0440\u0430\u043a\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0439":30,"\u043f\u0440\u0435\u0432\u043e\u0441\u0445\u043e\u0434\u0438\u0442":7,"\u043f\u0440\u0435\u0432\u0440\u0430\u0449\u0430\u0435\u0442":22,"\u043f\u0440\u0435\u0432\u0440\u0430\u0449\u0435\u043d\u0438\u044f":0,"\u043f\u0440\u0435\u0432\u044b\u0448\u0430\u0435\u0442":[16,43,48,49,55],"\u043f\u0440\u0435\u0432\u044b\u0448\u0430\u0442\u044c":17,"\u043f\u0440\u0435\u0432\u044b\u0448\u0435\u043d\u0438\u0438":63,"\u043f\u0440\u0435\u0432\u044b\u0448\u0435\u043d\u0438\u044f":64,"\u043f\u0440\u0435\u0432\u044b\u0448\u0435\u043d\u043e":[31,35,36,37,38,48,63,64],"\u043f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u043e":[],"\u043f\u0440\u0435\u0434\u0435\u043b":[5,12,16,38,64],"\u043f\u0440\u0435\u0434\u0435\u043b\u0430\u043c\u0438":34,"\u043f\u0440\u0435\u0434\u0435\u043b\u0443":15,"\u043f\u0440\u0435\u0434\u0435\u043b\u044b":12,"\u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d":34,"\u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0430":[32,64],"\u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0438\u043b":7,"\u043f\u0440\u0435\u0434\u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d":29,"\u043f\u0440\u0435\u0434\u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0430":26,"\u043f\u0440\u0435\u0434\u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435":22,"\u043f\u0440\u0435\u0434\u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044e":22,"\u043f\u0440\u0435\u0434\u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u0439":[],"\u043f\u0440\u0435\u0434\u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043e":[],"\u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u0438\u043c":38,"\u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c":12,"\u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u044b":[],"\u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442":[20,28],"\u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u044e\u0442":12,"\u043f\u0440\u0435\u0434\u043e\u0441\u0442\u043e\u0440\u043e\u0436\u043d\u043e\u0441\u0442\u0438":[],"\u043f\u0440\u0435\u0434\u043f\u043e\u043b\u0430\u0433\u0430\u0435\u043c":24,"\u043f\u0440\u0435\u0434\u043f\u043e\u043b\u0430\u0433\u0430\u0435\u0442":38,"\u043f\u0440\u0435\u0434\u043f\u043e\u043b\u0430\u0433\u0430\u043b\u0438":48,"\u043f\u0440\u0435\u0434\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0438":[7,42],"\u043f\u0440\u0435\u0434\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u044f":48,"\u043f\u0440\u0435\u0434\u043f\u043e\u043b\u043e\u0436\u0438\u043c":[10,48,52],"\u043f\u0440\u0435\u0434\u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439":58,"\u043f\u0440\u0435\u0434\u043f\u043e\u0447\u0442\u0438\u0442\u0435\u043b\u044c\u043d\u0435\u0435":7,"\u043f\u0440\u0435\u0434\u0441\u043a\u0430\u0437\u0430\u043d\u0438\u0435":27,"\u043f\u0440\u0435\u0434\u0441\u043a\u0430\u0437\u0430\u0442\u044c":27,"\u043f\u0440\u0435\u0434\u0441\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442":34,"\u043f\u0440\u0435\u0434\u0441\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442\u0441\u044f":[37,38],"\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u043c":63,"\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u043c\u0430":16,"\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u043c\u043e":16,"\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u043c\u044b":17,"\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u0442\u0441\u044f":17,"\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u0442\u044c":15,"\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d":[38,43],"\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0430":52,"\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435":[17,30],"\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043c":58,"\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0438":17,"\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044f":17,"\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044f\u0445":17,"\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u043e\u0435":59,"\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043e":1,"\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u044b":[9,22,25],"\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442":[26,28,32,55,57],"\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u044f\u044e\u0442\u0441\u044f":30,"\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u044f\u044e\u0449\u0435\u0435":22,"\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u044f\u044e\u0449\u0438\u0439":58,"\u043f\u0440\u0435\u0434\u0441\u0442\u043e\u0438\u0442":[10,12,32,40],"\u043f\u0440\u0435\u0434\u0443\u0433\u0430\u0434\u0430\u0442\u044c":30,"\u043f\u0440\u0435\u0434\u0443\u0433\u0430\u0434\u044b\u0432\u0430\u0442\u044c":30,"\u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0435\u0433\u043e":14,"\u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0435\u0435":17,"\u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0435\u0439":58,"\u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0435\u043c":59,"\u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0438\u043c":31,"\u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0438\u0445":42,"\u043f\u0440\u0435\u0436\u0434\u0435":[10,48,60,62],"\u043f\u0440\u0435\u0436\u043d\u0435\u043c\u0443":38,"\u043f\u0440\u0435\u0438\u043c\u0435\u0449\u0443\u0441\u0442\u0432\u043e":64,"\u043f\u0440\u0435\u0438\u043c\u0443\u0449\u0435\u0441\u0442\u0432\u0430":49,"\u043f\u0440\u0435\u0438\u043c\u0443\u0449\u0435\u0441\u0442\u0432\u043e":58,"\u043f\u0440\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u0438\u0440\u043e\u0432\u0430\u043d":26,"\u043f\u0440\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u0438\u0440\u043e\u0432\u0430\u0442\u044c":30,"\u043f\u0440\u0435\u043e\u0431\u043b\u0430\u0434\u0430\u044e\u0442":4,"\u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u0438\u0435":8,"\u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u0438\u044f":[17,55,64],"\u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u044b\u0432\u0430\u0435\u0442":9,"\u043f\u0440\u0435\u0440\u044b\u0432\u0430\u043d\u0438\u044f":28,"\u043f\u0440\u0435\u0446\u0435\u0441\u0441\u0438\u0440\u043e\u0432\u0430\u0442\u044c":40,"\u043f\u0440\u0435\u0446\u0435\u0441\u0441\u0438\u0440\u0443\u0435\u0442":40,"\u043f\u0440\u0438":[0,4,5,7,8,9,10,11,12,14,15,16,17,19,20,21,22,23,24,26,27,28,29,30,31,32,34,35,36,37,38,39,40,42,43,46,47,48,49,52,54,55,56,58,59,61,63,64],"\u043f\u0440\u0438\u0431\u043b\u0438\u0436\u0430\u0435\u0442":[9,10,15,39],"\u043f\u0440\u0438\u0431\u043b\u0438\u0436\u0430\u0435\u0442\u0441\u044f":[8,9,35],"\u043f\u0440\u0438\u0431\u043b\u0438\u0436\u0430\u044e\u0449\u0438\u0439":64,"\u043f\u0440\u0438\u0431\u043b\u0438\u0436\u0435\u043d\u0438\u0435":[5,7,9,10,31,34,35,36,37,38,43,45,47,48,55,63],"\u043f\u0440\u0438\u0431\u043b\u0438\u0436\u0435\u043d\u0438\u0435\u043c":[31,43,45,49,64],"\u043f\u0440\u0438\u0431\u043b\u0438\u0436\u0435\u043d\u0438\u0438":49,"\u043f\u0440\u0438\u0431\u043b\u0438\u0436\u0435\u043d\u0438\u0439":[5,17,33,35,37,38,45,49,63],"\u043f\u0440\u0438\u0431\u043b\u0438\u0436\u0435\u043d\u0438\u044f":[5,9,10,15,17,31,35,37,38,42,43,45,47,48,49,63,64],"\u043f\u0440\u0438\u0431\u043b\u0438\u0436\u0435\u043d\u0438\u044f\u043c":[10,31,35],"\u043f\u0440\u0438\u0431\u043b\u0438\u0436\u0435\u043d\u0438\u044f\u043c\u0438":[5,38,64],"\u043f\u0440\u0438\u0431\u043b\u0438\u0436\u0435\u043d\u0438\u044f\u0445":44,"\u043f\u0440\u0438\u0431\u043b\u0438\u0436\u0451\u043d\u043d\u043e":[47,52],"\u043f\u0440\u0438\u0431\u043b\u0438\u0436\u0451\u043d\u043d\u043e\u0433\u043e":41,"\u043f\u0440\u0438\u0431\u043b\u0438\u0436\u0451\u043d\u043d\u043e\u0435":41,"\u043f\u0440\u0438\u0431\u043b\u0438\u0436\u0451\u043d\u043d\u043e\u043c\u0443":8,"\u043f\u0440\u0438\u0431\u043b\u0438\u0436\u0451\u043d\u043d\u044b\u0439":47,"\u043f\u0440\u0438\u0431\u043b\u0438\u0437\u0438\u043c":48,"\u043f\u0440\u0438\u0432\u0435\u0434\u0435\u043d\u0430":[7,9,10,58,64],"\u043f\u0440\u0438\u0432\u0435\u0434\u0435\u043d\u0438\u0435":48,"\u043f\u0440\u0438\u0432\u0435\u0434\u0435\u043d\u043e":[34,43,48],"\u043f\u0440\u0438\u0432\u0435\u0434\u0435\u043d\u044b":[9,12,55],"\u043f\u0440\u0438\u0432\u0435\u0434\u0438\u0442\u0435":40,"\u043f\u0440\u0438\u0432\u0435\u0434\u0451\u043c":[9,42,47,61],"\u043f\u0440\u0438\u0432\u0435\u0434\u0451\u043d":11,"\u043f\u0440\u0438\u0432\u0435\u0434\u0451\u043d\u043d\u0430\u044f":12,"\u043f\u0440\u0438\u0432\u0435\u0434\u0451\u043d\u043d\u044b\u0435":[32,61],"\u043f\u0440\u0438\u0432\u0435\u0434\u0451\u043d\u043d\u044b\u0439":[12,61],"\u043f\u0440\u0438\u0432\u0435\u0434\u0451\u043d\u043d\u044b\u0445":32,"\u043f\u0440\u0438\u0432\u0435\u0434\u0451\u0442":[],"\u043f\u0440\u0438\u0432\u0435\u043b\u0430":26,"\u043f\u0440\u0438\u0432\u0435\u0441\u0442\u0438":35,"\u043f\u0440\u0438\u0432\u0435\u0442":28,"\u043f\u0440\u0438\u0432\u0435\u0442\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0435":28,"\u043f\u0440\u0438\u0432\u043e\u0434\u0438\u043c":43,"\u043f\u0440\u0438\u0432\u043e\u0434\u0438\u0442":[5,9,11,16,17,42,47,52],"\u043f\u0440\u0438\u0432\u043e\u0434\u0438\u0442\u0441\u044f":[7,12,47,58],"\u043f\u0440\u0438\u0432\u043e\u0434\u0438\u0442\u044c":30,"\u043f\u0440\u0438\u0432\u043e\u0434\u044f\u0442":7,"\u043f\u0440\u0438\u0432\u043e\u0434\u044f\u0442\u0441\u044f":[7,12],"\u043f\u0440\u0438\u0432\u043e\u0434\u044f\u0449\u0443\u044e":52,"\u043f\u0440\u0438\u0432\u044b\u0447\u043d\u0430\u044f":26,"\u043f\u0440\u0438\u0432\u044b\u0447\u043d\u044b\u043c":29,"\u043f\u0440\u0438\u0433\u043e\u0434\u0438\u0442\u0441\u044f":10,"\u043f\u0440\u0438\u0433\u043e\u0436\u0434\u0430\u0435\u0442\u0441\u044f":22,"\u043f\u0440\u0438\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0442\u044c\u0441\u044f":22,"\u043f\u0440\u0438\u0434\u0451\u0442\u0441\u044f":26,"\u043f\u0440\u0438\u0437\u043d\u0430\u043a\u0430\u043c":30,"\u043f\u0440\u0438\u043a\u043b\u0430\u0434\u043d\u043e\u0439":42,"\u043f\u0440\u0438\u043a\u043b\u0430\u0434\u043d\u044b\u043c":17,"\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0438":[23,43,48,49],"\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439":64,"\u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u0438\u0435":[4,5,9,19,55],"\u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u0438\u0435\u043c":36,"\u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u0438\u0438":[10,15,27],"\u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u0438\u044f":[19,22,26,64],"\u043f\u0440\u0438\u043c\u0435\u043d\u0438\u0435\u043c":64,"\u043f\u0440\u0438\u043c\u0435\u043d\u0438\u043b\u0438":19,"\u043f\u0440\u0438\u043c\u0435\u043d\u0438\u043c":[58,59],"\u043f\u0440\u0438\u043c\u0435\u043d\u0438\u043c\u043e":55,"\u043f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u044c":59,"\u043f\u0440\u0438\u043c\u0435\u043d\u044f\u0435\u0442\u0441\u044f":[10,37,55,59],"\u043f\u0440\u0438\u043c\u0435\u043d\u044f\u0442\u0441\u044f":55,"\u043f\u0440\u0438\u043c\u0435\u043d\u044f\u0442\u044c":[8,55],"\u043f\u0440\u0438\u043c\u0435\u043d\u044f\u044e\u0442\u0441\u044f":[9,14],"\u043f\u0440\u0438\u043c\u0435\u043d\u044f\u044e\u0449\u0438\u0445\u0441\u044f":39,"\u043f\u0440\u0438\u043c\u0435\u043d\u0451\u043d":60,"\u043f\u0440\u0438\u043c\u0435\u0440":[5,10,15,16,17,20,21,22,29,35,38,58,59,64],"\u043f\u0440\u0438\u043c\u0435\u0440\u0430":[14,17,22,26,38,53,56,63],"\u043f\u0440\u0438\u043c\u0435\u0440\u0430\u043c\u0438":30,"\u043f\u0440\u0438\u043c\u0435\u0440\u0430\u0445":17,"\u043f\u0440\u0438\u043c\u0435\u0440\u0435":[6,19,20,26,39,64],"\u043f\u0440\u0438\u043c\u0435\u0440\u043d\u043e":[10,17],"\u043f\u0440\u0438\u043c\u0435\u0440\u043e\u0432":[19,30,57],"\u043f\u0440\u0438\u043c\u0435\u0440\u043e\u043c":17,"\u043f\u0440\u0438\u043c\u0435\u0440\u0443":58,"\u043f\u0440\u0438\u043c\u0435\u0440\u044b":[4,17,21,25,26,59],"\u043f\u0440\u0438\u043c\u0438\u0442\u0438\u0432\u043d\u044b\u0435":30,"\u043f\u0440\u0438\u043c\u0438\u0442\u0438\u0432\u043d\u044b\u0439":30,"\u043f\u0440\u0438\u043c\u0438\u0442\u0438\u0432\u043d\u044b\u043c":30,"\u043f\u0440\u0438\u043c\u0438\u0442\u0438\u0432\u043d\u044b\u0445":30,"\u043f\u0440\u0438\u043d\u0430\u0434\u043b\u0435\u0436\u0430\u0442\u044c":7,"\u043f\u0440\u0438\u043d\u0430\u0434\u043b\u0435\u0436\u0430\u0449\u0438\u0445":21,"\u043f\u0440\u0438\u043d\u0430\u0434\u043b\u0435\u0436\u0438\u0442":[15,21],"\u043f\u0440\u0438\u043d\u0430\u0434\u043b\u0435\u0436\u043d\u043e\u0441\u0442\u0438":21,"\u043f\u0440\u0438\u043d\u0438\u043c\u0430\u0435\u0442":[7,17,21,36,48,56,59],"\u043f\u0440\u0438\u043d\u0438\u043c\u0430\u044e\u0442":17,"\u043f\u0440\u0438\u043d\u0438\u043c\u0430\u044e\u0449\u0435\u0433\u043e":42,"\u043f\u0440\u0438\u043d\u0438\u043c\u0430\u044e\u0449\u0438\u0435":22,"\u043f\u0440\u0438\u043d\u0438\u043c\u0430\u044e\u0449\u0438\u0445":56,"\u043f\u0440\u0438\u043d\u0441\u0430":38,"\u043f\u0440\u0438\u043d\u0446\u0438\u043f":22,"\u043f\u0440\u0438\u043d\u0446\u0438\u043f\u0435":48,"\u043f\u0440\u0438\u043d\u0446\u0438\u043f\u043e\u0432":61,"\u043f\u0440\u0438\u043d\u0446\u0438\u043f\u0443":22,"\u043f\u0440\u0438\u043d\u044f\u0442\u043e":30,"\u043f\u0440\u0438\u043d\u044f\u0442\u044c":38,"\u043f\u0440\u0438\u043e\u0431\u0440\u0435\u0442\u0430\u0435\u0442":7,"\u043f\u0440\u0438\u043e\u0431\u0440\u0435\u0442\u0430\u044e\u0442":9,"\u043f\u0440\u0438\u0441\u0432\u0430\u0438\u0432\u0430\u0435\u0442\u0441\u044f":14,"\u043f\u0440\u0438\u0441\u0432\u0430\u0438\u0432\u0430\u043d\u0438\u0435":27,"\u043f\u0440\u0438\u0441\u0432\u0430\u0438\u0432\u0430\u043d\u0438\u0438":[19,59],"\u043f\u0440\u0438\u0441\u0432\u0430\u0438\u0432\u0430\u043d\u0438\u044f":19,"\u043f\u0440\u0438\u0441\u0432\u0430\u0438\u0432\u0430\u0442\u044c":[22,30],"\u043f\u0440\u0438\u0441\u0432\u043e\u0435\u043d\u0430":22,"\u043f\u0440\u0438\u0441\u0432\u043e\u0435\u043d\u0438\u0435":[22,30],"\u043f\u0440\u0438\u0441\u0432\u043e\u0435\u043d\u0438\u0438":30,"\u043f\u0440\u0438\u0441\u0432\u043e\u0435\u043d\u0438\u044f":27,"\u043f\u0440\u0438\u0441\u0432\u043e\u0435\u043d\u043e":[],"\u043f\u0440\u0438\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442":34,"\u043f\u0440\u0438\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u044e\u0442":55,"\u043f\u0440\u0438\u0445\u043e\u0434\u0438\u043c":7,"\u043f\u0440\u0438\u0445\u043e\u0434\u0438\u0442\u0441\u044f":[37,58],"\u043f\u0440\u0438\u0447\u0438\u043d\u043e\u0439":42,"\u043f\u0440\u0438\u0447\u0451\u043c":[5,10,19,42],"\u043f\u0440\u043e":[22,30],"\u043f\u0440\u043e\u0431\u0435\u043b":[19,21],"\u043f\u0440\u043e\u0431\u0435\u043b\u0430":63,"\u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0430\u043c\u0438":38,"\u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0430\u0442\u0438\u0447\u043d\u043e":7,"\u043f\u0440\u043e\u0432\u0435\u0434\u0451\u043c":[9,35,59],"\u043f\u0440\u043e\u0432\u0435\u0440\u0438\u043c":[42,58],"\u043f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c":[47,52],"\u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0430":43,"\u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438":[48,51,55,59],"\u043f\u0440\u043e\u0432\u0435\u0440\u043a\u043e\u0439":52,"\u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0443":[34,52],"\u043f\u0440\u043e\u0432\u0435\u0440\u043e\u043a":[14,56],"\u043f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435":[22,40,44],"\u043f\u0440\u043e\u0432\u0435\u0440\u044f\u0435\u043c":[43,48],"\u043f\u0440\u043e\u0432\u0435\u0440\u044f\u0435\u0442":59,"\u043f\u0440\u043e\u0432\u0435\u0440\u044f\u0435\u0442\u0441\u044f":51,"\u043f\u0440\u043e\u0432\u0435\u0440\u044f\u0442\u044c":[30,44,48],"\u043f\u0440\u043e\u0432\u0435\u0440\u044f\u044e\u0442":49,"\u043f\u0440\u043e\u0432\u043e\u0434\u0438\u0442\u0441\u044f":[31,35],"\u043f\u0440\u043e\u0432\u043e\u0434\u0438\u0442\u044c":58,"\u043f\u0440\u043e\u0432\u043e\u0434\u044f\u0442":49,"\u043f\u0440\u043e\u0432\u043e\u0434\u044f\u0442\u0441\u044f":35,"\u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c":23,"\u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0430":28,"\u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f":[10,50],"\u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0438\u0441\u0442":[17,26],"\u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0438\u0441\u0442\u0430":19,"\u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0438\u0441\u0442\u0443":30,"\u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e":16,"\u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u044b\u0439":28,"\u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u044b\u0445":[20,26],"\u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043e\u0439":12,"\u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0443":19,"\u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b":[21,23,26,28,30],"\u043f\u0440\u043e\u0433\u0440\u0435\u0441\u0441\u0438\u0438":[20,22,30],"\u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0430\u0435\u0442":23,"\u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0430\u0442\u044c":10,"\u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u043c":[31,59],"\u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c":[10,33],"\u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438\u0432\u043d\u0435\u0435":30,"\u043f\u0440\u043e\u0435\u043a\u0442":[],"\u043f\u0440\u043e\u0435\u043a\u0446\u0438\u0438":39,"\u043f\u0440\u043e\u0435\u043a\u0446\u0438\u044e":21,"\u043f\u0440\u043e\u0435\u0446\u0438\u0440\u0443\u0435\u0442\u0441\u044f":34,"\u043f\u0440\u043e\u0436\u043e\u0440\u043b\u0438\u0432\u043e\u0439":19,"\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u0435":[7,26,64],"\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u0438":58,"\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u0439":58,"\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u044e":26,"\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u044f":[7,11,21,26,58],"\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0451\u0442":28,"\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0441\u044f":[12,15,29,30,45,51,59,61],"\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u044c":[7,47,59],"\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u043d\u0430\u044f":[35,39,42],"\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u043d\u043e\u0439":[11,30,35,47,49,64],"\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u043d\u0443\u044e":[11,30,35,37,47,64],"\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u043d\u044b\u0435":[47,49],"\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u043d\u044b\u0445":[4,11,46,49,64],"\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u044f":49,"\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u044f\u0442\u0441\u044f":59,"\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u043b\u044c\u043d\u043e\u0433\u043e":64,"\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u043b\u044c\u043d\u043e\u043c":8,"\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u043b\u044c\u043d\u0443\u044e":48,"\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u043b\u044c\u043d\u044b\u0439":7,"\u043f\u0440\u043e\u0438\u0437\u043e\u0439\u0434\u0451\u0442":16,"\u043f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u043e":10,"\u043f\u0440\u043e\u0438\u043d\u0438\u0446\u0438\u0430\u043b\u0438\u0437\u0438\u0440\u0443\u0435\u043c":58,"\u043f\u0440\u043e\u0438\u043d\u0442\u0435\u0433\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c":5,"\u043f\u0440\u043e\u0438\u0441\u0445\u043e\u0434\u0438\u043b\u043e":17,"\u043f\u0440\u043e\u0438\u0441\u0445\u043e\u0434\u0438\u0442":[17,22,26,30,34,38,47,63],"\u043f\u0440\u043e\u0438\u0441\u0445\u043e\u0434\u044f\u0442":[5,16,17,58],"\u043f\u0440\u043e\u043b\u0438\u0441\u0442\u0430\u0442\u044c":3,"\u043f\u0440\u043e\u043c\u0435\u0436\u0443\u043a\u043e\u043c":17,"\u043f\u0440\u043e\u043c\u0435\u0436\u0443\u0442\u043a\u0435":17,"\u043f\u0440\u043e\u043c\u0435\u0436\u0443\u0442\u043a\u043e\u043c":17,"\u043f\u0440\u043e\u043c\u0435\u0436\u0443\u0442\u043e\u0447\u043d\u044b\u0445":30,"\u043f\u0440\u043e\u043f\u0443\u0441\u043a\u0438":[7,9],"\u043f\u0440\u043e\u0441\u043a\u043e\u0447\u0438\u0442\u044c":38,"\u043f\u0440\u043e\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u0435\u0442":30,"\u043f\u0440\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c":47,"\u043f\u0440\u043e\u0441\u0442\u0435\u0439\u0448\u0438\u043c":[39,42],"\u043f\u0440\u043e\u0441\u0442\u043e":[17,19,22,23,24,26,59,63],"\u043f\u0440\u043e\u0441\u0442\u043e\u0435":15,"\u043f\u0440\u043e\u0441\u0442\u043e\u0439":[15,42,47,49],"\u043f\u0440\u043e\u0441\u0442\u043e\u043c":49,"\u043f\u0440\u043e\u0441\u0442\u043e\u043c\u0443":34,"\u043f\u0440\u043e\u0441\u0442\u043e\u0442\u044b":[52,64],"\u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u0430":15,"\u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u0435":[15,20,22],"\u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0439":12,"\u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u043e":[15,20,22,26,39,55],"\u043f\u0440\u043e\u0441\u0442\u0443\u044e":16,"\u043f\u0440\u043e\u0441\u0442\u044b\u0445":[49,53,63],"\u043f\u0440\u043e\u0441\u0443\u043c\u043c\u0438\u0440\u043e\u0432\u0430\u0432":9,"\u043f\u0440\u043e\u0442\u0430\u0441\u043a\u0438\u0432\u0430\u0435\u0442":16,"\u043f\u0440\u043e\u0442\u0438\u0432":[],"\u043f\u0440\u043e\u0445\u043e\u0434\u0438\u0442\u0441\u044f":19,"\u043f\u0440\u043e\u0445\u043e\u0434\u0438\u0442\u044c":[],"\u043f\u0440\u043e\u0445\u043e\u0434\u044f\u0449\u0435\u0433\u043e":14,"\u043f\u0440\u043e\u0445\u043e\u0434\u044f\u0449\u0435\u0439":9,"\u043f\u0440\u043e\u0445\u043e\u0434\u044f\u0449\u0438\u0439":[11,14],"\u043f\u0440\u043e\u0446\u0435\u0434\u0443\u0440\u0430":48,"\u043f\u0440\u043e\u0446\u0435\u0434\u0443\u0440\u0430\u0445":49,"\u043f\u0440\u043e\u0446\u0435\u0434\u0443\u0440\u0443":[31,58],"\u043f\u0440\u043e\u0446\u0435\u0434\u0443\u0440\u044b":33,"\u043f\u0440\u043e\u0446\u0435\u0441\u0441":[10,30],"\u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0435":30,"\u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0440":12,"\u043f\u0440\u043e\u0447\u0438\u0442\u0430\u043d\u044b":[],"\u043f\u0440\u043e\u0448\u0435\u0434\u0448\u0438\u0445":[43,48],"\u043f\u0440\u043e\u0449\u0435":[52,58],"\u043f\u0440\u043e\u044f\u0432\u0438\u0442\u0441\u044f":17,"\u043f\u0440\u044b\u0433\u0430\u0435\u0442":21,"\u043f\u0440\u044f\u043c\u0430\u044f":47,"\u043f\u0440\u044f\u043c\u043e\u0433\u043e":64,"\u043f\u0440\u044f\u043c\u043e\u0439":[9,15,35,36,58,60,64],"\u043f\u0440\u044f\u043c\u043e\u0443\u0433\u043e\u043b\u044c\u043d\u0438\u043a\u043e\u0432":[],"\u043f\u0440\u044f\u043c\u043e\u0443\u0433\u043e\u043b\u044c\u043d\u043e\u0439":55,"\u043f\u0440\u044f\u043c\u043e\u0443\u0433\u043e\u043b\u044c\u043d\u044b\u0445":30,"\u043f\u0440\u044f\u043c\u0443\u044e":[11,15,56,58,59],"\u043f\u0441\u0435\u0432\u0434\u043e\u043a\u043e\u0434":[],"\u043f\u0443\u0431\u043b\u0438\u043a\u0443\u044e\u0442\u0441\u044f":26,"\u043f\u0443\u0431\u043b\u0438\u0447\u043d\u044b\u0435":26,"\u043f\u0443\u0431\u043b\u0438\u0447\u043d\u044b\u043c\u0438":26,"\u043f\u0443\u0437\u044b\u0440\u0438\u043a":49,"\u043f\u0443\u0437\u044b\u0440\u044c\u043a\u0430":49,"\u043f\u0443\u0437\u044b\u0440\u0451\u043a":49,"\u043f\u0443\u043d\u043a\u0442":24,"\u043f\u0443\u043d\u043a\u0442\u0438\u0440\u043d\u044b\u043c\u0438":61,"\u043f\u0443\u043d\u043a\u0442\u0443":[],"\u043f\u0443\u0441\u0442\u043e\u0439":19,"\u043f\u0443\u0441\u0442\u044c":[17,31,33,34,35,36,37,38,39,46,47,52,58,59,63,64],"\u043f\u0443\u0442\u0438":[24,28],"\u043f\u0443\u0442\u044c":26,"\u043f\u044b\u0442\u0430\u044f\u0441\u044c":48,"\u043f\u044f\u0442\u043e\u0433\u043e":[38,42],"\u043f\u044f\u0442\u043e\u043c":42,"\u043f\u044f\u0442\u044c":38,"\u0440\u0430\u0431\u043e\u0442\u0430":[17,63],"\u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442":[5,20,28,59],"\u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c":[21,24,28,34,43,58,59],"\u0440\u0430\u0431\u043e\u0442\u0430\u0445":51,"\u0440\u0430\u0431\u043e\u0442\u0430\u044e\u0442":[17,29,52],"\u0440\u0430\u0431\u043e\u0442\u0430\u044e\u0449\u0438\u0435":22,"\u0440\u0430\u0431\u043e\u0442\u0430\u044f":17,"\u0440\u0430\u0431\u043e\u0442\u0435":[28,34],"\u0440\u0430\u0431\u043e\u0442\u0443":[24,28,34,36,44],"\u0440\u0430\u0431\u043e\u0442\u044b":[12,19,21,24,26,28,29,30,31,34,35,36,49,55,58],"\u0440\u0430\u0431\u043e\u0447\u0438\u0439":[],"\u0440\u0430\u0432\u0435\u043d":[7,17,33],"\u0440\u0430\u0432\u0435\u043d\u0441\u0442":45,"\u0440\u0430\u0432\u0435\u043d\u0441\u0442\u0432\u0430":52,"\u0440\u0430\u0432\u0435\u043d\u0441\u0442\u0432\u043e":[17,27,52],"\u0440\u0430\u0432\u0435\u043d\u0441\u0442\u0432\u043e\u043c":61,"\u0440\u0430\u0432\u043d\u0430":7,"\u0440\u0430\u0432\u043d\u043e":[9,49],"\u0440\u0430\u0432\u043d\u043e\u0432\u0435\u0441\u0438\u0435":4,"\u0440\u0430\u0432\u043d\u043e\u0432\u0435\u0441\u0438\u0438":53,"\u0440\u0430\u0432\u043d\u043e\u0432\u0435\u0441\u0438\u044f":[32,37,49,51,52,61],"\u0440\u0430\u0432\u043d\u043e\u0432\u0435\u0441\u043d\u044b\u0435":32,"\u0440\u0430\u0432\u043d\u043e\u0432\u0435\u0441\u043d\u044b\u0445":51,"\u0440\u0430\u0432\u043d\u043e\u0439":35,"\u0440\u0430\u0432\u043d\u043e\u043c\u0435\u0440\u043d\u0430\u044f":15,"\u0440\u0430\u0432\u043d\u043e\u043c\u0435\u0440\u043d\u043e":[7,17,19],"\u0440\u0430\u0432\u043d\u043e\u043c\u0435\u0440\u043d\u043e\u0439":[5,8,9,10,11],"\u0440\u0430\u0432\u043d\u043e\u043c\u0435\u0440\u043d\u0443\u044e":[9,10,15,41],"\u0440\u0430\u0432\u043d\u043e\u043c\u0435\u0440\u043d\u044b\u0435":5,"\u0440\u0430\u0432\u043d\u043e\u043c\u0435\u0440\u043d\u044b\u0445":15,"\u0440\u0430\u0432\u043d\u043e\u043e\u0442\u0441\u0442\u043e\u044f\u0449\u0438\u043c\u0438":[],"\u0440\u0430\u0432\u043d\u043e\u043e\u0442\u0441\u0442\u043e\u044f\u0449\u0438\u0445":[11,15],"\u0440\u0430\u0432\u043d\u044f\u0435\u0442\u0441\u044f":[16,17,36,38,47,58],"\u0440\u0430\u0432\u043d\u044f\u044e\u0442\u0441\u044f":15,"\u0440\u0430\u0434\u0438\u0430\u043d\u0430\u0445":[],"\u0440\u0430\u0434\u0438\u0443\u0441":[21,40],"\u0440\u0430\u0437":[10,14,15,17,19,22,30,37,43,58,59],"\u0440\u0430\u0437\u0430":[19,34],"\u0440\u0430\u0437\u0431\u0435\u0439\u0442\u0435\u0441\u044c":50,"\u0440\u0430\u0437\u0431\u0438\u0432\u0430\u0435\u0442":10,"\u0440\u0430\u0437\u0431\u0438\u0432\u0430\u0442\u044c":26,"\u0440\u0430\u0437\u0431\u0438\u0432\u0430\u044e\u0442":26,"\u0440\u0430\u0437\u0431\u0438\u0435\u043d\u0438\u0435":[10,26,29],"\u0440\u0430\u0437\u0431\u0438\u0435\u043d\u0438\u0439":[5,10],"\u0440\u0430\u0437\u0431\u0438\u0435\u043d\u0438\u044f":5,"\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u0435\u043c":11,"\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u0435\u0442\u0441\u044f":30,"\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043b\u0438":50,"\u0440\u0430\u0437\u0431\u0438\u0442":8,"\u0440\u0430\u0437\u0431\u0438\u0442\u044c":8,"\u0440\u0430\u0437\u0432\u0438\u0432\u0430\u0435\u0442\u0441\u044f":23,"\u0440\u0430\u0437\u0434\u0435\u043b":[18,19,27,52,56],"\u0440\u0430\u0437\u0434\u0435\u043b\u0430":[15,51,57,59],"\u0440\u0430\u0437\u0434\u0435\u043b\u0430\u0445":30,"\u0440\u0430\u0437\u0434\u0435\u043b\u0435":[7,8,23,33,38,41,45,51,53,55,57,58,59,62],"\u0440\u0430\u0437\u0434\u0435\u043b\u043e\u0432":27,"\u0440\u0430\u0437\u043b\u0438\u0447\u043d\u044b":14,"\u0440\u0430\u0437\u043b\u0438\u0447\u043d\u044b\u0435":39,"\u0440\u0430\u0437\u043b\u0438\u0447\u043d\u044b\u0445":[7,53],"\u0440\u0430\u0437\u043b\u043e\u0436\u0435\u043d\u0438\u0435":[10,43,46,47,48,63,64],"\u0440\u0430\u0437\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043c":[58,59,64],"\u0440\u0430\u0437\u043b\u043e\u0436\u0435\u043d\u0438\u0438":[15,48,58],"\u0440\u0430\u0437\u043b\u043e\u0436\u0435\u043d\u0438\u044f":[1,9,10,25,48,52,55,58,59,64],"\u0440\u0430\u0437\u043b\u043e\u0436\u0438\u043c":[39,42,52],"\u0440\u0430\u0437\u043b\u043e\u0436\u0438\u0442\u044c":58,"\u0440\u0430\u0437\u043c\u0435\u0440":[11,19,45,47,48,56,59,64],"\u0440\u0430\u0437\u043c\u0435\u0440\u0430":[11,19,45,46,58,59,60],"\u0440\u0430\u0437\u043c\u0435\u0440\u043d\u043e\u0441\u0442\u0435\u0439":19,"\u0440\u0430\u0437\u043c\u0435\u0440\u043d\u043e\u0441\u0442\u0438":19,"\u0440\u0430\u0437\u043c\u0435\u0440\u043d\u043e\u0441\u0442\u044c":[19,30,52,56],"\u0440\u0430\u0437\u043c\u0435\u0440\u043e\u0432":[19,44],"\u0440\u0430\u0437\u043c\u0435\u0440\u043e\u043c":[15,19],"\u0440\u0430\u0437\u043d\u0438\u0446\u0430":[5,10,19,31,38,52,59],"\u0440\u0430\u0437\u043d\u0438\u0446\u0443":[17,19,30,38],"\u0440\u0430\u0437\u043d\u043e\u0433\u043e":[9,44],"\u0440\u0430\u0437\u043d\u043e\u043c\u0443":[5,28,47],"\u0440\u0430\u0437\u043d\u043e\u0441\u0442\u0435\u0439":64,"\u0440\u0430\u0437\u043d\u043e\u0441\u0442\u0438":[52,64],"\u0440\u0430\u0437\u043d\u043e\u0441\u0442\u043d\u043e\u0433\u043e":39,"\u0440\u0430\u0437\u043d\u043e\u0441\u0442\u043d\u043e\u0439":[43,64],"\u0440\u0430\u0437\u043d\u043e\u0441\u0442\u043d\u044b\u0439":39,"\u0440\u0430\u0437\u043d\u043e\u0441\u0442\u043d\u044b\u043c":[39,42],"\u0440\u0430\u0437\u043d\u043e\u0441\u0442\u043d\u044b\u0445":37,"\u0440\u0430\u0437\u043d\u043e\u0441\u0442\u044c":[8,64],"\u0440\u0430\u0437\u043d\u043e\u0441\u0442\u044c\u044e":39,"\u0440\u0430\u0437\u043d\u044b\u0435":[17,30,31,33,34,36,47,49],"\u0440\u0430\u0437\u043d\u044b\u0439":[],"\u0440\u0430\u0437\u043d\u044b\u043c":27,"\u0440\u0430\u0437\u043d\u044b\u043c\u0438":[42,58,59],"\u0440\u0430\u0437\u043d\u044b\u0445":[5,9,17,22,26,27,38,44,53,58,63],"\u0440\u0430\u0437\u043e\u0431\u044a\u0451\u043c":31,"\u0440\u0430\u0437\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u0442\u044c":26,"\u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0430\u043d":[],"\u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0430\u043d\u043d\u043e\u0433\u043e":12,"\u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c":21,"\u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0430":26,"\u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0435":0,"\u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438":[21,42],"\u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u0430\u043c\u0438":[],"\u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u043e\u0432":26,"\u0440\u0430\u0437\u0440\u0430\u0441\u0442\u0430\u0435\u0442\u0441\u044f":26,"\u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435":5,"\u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u043d\u044b\u0445":30,"\u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u043e":30,"\u0440\u0430\u0437\u0440\u0435\u0448\u0438\u043c\u0430":7,"\u0440\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c":30,"\u0440\u0430\u0437\u0440\u0435\u0448\u0451\u043d\u043d\u043e\u0435":38,"\u0440\u0430\u0437\u0440\u044b\u0432\u043d\u0443\u044e":11,"\u0440\u0430\u0437\u044a\u044f\u0441\u043d\u0435\u043d\u0438\u0435":3,"\u0440\u0430\u043c\u043a\u0430\u0445":30,"\u0440\u0430\u043d":0,"\u0440\u0430\u043d\u0435\u0435":[5,28,49,53],"\u0440\u0430\u043d\u043e\u0441\u0442\u0438":64,"\u0440\u0430\u0441\u043f\u0430\u043a\u043e\u0432\u0430\u0442\u044c":24,"\u0440\u0430\u0441\u043f\u043e\u0437\u043d\u0430\u0451\u0442\u0441\u044f":28,"\u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435":[5,26],"\u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u044f":[8,14],"\u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u044b":24,"\u0440\u0430\u0441\u043f\u043e\u0440\u044f\u0436\u0430\u0442\u044c\u0441\u044f":22,"\u0440\u0430\u0441\u043f\u043e\u0440\u044f\u0436\u0435\u043d\u0438\u0438":20,"\u0440\u0430\u0441\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435":5,"\u0440\u0430\u0441\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0438":32,"\u0440\u0430\u0441\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u044b":17,"\u0440\u0430\u0441\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u044b\u0445":[7,17,19],"\u0440\u0430\u0441\u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u0435":42,"\u0440\u0430\u0441\u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044e":17,"\u0440\u0430\u0441\u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044f":26,"\u0440\u0430\u0441\u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u044b":64,"\u0440\u0430\u0441\u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0438\u043b\u0430\u0441\u044c":64,"\u0440\u0430\u0441\u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u043d\u0435\u043d\u044b":64,"\u0440\u0430\u0441\u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u044f\u0442\u044c\u0441\u044f":16,"\u0440\u0430\u0441\u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0451\u043d":[37,40,52],"\u0440\u0430\u0441\u043f\u0440\u043ec\u0442\u0440\u0430\u043d\u044f\u0442\u0441\u044f":59,"\u0440\u0430\u0441\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u0435\u043c\u044b\u0445":30,"\u0440\u0430\u0441\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u0435\u0442\u0441\u044f":[8,16,41,57,62],"\u0440\u0430\u0441\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u043b\u0438":10,"\u0440\u0430\u0441\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u0442\u044c":[7,8],"\u0440\u0430\u0441\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u044f":14,"\u0440\u0430\u0441\u0441\u043c\u043e\u0442\u0440\u0435\u043b\u0438":26,"\u0440\u0430\u0441\u0441\u043c\u043e\u0442\u0440\u0435\u043d\u0438\u0438":39,"\u0440\u0430\u0441\u0441\u043c\u043e\u0442\u0440\u0435\u043d\u0438\u044f":42,"\u0440\u0430\u0441\u0441\u043c\u043e\u0442\u0440\u0435\u043d\u043d\u043e\u043c":30,"\u0440\u0430\u0441\u0441\u043c\u043e\u0442\u0440\u0435\u043d\u043d\u044b\u0435":5,"\u0440\u0430\u0441\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c":[5,7,8,15],"\u0440\u0430\u0441\u0441\u043c\u043e\u0442\u0440\u0438\u043c":[7,8,9,10,15,16,17,30,32,34,36,37,38,41,42,45,52,54,58,59,60,63,64],"\u0440\u0430\u0441\u0441\u0442\u043e\u044f\u043d\u0438\u0435":[17,21,30],"\u0440\u0430\u0441\u0441\u0442\u043e\u044f\u043d\u0438\u044f":21,"\u0440\u0430\u0441\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u044f":7,"\u0440\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u0439\u0442\u0435":40,"\u0440\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u043d\u043d\u0430\u044f":40,"\u0440\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u0442\u044c":40,"\u0440\u0430\u0441\u0442\u0432\u043e\u0440\u0430":49,"\u0440\u0430\u0441\u0442\u0435\u0442":9,"\u0440\u0430\u0441\u0442\u0438":37,"\u0440\u0430\u0441\u0442\u044f\u0436\u0435\u043d\u0438\u0435":[],"\u0440\u0430\u0441\u0442\u044f\u0436\u0435\u043d\u0438\u044f":[],"\u0440\u0430\u0441\u0442\u0451\u0442":42,"\u0440\u0430\u0441\u0445\u043e\u0434\u044f\u0449\u0443\u044e\u0441\u044f":35,"\u0440\u0430\u0441\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u044f":35,"\u0440\u0430\u0441\u0447\u0435\u0442":[7,9],"\u0440\u0430\u0441\u0447\u0435\u0442\u0430\u0445":9,"\u0440\u0430\u0441\u0447\u0451\u0442":[4,9,50,61],"\u0440\u0430\u0441\u0447\u0451\u0442\u0430":[7,18,50],"\u0440\u0430\u0441\u0447\u0451\u0442\u0430\u0445":[16,37,51],"\u0440\u0430\u0441\u0447\u0451\u0442\u043e\u0432":32,"\u0440\u0430\u0441\u0447\u0451\u0442\u0443":[42,50],"\u0440\u0430\u0441\u0447\u0451\u0442\u044b":[40,50],"\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435":28,"\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f":28,"\u0440\u0430\u0441\u0448\u0438\u0440\u044f\u0435\u043c\u044b":28,"\u0440\u0430\u0441\u0448\u0438\u0440\u044f\u0435\u043d\u0438\u0435":26,"\u0440\u0430\u0441\u0448\u0438\u0440\u044f\u0435\u0442\u0441\u044f":23,"\u0440\u0430\u0441\u0448\u0438\u0440\u044f\u0442\u044c":21,"\u0440\u0430\u0444\u0441\u043e\u043d\u0430":63,"\u0440\u0430\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0445":30,"\u0440\u0435\u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u0438":28,"\u0440\u0435\u0430\u043a\u0442\u0438\u0432\u043d\u044b\u043c":28,"\u0440\u0435\u0430\u043a\u0446\u0438\u0438":4,"\u0440\u0435\u0430\u043a\u0446\u0438\u0439":[4,42],"\u0440\u0435\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438":[10,12,15,30,59,63,64],"\u0440\u0435\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044e":[4,21,30,40,49,58],"\u0440\u0435\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f":[9,21],"\u0440\u0435\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f\u043c\u0438":10,"\u0440\u0435\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u0432":21,"\u0440\u0435\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d":[16,49],"\u0440\u0435\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0439":[],"\u0440\u0435\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u0442\u044c":12,"\u0440\u0435\u0430\u043b\u0438\u0437\u0443\u0435\u043c":15,"\u0440\u0435\u0430\u043b\u0438\u0437\u0443\u0435\u043c\u043e":42,"\u0440\u0435\u0430\u043b\u0438\u0437\u0443\u0435\u0442":[],"\u0440\u0435\u0430\u043b\u0438\u0437\u0443\u0435\u0442\u0441\u044f":14,"\u0440\u0435\u0430\u043b\u0438\u0437\u0443\u0439\u0442\u0435":[40,56],"\u0440\u0435\u0430\u043b\u0438\u0437\u0443\u044e\u0442":42,"\u0440\u0435\u0430\u043b\u0438\u0437\u0443\u044e\u0449\u0438\u0439":12,"\u0440\u0435\u0430\u043b\u0438\u0437\u0443\u044e\u0449\u0443\u044e":[27,56],"\u0440\u0435\u0430\u043b\u044c\u043d\u043e\u0439":26,"\u0440\u0435\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u0438":[16,17],"\u0440\u0435\u0430\u043b\u044c\u043d\u044b\u0435":4,"\u0440\u0435\u0430\u043b\u044c\u043d\u044b\u0445":14,"\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043b\u0441\u044f":26,"\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u0443\u044e\u0442\u0441\u044f":26,"\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0443\u044e\u0442\u0441\u044f":[],"\u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u0430":28,"\u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u0435":[24,28],"\u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u043e\u0432":28,"\u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u044b":28,"\u0440\u0435\u0434\u043a\u0438\u0445":4,"\u0440\u0435\u0434\u043a\u043e":[27,30,59],"\u0440\u0435\u0435\u0441\u0442\u0440":26,"\u0440\u0435\u0435\u0441\u0442\u0440\u0430\u0445":26,"\u0440\u0435\u0435\u0441\u0442\u0440\u0435":26,"\u0440\u0435\u0435\u0441\u0442\u0440\u044b":26,"\u0440\u0435\u0436\u0435":[42,49],"\u0440\u0435\u0436\u0438\u043c\u0430":28,"\u0440\u0435\u0436\u0438\u043c\u0430\u043c\u0438":28,"\u0440\u0435\u0436\u0438\u043c\u0435":[27,28],"\u0440\u0435\u0436\u0438\u043c\u043e\u043c":28,"\u0440\u0435\u0436\u0438\u043c\u0443":28,"\u0440\u0435\u0436\u0438\u043c\u044b":28,"\u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442":[17,20,22,28,29,34,48,49],"\u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430":[21,27,29,43,48],"\u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0435":[16,17,34,58,59],"\u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b":[17,49,64],"\u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u043c":22,"\u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442\u0441\u044f":24,"\u0440\u0435\u043a\u0443\u0440\u0440\u0435\u043d\u0442\u043d\u043e":42,"\u0440\u0435\u043a\u0443\u0440\u0440\u0435\u043d\u0442\u043d\u043e\u0433\u043e":37,"\u0440\u0435\u043a\u0443\u0440\u0440\u0435\u043d\u0442\u043d\u043e\u0439":39,"\u0440\u0435\u043a\u0443\u0440\u0440\u0435\u0442\u043d\u043e\u0435":10,"\u0440\u0435\u043b\u0438\u0437\u0430":28,"\u0440\u0435\u043f\u043e\u0437\u0438\u0442\u043e\u0440\u0438\u0435\u043c":26,"\u0440\u0435\u043f\u043e\u0437\u0438\u0442\u043e\u0440\u0438\u0438":21,"\u0440\u0435\u043f\u043e\u0437\u0438\u0442\u043e\u0440\u0438\u0439":26,"\u0440\u0435\u043f\u043e\u0437\u0438\u0442\u043e\u0440\u0438\u044f":24,"\u0440\u0435\u043f\u043e\u0437\u0438\u0442\u043e\u0440\u0438\u044f\u0445":24,"\u0440\u0435\u043f\u0440\u0435\u0437\u0435\u043d\u0442\u0430\u0442\u0438\u0432\u043d\u044b":16,"\u0440\u0435\u0441\u0443\u0440\u0441\u043e\u0435\u043c\u043a\u0438\u043c\u0438":64,"\u0440\u0435\u0444\u0435\u0440\u0435\u043d\u0441\u043d\u043e\u043c":52,"\u0440\u0435\u0447\u044c":[47,57],"\u0440\u0435\u0448\u0430\u0435\u043c":[7,11,38],"\u0440\u0435\u0448\u0430\u0435\u0442":[35,36,38,39,42,45,63,64],"\u0440\u0435\u0448\u0430\u0435\u0442\u0441\u044f":[25,45,49],"\u0440\u0435\u0448\u0430\u0442\u0435\u043b\u0438":25,"\u0440\u0435\u0448\u0430\u0442\u044c":[17,53,64],"\u0440\u0435\u0448\u0430\u044e\u0442\u0441\u044f":4,"\u0440\u0435\u0448\u0430\u044e\u0449\u0443\u044e":[4,32],"\u0440\u0435\u0448\u0430\u044f":36,"\u0440\u0435\u0448\u0435\u043d\u0430":[60,61],"\u0440\u0435\u0448\u0435\u043d\u0438\u0435":[4,7,23,25,32,37,38,39,41,42,43,51,54,56,57,59,60,62,63],"\u0440\u0435\u0448\u0435\u043d\u0438\u0435\u043c":[7,9,14,21,39,40],"\u0440\u0435\u0448\u0435\u043d\u0438\u0438":[39,52,55,56,64],"\u0440\u0435\u0448\u0435\u043d\u0438\u0439":[40,52,62],"\u0440\u0435\u0448\u0435\u043d\u0438\u044e":49,"\u0440\u0435\u0448\u0435\u043d\u0438\u044f":[4,7,11,14,21,32,33,34,37,38,39,40,41,42,43,45,52,53,54,55,56,57,58,59,62,63,64],"\u0440\u0435\u0448\u0438\u0432":[9,40],"\u0440\u0435\u0448\u0438\u043c":39,"\u0440\u0435\u0448\u0438\u0442\u0435":56,"\u0440\u0435\u0448\u0438\u0442\u044c":[4,7,14,53,58,63,64],"\u0440\u0438\u0434\u0434\u0435\u0440\u0441\u0430":[32,34],"\u0440\u0438\u0441\u0443\u043d\u043a\u0435":32,"\u0440\u0438\u0441\u0443\u043d\u043e\u043a":61,"\u0440\u0438\u0447\u0430\u0440\u0434\u0441\u043e\u043d\u0430":[5,9],"\u0440\u043a2":38,"\u0440\u043a23":38,"\u0440\u043a3":38,"\u0440\u043a4":40,"\u0440\u043e\u0431\u0430\u0441\u0442\u043d\u043e\u0441\u0442\u044c":49,"\u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0439":30,"\u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u043c\u0443":26,"\u0440\u043e\u0437\u0435\u043d\u0431\u0440\u043e\u043a\u0430":44,"\u0440\u043e\u043b\u044c":4,"\u0440\u043e\u043c\u0431\u0435\u0440\u0433\u0430":[5,7],"\u0440\u0443\u043d\u0433\u0435":[38,40,41],"\u0440\u0443\u0441\u0441\u043a\u043e\u044f\u0437\u044b\u0447\u043d\u043e\u0439":63,"\u0440\u044f\u0431\u0435\u043d\u044c\u043a\u0438\u0439":0,"\u0440\u044f\u0434":[4,32,52],"\u0440\u044f\u0434\u0430":[19,32,61],"\u0440\u044f\u0434\u0430\u043c\u0438":[],"\u0440\u044f\u0434\u043e\u0432":17,"\u0440\u044f\u0434\u044b":17,"\u0441":[0,5,6,9,10,11,12,14,15,16,18,19,21,22,23,24,26,27,28,29,30,31,32,34,35,36,37,38,39,40,41,42,43,45,47,48,49,50,52,53,54,57,58,59,60,61,63,64],"\u0441\u0430\u0439\u0442\u0430":24,"\u0441\u0430\u0439\u0442\u0435":24,"\u0441\u0430\u043c":26,"\u0441\u0430\u043c\u0430":[11,28,30,39,59],"\u0441\u0430\u043c\u0430\u0440\u0441\u043a\u0438\u0439":0,"\u0441\u0430\u043c\u0438\u043c":[52,59,64],"\u0441\u0430\u043c\u0438\u043c\u0438":[],"\u0441\u0430\u043c\u043e\u0433\u043e":28,"\u0441\u0430\u043c\u043e\u0435":[15,35],"\u0441\u0430\u043c\u043e\u0439":[42,58],"\u0441\u0430\u043c\u043e\u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0430":[],"\u0441\u0430\u043c\u043e\u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438":21,"\u0441\u0430\u043c\u0443":26,"\u0441\u0430\u043c\u044b\u0435":30,"\u0441\u0430\u043c\u044b\u0439":47,"\u0441\u0430\u043c\u044b\u043c":45,"\u0441\u0430\u043c\u044b\u043c\u0438":64,"\u0441\u0431\u043e\u0440":29,"\u0441\u0431\u043e\u0440\u043a\u0430":24,"\u0441\u0431\u043e\u0440\u043d\u0438\u043a":3,"\u0441\u0431\u043e\u0440\u0449\u0438\u043a":19,"\u0441\u0431\u043e\u0440\u0449\u0438\u043a\u0430":19,"\u0441\u0432\u0435\u0434\u0451\u043c":52,"\u0441\u0432\u0435\u043b\u0430\u0441\u044c":[49,58],"\u0441\u0432\u0435\u043b\u0438":52,"\u0441\u0432\u0435\u0440\u0445\u043b\u0438\u043d\u0435\u0439\u043d\u0430\u044f":[34,35],"\u0441\u0432\u0435\u0440\u0445\u043b\u0438\u043d\u0435\u0439\u043d\u043e\u0439":[35,36],"\u0441\u0432\u0435\u0440\u0445\u043b\u0438\u043d\u0435\u0439\u043d\u0443\u044e":31,"\u0441\u0432\u0435\u0440\u0445\u0441\u0436\u0438\u043c\u0430\u0435\u043c\u043e\u0441\u0442\u044c":53,"\u0441\u0432\u0435\u0440\u0445\u0443":38,"\u0441\u0432\u0435\u0441\u0442\u0438":[37,57],"\u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e":7,"\u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0439":[49,52,53],"\u0441\u0432\u043e\u0431\u043e\u0434\u043d\u0443\u044e":52,"\u0441\u0432\u043e\u0434\u0438\u0442\u0441\u044f":[8,33,37,58],"\u0441\u0432\u043e\u0434\u044f\u0442\u0441\u044f":4,"\u0441\u0432\u043e\u0435\u0433\u043e":30,"\u0441\u0432\u043e\u0435\u043c\u0443":7,"\u0441\u0432\u043e\u0438":30,"\u0441\u0432\u043e\u0439":[22,26,30],"\u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430":38,"\u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430\u043c":12,"\u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430\u043c\u0438":[11,58],"\u0441\u0432\u043e\u0439\u0441\u0442\u0432\u043e":[34,38],"\u0441\u0432\u043e\u0439\u0441\u0442\u0432\u043e\u043c":[7,11,15,34,40],"\u0441\u0432\u043e\u044e":[4,10,12,17,24,30,49,52,54,63],"\u0441\u0432\u043e\u0451":49,"\u0441\u0432\u043e\u0451\u043c":30,"\u0441\u0432\u044f\u0437\u0430\u043d\u0430":52,"\u0441\u0432\u044f\u0437\u0430\u043d\u043d\u0430\u044f":16,"\u0441\u0432\u044f\u0437\u0430\u043d\u044b":7,"\u0441\u0432\u044f\u0437\u0438":52,"\u0441\u0432\u044f\u0437\u044b\u0432\u0430\u0435\u0442":42,"\u0441\u0432\u044f\u0437\u044b\u0432\u0430\u043d\u0438\u0435":26,"\u0441\u0432\u044f\u0437\u044c":[10,54],"\u0441\u0433\u0435\u043d\u0435\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u044b":21,"\u0441\u0433\u0435\u043d\u0435\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c":12,"\u0441\u0433\u0435\u043d\u0435\u0440\u0438\u0440\u0443\u0435\u043c":15,"\u0441\u0434\u0435\u043b\u0430\u0432":30,"\u0441\u0434\u0435\u043b\u0430\u0435\u043c":[17,36,48],"\u0441\u0434\u0435\u043b\u0430\u0435\u0442":49,"\u0441\u0434\u0435\u043b\u0430\u0439\u0442\u0435":24,"\u0441\u0434\u0435\u043b\u0430\u0442\u044c":[15,21,24,28,43,59],"\u0441\u0435\u0431\u0435":32,"\u0441\u0435\u0431\u044f":[19,22,26,29,30],"\u0441\u0435\u043a\u0443\u0449\u0430\u044f":31,"\u0441\u0435\u043a\u0443\u0449\u0435\u0439":[31,34,35],"\u0441\u0435\u043a\u0443\u0449\u0438\u0435":35,"\u0441\u0435\u043a\u0443\u0449\u0438\u0445":[31,64],"\u0441\u0435\u043a\u0443\u0449\u0443\u044e":35,"\u0441\u0435\u043a\u0446\u0438\u0438":26,"\u0441\u0435\u043c\u0435\u0439\u0441\u0442\u0432\u0430":[30,49],"\u0441\u0435\u043c\u0435\u0439\u0441\u0442\u0432\u0430\u043c\u0438":38,"\u0441\u0435\u043c\u0435\u0439\u0441\u0442\u0432\u043e":[30,42,55],"\u0441\u0435\u043c\u0435\u0439\u0441\u0442\u0432\u0443":[7,53],"\u0441\u0435\u043c\u0435\u0441\u0442\u0432\u043e":42,"\u0441\u0435\u043c\u0451\u043d\u043e\u0432\u0438\u0447":7,"\u0441\u0435\u043f\u0430\u0440\u0430\u0442\u043e\u0440\u043e\u043c":19,"\u0441\u0435\u0440\u0435\u0434\u0438\u043d\u044b":34,"\u0441\u0435\u0440\u0438\u0438":37,"\u0441\u0435\u0440\u0438\u044e":[37,63],"\u0441\u0435\u0441\u0441\u0438\u0438":[],"\u0441\u0435\u0441\u0441\u0438\u044e":24,"\u0441\u0435\u0442\u043a\u0430":[5,15],"\u0441\u0435\u0442\u043a\u0430\u0445":[5,10],"\u0441\u0435\u0442\u043a\u0435":[5,9,10,11,15],"\u0441\u0435\u0442\u043a\u0438":[5,8,10,15,41],"\u0441\u0435\u0442\u043a\u043e\u0439":9,"\u0441\u0435\u0442\u043a\u0443":[5,8,9,10,15,38,41],"\u0441\u0435\u0442\u043e\u043a":[10,12,15,39],"\u0441\u0435\u0442\u043e\u0447\u043d\u044b\u0445":39,"\u0441\u0435\u0447\u0435\u043d\u0438\u0435":34,"\u0441\u0435\u0447\u0435\u043d\u0438\u044e":35,"\u0441\u0436\u0430\u0442\u0438\u044f":[],"\u0441\u0436\u0438\u043c\u0430\u0435\u043c\u043e\u0441\u0442\u0438":53,"\u0441\u0436\u0438\u043c\u0430\u0435\u043c\u043e\u0441\u0442\u044c":53,"\u0441\u0436\u0438\u043c\u0430\u0442\u044c\u0441\u044f":40,"\u0441\u0438\u0433\u043d\u0430\u0442\u0443\u0440\u0430":30,"\u0441\u0438\u0433\u043d\u0430\u0442\u0443\u0440\u0443":56,"\u0441\u0438\u043b\u044c\u043d\u0430\u044f":[14,16,30],"\u0441\u0438\u043b\u044c\u043d\u043e":[14,15,17,38,39,42,48,49],"\u0441\u0438\u043b\u044c\u043d\u043e\u0433\u043e":47,"\u0441\u0438\u043b\u044c\u043d\u043e\u0435":47,"\u0441\u0438\u043b\u044c\u043d\u044b\u0435":47,"\u0441\u0438\u043b\u044c\u043d\u044b\u043c":47,"\u0441\u0438\u043b\u044c\u043d\u044b\u043c\u0438":47,"\u0441\u0438\u043c\u0432\u043e\u043b":22,"\u0441\u0438\u043c\u0432\u043e\u043b\u0430\u043c\u0438":29,"\u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432":[27,29],"\u0441\u0438\u043c\u0432\u043e\u043b\u044b":27,"\u0441\u0438\u043c\u0432\u043e\u043b\u044c\u043d\u043e":49,"\u0441\u0438\u043c\u0432\u043e\u043b\u044c\u043d\u0443\u044e":24,"\u0441\u0438\u043c\u043c\u0435\u0442\u0440\u0438\u0438":[7,9],"\u0441\u0438\u043c\u043c\u0435\u0442\u0440\u0438\u0447\u0435\u043d":46,"\u0441\u0438\u043c\u043c\u0435\u0442\u0440\u0438\u0447\u043d\u043e\u0439":[1,55],"\u0441\u0438\u043c\u043c\u0435\u0442\u0440\u0438\u0447\u043d\u0443\u044e":46,"\u0441\u0438\u043c\u043c\u0435\u0442\u0440\u0438\u0447\u043d\u044b":7,"\u0441\u0438\u043c\u043f\u0441\u043e\u043d\u0430":[5,10],"\u0441\u0438\u043d\u0433\u043b\u0435\u0442\u043e\u043d\u0430\u043c":[],"\u0441\u0438\u043d\u0433\u043b\u0435\u0442\u043e\u043d\u043e\u0432":[],"\u0441\u0438\u043d\u0433\u0443\u043b\u044f\u0440\u043d\u0430":16,"\u0441\u0438\u043d\u0433\u0443\u043b\u044f\u0440\u043d\u043e\u0435":55,"\u0441\u0438\u043d\u0433\u0443\u043b\u044f\u0440\u043d\u044b\u0445":16,"\u0441\u0438\u043d\u0438\u0435":61,"\u0441\u0438\u043d\u0438\u0439":32,"\u0441\u0438\u043d\u043e\u043d\u0438\u043c\u0430":19,"\u0441\u0438\u043d\u0442\u0430\u043a\u0441\u0438\u0441":[19,20,22,23,26,27],"\u0441\u0438\u043d\u0442\u0430\u043a\u0441\u0438\u0441\u0430":[3,20,22,23,27,28,59],"\u0441\u0438\u0441\u0442\u0435\u043c":[4,17,24,40,42,52,55,56,58,59,62],"\u0441\u0438\u0441\u0442\u0435\u043c\u0430":[11,14,21,25,26,27,40,42,49,52,56,58,59,60,61,63],"\u0441\u0438\u0441\u0442\u0435\u043c\u0430\u0445":42,"\u0441\u0438\u0441\u0442\u0435\u043c\u0435":[17,26,49,52],"\u0441\u0438\u0441\u0442\u0435\u043c\u043d\u043e\u0439":24,"\u0441\u0438\u0441\u0442\u0435\u043c\u043e\u0439":[45,63],"\u0441\u0438\u0441\u0442\u0435\u043c\u0443":[7,9,11,14,24,30,43,52,54,63,64],"\u0441\u0438\u0441\u0442\u0435\u043c\u044b":[4,7,11,14,21,30,32,41,42,43,49,52,53,54,55,59,63,64],"\u0441\u0438\u0442\u0443\u0430\u0446\u0438\u0435\u0439":5,"\u0441\u0438\u0442\u0443\u0430\u0446\u0438\u0438":59,"\u0441\u0438\u0442\u0443\u0430\u0446\u0438\u044f":55,"\u0441\u043a\u0430\u0436\u0435\u043c":[16,19,30,49],"\u0441\u043a\u0430\u0437\u0430\u0442\u044c":[17,30,52],"\u0441\u043a\u0430\u043b\u044f\u0440":[19,21,26,64],"\u0441\u043a\u0430\u043b\u044f\u0440\u0430":19,"\u0441\u043a\u0430\u043b\u044f\u0440\u043d\u043e":26,"\u0441\u043a\u0430\u043b\u044f\u0440\u043d\u043e\u0433\u043e":[4,7,21,26,62,63],"\u0441\u043a\u0430\u043b\u044f\u0440\u043d\u043e\u0435":[7,25,26],"\u0441\u043a\u0430\u043b\u044f\u0440\u043d\u043e\u0439":[16,39,45,54],"\u0441\u043a\u0430\u043b\u044f\u0440\u043d\u043e\u043c\u0443":26,"\u0441\u043a\u0430\u043b\u044f\u0440\u043d\u0443\u044e":47,"\u0441\u043a\u0430\u043b\u044f\u0440\u043d\u044b\u0439":42,"\u0441\u043a\u0430\u043b\u044f\u0440\u043d\u044b\u0445":16,"\u0441\u043a\u0430\u043b\u044f\u0440\u043e\u0432":19,"\u0441\u043a\u0430\u0447\u0430\u0435\u0442":26,"\u0441\u043a\u0430\u0447\u0430\u0439\u0442\u0435":24,"\u0441\u043a\u0430\u0447\u0430\u043d\u043d\u043e\u043c":[],"\u0441\u043a\u0430\u0447\u0430\u043d\u043d\u044b\u0439":24,"\u0441\u043a\u0430\u0447\u0430\u0442\u044c":24,"\u0441\u043a\u0430\u0447\u0438\u0432\u0430\u043d\u0438\u044e":21,"\u0441\u043a\u0430\u0447\u043e\u043a":32,"\u0441\u043a\u043b\u0430\u0434\u044b\u0432\u0430\u0442\u044c":[17,26],"\u0441\u043a\u043b\u0430\u0434\u044b\u0432\u0430\u044e\u0442\u0441\u044f":17,"\u0441\u043a\u043b\u043e\u043d\u0438\u0440\u043e\u0432\u0430\u0442\u044c":[],"\u0441\u043a\u043e\u0431\u043a\u0430":7,"\u0441\u043a\u043e\u0431\u043a\u0435":7,"\u0441\u043a\u043e\u0431\u043a\u0438":19,"\u0441\u043a\u043e\u043b\u044c\u043a\u043e":[10,30],"\u0441\u043a\u043e\u043c\u0431\u0438\u043d\u0438\u0440\u0443\u0435\u043c":10,"\u0441\u043a\u043e\u043c\u043f\u0438\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0439":30,"\u0441\u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0430":24,"\u0441\u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u043b\u0438":26,"\u0441\u043a\u043e\u0440\u0435\u0435":[24,26],"\u0441\u043a\u043e\u0440\u043e\u0441\u0442\u0435\u0439":4,"\u0441\u043a\u043e\u0440\u043e\u0441\u0442\u0438":27,"\u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c":[4,35,36,40,49],"\u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c\u044e":[34,35,37],"\u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044f\u043c\u0438":42,"\u0441\u043a\u0440\u0438\u043f\u0442":[21,50],"\u0441\u043a\u0440\u0438\u043f\u0442\u0430":[20,26,30],"\u0441\u043a\u0440\u0438\u043f\u0442\u043e\u0432\u043e\u043c":28,"\u0441\u043a\u0440\u0438\u043f\u0442\u044b":12,"\u0441\u043b\u0430\u0431\u043e\u0435":47,"\u0441\u043b\u0430\u0431\u044b\u043c\u0438":47,"\u0441\u043b\u0430\u0433\u0430\u0435\u043c\u043e\u0435":[10,52],"\u0441\u043b\u0430\u0433\u0430\u0435\u043c\u044b\u0445":17,"\u0441\u043b\u0430\u0443":25,"\u0441\u043b\u0435\u0432\u0430":[5,10,11,58],"\u0441\u043b\u0435\u0433\u043a\u0430":7,"\u0441\u043b\u0435\u0434":25,"\u0441\u043b\u0435\u0434\u0441\u0442\u0432\u0438\u0435\u043c":16,"\u0441\u043b\u0435\u0434\u0443\u0435\u0442":[16,17,19,38,39,52,54,55,58],"\u0441\u043b\u0435\u0434\u0443\u0439\u0442\u0435":24,"\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0430\u044f":5,"\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0433\u043e":[9,16,59],"\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0435":[10,12,17,21,35,43,53,60],"\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0439":[26,42,43,59],"\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c\u0443":[7,37],"\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435":[18,37,40,51,56,60],"\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439":[5,12,20,52,58],"\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u043c":[5,30,32,33,42,47,49,63],"\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0445":[27,34,42,47],"\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0443\u044e":[35,56],"\u0441\u043b\u0435\u0434\u0443\u044f":58,"\u0441\u043b\u0438\u0448\u043a\u043e\u043c":[47,48,49],"\u0441\u043b\u043e\u0432\u0430":64,"\u0441\u043b\u043e\u0432\u0430\u043c\u0438":[16,26,40,58],"\u0441\u043b\u043e\u0436\u0435\u043d\u0435\u0438":[],"\u0441\u043b\u043e\u0436\u0435\u043d\u0438\u0435":[16,17,19,21,30],"\u0441\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043c":16,"\u0441\u043b\u043e\u0436\u0435\u043d\u0438\u0438":17,"\u0441\u043b\u043e\u0436\u0435\u043d\u0438\u0439":17,"\u0441\u043b\u043e\u0436\u0435\u043d\u0438\u044e":17,"\u0441\u043b\u043e\u0436\u0435\u043d\u0438\u044f":[17,30],"\u0441\u043b\u043e\u0436\u0438\u0442":30,"\u0441\u043b\u043e\u0436\u0438\u0442\u044c":17,"\u0441\u043b\u043e\u0436\u043d\u0435\u0435":59,"\u0441\u043b\u043e\u0436\u043d\u043e":[4,49],"\u0441\u043b\u043e\u0436\u043d\u043e\u0433\u043e":47,"\u0441\u043b\u043e\u0436\u043d\u043e\u0439":16,"\u0441\u043b\u043e\u0436\u043d\u043e\u0441\u0442\u044c":[55,59],"\u0441\u043b\u043e\u0436\u043d\u0443\u044e":30,"\u0441\u043b\u043e\u0436\u043d\u044b\u0435":47,"\u0441\u043b\u043e\u0436\u043d\u044b\u0439":[19,23],"\u0441\u043b\u043e\u0436\u043d\u044b\u043c":7,"\u0441\u043b\u0443\u0436\u0430\u0442":32,"\u0441\u043b\u0443\u0447\u0430\u0435":[4,7,9,10,11,14,16,17,20,21,22,26,28,30,33,34,37,38,40,42,46,49,51,52,53,55,58,59,61,64],"\u0441\u043b\u0443\u0447\u0430\u0435\u0432":[3,32,54],"\u0441\u043b\u0443\u0447\u0430\u0438":30,"\u0441\u043b\u0443\u0447\u0430\u0439":[10,11,15,35,37,42,60,63],"\u0441\u043b\u0443\u0447\u0430\u0439\u043d\u043e\u0439":44,"\u0441\u043b\u0443\u0447\u0430\u0439\u043d\u0443\u044e":44,"\u0441\u043b\u0443\u0447\u0430\u0439\u043d\u044b\u0435":45,"\u0441\u043b\u0443\u0447\u0430\u0439\u043d\u044b\u0445":[19,30,44],"\u0441\u043b\u0443\u0447\u0430\u044f":[8,60],"\u0441\u043b\u0443\u0447\u0430\u044f\u043c\u0438":[],"\u0441\u043b\u0443\u0447\u0430\u044f\u0445":[4,16,42],"\u0441\u043c":[9,12,17,27,40,42,48,49,50,56],"\u0441\u043c\u0435\u043d\u0438\u0442\u0441\u044f":27,"\u0441\u043c\u0435\u0441\u0435\u0439":[0,4],"\u0441\u043c\u0435\u0441\u0438":[32,49,51,52,53],"\u0441\u043c\u0435\u0441\u044c":[50,52],"\u0441\u043c\u0435\u0448\u0435\u043d\u0438\u044f":[49,53],"\u0441\u043c\u0435\u0449\u0430\u0435\u0442\u0441\u044f":34,"\u0441\u043c\u0435\u0449\u0430\u044e\u0449\u0438\u0439":34,"\u0441\u043c\u043e\u0436\u0435\u0442\u0435":30,"\u0441\u043c\u043e\u0442\u0440\u0438\u0442\u0435":[11,63],"\u0441\u043c\u044b\u0441\u043b\u0430":17,"\u0441\u043c\u044b\u0441\u043b\u0435":[35,64],"\u0441\u043d\u0430\u0447\u0430\u043b\u0430":[17,21,24,33,42,45,58,59,63,64],"\u0441\u043d\u0438\u0437\u0438\u0442\u044c":17,"\u0441\u043e":[9,16,19,20,21,26,30,32,34,35,42,59],"\u0441\u043e\u0431\u0438\u0440\u0430\u0435\u043c":11,"\u0441\u043e\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u0438":40,"\u0441\u043e\u0431\u043e\u0439":[10,26,28,32,43,57],"\u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0433\u043e":26,"\u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0435":[20,22,26],"\u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0439":12,"\u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0435":30,"\u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0439":[28,52],"\u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0445":[19,30,55],"\u0441\u043e\u0432\u0435\u0440\u0448\u0430\u0435\u043c":48,"\u0441\u043e\u0432\u0435\u0440\u0448\u0430\u0435\u0442":63,"\u0441\u043e\u0432\u0435\u0440\u0448\u0430\u0435\u0442\u0441\u044f":26,"\u0441\u043e\u0432\u0435\u0440\u0448\u0430\u0442\u044c":30,"\u0441\u043e\u0432\u0435\u0440\u0448\u0430\u044e\u0449\u0438\u0439":50,"\u0441\u043e\u0432\u0435\u0440\u0448\u0430\u044f":30,"\u0441\u043e\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u0435":43,"\u0441\u043e\u0432\u0435\u0440\u0448\u0435\u043d\u043d\u043e":30,"\u0441\u043e\u0432\u043c\u0435\u0441\u0442\u043d\u043e\u0439":42,"\u0441\u043e\u0432\u043f\u0430\u0434\u0430\u0435\u0442":[16,42],"\u0441\u043e\u0432\u043f\u0430\u0434\u0430\u0442\u044c":38,"\u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0442":[7,9],"\u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0435\u043c":39,"\u0441\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u0439":24,"\u0441\u043e\u0433\u043b\u0430\u0441\u043d\u043e":[10,42,59],"\u0441\u043e\u0433\u043b\u0430\u0448\u0435\u043d\u0438\u044e":22,"\u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442":30,"\u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c":[22,26],"\u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c\u0441\u044f":21,"\u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0449\u0438\u0439":[21,59],"\u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e":26,"\u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435":24,"\u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u044b\u043c":28,"\u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442":[10,11,12,22,25,26,30,32,33,59],"\u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442\u0441\u044f":[26,30],"\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c":15,"\u0441\u043e\u0435\u0434\u0438\u043d\u044f\u044e\u0449\u0435\u0439":15,"\u0441\u043e\u0437\u0434\u0430\u0432":30,"\u0441\u043e\u0437\u0434\u0430\u0432\u0430\u0435\u043c\u044b\u0439":26,"\u0441\u043e\u0437\u0434\u0430\u0432\u0430\u043b":30,"\u0441\u043e\u0437\u0434\u0430\u0432\u0430\u043b\u0441\u044f":[23,26],"\u0441\u043e\u0437\u0434\u0430\u0432\u0430\u0442\u044c":[19,20,22,26,30],"\u0441\u043e\u0437\u0434\u0430\u0434\u0438\u043c":30,"\u0441\u043e\u0437\u0434\u0430\u0435\u0442":22,"\u0441\u043e\u0437\u0434\u0430\u0439\u0442\u0435":[24,28,56],"\u0441\u043e\u0437\u0434\u0430\u043d\u0430":[],"\u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0435":[11,15,19,30],"\u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f":[19,22,28,30],"\u0441\u043e\u0437\u0434\u0430\u043d\u043d\u044b\u0439":23,"\u0441\u043e\u0437\u0434\u0430\u0442\u044c":[19,24,30],"\u0441\u043e\u0437\u0434\u0430\u044e\u0442":20,"\u0441\u043e\u0437\u0434\u0430\u044e\u0442\u0441\u044f":[22,26,30],"\u0441\u043e\u0437\u0434\u0430\u044e\u0449\u0438\u0439":20,"\u0441\u043e\u0437\u0434\u0430\u0451\u0442":[9,14,20,21,22,26,30],"\u0441\u043e\u0437\u0434\u0430\u0451\u0442\u0441\u044f":[20,22,26,30],"\u0441\u043e\u0439\u0434\u0451\u0442\u0441\u044f":37,"\u0441\u043e\u0439\u0442\u0438\u0441\u044c":[37,49],"\u0441\u043e\u043a\u0440\u0430\u0449\u0451\u043d\u043d\u043e":42,"\u0441\u043e\u043b\u0432\u0435\u0440\u0430":49,"\u0441\u043e\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0439":42,"\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435":28,"\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0439":[],"\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f":28,"\u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e":3,"\u0441\u043e\u043e\u0431\u0449\u0438\u0442\u0435":49,"\u0441\u043e\u043e\u0431\u0449\u0438\u0442\u044c":49,"\u0441\u043e\u043e\u0442\u0432\u0435\u0441\u0442\u0432\u0443\u0435\u0442":53,"\u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0435\u043d\u043d\u043e":[11,56,63],"\u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0435":15,"\u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0438":[50,53],"\u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442":[9,10,32],"\u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0442":[9,30,32,61],"\u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0430\u044f":49,"\u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u0433\u043e":27,"\u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u0435":[],"\u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u043c":32,"\u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435":11,"\u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0439":[15,19],"\u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u043c\u0438":[11,61],"\u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0445":32,"\u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0443\u044e":[],"\u0441\u043e\u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u0435":[16,39],"\u0441\u043e\u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u0435\u043c":42,"\u0441\u043e\u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u044f":37,"\u0441\u043e\u043f\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c":[11,16],"\u0441\u043e\u043f\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044f":64,"\u0441\u043e\u043f\u0440\u044f\u0436\u0435\u043d\u0438\u0435":25,"\u0441\u043e\u043f\u0440\u044f\u0436\u0451\u043d\u043d\u044b\u0445":47,"\u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0438":55,"\u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0443":22,"\u0441\u043e\u0441\u0435\u0434\u0435\u0439":21,"\u0441\u043e\u0441\u0435\u0434\u0438":21,"\u0441\u043e\u0441\u0435\u0434\u043d\u0438\u0445":11,"\u0441\u043e\u0441\u0442\u0430\u0432":[49,50,52],"\u0441\u043e\u0441\u0442\u0430\u0432\u0430":[49,52,53],"\u0441\u043e\u0441\u0442\u0430\u0432\u0430\u043c":53,"\u0441\u043e\u0441\u0442\u0430\u0432\u0430\u043c\u0438":52,"\u0441\u043e\u0441\u0442\u0430\u0432\u0435":49,"\u0441\u043e\u0441\u0442\u0430\u0432\u0438\u043b\u0430":[38,58,59],"\u0441\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c":[11,14,38],"\u0441\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0438":[],"\u0441\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044f":49,"\u0441\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u0430\u044f":55,"\u0441\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u044b":7,"\u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442":[10,15,17,59],"\u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442\u0441\u044f":58,"\u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u043b\u0430":[5,19],"\u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u044e\u0442":[7,22],"\u0441\u043e\u0441\u0442\u0430\u0432\u043d\u0430\u044f":[8,9],"\u0441\u043e\u0441\u0442\u0430\u0432\u043d\u043e\u0435":22,"\u0441\u043e\u0441\u0442\u0430\u0432\u043d\u043e\u0439":[8,9,10],"\u0441\u043e\u0441\u0442\u0430\u0432\u043d\u0443\u044e":9,"\u0441\u043e\u0441\u0442\u0430\u0432\u043d\u044b\u0435":[8,9],"\u0441\u043e\u0441\u0442\u0430\u0432\u043e\u043c":[49,52],"\u0441\u043e\u0441\u0442\u0430\u0432\u044b":52,"\u0441\u043e\u0441\u0442\u043e\u0438\u0442":[7,15,17,30,32,34,47,64],"\u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435":[32,49,50,52,61],"\u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0438":[32,49,52],"\u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0439":52,"\u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u044e":52,"\u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u044f":[4,12,21,49,50,51,52],"\u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u044f\u043c":32,"\u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u044f\u0445":52,"\u0441\u043e\u0441\u0442\u043e\u044f\u0449\u0438\u0439":21,"\u0441\u043e\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0442":32,"\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0435\u043c":21,"\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0438":23,"\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f":52,"\u0441\u043e\u0445\u0440\u0430\u043d\u0438\u043b\u0438":28,"\u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u0435":24,"\u0441\u043e\u0445\u0440\u0430\u043d\u044f\u0435\u0442":30,"\u0441\u043e\u0445\u0440\u0430\u043d\u044f\u0435\u0442\u0441\u044f":34,"\u0441\u043e\u0445\u0440\u0430\u043d\u044f\u0439\u0442\u0435":28,"\u0441\u043e\u0445\u0440\u0430\u043d\u044f\u0442\u044c":27,"\u0441\u043e\u0445\u0440\u0430\u043d\u0451\u043d\u043d\u044b\u0439":28,"\u0441\u043e\u0447\u0435\u0442\u0430\u0435\u0442\u0441\u044f":64,"\u0441\u043e\u0447\u0435\u0442\u0430\u043d\u0438\u0438":48,"\u0441\u043e\u0447\u0435\u0442\u0430\u043d\u0438\u044f":28,"\u0441\u043e\u0448\u0451\u043b\u0441\u044f":[43,48,49],"\u0441\u043f\u0435\u0446\u0438\u0430\u043b\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0445":28,"\u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0433\u043e":25,"\u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0435":17,"\u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0435":[17,42],"\u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0445":29,"\u0441\u043f\u0438\u043d\u043e\u0434\u0430\u043b\u044c":51,"\u0441\u043f\u0438\u0441\u043e\u043a":[12,23,26,27],"\u0441\u043f\u043b\u0430\u0439\u043d":11,"\u0441\u043f\u043b\u0430\u0439\u043d\u0430\u043c\u0438":11,"\u0441\u043f\u043b\u0430\u0439\u043d\u043e\u0432":11,"\u0441\u043f\u043b\u043e\u0448\u043d\u044b\u043c\u0438":32,"\u0441\u043f\u043e\u043a\u043e\u0439\u043d\u043e":26,"\u0441\u043f\u043e\u0441\u043e\u0431":[9,15,24,30,49],"\u0441\u043f\u043e\u0441\u043e\u0431\u0430":7,"\u0441\u043f\u043e\u0441\u043e\u0431\u0430\u043c\u0438":59,"\u0441\u043f\u043e\u0441\u043e\u0431\u043d\u043e\u0441\u0442\u0438":52,"\u0441\u043f\u043e\u0441\u043e\u0431\u043e\u0432":21,"\u0441\u043f\u043e\u0441\u043e\u0431\u043e\u043c":[15,24,37],"\u0441\u043f\u043e\u0441\u043e\u0431\u044b":[14,57],"\u0441\u043f\u0440\u0430\u0432\u0430":[5,11,22,47],"\u0441\u043f\u0440\u0430\u0432\u0435\u0434\u043b\u0438\u0432\u0430":[11,35,54],"\u0441\u043f\u0440\u0430\u0432\u0435\u0434\u043b\u0438\u0432\u043e":[11,48],"\u0441\u043f\u0440\u0430\u0432\u0438\u043b\u0441\u044f":[34,36],"\u0441\u043f\u0440\u0430\u0432\u043b\u044f\u0435\u0442\u0441\u044f":[5,34,42],"\u0441\u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442":22,"\u0441\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u0435":[9,17,34],"\u0441\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u0438":[49,52],"\u0441\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u044e":[9,19],"\u0441\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u044f":[],"\u0441\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u044f\u0445":17,"\u0441\u0440\u0430\u0432\u043d\u0438\u0432\u0430\u0442\u044c":17,"\u0441\u0440\u0430\u0432\u043d\u0438\u0432\u0430\u044e\u0442\u0441\u044f":10,"\u0441\u0440\u0430\u0432\u043d\u0438\u0432\u0430\u044f":10,"\u0441\u0440\u0430\u0432\u043d\u0438\u043c":[10,36,39,64],"\u0441\u0440\u0430\u0432\u043d\u0438\u0442\u0435":[32,49],"\u0441\u0440\u0430\u0432\u043d\u0438\u0442\u044c":5,"\u0441\u0440\u0430\u0437\u0443":[5,25,30,64],"\u0441\u0440\u0435\u0434\u0430":28,"\u0441\u0440\u0435\u0434\u0435":23,"\u0441\u0440\u0435\u0434\u0438":[21,26,41,42],"\u0441\u0440\u0435\u0434\u043d\u0435\u0433\u043e":19,"\u0441\u0440\u0435\u0434\u043d\u0435\u043c":19,"\u0441\u0440\u0435\u0434\u043d\u0438\u0445":9,"\u0441\u0440\u0435\u0437\u0430":9,"\u0441\u0440\u0435\u0437\u044b":9,"\u0441\u0441\u0441\u0440":0,"\u0441\u0441\u044b\u043b\u0430\u044e\u0449\u0438\u0439\u0441\u044f":9,"\u0441\u0441\u044b\u043b\u043a\u0430":[12,28],"\u0441\u0441\u044b\u043b\u043a\u0435":58,"\u0441\u0441\u044b\u043b\u043a\u0438":[12,24],"\u0441\u0441\u044b\u043b\u043a\u0443":[24,30],"\u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u043e":52,"\u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u043e\u0433\u043e":4,"\u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u043e\u0435":50,"\u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u043e\u0441\u0442\u0438":[49,51,64],"\u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u043e\u0441\u0442\u044c":[21,27,59],"\u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u044b":30,"\u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u044b\u043c":52,"\u0441\u0442\u0430\u0432\u0438\u0442\u0441\u044f":53,"\u0441\u0442\u0430\u0432\u0438\u0442\u044c":[19,22],"\u0441\u0442\u0430\u0434\u0438\u0438":51,"\u0441\u0442\u0430\u043b\u043a\u0438\u0432\u0430\u043b\u0438\u0441\u044c":[30,38,64],"\u0441\u0442\u0430\u043b\u043e":58,"\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442":17,"\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u0430":17,"\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u0430\u044f":[23,25],"\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e":24,"\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0433\u043e":[16,21],"\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0435":[1,28,48],"\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0439":[1,3,25,26,28,30,32,57],"\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0435":[20,21,26],"\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439":[21,27],"\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u043c":24,"\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u043c\u0438":19,"\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043e\u0432":0,"\u0441\u0442\u0430\u043d\u0435\u0442":35,"\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0441\u044f":9,"\u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0442\u0441\u044f":17,"\u0441\u0442\u0430\u043d\u0443\u0442":[10,42],"\u0441\u0442\u0430\u0440\u0430\u0439\u0442\u0435\u0441\u044c":17,"\u0441\u0442\u0430\u0440\u043e\u0439":10,"\u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0438":30,"\u0441\u0442\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438":27,"\u0441\u0442\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0439":30,"\u0441\u0442\u0430\u0442\u044c\u0438":[32,49],"\u0441\u0442\u0430\u0446\u0438\u043e\u043d\u0430\u0440\u043d\u043e\u0439":52,"\u0441\u0442\u0430\u0446\u0438\u043e\u043d\u0430\u0440\u043d\u043e\u0441\u0442\u0438":52,"\u0441\u0442\u0430\u0446\u0438\u043e\u043d\u0430\u0440\u043d\u044b\u0439":[],"\u0441\u0442\u0430\u0446\u0438\u043e\u043d\u0430\u0440\u043d\u044b\u0445":[47,52],"\u0441\u0442\u0435\u043a\u0435":30,"\u0441\u0442\u0435\u043f\u0435\u043d\u0435\u0439":[7,9,14],"\u0441\u0442\u0435\u043f\u0435\u043d\u0438":[7,9,10,14],"\u0441\u0442\u0435\u043f\u0435\u043d\u044c":[7,14,17,27,30],"\u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c":55,"\u0441\u0442\u043e\u0438\u0442":[3,7,10,14,15,17,28,30,32,37,47,52,55],"\u0441\u0442\u043e\u043b\u0431\u0435\u0446":[14,19,58,59,64],"\u0441\u0442\u043e\u043b\u0431\u0446\u0430":[58,59],"\u0441\u0442\u043e\u043b\u0431\u0446\u0430\u043c\u0438":19,"\u0441\u0442\u043e\u043b\u0431\u0446\u043e\u0432":[11,19,55,58],"\u0441\u0442\u043e\u043b\u0431\u0446\u0443":19,"\u0441\u0442\u043e\u043b\u0431\u0446\u044b":[19,58],"\u0441\u0442\u043e\u043b\u043a\u043d\u043e\u0432\u0435\u043d\u0438\u044f":12,"\u0441\u0442\u043e\u043b\u0446\u0430\u043c":19,"\u0441\u0442\u043e\u0440\u043e\u043d\u0430\u043c\u0438":21,"\u0441\u0442\u043e\u0440\u043e\u043d\u043d\u0438\u0435":24,"\u0441\u0442\u043e\u0440\u043e\u043d\u043d\u0438\u0439":19,"\u0441\u0442\u043e\u0440\u043e\u043d\u043d\u0438\u043c\u0438":28,"\u0441\u0442\u043e\u0440\u043e\u043d\u043d\u0438\u0445":[],"\u0441\u0442\u043e\u0440\u043e\u043d\u0443":[34,45],"\u0441\u0442\u043e\u0440\u043e\u043d\u044b":[9,19,21,23,42],"\u0441\u0442\u043e\u0445\u0430\u0441\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u043c\u0438":45,"\u0441\u0442\u043e\u044f\u0442\u044c":20,"\u0441\u0442\u0440":47,"\u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430":12,"\u0441\u0442\u0440\u0430\u0442\u0435\u0433\u0438\u0438":45,"\u0441\u0442\u0440\u0430\u0442\u0435\u0433\u0438\u044f":45,"\u0441\u0442\u0440\u0435\u043b\u043a\u0430":10,"\u0441\u0442\u0440\u0435\u043b\u043a\u0438":10,"\u0441\u0442\u0440\u0435\u043c\u0438\u0442\u0441\u044f":[15,37],"\u0441\u0442\u0440\u043e\u0433\u0438\u0439":[46,47],"\u0441\u0442\u0440\u043e\u0433\u0438\u043c":[46,47],"\u0441\u0442\u0440\u043e\u0433\u043e":[22,30,52],"\u0441\u0442\u0440\u043e\u0438\u0442":[14,31,63],"\u0441\u0442\u0440\u043e\u0438\u0442\u0441\u044f":[45,47,48],"\u0441\u0442\u0440\u043e\u043a":[11,19,29],"\u0441\u0442\u0440\u043e\u043a\u0430":[19,20,29,38,58],"\u0441\u0442\u0440\u043e\u043a\u0430\u043c":19,"\u0441\u0442\u0440\u043e\u043a\u0430\u0445":29,"\u0441\u0442\u0440\u043e\u043a\u0435":[19,22,24,58,59],"\u0441\u0442\u0440\u043e\u043a\u0438":[11,19,24,28,58,59],"\u0441\u0442\u0440\u043e\u043a\u043e\u0432\u044b\u0445":30,"\u0441\u0442\u0440\u043e\u043a\u043e\u0439":59,"\u0441\u0442\u0440\u043e\u043a\u0443":[11,28,58,59],"\u0441\u0442\u0440\u043e\u0447\u043a\u0443":[24,57],"\u0441\u0442\u0440\u043e\u0447\u043d\u044b\u043c\u0438":30,"\u0441\u0442\u0440\u043e\u044f\u0442\u0441\u044f":63,"\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440":[21,30],"\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430":[12,21,26,30,43,48],"\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0435":12,"\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u043e\u0439":[26,39],"\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0443":[10,26,30,59],"\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u044b":[22,23,26,30],"\u0441\u0442\u0443\u0434\u0435\u043d\u0442\u043e\u0432":51,"\u0441\u0443\u0434\u044f":[19,30],"\u0441\u0443\u043c\u043c\u0430":[7,9],"\u0441\u0443\u043c\u043c\u0430\u043c\u0438":17,"\u0441\u0443\u043c\u043c\u043e\u0439":[42,58],"\u0441\u0443\u043c\u043c\u0443":[8,9],"\u0441\u0443\u043f\u0435\u0440\u0442\u0438\u043f":30,"\u0441\u0443\u043f\u0435\u0440\u0442\u0438\u043f\u043e\u043c":30,"\u0441\u0443\u0442\u0438":30,"\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e":19,"\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443":49,"\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442":[8,17,19,20,22,24,27,28,29,41,42,45,46,47,52,55,56,57,59,62,64],"\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0442":[9,14,19,26,30,33,38,42,57,59],"\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435":16,"\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0445":4,"\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0443\u044e":[11,26],"\u0441\u0445\u0435\u043c\u0430":[10,40,58],"\u0441\u0445\u0435\u043c\u0430\u043c":39,"\u0441\u0445\u0435\u043c\u0430\u0445":37,"\u0441\u0445\u0435\u043c\u0435":43,"\u0441\u0445\u0435\u043c\u043e\u0439":64,"\u0441\u0445\u0435\u043c\u0443":58,"\u0441\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u0438":[5,6,9,11,15,35,36,37,39,42,43],"\u0441\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u044c":[7,31,34,35,39,43,48,49,64],"\u0441\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u044c\u044e":[35,36,37,64],"\u0441\u0445\u043e\u0434\u0438\u0442\u0441\u044f":[11,34,35,37,39,42],"\u0441\u0445\u043e\u0434\u044f\u0442\u0441\u044f":7,"\u0441\u0445\u043e\u0434\u044f\u0449\u0438\u043c\u0441\u044f":39,"\u0441\u0445\u043e\u0436\u0438\u043c":17,"\u0441\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u044f":17,"\u0441\u0447\u0438\u0442\u0430\u0435\u0442\u0441\u044f":53,"\u0441\u0447\u0438\u0442\u0430\u0442\u044c":[8,17,21,52],"\u0441\u0447\u0438\u0442\u0430\u044f":5,"\u0441\u0447\u0451\u0442":[7,38],"\u0441\u0447\u0451\u0442\u0443":19,"\u0441\u0448\u0438\u0432\u043a\u0443":11,"\u0441\u044d\u043a\u043e\u043d\u043e\u043c\u0438\u043b":10,"\u0441\u044d\u043a\u043e\u043d\u043e\u043c\u0438\u0442\u044c":64,"\u0441\u044e\u0434\u0430":[26,36],"\u0441\u044e\u0440\u043f\u0440\u0438\u0437":30,"\u0441hemistri":12,"\u0442":[5,7,9,10,11,14,16,19,22,26,27,28,30,35,39,42,45,49,54,58,64],"\u0442\u0430":[9,10,30],"\u0442\u0430\u0431\u043b\u0438\u0446":7,"\u0442\u0430\u0431\u043b\u0438\u0446\u0430":[38,42],"\u0442\u0430\u0431\u043b\u0438\u0446\u0430\u0445":7,"\u0442\u0430\u0431\u043b\u0438\u0446\u0435":[12,24,26],"\u0442\u0430\u0431\u043b\u0438\u0446\u0435\u0439":42,"\u0442\u0430\u0431\u043b\u0438\u0446\u0443":42,"\u0442\u0430\u0431\u043b\u0438\u0446\u044b":[7,12,38,42],"\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u043e\u043c":[12,50],"\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u044b\u0435":14,"\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u044b\u0439":12,"\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u044b\u043c\u0438":12,"\u0442\u0430\u0431\u0443\u043b\u044f\u0446\u0438\u044f":[19,63],"\u0442\u0430\u043a":[4,7,9,10,11,14,17,19,20,22,23,26,27,28,30,32,34,35,36,37,38,42,45,48,52,54,57,58,63,64],"\u0442\u0430\u043a\u0430\u044f":55,"\u0442\u0430\u043a\u0436\u0435":[4,8,9,10,11,15,17,20,22,25,26,27,28,30,31,33,35,38,40,41,42,43,45,47,49,51,52,55,64],"\u0442\u0430\u043a\u0438":[11,30,59],"\u0442\u0430\u043a\u0438\u0435":[20,30,46,58,59],"\u0442\u0430\u043a\u0438\u043c":[9,10,11,12,14,16,17,30,32,34,35,36,39,42,53,58,59,61,64],"\u0442\u0430\u043a\u0438\u0445":[7,16,30,39,42,56],"\u0442\u0430\u043a\u0438\u044a":[],"\u0442\u0430\u043a\u043e\u0432\u0430":59,"\u0442\u0430\u043a\u043e\u0433\u043e":[7,15,30],"\u0442\u0430\u043a\u043e\u0435":[11,17,30,40,52,59],"\u0442\u0430\u043a\u043e\u0439":[10,14,17,22,26,30,31,33,34,37,42,49,52,64],"\u0442\u0430\u043a\u043e\u043c":[7,22,26,30],"\u0442\u0430\u043a\u0443\u044e":[12,46],"\u0442\u0430\u043c":[24,26],"\u0442\u0435":[7,17,42],"\u0442\u0435\u0439\u043b\u043e\u0440\u0430":[9,39,42,46,47,48,52],"\u0442\u0435\u043a\u0441\u0442\u043e\u0432\u044b\u0435":29,"\u0442\u0435\u043a\u0441\u0442\u043e\u0432\u044b\u0439":28,"\u0442\u0435\u043a\u0441\u0442\u043e\u043c":29,"\u0442\u0435\u043a\u0443\u0449\u0435\u0435":[35,47],"\u0442\u0435\u043a\u0443\u0449\u0435\u043c":26,"\u0442\u0435\u043b\u0430":[22,40],"\u0442\u0435\u043b\u0435":[14,22,30,58,59],"\u0442\u0435\u043c":[5,9,26,30,33,45,49],"\u0442\u0435\u043c\u0430\u0445":30,"\u0442\u0435\u043c\u0435":30,"\u0442\u0435\u043c\u0438":30,"\u0442\u0435\u043c\u043f\u0435\u0440\u0430\u0442\u0443\u0440":[12,19,32,61],"\u0442\u0435\u043c\u043f\u0435\u0440\u0430\u0442\u0443\u0440\u0430":[12,32,49,50],"\u0442\u0435\u043c\u043f\u0435\u0440\u0430\u0442\u0443\u0440\u0435":[12,32,52],"\u0442\u0435\u043c\u043f\u0435\u0440\u0430\u0442\u0443\u0440\u0443":[],"\u0442\u0435\u043c\u043f\u0435\u0440\u0430\u0442\u0443\u0440\u044b":[32,52,53,61],"\u0442\u0435\u043c\u044b":18,"\u0442\u0435\u043d\u0437\u043e\u0440\u043e\u0432":30,"\u0442\u0435\u043d\u0437\u043e\u0440\u044b":19,"\u0442\u0435\u043e\u0440\u0435\u0442\u0438\u0447\u0435\u0441\u043a\u0438":16,"\u0442\u0435\u043e\u0440\u0438\u0438":[7,42],"\u0442\u0435\u043f\u0435\u0440\u044c":[7,10,15,16,24,36,38,52,58,59,63],"\u0442\u0435\u043f\u043b\u0430":4,"\u0442\u0435\u043f\u043b\u043e\u0432\u0443\u044e":49,"\u0442\u0435\u043f\u043b\u043e\u043f\u0440\u043e\u0432\u043e\u0434\u043d\u043e\u0441\u0442\u044c":4,"\u0442\u0435\u043f\u043b\u043e\u0444\u0438\u0437\u0438\u043a\u0438":4,"\u0442\u0435\u043f\u043b\u043e\u0444\u0438\u0437\u0438\u0447\u0435\u0441\u043a\u0438\u043c":4,"\u0442\u0435\u0440\u043c\u0438\u043d\u0430\u043b":28,"\u0442\u0435\u0440\u043c\u0438\u043d\u0430\u043b\u0430":24,"\u0442\u0435\u0440\u043c\u0438\u043d\u0430\u043b\u0435":[24,28],"\u0442\u0435\u0440\u043c\u0438\u043d\u0430\u043b\u043e\u043c":28,"\u0442\u0435\u0440\u043c\u0438\u043d\u0430\u0445":47,"\u0442\u0435\u0440\u043c\u043e\u0434\u0438\u043d\u0430\u043c\u0438\u043a\u0435":53,"\u0442\u0435\u0440\u043c\u043e\u0434\u0438\u043d\u0430\u043c\u0438\u043a\u0438":4,"\u0442\u0435\u0440\u043c\u043e\u0434\u0438\u043d\u0430\u043c\u0438\u0447\u0435\u0441\u043a\u0430\u044f":52,"\u0442\u0435\u0440\u043c\u043e\u0434\u0438\u043d\u0430\u043c\u0438\u0447\u0435\u0441\u043a\u0438":[4,52],"\u0442\u0435\u0440\u043c\u043e\u0434\u0438\u043d\u0430\u043c\u0438\u0447\u0435\u0441\u043a\u0438\u0435":[4,32],"\u0442\u0435\u0440\u043c\u043e\u0434\u0438\u043d\u0430\u043c\u0438\u0447\u0435\u0441\u043a\u0438\u043c":32,"\u0442\u0435\u0440\u043c\u043e\u0434\u0438\u043d\u0430\u043c\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e":49,"\u0442\u0435\u0440\u043c\u043e\u0434\u0438\u043d\u0430\u043c\u0438\u0447\u0435\u0441\u043a\u043e\u0439":[51,52],"\u0442\u0435\u0440\u043d\u0430\u0440\u043d\u044b\u0439":20,"\u0442\u0435\u0440\u044f\u0435\u0442":40,"\u0442\u0435\u0440\u044f\u0435\u0442\u0441\u044f":30,"\u0442\u0435\u0441\u0442":[19,44],"\u0442\u0435\u0441\u0442\u0435":19,"\u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f":26,"\u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c":49,"\u0442\u0435\u0441\u0442\u043e\u0432":[21,26],"\u0442\u0435\u0441\u0442\u043e\u0432\u043e\u0439":52,"\u0442\u0435\u0441\u0442\u043e\u0432\u044b\u0445":44,"\u0442\u0435\u0441\u0442\u044b":[],"\u0442\u0435\u0445":[10,30,37,61],"\u0442\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a\u0438\u0435":59,"\u0442\u0435\u0447\u0435\u043d\u0438\u0435":31,"\u0442\u0435\u0447\u0435\u043d\u0438\u044f":4,"\u0442\u0438":42,"\u0442\u0438\u043f":[19,22,27,29,30,49,56],"\u0442\u0438\u043f\u0430":[1,19,26,27,30,51],"\u0442\u0438\u043f\u0430\u043c":[21,27,30],"\u0442\u0438\u043f\u0430\u043c\u0438":[19,30],"\u0442\u0438\u043f\u0435":[27,49],"\u0442\u0438\u043f\u0438\u0437\u0430\u0446\u0438\u0435\u0439":30,"\u0442\u0438\u043f\u0438\u0437\u0430\u0446\u0438\u044f":30,"\u0442\u0438\u043f\u0438\u0437\u0438\u0440\u0443\u0435\u043c\u044b\u0445":27,"\u0442\u0438\u043f\u0438\u0447\u043d\u0430\u044f":26,"\u0442\u0438\u043f\u0438\u0447\u043d\u043e":26,"\u0442\u0438\u043f\u0438\u0447\u043d\u043e\u0439":10,"\u0442\u0438\u043f\u043e\u0432":[19,22,27],"\u0442\u0438\u043f\u043e\u043c":[19,30],"\u0442\u0438\u043f\u0443":[7,30],"\u0442\u0438\u043f\u044b":[25,29,49],"\u0442\u043e":[5,7,8,9,10,11,14,15,16,17,19,20,22,24,26,27,28,29,30,31,34,35,37,38,39,40,42,46,47,48,49,52,54,55,59,61],"\u0442\u043e\u0433\u0434\u0430":[7,8,10,11,15,17,22,31,32,34,35,36,37,38,39,43,46,48,52,53,55,58,59,60,63],"\u0442\u043e\u0433\u043e":[9,16,17,19,26,27,28,30,33,35,37,42,43,55],"\u0442\u043e\u0436\u0435":[19,28,30],"\u0442\u043e\u0439":[41,42],"\u0442\u043e\u043b\u044c\u043a\u043e":[4,5,7,10,11,12,14,22,26,28,30,42,45,52,55,58,59,60],"\u0442\u043e\u043c":[5,26,30,31,32],"\u0442\u043e\u043c\u0430\u0441\u0430":56,"\u0442\u043e\u043c\u0443":9,"\u0442\u043e\u0442":[12,14,30,31],"\u0442\u043e\u0447\u0435\u043a":[7,9,11,12,15,16,21,30,31,47],"\u0442\u043e\u0447\u043a\u0430":[9,21,22,31,34,64],"\u0442\u043e\u0447\u043a\u0430\u043c":[7,9,11,14,15,34],"\u0442\u043e\u0447\u043a\u0430\u043c\u0438":[21,32],"\u0442\u043e\u0447\u043a\u0430\u0445":[5,9,11,36,52,64],"\u0442\u043e\u0447\u043a\u0435":[7,9,16,35,37,39,41,42,43,45,46,47,48,49,52,64],"\u0442\u043e\u0447\u043a\u0438":[8,11,14,15,19,21,26,30,32,35,36,37,38,46,49,50,51,61,64],"\u0442\u043e\u0447\u043a\u043e\u0439":[8,9,16,18,31,58,59],"\u0442\u043e\u0447\u043a\u0443":[14,19,21,26,37,39,49,50],"\u0442\u043e\u0447\u043d\u0430":[7,9],"\u0442\u043e\u0447\u043d\u0430\u044f":[9,26],"\u0442\u043e\u0447\u043d\u0435\u0435":[26,38],"\u0442\u043e\u0447\u043d\u043e":[9,16,17,26,45],"\u0442\u043e\u0447\u043d\u043e\u0433\u043e":[41,52],"\u0442\u043e\u0447\u043d\u043e\u0435":[7,9,16,41,42],"\u0442\u043e\u0447\u043d\u043e\u0439":[7,9,17],"\u0442\u043e\u0447\u043d\u043e\u043c\u0443":7,"\u0442\u043e\u0447\u043d\u043e\u0441\u0442\u0435\u0439":17,"\u0442\u043e\u0447\u043d\u043e\u0441\u0442\u0438":[5,7,9,10,16,18,31,34,38,39,42,45,49],"\u0442\u043e\u0447\u043d\u043e\u0441\u0442\u044c":[5,9,10,16,17,18,31,34,49,53,64],"\u0442\u043e\u0447\u043d\u043e\u0441\u0442\u044c\u044e":[6,9,10,16,17,31,34,36],"\u0442\u043e\u0447\u043d\u043e\u0441\u0442\u044f\u043c\u0438":6,"\u0442\u043e\u0447\u043d\u0443\u044e":[7,28],"\u0442\u043e\u0447\u043d\u044b\u0435":7,"\u0442\u043e\u0447\u043d\u044b\u0439":[30,49],"\u0442\u043e\u0447\u043d\u044b\u043c":39,"\u0442\u043e\u0447\u043d\u044b\u0445":17,"\u0442\u0440\u0430\u043a\u0442\u043e\u0432\u0430\u0442\u044c":49,"\u0442\u0440\u0430\u043d\u0441\u043f\u043e\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435":[19,25],"\u0442\u0440\u0430\u043f\u0435\u0446\u0438\u0438":10,"\u0442\u0440\u0430\u043f\u0435\u0446\u0438\u0439":10,"\u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043b\u043e\u0441\u044c":7,"\u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f":21,"\u0442\u0440\u0435\u0431\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0435":64,"\u0442\u0440\u0435\u0431\u0443\u0435\u043c":11,"\u0442\u0440\u0435\u0431\u0443\u0435\u043c\u043e\u0439":45,"\u0442\u0440\u0435\u0431\u0443\u0435\u043c\u044b\u0435":[],"\u0442\u0440\u0435\u0431\u0443\u0435\u0442":[5,7,11,14,19,32,34,35,36,43,47,49,53,64],"\u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f":[17,19,22,27,29,32,37,38,42,43,55,57],"\u0442\u0440\u0435\u0431\u0443\u044e\u0442":[4,39,42],"\u0442\u0440\u0435\u0431\u0443\u044e\u0449\u0435\u0435":63,"\u0442\u0440\u0435\u043c\u044f":12,"\u0442\u0440\u0435\u0442\u044c\u0435\u0433\u043e":[38,50],"\u0442\u0440\u0435\u0442\u044c\u0435\u0439":9,"\u0442\u0440\u0435\u0443\u0433\u043e\u043b\u044c\u043d\u0430\u044f":60,"\u0442\u0440\u0435\u0443\u0433\u043e\u043b\u044c\u043d\u043e\u0433\u043e":15,"\u0442\u0440\u0435\u0443\u0433\u043e\u043b\u044c\u043d\u043e\u0439":[59,60],"\u0442\u0440\u0435\u0443\u0433\u043e\u043b\u044c\u043d\u043e\u043c\u0443":58,"\u0442\u0440\u0435\u0443\u0433\u043e\u043b\u044c\u043d\u043e\u0441\u0442\u044c":56,"\u0442\u0440\u0435\u0443\u0433\u043e\u043b\u044c\u043d\u044b\u0445":56,"\u0442\u0440\u0438":[21,30,34,38,55,63],"\u0442\u0440\u0438\u0433\u043e\u043d\u043e\u043c\u0435\u0442\u0440\u0438\u044f":27,"\u0442\u0440\u043e\u0438\u0447\u043d\u0443\u044e":27,"\u0442\u0440\u043e\u0439\u043a\u0430":59,"\u0442\u0440\u0443\u0434\u043d\u043e\u0441\u0442\u044c":4,"\u0442\u0440\u0443\u0434\u043e\u0451\u043c\u043a\u0430\u044f":45,"\u0442\u0440\u0443\u0434\u043e\u0451\u043c\u043a\u043e\u0435":35,"\u0442\u0440\u0443\u0434\u043e\u0451\u043c\u043e\u043a":47,"\u0442\u0440\u0451\u043c":9,"\u0442\u0440\u0451\u0445\u0434\u0438\u0430\u0433\u043e\u043d\u0430\u043b\u044c\u043d\u0430\u044f":56,"\u0442\u0440\u0451\u0445\u0434\u0438\u0430\u0433\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0445":[],"\u0442\u0443":[9,26,38,59],"\u0442\u0443\u0434\u0430":[],"\u0442\u0443\u0440\u0431\u0443\u043b\u0435\u043d\u0442\u043d\u043e\u0435":4,"\u0442\u0443\u0442":[3,25],"\u0442\u0449\u0430\u0442\u0435\u043b\u044c\u043d\u043e":14,"\u0443":[9,10,11,16,20,21,22,28,30,34,38,40,50,52,56,58,59,62],"\u0443\u0431\u0435\u0434\u0438\u043c\u0441\u044f":59,"\u0443\u0431\u044b\u0432\u0430\u0435\u0442":[32,45],"\u0443\u0431\u044b\u0432\u0430\u043d\u0438\u044f":[43,46,47,48],"\u0443\u0431\u044b\u0432\u0430\u0442\u044c":[37,40],"\u0443\u0431\u044b\u0432\u0430\u044e\u0449\u0435\u0435":47,"\u0443\u0431\u044b\u0432\u0430\u044e\u0449\u0438\u043c":48,"\u0443\u0432\u0435\u043b\u0438\u0447\u0435\u043d\u0438\u0435":38,"\u0443\u0432\u0435\u043b\u0438\u0447\u0435\u043d\u0438\u044e":47,"\u0443\u0432\u0435\u043b\u0438\u0447\u0435\u043d\u0438\u044f":47,"\u0443\u0432\u0435\u043b\u0438\u0447\u0438\u043b\u0430\u0441\u044c":47,"\u0443\u0432\u0435\u043b\u0438\u0447\u0438\u043c":11,"\u0443\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c":[38,49],"\u0443\u0432\u0438\u0434\u0435\u0442\u044c":[11,34],"\u0443\u0433\u043b\u0435\u0432\u043e\u0434\u043e\u0440\u043e\u0434\u043e\u0432":49,"\u0443\u0433\u043e\u0434\u043d\u043e":30,"\u0443\u0433\u043e\u043b":[],"\u0443\u0433\u043e\u043b\u044c\u043d\u044b\u0435":19,"\u0443\u0434\u0430\u043b\u0435\u043d\u0438\u0435":29,"\u0443\u0434\u0430\u043b\u0438\u0442\u044c":11,"\u0443\u0434\u0430\u043b\u043e\u0441\u044c":50,"\u0443\u0434\u0430\u043b\u044f\u0435\u0442":11,"\u0443\u0434\u0430\u0451\u0442\u0441\u044f":[10,27],"\u0443\u0434\u0432\u0430\u0438\u0432\u0430\u0435\u0442":7,"\u0443\u0434\u0432\u0430\u0438\u0432\u0430\u044f":10,"\u0443\u0434\u0432\u043e\u0435\u043d\u0438\u0435":7,"\u0443\u0434\u0432\u043e\u0435\u043d\u0438\u0438":10,"\u0443\u0434\u043e\u0431\u0435\u043d":28,"\u0443\u0434\u043e\u0431\u043d\u0430":28,"\u0443\u0434\u043e\u0431\u043d\u043e":[8,28,49],"\u0443\u0434\u043e\u0431\u043d\u043e\u0433\u043e":[23,24,30],"\u0443\u0434\u043e\u0431\u043d\u044b":28,"\u0443\u0434\u043e\u0431\u0441\u0442\u0432\u0430":26,"\u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u0435\u043d\u0430":10,"\u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u0435\u043d\u0438\u0435":47,"\u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u0435\u043d\u043e":47,"\u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u0438\u0442\u0441\u044f":64,"\u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u0438\u0442\u044c":7,"\u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u044f\u0435\u0442":5,"\u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u044f\u0442\u0441\u044f":47,"\u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u044f\u044e\u0442":9,"\u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u044f\u044e\u0449\u0435\u0435":47,"\u0443\u0436\u0435":[5,7,10,11,15,16,21,23,24,28,30,33,37,38,40,42,43,48,49,59,64],"\u0443\u0437\u043b\u0430":10,"\u0443\u0437\u043b\u0430\u043c":7,"\u0443\u0437\u043b\u0430\u043c\u0438":[8,9,32],"\u0443\u0437\u043b\u0430\u0445":[7,9,10,11],"\u0443\u0437\u043b\u043e\u0432":[5,6,7,8,9,14,15,30],"\u0443\u0437\u043b\u043e\u0432\u044b\u0445":11,"\u0443\u0437\u043b\u043e\u043c":9,"\u0443\u0437\u043b\u044b":[5,7,9,11,14,15],"\u0443\u0437\u043d\u0430\u0439\u0442\u0435":24,"\u0443\u0437\u043d\u0430\u0442\u044c":[26,27,30],"\u0443\u043a\u0430\u0437\u0430\u043d\u0430":12,"\u0443\u043a\u0430\u0437\u0430\u043d\u0438\u0435\u043c":[28,30],"\u0443\u043a\u0430\u0437\u0430\u043d\u0438\u044f":[],"\u0443\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u0445":12,"\u0443\u043a\u0430\u0437\u0430\u043d\u043e":49,"\u0443\u043a\u0430\u0437\u0430\u043d\u044b":30,"\u0443\u043a\u0430\u0437\u0430\u0442\u044c":[19,20,30],"\u0443\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442":[26,29],"\u0443\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442\u0441\u044f":30,"\u0443\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c":[19,30],"\u0443\u043a\u0430\u0437\u044b\u0432\u0430\u044f":30,"\u0443\u043c\u0435\u043b\u044c\u0447\u0435\u043d\u0438\u044e":10,"\u0443\u043c\u0435\u043d\u044c\u0448\u0430\u0435\u0442":[26,28],"\u0443\u043c\u0435\u043d\u044c\u0448\u0430\u0435\u0442\u0441\u044f":[31,35,47],"\u0443\u043c\u0435\u043d\u044c\u0448\u0430\u0442\u044c":16,"\u0443\u043c\u0435\u043d\u044c\u0448\u0435\u043d\u0438\u0435":34,"\u0443\u043c\u0435\u043d\u044c\u0448\u0435\u043d\u0438\u0438":15,"\u0443\u043c\u0435\u043d\u044c\u0448\u0435\u043d\u0438\u044f":47,"\u0443\u043c\u0435\u043d\u044c\u0448\u0438\u043b\u0430\u0441\u044c":19,"\u0443\u043c\u0435\u043d\u044c\u0448\u0438\u043b\u0441\u044f":31,"\u0443\u043c\u0435\u043d\u044c\u0448\u0438\u0442\u0441\u044f":36,"\u0443\u043c\u0435\u043d\u044c\u0448\u0438\u0442\u044c":[17,38,47],"\u0443\u043c\u043d\u043e\u0436\u0430\u0435\u0442\u0441\u044f":58,"\u0443\u043c\u043d\u043e\u0436\u0430\u0442\u044c":26,"\u0443\u043c\u043d\u043e\u0436\u0435\u043d\u0438\u0435":[16,19,21,25,43,64],"\u0443\u043c\u043d\u043e\u0436\u0435\u043d\u0438\u0439":19,"\u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e":[7,9,17,22,24,26,30,43,49,64],"\u0443\u043d\u0430\u0440\u043d\u044b\u0439":27,"\u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439":26,"\u0443\u043f\u043e\u043c\u0438\u043d\u0430\u043b\u0438":48,"\u0443\u043f\u043e\u043c\u0438\u043d\u0430\u043b\u043e\u0441\u044c":49,"\u0443\u043f\u043e\u043c\u0438\u043d\u0430\u044f":59,"\u0443\u043f\u043e\u043c\u044f\u043d\u0443\u0442\u044b\u0445":3,"\u0443\u043f\u043e\u0440":4,"\u0443\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0435\u043d\u044b":30,"\u0443\u043f\u043e\u0442\u0440\u0435\u0431\u043b\u044f\u0435\u043c\u044b\u0435":27,"\u0443\u043f\u0440\u0430\u0436\u043d\u0435\u043d\u0438\u0435":21,"\u0443\u043f\u0440\u0430\u0436\u043d\u0435\u043d\u0438\u0439":21,"\u0443\u043f\u0440\u043e\u0449\u0430\u0435\u0442":28,"\u0443\u043f\u0440\u043e\u0449\u0435\u043d\u0438\u044f":52,"\u0443\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u0435":[11,12,21,35,36,38,39,42,49,61],"\u0443\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u0435\u043c":[53,61],"\u0443\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u0438":[12,32,42],"\u0443\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u0439":[4,11,37,40,41,42,43,49,52,53,55,59,63,64],"\u0443\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u044f":[4,11,31,35,36,39,49,52,53,62,64],"\u0443\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u044f\u043c":11,"\u0443\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u044f\u043c\u0438":4,"\u0443\u0440\u043e\u0432\u043d\u0435\u0439":3,"\u0443\u0440\u0441":50,"\u0443\u0441\u043b\u043e\u0432\u0438\u0435":[9,11,33,37,40,42,47,52,63,64],"\u0443\u0441\u043b\u043e\u0432\u0438\u0435\u043c":14,"\u0443\u0441\u043b\u043e\u0432\u0438\u0438":[7,37,47],"\u0443\u0441\u043b\u043e\u0432\u0438\u0439":[11,40,47,49],"\u0443\u0441\u043b\u043e\u0432\u0438\u044e":[7,9,11,47],"\u0443\u0441\u043b\u043e\u0432\u0438\u044f":[7,9,40,46,49,59,63],"\u0443\u0441\u043b\u043e\u0432\u0438\u044f\u043c":47,"\u0443\u0441\u043b\u043e\u0432\u0438\u044f\u043c\u0438":[47,61],"\u0443\u0441\u043b\u043e\u0432\u043d\u043e\u0439":[4,45],"\u0443\u0441\u043e\u0432\u0435\u0440\u0448\u0435\u043d\u0441\u0442\u0432\u043e\u0432\u0430\u043d\u043d\u044b\u0435":9,"\u0443\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u0435\u0442":54,"\u0443\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u0435\u0442\u0441\u044f":[28,34],"\u0443\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u0442\u044c":31,"\u0443\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u044e\u0442\u0441\u044f":26,"\u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442":[26,28],"\u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0435":24,"\u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c":[24,28],"\u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0435":24,"\u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438":[24,26,28],"\u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d":28,"\u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0430":24,"\u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u0445":26,"\u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0449\u0438\u043a":24,"\u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0449\u0438\u043a\u0430":24,"\u0443\u0441\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f":[],"\u0443\u0441\u0442\u043e\u0439\u0447\u0438\u0432\u043e\u0441\u0442\u0438":[39,42,43],"\u0443\u0441\u0442\u043e\u0439\u0447\u0438\u0432\u043e\u0441\u0442\u044c":39,"\u0443\u0441\u0442\u0440\u043e\u0435\u043d":[],"\u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e":18,"\u0443\u0441\u0442\u0443\u043f\u0430\u044e\u0449\u0438\u0435":27,"\u0443\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435":[11,15,42,54,59,60],"\u0443\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435\u043c":31,"\u0443\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f":52,"\u0443\u0442\u0438\u043b\u0438\u0442":20,"\u0443\u0442\u043e\u0447\u043d\u0435\u043d\u0438\u044f":[47,49],"\u0443\u0442\u043e\u0447\u043d\u0438\u0442\u044c":12,"\u0443\u0442\u043e\u0447\u043d\u044f\u044e\u0449\u0438\u0435":7,"\u0443\u0442\u043e\u0447\u043d\u044f\u044e\u0449\u0438\u0439":[12,49],"\u0443\u0442\u043e\u0447\u043d\u0451\u043d\u043d\u0430\u044f":[7,9],"\u0443\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0445":22,"\u0443\u0445\u043e\u0434\u0438\u0442":35,"\u0443\u0447\u0430\u0441\u0442\u0432\u0443\u0435\u0442":17,"\u0443\u0447\u0430\u0441\u0442\u043a\u0430\u0445":5,"\u0443\u0447\u0430\u0441\u0442\u043a\u0435":5,"\u0443\u0447\u0430\u0441\u0442\u043a\u0438":[32,38],"\u0443\u0447\u0430\u0441\u0442\u043a\u043e\u043c":29,"\u0443\u0447\u0430\u0441\u0442\u043e\u043a":[5,32],"\u0443\u0447\u0435\u0431":0,"\u0443\u0447\u0435\u0431\u043d\u044b\u0445":53,"\u0443\u0447\u0435\u0441\u0442\u044c":43,"\u0443\u0447\u0438\u0442\u044b\u0432\u0430\u0435\u0442":[12,19,30,47],"\u0443\u0447\u0438\u0442\u044b\u0432\u0430\u044f":7,"\u0443\u0447\u0451\u0442\u0430":49,"\u0443\u0447\u0451\u0442\u043e\u043c":52,"\u0443\u044e":[11,21],"\u0444":0,"\u0444\u0430\u0437":49,"\u0444\u0430\u0437\u0430":[49,52],"\u0444\u0430\u0437\u0430\u043c\u0438":32,"\u0444\u0430\u0437\u0435":[32,47,52,53],"\u0444\u0430\u0437\u043e\u0432\u043e\u0433\u043e":[32,37,51,61],"\u0444\u0430\u0437\u043e\u0432\u043e\u0435":4,"\u0444\u0430\u0437\u043e\u0432\u043e\u043c":53,"\u0444\u0430\u0437\u043e\u0432\u044b\u0435":[0,4],"\u0444\u0430\u0437\u043e\u0439":53,"\u0444\u0430\u0437\u0443":52,"\u0444\u0430\u0437\u044b":[32,47,49,52],"\u0444\u0430\u0439\u043b":[12,19,21,26,28,50],"\u0444\u0430\u0439\u043b\u0430":[26,28,50,57],"\u0444\u0430\u0439\u043b\u0435":[24,26],"\u0444\u0430\u0439\u043b\u044b":[21,26],"\u0444\u0430\u043a\u0442":12,"\u0444\u0430\u043a\u0442\u0438\u0447\u0435\u0441\u043a\u0438":[26,47,52,53,58,64],"\u0444\u0430\u043a\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0435":26,"\u0444\u0430\u043a\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0439":7,"\u0444\u0430\u043a\u0442\u043e\u0440":[12,53],"\u0444\u0435\u0432\u0440\u0430\u043b\u044f":29,"\u0444\u0438\u0437\u0438\u043a\u0435":23,"\u0444\u0438\u0437\u0438\u043a\u043e":52,"\u0444\u0438\u0437\u0438\u0447\u0435\u0441\u043a\u0438":17,"\u0444\u0438\u0437\u0438\u0447\u0435\u0441\u043a\u0438\u0435":32,"\u0444\u0438\u0437\u0438\u0447\u0435\u0441\u043a\u0438\u0445":[12,53],"\u0444\u0438\u0437\u0438\u0447\u0435\u0441\u043a\u043e\u0439":12,"\u0444\u0438\u0437\u043c\u0430\u0442\u043b\u0438\u0442":0,"\u0444\u0438\u043a\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0433\u043e":63,"\u0444\u0438\u043a\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0439":[19,31],"\u0444\u0438\u043a\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439":38,"\u0444\u0438\u043a\u0441\u0438\u0440\u0443\u0435\u043c":39,"\u0444\u0438\u043a\u0441\u0438\u0440\u0443\u044e\u0442\u0441\u044f":7,"\u0444\u0438\u043b\u044c\u0442\u0440\u0430\u0446\u0438\u044e":22,"\u0444\u0438\u043d\u0430\u043d\u0441\u043e\u0432\u044b\u0445":23,"\u0444\u043b\u0430\u0433":49,"\u0444\u043b\u0435\u0442\u0447\u0435\u0440\u0430":43,"\u0444\u043b\u043e\u0430\u0442":48,"\u0444\u043b\u043e\u043f\u0441":[55,59],"\u0444\u043b\u0443\u043a\u0442\u0443\u0430\u0446\u0438\u0438":52,"\u0444\u043b\u0443\u043a\u0442\u0443\u0430\u0446\u0438\u044e":52,"\u0444\u043b\u044e\u0438\u0434":51,"\u0444\u043b\u044e\u0438\u0434\u0430":53,"\u0444\u043b\u044e\u0438\u0434\u043e\u0434\u0438\u043d\u0430\u043c\u0438\u043a\u0430":4,"\u0444\u043e\u043a\u0443\u0441\u043e\u043c":23,"\u0444\u043e\u0440\u043a\u043d\u0443\u0442\u044c":[],"\u0444\u043e\u0440\u043c\u0430\u043b\u044c\u043d\u043e":[11,52],"\u0444\u043e\u0440\u043c\u0430\u0442\u0430\u0445":19,"\u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u0430\u044f":29,"\u0444\u043e\u0440\u043c\u0430\u0442\u044b":12,"\u0444\u043e\u0440\u043c\u0435":[8,14],"\u0444\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435":49,"\u0444\u043e\u0440\u043c\u0438\u0440\u0443\u044e\u0442":11,"\u0444\u043e\u0440\u043c\u0443\u043b":[7,8,9,10],"\u0444\u043e\u0440\u043c\u0443\u043b\u0430":[5,7,8,10,12,31,64],"\u0444\u043e\u0440\u043c\u0443\u043b\u0430\u043c":[5,9],"\u0444\u043e\u0440\u043c\u0443\u043b\u0430\u043c\u0438":[7,9],"\u0444\u043e\u0440\u043c\u0443\u043b\u0430\u0445":9,"\u0444\u043e\u0440\u043c\u0443\u043b\u0435":[9,10,34,35,39,42,49,64],"\u0444\u043e\u0440\u043c\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u0442\u044c":45,"\u0444\u043e\u0440\u043c\u0443\u043b\u043e\u0439":[8,9,43],"\u0444\u043e\u0440\u043c\u0443\u043b\u0443":[7,9,10,12,30,64],"\u0444\u043e\u0440\u043c\u0443\u043b\u044b":[8,10,15,39,49,53,64],"\u0444\u043e\u0440\u043c\u044b":22,"\u0444\u0440\u043e\u0431\u0435\u043d\u0438\u0443\u0441\u0430":64,"\u0444\u0440\u0443\u0441\u0442\u0440\u0430\u0446\u0438\u044e":20,"\u0444\u0443\u0433\u0438\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c":52,"\u0444\u0443\u0433\u0438\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c\u044e":52,"\u0444\u0443\u043d\u043a\u0446\u0438\u0435\u0439":[15,26,30,32,48,59],"\u0444\u0443\u043d\u043a\u0446\u0438\u0438":[4,5,7,8,9,10,11,12,14,16,17,20,21,25,26,30,31,32,33,34,35,36,37,38,39,43,45,46,47,48,49,52,54,55,56,59,63,64],"\u0444\u0443\u043d\u043a\u0446\u0438\u0439":[7,9,12,15,16,21,22,26,30,31,34,35,39,56],"\u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b":26,"\u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b\u0430":28,"\u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b\u043e\u043c":28,"\u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0439":53,"\u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u043c\u0438":22,"\u0444\u0443\u043d\u043a\u0446\u0438\u044e":[5,9,10,14,15,19,20,21,30,32,34,35,36,37,47,48,56,58,64],"\u0444\u0443\u043d\u043a\u0446\u0438\u044f":[5,7,9,11,12,14,15,16,19,20,21,22,26,27,30,31,32,33,34,35,36,37,44,45,46,47,56,59,62,63,64],"\u0444\u0443\u043d\u043a\u0446\u0438\u044f\u043c\u0438":[22,30],"\u0444\u0443\u043d\u043a\u0446\u0438\u044f\u0445":44,"\u0444\u044d\u0444\u043c":51,"\u0445":[7,40,49],"\u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043a\u0430":[],"\u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043a\u0438":51,"\u0445\u0438\u043c\u0438\u0438":42,"\u0445\u0438\u043c\u0438\u0447\u0435\u0441\u043a\u0438\u0435":[4,52],"\u0445\u0438\u043c\u0438\u0447\u0435\u0441\u043a\u0438\u0439":[52,61],"\u0445\u0438\u043c\u0438\u0447\u0435\u0441\u043a\u0438\u0445":[52,61],"\u0445\u0438\u043c\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e":61,"\u0445\u0438\u043c\u043f\u043e\u0442\u0435\u043d\u0446\u0438\u0430\u043b":52,"\u0445\u0438\u043c\u043f\u043e\u0442\u0435\u043d\u0446\u0438\u0430\u043b\u0430":[52,53],"\u0445\u0438\u043c\u043f\u043e\u0442\u0435\u043d\u0446\u0438\u0430\u043b\u043e\u0432":52,"\u0445\u0438\u043c\u043f\u043e\u0442\u0435\u043d\u0446\u0438\u0430\u043b\u043e\u043c":52,"\u0445\u043e\u043b\u0435\u0446\u043a\u043e\u0433\u043e":[43,48],"\u0445\u043e\u043b\u043c":14,"\u0445\u043e\u0440\u043e\u0448\u0438\u0435":64,"\u0445\u043e\u0440\u043e\u0448\u0438\u0439":64,"\u0445\u043e\u0440\u043e\u0448\u0438\u043c":64,"\u0445\u043e\u0440\u043e\u0448\u0438\u0445":35,"\u0445\u043e\u0440\u043e\u0448\u043e":[28,45],"\u0445\u043e\u0440\u043e\u0448\u0443\u044e":7,"\u0445\u043e\u0442\u0438\u0442\u0435":26,"\u0445\u043e\u0442\u044f":[7,10,14,21,30,37,42,49,52,60,64],"\u0445\u043e\u0447\u0435\u0442\u0441\u044f":24,"\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0435\u043c":19,"\u0445\u0440\u0430\u043d\u0438\u0442":[22,26,28,30],"\u0445\u0440\u0430\u043d\u0438\u0442\u0441\u044f":59,"\u0445\u0440\u0430\u043d\u0438\u0442\u044c":[10,17,30],"\u0445\u0440\u0430\u043d\u044f\u0442\u0441\u044f":[19,30],"\u0445\u0440\u0430\u043d\u044f\u0449\u0430\u044f":29,"\u0445\u0440\u0430\u043d\u044f\u0449\u0438\u0439":[],"\u0445\u0443\u0436\u0435":[9,34],"\u0446\u0432\u0435\u0442\u0430":[28,50],"\u0446\u0435\u043b\u0430\u044f":19,"\u0446\u0435\u043b\u0435\u0439":53,"\u0446\u0435\u043b\u043e\u0433\u043e":31,"\u0446\u0435\u043b\u043e\u0435":[17,21,30,55],"\u0446\u0435\u043b\u043e\u043c":[14,28],"\u0446\u0435\u043b\u044b\u0435":[],"\u0446\u0435\u043b\u044b\u0439":4,"\u0446\u0435\u043b\u044b\u043c":19,"\u0446\u0435\u043b\u044b\u0445":[21,27,30],"\u0446\u0435\u043b\u044c\u044e":52,"\u0446\u0435\u043d\u0442\u0440":21,"\u0446\u0435\u043d\u0442\u0440\u0430\u043b\u044c\u043d\u043e\u0433\u043e":[],"\u0446\u0435\u043d\u0442\u0440\u0430\u043b\u044c\u043d\u044b\u043c":59,"\u0446\u0435\u043d\u0442\u0440\u043e\u043c":[],"\u0446\u0438\u043a\u043b":[19,20],"\u0446\u0438\u043a\u043b\u0430":[14,19,20,30,58,59,63],"\u0446\u0438\u043a\u043b\u0430\u043c\u0438":[],"\u0446\u0438\u043a\u043b\u043e\u0432":20,"\u0446\u0438\u043a\u043b\u044b":17,"\u0446\u0438\u0444\u0440\u0430":17,"\u0446\u0438\u0444\u0440\u0430\u043c":16,"\u0447\u0430\u0441\u043e\u0432\u043e\u0439":[],"\u0447\u0430\u0441\u0442\u0435\u0439":58,"\u0447\u0430\u0441\u0442\u0438":[5,7,38,39,42,47,54,56,59],"\u0447\u0430\u0441\u0442\u0438\u0446\u0430\u043c\u0438":12,"\u0447\u0430\u0441\u0442\u0438\u0446\u0443":32,"\u0447\u0430\u0441\u0442\u043d\u043e\u0433\u043e":8,"\u0447\u0430\u0441\u0442\u043d\u043e\u0435":27,"\u0447\u0430\u0441\u0442\u043d\u043e\u043c":10,"\u0447\u0430\u0441\u0442\u043d\u043e\u0441\u0442\u0438":[9,30,41],"\u0447\u0430\u0441\u0442\u043d\u044b\u0435":30,"\u0447\u0430\u0441\u0442\u043d\u044b\u0439":[10,60],"\u0447\u0430\u0441\u0442\u043d\u044b\u0445":[4,46,64],"\u0447\u0430\u0441\u0442\u043e":[19,22,24,25,27,37,42,55,56],"\u0447\u0430\u0441\u0442\u044c":[5,7,12,17,29,30,38,39,42,52,58,64],"\u0447\u0430\u0441\u0442\u044c\u044e":17,"\u0447\u0430\u0441\u0442\u044f\u043c\u0438":58,"\u0447\u0430\u0449\u0435":[7,48],"\u0447\u0435\u0433\u043e":[24,28,31,33,36,58],"\u0447\u0435\u043b\u043e\u0432\u0435\u043a":[],"\u0447\u0435\u043c":[5,7,10,17,27,30,34,38,42,52],"\u0447\u0435\u0440\u0435\u0437":[7,8,9,11,14,15,19,20,21,22,24,26,32,35,36,39,43,54,55,58,64],"\u0447\u0435\u0442\u0432\u0451\u0440\u0442\u043d\u044b\u0439":5,"\u0447\u0435\u0442\u0432\u0451\u0440\u0442\u043e\u0433\u043e":38,"\u0447\u0435\u0442\u0432\u0451\u0440\u0442\u0443\u044e":[11,59],"\u0447\u0435\u0442\u0432\u0451\u0440\u0442\u044b\u0439":59,"\u0447\u0435\u0442\u0432\u0451\u0440\u0442\u044b\u043c":[11,42],"\u0447\u0435\u0442\u044b\u0440\u0435\u043c\u044f":28,"\u0447\u0435\u0442\u044b\u0440\u0451\u043c":15,"\u0447\u0438\u0441\u0435\u043b":[16,19,21,30,56],"\u0447\u0438\u0441\u043b\u0430":[5,8,9,16,18,21,30,45,63,64],"\u0447\u0438\u0441\u043b\u0430\u043c":48,"\u0447\u0438\u0441\u043b\u0430\u043c\u0438":30,"\u0447\u0438\u0441\u043b\u0430\u0445":[16,17,18],"\u0447\u0438\u0441\u043b\u0435":[7,26,34],"\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u0430\u044f":59,"\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u043e\u0433\u043e":[7,8,9,41],"\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u043e\u0435":[7,54],"\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u043e\u0439":[9,64],"\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u043e\u043c":56,"\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u044b\u0435":[0,14],"\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u044b\u0439":[12,39,49,59,64],"\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u044b\u043c":[7,64],"\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u044b\u0445":[28,49],"\u0447\u0438\u0441\u043b\u043e":[7,9,10,11,15,17,27,30,31,33,34,35,36,37,38,43,48,54,55,59,63,64],"\u0447\u0438\u0441\u043b\u043e\u0432\u043e\u0439":17,"\u0447\u0438\u0441\u043b\u043e\u0432\u044b\u043c\u0438":30,"\u0447\u0438\u0441\u043b\u043e\u0432\u044b\u0445":[27,30],"\u0447\u0438\u0441\u043b\u043e\u043c":[7,9,16,17,22,30,42,54,63],"\u0447\u0438\u0441\u043b\u043e_\u0441\u0442\u043e\u043b\u0431\u0446\u043e\u0432":19,"\u0447\u0438\u0441\u043b\u043e_\u0441\u0442\u0440\u043e\u043a":19,"\u0447\u0438\u0441\u043b\u0443":[17,34],"\u0447\u0438\u0441\u0442\u044b\u0445":9,"\u0447\u0438\u0442\u0430\u0442\u044c":15,"\u0447\u043b\u0435\u043d":[9,30],"\u0447\u0442\u0435\u043d\u0438\u0435":29,"\u0447\u0442\u0435\u043d\u0438\u0435\u043c":21,"\u0447\u0442\u0435\u043d\u0438\u044f":[3,19],"\u0447\u0442\u043e":[5,7,8,9,10,11,12,14,15,16,17,19,20,21,22,24,26,28,30,31,32,33,34,35,36,37,38,39,40,42,45,46,47,48,49,52,54,58,59,62,64],"\u0447\u0442\u043e\u0431\u044b":[3,5,7,9,10,11,15,17,20,21,22,24,26,28,29,30,32,34,36,38,40,43,48,49,59,63],"\u0447\u0443\u0432\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u0430":49,"\u0447\u0443\u0432\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0438":16,"\u0447\u0443\u0432\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c":16,"\u0447\u0451\u043c":59,"\u0447\u0451\u0442\u0432\u0435\u0440\u0442\u044b\u0439":9,"\u0447\u0451\u0442\u043d\u043e\u0435":9,"\u0447\u0451\u0442\u043d\u043e\u0441\u0442\u044c\u044e":55,"\u0447\u0451\u0442\u043d\u044b\u0435":[10,21],"\u0447\u0451\u0442\u043d\u044b\u0445":7,"\u0448\u0430\u0431\u043b\u043e\u043d":[43,48],"\u0448\u0430\u0431\u043b\u043e\u043d\u0435":[],"\u0448\u0430\u0433":[10,34,35,36,38,42,45,47,48,58,59,63,64],"\u0448\u0430\u0433\u0430":[15,34,42,43,45,48],"\u0448\u0430\u0433\u0430\u043c\u0438":[10,58],"\u0448\u0430\u0433\u0430\u0445":[34,40],"\u0448\u0430\u0433\u0435":[5,34,38,47,48,49,58,59],"\u0448\u0430\u0433\u0438":[48,59,60],"\u0448\u0430\u0433\u043e\u0432":[38,39,40,42,47,53],"\u0448\u0430\u0433\u043e\u043c":[9,10,12,15,41,52,63],"\u0448\u0430\u043c\u043f\u0438\u043d\u0430":38,"\u0448\u0430\u043d\u043d\u043e":43,"\u0448\u0430\u0440\u043e\u043c":45,"\u0448\u0435\u0440\u043c\u0430\u043d\u0430":64,"\u0448\u0435\u0441\u0442\u043e\u0439":5,"\u0448\u0438\u0440\u043e\u043a\u043e":15,"\u0448\u043b\u0438":[],"\u0448\u043c\u0438\u0434\u0442\u0430":7,"\u0448\u043c\u0438\u0434\u0442\u0443":55,"\u0448\u0443\u043c":14,"\u0448\u0443\u043c\u043e\u043c":14,"\u044b":[22,30],"\u044b\u0439":[14,19,39,59,64],"\u044b\u043f\u0435\u0440\u0451\u0434":[],"\u044d\u0439\u043b\u0435\u0440\u0430":42,"\u044d\u043a\u0432\u0438\u0432\u0430\u043b\u0435\u043d\u0442\u043d\u0443\u044e":11,"\u044d\u043a\u0432\u0438\u0432\u0430\u043b\u0435\u043d\u0442\u043e\u043c":63,"\u044d\u043a\u0437\u0435\u043c\u043f\u043b\u044f\u0440\u043e\u0432":30,"\u044d\u043a\u0437\u0435\u043c\u043f\u043b\u044f\u0440\u043e\u043c":30,"\u044d\u043a\u043e\u043d\u043e\u043c\u0438\u0442":[9,55],"\u044d\u043a\u043e\u043d\u043e\u043c\u0438\u0442\u044c":29,"\u044d\u043a\u043e\u043d\u043e\u043c\u044f\u0442":38,"\u044d\u043a\u043e\u0441\u0438\u0441\u0442\u0435\u043c\u0443":26,"\u044d\u043a\u0441\u043f\u0435\u0440\u0438\u043c\u0435\u043d\u0442\u0430\u043b\u044c\u043d\u0430\u044f":12,"\u044d\u043a\u0441\u043f\u0435\u0440\u0438\u043c\u0435\u043d\u0442\u0430\u043b\u044c\u043d\u044b\u043c":12,"\u044d\u043a\u0441\u043f\u0435\u0440\u0438\u043c\u0435\u043d\u0442\u0430\u043b\u044c\u043d\u044b\u0445":53,"\u044d\u043a\u0441\u043f\u0435\u0440\u0438\u043c\u0435\u043d\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f":28,"\u044d\u043a\u0441\u043f\u0435\u0440\u0438\u043c\u0435\u043d\u0442\u043e\u0432":28,"\u044d\u043a\u0441\u043f\u043e\u043d\u0435\u043d\u0442\u0430":17,"\u044d\u043a\u0441\u043f\u043e\u043d\u0435\u043d\u0442\u043d\u044b":17,"\u044d\u043a\u0441\u043f\u043e\u043d\u0435\u043d\u0442\u043e\u0439":17,"\u044d\u043a\u0441\u043f\u043e\u043d\u0435\u043d\u0442\u0443":17,"\u044d\u043a\u0441\u043f\u043e\u043d\u0435\u043d\u0442\u044b":17,"\u044d\u043a\u0441\u043f\u043e\u0440\u0442":26,"\u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c":26,"\u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u0443\u0435\u043c\u044b\u0435":26,"\u044d\u043a\u0441\u0442\u0440\u0430\u043f\u043e\u043b\u044f\u0446\u0438\u0438":[5,9,10],"\u044d\u043b\u0435\u0433\u0430\u043d\u0442\u043d\u044b\u0439":7,"\u044d\u043b\u0435\u043c\u0435\u043d\u0442":[10,19,58,59,60],"\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430":[15,19],"\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043c":22,"\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043c\u0438":63,"\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u0440\u043d\u044b\u0435":8,"\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0435":10,"\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432":[19,59],"\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u043c":59,"\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0443":[19,22],"\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b":[10,19,30,48,58],"\u044d\u043b\u043b\u0438\u043f\u0441\u043e\u043c":45,"\u044d\u043b\u043b\u0438\u043f\u0442\u0438\u0447\u0435\u0441\u043a\u0443\u044e":40,"\u044d\u043d\u0435\u0433\u0438\u044e":49,"\u044d\u043d\u0435\u0440\u0433\u0435\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439":12,"\u044d\u043d\u0435\u0440\u0433\u0438\u0438":[40,49,52,53,61],"\u044d\u043d\u0435\u0440\u0433\u0438\u0439":52,"\u044d\u043d\u0435\u0440\u0433\u0438\u044e":[17,40,52],"\u044d\u043d\u0435\u0440\u0433\u0438\u044f":40,"\u044d\u043d\u0442\u0440\u043e\u043f\u0438\u0438":[32,52],"\u044d\u043f\u0441\u0438\u043b\u043e\u043d":17,"\u044d\u0440\u043c\u0438\u0442\u043e\u0432\u043e":25,"\u044d\u0442\u0430":[15,16,45,54,55,59,60,64],"\u044d\u0442\u0430\u043d\u0430":50,"\u044d\u0442\u0430\u043f":49,"\u044d\u0442\u0430\u043f\u0430":49,"\u044d\u0442\u0430\u043f\u0435":[11,17,30,49],"\u044d\u0442\u0430\u043f\u043d\u043e\u0433\u043e":40,"\u044d\u0442\u0430\u043f\u043d\u043e\u0441\u0442\u044c":42,"\u044d\u0442\u0430\u043f\u043d\u043e\u0441\u0442\u044c\u044e":42,"\u044d\u0442\u0430\u043f\u043d\u044b\u0435":42,"\u044d\u0442\u0430\u043f\u043d\u044b\u0439":42,"\u044d\u0442\u0430\u043f\u043d\u044b\u043c":[40,42],"\u044d\u0442\u0430\u043f\u043e\u0432":[26,42],"\u044d\u0442\u0430\u043f\u044b":49,"\u044d\u0442\u0438":[4,7,30,43,45,61,64],"\u044d\u0442\u0438\u043c":31,"\u044d\u0442\u0438\u043c\u0438":17,"\u044d\u0442\u0438\u0445":[4,7,9,16,25,30],"\u044d\u0442\u043e":[7,9,10,11,12,14,15,16,17,19,20,21,22,24,26,27,28,30,32,34,35,38,39,45,47,49,50,52,59,64],"\u044d\u0442\u043e\u0433\u043e":[6,7,10,11,19,20,22,24,26,28,29,30,32,34,36,38,42,43,47,48,52,57,58,64],"\u044d\u0442\u043e\u0439":[9,11,15,26,28,30,33,39,42,45,49,51,63,64],"\u044d\u0442\u043e\u043c":[4,7,8,9,11,12,14,15,16,17,19,20,21,22,28,29,30,31,32,33,34,35,36,37,39,40,42,43,44,45,46,49,51,52,53,57,58,59,61,64],"\u044d\u0442\u043e\u043c\u0443":[],"\u044d\u0442\u043e\u0442":[7,10,14,15,23,24,28,30,32,37,42,47,59,64],"\u044d\u0442\u0443":[9,11,34,53,58],"\u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u0435\u0439":55,"\u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u0443\u044e":[30,49],"\u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u044b\u0435":57,"\u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u044b\u0439":[30,56],"\u044d\u0444\u0444\u0435\u043a\u0442\u044b":[4,40],"\u044e\u0448\u0438\u043d\u0430":51,"\u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f":[7,9,10,12,15,16,17,19,20,22,26,27,28,30,31,37,38,39,40,42,45,46,47,48,49,52,53,54,55,58,59,63,64],"\u044f\u0432\u043b\u044f\u044e\u0442\u0441\u044f":[11,16,19,22,29,30,38],"\u044f\u0432\u043b\u044f\u044e\u0449\u0430\u044f\u0441\u044f":[],"\u044f\u0432\u043b\u044f\u044e\u0449\u0438\u043c\u0441\u044f":38,"\u044f\u0432\u043d\u043e":[19,30,53,64],"\u044f\u0432\u043d\u043e\u0433\u043e":[40,42],"\u044f\u0432\u043d\u043e\u043c":[11,27,57],"\u044f\u0432\u043d\u044b\u0435":42,"\u044f\u0432\u043d\u044b\u0439":[9,38,39,42,61],"\u044f\u0432\u043d\u044b\u043c":[39,40,42],"\u044f\u0432\u043d\u044b\u043c\u0438":42,"\u044f\u0432\u043d\u044b\u0445":42,"\u044f\u0434\u0440\u0430":28,"\u044f\u0434\u0440\u043e":[28,55],"\u044f\u0434\u0440\u043e\u043c":30,"\u044f\u0437\u044b\u043a":[23,28,49],"\u044f\u0437\u044b\u043a\u0430":[3,21,24,26,28,30,63],"\u044f\u0437\u044b\u043a\u0430\u0445":[22,23,27,30],"\u044f\u0437\u044b\u043a\u0435":[23,30],"\u044f\u0437\u044b\u043a\u043e\u0432":30,"\u044f\u0437\u044b\u043a\u043e\u0432\u044b\u0435":22,"\u044f\u0437\u044b\u043a\u043e\u043c":50,"\u044f\u0437\u044b\u043a\u0443":28,"\u044f\u043a\u043e\u0431\u0438":[49,63],"\u044f\u043a\u043e\u0431\u0438\u0430\u043d":[63,64],"\u044f\u043a\u043e\u0431\u0438\u0430\u043d\u0430":[49,63],"\u044f\u043a\u043e\u0431\u0438\u0430\u043d\u043e\u043c":63,"\u044f\u0440\u043a\u0438\u0445":30,"\u044f\u0447\u0435\u0439\u043a\u0435":28,"\u044f\u0447\u0435\u0439\u043a\u0438":28,"\u0451\u0451":60,"\u2081":[11,38],"\u212f":[27,29],"a\u2081":[58,59],"a\u2082":[58,59],"a\u2083":[58,59],"a\u2084":[58,59],"a\u2096":[58,59],"abstract":30,"boolean":20,"break":[20,38,47],"byte":[10,19],"c\u0438\u043d\u0442\u0430\u043a\u0441\u0438\u0441":29,"c\u043d\u0430\u0447\u0430\u043b\u0430":59,"c\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u044c":[11,15],"case":[15,23],"catch":20,"ch\u2084":12,"char":29,"class":22,"co\u2082":12,"const":[7,30],"e\u0441\u043b\u0438":40,"ex_\u043d\u043e\u043c\u0435\u0440\u0443\u043f\u0440\u0430\u0436\u043d\u0435\u043d\u0438\u044f":21,"export":26,"float":[10,16,27,30,35,37,39,43,48,58,59,63,64],"function":[0,1,5,7,9,10,11,14,15,19,22,26,27,30,31,34,35,36,37,38,39,42,43,47,48,56,58,59,63,64],"h\u1d50":48,"import":[26,28],"int":[4,7,8,9,19,30,31,34,43,48,59],"k\u2081":[38,42],"k\u2082":[38,42],"k\u2083":[38,42],"k\u2084":[38,42],"n\u2080":34,"new":[0,38,39,63],"o\u0448\u0438\u0431\u043a\u0438":17,"o\u2082":12,"return":[1,5,7,9,10,11,14,15,22,27,28,30,31,34,35,36,37,38,39,42,43,47,48,56,58,59,63,64],"short":27,"sr\u0441":21,"t\u1d62":[38,39,42],"t\u2080":38,"t\u2096":11,"true":[7,9,19,21,22,25,27,30,35,43,48],"try":[20,27],"typeof":[17,22,27,29,30,36,37,39],"u\u1d62":[38,39,42],"u\u2080":[38,39,42],"var":[36,37],"voil\u00e0":59,"while":20,"x\u00b2":[],"x\u2081":[31,34,35,36,37,63,64],"x\u2082":[31,34,35,36,63,64],"x\u2083":64,"x\u2096":31,"y\u2081":[31,34,35,36],"y\u2082":[31,34,35,36],A:[0,1,4,11,16,19,22,25,29,30,44,46,48,50,53,54,55,56,57,58,59,64],BE:0,If:28,In:[1,11,36,37],Not:[11,17],The:[0,12,50],To:28,_0:[37,41,42,43,44,45,47],_1:[7,11,14,27,33,40,42,45,58,63,64],_2:[14,40,42,45,58],_3:[42,58],_4:58,_:[7,10,11,15,17,28,30,38,39,40,42,43,45,53,55,58,63,64],__:28,__add__:30,__integrate_impl:[],_i:[14,42],_j:[42,64],_k:[11,43,45,47,48,58,63,64],_m:42,_n:[11,14],_p:7,_s:[38,42],_x:4,a1:11,a2:11,a4:0,a_0:34,a_1:[10,11,56],a_2:[10,42,56],a_3:[42,56],a_4:19,a_:[11,19,38,42,53,56,57,64],a_i:[9,10,34,53,56],a_j:[42,53],a_k:11,a_m:[10,42],a_n:[11,56],aa:[29,30],aaaa:29,aaaaaa:29,ab:[0,1,5,10,16,29,31,34,35,36,37,47,55,59],abb:29,abc:[],abstractarrai:[19,30],abstractfloat:30,abstractmatrix:[1,56,58,59],abstractmethod:[],abstractpoint:[],abstractvector:[7,48,56],ac:0,accept:38,acm:0,activ:[],add:[16,24,26,28],addmul:22,adjb17:[0,5,11,33,54,59],adjoint:25,adob:23,adpp92:[0,12],advanc:0,al:11,alan:0,algorithm:[0,47],alia:[24,27],align:[5,9,10,14,32,47,52,53],alkan:0,alloc:[10,19,30],alpha:[27,35,43,45,47,48],alpha_0:47,alpha_1:10,alpha_2:10,alpha_:[10,47],alpha_j:10,alpha_m:10,american:0,an:[0,14,29],analysi:0,angl:[],ani:[19,30],anonym:22,answer:[22,30],api:[],apoint:30,app:[24,28],appl:20,appli:0,applic:[0,24],apply_typ:30,approach:0,approx:[5,8,9,10,15,16,17,19,34,35,37,38,48,52,64],ar:11,arctg:7,area:21,arg:[],argmax:59,argument:[20,27,43,48],argumenterror:[],arrai:[7,9,11,15,19,20,30,38,42],arrow:35,art:0,articl:[0,50],arxiv:0,asbtractvector:59,ascii:29,assael:0,assert:47,assign:22,atol:[5,10],august:0,averag:0,avik:3,awd:[],awesomelibrari:26,b0:0,b1:0,b2:0,b3:0,b4:0,b5:0,b7:0,b8:0,b9:0,b:[0,4,5,7,8,9,10,11,15,19,20,22,25,27,29,31,33,34,35,43,44,50,53,54,55,56,57,58,59,60,64],b_0:34,b_1:[11,17,56,57,60],b_2:[17,56,57,60],b_3:[56,60],b_4:60,b_:[11,38,42,56],b_d:17,b_i:[17,34,53,56],b_k:11,b_n:[11,56,57],ba:[0,29],backspac:28,backtrack:47,backward:[42,60],backwardsub:[56,58,59],bad:64,baker:0,baker_1982:[],bar:30,base:[0,3,26,30,36,37],bash:24,bashrc:24,basi:15,bb:0,bc:0,bd:0,begin:[5,7,9,10,11,14,15,16,19,20,22,32,38,39,40,41,42,46,47,49,52,53,56,57,58,60,61,62,63,64],beks17:[0,23],benchmark:[10,19],benchmarktool:[10,19,30],best:[0,3],beta:47,bezanson:0,bf00504436:0,bfg:43,bfgsresult:43,big:[5,8,9,10,31,38,49,64],bigg:[17,38,42,52,53,58,61],bigint:30,bin:[5,24],bisect:[0,31],bit:24,bitstr:17,bla:25,blue:[5,9,42],bmatrix:[11,14,16,40,46,49,56,58,60,63,64],bodi:30,bogacki:38,boldsymbol:[49,52,53],book:[0,3,36,37],bool:[7,9,43,48],boot:[36,37],bottomleft:42,bottomright:31,bound:[38,39,42],bpl82:[0,52],bpl:[],bracket:47,brackorig:34,braun:0,brian:0,broken:[],broyden:[43,64],broydensi:64,btime:30,c:[0,1,7,9,11,12,14,15,16,17,19,22,23,24,25,27,28,29,30,34,37,38,39,40,49,56],c_1:[9,11,14,56],c_2:[11,14,56],c_3:[11,14,56],c_:[11,56],c_i:[14,56],c_ij:1,c_jj:1,c_k:[11,15],c_n:[11,14,56],calcul:50,call:27,callabl:30,cambridg:0,cancel:17,cannot:30,cartesianindex:19,cartesianpoint:[],categori:29,cauchyodeproblem:[38,39,42],caus:30,cbo9780511791253:0,cbrt:35,cc:[9,42],ccc:[11,19],cccc:[7,9,11,38,42],ccccc:[],cdot:[7,9,11,12,15,16,25,31,42,46,57,58,64],ceil:[31,34],center:21,chain:0,chang:30,charact:29,checksquar:1,chem:50,chemic:0,chemistri:0,choleski:1,circl:21,circuit:[0,27],cisco:23,close:[7,9],closur:30,cmd:28,co2:12,co:[6,19,27,28,49,64],code:[28,36,37],code_warntyp:30,coef:11,coeffici:0,coexist:0,collect:19,collector:19,color:31,column:19,com:[0,3,23,50],come:23,common:0,compil:30,complex:[19,27,30],complexf64:27,composit:30,compound:22,comprehens:15,comput:0,computational_thermodynam:[36,37],computational_thermodynamics_not:[],concret:30,cond:20,condit:47,constant:30,construct:20,constructor:30,contain:29,content:24,continu:[0,20],converg:[43,48],convert:[1,30],copi:[19,58,59,63,64],copysign:34,core:30,correl:0,cosh:[32,39],count:20,critic:50,cross:[25,26],csv:19,ct_integr:[],ctptsolver:50,ctrl:28,cttaskintegr:[],cttaskpoint:21,cubic:0,current:[],curv:0,curvatur:47,cx:16,d0:0,d1:0,d:[0,7,8,11,16,17,21,26,28,29,36,43,45,46,47,48,53,55],d_1:11,d_2:11,d_:11,d_j:1,d_k:11,d_n:11,dash:[11,15,42],dat1:50,data:12,data_pag:50,datafram:26,david:0,dd:[],ddot:[7,11,42,56],decemb:0,decreas:47,defin:20,delim:29,delimitedfil:[12,19],delta:[16,32,34,35,45,52,54,63,64],delta_0:31,delta_:31,delta_a:5,delta_k:31,delta_r:5,dens:0,der:0,design:[0,3],det:[16,25,55,59],dev:26,develop:28,df:35,dfrac:[15,16,54],diag:[11,55],diagm:[11,43,58,59],did:[],diff:[4,5,6,7,8,9,38,40,41,42],dim:19,discours:3,displai:64,dist:[26,30],div:27,dmg:24,doc:[28,56],document:[28,56],doi:[0,50],domainerror:27,dormand:38,dot:[7,8,9,19,21,25,26,49,52,64],download:24,dr:[],draw:50,driscol:0,drop:20,dure:[],dx:[5,7,9,10],dymond:0,e:[0,5,6,9,10,11,17,28,36,38,39,40,52,58,64],e_i:38,eachindex:19,eachrow:31,echo:[24,28],ed:3,edelman:0,edit:0,eeeeeeeeeee:17,ega:50,element:[17,19,20,22,25,29,49,58,59],elementari:27,els:[5,7,9,11,15,20,31,34,47],elseif:[11,15,20,31,34,36,47],elsevi:0,eltyp:[1,14,25],emac:[],embed:38,empti:19,en:[23,50],end:[1,5,7,9,10,11,14,15,16,19,20,22,26,28,30,31,32,34,35,36,37,38,39,40,41,42,43,46,47,48,49,52,53,56,57,58,59,60,61,62,63,64],energi:0,engin:0,enhanc:0,enter:[],enumer:[9,20,31,42],envelop:50,environ:28,ep:[1,5,16,17,31,34,35,36,37,64],epsilon:[38,39,46],epsilon_:[35,37,39],epsilon_k:[35,37],epub:0,eqref:[],equal:20,equat:[0,32],equilibria:[0,50],equiv:[7,9,49,52,53],err:[5,11,15,16,38,42],err_estim:16,error:[5,8,10,19,20,27,29,30,31,34,35,36,37,38,47,63,64],es:50,escap:29,estim:[10,19],eta:12,eta_:12,etsia:50,euler:[27,39,42],eval:[36,37],evalu:[10,19,28],evenli:20,eview:0,ex_1:21,ex_2:21,exact:[17,42],exercis:21,exp:[9,10,11,14,15,34,35,37,38,49,64],expon:17,expr1:29,expr2:29,expr:[9,29],express:22,extract:0,f4:22,f:[0,4,5,7,8,9,10,11,15,16,17,19,22,30,31,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,52,55,56,59,62,63,64],f_0:9,f_1:[9,62,64],f_2:[9,62,64],f_:[4,9,12,39],f_i:[9,52,56,63],f_m:64,f_n:[9,62],f_t:4,f_x:4,fa:5,factor:[22,59],fail:30,fals:[27,29,31,43,48],falsi:[34,36],fb:5,feasibl:45,fig:50,file:24,filenam:[36,37],fill:[9,19],findlast:11,fine:50,finit:0,first:[11,14,15,22,38],fix:37,fixedpoint:37,fl:5,flanneri:0,flash:[0,50],fletcher:43,float32:17,float64:[5,7,10,16,17,19,21,25,27,29,30,36,37,39,42,49,56,58,59,64],floatmax:17,floatmin:17,floatset:17,flop:59,fluid:[0,50],fm:5,fmt:29,fnc:0,follow:28,foo:[5,9,10,11,14,15,30],foral:[7,9,46],form:22,fortran:23,forward:60,forwarddiff:49,forwardsub:[56,58,59],found:[],fr:5,frac:[5,6,7,8,9,10,12,15,16,17,31,32,34,35,36,37,38,39,40,41,42,43,46,48,49,52,53,54,55,58,59,60,61,63,64],frequenc:[10,19],fresh:0,from:20,fsal:38,ftol:[31,33,34,35,36,63,64],fugacity_coef_vdw:[],fugact:52,fundament:0,fuse:19,fx:35,g0:47,g1:37,g:[0,4,7,16,19,22,32,36,37,43,47,48,52,64],g_1:37,g_7:7,ga:[],gabriel:0,garbag:19,gauss:[],gc:[10,19],ge:[7,32,34,47,52],gener:[12,19,22,24,26,30],getproperti:30,gibb:0,gill:1,git:26,github:[26,50],global:20,gmp:30,gnome:28,gnuplot:12,goldfarb:43,good:64,greater:20,gross:0,gross_sadowski_pcsaft_2001:[],gs01:[0,49],gs:[],gtol:[43,48],gz:24,h:[0,5,8,9,10,11,15,16,48],h_0:10,h_1:[10,11],h_2:[10,11],h_4:10,h_:10,h_i:[49,52],h_k:[10,11],h_n:11,hand:[0,3],hat:[7,52,59],hatfunc:15,hc:10,hdot:[],hello:[20,26,28],help:[20,28],hess:48,hi:47,high:3,histogram:[5,10,19],hline:[19,38,42],horner:[11,14],http:[0,3,23,24,28,50],hyperbol:0,i:[0,1,5,7,8,9,10,11,14,15,17,19,20,22,28,29,31,32,34,35,36,37,38,39,41,42,43,47,48,49,50,52,53,55,56,63,64],i_1:59,i_2:59,i_:10,i_h:10,i_n:59,ibm:23,id:28,idealgascompon:19,ident:27,ie0003887:0,ieee:[0,17],iff:36,ih:8,ii:55,ij:[63,64],ijulia:28,im:30,imartinez:50,immut:30,impli:37,implicit:42,inbound:[1,39],includ:26,include_str:[36,37],incorrect:30,industri:0,inf:[11,15,17,38,42,47,59],infer:30,infin:[],infti:[11,12,15,17,35,37,52,53,54],inlin:[36,37],inner:30,instal:24,institut:12,int128:30,int16:30,int32:30,int64:[19,22,25,27,30,36,37,49,59],int8:30,int_0:[6,9,10],int_:[5,6,8,9],int_a:[8,9],int_v:53,intadapt:5,integ:[7,9,10,17,27,38,39,42,48],integr:28,interfac:26,intern:0,interpol:[11,14,15,34],inv:25,invalid:30,invb:43,invh0:43,io:[28,30],iop:50,iopscienc:50,irrat:27,isabstracttyp:30,isapprox:[17,27],isbn:0,isequ:27,isidoro:50,ismut:30,ison:9,isotherm:[0,50],isprimitivetyp:30,isprint:28,item:20,iter:[20,37,43,48],iterm:28,itp_radiu:[],itproot:34,iv:9,j:[0,1,10,11,14,19,20,38,42,49,53,63,64],j_:63,jacobian:49,jacobianfd:64,januari:3,jeff:0,jexact:64,jfd:64,jiht:[36,37],jl:[3,12,19,21,26,28,30,32,36,37,49,50],jl_task:[],joachim:0,joh14:[0,32,61],john:0,johnston:0,join:[28,29],journal:0,jpg:12,julia100exercis:3,julia:[0,10,12,17,19,20,21,22,24,25,26,27,28,29,30,49,50,56,58,63],julia_:23,juliacomput:23,julialang:[3,24,28],julianot:3,june:3,jupit:[],jupyt:[26,28],k:[1,7,10,11,12,15,17,19,21,31,32,35,37,42,43,45,48,49,52,58,59,63,64],k_0:7,k_1:[7,38,42],k_2:[38,42],k_3:[38,42],k_4:[38,42],k_:[7,31,42,53],k_b:32,k_i:[32,49],k_j:42,k_m:42,k_n:7,kappa:[4,54],kappa_1:34,kappa_2:34,kappa_:16,kappa_f:16,kappa_g:16,kappa_h:16,kappa_r:33,karpinski:0,kib:10,km86:[0,53],km:[],knot:11,kochenderf:47,kraemer:0,kronrod:[],ks:17,kt:12,kutta:[38,42],kwak:0,kwak_mansoori_1986:[],kwarg:27,kwo20:[0,3,30],kwong:[0,3],l:[0,5,9,11,14,15,31,32,35,36,38,39,42,47,48,50,55,56,58,59,60],l_0:7,l_2:7,l_7:32,l_:[7,55,58,60],l_k:7,l_m:7,l_n:7,l_p:7,label:[5,9,11,14,15,31,32,35,36,38,39,42],lambda:52,languag:23,lapack:25,last:[11,14,15,38],lastindex:14,latex:27,layout:[5,9,15,36,38,42],lceil:31,ldiv:[48,59,63],ldot:[32,39,41,42,45,52,56,59,62,63,64],le:[7,9,11,15,17,34,39,47,54],learn:3,lee:0,left:[7,9,11,15,16,19],leg:[5,9,11,15,31,35,36,38,39,42],legend:[11,14,15],legendre_matrix:7,lek82:[0,32],lekner:0,length:[5,7,9,11,14,15,19,20,32,39,42,43],less:20,let:[10,22],letter:29,lev02:[0,15],level:[29,30,36,37],levequ:0,lib:0,librari:3,lightblu:[5,9],lim_:[16,35,37,64],limits_:[7,8,9],line:[11,15,42],linearalbgebra:26,linearalgebra:[1,16,21,25,26,30,48,56,57,59,63],linearindex:19,linecolor:[5,9,35],linewidth:[5,9],link:5,linkinghub:0,liquid:0,liter:29,literal_pow:30,ll:[29,49],ln:[24,27,34,49,52,53,61],lo:47,load:[36,37],loaderror:[],local:24,log10:[11,15,27,38,42],log2:[17,27,31,34],log:[10,11,15,19,27,34,64],log_2:[27,31],log_:27,loop:28,lowercas:29,lowertriangular:[58,59],lto:47,lu:[59,63,64],lufact:[58,59],luk:0,lw:[31,32,39],m1:42,m2:42,m:[0,5,7,9,10,11,12,15,19,40,42,48,50,55,58,64],m_:40,m_k:[45,48],machep:[16,17,64],mai:30,main:[30,36,37],major:19,manifest:26,mansoori:0,manual:3,map:[19,22],mapexpr:[36,37],march:0,margin:32,marker:[5,9,31,38,39,42],markercolor:9,match:19,math:[0,32],mathbf:[4,11,14,40,41,42,43,44,45,46,47,48,54,55,56,57,58,59,60,62,63,64],mathbold:[],mathcal:[19,53],mathemat:[0,27],matrix:[10,19,25,43,48,49,58,59,64],max:[1,10,12,17,19,31,32,34,64],max_:[9,15],maxadjuststep:38,maxerr:38,maxit:[31,34,35,36,37,43,48,63,64],maxstep:[10,38],maze_height:28,maze_width:28,mcholeski:[1,48],md:36,mean:[10,19],median:[10,19],memori:[10,19],mesh_h:[11,15],method:[0,10,19,22,30,35,42,63,64],methoderror:[19,30],mib:[19,30],mic82:[0,49,51],mic:[],michael:0,michelsen:[0,50],michelsen_1982_st:[],midp:9,midpoint:9,min:[10,12,19,32,38,64],min_:[4,45,47],mine:[],minmax:[0,34],mipt:0,miss:27,mit:23,mix:0,mkdir:24,mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm:17,mod:[36,37],mode:[26,28],model:0,modul:[26,36,37],molarmass:19,molecul:0,most:28,mp1:30,mpoint:30,ms:[10,19,30],mu:[52,61],mu_i:52,mul:16,multicompon:50,multipl:29,multistag:42,murrai:1,mutabl:[22,30],mx:36,mx_0:36,mx_1:36,mx_2:36,myscript:26,mysqrt:32,n1:57,n2:57,n:[0,1,7,8,9,10,11,14,15,17,19,21,29,30,39,42,45,46,49,52,53,55,56,58,59,62,63,64],n_0:34,n_1:52,n_:34,n_i:[52,53],n_j:53,n_n:52,nabla:[43,46,47,48,52],nakl:11,nakr:11,name:19,namedtupl:22,nan:[11,17,47,59],nasa:23,nation:12,natur:23,nbisect:34,nc:[10,29],ndash:[],ndim:19,ne:15,neighbor:21,neovim:28,neq:[37,46],net:0,newlin:28,newton:[35,48,63],newton_cotes_nodes_weight:[7,9],newtonresult:48,newtonsi:63,newtontempl:48,nextfloat:17,nist:12,nn:[57,58],nnode:[7,9],node:[5,7,8,9],nodesl:5,nodesr:5,none:[9,29],norm:[11,15,21,25,26,38,42,59,63,64],notable_us:23,notebook:28,notepad:28,noth:22,np:10,npt:[37,52],ns:[10,19],nstep:[39,42],ntup:22,number:[17,19,26,27,30,64],numer:0,o:[5,9,10,11,15,21,31,37,38,39,42,55,56,63],object:30,offici:28,old:63,oliveira:0,omega:[4,7,12],omega_:[7,39],omega_h:[8,11,15],omega_n:7,omega_t:41,onepetro:0,ones:[11,19,43,58,59],onli:27,open:24,oper:[19,20,26,27],optim:[0,1,20,34,45,47],org:[0,3,23,24,28,50],origin:21,ot20:[0,34],other:30,outer:[30,58],outertopleft:15,output:12,overlin:17,oxygen:19,p1:[26,30],p2:26,p:[0,1,7,9,14,15,21,26,30,31,32,37,38,39,48,49,50,52,53,55,59,61],p_:49,p_c:[21,32],p_h:15,p_m:7,p_r:[21,32,61],p_x:32,pa:[0,12],packag:[21,26,28],package_nam:12,packagenam:[26,28],packt:[0,3],packtpub:0,papadaki:0,parametr:[0,30],pars:[19,29],part:[0,42,46,50],partial:[32,42,52,53,63,64],pass:22,path:[24,26,31],path_to_fil:26,pattern:[0,3],patterson:0,pdf:[12,50],perform:[0,3],perturb:0,petroleum:0,phase:[0,47,50],phi:[34,47],physic:0,pi:[6,27,40],pierc:0,pii:0,pip:28,pivot:59,pkg:[12,26,28],place:[1,19],plot:[5,9,11,12,14,15,31,32,35,36,38,39,42],plt:[9,15,32,35,36,38,39,42],plufact:[55,59],pluto:[26,28],pm:17,png:12,pnt:26,point:[21,26,27,30,37,50],polarpoint:[],polyinterp:14,polynomi:11,pop:19,popular:28,posit:31,practic:[0,1,3],predict:0,preserv:0,press:0,pressur:[19,32],pressurevdw:21,prevfloat:17,primit:30,princ:38,princeton:23,print:[22,28],printf:29,println:[20,26,28,29],printstyl:28,priori:18,private_foo:26,problem:[0,23,38,39,42,50],prod:55,prod_:55,produc:30,product:[0,58],program:24,programming_languag:23,project:[0,26,34],promot:30,prompt:28,propto:[55,59],proven:0,psi:42,psi_i:39,pt:50,ptvf07:[0,31,33,64],pub:0,publish:[0,3],push:[11,15,19,22,38,42],pv:61,pwlininterp:[11,15],px:[9,50],py:9,python:[23,28,30],q:[0,5,7,10,21,35,38,44,47,55],q_:7,qh:10,ql:5,qr:[5,64],quad:[7,9,10,11,12,14,15,16,17,31,32,34,35,36,37,38,39,40,41,42,43,45,46,49,52,53,54,55,56,64],question:3,r01:5,r02:5,r12:5,r1:35,r2:35,r:[0,7,33,34,38,40,42,49,52,53,55],r_1:40,r_2:40,r_:7,r_f:5,r_i:34,rachford:32,rachford_rice_solv:32,radiu:21,rand:[19,26,28,30],randal:0,random:28,random_point:26,rang:[5,7,9,10,11,12,14,15,19,20,32,39,42],raphson:[35,63],ration:[27,30],rceil:31,re:30,read:28,readlin:29,real:[0,17,30,32,38,39,43,45,46,47,48,58,62,64],recip:0,red:[5,9,31,35,42],redefinit:30,ref:[19,32],region:45,registri:26,regula:[34,36],regulafalsi:[31,36],releas:28,rem:27,repl:[20,22,26,27,28,29,30,36,37,57],requir:17,research:0,reshap:19,residu:42,residual_eul:42,residual_rk4:42,resourc:24,rest:20,result:27,retriev:0,rfdjac:64,rhp:[7,9],rice:32,richard:0,rid79:[0,36],ridder:[0,34,36],right:[7,9,11,16,19],rightarrow:9,rjac:64,rk23:38,rk4:42,robust:49,romberg:[5,10],rombergwstep:5,root:[0,31,35,36,37,63,64],rosenbrock:44,rotat:[],row:59,rt:53,ru:0,rule:[0,9],run:28,rung:[38,42],runtest:[],s:[5,9,10,11,12,17,20,22,24,32,36,37,38,42,43,64],s_2:11,s_f:[5,9],s_h:11,s_k:11,sadowski:0,saft:[0,49],same:38,sampl:[10,19],saul:0,scatter:[9,11,14,15,31,35,36],scienc:0,scientif:0,scope:[29,30,36,37],script:26,search:28,secant:35,section:28,self:30,sengupta:3,seriestyp:5,setfield:30,shah:0,shampin:38,shanno:43,share:22,shell:[24,28],show:[16,17,21,22,26,29,31,34,35,36,37,55,59,64],siam:0,side:21,sigma:[12,37,38,47],sigma_1:42,sigma_2:42,sigma_:[38,42],sigma_m:42,sign:[17,31,34,36],significand:17,sim:9,similar:[7,19,20,59,63,64],simp:9,simpson:9,sin:[5,6,9,10,11,14,15,19,27,29,38,49,64],singl:0,sinh:32,size:[11,14,15,19,20,58,59,64],sj:[38,42],societi:0,softscop:[36,37],softw:0,softwar:0,solut:0,solution_a:56,some:[],someth:22,sourc:[24,30,40],space:20,special:20,speed:23,spejourn:0,spinterp:11,split:[7,9,29,38,39,40,41,42,57,60,61,62],sprint:28,sprintf:29,sqrt:[1,12,16,22,26,27,30,32,34,35,36,53,64],squar:[21,31,64],src:[12,26,36,37],stabil:[0,50],stackoverflow:[3,28],stacktrac:[29,30,36,37],stai:23,standard:[3,12],start:[9,19,20],state:0,statist:30,statu:26,stdin:29,stdlib:[],stdout:[28,29],stefan:0,step:[9,10,19,20,32,39,42],stepanzh:50,steprang:20,stick:5,stop:[9,19,20],storag:20,string:[17,19,22,29,30,36,37,56],strip:29,strong:47,strong_backtrack:47,struct:[19,26,30,39,43,48],studi:23,studio:28,sublim:28,subplot:[5,9,15,36,38,42],subset:17,substitut:60,substr:29,subtract:17,subtyp:30,suffici:47,sum:[7,9,10,15,17,30,42,64],sum_:[8,9,10,15,17,32,42,58,63,64],sum_i:[52,53],sum_j:53,summari:[],sup_:9,supercrit:0,suppli:28,survei:28,svd:55,syntax:[19,23,29],system:[0,50],t1:30,t2:30,t:[0,1,5,11,12,14,15,19,21,26,29,30,32,38,39,40,41,42,43,46,48,49,50,52,53],t_0:11,t_1:[11,14,15],t_2:[14,15],t_3:15,t_4:15,t_:[11,12,14,15,42,49],t_c:[21,32],t_f:[5,9,10],t_i:[14,15,38,39,41,42],t_k:[11,15],t_l:15,t_n:[11,14,15],t_r:[21,32,61],t_x:32,ta:[29,30],tab:27,tag:3,takahashi:0,tan:36,tar:24,tau:[38,39,40,41,42],tau_f:[8,9],tc:[0,10],td:29,tech:50,technolog:[12,28],tend:[38,39,42],termin:[24,28],test:26,teukolski:0,text:[7,10,12,16,28,31,33,34,40,44,45,47,49,52,63,64],than:20,theori:0,thermodynam:0,thermophys:0,thi:30,tild:[9,34,54],time:[10,11,12,17,19,25,30,32,39,55,58,59,64],times10:[11,15],titl:38,tl:[],tmax:12,tmin:12,tobin:0,tobydriscol:0,tol:[5,10,38],tom:[0,3],toml:26,top:[11,14,15,19,25,29,30,36,37,40,43,44,46,47,48,49,52,55,58,64],top_k:[43,64],topleft:[5,11,14,35,36,38,39,42],toro:50,total:[],touch:24,tp:10,tpoint:30,tr:[21,25,32,45],tran:0,trang:[38,39,42],transact:0,transit:[],transport:0,trap:9,trapezoid:9,trapezoid_tol:10,trial:[10,19],tridiagon:56,tridiagsolv:56,truncat:[8,34],trust:45,ts:[11,14,15],tstart:[38,39,42],tsv:[12,19,50],tup:22,tupl:[20,22,30,39],two:23,tx:30,ty:30,type:[26,28,30],u:[1,28,29,38,39,40,41,42,55,56,58,59,60],u_0:[39,41,42],u_1:[40,58],u_2:[40,58],u_:[39,42,58,60],u_i:[38,39,41,42],u_m:58,uexact:42,uint128:30,uint16:30,uint32:30,uint64:30,uint8:30,unconstrain:45,undef:[5,10,39,42],undefvarerror:20,unew2:38,unicod:[27,29],union:30,unional:30,unit:26,unitrang:20,univers:0,upm:50,uppertriangular:[1,58,59],upsilon:[12,53],url:[0,19,20,22,25,27,29,30],us:[10,16,19,20,25,26,28,29,30,49,50,57],usa:0,usr:24,utf:28,v1:[11,28],v2:11,v:[11,14,21,32,40,52,53,55,58],v_1:58,v_2:58,v_c:[21,32],v_g:[32,61],v_l:[32,61],v_n:58,v_r:[21,32,61],val:[20,30],van:0,van_der_waals_constants_:50,vandermond:[9,14],vapor:0,varepsilon:[12,40,52],varepsilon_i:52,variabl:[27,30],varphi_1:15,varphi_i:[49,52,53],varphi_k:15,varphi_n:15,vdot:[7,9,11,14,42,46,57,58,62,64],vdv:55,vector:[5,17,19,21,22,25,29,30,39,42,43,48,49,58,59],veloc:40,verlet:40,version:[24,28],vert:7,vetterl:0,view:[9,35],vim:28,viral:0,virtualenv:28,viscos:12,visit:0,visual:28,vl:11,volum:0,vr:[11,21,32],w:[7,9,36],w_1:[7,9],w_2:[7,9],w_3:[7,9],w_:9,w_i:[7,8,9],w_n:[7,9],waal:0,warn:[30,38],webbook:12,weight:[7,8,9],welcom:28,wheeler:47,whenfals:20,whentru:20,where:[1,30],which:30,whitespac:29,wiki:[23,30,50],wikipedia:[23,50],william:0,window:28,world:28,wright:1,write:22,www:0,x0:[43,47,48],x86:24,x86_64:24,x:[0,4,5,6,7,8,9,10,11,14,15,16,17,19,20,21,22,25,26,27,29,30,31,32,33,34,35,36,37,43,44,45,46,47,48,49,50,52,54,55,56,57,58,59,60,62,63,64],x_0:[8,9,10,36],x_1:[7,8,9,10,31,35,36,37,44,46,49,57,60,62,63,64],x_2:[7,9,10,31,35,36,44,46,49,57,60,62,63,64],x_3:[9,10,31,35,36,60,64],x_4:[10,60],x_:[5,8,9,10,31,34,35,37,56,64],x_f:[31,34],x_i:[5,7,8,9,36,49,52,56],x_j:[53,63,64],x_k:[31,35,37,64],x_l:31,x_n:[7,8,9,46,49,57,62],x_r:31,x_t:34,xaxi:42,xe:[34,35,37],xf:34,xi:53,xl:5,xlabel:[5,9,11,14,15,31,32,36,38,39,42],xlim:[31,32,35,36,38],xmid:[34,36],xnew:[31,34,35,36],xprev:37,xr:5,xs:[7,11,14,15,28],xt:34,xtick:[11,15],xtol:[5,31,33,34,35,36,37,63,64],xx:4,xyz:22,xzf:24,y0:47,y:[0,9,11,12,14,15,16,19,20,21,22,26,27,29,30,32,38,41,42,43,47,50,63,64],y_0:[11,39],y_1:[11,14],y_2:[11,14],y_:[11,15,38,39,42],y_i:[14,38,39,41,42],y_k:[11,15],y_n:[11,14],yaxi:[38,42],ye:[],year:[],ylabel:[5,9,11,15,31,32,36,38],ylim:[15,32],ylo:47,ymid:36,yn:64,ynew:[31,34,36],yp:64,yprev:47,ys:[11,14,15],ytick:[15,42],z:[11,19,22,27,32,49,52,53,58,59],z_:39,z_i:[32,49,52],zero:[1,7,11,14,15,19,58,59,64],zip:[9,20,21,35],zoom:47,zsh:24,zshrc:24},titles:["\u041b\u0438\u0442\u0435\u0440\u0430\u0442\u0443\u0440\u0430","\u0420\u0430\u0437\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0425\u043e\u043b\u0435\u0446\u043a\u043e\u0433\u043e","\u0423\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044c","\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u044b","\u041f\u0440\u0435\u0434\u043c\u0435\u0442 \u043f\u0440\u0430\u043a\u0442\u0438\u043a\u0443\u043c\u0430","5.4. \u0410\u0434\u0430\u043f\u0442\u0438\u0432\u043d\u043e\u0435 \u0438\u043d\u0442\u0435\u0433\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435","5.5. \u0417\u0430\u0434\u0430\u043d\u0438\u044f","5.3. \u0424\u043e\u0440\u043c\u0443\u043b\u044b \u0413\u0430\u0443\u0441\u0441\u0430","5. \u0427\u0438\u0441\u043b\u0435\u043d\u043d\u043e\u0435 \u0438\u043d\u0442\u0435\u0433\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435","5.1. \u0424\u043e\u0440\u043c\u0443\u043b\u044b \u041d\u044c\u044e\u0442\u043e\u043d\u0430-\u041a\u043e\u0442\u0441\u0430","5.2. \u041c\u0435\u0442\u043e\u0434 \u0420\u043e\u043c\u0431\u0435\u0440\u0433\u0430","4.3. \u041a\u0443\u0431\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0441\u043f\u043b\u0430\u0439\u043d\u044b","4.4. \u0417\u0430\u0434\u0430\u043d\u0438\u044f","4. \u0418\u043d\u0442\u0435\u0440\u043f\u043e\u043b\u044f\u0446\u0438\u044f","4.1. \u041f\u043e\u043b\u0438\u043d\u043e\u043c\u0438\u0430\u043b\u044c\u043d\u0430\u044f \u0438\u043d\u0442\u0435\u0440\u043f\u043e\u043b\u044f\u0446\u0438\u044f","4.2. \u041a\u0443\u0441\u043e\u0447\u043d\u043e-\u043b\u0438\u043d\u0435\u0439\u043d\u0430\u044f \u0438\u043d\u0442\u0435\u0440\u043f\u043e\u043b\u044f\u0446\u0438\u044f","2.2. \u041e\u0431\u0443\u0441\u043b\u043e\u0432\u043b\u0435\u043d\u043d\u043e\u0441\u0442\u044c \u0437\u0430\u0434\u0430\u0447","2.1. \u0427\u0438\u0441\u043b\u0430 \u0441 \u043f\u043b\u0430\u0432\u0430\u044e\u0449\u0435\u0439 \u0442\u043e\u0447\u043a\u043e\u0439","2. \u0412\u0432\u0435\u0434\u0435\u043d\u0438\u0435","1.8. \u041c\u0430\u0441\u0441\u0438\u0432\u044b \u0438 broadcast","1.5. \u0423\u043f\u0440\u0430\u0432\u043b\u044f\u044e\u0449\u0438\u0435 \u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u0438","1.11. \u0417\u0430\u0434\u0430\u043d\u0438\u044f","1.6. \u0424\u0443\u043d\u043a\u0446\u0438\u0438","1. \u041e\u0441\u043d\u043e\u0432\u044b \u044f\u0437\u044b\u043a\u0430 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f Julia","1.1. \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430","1.9. \u041b\u0438\u043d\u0435\u0439\u043d\u0430\u044f \u0430\u043b\u0433\u0435\u0431\u0440\u0430","1.10. \u041c\u043e\u0434\u0443\u043b\u0438 \u0438 \u043f\u0430\u043a\u0435\u0442\u044b","1.3. \u0427\u0438\u0441\u043b\u0430, \u043f\u0435\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u0435, Bool","1.2. \u0417\u0430\u043f\u0443\u0441\u043a \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c","1.4. \u0421\u0442\u0440\u043e\u043a\u0438","1.7. \u0422\u0438\u043f\u044b, \u043c\u0435\u0442\u043e\u0434\u044b \u0438 multiple dispatch","6.3. \u041c\u0435\u0442\u043e\u0434\u044b \u0431\u0438\u0441\u0435\u043a\u0446\u0438\u0438 \u0438 regula falsi","6.6. \u0417\u0430\u0434\u0430\u043d\u0438\u044f","6. \u041d\u0435\u043b\u0438\u043d\u0435\u0439\u043d\u044b\u0435 \u0443\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u044f","6.5. ITP \u043c\u0435\u0442\u043e\u0434","6.2. \u041c\u0435\u0442\u043e\u0434 \u041d\u044c\u044e\u0442\u043e\u043d\u0430 \u0438 \u0441\u0435\u043a\u0443\u0449\u0438\u0445","6.4. \u041c\u0435\u0442\u043e\u0434 \u0420\u0438\u0434\u0434\u0435\u0440\u0441\u0430","6.1. \u041c\u0435\u0442\u043e\u0434 \u043f\u0440\u043e\u0441\u0442\u043e\u0439 \u0438\u0442\u0435\u0440\u0430\u0446\u0438\u0438","\u0410\u0434\u0430\u043f\u0442\u0438\u0432\u043d\u044b\u0435 \u043c\u0435\u0442\u043e\u0434\u044b","\u041c\u0435\u0442\u043e\u0434 \u042d\u0439\u043b\u0435\u0440\u0430","\u0417\u0430\u0434\u0430\u043d\u0438\u044f","\u041e\u0431\u044b\u043a\u043d\u043e\u0432\u0435\u043d\u043d\u044b\u0435 \u0434\u0438\u0444\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0435 \u0443\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u044f","\u041c\u0435\u0442\u043e\u0434\u044b \u0420\u0443\u043d\u0433\u0435-\u041a\u0443\u0442\u0442\u0430","\u041a\u0432\u0430\u0437\u0438\u043d\u044c\u044e\u0442\u043e\u043d\u043e\u0432\u0441\u043a\u0438\u0435 \u043c\u0435\u0442\u043e\u0434\u044b","\u0417\u0430\u0434\u0430\u043d\u0438\u044f","\u041c\u0435\u0442\u043e\u0434\u044b \u043e\u043f\u0442\u0438\u043c\u0438\u0437\u0430\u0446\u0438\u0438","\u041f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u0441\u0432\u0435\u0434\u0435\u043d\u0438\u044f","\u041b\u0438\u043d\u0435\u0439\u043d\u044b\u0439 \u043f\u043e\u0438\u0441\u043a","\u041c\u0435\u0442\u043e\u0434 \u041d\u044c\u044e\u0442\u043e\u043d\u0430","\u0410\u043b\u0433\u043e\u0440\u0438\u0442\u043c \u0440\u0435\u0448\u0435\u043d\u0438\u044f","\u0417\u0430\u0434\u0430\u043d\u0438\u044f","PT \u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u043e\u0441\u0442\u044c","\u041f\u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u0437\u0430\u0434\u0430\u0447\u0438","\u0423\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u0435 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u044f \u0432\u0430\u043d \u0434\u0435\u0440 \u0412\u0430\u0430\u043b\u044c\u0441\u0430","3.4. \u041e\u0431\u0443\u0441\u043b\u043e\u0432\u043b\u0435\u043d\u043d\u043e\u0441\u0442\u044c \u043b\u0438\u043d\u0435\u0439\u043d\u044b\u0445 \u0441\u0438\u0441\u0442\u0435\u043c","3.5. \u041e\u0431\u0437\u043e\u0440 \u0434\u0440\u0443\u0433\u0438\u0445 \u0440\u0430\u0437\u043b\u043e\u0436\u0435\u043d\u0438\u0439 \u0438 \u0437\u0430\u0434\u0430\u0447","3.6. \u0417\u0430\u0434\u0430\u043d\u0438\u044f","3. \u041b\u0438\u043d\u0435\u0439\u043d\u044b\u0435 \u0441\u0438\u0441\u0442\u0435\u043c\u044b \u0443\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u0439","3.2. LU-\u0440\u0430\u0437\u043b\u043e\u0436\u0435\u043d\u0438\u0435","3.3. PLU-\u0440\u0430\u0437\u043b\u043e\u0436\u0435\u043d\u0438\u0435","3.1. \u0422\u0440\u0435\u0443\u0433\u043e\u043b\u044c\u043d\u044b\u0435 \u0441\u0438\u0441\u0442\u0435\u043c\u044b","7.3. \u0417\u0430\u0434\u0430\u043d\u0438\u044f","7. \u041d\u0435\u043b\u0438\u043d\u0435\u0439\u043d\u044b\u0435 \u0441\u0438\u0441\u0442\u0435\u043c\u044b \u0443\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u0439","7.1. \u041c\u0435\u0442\u043e\u0434 \u041d\u044c\u044e\u0442\u043e\u043d\u0430","7.2. \u041c\u0435\u0442\u043e\u0434 \u0411\u0440\u043e\u0439\u0434\u0435\u043d\u0430"],titleterms:{"10":24,"2":42,"\u0430\u0434\u0430\u043f\u0442\u0438\u0432\u043d\u043e\u0433\u043e":6,"\u0430\u0434\u0430\u043f\u0442\u0438\u0432\u043d\u043e\u0435":5,"\u0430\u0434\u0430\u043f\u0442\u0438\u0432\u043d\u044b\u0435":38,"\u0430\u043b\u0433\u0435\u0431\u0440\u0430":25,"\u0430\u043b\u0433\u043e\u0440\u0438\u0442\u043c":49,"\u0430\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u043d\u0430\u044f":7,"\u0430\u0440\u0438\u0444\u043c\u0435\u0442\u0438\u043a\u0438":17,"\u0431\u0438\u043d\u043e\u0434\u0430\u043b\u044c":32,"\u0431\u0438\u0441\u0435\u043a\u0446\u0438\u0438":31,"\u0431\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u043d\u043e\u0441\u0442\u044c":51,"\u0431\u0440\u043e\u0439\u0434\u0435\u043d\u0430":64,"\u0431\u0444\u0433\u0441":43,"\u0431\u044b\u0432\u0430\u044e\u0442":30,"\u0432":[28,59],"\u0432\u0430\u0430\u043b\u044c\u0441\u0430":[32,53,61],"\u0432\u0430\u043c":50,"\u0432\u0430\u043d":[32,53,61],"\u0432\u0430\u0440\u0438\u0430\u043d\u0442\u044b":50,"\u0432\u0432\u0435\u0434\u0435\u043d\u0438\u0435":18,"\u0432\u0435\u043a\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u044f":19,"\u0432\u0435\u043b\u0438\u0447\u0438\u043d":27,"\u0432\u0435\u0440\u0441\u0438\u0438":64,"\u0432\u0435\u0441\u043e\u0432":7,"\u0432\u0435\u0442\u0432\u043b\u0435\u043d\u0438\u0435":20,"\u0432\u0438\u0434":53,"\u0432\u043c\u0435\u0441\u0442\u0435":49,"\u0432\u043d\u0435\u0448\u043d\u0435\u0435":58,"\u0432\u043e\u043b\u044c\u0444\u0435":47,"\u0432\u0441\u043f\u043e\u043c\u043e\u0433\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0435":19,"\u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0435":38,"\u0432\u0441\u0451":49,"\u0432\u044b\u0431\u043e\u0440":[38,59],"\u0432\u044b\u0432\u043e\u0434":36,"\u0432\u044b\u0432\u043e\u0434\u0430":42,"\u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u0445":22,"\u0432\u044b\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u0435":[32,53],"\u0432\u044b\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u044f":7,"\u0432\u044b\u0447\u0438\u0441\u043b\u0438\u0442\u0435":6,"\u0432\u044f\u0437\u043a\u043e\u0441\u0442\u044c":12,"\u0433\u0430\u0437\u0430":12,"\u0433\u0430\u0443\u0441\u0441\u0430":7,"\u0433\u0430\u0443\u0441\u0441\u043e\u0432\u0430":7,"\u0433\u043b\u0430\u0432\u043d\u043e\u0433\u043e":59,"\u0433\u0440\u0430\u043d\u0438\u0447\u043d\u044b\u0435":11,"\u0433\u0440\u0443\u0431\u043e\u0435":49,"\u0434\u0432\u043e\u0439\u043d\u043e\u0439":17,"\u0434\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0438\u044f":30,"\u0434\u0435\u0440":[32,53,61],"\u0434\u0438\u0444\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0435":41,"\u0434\u043b\u044f":7,"\u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435":3,"\u0434\u0440\u0443\u0433\u0438\u0435":64,"\u0434\u0440\u0443\u0433\u0438\u0445":55,"\u0437\u0430\u0434\u0430\u043d\u0438\u044f":[6,12,21,32,40,44,50,56,61],"\u0437\u0430\u0434\u0430\u0447":[16,55],"\u0437\u0430\u0434\u0430\u0447\u0438":52,"\u0437\u0430\u043f\u0443\u0441\u043a":28,"\u0437\u0430\u0444\u0438\u043a\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438":7,"\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439":19,"\u0438":[17,19,26,27,30,31,35,49,55,56],"\u0438\u0434\u0435\u044f":5,"\u0438\u043d\u0434\u0435\u043a\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435":19,"\u0438\u043d\u0442\u0435\u0433\u0440\u0430\u043b":6,"\u0438\u043d\u0442\u0435\u0433\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435":[5,8],"\u0438\u043d\u0442\u0435\u0433\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f":[6,38],"\u0438\u043d\u0442\u0435\u0440\u0430\u043a\u0442\u0438\u0432\u043d\u044b\u0439":28,"\u0438\u043d\u0442\u0435\u0440\u043f\u043e\u043b\u044f\u0446\u0438\u044f":[13,14,15],"\u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u044b":30,"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0435":29,"\u0438\u0441\u0445\u043e\u0434\u043d\u043e\u0433\u043e":[],"\u0438\u0442\u0435\u0440\u0430\u0446\u0438\u0438":37,"\u043a\u0430\u043a":24,"\u043a\u0430\u043a\u0438\u0435":30,"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u043d\u043e\u0433\u043e":32,"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u0443\u0440":7,"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u0443\u0440\u043d\u044b\u0435":[],"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u0443\u0440\u044b":7,"\u043a\u0432\u0430\u0437\u0438\u043d\u044c\u044e\u0442\u043e\u043d\u043e\u0432\u0441\u043a\u0438\u0435":43,"\u043a\u043e\u043c\u043f\u043e\u0437\u0438\u0442\u043d\u044b\u0435":30,"\u043a\u043e\u043d\u0435\u0447\u043d\u043e\u0439":64,"\u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u0438":20,"\u043a\u043e\u043d\u0446\u0435\u043d\u0442\u0440\u0430\u0446\u0438\u0439":32,"\u043a\u043e\u0440\u043d\u044f":32,"\u043a\u043e\u0442\u0441\u0430":9,"\u043a\u043e\u044d\u0444\u0444\u0438\u0446\u0438\u0435\u043d\u0442\u0430":53,"\u043a\u0440\u0438\u0442\u0435\u0440\u0438\u0439":52,"\u043a\u0440\u043e\u043d\u0440\u043e\u0434\u0430":7,"\u043a\u0443\u0431\u0438\u0447\u0435\u0441\u043a\u0438\u0435":11,"\u043a\u0443\u0441\u043e\u0447\u043d\u043e":15,"\u043a\u0443\u0442\u0442\u0430":42,"\u043b\u0435\u0436\u0430\u043d\u0434\u0440\u0430":[],"\u043b\u0435\u0442\u0443\u0447\u0435\u0441\u0442\u0438":53,"\u043b\u0438\u043d\u0435\u0439\u043d\u0430\u044f":[15,25],"\u043b\u0438\u043d\u0435\u0439\u043d\u044b\u0435":57,"\u043b\u0438\u043d\u0435\u0439\u043d\u044b\u0439":47,"\u043b\u0438\u043d\u0435\u0439\u043d\u044b\u0445":54,"\u043b\u0438\u0442\u0435\u0440\u0430\u0442\u0443\u0440\u0430":0,"\u043b\u043e\u0431\u0430\u0442\u0442\u043e":7,"\u043b\u043e\u0433\u0438\u0447\u0435\u0441\u043a\u0438\u0435":27,"\u043c\u0430\u0441\u0441\u0438\u0432\u044b":19,"\u043c\u0430\u0442\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f":52,"\u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u044b":3,"\u043c\u0435\u0440\u044b":17,"\u043c\u0435\u0442\u043e\u0434":[10,31,34,35,36,37,39,43,48,56,63,64],"\u043c\u0435\u0442\u043e\u0434\u0430":[34,36,42,48,64],"\u043c\u0435\u0442\u043e\u0434\u044b":[30,31,38,42,43,45],"\u043c\u043d\u043e\u0436\u0435\u0441\u0442\u0432\u043e":17,"\u043c\u043e\u0434\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f":48,"\u043c\u043e\u0434\u0443\u043b\u0438":26,"\u043c\u043e\u0434\u0443\u043b\u044f":26,"\u043d\u0430\u0434":29,"\u043d\u0430\u0437\u0430\u0434":47,"\u043d\u0430\u0439\u0442\u0438":24,"\u043d\u0430\u0447\u0430\u043b\u044c\u043d\u043e\u0435":49,"\u043d\u0435":27,"\u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435":27,"\u043d\u0435\u043b\u0438\u043d\u0435\u0439\u043d\u044b\u0435":[33,62],"\u043d\u0435\u043f\u0440\u0435\u0440\u044b\u0432\u043d\u043e\u0441\u0442\u0438":11,"\u043d\u0435\u044f\u0432\u043d\u044b\u0435":42,"\u043d\u043e\u0443\u0442\u0431\u0443\u043a\u0430\u0445":28,"\u043d\u0443\u0436\u043d\u043e":50,"\u043d\u0443\u043b\u0438":[],"\u043d\u044c\u044e\u0442\u043e\u043d\u0430":[9,35,48,63],"\u043e":22,"\u043e\u0431\u0437\u043e\u0440":55,"\u043e\u0431\u0440\u0430\u0442\u043d\u0430\u044f":56,"\u043e\u0431\u0443\u0441\u043b\u043e\u0432\u043b\u0435\u043d\u043d\u043e\u0441\u0442\u0438":16,"\u043e\u0431\u0443\u0441\u043b\u043e\u0432\u043b\u0435\u043d\u043d\u043e\u0441\u0442\u044c":[16,54],"\u043e\u0431\u044a\u0451\u043c":53,"\u043e\u0431\u044a\u0451\u043c\u0430":[],"\u043e\u0431\u044b\u043a\u043d\u043e\u0432\u0435\u043d\u043d\u044b\u0435":41,"\u043e\u0434\u0443":40,"\u043e\u043f\u0435\u0440\u0430\u0442\u043e\u0440\u044b":27,"\u043e\u043f\u0435\u0440\u0430\u0446\u0438\u0438":29,"\u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435":34,"\u043e\u043f\u0442\u0438\u043c\u0438\u0437\u0430\u0446\u0438\u0438":45,"\u043e\u0440\u0431\u0438\u0442\u0430":40,"\u043e\u0441":24,"\u043e\u0441\u043d\u043e\u0432\u043d\u044b\u0435":[],"\u043e\u0441\u043d\u043e\u0432\u044b":23,"\u043e\u0441\u043e\u0431\u0435\u043d\u043d\u043e\u0441\u0442\u0438":17,"\u043e\u0446\u0435\u043d\u043a\u0430":[16,54],"\u043e\u0448\u0438\u0431\u043e\u043a":[16,54],"\u043f\u0430\u043a\u0435\u0442\u0430":21,"\u043f\u0430\u043a\u0435\u0442\u044b":26,"\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0438\u0447\u0435\u0441\u043a\u0438\u0435":30,"\u043f\u0435\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u0435":27,"\u043f\u043b\u0430\u0432\u0430\u044e\u0449\u0435\u0439":17,"\u043f\u043e":15,"\u043f\u043e\u0434\u0441\u043a\u0430\u0437\u043a\u0438":12,"\u043f\u043e\u0434\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430":56,"\u043f\u043e\u0438\u0441\u043a":47,"\u043f\u043e\u043b\u0438\u043d\u043e\u043c\u0430":[],"\u043f\u043e\u043b\u0438\u043d\u043e\u043c\u0438\u0430\u043b\u044c\u043d\u0430\u044f":14,"\u043f\u043e\u043d\u0430\u0434\u043e\u0431\u0438\u0442\u0441\u044f":50,"\u043f\u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430":52,"\u043f\u043e\u0447\u0435\u043c\u0443":27,"\u043f\u043e\u044f\u0441\u043d\u0435\u043d\u0438\u0435":15,"\u043f\u0440\u0430\u043a\u0442\u0438\u043a\u0430":17,"\u043f\u0440\u0430\u043a\u0442\u0438\u043a\u0443\u043c\u0430":4,"\u043f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435":46,"\u043f\u0440\u0435\u0434\u043c\u0435\u0442":4,"\u043f\u0440\u0435\u0434\u043e\u0441\u0442\u043e\u0440\u043e\u0436\u043d\u043e\u0441\u0442\u0438":17,"\u043f\u0440\u0438\u0431\u043b\u0438\u0436\u0435\u043d\u0438\u0435":[49,64],"\u043f\u0440\u0438\u0432\u0435\u0434\u0435\u043d\u0430":27,"\u043f\u0440\u0438\u043c\u0435\u0440":[26,30,42],"\u043f\u0440\u0438\u0441\u0432\u0430\u0438\u0432\u0430\u043d\u0438\u0435":19,"\u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0430":50,"\u043f\u0440\u043e\u0433\u043e\u043d\u043a\u0438":56,"\u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c":28,"\u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f":23,"\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u0435":58,"\u043f\u0440\u043e\u0441\u0442\u043e\u0439":37,"\u043f\u0440\u044f\u043c\u0430\u044f":56,"\u043f\u0440\u044f\u043c\u043e\u0443\u0433\u043e\u043b\u044c\u043d\u0438\u043a\u043e\u0432":9,"\u0440\u0430\u0431\u043e\u0442\u0430":28,"\u0440\u0430\u0431\u043e\u0442\u044b":17,"\u0440\u0430\u0432\u043d\u043e\u0432\u0435\u0441\u0438\u0435":61,"\u0440\u0430\u0432\u043d\u043e\u043e\u0442\u0441\u0442\u043e\u044f\u0449\u0438\u0445":14,"\u0440\u0430\u0437\u0431\u0438\u0435\u043d\u0438\u0435":[],"\u0440\u0430\u0437\u043b\u043e\u0436\u0435\u043d\u0438\u0435":[1,55,58,59],"\u0440\u0430\u0437\u043b\u043e\u0436\u0435\u043d\u0438\u0439":55,"\u0440\u0430\u0437\u043d\u043e\u0441\u0442\u044c\u044e":64,"\u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438":26,"\u0440\u0430\u0437\u0440\u0435\u0436\u0435\u043d\u043d\u043e\u0433\u043e":12,"\u0440\u0430\u0444\u0441\u043e\u043d\u0430":35,"\u0440\u0435\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f":[5,10,11,14,34,36,38,39,43,48,60,63,64],"\u0440\u0435\u0436\u0438\u043c":28,"\u0440\u0435\u0448\u0435\u043d\u0438\u0435":[40,49,58],"\u0440\u0435\u0448\u0435\u043d\u0438\u044f":49,"\u0440\u0435\u0448\u0438\u0442\u0435":[],"\u0440\u0438\u0434\u0434\u0435\u0440\u0441\u0430":36,"\u0440\u0438\u0447\u0430\u0440\u0434\u0441\u043e\u043d\u0430":10,"\u0440\u043a4":42,"\u0440\u043e\u043c\u0431\u0435\u0440\u0433\u0430":10,"\u0440\u0443\u043d\u0433\u0435":42,"\u0441":[7,17],"\u0441\u0432\u0435\u0434\u0435\u043d\u0438\u044f":46,"\u0441\u0434\u0435\u043b\u0430\u0442\u044c":50,"\u0441\u0435\u043a\u0443\u0449\u0438\u0445":35,"\u0441\u0438\u043b\u044c\u043d\u044b\u0439":47,"\u0441\u0438\u043c\u043f\u0441\u043e\u043d\u0430":9,"\u0441\u0438\u043d\u0442\u0430\u043a\u0441\u0438\u0441\u0443":15,"\u0441\u0438\u0441\u0442\u0435\u043c":54,"\u0441\u0438\u0441\u0442\u0435\u043c\u0430":[7,30],"\u0441\u0438\u0441\u0442\u0435\u043c\u044b":[40,56,57,58,60,62],"\u0441\u043a\u0440\u0438\u043f\u0442\u043e\u0432\u044b\u0439":28,"\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435":[],"\u0441\u043b\u0443\u0447\u0430\u0439":14,"\u0441\u043e\u0431\u0438\u0440\u0430\u0435\u043c":49,"\u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435":21,"\u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0435":21,"\u0441\u043e\u0441\u0442\u0430\u0432\u043d\u044b\u0445":22,"\u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u044f":[32,53],"\u0441\u043f\u0435\u043a\u0442\u0440\u0430\u043b\u044c\u043d\u043e\u0435":55,"\u0441\u043f\u043b\u0430\u0439\u043d\u0430":11,"\u0441\u043f\u043b\u0430\u0439\u043d\u044b":11,"\u0441\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u0435":27,"\u0441\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u044f":27,"\u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u043e\u0441\u0442\u0438":[50,52],"\u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u043e\u0441\u0442\u044c":51,"\u0441\u0442\u0440\u043e\u043a\u0430\u043c\u0438":29,"\u0441\u0442\u0440\u043e\u043a\u0438":29,"\u0441\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u044c":[6,11,15,37,42],"\u0442\u0430\u043a\u0436\u0435":50,"\u0442\u0438\u043f\u0430":7,"\u0442\u0438\u043f\u043e\u0432":30,"\u0442\u0438\u043f\u044b":[27,30],"\u0442\u043e\u0447\u0435\u043a":14,"\u0442\u043e\u0447\u043a\u0438":[],"\u0442\u043e\u0447\u043a\u043e\u0439":17,"\u0442\u043e\u0447\u043d\u043e\u0441\u0442\u0438":17,"\u0442\u0440\u0430\u043f\u0435\u0446\u0438\u0439":9,"\u0442\u0440\u0435\u0443\u0433\u043e\u043b\u044c\u043d\u044b\u0435":60,"\u0443\u0434\u0432\u043e\u0435\u043d\u0438\u0435":10,"\u0443\u0437\u043b\u0430\u043c\u0438":7,"\u0443\u0437\u043b\u043e\u0432":10,"\u0443\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044c":2,"\u0443\u043f\u0440\u0430\u0432\u043b\u044f\u044e\u0449\u0438\u0435":20,"\u0443\u043f\u0440\u0430\u0436\u0435\u043d\u0435\u043d\u0438\u044f":[],"\u0443\u043f\u0440\u0430\u0436\u0435\u043d\u0438\u044f":[7,9],"\u0443\u043f\u0440\u0430\u0436\u043d\u0435\u043d\u0438\u044f":[21,22,31,53],"\u0443\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u0435":[32,53],"\u0443\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u0439":[7,56,57,58,62],"\u0443\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u044f":[32,33,41,61],"\u0443\u0441\u043b\u043e\u0432\u0438\u044f":[11,47],"\u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430":24,"\u0443\u0442\u043e\u0447\u043d\u0451\u043d\u043d\u043e\u0435":49,"\u0444\u0430\u0437\u043e\u0432\u043e\u0435":61,"\u0444\u0430\u0437\u043e\u0432\u044b\u0445":32,"\u0444\u0430\u0437\u044b":53,"\u0444\u0430\u0439\u043b":24,"\u0444\u0430\u0439\u043b\u0430":[],"\u0444\u043e\u0440\u043c\u0430":27,"\u0444\u043e\u0440\u043c\u0443\u043b\u0430":9,"\u0444\u043e\u0440\u043c\u0443\u043b\u044b":[7,9,38],"\u0444\u0443\u043d\u043a\u0446\u0438\u0438":[15,19,22,27],"\u0444\u0443\u043d\u043a\u0446\u0438\u0439":19,"\u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0435":27,"\u0445\u043e\u043b\u0435\u0446\u043a\u043e\u0433\u043e":[1,55],"\u0446\u0438\u043a\u043b\u044b":20,"\u0447\u0430\u0441\u0442\u0438\u0447\u043d\u043e":7,"\u0447\u0430\u0441\u0442\u043e":29,"\u0447\u0438\u0441\u0435\u043b":17,"\u0447\u0438\u0441\u043b\u0430":[10,17,27],"\u0447\u0438\u0441\u043b\u0430\u043c\u0438":17,"\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u043e\u0435":8,"\u0447\u0438\u0441\u043b\u043e":16,"\u0447\u0442\u043e":50,"\u0448\u0430\u0433\u0430":38,"\u044d\u0439\u043b\u0435\u0440\u0430":39,"\u044d\u043a\u0441\u0442\u0440\u0430\u043f\u043e\u043b\u044f\u0446\u0438\u044f":10,"\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430":59,"\u044d\u043b\u043b\u0438\u043f\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f":40,"\u044d\u0442\u0430\u043f\u043d\u043e\u0433\u043e":42,"\u044f\u0437\u044b\u043a":3,"\u044f\u0437\u044b\u043a\u0430":23,"\u044f\u043a\u043e\u0431\u0438\u0430\u043d":49,"\u044f\u043a\u043e\u0431\u0438\u0430\u043d\u0430":64,"float":17,"import":[],base:24,bool:27,broadcast:19,dispatch:30,dr:22,falsi:31,hat:15,itp:34,julia:[3,23,59],linux:24,lu:[55,58],maco:24,multipl:30,plu:59,pt:51,qr:55,rc:24,regula:31,tl:22,us:[],window:24}})
\ No newline at end of file
+Search.setIndex({docnames:["appendix/bibliography","appendix/cholesky","appendix/genindex","appendix/materials","index","integration/adaptive","integration/ex","integration/gauss","integration/index","integration/newton_cotes","integration/romberg","interpolation/cubic_spline","interpolation/ex","interpolation/index","interpolation/polynomial","interpolation/pwlinear","intro/cond","intro/float","intro/index","julia/arrays","julia/controlflow","julia/ex","julia/functions","julia/index","julia/install","julia/linearalgebra","julia/modules","julia/numbers","julia/run","julia/strings","julia/types_methods_dispatch","nlroot/bisection_regula_falsi","nlroot/ex","nlroot/index","nlroot/itp","nlroot/newton_secant","nlroot/ridders","nlroot/simpleiter","ode/adaptive_rungekutta","ode/euler","ode/ex","ode/index","ode/rungekutta","optim/bfgs","optim/ex","optim/index","optim/intro","optim/linesearch","optim/newton","ptstability/algorithm","ptstability/exercise","ptstability/index","ptstability/problem","ptstability/vanderwaals","syslinear/conditioning","syslinear/decompose_overview","syslinear/ex","syslinear/index","syslinear/lu","syslinear/plu","syslinear/triangular","sysnonlinear/ex","sysnonlinear/index","sysnonlinear/newton","sysnonlinear/quasinewton"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":5,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":3,"sphinx.domains.rst":2,"sphinx.domains.std":2,"sphinx.ext.intersphinx":1,"sphinxcontrib.bibtex":9,sphinx:56},filenames:["appendix/bibliography.md","appendix/cholesky.md","appendix/genindex.md","appendix/materials.md","index.md","integration/adaptive.md","integration/ex.md","integration/gauss.md","integration/index.md","integration/newton_cotes.md","integration/romberg.md","interpolation/cubic_spline.md","interpolation/ex.md","interpolation/index.md","interpolation/polynomial.md","interpolation/pwlinear.md","intro/cond.md","intro/float.md","intro/index.md","julia/arrays.md","julia/controlflow.md","julia/ex.md","julia/functions.md","julia/index.md","julia/install.md","julia/linearalgebra.md","julia/modules.md","julia/numbers.md","julia/run.md","julia/strings.md","julia/types_methods_dispatch.md","nlroot/bisection_regula_falsi.md","nlroot/ex.md","nlroot/index.md","nlroot/itp.md","nlroot/newton_secant.md","nlroot/ridders.md","nlroot/simpleiter.md","ode/adaptive_rungekutta.md","ode/euler.md","ode/ex.md","ode/index.md","ode/rungekutta.md","optim/bfgs.md","optim/ex.md","optim/index.md","optim/intro.md","optim/linesearch.md","optim/newton.md","ptstability/algorithm.md","ptstability/exercise.md","ptstability/index.md","ptstability/problem.md","ptstability/vanderwaals.md","syslinear/conditioning.md","syslinear/decompose_overview.md","syslinear/ex.md","syslinear/index.md","syslinear/lu.md","syslinear/plu.md","syslinear/triangular.md","sysnonlinear/ex.md","sysnonlinear/index.md","sysnonlinear/newton.md","sysnonlinear/quasinewton.md"],objects:{},objnames:{},objtypes:{},terms:{"0":[0,1,4,5,7,8,9,10,11,12,14,15,16,17,19,21,22,25,26,27,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,52,53,54,55,56,58,59,60,61,62,63,64],"00":[10,19],"0000000000000002":17,"0000000000000004":17,"000000000000001":17,"000000000000001e15":17,"0000000000000258":63,"0000000000145521":31,"0000000001588":17,"0000000136175218":64,"0000000136175238":64,"000002000001":17,"0000020000010001":17,"0009":0,"0009250986871032":0,"0011111111101111111111111111111111111111111111111111111111111111":17,"0011111111110000000000000000000000000000000000000000000000000000":17,"0011111111110000000000000000000000000000000000000000000000000001":17,"0027":50,"002895854782196e":64,"0049":50,"004999999999999005":16,"005":[16,32],"0061":29,"0074":50,"009":12,"01":[10,32],"010":50,"0100000000000110010001011010000111001010110000001000001100010010":17,"0111111111110000000000000000000000000000000000000000000000000000":17,"0111111111111000000000000000000000000000000000000000000000000000":17,"012114":50,"0140":50,"016":19,"02":[0,10,32,51,52,53],"0270":50,"03":[0,10],"031":0,"03696":50,"0378":[0,50],"0378381282850012":0,"03925e8":19,"03_integr":[],"03b1":29,"043":12,"043384162370539096":5,"05":[0,11,14,15,19],"0521880688":0,"05532":0,"066904324417919e":64,"06849315068493142":59,"06849315068493152":[],"06849315068493178":58,"07":28,"07143":50,"08":10,"0926":0,"0934375e7":19,"0\u03f5":17,"0_i":52,"0e":[17,31,34,36],"0e15":17,"0e16":17,"0im":[27,30],"1":[0,1,5,6,7,8,9,10,11,12,14,15,16,17,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,52,53,54,55,56,57,58,59,61,62,63,64],"10":[0,6,10,11,12,15,16,17,19,20,22,25,27,28,29,30,31,32,34,36,39,42,44,47,50,53,55,56,63,64],"100":[6,10,12,17,19,30,37,42,44,47],"1000":[11,12,15,17,36,38,42],"10000":[10,11,15,17,19,38],"1000000":19,"1007":0,"1016":[0,50],"1017":0,"1021":0,"1022":17,"1023":17,"1024":17,"103":10,"1084580":0,"1088":[0,50],"109":19,"10958904109589038":[],"10958904109589052":59,"10958904109589054":58,"11":[0,5,10,11,17,19,22,25,53,56,57,58,59,60],"110":10,"1102230246251565e":[16,17,63],"1109":0,"111":1,"1111111111110000000000000000000000000000000000000000000000000000":17,"1111111111111111":34,"11111111111111119":34,"1116":[36,37],"1119":0,"112":58,"113":12,"1137":0,"1145":0,"117":30,"1196":59,"12":[5,6,9,10,11,19,22,38,49,53,56,57,60],"120":10,"1205v1":0,"121":10,"122":10,"122522761639829e":64,"1244":0,"125":[17,59],"1260":0,"12877":0,"13":[0,5,10,11,16,17,36,53,55,58,59,60,63],"1303":0,"1309":0,"137":12,"14":[0,5,10,11,17,28,29,42,53,60,63],"1402":0,"141000671":0,"1415926535897":27,"144":10,"15":[5,7,10,11,12,14,15,17,19,21,22,25,49,50,55,58],"150":22,"15x":[11,14,15],"16":[0,5,10,12,16,17,22,32,35,39,56,58,59,63],"161":0,"16185":64,"163":0,"16667":58,"17":10,"171":10,"1742":50,"18":10,"19":[0,11,50],"190":[12,30],"1901":52,"1936":29,"194":19,"1960":7,"1971":0,"1979":0,"1981":1,"1982":[0,50],"1985":17,"1986":0,"1989":0,"1992":0,"1_000_000":[19,30],"1e":[1,5,10,17,31,35,36,38,43,47,48,63,64],"1e15":17,"1e16":17,"1e3":36,"1f0":17,"1n":57,"2":[0,1,5,6,7,8,9,10,11,12,14,15,16,17,19,20,21,22,24,25,26,27,28,29,30,31,32,34,35,36,37,38,39,40,41,43,44,46,47,48,49,50,52,53,55,56,58,59,61,63,64],"20":[7,10,11,19,20,22,30,38,58],"200":[11,14,15,32,43,48],"2000":[11,15,49],"20006":50,"2001":0,"2002":0,"2007":0,"201":19,"2012":23,"2014":0,"2016":0,"2017":0,"2019":[3,17,47],"2020":[0,3,50],"2021":28,"2022":[0,28,51],"2023":28,"21":[7,10,42,57,60],"210":10,"2118":0,"213441907654271e":64,"22":[0,7,19,25,57,58,59,60],"220446049250313e":[17,58,59,63],"22045e":[58,59],"2208":32,"2250738585072014e":17,"23":[7,34,60],"232595164407831e":37,"235294117647059":31,"24":[9,10,20,38,60],"2410":50,"2463":32,"25":[0,5,17,19,21,25,29,31,32,35,36,37,42],"2509":0,"256":10,"26":[0,9,19,30],"264":19,"269":0,"27":32,"272":[10,37],"275":19,"28":[0,30],"281":[0,10],"2878587085651816e":63,"2880":9,"290":30,"2902":19,"29313":50,"294":50,"295":19,"2\u03b1":47,"2\u043e\u0435":47,"2_":11,"2_1":[11,14],"2_2":14,"2_i":14,"2_k":11,"2_n":14,"2cosh":[39,42],"2e":[19,34,61],"2exp":[39,42],"2f":29,"2f0":17,"2h_":11,"2h_1":11,"2h_4":10,"2i":10,"2k\u2081":38,"2m":[7,42],"2md":36,"2mn":55,"2n":[7,9,10,11,57],"2nd":3,"2t":40,"2x":[5,9,10,11,14,15,22,30,35,37],"2x\u2081":[63,64],"2x\u2082":[63,64],"2x_1":63,"2x_2":63,"3":[0,1,5,6,7,8,9,10,11,12,14,15,16,17,19,20,21,22,24,25,26,27,29,30,31,32,35,36,37,38,39,40,42,47,49,50,52,53,55,56,58,59,61,63,64],"30":[22,25],"300":[12,19],"30000000000000004":17,"308":17,"31":[12,42,60],"311":50,"3121":32,"314":19,"315":32,"32":[25,37,42,60],"321":30,"32362":50,"326":30,"327485972841714e":64,"33":[36,37,60],"3333":58,"3333330286952693":64,"33333333333333315":63,"3333333333333333":[],"34":[32,34,60],"341":10,"3420434608094782":5,"3423597":0,"35":[10,32,36,37],"350":19,"3500":15,"35000":0,"3510":55,"3547104419557727":36,"36":[19,36,37],"360":[36,37],"365":19,"370":[10,36],"375":[17,59],"3769531543038624e":64,"38":[36,59],"3800":10,"3812":[0,50],"38356164383561636":[58,59],"3835616438356165":[],"3865423776775579":5,"392":17,"396595270071815e":35,"398":19,"39842":50,"3\u03c4":38,"3_k":11,"3f0":17,"3h":[5,11],"3im":27,"3k\u2082":38,"3n":7,"3rd":0,"3v_r":61,"3vr":32,"3x":[22,30],"3x\u2082":[63,64],"4":[0,5,7,9,10,11,12,14,15,16,17,19,20,21,22,25,26,28,30,31,34,35,36,37,38,40,42,47,50,51,52,55,56,58,59,60,63,64],"40":[0,10,11,32],"400":[11,19],"402":19,"4068746168049984e":17,"41":[0,19,60],"41421":64,"42":[19,49,60],"429":32,"43":[10,60],"433":12,"434":10,"44":[12,60],"440892098500626e":[17,58,59],"441":10,"44107":12,"45":19,"452":10,"46":[19,50],"470":19,"4920040357185245e":64,"4999502":30,"4999998826044423":64,"4999999895175518":64,"49999999999999994":19,"4a":50,"4g":32,"4k\u2083":38,"4n":11,"4t_f":5,"4v_r":61,"4x\u2081":[63,64],"4x\u2082":[63,64],"4x_1":63,"4x_2":63,"5":[0,5,7,8,9,10,11,12,14,15,16,19,20,21,22,25,27,30,31,32,34,35,36,37,38,42,43,48,49,50,52,55,56,58,59,63,64],"50":[0,28,42,63,64],"500":[15,19,42],"5000000000000001":63,"5000000000000002":63,"5000000339688467":64,"5000004907722759":64,"5020139961":0,"507":0,"52":17,"528":30,"53":10,"534":30,"5360":19,"54":50,"564":[19,29],"5671432904087239":34,"5671432904097838":34,"57":10,"570606194861277e":59,"578947":59,"582":10,"583853":49,"5838531634528576":49,"588205122970976e":17,"59":0,"5e":42,"5im":[27,30],"5k\u2081":38,"5x":[16,30],"6":[5,9,10,11,12,15,16,17,19,21,22,24,25,28,29,30,31,32,34,35,36,37,42,49,52,53,56,58,59,61,63,64],"600":12,"601":16,"607822215747618e16":36,"61197":0,"61776":59,"618":[34,35],"619":19,"62":47,"625":59,"627":0,"63":[19,30],"639":10,"64":[17,19,24],"640":19,"65":0,"650":10,"6593":50,"6596":50,"666":10,"6666666666666665":63,"6666666666666666":31,"6666666787349111":64,"666667":64,"667694529838286e":64,"69036":0,"693":32,"6h_k":11,"7":[5,7,9,10,11,14,17,19,22,25,30,32,38,49,50,55,58,59,61,62,63,64],"706564":59,"707107":64,"71":[0,12],"71053":59,"711":10,"713":19,"715":10,"7182818284590":27,"72":[29,38],"72715225139109e":63,"73":59,"731":0,"733":19,"7416573867739413":25,"742":0,"746":10,"7468015338900317":7,"75":[19,21,59],"754":17,"76":21,"766":30,"767":19,"7763568394002505e":58,"78":19,"784":17,"789":19,"79":10,"790":19,"794375e7":19,"7976931348623157e308":17,"8":[9,10,11,12,17,19,21,22,25,29,30,32,34,35,36,37,38,49,56,58,59,61,64],"805":19,"81":0,"811":19,"81579":59,"818":58,"82":[0,50],"822":12,"83":[0,30],"832":19,"83333":58,"841471":64,"85":[0,5,19,21,32,61],"85001":[0,50],"8526055020137255":37,"86":0,"8660254037844386":19,"8660254037844388":19,"87":[19,30],"87103":0,"876712328767123":58,"8767123287671232":59,"88":19,"881784197001252e":[58,59],"89":[0,5,9,10,33,39,42],"896":19,"8b":0,"8c":0,"8f":0,"8tr":32,"9":[0,5,9,10,11,17,19,22,30,31,32,34,37,38,47,50,52,53,56,58,59,61,64],"901":19,"907":19,"90909":58,"909297426825682":49,"91":12,"92":[0,30],"921":19,"9221":0,"923":19,"93":[0,12],"930":19,"932":19,"937537433415741e":64,"9430":50,"946":50,"94688":0,"94773":64,"95":[0,32],"9539925233402757e":17,"973":19,"976":19,"978":0,"9781838648817":0,"979":0,"98":0,"980":0,"9806":0,"9897278269453977e":16,"99":[10,17,61],"990":19,"996":12,"997":19,"998":10,"999":[5,12,36],"9999997854232789":31,"9999999480032629":64,"9999999480032709":64,"9999999999986":17,"99999999999998":17,"9999999999999996":17,"9999999999999998":17,"9999999999999999":17,"9d":0,"\u00b9":12,"\u00e5":12,"\u03b1":[26,27,29,43,47,48],"\u03b10":47,"\u03b1\u2081":27,"\u03b1hi":47,"\u03b1lo":47,"\u03b1max":47,"\u03b1prev":47,"\u03b2":47,"\u03b2\u00b2":1,"\u03b3":1,"\u03b3\u03be":1,"\u03b4":[1,11,15,34,38,64],"\u03b4x":[35,63,64],"\u03b5":12,"\u03b8":1,"\u03ba\u2081":34,"\u03ba\u2082":34,"\u03bc":12,"\u03bcs":[10,19],"\u03bd":1,"\u03be":1,"\u03c0":[19,27,29],"\u03c1":19,"\u03c3":[10,12,17,19,34,47],"\u03c4":[38,39,42],"\u03c6":22,"\u03c6_":15,"\u03c6_k":15,"\u03f5":17,"\u0430":[0,4,5,7,8,9,10,11,12,14,15,16,17,19,21,23,26,27,28,30,32,33,34,36,37,38,39,40,41,42,43,45,47,48,49,51,52,53,55,56,58,59,62,63,64],"\u0430\u0431\u0441\u043e\u043b\u044e\u0442\u043d\u0430\u044f":5,"\u0430\u0431\u0441\u043e\u043b\u044e\u0442\u043d\u043e\u0435":31,"\u0430\u0431\u0441\u043e\u043b\u044e\u0442\u043d\u043e\u0439":10,"\u0430\u0431\u0441\u043e\u043b\u044e\u0442\u043d\u043e\u043c\u0443":24,"\u0430\u0431\u0441\u043e\u043b\u044e\u0442\u043d\u0443\u044e":[5,17],"\u0430\u0431\u0441\u043e\u043b\u044e\u0442\u043d\u044b\u0435":1,"\u0430\u0431\u0441\u043e\u043b\u044e\u0442\u043d\u044b\u043c":59,"\u0430\u0431\u0441\u043e\u043b\u044e\u0442\u043d\u044b\u0445":[52,59],"\u0430\u0431\u0441\u0442\u0440\u0430\u0433\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u044f":[],"\u0430\u0431\u0441\u0442\u0440\u0430\u043a\u0442\u043d\u043e\u0433\u043e":[],"\u0430\u0431\u0441\u0442\u0440\u0430\u043a\u0442\u043d\u044b\u0435":30,"\u0430\u0431\u0441\u0442\u0440\u0430\u043a\u0442\u043d\u044b\u0439":[19,30],"\u0430\u0431\u0441\u0442\u0440\u0430\u043a\u0442\u043d\u044b\u043c":30,"\u0430\u0431\u0441\u0442\u0440\u0430\u043a\u0442\u043d\u044b\u0445":30,"\u0430\u0431\u0441\u0446\u0438\u0441\u0441":[15,31],"\u0430\u0431\u0441\u0446\u0438\u0441\u0441\u0430":11,"\u0430\u0431\u0441\u0446\u0438\u0441\u0441\u044b":[15,34,35],"\u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438":[5,19,20,24,26,28,30],"\u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439":49,"\u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u043c":49,"\u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e":49,"\u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0435":[30,49],"\u0430\u0432\u0442\u043e\u0440\u0430\u043c":49,"\u0430\u0432\u0442\u043e\u0440\u0430\u043c\u0438":34,"\u0430\u0432\u0442\u043e\u0440\u0435":26,"\u0430\u0432\u0442\u043e\u0440\u044b":[34,51],"\u0430\u0434\u0430\u043f\u0442\u0430\u0446\u0438\u0438":38,"\u0430\u0434\u0430\u043f\u0442\u0438\u0432\u043d\u043e":5,"\u0430\u0434\u0430\u043f\u0442\u0438\u0432\u043d\u043e\u0433\u043e":38,"\u0430\u0434\u0430\u043f\u0442\u0438\u0432\u043d\u043e\u0435":38,"\u0430\u0434\u0430\u043f\u0442\u0438\u0432\u043d\u044b\u043c":38,"\u0430\u0434\u0430\u043f\u0442\u0438\u0432\u043d\u044b\u043c\u0438":5,"\u0430\u0434\u0434\u0438\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u0438":52,"\u0430\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440\u0430":24,"\u0430\u0437\u043e\u0442":50,"\u0430\u043a\u043a\u0443\u043c\u0443\u043b\u044f\u0446\u0438\u044f":[],"\u0430\u043a\u043a\u0443\u0440\u0430\u0442\u043d\u0435\u0435":17,"\u0430\u043a\u043a\u0443\u0440\u0430\u0442\u043d\u043e":5,"\u0430\u043a\u0442\u0438\u0432\u043d\u043e":37,"\u0430\u043b\u0433\u0435\u0431\u0440\u0430\u0438\u0447\u0435\u0441\u043a\u0438\u0435":17,"\u0430\u043b\u0433\u0435\u0431\u0440\u0430\u0438\u0447\u0435\u0441\u043a\u0438\u0439":[7,9],"\u0430\u043b\u0433\u0435\u0431\u0440\u044b":[21,25,30,57],"\u0430\u043b\u0433\u043e\u0440\u0438\u0442\u043c":[5,10,16,17,34,37,38,45,47,55,56,58,59,60],"\u0430\u043b\u0433\u043e\u0440\u0438\u0442\u043c\u0430":[6,16,31,34,35,38,42,43,47,48,49,58,64],"\u0430\u043b\u0433\u043e\u0440\u0438\u0442\u043c\u0430\u043c":16,"\u0430\u043b\u0433\u043e\u0440\u0438\u0442\u043c\u0430\u0445":[16,55],"\u0430\u043b\u0433\u043e\u0440\u0438\u0442\u043c\u0435":34,"\u0430\u043b\u0433\u043e\u0440\u0438\u0442\u043c\u043e\u0432":[44,60],"\u0430\u043b\u0433\u043e\u0440\u0438\u0442\u043c\u043e\u043c":[14,56,59,60,63],"\u0430\u043b\u0433\u043e\u0440\u0438\u0442\u043c\u0443":[49,55],"\u0430\u043b\u0433\u043e\u0440\u0438\u0442\u043c\u044b":5,"\u0430\u043b\u0435\u043a\u0441\u0430\u043d\u0434\u0440":7,"\u0430\u043b\u043a\u0430\u043d\u044b":50,"\u0430\u043b\u043b\u043e\u043a\u0430\u0446\u0438\u0435\u0439":19,"\u0430\u043b\u043b\u043e\u043a\u0430\u0446\u0438\u0438":[19,63],"\u0430\u043b\u043b\u043e\u0446\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435":10,"\u0430\u043b\u043b\u043e\u0446\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f":63,"\u0430\u043b\u043b\u043e\u0446\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u044f":59,"\u0430\u043b\u043b\u043e\u0446\u0438\u0440\u0443\u0435\u0442":15,"\u0430\u043b\u043b\u043e\u0446\u0438\u0440\u0443\u044e\u0449\u0438\u0445":56,"\u0430\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u0430":47,"\u0430\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u043d\u043e\u0435":39,"\u0430\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u043d\u044b\u0439":20,"\u0430\u043d\u0430\u043b\u0438\u0437":38,"\u0430\u043d\u0430\u043b\u0438\u0437\u0435":8,"\u0430\u043d\u0430\u043b\u0438\u0442\u0438\u0447\u0435\u0441\u043a\u0438":[4,12,15,30,43,49,64],"\u0430\u043d\u0430\u043b\u0438\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439":44,"\u0430\u043d\u0430\u043b\u0438\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0439":49,"\u0430\u043d\u0430\u043b\u0438\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u043c":49,"\u0430\u043d\u0430\u043b\u0438\u0442\u0438\u0447\u0435\u0441\u043a\u0443\u044e":[4,49],"\u0430\u043d\u0430\u043b\u043e\u0433":[19,33,42],"\u0430\u043d\u0430\u043b\u043e\u0433\u0430\u043c":27,"\u0430\u043d\u0430\u043b\u043e\u0433\u0430\u043c\u0438":22,"\u0430\u043d\u0430\u043b\u043e\u0433\u0438":17,"\u0430\u043d\u0430\u043b\u043e\u0433\u0438\u0438":[7,54],"\u0430\u043d\u0430\u043b\u043e\u0433\u0438\u0447\u043d\u043e":[11,17,19,22,24,28,37,60],"\u0430\u043d\u0430\u043b\u043e\u0433\u0438\u0447\u043d\u043e\u0435":[7,54],"\u0430\u043d\u0430\u043b\u043e\u0433\u0438\u0447\u043d\u044b":61,"\u0430\u043d\u0430\u043b\u043e\u0433\u0438\u0447\u043d\u044b\u0439":[],"\u0430\u043d\u0430\u043b\u043e\u0433\u043e\u043c":64,"\u0430\u043d\u0433\u043b":[49,52,59],"\u0430\u043d\u0433\u043b\u043e\u044f\u0437\u044b\u0447\u043d\u043e\u0439":17,"\u0430\u043d\u043e\u043d\u0438\u043c\u043d\u0430\u044f":22,"\u0430\u043d\u043e\u043d\u0438\u043c\u043d\u0443\u044e":14,"\u0430\u043d\u043e\u043d\u0438\u043c\u043d\u044b\u0435":22,"\u0430\u043f\u043e\u0441\u0442\u0435\u0440\u0438\u043e\u0440\u043d\u043e\u0439":5,"\u0430\u043f\u043f\u0440\u043e\u043a\u0441\u0438\u043c\u0430\u0446\u0438\u0435\u0439":10,"\u0430\u043f\u043f\u0440\u043e\u043a\u0441\u0438\u043c\u0430\u0446\u0438\u0438":[7,38,39,40,42],"\u0430\u043f\u043f\u0440\u043e\u043a\u0441\u0438\u043c\u0430\u0446\u0438\u044e":42,"\u0430\u043f\u043f\u0440\u043e\u043a\u0441\u0438\u043c\u0430\u0446\u0438\u044f":[39,42],"\u0430\u043f\u043f\u0440\u043e\u043a\u0441\u0438\u043c\u0438\u0440\u043e\u0432\u0430\u0442\u044c":9,"\u0430\u043f\u043f\u0440\u043e\u043a\u0441\u0438\u043c\u0438\u0440\u0443\u0435\u0442":[39,42],"\u0430\u0440\u0433\u0443\u043c\u0435\u043d\u0442":[7,9,21,22,27],"\u0430\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u0430":[16,30,45,56],"\u0430\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u0430\u043c":22,"\u0430\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u0430\u043c\u0438":30,"\u0430\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u043e\u0432":[22,27,30,56],"\u0430\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u043e\u043c":15,"\u0430\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u044b":22,"\u0430\u0440\u0438\u0444\u043c":22,"\u0430\u0440\u0438\u0444\u043c\u0435\u0442\u0438\u043a\u0443":17,"\u0430\u0440\u0438\u0444\u043c\u0435\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0435":30,"\u0430\u0440\u0438\u0444\u043c\u0435\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0439":[20,30],"\u0430\u0440\u0445\u0438\u0432":[21,24],"\u0430\u0440\u0445\u0438\u0442\u0435\u043a\u0442\u0443\u0440\u0443":24,"\u0430\u0441\u043f\u0435\u043a\u0442\u0430":7,"\u0430\u0442\u043e\u043c\u0438\u0441\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u043c":40,"\u0430\u044f":19,"\u0431":[11,39,40,56],"\u0431\u0430\u0437\u0438\u0441":[7,11,15],"\u0431\u0430\u0437\u0438\u0441\u0430":15,"\u0431\u0430\u0437\u0438\u0441\u043e\u043c":15,"\u0431\u0430\u0437\u043e\u0432\u0430\u044f":26,"\u0431\u0430\u0437\u043e\u0432\u043e\u0433\u043e":8,"\u0431\u0430\u0437\u043e\u0432\u043e\u0435":[],"\u0431\u0430\u0437\u043e\u0432\u043e\u0439":30,"\u0431\u0430\u0437\u043e\u0439":12,"\u0431\u0430\u043b\u0430\u043d\u0441\u0430":32,"\u0431\u0430\u0440\u044c\u0435\u0440":42,"\u0431\u0430\u0440\u044c\u0435\u0440\u0430":42,"\u0431\u0430\u0440\u044c\u0435\u0440\u044b":42,"\u0431\u0435\u0437":[4,8,11,19,28],"\u0431\u0435\u0437\u043e\u0431\u044a\u0451\u043c\u043d\u044b\u043c":49,"\u0431\u0435\u0437\u0443\u0441\u043b\u043e\u0432\u043d\u043e\u0433\u043e":48,"\u0431\u0435\u0437\u0443\u0441\u043b\u043e\u0432\u043d\u043e\u0439":[4,45],"\u0431\u0435\u043d\u0447\u043c\u0430\u0440\u043a":[19,30],"\u0431\u0435\u043d\u0447\u043c\u0430\u0440\u043a\u0443":19,"\u0431\u0435\u0440\u0443\u0442":47,"\u0431\u0435\u0440\u0451\u0442\u0441\u044f":[7,26,35,64],"\u0431\u0435\u0441\u043a\u043e\u043d\u0435\u0447\u043d\u043e\u0441\u0442\u0435\u0439":17,"\u0431\u0435\u0441\u043a\u043e\u043d\u0435\u0447\u043d\u043e\u0441\u0442\u044c":17,"\u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a":[26,28],"\u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430":[12,19,23,25,26,28],"\u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430\u043c\u0438":26,"\u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430\u0445":28,"\u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0435":[1,30],"\u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438":[3,24,25,26,57],"\u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0443":[26,28],"\u0431\u0438\u043d\u0430\u0440\u043d\u043e\u043c\u0443":47,"\u0431\u0438\u043d\u0430\u0440\u043d\u044b\u0435":27,"\u0431\u0438\u043d\u0430\u0440\u043d\u044b\u0439":47,"\u0431\u0438\u043d\u043e\u0434\u0430\u043b\u0438":32,"\u0431\u0438\u043d\u043e\u0434\u0430\u043b\u044c":51,"\u0431\u0438\u043d\u043e\u0434\u0430\u043b\u044c\u044e":32,"\u0431\u0438\u043e\u043b\u043e\u0433\u0438\u0438":23,"\u0431\u0438\u0441\u0435\u043a\u0446\u0438\u0435\u0439":31,"\u0431\u0438\u0441\u0435\u043a\u0446\u0438\u0438":34,"\u0431\u0438\u0441\u0435\u043a\u0446\u0438\u044f":34,"\u0431\u0438\u0442":[17,30],"\u0431\u0438\u0442\u0430":17,"\u0431\u0438\u0442\u043e\u0432\u043e\u0435":17,"\u0431\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u044f":[7,30],"\u0431\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u044f\u0442":51,"\u0431\u043b\u0438\u0436\u0430\u0439\u0448\u0435\u0435":17,"\u0431\u043b\u0438\u0436\u0430\u0439\u0448\u0438\u0435":17,"\u0431\u043b\u0438\u0436\u0430\u0439\u0448\u0438\u043c":17,"\u0431\u043b\u0438\u0436\u0430\u0439\u0448\u0438\u0445":21,"\u0431\u043b\u0438\u0436\u0435":5,"\u0431\u043b\u0438\u0437\u043a\u0438\u043c":64,"\u0431\u043b\u0438\u0437\u043a\u0438\u0445":17,"\u0431\u043b\u0438\u0437\u043a\u043e":16,"\u0431\u043b\u0438\u0437\u043a\u0443\u044e":55,"\u0431\u043b\u0438\u0437\u043e\u0441\u0442\u0438":33,"\u0431\u043b\u043e\u043a":[11,20,22],"\u0431\u043b\u043e\u043a\u0438":11,"\u0431\u043b\u043e\u0447\u043d\u0430\u044f":19,"\u0431\u043b\u043e\u0447\u043d\u043e\u0439":[11,19],"\u0431\u043b\u043e\u0447\u043d\u044b\u0435":[11,19],"\u0431\u043e\u0433\u0430\u0442\u0430\u044f":[23,25,27,29],"\u0431\u043e\u0433\u0430\u0446\u043a\u043e\u0433\u043e":38,"\u0431\u043e\u043b\u0435\u0435":[5,7,9,10,11,15,17,20,22,30,31,34,35,37,42,43,47,49,57],"\u0431\u043e\u043b\u044c\u0446\u043c\u0430\u043d\u0430":12,"\u0431\u043e\u043b\u044c\u0448\u0430\u044f":16,"\u0431\u043e\u043b\u044c\u0448\u0435":[10,22,25,27,30,38,42,55],"\u0431\u043e\u043b\u044c\u0448\u0435\u0433\u043e":27,"\u0431\u043e\u043b\u044c\u0448\u0435\u0435":[15,17,21],"\u0431\u043e\u043b\u044c\u0448\u0435\u043c":34,"\u0431\u043e\u043b\u044c\u0448\u0438\u0435":[16,47],"\u0431\u043e\u043b\u044c\u0448\u0438\u0439":53,"\u0431\u043e\u043b\u044c\u0448\u0438\u043c":[42,48],"\u0431\u043e\u043b\u044c\u0448\u0438\u043d\u0441\u0442\u0432\u0430":38,"\u0431\u043e\u043b\u044c\u0448\u0438\u043d\u0441\u0442\u0432\u0435":[24,54],"\u0431\u043e\u043b\u044c\u0448\u0438\u0445":[14,19,40,42],"\u0431\u043e\u043b\u044c\u0448\u043e\u0433\u043e":17,"\u0431\u043e\u043b\u044c\u0448\u043e\u0435":[16,47],"\u0431\u043e\u043b\u044c\u0448\u043e\u0439":[5,14,48],"\u0431\u043e\u043d\u0443\u0441\u044b":21,"\u0431\u0440\u0430\u0442\u044c":[9,38,50],"\u0431\u0440\u043e\u0430\u0434\u043a\u0430\u0441\u0442":58,"\u0431\u0440\u043e\u0430\u0434\u043a\u0430\u0441\u0442\u0430":[12,19,63],"\u0431\u0440\u043e\u0430\u0434\u043a\u0430\u0441\u0442\u043e\u043c":58,"\u0431\u0440\u043e\u0439\u0434\u0435\u043d\u0430":[43,55],"\u0431\u0440\u043e\u0439\u0434\u0435\u043d\u043e\u043c":64,"\u0431\u0440\u0443\u0441\u0438\u043b\u043e\u0432\u0441\u043a\u0438\u0439":0,"\u0431\u0440\u0443\u0441\u0438\u043b\u043e\u0432\u0441\u043a\u043e\u0433\u043e":51,"\u0431\u0443\u0434\u0435\u043c":[4,5,8,10,22,38,39,41,42,45,46,48,49,52,59,62,63,64],"\u0431\u0443\u0434\u0435\u0442":[5,7,11,12,14,19,20,24,29,30,34,35,39,40,43,47,48,49,52,59],"\u0431\u0443\u0434\u0442\u043e":26,"\u0431\u0443\u0434\u0443\u0442":[7,22,26],"\u0431\u0443\u0434\u0443\u0449\u0435\u043c":[3,24],"\u0431\u0443\u0434\u044c\u0442\u0435":[17,63],"\u0431\u0443\u0442\u0430\u043d":50,"\u0431\u0443\u0442\u0447\u0435\u0440\u0430":[38,42],"\u0431\u0443\u0442\u0447\u0435\u0440\u043e\u043c":42,"\u0431\u0444\u0433\u0441":44,"\u0431\u044b":[5,10,14,21,26,27,30,37,38,48,52,60],"\u0431\u044b\u0432\u0430\u0435\u0442":11,"\u0431\u044b\u0432\u0430\u044e\u0442":[22,45,49],"\u0431\u044b\u043b":[7,8,34,59],"\u0431\u044b\u043b\u0430":[7,20,38,40,48,49,64],"\u0431\u044b\u043b\u0438":59,"\u0431\u044b\u043b\u043e":[5,27,42,49],"\u0431\u044b\u0441\u0442\u0440\u0430\u044f":30,"\u0431\u044b\u0441\u0442\u0440\u0435\u0435":[10,28,35],"\u0431\u044b\u0441\u0442\u0440\u043e":[10,42],"\u0431\u044b\u0441\u0442\u0440\u043e\u0433\u043e":[24,30],"\u0431\u044b\u0441\u0442\u0440\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f":19,"\u0431\u044b\u0441\u0442\u0440\u044b\u0439":30,"\u0431\u044b\u0441\u0442\u0440\u044b\u043c":23,"\u0431\u044b\u0442\u044c":[5,7,10,17,19,20,21,26,30,38,47,48,50,53,56,60,61,62,63],"\u0432":[0,1,3,4,5,7,8,9,10,11,12,14,15,16,17,18,19,20,21,22,23,24,25,26,27,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,60,61,62,63,64],"\u0432\u0430\u0430\u043b\u044c\u0441\u0430":[21,50],"\u0432\u0430\u0436\u043d\u043e":[10,22,31,35],"\u0432\u0430\u0436\u043d\u043e\u0435":19,"\u0432\u0430\u0436\u043d\u044b\u0445":[],"\u0432\u0430\u043c":[12,17,19,21,28,30,32,40,44,61],"\u0432\u0430\u043c\u0438":32,"\u0432\u0430\u043d":[21,50],"\u0432\u0430\u043d\u0434\u0435\u0440\u043c\u043e\u043d\u0434\u0430":[7,14],"\u0432\u0430\u0440\u0438\u0430\u043d\u0442":[20,47,49,50],"\u0432\u0430\u0440\u0438\u0430\u043d\u0442\u0430":50,"\u0432\u0430\u0440\u0438\u0430\u043d\u0442\u0430\u043c\u0438":49,"\u0432\u0430\u0440\u0438\u0430\u043d\u0442\u0435":45,"\u0432\u0430\u0440\u0438\u0430\u043d\u0442\u043e\u0432":[26,49,50,55],"\u0432\u0430\u0440\u0438\u0430\u043d\u0442\u043e\u043c":[49,50],"\u0432\u0430\u0441":30,"\u0432\u0430\u0441\u0438\u043b\u0438\u044f":3,"\u0432\u0430\u0448":[19,24],"\u0432\u0430\u0448\u0430":32,"\u0432\u0430\u0448\u0435":50,"\u0432\u0430\u0448\u0435\u0433\u043e":26,"\u0432\u0430\u0448\u0435\u0439":24,"\u0432\u0430\u0448\u0435\u043c":20,"\u0432\u0430\u0448\u0438\u0445":50,"\u0432\u0430\u0448\u0443":19,"\u0432\u0431\u043b\u0438\u0437\u0438":[16,48],"\u0432\u0432\u0435\u0434\u0435\u043d\u0430":52,"\u0432\u0432\u0435\u0434\u0435\u043d\u0438\u0435":0,"\u0432\u0432\u0435\u0434\u0435\u043d\u043e":[9,37],"\u0432\u0432\u0435\u0434\u0435\u043d\u044b":52,"\u0432\u0432\u0435\u0434\u044f":52,"\u0432\u0432\u0435\u0434\u0451\u043c":[7,8,10,15,39,41,52],"\u0432\u0432\u0435\u0440\u0445":31,"\u0432\u0432\u0435\u0441\u0442\u0438":9,"\u0432\u0432\u043e\u0434":27,"\u0432\u0432\u043e\u0434\u0430":[21,28,29],"\u0432\u0432\u043e\u0434\u0438\u0442\u0441\u044f":[16,21,54],"\u0432\u0432\u043e\u0434\u043e\u043c":22,"\u0432\u0432\u043e\u0434\u044f\u0442":[35,39,53],"\u0432\u0432\u043e\u0434\u044f\u0442\u0441\u044f":42,"\u0432\u0434\u0430\u043b\u0438":48,"\u0432\u0434\u0432\u043e\u0435":[9,10,31,38],"\u0432\u0434\u043e\u043b\u044c":[21,43,47,48],"\u0432\u0435\u0434\u0443\u0442":22,"\u0432\u0435\u0434\u0443\u0442\u0441\u044f":16,"\u0432\u0435\u0434\u0443\u0449\u0438\u0435":30,"\u0432\u0435\u0434\u044c":30,"\u0432\u0435\u0434\u0451\u0442":[29,30],"\u0432\u0435\u0437\u0434\u0435":19,"\u0432\u0435\u043a\u0442\u043e\u0440":[11,14,19,21,40,46,47,48,49,56,58,59],"\u0432\u0435\u043a\u0442\u043e\u0440\u0430":[15,19,21,30,49,55],"\u0432\u0435\u043a\u0442\u043e\u0440\u0430\u043c":43,"\u0432\u0435\u043a\u0442\u043e\u0440\u0430\u043c\u0438":[10,19],"\u0432\u0435\u043a\u0442\u043e\u0440\u0430\u0445":19,"\u0432\u0435\u043a\u0442\u043e\u0440\u0435":[11,59],"\u0432\u0435\u043a\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u0438":19,"\u0432\u0435\u043a\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u044e":19,"\u0432\u0435\u043a\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u044f":12,"\u0432\u0435\u043a\u0442\u043e\u0440\u0438\u0437\u043e\u0432\u0430\u043d\u0430":19,"\u0432\u0435\u043a\u0442\u043e\u0440\u0438\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u0439":19,"\u0432\u0435\u043a\u0442\u043e\u0440\u0438\u0437\u0443\u044e\u0442\u0441\u044f":19,"\u0432\u0435\u043a\u0442\u043e\u0440\u043d\u043e\u0433\u043e":4,"\u0432\u0435\u043a\u0442\u043e\u0440\u043d\u043e\u0435":[25,43],"\u0432\u0435\u043a\u0442\u043e\u0440\u043d\u044b\u0439":42,"\u0432\u0435\u043a\u0442\u043e\u0440\u043e\u0432":[19,25,30,55,58],"\u0432\u0435\u043a\u0442\u043e\u0440\u043e\u043c":[],"\u0432\u0435\u043a\u0442\u043e\u0440\u0443":[43,48],"\u0432\u0435\u043a\u0442\u043e\u0440\u044b":11,"\u0432\u0435\u043b\u0438\u043a\u043e":5,"\u0432\u0435\u043b\u0438\u0447\u0438\u043d":[32,52],"\u0432\u0435\u043b\u0438\u0447\u0438\u043d\u0430":[7,52],"\u0432\u0435\u043b\u0438\u0447\u0438\u043d\u0430\u0445":32,"\u0432\u0435\u043b\u0438\u0447\u0438\u043d\u0443":5,"\u0432\u0435\u043b\u0438\u0447\u0438\u043d\u044b":[15,32,42,54],"\u0432\u0435\u0440\u043b\u0435":40,"\u0432\u0435\u0440\u043d\u043e":[10,17,35,37,46],"\u0432\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f":28,"\u0432\u0435\u0440\u043d\u044b\u0439":17,"\u0432\u0435\u0440\u043d\u0451\u043c\u0441\u044f":52,"\u0432\u0435\u0440\u043e\u044f\u0442\u043d\u043e":49,"\u0432\u0435\u0440\u0441\u0438\u0435\u0439":30,"\u0432\u0435\u0440\u0441\u0438\u0438":[28,30,56],"\u0432\u0435\u0440\u0441\u0438\u0439":[24,26,28],"\u0432\u0435\u0440\u0441\u0438\u044e":[24,49],"\u0432\u0435\u0440\u0441\u0438\u044f":[17,28,30,47,48,64],"\u0432\u0435\u0440\u0441\u0438\u044f\u043c\u0438":26,"\u0432\u0435\u0440\u0441\u0438\u044f\u0445":[26,63],"\u0432\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u044c\u043d\u0430\u044f":19,"\u0432\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u044c\u043d\u043e\u0439":19,"\u0432\u0435\u0440\u0445\u043d\u0435\u043c":36,"\u0432\u0435\u0440\u0445\u043d\u0435\u0442\u0440\u0435\u0443\u0433\u043e\u043b\u044c\u043d\u0430\u044f":[55,56,58,60],"\u0432\u0435\u0440\u0445\u043d\u0435\u0442\u0440\u0435\u0443\u0433\u043e\u043b\u044c\u043d\u043e\u0439":59,"\u0432\u0435\u0440\u0445\u043d\u0435\u0442\u0440\u0435\u0443\u0433\u043e\u043b\u044c\u043d\u0443\u044e":[58,59],"\u0432\u0435\u0440\u0445\u043d\u044f\u044f":38,"\u0432\u0435\u0441\u0430":[7,9,15,38],"\u0432\u0435\u0441\u0430\u043c\u0438":[8,38],"\u0432\u0435\u0441\u043e\u0432":9,"\u0432\u0435\u0441\u043e\u0432\u044b\u0445":8,"\u0432\u0435\u0441\u0442\u0438":[19,30],"\u0432\u0435\u0441\u044c":26,"\u0432\u0435\u0442\u0432\u0435\u0439":30,"\u0432\u0435\u0442\u0432\u0438":[20,30],"\u0432\u0435\u0442\u0432\u043b\u0435\u043d\u0438\u044f":9,"\u0432\u0435\u0442\u043a\u0430":3,"\u0432\u0435\u0449\u0435\u0441\u0442\u0432":[4,12,32,49,50,51,53],"\u0432\u0435\u0449\u0435\u0441\u0442\u0432\u0430":[12,49,52,53,61],"\u0432\u0435\u0449\u0435\u0441\u0442\u0432\u043e":[12,32],"\u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435":12,"\u0432\u0437\u0430\u0438\u043c\u043e\u0437\u0430\u043c\u0435\u043d\u044f\u0435\u043c\u044b":27,"\u0432\u0437\u0432\u0435\u0448\u0435\u043d\u043d\u043e\u0439":42,"\u0432\u0437\u0433\u043b\u044f\u0434":19,"\u0432\u0437\u0433\u043b\u044f\u043d\u0435\u043c":5,"\u0432\u0437\u0433\u043b\u044f\u043d\u0443\u0442\u044c":9,"\u0432\u0437\u044f\u0442\u044b\u0439":34,"\u0432\u0437\u044f\u0442\u044c":[9,14,34,37,49],"\u0432\u0438\u0434":[7,9,10,11,14,15,16,17,21,31,32,33,35,37,38,39,42,49,58,61,63],"\u0432\u0438\u0434\u0430":[7,11,15,16,17,19,25,35,48,53,59,62],"\u0432\u0438\u0434\u0435":[7,8,11,12,14,15,17,21,22,30,31,34,40,42,49,50,52,53,55,56,57,58,62,63],"\u0432\u0438\u0434\u0435\u043b\u0438":7,"\u0432\u0438\u0434\u0435\u043e":3,"\u0432\u0438\u0434\u0435\u0442\u044c":9,"\u0432\u0438\u0434\u0438\u043c\u043e\u0441\u0442\u0438":[20,22,30],"\u0432\u0438\u0434\u043d\u0430":20,"\u0432\u0438\u0434\u043d\u043e":[5,8,9,16,17,22,37,42,53],"\u0432\u0438\u0434\u043d\u044b":22,"\u0432\u0438\u0434\u043e\u0432":19,"\u0432\u0438\u0434\u0443":58,"\u0432\u0438\u043a\u0438\u043f\u0435\u0434\u0438\u0438":17,"\u0432\u0438\u043a\u0438\u043f\u0435\u0434\u0438\u044f":56,"\u0432\u0438\u043a\u0442\u043e\u0440\u0438\u044e":51,"\u0432\u0438\u043d\u0438\u0442\u0438":0,"\u0432\u043a\u043b\u044e\u0447\u0430\u0435\u0442":[18,19,60],"\u0432\u043a\u043b\u044e\u0447\u0430\u044e\u0442":12,"\u0432\u043b\u0438\u044f\u043d\u0438\u0435":18,"\u0432\u043b\u0438\u044f\u044e\u0449\u0430\u044f":52,"\u0432\u043b\u043e\u0436\u0435\u043d\u043d\u043e\u0433\u043e":20,"\u0432\u043b\u043e\u0436\u0435\u043d\u043d\u044b\u0439":[19,20],"\u0432\u043b\u043e\u0436\u0435\u043d\u043d\u044b\u043c":20,"\u0432\u043b\u043e\u0436\u0435\u043d\u043d\u044b\u043c\u0438":20,"\u0432\u043c\u0435\u0441\u0442\u0435":[12,26,42,61],"\u0432\u043c\u0435\u0441\u0442\u043e":[7,9,24,35,37,38,42,47,52,64],"\u0432\u043d\u0435":[1,15],"\u0432\u043d\u0435\u0441\u0442\u0438":26,"\u0432\u043d\u0435\u0441\u0451\u0442":48,"\u0432\u043d\u0435\u0448\u043d\u0435\u0435":64,"\u0432\u043d\u0435\u0448\u043d\u0435\u0439":20,"\u0432\u043d\u0435\u0448\u043d\u0435\u043c":[22,58],"\u0432\u043d\u0435\u0448\u043d\u0438\u0435":30,"\u0432\u043d\u0435\u0448\u043d\u0438\u0439":19,"\u0432\u043d\u0435\u0448\u043d\u0438\u0445":58,"\u0432\u043d\u0438\u0437":10,"\u0432\u043d\u0438\u043c\u0430\u043d\u0438\u0435":7,"\u0432\u043d\u0438\u043c\u0430\u0442\u0435\u043b\u044c\u043d\u044b":63,"\u0432\u043d\u043e\u0441\u0438\u043c\u0443\u044e":16,"\u0432\u043d\u043e\u0441\u0438\u0442\u0441\u044f":14,"\u0432\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u0435\u0435":18,"\u0432\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u0435\u0439":52,"\u0432\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u0438\u0435":30,"\u0432\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u044f\u044f":29,"\u0432\u043d\u0443\u0442\u0440\u0438":[7,9,12,15,20,22,26,30],"\u0432\u043e":[9,14,20,22,27,30,34,38,48,49,52,59],"\u0432\u043e\u0432\u0437\u0440\u0430\u0449\u0430\u0435\u0442":[],"\u0432\u043e\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u0435":27,"\u0432\u043e\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u0435\u043c":17,"\u0432\u043e\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u044f":30,"\u0432\u043e\u0437\u0432\u043e\u0434\u0438\u0442\u0441\u044f":14,"\u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0433\u043e":[27,30],"\u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435":[21,22],"\u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442":[1,5,9,10,11,14,15,17,20,21,22,43,48,56,58,59,63],"\u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442\u0441\u044f":[20,22,30],"\u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u043b\u0430":[22,27],"\u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0442\u044c":[22,56,59,63],"\u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u044e\u0442":[17,27],"\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e":[10,24,30,32],"\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438":[],"\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c":[14,28],"\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u044b":58,"\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u044b\u043c":49,"\u0432\u043e\u0437\u043c\u0443\u0442\u0438\u0442\u044c":16,"\u0432\u043e\u0437\u043c\u0443\u0449\u0435\u043d\u0438\u0435":16,"\u0432\u043e\u0437\u043c\u0443\u0449\u0435\u043d\u0438\u0438":[39,54],"\u0432\u043e\u0437\u043c\u0443\u0449\u0435\u043d\u0438\u044e":16,"\u0432\u043e\u0437\u043c\u0443\u0449\u0435\u043d\u043d\u043e\u0439":54,"\u0432\u043e\u0437\u043c\u0443\u0449\u0435\u043d\u043d\u0443\u044e":54,"\u0432\u043e\u0437\u043c\u0443\u0449\u0451\u043d\u043d\u043e\u0439":54,"\u0432\u043e\u0437\u043d\u0438\u043a\u0430\u0435\u0442":[7,12,17,56,59],"\u0432\u043e\u0437\u043d\u0438\u043a\u0430\u043b\u043e":59,"\u0432\u043e\u0437\u043d\u0438\u043a\u0430\u0442\u044c":30,"\u0432\u043e\u0437\u043d\u0438\u043a\u0430\u044e\u0442":[42,55],"\u0432\u043e\u0437\u043d\u0438\u043a\u0430\u044e\u0449\u0438\u0445":[],"\u0432\u043e\u0437\u043d\u0438\u043a\u043d\u0435\u0442":59,"\u0432\u043e\u0437\u043d\u0438\u043a\u043d\u043e\u0432\u0435\u043d\u0438\u0438":24,"\u0432\u043e\u0437\u043d\u0438\u043a\u043d\u0443\u0442\u044c":55,"\u0432\u043e\u0437\u043d\u0438\u043a\u0448\u0438\u0435":59,"\u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u0435\u0442":16,"\u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u043d\u0438\u044e":21,"\u0432\u043e\u0437\u0440\u0430\u0441\u0442\u0430\u044e\u0449\u0430\u044f":47,"\u0432\u043e\u0437\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0435":27,"\u0432\u043e\u0437\u0440\u0430\u0449\u0430\u0435\u0442":15,"\u0432\u043e\u0437\u0440\u0430\u0449\u0430\u0442\u044c":[],"\u0432\u043e\u0437\u044c\u043c\u0451\u043c":[7,14,15,19,35,36,37,38,48,49,64],"\u0432\u043e\u043a\u0440\u0443\u0433":34,"\u0432\u043e\u043e\u0431\u0449\u0435":[19,30,38,53],"\u0432\u043e\u043f\u0440\u043e\u0441\u044b":[3,22],"\u0432\u043e\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f":[8,12,19,26,28,30,49,58],"\u0432\u043e\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0441\u044f":[5,14,38,49,53,58,61],"\u0432\u043e\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435\u0441\u044c":[19,32],"\u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442":45,"\u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c":59,"\u0432\u043e\u0442":[4,16,37],"\u0432\u043f\u0435\u0440\u0451\u0434":[21,30,49],"\u0432\u043f\u043b\u043e\u0442\u044c":[7,10],"\u0432\u0440\u0435\u043c\u0435\u043d\u0435\u043c":19,"\u0432\u0440\u0435\u043c\u0435\u043d\u0438":[10,19,30,40,55,64],"\u0432\u0440\u0435\u043c\u044f":[10,19,29,30,34,35,38,55],"\u0432\u0440\u0435\u043c\u0451\u043d\u0430\u0445":40,"\u0432\u0440\u043e\u0434\u0435":[22,26],"\u0432\u0440\u0443\u0447\u043d\u0443\u044e":10,"\u0432\u0441\u0435":[7,9,10,14,16,17,19,20,21,22,26,30,42],"\u0432\u0441\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u044b\u0435":52,"\u0432\u0441\u0435\u0433\u0434\u0430":[17,31,35,59],"\u0432\u0441\u0435\u0433\u043e":[5,7,10,17,20,24,26,28,31,49,50,60,62],"\u0432\u0441\u0435\u043c":7,"\u0432\u0441\u0435\u043c\u0438":30,"\u0432\u0441\u0435\u043c\u0443":45,"\u0432\u0441\u0435\u0445":[7,9,26,30,49],"\u0432\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442":[],"\u0432\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u0442\u0441\u044f":26,"\u0432\u0441\u0442\u0440\u0435\u0442\u0438\u0442\u044c":38,"\u0432\u0441\u0442\u0440\u0435\u0447\u0430\u0435\u0442\u0441\u044f":[49,55],"\u0432\u0441\u0442\u0440\u0435\u0447\u0430\u044e\u0442\u0441\u044f":59,"\u0432\u0441\u0442\u0440\u043e\u0435\u043d\u0430":21,"\u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u0430\u044f":[12,19],"\u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0435":29,"\u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u043c":[19,38],"\u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u043c\u0438":38,"\u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0445":[27,30],"\u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043e":19,"\u0432\u0441\u0442\u0440\u043e\u0438\u0442\u044c":[11,30],"\u0432\u0441\u044e\u0434\u0443":7,"\u0432\u0441\u044f\u043a\u0438\u0439":30,"\u0432\u0441\u044f\u043a\u0438\u0445":[],"\u0432\u0441\u044f\u043a\u043e\u043c":34,"\u0432\u0441\u0451":[11,14,15,20,24,26,30,32,42,59,63],"\u0432\u0441\u0451\u043c":[5,11],"\u0432\u0442\u043e\u0440\u0430\u044f":[7,38,45,52,64],"\u0432\u0442\u043e\u0440\u043e\u0433\u043e":[19,38,42,50],"\u0432\u0442\u043e\u0440\u043e\u0435":[33,38,47],"\u0432\u0442\u043e\u0440\u043e\u0439":[9,11,40,45,49,52,59],"\u0432\u0442\u043e\u0440\u043e\u043c":[30,36,38,49,59],"\u0432\u0442\u043e\u0440\u0443\u044e":52,"\u0432\u0442\u043e\u0440\u044b\u0435":49,"\u0432\u0442\u043e\u0440\u044b\u043c":[9,49],"\u0432\u0442\u043e\u0440\u044b\u0445":[27,46,48,49],"\u0432\u0443\u0437\u043e\u0432":0,"\u0432\u0445\u043e\u0434":[21,30,42,48,59],"\u0432\u0445\u043e\u0434\u0438\u0442":[26,60],"\u0432\u0445\u043e\u0434\u0438\u0442\u044c":27,"\u0432\u0445\u043e\u0434\u043d\u043e\u0439":58,"\u0432\u0445\u043e\u0434\u043d\u044b\u0435":[14,16,47,49],"\u0432\u0445\u043e\u0434\u043d\u044b\u043c":16,"\u0432\u0445\u043e\u0434\u043d\u044b\u0445":[5,16,21],"\u0432\u0445\u043e\u0434\u044f\u0442":[9,23],"\u0432\u044b":[19,20,24,26,28,30,34,61],"\u0432\u044b\u0431\u0435\u0440\u0435\u043c":31,"\u0432\u044b\u0431\u0435\u0440\u0435\u0442\u0435":50,"\u0432\u044b\u0431\u0438\u0440\u0430\u0435\u043c\u044b\u0439":47,"\u0432\u044b\u0431\u0438\u0440\u0430\u0435\u0442\u0441\u044f":[31,45],"\u0432\u044b\u0431\u0438\u0440\u0430\u0442\u044c":[5,59],"\u0432\u044b\u0431\u0438\u0440\u0430\u044e\u0442":[45,47,64],"\u0432\u044b\u0431\u0438\u0440\u0430\u044e\u0442\u0441\u044f":[14,42],"\u0432\u044b\u0431\u043e\u0440":[7,34,43,48,64],"\u0432\u044b\u0431\u043e\u0440\u0430":[7,8,9,30,45,54,59],"\u0432\u044b\u0431\u043e\u0440\u0435":59,"\u0432\u044b\u0431\u043e\u0440\u043e\u043c":59,"\u0432\u044b\u0431\u043e\u0440\u0443":[7,42],"\u0432\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u0435":47,"\u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0439":47,"\u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u043c":[11,50],"\u0432\u044b\u0431\u0440\u0430\u043d\u043e":[35,47],"\u0432\u044b\u0431\u0440\u0430\u0442\u044c":[7,28,34,53,59],"\u0432\u044b\u0432\u0435\u0434\u0435\u043d\u043d\u043e\u0435":64,"\u0432\u044b\u0432\u0435\u0434\u0435\u043d\u043e":[12,54],"\u0432\u044b\u0432\u0435\u0434\u0435\u043d\u044b":38,"\u0432\u044b\u0432\u0435\u0441\u0442\u0438":[21,49],"\u0432\u044b\u0432\u043e\u0434":[4,7,9,11,49,58],"\u0432\u044b\u0432\u043e\u0434\u0430":[8,9,22,49,58],"\u0432\u044b\u0432\u043e\u0434\u0435":[7,10],"\u0432\u044b\u0432\u043e\u0434\u0438\u0442":30,"\u0432\u044b\u0432\u043e\u0434\u0438\u0442\u0441\u044f":[32,55,58,61],"\u0432\u044b\u0432\u043e\u0434\u0438\u0442\u044c":[49,50],"\u0432\u044b\u0432\u043e\u0434\u043e\u043c":22,"\u0432\u044b\u0432\u043e\u0434\u0443":[7,49],"\u0432\u044b\u0432\u043e\u0434\u044f\u0442\u0441\u044f":9,"\u0432\u044b\u0433\u043b\u044f\u0434\u0438\u0442":[5,10,11,14,26,27,30],"\u0432\u044b\u0433\u043b\u044f\u0434\u0438\u0442\u044c":19,"\u0432\u044b\u0433\u043e\u0434\u0435\u043d":42,"\u0432\u044b\u0433\u043e\u0434\u044b":48,"\u0432\u044b\u0434\u0430\u0441\u0442":30,"\u0432\u044b\u0434\u0430\u0451\u0442":[31,36],"\u0432\u044b\u0434\u0435\u043b\u0435\u043d\u0438\u0439":58,"\u0432\u044b\u0434\u0435\u043b\u0435\u043d\u0438\u044f":58,"\u0432\u044b\u0434\u0435\u043b\u0438\u043b\u0438":19,"\u0432\u044b\u0434\u0435\u043b\u0438\u0442\u044c":41,"\u0432\u044b\u0434\u0435\u043b\u044f\u0435\u0442":[47,58],"\u0432\u044b\u0434\u0435\u043b\u044f\u0435\u0442\u0441\u044f":[30,63],"\u0432\u044b\u0434\u0435\u043b\u044f\u044e\u0449\u0435\u0435":63,"\u0432\u044b\u0437\u0432\u0430\u043b\u0441\u044f":30,"\u0432\u044b\u0437\u0432\u0430\u043d":[],"\u0432\u044b\u0437\u0432\u0430\u043d\u043d\u043e\u0433\u043e":[],"\u0432\u044b\u0437\u0432\u0430\u0442\u044c":[20,24],"\u0432\u044b\u0437\u043e\u0432":[15,19],"\u0432\u044b\u0437\u043e\u0432\u0430":[17,21,22,24,30,56],"\u0432\u044b\u0437\u043e\u0432\u0430\u0445":30,"\u0432\u044b\u0437\u043e\u0432\u0435":[14,22,26,30],"\u0432\u044b\u0437\u043e\u0432\u0438\u0442\u0435":24,"\u0432\u044b\u0437\u043e\u0432\u044b":30,"\u0432\u044b\u0437\u044b\u0432\u0430\u0435\u0442":[5,63,64],"\u0432\u044b\u0437\u044b\u0432\u0430\u0435\u0442\u0441\u044f":[30,59],"\u0432\u044b\u0437\u044b\u0432\u0430\u0442\u044c":30,"\u0432\u044b\u0437\u044b\u0432\u0430\u0442\u044c\u0441\u044f":30,"\u0432\u044b\u0437\u044b\u0432\u0430\u044f":30,"\u0432\u044b\u0438\u0433\u0440\u044b\u0432\u0430\u0435\u0442":34,"\u0432\u044b\u0439\u0442\u0438":28,"\u0432\u044b\u043f\u0438\u0441\u0430\u0442\u044c":64,"\u0432\u044b\u043f\u0438\u0448\u0435\u043c":64,"\u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435":7,"\u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f":[42,50],"\u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u043e":[17,35,47],"\u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u044b":59,"\u0432\u044b\u043f\u043e\u043b\u043d\u0438\u043b\u0438":10,"\u0432\u044b\u043f\u043e\u043b\u043d\u0438\u043c":[58,59],"\u0432\u044b\u043f\u043e\u043b\u043d\u0438\u043c\u043e":59,"\u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u0435":28,"\u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u0441\u044f":[7,33],"\u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c":[17,28,48],"\u0432\u044b\u043f\u043e\u043b\u043d\u044f\u0435\u0442":[19,25,31,35,37,64],"\u0432\u044b\u043f\u043e\u043b\u043d\u044f\u0435\u0442\u0441\u044f":[27,37,52],"\u0432\u044b\u043f\u043e\u043b\u043d\u044f\u0442\u0441\u044f":47,"\u0432\u044b\u043f\u043e\u043b\u043d\u044f\u0442\u044c":59,"\u0432\u044b\u043f\u043e\u043b\u043d\u044f\u044e\u0442\u0441\u044f":47,"\u0432\u044b\u0440\u0430\u0432\u043d\u0435\u043d\u044b":17,"\u0432\u044b\u0440\u0430\u0432\u043d\u044f\u0442\u044c":17,"\u0432\u044b\u0440\u0430\u0436\u0430\u0435\u043c\u0430\u044f":8,"\u0432\u044b\u0440\u0430\u0436\u0430\u0435\u0442\u0441\u044f":[8,15,64],"\u0432\u044b\u0440\u0430\u0436\u0430\u044e\u0442":[],"\u0432\u044b\u0440\u0430\u0436\u0430\u044e\u0442\u0441\u044f":32,"\u0432\u044b\u0440\u0430\u0436\u0430\u044e\u0449\u0438\u0445":53,"\u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u0435":[7,8,10,20,22,34,39,52,53,58],"\u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u043c":[17,20],"\u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u0438":[22,47],"\u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u0439":22,"\u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u044e":16,"\u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u044f":[7,9,10,22,27,29],"\u0432\u044b\u0440\u0430\u0437\u0438\u043c":7,"\u0432\u044b\u0440\u0430\u0437\u0438\u0442\u044c":[],"\u0432\u044b\u0440\u043e\u0436\u0434\u0435\u043d\u0430":60,"\u0432\u044b\u0440\u043e\u0436\u0434\u0435\u043d\u043d\u043e\u0439":54,"\u0432\u044b\u0440\u043e\u0436\u0434\u0435\u043d\u043d\u043e\u0441\u0442\u044c":56,"\u0432\u044b\u0441\u043e\u043a\u043e\u0439":[5,7],"\u0432\u044b\u0441\u0442\u0430\u0432\u0438\u043c":36,"\u0432\u044b\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u044f":30,"\u0432\u044b\u0441\u0447\u0438\u0442\u0430\u0442\u044c":43,"\u0432\u044b\u0445\u043e\u0434\u0438\u043c":38,"\u0432\u044b\u0445\u043e\u0434\u0438\u0442\u044c":[],"\u0432\u044b\u0445\u043e\u0434\u043d\u044b\u0435":49,"\u0432\u044b\u0445\u043e\u0434\u043d\u044b\u0445":49,"\u0432\u044b\u0445\u043e\u0434\u044f":28,"\u0432\u044b\u0447\u0438\u043b\u0438\u0441\u0442\u044c":32,"\u0432\u044b\u0447\u0438\u0441\u043b\u0435\u043d":16,"\u0432\u044b\u0447\u0438\u0441\u043b\u0435\u043d\u0430":9,"\u0432\u044b\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u0435":[7,9,10,16,35,36,38,49,55,64],"\u0432\u044b\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u0438":[5,16],"\u0432\u044b\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u0439":[5,7,10,12,16,18,34,38,42,47,55,58],"\u0432\u044b\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u044e":8,"\u0432\u044b\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u044f":[5,6,9,10,12,16,17,22,23,29,34,35,36,38,49,53,54,64],"\u0432\u044b\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u044f\u0445":[10,16,17,64],"\u0432\u044b\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u044b\u0435":10,"\u0432\u044b\u0447\u0438\u0441\u043b\u0435\u043d\u043e":43,"\u0432\u044b\u0447\u0438\u0441\u043b\u0438\u0432":10,"\u0432\u044b\u0447\u0438\u0441\u043b\u0438\u043b\u0430":10,"\u0432\u044b\u0447\u0438\u0441\u043b\u0438\u043c":[5,10,31,37,58,64],"\u0432\u044b\u0447\u0438\u0441\u043b\u0438\u0442":19,"\u0432\u044b\u0447\u0438\u0441\u043b\u0438\u0442\u0435":7,"\u0432\u044b\u0447\u0438\u0441\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f":[55,59],"\u0432\u044b\u0447\u0438\u0441\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e":[42,47],"\u0432\u044b\u0447\u0438\u0441\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0439":[16,17,23],"\u0432\u044b\u0447\u0438\u0441\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u0443\u044e":[0,16],"\u0432\u044b\u0447\u0438\u0441\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439":33,"\u0432\u044b\u0447\u0438\u0441\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c":4,"\u0432\u044b\u0447\u0438\u0441\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c\u0438":4,"\u0432\u044b\u0447\u0438\u0441\u043b\u0438\u0442\u044c":[9,10,16,17,49,55,63,64],"\u0432\u044b\u0447\u0438\u0441\u043b\u044f\u0435\u043c":[5,58],"\u0432\u044b\u0447\u0438\u0441\u043b\u044f\u0435\u043c\u044b\u043c":17,"\u0432\u044b\u0447\u0438\u0441\u043b\u044f\u0435\u0442":[5,9,10,14,31,64],"\u0432\u044b\u0447\u0438\u0441\u043b\u044f\u0435\u0442\u0441\u044f":[14,19,31,35],"\u0432\u044b\u0447\u0438\u0441\u043b\u044f\u043b\u0430":10,"\u0432\u044b\u0447\u0438\u0441\u043b\u044f\u0442\u044c":[30,42,64],"\u0432\u044b\u0447\u0438\u0441\u043b\u044f\u044e\u0442":43,"\u0432\u044b\u0447\u0438\u0441\u043b\u044f\u044e\u0449\u0443\u044e":[30,32],"\u0432\u044b\u0447\u0438\u0441\u043b\u044f\u044f":42,"\u0432\u044b\u0447\u0438\u0442\u0430\u043d\u0438\u0435":[17,21],"\u0432\u044b\u0447\u0438\u0442\u0430\u043d\u0438\u0435\u043c":17,"\u0432\u044b\u0447\u0438\u0442\u0430\u043d\u0438\u044f":17,"\u0432\u044b\u0447\u0442\u0435\u043c":58,"\u0432\u044b\u0448\u0435":[4,7,9,12,14,20,22,30,34,54,58,62,64],"\u0432\u044b\u0448\u0435\u043f\u0435\u0440\u0435\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u044b\u0435":4,"\u0432\u044f\u0437\u043a\u043e\u0441\u0442\u0438":12,"\u0432\u044f\u0437\u043a\u043e\u0441\u0442\u044c":[0,4],"\u0432\u044f\u0447\u0435\u0441\u043b\u0430\u0432\u043e\u0432\u0438\u0447\u0430":3,"\u0433":[12,52],"\u0433\u0430\u0437":49,"\u0433\u0430\u0437\u0430":[0,19,21,32,52,53],"\u0433\u0430\u0437\u0435":[32,49],"\u0433\u0430\u0437\u043e\u0432":[49,52],"\u0433\u0430\u0437\u043e\u0432\u0430\u044f":32,"\u0433\u0430\u0437\u043e\u0432\u043e\u0435":61,"\u0433\u0430\u0437\u043e\u0432\u043e\u0439":[32,53],"\u0433\u0430\u0437\u043e\u0432\u043e\u043c":32,"\u0433\u0430\u0437\u043e\u0432\u044b\u0445":0,"\u0433\u0430\u043b\u043e\u0447\u043a\u043e\u0439":24,"\u0433\u0430\u043c\u0438\u043b\u044c\u0442\u043e\u043d\u043e\u0432\u044b\u0445":40,"\u0433\u0430\u0440\u0430\u043d\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e":34,"\u0433\u0430\u0440\u0430\u043d\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c":48,"\u0433\u0430\u0440\u0430\u043d\u0442\u0438\u0440\u0443\u0435\u0442":31,"\u0433\u0430\u0440\u0430\u043d\u0442\u0438\u0440\u0443\u0435\u0442\u0441\u044f":[21,47],"\u0433\u0430\u0440\u0430\u043d\u0442\u0438\u044e":31,"\u0433\u0430\u0440\u0430\u043d\u0442\u0438\u044f":33,"\u0433\u0430\u0440\u0438\u0444\u0443\u043b\u043b\u0438\u043d\u0430":51,"\u0433\u0430\u0443\u0441\u0441\u0430":[5,32,58],"\u0433\u0430\u0443\u0441\u0441\u043e\u0432\u043e\u0439":7,"\u0433\u0430\u0443\u0441\u0441\u043e\u0432\u044b":7,"\u0433\u0430\u0443\u0441\u0441\u043e\u0432\u044b\u043c\u0438":7,"\u0433\u0434\u0435":[3,7,8,9,10,11,12,14,15,17,19,21,24,26,28,30,32,34,36,37,38,39,40,42,43,44,45,47,49,52,53,55,56,58,59,60,61,62,64],"\u0433\u0435\u043a\u0441\u0430\u043d":50,"\u0433\u0435\u043b\u044c\u043c\u0433\u043e\u043b\u044c\u0446\u0430":[32,49,61],"\u0433\u0435\u043d\u0435\u0440\u0430\u0442\u043e\u0440":[15,20],"\u0433\u0435\u043d\u0435\u0440\u0430\u0442\u043e\u0440\u044b":20,"\u0433\u0435\u043d\u0435\u0440\u0430\u0446\u0438\u0438":12,"\u0433\u0435\u043d\u0435\u0440\u0438\u0440\u0443\u0435\u0442":45,"\u0433\u0435\u043e\u043c\u0435\u0442\u0440\u0438\u0447\u0435\u0441\u043a\u043e\u0439":39,"\u0433\u0435\u043e\u0444\u0438\u0437\u0438\u043a\u0435":23,"\u0433\u0435\u0441\u0441\u0438\u0430\u043d":[43,46,48],"\u0433\u0435\u0441\u0441\u0438\u0430\u043d\u0430":[43,48,49,55],"\u0433\u0435\u0441\u0441\u0438\u0430\u043d\u043e\u043c":[43,46,48],"\u0433\u0438\u0431\u0431\u0441\u0430":[52,53],"\u0433\u0438\u0431\u043a\u043e\u0441\u0442\u044c":30,"\u0433\u0438\u0431\u0447\u0435":30,"\u0433\u0438\u0434\u0440\u043e\u0434\u0438\u043d\u0430\u043c\u0438\u043a\u0430":4,"\u0433\u0438\u0434\u0440\u043e\u0434\u0438\u043d\u0430\u043c\u0438\u043a\u0438":4,"\u0433\u043b\u0430\u0432\u0435":39,"\u0433\u043b\u0430\u0432\u043d\u0430\u044f":19,"\u0433\u043b\u0430\u0432\u043d\u043e\u0435":26,"\u0433\u043b\u0430\u0432\u043d\u043e\u0439":59,"\u0433\u043b\u0430\u0432\u043d\u044b\u0439":[9,26,59],"\u0433\u043b\u0430\u0432\u043d\u044b\u043c":59,"\u0433\u043b\u0430\u0432\u043d\u044b\u0445":59,"\u0433\u043b\u0430\u0434\u043a\u0430\u044f":46,"\u0433\u043b\u0430\u0434\u043a\u0438\u043c\u0438":11,"\u0433\u043b\u0430\u0434\u043a\u043e\u0439":46,"\u0433\u043b\u0430\u0434\u043a\u043e\u0441\u0442\u0438":11,"\u0433\u043b\u0430\u0434\u043a\u043e\u0441\u0442\u044c":11,"\u0433\u043b\u0430\u0437":14,"\u0433\u043b\u0430\u0437\u043e\u043c":42,"\u0433\u043b\u0430\u043d\u044b\u043c":59,"\u0433\u043b\u043e\u0431\u0430\u043b\u044c\u043d\u043e":45,"\u0433\u043b\u043e\u0431\u0430\u043b\u044c\u043d\u043e\u0433\u043e":26,"\u0433\u043b\u043e\u0431\u0430\u043b\u044c\u043d\u043e\u0435":[20,26],"\u0433\u043b\u043e\u0431\u0430\u043b\u044c\u043d\u043e\u043c":[20,26],"\u0433\u043b\u043e\u0431\u0430\u043b\u044c\u043d\u0443\u044e":64,"\u0433\u043b\u043e\u0431\u0430\u043b\u044c\u043d\u044b\u0439":52,"\u0433\u043d\u0435\u0437\u0434\u0438\u043b\u043e\u0432":0,"\u0433\u043e":[15,32,42,51],"\u0433\u043e\u0432\u043e\u0440\u0438\u0442\u0441\u044f":30,"\u0433\u043e\u0432\u043e\u0440\u0438\u0442\u044c":36,"\u0433\u043e\u0432\u043e\u0440\u044f":[22,30,38,52],"\u0433\u043e\u0432\u043e\u0440\u044f\u0442":[9,15,16,35,37,39],"\u0433\u043e\u0434":51,"\u0433\u043e\u0434\u0430":28,"\u0433\u043e\u0434\u043e\u0432":49,"\u0433\u043e\u0434\u0443":[23,52],"\u0433\u043e\u043b\u0443\u0431\u0435\u0432":0,"\u0433\u043e\u043b\u044c\u0434\u0444\u0430\u0440\u0431\u0430":43,"\u0433\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u0430\u044f":19,"\u0433\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u043e\u0439":19,"\u0433\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u0443\u044e":63,"\u0433\u043e\u0440\u043d\u0435\u0440\u0430":14,"\u0433\u043e\u0441\u0443\u0434\u0430\u0440\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0433\u043e":0,"\u0433\u0440\u0430\u0430\u043b\u044c":0,"\u0433\u0440\u0430\u0432\u0438\u0442\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u043c":40,"\u0433\u0440\u0430\u0434\u0438\u0430\u0435\u043d\u0442":47,"\u0433\u0440\u0430\u0434\u0438\u0435\u043d\u0442":[43,46,47,48],"\u0433\u0440\u0430\u0434\u0438\u0435\u043d\u0442\u0430":[43,47,48,49,55],"\u0433\u0440\u0430\u0434\u0438\u0435\u043d\u0442\u043e\u0432":47,"\u0433\u0440\u0430\u0434\u0438\u0435\u043d\u0442\u043e\u043c":[43,48],"\u0433\u0440\u0430\u043c\u0430":7,"\u0433\u0440\u0430\u043c\u0443":55,"\u0433\u0440\u0430\u043d\u0438\u0446":47,"\u0433\u0440\u0430\u043d\u0438\u0446\u0430":32,"\u0433\u0440\u0430\u043d\u0438\u0446\u0430\u043c":61,"\u0433\u0440\u0430\u043d\u0438\u0446\u0435":[11,17],"\u0433\u0440\u0430\u043d\u0438\u0446\u0443":[21,32,61],"\u0433\u0440\u0430\u0444\u0438\u043a":[5,6,12,32,40,61],"\u0433\u0440\u0430\u0444\u0438\u043a\u0430":40,"\u0433\u0440\u0430\u0444\u0438\u043a\u0430\u043c\u0438":[],"\u0433\u0440\u0430\u0444\u0438\u043a\u0435":[15,36],"\u0433\u0440\u0430\u0444\u0438\u043a\u0438":[9,12],"\u0433\u0440\u0430\u0444\u0438\u043a\u043e\u0432":[12,32,50],"\u0433\u0440\u0430\u0444\u0438\u043a\u0443":12,"\u0433\u0440\u0443\u0431\u043e\u0433\u043e":49,"\u0433\u0440\u0443\u0431\u043e\u0435":37,"\u0433\u0443\u043b\u0438\u043d":0,"\u0434":7,"\u0434\u0430":17,"\u0434\u0430\u0432\u0430\u0435\u043c\u043e\u0439":64,"\u0434\u0430\u0432\u0430\u0442\u044c":9,"\u0434\u0430\u0432\u043b\u0435\u043d\u0438\u0435":[19,21,32,49,50,53,61],"\u0434\u0430\u0432\u043b\u0435\u043d\u0438\u0438":52,"\u0434\u0430\u0432\u043b\u0435\u043d\u0438\u0439":[32,61],"\u0434\u0430\u0432\u043b\u0435\u043d\u0438\u044e":32,"\u0434\u0430\u0432\u043b\u0435\u043d\u0438\u044f":[52,53],"\u0434\u0430\u0435\u0442":9,"\u0434\u0430\u0436\u0435":[24,30,49],"\u0434\u0430\u043b\u0435\u0435":[17,24,30,47],"\u0434\u0430\u043b\u0435\u043a\u043e":49,"\u0434\u0430\u043b\u044c\u043d\u0435\u0439\u0448\u0435\u043c":[30,42,52,59],"\u0434\u0430\u043b\u044c\u043d\u0435\u0439\u0448\u0438\u0445":30,"\u0434\u0430\u043b\u044c\u0448\u0435":[47,58,59],"\u0434\u0430\u043d":[43,48],"\u0434\u0430\u043d\u0430":[9,33,34,37,39,52,58,59,63,64],"\u0434\u0430\u043d\u043d\u0430\u044f":[5,10,14,39,64],"\u0434\u0430\u043d\u043d\u043e\u0433\u043e":[28,30,57],"\u0434\u0430\u043d\u043d\u043e\u0435":[38,42,55],"\u0434\u0430\u043d\u043d\u043e\u0439":[10,31,32,63,64],"\u0434\u0430\u043d\u043d\u043e\u043c":[11,17,23,26,30,38,41,55,57,58,62],"\u0434\u0430\u043d\u043d\u0443\u044e":45,"\u0434\u0430\u043d\u043d\u044b\u0435":[12,14,16,22,47,49,50],"\u0434\u0430\u043d\u043d\u044b\u0439":[18,19,27,40,47,48],"\u0434\u0430\u043d\u043d\u044b\u043c":[12,16,45,50],"\u0434\u0430\u043d\u043d\u044b\u043c\u0438":12,"\u0434\u0430\u043d\u043d\u044b\u0445":[4,5,12,14,16,19,21,23,26,30,39,43,48,49,53],"\u0434\u0430\u043d\u043e":37,"\u0434\u0430\u0442\u044c":30,"\u0434\u0430\u044e\u0442":[11,49],"\u0434\u0430\u044e\u0449\u0438\u043c":30,"\u0434\u0430\u0451\u0442":[7,10,12,16],"\u0434\u0432\u0430":[5,7,9,17,19,20,21,27,30,34,35,38,40,42,49,50,56],"\u0434\u0432\u0430\u0436\u0434\u044b":[11,15,34,46],"\u0434\u0432\u0435":[28,29,30,45,63,64],"\u0434\u0432\u043e\u0435\u0442\u043e\u0447\u0438\u0435":26,"\u0434\u0432\u043e\u0438\u0447\u043d\u043e\u0439":17,"\u0434\u0432\u043e\u0438\u0447\u043d\u043e\u043c":17,"\u0434\u0432\u043e\u0439\u043d\u0438\u043a":22,"\u0434\u0432\u043e\u0439\u043d\u044b\u0435":29,"\u0434\u0432\u0443\u0434\u0438\u0430\u0433\u043e\u043d\u0430\u043b\u044c\u043d\u0430\u044f":11,"\u0434\u0432\u0443\u043c":[31,35],"\u0434\u0432\u0443\u043c\u0435\u0440\u043d\u0430\u044f":44,"\u0434\u0432\u0443\u043c\u044f":[10,40,49],"\u0434\u0432\u0443\u0445":[10,19,30,31,47,49,52,53,58],"\u0434\u0432\u0443\u0445\u0444\u0430\u0437\u043d\u0430\u044f":[32,52],"\u0434\u0432\u0443\u0445\u0444\u0430\u0437\u043d\u043e\u0433\u043e":[32,52],"\u0434\u0432\u0443\u0445\u0444\u0430\u0437\u043d\u043e\u0435":[32,52,61],"\u0434\u0432\u0443\u0445\u0444\u0430\u0437\u043d\u043e\u0439":32,"\u0434\u0432\u0443\u0445\u0444\u0430\u0437\u043d\u043e\u043c":[32,49],"\u0434\u0432\u0443\u0445\u0444\u0430\u0437\u043d\u043e\u043c\u0443":52,"\u0434\u0432\u0443\u0445\u044d\u0442\u0430\u043f\u043d\u043e\u0433\u043e":38,"\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435":30,"\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0439":[30,64],"\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e":59,"\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e":30,"\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u043c\u0443":17,"\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439\u0445":17,"\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0445":[17,30,53],"\u0434\u0435\u0439\u0441\u0442\u0432\u0443\u0435\u0442":19,"\u0434\u0435\u043a\u0430\u0440\u0442\u043e\u0432":19,"\u0434\u0435\u043a\u0430\u0440\u0442\u043e\u0432\u043e\u0439":[21,30],"\u0434\u0435\u043a\u0430\u0440\u0442\u043e\u0432\u044b":[],"\u0434\u0435\u043a\u043b\u0430\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c":30,"\u0434\u0435\u043b\u0430\u0435\u043c":24,"\u0434\u0435\u043b\u0430\u0435\u0442":[15,19,26,30],"\u0434\u0435\u043b\u0430\u0435\u0442\u0441\u044f":[7,9,19,28,30,34],"\u0434\u0435\u043b\u0430\u0442\u044c":[4,7,10,22,26,30,43],"\u0434\u0435\u043b\u0430\u044f":45,"\u0434\u0435\u043b\u0435\u043d\u0438\u0435":[21,59],"\u0434\u0435\u043b\u0435\u043d\u0438\u0439":59,"\u0434\u0435\u043b\u0435\u043d\u0438\u044f":[27,58,59],"\u0434\u0435\u043b\u0438\u0441\u044c":10,"\u0434\u0435\u043b\u0438\u0442\u0441\u044f":[3,47],"\u0434\u0435\u043b\u0438\u0442\u044c":17,"\u0434\u0435\u043b\u043e":[5,17,30],"\u0434\u0435\u043c\u043e\u043d\u0441\u0442\u0440\u0430\u0446\u0438\u0438":[5,11,42,64],"\u0434\u0435\u043c\u043e\u043d\u0441\u0442\u0440\u0430\u0446\u0438\u044f":[17,42,58],"\u0434\u0435\u043c\u043e\u043d\u0441\u0442\u0440\u0438\u0440\u0443\u044e\u0449\u0438\u0439":[],"\u0434\u0435\u043f\u0440\u0438\u0432\u0430\u0446\u0438\u0438":22,"\u0434\u0435\u0440":[21,50],"\u0434\u0435\u0440\u0435\u0432\u0430":30,"\u0434\u0435\u0440\u0435\u0432\u0435":30,"\u0434\u0435\u0440\u0435\u0432\u043e":30,"\u0434\u0435\u0440\u0435\u0432\u043e\u043c":[],"\u0434\u0435\u0441\u044f\u0442\u0438\u0447\u043d\u044b\u0445":16,"\u0434\u0435\u0441\u044f\u0442\u043a\u0438":40,"\u0434\u0435\u0442\u0430\u043b\u0438":59,"\u0434\u0435\u0442\u0435\u0440\u043c\u0438\u043d\u0430\u043d\u0442":[16,25,55,63],"\u0434\u0435\u0442\u0435\u0440\u043c\u0438\u043d\u0430\u043d\u0442\u0430":[16,55],"\u0434\u0435\u0442\u0435\u0440\u043c\u0438\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435":45,"\u0434\u0435\u0442\u0435\u0440\u043c\u0438\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439":45,"\u0434\u0435\u0442\u0435\u0440\u043c\u0438\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438":45,"\u0434\u0435\u0444\u043e\u043b\u0442\u043d\u043e\u0435":30,"\u0434\u0435\u0448\u0451\u0432\u044b\u043c":37,"\u0434\u0436\u043e\u043d\u0441\u0430":12,"\u0434\u0438\u0430\u0433\u043e\u043b\u044c\u043d\u0430\u044f":11,"\u0434\u0438\u0430\u0433\u043e\u043d\u0430\u043b\u0438":[1,10,19],"\u0434\u0438\u0430\u0433\u043e\u043d\u0430\u043b\u044c":19,"\u0434\u0438\u0430\u0433\u043e\u043d\u0430\u043b\u044c\u043d\u0430\u044f":55,"\u0434\u0438\u0430\u0433\u043e\u043d\u0430\u043b\u044c\u043d\u0439":60,"\u0434\u0438\u0430\u0433\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0435":[43,58],"\u0434\u0438\u0430\u0433\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0439":59,"\u0434\u0438\u0430\u0433\u043e\u043d\u0430\u043b\u044c\u044e":42,"\u0434\u0438\u0430\u0433\u0440\u0430\u043c\u043c\u0443":[50,61],"\u0434\u0438\u0430\u043f\u0430\u0437\u043e\u043d":9,"\u0434\u0438\u0430\u043f\u0430\u0437\u043e\u043d\u0430":[32,61],"\u0434\u0438\u0430\u043f\u0430\u0437\u043e\u043d\u0430\u0445":[12,50],"\u0434\u0438\u0430\u043f\u0430\u0437\u043e\u043d\u0435":[12,17,32,47,50],"\u0434\u0438\u0430\u043f\u0430\u0437\u043e\u043d\u043e\u0432":17,"\u0434\u0438\u0437\u0430\u0439\u043d":[3,30],"\u0434\u0438\u0437\u0430\u0439\u043d\u0430":30,"\u0434\u0438\u043d\u0430\u043c\u0438\u043a\u0438":[4,42],"\u0434\u0438\u043d\u0430\u043c\u0438\u0447\u0435\u0441\u043a\u0430\u044f":30,"\u0434\u0438\u043d\u0430\u043c\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e":[10,19],"\u0434\u0438\u0440\u0435\u043a\u0442\u043e\u0440\u0438\u0438":[12,21,24,26],"\u0434\u0438\u0440\u0435\u043a\u0442\u043e\u0440\u0438\u044e":[24,26,28],"\u0434\u0438\u0440\u0435\u043a\u0442\u043e\u0440\u0438\u044f":24,"\u0434\u0438\u0441\u043a\u0440\u0435\u0442\u043d\u043e":17,"\u0434\u0438\u0441\u043a\u0440\u0435\u0442\u043d\u044b\u043c\u0438":4,"\u0434\u0438\u0441\u043f\u0430\u0442\u0447":59,"\u0434\u0438\u0441\u043f\u0435\u0442\u0447\u0435\u0440\u0438\u0437\u0430\u0446\u0438\u0435\u0439":30,"\u0434\u0438\u0441\u043f\u0435\u0442\u0447\u0435\u0440\u0438\u0437\u0430\u0446\u0438\u0438":30,"\u0434\u0438\u0441\u043f\u0435\u0442\u0447\u0435\u0440\u0438\u0437\u0430\u0446\u0438\u044e":30,"\u0434\u0438\u0441\u043f\u0435\u0442\u0447\u0435\u0440\u0438\u0437\u0430\u0446\u0438\u044f":30,"\u0434\u0438\u0441\u0442\u0440\u0438\u0431\u0443\u0442\u0438\u0432\u0430":24,"\u0434\u0438\u0441\u0442\u0440\u0438\u0431\u0443\u0442\u0438\u0432\u043e\u0432":24,"\u0434\u0438\u0444\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0435":39,"\u0434\u0438\u0444\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0445":[4,41,55,56,64],"\u0434\u0438\u0444\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435":49,"\u0434\u0438\u0444\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435\u043c":49,"\u0434\u0438\u0444\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f":49,"\u0434\u0438\u0444\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438\u0440\u043e\u0432\u0430\u0442\u044c":49,"\u0434\u0438\u0444\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438\u0440\u0443\u0435\u043c\u0430\u044f":35,"\u0434\u0438\u0444\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438\u0440\u0443\u0435\u043c\u043e\u0439":[16,34,37],"\u0434\u0438\u0444\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435":30,"\u0434\u0438\u0444\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0440\u0443\u0435\u043c\u0430\u044f":11,"\u0434\u0438\u0444\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0440\u0443\u0435\u043c\u043e\u0439":33,"\u0434\u0438\u0444\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0440\u0443\u0435\u043c\u0443\u044e":15,"\u0434\u0438\u0444\u0444\u0443\u0437\u0438\u0432\u043d\u043e\u0435":4,"\u0434\u0438\u0444\u0444\u0443\u0437\u0438\u044f":4,"\u0434\u043b\u0438\u043d\u0430":[21,31,40],"\u0434\u043b\u0438\u043d\u043d\u0430\u044f":22,"\u0434\u043b\u0438\u043d\u043d\u044b\u0439":22,"\u0434\u043b\u0438\u043d\u0443":20,"\u0434\u043b\u0438\u043d\u044b":31,"\u0434\u043b\u0438\u0442\u0441\u044f":43,"\u0434\u043b\u044f":[0,3,4,5,6,8,9,10,11,12,14,15,16,17,19,20,21,22,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,52,53,54,55,56,57,58,59,60,61,62,63,64],"\u0434\u043e":[7,10,11,16,19,21,22,24,26,28,30,31,36,37,38,49,53,63],"\u0434\u043e\u0431\u0430\u0432\u0438\u0432":34,"\u0434\u043e\u0431\u0430\u0432\u0438\u043c":[14,33],"\u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c":[14,24,26],"\u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u0435":[19,24,26],"\u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043c":7,"\u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u044f":[24,26],"\u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u043d\u044b\u0435":26,"\u0434\u043e\u0431\u0430\u0432\u043b\u044f\u0435\u0442\u0441\u044f":[22,24],"\u0434\u043e\u0431\u0430\u0432\u043b\u044f\u0442\u044c":19,"\u0434\u043e\u0431\u0430\u0432\u043b\u044f\u044e\u0442":43,"\u0434\u043e\u0431\u0430\u0432\u044c\u0442\u0435":[24,56],"\u0434\u043e\u0431\u0438\u0442\u044c\u0441\u044f":[10,11],"\u0434\u043e\u0431\u0440\u0430\u0442\u044c\u0441\u044f":[21,30],"\u0434\u043e\u0432\u0435\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f":45,"\u0434\u043e\u0432\u0435\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0439":45,"\u0434\u043e\u0432\u0435\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u0443\u044e":45,"\u0434\u043e\u043a\u0430\u0437\u0430\u043d\u043e":42,"\u0434\u043e\u043a\u0440\u0438\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0439":32,"\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044e":28,"\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044f":3,"\u0434\u043e\u043b\u0436\u0435\u043d":[7,19,44,48,50],"\u0434\u043e\u043b\u0436\u043d\u0430":[9,21,24,31,34,36,63],"\u0434\u043e\u043b\u0436\u043d\u043e":[16,20,21,56],"\u0434\u043e\u043b\u0436\u043d\u044b":[15,19,21,56,61],"\u0434\u043e\u043b\u0438":32,"\u0434\u043e\u043b\u044e":32,"\u0434\u043e\u043b\u044f":[32,49,50,52],"\u0434\u043e\u043b\u044f\u0445":49,"\u0434\u043e\u043c\u0430\u0448\u043d\u0435\u0435":60,"\u0434\u043e\u043c\u0430\u0448\u043d\u0435\u0439":24,"\u0434\u043e\u043c\u0430\u0448\u043d\u0435\u043c":[43,48],"\u0434\u043e\u043c\u043d\u043e\u0436\u0435\u043d\u0438\u0435":[55,58],"\u0434\u043e\u043c\u043d\u043e\u0436\u0438\u043c":36,"\u0434\u043e\u043f\u0438\u0441\u0430\u0432":21,"\u0434\u043e\u043f\u0438\u0441\u0430\u0442\u044c":[19,21],"\u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e":[42,56],"\u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e":28,"\u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u0443\u044e":30,"\u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435":[7,23],"\u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439":[7,9,25],"\u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c\u0438":7,"\u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0445":[14,34],"\u0434\u043e\u043f\u043e\u043b\u043d\u044f\u044e\u0449\u0435\u0433\u043e":7,"\u0434\u043e\u043f\u0443\u0441\u043a\u0430\u0435\u0442":47,"\u0434\u043e\u043f\u0443\u0441\u043a\u0430\u0442\u044c":17,"\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043b\u0430":30,"\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c":[5,10,11,15,37,38],"\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u043e\u0435":45,"\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u043c":45,"\u0434\u043e\u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c":[],"\u0434\u043e\u0440\u043c\u0430\u043d\u0434\u0430":38,"\u0434\u043e\u0441\u0440\u043e\u0447\u043d\u043e":[31,43],"\u0434\u043e\u0441\u0440\u043e\u0447\u043d\u043e\u0433\u043e":20,"\u0434\u043e\u0441\u0440\u043e\u0447\u043d\u043e\u0435":63,"\u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e":[8,19,21,28,42,49,58,59],"\u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e\u0433\u043e":47,"\u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u044b\u0435":46,"\u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u044b\u043c\u0438":61,"\u0434\u043e\u0441\u0442\u0438\u0433\u0430\u0435\u0442\u0441\u044f":[11,45,59],"\u0434\u043e\u0441\u0442\u0438\u0433\u043d\u0435\u043c":10,"\u0434\u043e\u0441\u0442\u0438\u0433\u043d\u0435\u0442":[38,45],"\u0434\u043e\u0441\u0442\u0438\u0433\u043d\u0443\u0442":[5,38],"\u0434\u043e\u0441\u0442\u0438\u0433\u043d\u0443\u0442\u0430":[5,34,49],"\u0434\u043e\u0441\u0442\u0438\u0433\u043d\u0443\u0442\u043e":38,"\u0434\u043e\u0441\u0442\u0438\u0436\u0435\u043d\u0438\u0435":42,"\u0434\u043e\u0441\u0442\u0438\u0436\u0435\u043d\u0438\u0438":63,"\u0434\u043e\u0441\u0442\u0438\u0436\u0435\u043d\u0438\u044f":[4,31],"\u0434\u043e\u0441\u0442\u0443\u043f":22,"\u0434\u043e\u0441\u0442\u0443\u043f\u0430":[22,24],"\u0434\u043e\u0441\u0442\u0443\u043f\u0430\u0442\u044c\u0441\u044f":24,"\u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d":30,"\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430":26,"\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e":[1,20,59],"\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e\u0439":10,"\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b":[20,25,26,30],"\u0434\u0440\u043e\u0431\u0438\u0442\u0441\u044f":5,"\u0434\u0440\u043e\u0431\u0438\u0442\u044c":5,"\u0434\u0440\u043e\u0431\u043d\u043e\u0439":17,"\u0434\u0440\u043e\u0431\u043d\u0443\u044e":17,"\u0434\u0440\u043e\u0431\u043d\u044b\u0445":9,"\u0434\u0440\u0443\u0433":17,"\u0434\u0440\u0443\u0433\u0430":17,"\u0434\u0440\u0443\u0433\u0430\u044f":12,"\u0434\u0440\u0443\u0433\u0438\u0435":[14,19,22,28],"\u0434\u0440\u0443\u0433\u0438\u043c":22,"\u0434\u0440\u0443\u0433\u0438\u043c\u0438":[16,26,28,40,58],"\u0434\u0440\u0443\u0433\u0438\u0445":[24,26,28,30,33,64],"\u0434\u0440\u0443\u0433\u043e\u0433\u043e":28,"\u0434\u0440\u0443\u0433\u043e\u0439":[9,22,23,30,42],"\u0434\u0440\u0443\u0433\u0443\u044e":[37,52],"\u0434\u0443\u0430\u043b\u044c\u043d\u043e\u0433\u043e":30,"\u0434\u0443\u0430\u043b\u044c\u043d\u043e\u0435":30,"\u0434\u0443\u0430\u043b\u044c\u043d\u044b\u043c":30,"\u0434\u0443\u0431\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435":29,"\u0435":[0,5,7,9,10,11,14,16,19,22,26,27,28,30,35,39,42,45,49,54,58,64],"\u0435\u0432\u043a\u043b\u0438\u0434\u043e\u0432\u043e":21,"\u0435\u0432\u043a\u043b\u0438\u0434\u043e\u0432\u043e\u0439":21,"\u0435\u0433\u043e":[3,7,10,16,17,19,21,22,24,26,27,28,29,30,32,34,36,38,40,43,45,47,48,52,59,61,64],"\u0435\u0434":52,"\u0435\u0434\u0438\u043d\u0438\u0446":19,"\u0435\u0434\u0438\u043d\u0438\u0446\u0430":[16,52],"\u0435\u0434\u0438\u043d\u0438\u0446\u0430\u0445":32,"\u0435\u0434\u0438\u043d\u0438\u0446\u044b":[16,17],"\u0435\u0434\u0438\u043d\u0438\u0447\u043d\u0430\u044f":[11,43],"\u0435\u0434\u0438\u043d\u0438\u0447\u043d\u043e\u0439":[58,64],"\u0435\u0434\u0438\u043d\u0438\u0447\u043d\u043e\u043c":52,"\u0435\u0434\u0438\u043d\u0438\u0447\u043d\u0443\u044e":43,"\u0435\u0434\u0438\u043d\u0438\u0447\u043d\u044b":58,"\u0435\u0434\u0438\u043d\u0441\u0442\u0432\u0435\u043d\u0435\u043d":33,"\u0435\u0434\u0438\u043d\u0441\u0442\u0432\u0435\u043d\u043d\u0430":30,"\u0435\u0434\u0438\u043d\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0435":[39,63],"\u0435\u0434\u0438\u043d\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u043c":27,"\u0435\u0439":21,"\u0435\u043c\u0443":26,"\u0435\u0441\u043b\u0438":[5,7,8,9,10,11,14,15,16,17,19,20,21,22,24,26,27,28,30,31,34,35,36,37,38,39,40,42,43,46,47,48,49,50,52,53,57,59,64],"\u0435\u0441\u0442\u044c":[4,5,7,11,12,14,15,19,20,22,26,28,30,34,35,42,59],"\u0435\u0449\u0451":[7,11,16,17,19,63,64],"\u0435\u0451":[5,7,9,11,14,15,17,19,22,24,26,27,30,35,37,39,45,47,49,58,63,64],"\u0436":12,"\u0436\u0435":[5,7,9,10,14,15,17,19,20,21,26,30,34,35,38,41,42,48,52,53,58,59,61,63,64],"\u0436\u0435\u043b\u0430\u0442\u0435\u043b\u044c\u043d\u043e":21,"\u0436\u0438\u0434\u043a\u0430\u044f":32,"\u0436\u0438\u0434\u043a\u043e\u0439":[32,53],"\u0436\u0438\u0434\u043a\u043e\u043c":32,"\u0436\u0438\u0434\u043a\u043e\u0441\u0442\u0438":[32,49],"\u0436\u0438\u0434\u043a\u043e\u0441\u0442\u044c":[49,61],"\u0436\u0451\u043b\u0442\u044b\u0439":32,"\u0436\u0451\u0441\u0442\u043a\u0438\u0435":42,"\u0436\u0451\u0441\u0442\u043a\u0438\u0445":42,"\u0437\u0430":[5,7,9,16,21,22,24,30,31,34,35,36,37,38,39,42,47,51,53,58],"\u0437\u0430\u0431\u0443\u0434\u044c\u0442\u0435":24,"\u0437\u0430\u0432\u0435\u0434\u0451\u043c":[36,63],"\u0437\u0430\u0432\u0435\u0440\u0448\u0430\u0435\u0442\u0441\u044f":43,"\u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u0435":[24,63],"\u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f":20,"\u0437\u0430\u0432\u0435\u0440\u0448\u0438\u043b\u0441\u044f":50,"\u0437\u0430\u0432\u0435\u0440\u0448\u0438\u043c":59,"\u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c":[34,43,44,48],"\u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u0435\u0439":26,"\u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u0438":[6,7,9,15,26,38],"\u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u044c":[14,40,52],"\u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u044f\u043c\u0438":[4,26,40],"\u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u044f\u0445":26,"\u0437\u0430\u0432\u0438\u0441\u0438\u0442":[8,9,42,50,54],"\u0437\u0430\u0432\u0438\u0441\u044f\u0442":[30,53],"\u0437\u0430\u0432\u0438\u0441\u044f\u0449\u0430\u044f":52,"\u0437\u0430\u0432\u0438\u0441\u044f\u0449\u0438\u0435":28,"\u0437\u0430\u0433\u043e\u0442\u043e\u0432\u043a\u0430":[7,9],"\u0437\u0430\u0433\u0440\u0443\u0437\u043e\u043a":24,"\u0437\u0430\u0434\u0430\u0432\u0430\u0435\u043c\u044b\u0439":42,"\u0437\u0430\u0434\u0430\u0432\u0430\u0442\u044c":[30,49],"\u0437\u0430\u0434\u0430\u043d":31,"\u0437\u0430\u0434\u0430\u043d\u0430":[11,19,36],"\u0437\u0430\u0434\u0430\u043d\u0438\u0435":[12,21,32,40,44,50,60,61],"\u0437\u0430\u0434\u0430\u043d\u0438\u0435\u043c":49,"\u0437\u0430\u0434\u0430\u043d\u0438\u0438":[12,32,40,43,48,61],"\u0437\u0430\u0434\u0430\u043d\u0438\u044f":3,"\u0437\u0430\u0434\u0430\u043d\u043d\u0430\u044f":49,"\u0437\u0430\u0434\u0430\u043d\u043d\u043e\u0439":[5,10,31,34,38,49,53,61],"\u0437\u0430\u0434\u0430\u043d\u043d\u043e\u043c":7,"\u0437\u0430\u0434\u0430\u043d\u043d\u0443\u044e":49,"\u0437\u0430\u0434\u0430\u043d\u043d\u044b\u0445":[50,53],"\u0437\u0430\u0434\u0430\u043d\u044b":7,"\u0437\u0430\u0434\u0430\u0442\u044c":[14,17,49],"\u0437\u0430\u0434\u0430\u0447":[4,18],"\u0437\u0430\u0434\u0430\u0447\u0430":[4,8,11,12,16,32,33,37,39,40,45,47,49,53,55,58],"\u0437\u0430\u0434\u0430\u0447\u0430\u043c":[4,16],"\u0437\u0430\u0434\u0430\u0447\u0430\u043c\u0438":15,"\u0437\u0430\u0434\u0430\u0447\u0430\u0445":[4,37,42],"\u0437\u0430\u0434\u0430\u0447\u0435":[42,53,55],"\u0437\u0430\u0434\u0430\u0447\u0435\u0439":[10,16,42],"\u0437\u0430\u0434\u0430\u0447\u0438":[4,9,10,14,16,33,37,38,39,40,41,42,45,48,49,51,64],"\u0437\u0430\u0434\u0430\u0447\u0443":[9,14,16,37,38,39,41,42,45,53,57,64],"\u0437\u0430\u0434\u0430\u044e\u0442":[15,32,34],"\u0437\u0430\u0434\u0430\u044e\u0442\u0441\u044f":[15,42],"\u0437\u0430\u0434\u0430\u044e\u0449\u0430\u044f\u0441\u044f":15,"\u0437\u0430\u0434\u0430\u044e\u0449\u0435\u0433\u043e":38,"\u0437\u0430\u0434\u0430\u0451\u0442":38,"\u0437\u0430\u0434\u0430\u0451\u0442\u0441\u044f":[31,38,45,47],"\u0437\u0430\u0439\u043c\u0451\u0442":30,"\u0437\u0430\u043a\u0430\u043d\u0447\u0438\u0432\u0430\u0435\u0442\u0441\u044f":48,"\u0437\u0430\u043a\u0430\u043d\u0447\u0438\u0432\u0430\u044e\u0442\u0441\u044f":31,"\u0437\u0430\u043a\u043b\u044e\u0447\u0430\u0435\u0442\u0441\u044f":[14,15,35,39,48,52],"\u0437\u0430\u043a\u043b\u044e\u0447\u0435\u043d\u044b":17,"\u0437\u0430\u043a\u043e\u043d":40,"\u0437\u0430\u043a\u043e\u043d\u0447\u0438\u0442\u044c":5,"\u0437\u0430\u043a\u0440\u044b\u0442\u043e\u0433\u043e":7,"\u0437\u0430\u043a\u0440\u044b\u0442\u044b\u0435":9,"\u0437\u0430\u043a\u0440\u044b\u0442\u044b\u043c":9,"\u0437\u0430\u043a\u0440\u044b\u0442\u044b\u0445":[7,9],"\u0437\u0430\u043b\u043e\u0436\u0438\u0442\u044c":14,"\u0437\u0430\u043c\u0435\u0434\u043b\u0435\u043d\u0438\u044e":30,"\u0437\u0430\u043c\u0435\u043d\u0438\u0432":38,"\u0437\u0430\u043c\u0435\u043d\u0443":52,"\u0437\u0430\u043c\u0435\u043d\u044b":64,"\u0437\u0430\u043c\u0435\u043d\u044f\u0435\u0442":31,"\u0437\u0430\u043c\u0435\u043d\u044f\u0435\u0442\u0441\u044f":[39,42],"\u0437\u0430\u043c\u0435\u043d\u044f\u044e\u0442":64,"\u0437\u0430\u043c\u0435\u0442\u0438\u0432":9,"\u0437\u0430\u043c\u0435\u0442\u0438\u043c":38,"\u0437\u0430\u043c\u0435\u0442\u044c\u0442\u0435":[26,30,31,38],"\u0437\u0430\u043c\u0435\u0447\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u043c":34,"\u0437\u0430\u043c\u043a\u043d\u0443\u0442\u044b\u043c\u0438":21,"\u0437\u0430\u043c\u043a\u043d\u0443\u0442\u044c":11,"\u0437\u0430\u043c\u044b\u043a\u0430\u0435\u0442\u0441\u044f":40,"\u0437\u0430\u043c\u044b\u043a\u0430\u043d\u0438\u0435":[14,15],"\u0437\u0430\u043c\u044b\u043a\u0430\u043d\u0438\u044f":30,"\u0437\u0430\u043d\u0438\u043c\u0430\u0435\u0442":19,"\u0437\u0430\u043d\u043e\u0432\u043e":58,"\u0437\u0430\u043d\u0443\u043b\u0438\u0442\u044c":10,"\u0437\u0430\u043d\u044f\u0442\u0438\u044f\u0445":50,"\u0437\u0430\u043f\u0438\u0441\u0430\u0432":7,"\u0437\u0430\u043f\u0438\u0441\u0430\u043d\u0430":7,"\u0437\u0430\u043f\u0438\u0441\u0430\u043d\u043e":47,"\u0437\u0430\u043f\u0438\u0441\u0430\u0442\u044c":[12,17],"\u0437\u0430\u043f\u0438\u0441\u0438":[19,52],"\u0437\u0430\u043f\u0438\u0441\u044b\u0432\u0430\u0435\u0442\u0441\u044f":[11,14,56,57,63],"\u0437\u0430\u043f\u0438\u0441\u044b\u0432\u0430\u0442\u044c":62,"\u0437\u0430\u043f\u0438\u0441\u044b\u0432\u0430\u044e\u0442":42,"\u0437\u0430\u043f\u0438\u0441\u044c":[41,47,56],"\u0437\u0430\u043f\u0438\u0448\u0435\u043c":[7,10],"\u0437\u0430\u043f\u0438\u0448\u0435\u0442\u0441\u044f":[40,47,58,59],"\u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f":10,"\u0437\u0430\u043f\u043e\u043b\u043d\u0438\u043c":10,"\u0437\u0430\u043f\u043e\u043b\u043d\u0438\u0442\u0435":[7,9],"\u0437\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u0435\u0442":30,"\u0437\u0430\u043f\u0440\u0435\u0449\u0451\u043d\u043d\u044b\u043c":32,"\u0437\u0430\u043f\u0440\u043e\u0441\u0438\u0442":26,"\u0437\u0430\u043f\u0443\u0441\u043a":[24,49],"\u0437\u0430\u043f\u0443\u0441\u043a\u0430":[28,30],"\u0437\u0430\u043f\u0443\u0441\u043a\u0430\u0435\u0442\u0441\u044f":28,"\u0437\u0430\u043f\u0443\u0441\u043a\u0430\u0442\u044c":[24,28],"\u0437\u0430\u043f\u0443\u0441\u043a\u0435":[28,30],"\u0437\u0430\u043f\u0443\u0441\u043a\u043e\u043c":43,"\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c":[24,28,63],"\u0437\u0430\u043f\u0443\u0442\u0430\u043d\u043d\u044b\u043c":19,"\u0437\u0430\u043f\u044f\u0442\u0430\u044f":19,"\u0437\u0430\u043f\u044f\u0442\u043e\u0439":[10,22],"\u0437\u0430\u0440\u0430\u043d\u0435\u0435":34,"\u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435":26,"\u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0445":26,"\u0437\u0430\u0440\u043e\u0434\u044b\u0448":49,"\u0437\u0430\u0440\u043e\u0434\u044b\u0448\u0430":[49,52],"\u0437\u0430\u0440\u043e\u0434\u044b\u0448\u0435":52,"\u0437\u0430\u0440\u043e\u0434\u044b\u0448\u0435\u0432\u043e\u043c":52,"\u0437\u0430\u0442\u0435\u043c":[7,8,10,14,15,19,21,24,26,27,30,31,33,44,45,47,58,59,63,64],"\u0437\u0430\u0444\u0438\u043a\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u0430":7,"\u0437\u0430\u0444\u0438\u043a\u0441\u0438\u0440\u043e\u0432\u0430\u0442\u044c":[],"\u0437\u0430\u0445\u043e\u0447\u0435\u0442":49,"\u0437\u0430\u0447\u0430\u0441\u0442\u0443\u044e":[8,22,35],"\u0437\u0432\u0443\u043a\u0430":4,"\u0437\u0434\u0435\u0441\u044c":[5,8,10,11,14,16,20,22,24,26,28,30,34,37,49,52,56,58,59,60,64],"\u0437\u0435\u043b\u0451\u043d\u044b\u0439":32,"\u0437\u0438\u043d\u044c\u043a\u043e\u0432\u0438\u0447":51,"\u0437\u043d\u0430\u0435\u0442":30,"\u0437\u043d\u0430\u0435\u0442\u0435":49,"\u0437\u043d\u0430\u043a":[17,52,55,63],"\u0437\u043d\u0430\u043a\u0438":[31,33,34,36],"\u0437\u043d\u0430\u043a\u043e\u0432":[10,16],"\u0437\u043d\u0430\u043a\u043e\u043c":52,"\u0437\u043d\u0430\u043a\u043e\u043c\u0441\u0442\u0432\u043e":28,"\u0437\u043d\u0430\u043a\u043e\u043c\u044b\u0445":28,"\u0437\u043d\u0430\u043a\u0443":47,"\u0437\u043d\u0430\u043c\u0435\u043d\u0430\u0442\u0435\u043b\u0435":52,"\u0437\u043d\u0430\u043c\u0435\u043d\u0435\u0442\u0435":[],"\u0437\u043d\u0430\u0442\u044c":[11,53],"\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435":[9,10,14,16,17,20,21,22,27,30,31,39,43,47,48,49,54,58,63,64],"\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435\u043c":[27,30,39,59],"\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0438":16,"\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439":[9,12,22,30,32,55,59],"\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044e":[5,7,17,27,34,49],"\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f":[1,7,9,10,11,16,17,19,22,27,29,30,32,36,39,40,47,49,59],"\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f\u043c":[9,47],"\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f\u043c\u0438":11,"\u0437\u043d\u0430\u0447\u0438\u0442":[7,10,15,30,37],"\u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e":42,"\u0437\u043d\u0430\u044f":[7,55,58],"\u0437\u043e\u043b\u043e\u0442\u043e\u0435":34,"\u0437\u043e\u043b\u043e\u0442\u043e\u043c\u0443":35,"\u0437\u0440\u0435\u043d\u0438\u044f":30,"\u0438":[0,1,3,4,5,7,8,9,10,11,12,14,15,16,18,20,21,22,23,24,25,28,29,32,33,34,36,37,38,39,40,41,42,43,44,45,46,47,48,50,51,52,53,54,57,58,59,60,61,63,64],"\u0438\u0433\u0440\u0430\u044e\u0442":4,"\u0438\u0434\u0435\u0430\u043b\u044c\u043d\u043e\u0433\u043e":[19,47,49,52,53],"\u0438\u0434\u0435\u0430\u043b\u044c\u043d\u044b\u0439":45,"\u0438\u0434\u0435\u0430\u043b\u044c\u043d\u044b\u043c\u0438":49,"\u0438\u0434\u0435\u0430\u043b\u044c\u043d\u044b\u0445":[49,52],"\u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438":26,"\u0438\u0434\u0435\u044e":[5,38],"\u0438\u0434\u0435\u044f":52,"\u0438\u0434\u0451\u0442":24,"\u0438\u0435\u0440\u0430\u0440\u0445\u0438\u044e":30,"\u0438\u0437":[4,5,7,8,9,10,11,12,14,15,16,17,19,21,22,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,42,43,44,46,47,48,49,50,52,53,54,55,56,58,59,61,63,64],"\u0438\u0437\u0431\u0430\u0432\u0438\u043c\u0441\u044f":52,"\u0438\u0437\u0431\u0430\u0432\u0438\u0442\u044c\u0441\u044f":9,"\u0438\u0437\u0431\u0430\u0432\u043b\u044f\u0435\u0442":49,"\u0438\u0437\u0431\u0435\u0433\u0430\u0442\u044c":30,"\u0438\u0437\u0431\u0435\u0436\u0430\u043d\u0438\u044f":58,"\u0438\u0437\u0431\u0435\u0436\u0430\u0442\u044c":[9,10,16,59,63],"\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u0430":[30,35],"\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u043e":[7,30,31,38,43,58],"\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u043e\u0439":14,"\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u044b":[11,30,35],"\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u044b\u043c":47,"\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u044b\u043c\u0438":7,"\u0438\u0437\u0432\u043b\u0435\u043a\u0430\u044f":27,"\u0438\u0437\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u0435":[15,16,19,30],"\u0438\u0437\u0432\u043d\u0435":22,"\u0438\u0437\u0434\u0430\u0442\u0435\u043b\u044c\u0441\u0442\u0432\u043e":0,"\u0438\u0437\u043b\u0430\u0433\u0430\u0442\u044c":42,"\u0438\u0437\u043b\u0430\u0433\u0430\u044e\u0442\u0441\u044f":23,"\u0438\u0437\u043b\u043e\u0436\u0435\u043d\u0430":51,"\u0438\u0437\u043b\u043e\u0436\u0435\u043d\u0438\u044f":[52,64],"\u0438\u0437\u043b\u043e\u0436\u0435\u043d\u043d\u0430\u044f":64,"\u0438\u0437\u043b\u043e\u0436\u0435\u043d\u043d\u0443\u044e":5,"\u0438\u0437\u043b\u043e\u0436\u0435\u043d\u044b":45,"\u0438\u0437\u043c\u0435\u043b\u044c\u0447\u0435\u043d\u0438\u0435":10,"\u0438\u0437\u043c\u0435\u043b\u044c\u0447\u0435\u043d\u0438\u0438":10,"\u0438\u0437\u043c\u0435\u043b\u044c\u0447\u0435\u043d\u0438\u0439":10,"\u0438\u0437\u043c\u0435\u043b\u044c\u0447\u0438\u043c":10,"\u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0435":54,"\u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0435\u043c":52,"\u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0438":28,"\u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044e":16,"\u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f":[16,26],"\u0438\u0437\u043c\u0435\u043d\u0438\u043b\u0438\u0441\u044c":14,"\u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c":17,"\u0438\u0437\u043c\u0435\u043d\u0447\u0438\u0432\u0430":5,"\u0438\u0437\u043c\u0435\u043d\u044f\u0435\u043c\u043e\u0433\u043e":30,"\u0438\u0437\u043c\u0435\u043d\u044f\u0435\u043c\u043e\u0439":30,"\u0438\u0437\u043c\u0435\u043d\u044f\u0435\u043c\u044b\u0439":[19,30],"\u0438\u0437\u043c\u0435\u043d\u044f\u0435\u043c\u044b\u043c":30,"\u0438\u0437\u043c\u0435\u043d\u044f\u0435\u043c\u044b\u0445":22,"\u0438\u0437\u043c\u0435\u043d\u044f\u044e\u0442\u0441\u044f":42,"\u0438\u0437\u043c\u0435\u0440\u0435\u043d\u0438\u0439":14,"\u0438\u0437\u043c\u0435\u0440\u0435\u043d\u0438\u044f":15,"\u0438\u0437\u043c\u0435\u0440\u0438\u043c":30,"\u0438\u0437\u043e\u0431\u0430\u0440\u043d\u043e":53,"\u0438\u0437\u043e\u0431\u0430\u0440\u044b":32,"\u0438\u0437\u043e\u0431\u0440\u0435\u0442\u0435\u043d\u043e":30,"\u0438\u0437\u043e\u0431\u0440\u0435\u0442\u0451\u043d":49,"\u0438\u0437\u043e\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u044b":26,"\u0438\u0437\u043e\u0442\u0435\u0440\u043c":[21,32],"\u0438\u0437\u043e\u0442\u0435\u0440\u043c\u0430":32,"\u0438\u0437\u043e\u0442\u0435\u0440\u043c\u0430\u043c\u0438":61,"\u0438\u0437\u043e\u0442\u0435\u0440\u043c\u0435":32,"\u0438\u0437\u043e\u0442\u0435\u0440\u043c\u0438\u0447\u0435\u0441\u043a\u0438\u043c":52,"\u0438\u0437\u043e\u0442\u0435\u0440\u043c\u0438\u0447\u0435\u0441\u043a\u0438\u0445":52,"\u0438\u0437\u043e\u0442\u0435\u0440\u043c\u0438\u0447\u0435\u0441\u043a\u043e\u0439":53,"\u0438\u0437\u043e\u0442\u0435\u0440\u043c\u0443":32,"\u0438\u0437\u043e\u0442\u0435\u0440\u043c\u044b":[32,61],"\u0438\u0437\u0443\u0447\u0430\u0435\u0442\u0441\u044f":33,"\u0438\u0437\u0443\u0447\u0430\u0442\u044c":54,"\u0438\u0437\u0443\u0447\u0435\u043d\u0438\u044e":23,"\u0438\u0437\u0443\u0447\u0435\u043d\u0438\u044f":28,"\u0438\u0437\u0443\u0447\u0438\u0442\u044c":23,"\u0438\u043b\u0438":[4,5,8,9,10,11,12,14,15,17,19,21,22,25,26,27,28,30,31,35,36,37,39,40,42,43,45,47,48,49,50,52,53,56,57,63,64],"\u0438\u043c":[30,32],"\u0438\u043c\u0435\u0435\u043c":42,"\u0438\u043c\u0435\u0435\u0442":[4,5,7,9,11,14,15,16,17,21,22,26,30,31,32,33,35,37,38,39,40,42,49,52,54,58,59,63,64],"\u0438\u043c\u0435\u043b\u0430":[30,34],"\u0438\u043c\u0435\u043d\u0430":[26,27],"\u0438\u043c\u0435\u043d\u0430\u043c\u0438":22,"\u0438\u043c\u0435\u043d\u0435\u043c":[21,38],"\u0438\u043c\u0435\u043d\u0438":[19,22,24,26],"\u0438\u043c\u0435\u043d\u043d\u043e":[4,35,59],"\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0439":22,"\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0445":30,"\u0438\u043c\u0435\u0442\u044c":[7,22,31,34,36,39,53,56],"\u0438\u043c\u0435\u044e\u0442":[7,9,11,15,17,26,28,30,53,59,64],"\u0438\u043c\u0435\u044e\u0449\u0430\u044f":33,"\u0438\u043c\u0435\u044e\u0449\u0435\u0435":64,"\u0438\u043c\u0435\u044e\u0449\u0435\u0439":11,"\u0438\u043c\u0435\u044e\u0449\u0435\u043c\u0443":52,"\u0438\u043c\u0435\u044e\u0449\u0438\u0439":[12,27],"\u0438\u043c\u0435\u044f":[24,31],"\u0438\u043c\u0438":22,"\u0438\u043c\u043f\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044f":[],"\u0438\u043c\u043f\u043b\u0435\u043c\u0435\u043d\u0442\u0438\u0440\u043e\u0432\u0430\u0432":[],"\u0438\u043c\u043f\u043b\u0435\u043c\u0435\u043d\u0442\u0438\u0440\u043e\u0432\u0430\u043d":[],"\u0438\u043c\u043f\u043b\u0435\u043c\u0435\u043d\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c":[],"\u0438\u043c\u043f\u043b\u0435\u043c\u0435\u043d\u0442\u0438\u0440\u0443\u0439\u0442\u0435":[],"\u0438\u043c\u043f\u043e\u0440\u0442\u0430":26,"\u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0438":[],"\u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f":26,"\u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u043c":26,"\u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c":26,"\u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u0443\u0435\u043c\u044b\u0435":26,"\u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u0443\u0435\u0442":26,"\u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u0443\u0435\u0442\u0441\u044f":[25,26],"\u0438\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u0443\u044e\u0449\u0438\u0439":[],"\u0438\u043c\u044f":[22,30],"\u0438\u043c\u0451\u043d":[20,22,26],"\u0438\u043d\u0430\u0447\u0435":[4,7,9,14,15,17,32,34,38],"\u0438\u043d\u0434\u0435\u043a\u0441":[12,15,19,59],"\u0438\u043d\u0434\u0435\u043a\u0441\u043e\u0432":[9,19,59],"\u0438\u043d\u0434\u0435\u043a\u0441\u043e\u043c":19,"\u0438\u043d\u0438\u0446\u0438\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438":38,"\u0438\u043d\u043e\u0433\u0434\u0430":[7,17,27,30,49],"\u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u0438":[21,22,24,26],"\u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044f":[24,26],"\u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044f\u043c":24,"\u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442":26,"\u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u0430":30,"\u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u0430\u043c":3,"\u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u043e\u0432":[15,22,25],"\u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u044b":[3,23,25],"\u0438\u043d\u0442\u0435\u0433\u0440\u0430\u043b":[7,8,9,10,12],"\u0438\u043d\u0442\u0435\u0433\u0440\u0430\u043b\u0430":[5,6,7,8,9,10],"\u0438\u043d\u0442\u0435\u0433\u0440\u0430\u043b\u043e\u0432":8,"\u0438\u043d\u0442\u0435\u0433\u0440\u0430\u043b\u0443":[5,9],"\u0438\u043d\u0442\u0435\u0433\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435":[4,7,38],"\u0438\u043d\u0442\u0435\u0433\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435\u043c":53,"\u0438\u043d\u0442\u0435\u0433\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0438":38,"\u0438\u043d\u0442\u0435\u0433\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f":[5,7,8,39,40,42],"\u0438\u043d\u0442\u0435\u0433\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c":10,"\u0438\u043d\u0442\u0435\u0433\u0440\u0438\u0440\u0443\u0435\u043c\u043e\u0439":39,"\u0438\u043d\u0442\u0435\u0433\u0440\u0438\u0440\u0443\u0435\u0442":9,"\u0438\u043d\u0442\u0435\u0440\u0430\u043a\u0442\u0438\u0432\u043d\u0430\u044f":28,"\u0438\u043d\u0442\u0435\u0440\u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0433\u043e":28,"\u0438\u043d\u0442\u0435\u0440\u0430\u043a\u0442\u0438\u0432\u043d\u043e\u043c":28,"\u0438\u043d\u0442\u0435\u0440\u0430\u043a\u0442\u0438\u0432\u043d\u043e\u043c\u0443":28,"\u0438\u043d\u0442\u0435\u0440\u0432\u0430\u043b":[31,32,34,36,47],"\u0438\u043d\u0442\u0435\u0440\u0432\u0430\u043b\u0430":[7,10,34,36,47],"\u0438\u043d\u0442\u0435\u0440\u0432\u0430\u043b\u0435":[7,10,11,32,47],"\u0438\u043d\u0442\u0435\u0440\u0432\u0430\u043b\u043e\u0432":[8,9,10,31,33],"\u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043d\u043e\u0439":37,"\u0438\u043d\u0442\u0435\u0440\u0435\u0441\u0443\u0435\u0442":54,"\u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442":26,"\u0438\u043d\u0442\u0435\u0440\u043f\u043e\u043b\u044f\u043d\u0442":[11,14,15],"\u0438\u043d\u0442\u0435\u0440\u043f\u043e\u043b\u044f\u043d\u0442\u0430":15,"\u0438\u043d\u0442\u0435\u0440\u043f\u043e\u043b\u044f\u043d\u0442\u043e\u043c":15,"\u0438\u043d\u0442\u0435\u0440\u043f\u043e\u043b\u044f\u0446\u0438\u0438":[9,11,12,14,15,34,35],"\u0438\u043d\u0442\u0435\u0440\u043f\u043e\u043b\u044f\u0446\u0438\u043e\u043d\u043d\u043e\u0439":47,"\u0438\u043d\u0442\u0435\u0440\u043f\u043e\u043b\u044f\u0446\u0438\u044e":[9,14,47],"\u0438\u043d\u0442\u0435\u0440\u043f\u043e\u043b\u044f\u0446\u0438\u044f":[11,29,47],"\u0438\u043d\u0442\u0435\u0440\u043f\u0440\u0435\u0442\u0430\u0442\u043e\u0440":[24,28],"\u0438\u043d\u0442\u0435\u0440\u043f\u0440\u0435\u0442\u0430\u0442\u043e\u0440\u0430":[24,28],"\u0438\u043d\u0442\u0435\u0440\u043f\u0440\u0435\u0442\u0430\u0446\u0438\u0438":39,"\u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441":[12,26,30],"\u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430":30,"\u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u044b":[],"\u0438\u043d\u0442\u0440\u043e\u0441\u043f\u0435\u043a\u0446\u0438\u0438":30,"\u0438\u043d\u0442\u0440\u043e\u0441\u043f\u0435\u043a\u0446\u0438\u044f":19,"\u0438\u043d\u0442\u0443\u0438\u0442\u0438\u0432\u0435\u043d":[22,27],"\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438":[22,25,45,55],"\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e":[26,28,30,32,42],"\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f":[3,26],"\u0438\u043d\u044b\u0445":30,"\u0438\u0441\u043a\u0430\u0442\u044c":[3,26,32,49],"\u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435":[21,22],"\u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435\u043c":22,"\u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0439":20,"\u0438\u0441\u043a\u043b\u044e\u0447\u0438\u043c":42,"\u0438\u0441\u043a\u043b\u044e\u0447\u0438\u0442\u044c":9,"\u0438\u0441\u043a\u043e\u043c\u044b\u0439":15,"\u0438\u0441\u043a\u043e\u043c\u044b\u0445":11,"\u0438\u0441\u043f\u043e\u043b\u0435\u043d\u0438\u044f":[],"\u0438\u0441\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435\u043c":23,"\u0438\u0441\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f":[19,20,28],"\u0438\u0441\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u043c":27,"\u0438\u0441\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044f":24,"\u0438\u0441\u043f\u043e\u043b\u043d\u0438\u0442\u044c":28,"\u0438\u0441\u043f\u043e\u043b\u043d\u044f\u0435\u043c\u044b\u0439":24,"\u0438\u0441\u043f\u043e\u043b\u043d\u044f\u0435\u0442\u0441\u044f":22,"\u0438\u0441\u043f\u043e\u043b\u043d\u044f\u0442\u044c":28,"\u0438\u0441\u043f\u043e\u043b\u043d\u044f\u044e\u0442\u0441\u044f":23,"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043b\u0438":[28,38],"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043b\u0441\u044f":64,"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d":[20,58],"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0430":16,"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435":[30,64],"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c":[19,30],"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0438":[7,26,48,64],"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f":[3,22,26,42,49,64],"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u043e":64,"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u044b":47,"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c":[5,17,19,21,24,26,28,38,41,42,43,48,55,64],"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f":[30,55],"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c":[7,38],"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0430\u044f":[],"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u043e\u0433\u043e":16,"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0435":25,"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u043c\u0438":26,"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0445":[16,19,28,42,49],"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442":[26,42,45,64],"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0435":20,"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f":[14,17,19,21,22,23,26,27,28,29,32,40,43,47,55,58,59,64],"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435":17,"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0441\u044f":19,"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0435\u0442\u0441\u044f":[],"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0442":[5,42,43,47,48],"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0442\u0441\u044f":[15,27,32,42],"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0449\u0438\u0435":[38,64],"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0449\u0438\u0439":38,"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0449\u0438\u0445\u0441\u044f":15,"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f":[10,17,30,43,48,53,58,64],"\u0438\u0441\u0441\u043b\u0435\u0434\u0443\u0435\u043c":42,"\u0438\u0441\u0441\u043b\u0435\u0434\u0443\u0439\u0442\u0435":[6,40],"\u0438\u0441\u0441\u043b\u0435\u0434\u0443\u044e\u0442\u0441\u044f":12,"\u0438\u0441\u0442\u0438\u043d\u043d\u043e\u0435":54,"\u0438\u0441\u0442\u0438\u043d\u043d\u044b\u0439":[43,64],"\u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u043e\u0432":12,"\u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u043e\u043c":40,"\u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0443":40,"\u0438\u0441\u0445\u043e\u0434\u043d\u0430\u044f":[7,52,53],"\u0438\u0441\u0445\u043e\u0434\u043d\u043e\u0433\u043e":[21,26,39,48],"\u0438\u0441\u0445\u043e\u0434\u043d\u043e\u0435":[39,42],"\u0438\u0441\u0445\u043e\u0434\u043d\u043e\u0439":[36,42,48,49,52,55,58,59],"\u0438\u0441\u0445\u043e\u0434\u043d\u043e\u043c":[26,42,49],"\u0438\u0441\u0445\u043e\u0434\u043d\u0443\u044e":58,"\u0438\u0441\u0445\u043e\u0434\u043d\u044b\u0435":[],"\u0438\u0441\u0445\u043e\u0434\u043d\u044b\u0439":[26,28,31],"\u0438\u0441\u0445\u043e\u0434\u043d\u044b\u043c":[26,28,49,57],"\u0438\u0441\u0445\u043e\u0434\u043d\u044b\u0445":17,"\u0438\u0441\u0447\u0435\u0440\u043f\u0430\u0435\u043c":10,"\u0438\u0442\u0430\u043a":[10,11,14,47,52,53,59],"\u0438\u0442\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u043e":[42,47],"\u0438\u0442\u0435\u0440\u0430\u0442\u043e\u0440":19,"\u0438\u0442\u0435\u0440\u0430\u0446\u0438\u0438":[10,20,31,34,35,36,38,42,43,48,49,59,64],"\u0438\u0442\u0435\u0440\u0430\u0446\u0438\u0439":[31,34,35,36,37,43,48,49,63,64],"\u0438\u0442\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u043e":60,"\u0438\u0442\u0435\u0440\u0430\u0446\u0438\u044e":[31,34],"\u0438\u0442\u0435\u0440\u0430\u0446\u0438\u044f":[10,35],"\u0438\u0442\u0435\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f":20,"\u0438\u0442\u0435\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c":20,"\u0438\u0442\u043e\u0433\u0435":[11,16,38],"\u0438\u0442\u043e\u0433\u043e\u0432\u0430\u044f":[7,48],"\u0438\u0445":[4,5,7,8,9,10,11,16,18,19,22,26,28,30,38,43,49,55],"\u0438\u0449\u0435\u043c":36,"\u0438\u0449\u0435\u0442":[26,31,35,37],"\u0438\u0449\u0443\u0442\u0441\u044f":21,"\u043a":[4,5,7,8,9,10,11,12,15,16,17,19,20,22,24,26,27,28,30,32,33,34,35,36,37,39,40,42,43,45,47,48,49,50,52,53,55,56,57,58,59,64],"\u043a\u0430\u0431\u0438\u043d\u0435\u0442\u0430":0,"\u043a\u0430\u0432\u044b\u0447\u043a\u0430":19,"\u043a\u0430\u0432\u044b\u0447\u043a\u0438":29,"\u043a\u0430\u0436\u0434\u0430\u044f":4,"\u043a\u0430\u0436\u0434\u043e\u0433\u043e":[12,56],"\u043a\u0430\u0436\u0434\u043e\u0435":30,"\u043a\u0430\u0436\u0434\u043e\u0439":[15,19,22,30,32,39,56,64],"\u043a\u0430\u0436\u0434\u043e\u043c":[8,10,11,15,33,52],"\u043a\u0430\u0436\u0434\u043e\u043c\u0443":19,"\u043a\u0430\u0436\u0434\u044b\u0439":[22,28,42],"\u043a\u0430\u0436\u0435\u0442\u0441\u044f":9,"\u043a\u0430\u043a":[4,5,7,9,11,12,14,15,16,17,19,20,22,23,26,27,28,29,30,31,32,34,36,37,38,39,40,42,43,49,52,53,54,55,56,59,63,64],"\u043a\u0430\u043a\u0430\u044f":26,"\u043a\u0430\u043a\u0438\u0435":[4,26],"\u043a\u0430\u043a\u0438\u043c":[7,29],"\u043a\u0430\u043a\u0438\u0445":[31,40,53],"\u043a\u0430\u043a\u043e\u0433\u043e":[],"\u043a\u0430\u043a\u043e\u0439":[12,28,30,53],"\u043a\u0430\u043a\u043e\u043c":30,"\u043a\u0430\u043a\u0443\u044e":28,"\u043a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440":28,"\u043a\u0430\u043c\u0438\u043b\u044f":51,"\u043a\u0430\u043f\u043b\u0438":49,"\u043a\u0430\u043f\u043b\u044f":49,"\u043a\u0430\u0441\u0430\u0442\u0435\u043b\u044c\u043d\u0430\u044f":35,"\u043a\u0430\u0441\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0439":[35,39],"\u043a\u0430\u0441\u043a\u0430\u0434\u043d\u043e\u0435":27,"\u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435":[7,8,12,15,21,24,28,30,31,32,36,37,38,42,43,47,48,49,53,55,56,59,63,64],"\u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0435":14,"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u0430":21,"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u0438\u0447\u043d\u0430\u044f":[35,44,45],"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u0438\u0447\u043d\u043e":35,"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u0438\u0447\u043d\u043e\u0439":[35,36,48],"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u0438\u0447\u043d\u0443\u044e":63,"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u043d\u0430\u044f":[56,59],"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u043d\u043e\u0435":36,"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u043d\u043e\u0439":[11,46,54,55,58],"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u043d\u0443\u044e":[21,55,63],"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u043d\u044b\u0435":[19,56],"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u043d\u044b\u0439":[27,32],"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u043e\u0432":55,"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u0443\u0440\u0430":[7,9],"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u0443\u0440\u0430\u043c":5,"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u0443\u0440\u043d\u0430\u044f":[7,8,9,10],"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u0443\u0440\u043d\u043e\u0439":[7,8,9],"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u0443\u0440\u043d\u0443\u044e":7,"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u0443\u0440\u043d\u044b\u0435":[7,8,9],"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u0443\u0440\u043d\u044b\u043c\u0438":7,"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u0443\u0440\u043d\u044b\u0445":[7,8,9],"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u0443\u0440\u044b":32,"\u043a\u0432\u0430\u0437\u0438":43,"\u043a\u0432\u0430\u0437\u0438\u043d\u044c\u044e\u0442\u043e\u043d\u043e\u0432\u0441\u043a\u0438\u0435":64,"\u043a\u0432\u0430\u0437\u0438\u043d\u044c\u044e\u0442\u043e\u043d\u043e\u0432\u0441\u043a\u043e\u0433\u043e":64,"\u043a\u0432\u0430\u0437\u0438\u043d\u044c\u044e\u0442\u043e\u043d\u043e\u0432\u0441\u043a\u043e\u0435":64,"\u043a\u0433":12,"\u043a\u0435\u043b\u044c\u0432\u0438\u043d":12,"\u043a\u0438\u043d\u0435\u0442\u0438\u043a\u0438":12,"\u043a\u0438\u043d\u0435\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0435":12,"\u043a\u0438\u0440\u0438\u043b\u043b\u0430":51,"\u043a\u0438\u0441\u043b\u043e\u0440\u043e\u0434\u0430":19,"\u043a\u043b\u0430\u0441\u0441":45,"\u043a\u043b\u0430\u0441\u0441\u0435":45,"\u043a\u043b\u0430\u0441\u0441\u0438\u0444\u0438\u0446\u0438\u0440\u0443\u044e\u0442\u0441\u044f":30,"\u043a\u043b\u0430\u0441\u0441\u0438\u0447\u0435\u0441\u043a\u0438\u0439":[],"\u043a\u043b\u0430\u0441\u0441\u043e\u0432":41,"\u043a\u043b\u0435\u0442\u043a\u0438":21,"\u043a\u043b\u0435\u0442\u043a\u0443":21,"\u043a\u043b\u044e\u0447":[],"\u043a\u043b\u044e\u0447\u0443":22,"\u043a\u043d\u0438\u0433\u0435":30,"\u043a\u043e\u0433\u0434\u0430":[7,17,26,27,35,45,48,60],"\u043a\u043e\u0434":[10,19,26,28,30],"\u043a\u043e\u0434\u0430":[22,26,27,28,30],"\u043a\u043e\u0434\u0435":[26,49],"\u043a\u043e\u0434\u0438\u0440\u043e\u0432\u043a\u0435":28,"\u043a\u043e\u0434\u043e\u043c":[26,28,57],"\u043a\u043e\u0434\u0443":28,"\u043a\u043e\u043b\u0435\u0431\u0430\u043d\u0438\u044f":5,"\u043a\u043e\u043b\u0435\u0431\u0430\u0442\u044c\u0441\u044f":40,"\u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0430":[6,7,15,21,49],"\u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0435":[7,52],"\u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e":[10,19,20,21,26,28,30,38,42,47,49,52,53],"\u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0435\u0439":[21,22],"\u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0438":19,"\u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u0439":30,"\u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044f":[19,21,22],"\u043a\u043e\u043b\u043b\u0435\u043a\u0446\u0438\u044f\u043c":20,"\u043a\u043e\u043b\u043b\u0438\u0437\u0438\u044f":30,"\u043a\u043e\u043c\u0430\u043d\u0434":22,"\u043a\u043e\u043c\u0430\u043d\u0434\u0430":[22,26,28],"\u043a\u043e\u043c\u0430\u043d\u0434\u0430\u043c\u0438":26,"\u043a\u043e\u043c\u0430\u043d\u0434\u0435":24,"\u043a\u043e\u043c\u0430\u043d\u0434\u043d\u0430\u044f":28,"\u043a\u043e\u043c\u0430\u043d\u0434\u043d\u043e\u0439":[24,28],"\u043a\u043e\u043c\u0430\u043d\u0434\u043e\u0439":[24,26,28],"\u043a\u043e\u043c\u0430\u043d\u0434\u0443":28,"\u043a\u043e\u043c\u0430\u043d\u0434\u044b":[12,20,24,26,28],"\u043a\u043e\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u044f":30,"\u043a\u043e\u043c\u0431\u0438\u043d\u0438\u0440\u0443\u044f":9,"\u043a\u043e\u043c\u0438\u0442\u0435\u0442\u0430":0,"\u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0439":42,"\u043a\u043e\u043c\u043c\u0443\u0442\u0430\u0442\u0438\u0432\u043d\u043e":26,"\u043a\u043e\u043c\u043f":49,"\u043a\u043e\u043c\u043f\u0430\u043a\u0442\u043d\u0430\u044f":22,"\u043a\u043e\u043c\u043f\u0438\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u0430\u044f":30,"\u043a\u043e\u043c\u043f\u0438\u043b\u0438\u0440\u043e\u0432\u0430\u0442\u044c":[27,49],"\u043a\u043e\u043c\u043f\u0438\u043b\u0438\u0440\u0443\u0435\u0442":30,"\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0442\u043e\u0440":30,"\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0442\u043e\u0440\u0430":30,"\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0442\u043e\u0440\u0443":30,"\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u0438":30,"\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u044e":19,"\u043a\u043e\u043c\u043f\u043b\u0435\u043a\u0441\u043d\u044b\u0445":[25,30],"\u043a\u043e\u043c\u043f\u043e\u0437\u0438\u0442\u043d\u043e\u0433\u043e":30,"\u043a\u043e\u043c\u043f\u043e\u0437\u0438\u0442\u043d\u044b\u0439":30,"\u043a\u043e\u043c\u043f\u043e\u0437\u0438\u0442\u043d\u044b\u0445":30,"\u043a\u043e\u043c\u043f\u043e\u0437\u0438\u0442\u044b\u0445":30,"\u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430":[32,49,50,52,53],"\u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u043d\u0430":52,"\u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u043e\u0432":[32,49,50,52],"\u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u043e\u0439":42,"\u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b":[42,45],"\u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u0430":26,"\u043a\u043e\u043d\u0432\u0435\u043a\u0442\u0438\u0432\u043d\u043e\u0435":4,"\u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0430\u0446\u0438\u0438":30,"\u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0430\u0446\u0438\u044e":30,"\u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0430\u0446\u0438\u044f":30,"\u043a\u043e\u043d\u0432\u0435\u0440\u0442\u0438\u0440\u0443\u0435\u0442\u0441\u044f":27,"\u043a\u043e\u043d\u0434\u0435\u043d\u0441\u0430\u0442\u0430":49,"\u043a\u043e\u043d\u0435\u0446":19,"\u043a\u043e\u043d\u0435\u0447\u043d\u0430\u044f":[9,17,64],"\u043a\u043e\u043d\u0435\u0447\u043d\u043e":[10,30,52],"\u043a\u043e\u043d\u0435\u0447\u043d\u043e\u0435":38,"\u043a\u043e\u043d\u0435\u0447\u043d\u043e\u0439":[9,16,17,39],"\u043a\u043e\u043d\u0435\u0447\u043d\u043e\u043c":16,"\u043a\u043e\u043d\u0435\u0447\u043d\u0443\u044e":[17,64],"\u043a\u043e\u043d\u0435\u0447\u043d\u044b\u0435":64,"\u043a\u043e\u043d\u0435\u0447\u043d\u044b\u0445":64,"\u043a\u043e\u043d\u043a\u0430\u0442\u0435\u043d\u0430\u0446\u0438\u0438":19,"\u043a\u043e\u043d\u043a\u0430\u0442\u0435\u043d\u0430\u0446\u0438\u044e":63,"\u043a\u043e\u043d\u043a\u0430\u0442\u0435\u043d\u0430\u0446\u0438\u044f":[19,29],"\u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u043e\u0433\u043e":12,"\u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u0435":30,"\u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u0439":30,"\u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u044b\u0445":[4,30],"\u043a\u043e\u043d\u043d\u043e\u0442\u0430\u0446\u0438\u044e":64,"\u043a\u043e\u043d\u0441\u0435\u0440\u0432\u0430\u0442\u0438\u0432\u043d\u043e\u0439":40,"\u043a\u043e\u043d\u0441\u043f\u0435\u043a\u0442\u043e\u0432":28,"\u043a\u043e\u043d\u0441\u0442\u0430\u043d\u0442":[12,17],"\u043a\u043e\u043d\u0441\u0442\u0430\u043d\u0442\u0430":[32,49,52],"\u043a\u043e\u043d\u0441\u0442\u0430\u043d\u0442\u0435":37,"\u043a\u043e\u043d\u0441\u0442\u0430\u043d\u0442\u0438\u043d\u0430":51,"\u043a\u043e\u043d\u0441\u0442\u0430\u043d\u0442\u043d\u043e\u0435":30,"\u043a\u043e\u043d\u0441\u0442\u0430\u043d\u0442\u043e\u0439":9,"\u043a\u043e\u043d\u0441\u0442\u0430\u043d\u0442\u044b":27,"\u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u043e\u0440":[],"\u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0442\u043e\u0440":[21,30],"\u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0442\u043e\u0440\u043e\u0432":[],"\u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0442\u043e\u0440\u044b":30,"\u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u0435\u0439":[],"\u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u0438":22,"\u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044f":20,"\u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044f\u0445":27,"\u043a\u043e\u043d\u0442\u0435\u043a\u0441\u0442":30,"\u043a\u043e\u043d\u0442\u0440\u043e\u043b\u0435\u043c":10,"\u043a\u043e\u043d\u0442\u0440\u043e\u043b\u0438\u0440\u0443\u0435\u0442":47,"\u043a\u043e\u043d\u0442\u0440\u043e\u043b\u0438\u0440\u0443\u0435\u0442\u0441\u044f":5,"\u043a\u043e\u043d\u0444\u043b\u0438\u043a\u0442\u0430":20,"\u043a\u043e\u043d\u0444\u043b\u0438\u043a\u0442\u043e\u0432":[26,28],"\u043a\u043e\u043d\u0446\u0430":[19,21],"\u043a\u043e\u043d\u0446\u0430\u0445":[9,11,31,33,34,36],"\u043a\u043e\u043d\u0446\u0435":[10,19,22,24,27,34],"\u043a\u043e\u043d\u0446\u043e\u0432":[9,31],"\u043a\u043e\u043d\u0446\u044b":9,"\u043a\u043e\u043d\u0447\u0435\u043d\u044b\u0435":64,"\u043a\u043e\u043e\u0440\u0434\u0438\u043d\u0430\u0442":[21,30],"\u043a\u043e\u043e\u0440\u0434\u0438\u043d\u0430\u0442\u0430\u0445":50,"\u043a\u043e\u043e\u0440\u0434\u0438\u043d\u0430\u0442\u044b":[15,50],"\u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435":[48,58],"\u043a\u043e\u043f\u0438\u0442\u0441\u044f":17,"\u043a\u043e\u043f\u0438\u044f":19,"\u043a\u043e\u043f\u044f\u0442\u0441\u044f":17,"\u043a\u043e\u0440\u0435\u043d\u044c":[27,30,31,32,33,34,35,36,53,63,64],"\u043a\u043e\u0440\u043d\u0435":33,"\u043a\u043e\u0440\u043d\u0435\u0432\u043e\u0433\u043e":26,"\u043a\u043e\u0440\u043d\u0435\u0432\u043e\u0439":26,"\u043a\u043e\u0440\u043d\u0435\u0432\u0443\u044e":[],"\u043a\u043e\u0440\u043d\u0435\u0439":[33,35,53],"\u043a\u043e\u0440\u043d\u0435\u043c":31,"\u043a\u043e\u0440\u043d\u0438":[37,64],"\u043a\u043e\u0440\u043d\u044e":[34,64],"\u043a\u043e\u0440\u043d\u044f":[16,27,30,31,33,34,35,36,37,63,64],"\u043a\u043e\u0440\u043e\u0442\u043a\u0438\u0439":22,"\u043a\u043e\u0440\u043e\u0442\u043a\u0438\u0445":22,"\u043a\u043e\u0440\u043e\u0442\u043a\u043e\u0439":24,"\u043a\u043e\u0440\u0440\u0435\u043a\u0442\u0438\u0440\u0443\u0435\u0442":48,"\u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u043e\u0439":26,"\u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u044b":56,"\u043a\u043e\u0440\u0440\u0435\u043b\u044f\u0446\u0438\u0438":12,"\u043a\u043e\u0440\u0440\u0435\u043b\u044f\u0446\u0438\u043e\u043d\u043d\u044b\u0435":12,"\u043a\u043e\u0440\u0440\u0435\u043b\u044f\u0446\u0438\u044f\u043c":12,"\u043a\u043e\u0440\u0442\u0435\u0436":[5,19,22],"\u043a\u043e\u0440\u0442\u0435\u0436\u0430":[20,22],"\u043a\u043e\u0440\u0442\u0435\u0436\u0435\u043c":22,"\u043a\u043e\u0440\u0442\u0435\u0436\u0438":22,"\u043a\u043e\u0442\u043e\u0440\u0430\u044f":[14,21,22,23,24,56,57,64],"\u043a\u043e\u0442\u043e\u0440\u043e\u0433\u043e":[11,30,46,47],"\u043a\u043e\u0442\u043e\u0440\u043e\u0435":[17,47,55,58,63],"\u043a\u043e\u0442\u043e\u0440\u043e\u0439":[17,21,24,46],"\u043a\u043e\u0442\u043e\u0440\u043e\u043c":[9,19,21,26,30,31,32,45,47],"\u043a\u043e\u0442\u043e\u0440\u043e\u043c\u0443":15,"\u043a\u043e\u0442\u043e\u0440\u0443\u044e":[5,26,59],"\u043a\u043e\u0442\u043e\u0440\u044b\u0435":[5,7,15,17,23,26,30,32,42],"\u043a\u043e\u0442\u043e\u0440\u044b\u0439":[10,17,26,29,30,43,48,50,59,60,61],"\u043a\u043e\u0442\u043e\u0440\u044b\u043c":[4,11,12],"\u043a\u043e\u0442\u043e\u0440\u044b\u043c\u0438":7,"\u043a\u043e\u0442\u043e\u0440\u044b\u0445":[10,16,17,21,30,31,32,37,38,42,47,48,57,59,61],"\u043a\u043e\u0442\u0441\u0430":7,"\u043a\u043e\u0448\u0438":[38,39,40,41,42],"\u043a\u043e\u044d\u0444\u0444\u0438\u0446\u0435\u043d\u0442":[],"\u043a\u043e\u044d\u0444\u0444\u0438\u0446\u0438\u0435\u043d\u0442":53,"\u043a\u043e\u044d\u0444\u0444\u0438\u0446\u0438\u0435\u043d\u0442\u0430":[49,52],"\u043a\u043e\u044d\u0444\u0444\u0438\u0446\u0438\u0435\u043d\u0442\u0430\u043c\u0438":[7,8],"\u043a\u043e\u044d\u0444\u0444\u0438\u0446\u0438\u0435\u043d\u0442\u043e\u0432":[4,7,8,11,14,15,42,53],"\u043a\u043e\u044d\u0444\u0444\u0438\u0446\u0438\u0435\u043d\u0442\u043e\u043c":52,"\u043a\u043e\u044d\u0444\u0444\u0438\u0446\u0438\u0435\u043d\u0442\u044b":[4,7,9,10,11,14,15,38,42,53],"\u043a\u0440\u0430\u0432\u0446\u043e\u0432\u0430":51,"\u043a\u0440\u0430\u0441\u043d\u0430\u044f":32,"\u043a\u0440\u0430\u0441\u043d\u043e\u0433\u043e":50,"\u043a\u0440\u0430\u0441\u043d\u044b\u0435":61,"\u043a\u0440\u0430\u0441\u043d\u044b\u0439":32,"\u043a\u0440\u0430\u0441\u043d\u044b\u043c":61,"\u043a\u0440\u0430\u0442\u043a\u0438\u0435":24,"\u043a\u0440\u0430\u0442\u043a\u0438\u0439":22,"\u043a\u0440\u0430\u0442\u043a\u0438\u043c":27,"\u043a\u0440\u0430\u0442\u043a\u043e":[43,62],"\u043a\u0440\u0430\u0442\u043a\u043e\u0441\u0442\u0438":[41,59,63],"\u043a\u0440\u0430\u044f\u0445":15,"\u043a\u0440\u0438\u0432\u0438\u0437\u043d\u0443":[43,47],"\u043a\u0440\u0438\u0442\u0435\u0440\u0438\u0438":[47,49],"\u043a\u0440\u0438\u0442\u0435\u0440\u0438\u0439":5,"\u043a\u0440\u0438\u0442\u0435\u0440\u0438\u044f":[5,52],"\u043a\u0440\u0438\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0435":[49,50],"\u043a\u0440\u0438\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0439":[32,50,51],"\u043a\u0440\u0438\u0442\u0438\u0447\u0435\u0441\u043a\u0443\u044e":50,"\u043a\u0440\u043e\u043c\u0435":[16,17,26,27,28,30,33,37,43,55],"\u043a\u0440\u043e\u043d\u0440\u043e\u0434":7,"\u043a\u0440\u0443\u0433\u0430":21,"\u043a\u0440\u0443\u0433\u043e\u0432\u0443\u044e":21,"\u043a\u0440\u0443\u043f\u043d\u0430\u044f":5,"\u043a\u0440\u0443\u043f\u043d\u0435\u0435":17,"\u043a\u0440\u0443\u043f\u043d\u043e\u0433\u043e":47,"\u043a\u0440\u0443\u043f\u043d\u043e\u0435":17,"\u043a\u0440\u0443\u043f\u043d\u043e\u0439":10,"\u043a\u0440\u0443\u043f\u043d\u044b\u0435":14,"\u043a\u0440\u0443\u043f\u043d\u044b\u043c":17,"\u043a\u0442\u043e":[23,26,49],"\u043a\u0443\u0431":35,"\u043a\u0443\u0431\u0438\u0447\u0435\u0441\u043a\u0430\u044f":11,"\u043a\u0443\u0431\u0438\u0447\u0435\u0441\u043a\u0438\u0439":11,"\u043a\u0443\u0431\u0438\u0447\u0435\u0441\u043a\u0438\u0445":[],"\u043a\u0443\u0431\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e":[11,35,49,53],"\u043a\u0443\u0431\u0438\u0447\u0435\u0441\u043a\u043e\u0435":53,"\u043a\u0443\u0431\u0438\u0447\u0435\u0441\u043a\u043e\u043c\u0443":53,"\u043a\u0443\u0431\u0438\u0447\u0435\u0441\u043a\u0443\u044e":47,"\u043a\u0443\u0437\u043d\u0435\u0447\u0438\u043a":21,"\u043a\u0443\u0440\u0441":3,"\u043a\u0443\u0440\u0441\u0430":[28,51],"\u043a\u0443\u0440\u0441\u0435":57,"\u043a\u0443\u0441\u043a\u043e\u0432":11,"\u043a\u0443\u0441\u043e\u0447\u043d\u043e":11,"\u043a\u0443\u0442\u0442\u0430":38,"\u043a\u0443\u0442\u0442\u044b":[38,40,41,42],"\u043a\u0443\u0447\u0435":30,"\u043a\u044d\u0445\u044d\u043d\u0430":17,"\u043b":12,"\u043b\u0430\u0433\u0440\u0430\u043d\u0436\u0430":14,"\u043b\u0430\u043c\u0438\u043d\u0430\u0440\u043d\u043e\u0435":4,"\u043b\u0435\u0432\u0430\u044f":58,"\u043b\u0435\u0432\u043e\u0439":[7,11],"\u043b\u0435\u0432\u044b\u0445":9,"\u043b\u0435\u0433\u043a\u043e":[9,19,23],"\u043b\u0435\u0436\u0430\u043d\u0434\u0440\u0430":[7,32],"\u043b\u0435\u0436\u0430\u0442":[7,36],"\u043b\u0435\u0436\u0430\u0442\u044c":12,"\u043b\u0435\u0436\u0438\u0442":24,"\u043b\u0435\u043a\u043d\u0435\u0440\u043e\u043c":32,"\u043b\u0435\u043d\u0430\u0440\u0434\u0430":12,"\u043b\u0435\u0442\u0443\u0447\u0435\u0441\u0442\u0438":[49,52],"\u043b\u0435\u0442\u0443\u0447\u0435\u0441\u0442\u044c":52,"\u043b\u0435\u0442\u0443\u0447\u0435\u0441\u0442\u044c\u044e":52,"\u043b\u0438":[5,7,17,22,30,34,48,49,52,59],"\u043b\u0438\u0431\u043e":[7,16,21,24,28,31,33,35],"\u043b\u0438\u0431\u043e\u0433\u043e":30,"\u043b\u0438\u043c\u0438\u0442\u0438\u0440\u0443\u0435\u0442\u0441\u044f":42,"\u043b\u0438\u043d\u0435\u0430\u0440\u0438\u0437\u0430\u0446\u0438\u0438":36,"\u043b\u0438\u043d\u0435\u0439\u043d\u0430\u044f":[31,37],"\u043b\u0438\u043d\u0435\u0439\u043d\u043e":57,"\u043b\u0438\u043d\u0435\u0439\u043d\u043e\u0433\u043e":47,"\u043b\u0438\u043d\u0435\u0439\u043d\u043e\u0435":[15,30],"\u043b\u0438\u043d\u0435\u0439\u043d\u043e\u0439":[7,9,11,15,21,25,30,37,43,54,55,57,63,64],"\u043b\u0438\u043d\u0435\u0439\u043d\u043e\u043c":47,"\u043b\u0438\u043d\u0435\u0439\u043d\u0443\u044e":[9,14,63],"\u043b\u0438\u043d\u0435\u0439\u043d\u044b\u0435":[21,25,26],"\u043b\u0438\u043d\u0435\u0439\u043d\u044b\u0439":[11,15,19,45,64],"\u043b\u0438\u043d\u0435\u0439\u043d\u044b\u043c":[43,45,47,48,64],"\u043b\u0438\u043d\u0435\u0439\u043d\u044b\u0445":[4,9,15,55,59],"\u043b\u0438\u043d\u0438\u044f":32,"\u043b\u0438\u043d\u0438\u044f\u043c\u0438":[32,61],"\u043b\u0438\u0441\u0442\u044c\u044f\u043c\u0438":30,"\u043b\u0438\u0442\u0435\u0440\u0430\u043b":[19,29],"\u043b\u0438\u0442\u0435\u0440\u0430\u043b\u0430":27,"\u043b\u0438\u0442\u0435\u0440\u0430\u043b\u0435":63,"\u043b\u0438\u0442\u0435\u0440\u0430\u043b\u043e\u043c":19,"\u043b\u0438\u0442\u0435\u0440\u0430\u0442\u0443\u0440\u0435":[17,63],"\u043b\u0438\u0448\u044c":[7,15,22,31,47],"\u043b\u043e\u0431":7,"\u043b\u043e\u0433\u0430\u0440\u0438\u0444\u043c\u0430":52,"\u043b\u043e\u0433\u0430\u0440\u0438\u0444\u043c\u044b":27,"\u043b\u043e\u0433\u0438\u043a\u0443":27,"\u043b\u043e\u0433\u0438\u0447\u0435\u0441\u043a\u0438\u0439":27,"\u043b\u043e\u0433\u0438\u0447\u0435\u0441\u043a\u0438\u0445":27,"\u043b\u043e\u0433\u0438\u0447\u0435\u0441\u043a\u043e\u0435":27,"\u043b\u043e\u0436\u0438\u0442\u0441\u044f":49,"\u043b\u043e\u0436\u043d\u043e\u0439":31,"\u043b\u043e\u043a\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0435\u0439":34,"\u043b\u043e\u043a\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438":[31,33,34,36,47],"\u043b\u043e\u043a\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044e":31,"\u043b\u043e\u043a\u0430\u043b\u0438\u0437\u0443\u044e\u0449\u0438\u0439":31,"\u043b\u043e\u043a\u0430\u043b\u044c\u043d\u0430":45,"\u043b\u043e\u043a\u0430\u043b\u044c\u043d\u0430\u044f":45,"\u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e":[26,38,48],"\u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0433\u043e":[38,48],"\u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0435":38,"\u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0439":30,"\u043b\u043e\u043a\u0430\u043b\u044c\u043d\u044b\u0439":[46,55],"\u043b\u043e\u043a\u0430\u043b\u044c\u043d\u044b\u043c":46,"\u043b\u043e\u043a\u0430\u043b\u044c\u043d\u044b\u0445":47,"\u043b\u0443\u0447\u0448\u0435":[9,10,17,24,26,42,45],"\u043b\u0443\u0447\u0448\u0435\u0433\u043e":17,"\u043b\u0443\u0447\u0448\u0435\u043c":34,"\u043b\u0443\u0447\u0448\u0438\u0439":[20,45],"\u043b\u0443\u0447\u0448\u0443\u044e":7,"\u043b\u044c\u044e\u0438\u0441\u043e\u043c":52,"\u043b\u044e\u0431\u0430\u044f":[19,30],"\u043b\u044e\u0431\u043e\u0433\u043e":[7,28],"\u043b\u044e\u0431\u043e\u0435":30,"\u043b\u044e\u0431\u043e\u0439":[8,21,30],"\u043b\u044e\u0431\u044b\u0435":27,"\u043b\u044e\u0434\u044c\u043c\u0438":28,"\u043c":[42,51],"\u043c\u0430\u043a\u0440\u043e\u0441":[9,21],"\u043c\u0430\u043a\u0440\u043e\u0441\u0430":30,"\u043c\u0430\u043a\u0440\u043e\u0441\u043e\u043c":[19,30],"\u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u0435\u043d":7,"\u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e":7,"\u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435":[10,17,38,47,48],"\u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0439":7,"\u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u044b\u0439":7,"\u043c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u044b\u043c":59,"\u043c\u0430\u043a\u0441\u0438\u043c\u0443\u043c\u043e\u0432":47,"\u043c\u0430\u043b\u0430":38,"\u043c\u0430\u043b\u0435\u043d\u044c\u043a\u043e\u0439":5,"\u043c\u0430\u043b\u043e":[5,52],"\u043c\u0430\u043b\u043e\u0435":17,"\u043c\u0430\u043b\u043e\u0439":[],"\u043c\u0430\u043b\u043e\u043c":[16,39,52],"\u043c\u0430\u043b\u043e\u0441\u0442\u0438":[31,33],"\u043c\u0430\u043b\u044b\u0435":46,"\u043c\u0430\u043b\u044b\u043c":17,"\u043c\u0430\u043d\u0438\u043f\u0443\u043b\u0438\u0440\u0432\u043e\u0432\u0430\u0442\u044c":30,"\u043c\u0430\u043d\u0438\u043f\u0443\u043b\u044f\u0446\u0438\u0438":[],"\u043c\u0430\u043d\u0442\u0438\u0441\u0441\u0430":17,"\u043c\u0430\u043d\u0442\u0438\u0441\u0441\u0435":16,"\u043c\u0430\u043d\u0442\u0438\u0441\u0441\u043e\u0439":17,"\u043c\u0430\u043d\u0442\u0438\u0441\u0441\u0443":17,"\u043c\u0430\u043d\u0442\u0438\u0441\u0441\u044b":[16,17],"\u043c\u0430\u043d\u0442\u0438\u0441c\u044b":17,"\u043c\u0430\u043d\u0443\u0430\u043b":30,"\u043c\u0430\u043d\u0443\u0430\u043b\u0430":[19,26],"\u043c\u0430\u043d\u0443\u0430\u043b\u0435":[20,22,29],"\u043c\u0430\u043d\u0443\u043b\u0430":27,"\u043c\u0430\u0441\u0441":21,"\u043c\u0430\u0441\u0441\u0430":12,"\u043c\u0430\u0441\u0441\u0438\u0432":[15,19,21,22,29,30],"\u043c\u0430\u0441\u0441\u0438\u0432\u0430":[9,15,19,21,22,30,59],"\u043c\u0430\u0441\u0441\u0438\u0432\u0430\u0445":19,"\u043c\u0430\u0441\u0441\u0438\u0432\u0435":9,"\u043c\u0430\u0441\u0441\u0438\u0432\u043e\u0432":[19,22,30,63],"\u043c\u0430\u0441\u0441\u0438\u0432\u043e\u043c":19,"\u043c\u0430\u0441\u0441\u0438\u0432\u0443":[],"\u043c\u0430\u0441\u0441\u0438\u0432\u044b":[30,58],"\u043c\u0430\u0441\u0441\u043e\u0432\u043e\u0433\u043e":32,"\u043c\u0430\u0441\u0441\u043e\u0439":40,"\u043c\u0430\u0441\u0441\u044b":40,"\u043c\u0430\u0441\u0448\u0442\u0430\u0431":36,"\u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0430":44,"\u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0430\u0445":42,"\u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f":47,"\u043c\u0430\u0442\u0430\u043d\u0430\u043b\u0438\u0437\u0430":7,"\u043c\u0430\u0442\u0435\u043c\u0430\u0442\u0438\u043a\u0435":27,"\u043c\u0430\u0442\u0435\u043c\u0430\u0442\u0438\u043a\u0443":0,"\u043c\u0430\u0442\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438":[27,45],"\u043c\u0430\u0442\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0435":[23,27,30],"\u043c\u0430\u0442\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0439":52,"\u043c\u0430\u0442\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u043c":8,"\u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b":51,"\u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u043e\u0432":[],"\u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u044b":23,"\u043c\u0430\u0442\u0440\u0438\u0446":[16,19,25,30,55,58,59,64],"\u043c\u0430\u0442\u0440\u0438\u0446\u0430":[11,14,16,19,42,43,46,48,55,56,57,58,59,60,63],"\u043c\u0430\u0442\u0440\u0438\u0446\u0430\u043c\u0438":[19,25],"\u043c\u0430\u0442\u0440\u0438\u0446\u0435":[11,58,59],"\u043c\u0430\u0442\u0440\u0438\u0446\u0435\u0439":[11,14,46,58,59,63],"\u043c\u0430\u0442\u0440\u0438\u0446\u0443":[7,14,44,46,48,55,58,59,63],"\u043c\u0430\u0442\u0440\u0438\u0446\u044b":[1,7,10,11,14,19,43,44,49,54,55,56,57,58,59,63,64],"\u043c\u0430\u0442\u0440\u0438\u0447\u043d\u043e":43,"\u043c\u0430\u0442\u0440\u0438\u0447\u043d\u043e\u0435":[25,64],"\u043c\u0430\u0442\u0440\u0438\u0447\u043d\u043e\u043c":[11,56],"\u043c\u0430\u0442\u0440\u0438\u0447\u043d\u044b\u0439":11,"\u043c\u0430\u0448\u0438\u043d\u0435":10,"\u043c\u0430\u0448\u0438\u043d\u043d\u0430\u044f":17,"\u043c\u0430\u0448\u0438\u043d\u043d\u043e\u0439":[17,38],"\u043c\u0430\u0448\u0438\u043d\u043d\u043e\u043c":23,"\u043c\u0430\u0448\u0438\u043d\u043d\u0443\u044e":[16,30],"\u043c\u0430\u0448\u0438\u043d\u043d\u044b\u0439":[17,30],"\u043c\u0430\u0448\u0438\u043d\u043d\u044b\u043c":17,"\u043c\u0435\u0434\u0438\u0446\u0438\u043d\u0435":23,"\u043c\u0435\u0434\u043b\u0435\u043d\u043d\u0435\u0435":19,"\u043c\u0435\u0434\u043b\u0435\u043d\u043d\u043e":23,"\u043c\u0435\u0436\u0434\u0443":[10,12,17,26,28,32,43,52,54,59,64],"\u043c\u0435\u043b\u043a\u0438\u0439":38,"\u043c\u0435\u043b\u043a\u0438\u0445":5,"\u043c\u0435\u043b\u043a\u043e\u0433\u043e":42,"\u043c\u0435\u043b\u043a\u043e\u0441\u0442\u044c\u044e":15,"\u043c\u0435\u043b\u043a\u0443\u044e":5,"\u043c\u0435\u043b\u044c\u0447\u0435":[5,9,10,38],"\u043c\u0435\u043b\u044c\u0447\u0438\u0442\u044c":10,"\u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440":28,"\u043c\u0435\u043d\u0435\u0435":[9,19,30,49,53],"\u043c\u0435\u043d\u044c\u0448\u0435":[5,9,17,27,38,52],"\u043c\u0435\u043d\u044c\u0448\u0435\u0433\u043e":58,"\u043c\u0435\u043d\u044c\u0448\u0435\u0435":[16,21],"\u043c\u0435\u043d\u044c\u0448\u0435\u0439":[],"\u043c\u0435\u043d\u044c\u0448\u0435\u043c\u0443":27,"\u043c\u0435\u043d\u044c\u0448\u0438\u0435":17,"\u043c\u0435\u043d\u044c\u0448\u0438\u0439":53,"\u043c\u0435\u043d\u044c\u0448\u0443\u044e":52,"\u043c\u0435\u043d\u044f\u0435\u0442":[22,30],"\u043c\u0435\u043d\u044f\u0435\u0442\u0441\u044f":[5,7,15],"\u043c\u0435\u043d\u044f\u0442\u044c":30,"\u043c\u0435\u043d\u044f\u044e\u0449\u0435\u0439\u0441\u044f":42,"\u043c\u0435\u0440\u0430":[],"\u043c\u0435\u0440\u044b":64,"\u043c\u0435\u0441\u0442\u0430":30,"\u043c\u0435\u0441\u0442\u0430\u043c\u0438":3,"\u043c\u0435\u0441\u0442\u043e":[31,37,54,63],"\u043c\u0435\u0441\u0442\u043e\u0440\u043e\u0436\u0434\u0435\u043d\u0438\u0439":0,"\u043c\u0435\u0442\u0430\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e":26,"\u043c\u0435\u0442\u0430\u043d":50,"\u043c\u0435\u0442\u0430\u043d\u0430":50,"\u043c\u0435\u0442\u0430\u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u044b\u043c":32,"\u043c\u0435\u0442\u043e\u0434":[7,21,26,30,38,40,42,49,52,59],"\u043c\u0435\u0442\u043e\u0434\u0430":[5,10,26,30,31,35,37,38,39,40,43,47,49,55,56,62,63],"\u043c\u0435\u0442\u043e\u0434\u0430\u043c":4,"\u043c\u0435\u0442\u043e\u0434\u0430\u043c\u0438":[4,38,40,42],"\u043c\u0435\u0442\u043e\u0434\u0430\u0445":[30,45],"\u043c\u0435\u0442\u043e\u0434\u0435":[31,34,35,39,40,43,49,55,58,64],"\u043c\u0435\u0442\u043e\u0434\u043e\u0432":[4,30,33,36,38,41,42,45,59,63,64],"\u043c\u0435\u0442\u043e\u0434\u043e\u043c":[7,10,14,31,32,35,36,38,39,40,42,43,49,56,58,63,64],"\u043c\u0435\u0442\u043e\u0434\u0443":[31,34,36],"\u043c\u0435\u0442\u043e\u0434\u044b":[0,5,9,26,27,41,64],"\u043c\u0435\u0445\u0430\u043d\u0438\u0437\u043c":[19,28,30],"\u043c\u0435\u0445\u0430\u043d\u0438\u0437\u043c\u0430":63,"\u043c\u0435\u0445\u0430\u043d\u0438\u0437\u043c\u0443":30,"\u043c\u0435\u0445\u0430\u043d\u0438\u0437\u043c\u044b":28,"\u043c\u0435\u0445\u0430\u043d\u0438\u0447\u0435\u0441\u043a\u0438\u0435":4,"\u043c\u0438\u043a\u0435\u043b\u044c\u0441\u0435\u043d\u0430":51,"\u043c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0439":64,"\u043c\u0438\u043d\u0438\u043c\u0438\u0437\u0430\u0446\u0438\u0438":[47,64],"\u043c\u0438\u043d\u0438\u043c\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u0442\u044c":47,"\u043c\u0438\u043d\u0438\u043c\u0438\u0437\u0438\u0440\u0443\u0435\u0442":[48,64],"\u043c\u0438\u043d\u0438\u043c\u0443\u043c":[9,32,43,44,45,46,47,48,52,55],"\u043c\u0438\u043d\u0438\u043c\u0443\u043c\u0430":[43,45,46,47,48,52,55,61],"\u043c\u0438\u043d\u0438\u043c\u0443\u043c\u043e\u0432":47,"\u043c\u0438\u043d\u0438\u043c\u0443\u043c\u043e\u043c":[46,61],"\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u043e\u0432":0,"\u043c\u0438\u043d\u043e\u0440\u044b":55,"\u043c\u0438\u043d\u0443\u0441":27,"\u043c\u0438\u0440":28,"\u043c\u043a\u0441":10,"\u043c\u043d\u043e\u0433\u0438\u0435":[9,12],"\u043c\u043d\u043e\u0433\u0438\u0445":[28,31,64],"\u043c\u043d\u043e\u0433\u043e":[28,30],"\u043c\u043d\u043e\u0433\u043e\u043c\u0435\u0440\u043d\u043e\u0439":63,"\u043c\u043d\u043e\u0433\u043e\u043c\u0435\u0440\u043d\u044b\u0439":63,"\u043c\u043d\u043e\u0433\u043e\u0441\u0442\u0430\u0434\u0438\u0439\u043d\u044b\u0445":42,"\u043c\u043d\u043e\u0433\u043e\u0447\u043b\u0435\u043d":7,"\u043c\u043d\u043e\u0433\u043e\u0447\u043b\u0435\u043d\u0430":[7,9],"\u043c\u043d\u043e\u0433\u043e\u0447\u043b\u0435\u043d\u0430\u043c":7,"\u043c\u043d\u043e\u0433\u043e\u0447\u043b\u0435\u043d\u043e\u0432":[7,9],"\u043c\u043d\u043e\u0433\u043e\u0447\u043b\u0435\u043d\u044b":7,"\u043c\u043d\u043e\u0433\u043e\u0448\u0430\u0433\u043e\u0432\u044b\u0435":41,"\u043c\u043d\u043e\u0433\u043e\u044d\u0442\u0430\u043f\u043d\u044b\u043c\u0438":42,"\u043c\u043d\u043e\u0436\u0435\u0441\u0442\u0432\u0430":27,"\u043c\u043d\u043e\u0436\u0435\u0441\u0442\u0432\u0430\u0445":27,"\u043c\u043d\u043e\u0436\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0439":30,"\u043c\u043d\u043e\u0436\u0435\u0441\u0442\u0432\u043e":[9,20,30,45],"\u043c\u043d\u043e\u0436\u0435\u0441\u0442\u0432\u043e\u043c":45,"\u043c\u043d\u043e\u0436\u0435\u0441\u0442\u0432\u0443":27,"\u043c\u043d\u043e\u0436\u0438\u0442\u0435\u043b\u0435\u0439":55,"\u043c\u043d\u043e\u0436\u0438\u0442\u0435\u043b\u0438":59,"\u043c\u043d\u043e\u0436\u0438\u0442\u0435\u043b\u044c":12,"\u043c\u043e\u0433":21,"\u043c\u043e\u0433\u043b\u0438":48,"\u043c\u043e\u0433\u0443":48,"\u043c\u043e\u0433\u0443\u0442":[7,16,17,20,22,24,27,30,38,47,48],"\u043c\u043e\u0434\u0435\u043b\u0435\u0439":53,"\u043c\u043e\u0434\u0435\u043b\u0438":[12,47],"\u043c\u043e\u0434\u0435\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0438":40,"\u043c\u043e\u0434\u0435\u043b\u044c":[12,14,19,45],"\u043c\u043e\u0434\u0435\u043b\u044c\u043d\u0443\u044e":48,"\u043c\u043e\u0434\u0435\u043b\u044c\u044e":[12,53,63],"\u043c\u043e\u0434\u0435\u043b\u044f\u0445":23,"\u043c\u043e\u0434\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438":34,"\u043c\u043e\u0434\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044e":48,"\u043c\u043e\u0434\u0438\u0444\u0438\u0446\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u0430\u044f":[47,48],"\u043c\u043e\u0434\u0438\u0444\u0438\u0446\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0433\u043e":48,"\u043c\u043e\u0434\u0438\u0444\u0438\u0446\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0435":[1,43,48,55],"\u043c\u043e\u0434\u0438\u0444\u0438\u0446\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0439":36,"\u043c\u043e\u0434\u0438\u0444\u0438\u0446\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439":34,"\u043c\u043e\u0434\u0438\u0444\u0438\u0446\u0438\u0440\u043e\u0432\u0430\u0442\u044c":[10,34],"\u043c\u043e\u0434\u0443\u043b\u0435":[26,59],"\u043c\u043e\u0434\u0443\u043b\u0435\u0439":26,"\u043c\u043e\u0434\u0443\u043b\u0435\u043c":26,"\u043c\u043e\u0434\u0443\u043b\u044c":[12,21,26],"\u043c\u043e\u0434\u0443\u043b\u044e":26,"\u043c\u043e\u0434\u0443\u043b\u044f":21,"\u043c\u043e\u0434\u0443\u043b\u044f\u043c":3,"\u043c\u043e\u0436\u0435\u043c":[10,30,49,53],"\u043c\u043e\u0436\u0435\u0442":[5,7,10,17,19,20,21,22,26,30,35,37,38,47,48,49,53,55,60,61,62,63],"\u043c\u043e\u0436\u0435\u0442\u0435":[19,26,28,30,34,49],"\u043c\u043e\u0436\u043d\u043e":[4,5,7,8,9,10,11,12,14,15,16,17,19,20,22,24,26,27,28,30,32,33,34,35,36,37,38,41,43,44,47,49,52,54,55,56,57,59,64],"\u043c\u043e\u043b\u044c":12,"\u043c\u043e\u043b\u044c\u043d\u0430\u044f":[32,50,52],"\u043c\u043e\u043b\u044c\u043d\u043e\u0439":32,"\u043c\u043e\u043b\u044c\u043d\u0443\u044e":32,"\u043c\u043e\u043b\u044c\u043d\u044b\u0439":52,"\u043c\u043e\u043b\u044c\u043d\u044b\u043c":52,"\u043c\u043e\u043b\u044c\u043d\u044b\u0445":49,"\u043c\u043e\u043b\u044f\u0440\u043d\u0430\u044f":12,"\u043c\u043e\u043b\u044f\u0440\u043d\u044b\u0439":12,"\u043c\u043e\u043c\u0435\u043d\u0442":[28,40,49],"\u043c\u043e\u0440\u0440\u0438\u0441\u043e\u043d\u0430":64,"\u043c\u043e\u0441\u043a\u0432\u0430":0,"\u043c\u0443\u0441\u043e\u0440\u0430":19,"\u043c\u0444\u0442\u0438":51,"\u043c\u044b":[4,5,7,9,10,11,14,15,22,26,30,33,36,37,38,39,41,42,43,45,48,49,50,52,53,59,62,63,64],"\u043c\u044f\u0433\u043a\u0438\u0435":42,"\u043d":[0,50],"\u043d\u0430":[1,3,4,5,6,7,8,9,10,11,12,14,15,16,17,18,19,21,22,23,24,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,42,43,44,45,47,48,49,50,51,52,53,54,55,56,58,59,61,63,64],"\u043d\u0430\u0431\u0438\u0440\u0430\u0442\u044c":[23,27],"\u043d\u0430\u0431\u0438\u0440\u0430\u044e\u0442":49,"\u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0442\u044c":15,"\u043d\u0430\u0431\u043b\u044e\u0434\u0430\u0442\u044c\u0441\u044f":35,"\u043d\u0430\u0431\u043e\u0440":[7,12,15,25,26,27,32,42,47],"\u043d\u0430\u0431\u043e\u0440\u0430":[7,27,30],"\u043d\u0430\u0431\u043e\u0440\u0435":[30,63],"\u043d\u0430\u0431\u043e\u0440\u043e\u043c":[15,30],"\u043d\u0430\u0431\u043e\u0440\u0443":19,"\u043d\u0430\u0431\u0440\u0430\u0432":24,"\u043d\u0430\u0431\u0440\u0430\u0442\u044c":28,"\u043d\u0430\u0433\u043b\u044f\u0434\u043d\u044b\u0445":28,"\u043d\u0430\u0434":[19,25,30,58,59],"\u043d\u0430\u0434\u0435\u0436\u0434\u0435":34,"\u043d\u0430\u0434\u0435\u044f\u0442\u044c\u0441\u044f":7,"\u043d\u0430\u0434\u043e\u0435\u0434\u0430\u0435\u0442":19,"\u043d\u0430\u0436\u0430\u0442\u0438\u044e":28,"\u043d\u0430\u0436\u0430\u0442\u044c":28,"\u043d\u0430\u0436\u043c\u0438\u0442\u0435":27,"\u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435":42,"\u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0435\u043c":[21,28,64],"\u043d\u0430\u0437\u0432\u0430\u043d\u0438\u0438":64,"\u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0438":26,"\u043d\u0430\u0437\u044b\u0432\u0430\u0435\u043c\u043e\u0435":34,"\u043d\u0430\u0437\u044b\u0432\u0430\u0435\u043c\u044b\u0439":56,"\u043d\u0430\u0437\u044b\u0432\u0430\u0435\u043c\u044b\u043c":45,"\u043d\u0430\u0437\u044b\u0432\u0430\u0435\u0442\u0441\u044f":[9,14,30,46,47,58,59,64],"\u043d\u0430\u0437\u044b\u0432\u0430\u0442\u044c":[30,46,63],"\u043d\u0430\u0437\u044b\u0432\u0430\u044e\u0442":[8,9,15,16,17,26,28,37,38,39,42,46,47,48,53,54,59,60,63,64],"\u043d\u0430\u0437\u044b\u0432\u0430\u044e\u0442\u0441\u044f":[5,7,9],"\u043d\u0430\u0438\u0431\u043e\u043b\u0435\u0435":[38,59],"\u043d\u0430\u0438\u0431\u043e\u043b\u044c\u0448\u0435\u0433\u043e":59,"\u043d\u0430\u0438\u0431\u043e\u043b\u044c\u0448\u0435\u0435":[17,42],"\u043d\u0430\u0438\u0431\u043e\u043b\u044c\u0448\u0438\u0435":1,"\u043d\u0430\u0438\u043c\u0435\u043d\u044c\u0448\u0435\u0435":[7,17],"\u043d\u0430\u0438\u043c\u0435\u043d\u044c\u0448\u0438\u043c":17,"\u043d\u0430\u0438\u043c\u0435\u043d\u044c\u0448\u0438\u0445":55,"\u043d\u0430\u0439\u0434\u0435\u043d":[7,53],"\u043d\u0430\u0439\u0434\u0435\u043d\u043d\u043e\u0433\u043e":[31,49],"\u043d\u0430\u0439\u0434\u0435\u043d\u043d\u043e\u0435":54,"\u043d\u0430\u0439\u0434\u0435\u043d\u043d\u043e\u0439":49,"\u043d\u0430\u0439\u0434\u0435\u043d\u043d\u043e\u043c":49,"\u043d\u0430\u0439\u0434\u0435\u043d\u043d\u044b\u0439":[31,32,34,36,43,48,49,63],"\u043d\u0430\u0439\u0434\u0435\u043d\u043e":[43,47,48,49,63],"\u043d\u0430\u0439\u0434\u0435\u043d\u044b":[7,49],"\u043d\u0430\u0439\u0434\u0438\u0442\u0435":[32,61],"\u043d\u0430\u0439\u0434\u0443\u0442\u0441\u044f":46,"\u043d\u0430\u0439\u0434\u044f":[52,64],"\u043d\u0430\u0439\u0434\u0451\u043c":[48,49,54],"\u043d\u0430\u0439\u0434\u0451\u043d\u043d\u043e\u043c":49,"\u043d\u0430\u0439\u0434\u0451\u0442":26,"\u043d\u0430\u0439\u0434\u0451\u0442\u0441\u044f":11,"\u043d\u0430\u0439\u0442\u0438":[7,11,17,21,32,33,37,39,45,49,52,55,58,61],"\u043d\u0430\u043a\u043b\u043e\u043d\u043e\u043c":[11,15,47],"\u043d\u0430\u043a\u043e\u043d\u0435\u0446":14,"\u043d\u0430\u043a\u043e\u043f\u043b\u0435\u043d\u0438\u044e":42,"\u043d\u0430\u043b\u0438\u0447\u0438\u0435":[26,40,47],"\u043d\u0430\u043c":[5,14,15,26,38,49,58],"\u043d\u0430\u043c\u043d\u043e\u0433\u043e":38,"\u043d\u0430\u043d\u0435\u0441\u0435\u043d\u044b":61,"\u043d\u0430\u043d\u0435\u0441\u0438\u0442\u0435":[32,50,61],"\u043d\u0430\u043d\u0435\u0441\u0442\u0438":12,"\u043d\u0430\u043d\u0435\u0441\u0451\u043d\u043d\u044b\u043c":[],"\u043d\u0430\u043e\u0431\u043e\u0440\u043e\u0442":45,"\u043d\u0430\u043f\u0435\u0440\u0451\u0434":31,"\u043d\u0430\u043f\u0438\u0441\u0430\u043d\u0438\u0435":44,"\u043d\u0430\u043f\u0438\u0441\u0430\u043d\u0438\u0438":[19,30],"\u043d\u0430\u043f\u0438\u0441\u0430\u043d\u0438\u044f":16,"\u043d\u0430\u043f\u0438\u0441\u0430\u043d\u043d\u043e\u0439":32,"\u043d\u0430\u043f\u0438\u0441\u0430\u0442\u044c":[9,21,30,50,58],"\u043d\u0430\u043f\u0438\u0448\u0438\u0442\u0435":[21,32,40,56,57],"\u043d\u0430\u043f\u043e\u043c\u0438\u043d\u0430\u0435\u0442":31,"\u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0430":40,"\u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435":[21,43,45,46,47,48],"\u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043c":46,"\u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f":[43,45,46,47,48],"\u043d\u0430\u043f\u0440\u0430\u0432\u043e":10,"\u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440":[4,5,7,10,12,14,16,17,19,21,22,23,26,27,28,29,30,34,35,37,39,42,43,45,47,49,52,53,55,56,58,60],"\u043d\u0430\u043f\u0440\u043e\u0442\u0438\u0432":30,"\u043d\u0430\u043f\u0440\u044f\u043c\u0443\u044e":64,"\u043d\u0430\u0440\u0443\u0448\u0435\u043d\u043e":47,"\u043d\u0430\u0440\u044f\u0434\u0443":[35,42],"\u043d\u0430\u0441":[11,49,54],"\u043d\u0430\u0441\u043a\u043e\u043b\u044c\u043a\u043e":[15,42],"\u043d\u0430\u0441\u0442\u043e\u044f\u0442\u0435\u043b\u044c\u043d\u043e":24,"\u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0438\u0439":[4,64],"\u043d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c":24,"\u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430":24,"\u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438":[24,28],"\u043d\u0430\u0441\u044b\u0449\u0435\u043d":19,"\u043d\u0430\u0442\u0443\u0440\u0430\u043b\u044c\u043d\u043e\u0435":17,"\u043d\u0430\u0442\u044f\u0436\u0435\u043d\u0438\u0435":4,"\u043d\u0430\u0443\u043a\u0430":0,"\u043d\u0430\u0443\u0447\u043d\u043e\u0439":23,"\u043d\u0430\u0445\u043e\u0434\u0438\u043c":39,"\u043d\u0430\u0445\u043e\u0434\u0438\u0442":[7,9,55],"\u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f":[4,17,24,30,32,34,43],"\u043d\u0430\u0445\u043e\u0434\u0438\u0442\u044c":[32,64],"\u043d\u0430\u0445\u043e\u0434\u0438\u0442\u044c\u0441\u044f":[19,22],"\u043d\u0430\u0445\u043e\u0434\u044f\u0442":53,"\u043d\u0430\u0445\u043e\u0434\u044f\u0442\u0441\u044f":[7,21,23],"\u043d\u0430\u0445\u043e\u0434\u044f\u0449\u0435\u0439":[7,9],"\u043d\u0430\u0445\u043e\u0434\u044f\u0449\u0438\u0439":21,"\u043d\u0430\u0445\u043e\u0434\u044f\u0449\u0443\u044e":21,"\u043d\u0430\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435":[4,15,45,55],"\u043d\u0430\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0438":49,"\u043d\u0430\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u044e":[52,57,58],"\u043d\u0430\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u044f":[8,45,55],"\u043d\u0430\u0447\u0430\u043b\u0430":[30,49],"\u043d\u0430\u0447\u0430\u043b\u0435":[28,42,57,59],"\u043d\u0430\u0447\u0430\u043b\u044c\u043d\u0430\u044f":[40,64],"\u043d\u0430\u0447\u0430\u043b\u044c\u043d\u043e\u0433\u043e":[35,36,43,45,49,64],"\u043d\u0430\u0447\u0430\u043b\u044c\u043d\u043e\u0435":[35,37,39,40,47,63],"\u043d\u0430\u0447\u0430\u043b\u044c\u043d\u043e\u0439":[9,43,47],"\u043d\u0430\u0447\u0430\u043b\u044c\u043d\u043e\u043c":49,"\u043d\u0430\u0447\u0430\u043b\u044c\u043d\u044b\u0435":49,"\u043d\u0430\u0447\u0430\u043b\u044c\u043d\u044b\u0439":[31,34,40,47],"\u043d\u0430\u0447\u0430\u043b\u044c\u043d\u044b\u043c":[31,45,49],"\u043d\u0430\u0447\u0430\u043b\u044c\u043d\u044b\u0445":[31,35,40,44,49,63],"\u043d\u0430\u0447\u0430\u0442\u044c":[24,28],"\u043d\u0430\u0447\u0438\u043d\u0430\u0435\u0442":[45,47],"\u043d\u0430\u0447\u0438\u043d\u0430\u0435\u0442\u0441\u044f":[48,60],"\u043d\u0430\u0447\u0438\u043d\u0430\u044e\u0449\u0438\u0439\u0441\u044f":9,"\u043d\u0430\u0447\u0438\u043d\u0430\u044f":[35,37,38,43,48,60,63],"\u043d\u0430\u0447\u043d\u0451\u043c":28,"\u043d\u0430\u0448":5,"\u043d\u0430\u0448\u0430":48,"\u043d\u0430\u0448\u0435\u0439":53,"\u043d\u0430\u0448\u0435\u043c":[26,59],"\u043d\u0430\u0448\u0438\u043c\u0438":10,"\u043d\u0435":[3,4,5,7,8,9,10,11,14,15,16,17,19,20,21,22,24,26,28,30,31,34,35,36,37,38,39,40,42,43,45,47,48,49,52,55,56,58,59,61,62,63,64],"\u043d\u0435\u0430\u0431\u0441\u0442\u0440\u0430\u043a\u0442\u043d\u043e\u0433\u043e":30,"\u043d\u0435\u0430\u0441\u0441\u043e\u0446\u0438\u0430\u0442\u0438\u0432\u043d\u0430":[],"\u043d\u0435\u0430\u0441\u0441\u043e\u0446\u0438\u0430\u0442\u0438\u0432\u043d\u043e":17,"\u043d\u0435\u0430\u0441\u0441\u043e\u0446\u0438\u0430\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u0438":17,"\u043d\u0435\u0431\u043e\u043b\u044c\u0448\u0438\u0435":[3,47],"\u043d\u0435\u0431\u043e\u043b\u044c\u0448\u0438\u043c":64,"\u043d\u0435\u0431\u043e\u043b\u044c\u0448\u0438\u0445":28,"\u043d\u0435\u0431\u043e\u043b\u044c\u0448\u043e\u0433\u043e":19,"\u043d\u0435\u0431\u043e\u043b\u044c\u0448\u043e\u0435":47,"\u043d\u0435\u0431\u043e\u043b\u044c\u0448\u043e\u0439":[14,58],"\u043d\u0435\u0431\u043e\u043b\u044c\u0448\u043e\u043c":64,"\u043d\u0435\u0432\u0435\u0440\u043d\u043e":24,"\u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e":[27,54],"\u043d\u0435\u0432\u043e\u0437\u043c\u0443\u0449\u0451\u043d\u043d\u043e\u0433\u043e":39,"\u043d\u0435\u0432\u043e\u043e\u0440\u0443\u0436\u0435\u043d\u043d\u044b\u043c":42,"\u043d\u0435\u0432\u044f\u0437\u043a\u0430":[39,58,59],"\u043d\u0435\u0432\u044f\u0437\u043a\u0438":[39,42,64],"\u043d\u0435\u0432\u044f\u0437\u043a\u043e\u0439":54,"\u043d\u0435\u0432\u044f\u0437\u043a\u0443":[32,39,42,54,56],"\u043d\u0435\u0433\u043e":[28,30,37],"\u043d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043a\u043e\u043c":64,"\u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430":20,"\u043d\u0435\u0436\u0435\u043b\u0438":30,"\u043d\u0435\u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e":16,"\u043d\u0435\u0437\u0430\u0432\u0438\u0441\u0438\u043c\u044b":[],"\u043d\u0435\u0437\u0430\u0432\u0438\u0441\u0438\u043c\u044b\u0435":26,"\u043d\u0435\u0437\u0430\u0432\u0438\u0441\u0438\u043c\u044b\u043c\u0438":15,"\u043d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u0435\u043d":49,"\u043d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u0430":14,"\u043d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u043e":54,"\u043d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u044b\u043c\u0438":7,"\u043d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u044b\u0445":[11,49,55,58],"\u043d\u0435\u0438\u0437\u043c\u0435\u043d\u043d\u0430\u044f":22,"\u043d\u0435\u0438\u0437\u043c\u0435\u043d\u044f\u0435\u043c\u044b\u0435":30,"\u043d\u0435\u0438\u0437\u043c\u0435\u043d\u044f\u0435\u043c\u044b\u0439":30,"\u043d\u0435\u0438\u0437\u043c\u0435\u043d\u044f\u0435\u043c\u044b\u043c\u0438":29,"\u043d\u0435\u0438\u043d\u0438\u0446\u0438\u0430\u043b\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439":19,"\u043d\u0435\u0439":[5,10,59,64],"\u043d\u0435\u0439\u0442\u0440\u0430\u043b\u044c\u043d\u0443\u044e":64,"\u043d\u0435\u043a\u043e\u0442\u043e\u0440\u043e\u0433\u043e":45,"\u043d\u0435\u043a\u043e\u0442\u043e\u0440\u043e\u0435":34,"\u043d\u0435\u043a\u043e\u0442\u043e\u0440\u043e\u0439":5,"\u043d\u0435\u043a\u043e\u0442\u043e\u0440\u043e\u043c":16,"\u043d\u0435\u043a\u043e\u0442\u043e\u0440\u043e\u043c\u0443":[15,19],"\u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435":[8,9,30,45,55],"\u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0439":26,"\u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u043c":64,"\u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0445":[4,7,10,12,16,33,37,42,51,63,64],"\u043d\u0435\u043b\u0438\u043d\u0435\u0439\u043d\u0430":61,"\u043d\u0435\u043b\u0438\u043d\u0435\u0439\u043d\u043e\u0433\u043e":[4,33,35,62],"\u043d\u0435\u043b\u0438\u043d\u0435\u0439\u043d\u043e\u0439":[32,42,49,55],"\u043d\u0435\u043b\u0438\u043d\u0435\u0439\u043d\u043e\u0441\u0442\u0438":7,"\u043d\u0435\u043b\u0438\u043d\u0435\u0439\u043d\u0443\u044e":[7,63,64],"\u043d\u0435\u043b\u0438\u043d\u0435\u0439\u043d\u044b":61,"\u043d\u0435\u043b\u0438\u043d\u0435\u0439\u043d\u044b\u043c\u0438":4,"\u043d\u0435\u043b\u0438\u043d\u0435\u0439\u043d\u044b\u0445":[4,37,62,63],"\u043d\u0435\u043b\u044c\u0437\u044f":[5,7,30,50],"\u043d\u0435\u043c\u043d\u043e\u0433\u0438\u0445":31,"\u043d\u0435\u043c\u043d\u043e\u0433\u043e":[10,34,59],"\u043d\u0435\u043c\u043e\u0442\u043e\u043d\u043e\u043d\u043d\u044b\u0445":35,"\u043d\u0435\u043c\u0443":43,"\u043d\u0435\u043d\u0443\u043b\u0435\u0432\u043e\u0439":[58,59],"\u043d\u0435\u043d\u0443\u043b\u0435\u0432\u044b\u0435":10,"\u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u0430\u044f":63,"\u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e":[11,12,14,16,17,21,22,28,30,33,37,50,52,53,55,58,59,61,64],"\u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0435":[21,31,34],"\u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0439":[10,55],"\u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u0438":[8,30],"\u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u0443\u044e":26,"\u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u044b":26,"\u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u044b\u0435":[24,28,30],"\u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u044b\u043c\u0438":[28,61],"\u043d\u0435\u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u0430":22,"\u043d\u0435\u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0439":22,"\u043d\u0435\u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u043e":17,"\u043d\u0435\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u044b\u0445":[17,59],"\u043d\u0435\u043e\u0442\u043b\u0438\u0447\u0438\u043c\u044b":10,"\u043d\u0435\u043e\u0442\u0440\u0438\u0446\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e":32,"\u043d\u0435\u043e\u0442\u0440\u0438\u0446\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0445":21,"\u043d\u0435\u043e\u0447\u0435\u0432\u0438\u0434\u043d\u044b\u0445":3,"\u043d\u0435\u043f\u043b\u043e\u0445\u043e":14,"\u043d\u0435\u043f\u043e\u0434\u0432\u0438\u0436\u043d\u043e\u0439":37,"\u043d\u0435\u043f\u043e\u0434\u0432\u0438\u0436\u043d\u0443\u044e":[37,49],"\u043d\u0435\u043f\u043e\u0434\u0432\u0438\u0436\u043d\u044b\u043c":40,"\u043d\u0435\u043f\u043e\u0434\u0445\u043e\u0434\u044f\u0449\u0438\u0439":15,"\u043d\u0435\u043f\u043e\u043b\u044f\u0440\u043d\u043e\u0433\u043e":12,"\u043d\u0435\u043f\u043e\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043d\u043d\u043e":24,"\u043d\u0435\u043f\u043e\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0439":26,"\u043d\u0435\u043f\u0440\u0435\u0440\u044b\u0432\u0435\u043d":[11,46],"\u043d\u0435\u043f\u0440\u0435\u0440\u044b\u0432\u043d\u0430\u044f":33,"\u043d\u0435\u043f\u0440\u0435\u0440\u044b\u0432\u043d\u043e":[11,15,17],"\u043d\u0435\u043f\u0440\u0435\u0440\u044b\u0432\u043d\u043e\u0439":[8,31],"\u043d\u0435\u043f\u0440\u0435\u0440\u044b\u0432\u043d\u043e\u0441\u0442\u044c":11,"\u043d\u0435\u043f\u0440\u0435\u0440\u044b\u0432\u043d\u0443\u044e":11,"\u043d\u0435\u043f\u0440\u0435\u0440\u044b\u0432\u043d\u044b\u0445":15,"\u043d\u0435\u043f\u0440\u0438\u0435\u043c\u043b\u0438\u043c\u043e":64,"\u043d\u0435\u043f\u0440\u0438\u044f\u0442\u043d\u044b\u043c":7,"\u043d\u0435\u0440\u0430\u0432\u0435\u043d\u0441\u0442":45,"\u043d\u0435\u0440\u0430\u0432\u0435\u043d\u0441\u0442\u0432\u043e":[46,49],"\u043d\u0435\u0440\u0430\u0432\u043d\u043e\u043c\u0435\u0440\u043d\u0430":[],"\u043d\u0435\u0440\u0430\u0432\u043d\u043e\u043c\u0435\u0440\u043d\u043e":17,"\u043d\u0435\u0440\u0435\u043a\u0443\u0440\u0441\u0438\u0432\u043d\u0430\u044f":19,"\u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u0445":[33,40,42,53,58,61],"\u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e":[3,4,15,19,21,22,26,30,31,39,41,49,56,59,62],"\u043d\u0435\u0441\u043b\u043e\u0436\u043d\u043e":[9,32,39,55,58],"\u043d\u0435\u0441\u043c\u043e\u0442\u0440\u044f":[10,16,59],"\u043d\u0435\u0441\u043e\u0437\u0434\u0430\u043d\u043d\u044b\u0445":[],"\u043d\u0435\u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u043e":52,"\u043d\u0435\u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u043e\u0433\u043e":51,"\u043d\u0435\u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u043e\u0435":[49,50,58],"\u043d\u0435\u0441\u0442\u0440\u043e\u0433\u043e\u0435":46,"\u043d\u0435\u0441\u0451\u0442":55,"\u043d\u0435\u0442":[17,21,22,24,26,28,30,48,59],"\u043d\u0435\u0442\u043e\u0447\u043d\u043e\u0435":[17,27,45],"\u043d\u0435\u0442\u043e\u0447\u043d\u043e\u0441\u0442\u0438":58,"\u043d\u0435\u0443\u0434\u0430\u0447\u043d\u043e":35,"\u043d\u0435\u0443\u0441\u0442\u043e\u0439\u0447\u0438\u0432\u043e\u0441\u0442\u0438":9,"\u043d\u0435\u0444\u0438\u0437\u0438\u0447\u0435\u0441\u043a\u043e\u0435":14,"\u043d\u0435\u0444\u0442\u0438":0,"\u043d\u0435\u0447\u0435\u0442\u043d\u044b\u043c":9,"\u043d\u0435\u0447\u0451\u0442\u043d\u0430\u044f":9,"\u043d\u0435\u0447\u0451\u0442\u043d\u043e\u0435":7,"\u043d\u0435\u0447\u0451\u0442\u043d\u043e\u043c":9,"\u043d\u0435\u0447\u0451\u0442\u043d\u044b\u0435":21,"\u043d\u0435\u0447\u0451\u0442\u043d\u044b\u0445":[7,9],"\u043d\u0435\u044f\u0432\u043d\u044b\u0439":42,"\u043d\u0435\u044f\u0432\u043d\u044b\u043c\u0438":42,"\u043d\u0435\u044f\u0432\u043d\u044b\u0445":42,"\u043d\u0435\u044f\u0441\u043d\u043e\u0441\u0442\u0435\u0439":24,"\u043d\u0435\u0451":[14,20,30,37,53,58],"\u043d\u0438":[30,62],"\u043d\u0438\u0431\u0443\u0434\u044c":[12,26,49,53],"\u043d\u0438\u0436\u0435":[1,7,9,10,11,12,17,19,20,24,25,26,28,30,31,32,34,36,38,43,47,48,49,58,61],"\u043d\u0438\u0436\u043d\u0435\u0439":38,"\u043d\u0438\u0436\u043d\u0435\u0442\u0440\u0435\u0443\u0433\u043e\u043b\u044c\u043d\u0430\u044f":[55,56,58,59,60],"\u043d\u0438\u0436\u043d\u0435\u0442\u0440\u0435\u0443\u0433\u043e\u043b\u044c\u043d\u043e\u0439":[42,58,59],"\u043d\u0438\u0436\u043d\u0435\u0442\u0440\u0435\u0443\u0433\u043e\u043b\u044c\u043d\u0443\u044e":58,"\u043d\u0438\u0436\u043d\u0435\u0442\u0440\u0435\u0443\u0433\u043e\u043b\u044c\u043d\u044b\u0439":42,"\u043d\u0438\u0437\u043a\u0438\u0445":9,"\u043d\u0438\u0437\u043a\u043e\u043f\u043b\u043e\u0442\u043d\u043e\u0433\u043e":12,"\u043d\u0438\u0437\u043a\u043e\u043f\u043b\u043e\u0442\u043d\u044b\u0435":12,"\u043d\u0438\u0437\u043a\u043e\u043f\u043b\u043e\u0442\u043d\u044b\u0439":12,"\u043d\u0438\u0437\u043a\u043e\u0443\u0440\u043e\u0432\u043d\u0435\u0432\u044b\u0435":25,"\u043d\u0438\u043a\u0430\u043a\u0438\u0445":30,"\u043d\u0438\u043a\u0443\u0434\u0430":10,"\u043d\u0438\u043c":[19,26,30],"\u043d\u0438\u043c\u0438":[28,30],"\u043d\u0438\u0445":[4,9,15,22,28,30,41,47,52,53,55,59],"\u043d\u0438\u0447\u0435\u0433\u043e":22,"\u043d\u043e":[7,9,10,11,14,15,16,17,19,21,22,23,24,26,28,29,30,32,33,34,35,36,37,40,42,47,49,58,59,61],"\u043d\u043e\u0432\u0430\u044f":19,"\u043d\u043e\u0432\u043e\u0433\u043e":[28,31,34,38,43,47],"\u043d\u043e\u0432\u043e\u0435":[31,34,35,43,45,63,64],"\u043d\u043e\u0432\u043e\u0439":[10,36,47,49,59],"\u043d\u043e\u0432\u0443\u044e":[24,36,38],"\u043d\u043e\u0432\u044b\u0435":[22,26,42,52],"\u043d\u043e\u0432\u044b\u0439":[21,31,58],"\u043d\u043e\u0432\u044b\u043c":[31,45],"\u043d\u043e\u0432\u044b\u0445":[4,10,16],"\u043d\u043e\u043b\u044c":[9,17,21,48,55,59],"\u043d\u043e\u043c\u0435\u0440":26,"\u043d\u043e\u043c\u0435\u0440\u043e\u043c":21,"\u043d\u043e\u0440\u043c\u0430":[15,25,42,43,48,49,64],"\u043d\u043e\u0440\u043c\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0433\u043e":17,"\u043d\u043e\u0440\u043c\u0430\u043b\u044c\u043d\u043e":59,"\u043d\u043e\u0440\u043c\u0430\u043b\u044c\u043d\u044b\u0435":50,"\u043d\u043e\u0440\u043c\u0435":[43,48],"\u043d\u043e\u0440\u043c\u0443":[15,49,64],"\u043d\u043e\u0440\u043c\u044b":[21,42,54,64],"\u043d\u043e\u0441\u0438\u0442":42,"\u043d\u043e\u0442\u0430\u0446\u0438\u044e":17,"\u043d\u043e\u0443\u0442\u0431\u0443\u043a":28,"\u043d\u043e\u0443\u0442\u0431\u0443\u043a\u0430\u043c\u0438":28,"\u043d\u043e\u0443\u0442\u0431\u0443\u043a\u0438":28,"\u043d\u043e\u0443\u0442\u0431\u0443\u043a\u043e\u0432":26,"\u043d\u043e\u0443\u0442\u0431\u0443\u043a\u043e\u043c":28,"\u043d\u0441":[10,19],"\u043d\u0443\u0436\u0435\u043d":30,"\u043d\u0443\u0436\u043d\u0430":19,"\u043d\u0443\u0436\u043d\u043e":[5,7,11,19,24,28,30,43,44,48,49,53,59],"\u043d\u0443\u0436\u043d\u043e\u0433\u043e":30,"\u043d\u0443\u0436\u043d\u044b":[24,30],"\u043d\u0443\u043b\u0435\u0432\u0430\u044f":11,"\u043d\u0443\u043b\u0435\u0432\u043e\u0433\u043e":21,"\u043d\u0443\u043b\u0435\u0432\u043e\u0439":[9,35,42,58,60],"\u043d\u0443\u043b\u0435\u0432\u0443\u044e":[58,59],"\u043d\u0443\u043b\u0435\u0432\u044b\u043c\u0438":53,"\u043d\u0443\u043b\u0435\u0439":[7,17,19],"\u043d\u0443\u043b\u0438":[7,32],"\u043d\u0443\u043b\u044e":7,"\u043d\u0443\u043b\u044f":[7,15,17],"\u043d\u0443\u043b\u044f\u043c\u0438":[7,58],"\u043d\u0443\u043b\u044f\u0445":7,"\u043d\u0443\u043b\u0451\u043c":17,"\u043d\u044c\u044e\u0442\u043e\u043d\u0430":[7,14,40,43,44,47,49,64],"\u043d\u044c\u044e\u0442\u043e\u043d\u043e\u0432\u0441\u043a\u0438\u043c":[48,63],"\u043d\u044c\u044e\u0442\u043e\u043d\u043e\u0432\u0441\u043a\u043e\u0435":43,"\u043d\u0451\u043c":[26,28,31,32,52,64],"\u043e":[15,26,28,29,30,36,39,42,45,47,48,49,52,57],"\u043e\u0431":[26,28,32,49,52],"\u043e\u0431\u0430":49,"\u043e\u0431\u0435":19,"\u043e\u0431\u0435\u0437\u0440\u0430\u0437\u043c\u0435\u0440\u0438\u0432\u0430\u043d\u0438\u044f":52,"\u043e\u0431\u0435\u0440\u043d\u0443\u0442\u044c":20,"\u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0438\u0432\u0430\u044e\u0449\u0438\u043c":64,"\u043e\u0431\u0437\u043e\u0440":3,"\u043e\u0431\u0437\u043e\u0440\u043e\u043c":27,"\u043e\u0431\u0438\u0442\u0430\u0435\u0442":3,"\u043e\u0431\u043b\u0430\u0434\u0430\u0435\u0442":[9,28,34,35,36,37,42],"\u043e\u0431\u043b\u0430\u0434\u0430\u0442\u044c":11,"\u043e\u0431\u043b\u0430\u0434\u0430\u044e\u0442":[7,15],"\u043e\u0431\u043b\u0430\u0441\u0442\u0438":[4,16,20,21,30,32,34],"\u043e\u0431\u043b\u0430\u0441\u0442\u044c":[9,21,32,34,45],"\u043e\u0431\u043b\u0430\u0441\u0442\u044c\u044e":45,"\u043e\u0431\u043c\u0435\u043d":28,"\u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0438\u0432\u0430\u0435\u043c":10,"\u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0438\u0432\u0430\u044e\u0442":5,"\u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0438\u043b":36,"\u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0438\u0442\u044c":47,"\u043e\u0431\u043d\u043e\u0432\u0438\u043c":36,"\u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c":34,"\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435":[43,47,59],"\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0438":64,"\u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f":43,"\u043e\u0431\u043e\u0431\u0449\u0430\u044e\u0442\u0441\u044f":42,"\u043e\u0431\u043e\u0431\u0449\u0435\u043d\u0438\u0435":63,"\u043e\u0431\u043e\u0431\u0449\u0435\u043d\u0438\u0435\u043c":55,"\u043e\u0431\u043e\u0431\u0449\u0451\u043d\u043d\u044b\u0445":39,"\u043e\u0431\u043e\u0437\u043d\u0430\u0447\u0430\u0442\u044c":41,"\u043e\u0431\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435":[9,10],"\u043e\u0431\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f":[10,41,52],"\u043e\u0431\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u044b":64,"\u043e\u0431\u043e\u0437\u043d\u0430\u0447\u0438\u043c":[43,54,58,64],"\u043e\u0431\u043e\u0438\u043c\u0438":40,"\u043e\u0431\u043e\u0438\u0445":[38,44],"\u043e\u0431\u043e\u0439\u0442\u0438\u0441\u044c":10,"\u043e\u0431\u043e\u043b\u043e\u0447\u043a\u0430":28,"\u043e\u0431\u043e\u043b\u043e\u0447\u043a\u0438":24,"\u043e\u0431\u043e\u043b\u043e\u0447\u043a\u043e\u0439":28,"\u043e\u0431\u043e\u0440\u0430\u0447\u0438\u0432\u0430\u0435\u0442\u0441\u044f":26,"\u043e\u0431\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u0435\u0442\u0441\u044f":21,"\u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0438":20,"\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u0438\u0435":49,"\u043e\u0431\u0440\u0430\u0437\u043e\u043c":[5,9,10,11,12,14,16,17,21,30,32,33,34,35,36,39,42,47,53,58,59,61,63,64],"\u043e\u0431\u0440\u0430\u0437\u0443\u0435\u0442":52,"\u043e\u0431\u0440\u0430\u0437\u0443\u0435\u0442\u0441\u044f":49,"\u043e\u0431\u0440\u0430\u0437\u0443\u044e\u0442":15,"\u043e\u0431\u0440\u0430\u0437\u0443\u044f":30,"\u043e\u0431\u0440\u0430\u0442\u0438\u043c\u0430\u044f":59,"\u043e\u0431\u0440\u0430\u0442\u0438\u043c\u043e\u0439":[54,59],"\u043e\u0431\u0440\u0430\u0442\u0438\u043c\u043e\u0441\u0442\u044c":55,"\u043e\u0431\u0440\u0430\u0442\u0438\u043c\u044b\u0445":59,"\u043e\u0431\u0440\u0430\u0442\u0438\u0442\u0435":[],"\u043e\u0431\u0440\u0430\u0442\u0438\u0442\u0435\u0441\u044c":24,"\u043e\u0431\u0440\u0430\u0442\u0438\u0442\u044c":[7,43],"\u043e\u0431\u0440\u0430\u0442\u043d\u0430\u044f":57,"\u043e\u0431\u0440\u0430\u0442\u043d\u043e\u0433\u043e":43,"\u043e\u0431\u0440\u0430\u0442\u043d\u043e\u0439":[57,58,60,64],"\u043e\u0431\u0440\u0430\u0442\u043d\u0443\u044e":[56,58,59,64],"\u043e\u0431\u0440\u0430\u0442\u043d\u044b\u0439":43,"\u043e\u0431\u0440\u0430\u0442\u043d\u044b\u043c":[43,47],"\u043e\u0431\u0440\u0430\u0442\u043d\u044b\u043c\u0438":64,"\u043e\u0431\u0440\u0430\u0449\u0430\u0439\u0442\u0435\u0441\u044c":30,"\u043e\u0431\u0440\u0430\u0449\u0430\u0442\u044c\u0441\u044f":19,"\u043e\u0431\u0440\u0430\u0449\u0435\u043d\u0438\u0438":[20,55],"\u043e\u0431\u0440\u0430\u0449\u0435\u043d\u0438\u044f":26,"\u043e\u0431\u0440\u0435\u0437\u0430\u043d\u0438\u0435":17,"\u043e\u0431\u0443\u0441\u043b\u043e\u0432\u043b\u0435\u043d":35,"\u043e\u0431\u0443\u0441\u043b\u043e\u0432\u043b\u0435\u043d\u0430":[14,16],"\u043e\u0431\u0443\u0441\u043b\u043e\u0432\u043b\u0435\u043d\u043d\u043e\u0439":16,"\u043e\u0431\u0443\u0441\u043b\u043e\u0432\u043b\u0435\u043d\u043d\u043e\u0441\u0442\u0438":[33,54],"\u043e\u0431\u0443\u0441\u043b\u043e\u0432\u043b\u0435\u043d\u043d\u043e\u0441\u0442\u044c":[7,10,18],"\u043e\u0431\u0443\u0441\u043b\u043e\u0432\u043b\u0435\u043d\u043d\u043e\u0441\u0442\u044c\u044e":54,"\u043e\u0431\u0443\u0447\u0435\u043d\u0438\u0438":23,"\u043e\u0431\u0445\u043e\u0434\u044f\u0442\u0441\u044f":4,"\u043e\u0431\u0449\u0430\u044f":31,"\u043e\u0431\u0449\u0435\u0433\u043e":[11,42,59,62],"\u043e\u0431\u0449\u0435\u0435":[52,53],"\u043e\u0431\u0449\u0435\u043c":[4,10,26,34,37,40,42,52,64],"\u043e\u0431\u0449\u0438\u0435":38,"\u043e\u0431\u0449\u0438\u0439":59,"\u043e\u0431\u0449\u0438\u043c":15,"\u043e\u0431\u0449\u0443\u044e":11,"\u043e\u0431\u044a\u0435\u0434\u0438\u043d\u044f\u0442\u044c":22,"\u043e\u0431\u044a\u0435\u043a\u0442":[1,9,22,30,59],"\u043e\u0431\u044a\u0435\u043a\u0442\u0430":30,"\u043e\u0431\u044a\u0435\u043a\u0442\u0430\u043c\u0438":[22,29],"\u043e\u0431\u044a\u0435\u043a\u0442\u043e\u043c":59,"\u043e\u0431\u044a\u0435\u043a\u0442\u044b":[9,19,30],"\u043e\u0431\u044a\u044f\u0432\u0438\u0442\u0435":30,"\u043e\u0431\u044a\u044f\u0432\u0438\u0442\u044c":26,"\u043e\u0431\u044a\u044f\u0432\u043b\u0435\u043d":[26,30],"\u043e\u0431\u044a\u044f\u0432\u043b\u0435\u043d\u0430":20,"\u043e\u0431\u044a\u044f\u0432\u043b\u0435\u043d\u0438\u0435":30,"\u043e\u0431\u044a\u044f\u0432\u043b\u0435\u043d\u0438\u0438":[19,30],"\u043e\u0431\u044a\u044f\u0432\u043b\u0435\u043d\u0438\u044f":30,"\u043e\u0431\u044a\u044f\u0432\u043b\u044f\u0435\u0442":30,"\u043e\u0431\u044a\u044f\u0432\u043b\u044f\u0442\u044c":19,"\u043e\u0431\u044a\u044f\u0432\u043b\u044f\u044e\u0442\u0441\u044f":30,"\u043e\u0431\u044a\u0451\u043c":[12,49],"\u043e\u0431\u044a\u0451\u043c\u0430":61,"\u043e\u0431\u044a\u0451\u043c\u0430\u0445":32,"\u043e\u0431\u044a\u0451\u043c\u043e\u0432":32,"\u043e\u0431\u044a\u0451\u043c\u044b":[32,61],"\u043e\u0431\u044b\u043a\u043d\u043e\u0432\u0435\u043d\u043d\u044b\u0445":[4,41,55],"\u043e\u0431\u044b\u0447\u043d\u043e":[22,26,30,43,45,47,49,53],"\u043e\u0431\u044b\u0447\u043d\u043e\u0433\u043e":22,"\u043e\u0431\u044b\u0447\u043d\u043e\u0439":30,"\u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e":[7,55],"\u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0439":22,"\u043e\u0431\u0451\u0440\u0442\u043a\u0443":25,"\u043e\u0433\u043e":59,"\u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0430":63,"\u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0435\u043c":37,"\u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u0439":30,"\u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u044f":42,"\u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u043e":[17,20],"\u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0432\u0430\u0435\u043c":38,"\u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0432\u0430\u0442\u044c":38,"\u043e\u0434\u0438\u043d":[10,14,17,19,21,22,27,30,31,35,40,43,49,50,58,60],"\u043e\u0434\u0438\u043d\u0430\u043a\u043e\u0432\u044b\u0435":[36,38,49,50],"\u043e\u0434\u0438\u043d\u0430\u043a\u043e\u0432\u044b\u0439":53,"\u043e\u0434\u0438\u043d\u0430\u043a\u043e\u0432\u044b\u043c":30,"\u043e\u0434\u0438\u043d\u0430\u043a\u043e\u0432\u044b\u043c\u0438":[],"\u043e\u0434\u0438\u043d\u0430\u043a\u043e\u0432\u044b\u0445":[19,27,40],"\u043e\u0434\u0438\u043d\u0430\u0440\u043d\u0430\u044f":19,"\u043e\u0434\u0438\u043d\u0430\u0440\u043d\u044b\u0435":29,"\u043e\u0434\u043d\u0430":[10,15,21,22,30,31,35],"\u043e\u0434\u043d\u0430\u0436\u0434\u044b":49,"\u043e\u0434\u043d\u0430\u043a\u043e":[4,5,8,9,14,16,17,19,22,29,30,37,38,42,43,45,47,48,52,54,57,59,64],"\u043e\u0434\u043d\u0438\u043c":[30,42,63],"\u043e\u0434\u043d\u0438\u0445":23,"\u043e\u0434\u043d\u043e":[9,10,17,19,21,22,35,38,47,53,55],"\u043e\u0434\u043d\u043e\u0433\u043e":[9,10,22,30,35,52,53,62],"\u043e\u0434\u043d\u043e\u0437\u043d\u0430\u0447\u0435\u043d":64,"\u043e\u0434\u043d\u043e\u0437\u043d\u0430\u0447\u043d\u043e":[15,45],"\u043e\u0434\u043d\u043e\u0439":[22,36,39,42,52],"\u043e\u0434\u043d\u043e\u043c":[9,55],"\u043e\u0434\u043d\u043e\u043c\u0435\u0440\u043d\u0430\u044f":15,"\u043e\u0434\u043d\u043e\u043c\u0435\u0440\u043d\u044b\u0445":19,"\u043e\u0434\u043d\u043e\u043c\u0443":30,"\u043e\u0434\u043d\u043e\u0440\u043e\u0434\u043d\u043e\u0439":52,"\u043e\u0434\u043d\u043e\u0444\u0430\u0437\u043d\u0430\u044f":[49,52],"\u043e\u0434\u043d\u043e\u0444\u0430\u0437\u043d\u043e\u0433\u043e":[49,50,51,52],"\u043e\u0434\u043d\u043e\u0444\u0430\u0437\u043d\u043e\u0435":[49,52],"\u043e\u0434\u043d\u043e\u0444\u0430\u0437\u043d\u043e\u0439":52,"\u043e\u0434\u043d\u043e\u0444\u0430\u0437\u043d\u043e\u043c":[49,52],"\u043e\u0434\u043d\u043e\u0444\u0430\u0437\u043d\u044b\u0439":49,"\u043e\u0434\u043d\u0443":[12,14,21],"\u043e\u0434\u0443":[38,39],"\u043e\u0435":10,"\u043e\u0436\u0438\u0434\u0430\u0435\u043c":[11,38],"\u043e\u0436\u0438\u0434\u0430\u0435\u0442\u0441\u044f":[34,40],"\u043e\u0436\u0438\u0434\u0430\u043d\u0438\u0435":29,"\u043e\u0436\u0438\u0434\u0430\u0442\u044c":[16,37],"\u043e\u0437\u043d\u0430\u043a\u043e\u043c\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0435":21,"\u043e\u0437\u043d\u0430\u0447\u0430\u0435\u0442":[7,9,10,17,19,39,63],"\u043e\u0439":[21,34,43,64],"\u043e\u043a\u0430\u0436\u0435\u0442\u0441\u044f":26,"\u043e\u043a\u0430\u0437\u0430\u0442\u044c\u0441\u044f":[48,49],"\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442\u0441\u044f":[7,11,35,42,45,52,58],"\u043e\u043a\u043e\u043b\u043e":[10,16,47],"\u043e\u043a\u0440\u0430\u0448\u0435\u043d\u044b":28,"\u043e\u043a\u0440\u0435\u0441\u0442\u043d\u043e\u0441\u0442\u0435\u0439":47,"\u043e\u043a\u0440\u0435\u0441\u0442\u043d\u043e\u0441\u0442\u0438":[37,46,47],"\u043e\u043a\u0440\u0435\u0441\u0442\u043d\u043e\u0441\u0442\u044c":46,"\u043e\u043a\u0440\u0443\u0433\u043b\u0435\u043d\u0438\u0435":31,"\u043e\u043a\u0440\u0443\u0433\u043b\u0435\u043d\u0438\u044f":[10,16,17,64],"\u043e\u043a\u0440\u0443\u0433\u043b\u044f\u0442\u044c":16,"\u043e\u043a\u0440\u0443\u0433\u043b\u0451\u043d\u043d\u044b\u0445":30,"\u043e\u043a\u0440\u0443\u0436\u0435\u043d\u0438\u0435":[26,28],"\u043e\u043a\u0440\u0443\u0436\u0435\u043d\u0438\u0438":26,"\u043e\u043a\u0440\u0443\u0436\u0435\u043d\u0438\u0439":26,"\u043e\u043a\u0440\u0443\u0436\u0435\u043d\u0438\u044f":[26,29],"\u043e\u043a\u0440\u0443\u0436\u0435\u043d\u0438\u044f\u043c\u0438":28,"\u043e\u043c":[39,48],"\u043e\u043d":[10,11,17,19,27,30,34,39,42,49],"\u043e\u043d\u0430":[5,7,9,20,21,24,26,30,38,59,64],"\u043e\u043d\u0438":[7,11,16,22,23,34,38],"\u043e\u043d\u043b\u0430\u0439\u043d":28,"\u043e\u043d\u043e":[17,19,30,49],"\u043e\u043f\u0435\u0440\u0430\u0442\u043e\u0440":[19,20,21,25,30],"\u043e\u043f\u0435\u0440\u0430\u0442\u043e\u0440\u0430":[19,22,30,59],"\u043e\u043f\u0435\u0440\u0430\u0442\u043e\u0440\u0430\u043c\u0438":[22,27],"\u043e\u043f\u0435\u0440\u0430\u0442\u043e\u0440\u043e\u043c":59,"\u043e\u043f\u0435\u0440\u0430\u0442\u043e\u0440\u044b":[19,21,22],"\u043e\u043f\u0435\u0440\u0430\u0446\u0438\u0438":[16,17,19,21,25,26,30,55,59],"\u043e\u043f\u0435\u0440\u0430\u0446\u0438\u0439":[17,19,25,27,58,59,64],"\u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0445":24,"\u043e\u043f\u0435\u0440\u0430\u0446\u0438\u044e":30,"\u043e\u043f\u0435\u0440\u0430\u0446\u0438\u044f":[21,27,30,58,63],"\u043e\u043f\u0435\u0440\u0430\u0446\u0438\u044f\u043c\u0438":64,"\u043e\u043f\u0435\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c":[],"\u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435":[27,29,56],"\u043e\u043f\u0438\u0441\u0430\u043d\u043d\u043e\u0439":34,"\u043e\u043f\u0438\u0441\u0430\u043d\u043d\u0443\u044e":12,"\u043e\u043f\u0438\u0441\u0430\u043d\u043d\u044b\u0435":40,"\u043e\u043f\u0438\u0441\u0430\u043d\u043e":30,"\u043e\u043f\u0438\u0441\u0430\u0442\u044c":34,"\u043e\u043f\u0438\u0441\u044b\u0432\u0430\u0435\u043c\u043e\u0435":61,"\u043e\u043f\u0438\u0441\u044b\u0432\u0430\u044e\u0442\u0441\u044f":4,"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0430":48,"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435":[15,36,37,39,54],"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0438":49,"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u044e":[7,52],"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u044f":[11,16,42,52,55,64],"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043d\u044b\u043c\u0438":30,"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u043e":[7,30],"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u044b":[7,11,22,30,53],"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0432":30,"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u043b":17,"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u043b\u0438":[],"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u043c":[33,42],"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u0435":6,"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u044c":[10,27,30,32,50,52,53],"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u043d\u044b":[],"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0435\u0442":[30,34],"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0435\u0442\u0441\u044f":[12,17,19,27,34,42,45,53,55,61],"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0442\u044c":30,"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442":[34,55],"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442\u0441\u044f":[7,9],"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d":[46,48,56],"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u0430\u044f":[44,46],"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u043e\u0433\u043e":8,"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u043e\u0439":[46,55],"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u043e\u0441\u0442\u044c":[48,55],"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u0443\u044e":[44,55],"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u044b\u0435":[17,61],"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u044b\u043c":48,"\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u044b\u0445":[26,39],"\u043e\u043f\u0440\u043e\u0431\u043e\u0432\u0430\u0442\u044c":28,"\u043e\u043f\u0442\u0438\u043c\u0438\u0437\u0430\u0446\u0438\u0438":[4,37,43,44,47,48,55],"\u043e\u043f\u0442\u0438\u043c\u0438\u0437\u0430\u0446\u0438\u044f":43,"\u043e\u043f\u0442\u0438\u043c\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439":30,"\u043e\u043f\u0443\u0441\u043a\u0430\u0442\u044c":22,"\u043e\u043f\u0443\u0441\u043a\u0430\u044e\u0442\u0441\u044f":59,"\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u044c":27,"\u043e\u043f\u0446\u0438\u0435\u0439":28,"\u043e\u043f\u0446\u0438\u0438":28,"\u043e\u043f\u0446\u0438\u0439":28,"\u043e\u043f\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u043e":[47,64],"\u043e\u0440\u0431\u0438\u0442\u0430\u043c\u0438":40,"\u043e\u0440\u0431\u0438\u0442\u0443":40,"\u043e\u0440\u0431\u0438\u0442\u044b":40,"\u043e\u0440\u0433\u0430\u043d\u0438\u0437\u043e\u0432\u0430\u043d":[],"\u043e\u0440\u0433\u0430\u043d\u0438\u0437\u043e\u0432\u0430\u043d\u0430":30,"\u043e\u0440\u0438\u0433\u0438\u043d\u0430\u043b\u044c\u043d\u043e\u0439":[34,36],"\u043e\u0440\u0442\u043e\u0433\u043e\u043d\u0430\u043b\u0435\u043d":7,"\u043e\u0440\u0442\u043e\u0433\u043e\u043d\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438":55,"\u043e\u0440\u0442\u043e\u0433\u043e\u043d\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044e":7,"\u043e\u0440\u0442\u043e\u0433\u043e\u043d\u0430\u043b\u044c\u043d\u0430\u044f":55,"\u043e\u0440\u0442\u043e\u0433\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0445":7,"\u043e\u0440\u0442\u043e\u043d\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439":7,"\u043e\u0441\u0432\u0435\u0449\u0435\u043d\u044b":20,"\u043e\u0441\u0432\u043e\u0435\u043d\u0438\u044f":[3,21],"\u043e\u0441\u0438":[17,50],"\u043e\u0441\u043d\u043e\u0432\u0430\u043d\u043d\u043e\u0433\u043e":5,"\u043e\u0441\u043d\u043e\u0432\u0430\u043d\u043d\u044b\u0439":64,"\u043e\u0441\u043d\u043e\u0432\u0430\u043d\u044b":30,"\u043e\u0441\u043d\u043e\u0432\u0435":[9,19,22,38,64],"\u043e\u0441\u043d\u043e\u0432\u043d\u0430\u044f":20,"\u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0439":[12,22,26,51],"\u043e\u0441\u043d\u043e\u0432\u043d\u043e\u043c":[7,9],"\u043e\u0441\u043d\u043e\u0432\u043d\u044b\u0435":[23,29,45],"\u043e\u0441\u043d\u043e\u0432\u043d\u044b\u043c":3,"\u043e\u0441\u043d\u043e\u0432\u043d\u044b\u0445":22,"\u043e\u0441\u043d\u043e\u0432\u043e\u0439":64,"\u043e\u0441\u043d\u043e\u0432\u0443":[10,34],"\u043e\u0441\u043d\u043e\u0432\u044b\u0432\u0430\u0435\u0442\u0441\u044f":[10,35,36,58],"\u043e\u0441\u043e\u0431\u0435\u043d\u043d\u043e":7,"\u043e\u0441\u043e\u0431\u0435\u043d\u043d\u043e\u0441\u0442\u0435\u0439":[8,37],"\u043e\u0441\u043e\u0431\u0435\u043d\u043d\u043e\u0441\u0442\u0438":[],"\u043e\u0441\u043e\u0431\u0435\u043d\u043d\u043e\u0441\u0442\u044c":[9,10],"\u043e\u0441\u043e\u0431\u044b\u043c":21,"\u043e\u0441\u0442\u0430\u0432\u0438\u043c":49,"\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c":[34,49],"\u043e\u0441\u0442\u0430\u0432\u0448\u0438\u0439\u0441\u044f":26,"\u043e\u0441\u0442\u0430\u043b\u044c\u043d\u043e\u0439":26,"\u043e\u0441\u0442\u0430\u043b\u044c\u043d\u044b\u0435":[7,10,11,26,58],"\u043e\u0441\u0442\u0430\u043b\u044c\u043d\u044b\u0445":[26,33],"\u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438":49,"\u043e\u0441\u0442\u0430\u0442\u043e\u043a":27,"\u043e\u0441\u0442\u0430\u0451\u0442\u0441\u044f":[7,31,49],"\u043e\u0441\u0442\u043e\u0440\u043e\u0436\u043d\u0435\u0435":17,"\u043e\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0435\u043b\u044f\u0435\u0442\u0441\u044f":[],"\u043e\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043b\u044f\u0435\u0442\u0441\u044f":[19,26,59],"\u043e\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043b\u044f\u044e\u0442\u0441\u044f":16,"\u043e\u0441\u044c":12,"\u043e\u0441\u044c\u044e":31,"\u043e\u0441\u044f\u043c":21,"\u043e\u0441\u044f\u0445":[11,15],"\u043e\u0442":[5,6,7,8,9,10,11,14,15,16,17,22,24,26,27,28,30,38,39,40,42,43,45,48,49,50,52,53,54,61,62],"\u043e\u0442\u0431\u0440\u043e\u0441\u0438\u043c":63,"\u043e\u0442\u0432\u0435\u0442":24,"\u043e\u0442\u0432\u0435\u0442\u0430":[12,56],"\u043e\u0442\u0432\u0435\u0442\u0435":16,"\u043e\u0442\u0432\u0435\u0442\u043e\u0432":3,"\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0441\u0442\u0438":4,"\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0441\u0442\u044c":49,"\u043e\u0442\u0432\u0435\u0442\u0443":37,"\u043e\u0442\u0432\u0435\u0442\u044c\u0442\u0435":22,"\u043e\u0442\u0432\u0435\u0447\u0430\u044e\u0449\u0430\u044f":21,"\u043e\u0442\u0432\u043e\u0434\u0438\u0442\u0441\u044f":17,"\u043e\u0442\u0434\u0435\u043b\u0438\u0442\u044c":22,"\u043e\u0442\u0434\u0435\u043b\u044c\u043d\u043e":42,"\u043e\u0442\u0434\u0435\u043b\u044c\u043d\u043e\u0433\u043e":42,"\u043e\u0442\u0434\u0435\u043b\u044c\u043d\u043e\u0439":30,"\u043e\u0442\u0434\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0438":33,"\u043e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u0435":26,"\u043e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u0439":50,"\u043e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u043c\u0438":29,"\u043e\u0442\u043a\u0430\u0437\u0430\u0442\u044c\u0441\u044f":24,"\u043e\u0442\u043a\u0430\u0437\u043e\u0443\u0441\u0442\u043e\u0439\u0447\u0438\u0432\u043e\u0441\u0442\u044c":49,"\u043e\u0442\u043a\u043b\u043e\u043d\u044f\u0435\u0442\u0441\u044f":15,"\u043e\u0442\u043a\u0440\u043e\u0439\u0442\u0435":24,"\u043e\u0442\u043a\u0440\u044b\u0432\u0448\u0435\u043c\u0441\u044f":24,"\u043e\u0442\u043a\u0440\u044b\u0442\u043e\u0433\u043e":[],"\u043e\u0442\u043a\u0440\u044b\u0442\u043e\u0439":9,"\u043e\u0442\u043a\u0440\u044b\u0442\u043e\u043c\u0443":7,"\u043e\u0442\u043a\u0440\u044b\u0442\u044b\u043c":9,"\u043e\u0442\u043a\u0440\u044b\u0442\u044b\u043c\u0438":9,"\u043e\u0442\u043a\u0440\u044b\u0442\u044b\u0445":[7,9],"\u043e\u0442\u043a\u0443\u0434\u0430":[7,26,35,38,48,58],"\u043e\u0442\u043b\u0438\u0447\u0430\u0435\u0442\u0441\u044f":[5,26,38],"\u043e\u0442\u043b\u0438\u0447\u0430\u043b\u0430\u0441\u044c":48,"\u043e\u0442\u043b\u0438\u0447\u0430\u0442\u044c":28,"\u043e\u0442\u043b\u0438\u0447\u0430\u0442\u044c\u0441\u044f":[7,39,42,48],"\u043e\u0442\u043b\u0438\u0447\u0430\u044e\u0442\u0441\u044f":[10,38,43,45],"\u043e\u0442\u043b\u0438\u0447\u0430\u044e\u0449\u0438\u0435\u0441\u044f":36,"\u043e\u0442\u043b\u0438\u0447\u0430\u044e\u0449\u0438\u0445\u0441\u044f":17,"\u043e\u0442\u043b\u0438\u0447\u0430\u044e\u0449\u0443\u044e\u0441\u044f":17,"\u043e\u0442\u043b\u0438\u0447\u0438\u0435":[11,22,26,28,30,40,42,43,61,62,64],"\u043e\u0442\u043b\u0438\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c":40,"\u043e\u0442\u043b\u0438\u0447\u043d\u043e\u0433\u043e":17,"\u043e\u0442\u043c\u0435\u0442\u0438\u043c":[10,42,47,48,62],"\u043e\u0442\u043c\u0435\u0442\u0438\u0442\u044c":[7,10,17,24],"\u043e\u0442\u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f":[16,17],"\u043e\u0442\u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044c\u043d\u043e":[7,26,53,61],"\u043e\u0442\u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e":16,"\u043e\u0442\u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0435":54,"\u043e\u0442\u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0439":[10,54],"\u043e\u0442\u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u043c\u0443":16,"\u043e\u0442\u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044c\u043d\u0443\u044e":[5,16,17],"\u043e\u0442\u043d\u043e\u0441\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c":16,"\u043e\u0442\u043d\u043e\u0441\u0438\u0442\u0441\u044f":42,"\u043e\u0442\u043d\u043e\u0441\u044f\u0442":53,"\u043e\u0442\u043d\u043e\u0441\u044f\u0442\u0441\u044f":7,"\u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u0435":[32,37],"\u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u044f":16,"\u043e\u0442\u0440\u0430\u0436\u0430\u0435\u0442":12,"\u043e\u0442\u0440\u0430\u0436\u0430\u044e\u0449\u0438\u0435":40,"\u043e\u0442\u0440\u0435\u0437\u043a\u0430":[5,9,10,11,15,31,33,34,36,39],"\u043e\u0442\u0440\u0435\u0437\u043a\u0430\u043c":8,"\u043e\u0442\u0440\u0435\u0437\u043a\u0430\u043c\u0438":15,"\u043e\u0442\u0440\u0435\u0437\u043a\u0430\u0445":[5,8],"\u043e\u0442\u0440\u0435\u0437\u043a\u0435":[5,7,8,9,10,11,15,31,36,39,42],"\u043e\u0442\u0440\u0435\u0437\u043a\u043e\u0432":[8,9,11],"\u043e\u0442\u0440\u0435\u0437\u043a\u043e\u043c":[15,31],"\u043e\u0442\u0440\u0435\u0437\u043a\u0443":8,"\u043e\u0442\u0440\u0435\u0437\u043e\u043a":[5,7,8,10,31,36,39],"\u043e\u0442\u0440\u0438\u0446\u0430\u043d\u0438\u0435":27,"\u043e\u0442\u0440\u0438\u0446\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e":21,"\u043e\u0442\u0440\u0438\u0446\u0430\u0442\u0435\u043b\u044c\u043d\u0443\u044e":17,"\u043e\u0442\u0440\u0438\u0446\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0435":[9,17],"\u043e\u0442\u0440\u0438\u0446\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u043c":[17,47],"\u043e\u0442\u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0439":15,"\u043e\u0442\u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u044b":21,"\u043e\u0442\u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c":[],"\u043e\u0442\u0441\u0442\u043e\u044f\u0442":17,"\u043e\u0442\u0441\u0442\u0443\u0442\u0441\u0432\u0438\u0435\u043c":26,"\u043e\u0442\u0441\u0442\u0443\u0442\u0441\u0442\u0432\u0443\u044e\u0442":11,"\u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u0435":19,"\u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442":24,"\u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u044e\u0442":42,"\u043e\u0442\u0441\u044e\u0434\u0430":[7,9,16,17,37,38,54],"\u043e\u0442\u0443\u0442\u0441\u0442\u0432\u0438\u0435":22,"\u043e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0433\u043e":24,"\u043e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0439":24,"\u043e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0439":26,"\u043e\u0444\u043e\u0440\u043c\u0438\u0442\u044c":[],"\u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u0438\u044e":21,"\u043e\u0444\u043e\u0440\u043c\u043b\u0435\u043d\u043e":21,"\u043e\u0446\u0435\u043d\u0438\u0432\u0430\u0442\u044c":14,"\u043e\u0446\u0435\u043d\u0438\u0442\u044c":[4,5,16,38,49],"\u043e\u0446\u0435\u043d\u043a\u0430":[7,9,11,18,35,38],"\u043e\u0446\u0435\u043d\u043a\u0438":[5,16,38],"\u043e\u0446\u0435\u043d\u043a\u043e\u0439":[15,16],"\u043e\u0446\u0435\u043d\u043a\u0443":[7,17,38,54],"\u043e\u0446\u0435\u043d\u043e\u0447\u043d\u043e\u0439":6,"\u043e\u0447\u0435\u0432\u0438\u0434\u043d\u044b\u0439":9,"\u043e\u0447\u0435\u043d\u044c":[15,31],"\u043e\u0447\u0435\u0440\u0435\u0434\u044c":[4,10,12,17,30,49,52,54,63],"\u043e\u0447\u0438\u0441\u0442\u0438\u0442\u0435":[],"\u043e\u0447\u0438\u0441\u0442\u0438\u0442\u044c":28,"\u043e\u0448\u0438\u0431\u043a\u0430":[7,9,10,11,15,16,17,20,35,37,38,47],"\u043e\u0448\u0438\u0431\u043a\u0430\u043c":[16,17],"\u043e\u0448\u0438\u0431\u043a\u0430\u0445":[],"\u043e\u0448\u0438\u0431\u043a\u0435":26,"\u043e\u0448\u0438\u0431\u043a\u0438":[6,7,10,14,15,16,17,35,37,38,64],"\u043e\u0448\u0438\u0431\u043a\u043e\u0439":[14,16,50,54,64],"\u043e\u0448\u0438\u0431\u043a\u0443":[5,7,14,16,17,30,31,36,38,54,63,64],"\u043e\u0448\u0438\u0431\u043e\u043a":[17,37,42,49],"\u043f":40,"\u043f\u0430":12,"\u043f\u0430\u043a\u0435\u0442":[12,19,21,24,26,28,50],"\u043f\u0430\u043a\u0435\u0442\u0430":[12,16,26],"\u043f\u0430\u043a\u0435\u0442\u0430\u043c\u0438":28,"\u043f\u0430\u043a\u0435\u0442\u0435":[26,49],"\u043f\u0430\u043a\u0435\u0442\u043e\u0432":[24,26,28],"\u043f\u0430\u043a\u0435\u0442\u043e\u043c":32,"\u043f\u0430\u043a\u0435\u0442\u044b":24,"\u043f\u0430\u043c\u044f\u0442\u0438":[9,19,30,58],"\u043f\u0430\u043c\u044f\u0442\u044c":[19,29,56,63],"\u043f\u0430\u0440\u0430":49,"\u043f\u0430\u0440\u0430\u0431\u043e\u043b\u0438\u0447\u0435\u0441\u043a\u0443\u044e":47,"\u043f\u0430\u0440\u0430\u0431\u043e\u043b\u043e\u0439":9,"\u043f\u0430\u0440\u0430\u0431\u043e\u043b\u044b":35,"\u043f\u0430\u0440\u0430\u043b\u043b\u0435\u043b\u043e\u0433\u0440\u0430\u043c\u043c\u044b":30,"\u043f\u0430\u0440\u0430\u043b\u043b\u0435\u043b\u044c\u043d\u043e\u0435":27,"\u043f\u0430\u0440\u0430\u043b\u043b\u0435\u043b\u044c\u043d\u044b\u043c\u0438":21,"\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440":[12,30,34,47],"\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0430":[32,34],"\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0430\u043c\u0438":12,"\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0430\u0445":4,"\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0438\u0437\u0430\u0446\u0438\u0438":[30,32],"\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0438\u0437\u0430\u0446\u0438\u044f":[4,12,32],"\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0438\u0437\u043e\u0432\u0430\u043d":30,"\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0438\u0437\u043e\u0432\u0430\u043d\u0430":12,"\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0438\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u0445":30,"\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0438\u0437\u043e\u0432\u0430\u043d\u044b":32,"\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0438\u0447\u0435\u0441\u043a\u0438\u0439":30,"\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0438\u0447\u0435\u0441\u043a\u0438\u043c\u0438":[30,38],"\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e":30,"\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043e\u0432":[12,30,51],"\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b":[33,34,47,49,50,52],"\u043f\u0430\u0440\u0430\u0445":[],"\u043f\u0430\u0440\u0435":16,"\u043f\u0430\u0440\u043d\u043e\u0433\u043e":53,"\u043f\u0430\u0440\u043e\u0436\u0438\u0434\u043a\u043e\u0441\u0442\u043d\u043e\u0433\u043e":32,"\u043f\u0430\u0440\u0441\u0438\u043d\u0433":29,"\u043f\u0430\u0440\u044b":[38,50],"\u043f\u0430\u0442\u0442\u0435\u0440\u043d\u043e\u0432":30,"\u043f\u0435\u043d\u0442\u0430\u043d":50,"\u043f\u0435\u0440\u0432\u0430\u044f":[17,38,45,58],"\u043f\u0435\u0440\u0432\u043e\u0433\u043e":[3,19,38,42,47,58],"\u043f\u0435\u0440\u0432\u043e\u0435":[33,47,52,59],"\u043f\u0435\u0440\u0432\u043e\u0439":[7,11,20,51,58],"\u043f\u0435\u0440\u0432\u043e\u043c":[30,45,47,49,59],"\u043f\u0435\u0440\u0432\u043e\u043c\u0443":47,"\u043f\u0435\u0440\u0432\u043e\u043e\u0431\u0440\u0430\u0437\u043d\u0430\u044f":8,"\u043f\u0435\u0440\u0432\u0443\u044e":[11,58],"\u043f\u0435\u0440\u0432\u044b\u0435":49,"\u043f\u0435\u0440\u0432\u044b\u0439":[10,19,30,33,39,42,58],"\u043f\u0435\u0440\u0432\u044b\u043c":42,"\u043f\u0435\u0440\u0432\u044b\u0445":[27,31,48,49,61],"\u043f\u0435\u0440\u0435\u0431\u0440\u0430\u0442\u044c":52,"\u043f\u0435\u0440\u0435\u0432\u043e\u0434\u0430":[],"\u043f\u0435\u0440\u0435\u0432\u044b\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u0439":10,"\u043f\u0435\u0440\u0435\u0432\u044b\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u044f\u043c":5,"\u043f\u0435\u0440\u0435\u0433\u0440\u0443\u0436\u0430\u0442\u044c":21,"\u043f\u0435\u0440\u0435\u0433\u0440\u0443\u0437\u0438\u0442\u044c":21,"\u043f\u0435\u0440\u0435\u0434":[43,64],"\u043f\u0435\u0440\u0435\u0434\u0430\u0432\u0430\u0442\u044c":22,"\u043f\u0435\u0440\u0435\u0434\u0430\u0442\u044c":26,"\u043f\u0435\u0440\u0435\u0434\u0430\u0447\u0438":22,"\u043f\u0435\u0440\u0435\u0434\u0430\u044e\u0442\u0441\u044f":[22,58],"\u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0438\u0441\u044b\u0432\u0430\u0442\u044c":19,"\u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0438\u0441\u044c":30,"\u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u043a\u0430":[],"\u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u043a\u0430\u0442\u044c":28,"\u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u044b\u0432\u0430\u0442\u044c":26,"\u043f\u0435\u0440\u0435\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f":63,"\u043f\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435":28,"\u043f\u0435\u0440\u0435\u0439\u0442\u0438":[34,47],"\u043f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f":28,"\u043f\u0435\u0440\u0435\u043c\u0435\u043d\u043d\u0430\u044f":[20,29,30],"\u043f\u0435\u0440\u0435\u043c\u0435\u043d\u043d\u043e\u0439":[20,22,27,28,29,30,41],"\u043f\u0435\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u0435":[22,52],"\u043f\u0435\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u043c":22,"\u043f\u0435\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u043c\u0438":22,"\u043f\u0435\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u0445":[27,30,49,50,52],"\u043f\u0435\u0440\u0435\u043c\u0435\u0449\u0430\u0435\u0442\u0441\u044f":34,"\u043f\u0435\u0440\u0435\u043d\u043e\u0441":4,"\u043f\u0435\u0440\u0435\u043d\u043e\u0441\u0430":4,"\u043f\u0435\u0440\u0435\u043d\u043e\u0441\u0438\u0442\u044c":30,"\u043f\u0435\u0440\u0435\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0442\u044c":26,"\u043f\u0435\u0440\u0435\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u044b\u0445":55,"\u043f\u0435\u0440\u0435\u043f\u0438\u0448\u0435\u043c":53,"\u043f\u0435\u0440\u0435\u043f\u0438\u0448\u0435\u0442\u0441\u044f":52,"\u043f\u0435\u0440\u0435\u0441\u0435\u0447\u0435\u043d\u0438\u0435":[19,34],"\u043f\u0435\u0440\u0435\u0441\u0435\u0447\u0435\u043d\u0438\u044e":19,"\u043f\u0435\u0440\u0435\u0441\u0435\u0447\u0435\u043d\u0438\u044f":[31,35],"\u043f\u0435\u0440\u0435\u0441\u0442\u0430\u0432\u0438\u0442\u044c":59,"\u043f\u0435\u0440\u0435\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438":[55,59],"\u043f\u0435\u0440\u0435\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0443":59,"\u043f\u0435\u0440\u0435\u0441\u0442\u0430\u043d\u043e\u0432\u043e\u043a":[55,59],"\u043f\u0435\u0440\u0435\u0441\u0447\u0438\u0442\u044b\u0432\u0430\u044e\u0442":53,"\u043f\u0435\u0440\u0435\u0441\u0447\u0451\u0442\u0430":7,"\u043f\u0435\u0440\u0435\u0442\u0430\u0449\u0438\u0442\u044c":24,"\u043f\u0435\u0440\u0435\u0444\u043e\u0440\u043c\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u0442\u044c":64,"\u043f\u0435\u0440\u0435\u0445\u043e\u0434":[10,28],"\u043f\u0435\u0440\u0435\u0445\u043e\u0434\u0430":[10,28,45,51],"\u043f\u0435\u0440\u0435\u0445\u043e\u0434\u0438\u0442":28,"\u043f\u0435\u0440\u0435\u0445\u043e\u0434\u0438\u0442\u044c":[10,28,52],"\u043f\u0435\u0440\u0435\u0445\u043e\u0434\u044b":4,"\u043f\u0435\u0440\u0435\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u0435":26,"\u043f\u0435\u0440\u0435\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u044b\u0435":28,"\u043f\u0435\u0440\u0438\u043e\u0434":40,"\u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u0435\u0441\u043a\u0438\u0445":40,"\u043f\u0435\u0440\u0438\u043e\u0434\u0438\u0447\u0435\u0441\u043a\u043e\u0435":40,"\u043f\u0435\u0440\u0438\u043e\u0434\u043e\u043c":40,"\u043f\u0435\u0440\u0441\u043f\u0435\u043a\u0442\u0438\u0432\u0435":42,"\u043f\u0435\u0447\u0430\u0442\u0430\u0435\u0442":[27,29],"\u043f\u0435\u0447\u0430\u0442\u044c":[29,50],"\u043f\u0435\u0447\u0430\u0442\u044c\u044e":21,"\u043f\u0438\u0441\u0430\u0440\u0435\u0432\u0430":3,"\u043f\u0438\u0441\u0430\u0442\u044c":[23,52],"\u043f\u043a\u043c":24,"\u043f\u043b\u0430\u0432\u0430\u044e\u0449\u0435\u0439":[16,18,58,59],"\u043f\u043b\u0430\u0432\u043d\u043e":5,"\u043f\u043b\u0430\u0433\u0438\u043d":28,"\u043f\u043b\u0430\u0442\u043e\u0439":49,"\u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0435":26,"\u043f\u043b\u043e\u0441\u043a\u043e\u0441\u0442\u0438":[21,30],"\u043f\u043b\u043e\u0442\u043d\u043e\u0439":53,"\u043f\u043b\u043e\u0442\u043d\u043e\u0441\u0442\u0438":[19,52],"\u043f\u043b\u043e\u0445\u0430\u044f":16,"\u043f\u043b\u043e\u0445\u043e":[14,16,35],"\u043f\u043b\u043e\u0445\u043e\u0433\u043e":64,"\u043f\u043b\u043e\u0445\u043e\u0435":42,"\u043f\u043b\u043e\u0445\u043e\u0439":64,"\u043f\u043e":[1,3,5,7,8,9,10,11,12,14,16,17,19,20,21,22,23,24,26,27,28,30,31,32,33,34,35,38,39,40,41,42,43,45,47,48,49,50,52,53,54,55,58,64],"\u043f\u043e\u0431\u043e\u0447\u043d\u0430\u044f":19,"\u043f\u043e\u0431\u043e\u0447\u043d\u043e\u0439":10,"\u043f\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u0435":[5,14,30,38,45],"\u043f\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u0435\u043c":19,"\u043f\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u044f":38,"\u043f\u043e\u0432\u0435\u0440\u0445":32,"\u043f\u043e\u0432\u0435\u0440\u0445\u043d\u043e\u0441\u0442\u043d\u043e\u0435":4,"\u043f\u043e\u0432\u043b\u0438\u044f\u0435\u0442":54,"\u043f\u043e\u0432\u043e\u0440\u043e\u0442":[],"\u043f\u043e\u0432\u043e\u0440\u043e\u0442\u043e\u043c":[],"\u043f\u043e\u0432\u0442\u043e\u0440\u0438\u043c":19,"\u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435":40,"\u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e\u0433\u043e":22,"\u043f\u043e\u0432\u0442\u043e\u0440\u044f\u0442\u044c":38,"\u043f\u043e\u0432\u0442\u043e\u0440\u044f\u044f":58,"\u043f\u043e\u0432\u044b\u0448\u0430\u044e\u0449\u0443\u044e":53,"\u043f\u043e\u0432\u044b\u0448\u0435\u043d\u0438\u0435\u043c":9,"\u043f\u043e\u0432\u044b\u0448\u0435\u043d\u0438\u0438":[7,9],"\u043f\u043e\u0432\u044b\u0448\u0435\u043d\u0438\u044f":5,"\u043f\u043e\u0433\u0440\u0435\u0448\u043d\u043e\u0441\u0442\u0438":[5,7,9,10,38,39],"\u043f\u043e\u0433\u0440\u0435\u0448\u043d\u043e\u0441\u0442\u044c":[5,8,16,17,38,58],"\u043f\u043e\u0433\u0440\u0435\u0448\u043d\u043e\u0441\u0442\u044c\u044e":[8,16],"\u043f\u043e\u0433\u0440\u0435\u0448\u043d\u043e\u0441\u0442\u044f\u043c\u0438":14,"\u043f\u043e\u0434":[10,17,19,23,30,32,38,47,52,56,64],"\u043f\u043e\u0434\u0430\u043d\u043d\u044b\u0435":22,"\u043f\u043e\u0434\u0430\u0442\u044c":[27,30,64],"\u043f\u043e\u0434\u0431\u0435\u0440\u0438\u0442\u0435":40,"\u043f\u043e\u0434\u0431\u0438\u0440\u0430\u0435\u0442\u0441\u044f":48,"\u043f\u043e\u0434\u0431\u0438\u0440\u0430\u044e\u0442":5,"\u043f\u043e\u0434\u0431\u043e\u0440":[38,43],"\u043f\u043e\u0434\u0431\u043e\u0440\u0430":38,"\u043f\u043e\u0434\u0431\u043e\u0440\u0443":38,"\u043f\u043e\u0434\u0433\u043e\u0442\u043e\u0432\u043a\u0435":51,"\u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043c\u044b\u0445":27,"\u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442":28,"\u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f":27,"\u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u044f":31,"\u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430":29,"\u043f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f":26,"\u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435":57,"\u043f\u043e\u0434\u043b\u0438\u043d\u043d\u044b\u0439":64,"\u043f\u043e\u0434\u043c\u0430\u0441\u0441\u0438\u0432":9,"\u043f\u043e\u0434\u043c\u0430\u0442\u0440\u0438\u0446\u0430":19,"\u043f\u043e\u0434\u043c\u043d\u043e\u0436\u0435\u0441\u0442\u0432\u0443":45,"\u043f\u043e\u0434\u043e\u0431\u043d\u0430\u044f":55,"\u043f\u043e\u0434\u043e\u0431\u043d\u043e":[11,31],"\u043f\u043e\u0434\u043e\u0431\u043d\u043e\u0433\u043e":27,"\u043f\u043e\u0434\u043e\u0431\u043d\u043e\u0435":5,"\u043f\u043e\u0434\u043e\u0431\u043d\u043e\u0439":59,"\u043f\u043e\u0434\u043e\u0431\u043d\u044b\u0435":[12,16,42,55],"\u043f\u043e\u0434\u043e\u0431\u043d\u044b\u043c":64,"\u043f\u043e\u0434\u043e\u0431\u043d\u044b\u0445":22,"\u043f\u043e\u0434\u043e\u0431\u0440\u0430\u043d\u043e":43,"\u043f\u043e\u0434\u043e\u0439\u0434\u0435\u0442":24,"\u043f\u043e\u0434\u043e\u0439\u0434\u0451\u0442":5,"\u043f\u043e\u0434\u043e\u0442\u0440\u0435\u0437\u043a\u0430":9,"\u043f\u043e\u0434\u043e\u0442\u0440\u0435\u0437\u043a\u0435":5,"\u043f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u0435\u0442\u0441\u044f":30,"\u043f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u0442\u044c":59,"\u043f\u043e\u0434\u0440\u043e\u0431\u043d\u0435\u0435":[5,20,26,28,29,30,32,52],"\u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e":20,"\u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u044f\u043c\u0438":30,"\u043f\u043e\u0434\u0440\u043e\u0431\u043d\u0443\u044e":32,"\u043f\u043e\u0434\u0441\u0432\u0435\u0442\u043a\u0443":28,"\u043f\u043e\u0434\u0441\u043a\u0430\u0437\u043a\u0438":30,"\u043f\u043e\u0434\u0441\u0442\u0430\u0432\u0438\u0432":7,"\u043f\u043e\u0434\u0441\u0442\u0430\u0432\u0438\u043c":[36,39,42],"\u043f\u043e\u0434\u0441\u0442\u0430\u0432\u043b\u044f\u0442\u0441\u044f":26,"\u043f\u043e\u0434\u0441\u0442\u0430\u0432\u043d\u043e\u0432\u043a\u0443":58,"\u043f\u043e\u0434\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430":26,"\u043f\u043e\u0434\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430\u043c\u0438":58,"\u043f\u043e\u0434\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0435":[11,39],"\u043f\u043e\u0434\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438":[12,56,59,60],"\u043f\u043e\u0434\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u043e\u0439":[58,60],"\u043f\u043e\u0434\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0443":[26,58],"\u043f\u043e\u0434\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u044e\u0449\u0438\u0435":38,"\u043f\u043e\u0434\u0441\u0442\u0440\u043e\u0438\u0442\u044c":38,"\u043f\u043e\u0434\u0441\u0447\u0438\u0442\u0430\u0435\u043c":10,"\u043f\u043e\u0434\u0441\u0447\u0438\u0442\u0430\u0439\u0442\u0435":[6,21,40],"\u043f\u043e\u0434\u0441\u0447\u0438\u0442\u0430\u043d\u043d\u0443\u044e":12,"\u043f\u043e\u0434\u0441\u0447\u0438\u0442\u0430\u043d\u043d\u044b\u043c":61,"\u043f\u043e\u0434\u0441\u0447\u0438\u0442\u0430\u043d\u044b":12,"\u043f\u043e\u0434\u0441\u0447\u0438\u0442\u0430\u0442\u044c":[12,38,47,54],"\u043f\u043e\u0434\u0441\u0447\u0438\u0442\u044b\u0432\u0430\u044e\u0449\u0443\u044e":21,"\u043f\u043e\u0434\u0441\u0447\u0451\u0442":[49,51],"\u043f\u043e\u0434\u0441\u0447\u0451\u0442\u0430":49,"\u043f\u043e\u0434\u0441\u0447\u0451\u0442\u0435":59,"\u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0430\u0435\u0442":42,"\u043f\u043e\u0434\u0442\u0438\u043f\u0430\u043c\u0438":30,"\u043f\u043e\u0434\u0442\u0438\u043f\u043e\u043c":[19,30],"\u043f\u043e\u0434\u0442\u0438\u043f\u044b":30,"\u043f\u043e\u0434\u0445\u043e\u0434":[7,42,47],"\u043f\u043e\u0434\u0445\u043e\u0434\u0438\u0442":[17,28,30,33,48],"\u043f\u043e\u0434\u0445\u043e\u0434\u044f\u0442":30,"\u043f\u043e\u0434\u0445\u043e\u0434\u044f\u0449\u0435\u0435":55,"\u043f\u043e\u0434\u0445\u043e\u0434\u044f\u0449\u0438\u0435":[48,49],"\u043f\u043e\u0434\u0448\u0430\u0433":37,"\u043f\u043e\u0434\u044b\u043d\u0442\u0435\u0433\u0440\u0430\u043b\u044c\u043d\u0430\u044f":9,"\u043f\u043e\u0434\u044b\u043d\u0442\u0435\u0433\u0440\u0430\u043b\u044c\u043d\u043e\u0439":[7,8,9],"\u043f\u043e\u0434\u044b\u0442\u043e\u0436\u0438\u043c":49,"\u043f\u043e\u0437\u0432\u043e\u043b\u0438\u0442":10,"\u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442":[9,10,16,19,22,24,26,27,28,30,38,51,55,64],"\u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0442":7,"\u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0449\u0430\u044f":20,"\u043f\u043e\u0437\u0432\u043e\u043d\u043e\u0447\u043d\u0438\u043a":27,"\u043f\u043e\u0437\u0434\u043d\u0435\u0435":26,"\u043f\u043e\u0437\u0438\u0446\u0438\u0438":31,"\u043f\u043e\u0437\u0438\u0446\u0438\u043e\u043d\u043d\u044b\u0435":22,"\u043f\u043e\u0437\u0438\u0446\u0438\u043e\u043d\u043d\u044b\u0439":22,"\u043f\u043e\u0437\u0438\u0446\u0438\u043e\u043d\u043d\u044b\u043c":22,"\u043f\u043e\u0437\u0438\u0446\u0438\u043e\u043d\u043d\u044b\u043c\u0438":22,"\u043f\u043e\u0437\u0438\u0446\u0438\u043e\u043d\u043d\u044b\u0445":[17,30],"\u043f\u043e\u0438\u0441\u043a":[7,26,33,43,45,48,49,64],"\u043f\u043e\u0438\u0441\u043a\u0430":[21,26,33,34,35,37,47,52],"\u043f\u043e\u0438\u0441\u043a\u0435":[15,42,47,49],"\u043f\u043e\u0438\u0441\u043a\u0438":47,"\u043f\u043e\u0438\u0441\u043a\u043e\u043c":[34,43,45,47,48,64],"\u043f\u043e\u0438\u0441\u043a\u0443":[33,37,47],"\u043f\u043e\u0438\u0441\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u044c":30,"\u043f\u043e\u0438\u0449\u0435\u043c":64,"\u043f\u043e\u0439\u0434\u0451\u0442":[47,57],"\u043f\u043e\u043a\u0430":[10,35,37,38,42,45,64],"\u043f\u043e\u043a\u0430\u0436\u0435\u0442":26,"\u043f\u043e\u043a\u0430\u0437\u0430\u043b\u0438":34,"\u043f\u043e\u043a\u0430\u0437\u0430\u043d":[24,30],"\u043f\u043e\u043a\u0430\u0437\u0430\u043d\u0430":26,"\u043f\u043e\u043a\u0430\u0437\u0430\u043d\u043e":[19,26,28,34,36,39,42],"\u043f\u043e\u043a\u0430\u0437\u0430\u043d\u044b":[31,32,61],"\u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c":[9,32,33,54],"\u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c\u0441\u044f":19,"\u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442":[10,15,16,30,32,47,49,50,60,64],"\u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u044e\u0442":[10,61],"\u043f\u043e\u043b\u0430\u0433\u0430\u0442\u044c\u0441\u044f":5,"\u043f\u043e\u043b\u0435":[30,40],"\u043f\u043e\u043b\u0435\u0437\u043d\u043e":[],"\u043f\u043e\u043b\u0435\u0437\u043d\u044b\u0445":28,"\u043f\u043e\u043b\u0435\u0439":30,"\u043f\u043e\u043b\u0435\u043c":30,"\u043f\u043e\u043b\u0438\u043c\u043e\u0440\u0444\u0438\u0437\u043c":19,"\u043f\u043e\u043b\u0438\u043d\u043e\u043c":[11,14],"\u043f\u043e\u043b\u0438\u043d\u043e\u043c\u0430":[14,32,37],"\u043f\u043e\u043b\u0438\u043d\u043e\u043c\u0438\u0430\u043b\u044c\u043d\u043e\u0439":[9,14],"\u043f\u043e\u043b\u0438\u043d\u043e\u043c\u0438\u0430\u043b\u044c\u043d\u0443\u044e":[9,14],"\u043f\u043e\u043b\u0438\u043d\u043e\u043c\u0438\u0430\u043b\u044c\u043d\u044b\u0439":14,"\u043f\u043e\u043b\u0438\u043d\u043e\u043c\u043e\u0432":7,"\u043f\u043e\u043b\u0438\u043d\u043e\u043c\u044b":14,"\u043f\u043e\u043b\u0438\u0444\u043e\u0440\u043c\u0438\u0437\u043c\u0430":30,"\u043f\u043e\u043b\u043d\u0430\u044f":[15,26],"\u043f\u043e\u043b\u043d\u043e\u0433\u043e":28,"\u043f\u043e\u043b\u043d\u043e\u0435":30,"\u043f\u043e\u043b\u043d\u043e\u0439":40,"\u043f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e":7,"\u043f\u043e\u043b\u043d\u044b\u0439":[26,48],"\u043f\u043e\u043b\u043e\u0432\u0438\u043d\u0430":7,"\u043f\u043e\u043b\u043e\u0432\u0438\u043d\u0447\u0430\u0442\u044b\u0435":15,"\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435":[50,51],"\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u044f":7,"\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u044b":53,"\u043f\u043e\u043b\u043e\u0436\u0438\u0432":49,"\u043f\u043e\u043b\u043e\u0436\u0438\u043c":[10,63],"\u043f\u043e\u043b\u043e\u0436\u0438\u0442\u0435\u043b\u044c\u043d\u0430":7,"\u043f\u043e\u043b\u043e\u0436\u0438\u0442\u0435\u043b\u044c\u043d\u0430\u044f":55,"\u043f\u043e\u043b\u043e\u0436\u0438\u0442\u0435\u043b\u044c\u043d\u043e":[44,46,48,55],"\u043f\u043e\u043b\u043e\u0436\u0438\u0442\u0435\u043b\u044c\u043d\u0443\u044e":[48,55],"\u043f\u043e\u043b\u043e\u0436\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435":47,"\u043f\u043e\u043b\u043e\u0436\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439":7,"\u043f\u043e\u043b\u043e\u0436\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c":17,"\u043f\u043e\u043b\u043e\u0436\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0445":21,"\u043f\u043e\u043b\u0443\u0438\u043d\u0442\u0435\u0440\u0432\u0430\u043b\u0435":17,"\u043f\u043e\u043b\u0443\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u043e\u0439":46,"\u043f\u043e\u043b\u0443\u0447\u0430\u0435\u043c":[7,10,11,16,17,35,37,38,42,48,52,54],"\u043f\u043e\u043b\u0443\u0447\u0430\u0435\u043c\u043e\u043c":16,"\u043f\u043e\u043b\u0443\u0447\u0430\u0435\u043c\u044b\u0435":[7,9],"\u043f\u043e\u043b\u0443\u0447\u0430\u0435\u0442\u0435":19,"\u043f\u043e\u043b\u0443\u0447\u0430\u0435\u0442\u0441\u044f":[5,9,12,34,39,64],"\u043f\u043e\u043b\u0443\u0447\u0430\u044e\u0442\u0441\u044f":64,"\u043f\u043e\u043b\u0443\u0447\u0430\u044e\u0449\u0443\u044e\u0441\u044f":[],"\u043f\u043e\u043b\u0443\u0447\u0430\u044f":7,"\u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0430":9,"\u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f":[5,28,39],"\u043f\u043e\u043b\u0443\u0447\u0435\u043d\u043d\u0430\u044f":58,"\u043f\u043e\u043b\u0443\u0447\u0435\u043d\u043d\u043e\u0433\u043e":48,"\u043f\u043e\u043b\u0443\u0447\u0435\u043d\u043d\u043e\u0435":[9,39],"\u043f\u043e\u043b\u0443\u0447\u0435\u043d\u043d\u0443\u044e":64,"\u043f\u043e\u043b\u0443\u0447\u0435\u043d\u043d\u044b\u0435":[32,59],"\u043f\u043e\u043b\u0443\u0447\u0435\u043d\u043e":12,"\u043f\u043e\u043b\u0443\u0447\u0438\u0432":[14,32,36],"\u043f\u043e\u043b\u0443\u0447\u0438\u0432\u0448\u0435\u0439\u0441\u044f":7,"\u043f\u043e\u043b\u0443\u0447\u0438\u043b":42,"\u043f\u043e\u043b\u0443\u0447\u0438\u043b\u0438":[10,24,59],"\u043f\u043e\u043b\u0443\u0447\u0438\u043b\u043e\u0441\u044c":64,"\u043f\u043e\u043b\u0443\u0447\u0438\u043c":[5,7,9,10,11,14,16,17,31,32,35,36,37,38,39,42,52,53,58,63],"\u043f\u043e\u043b\u0443\u0447\u0438\u0442\u0435":53,"\u043f\u043e\u043b\u0443\u0447\u0438\u0442\u0441\u044f":[16,52],"\u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c":[7,9,10,11,14,17,19,22,28,32,37,44,61,64],"\u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c\u0441\u044f":49,"\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435":[],"\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0438":3,"\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439":[23,26],"\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u043c":[26,38],"\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c":49,"\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0435":[19,23],"\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0443\u044e":24,"\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f":[30,49],"\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f\u043c":26,"\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f\u043c\u0438":26,"\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f":[7,22,30,39,49,59],"\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0441\u044f":49,"\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0435\u0441\u044c":50,"\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f":[23,31],"\u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0449\u0438\u0439\u0441\u044f":58,"\u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0449\u0438\u043c\u0441\u044f":38,"\u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0449\u0438\u0445\u0441\u044f":33,"\u043f\u043e\u043b\u044e":22,"\u043f\u043e\u043b\u044f":[22,30],"\u043f\u043e\u043b\u044f\u0440\u043d\u044b\u0435":[],"\u043f\u043e\u043b\u044f\u0445":30,"\u043f\u043e\u043c\u0435\u043d\u044f\u0435\u0442\u0441\u044f":14,"\u043f\u043e\u043c\u0435\u043d\u044f\u0442\u044c":[12,22,30,34],"\u043f\u043e\u043c\u0435\u0441\u0442\u0438\u0442\u0435":21,"\u043f\u043e\u043c\u0435\u0441\u0442\u0438\u0442\u044c":22,"\u043f\u043e\u043c\u0435\u0442\u043a\u0430":49,"\u043f\u043e\u043c\u0435\u0447\u0430\u044e\u0442":49,"\u043f\u043e\u043c\u0435\u0447\u0430\u044e\u0442\u0441\u044f":24,"\u043f\u043e\u043c\u0435\u0449\u0430\u044e\u0442":26,"\u043f\u043e\u043c\u0435\u0449\u0430\u044e\u0442\u0441\u044f":[],"\u043f\u043e\u043c\u0435\u0449\u0435\u043d\u044b":30,"\u043f\u043e\u043c\u0435\u0449\u0451\u043d":26,"\u043f\u043e\u043c\u0438\u043c\u043e":[20,34,35,39],"\u043f\u043e\u043c\u043d\u0438\u0442\u044c":19,"\u043f\u043e\u043c\u043e\u0433\u0430\u0435\u0442":49,"\u043f\u043e\u043c\u043e\u0447\u044c":17,"\u043f\u043e\u043c\u043e\u0449\u0438":[7,28],"\u043f\u043e\u043c\u043e\u0449\u044c":[28,51],"\u043f\u043e\u043c\u043e\u0449\u044c\u044e":[12,14,15,17,19,22,26,27,30,41,59,63],"\u043f\u043e\u043d\u0430\u0434\u043e\u0431\u0438\u0442\u0441\u044f":[28,38,49],"\u043f\u043e\u043d\u0430\u0434\u043e\u0431\u044f\u0442\u0441\u044f":[11,15,23],"\u043f\u043e\u043d\u0438\u043c\u0430\u0435\u0442\u0441\u044f":10,"\u043f\u043e\u043d\u0438\u043c\u0430\u0442\u044c":3,"\u043f\u043e\u043d\u0438\u043c\u0430\u0442\u044c\u0441\u044f":47,"\u043f\u043e\u043d\u044f\u0442\u0438\u0435":54,"\u043f\u043e\u043d\u044f\u0442\u0438\u0439":39,"\u043f\u043e\u043d\u044f\u0442\u0438\u044f":39,"\u043f\u043e\u043d\u044f\u0442\u043d\u043e":59,"\u043f\u043e\u043d\u044f\u0442\u044c":5,"\u043f\u043e\u043e\u0449\u0440\u0438\u0442":30,"\u043f\u043e\u043f\u0430\u0434\u0430\u0435\u0442":[21,34],"\u043f\u043e\u043f\u043e\u043b\u0430\u043c":[5,10,31],"\u043f\u043e\u043f\u0440\u0430\u0432\u043a\u0430":52,"\u043f\u043e\u043f\u0440\u0430\u0432\u043a\u0438":[43,53,64],"\u043f\u043e\u043f\u0440\u0430\u0432\u043a\u0443":[43,53,63,64],"\u043f\u043e\u043f\u0440\u0430\u0432\u043e\u043a":48,"\u043f\u043e\u043f\u0440\u043e\u0431\u043e\u0432\u0430\u0442\u044c":[28,50],"\u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0435\u043c":63,"\u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435":28,"\u043f\u043e\u043f\u0443\u043b\u044f\u0440\u043d\u043e\u0441\u0442\u044c":[23,49],"\u043f\u043e\u043f\u0443\u043b\u044f\u0440\u043d\u044b":8,"\u043f\u043e\u043f\u0443\u043b\u044f\u0440\u043d\u044b\u0435":28,"\u043f\u043e\u043f\u0443\u043b\u044f\u0440\u043d\u044b\u043c":38,"\u043f\u043e\u043f\u0443\u043b\u044f\u0440\u043d\u044b\u043c\u0438":11,"\u043f\u043e\u043f\u044b\u0442\u0430\u0435\u043c\u0441\u044f":52,"\u043f\u043e\u043f\u044b\u0442\u043a\u0435":48,"\u043f\u043e\u043f\u044b\u0442\u043e\u043a":[],"\u043f\u043e\u0440":[10,37],"\u043f\u043e\u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c":29,"\u043f\u043e\u0440\u043e\u0436\u0434\u0430\u0435\u0442":[16,19,30],"\u043f\u043e\u0440\u043e\u0436\u0434\u0430\u044e\u0442":30,"\u043f\u043e\u0440\u043e\u0436\u0434\u0430\u044e\u0449\u0438\u0435":16,"\u043f\u043e\u0440\u043e\u0436\u0434\u0430\u044e\u0449\u0438\u0445\u0441\u044f":31,"\u043f\u043e\u0440\u044f\u0434\u043a\u0430":[7,9,10,11,17,21,30,38,42],"\u043f\u043e\u0440\u044f\u0434\u043a\u0435":[24,39,42,59],"\u043f\u043e\u0440\u044f\u0434\u043a\u043e\u0432":[7,9,17,36,38],"\u043f\u043e\u0440\u044f\u0434\u043a\u043e\u043c":[9,11,15,39,42,45],"\u043f\u043e\u0440\u044f\u0434\u043e\u043a":[5,6,7,9,15,17,38,39,40,42],"\u043f\u043e\u0441\u0432\u044f\u0449\u0451\u043d":[4,28],"\u043f\u043e\u0441\u043a\u043e\u043b\u044c\u043a\u0443":[7,14,15,16,17,19,22,24,30,31,32,37,38,43,45,47,48,49,52,54,58,59,61,63],"\u043f\u043e\u0441\u043b\u0435":[5,10,12,20,22,24,26,28,31,33,34,36,43,45,49,58],"\u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0433\u043e":[22,29],"\u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0435":[9,47],"\u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0439":11,"\u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439":[17,30,58],"\u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u043c":[35,52],"\u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0445":33,"\u043f\u043e\u0441\u043b\u0435\u0434\u043d\u044e\u044e":[11,24],"\u043f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f":[17,38],"\u043f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e":[42,58],"\u043f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0438":[10,20,59],"\u043f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c":[35,37,39,45],"\u043f\u043e\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c\u044e":42,"\u043f\u043e\u0441\u043b\u0435\u0434\u0441\u0442\u0432\u0438\u0438":47,"\u043f\u043e\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0439":52,"\u043f\u043e\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435":[63,64],"\u043f\u043e\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u043c":36,"\u043f\u043e\u0441\u043b\u0443\u0436\u0438\u043b":64,"\u043f\u043e\u0441\u043b\u0443\u0436\u0438\u043b\u043e":42,"\u043f\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c":[10,26,34,52,56],"\u043f\u043e\u0441\u043c\u043e\u0442\u0440\u0438\u043c":[5,14,16,30],"\u043f\u043e\u0441\u043c\u043e\u0442\u0440\u0438\u0442\u0435":58,"\u043f\u043e\u0441\u043e\u0431\u0438\u0435":0,"\u043f\u043e\u0441\u0440\u0435\u0434\u0441\u0442\u0432\u043e\u043c":[],"\u043f\u043e\u0441\u0442\u0430\u0432\u0438\u043c":15,"\u043f\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d":52,"\u043f\u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430":51,"\u043f\u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438":[39,60],"\u043f\u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0443":[4,64],"\u043f\u043e\u0441\u0442\u0430\u0440\u0430\u0439\u0442\u0435\u0441\u044c":[],"\u043f\u043e\u0441\u0442\u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0430":[],"\u043f\u043e\u0441\u0442\u043e\u043b\u0431\u0438\u0447\u043d\u043e":19,"\u043f\u043e\u0441\u0442\u043e\u044f\u043d\u043d\u0430\u044f":12,"\u043f\u043e\u0441\u0442\u043e\u044f\u043d\u043d\u043e\u0435":30,"\u043f\u043e\u0441\u0442\u0440\u043e\u0435\u043d":51,"\u043f\u043e\u0441\u0442\u0440\u043e\u0435\u043d\u0430":12,"\u043f\u043e\u0441\u0442\u0440\u043e\u0435\u043d\u0438\u0435":[11,14,42,50],"\u043f\u043e\u0441\u0442\u0440\u043e\u0435\u043d\u0438\u0438":[14,35],"\u043f\u043e\u0441\u0442\u0440\u043e\u0435\u043d\u0438\u044f":[11,12,32,50],"\u043f\u043e\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u0443\u044e":43,"\u043f\u043e\u0441\u0442\u0440\u043e\u0435\u043d\u044b":12,"\u043f\u043e\u0441\u0442\u0440\u043e\u0438\u043c":[15,39,47],"\u043f\u043e\u0441\u0442\u0440\u043e\u0438\u0442\u044c":[7,11,12,32,50,59,63,64],"\u043f\u043e\u0441\u0442\u0440\u043e\u0439\u0442\u0435":[6,32],"\u043f\u043e\u0441\u0442\u0443\u043f\u0430\u0442\u044c":37,"\u043f\u043e\u0441\u0442\u0443\u043f\u0430\u044e\u0442":[17,26],"\u043f\u043e\u0441\u0442\u0443\u043f\u0438\u043c":15,"\u043f\u043e\u0441\u0442\u0443\u043f\u0438\u0442\u044c":[32,52,64],"\u043f\u043e\u0441\u0442\u0444\u0430\u043a\u0442\u0443\u043c":37,"\u043f\u043e\u0441\u0447\u0438\u0442\u0430\u0435\u043c":15,"\u043f\u043e\u0441\u0447\u0438\u0442\u0430\u0442\u044c":[12,53],"\u043f\u043e\u0442\u0435\u043d\u0446\u0438\u0430\u043b":[52,61],"\u043f\u043e\u0442\u0435\u043d\u0446\u0438\u0430\u043b\u0430":[32,61],"\u043f\u043e\u0442\u0435\u043d\u0446\u0438\u0430\u043b\u0435":12,"\u043f\u043e\u0442\u0435\u043d\u0446\u0438\u0430\u043b\u043e\u0432":[52,61],"\u043f\u043e\u0442\u0435\u043d\u0446\u0438\u0430\u043b\u0443":12,"\u043f\u043e\u0442\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u043e":30,"\u043f\u043e\u0442\u0435\u0440\u044f":42,"\u043f\u043e\u0442\u0435\u0440\u044f\u0435\u0442\u0441\u044f":17,"\u043f\u043e\u0442\u0435\u0440\u044f\u043d\u044b":16,"\u043f\u043e\u0442\u043e\u043a":21,"\u043f\u043e\u0442\u043e\u043a\u0430":21,"\u043f\u043e\u0442\u043e\u043b\u043e\u043a":31,"\u043f\u043e\u0442\u043e\u043c":27,"\u043f\u043e\u0442\u043e\u043c\u043a\u043e\u0432":30,"\u043f\u043e\u0442\u043e\u043c\u0443":30,"\u043f\u043e\u0442\u0440\u0435\u0431\u043d\u043e\u0441\u0442\u0438":28,"\u043f\u043e\u0442\u0440\u0435\u0431\u043d\u043e\u0441\u0442\u044c":7,"\u043f\u043e\u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043b\u043e\u0441\u044c":[5,10,34],"\u043f\u043e\u0442\u0440\u0435\u0431\u043e\u0432\u0430\u0442\u044c":[7,31,42],"\u043f\u043e\u0442\u0440\u0435\u0431\u0443\u0435\u043c":[11,38],"\u043f\u043e\u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f":5,"\u043f\u043e\u0445\u043e\u0436\u0435":15,"\u043f\u043e\u0445\u043e\u0436\u0438\u0439":61,"\u043f\u043e\u0447\u0435\u043c\u0443":[23,30,31],"\u043f\u043e\u0447\u0438\u0442\u0430\u0442\u044c":[5,30],"\u043f\u043e\u0447\u0442\u0438":[16,17,42],"\u043f\u043e\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043d\u043e":[14,19,30],"\u043f\u043e\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043d\u043e\u0435":19,"\u043f\u043e\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043d\u044b\u0435":19,"\u043f\u043e\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b\u0445":19,"\u043f\u043e\u044d\u0442\u043c\u043e\u0443":[],"\u043f\u043e\u044d\u0442\u043e\u043c\u0443":[4,5,7,9,16,17,20,26,30,35,36,37,38,42,48,55,62],"\u043f\u043e\u044f\u0432\u0438\u0442\u0441\u044f":26,"\u043f\u043e\u044f\u0432\u0438\u0442\u044c\u0441\u044f":24,"\u043f\u043e\u044f\u0432\u043b\u0435\u043d\u0438\u044e":[],"\u043f\u043e\u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f":[17,28],"\u043f\u043e\u044f\u0432\u043b\u044f\u044e\u0442\u0441\u044f":[9,42],"\u043f\u0440\u0430\u0432":24,"\u043f\u0440\u0430\u0432\u0430":24,"\u043f\u0440\u0430\u0432\u0430\u044f":[7,39,42],"\u043f\u0440\u0430\u0432\u0434\u0430":64,"\u043f\u0440\u0430\u0432\u0438\u043b":53,"\u043f\u0440\u0430\u0432\u0438\u043b\u0430":[19,30,49],"\u043f\u0440\u0430\u0432\u0438\u043b\u0430\u043c\u0438":53,"\u043f\u0440\u0430\u0432\u0438\u043b\u0435":64,"\u043f\u0440\u0430\u0432\u0438\u043b\u043e":[4,12,27,42,43,52,63,64],"\u043f\u0440\u0430\u0432\u043e\u0439":[11,39,42,47,54,56,59],"\u043f\u0440\u0430\u0432\u044b\u043c\u0438":58,"\u043f\u0440\u0430\u0432\u044b\u0445":[9,58],"\u043f\u0440\u0430\u043a\u0442\u0438\u043a\u0430":[3,49],"\u043f\u0440\u0430\u043a\u0442\u0438\u043a\u0435":[7,14,16,17,35,42,45,48,53,58,59,64],"\u043f\u0440\u0430\u043a\u0442\u0438\u043a\u0443\u043c":4,"\u043f\u0440\u0430\u043a\u0442\u0438\u043a\u0443\u043c\u0430":49,"\u043f\u0440\u0430\u043a\u0442\u0438\u043a\u0443\u043c\u0435":23,"\u043f\u0440\u0430\u043a\u0442\u0438\u0447\u0435\u0441\u043a\u0438":48,"\u043f\u0440\u0430\u043a\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0439":30,"\u043f\u0440\u0435\u0432\u043e\u0441\u0445\u043e\u0434\u0438\u0442":7,"\u043f\u0440\u0435\u0432\u0440\u0430\u0449\u0430\u0435\u0442":22,"\u043f\u0440\u0435\u0432\u0440\u0430\u0449\u0435\u043d\u0438\u044f":0,"\u043f\u0440\u0435\u0432\u044b\u0448\u0430\u0435\u0442":[16,43,48,49,55],"\u043f\u0440\u0435\u0432\u044b\u0448\u0430\u0442\u044c":17,"\u043f\u0440\u0435\u0432\u044b\u0448\u0435\u043d\u0438\u0438":63,"\u043f\u0440\u0435\u0432\u044b\u0448\u0435\u043d\u0438\u044f":64,"\u043f\u0440\u0435\u0432\u044b\u0448\u0435\u043d\u043e":[31,35,36,37,38,48,63,64],"\u043f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u043e":[],"\u043f\u0440\u0435\u0434\u0435\u043b":[5,12,16,38,64],"\u043f\u0440\u0435\u0434\u0435\u043b\u0430\u043c\u0438":34,"\u043f\u0440\u0435\u0434\u0435\u043b\u0443":15,"\u043f\u0440\u0435\u0434\u0435\u043b\u044b":12,"\u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d":34,"\u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0430":[32,64],"\u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0438\u043b":7,"\u043f\u0440\u0435\u0434\u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d":29,"\u043f\u0440\u0435\u0434\u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0430":26,"\u043f\u0440\u0435\u0434\u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435":22,"\u043f\u0440\u0435\u0434\u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044e":22,"\u043f\u0440\u0435\u0434\u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044b\u0439":[],"\u043f\u0440\u0435\u0434\u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u043e":[],"\u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u0438\u043c":38,"\u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c":12,"\u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u044b":[],"\u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442":[20,28],"\u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u044e\u0442":12,"\u043f\u0440\u0435\u0434\u043e\u0441\u0442\u043e\u0440\u043e\u0436\u043d\u043e\u0441\u0442\u0438":[],"\u043f\u0440\u0435\u0434\u043f\u043e\u043b\u0430\u0433\u0430\u0435\u043c":24,"\u043f\u0440\u0435\u0434\u043f\u043e\u043b\u0430\u0433\u0430\u0435\u0442":38,"\u043f\u0440\u0435\u0434\u043f\u043e\u043b\u0430\u0433\u0430\u043b\u0438":48,"\u043f\u0440\u0435\u0434\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0438":[7,42],"\u043f\u0440\u0435\u0434\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u044f":48,"\u043f\u0440\u0435\u0434\u043f\u043e\u043b\u043e\u0436\u0438\u043c":[10,48,52],"\u043f\u0440\u0435\u0434\u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439":58,"\u043f\u0440\u0435\u0434\u043f\u043e\u0447\u0442\u0438\u0442\u0435\u043b\u044c\u043d\u0435\u0435":7,"\u043f\u0440\u0435\u0434\u0441\u043a\u0430\u0437\u0430\u043d\u0438\u0435":27,"\u043f\u0440\u0435\u0434\u0441\u043a\u0430\u0437\u0430\u0442\u044c":27,"\u043f\u0440\u0435\u0434\u0441\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442":34,"\u043f\u0440\u0435\u0434\u0441\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442\u0441\u044f":[37,38],"\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u043c":63,"\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u043c\u0430":16,"\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u043c\u043e":16,"\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u043c\u044b":17,"\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u0442\u0441\u044f":17,"\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u0442\u044c":15,"\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d":[38,43],"\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0430":52,"\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435":[17,30],"\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043c":58,"\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0438":17,"\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044f":17,"\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044f\u0445":17,"\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u043e\u0435":59,"\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043e":1,"\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u044b":[9,22,25],"\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442":[26,28,32,55,57],"\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u044f\u044e\u0442\u0441\u044f":30,"\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u044f\u044e\u0449\u0435\u0435":22,"\u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u044f\u044e\u0449\u0438\u0439":58,"\u043f\u0440\u0435\u0434\u0441\u0442\u043e\u0438\u0442":[10,12,32,40],"\u043f\u0440\u0435\u0434\u0443\u0433\u0430\u0434\u0430\u0442\u044c":30,"\u043f\u0440\u0435\u0434\u0443\u0433\u0430\u0434\u044b\u0432\u0430\u0442\u044c":30,"\u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0435\u0433\u043e":14,"\u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0435\u0435":17,"\u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0435\u0439":58,"\u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0435\u043c":59,"\u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0438\u043c":31,"\u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0438\u0445":42,"\u043f\u0440\u0435\u0436\u0434\u0435":[10,48,60,62],"\u043f\u0440\u0435\u0436\u043d\u0435\u043c\u0443":38,"\u043f\u0440\u0435\u0438\u043c\u0435\u0449\u0443\u0441\u0442\u0432\u043e":64,"\u043f\u0440\u0435\u0438\u043c\u0443\u0449\u0435\u0441\u0442\u0432\u0430":49,"\u043f\u0440\u0435\u0438\u043c\u0443\u0449\u0435\u0441\u0442\u0432\u043e":58,"\u043f\u0440\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u0438\u0440\u043e\u0432\u0430\u043d":26,"\u043f\u0440\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u0438\u0440\u043e\u0432\u0430\u0442\u044c":30,"\u043f\u0440\u0435\u043e\u0431\u043b\u0430\u0434\u0430\u044e\u0442":4,"\u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u0438\u0435":8,"\u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u0430\u043d\u0438\u044f":[17,55,64],"\u043f\u0440\u0435\u043e\u0431\u0440\u0430\u0437\u043e\u0432\u044b\u0432\u0430\u0435\u0442":9,"\u043f\u0440\u0435\u0440\u044b\u0432\u0430\u043d\u0438\u044f":28,"\u043f\u0440\u0435\u0446\u0435\u0441\u0441\u0438\u0440\u043e\u0432\u0430\u0442\u044c":40,"\u043f\u0440\u0435\u0446\u0435\u0441\u0441\u0438\u0440\u0443\u0435\u0442":40,"\u043f\u0440\u0438":[0,4,5,7,8,9,10,11,12,14,15,16,17,19,20,21,22,23,24,26,27,28,29,30,31,32,34,35,36,37,38,39,40,42,43,46,47,48,49,52,54,55,56,58,59,61,63,64],"\u043f\u0440\u0438\u0431\u043b\u0438\u0436\u0430\u0435\u0442":[9,10,15,39],"\u043f\u0440\u0438\u0431\u043b\u0438\u0436\u0430\u0435\u0442\u0441\u044f":[8,9,35],"\u043f\u0440\u0438\u0431\u043b\u0438\u0436\u0430\u044e\u0449\u0438\u0439":64,"\u043f\u0440\u0438\u0431\u043b\u0438\u0436\u0435\u043d\u0438\u0435":[5,7,9,10,31,34,35,36,37,38,43,45,47,48,55,63],"\u043f\u0440\u0438\u0431\u043b\u0438\u0436\u0435\u043d\u0438\u0435\u043c":[31,43,45,49,64],"\u043f\u0440\u0438\u0431\u043b\u0438\u0436\u0435\u043d\u0438\u0438":49,"\u043f\u0440\u0438\u0431\u043b\u0438\u0436\u0435\u043d\u0438\u0439":[5,17,33,35,37,38,45,49,63],"\u043f\u0440\u0438\u0431\u043b\u0438\u0436\u0435\u043d\u0438\u044f":[5,9,10,15,17,31,35,37,38,42,43,45,47,48,49,63,64],"\u043f\u0440\u0438\u0431\u043b\u0438\u0436\u0435\u043d\u0438\u044f\u043c":[10,31,35],"\u043f\u0440\u0438\u0431\u043b\u0438\u0436\u0435\u043d\u0438\u044f\u043c\u0438":[5,38,64],"\u043f\u0440\u0438\u0431\u043b\u0438\u0436\u0435\u043d\u0438\u044f\u0445":44,"\u043f\u0440\u0438\u0431\u043b\u0438\u0436\u0451\u043d\u043d\u043e":[47,52],"\u043f\u0440\u0438\u0431\u043b\u0438\u0436\u0451\u043d\u043d\u043e\u0433\u043e":41,"\u043f\u0440\u0438\u0431\u043b\u0438\u0436\u0451\u043d\u043d\u043e\u0435":41,"\u043f\u0440\u0438\u0431\u043b\u0438\u0436\u0451\u043d\u043d\u043e\u043c\u0443":8,"\u043f\u0440\u0438\u0431\u043b\u0438\u0436\u0451\u043d\u043d\u044b\u0439":47,"\u043f\u0440\u0438\u0431\u043b\u0438\u0437\u0438\u043c":48,"\u043f\u0440\u0438\u0432\u0435\u0434\u0435\u043d\u0430":[7,9,10,58,64],"\u043f\u0440\u0438\u0432\u0435\u0434\u0435\u043d\u0438\u0435":48,"\u043f\u0440\u0438\u0432\u0435\u0434\u0435\u043d\u043e":[34,43,48],"\u043f\u0440\u0438\u0432\u0435\u0434\u0435\u043d\u044b":[9,12,55],"\u043f\u0440\u0438\u0432\u0435\u0434\u0438\u0442\u0435":40,"\u043f\u0440\u0438\u0432\u0435\u0434\u0451\u043c":[9,42,47,61],"\u043f\u0440\u0438\u0432\u0435\u0434\u0451\u043d":11,"\u043f\u0440\u0438\u0432\u0435\u0434\u0451\u043d\u043d\u0430\u044f":12,"\u043f\u0440\u0438\u0432\u0435\u0434\u0451\u043d\u043d\u044b\u0435":[32,61],"\u043f\u0440\u0438\u0432\u0435\u0434\u0451\u043d\u043d\u044b\u0439":[12,61],"\u043f\u0440\u0438\u0432\u0435\u0434\u0451\u043d\u043d\u044b\u0445":32,"\u043f\u0440\u0438\u0432\u0435\u0434\u0451\u0442":[],"\u043f\u0440\u0438\u0432\u0435\u043b\u0430":26,"\u043f\u0440\u0438\u0432\u0435\u0441\u0442\u0438":35,"\u043f\u0440\u0438\u0432\u0435\u0442":28,"\u043f\u0440\u0438\u0432\u0435\u0442\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0435":28,"\u043f\u0440\u0438\u0432\u043e\u0434\u0438\u043c":43,"\u043f\u0440\u0438\u0432\u043e\u0434\u0438\u0442":[5,9,11,16,17,42,47,52],"\u043f\u0440\u0438\u0432\u043e\u0434\u0438\u0442\u0441\u044f":[7,12,47,58],"\u043f\u0440\u0438\u0432\u043e\u0434\u0438\u0442\u044c":30,"\u043f\u0440\u0438\u0432\u043e\u0434\u044f\u0442":7,"\u043f\u0440\u0438\u0432\u043e\u0434\u044f\u0442\u0441\u044f":[7,12],"\u043f\u0440\u0438\u0432\u043e\u0434\u044f\u0449\u0443\u044e":52,"\u043f\u0440\u0438\u0432\u044b\u0447\u043d\u0430\u044f":26,"\u043f\u0440\u0438\u0432\u044b\u0447\u043d\u044b\u043c":29,"\u043f\u0440\u0438\u0433\u043e\u0434\u0438\u0442\u0441\u044f":10,"\u043f\u0440\u0438\u0433\u043e\u0436\u0434\u0430\u0435\u0442\u0441\u044f":22,"\u043f\u0440\u0438\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0442\u044c\u0441\u044f":22,"\u043f\u0440\u0438\u0434\u0451\u0442\u0441\u044f":26,"\u043f\u0440\u0438\u0437\u043d\u0430\u043a\u0430\u043c":30,"\u043f\u0440\u0438\u043a\u043b\u0430\u0434\u043d\u043e\u0439":42,"\u043f\u0440\u0438\u043a\u043b\u0430\u0434\u043d\u044b\u043c":17,"\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0438":[23,43,48,49],"\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439":64,"\u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u0438\u0435":[4,5,9,19,55],"\u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u0438\u0435\u043c":36,"\u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u0438\u0438":[10,15,27],"\u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u0438\u044f":[19,22,26,64],"\u043f\u0440\u0438\u043c\u0435\u043d\u0438\u0435\u043c":64,"\u043f\u0440\u0438\u043c\u0435\u043d\u0438\u043b\u0438":19,"\u043f\u0440\u0438\u043c\u0435\u043d\u0438\u043c":[58,59],"\u043f\u0440\u0438\u043c\u0435\u043d\u0438\u043c\u043e":55,"\u043f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u044c":59,"\u043f\u0440\u0438\u043c\u0435\u043d\u044f\u0435\u0442\u0441\u044f":[10,37,55,59],"\u043f\u0440\u0438\u043c\u0435\u043d\u044f\u0442\u0441\u044f":55,"\u043f\u0440\u0438\u043c\u0435\u043d\u044f\u0442\u044c":[8,55],"\u043f\u0440\u0438\u043c\u0435\u043d\u044f\u044e\u0442\u0441\u044f":[9,14],"\u043f\u0440\u0438\u043c\u0435\u043d\u044f\u044e\u0449\u0438\u0445\u0441\u044f":39,"\u043f\u0440\u0438\u043c\u0435\u043d\u0451\u043d":60,"\u043f\u0440\u0438\u043c\u0435\u0440":[5,10,15,16,17,20,21,22,29,35,38,58,59,64],"\u043f\u0440\u0438\u043c\u0435\u0440\u0430":[14,17,22,26,38,53,56,63],"\u043f\u0440\u0438\u043c\u0435\u0440\u0430\u043c\u0438":30,"\u043f\u0440\u0438\u043c\u0435\u0440\u0430\u0445":17,"\u043f\u0440\u0438\u043c\u0435\u0440\u0435":[6,19,20,26,39,64],"\u043f\u0440\u0438\u043c\u0435\u0440\u043d\u043e":[10,17],"\u043f\u0440\u0438\u043c\u0435\u0440\u043e\u0432":[19,30,57],"\u043f\u0440\u0438\u043c\u0435\u0440\u043e\u043c":17,"\u043f\u0440\u0438\u043c\u0435\u0440\u0443":58,"\u043f\u0440\u0438\u043c\u0435\u0440\u044b":[4,17,21,25,26,59],"\u043f\u0440\u0438\u043c\u0438\u0442\u0438\u0432\u043d\u044b\u0435":30,"\u043f\u0440\u0438\u043c\u0438\u0442\u0438\u0432\u043d\u044b\u0439":30,"\u043f\u0440\u0438\u043c\u0438\u0442\u0438\u0432\u043d\u044b\u043c":30,"\u043f\u0440\u0438\u043c\u0438\u0442\u0438\u0432\u043d\u044b\u0445":30,"\u043f\u0440\u0438\u043d\u0430\u0434\u043b\u0435\u0436\u0430\u0442\u044c":7,"\u043f\u0440\u0438\u043d\u0430\u0434\u043b\u0435\u0436\u0430\u0449\u0438\u0445":21,"\u043f\u0440\u0438\u043d\u0430\u0434\u043b\u0435\u0436\u0438\u0442":[15,21],"\u043f\u0440\u0438\u043d\u0430\u0434\u043b\u0435\u0436\u043d\u043e\u0441\u0442\u0438":21,"\u043f\u0440\u0438\u043d\u0438\u043c\u0430\u0435\u0442":[7,17,21,36,48,56,59],"\u043f\u0440\u0438\u043d\u0438\u043c\u0430\u044e\u0442":17,"\u043f\u0440\u0438\u043d\u0438\u043c\u0430\u044e\u0449\u0435\u0433\u043e":42,"\u043f\u0440\u0438\u043d\u0438\u043c\u0430\u044e\u0449\u0438\u0435":22,"\u043f\u0440\u0438\u043d\u0438\u043c\u0430\u044e\u0449\u0438\u0445":56,"\u043f\u0440\u0438\u043d\u0441\u0430":38,"\u043f\u0440\u0438\u043d\u0446\u0438\u043f":22,"\u043f\u0440\u0438\u043d\u0446\u0438\u043f\u0435":48,"\u043f\u0440\u0438\u043d\u0446\u0438\u043f\u043e\u0432":61,"\u043f\u0440\u0438\u043d\u0446\u0438\u043f\u0443":22,"\u043f\u0440\u0438\u043d\u044f\u0442\u043e":30,"\u043f\u0440\u0438\u043d\u044f\u0442\u044c":38,"\u043f\u0440\u0438\u043e\u0431\u0440\u0435\u0442\u0430\u0435\u0442":7,"\u043f\u0440\u0438\u043e\u0431\u0440\u0435\u0442\u0430\u044e\u0442":9,"\u043f\u0440\u0438\u0441\u0432\u0430\u0438\u0432\u0430\u0435\u0442\u0441\u044f":14,"\u043f\u0440\u0438\u0441\u0432\u0430\u0438\u0432\u0430\u043d\u0438\u0435":27,"\u043f\u0440\u0438\u0441\u0432\u0430\u0438\u0432\u0430\u043d\u0438\u0438":[19,59],"\u043f\u0440\u0438\u0441\u0432\u0430\u0438\u0432\u0430\u043d\u0438\u044f":19,"\u043f\u0440\u0438\u0441\u0432\u0430\u0438\u0432\u0430\u0442\u044c":[22,30],"\u043f\u0440\u0438\u0441\u0432\u043e\u0435\u043d\u0430":22,"\u043f\u0440\u0438\u0441\u0432\u043e\u0435\u043d\u0438\u0435":[22,30],"\u043f\u0440\u0438\u0441\u0432\u043e\u0435\u043d\u0438\u0438":30,"\u043f\u0440\u0438\u0441\u0432\u043e\u0435\u043d\u0438\u044f":27,"\u043f\u0440\u0438\u0441\u0432\u043e\u0435\u043d\u043e":[],"\u043f\u0440\u0438\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442":34,"\u043f\u0440\u0438\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u044e\u0442":55,"\u043f\u0440\u0438\u0445\u043e\u0434\u0438\u043c":7,"\u043f\u0440\u0438\u0445\u043e\u0434\u0438\u0442\u0441\u044f":[37,58],"\u043f\u0440\u0438\u0447\u0438\u043d\u043e\u0439":42,"\u043f\u0440\u0438\u0447\u0451\u043c":[5,10,19,42],"\u043f\u0440\u043e":[22,30],"\u043f\u0440\u043e\u0431\u0435\u043b":[19,21],"\u043f\u0440\u043e\u0431\u0435\u043b\u0430":63,"\u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0430\u043c\u0438":38,"\u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0430\u0442\u0438\u0447\u043d\u043e":7,"\u043f\u0440\u043e\u0432\u0435\u0434\u0451\u043c":[9,35,59],"\u043f\u0440\u043e\u0432\u0435\u0440\u0438\u043c":[42,58],"\u043f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c":[47,52],"\u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0430":43,"\u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438":[48,51,55,59],"\u043f\u0440\u043e\u0432\u0435\u0440\u043a\u043e\u0439":52,"\u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0443":[34,52],"\u043f\u0440\u043e\u0432\u0435\u0440\u043e\u043a":[14,56],"\u043f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435":[22,40,44],"\u043f\u0440\u043e\u0432\u0435\u0440\u044f\u0435\u043c":[43,48],"\u043f\u0440\u043e\u0432\u0435\u0440\u044f\u0435\u0442":59,"\u043f\u0440\u043e\u0432\u0435\u0440\u044f\u0435\u0442\u0441\u044f":51,"\u043f\u0440\u043e\u0432\u0435\u0440\u044f\u0442\u044c":[30,44,48],"\u043f\u0440\u043e\u0432\u0435\u0440\u044f\u044e\u0442":49,"\u043f\u0440\u043e\u0432\u043e\u0434\u0438\u0442\u0441\u044f":[31,35],"\u043f\u0440\u043e\u0432\u043e\u0434\u0438\u0442\u044c":58,"\u043f\u0440\u043e\u0432\u043e\u0434\u044f\u0442":49,"\u043f\u0440\u043e\u0432\u043e\u0434\u044f\u0442\u0441\u044f":35,"\u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c":23,"\u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0430":28,"\u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f":[10,50],"\u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0438\u0441\u0442":[17,26],"\u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0438\u0441\u0442\u0430":19,"\u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0438\u0441\u0442\u0443":30,"\u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e":16,"\u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u044b\u0439":28,"\u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u044b\u0445":[20,26],"\u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043e\u0439":12,"\u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0443":19,"\u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b":[21,23,26,28,30],"\u043f\u0440\u043e\u0433\u0440\u0435\u0441\u0441\u0438\u0438":[20,22,30],"\u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0430\u0435\u0442":23,"\u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0430\u0442\u044c":10,"\u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u043c":[31,59],"\u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c":[10,33],"\u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438\u0432\u043d\u0435\u0435":30,"\u043f\u0440\u043e\u0435\u043a\u0442":[],"\u043f\u0440\u043e\u0435\u043a\u0446\u0438\u0438":39,"\u043f\u0440\u043e\u0435\u043a\u0446\u0438\u044e":21,"\u043f\u0440\u043e\u0435\u0446\u0438\u0440\u0443\u0435\u0442\u0441\u044f":34,"\u043f\u0440\u043e\u0436\u043e\u0440\u043b\u0438\u0432\u043e\u0439":19,"\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u0435":[7,26,64],"\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u0438":58,"\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u0439":58,"\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u044e":26,"\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u044f":[7,11,21,26,58],"\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0451\u0442":28,"\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0441\u044f":[12,15,29,30,45,51,59,61],"\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u044c":[7,47,59],"\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u043d\u0430\u044f":[35,39,42],"\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u043d\u043e\u0439":[11,30,35,47,49,64],"\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u043d\u0443\u044e":[11,30,35,37,47,64],"\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u043d\u044b\u0435":[47,49],"\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u043d\u044b\u0445":[4,11,46,49,64],"\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u044f":49,"\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u044f\u0442\u0441\u044f":59,"\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u043b\u044c\u043d\u043e\u0433\u043e":64,"\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u043b\u044c\u043d\u043e\u043c":8,"\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u043b\u044c\u043d\u0443\u044e":48,"\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u043b\u044c\u043d\u044b\u0439":7,"\u043f\u0440\u043e\u0438\u0437\u043e\u0439\u0434\u0451\u0442":16,"\u043f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u043e":10,"\u043f\u0440\u043e\u0438\u043d\u0438\u0446\u0438\u0430\u043b\u0438\u0437\u0438\u0440\u0443\u0435\u043c":58,"\u043f\u0440\u043e\u0438\u043d\u0442\u0435\u0433\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c":5,"\u043f\u0440\u043e\u0438\u0441\u0445\u043e\u0434\u0438\u043b\u043e":17,"\u043f\u0440\u043e\u0438\u0441\u0445\u043e\u0434\u0438\u0442":[17,22,26,30,34,38,47,63],"\u043f\u0440\u043e\u0438\u0441\u0445\u043e\u0434\u044f\u0442":[5,16,17,58],"\u043f\u0440\u043e\u043b\u0438\u0441\u0442\u0430\u0442\u044c":3,"\u043f\u0440\u043e\u043c\u0435\u0436\u0443\u043a\u043e\u043c":17,"\u043f\u0440\u043e\u043c\u0435\u0436\u0443\u0442\u043a\u0435":17,"\u043f\u0440\u043e\u043c\u0435\u0436\u0443\u0442\u043a\u043e\u043c":17,"\u043f\u0440\u043e\u043c\u0435\u0436\u0443\u0442\u043e\u0447\u043d\u044b\u0445":30,"\u043f\u0440\u043e\u043f\u0443\u0441\u043a\u0438":[7,9],"\u043f\u0440\u043e\u0441\u043a\u043e\u0447\u0438\u0442\u044c":38,"\u043f\u0440\u043e\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u0435\u0442":30,"\u043f\u0440\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c":47,"\u043f\u0440\u043e\u0441\u0442\u0435\u0439\u0448\u0438\u043c":[39,42],"\u043f\u0440\u043e\u0441\u0442\u043e":[17,19,22,23,24,26,59,63],"\u043f\u0440\u043e\u0441\u0442\u043e\u0435":15,"\u043f\u0440\u043e\u0441\u0442\u043e\u0439":[15,42,47,49],"\u043f\u0440\u043e\u0441\u0442\u043e\u043c":49,"\u043f\u0440\u043e\u0441\u0442\u043e\u043c\u0443":34,"\u043f\u0440\u043e\u0441\u0442\u043e\u0442\u044b":[52,64],"\u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u0430":15,"\u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u0435":[15,20,22],"\u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0439":12,"\u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u043e":[15,20,22,26,39,55],"\u043f\u0440\u043e\u0441\u0442\u0443\u044e":16,"\u043f\u0440\u043e\u0441\u0442\u044b\u0445":[49,53,63],"\u043f\u0440\u043e\u0441\u0443\u043c\u043c\u0438\u0440\u043e\u0432\u0430\u0432":9,"\u043f\u0440\u043e\u0442\u0430\u0441\u043a\u0438\u0432\u0430\u0435\u0442":16,"\u043f\u0440\u043e\u0442\u0438\u0432":[],"\u043f\u0440\u043e\u0445\u043e\u0434\u0438\u0442\u0441\u044f":19,"\u043f\u0440\u043e\u0445\u043e\u0434\u0438\u0442\u044c":[],"\u043f\u0440\u043e\u0445\u043e\u0434\u044f\u0449\u0435\u0433\u043e":14,"\u043f\u0440\u043e\u0445\u043e\u0434\u044f\u0449\u0435\u0439":9,"\u043f\u0440\u043e\u0445\u043e\u0434\u044f\u0449\u0438\u0439":[11,14],"\u043f\u0440\u043e\u0446\u0435\u0434\u0443\u0440\u0430":48,"\u043f\u0440\u043e\u0446\u0435\u0434\u0443\u0440\u0430\u0445":49,"\u043f\u0440\u043e\u0446\u0435\u0434\u0443\u0440\u0443":[31,58],"\u043f\u0440\u043e\u0446\u0435\u0434\u0443\u0440\u044b":33,"\u043f\u0440\u043e\u0446\u0435\u0441\u0441":[10,30],"\u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0435":30,"\u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0440":12,"\u043f\u0440\u043e\u0447\u0438\u0442\u0430\u043d\u044b":[],"\u043f\u0440\u043e\u0448\u0435\u0434\u0448\u0438\u0445":[43,48],"\u043f\u0440\u043e\u0449\u0435":[52,58],"\u043f\u0440\u043e\u044f\u0432\u0438\u0442\u0441\u044f":17,"\u043f\u0440\u044b\u0433\u0430\u0435\u0442":21,"\u043f\u0440\u044f\u043c\u0430\u044f":47,"\u043f\u0440\u044f\u043c\u043e\u0433\u043e":64,"\u043f\u0440\u044f\u043c\u043e\u0439":[9,15,35,36,58,60,64],"\u043f\u0440\u044f\u043c\u043e\u0443\u0433\u043e\u043b\u044c\u043d\u0438\u043a\u043e\u0432":[],"\u043f\u0440\u044f\u043c\u043e\u0443\u0433\u043e\u043b\u044c\u043d\u043e\u0439":55,"\u043f\u0440\u044f\u043c\u043e\u0443\u0433\u043e\u043b\u044c\u043d\u044b\u0445":30,"\u043f\u0440\u044f\u043c\u0443\u044e":[11,15,56,58,59],"\u043f\u0441\u0435\u0432\u0434\u043e\u043a\u043e\u0434":[],"\u043f\u0443\u0431\u043b\u0438\u043a\u0443\u044e\u0442\u0441\u044f":26,"\u043f\u0443\u0431\u043b\u0438\u0447\u043d\u044b\u0435":26,"\u043f\u0443\u0431\u043b\u0438\u0447\u043d\u044b\u043c\u0438":26,"\u043f\u0443\u0437\u044b\u0440\u0438\u043a":49,"\u043f\u0443\u0437\u044b\u0440\u044c\u043a\u0430":49,"\u043f\u0443\u0437\u044b\u0440\u0451\u043a":49,"\u043f\u0443\u043d\u043a\u0442":24,"\u043f\u0443\u043d\u043a\u0442\u0438\u0440\u043d\u044b\u043c\u0438":61,"\u043f\u0443\u043d\u043a\u0442\u0443":[],"\u043f\u0443\u0441\u0442\u043e\u0439":19,"\u043f\u0443\u0441\u0442\u044c":[17,31,33,34,35,36,37,38,39,46,47,52,58,59,63,64],"\u043f\u0443\u0442\u0438":[24,28],"\u043f\u0443\u0442\u044c":26,"\u043f\u044b\u0442\u0430\u044f\u0441\u044c":48,"\u043f\u044f\u0442\u043e\u0433\u043e":[38,42],"\u043f\u044f\u0442\u043e\u043c":42,"\u043f\u044f\u0442\u044c":38,"\u0440\u0430\u0431\u043e\u0442\u0430":[17,63],"\u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442":[5,20,28,59],"\u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c":[21,24,28,34,43,58,59],"\u0440\u0430\u0431\u043e\u0442\u0430\u0445":51,"\u0440\u0430\u0431\u043e\u0442\u0430\u044e\u0442":[17,29,52],"\u0440\u0430\u0431\u043e\u0442\u0430\u044e\u0449\u0438\u0435":22,"\u0440\u0430\u0431\u043e\u0442\u0430\u044f":17,"\u0440\u0430\u0431\u043e\u0442\u0435":[28,34],"\u0440\u0430\u0431\u043e\u0442\u0443":[24,28,34,36,44],"\u0440\u0430\u0431\u043e\u0442\u044b":[12,19,21,24,26,28,29,30,31,34,35,36,49,55,58],"\u0440\u0430\u0431\u043e\u0447\u0438\u0439":[],"\u0440\u0430\u0432\u0435\u043d":[7,17,33],"\u0440\u0430\u0432\u0435\u043d\u0441\u0442":45,"\u0440\u0430\u0432\u0435\u043d\u0441\u0442\u0432\u0430":52,"\u0440\u0430\u0432\u0435\u043d\u0441\u0442\u0432\u043e":[17,27,52],"\u0440\u0430\u0432\u0435\u043d\u0441\u0442\u0432\u043e\u043c":61,"\u0440\u0430\u0432\u043d\u0430":7,"\u0440\u0430\u0432\u043d\u043e":[9,49],"\u0440\u0430\u0432\u043d\u043e\u0432\u0435\u0441\u0438\u0435":4,"\u0440\u0430\u0432\u043d\u043e\u0432\u0435\u0441\u0438\u0438":53,"\u0440\u0430\u0432\u043d\u043e\u0432\u0435\u0441\u0438\u044f":[32,37,49,51,52,61],"\u0440\u0430\u0432\u043d\u043e\u0432\u0435\u0441\u043d\u044b\u0435":32,"\u0440\u0430\u0432\u043d\u043e\u0432\u0435\u0441\u043d\u044b\u0445":51,"\u0440\u0430\u0432\u043d\u043e\u0439":35,"\u0440\u0430\u0432\u043d\u043e\u043c\u0435\u0440\u043d\u0430\u044f":15,"\u0440\u0430\u0432\u043d\u043e\u043c\u0435\u0440\u043d\u043e":[7,17,19],"\u0440\u0430\u0432\u043d\u043e\u043c\u0435\u0440\u043d\u043e\u0439":[5,8,9,10,11],"\u0440\u0430\u0432\u043d\u043e\u043c\u0435\u0440\u043d\u0443\u044e":[9,10,15,41],"\u0440\u0430\u0432\u043d\u043e\u043c\u0435\u0440\u043d\u044b\u0435":5,"\u0440\u0430\u0432\u043d\u043e\u043c\u0435\u0440\u043d\u044b\u0445":15,"\u0440\u0430\u0432\u043d\u043e\u043e\u0442\u0441\u0442\u043e\u044f\u0449\u0438\u043c\u0438":[],"\u0440\u0430\u0432\u043d\u043e\u043e\u0442\u0441\u0442\u043e\u044f\u0449\u0438\u0445":[11,15],"\u0440\u0430\u0432\u043d\u044f\u0435\u0442\u0441\u044f":[16,17,36,38,47,58],"\u0440\u0430\u0432\u043d\u044f\u044e\u0442\u0441\u044f":15,"\u0440\u0430\u0434\u0438\u0430\u043d\u0430\u0445":[],"\u0440\u0430\u0434\u0438\u0443\u0441":[21,40],"\u0440\u0430\u0437":[10,14,15,17,19,22,30,37,43,58,59],"\u0440\u0430\u0437\u0430":[19,34],"\u0440\u0430\u0437\u0431\u0435\u0439\u0442\u0435\u0441\u044c":50,"\u0440\u0430\u0437\u0431\u0438\u0432\u0430\u0435\u0442":10,"\u0440\u0430\u0437\u0431\u0438\u0432\u0430\u0442\u044c":26,"\u0440\u0430\u0437\u0431\u0438\u0432\u0430\u044e\u0442":26,"\u0440\u0430\u0437\u0431\u0438\u0435\u043d\u0438\u0435":[10,26,29],"\u0440\u0430\u0437\u0431\u0438\u0435\u043d\u0438\u0439":[5,10],"\u0440\u0430\u0437\u0431\u0438\u0435\u043d\u0438\u044f":5,"\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u0435\u043c":11,"\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u0435\u0442\u0441\u044f":30,"\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043b\u0438":50,"\u0440\u0430\u0437\u0431\u0438\u0442":8,"\u0440\u0430\u0437\u0431\u0438\u0442\u044c":8,"\u0440\u0430\u0437\u0432\u0438\u0432\u0430\u0435\u0442\u0441\u044f":23,"\u0440\u0430\u0437\u0434\u0435\u043b":[18,19,27,52,56],"\u0440\u0430\u0437\u0434\u0435\u043b\u0430":[15,51,57,59],"\u0440\u0430\u0437\u0434\u0435\u043b\u0430\u0445":30,"\u0440\u0430\u0437\u0434\u0435\u043b\u0435":[7,8,23,33,38,41,45,51,53,55,57,58,59,62],"\u0440\u0430\u0437\u0434\u0435\u043b\u043e\u0432":27,"\u0440\u0430\u0437\u043b\u0438\u0447\u043d\u044b":14,"\u0440\u0430\u0437\u043b\u0438\u0447\u043d\u044b\u0435":39,"\u0440\u0430\u0437\u043b\u0438\u0447\u043d\u044b\u0445":[7,53],"\u0440\u0430\u0437\u043b\u043e\u0436\u0435\u043d\u0438\u0435":[10,43,46,47,48,63,64],"\u0440\u0430\u0437\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043c":[58,59,64],"\u0440\u0430\u0437\u043b\u043e\u0436\u0435\u043d\u0438\u0438":[15,48,58],"\u0440\u0430\u0437\u043b\u043e\u0436\u0435\u043d\u0438\u044f":[1,9,10,25,48,52,55,58,59,64],"\u0440\u0430\u0437\u043b\u043e\u0436\u0438\u043c":[39,42,52],"\u0440\u0430\u0437\u043b\u043e\u0436\u0438\u0442\u044c":58,"\u0440\u0430\u0437\u043c\u0435\u0440":[11,19,45,47,48,56,59,64],"\u0440\u0430\u0437\u043c\u0435\u0440\u0430":[11,19,45,46,58,59,60],"\u0440\u0430\u0437\u043c\u0435\u0440\u043d\u043e\u0441\u0442\u0435\u0439":19,"\u0440\u0430\u0437\u043c\u0435\u0440\u043d\u043e\u0441\u0442\u0438":19,"\u0440\u0430\u0437\u043c\u0435\u0440\u043d\u043e\u0441\u0442\u044c":[19,30,52,56],"\u0440\u0430\u0437\u043c\u0435\u0440\u043e\u0432":[19,44],"\u0440\u0430\u0437\u043c\u0435\u0440\u043e\u043c":[15,19],"\u0440\u0430\u0437\u043d\u0438\u0446\u0430":[5,10,19,31,38,52,59],"\u0440\u0430\u0437\u043d\u0438\u0446\u0443":[17,19,30,38],"\u0440\u0430\u0437\u043d\u043e\u0433\u043e":[9,44],"\u0440\u0430\u0437\u043d\u043e\u043c\u0443":[5,28,47],"\u0440\u0430\u0437\u043d\u043e\u0441\u0442\u0435\u0439":64,"\u0440\u0430\u0437\u043d\u043e\u0441\u0442\u0438":[52,64],"\u0440\u0430\u0437\u043d\u043e\u0441\u0442\u043d\u043e\u0433\u043e":39,"\u0440\u0430\u0437\u043d\u043e\u0441\u0442\u043d\u043e\u0439":[43,64],"\u0440\u0430\u0437\u043d\u043e\u0441\u0442\u043d\u044b\u0439":39,"\u0440\u0430\u0437\u043d\u043e\u0441\u0442\u043d\u044b\u043c":[39,42],"\u0440\u0430\u0437\u043d\u043e\u0441\u0442\u043d\u044b\u0445":37,"\u0440\u0430\u0437\u043d\u043e\u0441\u0442\u044c":[8,64],"\u0440\u0430\u0437\u043d\u043e\u0441\u0442\u044c\u044e":39,"\u0440\u0430\u0437\u043d\u044b\u0435":[17,30,31,33,34,36,47,49],"\u0440\u0430\u0437\u043d\u044b\u0439":[],"\u0440\u0430\u0437\u043d\u044b\u043c":27,"\u0440\u0430\u0437\u043d\u044b\u043c\u0438":[42,58,59],"\u0440\u0430\u0437\u043d\u044b\u0445":[5,9,17,22,26,27,38,44,53,58,63],"\u0440\u0430\u0437\u043e\u0431\u044a\u0451\u043c":31,"\u0440\u0430\u0437\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u0442\u044c":26,"\u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0430\u043d":[],"\u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0430\u043d\u043d\u043e\u0433\u043e":12,"\u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c":21,"\u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0430":26,"\u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0435":0,"\u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438":[21,42],"\u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u0430\u043c\u0438":[],"\u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u043e\u0432":26,"\u0440\u0430\u0437\u0440\u0430\u0441\u0442\u0430\u0435\u0442\u0441\u044f":26,"\u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435":5,"\u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u043d\u044b\u0445":30,"\u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u043e":30,"\u0440\u0430\u0437\u0440\u0435\u0448\u0438\u043c\u0430":7,"\u0440\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c":30,"\u0440\u0430\u0437\u0440\u0435\u0448\u0451\u043d\u043d\u043e\u0435":38,"\u0440\u0430\u0437\u0440\u044b\u0432\u043d\u0443\u044e":11,"\u0440\u0430\u0437\u044a\u044f\u0441\u043d\u0435\u043d\u0438\u0435":3,"\u0440\u0430\u043c\u043a\u0430\u0445":30,"\u0440\u0430\u043d":0,"\u0440\u0430\u043d\u0435\u0435":[5,28,49,53],"\u0440\u0430\u043d\u043e\u0441\u0442\u0438":64,"\u0440\u0430\u0441\u043f\u0430\u043a\u043e\u0432\u0430\u0442\u044c":24,"\u0440\u0430\u0441\u043f\u043e\u0437\u043d\u0430\u0451\u0442\u0441\u044f":28,"\u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435":[5,26],"\u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u044f":[8,14],"\u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u044b":24,"\u0440\u0430\u0441\u043f\u043e\u0440\u044f\u0436\u0430\u0442\u044c\u0441\u044f":22,"\u0440\u0430\u0441\u043f\u043e\u0440\u044f\u0436\u0435\u043d\u0438\u0438":20,"\u0440\u0430\u0441\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435":5,"\u0440\u0430\u0441\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0438":32,"\u0440\u0430\u0441\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u044b":17,"\u0440\u0430\u0441\u043f\u0440\u0435\u0434\u0435\u043b\u0451\u043d\u043d\u044b\u0445":[7,17,19],"\u0440\u0430\u0441\u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u0435":42,"\u0440\u0430\u0441\u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044e":17,"\u0440\u0430\u0441\u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044f":26,"\u0440\u0430\u0441\u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u044b":64,"\u0440\u0430\u0441\u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0438\u043b\u0430\u0441\u044c":64,"\u0440\u0430\u0441\u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u043d\u0435\u043d\u044b":64,"\u0440\u0430\u0441\u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u044f\u0442\u044c\u0441\u044f":16,"\u0440\u0430\u0441\u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0451\u043d":[37,40,52],"\u0440\u0430\u0441\u043f\u0440\u043ec\u0442\u0440\u0430\u043d\u044f\u0442\u0441\u044f":59,"\u0440\u0430\u0441\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u0435\u043c\u044b\u0445":30,"\u0440\u0430\u0441\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u0435\u0442\u0441\u044f":[8,16,41,57,62],"\u0440\u0430\u0441\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u043b\u0438":10,"\u0440\u0430\u0441\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u0442\u044c":[7,8],"\u0440\u0430\u0441\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u044f":14,"\u0440\u0430\u0441\u0441\u043c\u043e\u0442\u0440\u0435\u043b\u0438":26,"\u0440\u0430\u0441\u0441\u043c\u043e\u0442\u0440\u0435\u043d\u0438\u0438":39,"\u0440\u0430\u0441\u0441\u043c\u043e\u0442\u0440\u0435\u043d\u0438\u044f":42,"\u0440\u0430\u0441\u0441\u043c\u043e\u0442\u0440\u0435\u043d\u043d\u043e\u043c":30,"\u0440\u0430\u0441\u0441\u043c\u043e\u0442\u0440\u0435\u043d\u043d\u044b\u0435":5,"\u0440\u0430\u0441\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c":[5,7,8,15],"\u0440\u0430\u0441\u0441\u043c\u043e\u0442\u0440\u0438\u043c":[7,8,9,10,15,16,17,30,32,34,36,37,38,41,42,45,52,54,58,59,60,63,64],"\u0440\u0430\u0441\u0441\u0442\u043e\u044f\u043d\u0438\u0435":[17,21,30],"\u0440\u0430\u0441\u0441\u0442\u043e\u044f\u043d\u0438\u044f":21,"\u0440\u0430\u0441\u0441\u0443\u0436\u0434\u0435\u043d\u0438\u044f":7,"\u0440\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u0439\u0442\u0435":40,"\u0440\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u043d\u043d\u0430\u044f":40,"\u0440\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u0442\u044c":40,"\u0440\u0430\u0441\u0442\u0432\u043e\u0440\u0430":49,"\u0440\u0430\u0441\u0442\u0435\u0442":9,"\u0440\u0430\u0441\u0442\u0438":37,"\u0440\u0430\u0441\u0442\u044f\u0436\u0435\u043d\u0438\u0435":[],"\u0440\u0430\u0441\u0442\u044f\u0436\u0435\u043d\u0438\u044f":[],"\u0440\u0430\u0441\u0442\u0451\u0442":42,"\u0440\u0430\u0441\u0445\u043e\u0434\u044f\u0449\u0443\u044e\u0441\u044f":35,"\u0440\u0430\u0441\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u044f":35,"\u0440\u0430\u0441\u0447\u0435\u0442":[7,9],"\u0440\u0430\u0441\u0447\u0435\u0442\u0430\u0445":9,"\u0440\u0430\u0441\u0447\u0451\u0442":[4,9,50,61],"\u0440\u0430\u0441\u0447\u0451\u0442\u0430":[7,18,50],"\u0440\u0430\u0441\u0447\u0451\u0442\u0430\u0445":[16,37,51],"\u0440\u0430\u0441\u0447\u0451\u0442\u043e\u0432":32,"\u0440\u0430\u0441\u0447\u0451\u0442\u0443":[42,50],"\u0440\u0430\u0441\u0447\u0451\u0442\u044b":[40,50],"\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435":28,"\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f":28,"\u0440\u0430\u0441\u0448\u0438\u0440\u044f\u0435\u043c\u044b":28,"\u0440\u0430\u0441\u0448\u0438\u0440\u044f\u0435\u043d\u0438\u0435":26,"\u0440\u0430\u0441\u0448\u0438\u0440\u044f\u0435\u0442\u0441\u044f":23,"\u0440\u0430\u0441\u0448\u0438\u0440\u044f\u0442\u044c":21,"\u0440\u0430\u0444\u0441\u043e\u043d\u0430":63,"\u0440\u0430\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0445":30,"\u0440\u0435\u0430\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u0438":28,"\u0440\u0435\u0430\u043a\u0442\u0438\u0432\u043d\u044b\u043c":28,"\u0440\u0435\u0430\u043a\u0446\u0438\u0438":4,"\u0440\u0435\u0430\u043a\u0446\u0438\u0439":[4,42],"\u0440\u0435\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438":[10,12,15,30,59,63,64],"\u0440\u0435\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044e":[4,21,30,40,49,58],"\u0440\u0435\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f":[9,21],"\u0440\u0435\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f\u043c\u0438":10,"\u0440\u0435\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u0432":21,"\u0440\u0435\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d":[16,49],"\u0440\u0435\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d\u043d\u043e\u0439":[],"\u0440\u0435\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u0442\u044c":12,"\u0440\u0435\u0430\u043b\u0438\u0437\u0443\u0435\u043c":15,"\u0440\u0435\u0430\u043b\u0438\u0437\u0443\u0435\u043c\u043e":42,"\u0440\u0435\u0430\u043b\u0438\u0437\u0443\u0435\u0442":[],"\u0440\u0435\u0430\u043b\u0438\u0437\u0443\u0435\u0442\u0441\u044f":14,"\u0440\u0435\u0430\u043b\u0438\u0437\u0443\u0439\u0442\u0435":[40,56],"\u0440\u0435\u0430\u043b\u0438\u0437\u0443\u044e\u0442":42,"\u0440\u0435\u0430\u043b\u0438\u0437\u0443\u044e\u0449\u0438\u0439":12,"\u0440\u0435\u0430\u043b\u0438\u0437\u0443\u044e\u0449\u0443\u044e":[27,56],"\u0440\u0435\u0430\u043b\u044c\u043d\u043e\u0439":26,"\u0440\u0435\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u0438":[16,17],"\u0440\u0435\u0430\u043b\u044c\u043d\u044b\u0435":4,"\u0440\u0435\u0430\u043b\u044c\u043d\u044b\u0445":14,"\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043b\u0441\u044f":26,"\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u0443\u044e\u0442\u0441\u044f":26,"\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0443\u044e\u0442\u0441\u044f":[],"\u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u0430":28,"\u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u0435":[24,28],"\u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u043e\u0432":28,"\u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u044b":28,"\u0440\u0435\u0434\u043a\u0438\u0445":4,"\u0440\u0435\u0434\u043a\u043e":[27,30,59],"\u0440\u0435\u0435\u0441\u0442\u0440":26,"\u0440\u0435\u0435\u0441\u0442\u0440\u0430\u0445":26,"\u0440\u0435\u0435\u0441\u0442\u0440\u0435":26,"\u0440\u0435\u0435\u0441\u0442\u0440\u044b":26,"\u0440\u0435\u0436\u0435":[42,49],"\u0440\u0435\u0436\u0438\u043c\u0430":28,"\u0440\u0435\u0436\u0438\u043c\u0430\u043c\u0438":28,"\u0440\u0435\u0436\u0438\u043c\u0435":[27,28],"\u0440\u0435\u0436\u0438\u043c\u043e\u043c":28,"\u0440\u0435\u0436\u0438\u043c\u0443":28,"\u0440\u0435\u0436\u0438\u043c\u044b":28,"\u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442":[17,20,22,28,29,34,48,49],"\u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430":[21,27,29,43,48],"\u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0435":[16,17,34,58,59],"\u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b":[17,49,64],"\u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u043c":22,"\u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442\u0441\u044f":24,"\u0440\u0435\u043a\u0443\u0440\u0440\u0435\u043d\u0442\u043d\u043e":42,"\u0440\u0435\u043a\u0443\u0440\u0440\u0435\u043d\u0442\u043d\u043e\u0433\u043e":37,"\u0440\u0435\u043a\u0443\u0440\u0440\u0435\u043d\u0442\u043d\u043e\u0439":39,"\u0440\u0435\u043a\u0443\u0440\u0440\u0435\u0442\u043d\u043e\u0435":10,"\u0440\u0435\u043b\u0438\u0437\u0430":28,"\u0440\u0435\u043f\u043e\u0437\u0438\u0442\u043e\u0440\u0438\u0435\u043c":26,"\u0440\u0435\u043f\u043e\u0437\u0438\u0442\u043e\u0440\u0438\u0438":21,"\u0440\u0435\u043f\u043e\u0437\u0438\u0442\u043e\u0440\u0438\u0439":26,"\u0440\u0435\u043f\u043e\u0437\u0438\u0442\u043e\u0440\u0438\u044f":24,"\u0440\u0435\u043f\u043e\u0437\u0438\u0442\u043e\u0440\u0438\u044f\u0445":24,"\u0440\u0435\u043f\u0440\u0435\u0437\u0435\u043d\u0442\u0430\u0442\u0438\u0432\u043d\u044b":16,"\u0440\u0435\u0441\u0443\u0440\u0441\u043e\u0435\u043c\u043a\u0438\u043c\u0438":64,"\u0440\u0435\u0444\u0435\u0440\u0435\u043d\u0441\u043d\u043e\u043c":52,"\u0440\u0435\u0447\u044c":[47,57],"\u0440\u0435\u0448\u0430\u0435\u043c":[7,11,38],"\u0440\u0435\u0448\u0430\u0435\u0442":[35,36,38,39,42,45,63,64],"\u0440\u0435\u0448\u0430\u0435\u0442\u0441\u044f":[25,45,49],"\u0440\u0435\u0448\u0430\u0442\u0435\u043b\u0438":25,"\u0440\u0435\u0448\u0430\u0442\u044c":[17,53,64],"\u0440\u0435\u0448\u0430\u044e\u0442\u0441\u044f":4,"\u0440\u0435\u0448\u0430\u044e\u0449\u0443\u044e":[4,32],"\u0440\u0435\u0448\u0430\u044f":36,"\u0440\u0435\u0448\u0435\u043d\u0430":[60,61],"\u0440\u0435\u0448\u0435\u043d\u0438\u0435":[4,7,23,25,32,37,38,39,41,42,43,51,54,56,57,59,60,62,63],"\u0440\u0435\u0448\u0435\u043d\u0438\u0435\u043c":[7,9,14,21,39,40],"\u0440\u0435\u0448\u0435\u043d\u0438\u0438":[39,52,55,56,64],"\u0440\u0435\u0448\u0435\u043d\u0438\u0439":[40,52,62],"\u0440\u0435\u0448\u0435\u043d\u0438\u044e":49,"\u0440\u0435\u0448\u0435\u043d\u0438\u044f":[4,7,11,14,21,32,33,34,37,38,39,40,41,42,43,45,52,53,54,55,56,57,58,59,62,63,64],"\u0440\u0435\u0448\u0438\u0432":[9,40],"\u0440\u0435\u0448\u0438\u043c":39,"\u0440\u0435\u0448\u0438\u0442\u0435":56,"\u0440\u0435\u0448\u0438\u0442\u044c":[4,7,14,53,58,63,64],"\u0440\u0438\u0434\u0434\u0435\u0440\u0441\u0430":[32,34],"\u0440\u0438\u0441\u0443\u043d\u043a\u0435":32,"\u0440\u0438\u0441\u0443\u043d\u043e\u043a":61,"\u0440\u0438\u0447\u0430\u0440\u0434\u0441\u043e\u043d\u0430":[5,9],"\u0440\u043a2":38,"\u0440\u043a23":38,"\u0440\u043a3":38,"\u0440\u043a4":40,"\u0440\u043e\u0431\u0430\u0441\u0442\u043d\u043e\u0441\u0442\u044c":49,"\u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0439":30,"\u0440\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u043c\u0443":26,"\u0440\u043e\u0437\u0435\u043d\u0431\u0440\u043e\u043a\u0430":44,"\u0440\u043e\u043b\u044c":4,"\u0440\u043e\u043c\u0431\u0435\u0440\u0433\u0430":[5,7],"\u0440\u0443\u043d\u0433\u0435":[38,40,41],"\u0440\u0443\u0441\u0441\u043a\u043e\u044f\u0437\u044b\u0447\u043d\u043e\u0439":63,"\u0440\u044f\u0431\u0435\u043d\u044c\u043a\u0438\u0439":0,"\u0440\u044f\u0434":[4,32,52],"\u0440\u044f\u0434\u0430":[19,32,61],"\u0440\u044f\u0434\u0430\u043c\u0438":[],"\u0440\u044f\u0434\u043e\u0432":17,"\u0440\u044f\u0434\u044b":17,"\u0441":[0,5,6,9,10,11,12,14,15,16,18,19,21,22,23,24,26,27,28,29,30,31,32,34,35,36,37,38,39,40,41,42,43,45,47,48,49,50,52,53,54,57,58,59,60,61,63,64],"\u0441\u0430\u0439\u0442\u0430":24,"\u0441\u0430\u0439\u0442\u0435":24,"\u0441\u0430\u043c":26,"\u0441\u0430\u043c\u0430":[11,28,30,39,59],"\u0441\u0430\u043c\u0430\u0440\u0441\u043a\u0438\u0439":0,"\u0441\u0430\u043c\u0438\u043c":[52,59,64],"\u0441\u0430\u043c\u0438\u043c\u0438":[],"\u0441\u0430\u043c\u043e\u0433\u043e":28,"\u0441\u0430\u043c\u043e\u0435":[15,35],"\u0441\u0430\u043c\u043e\u0439":[42,58],"\u0441\u0430\u043c\u043e\u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0430":[],"\u0441\u0430\u043c\u043e\u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438":21,"\u0441\u0430\u043c\u0443":26,"\u0441\u0430\u043c\u044b\u0435":30,"\u0441\u0430\u043c\u044b\u0439":47,"\u0441\u0430\u043c\u044b\u043c":45,"\u0441\u0430\u043c\u044b\u043c\u0438":64,"\u0441\u0431\u043e\u0440":29,"\u0441\u0431\u043e\u0440\u043a\u0430":24,"\u0441\u0431\u043e\u0440\u043d\u0438\u043a":3,"\u0441\u0431\u043e\u0440\u0449\u0438\u043a":19,"\u0441\u0431\u043e\u0440\u0449\u0438\u043a\u0430":19,"\u0441\u0432\u0435\u0434\u0451\u043c":52,"\u0441\u0432\u0435\u043b\u0430\u0441\u044c":[49,58],"\u0441\u0432\u0435\u043b\u0438":52,"\u0441\u0432\u0435\u0440\u0445\u043b\u0438\u043d\u0435\u0439\u043d\u0430\u044f":[34,35],"\u0441\u0432\u0435\u0440\u0445\u043b\u0438\u043d\u0435\u0439\u043d\u043e\u0439":[35,36],"\u0441\u0432\u0435\u0440\u0445\u043b\u0438\u043d\u0435\u0439\u043d\u0443\u044e":31,"\u0441\u0432\u0435\u0440\u0445\u0441\u0436\u0438\u043c\u0430\u0435\u043c\u043e\u0441\u0442\u044c":53,"\u0441\u0432\u0435\u0440\u0445\u0443":38,"\u0441\u0432\u0435\u0441\u0442\u0438":[37,57],"\u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e":7,"\u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0439":[49,52,53],"\u0441\u0432\u043e\u0431\u043e\u0434\u043d\u0443\u044e":52,"\u0441\u0432\u043e\u0434\u0438\u0442\u0441\u044f":[8,33,37,58],"\u0441\u0432\u043e\u0434\u044f\u0442\u0441\u044f":4,"\u0441\u0432\u043e\u0435\u0433\u043e":30,"\u0441\u0432\u043e\u0435\u043c\u0443":7,"\u0441\u0432\u043e\u0438":30,"\u0441\u0432\u043e\u0439":[22,26,30],"\u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430":38,"\u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430\u043c":12,"\u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430\u043c\u0438":[11,58],"\u0441\u0432\u043e\u0439\u0441\u0442\u0432\u043e":[34,38],"\u0441\u0432\u043e\u0439\u0441\u0442\u0432\u043e\u043c":[7,11,15,34,40],"\u0441\u0432\u043e\u044e":[4,10,12,17,24,30,49,52,54,63],"\u0441\u0432\u043e\u0451":49,"\u0441\u0432\u043e\u0451\u043c":30,"\u0441\u0432\u044f\u0437\u0430\u043d\u0430":52,"\u0441\u0432\u044f\u0437\u0430\u043d\u043d\u0430\u044f":16,"\u0441\u0432\u044f\u0437\u0430\u043d\u044b":7,"\u0441\u0432\u044f\u0437\u0438":52,"\u0441\u0432\u044f\u0437\u044b\u0432\u0430\u0435\u0442":42,"\u0441\u0432\u044f\u0437\u044b\u0432\u0430\u043d\u0438\u0435":26,"\u0441\u0432\u044f\u0437\u044c":[10,54],"\u0441\u0433\u0435\u043d\u0435\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u044b":21,"\u0441\u0433\u0435\u043d\u0435\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c":12,"\u0441\u0433\u0435\u043d\u0435\u0440\u0438\u0440\u0443\u0435\u043c":15,"\u0441\u0434\u0435\u043b\u0430\u0432":30,"\u0441\u0434\u0435\u043b\u0430\u0435\u043c":[17,36,48],"\u0441\u0434\u0435\u043b\u0430\u0435\u0442":49,"\u0441\u0434\u0435\u043b\u0430\u0439\u0442\u0435":24,"\u0441\u0434\u0435\u043b\u0430\u0442\u044c":[15,21,24,28,43,59],"\u0441\u0435\u0431\u0435":32,"\u0441\u0435\u0431\u044f":[19,22,26,29,30],"\u0441\u0435\u043a\u0443\u0449\u0430\u044f":31,"\u0441\u0435\u043a\u0443\u0449\u0435\u0439":[31,34,35],"\u0441\u0435\u043a\u0443\u0449\u0438\u0435":35,"\u0441\u0435\u043a\u0443\u0449\u0438\u0445":[31,64],"\u0441\u0435\u043a\u0443\u0449\u0443\u044e":35,"\u0441\u0435\u043a\u0446\u0438\u0438":26,"\u0441\u0435\u043c\u0435\u0439\u0441\u0442\u0432\u0430":[30,49],"\u0441\u0435\u043c\u0435\u0439\u0441\u0442\u0432\u0430\u043c\u0438":38,"\u0441\u0435\u043c\u0435\u0439\u0441\u0442\u0432\u043e":[30,42,55],"\u0441\u0435\u043c\u0435\u0439\u0441\u0442\u0432\u0443":[7,53],"\u0441\u0435\u043c\u0435\u0441\u0442\u0432\u043e":42,"\u0441\u0435\u043c\u0451\u043d\u043e\u0432\u0438\u0447":7,"\u0441\u0435\u043f\u0430\u0440\u0430\u0442\u043e\u0440\u043e\u043c":19,"\u0441\u0435\u0440\u0435\u0434\u0438\u043d\u044b":34,"\u0441\u0435\u0440\u0438\u0438":37,"\u0441\u0435\u0440\u0438\u044e":[37,63],"\u0441\u0435\u0441\u0441\u0438\u0438":[],"\u0441\u0435\u0441\u0441\u0438\u044e":24,"\u0441\u0435\u0442\u043a\u0430":[5,15],"\u0441\u0435\u0442\u043a\u0430\u0445":[5,10],"\u0441\u0435\u0442\u043a\u0435":[5,9,10,11,15],"\u0441\u0435\u0442\u043a\u0438":[5,8,10,15,41],"\u0441\u0435\u0442\u043a\u043e\u0439":9,"\u0441\u0435\u0442\u043a\u0443":[5,8,9,10,15,38,41],"\u0441\u0435\u0442\u043e\u043a":[10,12,15,39],"\u0441\u0435\u0442\u043e\u0447\u043d\u044b\u0445":39,"\u0441\u0435\u0447\u0435\u043d\u0438\u0435":34,"\u0441\u0435\u0447\u0435\u043d\u0438\u044e":35,"\u0441\u0436\u0430\u0442\u0438\u044f":[],"\u0441\u0436\u0438\u043c\u0430\u0435\u043c\u043e\u0441\u0442\u0438":53,"\u0441\u0436\u0438\u043c\u0430\u0435\u043c\u043e\u0441\u0442\u044c":53,"\u0441\u0436\u0438\u043c\u0430\u0442\u044c\u0441\u044f":40,"\u0441\u0438\u0433\u043d\u0430\u0442\u0443\u0440\u0430":30,"\u0441\u0438\u0433\u043d\u0430\u0442\u0443\u0440\u0443":56,"\u0441\u0438\u043b\u044c\u043d\u0430\u044f":[14,16,30],"\u0441\u0438\u043b\u044c\u043d\u043e":[14,15,17,38,39,42,48,49],"\u0441\u0438\u043b\u044c\u043d\u043e\u0433\u043e":47,"\u0441\u0438\u043b\u044c\u043d\u043e\u0435":47,"\u0441\u0438\u043b\u044c\u043d\u044b\u0435":47,"\u0441\u0438\u043b\u044c\u043d\u044b\u043c":47,"\u0441\u0438\u043b\u044c\u043d\u044b\u043c\u0438":47,"\u0441\u0438\u043c\u0432\u043e\u043b":22,"\u0441\u0438\u043c\u0432\u043e\u043b\u0430\u043c\u0438":29,"\u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432":[27,29],"\u0441\u0438\u043c\u0432\u043e\u043b\u044b":27,"\u0441\u0438\u043c\u0432\u043e\u043b\u044c\u043d\u043e":49,"\u0441\u0438\u043c\u0432\u043e\u043b\u044c\u043d\u0443\u044e":24,"\u0441\u0438\u043c\u043c\u0435\u0442\u0440\u0438\u0438":[7,9],"\u0441\u0438\u043c\u043c\u0435\u0442\u0440\u0438\u0447\u0435\u043d":46,"\u0441\u0438\u043c\u043c\u0435\u0442\u0440\u0438\u0447\u043d\u043e\u0439":[1,55],"\u0441\u0438\u043c\u043c\u0435\u0442\u0440\u0438\u0447\u043d\u0443\u044e":46,"\u0441\u0438\u043c\u043c\u0435\u0442\u0440\u0438\u0447\u043d\u044b":7,"\u0441\u0438\u043c\u043f\u0441\u043e\u043d\u0430":[5,10],"\u0441\u0438\u043d\u0433\u043b\u0435\u0442\u043e\u043d\u0430\u043c":[],"\u0441\u0438\u043d\u0433\u043b\u0435\u0442\u043e\u043d\u043e\u0432":[],"\u0441\u0438\u043d\u0433\u0443\u043b\u044f\u0440\u043d\u0430":16,"\u0441\u0438\u043d\u0433\u0443\u043b\u044f\u0440\u043d\u043e\u0435":55,"\u0441\u0438\u043d\u0433\u0443\u043b\u044f\u0440\u043d\u044b\u0445":16,"\u0441\u0438\u043d\u0438\u0435":61,"\u0441\u0438\u043d\u0438\u0439":32,"\u0441\u0438\u043d\u043e\u043d\u0438\u043c\u0430":19,"\u0441\u0438\u043d\u0442\u0430\u043a\u0441\u0438\u0441":[19,20,22,23,26,27],"\u0441\u0438\u043d\u0442\u0430\u043a\u0441\u0438\u0441\u0430":[3,20,22,23,27,28,59],"\u0441\u0438\u0441\u0442\u0435\u043c":[4,17,24,40,42,52,55,56,58,59,62],"\u0441\u0438\u0441\u0442\u0435\u043c\u0430":[11,14,21,25,26,27,40,42,49,52,56,58,59,60,61,63],"\u0441\u0438\u0441\u0442\u0435\u043c\u0430\u0445":42,"\u0441\u0438\u0441\u0442\u0435\u043c\u0435":[17,26,49,52],"\u0441\u0438\u0441\u0442\u0435\u043c\u043d\u043e\u0439":24,"\u0441\u0438\u0441\u0442\u0435\u043c\u043e\u0439":[45,63],"\u0441\u0438\u0441\u0442\u0435\u043c\u0443":[7,9,11,14,24,30,43,52,54,63,64],"\u0441\u0438\u0441\u0442\u0435\u043c\u044b":[4,7,11,14,21,30,32,41,42,43,49,52,53,54,55,59,63,64],"\u0441\u0438\u0442\u0443\u0430\u0446\u0438\u0435\u0439":5,"\u0441\u0438\u0442\u0443\u0430\u0446\u0438\u0438":59,"\u0441\u0438\u0442\u0443\u0430\u0446\u0438\u044f":55,"\u0441\u043a\u0430\u0436\u0435\u043c":[16,19,30,49],"\u0441\u043a\u0430\u0437\u0430\u0442\u044c":[17,30,52],"\u0441\u043a\u0430\u043b\u044f\u0440":[19,21,26,64],"\u0441\u043a\u0430\u043b\u044f\u0440\u0430":19,"\u0441\u043a\u0430\u043b\u044f\u0440\u043d\u043e":26,"\u0441\u043a\u0430\u043b\u044f\u0440\u043d\u043e\u0433\u043e":[4,7,21,26,62,63],"\u0441\u043a\u0430\u043b\u044f\u0440\u043d\u043e\u0435":[7,25,26],"\u0441\u043a\u0430\u043b\u044f\u0440\u043d\u043e\u0439":[16,39,45,54],"\u0441\u043a\u0430\u043b\u044f\u0440\u043d\u043e\u043c\u0443":26,"\u0441\u043a\u0430\u043b\u044f\u0440\u043d\u0443\u044e":47,"\u0441\u043a\u0430\u043b\u044f\u0440\u043d\u044b\u0439":42,"\u0441\u043a\u0430\u043b\u044f\u0440\u043d\u044b\u0445":16,"\u0441\u043a\u0430\u043b\u044f\u0440\u043e\u0432":19,"\u0441\u043a\u0430\u0447\u0430\u0435\u0442":26,"\u0441\u043a\u0430\u0447\u0430\u0439\u0442\u0435":24,"\u0441\u043a\u0430\u0447\u0430\u043d\u043d\u043e\u043c":[],"\u0441\u043a\u0430\u0447\u0430\u043d\u043d\u044b\u0439":24,"\u0441\u043a\u0430\u0447\u0430\u0442\u044c":24,"\u0441\u043a\u0430\u0447\u0438\u0432\u0430\u043d\u0438\u044e":21,"\u0441\u043a\u0430\u0447\u043e\u043a":32,"\u0441\u043a\u043b\u0430\u0434\u044b\u0432\u0430\u0442\u044c":[17,26],"\u0441\u043a\u043b\u0430\u0434\u044b\u0432\u0430\u044e\u0442\u0441\u044f":17,"\u0441\u043a\u043b\u043e\u043d\u0438\u0440\u043e\u0432\u0430\u0442\u044c":[],"\u0441\u043a\u043e\u0431\u043a\u0430":7,"\u0441\u043a\u043e\u0431\u043a\u0435":7,"\u0441\u043a\u043e\u0431\u043a\u0438":19,"\u0441\u043a\u043e\u043b\u044c\u043a\u043e":[10,30],"\u0441\u043a\u043e\u043c\u0431\u0438\u043d\u0438\u0440\u0443\u0435\u043c":10,"\u0441\u043a\u043e\u043c\u043f\u0438\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0439":30,"\u0441\u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0430":24,"\u0441\u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u043b\u0438":26,"\u0441\u043a\u043e\u0440\u0435\u0435":[24,26],"\u0441\u043a\u043e\u0440\u043e\u0441\u0442\u0435\u0439":4,"\u0441\u043a\u043e\u0440\u043e\u0441\u0442\u0438":27,"\u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c":[4,35,36,40,49],"\u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044c\u044e":[34,35,37],"\u0441\u043a\u043e\u0440\u043e\u0441\u0442\u044f\u043c\u0438":42,"\u0441\u043a\u0440\u0438\u043f\u0442":[21,50],"\u0441\u043a\u0440\u0438\u043f\u0442\u0430":[20,26,30],"\u0441\u043a\u0440\u0438\u043f\u0442\u043e\u0432\u043e\u043c":28,"\u0441\u043a\u0440\u0438\u043f\u0442\u044b":12,"\u0441\u043b\u0430\u0431\u043e\u0435":47,"\u0441\u043b\u0430\u0431\u044b\u043c\u0438":47,"\u0441\u043b\u0430\u0433\u0430\u0435\u043c\u043e\u0435":[10,52],"\u0441\u043b\u0430\u0433\u0430\u0435\u043c\u044b\u0445":17,"\u0441\u043b\u0430\u0443":25,"\u0441\u043b\u0435\u0432\u0430":[5,10,11,58],"\u0441\u043b\u0435\u0433\u043a\u0430":7,"\u0441\u043b\u0435\u0434":25,"\u0441\u043b\u0435\u0434\u0441\u0442\u0432\u0438\u0435\u043c":16,"\u0441\u043b\u0435\u0434\u0443\u0435\u0442":[16,17,19,38,39,52,54,55,58],"\u0441\u043b\u0435\u0434\u0443\u0439\u0442\u0435":24,"\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0430\u044f":5,"\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0433\u043e":[9,16,59],"\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0435":[10,12,17,21,35,43,53,60],"\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0439":[26,42,43,59],"\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c\u0443":[7,37],"\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435":[18,37,40,51,56,60],"\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439":[5,12,20,52,58],"\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u043c":[5,30,32,33,42,47,49,63],"\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0445":[27,34,42,47],"\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0443\u044e":[35,56],"\u0441\u043b\u0435\u0434\u0443\u044f":58,"\u0441\u043b\u0438\u0448\u043a\u043e\u043c":[47,48,49],"\u0441\u043b\u043e\u0432\u0430":64,"\u0441\u043b\u043e\u0432\u0430\u043c\u0438":[16,26,40,58],"\u0441\u043b\u043e\u0436\u0435\u043d\u0435\u0438":[],"\u0441\u043b\u043e\u0436\u0435\u043d\u0438\u0435":[16,17,19,21,30],"\u0441\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043c":16,"\u0441\u043b\u043e\u0436\u0435\u043d\u0438\u0438":17,"\u0441\u043b\u043e\u0436\u0435\u043d\u0438\u0439":17,"\u0441\u043b\u043e\u0436\u0435\u043d\u0438\u044e":17,"\u0441\u043b\u043e\u0436\u0435\u043d\u0438\u044f":[17,30],"\u0441\u043b\u043e\u0436\u0438\u0442":30,"\u0441\u043b\u043e\u0436\u0438\u0442\u044c":17,"\u0441\u043b\u043e\u0436\u043d\u0435\u0435":59,"\u0441\u043b\u043e\u0436\u043d\u043e":[4,49],"\u0441\u043b\u043e\u0436\u043d\u043e\u0433\u043e":47,"\u0441\u043b\u043e\u0436\u043d\u043e\u0439":16,"\u0441\u043b\u043e\u0436\u043d\u043e\u0441\u0442\u044c":[55,59],"\u0441\u043b\u043e\u0436\u043d\u0443\u044e":30,"\u0441\u043b\u043e\u0436\u043d\u044b\u0435":47,"\u0441\u043b\u043e\u0436\u043d\u044b\u0439":[19,23],"\u0441\u043b\u043e\u0436\u043d\u044b\u043c":7,"\u0441\u043b\u0443\u0436\u0430\u0442":32,"\u0441\u043b\u0443\u0447\u0430\u0435":[4,7,9,10,11,14,16,17,20,21,22,26,28,30,33,34,37,38,40,42,46,49,51,52,53,55,58,59,61,64],"\u0441\u043b\u0443\u0447\u0430\u0435\u0432":[3,32,54],"\u0441\u043b\u0443\u0447\u0430\u0438":30,"\u0441\u043b\u0443\u0447\u0430\u0439":[10,11,15,35,37,42,60,63],"\u0441\u043b\u0443\u0447\u0430\u0439\u043d\u043e\u0439":44,"\u0441\u043b\u0443\u0447\u0430\u0439\u043d\u0443\u044e":44,"\u0441\u043b\u0443\u0447\u0430\u0439\u043d\u044b\u0435":45,"\u0441\u043b\u0443\u0447\u0430\u0439\u043d\u044b\u0445":[19,30,44],"\u0441\u043b\u0443\u0447\u0430\u044f":[8,60],"\u0441\u043b\u0443\u0447\u0430\u044f\u043c\u0438":[],"\u0441\u043b\u0443\u0447\u0430\u044f\u0445":[4,16,42],"\u0441\u043c":[9,12,17,27,40,42,48,49,50,56],"\u0441\u043c\u0435\u043d\u0438\u0442\u0441\u044f":27,"\u0441\u043c\u0435\u0441\u0435\u0439":[0,4],"\u0441\u043c\u0435\u0441\u0438":[32,49,51,52,53],"\u0441\u043c\u0435\u0441\u044c":[50,52],"\u0441\u043c\u0435\u0448\u0435\u043d\u0438\u044f":[49,53],"\u0441\u043c\u0435\u0449\u0430\u0435\u0442\u0441\u044f":34,"\u0441\u043c\u0435\u0449\u0430\u044e\u0449\u0438\u0439":34,"\u0441\u043c\u043e\u0436\u0435\u0442\u0435":30,"\u0441\u043c\u043e\u0442\u0440\u0438\u0442\u0435":[11,63],"\u0441\u043c\u044b\u0441\u043b\u0430":17,"\u0441\u043c\u044b\u0441\u043b\u0435":[35,64],"\u0441\u043d\u0430\u0447\u0430\u043b\u0430":[17,21,24,33,42,45,58,59,63,64],"\u0441\u043d\u0438\u0437\u0438\u0442\u044c":17,"\u0441\u043e":[9,16,19,20,21,26,30,32,34,35,42,59],"\u0441\u043e\u0431\u0438\u0440\u0430\u0435\u043c":11,"\u0441\u043e\u0431\u043b\u044e\u0434\u0435\u043d\u0438\u0438":40,"\u0441\u043e\u0431\u043e\u0439":[10,26,28,32,43,57],"\u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0433\u043e":26,"\u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0435":[20,22,26],"\u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0439":12,"\u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0435":30,"\u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0439":[28,52],"\u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0445":[19,30,55],"\u0441\u043e\u0432\u0435\u0440\u0448\u0430\u0435\u043c":48,"\u0441\u043e\u0432\u0435\u0440\u0448\u0430\u0435\u0442":63,"\u0441\u043e\u0432\u0435\u0440\u0448\u0430\u0435\u0442\u0441\u044f":26,"\u0441\u043e\u0432\u0435\u0440\u0448\u0430\u0442\u044c":30,"\u0441\u043e\u0432\u0435\u0440\u0448\u0430\u044e\u0449\u0438\u0439":50,"\u0441\u043e\u0432\u0435\u0440\u0448\u0430\u044f":30,"\u0441\u043e\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u0435":43,"\u0441\u043e\u0432\u0435\u0440\u0448\u0435\u043d\u043d\u043e":30,"\u0441\u043e\u0432\u043c\u0435\u0441\u0442\u043d\u043e\u0439":42,"\u0441\u043e\u0432\u043f\u0430\u0434\u0430\u0435\u0442":[16,42],"\u0441\u043e\u0432\u043f\u0430\u0434\u0430\u0442\u044c":38,"\u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0442":[7,9],"\u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0449\u0435\u043c":39,"\u0441\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u0439":24,"\u0441\u043e\u0433\u043b\u0430\u0441\u043d\u043e":[10,42,59],"\u0441\u043e\u0433\u043b\u0430\u0448\u0435\u043d\u0438\u044e":22,"\u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442":30,"\u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c":[22,26],"\u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c\u0441\u044f":21,"\u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0449\u0438\u0439":[21,59],"\u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0433\u043e":26,"\u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435":24,"\u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u044b\u043c":28,"\u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442":[10,11,12,22,25,26,30,32,33,59],"\u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442\u0441\u044f":[26,30],"\u0441\u043e\u0435\u0434\u0438\u043d\u0438\u0442\u044c":15,"\u0441\u043e\u0435\u0434\u0438\u043d\u044f\u044e\u0449\u0435\u0439":15,"\u0441\u043e\u0437\u0434\u0430\u0432":30,"\u0441\u043e\u0437\u0434\u0430\u0432\u0430\u0435\u043c\u044b\u0439":26,"\u0441\u043e\u0437\u0434\u0430\u0432\u0430\u043b":30,"\u0441\u043e\u0437\u0434\u0430\u0432\u0430\u043b\u0441\u044f":[23,26],"\u0441\u043e\u0437\u0434\u0430\u0432\u0430\u0442\u044c":[19,20,22,26,30],"\u0441\u043e\u0437\u0434\u0430\u0434\u0438\u043c":30,"\u0441\u043e\u0437\u0434\u0430\u0435\u0442":22,"\u0441\u043e\u0437\u0434\u0430\u0439\u0442\u0435":[24,28,56],"\u0441\u043e\u0437\u0434\u0430\u043d\u0430":[],"\u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0435":[11,15,19,30],"\u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f":[19,22,28,30],"\u0441\u043e\u0437\u0434\u0430\u043d\u043d\u044b\u0439":23,"\u0441\u043e\u0437\u0434\u0430\u0442\u044c":[19,24,30],"\u0441\u043e\u0437\u0434\u0430\u044e\u0442":20,"\u0441\u043e\u0437\u0434\u0430\u044e\u0442\u0441\u044f":[22,26,30],"\u0441\u043e\u0437\u0434\u0430\u044e\u0449\u0438\u0439":20,"\u0441\u043e\u0437\u0434\u0430\u0451\u0442":[9,14,20,21,22,26,30],"\u0441\u043e\u0437\u0434\u0430\u0451\u0442\u0441\u044f":[20,22,26,30],"\u0441\u043e\u0439\u0434\u0451\u0442\u0441\u044f":37,"\u0441\u043e\u0439\u0442\u0438\u0441\u044c":[37,49],"\u0441\u043e\u043a\u0440\u0430\u0449\u0451\u043d\u043d\u043e":42,"\u0441\u043e\u043b\u0432\u0435\u0440\u0430":49,"\u0441\u043e\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0439":42,"\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435":28,"\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0439":[],"\u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f":28,"\u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e":3,"\u0441\u043e\u043e\u0431\u0449\u0438\u0442\u0435":49,"\u0441\u043e\u043e\u0431\u0449\u0438\u0442\u044c":49,"\u0441\u043e\u043e\u0442\u0432\u0435\u0441\u0442\u0432\u0443\u0435\u0442":53,"\u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0435\u043d\u043d\u043e":[11,56,63],"\u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0435":15,"\u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0438":[50,53],"\u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442":[9,10,32],"\u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0442":[9,30,32,61],"\u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0430\u044f":49,"\u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u0433\u043e":27,"\u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u0435":[],"\u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u043c":32,"\u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435":11,"\u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0439":[15,19],"\u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u043c\u0438":[11,61],"\u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0445":32,"\u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0443\u044e":[],"\u0441\u043e\u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u0435":[16,39],"\u0441\u043e\u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u0435\u043c":42,"\u0441\u043e\u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u044f":37,"\u0441\u043e\u043f\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c":[11,16],"\u0441\u043e\u043f\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044f":64,"\u0441\u043e\u043f\u0440\u044f\u0436\u0435\u043d\u0438\u0435":25,"\u0441\u043e\u043f\u0440\u044f\u0436\u0451\u043d\u043d\u044b\u0445":47,"\u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0438":55,"\u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0443":22,"\u0441\u043e\u0441\u0435\u0434\u0435\u0439":21,"\u0441\u043e\u0441\u0435\u0434\u0438":21,"\u0441\u043e\u0441\u0435\u0434\u043d\u0438\u0445":11,"\u0441\u043e\u0441\u0442\u0430\u0432":[49,50,52],"\u0441\u043e\u0441\u0442\u0430\u0432\u0430":[49,52,53],"\u0441\u043e\u0441\u0442\u0430\u0432\u0430\u043c":53,"\u0441\u043e\u0441\u0442\u0430\u0432\u0430\u043c\u0438":52,"\u0441\u043e\u0441\u0442\u0430\u0432\u0435":49,"\u0441\u043e\u0441\u0442\u0430\u0432\u0438\u043b\u0430":[38,58,59],"\u0441\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c":[11,14,38],"\u0441\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0438":[],"\u0441\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044f":49,"\u0441\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u0430\u044f":55,"\u0441\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u044b":7,"\u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442":[10,15,17,59],"\u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442\u0441\u044f":58,"\u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u043b\u0430":[5,19],"\u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u044e\u0442":[7,22],"\u0441\u043e\u0441\u0442\u0430\u0432\u043d\u0430\u044f":[8,9],"\u0441\u043e\u0441\u0442\u0430\u0432\u043d\u043e\u0435":22,"\u0441\u043e\u0441\u0442\u0430\u0432\u043d\u043e\u0439":[8,9,10],"\u0441\u043e\u0441\u0442\u0430\u0432\u043d\u0443\u044e":9,"\u0441\u043e\u0441\u0442\u0430\u0432\u043d\u044b\u0435":[8,9],"\u0441\u043e\u0441\u0442\u0430\u0432\u043e\u043c":[49,52],"\u0441\u043e\u0441\u0442\u0430\u0432\u044b":52,"\u0441\u043e\u0441\u0442\u043e\u0438\u0442":[7,15,17,30,32,34,47,64],"\u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435":[32,49,50,52,61],"\u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0438":[32,49,52],"\u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0439":52,"\u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u044e":52,"\u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u044f":[4,12,21,49,50,51,52],"\u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u044f\u043c":32,"\u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u044f\u0445":52,"\u0441\u043e\u0441\u0442\u043e\u044f\u0449\u0438\u0439":21,"\u0441\u043e\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0442":32,"\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0435\u043c":21,"\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0438":23,"\u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f":52,"\u0441\u043e\u0445\u0440\u0430\u043d\u0438\u043b\u0438":28,"\u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u0435":24,"\u0441\u043e\u0445\u0440\u0430\u043d\u044f\u0435\u0442":30,"\u0441\u043e\u0445\u0440\u0430\u043d\u044f\u0435\u0442\u0441\u044f":34,"\u0441\u043e\u0445\u0440\u0430\u043d\u044f\u0439\u0442\u0435":28,"\u0441\u043e\u0445\u0440\u0430\u043d\u044f\u0442\u044c":27,"\u0441\u043e\u0445\u0440\u0430\u043d\u0451\u043d\u043d\u044b\u0439":28,"\u0441\u043e\u0447\u0435\u0442\u0430\u0435\u0442\u0441\u044f":64,"\u0441\u043e\u0447\u0435\u0442\u0430\u043d\u0438\u0438":48,"\u0441\u043e\u0447\u0435\u0442\u0430\u043d\u0438\u044f":28,"\u0441\u043e\u0448\u0451\u043b\u0441\u044f":[43,48,49],"\u0441\u043f\u0435\u0446\u0438\u0430\u043b\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0445":28,"\u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0433\u043e":25,"\u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0435":17,"\u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0435":[17,42],"\u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0445":29,"\u0441\u043f\u0438\u043d\u043e\u0434\u0430\u043b\u044c":51,"\u0441\u043f\u0438\u0441\u043e\u043a":[12,23,26,27],"\u0441\u043f\u043b\u0430\u0439\u043d":11,"\u0441\u043f\u043b\u0430\u0439\u043d\u0430\u043c\u0438":11,"\u0441\u043f\u043b\u0430\u0439\u043d\u043e\u0432":11,"\u0441\u043f\u043b\u043e\u0448\u043d\u044b\u043c\u0438":32,"\u0441\u043f\u043e\u043a\u043e\u0439\u043d\u043e":26,"\u0441\u043f\u043e\u0441\u043e\u0431":[9,15,24,30,49],"\u0441\u043f\u043e\u0441\u043e\u0431\u0430":7,"\u0441\u043f\u043e\u0441\u043e\u0431\u0430\u043c\u0438":59,"\u0441\u043f\u043e\u0441\u043e\u0431\u043d\u043e\u0441\u0442\u0438":52,"\u0441\u043f\u043e\u0441\u043e\u0431\u043e\u0432":21,"\u0441\u043f\u043e\u0441\u043e\u0431\u043e\u043c":[15,24,37],"\u0441\u043f\u043e\u0441\u043e\u0431\u044b":[14,57],"\u0441\u043f\u0440\u0430\u0432\u0430":[5,11,22,47],"\u0441\u043f\u0440\u0430\u0432\u0435\u0434\u043b\u0438\u0432\u0430":[11,35,54],"\u0441\u043f\u0440\u0430\u0432\u0435\u0434\u043b\u0438\u0432\u043e":[11,48],"\u0441\u043f\u0440\u0430\u0432\u0438\u043b\u0441\u044f":[34,36],"\u0441\u043f\u0440\u0430\u0432\u043b\u044f\u0435\u0442\u0441\u044f":[5,34,42],"\u0441\u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442":22,"\u0441\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u0435":[9,17,34],"\u0441\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u0438":[49,52],"\u0441\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u044e":[9,19],"\u0441\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u044f":[],"\u0441\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u044f\u0445":17,"\u0441\u0440\u0430\u0432\u043d\u0438\u0432\u0430\u0442\u044c":17,"\u0441\u0440\u0430\u0432\u043d\u0438\u0432\u0430\u044e\u0442\u0441\u044f":10,"\u0441\u0440\u0430\u0432\u043d\u0438\u0432\u0430\u044f":10,"\u0441\u0440\u0430\u0432\u043d\u0438\u043c":[10,36,39,64],"\u0441\u0440\u0430\u0432\u043d\u0438\u0442\u0435":[32,49],"\u0441\u0440\u0430\u0432\u043d\u0438\u0442\u044c":5,"\u0441\u0440\u0430\u0437\u0443":[5,25,30,64],"\u0441\u0440\u0435\u0434\u0430":28,"\u0441\u0440\u0435\u0434\u0435":23,"\u0441\u0440\u0435\u0434\u0438":[21,26,41,42],"\u0441\u0440\u0435\u0434\u043d\u0435\u0433\u043e":19,"\u0441\u0440\u0435\u0434\u043d\u0435\u043c":19,"\u0441\u0440\u0435\u0434\u043d\u0438\u0445":9,"\u0441\u0440\u0435\u0437\u0430":9,"\u0441\u0440\u0435\u0437\u044b":9,"\u0441\u0441\u0441\u0440":0,"\u0441\u0441\u044b\u043b\u0430\u044e\u0449\u0438\u0439\u0441\u044f":9,"\u0441\u0441\u044b\u043b\u043a\u0430":[12,28],"\u0441\u0441\u044b\u043b\u043a\u0435":58,"\u0441\u0441\u044b\u043b\u043a\u0438":[12,24],"\u0441\u0441\u044b\u043b\u043a\u0443":[24,30],"\u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u043e":52,"\u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u043e\u0433\u043e":4,"\u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u043e\u0435":50,"\u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u043e\u0441\u0442\u0438":[49,51,64],"\u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u043e\u0441\u0442\u044c":[21,27,59],"\u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u044b":30,"\u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u044b\u043c":52,"\u0441\u0442\u0430\u0432\u0438\u0442\u0441\u044f":53,"\u0441\u0442\u0430\u0432\u0438\u0442\u044c":[19,22],"\u0441\u0442\u0430\u0434\u0438\u0438":51,"\u0441\u0442\u0430\u043b\u043a\u0438\u0432\u0430\u043b\u0438\u0441\u044c":[30,38,64],"\u0441\u0442\u0430\u043b\u043e":58,"\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442":17,"\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u0430":17,"\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u0430\u044f":[23,25],"\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e":24,"\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0433\u043e":[16,21],"\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0435":[1,28,48],"\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0439":[1,3,25,26,28,30,32,57],"\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0435":[20,21,26],"\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u0439":[21,27],"\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u043c":24,"\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u043c\u0438":19,"\u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043e\u0432":0,"\u0441\u0442\u0430\u043d\u0435\u0442":35,"\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0441\u044f":9,"\u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0442\u0441\u044f":17,"\u0441\u0442\u0430\u043d\u0443\u0442":[10,42],"\u0441\u0442\u0430\u0440\u0430\u0439\u0442\u0435\u0441\u044c":17,"\u0441\u0442\u0430\u0440\u043e\u0439":10,"\u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0438":30,"\u0441\u0442\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438":27,"\u0441\u0442\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0439":30,"\u0441\u0442\u0430\u0442\u044c\u0438":[32,49],"\u0441\u0442\u0430\u0446\u0438\u043e\u043d\u0430\u0440\u043d\u043e\u0439":52,"\u0441\u0442\u0430\u0446\u0438\u043e\u043d\u0430\u0440\u043d\u043e\u0441\u0442\u0438":52,"\u0441\u0442\u0430\u0446\u0438\u043e\u043d\u0430\u0440\u043d\u044b\u0439":[],"\u0441\u0442\u0430\u0446\u0438\u043e\u043d\u0430\u0440\u043d\u044b\u0445":[47,52],"\u0441\u0442\u0435\u043a\u0435":30,"\u0441\u0442\u0435\u043f\u0435\u043d\u0435\u0439":[7,9,14],"\u0441\u0442\u0435\u043f\u0435\u043d\u0438":[7,9,10,14],"\u0441\u0442\u0435\u043f\u0435\u043d\u044c":[7,14,17,27,30],"\u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c":55,"\u0441\u0442\u043e\u0438\u0442":[3,7,10,14,15,17,28,30,32,37,47,52,55],"\u0441\u0442\u043e\u043b\u0431\u0435\u0446":[14,19,58,59,64],"\u0441\u0442\u043e\u043b\u0431\u0446\u0430":[58,59],"\u0441\u0442\u043e\u043b\u0431\u0446\u0430\u043c\u0438":19,"\u0441\u0442\u043e\u043b\u0431\u0446\u043e\u0432":[11,19,55,58],"\u0441\u0442\u043e\u043b\u0431\u0446\u0443":19,"\u0441\u0442\u043e\u043b\u0431\u0446\u044b":[19,58],"\u0441\u0442\u043e\u043b\u043a\u043d\u043e\u0432\u0435\u043d\u0438\u044f":12,"\u0441\u0442\u043e\u043b\u0446\u0430\u043c":19,"\u0441\u0442\u043e\u0440\u043e\u043d\u0430\u043c\u0438":21,"\u0441\u0442\u043e\u0440\u043e\u043d\u043d\u0438\u0435":24,"\u0441\u0442\u043e\u0440\u043e\u043d\u043d\u0438\u0439":19,"\u0441\u0442\u043e\u0440\u043e\u043d\u043d\u0438\u043c\u0438":28,"\u0441\u0442\u043e\u0440\u043e\u043d\u043d\u0438\u0445":[],"\u0441\u0442\u043e\u0440\u043e\u043d\u0443":[34,45],"\u0441\u0442\u043e\u0440\u043e\u043d\u044b":[9,19,21,23,42],"\u0441\u0442\u043e\u0445\u0430\u0441\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u043c\u0438":45,"\u0441\u0442\u043e\u044f\u0442\u044c":20,"\u0441\u0442\u0440":47,"\u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430":12,"\u0441\u0442\u0440\u0430\u0442\u0435\u0433\u0438\u0438":45,"\u0441\u0442\u0440\u0430\u0442\u0435\u0433\u0438\u044f":45,"\u0441\u0442\u0440\u0435\u043b\u043a\u0430":10,"\u0441\u0442\u0440\u0435\u043b\u043a\u0438":10,"\u0441\u0442\u0440\u0435\u043c\u0438\u0442\u0441\u044f":[15,37],"\u0441\u0442\u0440\u043e\u0433\u0438\u0439":[46,47],"\u0441\u0442\u0440\u043e\u0433\u0438\u043c":[46,47],"\u0441\u0442\u0440\u043e\u0433\u043e":[22,30,52],"\u0441\u0442\u0440\u043e\u0438\u0442":[14,31,63],"\u0441\u0442\u0440\u043e\u0438\u0442\u0441\u044f":[45,47,48],"\u0441\u0442\u0440\u043e\u043a":[11,19,29],"\u0441\u0442\u0440\u043e\u043a\u0430":[19,20,29,38,58],"\u0441\u0442\u0440\u043e\u043a\u0430\u043c":19,"\u0441\u0442\u0440\u043e\u043a\u0430\u0445":29,"\u0441\u0442\u0440\u043e\u043a\u0435":[19,22,24,58,59],"\u0441\u0442\u0440\u043e\u043a\u0438":[11,19,24,28,58,59],"\u0441\u0442\u0440\u043e\u043a\u043e\u0432\u044b\u0445":30,"\u0441\u0442\u0440\u043e\u043a\u043e\u0439":59,"\u0441\u0442\u0440\u043e\u043a\u0443":[11,28,58,59],"\u0441\u0442\u0440\u043e\u0447\u043a\u0443":[24,57],"\u0441\u0442\u0440\u043e\u0447\u043d\u044b\u043c\u0438":30,"\u0441\u0442\u0440\u043e\u044f\u0442\u0441\u044f":63,"\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440":[21,30],"\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430":[12,21,26,30,43,48],"\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0435":12,"\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u043e\u0439":[26,39],"\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0443":[10,26,30,59],"\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u044b":[22,23,26,30],"\u0441\u0442\u0443\u0434\u0435\u043d\u0442\u043e\u0432":51,"\u0441\u0443\u0434\u044f":[19,30],"\u0441\u0443\u043c\u043c\u0430":[7,9],"\u0441\u0443\u043c\u043c\u0430\u043c\u0438":17,"\u0441\u0443\u043c\u043c\u043e\u0439":[42,58],"\u0441\u0443\u043c\u043c\u0443":[8,9],"\u0441\u0443\u043f\u0435\u0440\u0442\u0438\u043f":30,"\u0441\u0443\u043f\u0435\u0440\u0442\u0438\u043f\u043e\u043c":30,"\u0441\u0443\u0442\u0438":30,"\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e":19,"\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443":49,"\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442":[8,17,19,20,22,24,27,28,29,41,42,45,46,47,52,55,56,57,59,62,64],"\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0442":[9,14,19,26,30,33,38,42,57,59],"\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435":16,"\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0445":4,"\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0443\u044e":[11,26],"\u0441\u0445\u0435\u043c\u0430":[10,40,58],"\u0441\u0445\u0435\u043c\u0430\u043c":39,"\u0441\u0445\u0435\u043c\u0430\u0445":37,"\u0441\u0445\u0435\u043c\u0435":43,"\u0441\u0445\u0435\u043c\u043e\u0439":64,"\u0441\u0445\u0435\u043c\u0443":58,"\u0441\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u0438":[5,6,9,11,15,35,36,37,39,42,43],"\u0441\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u044c":[7,31,34,35,39,43,48,49,64],"\u0441\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u044c\u044e":[35,36,37,64],"\u0441\u0445\u043e\u0434\u0438\u0442\u0441\u044f":[11,34,35,37,39,42],"\u0441\u0445\u043e\u0434\u044f\u0442\u0441\u044f":7,"\u0441\u0445\u043e\u0434\u044f\u0449\u0438\u043c\u0441\u044f":39,"\u0441\u0445\u043e\u0436\u0438\u043c":17,"\u0441\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u044f":17,"\u0441\u0447\u0438\u0442\u0430\u0435\u0442\u0441\u044f":53,"\u0441\u0447\u0438\u0442\u0430\u0442\u044c":[8,17,21,52],"\u0441\u0447\u0438\u0442\u0430\u044f":5,"\u0441\u0447\u0451\u0442":[7,38],"\u0441\u0447\u0451\u0442\u0443":19,"\u0441\u0448\u0438\u0432\u043a\u0443":11,"\u0441\u044d\u043a\u043e\u043d\u043e\u043c\u0438\u043b":10,"\u0441\u044d\u043a\u043e\u043d\u043e\u043c\u0438\u0442\u044c":64,"\u0441\u044e\u0434\u0430":[26,36],"\u0441\u044e\u0440\u043f\u0440\u0438\u0437":30,"\u0441hemistri":12,"\u0442":[5,7,9,10,11,14,16,19,22,26,27,28,30,35,39,42,45,49,54,58,64],"\u0442\u0430":[9,10,30],"\u0442\u0430\u0431\u043b\u0438\u0446":7,"\u0442\u0430\u0431\u043b\u0438\u0446\u0430":[38,42],"\u0442\u0430\u0431\u043b\u0438\u0446\u0430\u0445":7,"\u0442\u0430\u0431\u043b\u0438\u0446\u0435":[12,24,26],"\u0442\u0430\u0431\u043b\u0438\u0446\u0435\u0439":42,"\u0442\u0430\u0431\u043b\u0438\u0446\u0443":42,"\u0442\u0430\u0431\u043b\u0438\u0446\u044b":[7,12,38,42],"\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u043e\u043c":[12,50],"\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u044b\u0435":14,"\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u044b\u0439":12,"\u0442\u0430\u0431\u043b\u0438\u0447\u043d\u044b\u043c\u0438":12,"\u0442\u0430\u0431\u0443\u043b\u044f\u0446\u0438\u044f":[19,63],"\u0442\u0430\u043a":[4,7,9,10,11,14,17,19,20,22,23,26,27,28,30,32,34,35,36,37,38,42,45,48,52,54,57,58,63,64],"\u0442\u0430\u043a\u0430\u044f":55,"\u0442\u0430\u043a\u0436\u0435":[4,8,9,10,11,15,17,20,22,25,26,27,28,30,31,33,35,38,40,41,42,43,45,47,49,51,52,55,64],"\u0442\u0430\u043a\u0438":[11,30,59],"\u0442\u0430\u043a\u0438\u0435":[20,30,46,58,59],"\u0442\u0430\u043a\u0438\u043c":[9,10,11,12,14,16,17,30,32,34,35,36,39,42,53,58,59,61,64],"\u0442\u0430\u043a\u0438\u0445":[7,16,30,39,42,56],"\u0442\u0430\u043a\u0438\u044a":[],"\u0442\u0430\u043a\u043e\u0432\u0430":59,"\u0442\u0430\u043a\u043e\u0433\u043e":[7,15,30],"\u0442\u0430\u043a\u043e\u0435":[11,17,30,40,52,59],"\u0442\u0430\u043a\u043e\u0439":[10,14,17,22,26,30,31,33,34,37,42,49,52,64],"\u0442\u0430\u043a\u043e\u043c":[7,22,26,30],"\u0442\u0430\u043a\u0443\u044e":[12,46],"\u0442\u0430\u043c":[24,26],"\u0442\u0435":[7,17,42],"\u0442\u0435\u0439\u043b\u043e\u0440\u0430":[9,39,42,46,47,48,52],"\u0442\u0435\u043a\u0441\u0442\u043e\u0432\u044b\u0435":29,"\u0442\u0435\u043a\u0441\u0442\u043e\u0432\u044b\u0439":28,"\u0442\u0435\u043a\u0441\u0442\u043e\u043c":29,"\u0442\u0435\u043a\u0443\u0449\u0435\u0435":[35,47],"\u0442\u0435\u043a\u0443\u0449\u0435\u043c":26,"\u0442\u0435\u043b\u0430":[22,40],"\u0442\u0435\u043b\u0435":[14,22,30,58,59],"\u0442\u0435\u043c":[5,9,26,30,33,45,49],"\u0442\u0435\u043c\u0430\u0445":30,"\u0442\u0435\u043c\u0435":30,"\u0442\u0435\u043c\u0438":30,"\u0442\u0435\u043c\u043f\u0435\u0440\u0430\u0442\u0443\u0440":[12,19,32,61],"\u0442\u0435\u043c\u043f\u0435\u0440\u0430\u0442\u0443\u0440\u0430":[12,32,49,50],"\u0442\u0435\u043c\u043f\u0435\u0440\u0430\u0442\u0443\u0440\u0435":[12,32,52],"\u0442\u0435\u043c\u043f\u0435\u0440\u0430\u0442\u0443\u0440\u0443":[],"\u0442\u0435\u043c\u043f\u0435\u0440\u0430\u0442\u0443\u0440\u044b":[32,52,53,61],"\u0442\u0435\u043c\u044b":18,"\u0442\u0435\u043d\u0437\u043e\u0440\u043e\u0432":30,"\u0442\u0435\u043d\u0437\u043e\u0440\u044b":19,"\u0442\u0435\u043e\u0440\u0435\u0442\u0438\u0447\u0435\u0441\u043a\u0438":16,"\u0442\u0435\u043e\u0440\u0438\u0438":[7,42],"\u0442\u0435\u043f\u0435\u0440\u044c":[7,10,15,16,24,36,38,52,58,59,63],"\u0442\u0435\u043f\u043b\u0430":4,"\u0442\u0435\u043f\u043b\u043e\u0432\u0443\u044e":49,"\u0442\u0435\u043f\u043b\u043e\u043f\u0440\u043e\u0432\u043e\u0434\u043d\u043e\u0441\u0442\u044c":4,"\u0442\u0435\u043f\u043b\u043e\u0444\u0438\u0437\u0438\u043a\u0438":4,"\u0442\u0435\u043f\u043b\u043e\u0444\u0438\u0437\u0438\u0447\u0435\u0441\u043a\u0438\u043c":4,"\u0442\u0435\u0440\u043c\u0438\u043d\u0430\u043b":28,"\u0442\u0435\u0440\u043c\u0438\u043d\u0430\u043b\u0430":24,"\u0442\u0435\u0440\u043c\u0438\u043d\u0430\u043b\u0435":[24,28],"\u0442\u0435\u0440\u043c\u0438\u043d\u0430\u043b\u043e\u043c":28,"\u0442\u0435\u0440\u043c\u0438\u043d\u0430\u0445":47,"\u0442\u0435\u0440\u043c\u043e\u0434\u0438\u043d\u0430\u043c\u0438\u043a\u0435":53,"\u0442\u0435\u0440\u043c\u043e\u0434\u0438\u043d\u0430\u043c\u0438\u043a\u0438":4,"\u0442\u0435\u0440\u043c\u043e\u0434\u0438\u043d\u0430\u043c\u0438\u0447\u0435\u0441\u043a\u0430\u044f":52,"\u0442\u0435\u0440\u043c\u043e\u0434\u0438\u043d\u0430\u043c\u0438\u0447\u0435\u0441\u043a\u0438":[4,52],"\u0442\u0435\u0440\u043c\u043e\u0434\u0438\u043d\u0430\u043c\u0438\u0447\u0435\u0441\u043a\u0438\u0435":[4,32],"\u0442\u0435\u0440\u043c\u043e\u0434\u0438\u043d\u0430\u043c\u0438\u0447\u0435\u0441\u043a\u0438\u043c":32,"\u0442\u0435\u0440\u043c\u043e\u0434\u0438\u043d\u0430\u043c\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e":49,"\u0442\u0435\u0440\u043c\u043e\u0434\u0438\u043d\u0430\u043c\u0438\u0447\u0435\u0441\u043a\u043e\u0439":[51,52],"\u0442\u0435\u0440\u043d\u0430\u0440\u043d\u044b\u0439":20,"\u0442\u0435\u0440\u044f\u0435\u0442":40,"\u0442\u0435\u0440\u044f\u0435\u0442\u0441\u044f":30,"\u0442\u0435\u0441\u0442":[19,44],"\u0442\u0435\u0441\u0442\u0435":19,"\u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f":26,"\u0442\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c":49,"\u0442\u0435\u0441\u0442\u043e\u0432":[21,26],"\u0442\u0435\u0441\u0442\u043e\u0432\u043e\u0439":52,"\u0442\u0435\u0441\u0442\u043e\u0432\u044b\u0445":44,"\u0442\u0435\u0441\u0442\u044b":[],"\u0442\u0435\u0445":[10,30,37,61],"\u0442\u0435\u0445\u043d\u0438\u0447\u0435\u0441\u043a\u0438\u0435":59,"\u0442\u0435\u0447\u0435\u043d\u0438\u0435":31,"\u0442\u0435\u0447\u0435\u043d\u0438\u044f":4,"\u0442\u0438":42,"\u0442\u0438\u043f":[19,22,27,29,30,49,56],"\u0442\u0438\u043f\u0430":[1,19,26,27,30,51],"\u0442\u0438\u043f\u0430\u043c":[21,27,30],"\u0442\u0438\u043f\u0430\u043c\u0438":[19,30],"\u0442\u0438\u043f\u0435":[27,49],"\u0442\u0438\u043f\u0438\u0437\u0430\u0446\u0438\u0435\u0439":30,"\u0442\u0438\u043f\u0438\u0437\u0430\u0446\u0438\u044f":30,"\u0442\u0438\u043f\u0438\u0437\u0438\u0440\u0443\u0435\u043c\u044b\u0445":27,"\u0442\u0438\u043f\u0438\u0447\u043d\u0430\u044f":26,"\u0442\u0438\u043f\u0438\u0447\u043d\u043e":26,"\u0442\u0438\u043f\u0438\u0447\u043d\u043e\u0439":10,"\u0442\u0438\u043f\u043e\u0432":[19,22,27],"\u0442\u0438\u043f\u043e\u043c":[19,30],"\u0442\u0438\u043f\u0443":[7,30],"\u0442\u0438\u043f\u044b":[25,29,49],"\u0442\u043e":[5,7,8,9,10,11,14,15,16,17,19,20,22,24,26,27,28,29,30,31,34,35,37,38,39,40,42,46,47,48,49,52,54,55,59,61],"\u0442\u043e\u0433\u0434\u0430":[7,8,10,11,15,17,22,31,32,34,35,36,37,38,39,43,46,48,52,53,55,58,59,60,63],"\u0442\u043e\u0433\u043e":[9,16,17,19,26,27,28,30,33,35,37,42,43,55],"\u0442\u043e\u0436\u0435":[19,28,30],"\u0442\u043e\u0439":[41,42],"\u0442\u043e\u043b\u044c\u043a\u043e":[4,5,7,10,11,12,14,22,26,28,30,42,45,52,55,58,59,60],"\u0442\u043e\u043c":[5,26,30,31,32],"\u0442\u043e\u043c\u0430\u0441\u0430":56,"\u0442\u043e\u043c\u0443":9,"\u0442\u043e\u0442":[12,14,30,31],"\u0442\u043e\u0447\u0435\u043a":[7,9,11,12,15,16,21,30,31,47],"\u0442\u043e\u0447\u043a\u0430":[9,21,22,31,34,64],"\u0442\u043e\u0447\u043a\u0430\u043c":[7,9,11,14,15,34],"\u0442\u043e\u0447\u043a\u0430\u043c\u0438":[21,32],"\u0442\u043e\u0447\u043a\u0430\u0445":[5,9,11,36,52,64],"\u0442\u043e\u0447\u043a\u0435":[7,9,16,35,37,39,41,42,43,45,46,47,48,49,52,64],"\u0442\u043e\u0447\u043a\u0438":[8,11,14,15,19,21,26,30,32,35,36,37,38,46,49,50,51,61,64],"\u0442\u043e\u0447\u043a\u043e\u0439":[8,9,16,18,31,58,59],"\u0442\u043e\u0447\u043a\u0443":[14,19,21,26,37,39,49,50],"\u0442\u043e\u0447\u043d\u0430":[7,9],"\u0442\u043e\u0447\u043d\u0430\u044f":[9,26],"\u0442\u043e\u0447\u043d\u0435\u0435":[26,38],"\u0442\u043e\u0447\u043d\u043e":[9,16,17,26,45],"\u0442\u043e\u0447\u043d\u043e\u0433\u043e":[41,52],"\u0442\u043e\u0447\u043d\u043e\u0435":[7,9,16,41,42],"\u0442\u043e\u0447\u043d\u043e\u0439":[7,9,17],"\u0442\u043e\u0447\u043d\u043e\u043c\u0443":7,"\u0442\u043e\u0447\u043d\u043e\u0441\u0442\u0435\u0439":17,"\u0442\u043e\u0447\u043d\u043e\u0441\u0442\u0438":[5,7,9,10,16,18,31,34,38,39,42,45,49],"\u0442\u043e\u0447\u043d\u043e\u0441\u0442\u044c":[5,9,10,16,17,18,31,34,49,53,64],"\u0442\u043e\u0447\u043d\u043e\u0441\u0442\u044c\u044e":[6,9,10,16,17,31,34,36],"\u0442\u043e\u0447\u043d\u043e\u0441\u0442\u044f\u043c\u0438":6,"\u0442\u043e\u0447\u043d\u0443\u044e":[7,28],"\u0442\u043e\u0447\u043d\u044b\u0435":7,"\u0442\u043e\u0447\u043d\u044b\u0439":[30,49],"\u0442\u043e\u0447\u043d\u044b\u043c":39,"\u0442\u043e\u0447\u043d\u044b\u0445":17,"\u0442\u0440\u0430\u043a\u0442\u043e\u0432\u0430\u0442\u044c":49,"\u0442\u0440\u0430\u043d\u0441\u043f\u043e\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435":[19,25],"\u0442\u0440\u0430\u043f\u0435\u0446\u0438\u0438":10,"\u0442\u0440\u0430\u043f\u0435\u0446\u0438\u0439":10,"\u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043b\u043e\u0441\u044c":7,"\u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f":21,"\u0442\u0440\u0435\u0431\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0435":64,"\u0442\u0440\u0435\u0431\u0443\u0435\u043c":11,"\u0442\u0440\u0435\u0431\u0443\u0435\u043c\u043e\u0439":45,"\u0442\u0440\u0435\u0431\u0443\u0435\u043c\u044b\u0435":[],"\u0442\u0440\u0435\u0431\u0443\u0435\u0442":[5,7,11,14,19,32,34,35,36,43,47,49,53,64],"\u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f":[17,19,22,27,29,32,37,38,42,43,55,57],"\u0442\u0440\u0435\u0431\u0443\u044e\u0442":[4,39,42],"\u0442\u0440\u0435\u0431\u0443\u044e\u0449\u0435\u0435":63,"\u0442\u0440\u0435\u043c\u044f":12,"\u0442\u0440\u0435\u0442\u044c\u0435\u0433\u043e":[38,50],"\u0442\u0440\u0435\u0442\u044c\u0435\u0439":9,"\u0442\u0440\u0435\u0443\u0433\u043e\u043b\u044c\u043d\u0430\u044f":60,"\u0442\u0440\u0435\u0443\u0433\u043e\u043b\u044c\u043d\u043e\u0433\u043e":15,"\u0442\u0440\u0435\u0443\u0433\u043e\u043b\u044c\u043d\u043e\u0439":[59,60],"\u0442\u0440\u0435\u0443\u0433\u043e\u043b\u044c\u043d\u043e\u043c\u0443":58,"\u0442\u0440\u0435\u0443\u0433\u043e\u043b\u044c\u043d\u043e\u0441\u0442\u044c":56,"\u0442\u0440\u0435\u0443\u0433\u043e\u043b\u044c\u043d\u044b\u0445":56,"\u0442\u0440\u0438":[21,30,34,38,55,63],"\u0442\u0440\u0438\u0433\u043e\u043d\u043e\u043c\u0435\u0442\u0440\u0438\u044f":27,"\u0442\u0440\u043e\u0438\u0447\u043d\u0443\u044e":27,"\u0442\u0440\u043e\u0439\u043a\u0430":59,"\u0442\u0440\u0443\u0434\u043d\u043e\u0441\u0442\u044c":4,"\u0442\u0440\u0443\u0434\u043e\u0451\u043c\u043a\u0430\u044f":45,"\u0442\u0440\u0443\u0434\u043e\u0451\u043c\u043a\u043e\u0435":35,"\u0442\u0440\u0443\u0434\u043e\u0451\u043c\u043e\u043a":47,"\u0442\u0440\u0451\u043c":9,"\u0442\u0440\u0451\u0445\u0434\u0438\u0430\u0433\u043e\u043d\u0430\u043b\u044c\u043d\u0430\u044f":56,"\u0442\u0440\u0451\u0445\u0434\u0438\u0430\u0433\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0445":[],"\u0442\u0443":[9,26,38,59],"\u0442\u0443\u0434\u0430":[],"\u0442\u0443\u0440\u0431\u0443\u043b\u0435\u043d\u0442\u043d\u043e\u0435":4,"\u0442\u0443\u0442":[3,25],"\u0442\u0449\u0430\u0442\u0435\u043b\u044c\u043d\u043e":14,"\u0443":[9,10,11,16,20,21,22,28,30,34,38,40,50,52,56,58,59,62],"\u0443\u0431\u0435\u0434\u0438\u043c\u0441\u044f":59,"\u0443\u0431\u044b\u0432\u0430\u0435\u0442":[32,45],"\u0443\u0431\u044b\u0432\u0430\u043d\u0438\u044f":[43,46,47,48],"\u0443\u0431\u044b\u0432\u0430\u0442\u044c":[37,40],"\u0443\u0431\u044b\u0432\u0430\u044e\u0449\u0435\u0435":47,"\u0443\u0431\u044b\u0432\u0430\u044e\u0449\u0438\u043c":48,"\u0443\u0432\u0435\u043b\u0438\u0447\u0435\u043d\u0438\u0435":38,"\u0443\u0432\u0435\u043b\u0438\u0447\u0435\u043d\u0438\u044e":47,"\u0443\u0432\u0435\u043b\u0438\u0447\u0435\u043d\u0438\u044f":47,"\u0443\u0432\u0435\u043b\u0438\u0447\u0438\u043b\u0430\u0441\u044c":47,"\u0443\u0432\u0435\u043b\u0438\u0447\u0438\u043c":11,"\u0443\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c":[38,49],"\u0443\u0432\u0438\u0434\u0435\u0442\u044c":[11,34],"\u0443\u0433\u043b\u0435\u0432\u043e\u0434\u043e\u0440\u043e\u0434\u043e\u0432":49,"\u0443\u0433\u043e\u0434\u043d\u043e":30,"\u0443\u0433\u043e\u043b":[],"\u0443\u0433\u043e\u043b\u044c\u043d\u044b\u0435":19,"\u0443\u0434\u0430\u043b\u0435\u043d\u0438\u0435":29,"\u0443\u0434\u0430\u043b\u0438\u0442\u044c":11,"\u0443\u0434\u0430\u043b\u043e\u0441\u044c":50,"\u0443\u0434\u0430\u043b\u044f\u0435\u0442":11,"\u0443\u0434\u0430\u0451\u0442\u0441\u044f":[10,27],"\u0443\u0434\u0432\u0430\u0438\u0432\u0430\u0435\u0442":7,"\u0443\u0434\u0432\u0430\u0438\u0432\u0430\u044f":10,"\u0443\u0434\u0432\u043e\u0435\u043d\u0438\u0435":7,"\u0443\u0434\u0432\u043e\u0435\u043d\u0438\u0438":10,"\u0443\u0434\u043e\u0431\u0435\u043d":28,"\u0443\u0434\u043e\u0431\u043d\u0430":28,"\u0443\u0434\u043e\u0431\u043d\u043e":[8,28,49],"\u0443\u0434\u043e\u0431\u043d\u043e\u0433\u043e":[23,24,30],"\u0443\u0434\u043e\u0431\u043d\u044b":28,"\u0443\u0434\u043e\u0431\u0441\u0442\u0432\u0430":26,"\u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u0435\u043d\u0430":10,"\u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u0435\u043d\u0438\u0435":47,"\u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u0435\u043d\u043e":47,"\u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u0438\u0442\u0441\u044f":64,"\u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u0438\u0442\u044c":7,"\u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u044f\u0435\u0442":5,"\u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u044f\u0442\u0441\u044f":47,"\u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u044f\u044e\u0442":9,"\u0443\u0434\u043e\u0432\u043b\u0435\u0442\u0432\u043e\u0440\u044f\u044e\u0449\u0435\u0435":47,"\u0443\u0436\u0435":[5,7,10,11,15,16,21,23,24,28,30,33,37,38,40,42,43,48,49,59,64],"\u0443\u0437\u043b\u0430":10,"\u0443\u0437\u043b\u0430\u043c":7,"\u0443\u0437\u043b\u0430\u043c\u0438":[8,9,32],"\u0443\u0437\u043b\u0430\u0445":[7,9,10,11],"\u0443\u0437\u043b\u043e\u0432":[5,6,7,8,9,14,15,30],"\u0443\u0437\u043b\u043e\u0432\u044b\u0445":11,"\u0443\u0437\u043b\u043e\u043c":9,"\u0443\u0437\u043b\u044b":[5,7,9,11,14,15],"\u0443\u0437\u043d\u0430\u0439\u0442\u0435":24,"\u0443\u0437\u043d\u0430\u0442\u044c":[26,27,30],"\u0443\u043a\u0430\u0437\u0430\u043d\u0430":12,"\u0443\u043a\u0430\u0437\u0430\u043d\u0438\u0435\u043c":[28,30],"\u0443\u043a\u0430\u0437\u0430\u043d\u0438\u044f":[],"\u0443\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u0445":12,"\u0443\u043a\u0430\u0437\u0430\u043d\u043e":49,"\u0443\u043a\u0430\u0437\u0430\u043d\u044b":30,"\u0443\u043a\u0430\u0437\u0430\u0442\u044c":[19,20,30],"\u0443\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442":[26,29],"\u0443\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442\u0441\u044f":30,"\u0443\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c":[19,30],"\u0443\u043a\u0430\u0437\u044b\u0432\u0430\u044f":30,"\u0443\u043c\u0435\u043b\u044c\u0447\u0435\u043d\u0438\u044e":10,"\u0443\u043c\u0435\u043d\u044c\u0448\u0430\u0435\u0442":[26,28],"\u0443\u043c\u0435\u043d\u044c\u0448\u0430\u0435\u0442\u0441\u044f":[31,35,47],"\u0443\u043c\u0435\u043d\u044c\u0448\u0430\u0442\u044c":16,"\u0443\u043c\u0435\u043d\u044c\u0448\u0435\u043d\u0438\u0435":34,"\u0443\u043c\u0435\u043d\u044c\u0448\u0435\u043d\u0438\u0438":15,"\u0443\u043c\u0435\u043d\u044c\u0448\u0435\u043d\u0438\u044f":47,"\u0443\u043c\u0435\u043d\u044c\u0448\u0438\u043b\u0430\u0441\u044c":19,"\u0443\u043c\u0435\u043d\u044c\u0448\u0438\u043b\u0441\u044f":31,"\u0443\u043c\u0435\u043d\u044c\u0448\u0438\u0442\u0441\u044f":36,"\u0443\u043c\u0435\u043d\u044c\u0448\u0438\u0442\u044c":[17,38,47],"\u0443\u043c\u043d\u043e\u0436\u0430\u0435\u0442\u0441\u044f":58,"\u0443\u043c\u043d\u043e\u0436\u0430\u0442\u044c":26,"\u0443\u043c\u043d\u043e\u0436\u0435\u043d\u0438\u0435":[16,19,21,25,43,64],"\u0443\u043c\u043d\u043e\u0436\u0435\u043d\u0438\u0439":19,"\u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e":[7,9,17,22,24,26,30,43,49,64],"\u0443\u043d\u0430\u0440\u043d\u044b\u0439":27,"\u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0439":26,"\u0443\u043f\u043e\u043c\u0438\u043d\u0430\u043b\u0438":48,"\u0443\u043f\u043e\u043c\u0438\u043d\u0430\u043b\u043e\u0441\u044c":49,"\u0443\u043f\u043e\u043c\u0438\u043d\u0430\u044f":59,"\u0443\u043f\u043e\u043c\u044f\u043d\u0443\u0442\u044b\u0445":3,"\u0443\u043f\u043e\u0440":4,"\u0443\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0435\u043d\u044b":30,"\u0443\u043f\u043e\u0442\u0440\u0435\u0431\u043b\u044f\u0435\u043c\u044b\u0435":27,"\u0443\u043f\u0440\u0430\u0436\u043d\u0435\u043d\u0438\u0435":21,"\u0443\u043f\u0440\u0430\u0436\u043d\u0435\u043d\u0438\u0439":21,"\u0443\u043f\u0440\u043e\u0449\u0430\u0435\u0442":28,"\u0443\u043f\u0440\u043e\u0449\u0435\u043d\u0438\u044f":52,"\u0443\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u0435":[11,12,21,35,36,38,39,42,49,61],"\u0443\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u0435\u043c":[53,61],"\u0443\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u0438":[12,32,42],"\u0443\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u0439":[4,11,37,40,41,42,43,49,52,53,55,59,63,64],"\u0443\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u044f":[4,11,31,35,36,39,49,52,53,62,64],"\u0443\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u044f\u043c":11,"\u0443\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u044f\u043c\u0438":4,"\u0443\u0440\u043e\u0432\u043d\u0435\u0439":3,"\u0443\u0440\u0441":50,"\u0443\u0441\u043b\u043e\u0432\u0438\u0435":[9,11,33,37,40,42,47,52,63,64],"\u0443\u0441\u043b\u043e\u0432\u0438\u0435\u043c":14,"\u0443\u0441\u043b\u043e\u0432\u0438\u0438":[7,37,47],"\u0443\u0441\u043b\u043e\u0432\u0438\u0439":[11,40,47,49],"\u0443\u0441\u043b\u043e\u0432\u0438\u044e":[7,9,11,47],"\u0443\u0441\u043b\u043e\u0432\u0438\u044f":[7,9,40,46,49,59,63],"\u0443\u0441\u043b\u043e\u0432\u0438\u044f\u043c":47,"\u0443\u0441\u043b\u043e\u0432\u0438\u044f\u043c\u0438":[47,61],"\u0443\u0441\u043b\u043e\u0432\u043d\u043e\u0439":[4,45],"\u0443\u0441\u043e\u0432\u0435\u0440\u0448\u0435\u043d\u0441\u0442\u0432\u043e\u0432\u0430\u043d\u043d\u044b\u0435":9,"\u0443\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u0435\u0442":54,"\u0443\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u0435\u0442\u0441\u044f":[28,34],"\u0443\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u0442\u044c":31,"\u0443\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u044e\u0442\u0441\u044f":26,"\u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442":[26,28],"\u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0435":24,"\u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c":[24,28],"\u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0435":24,"\u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438":[24,26,28],"\u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d":28,"\u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0430":24,"\u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044b\u0445":26,"\u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0449\u0438\u043a":24,"\u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0449\u0438\u043a\u0430":24,"\u0443\u0441\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f":[],"\u0443\u0441\u0442\u043e\u0439\u0447\u0438\u0432\u043e\u0441\u0442\u0438":[39,42,43],"\u0443\u0441\u0442\u043e\u0439\u0447\u0438\u0432\u043e\u0441\u0442\u044c":39,"\u0443\u0441\u0442\u0440\u043e\u0435\u043d":[],"\u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e":18,"\u0443\u0441\u0442\u0443\u043f\u0430\u044e\u0449\u0438\u0435":27,"\u0443\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435":[11,15,42,54,59,60],"\u0443\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435\u043c":31,"\u0443\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f":52,"\u0443\u0442\u0438\u043b\u0438\u0442":20,"\u0443\u0442\u043e\u0447\u043d\u0435\u043d\u0438\u044f":[47,49],"\u0443\u0442\u043e\u0447\u043d\u0438\u0442\u044c":12,"\u0443\u0442\u043e\u0447\u043d\u044f\u044e\u0449\u0438\u0435":7,"\u0443\u0442\u043e\u0447\u043d\u044f\u044e\u0449\u0438\u0439":[12,49],"\u0443\u0442\u043e\u0447\u043d\u0451\u043d\u043d\u0430\u044f":[7,9],"\u0443\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0445":22,"\u0443\u0445\u043e\u0434\u0438\u0442":35,"\u0443\u0447\u0430\u0441\u0442\u0432\u0443\u0435\u0442":17,"\u0443\u0447\u0430\u0441\u0442\u043a\u0430\u0445":5,"\u0443\u0447\u0430\u0441\u0442\u043a\u0435":5,"\u0443\u0447\u0430\u0441\u0442\u043a\u0438":[32,38],"\u0443\u0447\u0430\u0441\u0442\u043a\u043e\u043c":29,"\u0443\u0447\u0430\u0441\u0442\u043e\u043a":[5,32],"\u0443\u0447\u0435\u0431":0,"\u0443\u0447\u0435\u0431\u043d\u044b\u0445":53,"\u0443\u0447\u0435\u0441\u0442\u044c":43,"\u0443\u0447\u0438\u0442\u044b\u0432\u0430\u0435\u0442":[12,19,30,47],"\u0443\u0447\u0438\u0442\u044b\u0432\u0430\u044f":7,"\u0443\u0447\u0451\u0442\u0430":49,"\u0443\u0447\u0451\u0442\u043e\u043c":52,"\u0443\u044e":[11,21],"\u0444":0,"\u0444\u0430\u0437":49,"\u0444\u0430\u0437\u0430":[49,52],"\u0444\u0430\u0437\u0430\u043c\u0438":32,"\u0444\u0430\u0437\u0435":[32,47,52,53],"\u0444\u0430\u0437\u043e\u0432\u043e\u0433\u043e":[32,37,51,61],"\u0444\u0430\u0437\u043e\u0432\u043e\u0435":4,"\u0444\u0430\u0437\u043e\u0432\u043e\u043c":53,"\u0444\u0430\u0437\u043e\u0432\u044b\u0435":[0,4],"\u0444\u0430\u0437\u043e\u0439":53,"\u0444\u0430\u0437\u0443":52,"\u0444\u0430\u0437\u044b":[32,47,49,52],"\u0444\u0430\u0439\u043b":[12,19,21,26,28,50],"\u0444\u0430\u0439\u043b\u0430":[26,28,50,57],"\u0444\u0430\u0439\u043b\u0435":[24,26],"\u0444\u0430\u0439\u043b\u044b":[21,26],"\u0444\u0430\u043a\u0442":12,"\u0444\u0430\u043a\u0442\u0438\u0447\u0435\u0441\u043a\u0438":[26,47,52,53,58,64],"\u0444\u0430\u043a\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0435":26,"\u0444\u0430\u043a\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0439":7,"\u0444\u0430\u043a\u0442\u043e\u0440":[12,53],"\u0444\u0435\u0432\u0440\u0430\u043b\u044f":29,"\u0444\u0438\u0437\u0438\u043a\u0435":23,"\u0444\u0438\u0437\u0438\u043a\u043e":52,"\u0444\u0438\u0437\u0438\u0447\u0435\u0441\u043a\u0438":17,"\u0444\u0438\u0437\u0438\u0447\u0435\u0441\u043a\u0438\u0435":32,"\u0444\u0438\u0437\u0438\u0447\u0435\u0441\u043a\u0438\u0445":[12,53],"\u0444\u0438\u0437\u0438\u0447\u0435\u0441\u043a\u043e\u0439":12,"\u0444\u0438\u0437\u043c\u0430\u0442\u043b\u0438\u0442":0,"\u0444\u0438\u043a\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0433\u043e":63,"\u0444\u0438\u043a\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0439":[19,31],"\u0444\u0438\u043a\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439":38,"\u0444\u0438\u043a\u0441\u0438\u0440\u0443\u0435\u043c":39,"\u0444\u0438\u043a\u0441\u0438\u0440\u0443\u044e\u0442\u0441\u044f":7,"\u0444\u0438\u043b\u044c\u0442\u0440\u0430\u0446\u0438\u044e":22,"\u0444\u0438\u043d\u0430\u043d\u0441\u043e\u0432\u044b\u0445":23,"\u0444\u043b\u0430\u0433":49,"\u0444\u043b\u0435\u0442\u0447\u0435\u0440\u0430":43,"\u0444\u043b\u043e\u0430\u0442":48,"\u0444\u043b\u043e\u043f\u0441":[55,59],"\u0444\u043b\u0443\u043a\u0442\u0443\u0430\u0446\u0438\u0438":52,"\u0444\u043b\u0443\u043a\u0442\u0443\u0430\u0446\u0438\u044e":52,"\u0444\u043b\u044e\u0438\u0434":51,"\u0444\u043b\u044e\u0438\u0434\u0430":53,"\u0444\u043b\u044e\u0438\u0434\u043e\u0434\u0438\u043d\u0430\u043c\u0438\u043a\u0430":4,"\u0444\u043e\u043a\u0443\u0441\u043e\u043c":23,"\u0444\u043e\u0440\u043a\u043d\u0443\u0442\u044c":[],"\u0444\u043e\u0440\u043c\u0430\u043b\u044c\u043d\u043e":[11,52],"\u0444\u043e\u0440\u043c\u0430\u0442\u0430\u0445":19,"\u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u0430\u044f":29,"\u0444\u043e\u0440\u043c\u0430\u0442\u044b":12,"\u0444\u043e\u0440\u043c\u0435":[8,14],"\u0444\u043e\u0440\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435":49,"\u0444\u043e\u0440\u043c\u0438\u0440\u0443\u044e\u0442":11,"\u0444\u043e\u0440\u043c\u0443\u043b":[7,8,9,10],"\u0444\u043e\u0440\u043c\u0443\u043b\u0430":[5,7,8,10,12,31,64],"\u0444\u043e\u0440\u043c\u0443\u043b\u0430\u043c":[5,9],"\u0444\u043e\u0440\u043c\u0443\u043b\u0430\u043c\u0438":[7,9],"\u0444\u043e\u0440\u043c\u0443\u043b\u0430\u0445":9,"\u0444\u043e\u0440\u043c\u0443\u043b\u0435":[9,10,34,35,39,42,49,64],"\u0444\u043e\u0440\u043c\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u0442\u044c":45,"\u0444\u043e\u0440\u043c\u0443\u043b\u043e\u0439":[8,9,43],"\u0444\u043e\u0440\u043c\u0443\u043b\u0443":[7,9,10,12,30,64],"\u0444\u043e\u0440\u043c\u0443\u043b\u044b":[8,10,15,39,49,53,64],"\u0444\u043e\u0440\u043c\u044b":22,"\u0444\u0440\u043e\u0431\u0435\u043d\u0438\u0443\u0441\u0430":64,"\u0444\u0440\u0443\u0441\u0442\u0440\u0430\u0446\u0438\u044e":20,"\u0444\u0443\u0433\u0438\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c":52,"\u0444\u0443\u0433\u0438\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c\u044e":52,"\u0444\u0443\u043d\u043a\u0446\u0438\u0435\u0439":[15,26,30,32,48,59],"\u0444\u0443\u043d\u043a\u0446\u0438\u0438":[4,5,7,8,9,10,11,12,14,16,17,20,21,25,26,30,31,32,33,34,35,36,37,38,39,43,45,46,47,48,49,52,54,55,56,59,63,64],"\u0444\u0443\u043d\u043a\u0446\u0438\u0439":[7,9,12,15,16,21,22,26,30,31,34,35,39,56],"\u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b":26,"\u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b\u0430":28,"\u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b\u043e\u043c":28,"\u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0439":53,"\u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u043c\u0438":22,"\u0444\u0443\u043d\u043a\u0446\u0438\u044e":[5,9,10,14,15,19,20,21,30,32,34,35,36,37,47,48,56,58,64],"\u0444\u0443\u043d\u043a\u0446\u0438\u044f":[5,7,9,11,12,14,15,16,19,20,21,22,26,27,30,31,32,33,34,35,36,37,44,45,46,47,56,59,62,63,64],"\u0444\u0443\u043d\u043a\u0446\u0438\u044f\u043c\u0438":[22,30],"\u0444\u0443\u043d\u043a\u0446\u0438\u044f\u0445":44,"\u0444\u044d\u0444\u043c":51,"\u0445":[7,40,49],"\u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043a\u0430":[],"\u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043a\u0438":51,"\u0445\u0438\u043c\u0438\u0438":42,"\u0445\u0438\u043c\u0438\u0447\u0435\u0441\u043a\u0438\u0435":[4,52],"\u0445\u0438\u043c\u0438\u0447\u0435\u0441\u043a\u0438\u0439":[52,61],"\u0445\u0438\u043c\u0438\u0447\u0435\u0441\u043a\u0438\u0445":[52,61],"\u0445\u0438\u043c\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e":61,"\u0445\u0438\u043c\u043f\u043e\u0442\u0435\u043d\u0446\u0438\u0430\u043b":52,"\u0445\u0438\u043c\u043f\u043e\u0442\u0435\u043d\u0446\u0438\u0430\u043b\u0430":[52,53],"\u0445\u0438\u043c\u043f\u043e\u0442\u0435\u043d\u0446\u0438\u0430\u043b\u043e\u0432":52,"\u0445\u0438\u043c\u043f\u043e\u0442\u0435\u043d\u0446\u0438\u0430\u043b\u043e\u043c":52,"\u0445\u043e\u043b\u0435\u0446\u043a\u043e\u0433\u043e":[43,48],"\u0445\u043e\u043b\u043c":14,"\u0445\u043e\u0440\u043e\u0448\u0438\u0435":64,"\u0445\u043e\u0440\u043e\u0448\u0438\u0439":64,"\u0445\u043e\u0440\u043e\u0448\u0438\u043c":64,"\u0445\u043e\u0440\u043e\u0448\u0438\u0445":35,"\u0445\u043e\u0440\u043e\u0448\u043e":[28,45],"\u0445\u043e\u0440\u043e\u0448\u0443\u044e":7,"\u0445\u043e\u0442\u0438\u0442\u0435":26,"\u0445\u043e\u0442\u044f":[7,10,14,21,30,37,42,49,52,60,64],"\u0445\u043e\u0447\u0435\u0442\u0441\u044f":24,"\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0435\u043c":19,"\u0445\u0440\u0430\u043d\u0438\u0442":[22,26,28,30],"\u0445\u0440\u0430\u043d\u0438\u0442\u0441\u044f":59,"\u0445\u0440\u0430\u043d\u0438\u0442\u044c":[10,17,30],"\u0445\u0440\u0430\u043d\u044f\u0442\u0441\u044f":[19,30],"\u0445\u0440\u0430\u043d\u044f\u0449\u0430\u044f":29,"\u0445\u0440\u0430\u043d\u044f\u0449\u0438\u0439":[],"\u0445\u0443\u0436\u0435":[9,34],"\u0446\u0432\u0435\u0442\u0430":[28,50],"\u0446\u0435\u043b\u0430\u044f":19,"\u0446\u0435\u043b\u0435\u0439":53,"\u0446\u0435\u043b\u043e\u0433\u043e":31,"\u0446\u0435\u043b\u043e\u0435":[17,21,30,55],"\u0446\u0435\u043b\u043e\u043c":[14,28],"\u0446\u0435\u043b\u044b\u0435":[],"\u0446\u0435\u043b\u044b\u0439":4,"\u0446\u0435\u043b\u044b\u043c":19,"\u0446\u0435\u043b\u044b\u0445":[21,27,30],"\u0446\u0435\u043b\u044c\u044e":52,"\u0446\u0435\u043d\u0442\u0440":21,"\u0446\u0435\u043d\u0442\u0440\u0430\u043b\u044c\u043d\u043e\u0433\u043e":[],"\u0446\u0435\u043d\u0442\u0440\u0430\u043b\u044c\u043d\u044b\u043c":59,"\u0446\u0435\u043d\u0442\u0440\u043e\u043c":[],"\u0446\u0438\u043a\u043b":[19,20],"\u0446\u0438\u043a\u043b\u0430":[14,19,20,30,58,59,63],"\u0446\u0438\u043a\u043b\u0430\u043c\u0438":[],"\u0446\u0438\u043a\u043b\u043e\u0432":20,"\u0446\u0438\u043a\u043b\u044b":17,"\u0446\u0438\u0444\u0440\u0430":17,"\u0446\u0438\u0444\u0440\u0430\u043c":16,"\u0447\u0430\u0441\u043e\u0432\u043e\u0439":[],"\u0447\u0430\u0441\u0442\u0435\u0439":58,"\u0447\u0430\u0441\u0442\u0438":[5,7,38,39,42,47,54,56,59],"\u0447\u0430\u0441\u0442\u0438\u0446\u0430\u043c\u0438":12,"\u0447\u0430\u0441\u0442\u0438\u0446\u0443":32,"\u0447\u0430\u0441\u0442\u043d\u043e\u0433\u043e":8,"\u0447\u0430\u0441\u0442\u043d\u043e\u0435":27,"\u0447\u0430\u0441\u0442\u043d\u043e\u043c":10,"\u0447\u0430\u0441\u0442\u043d\u043e\u0441\u0442\u0438":[9,30,41],"\u0447\u0430\u0441\u0442\u043d\u044b\u0435":30,"\u0447\u0430\u0441\u0442\u043d\u044b\u0439":[10,60],"\u0447\u0430\u0441\u0442\u043d\u044b\u0445":[4,46,64],"\u0447\u0430\u0441\u0442\u043e":[19,22,24,25,27,37,42,55,56],"\u0447\u0430\u0441\u0442\u044c":[5,7,12,17,29,30,38,39,42,52,58,64],"\u0447\u0430\u0441\u0442\u044c\u044e":17,"\u0447\u0430\u0441\u0442\u044f\u043c\u0438":58,"\u0447\u0430\u0449\u0435":[7,48],"\u0447\u0435\u0433\u043e":[24,28,31,33,36,58],"\u0447\u0435\u043b\u043e\u0432\u0435\u043a":[],"\u0447\u0435\u043c":[5,7,10,17,27,30,34,38,42,52],"\u0447\u0435\u0440\u0435\u0437":[7,8,9,11,14,15,19,20,21,22,24,26,32,35,36,39,43,54,55,58,64],"\u0447\u0435\u0442\u0432\u0451\u0440\u0442\u043d\u044b\u0439":5,"\u0447\u0435\u0442\u0432\u0451\u0440\u0442\u043e\u0433\u043e":38,"\u0447\u0435\u0442\u0432\u0451\u0440\u0442\u0443\u044e":[11,59],"\u0447\u0435\u0442\u0432\u0451\u0440\u0442\u044b\u0439":59,"\u0447\u0435\u0442\u0432\u0451\u0440\u0442\u044b\u043c":[11,42],"\u0447\u0435\u0442\u044b\u0440\u0435\u043c\u044f":28,"\u0447\u0435\u0442\u044b\u0440\u0451\u043c":15,"\u0447\u0438\u0441\u0435\u043b":[16,19,21,30,56],"\u0447\u0438\u0441\u043b\u0430":[5,8,9,16,18,21,30,45,63,64],"\u0447\u0438\u0441\u043b\u0430\u043c":48,"\u0447\u0438\u0441\u043b\u0430\u043c\u0438":30,"\u0447\u0438\u0441\u043b\u0430\u0445":[16,17,18],"\u0447\u0438\u0441\u043b\u0435":[7,26,34],"\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u0430\u044f":59,"\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u043e\u0433\u043e":[7,8,9,41],"\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u043e\u0435":[7,54],"\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u043e\u0439":[9,64],"\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u043e\u043c":56,"\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u044b\u0435":[0,14],"\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u044b\u0439":[12,39,49,59,64],"\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u044b\u043c":[7,64],"\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u044b\u0445":[28,49],"\u0447\u0438\u0441\u043b\u043e":[7,9,10,11,15,17,27,30,31,33,34,35,36,37,38,43,48,54,55,59,63,64],"\u0447\u0438\u0441\u043b\u043e\u0432\u043e\u0439":17,"\u0447\u0438\u0441\u043b\u043e\u0432\u044b\u043c\u0438":30,"\u0447\u0438\u0441\u043b\u043e\u0432\u044b\u0445":[27,30],"\u0447\u0438\u0441\u043b\u043e\u043c":[7,9,16,17,22,30,42,54,63],"\u0447\u0438\u0441\u043b\u043e_\u0441\u0442\u043e\u043b\u0431\u0446\u043e\u0432":19,"\u0447\u0438\u0441\u043b\u043e_\u0441\u0442\u0440\u043e\u043a":19,"\u0447\u0438\u0441\u043b\u0443":[17,34],"\u0447\u0438\u0441\u0442\u044b\u0445":9,"\u0447\u0438\u0442\u0430\u0442\u044c":15,"\u0447\u043b\u0435\u043d":[9,30],"\u0447\u0442\u0435\u043d\u0438\u0435":29,"\u0447\u0442\u0435\u043d\u0438\u0435\u043c":21,"\u0447\u0442\u0435\u043d\u0438\u044f":[3,19],"\u0447\u0442\u043e":[5,7,8,9,10,11,12,14,15,16,17,19,20,21,22,24,26,28,30,31,32,33,34,35,36,37,38,39,40,42,45,46,47,48,49,52,54,58,59,62,64],"\u0447\u0442\u043e\u0431\u044b":[3,5,7,9,10,11,15,17,20,21,22,24,26,28,29,30,32,34,36,38,40,43,48,49,59,63],"\u0447\u0443\u0432\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u0430":49,"\u0447\u0443\u0432\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0438":16,"\u0447\u0443\u0432\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c":16,"\u0447\u0451\u043c":59,"\u0447\u0451\u0442\u0432\u0435\u0440\u0442\u044b\u0439":9,"\u0447\u0451\u0442\u043d\u043e\u0435":9,"\u0447\u0451\u0442\u043d\u043e\u0441\u0442\u044c\u044e":55,"\u0447\u0451\u0442\u043d\u044b\u0435":[10,21],"\u0447\u0451\u0442\u043d\u044b\u0445":7,"\u0448\u0430\u0431\u043b\u043e\u043d":[43,48],"\u0448\u0430\u0431\u043b\u043e\u043d\u0435":[],"\u0448\u0430\u0433":[10,34,35,36,38,42,45,47,48,58,59,63,64],"\u0448\u0430\u0433\u0430":[15,34,42,43,45,48],"\u0448\u0430\u0433\u0430\u043c\u0438":[10,58],"\u0448\u0430\u0433\u0430\u0445":[34,40],"\u0448\u0430\u0433\u0435":[5,34,38,47,48,49,58,59],"\u0448\u0430\u0433\u0438":[48,59,60],"\u0448\u0430\u0433\u043e\u0432":[38,39,40,42,47,53],"\u0448\u0430\u0433\u043e\u043c":[9,10,12,15,41,52,63],"\u0448\u0430\u043c\u043f\u0438\u043d\u0430":38,"\u0448\u0430\u043d\u043d\u043e":43,"\u0448\u0430\u0440\u043e\u043c":45,"\u0448\u0435\u0440\u043c\u0430\u043d\u0430":64,"\u0448\u0435\u0441\u0442\u043e\u0439":5,"\u0448\u0438\u0440\u043e\u043a\u043e":15,"\u0448\u043b\u0438":[],"\u0448\u043c\u0438\u0434\u0442\u0430":7,"\u0448\u043c\u0438\u0434\u0442\u0443":55,"\u0448\u0443\u043c":14,"\u0448\u0443\u043c\u043e\u043c":14,"\u044b":[22,30],"\u044b\u0439":[14,19,39,59,64],"\u044b\u043f\u0435\u0440\u0451\u0434":[],"\u044d\u0439\u043b\u0435\u0440\u0430":42,"\u044d\u043a\u0432\u0438\u0432\u0430\u043b\u0435\u043d\u0442\u043d\u0443\u044e":11,"\u044d\u043a\u0432\u0438\u0432\u0430\u043b\u0435\u043d\u0442\u043e\u043c":63,"\u044d\u043a\u0437\u0435\u043c\u043f\u043b\u044f\u0440\u043e\u0432":30,"\u044d\u043a\u0437\u0435\u043c\u043f\u043b\u044f\u0440\u043e\u043c":30,"\u044d\u043a\u043e\u043d\u043e\u043c\u0438\u0442":[9,55],"\u044d\u043a\u043e\u043d\u043e\u043c\u0438\u0442\u044c":29,"\u044d\u043a\u043e\u043d\u043e\u043c\u044f\u0442":38,"\u044d\u043a\u043e\u0441\u0438\u0441\u0442\u0435\u043c\u0443":26,"\u044d\u043a\u0441\u043f\u0435\u0440\u0438\u043c\u0435\u043d\u0442\u0430\u043b\u044c\u043d\u0430\u044f":12,"\u044d\u043a\u0441\u043f\u0435\u0440\u0438\u043c\u0435\u043d\u0442\u0430\u043b\u044c\u043d\u044b\u043c":12,"\u044d\u043a\u0441\u043f\u0435\u0440\u0438\u043c\u0435\u043d\u0442\u0430\u043b\u044c\u043d\u044b\u0445":53,"\u044d\u043a\u0441\u043f\u0435\u0440\u0438\u043c\u0435\u043d\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f":28,"\u044d\u043a\u0441\u043f\u0435\u0440\u0438\u043c\u0435\u043d\u0442\u043e\u0432":28,"\u044d\u043a\u0441\u043f\u043e\u043d\u0435\u043d\u0442\u0430":17,"\u044d\u043a\u0441\u043f\u043e\u043d\u0435\u043d\u0442\u043d\u044b":17,"\u044d\u043a\u0441\u043f\u043e\u043d\u0435\u043d\u0442\u043e\u0439":17,"\u044d\u043a\u0441\u043f\u043e\u043d\u0435\u043d\u0442\u0443":17,"\u044d\u043a\u0441\u043f\u043e\u043d\u0435\u043d\u0442\u044b":17,"\u044d\u043a\u0441\u043f\u043e\u0440\u0442":26,"\u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c":26,"\u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u0443\u0435\u043c\u044b\u0435":26,"\u044d\u043a\u0441\u0442\u0440\u0430\u043f\u043e\u043b\u044f\u0446\u0438\u0438":[5,9,10],"\u044d\u043b\u0435\u0433\u0430\u043d\u0442\u043d\u044b\u0439":7,"\u044d\u043b\u0435\u043c\u0435\u043d\u0442":[10,19,58,59,60],"\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430":[15,19],"\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043c":22,"\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u043c\u0438":63,"\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430\u0440\u043d\u044b\u0435":8,"\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0435":10,"\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432":[19,59],"\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u043c":59,"\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0443":[19,22],"\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b":[10,19,30,48,58],"\u044d\u043b\u043b\u0438\u043f\u0441\u043e\u043c":45,"\u044d\u043b\u043b\u0438\u043f\u0442\u0438\u0447\u0435\u0441\u043a\u0443\u044e":40,"\u044d\u043d\u0435\u0433\u0438\u044e":49,"\u044d\u043d\u0435\u0440\u0433\u0435\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439":12,"\u044d\u043d\u0435\u0440\u0433\u0438\u0438":[40,49,52,53,61],"\u044d\u043d\u0435\u0440\u0433\u0438\u0439":52,"\u044d\u043d\u0435\u0440\u0433\u0438\u044e":[17,40,52],"\u044d\u043d\u0435\u0440\u0433\u0438\u044f":40,"\u044d\u043d\u0442\u0440\u043e\u043f\u0438\u0438":[32,52],"\u044d\u043f\u0441\u0438\u043b\u043e\u043d":17,"\u044d\u0440\u043c\u0438\u0442\u043e\u0432\u043e":25,"\u044d\u0442\u0430":[15,16,45,54,55,59,60,64],"\u044d\u0442\u0430\u043d\u0430":50,"\u044d\u0442\u0430\u043f":49,"\u044d\u0442\u0430\u043f\u0430":49,"\u044d\u0442\u0430\u043f\u0435":[11,17,30,49],"\u044d\u0442\u0430\u043f\u043d\u043e\u0433\u043e":40,"\u044d\u0442\u0430\u043f\u043d\u043e\u0441\u0442\u044c":42,"\u044d\u0442\u0430\u043f\u043d\u043e\u0441\u0442\u044c\u044e":42,"\u044d\u0442\u0430\u043f\u043d\u044b\u0435":42,"\u044d\u0442\u0430\u043f\u043d\u044b\u0439":42,"\u044d\u0442\u0430\u043f\u043d\u044b\u043c":[40,42],"\u044d\u0442\u0430\u043f\u043e\u0432":[26,42],"\u044d\u0442\u0430\u043f\u044b":49,"\u044d\u0442\u0438":[4,7,30,43,45,61,64],"\u044d\u0442\u0438\u043c":31,"\u044d\u0442\u0438\u043c\u0438":17,"\u044d\u0442\u0438\u0445":[4,7,9,16,25,30],"\u044d\u0442\u043e":[7,9,10,11,12,14,15,16,17,19,20,21,22,24,26,27,28,30,32,34,35,38,39,45,47,49,50,52,59,64],"\u044d\u0442\u043e\u0433\u043e":[6,7,10,11,19,20,22,24,26,28,29,30,32,34,36,38,42,43,47,48,52,57,58,64],"\u044d\u0442\u043e\u0439":[9,11,15,26,28,30,33,39,42,45,49,51,63,64],"\u044d\u0442\u043e\u043c":[4,7,8,9,11,12,14,15,16,17,19,20,21,22,28,29,30,31,32,33,34,35,36,37,39,40,42,43,44,45,46,49,51,52,53,57,58,59,61,64],"\u044d\u0442\u043e\u043c\u0443":[],"\u044d\u0442\u043e\u0442":[7,10,14,15,23,24,28,30,32,37,42,47,59,64],"\u044d\u0442\u0443":[9,11,34,53,58],"\u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u0435\u0439":55,"\u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u0443\u044e":[30,49],"\u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u044b\u0435":57,"\u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u044b\u0439":[30,56],"\u044d\u0444\u0444\u0435\u043a\u0442\u044b":[4,40],"\u044e\u0448\u0438\u043d\u0430":51,"\u044f\u0432\u043b\u044f\u0435\u0442\u0441\u044f":[7,9,10,12,15,16,17,19,20,22,26,27,28,30,31,37,38,39,40,42,45,46,47,48,49,52,53,54,55,58,59,63,64],"\u044f\u0432\u043b\u044f\u044e\u0442\u0441\u044f":[11,16,19,22,29,30,38],"\u044f\u0432\u043b\u044f\u044e\u0449\u0430\u044f\u0441\u044f":[],"\u044f\u0432\u043b\u044f\u044e\u0449\u0438\u043c\u0441\u044f":38,"\u044f\u0432\u043d\u043e":[19,30,53,64],"\u044f\u0432\u043d\u043e\u0433\u043e":[40,42],"\u044f\u0432\u043d\u043e\u043c":[11,27,57],"\u044f\u0432\u043d\u044b\u0435":42,"\u044f\u0432\u043d\u044b\u0439":[9,38,39,42,61],"\u044f\u0432\u043d\u044b\u043c":[39,40,42],"\u044f\u0432\u043d\u044b\u043c\u0438":42,"\u044f\u0432\u043d\u044b\u0445":42,"\u044f\u0434\u0440\u0430":28,"\u044f\u0434\u0440\u043e":[28,55],"\u044f\u0434\u0440\u043e\u043c":30,"\u044f\u0437\u044b\u043a":[23,28,49],"\u044f\u0437\u044b\u043a\u0430":[3,21,24,26,28,30,63],"\u044f\u0437\u044b\u043a\u0430\u0445":[22,23,27,30],"\u044f\u0437\u044b\u043a\u0435":[23,30],"\u044f\u0437\u044b\u043a\u043e\u0432":30,"\u044f\u0437\u044b\u043a\u043e\u0432\u044b\u0435":22,"\u044f\u0437\u044b\u043a\u043e\u043c":50,"\u044f\u0437\u044b\u043a\u0443":28,"\u044f\u043a\u043e\u0431\u0438":[49,63],"\u044f\u043a\u043e\u0431\u0438\u0430\u043d":[63,64],"\u044f\u043a\u043e\u0431\u0438\u0430\u043d\u0430":[49,63],"\u044f\u043a\u043e\u0431\u0438\u0430\u043d\u043e\u043c":63,"\u044f\u0440\u043a\u0438\u0445":30,"\u044f\u0447\u0435\u0439\u043a\u0435":28,"\u044f\u0447\u0435\u0439\u043a\u0438":28,"\u0451\u0451":60,"\u2081":[11,38],"\u212f":[27,29],"a\u2081":[58,59],"a\u2082":[58,59],"a\u2083":[58,59],"a\u2084":[58,59],"a\u2096":[58,59],"abstract":30,"boolean":20,"break":[20,38,47],"byte":[10,19],"c\u0438\u043d\u0442\u0430\u043a\u0441\u0438\u0441":29,"c\u043d\u0430\u0447\u0430\u043b\u0430":59,"c\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u044c":[11,15],"case":[15,23],"catch":20,"ch\u2084":12,"char":29,"class":22,"co\u2082":12,"const":[7,30],"e\u0441\u043b\u0438":40,"ex_\u043d\u043e\u043c\u0435\u0440\u0443\u043f\u0440\u0430\u0436\u043d\u0435\u043d\u0438\u044f":21,"export":26,"float":[10,16,27,30,35,37,39,43,48,58,59,63,64],"function":[0,1,5,7,9,10,11,14,15,19,22,26,27,30,31,34,35,36,37,38,39,42,43,47,48,56,58,59,63,64],"h\u1d50":48,"import":[26,28],"int":[4,7,8,9,19,30,31,34,43,48,59],"k\u2081":[38,42],"k\u2082":[38,42],"k\u2083":[38,42],"k\u2084":[38,42],"n\u2080":34,"new":[0,38,39,63],"o\u0448\u0438\u0431\u043a\u0438":17,"o\u2082":12,"return":[1,5,7,9,10,11,14,15,22,27,28,30,31,34,35,36,37,38,39,42,43,47,48,56,58,59,63,64],"short":27,"sr\u0441":21,"t\u1d62":[38,39,42],"t\u2080":38,"t\u2096":11,"true":[7,9,19,21,22,25,27,30,35,43,48],"try":[20,27],"typeof":[17,22,27,29,30,36,37,39],"u\u1d62":[38,39,42],"u\u2080":[38,39,42],"var":[36,37],"voil\u00e0":59,"while":20,"x\u00b2":[],"x\u2081":[31,34,35,36,37,63,64],"x\u2082":[31,34,35,36,63,64],"x\u2083":64,"x\u2096":31,"y\u2081":[31,34,35,36],"y\u2082":[31,34,35,36],A:[0,1,4,11,16,19,22,25,29,30,44,46,48,50,53,54,55,56,57,58,59,64],BE:0,If:28,In:[1,11,36,37],Not:[11,17],The:[0,12,50],To:28,_0:[37,41,42,43,44,45,47],_1:[7,11,14,27,33,40,42,45,58,63,64],_2:[14,40,42,45,58],_3:[42,58],_4:58,_:[7,10,11,15,17,28,30,38,39,40,42,43,45,53,55,58,63,64],__:28,__add__:30,__integrate_impl:[],_i:[14,42],_j:[42,64],_k:[11,43,45,47,48,58,63,64],_m:42,_n:[11,14],_p:7,_s:[38,42],_x:4,a1:11,a2:11,a4:0,a_0:34,a_1:[10,11,56],a_2:[10,42,56],a_3:[42,56],a_4:19,a_:[11,19,38,42,53,56,57,64],a_i:[9,10,34,53,56],a_j:[42,53],a_k:11,a_m:[10,42],a_n:[11,56],aa:[29,30],aaaa:29,aaaaaa:29,ab:[0,1,5,10,16,29,31,34,35,36,37,47,55,59],abb:29,abc:[],abstractarrai:[19,30],abstractfloat:30,abstractmatrix:[1,56,58,59],abstractmethod:[],abstractpoint:[],abstractvector:[7,48,56],ac:0,accept:38,acm:0,activ:[],add:[16,24,26,28],addmul:22,adjb17:[0,5,11,33,54,59],adjoint:25,adob:23,adpp92:[0,12],advanc:0,al:11,alan:0,algorithm:[0,47],alia:[24,27],align:[5,9,10,14,32,47,52,53],alkan:0,alloc:[10,19,30],alpha:[27,35,43,45,47,48],alpha_0:47,alpha_1:10,alpha_2:10,alpha_:[10,47],alpha_j:10,alpha_m:10,american:0,an:[0,14,29],analysi:0,angl:[],ani:[19,30],anonym:22,answer:[22,30],api:[],apoint:30,app:[24,28],appl:20,appli:0,applic:[0,24],apply_typ:30,approach:0,approx:[5,8,9,10,15,16,17,19,34,35,37,38,48,52,64],ar:11,arctg:7,area:21,arg:[],argmax:59,argument:[20,27,43,48],argumenterror:[],arrai:[7,9,11,15,19,20,30,38,42],arrow:35,art:0,articl:[0,50],arxiv:0,asbtractvector:59,ascii:29,assael:0,assert:47,assign:22,atol:[5,10],august:0,averag:0,avik:3,awd:[],awesomelibrari:26,b0:0,b1:0,b2:0,b3:0,b4:0,b5:0,b7:0,b8:0,b9:0,b:[0,4,5,7,8,9,10,11,15,19,20,22,25,27,29,31,33,34,35,43,44,50,53,54,55,56,57,58,59,60,64],b_0:34,b_1:[11,17,56,57,60],b_2:[17,56,57,60],b_3:[56,60],b_4:60,b_:[11,38,42,56],b_d:17,b_i:[17,34,53,56],b_k:11,b_n:[11,56,57],ba:[0,29],backspac:28,backtrack:47,backward:[42,60],backwardsub:[56,58,59],bad:64,baker:0,baker_1982:[],bar:30,base:[0,3,26,30,36,37],bash:24,bashrc:24,basi:15,bb:0,bc:0,bd:0,begin:[5,7,9,10,11,14,15,16,19,20,22,32,38,39,40,41,42,46,47,49,52,53,56,57,58,60,61,62,63,64],beks17:[0,23],benchmark:[10,19],benchmarktool:[10,19,30],best:[0,3],beta:47,bezanson:0,bf00504436:0,bfg:43,bfgsresult:43,big:[5,8,9,10,31,38,49,64],bigg:[17,38,42,52,53,58,61],bigint:30,bin:[5,24],bisect:[0,31],bit:24,bitstr:17,bla:25,blue:[5,9,42],bmatrix:[11,14,16,40,46,49,56,58,60,63,64],bodi:30,bogacki:38,boldsymbol:[49,52,53],book:[0,3,36,37],bool:[7,9,43,48],boot:[36,37],bottomleft:42,bottomright:31,bound:[38,39,42],bpl82:[0,52],bpl:[],bracket:47,brackorig:34,braun:0,brian:0,broken:[],broyden:[43,64],broydensi:64,btime:30,c:[0,1,7,9,11,12,14,15,16,17,19,22,23,24,25,27,28,29,30,34,37,38,39,40,49,56],c_1:[9,11,14,56],c_2:[11,14,56],c_3:[11,14,56],c_:[11,56],c_i:[14,56],c_ij:1,c_jj:1,c_k:[11,15],c_n:[11,14,56],calcul:50,call:27,callabl:30,cambridg:0,cancel:17,cannot:30,cartesianindex:19,cartesianpoint:[],categori:29,cauchyodeproblem:[38,39,42],caus:30,cbo9780511791253:0,cbrt:35,cc:[9,42],ccc:[11,19],cccc:[7,9,11,38,42],ccccc:[],cdot:[7,9,11,12,15,16,25,31,42,46,57,58,64],ceil:[31,34],center:21,chain:0,chang:30,charact:29,checksquar:1,chem:50,chemic:0,chemistri:0,choleski:1,circl:21,circuit:[0,27],cisco:23,close:[7,9],closur:30,cmd:28,co2:12,co:[6,19,27,28,49,64],code:[28,36,37],code_warntyp:30,coef:11,coeffici:0,coexist:0,collect:19,collector:19,color:31,column:19,com:[0,3,23],come:23,common:0,compil:30,complex:[19,27,30],complexf64:27,composit:30,compound:22,comprehens:15,comput:0,computational_thermodynam:[36,37],computational_thermodynamics_not:[],concret:30,cond:20,condit:47,constant:30,construct:20,constructor:30,contain:29,content:24,continu:[0,20],converg:[43,48],convert:[1,30],copi:[19,58,59,63,64],copysign:34,core:30,correl:0,cosh:[32,39],count:20,critic:50,cross:[25,26],csv:19,ct_integr:[],ctptsolver:[],ctrl:28,cttaskintegr:[],cttaskpoint:21,cubic:0,current:[],curv:0,curvatur:47,cx:16,d0:0,d1:0,d:[0,7,8,11,16,17,21,26,28,29,36,43,45,46,47,48,53,55],d_1:11,d_2:11,d_:11,d_j:1,d_k:11,d_n:11,dash:[11,15,42],dat1:50,data:12,data_pag:50,datafram:26,david:0,dd:[],ddot:[7,11,42,56],decemb:0,decreas:47,defin:20,delim:29,delimitedfil:[12,19],delta:[16,32,34,35,45,52,54,63,64],delta_0:31,delta_:31,delta_a:5,delta_k:31,delta_r:5,dens:0,der:0,design:[0,3],det:[16,25,55,59],dev:26,develop:28,df:35,dfrac:[15,16,54],diag:[11,55],diagm:[11,43,58,59],did:[],diff:[4,5,6,7,8,9,38,40,41,42],dim:19,discours:3,displai:64,dist:[26,30],div:27,dmg:24,doc:[28,56],document:[28,56],doi:[0,50],domainerror:27,dormand:38,dot:[7,8,9,19,21,25,26,49,52,64],download:24,dr:[],draw:50,driscol:0,drop:20,dure:[],dx:[5,7,9,10],dymond:0,e:[0,5,6,9,10,11,17,28,36,38,39,40,52,58,64],e_i:38,eachindex:19,eachrow:31,echo:[24,28],ed:3,edelman:0,edit:0,eeeeeeeeeee:17,ega:50,element:[17,19,20,22,25,29,49,58,59],elementari:27,els:[5,7,9,11,15,20,31,34,47],elseif:[11,15,20,31,34,36,47],elsevi:0,eltyp:[1,14,25],emac:[],embed:38,empti:19,en:[23,50],end:[1,5,7,9,10,11,14,15,16,19,20,22,26,28,30,31,32,34,35,36,37,38,39,40,41,42,43,46,47,48,49,52,53,56,57,58,59,60,61,62,63,64],energi:0,engin:0,enhanc:0,enter:[],enumer:[9,20,31,42],envelop:50,environ:28,ep:[1,5,16,17,31,34,35,36,37,64],epsilon:[38,39,46],epsilon_:[35,37,39],epsilon_k:[35,37],epub:0,eqref:[],equal:20,equat:[0,32],equilibria:[0,50],equiv:[7,9,49,52,53],err:[5,11,15,16,38,42],err_estim:16,error:[5,8,10,19,20,27,29,30,31,34,35,36,37,38,47,63,64],es:50,escap:29,estim:[10,19],eta:12,eta_:12,etsia:50,euler:[27,39,42],eval:[36,37],evalu:[10,19,28],evenli:20,eview:0,ex_1:21,ex_2:21,exact:[17,42],exercis:21,exp:[9,10,11,14,15,34,35,37,38,49,64],expon:17,expr1:29,expr2:29,expr:[9,29],express:22,extract:0,f4:22,f:[0,4,5,7,8,9,10,11,15,16,17,19,22,30,31,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,52,55,56,59,62,63,64],f_0:9,f_1:[9,62,64],f_2:[9,62,64],f_:[4,9,12,39],f_i:[9,52,56,63],f_m:64,f_n:[9,62],f_t:4,f_x:4,fa:5,factor:[22,59],fail:30,fals:[27,29,31,43,48],falsi:[34,36],fb:5,feasibl:45,fig:50,file:24,filenam:[36,37],fill:[9,19],findlast:11,fine:50,finit:0,first:[11,14,15,22,38],fix:37,fixedpoint:37,fl:5,flanneri:0,flash:[0,50],fletcher:43,float32:17,float64:[5,7,10,16,17,19,21,25,27,29,30,36,37,39,42,49,56,58,59,64],floatmax:17,floatmin:17,floatset:17,flop:59,fluid:[0,50],fm:5,fmt:29,fnc:0,follow:28,foo:[5,9,10,11,14,15,30],foral:[7,9,46],form:22,fortran:23,forward:60,forwarddiff:49,forwardsub:[56,58,59],found:[],fr:5,frac:[5,6,7,8,9,10,12,15,16,17,31,32,34,35,36,37,38,39,40,41,42,43,46,48,49,52,53,54,55,58,59,60,61,63,64],frequenc:[10,19],fresh:0,from:20,fsal:38,ftol:[31,33,34,35,36,63,64],fugacity_coef_vdw:[],fugact:52,fundament:0,fuse:19,fx:35,g0:47,g1:37,g:[0,4,7,16,19,22,32,36,37,43,47,48,52,64],g_1:37,g_7:7,ga:[],gabriel:0,garbag:19,gauss:[],gc:[10,19],ge:[7,32,34,47,52],gener:[12,19,22,24,26,30],getproperti:30,gibb:0,gill:1,git:26,github:26,global:20,gmp:30,gnome:28,gnuplot:12,goldfarb:43,good:64,greater:20,gross:0,gross_sadowski_pcsaft_2001:[],gs01:[0,49],gs:[],gtol:[43,48],gz:24,h:[0,5,8,9,10,11,15,16,48],h_0:10,h_1:[10,11],h_2:[10,11],h_4:10,h_:10,h_i:[49,52],h_k:[10,11],h_n:11,hand:[0,3],hat:[7,52,59],hatfunc:15,hc:10,hdot:[],hello:[20,26,28],help:[20,28],hess:48,hi:47,high:3,histogram:[5,10,19],hline:[19,38,42],horner:[11,14],http:[0,3,23,24,28,50],hyperbol:0,i:[0,1,5,7,8,9,10,11,14,15,17,19,20,22,28,29,31,32,34,35,36,37,38,39,41,42,43,47,48,49,50,52,53,55,56,63,64],i_1:59,i_2:59,i_:10,i_h:10,i_n:59,ibm:23,id:28,idealgascompon:19,ident:27,ie0003887:0,ieee:[0,17],iff:36,ih:8,ii:55,ij:[63,64],ijulia:28,im:30,imartinez:50,immut:30,impli:37,implicit:42,inbound:[1,39],includ:26,include_str:[36,37],incorrect:30,industri:0,inf:[11,15,17,38,42,47,59],infer:30,infin:[],infti:[11,12,15,17,35,37,52,53,54],inlin:[36,37],inner:30,instal:24,institut:12,int128:30,int16:30,int32:30,int64:[19,22,25,27,30,36,37,49,59],int8:30,int_0:[6,9,10],int_:[5,6,8,9],int_a:[8,9],int_v:53,intadapt:5,integ:[7,9,10,17,27,38,39,42,48],integr:28,interfac:26,intern:0,interpol:[11,14,15,34],inv:25,invalid:30,invb:43,invh0:43,io:[28,30],iop:50,iopscienc:50,irrat:27,isabstracttyp:30,isapprox:[17,27],isbn:0,isequ:27,isidoro:50,ismut:30,ison:9,isotherm:[0,50],isprimitivetyp:30,isprint:28,item:20,iter:[20,37,43,48],iterm:28,itp_radiu:[],itproot:34,iv:9,j:[0,1,10,11,14,19,20,38,42,49,53,63,64],j_:63,jacobian:49,jacobianfd:64,januari:3,jeff:0,jexact:64,jfd:64,jiht:[36,37],jl:[3,12,19,21,26,28,30,32,36,37,49],jl_task:[],joachim:0,joh14:[0,32,61],john:0,johnston:0,join:[28,29],journal:0,jpg:12,julia100exercis:3,julia:[0,10,12,17,19,20,21,22,24,25,26,27,28,29,30,49,50,56,58,63],julia_:23,juliacomput:23,julialang:[3,24,28],julianot:3,june:3,jupit:[],jupyt:[26,28],k:[1,7,10,11,12,15,17,19,21,31,32,35,37,42,43,45,48,49,52,58,59,63,64],k_0:7,k_1:[7,38,42],k_2:[38,42],k_3:[38,42],k_4:[38,42],k_:[7,31,42,53],k_b:32,k_i:[32,49],k_j:42,k_m:42,k_n:7,kappa:[4,54],kappa_1:34,kappa_2:34,kappa_:16,kappa_f:16,kappa_g:16,kappa_h:16,kappa_r:33,karpinski:0,kib:10,km86:[0,53],km:[],knot:11,kochenderf:47,kraemer:0,kronrod:[],ks:17,kt:12,kutta:[38,42],kwak:0,kwak_mansoori_1986:[],kwarg:27,kwo20:[0,3,30],kwong:[0,3],l:[0,5,9,11,14,15,31,32,35,36,38,39,42,47,48,50,55,56,58,59,60],l_0:7,l_2:7,l_7:32,l_:[7,55,58,60],l_k:7,l_m:7,l_n:7,l_p:7,label:[5,9,11,14,15,31,32,35,36,38,39,42],lambda:52,languag:23,lapack:25,last:[11,14,15,38],lastindex:14,latex:27,layout:[5,9,15,36,38,42],lceil:31,ldiv:[48,59,63],ldot:[32,39,41,42,45,52,56,59,62,63,64],le:[7,9,11,15,17,34,39,47,54],learn:3,lee:0,left:[7,9,11,15,16,19],leg:[5,9,11,15,31,35,36,38,39,42],legend:[11,14,15],legendre_matrix:7,lek82:[0,32],lekner:0,length:[5,7,9,11,14,15,19,20,32,39,42,43],less:20,let:[10,22],letter:29,lev02:[0,15],level:[29,30,36,37],levequ:0,lib:0,librari:3,lightblu:[5,9],lim_:[16,35,37,64],limits_:[7,8,9],line:[11,15,42],linearalbgebra:26,linearalgebra:[1,16,21,25,26,30,48,56,57,59,63],linearindex:19,linecolor:[5,9,35],linewidth:[5,9],link:5,linkinghub:0,liquid:0,liter:29,literal_pow:30,ll:[29,49],ln:[24,27,34,49,52,53,61],lo:47,load:[36,37],loaderror:[],local:24,log10:[11,15,27,38,42],log2:[17,27,31,34],log:[10,11,15,19,27,34,64],log_2:[27,31],log_:27,loop:28,lowercas:29,lowertriangular:[58,59],lto:47,lu:[59,63,64],lufact:[58,59],luk:0,lw:[31,32,39],m1:42,m2:42,m:[0,5,7,9,10,11,12,15,19,40,42,48,50,55,58,64],m_:40,m_k:[45,48],machep:[16,17,64],mai:30,main:[30,36,37],major:19,manifest:26,mansoori:0,manual:3,map:[19,22],mapexpr:[36,37],march:0,margin:32,marker:[5,9,31,38,39,42],markercolor:9,match:19,math:[0,32],mathbf:[4,11,14,40,41,42,43,44,45,46,47,48,54,55,56,57,58,59,60,62,63,64],mathbold:[],mathcal:[19,53],mathemat:[0,27],matrix:[10,19,25,43,48,49,58,59,64],max:[1,10,12,17,19,31,32,34,64],max_:[9,15],maxadjuststep:38,maxerr:38,maxit:[31,34,35,36,37,43,48,63,64],maxstep:[10,38],maze_height:28,maze_width:28,mcholeski:[1,48],md:36,mean:[10,19],median:[10,19],memori:[10,19],mesh_h:[11,15],method:[0,10,19,22,30,35,42,63,64],methoderror:[19,30],mib:[19,30],mic82:[0,49,51],mic:[],michael:0,michelsen:[0,50],michelsen_1982_st:[],midp:9,midpoint:9,min:[10,12,19,32,38,64],min_:[4,45,47],mine:[],minmax:[0,34],mipt:0,miss:27,mit:23,mix:0,mkdir:24,mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm:17,mod:[36,37],mode:[26,28],model:0,modul:[26,36,37],molarmass:19,molecul:0,most:28,mp1:30,mpoint:30,ms:[10,19,30],mu:[52,61],mu_i:52,mul:16,multicompon:50,multipl:29,multistag:42,murrai:1,mutabl:[22,30],mx:36,mx_0:36,mx_1:36,mx_2:36,myscript:26,mysqrt:32,n1:57,n2:57,n:[0,1,7,8,9,10,11,14,15,17,19,21,29,30,39,42,45,46,49,52,53,55,56,58,59,62,63,64],n_0:34,n_1:52,n_:34,n_i:[52,53],n_j:53,n_n:52,nabla:[43,46,47,48,52],nakl:11,nakr:11,name:19,namedtupl:22,nan:[11,17,47,59],nasa:23,nation:12,natur:23,nbisect:34,nc:[10,29],ndash:[],ndim:19,ne:15,neighbor:21,neovim:28,neq:[37,46],net:0,newlin:28,newton:[35,48,63],newton_cotes_nodes_weight:[7,9],newtonresult:48,newtonsi:63,newtontempl:48,nextfloat:17,nist:12,nn:[57,58],nnode:[7,9],node:[5,7,8,9],nodesl:5,nodesr:5,none:[9,29],norm:[11,15,21,25,26,38,42,59,63,64],notable_us:23,notebook:28,notepad:28,noth:22,np:10,npt:[37,52],ns:[10,19],nstep:[39,42],ntup:22,number:[17,19,26,27,30,64],numer:0,o:[5,9,10,11,15,21,31,37,38,39,42,55,56,63],object:30,offici:28,old:63,oliveira:0,omega:[4,7,12],omega_:[7,39],omega_h:[8,11,15],omega_n:7,omega_t:41,onepetro:0,ones:[11,19,43,58,59],onli:27,open:24,oper:[19,20,26,27],optim:[0,1,20,34,45,47],org:[0,3,23,24,28,50],origin:21,ot20:[0,34],other:30,outer:[30,58],outertopleft:15,output:12,overlin:17,oxygen:19,p1:[26,30],p2:26,p:[0,1,7,9,14,15,21,26,30,31,32,37,38,39,48,49,50,52,53,55,59,61],p_:49,p_c:[21,32],p_h:15,p_m:7,p_r:[21,32,61],p_x:32,pa:[0,12],packag:[21,26,28],package_nam:12,packagenam:[26,28],packt:[0,3],packtpub:0,papadaki:0,parametr:[0,30],pars:[19,29],part:[0,42,46,50],partial:[32,42,52,53,63,64],pass:22,path:[24,26,31],path_to_fil:26,pattern:[0,3],patterson:0,pdf:[12,50],perform:[0,3],perturb:0,petroleum:0,phase:[0,47,50],phi:[34,47],physic:0,pi:[6,27,40],pierc:0,pii:0,pip:28,pivot:59,pkg:[12,26,28],place:[1,19],plot:[5,9,11,12,14,15,31,32,35,36,38,39,42],plt:[9,15,32,35,36,38,39,42],plufact:[55,59],pluto:[26,28],pm:17,png:12,pnt:26,point:[21,26,27,30,37,50],polarpoint:[],polyinterp:14,polynomi:11,pop:19,popular:28,posit:31,practic:[0,1,3],predict:0,preserv:0,press:0,pressur:[19,32],pressurevdw:21,prevfloat:17,primit:30,princ:38,princeton:23,print:[22,28],printf:29,println:[20,26,28,29],printstyl:28,priori:18,private_foo:26,problem:[0,23,38,39,42,50],prod:55,prod_:55,produc:30,product:[0,58],program:24,programming_languag:23,project:[0,26,34],promot:30,prompt:28,propto:[55,59],proven:0,psi:42,psi_i:39,pt:50,ptvf07:[0,31,33,64],pub:0,publish:[0,3],push:[11,15,19,22,38,42],pv:61,pwlininterp:[11,15],px:[9,50],py:9,python:[23,28,30],q:[0,5,7,10,21,35,38,44,47,55],q_:7,qh:10,ql:5,qr:[5,64],quad:[7,9,10,11,12,14,15,16,17,31,32,34,35,36,37,38,39,40,41,42,43,45,46,49,52,53,54,55,56,64],question:3,r01:5,r02:5,r12:5,r1:35,r2:35,r:[0,7,33,34,38,40,42,49,52,53,55],r_1:40,r_2:40,r_:7,r_f:5,r_i:34,rachford:32,rachford_rice_solv:32,radiu:21,rand:[19,26,28,30],randal:0,random:28,random_point:26,rang:[5,7,9,10,11,12,14,15,19,20,32,39,42],raphson:[35,63],ration:[27,30],rceil:31,re:30,read:28,readlin:29,real:[0,17,30,32,38,39,43,45,46,47,48,58,62,64],recip:0,red:[5,9,31,35,42],redefinit:30,ref:[19,32],region:45,registri:26,regula:[34,36],regulafalsi:[31,36],releas:28,rem:27,repl:[20,22,26,27,28,29,30,36,37,57],requir:17,research:0,reshap:19,residu:42,residual_eul:42,residual_rk4:42,resourc:24,rest:20,result:27,retriev:0,rfdjac:64,rhp:[7,9],rice:32,richard:0,rid79:[0,36],ridder:[0,34,36],right:[7,9,11,16,19],rightarrow:9,rjac:64,rk23:38,rk4:42,robust:49,romberg:[5,10],rombergwstep:5,root:[0,31,35,36,37,63,64],rosenbrock:44,rotat:[],row:59,rt:53,ru:0,rule:[0,9],run:28,rung:[38,42],runtest:[],s:[5,9,10,11,12,17,20,22,24,32,36,37,38,42,43,64],s_2:11,s_f:[5,9],s_h:11,s_k:11,sadowski:0,saft:[0,49],same:38,sampl:[10,19],saul:0,scatter:[9,11,14,15,31,35,36],scienc:0,scientif:0,scope:[29,30,36,37],script:26,search:28,secant:35,section:28,self:30,sengupta:3,seriestyp:5,setfield:30,shah:0,shampin:38,shanno:43,share:22,shell:[24,28],show:[16,17,21,22,26,29,31,34,35,36,37,55,59,64],siam:0,side:21,sigma:[12,37,38,47],sigma_1:42,sigma_2:42,sigma_:[38,42],sigma_m:42,sign:[17,31,34,36],significand:17,sim:9,similar:[7,19,20,59,63,64],simp:9,simpson:9,sin:[5,6,9,10,11,14,15,19,27,29,38,49,64],singl:0,sinh:32,size:[11,14,15,19,20,58,59,64],sj:[38,42],societi:0,softscop:[36,37],softw:0,softwar:0,solut:0,solution_a:56,some:[],someth:22,sourc:[24,30,40],space:20,special:20,speed:23,spejourn:0,spinterp:11,split:[7,9,29,38,39,40,41,42,57,60,61,62],sprint:28,sprintf:29,sqrt:[1,12,16,22,26,27,30,32,34,35,36,53,64],squar:[21,31,64],src:[12,26,36,37],stabil:[0,50],stackoverflow:[3,28],stacktrac:[29,30,36,37],stai:23,standard:[3,12],start:[9,19,20],state:0,statist:30,statu:26,stdin:29,stdlib:[],stdout:[28,29],stefan:0,step:[9,10,19,20,32,39,42],stepanzh:[],steprang:20,stick:5,stop:[9,19,20],storag:20,string:[17,19,22,29,30,36,37,56],strip:29,strong:47,strong_backtrack:47,struct:[19,26,30,39,43,48],studi:23,studio:28,sublim:28,subplot:[5,9,15,36,38,42],subset:17,substitut:60,substr:29,subtract:17,subtyp:30,suffici:47,sum:[7,9,10,15,17,30,42,64],sum_:[8,9,10,15,17,32,42,58,63,64],sum_i:[52,53],sum_j:53,summari:[],sup_:9,supercrit:0,suppli:28,survei:28,svd:55,syntax:[19,23,29],system:[0,50],t1:30,t2:30,t:[0,1,5,11,12,14,15,19,21,26,29,30,32,38,39,40,41,42,43,46,48,49,50,52,53],t_0:11,t_1:[11,14,15],t_2:[14,15],t_3:15,t_4:15,t_:[11,12,14,15,42,49],t_c:[21,32],t_f:[5,9,10],t_i:[14,15,38,39,41,42],t_k:[11,15],t_l:15,t_n:[11,14,15],t_r:[21,32,61],t_x:32,ta:[29,30],tab:27,tag:3,takahashi:0,tan:36,tar:24,tau:[38,39,40,41,42],tau_f:[8,9],tc:[0,10],td:29,tech:50,technolog:[12,28],tend:[38,39,42],termin:[24,28],test:26,teukolski:0,text:[7,10,12,16,28,31,33,34,40,44,45,47,49,52,63,64],than:20,theori:0,thermodynam:0,thermophys:0,thi:30,tild:[9,34,54],time:[10,11,12,17,19,25,30,32,39,55,58,59,64],times10:[11,15],titl:38,tl:[],tmax:12,tmin:12,tobin:0,tobydriscol:0,tol:[5,10,38],tom:[0,3],toml:26,top:[11,14,15,19,25,29,30,36,37,40,43,44,46,47,48,49,52,55,58,64],top_k:[43,64],topleft:[5,11,14,35,36,38,39,42],toro:50,total:[],touch:24,tp:10,tpoint:30,tr:[21,25,32,45],tran:0,trang:[38,39,42],transact:0,transit:[],transport:0,trap:9,trapezoid:9,trapezoid_tol:10,trial:[10,19],tridiagon:56,tridiagsolv:56,truncat:[8,34],trust:45,ts:[11,14,15],tstart:[38,39,42],tsv:[12,19,50],tup:22,tupl:[20,22,30,39],two:23,tx:30,ty:30,type:[26,28,30],u:[1,28,29,38,39,40,41,42,55,56,58,59,60],u_0:[39,41,42],u_1:[40,58],u_2:[40,58],u_:[39,42,58,60],u_i:[38,39,41,42],u_m:58,uexact:42,uint128:30,uint16:30,uint32:30,uint64:30,uint8:30,unconstrain:45,undef:[5,10,39,42],undefvarerror:20,unew2:38,unicod:[27,29],union:30,unional:30,unit:26,unitrang:20,univers:0,upm:50,uppertriangular:[1,58,59],upsilon:[12,53],url:[0,19,20,22,25,27,29,30],us:[10,16,19,20,25,26,28,29,30,49,50,57],usa:0,usr:24,utf:28,v1:[11,28],v2:11,v:[11,14,21,32,40,52,53,55,58],v_1:58,v_2:58,v_c:[21,32],v_g:[32,61],v_l:[32,61],v_n:58,v_r:[21,32,61],val:[20,30],van:0,van_der_waals_constants_:50,vandermond:[9,14],vapor:0,varepsilon:[12,40,52],varepsilon_i:52,variabl:[27,30],varphi_1:15,varphi_i:[49,52,53],varphi_k:15,varphi_n:15,vdot:[7,9,11,14,42,46,57,58,62,64],vdv:55,vector:[5,17,19,21,22,25,29,30,39,42,43,48,49,58,59],veloc:40,verlet:40,version:[24,28],vert:7,vetterl:0,view:[9,35],vim:28,viral:0,virtualenv:28,viscos:12,visit:0,visual:28,vl:11,volum:0,vr:[11,21,32],w:[7,9,36],w_1:[7,9],w_2:[7,9],w_3:[7,9],w_:9,w_i:[7,8,9],w_n:[7,9],waal:0,warn:[30,38],webbook:12,weight:[7,8,9],welcom:28,wheeler:47,whenfals:20,whentru:20,where:[1,30],which:30,whitespac:29,wiki:[23,30,50],wikipedia:[23,50],william:0,window:28,world:28,wright:1,write:22,www:0,x0:[43,47,48],x86:24,x86_64:24,x:[0,4,5,6,7,8,9,10,11,14,15,16,17,19,20,21,22,25,26,27,29,30,31,32,33,34,35,36,37,43,44,45,46,47,48,49,50,52,54,55,56,57,58,59,60,62,63,64],x_0:[8,9,10,36],x_1:[7,8,9,10,31,35,36,37,44,46,49,57,60,62,63,64],x_2:[7,9,10,31,35,36,44,46,49,57,60,62,63,64],x_3:[9,10,31,35,36,60,64],x_4:[10,60],x_:[5,8,9,10,31,34,35,37,56,64],x_f:[31,34],x_i:[5,7,8,9,36,49,52,56],x_j:[53,63,64],x_k:[31,35,37,64],x_l:31,x_n:[7,8,9,46,49,57,62],x_r:31,x_t:34,xaxi:42,xe:[34,35,37],xf:34,xi:53,xl:5,xlabel:[5,9,11,14,15,31,32,36,38,39,42],xlim:[31,32,35,36,38],xmid:[34,36],xnew:[31,34,35,36],xprev:37,xr:5,xs:[7,11,14,15,28],xt:34,xtick:[11,15],xtol:[5,31,33,34,35,36,37,63,64],xx:4,xyz:22,xzf:24,y0:47,y:[0,9,11,12,14,15,16,19,20,21,22,26,27,29,30,32,38,41,42,43,47,50,63,64],y_0:[11,39],y_1:[11,14],y_2:[11,14],y_:[11,15,38,39,42],y_i:[14,38,39,41,42],y_k:[11,15],y_n:[11,14],yaxi:[38,42],ye:[],year:[],ylabel:[5,9,11,15,31,32,36,38],ylim:[15,32],ylo:47,ymid:36,yn:64,ynew:[31,34,36],yp:64,yprev:47,ys:[11,14,15],ytick:[15,42],z:[11,19,22,27,32,49,52,53,58,59],z_:39,z_i:[32,49,52],zero:[1,7,11,14,15,19,58,59,64],zip:[9,20,21,35],zoom:47,zsh:24,zshrc:24},titles:["\u041b\u0438\u0442\u0435\u0440\u0430\u0442\u0443\u0440\u0430","\u0420\u0430\u0437\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0425\u043e\u043b\u0435\u0446\u043a\u043e\u0433\u043e","\u0423\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044c","\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u044b","\u041f\u0440\u0435\u0434\u043c\u0435\u0442 \u043f\u0440\u0430\u043a\u0442\u0438\u043a\u0443\u043c\u0430","5.4. \u0410\u0434\u0430\u043f\u0442\u0438\u0432\u043d\u043e\u0435 \u0438\u043d\u0442\u0435\u0433\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435","5.5. \u0417\u0430\u0434\u0430\u043d\u0438\u044f","5.3. \u0424\u043e\u0440\u043c\u0443\u043b\u044b \u0413\u0430\u0443\u0441\u0441\u0430","5. \u0427\u0438\u0441\u043b\u0435\u043d\u043d\u043e\u0435 \u0438\u043d\u0442\u0435\u0433\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435","5.1. \u0424\u043e\u0440\u043c\u0443\u043b\u044b \u041d\u044c\u044e\u0442\u043e\u043d\u0430-\u041a\u043e\u0442\u0441\u0430","5.2. \u041c\u0435\u0442\u043e\u0434 \u0420\u043e\u043c\u0431\u0435\u0440\u0433\u0430","4.3. \u041a\u0443\u0431\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0441\u043f\u043b\u0430\u0439\u043d\u044b","4.4. \u0417\u0430\u0434\u0430\u043d\u0438\u044f","4. \u0418\u043d\u0442\u0435\u0440\u043f\u043e\u043b\u044f\u0446\u0438\u044f","4.1. \u041f\u043e\u043b\u0438\u043d\u043e\u043c\u0438\u0430\u043b\u044c\u043d\u0430\u044f \u0438\u043d\u0442\u0435\u0440\u043f\u043e\u043b\u044f\u0446\u0438\u044f","4.2. \u041a\u0443\u0441\u043e\u0447\u043d\u043e-\u043b\u0438\u043d\u0435\u0439\u043d\u0430\u044f \u0438\u043d\u0442\u0435\u0440\u043f\u043e\u043b\u044f\u0446\u0438\u044f","2.2. \u041e\u0431\u0443\u0441\u043b\u043e\u0432\u043b\u0435\u043d\u043d\u043e\u0441\u0442\u044c \u0437\u0430\u0434\u0430\u0447","2.1. \u0427\u0438\u0441\u043b\u0430 \u0441 \u043f\u043b\u0430\u0432\u0430\u044e\u0449\u0435\u0439 \u0442\u043e\u0447\u043a\u043e\u0439","2. \u0412\u0432\u0435\u0434\u0435\u043d\u0438\u0435","1.8. \u041c\u0430\u0441\u0441\u0438\u0432\u044b \u0438 broadcast","1.5. \u0423\u043f\u0440\u0430\u0432\u043b\u044f\u044e\u0449\u0438\u0435 \u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u0438","1.11. \u0417\u0430\u0434\u0430\u043d\u0438\u044f","1.6. \u0424\u0443\u043d\u043a\u0446\u0438\u0438","1. \u041e\u0441\u043d\u043e\u0432\u044b \u044f\u0437\u044b\u043a\u0430 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f Julia","1.1. \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430","1.9. \u041b\u0438\u043d\u0435\u0439\u043d\u0430\u044f \u0430\u043b\u0433\u0435\u0431\u0440\u0430","1.10. \u041c\u043e\u0434\u0443\u043b\u0438 \u0438 \u043f\u0430\u043a\u0435\u0442\u044b","1.3. \u0427\u0438\u0441\u043b\u0430, \u043f\u0435\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u0435, Bool","1.2. \u0417\u0430\u043f\u0443\u0441\u043a \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c","1.4. \u0421\u0442\u0440\u043e\u043a\u0438","1.7. \u0422\u0438\u043f\u044b, \u043c\u0435\u0442\u043e\u0434\u044b \u0438 multiple dispatch","6.3. \u041c\u0435\u0442\u043e\u0434\u044b \u0431\u0438\u0441\u0435\u043a\u0446\u0438\u0438 \u0438 regula falsi","6.6. \u0417\u0430\u0434\u0430\u043d\u0438\u044f","6. \u041d\u0435\u043b\u0438\u043d\u0435\u0439\u043d\u044b\u0435 \u0443\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u044f","6.5. ITP \u043c\u0435\u0442\u043e\u0434","6.2. \u041c\u0435\u0442\u043e\u0434 \u041d\u044c\u044e\u0442\u043e\u043d\u0430 \u0438 \u0441\u0435\u043a\u0443\u0449\u0438\u0445","6.4. \u041c\u0435\u0442\u043e\u0434 \u0420\u0438\u0434\u0434\u0435\u0440\u0441\u0430","6.1. \u041c\u0435\u0442\u043e\u0434 \u043f\u0440\u043e\u0441\u0442\u043e\u0439 \u0438\u0442\u0435\u0440\u0430\u0446\u0438\u0438","\u0410\u0434\u0430\u043f\u0442\u0438\u0432\u043d\u044b\u0435 \u043c\u0435\u0442\u043e\u0434\u044b","\u041c\u0435\u0442\u043e\u0434 \u042d\u0439\u043b\u0435\u0440\u0430","\u0417\u0430\u0434\u0430\u043d\u0438\u044f","\u041e\u0431\u044b\u043a\u043d\u043e\u0432\u0435\u043d\u043d\u044b\u0435 \u0434\u0438\u0444\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0435 \u0443\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u044f","\u041c\u0435\u0442\u043e\u0434\u044b \u0420\u0443\u043d\u0433\u0435-\u041a\u0443\u0442\u0442\u0430","\u041a\u0432\u0430\u0437\u0438\u043d\u044c\u044e\u0442\u043e\u043d\u043e\u0432\u0441\u043a\u0438\u0435 \u043c\u0435\u0442\u043e\u0434\u044b","\u0417\u0430\u0434\u0430\u043d\u0438\u044f","\u041c\u0435\u0442\u043e\u0434\u044b \u043e\u043f\u0442\u0438\u043c\u0438\u0437\u0430\u0446\u0438\u0438","\u041f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u0441\u0432\u0435\u0434\u0435\u043d\u0438\u044f","\u041b\u0438\u043d\u0435\u0439\u043d\u044b\u0439 \u043f\u043e\u0438\u0441\u043a","\u041c\u0435\u0442\u043e\u0434 \u041d\u044c\u044e\u0442\u043e\u043d\u0430","\u0410\u043b\u0433\u043e\u0440\u0438\u0442\u043c \u0440\u0435\u0448\u0435\u043d\u0438\u044f","\u0417\u0430\u0434\u0430\u043d\u0438\u044f","PT \u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u043e\u0441\u0442\u044c","\u041f\u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u0437\u0430\u0434\u0430\u0447\u0438","\u0423\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u0435 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u044f \u0432\u0430\u043d \u0434\u0435\u0440 \u0412\u0430\u0430\u043b\u044c\u0441\u0430","3.4. \u041e\u0431\u0443\u0441\u043b\u043e\u0432\u043b\u0435\u043d\u043d\u043e\u0441\u0442\u044c \u043b\u0438\u043d\u0435\u0439\u043d\u044b\u0445 \u0441\u0438\u0441\u0442\u0435\u043c","3.5. \u041e\u0431\u0437\u043e\u0440 \u0434\u0440\u0443\u0433\u0438\u0445 \u0440\u0430\u0437\u043b\u043e\u0436\u0435\u043d\u0438\u0439 \u0438 \u0437\u0430\u0434\u0430\u0447","3.6. \u0417\u0430\u0434\u0430\u043d\u0438\u044f","3. \u041b\u0438\u043d\u0435\u0439\u043d\u044b\u0435 \u0441\u0438\u0441\u0442\u0435\u043c\u044b \u0443\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u0439","3.2. LU-\u0440\u0430\u0437\u043b\u043e\u0436\u0435\u043d\u0438\u0435","3.3. PLU-\u0440\u0430\u0437\u043b\u043e\u0436\u0435\u043d\u0438\u0435","3.1. \u0422\u0440\u0435\u0443\u0433\u043e\u043b\u044c\u043d\u044b\u0435 \u0441\u0438\u0441\u0442\u0435\u043c\u044b","7.3. \u0417\u0430\u0434\u0430\u043d\u0438\u044f","7. \u041d\u0435\u043b\u0438\u043d\u0435\u0439\u043d\u044b\u0435 \u0441\u0438\u0441\u0442\u0435\u043c\u044b \u0443\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u0439","7.1. \u041c\u0435\u0442\u043e\u0434 \u041d\u044c\u044e\u0442\u043e\u043d\u0430","7.2. \u041c\u0435\u0442\u043e\u0434 \u0411\u0440\u043e\u0439\u0434\u0435\u043d\u0430"],titleterms:{"10":24,"2":42,"\u0430\u0434\u0430\u043f\u0442\u0438\u0432\u043d\u043e\u0433\u043e":6,"\u0430\u0434\u0430\u043f\u0442\u0438\u0432\u043d\u043e\u0435":5,"\u0430\u0434\u0430\u043f\u0442\u0438\u0432\u043d\u044b\u0435":38,"\u0430\u043b\u0433\u0435\u0431\u0440\u0430":25,"\u0430\u043b\u0433\u043e\u0440\u0438\u0442\u043c":49,"\u0430\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u043d\u0430\u044f":7,"\u0430\u0440\u0438\u0444\u043c\u0435\u0442\u0438\u043a\u0438":17,"\u0431\u0438\u043d\u043e\u0434\u0430\u043b\u044c":32,"\u0431\u0438\u0441\u0435\u043a\u0446\u0438\u0438":31,"\u0431\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u043d\u043e\u0441\u0442\u044c":51,"\u0431\u0440\u043e\u0439\u0434\u0435\u043d\u0430":64,"\u0431\u0444\u0433\u0441":43,"\u0431\u044b\u0432\u0430\u044e\u0442":30,"\u0432":[28,59],"\u0432\u0430\u0430\u043b\u044c\u0441\u0430":[32,53,61],"\u0432\u0430\u043c":50,"\u0432\u0430\u043d":[32,53,61],"\u0432\u0430\u0440\u0438\u0430\u043d\u0442\u044b":50,"\u0432\u0432\u0435\u0434\u0435\u043d\u0438\u0435":18,"\u0432\u0435\u043a\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u044f":19,"\u0432\u0435\u043b\u0438\u0447\u0438\u043d":27,"\u0432\u0435\u0440\u0441\u0438\u0438":64,"\u0432\u0435\u0441\u043e\u0432":7,"\u0432\u0435\u0442\u0432\u043b\u0435\u043d\u0438\u0435":20,"\u0432\u0438\u0434":53,"\u0432\u043c\u0435\u0441\u0442\u0435":49,"\u0432\u043d\u0435\u0448\u043d\u0435\u0435":58,"\u0432\u043e\u043b\u044c\u0444\u0435":47,"\u0432\u0441\u043f\u043e\u043c\u043e\u0433\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0435":19,"\u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0435":38,"\u0432\u0441\u0451":49,"\u0432\u044b\u0431\u043e\u0440":[38,59],"\u0432\u044b\u0432\u043e\u0434":36,"\u0432\u044b\u0432\u043e\u0434\u0430":42,"\u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u044f\u0445":22,"\u0432\u044b\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u0435":[32,53],"\u0432\u044b\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u044f":7,"\u0432\u044b\u0447\u0438\u0441\u043b\u0438\u0442\u0435":6,"\u0432\u044f\u0437\u043a\u043e\u0441\u0442\u044c":12,"\u0433\u0430\u0437\u0430":12,"\u0433\u0430\u0443\u0441\u0441\u0430":7,"\u0433\u0430\u0443\u0441\u0441\u043e\u0432\u0430":7,"\u0433\u043b\u0430\u0432\u043d\u043e\u0433\u043e":59,"\u0433\u0440\u0430\u043d\u0438\u0447\u043d\u044b\u0435":11,"\u0433\u0440\u0443\u0431\u043e\u0435":49,"\u0434\u0432\u043e\u0439\u043d\u043e\u0439":17,"\u0434\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0438\u044f":30,"\u0434\u0435\u0440":[32,53,61],"\u0434\u0438\u0444\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0435":41,"\u0434\u043b\u044f":7,"\u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435":3,"\u0434\u0440\u0443\u0433\u0438\u0435":64,"\u0434\u0440\u0443\u0433\u0438\u0445":55,"\u0437\u0430\u0434\u0430\u043d\u0438\u044f":[6,12,21,32,40,44,50,56,61],"\u0437\u0430\u0434\u0430\u0447":[16,55],"\u0437\u0430\u0434\u0430\u0447\u0438":52,"\u0437\u0430\u043f\u0443\u0441\u043a":28,"\u0437\u0430\u0444\u0438\u043a\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u043c\u0438":7,"\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439":19,"\u0438":[17,19,26,27,30,31,35,49,55,56],"\u0438\u0434\u0435\u044f":5,"\u0438\u043d\u0434\u0435\u043a\u0441\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435":19,"\u0438\u043d\u0442\u0435\u0433\u0440\u0430\u043b":6,"\u0438\u043d\u0442\u0435\u0433\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435":[5,8],"\u0438\u043d\u0442\u0435\u0433\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f":[6,38],"\u0438\u043d\u0442\u0435\u0440\u0430\u043a\u0442\u0438\u0432\u043d\u044b\u0439":28,"\u0438\u043d\u0442\u0435\u0440\u043f\u043e\u043b\u044f\u0446\u0438\u044f":[13,14,15],"\u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u044b":30,"\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0435":29,"\u0438\u0441\u0445\u043e\u0434\u043d\u043e\u0433\u043e":[],"\u0438\u0442\u0435\u0440\u0430\u0446\u0438\u0438":37,"\u043a\u0430\u043a":24,"\u043a\u0430\u043a\u0438\u0435":30,"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u043d\u043e\u0433\u043e":32,"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u0443\u0440":7,"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u0443\u0440\u043d\u044b\u0435":[],"\u043a\u0432\u0430\u0434\u0440\u0430\u0442\u0443\u0440\u044b":7,"\u043a\u0432\u0430\u0437\u0438\u043d\u044c\u044e\u0442\u043e\u043d\u043e\u0432\u0441\u043a\u0438\u0435":43,"\u043a\u043e\u043c\u043f\u043e\u0437\u0438\u0442\u043d\u044b\u0435":30,"\u043a\u043e\u043d\u0435\u0447\u043d\u043e\u0439":64,"\u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u0438":20,"\u043a\u043e\u043d\u0446\u0435\u043d\u0442\u0440\u0430\u0446\u0438\u0439":32,"\u043a\u043e\u0440\u043d\u044f":32,"\u043a\u043e\u0442\u0441\u0430":9,"\u043a\u043e\u044d\u0444\u0444\u0438\u0446\u0438\u0435\u043d\u0442\u0430":53,"\u043a\u0440\u0438\u0442\u0435\u0440\u0438\u0439":52,"\u043a\u0440\u043e\u043d\u0440\u043e\u0434\u0430":7,"\u043a\u0443\u0431\u0438\u0447\u0435\u0441\u043a\u0438\u0435":11,"\u043a\u0443\u0441\u043e\u0447\u043d\u043e":15,"\u043a\u0443\u0442\u0442\u0430":42,"\u043b\u0435\u0436\u0430\u043d\u0434\u0440\u0430":[],"\u043b\u0435\u0442\u0443\u0447\u0435\u0441\u0442\u0438":53,"\u043b\u0438\u043d\u0435\u0439\u043d\u0430\u044f":[15,25],"\u043b\u0438\u043d\u0435\u0439\u043d\u044b\u0435":57,"\u043b\u0438\u043d\u0435\u0439\u043d\u044b\u0439":47,"\u043b\u0438\u043d\u0435\u0439\u043d\u044b\u0445":54,"\u043b\u0438\u0442\u0435\u0440\u0430\u0442\u0443\u0440\u0430":0,"\u043b\u043e\u0431\u0430\u0442\u0442\u043e":7,"\u043b\u043e\u0433\u0438\u0447\u0435\u0441\u043a\u0438\u0435":27,"\u043c\u0430\u0441\u0441\u0438\u0432\u044b":19,"\u043c\u0430\u0442\u0435\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f":52,"\u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u044b":3,"\u043c\u0435\u0440\u044b":17,"\u043c\u0435\u0442\u043e\u0434":[10,31,34,35,36,37,39,43,48,56,63,64],"\u043c\u0435\u0442\u043e\u0434\u0430":[34,36,42,48,64],"\u043c\u0435\u0442\u043e\u0434\u044b":[30,31,38,42,43,45],"\u043c\u043d\u043e\u0436\u0435\u0441\u0442\u0432\u043e":17,"\u043c\u043e\u0434\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f":48,"\u043c\u043e\u0434\u0443\u043b\u0438":26,"\u043c\u043e\u0434\u0443\u043b\u044f":26,"\u043d\u0430\u0434":29,"\u043d\u0430\u0437\u0430\u0434":47,"\u043d\u0430\u0439\u0442\u0438":24,"\u043d\u0430\u0447\u0430\u043b\u044c\u043d\u043e\u0435":49,"\u043d\u0435":27,"\u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435":27,"\u043d\u0435\u043b\u0438\u043d\u0435\u0439\u043d\u044b\u0435":[33,62],"\u043d\u0435\u043f\u0440\u0435\u0440\u044b\u0432\u043d\u043e\u0441\u0442\u0438":11,"\u043d\u0435\u044f\u0432\u043d\u044b\u0435":42,"\u043d\u043e\u0443\u0442\u0431\u0443\u043a\u0430\u0445":28,"\u043d\u0443\u0436\u043d\u043e":50,"\u043d\u0443\u043b\u0438":[],"\u043d\u044c\u044e\u0442\u043e\u043d\u0430":[9,35,48,63],"\u043e":22,"\u043e\u0431\u0437\u043e\u0440":55,"\u043e\u0431\u0440\u0430\u0442\u043d\u0430\u044f":56,"\u043e\u0431\u0443\u0441\u043b\u043e\u0432\u043b\u0435\u043d\u043d\u043e\u0441\u0442\u0438":16,"\u043e\u0431\u0443\u0441\u043b\u043e\u0432\u043b\u0435\u043d\u043d\u043e\u0441\u0442\u044c":[16,54],"\u043e\u0431\u044a\u0451\u043c":53,"\u043e\u0431\u044a\u0451\u043c\u0430":[],"\u043e\u0431\u044b\u043a\u043d\u043e\u0432\u0435\u043d\u043d\u044b\u0435":41,"\u043e\u0434\u0443":40,"\u043e\u043f\u0435\u0440\u0430\u0442\u043e\u0440\u044b":27,"\u043e\u043f\u0435\u0440\u0430\u0446\u0438\u0438":29,"\u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0435":34,"\u043e\u043f\u0442\u0438\u043c\u0438\u0437\u0430\u0446\u0438\u0438":45,"\u043e\u0440\u0431\u0438\u0442\u0430":40,"\u043e\u0441":24,"\u043e\u0441\u043d\u043e\u0432\u043d\u044b\u0435":[],"\u043e\u0441\u043d\u043e\u0432\u044b":23,"\u043e\u0441\u043e\u0431\u0435\u043d\u043d\u043e\u0441\u0442\u0438":17,"\u043e\u0446\u0435\u043d\u043a\u0430":[16,54],"\u043e\u0448\u0438\u0431\u043e\u043a":[16,54],"\u043f\u0430\u043a\u0435\u0442\u0430":21,"\u043f\u0430\u043a\u0435\u0442\u044b":26,"\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0438\u0447\u0435\u0441\u043a\u0438\u0435":30,"\u043f\u0435\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u0435":27,"\u043f\u043b\u0430\u0432\u0430\u044e\u0449\u0435\u0439":17,"\u043f\u043e":15,"\u043f\u043e\u0434\u0441\u043a\u0430\u0437\u043a\u0438":12,"\u043f\u043e\u0434\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430":56,"\u043f\u043e\u0438\u0441\u043a":47,"\u043f\u043e\u043b\u0438\u043d\u043e\u043c\u0430":[],"\u043f\u043e\u043b\u0438\u043d\u043e\u043c\u0438\u0430\u043b\u044c\u043d\u0430\u044f":14,"\u043f\u043e\u043d\u0430\u0434\u043e\u0431\u0438\u0442\u0441\u044f":50,"\u043f\u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430":52,"\u043f\u043e\u0447\u0435\u043c\u0443":27,"\u043f\u043e\u044f\u0441\u043d\u0435\u043d\u0438\u0435":15,"\u043f\u0440\u0430\u043a\u0442\u0438\u043a\u0430":17,"\u043f\u0440\u0430\u043a\u0442\u0438\u043a\u0443\u043c\u0430":4,"\u043f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435":46,"\u043f\u0440\u0435\u0434\u043c\u0435\u0442":4,"\u043f\u0440\u0435\u0434\u043e\u0441\u0442\u043e\u0440\u043e\u0436\u043d\u043e\u0441\u0442\u0438":17,"\u043f\u0440\u0438\u0431\u043b\u0438\u0436\u0435\u043d\u0438\u0435":[49,64],"\u043f\u0440\u0438\u0432\u0435\u0434\u0435\u043d\u0430":27,"\u043f\u0440\u0438\u043c\u0435\u0440":[26,30,42],"\u043f\u0440\u0438\u0441\u0432\u0430\u0438\u0432\u0430\u043d\u0438\u0435":19,"\u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0430":50,"\u043f\u0440\u043e\u0433\u043e\u043d\u043a\u0438":56,"\u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c":28,"\u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f":23,"\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0434\u0435\u043d\u0438\u0435":58,"\u043f\u0440\u043e\u0441\u0442\u043e\u0439":37,"\u043f\u0440\u044f\u043c\u0430\u044f":56,"\u043f\u0440\u044f\u043c\u043e\u0443\u0433\u043e\u043b\u044c\u043d\u0438\u043a\u043e\u0432":9,"\u0440\u0430\u0431\u043e\u0442\u0430":28,"\u0440\u0430\u0431\u043e\u0442\u044b":17,"\u0440\u0430\u0432\u043d\u043e\u0432\u0435\u0441\u0438\u0435":61,"\u0440\u0430\u0432\u043d\u043e\u043e\u0442\u0441\u0442\u043e\u044f\u0449\u0438\u0445":14,"\u0440\u0430\u0437\u0431\u0438\u0435\u043d\u0438\u0435":[],"\u0440\u0430\u0437\u043b\u043e\u0436\u0435\u043d\u0438\u0435":[1,55,58,59],"\u0440\u0430\u0437\u043b\u043e\u0436\u0435\u043d\u0438\u0439":55,"\u0440\u0430\u0437\u043d\u043e\u0441\u0442\u044c\u044e":64,"\u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438":26,"\u0440\u0430\u0437\u0440\u0435\u0436\u0435\u043d\u043d\u043e\u0433\u043e":12,"\u0440\u0430\u0444\u0441\u043e\u043d\u0430":35,"\u0440\u0435\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f":[5,10,11,14,34,36,38,39,43,48,60,63,64],"\u0440\u0435\u0436\u0438\u043c":28,"\u0440\u0435\u0448\u0435\u043d\u0438\u0435":[40,49,58],"\u0440\u0435\u0448\u0435\u043d\u0438\u044f":49,"\u0440\u0435\u0448\u0438\u0442\u0435":[],"\u0440\u0438\u0434\u0434\u0435\u0440\u0441\u0430":36,"\u0440\u0438\u0447\u0430\u0440\u0434\u0441\u043e\u043d\u0430":10,"\u0440\u043a4":42,"\u0440\u043e\u043c\u0431\u0435\u0440\u0433\u0430":10,"\u0440\u0443\u043d\u0433\u0435":42,"\u0441":[7,17],"\u0441\u0432\u0435\u0434\u0435\u043d\u0438\u044f":46,"\u0441\u0434\u0435\u043b\u0430\u0442\u044c":50,"\u0441\u0435\u043a\u0443\u0449\u0438\u0445":35,"\u0441\u0438\u043b\u044c\u043d\u044b\u0439":47,"\u0441\u0438\u043c\u043f\u0441\u043e\u043d\u0430":9,"\u0441\u0438\u043d\u0442\u0430\u043a\u0441\u0438\u0441\u0443":15,"\u0441\u0438\u0441\u0442\u0435\u043c":54,"\u0441\u0438\u0441\u0442\u0435\u043c\u0430":[7,30],"\u0441\u0438\u0441\u0442\u0435\u043c\u044b":[40,56,57,58,60,62],"\u0441\u043a\u0440\u0438\u043f\u0442\u043e\u0432\u044b\u0439":28,"\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435":[],"\u0441\u043b\u0443\u0447\u0430\u0439":14,"\u0441\u043e\u0431\u0438\u0440\u0430\u0435\u043c":49,"\u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435":21,"\u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0435":21,"\u0441\u043e\u0441\u0442\u0430\u0432\u043d\u044b\u0445":22,"\u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u044f":[32,53],"\u0441\u043f\u0435\u043a\u0442\u0440\u0430\u043b\u044c\u043d\u043e\u0435":55,"\u0441\u043f\u043b\u0430\u0439\u043d\u0430":11,"\u0441\u043f\u043b\u0430\u0439\u043d\u044b":11,"\u0441\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u0435":27,"\u0441\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u044f":27,"\u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u043e\u0441\u0442\u0438":[50,52],"\u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u043e\u0441\u0442\u044c":51,"\u0441\u0442\u0440\u043e\u043a\u0430\u043c\u0438":29,"\u0441\u0442\u0440\u043e\u043a\u0438":29,"\u0441\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u044c":[6,11,15,37,42],"\u0442\u0430\u043a\u0436\u0435":50,"\u0442\u0438\u043f\u0430":7,"\u0442\u0438\u043f\u043e\u0432":30,"\u0442\u0438\u043f\u044b":[27,30],"\u0442\u043e\u0447\u0435\u043a":14,"\u0442\u043e\u0447\u043a\u0438":[],"\u0442\u043e\u0447\u043a\u043e\u0439":17,"\u0442\u043e\u0447\u043d\u043e\u0441\u0442\u0438":17,"\u0442\u0440\u0430\u043f\u0435\u0446\u0438\u0439":9,"\u0442\u0440\u0435\u0443\u0433\u043e\u043b\u044c\u043d\u044b\u0435":60,"\u0443\u0434\u0432\u043e\u0435\u043d\u0438\u0435":10,"\u0443\u0437\u043b\u0430\u043c\u0438":7,"\u0443\u0437\u043b\u043e\u0432":10,"\u0443\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044c":2,"\u0443\u043f\u0440\u0430\u0432\u043b\u044f\u044e\u0449\u0438\u0435":20,"\u0443\u043f\u0440\u0430\u0436\u0435\u043d\u0435\u043d\u0438\u044f":[],"\u0443\u043f\u0440\u0430\u0436\u0435\u043d\u0438\u044f":[7,9],"\u0443\u043f\u0440\u0430\u0436\u043d\u0435\u043d\u0438\u044f":[21,22,31,53],"\u0443\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u0435":[32,53],"\u0443\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u0439":[7,56,57,58,62],"\u0443\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u044f":[32,33,41,61],"\u0443\u0441\u043b\u043e\u0432\u0438\u044f":[11,47],"\u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430":24,"\u0443\u0442\u043e\u0447\u043d\u0451\u043d\u043d\u043e\u0435":49,"\u0444\u0430\u0437\u043e\u0432\u043e\u0435":61,"\u0444\u0430\u0437\u043e\u0432\u044b\u0445":32,"\u0444\u0430\u0437\u044b":53,"\u0444\u0430\u0439\u043b":24,"\u0444\u0430\u0439\u043b\u0430":[],"\u0444\u043e\u0440\u043c\u0430":27,"\u0444\u043e\u0440\u043c\u0443\u043b\u0430":9,"\u0444\u043e\u0440\u043c\u0443\u043b\u044b":[7,9,38],"\u0444\u0443\u043d\u043a\u0446\u0438\u0438":[15,19,22,27],"\u0444\u0443\u043d\u043a\u0446\u0438\u0439":19,"\u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0435":27,"\u0445\u043e\u043b\u0435\u0446\u043a\u043e\u0433\u043e":[1,55],"\u0446\u0438\u043a\u043b\u044b":20,"\u0447\u0430\u0441\u0442\u0438\u0447\u043d\u043e":7,"\u0447\u0430\u0441\u0442\u043e":29,"\u0447\u0438\u0441\u0435\u043b":17,"\u0447\u0438\u0441\u043b\u0430":[10,17,27],"\u0447\u0438\u0441\u043b\u0430\u043c\u0438":17,"\u0447\u0438\u0441\u043b\u0435\u043d\u043d\u043e\u0435":8,"\u0447\u0438\u0441\u043b\u043e":16,"\u0447\u0442\u043e":50,"\u0448\u0430\u0433\u0430":38,"\u044d\u0439\u043b\u0435\u0440\u0430":39,"\u044d\u043a\u0441\u0442\u0440\u0430\u043f\u043e\u043b\u044f\u0446\u0438\u044f":10,"\u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430":59,"\u044d\u043b\u043b\u0438\u043f\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f":40,"\u044d\u0442\u0430\u043f\u043d\u043e\u0433\u043e":42,"\u044f\u0437\u044b\u043a":3,"\u044f\u0437\u044b\u043a\u0430":23,"\u044f\u043a\u043e\u0431\u0438\u0430\u043d":49,"\u044f\u043a\u043e\u0431\u0438\u0430\u043d\u0430":64,"float":17,"import":[],base:24,bool:27,broadcast:19,dispatch:30,dr:22,falsi:31,hat:15,itp:34,julia:[3,23,59],linux:24,lu:[55,58],maco:24,multipl:30,plu:59,pt:51,qr:55,rc:24,regula:31,tl:22,us:[],window:24}})
\ No newline at end of file