From 8c1c1697e001acb5d36436b33bce3af8d6e161ff Mon Sep 17 00:00:00 2001 From: simon987 Date: Fri, 5 Jun 2020 19:41:02 -0400 Subject: [PATCH] Fix file wordexp in some paths #59 --- src/util.c | 31 ++++++++++++++++++++++--------- src/web/static_generated.c | 4 ++-- 2 files changed, 24 insertions(+), 11 deletions(-) diff --git a/src/util.c b/src/util.c index 9c3b089..c402a41 100644 --- a/src/util.c +++ b/src/util.c @@ -26,10 +26,11 @@ dyn_buffer_t url_escape(char *str) { } char *abspath(const char *path) { - wordexp_t w; - wordexp(path, &w, 0); - char *abs = realpath(w.we_wordv[0], NULL); + char *expanded = expandpath(path); + + char *abs = realpath(expanded, NULL); + free(expanded); if (abs == NULL) { return NULL; } @@ -38,16 +39,28 @@ char *abspath(const char *path) { strcat(abs, "/"); } - wordfree(&w); return abs; } char *expandpath(const char *path) { + char tmp[PATH_MAX * 2] = {0,}; + wordexp_t w; wordexp(path, &w, 0); - char *expanded = malloc(strlen(w.we_wordv[0]) + 2); - strcpy(expanded, w.we_wordv[0]); + if (w.we_wordv == NULL) { + return NULL; + } + + for (int i = 0; i < w.we_wordc; i++) { + strcat(tmp, w.we_wordv[i]); + if (i != w.we_wordc - 1) { + strcat(tmp, " "); + } + } + + char *expanded = malloc(strlen(tmp) + 2); + strcpy(expanded, tmp); strcat(expanded, "/"); wordfree(&w); @@ -152,7 +165,7 @@ void str_escape(char *dst, const char *str) { break; } - cur += sprintf(cur, "%c%02X", ESCAPE_CHAR, (unsigned char)tmp[i]); + cur += sprintf(cur, "%c%02X", ESCAPE_CHAR, (unsigned char) tmp[i]); } continue; } @@ -198,12 +211,12 @@ void str_unescape(char *dst, const char *str) { char next = *ptr; if (next == ESCAPE_CHAR) { - *cur++ = (char)c; + *cur++ = (char) c; ptr += 1; } else { tmp[0] = *(ptr); tmp[1] = *(ptr + 1); - *cur++ = (char)strtol(tmp, NULL, 16); + *cur++ = (char) strtol(tmp, NULL, 16); ptr += 2; } } else { diff --git a/src/web/static_generated.c b/src/web/static_generated.c index 96cdecf..7ca76ff 100644 --- a/src/web/static_generated.c +++ b/src/web/static_generated.c @@ -4,5 +4,5 @@ char bundle_js[685910] = {47,42,33,32,106,81,117,101,114,121,32,118,51,46,52,46, char search_js[17234] = {99,111,110,115,116,32,83,73,90,69,32,61,32,52,48,59,10,108,101,116,32,109,105,109,101,77,97,112,32,61,32,91,93,59,10,108,101,116,32,116,97,103,77,97,112,32,61,32,91,93,59,10,108,101,116,32,109,105,109,101,84,114,101,101,59,10,108,101,116,32,116,97,103,84,114,101,101,59,10,10,108,101,116,32,115,101,97,114,99,104,66,97,114,32,61,32,100,111,99,117,109,101,110,116,46,103,101,116,69,108,101,109,101,110,116,66,121,73,100,40,34,115,101,97,114,99,104,66,97,114,34,41,59,10,108,101,116,32,112,97,116,104,66,97,114,32,61,32,100,111,99,117,109,101,110,116,46,103,101,116,69,108,101,109,101,110,116,66,121,73,100,40,34,112,97,116,104,66,97,114,34,41,59,10,108,101,116,32,108,97,115,116,68,111,99,32,61,32,110,117,108,108,59,10,108,101,116,32,114,101,97,99,104,101,100,69,110,100,32,61,32,102,97,108,115,101,59,10,108,101,116,32,100,111,99,67,111,117,110,116,32,61,32,48,59,10,108,101,116,32,99,111,111,108,105,110,103,68,111,119,110,32,61,32,102,97,108,115,101,59,10,108,101,116,32,115,101,97,114,99,104,66,117,115,121,32,61,32,116,114,117,101,59,10,108,101,116,32,115,101,108,101,99,116,101,100,73,110,100,105,99,101,115,32,61,32,91,93,59,10,108,101,116,32,105,110,100,101,120,77,97,112,32,61,32,123,125,59,10,10,108,101,116,32,115,105,122,101,95,109,105,110,32,61,32,48,59,10,108,101,116,32,115,105,122,101,95,109,97,120,32,61,32,49,48,48,48,48,48,48,48,48,48,48,48,48,48,59,10,10,108,101,116,32,100,97,116,101,95,109,105,110,32,61,32,110,117,108,108,59,10,108,101,116,32,100,97,116,101,95,109,97,120,32,61,32,110,117,108,108,59,10,10,83,79,82,84,95,77,79,68,69,83,32,61,32,123,10,32,32,32,32,115,99,111,114,101,58,32,123,10,32,32,32,32,32,32,32,32,116,101,120,116,58,32,34,82,101,108,101,118,97,110,99,101,34,44,10,32,32,32,32,32,32,32,32,109,111,100,101,58,32,91,10,32,32,32,32,32,32,32,32,32,32,32,32,123,95,115,99,111,114,101,58,32,123,111,114,100,101,114,58,32,34,100,101,115,99,34,125,125,44,10,32,32,32,32,32,32,32,32,32,32,32,32,123,95,116,105,101,58,32,123,111,114,100,101,114,58,32,34,97,115,99,34,125,125,10,32,32,32,32,32,32,32,32,93,44,10,32,32,32,32,32,32,32,32,107,101,121,58,32,104,105,116,32,61,62,32,104,105,116,91,34,95,115,99,111,114,101,34,93,10,32,32,32,32,125,44,10,32,32,32,32,100,97,116,101,95,97,115,99,58,32,123,10,32,32,32,32,32,32,32,32,116,101,120,116,58,32,34,68,97,116,101,32,40,65,115,99,101,110,100,105,110,103,41,34,44,32,109,111,100,101,58,32,91,10,32,32,32,32,32,32,32,32,32,32,32,32,123,109,116,105,109,101,58,32,123,111,114,100,101,114,58,32,34,97,115,99,34,125,125,44,10,32,32,32,32,32,32,32,32,32,32,32,32,123,95,116,105,101,58,32,123,111,114,100,101,114,58,32,34,97,115,99,34,125,125,10,32,32,32,32,32,32,32,32,93,44,10,32,32,32,32,32,32,32,32,107,101,121,58,32,104,105,116,32,61,62,32,104,105,116,91,34,95,115,111,117,114,99,101,34,93,91,34,109,116,105,109,101,34,93,10,32,32,32,32,125,44,10,32,32,32,32,100,97,116,101,95,100,101,115,99,58,32,123,10,32,32,32,32,32,32,32,32,116,101,120,116,58,32,34,68,97,116,101,32,40,68,101,115,99,101,110,100,105,110,103,41,34,44,32,109,111,100,101,58,32,91,10,32,32,32,32,32,32,32,32,32,32,32,32,123,109,116,105,109,101,58,32,123,111,114,100,101,114,58,32,34,100,101,115,99,34,125,125,44,10,32,32,32,32,32,32,32,32,32,32,32,32,123,95,116,105,101,58,32,123,111,114,100,101,114,58,32,34,97,115,99,34,125,125,10,32,32,32,32,32,32,32,32,93,44,10,32,32,32,32,32,32,32,32,107,101,121,58,32,104,105,116,32,61,62,32,104,105,116,91,34,95,115,111,117,114,99,101,34,93,91,34,109,116,105,109,101,34,93,10,32,32,32,32,125,44,10,32,32,32,32,115,105,122,101,95,97,115,99,58,32,123,10,32,32,32,32,32,32,32,32,116,101,120,116,58,32,34,83,105,122,101,32,40,65,115,99,101,110,100,105,110,103,41,34,44,32,109,111,100,101,58,32,91,10,32,32,32,32,32,32,32,32,32,32,32,32,123,115,105,122,101,58,32,123,111,114,100,101,114,58,32,34,97,115,99,34,125,125,44,10,32,32,32,32,32,32,32,32,32,32,32,32,123,95,116,105,101,58,32,123,111,114,100,101,114,58,32,34,97,115,99,34,125,125,10,32,32,32,32,32,32,32,32,93,44,10,32,32,32,32,32,32,32,32,107,101,121,58,32,104,105,116,32,61,62,32,104,105,116,91,34,95,115,111,117,114,99,101,34,93,91,34,115,105,122,101,34,93,10,32,32,32,32,125,44,10,32,32,32,32,115,105,122,101,95,100,101,115,99,58,32,123,10,32,32,32,32,32,32,32,32,116,101,120,116,58,32,34,83,105,122,101,32,40,68,101,115,99,101,110,100,105,110,103,41,34,44,32,109,111,100,101,58,32,91,10,32,32,32,32,32,32,32,32,32,32,32,32,123,115,105,122,101,58,32,123,111,114,100,101,114,58,32,34,100,101,115,99,34,125,125,44,10,32,32,32,32,32,32,32,32,32,32,32,32,123,95,116,105,101,58,32,123,111,114,100,101,114,58,32,34,97,115,99,34,125,125,10,32,32,32,32,32,32,32,32,93,44,10,32,32,32,32,32,32,32,32,107,101,121,58,32,104,105,116,32,61,62,32,104,105,116,91,34,95,115,111,117,114,99,101,34,93,91,34,115,105,122,101,34,93,10,32,32,32,32,125,44,10,125,59,10,10,102,117,110,99,116,105,111,110,32,115,104,111,119,69,115,69,114,114,111,114,40,41,32,123,10,32,32,32,32,36,46,116,111,97,115,116,40,123,10,32,32,32,32,32,32,32,32,104,101,97,100,105,110,103,58,32,34,69,108,97,115,116,105,99,115,101,97,114,99,104,32,99,111,110,110,101,99,116,105,111,110,32,101,114,114,111,114,34,44,10,32,32,32,32,32,32,32,32,116,101,120,116,58,32,34,115,105,115,116,50,32,119,101,98,32,109,111,100,117,108,101,32,101,110,99,111,117,110,116,101,114,101,100,32,97,110,32,101,114,114,111,114,32,119,104,105,108,101,32,99,111,110,110,101,99,116,105,110,103,32,34,32,43,10,32,32,32,32,32,32,32,32,32,32,32,32,34,116,111,32,69,108,97,115,116,105,99,115,101,97,114,99,104,46,32,83,101,101,32,115,101,114,118,101,114,32,108,111,103,115,32,102,111,114,32,109,111,114,101,32,105,110,102,111,114,109,97,116,105,111,110,46,34,44,10,32,32,32,32,32,32,32,32,115,116,97,99,107,58,32,102,97,108,115,101,44,10,32,32,32,32,32,32,32,32,98,103,67,111,108,111,114,58,32,34,35,97,57,52,52,52,50,34,44,10,32,32,32,32,32,32,32,32,116,101,120,116,67,111,108,111,114,58,32,34,35,102,50,100,101,100,101,34,44,10,32,32,32,32,32,32,32,32,112,111,115,105,116,105,111,110,58,32,39,98,111,116,116,111,109,45,114,105,103,104,116,39,44,10,32,32,32,32,32,32,32,32,104,105,100,101,65,102,116,101,114,58,32,102,97,108,115,101,10,32,32,32,32,125,41,59,10,125,10,10,119,105,110,100,111,119,46,111,110,108,111,97,100,32,61,32,40,41,32,61,62,32,123,10,32,32,32,32,67,79,78,70,46,108,111,97,100,40,41,59,10,32,32,32,32,110,101,119,32,97,117,116,111,67,111,109,112,108,101,116,101,40,123,10,32,32,32,32,32,32,32,32,115,101,108,101,99,116,111,114,58,32,39,35,112,97,116,104,66,97,114,39,44,10,32,32,32,32,32,32,32,32,109,105,110,67,104,97,114,115,58,32,49,44,10,32,32,32,32,32,32,32,32,100,101,108,97,121,58,32,52,48,48,44,10,32,32,32,32,32,32,32,32,114,101,110,100,101,114,73,116,101,109,58,32,102,117,110,99,116,105,111,110,32,40,105,116,101,109,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,39,60,100,105,118,32,99,108,97,115,115,61,34,97,117,116,111,99,111,109,112,108,101,116,101,45,115,117,103,103,101,115,116,105,111,110,34,32,100,97,116,97,45,118,97,108,61,34,39,32,43,32,105,116,101,109,32,43,32,39,34,62,39,32,43,32,105,116,101,109,32,43,32,39,60,47,100,105,118,62,39,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,115,111,117,114,99,101,58,32,97,115,121,110,99,32,102,117,110,99,116,105,111,110,32,40,116,101,114,109,44,32,115,117,103,103,101,115,116,41,32,123,10,10,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,33,67,79,78,70,46,111,112,116,105,111,110,115,46,115,117,103,103,101,115,116,80,97,116,104,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,91,93,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,10,32,32,32,32,32,32,32,32,32,32,32,32,116,101,114,109,32,61,32,116,101,114,109,46,116,111,76,111,119,101,114,67,97,115,101,40,41,59,10,10,32,32,32,32,32,32,32,32,32,32,32,32,99,111,110,115,116,32,99,104,111,105,99,101,115,32,61,32,97,119,97,105,116,32,103,101,116,80,97,116,104,67,104,111,105,99,101,115,40,41,59,10,10,32,32,32,32,32,32,32,32,32,32,32,32,108,101,116,32,109,97,116,99,104,101,115,32,61,32,91,93,59,10,32,32,32,32,32,32,32,32,32,32,32,32,102,111,114,32,40,108,101,116,32,105,32,61,32,48,59,32,105,32,60,32,99,104,111,105,99,101,115,46,108,101,110,103,116,104,59,32,105,43,43,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,126,99,104,111,105,99,101,115,91,105,93,46,116,111,76,111,119,101,114,67,97,115,101,40,41,46,105,110,100,101,120,79,102,40,116,101,114,109,41,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,109,97,116,99,104,101,115,46,112,117,115,104,40,99,104,111,105,99,101,115,91,105,93,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,115,117,103,103,101,115,116,40,109,97,116,99,104,101,115,46,115,111,114,116,40,41,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,111,110,83,101,108,101,99,116,58,32,102,117,110,99,116,105,111,110,32,40,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,115,101,97,114,99,104,68,101,98,111,117,110,99,101,100,40,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,125,41,59,10,32,32,32,32,115,101,97,114,99,104,66,97,114,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,107,101,121,117,112,34,44,32,115,101,97,114,99,104,68,101,98,111,117,110,99,101,100,41,59,10,32,32,32,32,112,97,116,104,66,97,114,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,107,101,121,117,112,34,44,32,101,32,61,62,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,101,46,107,101,121,32,61,61,61,32,34,69,110,116,101,114,34,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,115,101,97,114,99,104,68,101,98,111,117,110,99,101,100,40,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,125,41,59,10,125,59,10,10,102,117,110,99,116,105,111,110,32,116,111,103,103,108,101,70,117,122,122,121,40,41,32,123,10,32,32,32,32,115,101,97,114,99,104,68,101,98,111,117,110,99,101,100,40,41,59,10,125,10,10,36,46,106,115,111,110,80,111,115,116,40,34,105,34,41,46,116,104,101,110,40,114,101,115,112,32,61,62,32,123,10,10,32,32,32,32,99,111,110,115,116,32,117,114,108,73,110,100,105,99,101,115,32,61,32,40,110,101,119,32,85,82,76,83,101,97,114,99,104,80,97,114,97,109,115,40,108,111,99,97,116,105,111,110,46,115,101,97,114,99,104,41,41,46,103,101,116,40,34,105,34,41,59,10,32,32,32,32,114,101,115,112,91,34,105,110,100,105,99,101,115,34,93,46,102,111,114,69,97,99,104,40,105,100,120,32,61,62,32,123,10,32,32,32,32,32,32,32,32,105,110,100,101,120,77,97,112,91,105,100,120,46,105,100,93,32,61,32,105,100,120,46,110,97,109,101,59,10,32,32,32,32,32,32,32,32,99,111,110,115,116,32,111,112,116,32,61,32,36,40,34,60,111,112,116,105,111,110,62,34,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,118,97,108,117,101,34,44,32,105,100,120,46,105,100,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,112,112,101,110,100,40,105,100,120,46,110,97,109,101,41,59,10,10,32,32,32,32,32,32,32,32,105,102,32,40,117,114,108,73,110,100,105,99,101,115,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,117,114,108,73,110,100,105,99,101,115,46,115,112,108,105,116,40,34,44,34,41,46,105,110,100,101,120,79,102,40,105,100,120,46,110,97,109,101,41,32,33,61,61,32,45,49,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,111,112,116,46,97,116,116,114,40,34,115,101,108,101,99,116,101,100,34,44,32,116,114,117,101,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,115,101,108,101,99,116,101,100,73,110,100,105,99,101,115,46,112,117,115,104,40,105,100,120,46,105,100,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,125,32,101,108,115,101,32,105,102,32,40,33,105,100,120,46,110,97,109,101,46,105,110,99,108,117,100,101,115,40,34,40,110,115,102,119,41,34,41,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,111,112,116,46,97,116,116,114,40,34,115,101,108,101,99,116,101,100,34,44,32,116,114,117,101,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,115,101,108,101,99,116,101,100,73,110,100,105,99,101,115,46,112,117,115,104,40,105,100,120,46,105,100,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,36,40,34,35,105,110,100,105,99,101,115,34,41,46,97,112,112,101,110,100,40,111,112,116,41,59,10,32,32,32,32,125,41,59,10,10,32,32,32,32,99,114,101,97,116,101,80,97,116,104,84,114,101,101,40,34,35,112,97,116,104,84,114,101,101,34,41,59,10,125,41,59,10,10,102,117,110,99,116,105,111,110,32,103,101,116,68,111,99,117,109,101,110,116,73,110,102,111,40,105,100,41,32,123,10,32,32,32,32,114,101,116,117,114,110,32,36,46,103,101,116,74,83,79,78,40,34,100,47,34,32,43,32,105,100,41,46,102,97,105,108,40,115,104,111,119,69,115,69,114,114,111,114,41,10,125,10,10,102,117,110,99,116,105,111,110,32,104,97,110,100,108,101,84,114,101,101,67,108,105,99,107,40,116,114,101,101,41,32,123,10,32,32,32,32,114,101,116,117,114,110,32,40,110,111,100,101,44,32,101,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,101,32,33,61,61,32,34,99,104,101,99,107,101,100,34,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,10,32,32,32,32,32,32,32,32,125,10,10,32,32,32,32,32,32,32,32,105,102,32,40,110,111,100,101,46,105,100,32,61,61,61,32,34,97,110,121,34,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,33,110,111,100,101,46,105,116,114,101,101,46,115,116,97,116,101,46,99,104,101,99,107,101,100,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,116,114,101,101,46,100,101,115,101,108,101,99,116,40,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,116,114,101,101,46,110,111,100,101,40,34,97,110,121,34,41,46,100,101,115,101,108,101,99,116,40,41,59,10,32,32,32,32,32,32,32,32,125,10,10,32,32,32,32,32,32,32,32,115,101,97,114,99,104,68,101,98,111,117,110,99,101,100,40,41,59,10,32,32,32,32,125,10,125,10,10,36,46,106,115,111,110,80,111,115,116,40,34,101,115,34,44,32,123,10,32,32,32,32,97,103,103,115,58,32,123,10,32,32,32,32,32,32,32,32,109,105,109,101,84,121,112,101,115,58,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,116,101,114,109,115,58,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,102,105,101,108,100,58,32,34,109,105,109,101,34,44,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,115,105,122,101,58,32,49,48,48,48,48,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,125,44,10,32,32,32,32,115,105,122,101,58,32,48,44,10,125,41,46,116,104,101,110,40,114,101,115,112,32,61,62,32,123,10,32,32,32,32,114,101,115,112,91,34,97,103,103,114,101,103,97,116,105,111,110,115,34,93,91,34,109,105,109,101,84,121,112,101,115,34,93,91,34,98,117,99,107,101,116,115,34,93,46,115,111,114,116,40,40,97,44,32,98,41,32,61,62,32,97,46,107,101,121,32,62,32,98,46,107,101,121,41,46,102,111,114,69,97,99,104,40,98,117,99,107,101,116,32,61,62,32,123,10,32,32,32,32,32,32,32,32,108,101,116,32,116,109,112,32,61,32,98,117,99,107,101,116,91,34,107,101,121,34,93,46,115,112,108,105,116,40,34,47,34,41,59,10,32,32,32,32,32,32,32,32,108,101,116,32,99,97,116,101,103,111,114,121,32,61,32,116,109,112,91,48,93,59,10,32,32,32,32,32,32,32,32,108,101,116,32,109,105,109,101,32,61,32,116,109,112,91,49,93,59,10,10,32,32,32,32,32,32,32,32,108,101,116,32,99,97,116,101,103,111,114,121,95,101,120,105,115,116,115,32,61,32,102,97,108,115,101,59,10,10,32,32,32,32,32,32,32,32,108,101,116,32,99,104,105,108,100,32,61,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,34,105,100,34,58,32,98,117,99,107,101,116,91,34,107,101,121,34,93,44,10,32,32,32,32,32,32,32,32,32,32,32,32,34,116,101,120,116,34,58,32,96,36,123,109,105,109,101,125,32,40,36,123,98,117,99,107,101,116,91,34,100,111,99,95,99,111,117,110,116,34,93,125,41,96,10,32,32,32,32,32,32,32,32,125,59,10,10,32,32,32,32,32,32,32,32,109,105,109,101,77,97,112,46,102,111,114,69,97,99,104,40,110,111,100,101,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,110,111,100,101,46,116,101,120,116,32,61,61,61,32,99,97,116,101,103,111,114,121,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,110,111,100,101,46,99,104,105,108,100,114,101,110,46,112,117,115,104,40,99,104,105,108,100,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,99,97,116,101,103,111,114,121,95,101,120,105,115,116,115,32,61,32,116,114,117,101,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,125,41,59,10,10,32,32,32,32,32,32,32,32,105,102,32,40,33,99,97,116,101,103,111,114,121,95,101,120,105,115,116,115,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,109,105,109,101,77,97,112,46,112,117,115,104,40,123,34,116,101,120,116,34,58,32,99,97,116,101,103,111,114,121,44,32,99,104,105,108,100,114,101,110,58,32,91,99,104,105,108,100,93,125,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,125,41,59,10,32,32,32,32,109,105,109,101,77,97,112,46,112,117,115,104,40,123,34,116,101,120,116,34,58,32,34,65,108,108,34,44,32,34,105,100,34,58,32,34,97,110,121,34,125,41,59,10,10,32,32,32,32,109,105,109,101,84,114,101,101,32,61,32,110,101,119,32,73,110,115,112,105,114,101,84,114,101,101,40,123,10,32,32,32,32,32,32,32,32,115,101,108,101,99,116,105,111,110,58,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,109,111,100,101,58,32,39,99,104,101,99,107,98,111,120,39,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,100,97,116,97,58,32,109,105,109,101,77,97,112,10,32,32,32,32,125,41,59,10,32,32,32,32,110,101,119,32,73,110,115,112,105,114,101,84,114,101,101,68,79,77,40,109,105,109,101,84,114,101,101,44,32,123,10,32,32,32,32,32,32,32,32,116,97,114,103,101,116,58,32,39,35,109,105,109,101,84,114,101,101,39,10,32,32,32,32,125,41,59,10,32,32,32,32,109,105,109,101,84,114,101,101,46,111,110,40,34,110,111,100,101,46,115,116,97,116,101,46,99,104,97,110,103,101,100,34,44,32,104,97,110,100,108,101,84,114,101,101,67,108,105,99,107,40,109,105,109,101,84,114,101,101,41,41,59,10,32,32,32,32,109,105,109,101,84,114,101,101,46,100,101,115,101,108,101,99,116,40,41,59,10,32,32,32,32,109,105,109,101,84,114,101,101,46,110,111,100,101,40,34,97,110,121,34,41,46,115,101,108,101,99,116,40,41,59,10,125,41,59,10,10,47,47,32,84,97,103,115,32,116,114,101,101,10,36,46,106,115,111,110,80,111,115,116,40,34,101,115,34,44,32,123,10,32,32,32,32,97,103,103,115,58,32,123,10,32,32,32,32,32,32,32,32,116,97,103,115,58,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,116,101,114,109,115,58,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,102,105,101,108,100,58,32,34,116,97,103,34,44,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,115,105,122,101,58,32,49,48,48,48,48,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,125,44,10,32,32,32,32,115,105,122,101,58,32,48,44,10,125,41,46,116,104,101,110,40,114,101,115,112,32,61,62,32,123,10,32,32,32,32,114,101,115,112,91,34,97,103,103,114,101,103,97,116,105,111,110,115,34,93,91,34,116,97,103,115,34,93,91,34,98,117,99,107,101,116,115,34,93,10,32,32,32,32,32,32,32,32,46,115,111,114,116,40,40,97,44,32,98,41,32,61,62,32,97,91,34,107,101,121,34,93,46,108,111,99,97,108,101,67,111,109,112,97,114,101,40,98,91,34,107,101,121,34,93,41,41,10,32,32,32,32,32,32,32,32,46,102,111,114,69,97,99,104,40,98,117,99,107,101,116,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,97,100,100,84,97,103,40,116,97,103,77,97,112,44,32,98,117,99,107,101,116,91,34,107,101,121,34,93,44,32,98,117,99,107,101,116,91,34,107,101,121,34,93,44,32,98,117,99,107,101,116,91,34,100,111,99,95,99,111,117,110,116,34,93,41,10,32,32,32,32,32,32,32,32,125,41,59,10,10,32,32,32,32,116,97,103,77,97,112,46,112,117,115,104,40,123,34,116,101,120,116,34,58,32,34,65,108,108,34,44,32,34,105,100,34,58,32,34,97,110,121,34,125,41,59,10,32,32,32,32,116,97,103,84,114,101,101,32,61,32,110,101,119,32,73,110,115,112,105,114,101,84,114,101,101,40,123,10,32,32,32,32,32,32,32,32,115,101,108,101,99,116,105,111,110,58,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,109,111,100,101,58,32,39,99,104,101,99,107,98,111,120,39,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,100,97,116,97,58,32,116,97,103,77,97,112,10,32,32,32,32,125,41,59,10,32,32,32,32,110,101,119,32,73,110,115,112,105,114,101,84,114,101,101,68,79,77,40,116,97,103,84,114,101,101,44,32,123,10,32,32,32,32,32,32,32,32,116,97,114,103,101,116,58,32,39,35,116,97,103,84,114,101,101,39,10,32,32,32,32,125,41,59,10,32,32,32,32,116,97,103,84,114,101,101,46,111,110,40,34,110,111,100,101,46,115,116,97,116,101,46,99,104,97,110,103,101,100,34,44,32,104,97,110,100,108,101,84,114,101,101,67,108,105,99,107,40,116,97,103,84,114,101,101,41,41,59,10,32,32,32,32,116,97,103,84,114,101,101,46,110,111,100,101,40,34,97,110,121,34,41,46,115,101,108,101,99,116,40,41,59,10,32,32,32,32,115,101,97,114,99,104,66,117,115,121,32,61,32,102,97,108,115,101,59,10,125,41,59,10,10,102,117,110,99,116,105,111,110,32,97,100,100,84,97,103,40,109,97,112,44,32,116,97,103,44,32,105,100,44,32,99,111,117,110,116,41,32,123,10,32,32,32,32,108,101,116,32,116,97,103,115,32,61,32,116,97,103,46,115,112,108,105,116,40,34,35,34,41,91,48,93,46,115,112,108,105,116,40,34,46,34,41,59,10,10,32,32,32,32,108,101,116,32,99,104,105,108,100,32,61,32,123,10,32,32,32,32,32,32,32,32,105,100,58,32,105,100,44,10,32,32,32,32,32,32,32,32,116,101,120,116,58,32,116,97,103,115,46,108,101,110,103,116,104,32,33,61,61,32,49,32,63,32,116,97,103,115,91,48,93,32,58,32,96,36,123,116,97,103,115,91,48,93,125,32,40,36,123,99,111,117,110,116,125,41,96,44,10,32,32,32,32,32,32,32,32,99,104,105,108,100,114,101,110,58,32,91,93,10,32,32,32,32,125,59,10,10,32,32,32,32,108,101,116,32,102,111,117,110,100,32,61,32,102,97,108,115,101,59,10,32,32,32,32,109,97,112,46,102,111,114,69,97,99,104,40,110,111,100,101,32,61,62,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,110,111,100,101,46,116,101,120,116,32,61,61,61,32,99,104,105,108,100,46,116,101,120,116,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,102,111,117,110,100,32,61,32,116,114,117,101,59,10,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,116,97,103,115,46,108,101,110,103,116,104,32,33,61,61,32,49,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,97,100,100,84,97,103,40,110,111,100,101,46,99,104,105,108,100,114,101,110,44,32,116,97,103,115,46,115,108,105,99,101,40,49,41,46,106,111,105,110,40,34,46,34,41,44,32,105,100,44,32,99,111,117,110,116,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,125,41,59,10,32,32,32,32,105,102,32,40,33,102,111,117,110,100,41,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,116,97,103,115,46,108,101,110,103,116,104,32,33,61,61,32,49,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,97,100,100,84,97,103,40,99,104,105,108,100,46,99,104,105,108,100,114,101,110,44,32,116,97,103,115,46,115,108,105,99,101,40,49,41,46,106,111,105,110,40,34,46,34,41,44,32,105,100,44,32,99,111,117,110,116,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,109,97,112,46,112,117,115,104,40,99,104,105,108,100,41,59,10,32,32,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,109,97,112,46,112,117,115,104,40,99,104,105,108,100,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,125,10,125,10,10,102,117,110,99,116,105,111,110,32,105,110,115,101,114,116,72,105,116,115,40,114,101,115,117,108,116,67,111,110,116,97,105,110,101,114,44,32,104,105,116,115,41,32,123,10,32,32,32,32,102,111,114,32,40,108,101,116,32,105,32,61,32,48,59,32,105,32,60,32,104,105,116,115,46,108,101,110,103,116,104,59,32,105,43,43,41,32,123,10,10,32,32,32,32,32,32,32,32,105,102,32,40,67,79,78,70,46,111,112,116,105,111,110,115,46,100,105,115,112,108,97,121,32,61,61,61,32,34,103,114,105,100,34,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,115,117,108,116,67,111,110,116,97,105,110,101,114,46,95,98,114,105,99,107,46,97,112,112,101,110,100,40,99,114,101,97,116,101,68,111,99,67,97,114,100,40,104,105,116,115,91,105,93,41,41,59,10,32,32,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,115,117,108,116,67,111,110,116,97,105,110,101,114,46,97,112,112,101,110,100,67,104,105,108,100,40,99,114,101,97,116,101,68,111,99,76,105,110,101,40,104,105,116,115,91,105,93,41,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,100,111,99,67,111,117,110,116,43,43,59,10,32,32,32,32,125,10,125,10,10,119,105,110,100,111,119,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,115,99,114,111,108,108,34,44,32,102,117,110,99,116,105,111,110,32,40,41,32,123,10,32,32,32,32,105,102,32,40,33,115,101,97,114,99,104,66,117,115,121,41,32,123,10,32,32,32,32,32,32,32,32,108,101,116,32,116,104,114,101,115,104,111,108,100,32,61,32,52,48,48,59,10,10,32,32,32,32,32,32,32,32,105,102,32,40,40,119,105,110,100,111,119,46,105,110,110,101,114,72,101,105,103,104,116,32,43,32,119,105,110,100,111,119,46,115,99,114,111,108,108,89,41,32,62,61,32,100,111,99,117,109,101,110,116,46,98,111,100,121,46,111,102,102,115,101,116,72,101,105,103,104,116,32,45,32,116,104,114,101,115,104,111,108,100,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,33,114,101,97,99,104,101,100,69,110,100,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,99,111,111,108,105,110,103,68,111,119,110,32,61,32,116,114,117,101,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,115,101,97,114,99,104,40,108,97,115,116,68,111,99,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,125,10,125,41,59,10,10,102,117,110,99,116,105,111,110,32,103,101,116,83,101,108,101,99,116,101,100,78,111,100,101,115,40,116,114,101,101,41,32,123,10,32,32,32,32,108,101,116,32,115,101,108,101,99,116,101,100,78,111,100,101,115,32,61,32,91,93,59,10,10,32,32,32,32,108,101,116,32,115,101,108,101,99,116,101,100,32,61,32,116,114,101,101,46,115,101,108,101,99,116,101,100,40,41,59,10,10,32,32,32,32,102,111,114,32,40,108,101,116,32,105,32,61,32,48,59,32,105,32,60,32,115,101,108,101,99,116,101,100,46,108,101,110,103,116,104,59,32,105,43,43,41,32,123,10,10,32,32,32,32,32,32,32,32,105,102,32,40,115,101,108,101,99,116,101,100,91,105,93,46,105,100,32,61,61,61,32,34,97,110,121,34,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,91,34,97,110,121,34,93,10,32,32,32,32,32,32,32,32,125,10,10,32,32,32,32,32,32,32,32,47,47,79,110,108,121,32,103,101,116,32,99,104,105,108,100,114,101,110,10,32,32,32,32,32,32,32,32,105,102,32,40,115,101,108,101,99,116,101,100,91,105,93,46,116,101,120,116,46,105,110,100,101,120,79,102,40,34,40,34,41,32,33,61,61,32,45,49,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,115,101,108,101,99,116,101,100,78,111,100,101,115,46,112,117,115,104,40,115,101,108,101,99,116,101,100,91,105,93,46,105,100,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,125,10,10,32,32,32,32,114,101,116,117,114,110,32,115,101,108,101,99,116,101,100,78,111,100,101,115,10,125,10,10,102,117,110,99,116,105,111,110,32,115,101,97,114,99,104,40,97,102,116,101,114,32,61,32,110,117,108,108,41,32,123,10,32,32,32,32,108,97,115,116,68,111,99,32,61,32,110,117,108,108,59,10,10,32,32,32,32,105,102,32,40,115,101,97,114,99,104,66,117,115,121,41,32,123,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,59,10,32,32,32,32,125,10,32,32,32,32,115,101,97,114,99,104,66,117,115,121,32,61,32,116,114,117,101,59,10,10,32,32,32,32,108,101,116,32,115,101,97,114,99,104,82,101,115,117,108,116,115,32,61,32,100,111,99,117,109,101,110,116,46,103,101,116,69,108,101,109,101,110,116,66,121,73,100,40,34,115,101,97,114,99,104,82,101,115,117,108,116,115,34,41,59,10,32,32,32,32,47,47,67,108,101,97,114,32,111,108,100,32,115,101,97,114,99,104,32,114,101,115,117,108,116,115,10,32,32,32,32,108,101,116,32,112,114,101,108,111,97,100,59,10,32,32,32,32,105,102,32,40,33,97,102,116,101,114,41,32,123,10,32,32,32,32,32,32,32,32,119,104,105,108,101,32,40,115,101,97,114,99,104,82,101,115,117,108,116,115,46,102,105,114,115,116,67,104,105,108,100,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,115,101,97,114,99,104,82,101,115,117,108,116,115,46,114,101,109,111,118,101,67,104,105,108,100,40,115,101,97,114,99,104,82,101,115,117,108,116,115,46,102,105,114,115,116,67,104,105,108,100,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,112,114,101,108,111,97,100,32,61,32,109,97,107,101,80,114,101,108,111,97,100,101,114,40,41,59,10,32,32,32,32,32,32,32,32,115,101,97,114,99,104,82,101,115,117,108,116,115,46,97,112,112,101,110,100,67,104,105,108,100,40,112,114,101,108,111,97,100,41,59,10,32,32,32,32,125,10,10,32,32,32,32,108,101,116,32,113,117,101,114,121,32,61,32,115,101,97,114,99,104,66,97,114,46,118,97,108,117,101,59,10,32,32,32,32,108,101,116,32,101,109,112,116,121,32,61,32,113,117,101,114,121,32,61,61,61,32,34,34,59,10,32,32,32,32,108,101,116,32,99,111,110,100,105,116,105,111,110,32,61,32,101,109,112,116,121,32,63,32,34,115,104,111,117,108,100,34,32,58,32,34,109,117,115,116,34,59,10,32,32,32,32,108,101,116,32,102,105,108,116,101,114,115,32,61,32,91,10,32,32,32,32,32,32,32,32,123,114,97,110,103,101,58,32,123,115,105,122,101,58,32,123,103,116,101,58,32,115,105,122,101,95,109,105,110,44,32,108,116,101,58,32,115,105,122,101,95,109,97,120,125,125,125,44,10,32,32,32,32,32,32,32,32,123,116,101,114,109,115,58,32,123,105,110,100,101,120,58,32,115,101,108,101,99,116,101,100,73,110,100,105,99,101,115,125,125,10,32,32,32,32,93,59,10,32,32,32,32,108,101,116,32,102,105,101,108,100,115,32,61,32,91,10,32,32,32,32,32,32,32,32,34,110,97,109,101,94,56,34,44,10,32,32,32,32,32,32,32,32,34,99,111,110,116,101,110,116,94,51,34,44,10,32,32,32,32,32,32,32,32,34,97,108,98,117,109,94,56,34,44,32,34,97,114,116,105,115,116,94,56,34,44,32,34,116,105,116,108,101,94,56,34,44,32,34,103,101,110,114,101,94,50,34,44,32,34,97,108,98,117,109,95,97,114,116,105,115,116,94,56,34,44,10,32,32,32,32,32,32,32,32,34,102,111,110,116,95,110,97,109,101,94,54,34,10,32,32,32,32,93,59,10,10,32,32,32,32,105,102,32,40,67,79,78,70,46,111,112,116,105,111,110,115,46,115,101,97,114,99,104,73,110,80,97,116,104,41,32,123,10,32,32,32,32,32,32,32,32,102,105,101,108,100,115,46,112,117,115,104,40,34,112,97,116,104,46,116,101,120,116,94,53,34,41,59,10,32,32,32,32,125,10,10,32,32,32,32,105,102,32,40,36,40,34,35,102,117,122,122,121,84,111,103,103,108,101,34,41,46,112,114,111,112,40,34,99,104,101,99,107,101,100,34,41,41,32,123,10,32,32,32,32,32,32,32,32,102,105,101,108,100,115,46,112,117,115,104,40,34,99,111,110,116,101,110,116,46,110,71,114,97,109,34,41,59,10,32,32,32,32,32,32,32,32,105,102,32,40,67,79,78,70,46,111,112,116,105,111,110,115,46,115,101,97,114,99,104,73,110,80,97,116,104,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,102,105,101,108,100,115,46,112,117,115,104,40,34,112,97,116,104,46,110,71,114,97,109,34,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,102,105,101,108,100,115,46,112,117,115,104,40,34,110,97,109,101,46,110,71,114,97,109,94,51,34,41,59,10,32,32,32,32,125,10,10,32,32,32,32,108,101,116,32,112,97,116,104,32,61,32,112,97,116,104,66,97,114,46,118,97,108,117,101,46,114,101,112,108,97,99,101,40,47,92,47,36,47,44,32,34,34,41,46,116,111,76,111,119,101,114,67,97,115,101,40,41,59,32,47,47,114,101,109,111,118,101,32,116,114,97,105,108,105,110,103,32,115,108,97,115,104,101,115,10,32,32,32,32,105,102,32,40,112,97,116,104,32,33,61,61,32,34,34,41,32,123,10,32,32,32,32,32,32,32,32,102,105,108,116,101,114,115,46,112,117,115,104,40,123,116,101,114,109,58,32,123,112,97,116,104,58,32,112,97,116,104,125,125,41,10,32,32,32,32,125,10,32,32,32,32,108,101,116,32,109,105,109,101,84,121,112,101,115,32,61,32,103,101,116,83,101,108,101,99,116,101,100,78,111,100,101,115,40,109,105,109,101,84,114,101,101,41,59,10,32,32,32,32,105,102,32,40,33,109,105,109,101,84,121,112,101,115,46,105,110,99,108,117,100,101,115,40,34,97,110,121,34,41,41,32,123,10,32,32,32,32,32,32,32,32,102,105,108,116,101,114,115,46,112,117,115,104,40,123,116,101,114,109,115,58,32,123,34,109,105,109,101,34,58,32,109,105,109,101,84,121,112,101,115,125,125,41,59,10,32,32,32,32,125,10,10,32,32,32,32,108,101,116,32,116,97,103,115,32,61,32,103,101,116,83,101,108,101,99,116,101,100,78,111,100,101,115,40,116,97,103,84,114,101,101,41,59,10,32,32,32,32,105,102,32,40,33,116,97,103,115,46,105,110,99,108,117,100,101,115,40,34,97,110,121,34,41,41,32,123,10,32,32,32,32,32,32,32,32,102,105,108,116,101,114,115,46,112,117,115,104,40,123,116,101,114,109,115,58,32,123,34,116,97,103,34,58,32,116,97,103,115,125,125,41,59,10,32,32,32,32,125,10,10,32,32,32,32,105,102,32,40,100,97,116,101,95,109,105,110,32,38,38,32,100,97,116,101,95,109,97,120,41,32,123,10,32,32,32,32,32,32,32,32,102,105,108,116,101,114,115,46,112,117,115,104,40,123,114,97,110,103,101,58,32,123,109,116,105,109,101,58,32,123,103,116,101,58,32,100,97,116,101,95,109,105,110,44,32,108,116,101,58,32,100,97,116,101,95,109,97,120,125,125,125,41,10,32,32,32,32,125,32,101,108,115,101,32,105,102,32,40,100,97,116,101,95,109,105,110,41,32,123,10,32,32,32,32,32,32,32,32,102,105,108,116,101,114,115,46,112,117,115,104,40,123,114,97,110,103,101,58,32,123,109,116,105,109,101,58,32,123,103,116,101,58,32,100,97,116,101,95,109,105,110,125,125,125,41,10,32,32,32,32,125,32,101,108,115,101,32,105,102,32,40,100,97,116,101,95,109,97,120,41,32,123,10,32,32,32,32,32,32,32,32,102,105,108,116,101,114,115,46,112,117,115,104,40,123,114,97,110,103,101,58,32,123,109,116,105,109,101,58,32,123,108,116,101,58,32,100,97,116,101,95,109,97,120,125,125,125,41,10,32,32,32,32,125,10,10,32,32,32,32,108,101,116,32,113,32,61,32,123,10,32,32,32,32,32,32,32,32,34,95,115,111,117,114,99,101,34,58,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,101,120,99,108,117,100,101,115,58,32,91,34,99,111,110,116,101,110,116,34,44,32,34,95,116,105,101,34,93,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,113,117,101,114,121,58,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,98,111,111,108,58,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,91,99,111,110,100,105,116,105,111,110,93,58,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,115,105,109,112,108,101,95,113,117,101,114,121,95,115,116,114,105,110,103,58,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,113,117,101,114,121,58,32,113,117,101,114,121,44,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,102,105,101,108,100,115,58,32,102,105,101,108,100,115,44,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,100,101,102,97,117,108,116,95,111,112,101,114,97,116,111,114,58,32,34,97,110,100,34,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,102,105,108,116,101,114,58,32,102,105,108,116,101,114,115,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,34,115,111,114,116,34,58,32,83,79,82,84,95,77,79,68,69,83,91,67,79,78,70,46,111,112,116,105,111,110,115,46,115,111,114,116,93,46,109,111,100,101,44,10,32,32,32,32,32,32,32,32,97,103,103,115,58,10,32,32,32,32,32,32,32,32,32,32,32,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,116,111,116,97,108,95,115,105,122,101,58,32,123,34,115,117,109,34,58,32,123,34,102,105,101,108,100,34,58,32,34,115,105,122,101,34,125,125,44,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,116,111,116,97,108,95,99,111,117,110,116,58,32,123,34,118,97,108,117,101,95,99,111,117,110,116,34,58,32,123,34,102,105,101,108,100,34,58,32,34,115,105,122,101,34,125,125,10,32,32,32,32,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,115,105,122,101,58,32,83,73,90,69,44,10,32,32,32,32,125,59,10,10,32,32,32,32,105,102,32,40,97,102,116,101,114,41,32,123,10,32,32,32,32,32,32,32,32,113,46,115,101,97,114,99,104,95,97,102,116,101,114,32,61,32,91,83,79,82,84,95,77,79,68,69,83,91,67,79,78,70,46,111,112,116,105,111,110,115,46,115,111,114,116,93,46,107,101,121,40,97,102,116,101,114,41,44,32,97,102,116,101,114,91,34,95,105,100,34,93,93,59,10,32,32,32,32,125,10,10,32,32,32,32,105,102,32,40,67,79,78,70,46,111,112,116,105,111,110,115,46,104,105,103,104,108,105,103,104,116,41,32,123,10,32,32,32,32,32,32,32,32,113,46,104,105,103,104,108,105,103,104,116,32,61,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,112,114,101,95,116,97,103,115,58,32,91,34,60,109,97,114,107,62,34,93,44,10,32,32,32,32,32,32,32,32,32,32,32,32,112,111,115,116,95,116,97,103,115,58,32,91,34,60,47,109,97,114,107,62,34,93,44,10,32,32,32,32,32,32,32,32,32,32,32,32,102,105,101,108,100,115,58,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,99,111,110,116,101,110,116,58,32,123,125,44,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,47,47,32,34,99,111,110,116,101,110,116,46,110,71,114,97,109,34,58,32,123,125,44,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,110,97,109,101,58,32,123,125,44,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,34,110,97,109,101,46,110,71,114,97,109,34,58,32,123,125,44,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,102,111,110,116,95,110,97,109,101,58,32,123,125,44,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,32,32,105,102,32,40,67,79,78,70,46,111,112,116,105,111,110,115,46,115,101,97,114,99,104,73,110,80,97,116,104,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,113,46,104,105,103,104,108,105,103,104,116,46,102,105,101,108,100,115,91,34,112,97,116,104,46,116,101,120,116,34,93,32,61,32,123,125,59,10,32,32,32,32,32,32,32,32,32,32,32,32,113,46,104,105,103,104,108,105,103,104,116,46,102,105,101,108,100,115,91,34,112,97,116,104,46,110,71,114,97,109,34,93,32,61,32,123,125,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,125,10,10,32,32,32,32,36,46,106,115,111,110,80,111,115,116,40,34,101,115,34,44,32,113,41,46,116,104,101,110,40,115,101,97,114,99,104,82,101,115,117,108,116,32,61,62,32,123,10,32,32,32,32,32,32,32,32,108,101,116,32,104,105,116,115,32,61,32,115,101,97,114,99,104,82,101,115,117,108,116,91,34,104,105,116,115,34,93,91,34,104,105,116,115,34,93,59,10,32,32,32,32,32,32,32,32,105,102,32,40,104,105,116,115,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,108,97,115,116,68,111,99,32,61,32,104,105,116,115,91,104,105,116,115,46,108,101,110,103,116,104,32,45,32,49,93,59,10,32,32,32,32,32,32,32,32,125,10,10,32,32,32,32,32,32,32,32,104,105,116,115,46,102,111,114,69,97,99,104,40,104,105,116,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,104,105,116,91,34,95,115,111,117,114,99,101,34,93,91,34,110,97,109,101,34,93,32,61,32,115,116,114,85,110,101,115,99,97,112,101,40,104,105,116,91,34,95,115,111,117,114,99,101,34,93,91,34,110,97,109,101,34,93,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,104,105,116,91,34,95,115,111,117,114,99,101,34,93,91,34,112,97,116,104,34,93,32,61,32,115,116,114,85,110,101,115,99,97,112,101,40,104,105,116,91,34,95,115,111,117,114,99,101,34,93,91,34,112,97,116,104,34,93,41,59,10,32,32,32,32,32,32,32,32,125,41,59,10,10,32,32,32,32,32,32,32,32,105,102,32,40,33,97,102,116,101,114,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,112,114,101,108,111,97,100,46,114,101,109,111,118,101,40,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,115,101,97,114,99,104,82,101,115,117,108,116,115,46,97,112,112,101,110,100,67,104,105,108,100,40,109,97,107,101,83,116,97,116,115,67,97,114,100,40,115,101,97,114,99,104,82,101,115,117,108,116,41,41,59,10,32,32,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,108,101,116,32,112,97,103,101,73,110,100,105,99,97,116,111,114,32,61,32,109,97,107,101,80,97,103,101,73,110,100,105,99,97,116,111,114,40,115,101,97,114,99,104,82,101,115,117,108,116,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,115,101,97,114,99,104,82,101,115,117,108,116,115,46,97,112,112,101,110,100,67,104,105,108,100,40,112,97,103,101,73,110,100,105,99,97,116,111,114,41,59,10,32,32,32,32,32,32,32,32,125,10,10,32,32,32,32,32,32,32,32,47,47,83,101,116,117,112,32,112,97,103,101,10,32,32,32,32,32,32,32,32,108,101,116,32,114,101,115,117,108,116,67,111,110,116,97,105,110,101,114,32,61,32,109,97,107,101,82,101,115,117,108,116,67,111,110,116,97,105,110,101,114,40,41,59,10,32,32,32,32,32,32,32,32,115,101,97,114,99,104,82,101,115,117,108,116,115,46,97,112,112,101,110,100,67,104,105,108,100,40,114,101,115,117,108,116,67,111,110,116,97,105,110,101,114,41,59,10,10,32,32,32,32,32,32,32,32,105,102,32,40,67,79,78,70,46,111,112,116,105,111,110,115,46,100,105,115,112,108,97,121,32,61,61,61,32,34,103,114,105,100,34,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,115,117,108,116,67,111,110,116,97,105,110,101,114,46,95,98,114,105,99,107,32,61,32,110,101,119,32,66,114,105,99,107,108,97,121,101,114,40,114,101,115,117,108,116,67,111,110,116,97,105,110,101,114,41,59,10,32,32,32,32,32,32,32,32,125,10,10,32,32,32,32,32,32,32,32,105,102,32,40,33,97,102,116,101,114,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,100,111,99,67,111,117,110,116,32,61,32,48,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,114,101,97,99,104,101,100,69,110,100,32,61,32,104,105,116,115,46,108,101,110,103,116,104,32,33,61,61,32,83,73,90,69,59,10,32,32,32,32,32,32,32,32,105,110,115,101,114,116,72,105,116,115,40,114,101,115,117,108,116,67,111,110,116,97,105,110,101,114,44,32,104,105,116,115,41,59,10,32,32,32,32,32,32,32,32,115,101,97,114,99,104,66,117,115,121,32,61,32,102,97,108,115,101,59,10,32,32,32,32,125,41,59,10,125,10,10,10,108,101,116,32,115,101,97,114,99,104,68,101,98,111,117,110,99,101,100,32,61,32,95,46,100,101,98,111,117,110,99,101,40,102,117,110,99,116,105,111,110,32,40,41,32,123,10,32,32,32,32,99,111,111,108,105,110,103,68,111,119,110,32,61,32,102,97,108,115,101,59,10,32,32,32,32,115,101,97,114,99,104,40,41,10,125,44,32,53,48,48,41,59,10,10,10,47,47,83,105,122,101,32,115,108,105,100,101,114,10,36,40,34,35,115,105,122,101,83,108,105,100,101,114,34,41,46,105,111,110,82,97,110,103,101,83,108,105,100,101,114,40,123,10,32,32,32,32,116,121,112,101,58,32,34,100,111,117,98,108,101,34,44,10,32,32,32,32,103,114,105,100,58,32,102,97,108,115,101,44,10,32,32,32,32,102,111,114,99,101,95,101,100,103,101,115,58,32,116,114,117,101,44,10,32,32,32,32,109,105,110,58,32,48,44,10,32,32,32,32,109,97,120,58,32,51,54,56,52,46,48,51,49,52,57,56,54,52,44,10,32,32,32,32,102,114,111,109,58,32,48,44,10,32,32,32,32,116,111,58,32,51,54,56,52,46,48,51,49,52,57,56,54,52,44,10,32,32,32,32,109,105,110,95,105,110,116,101,114,118,97,108,58,32,53,44,10,32,32,32,32,100,114,97,103,95,105,110,116,101,114,118,97,108,58,32,116,114,117,101,44,10,32,32,32,32,112,114,101,116,116,105,102,121,58,32,102,117,110,99,116,105,111,110,32,40,110,117,109,41,32,123,10,10,32,32,32,32,32,32,32,32,105,102,32,40,110,117,109,32,61,61,61,32,48,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,34,48,32,66,34,10,32,32,32,32,32,32,32,32,125,32,101,108,115,101,32,105,102,32,40,110,117,109,32,62,61,32,51,54,56,52,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,104,117,109,97,110,70,105,108,101,83,105,122,101,40,110,117,109,32,42,32,110,117,109,32,42,32,110,117,109,41,32,43,32,34,43,34,59,10,32,32,32,32,32,32,32,32,125,10,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,104,117,109,97,110,70,105,108,101,83,105,122,101,40,110,117,109,32,42,32,110,117,109,32,42,32,110,117,109,41,10,32,32,32,32,125,44,10,32,32,32,32,111,110,67,104,97,110,103,101,58,32,102,117,110,99,116,105,111,110,32,40,101,41,32,123,10,32,32,32,32,32,32,32,32,115,105,122,101,95,109,105,110,32,61,32,40,101,46,102,114,111,109,32,42,32,101,46,102,114,111,109,32,42,32,101,46,102,114,111,109,41,59,10,32,32,32,32,32,32,32,32,115,105,122,101,95,109,97,120,32,61,32,40,101,46,116,111,32,42,32,101,46,116,111,32,42,32,101,46,116,111,41,59,10,10,32,32,32,32,32,32,32,32,105,102,32,40,101,46,116,111,32,62,61,32,51,54,56,52,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,115,105,122,101,95,109,97,120,32,61,32,49,48,48,48,48,48,48,48,48,48,48,48,48,48,59,10,32,32,32,32,32,32,32,32,125,10,10,32,32,32,32,32,32,32,32,115,101,97,114,99,104,68,101,98,111,117,110,99,101,100,40,41,59,10,32,32,32,32,125,10,125,41,59,10,10,47,47,68,97,116,101,32,115,108,105,100,101,114,10,36,46,106,115,111,110,80,111,115,116,40,34,101,115,34,44,32,123,10,32,32,32,32,97,103,103,115,58,32,123,10,32,32,32,32,32,32,32,32,100,97,116,101,95,109,105,110,58,32,123,109,105,110,58,32,123,102,105,101,108,100,58,32,34,109,116,105,109,101,34,125,125,44,10,32,32,32,32,32,32,32,32,100,97,116,101,95,109,97,120,58,32,123,109,97,120,58,32,123,102,105,101,108,100,58,32,34,109,116,105,109,101,34,125,125,44,10,32,32,32,32,125,44,10,32,32,32,32,115,105,122,101,58,32,48,10,125,41,46,116,104,101,110,40,114,101,115,112,32,61,62,32,123,10,32,32,32,32,36,40,34,35,100,97,116,101,83,108,105,100,101,114,34,41,46,105,111,110,82,97,110,103,101,83,108,105,100,101,114,40,123,10,32,32,32,32,32,32,32,32,116,121,112,101,58,32,34,100,111,117,98,108,101,34,44,10,32,32,32,32,32,32,32,32,103,114,105,100,58,32,102,97,108,115,101,44,10,32,32,32,32,32,32,32,32,102,111,114,99,101,95,101,100,103,101,115,58,32,116,114,117,101,44,10,32,32,32,32,32,32,32,32,109,105,110,58,32,114,101,115,112,91,34,97,103,103,114,101,103,97,116,105,111,110,115,34,93,91,34,100,97,116,101,95,109,105,110,34,93,91,34,118,97,108,117,101,34,93,44,10,32,32,32,32,32,32,32,32,109,97,120,58,32,114,101,115,112,91,34,97,103,103,114,101,103,97,116,105,111,110,115,34,93,91,34,100,97,116,101,95,109,97,120,34,93,91,34,118,97,108,117,101,34,93,44,10,32,32,32,32,32,32,32,32,102,114,111,109,58,32,114,101,115,112,91,34,97,103,103,114,101,103,97,116,105,111,110,115,34,93,91,34,100,97,116,101,95,109,105,110,34,93,91,34,118,97,108,117,101,34,93,44,10,32,32,32,32,32,32,32,32,116,111,58,32,40,68,97,116,101,46,110,111,119,40,41,32,47,32,49,48,48,48,41,44,10,32,32,32,32,32,32,32,32,109,105,110,95,105,110,116,101,114,118,97,108,58,32,51,54,48,48,32,42,32,50,52,32,42,32,55,44,10,32,32,32,32,32,32,32,32,115,116,101,112,58,32,51,54,48,48,32,42,32,50,52,44,10,32,32,32,32,32,32,32,32,100,114,97,103,95,105,110,116,101,114,118,97,108,58,32,116,114,117,101,44,10,32,32,32,32,32,32,32,32,112,114,101,116,116,105,102,121,58,32,102,117,110,99,116,105,111,110,32,40,110,117,109,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,108,101,116,32,100,97,116,101,32,61,32,40,110,101,119,32,68,97,116,101,40,110,117,109,32,42,32,49,48,48,48,41,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,100,97,116,101,46,103,101,116,85,84,67,70,117,108,108,89,101,97,114,40,41,32,43,32,34,45,34,32,43,32,40,34,48,34,32,43,32,40,100,97,116,101,46,103,101,116,85,84,67,77,111,110,116,104,40,41,32,43,32,49,41,41,46,115,108,105,99,101,40,45,50,41,32,43,32,34,45,34,32,43,32,40,34,48,34,32,43,32,100,97,116,101,46,103,101,116,85,84,67,68,97,116,101,40,41,41,46,115,108,105,99,101,40,45,50,41,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,111,110,70,105,110,105,115,104,58,32,102,117,110,99,116,105,111,110,32,40,101,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,100,97,116,101,95,109,105,110,32,61,32,101,46,102,114,111,109,32,61,61,61,32,101,46,109,105,110,32,63,32,110,117,108,108,32,58,32,101,46,102,114,111,109,59,10,32,32,32,32,32,32,32,32,32,32,32,32,100,97,116,101,95,109,97,120,32,61,32,101,46,116,111,32,61,61,61,32,101,46,109,97,120,32,63,32,110,117,108,108,32,58,32,101,46,116,111,59,10,32,32,32,32,32,32,32,32,32,32,32,32,115,101,97,114,99,104,68,101,98,111,117,110,99,101,100,40,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,125,41,59,10,125,41,10,10,102,117,110,99,116,105,111,110,32,117,112,100,97,116,101,73,110,100,105,99,101,115,40,41,32,123,10,32,32,32,32,108,101,116,32,115,101,108,101,99,116,101,100,32,61,32,36,40,39,35,105,110,100,105,99,101,115,39,41,46,102,105,110,100,40,39,111,112,116,105,111,110,58,115,101,108,101,99,116,101,100,39,41,59,10,32,32,32,32,115,101,108,101,99,116,101,100,73,110,100,105,99,101,115,32,61,32,91,93,59,10,32,32,32,32,36,40,115,101,108,101,99,116,101,100,41,46,101,97,99,104,40,102,117,110,99,116,105,111,110,32,40,41,32,123,10,32,32,32,32,32,32,32,32,115,101,108,101,99,116,101,100,73,110,100,105,99,101,115,46,112,117,115,104,40,36,40,116,104,105,115,41,46,118,97,108,40,41,41,59,10,32,32,32,32,125,41,59,10,10,32,32,32,32,115,101,97,114,99,104,68,101,98,111,117,110,99,101,100,40,41,59,10,125,10,10,100,111,99,117,109,101,110,116,46,103,101,116,69,108,101,109,101,110,116,66,121,73,100,40,34,105,110,100,105,99,101,115,34,41,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,99,104,97,110,103,101,34,44,32,117,112,100,97,116,101,73,110,100,105,99,101,115,41,59,10,117,112,100,97,116,101,73,110,100,105,99,101,115,40,41,59,10,10,119,105,110,100,111,119,46,111,110,107,101,121,117,112,32,61,32,102,117,110,99,116,105,111,110,32,40,101,41,32,123,10,32,32,32,32,105,102,32,40,101,46,107,101,121,32,61,61,61,32,34,47,34,32,124,124,32,101,46,107,101,121,32,61,61,61,32,34,69,115,99,97,112,101,34,41,32,123,10,32,32,32,32,32,32,32,32,99,111,110,115,116,32,98,97,114,32,61,32,100,111,99,117,109,101,110,116,46,103,101,116,69,108,101,109,101,110,116,66,121,73,100,40,34,115,101,97,114,99,104,66,97,114,34,41,59,10,32,32,32,32,32,32,32,32,98,97,114,46,115,99,114,111,108,108,73,110,116,111,86,105,101,119,40,41,59,10,32,32,32,32,32,32,32,32,98,97,114,46,102,111,99,117,115,40,41,59,10,32,32,32,32,125,10,125,59,10,10,102,117,110,99,116,105,111,110,32,103,101,116,78,101,120,116,68,101,112,116,104,40,110,111,100,101,41,32,123,10,32,32,32,32,108,101,116,32,113,32,61,32,123,10,32,32,32,32,32,32,32,32,113,117,101,114,121,58,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,98,111,111,108,58,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,102,105,108,116,101,114,58,32,91,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,123,116,101,114,109,58,32,123,105,110,100,101,120,58,32,110,111,100,101,46,105,110,100,101,120,125,125,44,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,123,114,97,110,103,101,58,32,123,95,100,101,112,116,104,58,32,123,103,116,101,58,32,110,111,100,101,46,100,101,112,116,104,32,43,32,49,44,32,108,116,101,58,32,110,111,100,101,46,100,101,112,116,104,32,43,32,51,125,125,125,44,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,93,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,97,103,103,115,58,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,112,97,116,104,115,58,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,116,101,114,109,115,58,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,102,105,101,108,100,58,32,34,112,97,116,104,34,44,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,115,105,122,101,58,32,49,48,48,48,48,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,115,105,122,101,58,32,48,10,32,32,32,32,125,59,10,10,32,32,32,32,105,102,32,40,110,111,100,101,46,100,101,112,116,104,32,62,32,48,41,32,123,10,32,32,32,32,32,32,32,32,113,46,113,117,101,114,121,46,98,111,111,108,46,109,117,115,116,32,61,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,112,114,101,102,105,120,58,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,112,97,116,104,58,32,110,111,100,101,46,105,100,44,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,125,59,10,32,32,32,32,125,10,10,32,32,32,32,114,101,116,117,114,110,32,36,46,106,115,111,110,80,111,115,116,40,34,101,115,34,44,32,113,41,46,116,104,101,110,40,114,101,115,112,32,61,62,32,123,10,32,32,32,32,32,32,32,32,99,111,110,115,116,32,98,117,99,107,101,116,115,32,61,32,114,101,115,112,91,34,97,103,103,114,101,103,97,116,105,111,110,115,34,93,91,34,112,97,116,104,115,34,93,91,34,98,117,99,107,101,116,115,34,93,59,10,32,32,32,32,32,32,32,32,105,102,32,40,33,98,117,99,107,101,116,115,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,102,97,108,115,101,59,10,32,32,32,32,32,32,32,32,125,10,10,32,32,32,32,32,32,32,32,99,111,110,115,116,32,112,97,116,104,115,32,61,32,91,93,59,10,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,98,117,99,107,101,116,115,10,32,32,32,32,32,32,32,32,32,32,32,32,46,102,105,108,116,101,114,40,98,117,99,107,101,116,32,61,62,32,98,117,99,107,101,116,46,107,101,121,46,108,101,110,103,116,104,32,62,32,110,111,100,101,46,105,100,46,108,101,110,103,116,104,32,124,124,32,110,111,100,101,46,105,100,46,115,116,97,114,116,115,87,105,116,104,40,34,47,34,41,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,115,111,114,116,40,40,97,44,32,98,41,32,61,62,32,97,46,107,101,121,32,62,32,98,46,107,101,121,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,109,97,112,40,98,117,99,107,101,116,32,61,62,32,123,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,112,97,116,104,115,46,115,111,109,101,40,110,32,61,62,32,98,117,99,107,101,116,46,107,101,121,46,115,116,97,114,116,115,87,105,116,104,40,110,41,41,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,110,117,108,108,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,99,111,110,115,116,32,110,97,109,101,32,61,32,110,111,100,101,46,105,100,46,115,116,97,114,116,115,87,105,116,104,40,34,47,34,41,32,63,32,98,117,99,107,101,116,46,107,101,121,32,58,32,98,117,99,107,101,116,46,107,101,121,46,115,108,105,99,101,40,110,111,100,101,46,105,100,46,108,101,110,103,116,104,32,43,32,49,41,59,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,112,97,116,104,115,46,112,117,115,104,40,98,117,99,107,101,116,46,107,101,121,41,59,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,100,58,32,98,117,99,107,101,116,46,107,101,121,44,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,116,101,120,116,58,32,96,36,123,110,97,109,101,125,47,32,40,36,123,98,117,99,107,101,116,46,100,111,99,95,99,111,117,110,116,125,41,96,44,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,100,101,112,116,104,58,32,110,111,100,101,46,100,101,112,116,104,32,43,32,49,44,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,110,100,101,120,58,32,110,111,100,101,46,105,110,100,101,120,44,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,99,104,105,108,100,114,101,110,58,32,116,114,117,101,44,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,125,41,46,102,105,108,116,101,114,40,120,32,61,62,32,120,32,33,61,61,32,110,117,108,108,41,10,32,32,32,32,125,41,10,125,10,10,102,117,110,99,116,105,111,110,32,104,97,110,100,108,101,80,97,116,104,84,114,101,101,67,108,105,99,107,40,116,114,101,101,41,32,123,10,32,32,32,32,114,101,116,117,114,110,32,40,101,118,101,110,116,44,32,110,111,100,101,44,32,104,97,110,100,108,101,114,41,32,61,62,32,123,10,10,32,32,32,32,32,32,32,32,105,102,32,40,110,111,100,101,46,100,101,112,116,104,32,33,61,61,32,48,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,36,40,34,35,112,97,116,104,66,97,114,34,41,46,118,97,108,40,110,111,100,101,46,105,100,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,36,40,34,35,112,97,116,104,84,114,101,101,77,111,100,97,108,34,41,46,109,111,100,97,108,40,34,104,105,100,101,34,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,115,101,97,114,99,104,68,101,98,111,117,110,99,101,100,40,41,59,10,32,32,32,32,32,32,32,32,125,10,10,32,32,32,32,32,32,32,32,104,97,110,100,108,101,114,40,41,59,10,32,32,32,32,125,10,125,10,10,102,117,110,99,116,105,111,110,32,99,114,101,97,116,101,80,97,116,104,84,114,101,101,40,116,97,114,103,101,116,41,32,123,10,32,32,32,32,108,101,116,32,112,97,116,104,84,114,101,101,32,61,32,110,101,119,32,73,110,115,112,105,114,101,84,114,101,101,40,123,10,32,32,32,32,32,32,32,32,100,97,116,97,58,32,102,117,110,99,116,105,111,110,32,40,110,111,100,101,44,32,114,101,115,111,108,118,101,44,32,114,101,106,101,99,116,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,103,101,116,78,101,120,116,68,101,112,116,104,40,110,111,100,101,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,115,111,114,116,58,32,34,116,101,120,116,34,10,32,32,32,32,125,41,59,10,10,32,32,32,32,115,101,108,101,99,116,101,100,73,110,100,105,99,101,115,46,102,111,114,69,97,99,104,40,105,110,100,101,120,32,61,62,32,123,10,32,32,32,32,32,32,32,32,112,97,116,104,84,114,101,101,46,97,100,100,78,111,100,101,40,123,10,32,32,32,32,32,32,32,32,32,32,32,32,105,100,58,32,34,47,34,32,43,32,105,110,100,101,120,44,10,32,32,32,32,32,32,32,32,32,32,32,32,116,101,120,116,58,32,96,47,91,36,123,105,110,100,101,120,77,97,112,91,105,110,100,101,120,93,125,93,96,44,10,32,32,32,32,32,32,32,32,32,32,32,32,105,110,100,101,120,58,32,105,110,100,101,120,44,10,32,32,32,32,32,32,32,32,32,32,32,32,100,101,112,116,104,58,32,48,44,10,32,32,32,32,32,32,32,32,32,32,32,32,99,104,105,108,100,114,101,110,58,32,116,114,117,101,10,32,32,32,32,32,32,32,32,125,41,10,32,32,32,32,125,41,59,10,10,32,32,32,32,110,101,119,32,73,110,115,112,105,114,101,84,114,101,101,68,79,77,40,112,97,116,104,84,114,101,101,44,32,123,10,32,32,32,32,32,32,32,32,116,97,114,103,101,116,58,32,116,97,114,103,101,116,10,32,32,32,32,125,41,59,10,10,32,32,32,32,112,97,116,104,84,114,101,101,46,111,110,40,34,110,111,100,101,46,99,108,105,99,107,34,44,32,104,97,110,100,108,101,80,97,116,104,84,114,101,101,67,108,105,99,107,40,112,97,116,104,84,114,101,101,41,41,59,10,125,10,10,102,117,110,99,116,105,111,110,32,103,101,116,80,97,116,104,67,104,111,105,99,101,115,40,41,32,123,10,32,32,32,32,114,101,116,117,114,110,32,110,101,119,32,80,114,111,109,105,115,101,40,103,101,116,80,97,116,104,115,32,61,62,32,123,10,32,32,32,32,32,32,32,32,36,46,106,115,111,110,80,111,115,116,40,34,101,115,34,44,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,115,117,103,103,101,115,116,58,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,112,97,116,104,58,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,112,114,101,102,105,120,58,32,112,97,116,104,66,97,114,46,118,97,108,117,101,44,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,99,111,109,112,108,101,116,105,111,110,58,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,102,105,101,108,100,58,32,34,115,117,103,103,101,115,116,45,112,97,116,104,34,44,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,115,107,105,112,95,100,117,112,108,105,99,97,116,101,115,58,32,116,114,117,101,44,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,115,105,122,101,58,32,49,48,48,48,48,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,125,41,46,116,104,101,110,40,114,101,115,112,32,61,62,32,103,101,116,80,97,116,104,115,40,114,101,115,112,91,34,115,117,103,103,101,115,116,34,93,91,34,112,97,116,104,34,93,91,48,93,91,34,111,112,116,105,111,110,115,34,93,46,109,97,112,40,111,112,116,32,61,62,32,111,112,116,91,34,95,115,111,117,114,99,101,34,93,91,34,112,97,116,104,34,93,41,41,41,59,10,32,32,32,32,125,41,10,125,10}; char sprite_skin_flat_png[669] = {137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,1,4,0,0,0,180,8,6,0,0,0,114,181,82,203,0,0,0,6,98,75,71,68,0,255,0,255,0,255,160,189,167,147,0,0,0,9,112,72,89,115,0,0,11,19,0,0,11,19,1,0,154,156,24,0,0,0,7,116,73,77,69,7,226,4,15,15,9,24,243,73,194,157,0,0,2,42,73,68,65,84,120,218,237,221,33,110,219,96,0,134,225,207,150,193,72,122,129,144,154,180,42,24,154,194,10,2,42,85,161,61,198,110,144,19,236,6,225,61,192,66,75,2,10,202,166,33,3,171,33,105,164,20,4,46,33,3,147,92,18,21,85,37,147,186,104,126,30,26,96,233,3,175,126,89,138,255,98,189,217,118,1,72,82,154,0,16,4,64,16,0,65,0,4,1,16,4,64,16,0,65,0,4,1,16,4,64,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,34,73,158,239,238,207,254,124,190,248,150,228,42,201,137,89,160,55,118,73,22,85,211,78,135,147,241,178,56,196,224,135,16,64,191,195,80,53,237,168,88,111,182,223,147,220,216,3,122,111,94,172,55,219,95,78,7,64,146,93,41,6,192,193,137,123,25,128,87,130,0,8,2,240,118,16,118,102,0,114,120,169,184,176,3,144,100,81,86,77,59,117,74,0,167,131,170,105,167,229,112,50,94,86,77,59,74,50,23,6,232,95,8,146,204,171,166,29,13,39,227,165,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,227,87,212,179,125,103,6,32,113,47,3,32,8,128,32,0,130,0,8,2,32,8,128,32,0,130,0,8,2,32,8,128,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,73,138,36,121,190,187,63,187,92,125,121,252,200,7,175,190,14,10,243,195,113,41,255,69,12,128,35,13,130,24,0,175,65,48,1,32,8,128,32,0,130,0,8,2,32,8,128,32,0,127,25,132,135,250,231,185,25,128,36,41,135,147,241,82,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,255,64,61,219,119,245,108,223,89,2,250,161,122,239,199,223,79,43,11,65,143,248,12,59,32,8,128,32,0,130,0,8,2,32,8,128,32,0,130,0,8,2,32,8,128,32,0,130,0,8,2,32,8,128,32,0,71,226,221,239,33,124,58,173,45,4,0,0,0,0,0,0,0,0,0,0,0,0,124,188,193,245,109,55,184,190,117,251,51,244,132,191,63,3,130,0,8,2,32,8,128,32,0,130,0,8,2,32,8,128,32,0,130,0,8,2,32,8,128,32,0,130,0,8,2,32,8,128,32,0,0,0,0,0,0,0,0,0,0,0,0,0,36,121,1,4,9,83,90,112,63,72,221,0,0,0,0,73,69,78,68,174,66,96,130}; char sprite_skin_flat_dark_png[595] = {137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,1,4,0,0,0,180,8,6,0,0,0,114,181,82,203,0,0,0,6,98,75,71,68,0,0,0,0,0,0,249,67,187,127,0,0,0,9,112,72,89,115,0,0,11,19,0,0,11,19,1,0,154,156,24,0,0,0,7,116,73,77,69,7,227,10,31,0,56,13,119,224,92,162,0,0,1,224,73,68,65,84,120,218,237,221,33,110,194,96,0,134,225,239,111,54,137,155,33,120,106,230,177,136,133,6,69,178,147,192,73,182,43,112,1,44,201,130,224,16,24,240,4,179,27,44,89,167,134,156,33,97,108,125,30,91,209,228,19,175,106,255,191,140,154,89,27,128,36,149,9,0,65,0,4,1,16,4,64,16,0,65,0,4,1,16,4,64,16,0,65,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,41,73,114,92,111,135,207,175,47,123,115,64,55,173,230,139,122,48,29,31,138,24,0,223,81,40,163,102,214,154,2,72,156,186,12,8,2,32,8,128,32,0,130,0,8,2,32,8,192,229,65,88,205,23,181,25,128,213,124,81,251,116,25,56,127,186,108,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,246,149,108,118,238,118,4,146,56,117,25,16,4,64,16,0,65,0,4,1,16,4,64,16,0,65,0,4,1,16,4,64,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,36,37,73,142,235,237,112,112,255,176,191,234,155,159,30,139,249,225,182,84,191,18,3,224,54,131,32,6,192,57,8,38,0,4,1,16,4,64,16,0,65,0,4,1,16,4,224,194,32,28,63,222,107,51,0,73,82,13,166,227,131,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,193,102,215,102,179,107,13,1,221,112,247,211,195,254,219,103,146,228,100,39,232,4,199,176,3,130,0,8,2,32,8,128,32,0,130,0,8,2,32,8,128,32,0,130,0,8,2,32,8,128,32,0,130,0,8,2,240,23,130,112,154,84,57,77,52,3,0,0,0,0,0,0,0,0,0,0,0,0,184,178,94,179,108,123,205,210,237,207,208,17,126,101,4,4,1,16,4,64,16,0,65,0,4,1,16,4,64,16,0,65,0,4,1,16,4,64,16,0,65,0,4,1,16,4,64,16,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,72,242,5,81,103,62,209,158,129,108,239,0,0,0,0,73,69,78,68,174,66,96,130}; -char search_html[14885] = {60,33,68,79,67,84,89,80,69,32,104,116,109,108,62,10,60,104,116,109,108,32,108,97,110,103,61,34,101,110,34,62,10,60,104,101,97,100,62,10,32,32,32,32,60,109,101,116,97,32,99,104,97,114,115,101,116,61,34,117,116,102,45,56,34,62,10,32,32,32,32,60,116,105,116,108,101,62,115,105,115,116,50,32,45,32,83,101,97,114,99,104,60,47,116,105,116,108,101,62,10,32,32,32,32,60,109,101,116,97,32,110,97,109,101,61,39,118,105,101,119,112,111,114,116,39,32,99,111,110,116,101,110,116,61,39,119,105,100,116,104,61,100,101,118,105,99,101,45,119,105,100,116,104,44,32,105,110,105,116,105,97,108,45,115,99,97,108,101,61,49,46,48,44,32,109,97,120,105,109,117,109,45,115,99,97,108,101,61,49,46,48,44,32,117,115,101,114,45,115,99,97,108,97,98,108,101,61,110,111,39,47,62,10,10,32,32,32,32,60,108,105,110,107,32,104,114,101,102,61,34,99,115,115,34,32,114,101,108,61,34,115,116,121,108,101,115,104,101,101,116,34,32,116,121,112,101,61,34,116,101,120,116,47,99,115,115,34,62,10,60,47,104,101,97,100,62,10,60,98,111,100,121,62,10,10,60,110,97,118,32,99,108,97,115,115,61,34,110,97,118,98,97,114,32,110,97,118,98,97,114,45,101,120,112,97,110,100,45,108,103,34,62,10,32,32,32,32,60,97,32,99,108,97,115,115,61,34,110,97,118,98,97,114,45,98,114,97,110,100,34,32,104,114,101,102,61,34,47,34,62,115,105,115,116,50,60,47,97,62,10,32,32,32,32,60,115,112,97,110,32,99,108,97,115,115,61,34,98,97,100,103,101,32,98,97,100,103,101,45,112,105,108,108,32,118,101,114,115,105,111,110,34,62,50,46,52,46,48,60,47,115,112,97,110,62,10,32,32,32,32,60,115,112,97,110,32,99,108,97,115,115,61,34,116,97,103,108,105,110,101,34,62,76,105,103,104,116,110,105,110,103,45,102,97,115,116,32,102,105,108,101,32,115,121,115,116,101,109,32,105,110,100,101,120,101,114,32,97,110,100,32,115,101,97,114,99,104,32,116,111,111,108,32,60,47,115,112,97,110,62,10,32,32,32,32,60,97,32,99,108,97,115,115,61,34,98,116,110,32,109,108,45,97,117,116,111,34,32,104,114,101,102,61,34,47,115,116,97,116,115,34,62,83,116,97,116,115,60,47,97,62,10,32,32,32,32,60,98,117,116,116,111,110,32,99,108,97,115,115,61,34,98,116,110,34,32,116,121,112,101,61,34,98,117,116,116,111,110,34,32,100,97,116,97,45,116,111,103,103,108,101,61,34,109,111,100,97,108,34,32,100,97,116,97,45,116,97,114,103,101,116,61,34,35,115,101,116,116,105,110,103,115,34,32,111,110,99,108,105,99,107,61,34,108,111,97,100,83,101,116,116,105,110,103,115,40,41,34,62,83,101,116,116,105,110,103,115,60,47,98,117,116,116,111,110,62,10,32,32,32,32,60,98,117,116,116,111,110,32,99,108,97,115,115,61,34,98,116,110,34,32,116,105,116,108,101,61,34,84,111,103,103,108,101,32,116,104,101,109,101,34,32,111,110,99,108,105,99,107,61,34,116,111,103,103,108,101,84,104,101,109,101,40,41,34,62,84,104,101,109,101,60,47,98,117,116,116,111,110,62,10,60,47,110,97,118,62,10,10,60,100,105,118,32,99,108,97,115,115,61,34,99,111,110,116,97,105,110,101,114,34,62,10,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,99,97,114,100,34,62,10,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,99,97,114,100,45,98,111,100,121,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,105,110,112,117,116,45,103,114,111,117,112,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,105,110,112,117,116,45,103,114,111,117,112,45,112,114,101,112,101,110,100,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,105,110,112,117,116,45,103,114,111,117,112,45,116,101,120,116,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,112,97,110,32,116,105,116,108,101,61,34,84,111,103,103,108,101,32,102,117,122,122,121,32,115,101,97,114,99,104,105,110,103,34,32,111,110,99,108,105,99,107,61,34,100,111,99,117,109,101,110,116,46,103,101,116,69,108,101,109,101,110,116,66,121,73,100,40,39,102,117,122,122,121,84,111,103,103,108,101,39,41,46,99,108,105,99,107,40,41,34,62,70,117,122,122,121,38,110,98,115,112,60,47,115,112,97,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,105,110,112,117,116,32,116,105,116,108,101,61,34,84,111,103,103,108,101,32,102,117,122,122,121,32,115,101,97,114,99,104,105,110,103,34,32,116,121,112,101,61,34,99,104,101,99,107,98,111,120,34,32,105,100,61,34,102,117,122,122,121,84,111,103,103,108,101,34,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,111,110,99,108,105,99,107,61,34,116,111,103,103,108,101,70,117,122,122,121,40,41,34,32,99,104,101,99,107,101,100,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,105,110,112,117,116,32,105,100,61,34,115,101,97,114,99,104,66,97,114,34,32,116,121,112,101,61,34,115,101,97,114,99,104,34,32,99,108,97,115,115,61,34,102,111,114,109,45,99,111,110,116,114,111,108,34,32,112,108,97,99,101,104,111,108,100,101,114,61,34,83,101,97,114,99,104,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,105,110,112,117,116,45,103,114,111,117,112,45,97,112,112,101,110,100,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,117,116,116,111,110,32,99,108,97,115,115,61,34,98,116,110,32,98,116,110,45,111,117,116,108,105,110,101,45,115,101,99,111,110,100,97,114,121,32,115,109,97,108,108,45,98,116,110,34,32,116,121,112,101,61,34,98,117,116,116,111,110,34,32,100,97,116,97,45,116,111,103,103,108,101,61,34,109,111,100,97,108,34,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,100,97,116,97,45,116,97,114,103,101,116,61,34,35,104,101,108,112,34,62,63,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,98,117,116,116,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,117,116,116,111,110,32,99,108,97,115,115,61,34,98,116,110,32,98,116,110,45,111,117,116,108,105,110,101,45,115,101,99,111,110,100,97,114,121,32,108,97,114,103,101,45,98,116,110,34,32,116,121,112,101,61,34,98,117,116,116,111,110,34,32,100,97,116,97,45,116,111,103,103,108,101,61,34,109,111,100,97,108,34,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,100,97,116,97,45,116,97,114,103,101,116,61,34,35,104,101,108,112,34,62,72,101,108,112,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,98,117,116,116,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,114,111,119,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,99,111,108,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,105,110,112,117,116,32,116,105,116,108,101,61,34,70,105,108,101,32,115,105,122,101,34,32,105,100,61,34,115,105,122,101,83,108,105,100,101,114,34,32,110,97,109,101,61,34,115,105,122,101,34,32,119,105,100,116,104,61,34,49,48,48,37,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,99,111,108,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,105,110,112,117,116,45,103,114,111,117,112,34,32,115,116,121,108,101,61,34,109,97,114,103,105,110,45,98,111,116,116,111,109,58,32,48,46,53,101,109,59,32,109,97,114,103,105,110,45,116,111,112,58,32,49,101,109,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,105,110,112,117,116,45,103,114,111,117,112,45,112,114,101,112,101,110,100,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,117,116,116,111,110,32,105,100,61,34,112,97,116,104,66,97,114,72,101,108,112,101,114,34,32,99,108,97,115,115,61,34,98,116,110,32,98,116,110,45,111,117,116,108,105,110,101,45,115,101,99,111,110,100,97,114,121,34,32,100,97,116,97,45,116,111,103,103,108,101,61,34,109,111,100,97,108,34,32,100,97,116,97,45,116,97,114,103,101,116,61,34,35,112,97,116,104,84,114,101,101,77,111,100,97,108,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,118,103,32,120,109,108,110,115,61,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,34,32,118,105,101,119,66,111,120,61,34,48,32,48,32,53,55,54,32,53,49,50,34,32,119,105,100,116,104,61,34,50,48,112,120,34,62,60,112,97,116,104,32,100,61,34,77,50,56,56,32,50,50,52,104,50,50,52,97,51,50,32,51,50,32,48,32,48,32,48,32,51,50,45,51,50,86,54,52,97,51,50,32,51,50,32,48,32,48,32,48,45,51,50,45,51,50,72,52,48,48,76,51,54,56,32,48,104,45,56,48,97,51,50,32,51,50,32,48,32,48,32,48,45,51,50,32,51,50,118,54,52,72,54,52,86,56,97,56,32,56,32,48,32,48,32,48,45,56,45,56,72,52,48,97,56,32,56,32,48,32,48,32,48,45,56,32,56,118,51,57,50,97,49,54,32,49,54,32,48,32,48,32,48,32,49,54,32,49,54,104,50,48,56,118,54,52,97,51,50,32,51,50,32,48,32,48,32,48,32,51,50,32,51,50,104,50,50,52,97,51,50,32,51,50,32,48,32,48,32,48,32,51,50,45,51,50,86,51,53,50,97,51,50,32,51,50,32,48,32,48,32,48,45,51,50,45,51,50,72,52,48,48,108,45,51,50,45,51,50,104,45,56,48,97,51,50,32,51,50,32,48,32,48,32,48,45,51,50,32,51,50,118,54,52,72,54,52,86,49,50,56,104,49,57,50,118,54,52,97,51,50,32,51,50,32,48,32,48,32,48,32,51,50,32,51,50,122,109,48,32,57,54,104,54,54,46,55,52,108,51,50,32,51,50,72,53,49,50,118,49,50,56,72,50,56,56,122,109,48,45,50,56,56,104,54,54,46,55,52,108,51,50,32,51,50,72,53,49,50,118,49,50,56,72,50,56,56,122,34,47,62,60,47,115,118,103,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,98,117,116,116,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,105,110,112,117,116,32,105,100,61,34,112,97,116,104,66,97,114,34,32,116,121,112,101,61,34,115,101,97,114,99,104,34,32,99,108,97,115,115,61,34,102,111,114,109,45,99,111,110,116,114,111,108,34,32,112,108,97,99,101,104,111,108,100,101,114,61,34,70,105,108,116,101,114,32,112,97,116,104,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,60,105,110,112,117,116,32,116,105,116,108,101,61,34,68,97,116,101,32,102,105,108,116,101,114,34,32,105,100,61,34,100,97,116,101,83,108,105,100,101,114,34,32,110,97,109,101,61,34,115,105,122,101,34,32,119,105,100,116,104,61,34,49,48,48,37,34,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,114,111,119,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,99,111,108,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,32,102,111,114,61,34,105,110,100,105,99,101,115,34,62,83,101,97,114,99,104,32,105,110,32,105,110,100,105,99,101,115,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,101,108,101,99,116,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,115,101,108,101,99,116,34,32,105,100,61,34,105,110,100,105,99,101,115,34,32,109,117,108,116,105,112,108,101,32,115,105,122,101,61,34,54,34,62,60,47,115,101,108,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,99,111,108,34,32,105,100,61,34,116,114,101,101,84,97,98,115,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,117,108,32,99,108,97,115,115,61,34,110,97,118,32,110,97,118,45,116,97,98,115,34,32,114,111,108,101,61,34,116,97,98,108,105,115,116,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,105,32,99,108,97,115,115,61,34,110,97,118,45,105,116,101,109,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,97,32,99,108,97,115,115,61,34,110,97,118,45,108,105,110,107,32,97,99,116,105,118,101,34,32,100,97,116,97,45,116,111,103,103,108,101,61,34,116,97,98,34,32,104,114,101,102,61,34,35,109,105,109,101,34,32,114,111,108,101,61,34,116,97,98,34,32,97,114,105,97,45,99,111,110,116,114,111,108,115,61,34,104,111,109,101,34,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,97,114,105,97,45,115,101,108,101,99,116,101,100,61,34,116,114,117,101,34,62,77,105,109,101,32,84,121,112,101,115,60,47,97,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,108,105,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,105,32,99,108,97,115,115,61,34,110,97,118,45,105,116,101,109,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,97,32,99,108,97,115,115,61,34,110,97,118,45,108,105,110,107,34,32,100,97,116,97,45,116,111,103,103,108,101,61,34,116,97,98,34,32,104,114,101,102,61,34,35,116,97,103,34,32,114,111,108,101,61,34,116,97,98,34,32,97,114,105,97,45,99,111,110,116,114,111,108,115,61,34,112,114,111,102,105,108,101,34,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,97,114,105,97,45,115,101,108,101,99,116,101,100,61,34,102,97,108,115,101,34,32,116,105,116,108,101,61,34,85,115,101,114,45,100,101,102,105,110,101,100,32,116,97,103,115,34,62,84,97,103,115,60,47,97,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,108,105,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,117,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,116,97,98,45,99,111,110,116,101,110,116,34,32,105,100,61,34,109,121,84,97,98,67,111,110,116,101,110,116,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,116,97,98,45,112,97,110,101,32,102,97,100,101,32,115,104,111,119,32,97,99,116,105,118,101,34,32,105,100,61,34,109,105,109,101,34,32,114,111,108,101,61,34,116,97,98,112,97,110,101,108,34,32,97,114,105,97,45,108,97,98,101,108,108,101,100,98,121,61,34,104,111,109,101,45,116,97,98,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,105,100,61,34,109,105,109,101,84,114,101,101,34,32,99,108,97,115,115,61,34,116,114,101,101,34,62,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,116,97,98,45,112,97,110,101,32,102,97,100,101,34,32,105,100,61,34,116,97,103,34,32,114,111,108,101,61,34,116,97,98,112,97,110,101,108,34,32,97,114,105,97,45,108,97,98,101,108,108,101,100,98,121,61,34,112,114,111,102,105,108,101,45,116,97,98,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,105,100,61,34,116,97,103,84,114,101,101,34,32,99,108,97,115,115,61,34,116,114,101,101,34,62,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,34,32,105,100,61,34,109,111,100,97,108,34,32,116,97,98,105,110,100,101,120,61,34,45,49,34,32,114,111,108,101,61,34,100,105,97,108,111,103,34,32,97,114,105,97,45,108,97,98,101,108,108,101,100,98,121,61,34,109,111,100,97,108,45,116,105,116,108,101,34,32,97,114,105,97,45,104,105,100,100,101,110,61,34,116,114,117,101,34,62,10,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,45,100,105,97,108,111,103,32,109,111,100,97,108,45,108,103,32,109,111,100,97,108,45,100,105,97,108,111,103,45,99,101,110,116,101,114,101,100,34,32,114,111,108,101,61,34,100,111,99,117,109,101,110,116,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,45,99,111,110,116,101,110,116,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,45,104,101,97,100,101,114,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,104,53,32,99,108,97,115,115,61,34,109,111,100,97,108,45,116,105,116,108,101,34,32,105,100,61,34,109,111,100,97,108,45,116,105,116,108,101,34,62,60,47,104,53,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,117,116,116,111,110,32,116,121,112,101,61,34,98,117,116,116,111,110,34,32,99,108,97,115,115,61,34,99,108,111,115,101,34,32,100,97,116,97,45,100,105,115,109,105,115,115,61,34,109,111,100,97,108,34,32,97,114,105,97,45,108,97,98,101,108,61,34,67,108,111,115,101,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,112,97,110,32,97,114,105,97,45,104,105,100,100,101,110,61,34,116,114,117,101,34,62,38,116,105,109,101,115,59,60,47,115,112,97,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,98,117,116,116,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,45,98,111,100,121,34,32,105,100,61,34,109,111,100,97,108,45,98,111,100,121,34,62,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,34,32,105,100,61,34,104,101,108,112,34,32,116,97,98,105,110,100,101,120,61,34,45,49,34,32,114,111,108,101,61,34,100,105,97,108,111,103,34,32,97,114,105,97,45,108,97,98,101,108,108,101,100,98,121,61,34,109,111,100,97,108,45,116,105,116,108,101,34,32,97,114,105,97,45,104,105,100,100,101,110,61,34,116,114,117,101,34,62,10,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,45,100,105,97,108,111,103,32,109,111,100,97,108,45,108,103,32,109,111,100,97,108,45,100,105,97,108,111,103,45,99,101,110,116,101,114,101,100,34,32,114,111,108,101,61,34,100,111,99,117,109,101,110,116,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,45,99,111,110,116,101,110,116,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,45,104,101,97,100,101,114,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,104,53,32,99,108,97,115,115,61,34,109,111,100,97,108,45,116,105,116,108,101,34,62,83,101,97,114,99,104,32,104,101,108,112,60,47,104,53,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,117,116,116,111,110,32,116,121,112,101,61,34,98,117,116,116,111,110,34,32,99,108,97,115,115,61,34,99,108,111,115,101,34,32,100,97,116,97,45,100,105,115,109,105,115,115,61,34,109,111,100,97,108,34,32,97,114,105,97,45,108,97,98,101,108,61,34,67,108,111,115,101,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,112,97,110,32,97,114,105,97,45,104,105,100,100,101,110,61,34,116,114,117,101,34,62,38,116,105,109,101,115,59,60,47,115,112,97,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,98,117,116,116,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,45,98,111,100,121,34,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,97,98,108,101,32,99,108,97,115,115,61,34,116,97,98,108,101,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,98,111,100,121,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,100,62,60,99,111,100,101,62,43,60,47,99,111,100,101,62,60,47,116,100,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,100,62,115,105,103,110,105,102,105,101,115,32,65,78,68,32,111,112,101,114,97,116,105,111,110,60,47,116,100,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,116,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,100,62,60,99,111,100,101,62,124,60,47,99,111,100,101,62,60,47,116,100,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,100,62,115,105,103,110,105,102,105,101,115,32,79,82,32,111,112,101,114,97,116,105,111,110,60,47,116,100,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,116,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,100,62,60,99,111,100,101,62,45,60,47,99,111,100,101,62,60,47,116,100,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,100,62,110,101,103,97,116,101,115,32,97,32,115,105,110,103,108,101,32,116,111,107,101,110,60,47,116,100,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,116,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,100,62,60,99,111,100,101,62,34,34,60,47,99,111,100,101,62,60,47,116,100,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,100,62,119,114,97,112,115,32,97,32,110,117,109,98,101,114,32,111,102,32,116,111,107,101,110,115,32,116,111,32,115,105,103,110,105,102,121,32,97,32,112,104,114,97,115,101,32,102,111,114,32,115,101,97,114,99,104,105,110,103,60,47,116,100,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,116,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,100,62,60,99,111,100,101,62,42,60,47,99,111,100,101,62,60,47,116,100,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,100,62,97,116,32,116,104,101,32,101,110,100,32,111,102,32,97,32,116,101,114,109,32,115,105,103,110,105,102,105,101,115,32,97,32,112,114,101,102,105,120,32,113,117,101,114,121,60,47,116,100,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,116,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,100,62,60,99,111,100,101,62,40,60,47,99,111,100,101,62,32,97,110,100,32,60,99,111,100,101,62,41,60,47,99,111,100,101,62,60,47,116,100,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,100,62,115,105,103,110,105,102,121,32,112,114,101,99,101,100,101,110,99,101,60,47,116,100,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,116,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,100,62,60,99,111,100,101,62,126,78,60,47,99,111,100,101,62,60,47,116,100,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,100,62,97,102,116,101,114,32,97,32,119,111,114,100,32,115,105,103,110,105,102,105,101,115,32,101,100,105,116,32,100,105,115,116,97,110,99,101,32,40,102,117,122,122,105,110,101,115,115,41,60,47,116,100,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,116,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,100,62,60,99,111,100,101,62,126,78,60,47,99,111,100,101,62,60,47,116,100,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,100,62,97,102,116,101,114,32,97,32,112,104,114,97,115,101,32,115,105,103,110,105,102,105,101,115,32,115,108,111,112,32,97,109,111,117,110,116,60,47,116,100,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,116,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,116,98,111,100,121,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,116,97,98,108,101,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,112,62,70,111,114,32,101,120,97,109,112,108,101,58,32,60,99,111,100,101,62,34,102,114,105,101,100,32,101,103,103,115,34,32,43,40,101,103,103,112,108,97,110,116,32,124,32,112,111,116,97,116,111,41,32,45,102,114,105,116,116,97,116,97,60,47,99,111,100,101,62,32,119,105,108,108,32,109,97,116,99,104,32,116,104,101,32,112,104,114,97,115,101,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,105,62,102,114,105,101,100,32,101,103,103,115,60,47,105,62,32,97,110,100,32,101,105,116,104,101,114,32,60,105,62,101,103,103,112,108,97,110,116,60,47,105,62,32,111,114,32,60,105,62,112,111,116,97,116,111,60,47,105,62,44,32,98,117,116,32,119,105,108,108,32,105,103,110,111,114,101,32,114,101,115,117,108,116,115,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,99,111,110,116,97,105,110,105,110,103,32,60,105,62,102,114,105,116,116,97,116,97,60,47,105,62,46,60,47,112,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,112,62,87,104,101,110,32,110,101,105,116,104,101,114,32,60,99,111,100,101,62,43,60,47,99,111,100,101,62,32,111,114,32,60,99,111,100,101,62,124,60,47,99,111,100,101,62,32,105,115,32,115,112,101,99,105,102,105,101,100,44,32,116,104,101,32,100,101,102,97,117,108,116,32,111,112,101,114,97,116,111,114,32,105,115,32,60,99,111,100,101,62,43,60,47,99,111,100,101,62,32,40,97,110,100,41,46,60,47,112,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,112,62,87,104,101,110,32,116,104,101,32,60,98,62,70,117,122,122,121,60,47,98,62,32,111,112,116,105,111,110,32,105,115,32,99,104,101,99,107,101,100,44,32,112,97,114,116,105,97,108,32,109,97,116,99,104,101,115,32,97,114,101,32,97,108,115,111,32,114,101,116,117,114,110,101,100,46,60,47,112,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,112,62,70,111,114,32,109,111,114,101,32,105,110,102,111,114,109,97,116,105,111,110,44,32,115,101,101,32,60,97,32,116,97,114,103,101,116,61,34,95,98,108,97,110,107,34,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,104,114,101,102,61,34,47,47,119,119,119,46,101,108,97,115,116,105,99,46,99,111,47,103,117,105,100,101,47,101,110,47,101,108,97,115,116,105,99,115,101,97,114,99,104,47,114,101,102,101,114,101,110,99,101,47,99,117,114,114,101,110,116,47,113,117,101,114,121,45,100,115,108,45,115,105,109,112,108,101,45,113,117,101,114,121,45,115,116,114,105,110,103,45,113,117,101,114,121,46,104,116,109,108,34,62,69,108,97,115,116,105,99,115,101,97,114,99,104,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,100,111,99,117,109,101,110,116,97,116,105,111,110,60,47,97,62,60,47,112,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,34,32,105,100,61,34,115,101,116,116,105,110,103,115,34,32,116,97,98,105,110,100,101,120,61,34,45,49,34,32,114,111,108,101,61,34,100,105,97,108,111,103,34,32,97,114,105,97,45,108,97,98,101,108,108,101,100,98,121,61,34,109,111,100,97,108,45,116,105,116,108,101,34,32,97,114,105,97,45,104,105,100,100,101,110,61,34,116,114,117,101,34,62,10,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,45,100,105,97,108,111,103,32,109,111,100,97,108,45,100,105,97,108,111,103,45,99,101,110,116,101,114,101,100,34,32,114,111,108,101,61,34,100,111,99,117,109,101,110,116,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,45,99,111,110,116,101,110,116,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,45,104,101,97,100,101,114,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,104,53,32,99,108,97,115,115,61,34,109,111,100,97,108,45,116,105,116,108,101,34,62,83,101,116,116,105,110,103,115,60,47,104,53,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,117,116,116,111,110,32,116,121,112,101,61,34,98,117,116,116,111,110,34,32,99,108,97,115,115,61,34,99,108,111,115,101,34,32,100,97,116,97,45,100,105,115,109,105,115,115,61,34,109,111,100,97,108,34,32,97,114,105,97,45,108,97,98,101,108,61,34,67,108,111,115,101,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,112,97,110,32,97,114,105,97,45,104,105,100,100,101,110,61,34,116,114,117,101,34,62,38,116,105,109,101,115,59,60,47,115,112,97,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,98,117,116,116,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,45,98,111,100,121,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,32,99,117,115,116,111,109,45,99,104,101,99,107,98,111,120,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,105,110,112,117,116,32,116,121,112,101,61,34,99,104,101,99,107,98,111,120,34,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,34,32,105,100,61,34,115,101,116,116,105,110,103,72,105,103,104,108,105,103,104,116,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,34,32,102,111,114,61,34,115,101,116,116,105,110,103,72,105,103,104,108,105,103,104,116,34,62,69,110,97,98,108,101,32,104,105,103,104,108,105,103,104,116,105,110,103,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,32,99,117,115,116,111,109,45,99,104,101,99,107,98,111,120,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,105,110,112,117,116,32,116,121,112,101,61,34,99,104,101,99,107,98,111,120,34,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,34,32,105,100,61,34,115,101,116,116,105,110,103,70,117,122,122,121,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,34,32,102,111,114,61,34,115,101,116,116,105,110,103,70,117,122,122,121,34,62,83,101,116,32,102,117,122,122,121,32,115,101,97,114,99,104,32,98,121,32,100,101,102,97,117,108,116,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,32,99,117,115,116,111,109,45,99,104,101,99,107,98,111,120,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,105,110,112,117,116,32,116,121,112,101,61,34,99,104,101,99,107,98,111,120,34,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,34,32,105,100,61,34,115,101,116,116,105,110,103,83,101,97,114,99,104,73,110,80,97,116,104,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,34,32,102,111,114,61,34,115,101,116,116,105,110,103,83,101,97,114,99,104,73,110,80,97,116,104,34,62,69,110,97,98,108,101,32,109,97,116,99,104,105,110,103,32,113,117,101,114,121,32,97,103,97,105,110,115,116,32,100,111,99,117,109,101,110,116,32,112,97,116,104,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,32,99,117,115,116,111,109,45,99,104,101,99,107,98,111,120,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,105,110,112,117,116,32,116,121,112,101,61,34,99,104,101,99,107,98,111,120,34,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,34,32,105,100,61,34,115,101,116,116,105,110,103,83,117,103,103,101,115,116,80,97,116,104,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,34,32,102,111,114,61,34,115,101,116,116,105,110,103,83,117,103,103,101,115,116,80,97,116,104,34,62,69,110,97,98,108,101,32,97,117,116,111,45,99,111,109,112,108,101,116,101,32,105,110,32,112,97,116,104,32,102,105,108,116,101,114,32,98,97,114,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,32,102,111,114,61,34,115,101,116,116,105,110,103,68,105,115,112,108,97,121,34,62,68,105,115,112,108,97,121,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,101,108,101,99,116,32,105,100,61,34,115,101,116,116,105,110,103,68,105,115,112,108,97,121,34,32,99,108,97,115,115,61,34,102,111,114,109,45,99,111,110,116,114,111,108,32,102,111,114,109,45,99,111,110,116,114,111,108,45,115,109,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,103,114,105,100,34,62,71,114,105,100,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,108,105,115,116,34,62,76,105,115,116,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,115,101,108,101,99,116,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,104,114,47,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,104,52,62,83,116,97,116,115,60,47,104,52,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,102,111,114,109,45,103,114,111,117,112,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,32,102,111,114,61,34,115,101,116,116,105,110,103,84,114,101,101,109,97,112,84,121,112,101,34,62,84,114,101,101,109,97,112,32,116,121,112,101,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,101,108,101,99,116,32,105,100,61,34,115,101,116,116,105,110,103,84,114,101,101,109,97,112,84,121,112,101,34,32,99,108,97,115,115,61,34,102,111,114,109,45,99,111,110,116,114,111,108,32,102,111,114,109,45,99,111,110,116,114,111,108,45,115,109,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,99,97,115,99,97,100,101,100,34,62,67,97,115,99,97,100,101,100,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,102,108,97,116,34,62,70,108,97,116,32,40,99,111,109,112,97,99,116,41,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,115,101,108,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,102,111,114,109,45,103,114,111,117,112,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,32,102,111,114,61,34,115,101,116,116,105,110,103,84,114,101,101,109,97,112,84,105,108,105,110,103,34,62,84,114,101,101,109,97,112,32,116,105,108,105,110,103,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,101,108,101,99,116,32,105,100,61,34,115,101,116,116,105,110,103,84,114,101,101,109,97,112,84,105,108,105,110,103,34,32,99,108,97,115,115,61,34,102,111,114,109,45,99,111,110,116,114,111,108,32,102,111,114,109,45,99,111,110,116,114,111,108,45,115,109,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,98,105,110,97,114,121,34,62,66,105,110,97,114,121,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,115,113,117,97,114,105,102,121,34,62,83,113,117,97,114,105,102,121,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,115,108,105,99,101,34,62,83,108,105,99,101,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,100,105,99,101,34,62,68,105,99,101,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,115,108,105,99,101,68,105,99,101,34,62,83,108,105,100,101,32,38,32,68,105,99,101,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,115,101,108,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,102,111,114,109,45,103,114,111,117,112,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,32,102,111,114,61,34,115,101,116,116,105,110,103,84,114,101,101,109,97,112,71,114,111,117,112,105,110,103,68,101,112,116,104,34,62,84,114,101,101,109,97,112,32,99,111,108,111,114,32,103,114,111,117,112,105,110,103,32,100,101,112,116,104,32,40,102,108,97,116,41,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,105,110,112,117,116,32,116,121,112,101,61,34,110,117,109,98,101,114,34,32,99,108,97,115,115,61,34,102,111,114,109,45,99,111,110,116,114,111,108,34,32,105,100,61,34,115,101,116,116,105,110,103,84,114,101,101,109,97,112,71,114,111,117,112,105,110,103,68,101,112,116,104,34,32,109,105,110,61,34,49,34,32,109,97,120,61,34,49,48,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,102,111,114,109,45,103,114,111,117,112,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,32,102,111,114,61,34,115,101,116,116,105,110,103,84,114,101,101,109,97,112,67,111,108,111,114,34,62,84,114,101,101,109,97,112,32,99,111,108,111,114,32,40,99,97,115,99,97,100,101,100,41,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,101,108,101,99,116,32,105,100,61,34,115,101,116,116,105,110,103,84,114,101,101,109,97,112,67,111,108,111,114,34,32,99,108,97,115,115,61,34,102,111,114,109,45,99,111,110,116,114,111,108,32,102,111,114,109,45,99,111,110,116,114,111,108,45,115,109,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,80,117,66,117,71,110,34,62,80,117,114,112,108,101,45,66,108,117,101,45,71,114,101,101,110,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,80,117,82,100,34,62,80,117,114,112,108,101,45,82,101,100,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,80,117,66,117,34,62,80,117,114,112,108,101,45,66,108,117,101,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,89,108,79,114,66,114,34,62,89,101,108,108,111,119,45,79,114,97,110,103,101,45,66,114,111,119,110,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,89,108,79,114,82,100,34,62,89,101,108,108,111,119,45,79,114,97,110,103,101,45,82,101,100,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,89,108,71,110,34,62,89,101,108,108,111,119,45,71,114,101,101,110,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,89,108,71,110,66,117,34,62,89,101,108,108,111,119,45,71,114,101,101,110,45,66,108,117,101,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,80,108,97,115,109,97,34,62,80,108,97,115,109,97,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,77,97,103,109,97,34,62,77,97,103,109,97,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,73,110,102,101,114,110,111,34,62,73,110,102,101,114,110,111,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,86,105,114,105,100,105,115,34,62,86,105,114,105,100,105,115,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,84,117,114,98,111,34,62,84,117,114,98,111,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,115,101,108,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,102,111,114,109,45,103,114,111,117,112,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,32,102,111,114,61,34,115,101,116,116,105,110,103,84,114,101,101,109,97,112,83,105,122,101,34,62,84,114,101,101,109,97,112,32,115,105,122,101,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,101,108,101,99,116,32,105,100,61,34,115,101,116,116,105,110,103,84,114,101,101,109,97,112,83,105,122,101,34,32,99,108,97,115,115,61,34,102,111,114,109,45,99,111,110,116,114,111,108,32,102,111,114,109,45,99,111,110,116,114,111,108,45,115,109,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,115,109,97,108,108,34,62,83,109,97,108,108,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,109,101,100,105,117,109,34,62,77,101,100,105,117,109,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,108,97,114,103,101,34,62,76,97,114,103,101,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,120,45,108,97,114,103,101,34,62,88,45,76,97,114,103,101,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,120,120,45,108,97,114,103,101,34,62,88,88,45,76,97,114,103,101,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,115,101,108,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,117,116,116,111,110,32,99,108,97,115,115,61,34,98,116,110,32,98,116,110,45,112,114,105,109,97,114,121,32,109,108,45,97,117,116,111,34,32,111,110,99,108,105,99,107,61,34,117,112,100,97,116,101,83,101,116,116,105,110,103,115,40,41,34,62,85,112,100,97,116,101,32,115,101,116,116,105,110,103,115,60,47,98,117,116,116,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,34,32,105,100,61,34,112,97,116,104,84,114,101,101,77,111,100,97,108,34,32,116,97,98,105,110,100,101,120,61,34,45,49,34,32,114,111,108,101,61,34,100,105,97,108,111,103,34,32,97,114,105,97,45,108,97,98,101,108,108,101,100,98,121,61,34,109,111,100,97,108,45,116,105,116,108,101,34,32,97,114,105,97,45,104,105,100,100,101,110,61,34,116,114,117,101,34,62,10,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,45,100,105,97,108,111,103,32,109,111,100,97,108,45,108,103,34,32,114,111,108,101,61,34,100,111,99,117,109,101,110,116,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,45,99,111,110,116,101,110,116,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,45,104,101,97,100,101,114,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,104,53,32,99,108,97,115,115,61,34,109,111,100,97,108,45,116,105,116,108,101,34,62,83,101,108,101,99,116,32,112,97,116,104,60,47,104,53,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,117,116,116,111,110,32,116,121,112,101,61,34,98,117,116,116,111,110,34,32,99,108,97,115,115,61,34,99,108,111,115,101,34,32,100,97,116,97,45,100,105,115,109,105,115,115,61,34,109,111,100,97,108,34,32,97,114,105,97,45,108,97,98,101,108,61,34,67,108,111,115,101,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,112,97,110,32,97,114,105,97,45,104,105,100,100,101,110,61,34,116,114,117,101,34,62,38,116,105,109,101,115,59,60,47,115,112,97,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,98,117,116,116,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,45,98,111,100,121,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,105,100,61,34,112,97,116,104,84,114,101,101,34,32,99,108,97,115,115,61,34,116,114,101,101,34,62,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,60,100,105,118,32,105,100,61,34,115,101,97,114,99,104,82,101,115,117,108,116,115,34,62,60,47,100,105,118,62,10,60,47,100,105,118,62,10,10,60,115,99,114,105,112,116,32,115,114,99,61,34,106,115,108,105,98,34,32,116,121,112,101,61,34,116,101,120,116,47,106,97,118,97,115,99,114,105,112,116,34,62,60,47,115,99,114,105,112,116,62,10,60,115,99,114,105,112,116,32,115,114,99,61,34,106,115,115,101,97,114,99,104,34,32,116,121,112,101,61,34,116,101,120,116,47,106,97,118,97,115,99,114,105,112,116,34,62,60,47,115,99,114,105,112,116,62,10,60,47,98,111,100,121,62,10,60,47,104,116,109,108,62,10}; -char stats_html[25859] = {60,33,68,79,67,84,89,80,69,32,104,116,109,108,62,10,60,104,116,109,108,32,108,97,110,103,61,34,101,110,34,62,10,60,104,101,97,100,62,10,32,32,32,32,60,109,101,116,97,32,99,104,97,114,115,101,116,61,34,117,116,102,45,56,34,62,10,32,32,32,32,60,116,105,116,108,101,62,115,105,115,116,50,32,45,32,83,116,97,116,115,60,47,116,105,116,108,101,62,10,32,32,32,32,60,109,101,116,97,32,110,97,109,101,61,39,118,105,101,119,112,111,114,116,39,32,99,111,110,116,101,110,116,61,39,119,105,100,116,104,61,100,101,118,105,99,101,45,119,105,100,116,104,44,32,105,110,105,116,105,97,108,45,115,99,97,108,101,61,49,46,48,44,32,109,97,120,105,109,117,109,45,115,99,97,108,101,61,49,46,48,44,32,117,115,101,114,45,115,99,97,108,97,98,108,101,61,110,111,39,47,62,10,32,32,32,32,60,108,105,110,107,32,104,114,101,102,61,34,99,115,115,34,32,114,101,108,61,34,115,116,121,108,101,115,104,101,101,116,34,32,116,121,112,101,61,34,116,101,120,116,47,99,115,115,34,62,10,60,47,104,101,97,100,62,10,60,98,111,100,121,62,10,10,60,110,97,118,32,99,108,97,115,115,61,34,110,97,118,98,97,114,32,110,97,118,98,97,114,45,101,120,112,97,110,100,45,108,103,34,62,10,32,32,32,32,60,97,32,99,108,97,115,115,61,34,110,97,118,98,97,114,45,98,114,97,110,100,34,32,104,114,101,102,61,34,47,34,62,115,105,115,116,50,60,47,97,62,10,32,32,32,32,60,115,112,97,110,32,99,108,97,115,115,61,34,98,97,100,103,101,32,98,97,100,103,101,45,112,105,108,108,32,118,101,114,115,105,111,110,34,62,50,46,52,46,48,60,47,115,112,97,110,62,10,32,32,32,32,60,115,112,97,110,32,99,108,97,115,115,61,34,116,97,103,108,105,110,101,34,62,76,105,103,104,116,110,105,110,103,45,102,97,115,116,32,102,105,108,101,32,115,121,115,116,101,109,32,105,110,100,101,120,101,114,32,97,110,100,32,115,101,97,114,99,104,32,116,111,111,108,32,60,47,115,112,97,110,62,10,32,32,32,32,60,97,32,115,116,121,108,101,61,34,109,97,114,103,105,110,45,108,101,102,116,58,32,97,117,116,111,34,32,99,108,97,115,115,61,34,98,116,110,34,32,104,114,101,102,61,34,47,34,62,66,97,99,107,60,47,97,62,10,32,32,32,32,60,98,117,116,116,111,110,32,99,108,97,115,115,61,34,98,116,110,34,32,116,121,112,101,61,34,98,117,116,116,111,110,34,32,100,97,116,97,45,116,111,103,103,108,101,61,34,109,111,100,97,108,34,32,100,97,116,97,45,116,97,114,103,101,116,61,34,35,115,101,116,116,105,110,103,115,34,10,32,32,32,32,32,32,32,32,32,32,32,32,111,110,99,108,105,99,107,61,34,108,111,97,100,83,101,116,116,105,110,103,115,40,41,34,62,83,101,116,116,105,110,103,115,10,32,32,32,32,60,47,98,117,116,116,111,110,62,10,32,32,32,32,60,98,117,116,116,111,110,32,99,108,97,115,115,61,34,98,116,110,34,32,116,105,116,108,101,61,34,84,111,103,103,108,101,32,116,104,101,109,101,34,32,111,110,99,108,105,99,107,61,34,116,111,103,103,108,101,84,104,101,109,101,40,41,34,62,84,104,101,109,101,60,47,98,117,116,116,111,110,62,10,60,47,110,97,118,62,10,10,60,100,105,118,32,99,108,97,115,115,61,34,99,111,110,116,97,105,110,101,114,32,112,98,45,51,34,62,10,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,99,97,114,100,34,62,10,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,99,97,114,100,45,98,111,100,121,34,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,32,102,111,114,61,34,105,110,100,105,99,101,115,34,62,73,110,100,101,120,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,115,101,108,101,99,116,32,105,100,61,34,105,110,100,105,99,101,115,34,32,111,110,99,104,97,110,103,101,61,34,117,112,100,97,116,101,83,116,97,116,115,40,41,34,62,60,47,115,101,108,101,99,116,62,10,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,60,100,105,118,32,105,100,61,34,116,114,101,101,109,97,112,45,99,97,114,100,34,32,99,108,97,115,115,61,34,115,116,97,116,115,45,99,97,114,100,34,62,10,32,32,32,32,32,32,32,32,60,98,117,116,116,111,110,32,99,108,97,115,115,61,34,98,116,110,32,115,116,97,116,115,45,98,116,110,34,32,111,110,99,108,105,99,107,61,34,102,117,108,108,83,99,114,101,101,110,40,39,116,114,101,101,109,97,112,45,99,97,114,100,39,41,34,62,69,110,108,97,114,103,101,60,47,98,117,116,116,111,110,62,10,32,32,32,32,32,32,32,32,60,98,117,116,116,111,110,32,99,108,97,115,115,61,34,98,116,110,32,115,116,97,116,115,45,98,116,110,34,32,111,110,99,108,105,99,107,61,34,101,120,112,111,114,116,84,114,101,101,109,97,112,40,41,34,62,69,120,112,111,114,116,60,47,98,117,116,116,111,110,62,10,32,32,32,32,32,32,32,32,60,115,118,103,32,105,100,61,34,116,114,101,101,109,97,112,34,62,60,47,115,118,103,62,10,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,60,100,105,118,32,105,100,61,34,103,114,97,112,104,115,45,99,97,114,100,34,32,99,108,97,115,115,61,34,115,116,97,116,115,45,99,97,114,100,34,62,10,32,32,32,32,32,32,32,32,60,98,117,116,116,111,110,32,99,108,97,115,115,61,34,98,116,110,32,115,116,97,116,115,45,98,116,110,34,32,111,110,99,108,105,99,107,61,34,102,117,108,108,83,99,114,101,101,110,40,39,103,114,97,112,104,115,45,99,97,114,100,39,41,34,62,69,110,108,97,114,103,101,60,47,98,117,116,116,111,110,62,10,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,103,114,97,112,104,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,115,118,103,32,105,100,61,34,97,103,103,95,109,105,109,101,95,115,105,122,101,34,62,60,47,115,118,103,62,10,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,103,114,97,112,104,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,115,118,103,32,105,100,61,34,97,103,103,95,109,105,109,101,95,99,111,117,110,116,34,62,60,47,115,118,103,62,10,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,103,114,97,112,104,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,115,118,103,32,105,100,61,34,100,97,116,101,95,104,105,115,116,111,103,114,97,109,34,62,60,47,115,118,103,62,10,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,103,114,97,112,104,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,115,118,103,32,105,100,61,34,115,105,122,101,95,104,105,115,116,111,103,114,97,109,34,62,60,47,115,118,103,62,10,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,60,47,100,105,118,62,10,60,47,100,105,118,62,10,10,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,34,32,105,100,61,34,115,101,116,116,105,110,103,115,34,32,116,97,98,105,110,100,101,120,61,34,45,49,34,32,114,111,108,101,61,34,100,105,97,108,111,103,34,32,97,114,105,97,45,108,97,98,101,108,108,101,100,98,121,61,34,109,111,100,97,108,45,116,105,116,108,101,34,32,97,114,105,97,45,104,105,100,100,101,110,61,34,116,114,117,101,34,62,10,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,45,100,105,97,108,111,103,32,109,111,100,97,108,45,100,105,97,108,111,103,45,99,101,110,116,101,114,101,100,34,32,114,111,108,101,61,34,100,111,99,117,109,101,110,116,34,62,10,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,45,99,111,110,116,101,110,116,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,45,104,101,97,100,101,114,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,104,53,32,99,108,97,115,115,61,34,109,111,100,97,108,45,116,105,116,108,101,34,62,83,101,116,116,105,110,103,115,60,47,104,53,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,117,116,116,111,110,32,116,121,112,101,61,34,98,117,116,116,111,110,34,32,99,108,97,115,115,61,34,99,108,111,115,101,34,32,100,97,116,97,45,100,105,115,109,105,115,115,61,34,109,111,100,97,108,34,32,97,114,105,97,45,108,97,98,101,108,61,34,67,108,111,115,101,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,112,97,110,32,97,114,105,97,45,104,105,100,100,101,110,61,34,116,114,117,101,34,62,38,116,105,109,101,115,59,60,47,115,112,97,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,98,117,116,116,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,45,98,111,100,121,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,32,99,117,115,116,111,109,45,99,104,101,99,107,98,111,120,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,105,110,112,117,116,32,116,121,112,101,61,34,99,104,101,99,107,98,111,120,34,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,34,32,105,100,61,34,115,101,116,116,105,110,103,72,105,103,104,108,105,103,104,116,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,34,32,102,111,114,61,34,115,101,116,116,105,110,103,72,105,103,104,108,105,103,104,116,34,62,69,110,97,98,108,101,32,104,105,103,104,108,105,103,104,116,105,110,103,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,32,99,117,115,116,111,109,45,99,104,101,99,107,98,111,120,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,105,110,112,117,116,32,116,121,112,101,61,34,99,104,101,99,107,98,111,120,34,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,34,32,105,100,61,34,115,101,116,116,105,110,103,70,117,122,122,121,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,34,32,102,111,114,61,34,115,101,116,116,105,110,103,70,117,122,122,121,34,62,83,101,116,32,102,117,122,122,121,32,115,101,97,114,99,104,32,98,121,32,100,101,102,97,117,108,116,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,32,99,117,115,116,111,109,45,99,104,101,99,107,98,111,120,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,105,110,112,117,116,32,116,121,112,101,61,34,99,104,101,99,107,98,111,120,34,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,34,32,105,100,61,34,115,101,116,116,105,110,103,83,117,103,103,101,115,116,80,97,116,104,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,34,32,102,111,114,61,34,115,101,116,116,105,110,103,83,117,103,103,101,115,116,80,97,116,104,34,62,69,110,97,98,108,101,32,97,117,116,111,45,99,111,109,112,108,101,116,101,32,105,110,32,112,97,116,104,32,102,105,108,116,101,114,32,98,97,114,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,32,99,117,115,116,111,109,45,99,104,101,99,107,98,111,120,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,105,110,112,117,116,32,116,121,112,101,61,34,99,104,101,99,107,98,111,120,34,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,34,32,105,100,61,34,115,101,116,116,105,110,103,83,101,97,114,99,104,73,110,80,97,116,104,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,34,32,102,111,114,61,34,115,101,116,116,105,110,103,83,101,97,114,99,104,73,110,80,97,116,104,34,62,69,110,97,98,108,101,32,109,97,116,99,104,105,110,103,32,113,117,101,114,121,32,97,103,97,105,110,115,116,32,100,111,99,117,109,101,110,116,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,112,97,116,104,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,32,102,111,114,61,34,115,101,116,116,105,110,103,68,105,115,112,108,97,121,34,62,68,105,115,112,108,97,121,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,101,108,101,99,116,32,105,100,61,34,115,101,116,116,105,110,103,68,105,115,112,108,97,121,34,32,99,108,97,115,115,61,34,102,111,114,109,45,99,111,110,116,114,111,108,32,102,111,114,109,45,99,111,110,116,114,111,108,45,115,109,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,103,114,105,100,34,62,71,114,105,100,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,108,105,115,116,34,62,76,105,115,116,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,115,101,108,101,99,116,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,104,114,47,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,104,52,62,83,116,97,116,115,60,47,104,52,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,102,111,114,109,45,103,114,111,117,112,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,32,102,111,114,61,34,115,101,116,116,105,110,103,84,114,101,101,109,97,112,84,121,112,101,34,62,84,114,101,101,109,97,112,32,116,121,112,101,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,101,108,101,99,116,32,105,100,61,34,115,101,116,116,105,110,103,84,114,101,101,109,97,112,84,121,112,101,34,32,99,108,97,115,115,61,34,102,111,114,109,45,99,111,110,116,114,111,108,32,102,111,114,109,45,99,111,110,116,114,111,108,45,115,109,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,99,97,115,99,97,100,101,100,34,62,67,97,115,99,97,100,101,100,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,102,108,97,116,34,62,70,108,97,116,32,40,99,111,109,112,97,99,116,41,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,115,101,108,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,102,111,114,109,45,103,114,111,117,112,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,32,102,111,114,61,34,115,101,116,116,105,110,103,84,114,101,101,109,97,112,84,105,108,105,110,103,34,62,84,114,101,101,109,97,112,32,116,105,108,105,110,103,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,101,108,101,99,116,32,105,100,61,34,115,101,116,116,105,110,103,84,114,101,101,109,97,112,84,105,108,105,110,103,34,32,99,108,97,115,115,61,34,102,111,114,109,45,99,111,110,116,114,111,108,32,102,111,114,109,45,99,111,110,116,114,111,108,45,115,109,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,98,105,110,97,114,121,34,62,66,105,110,97,114,121,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,115,113,117,97,114,105,102,121,34,62,83,113,117,97,114,105,102,121,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,115,108,105,99,101,34,62,83,108,105,99,101,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,100,105,99,101,34,62,68,105,99,101,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,115,108,105,99,101,68,105,99,101,34,62,83,108,105,100,101,32,38,32,68,105,99,101,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,115,101,108,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,102,111,114,109,45,103,114,111,117,112,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,32,102,111,114,61,34,115,101,116,116,105,110,103,84,114,101,101,109,97,112,71,114,111,117,112,105,110,103,68,101,112,116,104,34,62,84,114,101,101,109,97,112,32,99,111,108,111,114,32,103,114,111,117,112,105,110,103,32,100,101,112,116,104,32,40,102,108,97,116,41,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,105,110,112,117,116,32,116,121,112,101,61,34,110,117,109,98,101,114,34,32,99,108,97,115,115,61,34,102,111,114,109,45,99,111,110,116,114,111,108,34,32,105,100,61,34,115,101,116,116,105,110,103,84,114,101,101,109,97,112,71,114,111,117,112,105,110,103,68,101,112,116,104,34,32,109,105,110,61,34,49,34,32,109,97,120,61,34,49,48,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,102,111,114,109,45,103,114,111,117,112,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,32,102,111,114,61,34,115,101,116,116,105,110,103,84,114,101,101,109,97,112,67,111,108,111,114,34,62,84,114,101,101,109,97,112,32,99,111,108,111,114,32,40,99,97,115,99,97,100,101,100,41,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,101,108,101,99,116,32,105,100,61,34,115,101,116,116,105,110,103,84,114,101,101,109,97,112,67,111,108,111,114,34,32,99,108,97,115,115,61,34,102,111,114,109,45,99,111,110,116,114,111,108,32,102,111,114,109,45,99,111,110,116,114,111,108,45,115,109,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,80,117,66,117,71,110,34,62,80,117,114,112,108,101,45,66,108,117,101,45,71,114,101,101,110,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,80,117,82,100,34,62,80,117,114,112,108,101,45,82,101,100,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,80,117,66,117,34,62,80,117,114,112,108,101,45,66,108,117,101,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,89,108,79,114,66,114,34,62,89,101,108,108,111,119,45,79,114,97,110,103,101,45,66,114,111,119,110,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,89,108,79,114,82,100,34,62,89,101,108,108,111,119,45,79,114,97,110,103,101,45,82,101,100,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,89,108,71,110,34,62,89,101,108,108,111,119,45,71,114,101,101,110,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,89,108,71,110,66,117,34,62,89,101,108,108,111,119,45,71,114,101,101,110,45,66,108,117,101,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,80,108,97,115,109,97,34,62,80,108,97,115,109,97,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,77,97,103,109,97,34,62,77,97,103,109,97,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,73,110,102,101,114,110,111,34,62,73,110,102,101,114,110,111,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,86,105,114,105,100,105,115,34,62,86,105,114,105,100,105,115,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,84,117,114,98,111,34,62,84,117,114,98,111,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,115,101,108,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,102,111,114,109,45,103,114,111,117,112,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,32,102,111,114,61,34,115,101,116,116,105,110,103,84,114,101,101,109,97,112,83,105,122,101,34,62,84,114,101,101,109,97,112,32,115,105,122,101,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,101,108,101,99,116,32,105,100,61,34,115,101,116,116,105,110,103,84,114,101,101,109,97,112,83,105,122,101,34,32,99,108,97,115,115,61,34,102,111,114,109,45,99,111,110,116,114,111,108,32,102,111,114,109,45,99,111,110,116,114,111,108,45,115,109,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,115,109,97,108,108,34,62,83,109,97,108,108,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,109,101,100,105,117,109,34,62,77,101,100,105,117,109,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,108,97,114,103,101,34,62,76,97,114,103,101,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,120,45,108,97,114,103,101,34,62,88,45,76,97,114,103,101,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,120,120,45,108,97,114,103,101,34,62,88,88,45,76,97,114,103,101,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,115,101,108,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,117,116,116,111,110,32,99,108,97,115,115,61,34,98,116,110,32,98,116,110,45,112,114,105,109,97,114,121,32,102,108,111,97,116,45,114,105,103,104,116,34,32,111,110,99,108,105,99,107,61,34,117,112,100,97,116,101,83,101,116,116,105,110,103,115,40,41,34,62,85,112,100,97,116,101,32,115,101,116,116,105,110,103,115,60,47,98,117,116,116,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,60,47,100,105,118,62,10,60,47,100,105,118,62,10,10,60,115,99,114,105,112,116,32,115,114,99,61,34,106,115,108,105,98,34,32,116,121,112,101,61,34,116,101,120,116,47,106,97,118,97,115,99,114,105,112,116,34,62,60,47,115,99,114,105,112,116,62,10,60,115,99,114,105,112,116,62,10,108,101,116,32,119,105,100,116,104,59,10,108,101,116,32,104,101,105,103,104,116,59,10,108,101,116,32,105,110,100,101,120,77,97,112,32,61,32,123,125,59,10,10,99,111,110,115,116,32,98,97,114,72,101,105,103,104,116,32,61,32,50,48,59,10,99,111,110,115,116,32,111,114,100,105,110,97,108,67,111,108,111,114,32,61,32,100,51,46,115,99,97,108,101,79,114,100,105,110,97,108,40,100,51,46,115,99,104,101,109,101,67,97,116,101,103,111,114,121,49,48,41,59,10,10,99,111,110,115,116,32,102,111,114,109,97,116,83,73,32,61,32,100,51,46,102,111,114,109,97,116,40,34,126,115,34,41,59,10,10,10,99,111,110,115,116,32,84,73,76,73,78,71,95,77,79,68,69,83,32,61,32,123,10,32,32,32,32,34,115,113,117,97,114,105,102,121,34,58,32,100,51,46,116,114,101,101,109,97,112,83,113,117,97,114,105,102,121,44,10,32,32,32,32,34,98,105,110,97,114,121,34,58,32,100,51,46,116,114,101,101,109,97,112,66,105,110,97,114,121,44,10,32,32,32,32,34,115,108,105,99,101,68,105,99,101,34,58,32,100,51,46,116,114,101,101,109,97,112,83,108,105,99,101,68,105,99,101,44,10,32,32,32,32,34,115,108,105,99,101,34,58,32,100,51,46,116,114,101,101,109,97,112,83,108,105,99,101,44,10,32,32,32,32,34,100,105,99,101,34,58,32,100,51,46,116,114,101,101,109,97,112,68,105,99,101,44,10,125,59,10,10,99,111,110,115,116,32,67,79,76,79,82,83,32,61,32,123,10,32,32,32,32,34,80,117,66,117,71,110,34,58,32,100,51,46,105,110,116,101,114,112,111,108,97,116,101,80,117,66,117,71,110,44,10,32,32,32,32,34,80,117,82,100,34,58,32,100,51,46,105,110,116,101,114,112,111,108,97,116,101,80,117,82,100,44,10,32,32,32,32,34,80,117,66,117,34,58,32,100,51,46,105,110,116,101,114,112,111,108,97,116,101,80,117,66,117,44,10,32,32,32,32,34,89,108,79,114,66,114,34,58,32,100,51,46,105,110,116,101,114,112,111,108,97,116,101,89,108,79,114,66,114,44,10,32,32,32,32,34,89,108,79,114,82,100,34,58,32,100,51,46,105,110,116,101,114,112,111,108,97,116,101,89,108,79,114,82,100,44,10,32,32,32,32,34,89,108,71,110,34,58,32,100,51,46,105,110,116,101,114,112,111,108,97,116,101,89,108,71,110,44,10,32,32,32,32,34,89,108,71,110,66,117,34,58,32,100,51,46,105,110,116,101,114,112,111,108,97,116,101,89,108,71,110,66,117,44,10,32,32,32,32,34,80,108,97,115,109,97,34,58,32,100,51,46,105,110,116,101,114,112,111,108,97,116,101,80,108,97,115,109,97,44,10,32,32,32,32,34,77,97,103,109,97,34,58,32,100,51,46,105,110,116,101,114,112,111,108,97,116,101,77,97,103,109,97,44,10,32,32,32,32,34,73,110,102,101,114,110,111,34,58,32,100,51,46,105,110,116,101,114,112,111,108,97,116,101,73,110,102,101,114,110,111,44,10,32,32,32,32,34,86,105,114,105,100,105,115,34,58,32,100,51,46,105,110,116,101,114,112,111,108,97,116,101,86,105,114,105,100,105,115,44,10,32,32,32,32,34,84,117,114,98,111,34,58,32,100,51,46,105,110,116,101,114,112,111,108,97,116,101,84,117,114,98,111,44,10,125,59,10,10,99,111,110,115,116,32,83,73,90,69,83,32,61,32,123,10,32,32,32,32,34,115,109,97,108,108,34,58,32,91,56,48,48,44,32,54,48,48,93,44,10,32,32,32,32,34,109,101,100,105,117,109,34,58,32,91,49,51,48,48,44,32,55,53,48,93,44,10,32,32,32,32,34,108,97,114,103,101,34,58,32,91,49,57,48,48,44,32,57,48,48,93,44,10,32,32,32,32,34,120,45,108,97,114,103,101,34,58,32,91,50,56,48,48,44,32,49,55,48,48,93,44,10,32,32,32,32,34,120,120,45,108,97,114,103,101,34,58,32,91,51,54,48,48,44,32,50,48,48,48,93,44,10,125,59,10,10,99,111,110,115,116,32,102,105,108,108,79,112,97,99,105,116,121,32,61,32,100,111,99,117,109,101,110,116,46,99,111,111,107,105,101,46,105,110,99,108,117,100,101,115,40,34,115,105,115,116,34,41,32,63,32,48,46,57,32,58,32,48,46,54,59,10,10,99,111,110,115,116,32,117,105,100,115,32,61,32,123,125,59,10,10,102,117,110,99,116,105,111,110,32,117,105,100,40,110,97,109,101,41,32,123,10,32,32,32,32,108,101,116,32,105,100,32,61,32,117,105,100,115,91,110,97,109,101,93,32,124,124,32,48,59,10,32,32,32,32,117,105,100,115,91,110,97,109,101,93,32,61,32,105,100,32,43,32,49,59,10,32,32,32,32,114,101,116,117,114,110,32,110,97,109,101,32,43,32,105,100,59,10,125,10,10,99,111,110,115,116,32,98,117,114,114,111,119,32,61,32,102,117,110,99,116,105,111,110,32,40,116,97,98,108,101,44,32,97,100,100,83,101,108,102,68,105,114,41,32,123,10,32,32,32,32,99,111,110,115,116,32,114,111,111,116,32,61,32,123,125,59,10,32,32,32,32,116,97,98,108,101,46,102,111,114,69,97,99,104,40,114,111,119,32,61,62,32,123,10,32,32,32,32,32,32,32,32,108,101,116,32,108,97,121,101,114,32,61,32,114,111,111,116,59,10,10,32,32,32,32,32,32,32,32,114,111,119,46,116,97,120,111,110,111,109,121,46,102,111,114,69,97,99,104,40,107,101,121,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,108,97,121,101,114,91,107,101,121,93,32,61,32,107,101,121,32,105,110,32,108,97,121,101,114,32,63,32,108,97,121,101,114,91,107,101,121,93,32,58,32,123,125,59,10,32,32,32,32,32,32,32,32,32,32,32,32,108,97,121,101,114,32,61,32,108,97,121,101,114,91,107,101,121,93,59,10,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,105,102,32,40,79,98,106,101,99,116,46,107,101,121,115,40,108,97,121,101,114,41,46,108,101,110,103,116,104,32,61,61,61,32,48,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,108,97,121,101,114,91,34,36,115,105,122,101,36,34,93,32,61,32,114,111,119,46,115,105,122,101,59,10,32,32,32,32,32,32,32,32,125,32,101,108,115,101,32,105,102,32,40,97,100,100,83,101,108,102,68,105,114,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,108,97,121,101,114,91,34,46,34,93,32,61,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,34,36,115,105,122,101,36,34,58,32,114,111,119,46,115,105,122,101,44,10,32,32,32,32,32,32,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,125,41,59,10,10,32,32,32,32,99,111,110,115,116,32,100,101,115,99,101,110,100,32,61,32,102,117,110,99,116,105,111,110,32,40,111,98,106,44,32,100,101,112,116,104,41,32,123,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,79,98,106,101,99,116,46,107,101,121,115,40,111,98,106,41,46,102,105,108,116,101,114,40,107,32,61,62,32,107,32,33,61,61,32,34,36,115,105,122,101,36,34,41,46,109,97,112,40,107,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,99,111,110,115,116,32,99,104,105,108,100,32,61,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,110,97,109,101,58,32,107,44,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,100,101,112,116,104,58,32,100,101,112,116,104,44,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,108,117,101,58,32,48,44,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,99,104,105,108,100,114,101,110,58,32,100,101,115,99,101,110,100,40,111,98,106,91,107,93,44,32,100,101,112,116,104,32,43,32,49,41,10,32,32,32,32,32,32,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,34,36,115,105,122,101,36,34,32,105,110,32,111,98,106,91,107,93,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,99,104,105,108,100,46,118,97,108,117,101,32,61,32,111,98,106,91,107,93,91,34,36,115,105,122,101,36,34,93,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,99,104,105,108,100,59,10,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,125,59,10,10,32,32,32,32,114,101,116,117,114,110,32,123,10,32,32,32,32,32,32,32,32,110,97,109,101,58,32,96,91,36,123,105,110,100,101,120,77,97,112,91,36,40,34,35,105,110,100,105,99,101,115,34,41,46,118,97,108,40,41,93,125,93,96,44,10,32,32,32,32,32,32,32,32,99,104,105,108,100,114,101,110,58,32,100,101,115,99,101,110,100,40,114,111,111,116,44,32,49,41,44,10,32,32,32,32,32,32,32,32,118,97,108,117,101,58,32,48,44,10,32,32,32,32,32,32,32,32,100,101,112,116,104,58,32,48,44,10,32,32,32,32,125,10,125,59,10,10,102,117,110,99,116,105,111,110,32,102,108,97,116,84,114,101,101,109,97,112,40,100,97,116,97,44,32,115,118,103,41,32,123,10,32,32,32,32,99,111,110,115,116,32,114,111,111,116,32,61,32,100,51,46,116,114,101,101,109,97,112,40,41,10,32,32,32,32,32,32,32,32,46,116,105,108,101,40,84,73,76,73,78,71,95,77,79,68,69,83,91,67,79,78,70,46,111,112,116,105,111,110,115,46,116,114,101,101,109,97,112,84,105,108,105,110,103,93,41,10,32,32,32,32,32,32,32,32,46,115,105,122,101,40,91,119,105,100,116,104,44,32,104,101,105,103,104,116,93,41,10,32,32,32,32,32,32,32,32,46,112,97,100,100,105,110,103,40,49,41,10,32,32,32,32,32,32,32,32,46,114,111,117,110,100,40,116,114,117,101,41,40,10,32,32,32,32,32,32,32,32,32,32,32,32,100,51,46,104,105,101,114,97,114,99,104,121,40,100,97,116,97,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,46,115,117,109,40,100,32,61,62,32,100,46,118,97,108,117,101,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,46,115,111,114,116,40,40,97,44,32,98,41,32,61,62,32,98,46,118,97,108,117,101,32,45,32,97,46,118,97,108,117,101,41,10,32,32,32,32,32,32,32,32,41,59,10,10,32,32,32,32,99,111,110,115,116,32,108,101,97,102,32,61,32,115,118,103,46,115,101,108,101,99,116,65,108,108,40,34,103,34,41,10,32,32,32,32,32,32,32,32,46,100,97,116,97,40,114,111,111,116,46,108,101,97,118,101,115,40,41,41,10,32,32,32,32,32,32,32,32,46,106,111,105,110,40,34,103,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,32,100,32,61,62,32,96,116,114,97,110,115,108,97,116,101,40,36,123,100,46,120,48,125,44,36,123,100,46,121,48,125,41,96,41,59,10,10,32,32,32,32,108,101,97,102,46,97,112,112,101,110,100,40,34,116,105,116,108,101,34,41,10,32,32,32,32,32,32,32,32,46,116,101,120,116,40,100,32,61,62,32,96,36,123,100,46,97,110,99,101,115,116,111,114,115,40,41,46,114,101,118,101,114,115,101,40,41,46,109,97,112,40,100,32,61,62,32,100,46,100,97,116,97,46,110,97,109,101,41,46,106,111,105,110,40,34,47,34,41,125,92,110,36,123,104,117,109,97,110,70,105,108,101,83,105,122,101,40,100,46,118,97,108,117,101,41,125,96,41,59,10,10,32,32,32,32,108,101,97,102,46,97,112,112,101,110,100,40,34,114,101,99,116,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,105,100,34,44,32,100,32,61,62,32,40,100,46,108,101,97,102,85,105,100,32,61,32,117,105,100,40,34,108,101,97,102,34,41,41,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,102,105,108,108,34,44,32,100,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,119,104,105,108,101,32,40,100,46,100,101,112,116,104,32,62,32,67,79,78,70,46,111,112,116,105,111,110,115,46,116,114,101,101,109,97,112,71,114,111,117,112,105,110,103,68,101,112,116,104,41,32,100,32,61,32,100,46,112,97,114,101,110,116,59,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,111,114,100,105,110,97,108,67,111,108,111,114,40,100,46,100,97,116,97,46,110,97,109,101,41,59,10,32,32,32,32,32,32,32,32,125,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,102,105,108,108,45,111,112,97,99,105,116,121,34,44,32,102,105,108,108,79,112,97,99,105,116,121,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,119,105,100,116,104,34,44,32,100,32,61,62,32,100,46,120,49,32,45,32,100,46,120,48,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,104,101,105,103,104,116,34,44,32,100,32,61,62,32,100,46,121,49,32,45,32,100,46,121,48,41,59,10,10,32,32,32,32,108,101,97,102,46,97,112,112,101,110,100,40,34,99,108,105,112,80,97,116,104,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,105,100,34,44,32,100,32,61,62,32,40,100,46,99,108,105,112,85,105,100,32,61,32,117,105,100,40,34,99,108,105,112,34,41,41,41,10,32,32,32,32,32,32,32,32,46,97,112,112,101,110,100,40,34,117,115,101,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,104,114,101,102,34,44,32,100,32,61,62,32,96,35,36,123,100,46,108,101,97,102,85,105,100,125,96,41,59,10,10,32,32,32,32,108,101,97,102,46,97,112,112,101,110,100,40,34,116,101,120,116,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,99,108,105,112,45,112,97,116,104,34,44,32,100,32,61,62,32,96,117,114,108,40,35,36,123,100,46,99,108,105,112,85,105,100,125,41,96,41,10,32,32,32,32,32,32,32,32,46,115,101,108,101,99,116,65,108,108,40,34,116,115,112,97,110,34,41,10,32,32,32,32,32,32,32,32,46,100,97,116,97,40,100,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,100,46,100,97,116,97,46,110,97,109,101,32,61,61,61,32,34,46,34,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,100,32,61,32,100,46,112,97,114,101,110,116,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,91,100,46,100,97,116,97,46,110,97,109,101,44,32,104,117,109,97,110,70,105,108,101,83,105,122,101,40,100,46,118,97,108,117,101,41,93,10,32,32,32,32,32,32,32,32,125,41,10,32,32,32,32,32,32,32,32,46,106,111,105,110,40,34,116,115,112,97,110,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,120,34,44,32,50,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,121,34,44,32,40,100,44,32,105,44,32,110,111,100,101,115,41,32,61,62,32,96,36,123,105,32,61,61,61,32,48,32,63,32,49,46,49,32,58,32,50,46,51,125,101,109,96,41,10,32,32,32,32,32,32,32,32,46,116,101,120,116,40,100,32,61,62,32,100,41,59,10,125,10,10,102,117,110,99,116,105,111,110,32,99,97,115,99,97,100,101,40,114,111,111,116,44,32,111,102,102,115,101,116,41,32,123,10,32,32,32,32,99,111,110,115,116,32,120,32,61,32,110,101,119,32,77,97,112,59,10,32,32,32,32,99,111,110,115,116,32,121,32,61,32,110,101,119,32,77,97,112,59,10,32,32,32,32,114,101,116,117,114,110,32,114,111,111,116,46,101,97,99,104,65,102,116,101,114,40,100,32,61,62,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,100,46,99,104,105,108,100,114,101,110,32,38,38,32,100,46,99,104,105,108,100,114,101,110,46,108,101,110,103,116,104,32,33,61,61,32,48,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,120,46,115,101,116,40,100,44,32,49,32,43,32,100,51,46,109,97,120,40,100,46,99,104,105,108,100,114,101,110,44,32,99,32,61,62,32,99,46,120,49,32,61,61,61,32,100,46,120,49,32,45,32,111,102,102,115,101,116,32,63,32,120,46,103,101,116,40,99,41,32,58,32,78,97,78,41,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,121,46,115,101,116,40,100,44,32,49,32,43,32,100,51,46,109,97,120,40,100,46,99,104,105,108,100,114,101,110,44,32,99,32,61,62,32,99,46,121,49,32,61,61,61,32,100,46,121,49,32,45,32,111,102,102,115,101,116,32,63,32,121,46,103,101,116,40,99,41,32,58,32,78,97,78,41,41,59,10,32,32,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,120,46,115,101,116,40,100,44,32,48,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,121,46,115,101,116,40,100,44,32,48,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,125,41,46,101,97,99,104,66,101,102,111,114,101,40,100,32,61,62,32,123,10,32,32,32,32,32,32,32,32,100,46,120,49,32,45,61,32,50,32,42,32,111,102,102,115,101,116,32,42,32,120,46,103,101,116,40,100,41,59,10,32,32,32,32,32,32,32,32,100,46,121,49,32,45,61,32,50,32,42,32,111,102,102,115,101,116,32,42,32,121,46,103,101,116,40,100,41,59,10,32,32,32,32,125,41,59,10,125,10,10,102,117,110,99,116,105,111,110,32,99,97,115,99,97,100,101,84,114,101,101,109,97,112,40,100,97,116,97,44,32,115,118,103,41,32,123,10,10,32,32,32,32,99,111,110,115,116,32,114,111,111,116,32,61,32,99,97,115,99,97,100,101,40,10,32,32,32,32,32,32,32,32,100,51,46,116,114,101,101,109,97,112,40,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,115,105,122,101,40,91,119,105,100,116,104,44,32,104,101,105,103,104,116,93,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,116,105,108,101,40,84,73,76,73,78,71,95,77,79,68,69,83,91,67,79,78,70,46,111,112,116,105,111,110,115,46,116,114,101,101,109,97,112,84,105,108,105,110,103,93,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,112,97,100,100,105,110,103,79,117,116,101,114,40,51,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,112,97,100,100,105,110,103,84,111,112,40,49,54,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,112,97,100,100,105,110,103,73,110,110,101,114,40,49,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,114,111,117,110,100,40,116,114,117,101,41,40,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,100,51,46,104,105,101,114,97,114,99,104,121,40,100,97,116,97,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,46,115,117,109,40,100,32,61,62,32,100,46,118,97,108,117,101,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,46,115,111,114,116,40,40,97,44,32,98,41,32,61,62,32,98,46,118,97,108,117,101,32,45,32,97,46,118,97,108,117,101,41,10,32,32,32,32,32,32,32,32,32,32,32,32,41,44,10,32,32,32,32,32,32,32,32,51,32,47,47,32,116,114,101,101,109,97,112,46,112,97,100,100,105,110,103,79,117,116,101,114,10,32,32,32,32,41,59,10,10,32,32,32,32,99,111,110,115,116,32,109,97,120,68,101,112,116,104,32,61,32,77,97,116,104,46,109,97,120,40,46,46,46,114,111,111,116,46,100,101,115,99,101,110,100,97,110,116,115,40,41,46,109,97,112,40,100,32,61,62,32,100,46,100,101,112,116,104,41,41,59,10,32,32,32,32,99,111,110,115,116,32,99,111,108,111,114,32,61,32,100,51,46,115,99,97,108,101,83,101,113,117,101,110,116,105,97,108,40,91,109,97,120,68,101,112,116,104,44,32,45,49,93,44,32,67,79,76,79,82,83,91,67,79,78,70,46,111,112,116,105,111,110,115,46,116,114,101,101,109,97,112,67,111,108,111,114,93,41,59,10,10,32,32,32,32,115,118,103,46,97,112,112,101,110,100,40,34,102,105,108,116,101,114,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,105,100,34,44,32,34,115,104,97,100,111,119,34,41,10,32,32,32,32,32,32,32,32,46,97,112,112,101,110,100,40,34,102,101,68,114,111,112,83,104,97,100,111,119,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,102,108,111,111,100,45,111,112,97,99,105,116,121,34,44,32,48,46,51,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,100,120,34,44,32,48,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,115,116,100,68,101,118,105,97,116,105,111,110,34,44,32,51,41,59,10,10,32,32,32,32,99,111,110,115,116,32,110,111,100,101,32,61,32,115,118,103,46,115,101,108,101,99,116,65,108,108,40,34,103,34,41,10,32,32,32,32,32,32,32,32,46,100,97,116,97,40,10,32,32,32,32,32,32,32,32,32,32,32,32,100,51,46,110,101,115,116,40,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,46,107,101,121,40,100,32,61,62,32,100,46,100,101,112,116,104,41,46,115,111,114,116,75,101,121,115,40,100,51,46,97,115,99,101,110,100,105,110,103,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,46,101,110,116,114,105,101,115,40,114,111,111,116,46,100,101,115,99,101,110,100,97,110,116,115,40,41,41,10,32,32,32,32,32,32,32,32,41,10,32,32,32,32,32,32,32,32,46,106,111,105,110,40,34,103,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,102,105,108,116,101,114,34,44,32,34,117,114,108,40,35,115,104,97,100,111,119,41,34,41,10,32,32,32,32,32,32,32,32,46,115,101,108,101,99,116,65,108,108,40,34,103,34,41,10,32,32,32,32,32,32,32,32,46,100,97,116,97,40,100,32,61,62,32,100,46,118,97,108,117,101,115,41,10,32,32,32,32,32,32,32,32,46,106,111,105,110,40,34,103,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,32,100,32,61,62,32,96,116,114,97,110,115,108,97,116,101,40,36,123,100,46,120,48,125,44,36,123,100,46,121,48,125,41,96,41,59,10,10,32,32,32,32,110,111,100,101,46,97,112,112,101,110,100,40,34,116,105,116,108,101,34,41,10,32,32,32,32,32,32,32,32,46,116,101,120,116,40,100,32,61,62,32,96,36,123,100,46,97,110,99,101,115,116,111,114,115,40,41,46,114,101,118,101,114,115,101,40,41,46,115,112,108,105,99,101,40,49,41,46,109,97,112,40,100,32,61,62,32,100,46,100,97,116,97,46,110,97,109,101,41,46,106,111,105,110,40,34,47,34,41,125,92,110,36,123,104,117,109,97,110,70,105,108,101,83,105,122,101,40,100,46,118,97,108,117,101,41,125,96,41,59,10,10,32,32,32,32,110,111,100,101,46,97,112,112,101,110,100,40,34,114,101,99,116,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,105,100,34,44,32,100,32,61,62,32,40,100,46,110,111,100,101,85,105,100,32,61,32,117,105,100,40,34,110,111,100,101,34,41,41,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,102,105,108,108,34,44,32,100,32,61,62,32,99,111,108,111,114,40,100,46,100,101,112,116,104,41,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,119,105,100,116,104,34,44,32,100,32,61,62,32,100,46,120,49,32,45,32,100,46,120,48,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,104,101,105,103,104,116,34,44,32,100,32,61,62,32,100,46,121,49,32,45,32,100,46,121,48,41,59,10,10,32,32,32,32,110,111,100,101,46,97,112,112,101,110,100,40,34,99,108,105,112,80,97,116,104,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,105,100,34,44,32,100,32,61,62,32,40,100,46,99,108,105,112,85,105,100,32,61,32,117,105,100,40,34,99,108,105,112,34,41,41,41,10,32,32,32,32,32,32,32,32,46,97,112,112,101,110,100,40,34,117,115,101,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,104,114,101,102,34,44,32,100,32,61,62,32,96,35,36,123,100,46,110,111,100,101,85,105,100,125,96,41,59,10,10,32,32,32,32,110,111,100,101,46,97,112,112,101,110,100,40,34,116,101,120,116,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,102,105,108,108,34,44,32,100,32,61,62,32,100,51,46,104,115,108,40,99,111,108,111,114,40,100,46,100,101,112,116,104,41,41,46,108,32,62,32,46,53,32,63,32,34,35,51,51,51,34,32,58,32,34,35,101,101,101,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,99,108,105,112,45,112,97,116,104,34,44,32,100,32,61,62,32,96,117,114,108,40,35,36,123,100,46,99,108,105,112,85,105,100,125,41,96,41,10,32,32,32,32,32,32,32,32,46,115,101,108,101,99,116,65,108,108,40,34,116,115,112,97,110,34,41,10,32,32,32,32,32,32,32,32,46,100,97,116,97,40,100,32,61,62,32,91,100,46,100,97,116,97,46,110,97,109,101,44,32,104,117,109,97,110,70,105,108,101,83,105,122,101,40,100,46,118,97,108,117,101,41,93,41,10,32,32,32,32,32,32,32,32,46,106,111,105,110,40,34,116,115,112,97,110,34,41,10,32,32,32,32,32,32,32,32,46,116,101,120,116,40,100,32,61,62,32,100,41,59,10,10,32,32,32,32,110,111,100,101,46,102,105,108,116,101,114,40,100,32,61,62,32,100,46,99,104,105,108,100,114,101,110,41,46,115,101,108,101,99,116,65,108,108,40,34,116,115,112,97,110,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,100,120,34,44,32,51,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,121,34,44,32,49,51,41,59,10,10,32,32,32,32,110,111,100,101,46,102,105,108,116,101,114,40,100,32,61,62,32,33,100,46,99,104,105,108,100,114,101,110,41,46,115,101,108,101,99,116,65,108,108,40,34,116,115,112,97,110,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,120,34,44,32,51,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,121,34,44,32,40,100,44,32,105,44,32,110,111,100,101,115,41,32,61,62,32,96,36,123,105,32,61,61,61,32,48,32,63,32,49,46,49,32,58,32,50,46,51,125,101,109,96,41,59,10,125,10,10,10,102,117,110,99,116,105,111,110,32,109,105,109,101,66,97,114,83,105,122,101,40,100,97,116,97,44,32,115,118,103,41,32,123,10,10,32,32,32,32,99,111,110,115,116,32,109,97,114,103,105,110,32,61,32,123,10,32,32,32,32,32,32,32,32,116,111,112,58,32,53,48,44,10,32,32,32,32,32,32,32,32,114,105,103,104,116,58,32,48,44,10,32,32,32,32,32,32,32,32,98,111,116,116,111,109,58,32,49,48,44,10,32,32,32,32,32,32,32,32,108,101,102,116,58,32,77,97,116,104,46,109,97,120,40,10,32,32,32,32,32,32,32,32,32,32,32,32,100,51,46,109,97,120,40,100,97,116,97,46,115,111,114,116,40,40,97,44,32,98,41,32,61,62,32,98,46,99,111,117,110,116,32,45,32,97,46,99,111,117,110,116,41,46,115,108,105,99,101,40,48,44,32,49,53,41,44,32,100,32,61,62,32,100,46,109,105,109,101,46,108,101,110,103,116,104,41,32,42,32,54,44,10,32,32,32,32,32,32,32,32,32,32,32,32,100,51,46,109,97,120,40,100,97,116,97,46,115,111,114,116,40,40,97,44,32,98,41,32,61,62,32,98,46,115,105,122,101,32,45,32,97,46,115,105,122,101,41,46,115,108,105,99,101,40,48,44,32,49,53,41,44,32,100,32,61,62,32,100,46,109,105,109,101,46,108,101,110,103,116,104,41,32,42,32,54,44,10,32,32,32,32,32,32,32,32,41,10,32,32,32,32,125,59,10,10,32,32,32,32,100,97,116,97,46,102,111,114,69,97,99,104,40,100,32,61,62,32,123,10,32,32,32,32,32,32,32,32,100,46,110,97,109,101,32,61,32,100,46,109,105,109,101,59,10,32,32,32,32,32,32,32,32,100,46,118,97,108,117,101,32,61,32,78,117,109,98,101,114,40,100,46,115,105,122,101,41,59,10,32,32,32,32,125,41,59,10,32,32,32,32,100,97,116,97,32,61,32,100,97,116,97,46,115,111,114,116,40,40,97,44,32,98,41,32,61,62,32,98,46,118,97,108,117,101,32,45,32,97,46,118,97,108,117,101,41,46,115,108,105,99,101,40,48,44,32,49,53,41,59,10,10,32,32,32,32,99,111,110,115,116,32,119,105,100,116,104,32,61,32,53,53,48,59,10,32,32,32,32,99,111,110,115,116,32,104,101,105,103,104,116,32,61,32,77,97,116,104,46,99,101,105,108,40,40,100,97,116,97,46,108,101,110,103,116,104,32,43,32,48,46,49,41,32,42,32,98,97,114,72,101,105,103,104,116,41,32,43,32,109,97,114,103,105,110,46,116,111,112,32,43,32,109,97,114,103,105,110,46,98,111,116,116,111,109,59,10,10,32,32,32,32,115,118,103,46,115,101,108,101,99,116,65,108,108,40,34,42,34,41,46,114,101,109,111,118,101,40,41,59,10,32,32,32,32,115,118,103,46,97,116,116,114,40,34,118,105,101,119,66,111,120,34,44,32,91,48,44,32,48,44,32,119,105,100,116,104,44,32,104,101,105,103,104,116,93,41,59,10,10,32,32,32,32,99,111,110,115,116,32,121,32,61,32,100,51,46,115,99,97,108,101,66,97,110,100,40,41,10,32,32,32,32,32,32,32,32,46,100,111,109,97,105,110,40,100,51,46,114,97,110,103,101,40,100,97,116,97,46,108,101,110,103,116,104,41,41,10,32,32,32,32,32,32,32,32,46,114,97,110,103,101,82,111,117,110,100,40,91,109,97,114,103,105,110,46,116,111,112,44,32,104,101,105,103,104,116,32,45,32,109,97,114,103,105,110,46,98,111,116,116,111,109,93,41,59,10,10,32,32,32,32,99,111,110,115,116,32,120,32,61,32,100,51,46,115,99,97,108,101,76,105,110,101,97,114,40,41,10,32,32,32,32,32,32,32,32,46,100,111,109,97,105,110,40,91,48,44,32,100,51,46,109,97,120,40,100,97,116,97,44,32,100,32,61,62,32,100,46,118,97,108,117,101,41,93,41,10,32,32,32,32,32,32,32,32,46,114,97,110,103,101,40,91,109,97,114,103,105,110,46,108,101,102,116,44,32,119,105,100,116,104,32,45,32,109,97,114,103,105,110,46,114,105,103,104,116,93,41,59,10,10,32,32,32,32,115,118,103,46,97,112,112,101,110,100,40,34,103,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,102,105,108,108,45,111,112,97,99,105,116,121,34,44,32,102,105,108,108,79,112,97,99,105,116,121,41,10,32,32,32,32,32,32,32,32,46,115,101,108,101,99,116,65,108,108,40,34,114,101,99,116,34,41,10,32,32,32,32,32,32,32,32,46,100,97,116,97,40,100,97,116,97,41,10,32,32,32,32,32,32,32,32,46,106,111,105,110,40,34,114,101,99,116,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,102,105,108,108,34,44,32,100,32,61,62,32,111,114,100,105,110,97,108,67,111,108,111,114,40,100,46,110,97,109,101,41,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,120,34,44,32,120,40,48,41,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,121,34,44,32,40,100,44,32,105,41,32,61,62,32,121,40,105,41,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,119,105,100,116,104,34,44,32,100,32,61,62,32,120,40,100,46,118,97,108,117,101,41,32,45,32,120,40,48,41,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,104,101,105,103,104,116,34,44,32,121,46,98,97,110,100,119,105,100,116,104,40,41,41,10,32,32,32,32,32,32,32,32,46,97,112,112,101,110,100,40,34,116,105,116,108,101,34,41,10,32,32,32,32,32,32,32,32,46,116,101,120,116,40,100,32,61,62,32,102,111,114,109,97,116,83,73,40,100,46,118,97,108,117,101,41,41,59,10,10,32,32,32,32,115,118,103,46,97,112,112,101,110,100,40,34,103,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,32,96,116,114,97,110,115,108,97,116,101,40,48,44,36,123,109,97,114,103,105,110,46,116,111,112,125,41,96,41,10,32,32,32,32,32,32,32,32,46,99,97,108,108,40,100,51,46,97,120,105,115,84,111,112,40,120,41,46,116,105,99,107,115,40,119,105,100,116,104,32,47,32,56,48,44,32,100,97,116,97,46,102,111,114,109,97,116,41,46,116,105,99,107,70,111,114,109,97,116,40,102,111,114,109,97,116,83,73,41,41,10,32,32,32,32,32,32,32,32,46,99,97,108,108,40,103,32,61,62,32,103,46,115,101,108,101,99,116,40,34,46,100,111,109,97,105,110,34,41,46,114,101,109,111,118,101,40,41,41,59,10,10,32,32,32,32,115,118,103,46,97,112,112,101,110,100,40,34,103,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,32,96,116,114,97,110,115,108,97,116,101,40,36,123,109,97,114,103,105,110,46,108,101,102,116,125,44,48,41,96,41,10,32,32,32,32,32,32,32,32,46,99,97,108,108,40,100,51,46,97,120,105,115,76,101,102,116,40,121,41,46,116,105,99,107,70,111,114,109,97,116,40,105,32,61,62,32,100,97,116,97,91,105,93,46,110,97,109,101,41,46,116,105,99,107,83,105,122,101,79,117,116,101,114,40,48,41,41,59,10,10,32,32,32,32,115,118,103,46,97,112,112,101,110,100,40,34,116,101,120,116,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,120,34,44,32,40,119,105,100,116,104,32,47,32,50,41,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,121,34,44,32,40,109,97,114,103,105,110,46,116,111,112,32,47,32,50,41,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,116,101,120,116,45,97,110,99,104,111,114,34,44,32,34,109,105,100,100,108,101,34,41,10,32,32,32,32,32,32,32,32,46,115,116,121,108,101,40,34,102,111,110,116,45,115,105,122,101,34,44,32,34,49,54,112,120,34,41,10,32,32,32,32,32,32,32,32,46,116,101,120,116,40,34,83,105,122,101,32,100,105,115,116,114,105,98,117,116,105,111,110,32,98,121,32,77,73,77,69,32,116,121,112,101,34,41,59,10,125,10,10,102,117,110,99,116,105,111,110,32,109,105,109,101,66,97,114,67,111,117,110,116,40,100,97,116,97,44,32,115,118,103,41,32,123,10,10,32,32,32,32,99,111,110,115,116,32,109,97,114,103,105,110,32,61,32,123,10,32,32,32,32,32,32,32,32,116,111,112,58,32,53,48,44,10,32,32,32,32,32,32,32,32,114,105,103,104,116,58,32,48,44,10,32,32,32,32,32,32,32,32,98,111,116,116,111,109,58,32,49,48,44,10,32,32,32,32,32,32,32,32,108,101,102,116,58,32,77,97,116,104,46,109,97,120,40,10,32,32,32,32,32,32,32,32,32,32,32,32,100,51,46,109,97,120,40,100,97,116,97,46,115,111,114,116,40,40,97,44,32,98,41,32,61,62,32,98,46,99,111,117,110,116,32,45,32,97,46,99,111,117,110,116,41,46,115,108,105,99,101,40,48,44,32,49,53,41,44,32,100,32,61,62,32,100,46,109,105,109,101,46,108,101,110,103,116,104,41,32,42,32,54,44,10,32,32,32,32,32,32,32,32,32,32,32,32,100,51,46,109,97,120,40,100,97,116,97,46,115,111,114,116,40,40,97,44,32,98,41,32,61,62,32,98,46,115,105,122,101,32,45,32,97,46,115,105,122,101,41,46,115,108,105,99,101,40,48,44,32,49,53,41,44,32,100,32,61,62,32,100,46,109,105,109,101,46,108,101,110,103,116,104,41,32,42,32,54,44,10,32,32,32,32,32,32,32,32,41,10,32,32,32,32,125,59,10,10,32,32,32,32,100,97,116,97,46,102,111,114,69,97,99,104,40,100,32,61,62,32,123,10,32,32,32,32,32,32,32,32,100,46,110,97,109,101,32,61,32,100,46,109,105,109,101,59,10,32,32,32,32,32,32,32,32,100,46,118,97,108,117,101,32,61,32,78,117,109,98,101,114,40,100,46,99,111,117,110,116,41,59,10,32,32,32,32,125,41,59,10,10,32,32,32,32,100,97,116,97,32,61,32,100,97,116,97,46,115,111,114,116,40,40,97,44,32,98,41,32,61,62,32,98,46,118,97,108,117,101,32,45,32,97,46,118,97,108,117,101,41,46,115,108,105,99,101,40,48,44,32,49,53,41,59,10,10,32,32,32,32,99,111,110,115,116,32,119,105,100,116,104,32,61,32,53,53,48,59,10,32,32,32,32,99,111,110,115,116,32,104,101,105,103,104,116,32,61,32,77,97,116,104,46,99,101,105,108,40,40,100,97,116,97,46,108,101,110,103,116,104,32,43,32,48,46,49,41,32,42,32,98,97,114,72,101,105,103,104,116,41,32,43,32,109,97,114,103,105,110,46,116,111,112,32,43,32,109,97,114,103,105,110,46,98,111,116,116,111,109,59,10,10,32,32,32,32,115,118,103,46,115,101,108,101,99,116,65,108,108,40,34,42,34,41,46,114,101,109,111,118,101,40,41,59,10,32,32,32,32,115,118,103,46,97,116,116,114,40,34,118,105,101,119,66,111,120,34,44,32,91,48,44,32,48,44,32,119,105,100,116,104,44,32,104,101,105,103,104,116,93,41,59,10,10,32,32,32,32,99,111,110,115,116,32,121,32,61,32,100,51,46,115,99,97,108,101,66,97,110,100,40,41,10,32,32,32,32,32,32,32,32,46,100,111,109,97,105,110,40,100,51,46,114,97,110,103,101,40,100,97,116,97,46,108,101,110,103,116,104,41,41,10,32,32,32,32,32,32,32,32,46,114,97,110,103,101,82,111,117,110,100,40,91,109,97,114,103,105,110,46,116,111,112,44,32,104,101,105,103,104,116,32,45,32,109,97,114,103,105,110,46,98,111,116,116,111,109,93,41,59,10,10,32,32,32,32,99,111,110,115,116,32,120,32,61,32,100,51,46,115,99,97,108,101,76,105,110,101,97,114,40,41,10,32,32,32,32,32,32,32,32,46,100,111,109,97,105,110,40,91,48,44,32,100,51,46,109,97,120,40,100,97,116,97,44,32,100,32,61,62,32,100,46,118,97,108,117,101,41,93,41,10,32,32,32,32,32,32,32,32,46,114,97,110,103,101,40,91,109,97,114,103,105,110,46,108,101,102,116,44,32,119,105,100,116,104,32,45,32,109,97,114,103,105,110,46,114,105,103,104,116,93,41,59,10,10,32,32,32,32,115,118,103,46,97,112,112,101,110,100,40,34,103,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,102,105,108,108,45,111,112,97,99,105,116,121,34,44,32,102,105,108,108,79,112,97,99,105,116,121,41,10,32,32,32,32,32,32,32,32,46,115,101,108,101,99,116,65,108,108,40,34,114,101,99,116,34,41,10,32,32,32,32,32,32,32,32,46,100,97,116,97,40,100,97,116,97,41,10,32,32,32,32,32,32,32,32,46,106,111,105,110,40,34,114,101,99,116,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,102,105,108,108,34,44,32,100,32,61,62,32,111,114,100,105,110,97,108,67,111,108,111,114,40,100,46,110,97,109,101,41,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,120,34,44,32,120,40,48,41,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,121,34,44,32,40,100,44,32,105,41,32,61,62,32,121,40,105,41,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,119,105,100,116,104,34,44,32,100,32,61,62,32,120,40,100,46,118,97,108,117,101,41,32,45,32,120,40,48,41,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,104,101,105,103,104,116,34,44,32,121,46,98,97,110,100,119,105,100,116,104,40,41,41,10,32,32,32,32,32,32,32,32,46,97,112,112,101,110,100,40,34,116,105,116,108,101,34,41,10,32,32,32,32,32,32,32,32,46,116,101,120,116,40,100,32,61,62,32,100,51,46,102,111,114,109,97,116,40,34,44,34,41,40,100,46,118,97,108,117,101,41,41,59,10,10,32,32,32,32,115,118,103,46,97,112,112,101,110,100,40,34,103,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,32,96,116,114,97,110,115,108,97,116,101,40,48,44,36,123,109,97,114,103,105,110,46,116,111,112,125,41,96,41,10,32,32,32,32,32,32,32,32,46,99,97,108,108,40,100,51,46,97,120,105,115,84,111,112,40,120,41,46,116,105,99,107,115,40,119,105,100,116,104,32,47,32,56,48,44,32,100,97,116,97,46,102,111,114,109,97,116,41,46,116,105,99,107,70,111,114,109,97,116,40,102,111,114,109,97,116,83,73,41,41,10,32,32,32,32,32,32,32,32,46,99,97,108,108,40,103,32,61,62,32,103,46,115,101,108,101,99,116,40,34,46,100,111,109,97,105,110,34,41,46,114,101,109,111,118,101,40,41,41,59,10,10,32,32,32,32,115,118,103,46,97,112,112,101,110,100,40,34,103,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,32,96,116,114,97,110,115,108,97,116,101,40,36,123,109,97,114,103,105,110,46,108,101,102,116,125,44,48,41,96,41,10,32,32,32,32,32,32,32,32,46,99,97,108,108,40,100,51,46,97,120,105,115,76,101,102,116,40,121,41,46,116,105,99,107,70,111,114,109,97,116,40,105,32,61,62,32,100,97,116,97,91,105,93,46,110,97,109,101,41,46,116,105,99,107,83,105,122,101,79,117,116,101,114,40,48,41,41,59,10,10,32,32,32,32,115,118,103,46,97,112,112,101,110,100,40,34,116,101,120,116,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,120,34,44,32,40,119,105,100,116,104,32,47,32,50,41,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,121,34,44,32,40,109,97,114,103,105,110,46,116,111,112,32,47,32,50,41,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,116,101,120,116,45,97,110,99,104,111,114,34,44,32,34,109,105,100,100,108,101,34,41,10,32,32,32,32,32,32,32,32,46,115,116,121,108,101,40,34,102,111,110,116,45,115,105,122,101,34,44,32,34,49,54,112,120,34,41,10,32,32,32,32,32,32,32,32,46,116,101,120,116,40,34,70,105,108,101,32,99,111,117,110,116,32,100,105,115,116,114,105,98,117,116,105,111,110,32,98,121,32,77,73,77,69,32,116,121,112,101,34,41,59,10,125,10,10,102,117,110,99,116,105,111,110,32,100,97,116,101,72,105,115,116,111,103,114,97,109,40,100,97,116,97,44,32,115,118,103,41,32,123,10,10,32,32,32,32,108,101,116,32,98,105,110,115,32,61,32,100,97,116,97,46,109,97,112,40,100,32,61,62,32,123,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,108,101,110,103,116,104,58,32,78,117,109,98,101,114,40,100,46,99,111,117,110,116,41,44,10,32,32,32,32,32,32,32,32,32,32,32,32,120,48,58,32,78,117,109,98,101,114,40,100,46,98,117,99,107,101,116,41,44,10,32,32,32,32,32,32,32,32,32,32,32,32,120,49,58,32,78,117,109,98,101,114,40,100,46,98,117,99,107,101,116,41,32,43,32,50,54,50,57,56,48,48,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,125,41,59,10,32,32,32,32,98,105,110,115,46,115,111,114,116,40,40,97,44,32,98,41,32,61,62,32,97,46,108,101,110,103,116,104,32,45,32,98,46,108,101,110,103,116,104,41,59,10,10,32,32,32,32,99,111,110,115,116,32,109,97,114,103,105,110,32,61,32,123,10,32,32,32,32,32,32,32,32,116,111,112,58,32,53,48,44,10,32,32,32,32,32,32,32,32,114,105,103,104,116,58,32,50,48,44,10,32,32,32,32,32,32,32,32,98,111,116,116,111,109,58,32,55,48,44,10,32,32,32,32,32,32,32,32,108,101,102,116,58,32,52,48,10,32,32,32,32,125,59,10,10,32,32,32,32,99,111,110,115,116,32,116,104,114,101,115,104,32,61,32,100,51,46,113,117,97,110,116,105,108,101,40,98,105,110,115,44,32,48,46,57,44,32,100,32,61,62,32,100,46,108,101,110,103,116,104,41,59,10,32,32,32,32,98,105,110,115,32,61,32,98,105,110,115,46,102,105,108,116,101,114,40,100,32,61,62,32,100,46,108,101,110,103,116,104,32,62,32,116,104,114,101,115,104,41,59,10,10,32,32,32,32,99,111,110,115,116,32,119,105,100,116,104,32,61,32,53,53,48,59,10,32,32,32,32,99,111,110,115,116,32,104,101,105,103,104,116,32,61,32,52,53,48,59,10,10,32,32,32,32,115,118,103,46,115,101,108,101,99,116,65,108,108,40,34,42,34,41,46,114,101,109,111,118,101,40,41,59,10,32,32,32,32,115,118,103,46,97,116,116,114,40,34,118,105,101,119,66,111,120,34,44,32,91,48,44,32,48,44,32,119,105,100,116,104,44,32,104,101,105,103,104,116,93,41,59,10,10,32,32,32,32,99,111,110,115,116,32,121,32,61,32,100,51,46,115,99,97,108,101,76,105,110,101,97,114,40,41,10,32,32,32,32,32,32,32,32,46,100,111,109,97,105,110,40,91,48,44,32,100,51,46,109,97,120,40,98,105,110,115,44,32,100,32,61,62,32,100,46,108,101,110,103,116,104,41,93,41,46,110,105,99,101,40,41,10,32,32,32,32,32,32,32,32,46,114,97,110,103,101,40,91,104,101,105,103,104,116,32,45,32,109,97,114,103,105,110,46,98,111,116,116,111,109,44,32,109,97,114,103,105,110,46,116,111,112,93,41,59,10,10,32,32,32,32,99,111,110,115,116,32,120,32,61,32,100,51,46,115,99,97,108,101,76,105,110,101,97,114,40,41,10,32,32,32,32,32,32,32,32,46,100,111,109,97,105,110,40,100,51,46,101,120,116,101,110,116,40,98,105,110,115,44,32,100,32,61,62,32,100,46,120,48,41,41,46,110,105,99,101,40,41,10,32,32,32,32,32,32,32,32,46,114,97,110,103,101,40,91,109,97,114,103,105,110,46,108,101,102,116,44,32,119,105,100,116,104,32,45,32,109,97,114,103,105,110,46,114,105,103,104,116,93,41,59,10,10,32,32,32,32,115,118,103,46,97,112,112,101,110,100,40,34,103,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,102,105,108,108,34,44,32,34,115,116,101,101,108,98,108,117,101,34,41,10,32,32,32,32,32,32,32,32,46,115,101,108,101,99,116,65,108,108,40,34,114,101,99,116,34,41,10,32,32,32,32,32,32,32,32,46,100,97,116,97,40,98,105,110,115,41,10,32,32,32,32,32,32,32,32,46,106,111,105,110,40,34,114,101,99,116,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,120,34,44,32,100,32,61,62,32,120,40,100,46,120,48,41,32,43,32,49,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,119,105,100,116,104,34,44,32,100,32,61,62,32,77,97,116,104,46,109,97,120,40,49,44,32,120,40,100,46,120,49,41,32,45,32,120,40,100,46,120,48,41,32,45,32,49,41,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,121,34,44,32,100,32,61,62,32,121,40,100,46,108,101,110,103,116,104,41,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,104,101,105,103,104,116,34,44,32,100,32,61,62,32,121,40,48,41,32,45,32,121,40,100,46,108,101,110,103,116,104,41,41,10,32,32,32,32,32,32,32,32,46,99,97,108,108,40,103,32,61,62,32,103,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,112,112,101,110,100,40,34,116,105,116,108,101,34,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,116,101,120,116,40,100,32,61,62,32,100,46,108,101,110,103,116,104,41,10,32,32,32,32,32,32,32,32,41,59,10,10,32,32,32,32,115,118,103,46,97,112,112,101,110,100,40,34,103,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,32,96,116,114,97,110,115,108,97,116,101,40,48,44,36,123,104,101,105,103,104,116,32,45,32,109,97,114,103,105,110,46,98,111,116,116,111,109,125,41,96,41,10,32,32,32,32,32,32,32,32,46,99,97,108,108,40,10,32,32,32,32,32,32,32,32,32,32,32,32,100,51,46,97,120,105,115,66,111,116,116,111,109,40,120,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,46,116,105,99,107,115,40,119,105,100,116,104,32,47,32,51,48,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,46,116,105,99,107,83,105,122,101,79,117,116,101,114,40,48,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,46,116,105,99,107,70,111,114,109,97,116,40,116,32,61,62,32,100,51,46,116,105,109,101,70,111,114,109,97,116,40,34,37,89,45,37,109,45,37,100,34,41,40,100,51,46,117,116,99,80,97,114,115,101,40,34,37,115,34,41,40,116,41,41,41,10,32,32,32,32,32,32,32,32,41,10,32,32,32,32,32,32,32,32,46,99,97,108,108,40,103,32,61,62,32,103,10,32,32,32,32,32,32,32,32,32,32,32,32,46,115,101,108,101,99,116,65,108,108,40,34,116,101,120,116,34,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,115,116,121,108,101,40,34,116,101,120,116,45,97,110,99,104,111,114,34,44,32,34,101,110,100,34,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,100,120,34,44,32,34,45,46,56,101,109,34,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,100,121,34,44,32,34,46,49,53,101,109,34,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,32,34,114,111,116,97,116,101,40,45,54,53,41,34,41,10,32,32,32,32,32,32,32,32,41,10,32,32,32,32,32,32,32,32,46,99,97,108,108,40,103,32,61,62,32,103,46,97,112,112,101,110,100,40,34,116,101,120,116,34,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,120,34,44,32,119,105,100,116,104,32,45,32,109,97,114,103,105,110,46,114,105,103,104,116,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,121,34,44,32,45,52,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,102,105,108,108,34,44,32,34,99,117,114,114,101,110,116,67,111,108,111,114,34,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,102,111,110,116,45,119,101,105,103,104,116,34,44,32,34,98,111,108,100,34,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,116,101,120,116,45,97,110,99,104,111,114,34,44,32,34,101,110,100,34,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,116,101,120,116,40,34,109,116,105,109,101,34,41,10,32,32,32,32,32,32,32,32,41,59,10,10,32,32,32,32,115,118,103,46,97,112,112,101,110,100,40,34,103,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,32,96,116,114,97,110,115,108,97,116,101,40,36,123,109,97,114,103,105,110,46,108,101,102,116,125,44,48,41,96,41,10,32,32,32,32,32,32,32,32,46,99,97,108,108,40,10,32,32,32,32,32,32,32,32,32,32,32,32,100,51,46,97,120,105,115,76,101,102,116,40,121,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,46,116,105,99,107,115,40,104,101,105,103,104,116,32,47,32,52,48,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,46,116,105,99,107,70,111,114,109,97,116,40,116,32,61,62,32,102,111,114,109,97,116,83,73,40,116,41,41,10,32,32,32,32,32,32,32,32,41,10,32,32,32,32,32,32,32,32,46,99,97,108,108,40,103,32,61,62,32,103,46,115,101,108,101,99,116,40,34,46,100,111,109,97,105,110,34,41,46,114,101,109,111,118,101,40,41,41,10,32,32,32,32,32,32,32,32,46,99,97,108,108,40,103,32,61,62,32,103,46,115,101,108,101,99,116,40,34,46,116,105,99,107,58,108,97,115,116,45,111,102,45,116,121,112,101,32,116,101,120,116,34,41,46,99,108,111,110,101,40,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,120,34,44,32,52,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,116,101,120,116,45,97,110,99,104,111,114,34,44,32,34,115,116,97,114,116,34,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,102,111,110,116,45,119,101,105,103,104,116,34,44,32,34,98,111,108,100,34,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,116,101,120,116,40,34,70,105,108,101,32,99,111,117,110,116,34,41,41,59,10,10,32,32,32,32,115,118,103,46,97,112,112,101,110,100,40,34,116,101,120,116,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,120,34,44,32,40,119,105,100,116,104,32,47,32,50,41,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,121,34,44,32,40,109,97,114,103,105,110,46,116,111,112,32,47,32,50,41,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,116,101,120,116,45,97,110,99,104,111,114,34,44,32,34,109,105,100,100,108,101,34,41,10,32,32,32,32,32,32,32,32,46,115,116,121,108,101,40,34,102,111,110,116,45,115,105,122,101,34,44,32,34,49,54,112,120,34,41,10,32,32,32,32,32,32,32,32,46,116,101,120,116,40,34,70,105,108,101,32,109,111,100,105,102,105,99,97,116,105,111,110,32,116,105,109,101,32,100,105,115,116,114,105,98,117,116,105,111,110,34,41,59,10,125,10,10,102,117,110,99,116,105,111,110,32,115,105,122,101,72,105,115,116,111,103,114,97,109,40,100,97,116,97,44,32,115,118,103,41,32,123,10,10,32,32,32,32,108,101,116,32,98,105,110,115,32,61,32,100,97,116,97,46,109,97,112,40,100,32,61,62,32,123,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,108,101,110,103,116,104,58,32,78,117,109,98,101,114,40,100,46,99,111,117,110,116,41,44,10,32,32,32,32,32,32,32,32,32,32,32,32,120,48,58,32,78,117,109,98,101,114,40,100,46,98,117,99,107,101,116,41,44,10,32,32,32,32,32,32,32,32,32,32,32,32,120,49,58,32,78,117,109,98,101,114,40,100,46,98,117,99,107,101,116,41,32,43,32,40,53,32,42,32,49,48,50,52,32,42,32,49,48,50,52,41,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,125,41,59,10,32,32,32,32,98,105,110,115,32,61,32,98,105,110,115,46,115,111,114,116,40,40,97,44,32,98,41,32,61,62,32,98,46,108,101,110,103,116,104,32,45,32,97,46,108,101,110,103,116,104,41,46,115,108,105,99,101,40,48,44,32,50,53,41,59,10,10,32,32,32,32,99,111,110,115,116,32,109,97,114,103,105,110,32,61,32,123,10,32,32,32,32,32,32,32,32,116,111,112,58,32,53,48,44,10,32,32,32,32,32,32,32,32,114,105,103,104,116,58,32,50,48,44,10,32,32,32,32,32,32,32,32,98,111,116,116,111,109,58,32,55,48,44,10,32,32,32,32,32,32,32,32,108,101,102,116,58,32,52,48,10,32,32,32,32,125,59,10,10,32,32,32,32,99,111,110,115,116,32,119,105,100,116,104,32,61,32,53,53,48,59,10,32,32,32,32,99,111,110,115,116,32,104,101,105,103,104,116,32,61,32,52,53,48,59,10,10,32,32,32,32,115,118,103,46,115,101,108,101,99,116,65,108,108,40,34,42,34,41,46,114,101,109,111,118,101,40,41,59,10,32,32,32,32,115,118,103,46,97,116,116,114,40,34,118,105,101,119,66,111,120,34,44,32,91,48,44,32,48,44,32,119,105,100,116,104,44,32,104,101,105,103,104,116,93,41,59,10,10,32,32,32,32,99,111,110,115,116,32,121,32,61,32,100,51,46,115,99,97,108,101,76,105,110,101,97,114,40,41,10,32,32,32,32,32,32,32,32,46,100,111,109,97,105,110,40,91,48,44,32,100,51,46,109,97,120,40,98,105,110,115,44,32,100,32,61,62,32,100,46,108,101,110,103,116,104,41,93,41,10,32,32,32,32,32,32,32,32,46,114,97,110,103,101,40,91,104,101,105,103,104,116,32,45,32,109,97,114,103,105,110,46,98,111,116,116,111,109,44,32,109,97,114,103,105,110,46,116,111,112,93,41,59,10,10,32,32,32,32,99,111,110,115,116,32,120,32,61,32,100,51,46,115,99,97,108,101,76,105,110,101,97,114,40,41,10,32,32,32,32,32,32,32,32,46,100,111,109,97,105,110,40,100,51,46,101,120,116,101,110,116,40,98,105,110,115,44,32,100,32,61,62,32,100,46,120,48,41,41,46,110,105,99,101,40,41,10,32,32,32,32,32,32,32,32,46,114,97,110,103,101,40,91,109,97,114,103,105,110,46,108,101,102,116,44,32,119,105,100,116,104,32,45,32,109,97,114,103,105,110,46,114,105,103,104,116,93,41,59,10,10,32,32,32,32,115,118,103,46,97,112,112,101,110,100,40,34,103,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,102,105,108,108,34,44,32,34,115,116,101,101,108,98,108,117,101,34,41,10,32,32,32,32,32,32,32,32,46,115,101,108,101,99,116,65,108,108,40,34,114,101,99,116,34,41,10,32,32,32,32,32,32,32,32,46,100,97,116,97,40,98,105,110,115,41,10,32,32,32,32,32,32,32,32,46,106,111,105,110,40,34,114,101,99,116,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,120,34,44,32,100,32,61,62,32,120,40,100,46,120,48,41,32,43,32,49,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,119,105,100,116,104,34,44,32,100,32,61,62,32,77,97,116,104,46,109,97,120,40,49,44,32,120,40,100,46,120,49,41,32,45,32,120,40,100,46,120,48,41,32,45,32,49,41,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,121,34,44,32,100,32,61,62,32,121,40,100,46,108,101,110,103,116,104,41,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,104,101,105,103,104,116,34,44,32,100,32,61,62,32,121,40,48,41,32,45,32,121,40,100,46,108,101,110,103,116,104,41,41,10,32,32,32,32,32,32,32,32,46,99,97,108,108,40,103,32,61,62,32,103,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,112,112,101,110,100,40,34,116,105,116,108,101,34,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,116,101,120,116,40,100,32,61,62,32,100,46,108,101,110,103,116,104,41,10,32,32,32,32,32,32,32,32,41,59,10,10,32,32,32,32,115,118,103,46,97,112,112,101,110,100,40,34,103,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,32,96,116,114,97,110,115,108,97,116,101,40,48,44,36,123,104,101,105,103,104,116,32,45,32,109,97,114,103,105,110,46,98,111,116,116,111,109,125,41,96,41,10,32,32,32,32,32,32,32,32,46,99,97,108,108,40,10,32,32,32,32,32,32,32,32,32,32,32,32,100,51,46,97,120,105,115,66,111,116,116,111,109,40,120,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,46,116,105,99,107,115,40,119,105,100,116,104,32,47,32,51,48,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,46,116,105,99,107,83,105,122,101,79,117,116,101,114,40,48,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,46,116,105,99,107,70,111,114,109,97,116,40,102,111,114,109,97,116,83,73,41,10,32,32,32,32,32,32,32,32,41,10,32,32,32,32,32,32,32,32,46,99,97,108,108,40,103,32,61,62,32,103,10,32,32,32,32,32,32,32,32,32,32,32,32,46,115,101,108,101,99,116,65,108,108,40,34,116,101,120,116,34,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,115,116,121,108,101,40,34,116,101,120,116,45,97,110,99,104,111,114,34,44,32,34,101,110,100,34,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,100,120,34,44,32,34,45,46,56,101,109,34,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,100,121,34,44,32,34,46,49,53,101,109,34,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,32,34,114,111,116,97,116,101,40,45,54,53,41,34,41,10,32,32,32,32,32,32,32,32,41,10,32,32,32,32,32,32,32,32,46,99,97,108,108,40,103,32,61,62,32,103,46,97,112,112,101,110,100,40,34,116,101,120,116,34,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,120,34,44,32,119,105,100,116,104,32,45,32,109,97,114,103,105,110,46,114,105,103,104,116,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,121,34,44,32,45,52,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,102,105,108,108,34,44,32,34,99,117,114,114,101,110,116,67,111,108,111,114,34,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,102,111,110,116,45,119,101,105,103,104,116,34,44,32,34,98,111,108,100,34,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,116,101,120,116,45,97,110,99,104,111,114,34,44,32,34,101,110,100,34,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,116,101,120,116,40,34,115,105,122,101,32,40,98,121,116,101,115,41,34,41,10,32,32,32,32,32,32,32,32,41,59,10,10,32,32,32,32,115,118,103,46,97,112,112,101,110,100,40,34,103,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,32,96,116,114,97,110,115,108,97,116,101,40,36,123,109,97,114,103,105,110,46,108,101,102,116,125,44,48,41,96,41,10,32,32,32,32,32,32,32,32,46,99,97,108,108,40,10,32,32,32,32,32,32,32,32,32,32,32,32,100,51,46,97,120,105,115,76,101,102,116,40,121,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,46,116,105,99,107,115,40,104,101,105,103,104,116,32,47,32,52,48,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,46,116,105,99,107,70,111,114,109,97,116,40,116,32,61,62,32,102,111,114,109,97,116,83,73,40,116,41,41,10,32,32,32,32,32,32,32,32,41,10,32,32,32,32,32,32,32,32,46,99,97,108,108,40,103,32,61,62,32,103,46,115,101,108,101,99,116,40,34,46,100,111,109,97,105,110,34,41,46,114,101,109,111,118,101,40,41,41,10,32,32,32,32,32,32,32,32,46,99,97,108,108,40,103,32,61,62,32,103,46,115,101,108,101,99,116,40,34,46,116,105,99,107,58,108,97,115,116,45,111,102,45,116,121,112,101,32,116,101,120,116,34,41,46,99,108,111,110,101,40,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,120,34,44,32,52,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,116,101,120,116,45,97,110,99,104,111,114,34,44,32,34,115,116,97,114,116,34,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,102,111,110,116,45,119,101,105,103,104,116,34,44,32,34,98,111,108,100,34,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,116,101,120,116,40,34,70,105,108,101,32,99,111,117,110,116,34,41,41,59,10,10,32,32,32,32,115,118,103,46,97,112,112,101,110,100,40,34,116,101,120,116,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,120,34,44,32,40,119,105,100,116,104,32,47,32,50,41,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,121,34,44,32,40,109,97,114,103,105,110,46,116,111,112,32,47,32,50,41,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,116,101,120,116,45,97,110,99,104,111,114,34,44,32,34,109,105,100,100,108,101,34,41,10,32,32,32,32,32,32,32,32,46,115,116,121,108,101,40,34,102,111,110,116,45,115,105,122,101,34,44,32,34,49,54,112,120,34,41,10,32,32,32,32,32,32,32,32,46,116,101,120,116,40,34,70,105,108,101,32,115,105,122,101,32,100,105,115,116,114,105,98,117,116,105,111,110,34,41,59,10,125,10,10,10,102,117,110,99,116,105,111,110,32,117,112,100,97,116,101,83,116,97,116,115,40,41,32,123,10,32,32,32,32,119,105,100,116,104,32,61,32,83,73,90,69,83,91,67,79,78,70,46,111,112,116,105,111,110,115,46,116,114,101,101,109,97,112,83,105,122,101,93,91,48,93,59,10,32,32,32,32,104,101,105,103,104,116,32,61,32,83,73,90,69,83,91,67,79,78,70,46,111,112,116,105,111,110,115,46,116,114,101,101,109,97,112,83,105,122,101,93,91,49,93,59,10,10,32,32,32,32,99,111,110,115,116,32,116,114,101,101,109,97,112,83,118,103,32,61,32,100,51,46,115,101,108,101,99,116,40,34,35,116,114,101,101,109,97,112,34,41,59,10,32,32,32,32,99,111,110,115,116,32,109,105,109,101,83,118,103,83,105,122,101,32,61,32,100,51,46,115,101,108,101,99,116,40,34,35,97,103,103,95,109,105,109,101,95,115,105,122,101,34,41,59,10,32,32,32,32,99,111,110,115,116,32,109,105,109,101,83,118,103,67,111,117,110,116,32,61,32,100,51,46,115,101,108,101,99,116,40,34,35,97,103,103,95,109,105,109,101,95,99,111,117,110,116,34,41,59,10,32,32,32,32,99,111,110,115,116,32,100,97,116,101,72,105,115,116,111,103,114,97,109,83,118,103,32,61,32,100,51,46,115,101,108,101,99,116,40,34,35,100,97,116,101,95,104,105,115,116,111,103,114,97,109,34,41,59,10,32,32,32,32,99,111,110,115,116,32,115,105,122,101,72,105,115,116,111,103,114,97,109,83,118,103,32,61,32,100,51,46,115,101,108,101,99,116,40,34,35,115,105,122,101,95,104,105,115,116,111,103,114,97,109,34,41,59,10,10,32,32,32,32,99,111,110,115,116,32,105,110,100,101,120,73,100,32,61,32,36,40,34,35,105,110,100,105,99,101,115,34,41,46,118,97,108,40,41,59,10,10,32,32,32,32,100,51,46,99,115,118,40,96,47,115,47,36,123,105,110,100,101,120,73,100,125,47,49,96,41,46,116,104,101,110,40,116,97,98,117,108,97,114,68,97,116,97,32,61,62,32,123,10,32,32,32,32,32,32,32,32,116,97,98,117,108,97,114,68,97,116,97,46,102,111,114,69,97,99,104,40,114,111,119,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,114,111,119,46,116,97,120,111,110,111,109,121,32,61,32,114,111,119,46,112,97,116,104,46,115,112,108,105,116,40,34,47,34,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,114,111,119,46,115,105,122,101,32,61,32,78,117,109,98,101,114,40,114,111,119,46,115,105,122,101,41,59,10,32,32,32,32,32,32,32,32,125,41,59,10,10,32,32,32,32,32,32,32,32,105,102,32,40,67,79,78,70,46,111,112,116,105,111,110,115,46,116,114,101,101,109,97,112,84,121,112,101,32,61,61,61,32,34,99,97,115,99,97,100,101,100,34,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,99,111,110,115,116,32,100,97,116,97,32,61,32,98,117,114,114,111,119,40,116,97,98,117,108,97,114,68,97,116,97,44,32,102,97,108,115,101,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,99,97,115,99,97,100,101,84,114,101,101,109,97,112,40,100,97,116,97,44,32,116,114,101,101,109,97,112,83,118,103,41,59,10,32,32,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,99,111,110,115,116,32,100,97,116,97,32,61,32,98,117,114,114,111,119,40,116,97,98,117,108,97,114,68,97,116,97,46,115,111,114,116,40,40,97,44,32,98,41,32,61,62,32,98,46,116,97,120,111,110,111,109,121,46,108,101,110,103,116,104,32,45,32,97,46,116,97,120,111,110,111,109,121,46,108,101,110,103,116,104,41,44,32,116,114,117,101,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,102,108,97,116,84,114,101,101,109,97,112,40,100,97,116,97,44,32,116,114,101,101,109,97,112,83,118,103,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,125,41,59,10,10,32,32,32,32,100,51,46,99,115,118,40,96,47,115,47,36,123,105,110,100,101,120,73,100,125,47,50,96,41,46,116,104,101,110,40,116,97,98,117,108,97,114,68,97,116,97,32,61,62,32,123,10,32,32,32,32,32,32,32,32,109,105,109,101,66,97,114,83,105,122,101,40,116,97,98,117,108,97,114,68,97,116,97,46,115,108,105,99,101,40,41,44,32,109,105,109,101,83,118,103,83,105,122,101,41,59,10,32,32,32,32,32,32,32,32,109,105,109,101,66,97,114,67,111,117,110,116,40,116,97,98,117,108,97,114,68,97,116,97,46,115,108,105,99,101,40,41,44,32,109,105,109,101,83,118,103,67,111,117,110,116,41,59,10,32,32,32,32,125,41,59,10,10,32,32,32,32,100,51,46,99,115,118,40,96,47,115,47,36,123,105,110,100,101,120,73,100,125,47,51,96,41,46,116,104,101,110,40,116,97,98,117,108,97,114,68,97,116,97,32,61,62,32,123,10,32,32,32,32,32,32,32,32,115,105,122,101,72,105,115,116,111,103,114,97,109,40,116,97,98,117,108,97,114,68,97,116,97,44,32,115,105,122,101,72,105,115,116,111,103,114,97,109,83,118,103,41,59,10,32,32,32,32,125,41,59,10,10,32,32,32,32,100,51,46,99,115,118,40,96,47,115,47,36,123,105,110,100,101,120,73,100,125,47,52,96,41,46,116,104,101,110,40,116,97,98,117,108,97,114,68,97,116,97,32,61,62,32,123,10,32,32,32,32,32,32,32,32,100,97,116,101,72,105,115,116,111,103,114,97,109,40,116,97,98,117,108,97,114,68,97,116,97,44,32,100,97,116,101,72,105,115,116,111,103,114,97,109,83,118,103,41,59,10,32,32,32,32,125,41,59,10,10,32,32,32,32,116,114,101,101,109,97,112,83,118,103,46,115,101,108,101,99,116,65,108,108,40,34,42,34,41,46,114,101,109,111,118,101,40,41,59,10,32,32,32,32,116,114,101,101,109,97,112,83,118,103,46,97,116,116,114,40,34,118,105,101,119,66,111,120,34,44,32,91,48,44,32,48,44,32,119,105,100,116,104,44,32,104,101,105,103,104,116,93,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,120,109,108,110,115,34,44,32,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,120,109,108,110,115,58,120,108,105,110,107,34,44,32,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,49,57,57,57,47,120,108,105,110,107,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,118,101,114,115,105,111,110,34,44,32,34,49,46,49,34,41,10,32,32,32,32,32,32,32,32,46,115,116,121,108,101,40,34,111,118,101,114,102,108,111,119,34,44,32,34,118,105,115,105,98,108,101,34,41,10,32,32,32,32,32,32,32,32,46,115,116,121,108,101,40,34,102,111,110,116,34,44,32,34,49,48,112,120,32,115,97,110,115,45,115,101,114,105,102,34,41,59,10,10,125,10,10,119,105,110,100,111,119,46,111,110,108,111,97,100,32,61,32,102,117,110,99,116,105,111,110,32,40,41,32,123,10,32,32,32,32,67,79,78,70,46,108,111,97,100,40,41,59,10,10,32,32,32,32,36,46,106,115,111,110,80,111,115,116,40,34,105,34,41,46,116,104,101,110,40,114,101,115,112,32,61,62,32,123,10,32,32,32,32,32,32,32,32,99,111,110,115,116,32,115,101,108,101,99,116,32,61,32,36,40,34,35,105,110,100,105,99,101,115,34,41,59,10,10,32,32,32,32,32,32,32,32,99,111,110,115,116,32,117,114,108,73,110,100,105,99,101,115,32,61,32,40,110,101,119,32,85,82,76,83,101,97,114,99,104,80,97,114,97,109,115,40,108,111,99,97,116,105,111,110,46,115,101,97,114,99,104,41,41,46,103,101,116,40,34,105,34,41,59,10,32,32,32,32,32,32,32,32,114,101,115,112,91,34,105,110,100,105,99,101,115,34,93,46,102,111,114,69,97,99,104,40,105,100,120,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,105,110,100,101,120,77,97,112,91,105,100,120,46,105,100,93,32,61,32,105,100,120,46,110,97,109,101,59,10,32,32,32,32,32,32,32,32,32,32,32,32,115,101,108,101,99,116,46,97,112,112,101,110,100,40,36,40,34,60,111,112,116,105,111,110,62,34,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,118,97,108,117,101,34,44,32,105,100,120,46,105,100,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,46,97,112,112,101,110,100,40,105,100,120,46,110,97,109,101,41,41,59,10,10,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,117,114,108,73,110,100,105,99,101,115,32,38,38,32,117,114,108,73,110,100,105,99,101,115,46,115,112,108,105,116,40,34,44,34,41,46,105,110,100,101,120,79,102,40,105,100,120,46,110,97,109,101,41,32,33,61,61,32,45,49,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,115,101,108,101,99,116,46,115,101,108,101,99,116,40,105,100,120,46,110,97,109,101,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,125,41,59,10,10,32,32,32,32,32,32,32,32,117,112,100,97,116,101,83,116,97,116,115,40,41,59,10,32,32,32,32,125,41,59,10,125,59,10,10,102,117,110,99,116,105,111,110,32,102,117,108,108,83,99,114,101,101,110,40,115,101,108,101,99,116,111,114,41,32,123,10,32,32,32,32,99,111,110,115,116,32,99,97,114,100,32,61,32,100,111,99,117,109,101,110,116,46,103,101,116,69,108,101,109,101,110,116,66,121,73,100,40,115,101,108,101,99,116,111,114,41,59,10,32,32,32,32,99,97,114,100,46,99,108,97,115,115,76,105,115,116,46,116,111,103,103,108,101,40,34,102,117,108,108,45,115,99,114,101,101,110,34,41,59,10,125,10,10,102,117,110,99,116,105,111,110,32,101,120,112,111,114,116,84,114,101,101,109,97,112,40,41,32,123,10,32,32,32,32,100,111,109,116,111,105,109,97,103,101,46,116,111,66,108,111,98,40,100,111,99,117,109,101,110,116,46,103,101,116,69,108,101,109,101,110,116,66,121,73,100,40,34,116,114,101,101,109,97,112,34,41,44,32,123,119,105,100,116,104,58,32,119,105,100,116,104,44,32,104,101,105,103,104,116,58,32,104,101,105,103,104,116,125,41,10,32,32,32,32,32,32,32,32,46,116,104,101,110,40,102,117,110,99,116,105,111,110,32,40,98,108,111,98,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,108,101,116,32,97,32,61,32,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,34,97,34,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,108,101,116,32,117,114,108,32,61,32,85,82,76,46,99,114,101,97,116,101,79,98,106,101,99,116,85,82,76,40,98,108,111,98,41,59,10,10,32,32,32,32,32,32,32,32,32,32,32,32,97,46,104,114,101,102,32,61,32,117,114,108,59,10,32,32,32,32,32,32,32,32,32,32,32,32,97,46,100,111,119,110,108,111,97,100,32,61,32,96,36,123,105,110,100,101,120,77,97,112,91,36,40,34,35,105,110,100,105,99,101,115,34,41,46,118,97,108,40,41,93,125,95,116,114,101,101,109,97,112,46,112,110,103,96,59,10,32,32,32,32,32,32,32,32,32,32,32,32,100,111,99,117,109,101,110,116,46,98,111,100,121,46,97,112,112,101,110,100,67,104,105,108,100,40,97,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,97,46,99,108,105,99,107,40,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,115,101,116,84,105,109,101,111,117,116,40,102,117,110,99,116,105,111,110,40,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,100,111,99,117,109,101,110,116,46,98,111,100,121,46,114,101,109,111,118,101,67,104,105,108,100,40,97,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,119,105,110,100,111,119,46,85,82,76,46,114,101,118,111,107,101,79,98,106,101,99,116,85,82,76,40,117,114,108,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,44,32,48,41,59,10,32,32,32,32,32,32,32,32,125,41,59,10,125,10,60,47,115,99,114,105,112,116,62,10,60,47,98,111,100,121,62,10,60,47,104,116,109,108,62,10}; +char search_html[14885] = {60,33,68,79,67,84,89,80,69,32,104,116,109,108,62,10,60,104,116,109,108,32,108,97,110,103,61,34,101,110,34,62,10,60,104,101,97,100,62,10,32,32,32,32,60,109,101,116,97,32,99,104,97,114,115,101,116,61,34,117,116,102,45,56,34,62,10,32,32,32,32,60,116,105,116,108,101,62,115,105,115,116,50,32,45,32,83,101,97,114,99,104,60,47,116,105,116,108,101,62,10,32,32,32,32,60,109,101,116,97,32,110,97,109,101,61,39,118,105,101,119,112,111,114,116,39,32,99,111,110,116,101,110,116,61,39,119,105,100,116,104,61,100,101,118,105,99,101,45,119,105,100,116,104,44,32,105,110,105,116,105,97,108,45,115,99,97,108,101,61,49,46,48,44,32,109,97,120,105,109,117,109,45,115,99,97,108,101,61,49,46,48,44,32,117,115,101,114,45,115,99,97,108,97,98,108,101,61,110,111,39,47,62,10,10,32,32,32,32,60,108,105,110,107,32,104,114,101,102,61,34,99,115,115,34,32,114,101,108,61,34,115,116,121,108,101,115,104,101,101,116,34,32,116,121,112,101,61,34,116,101,120,116,47,99,115,115,34,62,10,60,47,104,101,97,100,62,10,60,98,111,100,121,62,10,10,60,110,97,118,32,99,108,97,115,115,61,34,110,97,118,98,97,114,32,110,97,118,98,97,114,45,101,120,112,97,110,100,45,108,103,34,62,10,32,32,32,32,60,97,32,99,108,97,115,115,61,34,110,97,118,98,97,114,45,98,114,97,110,100,34,32,104,114,101,102,61,34,47,34,62,115,105,115,116,50,60,47,97,62,10,32,32,32,32,60,115,112,97,110,32,99,108,97,115,115,61,34,98,97,100,103,101,32,98,97,100,103,101,45,112,105,108,108,32,118,101,114,115,105,111,110,34,62,50,46,52,46,49,60,47,115,112,97,110,62,10,32,32,32,32,60,115,112,97,110,32,99,108,97,115,115,61,34,116,97,103,108,105,110,101,34,62,76,105,103,104,116,110,105,110,103,45,102,97,115,116,32,102,105,108,101,32,115,121,115,116,101,109,32,105,110,100,101,120,101,114,32,97,110,100,32,115,101,97,114,99,104,32,116,111,111,108,32,60,47,115,112,97,110,62,10,32,32,32,32,60,97,32,99,108,97,115,115,61,34,98,116,110,32,109,108,45,97,117,116,111,34,32,104,114,101,102,61,34,47,115,116,97,116,115,34,62,83,116,97,116,115,60,47,97,62,10,32,32,32,32,60,98,117,116,116,111,110,32,99,108,97,115,115,61,34,98,116,110,34,32,116,121,112,101,61,34,98,117,116,116,111,110,34,32,100,97,116,97,45,116,111,103,103,108,101,61,34,109,111,100,97,108,34,32,100,97,116,97,45,116,97,114,103,101,116,61,34,35,115,101,116,116,105,110,103,115,34,32,111,110,99,108,105,99,107,61,34,108,111,97,100,83,101,116,116,105,110,103,115,40,41,34,62,83,101,116,116,105,110,103,115,60,47,98,117,116,116,111,110,62,10,32,32,32,32,60,98,117,116,116,111,110,32,99,108,97,115,115,61,34,98,116,110,34,32,116,105,116,108,101,61,34,84,111,103,103,108,101,32,116,104,101,109,101,34,32,111,110,99,108,105,99,107,61,34,116,111,103,103,108,101,84,104,101,109,101,40,41,34,62,84,104,101,109,101,60,47,98,117,116,116,111,110,62,10,60,47,110,97,118,62,10,10,60,100,105,118,32,99,108,97,115,115,61,34,99,111,110,116,97,105,110,101,114,34,62,10,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,99,97,114,100,34,62,10,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,99,97,114,100,45,98,111,100,121,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,105,110,112,117,116,45,103,114,111,117,112,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,105,110,112,117,116,45,103,114,111,117,112,45,112,114,101,112,101,110,100,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,105,110,112,117,116,45,103,114,111,117,112,45,116,101,120,116,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,112,97,110,32,116,105,116,108,101,61,34,84,111,103,103,108,101,32,102,117,122,122,121,32,115,101,97,114,99,104,105,110,103,34,32,111,110,99,108,105,99,107,61,34,100,111,99,117,109,101,110,116,46,103,101,116,69,108,101,109,101,110,116,66,121,73,100,40,39,102,117,122,122,121,84,111,103,103,108,101,39,41,46,99,108,105,99,107,40,41,34,62,70,117,122,122,121,38,110,98,115,112,60,47,115,112,97,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,105,110,112,117,116,32,116,105,116,108,101,61,34,84,111,103,103,108,101,32,102,117,122,122,121,32,115,101,97,114,99,104,105,110,103,34,32,116,121,112,101,61,34,99,104,101,99,107,98,111,120,34,32,105,100,61,34,102,117,122,122,121,84,111,103,103,108,101,34,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,111,110,99,108,105,99,107,61,34,116,111,103,103,108,101,70,117,122,122,121,40,41,34,32,99,104,101,99,107,101,100,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,105,110,112,117,116,32,105,100,61,34,115,101,97,114,99,104,66,97,114,34,32,116,121,112,101,61,34,115,101,97,114,99,104,34,32,99,108,97,115,115,61,34,102,111,114,109,45,99,111,110,116,114,111,108,34,32,112,108,97,99,101,104,111,108,100,101,114,61,34,83,101,97,114,99,104,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,105,110,112,117,116,45,103,114,111,117,112,45,97,112,112,101,110,100,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,117,116,116,111,110,32,99,108,97,115,115,61,34,98,116,110,32,98,116,110,45,111,117,116,108,105,110,101,45,115,101,99,111,110,100,97,114,121,32,115,109,97,108,108,45,98,116,110,34,32,116,121,112,101,61,34,98,117,116,116,111,110,34,32,100,97,116,97,45,116,111,103,103,108,101,61,34,109,111,100,97,108,34,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,100,97,116,97,45,116,97,114,103,101,116,61,34,35,104,101,108,112,34,62,63,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,98,117,116,116,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,117,116,116,111,110,32,99,108,97,115,115,61,34,98,116,110,32,98,116,110,45,111,117,116,108,105,110,101,45,115,101,99,111,110,100,97,114,121,32,108,97,114,103,101,45,98,116,110,34,32,116,121,112,101,61,34,98,117,116,116,111,110,34,32,100,97,116,97,45,116,111,103,103,108,101,61,34,109,111,100,97,108,34,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,100,97,116,97,45,116,97,114,103,101,116,61,34,35,104,101,108,112,34,62,72,101,108,112,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,98,117,116,116,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,114,111,119,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,99,111,108,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,105,110,112,117,116,32,116,105,116,108,101,61,34,70,105,108,101,32,115,105,122,101,34,32,105,100,61,34,115,105,122,101,83,108,105,100,101,114,34,32,110,97,109,101,61,34,115,105,122,101,34,32,119,105,100,116,104,61,34,49,48,48,37,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,99,111,108,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,105,110,112,117,116,45,103,114,111,117,112,34,32,115,116,121,108,101,61,34,109,97,114,103,105,110,45,98,111,116,116,111,109,58,32,48,46,53,101,109,59,32,109,97,114,103,105,110,45,116,111,112,58,32,49,101,109,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,105,110,112,117,116,45,103,114,111,117,112,45,112,114,101,112,101,110,100,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,117,116,116,111,110,32,105,100,61,34,112,97,116,104,66,97,114,72,101,108,112,101,114,34,32,99,108,97,115,115,61,34,98,116,110,32,98,116,110,45,111,117,116,108,105,110,101,45,115,101,99,111,110,100,97,114,121,34,32,100,97,116,97,45,116,111,103,103,108,101,61,34,109,111,100,97,108,34,32,100,97,116,97,45,116,97,114,103,101,116,61,34,35,112,97,116,104,84,114,101,101,77,111,100,97,108,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,118,103,32,120,109,108,110,115,61,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,34,32,118,105,101,119,66,111,120,61,34,48,32,48,32,53,55,54,32,53,49,50,34,32,119,105,100,116,104,61,34,50,48,112,120,34,62,60,112,97,116,104,32,100,61,34,77,50,56,56,32,50,50,52,104,50,50,52,97,51,50,32,51,50,32,48,32,48,32,48,32,51,50,45,51,50,86,54,52,97,51,50,32,51,50,32,48,32,48,32,48,45,51,50,45,51,50,72,52,48,48,76,51,54,56,32,48,104,45,56,48,97,51,50,32,51,50,32,48,32,48,32,48,45,51,50,32,51,50,118,54,52,72,54,52,86,56,97,56,32,56,32,48,32,48,32,48,45,56,45,56,72,52,48,97,56,32,56,32,48,32,48,32,48,45,56,32,56,118,51,57,50,97,49,54,32,49,54,32,48,32,48,32,48,32,49,54,32,49,54,104,50,48,56,118,54,52,97,51,50,32,51,50,32,48,32,48,32,48,32,51,50,32,51,50,104,50,50,52,97,51,50,32,51,50,32,48,32,48,32,48,32,51,50,45,51,50,86,51,53,50,97,51,50,32,51,50,32,48,32,48,32,48,45,51,50,45,51,50,72,52,48,48,108,45,51,50,45,51,50,104,45,56,48,97,51,50,32,51,50,32,48,32,48,32,48,45,51,50,32,51,50,118,54,52,72,54,52,86,49,50,56,104,49,57,50,118,54,52,97,51,50,32,51,50,32,48,32,48,32,48,32,51,50,32,51,50,122,109,48,32,57,54,104,54,54,46,55,52,108,51,50,32,51,50,72,53,49,50,118,49,50,56,72,50,56,56,122,109,48,45,50,56,56,104,54,54,46,55,52,108,51,50,32,51,50,72,53,49,50,118,49,50,56,72,50,56,56,122,34,47,62,60,47,115,118,103,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,98,117,116,116,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,105,110,112,117,116,32,105,100,61,34,112,97,116,104,66,97,114,34,32,116,121,112,101,61,34,115,101,97,114,99,104,34,32,99,108,97,115,115,61,34,102,111,114,109,45,99,111,110,116,114,111,108,34,32,112,108,97,99,101,104,111,108,100,101,114,61,34,70,105,108,116,101,114,32,112,97,116,104,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,60,105,110,112,117,116,32,116,105,116,108,101,61,34,68,97,116,101,32,102,105,108,116,101,114,34,32,105,100,61,34,100,97,116,101,83,108,105,100,101,114,34,32,110,97,109,101,61,34,115,105,122,101,34,32,119,105,100,116,104,61,34,49,48,48,37,34,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,114,111,119,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,99,111,108,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,32,102,111,114,61,34,105,110,100,105,99,101,115,34,62,83,101,97,114,99,104,32,105,110,32,105,110,100,105,99,101,115,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,101,108,101,99,116,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,115,101,108,101,99,116,34,32,105,100,61,34,105,110,100,105,99,101,115,34,32,109,117,108,116,105,112,108,101,32,115,105,122,101,61,34,54,34,62,60,47,115,101,108,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,99,111,108,34,32,105,100,61,34,116,114,101,101,84,97,98,115,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,117,108,32,99,108,97,115,115,61,34,110,97,118,32,110,97,118,45,116,97,98,115,34,32,114,111,108,101,61,34,116,97,98,108,105,115,116,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,105,32,99,108,97,115,115,61,34,110,97,118,45,105,116,101,109,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,97,32,99,108,97,115,115,61,34,110,97,118,45,108,105,110,107,32,97,99,116,105,118,101,34,32,100,97,116,97,45,116,111,103,103,108,101,61,34,116,97,98,34,32,104,114,101,102,61,34,35,109,105,109,101,34,32,114,111,108,101,61,34,116,97,98,34,32,97,114,105,97,45,99,111,110,116,114,111,108,115,61,34,104,111,109,101,34,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,97,114,105,97,45,115,101,108,101,99,116,101,100,61,34,116,114,117,101,34,62,77,105,109,101,32,84,121,112,101,115,60,47,97,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,108,105,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,105,32,99,108,97,115,115,61,34,110,97,118,45,105,116,101,109,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,97,32,99,108,97,115,115,61,34,110,97,118,45,108,105,110,107,34,32,100,97,116,97,45,116,111,103,103,108,101,61,34,116,97,98,34,32,104,114,101,102,61,34,35,116,97,103,34,32,114,111,108,101,61,34,116,97,98,34,32,97,114,105,97,45,99,111,110,116,114,111,108,115,61,34,112,114,111,102,105,108,101,34,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,97,114,105,97,45,115,101,108,101,99,116,101,100,61,34,102,97,108,115,101,34,32,116,105,116,108,101,61,34,85,115,101,114,45,100,101,102,105,110,101,100,32,116,97,103,115,34,62,84,97,103,115,60,47,97,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,108,105,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,117,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,116,97,98,45,99,111,110,116,101,110,116,34,32,105,100,61,34,109,121,84,97,98,67,111,110,116,101,110,116,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,116,97,98,45,112,97,110,101,32,102,97,100,101,32,115,104,111,119,32,97,99,116,105,118,101,34,32,105,100,61,34,109,105,109,101,34,32,114,111,108,101,61,34,116,97,98,112,97,110,101,108,34,32,97,114,105,97,45,108,97,98,101,108,108,101,100,98,121,61,34,104,111,109,101,45,116,97,98,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,105,100,61,34,109,105,109,101,84,114,101,101,34,32,99,108,97,115,115,61,34,116,114,101,101,34,62,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,116,97,98,45,112,97,110,101,32,102,97,100,101,34,32,105,100,61,34,116,97,103,34,32,114,111,108,101,61,34,116,97,98,112,97,110,101,108,34,32,97,114,105,97,45,108,97,98,101,108,108,101,100,98,121,61,34,112,114,111,102,105,108,101,45,116,97,98,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,105,100,61,34,116,97,103,84,114,101,101,34,32,99,108,97,115,115,61,34,116,114,101,101,34,62,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,34,32,105,100,61,34,109,111,100,97,108,34,32,116,97,98,105,110,100,101,120,61,34,45,49,34,32,114,111,108,101,61,34,100,105,97,108,111,103,34,32,97,114,105,97,45,108,97,98,101,108,108,101,100,98,121,61,34,109,111,100,97,108,45,116,105,116,108,101,34,32,97,114,105,97,45,104,105,100,100,101,110,61,34,116,114,117,101,34,62,10,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,45,100,105,97,108,111,103,32,109,111,100,97,108,45,108,103,32,109,111,100,97,108,45,100,105,97,108,111,103,45,99,101,110,116,101,114,101,100,34,32,114,111,108,101,61,34,100,111,99,117,109,101,110,116,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,45,99,111,110,116,101,110,116,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,45,104,101,97,100,101,114,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,104,53,32,99,108,97,115,115,61,34,109,111,100,97,108,45,116,105,116,108,101,34,32,105,100,61,34,109,111,100,97,108,45,116,105,116,108,101,34,62,60,47,104,53,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,117,116,116,111,110,32,116,121,112,101,61,34,98,117,116,116,111,110,34,32,99,108,97,115,115,61,34,99,108,111,115,101,34,32,100,97,116,97,45,100,105,115,109,105,115,115,61,34,109,111,100,97,108,34,32,97,114,105,97,45,108,97,98,101,108,61,34,67,108,111,115,101,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,112,97,110,32,97,114,105,97,45,104,105,100,100,101,110,61,34,116,114,117,101,34,62,38,116,105,109,101,115,59,60,47,115,112,97,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,98,117,116,116,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,45,98,111,100,121,34,32,105,100,61,34,109,111,100,97,108,45,98,111,100,121,34,62,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,34,32,105,100,61,34,104,101,108,112,34,32,116,97,98,105,110,100,101,120,61,34,45,49,34,32,114,111,108,101,61,34,100,105,97,108,111,103,34,32,97,114,105,97,45,108,97,98,101,108,108,101,100,98,121,61,34,109,111,100,97,108,45,116,105,116,108,101,34,32,97,114,105,97,45,104,105,100,100,101,110,61,34,116,114,117,101,34,62,10,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,45,100,105,97,108,111,103,32,109,111,100,97,108,45,108,103,32,109,111,100,97,108,45,100,105,97,108,111,103,45,99,101,110,116,101,114,101,100,34,32,114,111,108,101,61,34,100,111,99,117,109,101,110,116,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,45,99,111,110,116,101,110,116,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,45,104,101,97,100,101,114,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,104,53,32,99,108,97,115,115,61,34,109,111,100,97,108,45,116,105,116,108,101,34,62,83,101,97,114,99,104,32,104,101,108,112,60,47,104,53,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,117,116,116,111,110,32,116,121,112,101,61,34,98,117,116,116,111,110,34,32,99,108,97,115,115,61,34,99,108,111,115,101,34,32,100,97,116,97,45,100,105,115,109,105,115,115,61,34,109,111,100,97,108,34,32,97,114,105,97,45,108,97,98,101,108,61,34,67,108,111,115,101,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,112,97,110,32,97,114,105,97,45,104,105,100,100,101,110,61,34,116,114,117,101,34,62,38,116,105,109,101,115,59,60,47,115,112,97,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,98,117,116,116,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,45,98,111,100,121,34,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,97,98,108,101,32,99,108,97,115,115,61,34,116,97,98,108,101,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,98,111,100,121,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,100,62,60,99,111,100,101,62,43,60,47,99,111,100,101,62,60,47,116,100,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,100,62,115,105,103,110,105,102,105,101,115,32,65,78,68,32,111,112,101,114,97,116,105,111,110,60,47,116,100,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,116,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,100,62,60,99,111,100,101,62,124,60,47,99,111,100,101,62,60,47,116,100,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,100,62,115,105,103,110,105,102,105,101,115,32,79,82,32,111,112,101,114,97,116,105,111,110,60,47,116,100,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,116,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,100,62,60,99,111,100,101,62,45,60,47,99,111,100,101,62,60,47,116,100,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,100,62,110,101,103,97,116,101,115,32,97,32,115,105,110,103,108,101,32,116,111,107,101,110,60,47,116,100,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,116,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,100,62,60,99,111,100,101,62,34,34,60,47,99,111,100,101,62,60,47,116,100,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,100,62,119,114,97,112,115,32,97,32,110,117,109,98,101,114,32,111,102,32,116,111,107,101,110,115,32,116,111,32,115,105,103,110,105,102,121,32,97,32,112,104,114,97,115,101,32,102,111,114,32,115,101,97,114,99,104,105,110,103,60,47,116,100,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,116,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,100,62,60,99,111,100,101,62,42,60,47,99,111,100,101,62,60,47,116,100,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,100,62,97,116,32,116,104,101,32,101,110,100,32,111,102,32,97,32,116,101,114,109,32,115,105,103,110,105,102,105,101,115,32,97,32,112,114,101,102,105,120,32,113,117,101,114,121,60,47,116,100,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,116,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,100,62,60,99,111,100,101,62,40,60,47,99,111,100,101,62,32,97,110,100,32,60,99,111,100,101,62,41,60,47,99,111,100,101,62,60,47,116,100,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,100,62,115,105,103,110,105,102,121,32,112,114,101,99,101,100,101,110,99,101,60,47,116,100,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,116,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,100,62,60,99,111,100,101,62,126,78,60,47,99,111,100,101,62,60,47,116,100,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,100,62,97,102,116,101,114,32,97,32,119,111,114,100,32,115,105,103,110,105,102,105,101,115,32,101,100,105,116,32,100,105,115,116,97,110,99,101,32,40,102,117,122,122,105,110,101,115,115,41,60,47,116,100,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,116,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,100,62,60,99,111,100,101,62,126,78,60,47,99,111,100,101,62,60,47,116,100,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,100,62,97,102,116,101,114,32,97,32,112,104,114,97,115,101,32,115,105,103,110,105,102,105,101,115,32,115,108,111,112,32,97,109,111,117,110,116,60,47,116,100,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,116,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,116,98,111,100,121,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,116,97,98,108,101,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,112,62,70,111,114,32,101,120,97,109,112,108,101,58,32,60,99,111,100,101,62,34,102,114,105,101,100,32,101,103,103,115,34,32,43,40,101,103,103,112,108,97,110,116,32,124,32,112,111,116,97,116,111,41,32,45,102,114,105,116,116,97,116,97,60,47,99,111,100,101,62,32,119,105,108,108,32,109,97,116,99,104,32,116,104,101,32,112,104,114,97,115,101,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,105,62,102,114,105,101,100,32,101,103,103,115,60,47,105,62,32,97,110,100,32,101,105,116,104,101,114,32,60,105,62,101,103,103,112,108,97,110,116,60,47,105,62,32,111,114,32,60,105,62,112,111,116,97,116,111,60,47,105,62,44,32,98,117,116,32,119,105,108,108,32,105,103,110,111,114,101,32,114,101,115,117,108,116,115,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,99,111,110,116,97,105,110,105,110,103,32,60,105,62,102,114,105,116,116,97,116,97,60,47,105,62,46,60,47,112,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,112,62,87,104,101,110,32,110,101,105,116,104,101,114,32,60,99,111,100,101,62,43,60,47,99,111,100,101,62,32,111,114,32,60,99,111,100,101,62,124,60,47,99,111,100,101,62,32,105,115,32,115,112,101,99,105,102,105,101,100,44,32,116,104,101,32,100,101,102,97,117,108,116,32,111,112,101,114,97,116,111,114,32,105,115,32,60,99,111,100,101,62,43,60,47,99,111,100,101,62,32,40,97,110,100,41,46,60,47,112,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,112,62,87,104,101,110,32,116,104,101,32,60,98,62,70,117,122,122,121,60,47,98,62,32,111,112,116,105,111,110,32,105,115,32,99,104,101,99,107,101,100,44,32,112,97,114,116,105,97,108,32,109,97,116,99,104,101,115,32,97,114,101,32,97,108,115,111,32,114,101,116,117,114,110,101,100,46,60,47,112,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,112,62,70,111,114,32,109,111,114,101,32,105,110,102,111,114,109,97,116,105,111,110,44,32,115,101,101,32,60,97,32,116,97,114,103,101,116,61,34,95,98,108,97,110,107,34,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,104,114,101,102,61,34,47,47,119,119,119,46,101,108,97,115,116,105,99,46,99,111,47,103,117,105,100,101,47,101,110,47,101,108,97,115,116,105,99,115,101,97,114,99,104,47,114,101,102,101,114,101,110,99,101,47,99,117,114,114,101,110,116,47,113,117,101,114,121,45,100,115,108,45,115,105,109,112,108,101,45,113,117,101,114,121,45,115,116,114,105,110,103,45,113,117,101,114,121,46,104,116,109,108,34,62,69,108,97,115,116,105,99,115,101,97,114,99,104,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,100,111,99,117,109,101,110,116,97,116,105,111,110,60,47,97,62,60,47,112,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,34,32,105,100,61,34,115,101,116,116,105,110,103,115,34,32,116,97,98,105,110,100,101,120,61,34,45,49,34,32,114,111,108,101,61,34,100,105,97,108,111,103,34,32,97,114,105,97,45,108,97,98,101,108,108,101,100,98,121,61,34,109,111,100,97,108,45,116,105,116,108,101,34,32,97,114,105,97,45,104,105,100,100,101,110,61,34,116,114,117,101,34,62,10,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,45,100,105,97,108,111,103,32,109,111,100,97,108,45,100,105,97,108,111,103,45,99,101,110,116,101,114,101,100,34,32,114,111,108,101,61,34,100,111,99,117,109,101,110,116,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,45,99,111,110,116,101,110,116,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,45,104,101,97,100,101,114,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,104,53,32,99,108,97,115,115,61,34,109,111,100,97,108,45,116,105,116,108,101,34,62,83,101,116,116,105,110,103,115,60,47,104,53,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,117,116,116,111,110,32,116,121,112,101,61,34,98,117,116,116,111,110,34,32,99,108,97,115,115,61,34,99,108,111,115,101,34,32,100,97,116,97,45,100,105,115,109,105,115,115,61,34,109,111,100,97,108,34,32,97,114,105,97,45,108,97,98,101,108,61,34,67,108,111,115,101,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,112,97,110,32,97,114,105,97,45,104,105,100,100,101,110,61,34,116,114,117,101,34,62,38,116,105,109,101,115,59,60,47,115,112,97,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,98,117,116,116,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,45,98,111,100,121,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,32,99,117,115,116,111,109,45,99,104,101,99,107,98,111,120,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,105,110,112,117,116,32,116,121,112,101,61,34,99,104,101,99,107,98,111,120,34,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,34,32,105,100,61,34,115,101,116,116,105,110,103,72,105,103,104,108,105,103,104,116,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,34,32,102,111,114,61,34,115,101,116,116,105,110,103,72,105,103,104,108,105,103,104,116,34,62,69,110,97,98,108,101,32,104,105,103,104,108,105,103,104,116,105,110,103,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,32,99,117,115,116,111,109,45,99,104,101,99,107,98,111,120,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,105,110,112,117,116,32,116,121,112,101,61,34,99,104,101,99,107,98,111,120,34,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,34,32,105,100,61,34,115,101,116,116,105,110,103,70,117,122,122,121,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,34,32,102,111,114,61,34,115,101,116,116,105,110,103,70,117,122,122,121,34,62,83,101,116,32,102,117,122,122,121,32,115,101,97,114,99,104,32,98,121,32,100,101,102,97,117,108,116,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,32,99,117,115,116,111,109,45,99,104,101,99,107,98,111,120,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,105,110,112,117,116,32,116,121,112,101,61,34,99,104,101,99,107,98,111,120,34,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,34,32,105,100,61,34,115,101,116,116,105,110,103,83,101,97,114,99,104,73,110,80,97,116,104,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,34,32,102,111,114,61,34,115,101,116,116,105,110,103,83,101,97,114,99,104,73,110,80,97,116,104,34,62,69,110,97,98,108,101,32,109,97,116,99,104,105,110,103,32,113,117,101,114,121,32,97,103,97,105,110,115,116,32,100,111,99,117,109,101,110,116,32,112,97,116,104,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,32,99,117,115,116,111,109,45,99,104,101,99,107,98,111,120,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,105,110,112,117,116,32,116,121,112,101,61,34,99,104,101,99,107,98,111,120,34,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,34,32,105,100,61,34,115,101,116,116,105,110,103,83,117,103,103,101,115,116,80,97,116,104,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,34,32,102,111,114,61,34,115,101,116,116,105,110,103,83,117,103,103,101,115,116,80,97,116,104,34,62,69,110,97,98,108,101,32,97,117,116,111,45,99,111,109,112,108,101,116,101,32,105,110,32,112,97,116,104,32,102,105,108,116,101,114,32,98,97,114,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,32,102,111,114,61,34,115,101,116,116,105,110,103,68,105,115,112,108,97,121,34,62,68,105,115,112,108,97,121,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,101,108,101,99,116,32,105,100,61,34,115,101,116,116,105,110,103,68,105,115,112,108,97,121,34,32,99,108,97,115,115,61,34,102,111,114,109,45,99,111,110,116,114,111,108,32,102,111,114,109,45,99,111,110,116,114,111,108,45,115,109,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,103,114,105,100,34,62,71,114,105,100,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,108,105,115,116,34,62,76,105,115,116,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,115,101,108,101,99,116,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,104,114,47,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,104,52,62,83,116,97,116,115,60,47,104,52,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,102,111,114,109,45,103,114,111,117,112,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,32,102,111,114,61,34,115,101,116,116,105,110,103,84,114,101,101,109,97,112,84,121,112,101,34,62,84,114,101,101,109,97,112,32,116,121,112,101,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,101,108,101,99,116,32,105,100,61,34,115,101,116,116,105,110,103,84,114,101,101,109,97,112,84,121,112,101,34,32,99,108,97,115,115,61,34,102,111,114,109,45,99,111,110,116,114,111,108,32,102,111,114,109,45,99,111,110,116,114,111,108,45,115,109,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,99,97,115,99,97,100,101,100,34,62,67,97,115,99,97,100,101,100,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,102,108,97,116,34,62,70,108,97,116,32,40,99,111,109,112,97,99,116,41,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,115,101,108,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,102,111,114,109,45,103,114,111,117,112,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,32,102,111,114,61,34,115,101,116,116,105,110,103,84,114,101,101,109,97,112,84,105,108,105,110,103,34,62,84,114,101,101,109,97,112,32,116,105,108,105,110,103,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,101,108,101,99,116,32,105,100,61,34,115,101,116,116,105,110,103,84,114,101,101,109,97,112,84,105,108,105,110,103,34,32,99,108,97,115,115,61,34,102,111,114,109,45,99,111,110,116,114,111,108,32,102,111,114,109,45,99,111,110,116,114,111,108,45,115,109,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,98,105,110,97,114,121,34,62,66,105,110,97,114,121,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,115,113,117,97,114,105,102,121,34,62,83,113,117,97,114,105,102,121,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,115,108,105,99,101,34,62,83,108,105,99,101,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,100,105,99,101,34,62,68,105,99,101,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,115,108,105,99,101,68,105,99,101,34,62,83,108,105,100,101,32,38,32,68,105,99,101,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,115,101,108,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,102,111,114,109,45,103,114,111,117,112,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,32,102,111,114,61,34,115,101,116,116,105,110,103,84,114,101,101,109,97,112,71,114,111,117,112,105,110,103,68,101,112,116,104,34,62,84,114,101,101,109,97,112,32,99,111,108,111,114,32,103,114,111,117,112,105,110,103,32,100,101,112,116,104,32,40,102,108,97,116,41,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,105,110,112,117,116,32,116,121,112,101,61,34,110,117,109,98,101,114,34,32,99,108,97,115,115,61,34,102,111,114,109,45,99,111,110,116,114,111,108,34,32,105,100,61,34,115,101,116,116,105,110,103,84,114,101,101,109,97,112,71,114,111,117,112,105,110,103,68,101,112,116,104,34,32,109,105,110,61,34,49,34,32,109,97,120,61,34,49,48,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,102,111,114,109,45,103,114,111,117,112,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,32,102,111,114,61,34,115,101,116,116,105,110,103,84,114,101,101,109,97,112,67,111,108,111,114,34,62,84,114,101,101,109,97,112,32,99,111,108,111,114,32,40,99,97,115,99,97,100,101,100,41,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,101,108,101,99,116,32,105,100,61,34,115,101,116,116,105,110,103,84,114,101,101,109,97,112,67,111,108,111,114,34,32,99,108,97,115,115,61,34,102,111,114,109,45,99,111,110,116,114,111,108,32,102,111,114,109,45,99,111,110,116,114,111,108,45,115,109,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,80,117,66,117,71,110,34,62,80,117,114,112,108,101,45,66,108,117,101,45,71,114,101,101,110,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,80,117,82,100,34,62,80,117,114,112,108,101,45,82,101,100,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,80,117,66,117,34,62,80,117,114,112,108,101,45,66,108,117,101,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,89,108,79,114,66,114,34,62,89,101,108,108,111,119,45,79,114,97,110,103,101,45,66,114,111,119,110,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,89,108,79,114,82,100,34,62,89,101,108,108,111,119,45,79,114,97,110,103,101,45,82,101,100,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,89,108,71,110,34,62,89,101,108,108,111,119,45,71,114,101,101,110,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,89,108,71,110,66,117,34,62,89,101,108,108,111,119,45,71,114,101,101,110,45,66,108,117,101,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,80,108,97,115,109,97,34,62,80,108,97,115,109,97,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,77,97,103,109,97,34,62,77,97,103,109,97,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,73,110,102,101,114,110,111,34,62,73,110,102,101,114,110,111,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,86,105,114,105,100,105,115,34,62,86,105,114,105,100,105,115,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,84,117,114,98,111,34,62,84,117,114,98,111,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,115,101,108,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,102,111,114,109,45,103,114,111,117,112,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,32,102,111,114,61,34,115,101,116,116,105,110,103,84,114,101,101,109,97,112,83,105,122,101,34,62,84,114,101,101,109,97,112,32,115,105,122,101,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,101,108,101,99,116,32,105,100,61,34,115,101,116,116,105,110,103,84,114,101,101,109,97,112,83,105,122,101,34,32,99,108,97,115,115,61,34,102,111,114,109,45,99,111,110,116,114,111,108,32,102,111,114,109,45,99,111,110,116,114,111,108,45,115,109,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,115,109,97,108,108,34,62,83,109,97,108,108,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,109,101,100,105,117,109,34,62,77,101,100,105,117,109,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,108,97,114,103,101,34,62,76,97,114,103,101,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,120,45,108,97,114,103,101,34,62,88,45,76,97,114,103,101,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,120,120,45,108,97,114,103,101,34,62,88,88,45,76,97,114,103,101,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,115,101,108,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,117,116,116,111,110,32,99,108,97,115,115,61,34,98,116,110,32,98,116,110,45,112,114,105,109,97,114,121,32,109,108,45,97,117,116,111,34,32,111,110,99,108,105,99,107,61,34,117,112,100,97,116,101,83,101,116,116,105,110,103,115,40,41,34,62,85,112,100,97,116,101,32,115,101,116,116,105,110,103,115,60,47,98,117,116,116,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,34,32,105,100,61,34,112,97,116,104,84,114,101,101,77,111,100,97,108,34,32,116,97,98,105,110,100,101,120,61,34,45,49,34,32,114,111,108,101,61,34,100,105,97,108,111,103,34,32,97,114,105,97,45,108,97,98,101,108,108,101,100,98,121,61,34,109,111,100,97,108,45,116,105,116,108,101,34,32,97,114,105,97,45,104,105,100,100,101,110,61,34,116,114,117,101,34,62,10,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,45,100,105,97,108,111,103,32,109,111,100,97,108,45,108,103,34,32,114,111,108,101,61,34,100,111,99,117,109,101,110,116,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,45,99,111,110,116,101,110,116,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,45,104,101,97,100,101,114,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,104,53,32,99,108,97,115,115,61,34,109,111,100,97,108,45,116,105,116,108,101,34,62,83,101,108,101,99,116,32,112,97,116,104,60,47,104,53,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,117,116,116,111,110,32,116,121,112,101,61,34,98,117,116,116,111,110,34,32,99,108,97,115,115,61,34,99,108,111,115,101,34,32,100,97,116,97,45,100,105,115,109,105,115,115,61,34,109,111,100,97,108,34,32,97,114,105,97,45,108,97,98,101,108,61,34,67,108,111,115,101,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,112,97,110,32,97,114,105,97,45,104,105,100,100,101,110,61,34,116,114,117,101,34,62,38,116,105,109,101,115,59,60,47,115,112,97,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,98,117,116,116,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,45,98,111,100,121,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,105,100,61,34,112,97,116,104,84,114,101,101,34,32,99,108,97,115,115,61,34,116,114,101,101,34,62,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,60,100,105,118,32,105,100,61,34,115,101,97,114,99,104,82,101,115,117,108,116,115,34,62,60,47,100,105,118,62,10,60,47,100,105,118,62,10,10,60,115,99,114,105,112,116,32,115,114,99,61,34,106,115,108,105,98,34,32,116,121,112,101,61,34,116,101,120,116,47,106,97,118,97,115,99,114,105,112,116,34,62,60,47,115,99,114,105,112,116,62,10,60,115,99,114,105,112,116,32,115,114,99,61,34,106,115,115,101,97,114,99,104,34,32,116,121,112,101,61,34,116,101,120,116,47,106,97,118,97,115,99,114,105,112,116,34,62,60,47,115,99,114,105,112,116,62,10,60,47,98,111,100,121,62,10,60,47,104,116,109,108,62,10}; +char stats_html[25859] = {60,33,68,79,67,84,89,80,69,32,104,116,109,108,62,10,60,104,116,109,108,32,108,97,110,103,61,34,101,110,34,62,10,60,104,101,97,100,62,10,32,32,32,32,60,109,101,116,97,32,99,104,97,114,115,101,116,61,34,117,116,102,45,56,34,62,10,32,32,32,32,60,116,105,116,108,101,62,115,105,115,116,50,32,45,32,83,116,97,116,115,60,47,116,105,116,108,101,62,10,32,32,32,32,60,109,101,116,97,32,110,97,109,101,61,39,118,105,101,119,112,111,114,116,39,32,99,111,110,116,101,110,116,61,39,119,105,100,116,104,61,100,101,118,105,99,101,45,119,105,100,116,104,44,32,105,110,105,116,105,97,108,45,115,99,97,108,101,61,49,46,48,44,32,109,97,120,105,109,117,109,45,115,99,97,108,101,61,49,46,48,44,32,117,115,101,114,45,115,99,97,108,97,98,108,101,61,110,111,39,47,62,10,32,32,32,32,60,108,105,110,107,32,104,114,101,102,61,34,99,115,115,34,32,114,101,108,61,34,115,116,121,108,101,115,104,101,101,116,34,32,116,121,112,101,61,34,116,101,120,116,47,99,115,115,34,62,10,60,47,104,101,97,100,62,10,60,98,111,100,121,62,10,10,60,110,97,118,32,99,108,97,115,115,61,34,110,97,118,98,97,114,32,110,97,118,98,97,114,45,101,120,112,97,110,100,45,108,103,34,62,10,32,32,32,32,60,97,32,99,108,97,115,115,61,34,110,97,118,98,97,114,45,98,114,97,110,100,34,32,104,114,101,102,61,34,47,34,62,115,105,115,116,50,60,47,97,62,10,32,32,32,32,60,115,112,97,110,32,99,108,97,115,115,61,34,98,97,100,103,101,32,98,97,100,103,101,45,112,105,108,108,32,118,101,114,115,105,111,110,34,62,50,46,52,46,49,60,47,115,112,97,110,62,10,32,32,32,32,60,115,112,97,110,32,99,108,97,115,115,61,34,116,97,103,108,105,110,101,34,62,76,105,103,104,116,110,105,110,103,45,102,97,115,116,32,102,105,108,101,32,115,121,115,116,101,109,32,105,110,100,101,120,101,114,32,97,110,100,32,115,101,97,114,99,104,32,116,111,111,108,32,60,47,115,112,97,110,62,10,32,32,32,32,60,97,32,115,116,121,108,101,61,34,109,97,114,103,105,110,45,108,101,102,116,58,32,97,117,116,111,34,32,99,108,97,115,115,61,34,98,116,110,34,32,104,114,101,102,61,34,47,34,62,66,97,99,107,60,47,97,62,10,32,32,32,32,60,98,117,116,116,111,110,32,99,108,97,115,115,61,34,98,116,110,34,32,116,121,112,101,61,34,98,117,116,116,111,110,34,32,100,97,116,97,45,116,111,103,103,108,101,61,34,109,111,100,97,108,34,32,100,97,116,97,45,116,97,114,103,101,116,61,34,35,115,101,116,116,105,110,103,115,34,10,32,32,32,32,32,32,32,32,32,32,32,32,111,110,99,108,105,99,107,61,34,108,111,97,100,83,101,116,116,105,110,103,115,40,41,34,62,83,101,116,116,105,110,103,115,10,32,32,32,32,60,47,98,117,116,116,111,110,62,10,32,32,32,32,60,98,117,116,116,111,110,32,99,108,97,115,115,61,34,98,116,110,34,32,116,105,116,108,101,61,34,84,111,103,103,108,101,32,116,104,101,109,101,34,32,111,110,99,108,105,99,107,61,34,116,111,103,103,108,101,84,104,101,109,101,40,41,34,62,84,104,101,109,101,60,47,98,117,116,116,111,110,62,10,60,47,110,97,118,62,10,10,60,100,105,118,32,99,108,97,115,115,61,34,99,111,110,116,97,105,110,101,114,32,112,98,45,51,34,62,10,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,99,97,114,100,34,62,10,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,99,97,114,100,45,98,111,100,121,34,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,32,102,111,114,61,34,105,110,100,105,99,101,115,34,62,73,110,100,101,120,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,115,101,108,101,99,116,32,105,100,61,34,105,110,100,105,99,101,115,34,32,111,110,99,104,97,110,103,101,61,34,117,112,100,97,116,101,83,116,97,116,115,40,41,34,62,60,47,115,101,108,101,99,116,62,10,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,60,100,105,118,32,105,100,61,34,116,114,101,101,109,97,112,45,99,97,114,100,34,32,99,108,97,115,115,61,34,115,116,97,116,115,45,99,97,114,100,34,62,10,32,32,32,32,32,32,32,32,60,98,117,116,116,111,110,32,99,108,97,115,115,61,34,98,116,110,32,115,116,97,116,115,45,98,116,110,34,32,111,110,99,108,105,99,107,61,34,102,117,108,108,83,99,114,101,101,110,40,39,116,114,101,101,109,97,112,45,99,97,114,100,39,41,34,62,69,110,108,97,114,103,101,60,47,98,117,116,116,111,110,62,10,32,32,32,32,32,32,32,32,60,98,117,116,116,111,110,32,99,108,97,115,115,61,34,98,116,110,32,115,116,97,116,115,45,98,116,110,34,32,111,110,99,108,105,99,107,61,34,101,120,112,111,114,116,84,114,101,101,109,97,112,40,41,34,62,69,120,112,111,114,116,60,47,98,117,116,116,111,110,62,10,32,32,32,32,32,32,32,32,60,115,118,103,32,105,100,61,34,116,114,101,101,109,97,112,34,62,60,47,115,118,103,62,10,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,60,100,105,118,32,105,100,61,34,103,114,97,112,104,115,45,99,97,114,100,34,32,99,108,97,115,115,61,34,115,116,97,116,115,45,99,97,114,100,34,62,10,32,32,32,32,32,32,32,32,60,98,117,116,116,111,110,32,99,108,97,115,115,61,34,98,116,110,32,115,116,97,116,115,45,98,116,110,34,32,111,110,99,108,105,99,107,61,34,102,117,108,108,83,99,114,101,101,110,40,39,103,114,97,112,104,115,45,99,97,114,100,39,41,34,62,69,110,108,97,114,103,101,60,47,98,117,116,116,111,110,62,10,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,103,114,97,112,104,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,115,118,103,32,105,100,61,34,97,103,103,95,109,105,109,101,95,115,105,122,101,34,62,60,47,115,118,103,62,10,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,103,114,97,112,104,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,115,118,103,32,105,100,61,34,97,103,103,95,109,105,109,101,95,99,111,117,110,116,34,62,60,47,115,118,103,62,10,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,103,114,97,112,104,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,115,118,103,32,105,100,61,34,100,97,116,101,95,104,105,115,116,111,103,114,97,109,34,62,60,47,115,118,103,62,10,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,103,114,97,112,104,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,115,118,103,32,105,100,61,34,115,105,122,101,95,104,105,115,116,111,103,114,97,109,34,62,60,47,115,118,103,62,10,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,60,47,100,105,118,62,10,60,47,100,105,118,62,10,10,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,34,32,105,100,61,34,115,101,116,116,105,110,103,115,34,32,116,97,98,105,110,100,101,120,61,34,45,49,34,32,114,111,108,101,61,34,100,105,97,108,111,103,34,32,97,114,105,97,45,108,97,98,101,108,108,101,100,98,121,61,34,109,111,100,97,108,45,116,105,116,108,101,34,32,97,114,105,97,45,104,105,100,100,101,110,61,34,116,114,117,101,34,62,10,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,45,100,105,97,108,111,103,32,109,111,100,97,108,45,100,105,97,108,111,103,45,99,101,110,116,101,114,101,100,34,32,114,111,108,101,61,34,100,111,99,117,109,101,110,116,34,62,10,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,45,99,111,110,116,101,110,116,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,45,104,101,97,100,101,114,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,104,53,32,99,108,97,115,115,61,34,109,111,100,97,108,45,116,105,116,108,101,34,62,83,101,116,116,105,110,103,115,60,47,104,53,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,117,116,116,111,110,32,116,121,112,101,61,34,98,117,116,116,111,110,34,32,99,108,97,115,115,61,34,99,108,111,115,101,34,32,100,97,116,97,45,100,105,115,109,105,115,115,61,34,109,111,100,97,108,34,32,97,114,105,97,45,108,97,98,101,108,61,34,67,108,111,115,101,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,112,97,110,32,97,114,105,97,45,104,105,100,100,101,110,61,34,116,114,117,101,34,62,38,116,105,109,101,115,59,60,47,115,112,97,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,98,117,116,116,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,109,111,100,97,108,45,98,111,100,121,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,32,99,117,115,116,111,109,45,99,104,101,99,107,98,111,120,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,105,110,112,117,116,32,116,121,112,101,61,34,99,104,101,99,107,98,111,120,34,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,34,32,105,100,61,34,115,101,116,116,105,110,103,72,105,103,104,108,105,103,104,116,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,34,32,102,111,114,61,34,115,101,116,116,105,110,103,72,105,103,104,108,105,103,104,116,34,62,69,110,97,98,108,101,32,104,105,103,104,108,105,103,104,116,105,110,103,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,32,99,117,115,116,111,109,45,99,104,101,99,107,98,111,120,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,105,110,112,117,116,32,116,121,112,101,61,34,99,104,101,99,107,98,111,120,34,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,34,32,105,100,61,34,115,101,116,116,105,110,103,70,117,122,122,121,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,34,32,102,111,114,61,34,115,101,116,116,105,110,103,70,117,122,122,121,34,62,83,101,116,32,102,117,122,122,121,32,115,101,97,114,99,104,32,98,121,32,100,101,102,97,117,108,116,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,32,99,117,115,116,111,109,45,99,104,101,99,107,98,111,120,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,105,110,112,117,116,32,116,121,112,101,61,34,99,104,101,99,107,98,111,120,34,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,34,32,105,100,61,34,115,101,116,116,105,110,103,83,117,103,103,101,115,116,80,97,116,104,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,34,32,102,111,114,61,34,115,101,116,116,105,110,103,83,117,103,103,101,115,116,80,97,116,104,34,62,69,110,97,98,108,101,32,97,117,116,111,45,99,111,109,112,108,101,116,101,32,105,110,32,112,97,116,104,32,102,105,108,116,101,114,32,98,97,114,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,32,99,117,115,116,111,109,45,99,104,101,99,107,98,111,120,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,105,110,112,117,116,32,116,121,112,101,61,34,99,104,101,99,107,98,111,120,34,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,105,110,112,117,116,34,32,105,100,61,34,115,101,116,116,105,110,103,83,101,97,114,99,104,73,110,80,97,116,104,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,32,99,108,97,115,115,61,34,99,117,115,116,111,109,45,99,111,110,116,114,111,108,45,108,97,98,101,108,34,32,102,111,114,61,34,115,101,116,116,105,110,103,83,101,97,114,99,104,73,110,80,97,116,104,34,62,69,110,97,98,108,101,32,109,97,116,99,104,105,110,103,32,113,117,101,114,121,32,97,103,97,105,110,115,116,32,100,111,99,117,109,101,110,116,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,112,97,116,104,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,32,102,111,114,61,34,115,101,116,116,105,110,103,68,105,115,112,108,97,121,34,62,68,105,115,112,108,97,121,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,101,108,101,99,116,32,105,100,61,34,115,101,116,116,105,110,103,68,105,115,112,108,97,121,34,32,99,108,97,115,115,61,34,102,111,114,109,45,99,111,110,116,114,111,108,32,102,111,114,109,45,99,111,110,116,114,111,108,45,115,109,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,103,114,105,100,34,62,71,114,105,100,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,108,105,115,116,34,62,76,105,115,116,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,115,101,108,101,99,116,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,104,114,47,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,104,52,62,83,116,97,116,115,60,47,104,52,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,102,111,114,109,45,103,114,111,117,112,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,32,102,111,114,61,34,115,101,116,116,105,110,103,84,114,101,101,109,97,112,84,121,112,101,34,62,84,114,101,101,109,97,112,32,116,121,112,101,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,101,108,101,99,116,32,105,100,61,34,115,101,116,116,105,110,103,84,114,101,101,109,97,112,84,121,112,101,34,32,99,108,97,115,115,61,34,102,111,114,109,45,99,111,110,116,114,111,108,32,102,111,114,109,45,99,111,110,116,114,111,108,45,115,109,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,99,97,115,99,97,100,101,100,34,62,67,97,115,99,97,100,101,100,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,102,108,97,116,34,62,70,108,97,116,32,40,99,111,109,112,97,99,116,41,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,115,101,108,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,102,111,114,109,45,103,114,111,117,112,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,32,102,111,114,61,34,115,101,116,116,105,110,103,84,114,101,101,109,97,112,84,105,108,105,110,103,34,62,84,114,101,101,109,97,112,32,116,105,108,105,110,103,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,101,108,101,99,116,32,105,100,61,34,115,101,116,116,105,110,103,84,114,101,101,109,97,112,84,105,108,105,110,103,34,32,99,108,97,115,115,61,34,102,111,114,109,45,99,111,110,116,114,111,108,32,102,111,114,109,45,99,111,110,116,114,111,108,45,115,109,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,98,105,110,97,114,121,34,62,66,105,110,97,114,121,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,115,113,117,97,114,105,102,121,34,62,83,113,117,97,114,105,102,121,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,115,108,105,99,101,34,62,83,108,105,99,101,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,100,105,99,101,34,62,68,105,99,101,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,115,108,105,99,101,68,105,99,101,34,62,83,108,105,100,101,32,38,32,68,105,99,101,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,115,101,108,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,102,111,114,109,45,103,114,111,117,112,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,32,102,111,114,61,34,115,101,116,116,105,110,103,84,114,101,101,109,97,112,71,114,111,117,112,105,110,103,68,101,112,116,104,34,62,84,114,101,101,109,97,112,32,99,111,108,111,114,32,103,114,111,117,112,105,110,103,32,100,101,112,116,104,32,40,102,108,97,116,41,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,105,110,112,117,116,32,116,121,112,101,61,34,110,117,109,98,101,114,34,32,99,108,97,115,115,61,34,102,111,114,109,45,99,111,110,116,114,111,108,34,32,105,100,61,34,115,101,116,116,105,110,103,84,114,101,101,109,97,112,71,114,111,117,112,105,110,103,68,101,112,116,104,34,32,109,105,110,61,34,49,34,32,109,97,120,61,34,49,48,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,102,111,114,109,45,103,114,111,117,112,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,32,102,111,114,61,34,115,101,116,116,105,110,103,84,114,101,101,109,97,112,67,111,108,111,114,34,62,84,114,101,101,109,97,112,32,99,111,108,111,114,32,40,99,97,115,99,97,100,101,100,41,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,101,108,101,99,116,32,105,100,61,34,115,101,116,116,105,110,103,84,114,101,101,109,97,112,67,111,108,111,114,34,32,99,108,97,115,115,61,34,102,111,114,109,45,99,111,110,116,114,111,108,32,102,111,114,109,45,99,111,110,116,114,111,108,45,115,109,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,80,117,66,117,71,110,34,62,80,117,114,112,108,101,45,66,108,117,101,45,71,114,101,101,110,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,80,117,82,100,34,62,80,117,114,112,108,101,45,82,101,100,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,80,117,66,117,34,62,80,117,114,112,108,101,45,66,108,117,101,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,89,108,79,114,66,114,34,62,89,101,108,108,111,119,45,79,114,97,110,103,101,45,66,114,111,119,110,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,89,108,79,114,82,100,34,62,89,101,108,108,111,119,45,79,114,97,110,103,101,45,82,101,100,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,89,108,71,110,34,62,89,101,108,108,111,119,45,71,114,101,101,110,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,89,108,71,110,66,117,34,62,89,101,108,108,111,119,45,71,114,101,101,110,45,66,108,117,101,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,80,108,97,115,109,97,34,62,80,108,97,115,109,97,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,77,97,103,109,97,34,62,77,97,103,109,97,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,73,110,102,101,114,110,111,34,62,73,110,102,101,114,110,111,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,86,105,114,105,100,105,115,34,62,86,105,114,105,100,105,115,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,84,117,114,98,111,34,62,84,117,114,98,111,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,115,101,108,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,105,118,32,99,108,97,115,115,61,34,102,111,114,109,45,103,114,111,117,112,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,32,102,111,114,61,34,115,101,116,116,105,110,103,84,114,101,101,109,97,112,83,105,122,101,34,62,84,114,101,101,109,97,112,32,115,105,122,101,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,101,108,101,99,116,32,105,100,61,34,115,101,116,116,105,110,103,84,114,101,101,109,97,112,83,105,122,101,34,32,99,108,97,115,115,61,34,102,111,114,109,45,99,111,110,116,114,111,108,32,102,111,114,109,45,99,111,110,116,114,111,108,45,115,109,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,115,109,97,108,108,34,62,83,109,97,108,108,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,109,101,100,105,117,109,34,62,77,101,100,105,117,109,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,108,97,114,103,101,34,62,76,97,114,103,101,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,120,45,108,97,114,103,101,34,62,88,45,76,97,114,103,101,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,32,118,97,108,117,101,61,34,120,120,45,108,97,114,103,101,34,62,88,88,45,76,97,114,103,101,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,115,101,108,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,117,116,116,111,110,32,99,108,97,115,115,61,34,98,116,110,32,98,116,110,45,112,114,105,109,97,114,121,32,102,108,111,97,116,45,114,105,103,104,116,34,32,111,110,99,108,105,99,107,61,34,117,112,100,97,116,101,83,101,116,116,105,110,103,115,40,41,34,62,85,112,100,97,116,101,32,115,101,116,116,105,110,103,115,60,47,98,117,116,116,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,32,32,32,32,60,47,100,105,118,62,10,32,32,32,32,60,47,100,105,118,62,10,60,47,100,105,118,62,10,10,60,115,99,114,105,112,116,32,115,114,99,61,34,106,115,108,105,98,34,32,116,121,112,101,61,34,116,101,120,116,47,106,97,118,97,115,99,114,105,112,116,34,62,60,47,115,99,114,105,112,116,62,10,60,115,99,114,105,112,116,62,10,108,101,116,32,119,105,100,116,104,59,10,108,101,116,32,104,101,105,103,104,116,59,10,108,101,116,32,105,110,100,101,120,77,97,112,32,61,32,123,125,59,10,10,99,111,110,115,116,32,98,97,114,72,101,105,103,104,116,32,61,32,50,48,59,10,99,111,110,115,116,32,111,114,100,105,110,97,108,67,111,108,111,114,32,61,32,100,51,46,115,99,97,108,101,79,114,100,105,110,97,108,40,100,51,46,115,99,104,101,109,101,67,97,116,101,103,111,114,121,49,48,41,59,10,10,99,111,110,115,116,32,102,111,114,109,97,116,83,73,32,61,32,100,51,46,102,111,114,109,97,116,40,34,126,115,34,41,59,10,10,10,99,111,110,115,116,32,84,73,76,73,78,71,95,77,79,68,69,83,32,61,32,123,10,32,32,32,32,34,115,113,117,97,114,105,102,121,34,58,32,100,51,46,116,114,101,101,109,97,112,83,113,117,97,114,105,102,121,44,10,32,32,32,32,34,98,105,110,97,114,121,34,58,32,100,51,46,116,114,101,101,109,97,112,66,105,110,97,114,121,44,10,32,32,32,32,34,115,108,105,99,101,68,105,99,101,34,58,32,100,51,46,116,114,101,101,109,97,112,83,108,105,99,101,68,105,99,101,44,10,32,32,32,32,34,115,108,105,99,101,34,58,32,100,51,46,116,114,101,101,109,97,112,83,108,105,99,101,44,10,32,32,32,32,34,100,105,99,101,34,58,32,100,51,46,116,114,101,101,109,97,112,68,105,99,101,44,10,125,59,10,10,99,111,110,115,116,32,67,79,76,79,82,83,32,61,32,123,10,32,32,32,32,34,80,117,66,117,71,110,34,58,32,100,51,46,105,110,116,101,114,112,111,108,97,116,101,80,117,66,117,71,110,44,10,32,32,32,32,34,80,117,82,100,34,58,32,100,51,46,105,110,116,101,114,112,111,108,97,116,101,80,117,82,100,44,10,32,32,32,32,34,80,117,66,117,34,58,32,100,51,46,105,110,116,101,114,112,111,108,97,116,101,80,117,66,117,44,10,32,32,32,32,34,89,108,79,114,66,114,34,58,32,100,51,46,105,110,116,101,114,112,111,108,97,116,101,89,108,79,114,66,114,44,10,32,32,32,32,34,89,108,79,114,82,100,34,58,32,100,51,46,105,110,116,101,114,112,111,108,97,116,101,89,108,79,114,82,100,44,10,32,32,32,32,34,89,108,71,110,34,58,32,100,51,46,105,110,116,101,114,112,111,108,97,116,101,89,108,71,110,44,10,32,32,32,32,34,89,108,71,110,66,117,34,58,32,100,51,46,105,110,116,101,114,112,111,108,97,116,101,89,108,71,110,66,117,44,10,32,32,32,32,34,80,108,97,115,109,97,34,58,32,100,51,46,105,110,116,101,114,112,111,108,97,116,101,80,108,97,115,109,97,44,10,32,32,32,32,34,77,97,103,109,97,34,58,32,100,51,46,105,110,116,101,114,112,111,108,97,116,101,77,97,103,109,97,44,10,32,32,32,32,34,73,110,102,101,114,110,111,34,58,32,100,51,46,105,110,116,101,114,112,111,108,97,116,101,73,110,102,101,114,110,111,44,10,32,32,32,32,34,86,105,114,105,100,105,115,34,58,32,100,51,46,105,110,116,101,114,112,111,108,97,116,101,86,105,114,105,100,105,115,44,10,32,32,32,32,34,84,117,114,98,111,34,58,32,100,51,46,105,110,116,101,114,112,111,108,97,116,101,84,117,114,98,111,44,10,125,59,10,10,99,111,110,115,116,32,83,73,90,69,83,32,61,32,123,10,32,32,32,32,34,115,109,97,108,108,34,58,32,91,56,48,48,44,32,54,48,48,93,44,10,32,32,32,32,34,109,101,100,105,117,109,34,58,32,91,49,51,48,48,44,32,55,53,48,93,44,10,32,32,32,32,34,108,97,114,103,101,34,58,32,91,49,57,48,48,44,32,57,48,48,93,44,10,32,32,32,32,34,120,45,108,97,114,103,101,34,58,32,91,50,56,48,48,44,32,49,55,48,48,93,44,10,32,32,32,32,34,120,120,45,108,97,114,103,101,34,58,32,91,51,54,48,48,44,32,50,48,48,48,93,44,10,125,59,10,10,99,111,110,115,116,32,102,105,108,108,79,112,97,99,105,116,121,32,61,32,100,111,99,117,109,101,110,116,46,99,111,111,107,105,101,46,105,110,99,108,117,100,101,115,40,34,115,105,115,116,34,41,32,63,32,48,46,57,32,58,32,48,46,54,59,10,10,99,111,110,115,116,32,117,105,100,115,32,61,32,123,125,59,10,10,102,117,110,99,116,105,111,110,32,117,105,100,40,110,97,109,101,41,32,123,10,32,32,32,32,108,101,116,32,105,100,32,61,32,117,105,100,115,91,110,97,109,101,93,32,124,124,32,48,59,10,32,32,32,32,117,105,100,115,91,110,97,109,101,93,32,61,32,105,100,32,43,32,49,59,10,32,32,32,32,114,101,116,117,114,110,32,110,97,109,101,32,43,32,105,100,59,10,125,10,10,99,111,110,115,116,32,98,117,114,114,111,119,32,61,32,102,117,110,99,116,105,111,110,32,40,116,97,98,108,101,44,32,97,100,100,83,101,108,102,68,105,114,41,32,123,10,32,32,32,32,99,111,110,115,116,32,114,111,111,116,32,61,32,123,125,59,10,32,32,32,32,116,97,98,108,101,46,102,111,114,69,97,99,104,40,114,111,119,32,61,62,32,123,10,32,32,32,32,32,32,32,32,108,101,116,32,108,97,121,101,114,32,61,32,114,111,111,116,59,10,10,32,32,32,32,32,32,32,32,114,111,119,46,116,97,120,111,110,111,109,121,46,102,111,114,69,97,99,104,40,107,101,121,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,108,97,121,101,114,91,107,101,121,93,32,61,32,107,101,121,32,105,110,32,108,97,121,101,114,32,63,32,108,97,121,101,114,91,107,101,121,93,32,58,32,123,125,59,10,32,32,32,32,32,32,32,32,32,32,32,32,108,97,121,101,114,32,61,32,108,97,121,101,114,91,107,101,121,93,59,10,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,105,102,32,40,79,98,106,101,99,116,46,107,101,121,115,40,108,97,121,101,114,41,46,108,101,110,103,116,104,32,61,61,61,32,48,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,108,97,121,101,114,91,34,36,115,105,122,101,36,34,93,32,61,32,114,111,119,46,115,105,122,101,59,10,32,32,32,32,32,32,32,32,125,32,101,108,115,101,32,105,102,32,40,97,100,100,83,101,108,102,68,105,114,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,108,97,121,101,114,91,34,46,34,93,32,61,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,34,36,115,105,122,101,36,34,58,32,114,111,119,46,115,105,122,101,44,10,32,32,32,32,32,32,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,125,41,59,10,10,32,32,32,32,99,111,110,115,116,32,100,101,115,99,101,110,100,32,61,32,102,117,110,99,116,105,111,110,32,40,111,98,106,44,32,100,101,112,116,104,41,32,123,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,79,98,106,101,99,116,46,107,101,121,115,40,111,98,106,41,46,102,105,108,116,101,114,40,107,32,61,62,32,107,32,33,61,61,32,34,36,115,105,122,101,36,34,41,46,109,97,112,40,107,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,99,111,110,115,116,32,99,104,105,108,100,32,61,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,110,97,109,101,58,32,107,44,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,100,101,112,116,104,58,32,100,101,112,116,104,44,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,108,117,101,58,32,48,44,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,99,104,105,108,100,114,101,110,58,32,100,101,115,99,101,110,100,40,111,98,106,91,107,93,44,32,100,101,112,116,104,32,43,32,49,41,10,32,32,32,32,32,32,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,34,36,115,105,122,101,36,34,32,105,110,32,111,98,106,91,107,93,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,99,104,105,108,100,46,118,97,108,117,101,32,61,32,111,98,106,91,107,93,91,34,36,115,105,122,101,36,34,93,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,99,104,105,108,100,59,10,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,125,59,10,10,32,32,32,32,114,101,116,117,114,110,32,123,10,32,32,32,32,32,32,32,32,110,97,109,101,58,32,96,91,36,123,105,110,100,101,120,77,97,112,91,36,40,34,35,105,110,100,105,99,101,115,34,41,46,118,97,108,40,41,93,125,93,96,44,10,32,32,32,32,32,32,32,32,99,104,105,108,100,114,101,110,58,32,100,101,115,99,101,110,100,40,114,111,111,116,44,32,49,41,44,10,32,32,32,32,32,32,32,32,118,97,108,117,101,58,32,48,44,10,32,32,32,32,32,32,32,32,100,101,112,116,104,58,32,48,44,10,32,32,32,32,125,10,125,59,10,10,102,117,110,99,116,105,111,110,32,102,108,97,116,84,114,101,101,109,97,112,40,100,97,116,97,44,32,115,118,103,41,32,123,10,32,32,32,32,99,111,110,115,116,32,114,111,111,116,32,61,32,100,51,46,116,114,101,101,109,97,112,40,41,10,32,32,32,32,32,32,32,32,46,116,105,108,101,40,84,73,76,73,78,71,95,77,79,68,69,83,91,67,79,78,70,46,111,112,116,105,111,110,115,46,116,114,101,101,109,97,112,84,105,108,105,110,103,93,41,10,32,32,32,32,32,32,32,32,46,115,105,122,101,40,91,119,105,100,116,104,44,32,104,101,105,103,104,116,93,41,10,32,32,32,32,32,32,32,32,46,112,97,100,100,105,110,103,40,49,41,10,32,32,32,32,32,32,32,32,46,114,111,117,110,100,40,116,114,117,101,41,40,10,32,32,32,32,32,32,32,32,32,32,32,32,100,51,46,104,105,101,114,97,114,99,104,121,40,100,97,116,97,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,46,115,117,109,40,100,32,61,62,32,100,46,118,97,108,117,101,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,46,115,111,114,116,40,40,97,44,32,98,41,32,61,62,32,98,46,118,97,108,117,101,32,45,32,97,46,118,97,108,117,101,41,10,32,32,32,32,32,32,32,32,41,59,10,10,32,32,32,32,99,111,110,115,116,32,108,101,97,102,32,61,32,115,118,103,46,115,101,108,101,99,116,65,108,108,40,34,103,34,41,10,32,32,32,32,32,32,32,32,46,100,97,116,97,40,114,111,111,116,46,108,101,97,118,101,115,40,41,41,10,32,32,32,32,32,32,32,32,46,106,111,105,110,40,34,103,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,32,100,32,61,62,32,96,116,114,97,110,115,108,97,116,101,40,36,123,100,46,120,48,125,44,36,123,100,46,121,48,125,41,96,41,59,10,10,32,32,32,32,108,101,97,102,46,97,112,112,101,110,100,40,34,116,105,116,108,101,34,41,10,32,32,32,32,32,32,32,32,46,116,101,120,116,40,100,32,61,62,32,96,36,123,100,46,97,110,99,101,115,116,111,114,115,40,41,46,114,101,118,101,114,115,101,40,41,46,109,97,112,40,100,32,61,62,32,100,46,100,97,116,97,46,110,97,109,101,41,46,106,111,105,110,40,34,47,34,41,125,92,110,36,123,104,117,109,97,110,70,105,108,101,83,105,122,101,40,100,46,118,97,108,117,101,41,125,96,41,59,10,10,32,32,32,32,108,101,97,102,46,97,112,112,101,110,100,40,34,114,101,99,116,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,105,100,34,44,32,100,32,61,62,32,40,100,46,108,101,97,102,85,105,100,32,61,32,117,105,100,40,34,108,101,97,102,34,41,41,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,102,105,108,108,34,44,32,100,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,119,104,105,108,101,32,40,100,46,100,101,112,116,104,32,62,32,67,79,78,70,46,111,112,116,105,111,110,115,46,116,114,101,101,109,97,112,71,114,111,117,112,105,110,103,68,101,112,116,104,41,32,100,32,61,32,100,46,112,97,114,101,110,116,59,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,111,114,100,105,110,97,108,67,111,108,111,114,40,100,46,100,97,116,97,46,110,97,109,101,41,59,10,32,32,32,32,32,32,32,32,125,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,102,105,108,108,45,111,112,97,99,105,116,121,34,44,32,102,105,108,108,79,112,97,99,105,116,121,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,119,105,100,116,104,34,44,32,100,32,61,62,32,100,46,120,49,32,45,32,100,46,120,48,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,104,101,105,103,104,116,34,44,32,100,32,61,62,32,100,46,121,49,32,45,32,100,46,121,48,41,59,10,10,32,32,32,32,108,101,97,102,46,97,112,112,101,110,100,40,34,99,108,105,112,80,97,116,104,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,105,100,34,44,32,100,32,61,62,32,40,100,46,99,108,105,112,85,105,100,32,61,32,117,105,100,40,34,99,108,105,112,34,41,41,41,10,32,32,32,32,32,32,32,32,46,97,112,112,101,110,100,40,34,117,115,101,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,104,114,101,102,34,44,32,100,32,61,62,32,96,35,36,123,100,46,108,101,97,102,85,105,100,125,96,41,59,10,10,32,32,32,32,108,101,97,102,46,97,112,112,101,110,100,40,34,116,101,120,116,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,99,108,105,112,45,112,97,116,104,34,44,32,100,32,61,62,32,96,117,114,108,40,35,36,123,100,46,99,108,105,112,85,105,100,125,41,96,41,10,32,32,32,32,32,32,32,32,46,115,101,108,101,99,116,65,108,108,40,34,116,115,112,97,110,34,41,10,32,32,32,32,32,32,32,32,46,100,97,116,97,40,100,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,100,46,100,97,116,97,46,110,97,109,101,32,61,61,61,32,34,46,34,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,100,32,61,32,100,46,112,97,114,101,110,116,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,91,100,46,100,97,116,97,46,110,97,109,101,44,32,104,117,109,97,110,70,105,108,101,83,105,122,101,40,100,46,118,97,108,117,101,41,93,10,32,32,32,32,32,32,32,32,125,41,10,32,32,32,32,32,32,32,32,46,106,111,105,110,40,34,116,115,112,97,110,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,120,34,44,32,50,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,121,34,44,32,40,100,44,32,105,44,32,110,111,100,101,115,41,32,61,62,32,96,36,123,105,32,61,61,61,32,48,32,63,32,49,46,49,32,58,32,50,46,51,125,101,109,96,41,10,32,32,32,32,32,32,32,32,46,116,101,120,116,40,100,32,61,62,32,100,41,59,10,125,10,10,102,117,110,99,116,105,111,110,32,99,97,115,99,97,100,101,40,114,111,111,116,44,32,111,102,102,115,101,116,41,32,123,10,32,32,32,32,99,111,110,115,116,32,120,32,61,32,110,101,119,32,77,97,112,59,10,32,32,32,32,99,111,110,115,116,32,121,32,61,32,110,101,119,32,77,97,112,59,10,32,32,32,32,114,101,116,117,114,110,32,114,111,111,116,46,101,97,99,104,65,102,116,101,114,40,100,32,61,62,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,100,46,99,104,105,108,100,114,101,110,32,38,38,32,100,46,99,104,105,108,100,114,101,110,46,108,101,110,103,116,104,32,33,61,61,32,48,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,120,46,115,101,116,40,100,44,32,49,32,43,32,100,51,46,109,97,120,40,100,46,99,104,105,108,100,114,101,110,44,32,99,32,61,62,32,99,46,120,49,32,61,61,61,32,100,46,120,49,32,45,32,111,102,102,115,101,116,32,63,32,120,46,103,101,116,40,99,41,32,58,32,78,97,78,41,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,121,46,115,101,116,40,100,44,32,49,32,43,32,100,51,46,109,97,120,40,100,46,99,104,105,108,100,114,101,110,44,32,99,32,61,62,32,99,46,121,49,32,61,61,61,32,100,46,121,49,32,45,32,111,102,102,115,101,116,32,63,32,121,46,103,101,116,40,99,41,32,58,32,78,97,78,41,41,59,10,32,32,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,120,46,115,101,116,40,100,44,32,48,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,121,46,115,101,116,40,100,44,32,48,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,125,41,46,101,97,99,104,66,101,102,111,114,101,40,100,32,61,62,32,123,10,32,32,32,32,32,32,32,32,100,46,120,49,32,45,61,32,50,32,42,32,111,102,102,115,101,116,32,42,32,120,46,103,101,116,40,100,41,59,10,32,32,32,32,32,32,32,32,100,46,121,49,32,45,61,32,50,32,42,32,111,102,102,115,101,116,32,42,32,121,46,103,101,116,40,100,41,59,10,32,32,32,32,125,41,59,10,125,10,10,102,117,110,99,116,105,111,110,32,99,97,115,99,97,100,101,84,114,101,101,109,97,112,40,100,97,116,97,44,32,115,118,103,41,32,123,10,10,32,32,32,32,99,111,110,115,116,32,114,111,111,116,32,61,32,99,97,115,99,97,100,101,40,10,32,32,32,32,32,32,32,32,100,51,46,116,114,101,101,109,97,112,40,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,115,105,122,101,40,91,119,105,100,116,104,44,32,104,101,105,103,104,116,93,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,116,105,108,101,40,84,73,76,73,78,71,95,77,79,68,69,83,91,67,79,78,70,46,111,112,116,105,111,110,115,46,116,114,101,101,109,97,112,84,105,108,105,110,103,93,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,112,97,100,100,105,110,103,79,117,116,101,114,40,51,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,112,97,100,100,105,110,103,84,111,112,40,49,54,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,112,97,100,100,105,110,103,73,110,110,101,114,40,49,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,114,111,117,110,100,40,116,114,117,101,41,40,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,100,51,46,104,105,101,114,97,114,99,104,121,40,100,97,116,97,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,46,115,117,109,40,100,32,61,62,32,100,46,118,97,108,117,101,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,46,115,111,114,116,40,40,97,44,32,98,41,32,61,62,32,98,46,118,97,108,117,101,32,45,32,97,46,118,97,108,117,101,41,10,32,32,32,32,32,32,32,32,32,32,32,32,41,44,10,32,32,32,32,32,32,32,32,51,32,47,47,32,116,114,101,101,109,97,112,46,112,97,100,100,105,110,103,79,117,116,101,114,10,32,32,32,32,41,59,10,10,32,32,32,32,99,111,110,115,116,32,109,97,120,68,101,112,116,104,32,61,32,77,97,116,104,46,109,97,120,40,46,46,46,114,111,111,116,46,100,101,115,99,101,110,100,97,110,116,115,40,41,46,109,97,112,40,100,32,61,62,32,100,46,100,101,112,116,104,41,41,59,10,32,32,32,32,99,111,110,115,116,32,99,111,108,111,114,32,61,32,100,51,46,115,99,97,108,101,83,101,113,117,101,110,116,105,97,108,40,91,109,97,120,68,101,112,116,104,44,32,45,49,93,44,32,67,79,76,79,82,83,91,67,79,78,70,46,111,112,116,105,111,110,115,46,116,114,101,101,109,97,112,67,111,108,111,114,93,41,59,10,10,32,32,32,32,115,118,103,46,97,112,112,101,110,100,40,34,102,105,108,116,101,114,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,105,100,34,44,32,34,115,104,97,100,111,119,34,41,10,32,32,32,32,32,32,32,32,46,97,112,112,101,110,100,40,34,102,101,68,114,111,112,83,104,97,100,111,119,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,102,108,111,111,100,45,111,112,97,99,105,116,121,34,44,32,48,46,51,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,100,120,34,44,32,48,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,115,116,100,68,101,118,105,97,116,105,111,110,34,44,32,51,41,59,10,10,32,32,32,32,99,111,110,115,116,32,110,111,100,101,32,61,32,115,118,103,46,115,101,108,101,99,116,65,108,108,40,34,103,34,41,10,32,32,32,32,32,32,32,32,46,100,97,116,97,40,10,32,32,32,32,32,32,32,32,32,32,32,32,100,51,46,110,101,115,116,40,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,46,107,101,121,40,100,32,61,62,32,100,46,100,101,112,116,104,41,46,115,111,114,116,75,101,121,115,40,100,51,46,97,115,99,101,110,100,105,110,103,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,46,101,110,116,114,105,101,115,40,114,111,111,116,46,100,101,115,99,101,110,100,97,110,116,115,40,41,41,10,32,32,32,32,32,32,32,32,41,10,32,32,32,32,32,32,32,32,46,106,111,105,110,40,34,103,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,102,105,108,116,101,114,34,44,32,34,117,114,108,40,35,115,104,97,100,111,119,41,34,41,10,32,32,32,32,32,32,32,32,46,115,101,108,101,99,116,65,108,108,40,34,103,34,41,10,32,32,32,32,32,32,32,32,46,100,97,116,97,40,100,32,61,62,32,100,46,118,97,108,117,101,115,41,10,32,32,32,32,32,32,32,32,46,106,111,105,110,40,34,103,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,32,100,32,61,62,32,96,116,114,97,110,115,108,97,116,101,40,36,123,100,46,120,48,125,44,36,123,100,46,121,48,125,41,96,41,59,10,10,32,32,32,32,110,111,100,101,46,97,112,112,101,110,100,40,34,116,105,116,108,101,34,41,10,32,32,32,32,32,32,32,32,46,116,101,120,116,40,100,32,61,62,32,96,36,123,100,46,97,110,99,101,115,116,111,114,115,40,41,46,114,101,118,101,114,115,101,40,41,46,115,112,108,105,99,101,40,49,41,46,109,97,112,40,100,32,61,62,32,100,46,100,97,116,97,46,110,97,109,101,41,46,106,111,105,110,40,34,47,34,41,125,92,110,36,123,104,117,109,97,110,70,105,108,101,83,105,122,101,40,100,46,118,97,108,117,101,41,125,96,41,59,10,10,32,32,32,32,110,111,100,101,46,97,112,112,101,110,100,40,34,114,101,99,116,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,105,100,34,44,32,100,32,61,62,32,40,100,46,110,111,100,101,85,105,100,32,61,32,117,105,100,40,34,110,111,100,101,34,41,41,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,102,105,108,108,34,44,32,100,32,61,62,32,99,111,108,111,114,40,100,46,100,101,112,116,104,41,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,119,105,100,116,104,34,44,32,100,32,61,62,32,100,46,120,49,32,45,32,100,46,120,48,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,104,101,105,103,104,116,34,44,32,100,32,61,62,32,100,46,121,49,32,45,32,100,46,121,48,41,59,10,10,32,32,32,32,110,111,100,101,46,97,112,112,101,110,100,40,34,99,108,105,112,80,97,116,104,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,105,100,34,44,32,100,32,61,62,32,40,100,46,99,108,105,112,85,105,100,32,61,32,117,105,100,40,34,99,108,105,112,34,41,41,41,10,32,32,32,32,32,32,32,32,46,97,112,112,101,110,100,40,34,117,115,101,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,104,114,101,102,34,44,32,100,32,61,62,32,96,35,36,123,100,46,110,111,100,101,85,105,100,125,96,41,59,10,10,32,32,32,32,110,111,100,101,46,97,112,112,101,110,100,40,34,116,101,120,116,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,102,105,108,108,34,44,32,100,32,61,62,32,100,51,46,104,115,108,40,99,111,108,111,114,40,100,46,100,101,112,116,104,41,41,46,108,32,62,32,46,53,32,63,32,34,35,51,51,51,34,32,58,32,34,35,101,101,101,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,99,108,105,112,45,112,97,116,104,34,44,32,100,32,61,62,32,96,117,114,108,40,35,36,123,100,46,99,108,105,112,85,105,100,125,41,96,41,10,32,32,32,32,32,32,32,32,46,115,101,108,101,99,116,65,108,108,40,34,116,115,112,97,110,34,41,10,32,32,32,32,32,32,32,32,46,100,97,116,97,40,100,32,61,62,32,91,100,46,100,97,116,97,46,110,97,109,101,44,32,104,117,109,97,110,70,105,108,101,83,105,122,101,40,100,46,118,97,108,117,101,41,93,41,10,32,32,32,32,32,32,32,32,46,106,111,105,110,40,34,116,115,112,97,110,34,41,10,32,32,32,32,32,32,32,32,46,116,101,120,116,40,100,32,61,62,32,100,41,59,10,10,32,32,32,32,110,111,100,101,46,102,105,108,116,101,114,40,100,32,61,62,32,100,46,99,104,105,108,100,114,101,110,41,46,115,101,108,101,99,116,65,108,108,40,34,116,115,112,97,110,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,100,120,34,44,32,51,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,121,34,44,32,49,51,41,59,10,10,32,32,32,32,110,111,100,101,46,102,105,108,116,101,114,40,100,32,61,62,32,33,100,46,99,104,105,108,100,114,101,110,41,46,115,101,108,101,99,116,65,108,108,40,34,116,115,112,97,110,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,120,34,44,32,51,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,121,34,44,32,40,100,44,32,105,44,32,110,111,100,101,115,41,32,61,62,32,96,36,123,105,32,61,61,61,32,48,32,63,32,49,46,49,32,58,32,50,46,51,125,101,109,96,41,59,10,125,10,10,10,102,117,110,99,116,105,111,110,32,109,105,109,101,66,97,114,83,105,122,101,40,100,97,116,97,44,32,115,118,103,41,32,123,10,10,32,32,32,32,99,111,110,115,116,32,109,97,114,103,105,110,32,61,32,123,10,32,32,32,32,32,32,32,32,116,111,112,58,32,53,48,44,10,32,32,32,32,32,32,32,32,114,105,103,104,116,58,32,48,44,10,32,32,32,32,32,32,32,32,98,111,116,116,111,109,58,32,49,48,44,10,32,32,32,32,32,32,32,32,108,101,102,116,58,32,77,97,116,104,46,109,97,120,40,10,32,32,32,32,32,32,32,32,32,32,32,32,100,51,46,109,97,120,40,100,97,116,97,46,115,111,114,116,40,40,97,44,32,98,41,32,61,62,32,98,46,99,111,117,110,116,32,45,32,97,46,99,111,117,110,116,41,46,115,108,105,99,101,40,48,44,32,49,53,41,44,32,100,32,61,62,32,100,46,109,105,109,101,46,108,101,110,103,116,104,41,32,42,32,54,44,10,32,32,32,32,32,32,32,32,32,32,32,32,100,51,46,109,97,120,40,100,97,116,97,46,115,111,114,116,40,40,97,44,32,98,41,32,61,62,32,98,46,115,105,122,101,32,45,32,97,46,115,105,122,101,41,46,115,108,105,99,101,40,48,44,32,49,53,41,44,32,100,32,61,62,32,100,46,109,105,109,101,46,108,101,110,103,116,104,41,32,42,32,54,44,10,32,32,32,32,32,32,32,32,41,10,32,32,32,32,125,59,10,10,32,32,32,32,100,97,116,97,46,102,111,114,69,97,99,104,40,100,32,61,62,32,123,10,32,32,32,32,32,32,32,32,100,46,110,97,109,101,32,61,32,100,46,109,105,109,101,59,10,32,32,32,32,32,32,32,32,100,46,118,97,108,117,101,32,61,32,78,117,109,98,101,114,40,100,46,115,105,122,101,41,59,10,32,32,32,32,125,41,59,10,32,32,32,32,100,97,116,97,32,61,32,100,97,116,97,46,115,111,114,116,40,40,97,44,32,98,41,32,61,62,32,98,46,118,97,108,117,101,32,45,32,97,46,118,97,108,117,101,41,46,115,108,105,99,101,40,48,44,32,49,53,41,59,10,10,32,32,32,32,99,111,110,115,116,32,119,105,100,116,104,32,61,32,53,53,48,59,10,32,32,32,32,99,111,110,115,116,32,104,101,105,103,104,116,32,61,32,77,97,116,104,46,99,101,105,108,40,40,100,97,116,97,46,108,101,110,103,116,104,32,43,32,48,46,49,41,32,42,32,98,97,114,72,101,105,103,104,116,41,32,43,32,109,97,114,103,105,110,46,116,111,112,32,43,32,109,97,114,103,105,110,46,98,111,116,116,111,109,59,10,10,32,32,32,32,115,118,103,46,115,101,108,101,99,116,65,108,108,40,34,42,34,41,46,114,101,109,111,118,101,40,41,59,10,32,32,32,32,115,118,103,46,97,116,116,114,40,34,118,105,101,119,66,111,120,34,44,32,91,48,44,32,48,44,32,119,105,100,116,104,44,32,104,101,105,103,104,116,93,41,59,10,10,32,32,32,32,99,111,110,115,116,32,121,32,61,32,100,51,46,115,99,97,108,101,66,97,110,100,40,41,10,32,32,32,32,32,32,32,32,46,100,111,109,97,105,110,40,100,51,46,114,97,110,103,101,40,100,97,116,97,46,108,101,110,103,116,104,41,41,10,32,32,32,32,32,32,32,32,46,114,97,110,103,101,82,111,117,110,100,40,91,109,97,114,103,105,110,46,116,111,112,44,32,104,101,105,103,104,116,32,45,32,109,97,114,103,105,110,46,98,111,116,116,111,109,93,41,59,10,10,32,32,32,32,99,111,110,115,116,32,120,32,61,32,100,51,46,115,99,97,108,101,76,105,110,101,97,114,40,41,10,32,32,32,32,32,32,32,32,46,100,111,109,97,105,110,40,91,48,44,32,100,51,46,109,97,120,40,100,97,116,97,44,32,100,32,61,62,32,100,46,118,97,108,117,101,41,93,41,10,32,32,32,32,32,32,32,32,46,114,97,110,103,101,40,91,109,97,114,103,105,110,46,108,101,102,116,44,32,119,105,100,116,104,32,45,32,109,97,114,103,105,110,46,114,105,103,104,116,93,41,59,10,10,32,32,32,32,115,118,103,46,97,112,112,101,110,100,40,34,103,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,102,105,108,108,45,111,112,97,99,105,116,121,34,44,32,102,105,108,108,79,112,97,99,105,116,121,41,10,32,32,32,32,32,32,32,32,46,115,101,108,101,99,116,65,108,108,40,34,114,101,99,116,34,41,10,32,32,32,32,32,32,32,32,46,100,97,116,97,40,100,97,116,97,41,10,32,32,32,32,32,32,32,32,46,106,111,105,110,40,34,114,101,99,116,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,102,105,108,108,34,44,32,100,32,61,62,32,111,114,100,105,110,97,108,67,111,108,111,114,40,100,46,110,97,109,101,41,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,120,34,44,32,120,40,48,41,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,121,34,44,32,40,100,44,32,105,41,32,61,62,32,121,40,105,41,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,119,105,100,116,104,34,44,32,100,32,61,62,32,120,40,100,46,118,97,108,117,101,41,32,45,32,120,40,48,41,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,104,101,105,103,104,116,34,44,32,121,46,98,97,110,100,119,105,100,116,104,40,41,41,10,32,32,32,32,32,32,32,32,46,97,112,112,101,110,100,40,34,116,105,116,108,101,34,41,10,32,32,32,32,32,32,32,32,46,116,101,120,116,40,100,32,61,62,32,102,111,114,109,97,116,83,73,40,100,46,118,97,108,117,101,41,41,59,10,10,32,32,32,32,115,118,103,46,97,112,112,101,110,100,40,34,103,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,32,96,116,114,97,110,115,108,97,116,101,40,48,44,36,123,109,97,114,103,105,110,46,116,111,112,125,41,96,41,10,32,32,32,32,32,32,32,32,46,99,97,108,108,40,100,51,46,97,120,105,115,84,111,112,40,120,41,46,116,105,99,107,115,40,119,105,100,116,104,32,47,32,56,48,44,32,100,97,116,97,46,102,111,114,109,97,116,41,46,116,105,99,107,70,111,114,109,97,116,40,102,111,114,109,97,116,83,73,41,41,10,32,32,32,32,32,32,32,32,46,99,97,108,108,40,103,32,61,62,32,103,46,115,101,108,101,99,116,40,34,46,100,111,109,97,105,110,34,41,46,114,101,109,111,118,101,40,41,41,59,10,10,32,32,32,32,115,118,103,46,97,112,112,101,110,100,40,34,103,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,32,96,116,114,97,110,115,108,97,116,101,40,36,123,109,97,114,103,105,110,46,108,101,102,116,125,44,48,41,96,41,10,32,32,32,32,32,32,32,32,46,99,97,108,108,40,100,51,46,97,120,105,115,76,101,102,116,40,121,41,46,116,105,99,107,70,111,114,109,97,116,40,105,32,61,62,32,100,97,116,97,91,105,93,46,110,97,109,101,41,46,116,105,99,107,83,105,122,101,79,117,116,101,114,40,48,41,41,59,10,10,32,32,32,32,115,118,103,46,97,112,112,101,110,100,40,34,116,101,120,116,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,120,34,44,32,40,119,105,100,116,104,32,47,32,50,41,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,121,34,44,32,40,109,97,114,103,105,110,46,116,111,112,32,47,32,50,41,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,116,101,120,116,45,97,110,99,104,111,114,34,44,32,34,109,105,100,100,108,101,34,41,10,32,32,32,32,32,32,32,32,46,115,116,121,108,101,40,34,102,111,110,116,45,115,105,122,101,34,44,32,34,49,54,112,120,34,41,10,32,32,32,32,32,32,32,32,46,116,101,120,116,40,34,83,105,122,101,32,100,105,115,116,114,105,98,117,116,105,111,110,32,98,121,32,77,73,77,69,32,116,121,112,101,34,41,59,10,125,10,10,102,117,110,99,116,105,111,110,32,109,105,109,101,66,97,114,67,111,117,110,116,40,100,97,116,97,44,32,115,118,103,41,32,123,10,10,32,32,32,32,99,111,110,115,116,32,109,97,114,103,105,110,32,61,32,123,10,32,32,32,32,32,32,32,32,116,111,112,58,32,53,48,44,10,32,32,32,32,32,32,32,32,114,105,103,104,116,58,32,48,44,10,32,32,32,32,32,32,32,32,98,111,116,116,111,109,58,32,49,48,44,10,32,32,32,32,32,32,32,32,108,101,102,116,58,32,77,97,116,104,46,109,97,120,40,10,32,32,32,32,32,32,32,32,32,32,32,32,100,51,46,109,97,120,40,100,97,116,97,46,115,111,114,116,40,40,97,44,32,98,41,32,61,62,32,98,46,99,111,117,110,116,32,45,32,97,46,99,111,117,110,116,41,46,115,108,105,99,101,40,48,44,32,49,53,41,44,32,100,32,61,62,32,100,46,109,105,109,101,46,108,101,110,103,116,104,41,32,42,32,54,44,10,32,32,32,32,32,32,32,32,32,32,32,32,100,51,46,109,97,120,40,100,97,116,97,46,115,111,114,116,40,40,97,44,32,98,41,32,61,62,32,98,46,115,105,122,101,32,45,32,97,46,115,105,122,101,41,46,115,108,105,99,101,40,48,44,32,49,53,41,44,32,100,32,61,62,32,100,46,109,105,109,101,46,108,101,110,103,116,104,41,32,42,32,54,44,10,32,32,32,32,32,32,32,32,41,10,32,32,32,32,125,59,10,10,32,32,32,32,100,97,116,97,46,102,111,114,69,97,99,104,40,100,32,61,62,32,123,10,32,32,32,32,32,32,32,32,100,46,110,97,109,101,32,61,32,100,46,109,105,109,101,59,10,32,32,32,32,32,32,32,32,100,46,118,97,108,117,101,32,61,32,78,117,109,98,101,114,40,100,46,99,111,117,110,116,41,59,10,32,32,32,32,125,41,59,10,10,32,32,32,32,100,97,116,97,32,61,32,100,97,116,97,46,115,111,114,116,40,40,97,44,32,98,41,32,61,62,32,98,46,118,97,108,117,101,32,45,32,97,46,118,97,108,117,101,41,46,115,108,105,99,101,40,48,44,32,49,53,41,59,10,10,32,32,32,32,99,111,110,115,116,32,119,105,100,116,104,32,61,32,53,53,48,59,10,32,32,32,32,99,111,110,115,116,32,104,101,105,103,104,116,32,61,32,77,97,116,104,46,99,101,105,108,40,40,100,97,116,97,46,108,101,110,103,116,104,32,43,32,48,46,49,41,32,42,32,98,97,114,72,101,105,103,104,116,41,32,43,32,109,97,114,103,105,110,46,116,111,112,32,43,32,109,97,114,103,105,110,46,98,111,116,116,111,109,59,10,10,32,32,32,32,115,118,103,46,115,101,108,101,99,116,65,108,108,40,34,42,34,41,46,114,101,109,111,118,101,40,41,59,10,32,32,32,32,115,118,103,46,97,116,116,114,40,34,118,105,101,119,66,111,120,34,44,32,91,48,44,32,48,44,32,119,105,100,116,104,44,32,104,101,105,103,104,116,93,41,59,10,10,32,32,32,32,99,111,110,115,116,32,121,32,61,32,100,51,46,115,99,97,108,101,66,97,110,100,40,41,10,32,32,32,32,32,32,32,32,46,100,111,109,97,105,110,40,100,51,46,114,97,110,103,101,40,100,97,116,97,46,108,101,110,103,116,104,41,41,10,32,32,32,32,32,32,32,32,46,114,97,110,103,101,82,111,117,110,100,40,91,109,97,114,103,105,110,46,116,111,112,44,32,104,101,105,103,104,116,32,45,32,109,97,114,103,105,110,46,98,111,116,116,111,109,93,41,59,10,10,32,32,32,32,99,111,110,115,116,32,120,32,61,32,100,51,46,115,99,97,108,101,76,105,110,101,97,114,40,41,10,32,32,32,32,32,32,32,32,46,100,111,109,97,105,110,40,91,48,44,32,100,51,46,109,97,120,40,100,97,116,97,44,32,100,32,61,62,32,100,46,118,97,108,117,101,41,93,41,10,32,32,32,32,32,32,32,32,46,114,97,110,103,101,40,91,109,97,114,103,105,110,46,108,101,102,116,44,32,119,105,100,116,104,32,45,32,109,97,114,103,105,110,46,114,105,103,104,116,93,41,59,10,10,32,32,32,32,115,118,103,46,97,112,112,101,110,100,40,34,103,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,102,105,108,108,45,111,112,97,99,105,116,121,34,44,32,102,105,108,108,79,112,97,99,105,116,121,41,10,32,32,32,32,32,32,32,32,46,115,101,108,101,99,116,65,108,108,40,34,114,101,99,116,34,41,10,32,32,32,32,32,32,32,32,46,100,97,116,97,40,100,97,116,97,41,10,32,32,32,32,32,32,32,32,46,106,111,105,110,40,34,114,101,99,116,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,102,105,108,108,34,44,32,100,32,61,62,32,111,114,100,105,110,97,108,67,111,108,111,114,40,100,46,110,97,109,101,41,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,120,34,44,32,120,40,48,41,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,121,34,44,32,40,100,44,32,105,41,32,61,62,32,121,40,105,41,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,119,105,100,116,104,34,44,32,100,32,61,62,32,120,40,100,46,118,97,108,117,101,41,32,45,32,120,40,48,41,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,104,101,105,103,104,116,34,44,32,121,46,98,97,110,100,119,105,100,116,104,40,41,41,10,32,32,32,32,32,32,32,32,46,97,112,112,101,110,100,40,34,116,105,116,108,101,34,41,10,32,32,32,32,32,32,32,32,46,116,101,120,116,40,100,32,61,62,32,100,51,46,102,111,114,109,97,116,40,34,44,34,41,40,100,46,118,97,108,117,101,41,41,59,10,10,32,32,32,32,115,118,103,46,97,112,112,101,110,100,40,34,103,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,32,96,116,114,97,110,115,108,97,116,101,40,48,44,36,123,109,97,114,103,105,110,46,116,111,112,125,41,96,41,10,32,32,32,32,32,32,32,32,46,99,97,108,108,40,100,51,46,97,120,105,115,84,111,112,40,120,41,46,116,105,99,107,115,40,119,105,100,116,104,32,47,32,56,48,44,32,100,97,116,97,46,102,111,114,109,97,116,41,46,116,105,99,107,70,111,114,109,97,116,40,102,111,114,109,97,116,83,73,41,41,10,32,32,32,32,32,32,32,32,46,99,97,108,108,40,103,32,61,62,32,103,46,115,101,108,101,99,116,40,34,46,100,111,109,97,105,110,34,41,46,114,101,109,111,118,101,40,41,41,59,10,10,32,32,32,32,115,118,103,46,97,112,112,101,110,100,40,34,103,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,32,96,116,114,97,110,115,108,97,116,101,40,36,123,109,97,114,103,105,110,46,108,101,102,116,125,44,48,41,96,41,10,32,32,32,32,32,32,32,32,46,99,97,108,108,40,100,51,46,97,120,105,115,76,101,102,116,40,121,41,46,116,105,99,107,70,111,114,109,97,116,40,105,32,61,62,32,100,97,116,97,91,105,93,46,110,97,109,101,41,46,116,105,99,107,83,105,122,101,79,117,116,101,114,40,48,41,41,59,10,10,32,32,32,32,115,118,103,46,97,112,112,101,110,100,40,34,116,101,120,116,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,120,34,44,32,40,119,105,100,116,104,32,47,32,50,41,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,121,34,44,32,40,109,97,114,103,105,110,46,116,111,112,32,47,32,50,41,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,116,101,120,116,45,97,110,99,104,111,114,34,44,32,34,109,105,100,100,108,101,34,41,10,32,32,32,32,32,32,32,32,46,115,116,121,108,101,40,34,102,111,110,116,45,115,105,122,101,34,44,32,34,49,54,112,120,34,41,10,32,32,32,32,32,32,32,32,46,116,101,120,116,40,34,70,105,108,101,32,99,111,117,110,116,32,100,105,115,116,114,105,98,117,116,105,111,110,32,98,121,32,77,73,77,69,32,116,121,112,101,34,41,59,10,125,10,10,102,117,110,99,116,105,111,110,32,100,97,116,101,72,105,115,116,111,103,114,97,109,40,100,97,116,97,44,32,115,118,103,41,32,123,10,10,32,32,32,32,108,101,116,32,98,105,110,115,32,61,32,100,97,116,97,46,109,97,112,40,100,32,61,62,32,123,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,108,101,110,103,116,104,58,32,78,117,109,98,101,114,40,100,46,99,111,117,110,116,41,44,10,32,32,32,32,32,32,32,32,32,32,32,32,120,48,58,32,78,117,109,98,101,114,40,100,46,98,117,99,107,101,116,41,44,10,32,32,32,32,32,32,32,32,32,32,32,32,120,49,58,32,78,117,109,98,101,114,40,100,46,98,117,99,107,101,116,41,32,43,32,50,54,50,57,56,48,48,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,125,41,59,10,32,32,32,32,98,105,110,115,46,115,111,114,116,40,40,97,44,32,98,41,32,61,62,32,97,46,108,101,110,103,116,104,32,45,32,98,46,108,101,110,103,116,104,41,59,10,10,32,32,32,32,99,111,110,115,116,32,109,97,114,103,105,110,32,61,32,123,10,32,32,32,32,32,32,32,32,116,111,112,58,32,53,48,44,10,32,32,32,32,32,32,32,32,114,105,103,104,116,58,32,50,48,44,10,32,32,32,32,32,32,32,32,98,111,116,116,111,109,58,32,55,48,44,10,32,32,32,32,32,32,32,32,108,101,102,116,58,32,52,48,10,32,32,32,32,125,59,10,10,32,32,32,32,99,111,110,115,116,32,116,104,114,101,115,104,32,61,32,100,51,46,113,117,97,110,116,105,108,101,40,98,105,110,115,44,32,48,46,57,44,32,100,32,61,62,32,100,46,108,101,110,103,116,104,41,59,10,32,32,32,32,98,105,110,115,32,61,32,98,105,110,115,46,102,105,108,116,101,114,40,100,32,61,62,32,100,46,108,101,110,103,116,104,32,62,32,116,104,114,101,115,104,41,59,10,10,32,32,32,32,99,111,110,115,116,32,119,105,100,116,104,32,61,32,53,53,48,59,10,32,32,32,32,99,111,110,115,116,32,104,101,105,103,104,116,32,61,32,52,53,48,59,10,10,32,32,32,32,115,118,103,46,115,101,108,101,99,116,65,108,108,40,34,42,34,41,46,114,101,109,111,118,101,40,41,59,10,32,32,32,32,115,118,103,46,97,116,116,114,40,34,118,105,101,119,66,111,120,34,44,32,91,48,44,32,48,44,32,119,105,100,116,104,44,32,104,101,105,103,104,116,93,41,59,10,10,32,32,32,32,99,111,110,115,116,32,121,32,61,32,100,51,46,115,99,97,108,101,76,105,110,101,97,114,40,41,10,32,32,32,32,32,32,32,32,46,100,111,109,97,105,110,40,91,48,44,32,100,51,46,109,97,120,40,98,105,110,115,44,32,100,32,61,62,32,100,46,108,101,110,103,116,104,41,93,41,46,110,105,99,101,40,41,10,32,32,32,32,32,32,32,32,46,114,97,110,103,101,40,91,104,101,105,103,104,116,32,45,32,109,97,114,103,105,110,46,98,111,116,116,111,109,44,32,109,97,114,103,105,110,46,116,111,112,93,41,59,10,10,32,32,32,32,99,111,110,115,116,32,120,32,61,32,100,51,46,115,99,97,108,101,76,105,110,101,97,114,40,41,10,32,32,32,32,32,32,32,32,46,100,111,109,97,105,110,40,100,51,46,101,120,116,101,110,116,40,98,105,110,115,44,32,100,32,61,62,32,100,46,120,48,41,41,46,110,105,99,101,40,41,10,32,32,32,32,32,32,32,32,46,114,97,110,103,101,40,91,109,97,114,103,105,110,46,108,101,102,116,44,32,119,105,100,116,104,32,45,32,109,97,114,103,105,110,46,114,105,103,104,116,93,41,59,10,10,32,32,32,32,115,118,103,46,97,112,112,101,110,100,40,34,103,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,102,105,108,108,34,44,32,34,115,116,101,101,108,98,108,117,101,34,41,10,32,32,32,32,32,32,32,32,46,115,101,108,101,99,116,65,108,108,40,34,114,101,99,116,34,41,10,32,32,32,32,32,32,32,32,46,100,97,116,97,40,98,105,110,115,41,10,32,32,32,32,32,32,32,32,46,106,111,105,110,40,34,114,101,99,116,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,120,34,44,32,100,32,61,62,32,120,40,100,46,120,48,41,32,43,32,49,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,119,105,100,116,104,34,44,32,100,32,61,62,32,77,97,116,104,46,109,97,120,40,49,44,32,120,40,100,46,120,49,41,32,45,32,120,40,100,46,120,48,41,32,45,32,49,41,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,121,34,44,32,100,32,61,62,32,121,40,100,46,108,101,110,103,116,104,41,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,104,101,105,103,104,116,34,44,32,100,32,61,62,32,121,40,48,41,32,45,32,121,40,100,46,108,101,110,103,116,104,41,41,10,32,32,32,32,32,32,32,32,46,99,97,108,108,40,103,32,61,62,32,103,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,112,112,101,110,100,40,34,116,105,116,108,101,34,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,116,101,120,116,40,100,32,61,62,32,100,46,108,101,110,103,116,104,41,10,32,32,32,32,32,32,32,32,41,59,10,10,32,32,32,32,115,118,103,46,97,112,112,101,110,100,40,34,103,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,32,96,116,114,97,110,115,108,97,116,101,40,48,44,36,123,104,101,105,103,104,116,32,45,32,109,97,114,103,105,110,46,98,111,116,116,111,109,125,41,96,41,10,32,32,32,32,32,32,32,32,46,99,97,108,108,40,10,32,32,32,32,32,32,32,32,32,32,32,32,100,51,46,97,120,105,115,66,111,116,116,111,109,40,120,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,46,116,105,99,107,115,40,119,105,100,116,104,32,47,32,51,48,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,46,116,105,99,107,83,105,122,101,79,117,116,101,114,40,48,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,46,116,105,99,107,70,111,114,109,97,116,40,116,32,61,62,32,100,51,46,116,105,109,101,70,111,114,109,97,116,40,34,37,89,45,37,109,45,37,100,34,41,40,100,51,46,117,116,99,80,97,114,115,101,40,34,37,115,34,41,40,116,41,41,41,10,32,32,32,32,32,32,32,32,41,10,32,32,32,32,32,32,32,32,46,99,97,108,108,40,103,32,61,62,32,103,10,32,32,32,32,32,32,32,32,32,32,32,32,46,115,101,108,101,99,116,65,108,108,40,34,116,101,120,116,34,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,115,116,121,108,101,40,34,116,101,120,116,45,97,110,99,104,111,114,34,44,32,34,101,110,100,34,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,100,120,34,44,32,34,45,46,56,101,109,34,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,100,121,34,44,32,34,46,49,53,101,109,34,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,32,34,114,111,116,97,116,101,40,45,54,53,41,34,41,10,32,32,32,32,32,32,32,32,41,10,32,32,32,32,32,32,32,32,46,99,97,108,108,40,103,32,61,62,32,103,46,97,112,112,101,110,100,40,34,116,101,120,116,34,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,120,34,44,32,119,105,100,116,104,32,45,32,109,97,114,103,105,110,46,114,105,103,104,116,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,121,34,44,32,45,52,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,102,105,108,108,34,44,32,34,99,117,114,114,101,110,116,67,111,108,111,114,34,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,102,111,110,116,45,119,101,105,103,104,116,34,44,32,34,98,111,108,100,34,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,116,101,120,116,45,97,110,99,104,111,114,34,44,32,34,101,110,100,34,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,116,101,120,116,40,34,109,116,105,109,101,34,41,10,32,32,32,32,32,32,32,32,41,59,10,10,32,32,32,32,115,118,103,46,97,112,112,101,110,100,40,34,103,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,32,96,116,114,97,110,115,108,97,116,101,40,36,123,109,97,114,103,105,110,46,108,101,102,116,125,44,48,41,96,41,10,32,32,32,32,32,32,32,32,46,99,97,108,108,40,10,32,32,32,32,32,32,32,32,32,32,32,32,100,51,46,97,120,105,115,76,101,102,116,40,121,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,46,116,105,99,107,115,40,104,101,105,103,104,116,32,47,32,52,48,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,46,116,105,99,107,70,111,114,109,97,116,40,116,32,61,62,32,102,111,114,109,97,116,83,73,40,116,41,41,10,32,32,32,32,32,32,32,32,41,10,32,32,32,32,32,32,32,32,46,99,97,108,108,40,103,32,61,62,32,103,46,115,101,108,101,99,116,40,34,46,100,111,109,97,105,110,34,41,46,114,101,109,111,118,101,40,41,41,10,32,32,32,32,32,32,32,32,46,99,97,108,108,40,103,32,61,62,32,103,46,115,101,108,101,99,116,40,34,46,116,105,99,107,58,108,97,115,116,45,111,102,45,116,121,112,101,32,116,101,120,116,34,41,46,99,108,111,110,101,40,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,120,34,44,32,52,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,116,101,120,116,45,97,110,99,104,111,114,34,44,32,34,115,116,97,114,116,34,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,102,111,110,116,45,119,101,105,103,104,116,34,44,32,34,98,111,108,100,34,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,116,101,120,116,40,34,70,105,108,101,32,99,111,117,110,116,34,41,41,59,10,10,32,32,32,32,115,118,103,46,97,112,112,101,110,100,40,34,116,101,120,116,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,120,34,44,32,40,119,105,100,116,104,32,47,32,50,41,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,121,34,44,32,40,109,97,114,103,105,110,46,116,111,112,32,47,32,50,41,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,116,101,120,116,45,97,110,99,104,111,114,34,44,32,34,109,105,100,100,108,101,34,41,10,32,32,32,32,32,32,32,32,46,115,116,121,108,101,40,34,102,111,110,116,45,115,105,122,101,34,44,32,34,49,54,112,120,34,41,10,32,32,32,32,32,32,32,32,46,116,101,120,116,40,34,70,105,108,101,32,109,111,100,105,102,105,99,97,116,105,111,110,32,116,105,109,101,32,100,105,115,116,114,105,98,117,116,105,111,110,34,41,59,10,125,10,10,102,117,110,99,116,105,111,110,32,115,105,122,101,72,105,115,116,111,103,114,97,109,40,100,97,116,97,44,32,115,118,103,41,32,123,10,10,32,32,32,32,108,101,116,32,98,105,110,115,32,61,32,100,97,116,97,46,109,97,112,40,100,32,61,62,32,123,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,108,101,110,103,116,104,58,32,78,117,109,98,101,114,40,100,46,99,111,117,110,116,41,44,10,32,32,32,32,32,32,32,32,32,32,32,32,120,48,58,32,78,117,109,98,101,114,40,100,46,98,117,99,107,101,116,41,44,10,32,32,32,32,32,32,32,32,32,32,32,32,120,49,58,32,78,117,109,98,101,114,40,100,46,98,117,99,107,101,116,41,32,43,32,40,53,32,42,32,49,48,50,52,32,42,32,49,48,50,52,41,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,125,41,59,10,32,32,32,32,98,105,110,115,32,61,32,98,105,110,115,46,115,111,114,116,40,40,97,44,32,98,41,32,61,62,32,98,46,108,101,110,103,116,104,32,45,32,97,46,108,101,110,103,116,104,41,46,115,108,105,99,101,40,48,44,32,50,53,41,59,10,10,32,32,32,32,99,111,110,115,116,32,109,97,114,103,105,110,32,61,32,123,10,32,32,32,32,32,32,32,32,116,111,112,58,32,53,48,44,10,32,32,32,32,32,32,32,32,114,105,103,104,116,58,32,50,48,44,10,32,32,32,32,32,32,32,32,98,111,116,116,111,109,58,32,55,48,44,10,32,32,32,32,32,32,32,32,108,101,102,116,58,32,52,48,10,32,32,32,32,125,59,10,10,32,32,32,32,99,111,110,115,116,32,119,105,100,116,104,32,61,32,53,53,48,59,10,32,32,32,32,99,111,110,115,116,32,104,101,105,103,104,116,32,61,32,52,53,48,59,10,10,32,32,32,32,115,118,103,46,115,101,108,101,99,116,65,108,108,40,34,42,34,41,46,114,101,109,111,118,101,40,41,59,10,32,32,32,32,115,118,103,46,97,116,116,114,40,34,118,105,101,119,66,111,120,34,44,32,91,48,44,32,48,44,32,119,105,100,116,104,44,32,104,101,105,103,104,116,93,41,59,10,10,32,32,32,32,99,111,110,115,116,32,121,32,61,32,100,51,46,115,99,97,108,101,76,105,110,101,97,114,40,41,10,32,32,32,32,32,32,32,32,46,100,111,109,97,105,110,40,91,48,44,32,100,51,46,109,97,120,40,98,105,110,115,44,32,100,32,61,62,32,100,46,108,101,110,103,116,104,41,93,41,10,32,32,32,32,32,32,32,32,46,114,97,110,103,101,40,91,104,101,105,103,104,116,32,45,32,109,97,114,103,105,110,46,98,111,116,116,111,109,44,32,109,97,114,103,105,110,46,116,111,112,93,41,59,10,10,32,32,32,32,99,111,110,115,116,32,120,32,61,32,100,51,46,115,99,97,108,101,76,105,110,101,97,114,40,41,10,32,32,32,32,32,32,32,32,46,100,111,109,97,105,110,40,100,51,46,101,120,116,101,110,116,40,98,105,110,115,44,32,100,32,61,62,32,100,46,120,48,41,41,46,110,105,99,101,40,41,10,32,32,32,32,32,32,32,32,46,114,97,110,103,101,40,91,109,97,114,103,105,110,46,108,101,102,116,44,32,119,105,100,116,104,32,45,32,109,97,114,103,105,110,46,114,105,103,104,116,93,41,59,10,10,32,32,32,32,115,118,103,46,97,112,112,101,110,100,40,34,103,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,102,105,108,108,34,44,32,34,115,116,101,101,108,98,108,117,101,34,41,10,32,32,32,32,32,32,32,32,46,115,101,108,101,99,116,65,108,108,40,34,114,101,99,116,34,41,10,32,32,32,32,32,32,32,32,46,100,97,116,97,40,98,105,110,115,41,10,32,32,32,32,32,32,32,32,46,106,111,105,110,40,34,114,101,99,116,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,120,34,44,32,100,32,61,62,32,120,40,100,46,120,48,41,32,43,32,49,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,119,105,100,116,104,34,44,32,100,32,61,62,32,77,97,116,104,46,109,97,120,40,49,44,32,120,40,100,46,120,49,41,32,45,32,120,40,100,46,120,48,41,32,45,32,49,41,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,121,34,44,32,100,32,61,62,32,121,40,100,46,108,101,110,103,116,104,41,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,104,101,105,103,104,116,34,44,32,100,32,61,62,32,121,40,48,41,32,45,32,121,40,100,46,108,101,110,103,116,104,41,41,10,32,32,32,32,32,32,32,32,46,99,97,108,108,40,103,32,61,62,32,103,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,112,112,101,110,100,40,34,116,105,116,108,101,34,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,116,101,120,116,40,100,32,61,62,32,100,46,108,101,110,103,116,104,41,10,32,32,32,32,32,32,32,32,41,59,10,10,32,32,32,32,115,118,103,46,97,112,112,101,110,100,40,34,103,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,32,96,116,114,97,110,115,108,97,116,101,40,48,44,36,123,104,101,105,103,104,116,32,45,32,109,97,114,103,105,110,46,98,111,116,116,111,109,125,41,96,41,10,32,32,32,32,32,32,32,32,46,99,97,108,108,40,10,32,32,32,32,32,32,32,32,32,32,32,32,100,51,46,97,120,105,115,66,111,116,116,111,109,40,120,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,46,116,105,99,107,115,40,119,105,100,116,104,32,47,32,51,48,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,46,116,105,99,107,83,105,122,101,79,117,116,101,114,40,48,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,46,116,105,99,107,70,111,114,109,97,116,40,102,111,114,109,97,116,83,73,41,10,32,32,32,32,32,32,32,32,41,10,32,32,32,32,32,32,32,32,46,99,97,108,108,40,103,32,61,62,32,103,10,32,32,32,32,32,32,32,32,32,32,32,32,46,115,101,108,101,99,116,65,108,108,40,34,116,101,120,116,34,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,115,116,121,108,101,40,34,116,101,120,116,45,97,110,99,104,111,114,34,44,32,34,101,110,100,34,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,100,120,34,44,32,34,45,46,56,101,109,34,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,100,121,34,44,32,34,46,49,53,101,109,34,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,32,34,114,111,116,97,116,101,40,45,54,53,41,34,41,10,32,32,32,32,32,32,32,32,41,10,32,32,32,32,32,32,32,32,46,99,97,108,108,40,103,32,61,62,32,103,46,97,112,112,101,110,100,40,34,116,101,120,116,34,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,120,34,44,32,119,105,100,116,104,32,45,32,109,97,114,103,105,110,46,114,105,103,104,116,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,121,34,44,32,45,52,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,102,105,108,108,34,44,32,34,99,117,114,114,101,110,116,67,111,108,111,114,34,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,102,111,110,116,45,119,101,105,103,104,116,34,44,32,34,98,111,108,100,34,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,116,101,120,116,45,97,110,99,104,111,114,34,44,32,34,101,110,100,34,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,116,101,120,116,40,34,115,105,122,101,32,40,98,121,116,101,115,41,34,41,10,32,32,32,32,32,32,32,32,41,59,10,10,32,32,32,32,115,118,103,46,97,112,112,101,110,100,40,34,103,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,116,114,97,110,115,102,111,114,109,34,44,32,96,116,114,97,110,115,108,97,116,101,40,36,123,109,97,114,103,105,110,46,108,101,102,116,125,44,48,41,96,41,10,32,32,32,32,32,32,32,32,46,99,97,108,108,40,10,32,32,32,32,32,32,32,32,32,32,32,32,100,51,46,97,120,105,115,76,101,102,116,40,121,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,46,116,105,99,107,115,40,104,101,105,103,104,116,32,47,32,52,48,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,46,116,105,99,107,70,111,114,109,97,116,40,116,32,61,62,32,102,111,114,109,97,116,83,73,40,116,41,41,10,32,32,32,32,32,32,32,32,41,10,32,32,32,32,32,32,32,32,46,99,97,108,108,40,103,32,61,62,32,103,46,115,101,108,101,99,116,40,34,46,100,111,109,97,105,110,34,41,46,114,101,109,111,118,101,40,41,41,10,32,32,32,32,32,32,32,32,46,99,97,108,108,40,103,32,61,62,32,103,46,115,101,108,101,99,116,40,34,46,116,105,99,107,58,108,97,115,116,45,111,102,45,116,121,112,101,32,116,101,120,116,34,41,46,99,108,111,110,101,40,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,120,34,44,32,52,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,116,101,120,116,45,97,110,99,104,111,114,34,44,32,34,115,116,97,114,116,34,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,102,111,110,116,45,119,101,105,103,104,116,34,44,32,34,98,111,108,100,34,41,10,32,32,32,32,32,32,32,32,32,32,32,32,46,116,101,120,116,40,34,70,105,108,101,32,99,111,117,110,116,34,41,41,59,10,10,32,32,32,32,115,118,103,46,97,112,112,101,110,100,40,34,116,101,120,116,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,120,34,44,32,40,119,105,100,116,104,32,47,32,50,41,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,121,34,44,32,40,109,97,114,103,105,110,46,116,111,112,32,47,32,50,41,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,116,101,120,116,45,97,110,99,104,111,114,34,44,32,34,109,105,100,100,108,101,34,41,10,32,32,32,32,32,32,32,32,46,115,116,121,108,101,40,34,102,111,110,116,45,115,105,122,101,34,44,32,34,49,54,112,120,34,41,10,32,32,32,32,32,32,32,32,46,116,101,120,116,40,34,70,105,108,101,32,115,105,122,101,32,100,105,115,116,114,105,98,117,116,105,111,110,34,41,59,10,125,10,10,10,102,117,110,99,116,105,111,110,32,117,112,100,97,116,101,83,116,97,116,115,40,41,32,123,10,32,32,32,32,119,105,100,116,104,32,61,32,83,73,90,69,83,91,67,79,78,70,46,111,112,116,105,111,110,115,46,116,114,101,101,109,97,112,83,105,122,101,93,91,48,93,59,10,32,32,32,32,104,101,105,103,104,116,32,61,32,83,73,90,69,83,91,67,79,78,70,46,111,112,116,105,111,110,115,46,116,114,101,101,109,97,112,83,105,122,101,93,91,49,93,59,10,10,32,32,32,32,99,111,110,115,116,32,116,114,101,101,109,97,112,83,118,103,32,61,32,100,51,46,115,101,108,101,99,116,40,34,35,116,114,101,101,109,97,112,34,41,59,10,32,32,32,32,99,111,110,115,116,32,109,105,109,101,83,118,103,83,105,122,101,32,61,32,100,51,46,115,101,108,101,99,116,40,34,35,97,103,103,95,109,105,109,101,95,115,105,122,101,34,41,59,10,32,32,32,32,99,111,110,115,116,32,109,105,109,101,83,118,103,67,111,117,110,116,32,61,32,100,51,46,115,101,108,101,99,116,40,34,35,97,103,103,95,109,105,109,101,95,99,111,117,110,116,34,41,59,10,32,32,32,32,99,111,110,115,116,32,100,97,116,101,72,105,115,116,111,103,114,97,109,83,118,103,32,61,32,100,51,46,115,101,108,101,99,116,40,34,35,100,97,116,101,95,104,105,115,116,111,103,114,97,109,34,41,59,10,32,32,32,32,99,111,110,115,116,32,115,105,122,101,72,105,115,116,111,103,114,97,109,83,118,103,32,61,32,100,51,46,115,101,108,101,99,116,40,34,35,115,105,122,101,95,104,105,115,116,111,103,114,97,109,34,41,59,10,10,32,32,32,32,99,111,110,115,116,32,105,110,100,101,120,73,100,32,61,32,36,40,34,35,105,110,100,105,99,101,115,34,41,46,118,97,108,40,41,59,10,10,32,32,32,32,100,51,46,99,115,118,40,96,47,115,47,36,123,105,110,100,101,120,73,100,125,47,49,96,41,46,116,104,101,110,40,116,97,98,117,108,97,114,68,97,116,97,32,61,62,32,123,10,32,32,32,32,32,32,32,32,116,97,98,117,108,97,114,68,97,116,97,46,102,111,114,69,97,99,104,40,114,111,119,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,114,111,119,46,116,97,120,111,110,111,109,121,32,61,32,114,111,119,46,112,97,116,104,46,115,112,108,105,116,40,34,47,34,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,114,111,119,46,115,105,122,101,32,61,32,78,117,109,98,101,114,40,114,111,119,46,115,105,122,101,41,59,10,32,32,32,32,32,32,32,32,125,41,59,10,10,32,32,32,32,32,32,32,32,105,102,32,40,67,79,78,70,46,111,112,116,105,111,110,115,46,116,114,101,101,109,97,112,84,121,112,101,32,61,61,61,32,34,99,97,115,99,97,100,101,100,34,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,99,111,110,115,116,32,100,97,116,97,32,61,32,98,117,114,114,111,119,40,116,97,98,117,108,97,114,68,97,116,97,44,32,102,97,108,115,101,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,99,97,115,99,97,100,101,84,114,101,101,109,97,112,40,100,97,116,97,44,32,116,114,101,101,109,97,112,83,118,103,41,59,10,32,32,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,99,111,110,115,116,32,100,97,116,97,32,61,32,98,117,114,114,111,119,40,116,97,98,117,108,97,114,68,97,116,97,46,115,111,114,116,40,40,97,44,32,98,41,32,61,62,32,98,46,116,97,120,111,110,111,109,121,46,108,101,110,103,116,104,32,45,32,97,46,116,97,120,111,110,111,109,121,46,108,101,110,103,116,104,41,44,32,116,114,117,101,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,102,108,97,116,84,114,101,101,109,97,112,40,100,97,116,97,44,32,116,114,101,101,109,97,112,83,118,103,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,125,41,59,10,10,32,32,32,32,100,51,46,99,115,118,40,96,47,115,47,36,123,105,110,100,101,120,73,100,125,47,50,96,41,46,116,104,101,110,40,116,97,98,117,108,97,114,68,97,116,97,32,61,62,32,123,10,32,32,32,32,32,32,32,32,109,105,109,101,66,97,114,83,105,122,101,40,116,97,98,117,108,97,114,68,97,116,97,46,115,108,105,99,101,40,41,44,32,109,105,109,101,83,118,103,83,105,122,101,41,59,10,32,32,32,32,32,32,32,32,109,105,109,101,66,97,114,67,111,117,110,116,40,116,97,98,117,108,97,114,68,97,116,97,46,115,108,105,99,101,40,41,44,32,109,105,109,101,83,118,103,67,111,117,110,116,41,59,10,32,32,32,32,125,41,59,10,10,32,32,32,32,100,51,46,99,115,118,40,96,47,115,47,36,123,105,110,100,101,120,73,100,125,47,51,96,41,46,116,104,101,110,40,116,97,98,117,108,97,114,68,97,116,97,32,61,62,32,123,10,32,32,32,32,32,32,32,32,115,105,122,101,72,105,115,116,111,103,114,97,109,40,116,97,98,117,108,97,114,68,97,116,97,44,32,115,105,122,101,72,105,115,116,111,103,114,97,109,83,118,103,41,59,10,32,32,32,32,125,41,59,10,10,32,32,32,32,100,51,46,99,115,118,40,96,47,115,47,36,123,105,110,100,101,120,73,100,125,47,52,96,41,46,116,104,101,110,40,116,97,98,117,108,97,114,68,97,116,97,32,61,62,32,123,10,32,32,32,32,32,32,32,32,100,97,116,101,72,105,115,116,111,103,114,97,109,40,116,97,98,117,108,97,114,68,97,116,97,44,32,100,97,116,101,72,105,115,116,111,103,114,97,109,83,118,103,41,59,10,32,32,32,32,125,41,59,10,10,32,32,32,32,116,114,101,101,109,97,112,83,118,103,46,115,101,108,101,99,116,65,108,108,40,34,42,34,41,46,114,101,109,111,118,101,40,41,59,10,32,32,32,32,116,114,101,101,109,97,112,83,118,103,46,97,116,116,114,40,34,118,105,101,119,66,111,120,34,44,32,91,48,44,32,48,44,32,119,105,100,116,104,44,32,104,101,105,103,104,116,93,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,120,109,108,110,115,34,44,32,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,50,48,48,48,47,115,118,103,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,120,109,108,110,115,58,120,108,105,110,107,34,44,32,34,104,116,116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,49,57,57,57,47,120,108,105,110,107,34,41,10,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,118,101,114,115,105,111,110,34,44,32,34,49,46,49,34,41,10,32,32,32,32,32,32,32,32,46,115,116,121,108,101,40,34,111,118,101,114,102,108,111,119,34,44,32,34,118,105,115,105,98,108,101,34,41,10,32,32,32,32,32,32,32,32,46,115,116,121,108,101,40,34,102,111,110,116,34,44,32,34,49,48,112,120,32,115,97,110,115,45,115,101,114,105,102,34,41,59,10,10,125,10,10,119,105,110,100,111,119,46,111,110,108,111,97,100,32,61,32,102,117,110,99,116,105,111,110,32,40,41,32,123,10,32,32,32,32,67,79,78,70,46,108,111,97,100,40,41,59,10,10,32,32,32,32,36,46,106,115,111,110,80,111,115,116,40,34,105,34,41,46,116,104,101,110,40,114,101,115,112,32,61,62,32,123,10,32,32,32,32,32,32,32,32,99,111,110,115,116,32,115,101,108,101,99,116,32,61,32,36,40,34,35,105,110,100,105,99,101,115,34,41,59,10,10,32,32,32,32,32,32,32,32,99,111,110,115,116,32,117,114,108,73,110,100,105,99,101,115,32,61,32,40,110,101,119,32,85,82,76,83,101,97,114,99,104,80,97,114,97,109,115,40,108,111,99,97,116,105,111,110,46,115,101,97,114,99,104,41,41,46,103,101,116,40,34,105,34,41,59,10,32,32,32,32,32,32,32,32,114,101,115,112,91,34,105,110,100,105,99,101,115,34,93,46,102,111,114,69,97,99,104,40,105,100,120,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,105,110,100,101,120,77,97,112,91,105,100,120,46,105,100,93,32,61,32,105,100,120,46,110,97,109,101,59,10,32,32,32,32,32,32,32,32,32,32,32,32,115,101,108,101,99,116,46,97,112,112,101,110,100,40,36,40,34,60,111,112,116,105,111,110,62,34,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,46,97,116,116,114,40,34,118,97,108,117,101,34,44,32,105,100,120,46,105,100,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,46,97,112,112,101,110,100,40,105,100,120,46,110,97,109,101,41,41,59,10,10,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,117,114,108,73,110,100,105,99,101,115,32,38,38,32,117,114,108,73,110,100,105,99,101,115,46,115,112,108,105,116,40,34,44,34,41,46,105,110,100,101,120,79,102,40,105,100,120,46,110,97,109,101,41,32,33,61,61,32,45,49,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,115,101,108,101,99,116,46,115,101,108,101,99,116,40,105,100,120,46,110,97,109,101,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,125,41,59,10,10,32,32,32,32,32,32,32,32,117,112,100,97,116,101,83,116,97,116,115,40,41,59,10,32,32,32,32,125,41,59,10,125,59,10,10,102,117,110,99,116,105,111,110,32,102,117,108,108,83,99,114,101,101,110,40,115,101,108,101,99,116,111,114,41,32,123,10,32,32,32,32,99,111,110,115,116,32,99,97,114,100,32,61,32,100,111,99,117,109,101,110,116,46,103,101,116,69,108,101,109,101,110,116,66,121,73,100,40,115,101,108,101,99,116,111,114,41,59,10,32,32,32,32,99,97,114,100,46,99,108,97,115,115,76,105,115,116,46,116,111,103,103,108,101,40,34,102,117,108,108,45,115,99,114,101,101,110,34,41,59,10,125,10,10,102,117,110,99,116,105,111,110,32,101,120,112,111,114,116,84,114,101,101,109,97,112,40,41,32,123,10,32,32,32,32,100,111,109,116,111,105,109,97,103,101,46,116,111,66,108,111,98,40,100,111,99,117,109,101,110,116,46,103,101,116,69,108,101,109,101,110,116,66,121,73,100,40,34,116,114,101,101,109,97,112,34,41,44,32,123,119,105,100,116,104,58,32,119,105,100,116,104,44,32,104,101,105,103,104,116,58,32,104,101,105,103,104,116,125,41,10,32,32,32,32,32,32,32,32,46,116,104,101,110,40,102,117,110,99,116,105,111,110,32,40,98,108,111,98,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,108,101,116,32,97,32,61,32,100,111,99,117,109,101,110,116,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,34,97,34,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,108,101,116,32,117,114,108,32,61,32,85,82,76,46,99,114,101,97,116,101,79,98,106,101,99,116,85,82,76,40,98,108,111,98,41,59,10,10,32,32,32,32,32,32,32,32,32,32,32,32,97,46,104,114,101,102,32,61,32,117,114,108,59,10,32,32,32,32,32,32,32,32,32,32,32,32,97,46,100,111,119,110,108,111,97,100,32,61,32,96,36,123,105,110,100,101,120,77,97,112,91,36,40,34,35,105,110,100,105,99,101,115,34,41,46,118,97,108,40,41,93,125,95,116,114,101,101,109,97,112,46,112,110,103,96,59,10,32,32,32,32,32,32,32,32,32,32,32,32,100,111,99,117,109,101,110,116,46,98,111,100,121,46,97,112,112,101,110,100,67,104,105,108,100,40,97,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,97,46,99,108,105,99,107,40,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,115,101,116,84,105,109,101,111,117,116,40,102,117,110,99,116,105,111,110,40,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,100,111,99,117,109,101,110,116,46,98,111,100,121,46,114,101,109,111,118,101,67,104,105,108,100,40,97,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,119,105,110,100,111,119,46,85,82,76,46,114,101,118,111,107,101,79,98,106,101,99,116,85,82,76,40,117,114,108,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,44,32,48,41,59,10,32,32,32,32,32,32,32,32,125,41,59,10,125,10,60,47,115,99,114,105,112,116,62,10,60,47,98,111,100,121,62,10,60,47,104,116,109,108,62,10};