Skip to content

Instantly share code, notes, and snippets.

@englishextra
Created May 3, 2016 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save englishextra/9fca9fd066b96215943d414677926080 to your computer and use it in GitHub Desktop.
Save englishextra/9fca9fd066b96215943d414677926080 to your computer and use it in GitHub Desktop.
modified github.com/ykyuen/hyphenator.js/blob/master/Hyphenator.js
/*!
* modified github.com/ykyuen/hyphenator.js/blob/master/Hyphenator.js
* only English and Russian support
* some functions and checks are cut off
* usage <p class="hyphenate text" lang="ru"> <p class="hyphenate text" lang="en">
* dont minify with JSMin
* minify with closure-compiler.appspot.com/home and then remove new lines
*/
var Hyphenator = function (e) {
var p = {
be : "be.js",
ca : "ca.js",
cs : "cs.js",
da : "da.js",
bn : "bn.js",
de : "de.js",
el : "el-monoton.js",
"el-monoton" : "el-monoton.js",
"el-polyton" : "el-polyton.js",
en : "en-us.js",
"en-gb" : "en-gb.js",
"en-us" : "en-us.js",
es : "es.js",
fi : "fi.js",
fr : "fr.js",
grc : "grc.js",
gu : "gu.js",
hi : "hi.js",
hu : "hu.js",
hy : "hy.js",
it : "it.js",
kn : "kn.js",
la : "la.js",
lt : "lt.js",
lv : "lv.js",
ml : "ml.js",
nb : "nb-no.js",
no : "nb-no.js",
"nb-no" : "nb-no.js",
nl : "nl.js",
or : "or.js",
pa : "pa.js",
pl : "pl.js",
pt : "pt.js",
ru : "ru.js",
sk : "sk.js",
sl : "sl.js",
sv : "sv.js",
ta : "ta.js",
te : "te.js",
tr : "tr.js",
uk : "uk.js"
},
oa = function () {
var a,
b = "";
for (a in p)
p.hasOwnProperty(a) && (b += a + ", ");
return b = b.substring(0, b.length - 2)
}
(),
P = {
be : "set lang attribute to html element",
cs : "set lang attribute to html element",
da : "set lang attribute to html element",
de : "set lang attribute to html element",
en : "set lang attribute to html element",
es : "set lang attribute to html element",
fi : "set lang attribute to html element",
fr : "set lang attribute to html element",
hu : "set lang attribute to html element",
hy : "set lang attribute to html element",
it : "set lang attribute to html element",
kn : "set lang attribute to html element",
lt : "set lang attribute to html element",
lv : "set lang attribute to html element",
ml : "set lang attribute to html element",
nl : "set lang attribute to html element",
no : "set lang attribute to html element",
pt : "set lang attribute to html element",
ru : "set lang attribute to html element",
sl : "set lang attribute to html element",
sv : "set lang attribute to html element",
tr : "set lang attribute to html element",
uk : "set lang attribute to html element"
},
da = function () {
for (var a = document.getElementsByTagName("script"), b = 0, c, d; c = a[b++]; )
if (c.src && (d = c.src, c = d.indexOf("Hyphenator.js"), -1 !== c))
return d.substring(0, c);
return "http://hyphenator.googlecode.com/svn/trunk/"
}
(),
pa = function () {
var a = !1;
-1 !== e.location.href.indexOf(da) && (a = !0);
return a
}
(),
C = !1,
ea = 0,
Q = !1,
g = e,
u = !1,
fa = {
script : !0,
code : !0,
pre : !0,
img : !0,
br : !0,
samp : !0,
kbd : !0,
"var" : !0,
abbr : !0,
acronym : !0,
sub : !0,
sup : !0,
button : !0,
option : !0,
label : !0,
textarea : !0,
input : !0,
math : !0,
svg : !0
},
H = !0,
D = "local",
n,
I = !1,
R = !0,
S = !1,
T = !1,
J,
qa = function () {
var a,
b = navigator.userAgent,
c = {
support : !1,
property : "",
languages : {}
};
e.getComputedStyle && (a = e.getComputedStyle(e.document.getElementsByTagName("body")[0]), -1 !== b.indexOf("Chrome") ? c.support = !1 : -1 !== b.indexOf("Safari") && void 0 !== a["-webkit-hyphens"] ? (c.support = !0, c.property = "-webkit-hyphens", -1 !== b.indexOf("Mobile") ? c.languages[navigator.language.split("-")[0]] = !0 : c.languages = {
de : !0,
en : !0,
es : !0,
fr : !0,
it : !0,
nl : !0,
ru : !0,
zh : !0
}) : -1 !== b.indexOf("Firefox") && void 0 !== a.MozHyphens && (c.support = !0, c.property = "MozHyphens", c.languages = {
en : !0
}));
J = c
},
K = "hyphenate",
E = "donthyphenate",
x = 6,
F = 1,
A = function () {
var a = null,
b = !1,
c = document.getElementsByTagName("script"),
d,
f;
d = 0;
}
(),
m = null,
L = "",
q = function () {
var a = function (a, b) {
this.element = a;
this.treated = this.hyphenated = !1;
this.data = b
},
b = function () {
this.hyCount = this.count = 0;
this.list = {}
};
b.prototype = {
add : function (b, d, f) {
this.list.hasOwnProperty(d) || (this.list[d] = []);
this.list[d].push(new a(b, f));
this.count += 1
},
each : function (a) {
for (var b in this.list)
this.list.hasOwnProperty(b) && a(b, this.list[b])
}
};
return new b
}
(),
k = {},
s = {},
ga = RegExp("((\\w*://)?((\\w*:)?(\\w*)@)?((([\\d]{1,3}\\.){3}([\\d]{1,3}))|((www\\.|[a-zA-Z]\\.)?[a-zA-Z0-9\\-\\.]+\\.([a-z]{2,4})))(:\\d*)?(/[\\w#!:\\.?\\+=&%@!\\-]*)*)|([\\w-\\.]+@[\\w\\.]+)", "i"),
U = function () {
var a,
b = navigator.userAgent.toLowerCase();
a = String.fromCharCode(8203);
-1 !== b.indexOf("msie 6") && (a = "");
-1 !== b.indexOf("opera") && -1 !== b.indexOf("version/10.00") && (a = "");
return a
}
(),
V = function (a, b) {
b = b || g;
if (document.createElementNS)
return b.document.createElementNS("http://www.w3.org/1999/xhtml", a);
if (document.createElement)
return b.document.createElement(a)
},
M = function () {},
r = function (a) {
e.alert("Hyphenator.js says:\n\nAn Error ocurred:\n" + a.message)
},
W = function () {
var a,
b = [],
c,
d;
if (document.getElementsByClassName)
b = g.document.getElementsByClassName(K);
else
for (a = g.document.getElementsByTagName("*"), d = a.length, c = 0; c < d; c++)
- 1 !== a[c].className.indexOf(K) && -1 === a[c].className.indexOf(E) && b.push(a[c]);
return b
},
G = "hidden",
X = "wait",
y = String.fromCharCode(173),
Y = U,
Z = !0,
ra = function (a, b) {
function c(a) {
g = a || e;
l[g.location.href] || C && g == e.parent || (C = !0, b(), l[g.location.href] = !0)
}
function d() {
try {
document.documentElement.doScroll("left")
} catch (a) {
setTimeout(d, 1);
return
}
c(e)
}
function f() {
var a,
d,
f = e.frames.length;
if (u && 0 < f) {
for (a = 0; a < f; a++) {
d = void 0;
try {
d = e.frames[a].document.toString()
} catch (h) {
d = void 0
}
d && c(e.frames[a])
}
g = e;
b();
l[e.location.href] = !0
} else
c(e)
}
var w = function () {},
h,
l = {};
if (C && !l[a.location.href])
b(), l[a.location.href] = !0;
else if (document.addEventListener ? w = function () {
document.removeEventListener("DOMContentLoaded", w, !1);
u && 0 < e.frames.length || c(e)
}
: document.attachEvent && (w = function () {
"complete" === document.readyState && (document.detachEvent("onreadystatechange", w), u && 0 < e.frames.length || c(e))
}), document.addEventListener)
document.addEventListener("DOMContentLoaded", w, !1), e.addEventListener("load", f, !1);
else if (document.attachEvent) {
document.attachEvent("onreadystatechange", w);
e.attachEvent("onload", f);
h = !1;
try {
h = null === e.frameElement
} catch (t) {}
document.documentElement.doScroll && h && d()
}
},
$ = function (a, b) {
if (a.getAttribute("lang"))
return a.getAttribute("lang").toLowerCase();
try {
if (a.getAttribute("xml:lang"))
return a.getAttribute("xml:lang").toLowerCase()
} catch (c) {}
return "HTML" !== a.tagName ? $(a.parentNode, !0) : b ? m : null
},
ha = function (a) {
a = a || g;
var b = a.document.getElementsByTagName("html")[0];
a = a.document.getElementsByTagName("meta");
m = $(b, !1);
if (!m)
for (b = 0; b < a.length; b++)
a[b].getAttribute("http-equiv") && "content-language" === a[b].getAttribute("http-equiv").toLowerCase() && (m = a[b].getAttribute("content").toLowerCase()), a[b].getAttribute("name") && "dc.language" === a[b].getAttribute("name").toLowerCase() && (m = a[b].getAttribute("content").toLowerCase()), a[b].getAttribute("name") && "language" === a[b].getAttribute("name").toLowerCase() && (m = a[b].getAttribute("content").toLowerCase());
!m && u && g != e.parent && ha(e.parent);
m || "" === L || (m = L);
m || (a = navigator.language ? navigator.language : navigator.userLanguage, a = a.substring(0, 2), b = P.hasOwnProperty(a) ? P[a] : P.en, b += " (ISO 639-1)\n\n" + oa, m = e.prompt(unescape(b), a).toLowerCase());
if (!p.hasOwnProperty(m))
if (p.hasOwnProperty(m.split("-")[0]))
m = m.split("-")[0];
else
throw b = Error('The language "' + m + '" is not yet supported.'), b;
},
sa = function () {
var a,
b,
c = 0,
d = function (b, c, h) {
var e;
c = 0;
e = {};
h = b.lang && "string" === typeof b.lang ? b.lang.toLowerCase() : h ? h.toLowerCase() : $(b, !0);
T && J.support && J.languages[h] ? (b.style[J.property] = "auto", b.style["-webkit-locale"] = "'" + h + "'") : ("hidden" === G && (b.getAttribute("style") ? e.hasOwnStyle = !0 : e.hasOwnStyle = !1, e.isHidden = !0, b.style.visibility = "hidden"), p[h] ? s[h] = !0 : p.hasOwnProperty(h.split("-")[0]) ? (h = h.split("-")[0], e.language = h) : A || r(Error("Language " + h + " is not yet supported.")), q.add(b, h, e));
for (; e = b.childNodes[c++]; )
1 !== e.nodeType || fa[e.nodeName.toLowerCase()] || -1 !== e.className.indexOf(E) || e in a || d(e, !1, h)
};
T && qa();
if (A)
a = g.document.getElementsByTagName("body")[0], d(a, !1, m);
else
for (a = W(); b = a[c++]; )
d(b, !0, "");
0 === q.count && M()
},
ta = function (a) {
var b = 0,
c = {
tpoints : []
},
d,
f,
e,
h,
l,
t = Hyphenator.languages[a].patterns,
B,
v,
g = function () {
return 1 === "in3se".split(/\D/).length ? function (a) {
a = a.split("");
var b,
c,
d = [],
f = {
0 : 0,
1 : 1,
2 : 2,
3 : 3,
4 : 4,
5 : 5,
6 : 6,
7 : 7,
8 : 8,
9 : 9
},
e = !1;
for (c = 0; b = a[c]; )
f.hasOwnProperty(b) ? (d.push(b), c += 2, e = !0) : (d.push(""), c += 1, e = !1);
e || d.push("");
return d
}
: function (a) {
return a.split(/\D/)
}
}
();
for (b in t)
if (t.hasOwnProperty(b))
for (d = t[b].match(new RegExp(".{1," + +b + "}", "g")), e = 0; f = d[e++]; ) {
l = f.replace(/[\d]/g, "").split("");
f = g(f);
v = c;
for (h = 0; B = l[h++]; )
B = B.charCodeAt(0), v[B] || (v[B] = {}), v = v[B];
v.tpoints = [];
for (l = 0; l < f.length; l++)
h = f[l], v.tpoints.push("" == h ? 0 : h)
}
Hyphenator.languages[a].patterns = c
},
aa = function (a) {
a = a.split(", ");
var b = {},
c,
d,
f;
c = 0;
for (d = a.length; c < d; c++)
f = a[c].replace(/-/g, ""), b.hasOwnProperty(f) || (b[f] = a[c]);
return b
},
ua = function (a) {
var b,
c;
if (p[a] && !Hyphenator.languages[a]) {
b = da + "patterns/" + p[a];
if (pa && !A) {
c = null;
"undefined" !== typeof XMLHttpRequest && (c = new XMLHttpRequest);
if (!c)
try {
c = new ActiveXObject("Msxml2.XMLHTTP")
} catch (d) {
c = null
}
if (c && (c.open("HEAD", b, !1), c.setRequestHeader("Cache-Control", "no-cache"), c.send(null), 404 === c.status)) {
r(Error("Could not load\n" + b));
delete s[a];
return
}
}
V && (a = e.document.getElementsByTagName("head").item(0), c = V("script", e), c.src = b, c.type = "text/javascript", a.appendChild(c))
}
},
ba = function (a) {
var b = Hyphenator.languages[a],
c;
b.prepared || (H && (b.cache = {}, b.cache = b.cache), I && (b.redPatSet = {}), b.hasOwnProperty("exceptions") && (Hyphenator.addExceptions(a, b.exceptions), delete b.exceptions), k.hasOwnProperty("global") && (k.hasOwnProperty(a) ? k[a] += ", " + k.global : k[a] = k.global), k.hasOwnProperty(a) ? (b.exceptions = aa(k[a]), delete k[a]) : b.exceptions = {}, ta(a), c = "[\\w" + b.specialChars + "@" + String.fromCharCode(173) + String.fromCharCode(8204) + "-]{" + x + ",}", b.genRegExp = new RegExp("((\\w*://)?((\\w*:)?(\\w*)@)?((([\\d]{1,3}\\.){3}([\\d]{1,3}))|((www\\.|[a-zA-Z]\\.)?[a-zA-Z0-9\\-\\.]+\\.([a-z]{2,4})))(:\\d*)?(/[\\w#!:\\.?\\+=&%@!\\-]*)*)|([\\w-\\.]+@[\\w\\.]+)|(" + c + ")", "gi"), b.prepared = !0);
if (n)
try {
n.setItem("Hyphenator_" + a, e.JSON.stringify(b))
} catch (d) {}
},
va = function (a) {
var b,
c,
d,
f;
if (R) {
for (b in s)
if (s.hasOwnProperty(b))
if (n && n.getItem("Hyphenator_" + b)) {
Hyphenator.languages[b] = e.JSON.parse(n.getItem("Hyphenator_" + b));
if (k.hasOwnProperty("global"))
for (f in d = aa(k.global), d)
d.hasOwnProperty(f) && (Hyphenator.languages[b].exceptions[f] = d[f]);
if (k.hasOwnProperty(b)) {
d = aa(k[b]);
for (f in d)
d.hasOwnProperty(f) && (Hyphenator.languages[b].exceptions[f] = d[f]);
delete k[b]
}
d = "[\\w" + Hyphenator.languages[b].specialChars + "@" + String.fromCharCode(173) + String.fromCharCode(8204) + "-]{" + x + ",}";
Hyphenator.languages[b].genRegExp = new RegExp("((\\w*://)?((\\w*:)?(\\w*)@)?((([\\d]{1,3}\\.){3}([\\d]{1,3}))|((www\\.|[a-zA-Z]\\.)?[a-zA-Z0-9\\-\\.]+\\.([a-z]{2,4})))(:\\d*)?(/[\\w#!:\\.?\\+=&%@!\\-]*)*)|([\\w-\\.]+@[\\w\\.]+)|(" + d + ")", "gi");
delete s[b];
a(b)
} else
ua(b);
c = e.setInterval(function () {
var b = !0,
d;
for (d in s)
s.hasOwnProperty(d) && (b = !1, Hyphenator.languages[d] && (delete s[d], ba(d), a(d)));
b && e.clearInterval(c)
}, 100)
} else {
for (b in Hyphenator.languages)
Hyphenator.languages.hasOwnProperty(b) && ba(b);
a("*")
}
},
N = function () {
var a,
b,
c,
d,
f;
d = Hyphenator.doHyphenation ? "Hy-phen-a-tion" : "Hyphenation";
(a = g.document.getElementById("HyphenatorToggleBox")) ? a.firstChild.data = d : (b = g.document.getElementsByTagName("body")[0], a = V("div", g), c = g.document.createAttribute("id"), c.nodeValue = "HyphenatorToggleBox", f = g.document.createAttribute("class"), f.nodeValue = E, d = g.document.createTextNode(d), a.appendChild(d), a.setAttributeNode(c), a.setAttributeNode(f), a.onclick = Hyphenator.toggleHyphenation, a.style.position = "absolute", a.style.top = "0px", a.style.right = "0px", a.style.margin = "0", a.style.backgroundColor = "#AAAAAA", a.style.color = "#FFFFFF", a.style.font = "6pt Arial", a.style.letterSpacing = "0.2em", a.style.padding = "3px", a.style.cursor = "pointer", a.style.WebkitBorderBottomLeftRadius = "4px", a.style.MozBorderRadiusBottomleft = "4px", b.appendChild(a))
},
ca = function (a, b) {
var c = Hyphenator.languages[a],
d,
f,
e,
h,
l,
t,
g;
d = [];
var v = [],
k,
m,
n = Math.max,
q,
p = [""],
s;
if ("" === b)
return "";
if (-1 !== b.indexOf(y))
return b;
if (H && c.cache.hasOwnProperty(b))
return c.cache[b];
if (c.exceptions.hasOwnProperty(b))
return c.exceptions[b].replace(/-/g, y);
if (-1 !== b.indexOf("-")) {
c = b.split("-");
f = 0;
for (d = c.length; f < d; f++)
c[f] = ca(a, c[f]);
return c.join("-")
}
e = b = "_" + b + "_";
if (c.charSubstitution)
for (f in c.charSubstitution)
c.charSubstitution.hasOwnProperty(f) && (e = e.replace(new RegExp(f, "g"), c.charSubstitution[f]));
-1 !== b.indexOf("'") && (e = e.replace("'", "\u0432\u0402\u2122"));
h = e.toLowerCase().split("");
e = b.split("");
l = h.length;
q = c.patterns;
for (f = 0; f < l; f += 1)
d[f] = 0, v[f] = h[f].charCodeAt(0);
for (f = 0; f < l; f += 1)
for (s = "", g = q, h = f; h < l; h += 1)
if (g = g[v[h]]) {
if (I && (s += String.fromCharCode(v[h])), k = g.tpoints) {
if (I) {
c.redPatSet || (c.redPatSet = {});
t = c.redPatSet;
m = s;
var r;
r = k;
for (var u = [], x = s.split(""), z = void 0, z = 0; z < r.length; z++)
0 !== r[z] && u.push(r[z]), x[z] && u.push(x[z]);
r = u.join("");
t[m] = r
}
t = 0;
for (m = k.length; t < m; t += 1)
d[f + t] = n(d[f + t], k[t])
}
} else
break;
for (f = 1; f < l - 1; f += 1)
f > c.leftmin && f < l - c.rightmin && d[f] % 2 ? p.push(e[f]) : p[p.length - 1] += e[f];
return p.join(y)
},
ia = function (a) {
return a.replace(/([:\/\.\?#&_,;!@]+)/gi, "$&" + Y)
},
O = function (a) {
var b,
c = 0,
d;
switch (y) {
case "|":
b = "\\|";
break;
case "+":
b = "\\+";
break;
case "*":
b = "\\*";
break;
default:
b = y
}
for (; d = a.childNodes[c++]; )
3 === d.nodeType ? (d.data = d.data.replace(new RegExp(b, "g"), ""), d.data = d.data.replace(new RegExp(U, "g"), "")) : 1 === d.nodeType && O(d)
},
wa = function (a) {
var b = a.ownerDocument.getElementsByTagName("body")[0],
c,
d,
f,
w,
h,
g = function (a) {
a = a || e.event;
var b = a.target || a.srcElement,
g = b.ownerDocument,
k = g.getElementsByTagName("body")[0],
l = "defaultView" in g ? g.defaultView : g.parentWindow;
b.tagName && fa[b.tagName.toLowerCase()] || (c = g.createElement("div"), c.style.color = e.getComputedStyle ? l.getComputedStyle(k).backgroundColor : "#FFFFFF", c.style.fontSize = "0px", k.appendChild(c), e.getSelection ? (a.stopPropagation(), d = l.getSelection(), f = d.getRangeAt(0), c.appendChild(f.cloneContents()), O(c), d.selectAllChildren(c), h = function () {
c.parentNode.removeChild(c);
d.removeAllRanges();
d.addRange(f)
}) : (a.cancelBubble = !0, d = l.document.selection, f = d.createRange(), c.innerHTML = f.htmlText, O(c), w = k.createTextRange(), w.moveToElementText(c), w.select(), h = function () {
c.parentNode.removeChild(c);
"" !== f.text && f.select()
}), e.setTimeout(h, 0))
};
b && (a = a || b, e.addEventListener ? a.addEventListener("copy", g, !0) : a.attachEvent("oncopy", g))
},
ja = function (a) {
var b = a.element,
c = a.data;
b.style.visibility = "visible";
a.data.isHidden = !1;
c.hasOwnStyle ? b.style.removeProperty ? b.style.removeProperty("visibility") : b.style.removeAttribute && b.style.removeAttribute("visibility") : (b.setAttribute("style", ""), b.removeAttribute("style"))
},
xa = function () {
var a = !0;
q.each(function (b, c) {
var d,
f = c.length;
for (d = 0; d < f; d++)
a = a && c[d].hyphenated, "hidden" === G && "wait" === X && ja(c[d])
});
a && M()
},
ka = function (a, b) {
var c = b.data,
d = b.element,
f,
e,
h,
g = function (a) {
var b,
c;
switch (y) {
case "|":
b = "\\|";
break;
case "+":
b = "\\+";
break;
case "*":
b = "\\*";
break;
default:
b = y
}
2 <= F && (c = a.split(" "), c[1] = c[1].replace(new RegExp(b, "g"), ""), c[1] = c[1].replace(new RegExp(U, "g"), ""), c = c.join(" "));
3 === F && (c = c.replace(/[ ]+/g, String.fromCharCode(160)));
return c
};
if (Hyphenator.languages.hasOwnProperty(a))
for (f = function (b) {
return Hyphenator.doHyphenation ? ga.test(b) ? ia(b) : ca(a, b) : b
}, Z && "body" !== d.tagName.toLowerCase() && wa(d), h = 0; e = d.childNodes[h++]; )
3 === e.nodeType && e.data.length >= x && (e.data = e.data.replace(Hyphenator.languages[a].genRegExp, f), 1 !== F && (e.data = e.data.replace(/[\S]+ [\S]+$/, g)));
c.isHidden && "hidden" === G && "progressive" === X && ja(b);
b.hyphenated = !0;
q.hyCount += 1;
q.count <= q.hyCount && xa()
},
la = function (a) {
function b(a, b, c) {
return function () {
return a(b, c)
}
}
var c,
d;
if ("*" === a)
q.each(function (a, c) {
var d,
g = c.length;
for (d = 0; d < g; d++)
e.setTimeout(b(ka, a, c[d]), 0)
});
else if (q.list.hasOwnProperty(a))
for (d = q.list[a].length, c = 0; c < d; c++)
e.setTimeout(b(ka, a, q.list[a][c]), 0)
},
ya = function () {
q.each(function (a, b) {
var c,
d = b.length;
for (c = 0; c < d; c++)
O(b[c].element), b[c].hyphenated = !1
})
},
ma = function () {
try {
if ("none" !== D && "undefined" !== typeof e.localStorage && "undefined" !== typeof e.sessionStorage && "undefined" !== typeof e.JSON.stringify && "undefined" !== typeof e.JSON.parse)
switch (D) {
case "session":
n = e.sessionStorage;
break;
case "local":
n = e.localStorage;
break;
default:
n = void 0
}
} catch (a) {}
},
na = function () {
n && n.setItem("Hyphenator_config", e.JSON.stringify({
STORED : !0,
classname : K,
donthyphenateclassname : E,
minwordlength : x,
hyphenchar : y,
urlhyphenchar : Y,
togglebox : N,
displaytogglebox : S,
remoteloading : R,
enablecache : H,
onhyphenationdonecallback : M,
onerrorhandler : r,
intermediatestate : G,
selectorfunction : W,
safecopy : Z,
doframes : u,
storagetype : D,
orphancontrol : F,
dohyphenation : Hyphenator.doHyphenation,
persistentconfig : Q,
defaultlanguage : L
}))
},
za = function () {
var a;
n.getItem("Hyphenator_config") && (a = e.JSON.parse(n.getItem("Hyphenator_config")), Hyphenator.config(a))
};
return {
version : "4.0.0",
doHyphenation : !0,
languages : {},
config : function (a) {
var b = function (b, c) {
if (typeof a[b] === c)
return !0;
r(Error("Config onError: " + b + " must be of type " + c));
return !1
},
c;
a.hasOwnProperty("storagetype") && (b("storagetype", "string") && (D = a.storagetype), n || ma());
!a.hasOwnProperty("STORED") && n && a.hasOwnProperty("persistentconfig") && !0 === a.persistentconfig && za();
for (c in a)
if (a.hasOwnProperty(c))
switch (c) {
case "STORED":
break;
case "classname":
b("classname", "string") && (K = a[c]);
break;
case "donthyphenateclassname":
b("donthyphenateclassname", "string") && (E = a[c]);
break;
case "minwordlength":
b("minwordlength", "number") && (x = a[c]);
break;
case "hyphenchar":
b("hyphenchar", "string") && ("&shy;" === a.hyphenchar && (a.hyphenchar = String.fromCharCode(173)), y = a[c]);
break;
case "urlhyphenchar":
a.hasOwnProperty("urlhyphenchar") && b("urlhyphenchar", "string") && (Y = a[c]);
break;
case "togglebox":
b("togglebox", "function") && (N = a[c]);
break;
case "displaytogglebox":
b("displaytogglebox", "boolean") && (S = a[c]);
break;
case "remoteloading":
b("remoteloading", "boolean") && (R = a[c]);
break;
case "enablecache":
b("enablecache", "boolean") && (H = a[c]);
break;
case "enablereducedpatternset":
b("enablereducedpatternset", "boolean") && (I = a[c]);
break;
case "onhyphenationdonecallback":
b("onhyphenationdonecallback", "function") && (M = a[c]);
break;
case "onerrorhandler":
b("onerrorhandler", "function") && (r = a[c]);
break;
case "intermediatestate":
b("intermediatestate", "string") && (G = a[c]);
break;
case "selectorfunction":
b("selectorfunction", "function") && (W = a[c]);
break;
case "safecopy":
b("safecopy", "boolean") && (Z = a[c]);
break;
case "doframes":
b("doframes", "boolean") && (u = a[c]);
break;
case "storagetype":
b("storagetype", "string") && (D = a[c]);
break;
case "orphancontrol":
b("orphancontrol", "number") && (F = a[c]);
break;
case "dohyphenation":
b("dohyphenation", "boolean") && (Hyphenator.doHyphenation = a[c]);
break;
case "persistentconfig":
b("persistentconfig", "boolean") && (Q = a[c]);
break;
case "defaultlanguage":
b("defaultlanguage", "string") && (L = a[c]);
break;
case "useCSS3hyphenation":
b("useCSS3hyphenation", "boolean") && (T = a[c]);
break;
case "unhide":
b("unhide", "string") && (X = a[c]);
break;
default:
r(Error("Hyphenator.config: property " + c + " not known."))
}
n && Q && na()
},
run : function () {
ea = 0;
var a = function () {
try {
0 < g.document.getElementsByTagName("frameset").length || (ea++, ha(void 0), sa(), va(la), S && N())
} catch (a) {
r(a)
}
},
b,
c,
d = e.frames.length;
n || ma();
C || A || ra(e, a);
if (A || C) {
if (u && 0 < d)
for (b = 0; b < d; b++) {
c = void 0;
try {
c = e.frames[b].document.toString()
} catch (f) {
c = void 0
}
c && (g = e.frames[b], a())
}
g = e;
a()
}
},
addExceptions : function (a, b) {
"" === a && (a = "global");
k.hasOwnProperty(a) ? k[a] += ", " + b : k[a] = b
},
hyphenate : function (a, b) {
var c,
d,
e;
if (Hyphenator.languages.hasOwnProperty(b)) {
Hyphenator.languages[b].prepared || ba(b);
c = function (a) {
return ga.test(a) ? ia(a) : ca(b, a)
};
if ("string" === typeof a || a.constructor === String)
return a.replace(Hyphenator.languages[b].genRegExp, c);
if ("object" === typeof a)
for (e = 0; d = a.childNodes[e++]; )
3 === d.nodeType && d.data.length >= x ? d.data = d.data.replace(Hyphenator.languages[b].genRegExp, c) : 1 === d.nodeType && ("" !== d.lang ? Hyphenator.hyphenate(d, d.lang) : Hyphenator.hyphenate(d, b))
} else
r(Error('Language "' + b + '" is not loaded.'))
},
getRedPatternSet : function (a) {
return Hyphenator.languages[a].redPatSet
},
isBookmarklet : function () {
return A
}
}
}
(window);
Hyphenator.languages = Hyphenator.languages;
Hyphenator.config = Hyphenator.config;
Hyphenator.run = Hyphenator.run;
Hyphenator.addExceptions = Hyphenator.addExceptions;
Hyphenator.hyphenate = Hyphenator.hyphenate;
Hyphenator.getRedPatternSet = Hyphenator.getRedPatternSet;
Hyphenator.isBookmarklet = Hyphenator.isBookmarklet;
window.Hyphenator = Hyphenator;
Hyphenator.isBookmarklet() && (Hyphenator.config({
displaytogglebox : !0,
intermediatestate : "visible",
doframes : !0,
useCSS3hyphenation : !0
}), Hyphenator.run());
Hyphenator.languages["en-us"] = Hyphenator.languages.en = {
leftmin : 2,
rightmin : 3,
specialChars : "",
patterns : {
3 : "x1qei2e1je1f1to2tlou2w3c1tue1q4tvtw41tyo1q4tz4tcd2yd1wd1v1du1ta4eu1pas4y1droo2d1psw24sv1dod1m1fad1j1su4fdo2n4fh1fi4fm4fn1fopd42ft3fu1fy1ga2sss1ru5jd5cd1bg3bgd44uk2ok1cyo5jgl2g1m4pf4pg1gog3p1gr1soc1qgs2oi2g3w1gysk21coc5nh1bck1h1fh1h4hk1zo1ci4zms2hh1w2ch5zl2idc3c2us2igi3hi3j4ik1cab1vsa22btr1w4bp2io2ipu3u4irbk4b1j1va2ze2bf4oar1p4nz4zbi1u2iv4iy5ja1jeza1y1wk1bk3fkh4k1ikk4k1lk1mk5tk1w2ldr1mn1t2lfr1lr3j4ljl1l2lm2lp4ltn1rrh4v4yn1q1ly1maw1brg2r1fwi24ao2mhw4kr1cw5p4mkm1m1mo4wtwy4x1ar1ba2nn5mx1ex1h4mtx3i1muqu2p3wx3o4mwa1jx3p1naai2x1ua2fxx4y1ba2dn1jy1cn3fpr2y1dy1i",
4 : "4dryn2itni4on1inn1im_up3nik4ni4dy5giye4tyes4_ye44ab_nhe4nha4abe2n2gyn1guy1ery5eep2pe4abry3lay3lone4wne4v1nesy3chn1erne2q3neo1nenp2seps4hy2cey5lu2nedne2cyme44nk2y5at2adine2b2ne_y5ac2p1tp2ten1den1cun1cryn5dp2th4adup4twpub3ae4rxu3ayn5gaff4pue4n2au4p1ppuf4n2atag1ipu4mag1na2gon4asx3tix1t2pu2na4gya3haa3heah4la3ho_ti2a5ian2an5puspu2tnak4_th2n1kl_te4_ta4mu4u4mupmun23mum2alex4ob_sy25ynxal1i_st4y1o4xi5cxi5a4alm_si2_sh2m5sixhu4m4sh4m3r4amam2py2rabm2pixhi2yo5dr2ai4m1pmo2vmos2x2edmo2r4n1la2mor2asx3c2xas5yom4x4apxam3nme44mokrbi2nne44andy4osp4ot3noemn4omn4a4m1n4nog4m1l2angws4l1posw3shwri4wra4yp3iwom11wo2m2izrb4ow4nopo4pr2cem2isrd2iano4mig4y3pomi3awiz55mi_no4n4m1fme4v2re_wir42mes1menme2mme2gre1o2med4me_4nop4m5c4m1bwil21noureu2whi4w3ev4maprev2w1era2plpo4crfu4r4fyy5pu2maha3pu2mab2a2rn1p4npi44lyb4lya2p3nwam42l1w1lut4luplu3or1glluf4lu5a2wacltu2y3rol1tr4vv4r3guyr4rl1te4rh_nru4ar1il2sel4sc4l1rl5prl4plys4c4lovri3ar4ib4lof3lo_ar2par3q_os3ll4oll2i4as_ri1o3vokl2levoi44p1mlka35vo_ns4cas4ll1izr4iqr2is3vivl1it3lika2tan2sen2slrle42l3hlgo3l5gal5frns3mvi4p3ley_od2r2meles24athr4myle2al3drv1inldi4l2de2vilnt2il3civik4lce42l1b4lavv3ifrno4r3nua1trr2ocnt4sy4sok4syks4la2tuk4sck3ouko5ryss4a2tyau4b4klyys1tnu1akis4au3rki4pro4ek4ima2va5ki_nu4dn4umn3uokes4k1erav1irok2ke4g1keek2ed_me2aw3ikal4aws4k5agk3ab3ka_aye4ays4veg3jo4p5ba_4vedjew3n1v24ve_ja4pzar23vatizi4n1w41batba4z2b1bb2beix4o4i5w4b1d4be_rox5nym4nyp4n3za4ittr3por1r4i1ti1bel2ith2itei2su4rs2r1sars4cr2seis1p3betvag4i2sor1shbe3wr1sioad34b3hbi2bbi4d3bie3isf4ise2is_1bilr1sp5va_r5sw_le2uz4eir1ibi2tuxu3r1tiu1v2i1raze4nze4pb2l2uu4mo1biip3iz1eripe4b4louts44b1m4b3no3br3bodi4osbo4eru3aio4mi1ol4io_3booo1ce4inyin1u2insru2n2inn4inl4inkrv4e2inioch42iner3vo4indpi2np4idbt4lb4tob3trry4cry3t2in_o4elbu4ni2muim1i5saiil3v4ilnil1iil5fs1apo3er4b5w5by_bys4_in1sau4i1lazet4u2suo3ev2z1ii2go4igius1p5saw4s5bo2fi4ifti3fl4if_i3etsch2usc22ie4i2dui4dri2diid5dpi3au3ruz4ils1cuz4is4s5d4se_se4a2ce_2ici4ich3ceii1bri5bo1ceni1blse2g5seiibe43cepi2aniam4ur2li2al2i1acet4hy2scew41phy4ch_5phuhu4thu4gche2h4tyh4shur1durc44hr44h5p5sev5sexu1ra4s3fup3p2s3gph3t2sh_ho4g2h1n_he23ciau3pl4h1mci5ch2lozo4m4ciihi2vhi4p2cim2cin4phsu1peu1ouo1geu5osheu4sho4he4th1es4shwun5zun5ysi1bunu45cizo4glck3ihep5he2nh4ed1sioph2l5hazsi2rcly4zte4_ge21siscoe22cog5siu1siv5siz_ga24skes1l2s2leha4m2s1ms3ma1ogyo1h2u1ni3gus3gun2guegu4acov1gth3_eu3g4ros1n4_es3u2nez4zyum2pu1mi3som_ev2oig4cri2gov15goos4opgon2ul5v5goeu3lugob53go_2c1t4ph_g1nog1nic2te4sov4ulsgn4ag4myc4twcud5c4ufc4uipe2t3glo1gleul2igla4_eg23giz3cun5givgi4u3gir5gio1cusul4e2spagil4g1ic5gi__eb4cze41d2a5da_u1laggo44daf2dagg2gege4v1geo1gen2ged3dato1la2ge_ol2dol2i5daypek4p4eed1d42de_4gazol2tuiv3ol2vo2lys1sa2gamgaf4o2meui4n2ui2pe2cd4em4fugi4jku3fl3ufaf2tyf4to1denu4du4pe_2f3sfri2de1ps1si4f5pfos5d3eqs4sls4snfo2rss2tdes25fon4p1b_ci23payss5w2st_de1tf4l2de1v2fin4dey4d1fd4gast2idg1id2gyd1h25di_ud5dfi3au4cy_ch4pav43didu3cud1iff2fyu3crd1inst4r4f1ffev4fer11dio2fedfe4bdir2s2ty4fe_dis1on1au3ca4f5bon1c2ondd5k25far4fagpa1peys45eyc1exps4ul2dlyp4ale3whon3s3do_e1wa5doee5vud4oge1visu2msu2nub4euav4su2rp4ai6rk_d4or3dosu1atdo4v3doxp4adoo4k4swoo2padre4eus4e3upe5un2ophet5z4syc3syl4y3hoy1ads4pd4swd4syd2tho4wo3ta_du2c4etn2tabta2luac4es4wdu4g2ess4uabdu4n4duptav4st5bow1io1pr5dyn2tawe1sp2t1bop1uead1tz4et4chopy5ea4l4t1d4te_2tyle1si4esh1tee4tyat1cr4twoteg4es2c4eru1teoer1s2eroea2tte4po1rat1wh3tusea2v3teu3texer1i2e1ber1h4tey2t1f4t1ge3br2th_th2e4thle1ce3tumec2i2ths2erb1tia4tueer1aou5vtud2tif22tige1potu1aou4lttu41timt5toos4le1cre2pat4swe5owe1cue4ottsh4eos4e1ort4sce3ol4edieo2ge5of1tio4eno4enn5tiq4edoti4u1tive3my1tiz4othee2ct5laee2ft5lo4t1mee2mtme4e1meem5bcoi4to3be5exo1ry2tof1effel2iel2ftos24t1pe1la1traos2ceig2ei5de5ico2soe1h45egyeg5n",
5 : "_ach4e4go_e4goseg1ule5gurtre5feg4iceher4eg5ibeger44egaltre4mei5gle3imbe3infe1ingtra3beir4deit3eei3the5ity5triae4jud3efiteki4nek4la2trime4la_e4lactri4v4toute4law5toure3leaefil45elece4ledto2rae5len4tonye1lestro3ve4fic4tonoto3mytom4bto2mato5ice5limto2gre3lioe2listru5i4todo4ellaee4tyello4e5locel5ogeest4el2shel4tae5ludel5uge4mace4mage5man2t1n2ee2s4ee4p1e2mele4metee4naemi4eee4lyeel3i3tled3tle_e4mistlan4eed3iem3iztrus4emo4gti3zaem3pie4mule4dulemu3ne4dritiv4aedon2e4dolti3tle5neae5neeen3emtis4pti5sotis4m3tisee3newti3sae5niee5nile3nioedi5zen3ite5niu5enized1ited3imeno4ge4nosen3oven4swti5oc4t1s2en3uaen5ufe3ny_4en3zed3ibe3diae4oi4ede4s3tini4ed3deo3ret2ina2e2dae4culeo4toe5outec4te4t3t2t4tes2t1ine5pel4timpe2corephe4e4plie2col5tigutu3arti5fytu4bie3pro3tienep4sh5tidie4putt4icoeci4t4tick2ti2bec3imera4bti4aber3ar4tuf45tu3ier4bler3che4cib2ere_4thooecca54thil3thet4thea3turethan4e4cade4bitere4qe4ben5turieret4tur5oeav5oeav5itu5ry4tess4tes_ter5ve1rio4eriter4iueri4v1terier3m4ter3cte5pe4t1waer3noeast3er5obe5rocero4rer1oue3assea5sp1tent4ertler3twtwis4eru4t3tende1s4a3tenc5telsear2te2scateli4e3scres5cue1s2ee2sec3tel_te5giear5kear4cte5diear3ae3sha2t1ede5ande2sice2sid5tecttece44teattype3ty5phesi4uea4gees4mie2sole3acte2sone1a4bdys5pdy4sedu4petaun4d3uleta5sytas4e4tare4tarctar4ata5pl2estrta5mo4talke2surtal3idu5eleta4bta5lae3teoua5naet1ic4taf4etin4ta5doe5tir4taciuan4id1ucad1u1ae3trae3tre2d1s2syn5ouar2d4drowet3uaet5ymdro4pdril4dri4b5dreneu3rouar3ieute44draieu5truar3te2vasdop4pe5veadoo3ddoni4u4belsum3iev1erdoli4do4laev3idevi4le4vinevi4ve5voc2d5ofdo5dee4wage5wee4d1n4ewil54d5lue3wit2d3lou3ber5eye_u1b4i3dledfa3blfab3rfa4ce3dle_fain4suit3su5issu2g34d5lasu4b3fa3tasu1al4fato1di1vd2iti5disiuci4bfeas4di1redi4pl4feca5fectdio5gfe3life4mofen2d4st3wuc4it5ferr5diniucle3f4fesf4fie4stry1dinaf4flydi3ge3dictd4icedia5bs4tops1tle5stirs3tifs4ties1ticfic4is5tias4ti_4ficsfi3cuud3ers3thefil5iste2w4filyudev45finas4tedfi2nes2talfin4ns2tagde2tode4suflin4u1dicf2ly5ud5isu5ditde1scd2es_der5sfon4tu4don5dermss4lid4erhfor4is4siede2pudepi4fra4tf5reade3pade3nufril4frol5ud4side3nou4eneuens4ug5infu5el5dem_s5setfu5nefu3rifusi4fus4s4futade5lode5if4dee_5gal_3galiga3lo2d1eds3selg5amos2s5cssas3u1ing4ganouir4mgass4gath3uita4deaf5dav5e5dav44dato4darygeez44spotspor4s4pon4gelydark5s4ply4spio4geno4genydard5ge3omg4ery5gesigeth54getoge4tydan3g4g1g2da2m2g3gergglu5dach4gh3inspil4gh4to4cutr1gi4agia5rula5bspho5g4icogien5s2pheulch42sperspa4n5spai3c4utu1lenul4gigir4lg3islcu5pycu3picu4mic3umecu2maso5vi5glasu5liagli4bg3lig5culiglo3r4ul3mctu4ru1l4og4na_c3terul1tig2ning4nio4ultug4noncta4b4c3s2cru4dul5ulsor5dgo3isum5absor5ccris4go3nic4rinson4gsona45gos_cri5fcre4vum4bi5credg4raigran25solvsoft3so4ceunat44graygre4nco5zi4gritcoz5egruf4cow5ag5stecove4cos4es5menun4ersmel44corbco4pl4gu4tco3pacon5tsman3gy5racon3ghach4hae4mhae4th5aguha3lac4onecon4aun4ims3latu2ninhan4gs3ket5colocol5ihan4kuni3vhap3lhap5ttras4co4grhar2dco5agsir5aclim45sionhas5shaun44clichaz3acle4m1head3hearun3s4s3ingun4sws2ina2s1in4silysil4eh5elohem4p4clarhena45sidiheo5r1c4l4h4eras5icc2c1itu4orsh3ernshor4h3eryci3phshon34cipecion45cinoc1ingc4inahi5anhi4cohigh5h4il2shiv5h4ina3ship3cilihir4lhi3rohir4phir4rsh3iohis4ssh1inci4lau5pia4h1l4hlan44cier5shevcia5rhmet4ch4tish1erh5ods3cho2hoge4chi2z3chitho4mahome3hon4aho5ny3hoodhoon45chiouptu44ura_ho5ruhos4esew4ihos1p1housu4ragses5tu4rasur4behree5se5shs1e4s4h1s24chedh4tarht1enht5esur4fru3rifser4os4erlhun4tsen5gur1inu3riosen4dhy3pehy3phu1ritces5tur3iz4cesa4sencur4no4iancian3i4semeia5peiass45selv5selfi4atu3centse1le4ceniib5iaib3inseg3ruros43cencib3li3cell5cel_s5edli5bun4icam5icap4icar4s4ed3secticas5i4cayiccu44iceour4pe4ced_i5cidsea5wi2cipseas4i4clyur4pi4i1cr5icrai4cryic4teictu2ccon4urti4ic4umic5uoi3curcci4ai4daiccha5ca4thscof4ide4s4casys4cliscle5i5dieid3ios4choid1itid5iui3dlei4domid3owu5sadu5sanid5uous4apied4ecany4ield3s4cesien4ei5enn4sceii1er_i3esci1estus3ciuse5as4cedscav5if4frsca4pi3fieu5siau3siccan4eiga5bcan5d4calous5sli3gibig3ilig3inig3iti4g4lus1trig3orig5oti5greigu5iig1ur2c5ah4i5i44cag4cach4ca1blusur4sat3usa5tab5utoi3legil1erilev4uta4b4butail3iail2ibil3io3sanc2ilitil2izsal4t5bustil3oqil4tyil5uru3tati4magsa5losal4m4ute_4imetbu3res3act5sack2s1ab4imitim4nii3mon4utelbumi4bu3libu4ga4inav4utenbsor42b5s2u4tis4briti3neervi4vr3vic4inga4inger3vey4ingir3ven4ingo4inguu4t1li5ni_i4niain3ioin1isbo4tor5uscrunk5both5b5ota5bos42i1no5boriino4si4not5borein3seru3in2int_ru4glbor5di5nusut5of5bor_uto5gioge4io2grbon4au5tonru3enu4touion3iio5phior3ibod3iio5thi5otiio4toi4ourbne5gb3lisrt4shblen4ip4icr3triip3uli3quar4tivr3tigrti4db4le_b5itzira4bi4racird5ert5ibi4refbi3tri4resir5gibi5ourte5oir4isr3tebr4tagbin4diro4gvac3uir5ul2b3ifis5agis3arisas52is1cis3chbi4eris3erbi5enrson3be5yor5shais3ibisi4di5sisbe3tw4is4krs3es4ismsbe5trr3secva4geis2piis4py4is1sbe3sp4bes4be5nuval5ois1teis1tirrys4rros44be5mis5us4ita_rron4i4tagrri4vi3tani3tatbe3lorri4or4reoit4esbe1libe5gu4itiarre4frre4cbe3giit3igbe3dii2tim2itio4itisrp4h4r3pet4itonr4peait5rybe3debe3dai5tudit3ul4itz_4be2dbeat3beak4ro4varo4tyros4sro5roiv5ioiv1itror3i5root1roomval1ub3berva5mo4izarva5piron4eban3ijac4qban4ebal1ajer5srom4prom4iba4geazz5i5judgay5alax4idax4ickais4aw4ly3awaya1vorav5ocav3igke5liv3el_ve4lov4elyro1feke4tyv4erdv4e2sa5vanav3ag5k2ick4illkilo5au1thk4in_4ves_ro3crkin4gve4teaun5dk5ishau4l2au3gu4kleyaugh3ve4tyk5nes1k2noat3ulkosh4at5uekro5n4k1s2at5uaat4that5te5vianat4sk5vidil4abolaci4l4adela3dylag4nlam3o3landrob3la4tosr4noular4glar3ilas4ea4topr3nivr3nita2tomr5nica4toglbin44l1c2vi5gnat3ifat1ica5tiar3neyr5net4ati_ld5isat4hol4driv2incle4bileft55leg_5leggr4nerr3nel4len_3lencr4nar1lentle3phle4prvin5dler4e3lergr3mitl4eroat5evr4mio5lesq3lessr3menl3eva4vingrma5cvio3lvi1ou4leyevi5rovi3so4l1g4vi3sulgar3l4gesate5cat5apli4agli2amr3lo4li4asr4lisli5bir4ligr2led4lics4vitil4icul3icyl3idaat5ac3lidirk4lel4iffli4flr3ket3lighvit3r4vityriv3iri2tulim3ili4moris4pl4inar3ishris4clin3ir4is_li5og4l4iqlis4pas1trl2it_as4shas5phri2pla4socask3ia3sicl3kallka4ta3sibl4lawashi4l5leal3lecl3legl3lel5riphas4abar2shrin4grin4ear4sarin4dr2inal5lowarre4l5met3rimol4modlmon42l1n2a3roorim5ilo4civo4la5rigil5ogo3loguri5et5longlon4iri1erlood5r4icolop3il3opmlora44ricir4icerib3a5los_v5oleri4agria4blos4tlo4taar2mi2loutar2izar3iolpa5bl3phal5phi4rhall3pit5voltar4im3volv2l1s2vom5ivori4l4siear4fllt5agar4fivo4rylten4vo4talth3ia3reeltis4ar4drw5ablrgo4naraw4lu3brluch4lu3cilu3enwag5olu5idlu4ma5lumia5raur5gitwait5luo3rw5al_luss4r5gisar4atl5venrgi4nara3pwar4tar3alwas4tly5mely3no2lys4l5ysewa1teaque5ma2car3gicma4clr3get5magnwed4nmaid54maldrg3erweet3wee5vwel4lapoc5re4whwest3ap3in4aphires2tr4es_mar3vre5rumas4emas1t5matemath3rero4r4eriap5atr1er4m5bilre1pumbi4vapar4a5nuran3ul4med_an3uare5lure1lian4twre5itmel4tan2trre4fy4antomen4are3fire2fe4menemen4imens4re1de3ment2r2edme5onre4awwin4g5reavme4tare3anme1tere1alm4etr3wiserdin4rdi4aan4stwith3an2span4snan2samid4amid4gan5otwl4esr4dalm4illmin4a3mindrcum3rc4itr3charcen4min4tm4inumiot4wl3ina3niumis5lan3ita3nip4mithan3ioan1gla3neuws4per2bina3nena5neem4ninw5s4tan1dl4mocrrbi4fmo2d1mo4gomois2xac5ex4agor4bagmo3mer4baba3narrau4ta5monrare4rar5cra5nor4aniam1inr2amiam5ifra4lomo3spmoth3m5ouf3mousam3icxer4ixe5roraf4tr5aclm3petra3bixhil5mpi4aam3ag3quetm5pirmp5is3quer2que_qua5vmpov5mp4tram5ab3alyz4m1s25alyt4alysa4ly_ali4exi5di5multx4ime4aldia4laral3adal5abak1enain5opu3trn4abu4nac_na4can5act5putexpe3dna4lia4i4n4naltai5lya3ic_pur4rag5ulnank4nar3c4narenar3inar4ln5arm3agognas4c4ag4l4ageupul3cage4oaga4na4gab3nautnav4e4n1b4ncar5ad5umn3chaa3ducptu4rpti3mnc1innc4itad4suad3owad4len4dain5dana5diua3ditndi4ba3dion1ditn3dizn5ducndu4rnd2we3yar4n3eara3dianeb3uac4um5neckac3ulp4siba3cio5negene4laac1inne5mine4moa3cie4nene4a2cine4poyc5erac1er2p1s2pro1tn2erepro3lner4rych4e2nes_4nesp2nest4neswpri4sycom4n5evea4carab3uln4gabn3gelpre3vpre3rycot4ng5han3gibng1inn5gitn4glangov4ng5shabi5an4gumy4erf4n1h4a5bannhab3a5bal3n4iani3anni4apni3bani4bl_us5ani5dini4erni2fip3petn5igr_ure3_un3up3per_un5op3pennin4g_un5k5nis_p5pel_un1en4ithp4ped_un1ani3tr_to4pympa3_til4n3ketnk3inyn5ic_se2ny4o5gy4onsnmet44n1n2_ru4d5pounnni4vnob4lpo4tan5ocly4ped_ro4qyper5noge4pos1s_ri4gpo4ry1p4or_res2no4mono3my_ree2po4ninon5ipoin2y4poc5po4gpo5em5pod_4noscnos4enos5tno5tayp2ta3noun_ra4cnowl3_pi2tyra5m_pi4eyr5ia_out3_oth32n1s2ns5ab_or3t_or1d_or3cplu4mnsid1nsig4y3s2eys3ion4socns4pen5spiploi4_odd5nta4bpli4n_ni4cn5tib4plignti2fpli3a3plannti4p1p2l23ysis2p3k2ys3ta_mis1nu5enpi2tun3uinp3ithysur4nu1men5umi3nu4nyt3icnu3trz5a2b_li4t_li3o_li2n_li4g_lev1_lep5_len4pion4oard3oas4e3pi1ooat5ip4inoo5barobe4l_la4mo2binpind4_ju3rob3ul_is4i_ir5rp4in_ocif3o4cil_in3so4codpi3lopi3enocre33piec5pidipi3dep5ida_in2kod3icodi3oo2do4odor3pi4cypian4_ine2o5engze3rooe4ta_im3m_id4l_hov5_hi3b_het3_hes3_go4r_gi4bpho4ro5geoo4gero3gie3phobog3it_gi5azo5ol3phizo4groogu5i4z1z22ogyn_fes3ohab5_eye55phieph1icoiff4_en3sph4ero3ing_en3go5ism_to2qans3v_el5d_eer4bbi4to3kenok5iebio5mo4lanper1v4chs_old1eol3erpe5ruo3letol4fi_du4co3liaper3op4ernp4erio5lilpe5ono5liop4encpe4la_do4tpee4do5livcin2q3pediolo4rol5pld3tabol3ub3pedeol3uno5lusedg1le1loaom5ahoma5l2p2edom2beom4bl_de3o3fich3pe4ao4met_co4ro3mia_co3ek3shao5midom1inll1fll3teapa2teo4monom3pi3pare_ca4tlue1pon4aco3nanm2an_pa4pum2en_on5doo3nenng1hoon4guon1ico3nioon1iso5niupa3nypan4ao3nou_bri2pain4ra1oronsu4rk1hopac4tpa4ceon5umonva5_ber4ood5eood5i6rks_oop3io3ordoost5rz1scope5dop1erpa4ca_ba4g_awn4_av4i_au1down5io3pito5pon1sync_as1s_as1p_as3ctch1c_ar5so5ra_ow3elo3visov4enore5auea1mor3eioun2d_ant4orew4or4guou5etou3blo5rilor1ino1rio_ang4o3riuor2miorn2eo5rofoto5sor5pe3orrhor4seo3tisorst4o3tif_an5cor4tyo5rum_al3tos3al_af1tos4ceo4teso4tano5scros2taos4poos4paz2z3wosi4ue3pai",
6 : "os3ityos3itoz3ian_os4i4ey1stroos5tilos5titxquis3_am5atot3er_ot5erso3scopor3thyweek1noth3i4ot3ic_ot5icao3ticeor3thiors5enor3ougor3ityor3icaouch5i4o5ria_ani5mv1ativore5sho5realus2er__an3teover3sov4erttot3icoviti4o5v4olow3dero4r3agow5esto4posiop3ingo5phero5phanthy3sc3operaontif5on3t4ionten45paganp3agattele2gonspi4on3omyon4odipan3elpan4tyon3keyon5est3oncil_ar4tyswimm6par5diompro5par5elp4a4ripar4isomo4gepa5terst5scrpa5thy_atom5sta1tio5miniom3icaom3ic_ss3hatsky1scpear4lom3ena_ba5naol3umer1veilpedia4ped4icolli4er1treuo5liteol3ishpeli4epe4nano5lis_pen4thol3ingp4era_r1thoup4erago3li4f_bas4er1krauperme5ol5id_o3liceper3tio3lescolass4oi3terpe5tenpe5tiz_be5raoi5son_be3smphar5iphe3nooi5letph4es_oi3deroic3esph5ingr3ial_3ognizo5g2ly1o1gis3phone5phonio5geneo4gatora3mour2amenofit4tof5itera3chupi4ciepoly1eod5dedo5cureoc3ula1pole_5ocritpee2v1param4oc3raco4clamo3chetob5ingob3a3boast5eoke1st3nu3itpi5thanuf4fentu3meoerst2o3chasplas5tn3tinepli5ernti4ernter3sntre1pn4s3esplum4bnsati4npre4cns4moonon1eqnor5abpo3et5n5lessn5oniz5pointpoly5tnon4agnk3rup3nomicng1sprno5l4inois5i4n3o2dno3blenni3aln5keroppa5ran3itor3nitionis4ta5nine_ni3miznd3thrmu2dron3geripray4e5precipre5copre3emm3ma1bpre4lan5gerep3rese3press_can5cmedi2c5pri4e_ce4la3neticpris3op3rocal3chain4er5ipros3en4erarnera5bnel5iz_cit5rne4gatn5d2ifpt5a4bjanu3aign4itn3chisn5chiln5cheon4ces_nau3seid4iosna3talnas5tinan4itnanci4na5mitna5liahnau3zput3er2n1a2bhex2a3hatch1multi3hair1sm4pousg1utanmpo3rim4p1inmp5iesmphas4rach4empar5iraf5figriev1mpara5mo5seyram3et4mora_rane5oran4gemo3ny_monol4rap3er3raphymo3nizgno5morar5ef4raril1g2nacg1leadmoni3ara5vairav3elra5ziemon5gemon5etght1wemoi5sege3o1dmma5ryr5bine3fluoren1dixmis4ti_de3ra_de3rie3chasrch4err4ci4bm4inglm5ineedu2al_3miliame3tryrdi4er_des4crd3ingdi2rerme5thimet3alre5arr3mestim5ersadi2rende2ticdes3icre4cremen4temensu5re3disred5itre4facmen4dede2mosmen5acmem1o3reg3ismel5onm5e5dyme3died2d5ibren4te5mediare5pindd5a5bdata1bmba4t5cle4arma3tisma5scemar4lyre4spichs3huma5riz_dumb5re3strre4terbrus4qre3tribio1rhre5utiman3izre4valrev3elbi1orbbe2vie_eas3ire5vilba1thyman5is5maniamal4tymal4lima5linma3ligmag5inav3ioul5vet4rg3inglus3teanti1dl5umn_ltur3a_el3emltera4ltane5lp5ingloun5dans5gra2cabllos5etlor5ouric5aslo5rie_enam35ricidri4cie5lope_rid5erri3encri3ent_semi5lom3errig5an3logicril3iz5rimanlob5allm3ingrim4pell5out5rina__er4ril5linal2lin4l3le4tl3le4nriph5eliv3er_ge5og_han5k_hi3er_hon3olin3ea1l4inel4im4p_idol3_in3ci_la4cy_lath5rit3iclim4blrit5urriv5elriv3et4l4i4lli4gra_leg5elif3errk4linlid5er4lict_li4cor5licioli4atorl5ish_lig5a_mal5o_man5a_mer3c5less_rm5ersrm3ingy3thinle5sco3l4erilera5b5lene__mon3ele4matld4erild4erela4v4ar1nis44lativ_mo3rola5tanlan4telan5etlan4dllab3ic_mu5takin4dek3est_ro5filk3en4dro5ker5role__of5te4jestyys3icaron4al5izont_os4tlron4tai4v3ot_pe5tero3pelrop3ici5voreiv5il__pio5n_pre3mro4the_ran4tiv3en_rov5eliv3ellit3uati4tramr5pentrp5er__rit5ui4tismrp3ingit5ill_ros5tit3ica4i2tici5terirre4stit3era4ita5mita4bi_row5dist4lyis4ta_is4sesrsa5tiissen4is4sal_sci3erse4crrs5er_islan4rse5v2yo5netish5opis3honr4si4bis5han5iron_ir4minrtach4_self5iri3turten4diri5dei4rel4ire4de_sell5r4tieriq3uidrtil3irtil4lr4tilyr4tistiq5uefip4re4_sing4_ting4yn3chrru3e4lion3at2in4th_tin5krum3pli4no4cin3ityrun4ty_ton4aruti5nymbol5rvel4i_top5irv5er_r5vestin5geni5ness_tou5s_un3cein3cerincel45ryngei4n3auim3ulai5miniimi5lesac3riim5ida_ve5rasalar4ima5ryim3ageill5abil4istsan4deila5rai2l5am_wil5ii4ladeil3a4bsa5voright3iig3eraab5erd4ific_iff5enif5eroi3entiien5a45ie5gaidi5ou3s4cieab5latidi4arid5ianide3al4scopyab5rogid5ancic3ulaac5ardi2c5ocic3ipaic5inase2c3oi4carai4car_se4d4ei2b5riib5iteib5it_ib5ertib3eraac5aroi4ativ4ian4tse4molsen5ata5ceouh4warts5enedhus3t4s5enin4sentd4sentlsep3a34s1er_hun5kehu4min4servohro3poa5chethov5el5se5umhouse3sev3enho5senhort3eho5rishor5at3hol4ehol5arh5odizhlo3riac5robhis3elhion4ehimer4het4edsh5oldhe2s5ph5eroushort5here5aher4bahera3p3side_5sideshen5atsi5diz4signahel4lyact5ifhe3l4ihe5do55sine_h5ecathe4canad4dinsion5aad5er_har4lehard3e3sitioha5rasha3ranhan4tead3icahang5oadi4ersk5inesk5ing5hand_han4cyhan4cislith5hala3mh3ab4lsmall32g5y3n5gui5t3guard5smithad5ranaeri4eag5ellag3onia5guerso4labsol3d2so3licain5in4grada3s4on_gor5ougo5rizgondo5xpan4dait5ens5ophyal3end3g4o4ggnet4tglad5i5g4insgin5ge3g4in_spen4d2s5peog3imen5gies_3spher5giciagh5outsp5ingge5nizge4natge5lizge5lisgel4inxi5miz4gativgar5n4a5le5oga3nizgan5isga5mets5sengs4ses_fu4minfres5cfort5assi4erss5ilyfore5tfor5ayfo5ratal4ia_fon4dessur5aflo3ref5lessfis4tif1in3gstam4i5stands4ta4p5stat_fin2d5al5levs5tero4allicstew5afight5fi5del5ficie5ficiafi3cer5stickf3icena5log_st3ingf3icanama5ra5stockstom3a5stone2f3ic_3storef2f5iss4tradam5ascs4trays4tridf5fin_fend5efeath3fault5fa3thefar5thfam5is4fa4mafall5eew3inge5verbeven4ie5vengevel3oev3ellev5asteva2p5euti5let5roset3roget5rifsy5rinet3ricet5onaam5eraam5ilyami4noamor5ieti4noe5tidetai5loethod3eten4dtal5enes5urramp5enan3ageta5loge5strotan4detanta3ta5pere3ston4es2toes5times3tigta3rizestan43analy4taticta4tures4prean3arces3pertax4ises5onaes3olue5skintch5etanar4ies4i4ntead4ie2s5ima3natiande4sesh5enan3disan4dowang5iete5geres5ences5ecres5cana4n1icte2ma2tem3at3tenanwrita45erwau4tenesert3era3nieser3set5erniz4erniter4nis5ter3de4rivaan3i3fter3isan4imewo5vener3ineeri4ere3rient3ess_teth5e5ericke1ria4er3ester5esser3ent4erenea5nimier5enaer3emoth3easthe5atthe3iser5el_th5ic_th5icaere3in5thinkere5coth5odea5ninee3realan3ishan4klier4che5anniz4erandti4atoanoth5equi3lep5utat4ic1uan4scoe4probep3rehe4predans3poe4precan4surantal4e3penttim5ulep5anceo5rol3tine_eop3aran4tiewin4deap5eroen3ishen5icsen3etren5esten5esien5eroa3pheren3dicap3itae4nanten5amoem5ulaa3pituti3zen5emnize5missem5ishap5olaem5ine3tles_t5let_em1in2apor5iem3icaem5anael3op_el4labapos3te3liv3el5ishaps5esweath3e3lierel3icaar3actwa5verto3nate3libee4l1erel3egato3rietor5iza5radeelaxa4aran4gto3warelan4dej5udie5insttra5chtraci4ar5av4wa5gere5git5arbal4ar5easeg5ing4voteetrem5iar3enta5ressar5ial4tricsvor5abe3finetro5mitron5i4tronyar3iantro3sp5eficia3rieted5uloed3icae4d1erec3ulaec4tane4cremeco5roec3orae4concar5o5de4comme4cluse4clame5citeec5ifya5ronias3anta5sia_tu4nis2t3up_ecan5ce4belstur3ise4bel_eav3ene4a3tue5atifeath3ieat5eneart3eear4ilear4icear5eseam3ereal3oueal5erea5geread5iedum4be4ducts4duct_duc5eras3tenasur5adrea5rat3abl4d5outdo3natdom5izdo5lor4dlessu4bero3dles_at3alou3ble_d4is3tdirt5idi5niz3dine_at5ech5di3endi4cam1d4i3ad3ge4tud5estdev3ilde3strud3iedud3iesdes3tide2s5oat3egovis3itde4nardemor5at3en_uen4teuer4ilde5milat3eraugh3en3demicater5nuil5izdeli4ede5comde4cildecan4de4bonv3io4rdeb5it4dativ2d3a4bat3estu5laticu4tie5ulcheul3dercuss4icu5riaath5em3cultua5thenul3ingul5ishul4lar4vi4naul4liscu5ityctim3ic4ticuuls5esc5tantultra3ct5angcros4ecrop5ocro4pl5critiath5omum4blycre3at5vilitumor5oat5i5b5crat_cras5tcoro3ncop3iccom5ercol3orun5ishco3inc5clareat3ituunt3abat5ropun4tescit3iz4cisti4cista4cipicc5ing_cin3em3cinatuper5s5videsup3ingci2a5b5chini5videdupt5ib5vide_at4tag4ch1inch3ersch3er_ch5ene3chemiche5loure5atur4fercheap3vi5aliat3uravet3er4ch3abc5e4taau5sib3cessives4tece5ram2cen4e4cedenccou3turs5erur5tesur3theaut5enur4tiecav5al4cativave4nover3thcar5omca5percan4tycan3izcan5iscan4icus4lin3versecal4laver3ieca3latca5dencab3in3butiobuss4ebus5iebunt4iv4eresuten4i4u1t2iv3erenu3tineut3ingv4erelbroth35u5tizbound34b1orabon5at5vere_bom4bibol3icblun4t5blespblath5av3erav5enuebi3ogrbi5netven3om2v1a4bvac5ilbi3lizbet5izbe5strva5liebe5nigbbi4nabas4siva5nizbari4aav5ernbarbi5av5eryvel3liazi4eravi4er",
7 : "_dri5v4ban5dagvar5iedbina5r43bi3tio3bit5ua_ad4derution5auti5lizver5encbuf4ferus5terevermi4ncall5incast5ercas5tigccompa5z3o1phros5itiv5chanicuri4fico5stati5chine_y5che3dupport54v3iden5cific_un4ter_at5omiz4oscopiotele4g5craticu4m3ingv3i3liz4c3retaul4li4bcul4tiscur5a4b4c5utiva5ternauiv4er_del5i5qdem5ic_de4monsdenti5fdern5izdi4latou4b5ingdrag5on5drupliuar5ant5a5si4tec5essawo4k1enec5ifiee4compear5inate4f3eretro5phewide5sp5triciatri5cesefor5ese4fuse_oth5esiar5dinear4chantra5ventrac4tetrac4itar5ativa5ratioel5ativor5est_ar5adisel5ebraton4alie4l5ic_wea5rieel5igibe4l3ingto5cratem5igraem3i3niemoni5oench4erwave1g4a4pillavoice1ption5eewill5inent5age4enthesvaude3vtill5inep5recaep5ti5bva6guer4erati_tho5rizthor5it5thodicer5ence5ternitteri5zater5iesten4tage4sage_e4sagese4sert_an5est_e4sertse4servaes5idenes5ignaesis4tees5piraes4si4btal4lisestruc5e5titioounc5erxe4cutota5bleset5itiva4m5atoa4matis5stratu4f3ical5a5lyst4ficatefill5instern5isspend4gani5zasqual4la4lenti4g3o3nas5ophiz5sophicxpecto55graph_or5angeuri4al_4graphy4gress_smol5d4hang5erh5a5nizharp5enhar5terhel4lishith5erhro5niziam5eteia4tricic4t3uascour5au2r1al_5scin4dover4nescan4t55sa3tiou5do3ny_ven4de_under5ty2p5al_anti5sylla5bliner4arturn3ari5nite_5initioinsur5aion4eryiphras4_tim5o5_ten5an_sta5blrtroph4_se5rieiq3ui3t5i5r2izis5itiviso5mer4istral5i5ticki2t5o5mtsch3ie_re5mittro3fiti4v3er_i4vers_ros5per_pe5titiv3o3ro_ped5alro5n4is_or5ato4jestierom5ete_muta5bk5iness4latelitr4ial__mist5i_me5terr4ming_lev4er__mar5tilev4eralev4ers_mag5a5liar5iz5ligaterit5ers_lat5errit5er_r5ited__im5pinri3ta3blink5er_hon5ey5litica_hero5ior5aliz_hand5irip5lic_gen3t4tolo2gylloqui5_con5grt1li2erbad5ger4operag_eu4lertho3donter2ic__ar4tie_ge4ome_ge5ot1_he3mo1_he3p6a_he3roe_in5u2tpara5bl5tar2rht1a1mintalk1a5ta3gon_par5age_aster5_ne6o3f_noe1thstyl1is_poly1s5pathic_pre1ampa4tricl3o3niz_sem4ic_semid6_semip4_semir45ommend_semiv4lea4s1a_spin1oom5etryspher1o_to6poglo4ratospe3cio3s2paceso2lute_we2b1l_re1e4ca5bolicom5erseaf6fishside5swanal6ysano5a2cside5stl5ties_5lumniasid2ed_anti1reshoe1stscy4th1s4chitzsales5wsales3cat6tes_augh4tlau5li5fom5atizol5ogizo5litiorev5olure5vertre5versbi5d2ifbil2lab_earth5pera5blro1tronro3meshblan2d1blin2d1blon2d2bor1no5ro1bot1re4ti4zr5le5quperi5stper4malbut2ed_but4tedcad5e1moist5enre5stalress5ibchie5vocig3a3roint5er4matizariv1o1lcous2ticri3tie5phisti_be5stoog5ativo2g5a5rr3a3digm4b3ingre4posir4en4tade4als_od5uctsquasis6quasir6re5fer_p5trol3rec5olldic1aiddif5fra3pseu2dr5ebrat5metric2d1lead2d1li2epro2g1epre1neuod5uct_octor5apoin3came5triem5i5liepli5narpara3memin5glim5inglypi4grappal6matmis4er_m5istryeo3graporth1riop1ism__but4tio3normaonom1icfeb1ruafermi1o_de4moio5a5lesodit1icodel3lirb5ing_gen2cy_n4t3ingmo5lestration4get2ic_4g1lishobli2g1mon4ismnsta5blmon4istg2n1or_nov3el3ns5ceivno1vembmpa5rabno4rarymula5r4nom1a6lput4tinput4tedn5o5miz_cam4penag5er_nge5nesh2t1eoun1dieck2ne1skiifac1etncour5ane3backmono1s6mono3chmol1e5cpref5ac3militapre5tenith5i2lnge4n4end5est__capa5bje1re1mma1la1ply5styr1kovian_car5olprin4t3lo2ges_l2l3ishprof5it1s2tamp",
8 : "lead6er_url5ing_ces5si5bch5a5nis1le1noidlith1o5g_chill5ilar5ce1nym5e5trych5inessation5arload4ed_load6er_la4c3i5elth5i2lyneg5ativ1lunk3erwrit6er_wrap3arotrav5es51ke6linga5rameteman3u1scmar1gin1ap5illar5tisticamedio6c1me3gran3i1tesima3mi3da5bves1titemil2l1agv1er1eigmi6n3is_1verely_e4q3ui3s5tabolizg5rapher5graphicmo5e2lasinfra1s2mon4ey1lim3ped3amo4no1enab5o5liz_cor5nermoth4et2m1ou3sinm5shack2ppo5sitemul2ti5uab5it5abimenta5rignit1ernato5mizhypo1thani5ficatuad1ratu4n5i4an_ho6r1ic_ua3drati5nologishite3sidin5dling_trib5utin5glingnom5e1non1o1mistmpos5itenon1i4so_re5stattro1p2istrof4ic_g2norespgnet1ism5glo5binlem5aticflow2er_fla1g6elntrol5lifit5ted_treach1etra1versl5i5ticso3mecha6_for5mer_de5rivati2n3o1me3spac6i2t3i4an_thy4l1antho1k2er_eq5ui5to4s3phertha4l1amt3ess2es3ter1geiou3ba3dotele1r6ooxi6d1iceli2t1isonspir5apar4a1leed1ulingea4n3iesoc5ratiztch3i1er_kil2n3ipi2c1a3dpli2c1abt6ap6athdrom3e5d_le6icesdrif2t1a_me4ga1l1prema3cdren1a5lpres2plipro2cess_met4ala3do5word1syth3i2_non1e2m_post1ampto3mat4rec5ompepu5bes5cstrib5utqu6a3si31stor1ab_sem6is4star3tliqui3v4arr1abolic_sph6in1de5clar12d3aloneradi1o6gs3qui3tosports3wsports3cra5n2hascro5e2cor3bin1gespokes5wspi2c1il_te3legrcroc1o1d_un3at5t_dictio5cat1a1s2buss4ingbus6i2esbus6i2erbo2t1u1lro5e2las1s2pacinb1i3tivema5rine_r3pau5li_un5err5r5ev5er__vi2c3arback2er_ma5chinesi5resid5losophyan3ti1n2sca6p1ersca2t1olar2rangesep3temb1sci2uttse3mes1tar3che5tsem1a1ph",
9 : "re4t1ribuuto5maticl3chil6d1a4pe5able1lec3ta6bas5ymptotyes5ter1yl5mo3nell5losophizlo1bot1o1c5laratioba6r1onierse1rad1iro5epide1co6ph1o3nscrap4er_rec5t6angre2c3i1prlai6n3ess1lum5bia_3lyg1a1miec5ificatef5i5nites2s3i4an_1ki5neticjapan1e2smed3i3cinirre6v3ocde2c5linao3les3termil5li5listrat1a1gquain2t1eep5etitiostu1pi4d1v1oir5du1su2per1e6_mi1s4ers3di1methy_mim5i2c1i5nitely_5maph1ro15moc1ra1tmoro6n5isdu1op1o1l_ko6r1te1n3ar4chs_phi2l3ant_ga4s1om1teach4er_parag6ra4o6v3i4an_oth3e1o1sn3ch2es1to5tes3toro5test1eror5tively5nop5o5liha2p3ar5rttrib1ut1_eth1y6l1e2r3i4an_5nop1oly_graph5er_5eu2clid1o1lo3n4omtrai3tor1_ratio5na5mocratiz_rav5en1o",
10 : "se1mi6t5ic3tro1le1um5sa3par5iloli3gop1o1am1en3ta5bath3er1o1s3slova1kia3s2og1a1myo3no2t1o3nc2tro3me6c1cu2r1ance5noc3er1osth1o5gen1ih3i5pel1a4nfi6n3ites_ever5si5bs2s1a3chu1d1ri3pleg5_ta5pes1trproc3i3ty_s5sign5a3b3rab1o1loiitin5er5arwaste3w6a2mi1n2ut1erde3fin3itiquin5tes5svi1vip3a3r",
11 : "pseu3d6o3f2s2t1ant5shimi1n2ut1estpseu3d6o3d25tab1o1lismpo3lyph1onophi5lat1e3ltravers3a3bschro1ding12g1o4n3i1zat1ro1pol3it3trop1o5lis3trop1o5lesle3g6en2dreeth1y6l1eneor4tho3ni4t",
12 : "3ra4m5e1triz1e6p3i3neph1"
}
};
Hyphenator.languages.ru = {
leftmin : 2,
rightmin : 2,
specialChars : unescape("\u0430\u0431\u0432\u0433\u0434\u0435\u0451\u0436\u0437\u0438\u0439\u043a\u043b\u043c\u043d\u043e\u043f\u0440\u0441\u0442\u0443\u0444\u0445\u0446\u0447\u0448\u0449\u044a\u044b\u044c\u044d\u044e\u044f\u0410\u0411\u0412\u0413\u0414\u0415\u0401\u0416\u0417\u0418\u0419\u041a\u041b\u041c\u041d\u041e\u041f\u0420\u0421\u0422\u0423\u0424\u0425\u0426\u0427\u0428\u0429\u042a\u042b\u042c\u042d\u042e\u042f\u0a02%u200D"),
patterns : {
2 : "1\u04331\u04361\u043c1\u043f1\u04441\u04461\u04481\u0449\u044a1\u044b1\u044c11\u044d1\u044e",
3 : "\u04301\u0431\u04301\u0434\u04301\u0435\u04301\u0438\u04301\u043a\u04301\u0443\u04301\u0447\u04301\u044f1\u0431\u0430\u04311\u0432\u0431\u043321\u0431\u04352\u0431\u0436\u04311\u043b1\u0431\u043e\u04311\u04422\u0431\u04442\u0431\u04462\u0431\u04482\u0431\u04491\u0431\u044b1\u0431\u044c1\u0431\u044f1\u0432\u0430\u04321\u0434\u04321\u043b2\u0432\u043c\u0432\u044422\u0432\u04462\u0432\u04482\u0432\u0449\u0432\u044a21\u0432\u044b1\u0432\u044f\u04332\u04302\u0433\u0433\u04332\u04382\u0433\u043f2\u0433\u04441\u0434\u0430\u0434\u043221\u0434\u04351\u0434\u0438\u04341\u043b1\u0434\u043e2\u0434\u043f1\u0434\u04432\u0434\u0444\u04341\u04452\u0434\u04492\u0434\u044a1\u0434\u044b1\u0434\u044f\u04351\u04302\u0435\u0431\u04351\u0435\u04351\u04382\u0435\u043e\u0435\u044d2\u04351\u044f\u0436\u04332\u04362\u043c2\u0436\u04442\u0436\u04462\u0436\u044a2\u0437\u04331\u0437\u04351\u0437\u0438\u04371\u043b\u04371\u043d2\u0437\u04421\u0437\u04432\u0437\u0446\u04371\u04472\u0437\u04481\u0437\u044b1\u0437\u044f\u04381\u0430\u04381\u0435\u04381\u0438\u04381\u043a\u04381\u043b2\u0438\u043f\u04381\u0440\u04381\u0442\u04381\u0447\u04381\u044f2\u04391\u0439\u04342\u0439\u044f12\u043a\u04331\u043a\u04352\u043a\u043c\u043a2\u043e2\u043a\u043f2\u043a\u0441\u043a2\u04432\u043a\u04442\u043a\u04462\u043a\u04481\u043a\u044c\u043a2\u044e2\u043b\u04311\u043b\u04382\u043b\u043c1\u043b\u043e2\u043b\u043f\u043b1\u04422\u043b\u0446\u043b1\u0447\u043b2\u044e1\u043b\u044f2\u043c\u04362\u043c\u043c2\u043c\u043f2\u043c\u04442\u043c\u04462\u043c\u04492\u043c\u044d\u043c2\u044e1\u043d\u04302\u043d\u04331\u043d\u04351\u043d\u0438\u043d1\u043b1\u043d\u043e1\u043d\u0443\u043d1\u04452\u043d\u04462\u043d\u04482\u043d\u04491\u043d\u044b\u043d2\u044d1\u043d\u044f\u043e1\u0432\u043e\u04332\u043e1\u0435\u043e3\u04382\u043e\u0439\u043e1\u043a\u043e1\u04422\u043e\u044e\u043e1\u044f\u043f\u04351\u043f\u044522\u043f\u04462\u043f\u04482\u043f\u04492\u0440\u04332\u0440\u04372\u0440\u043c2\u0440\u043f2\u0440\u04442\u0440\u04452\u0440\u04462\u0440\u04482\u0440\u04492\u0440\u044a\u04402\u044e1\u0441\u0430\u0441\u04332\u04411\u0437\u04412\u043c\u04411\u043d1\u0441\u043e\u0441\u043f21\u0441\u04401\u0441\u0443\u0441\u04472\u0441\u044821\u0441\u044b1\u0441\u044f2\u0442\u04332\u0442\u0436\u0442\u043c22\u0442\u04444\u0442\u04462\u0442\u04492\u0442\u044a2\u0442\u044c2\u0442\u044d\u04422\u044e\u04431\u0430\u04431\u0435\u04431\u0438\u04431\u043e\u04431\u04432\u0443\u044d\u04431\u044f2\u0444\u0433\u04444\u04382\u0444\u043c2\u0444\u04441\u0445\u04302\u0445\u04331\u0445\u04351\u0445\u04381\u0445\u043e\u0445\u043f22\u0445\u0448\u0446\u043012\u0446\u0433\u0446\u043812\u0446\u043c3\u0446\u04432\u0446\u04463\u0446\u044b\u0446\u044e11\u0447\u0430\u04471\u04321\u0447\u0435\u04472\u04361\u0447\u04381\u0447\u043c3\u0447\u043e1\u0447\u0443\u04472\u0445\u04482\u04322\u0448\u043c2\u0448\u0444\u04481\u04452\u0448\u04462\u0448\u044c2\u0449\u043c\u044a\u044e2\u044a\u044f2\u044b\u04352\u044b\u04382\u044b\u04432\u044c\u04312\u044c2\u0435\u044c2\u043e\u044c2\u044e\u044c2\u044f\u044d1\u04322\u044d\u0433\u044d2\u043c\u044d2\u043d\u044d2\u043f\u044d\u04411\u044d2\u0444\u044d\u04452\u044d2\u0446\u044d\u044f2\u044e1\u0430\u044e1\u0431\u044e1\u0432\u044e1\u0435\u044e1\u0438\u044e1\u043a2\u044e\u043c\u044e1\u0445\u044e1\u0447\u044e1\u044f\u044f1\u0435\u044f1\u0438\u044f1\u043a\u044f1\u043b\u044f1\u0443\u04301\u04511\u0431\u04511\u0434\u0451\u04351\u04512\u0451\u04311\u0437\u0451\u04381\u04511\u043a\u04511\u043d\u0451\u043e1\u0451\u043f\u04511\u04431\u04511\u0447\u0451\u044c2\u0451\u044e1\u0451",
4 : "_\u0430\u04382_\u0430\u04432_\u0438\u04382_\u0438\u043e2_\u0438\u04413_\u043b\u044c2_\u043e\u04374_\u0441\u043a2_\u0441\u04422_\u0443\u04312_\u0443\u04342_\u0443\u04352_\u0443\u043a2_\u0443\u043e3_\u0443\u043f2_\u0443\u04412_\u0443\u044e2_\u044e\u044114\u04303\u0430\u0430\u04302\u043f\u0430\u04302\u0440\u0430\u04302\u0446\u04303\u0431\u0443\u0430\u04321\u0432\u04301\u0432\u0435\u04301\u0432\u0438\u04301\u0432\u043e\u04302\u0432\u0442\u04301\u0432\u0443\u04302\u0432\u04452\u0430\u0433\u0430\u04302\u0433\u04342\u0430\u0433\u043e\u04303\u0433\u04432\u0430\u0434\u0432\u04302\u0434\u043b\u0430\u04342\u0446\u0430\u04352\u043b\u04302\u0435\u043f\u0430\u04352\u0441\u0430\u0437\u04322\u0430\u0437\u04332\u0430\u04371\u0440\u04302\u0438\u0445\u0430\u043a1\u04321\u0430\u043a\u043a\u0430\u043a2\u043b\u0430\u043a1\u0441\u04301\u043b\u0430\u04301\u043b\u0435\u04303\u043b\u0438\u04301\u043b\u0443\u04301\u043b\u044b\u04301\u043b\u044e2\u0430\u043c\u0430\u0430\u043c\u043142\u0430\u043c\u043e\u04302\u043c\u0447\u0430\u043d1\u0440\u04301\u043d\u044c2\u04301\u043e\u0430\u043e2\u0434\u0430\u043e2\u043a\u0430\u043e2\u0440\u0430\u043e2\u04412\u0430\u043f\u043e\u04301\u0440\u0430\u04301\u0440\u0435\u04301\u0440\u0438\u04301\u0440\u043e\u04301\u0440\u0443\u0430\u04401\u0445\u04301\u0440\u044b\u04301\u0440\u044e\u04301\u0440\u044f\u04301\u0442\u0430\u04301\u0442\u0438\u04301\u0442\u043e\u04301\u0442\u0443\u0430\u04422\u0445\u04301\u0442\u044b\u04301\u0442\u044e\u04301\u0442\u044f\u04302\u0443\u0431\u0430\u04432\u0434\u0430\u04432\u0445\u0430\u04432\u0447\u0430\u0443\u044d1\u0430\u04452\u0430\u0430\u04453\u04412\u0430\u0447\u0430\u04302\u0447\u043b\u0430\u04471\u0442\u04302\u0448\u043b\u04302\u044d\u0440\u0430\u044f2\u0431\u0430\u044f2\u0432\u0430\u044f2\u0437\u0431\u04301\u0437\u0431\u04302\u043e2\u04311\u0431\u0431\u0432\u044b22\u04311\u04343\u0431\u0435\u04323\u0431\u0435\u04353\u0431\u0435\u04462\u0431\u0435\u0449\u04311\u043721\u04312\u04383\u0431\u0438\u0430\u0431\u04382\u04312\u0431\u0438\u04363\u0431\u0438\u043a3\u0431\u0438\u043e\u0431\u04381\u04452\u04313\u043a2\u0431\u043b\u044b2\u0431\u043b\u044f2\u04313\u043d3\u0431\u043e\u04422\u0431\u0440_2\u0431\u0440\u0441\u04311\u0440\u04432\u0431\u0440\u044c\u04311\u0440\u044f\u04313\u0441\u043a\u0431\u04414\u043b1\u04312\u0443\u0431\u04431\u04412\u04311\u04452\u04311\u0447\u0431\u044b2\u04412\u0431\u044c_2\u0431\u044c\u04412\u0431\u044c\u0442\u0431\u044d1\u04403\u04312\u044e3\u0432\u0430\u0433\u0432\u04301\u0437\u0432\u0430\u044513\u0432\u0430\u04463\u0432\u0430\u044f2\u04321\u0431\u04321\u0432\u0438\u04321\u0432\u04402\u0432\u043321\u0432\u0435\u04323\u0432\u0435\u04331\u0432\u0435\u04351\u0432\u0435\u04371\u0432\u0435\u04411\u0432\u0435\u04461\u0432\u0435\u044e1\u0432\u0435\u044f\u0432\u0437\u04332\u0432\u0437\u04342\u0432\u0437\u044a21\u0432\u0438\u0437\u0432\u04381\u043e\u0432\u0438\u04433\u0432\u04382\u04442\u04321\u043a\u0432\u043a2\u043b\u04322\u043b\u04302\u0432\u043b\u04382\u0432\u043b\u044e2\u0432\u043b\u044f1\u0432\u043c\u04352\u04321\u043d\u0432\u043d\u043e1\u04323\u043d\u044b\u0432\u043e\u043221\u0432\u043e\u04341\u0432\u043e\u043a\u0432\u043e\u043f21\u0432\u043e\u04451\u0432\u043e\u044e2\u0432\u043f22\u0432\u0440_1\u0432\u0440\u044e\u04321\u0440\u044f\u04321\u044221\u0432\u0443\u0430\u0432\u04433\u04332\u0432\u0443\u0438\u0432\u04433\u043f1\u0432\u0445\u043e2\u04321\u0447\u0432\u044b\u043f2\u0432\u044b\u044522\u0432\u044c_1\u0432\u044c\u04352\u0432\u044c\u04412\u0432\u044c\u04421\u0432\u044c\u044e1\u0432\u044c\u044f1\u04322\u044e\u0433\u04301\u0437\u0433\u04302\u04432\u04333\u0431\u0433\u0431\u04302\u04331\u0432\u04383\u0433\u0435_2\u04333\u04362\u04331\u04372\u04331\u043a\u04331\u043b\u04352\u04333\u043c\u04333\u043d\u044f\u0433\u043e1\u04373\u0433\u043e\u0439\u04332\u043e\u043b3\u0433\u043e\u044e2\u0433\u0440_2\u0433\u0440\u044e\u04334\u0441\u0430\u04334\u0441\u04312\u04333\u0442\u0433\u04431\u0432\u0433\u04431\u04412\u04331\u04472\u04333\u04482\u04333\u044d\u0434\u04301\u0437\u0434\u04302\u043e2\u04341\u0431\u04341\u0432\u04351\u0434\u0432\u0438\u04343\u0432\u043a\u04341\u0432\u043b2\u0434\u0432\u044f2\u0434\u043323\u0434\u0435\u04372\u0434\u0436_2\u0434\u0436\u0441\u0434\u0438\u043f2\u0434\u0438\u04433\u0434\u04381\u04452\u04341\u043a2\u04341\u043d\u04343\u043d\u0430\u0434\u043e1\u0437\u0434\u043e\u043f2\u0434\u043e1\u04412\u0434\u0440_\u04341\u0440\u0435\u04341\u0440\u0438\u04341\u0440\u044b\u04341\u0440\u044f\u0434\u0441\u043a22\u04341\u0442\u0434\u04433\u0433\u0434\u04432\u043e\u0434\u04431\u04452\u0434\u0446\u04432\u0434\u0446\u044b2\u04341\u04472\u0434\u044b\u04332\u0434\u044b\u04342\u0434\u044b\u04422\u0434\u044b\u04492\u0434\u044c_1\u0434\u044c\u04352\u0434\u044c\u043a2\u0434\u044c\u04421\u0434\u044c\u044e1\u0434\u044c\u044f1\u04342\u044e\u0435\u04302\u0434\u0435\u04302\u0437\u04351\u0432\u0435\u04351\u0432\u0438\u04351\u0432\u043e\u04352\u0432\u0442\u04351\u0432\u0443\u04351\u0432\u0445\u04351\u0432\u044c\u0435\u04332\u0434\u0435\u04342\u0436\u0435\u04352\u0445\u04352\u0436\u04332\u0435\u0436\u0435\u04353\u0437\u0435\u04353\u0437\u044f\u0435\u04382\u0434\u0435\u04382\u043c\u0435\u04382\u043e\u04351\u043a\u0430\u0435\u043a2\u0437\u04351\u043a\u0438\u04351\u043a\u0443\u04351\u043b\u0430\u04351\u043b\u0435\u04351\u043b\u0443\u04351\u043b\u044b\u04351\u043b\u044e\u04353\u043b\u044f\u04352\u043c\u0447\u04353\u043d\u0430\u0435\u043d\u04412\u04351\u043d\u044d\u04351\u043e\u0434\u04352\u043e\u0438\u04352\u043e\u043c\u0435\u043e\u043f2\u0435\u043e\u044122\u0435\u043f\u0435\u04352\u043f\u043b\u04354\u043f\u043d2\u0435\u043f\u043e\u04354\u043f\u0442\u04351\u0440\u0430\u04352\u0440\u0432\u04351\u0440\u0435\u04351\u0440\u0438\u04351\u0440\u043e\u04351\u0440\u0443\u04351\u0440\u044b\u04351\u0440\u044e\u04351\u0440\u044f\u04351\u0441\u0433\u04351\u0441\u043a2\u0435\u0441\u043b\u04353\u0441\u043e2\u0435\u0441\u043f\u04351\u0441\u0442\u04351\u0442\u0430\u04351\u0442\u0438\u04351\u0442\u043e\u0435\u04421\u0440\u04351\u0442\u0443\u04351\u0442\u044b\u04351\u0442\u044e\u04351\u0442\u044f\u04351\u044322\u0435\u0443\u0431\u0435\u0443\u04372\u0435\u04442\u043b2\u0435\u0446\u0432\u04351\u0447\u043b\u04352\u0448\u043b\u0435\u044e2\u0433\u0435\u044f2\u0437\u0436\u04301\u04372\u04361\u04322\u0436\u0433\u0430\u04362\u0433\u0438\u04362\u0433\u04432\u04361\u0434\u04362\u0434\u0438\u0436\u0434\u043e3\u0436\u0434\u044314\u0436\u0434\u044c3\u0436\u0435\u04322\u0436\u0436\u0430\u04362\u0436\u0435\u0436\u04381\u043e2\u04361\u043a2\u04361\u043b\u04363\u043c\u04302\u04361\u043d\u0436\u043d\u043e1\u0436\u043e\u044332\u0436\u043f2\u0436\u043f\u043e1\u04362\u0440\u04432\u04361\u04412\u04361\u04472\u0436\u044c_2\u0436\u044c\u04412\u0436\u044c\u04421\u0437\u04301\u0437\u0430\u04302\u0437\u0430\u04312\u0437\u0430\u04334\u0437\u0430\u043f2\u0437\u0430\u04412\u0437\u0430\u04422\u0437\u0430\u04432\u0437\u0430\u04452\u0437\u0430\u044f2\u04371\u04312\u04371\u0432\u0435\u04371\u0432\u0438\u04371\u0432\u043e\u04371\u0432\u04401\u0437\u0432\u0443\u04371\u0432\u044c\u04373\u0433\u04302\u0437\u04362\u04373\u043723\u0437\u0438_3\u0437\u0438\u04413\u0437\u0438\u04472\u04371\u043a\u0437\u043a\u043e12\u0437\u043c2\u04373\u043c\u043d2\u0437\u043d\u04352\u0437\u043d\u043e2\u0437\u043d\u04431\u0437\u043e\u04321\u0437\u043e\u04351\u0437\u043e\u04381\u0437\u043e\u043d1\u0437\u043e\u043e\u0437\u043e\u044121\u0437\u043e\u0445\u0437\u043e\u044821\u0437\u043e\u044d1\u0437\u043e\u044e\u04371\u0440\u0430\u04371\u0440\u043e\u04371\u0440\u0443\u04372\u0440\u044e\u04371\u0440\u044f2\u04371\u0441\u04371\u0442\u04383\u0437\u0443_\u0437\u04431\u04323\u0437\u0443\u04352\u0437\u0443\u043f\u0437\u044b2\u04372\u0437\u044b\u04491\u0437\u044c\u04351\u0437\u044c\u04381\u0437\u044c\u044e3\u0437\u044c\u044f1\u04372\u044e\u04382\u0430\u0431\u04382\u0430\u0432\u0438\u0430\u04332\u0438\u0430\u043e2\u04382\u0430\u043f\u04382\u0430\u04442\u04381\u0431\u04381\u0432\u0438\u04381\u0432\u04432\u0438\u0432\u044b\u0438\u04332\u0434\u04383\u0433\u04352\u0438\u0433\u043b\u04382\u0433\u043d\u04381\u0434\u0432\u0438\u04341\u0440\u04381\u0434\u044c\u0438\u04352\u0433\u0438\u04352\u0434\u0438\u04352\u0440\u04381\u0437\u043e\u0438\u04371\u0440\u0438\u0439\u04412\u04383\u043a\u043e\u04383\u043a\u0443\u0438\u043b\u043f2\u04382\u043b\u044c2\u0438\u043c\u0430\u04383\u043c\u0438\u04382\u043c\u0447\u0438\u043d\u043421\u0438\u043d\u0436\u0438\u043d\u044121\u0438\u043d\u04441\u0438\u043d\u044a\u04381\u043e\u0431\u04382\u043e\u0433\u04381\u043e\u0434\u04381\u043e\u0437\u04381\u043e\u043d\u04381\u043e\u0440\u04381\u043e\u0448\u0438\u043f3\u043d\u04382\u0440\u0432\u04382\u0440\u04361\u0438\u0440\u0440\u04382\u0441\u0431\u04382\u0441\u0434\u0438\u04411\u043a\u04384\u0441\u0441\u04381\u0441\u0442\u04382\u0442\u043c\u04381\u04432\u0438\u04433\u043f\u0438\u04441\u043b\u04382\u0444\u0440\u04381\u0445\u0443\u04382\u0448\u0442\u0438\u044e4\u043b\u0438\u044e2\u043d\u0438\u044e2\u0442\u0438\u044f2\u0434\u0439\u043d\u043e1\u0439\u043f2\u043b\u04392\u0441\u0431\u04392\u0441\u043d\u04392\u0441\u0448\u04392\u0442\u043c\u04392\u0445\u043c1\u043a\u0430\u0432\u043a2\u0430\u04341\u043a\u0430\u04351\u043a\u0430\u04391\u043a\u0430\u043c1\u043a\u0430\u043d1\u043a\u0430\u04421\u043a\u0430\u04451\u043a\u0430\u044e2\u043a1\u0431\u043a1\u0432\u0438\u043a1\u0432\u04432\u043a1\u0434\u043a\u0434\u043022\u043a\u0435\u04302\u043a1\u04371\u043a\u0438\u0432\u043a\u04381\u043e1\u043a\u0438\u0442\u043a\u043a3\u0441\u043a3\u043b\u044b2\u043a\u043b\u044c1\u043a\u043b\u044e2\u043a1\u043d1\u043a\u043e\u04321\u043a\u043e\u04341\u043a\u043e\u04371\u043a\u043e\u04411\u043a\u043e\u04482\u043a\u0440_\u043a\u04413\u0433\u043a\u04413\u043c\u043a3\u0441\u043e\u043a3\u0441\u04432\u043a1\u0442\u043a\u04422\u04403\u043a\u0443\u04351\u043a\u0443\u04393\u043a\u0443\u043c1\u043a\u0443\u04401\u043a\u0443\u04422\u043a1\u04471\u043b\u0430_1\u043b\u0430\u0435\u043b2\u0430\u043a\u043b\u0430\u044311\u043b\u0430\u044f\u043b1\u0431\u0440\u043b1\u0432\u0435\u043b1\u0432\u0438\u043b1\u0432\u043e\u043b1\u0432\u0443\u043b2\u0433\u043b\u043b\u0433\u043e11\u043b\u0435_1\u043b\u0435\u043d1\u043b\u0435\u0445\u043b1\u0437\u043e2\u043b1\u043a\u043b\u043a2\u04322\u043b1\u043b\u043b2\u043b\u044c\u043b\u043b\u044e12\u043b1\u043d\u043b\u04413\u04311\u043b\u0443_\u043b\u04431\u0432\u043b\u04433\u04331\u043b\u0443\u04351\u043b\u0443\u043d\u043b\u04431\u04411\u043b\u0443\u044e1\u043b\u044b_1\u043b\u044b\u04351\u043b\u044b\u04361\u043b\u044b\u04391\u043b\u044b\u043c4\u043b\u044c_2\u043b\u044c\u04343\u043b\u044c\u04353\u043b\u044c\u04382\u043b\u044c\u043a2\u043b\u044c\u043c2\u043b\u044c\u043d3\u043b\u044c\u043e2\u043b\u044c\u04422\u043b\u044c\u04462\u043b\u044c\u04473\u043b\u044c\u044e3\u043b\u044c\u044f1\u043b\u044e_1\u043b\u044e\u04363\u043b\u044f_2\u043b\u044f\u04343\u043b\u044f\u043c3\u043b\u044f\u04453\u043c\u0430\u0433\u043c\u04302\u0443\u043c\u0430\u044423\u043c\u0430\u04474\u043c1\u0431\u043c3\u0431\u0438\u043c\u04312\u043b2\u043c\u043322\u043c1\u04343\u043c\u043a\u043d2\u043c1\u043b2\u043c1\u043d3\u043c\u043e\u04343\u043c\u043e\u043d3\u043c\u043e\u043f3\u043c\u043e\u0444\u043c\u043f2\u043b2\u043c\u0440\u0438\u043c1\u0440\u044b2\u043c1\u0441\u043c\u04412\u043a\u043c\u04412\u043d2\u043c1\u0442\u043c\u0444\u043832\u043c1\u04452\u043c\u04482\u043c\u044b\u043c1\u043c\u044b2\u04412\u043c\u044c_2\u043c\u044c\u0441\u043c\u044c\u044e1\u043c\u044d1\u0440\u043c\u044f1\u04402\u043d\u0430\u04472\u043d\u0430\u04493\u043d\u0430\u044f2\u043d1\u0432\u043d\u04334\u043b\u043d\u04332\u04402\u043d1\u0434\u043d\u04342\u0436\u043d2\u0434\u043b\u043d2\u0434\u0446\u043d\u0435\u043323\u043d\u0435\u0434\u043d\u04353\u0435\u043d\u0435\u043823\u043d\u0435\u0443\u043d\u0435\u044f23\u043d\u0438\u0439\u043d\u0438\u04433\u043d\u04381\u04453\u043d\u0438\u04463\u043d\u0438\u04492\u043d1\u043a\u043d\u043a2\u0432\u043d\u043a2\u043b\u043d\u043a1\u04412\u043d1\u043d\u043d\u043e\u04312\u043d\u043e\u044d2\u043d3\u043f2\u043d1\u0440\u043e2\u043d1\u0441\u043d2\u0441\u0433\u043d2\u0441\u043b\u043d2\u0441\u043d2\u043d1\u0442\u043d2\u0442\u043c\u043d\u04431\u04453\u043d\u0443\u044e2\u043d\u04442\u043d\u0445\u043e12\u043d1\u0447\u043d2\u0447\u043b\u043d\u04482\u04423\u043d\u044b_2\u043d\u044c_1\u043d\u044c\u04351\u043d\u044c\u04382\u043d\u044c\u043a1\u043d\u044c\u043e2\u043d\u044c\u04412\u043d\u044c\u04422\u043d\u044c\u04471\u043d\u044c\u044e1\u043d\u044c\u044f1\u043d2\u044e\u043e3\u0430\u0432\u043e\u0430\u043f12\u043e\u0431\u04301\u043e\u0431\u043c\u043e\u04311\u04401\u043e\u0431\u044a2\u043e\u0431\u044c\u043e\u04322\u0442\u043e2\u0432\u0445\u043e1\u0434\u044c\u043e\u04351\u0431\u043e\u04352\u0434\u043e\u04351\u043e\u043e\u04352\u0446\u043e1\u0437\u043e\u043e\u0438\u04353\u043e\u04382\u0437\u043e\u04382\u043c\u043e\u04382\u043e\u043e\u0439\u04412\u043e\u043a2\u04321\u043e\u043a\u0442\u043e3\u043b\u0430\u043e1\u043b\u0435\u043e3\u043b\u043e\u043e1\u043b\u0443\u043e1\u043b\u044b\u043e1\u043b\u044e\u043e3\u043b\u044f\u043e3\u043c\u04302\u043e\u043c\u0435\u043e\u043c2\u0447\u043e2\u043c\u044c\u043e3\u043d\u0430\u043e\u043d\u04342\u043e1\u043d\u0440\u043e\u043d\u04412\u043e1\u043e2\u043e2\u043e\u043b\u043e2\u043e\u0444\u043e1\u0440\u0430\u043e1\u0440\u0435\u043e1\u0440\u0438\u043e1\u0440\u043e2\u043e\u0440\u0446\u043e1\u0440\u044b\u043e1\u0440\u044e\u043e1\u0440\u044f\u043e\u04412\u0431\u043e1\u0441\u04422\u043e\u0441\u0445\u043e\u0442\u043221\u043e\u0442\u04331\u043e\u0442\u0434\u043e3\u0442\u0438\u043e2\u0442\u043c1\u043e\u0442\u0445\u043e1\u04432\u043e\u0443\u043f2\u043e3\u0444\u04352\u043e\u0445\u0438\u043e1\u0445\u0440\u043e1\u0445\u0443\u043e2\u0446\u043e\u043e\u04472\u043b\u043e1\u0447\u0442\u043e\u04482\u0442\u043e\u044f2\u0432\u043e\u044f2\u0434\u043e\u044f2\u0437\u043f\u04303\u04442\u043f1\u0434\u043f\u04352\u04374\u043f3\u043a2\u043f\u043b_2\u043f1\u043d\u043f3\u043d\u0430\u043f3\u043d\u044b3\u043f\u043e\u04392\u043f\u043f22\u043f\u0440_\u043f\u0440\u043812\u043f\u0440\u0441\u043f2\u0440\u0443\u043f3\u0441\u043e2\u043f1\u0442\u043f3\u0442\u04433\u043f\u0443\u04312\u043f\u044424\u043f3\u04472\u043f\u044c_2\u043f\u044c\u0442\u043f2\u044e11\u0440\u0430_\u0440\u0430\u043021\u0440\u0430\u044e1\u0440\u0430\u044f2\u04401\u0431\u04401\u0432\u0438\u04401\u0432\u043e\u04401\u0432\u044c\u04402\u0433\u0432\u04402\u0433\u043d\u0440\u04332\u04402\u04401\u0434\u0440\u04342\u0436\u04402\u0434\u043b\u04402\u0434\u04461\u0440\u0435_\u04401\u0437\u043e\u0440\u04383\u0430\u0440\u0438\u04312\u04402\u0438\u043d1\u0440\u0438\u04431\u0440\u0438\u04461\u0440\u0438\u04482\u04401\u043a\u04402\u043a\u0432\u0440\u043a1\u0441\u04402\u043b\u044c\u0440\u043b\u044e1\u04403\u043b\u044f\u04402\u043c\u04472\u04401\u043d1\u0440\u043e_1\u0440\u043e\u04432\u04401\u04404\u04401\u0441\u0440\u04412\u043a\u04402\u0441\u043d\u0440\u04412\u043f2\u04401\u0442\u04402\u0442\u043c1\u0440\u0443_1\u0440\u0443\u043b\u0440\u04442\u043b\u04402\u0445\u0432\u0440\u04451\u043b\u0440\u04451\u0440\u04402\u0446\u04322\u04401\u0447\u04402\u0447\u043b\u04402\u0447\u043c\u0440\u04482\u04421\u0440\u044b_1\u0440\u044b\u04312\u0440\u044b\u04371\u0440\u044b\u043c2\u0440\u044c_1\u0440\u044c\u04351\u0440\u044c\u04382\u0440\u044c\u043a2\u0440\u044c\u04412\u0440\u044c\u04421\u0440\u044c\u044e1\u0440\u044c\u044f\u0440\u044d1\u043b1\u0440\u044e_1\u0440\u044e\u04411\u0440\u044f\u044e1\u0441\u04312\u04412\u0431\u044b2\u0441\u0431\u044e1\u04412\u0432\u04412\u0433\u0438\u04412\u0433\u043d\u04412\u0433\u043e1\u0441\u04342\u04412\u0434\u0430\u04412\u0434\u0435\u04413\u0434\u0438\u04412\u0434\u043e1\u04412\u04351\u04412\u04361\u04412\u04383\u0441\u0438\u0437\u0441\u04381\u04454\u0441\u043a_\u0441\u043a2\u043b2\u0441\u043a\u043d\u0441\u043a2\u0440\u0441\u043a1\u04412\u0441\u043b\u044c2\u0441\u043d\u043e\u04412\u043e\u0432\u0441\u043e1\u0434\u04413\u043f\u043d2\u0441\u043f\u044c2\u0441\u0440_2\u04411\u0441\u04412\u0441\u0431\u0441\u04412\u043b\u04412\u0441\u043d\u0441\u04412\u043f\u0441\u0441\u04422\u0441\u04412\u04472\u0441\u0442_2\u0441\u0442\u0431\u04412\u0442\u04351\u0441\u0442\u04382\u0441\u0442\u043a2\u0441\u0442\u043c2\u0441\u0442\u043d2\u0441\u0442\u043f2\u0441\u0442\u04412\u0441\u0442\u04442\u0441\u0442\u04461\u0441\u0442\u044b\u04414\u0442\u044c\u0441\u04432\u0431\u0441\u04431\u0432\u0441\u04432\u0437\u0441\u04431\u0445\u04411\u044522\u0441\u0446\u04302\u0441\u0446\u043e1\u0441\u0447\u0430\u04411\u0447\u043b2\u0441\u0447\u043e\u04413\u0448\u043d1\u0441\u044a2\u0441\u044b2\u0437\u0441\u044b2\u04412\u0441\u044c_1\u0441\u044c\u04352\u0441\u044c\u043a2\u0441\u044c\u04421\u0441\u044c\u044e1\u0441\u044c\u044f\u0441\u044d1\u0440\u04412\u044d\u04411\u04412\u044e\u0441\u044e1\u04412\u0441\u044f\u04371\u0442\u0430\u0433\u04422\u0430\u043d1\u0442\u0430\u04411\u0442\u0430\u04492\u0442\u0432_2\u0442\u0432\u04382\u0442\u0432\u04432\u0442\u0432\u044b2\u0442\u0432\u044f2\u04421\u04341\u04422\u0435\u0442\u04351\u04342\u04421\u0437\u0442\u0438\u04382\u0442\u0438\u043a23\u0442\u043a\u043d2\u04421\u043b\u04422\u043b\u044c\u04423\u043c\u04492\u04421\u043d\u0442\u043e1\u04341\u0442\u043e\u04492\u0442\u043f22\u0442\u0440\u04312\u0442\u0440\u04322\u0442\u0440\u04332\u0442\u0440\u04342\u0442\u0440\u043c2\u0442\u0440\u043d2\u0442\u0440\u043f2\u0442\u0440\u04402\u0442\u0440\u04442\u0442\u0440\u04492\u0442\u0440\u044a\u04421\u0440\u044b\u04422\u0441\u04312\u04421\u0442\u04422\u0442\u043c1\u0442\u0443\u04492\u04421\u04452\u04421\u04472\u0442\u044824\u0442\u044c_3\u0442\u044c\u04353\u0442\u044c\u0438\u0442\u044c2\u043c4\u0442\u044c\u0442\u0442\u044c\u044e1\u0442\u044e1\u04421\u0442\u044f\u04331\u0442\u044f\u04361\u0442\u044f\u043f\u04432\u0430\u0441\u0443\u04311\u0440\u04431\u0432\u0438\u0443\u04322\u043b\u04431\u0432\u043e\u04431\u0432\u0443\u04432\u0433\u0432\u04432\u0433\u043b\u04432\u0433\u043d\u0443\u04342\u0432\u04433\u0434\u0443\u0443\u04352\u0434\u0443\u04352\u043b\u0443\u04351\u0441\u0443\u04352\u0445\u04432\u0436\u0436\u04431\u0437\u043e\u04431\u043a\u0430\u0443\u043a1\u0432\u04431\u043a\u0438\u04431\u043a\u043e\u04431\u043b\u0430\u04431\u043b\u0435\u04431\u043b\u0443\u04431\u043b\u044e\u04432\u043c\u0447\u04433\u043d\u0430\u04431\u043d\u044c\u0443\u043e2\u0431\u0443\u043e2\u0432\u0443\u043e2\u043a\u0443\u043e2\u043f\u0443\u043e2\u0441\u0443\u043e2\u0444\u04432\u043f\u043b\u04431\u0440\u0430\u04431\u0440\u0435\u04431\u0440\u0438\u04431\u0440\u043e\u04433\u0440\u0443\u04431\u0440\u044b\u04431\u0440\u044e\u04431\u0440\u044f\u04431\u0441\u0433\u0443\u04412\u043b\u04431\u0441\u043c\u04432\u0441\u043d\u0443\u04412\u043f\u0443\u04413\u0441\u04431\u0441\u04442\u0443\u0441\u0446\u04432\u0441\u0447\u04432\u0441\u044c\u04431\u0442\u0430\u04431\u0442\u0438\u04431\u0442\u043e\u04431\u0442\u0443\u04431\u0442\u044b1\u0443\u0442\u044e\u04431\u0442\u044f\u0443\u0443\u04332\u0443\u04432\u0441\u04433\u0444\u0438\u0443\u04441\u043b\u04432\u0444\u0440\u04432\u0445\u0432\u0443\u04451\u043b\u0443\u04451\u04401\u0443\u0447\u0440\u04431\u0447\u044c\u04433\u0448\u0435\u04433\u0448\u0438\u04432\u0448\u043b\u04432\u0448\u043f\u0443\u044f2\u0437\u0444\u04302\u04453\u0444\u0430\u0448\u0444\u0430\u044d12\u04441\u04312\u04441\u04322\u04441\u0434\u0444\u04382\u0436\u0444\u04381\u043e3\u0444\u0438\u04422\u04441\u043a\u04442\u043b\u0430\u04442\u043b\u0438\u04442\u043b\u043e2\u04441\u043d3\u0444\u043e\u043d3\u0444\u043e\u0442\u04441\u0440\u0438\u04441\u0440\u043e\u04441\u0440\u04432\u04443\u04412\u04441\u0442\u04442\u0442\u043c2\u0444\u0443\u04442\u04441\u04472\u0444\u044822\u0444\u044c_\u04442\u044e1\u0445\u04302\u0434\u0445\u0430\u043e32\u04451\u04311\u04452\u0432\u04453\u0432\u044b\u04453\u04342\u0445\u0435\u043e3\u04451\u04372\u0445\u0438\u04352\u04451\u043a2\u04451\u043b\u04432\u04451\u043d\u0445\u043e\u043f2\u0445\u043e\u04442\u0445\u043e\u044f2\u04451\u0440\u044b\u04451\u0440\u044f2\u04451\u04421\u0445\u0443_2\u0445\u0443\u04352\u0445\u0443\u04391\u0445\u0443\u043d1\u0445\u0443\u04411\u0445\u0443\u04482\u0445\u0443\u044e\u04451\u04452\u0445\u044c\u044e13\u0446\u0430_3\u0446\u0430\u043c3\u0446\u0430\u04452\u04461\u0431\u04462\u0432\u04352\u0446\u0432\u044b2\u04461\u0434\u0446\u04351\u0437\u0446\u04351\u043a\u0446\u04351\u04422\u04461\u0437\u0446\u0438\u043f2\u0446\u0438\u044332\u04461\u043b2\u04461\u043d2\u0446\u043f22\u04461\u04402\u04461\u04412\u04461\u0442\u0446\u044b2\u043f2\u04471\u04312\u04471\u0434\u0447\u04351\u043e\u0447\u0436\u043e23\u0447\u0438\u043a3\u0447\u0438\u04462\u04471\u043a\u04472\u043b\u04352\u0447\u043b\u04382\u0447\u043c\u04302\u0447\u043c\u0435\u04472\u043c\u043e2\u04471\u043d2\u04471\u0441\u04472\u0442\u04352\u0447\u0442\u043c3\u0447\u0443\u043a2\u04471\u04472\u0447\u044c_1\u0447\u044c\u04351\u0447\u044c\u04382\u0447\u044c\u04412\u0447\u044c\u04421\u0447\u044c\u044e1\u0447\u044c\u044f2\u04481\u0431\u0448\u04351\u043a\u04481\u043b\u044b\u04482\u043b\u044e2\u04481\u043d4\u0448\u043d\u0438\u04482\u043f2\u04483\u043f\u04402\u04481\u04402\u04481\u0441\u04481\u0442\u04382\u0448\u0442\u04412\u04481\u04474\u0448\u044c_3\u0448\u044c\u04353\u0448\u044c\u04383\u0448\u044c\u044e3\u0448\u044c\u044f\u04482\u044e1\u0449\u0435\u04382\u0449\u04351\u0441\u0449\u04351\u0445\u0449\u0435\u044822\u04491\u043d2\u04491\u04402\u0449\u044c_\u044a\u04352\u0433\u044a\u04352\u0434\u044a\u04352\u043b\u044a\u04352\u0441\u044a\u044f3\u043d\u044b2\u0431\u043b\u044b3\u0433\u0430\u044b3\u0433\u0438\u044b\u04332\u043b\u044b2\u0433\u043d\u044b2\u0434\u043b\u044b\u04372\u0434\u044b2\u0437\u043b\u044b2\u0437\u043d\u044b\u0438\u04331\u044b\u043a2\u043b\u044b\u043a1\u0441\u044b2\u043b\u044c\u044b2\u043c\u0447\u044b3\u043f\u043e\u044b\u04402\u0432\u044b3\u0441\u0430\u044b3\u0441\u0435\u044b2\u0441\u043d\u044b3\u0441\u043e\u044b\u04412\u043f\u044b2\u0441\u0445\u044b\u04412\u0447\u044b2\u0441\u0448\u044b\u04422\u0440\u044b3\u0448\u044c\u044c2\u0432\u044f\u044c2\u0434\u0446\u044c\u04351\u043a\u044c2\u0437\u043d\u044c2\u04381\u044c2\u043a\u043b\u044c\u043c\u043e1\u044c\u04412\u043a\u044c2\u0441\u043d\u044c2\u0442\u043c\u044c\u0445\u043e2\u044c2\u0449\u0430\u044c2\u0449\u0435\u044c2\u0449\u0443\u044c\u044f1\u0432\u044d\u04321\u0440\u044d\u04341\u0440\u044d\u043a1\u043b\u044d\u043a\u04411\u044d3\u043c\u0430\u044d3\u043d\u044c\u044d\u043e2\u0437\u044d1\u0440\u0435\u044d1\u0440\u0438\u044d1\u0440\u0443\u044d1\u0440\u044b\u044d\u0441\u043a2\u044d\u04413\u043c\u044d2\u0441\u043e\u044d2\u0442\u0435\u044d\u0445\u043e3\u044e2\u0431\u0432\u044e2\u0431\u043b\u044e1\u0434\u044c\u044e\u04372\u0433\u044e1\u0437\u043e\u044e1\u043b\u0430\u044e1\u043b\u0435\u044e2\u043b\u0438\u044e1\u043b\u044e\u044e2\u043c\u0447\u044e2\u043d\u044c\u044e1\u043e1\u044e1\u0440\u0430\u044e1\u0440\u0435\u044e1\u0440\u0438\u044e1\u0440\u043e\u044e1\u0440\u0443\u044e1\u0440\u044b\u044e1\u0442\u0438\u044e1\u0442\u043e\u044e1\u0442\u0443\u044e1\u0442\u044b\u044e2\u0449\u044c\u044f2\u0431\u0440\u044f1\u0432\u043e\u044f1\u0432\u0443\u044f2\u0433\u043d\u044f\u04341\u0432\u044f\u04341\u0440\u044f1\u0437\u043e\u044f\u043a1\u0441\u044f2\u043b\u044c\u044f2\u043c\u044c\u044f3\u043d\u0430\u044f\u043d\u04412\u044f1\u0440\u0430\u044f1\u0440\u0438\u044f1\u0440\u043e\u044f1\u0440\u044c\u044f\u04411\u043a\u044f\u04411\u043b\u044f\u04412\u0442\u044f1\u0442\u0430\u044f\u04423\u0432\u044f3\u0442\u0438\u044f1\u0442\u043e\u044f1\u0442\u0443\u044f1\u0442\u044b\u044f1\u0442\u044f\u044f\u04451\u043b\u044f1\u0445\u0443\u044f\u0446\u04351\u044f2\u0448\u043b2\u044f\u044e_2\u044f1\u044f6\u0437\u044c_\u04392\u043a\u044c6\u0442\u0440_\u04301\u0432\u0451\u04301\u043b\u0451\u04301\u0440\u04511\u0432\u0435\u04511\u0432\u0451\u04371\u0432\u0451\u04411\u0432\u043c\u04511\u0432\u044c\u0451\u04331\u043b\u0451\u04341\u0432\u0451\u04341\u0440\u04511\u0434\u044c\u0451\u04351\u0432\u04512\u0435\u0436\u0451\u04353\u0437\u0451\u04351\u043b\u04512\u0435\u043f\u0451\u04351\u0440\u0451\u04511\u0432\u0435\u04511\u0432\u043e\u04511\u0432\u04432\u0451\u0436\u0435\u04513\u0437\u0435\u04511\u043a\u0430\u04511\u043a\u0438\u04511\u043a\u0443\u04511\u043b\u0430\u04511\u043b\u0435\u04511\u043b\u0443\u04511\u043b\u044b\u04512\u043c\u0447\u04513\u043d\u0430\u0451\u043d\u044122\u0451\u043f\u0435\u04512\u043f\u043b\u04514\u043f\u043d2\u0451\u043f\u043e\u04514\u043f\u0442\u04511\u0440\u0430\u04511\u0440\u0435\u04511\u0440\u0438\u04511\u0440\u043e\u04511\u0440\u0443\u04511\u0440\u044b\u04511\u0441\u043a2\u0451\u0441\u043b\u04513\u0441\u043e\u04511\u0441\u0442\u04511\u0442\u0430\u04511\u0442\u0438\u04511\u0442\u043e\u0451\u04421\u0440\u04511\u0442\u0443\u04511\u0442\u044b\u04511\u0442\u044e\u04511\u0442\u044f3\u0436\u0451\u0432\u04362\u0436\u0451\u04371\u0432\u04512\u0437\u043d\u04513\u0437\u0443\u04511\u043a\u0430\u04513\u043a\u0443\u04511\u043b\u0451\u043d1\u043b\u0451\u04451\u043b\u0443\u04513\u043b\u044c\u0451\u043d\u04353\u04511\u043d\u044c\u0451\u043e1\u043b\u04512\u043e\u043c\u0451\u043e1\u0440\u0451\u043e3\u0444\u04511\u0440\u044c\u0451\u04412\u0434\u04511\u04412\u0451\u04412\u0442\u04511\u0441\u044c\u04511\u04422\u04513\u0442\u044c\u0451_\u0443\u04512\u04431\u043b\u0451\u04431\u0440\u0451\u04433\u0448\u0451\u04462\u0432\u0451\u04472\u0442\u04511\u0447\u044c\u04513\u0448\u044c\u0451\u044b3\u0441\u0451\u044c2\u0449\u0451_\u043d\u043588\u043d\u0435_8\u0431\u044a_8\u0432\u044a_8\u0433\u044a_8\u0434\u044a_8\u0436\u044a_8\u0437\u044a_8\u043a\u044a_8\u043b\u044a_8\u043c\u044a_8\u043d\u044a_8\u043f\u044a_8\u0440\u044a_8\u0441\u044a_8\u0442\u044a_8\u0444\u044a_8\u0445\u044a_8\u0446\u044a_8\u0447\u044a_8\u0448\u044a_8\u0449\u044a_",
5 : "_\u0430\u04311\u0440_\u0430\u0434\u04382_\u0430\u043a1\u0440_\u0431\u04382\u043e_\u0433\u043e2\u0444_\u0434\u0435\u043a2_\u0434\u04381\u043e_\u0434\u043e3\u043f_\u0435\u043f\u04383_\u0437\u04303\u043f_\u0438\u04331\u0440_\u0438\u0437\u04332_\u0438\u04373\u043d_\u0438\u043a1\u0440_\u043b\u04352\u043e_\u043d\u04301\u0432_\u043d\u04303\u0442_\u043d\u04353\u0442_\u043e\u0432\u043e1_\u043e\u04333\u043d_\u043e\u04412\u043f_\u043e\u04421\u0432_\u0440\u04382\u0447_\u0440\u043e2\u0445_\u0441\u04432\u0436_\u0442\u0438\u04303_\u0442\u04382\u0433_\u0442\u04382\u043e_\u0443\u043c2\u0447_\u0443\u04402\u0432_\u0443\u04422\u0440\u04303\u0431\u043b\u0430\u0430\u04312\u043b\u044e\u0430\u04311\u0440\u0438\u0430\u04323\u0437\u043e\u0430\u0432\u04382\u0430\u0430\u0432\u043e1\u0441\u04302\u0432\u043e\u0442\u0430\u04321\u0440\u0430\u0430\u04322\u0441\u0435\u04302\u0433\u043b\u0435\u0430\u04332\u043b\u0438\u04302\u0434\u0432\u0435\u0430\u04342\u0436\u0438\u0430\u04341\u0440\u043e\u0430\u0434\u04433\u0447\u04302\u0434\u044b\u043d\u0430\u04352\u0433\u043e\u0430\u04352\u0434\u0438\u0430\u04352\u0440\u0435\u0430\u04371\u0432\u043b\u0430\u04371\u0434\u0440\u0430\u04371\u043e\u0431\u0430\u04382\u04331\u0430\u04383\u0433\u043b\u0430\u043a\u043e3\u04422\u0430\u043a\u0440\u0438\u04303\u043b\u0430\u04332\u0430\u043b\u0435\u043a\u0430\u043b\u043e1\u0437\u0430\u043b\u04432\u0448\u04302\u043b\u044c\u04492\u0430\u043c\u0435\u0442\u0430\u043c\u043e\u04382\u04302\u043d\u0430\u0444\u0430\u043d2\u0441\u043f\u0430\u043d\u04411\u0443\u0430\u043e\u0441\u04421\u04303\u043f\u043b\u0430\u0430\u043f2\u0440\u04301\u0430\u0440\u0433\u0443\u0430\u04402\u0436\u04302\u0430\u04411\u043a\u0430\u04413\u043c\u0438\u0430\u04413\u043d\u043e\u04301\u0441\u044c\u04381\u0430\u0442\u0430\u043a\u0430\u04423\u0432\u0430\u0430\u04421\u0432\u0438\u0430\u04421\u0432\u04432\u0430\u0442\u0435\u0437\u0430\u0442\u043e2\u0448\u0430\u04421\u0440\u0438\u04301\u0442\u044c\u0435\u04303\u0442\u044c\u044e\u04303\u0442\u044c\u044f\u0430\u04433\u0434\u043e\u04302\u0443\u043b\u0435\u0430\u0443\u04421\u0440\u0430\u04433\u0447\u044c\u04302\u04441\u043b\u0430\u0445\u043c\u04382\u0430\u044d2\u043b\u0438\u0430\u044e1\u0442\u0430\u0431\u04302\u0431\u0432\u0431\u04302\u0434\u0440\u0431\u04303\u0437\u0443\u0431\u0430\u043b\u044e1\u0431\u0430\u04413\u043c\u0431\u04301\u0441\u0442\u0431\u04301\u0442\u0440\u0431\u04352\u0433\u043b\u0431\u04352\u0433\u043d3\u0431\u04352\u0437\u0431\u04353\u0437\u0438\u0431\u0435\u04373\u043d\u0431\u0435\u04371\u0440\u0431\u0435\u04413\u043f\u0431\u04382\u043e\u0431\u0431\u04382\u043e\u0434\u0431\u04382\u043e\u043d\u0431\u04382\u043e\u0440\u0431\u04382\u0442\u04321\u0431\u043b\u0430\u0433\u04312\u043b\u0430\u043d\u04313\u043b\u0435\u043d\u04312\u043b\u0443\u04342\u04312\u043b\u044c\u04312\u043b\u044e\u0434\u04312\u043b\u044e\u0435\u04312\u043b\u044e\u043b\u0431\u043e3\u0432\u0448\u0431\u043e2\u0433\u0434\u0431\u043e1\u04372\u0431\u043e2\u043c\u0447\u0431\u043e3\u043c\u0448\u0431\u043e\u043d\u04431\u0431\u043e1\u0440\u0443\u0431\u043e2\u0441\u0430\u0431\u043e1\u0441\u043a\u0431\u043e2\u0442\u0432\u0431\u043e\u04422\u0440\u0431\u043e\u044f2\u0440\u04313\u0440\u0430\u0431\u04312\u0440\u0430\u0432\u04312\u0440\u0430\u043d1\u0431\u0440\u0430\u0441\u04311\u0440\u0430\u0445\u04311\u0440\u0435\u0439\u04311\u0440\u0435\u043a\u04312\u0440\u0435\u043c\u04312\u0440\u0435\u0445\u04312\u0440\u0438\u0434\u04311\u0440\u043e\u043b1\u04312\u0440\u044e2\u04311\u04412\u0431\u0443\u043a1\u043b\u0431\u044b2\u04331\u0431\u044b\u04411\u043a\u0431\u044b\u0441\u04421\u0431\u044e1\u0442\u0430\u0432\u04302\u0431\u0440\u0432\u0430\u0434\u044c2\u0432\u0430\u043d\u04412\u0432\u04301\u0441\u0442\u0432\u04301\u0442\u0440\u04322\u0434\u043e\u0445\u0432\u0435\u04341\u0440\u0432\u04353\u0434\u04433\u0432\u0435\u0437\u04353\u0432\u0435\u0437\u043b\u0432\u0435\u04372\u04431\u0432\u0435\u0439_\u0432\u04352\u043f12\u0432\u0435\u0440\u0434\u0432\u0435\u04423\u04401\u04322\u04372\u0432\u0437\u043e1\u0431\u0432\u04382\u0430\u0437\u0432\u04382\u0430\u043a\u0432\u04382\u0430\u0440\u0432\u0438\u04301\u0442\u0432\u04383\u0430\u0444\u0432\u04382\u0433\u0432\u0432\u04382\u0433\u043b1\u0432\u0438\u043d\u04421\u0432\u0438\u043d\u0447\u04322\u043b\u0435\u0432\u04322\u043b\u0435\u043a\u04322\u043b\u0435\u0442\u04322\u043b\u0435\u0447\u04322\u043b\u0438\u044f\u04322\u043b\u044e\u04314\u04323\u043d\u0430\u04322\u043d\u0435\u0441\u04323\u043d\u0443_\u0432\u043e1\u04312\u0432\u043e3\u0432\u043a\u0432\u043e1\u0434\u0432\u0432\u043e1\u0434\u0440\u0432\u043e2\u0435\u0440\u0432\u043e2\u0436\u0436\u0432\u043e3\u043c2\u0432\u043e1\u0440\u04432\u0432\u043e\u0440\u04462\u0432\u043e\u0440\u044c\u0432\u043e\u04411\u043a\u0432\u043e1\u0441\u043c\u0432\u043e1\u0441\u043d\u0432\u043e\u04422\u0440\u0432\u043e1\u0445\u043b2\u0432\u0440\u0430_\u04322\u0440\u0430\u0432\u04321\u0440\u0430\u04412\u0432\u0440\u0430\u04462\u0432\u0440\u0435_1\u0432\u0440\u0438\u0434\u04321\u0440\u0438\u0438\u04321\u0440\u0438\u043a\u04321\u0440\u0438\u043b\u04321\u0440\u0438\u0441\u04321\u0440\u0438\u04422\u04321\u0440\u043e2\u04321\u0440\u044b2\u04321\u044123\u0432\u0441\u043533\u04322\u0441\u043f3\u04322\u0441\u044e\u0432\u0442\u043e3\u04481\u0432\u04431\u04372\u0432\u04431\u043a\u0432\u04431\u04412\u0432\u0443\u04453\u0432\u0432\u04431\u0447\u043b\u0432\u044b3\u04332\u0432\u044b3\u0437\u043d\u0432\u044b3\u044221\u0432\u044c\u0438\u043d1\u04322\u044d1\u04333\u0434\u0430\u043d2\u04333\u0434\u0438\u0433\u04352\u04311\u0433\u0435\u043d\u043e1\u0433\u04352\u043e\u0431\u0433\u04352\u043e\u0434\u0433\u04351\u043e\u0440\u0433\u04382\u0431\u043b\u0433\u04383\u0431\u0440\u0433\u04382\u0433\u0440\u0433\u04381\u0441\u043b\u0433\u0438\u0441\u044222\u0433\u043b\u0430_\u04332\u043b\u0430\u0432\u04331\u043b\u0430\u04392\u0433\u043b\u0430\u044f\u04332\u043b\u0435\u04422\u0433\u043b\u0438_\u04332\u043b\u0438\u043d2\u0433\u043b\u043e_2\u0433\u043b\u043e\u04322\u0433\u043b\u043e\u04332\u0433\u043b\u043e\u04352\u0433\u043b\u043e\u04392\u0433\u043b\u043e\u044e2\u0433\u043b\u0443\u044e2\u04331\u043b\u044b\u04332\u043b\u044f\u04362\u0433\u043b\u044f\u043a\u04332\u043d\u0430\u0432\u04332\u043d\u0430\u043d\u04333\u043d\u0435_\u04332\u043d\u0435\u0432\u04333\u043d\u0435\u043d\u04333\u043d\u0435\u043f\u04333\u043d\u0435\u0441\u04332\u043d\u0438\u0440\u04332\u043d\u043e\u0435\u04332\u043d\u043e\u0438\u04332\u043d\u043e\u0441\u0433\u043e1\u04312\u0433\u043e2\u0432\u043b\u0433\u043e2\u0437\u043b\u0433\u043e\u04372\u043d\u0433\u043e\u0438\u04332\u0433\u043e\u043c\u04382\u0433\u043e2\u0441\u0434\u0433\u043e1\u0441\u043d2\u0433\u043e\u0442\u0434\u0433\u043e\u04433\u0442\u0433\u043e1\u0447\u043b\u04331\u0440\u0430\u0435\u04331\u0440\u0430\u0439\u04331\u0440\u0430\u0440\u04331\u0440\u0435\u0433\u04331\u0440\u0435\u043a\u04331\u0440\u0435\u0446\u04331\u0440\u0438\u043a\u04331\u0440\u0438\u043b\u04331\u0440\u0438\u043d\u04331\u0440\u0438\u0441\u04331\u0440\u0438\u0447\u04331\u0440\u043e\u0432\u04332\u0440\u043e\u0437\u04331\u0440\u043e\u043a\u04331\u0440\u043e\u043d\u04331\u0440\u043e\u043f\u04331\u0440\u043e\u0442\u04331\u0440\u043e\u0444\u0433\u0440\u04432\u043f\u04331\u0440\u044b\u0432\u04331\u0440\u044f\u0435\u04331\u0440\u044f\u043b\u04331\u0440\u044f\u04422\u04333\u04412\u0434\u04302\u04311\u0434\u04302\u0433\u0440\u0434\u0430\u04421\u04402\u0434\u0432\u0438\u04372\u0434\u0432\u043e\u0434\u04341\u0432\u043e\u04372\u04341\u043423\u0434\u0435\u0432\u0440\u0434\u04352\u0437\u0438\u0434\u04352\u0437\u0443\u0434\u0435\u0438\u043e2\u0434\u04351\u043a\u043b3\u0434\u0435\u043c\u0435\u0434\u04352\u043e\u0434\u0434\u0435\u043e3\u043f\u0434\u04353\u043f\u043b\u0434\u0435\u04412\u043a\u0434\u04352\u0441\u0440\u0434\u04351\u0445\u043b\u04342\u0436\u0430\u043c\u04342\u04363\u043c2\u04341\u04372\u0434\u04382\u0430\u0434\u0434\u0438\u04302\u0437\u0434\u04382\u0430\u0440\u0434\u04382\u0430\u0441\u0434\u04382\u043e\u0431\u0434\u04382\u043e\u0440\u0434\u0438\u043e1\u0441\u0434\u04382\u043f\u0438\u0434\u04383\u043f\u0442\u0434\u04383\u0444\u0440\u04342\u043b\u0435\u04322\u04343\u043c2\u0434\u043d\u0435\u04302\u0434\u043d\u043e\u044124\u04343\u043d\u044b\u0434\u043e2\u0431\u043b\u0434\u043e\u04322\u043b\u0434\u043e1\u04342\u0434\u043e3\u0434\u043d\u0434\u043e\u04372\u043d\u0434\u043e\u04382\u04402\u0434\u043e\u043a\u0442\u0434\u043e3\u043f\u043b\u0434\u043e\u04412\u043f2\u0434\u043e\u0442\u04342\u0434\u043e\u0442\u043b2\u0434\u043e\u0442\u044a\u0434\u043e3\u0442\u044c3\u0434\u043e\u0445\u043b\u0434\u043e2\u0449\u0443\u04341\u0440\u0430\u0431\u04341\u0440\u0430\u0440\u04341\u0440\u0430\u0445\u04341\u0440\u0430\u0447\u04342\u0440\u0430\u044e\u04342\u0440\u0435\u04312\u0434\u0440\u0435\u0437\u04342\u0440\u0435\u043b\u04342\u0440\u0435\u043c\u04342\u0440\u0438\u04392\u0434\u0440\u0438\u043d\u04342\u0440\u0438\u043f\u04342\u0440\u0438\u0445\u04341\u0440\u043e\u0434\u04341\u0440\u043e\u0435\u04341\u0440\u043e\u0439\u04341\u0440\u043e\u043b\u04341\u0440\u043e\u043d\u04341\u0440\u043e\u0441\u04341\u0440\u043e\u0442\u04341\u0440\u043e\u044e\u04341\u0440\u0443\u04311\u0434\u0440\u0443\u04331\u0434\u0440\u0443\u0436\u04341\u0440\u0443\u043c\u04341\u0440\u0443\u044e2\u0434\u0440\u044b\u0432\u04342\u0440\u044f\u0431\u04342\u0440\u044f\u04452\u04341\u04412\u0434\u04413\u043a\u043d\u0434\u0443\u04313\u04402\u04341\u0443\u0434\u0434\u04432\u0434\u0430\u0434\u0443\u043f1\u043b\u0434\u0443\u04411\u043a\u04341\u0443\u0441\u043b\u0434\u04431\u0441\u0442\u0434\u04432\u0447\u0438\u0434\u0443\u044d1\u04422\u04343\u0446\u04352\u04343\u04482\u0434\u044a\u04352\u043c2\u0434\u044b\u043c\u0435\u0434\u044c3\u044f\u0440\u0435\u0430\u0434\u04383\u0435\u04303\u0434\u043e\u0435\u0430\u04421\u0440\u0435\u0431\u04302\u0441\u04351\u0431\u0440\u0430\u0435\u04311\u0440\u0438\u04351\u0431\u0440\u043e\u0435\u04311\u0440\u044b2\u0435\u0432\u0435\u04402\u0435\u0432\u043e\u043b\u0435\u04321\u0440\u0438\u0435\u04322\u0445\u043e\u04352\u0433\u043b\u0435\u04352\u0433\u043b\u0438\u04352\u0433\u043b\u043e\u0435\u04332\u043d\u0430\u0435\u04332\u043d\u043e2\u0435\u04332\u0440\u0435\u04341\u0432\u043e\u04351\u0434\u0436\u0435\u04352\u0434\u043e\u0445\u04351\u0434\u0440\u0443\u04352\u0434\u0443\u0433\u04352\u0434\u0443\u0441\u04352\u0434\u044b\u043d\u0435\u04352\u0433\u0438\u0435\u04351\u04412\u0435\u04352\u0441\u0442\u0435\u04363\u0434\u0438\u04352\u04361\u0440\u0435\u0437\u0430\u04433\u0435\u0437\u04341\u0440\u0435\u0437\u0437\u04433\u04353\u0437\u0438\u0442\u0435\u04371\u043e\u0431\u04351\u0437\u043e\u043c\u0435\u04371\u043e\u043f\u0435\u04371\u043e\u0442\u0435\u04371\u043e\u0448\u0435\u04372\u0440\u044f\u0435\u04371\u0443\u043f\u0435\u04371\u0443\u0441\u0435\u04382\u04331\u0435\u0438\u04411\u043b\u0435\u043a\u04302\u04312\u04351\u043a\u043e2\u04351\u043a\u0440\u0435\u043a2\u0440\u043e\u0435\u043a1\u0441\u043a\u0435\u043c\u04383\u043a\u0435\u043c\u043e1\u04412\u0435\u043c\u0443\u04362\u0435\u043c\u044b\u04412\u04351\u043d\u0440\u0435\u043d3\u04482\u04351\u043e2\u0431\u0435\u043e3\u0434\u0430\u0435\u043e2\u0434\u0435\u0435\u043e2\u0434\u043e\u04351\u043e2\u0436\u0435\u043e3\u043a\u043b\u04351\u043e\u043b_\u04351\u043e\u043b\u0430\u0435\u043e3\u043b\u0438\u04351\u043e\u043b\u043a\u04351\u043e\u043b\u044b\u04351\u043e\u043b\u044c\u04351\u043e\u043d_\u04352\u043e\u043d\u0430\u04352\u043e\u043d\u0438\u0435\u043e3\u043d\u043e\u04351\u043e\u043d\u0441\u04351\u043e\u043f\u0435\u0435\u043e2\u043f\u0440\u0435\u043e4\u043f\u0443\u0435\u043e1\u0441\u043a\u04351\u043e\u0441\u043c\u04351\u043e\u0441\u043d\u0435\u043e3\u0441\u0445\u04351\u043e\u0442\u043b\u04351\u043e2\u0447\u04351\u043e2\u0449\u0435\u043f\u0430\u04422\u04353\u043f\u043b\u0430\u0435\u043f1\u043b\u0443\u04353\u043f\u043b\u044b\u04354\u043f3\u0441\u0435\u04401\u0432\u0435\u04353\u0440\u0435_\u0435\u0440\u04353\u043f\u0435\u0440\u043e2\u04312\u0435\u0440\u043e\u043b\u0435\u04403\u0441\u043a\u04353\u04412\u0430\u0435\u04412\u0431\u0430\u04352\u0441\u043a\u0435\u04351\u0441\u043b\u0443\u04351\u0441\u043b\u044b\u04351\u04414\u043c\u04352\u0441\u043f\u0443\u04352\u0441\u0442\u043b\u04353\u0441\u0442\u0443\u0435\u04421\u0432\u0435\u0435\u04421\u0432\u0438\u04351\u0442\u0432\u043e2\u0435\u0442\u0435\u0447\u0435\u0442\u043e1\u0441\u0435\u04422\u0440\u044f\u04351\u0442\u044c\u0435\u04353\u0442\u044c\u044e\u04353\u0442\u044c\u044f\u0435\u0443\u04313\u0440\u0435\u04441\u0440\u0435\u0435\u0445\u04302\u0442\u0435\u04451\u043e\u0431\u0435\u04451\u0440\u0435\u0435\u04451\u0440\u0443\u0436\u04302\u0431\u043b\u0436\u04302\u0431\u0440\u0436\u0430\u04421\u04322\u04361\u043123\u04362\u0433\u043b\u04362\u0434\u0430\u043a\u04362\u0434\u0430\u0447\u04362\u0434\u0435\u043f4\u04362\u0434\u043b3\u04362\u0434\u044f\u0436\u04353\u04342\u0436\u04351\u043a\u043b\u0436\u04351\u043e2\u0436\u04353\u043f2\u0436\u04351\u04412\u0436\u04353\u0441\u043a2\u0436\u0436\u0435\u04322\u04361\u043722\u0436\u0438\u0440\u04402\u04363\u043c\u043e2\u04361\u043e\u0431\u0436\u043e\u04431\u0441\u04371\u0430\u0432\u0443\u04371\u0430\u0434\u0440\u0437\u0430\u04352\u0434\u0437\u0430\u04352\u0445\u0437\u04303\u04372\u04371\u0430\u043a\u04423\u04372\u0430\u043d\u0437\u04303\u043d\u0430\u0437\u0430\u043d\u04412\u0437\u0430\u04402\u0432\u0437\u0430\u04402\u0436\u0437\u0430\u0441\u04422\u0437\u04303\u0442\u043a\u0437\u0430\u04472\u0442\u0437\u04303\u04482\u04372\u0432\u0430\u0432\u04372\u0432\u0430\u043d2\u0437\u0432\u0430\u044f\u04372\u0432\u0435\u0437\u04373\u04322\u043a\u04371\u0432\u043b\u04302\u0437\u0432\u043e\u043b\u04372\u0433\u043b\u0438\u0437\u04332\u043d\u0430\u04372\u0433\u043d\u0443\u04371\u04342\u0432\u04372\u0434\u0435\u0448\u0437\u0434\u043e\u04363\u0437\u04352\u04311\u0437\u04352\u0435\u0432\u0437\u04352\u043e\u04343\u0437\u0438\u0439_\u04371\u0438\u043d\u0442\u0437\u04382\u043e\u0437\u0437\u04381\u043e\u043f\u0437\u0438\u04433\u043c\u04372\u043b\u0430\u0449\u04372\u043b\u043e\u0431\u04372\u043b\u043e\u043f\u04372\u043b\u043e\u0440\u04372\u043b\u044e\u04492\u0437\u043d\u0430_\u04372\u043d\u0430\u0432\u04372\u043d\u0430\u0435\u04372\u043d\u0430\u0439\u04372\u043d\u0430\u043a\u04372\u043d\u0430\u043d\u04372\u043d\u0430\u0442\u04372\u043d\u0430\u044e2\u0437\u043d\u0430\u044f2\u04373\u043d\u04382\u04373\u043d\u044b\u04372\u043e\u0431\u0435\u0437\u043e2\u0431\u0438\u0437\u043e2\u0433\u043b\u0437\u043e1\u0434\u0440\u0437\u043e1\u043721\u0437\u043e\u0439_1\u0437\u043e\u043a_\u04371\u043e\u043a\u04411\u0437\u043e\u043b2\u0437\u043e1\u043b\u0433\u0437\u043e1\u043b\u0436\u0437\u043e3\u043c21\u0437\u043e\u043c_2\u0437\u043e\u043c\u043d2\u0437\u043e\u043d\u0440\u0437\u043e2\u043e\u0441\u0437\u043e2\u043f\u0430\u04372\u043e\u043f\u043b\u04372\u043e\u043f\u0440\u04371\u043e\u0440\u0433\u04371\u043e\u0441\u043d\u0437\u043e1\u0441\u043f\u0437\u043e2\u0442\u0432\u04372\u043e\u0442\u0435\u04371\u043e\u0442\u043a\u04372\u043e\u0442\u043e\u0437\u043e2\u0448\u0438\u04372\u0440\u0430\u043a\u0437\u0440\u04302\u0441\u04372\u0440\u0430\u0447\u04372\u0440\u0435\u043d\u04371\u0440\u0435\u0441\u04372\u0440\u0438\u04482\u0437\u0443\u0432\u04352\u0437\u04432\u04332\u0437\u04431\u043a3\u0437\u0443\u043c\u0435\u0437\u04432\u043f\u0440\u04371\u0443\u0440\u0431\u0437\u044a\u04352\u043c2\u0437\u044b\u043c\u04352\u0437\u044b\u043c\u0447\u04382\u0430\u0433\u0440\u04382\u0430\u0434\u0435\u04382\u0430\u0434\u0438\u0438\u04302\u043c\u0443\u04383\u0430\u043d\u0430\u0438\u0430\u043d\u04342\u04383\u0430\u0442\u0443\u04382\u04301\u0445\u0438\u04302\u0446\u0435\u04382\u04311\u04402\u0438\u0432\u0430\u04362\u04381\u0432\u0435\u04382\u04323\u04372\u04381\u0432\u043e\u04381\u04322\u0440\u04383\u04322\u0441\u0438\u04322\u0445\u043e\u04382\u0433\u043b\u0435\u04382\u0433\u043b\u0438\u0438\u0433\u043d\u04383\u0438\u04331\u0440\u043e\u0438\u04331\u0440\u0443\u0438\u04331\u0440\u044b\u04382\u0434\u0435\u0439\u04381\u04342\u0436\u0438\u04353\u0434\u0435\u0438\u04352\u0437\u0443\u04383\u0435\u043d\u0438\u0438\u04351\u043e2\u0438\u0435\u043f\u04381\u04383\u04362\u0434\u0438\u04371\u043221\u0438\u04371\u0434\u0438\u0437\u043e2\u043e\u04383\u043a2\u0430\u0438\u043a2\u0432\u0430\u04382\u043a\u0432\u0438\u04382\u043a\u043b\u044f\u0438\u043a1\u0440\u043e\u0438\u043a1\u0441\u043a\u0438\u043b\u044c\u04422\u0438\u043c\u043e\u04382\u0438\u043c3\u043f\u043b\u04382\u043c1\u0440\u0438\u043c2\u0447\u0430\u0438\u043d\u043e1\u04411\u0438\u043d\u0441\u043f1\u0438\u043d\u0441\u0443\u0438\u043e2\u0431\u043e\u0438\u043e2\u0432\u0440\u0438\u043e2\u0434\u0435\u0438\u043e3\u0437\u043e\u04381\u043e\u043a\u0441\u04381\u043e\u043b\u0435\u04381\u043e\u043f\u0442\u04383\u043e\u0440\u0430\u0438\u043e1\u0440\u0443\u0438\u043e2\u0441\u0430\u04381\u043e\u0442\u0430\u04381\u043e\u0442\u043a\u04381\u043e\u0442\u0441\u0438\u043e\u0443\u04332\u0438\u043e2\u0445\u043e\u0438\u043f\u0430\u04422\u0438\u043f2\u043b\u044f\u0438\u0440\u0438\u04433\u0438\u04413\u043a\u0435\u0438\u04413\u043a\u0438\u0438\u04411\u043b\u044b\u0438\u04413\u043c\u0435\u0438\u04413\u043c\u0443\u0438\u04413\u043d\u043e\u04382\u0441\u0442\u043b\u04381\u0441\u044c\u0438\u0438\u0442\u04302\u0432\u0438\u04423\u0432\u0430\u0438\u04421\u0432\u0438\u0438\u04421\u0432\u0443\u04382\u04421\u0440\u04383\u0442\u044c\u044e\u04383\u0442\u044c\u044f\u0438\u04442\u043b\u044e\u0438\u0445\u04303\u0434\u04383\u04452\u043e\u0438\u0445\u043e3\u043a\u0438\u04451\u0440\u0435\u0438\u04451\u0440\u0438\u0438\u04482\u043b\u0438\u04382\u0448\u043b\u044b\u0438\u044e3\u0442\u0430\u04392\u04343\u0432\u04392\u043e1\u0441\u0439\u043e2\u0442\u0440\u04393\u0441\u043a\u0430\u0439\u04412\u043a\u0435\u0439\u04414\u043c\u043e\u04392\u04413\u0444\u0439\u04452\u04413\u043a\u04302\u0431\u043b\u043a\u0430\u04373\u043d\u043a\u04301\u0437\u043e1\u043a\u0430\u043b_1\u043a\u0430\u043b\u043e1\u043a\u0430\u043b\u04413\u043a2\u0430\u0441\u043a\u04301\u0441\u0442\u043a2\u0432\u0430\u043a\u043a2\u0432\u0430\u0441\u043a2\u0432\u0430\u0448\u043a2\u0432\u043e\u0437\u043a\u04352\u0433\u043b\u043a\u0435\u04341\u0440\u043a\u0438\u043e\u04411\u043a\u04382\u043f\u043b2\u043a1\u043a22\u043a\u043b\u0435\u043c\u043a3\u043b\u0435\u043d\u043a1\u043b\u0435\u043e\u043a2\u043b\u0438\u043a\u043a2\u043b\u0438\u043d\u043a3\u043b\u0438\u044f\u043a2\u043b\u043e\u0437\u043a3\u043b\u043e\u043c\u043a\u043b\u043e3\u04421\u043a\u043b\u0443\u043a2\u043a\u043b\u044f_2\u043a\u043b\u044f\u043c2\u043a\u043b\u044f\u0445\u043a2\u043d\u043e\u043f3\u043a\u043e\u0432\u0430\u043a\u043e1\u0434\u04403\u043a\u043e\u043d\u0441\u043a\u043e\u043f2\u0440\u043a\u043e1\u0440\u0443\u043a\u043e1\u0441\u043a\u043a\u043e\u04413\u043c\u043a\u043e1\u0441\u043f1\u043a\u043e\u0442\u043d\u043a\u043e2\u0444\u0440\u043a1\u0440\u0435\u043b\u043a\u0440\u04351\u043e\u043a1\u0440\u0435\u04471\u043a\u0440\u0438\u0431\u043a1\u0440\u0438\u0434\u043a2\u0440\u0438\u0437\u043a2\u0440\u0438\u0442\u043a1\u0440\u0438\u0445\u043a1\u0440\u043e\u0430\u043a1\u0440\u043e\u0431\u043a2\u0440\u043e\u0435\u043a1\u0440\u043e\u043a\u043a1\u0440\u043e\u043e\u043a1\u0440\u043e\u0440\u043a1\u0440\u043e\u0441\u043a1\u0440\u043e\u0444\u043a1\u0440\u043e\u0445\u043a1\u0440\u043e\u044d\u043a\u0440\u04431\u0441\u043a1\u0440\u044f\u0434\u043a2\u04413\u0432\u043a2\u04413\u0434\u043a2\u0441\u0438\u0431\u043a1\u0441\u043a\u0438\u043a\u04411\u043a\u043b\u043a1\u0441\u043a\u043e\u043a\u04413\u0442\u0435\u043a1\u0441\u0442\u043e\u043a\u04411\u0442\u0440\u043a1\u0441\u0442\u0443\u043a\u0442\u04302\u043a\u043a\u0442\u043e1\u0441\u043a\u04431\u0432\u04351\u043a\u0443\u043b\u044f\u043a\u0443\u043f1\u043b\u043a\u04433\u0440\u043e\u043a\u0443\u04411\u043a\u043a\u04431\u0441\u0442\u043a\u04433\u0442\u044c1\u043a\u0443\u0447\u04351\u043a\u0443\u044e\u04423\u043a\u0443\u044e\u04492\u043a1\u044522\u043b\u0430\u0431\u0435\u043b\u04302\u0431\u043b2\u043b\u0430\u0433\u043e\u043b\u04302\u0433\u0440\u043b\u04301\u0437\u043e\u043b\u0430\u043a2\u04401\u043b\u0430\u043c_\u043b\u04302\u0443\u0441\u043b\u04302\u0444\u04401\u043b\u04301\u04452\u043b3\u04342\u043b\u04351\u0432\u043b\u043b\u04351\u0434\u0436\u043b\u04353\u0434\u043e\u043b\u04351\u0437\u0440\u043b\u0435\u043a1\u043b2\u043b\u0435\u043c\u043d\u043b\u04352\u0441\u0431\u043b\u04352\u0441\u043a\u043b\u04351\u0442\u0432\u043b\u04351\u0445\u0440\u043b\u0438\u04302\u043c3\u043b\u0438\u0432\u043e3\u043b\u0438\u0432\u044b\u043b\u0438\u04332\u043b\u043b\u0438\u04353\u0440\u043b\u04382\u043a\u04322\u043b\u0438\u043c\u043f\u043b\u0438\u043e1\u0441\u043b\u04382\u043f\u043b\u043b\u0438\u04413\u043c\u043b\u04382\u0442\u0432\u043b\u0438\u04433\u043c\u043b\u04381\u0445\u043b\u043b\u04381\u0445\u0440\u043b2\u043a1\u043b\u043b\u043d\u04382\u0435\u043b\u043e2\u0431\u043b\u043b\u043e2\u0432\u043b\u043b\u043e1\u0434\u04402\u043b\u043e\u0435\u043d\u043b\u043e1\u0437\u0432\u043b\u043e2\u043a\u043b\u043b\u043e2\u0440\u0432\u043b\u043e1\u0440\u0443\u043b\u043e\u04411\u043a2\u043b\u043e\u0442\u0434\u043b\u043e\u04422\u0440\u043b\u043e2\u0448\u043b2\u043b1\u04412\u043b\u04431\u0431\u0440\u043b\u04431\u0437\u043d\u043b\u04431\u043a\u0440\u043b\u0443\u043e2\u0434\u043b\u04433\u0442\u044c2\u043b3\u044422\u043b1\u04452\u043b2\u04453\u04321\u043b\u044b\u0445_2\u043b\u044c\u0441\u043a1\u043b\u044c\u0449\u04301\u043b\u044c\u0449\u04351\u043b\u044c\u0449\u04431\u043b\u044e\u0441\u044c\u043b\u044e1\u0442\u0430\u043b\u044f1\u0432\u04383\u043b\u044f\u0432\u043e3\u043b\u044f\u0432\u044b\u043b\u044f1\u0440\u0435\u043b\u044f1\u0440\u0443\u043c\u04302\u0432\u0437\u043c\u04302\u0433\u043d\u043c\u04302\u0434\u0440\u043c\u04302\u0434\u044c\u043c\u04301\u0437\u043e\u043c\u0430\u04413\u043b\u043c\u04302\u0447\u0442\u043c3\u0431\u043b\u044f2\u043c3\u043223\u043c2\u0433\u043b\u043c\u0435\u0430\u043d2\u043c\u04352\u0435\u0433\u043c\u04352\u0435\u043b\u043c\u04351\u0437\u043e\u043c\u0435\u04471\u04422\u043c1\u04372\u043c\u04381\u0437\u04322\u043c\u0438\u0437\u0434\u043c\u04381\u0437\u043d\u043c\u04382\u043a\u0440\u043c\u04382\u043e\u0437\u043c\u04382\u043e\u04402\u043c1\u043a2\u043c2\u043b\u0435\u0435\u043c2\u043b\u0435\u043b4\u043c3\u043d\u0430\u043c\u043d\u04351\u04344\u043c\u043d\u043e\u0435\u043c2\u043d\u043e\u04364\u043c\u043d\u043e\u04394\u043c\u043d\u043e\u043c\u043c2\u043d\u043e\u04404\u043c\u043d\u043e\u044e\u043c2\u043d\u0443\u04424\u043c3\u043d\u044b\u043c\u043e1\u04312\u043c\u043e3\u0432\u043b\u043c\u043e1\u0434\u0440\u043c\u043e2\u0436\u0436\u043c\u043e1\u0437\u0432\u043c\u043e1\u0437\u0440\u043c\u043e3\u043c2\u043c\u043e1\u0440\u0443\u043c\u043e1\u0441\u043c\u043c\u043e1\u0441\u043d3\u043c\u043e\u0442\u0438\u043c1\u0440\u0430\u04312\u043c1\u0440\u043e\u043c\u04431\u0441\u0442\u043c\u0443\u04421\u0440\u043c\u04433\u0442\u044c\u043c2\u0447\u0430\u0432\u043c2\u0447\u0430\u043b\u043c2\u0447\u0438\u0442\u043c2\u0447\u0438\u04483\u043c2\u0449\u0435\u043c\u044b2\u043c\u0440\u043c\u044f1\u0441\u0442\u043d\u0430\u04312\u0440\u043d\u0430\u04332\u043d\u043d\u04303\u0436\u0434\u043d\u04301\u04372\u043d\u04302\u0438\u043b\u043d\u04302\u0438\u043d4\u043d\u0430\u043a\u043a\u043d\u0430\u043f2\u043b\u043d\u04301\u04412\u043d\u04301\u0442\u0432\u043d\u04301\u04452\u043d\u0430\u044d1\u04402\u043d1\u04312\u043d2\u04331\u0432\u043d\u0433\u04382\u043e\u043d\u0433\u043e1\u0441\u043d2\u0434\u0430\u043a\u043d2\u04341\u0432\u043d\u0434\u04353\u0437\u043d\u0434\u04352\u0441\u043d3\u04342\u0437\u043d\u04342\u0440\u0435\u043d2\u0434\u0440\u044f\u043d\u04342\u0441\u043f\u043d\u04351\u043122\u043d\u0435\u0432\u043d\u043d\u0435\u04342\u043e\u043d\u04353\u0434\u0443\u043d\u0435\u04352\u0434\u043d\u04351\u0437\u0432\u043d\u04351\u0437\u043d\u043d\u04351\u0437\u043e\u043d\u04351\u0437\u0440\u043d\u04351\u043a\u043b\u043d\u04352\u043e\u043b\u043d\u04353\u043f2\u043d\u0435\u04412\u043a\u043d\u0435\u0441\u04422\u043d\u04352\u0444\u0440\u043d\u04351\u0445\u0440\u043d\u04353\u0448\u043a2\u043d1\u04372\u043d\u0437\u043e1\u0441\u043d\u04383\u04312\u043d\u04382\u0435\u043d\u043d\u04382\u043a\u043b\u043d\u0438\u043b\u04302\u043d\u04381\u0441\u043b\u043d\u0438\u04413\u043f\u043d\u043a\u043e\u04312\u043d\u043e1\u0431\u0440\u043d\u043e2\u0432\u043b\u043d\u043e1\u0434\u0432\u043d\u043e1\u0434\u0440\u043d\u043e2\u0435\u0440\u043d\u043e1\u0437\u0432\u043d\u043e2\u0437\u0434\u043d\u043e1\u0437\u0440\u043d\u043e3\u043a\u043d3\u043d\u043e\u043c\u0435\u043d\u043e\u043c3\u0448\u043d\u043e2\u0440\u0432\u043d\u043e1\u0440\u0443\u043d\u043e2\u0441\u04472\u043d\u043e\u0442\u0434\u043d\u043e3\u044422\u043d1\u0440\u04352\u043d1\u0440\u0438\u043d2\u04413\u0432\u043d\u04412\u043a\u0435\u043d3\u0441\u043b\u0430\u043d2\u04413\u043c\u043d\u0441\u04422\u0440\u043d\u0441\u04432\u0440\u043d2\u04413\u0444\u043d2\u0441\u044a3\u043d2\u04421\u0432\u043d\u04422\u0440\u0430\u043d\u04422\u0440\u0435\u043d\u04422\u0440\u0443\u043d\u04422\u0440\u044b\u043d\u0443\u04421\u0440\u043d\u044f1\u0432\u04382\u043e1\u043022\u043e\u0431\u0438\u043e\u043e1\u0431\u043b\u044e\u043e\u0431\u043e2\u04412\u043e\u0431\u043e\u0442\u043e3\u0432\u043b\u0430\u043e\u04323\u043d\u043e\u043e\u04322\u0441\u04352\u043e3\u0433\u0435\u043e3\u0433\u0440\u044f2\u043e\u0434\u0430\u043d\u043e3\u0434\u0435_\u043e2\u0434\u044b\u043d\u043e2\u0434\u044c\u0431\u043e\u04352\u0436\u0438\u043e\u04351\u04412\u043e\u04352\u0441\u0442\u043e2\u0435\u0442\u043e\u043e3\u0436\u0434\u04382\u043e\u0437\u0430\u0432\u043e\u04372\u0432\u0438\u043e1\u0437\u0434\u0440\u043e\u0437\u04351\u043e\u043e\u04373\u043d\u043e2\u043e\u0437\u043e\u043d\u043e2\u0437\u043e\u043f\u043e\u04371\u0443\u0433\u043e2\u0437\u044b\u043c\u043e3\u0437\u044b\u0441\u043e\u04382\u04331\u043e\u0438\u04332\u043d\u043e\u04383\u043c\u043e2\u043e\u043a2\u043b\u043e3\u043a\u043b\u044e\u043e\u043a\u043e1\u0431\u043e\u043a1\u0441\u043a2\u043e\u043a\u0442\u04382\u043e\u043a\u0443\u043c\u043e\u043c2\u0431\u043b\u043e\u043c1\u0440\u0438\u043e\u043c2\u0448\u0435\u043e3\u043c\u044c\u044f\u043e\u043d\u043e1\u0431\u043e\u043e3\u043f\u0441\u043e\u043e\u04413\u043c\u043e2\u043e\u0442\u0438\u043e3\u043f\u0430\u043a\u043e3\u043f\u0430\u0440\u043e2\u043f\u043b\u0438\u043e\u043f2\u043b\u043e\u043e2\u043f\u043b\u044f\u043e\u043f2\u0440\u0438\u043e\u043f2\u0442\u043e\u043e1\u04402\u0432\u043e\u04402\u0442\u0440\u043e1\u0440\u0443\u0435\u043e1\u0440\u0443\u043a\u043e1\u0440\u0443\u0441\u043e3\u0441\u0430\u0434\u043e2\u0441\u043a\u0435\u043e\u04411\u043a\u0438\u043e1\u04412\u043b\u043e\u04413\u043c\u0438\u043e\u04412\u043f\u044f\u043e\u04412\u0441\u0432\u043e\u04412\u0442\u0430\u043e2\u0441\u0443\u0447\u043e1\u04412\u0447\u043e\u04423\u0432\u0430\u043e\u04421\u0432\u0435\u043e\u04421\u0432\u0438\u043e\u04421\u0432\u043b\u043e3\u0442\u0435\u0440\u043e\u04421\u0440\u0438\u043e\u04423\u0441\u043c\u043e\u0442\u04432\u0430\u043e3\u0442\u044c\u044e\u043e3\u0442\u044c\u044f\u043e\u0443\u04412\u043a\u043e\u04433\u0442\u0430\u043e\u04433\u0442\u043e2\u043e\u0444\u0430\u04482\u043e\u0444\u0438\u04422\u043e\u0444\u043e\u043d2\u043e\u0444\u043e\u0442\u043e2\u0444\u0440\u0438\u043e\u04451\u043b\u044b\u043e2\u0445\u043b\u044f\u043e\u04452\u043c\u04352\u043e\u0445\u043e\u0440\u043e\u0447\u04301\u0441\u043e\u04471\u043b\u0435\u043e3\u0447\u043b\u0438\u043e\u04483\u0432\u0430\u043e\u04482\u043b\u0430\u043e\u044d1\u0442\u0438\u043e\u044f2\u0440\u0438\u043f\u0430\u0432\u04383\u043f\u0430\u04323\u043b\u043f\u04302\u0432\u044c\u043f\u04302\u0434\u0440\u043f\u04302\u0435\u043d\u043f\u04301\u0437\u043e\u043f\u0430\u04411\u043b\u043f\u04302\u0443\u043d\u043f\u04301\u0445\u0443\u043f\u04302\u0448\u04422\u043f1\u04322\u043f\u04352\u0434\u0432\u043f\u04353\u0437\u0430\u043f\u04353\u0437\u043e\u043f\u04352\u043b\u044c\u043f\u04354\u043f\u043b\u043f\u04352\u0441\u043d\u043f\u04352\u0441\u0446\u043f\u04352\u0441\u0447\u043f\u04352\u0442\u0440\u043f\u04352\u0448\u04423\u043f\u0438\u043d\u043a3\u043f\u0438\u0441\u044f4\u043f\u043b\u0430_\u043f\u043b\u04301\u04412\u043f\u043b\u0435\u043d\u043f1\u043b\u0435\u044e2\u043f\u043b\u0438\u04322\u043f\u043b\u043e_2\u043f\u043b\u043e\u04322\u043f\u043b\u043e\u04332\u043f\u043b\u044b\u04392\u043f\u043b\u044b\u043c\u043f1\u043b\u044b\u043d\u043f1\u043b\u044b\u04452\u043f\u043b\u044e_\u043f1\u043b\u044e\u0442\u043f2\u043b\u044f\u0441\u043f2\u043b\u044f\u0448\u043f3\u043d\u043e1\u043f\u043e1\u04312\u043f\u043e3\u0432\u043b\u043f\u043e\u04352\u043b\u043f\u043e\u04352\u0445\u043f\u043e1\u0437\u043d\u043f\u043e\u04382\u04493\u043f\u043e\u043b\u043a\u043f1\u043e\u0440\u0433\u043f\u043e\u04402\u0436\u043f\u043e1\u0440\u0443\u043f\u043e1\u044143\u043f\u043e\u0441\u043b\u043f\u043e3\u0441\u0441\u043f\u043e\u04422\u0432\u043f\u043e\u04422\u0440\u043f\u043e1\u04452\u043f\u043e\u044d3\u043c\u043f\u043f\u043e1\u04343\u043f\u0440\u0435\u0432\u043f\u0440\u04351\u0437\u043f\u0440\u0435\u04392\u043f\u0440\u04351\u043b3\u043f\u0440\u0435\u0442\u043f\u0440\u04383\u0432\u043f\u0440\u0438\u04332\u043f\u0440\u04383\u043a\u043f\u0440\u04383\u043b\u043f\u0440\u0438\u043f2\u043f2\u0440\u0438\u04463\u043f\u0440\u043e\u0438\u043f\u0440\u043e3\u043f2\u043f1\u04412\u043f3\u0441\u0438\u043d\u043f2\u04423\u0432\u043f\u0443\u04333\u043d\u043f\u04431\u0441\u0442\u043f\u04433\u0442\u044c\u043f\u044d1\u0440\u0430\u0440\u04302\u0431\u043b1\u0440\u0430\u0431\u043e\u0440\u04302\u0433\u0432\u0440\u04302\u0433\u043b\u0440\u0430\u04342\u0436\u0440\u04302\u0434\u0446\u0440\u0430\u043a2\u04321\u0440\u0430\u043b\u04331\u0440\u0430\u043c\u043a1\u0440\u0430\u043c\u043d1\u0440\u0430\u0441\u043b\u0440\u0430\u04413\u043f\u0440\u0430\u04411\u0442\u0440\u0430\u04421\u04322\u0440\u0430\u0445\u04381\u0440\u0430\u0449\u04382\u0440\u0430\u044f\u0442\u0440\u04312\u043b\u0430\u04402\u0431\u043b\u0435\u0440\u04312\u043b\u043e\u0440\u04312\u043b\u044e\u0440\u0431\u043e3\u0441\u04403\u0432\u0430\u043a\u04403\u0432\u0430\u0440\u04403\u0432\u0435\u0436\u04402\u0432\u0435\u043e1\u0440\u0432\u0435\u0442\u04403\u0432\u0438\u043d\u04402\u0432\u0438\u0442\u04402\u04331\u043b\u0440\u0434\u04301\u0441\u04402\u04341\u0432\u0440\u0434\u04382\u0430\u0440\u0434\u043e\u04412\u0440\u04351\u0432\u0440\u0440\u0435\u04332\u043d\u0440\u0435\u04352\u0432\u0440\u0435\u04352\u0434\u0440\u0435\u04352\u043b1\u0440\u0435\u0437\u043a\u0440\u04351\u0437\u0440\u0440\u0435\u04372\u04431\u0440\u0435\u0439\u04481\u0440\u0435\u043a\u04483\u0440\u0435\u043c\u043e1\u0440\u0435\u043d\u043a1\u0440\u0435\u043d\u044c\u0440\u04351\u043e\u043d\u0440\u04351\u043e\u043f\u0440\u04351\u043e\u04451\u0440\u0435\u043f\u044c\u0440\u04353\u04402\u0440\u04351\u0441\u043b\u0440\u04351\u0441\u0447\u0440\u04351\u0442\u0432\u0440\u04351\u0447\u0442\u0440\u04353\u0448\u043b\u04403\u0436\u0430_\u04403\u0436\u0430\u043c\u04403\u0436\u0430\u043d\u04403\u04362\u0434\u04401\u04372\u0432\u0440\u04383\u0431\u04402\u0440\u0438\u0433\u04382\u0440\u0438\u0434\u0436\u0440\u0438\u04352\u043b\u0440\u0438\u04353\u0440\u0440\u0438\u04372\u0432\u0440\u0438\u043a2\u04401\u0440\u0438\u043d\u0441\u0440\u0438\u043e2\u0437\u0440\u0438\u043e2\u0441\u0440\u04381\u043e\u0442\u0440\u04383\u04402\u0440\u04381\u04412\u0440\u04383\u0441\u04312\u0440\u0438\u0441\u043f\u0440\u04382\u0444\u043b\u0440\u04383\u0444\u0440\u0440\u04381\u0445\u043b\u04402\u043a1\u043b2\u04401\u043b2\u0440\u043d\u0430\u04414\u0440\u043d\u04353\u043e\u0440\u043e2\u0432\u043b\u0440\u043e1\u0434\u0432\u0440\u043e1\u0434\u043b\u0440\u043e1\u0434\u04401\u0440\u043e\u0434\u044c\u0440\u043e\u04352\u043b\u0440\u043e\u04352\u043c\u0440\u043e\u04352\u0445\u0440\u043e1\u0437\u04401\u0440\u043e\u043a\u0440\u0440\u043e3\u043f\u0441\u0440\u043e1\u0440\u0443\u0440\u043e1\u0441\u043a1\u0440\u043e\u0441\u043b\u0440\u043e1\u0441\u043c\u0440\u043e\u04412\u04441\u0440\u043e\u0441\u04481\u0440\u043e\u0441\u044e1\u0440\u043e\u0442\u043a\u0440\u043e\u0443\u04332\u0440\u043e2\u0444\u0440\u0440\u043e1\u0445\u043b\u0440\u043e\u04482\u043b\u0440\u043e3\u0448\u043d1\u0440\u043e\u044f\u0437\u0440\u043f2\u043b\u043e\u04402\u043f\u043b\u044e\u0440\u0441\u0442\u04322\u04402\u04421\u0432\u0440\u04423\u0432\u0430\u0440\u04422\u0432\u043b\u0440\u04421\u0440\u0430\u0440\u04421\u0440\u0435\u0440\u04421\u0440\u0438\u0440\u0442\u0443\u04411\u04403\u0442\u044c\u044e\u0440\u04421\u044f\u04471\u0440\u0443\u0431\u0430\u0440\u0443\u04333\u043d2\u0440\u0443\u043a\u0441\u0440\u0443\u04411\u043a\u0440\u0443\u04413\u043b\u0440\u04433\u0442\u044c1\u0440\u0443\u0445\u04301\u0440\u0443\u0445\u043e1\u0440\u0443\u0447\u043d\u04403\u04482\u043c\u0440\u044b2\u0434\u0432\u0440\u044b2\u043a\u043b\u0440\u044b2\u04451\u0440\u044f1\u0432\u0438\u0441\u04302\u0431\u043b\u0441\u04302\u0434\u044c\u0441\u04302\u043a\u0432\u0441\u04302\u043a\u043b\u04411\u0430\u043f\u043f\u0441\u04301\u0442\u0440\u0441\u04302\u0443\u043d\u0441\u04301\u044522\u04413\u0431\u0443\u0441\u0435\u04332\u043d\u0441\u04351\u04372\u0441\u04351\u043a\u0432\u0441\u0435\u043a1\u043b\u0441\u0435\u043a\u04414\u0441\u0435\u043c\u04381\u0441\u04352\u0441\u043a\u0441\u04352\u0441\u0442\u0441\u04381\u043e\u043c\u0441\u04381\u043e\u043f\u0441\u04382\u043f\u043b2\u0441\u043a\u0430\u043c2\u0441\u043a\u0430\u0445\u0441\u043a2\u0432\u0430\u04412\u043a\u0432\u0438\u04412\u043a\u043b\u044f\u04411\u043a\u043e\u043d2\u0441\u043a\u043e\u0448\u04411\u043a\u0440\u04302\u0441\u043a\u0443\u04351\u0441\u043b\u0430\u04321\u0441\u043b\u0430\u0434\u04411\u043b\u0430\u043c\u04413\u043b\u0435\u0432\u04413\u043b\u0435\u0435\u04411\u043b\u0435\u0439\u0441\u043b\u0435\u043e2\u04411\u043b\u0435\u0442\u04413\u043b\u0435\u044e2\u0441\u043b\u0438\u0446\u04412\u043b\u043e\u0436\u04411\u043b\u044e\u04412\u04413\u043b\u044f1\u0441\u043c\u0435\u0441\u04414\u043c\u0435\u044f\u04413\u043c\u0443\u0440\u04412\u043d\u0430\u04412\u0441\u043d\u0430\u044f2\u0441\u043d\u0443\u044e2\u04413\u043d\u044b\u0441\u043e\u04322\u0440\u0441\u043e1\u04372\u0441\u043e3\u043c2\u0441\u043e1\u0440\u0443\u0441\u043e1\u0441\u043a\u0441\u043e2\u0441\u044c\u0441\u043e\u04422\u0440\u0441\u043e1\u0447\u043b\u0441\u043e\u04482\u043b\u04412\u043f\u0430\u0432\u04412\u043f\u0435\u0435\u04412\u043f\u0435\u043b\u04412\u043f\u0435\u043d\u04412\u043f\u0435\u0445\u04412\u043f\u0435\u0448\u04412\u043f\u0435\u044e\u04412\u043f\u0438\u043c2\u0441\u043f\u043e\u043b\u04412\u043f\u043e\u0441\u04412\u0440\u0430\u0431\u0441\u0440\u04302\u0441\u04411\u0440\u0430\u0442\u0441\u04413\u0432\u043e4\u04415\u0441\u0438\u04413\u04412\u043a1\u0441\u0442\u0430_4\u0441\u0442\u0432_2\u0441\u0442\u0432\u043b\u0441\u04422\u0432\u044f1\u0441\u0442\u0435\u04391\u0441\u0442\u0435\u043b\u0441\u0442\u04353\u0445\u04413\u0442\u0435\u0448\u04412\u0442\u0438\u0435\u04412\u0442\u0438\u0438\u04412\u0442\u0438\u0447\u04412\u0442\u0438\u044e\u0441\u04422\u043b\u04302\u0441\u0442\u043b\u04382\u0441\u0442\u043b\u044f1\u0441\u0442\u043e_1\u0441\u0442\u043e\u04321\u0441\u0442\u043e\u04331\u0441\u0442\u043e\u04341\u0441\u0442\u043e\u04351\u0441\u0442\u043e\u043a1\u0441\u0442\u043e\u043c1\u0441\u0442\u043e\u043d1\u0441\u0442\u043e\u04411\u0441\u0442\u043e\u0442\u04412\u0442\u043e\u04461\u0441\u0442\u043e\u044e2\u0441\u0442\u0440_\u04411\u0442\u0443\u04421\u0441\u0442\u0443\u044e\u04412\u0442\u044b\u04322\u0441\u0442\u044c_2\u0441\u0442\u044c\u04413\u0441\u0442\u044c\u044e1\u0441\u0442\u044c\u044f1\u0441\u0442\u044f\u043c1\u0441\u0442\u044f\u0445\u0441\u0443\u04311\u043e\u0441\u04433\u0433\u043b\u0441\u04432\u0435\u0432\u0441\u04431\u043a\u0440\u0441\u0443\u043c\u04301\u0441\u0443\u043f\u04352\u0441\u0443\u04413\u043b\u0441\u0443\u04413\u043f\u0441\u04431\u0441\u0442\u0441\u0443\u04421\u0440\u0441\u04432\u044431\u04412\u0444\u04351\u04412\u0445\u04352\u04413\u0446\u0438\u04412\u0447\u0430\u0441\u04413\u0447\u0438\u04322\u0441\u0447\u0438\u043a\u04412\u0447\u0438\u0442\u0441\u044a\u04353\u0434\u0441\u044a\u04353\u043b\u0441\u044b2\u04331\u0441\u044f3\u0442\u044c\u0442\u04302\u0431\u043b\u0442\u0430\u04312\u0440\u0442\u04302\u0433\u043d\u0442\u04301\u04372\u0442\u04302\u043f\u043b\u0442\u04301\u0441\u0442\u0442\u04301\u0442\u04402\u04421\u043122\u04422\u0432\u0430\u04421\u0432\u0435\u0439\u04421\u0432\u0435\u043b\u04421\u0432\u0435\u0442\u04421\u0432\u043e\u0435\u04421\u0432\u043e\u04412\u0442\u0432\u043e\u044e2\u04421\u0432\u0440\u0442\u04352\u0433\u043d\u0442\u04351\u0437\u043e3\u0442\u0435\u043a\u0430\u0442\u0435\u043a1\u043b3\u0442\u0435\u043a\u0448\u0442\u04351\u043e\u04453\u0442\u0435\u0440\u0437\u0442\u0435\u04403\u043a3\u0442\u0435\u0440\u044f\u0442\u0435\u0441\u04422\u0442\u04352\u0445\u043e\u0442\u0438\u04302\u043c\u0442\u04382\u0431\u043b\u0442\u04383\u04342\u0442\u0438\u0438\u04411\u04421\u0438\u043c\u043f\u04421\u0438\u043d\u04342\u0442\u0438\u043d\u04362\u0442\u0438\u043d\u0444\u0442\u04381\u0445\u04402\u04421\u043a2\u0442\u043b\u043e2\u0431\u0442\u043c\u04382\u04412\u0442\u043e\u0431\u044a\u0442\u043e2\u0432\u043b\u0442\u043e1\u04372\u0442\u043e\u043a2\u04402\u0442\u043e\u043c\u04412\u0442\u043e\u043d\u04331\u0442\u043e\u0440\u04331\u0442\u043e\u0440\u04361\u0442\u043e\u0440\u0441\u0442\u043e1\u0440\u04431\u0442\u043e\u0440\u04482\u0442\u043e\u0442\u0434\u0442\u043e3\u0442\u043a\u0442\u043f\u04301\u0442\u0442\u0440\u0434\u043e2\u04421\u0440\u0435\u0430\u04421\u0440\u0435\u0433\u04421\u0440\u0435\u0434\u04421\u0440\u0435\u0435\u04421\u0440\u0435\u0446\u04421\u0440\u0435\u044e1\u0442\u0440\u0438\u0431\u04421\u0440\u0438\u0432\u04421\u0440\u0438\u043b\u04421\u0440\u0438\u043c\u0442\u0440\u04381\u043e\u04421\u0440\u0438\u0442\u0442\u0440\u04383\u0444\u04421\u0440\u0438\u04492\u0442\u0440\u043e\u0439\u04421\u0440\u043e\u0440\u0442\u0440\u043e3\u04422\u0442\u0440\u043e\u044e1\u0442\u0440\u0443\u0431\u04422\u0440\u0443\u04342\u0442\u0440\u0443\u043a\u04422\u0440\u0443\u043c\u04422\u0440\u0443\u0442\u04421\u0440\u044f_\u04421\u0440\u044f\u0432\u04421\u0440\u044f\u0435\u04421\u0440\u044f\u0436\u04421\u0440\u044f\u0439\u04423\u0440\u044f\u043a\u04421\u0440\u044f\u0442\u04421\u0440\u044f\u0449\u04421\u0440\u044f\u044f4\u04421\u04412\u04422\u04413\u0434\u0442\u0441\u0435\u043f2\u04422\u04413\u043c\u04422\u04413\u043f\u0442\u04432\u0433\u0440\u0442\u04431\u0441\u043b\u0442\u04431\u0441\u0442\u0442\u04432\u0444\u043b1\u0442\u0443\u0448\u04301\u0442\u0443\u0448\u043e1\u0442\u0443\u0448\u044c\u0442\u044b2\u043312\u0442\u044f2\u0447\u04432\u0430\u043b\u0435\u04433\u0431\u0435\u043b\u0443\u0431\u043e1\u0434\u0443\u0431\u043e\u044121\u0443\u0431\u0440\u0430\u0443\u04313\u0440\u044e\u04431\u0432\u0435_\u0443\u04332\u043d\u0430\u0443\u04332\u043d\u0435\u0443\u04331\u0440\u0435\u0443\u04331\u0440\u044f\u0443\u0434\u04301\u0441\u0443\u04341\u0440\u043e\u0443\u0435\u04412\u043b\u04431\u04372\u0432\u0443\u0437\u043e3\u043f\u0443\u043a\u043e1\u0431\u04431\u043a\u04431\u04431\u043b\u044b\u0445\u04432\u043e\u0437\u0430\u0443\u043e\u0441\u04421\u0443\u043e2\u04421\u0443\u043f1\u043b\u044e\u04433\u043f\u0440\u043e\u0443\u0440\u043a\u04353\u04432\u0440\u043e\u0434\u0443\u0440\u04422\u0440\u04432\u0441\u0430\u0434\u0443\u04411\u043a\u0430\u0443\u04411\u043a\u0438\u0443\u0441\u043a3\u043b\u04431\u0441\u043a\u0440\u0443\u04413\u043b\u0438\u04431\u0441\u0442\u0435\u04431\u0441\u0442\u044f\u04433\u0441\u044c\u044f\u04433\u0442\u0435\u0440\u0443\u04422\u043b\u044f\u0443\u04421\u0440\u0438\u04431\u0442\u044c\u0435\u04433\u0442\u044c\u044e\u0443\u04442\u043b\u044f\u0443\u04451\u0430\u0434\u0443\u0445\u04302\u0442\u0443\u04453\u043b\u044f\u04432\u0447\u0435\u0431\u0443\u04481\u043b\u0430\u0444\u04302\u04311\u0444\u04302\u0433\u043d\u0444\u04301\u0437\u043e\u0444\u0430\u043d2\u0434\u0444\u04301\u0442\u0440\u0444\u0435\u04321\u0440\u0444\u0435\u04341\u0440\u0444\u04351\u043e3\u0444\u04382\u0433\u043b\u0444\u04382\u0437\u043e2\u0444\u043e\u0431\u044a\u0444\u043e2\u0440\u0432\u0444\u043e1\u0440\u0443\u0444\u043e\u04411\u043a\u04441\u0440\u0430\u0431\u0444\u0440\u04301\u0437\u0444\u0440\u04301\u0441\u04441\u0440\u0430\u0442\u04442\u0440\u0435\u043d\u0444\u0440\u04352\u0441\u04442\u0440\u0438\u0436\u04442\u0440\u0438\u0437\u04442\u0440\u043e\u043d\u04442\u0442\u043e\u0440\u0444\u04433\u0442\u043b\u0445\u04302\u0431\u043b2\u04451\u0430\u043a\u0445\u0430\u043d2\u0434\u04451\u0430\u0440\u04482\u04453\u0432\u04352\u04453\u0432\u0438\u0445\u0438\u0430\u04421\u0445\u04381\u04412\u04451\u043b\u0430\u0432\u04451\u043b\u0430\u0441\u04451\u043b\u0430\u0442\u04451\u043b\u0430\u04461\u0445\u043b\u0435\u0431\u04452\u043b\u0435\u0441\u04451\u043b\u0435\u0442\u04453\u043b\u043e_\u04452\u043b\u043e\u043f1\u04452\u043c\u04433\u04452\u043d\u044b\u0445\u043e2\u043f\u0435\u0445\u043e1\u0440\u0443\u04451\u043e\u0441\u043c\u0445\u043e\u04451\u043b\u04451\u0440\u0430\u04371\u0445\u0440\u0430\u043d\u04451\u0440\u0435\u0439\u04452\u0440\u0438\u0441\u04451\u0440\u043e\u04321\u0445\u0440\u043e\u043c2\u04451\u04412\u04451\u04432\u0433\u04451\u04432\u0440\u0445\u04433\u0440\u04302\u04451\u04472\u0446\u04302\u043f\u043b\u0446\u04351\u043e\u0442\u0446\u0435\u043f1\u043b\u0446\u0435\u04412\u043b\u0446\u04382\u043a1\u0446\u0438\u043a3\u043b\u0446\u04382\u043e\u043b\u0446\u04382\u0441\u043a\u0446\u0438\u04441\u04402\u04461\u043a2\u04461\u043e2\u04312\u04461\u043e\u04422\u04463\u04482\u0446\u044b\u043f3\u043b\u0447\u04302\u0434\u0440\u0447\u04302\u0434\u0446\u0447\u04302\u0435\u04403\u0447\u0430\u0442\u043e3\u0447\u0430\u0442\u044b\u0447\u04351\u0432\u043b\u0447\u04352\u0433\u043b\u0447\u0435\u04402\u0441\u0447\u04351\u0441\u043b1\u04472\u043b\u0430\u04473\u043b\u0435\u0433\u04473\u043b\u0435\u0436\u04472\u043b\u0438_1\u04472\u043b\u043e2\u04471\u0442\u0430\u0448\u04302\u0431\u043b\u0448\u04302\u0433\u043d\u0448\u04302\u0434\u0440\u0448\u04301\u0441\u0442\u04483\u0432\u0435\u043d\u0448\u04352\u0433\u043b\u0448\u04351\u043e2\u0448\u04353\u043f\u043b\u0448\u04351\u04412\u0448\u04382\u0431\u043b\u0448\u04382\u043f\u043b\u0448\u0438\u04441\u04402\u04481\u043a22\u0448\u043b\u0435\u043d\u04482\u043b\u0438_2\u0448\u043b\u0438\u04322\u0448\u043b\u0438\u043b\u04482\u043b\u0438\u043d\u04482\u043b\u0438\u0441\u04482\u043b\u0438\u0444\u04482\u043b\u043e_2\u0448\u043b\u043e\u0432\u04482\u043b\u043e\u04332\u0448\u043b\u044f\u04352\u0448\u043b\u044f\u043a\u04482\u043b\u044f\u043f2\u0448\u043b\u044f\u04422\u0448\u043b\u044f\u04472\u0448\u043b\u044f\u044e3\u04482\u043c\u044b\u04482\u043d\u0443\u0440\u0448\u04432\u0435\u0432\u0448\u0443\u0441\u044212\u04493\u04322\u0449\u04352\u0433\u043b\u0449\u0435\u04341\u0440\u0449\u0435\u0438\u04411\u0449\u04353\u0448\u043a\u044a\u04353\u0434\u043e\u044a2\u04352\u0440\u044a\u04352\u0445\u0438\u044b\u04342\u0440\u0435\u044b2\u0434\u0440\u044f\u044b3\u04362\u0434\u044b\u04372\u0432\u0430\u044b\u04372\u043d\u0430\u044b2\u043a1\u0432\u044b\u043a\u043e1\u0437\u044b\u0440\u04352\u0445\u044b\u04411\u043a\u0438\u044b\u04411\u043a\u0443\u044b\u04421\u0432\u0438\u044b3\u0442\u044c\u044e\u044b3\u0442\u044c\u044f\u044b2\u04481\u043b\u044c\u04351\u0437\u043e\u044c\u043c\u04383\u0434\u044c\u043c\u04383\u043a\u044c\u043d\u04352\u043e\u044c2\u043f1\u043b\u044c2\u0441\u0442\u0438\u044c2\u0441\u0442\u044f\u044c\u0442\u04383\u043c\u044c2\u0442\u043e\u0442\u044c\u04422\u0440\u0435\u044c\u04422\u0440\u0443\u044c\u04422\u0440\u044b\u044c\u0445\u043e\u04371\u044c3\u044f\u0433\u0441\u044d\u043a2\u0441\u0442\u044d\u043b\u04351\u043e\u044d\u043f\u04383\u043a\u044d\u04413\u0442\u0435\u044d\u04421\u0440\u0430\u044e\u0437\u04382\u043a\u044e2\u043a1\u0432\u044e\u0440\u04354\u043c\u044e2\u04411\u043a\u044e1\u0441\u0442\u0430\u044e1\u0441\u0442\u0435\u044e1\u0441\u0442\u043e\u044e1\u0441\u0442\u044f\u044e\u0445\u04301\u0441\u044f\u04311\u0440\u0430\u044f\u04313\u0440\u0435\u044f\u04311\u0440\u0438\u044f\u04313\u0440\u044e\u044f1\u04322\u0445\u044f2\u04331\u043b\u044f\u04372\u0433\u043d\u044f2\u043a1\u0432\u044f2\u043a1\u043b\u044f\u0441\u04423\u0432\u044f1\u0441\u0442\u043e\u044f\u0441\u04421\u0440\u044f\u0442\u04381\u0437\u044f3\u0442\u044c\u044e\u044f3\u0442\u044c\u044f\u04302\u043d\u044c\u0448\u0433\u0441\u04424\u0440\u04352\u043c\u044c\u0434\u0437\u0430\u04382\u043b\u0437\u0430\u043e2\u0437\u0437\u0430\u044e2\u043b\u04372\u0440\u044f\u0442\u0437\u04432\u043c\u044c\u043f\u043e\u04352\u04362\u0441\u0442\u044c\u04426\u0445\u0443\u044f_\u044b2\u0440\u044c\u043c\u044b\u044f2\u0432\u044f\u044c\u0431\u0430\u04422\u04302\u0434\u0432\u04512\u0430\u043b\u0451\u043a2\u0430\u043c\u0451\u0442\u04301\u0442\u044c\u0451\u04313\u043b\u0451\u043d\u04312\u043b\u044e\u0451\u04311\u0440\u0451\u043a\u04312\u0440\u0451\u043c\u04312\u0440\u0451\u04453\u0432\u0435\u0437\u0451\u0432\u0451\u04341\u04402\u0432\u0451\u0440\u0434\u04322\u043b\u0451\u043a\u04322\u043b\u0451\u0442\u04322\u043d\u0451\u04413\u0432\u0441\u04513\u04332\u043b\u0451\u0442\u04332\u043d\u0451\u0432\u04333\u043d\u0451\u043d\u04332\u043d\u043e\u0451\u04342\u0440\u0451\u0431\u04342\u0440\u0451\u043c\u0434\u044a\u04512\u043c2\u0435\u0432\u0451\u0440\u04352\u0433\u043b\u0451\u0435\u04401\u0432\u0451\u0435\u04421\u0432\u0451\u04351\u0442\u044c\u0451\u04511\u0431\u0440\u0430\u0451\u04311\u0440\u044b\u04511\u0434\u0440\u0443\u04511\u0437\u043e\u043c2\u04511\u043a\u043e2\u04511\u043a\u0440\u0451\u043a2\u0440\u043e2\u0451\u043c\u0443\u0436\u0451\u043f\u0430\u04422\u04513\u043f\u043b\u0430\u0451\u043f1\u043b\u0443\u04513\u043f\u043b\u044b\u04513\u0440\u0435_\u0451\u04403\u0441\u043a\u04513\u04412\u0430\u04512\u0441\u043a\u0435\u04513\u0441\u0442\u04432\u0451\u0442\u0435\u0447\u0451\u0442\u043e1\u0441\u0451\u0445\u04302\u0442\u0451\u04451\u0440\u0443\u0436\u04511\u04412\u04372\u0432\u0451\u0437\u04372\u043d\u0430\u0451\u04372\u043e\u0442\u0451\u0437\u044a\u04512\u043c2\u0437\u044b\u043c\u04512\u04381\u0432\u0451\u0438\u04451\u0440\u0451\u043a3\u043b\u0451\u043d\u043a2\u0440\u043e\u0451\u043b\u04513\u0434\u043e\u043b\u0451\u043a1\u043b\u043b\u04512\u0441\u043a2\u043b\u043e\u0451\u043d1\u043b\u044c\u0449\u04513\u043c2\u0449\u0451\u043d\u04342\u0440\u0451\u043d\u04511\u043123\u043d\u043e\u043c\u0451\u043e\u04512\u0436\u0438\u043e2\u0441\u043a\u0451\u043e\u04421\u0432\u0451\u043e3\u0442\u0451\u0440\u043f\u04512\u0442\u04402\u043f\u043b\u0451\u043d\u043f1\u043b\u0451\u044e\u043f\u043e\u04512\u04363\u043f\u0440\u0451\u0442\u04402\u0431\u043b\u04511\u0440\u0432\u0451\u04421\u0440\u0451\u0437\u043a\u0440\u0451\u04372\u04431\u0440\u0451\u043a\u04483\u0440\u0451\u043c\u043e1\u0440\u0451\u043d\u043a\u0440\u043e\u04512\u043c\u0441\u0451\u043a\u04414\u0441\u04512\u0441\u04422\u0441\u043a\u0443\u0451\u04411\u043b\u0451\u04421\u0441\u0442\u0451\u043b\u0441\u0442\u04513\u0445\u04413\u0442\u0451\u0448\u04421\u0432\u0451\u043b\u04421\u0432\u043e\u0451\u0442\u04512\u0433\u043d\u0442\u04511\u0437\u043e3\u0442\u0451\u043a\u0430\u0442\u0451\u043a1\u043b3\u0442\u0451\u043a\u0448\u0442\u0451\u04403\u043a\u0442\u04512\u0445\u043e\u0443\u04332\u043d\u0451\u0443\u04331\u0440\u0451\u04431\u0441\u0442\u0451\u04433\u0442\u0451\u0440\u04431\u0442\u044c\u0451\u04432\u0447\u0451\u04312\u04453\u0432\u04511\u0445\u043b\u0451\u0431\u04452\u043b\u0451\u0441\u0447\u0451\u04402\u04412\u0448\u043b\u0451\u043d\u044a2\u04512\u0440\u044b\u04342\u0440\u0451\u044b\u0440\u04512\u0445\u044c\u04511\u0437\u043e\u044f\u04313\u0440\u0451",
6 : "_\u0430\u04331\u0440\u043e_\u0430\u043b\u044c3\u044f_\u0430\u04411\u0442\u043e_\u0430\u0441\u04421\u0440_\u0434\u04351\u043a\u0432_\u0434\u04382\u0430\u043a_\u0434\u043e3\u04422_\u0437\u0430\u04322\u0440_\u0438\u043e4\u043d\u0430_\u043b\u0435\u04411\u043a_\u043b\u044e\u0441\u04421_\u043c\u04381\u043e\u043c_\u043c\u043e2\u043a1_\u043d\u04303\u04482_\u043d\u04353\u0432\u043d_\u043d\u04351\u0434\u0440_\u043d\u04351\u04372_\u043d\u04351\u0441\u043b_\u043d\u043e\u04411\u043a_\u043d\u0443\u043a1\u043b_\u043e\u04412\u043a\u0430_\u043e\u04413\u043f\u0438_\u043e\u04421\u0440\u043e_\u043e\u04421\u0440\u0443_\u043e\u04421\u0443\u0436_\u043f\u043e3\u04322_\u043f\u043e3\u04362_\u043f\u043e\u04372\u043d_\u043f\u0440\u043e\u04412_\u0440\u04352\u0431\u0440_\u0440\u04382\u0441\u043a_\u0441\u0435\u043f\u04422_\u0442\u04352\u043e3_\u0442\u0438\u04331\u0440_\u0443\u04372\u043d\u0430\u0430\u0431\u04353\u0441\u0442\u04303\u04322\u0447\u0435\u0430\u0433\u04301\u04412\u04302\u0433\u0438\u0442\u0438\u04302\u0433\u043b\u043e\u0441\u0430\u04332\u043b\u043e\u0442\u0430\u0434\u04382\u043e\u0434\u04302\u04341\u0440\u0443\u0430\u0437\u04304\u04483\u0430\u04373\u0432\u0435\u0437\u04302\u0437\u043e\u0432\u044c\u04302\u0437\u043e\u043b\u044c\u04301\u0437\u043e\u0440\u0438\u0430\u04372\u043e1\u0441\u0430\u043a3\u043b\u0435\u043c\u0430\u043a\u043e1\u043122\u0430\u043a\u043e\u043d\u0441\u0430\u043b\u0443\u04481\u0442\u04302\u043c\u0438\u043d\u0442\u0430\u043c2\u043d\u0435\u0442\u0430\u043c\u043e1\u04372\u0430\u043d\u04302\u0434\u0446\u0430\u043d2\u0434\u0440\u0430\u0430\u043d2\u0441\u0443\u0440\u04302\u043d1\u0443\u0437\u0430\u043f2\u043b\u043e\u043c\u0430\u043f\u043e4\u0432\u0441\u0430\u043f1\u0440\u0435\u043b\u0430\u0440\u04302\u0441\u0442\u0430\u04402\u0431\u043e\u043a\u0430\u04402\u0432\u0430\u043b\u0430\u0440\u04351\u0434\u0432\u0430\u0440\u04351\u043e\u043b\u0430\u04402\u0442\u043e\u0440\u0430\u04402\u04421\u04401\u0430\u0441\u0441\u0438\u0433\u0430\u0441\u04421\u0432\u0443\u0430\u04413\u0442\u0435\u043c\u0430\u04412\u0442\u0438\u043d\u0430\u04412\u0442\u0438\u044f\u0430\u04411\u0442\u043e\u043e\u0430\u04411\u0442\u0443\u0445\u04301\u0441\u0442\u044c\u0435\u0430\u04412\u0448\u0435\u0434\u0430\u04412\u0448\u0435\u0441\u0430\u04421\u043e\u0431\u0435\u04302\u0442\u043e\u043c\u043d\u0430\u04421\u0440\u0430\u0445\u0431\u04302\u04331\u0440\u0431\u04352\u04341\u0440\u0431\u0435\u04371\u04302\u0431\u0435\u04375\u04344\u0431\u0435\u04371\u043e2\u0431\u04352\u04411\u043a\u0431\u04352\u04411\u0442\u0431\u0435\u04413\u0442\u0435\u0431\u0435\u04413\u0442\u04381\u04312\u043b\u0430\u0437\u04313\u043b\u0430\u0437\u04381\u04312\u043b\u0435\u04351\u04312\u043b\u0435\u044f1\u04312\u043b\u0443\u04362\u04313\u043b\u044e_\u0431\u043e1\u0431\u0440\u0430\u0431\u043e1\u0434\u0440\u0430\u0431\u043e1\u043b2\u0436\u0431\u043e1\u043b\u044c\u0441\u0431\u043e3\u043c2\u043b\u0431\u043e3\u0441\u043a\u043e\u0431\u043e3\u0441\u0442\u0438\u0431\u0440\u04301\u0437\u043e1\u04312\u0440\u0430\u043b2\u04311\u0440\u0430\u043c\u04312\u0440\u0430\u0442\u044c1\u04312\u0440\u0430\u04472\u04313\u0440\u0430\u044f1\u04312\u0440\u0435\u0434\u04312\u0440\u0438\u0442\u043e\u04312\u0440\u0438\u0442\u044b\u04311\u0440\u043e\u043c_3\u0431\u0440\u0443\u043a\u04412\u04313\u0440\u044e_\u0431\u04432\u04331\u0440\u0432\u04302\u04341\u0440\u0432\u04303\u04362\u0434\u0432\u04302\u0441\u0442\u0440\u0432\u04352\u04411\u043a\u0432\u0437\u044a\u04353\u04343\u04322\u043a\u0443\u04412\u04323\u043b\u0430\u04313\u04322\u043d\u0443\u043a3\u04322\u043d\u0443\u0447\u0432\u043e\u04382\u04411\u0432\u043e\u04413\u043f\u0435\u0432\u043e2\u0441\u0442\u0440\u0432\u043e3\u04452\u04422\u04321\u0440\u0430\u043c2\u04321\u0440\u0430\u04452\u04321\u0440\u0435\u043d1\u04322\u0440\u0438\u0437\u0432\u0440\u043e3\u04422\u04323\u0441\u043a\u0430\u044f4\u04323\u0441\u043a\u04384\u04323\u0441\u043a\u0443\u0432\u0442\u043e1\u04312\u0432\u04432\u04451\u04303\u04322\u0448\u0438\u0432\u0432\u044b3\u04482\u043b\u0433\u04301\u0441\u04422\u04331\u043b\u0430\u043c\u04382\u0433\u043b\u0430\u0441\u044c3\u04332\u043b\u0438\u0444\u04333\u043b\u043e\u0431\u043b\u0433\u043d\u0438\u04422\u0440\u0433\u043e3\u04362\u0434\u0433\u043e2\u04411\u0430\u0433\u043e1\u0441\u043a\u043b\u0433\u043e1\u0441\u043f\u0430\u0433\u04432\u04411\u043a\u0434\u04302\u0433\u0435\u043d\u0434\u0430\u0441\u04421\u04402\u04341\u0432\u0438\u04342\u0434\u0432\u0438\u043d\u04422\u0434\u0432\u0438\u043d\u04472\u04341\u0432\u0438\u04412\u04341\u0432\u0438\u04421\u0434\u0432\u043e\u0440\u044c\u0434\u04351\u04312\u043b\u0434\u04351\u04312\u0440\u0434\u0435\u04371\u043e2\u0434\u0435\u0440\u0430\u04412\u0434\u04352\u04413\u0432\u0434\u04382\u0430\u043b\u0438\u0434\u04382\u0430\u043b\u043e\u0434\u0438\u043e3\u0434\u0435\u0434\u04381\u043e\u0442\u0438\u0434\u04383\u0444\u0442\u043e3\u0434\u043d\u0435\u0432\u043d4\u04343\u043d\u043e1\u0434\u043d\u043e3\u043423\u04342\u043d\u044f\u0448\u0434\u043e3\u04322\u043c\u0434\u043e3\u04362\u04342\u0434\u043e\u043b\u0438\u043c\u0434\u043e2\u043c1\u04402\u0434\u043e\u043f\u043b\u0435\u0434\u043e2\u043f\u0440\u0435\u0434\u043e2\u0440\u0443\u0431\u0434\u043e\u04422\u0440\u0438\u0434\u043e2\u04483\u0432\u0434\u043e3\u04482\u043a\u0434\u043e2\u0448\u043b\u044b1\u0434\u0440\u0430\u0432\u04482\u0434\u0440\u0430\u0437\u0432\u04341\u0440\u0430\u043d\u04352\u04343\u0440\u0435\u04361\u0434\u0440\u0435\u043c\u04301\u0434\u0440\u0435\u043c\u043b\u0434\u0440\u0435\u043c3\u043d1\u0434\u0440\u0435\u043c\u044b2\u04343\u0440\u0435\u043d\u0434\u0440\u04352\u0441\u043a\u04342\u0440\u0435\u0441\u04411\u04342\u0440\u043e\u04362\u04343\u0440\u043e\u04371\u04342\u0440\u044b\u04331\u04342\u0440\u044f\u0433\u0434\u04432\u0441\u0442\u04302\u0434\u0443\u04421\u0440\u0434\u044b2\u04331\u04402\u0434\u044b2\u04411\u0435\u04311\u0440\u0435\u043d\u0435\u04311\u0440\u043e\u0432\u04352\u04313\u0440\u044e\u04353\u04322\u043c\u0435\u0435\u04322\u043d\u0438\u043c\u0435\u04322\u043d\u044f\u0442\u0435\u0432\u0440\u04301\u04412\u04351\u0432\u0440\u0435\u0435\u04321\u0440\u0435\u0435\u0435\u04321\u0440\u0435\u0439\u0435\u04321\u0440\u0435\u044f\u0435\u0433\u04301\u04412\u04352\u0433\u043b\u0430\u043d\u0435\u0434\u043d\u043e\u04433\u0435\u04341\u043e\u043f\u0440\u04352\u0434\u043e\u0442\u0432\u04352\u04341\u043e\u0449\u04352\u0434\u0440\u0443_\u04352\u0434\u04432\u0431\u0435\u04341\u0443\u0431\u043e\u04352\u0434\u0443\u0432\u0435\u0435\u04341\u0443\u0441\u04422\u04353\u0434\u0443\u0448\u04352\u0435\u0432\u0438\u0434\u0435\u04352\u04321\u0440\u0435\u0435\u0441\u04421\u0440\u04354\u0436\u0434\u0435\u0432\u0435\u0437\u04302\u0432\u0440\u04351\u04372\u0432\u0430\u0435\u04371\u043e2\u0433\u0435\u04371\u043e2\u0440\u0435\u04371\u04432\u0434\u0435\u04371\u04432\u043a\u0435\u0437\u04432\u0441\u043e\u0435\u0437\u04432\u0441\u044b\u0435\u04371\u04432\u0445\u0435\u04371\u0443\u0447\u0430\u0435\u0438\u04411\u0442\u0440\u0435\u043a1\u0441\u0442\u0435\u0435\u043b\u04353\u0441\u043a\u0435\u043b\u04351\u0441\u0446\u0435\u043c\u04383\u04342\u0435\u043d2\u04341\u0440\u0435\u043e\u04312\u0440\u043e\u04352\u043e3\u0433\u043b\u0435\u043e2\u0433\u0440\u043e\u0435\u043e\u0434\u04353\u0437\u04352\u043e3\u0440\u043e\u0435\u043e\u0441\u04421\u0440\u0435\u043e\u04422\u0440\u0443\u0435\u043f\u04301\u0442\u0440\u0435\u043f\u0438\u04412\u043a\u0435\u043f1\u043b\u0435\u0448\u0435\u043f1\u043b\u044e\u0449\u0435\u04401\u0430\u043a\u0442\u0435\u0440\u04353\u0434\u043e\u0435\u0440\u04351\u0434\u0440\u0435\u0440\u04351\u043a2\u0435\u0440\u04351\u04454\u0435\u0440\u0438\u043e3\u0437\u0435\u04401\u043e\u0431\u043b2\u0435\u0440\u043e\u0432\u04382\u0435\u0440\u043e\u043a\u0440\u0435\u0440\u043e3\u04442\u0435\u04411\u043a\u0430\u043b\u04352\u0441\u043a\u043e\u0432\u0435\u04411\u043b\u0430\u0441\u0435\u04412\u043b\u0438\u043d\u0435\u04412\u043b\u043e\u0432\u0435\u04412\u043b\u043e\u043c\u0435\u04412\u043f\u0435\u043a\u0435\u04413\u043f\u043e\u043b\u0435\u04412\u0442\u0430\u043d\u0435\u04412\u0447\u0435\u0442\u0435\u0443\u043a2\u043b\u043e\u0435\u0444\u04383\u04312\u0435\u04451\u0430\u0442\u043e\u0435\u04453\u0432\u0430\u043b\u0435\u04453\u043b\u043e\u043f\u0435\u04451\u043e\u043f\u043e\u0435\u04451\u04432\u04473\u04362\u0434\u0435\u043b4\u0436\u0434\u0435\u043c\u0435\u0436\u04351\u043a2\u0432\u0437\u04302\u0432\u0440\u0443\u0437\u04303\u04362\u0434\u0437\u04303\u043c\u043d\u0435\u0437\u04303\u04402\u04342\u04373\u0432\u0430_\u04373\u0432\u0430\u043b\u044c1\u04372\u0432\u043e\u043d2\u04371\u0432\u0443\u044e\u0437\u04382\u043e\u043d\u043e\u0437\u04383\u04422\u0440\u0437\u043a\u043e3\u043f2\u0437\u043e3\u04322\u043c\u0437\u043e2\u043e3\u043f\u0437\u043e\u04422\u0440\u0435\u0437\u043e\u04422\u0440\u0438\u0437\u0440\u043e2\u04413\u0437\u04432\u04313\u04402\u04371\u0443\u04373\u04371\u04432\u043c\u043e\u04371\u04432\u0442\u0435\u0437\u04432\u0447\u0430\u04412\u0437\u044b2\u043312\u0437\u044b2\u04411\u0438\u04302\u0437\u043e\u0432\u0438\u04302\u043d\u0430\u043b\u0438\u04301\u04412\u043a\u0438\u04301\u0441\u0442\u0430\u0438\u04301\u0441\u0442\u043e\u0438\u0430\u04421\u0440\u043e\u0438\u04331\u0440\u0435\u043d\u04382\u04331\u0440\u044f\u0438\u0434\u04381\u043e\u043c\u0438\u0434\u04381\u043e\u0442\u04382\u0435\u0432\u043e\u0434\u0438\u04372\u0433\u043d\u0435\u0438\u04372\u043d\u0430\u043b\u0438\u043a\u04301\u04412\u0438\u043a2\u04411\u0442\u0438\u043b\u043e1\u0441\u043a\u04382\u043c\u0435\u043d\u043e\u04382\u043c\u0435\u043d\u04432\u0438\u043c\u0435\u043d\u044c1\u0438\u043d\u0441\u0442\u0438\u04383\u043e\u043d\u043e\u0432\u0438\u043e3\u0441\u043a\u043b\u0438\u043e1\u04412\u043f\u0438\u043e2\u04421\u0432\u0438\u043f\u04301\u0442\u0440\u0438\u043f\u043e3\u043a2\u0438\u0440\u04302\u0441\u0442\u04382\u04401\u0430\u0443\u0438\u0440\u04382\u0441\u043a\u0438\u0440\u043e1\u04372\u0438\u04413\u043a\u0430_\u0438\u04413\u043a\u0430\u043c\u0438\u04413\u043a\u0430\u0445\u0438\u04413\u043a\u043e\u0432\u0438\u04413\u043a\u0443_\u04382\u0441\u043b\u0430\u043c\u0438\u0441\u043e2\u0441\u043a\u04382\u04413\u043f\u0440\u04382\u0441\u04421\u0432\u0438\u04411\u0442\u044f\u0437\u04382\u04421\u0432\u0435\u0438\u04422\u0440\u0435\u0441\u0438\u04423\u0440\u043e\u043c\u04382\u04421\u0443\u0447\u04382\u04451\u0430\u0441\u0438\u04452\u043b\u043e2\u0438\u0445\u043b\u043e\u04401\u04392\u04413\u043c\u0443\u043a\u04302\u0431\u0440\u0438\u043a\u04303\u0434\u043d\u0435\u043a\u04302\u04341\u0440\u043a\u04302\u043f1\u043b\u043a\u04302\u043f\u0440\u0435\u043a\u0430\u04403\u0442\u0440\u043a\u04301\u04422\u0440\u043a\u04302\u04481\u0442\u043a\u04352\u04411\u043a\u043a\u04352\u0441\u044212\u043a3\u043b\u0430_2\u043a3\u043b\u0435_\u043a3\u043b\u0435\u043c_2\u043a3\u043b\u0438_2\u043a3\u043b\u0438\u04322\u043a3\u043b\u0438\u04412\u043a3\u043b\u043e_2\u043a3\u043b\u043e\u04412\u043a3\u043b\u044e_3\u043a2\u043d\u0438\u04363\u043a2\u043d\u044f\u04361\u043a\u043e\u043b\u044c\u04412\u043a\u043e\u043c\u0438\u043d\u043a\u043e2\u04403\u0432\u043a\u0440\u04352\u0441\u043b\u043a\u0440\u04382\u043e3\u043a\u0441\u0430\u043d\u04342\u043a1\u0441\u0442\u0430\u043c\u043a1\u0441\u0442\u0430\u043d3\u043a2\u0442\u043e_\u043a\u04432\u043f1\u0440\u043b\u04303\u04362\u04341\u043b\u0430\u043c\u0438_\u043b\u04301\u0441\u0442\u0430\u043b\u0430\u0441\u04421\u0432\u043b\u04301\u0441\u0442\u0435\u043b\u04301\u0441\u0442\u043e\u043b\u04301\u0441\u0442\u0443\u043b\u04301\u0441\u0442\u044f\u043b\u04301\u04422\u04401\u043b2\u0433\u0430\u043b\u043b\u0435\u04321\u0440\u0430\u043b\u04352\u04331\u043b\u043b\u04351\u043e\u043d\u0442\u043b\u04351\u043e2\u0441\u043b\u04354\u0441\u043a\u0430\u043b\u04351\u04412\u043b\u043b\u04351\u0441\u043f\u0435\u043b\u04351\u04422\u0440\u043b\u04382\u0433\u0440\u043e2\u043b1\u0438\u0441\u043f\u043b\u04382\u04453\u0432\u043b\u043e1\u04312\u04402\u043b\u043e\u0432\u0438\u044f3\u043b\u043e\u0432\u043e\u0434\u043b\u043e2\u04333\u0434\u043b\u043e\u0433\u043e1\u0441\u043b\u043e\u043a3\u043b\u04303\u043b\u043e\u043f\u0430\u04412\u043b1\u043e\u0440\u0433\u043b\u043e1\u04412\u043f\u043b\u04431\u04344\u04401\u043b\u044c\u0441\u0442\u04381\u043b\u044c\u0441\u0442\u044f\u043c\u04302\u043a1\u04402\u043c1\u0430\u043b\u043b\u043c\u04301\u04414\u0442\u043c\u04302\u0442\u043e\u0431\u043c\u04302\u04421\u0440\u043c\u04352\u04411\u043a\u043c\u04382\u0433\u0440\u0435\u043c\u0438\u043a1\u0440\u0438\u043c\u04381\u043e\u043f\u0438\u043c\u04381\u04412\u043b3\u043c2\u043d\u0435\u0448\u043c\u043e\u0438\u04411\u0442\u043c\u043e2\u043a3\u0432\u043c\u043e\u04411\u043a\u0430\u043c\u043e1\u04412\u043f\u043c\u043e2\u04421\u0440\u043c2\u04411\u043e\u04403\u043c2\u0441\u0442\u0438\u043c\u04431\u04412\u043a\u043c\u04431\u04414\u043b\u043d\u0430\u0431\u04381\u043e\u043d\u04301\u04322\u0440\u043d\u04303\u043c2\u043d\u043d\u04301\u0440\u0432\u0430\u043d\u04301\u04422\u0440\u043d1\u04302\u0444\u0440\u043d\u04303\u04482\u043b\u043d\u04341\u0440\u0430\u0433\u043d\u04341\u0440\u0430\u0436\u043d\u04342\u0440\u0438\u0430\u043d\u04351\u04322\u0434\u043d\u04353\u0432\u043d\u044f\u043d\u04351\u04342\u043b\u043d\u04352\u0434\u0440\u0430\u043d\u04351\u0434\u0440\u043e\u043d\u04353\u04362\u0434\u043d\u04351\u04372\u043b\u043d\u04351\u043a2\u0432\u043d\u04353\u043c2\u043d3\u043d\u04351\u043e2\u043d\u04352\u043e\u0434\u0430\u043d\u04351\u04402\u0436\u043d\u04353\u04412\u043d\u043d\u04351\u04412\u043f\u043d\u04351\u04412\u0445\u043d\u04351\u04412\u0447\u043d\u04351\u04422\u0432\u043d\u04353\u04422\u043b\u043d\u04351\u04422\u04402\u043d\u0438\u043d\u0441\u043f\u043d\u0438\u0441\u04422\u0440\u043d\u043a\u043e3\u043f2\u043d2\u043a1\u0440\u043e\u043d\u043d\u043e3\u043f2\u043d\u043e3\u04372\u043e\u043d\u043e1\u0441\u043a\u043b\u043d\u043e2\u0441\u043b\u0438\u043d\u043e1\u04412\u043f\u043d2\u0441\u043a\u043e\u043d\u043d2\u04411\u043e\u043a\u043d3\u04412\u043f\u0435\u043d\u0442\u04401\u0430\u0436\u043d2\u0442\u0440\u0430\u0440\u043d\u0442\u0440\u0430\u04412\u043d2\u0442\u0440\u0438\u0432\u043d2\u0442\u0440\u043e\u043a\u043d\u0442\u04401\u0443\u0434\u043d2\u04421\u0440\u044f2\u043d3\u044e2\u0440\u043e\u04312\u043b\u0435\u0432\u043e\u04312\u043b\u0435\u043c\u043e\u0431\u043e3\u043c2\u043e2\u0431\u0440\u0430_\u043e1\u0431\u0440\u0430\u0432\u043e1\u0431\u0440\u0430\u043d\u043e3\u04322\u043b\u043e\u043e2\u04321\u0440\u0438\u043e\u04323\u0441\u043a\u043e\u043e\u04333\u043b\u0430_\u043e\u04333\u043b\u0438_\u043e\u04333\u043b\u043e_\u043e\u04341\u0432\u043e\u04352\u043e\u0434\u04383\u04302\u043e3\u0434\u0438\u043c\u043e\u04342\u043b\u0438\u0442\u043e\u0434\u043e3\u043f\u0440\u043e2\u0434\u043e\u0441\u0438\u043e1\u0434\u0440\u0430\u0433\u043e\u04341\u0440\u0430\u0436\u043e\u04341\u0440\u0430\u0437\u043e\u04341\u0440\u0430\u043a\u043e1\u0434\u0440\u0430\u043b\u043e\u04343\u0440\u0435\u0431\u043e1\u0434\u0440\u043e\u0431\u043e\u04341\u0440\u043e\u0432\u043e2\u0434\u044b\u043c\u0430\u043e2\u0434\u044b\u043c\u0443\u043e2\u04351\u0432\u043b\u043e3\u0435\u0436\u0435\u043a\u043e3\u04362\u0434\u0443\u043e1\u04372\u0432\u0430\u043e\u04372\u0432\u0435\u043d\u043e1\u04372\u0432\u044f\u043e\u04372\u0433\u043b\u043e\u043e\u04372\u0434\u043e\u0440\u043e2\u04371\u043e\u0431\u043e\u0437\u043e1\u0440\u04432\u043e3\u043a\u0430\u043d2\u043e3\u043a\u043e\u043b\u043e\u043b2\u0433\u0430\u043d1\u043e\u043b\u0438\u043c\u043f\u043e\u043b\u04433\u04342\u043e3\u043c\u043d\u043e\u0436\u043e\u043d\u04353\u04442\u043e\u043d2\u0442\u0440\u0443\u043e\u043e\u0441\u04421\u0440\u043e2\u043f\u043b\u0435_\u043e\u043f2\u043b\u0438\u0442\u043e\u043f3\u043b\u044e_\u043e3\u043f\u043b\u044f\u0441\u043e\u043f\u043e4\u0432\u0441\u043e\u043f\u043e\u04372\u043d\u043e3\u043f2\u0442\u0435\u043e\u0440\u04302\u04413\u043e\u04402\u04313\u043b2\u043e3\u0440\u0435\u0433\u043e\u0440\u04352\u0441\u043a\u043e\u04401\u0438\u0441\u043f\u043e\u04401\u0443\u043a\u0441\u043e\u0441\u04303\u04362\u043e2\u04413\u0431\u0430\u043e\u04413\u043a\u0430\u0440\u043e\u0441\u043a1\u0432\u043e\u043e2\u0441\u043a\u0438_\u043e2\u0441\u043a\u043e\u0432\u043e\u04411\u043a\u043e\u0439\u043e\u04411\u043a\u043e\u043c\u043e\u04411\u043a\u043e\u044e\u043e\u04411\u043a\u0443\u044e\u043e\u04413\u043b\u0435\u0439\u043e\u04413\u043b\u043e\u0433\u043e\u04413\u043b\u044b\u0445\u043e\u04413\u043c\u043e\u0441\u043e\u04412\u043d\u044f\u043b\u043e\u04412\u043f\u0430\u0441\u043e1\u04412\u043f\u0443\u043e\u04412\u04413\u043c\u043e3\u0441\u0442\u0440\u0430\u043e\u04412\u0446\u0435\u043d2\u043e3\u0442\u0435\u043a2\u043e3\u0442\u0435\u0445\u043e3\u0442\u043a\u0430\u043b\u043e\u04421\u0440\u0430\u0431\u043e\u04421\u0440\u0430\u0434\u043e\u04421\u0440\u0430\u0437\u043e\u0442\u0440\u04302\u0441\u043e\u04421\u0440\u0435\u0436\u043e\u04421\u0440\u0435\u043a\u043e\u04421\u0440\u0435\u0447\u043e\u04421\u0440\u0435\u0448\u043e\u04421\u0440\u043e\u0434\u043e\u04421\u0440\u043e\u0435\u043e\u04421\u0440\u043e\u043a\u043e\u04421\u0440\u043e\u0441\u043e\u04421\u0440\u043e\u0447\u043e\u04421\u0440\u0443\u0433\u043e\u04421\u04432\u0447\u043e2\u0444\u043e\u0440\u0438\u043e2\u04471\u0442\u043e\u043f\u0430\u04411\u0442\u0430\u043f\u04301\u0441\u0442\u0435\u043f\u0430\u04411\u0442\u043e\u043f\u0430\u04411\u0442\u0443\u043f\u04301\u0442\u0440\u043e\u043f\u0435\u0440\u04381\u043e\u043f\u04352\u04411\u043a\u043f\u0438\u0430\u0441\u04421\u043f\u04382\u04363\u043c\u043f\u04382\u043a1\u0440\u043f1\u043b\u0435\u043c_\u043f1\u043b\u0435\u043c\u0441\u043f2\u043b\u0435\u043d\u043a\u043f1\u043b\u04352\u043e\u043f\u043b\u0435\u04411\u043a3\u043f2\u043b\u0438\u043a\u043f\u043e3\u04322\u0441\u043f\u043e\u04341\u0432\u043e\u043f\u043e1\u0437\u0432\u0435\u043f\u043e1\u0437\u0434\u043e\u043f\u043e1\u04372\u043b\u043f\u043e3\u043c\u043d\u043e\u043f\u043e3\u043c\u043d\u04433\u043f\u043e3\u043f2\u043f\u043e2\u0448\u043b\u043e\u043f\u043e2\u0448\u043b\u044b\u043f\u043e2\u0448\u043b\u044f\u043f\u0440\u04351\u043e\u0433\u043f\u0440\u04383\u04342\u043f\u0440\u0438\u043b\u044c2\u043f\u0440\u043e1\u0431\u043b\u043f\u0440\u043e\u04342\u043b\u043f\u0440\u043e3\u04362\u043f\u0440\u043e1\u04372\u043f1\u0440\u043e\u0437\u043e\u043f\u0440\u043e\u0444\u043e23\u043f2\u0441\u0430\u043b3\u043f2\u0441\u0438\u04453\u043f2\u0442\u0438\u0445\u043f\u0443\u04411\u043a\u0443\u0440\u04302\u04311\u04401\u0440\u0430\u0432\u043d\u044f\u0440\u04302\u0436\u0443\u0440\u0440\u04302\u0437\u0438\u0439\u0440\u04302\u0437\u0443\u04311\u0440\u0430\u043a\u0438\u0437\u0440\u04302\u043a3\u043b\u0440\u04302\u043d\u043e\u0445\u0440\u0430\u043d2\u0441\u0446\u0440\u04302\u043f1\u043b\u0440\u0430\u04413\u043a21\u0440\u0430\u0441\u0442\u0430\u0440\u04302\u0442\u0430\u043a\u0440\u04301\u04422\u04401\u04402\u0432\u0430\u0432\u04403\u0432\u0430\u0442\u0430\u0440\u0435\u04332\u043b\u044f\u0440\u04352\u0434\u043e\u0441\u0440\u04353\u04362\u0434\u0440\u04351\u04372\u043b\u0440\u04351\u0437\u043d\u04301\u0440\u04351\u0437\u043e\u0440\u04351\u043a2\u043b\u0440\u04353\u043c\u043d\u043e\u0440\u04351\u043e2\u0440\u0440\u04351\u043e2\u0444\u0440\u04351\u043e2\u0446\u0440\u0435\u04411\u043a\u0438\u0440\u04351\u04412\u043f\u0440\u04353\u0441\u0442\u0430\u0440\u04353\u0441\u0442\u043e\u0440\u04351\u04422\u0440\u0440\u0435\u0443\u04473\u0442\u0440\u04383\u04322\u043d\u0440\u04382\u0433\u043b\u043e\u0440\u04383\u04332\u043d\u0440\u04381\u04342\u0440\u0440\u04383\u043c2\u043d\u0440\u04383\u043c2\u0447\u0440\u04383\u0441\u0442\u0432\u0440\u04383\u04422\u0440\u0440\u0438\u044d\u0442\u04382\u0440\u043d\u04351\u04412\u0440\u043d\u043e3\u0441\u043b\u0440\u043e2\u0431\u043b\u044e\u0440\u043e1\u04312\u04401\u0440\u043e\u0433\u043e\u043b1\u0440\u043e\u0433\u0440\u0443\u0440\u043e3\u04342\u0437\u0440\u043e\u04342\u043b\u04351\u0440\u043e\u0437\u0430\u0440\u0440\u043e1\u04372\u04323\u0440\u043e\u0437\u044b\u0441\u0440\u043e\u04382\u044131\u0440\u043e\u043a\u043e\u043d1\u0440\u043e\u043b\u0438\u04411\u0440\u043e\u043b\u0438\u04461\u0440\u043e\u043c\u043e\u04401\u0440\u043e\u043d\u0430\u04361\u0440\u043e\u043d\u0430\u043f1\u0440\u043e\u043d\u043e\u0441\u0440\u043e\u043e\u043f1\u0440\u0440\u043e2\u043f\u043b\u044e2\u04401\u043e\u0440\u0433\u0440\u043e1\u04402\u0436\u0440\u043e2\u0441\u043a\u0438\u0440\u043e2\u0441\u043a\u0443\u0440\u043e1\u04412\u043f1\u0440\u043e\u04422\u0432\u0440\u043e\u04422\u0440\u0438\u04403\u0441\u0442\u0432\u043b\u04402\u0442\u0430\u043a\u043a\u04402\u04421\u043e\u0431\u0440\u04421\u043e\u0440\u0433\u0440\u04422\u0440\u0430\u043d\u0440\u04432\u0434\u0430\u04401\u0440\u0443\u0436\u0435\u0439\u0440\u04431\u0441\u0442\u0430\u0440\u0443\u0441\u04421\u0440\u04402\u04451\u0438\u043d\u04401\u04452\u043b\u043e\u04402\u04451\u043e\u043f\u0440\u044b2\u04411\u043a2\u04411\u0430\u0440\u043a2\u04411\u0430\u0442\u043b\u0441\u04302\u04441\u0440\u0441\u0431\u0435\u0437\u043e3\u0441\u0431\u04353\u044122\u04413\u0432\u0435\u043d\u0441\u04352\u043a1\u0440\u0441\u0435\u0440\u04352\u0431\u0441\u04353\u0441\u0442\u0430\u0441\u04353\u0441\u0442\u0435\u0441\u0435\u0441\u04421\u0440\u04412\u043a\u0430\u043d\u04341\u04412\u043a\u0430\u04443\u0441\u043a\u0438\u043d\u043e\u0441\u043a3\u043b\u044f\u04322\u0441\u043a\u043e\u043d\u0430\u04412\u043a\u043e\u043f\u04412\u0441\u043a\u0440\u0438\u04312\u04413\u043b\u0430_2\u04413\u043b\u0430\u044f2\u04413\u043b\u0438_2\u04413\u043b\u043e_\u04413\u043b\u043e\u043c\u04432\u04413\u043b\u043e\u04412\u04413\u043b\u0443\u044e2\u04413\u043b\u044b\u04352\u04413\u043b\u044b\u04392\u04413\u043b\u044b\u043c1\u04412\u043d\u0430\u04311\u04412\u043d\u0435\u04362\u04413\u043d\u0438\u043a\u0441\u043d\u043e1\u04372\u0441\u043e1\u04312\u0440\u0441\u043e1\u043b2\u0433\u0441\u043e2\u0440\u0438\u0435\u0441\u043e1\u04412\u043f1\u04412\u043f\u0435\u04462\u0441\u043f\u0438\u0441\u044f\u0441\u043f\u043e1\u04372\u0441\u0440\u04352\u04311\u0441\u0440\u04353\u0434\u043e\u0441\u0441\u0430\u043d\u04342\u04413\u04412\u043d\u0435\u04412\u0441\u043e\u0440\u0438\u0441\u04421\u0432\u0435\u0440\u0441\u04422\u0432\u043e\u043b1\u04414\u0442\u0435_1\u0441\u0442\u0435\u043d_\u04413\u0442\u0435\u0442_\u04413\u0442\u0435\u0442\u04352\u0441\u0442\u0438\u043c\u043f2\u0441\u0442\u0438\u043d\u04342\u0441\u0442\u0438\u043d\u04442\u0441\u0442\u0438\u043d\u044a\u04412\u0442\u0438\u0448\u043a\u04413\u04422\u043b\u0435\u0441\u04422\u043b\u0438\u043b\u0441\u04422\u043b\u0438\u0442\u04412\u0442\u043e1\u04313\u04412\u0442\u043e\u04382\u0441\u0442\u043e\u0440\u04332\u0441\u0442\u043e\u0440\u04362\u0441\u0442\u043e\u0440\u0441\u0441\u0442\u0440\u0430\u044124\u0441\u0442\u0440\u0430\u044f2\u0441\u0442\u0440\u0435\u0434\u0441\u04421\u0440\u0435\u04392\u0441\u0442\u0440\u0438\u0432\u0441\u04421\u0440\u0438\u04372\u0441\u0442\u0440\u0438\u043b2\u0441\u0442\u0440\u0438\u0449\u0441\u04421\u0440\u043e\u0430\u0441\u04421\u0440\u043e\u0434\u0441\u04421\u0440\u043e\u0445\u0441\u04422\u0440\u0443\u0431\u0441\u04421\u0440\u0443\u0448\u0441\u0443\u04311\u04302\u04412\u0446\u0435\u043d\u0430\u0441\u044b2\u043f1\u043b\u0441\u044b\u04411\u043a\u0430\u0442\u04301\u0432\u0440\u0438\u0442\u0430\u043a3\u043b\u0435\u04421\u0432\u043e1\u04372\u04421\u0432\u043e\u0439\u0442\u0435\u043b\u04351\u043e\u0442\u0435\u043c2\u04311\u0442\u04352\u043e3\u0434\u0442\u04354\u043f1\u043b\u0442\u04352\u0440\u0430\u043a\u0442\u0435\u0440\u04352\u043e\u0442\u04352\u0441\u043a\u0430\u0442\u04352\u0441\u043a\u0443\u0442\u04381\u0437\u043d\u0430\u0442\u0438\u043b\u04302\u043c2\u04421\u0438\u043d\u0432\u0442\u04381\u04412\u043b\u0442\u04383\u0441\u0442\u0432\u0442\u04383\u04442\u04403\u04422\u043a\u0430\u04323\u04422\u043a\u0430\u043d3\u04422\u043a\u0435\u0442\u0442\u043c\u0438\u0441\u04421\u0442\u043e2\u0431\u0435\u0441\u0442\u043e1\u04312\u043b\u0442\u043e3\u04342\u04402\u04421\u043e\u043c\u043c\u0442\u043e1\u04412\u043d\u0442\u043e1\u04412\u043f\u0442\u043e1\u04412\u0446\u04421\u0440\u0430\u0433\u04302\u04421\u0440\u0430\u04361\u0442\u0440\u0435\u0431\u043e1\u0442\u0440\u0435\u0431\u0443\u04421\u0440\u0435\u0431\u044c\u04421\u0440\u0435\u0432\u0435\u04421\u0440\u0435\u0432\u0448\u04421\u0440\u0435\u0437\u0430\u04421\u0440\u0435\u0437\u043d\u0442\u0440\u0435\u043f1\u043b3\u0442\u0440\u04352\u0441\u0442\u0440\u0435\u04411\u043a\u04421\u0440\u0435\u0441\u0442\u04421\u0440\u0435\u0442\u0443\u04422\u0440\u0435\u0448\u044c4\u0442\u0440\u0438\u043d\u0441\u04421\u0440\u043e\u0433\u043b\u04421\u0440\u043e\u0438\u0434\u0442\u0440\u043e3\u043f\u043b\u04421\u0440\u043e\u0441\u043e4\u04423\u0440\u043e\u04462\u04421\u0440\u044f\u0434\u0442\u04432\u0436\u0438\u043d\u0442\u044b2\u04411\u043a1\u04432\u0431\u044b\u0442\u0443\u04341\u0440\u0430\u043c\u0443\u04352\u04411\u043a\u0443\u043d2\u04341\u0440\u0443\u0440\u043e2\u0434\u043b\u0443\u04411\u043a\u043e\u043c\u0443\u04411\u043a\u0443_\u04433\u04454\u0432\u043e\u0444\u0430\u043d\u04341\u0440\u0444\u04352\u04411\u043a\u0444\u0438\u04302\u043a1\u0444\u04382\u043d\u0438\u043d2\u04441\u043e\u0440\u0433\u0444\u043e\u04403\u0442\u0440\u0444\u043e\u0442\u043e3\u043f2\u04441\u04432\u043f2\u04451\u0438\u0437\u044b1\u04452\u043b\u043e\u04402\u04451\u043e2\u043a\u0445\u043e2\u043f\u043e\u04402\u04451\u043e\u0441\u043d\u0445\u0440\u04382\u043f\u043b\u0445\u0440\u043e2\u043c\u04472\u0446\u0435\u0442\u0430\u04422\u04461\u043e2\u0434\u0447\u04302\u0435\u0432\u043e\u0447\u04302\u0435\u0432\u044b\u0447\u0430\u0441\u04421\u0432\u0447\u04301\u0441\u0442\u0435\u0447\u04301\u0441\u0442\u0443\u0447\u04301\u0441\u0442\u044f\u0447\u0435\u0440\u0441\u04421\u0448\u04302\u04331\u0440\u0448\u0430\u043d2\u043a\u0440\u0448\u0430\u04403\u04422\u0448\u04301\u0442\u0440\u043e3\u04482\u043a\u043e\u043b2\u04481\u043b\u0435\u0439\u04482\u043b\u0438\u0442\u04354\u04483\u043c\u044b_\u0449\u04351\u04312\u043b\u0449\u04382\u043f1\u043b\u044b2\u04341\u0440\u043e\u044b2\u043a3\u043b\u043e\u044b\u043d\u043e\u04413\u043b\u044b\u0440\u04302\u04413\u044c\u04352\u04411\u043a\u044c3\u043f2\u0442\u043e\u044c2\u0442\u0440\u0430\u0431\u044d\u0440\u04384\u0442\u0440\u044d\u0440\u043e1\u04412\u044d\u04412\u04421\u0440\u044d\u0442\u0438\u043b1\u0430\u044e2\u04311\u0440\u0435\u044e2\u0438\u0434\u0430\u043b\u044e\u0440\u04382\u0441\u043a3\u044f\u0432\u0438\u043a\u0441\u044f\u043c2\u04313\u043b_\u0432\u0441\u04422\u0440_\u0440\u0435\u04302\u043d\u0431\u0435\u0437\u04432\u0441\u0432\u0438\u04372\u0433\u043d\u0432\u044b\u04312\u0440\u0435\u0434\u043e\u04412\u043d\u044f4\u04363\u0434\u0438\u043a4\u04363\u0434\u0438\u0447\u043b\u04302\u04311\u0440\u043b\u04433\u04414\u043d\u043d\u04384\u0441\u044c_\u043e2\u043f\u043b\u044e\u0441\u043e\u0442\u04384\u0434\u043d\u043f\u0442\u04384\u0434\u043d\u0440\u0435\u04364\u0434\u04382\u0441\u0442\u0447\u0435_\u0441\u044b2\u043c\u0438\u04422\u0441\u044c\u0441\u044f_\u0430\u04373\u0432\u0451\u0437\u0430\u043c2\u043d\u0451\u0442\u0430\u04413\u0442\u0451\u043c\u0431\u04512\u04341\u04402\u04321\u0440\u0451\u043d2\u0434\u043e\u043f\u043b\u0451\u0434\u043e2\u043f\u0440\u04512\u04343\u0440\u0451\u04361\u0434\u0440\u0451\u043c\u04301\u0434\u0440\u0451\u043c\u044b2\u04343\u0440\u0451\u043d\u0435\u04311\u0440\u0451\u043d2\u04351\u0432\u0440\u0451\u0435\u0440\u04513\u0434\u043e\u0435\u0440\u04511\u043a2\u0435\u04412\u0447\u0451\u04422\u04511\u0432\u0440\u04352\u04513\u0434\u0443\u0448\u0451\u04371\u043e2\u0433\u0451\u043d2\u04341\u0440\u0451\u04412\u0442\u0430\u043d\u0451\u04451\u0430\u0442\u043e\u0451\u04453\u0432\u0430\u043b\u0451\u04453\u043b\u043e\u043f\u0451\u04451\u043e\u043f\u043e\u0437\u04303\u043c\u043d\u0451\u0437\u043e\u04422\u0440\u0451\u0438\u04331\u0440\u0451\u043d\u043b\u04301\u0441\u0442\u0451\u043b\u04514\u0441\u043a\u04303\u043c2\u043d\u0451\u0448\u043e\u04343\u0440\u0451\u04312\u043e3\u0442\u0451\u043a\u043e\u04421\u0440\u0451\u043a\u043e\u04421\u0440\u0451\u0448\u043f2\u043b\u0451\u043d\u043a\u043f\u043b\u0451\u04411\u043a_\u0440\u04512\u0431\u0440\u0440\u04511\u0437\u043d\u04301\u0440\u04511\u0437\u043e\u0440\u04513\u0441\u0442\u0430\u0440\u04513\u0441\u0442\u043e\u0440\u043e\u04342\u043b\u0451\u0441\u04353\u0441\u0442\u0451\u0441\u0451\u0441\u04421\u04401\u0441\u0442\u0451\u043d_\u04413\u0442\u0451\u0442_\u04413\u0442\u0451\u0442\u0435\u04413\u04422\u043b\u0451\u0442\u04514\u043f1\u043b\u0442\u04512\u0441\u043a\u0430\u0442\u04512\u0441\u043a\u04433\u04422\u043a\u0451\u0442\u04421\u0440\u0435\u0432\u0451\u04422\u0440\u0451\u0448\u044c\u0447\u0451\u0440\u0441\u04421",
7 : "_\u0432\u043e2\u04313\u043b_\u0432\u043e3\u04362\u0434_\u0437\u04303\u043c2\u043d_\u043b\u04352\u043f3\u0440_\u043c\u04432\u0448\u04421_\u043d\u04351\u04412\u0446_\u043e\u0431\u043e3\u04362_\u0440\u04302\u04413\u0442_\u0440\u04352\u04373\u0432_\u0440\u043e2\u04373\u0432_\u0440\u043e2\u04413\u043b_\u0445\u043e2\u04403\u0432_\u0447\u04352\u04411\u043a\u04302\u04341\u043e\u0431\u043b\u0430\u04372\u043e1\u0431\u0440\u04302\u043d1\u043e2\u0431\u0430\u043d1\u043e2\u0445\u0440\u0430\u043f\u043e3\u04472\u0442\u0431\u0438\u043b\u04383\u04422\u04312\u043b\u0435\u04411\u043a2\u04313\u043b\u044e\u0441\u044c1\u04312\u0440\u043e\u0434\u04381\u04312\u0440\u043e\u0441\u0438\u0431\u0440\u043e2\u04411\u043a\u0432\u04352\u0441\u04421\u0432\u0432\u04382\u04301\u04412\u0432\u04381\u04412\u043d\u0438\u0432\u043e2\u04313\u043b\u0430\u0433\u0440\u04384\u04323\u043d\u0434\u04352\u04371\u04302\u0434\u04382\u04411\u0442\u04402\u04341\u043e\u0431\u043b\u0430\u0434\u043e1\u04312\u0440\u0430\u04341\u043e2\u0441\u0435\u043d\u04341\u043e2\u0441\u0438\u043d2\u04341\u043e\u0441\u043d\u043e2\u04341\u043e\u0442\u0440\u044f1\u04342\u0440\u0430\u0437\u043d\u04341\u0440\u04302\u04413\u0434\u0440\u043e2\u04333\u043d\u0435\u0430\u043d2\u04341\u0440\u04351\u04342\u043b\u0438\u043d\u04351\u043e2\u0441\u0432\u0438\u04353\u043f2\u043b\u043e\u0434\u0435\u0440\u04353\u043c2\u043d\u04352\u04401\u04432\u043f\u04352\u04411\u043a\u0430_\u04354\u04411\u043a\u0443_2\u04361\u043e2\u04421\u0437\u04302\u04321\u0440\u04381\u04372\u043e3\u0440\u04352\u04371\u04432\u0431\u0435\u04382\u043b1\u04302\u0446\u04382\u043b1\u04432\u043f\u0438\u043d\u043e2\u043a3\u043b\u0438\u043d\u043e3\u043f2\u043b\u0438\u0441\u0430\u043d2\u04341\u043a\u04381\u04412\u043d\u04382\u043a3\u043b\u0430\u0441\u044c\u043a\u043e1\u04312\u0440\u0438\u043a\u043e\u0445\u043e2\u04403\u043b\u04302\u04341\u0430\u0433\u043b\u0430\u043d2\u04341\u0440\u043b\u04302\u0441\u04421\u0440\u043b\u04351\u04372\u043e3\u043b\u04433\u043f2\u043b\u043e\u043c\u0430\u043d2\u04341\u0440\u043c\u04352\u04361\u0430\u0442\u043c\u04352\u0441\u04421\u0440\u043d\u04302\u04381\u04412\u043d\u04301\u04402\u0432\u0438\u043d\u04352\u04401\u043e\u0442\u043d\u04382\u043b1\u0430\u043b\u043d\u04382\u043b1\u0430\u043c2\u043d1\u0438\u043d\u0441\u0442\u043d\u0442\u04381\u043e2\u043a\u043e\u0431\u043e1\u043b2\u0433\u043e3\u04322\u043d\u0443\u04481\u043e2\u0434\u0435\u044f\u043b\u043e2\u04341\u043e\u0442\u0447\u043e2\u04341\u04432\u0447\u043e\u0437\u04302\u04313\u0432\u043e\u043a\u043e3\u043f2\u043b\u043e3\u043c2\u043d\u0435\u043c\u043e3\u043c2\u043d\u0435\u0442\u043e2\u043f1\u043b\u0435\u0439\u043e\u043f\u043e2\u04483\u043b\u043e\u0440\u043e2\u04413\u043b\u043e2\u04411\u043a\u0430_\u043e1\u04412\u043a\u043e\u043f\u043e2\u04411\u043a\u0443_\u043e1\u04412\u043d\u0438\u043c\u043e1\u04412\u0448\u0438\u0432\u043e\u0448\u043f\u04302\u043a3\u043f\u04302\u04411\u0442\u044b\u043f\u04352\u04341\u0438\u043d\u043f\u04352\u043a1\u043b\u0430\u043f\u04352\u0441\u04421\u0440\u043f\u043e\u0434\u043e3\u043c2\u0440\u0430\u0434\u043e1\u04312\u0440\u0430\u04413\u04422\u043b\u0440\u0432\u043e1\u04372\u0434\u0440\u0435\u043c\u043e2\u04333\u0440\u0435\u04412\u04413\u043c\u0440\u043e2\u04341\u043e\u0442\u0440\u043e2\u04441\u0430\u043a\u04402\u04421\u0430\u043a\u04422\u04411\u0430\u043b\u044c\u043f2\u0441\u0431\u04353\u04372\u0441\u0442\u043e2\u04333\u043d\u04414\u04421\u0440\u043e\u0432\u0441\u0447\u04352\u04411\u043a\u0442\u04352\u04411\u043a\u0438\u0442\u04352\u04411\u043a\u043e3\u04422\u0440\u04352\u0445\u0442\u0440\u04382\u04331\u043b2\u04421\u04432\u043f\u0440\u0443\u0440\u04352\u04423\u0440\u0443\u0441\u043b\u04304\u04363\u0443\u0442\u043e3\u043f2\u0441\u04451\u0440\u04301\u04412\u044c2\u04421\u0430\u043c\u043f_\u0431\u043e2\u0434\u0440\u0430_\u043e\u04312\u043b\u044e\u044e_\u043e\u04312\u0440\u0435\u0435_\u043e\u04312\u0440\u0435\u0439_\u043e\u04312\u0440\u0435\u044e_\u043e\u04312\u0440\u0438\u0432_\u043e\u04312\u0440\u0438\u043b_\u043e\u04312\u0440\u0438\u0442_\u043f\u043e\u043c2\u043d\u0443_\u0441\u043e2\u043f\u043b\u0430\u0430\u0442\u0440\u043e2\u0441\u043a\u0431\u0438\u043d\u043e2\u0441\u043a\u0434\u0440\u043e2\u04363\u04362\u0434\u0440\u0443\u0436\u0435\u0439\u0438\u043b\u043b\u043e3\u043a2\u043c\u04352\u0434\u0438\u043d\u0441\u043c\u0438\u04414\u04413\u043d\u043d\u0430\u04402\u0432\u0430\u0442\u043d\u04352\u043e3\u0440\u0435\u043d2\u0442\u0440\u0430\u0441\u0441\u043e4\u04363\u0434\u0435\u0432\u043e\u0439\u04414\u043a\u043e\u0432\u043e2\u043c3\u0447\u0435_\u043e\u043d2\u0442\u0440\u0430\u0442\u043e\u0441\u043e4\u043c3\u043d\u043f\u043e2\u0434\u043e\u0434\u0435\u043f\u043e2\u0441\u0442\u0438\u043d\u043f\u0440\u0435\u043c2\u043d\u043e\u0440\u0435\u0434\u043e4\u043f\u043b\u0440\u043e\u04312\u043b\u0435\u044e2\u0441\u0431\u0440\u0443\u043a1\u04312\u043b\u0451\u04411\u043a\u04512\u04411\u043a\u0430_\u04514\u04411\u043a\u0443_1\u04372\u043e3\u0440\u0451\u043b\u04511\u04372\u043e3\u043e3\u043c2\u043d\u0451\u043c\u043e3\u043c2\u043d\u0451\u0442\u043e2\u043f1\u043b\u0451\u0439\u043f\u04512\u0441\u04421\u0440\u0441\u0447\u04512\u04411\u043a\u0442\u04512\u04411\u043a\u0438\u0442\u04512\u04411\u043a\u043e3\u04422\u0440\u04512\u0445_\u0447\u04512\u04411\u043a",
8 : "_\u0430\u04402\u04421\u043e2_\u043c\u04352\u04361\u04432\u04302\u043d1\u04302\u043c\u04352\u04341\u043e2\u0431\u0435\u0434\u043b\u043e2\u043a1\u04302\u0443\u043d2\u0442\u04401\u04302\u0433\u043e2\u04341\u043e2\u043f\u0435\u043e2\u04341\u043e2\u043f\u044b\u043f\u043e2\u04341\u043e2\u043a\u0440\u04352\u04341\u043e2\u043f\u04402\u04421\u04432\u0447\u0438_\u0434\u043e\u04312\u0440\u0435\u043b_\u0434\u043e1\u04312\u0440\u0438_\u043f\u04302\u043d1\u0438\u0441_\u0440\u043e2\u04413\u043f\u0438\u0434\u04381\u04412\u043b\u043e\u0432\u04352\u043e3\u043f\u043e\u0437\u0438\u0435\u0440\u04353\u04412\u0441\u043e2\u04371\u04302\u0445\u0430\u0432\u043d\u04381\u04412\u043a\u043e\u043b\u043e1\u04382\u04411\u0442\u0440\u043e\u043d\u04383\u043b2\u0430\u043c\u043f\u0435\u0440\u04351\u04412\u043d\u0441\u043e2\u0441\u0442\u0440\u0438\u0442\u0441\u043e3\u04422\u043a\u0430\u043b\u0442\u0440\u043e2\u0435\u0442\u0435\u0441_\u0434\u043e\u04312\u0440\u0451\u043b\u0442\u0440\u043e2\u0435\u0442\u0451\u0441",
9 : "\u04352\u043e3\u043f\u043b\u0430\u0442\u043e\u04382\u043b1\u04302\u043c\u0438\u043d\u043c\u04352\u04341\u043e2\u0441\u043c\u043c\u0435\u0442\u04382\u043b1\u0430\u043c\u043e2\u04341\u043e2\u0431\u043e\u043b\u043f\u043e2\u04341\u04432\u0440\u043e\u043f\u0440\u0438\u0447\u04352\u04411\u043a\u0440\u043d\u04383\u043b2\u04303\u043c\u043f\u0440\u0438\u0447\u04512\u04411\u043a",
10 : "\u043d\u043e4\u043b1\u04302\u043c\u0438\u043d"
}
};
Hyphenator.config({
remoteloading : !1,
onerrorhandler : function (e) {}
});
Hyphenator.run();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment